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
a5bf19ed79df3bbb2669bdf6a7b973662e57ff4b
719c2223ac22ac69f80821272876ce84fb3252d2
/TDAMapeo/Trie.java
a041720139f458c46be26816324d49c3966e3681
[]
no_license
fran-gomez/Estructuras-de-Datos
7ef5001eda96fb3892603d43febb6d36e5295f48
6dfff058970ecaa92a8aba9a6aa34909d5e2df90
refs/heads/master
2020-03-27T18:12:01.623536
2018-08-31T15:17:29
2018-08-31T15:17:29
146,904,964
1
0
null
null
null
null
UTF-8
Java
false
false
974
java
package TDAMapeo; public class Trie<V> implements Map<String, V> { @Override public int size() { // TODO Auto-generated method stub return 0; } @Override public boolean isEmpty() { // TODO Auto-generated method stub return false; } @Override public V get(String key) throws InvalidKeyException { //...
[ "31447177+fran-gomez@users.noreply.github.com" ]
31447177+fran-gomez@users.noreply.github.com
ecea8bad29f7e6a13c4d7d8c5b4dc711c5412fa5
99023a3cfc185624e6203edca6d6f3d54ba11796
/jfinal/com/jfinal/plugin/activerecord/dialect/.svn/text-base/MysqlDialect.java.svn-base
c813856a8d34c6bf615c42e4ecab0d7cffd2b5b3
[]
no_license
chocoai/ebspos
e19c886c421a4f3729a174498926b7e87c1784f9
c09e62ce3e521ede25550e8e277cce1a131558be
refs/heads/master
2020-04-13T07:44:15.672768
2014-01-13T15:30:28
2014-01-13T15:30:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,570
/** * Copyright (c) 2011-2012, James Zhan 詹波 (jfinal@126.com). * * 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...
[ "gowish_rrrr@163.com" ]
gowish_rrrr@163.com
c18daebe46a1ba28d244006e6b1bc398108cc8e0
a3691522b85603a82ed4302787556d5eefcee12f
/src/main/java/de/hshn/se/aop/logging/LoggingAspect.java
40353873507887fc6b14f34e124f316b47601b87
[]
no_license
florensh/isa
1f008f0116bb71df1587ae9fb3ac438922d73a80
c142af8c812ed92a223d109188c36b634669dfa5
refs/heads/master
2021-01-12T09:31:23.166202
2017-05-10T13:56:01
2017-05-10T13:56:01
76,181,136
0
0
null
null
null
null
UTF-8
Java
false
false
2,955
java
package de.hshn.se.aop.logging; import de.hshn.se.config.Constants; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation...
[ "florensh@gmx.de" ]
florensh@gmx.de
f580ac879afcefbae68d63014f6cd479ce153a0e
d10042b0c0a2ec31ee21d88a28e551fd056189fb
/MyBigNumber.java
e42ceba9c083b53b12cef536dc8d3bc1117a1482
[]
no_license
nguyenhuunhan23/add2numbers
1e513ab89bde6f0cb940c176c36fb4f083b9b558
966ec4216505a4d5d1ce1dbc50a7af1bc6fdc38c
refs/heads/master
2020-04-09T04:09:47.102913
2018-12-02T04:20:43
2018-12-02T04:20:43
160,012,474
0
0
null
null
null
null
UTF-8
Java
false
false
3,747
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 calculator; import static java.awt.SystemColor.text; import java.util.regex.Pattern; /** * * @author Administra...
[ "noreply@github.com" ]
nguyenhuunhan23.noreply@github.com
708ef89ca901e3d8ec148d6714d4584e30b04fac
f1a0721f7aaeee34f1e4720c74e8fc4a0b21bed6
/src/edu/cpp/cs4450/SimplexNoise_octave.java
868b0ca9697a7ed3b1f29e7f397460896c01e964
[]
no_license
pooya134/CS4450_FinalProject
cb2df20b177a86aef45058309fe0f3ace200d72d
4320692662c9c62b1e231b4bb991fe048a9c6e0a
refs/heads/master
2020-05-16T01:52:54.045769
2019-04-22T03:01:06
2019-04-22T03:01:06
182,613,193
0
0
null
null
null
null
UTF-8
Java
false
false
15,737
java
package edu.cpp.cs4450; import java.awt.Color; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.Random; import javax.imageio.ImageIO; public class SimplexNoise_octave { public static int RANDOMSEED=0; private static int NUMBEROFSWAPS=400; pr...
[ "noreply@github.com" ]
pooya134.noreply@github.com
d139787ff4342187c2b5c6b6ba39cd9e832d3d25
a6cc2f07d50d675257d38c7a4125ea8c08cf6688
/src/main/java/com/feiyangedu/petstore/util/MapUtil.java
6f098fb32e2e81cc9edd1fecf3b510396400630f
[ "Apache-2.0" ]
permissive
akingde/petstore
e0756e661f596034d0e40c434fed19aeb86a39a6
eaf5b2bb09295e8bb88d1ab88d8e714cab9d3181
refs/heads/master
2021-06-01T04:24:36.595176
2016-07-17T13:04:30
2016-07-17T13:04:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,589
java
package com.feiyangedu.petstore.util; import java.util.HashMap; import java.util.Map; public class MapUtil { public static <K, V> Map<K, V> of() { return new HashMap<K, V>(); } public static <K, V> Map<K, V> of(K key1, V value1) { Map<K, V> map = new HashMap<K, V>(); map.put(key1, value1); ...
[ "askxuefeng@gmail.com" ]
askxuefeng@gmail.com
90f7ced14a1402fd0634cf713e48ed8878902a90
454090688f45329f6d4c0fdf34bfef023dd8c185
/src/ClassRoom/model/Person.java
6c79f4079ab846f6c79074c2df6f11e8749ceabf
[]
no_license
Evgeniy46/JavaLern
24e2cc2739bf260b200d709cbe9541339390d3cc
b90fb813f6185564932c74a61657ffe625c761b9
refs/heads/master
2020-04-01T21:22:35.891890
2016-09-20T13:49:19
2016-09-20T13:49:19
68,714,948
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package ClassRoom.model; /** * Created by Евгений on 20.09.2016. */ public abstract class Person extends NamedEntity{ private String gender; private int age; public Person() { } public Person(String name, String gender, int age) { super(name); this.gender = gender; this....
[ "46program@gmail.com" ]
46program@gmail.com
03b1ab59982aed2aa9872e997114c48d38ce31f6
1bd312825904d646af19fd695f2c3eaae7449ea3
/binary.java
5858e45f3df6b6b57fcadb3b16240fab5f710c3a
[]
no_license
sarvendrasingh/CodingMonth
1857c7f58d39e70ce1dd864c73fab8c0619deeb1
4fcd6278710e5d6931c0add642f8fb35ede70761
refs/heads/main
2023-05-03T10:47:59.234099
2021-05-26T16:25:46
2021-05-26T16:25:46
365,459,636
0
0
null
null
null
null
UTF-8
Java
false
false
837
java
import java.util.Scanner; public class binary { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.print("Enter a number: "); int n = sc.nextInt(); String bin = Integer.toBinaryString(n); int count = 0; // System.out.println(bin.l...
[ "sarvendra.singh_cs18@gla.ac.in" ]
sarvendra.singh_cs18@gla.ac.in
3b25ba1911d606bac8c2009f23a95700b17ad3a7
dba8bcb988acb0c1c2a13c52645be762e21f975c
/src/main/java/lk/eDoc/service/impl/PrivatePracticeServiceImpl.java
938dd0b0912d9de0c55ef017cb3d5a856c6e0a78
[]
no_license
sahan1995/eDoc-BackEnd
1d95f27bfcfbfd65be3aaaef567150f5e0b22385
0ed17bd572b0fad6f235c89f7a23de5a554dc9ac
refs/heads/master
2020-04-24T03:51:23.317847
2019-04-01T18:52:33
2019-04-01T18:52:33
171,683,751
0
0
null
null
null
null
UTF-8
Java
false
false
1,921
java
package lk.eDoc.service.impl; import lk.eDoc.dto.DoctorDTO; import lk.eDoc.dto.PrivatePracticeDTO; import lk.eDoc.entity.Doctor; import lk.eDoc.entity.PrivatePrictice; import lk.eDoc.repository.PrivatePracticeRepository; import lk.eDoc.service.PrivatePracticeService; import org.springframework.beans.BeanUtils; import ...
[ "sahanrajakaruna001@gmail.com" ]
sahanrajakaruna001@gmail.com
ea9ec93f5449f04f79b4a7a4cad67eb43fccc7e7
f5c2d839cc57e6f71ca02d9ef39b5c28fce76dc1
/coronavirus_bootstrap/src/main/java/io/guruinfotech/coronavirustracker/services/CoronavirusSmsService.java
ca904698e4bb3283128ce715b74337f3181cc89c
[]
no_license
gurunatha/Spring-Boot
8ed987aca52a76382b721a79983cd089393fb0ab
013509f59eccac6dd0efdc0dae2eb7be1f473740
refs/heads/master
2022-12-11T00:47:00.005359
2020-03-27T05:34:51
2020-03-27T05:34:51
249,983,675
0
0
null
2022-12-07T05:26:35
2020-03-25T13:18:56
JavaScript
UTF-8
Java
false
false
3,989
java
package io.guruinfotech.coronavirustracker.services; import java.io.IOException; import java.io.StringReader; import java.net.MalformedURLException; import java.net.ProtocolException; import java.util.ArrayList; import java.util.List; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVR...
[ "guru@DESKTOP-18RHKRP.mshome.net" ]
guru@DESKTOP-18RHKRP.mshome.net
f1c897be0dc5c17bcff9fa8ae4aa8adc64ccd7f8
8957e7451c979480d534509e02c4777e75801ab2
/app/src/main/java/com/example/tnua_hadasha/MainActivity.java
3364958d4b034ce0c68aa57ca37e3d6dd09ec6eb
[]
no_license
OriKatash8/tnua-hadasha
e5036984b34a1be7e834a07619ff387fd06a4817
aa55e0571b1c60bd6455e777038eb2fef4563c6e
refs/heads/master
2023-06-07T18:03:10.731147
2021-06-25T09:04:23
2021-06-25T09:04:23
373,084,198
0
0
null
null
null
null
UTF-8
Java
false
false
1,001
java
package com.example.tnua_hadasha; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; public class MainActivity extends AppCompatActivity implements View.OnClickListener { Button Regbut; Button Logbut; ...
[ "orikatash8@gmail.com" ]
orikatash8@gmail.com
d39bc5b8f64af18d275f1a4d9f508fe3e27b6892
6e156bc13ac8493516609b1ff122f41f53906d68
/flink-python/src/main/java/org/apache/flink/table/runtime/arrow/ArrowReader.java
869b81e4972c2d3dea01bc0767d2a7f96999c714
[ "Apache-2.0", "MIT", "ISC", "OFL-1.1", "BSD-3-Clause" ]
permissive
tillrohrmann/flink
e4a07edfce2d80b3a3b90aa9c7070b7367193fa7
b8ff60d9ea3ce22546b50d23dc0ad6c96b034191
refs/heads/master
2022-12-22T10:18:52.784714
2021-07-07T16:10:45
2021-07-09T07:46:19
20,681,108
6
5
Apache-2.0
2021-04-21T21:14:41
2014-06-10T10:19:35
Java
UTF-8
Java
false
false
1,169
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 ...
[ "chenghequn@gmail.com" ]
chenghequn@gmail.com
7cc2dcb2e4a70720acc80cabf6888a36bd85794f
7cf34b316a7ac9067ccb3a4b26d9e0d9709cfb38
/app/src/androidTest/java/com/example/gaozhiqiang/androidupdate/ExampleInstrumentedTest.java
4bb0d08cdee3bf15a43c75a0d28682b46705d1f1
[]
no_license
jiumogaoao/androidUpdate
6ac0f720889a2057bf83e2d8fccb48ab63611a1f
0d01d83c98977a3758341403d002df2bd5d2000a
refs/heads/master
2021-01-12T05:16:35.398727
2017-01-11T13:11:11
2017-01-11T13:11:11
77,892,135
0
0
null
null
null
null
UTF-8
Java
false
false
778
java
package com.example.gaozhiqiang.androidupdate; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will exec...
[ "gaozq@zoteri.net" ]
gaozq@zoteri.net
7a1a8085840699a65b998c77e35ddf08fca28a90
91e84cfcdd37a587631c467c6cc71f8d50af1652
/Practica2Trimestre/app/src/main/java/com/example/aleja/practica2/modelos/Alumno.java
6e24d6a11e513b9ae214e69bad65e997f4ac63db
[]
no_license
Zirialk/Android
27a0f1c6c1194885a8d9656020291c6ebfde697e
8e48d962c54040854af382d0de54b402a96f0169
refs/heads/master
2021-01-10T14:43:08.957940
2016-03-24T16:52:46
2016-03-24T16:52:46
43,421,043
0
1
null
null
null
null
UTF-8
Java
false
false
3,246
java
package com.example.aleja.practica2.modelos; import android.os.Parcel; import android.os.Parcelable; public class Alumno implements Parcelable { private int id; private String nombre; private String telefono; private String email; private String empresa; private String tutor; private Strin...
[ "alejandro123888@hotmail.com" ]
alejandro123888@hotmail.com
72f29a110fc2a6d03a5ae21ffa6e6e0619dd51b0
768b5b0b1ae1f7029642558c575a793c1dd0efbb
/AtlasServices/src/atlasWebServices/SimulateTagLocalizations.java
32c8ed17deebcfbc66743579276ac4ab2a55afc7
[]
no_license
shomratalon/minerva-workshop
d0e082d88d1b6eb7a919842fcd43e8fec99d885f
ed89fdb0de05d7734896b75e024698d5470cc819
refs/heads/master
2021-01-16T22:41:13.062713
2015-10-04T21:20:41
2015-10-04T21:20:41
50,177,103
1
0
null
2016-01-22T11:21:24
2016-01-22T11:21:24
null
UTF-8
Java
false
false
1,691
java
package atlasWebServices; import java.io.IOException; import java.io.PrintWriter; import java.text.DateFormat; import java.util.ArrayList; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import ...
[ "ronipoyas1@gmail.com" ]
ronipoyas1@gmail.com
eebb28ab8342b44a24c83ab8bc649e68e5a9d15d
47f068783ceda233fedf5829ce847544c3895ba4
/09_exp_type-exp_type_28_assign_comp/exp_type_28_assign_comp.java
308f06d954fcb2820b3f7e2dc8897398248b1729
[]
no_license
pengyunie/gvm-kbenchmark
ffef100cf9be46fa07ea04ffee16d0d2901a2394
2915cbd930aa82f8c26a4e63dab90faf59f9b08d
refs/heads/master
2022-01-19T04:06:49.659426
2019-04-04T05:06:39
2019-04-04T05:06:39
195,458,348
1
0
null
null
null
null
UTF-8
Java
false
false
1,366
java
/* Assignment: some compound int b = 1; long a = 10; b += 200 : a += 200 b -= 2 : a -= 2 Print a, b after each assign. */ public class exp_type_28_assign_comp { public static void main(String[] args) { int b = 1; long a = 10; System.out.print("f(true ? (b += 200) : (a += 200)): "); System.out.println( f(tr...
[ "prodigy.sov@gmail.com" ]
prodigy.sov@gmail.com
0b30766bd24fafad8136d8b755db212eeb006296
d4e9d01845b6781105b614082a8994f1c1447874
/ethereum/api/src/integration-test/java/org/hyperledger/besu/ethereum/api/jsonrpc/methods/EthGetBlockByNumberLatestDesyncIntegrationTest.java
db6eef416e20f9c00282ab9b9e18b1a715ed0f91
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
sanketshevkar/besu
c65d07f7e2ac6ce1e46cf06ed8c2c7a06d22cea4
75324f38179ce966a9a767c0da997eaed756ea93
refs/heads/main
2023-08-05T01:44:52.141141
2021-09-10T02:45:16
2021-09-10T02:45:16
405,429,594
1
0
Apache-2.0
2021-09-11T16:36:09
2021-09-11T16:36:09
null
UTF-8
Java
false
false
7,537
java
/* * Copyright ConsenSys AG. * * 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 applicable law or agreed to in writing...
[ "noreply@github.com" ]
sanketshevkar.noreply@github.com
06545facc9298e492ffb62a7d5dc65e929f53a36
0c98cf3f64a72ceb4987f23936979d587183e269
/services/moderation/src/main/java/com/huaweicloud/sdk/moderation/v2/ModerationAsyncClient.java
254a3f46eb5560b5844efe72891669e74f75e30f
[ "Apache-2.0" ]
permissive
cwray01/huaweicloud-sdk-java-v3
765d08e4b6dfcd88c2654bdbf5eb2dd9db19f2ef
01b5a3b4ea96f8770a2eaa882b244930e5fd03e7
refs/heads/master
2023-07-17T10:31:20.119625
2021-08-31T11:38:37
2021-08-31T11:38:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,709
java
package com.huaweicloud.sdk.moderation.v2; import com.huaweicloud.sdk.core.ClientBuilder; import com.huaweicloud.sdk.core.HcClient; import com.huaweicloud.sdk.core.invoker.AsyncInvoker; import com.huaweicloud.sdk.moderation.v2.model.*; import java.util.concurrent.CompletableFuture; public class ModerationAsyncClient...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
249752bd86754247fa5f6ebf06cc90f303d2babc
74e5cd0ff399cee1cec1f7a3e6a57084a2c09f44
/src/br/newtonpaiva/modelo/Aluno.java
6e4d65f8ac663ae9814634d89e0323de556c6da6
[]
no_license
tarley/GCModelo
e8d5459f58cf9406fab0d5f94e0310f9ecaa74b1
47f85bb5a412f29bba876cf8d5a2b1877584b843
refs/heads/master
2021-01-11T03:18:03.730301
2016-12-20T03:27:39
2016-12-20T03:27:39
71,090,074
0
1
null
null
null
null
UTF-8
Java
false
false
12,997
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.newtonpaiva.modelo; import br.newtonpaiva.modelo.excessoes.AlunoInvalidoException; import static br.newtonpaiva.uti...
[ "tarley.lana@gmail.com" ]
tarley.lana@gmail.com
dcef5a05740a5d67aab81f28880c28126d4c4d2c
9ed25ece617597934b4e7b0e0deea05bd752b6ef
/src/Fibonacci/Tugas1.java
5e0ab6fd9745873887d6ca2cceaa7af8a2a0bb98
[]
no_license
zalsaaquarista/Dynamic-Programming
80d98cd8752ff469c38a652d3cacb81bab2dca0a
55d63146f291ba4c4024f396ee8eb763776b1076
refs/heads/master
2021-09-22T19:21:23.976161
2018-09-14T13:42:38
2018-09-14T13:42:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,512
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 Fibonacci; /** * * @author ASUS */ import java.util.Scanner; public class Tugas1 { public static void main...
[ "ASUS@LAPTOP-48GGUI0O" ]
ASUS@LAPTOP-48GGUI0O
0b6a256d60ef2c12b05d5672b25210d7da33fd3a
0daf722feb3f801895e028e6d3389c91339c2d6d
/GingaJEmulator/src/br/org/sbtvd/si/Descriptor.java
d7bdb6068b8ac13bd6f1cc3615ffbe6f5ec241b1
[]
no_license
manoelnetom/IDTVSimulator
1a781883b7456c1462e1eb5282f3019ef3ef934a
3f6c31c01ef10ed87f06b9e1e88f853cfedcbcd1
refs/heads/master
2021-01-10T20:56:13.096038
2014-09-16T17:52:03
2014-09-16T17:52:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
439
java
package br.org.sbtvd.si; public class Descriptor{ /** * * @return */ public short getTag(){ //TODO return 0; } /** * * @return */ public short getContentLength(){ //TODO return 0; } /** * * @param index * @return */ public byte getByteAt(int index){ ...
[ "MANOELNETOM@GMAIL.COM" ]
MANOELNETOM@GMAIL.COM
2fed615c22516431267f3cb950130c93c9392747
3bd8b12763e663eb9dcb0808cec7217da8aa40cc
/app/src/main/java/com/coinkarasu/coins/SnapshotCoinImpl.java
2f921544b13ee94a6754c65a24b874e35358a3f7
[ "Apache-2.0" ]
permissive
ts-3156/CoinKarasu
cbe80f001c199f2d936941b5d8ed7f430392905f
08757dcbdfe4e6059823d84eaabbd744d263bdd4
refs/heads/master
2021-10-09T17:15:36.034690
2019-01-01T12:46:52
2019-01-01T12:46:52
119,421,462
0
0
null
null
null
null
UTF-8
Java
false
false
3,546
java
package com.coinkarasu.coins; import com.coinkarasu.utils.CKLog; import org.json.JSONException; import org.json.JSONObject; public class SnapshotCoinImpl implements SnapshotCoin { private static final boolean DEBUG = CKLog.DEBUG; private static final String TAG = "SnapshotCoinImpl"; private String marke...
[ "ts_3156@yahoo.co.jp" ]
ts_3156@yahoo.co.jp
531b4d3b694d0a0c3fc04d87ef75415aab9c0358
fcbc2a8f6b4e2e53d19c198e835a4104c73c7a38
/src/main/java/com/learn/TemplateMethod/ColleageStudent.java
cc87642ca08071390b0c35a5a7158bc84448623b
[ "MIT" ]
permissive
AiRanthem/Design-Pattern-Demo
d022194594528be70c027849e523a0e0e713f192
3c8f081353d2c53f7678bf0f43d16882e9586ff5
refs/heads/master
2022-10-07T07:37:16.852552
2020-06-07T13:02:38
2020-06-07T13:02:38
262,929,892
0
0
null
null
null
null
UTF-8
Java
false
false
430
java
package com.learn.TemplateMethod; public class ColleageStudent extends Person { public ColleageStudent() { super("大学生"); } @Override void breakfast() { } @Override void launch() { System.out.println("吃食堂"); } @Override void dinner() { System.out.print...
[ "airanthem666@gmail.com" ]
airanthem666@gmail.com
e81d539f1567b76c7041834898941edaa08a78a6
420ff686bc991700cef25ee88769a0da68a0d2d4
/src/main/java/com/bdcourse/library/UI/QueriesUI/FindGivenEditionByPosition.java
8654a7fa9d3bc23d4bd6487092c3c051daece02b
[]
no_license
FatCat343/BDLibrary
be9341d44d2265f155d8d25bcbc10d3a55e4d4f2
732e8929f7f3af759c2b4187cf62e2e26fb4fbaa
refs/heads/main
2023-03-17T13:50:04.686439
2021-03-27T05:21:38
2021-03-27T05:21:38
340,558,210
0
0
null
null
null
null
UTF-8
Java
false
false
3,270
java
package com.bdcourse.library.UI.QueriesUI; import com.bdcourse.library.UI.MainView; import com.bdcourse.library.edition.Edition; import com.bdcourse.library.edition.EditionService; import com.bdcourse.library.library.Library; import com.bdcourse.library.library.LibraryService; import com.vaadin.flow.component.combobox...
[ "a.shishkin3@g.nsu.ru" ]
a.shishkin3@g.nsu.ru
7c5050ff432faf55dcf0d4ab579280636b2d7394
ba6509d3adbff0155f43194e07fbef680681a653
/Bamboo/src/main/java/jp/tcmobile/bamboo/repository/ArticleRepository.java
6f0bac2ed5626bda131e3f67ac9cad017c998160
[]
no_license
TMtominagatakuya/Bamboo
680309bf1f90dee6bee2acfe7550114f0bc4314d
ee42c72f9366b2832a6ae60e73d54b2cff4db533
refs/heads/master
2020-03-21T17:59:38.344545
2018-06-28T22:45:33
2018-06-28T22:45:33
138,866,175
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package jp.tcmobile.bamboo.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import jp.tcmobile.bamboo.model.Article; ...
[ "majikani2011@gmail.com" ]
majikani2011@gmail.com
c14cd368f2761854d73b04e433c7d4e6469940ef
5a152bc99251de1916de2e7ec302987a3b2a2aba
/herddb-net/src/main/java/herddb/network/netty/GenericNettyBrokerLocator.java
b3298d7bbb3c8661295d17e3e2cde1c36651569f
[ "Apache-2.0" ]
permissive
dianacle/herddb
89292fd0ce64516c928cc1398b0fabd6cb3c6868
b7d552bc3f6f6864c46e4b6d913dcbf55b853c13
refs/heads/master
2021-06-02T17:25:55.308049
2016-04-14T13:19:46
2016-04-14T13:19:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,724
java
/* Licensed to Diennea S.r.l. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Diennea S.r.l. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
[ "eolivelli@gmail.com" ]
eolivelli@gmail.com
d9eeac39b89a8b00bfaaa7a3818fa727331642ad
91ba4b1fc36a3f6ef46252379f7ac523a9aa2d6c
/src/main/java/com/webrest/hobbyte/core/menuTree/IMenuTreeElement.java
9f55bf47f9ac4fd2e41765963665de2cab0df83b
[ "Apache-2.0" ]
permissive
EWojewodka/Hobbyte
ed853edf6834af471d1638c5b3378e3c4de3f02c
d747426495bacb11eddb3e578b8d17b621314768
refs/heads/master
2021-03-30T21:55:45.524383
2018-07-03T17:15:44
2018-07-03T17:15:44
124,572,126
0
0
null
null
null
null
UTF-8
Java
false
false
722
java
/** * */ package com.webrest.hobbyte.core.menuTree; import java.util.List; /** * Menu tree element. It's object represent of a XML node from * menu_tree_schema.xml. * * @author Emil Wojewódka * * @since 31 mar 2018 */ public interface IMenuTreeElement { /** * Return label name of a element. * * @...
[ "emilwojewodka@gmail.com" ]
emilwojewodka@gmail.com
c80daa851db7eff43be8cfdcba7f1bb4824bf2cb
f66d1752c6cbd2731b55f7f8717615ad1b8df2bd
/Java19Thread/src/com/lanou/connection/Fruit.java
e79dc50e12b3ae3d4338e9b837f73e112227ba0b
[]
no_license
leizhaojiang/java1106-mater
6c98afa6c84b1187077da30e776323120b1f53c7
012582802f25bcd5fa3ba78bd51443701494134e
refs/heads/master
2022-12-06T11:49:13.698891
2020-07-02T01:06:50
2020-07-02T01:06:50
217,801,345
0
0
null
2022-11-24T10:01:28
2019-10-27T03:43:06
JavaScript
UTF-8
Java
false
false
506
java
package com.lanou.connection; public class Fruit { private String brand; private boolean isExist; public String getBrand() { return brand; } public void setBrand(String brand) { this.brand = brand; } public boolean isExist() { return isExist; } public void setExist(boolean isExist) { this.isExist = is...
[ "leizhaojiang@163.com" ]
leizhaojiang@163.com
27753bb3454913d03ee48f4f2b96908bc36ae899
7412de55b85a1039a689162ec4943182e5291a8c
/大型网站日志分析项目/源码/lams/src/main/java/cn/edu/zut/lams/service/impl/Top10PageAccessServiceImpl.java
a51da500ea24d58d35e068bfd7d3da016f274e8a
[]
no_license
JIQ1314an/Practice-topics-and-data-engineering
e5e4690b5e62ebe83038e6a12f4c12e9169706c1
d8b05fa643084ca5d18bd4eb82e6b93f34144d86
refs/heads/main
2023-07-03T23:11:33.909501
2021-08-08T04:19:08
2021-08-08T04:19:08
393,848,727
0
0
null
null
null
null
UTF-8
Java
false
false
563
java
package cn.edu.zut.lams.service.impl; import cn.edu.zut.lams.entry.Top10PageAccess; import cn.edu.zut.lams.mapper.Top10PageAccessMapper; import cn.edu.zut.lams.service.ITop10PageAccessService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /*...
[ "noreply@github.com" ]
JIQ1314an.noreply@github.com
d9a171a8cd2d138ca5a5c8896fc1b9bc71f316ea
3271e41931a9d3f2e4e8dd14af536c9c25317c14
/myproject/library/src/main/java/com/lqm/android/library/commonutils/DialogPermissionUtil.java
a31d7eeaa293521fe2689ff7c59e35da89c30437
[]
no_license
liuqm/myproject
8ada07ef6e9d7ff45b3d3500d45c20382d8c14ea
57b27c2fced14430d90d15ee3bb2e8cec6abf04b
refs/heads/master
2021-01-19T22:40:30.898613
2017-03-11T06:16:57
2017-03-11T06:16:57
83,777,889
2
1
null
null
null
null
UTF-8
Java
false
false
1,769
java
package com.lqm.android.library.commonutils; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Build; /** * des:权限对话框管理 */ public clas...
[ "liuqimin1017@163.com" ]
liuqimin1017@163.com
f70516003d485b416432b9e9097b3e60f6ca6d05
768ac7d2fbff7b31da820c0d6a7a423c7e2fe8b8
/WEB-INF/java/com/youku/soku/index/om/map/DomainMapBuilder.java
685020bd578f3d7e5e85410fd004c8ed7d244866
[]
no_license
aiter/-java-soku
9d184fb047474f1e5cb8df898fcbdb16967ee636
864b933d8134386bd5b97c5b0dd37627f7532d8d
refs/heads/master
2021-01-18T17:41:28.396499
2015-08-24T06:09:21
2015-08-24T06:09:21
41,285,373
0
0
null
2015-08-24T06:08:00
2015-08-24T06:08:00
null
UTF-8
Java
false
false
1,780
java
package com.youku.soku.index.om.map; import java.util.Date; import java.math.BigDecimal; import org.apache.torque.Torque; import org.apache.torque.TorqueException; import org.apache.torque.map.MapBuilder; import org.apache.torque.map.DatabaseMap; import org.apache.torque.map.TableMap; /** * This class was autogen...
[ "lyu302@gmail.com" ]
lyu302@gmail.com
bf81d58081da8eae3203640d9db037f8d71d3e93
7ce193e67cdaa1b5270be7d9088232e47dbe78be
/app/src/main/java/com/example/facebook/ui/main/PostAdpter.java
06dc73d8e01bc94db60ae9f24ed9565c5b1c28c3
[]
no_license
Ahmedtambal/API
d1749f3e7574841f864cd4f4cb27d8bf8102d146
167263c6e2ca122876ff52fc24b7842a37847c34
refs/heads/master
2023-07-20T07:20:22.777280
2021-08-27T17:32:17
2021-08-27T17:32:17
400,580,635
1
0
null
null
null
null
UTF-8
Java
false
false
1,683
java
package com.example.facebook.ui.main; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import com.example.facebook.R; import com.example.facebook.dj.PostM...
[ "ahtambal99@gmail.com" ]
ahtambal99@gmail.com
d8ede13b96a433330b6c4dc46a4cc45f11ff5ca2
53ef3c0e7ff9da0d5769852b170bdf99609b1e1f
/src/main/java/demo/example/main/DemoApplication.java
fe4507ce928683884d20b4cd2fbabaf275b0782c
[]
no_license
vinodbhooker/finance
ca1a51186c35b476ec4972d06a9d9c524caf926e
eeb109868a086bd8c372b2895b0b63022dd55b35
refs/heads/master
2021-05-16T00:28:59.787205
2017-10-16T06:43:22
2017-10-16T06:43:22
107,001,860
0
0
null
null
null
null
UTF-8
Java
false
false
982
java
package demo.example.main; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.boot.web....
[ "vinod@administrators-MacBook-Pro.local" ]
vinod@administrators-MacBook-Pro.local
d380d17c72b08f82c65d47d1f9bc3d8a8e836c45
714669ee35a6f7bd9aa7f93033ac8c0a42991bd5
/src/main/java/uk/ac/ebi/literature/data_citation/ena/jaxb_beans/TypeIontorrentModel.java
05850397dd024756a0122964bb00dedbc0a07b5d
[ "Apache-2.0" ]
permissive
FlorianGraef/acc2jats
866174d97c632e2dc1207fd38b60b47b550dc80d
20a849d910f22d1efc9a702625c9a218f3c0e4fd
refs/heads/master
2016-08-12T23:10:18.342080
2016-05-18T16:06:53
2016-05-18T16:06:53
50,928,360
0
0
null
null
null
null
UTF-8
Java
false
false
1,786
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.10....
[ "graf@ebi.ac.uk" ]
graf@ebi.ac.uk
64c6bc26ac453a2b4a4b8a9d408546ae179a0150
5fb096800765252dcaac1401bf8ddae06ab7af83
/src/ads/QuinzeOuVinteECincoPorCento.java
a5bdab7751c60714d36c90f82cf0277e0e2e2536
[]
no_license
andersonluisribeiro/srp-java
ab1c64b7d9f29f238681d37272266eb091784e2c
574c1142d1ac7571e5f7068383157591b02ffc04
refs/heads/master
2020-08-23T19:56:13.877235
2019-10-22T01:24:46
2019-10-22T01:24:46
216,697,061
0
0
null
null
null
null
UTF-8
Java
false
false
315
java
package ads; public class QuinzeOuVinteECincoPorCento implements RegraDeCalculo { @Override public double calcula(Funcionario funcionario) { double salario = funcionario.getSalario(); if(salario >= 3000){ return salario * 0.75; } return salario * 0.85; } }
[ "anderson_lr@hotmail.com" ]
anderson_lr@hotmail.com
8b2e6d9857932f15286e9a78ce046d7ed90b01c5
ee1b2eea3022b92ca841c67b090b5710fc1e7797
/biosun--20140308/src/org/logicalcobwebs/proxool/Version.java
eb2b10bd6fdb324f9e1decde78c9cffa290e62ee
[]
no_license
victor-csjy/biosun
a99c7de33f6cd8405e95cdb7e802094d70ad1760
9bd0238509e0e72e3ca6f6ec620c863ca0afd028
refs/heads/master
2021-01-17T22:19:22.929336
2017-03-07T12:15:20
2017-03-07T12:15:20
84,193,545
0
0
null
null
null
null
UTF-8
Java
false
false
3,532
java
/* * This software is released under a licence similar to the Apache Software Licence. * See org.logicalcobwebs.proxool.package.html for details. * The latest version is available at http://proxool.sourceforge.net */ package org.logicalcobwebs.proxool; import org.apache.commons.logging.Log; import org.apache.commo...
[ "biosun@vip.qq.com" ]
biosun@vip.qq.com
5a50691d5fd3cecd0bfb28038a141e7d73cad612
59d56ad52a7e016883b56b73761104a17833a453
/src/main/java/com/whatever/ProductService/Route.java
66740c01b0b42c3574a504772e2b778f66d0df84
[]
no_license
zapho/cxf-client-quarkus
3c330a3a5f370cce21c5cd1477ffbe274d1bba59
6e147d44b9ea9cc455d52f0efe234ef787b336c4
refs/heads/master
2023-01-22T03:33:27.579072
2020-12-08T14:55:27
2020-12-08T14:55:27
319,641,033
0
0
null
null
null
null
UTF-8
Java
false
false
3,559
java
package com.whatever.ProductService; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Classe Java pour route complex type. * * <p>Le fragment de schéma suivant indique...
[ "fabrice.aupert@dedalus-group.com" ]
fabrice.aupert@dedalus-group.com
84dcfe5f2a9a094840360bb190386ab05b76a730
8f33d18ecbe26c42f7fccd85e374136d4c88c7b3
/src/main/java/com/app/api/requestbean/LoginBean.java
04ab5f0df091d370f6c40738b3f99f9204f07c44
[]
no_license
manojsingh3889/schooltrack
9e880d70d9f85221393de57955fc1b663b8e8cc2
901d678cd3b97996763b58bbf673db340056d18f
refs/heads/master
2021-01-13T05:24:26.251227
2017-03-17T07:29:41
2017-03-17T07:29:41
81,410,881
0
0
null
null
null
null
UTF-8
Java
false
false
494
java
package com.app.api.requestbean; public class LoginBean { private String email; private String password; public LoginBean(String email, String password) { super(); this.email = email; this.password = password; } public LoginBean() { } public String getEmail() { return email; } public void setEmail(Str...
[ "manojsingh3889@yahoo.com" ]
manojsingh3889@yahoo.com
837cc098c74e6ace02843d63960b040ed716451a
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/appbrand/ui/collection/AppBrandCollectionDisplayVerticalList$$ExternalSyntheticLambda4.java
c5685d93811bde680f3689a8199fbe7f50e5f94f
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
516
java
package com.tencent.mm.plugin.appbrand.ui.collection; import com.tencent.mm.ui.base.k.b; public final class AppBrandCollectionDisplayVerticalList$$ExternalSyntheticLambda4 implements k.b { public final boolean onFinish(CharSequence arg1) {} } /* Location: L:\local\mybackup\temp\qq_apk\com....
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
82d2a6110dec537932da51520c6ac265ef8b581b
fc160694094b89ab09e5c9a0f03db80437eabc93
/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/ScheduleName.java
9159252d43e3363e3ad602ff441325c52f2cc760
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
googleapis/google-cloud-java
4f4d97a145e0310db142ecbc3340ce3a2a444e5e
6e23c3a406e19af410a1a1dd0d0487329875040e
refs/heads/main
2023-09-04T09:09:02.481897
2023-08-31T20:45:11
2023-08-31T20:45:11
26,181,278
1,122
685
Apache-2.0
2023-09-13T21:21:23
2014-11-04T17:57:16
Java
UTF-8
Java
false
false
6,193
java
/* * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
[ "noreply@github.com" ]
googleapis.noreply@github.com
3eccbe261abc71c9876a23117b1ac0f252b4347b
d9367e44d7006ce21adc2c8067b54447921d3933
/src/main/java/com/mdm/processor/exception/BaseExceptionUtil.java
c05316507180904236fe4bc0294d1218d1d3917f
[]
no_license
harikrishnacognizant/MOC
6a4e2c3cd56acdeb555feef53e59fef33c7e4459
be6ce741c95ff2257be3004f3865f11b1c17ba69
refs/heads/master
2016-09-06T06:56:29.903483
2011-12-13T06:24:54
2011-12-13T06:24:54
2,899,026
0
0
null
null
null
null
UTF-8
Java
false
false
510
java
package com.mdm.processor.exception; public class BaseExceptionUtil { public static String printStackTrace(Exception ex) { StringBuffer strBuf = new StringBuffer(""); StackTraceElement[] steArr = ex.getStackTrace(); Throwable th = ex.fillInStackTrace(); if (steArr != null && steArr.length > 0) { strBuf.ap...
[ "harikrishnacognizant@gmail.com" ]
harikrishnacognizant@gmail.com
af38fa0bd1f82cda8557f3ea317a735fb9a9b142
00478fe54dfb224823e757945af9a5b75327df13
/GpTsmWsAndroid/src/org/mbds/wolf/tsm/gp/systems/messaging2_1_0/ksoap2/services/types/requests/ExchangeServiceDataRequestType.java
32e2776f6e806f000be09775c67fce7f3038e1ca
[]
no_license
amlesas/GpTsmWebServiceAndroid
fc3837eb08ad942cae72277af46e7d89d4735679
985a7b87fd65048258157ed410b1a80f36fc9572
refs/heads/master
2020-05-20T06:33:06.306778
2014-07-24T09:35:34
2014-07-24T09:35:34
21,740,996
0
1
null
null
null
null
UTF-8
Java
false
false
4,280
java
package org.mbds.wolf.tsm.gp.systems.messaging2_1_0.ksoap2.services.types.requests; //---------------------------------------------------- // // Generated by www.easywsdl.com // Version: 3.0.3.5 // // Created by amlesas Development at 08-07-2014 // //--------------------------------------------------- import java.ut...
[ "amlesas@yahoo.fr" ]
amlesas@yahoo.fr
c0a90673180d533e29405d568d9e2c65c1e27f13
18117b7906e2152c5db477d473e7f9910d5e5ef1
/app/src/main/java/com/xiaoyuan54/child/edu/app/ui/dialog/DialogControl.java
392a4a2d46a2997481322a3b7c189a8a4014ac7a
[]
no_license
LIJFU/AQing
39b849ca61081b575fdbffd0a4d66c1eebba8d53
ac3abd72116ab79193b76a5e747b1df711aea02a
refs/heads/master
2020-06-13T15:18:23.979126
2017-09-06T01:18:28
2017-09-06T01:18:28
75,367,127
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.xiaoyuan54.child.edu.app.ui.dialog; import android.app.ProgressDialog; public interface DialogControl { public abstract void hideWaitDialog(); public abstract ProgressDialog showWaitDialog(); public abstract ProgressDialog showWaitDialog(int resid); public abstract ProgressDialog showWaitDialog(St...
[ "15111365748@qq.com" ]
15111365748@qq.com
fd631eaa439cd3427113ad29232b58de81badcce
235a465ed9a8f91d202a0670d393fb22b04a127b
/br.org.cesar.reuse.client/src/br/org/cesar/reuse/client/SessionState.java
c70eeff2058e88a7dfbdf55433cd4a5268fd95b5
[]
no_license
joaocalixto/reuso
587641e78a3cf19030e04d9bf2f61c931b85059e
11db47298e3b32d310cf38619fe087eca2254225
refs/heads/master
2016-09-09T21:29:48.616098
2014-09-21T19:20:00
2014-09-21T19:20:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
836
java
package br.org.cesar.reuse.client; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import br.org.cesar.reuse.commons.model.Repair; public class SessionState { public static final String USER_SESSION = "user_session"; public static final String REPAIR_REQUEST = "repair_session...
[ "aeciovc@gmail.com" ]
aeciovc@gmail.com
d2f7575f6768380d91158e4270f43bb60fae0010
4852d3b86efb4d72f16a6706b2f4fdf9d99b0fe5
/app/src/main/java/org/spartanweb/mathoff/Problem.java
610f156d4190f98cca2cec177eedf9158f548f76
[]
no_license
ItsHighNoon1/MathOff
c7616179b05ba2edb97f709dec29ccc410ee02db
dd060c30d9fcfc7634b96d68fd2c341f59967008
refs/heads/master
2022-04-01T02:19:15.147505
2020-01-26T18:32:19
2020-01-26T18:32:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,695
java
package org.spartanweb.mathoff; import java.util.Random; public class Problem { private Random rand; private String problem; private int value; private int ans; public Problem() { rand = new Random(); generate(); } public Problem(Random random) { rand = random; ...
[ "zpolleck@gmail.com" ]
zpolleck@gmail.com
54639fbf20eace05c174a9708ccb06dbc629cc3f
b80d662d11f734b44baf29bd2140b0775854a4ca
/dingding/src/main/java/com/mml/dingding/controller/TestController.java
18a6eb98a277b177d808660c3930bdb67cc522a5
[]
no_license
csyuanm/hello-world
956cd5db18806f298e01278a8c4e6c904d952923
913a7c9f149e782d1d16f8bebe3ab5d50d8bc862
refs/heads/master
2022-06-23T06:10:14.649111
2019-06-17T02:54:48
2019-06-17T02:54:48
96,996,242
0
0
null
2022-06-17T01:50:52
2017-07-12T10:38:00
TSQL
UTF-8
Java
false
false
9,236
java
package com.mml.dingding.controller; import org.apache.log4j.Logger; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.mashape.unirest.http.HttpResponse...
[ "mengmaoliang@r-lead.cn" ]
mengmaoliang@r-lead.cn
4d8b94b72f4bd373d84a341f9b2eee1024e7967a
17200d7d2fa6130446e3b084c6226b569b7c333a
/src/main/java/com/Spring/Thymeleaf/data/repository/ReservationRepository.java
a5e748e924c5b8d6690d7b4f4c30b4d31eba16a9
[]
no_license
verma-saurabh/Spring-Thymeleaf
5ea51c25e3970430e3ccfaf9fb5f8b03829f42ef
cf6a5ea9c90bb1f51bc176244a4b51af010623bb
refs/heads/master
2022-06-21T20:14:31.045210
2019-11-21T12:39:24
2019-11-21T12:39:24
222,899,252
1
0
null
2022-06-21T02:16:43
2019-11-20T09:25:15
Java
UTF-8
Java
false
false
397
java
package com.Spring.Thymeleaf.data.repository; import com.Spring.Thymeleaf.data.entity.Reservation; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import java.sql.Date; import java.util.List; @Repository public interface ReservationRepository extends CrudR...
[ "NA" ]
NA
214073dd273abb46ea33f3e133ccd2002897c13f
f9ee8cbc193cee753ebb2fab1adbc312f6c90b2f
/src/main/java/net/videmantay/server/rest/DeleteJobs.java
7e11045f1e8e938bf1a612a2a7c8597f05b7027b
[ "MIT" ]
permissive
lausd-teacher/videmantay
9673acc30aace235d14db9fc01e8c9a8940cee2f
e891558a1368a0e2bcb8d978eb18d3ecf7e2f7cf
refs/heads/master
2021-01-19T21:47:45.606293
2018-01-03T22:56:22
2018-01-03T22:56:22
101,253,100
0
0
null
null
null
null
UTF-8
Java
false
false
586
java
package net.videmantay.server.rest; import com.google.appengine.api.taskqueue.DeferredTask; import net.videmantay.server.entity.JobBoard; import static net.videmantay.server.DB.db; import java.util.List; public class DeleteJobs implements DeferredTask { private final Long rosterId; public DeleteJobs(Long id){...
[ "tdd6623@lausd.net" ]
tdd6623@lausd.net
b12853981cfe7f1250f6b847e6227de1c432e4f8
67ec6f945330e63abd40e6652a939148d894b929
/NestedLoops/exercises/NumberPyramid.java
3955f9b10a342f85fc2ea7a930cf42f97ab6c004
[]
no_license
kokovtbg/Java-Programming-Basics
3e42c1a0678861468fc475ca3bab95b1a51783cf
007dcdda0a6084aa820532d07df6bbfe1aa6b7ff
refs/heads/main
2023-08-29T12:05:45.500419
2021-10-20T17:21:43
2021-10-20T17:21:43
416,336,547
0
0
null
null
null
null
UTF-8
Java
false
false
745
java
package NestedLoops.exercises; import java.util.Scanner; public class NumberPyramid { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int n = Integer.parseInt(scan.nextLine()); int current = 1; boolean isBigger = false; for (int r...
[ "noreply@github.com" ]
kokovtbg.noreply@github.com
eec8ee6a4037548266948dc183a6a3687f786318
20c2323f59ae3a571765e84eb7659073f36c8e10
/NWaySetAssociativeCache/src/com/ahmedsalako/cache/enums/CacheChanges.java
26b8037842c1190f36389ad5b9dea99db64ab880
[]
no_license
ahmedsalako/NWaySetAssociativeCache
756e5c8a5f342fe17fb844e911573519a28dcc9c
749c271fb50351dfbcb880e47398648cfe50e28e
refs/heads/master
2021-01-17T13:25:49.287038
2016-05-17T21:48:26
2016-06-18T21:37:36
59,029,319
0
0
null
null
null
null
UTF-8
Java
false
false
342
java
package com.ahmedsalako.cache.enums; public enum CacheChanges { /** * when a SetLine is added */ Add (0), /** * when a SetLine is removed */ Remove (1), /** * when a SetLine is accessed */ Access (2); final private int value; private CacheChanges(int value) { this.v...
[ "ahmed.salako@hotmail.co.uk" ]
ahmed.salako@hotmail.co.uk
a09026e08659904fa072e8d923879657bcb08ae5
5ad4db3d5a25a9593caf803c58dafdb017d75e55
/NeoCrypto/trunk/NeoProvider5/src/main/java/com/neo/security/asn1/x509/X509ObjectIdentifiers.java
77ba00f0b1ad93e29ce38b65a1de0a54b4cbfaaa
[]
no_license
highjava12/Yoon_Neo10
ab34ea3926869f0f8e101f8ea20bd348256bed2c
9a1e7898683bfe1ba28cf1a2f57fe88d8e3114fb
refs/heads/master
2020-03-24T20:15:21.872951
2018-07-31T05:57:57
2018-07-31T05:57:57
142,968,044
0
0
null
null
null
null
UTF-8
Java
false
false
2,776
java
package com.neo.security.asn1.x509; import com.neo.security.asn1.DERObjectIdentifier; public interface X509ObjectIdentifiers { // // base id // static final String id = "2.5.4"; static final DERObjectIdentifier commonName = new DERObjectIdentif...
[ "highjava12@gmail.com" ]
highjava12@gmail.com
189f06f75670bc38a16c5bd85522c963df3375de
fb8c739ef8bb471fa7b4396ba3958ad013512e3e
/src/controller/MainApp.java
03c04eca7948e12a4f3fb7b2aeec08707746889b
[]
no_license
djd0/ToutBois
fe6325f631aa3077f6357dd31ad72b93f3242078
11069a25c7f95c311acf104871979b41038acc94
refs/heads/master
2021-07-03T15:12:22.145913
2017-09-25T13:01:48
2017-09-25T13:01:48
104,747,767
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
16,131
java
package controller; import java.io.IOException; import java.sql.SQLException; import controller.model.Client; import controller.model.ClientDAO; import controller.model.Prospect; import controller.model.ProspectDAO; import controller.model.Representant; import controller.model.RepresentantDAO; import controller.util....
[ "quentin.dhaese@gmail.com" ]
quentin.dhaese@gmail.com
450f4240125a2f9270a753887ff00af8ffff0af5
f8a4ec70fd9aa3f1585fa22dd65bd7733bec80d8
/spring-kafka/src/main/java/org/springframework/kafka/listener/DelegatingMessageListener.java
7d482ec2cd58d6907d60f0a9598c9d413ffea88a
[ "Apache-2.0" ]
permissive
fchenxi/easykafka
f73d9c0ba54758f7f37f803628be7985e48b91c2
ab49f4dce873777a9bf44cd23ddb3951f3ad97f2
refs/heads/master
2022-12-08T12:28:52.509275
2018-01-29T07:44:08
2018-01-29T07:44:08
118,890,934
0
3
Apache-2.0
2022-11-16T08:53:30
2018-01-25T09:20:26
Java
UTF-8
Java
false
false
1,004
java
/* * Copyright 2017 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 applica...
[ "chenxitong@sf-express.com" ]
chenxitong@sf-express.com
7bacc797887545a17217c9ea28c7e4a75d8ad5ea
2d09c5033c92aacbc850af867b616702d49a3c8c
/src/com/gl/itSupport/Services.java
ff6aea8f093fb5e20071f34bb28aa08f590dc506
[]
no_license
jyotivashistha/Gl-Lab-Assigmnet1
628dc882394663778412443ca74dae0a3d2ce79e
d6cc75615b5ac5f6f8e350ac61d1a94a86dfde0a
refs/heads/master
2023-07-23T23:11:00.947171
2021-09-04T10:08:58
2021-09-04T10:08:58
403,021,942
0
0
null
null
null
null
UTF-8
Java
false
false
783
java
package com.gl.itSupport; import java.util.Random; import java.util.Scanner; import com.gl.AdminDepartment.Admin; public class Services { private String Email; public char[] GeneratePassword() { String CapitalLetter="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; String SmallLetter="abcdefghijklmnopqrstuvwxyz"; String N...
[ "jyotivedu91@gmail.com" ]
jyotivedu91@gmail.com
537dcfbe729e4d9696a80d5d8aef0dcf746b1753
dbf70b8d061d33cca63047c1a98cdb52430c58cb
/Source/edu/cmu/cs/stage3/media/jmfmedia/DataSource.java
0ad2ff323450edc085b3c471df8be8e27d6ead53
[]
no_license
pwsunderland/Alice-Sunderland
9ffad4d6bbdaa791dc12d83ce5c62f73848e1f83
987ee4c889fbd1f0f66e64406f521cf23dfc7311
refs/heads/master
2021-01-01T18:07:01.647398
2015-05-10T23:37:17
2015-05-10T23:37:17
35,165,423
1
0
null
null
null
null
UTF-8
Java
false
false
4,047
java
package edu.cmu.cs.stage3.media.jmfmedia; class ByteArraySeekablePullSourceStream implements javax.media.protocol.PullSourceStream, javax.media.protocol.Seekable { private static final javax.media.protocol.ContentDescriptor RAW_CONTENT_DISCRIPTOR = new javax.media.protocol.ContentDescriptor( javax.media.protocol.Cont...
[ "peter.sunderland@usma.edu" ]
peter.sunderland@usma.edu
97d9ac7f03e50faf38e698b9e1415138ca795a1c
ac9bdf419c49b221385cc09715bc3d77292cb0be
/src/main/java/com/mengyuan/exception/PermissionException.java
5b8dcc48562c07f9e8a275808e698a91fbf27dba
[ "Apache-2.0" ]
permissive
Palameng/SSMPermissionManagementSystem
f04d84cc22021734bb064520c7bfa84cafe3e750
3c8d317a8c7bcf4056fc9ddea97d2de9ad222033
refs/heads/master
2020-03-27T19:10:27.129621
2018-10-10T09:30:10
2018-10-10T09:30:10
146,969,952
0
0
null
null
null
null
UTF-8
Java
false
false
617
java
package com.mengyuan.exception; public class PermissionException extends RuntimeException{ public PermissionException() { super(); } public PermissionException(String message) { super(message); } public PermissionException(String message, Throwable cause) { super(message,...
[ "506357902@qq.com" ]
506357902@qq.com
e37ef7b9d7981189d639eba0cd64864dec6071ee
e98cbbeeb6a650fb65187772dd578bec6e331ef6
/yazilimsozluk/src/main/java/com/sefamertkaya/entity/Information.java
e2e6816f5300d28e7a002ecf15bdf7dd6de93d1f
[]
no_license
sefamertkaya/yazilimsozluk
1d9536b2320cb6f0486e0a09e6a3b5e49be39da2
ad04ca98640958fa3ce1c9e0a3d2e4ad1f8342d1
refs/heads/master
2020-04-27T09:03:58.100109
2019-03-07T19:14:53
2019-03-07T19:14:53
174,199,348
2
0
null
null
null
null
UTF-8
Java
false
false
615
java
package com.sefamertkaya.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class Information { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private int i...
[ "36573401+sefamertkaya@users.noreply.github.com" ]
36573401+sefamertkaya@users.noreply.github.com
383d5d6e1a536b4f130bb9334af78beacd6f7d2a
4378b742d0d39a6f9694f805c0645ae6eb49ac65
/src/sinaweibo/preprocessor/TitleBayesUserMergedClassifier.java
5bbb03e8c6bab10e5955f8f17e36f4a385be7161
[]
no_license
sparklezzz/SinaWeiboProcessor
a36688528d14a6ebe2ca020ae471c1cc3188ae74
93aa48e0446e87048ca736aa78a7b2e3cf6db967
refs/heads/master
2021-01-13T02:15:43.167040
2014-03-17T13:27:03
2014-03-17T13:27:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,035
java
package sinaweibo.preprocessor; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; i...
[ "zhang.xd927@gmail.com" ]
zhang.xd927@gmail.com
fdb6138c54917598260c3786cc67105c589e575b
961b8a6b3d5064d9d9c55599b8d6b2e5e09d4775
/app/src/main/java/com/bigpicture/team/dadungi/item/ImageItem.java
cabcc523f622ead90e4cce5e6d6fff4780c5acd8
[]
no_license
Pastelrose/Bigpicture_DaDungI
9e0de5b121607e670ae856cc66ffec17d643e038
667c9ffeefbe5bfa4700e74b110111e8095f69f0
refs/heads/master
2021-07-22T04:13:00.706381
2017-11-02T08:59:27
2017-11-02T08:59:27
105,504,961
1
0
null
null
null
null
UTF-8
Java
false
false
687
java
package com.bigpicture.team.dadungi.item; import com.google.gson.annotations.SerializedName; /** * 충전소 이미지 정보를 저장하는 객체 */ public class ImageItem { @SerializedName("cpId") public int cpId; @SerializedName("file_name") public String fileName; @SerializedName("image_memo") public String imageMemo; @Ser...
[ "dndplok2002@naver.com" ]
dndplok2002@naver.com
3f5dc60e95a11dec77c5f0c240f6f488bca175d1
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/neo4j--neo4j/4b67a630b5a7cee93afb37ae3812f8faa3533845/after/MemoryMappedLogBuffer.java
2fa89fd6a6f044548b9e4651738aa7f683b69b58
[]
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
7,626
java
/* * Copyright (c) 2002-2009 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Softwar...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
3ab49726b991c5e32a2b7d47a5a2a69c36ea4695
dc8bb26d7d5a44e2130be4726e6d7aab82bcf74e
/epamTeamTask/src/com/epam/travel/view/impl/menu/Check/Runner.java
dd2bb5bee747cb50b80c0f36c2329a62aa193de6
[]
no_license
Makrone/tourpackage
61f5d7318b78dcd2bdbebb959aac71f8fbad4a07
e42fe4b850b5f74ff1ddf45351ce1c900a18e027
refs/heads/main
2023-07-28T01:27:46.796548
2021-09-04T04:15:11
2021-09-04T04:15:11
402,171,035
0
0
null
null
null
null
UTF-8
Java
false
false
917
java
package com.epam.travel.view.impl.menu.Check; import com.epam.travel.view.impl.menu.myMenu.MyMenu; import com.epam.travel.view.impl.menu.myMenu.MyMenuItem; import java.util.Scanner; public class Runner { static Scanner scanner = new Scanner(System.in); public static void main(String[] args) { boolean...
[ "noreply@github.com" ]
Makrone.noreply@github.com
89990a86c4ea60f6645cee7104d3c4318e83fd44
1ff7f460be0de406849439069d0f8ed0eed3c3fc
/src/ch/gbssg/carrent/model/Car.java
3cd5b08ccf563e3ff85d3b4594c67594ad83a769
[]
no_license
marcothoma/autovermietung
e87911e552efb55ae4a98a1a143d92574e150496
47b965a50a023a4b227720d2bc4d443bb4fafdeb
refs/heads/master
2016-09-14T18:50:07.863066
2016-05-20T12:22:47
2016-05-20T12:22:47
58,741,773
0
0
null
null
null
null
UTF-8
Java
false
false
98
java
package ch.gbssg.carrent.model; /** * Created by jaquet on 19.04.2016. */ public class Car { }
[ "jaquet.valentin@gbsinf2.lokal" ]
jaquet.valentin@gbsinf2.lokal
58c233243f20ee907885424c5bd4c13dedb07bb1
f91290b43c675f3657994f0b0485c1fc1eac786a
/src/com/pdd/pop/ext/apache/http/impl/auth/NegotiateScheme.java
989bff0ade67b90c5b74c81764f889857048953a
[]
no_license
lywx215/http-client
49462178ebbbd3469f798f53b16f5cb52db56d72
29871ab097e2e6dfc1bd2ab5f1a63b6146797c5a
refs/heads/master
2021-10-09T09:01:07.389764
2018-12-25T05:06:11
2018-12-25T05:06:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,347
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 ...
[ "lenzhao@yahoo.com" ]
lenzhao@yahoo.com
11cb1e0eafc65e1d50a1cc5a5f947f7c44fdcc1f
758f8c4a6dae0a30ad2ccbbb1c4bc23d318076eb
/src/test/java/com/url/urlshortener/UrlshortenerApplicationTests.java
8fdd82eccaa1ccc233cfa05b6fc74e2e24ac2f36
[]
no_license
harshitsri128/urlshortener
942678a5760d934ff1ac0e3f9926d288ba98038d
16bdff7612d9737c60209dcfb87386a995ab0268
refs/heads/master
2023-04-01T10:40:32.842755
2021-04-13T15:03:00
2021-04-13T15:03:00
193,128,776
0
0
null
2021-04-13T12:06:47
2019-06-21T16:22:09
Java
UTF-8
Java
false
false
218
java
package com.url.urlshortener; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class UrlshortenerApplicationTests { @Test void contextLoads() { } }
[ "harshit12893@live.com" ]
harshit12893@live.com
491faf547e3ef1b26a8fb823d8f8fe8b0ab09350
056fcc67222afe34d96fd9cadb35469f6d305907
/driveronly_mp_rom/frameworks/base/core/java/com/android/internal/app/ActionBarImpl.java
699b0ed0d9dc25a5659fc545a480b9e219246f83
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
datagutt/12055
a9e98f2972a76d92b7d07eee690cd1300b780efe
593741d834fff91ad3587c762caea5f00b69ba69
refs/heads/master
2020-07-21T13:04:55.731555
2013-10-10T06:12:43
2013-10-10T06:12:43
14,116,459
1
1
null
null
null
null
UTF-8
Java
false
false
41,596
java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "zhangws@gmail.com" ]
zhangws@gmail.com
a35e4745731e0bd5161d5e6c24e20708ed819f7d
97340c880651e9837f8b10e93f3caa10cfccbc2a
/src/shujujiegou/paixu/jiaohuan_kuaipai.java
9db4295bcf94689d95d052f11d4cbb3326ce1eaf
[]
no_license
00lingling/shujujiegou
ac3946d6681173b4413e39473d99350f0b5c84ce
0a93ea5fb6a912fa4eb760666482cc23c639ac3c
refs/heads/master
2020-04-24T15:25:27.889347
2019-02-22T12:56:42
2019-02-22T12:56:42
172,066,816
0
0
null
null
null
null
UTF-8
Java
false
false
936
java
package shujujiegou.paixu; import java.util.Arrays; public class jiaohuan_kuaipai { public static void main(String[] args) { int[] arr = new int[]{3, 4, 6, 7, 2, 7, 2, 8, 0}; quickSort(arr, 0, arr.length - 1); System.out.println(Arrays.toString(arr)); } public static void quickSor...
[ "zhangling940721.126.com" ]
zhangling940721.126.com
edf5f00608e4c39259ac101802cb934188d3daf4
d5f1fac23f35aca2be42266a84d06a2b76be2704
/bch-tx/src/test/java/com/nchain/tx/TransactionTest.java
c65cf84e3efc4db3cbd2906a67cab190805dbc49
[]
no_license
paycoin-com/nchain-bch-toolkit
e627ba33ea4876c29c13ba72997818fe278aed0d
6892329836eb1de869afb12efdc9d2ade83863bf
refs/heads/master
2020-04-11T10:05:50.209635
2018-09-11T11:57:36
2018-09-11T11:57:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
22,221
java
/* * Copyright 2014 Google Inc. * Copyright 2016 Andreas Schildbach * * 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 requ...
[ "vilches@gmail.com" ]
vilches@gmail.com
2a2ca34d231e6846cf507493667efbac7c495a92
6259bd893514fa804b611cc47a55e56030676e7b
/app/src/main/java/com/android/app/electricvehicle/entity/ShowInDetailEntity.java
7b2aa137879d32c1e7a21f02d0e0a00b17f84ade
[]
no_license
jaywen0813/electricvehicle2
dd03ce8de7d457e26a2aae12c9c1efe8535fdc12
a7376697ecec04af8c7bea105c6a7154ae41d042
refs/heads/master
2021-08-09T23:37:27.289928
2020-08-17T09:20:59
2020-08-17T09:20:59
213,530,543
0
0
null
null
null
null
UTF-8
Java
false
false
57,862
java
package com.android.app.electricvehicle.entity; import java.util.List; public class ShowInDetailEntity { /** * ticket : 80ac4a1a85013e22a420cb24c80e78f1 * success : T * code : null * message : null * method : null * uri : null * timestamp : 1571842851379 * data : {"pageNo"...
[ "330929643@qq.com" ]
330929643@qq.com
d143af43b592cf2105549ffe63e159f631d488d7
205101b94f7cbb78a6a17f41b4c681fd0a747e74
/src/proxy/jdkProxy/UserDaoImpl.java
2f60581119a49495097808342fc9517878b42e31
[]
no_license
huanghai0/hsm
ece1d28acd054db1a7e52cbab1eda85b08015cc4
dc477215b70a5514f63a74ef8190c83a127ec828
refs/heads/master
2023-04-15T01:42:59.049674
2021-04-28T09:56:25
2021-04-28T09:56:25
350,651,638
0
0
null
null
null
null
UTF-8
Java
false
false
173
java
package proxy.jdkProxy; public class UserDaoImpl implements UserDao { @Override public void saveUser() { System.out.println("----保存用户---"); } }
[ "huangh@bsfit.com.cn" ]
huangh@bsfit.com.cn
c4793490eae27d1e19d8301b561edf71785fd62e
c188408c9ec0425666250b45734f8b4c9644a946
/open-sphere-base/xyz-tile/src/main/java/io/opensphere/xyztile/transformer/XYZ4326Divider.java
c2312788db346155fb61a9cb29733a6e8a65fe25
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
rkausch/opensphere-desktop
ef8067eb03197c758e3af40ebe49e182a450cc02
c871c4364b3456685411fddd22414fd40ce65699
refs/heads/snapshot_5.2.7
2023-04-13T21:00:00.575303
2020-07-29T17:56:10
2020-07-29T17:56:10
360,594,280
0
0
Apache-2.0
2021-04-22T17:40:38
2021-04-22T16:58:41
null
UTF-8
Java
false
false
2,527
java
package io.opensphere.xyztile.transformer; import java.util.List; import io.opensphere.core.geometry.ImageManager.RequestObserver; import io.opensphere.core.model.GeographicBoundingBox; import io.opensphere.core.model.GeographicPosition; import io.opensphere.core.model.LatLonAlt; import io.opensphere.core.uti...
[ "kauschr@opensphere.io" ]
kauschr@opensphere.io
416cfcd18561f3560bdcc668547d2b155c2d39db
1618c072cbabb9c87a9a77b56ef0b9fc0353d1dd
/src/com/mojang/launcher/game/process/GameProcessRunnable.java
0003aff9eb89b1a17a4eabbf6493f8e92c50a24c
[]
no_license
caver115/Laucher.Mojang
43e525c61f2e74243b8df4c44f2dae9ee065f895
c9ba54b2878601ff34bc300cb58c31b48bf4545f
refs/heads/master
2016-09-06T11:47:56.366218
2014-09-02T09:40:58
2014-09-02T09:40:58
23,347,985
3
3
null
null
null
null
UTF-8
Java
false
false
132
java
package com.mojang.launcher.game.process; public interface GameProcessRunnable { void onGameProcessEnded(GameProcess var1); }
[ "caver15@gmail.com" ]
caver15@gmail.com
9d56194d98a3b157cc1b6ee10531a84d006fb9fc
3b2ecc49cf3c380e299f29fcc82f84690773e311
/lab/src/com/nav/result/AngularInjection.java
ea9aa6ca4a31726b212dfaa63bd0a03979abd662
[]
no_license
nav7neeet/LinkFinder
f1565d642d7517263313445c865ea20723058d77
0055ba661130d1b6bbe2f0f732c244fbc1d56926
refs/heads/master
2020-05-26T20:41:24.844812
2019-05-31T10:57:42
2019-05-31T10:57:42
188,366,025
0
0
null
null
null
null
UTF-8
Java
false
false
1,154
java
package com.nav.result; import java.io.IOException; import java.io.InputStream; 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 javax....
[ "navnav@navt" ]
navnav@navt
1f4bd8d97cc5b2576dc96153e588ee839a22bf7c
9438df0f5d71ac492d0482a639c974fa33245272
/src/main/java/com/affac/web/rest/vm/ManagedUserVM.java
7f11edd051b57cd5fc1fc655380d0cbc236a300f
[]
no_license
beerlow/affac
9d21f0da725182ab21c488de0a861116dbc94a61
457a0543f70470718069c16c59fb2c49cd884bbc
refs/heads/master
2020-04-07T03:28:05.036775
2018-12-24T17:48:10
2018-12-24T17:48:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package com.affac.web.rest.vm; import com.affac.service.dto.UserDTO; import javax.validation.constraints.Size; /** * View Model extending the UserDTO, which is meant to be used in the user management UI. */ public class ManagedUserVM extends UserDTO { public static final int PASSWORD_MIN_LENGTH = 4; publi...
[ "" ]
95491dac70c26c826a23824dd0e150256f9afe19
eee65ef0538e3598d19d3ebe77024d8ad1a6c8dc
/app/src/main/java/com/truedigital/vhealth/ui/articles/patient/ArticlesPatientDetailFragment.java
793024aef3700eec7d4cbfe1396a721f83a888a0
[]
no_license
arnon010/app_true
1e895a9004eac32eecf72f97e54711a7a3fee5e1
eca7673c74e5a9b21b04d14633333c97e7b222d9
refs/heads/master
2023-04-21T09:52:09.337411
2021-05-30T14:01:27
2021-05-30T14:01:27
371,561,455
0
0
null
null
null
null
UTF-8
Java
false
false
7,352
java
package com.truedigital.vhealth.ui.articles.patient; import android.os.Build; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com.bumptech.glide.Glide; import com.truedigital.vhealth.R...
[ "" ]
cdd77208c7101fa931beb87fcd93a86a1a1beff1
cae7c2e6fc00e53ff41354e077552ce2f5f34ba0
/CS4215/cs4215_week_8/rePLcompiler/Compiler.java
4ef12e231695e1be3d156daee178ff3af5a29e8a
[]
no_license
uma2510/NUS
db5fd8a46d4676d58c0978b0e2f5a31734efc406
ab075bc0be50495f3ca130bdb37772c1643ef656
refs/heads/master
2021-01-18T02:54:06.967738
2012-04-10T06:26:09
2012-04-10T06:26:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,558
java
package rePLcompiler; import rVML.*; import rePL.*; import rePLparser.*; import java.util.*; public class Compiler { private static int TABLELIMIT = 100; private static Vector<INSTRUCTION> instructions; private static Stack<ToCompile> toCompileStack; private static IndexTable indexTable; privat...
[ "ben@witsvale.com" ]
ben@witsvale.com
1f6e2a25d88327255f7a32dd9541fdd421132aa1
262c3675bb387b85537332fc68532d67dbfe2da8
/src/main/java/PageFactory/GmailLoginPage.java
057297162ac5a7e3ec6fb7c484ce66331cb3dfb5
[]
no_license
lakshmi592/gmail-automation
a0d4537beb40ac8df8de2ea18b70dc7f660c347c
f1ba4d3193533c3d6aad958ad4aefcf77606120b
refs/heads/master
2023-05-11T13:59:15.360396
2020-01-17T03:29:33
2020-01-17T03:29:33
234,462,525
0
0
null
2023-05-01T20:26:35
2020-01-17T03:26:18
HTML
UTF-8
Java
false
false
2,564
java
package PageFactory; import org.openqa.selenium.StaleElementReferenceException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebDriverException; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import SeleniumHelpers.Cu...
[ "noreply@github.com" ]
lakshmi592.noreply@github.com
e597218ba7a56ab1ca07411bf169467ecb53ee45
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-dytnsapi/src/main/java/com/aliyuncs/dytnsapi/model/v20200217/PhoneNumberStatusForAccountRequest.java
8c97019cb75e6b91e499b8ec57c385afafeedf82
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk
a263fa08e261f12d45586d1b3ad8a6609bba0e91
e19239808ad2298d32dda77db29a6d809e4f7add
refs/heads/master
2023-09-03T12:28:09.765286
2023-09-01T09:03:00
2023-09-01T09:03:00
39,555,898
1,542
1,317
NOASSERTION
2023-09-14T07:27:05
2015-07-23T08:41:13
Java
UTF-8
Java
false
false
3,076
java
/* * 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 applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
5fc47eca7e6177e6978c37e37f0a3399d63e0ee9
84d58017a33f23cc2c3661e924306b87d29d7821
/src/model/ADT/MyStack.java
d789616eab9f931ef29f3dff97023e15db8abbb8
[]
no_license
agf13/interpreter_java_v2
1f23fddd2d0c3d152e971f7addd01f4f67fd6ca9
ae51c472c72a5a1c4892da8b9983e2beaa6e0ed3
refs/heads/main
2023-07-02T16:32:25.061960
2021-08-10T10:47:51
2021-08-10T10:47:51
394,616,596
0
0
null
null
null
null
UTF-8
Java
false
false
455
java
package model.ADT; import model.interfaces.*; import java.util.Stack; public class MyStack<T> implements MyIStack<T>{ Stack<T> stack; public MyStack() { stack = new Stack<T>(); } public T pop() { return stack.pop(); } public void push(T val) { stack.push(val); } public boolean isEmpty() { re...
[ "sebastianpomirleanu@yahoo.com" ]
sebastianpomirleanu@yahoo.com
5a29a01bbef01faf6bb3ed0441b69484d115d453
234d39c9fc6882a6581a0d793d3f380a7cba029a
/src/main/java/com/koou/admin/base/service/impl/package-info.java
3e187c3de34aa209c7062ff2b62788efe9ae4589
[]
no_license
Aoldfarmer/javawebtoken
10c5965a3e61a30a4c2b69591856f623905679bc
59306cb245b1d1ab92452b5dba5f42411b46111d
refs/heads/master
2021-01-01T06:34:34.291715
2017-08-25T05:51:29
2017-08-25T05:51:29
97,453,908
0
0
null
null
null
null
UTF-8
Java
false
false
116
java
/** * @author yunqiangdi * @version 1.0 * @since 2017-05-10 4:58 PM */ package com.koou.admin.base.service.impl;
[ "yunqiangdi@hengtiansoft.com" ]
yunqiangdi@hengtiansoft.com
58bb8342f83a4fa8d3cbd0907173af996f2d4aa7
f487532281c1c6a36a5c62a29744d8323584891b
/sdk/java/src/main/java/com/pulumi/azure/compute/outputs/LinuxVirtualMachineScaleSetSourceImageReference.java
2a4a1f4c387d5f6da16fa30140e62f6da313219d
[ "BSD-3-Clause", "MPL-2.0", "Apache-2.0" ]
permissive
pulumi/pulumi-azure
a8f8f21c46c802aecf1397c737662ddcc438a2db
c16962e5c4f5810efec2806b8bb49d0da960d1ea
refs/heads/master
2023-08-25T00:17:05.290397
2023-08-24T06:11:55
2023-08-24T06:11:55
103,183,737
129
57
Apache-2.0
2023-09-13T05:44:10
2017-09-11T20:19:15
Java
UTF-8
Java
false
false
3,603
java
// *** WARNING: this file was generated by pulumi-java-gen. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** package com.pulumi.azure.compute.outputs; import com.pulumi.core.annotations.CustomType; import java.lang.String; import java.util.Objects; @CustomType public final class ...
[ "noreply@github.com" ]
pulumi.noreply@github.com
42bd0c0093f7e6f6471be55cf942c7840dde3f9a
cc2605938e1198c8f8e1b4f6f09f49e4d30845b8
/JavaExcercises/coloursandshapes/src/com/piushvaish/AbstractShape.java
8ed8a9c3a9a712d77fec614ad1a80d32a438306f
[]
no_license
piushvaish/Java
ae4c5e3cd9b1ed3eed0982fc61daa8d8601790cd
344c5cd6a9dc98ad9546e88504a43e05a42bfe05
refs/heads/master
2020-04-12T03:11:40.027401
2017-04-18T15:42:56
2017-04-18T15:42:56
54,891,194
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
package com.piushvaish; /** * Created by piush on 14/10/2016. */ public abstract class AbstractShape { public abstract void draw(); public abstract int getArea(); protected Position position = new Position(0,0); protected int width = 0; protected int height = 0; public Position getPosition...
[ "vaishpiush@gmail.com" ]
vaishpiush@gmail.com
1015b86e16e48375bfc78651596565106913c08b
3c13536733b0d75bbba7c310ed0f8601b4d1e4a4
/batch-common/src/main/java/com/scd/batch/common/job/util/FileBufferWriter.java
ca54935269bd021af672c392186bd28b5d7a6b77
[]
no_license
859162000/scd_batch
3258092a0742ca9e9f63821f8b8dd3592257f81b
62a8dc4efe6f29d52c17e457f1e091dfc44deccb
refs/heads/master
2021-06-09T06:16:06.101251
2016-11-17T09:54:54
2016-11-17T09:54:54
75,371,949
0
1
null
null
null
null
UTF-8
Java
false
false
2,413
java
package com.scd.batch.common.job.util; import org.apache.commons.io.FileUtils; import java.io.Closeable; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * //TODO 使用FileChannel * <p> * The helper class for batch file writer */ public class FileBufferWriter i...
[ "yankaili2006@gmail.com" ]
yankaili2006@gmail.com
ed01b1059e1f5e8c35ed78d8899bc2bd26439b58
c04aa6d0ecfbd348df0470c8f0d6f30d7a858a24
/src/protocol/model/Food.java
2dbbf840853fdf1eecdf87cdb0cfd8f722e4ebab
[]
no_license
pashkov-ai/zagar-protocol
3ab3f9f44d0b30267c389e7354019f75984a936c
d8039c943f3313019d7973fcb9b95cc72d8a1ba1
refs/heads/master
2021-06-08T13:13:22.780866
2016-12-19T18:40:42
2016-12-19T18:40:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
268
java
package protocol.model; import java.awt.geom.Point2D; /** * @author apomosov */ public final class Food extends Cell { protected Food() { } public Food(double mass, Point2D coordinate, double radius) { super(mass, coordinate, radius); } }
[ "xakep6666@gmail.com" ]
xakep6666@gmail.com
113f6dc01ac6c78a967c8b31dd9358371c3e7c81
85b339a628df1572d4d07521ad2081d820d734c4
/src/univ/components/IDrawable.java
fe2f3e08cad21e4adfe7178f3558347f3f327b93
[]
no_license
priez/algobject
cd98d9cfeee6b38e490fcb55ab5b66ead26cd8f1
e755e32ebe1d12c87a879e02e2e387838ebedef3
refs/heads/master
2021-01-10T04:38:37.251358
2012-04-26T11:31:43
2012-04-26T11:31:43
47,453,507
1
0
null
null
null
null
UTF-8
Java
false
false
120
java
package univ.components; import java.awt.Graphics; public interface IDrawable { void draw(Graphics g); }
[ "elixyre@localhost" ]
elixyre@localhost
f95d1fd0725b97f1c56c24042af2cf8955b03f75
6fa9eda692cf4fe6d48f2d40600db59c20803577
/platform-common/src/main/java/com/softicar/platform/common/core/i18n/IdentityLanguageTranslator.java
32aa710e05e651dc2d3998ef0784f119fd36371c
[ "MIT" ]
permissive
softicar/platform
a5cbfcfe0e6097feae7f42d3058e716836c9f592
a6dad805156fc230a47eb7406959f29c59f2d1c2
refs/heads/main
2023-09-01T12:16:01.370646
2023-08-29T08:50:46
2023-08-29T08:50:46
408,834,598
4
2
MIT
2023-08-08T12:40:04
2021-09-21T13:38:04
Java
UTF-8
Java
false
false
741
java
package com.softicar.platform.common.core.i18n; /** * This is the identity language translator. * <p> * The texts to be translated are returned as-is by the implementation. * * @author Oliver Richers */ public class IdentityLanguageTranslator implements ILanguageTranslator { private static IdentityLanguageTra...
[ "noreply@github.com" ]
softicar.noreply@github.com
2dd033441a85e5dd19ae944ac74b38dc69d020dc
da40865711e51e304bc364b694b314be1f3ad7f6
/Lab Assignments/Lab7 & 8/Client2Kafka/ClientApp/src/main/java/EncodeData.java
aebd292c9f27c6c8702d8ef7014d0dad5b9c1b8e
[]
no_license
terratenney/Realtime-Bigdata-Analytics
de7ce67305981001738ac2f410299b28dd099c4b
a45fa6dc0fc8ad9b3aaf2a3197d548ec436cf887
refs/heads/master
2021-01-19T08:13:52.429358
2016-12-21T20:19:34
2016-12-21T20:19:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,193
java
//import com.migcomponents.migbase64.Base64; import org.apache.commons.io.IOUtils; import org.apache.commons.codec.binary.Base64; import java.io.ByteArrayOutputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; /** * Created by harsha on 10/18/16. */ public class EncodeDa...
[ "cm7cd@mail.umkc.edu" ]
cm7cd@mail.umkc.edu
31b4aa61536e2305639733a69f8c63669419248b
fce5602ce627d05bde68d377e3e7216997ee0486
/org.eclipse.kEEPER.plugin.contextRelation.diagram/src/contextRelation/model/diagram/part/ModelNewDiagramFileWizard.java
20e13596b40254046940001baf0065a21fe6b9a9
[]
no_license
mlatona/minorityReportPlugin
c57a9a51cb2320e47d5edc855fe4f1067044cf2d
5058721ffd6ab2da2f9eefc114e75db5216b19d8
refs/heads/master
2021-01-23T03:16:27.195052
2017-06-10T12:48:19
2017-06-10T12:48:19
86,061,806
0
0
null
null
null
null
UTF-8
Java
false
false
7,778
java
package contextRelation.model.diagram.part; import java.io.IOException; import java.util.LinkedList; import org.eclipse.core.commands.ExecutionException; import org.eclipse.core.commands.operations.OperationHistoryFactory; import org.eclipse.core.resources.IFile; import org.eclipse.core.runtime.IAdaptable; import org...
[ "marco.latona92@gmail.com" ]
marco.latona92@gmail.com
0cc8f5a8a59ab7ce2194f14e30858dc047920638
30f2712598c42e708e89b4415342d1f15d1c6afa
/app/src/main/java/com/hlal/m7moud/nav/Fragments/EventsFragment.java
26200de4b208f509cbfac7ec6a6f03b253a92bc7
[]
no_license
mahmoudhlal/NavigationDrawer
6f9e291929380a3e193999c2a34bca9768b05c33
4357b7ec68b0c1ac6c4a1ba8b9ae1f34342d63b9
refs/heads/master
2020-03-24T12:37:48.138572
2018-07-29T00:42:02
2018-07-29T00:42:02
142,719,507
0
0
null
null
null
null
UTF-8
Java
false
false
615
java
package com.hlal.m7moud.nav.Fragments; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.hlal.m7moud.nav.R; pu...
[ "mahmoudhlal741996@gmail.com" ]
mahmoudhlal741996@gmail.com
70f0b2da14a75d41254c6d60f5ba11a526fb064a
9d3a94874e1c535e625ed46eb9f4f26aa15a4aef
/app/src/main/java/com/example/android/youwyaw/MembersActivity.java
018c317808c8ec957f5ae23ae9b3df9a643c9820
[]
no_license
arnaudcasame/youwyaw
a5e06980f80a131e252c082b6198f6a6806898f9
32e63ae5ef81de31e5e9669f6d3850d0f90aab7b
refs/heads/master
2021-04-03T02:41:44.626094
2018-03-13T18:42:29
2018-03-13T18:42:29
125,103,589
1
0
null
null
null
null
UTF-8
Java
false
false
1,870
java
package com.example.android.youwyaw; import android.content.res.Configuration; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ImageView; import android.widget.ListView; import android.widget.TextView; import com.google.fireb...
[ "djcase001@gmail.com" ]
djcase001@gmail.com
1cd3f2006c853d2c00a700c4fcada5a41c6003e4
74a517c784b1449caa68231ffac5e5ad7b68ecb6
/src/main/java/com/xworkz/register/dao/RegisterDAOImpl.java
ad392db9db4991111a35a7e89a2380a3b82621d1
[]
no_license
rathi79/common-module
88cac69f11efdc487a7e498fcb78bd098e7bd64c
2b571c882b27e41ff39d2bc25f32da351d6f255a
refs/heads/master
2022-06-10T21:33:29.799269
2020-04-28T06:50:46
2020-04-28T06:50:46
259,552,036
0
0
null
null
null
null
UTF-8
Java
false
false
2,569
java
package com.xworkz.register.dao; import java.util.Objects; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.query.Query; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.xworkz.register.entity.RegisterEnt...
[ "rathi.rt@outlook.com" ]
rathi.rt@outlook.com
4da75c4c8c3a930fdb9b8ad8c150c311d6793699
5ab9aee135c6de2e302ab4d1dab328078c09738e
/LeetCode_算法思想/src/双指针/合并两个有序数组.java
8718938772846a077bc97e6e6cfe638d656c1301
[]
no_license
WooLiGuaiguai/IdeaProject
76fdca70069af0905f8057edd2b25263cb32c730
19ba97c1fba58429408880e7e7341cffd4bedde9
refs/heads/master
2022-12-28T20:51:49.546121
2020-09-16T13:06:08
2020-09-16T13:06:08
282,765,747
0
0
null
null
null
null
UTF-8
Java
false
false
979
java
package 双指针; /*给你两个有序整数数组 nums1 和 nums2,请你将 nums2 合并到 nums1 中,使 nums1 成为一个有序数组。*/ //关键在于是向一个数组中添加,所以应该从最后面开始添加 public class 合并两个有序数组 { public static void main(String[] args) { int []nums1 = {1,2,3,4,9,0,0,0}; int []nums2 = {2,5,6}; merge(nums1,5,nums2,3); for (int i : nums1) { ...
[ "ctx1311021997@mail.dlut.edu.cn" ]
ctx1311021997@mail.dlut.edu.cn
01b28c4fed000bf3fbb4d485514357319cd71247
6d794daca185e42dd32bbdf09401ce3cda0d0725
/app/src/main/java/id/co/kynga/app/model/pojo/CategoryPojo.java
92c79c059c197580fceeb7681cb4433abbf8b866
[]
no_license
masanam/TVCelestial
65fac060c950b2aca08f21f636b4942a27c45f54
2222c9f65193febf2c5baedba586c56a326b8ba3
refs/heads/master
2020-04-12T02:10:36.346333
2018-12-18T06:33:36
2018-12-18T06:33:36
162,240,576
0
0
null
null
null
null
UTF-8
Java
false
false
2,833
java
package id.co.kynga.app.model.pojo; import android.os.Parcel; import android.os.Parcelable; import java.util.List; /** * CategoryPojo * * @author Aji Subastian */ @SuppressWarnings("unused, WeakerAccess") public class CategoryPojo implements Parcelable { public int Status; public String Message; pu...
[ "masanam@yahoo.com" ]
masanam@yahoo.com
e15baa8bb67931a37101eed9f5b54f187e4015fe
c8ab5ae2aaae7312210fdf6153703005ef888ffb
/src/main/java/TestCases/Test003.java
c70d1fccc9de6fea03459b8bed3c4c1c867137e5
[]
no_license
abhilash-ui/AbhiBook
69c459bc1cf5af63be242d69493d3153e9d89373
52a672310566919199c54325bdc4800274dbd359
refs/heads/master
2023-02-22T01:58:52.617263
2021-01-29T02:48:23
2021-01-29T02:48:23
332,380,112
0
0
null
null
null
null
UTF-8
Java
false
false
425
java
package TestCases; import org.testng.annotations.Test; import POM.Pom001; import POM.Pom003; public class Test003 extends Base { @Test public void TestError() throws InterruptedException { Pom001 p2=new Pom001(driver); p2.Popup(); Thread.sleep(1000); p2.login(); Thread.sleep(1000); p2.user(nus); Thread.sleep(...
[ "abhilashg436@gmail.com" ]
abhilashg436@gmail.com
c74150550be50cb85b18ec54d6539750f29514bb
a3445b3941e46058ffccbcce5b8ee8411b65bdad
/com.SDUGameEngineDesigner/src/com/SDUGameEngineDesigner/CodeEditor/CodeEditorInput.java
971257aef76f428fd0f7dc37337c0279aaac3864
[]
no_license
SDU-Android-Lab/SDUGameEngineDesigner
f9ad57ee2ab1cdca77136ea700d82795f0a52712
43f562f1f1d9af3774354b19bc0d7c2ce30af8c6
refs/heads/master
2021-01-01T05:59:43.733520
2012-11-17T07:33:09
2012-11-17T07:33:09
4,969,295
1
0
null
null
null
null
GB18030
Java
false
false
1,850
java
package com.SDUGameEngineDesigner.CodeEditor; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.ui.IEditorInput; import org.eclipse.ui.IPersistableElement; import com.SDUGameEngineDesigner.View.PackageExplorerElement; /** * 源代码编辑器的输入 * @author xzz * */ public class CodeEditorInpu...
[ "825502451@qq.com" ]
825502451@qq.com
ac5a64c69c0318169d828a8b44add61a36c7a274
52c039288432360abafb966e6e105d35a9c6e131
/tg-common/core-common/src/main/java/com/zhengcq/srv/core/common/entity/ServiceCode.java
66caaba010f1331e8ebd724c8bfd3fd8c375c72e
[]
no_license
JOHNKING123/Tiger
f90d27a69fd8da9597e927a01ba757dadd8d651a
ef737d5ab357f685af93d0e824ee3af5ca9dd224
refs/heads/master
2022-10-29T05:28:08.254819
2021-01-18T01:47:04
2021-01-18T01:47:04
173,255,216
0
0
null
2022-10-05T18:20:16
2019-03-01T07:25:53
Java
UTF-8
Java
false
false
260
java
package com.zhengcq.srv.core.common.entity; /** * Created by clude on 3/15/17. * 错误码修改 * 0 成功 * 非0 失败 ( 默认失败错误码为1 ) */ public interface ServiceCode { static final int OK = 0; static final int FAILED = 1; }
[ "1318692162@qq.com" ]
1318692162@qq.com
c667a32fdee12b9eed2aea3742a67e3d8d4638c1
1daa675860ff13a544c6bd74851ae5d6f8ba47fa
/JAVA/Work/javaexec/src/main/java/tw02/tw02_06_문자열배열반환메서드.java
5dd8fcd0ae93f1deb30d2334c0958587a5adfbae
[]
no_license
kaevin1004/java--
6d90a7613402e8e839a7c0dfa4f6b43681dde12e
2de34eaf445b7d0946430bcc31d38be8fd5598dd
refs/heads/master
2021-09-12T11:16:44.211681
2018-01-26T09:08:41
2018-01-26T09:08:41
103,893,846
0
0
null
null
null
null
UTF-8
Java
false
false
396
java
package tw02; public class tw02_06_문자열배열반환메서드 { public static void main(String[] args){ System.out.println("사랑합니다."); } public static String[] inputVal(String x){ String[] a=null;//메서드 타입"문자열" return a;//void가 아니면 값을 리턴하지 않는다. } ...
[ "kaevin1004@naver.com" ]
kaevin1004@naver.com
9812ac95faa944d8791c2d720266bc39b43af638
ed04c850e581b0fc47c7b3aa0543cbd08a00889d
/Native_v2.0_welltek/app/build/generated/source/r/debug/com/mikhaellopez/circularimageview/R.java
cedda6f6598e768cfdba3616a82bc2bc068cc213
[]
no_license
ranadep14/Android
5c7377d33f65c13260356df6ad3699819421e3e9
4cf067bc595694cf234454371f31e184f0267ac0
refs/heads/master
2020-04-16T06:32:38.299091
2019-01-29T10:19:03
2019-01-29T10:19:03
165,351,786
0
0
null
null
null
null
UTF-8
Java
false
false
114,516
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 com.mikhaellopez.circularimageview; public final class R { public static final class anim { public static final int...
[ "ranadep14@gmail.com" ]
ranadep14@gmail.com
c232e35cdbae60c15af236f2c5e8352e278bab9e
605c28cc4d7ffd35583f6aba8cc58c7068f237e2
/src/com/dxjr/portal/webservice/client/identifier/nciic/QueryBalance.java
040cc3b0c4a001a9bebe087ab0b2321ea10e2e23
[]
no_license
Lwb6666/dxjr_portal
7ffb56c79f0bd07a39ac94f30b2280f7cc98a2e4
cceef6ee83d711988e9d1340f682e0782e392ba0
refs/heads/master
2023-04-21T07:38:25.528219
2021-05-10T02:47:22
2021-05-10T02:47:22
351,003,513
0
0
null
null
null
null
UTF-8
Java
false
false
2,478
java
package com.dxjr.portal.webservice.client.identifier.nciic; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annota...
[ "1677406532@qq.com" ]
1677406532@qq.com
6c0f053d8f0fef78be16d7fde906c12560570f24
f387f301a42590965265ab0ee45c60ba59dcbd73
/coffeshop/src/Abstract/CustomerCheckService.java
ecd7cf0ac6f63a6a181991255102e467729611eb
[]
no_license
esraakocak/JavaCamp
ef1910918e16a522071eb6e43d4bac1b347a7571
8b2cb78782f274c48c45a78fbe17bb544a77316e
refs/heads/master
2023-05-15T21:55:26.384995
2021-06-13T19:10:56
2021-06-13T19:10:56
364,381,662
2
2
null
2021-06-16T17:49:15
2021-05-04T20:45:17
Java
UTF-8
Java
false
false
146
java
package Abstract; import Entities.Customer; public interface CustomerCheckService { boolean CheckPerson(Customer customer) ; }
[ "esra1kocak@gmail.com" ]
esra1kocak@gmail.com
d7693e7c69e8363ccc76f46c856b6680acb68f5c
aeef2494b283012ed619870c4275e7d015f4017a
/sdk/java/src/main/java/com/pulumi/gcp/compute/inputs/DiskSourceImageEncryptionKeyArgs.java
f4a45de987680cfb1f0b731ea86e122bd753081d
[ "BSD-3-Clause", "MPL-2.0", "Apache-2.0" ]
permissive
pulumi/pulumi-gcp
d4fd3f80c3df5290edaf33eb5eafe34e6699d0ff
7deea0a50a4ee5ab7bd722a83eca01707e298f85
refs/heads/master
2023-08-31T07:12:45.921522
2023-08-31T06:16:27
2023-08-31T06:16:27
97,485,806
160
63
Apache-2.0
2023-09-14T19:49:36
2017-07-17T14:28:37
Java
UTF-8
Java
false
false
8,158
java
// *** WARNING: this file was generated by pulumi-java-gen. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** package com.pulumi.gcp.compute.inputs; import com.pulumi.core.Output; import com.pulumi.core.annotations.Import; import java.lang.String; import java.util.Objects; import j...
[ "noreply@github.com" ]
pulumi.noreply@github.com