blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
390
content_id
stringlengths
40
40
detected_licenses
listlengths
0
35
license_type
stringclasses
2 values
repo_name
stringlengths
6
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
539 values
visit_date
timestamp[us]date
2016-08-02 21:09:20
2023-09-06 10:10:07
revision_date
timestamp[us]date
1990-01-30 01:55:47
2023-09-05 21:45:37
committer_date
timestamp[us]date
2003-07-12 18:48:29
2023-09-05 21:45:37
github_id
int64
7.28k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-06-11 04:05:37
2023-09-14 21:59:18
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-28 02:39:21
gha_language
stringclasses
62 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
128
12.8k
extension
stringclasses
11 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
79
929cb2b99f4773a65105cb0f1257c5237e35cf9c
8037278735b7daade0b8f13ca1dc731aff629327
/src/main/java/cn/ximcloud/itsource/before/day20_thread_2/_13Timer/TestTimer.java
677b7cd82f8fae971a074de5d24ad3f1d109a027
[]
no_license
usami-muzugi/itsource
1cc0cd07bc9b1a4e771a886df8ad04790970b318
2cd92335a8ed86d5831da72c431bbf9222edf424
refs/heads/master
2020-03-22T13:13:31.215302
2018-09-22T15:30:07
2018-09-22T15:30:07
140,092,256
0
1
null
null
null
null
UTF-8
Java
false
false
918
java
package cn.ximcloud.itsource.before.day20_thread_2._13Timer; import java.util.Timer; public class TestTimer { /* * 定时任务: * java.util.TimerTask由 Timer 安排为一次执行或重复执行的任务。 * Timer 一种工具,线程用其安排以后在后台线程中执行的任务 * * Timer() 创建一个新计时器。 * * */ public static void main(String[] args) { ...
[ "715759898@qq.com" ]
715759898@qq.com
90154eced206d9e02f980fa87c4b72d6742d0f4e
ba75b7f7c5b649a852c5fd4726a52f10b2710cdb
/smack-experimental/src/test/java/org/jivesoftware/smackx/mam/MamTest.java
3327f838450a6870c3da4a28c8d7fad018b83e90
[ "Apache-2.0" ]
permissive
guardianproject/smack-omemo
49a7c57b190e5f1689f4193fcf7b5a95ecc44bf0
aa3a2aceb1594d23c333f101046419f067302221
refs/heads/4.2
2021-01-19T04:34:33.933792
2017-04-06T03:21:43
2017-04-06T03:21:43
87,381,774
1
3
null
2017-04-06T03:20:20
2017-04-06T03:20:20
null
UTF-8
Java
false
false
1,763
java
/** * * Copyright 2016-2017 Fernando Ramirez * * 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...
[ "flo@geekplace.eu" ]
flo@geekplace.eu
0ed0d8e883a4815ed23076505ea88c97d270615c
172a166f71239224567cf23224b66f05e31f991d
/spring-exp/spring-cache-exp/src/test/java/cz/znj/kvr/sw/exp/java/spring/cache/CacheTest.java
4af0772a957c5d36e03f72858fbaf6c81ae822cf
[ "Apache-2.0" ]
permissive
kvr000/zbynek-java-exp
0c7f5a043837b63eed59c9bea763e76c2ad4d1dc
77ab2ab238d4a81f0ed6541c511cb6419fb494a2
refs/heads/master
2023-07-19T18:04:07.332557
2023-06-11T00:33:41
2023-06-11T00:33:41
70,768,304
6
0
Apache-2.0
2023-01-29T21:30:53
2016-10-13T04:16:17
JavaScript
UTF-8
Java
false
false
2,344
java
package cz.znj.kvr.sw.exp.java.spring.cache; import lombok.Getter; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.cache.CacheManager; import org.springframework.cache.annotation.Cacheable; import org.springframework.cache.annotation.EnableCaching; import org...
[ "kvr000@gmail.com" ]
kvr000@gmail.com
37c9906ac04298db1b140727532afbecf8dcacd4
3bab9165ac34eea6ad259786b4bc9649bb43e02c
/src/com/bytetube/_05_queue/Main.java
e42542d9f8c29f68cfebb7e32897278f1ccb42bb
[]
no_license
MrDenial/ds-algo
9b1d09bb46bfffaad2d09cfa527b8e71a32330ef
aa0b966678fe367af7dce903dd12c6198d8f346f
refs/heads/master
2022-11-07T06:13:15.403315
2020-06-23T02:14:29
2020-06-23T02:14:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
628
java
package com.bytetube._05_queue; public class Main { public static void main(String[] args) { // Queue<Integer> queue = new Queue<>(); // for (int i = 0; i < 10; i++) { // queue.enQueue(i); // } // // while (!queue.isEmpty()){ // Integer deQueue = queue.deQueue(); /...
[ "dallucus@gmail.com" ]
dallucus@gmail.com
9fcce9cf7d20e365f66189d9dfed7a9edf900f9d
afb6300a642ae80ff353a7a61dee14061954c41d
/sphere-models/src/it/java/io/sphere/sdk/client/ApacheClientTest.java
a0b29b4f8a3e80c5c5465d0dec0e8cd7eda9bcdc
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
z0lope0z/sphere-jvm-sdk
2b5935527114301c934722acea2796f9c4be259c
a741e0b01a2319d057ab3147191a0461e55dc46c
refs/heads/master
2021-01-17T18:51:28.803314
2015-04-28T11:31:47
2015-04-28T11:31:47
34,769,049
1
0
null
2015-04-29T02:56:50
2015-04-29T02:56:49
null
UTF-8
Java
false
false
919
java
package io.sphere.sdk.client; import io.sphere.sdk.http.HttpClient; import io.sphere.sdk.projects.Project; import io.sphere.sdk.projects.queries.ProjectGet; import io.sphere.sdk.test.IntegrationTest; import org.junit.Test; import static org.fest.assertions.Assertions.assertThat; public class ApacheClientTest extends...
[ "michael.schleichardt@commercetools.de" ]
michael.schleichardt@commercetools.de
b2e66b3be2402f8a1f846170bad76bae406b9385
fd757a0153a1eea9e22ba15490b811401996d12c
/redisson-hibernate/redisson-hibernate-52/src/main/java/org/redisson/hibernate/region/BaseRegion.java
488c47efdf47d301661ec45778cb7b93e9a33220
[ "LicenseRef-scancode-dco-1.1", "Apache-2.0" ]
permissive
rupertw/redisson
d6bf0dc518aed3d597a4dd61781c84e356e810cf
d805a177546fc14788e731d3a29c6d0374eabcb1
refs/heads/master
2022-05-10T23:58:51.427841
2022-03-24T10:47:54
2022-03-24T10:47:54
188,511,380
1
0
Apache-2.0
2019-05-25T02:29:21
2019-05-25T02:29:21
null
UTF-8
Java
false
false
7,380
java
/** * Copyright (c) 2013-2021 Nikita Koksharov * * 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...
[ "nkoksharov@redisson.pro" ]
nkoksharov@redisson.pro
47a5f45558d835c33872da38ae0d82e3fd8fc136
53d4ae8ee19c4fd09f4728609e2c04fc9f457619
/src/main/java/tsuteto/spelunker/item/Item1up.java
e29b48b92ef0d48b54925dae824ff7e217a210f1
[]
no_license
Tsuteto/SpelunkerMod-MC1.7.10
276354cd77244cf538113798a9228e895336d24f
af7c6bd0f874a9fc6e097499e56f6717305a99ef
refs/heads/master
2020-12-24T13:16:14.616669
2016-03-12T10:32:18
2016-03-12T10:32:18
18,337,166
0
0
null
null
null
null
UTF-8
Java
false
false
962
java
package tsuteto.spelunker.item; import net.minecraft.item.ItemStack; import net.minecraft.world.World; import tsuteto.spelunker.constants.SpelunkerDifficulty; import tsuteto.spelunker.constants.SpelunkerGameMode; import tsuteto.spelunker.player.SpelunkerPlayerMP; public class Item1up extends SpelunkerItem { @Over...
[ "midis.cube@gmail.com" ]
midis.cube@gmail.com
b53c904153d2ffa0de148a4ff2647adac37a2bfa
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_577530299e8927d6cb63d628eb5b33027829151b/Camera/2_577530299e8927d6cb63d628eb5b33027829151b_Camera_s.java
e13fe04c5675f13bfc4e1148f4e2f5ac065dd97c
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,536
java
package com.badlogic.gdx.graphics.tmp; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Graphics; import com.badlogic.gdx.Input; import com.badlogic.gdx.graphics.GL10; import com.badlogic.gdx.graphics.GL11; import com.badlogic.gdx.graphics.GLU; import com.badlogic.gdx.graphics.g2d.SpriteBatch; i...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
16d0df835b0d5ff99f663bafedf9f81efbc6621f
5d69d80b9f723eaacf5bebd7e7745c6b842d68e8
/src/com/i/exceptionhandling/practise/ImplicitlyNestedTry.java
ae2b5fb5305af42dbd8c930336a18346e516f1f3
[]
no_license
Bishnu-KC/ChapterWise
0c06423393316fed91fa7ac6bb17b4c2dfea834c
079e39091a91878ecde97d6364b71e1a7240e35d
refs/heads/master
2020-03-28T16:28:16.819773
2018-09-13T21:11:00
2018-09-13T21:11:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
666
java
package com.i.exceptionhandling.practise; import java.util.*; class ImplicitlyNestedTry { public static void nTry(int a) { try { System.out.println("Enter for a:"); if(a==1) a=a/(a-a); if(a==2) { int c[]= {1}; c[10]=99; } } catch(ArrayIndexOutOfBoundsException e) { e.printS...
[ "kcbishnu8@outlook.com" ]
kcbishnu8@outlook.com
6ad9f5d1cd525c2c2a4f666b0972059ee5925d13
49ce608198f43cb9e53481de3f69b1813bc9f602
/src/main/java/com/threedsoft/shipping/dto/requests/FacilityCarrierCreationRequestDTO.java
292b7bc1085db9c248e45565574813bb945308c3
[]
no_license
knpillutla/shipping-idd
7b2645cfc0ae0ae17d659ee9c2cf04e0c37a314b
2156cd40b9a0a82973d7260d247ed5e1890b3960
refs/heads/master
2020-03-30T02:59:45.061447
2018-12-28T03:27:59
2018-12-28T03:27:59
150,662,654
0
0
null
null
null
null
UTF-8
Java
false
false
704
java
package com.threedsoft.shipping.dto.requests; import java.time.LocalDateTime; import java.util.List; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility; import com.threedsoft.util.dto.WMSRequestDTO; import com.fasterxml.jackson.annotation.JsonIncl...
[ "knpillutla@gmail.com" ]
knpillutla@gmail.com
19d84106bc0df9b901ab5fcab2cd6489ea91d701
fa6f835db209fb4cb922b2d998b63798d9a0dc05
/src/main/java/com/interview/intterviewbit/string/RomanToInteger.java
b45f0d9ab33a8d7984b82428a8a0845ae14eee97
[]
no_license
jojo8775/interview-bit
e93afd18e7414026e2c3a5d19b23a685ff1e159f
4056dc85be45b4ee4ed4d7e59952fe42e22fdbaf
refs/heads/master
2020-12-21T03:43:17.940493
2017-05-23T01:04:52
2017-05-23T01:04:52
58,096,839
0
0
null
null
null
null
UTF-8
Java
false
false
763
java
package com.interview.intterviewbit.string; /** * Given a roman numeral, convert it to an integer. * * Input is guaranteed to be within the range from 1 to 3999. * * @author jojo * */ public class RomanToInteger { public int convertToInteger(String s) { int i = s.length() - 1, result = 0, cur = 0, prev = 0...
[ "chiranjeeb.nandy@yahoo.com" ]
chiranjeeb.nandy@yahoo.com
fa0743f73f9b0d6117bc591a5cdb896a040cc2ad
024cc651169340a2609e99c6e7ce7544f6ebf483
/netcar-service/src/main/java/com/zhcx/netcar/netcarservice/utils/StatisticalUtil.java
f5e527ab95ab9ff41ed55f3014e636a2a2dc7e0d
[]
no_license
3103509329/transfer_trolley
cb1df2df0c05013615091c36f87460b85a98239e
e8b8cd0f17062457a00188771c8d99ed2340e02b
refs/heads/master
2023-01-28T23:11:45.245311
2020-12-09T03:30:00
2020-12-09T03:30:00
319,565,360
0
0
null
2020-12-10T14:11:46
2020-12-08T07:51:32
Java
UTF-8
Java
false
false
5,434
java
package com.zhcx.netcar.netcarservice.utils; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Component; import java.text.ParseException; import java.util.*; import static org.apache.commons.lang3.time.Da...
[ "3103509329@qq.com" ]
3103509329@qq.com
c4ef63083e8c63d18c5bedcb9bab579b036aa825
6a649709010f35916b58ad639eb24dc9d7452344
/AL-Game/src/com/aionemu/gameserver/skillengine/condition/DpCondition.java
e67ffe6cc6373d4ceb08acf9ec201694cc395732
[]
no_license
soulxj/aion-cn
807860611e746d8d4c456a769a36d3274405fd7e
8a0a53cf8f99233cbee82f341f2b5c33be0364fa
refs/heads/master
2016-09-11T01:12:19.660692
2014-08-11T14:59:38
2014-08-11T14:59:38
41,342,802
2
2
null
null
null
null
UTF-8
Java
false
false
1,448
java
/* * This file is part of aion-unique <aion-unique.org>. * * aion-unique is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version...
[ "feidebugao@gmail.com" ]
feidebugao@gmail.com
3301805b87d6e39eb3779128a447fc024f1f8e2b
aa5f25d714519ccfda2a89f382dfcefe1b3642fc
/trunk/dmisArea/src/com/techstar/dmis/entity/ZdhRmrec.java
1095c52a161966802f38f7c2c6c1b6b4afd8bdcc
[]
no_license
BGCX261/zhouwei-repository-svn-to-git
2b85060757568fadc0d45b526e2546ed1965d48a
cd7f50db245727418d5f1c0061681c11703d073e
refs/heads/master
2021-01-23T03:44:27.914196
2015-08-25T15:45:29
2015-08-25T15:45:29
41,599,666
0
0
null
null
null
null
UTF-8
Java
false
false
4,538
java
package com.techstar.dmis.entity; import java.io.Serializable; /** * Domain classe for 遥测数据修改记录 * This classe is based on ValueObject Pattern * @author * @date */ public class ZdhRmrec implements Serializable { public ZdhRmrec() { } private String fstationname;//变电站名称 privat...
[ "you@example.com" ]
you@example.com
b81a29d2b7050a200c3979d9c16f086f56a522e4
f5b407377a491a7cd475414c7faeed18468ac5b0
/feilong-core/src/test/java/com/feilong/core/bean/convertutiltest/ToMapTransformerTest.java
b22c85ecac8ddd10481052078c41bd7f2529f199
[ "Apache-2.0" ]
permissive
luchao0111/feilong
100a7b7784fc6fbfb8252bd468c52899dc4b5169
4024b8abb5b19f1378295fa8d1bd8ee3b86cfdad
refs/heads/master
2022-05-29T02:09:55.324155
2020-05-06T14:50:17
2020-05-06T14:50:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,136
java
/* * Copyright (C) 2008 feilong * * 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...
[ "venusdrogon@163.com" ]
venusdrogon@163.com
f4190ee120066888deb81bf271064e9a169b0443
32870824d4b9e90f4bfd384e6a3117757eeded14
/src/main/java/com/github/alexthe666/alexsmobs/misc/MatchesBananaTagCondition.java
0252ab1ae00256a6c152336de62b1f0815a93657
[]
no_license
othuntgithub/AlexsMobs
d69fc9c007f0bb1bfa911f6abf91c3ae7cd5ac6a
7ad3e9fd6448bec487fbf8c8e6c1d70460df1d62
refs/heads/main
2023-03-09T05:08:25.656513
2021-02-21T03:21:16
2021-02-21T03:21:16
330,071,521
0
0
null
2021-01-16T02:58:06
2021-01-16T02:58:06
null
UTF-8
Java
false
false
2,106
java
package com.github.alexthe666.alexsmobs.misc; import com.github.alexthe666.alexsmobs.CommonProxy; import com.google.common.collect.ImmutableSet; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonObject; import com.google.gson.JsonSerializationContext; import com.google.gson.JsonSyntaxExcept...
[ "alex.rowlands@cox.net" ]
alex.rowlands@cox.net
7ff1fa30acf53f29bb9f983b736cd40202323b71
bc72ee46488983c11a4ab7ebb3f52aa9637bb988
/src/main/java/quoters/TalkingRobotImpl.java
e7033755ab3303fa21b8b8b79d062b7ce4bb5386
[]
no_license
mmalyutin/myspring-MINSK-2017-aprel
78e56780017466c04f0d94dc58fa77c6140b02b8
ab84338b2f4966c2590d118585000ebc281b3f30
refs/heads/master
2021-06-11T04:59:03.711799
2017-04-22T12:07:15
2017-04-22T12:07:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
package quoters; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import javax.annotation.PostConstruct; import java.util.Arrays; import java.util.List; /** * Created by Evegeny on 21/04/2017. */ @Component public class TalkingRobotImpl implements Talk...
[ "papakita2009" ]
papakita2009
07314e16c24ce9c79813ce3c7bdea4c7eb89d511
c9bdb85c82a1d2e3fa9f7cfff9590d774b222b26
/miser/miser-api/miser-api-facade/target/classes/com/hoau/miser/module/api/facade/shared/domain/PrivilegeContractDetailEntity.java
b70c616e2a9f42a92da010d6e14c5b4a8e962e58
[]
no_license
wangfuguo/mi-proj
9d5c159719ee3c4da7bedd01dd297713bb811ced
2920971b310262a575cd3b767827d4633c596666
refs/heads/master
2020-03-08T07:03:24.984087
2018-04-04T00:44:35
2018-04-04T00:44:35
127,985,673
0
0
null
null
null
null
UTF-8
Java
false
false
2,300
java
package com.hoau.miser.module.api.facade.shared.domain; import com.hoau.hbdp.framework.entity.BaseEntity; /** * 越发越惠客户合同明细实体类 * ClassName: DiscountPrivilegeContractDetailEntity * @author 286330付于令 * @date 2016年1月12日 * @version V1.0 */ public class PrivilegeContractDetailEntity extends BaseEntity{ private stat...
[ "wangfuguo_wfg@163.com" ]
wangfuguo_wfg@163.com
f8f9bbbff7b0e05cc01dbb69b5332fd77283a631
e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3
/src/chosun/ciis/as/aset/rec/AS_ASET_1109_LCURLISTRecord.java
689bc96e2d292110bccdac0929c59531f5df17b1
[]
no_license
nosmoon/misdevteam
4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60
1829d5bd489eb6dd307ca244f0e183a31a1de773
refs/heads/master
2020-04-15T15:57:05.480056
2019-01-10T01:12:01
2019-01-10T01:12:01
164,812,547
1
0
null
null
null
null
UHC
Java
false
false
2,081
java
/*************************************************************************************************** * 파일명 : .java * 기능 : 독자우대-구독신청 * 작성일자 : 2007-05-22 * 작성자 : 김대섭 ***************************************************************************************************/ /************************************************...
[ "DLCOM000@172.16.30.11" ]
DLCOM000@172.16.30.11
effa7a7894f075fea455f7bc0fa4fa9476b2075d
da889968b2cc15fc27f974e30254c7103dc4c67e
/Optimization Algorithm_GUI/src/Algorithm_Carpool/PSO2_AB_2Si_ApproachI/Convert_Function.java
3f5dc26c41007fd1cf4395d0121c527f498933a6
[]
no_license
say88888/My_Project_thesis
fcd4d96b34de8627fa054146eb6164b7c3636344
04908ea3ed6b7a9c1939a5d8e16dfc65d66437f4
refs/heads/master
2020-04-10T08:32:37.106239
2018-12-08T05:52:44
2018-12-08T05:52:44
160,908,221
0
0
null
null
null
null
UTF-8
Java
false
false
5,713
java
package Algorithm_Carpool.PSO2_AB_2Si_ApproachI; import java.util.ArrayList; import java.util.List; public class Convert_Function extends PSO2_AB_2Si_ApproachI { private static int[] rid=new int[P]; private static double[] Si=new double[P*2]; private static int[] A=new int[P]; private static int[] B=new int[2*P]...
[ "gtvsta99@gmail.com" ]
gtvsta99@gmail.com
5681cd712fb59c970e6c026fd18036b097debbb1
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_1559.java
46611af31af70497f5e29192c9f27308b6e84a78
[]
no_license
P79N6A/icse_20_user_study
5b9c42c6384502fdc9588430899f257761f1f506
8a3676bc96059ea2c4f6d209016f5088a5628f3c
refs/heads/master
2020-06-24T08:25:22.606717
2019-07-25T15:31:16
2019-07-25T15:31:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
350
java
private synchronized void prune(LinkedEntry<T> bucket){ LinkedEntry<T> prev=bucket.prev; LinkedEntry<T> next=bucket.next; if (prev != null) { prev.next=next; } if (next != null) { next.prev=prev; } bucket.prev=null; bucket.next=null; if (bucket == mHead) { mHead=next; } if (bucket == m...
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
2bb6d060bd09eddb580f53c90baadd6371cee081
79a6cf43828280dde4a8957ab2878def495cde95
/platform/platform-impl/src/main/java/com/asiainfo/rms/system/redis/dao/RedisCommonDAO.java
f024241f4a19a2503bbf7e20ece150b1b13933b9
[]
no_license
zostudy/cb
aeee90afde5f83fc8fecb02073c724963cf3c44f
c18b3d6fb078d66bd45f446707e67d918ca57ae0
refs/heads/master
2020-05-17T22:24:44.910256
2019-05-07T09:29:39
2019-05-07T09:29:39
183,999,895
0
0
null
null
null
null
UTF-8
Java
false
false
2,307
java
package com.asiainfo.rms.system.redis.dao; import java.util.Date; import java.util.concurrent.TimeUnit; import org.springframework.data.redis.core.RedisTemplate; import com.asiainfo.rms.system.redis.operations.ZosHashOperations; import com.asiainfo.rms.system.redis.operations.ZosListOperations; import com.asiainfo.r...
[ "wangrupeng@foxmail.com" ]
wangrupeng@foxmail.com
772763966df7883f95f30dd76c2017e0b16c0bee
8c49003ae8e7b5662a9ee3c79abdb908463bef41
/springboot/src/main/java/com/java110/boot/controller/app/PropertyController.java
92755241fa9ee495e2616fa82411d5765d17f6fb
[ "Apache-2.0" ]
permissive
java110/MicroCommunity
1cae5db3f185207fdabe670eedf89cdc5c413676
fbcdd1974f247b020114d3c9b3f649f9e48d3182
refs/heads/master
2023-08-05T13:44:19.646780
2023-01-09T10:09:54
2023-01-09T10:09:54
129,351,237
820
381
Apache-2.0
2023-02-22T07:05:27
2018-04-13T05:15:52
Java
UTF-8
Java
false
false
2,907
java
/* * Copyright 2017-2020 吴学文 and java110 team. * * 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 l...
[ "928255095@qq.com" ]
928255095@qq.com
5c2111708749935985f04621688f51205c3fdbd9
58a8ed34f613c281a5faaaefe5da1788f5739d17
/Application_code_source/eMybaby/sources/com/tuya/smart/sdk/constant/ServiceNotification.java
b9090b255aef9c5c5656a478f889aa2f9b6197b2
[]
no_license
wagnerwave/Dossier_Hacking_de_peluche
01c78629e52a94ed6a208e11ff7fcd268e10956e
514f81b1e72d88e2b8835126b2151e368dcad7fb
refs/heads/main
2023-03-31T13:28:06.247243
2021-03-25T23:03:38
2021-03-25T23:03:38
351,597,654
5
1
null
null
null
null
UTF-8
Java
false
false
966
java
package com.tuya.smart.sdk.constant; import android.app.Notification; import com.tuya.smart.common.Oo0; import com.tuya.smart.common.o0o00o00o0; public class ServiceNotification { public static final int mGetNotificationId = 2018062716; public static final ServiceNotification mServiceNotication = new ServiceN...
[ "alexandre1.wagner@epitech.eu" ]
alexandre1.wagner@epitech.eu
d5a3d58a9f7af43486bcdd598b3232d4ec51728e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/29/29_9c64ac7482fde7bd8f2893eec29870588fcdcd04/InjectionMetadata/29_9c64ac7482fde7bd8f2893eec29870588fcdcd04_InjectionMetadata_t.java
53f04952532a3b56a14ca9a57153ab2fe078c80c
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,961
java
/* * Copyright 2002-2011 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 requi...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f2d321f73adf63533a3247b73ffa383d02eabf0a
87c12bd26186e41ed6197437e0b1b15bfcc68fda
/csharp-psi-impl/src/org/mustbe/consulo/csharp/lang/psi/impl/source/resolve/type/CSharpElementGroupTypeRef.java
0a3aa32c9b04098b0394453d052a80c1e2e0efda
[ "Apache-2.0" ]
permissive
electrowolff/consulo-csharp
660c784441f8b2fc1c4d536bd9bb80cb4dd68a4a
99b54761b24b394d3fd18650de3a5f112a52aa9a
refs/heads/master
2021-01-22T14:29:07.054813
2016-07-30T09:19:51
2016-07-30T09:19:51
65,971,141
0
0
null
2016-08-18T06:27:38
2016-08-18T06:27:37
null
UTF-8
Java
false
false
2,503
java
package org.mustbe.consulo.csharp.lang.psi.impl.source.resolve.type; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.mustbe.consulo.RequiredReadAction; import org.mustbe.consulo.csharp.lang.psi.impl.source.CSharpLikeMethodDeclarationImplUtil; import org.mustbe.consulo.cs...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
ca7de0f824d3811c19c72dbe19749e995ce69cf3
a018b5f80b3c9c7c48f0cbe585857123f12bc89d
/src/me/noodles/tutorial2/PluginCommand.java
fbb59eb863249a6373fdf448ec0bc1050bad1580
[ "MIT" ]
permissive
BGHDDevelopment/YouTube-Tutorial-EP-2
8b2f95fa21f649d9493cd886c92422c805666ae4
bd34c2bef5c32387029832d809375669e3f25539
refs/heads/master
2021-06-11T05:25:12.200189
2021-03-03T17:44:50
2021-03-03T17:44:50
128,555,852
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package me.noodles.tutorial2; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import net.md_5.bungee.api.ChatColor; public class PluginCommand implements CommandExecutor { @Override public boolean o...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
2965b14a33734daf0f3ab79de6ea55e72f5bbb59
f20b41c85d1d9a6ad8f74c2b815cd657954af0ad
/frontend/dist/src/test/java/org/smartdeveloperhub/harvesters/it/testing/TestingUtilTest.java
22728de3f034f2b12763c213267983e7da008d54
[ "Apache-2.0" ]
permissive
SmartDeveloperHub/sdh-it-harvester
67e6f1fa002949e807f5fd69f019e84e7453c370
122c1cc79debc9f78567384d141f58d0d56369d5
refs/heads/master
2021-01-18T19:10:19.603775
2016-07-18T17:24:04
2016-07-18T17:24:04
56,482,219
0
0
null
null
null
null
UTF-8
Java
false
false
2,568
java
/** * #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# * This file is part of the Smart Developer Hub Project: * http://www.smartdeveloperhub.org/ * * Center for Open Middleware * http://www.centeropenmiddleware.com/ * #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
[ "m.esteban.gutierrez@gmail.com" ]
m.esteban.gutierrez@gmail.com
41671db06ea9ac2d2427a487476a23c638198285
05e5bee54209901d233f4bfa425eb6702970d6ab
/net/minecraft/server/v1_7_R4/PathfinderGoalEatTile.java
0e86f042ef69fee32ade0794d2a0f2e18efadcf3
[]
no_license
TheShermanTanker/PaperSpigot-1.7.10
23f51ff301e7eb05ef6a3d6999dd2c62175c270f
ea9d33bcd075e00db27b7f26450f9dc8e6d18262
refs/heads/master
2022-12-24T10:32:09.048106
2020-09-25T15:43:22
2020-09-25T15:43:22
298,614,646
0
1
null
null
null
null
UTF-8
Java
false
false
3,011
java
/* */ package net.minecraft.server.v1_7_R4; /* */ /* */ import org.bukkit.Material; /* */ import org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory; /* */ /* */ /* */ public class PathfinderGoalEatTile /* */ extends PathfinderGoal /* */ { /* */ private EntityInsentient b; /* ...
[ "tanksherman27@gmail.com" ]
tanksherman27@gmail.com
8f3439e372005c66f80b0c7f4ca8d3f96deaf0e8
754a0fdc13c70711b33a414e48f41333a7e8052d
/app/src/main/java/com/pbph/yuguo/response/GetAppWithdrawCashListResponse.java
76421323592802b8f5dd71ae91b422375180c222
[]
no_license
lianjf646/PbphYuGuo
b70b3315d9815af078101573066cbc215d46945c
78e643cd1b0f142f96ce595fb0c5788b3e4bb09a
refs/heads/master
2023-04-23T00:48:00.842462
2021-04-30T06:25:12
2021-04-30T06:25:12
363,044,826
0
0
null
null
null
null
UTF-8
Java
false
false
2,077
java
package com.pbph.yuguo.response; import com.pbph.yuguo.base.BaseResponse; import java.util.List; /** * 抵用券实体类 * Created by Administrator on 2018/8/6 0006. */ public class GetAppWithdrawCashListResponse extends BaseResponse { /** * data : {"dealsInfoDtoList":[{"createTime":"2018-08-21 21:30:33","dealPri...
[ "1548300188@qq.com" ]
1548300188@qq.com
c7dfcc3a4891ce0d61457b86a09347381030c38c
508b36a019c51927f6e339ba842ee52006cfd944
/src/main/java/sagex/remote/javarpc/JavaRPCHandler.java
e32375a807ed18206e13cd28a9d02d9784de488f
[ "Apache-2.0" ]
permissive
DanPerovich/sagetv-sagex-api
798b1f8a56a859cb19a0cbaa54f4083a453d66cb
2fed724ec8a381adba22f34c87e59750c83c2e81
refs/heads/master
2021-01-17T18:53:50.035026
2014-02-01T13:07:40
2014-02-01T13:07:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,685
java
package sagex.remote.javarpc; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import sagex.remote.AbstractRPCHandler; import sagex.remote.MarshalUtils; import sagex.remote.Remot...
[ "sean.stuckless@gmail.com" ]
sean.stuckless@gmail.com
742c0bcaefe34eae2ff805d9e1e7594adcada439
d7c5121237c705b5847e374974b39f47fae13e10
/airspan.netspan/src/main/java/Netspan/NBI_17_0/Lte/RelayEnbPnpConfigCreateResponse.java
4f52b3992fac5683af29d5bf328c1a2e8d7b2dd0
[]
no_license
AirspanNetworks/SWITModules
8ae768e0b864fa57dcb17168d015f6585d4455aa
7089a4b6456621a3abd601cc4592d4b52a948b57
refs/heads/master
2022-11-24T11:20:29.041478
2020-08-09T07:20:03
2020-08-09T07:20:03
184,545,627
1
0
null
2022-11-16T12:35:12
2019-05-02T08:21:55
Java
UTF-8
Java
false
false
1,884
java
package Netspan.NBI_17_0.Lte; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for anonymous comple...
[ "dshalom@airspan.com" ]
dshalom@airspan.com
7782a74f6000d3cd72b4e64cf573bb939b332684
36a80ecec12da8bf43980768a920c28842d2763b
/src/main/java/com/tools20022/repository/codeset/PledgeeTypeCode.java
6f6aedef08abfdd0f8e624a1e420c47a8b3139d8
[]
no_license
bukodi/test02
e9045f6f88d44a5833b1cf32b15a3d7b9a64aa83
30990a093e1239b4244c2a64191b6fe1eacf3b00
refs/heads/master
2021-05-08T03:22:32.792980
2017-10-24T23:00:52
2017-10-24T23:00:52
108,186,993
0
0
null
null
null
null
UTF-8
Java
false
false
1,747
java
package com.tools20022.repository.codeset; import com.tools20022.metamodel.MMCode; import com.tools20022.metamodel.MMCodeSet; import java.util.Arrays; import java.util.concurrent.atomic.AtomicReference; /** * Specifies the type of pledgee. */ public class PledgeeTypeCode { final static private AtomicReference<MMC...
[ "bukodi@gmail.com" ]
bukodi@gmail.com
02bb0dd5c9eaa13c29cd5ec93efc2392c7fdebbb
35c9b4e30b05e17942f6a95544fc1a099e81bb7e
/interfaces/src/main/java/org/jeesl/interfaces/model/module/survey/question/JeeslSurveySection.java
4fde5c6dedd6befbbbf74c656fc94b5b64bef80f
[]
no_license
kmeier86/jeesl
cef55c75e0b93173a97d7c54624a2a018cdadcfc
a86d8b8c99905a6bb1cd8a37cbec777bd17269a0
refs/heads/master
2020-12-28T16:47:24.936935
2020-02-20T12:20:57
2020-02-20T12:20:57
238,410,366
0
0
null
2020-02-20T12:20:58
2020-02-05T09:16:03
Java
UTF-8
Java
false
false
2,445
java
package org.jeesl.interfaces.model.module.survey.question; import java.io.Serializable; import java.util.List; import org.jeesl.interfaces.model.marker.jpa.EjbRemoveable; import org.jeesl.interfaces.model.marker.jpa.EjbSaveable; import org.jeesl.interfaces.model.module.survey.core.JeeslSurveyTemplate; import org.jees...
[ "t.kisner@web.de" ]
t.kisner@web.de
385d2ab9bf427d333f7c656a9bb4f60eb28eedf0
7a637e9654f3b6720d996e9b9003f53e40f94814
/aylson-admin/src/main/java/com/aylson/dc/mem/service/ArticleService.java
ae5721d3d7e80196220c08771d81202d13f588bb
[]
no_license
hemin1003/aylson-parent
118161fc9f7a06b583aa4edd23d36bdd6e000f33
1a2a4ae404705871717969449370da8531028ff9
refs/heads/master
2022-12-26T14:12:19.452615
2019-09-20T01:58:40
2019-09-20T01:58:40
97,936,256
161
103
null
2022-12-16T07:38:18
2017-07-21T10:30:03
JavaScript
UTF-8
Java
false
false
1,964
java
package com.aylson.dc.mem.service; import java.util.List; import com.aylson.core.frame.base.Page; import com.aylson.core.frame.domain.Result; import com.aylson.core.frame.service.BaseService; import com.aylson.dc.mem.po.Article; import com.aylson.dc.mem.po.ArticleRead; import com.aylson.dc.mem.po.ArticleRepl...
[ "hemin_it@163.com" ]
hemin_it@163.com
f0081145bf75202bea9868e2c761a936b87ba81f
64455b7ce0658de6992bb219d8b150dddb30881c
/quartz-bcp/src/main/java/br/com/bcp/repository/SchedulerRepository.java
9ff0ba476c4a1789e237fb6ecb8d386abeb7ceb7
[]
no_license
bproenca/java
f1fba9f21026a67ec3131fed39692999ef6faed0
0b9a9c9620e60b22a57cc61fa3bd467269e270db
refs/heads/master
2023-01-09T15:34:48.597389
2019-12-21T21:46:42
2019-12-21T21:46:42
202,936,509
0
0
null
2023-01-02T21:58:51
2019-08-17T22:25:25
HTML
UTF-8
Java
false
false
287
java
package br.com.bcp.repository; import br.com.bcp.entity.SchedulerJobInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface SchedulerRepository extends JpaRepository<SchedulerJobInfo, Long> { }
[ "bruno.proenca@synchro.com.br" ]
bruno.proenca@synchro.com.br
7c883819dd4afbf196d1bfdf2a3ab3907b0ad575
1f91cf15d43d89ed4d5f109e4358857dc121b96b
/AOP/My-Spring5-AOP-examples/src/main/java/com/myaop/app03/ch01/proxies/DefaultSimpleBean.java
35d741d41188ce4bb3b1d4bf3796b1dcae9a5f57
[]
no_license
softwareengineerhub/spring
384aa3f0f423db4ffbc0aef6684e1706f724e1ed
fdd961e839892eb78f831b5490f7a59442911b45
refs/heads/master
2023-06-23T15:30:45.090708
2023-06-08T08:27:37
2023-06-08T08:27:37
147,172,612
0
0
null
2023-01-27T20:08:46
2018-09-03T08:11:35
Java
UTF-8
Java
false
false
536
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.myaop.app03.ch01.proxies; /** * * @author Denys.Prokopiuk */ public class DefaultSimpleBean implements SimpleBean { ...
[ "denis4321@ukr.net" ]
denis4321@ukr.net
9443fdbf32bc5ed3f794a70c78ce930628e2f530
bdaca4aa07672d6b73c8eb6491290bbcb5d53030
/528-Random-Pick-with-Weight/solution.java
82e31fac8d88cdaa54da06661fd0c8d266f4e60f
[]
no_license
zacw7/LeetCodeSolution
9b4102ffa69ff0d0fc15bd546c7fa0c8ae9971a7
6293fa5893864dc52d161c2532bc985e12d07598
refs/heads/master
2022-03-29T13:14:06.664763
2020-01-19T21:27:40
2020-01-19T21:27:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,004
java
class Solution { private Random rand; private int[] weights; public Solution(int[] w) { this.rand = new Random(); this.weights = new int[w.length]; weights[0] = w[0]; for (int i = 1; i < w.length; i++) { weights[i] = weights[i - 1] + w[i]; } } ...
[ "zac.wen7@gmail.com" ]
zac.wen7@gmail.com
3afee6f35946e4dd2926e067ecc5950ca0a69b63
d6dfdc83446a0c8f4539227d0f674cf9289bdb08
/bundle/jsky.app.ot/src/main/java/jsky/app/ot/tpe/TpeSkyDialogEd.java
f81bff8ead6a2954dae9f04d3dcb3e900b85eba3
[ "MIT" ]
permissive
gitter-badger/ocs
6c3c795ce288f101eff6a800d320b4735ed95571
9329213adcb1ff60cea76e4feb426ed79985361f
refs/heads/develop
2020-12-11T04:12:28.014282
2015-06-16T01:17:13
2015-06-16T01:17:13
37,540,475
0
0
null
2015-06-16T15:57:10
2015-06-16T15:57:09
null
UTF-8
Java
false
false
2,507
java
package jsky.app.ot.tpe; import jsky.catalog.CatalogDirectory; import jsky.catalog.Catalog; import jsky.catalog.gui.CatalogNavigator; import jsky.catalog.gui.StoreImageServerAction; import jsky.util.gui.DialogUtil; import javax.swing.*; import java.awt.*; /** * Editor for the SkyDialogForm */ public class TpeSkyDi...
[ "swalker2m@gmail.com" ]
swalker2m@gmail.com
e97a77fc681a8fb1f23acdadebf3e5799d24b78c
4ec09872b11b2986afd71b7434ea6858455da533
/java8/src/test/java/com/shekhargulati/ninetynine_problems/_02_arithmetic/P37Test.java
3c457e2616eb605d86163380135ee69d213b725e
[ "MIT" ]
permissive
clever-qiu/99-problems
16f52412bd2c4de79af8d8ba676a07138a3d3135
5bca0720322cec0a45dab3488ed2a88d06eb3d42
refs/heads/master
2021-06-08T19:45:10.882161
2021-04-22T07:07:51
2021-04-22T07:07:51
139,428,271
0
0
MIT
2018-07-02T10:29:34
2018-07-02T10:29:34
null
UTF-8
Java
false
false
346
java
package com.shekhargulati.ninetynine_problems._02_arithmetic; import org.junit.Test; import static org.hamcrest.CoreMatchers.equalTo; import static org.junit.Assert.assertThat; public class P37Test { @Test public void gcdOf36And63Is9() throws Exception { int gcd = P37.gcd(36, 63); assertThat...
[ "shekhargulati84@gmail.com" ]
shekhargulati84@gmail.com
cdf6e076f8e60109dc136050eefa3865005d38f7
cc6ebd1214a2a33bbb5de97449bd30b986c38f61
/test-module/src/main/java/org/picketlink/test/module/entity/AttributeReferenceTypeEntity.java
4837bdedc9777f9c6786ac923baca2c56fa179ab
[]
no_license
picketlink/picketlink-tests
aacdf967b85798f0897122094bf878e28e748e79
153ae9ad2771f671b3986976f0afc7d45b353bf0
refs/heads/master
2020-05-28T13:29:16.505241
2015-12-17T04:13:05
2015-12-17T04:13:05
16,284,113
0
1
null
2014-07-24T07:00:12
2014-01-27T16:05:21
Java
UTF-8
Java
false
false
2,794
java
/* * JBoss, Home of Professional Open Source * * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * 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/lic...
[ "pigor.craveiro@gmail.com" ]
pigor.craveiro@gmail.com
65cb409b607e92c13cedfe506dcccfd0bc342b0c
7a682dcc4e284bced37d02b31a3cd15af125f18f
/bitcamp-java-basic/src/main/java/ch22/a/Test10_3.java
eef1993d78fdeed11e0983fbc90b473d24abacbe
[]
no_license
eomjinyoung/bitcamp-java-20190527
a415314b74954f14989042c475a4bf36b7311a8c
09f1b677587225310250078c4371ed94fe428a35
refs/heads/master
2022-03-15T04:33:15.248451
2019-11-11T03:33:58
2019-11-11T03:33:58
194,775,330
4
3
null
null
null
null
UTF-8
Java
false
false
548
java
// java.io.File 클래스 : 필터 사용하기 III package ch22.a; import java.io.File; import java.io.FilenameFilter; public class Test10_3 { public static void main(String[] args) throws Exception { File file = new File("."); // anonymous class String[] names = file.list(new FilenameFilter() { @Overr...
[ "jinyoung.eom@gmail.com" ]
jinyoung.eom@gmail.com
6138a0b1bac1d64fc2f2c3cccbbacd6d15d9031d
088cad7c00db1e05ad2ab219e393864f3bf7add6
/classes/android/support/v4/text/ICUCompat$ICUCompatImplIcs.java
fcc835cadc7aac94695456c8148bfec92851e960
[]
no_license
devidwfreitas/com-santander-app.7402
8e9f344f5132b1c602d80929f1ff892293f4495d
e9a92b20dc3af174f9b27ad140643b96fb78f04d
refs/heads/main
2023-05-01T09:33:58.835056
2021-05-18T23:54:43
2021-05-18T23:54:43
368,692,384
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package android.support.v4.text; import java.util.Locale; class ICUCompat$ICUCompatImplIcs implements ICUCompat$ICUCompatImpl { public String maximizeAndGetScript(Locale paramLocale) { return ICUCompatIcs.maximizeAndGetScript(paramLocale); } } /* Location: C:\Users\devid\Downloads\SAST\Santande...
[ "devid.wfreitas@gmail.com" ]
devid.wfreitas@gmail.com
789174e09376c1ce83d8cf7ddb2785e00a9b3cf6
de0ea3fb1104b2c9f4043bb5c9cee01a9a951235
/core/src/main/java/io/sundr/builder/Fluent.java
144967ca76b45037f8ecdd46ecf0fc7d6d9053cb
[ "Apache-2.0" ]
permissive
gastaldi/sundrio
4600630afbcbaa83c2dd3420aa7667a60a1826c3
2ea48df4702beab8eada3b041549c58ce5ce3052
refs/heads/master
2022-11-30T22:41:00.566911
2020-06-02T07:49:29
2020-06-02T07:49:29
285,860,513
0
0
Apache-2.0
2020-08-07T15:19:54
2020-08-07T15:19:54
null
UTF-8
Java
false
false
956
java
/* * Copyright 2015 The original authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "iocanel@gmail.com" ]
iocanel@gmail.com
57b636b490ef07c46f7a32af927d1a9cca346a5e
182b7e5ca415043908753d8153c541ee0e34711c
/SpringBasics/spring-core-annotation/src/test/java/com/vinaylogics/springbasics/springannotation/config/CollectionConfigTest.java
9500e5dfcdd49055ee7d42aaf50612b057fd9e76
[]
no_license
akamatagi/Java9AndAbove
2b62886441241ef4cd62990243d7b29e895452f7
ff002a2395edf506091b3571a470c15fa0742550
refs/heads/master
2023-02-09T17:38:21.467950
2020-12-30T14:47:59
2020-12-30T14:47:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
889
java
package com.vinaylogics.springbasics.springannotation.config; import com.vinaylogics.springbasics.springannotation.model.Address; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import static org.junit.jupite...
[ "vinayagam.d.ganesh@gmail.com" ]
vinayagam.d.ganesh@gmail.com
55f354e98e5a5675903042b3317d80994c868bed
bacde5bb0effd64aa061a729d73e07642d876368
/cnc/BuddyUp/src/com/cnc/buddyup/wheel/AgeWheelActivity.java
0370b3eed9d81fc6caf0d8b6a4f028d44306fd0f
[]
no_license
fordream/store-vnp
fe10d74acd1a780fb88f90e4854d15ce44ecb68c
6ca37dd4a69a63ea65d601aad695150e70f8d603
refs/heads/master
2020-12-02T15:05:14.994903
2015-10-23T13:52:51
2015-10-23T13:52:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,786
java
package com.cnc.buddyup.wheel; import java.util.List; import kankan.wheel.widget.OnWheelScrollListener; import kankan.wheel.widget.WheelView; import kankan.wheel.widget.adapters.ArrayWheelAdapter; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import...
[ "truongvv@atmarkcafe.org" ]
truongvv@atmarkcafe.org
a360fdb2a0844a425cbb6a6dcfa01c658dc90d71
6f8feae2076fa253c5845fac95a7f6c4d2bda8b6
/src/main/java/com/openlab/domain/AbstractAuditingEntity.java
919ee85a5d8660d0a5ed210778a3d3b5cbe1456c
[]
no_license
Couldevlop/erp-gestion
1703b0b3c25e3489c24d7d736737acd3f8328e26
d0207221feb5b69a8e229f3985ce9f77e7747187
refs/heads/main
2023-07-17T16:48:04.872662
2021-08-25T15:06:56
2021-08-25T15:06:56
399,861,499
0
0
null
2021-08-25T16:28:35
2021-08-25T15:06:28
Java
UTF-8
Java
false
false
2,164
java
package com.openlab.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import java.io.Serializable; import java.time.Instant; import javax.persistence.Column; import javax.persistence.EntityListeners; import javax.persistence.MappedSuperclass; import org.springframework.data.annotation.CreatedBy; import org.s...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
1c0c14e191a68edc78d68f9014886779da83c4cb
7016cec54fb7140fd93ed805514b74201f721ccd
/src/java/com/echothree/control/user/search/common/form/GetVendorResultsForm.java
7251d6ee93293b51fd382cc668adca37a0354afe
[ "MIT", "Apache-1.1", "Apache-2.0" ]
permissive
echothreellc/echothree
62fa6e88ef6449406d3035de7642ed92ffb2831b
bfe6152b1a40075ec65af0880dda135350a50eaf
refs/heads/master
2023-09-01T08:58:01.429249
2023-08-21T11:44:08
2023-08-21T11:44:08
154,900,256
5
1
null
null
null
null
UTF-8
Java
false
false
961
java
// -------------------------------------------------------------------------------- // Copyright 2002-2023 Echo Three, 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 // // http:/...
[ "rich@echothree.com" ]
rich@echothree.com
855c541f25429a5bbab23a723e7778bed3245e60
6cff23733e6dd7a546b570bad530ee44a518f732
/sample/src/main/java/fake/package_5/Foo147.java
c81b0b01e9554c6fde428b7c01dcf88c71458615
[ "Apache-2.0" ]
permissive
hacktons/dexing
940248a0501255cc2939eecef63b57735f811b06
e774aaa3a562514bb59634c932aa85a1578a5182
refs/heads/master
2020-09-05T05:12:52.749052
2020-04-07T07:08:42
2020-04-07T07:08:42
219,990,044
5
0
Apache-2.0
2020-04-07T07:08:43
2019-11-06T12:19:38
Java
UTF-8
Java
false
false
1,640
java
package fake.package_5; public class Foo147 { public void foo0(){ new Foo146().foo49(); } public void foo1(){ foo0(); } public void foo2(){ foo1(); } public void foo3(){ foo2(); } public void foo4(){ foo3(); } public void foo5(){ foo4(); } public void foo6(){ foo5(); } public void foo7(){ foo6(); } public void foo8(){ ...
[ "chaobinwu89@gmail.com" ]
chaobinwu89@gmail.com
6fe6f6549d9a06aae32166611768488da49d9e5d
8ec379a02be629165c97f12d75551e09279e5f97
/shop-auth/src/main/java/quick/pager/shop/configuration/OAuth2ResourceServerConfiguration.java
85b2fa1472b737c71dfb4774fbb00e9cf5ed3c9f
[ "MIT" ]
permissive
donniezhanggit/spring-cloud-shop
73c9e99c714310cb4ecbacb2f764a452b24dfefc
aeeaba1be804d7197692fa6bef8bdcaedb2302ac
refs/heads/master
2020-06-19T14:15:02.682581
2019-10-14T06:25:38
2019-10-14T06:25:38
196,739,760
0
0
MIT
2019-10-14T06:25:40
2019-07-13T15:56:03
Java
UTF-8
Java
false
false
1,003
java
package quick.pager.shop.configuration; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer; import org.springframework.security....
[ "siguiyang1992@outlook.com" ]
siguiyang1992@outlook.com
28125f4279ab7d8f2180ca89919444a37e884861
2f80a2d0e8a8323c6f5c8ce3ed1b47dbf3079a98
/Code6/src/com/bmpl/socialnetwork/users/dao/UserDAO.java
bc3bee4a9bd682f4d932dbb6418a49d9aebc71b2
[]
no_license
amitsrivastava4all/JavaBatchFeb12to2D
2012bcb13c5b6c14144d9ec19f98e8da37004b0c
245052776721f3b8383549d104218ee63d0a1eca
refs/heads/master
2021-01-25T05:56:39.899158
2017-03-17T06:59:32
2017-03-17T06:59:32
80,707,295
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.bmpl.socialnetwork.users.dao; import com.bmpl.socialnetwork.users.dto.UserDTO; /* * DAO - Data Access Object * this will contains only DB Related Stuff */ public class UserDAO { // private void prepare(){ // 5 Users (Array) // // } public boolean isAuth(UserDTO userDTO){ if(userDTO.getUserid(...
[ "amit4alljava@gmail.com" ]
amit4alljava@gmail.com
845f132eef4c39cc301d717393c43abd48834bd8
7a23950b821eb3878baa13e6331d8eea7a4f31b7
/src/main/java/com/mozu/sterling/model/category/ObjectFactory.java
807a56868ba0a6047ee1ffb7cc8816bfdb17552a
[]
no_license
Mozu/IBMSterling
992399993aa32f67fc81b7c49950c843f3db3f82
0783accef17ebd3d8889eab069269eb0fd0b5e8e
refs/heads/master
2021-01-21T19:06:34.271645
2016-05-05T19:06:54
2016-05-05T19:06:54
56,249,972
0
1
null
2016-05-05T16:45:36
2016-04-14T15:43:56
Java
UTF-8
Java
false
false
1,939
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.12....
[ "bob_hewett@L02968.corp.volusion.com" ]
bob_hewett@L02968.corp.volusion.com
4d6ea3dec06ecd31c0f6cc93c675f041449cca0f
7016cec54fb7140fd93ed805514b74201f721ccd
/ui/web/main/src/java/com/echothree/ui/web/main/action/accounting/companycontactmechanism/PartyContactMechanismRelationshipAddActionForm.java
f7cc00a71385a235bfb6f16037386931350107ff
[ "MIT", "Apache-1.1", "Apache-2.0" ]
permissive
echothreellc/echothree
62fa6e88ef6449406d3035de7642ed92ffb2831b
bfe6152b1a40075ec65af0880dda135350a50eaf
refs/heads/master
2023-09-01T08:58:01.429249
2023-08-21T11:44:08
2023-08-21T11:44:08
154,900,256
5
1
null
null
null
null
UTF-8
Java
false
false
4,240
java
// -------------------------------------------------------------------------------- // Copyright 2002-2023 Echo Three, 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 // // http:/...
[ "rich@echothree.com" ]
rich@echothree.com
5218ce3b01f033d0917ebdb2feb7ca1085fa4e96
a4dab59f78b1e4144190e471468524bcb16bd87e
/src/main/java/net/ravendb/client/documents/session/BeforeQueryEventArgs.java
566d4e2ab940c05ac35102d2a59406573b5f290e
[ "MIT" ]
permissive
ravendb/ravendb-jvm-client
eeeacb6c30de43703181d05d8a05624016f7a55e
a515a192b28a9d682d7772c36b76d5a01a2f3115
refs/heads/v5.4
2023-08-25T14:40:57.799715
2023-08-03T13:01:50
2023-08-03T13:01:50
8,926,444
13
11
MIT
2023-08-03T13:01:51
2013-03-21T10:31:56
Java
UTF-8
Java
false
false
696
java
package net.ravendb.client.documents.session; import net.ravendb.client.primitives.EventArgs; public class BeforeQueryEventArgs extends EventArgs { private final InMemoryDocumentSessionOperations session; private final IDocumentQueryCustomization queryCustomization; public BeforeQueryEventArgs(InMemoryD...
[ "marcin@ravendb.net" ]
marcin@ravendb.net
6ace56c4e9e6276017b9737118fd76d52928946d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/19/19_7a025de9c6a1b7930ad54f7a956e38430a72cdd8/ScaleLCA_Test/19_7a025de9c6a1b7930ad54f7a956e38430a72cdd8_ScaleLCA_Test_s.java
c215d1a5f6a016e1604f5921b207e56def29ffba
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,985
java
/******************************************************************************* * Copyright (c) 2002, 2008 Innoopract Informationssysteme GmbH. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this dis...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f222055b2526ef58afb508ccd68184f9d7aaa746
3fed05ac4556ea37a7ad88954f259e7752568013
/user/src/main/java/sh/platform/example/user/MemberResource.java
f37896b73b9a9f878bdd01904a381bd240c907c4
[]
no_license
danielsava/user-microservices
c517fd91516eae72454a06bc693e5183c2799ccb
c71c28cdab758f4010d83aaaa614b1eca25b238e
refs/heads/master
2023-03-05T16:44:42.257371
2021-02-12T12:36:17
2021-02-12T12:36:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,318
java
package sh.platform.example.user; import io.quarkus.panache.common.Sort; import org.jboss.resteasy.annotations.jaxrs.PathParam; import javax.enterprise.context.ApplicationScoped; import javax.transaction.Transactional; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs....
[ "otaviopolianasantana@gmail.com" ]
otaviopolianasantana@gmail.com
f95c7f1f5d93371336dc974539b6a53fb142235f
3876a56fe3703701f29a86e8d95f5fef17036b8e
/src/main/java/com/ericsson/sn/mobilefaces/renderkit/wml/GridRenderer.java
ae2e582a1666245ec87acbc4e6b6d46fb5046b8d
[]
no_license
omarbenhamid/JSF-4-Mobile
d851afaae84a7cd196819e65324bae2ff2f44777
80801ef8a9df60fa6021004874a38d74c6ddd80f
refs/heads/master
2016-09-05T19:55:09.478974
2011-09-15T14:00:18
2011-09-15T14:00:18
2,347,761
0
0
null
null
null
null
UTF-8
Java
false
false
6,086
java
/** * MobileFaces is a core library based on the JavaServer(tm) Faces (JSF) architecture for extending web applications to mobile browsing devices. * Ericsson AB - Daning Yang * * * Project info: https://mobilejsf.dev.java.net/ * * * This library is free software; you can redistribute it and/or * mod...
[ "none@none" ]
none@none
ae3ce63eeb32dac6037f0fe25a1b215fb49bd3a0
eb295bff5cf78317400eded03d3397a519f3d5ab
/src/main/java/com/adMaroc/Tecdoc/BackOffice/Repository/EngineNumberAllocationtoVehicleTypesRepository.java
180e29e62853f631f33aad443d7835fcdb243d23
[]
no_license
papsukis/Tecdoc-BE
9aeaa917f5443d542491586495ef1dcb1fbad13c
ca01c97586c84084e39ed39365c649c89493ec59
refs/heads/master
2023-06-08T10:41:50.425469
2021-06-22T15:56:53
2021-06-22T15:56:53
331,469,230
0
0
null
null
null
null
UTF-8
Java
false
false
550
java
package com.adMaroc.Tecdoc.BackOffice.Repository; import com.adMaroc.Tecdoc.BackOffice.Models.TecdocData.EngineNumberAllocationtoVehicleTypes; import com.adMaroc.Tecdoc.BackOffice.Models.TecdocData.compositeKeys.EngineNumberAllocationtoVehicleTypesId; import org.springframework.data.jpa.repository.JpaRepository; imp...
[ "ali.belemlih@gmail.com" ]
ali.belemlih@gmail.com
8c7a63ea4cae7ff1a795a1014acc4bd9495d2d69
629d3789c38b629eb93618382cdbe9245b9c38ab
/java-8/src/main/java/com/github/wesleyegberto/interfaces/DiamondProblem.java
a77df93ac277078a6eeb8b074120ded867e8bf0d
[ "Apache-2.0" ]
permissive
wesleyegberto/java-new-features
6f8476f6a99962b52de4d07ea031225e52a4bc2b
dcf8eb0327ed164e6037e2afd132808038ea4cd8
refs/heads/master
2023-09-01T12:21:53.365050
2023-08-31T01:48:52
2023-08-31T01:48:52
71,030,230
232
58
Apache-2.0
2023-06-07T19:27:58
2016-10-16T04:34:47
Java
UTF-8
Java
false
false
573
java
package com.github.wesleyegberto.interfaces; public class DiamondProblem { public static void main(String[] args) { new TooMuch().walk(); } } /* * When the interfaces that we are implementing has * the same methods signatures then we must override them. */ class TooMuch implements Father, Mother { public void...
[ "wesleyegberto@gmail.com" ]
wesleyegberto@gmail.com
2ed5780d0a8e29c49cfe6bd6c749d43f1932cd89
217d96db536ff284fc1b168bf640104f00ba1ad5
/rifidi/trunk/org.rifidi.tags/src/org/rifidi/tags/id/TagType.java
8bf511a38bbfd7db233a211df84a3e4eeac97b16
[]
no_license
TranscendsLLC/emulator
d5b94965b8ebd894707c093334c51aabf30d0075
a46c42cd2e86aafc213df7585dc923895a589446
refs/heads/master
2021-01-14T12:31:10.876450
2010-10-01T21:28:07
2010-10-01T21:28:07
43,608,652
1
1
null
null
null
null
UTF-8
Java
false
false
990
java
/** * */ package org.rifidi.tags.id; /** * FIXME: Header. * * This is the enum for the different tag types * * @author Andreas Huebner - andreas@pramari.com * */ public enum TagType{ // CustomEPC96, DoD96, GID96, SGTIN96, SSCC96; CustomEPC96() { public byte[] getRandomTagData(String prefix) { r...
[ "jochen@70ba6d20-ffbb-44b8-b480-e27427137dba" ]
jochen@70ba6d20-ffbb-44b8-b480-e27427137dba
f6bb0799942b312cf0a9e42d66ff147aedd3179d
9bb4cf7e03f137506067062a25167357d577e5bb
/wirez-sets/wirez-bpmn/wirez-bpmn-backend/src/main/java/org/wirez/bpmn/backend/marshall/json/oryx/property/DoubleTypeSerializer.java
4f6e62b8a7200c39e56b8045c3fb3429e95ff306
[]
no_license
pefernan/wirez
78840906c36e4629167b0254e11d88756b948302
537a95790b274e48e0a2d5da86956495f85376c8
refs/heads/master
2021-01-14T14:23:09.756622
2016-08-30T09:26:33
2016-08-30T09:26:33
56,070,487
0
0
null
2016-04-12T14:31:17
2016-04-12T14:31:15
null
UTF-8
Java
false
false
714
java
package org.wirez.bpmn.backend.marshall.json.oryx.property; import org.wirez.core.definition.property.PropertyType; import org.wirez.core.definition.property.type.DoubleType; import javax.enterprise.context.ApplicationScoped; @ApplicationScoped public class DoubleTypeSerializer implements Bpmn2OryxPropertySerializer...
[ "roger600@gmail.com" ]
roger600@gmail.com
ef44fe4aa141ef7c69bb87573b6148e2f22df6c8
9a289f120d61ac943a6db6ff6436f38ec3bfcdc8
/src/com/bruce/gogo/utils/DateTime.java
56225afdd6150282e9313b27df1cec57febbbc31
[]
no_license
softgo/Model1
4a954e0e413b335dd06dc2cd6f6e47d661a629af
3f53a6a1900fa6916d877a4d7b11738d3cc2b3fa
refs/heads/master
2021-01-01T06:05:13.102255
2017-04-14T09:48:34
2017-04-14T09:48:34
25,861,131
0
0
null
null
null
null
UTF-8
Java
false
false
3,213
java
package com.bruce.gogo.utils; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; /** * 一些日期处理的辅助类 * <p> * Title: * </p> * <p> * Description: * </p> * <p> * Copyright: Copyright ...
[ "supingemail@126.com" ]
supingemail@126.com
b2b18b1f607413f8241f1513a79e3a713858aae0
5e3d50af20367ced38d44ca9b83095810a4f3409
/src/main/java/be/yildiz/common/resource/Resource.java
e799423b751f2734329ba11bebbd2c06c936576d
[ "MIT" ]
permissive
ogryniuk/common-shared
f5073e82ec13e4487beb4772e42026de540b0954
59d24e7e96abc55f693a45d5dc005c5d4bfc5e1a
refs/heads/master
2021-01-18T07:43:05.183034
2017-03-08T09:42:37
2017-03-08T09:42:37
84,293,662
0
0
null
2017-03-08T07:51:43
2017-03-08T07:51:42
null
UTF-8
Java
false
false
2,157
java
/* * This file is part of the Yildiz-Engine project, licenced under the MIT License (MIT) * * Copyright (c) 2017 Grégory Van den Borre * * More infos available: https://www.yildiz-games.be * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documen...
[ "vandenborre.gregory@hotmail.fr" ]
vandenborre.gregory@hotmail.fr
988418af1bb5033c05fcfbaa8eab9348fc637b10
ee11a5b6f0e664de195565a57369598a7560fa01
/.svn/pristine/98/988418af1bb5033c05fcfbaa8eab9348fc637b10.svn-base
aca80f12747f98cdb85186000f44f647e4770f53
[]
no_license
ghguy/nbia
faf23858d1c6f7e7eb61fc69284447b26ca24342
bc99953da960e16cf38f810316b1076e65dd3e54
refs/heads/master
2020-09-21T15:15:23.896941
2015-06-26T01:00:17
2015-06-26T01:00:17
38,082,647
0
0
null
null
null
null
UTF-8
Java
false
false
3,770
/** * $Id: SendMail.java 12055 2010-02-04 17:49:39Z kascice $ * * $Log: not supported by cvs2svn $ * Revision 1.2 2008/02/20 20:51:27 lethai * Task 2267 - Change to use LDAP * * Revision 1.1 2007/08/07 12:05:12 bauerd * *** empty log message *** * * Revision 1.1 2007/08/05 21:44:38 bauerd * Initial Check in of re...
[ "you@example.com" ]
you@example.com
3eeb6131a07a857750f1d8432adb43620f562e21
98d98a4c20e9221698435bf527646a51e08babdc
/schema-to-pojo-core/src/test/java/org/sagebionetworks/schema/generator/FileHelper.java
0ea3bca9375003094ac65f2036d3c01495838199
[]
no_license
Sage-Bionetworks/schema-to-pojo
82c32f3b64a886b2ededfef71040b2763506e2f6
ef3131114b9f8ba765565d88b650e478aa7f11a1
refs/heads/develop
2022-05-03T13:08:25.607436
2022-03-31T20:15:34
2022-03-31T20:15:34
4,326,749
2
5
null
2022-03-31T20:15:35
2012-05-14T17:26:08
Java
UTF-8
Java
false
false
2,004
java
package org.sagebionetworks.schema.generator; import java.io.BufferedInputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; public class FileHelper { /** * Load static content from a file on the classpath * @param name ...
[ "john.hill@sagebase.org" ]
john.hill@sagebase.org
2208244ea8a7cb3513620de057f4b21b01cd7567
710aff979c2a4151a28757f3c1de0b77dad5df77
/dom/src/main/java/info/matchingservice/dom/Howdoido/Interfaces/CategoryRelationshipTuple.java
f77727556bc5f8c14d0ff25b390f4b609e2d63ff
[]
no_license
johandoornenbal/matching
b5500eef829e76096bd47a1fb513894a7d2c40df
d17d35d9d21dfafd335b1cfcbbb3f56ad1fceed1
refs/heads/master
2021-01-24T16:10:38.419500
2015-12-15T08:09:18
2015-12-15T08:09:18
21,899,439
0
5
null
2015-04-03T12:59:24
2014-07-16T12:19:12
Java
UTF-8
Java
false
false
831
java
/* * Copyright 2015 Yodo Int. Projects and Consultancy * * 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 applicab...
[ "johan@filternet.nl" ]
johan@filternet.nl
1c55e25e957be45bf50395e8b13b639f7388186f
a915d83d3088d355d90ba03e5b4df4987bf20a2a
/src/BFT/clientShim/ClientGlueInterface.java
41318ee705c9d13a3fd1b324f36a5745181edeee
[]
no_license
worldeditor/Aegean
164c74d961185231d8b40dbbb6f8b88dcd978d79
33a2c651e826561e685fb84c1e3848c44d2ac79f
refs/heads/master
2022-02-15T15:34:02.074428
2019-08-21T03:52:48
2019-08-21T15:37:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
// $Id: ClientGlueInterface.java 49 2010-02-26 19:33:49Z yangwang $ package BFT.clientShim; /** * Interface between the application and the BFT plug and play client. **/ public interface ClientGlueInterface { /** * Function called when the connection between the client and the * server is determined ...
[ "remzican_aksoy@apple.com" ]
remzican_aksoy@apple.com
f9fd51369b0bc0211c00f529411fde36f2f12603
f82113b498d6b80541378753044381cf918bd547
/ PhilosophyJava/Сhapter 1-2/Ch-7/src/Holder3.java
9966d272489e83b476fd67af6c45386118857de2
[]
no_license
TheForest13/Lessons
fd389702e24e18ca59ae59f4c128fc906ef8bd8f
739f9e9ba61817378b5834fe56b360ba10192f46
refs/heads/master
2023-02-08T14:15:06.536674
2021-01-03T18:33:28
2021-01-03T18:33:28
326,474,463
0
0
null
null
null
null
UTF-8
Java
false
false
502
java
public class Holder3<T> { private T a; public Holder3(T a) { this.a = a; } public void set(T a) { this.a = a; } public T get() { return a; } public static void main(String[] args) { Holder3<Automobile> h3 = new Holder3<Automobile>(new Automobile()); Automobile a = h3.get...
[ "guselnikow1999@gmail.com" ]
guselnikow1999@gmail.com
23b1538be52fa3a13dd30d5dfc1b6b581e1a879e
4f4fb8e089b11dd9dcaf2334f23a13c6b2a24ef9
/src/main/java/com/clownfish7/concurrency/part2/singleton/SingletonObjectLazy.java
f5355c46c6ed51254404b7c9679df30fb7e22587
[]
no_license
clownfish7/java-concurrency
104cb99a6825677dd79e49ff8e53ae66feaac290
8ec9263b6d9cbcc3e4ee9ffe4d5fbf6864e53abc
refs/heads/master
2022-06-08T15:29:20.388548
2020-05-05T13:00:19
2020-05-05T13:00:19
258,818,097
0
0
null
null
null
null
UTF-8
Java
false
false
544
java
package com.clownfish7.concurrency.part2.singleton; /** * @author You * @create 2020-05-01 12:44 */ public class SingletonObjectLazy { public static volatile SingletonObjectLazy INSTENCE; private SingletonObjectLazy() { // empty } public SingletonObjectLazy getInstence() { if (INS...
[ "279505647@qq.com" ]
279505647@qq.com
65f079a185e3de09e21085de99b17efc4541f9c4
784017131b5eadffd3bec254f9304225e648d3a3
/app/src/main/java/com/google/android/gms/common/zzc.java
3038e1e0b2a6d60a2aa149e26f43ae6f5b63fa56
[]
no_license
Nienter/kdshif
e6126b3316f4b6e15a7dc6a67253f5729515fb4c
4d65454bb331e4439ed948891aa0173655d66934
refs/heads/master
2022-12-03T19:57:04.981078
2020-08-06T11:28:14
2020-08-06T11:28:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,483
java
package com.google.android.gms.common; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.support.annotation.Nullable; import android.text.TextUtils; import com.google.android.gms.common.internal.zzp; import com.goog...
[ "niu@eptonic.com" ]
niu@eptonic.com
cd885173ab8bcdaed4920e34ca7e01e827f92d64
86ba5bc2010a0c044c84b68658cc15606152fc4d
/v-customview/src/main/java/com/vension/customview/indexable_layout/IndexBar.java
d2ac8194eafe0f01026504cfe3d047fc7f8fe709
[ "Apache-2.0" ]
permissive
Vension/KV-Frame
8e8433b85f62c5768549358db6d988033f5c2f3e
878f17d8ab80f61437adc770015ec72b27279b3b
refs/heads/master
2021-04-18T18:38:31.284240
2018-05-23T02:35:29
2018-05-23T02:35:29
126,779,607
8
1
null
null
null
null
UTF-8
Java
false
false
6,404
java
package com.vension.customview.indexable_layout; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.drawable.Drawable; import android.os.Build; import android.text.TextUtils; import android.util.TypedValue; import android.view.View; import com.vensio...
[ "hqw@kewaimiao.com" ]
hqw@kewaimiao.com
8f8d86ba822129a5ce7b944775172e8aa17640fc
a63d261c59ac4e66e20313a8837f22fac3cd0855
/src/cn/edu/xmu/servlet/Sec_DeleteImportantStudy.java
1eeb39b02a9208fd22c7742cab52ae5ea373a6b1
[]
no_license
Guosmilesmile/iqa
9a7d54a3192b0e4634b9a0f268c106b9cbf1f07d
db7935120911396818146eeadb1ac4da095e0ffb
refs/heads/master
2021-01-20T17:46:31.076475
2016-08-21T08:46:25
2016-08-21T08:46:25
65,795,465
0
0
null
null
null
null
UTF-8
Java
false
false
1,873
java
package cn.edu.xmu.servlet; import java.io.IOException; import java.io.PrintWriter; import java.sql.SQLException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServle...
[ "511955993@qq.com" ]
511955993@qq.com
8c1f1bd48f9446c1004f0ff4f9381888ea911acf
56e87f1d1ea499318c5fcdb4594f0efd9cfceebb
/repository/src/main/java/oasis/names/tc/emergency/EDXL/TEP/_1/ExtensionType.java
ad4a09237a2aa4ad969a0d3e89dc7f30fd0f099a
[]
no_license
vergetid/impress
7da9353b65bc324bb58c6694747925ab92bac104
dd207cabeff4af8449245d96d276ceb7a71ba14d
refs/heads/master
2020-05-21T12:34:54.412796
2017-06-20T13:28:14
2017-06-20T13:28:14
55,222,896
0
0
null
2017-03-31T13:00:22
2016-04-01T10:06:44
Java
UTF-8
Java
false
false
3,735
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: 2016.04....
[ "vergetid@ubitech.eu" ]
vergetid@ubitech.eu
23d2c7f346d7dd1c10400585e66226e5a2dead28
132ef19f6dbfd8dcb2c0680421b53a4182c96b7e
/工具/Picturepark.SDK.Playground-master/Picturepark.SDK.Playground-master/playground/java-client/src/main/java/io/swagger/client/model/TemplateBase.java
1671968ef0fea1173f4314bf61fc2a34382990d8
[]
no_license
weedkiller/CommonPlatform2
0f6ea0cf4055cb67fdfcab0a024acf9631bf483a
eb5114a6ea019b98b3a5e41f38ba3621c4da43d0
refs/heads/master
2023-02-24T14:56:35.260089
2019-05-31T08:16:31
2019-05-31T08:16:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,183
java
/* * Web API Swagger specification * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do n...
[ "a6818162@163.com" ]
a6818162@163.com
998d59eb4db26a4ffebbb01df6a2e738daa0655a
de58fee2d49827f14b1845ba631a1c73ae915d9f
/src/main/java/es/upm/disnet/pubmed/parser/DiseaseOntologyOBOParser.java
9fd3efa153f29cea37822031d0c76e6fbe5f9f38
[]
no_license
pantapps/pubmed_text_extraction_rest
a9f639d639e6b5fb02170c3ccc64b0dfab11c085
169498cf89c30642ab55a16324d6438771f00ac9
refs/heads/master
2021-09-10T03:10:32.878297
2018-03-20T16:29:11
2018-03-20T16:29:11
126,084,180
0
0
null
2018-03-20T21:22:47
2018-03-20T21:22:47
null
UTF-8
Java
false
false
1,097
java
/* * Copyright (c) 2018. Eduardo P. Garcia del Valle. * * If other author is present on the file, the copyrights are shared or of the mentioned author. * * Unless required by applicable law or agreed to in writing, software is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either...
[ "gerardolagar@ctb.upm.es" ]
gerardolagar@ctb.upm.es
b3015491cb2f55de399187eb10f3e51d4c37404a
6e0fe0c6b38e4647172259d6c65c2e2c829cdbc5
/modules/base/lang-impl/src/main/java/com/intellij/psi/stubs/SerializedStubTreeDataExternalizer.java
9eeb503a0b8fb3f165cf19736a83e325efab9b7f
[ "Apache-2.0", "LicenseRef-scancode-jgraph" ]
permissive
TCROC/consulo
3f9a6df84e0fbf2b6211457b8a5f5857303b3fa6
cda24a03912102f916dc06ffce052892a83dd5a7
refs/heads/master
2023-01-30T13:19:04.216407
2020-12-06T16:57:00
2020-12-06T16:57:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,977
java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.psi.stubs; import com.intellij.util.ArrayUtil; import com.intellij.util.CompressionUtil; import com.intellij.util.io.DataExternalizer; import com.intellij.ut...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
c82a839b5f5d1b9214b761ad04de0eb22102064b
80129960b2a7fd197f318a5de8a338b6fb043329
/gamll_collector/src/main/java/com/amazon/bean/AppFavorites.java
c8444d50a04e4a293def78dfd14a46a898f021c8
[]
no_license
Joe-round/gmall
0f73204b688ba3b6acff60fcfaff07cda8ceab69
42406cdf07476a35ffb0188a25f584b11c976386
refs/heads/master
2022-06-28T21:11:05.316309
2019-11-30T01:27:05
2019-11-30T01:27:05
224,811,274
0
0
null
2022-06-17T02:44:09
2019-11-29T08:33:11
Java
UTF-8
Java
false
false
802
java
package com.amazon.bean; /** * @author zwq * @date 2019/11/4 11:31 */ public class AppFavorites { private int id;//主键 private int course_id;//商品id private int userid;//用户ID private String add_time;//创建时间 public int getId() { return id; } public void setId(int id) { this...
[ "l" ]
l
cd0c2c84d7980b5e153bb2e2b3de8ffb91e85e80
da0437ec50f5b58759118e02ae8e66e1e820a7a2
/src/org/darion/algorithms/list/LinkedListMain.java
8ca73a121ba75bfb2e86c6d2d39ab8fb77c81434
[]
no_license
darionyaphet/algorithms
e37f71d62f0d63001be885d3bed6d425f3a0b421
3171efc02b6a987acc2e82389ecb5b80793a52db
refs/heads/master
2020-05-21T03:24:11.097619
2018-10-08T15:32:42
2018-10-08T15:32:42
25,767,225
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package org.darion.algorithms.list; public class LinkedListMain { public static void main(String[] args) { LinkedList list = new LinkedList(5); list.add("0"); list.add("1"); list.add("2"); list.add("3"); list.add("4"); list.add("5"); list.add("6"); list.add("7"); list.add("8"); list.add("9"); ...
[ "darion.yaphet@gmail.com" ]
darion.yaphet@gmail.com
d19b68579659e73de70521617c69c83e29a86f6f
dbf70b8d061d33cca63047c1a98cdb52430c58cb
/Source/movieMaker/SoundSample.java
8ba325e025eb8a17e6d3c94f27b0178c2b518740
[]
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
1,923
java
package movieMaker; import edu.cmu.cs.stage3.lang.Messages; /** * Class that represents a sample of a sound. It knows what sound object * it comes from and knows what frame number this sample is in the sound * object. * * Copyright Georgia Institute of Technology 2004 * @author Barb Ericson ericson@cc.gatech...
[ "peter.sunderland@usma.edu" ]
peter.sunderland@usma.edu
953961ac0950689166c60586e71d2d4ec436b419
27ead3f923583383203e495cf56622a5013444a3
/basex-core/src/main/java/org/basex/query/func/fn/FnDocumentUri.java
d0497a8ed7772541546e79f3f29cd372f48c2e4f
[ "BSD-3-Clause" ]
permissive
StSchuler/basex
76453d41fdb8e2a6440356a36a55520015a8069d
7659e0a2eb9be35fa27fb1e33247b622a0a286a3
refs/heads/master
2020-12-25T04:07:39.499586
2014-11-04T01:33:37
2014-11-04T01:33:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,069
java
package org.basex.query.func.fn; import org.basex.core.*; import org.basex.query.*; import org.basex.query.func.*; import org.basex.query.util.*; import org.basex.query.value.item.*; import org.basex.query.value.node.*; import org.basex.query.value.type.*; import org.basex.util.*; /** * Function implementation. * ...
[ "christian.gruen@gmail.com" ]
christian.gruen@gmail.com
61ef8a9ca8d318f63bdf1194ba11fc94079301ed
c13da44fd0627df92d8c17b8cc248bb05ce5e8af
/src/main/java/database/model/DBEvent.java
4a38620e40e10b6fbf97ed1b0a0af63e040c4892
[ "Apache-2.0" ]
permissive
AdamStuart/appFX
a411929b3f2249205b0a7a862bc594b24f63ecf4
3e87cea537cb777ccaad312a31a1be916482e24e
refs/heads/master2
2021-01-24T06:47:20.363628
2017-05-16T18:27:31
2017-05-16T18:27:31
43,520,600
2
2
null
2016-06-07T21:49:58
2015-10-01T20:55:19
Java
UTF-8
Java
false
false
1,653
java
package database.model; import gui.Forms; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.collections.ObservableMap; import javafx.scene.layout.HBox; import javafx.scene.layout.Region; import javafx.scene.layout.VBox; import task.IDBTable; import util.DBUtil; public cl...
[ "adamtreister@gmail.com" ]
adamtreister@gmail.com
e3a4e8741034c5ac972a63aa0f2c27225ee609f8
80403ec5838e300c53fcb96aeb84d409bdce1c0c
/server/modules/announcements/src/org/labkey/announcements/config/MessageConfigServiceImpl.java
d2a1e6d77e89d2ce0bdb102c9df54d3aadfdcb65
[]
no_license
scchess/LabKey
7e073656ea494026b0020ad7f9d9179f03d87b41
ce5f7a903c78c0d480002f738bccdbef97d6aeb9
refs/heads/master
2021-09-17T10:49:48.147439
2018-03-22T13:01:41
2018-03-22T13:01:41
126,447,224
0
1
null
null
null
null
UTF-8
Java
false
false
3,167
java
/* * Copyright (c) 2011-2017 LabKey Corporation * * 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...
[ "klum@labkey.com" ]
klum@labkey.com
c4821cbe9462a7b80a94b0a050de323839b612a1
d297e221e8ca16ff154a405ba215e8dda1a734a7
/Day07_Basic/src/test/main/MainClass09.java
db282b4b93aefdaab99d311de6fa44cff2241440
[]
no_license
zahir7/JavaSE
faaede565d3c1bbc5121e8901228e6be558bd449
ace92bc3751be9fef2a593291fae9f5657d3e681
refs/heads/master
2022-01-18T02:30:45.815616
2019-06-13T14:55:37
2019-06-13T14:55:37
79,884,974
0
0
null
null
null
null
UHC
Java
false
false
667
java
package test.main; public class MainClass09 { public static void main(String[] args) { //final 상수 정의 하기 final int FIST=0; final int SWORD=1; final int GUN=2; //무기를 종류를 저장할 변수 선언하고 값 대입하기 int weapon=FIST; //처음 사용할 무기 지정하기 //저장된 무기의 종류에 따라서 다른 동작을 하게 하기 위해서 switch(weapon){ case FIST : ...
[ "zahir7@naver.com" ]
zahir7@naver.com
64ad0ede198a2af227865f79e6f9d35067fe176a
42ed12696748a102487c2f951832b77740a6b70d
/Mage.Sets/src/mage/sets/lorwyn/SqueakingPieSneak.java
f8b9f447e64dae7c3a8f40778efdbdfb95aafccd
[]
no_license
p3trichor/mage
fcb354a8fc791be4713e96e4722617af86bd3865
5373076a7e9c2bdabdabc19ffd69a8a567f2188a
refs/heads/master
2021-01-16T20:21:52.382334
2013-05-09T21:13:25
2013-05-09T21:13:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,479
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...
[ "ludwig.hirth@online.de" ]
ludwig.hirth@online.de
d99e59e64f8b1d086c71a5d72c7339211aacf7ee
995f73d30450a6dce6bc7145d89344b4ad6e0622
/Honor5C-7.0/src/main/java/com/tencent/qqimagecompare/QQImageBitmapLoader.java
9f8101e62e9f8022c177b7f9e29df22da6028be2
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
689
java
package com.tencent.qqimagecompare; /* compiled from: Unknown */ public class QQImageBitmapLoader { private static native long DecodeJpegFileSubImage1s6iC(String str, int i, int i2, int i3, int i4, int i5, int i6); public static QQImageBitmap loadBitmapSubImage(String str, int i, int i2, int i3, int i4, QQIma...
[ "dstmath@163.com" ]
dstmath@163.com
0f32315271d7cccde06cf13cf22ec79c6fed090f
5ec087de3ff7ff2e25f9d3fd3565e7801a6246c1
/src/main/java/net/iotgw/mail/imap/protocol/ID.java
91afc95333b1dbdff68bf5c42647db1ab2c94d94
[ "Apache-2.0" ]
permissive
xjavamail/javamail
e5c4356fd45c4490345f711f79ebbd774fabbee7
712aa78c8a260983017608fffb6c0c72cbba3836
refs/heads/main
2023-08-08T01:54:11.205935
2021-09-13T12:10:30
2021-09-13T12:10:30
312,495,376
0
0
null
null
null
null
UTF-8
Java
false
false
3,992
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
[ "seven.stone.2012@gmail.com" ]
seven.stone.2012@gmail.com
74b5a1308fdf5032b573c9ae74ebf9200094dc4d
4131625553ff59b4c730ae7148dd5d603d8cb87d
/pluralSight/javaFundamentalsGenerics/com/monotonic/generics/_5_wildcards/unbounded/UnboundedUsage.java
82ce01a28a7229ad3a7d6a8e41d12b03452d8a9b
[ "MIT", "Apache-2.0" ]
permissive
odonnmi/learnNPractice
29034304303aab3827e6b3334b1d7d9d65b93e54
eb1c775e4d6e35cebb7b109b46b91f9aecb2d9ec
refs/heads/master
2020-12-04T14:52:00.520219
2019-09-03T06:30:03
2019-09-03T06:30:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
570
java
package com.monotonic.generics._5_wildcards.unbounded; import java.util.ArrayList; import java.util.List; import com.monotonic.generics._5_wildcards.bounded.Person; public class UnboundedUsage { public static void main(String[] args) throws ClassNotFoundException{ List<Object> objects = new ArrayList<>(); o...
[ "sagarnikam123@gmail.com" ]
sagarnikam123@gmail.com
09a743ae9a248e3178a87d00c953afb4bb3c0cf1
2613bdf3410bdf59ae7d9f2d1e78c53114b57f06
/09. Web Spring Framework/spring_web9/src/kr/co/test/web/control/LogInController.java
b34f4fa91fce830618d63f526e1aafa9fcf09de0
[]
no_license
dely2p/2016
7647012db5d2dd208e6e74f276e0e896d3fb47a6
bcbcebf8af26efcf5fa076234744e518e769894c
refs/heads/master
2020-05-21T20:52:07.048971
2016-09-29T08:16:35
2016-09-29T08:16:35
63,388,473
0
0
null
null
null
null
UTF-8
Java
false
false
619
java
package kr.co.test.web.control; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; import kr.co.test.web.dto.MemberDTO; @Controller public ...
[ "lhyal2p@gmail.com" ]
lhyal2p@gmail.com
8d02ce293b162e65b8df2e3cd2cc7bd92840d790
3d0bc884dcd82c8cf4ef99b7cf9ac35b2d634f72
/app/src/main/java/com/muhaiminur/shohozmovie/viewmodel/MovielistPageViewModel.java
f27618b145c26898b230ed36a403d4b448ef40b0
[]
no_license
Muhaiminur/SHOHOZ
5f65cf7b42664f163cbb07cb52e27f933a6940db
e8adb1f14fee29c26a7704bd62618064263bd104
refs/heads/main
2023-06-25T03:30:02.924833
2021-07-27T23:32:21
2021-07-27T23:32:21
390,155,778
0
0
null
null
null
null
UTF-8
Java
false
false
1,117
java
package com.muhaiminur.shohozmovie.viewmodel; import android.app.Application; import androidx.annotation.NonNull; import androidx.lifecycle.AndroidViewModel; import androidx.lifecycle.LiveData; import com.muhaiminur.shohozmovie.data.Genres; import com.muhaiminur.shohozmovie.data.Movie; import com.muhaiminur.shohozmo...
[ "muhaiminurabir@gmail.com" ]
muhaiminurabir@gmail.com
a03e19da25379851868aae239db5963be37e0d4a
cea3fe1ae551bf2f81b431876d15563d6347119b
/case 算法/common/src/main/java/com/gang/algorithm/demo/search/Num_233_NumberofDigitOne.java
d4f94180da767d949c30e9cdd0437acbdfea4e28
[]
no_license
black-ant/case
2e33cbd74b559924d3a53092a8b070edea4d143d
589598bb41398b330bc29b2ca61757296b55b579
refs/heads/master
2023-07-31T23:22:51.168312
2022-07-24T06:15:53
2022-07-24T06:15:53
137,761,384
86
26
null
2023-07-17T01:03:21
2018-06-18T14:22:01
Java
UTF-8
Java
false
false
807
java
package com.gang.algorithm.demo.search; import com.gang.algorithm.demo.service.AbstractAlgorithmService; /** * @Classname Num_233_NumberofDigitOne * @Description TODO * @Date 2021/8/20 * @Created by zengzg */ public class Num_233_NumberofDigitOne extends AbstractAlgorithmService { public static void main(St...
[ "1016930479@qq.com" ]
1016930479@qq.com
ad6e9b4dac5d2da8f48e1c7178210caabd5841c9
b59a518d8bf03443668552f5b24a2950e96816a7
/src/apps/gu-prj/src/metamodel/java/com/xukaiqiang/gu/orm/entity/CuResS_.java
0940d4d3f4e9a06c0079e10c9d451836e55c3eb2
[]
no_license
jjmnbv/guitar
94ecbfca238580e6916ad6bd6c6d0ebc4407f6ae
36a668c814356e8343c6f0a451bec645ec41c112
refs/heads/master
2021-06-23T10:33:43.654118
2017-07-21T09:09:48
2017-07-21T09:09:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,227
java
package com.xukaiqiang.gu.orm.entity; import com.xukaiqiang.gu.orm.dialect.AbstractCuResS_; import javax.annotation.Generated; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; @Generated(value="Dali", date="2017-07-09T02:13:11.180+0800") @StaticMetamodel(CuResS...
[ "994028591@qq.com" ]
994028591@qq.com
0b68a09b0b514ab3a9b7e4ce0e056faccda2f47c
19e7d0b42d83793475558b24182160a569f272db
/modules/jooby-redoc/src/test/java/io/jooby/redoc/RedocResourceTest.java
ab6a89da97b9d41a4747b384ed123de8f5d20683
[ "Apache-2.0" ]
permissive
husayt/jooby
31a2ab5bbad1195beb7788962c6fd27516efbf41
526dadc3aad01c3b0385530a6b3d57d8bf41c341
refs/heads/2.x
2022-06-02T07:42:46.782877
2020-04-30T16:26:17
2020-04-30T16:26:17
260,260,848
0
0
Apache-2.0
2020-04-30T16:26:18
2020-04-30T16:22:14
null
UTF-8
Java
false
false
800
java
package io.jooby.redoc; import org.apache.commons.io.IOUtils; import org.junit.jupiter.api.Test; import java.io.IOException; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; public class RedocResourceTest { @Test public void shouldCheckInde...
[ "espina.edgar@gmail.com" ]
espina.edgar@gmail.com
cdfbca692ba4dc8a5408e909f98a030107b2b638
c06c1159ccb3720fa059cbcdf1cd517baa4602cb
/jsf-login-servlet-filter/src/test/java/com/codenotfound/primefaces/view/WebDriverTest.java
35d3e6b29d124bd8a84d8128ab94ea5b45aef6ed
[ "MIT" ]
permissive
Betlista/jsf-primefaces
cac7a546c71dad9d21fe5f5619953964bf2c554e
ef0db6f5a9715e502446fb97c27c535d5366d2c3
refs/heads/master
2020-12-01T13:43:53.911738
2019-12-28T18:54:11
2019-12-28T18:54:43
230,645,864
0
0
MIT
2019-12-28T18:13:35
2019-12-28T18:13:35
null
UTF-8
Java
false
false
633
java
package com.codenotfound.primefaces.view; import java.util.concurrent.TimeUnit; import org.junit.After; import org.junit.AfterClass; import org.junit.BeforeClass; import org.openqa.selenium.WebDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver; public class WebDriverTest { protected static WebDriver drive...
[ "codenotfound.com@gmail.com" ]
codenotfound.com@gmail.com
33713ddf7accfb92167c328077f9850d4e0ffd76
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_f4122a78268b7b2dfb91eb91a81bdf383c4555bc/JamendoApp/2_f4122a78268b7b2dfb91eb91a81bdf383c4555bc_JamendoApp_s.java
64d4cb441f246586ec950425072fc4e19f9d0fb9
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,473
java
/*- * Copyright (C) 2009 Google 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 l...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
cd68bb0d6771fd5d9974dd89c64fbf051c721665
6be39fc2c882d0b9269f1530e0650fd3717df493
/weixin反编译/sources/com/tencent/mm/protocal/c/bcm.java
3849b7bde575f3f9d5d5cf72a4268c2b0b00bfdd
[]
no_license
sir-deng/res
f1819af90b366e8326bf23d1b2f1074dfe33848f
3cf9b044e1f4744350e5e89648d27247c9dc9877
refs/heads/master
2022-06-11T21:54:36.725180
2020-05-07T06:03:23
2020-05-07T06:03:23
155,177,067
5
0
null
null
null
null
UTF-8
Java
false
false
3,096
java
package com.tencent.mm.protocal.c; import com.tencent.mm.bp.a; import e.a.a.b; import java.util.LinkedList; public final class bcm extends a { public blt wPn; public bet wPo; protected final int a(int i, Object... objArr) { int fW; if (i == 0) { e.a.a.c.a aVar = (e.a.a.c.a) ob...
[ "denghailong@vargo.com.cn" ]
denghailong@vargo.com.cn
4e1e56af3981dbab3c79aa6ecc991989c117ef55
5ac8e0a285dc63f5fe4d1e44ad6f756a7fb016c8
/servlet-app/src/com/techlab/controller/SetCookieController.java
7bf0f60cd959b8a8d808f1a2cf641b17394fba16
[]
no_license
deepak-misal/servlet
0a70e6bd5c794672e3d74c76dc12b827c14036da
8173cb196377327c4228446a86fd9b579c2c0466
refs/heads/master
2023-07-06T14:14:26.842326
2021-08-07T07:43:07
2021-08-07T07:43:07
393,615,209
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
package com.techlab.controller; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Ht...
[ "deepak.misal2350@gmail.com" ]
deepak.misal2350@gmail.com
aa69badc51e9372433c5b97deaad10c664fbcc9a
0e06e096a9f95ab094b8078ea2cd310759af008b
/classes17-dex2jar/com/google/android/gms/auth/api/signin/internal/zzk.java
c523bd3ffbe03c58a8e7cdd748565c2941f08049
[]
no_license
Manifold0/adcom_decompile
4bc2907a057c73703cf141dc0749ed4c014ebe55
fce3d59b59480abe91f90ba05b0df4eaadd849f7
refs/heads/master
2020-05-21T02:01:59.787840
2019-05-10T00:36:27
2019-05-10T00:36:27
185,856,424
1
2
null
2019-05-10T00:36:28
2019-05-09T19:04:28
Java
UTF-8
Java
false
false
475
java
// // Decompiled by Procyon v0.5.34 // package com.google.android.gms.auth.api.signin.internal; import android.os.RemoteException; import com.google.android.gms.common.api.Api$AnyClient; import com.google.android.gms.common.api.Result; import com.google.android.gms.common.api.GoogleApiClient; import com.google.andr...
[ "querky1231@gmail.com" ]
querky1231@gmail.com
f7942688ba3f66626f897a9ee529e18ee98c8e6e
590cebae4483121569983808da1f91563254efed
/Router/schemas-src/eps-fts-schemas/src/main/java/ru/acs/fts/schemas/album/certificatetitlevessel/ShipownerType.java
65e3ac06a852bebc246dcf200b780ac9a675f7c4
[]
no_license
ke-kontur/eps
8b00f9c7a5f92edeaac2f04146bf0676a3a78e27
7f0580cd82022d36d99fb846c4025e5950b0c103
refs/heads/master
2020-05-16T23:53:03.163443
2014-11-26T07:00:34
2014-11-26T07:01:51
null
0
0
null
null
null
null
WINDOWS-1251
Java
false
false
1,296
java
package ru.acs.fts.schemas.album.certificatetitlevessel; import ru.acs.fts.schemas.album.commonaggregatetypescust.AddressType; import ru.acs.fts.schemas.album.commonaggregatetypescust.OrganizationBaseType; /** * Сведения о судовладельце */ public class ShipownerType extends OrganizationBaseType { private Addr...
[ "m@brel.me" ]
m@brel.me
a457fe7c463ab96042d4c6da8a39035779329651
c15b74e50f249df767047dcb2564faf6b8166c51
/src/main/java/com/xwy/mashibing/juc/c_004/T.java
dc6a4716140eca012e9d5bd1f3f956b103c38329
[]
no_license
never123450/thread
09c469e97ea1e81d1fdec96bd0784808982540ca
d5727a1643de3a10130166b3b396bac0d294ca63
refs/heads/master
2022-07-22T20:06:05.124971
2022-07-21T02:33:41
2022-07-21T02:33:41
204,009,094
0
0
null
2022-07-11T21:09:34
2019-08-23T13:57:56
Java
UTF-8
Java
false
false
532
java
/** * synchronized�ؼ��� * ��ij��������� * @author mashibing */ package com.xwy.mashibing.juc.c_004; public class T { private static int count = 10; public synchronized static void m() { //�����ͬ��synchronized(FineCoarseLock.class) count--; System.out.println(Thread.currentThread().getName() + " count = " ...
[ "845619585@qq.com" ]
845619585@qq.com
8b6b849689d2dc53b8677bd0d3099e6ff9496b4d
09e03ba73062c62c1d3389cdecb94f68430cd82d
/storage/common/src/main/java/org/artifactory/storage/fs/repo/StoringRepo.java
437937b65aa86a01a75ac50d44cab902039f2a7f
[ "Apache-2.0" ]
permissive
alancnet/artifactory
1ee6183301b581e60f67691d7fa025b0fb44b118
7ac3ea76471a00543eaf60e82b554d8edd894c0f
refs/heads/master
2021-01-10T14:58:53.769805
2015-10-07T16:46:14
2015-10-07T16:46:14
43,829,862
3
6
null
2016-03-09T18:30:58
2015-10-07T16:38:51
Java
UTF-8
Java
false
false
1,840
java
/* * Artifactory is a binaries repository manager. * Copyright (C) 2012 JFrog Ltd. * * Artifactory is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your o...
[ "github@alanc.net" ]
github@alanc.net