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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6320f614a9ad86114c00806b6c59380857a476bf | b662562b6111848c68eb666d030e35336b05916b | /Ccnee/src/common/handler/SummernoteImgDeleteHandler.java | 0e3b493a1a7a1599cea1cb5f9f5b21a29cbf0e50 | [] | no_license | taewonMin/EscapeRoom | e267d24c92009404056cf21204cf4b2d137dd972 | db28401d12c2e57fe00375b7707a0e8ce59f181d | refs/heads/master | 2023-03-07T22:14:01.749390 | 2021-02-09T09:50:50 | 2021-02-09T09:50:50 | 336,993,339 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,188 | java | package common.handler;
import java.io.File;
import java.io.PrintWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.fasterxml.jackson.databind.ObjectMapper;
import common.command.DeleteImgCommand;
import common.util.GetUploadPath;
public class Summernote... | [
"mtw9411@naver.com"
] | mtw9411@naver.com |
12db7deca2ad1a5a729967c8636fae2b73bbccdb | 80403ec5838e300c53fcb96aeb84d409bdce1c0c | /server/api/src/org/labkey/api/util/HelpTopic.java | e777ae9208852aec12b43cd130eca220f8abcf12 | [] | no_license | scchess/LabKey | 7e073656ea494026b0020ad7f9d9179f03d87b41 | ce5f7a903c78c0d480002f738bccdbef97d6aeb9 | refs/heads/master | 2021-09-17T10:49:48.147439 | 2018-03-22T13:01:41 | 2018-03-22T13:01:41 | 126,447,224 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,138 | java | /*
* Copyright (c) 2007-2016 LabKey Corporation
*
* 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... | [
"klum@labkey.com"
] | klum@labkey.com |
c0d91b41b12d61f7a98b3b14176e384ec50427cc | b481fe91efcfe5c1e55265a1e09999f5a55ee62b | /backend/src/main/java/com/zka/lyceena/services/StudentsServiceImpl.java | e0b2a121420895386c56659913b8f230404d50dd | [] | no_license | ziedayadi/lyceena | 742e845178d64908d5ce04500adbe46a0c9ec2c4 | 62e3a8c8d2b08ee1307014803d8f740fa92e5547 | refs/heads/master | 2023-03-18T19:18:13.621270 | 2021-03-03T15:10:32 | 2021-03-03T15:10:32 | 318,531,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,695 | java | package com.zka.lyceena.services;
import com.zka.lyceena.constants.CacheNames;
import com.zka.lyceena.dao.ClassesJpaRepository;
import com.zka.lyceena.dao.ParentsJpaRepository;
import com.zka.lyceena.dao.StudentsJpaRepository;
import com.zka.lyceena.dto.StudentDto;
import com.zka.lyceena.entities.actors.Parent;
import... | [
"zied.ayedi22@gmail.com"
] | zied.ayedi22@gmail.com |
e90287a33157b62aece70ee7f0d863c41ca8ba12 | cb2ebeea362221fb76eec61774714bc1efbe7213 | /assignments/loops/abcloop.java | f35ac08b9b1e55358655a5df1afd0b9b3b13f065 | [] | no_license | Devonthurman/thurman-apcs | 5a73334047c7a7712c257ff89b08ca907ec1c724 | 8301236c478e3356f4ed2225bcf108ed0486998e | refs/heads/master | 2021-05-08T23:18:31.013175 | 2018-05-24T14:26:57 | 2018-05-24T14:26:57 | 119,703,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | class abcloop{
public static void main (String[] args){
char a=' ';
int n=32;
while (n <= 126){
System.out.println(a);
a++;
n++;
}
}
} | [
"Thurm.Devo2019@ssusd.org"
] | Thurm.Devo2019@ssusd.org |
c672e8f2a73cfc382cfda0544be4e843640714f4 | d15b02a100340747709eda1b3f157752498e7192 | /src/main/java/com/lingkj/common/utils/payment/wxpay/WeChatPayService.java | ea5e3cce3a44b6bae9e8ce9d51741f392559a857 | [
"Apache-2.0"
] | permissive | Apl0m3/CLKJ-MINJIAOBAO-JAVA | a3420de0c7bbfe03660bcf34d1442ab4e41f9f0f | 7f2171155a3c7cd0d4e7291cb95e9592d792a9e2 | refs/heads/master | 2022-06-28T22:50:21.487550 | 2019-12-12T01:40:18 | 2019-12-12T01:40:18 | 227,493,368 | 0 | 1 | Apache-2.0 | 2022-06-21T02:25:52 | 2019-12-12T01:21:28 | JavaScript | UTF-8 | Java | false | false | 13,717 | java | package com.lingkj.common.utils.payment.wxpay;
import com.lingkj.common.exception.RRException;
import com.lingkj.project.transaction.entity.TransactionRecord;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Service;
import java.io.DataOutputStream;
import java.io.IOException;
import ... | [
"811203731@qq.com"
] | 811203731@qq.com |
9797910a372a08555505826dcfc9e084c492d75a | 35ecd3b30d2e9a34b77805ec1174568b588e4619 | /src/app/test/NioFileSupport.java | 5577395e518143f5132b74c6e54c15d0fc273d19 | [
"BSD-2-Clause"
] | permissive | Indivikar/WacherTreeView | bfdfc3a37bd26c82ab9ed68abbd103eae89f5150 | 4daa2c0ea8001a24bbc2686ab3a23f0d95c93e2f | refs/heads/master | 2021-07-02T11:04:34.342099 | 2019-03-26T15:07:24 | 2019-03-26T15:07:24 | 144,189,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,774 | java | package app.test;
import java.nio.file.*;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY;
public class NioFileSupport {
/** change this as appropriate for your file system structure. */
public static final String DIRECTORY_TO... | [
"d.hirt@indivikar.ch"
] | d.hirt@indivikar.ch |
7a4905fe6f968ad9d9565fa3f820284c47896645 | 30864c8be1f1319eabb702d299916972e2021886 | /app/src/test/java/com/animesh/roy/exportjson/ExampleUnitTest.java | bbdf80ed99d5df1ae88c188d577c14429a2a1917 | [] | no_license | markali3003/ParseJSONRecyclerView | 0678644b69c6daa5e4fcbc1023d1685f537a68c3 | b02bea5e4fbccd52032a9e0ccebba4e3a5f8b0ba | refs/heads/master | 2022-03-26T02:00:45.327369 | 2020-01-02T13:13:09 | 2020-01-02T13:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.animesh.roy.exportjson;
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 ... | [
"royanimesh2211@gmail.com"
] | royanimesh2211@gmail.com |
ae73a04d7a1bf9e83ce84e190833774ea67ecad6 | 8e56eb69c9a1a14fb3be1e57eafca959eb059394 | /private/src/com/zwq/demo/sort/QuickSort.java | b3639aaecc742e9635ed21a0e3ce22ae9bf2aec2 | [] | no_license | jkzhou24/my-workspace | cc0072385553810a7d2b099b2304b3821f10b914 | 5f581f2affdad065b69544bae8669ac5221cbc3b | refs/heads/master | 2022-08-20T23:51:12.011115 | 2019-08-06T01:15:52 | 2019-08-06T01:16:06 | 99,407,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package com.zwq.demo.sort;
import java.util.Arrays;
/*
* @description:
* @author: zwq
* @date: 2019/6/24 20:26
*/
public class QuickSort {
//arr 需要排序的数组
//low 开始时最左边的索引=0
//high 开始时最右边的索引=arr.length-1
public static void quickSort(int[] arr, int low, int high) {
int i, j, temp;
if (low > hi... | [
"zhouwenqing@richinfo.cn"
] | zhouwenqing@richinfo.cn |
4996f125cd1f88e50359d53348dc153f3d17fb4d | 045af083d767c4def538f8a7af1b8490eaef2dce | /src/main/java/org/jhipster/blogdemojhipster/repository/BankRepository.java | abc291f90a3fd7c885809ee8a608f037d0dcdeaf | [] | no_license | dame620/baamtuAppointement | d76670245cbc15d8e2f8e5c5a77af3ce8fd0f04a | c30658575744e7a0d6e6a02411499fd552c908fd | refs/heads/master | 2023-07-04T03:22:38.108748 | 2021-08-12T11:18:23 | 2021-08-12T11:18:23 | 395,292,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package org.jhipster.blogdemojhipster.repository;
import org.jhipster.blogdemojhipster.domain.Bank;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data SQL repository for the Bank entity.
*/
@SuppressWarnings("unused")
@Repository
public interface Ba... | [
"damendiaye620@gmail.com"
] | damendiaye620@gmail.com |
51a2062131fe9c8c01bcc3e3a1d23010b0b0177e | ca6fe39543bcc3fcc480cf52b2fd712cb1558e2f | /src/main/java/com/java/test/service/IBookService.java | 6d06334e8855f12d30bc648c021625ac276bc2bc | [] | no_license | shangjianwei/java2demo | d44086035ba0f3790f1ea41018cb65d29737a06c | dfe7db7d4862a146e8fa014761201e4a11d7353e | refs/heads/master | 2020-03-26T03:18:50.942826 | 2018-08-12T08:15:27 | 2018-08-12T08:15:27 | 144,449,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package com.java.test.service;
import com.java.test.model.Book;
import com.baomidou.mybatisplus.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author test
* @since 2018-08-12
*/
public interface IBookService extends IService<Book> {
}
| [
"shangjianwei159@163.com"
] | shangjianwei159@163.com |
dae8ba27263f4260656982092684a5c89a77bc2d | 9a4305f7856cda224e34c7ee7873f24bd6576854 | /Java Projects/Card Game Sim/src/Main.java | d161cfdddd133ee8ee5c2045eac2461d033e5909 | [] | no_license | zachklaus/past-projects | cf5f678f377cc5551a63f1da2888c26dd4448efd | 3570c93725e24dead23d51cb3992d6ce7487e1d2 | refs/heads/main | 2023-07-11T17:28:36.589485 | 2021-08-18T04:36:37 | 2021-08-18T04:36:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,635 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.concurrent.TimeUnit;
public class Main {
private static ArrayList<Card> deck = null;
private static ArrayList<Card> playerOneDeck = null;
private static ArrayList<Card> playerTwoDeck = null;
public static void main(String[] args) {
... | [
"zachklausner@gmail.com"
] | zachklausner@gmail.com |
5fffe77c510be2ccca6ffa0dfbf87768aa62994c | 5d642a5aadfbcf5d876c3d22d6e9d16835ac91f6 | /ice006OneTwoThreeStepsDP/src/ice006OneTwoThreeStepsDP/Test.java | cffdf5972a7e616a3d5cf68c9ba982c5d0c573c9 | [] | no_license | theeverlastingconcubine/ooOooOoo | 704f9ac4d156057fd22877d9d1b1b13333366cf5 | 40330fd5a2453286de7001bd79de558890317893 | refs/heads/master | 2021-01-11T09:16:36.834406 | 2017-06-19T16:37:37 | 2017-06-19T16:37:37 | 77,223,365 | 0 | 1 | null | 2017-01-09T21:23:59 | 2016-12-23T12:13:25 | Java | UTF-8 | Java | false | false | 801 | java | package ice006OneTwoThreeStepsDP;
public class Test {
public static void main(String[] args){
System.out.println(countWays(37));
System.out.println(Integer.MIN_VALUE);
}
// public static int countWays(int n){
//
// if (n<0) return 0;
// else if (n==0) return 1;
// else return count... | [
"woodennoise@yandex.ru"
] | woodennoise@yandex.ru |
e11a9ebed344429b1890dbcb064002384805590e | 99a9f565faeb18d82ff0f275313d16b90a8dfe14 | /src/main/java/com/org/https/api/exception/FileStorageException.java | a70ec270dbaf88bbcde49c652d86978a9ffb424d | [] | no_license | gdmedage/spring-https-with-ssl | be207a960f6493e973b8f45164820777171ba866 | 31ac69bbcd8649d1f441afde947c8bc99dbecba9 | refs/heads/master | 2022-06-09T16:42:22.576787 | 2020-05-01T21:04:18 | 2020-05-01T21:04:18 | 260,553,062 | 0 | 0 | null | 2020-05-03T08:31:28 | 2020-05-01T20:33:36 | Java | UTF-8 | Java | false | false | 790 | java | package com.org.https.api.exception;
/**
* The Class FileStorageException.
*/
public class FileStorageException extends MyException {
/** The Constant serialVersionUID. */
private static final long serialVersionUID = 1L;
/**
* Instantiates a new file storage exception.
*
* @param message the message... | [
"gdmedage@gmail.com"
] | gdmedage@gmail.com |
db32b4ab67019899d0ed90754bea03d0238e2d31 | 89e22c243beae7cf103bbab03ed7316344cd2b57 | /src/com/example/maptrees/GPSTracker.java | feb088fcc25df9177917716caa31fe993a6a1c00 | [] | no_license | siddddhant/MapTrees | f107ca800e2c2f4ef8feed0d83325934eb870336 | 4750f21ccb5069a6d7f9ae55ac5e64a1092d5d17 | refs/heads/master | 2016-09-05T22:33:44.875667 | 2014-03-28T17:45:17 | 2014-03-28T17:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,494 | java | package com.example.maptrees;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
import android.app.AlertDialog;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.location.Address;
import android.location.Geocoder;
import and... | [
"siddddhant@gmail.com"
] | siddddhant@gmail.com |
25969103ef247ca191c167547c590ae203cd5272 | 08afd4b18fa902d9a383b248e14efcb062ed7b26 | /src/main/java/com/qf/report/vo/SearchVo.java | ea89578728fa390d5b5ce4ede26d23af3bf1cf5a | [] | no_license | zhengnaixiang/back_newsWebSite | 6d333c0de3b83ff5176b44afc13e6f883c34a2c7 | ea698b9ff77f5cdaeb83be67bb1703a755585587 | refs/heads/master | 2020-05-09T13:12:51.973742 | 2019-04-23T11:50:49 | 2019-04-23T11:50:49 | 181,142,132 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | package com.qf.report.vo;
public class SearchVo {
int currentPage;
String search;
public int getCurrentPage() {
return currentPage;
}
public void setCurrentPage(int currentPage) {
this.currentPage = currentPage;
}
public String getSearch() {
return search;
}
... | [
"1021596238@qq.com"
] | 1021596238@qq.com |
5abe2aa03617a707d1df8db3d7bcc7004ef54a25 | eb64a90ecbe47a8e95c68d0193a22f8d2cee1fd2 | /mysimplexml/src/main/java/dcll/jbou/mysimplexml/App.java | cb9e9b37687882b0b3f1100d8c655f9b3021ab09 | [] | no_license | Jeremy-BOURDIOL/MySimpleXml | 724bf852f63e1a79d5a40c8db54d23cabaf6d45a | 85cc5435e039e7e0964fc405c2f0d4a26e1ddb45 | refs/heads/master | 2016-09-05T23:51:16.928761 | 2013-02-22T11:53:19 | 2013-02-22T11:53:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package dcll.jbou.mysimplexml;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"jeremy.bourdiol@univ-tlse3.fr"
] | jeremy.bourdiol@univ-tlse3.fr |
04908d4e80ea787885d57d8b2cc0069a3542d155 | 02cbc33bb33663ac450460e5522c50b60d51515e | /src/main/java/iot/restful/JsonSerializable.java | 3d6ba23dc54b2761bc4d187f86aec98b3ffdeea9 | [] | no_license | kwlee0220/sensorthings | e8e9a9c9f7982a926f2d677095459daf7ee63c26 | 6b4841184929cc7d59a1f1822b35f25ad6a7d248 | refs/heads/master | 2021-01-17T22:21:12.590043 | 2019-07-29T14:03:17 | 2019-07-29T14:03:17 | 84,194,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package iot.restful;
import java.util.Map;
/**
*
* @author Kang-Woo Lee (ETRI)
*/
public interface JsonSerializable {
public Map<String, Object> serialize();
}
| [
"kwlee@etri.re.kr"
] | kwlee@etri.re.kr |
24b25208a27a7dbe487ba61fa534eaf41557c69c | 3fbfeccd2746b2def5f4e63c1d5f423458c4a3ba | /PM2/src/aufgabenblatt1/a3/TestArrayListe.java | b55e99707f7f492c9175348cba7b8b57858505a7 | [] | no_license | adem40/PM2 | 9fe58cdda10ce3b11647a4b95c4a27a6f5a9aaa3 | a644de0c3769a3b2b6e3fcf83debf8e58a639df3 | refs/heads/master | 2021-01-11T19:34:55.756673 | 2016-12-14T14:11:47 | 2016-12-14T14:11:47 | 69,030,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,194 | java | package aufgabenblatt1.a3;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class TestArrayListe {
@Test
public void testHinzufuegen(){
ArrayListe<Integer> arrayList = new ArrayListe<Integer>();
ar... | [
"adem.da40@gmail.com"
] | adem.da40@gmail.com |
7b9b573247c43a10dd44d877b2cfa331593e56a6 | 2b3ce20333b5a28f0c5abc938ac2fafd9e709de6 | /src/main/java/YNRPC/VariantReal64.java | 6d545e157c89a763d777f51e4c239605438f5d28 | [] | no_license | flyme6/ynWeb | 3a25918c5210abb268d302c7a574da536d961240 | 8af4ccb3814416d4a232fcbfd54e1fa5d92b86b9 | refs/heads/master | 2020-04-30T07:08:30.794032 | 2019-03-20T07:18:52 | 2019-03-20T07:18:52 | 176,675,271 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,529 | java | // **********************************************************************
//
// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | [
"z1078966873@163.com"
] | z1078966873@163.com |
2878d1ccd1449dc2cdd364a18d93024a1772dd19 | a4b5316c3e7c8499ced7f96332eccb5309d9fe26 | /java-12/src/main/java/com/challenge/entity/User.java | 029a90d032c2f65ac813a7b049a6cb28d8a86e73 | [] | no_license | alfredosantos/codenation | 7dcb4aa1beb40b145f81a97ad6c60eb5ec8312ef | 3befa651dee2d781a432efd856ab0557d6be3335 | refs/heads/master | 2022-05-31T15:13:07.519394 | 2019-09-13T17:16:55 | 2019-09-13T17:16:55 | 200,568,547 | 0 | 0 | null | 2022-05-20T21:08:27 | 2019-08-05T02:29:44 | Java | UTF-8 | Java | false | false | 2,537 | java | package com.challenge.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.time.LocalDateTime;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import jav... | [
"alfredgsantos@gmail.com"
] | alfredgsantos@gmail.com |
5b4c3a7e4fe4a658eade582217a6d97116df803b | 7d50d2d40f13b51d356c20c942ca3b0ef1da3a2c | /src/main/java/com/jadbit/jhipstertest/config/CloudDatabaseConfiguration.java | 0c528a094df9b3e9906e2dee673785ad3517e564 | [] | no_license | armandotaglieri/jhipstertest | ba9a73b3a2f1d11fa7e2d919ef7964f136be1c68 | 401a377c2596f216e193ef6bc844892918807570 | refs/heads/master | 2021-04-12T09:50:26.148245 | 2018-03-25T21:33:16 | 2018-03-25T21:33:16 | 126,742,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.jadbit.jhipstertest.config;
import io.github.jhipster.config.JHipsterConstants;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.cloud.config.java.AbstractCloudConfig;
import org.springframework.context.annotation.*;
import javax.sql.DataSource;
@Configuration
@Profile... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
731094c544c5eb7ee3c1d42c91c03712434bc898 | 1927b43e27ecbe9d0e8f99120e2b71e599baee4a | /src/redrun/model/gameobject/map/Start.java | acf7e42e488e9ec993d608af13bad421eb2cc74f | [
"MIT"
] | permissive | l50/redrun | d869b1a4d060c851be75179d3c567de0fe343ce5 | a6ef54f99e512c0d59edee010058cb42e9998073 | refs/heads/master | 2020-03-29T09:36:55.688658 | 2015-01-13T02:36:33 | 2015-01-13T02:36:33 | 28,900,525 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,061 | java | package redrun.model.gameobject.map;
import redrun.model.constants.Direction;
import redrun.model.constants.Scale;
import redrun.model.constants.TrapType;
import redrun.model.gameobject.MapObject;
import redrun.model.gameobject.world.InvisibleWall;
import redrun.model.gameobject.world.Plane;
import redrun.model.gameob... | [
"jayson.e.grace@gmail.com"
] | jayson.e.grace@gmail.com |
99c15d8d9a84707b7b442d8fc49da58b17f0a8ab | a4ff580ce0f7da6479ca174551c5762a356dc234 | /src/main/java/RemoveElement/wangyuhuich/RemoveElement.java | f2adcc7c223a19ad126f94316e3eecc17b8e2c2c | [] | no_license | hans1980775481/leetcode | 1d9f82f9bf333789f734652b730f824693678c56 | ddcec681e0be6625e539fa51e2bdccb3c943f08d | refs/heads/master | 2023-01-01T21:32:52.037633 | 2019-07-21T05:43:36 | 2019-07-21T05:43:36 | 198,017,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 986 | java | package RemoveElement.wangyuhuich;
/**
* 思路:快速排序
*
* 结果:执行用时 : 1 ms, 在Remove Element的Java提交中击败了99.59% 的用户
* 内存消耗 : 34.5 MB, 在Remove Element的Java提交中击败了95.75% 的用户
*/
public class RemoveElement {
public int removeElement(int[] nums, int val) {
int valCount = 0;
for (int i = 0; i < nums.lengt... | [
"wtchange@163.com"
] | wtchange@163.com |
e80becea0cdfe464f8821da073522b6a41caad78 | 4326300db0816e928fde7236af8eb3967ae95f13 | /src/main/java/de/embl/cba/tables/results/ResultsChildAndParentMerger.java | eaaf2fd18a429c0a0e6ac6c4cd04527ce31034f3 | [
"BSD-2-Clause"
] | permissive | embl-cba/imagej-utils | c8d6a3dafc087d329ea2bd4386cbf3c399ea86fe | 61c1d0342e015db3628bcfc40d254638a487c178 | refs/heads/master | 2022-11-07T06:30:09.656289 | 2022-09-23T13:43:20 | 2022-09-23T13:43:20 | 157,394,467 | 0 | 0 | BSD-2-Clause | 2022-09-23T13:39:15 | 2018-11-13T14:37:27 | Java | UTF-8 | Java | false | false | 5,507 | java | /*-
* #%L
* Various Java code for ImageJ
* %%
* Copyright (C) 2018 - 2022 EMBL
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
... | [
"christian.tischer@embl.de"
] | christian.tischer@embl.de |
f9d88634f70e6750228cbc79674110a9f0e3299d | 7111765f847cc3f630556670a5d901f8bf2599f8 | /src/medicine/gui/ProductManager.java | e8e5bbc1248e1ba1f842d5593d97a37e327b2e94 | [] | no_license | MartinStevo/Medicament | c64f0b5bcd4dd99b106231b99aba48df591d95e0 | 4986d2ef19f2ba558f6f47364b7ea3aabb717191 | refs/heads/master | 2022-11-01T03:04:40.045907 | 2020-06-16T14:14:51 | 2020-06-16T14:14:51 | 272,718,438 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 6,021 | java | package medicine.gui;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import javax.swing.GroupLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import java... | [
"martinstevo1995@gmail.com"
] | martinstevo1995@gmail.com |
d7098009652f1fbdebcf12fa754a30df7cd1a830 | 40738c44b88c76f7a06a59e3b8978351e2fc96cd | /src/main/java/com/et/lesson02/entity/Emp.java | 05745de67e8a29e0dab79937d9da0b1f2bcc0feb | [] | no_license | RoseWJJ/SpringBoot | 3cad556503c495753ae239fedceae3f264549afa | e225b0e28a8392be74457437e8c1abc2a98becfc | refs/heads/master | 2021-09-02T09:29:42.393771 | 2018-01-01T12:41:54 | 2018-01-01T12:41:54 | 115,918,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.et.lesson02.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
public class Emp {
private int id;
private String name;//此处写属性名, 以防数据库列名和属性名不一致
private int depti... | [
"admiin@admiin-PC"
] | admiin@admiin-PC |
2a8d7ec9bead77530832e75f2aa8c32a03d0d605 | e15e4f3bb97c8c4fdcb0405af764d5c9054fa5c8 | /src/main/java/qiyi/timerService.java | 9a18ae0a121c77f778478681e5d392ede5a70132 | [] | no_license | JiaChunjie/test03 | b7f8044f34198670db8f51da95c3fe9881bb4420 | ba0aef9383641e3cf76228f31ca95fdd3b6e6013 | refs/heads/master | 2023-03-19T23:40:02.771697 | 2021-03-04T04:21:15 | 2021-03-04T04:21:15 | 344,344,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,408 | java | package qiyi;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import qiyi.util;
public class timerService extends JFrame {
private static final long serialVersionUID = 1L;
private static final String INITIAL_LABEL_TEXT = "00:00:00 000";
... | [
"jiachunjie@qiyi.com"
] | jiachunjie@qiyi.com |
052944068a6eec9f4b28b6b287a758f229eb86ff | e5e14c668aba7eee496d0fc299352679a10ffe9a | /lyMusicPlay/src/com/ly/musicplay/activity/SplashActivity.java | 72d7a555400df3ade7203309dadc4b6a74ce0a30 | [] | no_license | peiniwan/lyMusicPlay | 0affb4e14767d7c8c0e2aa3f29a0016946005170 | 649a5e18e8e2517f2289fd33c4559314e2433a33 | refs/heads/master | 2021-01-10T05:32:57.094908 | 2016-01-21T07:19:48 | 2016-01-21T07:19:48 | 43,635,089 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | package com.ly.musicplay.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.animation.AlphaAnimation;
import android.widget.RelativeLayout;
import com.ly.musicplay.R;
/**
* 闪屏页
*
* @author Administrator
*
*/
public cla... | [
"410093000@qq.com"
] | 410093000@qq.com |
e1a9bcd8cba4fc73b1f5b9bcf5349909e5a045f2 | b3ad31d34d493191f24efec4deedc9f679214f8f | /src/com/carousell/cache/CacheProvider.java | 4475b65a7c6860ddc4f901e2be59e3932fcd6f43 | [] | no_license | bruteforce/Carousell | 4f1493e25a34637dfd756ac37a1ae9e9c965f196 | 72cd6682f17ea6593e734c9b69a662f102a2f76c | refs/heads/main | 2023-08-15T03:46:42.664665 | 2021-09-27T16:24:44 | 2021-09-27T16:24:44 | 410,913,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package com.carousell.cache;
public interface CacheProvider<K, V> {
V get(K key);
void put(K key, V value);
void remove(K key);
void clear();
}
| [
"noreply@github.com"
] | noreply@github.com |
5d12409b2850643b238e2d2f1ca059e797f254e4 | 47bee068ddb9dacfff94d08341f604ebe97f9fef | /src/main/java/com/smlsnnshn/Lessons/day07_controlFlowStatements2/NestedIfStatmenets.java | 96e885357e30e3615a869178cd5d431ff54e1edb | [] | no_license | ismailsinansahin/JavaLessons | 55686229d946390a52383f5d80e1053f411286e7 | 768cb63e22462e7c2eef709102df5d19d9c98568 | refs/heads/master | 2023-07-18T23:10:31.302133 | 2021-09-14T20:56:35 | 2021-09-14T20:56:35 | 360,487,169 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package com.smlsnnshn.Lessons.day07_controlFlowStatements2;
public class NestedIfStatmenets {
public static void main(String[] args) {
boolean isRushHour=false;
int carType=2;
double price=0.0;
if(carType==1) {
if(isRushHour) {
price=30.0;
}else {
price=5.0;
}
}else if(carType==2) {
... | [
"ismailsinansahin@gmail.com"
] | ismailsinansahin@gmail.com |
bfda43251969d947283e08ccceb4e6bfd919cac0 | 8fc2b4c1085df217f63fb50f13e983a9c0e64596 | /qms/src/main/java/com/myspringbt/demo/config/FileUploadConfig.java | 4077fcd3bd04fe16e161a0021b31d92b246ecd15 | [] | no_license | guojianping1234/qms | b7e9b6bfe4828e0b81c59d9c75916253f106488c | 794392c0a0a023a9853612fc788eedafe344ef0c | refs/heads/master | 2022-07-07T22:15:30.434146 | 2020-07-20T14:37:11 | 2020-07-20T14:37:11 | 250,975,101 | 1 | 0 | null | 2022-06-21T03:05:24 | 2020-03-29T07:14:24 | Java | UTF-8 | Java | false | false | 598 | java | package com.myspringbt.demo.config;
import org.springframework.boot.web.servlet.MultipartConfigFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import javax.servlet.MultipartConfigElement;
@Configuration
public class FileUploadConfig {
@Be... | [
"1017742675@qq.com"
] | 1017742675@qq.com |
da995f43d52975d9668808643be4a54029a22fcf | 06da8b4567e0861266b8a9635c26e79a97583c73 | /Week_07/one-million/src/test/java/com/example/demo/OneMillionApplicationTests.java | 03bd83cfc659b8880f86d19acfe06fd6245f11fe | [] | no_license | jimrueaster/JAVA-01 | 5884690176572927920808392ca9884da7e6ea0e | 549df005aa9bfc981283e942fe012f87e4dcb600 | refs/heads/main | 2023-04-19T13:55:48.073232 | 2021-05-10T14:12:40 | 2021-05-10T14:12:40 | 326,554,428 | 0 | 0 | null | 2021-01-04T03:02:12 | 2021-01-04T03:02:12 | null | UTF-8 | Java | false | false | 212 | java | package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class OneMillionApplicationTests {
@Test
void contextLoads() {
}
}
| [
"295140325@qq.com"
] | 295140325@qq.com |
21eaeecf77cf8a83b0d365a7e772513d2d337b0f | 9339cb45bdbd9f1c5b7769bf29e58a39893a811d | /view-admin/src/main/java/com/zx5435/pcmoto/admin/model/plus/NewsMapper.java | 33bef554facebfa7c51a125aebe81bfa9de7fa18 | [
"MIT"
] | permissive | wolanx/springcloud-demo | 0022a3fa3bd6698e31844af104d6be4209f38de9 | af729dde67910e51491df5ddfc749fe93b06e82c | refs/heads/master | 2022-02-02T09:37:36.968732 | 2019-08-02T13:27:21 | 2019-08-02T13:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.zx5435.pcmoto.admin.model.plus;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zx5435.pcmoto.admin.model.base.NewsDO;
public interface NewsMapper extends BaseMapper<NewsDO> {
}
| [
"825407762@qq.com"
] | 825407762@qq.com |
01b287a416081a407d589807158db9c858659d88 | f6acaf3d94a3c3fdb74ccccb51c1e478f7bdcd55 | /src/test/java/com/saucedemo/pages/LandingPage.java | bce31b53e2832398f4a2ad8e689465492c329650 | [] | no_license | sauceaaron/CucumberExample | bae7b3b6ccd14d5a800d8b3a372020204f0ee273 | d62b86b623cf69faa2d7c14d1eb6fd1e758d66d8 | refs/heads/master | 2021-07-14T18:06:57.822542 | 2019-10-18T14:31:23 | 2019-10-18T14:31:23 | 216,043,088 | 0 | 1 | null | 2020-10-13T16:49:24 | 2019-10-18T14:31:16 | Java | UTF-8 | Java | false | false | 176 | java | package com.saucedemo.pages;
import org.openqa.selenium.By;
public class LandingPage
{
public By logo = By.cssSelector(".login_logo");
public String title = "Swag Labs";
}
| [
"aaron.evans@saucelabs.com"
] | aaron.evans@saucelabs.com |
563f8f6cf572fd82799580a34c36f406ef92371c | d0617ea436942047a7ca1f82f7bdae59ec87e468 | /Code/JAVA/Server/Data/DateClient.java | 24977e48e7212143991177b798bbdedb8cbba15c | [] | no_license | saph2/BasicCode | 1bbb02cb6782f522d7b69be3f17c7fc85faec60c | a12d05dd0c8a020a1816cc3e035d95f2929940cb | refs/heads/master | 2021-01-09T06:12:29.393139 | 2018-09-11T19:44:18 | 2018-09-11T19:44:18 | 80,932,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package getReady;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.Socket;
/**
* Trivial client for the date server.
*/
public class DateClient {
/**
* Runs the client as an application. First it displays a dialog
* box asking... | [
"noreply@github.com"
] | noreply@github.com |
f9e9ef7a411f67ada4d91a19a05f48b7b1fbf0a6 | 1b8127c4e2347df3052670213aac53d83e432ac6 | /src/main/java/kr/or/connect/diexam1/Car.java | a97be73686db0bb0e7a30ade8c527c180e4b4858 | [] | no_license | wkdtndgns/Spring_Di_tdd | d2a3412d43ee0b587ac3dcf07295624ad7727bee | 05b6507322e2e1050e482b88b4cdd1343694c6df | refs/heads/master | 2020-03-22T19:51:38.507801 | 2018-07-18T07:24:21 | 2018-07-18T07:24:21 | 140,555,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package kr.or.connect.diexam1;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class Car {
@Autowired
private Engine v8;
public Car() {
System.out.println("Car 생성자 ");
}
public void setEngine(Engine e ) {
... | [
"wkdtndgns@naver.com"
] | wkdtndgns@naver.com |
c32c7a2eabcdf8a5812cc40778705e101a9640c3 | 481f3c6b713379912988084cf10810e7d9a74fd0 | /chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabAppMenuPropertiesDelegate.java | d4a5a5a4d626de592e9cbf59ada0c2ddd2719775 | [
"MPL-2.0-no-copyleft-exception",
"LicenseRef-scancode-unknown-license-reference",
"AGPL-3.0-only",
"LGPL-2.1-only",
"GPL-2.0-only",
"MPL-2.0",
"BSD-3-Clause"
] | permissive | huhisoft/huhi-android | bab71148730ff68b770f56b93b731302528045ec | 1c00f05a2ab19f0d6acf42331931de61555a93e8 | refs/heads/master | 2023-01-13T11:26:25.618267 | 2019-11-11T04:09:38 | 2019-11-11T04:09:38 | 219,455,870 | 0 | 4 | BSD-3-Clause | 2022-12-10T08:31:33 | 2019-11-04T08:48:00 | null | UTF-8 | Java | false | false | 10,581 | java | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.customtabs;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
impo... | [
"huhibrowser@gmail.com"
] | huhibrowser@gmail.com |
00dd848d1985bf5679da9e4c5e80bf9282ab9789 | 3f7a5d7c700199625ed2ab3250b939342abee9f1 | /src/gcom/gui/atendimentopublico/hidrometro/EfetuarSubstituicaoHidrometroAction.java | ce865d681adfe50e34882cb3df5ea27471d2cc23 | [] | no_license | prodigasistemas/gsan-caema | 490cecbd2a784693de422d3a2033967d8063204d | 87a472e07e608c557e471d555563d71c76a56ec5 | refs/heads/master | 2021-01-01T06:05:09.920120 | 2014-10-08T20:10:40 | 2014-10-08T20:10:40 | 24,958,220 | 1 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 18,967 | java | /*
* Copyright (C) 2007-2007 the GSAN - Sistema Integrado de Gestão de Serviços de Saneamento
*
* This file is part of GSAN, an integrated service management system for Sanitation
*
* GSAN is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | [
"felipesantos2089@gmail.com"
] | felipesantos2089@gmail.com |
e04283b8acb1e81a29c36f0606061ff8d82150a4 | 82134c1600913f27465b38ac714626f7d46a7a1d | /app/src/main/java/com/example/android/xenoblade/LocationFragment.java | 85ede41dd8cbad77f1b9f74c0a689476b08b9082 | [] | no_license | JoshMayberry/Xenoblade | 19d3a3c7a0f8299246454ed03b8c811610d47ae3 | 4a62b3a2e742979f114688ef31e13a586ab94540 | refs/heads/master | 2020-04-29T08:35:08.759217 | 2019-03-26T21:48:13 | 2019-03-26T21:48:13 | 175,990,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | package com.example.android.xenoblade;
import android.content.Context;
import java.util.ArrayList;
import java.util.List;
public class LocationFragment extends GenericFragment<Location> {
public LocationFragment() {
super();
position = 1;
}
@Override
List<Location> getOffline(Context... | [
"joshua.mayberry1991@gmail.com"
] | joshua.mayberry1991@gmail.com |
60bfd68dd260b0d30c54ffc87f93e58fba631a43 | c577f5380b4799b4db54722749cc33f9346eacc1 | /BugSwarm/twilio-twilio-java-243842923/buggy_files/src/main/java/com/twilio/rest/video/v1/room/RoomRecordingReader.java | 4d4e69cce05d2a46b9edc37d4b2c7b4c487f7809 | [] | no_license | tdurieux/BugSwarm-dissection | 55db683fd95f071ff818f9ca5c7e79013744b27b | ee6b57cfef2119523a083e82d902a6024e0d995a | refs/heads/master | 2020-04-30T17:11:52.050337 | 2019-05-09T13:42:03 | 2019-05-09T13:42:03 | 176,972,414 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,130 | java | /**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest.video.v1.room;
import com.twilio.base.Page;
import com.twilio.base.Reader;
import com.twilio.base.ResourceSet;
import com.twilio.exception.ApiConnectionException;
import com.twil... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
3cae1e3a7b2375e9ba9a2f5f46510fec2dff3b53 | 0e47cb9b2dfc70a3e94a6ac6d055a89195c964d8 | /src/by/epamlab/actions/ExitAction.java | 6b1582e0930324f438b0246d0aa6f66931782add | [] | no_license | ViktorFP/Struts | 420cd7b2b0989627194805c6e75dd9707005bff3 | c44a73c739e045210d289f183ac63e66133156e6 | refs/heads/master | 2021-01-01T04:55:43.073574 | 2016-05-29T13:02:13 | 2016-05-29T13:02:13 | 59,456,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package by.epamlab.actions;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
public class ExitA... | [
"VikPr_85@mail.ru"
] | VikPr_85@mail.ru |
60178c91c97b1ef7466613c85f167ed962426b12 | 471a6511c91a87111aac30d9e1d0cf44812af6a2 | /src/main/java/org/codelibs/fess/es/exbhv/JobLogBhv.java | e468ad1f1f5308d4ed60c86a40545fb3c7832a32 | [
"Apache-2.0"
] | permissive | beavis28/fess | 1160e8a66de4805ee235d1ce64f409f8247bf737 | 8dbc3e9b77c93fe270ff15210dfe3000cc3c9d8c | refs/heads/master | 2020-12-11T07:39:26.254838 | 2015-10-11T06:51:14 | 2015-10-11T06:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package org.codelibs.fess.es.exbhv;
import org.codelibs.fess.es.bsbhv.BsJobLogBhv;
/**
* @author FreeGen
*/
public class JobLogBhv extends BsJobLogBhv {
}
| [
"shinsuke@yahoo.co.jp"
] | shinsuke@yahoo.co.jp |
2cd7ebca227476fa17b72223b21c91dcecaa1325 | 32b50e9ea80cded37b2e9cf9f474aa7c55116b0d | /src/main/java/com/example/controller/MenuController.java | df07bcc3fb00db2c23b68f54a9c28620728eb0f5 | [] | no_license | Vinsm-L/Code | 6a215c165ab40cde9d6d9d1ae2c31e61aba1dad6 | 04c857b8c8b2f11c5dd053129484f5eb10ca3c46 | refs/heads/master | 2020-03-20T01:02:04.311021 | 2018-06-11T14:34:23 | 2018-06-11T14:34:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package com.example.controller;
import com.example.pojo.Goods;
import com.example.service.IMenuService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.ann... | [
"1203177935@qq.com"
] | 1203177935@qq.com |
2f4c9ccff7ce37ff1f6a073cfafcf3f0722f32cf | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_a88cf8a4381f9bc2c6aff4c312f372dc9de3361a/Atum/21_a88cf8a4381f9bc2c6aff4c312f372dc9de3361a_Atum_s.java | 08538b1a005131a8bdad9ee74367b786da2cd27f | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 43,461 | java | package rebelkeithy.mods.atum;
import java.util.ArrayList;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.EntityList;
import net.minecraft.item.EnumArmorMaterial;
import net.minecraft.item.EnumToolMaterial;
import net.minecraft.item.Item;
import ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
00fc190f7e414254ad30e51b5d10aa84d16b08fc | 3fdfda983cbf71e4909273ad4c793b60a4d20b58 | /20-web-flux/src/main/java/ru/otus/web/flux/domain/Comment.java | 8379468cd5e0087e65d18b27a14a8caf5c76b478 | [] | no_license | DenK7/2021-02-otus-spring-kubrin | be1316455e8871a26640b4b261e77cb02ae450db | e6b79ed6dbd9b99f9ad09d386f55453e39738100 | refs/heads/main | 2023-07-09T14:04:16.320880 | 2021-08-04T17:54:42 | 2021-08-04T17:54:42 | 342,537,588 | 0 | 0 | null | 2021-07-29T18:07:01 | 2021-02-26T10:13:58 | Java | UTF-8 | Java | false | false | 441 | java | package ru.otus.web.flux.domain;
import lombok.Builder;
import lombok.Data;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.data.mongodb.core.mapping.Field;
@Data
@Document(value = "comment")
@Builder
public class Comment {
@... | [
"kdv2kz@yandex.ru"
] | kdv2kz@yandex.ru |
fb196bc34aeee7b9cb913f89dfec04215156240e | e0ffaa78078bba94b5ad7897ce4baf9636d5e50d | /plugins/edu.kit.ipd.sdq.modsim.hla.edit/src/edu/kit/ipd/sdq/modsim/hla/ieee1516/omt/provider/SimpleDataType1ItemProvider.java | e62558b2194da8c381454a385da274c370242728 | [] | no_license | kit-sdq/RTI_Plugin | 828fbf76771c1fb898d12833ec65b40bbb213b3f | bc57398be3d36e54d8a2c8aaac44c16506e6310c | refs/heads/master | 2021-05-05T07:46:18.402561 | 2019-01-30T13:26:01 | 2019-01-30T13:26:01 | 118,887,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,985 | java | /**
*/
package edu.kit.ipd.sdq.modsim.hla.ieee1516.omt.provider;
import edu.kit.ipd.sdq.modsim.hla.ieee1516.omt.OmtPackage;
import edu.kit.ipd.sdq.modsim.hla.ieee1516.omt.SimpleDataType1;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf... | [
"gruen.jojo.develop@gmail.com"
] | gruen.jojo.develop@gmail.com |
9177c13f7e1a498c7c390f518d7461d4f86dc98e | efad55decaacfd1e50316d298a2a491ebc709e9e | /KDtrees.Week5/src/com/company/KdTree.java | b4b4df72f2eb454ad925bb3140492af266d6529a | [] | no_license | SophiaYarmolenko/Algorithms-Part-1-Princeton-University | 540845cdd636a52daf04d536c0278277f49b8353 | 570ac11265fae5c747de1428925b086da02079f1 | refs/heads/master | 2021-06-13T20:52:06.254248 | 2020-08-21T16:49:39 | 2020-08-21T16:49:39 | 254,442,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,033 | java | //package com.company;
import edu.princeton.cs.algs4.RectHV;
import edu.princeton.cs.algs4.Point2D;
import edu.princeton.cs.algs4.StdDraw;
import java.util.Iterator;
import java.util.LinkedList;
public class KdTree
{
private Node root;
private static final boolean RED = true;
private static fi... | [
"noreply@github.com"
] | noreply@github.com |
8c049d7c025ece14006dc5bfd9d21b571285f2c9 | 4688d19282b2b3b46fc7911d5d67eac0e87bbe24 | /aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/Predicate.java | 5f059931f20dc5485873e614563483fa63bec8d0 | [
"Apache-2.0"
] | permissive | emilva/aws-sdk-java | c123009b816963a8dc86469405b7e687602579ba | 8fdbdbacdb289fdc0ede057015722b8f7a0d89dc | refs/heads/master | 2021-05-13T17:39:35.101322 | 2018-12-12T13:11:42 | 2018-12-12T13:11:42 | 116,821,450 | 1 | 0 | Apache-2.0 | 2018-09-19T04:17:41 | 2018-01-09T13:45:39 | Java | UTF-8 | Java | false | false | 7,073 | java | /*
* Copyright 2012-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
9a9b39ff7956dfe2a55a04e29486dadfc228ce6f | 8084c0237a4ec5ec655db086403b03df76463182 | /app/src/main/java/ds/danstrong/classtracker/MainActivity.java | aae16acae536dcbd4f59b1b9965e6c579688dc7f | [
"MIT"
] | permissive | dstrongj/Android_Class_Tracker | d59f5b023a24f436eb482816119e49b4a66c29f7 | e5b9fb79efcf6f38e9c1f9ee6ae8a45b1a2eb501 | refs/heads/master | 2020-04-21T22:57:01.491668 | 2019-02-09T22:11:55 | 2019-02-09T22:11:55 | 169,929,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,655 | java | package ds.danstrong.classtracker;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Toast;
public class MainActivit... | [
"daniel.strong4@gmail.com"
] | daniel.strong4@gmail.com |
175498a5ae58abe6afc8df812d23af37c43c4a91 | 3e38fec5ff90cce295ead28f891ffcfeaa8c41a3 | /src/main/java/com/secusociale/portail/service/soap/employeurExistant/package-info.java | 0c6b187094860bcac41c657157d06481a801aa03 | [] | no_license | CSSIPRES/PortailCssIpresV2 | e54167e9f37b1de6a4c0708fbdb72472ae98fd18 | 3691154cda5fa4c92ba11d3b0837d6a00ae0d01b | refs/heads/master | 2022-12-28T08:09:56.639551 | 2020-11-13T08:56:52 | 2020-11-13T08:56:52 | 254,369,166 | 0 | 0 | null | 2022-12-16T05:13:35 | 2020-04-09T12:46:41 | Java | UTF-8 | Java | false | false | 163 | java | @javax.xml.bind.annotation.XmlSchema(namespace = "http://oracle.com/CM_GET_EMPLOYEUR_DETAILS.xsd")
package com.secusociale.portail.service.soap.employeurExistant;
| [
"kebe1702@gmail.com"
] | kebe1702@gmail.com |
8af946e06167f86ebaf119448e0df8a7111b8172 | 612cf50dbe21d3fd26f3e22c473a2095d5a544f7 | /SpringBootJSP-SpringSecurity/src/main/java/com/xuandien369/reponsitory/FMDetailsReponsitory.java | df3d1026c914f6fcca6dfd69e0de62b885f31539 | [] | no_license | xuandien369/music_project | 0419397fb25196e7f2818a2d47ed3995d9b941bf | 39021e90b46f25d436e2bb3c4200a09667a7f26f | refs/heads/main | 2023-01-31T08:20:43.065002 | 2020-12-13T13:08:11 | 2020-12-13T13:08:11 | 321,066,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package com.xuandien369.reponsitory;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.xuandien369.entity.FavoriteMusic;
import com.xuandien369.entity.FavoriteMu... | [
"xuandien369@gmail.com"
] | xuandien369@gmail.com |
c92565c53132f64926a4d1aa4c26f9f3f4336e59 | d130b41b39a94a46d1a8b4b874bbc40a4094d45f | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Helper/OperationHelper.java | e5d9939f79808d5916230f0c34e640f1b619dbbf | [] | no_license | HavenNunnelley/ftc2021 | 38e06c6bb51354f34a38697ead5beaf8727d524d | 6666bf022bd29a0190ee4bc2e276a10c361a9f32 | refs/heads/master | 2023-01-03T14:54:21.866071 | 2020-10-29T23:30:36 | 2020-10-29T23:30:36 | 303,528,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package org.firstinspires.ftc.teamcode.Helper;
import com.qualcomm.robotcore.hardware.HardwareMap;
import org.firstinspires.ftc.robotcore.external.Telemetry;
public class OperationHelper {
protected Telemetry telemetry; // this is protected because it can be used by derived classes,
// in th... | [
"slane2727@gmail.com"
] | slane2727@gmail.com |
8953ec320c209646713ed69ea3af24701706050c | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/repairnator/learning/6468/Properties.java | 2dea9db6009e83bda5874b816475cdf6c6e63d2a | [] | 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 | 2,228 | java | package fr.inria.spirals.repairnator.process.inspectors.properties;
import fr.inria.spirals.repairnator.process.inspectors.properties.builds.Builds;
import fr.inria.spirals.repairnator.process.inspectors.properties.commits.Commits;
import fr.inria.spirals.repairnator.process.inspectors.properties.patchDiff.PatchDiff;
... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
e162a0915d1c24c9e847de763a0c4378db4e7801 | cc5cd063cb069896fb7443a023fb3fe8fca0b29d | /ReadPropertiesFile.java | cadb6dc6aa8c55057b98b92fbdc69913f908e40f | [] | no_license | Kevinstronger/File-IO | 701da870fb90a5888fb38c508bf33ba2d233b732 | e9040fbeef41cd2e308f112e534200bcc152e946 | refs/heads/master | 2021-01-10T20:29:05.001646 | 2014-06-05T03:10:28 | 2014-06-05T03:10:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | package com.ifeng.Action;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
/**
* 读取配置文件的例子
* @author zhangyj
*
*/
public class test {
public static void main(String[] args) {
//System.out.println(System.getProperty("user.dir"));
loadFi... | [
"zhang1830@gmail.com"
] | zhang1830@gmail.com |
6c81faf57612d94d1a3979450d354db61ae0424f | f4cd4319723d6d24321adc2786bd9acac6c5695c | /app/src/main/java/com/tencent/qcloud/xiaozhibo/mainui/TCMainActivity.java | 3afdc0350b91df9012b6e1e6855dffc43170d4b9 | [] | no_license | liuxiaofeng8888/XiaoZhiBo1 | 9c60fe6453d88341c37369fdd3db1cbce574f6ff | 8142599f319b4eec122bd1c14f8f13450ce7febe | refs/heads/master | 2020-05-25T22:40:50.190984 | 2019-05-22T10:43:58 | 2019-05-22T10:43:58 | 188,018,309 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,576 | java | package com.tencent.qcloud.xiaozhibo.mainui;
import android.Manifest;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android... | [
"liuxiaofeng@zhuangdianwenhua.com"
] | liuxiaofeng@zhuangdianwenhua.com |
0678fa2b990e7d270ce85ae4cfdfb7a05549780e | 61a8385ac48292e30e34c6fdcdffbe0f0ff28850 | /app/src/main/java/com/example/neartab/NearToDTO.java | 11fcde5ca606de65b4e2fdff70cf5e9a512c68f6 | [] | no_license | MheeJ/TWIPEE_NearTab | 4c62785f9378cdc9cca4f9b1302d80e4eebe6434 | 62af186fb9e25bdf1fa6eaa12aa0e82d502bdf29 | refs/heads/master | 2022-04-25T09:25:45.094885 | 2020-04-24T03:21:47 | 2020-04-24T03:21:47 | 258,392,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package com.example.neartab;
import android.graphics.Bitmap;
public class NearToDTO {
private Bitmap resld_tourist;
private String nearposition;
private String nearposition_detail;
private String distance;
public Bitmap getResld_tourist() {
return resld_tourist;
}
public void setR... | [
"unimini27@naver.com"
] | unimini27@naver.com |
9ea0aab90651f4e97a717c849b86c8ba35cc8444 | 00588f10bb3b249499c921b03d3b51a26e585526 | /weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/material/WxOpenMaterialVideoInfoResult.java | 8f4f95fa1a1e76ef6bb735b753f63f06c714d636 | [
"Apache-2.0"
] | permissive | liuhuan543539666/WeiXinDev | 2923fe73e759c6d2801513b7c8a3d2705672da98 | 50b8155385feba9ebac71d20a2d34852c0c07c91 | refs/heads/master | 2020-04-10T15:50:09.502732 | 2020-03-21T13:28:21 | 2020-03-21T13:28:21 | 161,124,794 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package me.chanjar.weixin.open.bean.material;
import me.chanjar.weixin.open.util.json.WxOpenGsonBuilder;
import java.io.Serializable;
public class WxOpenMaterialVideoInfoResult implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1269131745333792202L;
private String ... | [
"543539666@qq.com"
] | 543539666@qq.com |
8f098e04be1ff386ece31d9d7a31a5a66eb15ef1 | b8ecef4625db7324a76117317aca757259337fcf | /Come342/src/Model/Grade.java | 208e78a507ae2c8d653435c9c7b87ac040d7b239 | [] | no_license | testcome342/come342ProjectGroup24 | 1456cace61b96cec13d1317f2e80c1c21a854fd3 | 9fa62c79f33728402fc8418cad4e6fea60091f51 | refs/heads/master | 2020-03-12T23:10:29.257232 | 2018-05-02T08:44:00 | 2018-05-02T08:44:00 | 130,860,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40 | java | package Model;
public class Grade {
}
| [
"ilkaysever92@gmail.com"
] | ilkaysever92@gmail.com |
4cb7545f3b618f092ca340c7005348947739aa7a | 07f661550199c25a74319bdb0e2452844af5612a | /智品惠/src/main/java/com/zph/commerce/crash/CrashLogUtil.java | 0aeade3b8ab32ff0fd5569514c5d51e76a1a1ede | [] | no_license | yekai0115/ZhiPinHui | 3e141314f7d6538f0be4ffcddcee38908d8bb482 | ff5cce36d68d3b727b40597b895e85dc8c63b803 | refs/heads/master | 2021-09-01T05:43:51.773806 | 2017-12-25T05:57:03 | 2017-12-25T05:57:03 | 107,392,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java | package com.zph.commerce.crash;
import java.io.BufferedWriter;
import java.io.Closeable;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Locale;
public class CrashLogUtil {
privat... | [
"244489565@qq.com"
] | 244489565@qq.com |
682779aafbf9d200e61b664010beb01a05640d8c | 6ad53f3975e736658716ffa3c567097fbac83bc7 | /src/main/java/com/demo/atguigu/TestForkJoinPool.java | 4a73f1d2578463acbef4b794aa195bb96520c3d2 | [
"MIT"
] | permissive | ZhangJin1988/juc | c07c38e2a4beb3d3df1c3af246ea52d327ae1197 | b2998a239ec77922d2daaad580cd0be49b4b8014 | refs/heads/master | 2021-01-21T21:00:48.525437 | 2018-05-02T10:09:03 | 2018-05-02T10:09:03 | 92,299,227 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package com.demo.atguigu;
import java.time.Duration;
import java.time.Instant;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.ForkJoinTask;
import java.util.concurrent.RecursiveTask;
import java.util.stream.LongStream;
import org.junit.Test;
public class TestForkJoinPool {
public static voi... | [
"315552364@qq.com"
] | 315552364@qq.com |
778793607e3d8f007048a3607d5a2b4a01192b01 | 3d67cec5a314849d9ed5a3b203a6c8b61b229919 | /prog8_leaderElection/src/Message.java | abeb52b9d4cad210da7535535328c74e9e5288a3 | [] | no_license | anusha-vij-6062/CS249-DistributedSystems | 94a7ea5ed05c19b9f464bd6672f01fc1e9d38d7d | 3cae90018923249b70e4fdfa3ff9085c501628b5 | refs/heads/master | 2021-10-10T13:04:15.610313 | 2019-01-11T07:51:27 | 2019-01-11T07:51:27 | 104,839,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | java | /**
* Leader Election in Asyn Ring O(n^2) Algorithm
* CS 249 Team #2 Rashmeet Khanuja, Anusha Vijay, Steven Yen
*/
public class Message {
private MessageType messageType;
private Integer idNumber; //identifier
private Integer phase; //the k value
private Integer distance; //the hop/distan... | [
"anusha.vijay@sjsu.edu"
] | anusha.vijay@sjsu.edu |
e37224f7df8593b837c05a7a281536aa185ca0f6 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/65/org/apache/commons/lang/builder/ToStringBuilder_append_280.java | efe21c5f5f555d51f9aea599690c12c7bf67f333 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,457 | java |
org apach common lang builder
assist implement link object string tostr method
enabl good consist code string tostr code built
object aim simplifi process
allow field name
handl type consist
handl null consist
output arrai multi dimension arrai
enabl detail level control object collect
handl hiera... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
bba0f531299cbb6b954136d732676333aada7df3 | c60765ac982d7acd115df58423772566a43503b1 | /api/src/main/java/org/apache/sling/validation/api/exceptions/NonExistingTypeException.java | 07fee662a99ab30e3f3d88d60ecae291b633b56c | [
"Apache-2.0"
] | permissive | teamwar/org.apache.sling.validation | ea8d2cac4fa7bc6923a59d3bd5271b4a16b888fa | 9b08124668d6896e67408d0b257bebe43ee4d423 | refs/heads/master | 2021-01-21T08:44:15.026318 | 2014-09-23T08:14:39 | 2014-09-23T08:14:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package org.apache.sling.validation.api.exceptions;
import org.apache.sling.validation.api.Type;
/**
* {@link RuntimeException} indicating the usage of a non-defined {@link Type}.
*/
public class NonExistingTypeException extends RuntimeException {
public NonExistingTypeException(String message) {
super... | [
"radu@apache.org"
] | radu@apache.org |
b8535af303ebccc1350c0bea21a1f617c946e612 | 05dc7a60290d6e44aa042c935ba816e2fb46280c | /part10-Part10_11.WageOrder/src/main/java/Human.java | 117d29fa4d8aaea7c80ff93186eedf6b8221cce9 | [] | no_license | jpalojarvi/mooc-java-programming-ii | 826d88f33c27ac612d4703612585f923c0da7fe7 | d2c38830b2e7d915ad1bb7ea87b81d8a01b7d119 | refs/heads/main | 2023-05-26T18:17:45.855375 | 2021-06-13T11:09:09 | 2021-06-13T11:09:09 | 359,821,879 | 0 | 0 | null | 2021-04-22T10:56:08 | 2021-04-20T13:15:50 | Java | UTF-8 | Java | false | false | 503 | java |
public class Human implements Comparable<Human>{
private int wage;
private String name;
public Human(String name, int wage) {
this.name = name;
this.wage = wage;
}
public String getName() {
return name;
}
public int getWage() {
return wage;
}
@O... | [
"johannes.palojarvi@gmail.com"
] | johannes.palojarvi@gmail.com |
8aced54e570eb9543dd15dec40cfee988f5520ef | 0b59266f7848814fd077b44774e99448f54394c2 | /src/test/java/com/steven/SpringbootSwaggerApplicationTests.java | 8870abba500c5b04e38d122b4d26cd4b0717c14f | [] | no_license | StevenGeek/swagger | 76ccd8535c75c01da4cc910a83b265db447f4f5e | 008d4b722c3c61cc7e2bae6ce6532c70eefaf5e6 | refs/heads/master | 2021-01-22T23:53:35.910710 | 2017-03-21T08:50:25 | 2017-03-21T08:50:25 | 85,677,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.steven;
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 SpringbootSwaggerApplicationTests {
@Test
public void conte... | [
"stevengeek@163.com"
] | stevengeek@163.com |
b3b81538b806f39973d4ad5d14f3eb693403ee4a | c292732e52fc0122fd5d19af895b91fe94c1c0b5 | /homework2/src/main/java/ru/yakimov/runner/QuizJustDisplay.java | a88d16fe4195bfb2632656542ac95fa59ce09755 | [] | no_license | bukazoid/2020-11-otus-spring-yakimov | 24d9c62ce1a647ba8c66faece8a689eab9d48ac3 | 8f6c8977c29abf2b533e7888f663f34a791728c6 | refs/heads/main | 2023-08-14T23:08:22.963405 | 2021-09-27T08:46:01 | 2021-09-27T08:46:01 | 315,846,796 | 0 | 1 | null | 2021-09-27T08:46:02 | 2020-11-25T06:17:42 | JavaScript | UTF-8 | Java | false | false | 1,135 | java | package ru.yakimov.runner;
import java.util.List;
import lombok.AllArgsConstructor;
import ru.yakimov.domain.QuizQuestion;
import ru.yakimov.services.QuestionProcessor;
import ru.yakimov.services.QuizReader;
import ru.yakimov.services.UserIO;
import ru.yakimov.services.WelcomeMessageService;
@AllArgsConst... | [
"pavelpyakimov@gmail.com"
] | pavelpyakimov@gmail.com |
d4fe69016385178f4bf6683c0d1a3ca04732b80e | 9c61379e86a7d027f7586df8e23b9808e14f3efd | /test2-server/test2-server-web/src/main/java/com/tww/rocketmq/config/ExecutorConfig.java | 9abf977f236beb7cd905d0e0ec09064a502cb2db | [] | no_license | aa1678066774/springcloud | 8206bfbf2f71bb4306551a3db5f59202524c2f7e | 307deb90a7fe22f6b5c63726572f1c80201e781a | refs/heads/master | 2022-07-01T20:32:50.448322 | 2020-08-06T07:41:28 | 2020-08-06T07:41:28 | 184,204,359 | 3 | 0 | null | 2022-06-29T18:17:46 | 2019-04-30T06:26:16 | JavaScript | UTF-8 | Java | false | false | 1,444 | java | package com.tww.rocketmq.config;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.Threa... | [
"weiweitang@shangshibang.com"
] | weiweitang@shangshibang.com |
d54256b4a2f1b7bf6faf94fd59185916472f8465 | 14273c29a81a43d908e0b2c82ef43c1a9941e923 | /app/src/main/java/com/asum/xlistview/listview/decoration/SpaceItemDecoration.java | 287d6826a179aaf6b83087c7abacd54c7a0348fe | [] | no_license | asum0007/XListView | 45a179e72f1fb1f3415d82d5cb3b52c6a3e456d2 | baaba5300f304000cb592bc65e05495e9a688be7 | refs/heads/master | 2021-01-01T05:22:29.961039 | 2017-06-08T10:52:38 | 2017-06-08T10:52:38 | 56,592,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,139 | java | package com.asum.xlistview.listview.decoration;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v4.content.ContextCompat;
import android.support.v7.widget.LinearLayoutManager;
... | [
"xiejunwen@quickplain.com"
] | xiejunwen@quickplain.com |
2ebe6ea663bcbe0353b1de4d49b85e3db239ae71 | e60fd4d1f0d72f9411f46a49df575d851f7ee087 | /Runable1.java | ea1cd7b6ab2a6b2728d23e93445f846089d8e059 | [] | no_license | leigelaing/JAVA | 955818402b005d5b31b8c6b26e0877dd07a98934 | db0de486f7d3be63717b143bbd8ea807918798bd | refs/heads/master | 2023-05-11T11:24:01.441101 | 2021-05-31T23:33:22 | 2021-05-31T23:33:22 | 296,523,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package com.haha;
/*
实现Runable接口创建多线程的好处:
1.避免了单继承的局限性
一个类只能继承一个类,类继承了Thread就不能继承其他类
实现了Runable接口,还可以继承其他的类,实现其他的接口。
2.增强了程序的扩展性,降低了程序的耦合性
实现Runable接口的方式,把设置线程任务和开启线程进行了分离
实现类中我们重写了Ruenable方法,用来设置线程任务
创建Thread类对象,调用Start方法:用来开启新的线程。
*/
//1.创建一个Runable接口的实现类... | [
"noreply@github.com"
] | noreply@github.com |
edc58e1fe9eb6297022e284c077065de939068d1 | eaa6bc2b39b0ee943efcbf6cd9f188575cbaca87 | /src/main/java/com/bnsf/drools/poc/events/LocomotiveInventoryMissingInCacheEvent.java | a7445cc4c5c787da8268397151748da3a66f62de | [] | no_license | kanigicharla8/poc_gradle | 79213d19fdb2d93c3779710b25d68790fb76e157 | 76fd20a8d4f27eae2c27696a5419a933c2b15069 | refs/heads/master | 2021-01-10T09:35:55.970743 | 2015-10-11T00:12:18 | 2015-10-11T00:12:18 | 44,033,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | /**
*
*/
package com.bnsf.drools.poc.events;
/**
* Represents LocomotiveInventory missing in the cache
*
* @author rakesh
*
*/
public class LocomotiveInventoryMissingInCacheEvent extends AbstractBNSFEvent{
}
| [
"kanigicharla.s@LP-3C970E26FDBC.HCLT.CORP.HCL.IN"
] | kanigicharla.s@LP-3C970E26FDBC.HCLT.CORP.HCL.IN |
a036c4f0099b06dc134fc3bf3d0a6c5f37af08b1 | 27155dc0554a947ef912bf93d15e84a0d504f977 | /src/main/src/com/founder/xy/api/AbstractArticleParser.java | da1ff6d8939e1299f60dec4376a72d07849b9bd5 | [] | no_license | nolan124/xy6.0-xzw | 75dee8c32e005c4bebffb05a0e1a22b8389cc430 | 86b702fa4517a153857fe8bfd3df8f907417b856 | refs/heads/master | 2023-03-17T11:41:18.327201 | 2019-03-13T05:01:17 | 2019-03-13T05:01:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,150 | java | package com.founder.xy.api;
import com.founder.e5.doc.Document;
import com.founder.xy.commons.FilePathUtil;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.File;
import java.io.IOException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat... | [
"2491042435@qq.com"
] | 2491042435@qq.com |
fbb0c93076207c03e3218ea189b469ba3e4173a5 | 6f0f6f2beed4cd362ca65fe242dfb80daedfc1dc | /DesignPattern/src/practise/lios/models/Light.java | f7d5658ec61b9f42ee075aaf101b0f89fd4d2367 | [
"MIT"
] | permissive | AiguangLi/JavaBasicStudy | fe678711b236dd71923101783f0e021ef76894e7 | 639490e70b5cd909d14550ec4a9f1aa1b7ee4998 | refs/heads/master | 2022-12-04T00:56:07.721120 | 2020-08-16T14:33:34 | 2020-08-16T14:33:34 | 257,915,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package practise.lios.models;
/**
* @author liaiguang
*/
public class Light {
public void on() {
System.out.println("Light is on!");
}
public void off() {
System.out.println("Light is off!");
}
public void brighten() {
System.out.println("Light is more bright!");
}
... | [
"aiguang.li@qq.com"
] | aiguang.li@qq.com |
1f1f690bd96d2f6f03d97fc8da9d6729f8238c91 | 0363f930e53dafbffb39580598e6c0d5ad8bac8b | /rpc-common/src/main/java/com/lzp/util/RegisterUtil.java | 943ab99eeb51ebd81d51e212670e71fa55a24aae | [] | no_license | Eteon/zprpc | 694e93a6d48d678e874158ca7744bc8a9c00ad90 | e55f2763a7d22b5dd80ee00ba5f0a51a3927c4a0 | refs/heads/master | 2022-12-26T00:35:19.741268 | 2020-10-07T15:36:03 | 2020-10-07T15:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,100 | java | package com.lzp.util;
import com.alibaba.nacos.api.exception.NacosException;
import com.alibaba.nacos.api.naming.NamingService;
import com.alibaba.nacos.api.naming.pojo.Instance;
import com.lzp.annotation.Service;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import... | [
"382513254@qq.com"
] | 382513254@qq.com |
9710ac83e6db0323f198ecc860660fa45f8c58c0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_fda298f051aa44244f7b48545b76b2af916ebcc4/SubstitutionOperation/27_fda298f051aa44244f7b48545b76b2af916ebcc4_SubstitutionOperation_s.java | 0b62ba13c8b15e0cabc16d5d563c63a1918c950d | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,316 | java | package net.sourceforge.vrapper.vim.commands;
import java.util.regex.PatternSyntaxException;
import net.sourceforge.vrapper.platform.SearchAndReplaceService;
import net.sourceforge.vrapper.platform.TextContent;
import net.sourceforge.vrapper.utils.ContentType;
import net.sourceforge.vrapper.utils.LineInformat... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
eef87bd8cf326e84148b00312a2d47d7a803cf3e | c4df65aad78427d821b520d80486997732a5349b | /src/test/java/com/dalingjia/spring/cyclicDependency/Appconfig.java | b123a9b25f17f5dce0fe0dc1fd06f7422a1d3218 | [] | no_license | tanhuaqiang/mycode | 810572fd77f42157f3bf5f4fc810543aa324d7b6 | 4f563787a26c2ca0f64869531370afe1111ed329 | refs/heads/master | 2023-08-15T11:36:48.380828 | 2022-07-07T11:58:44 | 2022-07-07T11:58:44 | 242,457,185 | 1 | 0 | null | 2023-07-23T06:31:57 | 2020-02-23T04:39:16 | Java | UTF-8 | Java | false | false | 275 | java | package com.dalingjia.spring.cyclicDependency;
import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;
@Configurable
@ComponentScan("com.dalingjia.spring.cyclicDependency")
public class Appconfig {
}
| [
"tanhuaqiang@meituan.com"
] | tanhuaqiang@meituan.com |
9df5113474aa72401e69be7c9266ad959ac4bcd6 | 0f2171e6c688c32ca762ec1a77368f1f16089e2b | /app/src/main/java/com/example/zeeshan/sqloperations/MainActivity.java | 411be6bed2ec48812aa8418ef492b06f2b66617f | [] | no_license | mzeeshansikander/AndroidSqlLite_Crud | 8304803be6d8e2076fee6fcc159256d2d8a06b43 | 58567c636314d31bb0663858a3b999f2585e6d79 | refs/heads/master | 2020-03-19T10:31:43.746049 | 2018-06-06T19:56:42 | 2018-06-06T19:56:42 | 136,379,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,418 | java | package com.example.zeeshan.sqloperations;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteAbortException;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.B... | [
"zeeshan.sikander@live.com"
] | zeeshan.sikander@live.com |
5fd5698ce2e16a1a92d9f1d8418add64cdfaa713 | 58f893aa303ed1a58d58b388c7ede4a62f244d39 | /server/WebProject/src/main/java/com/afd/member/space/ClickList.java | 2d058dc037a34696d88648c92860c3f9d7fc788b | [] | no_license | sioi35/backup | 6e0a9da319cd2affd201b41beecb35a17e384a3d | dda370b54ad09310e71b6a862b7cac09c0fc9563 | refs/heads/main | 2023-07-18T14:25:40.726500 | 2021-09-07T10:27:36 | 2021-09-07T10:27:36 | 376,705,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package com.afd.member.space;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@We... | [
"sioi35@naver.com"
] | sioi35@naver.com |
6229477ec62fb3fa9528b17e448ada6e4674107b | 28448db59afd6883c07a9cd786c881f41efffd67 | /app/src/main/java/com/kbrs/app/GsmRemoteControl/AddEditChannelActivity.java | f8f2915f032f57d5817b9d1847aa2d0fc9961dce | [] | no_license | Dev-theSergio/GSM_0.1.10 | d506e3161874e2d841149184da82b15a3d3e5605 | facb3127dd49ac2386f01b6227ec0136b7ca9b82 | refs/heads/master | 2020-05-29T21:45:58.753060 | 2019-05-30T10:17:17 | 2019-05-30T10:17:17 | 189,380,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,475 | java | package com.kbrs.app.GsmRemoteControl;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.support.design.widget.TextInputEditText;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android... | [
"thesergio@mail.ru"
] | thesergio@mail.ru |
9eb13801341692cec9b76d367074d750d70f159f | 4aee845a6888cf0cb2f50b866be84f6a4289c1a9 | /src/deux_douze/Maladie.java | 2824c5eb9f54be9e79ba1ddcaad9714ef1598453 | [] | no_license | Ronan-1337/TP_09-07-2020 | ceecfa2bec4ddf9ddc34979c8e5976bf5a2fe5ff | ab40f0a337145b7d4dd98f561638dbb3f7a97a9c | refs/heads/master | 2022-11-13T04:12:22.104407 | 2020-07-09T15:26:42 | 2020-07-09T15:26:42 | 278,118,115 | 0 | 0 | null | 2020-07-09T15:26:43 | 2020-07-08T14:54:33 | Java | ISO-8859-1 | Java | false | false | 128 | java | package deux_douze;
enum Maladie {
// on suppose que toutes les maladies sont énumérées ici
GRIPPE, PESTE, CHOLERA;
}
| [
"67144266+Ronan-1337@users.noreply.github.com"
] | 67144266+Ronan-1337@users.noreply.github.com |
051cfa3d7b4926019501820eed19202fa2cbc07a | a8773bc498e6d5040e5fdb971e816920a89a412c | /Empty_triangle_StarPattern.java | 19d8d278188e4572edefc6b6244c3f722350af17 | [] | no_license | Debipdas/Java_Lab_placement | 439248ed38737588d949cad83f370c25bb7c6058 | 65acaaf8545784dd4d4a493f51a01197b87dbe6c | refs/heads/main | 2023-05-30T05:58:18.802621 | 2021-06-16T18:17:05 | 2021-06-16T18:17:05 | 377,584,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.java.lab;
public class Empty_triangle_StarPattern {
public static void main(String[] args) {
int rows =6;
for (int i=1; i<=rows; i++)
{
// Print space in decreasing order
for (int j=rows; j>i; j--)
{
System.o... | [
"noreply@github.com"
] | noreply@github.com |
7f9a29545c3926e6dc320cce55ffc0908b75850a | f14244e8574bf8c741fec70a9ed84f1dc60d1a68 | /src/me/Samkist/Objects/Widget.java | 2be8cf3d556015c45feb7e406f697c4e40afdf3e | [] | no_license | Samkist/FinalSearchSort | a1ee020e9e46b99bda8f961870d5c475ea41aa4f | e62a786a62d8335e83a96c6a17c9b15f533c36b6 | refs/heads/master | 2021-02-19T11:07:47.219380 | 2020-03-11T13:28:02 | 2020-03-11T13:28:02 | 245,307,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package me.Samkist.Objects;
/**
* Created by Samkist
* https://github.com/Samkist
*/
public class Widget implements Comparable<Widget> {
private String code;
private int sold;
public Widget(String code, int sold) {
try {
if (code.length() != 3) throw new Exception();
Int... | [
"samshark23451@gmail.com"
] | samshark23451@gmail.com |
1d6514a008e6a890762ab7086bfaf821d3774e50 | cc9672cb2341829ec0b692711d62d75b4156523c | /src/main/java/com/abouerp/library/applet/repository/BookDetailRepository.java | 8715c3f61febc30842a79dbfe0ca5f2fdd24bf13 | [] | no_license | Abouerp/applet-library | 8a934b68a35f0cbf0978fabfecbcf042eb8c4081 | 2f67de13706e5cc6ce50d260dc6c1887050420e8 | refs/heads/master | 2023-03-21T10:44:24.815996 | 2021-03-16T07:38:22 | 2021-03-16T07:38:22 | 338,746,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.abouerp.library.applet.repository;
import com.abouerp.library.applet.domain.book.BookDetail;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.springframework.ste... | [
"1057240821@qq.com"
] | 1057240821@qq.com |
9aa1bd3fc60593795aa0979701145f21e59a39b9 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /content/public/android/java/src/org/chromium/content/browser/input/SuggestionsPopupWindow.java | 7b1fc0c67c86a4632e61d00e5056202bcdc08328 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | Java | false | false | 18,386 | java | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.content.browser.input;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.gr... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
83466cb858435cf5f6992ff3464bdf26e41b45e4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_43e22a9028f83322db4727a4feaa7e0d5d07c1d0/ClientLeaseSetManagerJob/2_43e22a9028f83322db4727a4feaa7e0d5d07c1d0_ClientLeaseSetManagerJob_t.java | 064fcf1f9460290c485ef81dcc7f4e8dcc54d178 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 9,857 | java | package net.i2p.router.tunnelmanager;
import java.util.Date;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.TreeMap;
import net.i2p.data.Lease;
import net.i2p.data.LeaseSet;
import net.i2p.data.RouterInfo;
import net.i2p.data.TunnelId;
import net.i2p.router.Jo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0bdbc91eb2939f8c63c6fa1ce219a2108f6843cc | 5ac60b140812a326e5112bee9daf8111bbe1d431 | /app/src/main/java/ua/com/expertsolution/chesva/model/json/ChangeBoxRfidListRequest.java | 910a794bc31e7d72a938f2b6b8171b5229f49ab7 | [] | no_license | chrisgate/ChesvaExample | e38760e120ec090d4dda6340d42a773dd2dd18ab | ad4deef08fda29328f817fa5bb11801cd98eacc1 | refs/heads/master | 2023-02-19T05:49:16.353171 | 2021-01-20T09:16:00 | 2021-01-20T09:16:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package ua.com.expertsolution.chesva.model.json;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import ua.com.expertsolution.chesva.model.dto.Box;
import ua.com.expertsolution.chesva.model.dto.Operation;
public class ChangeBoxRfidListRequest {
@SerializedName("Items")
private Lis... | [
"ardix.dev@gmail.com"
] | ardix.dev@gmail.com |
63c994652b398583386f7fef6e7096ec8df7cf3e | 8ecf9ef60ef1bffc29b934b013a1142f8508e1d6 | /src/com/taozhu/modules/web/excel/service/IHeadDefineHandler.java | 6a7287482e0e5508fe7f86346dd646c622e37717 | [] | no_license | apollo2099/AppServer | eacb5739e8f64a4f955f5d3e6e724680f0b86d3d | 9df1d685c7ace4af1019c9388522df8401717544 | refs/heads/master | 2021-01-09T20:40:28.114611 | 2016-06-15T07:27:03 | 2016-06-15T07:27:03 | 61,184,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.taozhu.modules.web.excel.service;
import java.util.List;
import java.util.Map;
import com.taozhu.modules.web.excel.pojo.ColDefine;
import com.taozhu.modules.web.excel.pojo.FileDefine;
public interface IHeadDefineHandler {
public List<ColDefine> execute(FileDefine fd,Object obj,Map<String, String> param... | [
"huixiong@juanpi.com"
] | huixiong@juanpi.com |
3322af37b13dc2b178801a6bc632189d5185bfff | 7a13dfe0fed58bed3899ff916efa29f64a6357b3 | /hango-api-plane-server/src/main/java/org/hango/cloud/core/plugin/FragmentHolder.java | 3d9c3df17df7061eb6d84f7d890b128ee09dcdd3 | [
"Apache-2.0"
] | permissive | lgh990/api-plane | 3eda18819b75b0a9743c762a96a10b5acaecf73e | 053342ee19193084ca47cc402a7c13f01d1532d5 | refs/heads/main | 2023-06-29T07:52:53.400864 | 2021-08-04T05:52:51 | 2021-08-04T05:52:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | package org.hango.cloud.core.plugin;
public class FragmentHolder {
private FragmentWrapper virtualServiceFragment;
// ratelimit插件的configmap
private FragmentWrapper sharedConfigFragment;
private FragmentWrapper gatewayPluginsFragment;
// ratelimit插件的smartLimiter
private FragmentWrapper smartL... | [
"hanjiahao@corp.netease.com"
] | hanjiahao@corp.netease.com |
d1c4bb564aa2809d4bcf0e16eddd76c22904a809 | 33d8dc7e5991efeb8863c451317981e87d999832 | /api/src/main/java/io/seg/kofo/bitcoinwo/response/BlockMsgResponse.java | c3fdd897395c4d3e852e8f9fb2ce8ac3b88af501 | [] | no_license | AELFSTAKING/btc.watchonly | 420662d87585a9505a00594b10f868b6d0be4ecf | 2ab709ccb8c4c713ac15bab1e256bc9b875078e7 | refs/heads/master | 2022-08-10T02:50:40.438644 | 2020-03-13T09:00:37 | 2020-03-13T09:00:37 | 244,081,626 | 1 | 0 | null | 2022-06-21T02:53:55 | 2020-03-01T03:43:22 | Java | UTF-8 | Java | false | false | 340 | java | package io.seg.kofo.bitcoinwo.response;
import lombok.*;
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class BlockMsgResponse {
/**
* 高度
*/
private Long height;
/**
* 区块hash
*/
private String blockHash;
/**
* 区块内容
*/
private String msg;
... | [
"gin_so@qq.com"
] | gin_so@qq.com |
9870b76560e91e03bb3bfbdac38bc014546a1116 | d8d25065d94204e4dbb2d2da8d77b19dba0d3424 | /app/src/main/java/com/newtowndata/sudoku/Main.java | f496152f3d060ba09a6f458cb5e6a4dc10119db4 | [
"Apache-2.0"
] | permissive | NewTownData/sudoku_solver | c31c601131786eb82d930cfc4e3ba3990a3640a2 | 7e431944be7c6c89cbdd6a24ba013916f1ee1fd6 | refs/heads/main | 2023-05-29T12:08:18.309665 | 2021-06-06T06:59:27 | 2021-06-06T06:59:27 | 374,282,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | /**
* Copyright 2021 Voyta Krizek, https://github.com/NewTownData
*
* 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 b... | [
"vkdot@users.noreply.github.com"
] | vkdot@users.noreply.github.com |
99f8d53b4ab955c37738a5c0f40ac58339d6a3db | 4a9cdc6ed2158b1d9e294fa8e742d67a7da674fe | /src/persistence/rest/RestExchangeRateLoader.java | aaf1fda1d97fdbef66eb006d0c34a85bd7cf5871 | [] | no_license | Miguelnj/MoneyCalculatorWithUI | 9c61a8d9f9f83396c1e3b385ac7687f4df377741 | 0ae4f69a04e37b4f6b94183336a3c37d58672fcf | refs/heads/master | 2021-05-12T15:14:25.666224 | 2018-01-10T15:47:43 | 2018-01-10T15:47:43 | 116,977,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package persistence.rest;
import Model.Currency;
import Model.ExchangeRate;
import persistence.ExchangeRateLoader;
import java.io.InputStream;
import java.net.URL;
import java.io.IOException;
public class RestExchangeRateLoader implements ExchangeRateLoader{
@Override
public ExchangeRate load(Currency from... | [
"miguel.navjor@gmail.com"
] | miguel.navjor@gmail.com |
3d50487eea6d1da2dda189346c479a63764e73af | 21ede326b6cfcf5347ca6772d392d3acca80cfa0 | /chrome/android/java/src/org/chromium/chrome/browser/init/ChromeBrowserInitializer.java | 47cfcae693ca38a510d967bc32c49da67f525069 | [
"BSD-3-Clause"
] | permissive | csagan5/kiwi | 6eaab0ab4db60468358291956506ad6f889401f8 | eb2015c28925be91b4a3130b3c2bee2f5edc91de | refs/heads/master | 2020-04-04T17:06:54.003121 | 2018-10-24T08:20:01 | 2018-10-24T08:20:01 | 156,107,399 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,834 | java | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.init;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bui... | [
"team@geometry.ee"
] | team@geometry.ee |
9823b8a58783fdb777ada6e9efd9b2fe51280663 | 01f5d27ed6bc3094712a5c38952663c6446ea0a1 | /Scheduling/src/LagrangianSolver/LagrangianUnweightedLocalSearch.java | fbaaf02c3cbb6c199ee88b8a43abc12411c628b3 | [] | no_license | mattzav/Lagrangian_Scheduling | 2397c84b5438c4bb1f9566b7b961a20c5f859ca9 | 10ba71c7e7ddeae321264da67fdc019f59e156fe | refs/heads/master | 2023-01-22T00:58:10.651431 | 2020-12-07T16:13:03 | 2020-12-07T16:13:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,027 | java | package LagrangianSolver;
import java.io.File;
import java.io.IOException;
import java.util.Random;
import ilog.concert.*;
import ilog.cplex.*;
import ilog.cplex.IloCplex.UnknownObjectException;
import jxl.Workbook;
import jxl.write.Label;
import jxl.write.Number;
import jxl.write.WritableSheet;
import jxl.write.Writ... | [
"matteozav@hotmail.com"
] | matteozav@hotmail.com |
5e3f8da61023033f9ad8d16450aab252465c4403 | 5b19ab89fd6bec8dac0330c7779ad300a2998efe | /src/test/java/com/pkstudio/hive/jbehave/Steps.java | 74ca33a46faa7a3e1a5810c005ddd60a83c96297 | [] | no_license | sidzej666/HiveServerTests | b81064d6aff4327e3d1e917dc101e08005b389ca | ff4050afe5a87719c1c54842fedc35bc1ffe3a5a | refs/heads/master | 2020-04-09T20:08:05.587123 | 2015-02-05T18:56:17 | 2015-02-05T18:56:17 | 30,215,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.pkstudio.hive.jbehave;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.stereotype.Component;
@Target(value=ElementT... | [
"pawel.kutesko@gmail.com"
] | pawel.kutesko@gmail.com |
b0eda5d3d8a00460e46f5fa71d0b47ec3eb969c6 | 7d2b11021dbb30674c91f8fe824555aa0cc9e9fe | /src/test/java/com/acabra/gtechdevalgs/google/NumberOfIslands2UnionFindTest.java | 048f59cf9020a40218c06f3352f5d913e7af592b | [
"MIT"
] | permissive | acabra85/googleTechDevAlgs | f159670294b1724b5b90e909f59e1902b8800396 | 3e22940ffc44cea3ea7a6cef034a9a293b3f480a | refs/heads/master | 2023-03-12T09:31:52.578842 | 2023-03-05T14:13:56 | 2023-03-05T14:13:56 | 167,084,157 | 1 | 0 | MIT | 2020-10-13T12:10:56 | 2019-01-22T23:35:14 | Java | UTF-8 | Java | false | false | 3,889 | java | package com.acabra.gtechdevalgs.google;
import org.hamcrest.core.Is;
import org.hamcrest.MatcherAssert;
import org.junit.Before;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class NumberOfIslands2UnionFindTest {
private NumberOfIslands2UnionFind und... | [
"cabra.agustin@gmail.com"
] | cabra.agustin@gmail.com |
fbc31fe50e53c5dee6551ae852273958c9a26213 | 126f247e14fb880012f396ee8172ab40fdf829c5 | /src/com/servlet/StudentAddServlet.java | f2d2b7dd47f345217a46643f82195709a7f3c861 | [] | no_license | Lidalin1233/test | 832f60e77166ca0d3a4c26af083a118643c0365a | 90e5b93341aa68a4614408ae574f85157c6fc2be | refs/heads/master | 2020-05-22T21:56:48.902653 | 2019-05-14T07:37:16 | 2019-05-14T07:37:16 | 186,538,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,467 | java | package com.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.entry.Student;
import com.s... | [
"Administrator@WJX-20170614AYY"
] | Administrator@WJX-20170614AYY |
147b6da14c615067e17f5365a513741a27808c07 | af27db1fc912f895cdcf6775c8e69bceafdb83ea | /app/src/main/java/com/example/android_mycart/adapter/ProductAdapter.java | 13b8ef98043166eb4877fd581aabeece1006489f | [] | no_license | ankit0896/android-mycart | c3c8aaea8574b386634b382f548381a24e7a6739 | 3a4fabda73297a4e6a8cbbf972315fc568288de3 | refs/heads/master | 2022-12-20T07:32:35.796386 | 2020-09-18T10:03:20 | 2020-09-18T10:03:20 | 296,575,400 | 0 | 0 | null | 2020-09-18T10:03:21 | 2020-09-18T09:26:17 | Java | UTF-8 | Java | false | false | 4,374 | java | package com.example.android_mycart.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotatio... | [
"officialap0896@gmail.com"
] | officialap0896@gmail.com |
be4ccfdce439318866ebc07755a759834f5dbf7c | b7b98978f30e5d89ad5f8b6bd3f3caf9a48b9be6 | /src/GpTriplets.java | 12cc46eb4c141906f1f2abfc0562e4ef0c3caecf | [] | no_license | abhinavdas1/LeetCode | 78dfce12f7e694477263452849291f9fc8cf57ce | b9c3c8bdfab954a25a14949a89fd333d80ba2b60 | refs/heads/master | 2021-01-22T03:40:47.056640 | 2017-12-01T00:32:23 | 2017-12-01T00:32:23 | 92,394,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | /**
* Created by abhinavdas on 11/20/16.
*/
class GpTriplets
{
public static int answer( int[] l)
{
int count = 0;
int[] step1 = new int[l.length];
for (int i = 1; i < l.length - 1; ++i) {
for (int j = 0; j < i; ++j) {
if (l[i] % ... | [
"iabhinavdas@gmail.com"
] | iabhinavdas@gmail.com |
6da93e46891e528459fea77b5e2742f4e01d6a33 | fd88489cb2e9c345135e31d4f8a59579a5ffad9c | /src/main/java/com/bailihui/shop/pojo/TbUser.java | 069d3778e164b92f532fdd9208a6283f33012ab8 | [] | no_license | Cnlomou/bailihui-shop | cf579f0024e77bbc8b4e6e518cfad5d3c33e9bae | 30a027010dcf447817f116ac563189508596a91f | refs/heads/master | 2022-12-29T20:30:32.060907 | 2020-10-22T02:38:44 | 2020-10-22T02:38:44 | 306,201,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | package com.bailihui.shop.pojo;
import java.util.Date;
import javax.persistence.*;
import lombok.Data;
/**
* @author Cnlomou
* @create 2020/5/25 20:22
*/
@Data
@Table(name = "tb_user")
public class TbUser {
@Id
@Column(name = "id")
private Integer id;
/**
* 用户标识
*/
@Column(name = "us... | [
"1246269795@qq.com"
] | 1246269795@qq.com |
7396eff312904a16fd9e97548eee2c905eb7a1cb | cba56340735b3347c3fae1b46b747668e5d027f8 | /src/tss/tpm/TPMS_ASYM_PARMS.java | d2b6b7c4c4c964150df4bbad2bf97a82abff78f8 | [
"MIT"
] | permissive | kvnmlr/tpm2.0-playground | 7cadd974ff27c231cfc6165056bca5b97e9db1fa | 9b423b5ef8fc8e697b9276ff6bfcb118be45573f | refs/heads/master | 2021-07-04T22:05:18.745386 | 2017-09-25T20:32:21 | 2017-09-25T20:32:21 | 104,788,255 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,285 | java | package tss.tpm;
import tss.*;
// -----------This is an auto-generated file: do not edit
//>>>
/**
* This structure contains the common public area parameters for an asymmetric key. The first two parameters of the parameter definition structures of an asymmetric key shall have the same two first components.
*/
publ... | [
"kevin.mueller1@live.de"
] | kevin.mueller1@live.de |
15a69ef9e27d634932158ad3102c6e29dd748c64 | 895184a634b269e1688d51e323cc9eb8860d0392 | /app/src/main/java/com/qianfeng/yyz/zhonghuasuan/classify_second/presenter/ClassifySecondPresenter.java | 2c04ba73c0d39096dd8838aad27e580f90c4e5d4 | [] | no_license | yzzAndroid/ZhongHuaSuan | 414af1d51c66d5783b38bab26e161accd1cc7de7 | 861e74012e20e5131354486bf08ff00b9d6c61d2 | refs/heads/master | 2020-02-26T15:55:29.156701 | 2016-10-25T09:06:26 | 2016-10-25T09:06:26 | 70,892,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,108 | java | package com.qianfeng.yyz.zhonghuasuan.classify_second.presenter;
import com.qianfeng.yyz.zhonghuasuan.bean.EightGoodsBean;
import com.qianfeng.yyz.zhonghuasuan.classify_second.model.ClassifySeconndModel;
import com.qianfeng.yyz.zhonghuasuan.classify_second.model.IClassifySecondModel;
import com.qianfeng.yyz.zhonghuasu... | [
"1316234380@qq.com"
] | 1316234380@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.