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
476b7c0efc2bb4b7a5d4ca64560aac8c29e65c26
647508b7af8ef6b10573157841e73ccc7ee90b86
/Practice_Chap12(์ œ์–ด์ž์™€ ๋‹คํ˜•์„ฑ)/src/example06/Book.java
78b9de337de396fcf1a1214196925b28c3ea8479
[]
no_license
kimlsy2444/JAVA-Study
f2fc8cd47879db1c84cd5ca0bf5572b58bebcc70
592d0d603f2ba6f953950189eb1c3151474490fd
refs/heads/main
2023-07-16T19:17:43.457984
2021-09-02T09:14:36
2021-09-02T09:14:36
402,355,464
1
0
null
null
null
null
UHC
Java
false
false
810
java
package example06; public class Book extends Product { private int ISBN; private String title; private String author; public Book(int proudctID, String description, String maker, int price, int iSBN, String title, String author) { super(proudctID, description, maker, price); this.ISBN = iSBN; this.title ...
[ "[Github" ]
[Github
89d8176ccec0d3f2181456f8eebd1efd1ca3f139
383ca8f0babc70b9f3cf6192ca2feb5b94f74b6d
/src/pddsh/Main3.java
7e34e91bf18c23cc5284016bc2b30c8d68a71123
[]
no_license
stianyu/CompanyOnlineJudge2020
8a8f810b9ec3a87f2c1030cab0a58113f0b2a479
396b3080f9b10307406a4aa63d5e5d751c003932
refs/heads/master
2023-08-22T12:42:31.144946
2021-10-13T14:27:26
2021-10-13T14:27:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
667
java
package pddsh; import java.util.Scanner; public class Main3 { public static void main(String[] args) { Scanner in = new Scanner(System.in); while (in.hasNextInt()) { int n = in.nextInt(); int m = in.nextInt(); int[] f = new int[m+1]; for( int i = 0; ...
[ "shengtianyu_wh@163.com" ]
shengtianyu_wh@163.com
114191eeda0b2bcb8ea881cac08fbc8d117cead1
96495de9622faec1cf75517642ad725e93b8cb3c
/src/Aves.java
137aa3244ac9000889e4b257264cd1e8d4c8ecb0
[]
no_license
needarb/game-of-life
baade0bf0441b971b53b4544dfd8a760ebb0d4ba
d9d97b79278cddee3490d281d51dff3f4df1841d
refs/heads/master
2020-05-23T11:19:24.764497
2014-04-06T20:52:30
2014-04-06T20:52:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
66
java
/** * Created by needa_000 on 2/27/14. */ public class Aves { }
[ "needarb@gmail.com" ]
needarb@gmail.com
c33f24d37190299232b77d4160dc5c01af5e54d7
2b2de55c2fb0f407f59f9b80c3946728c8f5cb33
/src/edu/ecsu/csc360/JChatModel.java
302d4ee141a24f7c761b3544cd21f4c35009b4ec
[]
no_license
cuadrosjb/CSC360-Assignment-I---A-Chat-GUI-Application
17549a088fc6201ffe62e4253696f2b9beb9a8d4
ae51f5c4cad49aa439d99345120a0857a8189352
refs/heads/master
2021-01-19T21:12:12.866376
2016-09-25T22:04:56
2016-09-25T22:04:56
69,120,983
0
0
null
null
null
null
UTF-8
Java
false
false
2,521
java
package edu.ecsu.csc360; /* import java.awt.Button; import java.awt.Frame; import java.awt.Menu; import java.awt.MenuBar; import java.awt.MenuItem; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; */ import javax.jms.Byte...
[ "cuadrosjb@gmail.com" ]
cuadrosjb@gmail.com
2062b36e0d6668eb87d6554a2addfd668cb60722
38933bae7638a11fef6836475fef0d73e14c89b5
/magma-func-builder/src/test/java/eu/lunisolar/magma/func/build/function/to/LTieDblFunctionBuilderTest.java
ab5845f44426c6abaecb13af009465530df06da2
[ "Apache-2.0" ]
permissive
lunisolar/magma
b50ed45ce2f52daa5c598e4760c1e662efbbc0d4
41d3db2491db950685fe403c934cfa71f516c7dd
refs/heads/master
2023-08-03T10:13:20.113127
2023-07-24T15:01:49
2023-07-24T15:01:49
29,874,142
5
0
Apache-2.0
2023-05-09T18:25:01
2015-01-26T18:03:44
Java
UTF-8
Java
false
false
5,617
java
/* * This file is part of "lunisolar-magma". * * (C) Copyright 2014-2023 Lunisolar (http://lunisolar.eu/). * * 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.o...
[ "open@lunisolar.eu" ]
open@lunisolar.eu
0d480a26ca36fb02c672e939464e737279d8c4f5
62aaa67a468107022635b566cbcf1109d3e4e648
/huiyuan/src/private/nc/bs/pub/action/N_HK28_SAVEBASE.java
b015ddeff136eb06fa9a597bc3803c8e8f7bc5c5
[]
no_license
boblee821226/hongkun
f17a90221683f816f382443f5c223347b41afefc
46c02ab124924f2c976044c5f31e632f706e61cf
refs/heads/master
2021-06-25T03:57:28.516510
2021-02-22T05:42:07
2021-02-22T05:42:07
204,677,636
1
1
null
null
null
null
GB18030
Java
false
false
1,921
java
package nc.bs.pub.action; import nc.bs.framework.common.NCLocator; import nc.bs.pubapp.pf.action.AbstractPfAction; import nc.impl.pubapp.pattern.rule.IRule; import nc.impl.pubapp.pattern.rule.processer.CompareAroundProcesser; import nc.vo.jcom.lang.StringUtil; import nc.vo.pub.BusinessException; import nc.vo.p...
[ "441814246@qq.com" ]
441814246@qq.com
45aa464809af834535056024683bd6cea01813c8
617155d7092fa9d5459f57632a8d885e64941918
/app/src/main/java/com/apps/multiboo/Screenshotone.java
c3a811c47d4123978d06df4168a7aeb26aa841c7
[]
no_license
soumyamads/MultiBoo
34a43738f35a041e8468f3ef42419ab582a12bf8
cd2d1c97d5c589ea625fc86add41530d283fa5b2
refs/heads/master
2021-01-10T03:42:03.951469
2016-02-17T08:31:50
2016-02-17T08:31:50
50,709,839
0
0
null
null
null
null
UTF-8
Java
false
false
2,541
java
package com.apps.multiboo; import android.content.Intent; import android.content.SharedPreferences; import android.content.res.AssetManager; import android.graphics.Typeface; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.app.Fragment; import android.support.v4.app.Fra...
[ "soumyamekm@gmail.com" ]
soumyamekm@gmail.com
4618a74468b37c7c2b036a39d12e7962eb20096e
0d2079efaeb5d41d6c99c45ab350eb4a501936c1
/src/main/java/mchorse/mclib/utils/keyframes/KeyframeInterpolation.java
da34204695883b67d05d1023da0737b4c409f1db
[ "MIT" ]
permissive
srgantmoomoo/mclib-rpc
0b302986a1e02f83ba6edc9cbfc74aee514c332e
55f4a9e0f2c2621acc49736ef3d77a7d89e5711d
refs/heads/master
2023-02-13T20:05:10.888590
2021-01-10T23:16:29
2021-01-10T23:16:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,724
java
package mchorse.mclib.utils.keyframes; import mchorse.mclib.utils.Interpolation; import mchorse.mclib.utils.Interpolations; import mchorse.mclib.utils.MathUtils; public enum KeyframeInterpolation { CONST("const") { @Override public double interpolate(Keyframe a, Keyframe b, float x) { ...
[ "" ]
fbe2cdf4c2b8e5f918b43d8ec5f8359266660177
e70350ed3b2b01cfceeaee8eed4ef311b057a28d
/app/src/main/java/com/example/zhaoting/myapplication/model/comment/CommentModel.java
4a91457bd60fcfe52e4a83bd5339aced2c09c8a8
[]
no_license
ting0220/Test
2e4bb4760cc7343399967dea4e7ac921d27a345c
0884839c2261e805a7ac5282a7650b6bf43f08c7
refs/heads/master
2021-01-19T08:59:17.012309
2016-07-05T10:21:58
2016-07-05T10:21:58
56,648,870
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.example.zhaoting.myapplication.model.comment; import com.example.zhaoting.myapplication.model.OnListener; /** * Created by zhaoting on 16/6/2. */ public interface CommentModel { void getShortComments(int id, OnListener listener); void getLongComments(int id, OnListener listener); }
[ "466490327@qq.com" ]
466490327@qq.com
8a7b51b7a735813b1637b1588cab8e141a059c02
caa967361492508c13e51ba4800d38f67adc63b0
/src/lesson11/TestLeafcutterAnts.java
40470649ed90eca09691152d2824db194e80c265
[]
no_license
lofrei/codingexamples
eb1cb7f191ddf574cced9e8ee5c82617df38c49f
e51ecc36f51a87123c811d201d3a92b909253f44
refs/heads/master
2020-08-23T05:46:07.246886
2019-12-07T18:08:19
2019-12-07T18:08:19
216,556,506
0
0
null
2019-10-21T12:22:26
2019-10-21T11:56:47
null
UTF-8
Java
false
false
1,661
java
package lesson11; class LeafcutterAnt { double headsize; LeafcutterAnt(double headsize){ this.headsize = headsize; } public void work(){}; } class Minim extends LeafcutterAnt{ Minim(){ super(0.9); } public void work(){ System.out.println("Hi, I am Minim #"+ this.ha...
[ "lotte.freischlad@web.de" ]
lotte.freischlad@web.de
e33060a62b8a50ff16a94f2ac34172f133c9ee33
94b2566e2ed25d37abd0498b74ef273daf24f6c8
/app/components/dao/ReadDao.java
deccd5c144323db1f96fe18f32d405de63215c52
[ "MIT" ]
permissive
uktrade/lite-exporter-dashboard-archive
d0f1837a17b794313bd3b7487666471fa3093071
e3eab54f39204b3a105b27a06ee6d259e4faf1bf
refs/heads/master
2022-04-01T15:49:38.398191
2019-07-01T13:53:14
2019-07-01T13:53:14
97,020,103
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package components.dao; import java.util.List; import models.Read; public interface ReadDao { List<Read> getReadList(String userId); void insertRead(Read read); void deleteAllReadDataByUserId(String userId); void deleteAllReadData(); }
[ "stefan.brach@digital.trade.gov.uk" ]
stefan.brach@digital.trade.gov.uk
fd49496a7e2663a048d0bd320cbbb76f2627bb5a
79a9e525809ac5efe331958d1737d678cbe1a74e
/src/main/java/com/jmatio/types/MLUInt32.java
5fe4ed8af4d845bfb5d9cc9f23b425eb5b92d37d
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
diffplug/matfilerw
170b4e8d2194771e39c00df44a9914c9ff766fb7
5edb6b223c77fe1dfdc5210f2078f94878d3f721
refs/heads/master
2021-01-17T15:18:30.390668
2018-12-28T19:45:27
2018-12-28T19:45:27
43,794,907
61
22
NOASSERTION
2018-12-28T19:30:20
2015-10-07T04:23:06
Java
UTF-8
Java
false
false
678
java
/* * Code licensed under new-style BSD (see LICENSE). * All code up to tags/original: Copyright (c) 2006, Wojciech Gradkowski * All code after tags/original: Copyright (c) 2015, DiffPlug */ package com.jmatio.types; public class MLUInt32 extends MLInt32 { public MLUInt32(String name, int[] dims, int type, int at...
[ "ned.twigg@diffplug.com" ]
ned.twigg@diffplug.com
9f9c21f5f03e7dc60d082f688b4cafe00f491253
ecfbaced6ba4b11e679c5467dc89d4dbe450b627
/app/src/main/java/com/shwm/freshmallpos/view/IMainOrderView.java
65432e335935babaf78bd6f289e495e2b42fcdb5
[]
no_license
damo2/testPos
34683947a125bf04d2ceb0a573509811ce10279d
f8292db8b091014eade593957258a757ed5a71e0
refs/heads/master
2022-02-27T11:41:18.344409
2019-09-30T03:24:24
2019-09-30T03:24:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
package com.shwm.freshmallpos.view; import java.util.List; import com.shwm.freshmallpos.been.OrderEntity; public interface IMainOrderView extends IBaseView{ int getPageType(); void showListOrder(List<OrderEntity> listOrder); void setLoadType(int loadType); void refreshCancel(); }
[ "wangru0926@sina.com" ]
wangru0926@sina.com
56a462d430c585e29d4f4eec65d51e85d84547e2
f52a67afd5727eb8b84eb73704d4035716487cd5
/Level1/src/main/java/lambda/sample/articles/Person.java
d34820bf95dfb3db5caba1451747982484057812
[]
no_license
rocksolidbasics/Practice
0418988aa74472ed7fd4d198d76643ee08291be2
9afa12da6f643dd33c3348f60c302a5f21ef7b94
refs/heads/master
2021-06-11T18:58:52.928566
2019-09-28T08:22:52
2019-09-28T08:22:52
135,718,638
0
0
null
2021-06-04T02:08:59
2018-06-01T13:05:56
Java
UTF-8
Java
false
false
1,492
java
package lambda.sample.articles; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; public class Person { private String _givenName; private String _surname; private Gender _gender; private int _age; private Map<Integer, ArticleInfo> _selling = new ConcurrentHashMap<>(); private Map<Inte...
[ "shyamsivaraman.1@gmail.com" ]
shyamsivaraman.1@gmail.com
c5b58d53fbf4c2e69ccccb71c80da52b0bb9432d
c4280bd2906de50dc93b2c6824b2fe5bb3fcf2d5
/src/main/java/com/uboxol/cloud/mermaid/middleware/EnvironmentPreparedEventListener.java
834a0c2caac0352f5efdf227499bf367b4b12c4f
[]
no_license
huyifan1/mermaid
8f3918e3934644ceedd49398058832e188e45620
6d26b1f59673541af627dc17f9c24af8758ec9d8
refs/heads/master
2022-06-30T19:00:56.084190
2020-03-17T03:47:57
2020-03-17T03:47:57
247,872,775
0
0
null
2022-06-17T03:00:44
2020-03-17T03:42:28
Java
UTF-8
Java
false
false
774
java
package com.uboxol.cloud.mermaid.middleware; import com.uboxol.util.ZkUtils; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent; import org.springframework.context.ApplicationListener; import org.springframework.lang.NonNull; /** * model: mermaid * *...
[ "noreply@github.com" ]
huyifan1.noreply@github.com
407742d20155d9f7e042900164c58510710cfc9e
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/elastic--elasticsearch/2cc97a0d3ed2a9276378e2a6462942deab04a1fb/before/MinTests.java
e045809aa85d7b660c343c85f742a178f912a706
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
14,580
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
2072a09c28c9a8e5ce482e6e56c7fe8defae8eda
50da523d820bf991ab9aef375cd6dca4ada07e25
/src/main/java/com/zdv/shop/common/utils/CellServer.java
71d6f0f412e95e55ae0b09ac10c8ccdc4a37c3ec
[]
no_license
729324091/zdv_shop
e46e6c4381cfea3fb737eeab84a7b024b1b5597c
40c78b1d4f5a024e1e31f1a86d36990862b23475
refs/heads/master
2020-07-22T12:21:08.304663
2019-09-09T04:09:50
2019-09-09T04:09:52
207,200,757
0
0
null
null
null
null
UTF-8
Java
false
false
11,777
java
package com.zdv.shop.common.utils; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; public class CellServer { private static final String[]...
[ "729324091@qq.com" ]
729324091@qq.com
6f8e516670334aab6459cb648b9c2d4afe8bab1f
54f081bccc85c22cebdc0b5ff27eaffd06c1e4ed
/src/main/java/br/com/sondait/timesheet/config/WebConfig.java
f36e3f070b16ac6738bee9cbf1eebb3100e55c99
[]
no_license
LeonardoMelloOficial/sonda-timesheet-accelerator
18dd1644378b818a81a2b72e8e10aa8f7391a585
7688dc5f934525e60facee7b646934d61aea090a
refs/heads/master
2020-06-20T08:30:33.655236
2019-07-30T20:23:55
2019-07-30T20:23:55
197,059,554
1
1
null
2019-08-24T17:47:01
2019-07-15T19:28:05
Java
UTF-8
Java
false
false
725
java
package br.com.sondait.timesheet.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; @Configuration public class WebConfig extends WebMvcConfigurerA...
[ "y2k8@br-petrobras.com.br" ]
y2k8@br-petrobras.com.br
2a43335df9ef0b1d8782d3b7c4843f4dc3e0df19
5ed9f418963b8853e4a706cc5971af97cd588e5e
/src/main/java/br/com/projetcworkshop/services/exception/DataIntegrityException.java
60d3ad0f2cdaab999d07bd7c23b2a6a7de1d64d4
[]
no_license
LeoFernandes193/Project-Workshop-Java
e6c0248beba2508168208b369ecbe10a3d92da54
ad75bef5a86455343e3d48056d81caee310a4403
refs/heads/master
2020-07-29T13:05:57.153752
2019-07-04T19:56:53
2019-07-04T19:56:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
337
java
package br.com.projetcworkshop.services.exception; public class DataIntegrityException extends RuntimeException{ private static final long serialVersionUID = 1L; public DataIntegrityException(String message) { super(message); } public DataIntegrityException(String message, Throwable cause) { super(messag...
[ "thaleslima-19@hotmail.com" ]
thaleslima-19@hotmail.com
5b90d928f05160e80c02f4a995eee1a490a6e031
cd9a2f19fe97dfebdc646becdf7ae7e5ce476123
/spring-web/src/main/java/org/springframework/web/context/AbstractContextLoaderInitializer.java
d38e739876e3ac66fa48c564804bf3653708c51d
[]
no_license
nicky-chen/spring-framework-3.2.x
d5f0fae80847da4f303f94443ce46cd92352979a
e33e9639d82aa9395509227567aa714d41ac2a2b
refs/heads/master
2021-08-29T00:54:28.870499
2021-08-17T11:28:08
2021-08-17T11:28:08
125,344,623
2
0
null
null
null
null
UTF-8
Java
false
false
3,073
java
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "cx52018761@hotmail.com" ]
cx52018761@hotmail.com
c9b3697b3174f4a03857b5e1f615a234e6d1ee32
1e19ee066d600f1d39131e6eb6ffe76524053a57
/src/br/com/dfmachado/listadefilmes/views/ComponentsAndRenderers/StatusComboModel.java
ef81f029fbfaa692aeded29cf03796103b3bf7f2
[]
no_license
diegofelipem/ListaDeFilmes
c90901b35fdef5653b92df062ad54f8f2f432147
2064de75f2e61541825a5e80ff9414de2601bb88
refs/heads/master
2021-06-26T07:46:39.099275
2017-09-10T22:30:58
2017-09-10T22:30:58
103,065,842
0
0
null
null
null
null
UTF-8
Java
false
false
1,101
java
package br.com.dfmachado.listadefilmes.views.ComponentsAndRenderers; import br.com.dfmachado.listadefilmes.controllers.StatusController; import br.com.dfmachado.listadefilmes.models.Status; import java.util.List; import javax.swing.AbstractListModel; import javax.swing.ComboBoxModel; /** * * @author diego...
[ "diego@DIEGO-NOTE" ]
diego@DIEGO-NOTE
5ca601b9d978929ac2f0d923392da9dc87b0f98e
0a92a5036703276c76660bd13bfbf67e0970ead0
/app/src/androidTest/java/edu/orangecoastcollege/cs273/ltruong58/tapcounter/ApplicationTest.java
f4b42928bf3763860b2884167cdebdbf507cff07
[]
no_license
ltruong58/TapCounter2
dc80861736aea470ac53a2a53d0a11c9f32007f3
5cff5dd3281297e17ad9f0fb86545d374b467487
refs/heads/master
2020-12-08T12:33:48.602552
2016-09-07T00:11:11
2016-09-07T00:11:11
67,556,248
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package edu.orangecoastcollege.cs273.ltruong58.tapcounter; 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 A...
[ "long.truongnguyenthanh@gmail.com" ]
long.truongnguyenthanh@gmail.com
72056d9cb552910dfcb33c30544b66969c8895f7
737d06ff92d509def65ec5062b86c7493773e023
/prd-api/src/main/java/rebue/prd/svc/PrdProductCategorySvc.java
a11aa153bc0c69164e27b66238deb0e10f9672da
[]
no_license
rebue/prd
a23e633b1f973932988638ab7b22fff50b1c9c80
cdc03ede65518569bcc3b8ef53bae96d85cef1cb
refs/heads/master
2020-05-20T00:49:20.944467
2019-09-23T07:34:11
2019-09-23T07:34:11
185,295,506
0
0
null
null
null
null
UTF-8
Java
false
false
738
java
package rebue.prd.svc; import java.util.List; import rebue.prd.jo.PrdProductCategoryJo; import rebue.prd.mo.PrdProductCategoryMo; import rebue.prd.ro.PrdProductCategoryTreeRo; import rebue.robotech.svc.BaseSvc; /** * ไบงๅ“ๅˆ†็ฑป * * @mbg.generated ่‡ชๅŠจ็”Ÿๆˆ็š„ๆณจ้‡Š๏ผŒๅฆ‚้œ€ไฟฎๆ”นๆœฌๆณจ้‡Š๏ผŒ่ฏทๅˆ ้™คๆœฌ่กŒ */ public interface PrdProductCategorySvc extends B...
[ "596038980@qq.com" ]
596038980@qq.com
d842fd4e08c9c7c916235746f8d6dac7d2473cc1
fd6119771bd19cbad9857c4559595de9688b3440
/src/classes/Square.java
fff84d721141076fd414cc19983fc48b88cc302a
[]
no_license
nesurr7/prac_4_1
e454a05cc4cd4c945f9bd2100daeb37342689b56
d3e116bc68b0fae6c8f2c445152053527e08745a
refs/heads/master
2022-12-11T06:58:50.506178
2020-09-10T07:55:36
2020-09-10T07:55:36
294,342,153
0
0
null
null
null
null
UTF-8
Java
false
false
1,064
java
package classes; public class Square extends Rectangle { double side; Square() { } Square(double side) { super(side, side); this.side=side; } Square(double side, String color, boolean filled) { super(side, side, color, filled); this.side=side; } publi...
[ "nesurr7@gmail.com" ]
nesurr7@gmail.com
c10093f7727471b8360dfab2b11b6e8f8b370573
212146a3c8b7a526f77708453c592970b0d55108
/app/src/main/java/xaidworkz/selectordemo/MainActivity.java
3564f21ab5d4ed032856a039ba207557bf04e17f
[]
no_license
zaid-kamil/Android-Camera-Contact-Intent
6b12607f8d8028755e99188b4ea9158ba53a2625
d2431ed4d6590c46001c3b741db96a55504cd622
refs/heads/master
2021-01-19T14:52:24.077482
2017-08-27T09:07:34
2017-08-27T09:07:34
100,932,526
3
1
null
null
null
null
UTF-8
Java
false
false
12,134
java
package xaidworkz.selectordemo; import android.Manifest; import android.content.ContentUris; import android.content.Intent; import android.content.pm.PackageManager; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Build; i...
[ "xaidmetamorphos@gmail.com" ]
xaidmetamorphos@gmail.com
51bfba6453576aa71a3b1c6883b8ecc6254d1b85
eb103eddf6d1e23881c207474db5468b4500f66d
/Ganador.java
e2f0c4b93c16f562431bd6b8f7816a86a695e22c
[]
no_license
objetos15161/Juan-vs-El-Mundo
af55a311944d4e96952f127153ef73f43831fcad
ce19d5ad32bcef972d4deeaa99aa2a539ccdad16
refs/heads/master
2021-01-10T05:50:38.121594
2015-12-09T18:56:24
2015-12-09T18:56:24
46,182,564
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
import greenfoot.*; /** * Ganador clase que indica el fin del juego mencionando que lo ganaste. * * @Ulises Gomez * @7/12/15 */ public class Ganador extends World { /** * Constructor para objetos de clase Ganador. * */ public Ganador() { // Crea un nuevo mundo de 700x400...
[ "buly_puma@hotmail.com" ]
buly_puma@hotmail.com
c754af3e6ec29cd921d3ab1869e22c12b15aa23c
e26e5b697473326f1bfa2def3fbd427363f82251
/src/Modelo/FachadaMundo.java
1627dd7b31fb4ce6806fa214a14fbd4dc2427432
[]
no_license
diegorodriguezv/SimEvac
ea59ec10fbb2c24f2f3e98ea116d2d095f4960d1
4585a2e9cce9187a563c23aaed0183d171260336
refs/heads/master
2021-01-01T15:49:57.297215
2010-07-01T06:43:46
2010-07-01T06:43:46
750,790
1
0
null
null
null
null
UTF-8
Java
false
false
24,669
java
package Modelo; import Persistencia.Xml; import java.awt.geom.Point2D; import java.awt.geom.Point2D.Double; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import java.util.Random; public class FachadaMundo { private static final double GROSOR_PARED = 0.4F; pr...
[ "diegorodriguezv@gmail.com" ]
diegorodriguezv@gmail.com
14a62bf014321c228b7f9abef6adb05ddb1c532d
2088303ad9939663f5f8180f316b0319a54bc1a6
/src/main/java/com/lottery/common/schedule/IScheduler.java
932dfeafd9c5b04782fd7c643db3f996866e5859
[]
no_license
lichaoliu/lottery
f8afc33ccc70dd5da19c620250d14814df766095
7796650e5b851c90fce7fd0a56f994f613078e10
refs/heads/master
2022-12-23T05:30:22.666503
2019-06-10T13:46:38
2019-06-10T13:46:38
141,867,129
7
1
null
2022-12-16T10:52:50
2018-07-22T04:59:44
Java
UTF-8
Java
false
false
169
java
package com.lottery.common.schedule; /** * ่ฐƒๅบฆๆŽฅๅฃ,ๆ‰€ๆœ‰่ฐƒๅบฆๅ™จ้ƒฝๅฟ…้กปๅฎž็Žฐ * @author fengqinyun * */ public interface IScheduler { public void run(); }
[ "1147149597@qq.com" ]
1147149597@qq.com
243880cc15adc7d6f20c6b5861fd9ebaa12fba31
7ced6c0ed03f2f9345bbc06a09dbbcf5c8687619
/catering-front/front-wx-api/src/main/java/com/meiyuan/catering/wx/api/index/WxIndexController.java
887e42d530d13bef6faef33e86d7d1894d8240a8
[]
no_license
haorq/food-word
c14d5752c6492aed4a6a1410f9e0352479460da0
18a71259d77b4d96261dab8ed51ca1f109ab5c2f
refs/heads/master
2023-01-01T12:19:48.967366
2020-10-26T07:32:25
2020-10-26T07:32:25
307,292,398
1
0
null
null
null
null
UTF-8
Java
false
false
3,649
java
package com.meiyuan.catering.wx.api.index; import com.meiyuan.catering.core.dto.goods.RecommendDTO; import com.meiyuan.catering.core.dto.user.Notice; import com.meiyuan.catering.core.page.PageData; import com.meiyuan.catering.core.util.Result; import com.meiyuan.catering.es.dto.merchant.EsMerchantListParamDTO; import ...
[ "386234736" ]
386234736
c6bb6935ca38596e674ba6558c87f637ce47c3eb
edc721e8ed5cf67d66eefea6afa6fcf785415ee5
/Java_Advanced_Lab_Part2/Day1/Assignment7/Account.java
94841aaecede005ae134a1dd94b0774953c34c1a
[]
no_license
rphaiju7/Assignment
f9491747a5ab6b4dd8104110eea835d19cb83651
78cbf1bd5f63946d718cdb9ed7811bbcc08ea0d1
refs/heads/main
2023-06-03T23:51:16.095575
2021-06-26T21:38:39
2021-06-26T21:38:39
375,831,120
0
0
null
null
null
null
UTF-8
Java
false
false
868
java
package Java_Advanced_Lab_Part2.Day1.Assignment7; public class Account { private int accountNo; private Customer customer; protected double balance; public Account(int accountNo, Customer customer, double balance){ this.accountNo = accountNo; this.customer = customer; t...
[ "noreply@github.com" ]
rphaiju7.noreply@github.com
40cb1f04e8afc8e8e49f74815521ba6ea56af111
0a6ec9042d8e25fbe93b38cb9612bed1c87aa38c
/Algorithm_Practice/Level Test/src/Re_BJ1011.java
2c42b372dee27b0dc78ce9006a99c3b813b9d7f0
[]
no_license
park-seung-hyun/Data_Structure_And_Algorithm
053c1c5352abc88f83326c180ff5850abf4337dc
ed33a122bea99bc8cd72c7ff52e0a135e59ca378
refs/heads/master
2020-04-15T04:32:46.121017
2019-05-11T07:22:11
2019-05-11T07:22:11
164,387,726
1
0
null
null
null
null
UTF-8
Java
false
false
569
java
// 1011๋ฒˆ (๋ณต์Šต) // Fly me to the Alpha Centauri // ๊ทœ์น™ ์ฐพ๊ธฐ import java.util.Scanner; public class Re_BJ1011 { static int[] visited; public static void main(String[] args) { Scanner stdIn = new Scanner (System.in); int t = stdIn.nextInt(); for(int i=0;i<t;i++) { int a = stdIn.nextInt(); int b = stdIn.nextIn...
[ "shp9408@gmail.com" ]
shp9408@gmail.com
2d50c9abf97d00435c9397e6947c002420986935
de3f5c7c3021232cf53e452b938df688929fc345
/tags/Stable-030608/src/examples/tls/Shootist.java
fc16e9d94d883ad2795f133736d799f4f07d41bd
[ "LicenseRef-scancode-public-domain" ]
permissive
rkday/jain-sip
bd3f728948bdaafd98c17bb4843148edab74cd0d
cf52d49d540f8515b209352f861365dbe3d59d90
refs/heads/master
2021-01-22T09:26:50.309500
2014-01-25T19:59:06
2014-01-25T19:59:06
16,236,776
2
3
null
null
null
null
UTF-8
Java
false
false
12,253
java
package examples.tls; import javax.sip.*; import javax.sip.address.*; import javax.sip.header.*; import javax.sip.message.*; import java.util.*; /** * This class is a UAC template. Shootist is the guy that shoots and shootme * is the guy that gets shot. * *@author Daniel Martinez *@author Ivelin Ivanov */ pu...
[ "(no author)@8e71dc83-d81e-6649-80f2-80b843a9b2be" ]
(no author)@8e71dc83-d81e-6649-80f2-80b843a9b2be
9cc283789f063ffad94fc45796ecca5cf0851ae1
2be836581f85090b43649b8b966d78434e8bf674
/app/src/main/java/www/winroad/mvp/presenter/HomePresenter.java
d97b54f7a56866db558676e009918193698110a5
[]
no_license
lvzhuozhao/Project
de3d1328ce2da965fa4cb1a24fb1cda2e08ce95d
6c6b33910083f8146aaeed941c04fac355ac20d0
refs/heads/master
2020-04-11T21:18:20.638079
2018-12-14T10:02:54
2018-12-14T10:02:54
162,101,214
0
0
null
null
null
null
UTF-8
Java
false
false
1,252
java
package www.winroad.mvp.presenter; import android.util.Log; import rx.Subscription; import www.winroad.basemvp.BasePresenter; import www.winroad.data.callback.LoadTaskCallback; import www.winroad.entity.UserInfoBean; import www.winroad.mvp.contract.HomeContract; import www.winroad.remote.TasksRepositoryProxy; impo...
[ "13744405279@163.com" ]
13744405279@163.com
a5387df0b89bc32c784b7a56d2d097509b4161fc
b1bc6be0d323f93d6eb0507ac8b545401c1fedcc
/basicKnowledge/src/com/xdc/basic/api/apache/commons/chain/comparison/implwithchain/command/GetCustomerInfo.java
fd4c2718af1f4b89c5f690707a1194d9bc3e95c1
[]
no_license
xdc0209/java-code
5a331ebcae979fe6b672b527e3b533f2bb42866c
9dc5c89d9a1f8d880afff34903d315c3ca8ddbb2
refs/heads/master
2021-01-17T01:28:31.707484
2019-04-16T18:51:47
2019-04-16T18:51:47
9,099,623
7
4
null
null
null
null
UTF-8
Java
false
false
457
java
package com.xdc.basic.api.apache.commons.chain.comparison.implwithchain.command; import org.apache.commons.chain.Command; import org.apache.commons.chain.Context; public class GetCustomerInfo implements Command { @SuppressWarnings("unchecked") @Override public boolean execute(Context ctx) throws Exception...
[ "xdc0209@qq.com" ]
xdc0209@qq.com
2140bbd0c1f594062cfb1dcc3e5cd07686a0e810
4838b0aa27864b87fd110f67c8c86da7e81f8107
/src/main/java/com/donat/donchess/config/WebConfiguration.java
50e47c2c4aaf8b598c62c5da5b4a7de0700ac43e
[]
no_license
udvarid/donchess_ver2
8a4cc8dd5a5a910890c383adb7f20682786c5fb3
d0171f34554fd6c4bd3e4455ac7243a995abd24a
refs/heads/master
2022-10-04T15:56:54.091949
2020-04-08T03:42:01
2020-04-08T03:42:01
189,479,754
0
0
null
2022-09-22T18:56:43
2019-05-30T20:41:48
Java
UTF-8
Java
false
false
1,012
java
package com.donat.donchess.config; import org.springframework.context.annotation.Configuration; import org.springframework.core.env.Environment; import org.springframework.core.env.Profiles; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annotation....
[ "udvarid@hotmail.com" ]
udvarid@hotmail.com
905a152d9ab512261941fa111b2ae4fcb9b7097e
9e10883092c7484acf042e6c9ab3f217a56945f3
/app/src/test/java/newspaperdemo/example/com/newspaper/ExampleUnitTest.java
926e07ed73079d7e37628d2d3d41b0d9a01d2c87
[]
no_license
nuruzzamn/newsPaper
eb863352a1147b7df9ed2e0ff12897b3719472bc
bce46cba9be2d25e512a3b4c88356e8fe40e1610
refs/heads/master
2020-08-30T13:08:25.802505
2019-10-29T21:53:53
2019-10-29T21:53:53
218,390,509
0
0
null
null
null
null
UTF-8
Java
false
false
413
java
package newspaperdemo.example.com.newspaper; 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 ...
[ "nur.mnzaman@gmail.com" ]
nur.mnzaman@gmail.com
9f98ff8d451e9e8966f40f8e9d5a00669066a09f
4800b21c8816a490baa33c15f0bdeca1bb30b841
/Lab4/server/src/main/java/LabServiceImplBaseImpl.java
5c629b97aef89db8e907e8085506973edcbf6663
[]
no_license
pawelurban/Rozprochy
8296f282f3dc4a5b4a5e6860a6afe864e75cd99b
316030a0fd7c8c062678be3abeb777417ba20926
refs/heads/master
2020-03-20T10:07:37.843249
2017-06-06T19:53:40
2017-06-06T19:53:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,886
java
import io.grpc.Status; import io.grpc.StatusRuntimeException; import io.grpc.stub.StreamObserver; import java.time.LocalDateTime; import java.util.Objects; public class LabServiceImplBaseImpl extends LabServiceGrpc.LabServiceImplBase { @Override public void addResults(Hospital.AddExamRequest request, StreamO...
[ "19mariusz95@gmail.com" ]
19mariusz95@gmail.com
8d2f7cf565c0587537b7b249b61714089a7cae87
368c663f8d031f576e3add37dde8e9052dc628d8
/java/bbop/tags/bbop-1.000/src/org/bbop/expression/parser/ASTEQNode.java
6ab28d40850d392105fdd87f167c1c92dcc0e3c0
[]
no_license
mahmoudimus/obo-edit
494a588830758ddbd7cf43d2e70550ddd542cb1b
61c146958fd7d0ba7f78cda77f56d45849897b3e
refs/heads/master
2022-01-31T22:59:21.316185
2014-03-20T17:05:47
2014-03-20T17:05:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,921
java
/* * Copyright 2002-2006 The Apache Software Foundation. * * 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 ap...
[ "jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad" ]
jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad
a367e3a53b506246ce739dcfafa6d13300710610
4b97c615878008844deb7aa687d689a751e6a190
/megamind-server-app/app/src/main/java/com/megamind/abdul/server/DisclaimerActivity.java
5b5abae790e9940b7113fdeb8cde396c14e4110b
[]
no_license
ShrutikaSingh/Tex_TE_Project
cfbec88e3e0920ccefbc2690050f3113f14b2d98
f3d268072cb0a3c03b941f580a6a135deb13a7ee
refs/heads/master
2020-05-16T03:42:39.459323
2019-04-22T15:30:46
2019-04-22T15:30:46
182,740,931
0
0
null
null
null
null
UTF-8
Java
false
false
350
java
package com.megamind.abdul.server; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class DisclaimerActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout....
[ "you@example.com" ]
you@example.com
7fc578623e1494d88ab20d27d0e15c17918ba0fb
eb36ddb1e9c25d2a35d1fc94abaa6ef0f8fa6f7b
/src/main/java/POGOProtos/Rpc/EncounterTutorialCompleteOutProto.java
6f815ec5b094b42289f577ada51892dce477dbd3
[ "BSD-3-Clause" ]
permissive
pokemongo-dev-contrib/pogoprotos-java
bbc941b238c051fd1430d364fae108604b13eebd
af129776faf08bfbfc69b32e19e8293bff2e8991
refs/heads/master
2021-06-10T15:45:44.441267
2021-02-04T21:46:16
2021-02-04T21:46:16
83,863,204
6
1
NOASSERTION
2020-10-17T20:10:32
2017-03-04T03:51:45
Java
UTF-8
Java
false
true
33,867
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos.Rpc.proto package POGOProtos.Rpc; /** * Protobuf type {@code POGOProtos.Rpc.EncounterTutorialCompleteOutProto} */ public final class EncounterTutorialCompleteOutProto extends com.google.protobuf.GeneratedMessageV3 implements /...
[ "msntchat@hotmail.fr" ]
msntchat@hotmail.fr
587e078ed9be5804d09f5c755ee178215b3a74a3
fe3a061968e26cc0f4462326f89cb7b788c53ad5
/Forchild000/src/com/forchild/data/imple/AnalysisSendValid.java
0b16ae8c687d8218b4e590a715abd27833326bbb
[]
no_license
reeki/ReekiTest
ffd7a6b354fa7a14c31fabac283ffde9912528fb
9bb1a3f440e767c3c1fb016805bdfd43119e08a7
refs/heads/master
2021-01-10T05:06:20.930104
2015-12-16T08:06:33
2015-12-16T08:06:33
47,959,404
0
0
null
null
null
null
UTF-8
Java
false
false
631
java
package com.forchild.data.imple; import org.json.JSONObject; import com.forchild.data.BaseProtocolFrame; import com.forchild.data.RequestSendSOS; import com.forchild.data.RequestSendValidCode; public class AnalysisSendValid implements BaseProtocolFrameProcess { @Override public BaseProtocolFrame parse(BaseProtoco...
[ "likizer0@hotmail.com" ]
likizer0@hotmail.com
97943c453e9db6f0ac94df47606c773267e49ac6
abf491afff7ccf1564c10671d9df9a2d206408b5
/src/main/java/ch/rweiss/terminal/Key.java
6b1531711c526251d9f0f89d4a439f5e33ee3aef
[ "Apache-2.0" ]
permissive
weissreto/ansi-terminal
7f029f4d2e93c9635544b649dc813cb32d615476
5c7dc874b0829c100381f25ba79f1f79105fc527
refs/heads/master
2021-10-11T12:54:34.696732
2019-01-25T21:20:21
2019-01-25T21:20:21
111,735,791
1
0
null
null
null
null
UTF-8
Java
false
false
11,924
java
package ch.rweiss.terminal; import ch.rweiss.terminal.internal.EscCodeParser; public abstract class Key { public static final Key UP = new Control(EscCode.csi('A'), "UP"); public static final Key DOWN = new Control(EscCode.csi('B'), "DOWN"); public static final Key RIGHT = new Control(EscCode.csi('C'), ...
[ "reto.weiss@ivyteam.ch" ]
reto.weiss@ivyteam.ch
9b6c5fc5ff8d5043af4dd662660c840c664eeeb1
cfaa4bac442f5036dca1981f74771b23c21eed72
/src/com/swingsword/ssengine/game/games/rust/listeners/GunListener.java
11d5ebad839428ea26c1c9ffcae1176be76510e5
[]
no_license
CashVillan/SSEngine
cfa04b5a19052bea3ca5591648361afce3c7cec4
76867e0c57912b8623f2eebffc702ba2ccd34b32
refs/heads/master
2021-03-19T10:32:57.385226
2016-10-03T21:41:54
2016-10-03T21:41:54
69,909,441
0
0
null
null
null
null
UTF-8
Java
false
false
5,631
java
package com.swingsword.ssengine.game.games.rust.listeners; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.Sound; import org.bukkit.craftbukkit.Main; import org.bukkit.entity.Player; import org.bukkit.event.Event.Result; import org.bukkit.eve...
[ "jordanwheatley86@yahoo.com" ]
jordanwheatley86@yahoo.com
44b146b967d44312eef5072054e4aa05d5ff67c6
44493cbda76efc9ae7de7f2e6fc084a988cfbf2d
/java8_7/Test_04.java
c8f60e9897e9dda75648bb4292d480e78f4ebc5b
[]
no_license
ximuyou/javase
06d9e74fac72a7838e1b5f10fa8159e930842290
50ea03e54a350ae4ddadb1c46a1bd570a58d6820
refs/heads/master
2020-03-25T10:42:30.623524
2018-08-07T03:29:36
2018-08-07T03:29:36
143,702,841
0
0
null
null
null
null
UTF-8
Java
false
false
761
java
package java8_7; public class Test_04 { public static void main(String[] args) { int[]arr=new int[]{2,3,45,666,0}; turnnum(arr); System.out.println(seach(arr,0)+1); } static int seach(int[]arr,int num){ int max=arr.length-1; int min=0; while(min<=max){ int mid=(max+min)/2; if(arr[mid]>num){ ...
[ "3147448393@qq.com" ]
3147448393@qq.com
46db5c3f4306e8f50475560cf6772f8267c8f0ea
6635387159b685ab34f9c927b878734bd6040e7e
/src/org/apache/commons/codec/language/bm/Languages$SomeLanguages.java
02e3bb78489f549ee1a2361df9da62ef3f94cfb3
[]
no_license
RepoForks/com.snapchat.android
987dd3d4a72c2f43bc52f5dea9d55bfb190966e2
6e28a32ad495cf14f87e512dd0be700f5186b4c6
refs/heads/master
2021-05-05T10:36:16.396377
2015-07-16T16:46:26
2015-07-16T16:46:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,710
java
package org.apache.commons.codec.language.bm; import java.util.Collections; import java.util.HashSet; import java.util.Iterator; import java.util.Set; public final class Languages$SomeLanguages extends Languages.LanguageSet { private final Set<String> languages; private Languages$SomeLanguages(Set<String> pa...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
72027e4439b7665f727db3452b2657d09918ee19
5af9e86fae132a36c4c62dfecbbd368996c385b1
/app/src/main/java/com/atheeshproperty/ddwed/NoteDAO.java
68c88733884b9c23cd226af2e64697e43305247b
[]
no_license
AtheeshRathnaweera/An-Android-Project-by-using-Android-Room-View-Model-Live-Data-libraries
47255b40e0abfa4c6bd36c872d8269d4960c9770
4c565840bfe75008bb7f2bfd9d8b368fde9522c5
refs/heads/master
2020-05-07T09:54:33.141069
2019-04-10T14:38:15
2019-04-10T14:38:15
180,396,619
1
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.atheeshproperty.ddwed; import android.arch.lifecycle.LiveData; import android.arch.persistence.room.Dao; import android.arch.persistence.room.Delete; import android.arch.persistence.room.Insert; import android.arch.persistence.room.Query; import android.arch.persistence.room.Update; import java.util.List;...
[ "rathnaweeraatheesh72@gmail.com" ]
rathnaweeraatheesh72@gmail.com
23835781fe01eb4bb26b15c7493cb0f2290e6b22
a7067537133bbd788286b6b64fe0e29e07121e28
/src/com/radiant/cisms/hdfs/seq/HInfoWritable.java
06b36045f2c7fd693231ae66a1c09632a0ff25e2
[]
no_license
thomachan/Hadoop
a9c0eedda65897813ede32d5e8dca2257959442b
2ffc5504ad851d5644daccf1a1e7789d781afc7a
refs/heads/master
2020-12-25T19:15:43.903298
2013-12-05T05:50:18
2013-12-05T05:50:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,839
java
package com.radiant.cisms.hdfs.seq; import java.io.ByteArrayInputStream; import java.io.DataInput; import java.io.DataInputStream; import java.io.DataOutput; import java.io.IOException; import java.nio.ByteBuffer; import org.apache.commons.lang.builder.CompareToBuilder; import org.apache.commons.logging.Log; import o...
[ "tom@RIMS005.mjsindia.com" ]
tom@RIMS005.mjsindia.com
f2cb4ef74dd0c4cf27615f6a8db1ea17606291eb
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-11/u-11-111/u-11-111-1112/u-11-111-1112-11113/u-11-111-1112-11113-f6324.java
db2288c76827016c833ec860672b39b526de6302
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 8445059038043
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
687a27e9ce70066dd09b527abd25e2207ab77402
38a38588bd7c90304c139eecee1a4e2dbdccb25a
/RouteServer/src/com/soon/core/db/pool/DbPoolMgr.java
286fee807bb4fcc8438c259acf12d88befbcef09
[]
no_license
dumbant/gameserver
9c5322155961255e7474fa6d48f7334b78764fc9
1e681155883fd24b4ba7aec3ebe7f5f9cf69c80f
refs/heads/master
2020-03-20T21:45:47.559372
2018-06-18T14:00:09
2018-06-18T14:00:09
137,758,981
0
0
null
null
null
null
UTF-8
Java
false
false
478
java
package com.soon.core.db.pool; import com.soon.core.config.DbConfigInfo; import com.soon.util.DESUtil; public class DbPoolMgr { public static IDBPool initPool(DbConfigInfo configInfo){ IDBPool pool = null; try { pool = new BoneCPDBPool(configInfo); } catch (Exception e) { e.printStackTrace(); } ret...
[ "zsl354310@163.com" ]
zsl354310@163.com
47b6481b8365d0ab3de04ed65c2c8868d855bb6e
6f69ae89d559bd86643cf610e5540e787728581b
/PLP/src/view/pitagoras.java
1ecb81efc8de534895f726c3ef032cc4e22c4f53
[]
no_license
Amancio302/Resolucao-de-Equacoes
d4c8122df1f8bb7e2e9dfd4955f321b29369a91e
9ee8a81046ea2e7ceaf77301236cdddb074ec0d0
refs/heads/master
2020-09-21T17:54:24.747088
2019-11-29T15:19:29
2019-11-29T15:19:29
224,873,827
0
0
null
null
null
null
UTF-8
Java
false
false
13,693
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 view; /** * * @author aluno */ public class pitagoras extends javax.swing.JFrame { /** * Creates new form pitagor...
[ "matheuusamancioferreira@gmail.com" ]
matheuusamancioferreira@gmail.com
64756749d8e3ebd131531ce49a697f63699b0d79
ab739b2979a97faf0b28edac7d2995fc86921f39
/app/src/main/java/weka/classifiers/meta/Vote.java
4bcab684ba38e3832ffc13dbbe194648fa78bd13
[]
no_license
yishanhe/GlassGesture
286f79822217a7f147b88ef27bb05db1db934b7e
86e1b9718ab1fd61a4d43eb827059cc5879a21a0
refs/heads/master
2021-01-19T20:36:33.942863
2017-03-03T05:15:08
2017-03-03T05:15:08
83,759,471
2
0
null
null
null
null
UTF-8
Java
false
false
20,253
java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
[ "syi@email.wm.edu" ]
syi@email.wm.edu
fd6ddf06df660335ed02b186f7ae399f66eefc4d
4d7a45066c85c2f1288ad2d7e41cb5cef9aa6c85
/src/main/java/com/example/demo/config/SecurityConfig.java
988e07d578e950987793fa307bb96435a6087ccb
[]
no_license
MinhHoangCao/SpringGoogle
7417e6c0dcb8ccf28ef09f688cffb5f0fa5ff5b2
e3c8d1dcd57838d2eb954b75f5e0b33b91700d96
refs/heads/master
2020-05-29T22:31:05.956130
2019-06-06T12:24:19
2019-06-06T12:24:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,378
java
package com.example.demo.config; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; im...
[ "cmhoang123@gmil.com" ]
cmhoang123@gmil.com
a611c534d76bc8b9aedc0c194972bff2cdfe2b05
c9aaada8bcef5ed77aea0357b6560ef145e4296d
/tictactoe/src/engine/Board.java
406e1d77aa9f3ca5060ee4742b2c651c527bbf84
[]
no_license
STFinancial/operation-cyclone
799d57158413af1eabf3c39d96c23216775e0d6d
e442b753f05c1e7c2cb110af93d2ab68b4446577
refs/heads/master
2023-01-24T02:11:26.672113
2020-11-26T06:37:52
2020-11-26T06:37:52
316,098,812
0
0
null
null
null
null
UTF-8
Java
false
false
2,141
java
package engine; class Board { private MarkType[][] board; Board() { board = new MarkType[3][3]; clearBoard(); } /** Resets engine.Board state, should be called before a new game */ void clearBoard() { for (int row = 0; row < 3; ++row) { for (int column = 0; col...
[ "palla021@umn.edu" ]
palla021@umn.edu
ce58dc1c8181afd7de6b165b3f82dbeeac0f51fd
fc112cf66bbd9b791bae936b8a6e1f75d0dc2d41
/src/observer/Buffer.java
754c4aa3a3b7ed9f1cf487095c7e585137783159
[]
no_license
Mojib501/Observer
190ccf1f8b851276f25b20dfe2effc92b6885a86
f8bfd8b8e10a353360e20cdf8b092df137b7f3f6
refs/heads/master
2021-01-11T23:52:36.465401
2017-01-11T13:19:15
2017-01-11T13:19:15
78,639,684
0
0
null
null
null
null
UTF-8
Java
false
false
957
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 observer; import java.util.ArrayList; import java.util.List; /** * * @author masi * diese klasse ist der Subject in der Obs...
[ "mojib@mail.hs-ulm.de" ]
mojib@mail.hs-ulm.de
aabb0c1b7af3430218a86ade4151f8b8d8329fe8
073d18ec802fc11be9e979b944faba8ec58dce84
/src/utils/LinkedListOrderedList.java
593f78ccc0b7ce8c3355fca01e80867735d5e823
[]
no_license
putinrock1/Assignment1
dd4940f59294dd73ed94dd4ae7849d665e10ccb0
f27588e0ecbda0bd6d1fb8499aeb683862d99647
refs/heads/master
2021-01-20T20:15:05.347797
2016-08-01T16:51:12
2016-08-01T16:51:12
64,667,461
0
0
null
null
null
null
UTF-8
Java
false
false
4,640
java
package utils; import Exceptions.ElementAlreadyExistsException; import Exceptions.EmptyListException; import utils.Interfaces.IOrderedList; /** * @param <T> */ public class LinkedListOrderedList<T extends Comparable<T>> implements IOrderedList<T> { private LinkedListNode<T> first = null; private int length ...
[ "surya@thehacker.nvstu.edu" ]
surya@thehacker.nvstu.edu
c3c9ae6ea36c9d8b727c364510a99eeec3f8bdc1
bfab0434c481ce035f1c8da1b16a9fd35a031b31
/src/main/java/fi/seco/saha3/model/IRepository.java
723afe7bf5ddba9f28bdf1823f2566ef80e432f5
[]
no_license
swwasp/saha
edfaeb21de68408fec679ee6fc108fe7c12a75f6
171b68da954548c684a41fdb55e8737b17ef8276
refs/heads/master
2020-05-18T09:16:08.769824
2013-05-17T10:00:18
2013-05-17T10:00:18
39,357,961
0
0
null
null
null
null
UTF-8
Java
false
false
368
java
package fi.seco.saha3.model; import java.util.Collection; import java.util.Locale; /** * Common interface for local searches (to the SAHA project model) and * ONKI searches. * */ public interface IRepository { public IResults search(String query, Collection<String> parentRestrictions, Collection<String> typeRe...
[ "hhamalai@43518cfe-5713-1dcd-c615-06b53fc7efa9" ]
hhamalai@43518cfe-5713-1dcd-c615-06b53fc7efa9
6c1b7f5f83a5572e5b4f87c4a78c5cb90946718d
976c792afad6f74cffac57ec5e5b58358d8b6cf6
/server/site-server/src/main/java/com/opencloud/site/service/impl/UserDetailsServiceImpl.java
40c67bf1ae4d619bdcb98d1945168d55cbaf155a
[ "MIT" ]
permissive
andymiaomiao/openCloud
3097abef10c2debf72d8c2d412bd8acf0d3d07b6
88cc7583415cda69e7a8fbed5afc37081fb8e122
refs/heads/master
2022-03-27T04:37:42.321962
2020-01-20T04:15:26
2020-01-20T04:15:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,357
java
package com.opencloud.site.service.impl; import com.opencloud.common.model.ResultBody; import com.opencloud.common.security.BaseUserDetails; import com.opencloud.common.security.oauth2.SocialProperties; import com.opencloud.common.utils.WebUtil; import com.opencloud.site.service.feign.SystemDeveloperServiceClient; imp...
[ "1317225796@qq.com" ]
1317225796@qq.com
bbc89f4f4ad008fb2e8e72c9c53e64bd6b879da7
3c6864459c06b5281a249e649dee0be918113953
/src/main/java/com/adityathebe/bitcoin/wallet/Wallet.java
b2f952d7442e030d34df5d2cb6741bda5b832a36
[]
no_license
adityathebe/bitcoin-java
c8afd6c38202903196a83bae38d1b3b959ec0091
680d7da30ea65f16b708d774f42719d69fe9a51f
refs/heads/master
2021-05-23T01:04:40.882834
2020-04-11T07:33:57
2020-04-11T07:33:57
253,165,519
2
0
null
null
null
null
UTF-8
Java
false
false
4,852
java
package com.adityathebe.bitcoin.wallet; import com.adityathebe.bitcoin.core.Address; import com.adityathebe.bitcoin.core.ECPrivateKey; import com.adityathebe.bitcoin.core.ECPublicKey; import com.adityathebe.bitcoin.crypto.ECDSA; import com.adityathebe.bitcoin.crypto.ECDSASignature; import com.adityathebe.bitcoin.utils...
[ "thebeaditya@gmail.com" ]
thebeaditya@gmail.com
c4d2110e0112b881337b3f938bf4c5c33483631f
a976af8054c09aa3ec573bac156980ad851a0ab7
/crmchat/vendor/alipaysdk/easysdk/java/src/main/java/com/alipay/easysdk/marketing/openlife/models/AlipayOpenPublicLifeMsgRecallResponse.java
7e6692d489b088183dc8810b15cb80a7cb1b2feb
[ "MIT" ]
permissive
yabaoer/CRMchat
1277df300298ea8bf688cb08f75d0de9c2ce4df0
5aec898bcbc3b8d94db50ebc8a8be4ecd36b263a
refs/heads/main
2023-08-28T07:08:09.126019
2021-11-09T03:14:06
2021-11-09T03:14:06
461,561,412
1
0
MIT
2022-02-20T17:24:12
2022-02-20T17:24:11
null
UTF-8
Java
false
false
890
java
// This file is auto-generated, don't edit it. Thanks. package com.alipay.easysdk.marketing.openlife.models; import com.aliyun.tea.*; public class AlipayOpenPublicLifeMsgRecallResponse extends TeaModel { @NameInMap("http_body") @Validation(required = true) public String httpBody; @NameInMap("code") ...
[ "136327134@qq.com" ]
136327134@qq.com
dd5829d4eca2766c9beafb23d51d912424fee539
39af93bb1493c15a20745075ad14d4ee6b3deea6
/src/main/java/entity/MstKota.java
e9ab3894bade0146bcfb4f8c4a26875126841841
[]
no_license
ikraam21/ZKProject
711f7bbff1f1e3354aa0252cc91c34113af62988
9b1d06624f43560db9c8ed6a21a1e0e34c7ba871
refs/heads/master
2021-05-07T06:22:46.005992
2017-11-23T01:31:09
2017-11-23T01:31:09
111,749,275
0
0
null
null
null
null
UTF-8
Java
false
false
570
java
package entity; public class MstKota { private String kodeKota; private String namaKota; private MstProvinsi mstProvinsi; public String getKodeKota() { return kodeKota; } public void setKodeKota(String kodeKota) { this.kodeKota = kodeKota; } public String getNamaKota() { return namaKota; ...
[ "triap26@gmail.com" ]
triap26@gmail.com
84cb53efb229979ebf3322d87548f83c8e2514a7
95cbc094b2a5ed9c124aa41d1a21dd0cd62029dc
/src/main/java/com/google/identitytoolkit/GitkitClient.java
df527961800c55374a357c9d35332f5625724b22
[]
no_license
AIMMOTH/gitapp
95b35edd5baf9221ee47333ca1bfb0d10a93c66a
2d26f3f453011400912a0766208cbf2ee836867d
refs/heads/master
2020-12-24T13:35:59.757111
2015-02-05T14:26:34
2015-02-05T14:26:34
30,232,797
2
1
null
null
null
null
UTF-8
Java
false
false
19,523
java
/* * Copyright 2014 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "Carl@Carl-Dator" ]
Carl@Carl-Dator
1ac31b43a6e71e1bcfe5e8f7b4ac5d682c6afc6e
36431ebe6909d24719ba55cdbc0c3c000af076d4
/OneToOneBidirect/src/test/java/com/example/OneToOneBidirectApplicationTests.java
1930334c40bf8203cf3446b3777fcf7f5a405b1f
[]
no_license
amitqy/SpringDataJpa
a61d6e1b9686571eabf8132988443214834d1c45
c4c8563bbd70f5502dc66c2de17e13d07bd6648c
refs/heads/main
2023-03-20T22:48:36.737482
2021-03-17T09:59:21
2021-03-17T09:59:21
348,264,881
0
0
null
null
null
null
UTF-8
Java
false
false
213
java
package com.example; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class OneToOneBidirectApplicationTests { @Test void contextLoads() { } }
[ "noreply@github.com" ]
amitqy.noreply@github.com
f475a667ea149fc6e848f663747124bbc9f85fd2
967d736eae4c5791ed9c7da80f570cc8efae88c2
/core/src/main/java/ru/mipt/engocab/data/json/custom/DictionarySerializer.java
050df6e3dcf9d6fd46ed2df9d879cfbb12ee4b78
[ "Apache-2.0" ]
permissive
ushakov-av/engocab
b619a0a5293fcff93eabaac70b523bdfd6176de4
cd011047680cce3d6d4ee3ac1d2950ac6fede987
refs/heads/master
2021-01-22T05:51:03.854324
2015-02-08T21:13:42
2015-02-08T21:13:42
27,241,997
0
0
null
null
null
null
UTF-8
Java
false
false
4,378
java
package ru.mipt.engocab.data.json.custom; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.SerializerProvider; import ru.mipt.engocab.core.model.*; import static ru.mipt.engocab.data.json.custom.Fields.*; import java.io.IOExc...
[ "ushakov.av@gmail.com" ]
ushakov.av@gmail.com
1f6b71d269699fcb1c82e286077c4ce97144f1ad
818ad79c64329ca6df89d4f8520c7b5a976ce9b3
/system_admin/src/main/java/com/system/dao/IBaseDao.java
545e048f9d4ba468549d02152f334d1888740181
[]
no_license
huangchunjian123/leyou
531aa1f06be370f6990bb3c79c07ca8558b047a3
f57b85536ef1919bae8f84001a511a4653284938
refs/heads/master
2020-04-08T11:26:41.324387
2019-01-30T08:29:50
2019-01-30T08:29:50
159,306,185
0
0
null
null
null
null
UTF-8
Java
false
false
805
java
package com.system.dao; import com.system.common.util.Page; import java.io.Serializable; /** * @author zzy */ public interface IBaseDao<T>{ /** * ไฟๅญ˜ * @param t * @return */ boolean save(T t); /** * ๅˆ ้™ค * @param t * @return */ boolean delete(T t); /** ...
[ "huangchunjian1741@dingtalk.com" ]
huangchunjian1741@dingtalk.com
48e3e80d9590a31eb0e76d50af8d9d34a01b07ec
3f89e736cb6c2f3318c378936ee150479a527ffd
/Game of Thrones/src/Allegiance.java
650563859b209d2baf0e4f6c52f7a7f1108c7db4
[]
no_license
zapouria/AspectJ_SOEN6441
526b69a346a73f32613e32a4ebcf2d66b7a5e8e8
297975cffcf593b9feba016265115fae84726bc4
refs/heads/master
2022-04-24T17:17:46.311015
2020-04-27T16:25:35
2020-04-27T16:25:35
259,386,929
0
0
null
null
null
null
UTF-8
Java
false
false
66
java
public interface Allegiance { public void declare(); }
[ "spzahraei@yahoo.com" ]
spzahraei@yahoo.com
9107b6bebe259440391c5d9c303327679b742123
abcf66282aabf4136196cfc8a595a44b3521cda9
/java/ORION 11J/Workin3/workin-core/src/main/java/org/workin/utils/reflection/ReflectionUtils.java
f5daaa53ef0023a29497637d31c1bdde370fc942
[]
no_license
leopallas/vieo
bce613c3f2212191116160e23473a3d89a4df03e
1bc2944989b82b10d94fda4d7857c5261fbe3175
refs/heads/master
2016-09-06T00:43:13.509248
2013-11-07T02:04:22
2013-11-07T02:04:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,763
java
/** * Copyright (c) 2005-2010 springside.org.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * * $Id: ReflectionUtils.java 1303 2010-11-19 17:04:05Z calvinxiu $ */ package org.workin.utils.reflection; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetExcep...
[ "leopallas@gmail.com" ]
leopallas@gmail.com
00ac077f7409925e9974d29b9c0f8197e53f4076
23d73792759d0a56ae19609ec08ec6ca354ec81d
/src/main/java/page_202/designpatterns/isp/drone004/DriveControllerManager.java
6560d7d4310361d9ac2752547952f8beaa946757
[]
no_license
sout1217/spring_basic
244b91b71fa0f2b8ac75b35686053dc49f67142a
bccb5dc71a1e78336d6319671c54845820c08d74
refs/heads/master
2023-03-26T09:01:09.592309
2021-03-25T13:32:17
2021-03-25T13:32:17
345,038,023
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package page_202.designpatterns.isp.drone004; public class DriveControllerManager implements DriveController { @Override public void drive() { } }
[ "sout1217@naver.com" ]
sout1217@naver.com
d32d9d16740748887a3341f8ef5365d3989a151d
aa7f74b59db0604a8bdc64ea4a5031f0bc31fd54
/src/com/suminghui/bycar/util/StringUtil.java
e3fc1693170b65ff0fe9ce19092acdaf0f745908
[]
no_license
tianxiao-zp/buycar
53f4f145a6cbd893a521ed2f9d8e10ea695e15dd
9b5fcf6843ff21b4d8d1fe7ca985ed59bf94fa4b
refs/heads/master
2021-05-30T19:41:41.150462
2016-02-26T09:36:45
2016-02-26T09:36:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,866
java
package com.suminghui.bycar.util; import java.beans.PropertyDescriptor; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; public class StringUtil { ...
[ "465996346@qq.com" ]
465996346@qq.com
177daf2761e488cf0ea8b770937999e36a1bad90
a28252ea8a3a684f22bde87e3d242635c93464b7
/src/test/java/com/project/bookstore/repository/BookRepositoryTest.java
86fc3a67dad75c65481724d617c4dd4526088216
[]
no_license
jrt0241/bookstore-back
55b7c0d4ef3bc6547f6ddff92c99de51bf2af4ca
4372e0a5aa40e7c8bb65181f2dbcc083eb29e633
refs/heads/master
2021-06-27T05:28:14.760632
2017-08-27T20:09:22
2017-08-27T20:09:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,359
java
package com.project.bookstore.repository; import com.project.bookstore.model.Book; import com.project.bookstore.model.Language; import com.project.bookstore.util.IsbnGenerator; import com.project.bookstore.util.NumberGenerator; import com.project.bookstore.util.TextUtil; import org.jboss.arquillian.container.test.api....
[ "shreeram.malreddy@gmail.com" ]
shreeram.malreddy@gmail.com
205679456cb5dcfe0afd3ba9a28d3e4e893d320c
1236de321654fc48cfd8102d903c3867162785bc
/src/main/java/com/therealdanvega/config/CacheConfiguration.java
454a18efac8c62251267a322ba41e9eb527d85e9
[]
no_license
johnwr-response/a4jd-jhipster-tasks
0c9f65707759501e5fb51675fa1e1420d52fe1f1
1ab1497eada04dc30ffddb9c4e818c1059d09719
refs/heads/master
2023-07-28T11:22:46.233343
2020-04-19T14:00:34
2020-04-19T14:00:34
257,007,317
0
0
null
2023-07-11T14:00:26
2020-04-19T13:33:04
Java
UTF-8
Java
false
false
2,354
java
package com.therealdanvega.config; import java.time.Duration; import org.ehcache.config.builders.*; import org.ehcache.jsr107.Eh107Configuration; import org.hibernate.cache.jcache.ConfigSettings; import io.github.jhipster.config.JHipsterProperties; import org.springframework.boot.autoconfigure.cache.JCacheManagerCu...
[ "52628290+johnwr-response@users.noreply.github.com" ]
52628290+johnwr-response@users.noreply.github.com
9e9efe70daa5b0890f97baf238bc69744837819e
3ea5419c183aa533aca89854fe931f7b1d084774
/app/src/main/java/com/zype/android/ui/video_details/fragments/options/Options.java
0e87e910ec956a9628990485936f473b04e675d5
[ "MIT" ]
permissive
zype/zype-android
758740f15befdb46b6fbe1dfeabe046ba2d9e3ab
fb9f446bd397789d279862523af57fa1da23093d
refs/heads/master
2022-10-25T22:35:13.993193
2022-10-14T20:11:27
2022-10-14T20:11:27
76,283,943
5
16
NOASSERTION
2022-04-18T15:11:54
2016-12-12T18:29:39
Java
UTF-8
Java
false
false
787
java
package com.zype.android.ui.video_details.fragments.options; /** * @author vasya * @version 1 * date 6/26/15 */ public class Options { final static String TITLE_VIDEO = "Video"; final static String TITLE_AUDIO = "Audio"; String title; int id; int drawableId; String secondText; ...
[ "ech89899@gmail.com" ]
ech89899@gmail.com
fcc1b1dc7b9315c5c65c09ed591c285422e8cab4
5c41bba1b92814583f8dffa2cabc443a1e03d4c8
/BOEC-ejb/src/java/entity/Bill.java
fc48bf8a12f38d6dda44bffcb54261071a8400a0
[]
no_license
AnhHNPTIT/ProjectA-D
e59ae03b7417d6c11d133718dc134684406b6725
3652e3cd2320cb135988da5e42f65f81b391caa4
refs/heads/master
2022-07-07T18:18:23.853000
2020-05-13T11:29:19
2020-05-13T11:29:19
263,607,685
0
0
null
null
null
null
UTF-8
Java
false
false
5,379
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 entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; i...
[ "anhhn97.ptit@gmail.com" ]
anhhn97.ptit@gmail.com
f040e1be3fb764f7ce02b145a135866917752624
e2990c8ea03e0f5fbea7ef99337cfe4298977280
/mq-service-api/src/main/java/com/mq/biz/bean/KafkaMsgRQ.java
2386746ee50a03ea12f97a74b5d50ed9c6492f08
[ "Apache-2.0" ]
permissive
HeShengJin/mq-kafka
d5a89350bee21f678cc52cfef4351c99350faed2
c21d433915b1beea7d5051d16a5d8878e11ff201
refs/heads/master
2022-02-15T02:19:57.764551
2019-07-27T04:00:26
2019-07-27T04:00:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
720
java
package com.mq.biz.bean; import com.fasterxml.jackson.annotation.JsonInclude; import com.mq.entity.BaseObject; import lombok.Data; import java.util.Date; /** * @version v1.0 * @ClassName KafkaMsgRQ<T> * T:ๆ•ฐๆฎ็š„class็ฑปๅž‹ * @Description ็ฎ€ๅ•็š„ๆถˆๆฏ่ฏทๆฑ‚็ป“ๆž„ */ @Data public class KafkaMsgRQ<T> extends BaseObject { //ไธป้ข˜ S...
[ "huacke@163.com" ]
huacke@163.com
ce2aca7939b85956c9aa00271af927283cf232d3
2b20bb6fd2564da56555808623ef6792bbcb5b0b
/src/com/g4mesoft/graphics3d/Vertex3D.java
a0ab89d63c1bc1678c21bbcca9f4d29405414f7b
[ "MIT" ]
permissive
G4me4u/g4mengine
1ef5323311cc4b769aeccd541bdf8b7903f1060d
ab952d287f3a715d485100a7df562a4b999d2917
refs/heads/master
2021-06-02T19:28:44.356170
2020-06-30T15:56:18
2020-06-30T15:56:18
102,396,417
10
0
null
null
null
null
UTF-8
Java
false
false
1,736
java
package com.g4mesoft.graphics3d; import com.g4mesoft.math.Vec2f; import com.g4mesoft.math.Vec3f; import com.g4mesoft.math.Vec4f; public class Vertex3D { public final Vec4f pos; public final float[] data; public Vertex3D(int numData) { this.pos = new Vec4f(); this.data = new float[numData]; } public Verte...
[ "G4me4u@gmail.com" ]
G4me4u@gmail.com
0dd1edd8906dcb7e2674063feacc107719d0e7d7
f9304c7fb4fe67eafd22c1814afab633977417c6
/src/main/java/com/ailk/listener/weblistener/MyHttpSessionAttributeListener.java
ecb04191a52d874b0eb28f7d63d5839c8c24b04a
[]
no_license
kisshello/watermelon
cf2b01fd49325be546809efcf2463fb3174e0c21
88cc8829d2d66471e8afeb04a0adf646a2deb51f
refs/heads/master
2021-06-25T20:26:40.555265
2020-04-26T02:56:31
2020-04-26T02:56:31
219,471,596
0
0
null
2020-10-13T17:43:29
2019-11-04T10:09:59
Java
UTF-8
Java
false
false
738
java
package com.ailk.listener.weblistener; import javax.servlet.http.HttpSessionAttributeListener; import javax.servlet.http.HttpSessionBindingEvent; /** * @description: * @author: wanghk3 * @time: 2020/4/5 17:38 */ public class MyHttpSessionAttributeListener implements HttpSessionAttributeListener { @Override ...
[ "wanghk3@asiainfo.com" ]
wanghk3@asiainfo.com
1066e3f55edb4b43c5f8f31c67b38e3d201d3cb6
fe1ca817c8b9478c17b6d81a2a1497fc8a637e41
/src/main/java/org/usfirst/frc/team4028/robot/commands/auton/Auton_PIDTune_spinDown.java
45875910f45cd0aafa6c145585f4ac9babf4e03a
[]
no_license
Team4028/4028-PreBuild-Season-2019
d95665a156f72b829bfcda5903768fe8664226ea
53bc875e37ac11b37490e7de31b9c53237152af5
refs/heads/master
2020-04-09T02:46:54.707642
2018-12-06T22:21:33
2018-12-06T22:21:33
159,953,774
0
0
null
2018-12-07T00:52:44
2018-12-01T14:41:24
Java
UTF-8
Java
false
false
1,211
java
package org.usfirst.frc.team4028.robot.commands.auton; import com.ctre.phoenix.motorcontrol.can.TalonSRX; import com.ctre.phoenix.motorcontrol.ControlMode; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.command.Subsystem; /** * */ public class Auton_PIDTune_spinDown extends Command { ...
[ "njdonahue17@gmail.com" ]
njdonahue17@gmail.com
a5f31956608bff445f352f945b039e162385b13f
90eb7a131e5b3dc79e2d1e1baeed171684ef6a22
/sources/p005b/p096l/p097a/p113c/p131e/p136e/C2507tk.java
fef301f8722c4d01761ed053434c49c54eb6a8ab
[]
no_license
shalviraj/greenlens
1c6608dca75ec204e85fba3171995628d2ee8961
fe9f9b5a3ef4a18f91e12d3925e09745c51bf081
refs/heads/main
2023-04-20T13:50:14.619773
2021-04-26T15:45:11
2021-04-26T15:45:11
361,799,768
0
0
null
null
null
null
UTF-8
Java
false
false
1,643
java
package p005b.p096l.p097a.p113c.p131e.p136e; import android.os.Parcel; import android.os.Parcelable; import androidx.annotation.NonNull; import p005b.p006a.p007a.p024o.C0823f; import p005b.p096l.p097a.p113c.p119b.p122m.p123v.C1948a; /* renamed from: b.l.a.c.e.e.tk */ public final class C2507tk extends C1948a { pu...
[ "73280944+shalviraj@users.noreply.github.com" ]
73280944+shalviraj@users.noreply.github.com
fc30b092c46d3a54be320cd17bccdb712795c5a1
4f1577bfef6ec648d91ccb93298867395704eda7
/usertype.core/src/main/java/org/jadira/usertype/dateandtime/joda/PersistentLocalDate.java
dc58ab69c1f7b4d85b44a1b0039b6dd9c53dc566
[ "Apache-2.0" ]
permissive
TorqueITS/jadira-6.0.1.GA
e9b91e6c8ddb4b1f00fcd5b05c28f0e70c28be68
dc644a2260822cecdc472b3649ce447701907111
refs/heads/develop
2021-08-29T21:08:44.503113
2017-12-15T00:58:05
2017-12-15T00:58:05
112,560,991
0
0
Apache-2.0
2017-12-15T01:15:10
2017-11-30T03:41:17
Java
UTF-8
Java
false
false
1,807
java
/* * Copyright 2010, 2011 Christopher Pheby * * 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 a...
[ "chris@jadira.co.uk" ]
chris@jadira.co.uk
55f1de379e71b2c8734365227d95722c31ce56cf
93b2475fd35a53b863985a820d78573b4df968d1
/Prรกctica 1 - 2019/src/Punto/pMain.java
cff3c24016238756d8f756d884a56c7f1b18eda1
[]
no_license
josueaquino12/Algoritmos-y-Programaci-n-3
ef36650008a6d84b935c39a45cdb53456a258d9f
97d3872c0c4874bb8f2aa54a23ab6688fa589827
refs/heads/master
2020-06-25T04:30:09.044474
2019-07-29T19:54:12
2019-07-29T19:54:12
199,201,984
0
0
null
null
null
null
UTF-8
Java
false
false
353
java
package Punto; public class pMain { public static void main(String[] args) { Punto p = new Punto (5,3); Punto p1 = new Punto (3,2); Punto p2 = new Punto (7,8); p.imprimir(); p.desplazar(1,1); p.imprimir(); System.out.println("Distancia:----->" + Punto.distancia(p1...
[ "JosBen@DESKTOP-9BFHS37" ]
JosBen@DESKTOP-9BFHS37
d6027147831bcb66b5db872c668543967ce8db89
38c34ff168b64a67e969bd81a60556ad0b17e62c
/cbn-20170912/src/main/java/com/aliyun/cbn20170912/models/CreateCenResponseBody.java
1e281a3d541a8b519796d2c6b16fbe8fd439798d
[ "Apache-2.0" ]
permissive
bestchendong/alibabacloud-java-sdk
1474344c006641fbab882af4c277b5cbb343ea80
737c2b966c5e46903d5875e269c971cb80dd678f
refs/heads/master
2023-04-15T05:34:29.011451
2021-04-22T09:14:46
2021-04-22T09:14:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
875
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.cbn20170912.models; import com.aliyun.tea.*; public class CreateCenResponseBody extends TeaModel { @NameInMap("RequestId") public String requestId; @NameInMap("CenId") public String cenId; public static CreateCenResponseBo...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
c2e1a1a0d3a9bab0f06259b8b0df879fa6b1187f
fba8af31d5d36d8a6cf0c341faed98b6cd5ec0cb
/src/main/java/com/alipay/api/response/AlipayMarketingToolFengdieSitesBatchqueryResponse.java
9f9a5e68f4a1b5539b0a82a90326636fa6ed220f
[ "Apache-2.0" ]
permissive
planesweep/alipay-sdk-java-all
b60ea1437e3377582bd08c61f942018891ce7762
637edbcc5ed137c2b55064521f24b675c3080e37
refs/heads/master
2020-12-12T09:23:19.133661
2020-01-09T11:04:31
2020-01-09T11:04:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
780
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.domain.FengdieSitesListRespModel; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.tool.fengdie.sites.batchquery response. * * @author auto create * @since 1.0, 2019-05-22 1...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
0d4b921c87b24f3df749f651a2489a90f045d9af
65ad63c8f9a3798acc2565ed7101f62887c11f79
/src/main/java/com/guoanshequ/dc/das/dao/master/DsPesCustomerStoreMonthMapper.java
495a7a224e5f9019d113f4724647965bb8e61b94
[]
no_license
greatypine/ds
daef5b182769d4f6e23acf8095d7338104bc47f0
6c908fa035c3e77d58d3c2bb1f37fd6afaa4d254
refs/heads/master
2020-12-03T03:45:50.806074
2019-04-15T01:43:06
2019-04-15T01:43:06
95,770,084
0
0
null
null
null
null
UTF-8
Java
false
false
951
java
package com.guoanshequ.dc.das.dao.master; import java.util.Map; import org.springframework.stereotype.Repository; import com.guoanshequ.dc.das.datasource.DataSource; /** * * @author gbl * */ @Repository @DataSource("master") public interface DsPesCustomerStoreMonthMapper { /** * * @Ti...
[ "greatypine@163.com" ]
greatypine@163.com
cddc7cbd05826992702c7f2d72b36bdbec420143
dbba88db0d55aca07a9ad2026fed95e468901d2b
/configclient/src/main/java/com/playground/configclient/controller/TestController.java
b75a4fcbbc264088f87f05ea74824a76f8f003e0
[]
no_license
amit-mittal/spring-cloud-playground
deb451b3374c52994f6ba0d97f9b830c607047ba
acd96afad16b3b91ba16ba24599e4790bef7260b
refs/heads/master
2020-03-27T12:52:24.890277
2018-09-08T08:19:04
2018-09-08T08:19:04
146,575,236
1
0
null
null
null
null
UTF-8
Java
false
false
925
java
package com.playground.configclient.controller; import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand; import org.springframework.beans.factory.annotation.Value; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.sprin...
[ "amit.mittal1993@gmail.com" ]
amit.mittal1993@gmail.com
1934f8ea4ee14a435275b67231b7d7a2eedb32e2
62ac9c90814470dde6c30c58c7ad94db18acb77f
/src/main/java/kr/or/ddit/mul/mulCalculation.java
58515ca72aa0daf0e8d4bf0f7c1396d0c42e9a52
[]
no_license
DoaOh/lastjsp
ceb4f24efd68fee68a7cecfe62219585d506d554
ca7a85436fc5d34dd1c4cc301e2bf954307b33d5
refs/heads/master
2021-06-14T11:08:15.831074
2019-06-18T09:52:59
2019-06-18T09:52:59
192,501,429
0
0
null
2021-04-22T18:22:51
2019-06-18T08:45:15
JavaScript
UTF-8
Java
false
false
1,075
java
package kr.or.ddit.mul; 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 org.slf4j.Logger; import org.slf...
[ "8doadoa8@gmail.com" ]
8doadoa8@gmail.com
dbba5f22821928725f0d9e2c27c04dab8d5f89c1
10198516150fe93bc2e00d6e5459c26e160f34ba
/repo/proj3/gitlet/Blob.java
bb66dbbc0c1bfe796af33128670196844f817c2d
[]
no_license
ultraviolex/CS61B
d9669662f989d7d3b26f60c35772f0ccc8b9c615
aead00d32033b63e92de9e543c83857e532ea97b
refs/heads/master
2022-09-11T02:19:41.615204
2020-06-01T21:32:13
2020-06-01T21:32:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
package gitlet; import java.io.File; import java.io.Serializable; /** Blob class of gitlet. * @author Xiuhui Ming*/ public class Blob implements Serializable { /** Make a blob from a file. * @param f file. */ public Blob(File f) { _fileName = f.getName(); _contents = Utils.readContentsA...
[ "mingxiuhui@berkeley.edu" ]
mingxiuhui@berkeley.edu
e54694cf532fe9636c1d8872576a383da83bbf17
1596a2a033cf994615758f63d1f8ca185187cbb8
/TP3/LinearSpacePerfectHashing.java
54f199c3b1d18e8261af0d361b184188b64546f3
[]
no_license
badrlab/inf2010
f1706f48334e10d0a3f22370049a5e7711faa2cd
6ee3a7966146c69a55821f8f10f66d63763bdbaf
refs/heads/master
2020-03-17T14:23:08.477645
2018-05-16T13:42:17
2018-05-16T13:42:17
133,669,862
1
0
null
null
null
null
UTF-8
Java
false
false
1,883
java
import java.util.Random; import java.util.ArrayList; public class LinearSpacePerfectHashing<AnyType> { static int p = 46337; QuadraticSpacePerfectHashing<AnyType>[] data; int a, b; LinearSpacePerfectHashing() { a=b=0; data = null; } LinearSpacePerfectHashing(ArrayList<AnyType> array) { AllocateMemory(ar...
[ "noreply@github.com" ]
badrlab.noreply@github.com
0de781bd573cb3d05e3d72aacd88b558ee9efc1d
f692fe03c7dc6d7f5f3197276ad36ae799643794
/recruiting-core/src/test/java/it/f2informatica/test/services/gateway/mongodb/UserRepositoryGatewayMongoDBTest.java
520b927d04dd040c4e6f5787e46e2a96fcd42cbd
[ "Apache-2.0" ]
permissive
ShreySangal/recruiting-old-style
52076bad4b82502d0e5e9261484625d1dd0c39a9
9de7cf6a60b4b478b65477f8b79b179a0e0eea06
refs/heads/master
2021-11-13T10:02:48.774134
2016-03-09T09:23:54
2016-03-09T09:23:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,655
java
/* * ============================================================================= * * Copyright (c) 2014, Fernando Aspiazu * * 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 * ...
[ "fumandito@gmail.com" ]
fumandito@gmail.com
924b7baf61592fedb576944e8b58e790beb1adb8
6253283b67c01a0d7395e38aeeea65e06f62504b
/decompile/app/Mms/src/main/java/com/android/mms/ui/HwCustAttachmentTypeSelectorAdapter.java
762c6ec4da14f9506f3caad24e2e41bb17f91941
[]
no_license
sufadi/decompile-hw
2e0457a0a7ade103908a6a41757923a791248215
4c3efd95f3e997b44dd4ceec506de6164192eca3
refs/heads/master
2023-03-15T15:56:03.968086
2017-11-08T03:29:10
2017-11-08T03:29:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package com.android.mms.ui; import android.content.Context; import com.android.mms.ui.IconListAdapter.IconListItem; import java.util.List; public class HwCustAttachmentTypeSelectorAdapter { public void addExtItem(List<IconListItem> list, Context context) { } public boolean isCustLocationEnable() { ...
[ "liming@droi.com" ]
liming@droi.com
add7a5a82bab2e0bd2d3817f77bbe53ea1ac70ed
45de98b5e10d55f7f87062989dbf689a7c55f4d7
/app/build/generated/source/r/debug/android/support/loader/R.java
84fb44eacb951bfa3f9e32871350ff06f8ee53bf
[]
no_license
tv9nusantaraIT/nine_store_webview
32090522a70f4a79c77624a83d3082b637e1031c
fe009dfb230129bf8041831bbedf17d0d9c05fa3
refs/heads/master
2023-07-08T14:14:21.333332
2021-07-31T19:27:21
2021-07-31T19:27:21
391,444,052
0
0
null
null
null
null
UTF-8
Java
false
false
10,167
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.loader; public final class R { public static final class attr { public static final int alpha = 0x7...
[ "tv9nusantarait@gmail.com" ]
tv9nusantarait@gmail.com
6cf2c78f2e14e633eda979b73cecb4f739084e5e
3181906569f945626897f4aa700138009b83fd78
/src/main/java/com/example/demo/DemoApplication.java
d5cff8a2da8030c467a162ee24480f4536c77da9
[]
no_license
chloer-nico/FullTextRetrieval2.0
8d54d27f0d52b9a0918c26d66fce34a3f4107d23
494768cad1fe6a25580740fd48cee2ffc38d09a7
refs/heads/master
2023-01-30T13:19:41.123047
2020-12-15T08:49:30
2020-12-15T08:49:30
321,604,556
0
0
null
null
null
null
UTF-8
Java
false
false
1,796
java
package com.example.demo; import com.example.demo.config.Sysconfig; import com.example.demo.lucene.LuceneDao; import org.apache.lucene.document.Document; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication...
[ "694144275@qq.com" ]
694144275@qq.com
e67d9ae9ddccc4e09424d57e228ea59869704df7
a07b5f7029dd945c77069dd2f1b0fc11d84aa4a5
/src/com/lesson2/calculator/Calculator.java
add04262addaa47e16dd38fbe46b888b32eaf4ec
[]
no_license
titanmet/startjava_test
ef9e7dcf38b90d9beae261d979e18c3b3458dd12
40040f914554dc9e4b7a074e3a6ac6a4584ec73c
refs/heads/master
2023-06-01T11:14:29.448078
2021-06-17T18:43:59
2021-06-17T18:43:59
376,775,943
0
0
null
null
null
null
UTF-8
Java
false
false
1,708
java
package com.startjava.lesson2.calculator; public class Calculator { public double sum; public int num1; public char ch; public int num2; public String answer = "ะดะฐ"; public void setNum1(int num1) { this.num1 = num1; } public void setCh(char ch) { this.ch = ch; } ...
[ "titanmet@mail.ru" ]
titanmet@mail.ru
4cfadee6822b283820e55d660e2f7bee9b7300eb
cbcc40b1acb557d0e025029dbfa85052caef831a
/src/main/java/com/altimetrik/brs/entity/Reservervation.java
ea4c9ebbbbdbd118d0c354fdf11c6b13ce07e293
[]
no_license
mjkumar-rgda/BusReservationApp
4f032cc1603e3ad1a2497c9785f3a43a67947669
ec437990720453e536517d3e9db068a1cbf92b35
refs/heads/master
2022-12-05T17:18:24.540847
2020-08-29T12:59:34
2020-08-29T12:59:34
291,271,101
0
0
null
null
null
null
UTF-8
Java
false
false
1,073
java
package com.altimetrik.brs.entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import lombok...
[ "54305140+mjkumar-rgda@users.noreply.github.com" ]
54305140+mjkumar-rgda@users.noreply.github.com
85a1909d64e951878de7ee8deabde82977812e35
b6b4977560b197e9ff5b80e746581d714d4311bd
/PythonApi/app/src/main/java/com/seesmile/chat/pythonapi/base/BaseActivity.java
d9af996aff992494b0e1f9e3a5c6caab20c834d2
[]
no_license
SeeSmile/SmileChat
cd9b765e60ac14c3e8122e13ded9fa04f1ab3dcf
0af7a5c589fe0cf0a99a40554747a6b141bcfa75
refs/heads/master
2021-01-20T18:24:17.746161
2016-07-20T09:40:12
2016-07-20T09:40:12
63,326,300
0
0
null
null
null
null
UTF-8
Java
false
false
1,018
java
package com.seesmile.chat.pythonapi.base; import android.content.Context; import android.os.Bundle; import android.support.annotation.LayoutRes; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.util.AttributeSet; import android.view.View; import com.seesmile....
[ "1092443178@qq.com" ]
1092443178@qq.com
663092637d33cf0044ad929bec5810e0234d0851
3cc0e129d2a3018c8ed21297b296b992f202919b
/src/ListIterator.java
7b97c681c8dd8e5d44c4dc47c24600896ec0b99a
[]
no_license
shisannafiz/linkedlists
c640abdca5cc4671dcf8894f875176342d11d41d
322d36a9cf9b57f8ce180395f98ac98b8c17614f
refs/heads/master
2022-04-19T04:51:49.872883
2020-04-10T15:44:30
2020-04-10T15:44:30
254,671,945
0
0
null
null
null
null
UTF-8
Java
false
false
224
java
public interface ListIterator<AnyType> { public void add(AnyType newValue); public void remove(); public boolean hasPrevious(); public boolean hasNext(); public AnyType previous(); public AnyType next(); }
[ "shisannafiz8@gmail.com" ]
shisannafiz8@gmail.com
f2858d716e2672cb84475364b229af9325f4a7dd
2efa8b58a8682aa731a765cd1db0b6b5a80edba2
/src/main/java/com/thinkgem/jeesite/modules/oa/entity/Leave.java
fae3ec8f6d5ed24eab90deebd9fd9a942fc2efb0
[ "Apache-2.0" ]
permissive
tangsiyi/jeesite-xf
da62699b59737c38709fa2e1b29a432cb7f567c5
3d5bf2c14e05f25c2d150f538aae0e909edd5b11
refs/heads/master
2022-12-23T04:02:09.849446
2019-10-20T12:50:29
2019-10-20T12:50:29
215,002,434
0
0
Apache-2.0
2022-12-16T08:01:02
2019-10-14T09:29:50
JavaScript
UTF-8
Java
false
false
3,866
java
/** * There are <a href="https://github.com/thinkgem/jeesite">JeeSite</a> code generation */ package com.thinkgem.jeesite.modules.oa.entity; import java.util.Date; import javax.persistence.Entity; import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; im...
[ "271548546@qq.com" ]
271548546@qq.com
1cdb9cf1e29241be32e08ba636dd918b485433a4
b3c6241c31f563c06ff1b0881652d1f800e2b332
/cdm/src/test/java/thredds/catalog2/xml/parser/stax/GeospatialRangeTypeParserTest.java
6fad8e323e61a0c1194b9fed96d3eb4fc58f1a89
[ "NetCDF" ]
permissive
feihugis/thredds-target-4.3.23
f56346a42ab398467761a9f5d5a27a2a1a5854bd
5d853cac7529dc742208cc23addf78522dbace58
refs/heads/master
2021-03-16T10:06:15.407497
2017-11-07T06:27:38
2017-11-07T06:27:38
50,969,901
0
0
null
null
null
null
UTF-8
Java
false
false
6,257
java
package thredds.catalog2.xml.parser.stax; import org.junit.Test; import org.junit.Before; import static org.junit.Assert.*; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLEventReader; import javax.xml.namespace.QName; import thredds.catalog2.xml.parser.ThreddsXmlParserException; im...
[ "hufei68@gmail.com" ]
hufei68@gmail.com
0d0aa5650a87fc55be50b6f2b7881b1ff0960caa
bca0bf5c2f40d3d92dcb28d8699ebf648d61e8d2
/games-obstacle/core/src/com/obstacleavoid/screen/game/GameRenderer.java
36124d973bfc8ebbfb7bf73df6aab29402bd718c
[]
no_license
nvg/android
8d2ebd462d4950bb35337f3e0524843dcfdb7d63
ec911402cad361041ae661f6beec8a8463cd40f5
refs/heads/master
2022-07-23T17:51:01.219944
2020-05-18T20:05:50
2020-05-18T20:05:50
254,755,654
0
0
null
null
null
null
UTF-8
Java
false
false
6,455
java
package com.obstacleavoid.screen.game; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.GlyphLayout; import com.badlogic.gdx.graphics.g2d.SpriteBatch; impo...
[ "nick.goupinets@gmail.com" ]
nick.goupinets@gmail.com
655401c654cc27fb5975248fbfe03115167a37b0
1930db0b5515570c0364e3e069661fdc4496fa74
/Interface/src/Sample.java
355702761ffe98a665e8bd1d2b438ebd0d12a6d2
[]
no_license
MANUCHANDRAN94/java_study
287e7167a2e74fa8ef6758df13e36c5db33f6ea2
016575e70b91107254e4981deb5f0c4c9460c63c
refs/heads/master
2022-07-12T11:02:58.050755
2020-05-15T09:25:19
2020-05-15T09:25:19
264,151,264
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
public class Sample implements Hello { public void Ontext(String text) { System.out.println("3constructor"); System.out.println(text); System.out.println("4constructor"); } Sample() { TextScanner t=new TextScanner(this); System.out.println("Sample constructor"); t.scan(); } public static void mai...
[ "m4manu001@gmail.com" ]
m4manu001@gmail.com
9e34cb87abcfde8f69fce2c5d991d5e8f9ae9a27
bfd60fe949807d6a70a07a09b897ad9f0187f671
/src/main/java/org/jsapar/compose/cell/package-info.java
bf8491c31640afb1daf526693338ccba09d62bc9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
org-tigris-jsapar/jsapar
ad221d7748bad42c708052e995dde596cd6a67e3
0113c8d3dcb821438a4eb065080ab8c506105610
refs/heads/master
2023-08-21T21:26:47.813228
2023-08-03T08:25:48
2023-08-03T08:25:48
102,112,317
13
4
Apache-2.0
2020-10-13T12:41:24
2017-09-01T12:51:18
Java
UTF-8
Java
false
false
113
java
/** Internal classes for composing {@link org.jsapar.model.Cell} instances. */ package org.jsapar.compose.cell;
[ "p.jonas.stenberg@gmail.com" ]
p.jonas.stenberg@gmail.com
33d57fb776ff2df60a5613fc706e04259710262b
1e8673f3e5277b63bfc419078f06ae9454fa2f5d
/InterfaceSpringBoot/src/main/java/app/Application.java
6867998605b3cfadb026cdf6bc69f53519fb9a5e
[]
no_license
reyinever/interfaceAutoTest
50e775d848e45e3dc7b0c45f58eeae32185d5833
47101f2785de3c5d424f18011338b9f0c1bcb139
refs/heads/master
2022-07-08T18:37:10.655627
2019-07-31T08:18:40
2019-07-31T08:18:40
139,323,764
0
0
null
2022-06-21T01:32:34
2018-07-01T11:32:57
Java
UTF-8
Java
false
false
420
java
package app; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.ComponentScan; @SpringBootApplication @ComponentScan("com.tester") //ๆ‰˜็ฎก็š„ๅŒ… public class Application { //็จ‹ๅบ็š„ๅ…ฅๅฃ public static void ma...
[ "reyi_never@163.com" ]
reyi_never@163.com