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
ffdac310431f1b5db98ce3d1b6ec09dfe888518f
3664677fb204609eb5c11a0bc715d4ced8521732
/hadoop_examples_post/src/MaxTemperatureMapper.java
d60145b6d5125caef78fa35229ef402bdb41750b
[]
no_license
superpenshine/MapReduce_Hadoop_Spark
6bc78bb9f32565f5be283eca1f3687c015b4f5a0
c4e3039b373a937c4ae9b674e472938ddcb0cfba
refs/heads/master
2021-04-26T23:50:54.345385
2018-03-05T05:29:34
2018-03-05T05:29:34
123,868,959
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
import java.io.IOException; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; public class MaxTemperatureMapper extends Mapper<LongWritable, Text, Text, IntWritable> { private static final int MISSING = 999...
[ "superpenshine@gmail.com" ]
superpenshine@gmail.com
4846d6fd31684f7fced7f6fad320801f290a33a8
2086f395539868c339459e724f6c52e6cb1256e3
/springdatajpa/jpa4/src/main/java/com/ce/domain/LinkMan.java
3223564b9c319d6029fc6fee7941c8595da6ec1d
[]
no_license
cije/Study_SpringDataJPA
0619c549bc03aa840853eaea9434ada08a7f43b2
78f60f1d86aad7f4478e88cafb47b86693d8d094
refs/heads/master
2022-12-04T05:40:27.498435
2020-08-25T03:04:42
2020-08-25T03:04:42
289,472,815
0
0
null
null
null
null
UTF-8
Java
false
false
3,475
java
package com.ce.domain; import lombok.Data; import javax.persistence.*; @Entity @Table(name = "cst_linkman") public class LinkMan { /** * 联系人编号(主键) */ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "lkm_id") private Long lkmId; /** * 联系人姓名 */ @C...
[ "an37500@163.com" ]
an37500@163.com
0927b2efb0991a227313dbd4cc14ea904a657590
742f351eb3f1f2b7e5c089b1929e2c4176af06cb
/framework/src/test/java/or/CustomersPage.java
3046e7e35b34bd8cc1159a7d160e54ceaefb5369
[]
no_license
ranimaddineni/mavenframes
d58b843664e997d05c005941264f89dc59c21662
e2b40bd45d9898182bee386b256eb976954a02ce
refs/heads/master
2023-05-13T01:50:47.765406
2019-11-14T17:49:19
2019-11-14T17:49:19
221,734,035
0
0
null
2023-05-09T18:17:38
2019-11-14T15:53:24
HTML
UTF-8
Java
false
false
544
java
package or; import org.openqa.selenium.By; public class CustomersPage /*public static By txtUserName=By.name("username"); public static By txtPassword=By.name("password"); public static By clickLogin=By.xpath("//*[@id='tdb1']");*/ { public static By lnkCustomer =By.linkText("Customers"); public st...
[ "vella@192.168.0.19" ]
vella@192.168.0.19
ffa53c17f1f41b23614c71c8fb442dcc571f76a6
4dfc9549c1be20a727fc0feb2594e36526a17ab7
/Lesson5/JAVA/Problem5/src/ru/geekbrain/Main.java
2d668901b2b74101e4624cdad1854ba271e19fcd
[]
no_license
DwarfPorter/Interview
6c5bf11b16dfc6689ecec2a6e44dbe3476154870
e8fbca2f16faa65c199fff0c36fca242d9149d97
refs/heads/master
2021-06-14T03:27:59.391556
2020-10-23T15:43:42
2020-10-23T15:43:42
100,819,393
1
23
null
2020-10-23T19:26:56
2017-08-19T20:22:56
Java
UTF-8
Java
false
false
288
java
package ru.geekbrain; public class Main { public static void main(String[] args) { Integer i1 = 64; Integer i2 = 64; Integer i3 = 256; Integer i4 = 256; System.out.println(i1 == i2); System.out.println(i3 == i4); } }
[ "mrvlmor@gmail.com" ]
mrvlmor@gmail.com
f78b9112324eb193a513edbb67321e252a2d8207
b39d7e1122ebe92759e86421bbcd0ad009eed1db
/sources/android/os/ProcrankProto.java
dc8cb94808e0a644b17039abfaa17fc5c2d15c2e
[]
no_license
AndSource/miuiframework
ac7185dedbabd5f619a4f8fc39bfe634d101dcef
cd456214274c046663aefce4d282bea0151f1f89
refs/heads/master
2022-03-31T11:09:50.399520
2020-01-02T09:49:07
2020-01-02T09:49:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,229
java
package android.os; public final class ProcrankProto { public static final long PROCESSES = 2246267895809L; public static final long SUMMARY = 1146756268034L; public final class Process { public static final long CMDLINE = 1138166333450L; public static final long PID = 112098646425...
[ "shivatejapeddi@gmail.com" ]
shivatejapeddi@gmail.com
e836a0d667c84ef835acee332b23baa1bccd9f00
1ee2d2ff81cc5f4dbd45964184f21d03bf4b56cb
/vitro-core/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RebuildTextIndex.java
00de6af3145f9e032634c7efb5c6d53a19f943b3
[]
no_license
arockwell/vivoweb_ufl_mods
d689e0e467c64e5b349f04485f412fb0ec151442
e5a1e9d15f47e85e48604544bead10814f2a11e3
refs/heads/master
2021-03-12T23:00:19.435131
2011-06-28T14:43:35
2011-06-28T14:46:15
859,154
1
0
null
null
null
null
UTF-8
Java
false
false
2,429
java
/* Copyright (c) 2011, Cornell University All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and t...
[ "alexhr@ufl.edu" ]
alexhr@ufl.edu
da7c3292114aa5befaeac84ce88cd59bdd5b3305
a18b5815186f31be3b4845011a6781599c22d85e
/src/main/java/org/andresoviedo/util/cache/persisted/api1/PersistedListFactory.java
55a3d14e5bc3a0a62c449f4a6c1ccf8d40a374d2
[]
no_license
andresoviedo/java-utilities
0e07a2518b1ed6163980f665efdfed27f30c6da7
5d5352d12bb5b50dae5ed5a6ba59670edae2dee0
refs/heads/master
2020-04-12T03:17:46.562829
2017-03-08T21:41:32
2017-03-08T21:41:32
13,735,388
2
3
null
null
null
null
UTF-8
Java
false
false
2,272
java
package org.andresoviedo.util.cache.persisted.api1; import java.io.File; import java.io.Serializable; import org.andresoviedo.util.serialization.api1.XMLSerializable; public class PersistedListFactory { final public static int TYPE_SERIALIZE = 0; final public static int TYPE_XML = 1; private Persi...
[ "andresoviedo@gmail.com" ]
andresoviedo@gmail.com
7d2ffc958193e8d7a346c2d8a739f460ec151d92
d8d2e5b940bfa0d2667228a32a7a2778d3d523af
/mycellar-java/mycellar-interfaces/mycellar-interface-client-web/src/main/java/fr/peralta/mycellar/interfaces/client/web/components/stock/edit/DrinkBottlesEditPanel.java
348b19605550b1f5eabf5f5a149fe80bb0646901
[]
no_license
framiere/mycellar
1143cc284c3b096d38f8c357355cc5a610de52ee
e206a8971f7b0988cf55aa70faba338b71634e99
refs/heads/master
2021-01-18T05:49:38.152662
2012-12-23T07:03:29
2012-12-23T07:03:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,632
java
/* * Copyright 2011, MyCellar * * This file is part of MyCellar. * * MyCellar 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. ...
[ "sebastien@peralta.fr" ]
sebastien@peralta.fr
51758e935b820320a42a5f7f17e108d907b60d2c
a9db5bf738dc41c1e12f2f258a7b5d334da7ddcf
/src/main/java/com/wuyemy/dao/YyzxsqMapper.java
090c47d7965a23589bfcd94a181a820fa23e47aa
[]
no_license
gitzrh/WuYeMaYi
1be1f364e7908c1f07d4f3dcd644907d2066217e
e1c13de2e69b085305ed4b21cc345ea38068ea6c
refs/heads/master
2022-12-25T19:59:53.649338
2019-06-19T05:36:19
2019-06-19T05:36:19
178,990,103
1
0
null
2022-12-16T11:16:59
2019-04-02T03:15:48
Java
UTF-8
Java
false
false
841
java
package com.wuyemy.dao; import com.wuyemy.bean.Yyzxsq; import com.wuyemy.bean.YyzxsqExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface YyzxsqMapper { long countByExample(YyzxsqExample example); int deleteByExample(YyzxsqExample example); int deleteBy...
[ "1970078740@qq.com" ]
1970078740@qq.com
c5ea1a4a54aa2fe4250f4b8517b6d6fa1825f95e
6491c3a11f29a4fd36bd19561f8d5acae3ad981d
/module-template/module-elasticsearch/src/main/java/com/wjs/elasticsearch/elastic/index/DefaultIndexManage.java
6a48bda5717e36691fa3309aa0d8d0ebea97059d
[]
no_license
wjs1989/spring-cloud-template
89c7c760b178e2005f41801479c89081ded0a1a7
2f967c15d392d9def8732154480545fc070d8294
refs/heads/master
2023-06-18T18:02:09.066094
2021-07-13T10:32:27
2021-07-13T10:32:27
289,705,639
0
0
null
null
null
null
UTF-8
Java
false
false
3,298
java
package com.wjs.elasticsearch.elastic.index; import com.wjs.elasticsearch.elastic.annotations.EsDocument; import com.wjs.elasticsearch.elastic.index.strategy.DirectElasticSearchIndexStrategy; import com.wjs.elasticsearch.elastic.index.strategy.ElasticSearchIndexStrategy; import com.wjs.elasticsearch.elastic.index.stra...
[ "wenjs001@163.com" ]
wenjs001@163.com
982a2db98d9913da8aa9838288bc316fd5e5acd9
2373656061a138b1d2bef5682baf15ca7d3c8312
/src/java/com/kelaniya/uni/V5/CalculatorApp.java
8db000a479a987ac0f8f0eadb932c0c7e9b205e8
[]
no_license
tharaka-ariyarathna/Calculator
908583a95a7efeca1f55efc00167beb35240a656
23dcc74599cecd371cf2b7985e36c50ce6f07575
refs/heads/main
2023-08-16T04:32:44.087804
2021-09-29T10:41:12
2021-09-29T10:41:12
393,753,474
0
0
null
null
null
null
UTF-8
Java
false
false
1,536
java
package com.kelaniya.uni.V5; import com.kelaniya.uni.V5.Operation.InvalidOperationException; import com.kelaniya.uni.V5.Operation.Operation; import com.kelaniya.uni.V5.Operation.OperationFactory; import com.kelaniya.uni.V5.input.Inputs; import com.kelaniya.uni.V5.input.invalidInputException; import com.kelaniya.uni.V5...
[ "tharakaariyarathna04@gmail.com" ]
tharakaariyarathna04@gmail.com
6f54d815fecdb68a5c9b5ddb9a38f7f51d0f31f2
0fe9415cf55adab6b3b4e374483c34cdc6a9cd5e
/src/com/wurmonline/server/behaviours/ManageBuyerAction.java
b924fc1afb2b53cb271def45a2fea511117ec7a2
[]
no_license
Mthec/BuyerMerchant
dc9c8ba02f785be2493a369fbd37d484d250ad44
0833e06d24446983ca1f94580851715db5a4d19e
refs/heads/master
2022-09-27T15:58:16.674197
2022-08-14T17:13:06
2022-08-14T17:13:06
161,517,205
2
2
null
null
null
null
UTF-8
Java
false
false
4,382
java
package com.wurmonline.server.behaviours; import com.wurmonline.server.Items; import com.wurmonline.server.creatures.Creature; import com.wurmonline.server.creatures.CreatureTemplateIds; import com.wurmonline.server.items.Item; import com.wurmonline.server.questions.BuyerManagementQuestion; import org.gotti.wurmunlimi...
[ "daniel4592@hotmail.com" ]
daniel4592@hotmail.com
f628c90a6d1ca0f17bd2806bbef0095b942654e5
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/SocketImplTest.java
9f1605c5686126851f937ea6915b0df654e62563
[ "MIT", "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
4,678
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...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
9310cd4845fad6366ef00e275eb7504dca181277
c75d7adce49aaece67d77c0e4df2e3bbbeb53b94
/core/src/test/java/hello/core/autowired/AutowiredTest.java
9bc6848806d5486dd52b4cc22454af654faf458f
[]
no_license
tunagiant/spring1
131eee4ede2fd741247f0283b0b57898453b5d4e
cd67a3a326500d324984c8af4396c100c661d9a8
refs/heads/master
2023-05-02T22:57:44.858541
2021-05-31T17:42:57
2021-05-31T17:42:57
338,816,967
1
0
null
null
null
null
UTF-8
Java
false
false
1,018
java
package hello.core.autowired; import hello.core.member.Member; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springfram...
[ "68101999+tunagiant@users.noreply.github.com" ]
68101999+tunagiant@users.noreply.github.com
bc104164cfae92617189338e5df8e50506e6eaea
c2a9ea230ebeef2a653fb62343bb9df47fc40c50
/src/main/java/com/lx/springbootdemo/dto/OrderDTO.java
212179d0e38e7bcdad2bb048f7ea5d51c1b603e4
[]
no_license
lx354081082/spring-boot-demo
93f5e9165c25752f6d184adf9241034f0eb77a62
9f7b9bf7840b02be8cb6ddd3299b29a42a98ab8d
refs/heads/master
2021-05-09T22:52:52.575505
2018-01-24T13:08:01
2018-01-24T13:08:01
118,766,786
0
0
null
null
null
null
UTF-8
Java
false
false
826
java
package com.lx.springbootdemo.dto; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.type.TypeFactory; import lombok.Data; import java.io.IOException; import java.math.BigDecimal; import java.util.List; /** * Created by lx...
[ "33972358+lx354081082@users.noreply.github.com" ]
33972358+lx354081082@users.noreply.github.com
0f88c2926f8749612ab2b5fb5a119cbb8734d354
66362e79c0bbdcb87c5a92e6de1fdd7c0ecc594a
/inlong-dataproxy-sdk/src/main/java/org/apache/inlong/dataproxy/threads/IndexCollectThread.java
938abe0a10377f43db647810d500995593a673eb
[ "Apache-2.0", "LicenseRef-scancode-compass", "MIT", "BSD-3-Clause" ]
permissive
chun2333/incubator-inlong
1d1bc2a6b12631be58abb4f57d6f4b42ded11fef
95c5232735f217132537650211c94db4e7441b3b
refs/heads/master
2023-09-03T05:21:44.704893
2021-11-23T01:57:12
2021-11-23T01:57:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,526
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 ...
[ "noreply@github.com" ]
chun2333.noreply@github.com
c8b13407fe4014bdef0a69f15ea8c27c8d7aecf8
f82c0840cfcc342502c8d5ddb5d4b8c2a4944a1e
/app/src/main/java/com/qizhenkeji/yxb/model/PaymentDetailModel.java
3f56d4226e5b433ced303b9f35d9b53eb9928bd8
[]
no_license
cmmzjwz99/YXB
ed2e57eb785996385ad61e51f72c51834ec402da
d65c8b2e3b511e61cfa255973550b4a715e34700
refs/heads/master
2020-03-23T06:45:38.526389
2018-07-17T03:45:28
2018-07-17T03:45:28
141,227,837
0
1
null
null
null
null
UTF-8
Java
false
false
475
java
package com.qizhenkeji.yxb.model; /** * Created by hc101 on 18/6/16. */ public class PaymentDetailModel extends BaseModel { public int id; public String time; public String type; public String lines; public String fees; public PaymentDetailModel(int id, String type, String time, String lin...
[ "13868323606@163.com" ]
13868323606@163.com
7f0420b40e82cb7040ec1661ed4bcd5c23a37f68
a9d9e90c9e317850d0f1fe758e2cfc57220edbb2
/src/com/tuongky/model/GameQuery.java
a3466f52ae2f36adb2b229d4fc157e144e9be9ef
[ "MIT" ]
permissive
trinhhai/tuongky
b5aa273b97154229d76558c4e48b74b265182e4c
b9beb3acf0769d6b568faf5d2993d322cb2c29a4
refs/heads/master
2020-07-12T01:14:19.701370
2014-02-04T08:00:37
2014-02-04T08:00:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,096
java
package com.tuongky.model; public class GameQuery { private final String queryString; private final String category; private final String title; private final String book; private final int offset; public GameQuery(String queryString, String category, String title, String book, int offset) { this.que...
[ "ongbe@ongbe-macbookair.roam.corp.google.com" ]
ongbe@ongbe-macbookair.roam.corp.google.com
c7689241ae14eaf73b6d05581355833aeb2b6728
bd71f4dc7833627537b0a009686fc2900f8a4e21
/app/src/main/java/com/android/instateronapp/events/CardAdapter.java
bf678d8a64a00866b3df89d8deeafa397b28a17b
[]
no_license
taracaca/instateronapp
88f42d8f6729b7d5ac38b8ba6ec4a9afaa872e8d
485c72dec7af05a5b74bf168d4f5e7a1b8376945
refs/heads/master
2020-04-03T18:16:43.687207
2018-11-05T04:39:29
2018-11-05T04:39:29
155,477,010
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package com.android.instateronapp.events; import android.support.v7.widget.CardView; public interface CardAdapter { int MAX_ELEVATION_FACTOR = 8; float getBaseElevation(); CardView getCardViewAt(int position); int getCount(); }
[ "fernando_levy_assis@hotmail.com" ]
fernando_levy_assis@hotmail.com
06f33593705a456fccec4eded324af2f83f8c5a0
96afeeb52833a1ed17d057287a11400dc166b26a
/ExerciseSolution/src/examQuestionExample/Puma.java
755dbd963c1342485ae8ba2981490b79ce2e2e30
[]
no_license
NineFourFour/eclipseJava
4322bec27c8a292c6fcdf6a4d7f3d4703ae99a94
43472e32daf2f2c7eb6132de7611d191a9dea162
refs/heads/master
2021-01-21T12:16:27.995628
2017-09-04T13:15:17
2017-09-04T13:15:17
91,784,827
0
0
null
null
null
null
UTF-8
Java
false
false
281
java
package examQuestionExample; abstract class Puma implements HasTail { /*has to be public, all methods declared in an interface are public * can change the visibility protected int getTailLength(){ return 4; }*/ public int getTailLength(){ return 4; } }
[ "james.hickey@webelevate.ie" ]
james.hickey@webelevate.ie
656d6dcdcf43963e50b446b1c38c6650d9d691e0
d1aa3efaff49fad20c801f7130de424f802b1199
/springcloud-consumer02-feign/src/main/java/com/swift/service/ProviderService.java
13c5463db703035b03fc1507c92fb86849e830d6
[]
no_license
ListenerSun/springcloud
492df07aaf27fa6458f3eeed45ae548d77fcaf67
a3881da5dd2c3791232312327c1dc1dedd2874be
refs/heads/master
2020-11-27T21:14:41.225898
2019-12-22T17:15:13
2019-12-22T17:15:13
148,614,509
0
0
null
null
null
null
UTF-8
Java
false
false
373
java
package com.swift.service; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; /** * HelloService * 使用@FeignClient注解,name为服务的名字 * @author sqt * @date 19-4-20 **/ @FeignClient("Provier") public interface ProviderService { @GetMapping("/hello") ...
[ "ListenerSun@163.com" ]
ListenerSun@163.com
ef209565083ad687b484b491ac7f9b1bf95693eb
b15fcbea84500825b454a8e0fca67e6c4a8c9cef
/ControlObligaciones/ControlObligaciones/src/main/java/mx/gob/sat/siat/cob/seguimiento/dao/stdcob/impl/VigilanciaAdministracionLocalDAOImpl.java
015ff57aec5b95697add691a8f13f9efa34324ff
[]
no_license
xtaticzero/COB
0416523d1bbc96d6024df5eca79172cb0927423f
96082d47e4ffb97dd6e61ce42feee65d5fe64e50
refs/heads/master
2021-09-09T22:02:10.153252
2018-03-20T00:18:00
2018-03-20T00:18:00
125,936,388
0
0
null
null
null
null
UTF-8
Java
false
false
11,715
java
package mx.gob.sat.siat.cob.seguimiento.dao.stdcob.impl; import java.sql.Types; import java.util.ArrayList; import java.util.Date; import java.util.List; import mx.gob.sat.siat.cob.seguimiento.dao.stdcob.VigilanciaAdministracionLocalDAO; import mx.gob.sat.siat.cob.seguimiento.dao.stdcob.impl.mapper.VigilanciaAdministr...
[ "emmanuel.estrada@stksat.com" ]
emmanuel.estrada@stksat.com
d5ed12ae7741f50d9f3cc6aaffeced0669caf231
255bf0bb1d09a23f2e2c9296ea6770446faecd17
/Object oriented programming using JAVA/multithreading/Welcome.java
235a2417ac5ae6896d068797af84747a16535009
[]
no_license
Ameenaar/Object-oriented-programming-using-JAVA
a4df5e1a598f6b76e21d13b4e9d4289f434d3d79
60fd84e17cb11c407c733389e144d05bcce1d333
refs/heads/master
2022-04-09T16:57:34.562592
2019-11-27T14:04:20
2019-11-27T14:04:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
572
java
package multithreading; import java.util.Scanner; public class Welcome { public static void main(String[] args) { A a=new A(); a.start(); } } class A extends Thread { public void run() { Scanner s=new Scanner(System.in); System.out.println("enter the string"); String st=s.next(); ...
[ "USER@FACE-85" ]
USER@FACE-85
09c70ab91d6efd17875975d1d3db48483907403c
6b2542400a56de686a7f84978fd6df4c45fc056a
/app-vo/src/main/java/com/blackstrawai/keycontact/vendor/VendorFinanceVo.java
89e296fa7d1449399c020d333f2d98c82cb36709
[]
no_license
BhargavMaddikera-BM/erp_fintech
adb6f2bb8b9b4e555930a1714b90a57603cc055c
ea78162e490f46adb998ca8a4e935c2aa144a753
refs/heads/master
2023-03-14T15:40:04.206288
2021-02-26T09:23:48
2021-02-26T09:23:48
342,523,642
0
0
null
null
null
null
UTF-8
Java
false
false
1,626
java
package com.blackstrawai.keycontact.vendor; import java.sql.Timestamp; public class VendorFinanceVo { private Integer id; private Integer currencyId; private Integer paymentTermsid; private Integer sourceOfSupplyId; private Integer tdsId; private String openingBalance; private Timestamp createTs; private Tim...
[ "bhargav.maddikera@blackstraw.ai" ]
bhargav.maddikera@blackstraw.ai
f53d9893f42d359f36d8ffe339c8b1e516a192ea
324ef963e08e2f41f1a208b2eff6e578395bcef5
/todo-android/app/src/main/java/com/realtime/todo/MainActivity.java
4f7d5333da1b0b1af7add8959bfde3683b72ff61
[ "MIT" ]
permissive
ngonen/Storage
77e1f96ece06d0b2023effef45c0f2b22edd3e05
414abc77921a9b9c6a2210fc5011048b9f2f09ae
refs/heads/master
2021-07-04T14:21:16.084945
2021-05-21T00:10:55
2021-05-21T00:10:55
39,369,597
0
0
null
2015-07-20T07:30:35
2015-07-20T07:30:34
null
UTF-8
Java
false
false
14,225
java
package com.realtime.todo; import java.util.ArrayList; import java.util.Calendar; import java.util.LinkedHashMap; import java.util.Locale; import android.app.Activity; import android.app.ActionBar; import android.app.Fragment; import android.app.FragmentManager; import android.app.FragmentTransaction; import android....
[ "jparreira@realtime.co" ]
jparreira@realtime.co
120ae5267315eaa7e26d4f0a1f63a1437168363e
3c6005e2e97f6fca5b39f25e467466ea1647ceb1
/src/main/java/com/rimi/ruiFeng/service/impl/OrdeTableServiceImpl.java
1058acef91c00d15c62c29a6b598dfd7cba0cf53
[]
no_license
2659573462/RuiFeng-education
089e780267e1d3fa7b13777e4085161c74ed3981
9976e230a6cf2d8b5445294dae3d9f87a4d2f843
refs/heads/master
2022-12-26T21:43:39.924392
2019-11-20T06:35:42
2019-11-20T06:35:42
219,643,037
1
0
null
2022-12-15T23:24:36
2019-11-05T02:45:46
Java
UTF-8
Java
false
false
1,393
java
package com.rimi.ruiFeng.service.impl; import com.rimi.ruiFeng.service.OrdeTableService; import org.springframework.stereotype.Service; import javax.annotation.Resource; import com.rimi.ruiFeng.mapper.OrdeTableMapper; import com.rimi.ruiFeng.bean.OrdeTable; /** * ${Description} * * @author chenjin * @date 2019/11...
[ "2659573462@qq.com" ]
2659573462@qq.com
6ec16fff235e07cd1ef637fae8c2621a5817eeff
ee3ca0dce6796f9c49fd7c9b59a1259c7a5ccf76
/app/src/main/java/com/alirnp/piri/Constants.java
3d2152d5b5c91abce036dd341a55dc50fb651079
[]
no_license
alimemco/Piri
8f00de34af94bfcd8d7ad7e2bc3c5ae650353316
f4ab7310942e8fefe41b6c7fe0fc379e726516d1
refs/heads/master
2020-12-05T15:57:05.862422
2020-01-08T13:04:42
2020-01-08T13:04:42
232,163,071
0
0
null
null
null
null
UTF-8
Java
false
false
983
java
package com.alirnp.piri; class Constants { static final String URL_SMS = "http://khodemon.ir/piri/sms.php"; static final String URL_CONTACT = "http://khodemon.ir/piri/contact.php"; static final int MY_PERMISSIONS_REQUEST = 10; static final String TAG = "UtilsPerApp"; static final String CONTAC...
[ "alimoghadam75@gmail.com" ]
alimoghadam75@gmail.com
d2383762a0ec5f155bf7511215562485082dd1c9
56bd9a39abb22ede38d7a2def90d88a5833900d9
/src/sample/Main.java
4034be392ead31cd7c1ae4e3b9fd0349b33ef313
[]
no_license
Martind64/MetricsCalculator
765a44672d4b00b5623baf4cd0d6a4332a01fdeb
8738fc4e1d109242ee1516e6c48e6419c5693e0a
refs/heads/master
2021-05-12T09:08:32.953086
2018-01-15T07:47:33
2018-01-15T07:47:33
117,308,995
0
0
null
null
null
null
UTF-8
Java
false
false
589
java
package sample; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public class Main extends Application { @Override public void start(Stage primaryStage) throws Exception{ Parent root = FXMLLoader.lo...
[ "made@html24.net" ]
made@html24.net
9d39f2ff03e5a6134f7f429a7da5cd385ad49508
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/17/17_8011d5c2a3d12e873f6aa4b9bbbc70b18eb743cd/JXTable/17_8011d5c2a3d12e873f6aa4b9bbbc70b18eb743cd_JXTable_s.java
cce9868b36718d66256545a29c7414ee8e97c145
[]
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
138,038
java
/* * $Id$ * * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softwa...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
c32eb8fcfe1628d019526eed25293c436bd157cd
3cbb73c13e5b4956c03fa62dbda81e4180420222
/PuLSaR/src/main/java/eu/brokeratcloud/opt/engine/sim/RepeatNode.java
eadb460c98f4c707cbc59df6ee8fabe425fa9e94
[]
no_license
torax242/BrokerAtCloud
4b5af0f7ec69446a2be7d91c9e615629bf940039
722638acc3257a2b5f5ab09dea86ba8e7a7346fb
refs/heads/master
2020-04-08T23:47:09.072301
2016-02-02T08:50:01
2016-02-02T08:50:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,888
java
/** * This file (along with RepeatTokenParser) extend Pebble engine with 'repeat' tag * For more information see RepeatTokenParser */ package eu.brokeratcloud.opt.engine.sim; import java.io.IOException; import java.io.Writer; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Collection; ...
[ "ipatini@acci.gr" ]
ipatini@acci.gr
32ed0014eb2a808597a858bfc7fea1d4f58989ae
6e0a777047581b051ad38b61e6ce973846bb5767
/olx_resale/src/main/java/com/pack/ImageController.java
309d21cb1bbbe95270bb6dd2f740dd747c19a1b3
[]
no_license
Abiranjeetha/Spring_Hibernate
046e91d8f58faa0f131698d6b40af616475e7f18
36840546e44ce15617375dbffa73508562d68930
refs/heads/master
2022-12-22T23:01:01.825069
2019-06-19T04:51:49
2019-06-19T04:51:49
192,660,227
0
0
null
2022-12-16T09:51:35
2019-06-19T04:47:50
Java
UTF-8
Java
false
false
11,154
java
package com.pack; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.sql.Blob; import java.util.ArrayList; import java.util.List; import java.util.Random; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.ser...
[ "abiranjeetha.ramarathinam@cognizant.com" ]
abiranjeetha.ramarathinam@cognizant.com
fa3491c64b3ee23416a7f0913dfdbc379f6ee975
0a205fa06361c526b4d48011834dccb296b1ac79
/app/src/main/java/com/industrialmaster/musicplayer/ThirdActivity.java
eeff4c8c84cfb7db7a52e56da3274fcc3ee8fc4c
[]
no_license
MadurangiChathurika/SmartPlayer
762ae84328c6207a0b5dc13e915406e69d584872
8ce8fd0386d68f0149b19f7078362a1b7e1a1e5c
refs/heads/master
2022-11-26T00:50:18.133983
2020-07-20T14:15:38
2020-07-20T14:15:38
281,131,280
0
0
null
null
null
null
UTF-8
Java
false
false
1,428
java
package com.industrialmaster.musicplayer; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import com.industrialmaster.musicplayer.audio.background.PlayBackgroundAudioActivity; public class ThirdActivity extends AppCompatActivity { ...
[ "chathurikamadu96@gmail.com" ]
chathurikamadu96@gmail.com
31d46ed70e4ba76098c827adcfa45c822bf9ff69
14afb443c01f2c1dd8f9d7cf1e5b5337c1e9ce2c
/src/main/java/com/example/latlongretrieval/Place.java
6519d479e61e78d52428726382fbedbba44ff08b
[]
no_license
herbsleb1708/latlong-retrieval
ba4186e153858e64c07885459019792c32e4f570
c27a62c0d448d2ea048c8934cb4078f11062a323
refs/heads/master
2021-07-09T01:37:20.056182
2017-10-04T18:35:51
2017-10-04T18:35:51
105,799,557
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.example.latlongretrieval; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; @JsonIgnoreProperties(ignoreUnknown = true) @Data public class Place { @JsonProperty(value = "place name") private String name; @JsonPro...
[ "herbsleb.mark@principal.com" ]
herbsleb.mark@principal.com
4f24b60bca29cfc75bbaf02592ef87fc3bd27c20
926a628796557c976c4a558a8999b3c1925f62d5
/domino-game/src/main/java/com/jule/domino/game/service/GameMaintentService.java
a8fa72502402499d3a1547f90fa527d0dbbbd71e
[]
no_license
cubemoon/domino
7f4557b04ae5730be92edbd9b19389dd180c5d89
c7c490e8f7547e13ac6cd8fa344819a4d8625667
refs/heads/master
2023-04-15T22:36:18.587446
2019-08-01T03:15:43
2019-08-01T03:15:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
785
java
package com.jule.domino.game.service; import java.util.concurrent.atomic.AtomicBoolean; /** * 游戏维护 * @author * @since 2019/2/20 13:25 */ public class GameMaintentService { public static final GameMaintentService OBJ = new GameMaintentService(); //游戏开关 - 默认是关闭的,能正常游戏,如果开启,则游戏无法正常开局 private static Ato...
[ "xiaokang_0826@163.com" ]
xiaokang_0826@163.com
51983219b05bce05f78ac620e8147388b90a019e
f6dc9a904976f00e0b8b8829e618794c9338de7f
/java/com/occamsrazor/web/util/FileTest.java
3e7a1fe5c9f10f03546c98733ae0da5aff39be19
[]
no_license
dlehgml0901/Spring
52d6e61fd3c71ee8f38a6fc63888de3ebaa72bb3
3ad6c1aa0e05f2989d63856419b922530d018177
refs/heads/master
2022-05-31T19:49:18.559580
2020-04-28T03:00:50
2020-04-28T03:00:50
256,454,531
0
0
null
null
null
null
UTF-8
Java
false
false
1,249
java
package com.occamsrazor.web.util; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.util.ArrayList; import java.util.List; import javax.swing.JOptionPane; public class FileTest { public final static String FILE_PATH =...
[ "dlehgml0901@example.com" ]
dlehgml0901@example.com
8929b1d6b7e59787519ffd6d6b9330565b81f8c1
fbfd34b6b02daa6d5da0ded632078bf26fd16cea
/Robot.java
124df679e7509c427f3960edcde5cd44994961fb
[]
no_license
octopodidae/robot
e851a418117ebf4b46217d2b05d192abb1276812
a809d51e63f0d98e09d74d9dd6d657546134ca0c
refs/heads/master
2021-01-25T09:26:17.580473
2017-06-09T07:52:29
2017-06-09T07:52:29
93,833,718
0
0
null
null
null
null
UTF-8
Java
false
false
2,498
java
import java.util.ArrayList; import java.io.*; public class Robot { Programme thisProg; private int positionX; private int positionY; private boolean etat; int totalMinerai; int temps; // Constructeur Robot(String fileProg) throws FileNotFoundException, IOException { positionX = -1; positionY = -1; thi...
[ "blaurancin@gmail.com" ]
blaurancin@gmail.com
70dd928d3e18cd1d36eba8f35dd9af608c338720
040937ae86f911a2fbf70cec46e05700bf951906
/proj1b/OffByOne.java
1a2673bb891aa9cbd5c165d2cddb1d2f3aa0a660
[]
no_license
evanxjh/cs61b-study
cd0284db89be259823a05fe81cb749cb21f5fb05
ad3bd9cf7f01d6c753606ae68a5c265a75b7d127
refs/heads/master
2020-06-13T01:06:02.751687
2019-07-18T13:32:56
2019-07-18T13:32:56
194,483,327
0
0
null
null
null
null
UTF-8
Java
false
false
391
java
/** * @author EvenHsia * @ClassName OffByOne.java * @Description A class for off-by-1 comparators * @createTime 2019-06-30- 16:38 */ public class OffByOne implements CharacterComparator { @Override public boolean equalChars(char x,char y){ int diff=x-y; if (Math.abs(diff)<=1){ r...
[ "xjhsjtu2017@gmail.com" ]
xjhsjtu2017@gmail.com
f997738870f7c3eb7aff7d11b39ae7389b8e3366
a3867b7f43449c35aacac9b5add7d0eae92ea6ec
/maill-product/src/main/java/com/xy/maill/maillproduct/vo/MemberPrice.java
5747959484fa81f5a20f1cebf4eb2e541ab6bd60
[ "Apache-2.0" ]
permissive
xy200919910128/xyMaill
3ec9c5b14505874baccbf0838c359a9e06f79118
e472f6b5115b88ce08de0ecd6d1fe6eb1681d4ff
refs/heads/master
2023-07-27T10:16:57.972462
2021-09-13T01:48:25
2021-09-13T01:48:25
285,762,110
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
/** * Copyright 2019 bejson.com */ package com.xy.maill.maillproduct.vo; import lombok.Data; import java.math.BigDecimal; /** * Auto-generated: 2019-11-26 10:50:34 * * @author bejson.com (i@bejson.com) * @website http://www.bejson.com/java2pojo/ */ @Data public class MemberPrice { private Long id; ...
[ "wind@kwikclick.com" ]
wind@kwikclick.com
b25a1d8806e4b91dc4069edee93bc35abc41fb1e
da298924ddac97a4674ff55f565fddefefcd34a6
/leetcode1406.java
0c3d5d7a6d070608da740fbba75cc35d3f3f34a0
[]
no_license
LeetCode666/LeetCode
150be00bf0a71953aa7415f66a57d58efe87265c
871228fddb1ca8c28ee1be13ba91624673f6967e
refs/heads/main
2023-03-24T01:34:44.971856
2021-03-24T19:44:23
2021-03-24T19:44:23
305,584,118
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package exam; public class leetcode1406 { public String stoneGameIII(int[] stoneValue) { int len = stoneValue.length; int[] dp = new int[len + 1]; for (int i = len - 1; i >= 0; i--) { int sum = 0; dp[i] = Integer.MIN_VALUE; for (int j = i; j < Math.min(len, ...
[ "noreply@github.com" ]
LeetCode666.noreply@github.com
7fb74563b5180b00442c3aae71dfde8184710b71
56d6351a6e1552ad25277e594a0b9fb017009e90
/day31_hibernate_day03/src/com/weiwei/domain/Course.java
13ee9fbe8f1671d60bda3d82a54a06242d5f9b50
[]
no_license
liuweicom/javaPrac
f363250ff7dcab122aa8e810ad8c649c0429c9a3
159d720fac55e3a6d0287cea9aa0b04050b893d0
refs/heads/master
2021-09-14T23:15:30.211174
2018-05-22T02:35:56
2018-05-22T02:36:27
120,065,502
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
package com.weiwei.domain; import java.util.HashSet; import java.util.Set; public class Course { private Integer id; private String name; private Set<Student> student = new HashSet<Student>(); public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } pub...
[ "15779712623@163.com" ]
15779712623@163.com
e57b2a687b0286f78a5ae6ca5a24eab7c136b7a6
daf4c85103ebeeadf2e5ddfa530aeae9574e4ad6
/src/test/java/org/wso2/apimgt/AppTest.java
f242261805df3f8c7bc86af5629d4234b513e8a8
[]
no_license
dineshjweerakkody/apimgt-bpmn-workflow
ea43c3ce155e40521fa2e6a5c96fe1fe6fbb14de
982c85cd3772d979b5b2180950410ea6c04add99
refs/heads/master
2021-04-29T07:19:12.643207
2017-01-04T09:36:29
2017-01-04T09:36:29
77,985,366
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package org.wso2.apimgt; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest(...
[ "dineshw@wso2.com" ]
dineshw@wso2.com
770d5bd885e40a2c6af57e9c760ab3b248345ec6
7d85e9d72822b96447f2c6338fdb36f32be4458d
/app/src/main/java/com/slidenote/www/slidenotev2/Utils/Util.java
ce8eb843cfb529c00de369acdd53c769273da108
[]
no_license
Cieo/SlideNoteV2
2722683ee3eb917c3f850a61134aa6a4f9ad4d61
cea5c57eeb75612e8311ea30ee3fa3f55ddbb8c2
refs/heads/master
2021-01-18T20:02:22.841009
2017-04-28T06:42:42
2017-04-28T06:42:52
86,928,437
1
0
null
null
null
null
UTF-8
Java
false
false
768
java
package com.slidenote.www.slidenotev2.Utils; import com.slidenote.www.slidenotev2.Model.ImageFolder; import com.slidenote.www.slidenotev2.Model.NoteFolder; import java.util.List; /** * Created by Cieo233 on 3/28/2017. */ public class Util { public static ImageFolder findImageFolder(List<ImageFolder> folders, ...
[ "h711292532@gmail.com" ]
h711292532@gmail.com
585849f1bbc7755d6d7941d254f611bdc4f7f0fa
757ad32747c221360fb857215b1f10a75a3c6a3f
/3481_Java_Cryptography/EECS3481/src/hash/Q4_1.java
9d7d4588e8c96cfe9c8dafaef72268d6a5e02527
[]
no_license
rd10018/EECS
ecfef7420d2bef7ce7592db1ec7397de8891658e
5f0fef8df2d7a8925d1cf59be4c6ca683a0c3fac
refs/heads/master
2023-01-11T00:55:49.777120
2020-09-18T16:37:23
2020-09-18T16:37:23
236,035,032
0
0
null
2023-01-07T14:05:31
2020-01-24T16:05:36
Java
UTF-8
Java
false
false
622
java
package hash; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Arrays; import util.CryptoTools; public class Q4_1 { private static final byte[] PASSWORD_MD5_HASH = CryptoTools.hexToBytes("5ae9b7f211e23aac3df5f2b8f3b8eada"); public static void main(String[] ar...
[ "rishabdhamija91@gmail.com" ]
rishabdhamija91@gmail.com
1c974a5262c69d516ad313e716e3ed810e423af9
a2da50c214b2f32b9acd24909a84c43dc8b5c121
/src/test/java/pom/LoginPom.java
f842236e329851816220b558ab10242c9f6cb8c2
[]
no_license
DaminiK21/PM_portal
001bc5bfdade851c491fba8ac10e4e813343e9e7
d3be10991777ce2fca82e89c3058d595f0cd3c24
refs/heads/master
2023-03-21T20:13:36.807960
2021-03-18T09:02:21
2021-03-18T09:02:21
349,004,203
0
0
null
null
null
null
UTF-8
Java
false
false
1,862
java
package pom; import java.util.List; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.ExpectedConditions; import ...
[ "Daminikadam21@gmail.com" ]
Daminikadam21@gmail.com
1d264c936f13408e55c4ea951f1145ac35c65af7
160eb2299546cbc95ba4e1b966d2e15b315da14c
/src/Forms/FormCadastrarFiscal.java
1eab35456e3caf1afebf13b103e728046cc0af97
[]
no_license
HexaDC/TrDoc
330447f0ddeb42817d9fa46d49b78553ac9ee821
f7b994f56eb90d2590204823216b50dd5c8144ee
refs/heads/master
2016-09-06T02:18:59.839630
2013-06-21T20:59:59
2013-06-21T20:59:59
10,852,366
0
1
null
null
null
null
UTF-8
Java
false
false
9,604
java
/* Created on 18/01/2011, 09:30:26 */ package Forms; import Classes.Cadastra.ClassCadastrarFiscal; import com.nilo.plaf.nimrod.NimRODLookAndFeel; import com.nilo.plaf.nimrod.NimRODTheme; import java.awt.Dimension; import java.awt.Image; import java.awt.Toolkit; import java.net.URL; import javax.swing.JOptionPane; imp...
[ "valarelli@gmail.com" ]
valarelli@gmail.com
96e8892b31210a74818092df36453fd5647db1ad
7822eb2f86317aebf6e689da2a6708e9cc4ee1ea
/Rachio_apk/sources/com/google/android/gms/internal/zzcew.java
226b200880129b1564edfdbd52f9573f1ef19397
[ "BSD-2-Clause" ]
permissive
UCLA-ECE209AS-2018W/Haoming-Liang
9abffa33df9fc7be84c993873dac39159b05ef04
f567ae0adc327b669259c94cc49f9b29f50d1038
refs/heads/master
2021-04-06T20:29:41.296769
2018-03-21T05:39:43
2018-03-21T05:39:43
125,328,864
0
0
null
null
null
null
UTF-8
Java
false
false
1,082
java
package com.google.android.gms.internal; import android.os.Bundle; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.safeparcel.zza; import com.google.android.gms.common.internal.safeparcel.zzd; import java.util.Iterator; public final class zzcew extends zza...
[ "zan@s-164-67-234-113.resnet.ucla.edu" ]
zan@s-164-67-234-113.resnet.ucla.edu
91b572d7283fa949c12639d31ebf2988e319b435
71a3d16688959b3bcac453cd769e0d3f1be9c742
/src/main/java/com/lhl/personal/mongodboperation/MongoApp.java
ff517b2ab51e6f2ec71c10f1fb5ff46763125bdf
[ "MIT" ]
permissive
LiuHuilong528/lhl-springmongodb-exmaple
c42ace00b870528678e28ac7854bea5529108360
8812b8ff1b2fa146ed7454a5e76865534a010a13
refs/heads/master
2020-12-03T09:29:23.016136
2017-09-07T08:42:55
2017-09-07T08:42:55
95,624,887
0
0
null
null
null
null
UTF-8
Java
false
false
3,801
java
package com.lhl.personal.mongodboperation; import static org.springframework.data.mongodb.core.query.Criteria.where; import java.net.UnknownHostException; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.data.domain.Example; import...
[ "lhllug528@gmail.com" ]
lhllug528@gmail.com
7b96540d745151104cc4c8976ffb5fbf25587d68
9f7c268ddd03e2acac2d474ab14ed52a1aa917c4
/currency/Currencies.java
09572bf3a392f0021e9b4539568ee885ad29b8f2
[]
no_license
omraz/Currency
49077692b8851222bb202f4e00af4a7e307544be
33c61923bcfd5537527bf68c37f36af288743ab9
refs/heads/master
2023-02-16T16:55:53.002586
2021-01-19T15:48:18
2021-01-19T15:48:18
331,027,406
0
0
null
null
null
null
UTF-8
Java
false
false
1,944
java
/* */ package currency; import java.net.HttpURLConnection; import java.net.URL; import java.net.MalformedURLException; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; //import org.json.simple.JSONObject; import org.json.simple.*; import org.json.simple.parser.JSONParser; i...
[ "o.mraz@volny.cz" ]
o.mraz@volny.cz
b7919f927ce97c65ed89b2d51ef8902026846009
e68e52d4d5eb691ba99ce9589871723777dedce4
/src/lec21/v7/Main.java
15b726f1488a6ef1914743235285b25810d16bfb
[]
no_license
Spring2019COMP401-001/Lec21
4649a6012d716a8bc4df9569b71547881ba9f862
757d9a0deb1835dc2709c9c31ea50b641a8be2d6
refs/heads/master
2020-05-07T01:23:39.987412
2018-11-19T15:48:34
2018-11-19T15:48:34
180,273,490
0
1
null
2019-04-09T02:59:04
2019-04-09T02:59:04
null
UTF-8
Java
false
false
1,010
java
package lec21.v7; public class Main { public static void main(String[] args) { CountingThread ct_a = new CountingThread("A", 5); CountingThread ct_b = new CountingThread("B", 7); CountingThread ct_c = new CountingThread("C", 10); ct_a.start(); ct_b.start(); ct_c.start(); try { ct_c.join(); Sys...
[ "kmp@cs.unc.edu" ]
kmp@cs.unc.edu
6c0e152659f174fabfb0691821283d79a8dc42f9
7e159834d965d085daac4e0b506d2e4a93d878c7
/app/controllers/Application.java
e545f9849d5c192c17d74004e69fa5a65b660cfa
[ "Apache-2.0" ]
permissive
psoulier/Hulinalu
9e78973e39150b7d0b0255017e80683d77a53991
3f756fe4802d421ec9f5750d8de05478a73f230e
refs/heads/master
2020-12-24T15:58:15.644417
2015-05-13T09:33:44
2015-05-13T09:33:44
32,572,271
0
0
null
null
null
null
UTF-8
Java
false
false
9,360
java
package controllers; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ObjectNode; import models.Account; import models.Feature; import models.Location; import models.LocationDB; import models.Tag; import models.UpdateInterface; import play.Routes; import play.data.Form; import...
[ "paul.soulier@gmail.com" ]
paul.soulier@gmail.com
c050ae10089523cc0f512925142ad80cff712fe5
c7be2cdb3209ddfc93ac86cccb30c9b768862468
/src/main/java/com/example/ecommerce/entity/Authority.java
e4a0fee19e571fcaa132f292d38a5727d3a6d2fd
[]
no_license
MhmodElsadany/shoping-store
3fb3d5103d1080804e7ce487c1dffea4e6238cd6
dff4399a0bcd2c43654f280db873eed994da3f62
refs/heads/master
2021-05-22T00:36:59.367365
2020-04-04T02:37:17
2020-04-04T02:37:17
252,887,601
0
0
null
null
null
null
UTF-8
Java
false
false
517
java
package com.example.ecommerce.entity; import java.io.Serializable; import org.springframework.security.core.GrantedAuthority; public class Authority implements GrantedAuthority , Serializable{ private static final long serialVersionUID=123123L; private final String authority; public Authori...
[ "mahmoudelsadany81@yahoo.com" ]
mahmoudelsadany81@yahoo.com
8d3b7338a5e001bbbb25545c143cbaa893d78034
7c238b610c65fd5825dfa63a2fba663ce51e9842
/app/build/generated/source/buildConfig/debug/com/helwigdev/solarwindshelpdesk/BuildConfig.java
2a665903149a5f2b1194eaf93083753b9090c7e7
[]
no_license
Fibonacci-/SolarwindsAPITestApp
c45351c73a3c63d85e9d5cdbffafb3b3890c88d3
7e0368c24694f5ae293504b5286ed808d24787e9
refs/heads/master
2016-09-06T20:00:40.975236
2015-07-06T19:25:57
2015-07-06T19:25:57
38,641,030
2
0
null
null
null
null
UTF-8
Java
false
false
468
java
/** * Automatically generated file. DO NOT MODIFY */ package com.helwigdev.solarwindshelpdesk; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.helwigdev.solarwindshelpdesk"; public static final String BUILD_TYPE...
[ "helwigdev@gmail.com" ]
helwigdev@gmail.com
aa690682c09780642c329202818b3b6ee2361c20
531a070afb140c0fb98926f2a0f2dc88ed3ae7b7
/src/com/igomall/util/HttpUtils.java
49c2f752f055bb009ca0bbb5a8e7ec66142d9238
[]
no_license
javaknow/mall
25985534dd4cfa7512c68f67a08d029461b864b9
31a327a3fad8aecd949d82c7ce8e266eaac4b900
refs/heads/master
2021-01-21T19:19:55.867750
2016-06-16T04:37:17
2016-06-16T04:37:39
65,459,518
1
2
null
2016-08-11T10:04:01
2016-08-11T10:04:01
null
UTF-8
Java
false
false
12,791
java
package com.igomall.util; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; ...
[ "1169794338@qq.com" ]
1169794338@qq.com
afae5e25efbfa772ef71378ee483a94512018bf8
fe26b91fb452f667fa39819eb2a0f002b270c4c5
/DeltaAbstraction/app/src/main/java/com/randstad/deltaabstraction/Switchable.java
2903f2d2c9a1e088a20412c62989e7bf3428f14f
[]
no_license
qxs820624/AndroidStudioProjects
e879d1956a0a712b747d945971cba247e3ed7d34
e205c0fe9d006863a61f71e409077500ba8489ef
refs/heads/master
2021-01-23T03:59:24.988965
2015-12-03T06:39:07
2015-12-03T06:39:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
182
java
package com.randstad.deltaabstraction; /** * Created by robertsg on 12/11/2014. */ public interface Switchable { public void turnOn(); public void turnOff(); }
[ "glensroberts@gmail.com" ]
glensroberts@gmail.com
1a1178977b53aa2b4d272409ed621b86db585e06
4a25a716a16b2c058e90af23ae09fb1e2adaa6d3
/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/pendingack/impl/PendingAckHandleImpl.java
289e3646e48312b37705d4ee1ba5a920a5f358b4
[ "Zlib", "LicenseRef-scancode-protobuf", "Apache-2.0", "BSD-2-Clause", "LicenseRef-scancode-unknown" ]
permissive
yujianfei1986/pulsar
3cb1f8c352d4a5ee6e4335c17337397a9be1416a
4d4855a09981204185b4b1b6891522f07f057873
refs/heads/master
2022-06-14T13:44:51.119074
2022-06-02T08:37:26
2022-06-02T08:37:26
172,813,266
0
0
Apache-2.0
2019-02-27T00:33:42
2019-02-27T00:33:41
null
UTF-8
Java
false
false
48,052
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...
[ "noreply@github.com" ]
yujianfei1986.noreply@github.com
9858be7ac9f205151851847664af0b3d8a6c8dbb
e4776d31e99be03c7158d01a038ccd0dc30a4b02
/bierman/impl/src/main/java/org/opendaylight/bierman/impl/BierDataAdapter.java
f73b7c374342e816c61c474e88e987fda5f9b7ed
[]
no_license
opendaylight/bier
d1cc4618bea310d6094d2aa3975e08e1f6f995af
d0983a3bda150053132d2efe1fab28125062416c
refs/heads/master
2023-06-11T01:58:04.876567
2020-07-11T03:43:32
2020-07-11T03:43:32
75,059,361
2
0
null
null
null
null
UTF-8
Java
false
false
14,108
java
/* * Copyright © 2016 ZTE,Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight....
[ "xiong.quan@zte.com.cn" ]
xiong.quan@zte.com.cn
5412ef096fbfbc741f8bd94d7624b85b278e04f2
6da9b40d6d5db257e2f3c22f9416fa7ca53f0c9f
/13.spring-el-three-mesh/src/com/yiidian/domain/Customer.java
a02d14fe99345ee8c605c1e4a91e55ed962e09b3
[]
no_license
okeyLiu/spring
1b82b8040f45d45dae46cd24a4cc7304517f80c6
c24c52d20f7d84927e3a858e78aec503c9efdcc8
refs/heads/master
2020-04-04T19:24:48.964829
2017-11-14T00:08:23
2017-11-14T00:08:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
461
java
package com.yiidian.domain; import java.io.Serializable; /** * * @author http://www.yiidian.com * */ public class Customer implements Serializable{ private boolean warning; public boolean isWarning() { return warning; } public void setWarning(boolean warning) { this.w...
[ "1014671449@qq.com" ]
1014671449@qq.com
699c8e2a783430332fd13c3df0d70fd05339f32e
e7532a0bec96e1f4d8356a68f456f92ed07599b4
/src/TeachingAffairSystem/src/teaching/affair/system/model/TeacherCourse.java
0b118849524463e00ae404735902f95132016460
[]
no_license
breezefaith/TeachingAffairSystem
daf3a712ed59c413603f69e655666250cccb09ee
e5c8f5dcedb5d32a14ad4da630c2f473a49b5387
refs/heads/master
2020-12-03T04:14:06.562266
2017-06-30T02:15:02
2017-06-30T02:15:02
95,836,794
0
0
null
null
null
null
UTF-8
Java
false
false
2,619
java
package teaching.affair.system.model; import java.sql.ResultSet; import java.sql.SQLException; import teaching.affair.system.util.ConnectionUtil; public class TeacherCourse { public static String getJsonString(String teacherNo) { StringBuffer info=new StringBuffer("["); String sql="select * from selec...
[ "nyzhangzc@qq.com" ]
nyzhangzc@qq.com
e915b92dd085207df44fabdea9bfbffe45fc6a7c
5989e641cf6c046869b724a70e5049b3909cc001
/src/main/java/org/hzero/halm/atn/infra/repository/impl/DisposeOrderLineRepositoryImpl.java
ec7a1279a739158b4ce9ba20f915dbef294ec283
[]
no_license
chuanshang/halm_atn
a35c30f652c06e12abda9736ca88096299acc454
714ce6c2ed01584ddf924a4b0359797f43cf7de1
refs/heads/master
2020-06-11T02:32:23.445726
2019-06-26T04:08:24
2019-06-26T04:08:24
193,826,841
0
0
null
null
null
null
UTF-8
Java
false
false
2,744
java
package org.hzero.halm.atn.infra.repository.impl; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang.ObjectUtils; import org.apache.commons.lang.StringUtils; import org.hzero.core.base.BaseConstants; import org.hzero.halm.afm.domain.entity.TransactionTypeFields; import org.hzero.hal...
[ "shuailong.tan@hand-china.com" ]
shuailong.tan@hand-china.com
3faaee27ab3049b8b1379f2ed93b5e7969338b42
1b5fadeeb3718efb7b510bfdae19651017488a36
/app/src/main/java/com/jdd/sample/studyapp/broadcast/StaticReceiver.java
1269b3b73f6b3898467c76ff934476e96964c529
[]
no_license
jdd-android/StudyApp
302a6cce632446b1f8ca2a311dcb37a508af4904
7426892217b23c89669bc5a38c9784f012fded63
refs/heads/master
2021-05-11T05:26:45.836758
2018-03-13T07:23:14
2018-03-13T07:23:14
117,962,355
0
0
null
null
null
null
UTF-8
Java
false
false
672
java
package com.jdd.sample.studyapp.broadcast; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.jdd.sample.studyapp.utils.LogUtils; /** * @author lc. 2018-01-18 10:47 * @since 1.0.0 */ public class StaticReceiver extends ...
[ "liuchao0206@gmail.com" ]
liuchao0206@gmail.com
89df4000a0af701a734bddb94c449d36905130f8
090cb825421f85102d41414933c2d263c1035785
/src/main/java/ru/itpark/secureside/service/JwtTokenProvider.java
af4e041d173547b5413a0a775e9707fa49c5ed47
[]
no_license
AliAlievALive/spring-course-secure
b6fb0b7345440113b6ae62dd5f79d80393aabb57
a005d2ba29fecef57a430c3796b2fdb9ee8c3e37
refs/heads/master
2023-06-12T18:57:35.762122
2021-06-27T20:10:09
2021-06-27T20:10:09
377,537,583
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
package ru.itpark.secureside.service; import com.nimbusds.jwt.JWTClaimsSet; import ru.itpark.secureside.dto.User; public interface JwtTokenProvider { String generateToken(User user); boolean validateToken(String token); JWTClaimsSet parseToken(String token); }
[ "madarat@mail.ru" ]
madarat@mail.ru
e809198493ed4da5e522036a2573cc6cdb92c62c
a66a4d91639836e97637790b28b0632ba8d0a4f9
/src/animal/vhdl/graphics/PTD.java
dc2842fde0feae8e430f2135642d0138a1d30235
[]
no_license
roessling/animal-av
7d0ba53dda899b052a6ed19992fbdfbbc62cf1c9
043110cadf91757b984747750aa61924a869819f
refs/heads/master
2021-07-13T05:31:42.223775
2020-02-26T14:47:31
2020-02-26T14:47:31
206,062,707
0
2
null
2020-10-13T15:46:14
2019-09-03T11:37:11
Java
UTF-8
Java
false
false
1,537
java
/** * */ package animal.vhdl.graphics; import java.awt.Graphics; /** * @author p_li * */ public class PTD extends PTFlipFlop { private static int dNr = 0; public static final String D_FLIPFLOP_TYPE_LABEL = "D"; public PTD() { this(DEFAULT_LOCATION.x, DEFAULT_LOCATION.y); } public ...
[ "guido@tk.informatik.tu-darmstadt.de" ]
guido@tk.informatik.tu-darmstadt.de
8ee0b0a97ea0d077d287b0935ff749b24204f1bb
055779c3d5eec2947d0224f615741406b2b208fb
/src/xtc/lang/jeannie/JeannieCFactory.java
278838c7726f7b70701922f9c6bcfd51d5ce4d84
[]
no_license
copton/xtc
4925c24310bf3783d82f57ab6fa30177a4719885
77b93130afb4c5698332ca125834cc3b1ad0ec47
refs/heads/master
2016-09-06T05:31:02.812648
2010-01-16T01:58:27
2010-01-22T08:39:08
474,465
0
2
null
null
null
null
UTF-8
Java
false
false
86,405
java
// =========================================================================== // This file has been generated by // xtc Factory Factory, version 1.13.1, // (C) 2004-2007 Robert Grimm, // on Tuesday, September 25, 2007 at 8:00:25 PM. // Edit at your own risk. // =========================================================...
[ "alex@copton.net" ]
alex@copton.net
8c79db1bb22cea287166ad90b014468b2f022a7b
2a85e0ba9cfd4b92f21c0cda99f1fe19f8e75236
/P07_Kafka_Streams/kstreams/src/main/java/ee/ut/cs/dsg/dsg/exercise1/Exercise1Streams.java
95e563ffbabf552f41251760ff6c4c3676bd9e44
[]
no_license
enliktjioe/dataeng2020
d334d4cac9b63e8f630a68c377701c7f0b5a1cfa
5c033669225b2ad6f025301c1d732b071c86afae
refs/heads/master
2023-02-20T13:46:45.040120
2021-01-21T21:54:30
2021-01-21T21:54:30
297,154,548
0
0
null
null
null
null
UTF-8
Java
false
false
2,323
java
package ee.ut.cs.dsg.dsg.exercise1; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.common.serialization.Serdes; import org.apache.kafka.streams.KafkaStreams; import org.apache.kafka.streams.StreamsBuilder; import org.apache.kafka.streams.StreamsConfig; import org.apache.kafka.streams....
[ "enlik@ut.ee" ]
enlik@ut.ee
3c4cc05ada61acaae5a4e947161a696a28841eb4
24d1a308018170eb761118e932c604cd8213dca8
/src/Others/Udemy/DynamicProgramming/CuttingRod.java
37b4c07b88f1456a2a681a5f4ba2cb1b24b655f3
[]
no_license
Tejas1009/interviewbit
3388346c7373d80a3eaeb9faff990825661ea077
dcc46f9628458d0d50af8e962cae53d9d0524608
refs/heads/master
2023-07-18T02:17:06.531039
2021-09-07T10:28:15
2021-09-07T10:28:15
369,851,178
0
0
null
null
null
null
UTF-8
Java
false
false
1,219
java
package Others.Udemy.DynamicProgramming; /* Rod cutting Problem: Find max profit. */ public class CuttingRod { public static int maxProfit_Recur(int prices[], int n) { if (n <= 0) { return 0; } int res = Integer.MIN_VALUE; for (int i = 0; i < n; i++) { int c...
[ "tejas.ratnapagol@zs.com" ]
tejas.ratnapagol@zs.com
b0975a58e5bf3c99f6d5dc6c877b3339cb0c5565
dd80a584130ef1a0333429ba76c1cee0eb40df73
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/TraceFileReader.java
76b32b099c998e439c85b7b1874ed2dcaa62b178
[ "MIT" ]
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,335
java
/* * Copyright (C) 2011 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
3c304680dc67003cef2f5808bea6349b2cc7aa89
3a353a78cbeb733eff29a3da471ad0a15b3e65da
/input/javasrc/com/alvazan/orm/impl/meta/RowToPersist.java
9d6377b5bb6d04398bf48e788cfc0989131eee60
[]
no_license
shanling2004/nosqlORM
0f6a9c1e6a59ccf9c653929000991244f0f17a65
5559c255f0bc16e6fdc69572c5d9b8b46a7990bc
refs/heads/master
2021-01-16T18:02:09.777187
2012-05-31T15:03:17
2012-05-31T15:03:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
499
java
package com.alvazan.orm.impl.meta; import java.util.ArrayList; import java.util.List; import com.alvazan.orm.layer3.spi.db.Column; public class RowToPersist { private byte[] key; private List<Column> columns = new ArrayList<Column>(); public byte[] getKey() { return key; } public void setKey(byte...
[ "dean@xsoftware.biz" ]
dean@xsoftware.biz
2df3e526aade9bca9776bad2b05563436c15e0ef
90b7ee6ad7c2b044ef084790d39709be8bc76cc4
/TIJ4/05init/src/top/woilanlan/Rock.java
0d58ba7f3cc9f1948ac922c49fe6d75d7f55a903
[ "MIT" ]
permissive
woilanlan/java-example
b992dee9bbabf4f844c25f755e7c6dfa145277ec
a24c11b5a330525be15072f02621664a388c0bcb
refs/heads/master
2022-12-29T13:34:28.258384
2020-06-07T04:00:38
2020-06-07T04:00:38
258,099,420
0
0
MIT
2020-10-13T22:36:44
2020-04-23T05:03:11
Java
UTF-8
Java
false
false
392
java
package top.woilanlan; /** * Rock */ public class Rock { Rock(){ System.out.println("Rock "); } Rock(int i){ System.out.println("Rock "+i); } public void show() { for (int i = 0; i < 10; i++) { new Rock(); } } public void show2() { f...
[ "woilanlan@gmail.com" ]
woilanlan@gmail.com
ac3451ba45a6b2b476f70f1f3e792fb8d356d007
d3a8feb99fea0973541f31dd391cd0c74586f38c
/AZ3-Spring JDBC-n-Trans/src/main/java/com/infosys/domain/Author.java
719093594baa173c51be63aaf2ba0b87a482dd6f
[]
no_license
yogi3345/SpringTrainingLex
28889e5f94adc88fb42273a29a6f7b8e07b32a2d
942194a178c9782d40aa50982edf97e2546bb0bc
refs/heads/master
2022-05-03T16:04:39.529387
2022-04-01T03:07:31
2022-04-01T03:07:31
216,357,232
0
0
null
null
null
null
UTF-8
Java
false
false
723
java
package com.infosys.domain; public class Author { private String firstName; private String lastName; private int authorId; public int getAuthorId() { return authorId; } public void setAuthorId(int authorId) { this.authorId = authorId; } public String getFirstName() { return firstName; ...
[ "Yogesh@Predator" ]
Yogesh@Predator
29df13ab1b506a8de90948eacaa8c63709a70f3c
ca0fe968873399950eea0aa94bd8dc3e95124ca1
/taotao-manager/taotao-manager-pojo/src/main/java/com/taotao/pojo/TbUser.java
9d821ce532af6c25f658fefcadff82632b758635
[]
no_license
q547263153/BookShop
0c36e3335b8d92bee6e27711c51f0233c70657e3
6d8ecff08421d16bd0185698cfd7ec37a706ebf4
refs/heads/master
2022-12-23T18:40:54.005266
2020-03-14T03:32:15
2020-03-14T03:32:15
240,046,286
0
0
null
2022-12-16T07:16:48
2020-02-12T15:27:00
JavaScript
UTF-8
Java
false
false
1,656
java
package com.taotao.pojo; import java.io.Serializable; import java.util.Date; public class TbUser implements Serializable { private Long id; private String username; private String password; private String phone; private String email; private Date created; private Date updated; p...
[ "547263153@qq.com" ]
547263153@qq.com
1cea4899a4d54bd5583c0e0115024497a739927d
f200e916a2ca9fa4a01c40a588fc965a7337f735
/src/main/java/ru/alvisid/pacs/service/impl/EditServiceImpl.java
3cd20efbe5778f7ad79844952b8948edd53ebe65
[]
no_license
EugeniyGlushkov/PACS
56091f54f69cd99fc4fdf29901c95761b063cf77
4c5738137a3720253449aac5ad62ccf84fece3fc
refs/heads/master
2020-04-02T22:04:05.316724
2019-03-13T13:47:17
2019-03-13T13:47:17
154,820,695
2
0
null
null
null
null
UTF-8
Java
false
false
2,965
java
package ru.alvisid.pacs.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.util.Assert; import ru.alvisid.pacs.model.Edit; import ru.alvisid.pacs.repository.EditRepository; import ru.alvisid.pacs.service.AbstractService...
[ "eugeniyglushkov@gmail.com" ]
eugeniyglushkov@gmail.com
a3934854a70fc006ab38e319e551db773ef05130
a6f4bef2eaf8d3191a1d7c457e1982145ee7445f
/DeliveryPack/src/lt/vtmc/Delivery/Person.java
635eb22de4779d3cae0087fae8c8050462507905
[]
no_license
VStoncius/JP-namu-darbai
8b26a873a72614d2b2632fcc9a533843a6945911
7221a9e6106653ae9724a3c4bd406a71e0f04ac8
refs/heads/master
2020-07-30T15:31:04.703671
2019-10-21T20:00:37
2019-10-21T20:00:37
210,277,794
0
0
null
null
null
null
UTF-8
Java
false
false
535
java
package lt.vtmc.Delivery; public class Person { private String name; private int age; public Person(String name, int age) { this.name = name; this.age = age; } public double getHungry(String name, int amount, double cost) { Deliverable pizza = new Pizza(name, amount, cost); double price = pizza.getFul...
[ "viliusspamui@gmail.com" ]
viliusspamui@gmail.com
52a8365e901ea71bc8a9fa3e7160d4b36ad4834f
ba9592827df90a1ccfd2d85e3dc8a2e4f3f536df
/MyApplication/app/src/test/java/com/example/myapplication/ExampleUnitTest.java
8e9486ceeddb0aabf560a54c0deda9de383e092c
[]
no_license
toririggs/java-toririggs
14f53f6642768c9ede2b34573f35d7f15c2f3191
142322c705bfd69703e5a09e7fbd123fe3bea0dc
refs/heads/master
2022-06-22T03:58:11.161581
2019-12-10T05:56:20
2019-12-10T05:56:20
203,848,528
0
0
null
2022-06-21T02:10:39
2019-08-22T18:10:05
Java
UTF-8
Java
false
false
847
java
package com.example.myapplication; 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> */ // Testing for DBHelper public class ExampleUnitTest...
[ "vlriggs@mavs.coloradomesa.edu" ]
vlriggs@mavs.coloradomesa.edu
6557e15b98dffd1b0759f965b90855e4b5fd4691
6c78cfd210815b1b5298475889783a348d74fb26
/NextGreaterElement.java
da5ddca93a6bd8aa9a5aa02c4442011fbe6acb42
[]
no_license
Recho77/Leetcode-easy
14bc8a5514b3958c1eebc2251fdc8ff88f1b0fd8
00570fa083e56de2048b5fa6068a41453ae8c042
refs/heads/master
2021-01-23T03:21:10.561542
2017-04-06T04:04:54
2017-04-06T04:04:54
86,070,377
0
0
null
null
null
null
UTF-8
Java
false
false
1,205
java
//You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. //Find all the next greater numbers for nums1's elements in the corresponding places of nums2. //The Next Greater Number of a number x in nums1 is the first greater number to its right in nums2. //If it does no...
[ "noreply@github.com" ]
Recho77.noreply@github.com
d62fe7ba2f77190b5e54a6dc9566392d4b75cf15
c23c16ce52ece3f6494859b7a8cfe390c7f4bcde
/src/main/java/com/zhongtai/spring_redis/Main.java
0e29af919e7ccf9b738ffc73915012c7a2a8f40d
[]
no_license
yifan366/spring-redis
dde77f8bebde34f5ab6bd4e18c3cace76ad1f4c5
43e18c950eacebf5d33700ff4d9b480e6976ca1d
refs/heads/master
2021-04-26T16:19:15.778285
2016-10-12T10:04:11
2016-10-12T10:04:11
70,687,352
0
0
null
null
null
null
UTF-8
Java
false
false
855
java
package com.zhongtai.spring_redis; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.data.redis.connection.RedisConnection; import org.springframework.data.redis.core.StringRedisTemplate; public class Main { p...
[ "408250214@qq.com" ]
408250214@qq.com
2b4af9863a658e14bdd476cf62ca84d827a645ea
90b2e03cd9015d3e83275223662821525dd8508d
/src/main/java/com/yihao86/service/impl/WorksServiceImpl.java
8d1d49006e3f34e7a73c836b0e3b78d3be85af05
[]
no_license
yihao86/yihao86
6911e12963129528f1711f2aade6f8aa5775887b
d4be6c736b684aeeece9e1f7bd155ff21176eaf4
refs/heads/master
2021-06-28T13:44:48.984615
2018-09-18T00:44:42
2018-09-18T00:44:42
145,385,512
0
0
null
null
null
null
UTF-8
Java
false
false
693
java
package com.yihao86.service.impl; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.yihao86.dao.WorksDao; import com.yihao86.service.WorksService; @Service public class WorksServiceImpl im...
[ "1874489447@qq.com" ]
1874489447@qq.com
59f52f95bf80df9c11cefb3d19a6e1870e9633c4
fd90e171cf8a38332660242b09676e0d50f86ae0
/src/com/hoangnhm/Util/WordType.java
7a7205268209005957280d57dd4fb1fd330d6201
[ "Apache-2.0" ]
permissive
HoangNHM/GetDb
09d21c2f820d7e5ae1f27d151730e5648aea4095
90fab37349fe304a57796c97e71761d4cd9c2265
refs/heads/master
2016-08-12T21:40:09.132017
2016-01-24T23:20:50
2016-01-24T23:20:50
50,041,944
0
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.hoangnhm.Util; /** * Created by vantuegia on 1/19/2016. */ public enum WordType { NOUN(Constant.NOUN), VERB(Constant.VERB), ADJ(Constant.ADJ); private final String type; private WordType(String type) { this.type = type; } public String getType() { return thi...
[ "HoangNHM.rt@gmail.com" ]
HoangNHM.rt@gmail.com
21b64002c6ed2a8bebf025a6db093ee63243bc4d
522a944acfc5798d6fb70d7a032fbee39cc47343
/d6k/trunk/src/web/corsair/src/main/java/com/eventsrv/Constant.java
4b69ed90d36d81912c9f666488670ca2300fded5
[]
no_license
liuning587/D6k2.0master
50275acf1cb0793a3428e203ac7ff1e04a328a50
254de973a0fbdd3d99b651ec1414494fe2f6b80f
refs/heads/master
2020-12-30T08:21:32.993147
2018-03-30T08:20:50
2018-03-30T08:20:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
155
java
package com.eventsrv; /** * Created by ChengXi on 2016/1/11. */ public interface Constant { int TYPE_BROWSER = 0; int TYPE_EVENT_SRV = 1; }
[ "xingzhibing_ab@hotmail.com" ]
xingzhibing_ab@hotmail.com
e1e708a747b5872dfa1bfd1ebe398267228d5eba
e4842aaee43d67986aec43e308e87cba36624d5a
/src/test/java/com/projet/jhipster/web/rest/AuditResourceIT.java
fbf6eb8253f4862888c20999e1347f1ebfa0d9a4
[]
no_license
layendoye/projetJhipster
1462fb06327d2ce8880f1ad7fb9d102eb715a9a1
57aee9906be4c72d794b9837c80ba8d8af4f1b92
refs/heads/master
2022-12-23T02:04:21.516519
2019-10-14T08:43:21
2019-10-14T08:43:21
214,992,482
0
0
null
2022-12-16T05:06:11
2019-10-14T08:44:34
Java
UTF-8
Java
false
false
6,765
java
package com.projet.jhipster.web.rest; import com.projet.jhipster.ProjetApp; import io.github.jhipster.config.JHipsterProperties; import com.projet.jhipster.config.audit.AuditEventConverter; import com.projet.jhipster.domain.PersistentAuditEvent; import com.projet.jhipster.repository.PersistenceAuditEventRepository; i...
[ "layendoyesn@gmail.com" ]
layendoyesn@gmail.com
a9c72d2c334a817398575e5219f7176c7fadfa30
9439976175cc67fccf3966c1077844108f54d5f3
/Test/src/java/org/anhcraft/spaciouslibtest/SpaciousLibTestSpigot.java
e00c7a996178ad06246eac6663f1c65f4e5a8ee9
[ "Apache-2.0" ]
permissive
Weefle/SpaciousLib
bc1043d8392911c27a5cac2a090b56c87b9b0812
5ece8e2fa437f0f89567cdfdf042205d9c338897
refs/heads/master
2020-03-09T07:27:17.392004
2018-04-08T14:28:57
2018-04-08T14:28:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
30,694
java
package org.anhcraft.spaciouslibtest; import org.anhcraft.spaciouslib.anvil.AnvilBuilder; import org.anhcraft.spaciouslib.anvil.AnvilHandler; import org.anhcraft.spaciouslib.anvil.AnvilSlot; import org.anhcraft.spaciouslib.attribute.Attribute; import org.anhcraft.spaciouslib.attribute.AttributeModifier; import org.anh...
[ "huynhduyanh123123@gmail.com" ]
huynhduyanh123123@gmail.com
60bed73065142282d046c1d100e567f11263651f
e69be2fd26b49c0f949f2b90220c9985895e1a57
/src/main/java/com/unitedlearningacademy/TutorialPlugin/PlayerCooldownManager.java
7dd012c0c70d57e837738a240630153dea2af92f
[]
no_license
RobbieGM/ULATutorialPlugin
2dc9c8fd2c8b58adafe9581722968d9b626e458f
80c366d028a1890c68386af0d8548e04905a29cb
refs/heads/master
2022-12-08T15:19:20.756819
2020-09-02T19:35:20
2020-09-02T19:35:20
282,097,744
0
0
null
null
null
null
UTF-8
Java
false
false
3,355
java
package com.unitedlearningacademy.TutorialPlugin; import java.util.Arrays; import java.util.Comparator; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.UUID; import org.bukkit.entity.Player; import org.bukkit.plugin.java.JavaPlugin; public class PlayerCooldownManager { publ...
[ "rgm020103@gmail.com" ]
rgm020103@gmail.com
9eec4378cd991ca5bf17154110824202204ff420
b09f518c08e930460e08309dc5f6dd5b1e6ff6de
/1086-synchronized/src/main/java/com/tuyrk/unit03/SynchronizedObjectCodeBlock2.java
e920cbd86706a067b99355689d11c469538a27b6
[]
no_license
tuyrk/learn-imooc
087c185d9fa50b39f73b29b44bc281f03f5e5ccf
99040f6fca437ecf36eaaaf21447a92c5f2eb0ec
refs/heads/master
2022-11-04T12:36:15.671227
2020-11-22T12:07:03
2020-11-22T12:07:03
219,886,876
1
1
null
2022-10-05T19:37:44
2019-11-06T01:38:53
Java
UTF-8
Java
false
false
1,451
java
package com.tuyrk.unit03; /** * 对象锁示例1,代码块形式 */ public class SynchronizedObjectCodeBlock2 implements Runnable { private static SynchronizedObjectCodeBlock2 instance = new SynchronizedObjectCodeBlock2(); private Object lock1 = new Object(); private Object lock2 = new Object(); public static void mai...
[ "tuyrk@qq.com" ]
tuyrk@qq.com
c40706afe997ea647dcd81a0df2c4b4f2f87fcc7
4d97a8ec832633b154a03049d17f8b58233cbc5d
/Math/81/Math/evosuite-branch/5/org/apache/commons/math/linear/EigenDecompositionImplEvoSuite_branch_Test.java
c1b4450441350a86afaa5a7b94864d4e98ca3a55
[]
no_license
4open-science/evosuite-defects4j
be2d172a5ce11e0de5f1272a8d00d2e1a2e5f756
ca7d316883a38177c9066e0290e6dcaa8b5ebd77
refs/heads/master
2021-06-16T18:43:29.227993
2017-06-07T10:37:26
2017-06-07T10:37:26
93,623,570
2
1
null
null
null
null
UTF-8
Java
false
false
58,666
java
/* * This file was automatically generated by EvoSuite * Thu Dec 11 20:10:36 GMT 2014 */ package org.apache.commons.math.linear; import static org.junit.Assert.*; import org.junit.Test; import org.apache.commons.math.linear.Array2DRowRealMatrix; import org.apache.commons.math.linear.ArrayRealVector; import org.apa...
[ "martin.monperrus@gnieh.org" ]
martin.monperrus@gnieh.org
b1f6801c4649a65a48893b2debbab40e8b74f41a
5afdc998aa45d5ba7201ac41e958a349e6aef485
/app/src/main/java/com/furiouskitten/amiel/solidarity/Activities/UbcvThreeChaptersActivity.java
120489a0e16fbd25bb94de150f34065fdb7af4fd
[]
no_license
Awiello/Solidarity
e563deaf4f034efa70d53e910c42fa2150f760e0
b67d01c56b90042e5e2a466126557ada8ba09321
refs/heads/master
2020-06-30T15:10:28.114903
2019-08-06T14:30:24
2019-08-06T14:30:24
200,867,133
0
0
null
null
null
null
UTF-8
Java
false
false
6,985
java
package com.furiouskitten.amiel.solidarity.Activities; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.widget.CardView; import android.support.v7.widget.GridLayoutManager; import...
[ "amielcueto1997@gmail.com" ]
amielcueto1997@gmail.com
c0b7156b44b21129d753cb634d3309be3ae6b542
2eee2ee1add568484d410aa301b64395c6066e8c
/app/src/main/java/com/example/minglishmantra_beta/Fragment/BlankFragment.java
c2239006f445de933aadc34b29086df15cc236a8
[]
no_license
git1998/MyTuation-App
1351be43a1775d03ac51e9d78907af024a81de6a
f41a46db8da8749d403c5179d8a94ca1c460d62a
refs/heads/main
2023-01-31T13:44:56.015054
2020-12-16T11:58:45
2020-12-16T11:58:45
321,900,104
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package com.example.minglishmantra_beta.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import com.example.minglishmantra_be...
[ "abhibodulwar007@gmail.com" ]
abhibodulwar007@gmail.com
ad9387b0d7fd33c1e7f55fddd10b1807500c161c
638a4cad6a796ca0687957f9b504e54467f4c5c2
/ch04/src/woontaek/P3.java
d86fe12f3d3f64911b5abdcbd5bcf7f42a4ced98
[]
no_license
ohwoonteak/work_java
b8bb920762856ad28b6829938f63a137b9204d7c
e5040a71bda51bb7d9aa837da59567efdc10ca8a
refs/heads/master
2021-09-03T03:44:00.395220
2018-01-05T08:42:21
2018-01-05T08:42:21
115,475,088
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package woontaek; public class P3 { public static void main(String[] args) { for (int i = 1; i <= 9; i++) { for (int j = 2; j <= 9; j++) { System.out.printf("%d * %d = %d \t", j, i, i * j); } System.out.println(); } } }
[ "KOITT@KOITT-PC02" ]
KOITT@KOITT-PC02
6891859fc3b676a907ce7a3ce359ee9799cc2c32
d8ee5c4f309efbdeb192f728ef30d1cc217d5883
/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleSupervisor.java
bf16eafc53b0e19f43cacb3102e0e93c6e784621
[ "Apache-2.0", "LicenseRef-scancode-protobuf", "BSD-3-Clause", "MIT", "LicenseRef-scancode-public-domain-disclaimer", "BSD-2-Clause" ]
permissive
lizu18xz/flume-release-1.7.0
2d52b6fd85434cba113943212fb72eb12c5c2ee1
5844b7e740558c05ce8600ae84b53734fbe56564
refs/heads/master
2020-04-22T00:24:08.260288
2019-03-28T12:07:55
2019-03-28T12:07:55
169,978,496
0
0
null
null
null
null
UTF-8
Java
false
false
12,976
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 ...
[ "535733495@qq.com" ]
535733495@qq.com
54d1519f761b03f628324fbef7c17461d50054a9
64f461a3afac0fc99594b9cc6c5b83c08c323269
/src/main/Main.java
4e768be11306aa23662abca591da29be26c83b99
[]
no_license
andresgabrielrc/M1SistemaClientes
de08d3622deab833ec9826c94abef892ef87eb01
c9b82afcd988a95379be0be1c294257a91818b94
refs/heads/main
2023-07-11T02:55:42.342065
2021-08-10T22:19:17
2021-08-10T22:19:17
394,790,960
0
0
null
null
null
null
UTF-8
Java
false
false
138
java
package main; public class Main { public static void main(String[] args) { Menu m = new Menu(); m.iniMenu(); } }
[ "andresgabriel@gmail.com" ]
andresgabriel@gmail.com
8a8c2cce173270a4977ee0ea33c3b4456609b14b
1ac29410cf0390609fa9fcaa56e4ec170d7913ba
/app/src/main/java/com/example/shika/message/ui/Sign_Up.java
02b24681af48a3d03fea55a980f8834e9cb0de80
[ "Unlicense" ]
permissive
ahmedmshaker/MessageApp
04fe0c18f7f387b675e996cc32a8df602f8ae16f
a994e10182a6e1f4fb6d52437cd0994b9ccd23ea
refs/heads/master
2022-01-15T12:19:14.638113
2015-09-20T14:17:29
2015-09-20T14:17:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,374
java
package com.example.shika.message.ui; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import com.example.shika.message.R; public class Sign_Up extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanc...
[ "am1560857@gmail.com" ]
am1560857@gmail.com
f65db80d0744af0547d6f4fbe2dd4b8081bc0680
7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b
/Crawler/data/Token.java
d6c54bde34690cffbabee9dcdfea1eeeeb15b805
[]
no_license
NayrozD/DD2476-Project
b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0
94dfb3c0a470527b069e2e0fd9ee375787ee5532
refs/heads/master
2023-03-18T04:04:59.111664
2021-03-10T15:03:07
2021-03-10T15:03:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
14 https://raw.githubusercontent.com/mjtb49/LattiCG/master/src/randomreverser/reversal/asm/Token.java package randomreverser.reversal.asm; public class Token { private final String text; private final int line; public Token(String text, int line) { this.text = text; this.line = line; ...
[ "veronika.cucorova@gmail.com" ]
veronika.cucorova@gmail.com
5335cdea7bc412b5cc389dfe05521865875c719b
6ec42de9ea1aa86a41941207444650ca305a8c88
/lesson2/RelativeLayout/app/src/androidTest/java/edu/sirius/examples/android/relativelayout/ExampleInstrumentedTest.java
069508d26ec2ad9269ed389edad2dd33e0747eb1
[]
no_license
skvarovski/sirius_android
88cf19cc8eb2d6beb957f60a4884993d59697f41
00e9cb24ac520848b6de0b90cb6b7b55d1999a1e
refs/heads/master
2020-05-15T04:09:14.937859
2019-01-09T04:05:31
2019-01-09T04:05:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
785
java
package edu.sirius.examples.android.relativelayout; 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.*; /** * Instrumented test, which will ex...
[ "a.halaidzhy@corp.mail.ru" ]
a.halaidzhy@corp.mail.ru
5cec364e7d1f0f407f153faa741887e7a7129776
1edb528ff62988fe9f58f4ecdca9089ebe36155d
/app/src/main/java/com/example/mainactivity/dashActivity.java
6873650671bdc807d018b0263eb856e4640e0917
[]
no_license
Mayur2311/News
7d8d937bd14b4fb4a676af91f59442a03c672876
f868042586b822520cdb96dd145fbf70e1f47eac
refs/heads/master
2023-05-04T05:49:10.112474
2021-05-23T19:45:10
2021-05-23T19:45:10
368,980,988
0
0
null
null
null
null
UTF-8
Java
false
false
2,927
java
package com.example.mainactivity; import androidx.annotation.NonNull; import androidx.appcompat.app.ActionBarDrawerToggle; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.core.view.GravityCompat; import androidx.drawerlayout.widget.DrawerLayout; import android...
[ "you@example.com" ]
you@example.com
fac74bece193a2ee757aa3a98b0c0c78c8efc160
73538e66350d577bcd02ece3b7d17e699fe85ec5
/src/main/java/guru/springframework/controllers/IndexController.java
a6e203ea2f4ceda2213a4aa4bf2b604334f0e4cd
[]
no_license
davidwightman/spring5-recipe-app
ed6e8e7009a5b78b416297490f4fc9fb271b88c9
305fba19ccc2396b7161452aa651c0a57a4ce3a7
refs/heads/master
2022-11-28T04:38:01.898646
2020-08-09T19:39:34
2020-08-09T19:39:34
277,807,567
0
0
null
2020-07-07T12:16:04
2020-07-07T12:16:04
null
UTF-8
Java
false
false
715
java
package guru.springframework.controllers; import guru.springframework.services.RecipeService; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; @Slf4j @Controller public class IndexCon...
[ "david@davidwightman.org" ]
david@davidwightman.org
84023f5e9659a29f40e0c2326e3aee58588b7562
cd6815de58c0e324c327a055a34cd80706bb88c9
/spring-demo/src/main/java/cn/liuhp/anno/post/CustomBeanFactoryPostProcessor.java
9cd0624ebc6f8035e20e9f7b76585a037870d6c6
[]
no_license
Liuhp534/server-manager-central
4354f2d07ae575693a08ba24817b79f827afe263
60f8bfc9d35a9de1bd69996dde502130bf73b265
refs/heads/master
2022-12-21T22:49:00.731851
2022-04-29T13:05:09
2022-04-29T13:05:09
187,558,173
1
0
null
2022-12-16T10:37:30
2019-05-20T02:58:27
Java
UTF-8
Java
false
false
802
java
package cn.liuhp.anno.post; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanFactoryPostProcessor; import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org.springframework.stereotype.Component; /** * @description: beanfactory后置处理器...
[ "617456341@qq.com" ]
617456341@qq.com
37b18b516ee1cce92cf6116daee3a1df3a5d7a83
111209d369157dbcca1d01056623c27f3cecc9d7
/CohesiveAppServer/CohesiveBackend/CohesiveBusiness-ejb/src/java/com/ibd/cohesive/app/business/teacher/summary/teacherleavemanagement/TeacherLeaveManagementBO.java
a0e42b938241bf67dca2fe4dc63de1aa0ff75653
[]
no_license
IBD-Technologies/NewGenEducationApp
d3c1768316c091ade0bda050fdfc1dfe66aa5070
7e27094a635782ebd8c0a940b614485c52fe63d3
refs/heads/master
2021-05-19T11:30:04.032333
2020-06-12T17:35:22
2020-06-12T17:35:22
251,661,845
0
0
null
null
null
null
UTF-8
Java
false
false
798
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.ibd.cohesive.app.business.teacher.summary.teacherleavemanagement; /** * * @author DELL */ public class TeacherLeaveMana...
[ "60004888+RajkumarIBD@users.noreply.github.com" ]
60004888+RajkumarIBD@users.noreply.github.com
73e18559d02d36e2cd48cba8e0bb841ec89edbcd
a8127e945b4c719037866e1ec2eb42cd238687e1
/clinic.java
9cc0649b18ba462ae018e407a9c0bef2dec78f64
[]
no_license
darrinmwiley/Kattis-Solutions
efd638ad286582968dbad6cd7463783e8cf4ae1d
4ef7402e7e667a12400d2167c1a9a585b173fbe8
refs/heads/master
2021-07-31T20:51:48.617983
2021-07-29T22:41:20
2021-07-29T22:41:20
80,001,676
1
0
null
null
null
null
UTF-8
Java
false
false
3,854
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Comparator; import java.util.HashSet; import java.util.PriorityQueue; import java.util.StringTokenizer; public class clinic { Strin...
[ "noreply@github.com" ]
darrinmwiley.noreply@github.com
8f3febe1ef5db1f6b140d8e907d04792b2be84e8
21e16c35caac040b51d77c22823f51616da5fcc4
/app/src/main/java/com/example/brainbeats/basicbb/HeadsetService.java
ec7f499a40bfc368c552d567c4988c9ce277076d
[]
no_license
BrainBeats/BasicBB
16c45846a3cc2d9a4e46d88e3e7a67165186c817
13130db944adbf0b402b56a40f4ae8c1ed420a9c
refs/heads/master
2021-01-09T20:26:43.239906
2016-06-16T07:57:37
2016-06-16T07:57:37
60,679,491
0
0
null
2016-06-09T08:12:05
2016-06-08T07:55:01
Java
UTF-8
Java
false
false
7,325
java
package com.example.brainbeats.basicbb; /** * Created by tdeframond on 31/05/16. */ import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import android.os.Bundle; import android.os.Environment; import android.os.Handler; import android.os.Message; import androi...
[ "theo.de.framond@gmail.com" ]
theo.de.framond@gmail.com
cd5dcd6bc990276093795c3f966c41d367229b88
cb5c644324b964a811591825f2da1031a28b974a
/app/src/main/java/com/gwkj/qixiubaodian/obd/Utils/LoadFileModel.java
cc5e78c8a82cf67f7f0501156dce8ffdae9ac9cf
[]
no_license
carrotbo/GOBD
d804c5e939788d82943dea2d265a469c0ee34507
f66301243b866883dd776d7432beee2985d8b2ca
refs/heads/master
2020-05-30T21:15:59.706096
2019-06-04T07:31:05
2019-06-04T07:31:05
189,968,578
1
0
null
null
null
null
UTF-8
Java
false
false
821
java
package com.gwkj.qixiubaodian.obd.Utils; import android.text.TextUtils; import okhttp3.ResponseBody; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; /** * Created by 12457 on 2017/8/21. */ public class LoadFileModel { public s...
[ "517900947@qq.com" ]
517900947@qq.com
a737ade27bcb9f8609bf9b6542ac64c83da573c4
bd11306a566da4fe60508619165e78ffdff8899b
/src/com/SwingDome/OuterClassEvent.java
cb9c272701db5eac78d62ddc3701965b9ce356df
[]
no_license
Andchenn/J_item
8ff0895a7dcd3ed8fd97ef8da8142963cc8b94d8
bf467479d1632615fc1fba6634e1ec232264519b
refs/heads/master
2020-03-17T03:05:26.929679
2018-05-13T08:40:52
2018-05-13T08:40:52
133,219,613
0
0
null
null
null
null
UTF-8
Java
false
false
1,109
java
package com.SwingDome; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /* * 外部类作为事件监听器 * */ public class OuterClassEvent extends JFrame implements ActionListener { JButton btn; public OuterClassEvent() { super("java监听事件"); setLayout(new Flow...
[ "1476204794@qq.com" ]
1476204794@qq.com
32bb2992bacab81feab7282f3361868e53ee75fc
19332dd9a8388944baa7ddbe8f0b397b7f1b1b46
/src/main/java/com/Nepian/LoginManager/Listener/PlayerDataLoad/LocationLoading.java
1b187248ef6b65ac54b7195486bb3273d17c3d3f
[]
no_license
Nepian/LoginManager
f78dc34f2b31b33e4965d9379148063ce3fac23d
8ea30e13746396f29d36fff608b78e7bdc269bfa
refs/heads/master
2021-01-10T15:52:40.530723
2015-11-15T11:34:36
2015-11-15T11:34:36
45,664,733
0
0
null
null
null
null
UTF-8
Java
false
false
955
java
package com.Nepian.LoginManager.Listener.PlayerDataLoad; import static com.Nepian.LoginManager.Configuration.Properties.*; import org.bukkit.Location; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; import com.Nepian.Logi...
[ "nepia.ms@gmail.com" ]
nepia.ms@gmail.com