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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e70eb60e4b77a118caf7de9712419a79b3a514fc | dee8ad2bf16602d790210551d02f787f54a1198a | /HotelBooking/src/main/java/com/hms/deloitte/model/Transaction.java | 3a1996d698b1abb7ff4abc4f199e2417954d80ce | [] | no_license | 7android/deloittetraining | c94ca6e6cbdbb5831a20e54196f9894a6235d0dd | 74dbe9a35cb52022a8ebd622914023f48f76bc21 | refs/heads/master | 2021-07-07T23:55:10.133825 | 2019-08-09T10:04:08 | 2019-08-09T10:04:08 | 196,966,813 | 0 | 0 | null | 2020-10-13T15:12:55 | 2019-07-15T09:22:51 | Java | UTF-8 | Java | false | false | 2,044 | java | package com.hms.deloitte.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(schema = "hr", name = "transaction")
public class Transaction {
@Id
private String trnum;
@Column
private String feedback;
... | [
"noreply@github.com"
] | 7android.noreply@github.com |
9def95fab6ecf7d045f99a8ac8629e5e154d4266 | 1a0dbbe3a79436631c5b1620db5602e076dcd878 | /CustomSpinnerTutorial/app/src/main/java/com/androideasily/customspinnertutorial/SpinnerData.java | 2aaa312bad67e48dc3051bb7824dd3364c8decd6 | [
"MIT"
] | permissive | a-anand-91119/Android-Easily-Projects | de8c7f6163743970cc0063c8b0b52f70fdd71ca1 | f4e4cd3c99c5b9dbce8656b0c9b04056e45d4171 | refs/heads/master | 2021-04-28T05:13:17.792596 | 2020-04-21T06:13:20 | 2020-04-21T06:13:20 | 122,174,402 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.androideasily.customspinnertutorial;
/**
* Created by Anand on 28-06-2017.
*/
public class SpinnerData {
private int icon;
private String iconName;
public SpinnerData(int icon, String iconName) {
this.icon = icon;
this.iconName = iconName;
}
public int getIcon() {
... | [
"a.anand.91119@gmail.com"
] | a.anand.91119@gmail.com |
01291a6371188a439767f2831c33a187c6b6ac81 | b30f6f815177defda41a26e1af14f9133a3e6c07 | /app/src/main/java/com/example/kvedantam/sunshine/MainActivity.java | 9c2ea0eecef47170506e2d5f771654da958cb305 | [] | no_license | krishna123499/UdacitySun | a82ba01b0a6735decb8f82ee3c646369ab16c979 | 55e20b8fb8aa1f000fe907661ef78d40e8662d7c | refs/heads/master | 2021-01-09T20:19:07.154814 | 2016-07-13T07:23:00 | 2016-07-13T07:23:00 | 63,223,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.example.kvedantam.sunshine;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.a... | [
"vedantamkc@gmail.com"
] | vedantamkc@gmail.com |
1eb3e0e0e0f8f0d7583a142a2fef7de9ddaf937d | c7638e90501ea6df2d676ad7eb641c07f0377cf1 | /src/main/java/coupon/web/app/service/User.java | f7346a099a67e2fa0838dc959cdb4686d6c37a24 | [] | no_license | ilyashusterman/CouponWebApp-deprecated | 8fcffbc2b130dfe887b3d5f04d26552f2c584aa0 | fc3487c7fdc0ca1f4a727c1b703fa85fca8054a8 | refs/heads/master | 2021-05-01T13:56:28.393843 | 2016-11-25T23:26:14 | 2016-11-25T23:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package coupon.web.app.service;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class User {
private String username;
private String password;
private String clientType;
public User() {
super();
}
public User(String username, String password, String clientType) {
super();
this.username ... | [
"ilyashusterman@outlook.com"
] | ilyashusterman@outlook.com |
f0a4ae10ea33dff69fd7f7301c83807f80d3fe68 | f3beb239c1c70aaa0e458c0499161a05306cb1dc | /src/main/java/wisdom21/model/system/mapper/db1/User1Mapper.java | 5ad0204b69d44a7d61a3393bb15ec371d8663d71 | [] | no_license | wisdom-21/book-druid-mybatis_plus | ecc1d76b6f84bdc9a1cf02250a9b0d64a1832e63 | bf0a686188d13bd0ff084d2822a4f92c94e92983 | refs/heads/master | 2022-06-30T08:12:48.844056 | 2019-08-16T09:11:50 | 2019-08-16T09:11:50 | 202,696,715 | 1 | 0 | null | 2022-06-21T01:40:55 | 2019-08-16T09:11:37 | Java | UTF-8 | Java | false | false | 316 | java | package wisdom21.model.system.mapper.db1;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import wisdom21.model.system.entity.User1Entity;
/**
* @author Joaz
* @date 2019/8/16 15:25
*/
@Mapper
public interface User1Mapper extends BaseMapper<User1Entity> {
}
| [
"wisdom_lhz@163.com"
] | wisdom_lhz@163.com |
5c9c2838f71c1c2efb51d2090ca93e9b422da2bf | eb668d754f2d6182a64c4ca522cfb73406b1529d | /danmu_collector_server/src/main/java/cn/partytime/collector/service/DanmuCollectorDanmuService.java | f6fdd4a6a33505adcdd708c0bb879e01166652c5 | [] | no_license | Sue0115/danmu_system | fb1b76ad09f08ee61f59ac3a2aeb95e0a4784d5f | 0be93d54ff8abb904d8ef54e0d9a0cd8c78770d7 | refs/heads/master | 2021-06-04T20:10:04.758329 | 2016-06-23T07:31:01 | 2016-06-23T07:31:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package cn.partytime.collector.service;
import java.util.Date;
/**
* Created by user on 16/6/22.
*/
public interface DanmuCollectorDanmuService {
/**
*
* @param msg 发送的消息
* @param color 颜色
* @param isBlockKey 是否是敏感词
* @param type 类型
* @param date 日期
* @param danmuPoolId 弹幕池编... | [
"759620299@qq.com"
] | 759620299@qq.com |
c4c360613f438cee42e393459fdeaac0dc63db99 | f81c7375389103dc082663d71f1ab19a1d40688b | /app/src/main/java/example/codeclan/com/blackjack/BlackJackStartActivity.java | a0720522ae1e0400fa6f6bd14f44d6c555c12535 | [] | no_license | CrawfordD1/BlackJack_Android | 67ef30ea82d293be3e3cd20abdfb9948a97f6bf5 | 5050e665dd11d726a256fb4db4a7679884fd9fa9 | refs/heads/master | 2020-12-02T16:21:34.644906 | 2017-08-09T17:16:23 | 2017-08-09T17:16:23 | 96,540,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package example.codeclan.com.blackjack;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class BlackJackStartActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceSta... | [
"crawforddavidson@gmail.com"
] | crawforddavidson@gmail.com |
0f8f8a258c3fa5f3b3f9e55d2af30e5965e1a436 | c62f0f7b407dc1c774ccb1a623cfee052b458f32 | /inputview/src/main/java/com/agsw/FabricView/DrawableObjects/CDrawable.java | 57808242deab07a5efa1d42c0b7220777a319777 | [
"Apache-2.0"
] | permissive | whoze/FabricView | 3c89a8a0cf79cb5a99f9af634b5d496b9eed5abb | 05549effd9c207cb2159637302ee8a2f83e21fbe | refs/heads/master | 2020-07-02T16:31:00.886994 | 2015-10-09T23:04:19 | 2015-10-09T23:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.agsw.FabricView.DrawableObjects;
import android.graphics.Canvas;
import android.graphics.Paint;
/**
* Created by antwan on 10/3/2015.
*/
public interface CDrawable {
Paint getPaint();
int getXcoords();
int getYcoords();
void setXcoords(int x);
void setYcoords(int y);
void setPain... | [
"antwankakki@gmail.com"
] | antwankakki@gmail.com |
883ac2a9692c9845654dc0911838c312a905a3cd | f50981b391d075e280fca88954caef5d42a21c35 | /src/leetcode/array/LC_332_ReconstructItinerary.java | bdb64706688cd925b1902a10c5344a6a3c93014c | [] | no_license | fengjiny/algorithm | e2a953c56e3f3da048bf9bcc799a43060274d34a | 9ca3fcd0447debff214ce53816a01131124f25fc | refs/heads/master | 2020-03-10T17:25:41.691258 | 2018-05-09T07:59:19 | 2018-05-09T07:59:19 | 129,500,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package leetcode.array;
import java.util.*;
public class LC_332_ReconstructItinerary {
public static List<String> findItinerary(String[][] tickets) {
List<String> res = new LinkedList<>();
Map<String, PriorityQueue<String>> map = new HashMap<>();
for(String[] ticket : tickets) {
... | [
"fengjinyu@mobike.com"
] | fengjinyu@mobike.com |
5affeaf481e4f5e87b90b32cb3f57ec11d0f128f | 5a54bfa4f05274b4ca5caa907d7d0141b8e5c488 | /src/oculusRoomTiny/rendering/glsl/FillCollection.java | effc956c429ef8361ae09681beefcde18a6a1eb9 | [
"MIT"
] | permissive | elect86/JavaOculusRoomTiny | dff779a7c7aa46a373abd54235b9c0802947a7a7 | 978da34e72b1c03500849500756b6a84d21b40e6 | refs/heads/master | 2021-01-01T16:56:03.946509 | 2015-04-20T07:27:28 | 2015-04-20T07:27:28 | 17,250,333 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,086 | 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 oculusRoomTiny.rendering.glsl;
import com.jogamp.opengl.GL3;
import jglm.Vec2i;
import jglm.Vec4;
import oculusRoomTiny.render... | [
"gbarbieri@reknow05"
] | gbarbieri@reknow05 |
0505845318049a755ff158f86a14c33113221134 | 4f83c12631cfd6b8594a9c99653d0a8df96db799 | /app/src/test/java/com/eton/roomdb/ExampleUnitTest.java | 08156629f1c9620ed47ace49395fe9c356596966 | [] | no_license | CrossLeaf/RoomDb | 6e8fbedf936db52f9d3e4885c22953d9624ebb89 | 3634878839e146385ced8109fc5558383fa5e7a0 | refs/heads/master | 2020-05-13T16:06:45.963732 | 2019-04-25T15:02:36 | 2019-04-25T15:02:36 | 181,637,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.eton.roomdb;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void additi... | [
"eton_tsai@paradise-soft.com.tw"
] | eton_tsai@paradise-soft.com.tw |
7fa5b7848c8f09cb5cebc6d7e3c515ed51bb62fd | da7a1b5cd6301f7bc963f99249eb8c1297f47163 | /src/main/java/io/github/doocs/im/model/request/IMRemoveAttrRequest.java | b43216fdcc585b5bd484c180af347a3d6afca8f2 | [
"Apache-2.0"
] | permissive | StringZhang/qcloud-im-server-sdk-java | 256bd094f54817c523ff1bbd268b4babe46bea1e | 5ba6e8ff9e8558e399c7e10aba150af1f5a6b143 | refs/heads/main | 2023-07-20T07:53:20.696095 | 2021-08-27T03:52:32 | 2021-08-27T03:52:32 | 397,852,710 | 0 | 0 | Apache-2.0 | 2021-08-19T07:17:38 | 2021-08-19T07:17:37 | null | UTF-8 | Java | false | false | 641 | java | package io.github.doocs.im.model.request;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.github.doocs.im.model.response.UserAttrItem;
import java.util.List;
/**
* @author bingo
* @since 2021/7/31 17:01
*/
@JsonInclude(JsonInclude.Include.NON_NU... | [
"noreply@github.com"
] | StringZhang.noreply@github.com |
68f2fda3655c01837fa24a21cb08047adedd3003 | e386d1153b65ef0d0076e154009db72b4beffdfb | /src/br/com/drummond/dal/ModuloConexao.java | 253b34ddfa9442066ec29606b2ae4ecc7962a071 | [] | no_license | Davimmr/ProjetoFaculdade | 5b55f990116fbb5e71d097fc709e27c77ba4fcf7 | c036f60f33f08c21031d9cbbec40deb61e3a87eb | refs/heads/main | 2023-07-31T12:20:17.305964 | 2021-09-15T18:10:00 | 2021-09-15T18:10:00 | 406,878,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,367 | 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 br.com.drummond.dal;
import java.sql.*;
/*data acess learn*
*
* @author Miticos
*/
public class ModuloConexao {
//metodo r... | [
"davi.senac@hotmail.com"
] | davi.senac@hotmail.com |
36ccc8b0fd27e61c7b1a8f5462b199a810d8ea4c | cc94380c744676115f5ca2af575f8dca6da38269 | /src/main/java/com/google/cloud/compute/v1/AggregatedListTargetHttpsProxiesHttpRequest.java | 142ac139c9a5f009a15c0fffb2f84c75da3da5ac | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | vchudnov-g/java-compute | cfb70898c5c220c2bafa7f24126b799235d7ab11 | 93041a581cd44b23afb085962b3eb56e9b34051b | refs/heads/master | 2021-01-07T17:01:11.362233 | 2020-02-04T19:21:18 | 2020-02-04T19:21:18 | 241,762,450 | 0 | 0 | null | 2020-02-20T01:03:29 | 2020-02-20T01:03:28 | null | UTF-8 | Java | false | false | 22,768 | java | /*
* Copyright 2020 Google LLC
*
* 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 applicable law or agreed to ... | [
"chingor@google.com"
] | chingor@google.com |
176e7b731a48b5904237acecc55d3a7e3b74c73c | 4b2b6fe260ba39f684f496992513cb8bc07dfcbc | /com/planet_ink/coffee_mud/Commands/Hold.java | 45b7e22068808ae1d5cd13109fb0bb18bfb8dffe | [
"Apache-2.0"
] | permissive | vjanmey/EpicMudfia | ceb26feeac6f5b3eb48670f81ea43d8648314851 | 63c65489c673f4f8337484ea2e6ebfc11a09364c | refs/heads/master | 2021-01-18T20:12:08.160733 | 2014-06-22T04:38:14 | 2014-06-22T04:38:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,052 | java | package com.planet_ink.coffee_mud.Commands;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_in... | [
"vjanmey@gmail.com"
] | vjanmey@gmail.com |
9e642fe7468b33597e7bfce441e1a1ee6c96ad8d | 5730a8865d01d09a662499f2ef2ff635e853c59f | /src/test/java/uk/co/maclon/claimant/repository/ClaimantRepositoryTest.java | 21b28d62fd95fe26c4d858d5f6374e0b459b86b2 | [] | no_license | philbarton/springReactive | 28010ae63e1ec25b3a23929a029e745543100528 | 89d309b68e059d0a7c0ee45ae344bb5935add8a3 | refs/heads/master | 2020-03-20T05:52:33.925928 | 2018-06-18T09:29:34 | 2018-06-18T09:29:34 | 137,229,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,071 | java | package uk.co.maclon.claimant.repository;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.data.mongodb.core.ReactiveMongoTemplate;
impo... | [
"philbart@mac.com"
] | philbart@mac.com |
b20d3c928bdd3d767da5ce2026351f1ae714c084 | 5c6cfd2f44672806fb8433c789cf4b1e63f6fc3f | /src/Main.java | d74ecfc6c2a6e49ce0544ccf5724cc25fff593ca | [] | no_license | IlyaKukarkin/JavaThreadGame | c1f0decf5ee0f810a5339715cd34bf55f37cfe3d | 6f2f3b7f62635a30a50fad5e9d519886209b92c6 | refs/heads/master | 2020-03-09T15:28:18.757767 | 2018-04-10T02:16:21 | 2018-04-10T02:16:21 | 128,859,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,495 | java | import org.jetbrains.annotations.Contract;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Random;
import java.util.concurrent.Semaphore;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.ReentrantLock;
public class Main {
pri... | [
"ilya1196@yandex.ru"
] | ilya1196@yandex.ru |
82eb3c23e30b9c8137f4d8d3df44b12e51b3d269 | e3a493bb01f450d9106c12681be3fc9a7e913a5f | /encog-java-core-2.5.3/src/org/encog/bot/browse/range/DocumentRange.java | bd70e732e221f63bf4162f252a97524a2f326245 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | cassandracomar/VAFusion2 | aaf67a0560e89d750005bd9a89b02c33dc478c5d | ebf550f465a72525d2a2bd2fcc6f9f98796e029c | refs/heads/master | 2021-05-28T01:17:38.452166 | 2011-05-17T16:01:21 | 2011-05-17T16:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,143 | java | /*
* Encog(tm) Core v2.5 - Java Version
* http://www.heatonresearch.com/encog/
* http://code.google.com/p/encog-java/
* Copyright 2008-2010 Heaton Research, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | [
"arjun@yew.localdomain"
] | arjun@yew.localdomain |
00ea3bab69e5ff8357997d5bd0065f5bd769b123 | 9a34516ec63144052b251b62fa7e9bdd0986adc4 | /src/main/java/com/drag/tb1906/ms/resp/MsGoodsResp.java | 417ae3a057c23f7deac6087aa62f3a3295fbbd67 | [] | no_license | longyunbo/tb1906 | ce8df105c5c50bdc98a3c465169c180e35b5f8f2 | 7129b5387d756a8ae13e5677723528da9d0dc6aa | refs/heads/master | 2020-03-29T04:45:41.730224 | 2018-09-20T03:42:24 | 2018-09-20T03:42:24 | 149,546,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package com.drag.tb1906.ms.resp;
import com.drag.tb1906.common.BaseResponse;
import lombok.Data;
@Data
public class MsGoodsResp extends BaseResponse{
private static final long serialVersionUID = 5892514759638449628L;
}
| [
"longyunbo@guohuaigroup.com"
] | longyunbo@guohuaigroup.com |
915985f1bd60c775cc3c5e2af4e85999c83823bd | 603cd3e2be567331529672c2372b96ea295a54e9 | /feign/basic-master/src/main/java/com/ZhaoChenheng/thread/ThreadPoolDemo.java | ff210b9bef7c60a378a2a09f48f9f66930db5209 | [] | no_license | ZhaoChenheng/ZCH4 | 0393878ff640ff31618234ad47bfc3d0415aabee | e0bfe7405dff244fbd871302b4ed203e5313f75d | refs/heads/master | 2022-06-27T21:08:17.613808 | 2020-11-04T03:27:40 | 2020-11-04T03:27:40 | 224,595,946 | 0 | 0 | null | 2022-06-17T02:44:22 | 2019-11-28T07:36:58 | Java | UTF-8 | Java | false | false | 861 | java | package com.ZhaoChenheng.thread;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class ThreadPoolDemo {
public static class MyTask implements Runnable {
public void run() {
System.out.println(System.currentTimeMillis()
// + ":Threa... | [
"3532803418@qq.com"
] | 3532803418@qq.com |
38a6e71931fa0b5d7249da1ca374d7321dcc7503 | de8140d8e0752a0a842465845eddf1fe69537cfd | /TD - TP/imohamedraffique/Exo3TD1/src/Contenu.java | 8da99dd0ffdc0b4113b7e81a47ad8c9852a62627 | [] | no_license | Ssoap/IUT-Orsay-TP351-groupe-1 | 704a02b0c123243ed749b1ef04f2047154218a74 | 9f195f2f90dd9082fb526b697c041618a78fa7a1 | refs/heads/master | 2016-09-06T01:28:49.763633 | 2015-01-16T19:00:56 | 2015-01-16T19:00:56 | 26,429,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java |
public class Contenu {
Article article;
Resume resume;
public Contenu(Article a, Resume r)
{
article = a;
resume = r;
}
public Contenu(Article a)
{
article = a;
}
public Contenu(Resume r)
{
resume = r;
}
public String toStringft() {
return "article: " + article.getArticle() + ", resume: " ... | [
"k.randriani@gmail.com"
] | k.randriani@gmail.com |
23c89ededb79356c31d0d55b5235ea733093b351 | 49e5c3fe24190171b856c6992ab1ef45dcd8ba2e | /src/main/java/com/dengzhanglin/xyeh/web/form/RegisterForm.java | 706754ab5d71861dba6c869aa45db5fd5a8d2c2f | [
"MIT"
] | permissive | zhanglindeng/xyeh | cfea25a02d3eeebf5d8170020777b3852e93db99 | 0f1fbff5f34840fd97abeac18a619fe50223a25a | refs/heads/master | 2021-01-24T17:49:34.586576 | 2018-05-06T12:29:16 | 2018-05-06T12:29:16 | 47,622,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,473 | java | package com.dengzhanglin.xyeh.web.form;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
public class RegisterForm {
@NotBlank
@Email
private String email;
@NotNull
@Size... | [
"zhanglindeng@outlook.com"
] | zhanglindeng@outlook.com |
0da67bffbaa826ac31688c3ac8fa8c0f47a66884 | d69101efcbce0e033d42a3e9ca82f81719728aa7 | /bobo-mall/bobo-manager/bobo-manager-service/src/main/java/com/bobo/service/ItemCatService.java | d0f4ad90e02742a0c369d8c8cb4aacc6bd86bdf8 | [] | no_license | a982338665/lf-project-java-mall | 22bf23d6385bf9e887f6f1c73fcc58f99593c132 | 62af77cc795239200b9437d0c1ee1ea36d99bef3 | refs/heads/master | 2021-09-14T23:32:56.788897 | 2018-05-22T09:25:52 | 2018-05-22T09:25:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package com.bobo.service;
import com.bobo.common.pojo.EUTreeNode;
import java.util.List;
public interface ItemCatService {
/**
* 根据父类目id查询类目列表
* @param parentId
* @return
*/
List<EUTreeNode> getCatList(long parentId);
}
| [
"982338665@qq.com"
] | 982338665@qq.com |
16892a2302bfc93b85081692ab10195edc16d39b | e79020cc4ac0c9ef0d9ec3dc9a98bb31c0866bcb | /POO/TestaCliente.java | 1198c48c7f9a6341aa8360ed05889b46a1c0658d | [] | no_license | AntLucas/Generation | bee7360c5a9bc76927f608a640ed8042737b769f | a721ca856a2bed2152d9c68f3680782739633be3 | refs/heads/main | 2023-05-04T20:14:58.625694 | 2021-05-21T22:24:52 | 2021-05-21T22:24:52 | 363,952,393 | 0 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,850 | java | package POO;
import java.util.Scanner;
public class TestaCliente {
public static void main(String[] args) {
Scanner ler = new Scanner(System.in);
double valorGasto=0.0;
int resp;
System.out.println("Digite o nome do cliente: ");
String nomeCli = ler.nextLine();
System.out.println(nomeCli);
S... | [
"antonio.lucas278@outlook.com"
] | antonio.lucas278@outlook.com |
3e8a389b89e53237443c02ace8ee3a4daa0e046a | c3ee07d146f8f88aaa3e66ef4b7562b6dffc6c21 | /src/main/java/in/nu/learn/patterns/creational/abstractfactory/DesktopFactory.java | 667d37b4fbc288c68240661bd03d02e0828ce553 | [] | no_license | krnbr/learning | 4cfdd4d2861c09a3e07bcf66ef86de7b49c42821 | 8b86a3cfabdaad59616db77d7dac2e973282bd85 | refs/heads/master | 2020-04-14T06:21:32.439775 | 2019-10-13T19:46:13 | 2019-10-13T19:46:13 | 163,684,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package in.nu.learn.patterns.creational.abstractfactory;
public class DesktopFactory implements ComputerAbstractFactory {
private int ram;
private int hdd;
private OSTypes osType = OSTypes.WINDOWS;
public DesktopFactory(int ram, int hdd, OSTypes osType){
this.ram=ram;
this.hdd=hdd;
... | [
"krnbr@live.in"
] | krnbr@live.in |
221c039af09d7012e980a90a5729e1b995f9b49e | 5b7043c0020a1ffbc5f01150d76de461f3f919c6 | /jOOQ/src/main/java/org/jooq/impl/DropIndexImpl.java | 5c06027bbaa08b726ef2d001a595ba4ac09fae06 | [
"Apache-2.0"
] | permissive | brmeyer/jOOQ | b8566ff3438c2cae57949c8a1575502945bd707a | 33e616356d268d574eb52297c38176c8ed0cc247 | refs/heads/master | 2021-01-18T19:54:26.050884 | 2015-01-26T14:43:40 | 2015-01-26T14:43:40 | 29,864,793 | 0 | 1 | null | 2015-01-26T14:36:40 | 2015-01-26T14:36:39 | null | UTF-8 | Java | false | false | 4,007 | java | /**
* Copyright (c) 2009-2015, Data Geekery GmbH (http://www.datageekery.com)
* All rights reserved.
*
* This work is dual-licensed
* - under the Apache Software License 2.0 (the "ASL")
* - under the jOOQ License and Maintenance Agreement (the "jOOQ License")
* ===================================================... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
8f7b265bde80ad9f4bb5df2d70ca6196d8472aa7 | 20eb9cf15903a0321782da267fc8d53eac513655 | /src/main/java/com/qf/etl/util/ip/IPSeeker.java | 5ed34c3e7933ef83c643ad208ba24d1fbbe1eba0 | [] | no_license | banfusheng/logAnalystic | 8158b6f10b7eee812af9de956b5fd4aac37167c4 | 33cd607ff35e637eed548bccc76ba7ef6bc58c95 | refs/heads/master | 2020-03-26T11:34:20.964471 | 2018-08-23T01:15:11 | 2018-08-23T01:15:11 | 144,849,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,084 | java | package com.qf.etl.util.ip;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteOrder;
import java.nio.MappedByteBuffer;
import java.nio.channels.FileChannel;
import java.util.ArrayList;
import java.util.Has... | [
"1228147995@qq.com"
] | 1228147995@qq.com |
bb26f91c3bdb5e478d63c7b7d27f5b126e830999 | 77ed8ef81c623adac9e8604b96a22d4267c81e82 | /Repuestos Comun/src/comun/DTOs/ProveedorDTO.java | d1f79263aed736e5a155b2bb48522d449123e177 | [] | no_license | Matias-Bernal/tagle-gardien | bc67ffa4082135b90cc51452eb7ea750d99cc5fe | 6f259defda353db597b01faeb39aab84c0a3903a | refs/heads/master | 2021-01-23T11:40:20.457990 | 2014-07-10T07:45:33 | 2014-07-10T07:45:33 | 32,119,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,354 | 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 3 of the License, or
(at your option) any later version.
... | [
"payomaty666@gmail.com@7b2b483b-7b46-f909-ec13-8b39806d40dd"
] | payomaty666@gmail.com@7b2b483b-7b46-f909-ec13-8b39806d40dd |
9b82fed750fdcab68cabeca7e353b5832d6268e6 | 10a08e5e00a1a3a16b41db868b13a03da2ce34d2 | /src/Q402_RemoveKdigits.java | 850b9007f661fb4e4d8c6dde600b134fe968e657 | [] | no_license | Xprsh/LeetCodeSolution | fa1e1f1faffced0b3b4dafe9348489be1364d84b | ceba460460f7ba71388d17547bb57ab7a6c28922 | refs/heads/master | 2023-01-08T18:32:05.824859 | 2020-10-27T02:03:18 | 2020-10-27T02:03:18 | 294,639,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | import java.util.LinkedList;
/**
* Q402. 移掉 K 位数字
* <p>
* 给定一个以字符串表示的非负整数 num,移除这个数中的 k 位数字,使得剩下的数字最小。
*/
public class Q402_RemoveKdigits {
public String removeKdigits(String num, int k) {
if (num == null || k >= num.length()) {
return "0";
}
LinkedList<Character> list = ne... | [
"zhuxprsh@sina.com"
] | zhuxprsh@sina.com |
7f0ac49900eca884a223d84d2704020daa16483d | ae177443e7cfe52e7a29dfa48a30ab64b635e813 | /XvXvDoctor/app/src/main/java/cn/com/xxdoctor/bean/CardBean.java | 6af7b04c15c01ba704464000da1dbb445e6efb1d | [] | no_license | Galvatron0521/XvXvDoctor | 4b09a4549567f0b62e3b4f019f63c7920b49df43 | 27a4abdc525fa53ca94c03d4eb94dcf3f87d6a75 | refs/heads/master | 2022-01-15T10:08:35.377429 | 2019-06-03T03:30:52 | 2019-06-03T03:30:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | package cn.com.xxdoctor.bean;
import com.bigkoo.pickerview.model.IPickerViewData;
/**
* Created by KyuYi on 2017/3/2.
* E-Mail:kyu_yi@sina.com
* 功能:
*/
public class CardBean implements IPickerViewData {
public String cardItemId;
public String cardItemName;
public Object tag;
//课题使用
public Str... | [
"18353847303@163.com"
] | 18353847303@163.com |
95c45b1a29e6ab7405379296c01b94a6a790396e | bd85dc52b99a18ae8a8200c3e6910cd13ab699fd | /design_patterns/command/command/LightOnCommand.java | 1f8e70fa32d5fb48131db77a6ada5b1234d6d53d | [] | no_license | RyotaBannai/design-patterns | 6e319a44e62f3bd0a57024786717826dd0bba420 | cb699c0d2f9b69e38bf1ecea3a2ebd2d86dd104e | refs/heads/master | 2022-12-17T20:45:40.815665 | 2020-09-24T14:04:50 | 2020-09-24T14:04:50 | 295,413,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package design_patterns.command.command;
import design_patterns.command.vender.Light;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
light.on();
}
public void undo() {
light.off();
}
} | [
"ryotala0528@gmail.com"
] | ryotala0528@gmail.com |
6e1a1de1f9c52a48747aabd9f76280eed11a50e1 | d92b622ddb9fd3d8f0c6bf521cbe62d8f4b6645d | /app/src/main/java/com/project/android/finanzm/viewmodel/ConfigurationViewModel.java | f56d07087bbc1c924197344ae0712d497571115b | [] | no_license | romstarjohn/Mydigit | 2049b92720006298836634ca25f6edaea33086fa | 395778a026e835459f61c9b15985bd2aa6c0d459 | refs/heads/master | 2022-02-28T08:43:08.096758 | 2019-10-23T21:38:25 | 2019-10-23T21:38:25 | 205,209,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,626 | java | package com.project.android.finanzm.viewmodel;
import android.app.Application;
import android.arch.lifecycle.AndroidViewModel;
import android.arch.lifecycle.LiveData;
import android.support.annotation.NonNull;
import com.project.android.finanzm.database.AppRepository;
import com.project.android.finanzm.database.Produ... | [
"romstarjohn@yahoo.fr"
] | romstarjohn@yahoo.fr |
b3faa96b6b2598c905a9bf57a0dcc7a833d20a4b | ad60018d3c6ef8e77e8d3efcd872b0005531d26e | /Zeiterfassung_Core_Api/src/main/java/com/adcubum/timerecording/app/TimeRecorderFactory.java | 49c022ef82a20ebc7dfced94651b29fdc817efdd | [] | no_license | brugalibre/Zeiterfassung | 3df1ab57135b47e05a25fec4811f521a0b791fb1 | 47c4dc836bbbf2d22c97758a029f99b1727065be | refs/heads/master | 2023-05-10T23:54:29.224470 | 2023-04-22T06:39:00 | 2023-04-22T07:27:37 | 118,165,522 | 5 | 1 | null | 2023-03-07T07:18:41 | 2018-01-19T18:56:56 | Java | UTF-8 | Java | false | false | 818 | java | package com.adcubum.timerecording.app;
import com.adcubum.timerecording.core.factory.AbstractFactory;
/**
* Factory used to create and instantiate new {@link TimeRecorder} instances
*
* @author DStalder
*
*/
public class TimeRecorderFactory extends AbstractFactory {
private static final String BEAN_NAME = "t... | [
"dominic.stalder89@gmail.com"
] | dominic.stalder89@gmail.com |
733a205b3c0e7e8040f391476f72e0ae3fe5c7f2 | 23325394ddc79dfaa50e78673858951007c293ae | /src/main/java/es/animal/protection/animalshelter/configuration/WebFluxConfiguration.java | 01f31fb8e3ac9e95b309144042ece99e4bfb58ad | [] | no_license | vivicast/animal-shelter-spring | aaf09ded8c398595839d9e0e579cffb239ba2685 | 30293413851d3ac405f39e34b9ad52da39e73bca | refs/heads/master | 2023-05-05T07:57:55.645213 | 2021-05-18T23:12:21 | 2021-05-18T23:12:21 | 363,427,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package es.animal.protection.animalshelter.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.reactive.config.CorsRegistry;
import org.springframework.web.reactive.config.EnableWebFlux;
import org.springframework.web.reactive.config.WebFluxConfigurer;
@Configura... | [
"danieljesus.rosado@alumnos.upm.es"
] | danieljesus.rosado@alumnos.upm.es |
70daaefad230415bde9e9f468ca35f1e5cb4db35 | 1421832092d6d5c380782bcde2510adf32bd87d7 | /src/CollectionExample/CollectionTask14.java | 2390c07a30dc5988e1bae552a7f35ebb848cc85e | [] | no_license | Victoria-Tkachova/Java-lessons | 358509ed9e9a3acc6518914e587229a016774933 | b0c20b6c7bf8fc3aa07918bdce5ad0b87d94821a | refs/heads/master | 2020-09-08T14:25:03.666639 | 2020-01-27T15:22:23 | 2020-01-27T15:22:23 | 221,158,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,245 | java | package CollectionExample;
import java.time.LocalDate;
import java.util.*;
class Transport {
int price;
int horses;
List<LocalDate> list=new ArrayList<>();
void comparePriceHorses() {
System.out.println("За " + price + " $ США Вы получите " + horses + " лошадиных сил.");
... | [
"graceful2193@gmail.com"
] | graceful2193@gmail.com |
f829440845f9e396e1d831d95f4542320b405f02 | 5e7783f03bb29d4c7429cfee3497402ea02305e9 | /src/proyectoso/Estante.java | 644381967f16a41892321e9c7ccbc03b50c7271b | [] | no_license | Someguy300/ProyectoSO | 4c19609d79688a08ef2483f4bb27918cc281b73d | 4ddfc2dd1692cc64ba2e13fa3ab57034baef8768 | refs/heads/master | 2022-10-21T18:20:33.527132 | 2020-06-15T22:34:46 | 2020-06-15T22:34:46 | 269,408,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,349 | 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 proyectoso;
import static java.lang.Math.random;
import java.util.concurrent.Semaphore;
import java.util.logging.Level;
import... | [
"Someguy300@users.noreply.github.com"
] | Someguy300@users.noreply.github.com |
1752d4c4c5c913ae101e6900f5d91d1c9f688e24 | 740a27a38e91510f06069a204c612fd9ee26a55d | /src/main/java/algorithms/easy/E053_MaximumSubarray.java | fb9be51aa16ba736c3bbd19e646d27d8a211addc | [] | no_license | renguangqian1993/leetcode | 88e4887fed8f7afc89bee3f72abcc6608b2a9422 | d6a76f04f2b68cd51087723a06beea6e5b256c6d | refs/heads/master | 2021-08-03T16:04:49.613965 | 2021-07-25T12:25:36 | 2021-07-25T12:25:36 | 168,274,106 | 0 | 0 | null | 2020-10-18T06:46:50 | 2019-01-30T03:39:13 | Java | UTF-8 | Java | false | false | 3,139 | java | package algorithms.easy;
/**
* Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.
*
* Example:
*
* Input: [-2,1,-3,4,-1,2,1,-5,4],
* Output: 6
* Explanation: [4,-1,2,1] has the largest sum = 6.
*
* 来源:力扣(LeetCode)
* 链接:http... | [
"13620613948@163.com"
] | 13620613948@163.com |
01508f1d6b2c800840df7bed612443f0b4553ada | 26df6dd75086e0d6f8890c51613ae4538e231e0f | /mylibrary/src/androidTest/java/com/attiqrao/systemsltd/tree/ApplicationTest.java | a24fa5116dfc69dfd9ed0d74da97315b1958c07e | [] | no_license | attiqrehman1991/TreeviewForSystem | 7995fbc092fdb6c74eb4eb1108510b4d6283470d | db4b876b3c6af0714348e26410e4392e073a0bac | refs/heads/master | 2016-08-12T02:57:58.642630 | 2016-04-07T06:37:49 | 2016-04-07T06:37:49 | 55,664,899 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package com.attiqrao.systemsltd.tree;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"attiq.ur.rehman1991@gmailcom"
] | attiq.ur.rehman1991@gmailcom |
9dd5bf6b5856507fb02d12e80c307f8da425af04 | c3dfa715d75662be130ff601bb3ff256f8020f57 | /src/media/Principal.java | b5e2636c8cadd85fc4cec3cd7dd8bfae83e1365d | [] | no_license | caiomoMack/LP2 | c7fc386dbbd04a18c7958b44ae3dc745fdbbb919 | 52dcec0feb80e25d786614d537288f7f5caabee7 | refs/heads/master | 2021-01-19T08:15:53.520710 | 2012-04-24T20:09:08 | 2012-04-24T20:09:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package media;
/**
*
* @author hkom
*/
public class Principal {
}
| [
"hkom@hkom-PC"
] | hkom@hkom-PC |
20906810d8a0b43fe92b37801defef0a38e5562a | bad527160d931e9a4421d9d985b15dfb82966f0b | /src/main/java/com/fps/mpits/modules/auth/eo/McasUserAppStatusEntityId.java | 0f9ea435a6345872e15e6bd86325d25945d81d4c | [] | no_license | hieuboyfc/mpits_sync_data | ae37aa7750ae94ac4db3c5372df0a1360c5a8c68 | 86dc97889edefbabdbf0ca537ec7afa9aa703ca4 | refs/heads/master | 2023-01-13T09:52:16.537299 | 2020-11-12T05:37:56 | 2020-11-12T05:37:56 | 268,700,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.fps.mpits.modules.auth.eo;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
import javax.persistence.Embedd... | [
"hieuboyfc@gmail.com"
] | hieuboyfc@gmail.com |
4eb23ee552cb455f7ad40b2feb667934fbc49b3a | e457d389727a51a0055c3ec04d0705e49cd292bb | /app/src/main/java/com/example/user/mvvmdemo/network/LiveDataCallAdapterFactory.java | 70b133a2b13adbb5e271a77fea4ab96f3b56d46e | [] | no_license | AsadLeo14/MVVM-Demo | 6d5ca5fb77d149dd14f1fb848b8402cac9e277a8 | 20566b475184d444f2016fe6c60d6d25782fa278 | refs/heads/master | 2020-03-25T18:58:24.562110 | 2018-08-10T19:23:25 | 2018-08-10T19:23:25 | 144,058,590 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,127 | java | package com.example.user.mvvmdemo.network;
import android.arch.lifecycle.LiveData;
import java.lang.annotation.Annotation;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import retrofit2.CallAdapter;
import retrofit2.Retrofit;
public class LiveDataCallAdapterFactory extends CallAdapter.F... | [
"asadleo1995@gmail.com"
] | asadleo1995@gmail.com |
1223d27b7a7c0328546fc95f6a2dc72b6dd756f9 | cafd3eabfb5eb2c3472cb51116430f934057513b | /src/main/java/com/dada/inject/service/UserServiceImpl.java | a5c075f4143110a81e9dede1e5c006790efcfc7a | [] | no_license | pisory/spring-content-test | 88bfa7b423363f8ba992a3cdda4cba94d3660414 | 82cfb70da70115656a8b2dfef2cedd3ae84490f6 | refs/heads/master | 2022-12-23T11:32:56.437452 | 2019-12-07T04:01:17 | 2019-12-07T04:01:17 | 210,639,806 | 0 | 0 | null | 2022-12-16T09:43:07 | 2019-09-24T15:43:27 | Java | UTF-8 | Java | false | false | 546 | java | package com.dada.inject.service;
import com.dada.inject.dao.UserDao;
/**
* @author zhoudahua
* @date 2019/6/26
* @description
*/
public class UserServiceImpl implements UserService {
UserDao dao;
@Override
public void find() {
System.out.println("service");
dao.query();
}
/**
... | [
"32595419+plzla@users.noreply.github.com"
] | 32595419+plzla@users.noreply.github.com |
8490d0e3917ffc4fe620806f518f6db55c712291 | 8457e0c27d238b33cde5ba1b6069991aedea8e30 | /CoreJava/src/com/myapp/oops/Test.java | df13956948d04d62493f23fb069ea04a84abdb63 | [] | no_license | raghunandancm/java-microservices-kafka | 3f4669fea4d605d26a9f5566fd51bea4e6536727 | acc692644ee04f661498dc2e5fda9e2e65dc823c | refs/heads/master | 2023-04-02T00:45:49.727012 | 2021-04-01T04:44:55 | 2021-04-01T04:44:55 | 353,579,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.myapp.oops;
//import java.util.*;
/*
*
*
*/
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello");
}
}
| [
"pradeeepmurthy@gmail.com"
] | pradeeepmurthy@gmail.com |
10e21d16b7ef069fa3e3a0ce47c0145d0f36e41f | 62d78f842fcbab7002877dd6f59ee67859177bd2 | /app/src/main/java/com/teamcreative/totassignment/util/ItemDecorationUtil.java | 2e70c4f5e988329e1b126c88fe23159b453d9f08 | [] | no_license | NerdFaisal404/TotAssignmentFinal | b92b6ca50c41cda21bccb4d53ad0cc1ba73d757d | f485c1429bc3da50286d7d1d484043c978ee6860 | refs/heads/master | 2020-03-12T06:29:48.455572 | 2018-04-21T15:25:32 | 2018-04-21T15:25:32 | 130,486,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 793 | java | package com.teamcreative.totassignment.util;
import android.graphics.Rect;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public class ItemDecorationUtil extends RecyclerView.ItemDecoration {
private int mHalfSpace;
public ItemDecorationUtil(int space) {
this.mHalfSpace = s... | [
"faisal.ahmedbcse@gmail.com"
] | faisal.ahmedbcse@gmail.com |
bbf7d91154e737fdc750242428db68ae9c085e36 | c3487be466f7b4111cde63d47d30c3d6c753b25e | /src/lojaroupas/control/InterfaceCadastro.java | 8410b5e32667e9111e25c30e9c32e5f075506274 | [] | no_license | david-augusto/Loja-de-Roupas | e60ad1f75c3fcd6c94a80ccad049f2f7a2b47deb | 2b30b7fa8fbc0cc9264fb68029efe2ecb594c64c | refs/heads/main | 2023-01-30T20:19:42.066583 | 2020-12-13T23:37:13 | 2020-12-13T23:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package lojaroupas.control;
public interface InterfaceCadastro {
public void cadastrar() throws CPFException;
public void visualizar();
public void atualizar();
public void deletar();
}
| [
"noreply@github.com"
] | david-augusto.noreply@github.com |
cd203343ed6fb1d8eb7cbf5824fb2e1c4388839d | c0d41d3ee334e4e4c42b580bd6ace1f99ee54ed6 | /app/src/main/java/com/lagel/com/mqttchat/ViewHolders/ViewHolderVideoMedia.java | 387402ec4a60eec36298c3dd02db839395f203cb | [] | no_license | mahmoudSol/lagel | d522751ed17c5cce7582a0e8b6b2f484584b9647 | 76856e78d55832bb0c747dd852f4e01e4d8c6e20 | refs/heads/master | 2020-04-20T08:23:50.871154 | 2019-02-01T17:55:36 | 2019-02-01T17:55:36 | 168,737,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package com.lagel.com.mqttchat.ViewHolders;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import com.lagel.com.R;
import com.lagel.com.mqttchat.Utilities.AdjustableImageView;
/**
* View holder for media history video recycler view item
*/
public class View... | [
"mahmoudsoliman49@gmail.com"
] | mahmoudsoliman49@gmail.com |
ac6ff9328eb3b519607f20e0909c68faa163bba2 | b35333ab26ad05e427dd34eb00e6b146d27aabd4 | /src/main/java/com/example/demo/student/StudentConfig.java | ffdd700f0e608f750a928cc761a5177105a05213 | [] | no_license | lsgomez93/java-spring-boot | 525d2cfe480422dc8070339cb2ef706edff59335 | 0b2b602658786b5db5d00f9f6716e64b2229817b | refs/heads/main | 2023-07-05T09:42:14.110808 | 2021-08-23T17:43:54 | 2021-08-23T17:43:54 | 399,178,727 | 0 | 0 | null | 2021-08-23T17:43:54 | 2021-08-23T16:43:32 | null | UTF-8 | Java | false | false | 501 | java | package com.example.demo.student;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class StudentConfig {
@Bean
CommandLineRunner commandLineRunner(
StudentRepos... | [
"lsgomez@unimayor.edu.co"
] | lsgomez@unimayor.edu.co |
818a28743ceb16970644c1e821fba804375f088f | 69a4e0b4990504fa4c3a468be0e84f0f33a6ec2e | /zagar_server/src/main/java/messageSystem/messages/ReplicateMsg.java | 1d04dc59358eff0083b4203b0541d5cbd262e5bd | [] | no_license | lockyStar/Zagar | 96da6dcbd0d57ac9f633faace92263cb6719c537 | 51d6434bb12555b69751909092e6ae8753911f88 | refs/heads/master | 2020-06-19T19:57:30.936269 | 2016-11-28T19:25:13 | 2016-11-28T19:25:13 | 74,843,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package messageSystem.messages;
import main.ApplicationContext;
import messageSystem.Abonent;
import messageSystem.Address;
import messageSystem.Message;
import messageSystem.MessageSystem;
import network.ClientConnectionServer;
import replication.Replicator;
import java.io.IOException;
/**
* Created by alpie on 15... | [
"Zhabrevalexander@yandex.ru"
] | Zhabrevalexander@yandex.ru |
fcf77a36d77fb122303ee8f50329c3a98d1c09c1 | c306615df3a057d42b3b48dbd2a82ac440ef5636 | /app/src/main/java/com/kanjih/inventoryapp/SupplierActivity.java | 7e2d58a64727ca403307cc5243c57c2d245312aa | [] | no_license | kanjih-ciandt/InventoryApp | a0aa801bfca01d7b5ba5c850ae8eea1011eaf0f8 | aa90e971b289e92fa78f8b2f54cb755218aa70d5 | refs/heads/master | 2021-01-19T00:09:42.217869 | 2017-04-17T13:26:29 | 2017-04-17T13:26:29 | 87,145,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,269 | java | package com.kanjih.inventoryapp;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.net.Uri;
import android.support.v4.app.NavUtils;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
... | [
"kneto@kneto-macbookpro.roam.corp.google.com"
] | kneto@kneto-macbookpro.roam.corp.google.com |
04b341409f57188b097dc41d8c0218480ece3c43 | f854f26b913871694cce85c273be65b2315157ac | /src/integration/java/org/arkecosystem/client/api/BlocksTest.java | 500fc554cc354cacc4db7da415440bba0809bf95 | [
"MIT"
] | permissive | ArkEcosystem/java-client | eb65ca55595f41130230ff14a8698e034aacfaa0 | c9cf27f6c7eae662d21bec40699d7d672eaae7a1 | refs/heads/master | 2021-11-27T02:45:01.369762 | 2021-09-21T12:24:55 | 2021-09-21T12:24:55 | 138,148,593 | 2 | 29 | MIT | 2021-09-21T12:24:57 | 2018-06-21T09:22:22 | Java | UTF-8 | Java | false | false | 2,515 | java | package org.arkecosystem.client.api;
import org.arkecosystem.client.BaseClientTest;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.util.Map;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.hasEntry;
import static org.hamcrest.Matchers.hasKey;
@Sup... | [
"noreply@github.com"
] | ArkEcosystem.noreply@github.com |
f93ffbc938f289eea61d99103ce62d139eadc107 | 58fd39de2a37fc30159fed0d349332a8d8d4cc8c | /MusicUI/src/sample/model/Album.java | 12f308169cf18102570220772f03cf1315c26e58 | [] | no_license | glowackiRafal/MusicDB | 4cc9353d3c606e197b2d6fa2b8f4dcaf23165044 | 3a4c5a036d47d1ac0320de6d3d6ebd92bd5aa7e6 | refs/heads/master | 2020-03-29T06:14:01.271715 | 2018-09-27T10:04:37 | 2018-09-27T10:04:37 | 149,615,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package sample.model;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
public class Album {
private SimpleIntegerProperty id;
private SimpleStringProperty name;
private SimpleIntegerProperty artistId;
public Album() {
this.id = ... | [
"noreply@github.com"
] | glowackiRafal.noreply@github.com |
699ce2033213304594ce999594dd64747c710e30 | 1b7cfbedc73190e92697d953b71015dbceadf96d | /app/src/main/java/texel/com/depoproject/Pages/SignActivities/SignIn.java | 79f17b9daf99d3f45a59c4d30bebc71843bf0a02 | [] | no_license | FeridAdashov/Depo-Project | e2623d2219dd472f4751c0f3f961f3cde574f996 | 8d05dca4c367b3fe5ca9142035228a8dbbc47487 | refs/heads/main | 2023-04-07T04:11:42.856040 | 2021-04-14T16:55:42 | 2021-04-14T16:55:42 | 357,975,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,690 | java | package texel.com.depoproject.Pages.SignActivities;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import ... | [
"fadasov@mai.ru"
] | fadasov@mai.ru |
58afbdf1fe6bbdd33f1036a5b376c69d5b7c3d8c | 70c975e7ecb7db38a629a3d56d355e04a0ce277a | /src/main/java/co/com/choucair/certification/retotecnico/userinterface/DatosPasoTres.java | b4dfcecea0978299ee9c58ab1496c305b9fd5339 | [] | no_license | Pedrocr11/Retotecnico | b7350307bcfd327a898f828b1bdcdef10cff2148 | ddd48e8f7684f88f14ee2cb2075f362ca4dca4d6 | refs/heads/master | 2023-04-15T18:24:02.428125 | 2021-04-20T04:54:48 | 2021-04-20T04:54:48 | 358,445,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,581 | java | package co.com.choucair.certification.retotecnico.userinterface;
import net.serenitybdd.screenplay.targets.Target;
import org.openqa.selenium.By;
public class DatosPasoTres {
public static final Target CLICK_YOUR_COMPUTER = Target.the("click en la opcion your computer")
.located(By.xpath("//*[@id=\"w... | [
"pedroantoniocorei15@gmail.com"
] | pedroantoniocorei15@gmail.com |
53242590c21f3fa6f76db420313cd367d04ca359 | 85c49bcf9c881e14997e3e38972959ebaedd9265 | /src/com/coding/practice/BullsCows.java | a10ba454b02b415409d24f76bcfe6100db2a14ff | [] | no_license | anujassal/CodingPractice | 02215ade7e5bbf1b6a3c1531f4d000b51a6b4667 | f067726834718641bba016c2cf5718a0b59e5205 | refs/heads/master | 2020-11-27T04:05:03.751169 | 2020-01-21T15:48:49 | 2020-01-21T15:48:49 | 229,297,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | package com.coding.practice;
import java.util.HashMap;
import java.util.Map;
/*
* Input: secret = "1807", guess = "7810"
Output: "1A3B"
*/
public class BullsCows {
public static void main(String[] args){
String secret = "1123";
String guess = "0111";
System.out.println(getHint(secret,guess));
}
priva... | [
"anudeepjassal@gmail.com"
] | anudeepjassal@gmail.com |
98f776d5ce2c3a24b0f395097788f85d07b7574a | b7fc25dc46d2f0315afa3e8e5c642652ca7826c0 | /single-table-tools1.0/src/com/qieren/tool/util/.svn/text-base/ConfigUtil.java.svn-base | dc26b4dcd59a1cfaf7b44872e6388910a75ea8af | [] | no_license | liulei0225/single-table-tools | 36ab280417192eacb99ae0b4fb83c4392c5d7fc1 | 4924c5fbecab2ccec84ee22974d50a837d00b26a | refs/heads/master | 2021-05-02T12:01:06.568678 | 2018-02-08T09:34:17 | 2018-02-08T09:34:17 | 120,734,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | package com.qieren.tool.util;
import java.io.IOException;
import java.util.Properties;
/**
* @author qieren
* @version 1.0
* @since 2013-11-04
*/
public class ConfigUtil {
private static Properties properties;
private static Properties getProperties() {
if (properties == null) {
... | [
"838426335@qq.com"
] | 838426335@qq.com | |
494d8b0aa4336f779907ae76eecb0cbe5732d7f7 | 2dafa875d0d2a03ce75ca20e0da8af40bf8d8da2 | /bibliotheque/webAppliBiblio/src/main/java/fr/khady/webAppliBiblio/action/GestionOuvrageAction.java | e2593965341e8e1ca4c6698b7c1b19636b8c8ae8 | [] | no_license | MyOpenClassrooms/Biblio | e4877fe62e0194ff3d91acf3407ed130fcb78d81 | d3bdee4d2f13170f49bb530519cb737401d8fcbb | refs/heads/master | 2020-04-02T18:12:09.654282 | 2018-12-27T13:26:12 | 2018-12-27T13:26:12 | 154,690,458 | 0 | 0 | null | 2018-10-25T15:00:46 | 2018-10-25T15:00:45 | null | UTF-8 | Java | false | false | 3,940 | java | package fr.khady.webAppliBiblio.action;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import java.util.Map;
import javax.xml.datatype.DatatypeConfigurationException;
import javax.xml.datatype.DatatypeFactory;
import javax.xml.datatype.XMLGregorianCalendar;
import org.apache.struts... | [
"khady.bar@capgemini.com"
] | khady.bar@capgemini.com |
f7c8275aa5acc725db695d720613d7edbf657ff1 | 17bd1959f27bf667cbf349b6c180ceea8692e502 | /house-biz/src/main/java/com/ryan/house/biz/pojo/HouseUser.java | bfdbb6794c00cc5163b00e46d2a4b9f5f86bd58e | [] | no_license | ryangogo/houses | 570c2cf13ed5fe9b25049d6822f0fd12de20dc91 | 57e83944eb8f3792a1aa1e666a292c662261aa09 | refs/heads/master | 2020-03-20T08:17:47.068670 | 2018-06-19T08:12:57 | 2018-06-19T08:12:57 | 137,304,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,816 | java | package com.ryan.house.biz.pojo;
import java.util.Date;
public class HouseUser {
private Long id;
/**
* 房屋id
*/
private Long houseId;
/**
* 用户id
*/
private Long userId;
/**
* 创建时间
*/
private Date createTime;
/**
* 1:售卖,2:收藏
*/
private Boo... | [
"625056163@qq.com"
] | 625056163@qq.com |
482a57d36a60849ca6c7fe5ebbb35bbf806e6719 | e8961003a724cf08cdf0ead9d45b53a14038fc2c | /app/src/main/java/classact/com/xprize/database/helper/LetterSequenceHelper.java | 9a88733eb4cc2880c3e404ca3535330934f8d9c9 | [] | no_license | classact/XPrize | 5b7f60e3cfd5e7c610949ed391ab5121d4e3ece0 | f7b8e3928dba59d581f78c40c290f2a6c05dbb67 | refs/heads/master | 2021-01-24T12:12:11.233937 | 2018-02-22T18:08:01 | 2018-02-22T18:08:01 | 58,711,608 | 1 | 0 | null | 2018-02-22T18:08:02 | 2016-05-13T07:18:11 | Java | UTF-8 | Java | false | false | 3,002 | java | package classact.com.xprize.database.helper;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import java.util.ArrayList;
import classact.com.xprize.database.model.LetterSequence;
public class LetterSequenceHelper {
public static Array... | [
"dave@mediaetc.co.za"
] | dave@mediaetc.co.za |
a0dc2024002975ca3a883db1277f3a7915f3ea9e | 82845020e1f0efeeaa1adef456091915150e534e | /13PrimeNumber/src/prime/PrimeNumber.java | 3303ef7eb9b46d643c8f4536e60ea4742a9f1239 | [] | no_license | nazneenbee/PlacementPrepareCode | 11a1ad96fb2d0b5b205d3f46b774d6142ed51382 | 5e8950c6c4501045ad6be417c5dd401af03c60ff | refs/heads/main | 2023-03-01T08:09:19.912752 | 2021-02-03T16:50:27 | 2021-02-03T16:50:27 | 335,684,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package prime;
import java.util.Scanner;
public class PrimeNumber {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
System.out.println("enter a number");
int num=sc.nextInt();
int count=0;
if(num==1)
{
System.out.println("not a prime ... | [
"beenazneen@gmail.com"
] | beenazneen@gmail.com |
300f4e7900c74ad3e8a0df8dbdd78b9d9227af08 | 71e8c35d8620ef64f29276514f2177b7bbfd0aac | /gdpdu-models/src/main/java/com/opencore/gdpdu/index/models/DataType.java | 2f4e948e69b61ecc90d0e28ba5c47f80ed3c3afd | [
"Apache-2.0"
] | permissive | Malte-Neu/gdpdu-java | c2b1022aa81047420d34d52036ce7b84534ec963 | c887d4cebc23ac760f46de468540924050dd93ed | refs/heads/master | 2023-01-02T12:26:54.365426 | 2020-08-12T07:06:12 | 2020-08-12T07:06:12 | 298,536,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | /*
* Licensed to OpenCore GmbH & Co. KG under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information regarding copyright ownership.
* OpenCore GmbH & Co. KG licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not... | [
"lars.francke@gmail.com"
] | lars.francke@gmail.com |
8b29aa530cbc08ac247cab839dbba2d8bb59c299 | 169d3b6f77236c9e028e8f6264bd5ae4817d2740 | /src/objects/LoggedInUser.java | 199ccd53a027f6c9afcc5d3055eacfb4cc933f38 | [] | no_license | Orinta92/ProjectJava | b1cf0adb2f50ac3c186b612ecc2544897e804b92 | 33c32100cea5b5e948cf941e41911e63d89e1e37 | refs/heads/master | 2020-12-15T16:15:11.969239 | 2020-01-20T19:15:09 | 2020-01-20T19:15:09 | 235,173,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package objects;
public class LoggedInUser {
public static int userId;
}
| [
"noreply@github.com"
] | Orinta92.noreply@github.com |
25de96909a9ae03b44107e58a84ab95be45086f8 | a87356e29b4d7457079558b489ecdb4e901ab2d2 | /app/src/main/java/com/example/sesion1/WeatherClouds.java | dbecdfccc35f2413cb9c0e11e8b4d76e8b8e2ea5 | [] | no_license | rossvillcol/Test1 | 0610e4ca93d3e2512e44b693a78647c6fa9e6054 | 122d32cedb6165c15c2eb1298f0c4a29d76cfb4f | refs/heads/master | 2023-03-07T02:45:37.238744 | 2021-02-12T19:16:05 | 2021-02-12T19:16:05 | 338,408,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.example.sesion1;
public class WeatherClouds {
private Integer all;
public Integer getAll() {
return all;
}
public void setAll(Integer all) {
this.all = all;
}
}
| [
"rossvillegascolman@gmail.com"
] | rossvillegascolman@gmail.com |
dae2494456b849339e528c9abcad75d28a7abc6e | 6f461acdb4dc2f2667c8682ff50c612096405570 | /logserver/src/main/java/com/gaea/game/log/LogService.java | b19746d3ecf1b538ebcb339c0da76d81389cb170 | [] | no_license | ymw520369/gaeagame | f1584aa3d5dd5a186b3318ea3530d2b5814b3749 | 0e989a1fc57a9221d230cc1e2e465fa6c3bedbc3 | refs/heads/master | 2021-01-19T18:49:09.886818 | 2017-10-09T10:18:20 | 2017-10-09T10:18:20 | 101,168,005 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | package com.gaea.game.log;
import com.alibaba.dubbo.config.annotation.Service;
import com.alibaba.fastjson.JSON;
import com.gaea.game.core.log.ILogService;
import com.mongodb.BasicDBObject;
import com.mongodb.DBCollection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factor... | [
"mingweiyang@foxmail.com"
] | mingweiyang@foxmail.com |
921e9db0cc4e63366de1ab888dac315ef71281ea | c81fdd83743502a5de7da45b8bbaf6a06825f9bf | /src/MinUnitLengthIntervals.java | 764899bb8c2e6dcb552e81e3ea14b831e860a0ca | [] | no_license | delahiri/Greedy-Algorithm | 179fbb0770da499e9e67a6d06edc06056e78c150 | c04de498c7f665599f27e56baebff15ebe481f52 | refs/heads/master | 2021-01-10T11:56:37.198204 | 2015-10-16T19:49:39 | 2015-10-16T19:49:39 | 43,195,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | import java.util.ArrayList;
import java.util.List;
public class MinUnitLengthIntervals {
public static void main(String[] args) {
double []a = {0.7,1.0,1.5,2.0,2.3,2.6,3.1,3.6,3.9,4.2,4.7,5.2,5.5};
quickSort(a,0,a.length-1);
List<ArrayList<Double>> lines = new ArrayList<ArrayList<Double>>();
ArrayList<Do... | [
"debaniklahiri@gmail.com"
] | debaniklahiri@gmail.com |
6018c6818fd28d796f2c0b674821cd15aa005187 | d9040b2ed27469dbefe1df4425c143f985a0f0cf | /app/src/androidTest/java/com/chemanman/gson/ExampleInstrumentedTest.java | 1226772e079e4fc46499763f6e670f9c4c797c4c | [] | no_license | zkdengta/MGson | 0746a87a7dd376e719a742247931cc3c9c9a205d | a724feceb9c43c6caacde1f86155a55342c68fc0 | refs/heads/master | 2021-01-26T16:31:44.754274 | 2018-01-31T06:57:37 | 2018-01-31T06:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.chemanman.gson;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Android d... | [
"zenghuilin@chemanman.com"
] | zenghuilin@chemanman.com |
d12a94f6f3da41e2669efeb2bfd51ea311f8412f | 69ec9597118e13de103d0a4e314a1cb2141a25fa | /src/de/msiggi/sportsdata/webservices/GetMatchdataByGroupLeagueSaison.java | 272814ab2e4d2b6e9a0ae5b5c4f814d1cebe878f | [] | no_license | ralfp1979/amazonas-project | 9ef2e320d5e6be10922ead3b04efecafededf1f0 | f5f688b9bfac5c889ca23684ff46246d158d06af | refs/heads/master | 2020-04-18T07:57:53.295519 | 2014-02-05T20:33:04 | 2014-02-05T20:33:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,609 | java |
package de.msiggi.sportsdata.webservices;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragm... | [
"ralf@192.168.178.27"
] | ralf@192.168.178.27 |
49746586e1001c82bb828ba99e1b8a527386dddc | 52b86673434cf5cee879f69682d8e2a130704c3f | /JSP1127/MemberBoard/src/controller/JoinController.java | 710461b1a828271f20be6f38f969068af15a5f09 | [] | no_license | Dan-Doit/JAVA_Practice | 3c3e17e9ecf39c101976f7a7087a91d557b997f1 | b4d5af939e194b1dfb50a3ff4e8bb571b546d500 | refs/heads/master | 2023-02-08T09:39:38.083310 | 2020-12-27T06:51:46 | 2020-12-27T06:51:46 | 295,732,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,268 | 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 dto.memberDTO;
import service.MemberSe... | [
"noreply@github.com"
] | Dan-Doit.noreply@github.com |
7fd59a2c91ebac2be60212d4bc32395f40b98272 | 288edf7e72db46d213ca2ead631bdd65dbbfa792 | /app/src/main/java/com/pradipatle/androidkt/MainHomeAcitity.java | 6baf6b3c2afe5653adc14ea3046cba7c6d3699d0 | [] | no_license | pradippatle/InterviewQuestionApp | 12d713032735445a27ee18acf29f37ccbc0bded4 | 57d503108f418ab6baf41d943440308f42f12785 | refs/heads/master | 2021-07-09T13:37:32.677597 | 2017-10-09T14:26:11 | 2017-10-09T14:26:11 | 105,876,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | package com.pradipatle.androidkt;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.LinearLayout;
import com.google.android.gms.ads.AdRequest;
import com.google.android.g... | [
"pradip.p@aeonit.in"
] | pradip.p@aeonit.in |
1be7bd61c7b4d31551fddf32c0abb8008c250c01 | 5223a8e64af1c571b39dbf0319407d9727526cbd | /oims-sys/src/main/java/com/wms/web/shop/model/catalog/Attribute.java | 918e2835cc598dd151139d6985501b8eaec97c21 | [] | no_license | repo-upadhyay/oims | 32bb56e2837e00e28f79d66bf13b0b74a5c70ef5 | 57ac044e724fa7de8d412086659ebf731a1ef407 | refs/heads/master | 2020-03-31T02:27:31.810973 | 2016-06-26T19:08:23 | 2016-06-26T19:08:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package com.wms.web.shop.model.catalog;
import java.io.Serializable;
import java.util.List;
import com.wms.web.entity.ShopEntity;
public class Attribute extends ShopEntity implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String name = null;
private ... | [
"dilip.repo1@gmail.com"
] | dilip.repo1@gmail.com |
6ed805847a4bfc0c179839a20835f1291cc8da53 | bb799850c9c16e525b814732a46640ada33fa984 | /src/main/java/com/francisco/loja/dao/CarrinhoDAO.java | d05ff395dda6c5056c1fb47043bda1bb8e682efe | [] | no_license | francsousa/webservices-rest-com-jaxrs-e-jersey | e10ec7cd4e2fb14edb6be53b2b1315e171e471a9 | 92e93fce0205154278eb2506066fbcc4c31c2f91 | refs/heads/master | 2023-03-06T00:33:28.268306 | 2021-02-22T14:06:39 | 2021-02-22T14:06:39 | 337,219,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | package com.francisco.loja.dao;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicLong;
import com.francisco.loja.modelo.Carrinho;
import com.francisco.loja.modelo.Produto;
public class CarrinhoDAO {
private static Map<Long, Carrinho> banco = new HashMap<Long, Carrinho>();
... | [
"franciscoeds1987@hotmail.com"
] | franciscoeds1987@hotmail.com |
879779c742dd1d6b4c12b6bb50581478afd47263 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_22218.java | cf7e69c6739263d7e81c3b1203ab1dc4f0df5b66 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | private void collectSize(@NonNull Display display,@NonNull JSONObject container) throws JSONException {
final Point size=new Point();
display.getSize(size);
container.put("size",new JSONArray(Arrays.asList(size.x,size.y)));
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
5f42cb29b22a865f91c98273215d3b883d647828 | b37e602ba28f039563b43ed36c264d631916b2f4 | /app/src/main/java/com/example/proyectoregistropersonal/database/DatabaseHelper.java | 85d654a183503c581c2b02ddb66ad828c09ee459 | [] | no_license | juver1212/ProyectoRegistroPersonal | 66928ed2897792e3cab2c75a485c72db98cdd3a6 | cd609d1e634a1865a650e44a5da003b7aba595e1 | refs/heads/master | 2022-12-24T00:44:01.710191 | 2020-10-02T02:20:23 | 2020-10-02T02:20:23 | 295,249,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,461 | java | package com.example.proyectoregistropersonal.database;
/**
* Created by anupamchugh on 19/10/15.
*/
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class DatabaseHelper extends SQLiteOpenHelper {
// ... | [
"juniorvegareyes12@gmail.com"
] | juniorvegareyes12@gmail.com |
aebd760303c6d71a1ee88e9688b03121c63ba64f | 7be5e0a4b6da61f44191b2213d47e382c69a1e7e | /src/main/java/com/MyBlog/ServiceImpl/UserServiceImpl.java | b43f25be31f17d6db9488b4a360e63def0e30135 | [] | no_license | Beloya/SSM | ab36e11ecb6b9c4f157b4d021034002fbeaeec54 | 87bcd945f2834b2afaad2899d60f7c6c8235174c | refs/heads/master | 2021-07-06T09:10:02.624698 | 2019-03-09T16:29:24 | 2019-03-09T16:29:24 | 143,831,043 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,197 | java | package com.MyBlog.ServiceImpl;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TimeZone;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.apache.shiro.SecurityUtils;
import... | [
"468501955@qq.com"
] | 468501955@qq.com |
9a020035e603d5249c7eae8bf6940df4c56329d0 | edda4943b9a86946a02e8064d210a82c860f1f4d | /src/main/java/leetcode/lc279/PerfectSquares.java | 500a50243276fd406184f5e213232b04fb135777 | [] | no_license | DehaoWang/lcaj | 2bc8842029d5ffadf762aa9e5207e4f2643e2531 | 0371fef310f2cea0cc131ee12b1b59ffda61133c | refs/heads/master | 2021-06-17T23:39:45.491494 | 2021-01-06T08:55:30 | 2021-01-06T08:55:30 | 130,051,028 | 0 | 0 | null | 2020-10-12T19:52:00 | 2018-04-18T11:19:20 | Java | UTF-8 | Java | false | false | 1,546 | java | package leetcode.lc279;
import java.util.Arrays;
/**
* Created by wangdehao on 19/5/28.
*/
public class PerfectSquares {
public static void main(String[] args) {
for (int i = 0; i < 15; i++) {
System.out.println("i = " + i + ", numSquares = " + numSquares(i));
System.out.println... | [
"wangdehao@meituan.com"
] | wangdehao@meituan.com |
8e9c9798abb98937bd6ca1b8d5c7e0af3de8fc0a | 7e98a58fdf42905a2901507e060c86b991dbc328 | /src/main/java/by/itransition/mathtasksapp/controllers/rest/AnswerController.java | d0fdfdb3bfdbc331574e080d301b7555ba971376 | [] | no_license | missaouib/mathtasksapp | fdd6f0b6ef3db268caef7419cf287c54ae41e5ef | ebcacf8ea916d70ccce51b5e9bd0a740248f5518 | refs/heads/master | 2023-09-02T05:18:56.915362 | 2021-10-19T14:35:06 | 2021-10-19T14:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | package by.itransition.mathtasksapp.controllers.rest;
import by.itransition.mathtasksapp.models.Task;
import by.itransition.mathtasksapp.services.AnswerService;
import by.itransition.mathtasksapp.services.TaskService;
import by.itransition.mathtasksapp.services.UserService;
import org.springframework.beans.factory.ann... | [
"petrikin1996@gmail.com"
] | petrikin1996@gmail.com |
787bccee48d143aef06ba5650c83ba5c221a2692 | 17391171a078bbd9bd2889fbeb8d8441101e6602 | /SpringFramework5/spring5-recipe-app/src/main/java/guru/springframework/recipe/repositories/RecipeRepository.java | b35b3b7ab939c504276a4fc25d4f6835a306da49 | [] | no_license | iamVaibhavPatil/SpringFramework | f0369a6872cc41ef122e52a336b4f03ea21ae4b0 | 42eb78373dea2f4673c551520060d7190556e62c | refs/heads/master | 2020-03-23T18:41:24.095127 | 2019-02-12T22:26:04 | 2019-02-12T22:26:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package guru.springframework.recipe.repositories;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import guru.springframework.recipe.domain.Recipe;
@Repository
public interface RecipeRepository extends CrudRepository<Recipe, Long>{
}
| [
"Vaibhav228@gmail.com"
] | Vaibhav228@gmail.com |
5c6e049b6f02e88324cdaead2cc4bf617f214269 | 330292fa94bc678e06746b709335a29934feccf3 | /app/src/main/java/com/jsj/designpatterns/singleton/ContainerSingleton.java | b8010ab4ae22c5171eb6f8d2f50ab093cab64a0a | [] | no_license | jiangshujing/DesignPatterns | 60108db54da45d86f41f9f8547a5b42b01518a1f | a0f705869c54e5a59241d7110b967b2e22d22e18 | refs/heads/master | 2021-09-07T17:41:24.972589 | 2018-02-27T01:33:47 | 2018-02-27T01:33:47 | 109,373,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package com.jsj.designpatterns.singleton;
/**
* Created by jiangshujing on 2018/2/26.
* 使用容器实现单例模式
*/
public class ContainerSingleton {
}
| [
"jiangshujing@jinlinbao.com"
] | jiangshujing@jinlinbao.com |
68372466fc031cfb118b1324d1ac3cd5ed77f2ee | 9eb8fbc45bc655d0516009852c55df52980063a7 | /library/src/main/java/com/github/gfranks/minimal/notification/GFUndoNotification.java | a7f8b6e26ef7768379965b17c500c2f0f653e5e2 | [
"MIT"
] | permissive | mohsinalimat/GFMinimalNotifications | 99d73c85aef87a698ef83ba3db93c9a043a1e08a | 1b7f33c30a675437e064449a23c02a6939486a99 | refs/heads/master | 2020-12-24T16:06:33.933459 | 2015-01-08T23:29:27 | 2015-12-30T21:50:50 | 60,669,949 | 1 | 0 | null | 2016-06-08T05:07:26 | 2016-06-08T05:07:26 | null | UTF-8 | Java | false | false | 10,893 | java | package com.github.gfranks.minimal.notification;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class GFUndoNotification extends GFMinimalNotifica... | [
"lgfz71@gmail.com"
] | lgfz71@gmail.com |
314aebd998408a9d4a136ac656f3f8ee9ad823ff | 721c8b0ebcef970d5b726e69f3412fd6f4aba549 | /Vidhvaa/src/objectDetails_VidhvaasModelQuestions/ModelQuestions_2.java | d8fc42b8a8fea7b0243266ace809fcb2a8ab180a | [] | no_license | Vickyradan/Java | 54ddc3141fe4cfe98a44761dc486317a1485bcfb | 5190885925aab10720cff6fbcc0b401fa066d28f | refs/heads/main | 2023-08-19T14:25:39.492891 | 2021-11-02T09:53:28 | 2021-11-02T09:53:28 | 356,565,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package objectDetails_VidhvaasModelQuestions;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class ModelQuestions_2 {
@FindBy(xpath="//*[@id='hid5']/h3/a")
public static WebElement VidhvaaModelQuestion;
@FindBy(xpath="//*[@id='tab-11']/div/div/div/div[2]/di... | [
"KAVINESH@KAVINESH-PC"
] | KAVINESH@KAVINESH-PC |
2b7f552a3f0a3b95f9314ef8582dae92a6e0ba5a | 1fdfc6c5b22cfb5cd3ddcb2def2342194380258b | /src/main/java/com/tarikh/interview/starling/api/TransactionDTO.java | 6e8699f95fcfd6e3e5d11d8baab6d2d904f64a33 | [] | no_license | tcho16/starling | aff953213fd50c9f8a91ce949c75674eb8dd977a | 338e4d48330c0b123933fd396448000f8a1a0635 | refs/heads/main | 2023-08-24T18:49:24.237385 | 2021-10-27T18:36:31 | 2021-10-27T18:36:31 | 419,115,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.tarikh.interview.starling.api;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;
@Slf4j... | [
"tarik_chouhan@msn.com"
] | tarik_chouhan@msn.com |
e29fd99ab0589178ac0ad6f232856cf86baf40aa | 2e4777a071b4776016b2d322c8ea5a029c7c39c1 | /socketandroidclient-master/app/src/main/java/fi/metropolia/chatclient/MainActivity.java | 978e195ca50e87c5cb15d10efd92e4b5cbf04cc8 | [] | no_license | Apollina/javaChatAndroidClient | 5447f3935c0394a461c013f9f893b9061f43f3a7 | ddeb375e42cdb7689ee5ad4c5942863a7350d6dc | refs/heads/master | 2021-01-10T22:14:38.363886 | 2016-10-08T13:53:54 | 2016-10-08T13:53:54 | 70,334,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,532 | java | package fi.metropolia.chatclient;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.tex... | [
"apollinariia.gainulenko@gmail.com"
] | apollinariia.gainulenko@gmail.com |
2f02fd60335316a47727b10463f779ca2dfbb61c | 8d1142c34f7ef5cb63c5e3115f4b58e19c036b51 | /dump-code/panelpower/retrofit2.Callback.java | db0ca301b38faf032b87a9c2e675725ae9586fb4 | [] | no_license | kingking888/android-auto-hack | b19c979f2c39a3584ba5841c7b13b253cfc798c8 | e91cb827c7ebf53ad253f965df55bfcaa9e82c32 | refs/heads/master | 2021-01-26T11:09:51.958052 | 2020-02-27T02:59:49 | 2020-02-27T02:59:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package retrofit2;
public interface Callback<T> {
void onFailure(Call<T> call, Throwable th);
void onResponse(Call<T> call, Response<T> response);
} | [
"rjsdid7325@naver.com"
] | rjsdid7325@naver.com |
5b047241a023c7db3fa91945b43aff361f0a6000 | 10e1fe4940718d045f980577b82dd427315153e0 | /src/android/Starbuzz/app/build/generated/source/buildConfig/debug/com/example/starbuzz/BuildConfig.java | dfe07937a3f54ae7154d57342bfd685080d8a979 | [] | no_license | ValenbergHar/G-JD1-2019-10-01_ValenbergHar | 6b693f08becdf624b235170712e552a4ff148ac3 | bff38b21a10594cdfa7a719c216c04614cc01ac3 | refs/heads/master | 2022-12-22T12:10:22.999080 | 2020-10-20T21:02:01 | 2020-10-20T21:02:01 | 212,853,204 | 0 | 1 | null | 2022-12-16T15:42:29 | 2019-10-04T16:00:20 | Java | UTF-8 | Java | false | false | 447 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.starbuzz;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.starbuzz";
public static final String BUILD_TYPE = "debug";
public sta... | [
"maskevich.valeri@gmail.com"
] | maskevich.valeri@gmail.com |
a7a993158d2247b0d7c2eb63240204aea8e20cd6 | e77f3d9e6be6a23230797984c8bea3bd70e0d6b5 | /src/zoohandlung/Schwimmen.java | a3f9d3f59cd7a858e8cd15350410dc1f8191928a | [] | no_license | timA0123/Zoohandlung_Interfaces | ce4ca3ddff6e1153119295295ec4b5caf3e04ef1 | f836b2ea5d4078e8ec1f1083e9fd295074e70b07 | refs/heads/master | 2021-01-24T04:19:53.697620 | 2018-02-26T08:16:47 | 2018-02-26T08:16:47 | 122,930,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package zoohandlung;
public interface Schwimmen {
public void schwimme();
}
| [
"t.ladenburger@IR1-PC-04.musterschule.schule.paedml"
] | t.ladenburger@IR1-PC-04.musterschule.schule.paedml |
656c7c515fdf4d3957cd4ad0807216c74e979f50 | 70e0b8fb7fb52e7f9e9b47a69f8a9b54802a652f | /sdu.mdsd.restful/src-gen/sdu/mdsd/restful/serializer/RestControllerGenerationSyntacticSequencer.java | c4ad0c3e9fc0b0c5887dd3c88224b42ae626cfaf | [] | no_license | dstoft/MdsdpRestfulProject | c5e3d7c8deeb478183baebd35802a2964330e3c3 | 84d76eb310064b3821a06850f3bb051dbf28fdb4 | refs/heads/master | 2023-05-04T05:35:10.992724 | 2021-05-26T13:56:14 | 2021-05-26T13:56:14 | 352,556,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,497 | java | /*
* generated by Xtext 2.24.0
*/
package sdu.mdsd.restful.serializer;
import com.google.inject.Inject;
import java.util.List;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.IGrammarAccess;
import org.eclipse.xtext.RuleCall;
import org.eclipse.xtext.nodemodel.INode;
import org.eclipse.xtext.serialize... | [
"dstoft@hotmail.com"
] | dstoft@hotmail.com |
315ab8dcdb809fec3e81e32691f8a6dfc172b53e | 702193b0a97f4e5b8a7a37e8add77c4df04133bf | /springmore-easygrid/src/main/java/org/easygrid/action/ExcelExportAction.java | 85c7d6802d4ea37255defcc30e11e991a67fbb3c | [] | no_license | popotans/springmore | 5c25e7a86dbde94db3e6d45468b23914b3ac8684 | 842fe1b040c04ae8d66609e068db994c0895c72b | refs/heads/master | 2021-01-25T13:29:13.731684 | 2017-03-23T05:55:49 | 2017-03-23T05:55:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,441 | java | package org.easygrid.action;
import java.util.List;
import org.apache.log4j.Logger;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.annotation.ParentPackage;
import org.easygrid.excel.ExcelWriter;
import org... | [
"tangyanbo1110@126.com"
] | tangyanbo1110@126.com |
a9e9a3410ef90195d1dc62cd0f17b173a73dabab | 37d4b75f39dea82d8d82377b245a375eaecbf971 | /shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/route/engine/condition/engine/ShardingConditionEngineFactoryTest.java | 70d339b60d003742ad66f7be6fc0364bbdff4cab | [
"Apache-2.0"
] | permissive | dhc575757/shardingsphere | 6bb120a27d69021837a7191b6fcecd812a0b8921 | 3d2d99d6e18bd726fac465a35a18de0f73f55635 | refs/heads/master | 2022-12-16T00:28:52.896105 | 2022-09-16T00:27:15 | 2022-09-16T00:27:15 | 289,595,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,301 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"noreply@github.com"
] | dhc575757.noreply@github.com |
8f5b0514b2c4c81a4527add2b9a34fb525687361 | 0ca74be41f99150e743e2ef9083c3fd578d6be3c | /ToDo_App/src/main/java/com/bridgeit/todo/user/utility/UserEmailNotFound.java | 0a4bf29fbea8da325e18be646f5e3040c2980e08 | [] | no_license | FAIROJ123/ToDo | 08301058d7e344dcc68437f84eb1ad19321396ed | 9df902ec68ed50cfe75c498c3f2419f43084fbd7 | refs/heads/master | 2020-03-22T05:32:38.195512 | 2018-08-28T05:08:03 | 2018-08-28T05:08:03 | 139,573,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package com.bridgeit.todo.user.utility;
public class UserEmailNotFound extends Exception{
public UserEmailNotFound(String msg) {
super(msg);
}
}
| [
"you@example.com"
] | you@example.com |
45fef4a6580dd227bebfff70ec18f5c019d37192 | 2c4cf46179743b2458c55f794b0fe178ac79f9e2 | /src/com/qiheng/server/ServerMessageThread.java | 60dea58597050690e6313dd6f28d618c51464fc2 | [] | no_license | wlgcqh/qh | 98af882ab0d145881c422ff099b6a9ac1bf56ba8 | 9a349716511a607937f22eeec4800ac28ac18835 | refs/heads/master | 2020-09-22T18:01:54.247861 | 2014-12-09T14:03:57 | 2014-12-09T14:03:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,108 | java | package com.qiheng.server;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import com.qiheng.util.CharacterUtil;
import com.qiheng.util.XMLUtil;
public class ServerMessag... | [
"1074141657@qq.com"
] | 1074141657@qq.com |
81bec235f093fc344ce66031c65394f057dbe72e | b2c250888458d48c5c3f6f61378bd913a324ef03 | /src/main/java/com/panda/study/design/pattern/delegate/employ/Boss.java | 1e261e02bc4e7d958845665e2dcb0955ce753092 | [] | no_license | zhangwei921003/design-principle | c69721334382676385c6d00a7b24dfa1ae9fa821 | e1ece7914a52b7d19a582ae22466254337b5e55e | refs/heads/master | 2022-12-21T08:59:02.078235 | 2020-03-31T08:31:47 | 2020-03-31T08:31:47 | 247,595,936 | 0 | 0 | null | 2022-12-16T15:28:23 | 2020-03-16T02:46:49 | Java | UTF-8 | Java | false | false | 168 | java | package com.panda.study.design.pattern.delegate.employ;
public class Boss {
public void command(String task, Leader leader) {
leader.doing(task);
}
}
| [
"wei.zhang5@baozun.com"
] | wei.zhang5@baozun.com |
0535ff49e8a54ab48a7f247c222f689a8a29ccdf | 5217e193f5274b2f062512db0abb80ca4675c169 | /Assignment 2/Star3.java | 1b2f4ca3aba763fa64783586a6da01b51eca3afb | [] | no_license | AshishNamdeo14/EDACmay2021 | f2d0578a8c558cefc31df5bb962105ef554f8126 | 0e0fbeb352ff40197372710a56b320196f70b209 | refs/heads/main | 2023-04-19T09:29:04.328824 | 2021-05-09T15:14:03 | 2021-05-09T15:14:03 | 365,245,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | class Star3
{
public static void main(String args[])
{
for(int i=1;i<=3;i++)
{
for(int j=3;j>=i;j--)
{
System.out.print("*");
}
System.out.println("");
}
}
} | [
"noreply@github.com"
] | AshishNamdeo14.noreply@github.com |
eec6bfaea84dd13cd5892587fac4b97c3f38499f | 7d0171539b3cb38f593ba57cce6b0e3e9741abcb | /demo-dubbo-provider-remote/src/main/java/com/example/provider/service/CmsConfServiceImpl.java | 75e7dbd6fb157577770b0a7f9a2a333f973ee6c4 | [] | no_license | zdbao/dubbo2springCloud | 1b197b2264868011f96ccdefb0e2a10b2dd372bc | af847c4f7b25e2d8e116449273ea9ddd75451b28 | refs/heads/master | 2022-06-28T19:49:36.988949 | 2020-03-02T10:46:09 | 2020-03-02T10:46:09 | 243,706,458 | 1 | 1 | null | 2022-06-17T02:58:38 | 2020-02-28T07:45:22 | Java | UTF-8 | Java | false | false | 1,963 | java | package com.example.provider.service;
import com.alibaba.fastjson.JSON;
import com.example.provider.dto.CmsConfList;
import org.apache.dubbo.config.annotation.Service;
import org.springframework.util.Assert;
import java.util.*;
@Service
public class CmsConfServiceImpl implements CmsConfService{
@Override
pu... | [
"85004510@qq.com"
] | 85004510@qq.com |
db480852d3eb730ba1cdbe00403073bb0ec847b1 | 9a8e3137db2b3e29dceb170887144e991974c1f2 | /rsc/rsc/TheLoveMachine/TLM/KeyHandler.java | 5a066d50de5d9542b15148a955a11f58b5091bbd | [] | no_license | drewjbartlett/runescape-classic-dump | 07155b735cfb6bf7b7b727557d1dd0c6f8e0db0b | f90e3bcc77ffb7ea4a78f087951f1d4cb0f6ad8e | refs/heads/master | 2021-01-19T21:32:45.000029 | 2015-09-05T22:36:22 | 2015-09-05T22:36:22 | 88,663,647 | 1 | 0 | null | 2017-04-18T19:40:23 | 2017-04-18T19:40:23 | null | UTF-8 | Java | false | false | 444 | java | // Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 19/09/2004 20:04:12
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: KeyHandler.java
import java.awt.*;
public interface KeyHandler
{
... | [
"tom@tom-fitzhenry.me.uk"
] | tom@tom-fitzhenry.me.uk |
346f8f52e57a1e7f54a61e61277cfdcb911b3e7c | 32069bde2dcfb5c142e3118509e1d9737312bd84 | /net.opensg.tcs.multiedit/src/net/opensg/tcs/multiedit/views/ContEditor.java | c96f25855d4d33903b40c0e95f7a98c7830ac7ae | [] | no_license | radiobaek01/start | 91ca2c006a640dc120f7723cb9543108480371f8 | 59f5ebd5e2d3b93787cfdf343ca57a0ca95740b0 | refs/heads/master | 2020-05-29T11:46:58.143794 | 2015-04-13T10:31:03 | 2015-04-13T10:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,782 | java | package net.opensg.tcs.multiedit.views;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.TableViewerColumn;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.ec... | [
"radiobaek@naver.com"
] | radiobaek@naver.com |
ab6145903e4123caecaa5be93d2f00d7ca3e3f70 | f4e15ee34808877459d81fd601d6be03bdfb4a9d | /com/sun/tools/xjc/reader/annotator/RelationNormalizer.java | eca48406a7c51cc446c6a99d56a0efb62eba843e | [] | no_license | Lianite/wurm-server-reference | 369081debfa72f44eafc6a080002c4a3970f8385 | e4dd8701e4af13901268cf9a9fa206fcb5196ff0 | refs/heads/master | 2023-07-22T16:06:23.426163 | 2020-04-07T23:15:35 | 2020-04-07T23:15:35 | 253,933,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,243 | java | //
// Decompiled by Procyon v0.5.30
//
package com.sun.tools.xjc.reader.annotator;
import com.sun.msv.grammar.util.ExpressionPrinter;
import com.sun.msv.datatype.DatabindableDatatype;
import com.sun.tools.xjc.grammar.xducer.Transducer;
import com.sun.msv.datatype.xsd.XSDatatype;
import com.sun.msv.datatype.xsd.Stri... | [
"jdraco6@gmail.com"
] | jdraco6@gmail.com |
91c612757f7bfc34f32056303a800762c6e746c2 | 3a8d6ae49beca8ef7d07a162c493a1d67784088d | /app/src/test/java/com/lantier/xxb_student/ajustpan/ExampleUnitTest.java | 0bd10037e65d97f20f574a7353c86c66fc00640c | [] | no_license | lantier743865/WuZiQi | 69539dec975a7bef5b769edb7f06197cdade08c8 | bda977938fb4d4903c9b1acbe6cc90d38e9669d8 | refs/heads/master | 2021-01-23T04:08:48.310966 | 2017-03-28T14:03:52 | 2017-03-28T14:03:52 | 86,156,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.lantier.xxb_student.ajustpan;
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
p... | [
"wuxiaolong@xuexibao.cn"
] | wuxiaolong@xuexibao.cn |
ea24849ec94af1db37f1dac323d4b17a677e4353 | 346caf3e07cc60d1463b9ca1d3bca698796c7160 | /src/Fundamentals/BasicProgModel/Exec_1_1_21.java | 0b26b168c1ebbdb2a2a8bd13422b2b4eaadabd25 | [] | no_license | dadisdad/AlgorithmSedgewickJava | 678c12fd8924244551febd1ee77930a700164e2a | 87e58d27409498ee67fea02829a8bb1eba6691d4 | refs/heads/master | 2021-09-10T22:19:09.040514 | 2018-04-03T07:37:20 | 2018-04-03T07:37:20 | 90,644,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package Fundamentals.BasicProgModel;
import Std.In;
import Std.StdIn;
import Std.StdOut;
/**
* Created by dadisdad on 2017/7/5.
*/
public class Exec_1_1_21 {
public static void main(String[] args) {
String ss = StdIn.readLine();
String[] a = ss.split(" ");
double b = Double.parseDouble(... | [
"1030839531@qq.com"
] | 1030839531@qq.com |
18e3882dd7ae97ca4e982afa67be7b55219c0614 | a19c14bd99ccc95baddf56f18c8ee6680c79fae2 | /src/com/bcas/thread/TestJoinMethod1.java | 43bf1ae0747bac5626a459a3bdeb4c1d064ae240 | [] | no_license | bcascsd8/MyJava | dc273f2724556cde70aedddb68b26da5b675372c | ddb0d4bf1f96d070a4b2c228c1e004350a2dd667 | refs/heads/master | 2021-01-22T19:23:00.105782 | 2017-08-19T06:05:05 | 2017-08-19T06:05:05 | 100,773,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package com.bcas.thread;
class TestJoinMethod1 extends Thread {
public void run() {
for (int i = 1; i <= 5; i++) {
try {
Thread.sleep(500);
} catch (Exception e) {
System.out.println(e);
}
System.out.println(i);
}
}
public static void main(String args[]) {
TestJoinMethod1 t1 = new TestJoi... | [
"31151574+bcascsd8@users.noreply.github.com"
] | 31151574+bcascsd8@users.noreply.github.com |
9b9159693a7e9fe587a4bd7d9bcf098cfeb62619 | 060da70d01f8c35556409ce99cfe30dfe799d5e6 | /src/main/java/G37_Reto3/Servicios/ServiciosMensaje.java | 3c98590026ef700a6bed0dcecea29c0c7df54a99 | [] | no_license | MaicolMoreno/Reto3 | c734d72ad2d720ce02f808d78d6261cce2292d6b | 6a566f2876e0d156516531a37c188779de8b6640 | refs/heads/master | 2023-08-16T02:42:14.000396 | 2021-10-23T02:56:10 | 2021-10-23T02:56:10 | 419,554,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,974 | java | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package G37_Reto3.Servicios;
import G37_Reto3.Modelo.Mensaje;
import G37_Reto3.Repositorio.RepositorioMensaje;
import j... | [
"maicol.moreno.mt@correo.usa.edu.co"
] | maicol.moreno.mt@correo.usa.edu.co |
cf625933657a5669cce9ce38a5e1df5fb4b76f18 | 4f51388d0217982d540ea0930c2ce021e7f49c79 | /basic-code/day02-code/src/cn/itcast/day06code/Demo01/Demo04Student.java | 04ab7a7c15497035a55d541e4612f9a61d20b7c0 | [] | no_license | Miku-1/IdeaProjects | 4cae4861e8699433f096a2a2d5f59a0da1e048cf | aa623294930ce55a7ece2ef04c6b9f257047c9fc | refs/heads/master | 2022-08-22T17:44:06.573392 | 2019-12-21T07:37:09 | 2019-12-21T07:37:09 | 226,094,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package cn.itcast.day06code.Demo01;
public class Demo04Student {
public static void main(String[] args) {
Student stu1 = new Student();
Student stu2 = new Student("南球",22);
// System.out.println(stu1);
System.out.println(stu2.getName()+stu2.getAge());
}
}
| [
"huanyue521@outlook.com"
] | huanyue521@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.