hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
1 value
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
5
1.02k
max_stars_repo_name
stringlengths
4
126
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
list
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
5
1.02k
max_issues_repo_name
stringlengths
4
114
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
list
max_issues_count
float64
1
92.2k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
5
1.02k
max_forks_repo_name
stringlengths
4
136
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
list
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
avg_line_length
float64
2.55
99.9
max_line_length
int64
3
1k
alphanum_fraction
float64
0.25
1
index
int64
0
1M
content
stringlengths
3
1.05M
3e048ae7ea20112fa8675ea722660f2471f3e0ea
789
java
Java
src/Akcija.java
wolwemaan/draw
83bb12faf38a989be172bf5a428393c5c8589219
[ "MIT" ]
null
null
null
src/Akcija.java
wolwemaan/draw
83bb12faf38a989be172bf5a428393c5c8589219
[ "MIT" ]
null
null
null
src/Akcija.java
wolwemaan/draw
83bb12faf38a989be172bf5a428393c5c8589219
[ "MIT" ]
null
null
null
17.931818
52
0.584284
1,913
import java.util.Arrays; import java.util.Collections; import java.util.Scanner; public class Akcija { static int maxGroup = 3; public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = Integer.valueOf(sc.nextLine()).intValue(); System.out.println("n=" + n); int ctr = -1; In...
3e048b12ed32fa2b15987841985a3fe3c71b2da4
275
java
Java
src/main/java/com/eduardoreis/pontointeligente/api/services/EmpresaService.java
eduardore1s/ponto-inteligente-api
42af1a0be9244e1bfc102a1aadd476187dda5f8c
[ "MIT" ]
null
null
null
src/main/java/com/eduardoreis/pontointeligente/api/services/EmpresaService.java
eduardore1s/ponto-inteligente-api
42af1a0be9244e1bfc102a1aadd476187dda5f8c
[ "MIT" ]
null
null
null
src/main/java/com/eduardoreis/pontointeligente/api/services/EmpresaService.java
eduardore1s/ponto-inteligente-api
42af1a0be9244e1bfc102a1aadd476187dda5f8c
[ "MIT" ]
null
null
null
21.153846
61
0.803636
1,914
package com.eduardoreis.pontointeligente.api.services; import com.eduardoreis.pontointeligente.api.entities.Empresa; import java.util.Optional; public interface EmpresaService { Optional<Empresa> buscarPorCnpj(String cnpj); Empresa persistir(Empresa empresa); }
3e048c2ef737f87618baacf63e1f26cbba93d37a
2,438
java
Java
dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/layout/JsonFormatterTest.java
contextshuffling/dropwizard
a3a2896bee16d93c9ae23df9b64f2e468703f9b5
[ "Apache-2.0" ]
null
null
null
dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/layout/JsonFormatterTest.java
contextshuffling/dropwizard
a3a2896bee16d93c9ae23df9b64f2e468703f9b5
[ "Apache-2.0" ]
null
null
null
dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/layout/JsonFormatterTest.java
contextshuffling/dropwizard
a3a2896bee16d93c9ae23df9b64f2e468703f9b5
[ "Apache-2.0" ]
null
null
null
39.322581
130
0.657096
1,915
package io.dropwizard.logging.json.layout; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import io.dropwizard.jackson.Jackson; import io.dropwizard.util.Maps; import org.junit.jupiter.api.Test; import java.io.IOException; import java.util.Arrays; import java.util....
3e048c2f8cbc7a2cc4889b5b57af98db4e549d0f
662
java
Java
src/main/java/org/stellar/sdk/responses/effects/TrustlineDeauthorizedEffectResponse.java
ardevd/java-stellar-sdk
36c862de9e310fa5f22f909dad8da5ed11e04b9b
[ "Apache-2.0" ]
null
null
null
src/main/java/org/stellar/sdk/responses/effects/TrustlineDeauthorizedEffectResponse.java
ardevd/java-stellar-sdk
36c862de9e310fa5f22f909dad8da5ed11e04b9b
[ "Apache-2.0" ]
null
null
null
src/main/java/org/stellar/sdk/responses/effects/TrustlineDeauthorizedEffectResponse.java
ardevd/java-stellar-sdk
36c862de9e310fa5f22f909dad8da5ed11e04b9b
[ "Apache-2.0" ]
null
null
null
41.375
133
0.791541
1,916
package org.stellar.sdk.responses.effects; /** * @deprecated As of release 0.24.0, replaced by {@link TrustlineFlagsUpdatedEffectResponse} * * Represents trustline_deauthorized effect response. * @see <a href="https://www.stellar.org/developers/horizon/reference/resources/effect.html" target="_blank">Effect docume...
3e048cb7423f3685ac75ac50fe180a802f554e5a
4,773
java
Java
app/src/main/java/br/com/mobiclub/quantoprima/ui/adapter/notification/NotifyLocationListAdapter.java
LuisMesquita/android-quantoprima
a6e6227696952999c08831b562ba1efc13da4143
[ "Apache-2.0" ]
null
null
null
app/src/main/java/br/com/mobiclub/quantoprima/ui/adapter/notification/NotifyLocationListAdapter.java
LuisMesquita/android-quantoprima
a6e6227696952999c08831b562ba1efc13da4143
[ "Apache-2.0" ]
null
null
null
app/src/main/java/br/com/mobiclub/quantoprima/ui/adapter/notification/NotifyLocationListAdapter.java
LuisMesquita/android-quantoprima
a6e6227696952999c08831b562ba1efc13da4143
[ "Apache-2.0" ]
null
null
null
37.582677
97
0.651791
1,917
package br.com.mobiclub.quantoprima.ui.adapter.notification; import android.content.res.Resources; import android.os.Build; import android.view.LayoutInflater; import android.widget.CompoundButton; import android.widget.ImageView; import com.github.kevinsawicki.wishlist.SingleTypeAdapter; import java.util.List; imp...
3e048d6152be91c383de6684ca886e4542656fb2
462
java
Java
modules/core/src/main/java/io/smsc/config/Oracle10gDialectExtended.java
bulktrade/smsc
33dfffc2f840ba3aa98343f9ac6f6b2fc7a7e4b6
[ "Apache-2.0" ]
58
2016-01-16T04:09:49.000Z
2022-03-16T05:27:24.000Z
modules/core/src/main/java/io/smsc/config/Oracle10gDialectExtended.java
bulktrade/smsc
33dfffc2f840ba3aa98343f9ac6f6b2fc7a7e4b6
[ "Apache-2.0" ]
61
2016-11-01T10:42:06.000Z
2021-08-19T07:49:49.000Z
modules/core/src/main/java/io/smsc/config/Oracle10gDialectExtended.java
bulktrade/smsc
33dfffc2f840ba3aa98343f9ac6f6b2fc7a7e4b6
[ "Apache-2.0" ]
29
2016-02-19T21:52:20.000Z
2022-02-01T18:06:40.000Z
22
65
0.720779
1,918
package io.smsc.config; import org.hibernate.dialect.Oracle10gDialect; import java.sql.Types; /** * This class is extending base {@link Oracle10gDialect} class to * register a double data type as float column type. * * @author Nazar Lipkovskyy * @since 0.0.1-SNAPSHOT */ public class Oracle10gDialectExtended ex...
3e048d687c37d5406f45d910c39567efe9375f6d
606
java
Java
src/main/java/brv/notifier/packt/restclients/ProductsRestClient.java
Flashky/notifier-packt
7de9d64a57e6521b20f134962f606e2b6ad18077
[ "Apache-2.0" ]
1
2019-06-04T21:12:14.000Z
2019-06-04T21:12:14.000Z
src/main/java/brv/notifier/packt/restclients/ProductsRestClient.java
Flashky/notifier-packt
7de9d64a57e6521b20f134962f606e2b6ad18077
[ "Apache-2.0" ]
84
2018-12-09T18:41:08.000Z
2020-02-09T17:14:28.000Z
src/main/java/brv/notifier/packt/restclients/ProductsRestClient.java
Flashky/notifier-packt
7de9d64a57e6521b20f134962f606e2b6ad18077
[ "Apache-2.0" ]
1
2018-12-24T11:58:38.000Z
2018-12-24T11:58:38.000Z
33.666667
73
0.775578
1,919
package brv.notifier.packt.restclients; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import brv.notifier.packt.restclients.model.JsonSummary; @FeignClient(name = "${api.products....
3e048e885e6b3cc00b566faea06d2849c1a34441
2,308
java
Java
qe/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeStructBase.java
tonycody/tencent-tdw
92357724319bbc24f3f0d5563d68d299d237a17f
[ "Apache-1.1" ]
3
2019-11-08T12:47:19.000Z
2021-06-10T19:46:01.000Z
qe/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeStructBase.java
tonycody/tencent-tdw
92357724319bbc24f3f0d5563d68d299d237a17f
[ "Apache-1.1" ]
null
null
null
qe/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeStructBase.java
tonycody/tencent-tdw
92357724319bbc24f3f0d5563d68d299d237a17f
[ "Apache-1.1" ]
8
2020-03-12T13:42:59.000Z
2021-05-27T06:34:33.000Z
26.837209
75
0.724003
1,920
/** * 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...
3e048f324b0b8ce652fb306b24d1813a75e5b3f7
1,026
java
Java
_src/Chapter06/MyFirstBukkitPlugin 0.2/MyFirstBukkitPlugin.java
paullewallencom/minecraft-978-1-7858-8302-6
6f9527974127769a53b9318385c10507db0f7545
[ "Apache-2.0" ]
null
null
null
_src/Chapter06/MyFirstBukkitPlugin 0.2/MyFirstBukkitPlugin.java
paullewallencom/minecraft-978-1-7858-8302-6
6f9527974127769a53b9318385c10507db0f7545
[ "Apache-2.0" ]
null
null
null
_src/Chapter06/MyFirstBukkitPlugin 0.2/MyFirstBukkitPlugin.java
paullewallencom/minecraft-978-1-7858-8302-6
6f9527974127769a53b9318385c10507db0f7545
[ "Apache-2.0" ]
null
null
null
29.314286
76
0.580897
1,921
package com.codisimus.myfirstbukkitplugin; import org.bukkit.Bukkit; import org.bukkit.entity.Player; import org.bukkit.plugin.java.JavaPlugin; /** * Broadcasts a hello message to the server */ public class MyFirstBukkitPlugin extends JavaPlugin { @Override public void onEnable() { if (B...
3e0490d07b70dd83037d68c5d97374c85659dde4
1,565
java
Java
src/main/java/com/example/demo/annotation/ReadTransactional.java
SimonHarmonicMinor/spring-boot-readonly-transactions
5e4d0d317688810a437bad438468500f442cb3ba
[ "MIT" ]
1
2022-01-05T17:34:31.000Z
2022-01-05T17:34:31.000Z
src/main/java/com/example/demo/annotation/ReadTransactional.java
SimonHarmonicMinor/spring-boot-readonly-transactions
5e4d0d317688810a437bad438468500f442cb3ba
[ "MIT" ]
null
null
null
src/main/java/com/example/demo/annotation/ReadTransactional.java
SimonHarmonicMinor/spring-boot-readonly-transactions
5e4d0d317688810a437bad438468500f442cb3ba
[ "MIT" ]
null
null
null
38.170732
79
0.800639
1,922
package com.example.demo.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.springframework.core.annotation.AliasFor; import org.springframework.t...
3e04911d890cd53a49b1e6753d2b13cd58b6e354
360
java
Java
src/test/examples/multidex005/CheckCastReference.java
ganadist/r8
850b5a4725954b677103a3a575239d0f330c0b0f
[ "Apache-2.0", "BSD-3-Clause" ]
8
2019-02-16T19:27:05.000Z
2020-10-30T20:10:42.000Z
src/test/examples/multidex005/CheckCastReference.java
ganadist/r8
850b5a4725954b677103a3a575239d0f330c0b0f
[ "Apache-2.0", "BSD-3-Clause" ]
3
2020-01-27T22:30:05.000Z
2020-07-31T20:58:15.000Z
src/test/examples/multidex005/CheckCastReference.java
ganadist/r8
850b5a4725954b677103a3a575239d0f330c0b0f
[ "Apache-2.0", "BSD-3-Clause" ]
5
2019-03-03T04:49:03.000Z
2021-11-23T15:47:38.000Z
27.692308
77
0.75
1,923
// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package multidex005; public class CheckCastReference { public Object directReference(Object obj) { ...
3e04923c928875d894c32857d118b28885fe496c
15,527
java
Java
litho-it/src/test/java/com/facebook/litho/ComponentTreeTest.java
abhirocks1211/litho
c9c36d588ae9af8f5356969c7a908e1584216d61
[ "BSD-3-Clause" ]
4
2020-04-21T10:24:00.000Z
2020-04-21T11:22:30.000Z
litho-it/src/test/java/com/facebook/litho/ComponentTreeTest.java
abhirocks1211/litho
c9c36d588ae9af8f5356969c7a908e1584216d61
[ "BSD-3-Clause" ]
null
null
null
litho-it/src/test/java/com/facebook/litho/ComponentTreeTest.java
abhirocks1211/litho
c9c36d588ae9af8f5356969c7a908e1584216d61
[ "BSD-3-Clause" ]
1
2021-11-10T10:01:33.000Z
2021-11-10T10:01:33.000Z
32.619748
98
0.719521
1,924
/* * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package com...
3e0492f67c20711bf439549d865f9dbf3e33edf4
5,573
java
Java
viewpagerlayoutmanager/src/main/java/com/leochuan/CarouselLayoutManager.java
angcyo/ViewPagerLayoutManager
ad2ed43af134062db89f082c77c3b04d61241ef3
[ "Apache-2.0" ]
5
2020-03-17T13:14:49.000Z
2021-04-08T15:13:38.000Z
viewpagerlayoutmanager/src/main/java/com/leochuan/CarouselLayoutManager.java
angcyo/ViewPagerLayoutManager
ad2ed43af134062db89f082c77c3b04d61241ef3
[ "Apache-2.0" ]
null
null
null
viewpagerlayoutmanager/src/main/java/com/leochuan/CarouselLayoutManager.java
angcyo/ViewPagerLayoutManager
ad2ed43af134062db89f082c77c3b04d61241ef3
[ "Apache-2.0" ]
null
null
null
30.453552
106
0.637897
1,925
package com.leochuan; import android.content.Context; import android.util.AttributeSet; import android.view.View; /** * An implementation of {@link ViewPagerLayoutManager} * which layouts items like carousel */ @SuppressWarnings({"WeakerAccess", "unused"}) public class CarouselLayoutManager extends ViewPagerLayou...
3e0492f833bb49140b49ea2097b8c757a04bfcbc
47,315
java
Java
src/core/org/luaj/vm2/LuaString.java
desb42/luaj_xowa
3ca7c55d2c8f923577c72b1d0e2968ccf6f6d623
[ "MIT" ]
1
2015-06-22T08:15:18.000Z
2015-06-22T08:15:18.000Z
src/core/org/luaj/vm2/LuaString.java
desb42/luaj_xowa
3ca7c55d2c8f923577c72b1d0e2968ccf6f6d623
[ "MIT" ]
null
null
null
src/core/org/luaj/vm2/LuaString.java
desb42/luaj_xowa
3ca7c55d2c8f923577c72b1d0e2968ccf6f6d623
[ "MIT" ]
2
2017-11-14T22:19:28.000Z
2020-05-18T07:33:42.000Z
37.226593
203
0.628152
1,926
/******************************************************************************* * Copyright (c) 2009-2011 Luaj.org. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software wit...
3e04952c2ba12fcc27deb61d599d2e4f9dd8dbc2
9,771
java
Java
Processing/angryartists/libraries/fisica/src/fisica/FRevoluteJoint.java
7Ds7/AngryArtists
27d92a8c2e4b8351de06276edfada9dcb3ee3ea3
[ "MIT" ]
1
2022-03-12T22:47:22.000Z
2022-03-12T22:47:22.000Z
Processing/angryartists/libraries/fisica/src/fisica/FRevoluteJoint.java
7Ds7/AngryArtists
27d92a8c2e4b8351de06276edfada9dcb3ee3ea3
[ "MIT" ]
null
null
null
Processing/angryartists/libraries/fisica/src/fisica/FRevoluteJoint.java
7Ds7/AngryArtists
27d92a8c2e4b8351de06276edfada9dcb3ee3ea3
[ "MIT" ]
null
null
null
33.57732
355
0.689489
1,927
/* Part of the Fisica library - http://www.ricardmarxer.com/fisica Copyright (c) 2009 - 2010 Ricard Marxer Fisica 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,...
3e049643535057bacd2938c9ccd82d0434c414b4
2,468
java
Java
app/src/main/java/adapter/HighScoreAdapter.java
DenhiHuynh/Four-in-a-row
f2d4a1c2276eb25b2745804df83cfad9f13eea5c
[ "Apache-2.0" ]
null
null
null
app/src/main/java/adapter/HighScoreAdapter.java
DenhiHuynh/Four-in-a-row
f2d4a1c2276eb25b2745804df83cfad9f13eea5c
[ "Apache-2.0" ]
null
null
null
app/src/main/java/adapter/HighScoreAdapter.java
DenhiHuynh/Four-in-a-row
f2d4a1c2276eb25b2745804df83cfad9f13eea5c
[ "Apache-2.0" ]
null
null
null
29.73494
84
0.655592
1,928
package adapter; 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 com.denhihuynh.connectfour.R; import java.util.List; import model.HighScore; /** * Adapter to popu...
3e0497e78ee1edb55e8328504c946279056195c3
650
java
Java
src/Escena1.java
mjaque/Kay
a6c819af93f498984cb45a445cdabf34d5478fe3
[ "Unlicense" ]
1
2019-03-29T16:57:15.000Z
2019-03-29T16:57:15.000Z
src/Escena1.java
mjaque/Kay
a6c819af93f498984cb45a445cdabf34d5478fe3
[ "Unlicense" ]
8
2019-03-29T17:05:52.000Z
2019-04-14T10:06:06.000Z
src/Escena1.java
mjaque/Kay
a6c819af93f498984cb45a445cdabf34d5478fe3
[ "Unlicense" ]
null
null
null
26
115
0.735385
1,929
import javafx.scene.Group; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.scene.image.ImageView; public class Escena1 extends Scene { // Atributos de la Escena static final Group RAIZ = new Group(); static final Image IMAGEN = new Image(Escena1.class.getClassLo...
3e0497f51dbd1a5054956a0c6edf276c692a2410
6,013
java
Java
app/src/main/java/com/tianlb/driverpos/common/ChatHelper.java
lebincn/DriverPos
4e8dd991f198b2f505b868ec6471f1cce48a46bd
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/tianlb/driverpos/common/ChatHelper.java
lebincn/DriverPos
4e8dd991f198b2f505b868ec6471f1cce48a46bd
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/tianlb/driverpos/common/ChatHelper.java
lebincn/DriverPos
4e8dd991f198b2f505b868ec6471f1cce48a46bd
[ "Apache-2.0" ]
null
null
null
33.405556
112
0.613837
1,930
package com.tianlb.driverpos.common; import android.util.Log; import com.easemob.EMCallBack; import com.easemob.EMError; import com.easemob.chat.CmdMessageBody; import com.easemob.chat.EMChatManager; import com.easemob.chat.EMContactManager; import com.easemob.chat.EMConversation; import com.easemob.chat.EMMessage; i...
3e049858179e1ad3de8dead4396da797cfba7a16
292
java
Java
A03.DesignPattern/B01.TheZenOfDesignPatterns/src/main/java/com/book/study/zen/chapter22/demob/Client.java
huaxueyihao/NoteOfStudy
061e62c97f4fa04fa417fd08ecf1dab361c20b87
[ "Apache-2.0" ]
null
null
null
A03.DesignPattern/B01.TheZenOfDesignPatterns/src/main/java/com/book/study/zen/chapter22/demob/Client.java
huaxueyihao/NoteOfStudy
061e62c97f4fa04fa417fd08ecf1dab361c20b87
[ "Apache-2.0" ]
2
2020-05-12T02:05:50.000Z
2022-01-12T23:04:55.000Z
A03.DesignPattern/B01.TheZenOfDesignPatterns/src/main/java/com/book/study/zen/chapter22/demob/Client.java
huaxueyihao/NoteOfStudy
061e62c97f4fa04fa417fd08ecf1dab361c20b87
[ "Apache-2.0" ]
null
null
null
16.222222
44
0.585616
1,931
package com.book.study.zen.chapter22.demob; public class Client { public static void main(String[] args) { // 定义出韩非子 HanFeiZi hanFeiZi = new HanFeiZi(); // 然后我们看看韩非子在干什么 hanFeiZi.haveBreakfast(); // 韩非子娱乐了 hanFeiZi.haveFun(); } }
3e04996c8d107809b85929c0f9b25aed6d2f1698
5,188
java
Java
src/main/java/org/microbean/servicebroker/api/command/ProvisionServiceInstanceCommand.java
ljnelson/microbean-service-broker-api
2c8c645bfd7c77dd5579e80037fb5acb325c2bce
[ "Apache-2.0" ]
2
2017-11-16T19:20:12.000Z
2017-11-25T13:50:16.000Z
src/main/java/org/microbean/servicebroker/api/command/ProvisionServiceInstanceCommand.java
microbean/microbean-service-broker-api
2c8c645bfd7c77dd5579e80037fb5acb325c2bce
[ "Apache-2.0" ]
2
2017-11-16T19:20:08.000Z
2017-12-19T00:43:59.000Z
src/main/java/org/microbean/servicebroker/api/command/ProvisionServiceInstanceCommand.java
microbean/microbean-service-broker-api
2c8c645bfd7c77dd5579e80037fb5acb325c2bce
[ "Apache-2.0" ]
null
null
null
43.596639
109
0.588281
1,932
/* -*- mode: Java; c-basic-offset: 2; indent-tabs-mode: nil; coding: utf-8-unix -*- * * Copyright © 2017 MicroBean. * * 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....
3e0499e9f7a4959e5a95b8d6263ab37261933665
5,513
java
Java
com.ld.net.spider/src/main/java/io/spider/meta/SpiderOtherMetaConstant.java
2014shijina2014/io.spider
8c201458f3d86d447019ccb237cfff824778fd96
[ "Apache-2.0" ]
8
2018-11-01T03:37:20.000Z
2021-12-29T10:37:57.000Z
com.ld.net.spider/src/main/java/io/spider/meta/SpiderOtherMetaConstant.java
2014shijina2014/io.spider
8c201458f3d86d447019ccb237cfff824778fd96
[ "Apache-2.0" ]
null
null
null
com.ld.net.spider/src/main/java/io/spider/meta/SpiderOtherMetaConstant.java
2014shijina2014/io.spider
8c201458f3d86d447019ccb237cfff824778fd96
[ "Apache-2.0" ]
6
2018-10-02T19:03:22.000Z
2021-05-08T10:05:00.000Z
34.879747
96
0.772092
1,933
/** * Licensed under the Apache License, Version 2.0 */ package io.spider.meta; import java.net.InetAddress; import java.net.UnknownHostException; /** * * spider 通信中间件 * @author anpch@example.com * {@link} http://www.cnblogs.com/zhjh256 */ public final class SpiderOtherMetaConstant { public static final Strin...
3e049a72e46979209bf37d50c35f62d568b26b5b
8,468
java
Java
src/main/java/com/appslandia/plum/base/RequestAccessor.java
haducloc/appslandia-plum
2b9bee7abacda4bd486421181f564cd807f36f4d
[ "MIT" ]
423
2016-09-08T21:36:38.000Z
2021-03-01T19:15:17.000Z
src/main/java/com/appslandia/plum/base/RequestAccessor.java
haducloc/appslandia-plum
2b9bee7abacda4bd486421181f564cd807f36f4d
[ "MIT" ]
null
null
null
src/main/java/com/appslandia/plum/base/RequestAccessor.java
haducloc/appslandia-plum
2b9bee7abacda4bd486421181f564cd807f36f4d
[ "MIT" ]
1
2017-01-06T15:35:51.000Z
2017-01-06T15:35:51.000Z
32.209125
149
0.759178
1,934
// The MIT License (MIT) // Copyright © 2015 AppsLandia. All rights reserved. // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights ...
3e049bbc112c82659b1414f78690538571281447
20,231
java
Java
app/src/main/java/com/imaginers/onirban/home/usershop/ManageStore.java
onirban27/eshop
38351ce60840b907e1971dc0f0bfd951a396ec34
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/imaginers/onirban/home/usershop/ManageStore.java
onirban27/eshop
38351ce60840b907e1971dc0f0bfd951a396ec34
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/imaginers/onirban/home/usershop/ManageStore.java
onirban27/eshop
38351ce60840b907e1971dc0f0bfd951a396ec34
[ "Apache-2.0" ]
null
null
null
38.461977
119
0.614206
1,935
package com.imaginers.onirban.home.usershop; import android.app.Dialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.support.design.widget.AppBarLayout; import android.support.design.wi...
3e049c09d6234b60bd21514c9a953833fe172ae7
1,940
java
Java
ivif-jee6-angularjs-impl/src/test/resources/ivif-expected-generated-sources/java/com/iorga/ivif/test/ws/LeftJoinComputerGridBaseWS.java
iorga-group/ivif
62794188934f029a4ea725f19c0ccb7265589c6b
[ "Apache-2.0" ]
1
2016-10-07T08:17:22.000Z
2016-10-07T08:17:22.000Z
ivif-jee6-angularjs-impl/src/test/resources/ivif-expected-generated-sources/java/com/iorga/ivif/test/ws/LeftJoinComputerGridBaseWS.java
iorga-group/ivif
62794188934f029a4ea725f19c0ccb7265589c6b
[ "Apache-2.0" ]
null
null
null
ivif-jee6-angularjs-impl/src/test/resources/ivif-expected-generated-sources/java/com/iorga/ivif/test/ws/LeftJoinComputerGridBaseWS.java
iorga-group/ivif
62794188934f029a4ea725f19c0ccb7265589c6b
[ "Apache-2.0" ]
null
null
null
35.272727
131
0.768557
1,936
package com.iorga.ivif.test.ws; import com.iorga.ivif.ja.Generated; import com.iorga.ivif.ja.GridSearchParam; import com.iorga.ivif.test.service.ComputerBaseService; import com.mysema.query.SearchResults; import java.lang.Integer; import java.lang.String; import javax.ejb.Stateless; import javax.inject.Inject; import ...
3e049d1ed092740b4c7c96d8ae2cbfd7211bc398
263
java
Java
src/main/java/org/age/zk/services/worker/event/ExitEvent.java
franc90/age-zk-starter
bef2ecb41b8ba96ba1e416e3dcde5720a3cbaf81
[ "MIT" ]
null
null
null
src/main/java/org/age/zk/services/worker/event/ExitEvent.java
franc90/age-zk-starter
bef2ecb41b8ba96ba1e416e3dcde5720a3cbaf81
[ "MIT" ]
null
null
null
src/main/java/org/age/zk/services/worker/event/ExitEvent.java
franc90/age-zk-starter
bef2ecb41b8ba96ba1e416e3dcde5720a3cbaf81
[ "MIT" ]
null
null
null
18.785714
52
0.711027
1,937
package org.age.zk.services.worker.event; import java.io.Serializable; public class ExitEvent implements Serializable { private static final long serialVersionUID = 1L; @Override public String toString() { return super.toString(); } }
3e049d33e44a2db5080fcb1bc54dbb1b72b4a78a
1,106
java
Java
JDBC/TPJDBCCDI11/src/fr/imie/DTO/UsagerDTO.java
imie-source/CDI-N-11-SHARE
d13a7f86d511af1d83d93e7f4243ad9844ce891d
[ "MIT" ]
3
2015-11-03T13:32:51.000Z
2017-09-19T17:25:51.000Z
JDBC/TPJDBCCDI11/src/fr/imie/DTO/UsagerDTO.java
imie-source/CDI-N-11-SHARE
d13a7f86d511af1d83d93e7f4243ad9844ce891d
[ "MIT" ]
null
null
null
JDBC/TPJDBCCDI11/src/fr/imie/DTO/UsagerDTO.java
imie-source/CDI-N-11-SHARE
d13a7f86d511af1d83d93e7f4243ad9844ce891d
[ "MIT" ]
null
null
null
16.757576
50
0.69349
1,938
/** * */ package fr.imie.DTO; import java.util.Date; /** * @author imie * */ public class UsagerDTO { private Integer id; private String nom; private String prenom; private Date dateNaiss; private Integer nbConnexion; private String email; private SiteDTO siteDTO; public Integer getId() { return id...
3e049e0adf6212cb4976b530c757047479b21e2f
1,462
java
Java
aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java
limfriend/aliyun-openapi-java-sdk
12d004883c6ad54456dbf6eb47c06a6d27b77977
[ "Apache-2.0" ]
3
2020-04-26T09:15:45.000Z
2020-05-09T03:10:26.000Z
aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java
JingZiLa/aliyun-openapi-java-sdk
82f71ce8c45b1312dd7331abff29401d7c6f8ab2
[ "Apache-2.0" ]
null
null
null
aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java
JingZiLa/aliyun-openapi-java-sdk
82f71ce8c45b1312dd7331abff29401d7c6f8ab2
[ "Apache-2.0" ]
null
null
null
44.30303
133
0.795486
1,939
/* * 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 * distr...
3e049f2df22eb273549d6a411a51fc6c0b236243
1,714
java
Java
src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifference_create_Test.java
weissreto/assertj-core
d20f3d381960a5ad504e7be9c44e16464cd64b51
[ "Apache-2.0" ]
1
2020-11-24T09:39:24.000Z
2020-11-24T09:39:24.000Z
src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifference_create_Test.java
weissreto/assertj-core
d20f3d381960a5ad504e7be9c44e16464cd64b51
[ "Apache-2.0" ]
43
2020-11-02T07:26:38.000Z
2022-03-30T21:04:32.000Z
src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifference_create_Test.java
weissreto/assertj-core
d20f3d381960a5ad504e7be9c44e16464cd64b51
[ "Apache-2.0" ]
1
2020-10-09T13:05:59.000Z
2020-10-09T13:05:59.000Z
42.85
118
0.677363
1,940
/* * 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 t...
3e049f68742676517c214793a12b1f29ad014758
15,703
java
Java
geode-core/src/main/java/org/apache/geode/internal/tcp/MsgOutputStream.java
nikochiko/geode
19f55add07d6a652911dc5a5e2116fcf7bf7b2f7
[ "Apache-2.0" ]
1,475
2016-12-06T06:10:53.000Z
2022-03-30T09:55:23.000Z
geode-core/src/main/java/org/apache/geode/internal/tcp/MsgOutputStream.java
nikochiko/geode
19f55add07d6a652911dc5a5e2116fcf7bf7b2f7
[ "Apache-2.0" ]
2,809
2016-12-06T19:24:26.000Z
2022-03-31T22:02:20.000Z
geode-core/src/main/java/org/apache/geode/internal/tcp/MsgOutputStream.java
Krishnan-Raghavan/geode
708588659751c1213c467f5b200b2c36952af563
[ "Apache-2.0", "BSD-3-Clause" ]
531
2016-12-06T05:48:47.000Z
2022-03-31T23:06:37.000Z
37.929952
100
0.650704
1,941
/* * 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 not ...
3e04a0686d111c12dfc4bf71e955cf5a36b9db0d
6,444
java
Java
client/src/org/jchlabs/gharonda/client/presenter/results/ResultWithoutMapPresenter.java
jchaganti/gharonda
c60c3546bbcb95c864e1ff5a2ffa0dcc18cb4bac
[ "MIT" ]
2
2015-08-16T12:13:06.000Z
2019-07-22T12:08:33.000Z
client/src/org/jchlabs/gharonda/client/presenter/results/ResultWithoutMapPresenter.java
jchaganti/gharonda
c60c3546bbcb95c864e1ff5a2ffa0dcc18cb4bac
[ "MIT" ]
1
2015-08-16T12:13:45.000Z
2015-08-16T12:13:45.000Z
client/src/org/jchlabs/gharonda/client/presenter/results/ResultWithoutMapPresenter.java
jchaganti/gharonda
c60c3546bbcb95c864e1ff5a2ffa0dcc18cb4bac
[ "MIT" ]
null
null
null
35.406593
114
0.779795
1,942
package org.jchlabs.gharonda.client.presenter.results; import java.util.List; import org.jchlabs.gharonda.client.NameTokens; import org.jchlabs.gharonda.client.events.ResultsWithMapSelectedEvent; import org.jchlabs.gharonda.client.events.ResultsWithoutMapSelectedEvent; import org.jchlabs.gharonda.client.events...
3e04a26622671d60e43062d9264b989e2c616829
245
java
Java
beanknife-core-base/src/test/resources/io/github/vipcxj/beanknife/cases/beans/MethodHideFieldBean.java
vipcxj/beanknife
e2fff38fac99a818c429029366e2068e64fa8fda
[ "Apache-2.0" ]
186
2020-12-25T03:31:35.000Z
2022-02-04T16:11:10.000Z
beanknife-examples/src/main/java/io/github/vipcxj/beanknife/cases/beans/MethodHideFieldBean.java
zgood9527/beanknife
2ecd7f85897c7b1b84da8055d815f88ecdff78bc
[ "Apache-2.0" ]
2
2021-04-15T14:25:07.000Z
2021-04-15T15:17:35.000Z
beanknife-examples/src/main/java/io/github/vipcxj/beanknife/cases/beans/MethodHideFieldBean.java
zgood9527/beanknife
2ecd7f85897c7b1b84da8055d815f88ecdff78bc
[ "Apache-2.0" ]
9
2021-01-09T07:33:03.000Z
2021-10-10T18:16:21.000Z
17.5
63
0.730612
1,943
package io.github.vipcxj.beanknife.cases.beans; import io.github.vipcxj.beanknife.runtime.annotations.ViewMeta; @ViewMeta public class MethodHideFieldBean { public String test; private String getTest() { return test; } }
3e04a44c134a8c9a6350f33a4d727b81cfe5006a
2,900
java
Java
src/main/java/fr/insee/sabianedata/ws/model/queen/SurveyUnitDto.java
InseeFrLab/Sabiane-Data
dd174487f40867a9c6eb2b5cde809bcc5c8b31c6
[ "MIT" ]
null
null
null
src/main/java/fr/insee/sabianedata/ws/model/queen/SurveyUnitDto.java
InseeFrLab/Sabiane-Data
dd174487f40867a9c6eb2b5cde809bcc5c8b31c6
[ "MIT" ]
null
null
null
src/main/java/fr/insee/sabianedata/ws/model/queen/SurveyUnitDto.java
InseeFrLab/Sabiane-Data
dd174487f40867a9c6eb2b5cde809bcc5c8b31c6
[ "MIT" ]
5
2021-07-05T15:21:46.000Z
2021-09-09T13:49:03.000Z
35.802469
119
0.708966
1,944
package fr.insee.sabianedata.ws.model.queen; import java.io.File; import com.fasterxml.jackson.databind.JsonNode; import fr.insee.sabianedata.ws.utils.JsonFileToJsonNode; public class SurveyUnitDto extends SurveyUnit { public static final String FOLDER = "surveyUnits"; private JsonNode data; private J...
3e04a548623b673a9f339dbfb003c8221a820b13
2,143
java
Java
src/main/java/moe/gensoukyo/mcgproject/common/feature/rsgauges/blocks/BlockKnockPulseSwitch.java
Chloe-koopa/MCGProject
cfbe67c291b605e5dc72f56408b3dc51b917d3de
[ "MIT" ]
5
2020-03-10T03:09:12.000Z
2020-07-18T06:29:34.000Z
src/main/java/moe/gensoukyo/mcgproject/common/feature/rsgauges/blocks/BlockKnockPulseSwitch.java
Chloe-koopa/MCGProject
cfbe67c291b605e5dc72f56408b3dc51b917d3de
[ "MIT" ]
2
2020-04-27T04:01:43.000Z
2020-05-27T08:42:01.000Z
src/main/java/moe/gensoukyo/mcgproject/common/feature/rsgauges/blocks/BlockKnockPulseSwitch.java
Chloe-koopa/MCGProject
cfbe67c291b605e5dc72f56408b3dc51b917d3de
[ "MIT" ]
5
2020-03-10T03:09:37.000Z
2020-06-29T08:11:36.000Z
48.704545
280
0.773682
1,945
/* * @file BlockBistableKnockSwitch.java * @author Stefan Wilhelm (wile) * @copyright (C) 2018 Stefan Wilhelm * @license MIT (see https://opensource.org/licenses/MIT) * * Seismic mass based adjacent block "knock" detection activate. */ package moe.gensoukyo.mcgproject.common.feature.rsgauges.blocks; import moe....
3e04a5d308b1c89fb9021e594b8ffef9d504a9eb
139
java
Java
Desgin_FactoryKit/src/com/lucidastar/factorykit/Spear.java
Lucidastar/DesginPatterns
d54c69d70e10e953e2a0af2800baddccd9ec565f
[ "Apache-2.0" ]
null
null
null
Desgin_FactoryKit/src/com/lucidastar/factorykit/Spear.java
Lucidastar/DesginPatterns
d54c69d70e10e953e2a0af2800baddccd9ec565f
[ "Apache-2.0" ]
null
null
null
Desgin_FactoryKit/src/com/lucidastar/factorykit/Spear.java
Lucidastar/DesginPatterns
d54c69d70e10e953e2a0af2800baddccd9ec565f
[ "Apache-2.0" ]
null
null
null
12.636364
38
0.726619
1,946
package com.lucidastar.factorykit; public class Spear implements Weapon { @Override public String toString() { return "Spear"; } }
3e04a6348e7b71d0f65aa2f1fd78aed76998abdd
359
java
Java
src/main/java/com/moolng/canal/es/entity/suggest/Shards.java
BluceLee2014/binlog2es
884c57755631d44d890420ede1adebb664a1f011
[ "Apache-2.0" ]
null
null
null
src/main/java/com/moolng/canal/es/entity/suggest/Shards.java
BluceLee2014/binlog2es
884c57755631d44d890420ede1adebb664a1f011
[ "Apache-2.0" ]
null
null
null
src/main/java/com/moolng/canal/es/entity/suggest/Shards.java
BluceLee2014/binlog2es
884c57755631d44d890420ede1adebb664a1f011
[ "Apache-2.0" ]
null
null
null
19.944444
71
0.674095
1,947
package com.moolng.canal.es.entity.suggest; import java.io.Serializable; /** * @author 李权 * @description * @date 2020/6/4 16:00 */ public class Shards implements Serializable { private static final long serialVersionUID = 4652893711745238576L; private int total; private int successfu...
3e04a663157ad653f41785fb395a7a7e3c05ec51
5,384
java
Java
openbanking-api-client/src/test/java/com/laegler/openbanking/api/OrganisationCertificatesApiTest.java
thlaegler/openbanking
924a29ac8c0638622fba7a5674c21c803d6dc5a9
[ "MIT" ]
null
null
null
openbanking-api-client/src/test/java/com/laegler/openbanking/api/OrganisationCertificatesApiTest.java
thlaegler/openbanking
924a29ac8c0638622fba7a5674c21c803d6dc5a9
[ "MIT" ]
6
2019-10-20T18:56:35.000Z
2021-12-09T21:41:46.000Z
openbanking-api-server/src/test/java/com/laegler/openbanking/api/OrganisationCertificatesApiTest.java
thlaegler/openbanking
924a29ac8c0638622fba7a5674c21c803d6dc5a9
[ "MIT" ]
null
null
null
32.311377
206
0.705708
1,948
/** * Open Banking API * Latest Swagger specification for OpenBanking * * OpenAPI spec version: v2.3 * Contact: upchh@example.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. * * Licensed u...
3e04a6dfac0f019e662ab688a6c906144a4089a3
4,669
java
Java
client/src/com/vaadin/client/widget/grid/selection/SpaceSelectHandler.java
allanim/vaadin
b7f9b2316bff98bc7d37c959fa6913294d9608e4
[ "Apache-2.0" ]
2
2016-12-06T09:05:58.000Z
2016-12-07T08:57:55.000Z
client/src/com/vaadin/client/widget/grid/selection/SpaceSelectHandler.java
allanim/vaadin
b7f9b2316bff98bc7d37c959fa6913294d9608e4
[ "Apache-2.0" ]
null
null
null
client/src/com/vaadin/client/widget/grid/selection/SpaceSelectHandler.java
allanim/vaadin
b7f9b2316bff98bc7d37c959fa6913294d9608e4
[ "Apache-2.0" ]
null
null
null
34.080292
80
0.610623
1,949
/* * Copyright 2000-2014 Vaadin Ltd. * * 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...
3e04a7908ce8d8939b9e1c07c66ba0b7f993e480
1,354
java
Java
basex-core/src/main/java/org/basex/io/serial/SerializerMode.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
441
2015-01-05T09:33:58.000Z
2022-03-24T12:57:45.000Z
basex-core/src/main/java/org/basex/io/serial/SerializerMode.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
977
2015-01-06T11:18:14.000Z
2022-03-31T11:13:15.000Z
basex-core/src/main/java/org/basex/io/serial/SerializerMode.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
276
2015-01-21T07:03:59.000Z
2022-03-11T21:35:17.000Z
22.196721
67
0.660266
1,950
package org.basex.io.serial; import org.basex.util.options.Options.*; /** * Pre-defined serialization parameters. * * @author BaseX Team 2005-21, BSD License * @author Christian Gruen */ public enum SerializerMode { /** Default serialization. */ DEFAULT { @Override void init(final SerializerOptions o...
3e04a79279fc94435f327afe3c32d79b6ec19989
5,528
java
Java
core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAlterClass.java
w3aponx/orientdb
3b2ddd31284bb443e78b6eb47aba331c27b680bc
[ "Apache-2.0" ]
1
2019-01-26T04:19:17.000Z
2019-01-26T04:19:17.000Z
core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAlterClass.java
henryzhao81/orientdb
ff875b3ed402bb79515fb13b5c0f2a1bcaf31382
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAlterClass.java
henryzhao81/orientdb
ff875b3ed402bb79515fb13b5c0f2a1bcaf31382
[ "Apache-2.0" ]
null
null
null
40.647059
140
0.714001
1,951
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
3e04a7940debbc9344cd96b7d66a56ccb396f040
334
java
Java
ChefJ/src/email/SMTPAuthenticator.java
dev-jihyun/chefj
b882457a6e63680b477dd8395d01e7af6ba8f1cb
[ "MIT" ]
null
null
null
ChefJ/src/email/SMTPAuthenticator.java
dev-jihyun/chefj
b882457a6e63680b477dd8395d01e7af6ba8f1cb
[ "MIT" ]
null
null
null
ChefJ/src/email/SMTPAuthenticator.java
dev-jihyun/chefj
b882457a6e63680b477dd8395d01e7af6ba8f1cb
[ "MIT" ]
1
2021-03-04T12:48:16.000Z
2021-03-04T12:48:16.000Z
22.533333
84
0.727811
1,952
package email; import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; public class SMTPAuthenticator extends Authenticator{ @Override protected PasswordAuthentication getPasswordAuthentication() { return new PasswordAuthentication("anpch@example.com","나의 소중한 비번..,,"); ...
3e04a7cb27dc24139da5f8e113223c79344ef963
715
java
Java
Javac2007/流程/comp/02MemberEnter/enumBase.java
codefollower/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
184
2015-01-04T03:38:20.000Z
2022-03-30T05:47:21.000Z
Javac2007/流程/comp/02MemberEnter/enumBase.java
codefollower/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
1
2016-01-17T09:18:17.000Z
2016-01-17T09:18:17.000Z
Javac2007/流程/comp/02MemberEnter/enumBase.java
codefollower/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
101
2015-01-16T23:46:31.000Z
2022-03-30T05:47:06.000Z
44.6875
78
0.616783
1,953
/** Generate a base clause for an enum type. * @param pos The position for trees and diagnostics, if any * @param c The class symbol of the enum */ private JCExpression enumBase(int pos, ClassSymbol c) { DEBUG.P(this,"enumBase(2)"); JCExpression result =...
3e04a8cfbed9d3474a3da95c05c3acaf095f1e99
1,709
java
Java
sdk/network/mgmt/src/main/java/com/azure/management/network/AzureFirewallNetworkRuleProtocol.java
Azure-Fluent/azure-sdk-for-java
c123e88d3e78b3d1b81a977aae0646220457f2c1
[ "MIT" ]
1
2020-10-05T18:51:27.000Z
2020-10-05T18:51:27.000Z
sdk/network/mgmt/src/main/java/com/azure/management/network/AzureFirewallNetworkRuleProtocol.java
Azure-Fluent/azure-sdk-for-java
c123e88d3e78b3d1b81a977aae0646220457f2c1
[ "MIT" ]
24
2020-05-27T05:21:27.000Z
2021-06-25T15:37:42.000Z
sdk/network/mgmt/src/main/java/com/azure/management/network/AzureFirewallNetworkRuleProtocol.java
Azure-Fluent/azure-sdk-for-java
c123e88d3e78b3d1b81a977aae0646220457f2c1
[ "MIT" ]
null
null
null
41.682927
116
0.771211
1,954
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.management.network; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Colle...
3e04a92b3d0ea71f49d3a0665e4f135fb0caa115
932
java
Java
mini project/Source Code/Module1/WSM.java
waleskeen/Java
34a4d9cf5f4a5801afb1d5bf7abbb98c591790dc
[ "MIT" ]
1
2020-08-19T09:06:45.000Z
2020-08-19T09:06:45.000Z
mini project/Source Code/Module1/WSM.java
waleskeen/Java
34a4d9cf5f4a5801afb1d5bf7abbb98c591790dc
[ "MIT" ]
null
null
null
mini project/Source Code/Module1/WSM.java
waleskeen/Java
34a4d9cf5f4a5801afb1d5bf7abbb98c591790dc
[ "MIT" ]
null
null
null
34.518519
148
0.585837
1,955
package projectcharter; //Contribute by Ang Fan Yee import java.util.*; import java.text.DecimalFormat; public class WSM { DecimalFormat round2 = new DecimalFormat("0.00"); public double res = 0; public double total = 0; //function:to calculate the total of WSM //input:the list of WSM //output:tot...
3e04a96a7f37c2dd31590a6a2d2b1dfbd272ca28
2,585
java
Java
radixdlt-core/radixdlt/src/main/java/com/radixdlt/api/module/ConstructEndpointModule.java
stuartbain/radixdlt
88873f525d0a6b070472a48a0ad332a50a20370a
[ "Apache-2.0" ]
null
null
null
radixdlt-core/radixdlt/src/main/java/com/radixdlt/api/module/ConstructEndpointModule.java
stuartbain/radixdlt
88873f525d0a6b070472a48a0ad332a50a20370a
[ "Apache-2.0" ]
null
null
null
radixdlt-core/radixdlt/src/main/java/com/radixdlt/api/module/ConstructEndpointModule.java
stuartbain/radixdlt
88873f525d0a6b070472a48a0ad332a50a20370a
[ "Apache-2.0" ]
null
null
null
34.466667
103
0.818569
1,956
/* * (C) Copyright 2021 Radix DLT Ltd * * Radix DLT Ltd licenses this file to you 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 re...
3e04aa8be1acb72172b5f19538c6cc61b683a1ef
936
java
Java
src/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java
zhouhanglalala/JDKSourceCode1.8
3cc08230bf3cac476fc685799832028529979ad4
[ "MIT" ]
1,305
2018-03-11T15:04:26.000Z
2022-03-30T16:02:34.000Z
src/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java
zhouhanglalala/JDKSourceCode1.8
3cc08230bf3cac476fc685799832028529979ad4
[ "MIT" ]
7
2019-03-20T09:43:08.000Z
2021-08-20T03:19:24.000Z
src/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java
zhouhanglalala/JDKSourceCode1.8
3cc08230bf3cac476fc685799832028529979ad4
[ "MIT" ]
575
2018-03-11T15:15:41.000Z
2022-03-30T16:03:48.000Z
24.631579
137
0.705128
1,957
package org.omg.PortableInterceptor.ORBInitInfoPackage; /** * org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u201/12322/corba/src/share/classes/org/omg/PortableInterceptor/I...
3e04ab6bca339092834a5f16c96b749184235ff2
552
java
Java
XXE-detection/findsecbugs-samples-java/src/test/java/testcode/script/ognl/ValueStackSample.java
Berger-and-Molland/xxe-autofix-tool
dda05c0436fc1bc1dfa4242f32c5dde18307665d
[ "MIT" ]
null
null
null
XXE-detection/findsecbugs-samples-java/src/test/java/testcode/script/ognl/ValueStackSample.java
Berger-and-Molland/xxe-autofix-tool
dda05c0436fc1bc1dfa4242f32c5dde18307665d
[ "MIT" ]
null
null
null
XXE-detection/findsecbugs-samples-java/src/test/java/testcode/script/ognl/ValueStackSample.java
Berger-and-Molland/xxe-autofix-tool
dda05c0436fc1bc1dfa4242f32c5dde18307665d
[ "MIT" ]
null
null
null
29.052632
66
0.682971
1,958
package testcode.script.ognl; import com.opensymphony.xwork2.util.ValueStack; public class ValueStackSample { public void testExpression(String expression, ValueStack vs) { vs.findString(expression); vs.findString(expression,false); vs.findValue(expression); vs.findValue(expressio...
3e04ab89e61c56597c80259ffd01a0c8abd40d1c
527
java
Java
2007/wiki/desktop-wiki/src/ee/pri/rl/wiki/desktop/test/WikiTreeBuilderTest.java
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
2
2015-11-08T10:01:47.000Z
2020-03-10T00:00:58.000Z
2007/wiki/desktop-wiki/src/ee/pri/rl/wiki/desktop/test/WikiTreeBuilderTest.java
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
2007/wiki/desktop-wiki/src/ee/pri/rl/wiki/desktop/test/WikiTreeBuilderTest.java
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
23.954545
67
0.760911
1,959
package ee.pri.rl.wiki.desktop.test; import java.io.IOException; import ee.pri.rl.wiki.desktop.ui.tree.WikiTreeBuilder; import ee.pri.rl.wiki.desktop.ui.tree.WikiTreeNode; import junit.framework.TestCase; /** * Test cases for wiki tree builder. */ public class WikiTreeBuilderTest extends TestCase { public void ...
3e04acb6865a8add73ad84b90b82c95f466b42e4
146
java
Java
src/main/java/com/verygood/security/coding/api/Encryption.java
kochniev/3DES-Encryption
af13a9b23094abd61fdc00b8e5113a46138c51d2
[ "Apache-2.0" ]
null
null
null
src/main/java/com/verygood/security/coding/api/Encryption.java
kochniev/3DES-Encryption
af13a9b23094abd61fdc00b8e5113a46138c51d2
[ "Apache-2.0" ]
null
null
null
src/main/java/com/verygood/security/coding/api/Encryption.java
kochniev/3DES-Encryption
af13a9b23094abd61fdc00b8e5113a46138c51d2
[ "Apache-2.0" ]
null
null
null
20.857143
41
0.787671
1,960
package com.verygood.security.coding.api; public interface Encryption { String encrypt(String text); String decrypt(String encryptedData); }
3e04ad0a68e2258693ebe3d50c57d9efa6474a34
7,406
java
Java
Backend/src/test/java/preferenceData/PreferenceRulesGenerator.java
KITE-Cloud/AGADE-TRAFFIC
25b1f368ab5b5784985f5d9d9febd819e873ec39
[ "MIT" ]
2
2021-05-13T09:59:22.000Z
2021-06-22T10:24:49.000Z
Backend/src/test/java/preferenceData/PreferenceRulesGenerator.java
KITE-Cloud/AGADE-TRAFFIC
25b1f368ab5b5784985f5d9d9febd819e873ec39
[ "MIT" ]
null
null
null
Backend/src/test/java/preferenceData/PreferenceRulesGenerator.java
KITE-Cloud/AGADE-TRAFFIC
25b1f368ab5b5784985f5d9d9febd819e873ec39
[ "MIT" ]
null
null
null
38.978947
211
0.564542
1,961
package preferenceData; import org.junit.Test; import utility.ExcelReader; import java.util.ArrayList; import java.util.List; public class PreferenceRulesGenerator { @Test public void generateTravelPreferenceRules() { String preferenceName = "Occupation"; int sheetNumber = 6; Excel...
3e04ad317a8dd297b664776dfdf84707d52dd6b8
2,165
java
Java
src/viaversion/viaversion/util/ConcurrentList.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
5
2022-02-04T12:57:17.000Z
2022-03-26T16:12:16.000Z
src/viaversion/viaversion/util/ConcurrentList.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
2
2022-02-25T20:10:14.000Z
2022-03-03T14:25:03.000Z
src/viaversion/viaversion/util/ConcurrentList.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
1
2021-11-28T09:59:55.000Z
2021-11-28T09:59:55.000Z
20.817308
57
0.627714
1,962
package viaversion.viaversion.util; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import net.Z1; import net.ZU; /** @deprecated */ @Deprecated public class ConcurrentList extends ArrayList { private final Object lock = new ...
3e04ad9e2d0db8b78ba86e123fc548fe70cb6f5c
7,019
java
Java
src/test/java/com/rarysoft/u4/game/GameTest.java
Rarysoft/u4
1bf1459d0695214242703b28f7a480f1b70843dc
[ "MIT" ]
null
null
null
src/test/java/com/rarysoft/u4/game/GameTest.java
Rarysoft/u4
1bf1459d0695214242703b28f7a480f1b70843dc
[ "MIT" ]
null
null
null
src/test/java/com/rarysoft/u4/game/GameTest.java
Rarysoft/u4
1bf1459d0695214242703b28f7a480f1b70843dc
[ "MIT" ]
null
null
null
37.736559
117
0.689842
1,963
/* * MIT License * * Copyright (c) 2020 Rarysoft Enterprises * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * t...
3e04ae4569d66c1138eb2862914624db5ac69876
802
java
Java
src/test/java/org/apache/ibatis/submitted/mapper_extend/GrandpaMapper.java
houfanGitHub/mybatis-3
159b9f7d16714728fb62570bf66f8b539f685387
[ "ECL-2.0", "Apache-2.0" ]
18,538
2015-01-01T09:46:22.000Z
2022-03-31T18:21:50.000Z
src/test/java/org/apache/ibatis/submitted/mapper_extend/GrandpaMapper.java
houfanGitHub/mybatis-3
159b9f7d16714728fb62570bf66f8b539f685387
[ "ECL-2.0", "Apache-2.0" ]
1,686
2015-01-01T14:21:54.000Z
2022-03-31T20:12:51.000Z
src/test/java/org/apache/ibatis/submitted/mapper_extend/GrandpaMapper.java
houfanGitHub/mybatis-3
159b9f7d16714728fb62570bf66f8b539f685387
[ "ECL-2.0", "Apache-2.0" ]
13,353
2015-01-01T08:57:45.000Z
2022-03-31T07:22:42.000Z
32.08
78
0.721945
1,964
/* * Copyright 2009-2021 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 * * Unles...
3e04ae4fcc857ca497955d45dde7bf028b4ea1ca
203
java
Java
chapter_004/src/main/java/ru/job4j/calculator/Operation.java
bulainikolai/job4j
a4b4020f83383b978654196d28aa14d164d19b74
[ "Apache-2.0" ]
null
null
null
chapter_004/src/main/java/ru/job4j/calculator/Operation.java
bulainikolai/job4j
a4b4020f83383b978654196d28aa14d164d19b74
[ "Apache-2.0" ]
1
2020-10-13T08:23:47.000Z
2020-10-13T08:23:47.000Z
chapter_004/src/main/java/ru/job4j/calculator/Operation.java
bulainikolai/job4j
a4b4020f83383b978654196d28aa14d164d19b74
[ "Apache-2.0" ]
null
null
null
16.076923
50
0.674641
1,965
package ru.job4j.calculator; /** * Operation * * @author Nikolai Bulai (envkt@example.com) * @version 1 * @since 22.11.2018 */ public interface Operation { double calc(int left, int right); }
3e04aecb45951ec902432592fd62446e3fe7dbb1
356
java
Java
picshare-model/src/main/java/org/neonsis/picshare/service/ProfileSignUpService.java
Neonsis/picshare
eacfb445977d4c41dc54cb6d744f42a3bad9ce29
[ "MIT" ]
null
null
null
picshare-model/src/main/java/org/neonsis/picshare/service/ProfileSignUpService.java
Neonsis/picshare
eacfb445977d4c41dc54cb6d744f42a3bad9ce29
[ "MIT" ]
null
null
null
picshare-model/src/main/java/org/neonsis/picshare/service/ProfileSignUpService.java
Neonsis/picshare
eacfb445977d4c41dc54cb6d744f42a3bad9ce29
[ "MIT" ]
null
null
null
22.25
63
0.794944
1,966
package org.neonsis.picshare.service; import org.neonsis.picshare.exception.ObjectNotFoundException; import org.neonsis.picshare.model.domain.Profile; public interface ProfileSignUpService { void createSignUpProfile(Profile profile); Profile getCurrentProfile() throws ObjectNotFoundException; void comp...
3e04af0da7de9da7aadc269b299899dc0ba1a714
1,309
java
Java
Chapter08/exercise06/MultiplyTwoMatrices.java
oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang
e2462fb1b94a2efd86fab029c630e3421731d5de
[ "MIT" ]
null
null
null
Chapter08/exercise06/MultiplyTwoMatrices.java
oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang
e2462fb1b94a2efd86fab029c630e3421731d5de
[ "MIT" ]
null
null
null
Chapter08/exercise06/MultiplyTwoMatrices.java
oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang
e2462fb1b94a2efd86fab029c630e3421731d5de
[ "MIT" ]
null
null
null
22.568966
85
0.588235
1,967
package Chapter08.exercise06; import java.util.Scanner; public class MultiplyTwoMatrices { public static void main(String[] args) { Scanner scan = new Scanner(System.in); double[][] matrix1 = new double[3][3]; double[][] matrix2 = new double[3][3]; System.out.println("Enter matrix1:"); for (int i = 0; ...
3e04af28d6b63554471a83a7cb520c947ad185a9
10,865
java
Java
app/src/main/java/com/a7552_2c_2018/melliapp/activity/QuestionsActivity.java
7552-2C-2018/MelliApp
c9b261466f5a22bd81f1c02e791669b33b744ef7
[ "Apache-1.1" ]
null
null
null
app/src/main/java/com/a7552_2c_2018/melliapp/activity/QuestionsActivity.java
7552-2C-2018/MelliApp
c9b261466f5a22bd81f1c02e791669b33b744ef7
[ "Apache-1.1" ]
null
null
null
app/src/main/java/com/a7552_2c_2018/melliapp/activity/QuestionsActivity.java
7552-2C-2018/MelliApp
c9b261466f5a22bd81f1c02e791669b33b744ef7
[ "Apache-1.1" ]
null
null
null
37.081911
141
0.596318
1,968
package com.a7552_2c_2018.melliapp.activity; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.util.Log; i...
3e04afc810d3755e719f1eba231f23f293a34011
467
java
Java
src/main/java/com/rbkmoney/analytics/listener/handler/BatchHandler.java
rbkmoney/analytics
b0f137708a1a05c3a30708f33763e1e7ebadad96
[ "Apache-2.0" ]
null
null
null
src/main/java/com/rbkmoney/analytics/listener/handler/BatchHandler.java
rbkmoney/analytics
b0f137708a1a05c3a30708f33763e1e7ebadad96
[ "Apache-2.0" ]
null
null
null
src/main/java/com/rbkmoney/analytics/listener/handler/BatchHandler.java
rbkmoney/analytics
b0f137708a1a05c3a30708f33763e1e7ebadad96
[ "Apache-2.0" ]
1
2021-12-07T09:03:32.000Z
2021-12-07T09:03:32.000Z
23.35
79
0.719486
1,969
package com.rbkmoney.analytics.listener.handler; import com.rbkmoney.analytics.listener.Processor; import com.rbkmoney.analytics.listener.mapper.Mapper; import java.util.List; import java.util.Map; public interface BatchHandler<C, P> { default boolean accept(C change) { return getMappers().stream().anyM...
3e04b059f884ea6aec3a74b642cf483396678a79
8,191
java
Java
actividades/prog/files/java/mil-ejemplos/src/aplicaciones/terminal/shell/ShellAPIjava.java
TheXerax/libro-de-actividades
92091ed9f3f571edb8b392797a2c5369b6e485d2
[ "CC0-1.0" ]
null
null
null
actividades/prog/files/java/mil-ejemplos/src/aplicaciones/terminal/shell/ShellAPIjava.java
TheXerax/libro-de-actividades
92091ed9f3f571edb8b392797a2c5369b6e485d2
[ "CC0-1.0" ]
null
null
null
actividades/prog/files/java/mil-ejemplos/src/aplicaciones/terminal/shell/ShellAPIjava.java
TheXerax/libro-de-actividades
92091ed9f3f571edb8b392797a2c5369b6e485d2
[ "CC0-1.0" ]
null
null
null
31.75969
110
0.477178
1,970
/* * Autor: David Vargas <dycjh@example.com> * Versión: 0.2.0 */ package terminal.shell; import java.io.File; import java.util.HashMap; import java.util.Date; /** * Esta clase implementa la misma funcionalidad que una consola<br> * o interfaz de modo comando.<br> * @author david */ public class ShellAPIjava im...
3e04b12feb0be9cc93e51392498c6f087905d306
1,798
java
Java
src/main/java/com/amazonaws/services/simpledb/model/transform/CreateDomainRequestMarshaller.java
pbailis/aws-java-sdk-dynamodb-timestamp
33d9beb9e8b8bf6965312c2c61c621ce96d054c8
[ "Apache-2.0" ]
2
2015-04-09T03:30:56.000Z
2020-07-06T20:23:21.000Z
src/main/java/com/amazonaws/services/simpledb/model/transform/CreateDomainRequestMarshaller.java
pbailis/aws-java-sdk-dynamodb-timestamp
33d9beb9e8b8bf6965312c2c61c621ce96d054c8
[ "Apache-2.0" ]
null
null
null
src/main/java/com/amazonaws/services/simpledb/model/transform/CreateDomainRequestMarshaller.java
pbailis/aws-java-sdk-dynamodb-timestamp
33d9beb9e8b8bf6965312c2c61c621ce96d054c8
[ "Apache-2.0" ]
4
2015-02-03T19:36:40.000Z
2020-07-06T20:30:56.000Z
35.254902
126
0.746385
1,971
/* * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
3e04b13c443bf798d6ad604ee8861f3b9b54c736
4,188
java
Java
IHMCRoboticsToolkit/src/us/ihmc/robotics/math/filters/BacklashProcessingYoVariable.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
IHMCRoboticsToolkit/src/us/ihmc/robotics/math/filters/BacklashProcessingYoVariable.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
IHMCRoboticsToolkit/src/us/ihmc/robotics/math/filters/BacklashProcessingYoVariable.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
26.846154
153
0.654011
1,972
package us.ihmc.robotics.math.filters; import us.ihmc.robotics.MathTools; import us.ihmc.robotics.dataStructures.registry.YoVariableRegistry; import us.ihmc.robotics.dataStructures.variable.BooleanYoVariable; import us.ihmc.robotics.dataStructures.variable.DoubleYoVariable; import us.ihmc.robotics.dataStructures.varia...
3e04b23506764640293c2e8bc9db90c224a6078e
88
java
Java
main/java/org/mozilla/javascript/resources/__resources_location__.java
Longor1996/talecraft
b5269dbc25a4d47667f9dec7fd2cbd912e33821a
[ "Unlicense", "MIT" ]
7
2015-08-11T12:39:25.000Z
2021-06-03T23:09:53.000Z
main/java/org/mozilla/javascript/resources/__resources_location__.java
Longor1996/talecraft
b5269dbc25a4d47667f9dec7fd2cbd912e33821a
[ "Unlicense", "MIT" ]
3
2015-06-04T18:40:34.000Z
2015-08-01T16:09:34.000Z
main/java/org/mozilla/javascript/resources/__resources_location__.java
Longor1996/talecraft
b5269dbc25a4d47667f9dec7fd2cbd912e33821a
[ "Unlicense", "MIT" ]
12
2015-03-12T19:57:47.000Z
2022-03-21T21:55:27.000Z
14.666667
41
0.829545
1,973
package org.mozilla.javascript.resources; public interface __resources_location__ { }
3e04b27a1aa9a13f4c470725cdd8500bd084e863
1,029
java
Java
xcc/java/tools/commandline/LocationClassApplicator.java
JianpingZeng/xcc
c756fa9a860ab4b713f29ab70f8478421105b7a0
[ "BSD-3-Clause" ]
28
2017-01-20T15:25:54.000Z
2020-03-17T00:28:31.000Z
xcc/java/tools/commandline/LocationClassApplicator.java
JianpingZeng/xcc
c756fa9a860ab4b713f29ab70f8478421105b7a0
[ "BSD-3-Clause" ]
1
2017-01-20T15:26:27.000Z
2018-08-20T00:55:37.000Z
xcc/java/tools/commandline/LocationClassApplicator.java
JianpingZeng/xcc
c756fa9a860ab4b713f29ab70f8478421105b7a0
[ "BSD-3-Clause" ]
2
2019-07-15T19:07:04.000Z
2019-09-07T14:21:04.000Z
28.583333
70
0.731778
1,974
/* * Extremely Compiler Collection * Copyright (c) 2015-2020, Jianping Zeng. * * 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 * * Unle...
3e04b306ca0cd2acdc5041d3da4402d007ba4be3
1,486
java
Java
imagepipeline/src/main/java/com/facebook/imagepipeline/producers/ThreadHandoffProducerQueue.java
MaTriXy/fresco
e05b18eafe36c6809b889bfc9ccb66598eabda7b
[ "BSD-3-Clause" ]
10
2017-11-27T03:18:15.000Z
2021-08-10T07:21:44.000Z
imagepipeline/src/main/java/com/facebook/imagepipeline/producers/ThreadHandoffProducerQueue.java
MaTriXy/fresco
e05b18eafe36c6809b889bfc9ccb66598eabda7b
[ "BSD-3-Clause" ]
null
null
null
imagepipeline/src/main/java/com/facebook/imagepipeline/producers/ThreadHandoffProducerQueue.java
MaTriXy/fresco
e05b18eafe36c6809b889bfc9ccb66598eabda7b
[ "BSD-3-Clause" ]
10
2018-04-20T08:43:59.000Z
2022-03-16T02:52:53.000Z
25.186441
78
0.724764
1,975
/* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package com...
3e04b312ad728eeb3ed561f90e8c3e8568dd27a6
15,455
java
Java
src/main/java/no/nav/pto/veilarbportefolje/domene/Bruker.java
navikt/veilarbportefolje
f0cfdd79bc428327ce96543ae1fc041687f6bfa3
[ "MIT" ]
4
2020-01-09T16:02:54.000Z
2022-03-23T11:46:21.000Z
src/main/java/no/nav/pto/veilarbportefolje/domene/Bruker.java
navikt/veilarbportefolje
f0cfdd79bc428327ce96543ae1fc041687f6bfa3
[ "MIT" ]
46
2018-11-28T06:35:09.000Z
2022-03-21T10:45:08.000Z
src/main/java/no/nav/pto/veilarbportefolje/domene/Bruker.java
navikt/veilarbportefolje
f0cfdd79bc428327ce96543ae1fc041687f6bfa3
[ "MIT" ]
2
2020-04-06T09:24:31.000Z
2022-02-18T08:34:49.000Z
55.394265
224
0.716726
1,976
package no.nav.pto.veilarbportefolje.domene; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; import lombok.extern.slf4j.Slf4j; import no.nav.pto.veilarbportefolje.arbeidsliste.Arbeidsliste; import no.nav.pto.veilarbportefolje.elastic.domene.E...
3e04b3293058d129f7bbaa13d17518646b0f5674
1,430
java
Java
hazelcast/src/main/java/com/hazelcast/queue/PeekOperation.java
seeburger-ag/hazelcast
4d9259fdd709ab30448d15d339e6230e7f02acdf
[ "Apache-2.0" ]
1
2015-06-30T09:57:29.000Z
2015-06-30T09:57:29.000Z
hazelcast/src/main/java/com/hazelcast/queue/PeekOperation.java
SunGard-Labs/hazelcast
291345b5cd4d019c80d2eb8938b1c23f69bdd344
[ "Apache-2.0" ]
8
2022-01-07T17:05:44.000Z
2022-03-31T17:40:13.000Z
hazelcast/src/main/java/com/hazelcast/queue/PeekOperation.java
SunGard-Labs/hazelcast
291345b5cd4d019c80d2eb8938b1c23f69bdd344
[ "Apache-2.0" ]
1
2022-03-08T12:46:55.000Z
2022-03-08T12:46:55.000Z
27.5
95
0.7
1,977
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3e04b3d2911f82e9ea5deb967644071745c490c5
1,263
java
Java
backend/src/test/java/com/redhat/cloud/notifications/utils/LineBreakRemoverTest.java
dgaikwad/notifications-backend
b911cae311afbacf89e74a5e845c70472ced95e6
[ "Apache-2.0" ]
6
2019-07-13T18:11:52.000Z
2022-03-15T15:09:10.000Z
backend/src/test/java/com/redhat/cloud/notifications/utils/LineBreakRemoverTest.java
dgaikwad/notifications-backend
b911cae311afbacf89e74a5e845c70472ced95e6
[ "Apache-2.0" ]
633
2019-01-24T13:18:53.000Z
2022-03-31T19:18:06.000Z
backend/src/test/java/com/redhat/cloud/notifications/utils/LineBreakRemoverTest.java
dgaikwad/notifications-backend
b911cae311afbacf89e74a5e845c70472ced95e6
[ "Apache-2.0" ]
36
2019-02-14T13:11:25.000Z
2022-03-24T13:02:33.000Z
29.372093
74
0.666667
1,978
package com.redhat.cloud.notifications.utils; import org.junit.jupiter.api.Test; import static com.redhat.cloud.notifications.utils.LineBreakCleaner.clean; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Asserti...
3e04b5177927b6ee1f2f198cc7315546cd895eb7
105
java
Java
hub/config/src/main/java/uk/gov/ida/hub/config/domain/EntityIdentifiable.java
uk-gov-mirror/alphagov.verify-hub
0511d9cdc41a668f3aaca414d7088b69dd2e4eb2
[ "MIT" ]
10
2017-12-08T17:13:09.000Z
2020-11-20T11:05:12.000Z
hub/config/src/main/java/uk/gov/ida/hub/config/domain/EntityIdentifiable.java
uk-gov-mirror/alphagov.verify-hub
0511d9cdc41a668f3aaca414d7088b69dd2e4eb2
[ "MIT" ]
212
2017-12-11T09:53:52.000Z
2022-03-31T00:27:54.000Z
hub/config/src/main/java/uk/gov/ida/hub/config/domain/EntityIdentifiable.java
uk-gov-mirror/alphagov.verify-hub
0511d9cdc41a668f3aaca414d7088b69dd2e4eb2
[ "MIT" ]
6
2017-12-08T17:13:22.000Z
2021-04-10T18:07:44.000Z
17.5
37
0.761905
1,979
package uk.gov.ida.hub.config.domain; public interface EntityIdentifiable { String getEntityId(); }
3e04b65c589af30247fc707ccfffc5365482100a
1,418
java
Java
src/main/java/net/pl3x/minimap/queue/ReadQueue.java
CyberFlameGO/MiniMap
1ef8edc9ab77466571b46f873d23906aac66f291
[ "MIT" ]
2
2022-03-01T12:02:32.000Z
2022-03-01T13:52:38.000Z
src/main/java/net/pl3x/minimap/queue/ReadQueue.java
CyberFlameGO/MiniMap
1ef8edc9ab77466571b46f873d23906aac66f291
[ "MIT" ]
null
null
null
src/main/java/net/pl3x/minimap/queue/ReadQueue.java
CyberFlameGO/MiniMap
1ef8edc9ab77466571b46f873d23906aac66f291
[ "MIT" ]
1
2022-03-23T09:09:24.000Z
2022-03-23T09:09:24.000Z
27.803922
104
0.617772
1,980
package net.pl3x.minimap.queue; import net.pl3x.minimap.tile.Image; import net.pl3x.minimap.tile.Tile; import javax.imageio.ImageIO; import javax.imageio.ImageReader; import javax.imageio.stream.ImageInputStream; import java.awt.image.BufferedImage; import java.io.IOException; import java.nio.file.Files; public clas...
3e04b8e9f5896a83fbd56c206eab7491804d39af
580
java
Java
src/com/iterlife/xdp/tmpmethod/ConcreteClass1.java
LuJie0403/iterlife-apollo
fcd848f53653164e019736461f1b638a3e61b644
[ "MIT" ]
null
null
null
src/com/iterlife/xdp/tmpmethod/ConcreteClass1.java
LuJie0403/iterlife-apollo
fcd848f53653164e019736461f1b638a3e61b644
[ "MIT" ]
null
null
null
src/com/iterlife/xdp/tmpmethod/ConcreteClass1.java
LuJie0403/iterlife-apollo
fcd848f53653164e019736461f1b638a3e61b644
[ "MIT" ]
null
null
null
19.333333
57
0.724138
1,981
package com.iterlife.xdp.tmpmethod; /** * @Description:com.iterlife.xdp.tmpmethod.ConcreteClass1 * * @author:Lu Jie * @date:2015-7-25 上午10:12:55 * @version:1.0.0 * @copyright:https://github.com/LuJie0403 */ public class ConcreteClass1 extends AbstractClass { @Override protected void doSomething1() { Syste...
3e04b91902f16cd0b7204c82d1e610fe1fc863fc
2,455
java
Java
backend/vertical-healthcare_ch/forum_datenaustausch_ch.invoice_base/src/main/java/de/metas/vertical/healthcare_ch/forum_datenaustausch_ch/base/Types.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
1,144
2016-02-14T10:29:35.000Z
2022-03-30T09:50:41.000Z
backend/vertical-healthcare_ch/forum_datenaustausch_ch.invoice_base/src/main/java/de/metas/vertical/healthcare_ch/forum_datenaustausch_ch/base/Types.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
8,283
2016-04-28T17:41:34.000Z
2022-03-30T13:30:12.000Z
backend/vertical-healthcare_ch/forum_datenaustausch_ch.invoice_base/src/main/java/de/metas/vertical/healthcare_ch/forum_datenaustausch_ch/base/Types.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
441
2016-04-29T08:06:07.000Z
2022-03-28T06:09:56.000Z
22.318182
81
0.709165
1,982
package de.metas.vertical.healthcare_ch.forum_datenaustausch_ch.base; import lombok.Getter; import lombok.NonNull; import java.util.Map; import com.google.common.collect.ImmutableMap; import de.metas.util.Check; /* * #%L * vertical-healthcare_ch.invoice_gateway.forum_datenaustausch_ch.invoice_commons * %% * Co...
3e04b931d8027a8e97ee977fb40b6d3094362a60
28,876
java
Java
src/net/sf/markov4jmeter/testplangenerator/TestPlanGenerator.java
tangerstein/wessbas.testPlanGenerator
bde4d1696c2d7f204d7606bdba2145232aa7de0e
[ "Apache-2.0" ]
null
null
null
src/net/sf/markov4jmeter/testplangenerator/TestPlanGenerator.java
tangerstein/wessbas.testPlanGenerator
bde4d1696c2d7f204d7606bdba2145232aa7de0e
[ "Apache-2.0" ]
1
2016-03-14T11:10:41.000Z
2016-03-14T11:10:41.000Z
src/net/sf/markov4jmeter/testplangenerator/TestPlanGenerator.java
tangerstein/wessbas.testPlanGenerator
bde4d1696c2d7f204d7606bdba2145232aa7de0e
[ "Apache-2.0" ]
3
2016-02-22T17:26:42.000Z
2017-09-21T10:49:53.000Z
35.398284
90
0.617483
1,983
/*************************************************************************** * Copyright (c) 2016 the WESSBAS project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www...
3e04b9a2889348be5c2c65b35e427ce5229fac64
1,041
java
Java
server/sdp/src/main/java/cn/mysdp/biz/dto/request/SdpWorkspaceGetTableListRequest.java
BrookYuGit/sdp
d8307ef7a2310e89d9301f132396d4cb472aec7a
[ "MIT" ]
2
2021-11-07T11:57:05.000Z
2021-11-25T22:49:37.000Z
server/sdp/src/main/java/cn/mysdp/biz/dto/request/SdpWorkspaceGetTableListRequest.java
BrookYuGit/sdp
d8307ef7a2310e89d9301f132396d4cb472aec7a
[ "MIT" ]
null
null
null
server/sdp/src/main/java/cn/mysdp/biz/dto/request/SdpWorkspaceGetTableListRequest.java
BrookYuGit/sdp
d8307ef7a2310e89d9301f132396d4cb472aec7a
[ "MIT" ]
null
null
null
20.82
68
0.730067
1,984
package cn.mysdp.biz.dto.request; import com.alibaba.fastjson.annotation.JSONField; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; import java.util.Map; import lombok.Getter; import lombok.Setter; /** * @ClassName: SdpWorkspaceGetTa...
3e04ba155ded60992be160ebba0c4b239169af1c
1,248
java
Java
src/main/java/io/github/zomky/client/ClusterManagementClient.java
pmackowski/rsocket-playground
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
2
2019-09-30T13:37:57.000Z
2019-10-24T11:12:13.000Z
src/main/java/io/github/zomky/client/ClusterManagementClient.java
pmackowski/rsocket-playground
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
9
2019-08-26T08:18:54.000Z
2019-09-09T09:18:16.000Z
src/main/java/io/github/zomky/client/ClusterManagementClient.java
pmackowski/rsocket-raft
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
1
2021-11-09T10:38:52.000Z
2021-11-09T10:38:52.000Z
34.666667
96
0.735577
1,985
package io.github.zomky.client; import io.github.zomky.gossip.protobuf.InitJoinRequest; import io.github.zomky.gossip.protobuf.InitJoinResponse; import io.github.zomky.gossip.protobuf.InitLeaveRequest; import io.github.zomky.gossip.protobuf.InitLeaveResponse; import io.github.zomky.gossip.transport.GossipTcpTransport;...
3e04ba9c94315f8b1c66dd44b62250794951379f
4,158
java
Java
src/main/java/com/kivimango/sluggenerator/SlugGenerator.java
kivimango/slug-generator
2e568e15227c5c2fd7ef0cbec4ef3935ed8ff840
[ "MIT" ]
2
2017-07-08T22:01:44.000Z
2018-04-17T11:07:32.000Z
src/main/java/com/kivimango/sluggenerator/SlugGenerator.java
kivimango/slug-generator
2e568e15227c5c2fd7ef0cbec4ef3935ed8ff840
[ "MIT" ]
null
null
null
src/main/java/com/kivimango/sluggenerator/SlugGenerator.java
kivimango/slug-generator
2e568e15227c5c2fd7ef0cbec4ef3935ed8ff840
[ "MIT" ]
null
null
null
37.8
131
0.608706
1,986
package com.kivimango.sluggenerator; import java.util.Random; /** * _________.__ ________ __ * / _____/| | __ __ ____ / _____/ ____ ____ ________________ _/ |_ ___________ * \_____ \ | | | | \/ ___\/ \ ____/ __ \ / \_/ __ \_ __ \__ \\ ...
3e04bbd634c5025921e06067ea7bb70123b1769c
2,303
java
Java
src/main/java/com/buuz135/industrial/jei/manual/ManualCategory.java
duely/Industrial-Foregoing
ff3afe62fcab65e4dcd8cca52ca31e6595a48cd8
[ "MIT" ]
null
null
null
src/main/java/com/buuz135/industrial/jei/manual/ManualCategory.java
duely/Industrial-Foregoing
ff3afe62fcab65e4dcd8cca52ca31e6595a48cd8
[ "MIT" ]
30
2021-02-22T07:07:59.000Z
2021-04-28T05:53:45.000Z
src/main/java/com/buuz135/industrial/jei/manual/ManualCategory.java
duely/Industrial-Foregoing
ff3afe62fcab65e4dcd8cca52ca31e6595a48cd8
[ "MIT" ]
null
null
null
35.430769
110
0.737733
1,987
/* * This file is part of Industrial Foregoing. * * Copyright 2019, Buuz135 * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in the * Software without restriction, including without limitation the righ...
3e04bcdb25ca646f623e3e9795a46a5520469024
1,995
java
Java
src/test/java/io/r2dbc/h2/codecs/UuidCodecTest.java
alexo134/r2dbc-h2
864fd3356a47f57aa0612a44f688282407d6b491
[ "Apache-2.0" ]
158
2018-09-29T21:13:31.000Z
2022-03-30T22:31:40.000Z
src/test/java/io/r2dbc/h2/codecs/UuidCodecTest.java
alexo134/r2dbc-h2
864fd3356a47f57aa0612a44f688282407d6b491
[ "Apache-2.0" ]
188
2018-10-02T18:47:46.000Z
2022-03-31T06:56:30.000Z
src/test/java/io/r2dbc/h2/codecs/UuidCodecTest.java
alexo134/r2dbc-h2
864fd3356a47f57aa0612a44f688282407d6b491
[ "Apache-2.0" ]
45
2018-11-12T06:49:59.000Z
2022-03-30T22:31:43.000Z
30.227273
93
0.696742
1,988
/* * Copyright 2018-2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
3e04bd27ec57c1e75f8d17bcd2d6e1bae45d75a5
816
java
Java
app/src/androidTest/java/com/google/samples/apps/topeka/rule/AnimationAwareAwesome.java
ardock/android-topeka
ed23df1a48f6a9a903ef87dfe133706f92159186
[ "Apache-2.0" ]
1
2020-08-17T07:17:30.000Z
2020-08-17T07:17:30.000Z
app/src/androidTest/java/com/google/samples/apps/topeka/rule/AnimationAwareAwesome.java
ardock/android-topeka
ed23df1a48f6a9a903ef87dfe133706f92159186
[ "Apache-2.0" ]
1
2015-11-22T17:23:37.000Z
2016-08-17T13:33:06.000Z
app/src/androidTest/java/com/google/samples/apps/topeka/rule/AnimationAwareAwesome.java
ardock/android-topeka
ed23df1a48f6a9a903ef87dfe133706f92159186
[ "Apache-2.0" ]
2
2015-12-02T16:02:56.000Z
2020-01-09T18:27:42.000Z
32.64
99
0.745098
1,989
/* * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
3e04be82aef00e23bcd9c21f9b2058221b7bbb8b
6,789
java
Java
src/jToolkit4FixedPipeline/image/texture/TextureUploader.java
Graveward/jToolkit
3a4c2009a70a25646b8c81d5975b1050e4525209
[ "MIT" ]
6
2018-09-12T08:07:01.000Z
2018-12-31T08:13:14.000Z
src/jToolkit4FixedPipeline/image/texture/TextureUploader.java
Graveward/jToolkit
3a4c2009a70a25646b8c81d5975b1050e4525209
[ "MIT" ]
null
null
null
src/jToolkit4FixedPipeline/image/texture/TextureUploader.java
Graveward/jToolkit
3a4c2009a70a25646b8c81d5975b1050e4525209
[ "MIT" ]
null
null
null
35.176166
83
0.644278
1,990
package jToolkit4FixedPipeline.image.texture; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.nio.ByteBuffer; import javax.imageio.ImageIO; import org.lwjgl.BufferUtils; import static org.lwjgl.opengl.GL11.*; import static org.lwjgl.util.glu.MipMap.gluBu...
3e04bea32329567e0a27dd567594dd75b75a0495
3,674
java
Java
src/main/java/io/bootique/tools/release/service/preferences/credential/PreferenceCredentialFactory.java
OlegKhodokevich/release
27740614093297450405e64b1a88bc4a7adf6c20
[ "Apache-2.0" ]
1
2021-05-22T14:06:44.000Z
2021-05-22T14:06:44.000Z
src/main/java/io/bootique/tools/release/service/preferences/credential/PreferenceCredentialFactory.java
OlegKhodokevich/release
27740614093297450405e64b1a88bc4a7adf6c20
[ "Apache-2.0" ]
6
2021-04-30T08:33:23.000Z
2022-01-21T09:52:00.000Z
src/main/java/io/bootique/tools/release/service/preferences/credential/PreferenceCredentialFactory.java
OlegKhodokevich/release
27740614093297450405e64b1a88bc4a7adf6c20
[ "Apache-2.0" ]
5
2020-04-07T11:59:30.000Z
2022-01-26T09:08:56.000Z
34.990476
141
0.72074
1,991
package io.bootique.tools.release.service.preferences.credential; import io.bootique.annotation.BQConfig; import io.bootique.annotation.BQConfigProperty; import io.bootique.tools.release.service.desktop.DesktopException; import io.bootique.tools.release.service.git.GitService; import io.bootique.tools.release.service....
3e04c0b2628486c1772f7895c82d48aa375a166f
579
java
Java
cosmetic-core/src/main/java/com/cyberlink/core/dao/hibernate/AbstractDaoCosmetic.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
1
2019-01-08T15:53:01.000Z
2019-01-08T15:53:01.000Z
cosmetic-core/src/main/java/com/cyberlink/core/dao/hibernate/AbstractDaoCosmetic.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
null
null
null
cosmetic-core/src/main/java/com/cyberlink/core/dao/hibernate/AbstractDaoCosmetic.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
null
null
null
30.473684
90
0.747841
1,992
package com.cyberlink.core.dao.hibernate; import java.io.Serializable; import java.lang.reflect.ParameterizedType; import com.cyberlink.core.dao.GenericDao; import com.cyberlink.core.model.IdEntity; @SuppressWarnings("unchecked") public abstract class AbstractDaoCosmetic<T extends IdEntity<PK>, PK extends Serializab...
3e04c1181fd904fd49482684b9f6f2724019e748
1,687
java
Java
servicekeeper-core/src/main/java/io/esastack/servicekeeper/core/executionchain/SyncExecutionChain.java
Mkabaka/esa-servicekeeper
a8f064d7470cf02d559334c87176b95088729254
[ "Apache-2.0" ]
15
2021-05-08T08:55:52.000Z
2022-02-18T08:02:37.000Z
servicekeeper-core/src/main/java/io/esastack/servicekeeper/core/executionchain/SyncExecutionChain.java
Mkabaka/esa-servicekeeper
a8f064d7470cf02d559334c87176b95088729254
[ "Apache-2.0" ]
10
2021-07-28T02:06:55.000Z
2022-03-07T16:04:33.000Z
servicekeeper-core/src/main/java/io/esastack/servicekeeper/core/executionchain/SyncExecutionChain.java
Mkabaka/esa-servicekeeper
a8f064d7470cf02d559334c87176b95088729254
[ "Apache-2.0" ]
7
2021-05-08T10:05:15.000Z
2022-02-22T12:16:59.000Z
34.428571
97
0.701838
1,993
/* * Copyright 2021 OPPO ESA Stack Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
3e04c141b0fcb90a8f7bfef02317386ab7e1636e
116
java
Java
app/src/main/java/com/shaoyue/weizhegou/interfac/CommCallBack.java
coypanglei/nanjinJianduo
b6ca49d6fa1182bbf61214338ab08aba63786e4a
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/shaoyue/weizhegou/interfac/CommCallBack.java
coypanglei/nanjinJianduo
b6ca49d6fa1182bbf61214338ab08aba63786e4a
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/shaoyue/weizhegou/interfac/CommCallBack.java
coypanglei/nanjinJianduo
b6ca49d6fa1182bbf61214338ab08aba63786e4a
[ "Apache-2.0" ]
null
null
null
19.333333
40
0.767241
1,994
package com.shaoyue.weizhegou.interfac; public interface CommCallBack { void complete(int code, String msg); }
3e04c1543117b8f0c2d9b8a57df47d5790038a27
1,439
java
Java
core/java/android/security/keymaster/KeymasterDateArgument.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
164
2015-01-05T16:49:11.000Z
2022-03-29T20:40:27.000Z
core/java/android/security/keymaster/KeymasterDateArgument.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
127
2015-01-12T12:02:32.000Z
2021-11-28T08:46:25.000Z
core/java/android/security/keymaster/KeymasterDateArgument.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
1,141
2015-01-01T22:54:40.000Z
2022-02-09T22:08:26.000Z
28.215686
75
0.671994
1,995
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e04c38ad7f4a0a5fcc89f83777fc990210a62bd
8,919
java
Java
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/skystone/teleop/MeccanumDriveV2.java
Rumblebots/UltimateGoal
2e3c424e0a86d3ced996bfc937a6cc92a6813714
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/skystone/teleop/MeccanumDriveV2.java
Rumblebots/UltimateGoal
2e3c424e0a86d3ced996bfc937a6cc92a6813714
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/skystone/teleop/MeccanumDriveV2.java
Rumblebots/UltimateGoal
2e3c424e0a86d3ced996bfc937a6cc92a6813714
[ "MIT" ]
null
null
null
43.296117
125
0.639309
1,996
package org.firstinspires.ftc.teamcode.skystone.teleop; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.Gamepad; import com.qualcomm.robotcore.hardware.TouchSensor; import com.qualcomm.robotcore.util.Range; im...
3e04c47ac6e8cacb2278546039900c531fe184b0
5,689
java
Java
2017/9th/app/src/main/java/com/fbla/dulaney/fblayardsale/CommentsAdapter.java
fbla-competitive-events/mobile-application-development
eff4f150498a1650091fb9a3cefd13e2e1a303e1
[ "MIT" ]
null
null
null
2017/9th/app/src/main/java/com/fbla/dulaney/fblayardsale/CommentsAdapter.java
fbla-competitive-events/mobile-application-development
eff4f150498a1650091fb9a3cefd13e2e1a303e1
[ "MIT" ]
null
null
null
2017/9th/app/src/main/java/com/fbla/dulaney/fblayardsale/CommentsAdapter.java
fbla-competitive-events/mobile-application-development
eff4f150498a1650091fb9a3cefd13e2e1a303e1
[ "MIT" ]
null
null
null
38.70068
119
0.595711
1,997
/* CommentsAdapter.java ============================================================================= Josh Talley and Daniel O'Donnell Dulaney High School Mobile Application Development 2016-17 =========================================...
3e04c47f0a51ede53bce9746541a4ac735e79725
695
java
Java
src/main/java/com/omertron/imdbapi/wrapper/WrapperActorData.java
jr2730/SixDegrees
eabcb366740a61bc297dfd1b7c31907abf96de18
[ "Apache-2.0" ]
null
null
null
src/main/java/com/omertron/imdbapi/wrapper/WrapperActorData.java
jr2730/SixDegrees
eabcb366740a61bc297dfd1b7c31907abf96de18
[ "Apache-2.0" ]
null
null
null
src/main/java/com/omertron/imdbapi/wrapper/WrapperActorData.java
jr2730/SixDegrees
eabcb366740a61bc297dfd1b7c31907abf96de18
[ "Apache-2.0" ]
null
null
null
24.821429
67
0.716547
1,998
package com.omertron.imdbapi.wrapper; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonSetter; import com.omertron.imdbapi.model.ImdbPerson; /** * JSON Wrapper class for the response from the API * * Not intended for use outside of the API * * @author stua...
3e04c4a52fbf4927968e78375ec9456a1fe68617
1,501
java
Java
mod-data-import-converter-storage-server/src/main/java/org/folio/services/forms/configs/FormConfigServiceImpl.java
julianladisch/mod-data-import-converter-storage
d5583f99fdd7f4dac743c2ec900821f7b509be23
[ "Apache-2.0" ]
1
2019-01-31T12:03:46.000Z
2019-01-31T12:03:46.000Z
mod-data-import-converter-storage-server/src/main/java/org/folio/services/forms/configs/FormConfigServiceImpl.java
julianladisch/mod-data-import-converter-storage
d5583f99fdd7f4dac743c2ec900821f7b509be23
[ "Apache-2.0" ]
131
2019-02-04T08:51:31.000Z
2022-03-28T16:36:17.000Z
mod-data-import-converter-storage-server/src/main/java/org/folio/services/forms/configs/FormConfigServiceImpl.java
julianladisch/mod-data-import-converter-storage
d5583f99fdd7f4dac743c2ec900821f7b509be23
[ "Apache-2.0" ]
1
2020-04-20T10:48:08.000Z
2020-04-20T10:48:08.000Z
31.270833
126
0.782811
1,999
package org.folio.services.forms.configs; import io.vertx.core.Future; import org.folio.dao.forms.configs.FormConfigDao; import org.folio.rest.jaxrs.model.FormConfig; import org.folio.rest.jaxrs.model.FormConfigCollection; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereo...
3e04c55c76f536e6a80c57f00fe4fc0f54a1d4fe
889
java
Java
formatters/formatter-api/src/com/marvinformatics/formatter/Formatter.java
velo/maven-java-formatter-plugin
88fffd318eef03d96e99211e78eeed4d8d31913e
[ "Apache-2.0" ]
17
2015-01-23T02:32:53.000Z
2017-09-22T21:21:41.000Z
formatters/formatter-api/src/com/marvinformatics/formatter/Formatter.java
velo/maven-java-formatter-plugin
88fffd318eef03d96e99211e78eeed4d8d31913e
[ "Apache-2.0" ]
37
2015-03-23T02:14:38.000Z
2018-09-17T20:38:46.000Z
formatters/formatter-api/src/com/marvinformatics/formatter/Formatter.java
velo/maven-java-formatter-plugin
88fffd318eef03d96e99211e78eeed4d8d31913e
[ "Apache-2.0" ]
15
2015-02-26T14:01:50.000Z
2020-02-06T13:13:59.000Z
28.0625
75
0.727171
2,000
/** * Copyright (C) 2010 Marvin Herman Froeder (efpyi@example.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
3e04c64d800f5328ce48bbc1510a6273e45477de
16,096
java
Java
model-pain-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CreditTransferTransactionInformation14.java
luongnvUIT/prowide-iso20022
59210a4b67cd38759df2d0dd82ad19acf93ffe75
[ "Apache-2.0" ]
40
2020-10-13T13:44:59.000Z
2022-03-30T13:58:32.000Z
model-pain-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CreditTransferTransactionInformation14.java
luongnvUIT/prowide-iso20022
59210a4b67cd38759df2d0dd82ad19acf93ffe75
[ "Apache-2.0" ]
25
2020-10-04T23:46:22.000Z
2022-03-30T12:31:03.000Z
model-pain-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CreditTransferTransactionInformation14.java
luongnvUIT/prowide-iso20022
59210a4b67cd38759df2d0dd82ad19acf93ffe75
[ "Apache-2.0" ]
22
2020-12-22T14:50:22.000Z
2022-03-30T13:19:10.000Z
25.96129
117
0.605741
2,001
package com.prowidesoftware.swift.model.mx.dic; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annota...
3e04c9eef7130582194d4f8faf4600e815962db9
3,079
java
Java
app/src/main/java/com/cunoraz/mta/MyCardView.java
Cutta/MaterialTransitionAnimation
297c39b1cb825a683d41afb79b755584d39a0756
[ "Apache-2.0" ]
184
2016-11-04T15:24:45.000Z
2022-03-09T13:28:52.000Z
app/src/main/java/com/cunoraz/mta/MyCardView.java
Cutta/MaterialTransitionAnimation
297c39b1cb825a683d41afb79b755584d39a0756
[ "Apache-2.0" ]
2
2016-11-09T06:06:40.000Z
2017-04-14T13:47:52.000Z
app/src/main/java/com/cunoraz/mta/MyCardView.java
Cutta/MaterialTransitionAnimation
297c39b1cb825a683d41afb79b755584d39a0756
[ "Apache-2.0" ]
42
2016-11-09T04:47:49.000Z
2020-09-22T21:33:41.000Z
34.595506
140
0.664177
2,002
package com.cunoraz.mta; import android.animation.ValueAnimator; import android.content.Context; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.RelativeLayout; import org.greenrobot.eventbus.EventBus; import org.greenrobot.even...
3e04ca944da546cb83553810638103d78af623a4
73
java
Java
src/unluac/test/TestResult.java
trarck/unluac
ca885dbf5a14b7467ce90f1e91b49401c2959138
[ "MIT" ]
6
2015-10-21T07:14:10.000Z
2019-10-24T15:38:20.000Z
unluac-hgcode/src/unluac/test/TestResult.java
duangsuse/AUnluac
61c106fe7de0b1d6636f29564ffb1aea89e1643f
[ "MIT" ]
null
null
null
unluac-hgcode/src/unluac/test/TestResult.java
duangsuse/AUnluac
61c106fe7de0b1d6636f29564ffb1aea89e1643f
[ "MIT" ]
4
2016-07-10T00:55:09.000Z
2021-08-09T07:29:26.000Z
9.125
24
0.712329
2,003
package unluac.test; public enum TestResult { OK, SKIPPED, FAILED }
3e04cb8a6bbababdd21d3eb152b0fa875dae593c
6,724
java
Java
justify/src/main/java/org/leadpony/justify/internal/schema/AbstractJsonSchema.java
talkdesk-tdx/justify
15682458077fb76731808507764a41f7dd41d638
[ "BSD-3-Clause", "Apache-2.0", "MIT" ]
null
null
null
justify/src/main/java/org/leadpony/justify/internal/schema/AbstractJsonSchema.java
talkdesk-tdx/justify
15682458077fb76731808507764a41f7dd41d638
[ "BSD-3-Clause", "Apache-2.0", "MIT" ]
null
null
null
justify/src/main/java/org/leadpony/justify/internal/schema/AbstractJsonSchema.java
talkdesk-tdx/justify
15682458077fb76731808507764a41f7dd41d638
[ "BSD-3-Clause", "Apache-2.0", "MIT" ]
null
null
null
27.333333
112
0.624777
2,004
/* * Copyright 2018-2019 the Justify 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 applicable law...
3e04cb9ca2e1e1426580d24ad79c9ba6fb816e47
11,665
java
Java
src/main/java/com/xero/api/OAuthRequestResource.java
trungie/Xero-Java
981ec06610faf4d31f88da577d27e5edbf942b1e
[ "MIT" ]
null
null
null
src/main/java/com/xero/api/OAuthRequestResource.java
trungie/Xero-Java
981ec06610faf4d31f88da577d27e5edbf942b1e
[ "MIT" ]
null
null
null
src/main/java/com/xero/api/OAuthRequestResource.java
trungie/Xero-Java
981ec06610faf4d31f88da577d27e5edbf942b1e
[ "MIT" ]
null
null
null
32.67507
174
0.672953
2,005
/* * Copyright (c) 2015 Xero 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 agreed to in wr...
3e04cbdf8f25b6546e1fb611ccbc6662a4bbbbde
1,145
java
Java
commons/core/src/test/java/org/openehealth/ipf/commons/core/test/ConditionalClassRuleTest.java
DevFlorian/ipf
72a63c22800317cfe036999a65d8cc7116f53f1a
[ "Apache-2.0" ]
121
2015-04-01T05:27:48.000Z
2022-03-19T14:12:48.000Z
commons/core/src/test/java/org/openehealth/ipf/commons/core/test/ConditionalClassRuleTest.java
dumip/ipf
67edd842f2317dd8657238c406f28c3d0b009315
[ "Apache-2.0" ]
304
2015-01-09T12:55:33.000Z
2022-03-30T17:19:01.000Z
commons/core/src/test/java/org/openehealth/ipf/commons/core/test/ConditionalClassRuleTest.java
dumip/ipf
67edd842f2317dd8657238c406f28c3d0b009315
[ "Apache-2.0" ]
70
2015-02-07T16:32:23.000Z
2022-02-16T06:48:50.000Z
28.625
84
0.716157
2,006
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
3e04cc75e1743255d7ca92ae09bc87ecbafc70e6
933
java
Java
src/sistema/util/Date.java
filipeluiz/SistemaControleAcademico
c21d59733356d10422c88f93acf9d13792de17e2
[ "MIT" ]
null
null
null
src/sistema/util/Date.java
filipeluiz/SistemaControleAcademico
c21d59733356d10422c88f93acf9d13792de17e2
[ "MIT" ]
null
null
null
src/sistema/util/Date.java
filipeluiz/SistemaControleAcademico
c21d59733356d10422c88f93acf9d13792de17e2
[ "MIT" ]
null
null
null
25.216216
99
0.637728
2,007
package sistema.util; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.time.format.DateTimeParseException; /** * * @author filipe */ public class Date { private static final String dataPadrao = "dd/MM/yyyy"; private static final DateTimeFormatter dataFormato = DateTimeForm...
3e04cd55ab933fc6bee67ba87d56360c15d792de
1,509
java
Java
hrms/src/main/java/com/konstantinlevin77/hrms/business/concretes/employerFieldCheckers/EmployerDomainChecker.java
konstantinlevin77/hrms
a2233c0e74fa76081bb7c219f6c69daa20044b6b
[ "MIT" ]
7
2021-05-26T12:51:06.000Z
2021-06-09T18:51:36.000Z
hrms/src/main/java/com/konstantinlevin77/hrms/business/concretes/employerFieldCheckers/EmployerDomainChecker.java
konstantinlevin77/hrms
a2233c0e74fa76081bb7c219f6c69daa20044b6b
[ "MIT" ]
null
null
null
hrms/src/main/java/com/konstantinlevin77/hrms/business/concretes/employerFieldCheckers/EmployerDomainChecker.java
konstantinlevin77/hrms
a2233c0e74fa76081bb7c219f6c69daa20044b6b
[ "MIT" ]
null
null
null
26.946429
82
0.761431
2,008
package com.konstantinlevin77.hrms.business.concretes.employerFieldCheckers; import com.konstantinlevin77.hrms.business.abstracts.FieldChecker; import com.konstantinlevin77.hrms.core.results.abstracts.Result; import com.konstantinlevin77.hrms.core.results.concretes.ErrorResult; import com.konstantinlevin77.hrms.core.r...
3e04cea0bd96ac72dc70032e7eb315dad5b8fadd
3,214
java
Java
jaxws-cxf-client-ssl/src/test/java/com/codenotfound/soap/http/cxf/HelloWorldClientImplTest.java
harishkadamudi/spring-boot-cxf
92c33093bc69c080edfd607b025aedfaf1aff9b5
[ "MIT" ]
5
2016-12-06T23:09:58.000Z
2020-01-30T18:21:54.000Z
jaxws-cxf-client-ssl/src/test/java/com/codenotfound/soap/http/cxf/HelloWorldClientImplTest.java
harishkadamudi/spring-boot-cxf
92c33093bc69c080edfd607b025aedfaf1aff9b5
[ "MIT" ]
2
2016-12-06T23:09:33.000Z
2017-01-13T19:23:17.000Z
jaxws-cxf-client-ssl/src/test/java/com/codenotfound/soap/http/cxf/HelloWorldClientImplTest.java
harishkadamudi/spring-boot-cxf
92c33093bc69c080edfd607b025aedfaf1aff9b5
[ "MIT" ]
26
2016-10-17T12:45:07.000Z
2020-12-09T18:57:45.000Z
40.683544
103
0.755756
2,009
package com.codenotfound.soap.http.cxf; import static org.junit.Assert.assertEquals; import java.io.File; import java.io.FileInputStream; import java.security.KeyStore; import javax.net.ssl.KeyManager; import javax.net.ssl.KeyManagerFactory; import org.apache.cxf.configuration.jsse.TLSServerParameters; import org.a...
3e04cf3c571bdf8e90131b6af23e4b34daa57593
3,906
java
Java
main/plugins/org.talend.repository.items.importexport.ui/src/main/java/org/talend/repository/items/importexport/ui/managers/ProviderManager.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
75
2015-01-29T03:23:32.000Z
2022-02-26T07:05:40.000Z
main/plugins/org.talend.repository.items.importexport.ui/src/main/java/org/talend/repository/items/importexport/ui/managers/ProviderManager.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
813
2015-01-21T09:36:31.000Z
2022-03-30T01:15:29.000Z
main/plugins/org.talend.repository.items.importexport.ui/src/main/java/org/talend/repository/items/importexport/ui/managers/ProviderManager.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
272
2015-01-08T06:47:46.000Z
2022-02-09T23:22:27.000Z
33.101695
87
0.654378
2,010
// ============================================================================ // // Copyright (C) 2006-2021 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
3e04cf6578f9a4f503f97da1e8ef2065a89e467b
237
java
Java
src/main/java/com/design/patterns/structural/adapter/SquarePeg.java
surajpjannu/DesignPatterns
aca8ccb61062de3e620dc183504baeec841520a8
[ "Apache-2.0" ]
null
null
null
src/main/java/com/design/patterns/structural/adapter/SquarePeg.java
surajpjannu/DesignPatterns
aca8ccb61062de3e620dc183504baeec841520a8
[ "Apache-2.0" ]
null
null
null
src/main/java/com/design/patterns/structural/adapter/SquarePeg.java
surajpjannu/DesignPatterns
aca8ccb61062de3e620dc183504baeec841520a8
[ "Apache-2.0" ]
null
null
null
16.928571
47
0.805907
2,011
package com.design.patterns.structural.adapter; import lombok.AllArgsConstructor; import lombok.Data; import lombok.Getter; import lombok.Setter; @Getter @Setter @AllArgsConstructor public class SquarePeg { private double width; }
3e04cf6e908c844188487979348a98e427586468
861
java
Java
Acacia360CASA_CBS/services/UserAccountFacade/src/com/user/maintenance/form/UserListForm.java
dekso/casa-project
d29da70fdd3efb13d69d8a2ec6c7db7122fe03c1
[ "Apache-2.0" ]
null
null
null
Acacia360CASA_CBS/services/UserAccountFacade/src/com/user/maintenance/form/UserListForm.java
dekso/casa-project
d29da70fdd3efb13d69d8a2ec6c7db7122fe03c1
[ "Apache-2.0" ]
null
null
null
Acacia360CASA_CBS/services/UserAccountFacade/src/com/user/maintenance/form/UserListForm.java
dekso/casa-project
d29da70fdd3efb13d69d8a2ec6c7db7122fe03c1
[ "Apache-2.0" ]
null
null
null
16.882353
43
0.691057
2,012
package com.user.maintenance.form; public class UserListForm { private int id; private String username; private String name; private String userid; private String branch; private String role; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getUsername() { ...