blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f9c677bca37ec3d31e8c3661ced93abdb6696e2 | 5efc9a74aa9c0cf0041c9cee889af026d61b84b2 | /samples/modern-java/src/com/waylau/java/net/AsyncEchoServer.java | 9076e4a498e2e10d7e15bb88ee78cb23f0eb5f78 | [] | no_license | waylau/modern-java-demos | f096c46ad79fe8f923265d1f06ac1f9b7b3c9965 | f55563bca7cd8d0b36bbca9714ccebfb450abcee | refs/heads/master | 2022-10-18T13:57:43.231936 | 2022-10-03T07:20:46 | 2022-10-03T07:20:46 | 163,201,354 | 118 | 25 | null | 2020-03-22T08:19:41 | 2018-12-26T17:11:01 | null | UTF-8 | Java | false | false | 2,887 | java | package com.waylau.java.net;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.StandardSocketOptions;
import java.nio.ByteBuffer;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.nio.channels.AsynchronousSocketChannel;
import java.util.concurrent.Callable;
import java.... | [
"waylau521@gmail.com"
] | waylau521@gmail.com |
9a869c65eb70b7e809f6119cb86f9de11b2ae71a | fc493d0c0fc3cd96afc231dcffa56a49b6da403c | /AttendanceWebService/src/moz/connectDb/ConnectDbImpl.java | 84435a8eee7612de0062df113839ebb07ed0617c | [] | no_license | zhuyueming/Attendance | 469072da954e528a0ea59fa8dc8f958d6e624fe7 | 9dae98ad37bd4eabd0665f4f73e609e711ecfc0e | refs/heads/master | 2020-12-24T06:05:34.137866 | 2016-05-31T06:52:19 | 2016-05-31T06:52:19 | 60,065,072 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,384 | java | package moz.connectDb;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class ConnectDbImpl implements ConnectDb {
PreparedStatement preparedStatement;
private static Co... | [
"ZhuYueMing@192.168.1.123"
] | ZhuYueMing@192.168.1.123 |
5130369a8b275d41265099426e26daab0f9cc21f | e62e0ddb1a593eb082f62b159c96449e5845e6c4 | /entities/src/main/java/com/ofss/fcubs/service/fcubsaccservice/QUERYACCSUMMIOFSRES.java | 4c3b4a8aefd9de6b8697e3c2f317afd96c50a272 | [] | no_license | pwcfstech/CustomerOnboarding_WhiteLabel_Backend | 68adb8b4640b0b468bd02e8fb8a6fa699c78dfa8 | 2265801768d4f68e3e92a3ceb624aa179e6f60f6 | refs/heads/master | 2021-08-11T07:41:18.970465 | 2017-11-13T09:52:19 | 2017-11-13T09:52:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,485 | java |
package com.ofss.fcubs.service.fcubsaccservice;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annot... | [
"kousik70@gmail.com"
] | kousik70@gmail.com |
536cd968091306f5b74af6eacd027e74f0956bf5 | b0a954dd83866e9bf54d190556ab273d4d8d725e | /src/main/java/rollmoredice/config/WebMvcConfig.java | e5e670140cee8e6a967f57386482a5dba97638f8 | [
"Apache-2.0"
] | permissive | FErlenbusch/RollMoreDice | 0a04bdbf28c8c9ce67b9de58867981ce3b81944d | c85501a63f23c4d430c41aac388cced2544561ad | refs/heads/master | 2020-05-23T21:25:20.700355 | 2019-05-16T04:57:13 | 2019-05-16T04:57:13 | 186,954,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package rollmoredice.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
... | [
"FErlenbusch@gmail.com"
] | FErlenbusch@gmail.com |
e2f0280e2d33d97024c3005b52f0d1209afef110 | cfa7d9ef4015cbab56388835842d8e27ba9aeb45 | /modules/com/ail/commercial.jar/com/ail/financial/CardIssuer.java | e72ff783be0fa6092051106870575ea845e09055 | [] | no_license | sangnguyensoftware/openunderwriter | 678ff8cfe83f781a03b9cd62313e3d6594e74556 | 380cfa83e135084d29cd0b29d1ed4780cdb62408 | refs/heads/master | 2020-03-21T09:24:40.328042 | 2018-06-26T00:13:27 | 2018-06-26T00:13:27 | 138,398,507 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,118 | java | /* Copyright Applied Industrial Logic Limited 2002. All rights Reserved */
/*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
... | [
"40519615+sangnguyensoftware@users.noreply.github.com"
] | 40519615+sangnguyensoftware@users.noreply.github.com |
a72279b48c4ed8e0ab13d67e76660b3ab4783daf | 5cb96237841e4aa531ac4914c189eb22bace152e | /Star Wars/src/starwars/entities/actors/Player.java | 40a0acf3cbd18cf6f40e65075e6c4db13f26d9ba | [] | no_license | julioandre/OOP-Project | 576d9e5b898d2cd16c9a4de7516ea257a6ebd1c8 | 979d49b35ac36bcb4f68e0800f0b394df7444462 | refs/heads/master | 2020-06-30T07:39:59.087429 | 2019-08-06T03:26:29 | 2019-08-06T03:26:29 | 200,768,494 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,839 | java | package starwars.entities.actors;
import java.util.List;
import edu.monash.fit2099.simulator.userInterface.MessageRenderer;
import starwars.SWActor;
import starwars.SWEntityInterface;
import starwars.SWLocation;
import starwars.SWWorld;
import starwars.Team;
import starwars.swinterfaces.SWGridController;
/**
* A v... | [
"noreply@github.com"
] | julioandre.noreply@github.com |
8a610a9bb37e4c9e857f056b8ed85b51d37dccd0 | 5f2bb6e06f78a2204db2d41933298cb84d4607f8 | /ttd/taj.java | 0d648488e06341a9e7f48a9792ba394bbf313026 | [] | no_license | sunnykashyapsk/MapDestinations | 7d72b7d38aeb0c4232120e475432453580aed4a1 | 7044e4c0554aff977ff10febb86373bdd102b910 | refs/heads/master | 2022-11-24T08:31:19.200664 | 2020-07-11T09:37:13 | 2020-07-11T09:37:13 | 278,829,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package com.example.lenovo.ttd;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class taj extends AppCompatActivity {
private WebView webView;
@Override
pro... | [
"noreply@github.com"
] | sunnykashyapsk.noreply@github.com |
b37d43976d734632204c99d53b9e2aa78125736a | 5712edebcfaaf96fb131cc5b29d0e86d1fb5986d | /WebShop/src/main/java/ru/itis/services/BasketService.java | 6c8fa86dc3fda6952c3fb69555c2adbb0c751678 | [] | no_license | AlmazKh/Khamedzhanov_11_702 | a65625cdf8ec52157139cd4977861224e2226e25 | 60fb9b466f53a10cad3f55e50ab107bfd060e9a2 | refs/heads/master | 2022-02-22T07:33:59.101376 | 2019-10-12T20:00:20 | 2019-10-12T20:00:20 | 104,873,621 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package ru.itis.services;
import ru.itis.forms.BasketForm;
import ru.itis.forms.ProductForm;
import ru.itis.models.Basket;
import ru.itis.models.Product;
import java.util.List;
public interface BasketService {
void addBasket(Long userId, Long productId);
void addProduct(Long userId, Long productId);
void... | [
"32297268+AlmazKh@users.noreply.github.com"
] | 32297268+AlmazKh@users.noreply.github.com |
032ace9a77b1bb9b727bcfa3981926a8b70824ee | bd6f651e469099718089f2fb294f3ee163986789 | /app/src/main/java/com/cjs/drv/recyclerview/darghelpercallback/GridSortHelperCallBack.java | 48e9237be8a78d13e3b1849426f768ce8c1d24ba | [] | no_license | Ashleeey1224/DragRecyclerView2021 | ad651734dbbb85e32ecfad421c389dc653229d1c | abfbefc5e35c8033251410c6283a29db388e3567 | refs/heads/master | 2023-03-21T23:07:46.474703 | 2021-02-19T07:44:32 | 2021-02-19T07:44:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package com.cjs.drv.recyclerview.darghelpercallback;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.RecyclerView;
import com.cjs.drv.recyclerview.model.RecyclerItem;
import java.util.List;
/**
* 网格拖拽排序Helper
*
* @author JasonChen
* @e... | [
"chenjunsen@csii.com.cn"
] | chenjunsen@csii.com.cn |
46b2ce21c985a3f76a431afc3db586b938ba4186 | c44e900166895a40880d49eea18848f50b3a2220 | /src/main/java/com/projects/service/UserServiceImpl.java | c54ee7ae9b3e3756ae1b87ff3b42e74a2660be06 | [] | no_license | okubanjoe/SpringBootRegistrationLoginPage | 32a5f821610009267d147b1be0fef7e7cb4ed645 | 1f85bcc1313284d64a5dd3fb9b6f8b823aa9a4b1 | refs/heads/master | 2023-02-04T14:43:42.762018 | 2020-12-21T05:30:05 | 2020-12-21T05:30:05 | 323,521,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,139 | java | package com.projects.service;
import com.projects.repository.RoleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereotype.Service;
import com.projects.model.Role;
import com.projects.model.... | [
"ayodeji@Ayodejis-MacBook-Pro.local"
] | ayodeji@Ayodejis-MacBook-Pro.local |
27b49a58520f0e276b241d9affcf3d0e39357b12 | cf03856ffa9c98305527a4b0e10b28601791ecb2 | /app/src/main/java/com/wxdroid/simplediary/ui/login/fragment/post/picselect/bean/ImageInfo.java | 16297ab7006206f68cf4193687d0871303dbb34f | [] | no_license | microcodor/simplediary_android | 564ef6aa9d01bba38b9a269e6ad721c843702f1e | 558385fd91a3e5cf5dac7df46871e1ba22b9f94e | refs/heads/master | 2021-01-23T03:48:09.408896 | 2017-03-25T01:52:19 | 2017-03-25T01:52:19 | 86,124,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,747 | java | package com.wxdroid.simplediary.ui.login.fragment.post.picselect.bean;
import android.os.Parcel;
import android.os.Parcelable;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
/**
* 图片信息
* <p/>
* Created by Clock on 2016/1/26.
*/
public class ImageInfo implements Parcelable {
private ... | [
"920379777@qq.com"
] | 920379777@qq.com |
15eb8e08695eab014afae7f1193e81a84ff3f082 | 55aca439e180a9bcf0a36f60320013979905d1e5 | /efreight-afbase/src/main/java/com/efreight/afbase/controller/VAfCategoryController.java | d5059051add9c6624055983a72f15563e4bf8fcc | [] | no_license | zhoudy-github/efreight-cloud | 1a8f791f350a37c1f2828985ebc20287199a8027 | fc669facfdc909b51779a88575ab4351e275bd25 | refs/heads/master | 2023-03-18T07:24:18.001404 | 2021-03-23T06:55:54 | 2021-03-23T06:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | java | package com.efreight.afbase.controller;
import com.efreight.afbase.entity.view.VAfCategory;
import com.efreight.afbase.service.VAfCategoryService;
import com.efreight.common.security.util.MessageInfo;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.Ge... | [
"yeliang_sun@163.com"
] | yeliang_sun@163.com |
0238c1fd842176c06374dc485b2ba4e5bf9996b3 | 1f8b1dad2bea76b58f75cce12b4ca94e86087be4 | /app/src/main/java/com/hussam/matricball/public_profile/social_icons.java | 4e150e1aea6c1e449bf74c5d4f42da2e7c17dd7d | [] | no_license | hussamalkurd/Ad-Forest | 1c63b039b9642ce7b2c6bc6e49aaa203fc447f2a | 5859f9109777dd511b80429ed16147f8a8db28eb | refs/heads/master | 2023-08-03T01:03:27.064131 | 2021-09-30T16:07:58 | 2021-09-30T16:07:58 | 412,134,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,192 | java | package com.hussam.matricball.public_profile;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import org.json.JSONArray;
impor... | [
"hussam-kurd@hotmail.com"
] | hussam-kurd@hotmail.com |
dee9dd1f911e3368d54d473ba94069cb4effed7e | 9ae525199d0585d630a0f4f18281339da8d0eee7 | /4week03/src/ListStack.java | 387459a34ca6ae2e6f6d36a83bdfb1e3dbc46824 | [] | no_license | ckacldla12/DataStructure | 922c83e25a96a51695a5cecff5e2ac8c42c460a6 | f3706fad0afa122709fc8a0a5541ebcfa61b6a43 | refs/heads/main | 2023-05-08T01:44:41.401791 | 2021-05-26T16:35:10 | 2021-05-26T16:35:10 | 344,014,745 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 849 | java | import java.util.EmptyStackException;
public class ListStack<E> {
private stackNode<E> top;
private int size;
public ListStack() {
top = null;
size = 0;
}
public int size() {return size;}
public boolean isEmpty() {return size == 0;}
public void push(E newItem) {
stackNode newNode = new stackNode... | [
"noreply@github.com"
] | ckacldla12.noreply@github.com |
22efcacf5168a19cdf9604b9c215da5146a3728d | 6cd8f7aad5f9edf75fd457050f31c403b964a9cc | /micro-service/authorization-service/src/main/java/com/midea/meicloud/auth/MidAuthorizationServiceApp.java | 1974c31674c8bcc284eb6423af22ab42d961ac84 | [] | no_license | DeepLn/j2ee-business | 2fa8eb589d3d6334ec4edc5002675b8986037478 | f661fdf405c1acc3178aeac34f035244153f9738 | refs/heads/master | 2021-07-11T07:47:46.172026 | 2017-10-11T01:55:28 | 2017-10-11T01:55:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.midea.meicloud.auth;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.sprin... | [
"jiapan.chen@meicloud.com"
] | jiapan.chen@meicloud.com |
adce5eb3eafb2c81b46b9a3185e533e352f8da5d | ed6f068752021c856dbb8599744b9a04f21a7a33 | /Assignment02-MazeSolver/src/cs2114/mazesolver/Maze.java | f7d2bca2dc80c81cd2c9e677575c052de6627471 | [] | no_license | 7e11/CSE017 | 7202f81a6316ccb4152757f24aa60fc428ffb19c | 6c1e7133da65ba3a2b42aebf2fd21ae0a61517dd | refs/heads/master | 2021-09-11T23:19:31.967894 | 2018-04-12T22:16:21 | 2018-04-12T22:16:21 | 125,919,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,952 | java | /**
*
*/
package cs2114.mazesolver;
import java.util.Stack;
/**
* @author Evan Hruskar
* @version 2018.04.05
*
*/
public class Maze implements IMaze {
//I was going to use an arraylist but an array should be fine.
private MazeCell[][] board;
private int size;
private Location star... | [
"hruskar.evan@gmail.com"
] | hruskar.evan@gmail.com |
c1c4aef9b672fd02594981309c1e052b657b849e | c3eaac04f8c9ed71f0b78f72addbc24227c9c38a | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/lessons_38/tests/GroupModificationTests.java | 05168a4677f885833490ca2a7a8efa0ebe0a51dc | [
"Apache-2.0"
] | permissive | freeitgroupe/qa_crm | cf4695ae9f59ba472ab484c4be4a68d9f883c0bf | 8c83f8cea3cf0f3bbc2970019838bf4f66ac97a4 | refs/heads/main | 2023-04-19T22:40:51.911379 | 2021-04-27T20:45:31 | 2021-04-27T20:45:31 | 311,136,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package ru.stqa.pft.addressbook.lessons_38.tests;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.lessons_38.model.GroupData;
public class GroupModificationTests extends TestBase {
@Test
public void testGroupModification() throws Exception{
app.getNavigationHelper().gotoGroupPage();//перехо... | [
"freeitgroupe@gmail.com"
] | freeitgroupe@gmail.com |
fe3b2f89203a3fc0fe35d1fc9376087e569ef941 | 0fe59b1dfb5cf2454cef805da2804b2d3e52f742 | /bee-platform-system/platform-sidatadriver-api/src/main/java/com/bee/platform/datadriver/dto/RepoReceiptDetailDTO.java | 40b15bfa934e2ea0a10bb7d66cb7cab97fa9c06f | [] | no_license | wensheng930729/platform | f75026113a841e8541017c364d30b80e94d6ad5c | 49c57f1f59b1e2e2bcc2529fdf6cb515d38ab55c | refs/heads/master | 2020-12-11T13:58:59.772611 | 2019-12-16T06:02:40 | 2019-12-16T06:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,484 | java | package com.bee.platform.datadriver.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Accessors;
import java.io.Serializable;
im... | [
"414608036@qq.com"
] | 414608036@qq.com |
859b33d90cd980195f513a72260443603bb0aec4 | 9750d8bd08dfebcee1b0954da673838851b5b841 | /admin/src/main/java/com/xinlian/ServletInitializer.java | 3401d451f57be98e9ca923abe48dcfcca143622c | [] | no_license | wangxiang22/wallet | 7f030eba292c12b6f5561b949b95d298aa7a7114 | 1a3909d115d8713c067659fee8b7e098fa07673e | refs/heads/main | 2023-02-11T04:55:32.623925 | 2021-01-12T06:40:36 | 2021-01-12T06:40:36 | 328,890,500 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package com.xinlian;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected Spri... | [
"2356807033@qq.com"
] | 2356807033@qq.com |
0f1955b41595ee66294ec1ca85097dc7258db213 | 17c473dbacf690a3549cfdf0faf955dd4c7cd58b | /day23/src/cn/itcast/web/functions/MyFunction.java | 0ca61e946bbbed3b1d9bbdc44aaa0abe91962b95 | [] | no_license | lichao0817/Online-BookStore | 0ccaa326adf219a0c0fefaf9de099ecd919153ff | acdfc43b1d9590d08e44b8c863279278c7ccb056 | refs/heads/master | 2020-12-30T09:38:12.158386 | 2014-10-10T12:16:37 | 2014-10-10T12:16:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package cn.itcast.web.functions;
import cn.itcast.domain.Category;
import cn.itcast.service.BusinessService;
import cn.itcast.service.impl.BusinessServiceImpl;
public class MyFunction {
public static String getCategoryName(String categoryId){
BusinessService s = new BusinessServiceImpl();
Category c = s... | [
"cli94@wisc.edu"
] | cli94@wisc.edu |
a446253928d51afec75c046cc6224d090f5895b3 | 6ff259c741e9ff0a27511692f41f571b15edcadc | /batik/src/main/java/org/w3c/css/sac/DescendantSelector.java | a535a2038b9c5fd40d7996d3483e07a12dcc628c | [
"Apache-2.0"
] | permissive | zhangdan660/jgdraw | 20da489f4f962d4bd5ce98e8574ed89ff106faa5 | 7762908477af1c4bb56f73a6789342bbea810a6a | refs/heads/master | 2021-01-09T21:55:51.552952 | 2016-03-09T02:01:27 | 2016-03-09T02:02:12 | 53,459,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | /*
* (c) COPYRIGHT 1999 World Wide Web Consortium
* (Massachusetts Institute of Technology, Institut National de Recherche
* en Informatique et en Automatique, Keio University).
* All Rights Reserved. http://www.w3.org/Consortium/Legal/
*
* $Id: DescendantSelector.java,v 1.1 2005/11/21 09:51:23 dev Exp $
*/
pac... | [
"zhangdan_660@163.com"
] | zhangdan_660@163.com |
729267e8fb0ae40e396993d0e18ec9f40588468a | 3fa902b6efff0ef0bf534b7e7fcbbc534d802d7a | /src/main/java/mascotapp_desktop/models/Mascota.java | 95eb930ea6a22346c9710610799047461bba8cf4 | [] | no_license | AlejandroRC10/Mascotapp_desktop | f6cf9930871010b2256c8811a863166ef832421b | c3b146fade0b3e57f6622131236051016dea2a50 | refs/heads/master | 2023-05-27T03:14:20.744487 | 2021-06-03T21:08:19 | 2021-06-03T21:08:19 | 368,962,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,035 | 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 mascotapp_desktop.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgno... | [
"arodriguezc21@iesalbarregas.es"
] | arodriguezc21@iesalbarregas.es |
05df348248993f196654cc096bd532984dc55947 | df1bfa245fc1b7195649acccee9b385dd379bc91 | /langramming-server/src/main/java/dev/nickrobson/langramming/util/StreamUtil.java | ca9233d4d273ea5c49ba59c9446134a0c1354af5 | [] | no_license | langramming/langramming | 607c30994dfa3885cd1a1ed9177d49efabc52e10 | d675183f025381fa82e9bbec986ece53e7d56339 | refs/heads/master | 2022-06-01T13:52:01.590850 | 2022-01-23T08:23:39 | 2022-01-23T08:23:39 | 253,184,334 | 5 | 0 | null | 2022-03-26T16:57:26 | 2020-04-05T08:02:27 | Java | UTF-8 | Java | false | false | 614 | java | package dev.nickrobson.langramming.util;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public class StreamUtil {
public static void copy(InputStream inputStream, OutputStream outputStream) throws IOException {
copy(8192, inputStream, outputStream);
}
public... | [
"robson.nicholas1@gmail.com"
] | robson.nicholas1@gmail.com |
ee0a539f09f2c8a65409e51aefc6b4d5b5f67fcc | 6d0ffbee5011340945867e3ac007e5046b86110b | /SpringBootApiDemo/SpringBootApiDemo/src/main/java/vn/com/fpt/clt/enums/FlagEnum.java | 5756930f4e6fb7b13ca2ce67f9087fda30fa240e | [] | no_license | Trongphamsr/githug-springboot | 5eca4837d75787849e4f655de5ea8d8726e67097 | 48bbb922116193ccd55688e1b7c0bbca8c4db86a | refs/heads/master | 2020-05-24T16:14:44.579438 | 2019-05-18T11:53:27 | 2019-05-18T11:53:27 | 187,350,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package vn.com.fpt.clt.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
@AllArgsConstructor
@Getter
public enum FlagEnum {
OFF("0", "OFF", "false"),
ON("1", "ON", "true");
private final String value;
private final String display;
private final String name;
}
| [
"anhhop200193@gmail.com"
] | anhhop200193@gmail.com |
15329e5ef96d7f32ef334027c0054f0dc8021538 | acff7a398205b615c2a73176cd65833d0e7a76e7 | /talleres/taller09/Test.java | 5303a6f749c076765b2051ad24b76482a1e51853 | [] | no_license | lmvasquezg/Data-structures-and-algorithms-2 | 338c18cceafd955334dcbe123577473a5be68a66 | 9466cafafc738857349f2003c9d51ece0c38d030 | refs/heads/master | 2021-09-12T13:09:36.025107 | 2018-04-17T02:41:18 | 2018-04-17T02:41:18 | 119,445,875 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java |
/**
* Prueba la implementacion de los metodos en la clase Taller9.
*
* Ejecute esta clase para hacerse una idea de si su implementacion de los
* ejercicios propuestos en el Taller de Clase #9 son correctos.
*
* @author Mateo Agudelo
*/
public class Test {
public static void main(String[] args) {
... | [
"noreply@github.com"
] | lmvasquezg.noreply@github.com |
7a0ace9dc38893ac7883597af2057dd6ec48f127 | 9a7ec216a1deeab63e5bf293381d06cf25419251 | /batch13022014/core/new/IDRef/src/com/ir/beans/Car.java | 8d9eb00a4073e30983cff17858f82ac62601ab30 | [] | no_license | Mallikarjun0535/Spring | 63b2fb705af3477402639557dbda1378fe20b538 | 041f538c7ae2eca113df7cb9277e438ec6221c08 | refs/heads/master | 2020-06-04T00:22:21.910592 | 2019-06-20T19:18:09 | 2019-06-20T19:18:09 | 191,792,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.ir.beans;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.xml.XmlBeanFactory;
import org.springframework.core.io.ClassPathResource;
public class Car {
private IEngine engine;
private String engineId;
public void run() {
BeanFactory factory = new XmlBean... | [
"mallik.mitta@outlook.com"
] | mallik.mitta@outlook.com |
691139fa59c97487fc5faa69046a48f5232be70a | 5985fab5dfcb11a561173e7e41970ae7a3ccb843 | /DnDPartes/src/main/java/com/dnd/project/gallery/point/service/CmPointService.java | c85397c4f04978df263b7661fb6631a759a649c3 | [] | no_license | kalraid/VRChatAINpc | b3a9f6c4e3e394aec03b72d7a7a4565b1b99b4d0 | 025405da10ec6313cec477ff8d2b6c9fdd65d937 | refs/heads/master | 2022-12-14T21:03:30.623757 | 2021-02-05T08:38:43 | 2021-02-05T08:38:43 | 251,243,187 | 6 | 1 | null | 2022-12-08T07:27:57 | 2020-03-30T08:19:05 | Python | UTF-8 | Java | false | false | 138 | java | package com.dnd.project.gallery.point.service;
import org.springframework.stereotype.Service;
@Service
public class CmPointService {
}
| [
"chpark@in-soft.co.kr"
] | chpark@in-soft.co.kr |
f343abb8dd38bc8a7df0efa7c0f899c2fae9fe58 | c48a4f190b481904e0a4b94099364e802da1e1b6 | /app/src/main/java/com/example/wangyang/tinnerwangyang/Http/Internet/ApiFactory.java | 92e5102c86d98ff2c9eb7bc20d088f18dbaec99b | [] | no_license | woerte197/Tinnerwangyang | 3b9c9fd2401dd1ae4a53ba314113aa4f7539d7c1 | ca14a95c8798f980a01594d5a9388145d1caf663 | refs/heads/master | 2018-10-04T16:38:37.888151 | 2018-06-28T01:18:42 | 2018-06-28T01:18:42 | 119,765,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,289 | java | package com.example.wangyang.tinnerwangyang.Http.Internet;
import com.example.wangyang.tinnerwangyang.URLSetting;
import java.util.HashMap;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJa... | [
"wangyang@jiemo.net"
] | wangyang@jiemo.net |
dc5af273a1902e9d67cf5a3f358f8d505aa549ca | e26188a15fa27ee4db1eb47006c25e0150c158af | /src/hu/pethical/mavkep/adapters/TimeTableAdapter.java | 2a8e696ade7f60e5a37690984567e05536853109 | [] | no_license | Pethical/MAVKep | ff5086146e6d70f45c86974f1e00d8ef8ed20228 | 273a8eb81b058f4a041d9c73d77a4a01675a77b1 | refs/heads/master | 2021-01-17T19:21:18.302633 | 2016-06-10T16:44:44 | 2016-06-10T16:44:44 | 60,862,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,927 | java | package hu.pethical.mavkep.adapters;
import hu.pethical.mavkep.R;
import hu.pethical.mavkep.entities.Changes;
import hu.pethical.mavkep.entities.TimeTableDataSource;
import hu.pethical.mavkep.entities.Timetable;
import java.io.IOException;
import android.app.Activity;
import android.graphics.Color;
import android.vi... | [
"sokkis@gmail.com"
] | sokkis@gmail.com |
eb290e71b6ae27dfeb1318aaeacbd0627229a0ff | 385e2313dc9f8a4c83b99be4ae197d9032a7d863 | /TYSS/src/test/java/shoppingCart/TS_08Test.java | aafae2bf3ef1da25726bbf87d55cda4b49e90b11 | [] | no_license | harshith195/DemoWebShop | 080c336f421af97c7a24a55b0c2ad6fcbe67f80c | 9efd6cfbac669f7e6b57e6ad8183b7061cdb7e10 | refs/heads/master | 2023-08-25T06:53:01.916868 | 2021-09-13T11:29:34 | 2021-09-13T11:29:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | package shoppingCart;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support... | [
"Mamatha@LAPTOP-I51FBD39"
] | Mamatha@LAPTOP-I51FBD39 |
e94094dace316712a17e62b81e763f675fc7b6fa | 2e79fe5679b1e805a3c779a934c163e1a26dce7a | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/model/GroupData.java | b8f2daceb163abafe6aea339db848838d51120e3 | [
"Apache-2.0"
] | permissive | IvanQL/java_pft | e10edaa23892bae1e4390a10be2d608332173a1d | 2b76fcd8c53fa964a87e2c40c9a466207e724b4d | refs/heads/master | 2021-01-11T19:26:22.262156 | 2017-11-20T08:21:03 | 2017-11-20T08:21:03 | 79,366,078 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,498 | java | package ru.stqa.pft.addressbook.model;
import com.google.gson.annotations.Expose;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamOmitField;
import org.hibernate.annotations.Type;
import javax.persistence.*;
import java.util.HashSet;
import java.util.List;
... | [
"bondar@quality-lab.ru"
] | bondar@quality-lab.ru |
ee4da26c71d75b388739ffdca1f827460b4a64e9 | 0b1a4b58ea415aee576d78a2802c63fb6e3347a3 | /Navigation/app/src/main/java/com/example/navigation/TextFileManager.java | a4ed863c5b0b53819270ca769d9087c341ba66c1 | [] | no_license | JoSunJoo/MobileProgramming | dc84a9bf8cc3b691170b49018bb592424fc53061 | d0f79ce6fb7ebd143e0e2daee6668828c261e5c3 | refs/heads/master | 2020-09-11T13:27:10.317522 | 2019-12-05T16:37:17 | 2019-12-05T16:37:17 | 222,080,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.example.navigation;
import android.content.Context;
import java.io.File;
public class TextFileManager {//파일 관리를 돕는 객체 정의
private Context mContext;//context관리
public TextFileManager(Context _context){
mContext = _context;
} //생성자
public String[] showAllFiles() { //저장된 모든 파일의 파일명을... | [
"wtw102929@gmail.com"
] | wtw102929@gmail.com |
7bd5ae484e900672b4f03d8ff86c9ccca98303db | cd875a8b1ef9040aacfbcc7f18d11ed5f087c1f6 | /src/main/java/yb/ecp/fast/user/web/ProfileController.java | ae8822ee2dff6c71b09b517399e8dae975259955 | [] | no_license | daweifly1/auth-server-bj | e52fb2894229fa3e7bec1bea668a5ee797186222 | 433558d7aa8b467d21a4e69f62169690003d7101 | refs/heads/master | 2022-07-20T05:22:10.584178 | 2019-11-13T01:17:15 | 2019-11-13T01:17:15 | 218,920,269 | 0 | 0 | null | 2022-06-29T17:44:59 | 2019-11-01T05:39:56 | Java | UTF-8 | Java | false | false | 7,247 | java | package yb.ecp.fast.user.web;
import io.swagger.annotations.ApiOperation;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestHeader;
import org.springframework.web.bind.a... | [
"chendawei"
] | chendawei |
02cfd6437c3ab24c6241f74ae3121f237ff1caad | 9b96882796cf39af327756100a9d2f787e87decb | /Equipment Management System/src/com/cicada/entity/Menu.java | c1afd36d7ad16c44f4b70cdaf745552f96ea7d3c | [] | no_license | oldcicada/demo04 | 8e1b8591625084cfcb2d25ad6261abc92092653f | 065cc976f906e79378090960ec736d6644e5bba1 | refs/heads/newbranch | 2021-04-15T04:03:11.100501 | 2018-04-16T13:34:02 | 2018-04-16T13:34:02 | 126,184,269 | 0 | 0 | null | 2018-04-04T07:41:31 | 2018-03-21T13:37:50 | Java | UTF-8 | Java | false | false | 3,192 | java | package com.cicada.entity;
import java.util.Date;
import java.util.List;
import com.cicada.common.BaseEntity;
public class Menu extends BaseEntity {
private String parent_menu;
private String parent_menu_ids;
private String name;
private Double sort;
private String link_address;
private String aim_window;
pri... | [
"1915741019@qq.com"
] | 1915741019@qq.com |
9f67f0b57b1e949da977b9cd3f26eb1d74eafefb | ca97a7318b16c29dfbe81ab621afd1718fa48ad1 | /netty-rpc-demo/rpc-liyue/rpc-netty/src/main/java/cn/v5cn/liyue/rpc/netty/server/RpcRequestHandler.java | aef108665236259262e3f1d7b25014c38155a38d | [] | no_license | zyw/springcloud-common | 61994a9a91d0403098f4118ceaedf093afdc06e2 | 3c5dbe33844c1009e7ed625a93199effd21f1f20 | refs/heads/master | 2022-05-20T21:41:50.984381 | 2022-05-19T01:16:18 | 2022-05-19T01:16:18 | 200,951,573 | 1 | 2 | null | 2020-07-02T00:09:19 | 2019-08-07T01:47:37 | Java | UTF-8 | Java | false | false | 3,375 | java | package cn.v5cn.liyue.rpc.netty.server;
import cn.v5cn.liyue.rpc.api.spi.Singleton;
import cn.v5cn.liyue.rpc.netty.client.ServiceTypes;
import cn.v5cn.liyue.rpc.netty.client.stubs.RpcRequest;
import cn.v5cn.liyue.rpc.netty.serialize.SerializeSupport;
import cn.v5cn.liyue.rpc.netty.transport.RequestHandler;
import cn.v... | [
"zyw090111@163.com"
] | zyw090111@163.com |
a92a410455363fadce06dc068b0ea5933b5e2b70 | 908e5b6c39979483a4a1d3675b456146a28db2b4 | /gpsLocation/android/app/src/main/java/com/gpslocation/MainApplication.java | 7cf8b8f6bcc42effe456a83ddf069de33861cff6 | [] | no_license | Harvinder5/reactnative | 58102ddb255255e6ad34886237bd2c3f8f678beb | 853ecb341a834e4af588f63517fa094b282c5f1a | refs/heads/master | 2022-11-26T19:10:29.969709 | 2020-07-27T11:13:30 | 2020-07-27T11:13:30 | 282,873,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,078 | java | package com.gpslocation;
import android.app.Application;
import com.gpslocation.CustomToastPackage;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
im... | [
"harvinder.singh@crownstack.com"
] | harvinder.singh@crownstack.com |
bfc9d76ce071d65937fc6d0aa26002a99e31e4f6 | 6992cef1d8dec175490d554f3a1d8cb86cd44830 | /Java/JEE/WebServiceComplexSchema/src/java/com/soacookbook/ch03/validate/CreditService.java | 0c185507dbc83db2201ba376b6aa8fa46df4ca73 | [] | no_license | hamaenpaa/own_code_examples | efd49b62bfc96d1dec15914a529661d3ebbe448d | 202eea76a37f305dcbc5a792c9b613fc43ca8477 | refs/heads/master | 2021-01-17T14:51:03.861478 | 2019-05-06T09:28:23 | 2019-05-06T09:28:23 | 44,305,640 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,627 | 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 com.soacookbook.ch03.validate;
import com.soacookbook.ns.credit.*;
import javax.jws.WebMethod;
import javax.jws.Web... | [
"harri.maenpaa@gmail.com"
] | harri.maenpaa@gmail.com |
57d081749ad3110e4ec043d394b6cd99ea8044ae | 5220ec44bd018f12c32da698cacf8a4ee5108ecf | /Compiler1/lab/Lab4/21/AST.java | 0d408ff9474e4c0c6c99bb9f23f96efaa252ccba | [] | no_license | ace0625/school-work | bf994f96a0821aaf6aa73194189a98c8feb96b07 | bf41322ec812924e1d60a26d9378afd28555298d | refs/heads/master | 2021-01-01T03:34:55.865381 | 2016-05-25T21:23:14 | 2016-05-25T21:23:14 | 59,698,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,525 | java | import java.io.PrintStream;
/** Abstract syntax (base class) for expressions.
*/
abstract class Expr {
// Indentation: --------------------------------------------------
public void indent() { indent(0); }
// node-specific worker function:
abstract void indent(int n);
// general utility function:
protec... | [
"hckim0625@gmail.com"
] | hckim0625@gmail.com |
a8ccfa9097bdefc4826772bac1502454e41b9082 | 5740dc85040bfd4a2d686bb97ddae4d2451a470f | /src/display/ShipLocations.java | e750cebddc9994dfcd8c2198ed8809eb0b4598a7 | [] | no_license | svramusi/Ultimate-Salvo-Battleship | 9b2b8478dd329f9dba4ed56f8c8b903af2631001 | 51d27f71781845b538efd827525dd8a1092b215b | refs/heads/master | 2016-09-08T19:03:06.343381 | 2013-06-04T03:26:15 | 2013-06-04T03:47:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package display;
import java.util.ArrayList;
import java.util.List;
import board.Board;
import ships.*;
//This class is designed to be an efficient way for the display
//to query what ship is at a given location.
//Rather than have the display iterate over every single ship
//for every element that it needs to rende... | [
"svramusi@gmail.com"
] | svramusi@gmail.com |
074fab9288a7f19478c08b77bd46dd828e8a42d4 | 91552b5d2c9d59c8a4c391c9c340c3c8acc1a0c3 | /Team15_CSCI201L_Project/src/client/HostClassDialog.java | 20a9024aa53b35dae46796b6348787164636ce35 | [] | no_license | Zha0q1/Online_Teaching_Platform_SE_Class_Project | 2f5c93d1f63a29906d8b1bea0a485752d7d4da48 | 51d743bdfa9923ba60fb73d59f3918e02d43e5bc | refs/heads/master | 2021-05-15T22:38:26.655030 | 2017-10-12T18:57:57 | 2017-10-12T18:57:57 | 106,733,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,757 | java | package client;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Map;
import java.util.Vector;
import javax.swing.BoxLayout;
import javax.swing.DefaultListModel;
import javax.swing.JButton;
import... | [
"zhaoqizh@usc.edu"
] | zhaoqizh@usc.edu |
49d5349c6680679e650fd889be6abf3a850c8ec6 | 7800688d24eb1d9d5ea63eec331ea9e579d2146c | /rpg/src/com/me/rpg/utils/GlobalTimerTask.java | dc7db456032de379e1cc63bf7496fd7858547cff | [] | no_license | slanger/RPG | 44f3d4dfb2892d2a4143f91c9b62d7b3bf061791 | c0057ecf2fd61c7877054d5410b75142cca93668 | refs/heads/master | 2021-01-01T15:31:26.079647 | 2014-04-24T20:24:52 | 2014-04-24T20:24:52 | 15,801,740 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | java | package com.me.rpg.utils;
import java.io.Serializable;
import com.me.rpg.utils.Timer.Task;
public class GlobalTimerTask extends Task {
private static final long serialVersionUID = 1L;
private static GlobalTimerTask instance;
private GlobalTimerTask() {}
public static GlobalTimerTask getInstance() {
if (in... | [
"alexanderson@ufl.edu"
] | alexanderson@ufl.edu |
d8396d341b7b8ffeb2ea267098f0b5ef1ad04235 | ceb5fce522dd58d4271e1d7f07188d0fe8770e0e | /src/main/java/com/derrick/springbootTEST/entitiy/Category.java | ab6fffef676f1adf6f6b1c0e3cdf672142868669 | [] | no_license | KnightCrab/springbootTEST | 38e3052c7db466a6e692fbaaf4e6065412b4fd8c | b3c56902f39a7cc6301d02beb6317a95f66008c7 | refs/heads/master | 2020-04-13T07:08:20.999444 | 2018-12-25T03:24:24 | 2018-12-25T03:24:24 | 163,041,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,732 | java | package com.derrick.springbootTEST.entitiy;
public class Category {
private Integer categoryId;
private Integer categoryPid;
private String categoryName;
private String categoryDescription;
private Integer categoryOrder;
private String categoryIcon;
private Integer categoryStatus;
... | [
"knightcrab@163.com"
] | knightcrab@163.com |
f641a74936d34542b823bbdd960a62abc4be472c | 8fcaac798af8b63f1df3a1189201056e582fd65c | /RajeevWeb/src/controller/ScheduleServlet.java | 19ea03419e7c0e3476ac461f3a00c1a07bd7c1f5 | [] | no_license | Rajeev65105/sscheduler | 881182b701e8a3941018b57ae8820b58d6079cb7 | b54760553fbdeba68029719e14f7157d1ba1c1a3 | refs/heads/master | 2022-11-28T18:47:02.260570 | 2020-08-16T08:05:07 | 2020-08-16T08:05:07 | 284,427,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,464 | java | package controller;
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 model.SchoolClass;
import model.School... | [
"noreply@github.com"
] | Rajeev65105.noreply@github.com |
082c5884609f5e5fce283e40d88b696b8f4f3ef9 | 3eb2c31702abfe46dafdc8bb675f291b401a0ed7 | /src/Chapter_4_Fundamental_Data_Types/TimeInterval.java | d4292c6b1f241c039ea47e6187a5f075de5b84a0 | [] | no_license | cpberryman/BigJava4thEditionExerciseSolutions | b3cd91dfd7bb6f6712cb959ae12240d191bba161 | 85b2414d8ee8086507abed7cdf0148ba5b00727e | refs/heads/master | 2021-01-10T12:41:58.417189 | 2016-01-18T14:00:47 | 2016-01-18T14:00:47 | 45,547,598 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,637 | java | package Chapter_4_Fundamental_Data_Types;
/**
* Solution to exercise P4.15
*
* A time interval takes two military times and computes the difference between
* them in hours and minutes
*
* @author ChrisBerryman
*/
public class TimeInterval {
private final int firstTime;
private final int secondTime;
... | [
"c.p.berryman@btinternet.com"
] | c.p.berryman@btinternet.com |
5bbcd87e60e8f549a718c819ba85c3fa45ade370 | 21c20d4484bd26171d2f3da9411664ba98f9d0d4 | /agenda2/src/main/java/agenda2/Listado.java | e5ae94bee19c8cb60c8afe266b4b387502b89d34 | [] | no_license | PedroPabloC/Dise-o | 715c580c62209638884a26b532990c10caca5478 | 63c1c4eb3af0d174a6feb425bd51f5b717606951 | refs/heads/master | 2023-04-02T09:33:17.164218 | 2021-04-11T04:46:49 | 2021-04-11T04:46:49 | 347,143,803 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 21,153 | java | /*
* Listado.java
*
* Created on 19 de diciembre de 2007, 3:19
*/
package agenda2;
import java.util.Iterator;
import java.util.List;
import javax.swing.DefaultListModel;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
/**
*
* @author Cristian Riffo Huez
*/
public class Listado extends javax.... | [
"56356015+PedroPabloC@users.noreply.github.com"
] | 56356015+PedroPabloC@users.noreply.github.com |
345924c1d874fe92f14ecb459b191657757c8497 | a508e82bb5f38c482e5f9d766d4773e2aa852639 | /src/test/com/cognixia/jumplus/project1/anorthouse/utility/ColorUtilTest.java | 0ed7e2d9db318d5c9107debfe7057df746e1594f | [
"Apache-2.0"
] | permissive | ajnorthouse/JUMPlus-Project-1 | 22728cd5e29197cefa4cb62f3ce33b79ada5e3b9 | b04676634418a1d9844ca941d093d3e9ea55665a | refs/heads/origin | 2023-04-24T14:36:37.630215 | 2021-05-17T16:13:55 | 2021-05-17T16:13:55 | 354,891,467 | 0 | 1 | Apache-2.0 | 2021-05-06T17:46:02 | 2021-04-05T16:04:14 | Java | UTF-8 | Java | false | false | 3,314 | java | package com.cognixia.jumplus.project1.anorthouse.utility;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import com.cognixia.jumplus.project1.anorthouse.utility.ColorUtil;
import com.cognixia.jumplus.... | [
"Alex.J.Northouse@gmail.com"
] | Alex.J.Northouse@gmail.com |
6a7ca9d92a39c068d45b50acbe51ed2c0ff6f2c0 | c5c2b3ba573cf040d9cc3b2b3dc030581278af15 | /src/main/java/net/eoutech/webmin/vifi/dao/ViFiStatusDao.java | 68df8c1bbe8eba2a60659eef0cbb1d598d450dfa | [] | no_license | hezhengwei92/vifiwebmin | aa2abd65638ab57412e9a91e771770174d1e89b8 | a54a0d72a1ef49eaa7cb3cdc8223d1a83633eb4b | refs/heads/master | 2021-08-23T08:30:48.634346 | 2017-12-04T09:16:28 | 2017-12-04T09:17:02 | 113,010,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java |
package net.eoutech.webmin.vifi.dao;
import com.frame.dao.FrameBaseDao;
import org.springframework.stereotype.Component;
@Component
public class ViFiStatusDao extends FrameBaseDao {
}
| [
"419084526@qq.com"
] | 419084526@qq.com |
3e0e4aeea63e186bd09aef248765af1d4b740574 | 960aad4803eb614000640da2cbc4ee836f78ca1d | /SmartD-plant(Android)/app/src/main/java/com/example/findit/chatbot/MainChatBotActivity.java | 48956fefc935bd8a4f121d5d73777065ef6f641d | [] | no_license | agungfadilnur/Smart_D-Plant | 26cada2302f5e62e105d26de93136c52926d4561 | 4c8a54caee6fb946b397d11b19ce8360da926977 | refs/heads/master | 2022-12-13T12:48:51.805207 | 2020-08-22T20:37:25 | 2020-08-22T20:37:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.example.findit.chatbot;
import android.Manifest;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import andr... | [
"noreply@github.com"
] | agungfadilnur.noreply@github.com |
c77d368d3d28d7c8ad816d3de8b559a26d054bc8 | 18cc9453ebc3b58309aa6a05990ba6393a322df0 | /probe/src/main/java/ru/prolib/aquila/probe/datasim/l1/L1UpdateReaderFactory.java | e3f4967c7b008f627b79d65e609cedad74e61049 | [] | no_license | robot-aquila/aquila | 20ef53d813074e2346bfbd6573ffb0737bef5412 | 056af30a3610366fe47d97d0c6d53970e3ee662b | refs/heads/develop | 2022-11-30T01:54:52.653013 | 2020-12-07T00:18:01 | 2020-12-07T00:18:01 | 20,706,073 | 3 | 2 | null | 2022-11-24T08:58:08 | 2014-06-11T00:00:34 | Java | UTF-8 | Java | false | false | 441 | java | package ru.prolib.aquila.probe.datasim.l1;
import java.io.IOException;
import java.time.Instant;
import ru.prolib.aquila.core.BusinessEntities.CloseableIterator;
import ru.prolib.aquila.core.BusinessEntities.L1Update;
import ru.prolib.aquila.core.BusinessEntities.Symbol;
public interface L1UpdateReaderFacto... | [
"dmitry.zolotarev@gmail.com"
] | dmitry.zolotarev@gmail.com |
8667ad358d89180432a81b8d3be525758fc2f78d | da2a9e8b4737ea7e3e75b64aeeb6b5bb377fc8bb | /Taller3AngieCordoba-1/src/main/java/com/computacion/taller/Modelo/TsscGroup.java | 41167ab367e1d6636ee3ee0a1f11f517f25e138e | [] | no_license | angieVa/Proyecto-Thymeleaf-y-RESTful | e664011170602c47796f6a7f8d7068935685fe9e | 11d16512644a38f88a95e4e158746dffb32119cf | refs/heads/master | 2022-09-30T21:20:03.132563 | 2020-06-04T19:27:46 | 2020-06-04T19:27:46 | 269,445,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,770 | java | package com.computacion.taller.Modelo;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.List;
/**
* The persistent class for the TSSC_GROUP database table.
*
*/
@Entity
@Table(name="TSSC_GROUP")
@NamedQuery(name="TsscGroup.findAll", query="SELECT t FROM TsscG... | [
"angievalentina1526@gmail.com"
] | angievalentina1526@gmail.com |
98c8b9878dca9211ad56c88fbd712b28ec2b4a15 | 7b5a744665462c985652bd05685b823a0c6d64f6 | /zttx-tradecore/src/main/java/com/zttx/web/module/brand/service/BrandLiceningServiceImpl.java | f3dabe9dd90c25c2cefe8fae3e2c14927577a044 | [] | no_license | isoundy000/zttx-trading | d8a7de3d846e1cc2eb0b193c31d45d36b04f7372 | 1eee959fcf1d460fe06dfcb7c79c218bcb6f5872 | refs/heads/master | 2021-01-14T01:07:42.580121 | 2016-01-10T04:12:40 | 2016-01-10T04:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | /*
* Copyright 2015 Zttx, Inc. All rights reserved. 8637.com
* PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.zttx.web.module.brand.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import... | [
"ngds@maybedeMacBook-Air.local"
] | ngds@maybedeMacBook-Air.local |
3c485efdcf5f79953f547e916ac5963bc24586da | d84c02e48c1287c95f8fe115217a1dc486d843da | /core/src/com/dxenterprise/cumulus/unit_tests/unit_tests_model.java | 8404d558312ee8d81c13dab3dce13b92adff6f79 | [] | no_license | xfontes42/LPOO1617_T6G4 | fc836fe1e0f4990b3ed5c8650fc3351cb16cc7ca | 06c0d93abafa8b0bd3dc9f0aa54e61e8c8c54f55 | refs/heads/master | 2021-03-24T12:00:00.349924 | 2017-06-06T07:27:45 | 2017-06-06T07:27:45 | 82,287,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,259 | java | package com.dxenterprise.cumulus.unit_tests;
import com.dxenterprise.cumulus.controller.SinglePGameController;
import com.dxenterprise.cumulus.model.SinglePGameModel;
import com.dxenterprise.cumulus.model.entities.BirdModel;
import com.dxenterprise.cumulus.model.entities.CloudModel;
import com.dxenterprise.cumulus.mo... | [
"up201503145@fe.up.pt"
] | up201503145@fe.up.pt |
0a0f8cc501b20cbe18150325db0bbe84b88099f6 | 44e71a9b49053703ef972b5349ffbadaf8874c26 | /src/main/java/com/ua/knuca/committee/mapper/SubjectMapper.java | 976f493f0463adb1a5d5e0a3ec21c3a3548e60d3 | [] | no_license | brmdm/committe | c62510c7fb979655040bcdf3b690fa01d406113a | 8280cd699c19f30298471fd6f824318b7f3a7915 | refs/heads/master | 2023-02-21T16:07:14.970404 | 2021-01-26T10:39:28 | 2021-01-26T10:39:28 | 327,282,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package com.ua.knuca.committee.mapper;
import com.ua.knuca.committee.dto.SubjectDTO.SubjectDTO;
import com.ua.knuca.committee.entity.SubjectEntity;
import org.mapstruct.Mapper;
@Mapper(componentModel = "spring")
public interface SubjectMapper {
SubjectDTO toSubjectDTO(SubjectEntity subjectEntity);
}
| [
"60578980+brmdm@users.noreply.github.com"
] | 60578980+brmdm@users.noreply.github.com |
80248d46403153361025c85a62381aea0094c113 | 015dd069c70e9d3ba69b731bb298a59282e830bd | /classifiers/trees/j48/EntropySplitCrit.java | 4991ae5400920d818e830e4ad3cbc4e6397bce5e | [] | no_license | gaepury/chadolbagi | 2bc5cb6368cecbdd5140b60ed37ff4d3882e90ba | e89f591475aa68b7024039f6fd5243c9873bc1f7 | refs/heads/master | 2021-08-14T06:08:08.008997 | 2017-11-14T18:59:21 | 2017-11-14T18:59:21 | 107,370,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,481 | java | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that... | [
"github.com/gaepury"
] | github.com/gaepury |
2cb2d934cb3f60b318d4237a60d595bfd71bb2dd | 13275cf0603fe67baed96a041a12c7ad7df305ed | /src/com/javarush/test/level03/lesson06/task01/Solution.java | c4ce9f57ee1acb1b15cb1a4121adfa9485c12571 | [] | no_license | DragFAQ/javarush | de0b4cd95c055f6f9bf44c8fe864e603cdfec326 | fa713df3c22d0dede5fe8bf3bf6459be13f52013 | refs/heads/master | 2020-07-09T14:39:35.467497 | 2017-02-07T23:36:47 | 2017-02-07T23:36:47 | 74,016,967 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 910 | java | package com.javarush.test.level03.lesson06.task01;
/* Мама мыла раму
Вывести на экран все возможные комбинации слов «Мама», «Мыла», «Раму».
Подсказка: их 6 штук. Каждую комбинацию вывести с новой строки. Слова не разделять. Пример:
МылаРамуМама
РамуМамаМыла
...
*/
public class Solution
{
public static void main(S... | [
"drag.faq@gmail.com"
] | drag.faq@gmail.com |
41a15990a1103e234bc83464a4792297af8b2557 | a210b3075a0a686ee1d2379e4db35aeeb74f9df1 | /MyHospital/app/src/main/java/fr/vfrz/myhospital/viewmodel/HospitalBedViewModel.java | 120706beae1bc796cb74590ee5d079f5e9872079 | [] | no_license | vfrz/MyHospital | 772a580b54d47228438301327eb25b06608fe5fd | 0f6ed1bd57c9b2fc13099e6961ed35116db3e63c | refs/heads/master | 2023-02-22T02:02:18.537663 | 2021-01-31T15:48:56 | 2021-01-31T15:48:56 | 315,904,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package fr.vfrz.myhospital.viewmodel;
import android.app.Application;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import java.util.List;
import fr.vfrz.myhospital.database.HospitalBedRepository;
import fr.vfrz.myhospital.model.HospitalBed;
public class HospitalBedViewModel exten... | [
"fritz.valentin@live.fr"
] | fritz.valentin@live.fr |
f7c989dad148a3493308ec3ec5f3cfc2671cca72 | 12608b7ddd2502b9cb98345ea8efeb7de42eeba5 | /hero-of-zap/Chest.java | 409ac1ab627d28f0475c3a060da6defd27ce88f2 | [] | no_license | klauswuestefeld/zap | 09369c14cbf14ab1da8baa30998c35b3a24c7245 | acf4dcf6f01a89a8ed59fc8dc22ca722c6e7e352 | refs/heads/master | 2016-09-05T19:45:29.690926 | 2014-11-02T20:50:58 | 2014-11-02T20:50:58 | 6,762,401 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29 | java | class Chest extends Thing {}
| [
"klauswuestefeld@gmail.com"
] | klauswuestefeld@gmail.com |
342132ad965604af53eaee4e519384271c6a4600 | 311d9d10de39d7797b7b2c5dd0d695c494227706 | /encuestas/src/main/java/ws/synopsis/surveys/utils/InstructorDB.java | 3b8187b9abd36b499defffd1450c875d45b079c3 | [] | no_license | msrasheed/synopsis-surveys | 24270d18888eac69c27128c045bb7637326e4dbb | b4d6afd6452a15f2f973e9c8655fa7bbd975ef8a | refs/heads/master | 2020-06-01T11:39:50.361531 | 2019-07-18T16:31:40 | 2019-07-18T16:31:40 | 190,766,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,316 | java | package ws.synopsis.surveys.utils;
import javax.persistence.EntityManager;
import javax.persistence.EntityTransaction;
import javax.persistence.TypedQuery;
import ws.synopsis.surveys.model.Instructor;
public class InstructorDB {
public static boolean checkCredentials(String username, String password) {
if(checkU... | [
"cjbrookins438@gmail.com"
] | cjbrookins438@gmail.com |
9a5018879a3a20a61f4e4d83c301ef695c920a22 | 291d72b7f096d759014e1c4fbffc67f8c7c0c249 | /src/Example10_22/JDKWindow.java | f2fc3a95fad1ce6a38ee2817733fe1ccd153016a | [] | no_license | zyhang8/java_rookie_notes | a1d5bdf0ef84cf606ea80f2292e0ff391f6f37ce | c3c23e9c6782954994bb12b0acb5a8a4c9cb4e77 | refs/heads/master | 2020-04-26T17:25:06.615744 | 2019-03-16T13:39:42 | 2019-03-16T13:39:42 | 173,712,579 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,239 | java |
// java课本例题,供学习实验;
// 参考自课本附带代码.
// 后面会持续更新详细注释说明,有意合作请联系我.--ylin
// "我爱学习,学习也爱我."专用水印.
package Example10_22;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.io.*;
public class JDKWindow extends JFrame {
JTextField javaSourceFileName; //输入Java源文件
JTextField javaMainClassName; //输... | [
"1023708557@qq.com"
] | 1023708557@qq.com |
1409ce17df97ec7cf11b9d4573da4231d61e4d75 | c867dfb43e064b3e779638205fa6b80ada559ac7 | /src/arraysfillex/ArraysFillExTest.java | 948c42b3f2f3896ab81ebde55f13052673e93538 | [] | no_license | java-beginner/arrays-fill-ex | 8678009b8dabddaae170e63e0e0f9631f5fac3f8 | 779e53ca19c740c40096e60b233e8f332a97869c | refs/heads/master | 2020-04-18T05:03:00.085252 | 2016-09-03T04:12:39 | 2016-09-03T04:12:39 | 67,258,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,733 | java | package arraysfillex;
import java.util.Arrays;
public class ArraysFillExTest {
public static void main(String[] args) {
// 配列定義で初期化後にfill
testBoolean();
System.out.println();
testChar();
System.out.println();
testByte();
System.out.println();
testS... | [
"work-java-beginner@java-beginner.com"
] | work-java-beginner@java-beginner.com |
8f9650166648645e33aa127d5fd4bd91ea619c5f | 8a3ef21e776258ac88d34a8507d22ea78aaa88a2 | /spring-cloud-contract-verifier/src/main/groovy/org/springframework/cloud/contract/verifier/builder/JaxRsRequestWhen.java | 08213d79ac1c38bdd21961cf9c0b980f6c760f91 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | Sounie/spring-cloud-contract | 2cf5bf145fb5aa9b3b9808cb9cf4fd93d053f601 | ae9436e5d217619ec462ace835446a0796e1f8ae | refs/heads/master | 2020-11-28T13:41:53.634192 | 2019-12-23T22:51:56 | 2019-12-23T22:51:56 | 229,700,852 | 0 | 0 | Apache-2.0 | 2019-12-23T07:33:33 | 2019-12-23T07:33:32 | null | UTF-8 | Java | false | false | 2,435 | java | /*
* Copyright 2013-2019 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... | [
"noreply@github.com"
] | Sounie.noreply@github.com |
777dd0e56718aaf9a854f1787b8c4f4faebba5d3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_1c9c818a30bb811c95b3d22db2dd8fb0d7765a3c/FlacTag/14_1c9c818a30bb811c95b3d22db2dd8fb0d7765a3c_FlacTag_s.java | 0419c736c7169e6d00d9119df987e2f67e4d19c8 | [] | 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 | 13,914 | java | package org.jaudiotagger.tag.flac;
import org.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataPicture;
import org.jaudiotagger.audio.generic.Utils;
import org.jaudiotagger.tag.*;
import org.jaudiotagger.tag.datatype.Artwork;
import org.jaudiotagger.tag.id3.valuepair.ImageFormats;
import org.jaudiotagger... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b09f466bb58ac7a2e5e0891ab16287817bfad6c8 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2007-11-30/seasar2-2.4.18-rc3/seasar2/s2-framework/src/test/java/org/seasar/framework/container/impl/ComponentDefImplTest.java | 3d4e00a0f3ba9a20051c8c21ebf24f1beaede0ad | [
"Apache-2.0"
] | permissive | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,032 | java | /*
* Copyright 2004-2007 the Seasar Foundation and the Others.
*
* 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 ... | [
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] | koichik@319488c0-e101-0410-93bc-b5e51f62721a |
d3b67cb126c5157dc7f050d1a544ed4a7ab403d7 | 1d9bf523688291a4feddd00471c76fd943e0f787 | /programs/DVDPlayer.java | 65fbdf7d71cb1e452327e27f9036fee96c5c2610 | [] | no_license | sayedatifali/topcoder | 9d86a5991f70df45bea78b99f5733f7af8b0c782 | 0de6767b31a8a98b90b668a3a0305f8f8fb04761 | refs/heads/master | 2021-01-22T03:39:28.249613 | 2014-04-28T10:42:52 | 2014-04-28T10:42:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,282 | java | import java.util.*;
import java.util.regex.*;
import java.text.*;
import java.math.*;
public class DVDPlayer
{
public String[] findMovies(String[] moviesWatched)
{
int i;
int N;
String value;
ArrayList<String> ans;
HashMap<String, String> movie1;
HashSet<String> movie2;
StringTokenizer st;
ans = ... | [
"sayed.atif.ali@gmail.com"
] | sayed.atif.ali@gmail.com |
71c459d287eebb975db7af36e097482ae9dffe62 | 4a833fa1ddb75fb9f8cce86944cf798575e40639 | /app/src/main/java/com/example/adrian/pdm2/MainActivity.java | 1df0496b8cbb8a20c6168c7893be625c0a914327 | [] | no_license | TuringCompleteness/practica1 | 4e1f9fde7ee3db6b6f960e948048188a7d4d64ca | d19b919b560628bcc7bacb543e9bd74ba0878b39 | refs/heads/master | 2020-03-28T13:39:48.865440 | 2018-09-12T03:45:04 | 2018-09-12T03:45:04 | 148,415,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,386 | java | package com.example.adrian.pdm2;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends A... | [
"adrian.garcia04@ciencias.unam.mx"
] | adrian.garcia04@ciencias.unam.mx |
8824e8ffe88b9e21d2a29adeed924d3c2ae7bc0d | c79cbfc44407deb22f3dd980e7726324558e8546 | /src/entities/CarRental.java | 7f696cd371387a77c58acb758165d45dbe570cef | [] | no_license | welton82/Tabalhando-Sem-Interface | 9c9ca3f8e202e1d49091284d796a3899f32cd424 | 3523cead18e399f69a2e98b9b2e355600bf695cc | refs/heads/main | 2023-06-19T06:12:52.002099 | 2021-07-20T14:35:59 | 2021-07-20T14:35:59 | 387,819,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package entities;
import java.util.Date;
public class CarRental {
private Date start;
private Date finish;
private Invoice invoice;
private Vehicle vehicle;
public CarRental() {
}
public CarRental(Vehicle v, Date start, Date finish) {
this.vehicle = v;
this.start = start;
this.f... | [
"noreply@github.com"
] | welton82.noreply@github.com |
fe3bdebed4e2f4e37d10958a66d88f69ae7f8728 | d1d23a9339775df35426e2b0e10d59ffbb225ce3 | /spring-boot-mq/src/main/java/com/sample/mq/controller/KafkaController.java | 6cd595af1c3e4339ee6d6c7de83a7092b89243fe | [
"Apache-2.0"
] | permissive | tedburner/spring-boot-examples | 7187bbf0fd6f4931b191c604754cefa1aacd95bd | c74b541f9bc73b78d7690bc295ef88952d55ac57 | refs/heads/master | 2023-08-22T11:53:30.199441 | 2023-08-02T14:43:54 | 2023-08-02T14:43:54 | 131,130,328 | 12 | 5 | Apache-2.0 | 2023-08-02T14:51:10 | 2018-04-26T09:12:36 | Java | UTF-8 | Java | false | false | 1,130 | java | package com.sample.mq.controller;
import com.kit.common.util.common.gson.FormatUtils;
import com.sample.mq.constant.MqConstants;
import com.sample.mq.domain.Message;
import lombok.extern.slf4j.Slf4j;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import ... | [
"jlj_vip98@qq.com"
] | jlj_vip98@qq.com |
cd49053163ec8b1bced2994196368e589fd1c106 | 5e08721aaaaa94526bfd953cd7592f98f19a23fb | /src/me/andreasfreund/schlechtegameengine/world/View.java | af67ef03849379c1de1c04c381bace0b1a28c827 | [] | no_license | AndreasFreund/SchlechteGameEngine | 694fb96ee47d8058a14e16a0e10c0e459369c017 | 01d2ef9c0f9833a9b00dcdb12e82787e5f9bd506 | refs/heads/master | 2016-09-06T21:31:45.185925 | 2015-03-16T12:04:40 | 2015-03-16T12:04:40 | 31,205,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package me.andreasfreund.schlechtegameengine.world;
public class View {
private Element element;
private int range;
public View(Element element, int range) {
this.element = element;
this.range = range;
}
public boolean canSee(Element element) {
return Math.max(Math.abs(element.getX() - this.element.getX()... | [
"freund.andreas@web.de"
] | freund.andreas@web.de |
ff3f6fb2cb5f83efb19cd4b5add79283571a9be7 | 45aea98e340e07188101fc828e849a67133005aa | /src/main/java/com/sss/probie/bbs/service/HelloService.java | cab046a922343c61d6bf89c6e1c821030791d05c | [] | no_license | p0000/spring-mvc-boot | 479a1f9f7eb989a3ff865e81432e06c7e2ab8f2a | a976b784378627b2e988cd26c8d0cc96b566ac47 | refs/heads/master | 2020-05-27T14:15:17.522355 | 2015-07-16T09:34:55 | 2015-07-16T09:34:55 | 38,866,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | package com.sss.probie.bbs.service;
/**
* Created by K.Kangai on 2015/07/14.
*/
public interface HelloService {
}
| [
"0A8936@RC787.JITOOV"
] | 0A8936@RC787.JITOOV |
dc1540012a390320f524ade183745b6f57b3aa1e | 9cfa65dc983ff450955230bbae676d8ae07e804c | /src/main/java/com/spring/ioc/ApplicationContextDemo.java | 2060632864b288a4996897fd1d4bf4e7031b008e | [] | no_license | zhangkunjie/spring | 94deb27c290989320e97f3c34d34b16bf838f460 | 36d303cfa85307f4ba0a1504cbc7c511b185a42b | refs/heads/master | 2020-03-24T19:52:49.808407 | 2018-07-31T01:54:45 | 2018-07-31T01:54:45 | 142,948,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.spring.ioc;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author kunjie.zhang
* @description:
* @date 2018/7/29 上午10:02
*/
public class ApplicationContextDemo {
@Test
public void t... | [
"kunjie.zhang@corp.elong.com"
] | kunjie.zhang@corp.elong.com |
a5f9884e0a2b4fbe3cd1fe6952328c71bfe8de5f | 5c07f421810c7849058338b7704cccf4f592cee3 | /soottocfg/src/main/java/soottocfg/ast/Absyn/ListParameter.java | e62084456358be2c6578a2fb33ce49e3cade498d | [
"LGPL-2.1-only",
"MIT",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"BSD-3-Clause"
] | permissive | ali-shamakhi/jayhorn | 31821c2e08b03d023ff3e7ed62df499df9697b6d | 1684b5e3787cf6e844e04dbeac7aa372fb0b1ccd | refs/heads/devel | 2022-01-30T11:59:34.606800 | 2021-05-27T12:46:27 | 2021-05-27T12:46:27 | 167,131,754 | 0 | 0 | MIT | 2021-08-15T01:21:48 | 2019-01-23T06:42:33 | Java | UTF-8 | Java | false | false | 149 | java | package soottocfg.ast.Absyn; // Java Package generated by the BNF Converter.
public class ListParameter extends java.util.LinkedList<Parameter> {
}
| [
"martinschaef@gmail.com"
] | martinschaef@gmail.com |
a05e9f790b8d7ef7283d3cbb5888652749bd58a7 | e7f1329977273661a986b68c58137ffc72caa541 | /java-version/java/NativeAllocPacketManager.java | a9e945d3e81e1c1f0e4fbd639ed2f1bfee0745c0 | [] | no_license | gddg/article-allocate-or-pool | 8aa2261b94ffe15e2548c5793a302ccba4896f30 | d74cf0be52ec972d91c8dac06eb5d37152646b1e | refs/heads/master | 2020-08-17T16:39:50.167277 | 2019-01-16T20:41:03 | 2019-01-16T20:41:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | public class NativeAllocPacketManager extends PacketManager
{
private final NativePool pool;
NativeAllocPacketManager (int size)
{
pool = new NativePool (size);
}
@Override
public Packet get ()
{
int num = pool.get ();
return new NativePacket (num, pool.buff... | [
"Pasha@vastech.co.za"
] | Pasha@vastech.co.za |
77019b520506bd50050d2b7d43733d72278ee578 | c9faea88d455e7d8df495cccca2be623ed7456ee | /PracticaJDBC/src/main/java/dao/ConexionDAO.java | 90861d5f45a72e5b7967c2d87634489751ed5a60 | [] | no_license | RGIvan/Altair1718-DWC | 2d6a0e9156d21842eac24fd4f0fe701a16f45401 | 7f4823e4ff74c7f1d5cf7164053a1ebb18d2669e | refs/heads/master | 2021-10-10T13:06:39.997652 | 2019-01-11T08:37:15 | 2019-01-11T08:37:15 | 109,231,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class ConexionDAO {
private static Connection conexion;
public static void abrirConexion() {
try {
Class.forName("com.mysql.cj.jdbc.Driver");
conexion = DriverManager.getConnection(
... | [
"ALUM01@PC01"
] | ALUM01@PC01 |
4c006f0e75f1cc84e4b33502ec500b118fcc0cfa | 84c4eb8d678a7e7c040164d765f9deae44e9fce7 | /Dungeon-FrontEnd-GraphicsEngine2D/src/main/java/de/jdungeon/animation/AnimationTask.java | b723f107ed59a49cc0cefa566d23ca8650a79b84 | [] | no_license | jochenreutelshoefer/DungeonCore | 9eb3f48fb3bd0f0787b29f41cd5abda6893f27ec | d802d87d06c52f649df7d76e0ff062a1393d3c1c | refs/heads/master | 2021-11-28T03:48:25.903268 | 2021-10-03T12:31:10 | 2021-10-03T12:31:10 | 65,936,840 | 0 | 0 | null | 2021-04-26T20:47:16 | 2016-08-17T19:42:39 | Java | UTF-8 | Java | false | false | 310 | java | package de.jdungeon.animation;
import de.jdungeon.figure.percept.Percept;
/**
*
* @author Jochen Reutelshoefer (denkbares GmbH)
* @created 26.12.16.
*/
public interface AnimationTask {
boolean isFinished();
boolean isUrgent() ;
AnimationFrame getCurrentAnimationFrame();
Percept getPercept();
}
| [
"jochen.reutelshoefer@denkbares.com"
] | jochen.reutelshoefer@denkbares.com |
fdef3436ac621506ea76405edd872876abb6069f | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /frameworks/base/tools/layoutlib/bridge/src/android/graphics/CornerPathEffect_Delegate.java | b0f8168aa3a02eef514773e117554f182e83f728 | [
"MIT",
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | Java | false | false | 2,313 | java | /*
* Copyright (C) 2010 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... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
d9e962a4eba4283320582abae7e5082ceed3e0d0 | 08ba751756c450ca8dd9075bb1845a5ae56596ba | /app/src/main/java/net/neoturbine/veles/testUtils/FragmentOrViewUtilActivity.java | d65478101f260fc300dc100955d343cbf443990d | [] | no_license | sargas/veles | 68e31d8dbe3b86102743385128f93f719e96ca3a | da10cb0a966f25b65a13dd9d99af30da5779a302 | refs/heads/master | 2021-05-01T18:40:03.394303 | 2017-05-01T02:02:22 | 2017-05-01T02:02:22 | 73,842,972 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package net.neoturbine.veles.testUtils;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.View;
import android.widget.FrameLayout;
/* Adapted from http://stackoverflow.com/a/30974956/239003
* Must be in main source (as opposed to androidTest since ActivityTestRule... | [
"joe@neoturbine.net"
] | joe@neoturbine.net |
b3a93ef9cbdaa1ab5f59884e5e25f295a51bb55b | 0a8f11c042fba1ce8dda6e87bd89a9b4890d30ba | /stampmaker-library/src/test/java/com/miniblocks/stampmaker/ExampleUnitTest.java | 7a395bea5c35889dfd0ee2b9dfb7e6ce69b34bff | [
"MIT"
] | permissive | DipeshChouhan/StampMaker-Library | 26fa32696a12f5b4546b18ef6f7f4c0ced882343 | f3c1847ddea47893b0da216435a340417b656aaf | refs/heads/master | 2021-04-12T00:02:11.842610 | 2020-03-26T06:00:50 | 2020-03-26T06:00:50 | 249,067,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.miniblocks.stampmaker;
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 v... | [
"dcdon077@gmail.com"
] | dcdon077@gmail.com |
4624078595a165060991ccb65d86be6ba1ec5cdf | 1d3aa986dbae921c63c8d27368536e6f2894e0a6 | /projects/springwebflux/src/main/java/rhirabay/infrastructure/JunitSampleClient.java | 21f8ca3c2f63c9237c8aa12fa6bd233a1d791539 | [] | no_license | rhirabay/springboot | ea738b65a01affdcab45101e6cd0358ba31d0d15 | a19fd774badb00147fad26d93e008c61439393c6 | refs/heads/master | 2023-03-17T08:44:10.040064 | 2022-03-13T14:30:36 | 2022-03-13T14:30:36 | 181,695,034 | 0 | 0 | null | 2023-03-12T04:06:28 | 2019-04-16T13:30:19 | Java | UTF-8 | Java | false | false | 676 | java | package rhirabay.infrastructure;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.client.WebClient;
import reactor.core.publisher.Mono;
@Component
public class JunitSampleClient {
private final WebClient we... | [
"rhirabay@yahoo-corp.jp"
] | rhirabay@yahoo-corp.jp |
27d29397a6dd65d70f7a194374475d0af147feb4 | 232be9218463ea1b276623a0c58a2b0fca27f283 | /demo/src/main/java/com/example/demo/model/Card.java | a10330b5093a93103d87fb9a20197fcda001748e | [] | no_license | elenadiman/DemoApp | 7c2549be110efdd7555c3ca71d40cbbfa3e0f6cd | 1b1e813b33610f8199ec2f9921b7b66ba2b6e842 | refs/heads/master | 2023-01-24T12:17:53.913566 | 2020-12-09T16:58:06 | 2020-12-09T16:58:06 | 311,443,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,703 | java | package com.example.demo.model;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "card")
public class Card {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String cardNo;
private String type;
private Long balance;
private Date ... | [
"74191173+elenadiman@users.noreply.github.com"
] | 74191173+elenadiman@users.noreply.github.com |
23a09ba1fc45c8704b35ac370983e2d23ce7bd05 | 412007d57db828092a15a647c6564f57fcce55ed | /demo/src/main/java/com/example/demo/services/RoomService.java | d7ee6e0a3cc8faf211629c5a3371a3e30c8abc4f | [] | no_license | paaavkata/Bootcamp | 99d30cff40c6fa96a1bce1f90a1c79e33c7f79c1 | f20e10aecce7a637b34b30396b9d7c8904793211 | refs/heads/master | 2021-07-19T22:34:17.496287 | 2017-10-26T12:09:04 | 2017-10-26T12:09:04 | 104,344,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.example.demo.services;
import java.util.ArrayList;
import java.util.List;
import com.example.demo.models.Hotel;
import com.example.demo.models.Room;
public interface RoomService {
public List<Room> listAll();
public Room getById(Long id);
public Room saveOrUpdate(Room room);
public... | [
"pavel.damyanov@scalefocus.com"
] | pavel.damyanov@scalefocus.com |
e71b5b91c26886ad2185b7925fe17983182ea541 | 8efb4e82b0e01c1ca8510c9ff7510b9031f63376 | /src/main/java/com/juanminango/workshop_mongo/dto/UserDTO.java | 337082b0102850d79730a8c92bd7bbb4ecebc740 | [] | no_license | jminango20/workshop-spring-boot-mongodb | 307901e9c1fc659a6bdf21f17014e11b746bc93a | a64926fda908fb25b46a62ef89b06840781b0d0b | refs/heads/main | 2023-03-17T17:43:21.282419 | 2021-03-16T11:25:26 | 2021-03-16T11:25:26 | 347,946,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.juanminango.workshop_mongo.dto;
import java.io.Serializable;
import com.juanminango.workshop_mongo.domain.User;
public class UserDTO implements Serializable{
private static final long serialVersionUID = 1L;
private String id;
private String name;
private String email;
public UserDTO() {
}
pu... | [
"jcarlosminango@gmail.com"
] | jcarlosminango@gmail.com |
6d19e680bbc0546de4a4138176be117bc6b8abf6 | c81d5653608ed9df51d29a787eb0c0aa8a9def2d | /nds-master/app/src/main/java/com/ogeniuspriority/nds/nds/RoundedImageView.java | e665f6044ad032038ec412462e34273b7254964f | [] | no_license | ogeniuspriority/ndsapp | 1e206963847a6321b2cc877535148ce300f13f33 | 4c5d3c80be307c1a400d90e325c253c3ff3a0e5e | refs/heads/master | 2020-03-23T12:34:48.929120 | 2018-07-19T09:33:28 | 2018-07-19T09:33:28 | 141,567,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,414 | java | package com.ogeniuspriority.nds.nds;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PorterDuff.Mode;
import android.graphics.PorterDuffXfermode;
... | [
"Christian Rutayisire"
] | Christian Rutayisire |
20c28fc98b47410db3de4f1829b6980b78fc8d6b | 61f0628d3da0d7d77d72f3581bad7766dd49ea48 | /examples/apache-flink/src/test/java/nl/basjes/parse/httpdlog/flink/pojo/TestParserMapFunctionClass.java | cdbd25b269e54e2f7844b2046519fba9da26213b | [
"Apache-2.0"
] | permissive | herzcthu/logparser | 725d7af5efbaf304488362cbb08ffb9e593aa6dc | 121f4c53c26fc6862b4350ec8df11c9360aac325 | refs/heads/master | 2020-03-07T08:59:42.711657 | 2018-03-30T07:43:59 | 2018-03-30T07:43:59 | 127,395,052 | 0 | 0 | Apache-2.0 | 2018-03-30T07:14:21 | 2018-03-30T07:14:21 | null | UTF-8 | Java | false | false | 2,312 | java | /*
* Apache HTTPD & NGINX Access log parsing made easy
* Copyright (C) 2011-2018 Niels Basjes
*
* 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/LICENS... | [
"niels@basjes.nl"
] | niels@basjes.nl |
fff505a436bb5c0a634430163d5f352c0c74e3ac | e975a93bae0fa6d4b4d3595a9729e99bc7fea311 | /src/main/java/com/jhtest/library/web/rest/BlogResource.java | c8a9297564e24dc042d896b06ffbd7cd2b15d619 | [] | no_license | l7777777b/jhipster-library | d5bf3f9a1f0d558aea53b04bd4908166ecee4cd9 | 2f35a1bbec615250f459f866a7096cea95b699af | refs/heads/master | 2022-07-01T13:15:35.641283 | 2020-05-09T14:43:12 | 2020-05-09T14:43:12 | 262,583,113 | 0 | 0 | null | 2020-05-09T14:43:14 | 2020-05-09T14:00:28 | Java | UTF-8 | Java | false | false | 6,203 | java | package com.jhtest.library.web.rest;
import com.jhtest.library.service.BlogService;
import com.jhtest.library.web.rest.errors.BadRequestAlertException;
import com.jhtest.library.service.dto.BlogDTO;
import com.jhtest.library.service.dto.BlogCriteria;
import com.jhtest.library.service.BlogQueryService;
import io.githu... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
1a189b89ca48b5ea1aa3ab17640918ea33bf595b | 672f336d28d6415d70b95a269cb3e9061d9a4e64 | /src/schedule/Controllers/ViewAppointmentController.java | a6dc9bbb9b7fd85831f7018a77ef60491c4213b2 | [] | no_license | Jreddysmith/WGU_Software2 | da8bbd22c0816245c01a87f5a1833e28573fb16d | bf1fe63ac7978b1d11583d140edd61e4e562072c | refs/heads/main | 2023-04-16T15:32:42.251706 | 2021-05-01T01:05:00 | 2021-05-01T01:05:00 | 358,409,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,576 | java | package schedule.Controllers;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableV... | [
"jreddysmith@gmail.com"
] | jreddysmith@gmail.com |
992d7f9c4f5e42ed1d1beeceddf5d3360517b927 | 867bb3414c183bc19cf985bb6d3c55f53bfc4bfd | /open/src/main/java/com/cjcx/wechat/open/weixin/JssdkManager.java | 417aadb350c2cf55f9a13a8f9a942da224907f00 | [] | no_license | easonstudy/cloud-dev | 49d02fa513df3c92c5ed03cec61844d10890b80b | fe898cbfb746232fe199e83969b89cb83e85dfaf | refs/heads/master | 2020-03-29T05:39:36.279494 | 2018-10-22T10:55:14 | 2018-10-22T10:55:32 | 136,574,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,701 | java | package com.cjcx.wechat.open.weixin;
import com.cjcx.wechat.open.utils.RequestUtil;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.concurrent.*;
/**
* JssdkManager jssdk 自动刷新
*
* ... | [
"11"
] | 11 |
6f3a059f58e0895239898585e29be7136fdf66e0 | 4454cc435a02ce75a98885dc0ec31b0d456e2f58 | /PenguinFish/src/main/ThreadManager.java | 34bc99afa10758a4bde86283db39c6c1ff0943a1 | [] | no_license | camieac/penguinfish | 26519cf962af82bf619a2ca055a7ff6fab65e384 | 00e38caaf467821e9be40127a55395fb479a5c7f | refs/heads/master | 2021-01-13T01:51:08.388132 | 2015-01-17T21:39:37 | 2015-01-17T21:39:37 | 26,008,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | package main;
import graphics.Window;
import sound.SoundManager;
/**
* Starts the Window, Game and SoundManager threads. Sets up the DataStore
* class, to communicate between Threads.
*
* @author Andrew J. Rigg, Cameron A. Craig, Euan Mutch, Duncan Robertson,
* Stuart Thain
* @since 25th March ... | [
"camieac@gmail.com"
] | camieac@gmail.com |
0090f56d55176735414bf52285284eb450b08c87 | 596c7846eabd6e8ebb83eab6b83d6cd0801f5124 | /spring-cache/springboot2-cache-redis-cluster-jedis/src/main/java/com/github/bjlhx15/springcache/boot2/redis/pool/ApplicationMain.java | 4e90dd774279d2c3297901b9cdcbefab989c1f24 | [] | no_license | zzw0598/common | c219c53202cdb5e74a7c76d18f90e18eca983752 | 76abfb43c93da4090bbb8861d27bbcb990735b80 | refs/heads/master | 2023-03-10T02:30:44.310940 | 2021-02-19T07:59:16 | 2021-02-19T07:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package com.github.bjlhx15.springcache.boot2.redis.pool;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.ImportResource;
@SpringBootApplicati... | [
"lihongxu6@jd.com"
] | lihongxu6@jd.com |
c969e3d85c9243cb994cbeedf6a1bb1affd8bf00 | bf0e71c3fd68f2314b8ca4dbc57b2b2d3f0d4ff7 | /src/动态规划/LongArraySeq.java | 024bc441e3d2d4b2d82af4e0ab267e4f5bc8a7ab | [] | no_license | zhenshiyiyang/Algorithm | 7a71c0cdc8991dc1831ca95bbb008c0e6b38a53b | 0dc1c45cb188e7d8130abf2b17985c1951ebb455 | refs/heads/master | 2021-07-10T20:25:30.544891 | 2019-03-08T15:57:11 | 2019-03-08T15:57:11 | 143,172,979 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,480 | java | package 动态规划;
import java.util.Stack;
/*
最长公共子序列,利用dp算法,分两种情况考虑即可,最后利用栈来对子序列进行求值输出。
*/
public class LongArraySeq {
public static void main(String[] args){
String str1 = "axbydzenf";
String str2 = "acbsdiepf";
char[] s1 = str1.toCharArray();
char[] s2 = str2.toCharArray();
System.out.println(longestSeq(s1... | [
"2224949166@qq.com"
] | 2224949166@qq.com |
4b6fe48423595405d2c8581a7fc74a7bcab533aa | 8ba1c25d48c7ebcec04d4bb7fbfda3b1453d2851 | /src/Address.java | bd29dc77a2a877af8073f59cf41f8b5af6903326 | [] | no_license | gitnoob/PersonKommunV3 | 99ca580ddf0c534615dd58a3aff8813ee59d01c7 | 55a1bc95b057b4a7de029205b9882cd01e538e9b | refs/heads/master | 2020-05-02T11:25:55.599663 | 2013-02-14T20:18:30 | 2013-02-14T20:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author melias
* Miguel Elias
* nobody.su@gmail.com
*/
public class Address {
//Instanzveriablen
private int id;
private String strasse;
private String hausnummer;
private String pl... | [
"nobody.su@gmail.com"
] | nobody.su@gmail.com |
d05c41aee7ac1e0e8aa4bd9d5a0ead3a490c10e4 | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/securityinsights/azure-resourcemanager-securityinsights/src/main/java/com/azure/resourcemanager/securityinsights/models/InsightsTableResultColumnsItem.java | 486e7914039cbf890d3683f95e4939c37b1b0bcb | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 1,738 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.securityinsights.models;
import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
/** The... | [
"noreply@github.com"
] | Azure.noreply@github.com |
8f90df3767497a5ee918ffbfa31dfededf608901 | 0784797c4ba81d0e1be3341d2409ee4eddb8b581 | /src/main/java/com/hengo/util/BeanValidator.java | 1c45c26b0600eb2eee59193d48f9162ceb09ea3c | [] | no_license | changsongyang/permission | ed95ff1d80cd6cf8f92744aff3760aa88c1c81bf | 95de9da4353833670593b7cdfb88ee3831e08828 | refs/heads/master | 2020-03-15T21:19:20.323760 | 2018-04-06T15:36:23 | 2018-04-06T15:36:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,321 | java | package com.hengo.util;
import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.hengo.exception.ParamException;
import org.apache.commons.collections.MapUtils;
import javax.validation.ConstraintViolation;
import javax.validation.Validation... | [
"toheng@foxmail.com"
] | toheng@foxmail.com |
244e80ab0884f769494ad96845b64852ecbef25b | ad598bb5950c3a324a8dfff64cd7c3f1f4e9d0b9 | /src/test/java/ru/ematveev/model/PlayerTest.java | c991a353faa030314f0a345f19c27a0d377920f0 | [] | no_license | evgenymatveev/TicTacToe | e3a3bb3318a4b825df3b75fe5131bb442ef0a344 | 0167bad7bf4a4e925ff895bd0d1d4116e9668e0d | refs/heads/master | 2021-01-13T15:44:59.042584 | 2017-01-12T20:12:55 | 2017-01-12T20:12:55 | 76,860,165 | 2 | 0 | null | 2016-12-19T12:26:11 | 2016-12-19T12:26:11 | null | UTF-8 | Java | false | false | 1,075 | java | package ru.ematveev.model;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Class PlayerTest tests the metods of the class Player.
* @author Matveev Evgeny.
* @version 1.0.
* @since 25.12.2016.
*/
public class PlayerTest {
/**
* Metod check return Name.
* @throws Exception ... | [
"evgeni2007@yandex.ru"
] | evgeni2007@yandex.ru |
9c3ababf9f961f471ed2ff130e37f7f9a7254941 | 2794c6e925578d6a1223dc40bf2db0cd8fd7da8b | /src/main/java/com/tang/model/SmartBoss.java | 51b79d110167c79afaf6cc94929849a5ef4041e2 | [] | no_license | TourDJ/study-system | c3e89e01c4001468d365f23d8977a7ae72a2fcf2 | 228f6d303378cff0e943b7019fd0b4566bb1e6ca | refs/heads/master | 2020-03-30T01:06:35.228412 | 2019-01-31T04:13:01 | 2019-01-31T04:13:01 | 150,559,661 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.tang.model;
import com.tang.service.BookingService;
public class SmartBoss {
public void goSomewhere() {
}
}
| [
"tang@localhost.localdomain"
] | tang@localhost.localdomain |
b3bc62aa7d9ea25a78fcd56566ef0ee6b69c872e | 29ba56f3c109bf8a97939d8a801d073b1e632bee | /src/com/learn/leetcode/everyday/listNode/ReverseBetween.java | 2cc988ebd26acf502339399c10c6262e9422aee8 | [] | no_license | yanglklk/algorithm_1 | f65047a62e522a4c02714ad2e604ad8c2045bb3b | ce30dc0f2e8c13f885ba2323e04e85268f36d266 | refs/heads/master | 2022-06-07T14:20:15.176170 | 2022-06-03T02:40:10 | 2022-06-03T02:40:10 | 212,273,413 | 1 | 0 | null | 2020-06-12T07:28:50 | 2019-10-02T06:50:36 | Java | UTF-8 | Java | false | false | 4,052 | java | package com.learn.leetcode.everyday.listNode;
import com.sun.xml.internal.bind.v2.model.core.ID;
import com.yanglk.algorithm.link_.ListNode;
import com.yanglk.algorithm.tree_.TreeNode;
import java.util.List;
public class ReverseBetween {
public static void main(String[] args) {
ListNode listNode = new L... | [
"yangliankun@58.com"
] | yangliankun@58.com |
a876d8b51f175a761b26970ef2466fbd9a925c78 | 4749d3cf395522d90cb74d1842087d2f5671fa87 | /heron/lc212.java | 7bebb62241a5a70db1dd0f68a569fc2df223471a | [] | no_license | AliceTTXu/LeetCode | c1ad763c3fa229362350ce3227498dfb1f022ab0 | ed15eb27936b39980d4cb5fb61cd937ec7ddcb6a | refs/heads/master | 2021-01-23T11:49:49.903285 | 2018-08-03T06:00:16 | 2018-08-03T06:00:16 | 33,470,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,941 | java | public class Solution {
private Set<String> resultSet = new HashSet<>();
public List<String> findWords(char[][] board, String[] words) {
// Builds the trie
Trie trie = new Trie();
for (String word : words) {
trie.insert(word);
}
// Searches
int m =... | [
"heron.yang.tw@gmail.com"
] | heron.yang.tw@gmail.com |
c2309f24d4d55e3045b9abe838f35572bf39b15e | 0ee881793de1baa8c6334591dc65e891d737520e | /doc/patch/antgo/alpha/culsite/test/cn/com/upcard/mgateway/util/.svn/text-base/AssertTest.java.svn-base | 255ea1de4f695c6abda975e25e6b0f5aa50aa62f | [] | no_license | chenliang0508/practice | e3edc3eab89390c6c1287efec03c1dc15c0acaa2 | de1bf709a1bca32a626304a25c53146c2a6ddda0 | refs/heads/master | 2020-04-27T05:40:55.815682 | 2019-05-31T01:53:48 | 2019-05-31T01:53:48 | 174,087,164 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 228 | package cn.com.upcard.mgateway.util;
import org.junit.Test;
import org.springframework.util.Assert;
public class AssertTest {
@Test
public void testIsNull() {
Assert.isNull("", "value for redis set can not be null");
}
}
| [
"chengliang0508@163.com"
] | chengliang0508@163.com | |
92f482f90675b564fdfd98d737f81712ed33268a | 21bcd1da03415fec0a4f3fa7287f250df1d14051 | /sources/org/jivesoftware/smackx/pubsub/Affiliation.java | b04879a3e0dc54c8d3ede27ca631c5218d194342 | [] | no_license | lestseeandtest/Delivery | 9a5cc96bd6bd2316a535271ec9ca3865080c3ec8 | bc3fae8f30804a2520e6699df92c2e6a4a0a7cfc | refs/heads/master | 2022-04-24T12:14:22.396398 | 2020-04-25T21:50:29 | 2020-04-25T21:50:29 | 258,875,870 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package org.jivesoftware.smackx.pubsub;
import com.fasterxml.jackson.core.p162w.C3868i;
import org.jivesoftware.smack.packet.ExtensionElement;
public class Affiliation implements ExtensionElement {
public static final String ELEMENT = "affiliation";
protected String node;
protected Type type;
public ... | [
"zsolimana@uaedomain.local"
] | zsolimana@uaedomain.local |
0f6465b4220c6b2feb94f9f733e43991b819196e | 054e2aa5cfe949c336095545b582dc5cb4e594b0 | /tests/players/ClericTest.java | 6ad6f43a98e757dbda3d3aa7996b1d4c5ba3df85 | [] | no_license | Joe-Darling/Harpspoon | 771cac0a17e061eccdd41e0a87cad65ed932c5d9 | db91d482053bed45fe0c3d6045ccd10e29cfcc13 | refs/heads/master | 2021-08-22T03:49:53.389214 | 2017-07-05T19:41:27 | 2017-07-05T19:41:27 | 112,434,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package players;
import cards.Card;
import game.Harpspoon;
/**
* Created by Joe on 7/5/2017.
* Cleric test class
*/
public class ClericTest {
public static void main(String[] args) {
Harpspoon.rng.setSeed(1);
Player p1 = new Cleric(2);
p1.newGame();
p1.newRound();
p1.dra... | [
"joedarling7@gmail.com"
] | joedarling7@gmail.com |
01ee0c66931910a08a7f7157542ed84305bcfa34 | fac5d6126ab147e3197448d283f9a675733f3c34 | /src/main/java/dji/sdksharedlib/hardware/abstractions/flightcontroller/flightassistant/IntelligentFlightAssistantMavicProAbstraction.java | 0552f3f80a27d4bbf9fa68caff154249457c05cf | [] | no_license | KnzHz/fpv_live | 412e1dc8ab511b1a5889c8714352e3a373cdae2f | 7902f1a4834d581ee6afd0d17d87dc90424d3097 | refs/heads/master | 2022-12-18T18:15:39.101486 | 2020-09-24T19:42:03 | 2020-09-24T19:42:03 | 294,176,898 | 0 | 0 | null | 2020-09-09T17:03:58 | 2020-09-09T17:03:57 | null | UTF-8 | Java | false | false | 3,660 | java | package dji.sdksharedlib.hardware.abstractions.flightcontroller.flightassistant;
import dji.common.error.DJIError;
import dji.common.mission.activetrack.ActiveTrackMode;
import dji.common.util.CallbackUtils;
import dji.fieldAnnotation.EXClassNullAway;
import dji.midware.data.config.P3.Ccode;
import dji.midware.data.mo... | [
"michael@districtrace.com"
] | michael@districtrace.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.