blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
ee09f539f54e415cbcccdac1cb702f062c008dcb
14b8a1ab312e2f529535c5887b0e02a77dd12ee5
/src/main/java/com/ph4/s1/store/pay/OrderListDTO.java
6c0b188b1b63e37ad0f97f4385424b79f467f34f
[]
no_license
hunputer/webPawinhand_copysite
144ad256489d84151eb5742d84f7ed831cfaf121
f8611e754944f45c7916edd1cf21b9be11a539bb
refs/heads/main
2023-03-22T12:04:49.340415
2023-03-19T14:06:25
2023-03-19T14:06:25
315,251,536
1
0
null
null
null
null
UTF-8
Java
false
false
1,636
java
package com.ph4.s1.store.pay; import java.sql.Date; import org.springframework.stereotype.Component; @Component public class OrderListDTO { private long order_num; private String orderId; private String toName; private String toAddress; private long toZipcode; private String toPhone; private String toTel; p...
[ "52592192+hunputer@users.noreply.github.com" ]
52592192+hunputer@users.noreply.github.com
52abc5efb9eb2ce833531b19590c8d7fd090bc52
8dbd7f175b4b6804919b15264d9bcca31a1202c3
/src/main/java/com/vonallin/lib/jumper/exception/FragmentCreateException.java
38aaddf7c9272da6726a0da67db3db706517caf6
[ "MIT" ]
permissive
Allin127/android-lib-jumper
913612f8519752aed040eaf678e662b1ea90b313
620d7c7d2ab20ef6ce3dd25d936b284abe073ce1
refs/heads/master
2020-05-06T15:17:13.328804
2019-05-30T15:31:04
2019-05-30T15:31:04
180,181,828
0
0
null
null
null
null
UTF-8
Java
false
false
237
java
package com.vonallin.lib.jumper.exception; public class FragmentCreateException extends RuntimeException { public FragmentCreateException(){ } public FragmentCreateException(String Message){ super(Message); } }
[ "allin@github.com" ]
allin@github.com
c6e6711856c74b7e60dd6c1db6f87388c0b447f5
037b7bee6c8220bfe94ca3e7e19e7d7233531dd0
/src/main/java/com/michiget/todaygye/model/SelectDao.java
de7bddf854abad458ab18ba9ab0debe69466010a
[]
no_license
devarchi33/TodayGye
fd2e343ba0f7b4a04c134b8a42e9348bb7eb4de7
615767428f33aa9b94f597461a935141a5b7c5f1
refs/heads/master
2020-12-26T11:15:57.701908
2014-10-16T11:18:41
2014-10-16T11:18:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
764
java
package com.michiget.todaygye.model; import java.sql.SQLException; import java.util.ArrayList; import javax.annotation.Resource; import org.springframework.orm.ibatis.support.SqlMapClientDaoSupport; import org.springframework.stereotype.Repository; import com.ibatis.sqlmap.client.SqlMapClient; import com.michiget.t...
[ "skyfly33@iruen.com" ]
skyfly33@iruen.com
2e97a24b21d8d781980ae9931ef36f543f5d18bd
e108d65747c07078ae7be6dcd6369ac359d098d7
/android/support/design/widget/FloatingActionButton.java
61b08ab176af8f1194659df12742dafcc290f250
[ "MIT" ]
permissive
kelu124/pyS3
50f30b51483bf8f9581427d2a424e239cfce5604
86eb139d971921418d6a62af79f2868f9c7704d5
refs/heads/master
2020-03-13T01:51:42.054846
2018-04-24T21:03:03
2018-04-24T21:03:03
130,913,008
1
0
null
null
null
null
UTF-8
Java
false
false
18,856
java
package android.support.design.widget; import android.annotation.TargetApi; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.Resources; import android.content.res.TypedArray; import android.graphics.PorterDuff.Mode; import android.graphics.Rect; import android.graph...
[ "kelu124@gmail.com" ]
kelu124@gmail.com
0b8723a302c84f6bbec9f593fbf0799a38bfb86a
1234ac62cb84f1ab4fb78caca432991ee66d7fc9
/pddemo/src/main/java/proxy/jdkversion/ITworkProxy.java
c07daa30617e3a46b6a2799d81b1a937173f49f3
[]
no_license
niushengqiang/DesignPatternDemoes
2841a8068223425b578562f8ff44c370df706bcd
94fd807994cc0a01a51db6dc67bbefc17462ee42
refs/heads/master
2020-04-07T13:11:20.623213
2019-05-10T15:36:55
2019-05-10T15:36:55
158,396,245
1
0
null
null
null
null
UTF-8
Java
false
false
1,029
java
package proxy.jdkversion; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; /** * @author yurang * it工作的代理类 * jdk中的动态代理是由 InvocationHandler接口和Proxy类来配合使用的 * */ public class ITworkProxy implements InvocationHandler{ private ITWorker workTarget; ...
[ "62762535@qq.com" ]
62762535@qq.com
2fde9d957c511146b1f489828fe4faa359c127a2
772d2341adde81e766206d3a2b362eedee541aa9
/backend/isspol/isspol-persistence/isspol-persistence-model/src/main/java/ec/org/isspol/persistence/entities/security/EstadoUsuario.java
cbfe90d07a656de566295a356c49eee2d53049d2
[]
no_license
carlosgitub/pruIsspol
66299f10c75297f4d107fa2b8612ca0480ca3fc2
7b0fca529b6968527c1c69f8d0b18956183d6a56
refs/heads/master
2021-01-20T12:52:05.188471
2018-10-18T22:12:13
2018-10-18T22:12:13
90,421,927
0
0
null
null
null
null
UTF-8
Java
false
false
4,273
java
package ec.org.isspol.persistence.entities.security; // Generated 21-abr-2017 12:20:59 by Hibernate Tools 4.0.1.Final import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id;...
[ "carlos.dh08@gmail.com" ]
carlos.dh08@gmail.com
67f44e7ed7301c9789df239d3d8a888918406e91
ebb582d9f9ca0fc7a63466966f370bd729ee949f
/src/main/java/ua/sustavov/payment/validators/MaxLengthValidator.java
8b841f33b447b3e8ae75244970086791fab4a53e
[]
no_license
sustav86/salegateway
d7a75903045260a648313f3e4cd5627879a978ea
250a79b461159b2b2355ad5cd77309f19249ac36
refs/heads/master
2021-05-01T19:23:42.315225
2018-02-11T18:14:41
2018-02-11T18:14:41
121,020,533
0
0
null
null
null
null
UTF-8
Java
false
false
999
java
package ua.sustavov.payment.validators; import org.springframework.stereotype.Component; import org.zkoss.bind.ValidationContext; import org.zkoss.bind.Validator; import org.zkoss.bind.validator.AbstractValidator; /** * Created by SUSTAVOV on 10.02.2018. */ @Component("maxLengthValidator") public class MaxLengthVa...
[ "sustav86@gmail.com" ]
sustav86@gmail.com
ecca483ccb7486ec19d211685d2e37eae578b2df
f01a2673359945cad2db0fb40161d14e5a4d4b0d
/DBProject/src/main/java/controllers/user/UserLoginController.java
3cfc94b9408926c47e488166d537f1dcdfe0fa4d
[]
no_license
quanganhquanganh/Community-Centre-Management-System
271fd8d331714679243e1c52053f5cca04abdc7d
57beb26d0b1680a02569db27d2ebd30022afda77
refs/heads/main
2023-05-27T12:41:22.906247
2021-06-10T07:18:41
2021-06-10T07:18:41
363,807,811
1
2
null
2021-06-04T12:36:53
2021-05-03T03:37:04
Java
UTF-8
Java
false
false
5,123
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 controllers.user; import services.MysqlConnection; import java.sql.*; import java.util.Date; /* * Điều khiển đăng nhập */ pub...
[ "ThinkPad@DESKTOP-A1FM1F7" ]
ThinkPad@DESKTOP-A1FM1F7
56a351a8ebe11ed5cc1685d23b2ae5c35b4a27b6
d415e1954537b573825d2ac51cfdf8f34deddd8c
/MCAP LOGISTIC REGRESSION WITH L2 REGULARIZATION/L2R_L2_SvrFunction.java
d169be5c99a3eba1e75deb930994a542a7600ba6
[]
no_license
farheenshaik/ML
35d16fb130058ad8db6f154c5e5ce00841955fcb
92f1cfe3dabfb7878df7448b4c58cd49ce90dcb5
refs/heads/master
2021-07-03T21:10:25.981792
2020-08-24T12:54:23
2020-08-24T12:54:23
157,461,576
0
0
null
null
null
null
UTF-8
Java
false
false
1,490
java
package mcap; public class L2R_L2_SvrFunction extends L2R_L2_SvcFunction { private double p; public L2R_L2_SvrFunction( Problem prob, double[] C, double p ) { super(prob, C); this.p = p; } @Override public double fun(double[] w) { double f = 0; ...
[ "noreply@github.com" ]
noreply@github.com
7e365845cdf8a8fa112db71f34699008c011fba3
c3cd6193ad774ca4766967514de6e72f7c0edef5
/team4/src/main/java/swdo/syj/yayoung/dao/LoginMapper.java
93da7ccb090d3b497cfc5ed943b0238ac6518ae1
[]
no_license
sayojeong/team4
a1d4041d645c089803d319cde2ccdbecd5df9bd3
4b1f51635c195cdb04725b9ef668c5cb34229b62
refs/heads/master
2022-12-23T04:44:40.588721
2019-09-24T09:47:27
2019-09-24T09:47:27
209,437,533
0
0
null
2022-12-16T11:07:58
2019-09-19T01:39:58
JavaScript
UTF-8
Java
false
false
539
java
package swdo.syj.yayoung.dao; import swdo.syj.yayoung.vo.StudentVO; import swdo.syj.yayoung.vo.TeacherVO; public interface LoginMapper { public TeacherVO idcheck_tc(String tc_id); public TeacherVO findId_tc(TeacherVO vo); public String findPw_tc(TeacherVO vo); public int UpdatePw_tc(String tc_pw,...
[ "user@DESKTOP-01ND8VV" ]
user@DESKTOP-01ND8VV
567692a3430867cfe1c73ab592783d8fa4f0803c
47ef792bccca7ed503425fabd68742f74972741c
/Secao07/App02_Xamarin/App02_Xamarin/App02_Xamarin.Android/obj/Release/81/android/src/android/support/mediacompat/R.java
3856f8d5e73a205b1d5b8bcab5372ecc74926ea8
[]
no_license
saxiro/cursoxamarin
45e83ae9c82c88a248a748dd398f3f973a1276da
fb4ae147f79757b5e37d2f8cbf85de36d50c7dac
refs/heads/master
2020-04-06T13:04:17.407409
2019-02-23T02:20:49
2019-02-23T02:20:49
157,482,651
0
0
null
null
null
null
UTF-8
Java
false
false
676,224
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package android.support.mediacompat; public final class R { public static final class anim { public static int abc_fade_in=0x...
[ "fabriciopbrb@gmail.com" ]
fabriciopbrb@gmail.com
ff8e9a3c14a6214343149ee817a84da354d83560
7599b00500f3602ef75829c3a6a98b9fa2b82b02
/Prog3/src/Clase/cap06/pr0506resuelta/AccesoAPersonasHS.java
aa447d362b713d9888dbe1ff9f69316aa3e754c2
[]
no_license
Jondiii/Programacion3
24769ee0595391c1f85e114ffd030ee89e6cebbe
9b049b5a2acf84a66c41376ebef9d16a5b46d99e
refs/heads/master
2020-07-29T07:47:24.934933
2020-01-19T12:45:05
2020-01-19T12:45:05
209,720,226
0
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package Clase.cap06.pr0506resuelta; import java.util.HashSet; public class AccesoAPersonasHS implements ProcesoProbable { private HashSet<Persona> l; @Override public void init(int tamanyoTest) { l = new HashSet<>(); for (int i=0; i<tamanyoTest; i++) { l.add( new Persona( i*2+1, "Nombre " + i...
[ "jondi@opendeusto.es" ]
jondi@opendeusto.es
844dd53b26d6c0b8ce78048924d4630255d4711a
75b4e3a620854edfafe942813bb4bb2252302ba0
/mvproutelibrary/src/main/java/com/location/mvp/mvproutelibrary/error/IResponseErrorMsg.java
47de6763b8378b0d70a9dcde82bb98002c1b0148
[ "Apache-2.0" ]
permissive
33944284/MvpRoute
205af0cb5a190e0f778c31e0b208cf688cb482f4
a299fbb8514e1f3a3c4cfce21680990407566096
refs/heads/master
2020-04-05T21:26:40.224555
2018-11-12T09:53:29
2018-11-12T09:53:29
157,220,694
1
0
null
2018-11-12T13:50:23
2018-11-12T13:50:23
null
UTF-8
Java
false
false
773
java
/* * Copyright 2018 location * * 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...
[ "tttx0307@163.com" ]
tttx0307@163.com
71668bb914cc804f2b2dd9297313ebf8e6cccd5e
1b41dec1cd6b3d130ffad1f1e54202957548b81f
/mybatis-plus-wrap-cascade/src/main/java/mybatis/plus/wrap/CascadeOption.java
42bc59faaa99075c435f98bf7f0b4aa6edf466ad
[]
no_license
wangjun860919/mybatis-plus-wrap
cafff8202b686da7a25af808bee6028e13b26d8e
51cb8f16314d653635fa4624353a42c7ec3948e6
refs/heads/master
2023-02-22T20:13:32.858224
2021-01-24T02:30:18
2021-01-24T02:30:18
332,350,858
0
0
null
null
null
null
UTF-8
Java
false
false
6,029
java
package mybatis.plus.wrap; import com.baomidou.mybatisplus.core.metadata.TableFieldInfo; import com.baomidou.mybatisplus.core.metadata.TableInfo; import com.baomidou.mybatisplus.core.metadata.TableInfoHelper; import lombok.Getter; import mybatis.plus.wrap.reflect.ReflectUtils; import org.apache.ibatis.reflection.MetaO...
[ "wangjun.shanliwa@163.com" ]
wangjun.shanliwa@163.com
1b3264e69ac9b2bf73d81870c5574ea011b3a5fe
7c15b01edba62f956570b4b90b774895b7335a34
/app/src/main/java/com/senga/john/sengajohnlab5/activity_2.java
06af305e8f1349cf87ef15c570fc58873535fdf6
[]
no_license
John-Senga/SengaJohnLab5
be21f4099128cf0dbcbbc0335a18636cac897a90
83c81b1f203c80a3518f480d1d55578e6b4ea066
refs/heads/master
2020-03-31T05:24:03.008919
2018-10-07T13:36:28
2018-10-07T13:36:28
151,944,669
0
0
null
null
null
null
UTF-8
Java
false
false
1,014
java
package com.senga.john.sengajohnlab5; import android.content.Intent; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; public class activity_2 extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
[ "2015081653@ust-ics.mygbiz.com" ]
2015081653@ust-ics.mygbiz.com
dfc42320de9391d2390a2580a6c06c872ac6576b
315887c5c980669b44f5993f3a34b2233cbf90fe
/barcode-reader/app/build/generated/source/r/debug/com/google/android/gms/appinvite/R.java
b1705e6ca06efc00d3e06cd4f8e975b16c094d6d
[]
no_license
thegenuinegourav/Parkzap-Assignment--Barcode-Reader
3f12cc5c0b40de8c1c49857b5918fc91b1144ec8
e90641dcf042a99e69cd51812e7583435320b75d
refs/heads/master
2021-01-22T08:06:22.444605
2016-08-09T18:26:03
2016-08-09T18:26:03
56,944,988
13
0
null
null
null
null
UTF-8
Java
false
false
16,443
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.google.android.gms.appinvite; public final class R { public static final class attr { public static final int adSize = 0x7f...
[ "gourav96suri@gmail.com" ]
gourav96suri@gmail.com
6db516b8be02f27356c032f9a542f859d020fcff
b9f641fbf06c91df975c00fdb81909d07bb0e7d0
/src/Library/Resources.java
4d98ab404c8f5f811c7d8836c9fd0ad71fb1f294
[]
no_license
SDET93/Summer2020_B20
5ff291917050d2f64dd142a62852bbf8da18dc84
ddc64db0e21aa687bc569637932fc50bd2317c9b
refs/heads/master
2023-01-24T22:11:31.896760
2020-12-01T22:01:10
2020-12-01T22:01:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package Library; public class Resources { public static int a = 200; int b = 300; public static void method1 (){ System.out.println("Static method"); } public void method2 (){ System.out.println("Instance method"); } }
[ "Marat_karachev@hotmail.com" ]
Marat_karachev@hotmail.com
053364869871b7f30fadda3a569a28722d838d57
4299d8b772d2c28b8d32c5b824ec92261179a8c8
/MeuPrimeiroApp/app/src/main/java/com/studio/meuprimeiroapp/meuprimeiroapp/MainActivity.java
363f68db961d476ab79a1355feec8f5aea09b62e
[]
no_license
MattheusB/Learning-Android
8a43955fa80028462398ea0d9f8c41a41091f139
6042d6567751ac3d6ff065037a83b3a2e47630a5
refs/heads/master
2020-03-06T20:48:30.983293
2018-04-05T00:00:29
2018-04-05T00:00:29
127,063,094
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.studio.meuprimeiroapp.meuprimeiroapp; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(...
[ "mattheus.rodrigues@ccc.ufcg.edu.br" ]
mattheus.rodrigues@ccc.ufcg.edu.br
31c230918752c68da3a7801b8f0c1c555e3ed6e3
56d55cd702cc627a698c12d3a39fefa51a90aef6
/src/main/java/com/ming/huamq/web/rest/vm/LoginVM.java
64161e9925a6ba571dc50df7835bff2748bc7052
[]
no_license
Southeasthua/zzh-backup
c9fac7f13655c70f69982f5db8d0f2c88cc4ed5a
b17c0df7efe8ce7f524c3c4e9e8bf3c7a0db085c
refs/heads/main
2023-02-12T08:31:15.744095
2021-01-07T02:53:20
2021-01-07T02:53:20
327,486,307
0
0
null
null
null
null
UTF-8
Java
false
false
1,073
java
package com.ming.huamq.web.rest.vm; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; /** * View Model object for storing a user's credentials. */ public class LoginVM { @NotNull @Size(min = 1, max = 50) private String username; @NotNull @Size(min = 4, max =...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
aaef45f5c2662ca666c961332563d9c47c82a3d4
4874d8dd06a208ccd8351319b7cb8fe9b4905dd3
/HackerRank/src/codeintvw/MergeSort.java
a9150e8f82282093a9b642eb8460d44fa566b5ed
[]
no_license
prasadvp/HackerRank
60501d0d161e27f36da23c04355e39602a7b6d22
b3a4f7d8f2389239cae29fdb9f10f31fba30bdef
refs/heads/master
2021-05-10T10:24:27.097329
2020-01-05T15:01:23
2020-01-05T15:01:23
118,383,147
0
0
null
null
null
null
UTF-8
Java
false
false
2,282
java
package codeintvw; import java.util.Scanner; public class MergeSort { static long countInversions(int[] arr) { long numberOfInversions = 0; // Complete this function int[] temp = new int[arr.length]; numberOfInversions = mergeSort(arr, temp, 0, arr.length-1); return num...
[ "prasadkp@gmail.com" ]
prasadkp@gmail.com
f13fe5e3284b51d6e2f58371dddfaac2bd8e0e2f
bc24725a5babf5447e3fdddeee7f1abb5aa62325
/iti-sysmgr/backend/src/main/java/com/crab/cors/CORSConfiguration.java
b168649a47c7c39f9218469661018d17db95cca0
[]
no_license
yunxiaoxie/ORMapping
4d3d7d69e361d7e2911ea060760f6aac214d1e70
488a2d34174b8cb2466033646f3a10bc3243d912
refs/heads/master
2022-11-05T02:21:19.542876
2019-05-24T09:43:20
2019-05-24T09:43:20
69,338,682
1
1
null
2022-10-12T20:22:05
2016-09-27T09:05:01
JavaScript
UTF-8
Java
false
false
1,021
java
package com.crab.cors; import org.springframework.context.annotation.Bean; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; /** * 解决跨域问题sp...
[ "Moris@MorisdeMacBook-Pro.local" ]
Moris@MorisdeMacBook-Pro.local
8de7110275394f891d266a8a7dd9c9dd97c93788
e6c26aa5767de7a4e2d6757d302a8d19c69fdd6f
/app/src/main/java/midsummer/com/testgoether/Wallet.java
a2e50a0fb202971aa55cb56e8dd52e854b873059
[]
no_license
vtproduction/TestGoEther
78a7b54d260eec6f415b1c7c98fb08ebf1194fa0
92be0ab59dadef4da750f09f9ba22475a0e5b669
refs/heads/master
2020-03-25T23:25:39.115135
2018-08-10T10:44:22
2018-08-10T10:44:22
144,274,151
0
0
null
null
null
null
UTF-8
Java
false
false
1,065
java
package midsummer.com.testgoether; import android.os.Parcel; import android.os.Parcelable; public class Wallet implements Parcelable { public final String address; public Wallet(String address) { this.address = address; } private Wallet(Parcel in) { address = in.readString(); } ...
[ "nienbkict@gmail.com" ]
nienbkict@gmail.com
dda55a20b86edfe2a58a540d1108b8ace8a66715
9f05da481f23da7120cc173c8fe850b27aeeb430
/src/main/java/com/diegomunhoz/controlepedidosdm/domain/enums/EstadoPagamento.java
5d7493732d8413b5335c4b3ce5c571b302d664f6
[]
no_license
diegomunhoz/controle-pedidos-dm-backend
e445e8dad3b8a2dccc48b88908ae9a09420cce30
e13002148cd244a1ac36d1246a5946264cb8ac36
refs/heads/master
2021-06-24T10:38:46.930046
2019-11-20T15:39:38
2019-11-20T15:39:38
222,743,240
1
0
null
2021-04-26T19:42:45
2019-11-19T16:43:39
Java
UTF-8
Java
false
false
704
java
package com.diegomunhoz.controlepedidosdm.domain.enums; public enum EstadoPagamento { PENDENTE(1, "Pendente"), QUITADO(2, "Quitado"), CANCELADO(3, "Cancelado"); private int cod; private String descricao; private EstadoPagamento(int cod, String descricao) { this.cod = cod; this.descricao = descricao; }...
[ "diego.fatec@hotmail.com" ]
diego.fatec@hotmail.com
b1752aa4d9218618ccdd37f10e840b8f805566f0
3ab4f115fb18f1928b35a991ffb44b3f233b955a
/inference-engine/src/test/java/com/github/thorbenlindhauer/inference/SumProductLoopyBeliefPropagationInferencerTest.java
e16532cbbd5fb572a629541ed8d4d150fdfc8369
[ "Apache-2.0" ]
permissive
eektguj/graphical-models
497077d220320936448492d85a915f61a6bdba34
f0dc76b2ad0678b52ae9a088f54eb5e0e78f6714
refs/heads/master
2021-06-04T16:14:04.063800
2016-09-26T16:01:57
2016-09-26T16:01:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,568
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 under the L...
[ "thorben.lindhauer@student.hpi.uni-potsdam.de" ]
thorben.lindhauer@student.hpi.uni-potsdam.de
4306b727093a0f673a4facab419f91f74185b135
862ba2640b60d7a71aedfb334672409d074dfce8
/Library_web/src/mvc/action/msg/SentDeleteAction.java
e8445c88bc58db704bdf10038b60668335282a2c
[]
no_license
ccc4/Tjoeun_Project_3_Library_web
fc5d8fcfb568f5cfc4fb028da1c97507b49acc2e
7d9c9919891c7a008054b0a15369e7ebe89c284c
refs/heads/master
2020-04-02T08:53:01.051982
2018-11-02T16:31:00
2018-11-02T16:31:00
154,265,675
0
0
null
null
null
null
UTF-8
Java
false
false
1,230
java
package mvc.action.msg; import java.io.IOException; import java.sql.Connection; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import mvc.action.Action; import mvc.dao.MsgDAO; import mvc.util.JdbcCloser; import mvc.util....
[ "402-27@DESKTOP-OH0SO1D" ]
402-27@DESKTOP-OH0SO1D
d41976e261702d62a3583709a2d9bff13daa82ae
8349a62704cfd6a0759d05e2497eff01abe6b705
/src/main/java/ru/bmstu/rk9/agents/cognitive/hard/HardSyntaxAnalyzer.java
56a43332dc9de16faf20322479221891eb851e1c
[]
no_license
vic-volk/cognitive-agent
c7a6cbed5cbbf9c4be8603e2f87208e262db2315
d6f696cda533c8ad165c724c67879e51da334691
refs/heads/master
2020-12-21T10:12:19.626762
2016-08-08T07:15:39
2016-08-08T07:15:39
58,410,359
0
0
null
null
null
null
UTF-8
Java
false
false
1,842
java
package ru.bmstu.rk9.agents.cognitive.hard; import ru.bmstu.rk9.agents.cognitive.SyntaxAnalyzer; import java.util.List; import java.util.Map; import java.util.stream.Collectors; //TODO: replace with ontology analyzer public class HardSyntaxAnalyzer implements SyntaxAnalyzer { private final String QUESTION = "qu...
[ "vic-volk@yandex.ru" ]
vic-volk@yandex.ru
50d524b6c67880ca3e24a99f8e5ee2191f76ff86
359fee048b582c980fa3ea0dccebdc710c9d969a
/app/src/main/java/com/myplayschool/HomePage.java
fbcbe4edc411924ad545c9e496961edb8c18bbee
[]
no_license
sukhjit310192/MyPlaySchool
25139a8121cdcec5b52019b83eb83b5d0dda945b
53396b1287fb501d2b2b41ebaf5351857156483e
refs/heads/master
2020-03-09T14:20:28.095088
2018-04-09T20:50:51
2018-04-09T20:50:51
128,666,448
0
0
null
null
null
null
UTF-8
Java
false
false
1,207
java
package com.myplayschool; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class HomePage extends Activity implements OnClickListener{ Button learnbtn,quizbtn,quitbtn; @Over...
[ "sukhjit310192@gmail.com" ]
sukhjit310192@gmail.com
026ff7363b4265257e2a874ed9d6531f8d61f8bf
551f8c961f46da1f87b963e44f2974f0f9097afc
/src/main/java/com/nexos/storagesystem/model/User.java
1f2fb553a2cdd16fdfb272a324b4aef731667b18
[]
no_license
luis572/commodity-app-backend
aad0ad790885809ca7be177a19d17b228a82b76e
a52f3a4e69e5a26734594e376f63f2103365b3c7
refs/heads/main
2023-04-29T03:44:32.817314
2021-05-13T17:13:09
2021-05-13T17:13:09
367,120,454
0
0
null
null
null
null
UTF-8
Java
false
false
2,539
java
package com.nexos.storagesystem.model; import org.hibernate.annotations.DynamicUpdate; import org.hibernate.envers.Audited; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.annotation.LastModifiedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; im...
[ "luispg572@gmail.com" ]
luispg572@gmail.com
205e2863b6c32eb5d0ca24f7fe00c4e9b8a13637
d86ba63d6fad172f03dd4080b2c7660a8dedf9f9
/src/main/java/com/example/demo/repository/RegistroDiarioRepository.java
649260b5b07a89dde5aceb51465544baa8c81e22
[]
no_license
rudanlucena/ru-back
3dc4343442bb39d34f585bd0188b2e4d7c6d9b1d
7236eb49aab14d126ca460666011aa3d2245a311
refs/heads/master
2023-03-15T17:15:57.748659
2021-03-03T15:01:50
2021-03-03T15:01:50
226,114,750
0
0
null
null
null
null
UTF-8
Java
false
false
340
java
package com.example.demo.repository; import com.example.demo.domain.Periodo; import com.example.demo.domain.RegistroDiario; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface RegistroDiarioRepository extends JpaRepository<Regist...
[ "rudanlucena@hotmail.com" ]
rudanlucena@hotmail.com
0a2165f783a129ba4423c3305c6efa2ce5bc8483
f971f93ee16a53d800a6ea564e2fd96ac30194c5
/app/src/main/java/com/mit/persona/ListViewCustomAdapter.java
ddfeec58dd7513a2652c8596bf9d78392c0ecd77
[]
no_license
teknaS47/Persona
0f920b4ddaa0b9699ce9b486896acfec4ab05b19
a8a0f2c0a44c35a1b39725b951a3ba334b992511
refs/heads/master
2022-05-02T11:35:52.870802
2019-02-17T12:59:58
2019-02-17T12:59:58
162,450,640
0
0
null
null
null
null
UTF-8
Java
false
false
2,109
java
package com.mit.persona; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import java.util.ArrayList; import java.util.List; public class ListVie...
[ "akshayy29@gmail.com" ]
akshayy29@gmail.com
8038e7032ee959c3228f5033867eb0cab820506a
b0df52346d6b778d0e22472d0b02507bd958539f
/exampleclients/flatspace/as_straight_code/flatspace/src/com/troutmoon/games/flatspace/narrative/StoryEventListener.java
2de8a1cce9273dc63835a45019e2b014c6112fd7
[]
no_license
Aempyre/mframe
d3433f153a2f5fc1f7cbf6d3f97413a403a03421
ee7a12a57061be8f03b1780432f1095245ae7f2d
refs/heads/master
2020-04-06T16:42:03.132175
2018-11-21T00:02:36
2018-11-21T00:02:36
157,630,537
0
0
null
null
null
null
UTF-8
Java
false
false
139
java
package com.troutmoon.games.flatspace.narrative; public interface StoryEventListener { public void recieveEvent(StoryEvent event); }
[ "b.smith@troutmoon.com" ]
b.smith@troutmoon.com
acee76c50103cd5af098272c16a5aca2e3a817ec
fded5ea462603306b141eecd904b252bdebdeb48
/src/main/java/io/github/dloiacono/jhipster/sample/config/WebConfigurer.java
41080107caafbd2e0c1829be8992548c8d569cce
[]
no_license
dloiacono/jhipsterSampleApplication
7675b1fd7356d7754d41a6e9b8211b0f45eaa85e
be98595a8f7613f9e2e1d647e236e82da1f4346e
refs/heads/master
2021-05-10T17:09:40.253803
2018-01-23T11:30:57
2018-01-23T11:30:57
118,601,345
0
0
null
null
null
null
UTF-8
Java
false
false
6,926
java
package io.github.dloiacono.jhipster.sample.config; import io.github.jhipster.config.JHipsterConstants; import io.github.jhipster.config.JHipsterProperties; import com.codahale.metrics.MetricRegistry; import com.codahale.metrics.servlet.InstrumentedFilter; import com.codahale.metrics.servlets.MetricsServlet; import c...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
aa55916bf980e5feb57672286b1a29a367b6c9ff
c18aab8d653d128bb7cfa5cff2ead1057c3dd50a
/ds/eden-authcenter-agent/src/main/java/com/chineseall/eden/authcenter/agent/enums/DianjiaoguanGradeType.java
3dd93c95aa5ec473240de35e0177a0080eaa3e1b
[]
no_license
shanghai-edu/ds-suxiang
d084a3372bd26c0b2e317ecc29419197ee7fde72
2e8a713707e4037b6f8ca31d052613d1d4a37413
refs/heads/master
2023-07-31T23:27:08.111233
2021-09-15T06:55:12
2021-09-15T06:55:12
329,651,132
0
1
null
2021-09-15T06:55:13
2021-01-14T15:11:08
null
UTF-8
Java
false
false
1,840
java
package com.chineseall.eden.authcenter.agent.enums; import lombok.Getter; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Map; public enum DianjiaoguanGradeType { FIRST_GRADE("11", "一年级",1), SECOND_GRADE("12", "二年级",2), THIRD_GRADE("13", "三年级",3), FOURTH_GRADE("14", "四年级",...
[ "caol@chineseall.com" ]
caol@chineseall.com
1419b8481e1283bd6c3f331b82d666e873eb8bcb
fa0095fcf9af933279ad882e7d8b95cb0d16cc92
/src/com/zyw/bean/RolePermission.java
bde74c55bf0a9918e7f67ed50758cc66b512cf8f
[]
no_license
githubpig/backstage
85edbe2da3946cee7bc200b4999d7e3bfeb221f7
4d950f5af9c64d431ea7eee19c156f0b3ccfef50
refs/heads/master
2022-06-18T00:21:22.232971
2020-05-08T10:45:51
2020-05-08T10:45:51
262,280,450
0
0
null
null
null
null
UTF-8
Java
false
false
663
java
package com.zyw.bean; import java.io.Serializable; public class RolePermission implements Serializable{ private static final long serialVersionUID = 1L; private Integer roleId; private Integer permissionId; public RolePermission() { super(); } public Integer getRoleId() { return roleId; } public void ...
[ "357076478@qq.com" ]
357076478@qq.com
e3a0497780450801e31fc3905cfb5f57030576a8
3ee87ef515337cc2997526154a466c0df616e619
/core/Grammar2Model.KDM/src/kdm/code/Datatype.java
570bd95a066cc13610cfc24840f4ecfe60b803fc
[]
no_license
adolfosbh/gra2mol
e0eb121e0d4b9757b53546e90aa570194a920bf5
ab03b456446ba906ce796fd996703df243410492
refs/heads/master
2020-04-05T23:00:58.753302
2016-11-19T13:13:07
2016-11-19T13:13:07
51,363,734
0
0
null
2016-02-09T11:49:49
2016-02-09T11:49:49
null
UTF-8
Java
false
false
363
java
/** * <copyright> * </copyright> * * $Id$ */ package kdm.code; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Datatype</b></em>'. * <!-- end-user-doc --> * * * @see kdm.code.CodePackage#getDatatype() * @model interface="true" abstract="true" * @generated */ public interface...
[ "me@jlcanovas.es" ]
me@jlcanovas.es
d8999feed8fb3b3f138a34aaf33b95beff7bf760
de8e95374482d6025c39e205f03076632d5cc3ed
/app/src/main/java/me/jessyan/retrofiturlmanager/demo/NetWorkManager.java
a8df6568ab073764e5a971161fcf21aa5e67edb4
[ "Apache-2.0" ]
permissive
msdgwzhy6/RetrofitUrlManager
9ee0c454db9507ced1b13760efec3e4601ea9aba
98ad3e3f754ca33f3f6dfffef7ec2c317e8991e0
refs/heads/master
2021-01-01T18:40:22.382172
2017-07-26T08:28:23
2017-07-26T08:28:23
98,401,872
1
0
null
null
null
null
UTF-8
Java
false
false
2,380
java
package me.jessyan.retrofiturlmanager.demo; import java.util.concurrent.TimeUnit; import me.jessyan.retrofiturlmanager.RetrofitUrlManager; import me.jessyan.retrofiturlmanager.demo.api.OneApiService; import me.jessyan.retrofiturlmanager.demo.api.ThreeApiService; import me.jessyan.retrofiturlmanager.demo.api.TwoApiSer...
[ "jessyan@foxmail.com" ]
jessyan@foxmail.com
827b87f640b75a6ec12f46ac4b5c24200e4cad87
6e93e8bf60adbd63a639acdeb13d2346eedce969
/backend-utils/src/main/java/com/clf/backendutils/util/PageUtil.java
6dc17cace3a84b9632a858d32b87cab543951d20
[]
no_license
kvenLin/CloudSecurity
29227daf30a53c6b6f9ddef5b4bb3ff13c39c137
f12842d379931da39417bc07c88a98ea66096b76
refs/heads/master
2022-06-23T14:32:58.820424
2020-03-04T13:46:27
2020-03-04T13:46:27
244,618,026
0
0
null
2022-06-21T02:55:02
2020-03-03T11:25:23
Java
UTF-8
Java
false
false
872
java
package com.clf.backendutils.util; import com.baomidou.mybatisplus.core.metadata.IPage; import com.google.common.collect.Maps; import java.util.HashMap; import java.util.Map; /** * @Author: clf * @Date: 2020-03-01 * @Description: 封装Json格式的Map */ public class PageUtil { /** * 分页信息Json的重构 * @param p...
[ "1256233771@qq.com" ]
1256233771@qq.com
025d6640f8175e88c93946c334c0fe8d5ee2aef0
5dfadf842bdf166c604cdeecae309f45fe3f1a79
/src/com/msbinfo/expresslync/rct/UserLoginDocument.java
72d94a8a774ce5b18372854e5cbb300fce86da75
[]
no_license
JB2001216/MSBValuationClient
a9d86260ffbf16bd82216b60498704bb42259083
e2cf9299a8482ffdcc807c84fc3bd0ce6a83b0c8
refs/heads/master
2023-02-23T22:11:50.951025
2021-01-27T13:48:39
2021-01-27T13:48:39
333,434,368
0
0
null
null
null
null
UTF-8
Java
false
false
8,687
java
/* * An XML document type. * Localname: UserLogin * Namespace: http://msbinfo.com/expresslync/rct * Java type: com.msbinfo.expresslync.rct.UserLoginDocument * * Automatically generated - do not modify. */ package com.msbinfo.expresslync.rct; /** * A document containing one UserLogin(@http://msbinf...
[ "amymadden@fulldiscourse.com" ]
amymadden@fulldiscourse.com
2c6406be62c66ef5f4b7e1942e7e9e586944e313
9cda387c2fec185d7af6c17886b1aefc0e3ca0b3
/TentsAndTrees/src/main.java
a9f501876740c75aae419ae6a5484b231da91c58
[]
no_license
carolinaVerg/tents_and_trees
c6260739eb46bfd0dfed901bc2af2409cb952cb6
7522aeb0177f6adddddded73230e237b65d3fbb1
refs/heads/master
2020-05-01T11:05:35.533579
2019-03-24T15:40:06
2019-03-24T15:40:06
177,434,037
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
import java.util.LinkedList; public class main { public static World world; public static World_creator wc; public static void main(String[] args) { wc = new World_creator(10,10); System.out.println(wc); world = new World(wc.getNum_trees(),wc.getWorld(),wc.getNum_of_tentRow(),wc.getNum_of_tentCol()); world....
[ "noreply@github.com" ]
noreply@github.com
beda3f15e651baf6972395e0bf8354af77fa8c60
99ac771b8858325480dcc829489463ab22110c7e
/app/src/main/java/com/hardteam/rg/soundcheckstudio/ui/fragments/ContactsFragment.java
d96393c6de8448689a6e54ec8d168669c22d4c9b
[]
no_license
RussellGk/SoundcheckStudio
2db49befdf6cef9f980d227905796718652b83d0
8f4a96a52e34e21d3f531f114ea77e087a7e5f75
refs/heads/master
2021-01-18T21:49:53.680847
2016-06-04T03:09:08
2016-06-04T03:09:08
54,225,752
0
3
null
2016-06-15T04:00:25
2016-03-18T19:14:42
Java
UTF-8
Java
false
false
703
java
package com.hardteam.rg.soundcheckstudio.ui.fragments; import android.os.Bundle; 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.hardteam.rg.soundcheckstudio.R; /** * Created b...
[ "ruslgee@gmail.com" ]
ruslgee@gmail.com
7f3d1a24d1d5d92b1d8981605b56d01e8f5a9972
c2a7a6cf72ca638d2f6adf2386c214f681ec1187
/src/main/java/com/jisucloud/clawler/regagent/service/impl/photo/HuaBanWangSpider.java
93b0d103028eace6d59732962070943b63b4a866
[]
no_license
caijlm/regchecker
71b561656fac56d3e6a9885253256908dac817ab
27dac3654683acaf21d08c7489d84796e216cfda
refs/heads/master
2022-04-26T06:28:20.027932
2020-04-28T13:09:31
2020-04-28T13:09:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,587
java
package com.jisucloud.clawler.regagent.service.impl.photo; import com.jisucloud.clawler.regagent.interfaces.PapaSpider; import com.jisucloud.clawler.regagent.interfaces.PapaSpiderConfig; import lombok.extern.slf4j.Slf4j; import okhttp3.Request; import okhttp3.Response; import java.util.Map; @Slf4j @PapaSpiderConf...
[ "guozhong@quicklyun.com" ]
guozhong@quicklyun.com
05f64b35842eadf4511ab57487a82df68dfb8091
ed166738e5dec46078b90f7cca13a3c19a1fd04b
/minor/guice-OOM-error-reproduction/src/main/java/gen/Q_Gen189.java
b9ce6837476780dafe18a47db0f0cfa0afe5fe05
[]
no_license
michalradziwon/script
39efc1db45237b95288fe580357e81d6f9f84107
1fd5f191621d9da3daccb147d247d1323fb92429
refs/heads/master
2021-01-21T21:47:16.432732
2016-03-23T02:41:50
2016-03-23T02:41:50
22,663,317
2
0
null
null
null
null
UTF-8
Java
false
false
331
java
package gen; public class Q_Gen189 { @com.google.inject.Inject public Q_Gen189(Q_Gen190 q_gen190){ System.out.println(this.getClass().getCanonicalName() + " created. " + q_gen190 ); } @com.google.inject.Inject public void injectInterfaceWithoutImpl(gen.InterfaceWithoutImpl i){} // should expolod...
[ "michal.radzi.won@gmail.com" ]
michal.radzi.won@gmail.com
3dbd1cbb77df020a31b00abf39ec85de5e98b048
97eea138515d7734ec38cfdc6ef3e5d9b7cb1c9d
/src/com/jsp/utils/MakeFileName.java
2cbd2965e9a4b554939de6edbb86185ee39231c5
[]
no_license
hyunChulKang/JSP_MyProject
463964ebd0919efb887580dacff6c813600c8f2d
9eace0d38aae0ac48e38c66e19fdf404a4a8e5f6
refs/heads/master
2021-05-25T08:48:41.379455
2020-04-25T09:05:00
2020-04-25T09:05:00
253,747,907
0
0
null
null
null
null
UTF-8
Java
false
false
257
java
package com.jsp.utils; import java.util.UUID; public class MakeFileName { public static String toUUIDFileName(String fileName, String delimiter) { String uuid = UUID.randomUUID().toString().replace("-", ""); return uuid +delimiter + fileName; } }
[ "godapple89@nate.com" ]
godapple89@nate.com
afef3c99dd9d4a4442a865ca4b0ba093de3c3420
9cc25d7440187d3833819ee07d1e436d9a9a89bc
/src/main/java/life/lxd/community/mapper/UserMapper.java
6ffd663dc2993fd1e25ffa051b0f9b939e5b4722
[ "Apache-2.0" ]
permissive
1373006963lxd/community
093e1ff5388bba56e6e07ba9134b940ab7c548ee
accf26414bd118388189c3c0235356db33eb5bc0
refs/heads/master
2022-07-02T04:33:14.210765
2020-01-05T13:16:58
2020-01-05T13:16:58
225,770,564
3
0
Apache-2.0
2022-06-21T02:22:51
2019-12-04T03:26:12
Java
UTF-8
Java
false
false
3,185
java
package life.lxd.community.mapper; import java.util.List; import life.lxd.community.model.User; import life.lxd.community.model.UserExample; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.session.RowBounds; public interface UserMapper { /** * This method was generated by MyBatis Generat...
[ "1373006963@qq.com" ]
1373006963@qq.com
f23df82110440f8d8d2806b37e22bc143996441c
a4c0b1e6d8194e5f785f08ed26d0fae31465dfe7
/branches/1.6/java/src/hu/pagavcs/client/operation/Revert.java
c286d9c7bf913ebdcb1f3aa8a7be1e5c64cadc08
[]
no_license
polluks/pagavcs
611acbb5b86180138fbb32b955937fae7b8a0740
1baac855f723df8d71605a78915d36b68c1fe8b8
refs/heads/master
2020-09-15T09:05:47.964072
2015-03-25T21:16:23
2015-03-25T21:16:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,007
java
package hu.pagavcs.client.operation; import hu.pagavcs.client.bl.Manager; import hu.pagavcs.client.gui.RevertGui; import java.io.File; import java.util.prefs.BackingStoreException; import org.tmatesoft.svn.core.SVNDepth; import org.tmatesoft.svn.core.wc.SVNClientManager; import org.tmatesoft.svn.core.wc.SVNWCClient;...
[ "gabor.papai@gmail.com" ]
gabor.papai@gmail.com
af5337dba8c9ea93c6bc370afe2a29249afdc559
7caecbdf94a6de498a653b4c9dc047e69a6aeb0b
/3. Methods/2. BaaBaaBetter/BaaBaaBetter1.java
ce55a39a9776a703cecfda39195f15205383abea
[]
no_license
devayanmandal/Java_Programming
7ceba8319517f50c2423a7ae80df1f62a27c2bf8
b4c3c1bd602125cb5405c95180d94947c8cf4c26
refs/heads/master
2020-03-26T23:32:23.300517
2018-08-21T11:16:21
2018-08-21T11:16:21
145,550,026
0
0
null
null
null
null
UTF-8
Java
false
false
447
java
import javax.swing.JOptionPane; public class BaaBaaBetter1 { public static void main (String[] args) { refrain (); JOptionPane.showMessageDialog(null, "BaaBaaBetter1 statement 2"); refrain (); } public static void refrain () { JOptionPane.showM...
[ "noreply@github.com" ]
noreply@github.com
dbe96ffcf587e17081aa12635ecfda6d3251a84d
7327f13b7de1fd200473745ad027c4f05b5b20e5
/NetBeansProjects/projectManagement/src/projectmanagement/container.java
b00f575c7fa285fba1bafb790255d726b6da9b0b
[]
no_license
PL2Buddies2017/NewTask2
c59bb5f4d7f3b4664624002eb28aee81193729be
445bc8202962f5257f36322d5260667699b431dd
refs/heads/master
2021-08-27T23:07:10.798396
2017-12-10T16:56:29
2017-12-10T16:56:29
113,767,173
0
0
null
null
null
null
UTF-8
Java
false
false
2,014
java
package projectmanagement; import java.io.Serializable; import java.util.*; public class container implements Serializable { public ArrayList<employee> employees; public ArrayList<teamLeader> teamLeaders; public ArrayList<projectManager> projectManagers; public ArrayList<admin> admins; public Array...
[ "pl2.buddies@gmail.com" ]
pl2.buddies@gmail.com
d9152adf72c1722b7cb7c475f3684347322420df
50eaafa66d1456006f12c4705181d66424f22a97
/src/main/java/com/mycol/api/controller/AlumnoController.java
74f2a162879e6f190ec599248d8186c7208baaf9
[]
no_license
Castletco/mycol-app
1bbed70c23ad48c33faf729557f32ba732dbece5
07e7bff9c5de4cdc0bab23f8ac1ad023ba8dc819
refs/heads/main
2023-02-21T20:01:53.294611
2021-01-28T18:20:27
2021-01-28T18:20:27
329,494,029
0
0
null
null
null
null
UTF-8
Java
false
false
1,234
java
package com.mycol.api.controller; import com.mycol.api.entity.Alumno; import com.mycol.api.service.IAlumnoService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; @RestController @CrossOrigin(origins = "*", methods = {RequestMeth...
[ "diegocastillonaranjo@gmail.com" ]
diegocastillonaranjo@gmail.com
922cc24b1d18d222cb1544698adf97db32fe38e0
4a516da7d0afa8b42602e0176a50127bb65123ae
/wicket-core/src/test/java/org/apache/wicket/protocol/http/RequestUtilsTest.java
80da4ed95011b1d6b5926792e029728cf04aa3b5
[ "BSD-3-Clause", "Apache-1.1", "Apache-2.0", "X11", "CDDL-1.0", "MIT", "EPL-1.0" ]
permissive
nileshdevdas/apwicket
cd4b31e3f737330c0a4ef64b90e3f1419816209b
252a410fd8d628ec69f38dcfb3c8b85fb4aaf05f
refs/heads/master
2022-12-17T13:09:24.333310
2019-10-28T11:13:12
2019-10-28T11:13:12
218,026,942
1
0
Apache-2.0
2022-12-04T17:53:51
2019-10-28T11:02:11
Java
UTF-8
Java
false
false
5,179
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "nilesh.devdas@vinsys.com" ]
nilesh.devdas@vinsys.com
f07e067a86d6175bc96fbf02c28fe0ba103c7568
bd5b3bf02356cd89bd55eaf8125f354ab13c8977
/mooc-2013-OOProgrammingWithJava-PART2/week7-week7_04.ThingSuitcaseAndContainer/src/Main.java
2df04ea9ca37f0cdda7658b7827ffb47da91e94a
[]
no_license
Schlenges/oop-java-mooc
d50f1523976eea4d2f4f5de3b032e7fe70f5614b
7e72b155823f68166805d64ada076524ffa381a5
refs/heads/master
2021-08-07T21:53:39.654608
2018-09-04T15:59:22
2018-09-04T15:59:22
134,033,849
0
0
null
null
null
null
UTF-8
Java
false
false
640
java
public class Main { public static void main(String[] Container) { Container container = new Container(1000); addSuitcasesFullOfBricks(container); System.out.println(container); } public static void addSuitcasesFullOfBricks(Container container) { // adding 100 suitcases wit...
[ "meike_hankewicz@yahoo.de" ]
meike_hankewicz@yahoo.de
23dc455464180edc19a6815453966c7c0b611c3b
1cba864808ab58717c3ae7b1d2b49032bcd92641
/SpringBoot-O2O/o2o/src/main/java/com/JunWang/o2o/dao/UserShopMapDao.java
529df999f5eaac0a43fef8de02e10ddcc8e70dff
[]
no_license
zhiyouwang/O2O_project
c08b7d381a9447891774ee9a21839d0915395790
869605376fda10375a891da51aa0cfcb9d5ae310
refs/heads/master
2022-12-23T19:33:51.484537
2019-08-11T13:24:10
2019-08-11T13:24:10
200,505,959
0
0
null
null
null
null
UTF-8
Java
false
false
1,318
java
package com.JunWang.o2o.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.JunWang.o2o.entity.UserShopMap; public interface UserShopMapDao { /** * 根据查询条件分页返回用户店铺积分列表 * * @param userShopCondition * @param rowIndex * @param pageSize * @return */ List<U...
[ "1375834506@qq.com" ]
1375834506@qq.com
623235de1bbd1f0dd8382e05fb67ff4416fccc91
a6bc0cbacda65c7bdec91523eef7cd5881bbe3ce
/backend/src/main/java/com/anu/bank/model/Account.java
4c75755564b3ab518f12d046c97802a9171e44c6
[]
no_license
Ramya1297/Capricorn
028fcdf12e054cc558a45bdc98d1a9b8a8071e1e
bee60095745d08409e937ecb1abdfdb4375275cb
refs/heads/master
2020-07-08T02:59:23.594689
2019-08-30T05:18:12
2019-08-30T05:18:12
203,545,871
1
0
null
null
null
null
UTF-8
Java
false
false
1,340
java
package com.anu.bank.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class Account { @Id //@GeneratedValue private long account_number; private String account_type; private int customer_id ; private float balance; public Accoun...
[ "ramya11297@gmail.com" ]
ramya11297@gmail.com
2d62803b6ed6df511ee070165797e7a16e107856
872bd0bb5ceec4de90c862a991cb3dff607a617a
/Test/app/src/androidTest/java/com/example/a1216qdf/test/ApplicationTest.java
e83f0a838855bfb2601ddcf0ce8a250a0991f2f4
[]
no_license
sos418/Help
f863e835ef10552b5b10a8724deaf0b55dd5931b
624a443f892d854362a810cb041db8eafc285eb8
refs/heads/master
2021-01-20T20:35:57.920446
2016-08-05T09:28:55
2016-08-05T09:28:55
65,006,724
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.example.a1216qdf.test; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
[ "sos84418@gmail.com" ]
sos84418@gmail.com
0d5514eff158e235ca27f96f97e60f7b35321a52
5be7b668a52d217e6ed6b3c9bb9e3f69c4c02b1a
/dcs-server/src/main/java/cn/gnetop/dcs/server/service/logservice/handler/FlushConfigHandler.java
71aacdaa46fa3bec8c96866e24fcbf30bb3e7091
[]
no_license
michael1013/dcs
6a1277277ec877961ff073572cfaf04fae2e92b8
dce4d0d8736b11de2666c4db09f8dda04540edd0
refs/heads/master
2020-03-08T09:09:27.442964
2018-04-10T07:34:25
2018-04-10T07:34:25
128,039,648
0
0
null
null
null
null
UTF-8
Java
false
false
1,195
java
package cn.gnetop.dcs.server.service.logservice.handler; import cn.gnetop.dcs.server.init.ServerInitManager; import cn.gnetop.dcs.server.service.logservice.req.FlushConfigReq; import cn.gnetop.dcs.server.service.logservice.rsp.FlushConfigRsp; import cn.gnetop.dcs.system.entity.ResultCode; import cn.gnetop.dcs.system.e...
[ "hl_tangyuanlu@163.com" ]
hl_tangyuanlu@163.com
114f8ba72140a53fac1a360bb7ffe32fd0f8a1b9
4988a258b6df88221ff901eddc98926ae52feaaf
/engine_java/src/main/java/com/alibabacloud/polar_race/engine/common/utils/PutMessageReentrantLock.java
34ced1aca356e89569eaa3d7664ab9f8a040f711
[]
no_license
Qiwc/polardb-race
6fb73c3e9da65ce17af0e7b4728da985d6e70042
7a077d55f59eb284871e55b369cca2fc795efa69
refs/heads/master
2020-04-27T21:24:54.289765
2019-03-10T04:52:06
2019-03-10T04:52:06
174,695,169
30
6
null
null
null
null
UTF-8
Java
false
false
521
java
package com.alibabacloud.polar_race.engine.common.utils; import java.util.concurrent.locks.ReentrantLock; /** * Created by IntelliJ IDEA. * User: wenchao.qi * Date: 2018/10/16 * Time: 上午10:35 */ public class PutMessageReentrantLock implements PutMessageLock { private ReentrantLock putMessageNormal...
[ "971721491@qq.com" ]
971721491@qq.com
6423badaade1dc291d8f4e8ef2ffbdb5d6ee6033
ffbc94dda09388842d3bac270a020f8a2b692ccf
/library/src/main/java/com/dxm/variable/Var.java
190d045573c3dbdcc59c572a26dbf4a98cc1a19b
[]
no_license
moomoon/variables
2e266bda92e42039536e7d7cbfebcd55242c75be
62f619c1322f0a1695ba4817013d805d5f09675b
refs/heads/master
2021-01-12T07:49:17.824616
2017-05-15T01:45:34
2017-05-15T01:45:34
77,030,213
0
0
null
2016-12-30T06:06:21
2016-12-21T07:50:17
Java
UTF-8
Java
false
false
134
java
package com.dxm.variable; /** * Created by phoebe on 21/12/2016. */ public interface Var<T> extends Val<T> { void set(T t); }
[ "jia.jing@xiaoyi.com" ]
jia.jing@xiaoyi.com
b492ae6463808a8d7c6973b40897c399c293e436
2f606013f2b579fb36600522188abb95727b1f33
/solution/Solution3.java
c75e3edc46eef7e9aecf8210fab671e70d3c05d8
[]
no_license
jiangxiaosheng/leetcode
c2c473902dc187b62f7d3e8d366bae2860c6c77b
5be65bfebe4cf03adf97db51fa416de958dbe611
refs/heads/master
2023-07-10T15:26:55.455638
2021-08-13T12:43:12
2021-08-13T12:43:12
342,120,405
1
0
null
null
null
null
UTF-8
Java
false
false
829
java
import java.util.HashSet; import java.util.Set; public class Solution3 { // sliding window // "abcabcbb" public int lengthOfLongestSubstring(String s) { Set<Character> set = new HashSet<>(); int left = 0, right = 0, maxLength = 0; while (right < s.length() && left <= right) { ...
[ "437822838@qq.com" ]
437822838@qq.com
60c65e1af005e5b49bce539c60c1cafc1789e6b7
fe33b8a0d361bfc8a61ff7b4c7e41f4a87d2d4da
/gauge/gen/com/thoughtworks/gauge/lexer/_ConceptLexer.java
d8bdd05b8e7c048cfa1ffa346f223968d50b49fd
[]
no_license
xmool/intellij-plugins
ea5f4d8c2405596c30e8f19a94be18a77f10bc21
69acef60aa785a8e9d4b15b14ad348be63d72222
refs/heads/master
2022-12-07T00:23:30.642644
2020-08-24T20:07:43
2020-08-25T14:18:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
20,783
java
/* * Copyright (C) 2020 ThoughtWorks, Inc. * * 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...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
4cc79c5e1fe5c7e0bec2feb1c02f2697ab5d9d45
68cab239fc647184d8bd53651bb02303fcf3f26c
/ui/org.omnetpp.common/src/org/omnetpp/eventlog/EventLogTableFacade.java
b78b31871959d57305a059355eb5c7b8c7b08b21
[]
no_license
omnetpp/omnetpp
0c91b230bf937701de95f42f2383318ed39add07
e42d35366ec3e354a528b17d0fe15ef1f0ac7b55
refs/heads/master
2023-08-19T22:10:18.311271
2023-08-18T09:18:23
2023-08-18T13:18:11
160,219,599
507
160
null
2023-09-05T18:48:09
2018-12-03T16:18:31
C
UTF-8
Java
false
false
14,253
java
package org.omnetpp.eventlog; import org.eclipse.core.runtime.Assert; import org.omnetpp.common.engine.JavaMatchableObject; import org.omnetpp.common.engine.MatchExpression; import org.omnetpp.eventlog.engine.FileReader; import org.omnetpp.eventlog.entry.BeginSendEntry; import org.omnetpp.eventlog.entry.EventEntry; p...
[ "levy@omnetpp.org" ]
levy@omnetpp.org
9aa3815cb4f48d42d0785490c175acffd7d51e59
fbc1ff274b8e0b7e82326c3d5c511d350e76ad23
/Test/src/hR_2017/ComparingTimes.java
078d74c0c36c21801928e37878d055145016338f
[]
no_license
abhishekprasannan/TestTool
1a95a10e263378da3dba73b4aece3105cc16093e
4d3f940b407f37a313a1c357aa2cc6884d88770a
refs/heads/master
2021-05-16T08:53:58.436779
2018-03-02T14:50:50
2018-03-02T14:50:50
104,262,464
0
0
null
null
null
null
UTF-8
Java
false
false
1,238
java
package hR_2017; import java.util.Scanner; public class ComparingTimes { static String timeCompare(String t1, String t2){ // Complete this function String m1 = t1.substring(t1.length()-2); String m2 = t1.substring(t2.length()-2); char mc1 = t1.charAt(t1.length()-2); char mc2 = t2.charAt(t2....
[ "abhishek.sica@gmail.com" ]
abhishek.sica@gmail.com
1801dcea994a91caf56e93b6b8fa89d37aaf6056
7d63f8763d19d20a64c927b4eac7d1f4a92d4db1
/src/main/java/zhongd/member/utils/constant/FileTypeConstant.java
387cfebaf288b37c538d8ae792592b44e9e1610f
[]
no_license
larry0xff/coi_member
a67a40474ebe1f40afb2da196d9c370368fb2f2f
a2bf966475d9f8d2cbf3cb10ce13b5adb8dc8925
refs/heads/master
2021-09-14T21:54:54.900368
2018-05-20T16:50:26
2018-05-20T16:50:26
116,211,087
1
0
null
null
null
null
UTF-8
Java
false
false
407
java
package zhongd.member.utils.constant; /** * @Author xiezd * @Description * @Date Created in 15:38 星期四 2017/12/7/007 */ public final class FileTypeConstant { /** * 表格文件 */ public static final int FILE_EXCEL = 1; /** * 图片 */ public static final int FILE_IMG = 2; /** * 压缩...
[ "xzdGet2y@163.com" ]
xzdGet2y@163.com
a993d1775374eb15c1d3222b3b14c39fc5d3a5ea
23c9dcc425b76a593d45a248a72a86e5022e2ea1
/access/person/FamilyList.java
78ff1338d8e9bd1085c76a60d6e3220dee507fea
[]
no_license
tiborh/java
c54436ba982fdd7e64eaeb1ed3b65e8e1a7f2a94
5e0fafd44a1f6eeea6482030513d4241ac5cb26b
refs/heads/master
2020-04-07T05:18:03.702429
2017-04-03T00:40:57
2017-04-03T00:40:57
54,286,999
0
0
null
null
null
null
UTF-8
Java
false
false
1,336
java
package person; import java.util.List; import java.util.ArrayList; /** * Represents a family that lives in a household together. * A family always has at least one person in it. * Families are mutable. */ class FamilyList implements Familiar { // the people in the family, sorted from oldest to youngest, with ...
[ "tibor@harcsa.net" ]
tibor@harcsa.net
6fb2e18e4d0a1f67712696380324dd3ce3decfef
f9de8ebdf2b9660afe5e81a80db2c681bc8f74ac
/driver-core/src/main/com/mongodb/client/model/search/ValueBoostSearchScore.java
684aa9d23a6ffa6ca30e06c6a4632f39f36ee8d6
[ "Apache-2.0" ]
permissive
kevinAlbs/mongo-java-driver
0f407b57971387d78b812e7dc3c7e5dd3dbb92ae
22cda2c78e574ea3e761926ef14dfde3d69646a6
refs/heads/master
2023-07-09T14:53:33.156096
2023-04-05T18:30:41
2023-04-05T18:30:41
182,289,209
0
0
Apache-2.0
2019-04-19T15:51:44
2019-04-19T15:51:44
null
UTF-8
Java
false
false
878
java
/* * Copyright 2008-present MongoDB, Inc. * * 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 ag...
[ "noreply@github.com" ]
noreply@github.com
2dc20cefbe533b030fb71f3c490e4a681803f22c
ca7bc277816cfae25182b75916f733c740c629f5
/chap05/src/verify/Gugudan.java
4dc2fe684058ba10e2d2f186d08bbd550261fa69
[]
no_license
jupark1862/javaLab
5f60834b7658a55b2eef86091002f249b86c2e0e
6376402ad21ecfe836b4107560647b0ecd7a36e7
refs/heads/master
2023-04-10T05:12:37.251749
2021-04-29T04:17:56
2021-04-29T04:17:56
352,486,303
0
0
null
null
null
null
MacCentralEurope
Java
false
false
187
java
package verify; public class Gugudan { public static void main(String[] args) { // ī‹ title√‚∑¬ double ran=(Math.random()); System.out.println(ran); } }
[ "kolpks0@naver.com" ]
kolpks0@naver.com
e83e489808e1cee52b52d188894951da13607407
9007acd1ba3a71515fb2479b14b6e66c802e969f
/tracker/trunk/com.verticon.opengis.kml.core.model.tests/src/com/verticon/opengis/kml/tests/LinkTest.java
2f93b1b943e0464672618218b7bfc2ad61f72939
[]
no_license
jconlon/tracker
17d36709a52bf7ec5c758f30b66ea808fa9be790
937b3c30ac9937342ed27b984c2bd31f27bddb55
refs/heads/master
2020-03-08T05:31:34.895003
2018-04-03T19:20:38
2018-04-03T19:20:38
127,949,899
0
0
null
null
null
null
UTF-8
Java
false
false
2,618
java
/** * <copyright> * </copyright> * * $Id$ */ package com.verticon.opengis.kml.tests; import com.verticon.opengis.kml.KmlFactory; import com.verticon.opengis.kml.Link; import junit.textui.TestRunner; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Link</b></em>'. * <!-- end-user-doc -...
[ "jconlon@verticon.com" ]
jconlon@verticon.com
9ac4770be7cc3cfe95b4bb8f19c2a871e6d77149
e358b37e784abfe8fa0c83a154e4a738dc44693d
/src/main/java/com/brave/config/MyUserDetails.java
549bb3514fc86c5e3e03b0d314a3a8551600e042
[]
no_license
dalerxli/KyjxSys
2204be45764a007f0934701bb348d64da22377f2
e930bb820cae91116f8e889d0f7d200a210e0427
refs/heads/master
2022-01-08T02:10:14.898579
2018-04-16T04:15:20
2018-04-16T04:15:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,498
java
package com.brave.config; import java.util.Collection; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; import com.brave.entity.Visit; public class MyUserDetails implements UserDetails { /** * * */ private static final long serial...
[ "akiradunn@163.com" ]
akiradunn@163.com
3911907ea1652c4f134f194e79e54cad21f7ded0
f029030798ecfa90becb744c222c2a3fe2207f67
/messenger/src/main/java/org/lucky/projects/maven/jersey/messenger/example8SubResource/Exception/DataNotFoundException.java
261011062590e7c678a69ba05cb12f12f62bf5b0
[]
no_license
lakhminder/FirstRepo
9f4308cdc3b44e2bac9f1920d53f51629de84856
cb78ff39f2b1edca39bc894a703b90993e6cb4f2
refs/heads/master
2020-06-06T10:23:02.534914
2018-08-11T15:04:16
2018-08-11T15:04:16
34,740,898
0
0
null
null
null
null
UTF-8
Java
false
false
270
java
package org.lucky.projects.maven.jersey.messenger.example8SubResource.Exception; public class DataNotFoundException extends RuntimeException{ private static final long serialVersionUID = 1L; public DataNotFoundException(String msg) { super(msg); } }
[ "lakhminder@gmail.com" ]
lakhminder@gmail.com
86ee9dcb6bbdd91b099ba25ef00efea9edda436e
4f5ef428522d39bdabf936915ed9d3edd78a4692
/CardDetails.java
0835741d4170c0298811f0076d4161e024500125
[]
no_license
zeenatparveen/Java-HandsOn
0ddfc4866dbd092188e83ea16d8ea6f97a03a284
d96db96d086d83d421d116f5aed27450c3ec98c6
refs/heads/main
2023-05-06T22:13:05.949287
2021-06-04T11:59:19
2021-06-04T11:59:19
373,824,857
0
0
null
null
null
null
UTF-8
Java
false
false
3,188
java
package corejava; import java.util.Scanner; public class CardDetails { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Select the Card \r\n" + "1.Payback Card \r\n" + "2.Membership Card \r\n" + ""); int choice=sc.nextInt(); sc.next...
[ "noreply@github.com" ]
noreply@github.com
45b8c4e71d98e6eed015d6ee5b6f04a0ff8e2f1f
3b6a0e2f3fe029da83f8056df18ece536afdeb1e
/xhsi/src/net/sourceforge/xhsi/model/RadioNavigationObject.java
f9ba633cde9e02dbad89d535a1ea0afa3cf1ba76
[]
no_license
annerajb/XSHI_A3_MFD
4f75920dde2824e8a124f63d12e986c7d140c432
2dbae7c4737a24745230a03acc3eb487f67fa034
refs/heads/master
2021-06-04T00:42:54.171290
2019-11-04T03:18:48
2019-11-04T03:18:48
12,901,956
4
3
null
null
null
null
UTF-8
Java
false
false
1,906
java
/** * RadioNavigationObject.java * * Model superclass for radio navigation objects (VORs, NDBs and Localizers). * * Copyright (C) 2007 Georg Gruetter (gruetter@gmail.com) * Copyright (C) 2009 Marc Rogiers (marrog.123@gmail.com) * * This program is free software; you can redistribute it and/or * modify it under the...
[ "annerjb@gmail.com" ]
annerjb@gmail.com
189f11d16366ddac60bf51ac774ccc833e44edec
68aa969acc0accdbab8ad3e6e61f730a4cef7633
/src/main/java/ru/ttv/patterns/provider/impl/DBFValidateProvider.java
dbe28380a3a90fea5fa26993617fec83ec4a9815
[]
no_license
timteplych/patterns
3175e68e7465f1b200b7989f69bc20599ea526b5
f6c11710096e13c8d113a2f4a1295b1275fd61c2
refs/heads/master
2020-05-15T02:09:20.271804
2019-05-16T12:45:25
2019-05-16T12:45:25
182,043,812
0
0
null
2019-05-16T13:48:04
2019-04-18T08:02:21
Java
UTF-8
Java
false
false
321
java
package ru.ttv.patterns.provider.impl; import ru.ttv.patterns.Contract; import ru.ttv.patterns.provider.ValidateProvider; /** * @author Teplykh Timofey 18.04.2019 */ public class DBFValidateProvider implements ValidateProvider { public Contract validateContract(Contract contract) { return null; } }...
[ "timteplych@mail.ru" ]
timteplych@mail.ru
6d68fbc780c60129eaee91048e7269ea8f97157b
150ae5288f3d4258b31ebf52a4db5fa7daf9b74a
/beintoosdk/mobile/android/src/com/beintoo/vgood/BeintooRecomDialog.java
e1a8195a4ebbe01c77a18403eeafbfd225b4e75c
[ "Apache-2.0" ]
permissive
cecilym/titanium_modules
4bfcb21ee2f3f38f09e8d76f01262b5f7fbd447d
9741644885a503f8f2b1d80c5a289ec3133b88e5
refs/heads/master
2021-01-18T08:51:18.625576
2012-04-13T14:37:31
2012-04-13T14:37:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,224
java
/******************************************************************************* * Copyright 2011 Beintoo * * 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/...
[ "wferrara@beintoo.com" ]
wferrara@beintoo.com
65ddfe5e07956d14f786df1ad79df9a6887b0f66
559113643ddc424a6c9aa2a2bed87558f3f9f7e3
/app/src/androidTest/java/com/example/dreamilyeats/ExampleInstrumentedTest.java
b7b626803771de4e517705dab6fe1e72cb1d5573
[]
no_license
Dimpisingh212/DreamilyEats-master
942f898c2760d58477b04cc9deb414774b756dea
7648bd859e448dfe9aa1dc1cf55bbc545ddddf91
refs/heads/master
2020-05-18T11:10:19.294342
2019-05-26T12:59:06
2019-05-26T12:59:06
184,371,346
0
0
null
null
null
null
UTF-8
Java
false
false
732
java
package com.example.dreamilyeats; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Androi...
[ "ssdimpisingh212@gmail.com" ]
ssdimpisingh212@gmail.com
d3f5f8e714c1a1c0598fa8dd2e92ef995b31be36
e0e9c1938fafcea8f26d1b76d76529cc9f44665a
/HoloDesign-ver.3/Sofbus24/src/bg/znestorov/sofbus24/entity/MetroScheduleType.java
9dafba8f8c85be279fd131cefbaca432d2f4138d
[]
no_license
zdravko-nestorov/Sofbus-24
46c67dba692f64eb3fbe9b898d0a2cab2875be7c
c8922be49fb3209399084dfea1d1166758cf3c4d
refs/heads/master
2023-09-03T16:36:24.270045
2023-08-22T08:17:43
2023-08-22T08:17:43
32,795,928
1
1
null
2022-12-16T05:44:49
2015-03-24T12:03:34
Java
UTF-8
Java
false
false
643
java
package bg.znestorov.sofbus24.entity; /** * The type of the metro schedule - INCOMPLETE COURSE, SOFIA AIRPORT or * BUSSINESS PARK * * @author Zdravko Nestorov * @version 1.0 */ public enum MetroScheduleType { /** * Indicates the INCOMPLETE COURSES of the metro schedule */ IC, ...
[ "zdravko-nestorov@users.noreply.github.com" ]
zdravko-nestorov@users.noreply.github.com
57b7f42cfdade80a319cf5ef17752b81b846c6ea
95aeb693e22d868f49a410f14b6138e84fa30910
/src/test/java/com/lemon/cases/LoginCase.java
9d2881b8d1c25b2eb96c153193a4893de2b92ff3
[]
no_license
cheryl-Q/java_auto_api
d9d824c0f6de33ba0e1fb1cce151c80d6ad65d7f
baaaaa824e086a4657903d3c0b600905031caa3f
refs/heads/master
2022-12-12T04:46:30.769942
2020-08-17T16:09:08
2020-08-17T16:09:08
288,223,691
0
0
null
null
null
null
UTF-8
Java
false
false
2,272
java
package com.lemon.cases; /* @auther:cheryl @date:2020/8/3-21:54 */ import com.alibaba.fastjson.JSONPath; import com.lemon.pojo.CaseInfo; import com.lemon.utils.Contants; import com.lemon.utils.ExcelUtils; import com.lemon.utils.HttpUtils; import com.lemon.utils.UserData; import org.testng.Assert; import org....
[ "zhjaia@163.com" ]
zhjaia@163.com
8e3d42b5dc94d9194dc39edcef14639b865ca0a9
585f23698abcd41278690b281a9589d1724857dd
/code/experiments/src/main/java/de/tudarmstadt/ukp/experiments/argumentation/comments/pipeline/TopicModelGenerator.java
59b60fd7250255009dc2b0ced40f4cce56f57738
[ "Apache-2.0", "Python-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
habernal/emnlp2015
7f04aed3c41a7c8ef0032078e657cad3e51a1731
50840a63de5449dff5f7e1a4066da7aa113d6be1
refs/heads/master
2021-01-11T10:47:29.344542
2016-02-25T11:39:14
2016-02-25T11:39:14
48,423,831
4
0
null
2016-01-22T10:47:20
2015-12-22T09:45:28
Java
UTF-8
Java
false
false
6,432
java
/* * Copyright 2016 * Ubiquitous Knowledge Processing (UKP) Lab * Technische Universität Darmstadt * * 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/lice...
[ "habernal@users.noreply.github.com" ]
habernal@users.noreply.github.com
0c1f698dca9345ea0792c6b6c1c0f4de644d5f30
fe6f8b24b8720358d8f1b04540a52d2a7ebd7d44
/src/main/java/com/little/banker/services/exceptions/InsufficientFundsException.java
f7b541c0b1f969c6aee141ce592bfd06912d6cb4
[]
no_license
valeriacastelo/little-banker
4845fc839647ff44a2c053d183df253a679a22ba
d6ca208e3bc335da796987dc471b0614a9e31758
refs/heads/master
2022-02-21T22:12:13.491625
2019-09-20T07:24:29
2019-09-20T07:24:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
366
java
package com.little.banker.services.exceptions; public class InsufficientFundsException extends RuntimeException { private static final long serialVersionUID = 1L; public InsufficientFundsException(String message) { super(message); } public InsufficientFundsException(String message, Throwable throwab...
[ "valeriacastelobranco@gmail.com" ]
valeriacastelobranco@gmail.com
f1403e879103da1c381eedb2aac293aad5cff175
0f568e262d02ef00d9d439c93b70ff3213d7485e
/src/Model/cliente.java
bad478b0a29d4fe2473866f349bab5795a5aa37e
[]
no_license
joaopauloguedesSilveira/Hotelaria
a8f7d91710470887b3246a636b6881663d66665b
4d3dc46c64da910519bc1b783bca63ea7f6f6d45
refs/heads/master
2020-04-29T19:04:58.712655
2019-04-05T22:29:48
2019-04-05T22:29:48
176,343,336
0
0
null
null
null
null
UTF-8
Java
false
false
1,131
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 Model; /** * * @author joaop */ public class cliente { private int id; private String Clinome; private String C...
[ "joaopauloguedesSilveira@hotmail.com" ]
joaopauloguedesSilveira@hotmail.com
9de89a708d7824707b38b9fa69b2b078d952a7c3
ea5b2f2fd0f926542f6962ba33f51289f7f773f1
/elevator/Elevator.java
163133e0a56902c115179aaa23894ae7c6c8be12
[]
no_license
SDEinSeattle/OOD
96728a4c8dfc96c1cf4c48daa3f81e0946118f4f
81bc3514ada3dc22caee76cedd111cbc451d989e
refs/heads/main
2023-04-08T11:10:51.231911
2021-04-16T19:37:26
2021-04-16T19:37:26
351,316,653
0
0
null
null
null
null
UTF-8
Java
false
false
1,647
java
package OOD.elevator; import java.util.List; import java.util.PriorityQueue; public class Elevator { private String id; private int capacity; private int currentLevel; private Direction currentDirection; private List<InternalButton> internalButtonList; private List<ExternalButton> extern...
[ "noreply@github.com" ]
noreply@github.com
7f249004b25525decf36c605c6e81903af1a6a95
0af8b92686a58eb0b64e319b22411432aca7a8f3
/api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_48/Productionnull_4791.java
dd38d20bb0dd85af54fdce809e8e5efd1cbe6be5
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
589
java
package org.gradle.testcore.performancenull_48; public class Productionnull_4791 { private final String property; public Productionnull_4791(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getP...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
13f714aea317715b1c1e0571730a90cf4cfdab71
8f3bbb080c54258fd17957ef97fe21f4a2d483f4
/WT02-Zadania/src/tablice/suma.java
53e02a5db5810b6a4db5745a788e4bdc8b07aa50
[]
no_license
Trawa1967/Trawa
7bc12777cf77739047527a1b221b8a46789199d1
4904999a6f8d20620141001717bc874c9844e23e
refs/heads/master
2021-01-19T07:07:46.403212
2017-12-20T20:04:06
2017-12-20T20:13:38
87,524,377
0
0
null
null
null
null
UTF-8
Java
false
false
919
java
package tablice; import java.util.Random; import javax.swing.JOptionPane; public class suma { public static void main(String[] args) { //Prośba o podanie rozmiaru tablicy int roz = Integer.parseInt(JOptionPane.showInputDialog(("Podaj rozmiar tablicy"))); //Deklarowanie i inicjowanie tablicy int...
[ "Wojciech@SAM_LAP.local" ]
Wojciech@SAM_LAP.local
1d330ec4ae3a20ce68177bb470a5ae4d2c2c5b84
5c1e583db4ca55e2082841f85bfe69afac40311a
/Spring/bookings/src/main/java/lab/bookings/controlers/BookingController.java
a89a03d5512eb1b29ad42f408487f095478bfd97
[]
no_license
RobertDudek/EnterpriseLabProjects
8c182943f73bf546b44256fda0b1a642dbd45045
9f12da234012bb815c41e4c970f28b1572575c51
refs/heads/main
2023-06-01T13:41:59.988808
2021-06-20T10:59:06
2021-06-20T10:59:06
347,056,621
0
0
null
null
null
null
UTF-8
Java
false
false
2,426
java
package lab.bookings.controlers; import lab.bookings.models.Apartment; import lab.bookings.models.Booking; import lab.bookings.repositories.ApartmentRepository; import lab.bookings.repositories.BookingRepository; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springfr...
[ "robert.dudek@student.put.poznan.pl" ]
robert.dudek@student.put.poznan.pl
6e6959d4ef9478fa7250d65737090d0ab658545d
ae4548243ea060ffeb201feaabd4a6cf17fada61
/kz103_pengxiu/servlet/二三次作业/servlet/src/kz/servlet_zy/servlet_11zys.java
fe2e6589e4627a17a8b42549853e83c6101d5dff
[]
no_license
kaizhou-College/apri-homework
ef1654a3de62fe483cb9e815e3a09c34fb96c917
b8092d03461ba37b1e30a886b5ae0dac007b370a
refs/heads/master
2021-01-23T00:01:42.341789
2017-12-24T23:59:53
2017-12-24T23:59:53
102,425,806
3
1
null
2017-09-25T08:39:35
2017-09-05T02:46:01
PLSQL
WINDOWS-1252
Java
false
false
2,519
java
package kz.servlet_zy; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import Dao.selectUsers; public class servlet_11zys extends HttpSer...
[ "2315611897@qq.com" ]
2315611897@qq.com
6b973305f9fb204613ada45ce80712fef5d31718
37d02168c691caac0228144213d03dbbb6e6dabd
/src/main/java/com/example/demo/TOptional/TOptional.java
20a42a88605e9a3cb787f2cd5046f6c637e31f2f
[]
no_license
zhaiyujia/Demo
12885225a350b097fdb1a9bd8e3e87a67b1d6fdb
c1ecce7a6c4589dbf0a04a0386ffc20d2e1f8736
refs/heads/master
2020-04-03T20:34:18.627941
2018-10-31T11:53:08
2018-10-31T11:53:08
155,549,488
0
0
null
null
null
null
UTF-8
Java
false
false
1,720
java
package com.example.demo.TOptional; import com.google.common.collect.Lists; import org.springframework.util.Assert; import javax.validation.constraints.AssertTrue; import java.util.List; import java.util.Optional; /** * @author zhai * @date 2018/9/12 19:55 */ public class TOptional { public static void main(...
[ "zhaiyujia0828@163.com" ]
zhaiyujia0828@163.com
16db1c2da803c0908d398cddd5424f727a53900e
916b918bcf49deb59ec189d9c96e433d5e306fe3
/java/demo/src/main/java/com/greatsec/demo/modules/cms/dao/CommentDao.java
d9940d40f226f761050b29df15669f89a7b19869
[ "MIT" ]
permissive
greatsec/newbie-training
63eeef1e494aa94fead7f3d724c07074f2855b44
c406d63ef3475a0f90d44ef25f09f593007eea40
refs/heads/master
2021-01-20T17:15:34.559772
2016-07-04T09:02:59
2016-07-04T09:02:59
62,373,182
0
0
null
null
null
null
UTF-8
Java
false
false
967
java
package com.greatsec.demo.modules.cms.dao; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.greatsec.demo.common.persistence.BaseDao; ...
[ "zengchun726@163.com" ]
zengchun726@163.com
0003f3842a9f4e0b35aa2c0dbd2d61a11de3ef37
f38abeabc68bcc469ee82167e3016328066b3923
/src/day19_01_filter/FilterDemo03.java
73e85dfd02f17b60d49be8e654681f86e10901fd
[]
no_license
Leader0721/JavaStudyDemo
673207f46efe0ba5fd8ad2092e8839d324fc7dda
55708d2969b99127c6df3295be3b890673193fce
refs/heads/master
2021-05-06T17:20:30.155192
2017-11-23T14:56:13
2017-11-23T14:56:13
111,821,897
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
package day19_01_filter; import javax.servlet.*; import java.io.IOException; /** * Created by 83731 on 2017/11/02. */ public class FilterDemo03 implements Filter { @Override public void init(FilterConfig filterConfig) throws ServletException { } @Override public void doFilter(ServletRequest se...
[ "18410133533@163.com" ]
18410133533@163.com
4b9a40ba734af1eb27c1dbf7b812c081ac94e042
bf08c946900c8a99da0f426479ba1b5ab0103cd0
/crowdSpringBootDemo/pro03-spring-boot-mybatis/src/main/java/com/atguigu/spring/boot/SpringBootMainClass.java
8b6a1d74c6911422fb8e725727ca9e85322284fc
[]
no_license
xiaoailiang/springCrowdProject
c4313c2e16cd4d36f7ef63e6ec3d1be3f64374db
ab0932d201cf4e99232e9f6419b60700e1c905dc
refs/heads/main
2023-07-15T22:51:56.045128
2021-08-27T02:12:16
2021-08-27T02:12:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
431
java
package com.atguigu.spring.boot; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @MapperScan("com.atguigu.spring.boot.mapper") @SpringBootApplication public class SpringBootMainClass { ...
[ "ginyz@foxmail.com" ]
ginyz@foxmail.com
434847909c04a13338ba5c56c940af020df8bc36
e9ba0cb5188329bf9e97c39d349e193a88235e57
/app/src/main/java/com/zhishen/aixuexue/manager/IMAction.java
3e5c61e5b776d5d133db8708bd8b30f7bcfa5494
[]
no_license
GoogleJ/laji
c64801d24b73de3fe4de04f5f2261c2c260b326e
ebaa18b84fb928d06883979d575d2c006b2fa29e
refs/heads/master
2020-04-06T14:42:00.556562
2019-03-12T14:09:10
2019-03-12T14:09:10
157,550,077
0
0
null
null
null
null
UTF-8
Java
false
false
3,089
java
package com.zhishen.aixuexue.manager; /** * Created by huangfangyi on 2017/2/10. * qq 84543217 */ public class IMAction { public static final String ACTION_MESSAGE_READ = "action_message_read"; public static final String ACTION_INVITE_MESSAGE = "action_invite_message"; public static final String ACTIO...
[ "574170873@qq.com" ]
574170873@qq.com
84eb777bdf5cde609dd7a00b6409fdd184594b91
435afa9f60e0b35d5d5b547b96655e0c1eb3e323
/maven1/src/main/java/Candies.java
9b34a0be3842a2bc749ee620341195c40f814d1e
[]
no_license
BindhuBhargavi/maven1
292e640349115432dd55e1cef51275785f9b36bd
96fe976f41396c19d055ed3286a4cacf873ec222
refs/heads/master
2020-12-29T15:44:56.625287
2020-02-06T10:05:27
2020-02-06T10:05:27
238,657,811
0
0
null
null
null
null
UTF-8
Java
false
false
323
java
import java.util.Arrays; public class Candies { public void sort1(float[] a) { Arrays.sort(a); System.out.printf("Modified arr[] : %s/n", Arrays.toString(a)); } } class jellys extends Candies { public void printfun() { System.out.println("jellys"); } ...
[ "bindhubhargavi621@gmail.com" ]
bindhubhargavi621@gmail.com
808681cc6dae0aa91a4b4d5195506eddfff3750a
8067319fe6eb2183b249c3e6e387393352836847
/java/app/src/main/java/ru/menu4me/extensions/notifier/ServerResult.java
b332723263f50ef54c913696cb053709cce0126f
[]
no_license
dmitry-kuzmenchuk/air-ane-notifier
8baf4ba4a3dbdaa10006d0ae55e2593239b0db09
c121154491bd87c558648e4ed4bba396b1d60d05
refs/heads/master
2020-03-28T10:54:12.652869
2018-09-10T13:19:43
2018-09-10T13:19:43
148,157,169
0
0
null
null
null
null
UTF-8
Java
false
false
250
java
package ru.menu4me.extensions.notifier; public class ServerResult { public int result = 0; public String resultCode = null; public ServerResultData data = null; public ServerResult() { data = new ServerResultData(); } }
[ "dmitry.kuzmenchuk@gmail.com" ]
dmitry.kuzmenchuk@gmail.com
26aac3c0b896fee65122446b959c12e089417c31
7d616cfaa3a73f9537a228849cbe407d7319887d
/src/com/Jarson/Array/ArrayDemo01.java
94598e80962308574fe599485536a89122a761bb
[]
no_license
codeJarson/ArrayList01
74959e68bfa91cd9be73edf2638cb2f3eba88104
d5bffc2d085a2b0aadd1813f1099f323ccf5931c
refs/heads/master
2020-05-23T04:27:06.361509
2019-05-18T03:26:25
2019-05-18T03:26:25
186,629,404
0
0
null
null
null
null
UTF-8
Java
false
false
784
java
package com.Jarson.Array; /** * @author shkstart * @create 2019-05-14 16:31 */ //数组的定义 public class ArrayDemo01 { public static void main(String[] args){ //对象数组,该长度一开始就是固定的,之后不能改变 Student[] students = {new Student(1,"张三丰"), new Student(2,"张翠山"), ...
[ "1227184744@qq.com" ]
1227184744@qq.com
2b40a4ae47ba747fa256f8f8460fc09a6f0df079
751b4b04b41d7a601ce42c9f3ad9537df178c599
/Config/AbstractClasses/AbstractHLSM.java
a2658cd504b8d41bfc29b5f60e24d5c8765e3559
[ "MIT" ]
permissive
MichaelMGonzalez/JFlapToCode
6d05ff8893338a2904ba4031fd067289e6a6f1b2
482fc0dc16633d6af343bfe028a2afb3dbf204e8
refs/heads/master
2020-05-21T20:35:39.645921
2017-05-07T05:08:11
2017-05-07T05:08:11
61,017,381
3
1
null
null
null
null
UTF-8
Java
false
false
511
java
import java.util.Calendar; public abstract class AbstractHLSM extends Thread { protected long delayRate = 100; protected abstract void runHLSM( ); public long transitionedAt = 0; public void run() { runHLSM( ); } protected void pause(long delayRate) { try { Thread.sleep( delayRate )...
[ "mmg005@ucsd.edu" ]
mmg005@ucsd.edu
0744ef6e04c9a8797346b55621f40cf3a9ec38b5
1421cc7426f292c66fbbd9905296f59ab98ea2d3
/169.多数元素.java
d1c0349b47a9ad4e54ec925b72641102a3bd720d
[]
no_license
djxf/LeetCode_djxf
06ab70a4fcf03d5c72271ff5d4ca086026e78096
a4731757d1f3354959dfaea265e25ef930202355
refs/heads/master
2021-06-27T03:32:41.413396
2020-11-14T14:04:36
2020-11-14T14:04:36
183,444,252
1
0
null
null
null
null
UTF-8
Java
false
false
1,043
java
import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Map.Entry; /* * @lc app=leetcode.cn id=169 lang=java * * [169] 多数元素 */ // @lc code=start class Solution { public int majorityElement(int[] nums) { // Hash表 ...
[ "1763380121.qq.com" ]
1763380121.qq.com
7ba62e6630a2842091045797b94ae1866d30c103
be1d5d5b210d49d95b445745d378d662daeb8d9b
/src/com/myProjects/Cell.java
442fc2113cc9cc5e49bd9e9fcbce6ce84c20aec7
[]
no_license
seeker1994/Chess
4e02dc443889f30786daeb84f55faaa73835a177
fdc3ae7f384db3ac2ab8e3a8e05ad1ea2808bc30
refs/heads/master
2022-11-20T09:23:30.352922
2020-07-23T19:01:22
2020-07-23T19:01:22
280,737,474
0
0
null
null
null
null
UTF-8
Java
false
false
803
java
package com.myProjects; public class Cell { int row, column; public Cell(int row, int column){ this.row= row; this.column= column; } public int getRow() { return row; } public void setRow(int row) { this.row = row; } public int getColumn() { r...
[ "sadhnapandey25@gmail.com" ]
sadhnapandey25@gmail.com
2bfc503f0eeacd1fcd12004cab4cf7743bf370ae
c06e5a85421ade4a625a22f01de61e88c735bcc2
/0704AM/src/com/iss/util/PropertiesUtil.java
0fe45bade4501c11c46dc5a8402d640e9fd60ce6
[]
no_license
Lance-jie/2017shixun
56f84f9b0b831e93a7a449fa254d4e585c8b1cf0
fa5628b1beef89cde52ef9c53ca46263a6053335
refs/heads/master
2020-03-24T10:20:12.350408
2018-07-28T08:23:07
2018-07-28T08:23:07
142,642,247
0
0
null
null
null
null
UTF-8
Java
false
false
501
java
package com.iss.util; import java.io.InputStream; import java.util.Properties; public class PropertiesUtil { public static String getValue(String key) { String str = ""; try { Properties prop = new Properties(); InputStream in =new PropertiesUtil().getClass().getResourceAsStream("./myconfig.pro...
[ "noreply@github.com" ]
noreply@github.com
ffb6b26e082503a6619212ddc064a352939cb0a0
9a8e21683bd5c1cc32fb1e35faf6066c71502d5a
/src/main/java/com/cursospring/api/repository/ClienteRepository.java
57b1236e728f162d7d410e4c0884ba31b8d2dfc3
[]
no_license
PedroHenriqueBraz/api-springboot
8d8f65cffce88794da4da15f74010f34800516c8
881288b42691bdecc75e8539ca8fa65e7772a7b3
refs/heads/master
2022-12-09T13:42:37.340588
2020-09-11T15:00:53
2020-09-11T15:00:53
294,724,431
0
0
null
null
null
null
UTF-8
Java
false
false
429
java
package com.cursospring.api.repository; import com.cursospring.api.domain.Cliente; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.Transactional; @Repository public interface ClienteRepository extends Jp...
[ "braz.hpedro@gmail.com" ]
braz.hpedro@gmail.com
d6527e996255c6a9c4a49abca559bc621c413074
5e7782eff03f1566979e9f6bfd62179ae16963d1
/Survey/src/com/testing/survey/Student.java
4c40fcd361cb63a41952ec522334daba61585d2f
[]
no_license
saikrupa/Survay
a0c4637cb2a2f42f50f99cde02b5059e4df801b9
2a6461f2123176efe49dab50f1e189cf200efde2
refs/heads/master
2021-01-10T03:55:27.664106
2015-12-18T01:24:08
2015-12-18T01:24:08
48,207,173
0
0
null
null
null
null
UTF-8
Java
false
false
2,814
java
package com.testing.survey; import java.io.Serializable; import android.util.Log; public class Student implements Serializable { private static final long serialVersionUID = 1L; private String[] Question=new String[7]; private static int QuestionNumber=0; private sta...
[ "puram.saikrupa@gmail.com" ]
puram.saikrupa@gmail.com
d8d59cfce2bfd6b9e5fc65a3e935697bff813f2f
ea98f0adaf2d3a44e3a7958ae06b097221a166fd
/src/main/java/com/guinardsolutions/mp/endpoint/CompetenceEndpoint.java
85b76ef9d2c4193240ca226da9d760a3f8288a8e
[]
no_license
guinardpaul/MP-SOAP-WS
5ff04706de4ff4b40e5fc5c0579e415a9e727f08
7490a03899d11fd12ae6ae7170c0a00ef0fab210
refs/heads/master
2020-03-13T15:00:06.088798
2018-04-26T14:46:53
2018-04-26T14:46:53
131,169,007
0
0
null
null
null
null
UTF-8
Java
false
false
7,800
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.guinardsolutions.mp.endpoint; import com.guinardsolutions.mp.entities.Competence; import com.guinardsolutions.mp.g...
[ "guinardpaul@gmail.com" ]
guinardpaul@gmail.com
2c998eff678637a95a61eebc297e32eaf8f4b786
9ce1f60aa434d712ed1e1038d5fbf88fcd0b63cb
/Mage.Sets/src/mage/cards/c/CoalitionFlag.java
20080703141b772e5e7228bd12fbd8a312760d20
[]
no_license
exmage/mage
b238ab44a65345191e7997a0117f1069bf815db9
f3e6f7198788968d784ffa28818af3c6002f4383
refs/heads/master
2020-12-30T14:12:52.513975
2017-05-14T22:51:46
2017-05-14T22:51:46
91,289,923
0
0
null
2017-05-15T03:06:56
2017-05-15T03:06:56
null
UTF-8
Java
false
false
3,671
java
/* * Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, th...
[ "fireshoes@fireshoes-PC" ]
fireshoes@fireshoes-PC
b453648bf5756c6f387d5d0d7451661912037f98
09d0ddd512472a10bab82c912b66cbb13113fcbf
/TestApplications/privacy-friendly-netmonitor-2.0/DecompiledCode/Fernflower/src/main/java/com/github/mikephil/charting/components/Legend.java
e77ad0975728f461952a027489e49e2679572592
[]
no_license
sgros/activity_flow_plugin
bde2de3745d95e8097c053795c9e990c829a88f4
9e59f8b3adacf078946990db9c58f4965a5ccb48
refs/heads/master
2020-06-19T02:39:13.865609
2019-07-08T20:17:28
2019-07-08T20:17:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
25,224
java
package com.github.mikephil.charting.components; import android.graphics.DashPathEffect; import android.graphics.Paint; import com.github.mikephil.charting.utils.FSize; import com.github.mikephil.charting.utils.Utils; import com.github.mikephil.charting.utils.ViewPortHandler; import java.util.ArrayList; import java.ut...
[ "crash@home.home.hr" ]
crash@home.home.hr
6167d81ec6253e98ff97928af9bb147d92dd4bc0
d4c3659ac9ddb5e3c0010b326f3bcc7e33ce0bed
/ren-regression/src/main/java/com/exigen/dxp/employer/Enrollees/UpdatePreferencePage.java
d05c4048d1fcef0975e8fa175cc7ce615016341d
[]
no_license
NandiniDR29/regression-test
cbfdae60e8b462cf32485afb3df0d9504200d0e1
c4acbc3488195217f9d6a780130d2e5dfe01d6e5
refs/heads/master
2023-07-03T14:35:40.673146
2021-08-11T07:03:13
2021-08-11T07:03:13
369,527,619
0
0
null
null
null
null
UTF-8
Java
false
false
5,325
java
package com.exigen.dxp.employer.Enrollees; import com.exigen.dxp.DXPBaseTest; import com.exigen.istf.webdriver.controls.waiters.Waiters; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.support.FindBy; import org.op...
[ "Nramachandra@previseit.com" ]
Nramachandra@previseit.com