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
3e1902c42c7fd33b3a6e39a586cac49b53e675f0
1,282
java
Java
rs.etf.stud.botfights.tictactoe/java/rs/etf/stud/botfights/tictactoe/O.java
evox94/TicTacToeBotfights
b1acf4724f605b599ceaee5b63af33ff8afbe586
[ "MIT" ]
null
null
null
rs.etf.stud.botfights.tictactoe/java/rs/etf/stud/botfights/tictactoe/O.java
evox94/TicTacToeBotfights
b1acf4724f605b599ceaee5b63af33ff8afbe586
[ "MIT" ]
null
null
null
rs.etf.stud.botfights.tictactoe/java/rs/etf/stud/botfights/tictactoe/O.java
evox94/TicTacToeBotfights
b1acf4724f605b599ceaee5b63af33ff8afbe586
[ "MIT" ]
null
null
null
27.869565
104
0.695788
10,640
package rs.etf.stud.botfights.tictactoe; import javafx.animation.Animation; import javafx.animation.KeyFrame; import javafx.animation.KeyValue; import javafx.animation.Timeline; import javafx.scene.Node; import javafx.scene.paint.Color; import javafx.scene.shape.Arc; import javafx.scene.shape.ArcType; import javafx.sc...
3e19030d81914fd9da2b5c36481193bcb798ef08
183
java
Java
src/main/java/pl/touk/sputnik/connector/saas/json/Violation.java
dswiecki/sputnik
5fa114309734b3e5d11dbeb10df3df9b009e988a
[ "Apache-2.0" ]
179
2015-01-16T16:20:10.000Z
2022-03-14T04:59:39.000Z
src/main/java/pl/touk/sputnik/connector/saas/json/Violation.java
dswiecki/sputnik
5fa114309734b3e5d11dbeb10df3df9b009e988a
[ "Apache-2.0" ]
181
2015-01-02T10:13:48.000Z
2021-12-20T03:58:38.000Z
src/main/java/pl/touk/sputnik/connector/saas/json/Violation.java
dswiecki/sputnik
5fa114309734b3e5d11dbeb10df3df9b009e988a
[ "Apache-2.0" ]
76
2015-01-09T22:13:07.000Z
2021-11-11T15:42:39.000Z
16.636364
44
0.781421
10,641
package pl.touk.sputnik.connector.saas.json; import lombok.AllArgsConstructor; @AllArgsConstructor public class Violation { private Integer line; private String message; }
3e19057a3c86a1301cfd928612909efca8504373
106
java
Java
core/src/main/java/cn/yuanye1818/func4a/core/hero/AddHero.java
yuanye1818/afuncs
4c39b2cd441136755eb1b12858f2480a3c7ec1a9
[ "Apache-2.0" ]
null
null
null
core/src/main/java/cn/yuanye1818/func4a/core/hero/AddHero.java
yuanye1818/afuncs
4c39b2cd441136755eb1b12858f2480a3c7ec1a9
[ "Apache-2.0" ]
null
null
null
core/src/main/java/cn/yuanye1818/func4a/core/hero/AddHero.java
yuanye1818/afuncs
4c39b2cd441136755eb1b12858f2480a3c7ec1a9
[ "Apache-2.0" ]
null
null
null
17.666667
39
0.754717
10,642
package cn.yuanye1818.func4a.core.hero; public interface AddHero { public void addHero(Hero hero); }
3e1906d4a199fee3c59ad656d9564acb4aa39543
25,891
java
Java
android/src/main/java/com/igaworks/adbrixrm_flutter/AdbrixrmFlutterPlugin.java
jinukkr/adbrixrm_flutter
44249a548e8df6afc31bc4203fccdbcd9ebd9ada
[ "MIT" ]
3
2019-11-10T12:56:57.000Z
2020-10-30T02:55:03.000Z
android/src/main/java/com/igaworks/adbrixrm_flutter/AdbrixrmFlutterPlugin.java
jinukkr/adbrixrm_flutter
44249a548e8df6afc31bc4203fccdbcd9ebd9ada
[ "MIT" ]
1
2021-06-14T10:12:42.000Z
2021-06-14T10:14:13.000Z
android/src/main/java/com/igaworks/adbrixrm_flutter/AdbrixrmFlutterPlugin.java
jinukkr/adbrixrm_flutter
44249a548e8df6afc31bc4203fccdbcd9ebd9ada
[ "MIT" ]
null
null
null
31.345036
182
0.6111
10,643
package com.igaworks.adbrixrm_flutter; import android.app.Activity; import android.app.Application; import android.content.Context; import android.os.Bundle; import android.util.Log; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.igaworks.v2.core.AbxCommerce; import com.igaworks....
3e1908399ab12e7f70275c2a09616aefa37f62b3
3,252
java
Java
pkix/src/main/java/org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
1,604
2015-01-01T16:53:59.000Z
2022-03-31T13:21:39.000Z
pkix/src/main/java/org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
1,015
2015-01-08T08:15:43.000Z
2022-03-31T11:05:41.000Z
pkix/src/main/java/org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
885
2015-01-01T16:54:08.000Z
2022-03-31T22:46:25.000Z
39.180723
196
0.753075
10,644
package org.bouncycastle.operator.jcajce; import java.security.Key; import java.security.PrivateKey; import java.security.Provider; import java.util.HashMap; import java.util.Map; import javax.crypto.Cipher; import org.bouncycastle.asn1.cms.GenericHybridParameters; import org.bouncycastle.asn1.cms.RsaKemParameters; ...
3e1908c4c45dfb1eb065c237a25ed61a7a8f8f23
18,602
java
Java
hbase/src/main/java/org/apache/james/mailbox/hbase/HBaseUtils.java
philippeBenoit/james-mailbox
c204760aaff6a5a7a5715aa0868a3268a627a621
[ "Apache-2.0" ]
1
2016-11-29T04:05:28.000Z
2016-11-29T04:05:28.000Z
hbase/src/main/java/org/apache/james/mailbox/hbase/HBaseUtils.java
philippeBenoit/james-mailbox
c204760aaff6a5a7a5715aa0868a3268a627a621
[ "Apache-2.0" ]
null
null
null
hbase/src/main/java/org/apache/james/mailbox/hbase/HBaseUtils.java
philippeBenoit/james-mailbox
c204760aaff6a5a7a5715aa0868a3268a627a621
[ "Apache-2.0" ]
null
null
null
42.763218
126
0.629717
10,645
/**************************************************************** * 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...
3e1909a8f2fd0bf83b5900e3d24e125e3e69de10
189
java
Java
Java OOP Advanced November 2017/e_Reflection/Exercises/p03_BarracksWarsAllRemainingProblems/contracts/CommandInterpreter.java
kr056/Softuni
de9a043ba6d938dfa3f20940f99322033cf8038b
[ "MIT" ]
null
null
null
Java OOP Advanced November 2017/e_Reflection/Exercises/p03_BarracksWarsAllRemainingProblems/contracts/CommandInterpreter.java
kr056/Softuni
de9a043ba6d938dfa3f20940f99322033cf8038b
[ "MIT" ]
10
2020-09-05T17:16:49.000Z
2022-03-08T23:12:53.000Z
Java OOP Advanced November 2017/e_Reflection/Exercises/p03_BarracksWarsAllRemainingProblems/contracts/CommandInterpreter.java
kr056/Softuni
de9a043ba6d938dfa3f20940f99322033cf8038b
[ "MIT" ]
null
null
null
27
78
0.84127
10,646
package e_Reflection.Exercises.p03_BarracksWarsAllRemainingProblems.contracts; public interface CommandInterpreter { Executable interpretCommand(String[] data, String commandName); }
3e190a6aeb4bcefef1f1eb1486156a122399c6cf
1,242
java
Java
Javac2007/流程/comp/02MemberEnter/memberEnter.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/memberEnter.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/memberEnter.java
codefollower/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
101
2015-01-16T23:46:31.000Z
2022-03-30T05:47:06.000Z
35.485714
90
0.580515
10,647
/** Visitor argument: the current environment */ protected Env<AttrContext> env; /** Enter field and method definitions and process import * clauses, catching any completion failure exceptions. */ protected void memberEnter(JCTree tree, Env<AttrContext> env) { DEBUG.P(this,"memberE...
3e190a81a11e1c03e28d1e223431f58e59ddefeb
1,562
java
Java
web-common/src/main/java/pl/edu/icm/unity/webui/common/attributes/image/ImageAttributeHandlerFactory.java
unity-idm/test-import
246b06505afe193167daf894dabff8cc7ffd6787
[ "BSD-3-Clause" ]
20
2017-10-15T19:29:10.000Z
2021-12-13T20:22:48.000Z
web-common/src/main/java/pl/edu/icm/unity/webui/common/attributes/image/ImageAttributeHandlerFactory.java
unity-idm/test-import
246b06505afe193167daf894dabff8cc7ffd6787
[ "BSD-3-Clause" ]
19
2017-11-02T18:08:58.000Z
2022-02-16T00:37:05.000Z
web-common/src/main/java/pl/edu/icm/unity/webui/common/attributes/image/ImageAttributeHandlerFactory.java
unity-idm/test-import
246b06505afe193167daf894dabff8cc7ffd6787
[ "BSD-3-Clause" ]
8
2017-11-17T13:40:47.000Z
2020-09-11T13:06:44.000Z
30.038462
107
0.782971
10,648
/* * Copyright (c) 2018 Bixbit - Krzysztof Benedyczak All rights reserved. * See LICENCE.txt file for licensing information. */ package pl.edu.icm.unity.webui.common.attributes.image; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import pl....
3e190b2f96a382b799ee8d3669134887d2670f5a
739
java
Java
client/src/main/java/me/retrodaredevil/solarthing/config/options/RequestProgramOptionsBase.java
compscirunner/solarthing
1a3c65fc04d329b5dd732112d565e217a0103ae4
[ "MIT" ]
1
2021-02-15T04:11:13.000Z
2021-02-15T04:11:13.000Z
client/src/main/java/me/retrodaredevil/solarthing/config/options/RequestProgramOptionsBase.java
compscirunner/solarthing
1a3c65fc04d329b5dd732112d565e217a0103ae4
[ "MIT" ]
null
null
null
client/src/main/java/me/retrodaredevil/solarthing/config/options/RequestProgramOptionsBase.java
compscirunner/solarthing
1a3c65fc04d329b5dd732112d565e217a0103ae4
[ "MIT" ]
null
null
null
28.423077
109
0.806495
10,649
package me.retrodaredevil.solarthing.config.options; import com.fasterxml.jackson.annotation.JsonProperty; public abstract class RequestProgramOptionsBase extends PacketHandlingOptionBase implements AnalyticsOption { @JsonProperty(AnalyticsOption.PROPERTY_NAME) private boolean isAnalyticsEnabled = AnalyticsOption.D...
3e190b7bff8b53e1fe37e7163d31db6ac143cad4
7,180
java
Java
si-onem2m-src/IITP_IoT_2_7/src/main/java/net/herit/iot/onem2m/resource/AllJoynMethodCall.java
uguraba/SI
9e0f89a7413c351b2f739b1ee8ae2687c04d5ec1
[ "BSD-2-Clause" ]
47
2015-12-31T07:10:44.000Z
2021-12-15T13:31:00.000Z
si-onem2m-src/IITP_IoT_2_7/src/main/java/net/herit/iot/onem2m/resource/AllJoynMethodCall.java
uguraba/SI
9e0f89a7413c351b2f739b1ee8ae2687c04d5ec1
[ "BSD-2-Clause" ]
6
2016-01-27T03:30:46.000Z
2020-11-24T11:48:26.000Z
si-onem2m-src/IITP_IoT_2_7/src/main/java/net/herit/iot/onem2m/resource/AllJoynMethodCall.java
uguraba/SI
9e0f89a7413c351b2f739b1ee8ae2687c04d5ec1
[ "BSD-2-Clause" ]
31
2016-01-11T12:35:34.000Z
2020-02-20T13:12:21.000Z
29.547325
130
0.627855
10,650
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.10.07 at 09:56...
3e190bcb5a060f53c62f75f14370378809472a4f
1,547
java
Java
src/main/java/com/github/dexecutor/core/graph/LevelOrderTraversar.java
lizu18xz/dexecutor-core
4db5cce0513007a3c495f4afffab8fbe07cf1a79
[ "Apache-2.0" ]
243
2016-09-15T07:04:16.000Z
2022-03-28T08:05:03.000Z
src/main/java/com/github/dexecutor/core/graph/LevelOrderTraversar.java
ErShakirAnsari/dexecutor-core
f23c2e7008ad7ff72ca12005cc6e71573c79a3f8
[ "Apache-2.0" ]
29
2017-05-11T04:47:28.000Z
2021-05-25T07:35:57.000Z
src/main/java/com/github/dexecutor/core/graph/LevelOrderTraversar.java
ErShakirAnsari/dexecutor-core
f23c2e7008ad7ff72ca12005cc6e71573c79a3f8
[ "Apache-2.0" ]
65
2016-09-16T18:28:26.000Z
2022-03-28T08:28:43.000Z
34.377778
83
0.698125
10,651
/* * 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...
3e190be20564c92ad5eb0cfb377651c560c13da1
11,785
java
Java
src/main/java/com/jcabi/github/Repos.java
zygm0nt/jcabi-github
9250222a2c66ecb39e280319dd2744fc210845e2
[ "BSD-3-Clause" ]
3
2015-08-05T02:28:43.000Z
2015-11-07T12:04:57.000Z
src/main/java/com/jcabi/github/Repos.java
zygm0nt/jcabi-github
9250222a2c66ecb39e280319dd2744fc210845e2
[ "BSD-3-Clause" ]
18
2015-06-30T00:05:35.000Z
2015-07-28T07:16:52.000Z
src/main/java/com/jcabi/github/Repos.java
cvrebert/typed-github
c0cdeb36d376159b74918a9c91fa8e6ffcbd54a2
[ "BSD-3-Clause" ]
null
null
null
33.765043
122
0.579515
10,652
/** * Copyright (c) 2013-2015, jcabi.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: 1) Redistributions of source code must retain the above * copyright notice, this list of condition...
3e190c6e8d0ac5fe122158b218ac3edfd332300c
261
java
Java
Aplicaciones/AgenciaViajesWT/src/acceso/IServiciosRegiones.java
alexander98in/Proyecto_AgenciaViajes
3e061464fd3a1f605c3824ff0e9f465a8360029d
[ "MIT" ]
null
null
null
Aplicaciones/AgenciaViajesWT/src/acceso/IServiciosRegiones.java
alexander98in/Proyecto_AgenciaViajes
3e061464fd3a1f605c3824ff0e9f465a8360029d
[ "MIT" ]
null
null
null
Aplicaciones/AgenciaViajesWT/src/acceso/IServiciosRegiones.java
alexander98in/Proyecto_AgenciaViajes
3e061464fd3a1f605c3824ff0e9f465a8360029d
[ "MIT" ]
null
null
null
18.642857
58
0.727969
10,653
package acceso; /** * * @author Alexander Inagan */ public interface IServiciosRegiones { public String consultarRegiones(); public String consultarPaises(String nombre_region); public String consultarCiudades(String nombre_ciudad); }
3e190ca37fae27faea5988687088b863f1d683e0
7,681
java
Java
src/test/java/uk/nhs/hee/trainee/details/api/PlacementResourceTest.java
Health-Education-England/tis-trainee-details
60a82782dfd5a1a7b56e74a5d498446441771932
[ "MIT" ]
null
null
null
src/test/java/uk/nhs/hee/trainee/details/api/PlacementResourceTest.java
Health-Education-England/tis-trainee-details
60a82782dfd5a1a7b56e74a5d498446441771932
[ "MIT" ]
148
2020-03-24T13:55:45.000Z
2022-03-28T06:05:27.000Z
src/test/java/uk/nhs/hee/trainee/details/api/PlacementResourceTest.java
Health-Education-England/tis-trainee-details
60a82782dfd5a1a7b56e74a5d498446441771932
[ "MIT" ]
null
null
null
41.518919
100
0.748861
10,654
/* * The MIT License (MIT) * * Copyright 2021 Crown Copyright (Health Education England) * * 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 limita...
3e190cff3b77c1e570eaeac3082539e200907893
902
java
Java
java_spring_boot_swagger/src/main/java/com/example/appserv/ProjectAppServ.java
chemaar/app_skeleton
e53d67a16ae934a9f19b2c1571c94daf2c2b27ee
[ "Apache-2.0" ]
1
2020-11-11T10:48:29.000Z
2020-11-11T10:48:29.000Z
java_spring_boot_swagger/src/main/java/com/example/appserv/ProjectAppServ.java
chemaar/app_skeleton
e53d67a16ae934a9f19b2c1571c94daf2c2b27ee
[ "Apache-2.0" ]
null
null
null
java_spring_boot_swagger/src/main/java/com/example/appserv/ProjectAppServ.java
chemaar/app_skeleton
e53d67a16ae934a9f19b2c1571c94daf2c2b27ee
[ "Apache-2.0" ]
null
null
null
20.044444
74
0.754989
10,655
package com.example.appserv; import java.util.Collections; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.example.dao.ProjectDAO; import com.example.model.Project; import com.example.model.Repository; @Component publi...
3e190d7657abd83ed5d493139911b181e0edcf21
228
java
Java
src/main/java/com/hrms/dao/IRoleDao.java
jattySu/hrms
b69d7584a480bce0984537e2eb149d898acdf64a
[ "Apache-2.0" ]
94
2015-09-29T08:21:00.000Z
2022-03-04T14:14:47.000Z
src/main/java/com/hrms/dao/IRoleDao.java
jattySu/hrms
b69d7584a480bce0984537e2eb149d898acdf64a
[ "Apache-2.0" ]
2
2018-01-11T03:18:52.000Z
2020-02-11T07:38:26.000Z
src/main/java/com/hrms/dao/IRoleDao.java
dreajay/hrms
b69d7584a480bce0984537e2eb149d898acdf64a
[ "Apache-2.0" ]
97
2015-04-03T09:24:44.000Z
2022-03-02T14:57:06.000Z
19
63
0.732456
10,656
package com.hrms.dao; import java.util.List; import com.hrms.model.Role; import com.hrms.model.User; public interface IRoleDao extends IGenericDao<Role, Integer> { public List<User> findUsers(Integer roleId); }
3e190f93ad3bf9566121ce622155a1905fdb9a28
2,897
java
Java
core/src/main/java/org/gate/gui/graph/editor/ShadowBorder.java
li-huipu/gate
c2ad6e1685becbcf9d60cd8f925555a7465f62e2
[ "Apache-2.0" ]
2
2020-03-28T09:22:32.000Z
2020-07-21T02:38:19.000Z
core/src/main/java/org/gate/gui/graph/editor/ShadowBorder.java
li-huipu/gate
c2ad6e1685becbcf9d60cd8f925555a7465f62e2
[ "Apache-2.0" ]
2
2021-12-10T01:36:13.000Z
2021-12-14T21:44:03.000Z
core/src/main/java/org/gate/gui/graph/editor/ShadowBorder.java
li-huipu/gate
c2ad6e1685becbcf9d60cd8f925555a7465f62e2
[ "Apache-2.0" ]
1
2020-05-01T03:34:04.000Z
2020-05-01T03:34:04.000Z
25.412281
79
0.6738
10,657
/* * 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 ...
3e1910d91b638cb1b27c22e8d401a3e1ee3a31a4
9,568
java
Java
src/algorithms/bst/BinaryTree.java
Ohohcakester/Any-Angle-Pathfinding
7b196baf6b7e8e4892f640b8db82f6cc186867b0
[ "Unlicense" ]
125
2015-02-21T20:41:47.000Z
2022-02-28T08:58:04.000Z
src/algorithms/bst/BinaryTree.java
Maxxxel/Any-Angle-Pathfinding
7b196baf6b7e8e4892f640b8db82f6cc186867b0
[ "Unlicense" ]
null
null
null
src/algorithms/bst/BinaryTree.java
Maxxxel/Any-Angle-Pathfinding
7b196baf6b7e8e4892f640b8db82f6cc186867b0
[ "Unlicense" ]
26
2015-07-03T16:10:23.000Z
2022-02-05T14:45:15.000Z
27.181818
96
0.505644
10,658
package algorithms.bst; import java.util.Iterator; import java.util.LinkedList; import java.util.Queue; import java.util.Stack; /** * Base class for a binary tree that stores type E objects. * Node is a public class. */ public class BinaryTree<E> implements Iterable<E>{ // Data Field /** The root of the b...
3e1911d567e784faba656f16485275a2d9fb24c7
2,071
java
Java
src/main/java/org/fhir/pojo/Ratio.java
gmai2006/fhir
8613874a4a93a108c8520f8752155449464deb48
[ "MIT" ]
1
2018-02-09T05:43:07.000Z
2018-02-09T05:43:07.000Z
src/main/java/org/fhir/pojo/Ratio.java
gmai2006/fhir
8613874a4a93a108c8520f8752155449464deb48
[ "MIT" ]
null
null
null
src/main/java/org/fhir/pojo/Ratio.java
gmai2006/fhir
8613874a4a93a108c8520f8752155449464deb48
[ "MIT" ]
null
null
null
29.585714
110
0.697731
10,659
/* * #%L * FHIR Implementation * %% * Copyright (C) 2018 DataScience 9 LLC * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
3e19122976ca57148b720f8b63ed0dedeb7345de
1,299
java
Java
src/main/java/org/ga4gh/registry/annotation/openapi/ApiResponseNotFound.java
soumyadip007/ga4gh-registry
bf90cdbd875c5576943a7dff21ce321a106fbea5
[ "Apache-2.0" ]
null
null
null
src/main/java/org/ga4gh/registry/annotation/openapi/ApiResponseNotFound.java
soumyadip007/ga4gh-registry
bf90cdbd875c5576943a7dff21ce321a106fbea5
[ "Apache-2.0" ]
null
null
null
src/main/java/org/ga4gh/registry/annotation/openapi/ApiResponseNotFound.java
soumyadip007/ga4gh-registry
bf90cdbd875c5576943a7dff21ce321a106fbea5
[ "Apache-2.0" ]
null
null
null
35.108108
67
0.712086
10,660
package org.ga4gh.registry.annotation.openapi; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.ga4gh.registry.example.Example; import org.ga4gh.registry.model.RegistryError; import org.ga4gh.regi...
3e1912a14cb0819d24077171daf9410e63f721ba
3,447
java
Java
app/src/main/java/com/jidcoo/android/widgettest/custom/CustomViewStyleConfigurator.java
Jidcoo/CommentView
26df8f9903d0dd664bc975945b17faba2b3fba73
[ "Apache-2.0" ]
42
2020-07-15T02:06:03.000Z
2022-03-21T16:44:19.000Z
app/src/main/java/com/jidcoo/android/widgettest/custom/CustomViewStyleConfigurator.java
latemb/CommentView
26df8f9903d0dd664bc975945b17faba2b3fba73
[ "Apache-2.0" ]
6
2020-07-16T08:36:05.000Z
2021-12-15T02:10:41.000Z
app/src/main/java/com/jidcoo/android/widgettest/custom/CustomViewStyleConfigurator.java
latemb/CommentView
26df8f9903d0dd664bc975945b17faba2b3fba73
[ "Apache-2.0" ]
9
2020-07-15T01:10:08.000Z
2022-03-04T10:00:15.000Z
42.036585
75
0.602263
10,661
package com.jidcoo.android.widgettest.custom; import android.content.Context; import android.graphics.Typeface; import com.jidcoo.android.widget.commentview.utils.ViewUtil; import com.jidcoo.android.widget.commentview.view.ViewStyleConfigurator; public class CustomViewStyleConfigurator extends ViewStyleConfigurato...
3e1912c3a7350290e12d09fa177a2b26bc55eb9c
2,306
java
Java
salesdashboard/src/main/java/com/example/util/Util.java
hisamith/AFDemo
bb8cf63a574b13b84691ab2cc5dd87f96fb5f1b0
[ "Apache-2.0" ]
null
null
null
salesdashboard/src/main/java/com/example/util/Util.java
hisamith/AFDemo
bb8cf63a574b13b84691ab2cc5dd87f96fb5f1b0
[ "Apache-2.0" ]
null
null
null
salesdashboard/src/main/java/com/example/util/Util.java
hisamith/AFDemo
bb8cf63a574b13b84691ab2cc5dd87f96fb5f1b0
[ "Apache-2.0" ]
null
null
null
41.178571
111
0.635299
10,662
package com.example.util; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.wso2.carbon.context.CarbonContext; import org.wso2.carbon.context.RegistryType; import org.wso2.carbon.registry.core.Registry; import org.wso2.carbon.registry.core.Resource; import org.wso2.carbon....
3e191404594a1209f14765af67a302c1dc2a83cd
972
java
Java
_src/Chapter12/Claim/app/src/main/java/com/packtpub/claim/util/MultiOnClickListener.java
paullewallencom/android-978-1-7884-7505-1
db4652ca46518f064be6bff30ff5f0b2cee39dbd
[ "Apache-2.0" ]
16
2017-11-25T03:02:46.000Z
2022-02-01T22:26:16.000Z
_src/Chapter12/Claim/app/src/main/java/com/packtpub/claim/util/MultiOnClickListener.java
paullewallencom/android-978-1-7884-7505-1
db4652ca46518f064be6bff30ff5f0b2cee39dbd
[ "Apache-2.0" ]
null
null
null
_src/Chapter12/Claim/app/src/main/java/com/packtpub/claim/util/MultiOnClickListener.java
paullewallencom/android-978-1-7884-7505-1
db4652ca46518f064be6bff30ff5f0b2cee39dbd
[ "Apache-2.0" ]
10
2017-11-25T03:44:24.000Z
2019-03-15T06:56:27.000Z
26.27027
86
0.695473
10,663
package com.packtpub.claim.util; import android.view.View; import java.util.List; import java.util.Arrays; import java.util.concurrent.CopyOnWriteArrayList; /** * Created by jason on 2017/11/07. */ public class MultiOnClickListener implements View.OnClickListener { private final List<View.OnClickListener> li...
3e19144acad06c16b4d4bd31ec2f3b0849288266
1,268
java
Java
admin-workflow/src/main/java/com/ibeetl/starter/workflow/event/TaskPauseEvent.java
ShaolinWang/admin
1d1d79526d77428594e0052a4cd04b2ef5eca13b
[ "BSD-3-Clause" ]
null
null
null
admin-workflow/src/main/java/com/ibeetl/starter/workflow/event/TaskPauseEvent.java
ShaolinWang/admin
1d1d79526d77428594e0052a4cd04b2ef5eca13b
[ "BSD-3-Clause" ]
null
null
null
admin-workflow/src/main/java/com/ibeetl/starter/workflow/event/TaskPauseEvent.java
ShaolinWang/admin
1d1d79526d77428594e0052a4cd04b2ef5eca13b
[ "BSD-3-Clause" ]
null
null
null
23.054545
102
0.720032
10,664
package com.ibeetl.starter.workflow.event; public class TaskPauseEvent { String taskId; String taskName; String taskInsId; String processKey; String processName; String processInsId; public String getTaskId() { return taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public String...
3e1914655c3afca9594d3fd5e0c23de8401fcd80
31,245
java
Java
src/main/java/com/cy/core/login/action/LoginAction.java
fanyoucai/cyserver
9c4192b0ccaecda184315d1ac2f5d3a5da8f4f71
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cy/core/login/action/LoginAction.java
fanyoucai/cyserver
9c4192b0ccaecda184315d1ac2f5d3a5da8f4f71
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cy/core/login/action/LoginAction.java
fanyoucai/cyserver
9c4192b0ccaecda184315d1ac2f5d3a5da8f4f71
[ "Apache-2.0" ]
null
null
null
30.935644
124
0.646055
10,665
package com.cy.core.login.action; import java.awt.image.BufferedImage; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.imageio.ImageIO; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServletRequest; import com.cy.common.utils.CacheUtils; impor...
3e1914ac294ea752614b93fab71a23fea859504f
2,972
java
Java
app/src/main/java/com/lvyangai/highopinion/activity/BaseChildFragment.java
LvYangai/HighOpinion
21110c7c2360d442781460d216b1ed752bd3b00c
[ "Apache-2.0" ]
3
2019-06-05T03:50:05.000Z
2020-01-16T08:08:03.000Z
app/src/main/java/com/lvyangai/highopinion/activity/BaseChildFragment.java
LvYangai/HighOpinion
21110c7c2360d442781460d216b1ed752bd3b00c
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/lvyangai/highopinion/activity/BaseChildFragment.java
LvYangai/HighOpinion
21110c7c2360d442781460d216b1ed752bd3b00c
[ "Apache-2.0" ]
1
2019-06-09T10:38:36.000Z
2019-06-09T10:38:36.000Z
23.991935
102
0.566723
10,666
package com.lvyangai.highopinion.activity; import android.os.Bundle; import android.support.annotation.Nullable; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * 作者:Created by 吕言盖 (LYG-Pro) * 时间: 2019/5/8. * 描述: * lyhxr@example.com */ pu...
3e1914d454b5cd8b771378241dbf8c91f5581c32
214
java
Java
libraunrar4j/src/main/java/ruby/blacktech/libraunrar4j/exception/RarException.java
rubydongle/libraunrar4j
71eed0ac2a95d67d3e2960436610d5bbc2dc4e43
[ "MIT" ]
null
null
null
libraunrar4j/src/main/java/ruby/blacktech/libraunrar4j/exception/RarException.java
rubydongle/libraunrar4j
71eed0ac2a95d67d3e2960436610d5bbc2dc4e43
[ "MIT" ]
null
null
null
libraunrar4j/src/main/java/ruby/blacktech/libraunrar4j/exception/RarException.java
rubydongle/libraunrar4j
71eed0ac2a95d67d3e2960436610d5bbc2dc4e43
[ "MIT" ]
null
null
null
17.833333
47
0.654206
10,667
package ruby.blacktech.libraunrar4j.exception; public class RarException extends Exception { public RarException(Throwable cause) { super(cause); } public RarException() { } }
3e19157a01c841039c5d8567a3355155c18e09fc
924
java
Java
src/main/java/frc/robot/Constants.java
TitaniumTigers4829/SwerveBot_Math
58995c46a994270751906f7371b4737b1178966a
[ "BSD-3-Clause" ]
null
null
null
src/main/java/frc/robot/Constants.java
TitaniumTigers4829/SwerveBot_Math
58995c46a994270751906f7371b4737b1178966a
[ "BSD-3-Clause" ]
null
null
null
src/main/java/frc/robot/Constants.java
TitaniumTigers4829/SwerveBot_Math
58995c46a994270751906f7371b4737b1178966a
[ "BSD-3-Clause" ]
null
null
null
31.862069
74
0.689394
10,668
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. package frc.robot; /** Add your docs here. */ public class Constants { public static class SwerveConstants{ ...
3e1915adfe0556eae1f7b3f3952cbada5c913da1
2,394
java
Java
src/main/java/com/tabular/tabular/service/CustomerService.java
im-liang/tabular
7b35c2dd41a06efc50d65ccacb9665171d4cf51e
[ "Apache-1.1" ]
null
null
null
src/main/java/com/tabular/tabular/service/CustomerService.java
im-liang/tabular
7b35c2dd41a06efc50d65ccacb9665171d4cf51e
[ "Apache-1.1" ]
null
null
null
src/main/java/com/tabular/tabular/service/CustomerService.java
im-liang/tabular
7b35c2dd41a06efc50d65ccacb9665171d4cf51e
[ "Apache-1.1" ]
null
null
null
33.71831
96
0.716374
10,669
package com.tabular.tabular.service; import com.tabular.tabular.dao.CustomerDao; import com.tabular.tabular.entity.Customer; import com.tabular.tabular.exception.customer.NoSuchCustomerException; import com.tabular.tabular.exception.user.NoSuchUserException; import com.tabular.tabular.service.blueprint.CustomerService...
3e19176650ba326322ddc09c7734bfeb3088d2b4
6,659
java
Java
inflater/src/main/java/xyz/truenight/dynamic/AttributeApplier.java
TrueNight/Dynamic
ca3a9cdb3e171e9f834715625b10aec1cc05e4c2
[ "Apache-2.0" ]
1
2019-05-24T08:02:40.000Z
2019-05-24T08:02:40.000Z
inflater/src/main/java/xyz/truenight/dynamic/AttributeApplier.java
TrueNight/Dynamic
ca3a9cdb3e171e9f834715625b10aec1cc05e4c2
[ "Apache-2.0" ]
null
null
null
inflater/src/main/java/xyz/truenight/dynamic/AttributeApplier.java
TrueNight/Dynamic
ca3a9cdb3e171e9f834715625b10aec1cc05e4c2
[ "Apache-2.0" ]
2
2021-05-27T18:56:17.000Z
2021-08-10T20:28:57.000Z
38.270115
147
0.66992
10,670
/** * Copyright (C) 2017 Mikhail Frolov * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable l...
3e19186612fc5e1b4172908f97033cc7af276b3a
352
java
Java
src/main/java/com/zhongyp/advanced/pattern/factory/simplefactory/SimpleFactory.java
zhongyp/Demo
af547d924c108e4488bd916b52fa817103f4f783
[ "MIT" ]
null
null
null
src/main/java/com/zhongyp/advanced/pattern/factory/simplefactory/SimpleFactory.java
zhongyp/Demo
af547d924c108e4488bd916b52fa817103f4f783
[ "MIT" ]
4
2020-03-04T21:51:17.000Z
2021-12-09T20:03:24.000Z
src/main/java/com/zhongyp/advanced/pattern/factory/simplefactory/SimpleFactory.java
zhongyp/demo
af547d924c108e4488bd916b52fa817103f4f783
[ "MIT" ]
null
null
null
19.611111
59
0.597734
10,671
package com.zhongyp.advanced.pattern.factory.simplefactory; /** * project: demo * author: zhongyp * date: 2018/3/27 * mail: nnheo@example.com */ public class SimpleFactory { Mouse createMouse(String type){ if(type.equals("dell")){ return new DellMouse(); }else{ return n...
3e1918bc4d192d7db2f512acc7c92badd71c2636
2,161
java
Java
src/Examples/RandomlyGeneratedUniverse.java
andrewnyhus/neuLayout-Swing
910b2310486507724aa022c3ec025e368ae1f6cd
[ "MIT" ]
null
null
null
src/Examples/RandomlyGeneratedUniverse.java
andrewnyhus/neuLayout-Swing
910b2310486507724aa022c3ec025e368ae1f6cd
[ "MIT" ]
null
null
null
src/Examples/RandomlyGeneratedUniverse.java
andrewnyhus/neuLayout-Swing
910b2310486507724aa022c3ec025e368ae1f6cd
[ "MIT" ]
null
null
null
36.627119
88
0.718186
10,672
/* * The MIT License * * Copyright 2015 andrewnyhus. * * 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 * to use, copy, mo...
3e1918e0a92c310c9520c9b9354c1e51b30d6939
380
java
Java
requisition_ws/src/main/java/com/tq/utils/DateFormater.java
huahuajjh/mvn_requisition_ws
31c8990ad1e12e141e797fb73983dd86ab27a310
[ "Apache-2.0" ]
null
null
null
requisition_ws/src/main/java/com/tq/utils/DateFormater.java
huahuajjh/mvn_requisition_ws
31c8990ad1e12e141e797fb73983dd86ab27a310
[ "Apache-2.0" ]
null
null
null
requisition_ws/src/main/java/com/tq/utils/DateFormater.java
huahuajjh/mvn_requisition_ws
31c8990ad1e12e141e797fb73983dd86ab27a310
[ "Apache-2.0" ]
null
null
null
21.111111
68
0.718421
10,673
package com.tq.utils; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class DateFormater { private static DateFormat df = new SimpleDateFormat("yyyy-MM-dd"); public static Date parse(String date) { try { return df.parse(date...
3e191a41a77e0c38c7b02402615362b6c1a01f2a
115
java
Java
src/test/java/org/jlw/test/db/DefaultDatabaseDialectInitializer.java
jlwagner12/ulid
110df8735ee8313ef51fcbd9bf3c03bed286dfb7
[ "MIT" ]
null
null
null
src/test/java/org/jlw/test/db/DefaultDatabaseDialectInitializer.java
jlwagner12/ulid
110df8735ee8313ef51fcbd9bf3c03bed286dfb7
[ "MIT" ]
null
null
null
src/test/java/org/jlw/test/db/DefaultDatabaseDialectInitializer.java
jlwagner12/ulid
110df8735ee8313ef51fcbd9bf3c03bed286dfb7
[ "MIT" ]
null
null
null
19.166667
84
0.86087
10,674
package org.jlw.test.db; public class DefaultDatabaseDialectInitializer implements DatabaseDialectInitializer { }
3e191aeac77e96cb7d384c3e65597fb5431e3ab3
1,810
java
Java
src/test/ser/offheaplatency/MktDataDispatcher.java
TMCBonds/fast-serialization
51eb57644e16bb0e410dc75a4d07725481828e36
[ "Apache-2.0" ]
1,370
2015-01-02T13:33:02.000Z
2022-03-26T22:07:25.000Z
src/test/ser/offheaplatency/MktDataDispatcher.java
TMCBonds/fast-serialization
51eb57644e16bb0e410dc75a4d07725481828e36
[ "Apache-2.0" ]
279
2015-01-01T18:51:47.000Z
2022-03-16T06:22:55.000Z
src/test/ser/offheaplatency/MktDataDispatcher.java
TMCBonds/fast-serialization
51eb57644e16bb0e410dc75a4d07725481828e36
[ "Apache-2.0" ]
257
2015-01-06T01:42:17.000Z
2022-03-23T06:23:19.000Z
26.617647
100
0.583978
10,675
package ser.offheaplatency; import java.util.*; import java.util.concurrent.*; public final class MktDataDispatcher implements Runnable{ private volatile boolean keepDispatching; private final ExecutorService service; private final MyFSTSerializer serializer; private final MktDataListener listener; ...
3e191b883f93dfcc43820b0353f00416daf1c98e
338
java
Java
code/mqtt/org.eclipsescout.mqttclient.shared/src/org/eclipsescout/mqttclient/shared/services/ReadNotificationPermission.java
jmini/scoutbook
6d5128efb73f2d59dbd827f5e1096ae1bf1bfc7e
[ "CC-BY-2.0" ]
null
null
null
code/mqtt/org.eclipsescout.mqttclient.shared/src/org/eclipsescout/mqttclient/shared/services/ReadNotificationPermission.java
jmini/scoutbook
6d5128efb73f2d59dbd827f5e1096ae1bf1bfc7e
[ "CC-BY-2.0" ]
null
null
null
code/mqtt/org.eclipsescout.mqttclient.shared/src/org/eclipsescout/mqttclient/shared/services/ReadNotificationPermission.java
jmini/scoutbook
6d5128efb73f2d59dbd827f5e1096ae1bf1bfc7e
[ "CC-BY-2.0" ]
null
null
null
15.363636
65
0.710059
10,676
/** * */ package org.eclipsescout.mqttclient.shared.services; import java.security.BasicPermission; /** * @author mzi */ public class ReadNotificationPermission extends BasicPermission { private static final long serialVersionUID = 1L; /** * */ public ReadNotificationPermission() { super("ReadNoti...
3e191d050c1d229ea4851f65c304699dc6018db9
8,093
java
Java
runescape-client/src/main/java/class137.java
Samlof/runelite
e089ae19e5795da93ddf75b47b5ceb114913e013
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/class137.java
Samlof/runelite
e089ae19e5795da93ddf75b47b5ceb114913e013
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/class137.java
Samlof/runelite
e089ae19e5795da93ddf75b47b5ceb114913e013
[ "BSD-2-Clause" ]
null
null
null
34.292373
159
0.602249
10,677
import net.runelite.mapping.Export; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("eg") public class class137 { @ObfuscatedName("u") @Export("directions") public static int[][] directions; @ObfuscatedName("p") @Export("distances") public static int[]...
3e191ead451ebefdc8e174375b71521f91dce3e5
840
java
Java
algs4/ch01/section2exer/FlipsMax.java
sennhvi/algorithms
5b8f45343b9f2f367e03eeaa4e685857f0866c27
[ "MIT" ]
null
null
null
algs4/ch01/section2exer/FlipsMax.java
sennhvi/algorithms
5b8f45343b9f2f367e03eeaa4e685857f0866c27
[ "MIT" ]
null
null
null
algs4/ch01/section2exer/FlipsMax.java
sennhvi/algorithms
5b8f45343b9f2f367e03eeaa4e685857f0866c27
[ "MIT" ]
null
null
null
30
56
0.55119
10,678
/** * Created by sennhviwang * Time: 12:18 AM on 5/28/15 * Not trying to handle Exceptions. * Objects as return value and args. */ public class FlipsMax { // Objects as return value, return the bigger one. public static Counter max(Counter x, Counter y) { if (x.tally() > y.tally()) return x; ...
3e191ec4dec400b89a94a3096ca7013e8dab5ea8
308
java
Java
src/main/java/InfrastructureManager/Modules/NetworkStructure/GlobalVarAccessNetworkModule.java
EdgeLab-FHDO/Edge-Diagnostic-Platform
49f1d55f57678c62d3af1f5c307b25e41856f14c
[ "MIT" ]
1
2020-08-05T23:30:00.000Z
2020-08-05T23:30:00.000Z
src/main/java/InfrastructureManager/Modules/NetworkStructure/GlobalVarAccessNetworkModule.java
EdgeLab-FHDO/Edge-Diagnostic-Platform
49f1d55f57678c62d3af1f5c307b25e41856f14c
[ "MIT" ]
90
2020-07-26T08:22:44.000Z
2021-04-30T14:29:51.000Z
src/main/java/InfrastructureManager/Modules/NetworkStructure/GlobalVarAccessNetworkModule.java
EdgeLab-FHDO/Edge-Diagnostic-Platform
49f1d55f57678c62d3af1f5c307b25e41856f14c
[ "MIT" ]
2
2020-11-23T17:22:04.000Z
2021-04-17T17:27:03.000Z
38.5
103
0.850649
10,679
package InfrastructureManager.Modules.NetworkStructure; import InfrastructureManager.ModuleManagement.ImmutablePlatformModule; interface GlobalVarAccessNetworkModule extends ImmutablePlatformModule { String getSharedResource(); //TODO: This is an example of a String shared resource, change the type }
3e191f5bafb094657049618c3655f39221cd857b
931
java
Java
src/main/java/io/github/theriverelder/steelcraft/data/HeatSources.java
TheRiverElder/SteelCarft
682957416c6dd5474f0737224b968a4692b75a01
[ "MIT" ]
null
null
null
src/main/java/io/github/theriverelder/steelcraft/data/HeatSources.java
TheRiverElder/SteelCarft
682957416c6dd5474f0737224b968a4692b75a01
[ "MIT" ]
null
null
null
src/main/java/io/github/theriverelder/steelcraft/data/HeatSources.java
TheRiverElder/SteelCarft
682957416c6dd5474f0737224b968a4692b75a01
[ "MIT" ]
null
null
null
31.033333
71
0.703545
10,680
package io.github.theriverelder.steelcraft.data; import net.minecraft.block.Block; import net.minecraft.block.Blocks; import java.util.HashMap; import java.util.Map; public class HeatSources { private static Map<Block, Float> TEMPERATURE_MAP = new HashMap<>(); static { TEMPERATURE_MAP.put(Blocks.LA...
3e19206d1127e54361dc6fb9da6acc020fac9f6c
1,152
java
Java
src/main/java/info/blockchain/api/FindBlockWithTimestamp.java
ElHassanBaghrar/Projet-BITCOIN
99bc60f5d8c12bd993a94f1bcb6efb04e455e5bd
[ "Apache-2.0" ]
null
null
null
src/main/java/info/blockchain/api/FindBlockWithTimestamp.java
ElHassanBaghrar/Projet-BITCOIN
99bc60f5d8c12bd993a94f1bcb6efb04e455e5bd
[ "Apache-2.0" ]
null
null
null
src/main/java/info/blockchain/api/FindBlockWithTimestamp.java
ElHassanBaghrar/Projet-BITCOIN
99bc60f5d8c12bd993a94f1bcb6efb04e455e5bd
[ "Apache-2.0" ]
null
null
null
24.510638
75
0.619792
10,681
package info.blockchain.api; import info.blockchain.api.blockexplorer.BlockExplorer; import info.blockchain.api.blockexplorer.entity.*; import org.apache.commons.lang3.time.StopWatch; import java.util.List; public class FindBlockWithTimestamp { public static void main(String[] args) throws Exception, APIExcepti...
3e1920a88620adcbd08264972dadd684c7f4f99b
3,702
java
Java
CRY/library/api/fermat-cry-api/src/main/java/com/bitdubai/fermat_cry_api/layer/crypto_vault/CryptoVaultManager.java
nattyco/fermatold
2b43a5504ecaba747b8d54676b93c98d378ba5d6
[ "MIT" ]
null
null
null
CRY/library/api/fermat-cry-api/src/main/java/com/bitdubai/fermat_cry_api/layer/crypto_vault/CryptoVaultManager.java
nattyco/fermatold
2b43a5504ecaba747b8d54676b93c98d378ba5d6
[ "MIT" ]
null
null
null
CRY/library/api/fermat-cry-api/src/main/java/com/bitdubai/fermat_cry_api/layer/crypto_vault/CryptoVaultManager.java
nattyco/fermatold
2b43a5504ecaba747b8d54676b93c98d378ba5d6
[ "MIT" ]
1
2021-08-15T20:32:35.000Z
2021-08-15T20:32:35.000Z
49.36
270
0.795516
10,682
package com.bitdubai.fermat_cry_api.layer.crypto_vault; import com.bitdubai.fermat_api.layer.all_definition.money.CryptoAddress; import com.bitdubai.fermat_api.layer.all_definition.transaction_transference_protocol.TransactionSender; import com.bitdubai.fermat_api.layer.all_definition.transaction_transference_protocol...
3e19218993dfc8f3555cad5d03a2b3fd8b40fdad
829
java
Java
wicked-forms/wicked-forms-wicket6/src/main/java/de/adesso/wickedforms/wicket6/components/Submittable.java
MarekChroszcz/wicked-forms
c7e53472f30b7d03b4778011eb4ce645a8c021f2
[ "Apache-2.0" ]
4
2015-03-08T13:22:49.000Z
2017-11-29T11:01:32.000Z
wicked-forms/wicked-forms-wicket6/src/main/java/de/adesso/wickedforms/wicket6/components/Submittable.java
MarekChroszcz/wicked-forms
c7e53472f30b7d03b4778011eb4ce645a8c021f2
[ "Apache-2.0" ]
11
2017-11-29T11:09:22.000Z
2017-11-30T07:13:15.000Z
wicked-forms/wicked-forms-wicket6/src/main/java/de/adesso/wickedforms/wicket6/components/Submittable.java
MarekChroszcz/wicked-forms
c7e53472f30b7d03b4778011eb4ce645a8c021f2
[ "Apache-2.0" ]
1
2015-08-12T08:48:00.000Z
2015-08-12T08:48:00.000Z
34.541667
77
0.737033
10,683
/** * Copyright 2013 Wicked Forms (https://github.com/thombergs/wicked-forms) * * 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...
3e1921b299ff8d6e538fd898e73241dfe26af436
685
java
Java
aquarius-common/src/main/java/com/nepxion/aquarius/common/exception/AquariusException.java
zhongzunfa/Aquarius
44f8446d9ec3f2d7f7a0e741edab0a6c209817af
[ "Apache-2.0" ]
410
2017-11-11T12:22:41.000Z
2022-03-26T14:25:13.000Z
aquarius-common/src/main/java/com/nepxion/aquarius/common/exception/AquariusException.java
zhongzunfa/Aquarius
44f8446d9ec3f2d7f7a0e741edab0a6c209817af
[ "Apache-2.0" ]
5
2018-02-02T06:13:26.000Z
2021-06-23T06:50:43.000Z
aquarius-common/src/main/java/com/nepxion/aquarius/common/exception/AquariusException.java
zhongzunfa/Aquarius
44f8446d9ec3f2d7f7a0e741edab0a6c209817af
[ "Apache-2.0" ]
156
2017-11-11T12:22:45.000Z
2021-12-31T08:54:36.000Z
22.833333
70
0.668613
10,684
package com.nepxion.aquarius.common.exception; /** * <p>Title: Nepxion Aquarius</p> * <p>Description: Nepxion Aquarius</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ public class AquariusException extends RuntimeException { private static fi...
3e1922aeea34668a2eb816518844990ceb5ebaff
1,988
java
Java
spring/src/test/java/org/axonframework/spring/messaging/ApplicationContextEventPublisherTest.java
viogate/AxonFramework
92755c0eafc4535be21cd33b043bacb2a19e7514
[ "ECL-2.0", "Apache-2.0" ]
1
2018-06-07T15:07:26.000Z
2018-06-07T15:07:26.000Z
spring/src/test/java/org/axonframework/spring/messaging/ApplicationContextEventPublisherTest.java
viogate/AxonFramework
92755c0eafc4535be21cd33b043bacb2a19e7514
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
spring/src/test/java/org/axonframework/spring/messaging/ApplicationContextEventPublisherTest.java
viogate/AxonFramework
92755c0eafc4535be21cd33b043bacb2a19e7514
[ "ECL-2.0", "Apache-2.0" ]
1
2019-07-13T01:53:43.000Z
2019-07-13T01:53:43.000Z
28
81
0.726358
10,685
package org.axonframework.spring.messaging; import org.axonframework.eventhandling.EventBus; import org.axonframework.eventhandling.SimpleEventBus; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.PayloadApplicatio...
3e19231ffcab416cb70f29ed4787b7fbdc1d70dd
881
java
Java
src/net/wac/main/main.java
NoahEriksson3/WantACookie
d1a78ff8aa25109e3b8264ebf19bae54bf0b74e9
[ "Apache-2.0" ]
null
null
null
src/net/wac/main/main.java
NoahEriksson3/WantACookie
d1a78ff8aa25109e3b8264ebf19bae54bf0b74e9
[ "Apache-2.0" ]
null
null
null
src/net/wac/main/main.java
NoahEriksson3/WantACookie
d1a78ff8aa25109e3b8264ebf19bae54bf0b74e9
[ "Apache-2.0" ]
null
null
null
20.488372
65
0.575482
10,686
package net.wac.main; import net.wac.dependencies.print_func; public class main { private static String class_name = "main"; public static void main(String[] args) { System.out.println("Want a cookie?"); System.out.println("Start of class\n" + "Name: " + class_name); print_func p = new print_func(); ...
3e1924385655580f52df2893d66b88c721981fd5
4,373
java
Java
src/main/java/biz/a7software/slimmyinvoice/data/Fingerprint.java
a7-software/slim-my-invoice
064c2e76b28f8489e43600e7762884852690cd42
[ "Apache-2.0" ]
2
2015-05-29T14:48:58.000Z
2020-12-21T02:52:18.000Z
src/main/java/biz/a7software/slimmyinvoice/data/Fingerprint.java
a7-software/slim-my-invoice
064c2e76b28f8489e43600e7762884852690cd42
[ "Apache-2.0" ]
null
null
null
src/main/java/biz/a7software/slimmyinvoice/data/Fingerprint.java
a7-software/slim-my-invoice
064c2e76b28f8489e43600e7762884852690cd42
[ "Apache-2.0" ]
4
2017-11-06T08:33:14.000Z
2019-04-04T17:40:02.000Z
33.638462
103
0.556597
10,687
package biz.a7software.slimmyinvoice.data; import biz.a7software.slimmyinvoice.helper.DbHandler; import biz.a7software.slimmyinvoice.helper.FormatHandler; import biz.a7software.slimmyinvoice.helper.HtmlParser; import com.j256.ormlite.field.DataType; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite....
3e1924ae56f0976f2fe352fb4f03d61a6249bcf6
5,409
java
Java
_src/Chapter10/gateway/src/main/java/com/mycompany/myapp/web/rest/ProductOrderResource.java
paullewallencom/java-978-1-8388-2498-3
c90f97669742802a2893e8ac83effd3fb8da5232
[ "Apache-2.0" ]
107
2018-03-25T04:45:19.000Z
2022-01-05T11:47:37.000Z
_src/Chapter10/gateway/src/main/java/com/mycompany/myapp/web/rest/ProductOrderResource.java
paullewallencom/java-978-1-8388-2498-3
c90f97669742802a2893e8ac83effd3fb8da5232
[ "Apache-2.0" ]
20
2020-01-09T19:22:41.000Z
2022-03-17T22:24:46.000Z
_src/Chapter10/gateway/src/main/java/com/mycompany/myapp/web/rest/ProductOrderResource.java
paullewallencom/java-978-1-8388-2498-3
c90f97669742802a2893e8ac83effd3fb8da5232
[ "Apache-2.0" ]
62
2018-03-20T10:45:07.000Z
2022-02-18T04:01:33.000Z
42.257813
166
0.718987
10,688
package com.mycompany.myapp.web.rest; import com.codahale.metrics.annotation.Timed; import com.mycompany.myapp.domain.ProductOrder; import com.mycompany.myapp.service.ProductOrderService; import com.mycompany.myapp.web.rest.errors.BadRequestAlertException; import com.mycompany.myapp.web.rest.util.HeaderUtil; import co...
3e1925646af889f8941ab353012ccaf03c5bfd01
110
java
Java
core/src/main/java/com/bounteous/core/models/datatypeproperties/CfxTagField.java
Bounteous-Inc/aem-contentfragment-extras
ffa77b88d335536b85223a6d4e67d9cbfe5ba09e
[ "Apache-2.0" ]
10
2020-09-28T14:37:55.000Z
2022-03-23T08:52:12.000Z
core/src/main/java/com/bounteous/core/models/datatypeproperties/CfxTagField.java
Bounteous-Inc/aem-contentfragment-extras
ffa77b88d335536b85223a6d4e67d9cbfe5ba09e
[ "Apache-2.0" ]
1
2022-02-16T13:31:35.000Z
2022-02-16T13:31:35.000Z
core/src/main/java/com/bounteous/core/models/datatypeproperties/CfxTagField.java
isabella232/aem-cf-extras
ffa77b88d335536b85223a6d4e67d9cbfe5ba09e
[ "Apache-2.0" ]
1
2022-02-16T10:31:24.000Z
2022-02-16T10:31:24.000Z
22
53
0.845455
10,689
package com.bounteous.core.models.datatypeproperties; public interface CfxTagField extends CfxModelField { }
3e1926ce282144b3d941f3bfa5561da7c05a82a7
2,338
java
Java
src/main/java/jtrade/io/BarTickFileReader.java
redame/jtrade
369d64e608267241078d0dd28ffb175fcf02a549
[ "Apache-2.0" ]
4
2016-07-12T15:42:40.000Z
2016-11-24T20:25:13.000Z
src/main/java/jtrade/io/BarTickFileReader.java
gaoxiaojun/jtrade
369d64e608267241078d0dd28ffb175fcf02a549
[ "Apache-2.0" ]
null
null
null
src/main/java/jtrade/io/BarTickFileReader.java
gaoxiaojun/jtrade
369d64e608267241078d0dd28ffb175fcf02a549
[ "Apache-2.0" ]
6
2015-05-27T15:17:19.000Z
2019-09-05T01:55:55.000Z
24.354167
92
0.65355
10,690
package jtrade.io; import java.io.File; import java.io.IOException; import java.util.NavigableMap; import java.util.TreeMap; import jtrade.marketfeed.Bar; import jtrade.marketfeed.Tick; import jtrade.util.Util; import org.joda.time.DateTime; import org.joda.time.Duration; public class BarTickFileReader implements B...
3e19272ab72aaa507421932f885798253c7cbe2e
5,773
java
Java
concourse-driver-java/src/test/java/com/cinchapi/concourse/util/TimestampsTest.java
vinooganesh/concourse
e29a04aa650eb8763e7fd40705d8d915d754f471
[ "ECL-2.0", "Apache-2.0", "MIT" ]
371
2015-01-07T05:05:59.000Z
2022-03-01T13:36:32.000Z
concourse-driver-java/src/test/java/com/cinchapi/concourse/util/TimestampsTest.java
vinooganesh/concourse
e29a04aa650eb8763e7fd40705d8d915d754f471
[ "ECL-2.0", "Apache-2.0", "MIT" ]
158
2015-01-03T11:39:23.000Z
2022-03-05T19:19:25.000Z
concourse-driver-java/src/test/java/com/cinchapi/concourse/util/TimestampsTest.java
vinooganesh/concourse
e29a04aa650eb8763e7fd40705d8d915d754f471
[ "ECL-2.0", "Apache-2.0", "MIT" ]
370
2015-01-07T15:58:50.000Z
2021-01-13T09:56:29.000Z
41.235714
135
0.646111
10,691
/* * Copyright (c) 2013-2021 Cinchapi 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 agr...
3e1929246400a3225ee3ab822823eed80c620d87
1,698
java
Java
openjdk/jdk/test/java/nio/channels/Selector/CloseInvalidatesKeys.java
liumapp/compiling-jvm
962f37e281f4d9ec03486d9380c43b7260790eaa
[ "Apache-2.0" ]
2
2017-02-05T10:25:47.000Z
2017-02-07T00:55:29.000Z
test/jdk/java/nio/channels/Selector/CloseInvalidatesKeys.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
null
null
null
test/jdk/java/nio/channels/Selector/CloseInvalidatesKeys.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
1
2020-11-04T07:02:06.000Z
2020-11-04T07:02:06.000Z
34.653061
79
0.686101
10,692
/* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
3e19292f4a9c9173e00c572155387952cd968234
611
java
Java
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/project/projectteam/transactional/PendingPartnerNotificationService.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/project/projectteam/transactional/PendingPartnerNotificationService.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/project/projectteam/transactional/PendingPartnerNotificationService.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
47
120
0.842881
10,693
package org.innovateuk.ifs.project.projectteam.transactional; import org.innovateuk.ifs.commons.security.NotSecured; import org.innovateuk.ifs.organisation.domain.Organisation; import org.innovateuk.ifs.project.core.domain.PartnerOrganisation; import org.innovateuk.ifs.project.core.domain.Project; import org.springfra...
3e19296e9ad933adaffe3f3aa6ffe215a2e4aa75
1,317
java
Java
src/engine/racedetectionengine/goldilocks/GoldilocksState.java
umangm/rapid
f598aa26579108d6b021fe4560f3c4adb6e1b0b5
[ "MIT" ]
17
2018-08-02T01:40:30.000Z
2022-03-31T11:32:06.000Z
src/engine/racedetectionengine/goldilocks/GoldilocksState.java
umangm/rapid
f598aa26579108d6b021fe4560f3c4adb6e1b0b5
[ "MIT" ]
1
2018-10-14T20:12:34.000Z
2018-10-15T02:30:15.000Z
src/engine/racedetectionengine/goldilocks/GoldilocksState.java
umangm/rapid
f598aa26579108d6b021fe4560f3c4adb6e1b0b5
[ "MIT" ]
3
2020-11-18T12:53:39.000Z
2021-11-21T15:38:29.000Z
28.021277
79
0.738041
10,694
package engine.racedetectionengine.goldilocks; import java.util.HashMap; import java.util.HashSet; import engine.racedetectionengine.State; import event.Lock; import event.Thread; import event.Variable; public class GoldilocksState extends State { // Data for the algorithm data public HashMap<Variable, HashSet<Lo...
3e1929f5abaea056202f70b66e4903945a9be2a4
4,342
java
Java
wink-itests/wink-itest/wink-itest-params/src/test/java/org/apache/wink/itest/CookieParamTest.java
berezovskyi/apache-wink
bafd9208fa87e6433254282d452a7f6e768f1bbb
[ "Apache-2.0" ]
11
2015-05-05T03:56:42.000Z
2021-11-10T16:17:15.000Z
wink-itests/wink-itest/wink-itest-params/src/test/java/org/apache/wink/itest/CookieParamTest.java
AgreePro/wink
bafd9208fa87e6433254282d452a7f6e768f1bbb
[ "Apache-2.0" ]
2
2015-10-23T21:55:46.000Z
2016-03-09T23:15:02.000Z
wink-itests/wink-itest/wink-itest-params/src/test/java/org/apache/wink/itest/CookieParamTest.java
AgreePro/wink
bafd9208fa87e6433254282d452a7f6e768f1bbb
[ "Apache-2.0" ]
16
2015-10-20T17:38:27.000Z
2021-11-10T16:17:08.000Z
39.117117
108
0.624597
10,695
/* * 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 ...
3e1929f92017b75a85eea4bcbfe7c3d39e524f8f
1,473
java
Java
app/src/main/java/com/example/bookshop/Global/Filter.java
mamad2050/BookShop
836ff958706367ed61e6da8a62a7a370878ee2b6
[ "MIT" ]
null
null
null
app/src/main/java/com/example/bookshop/Global/Filter.java
mamad2050/BookShop
836ff958706367ed61e6da8a62a7a370878ee2b6
[ "MIT" ]
null
null
null
app/src/main/java/com/example/bookshop/Global/Filter.java
mamad2050/BookShop
836ff958706367ed61e6da8a62a7a370878ee2b6
[ "MIT" ]
null
null
null
22.661538
91
0.630686
10,696
package com.example.bookshop.Global; import com.example.bookshop.Adapter.AllBookAdapter; import com.example.bookshop.Model.Book; import java.util.ArrayList; import java.util.List; public class Filter extends android.widget.Filter { AllBookAdapter searchAdapter; List<Book> data; public Filter(AllBookAd...
3e192a4deb8e6706aabe3c28a3ad0fe2e49f9101
1,454
java
Java
src/com/xmut/estore/test/ComputerDAOTest.java
DdragonXuzc/EStore2
cf41a739d27e69ca9dd9f7b49a8ed29b7350c7b9
[ "MIT" ]
246
2018-01-20T06:11:39.000Z
2022-03-21T01:52:46.000Z
src/com/xmut/estore/test/ComputerDAOTest.java
DdragonXuzc/EStore2
cf41a739d27e69ca9dd9f7b49a8ed29b7350c7b9
[ "MIT" ]
3
2019-10-22T13:17:29.000Z
2021-10-30T10:22:36.000Z
src/com/xmut/estore/test/ComputerDAOTest.java
DdragonXuzc/EStore2
cf41a739d27e69ca9dd9f7b49a8ed29b7350c7b9
[ "MIT" ]
86
2018-01-22T07:04:30.000Z
2022-03-07T19:20:43.000Z
23.451613
70
0.735901
10,697
package com.xmut.estore.test; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; import com.xmut.estore.dao.ComputerDAO; import com.xmut.estore.dao.impl.ComputerDAOImpl; import com.xmut.estore.domain.Computer; import com.xmut.estore.web.CriteriaComputer; import com.xmut.estore.web.P...
3e192a9d5a4908ad910d8a84461ed07d75a828f8
2,331
java
Java
SW/CreaminoJavaInterface/src/creaminointerface/LabelController.java
ArcesUnibo/creamino
d4b5ae3e244e4687ec7cb32c57e1ed2aaffbda1c
[ "MIT" ]
10
2018-09-05T13:38:45.000Z
2021-06-29T10:02:03.000Z
SW/CreaminoJavaInterface/src/creaminointerface/LabelController.java
ArcesUnibo/creamino
d4b5ae3e244e4687ec7cb32c57e1ed2aaffbda1c
[ "MIT" ]
null
null
null
SW/CreaminoJavaInterface/src/creaminointerface/LabelController.java
ArcesUnibo/creamino
d4b5ae3e244e4687ec7cb32c57e1ed2aaffbda1c
[ "MIT" ]
1
2019-08-20T20:17:28.000Z
2019-08-20T20:17:28.000Z
28.777778
80
0.706564
10,698
/* * The MIT License * * Copyright 2017 Alma Mater Studiorum - Università di Bologna. * * 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 limitatio...
3e192b0d21998454bda9f95c335b707f0bd9b70a
414
java
Java
app/src/main/java/com/dtnguy/camerachathead/threadpool/MainThreadExecutor.java
dn00/camera-chat-head
2b1a95600dd30e7952d08cfed354cec4dda44b9d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/dtnguy/camerachathead/threadpool/MainThreadExecutor.java
dn00/camera-chat-head
2b1a95600dd30e7952d08cfed354cec4dda44b9d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/dtnguy/camerachathead/threadpool/MainThreadExecutor.java
dn00/camera-chat-head
2b1a95600dd30e7952d08cfed354cec4dda44b9d
[ "Apache-2.0" ]
null
null
null
20.7
72
0.7343
10,699
package com.dtnguy.camerachathead.threadpool; import android.os.Handler; import android.os.Looper; import java.util.concurrent.Executor; /** * Created by dtngu_000 on 1/18/2017. */ public class MainThreadExecutor implements Executor { private final Handler handler = new Handler(Looper.getMainLooper()); ...
3e192bfbb59b4cf0bd96b1de21c8798659cd3838
3,706
java
Java
src/test/java/org/dependencytrack/policy/CpePolicyEvaluatorTest.java
S-Callier/dependency-track
711e991fdff70139458565a638babf6391ab2d11
[ "Apache-2.0" ]
953
2018-06-18T20:22:00.000Z
2022-03-31T14:27:27.000Z
src/test/java/org/dependencytrack/policy/CpePolicyEvaluatorTest.java
S-Callier/dependency-track
711e991fdff70139458565a638babf6391ab2d11
[ "Apache-2.0" ]
1,154
2018-06-19T15:20:37.000Z
2022-03-31T14:14:59.000Z
src/test/java/org/dependencytrack/policy/CpePolicyEvaluatorTest.java
S-Callier/dependency-track
711e991fdff70139458565a638babf6391ab2d11
[ "Apache-2.0" ]
304
2018-07-04T18:39:16.000Z
2022-03-28T10:53:54.000Z
46.911392
165
0.726659
10,700
/* * This file is part of Dependency-Track. * * 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 ...
3e192c68ebc87c71c7b4f157277598a744fcf223
2,631
java
Java
app/src/main/java/com/example/schilling/smsweb/sms/sms/SMSBroadcastReceiver.java
MarcusSchilling/SMSToMail
2573302067a9bac6f90fe539788cdf90af7ebcc2
[ "MIT" ]
null
null
null
app/src/main/java/com/example/schilling/smsweb/sms/sms/SMSBroadcastReceiver.java
MarcusSchilling/SMSToMail
2573302067a9bac6f90fe539788cdf90af7ebcc2
[ "MIT" ]
2
2018-12-28T23:46:37.000Z
2018-12-28T23:51:15.000Z
app/src/main/java/com/example/schilling/smsweb/sms/sms/SMSBroadcastReceiver.java
MarcusSchilling/SMSToMail
2573302067a9bac6f90fe539788cdf90af7ebcc2
[ "MIT" ]
null
null
null
34.618421
89
0.651843
10,701
package com.example.schilling.smsweb.sms.sms; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.provider.Telephony; import android.telephony.SmsMessage; import android.util.Log; import com.example....
3e192c6b3169b3193f83edc679129a2f0765c64b
8,738
java
Java
src/test/java/io/confluent/connect/jdbc/source/TimestampIncrementingTableQuerierTest.java
marionete-data/kafka-connect-jdbc
f4df7da16393f95c3cd82bf58e869e7cb700d18a
[ "Apache-2.0", "MIT" ]
863
2015-11-12T09:29:14.000Z
2022-03-21T09:39:35.000Z
src/test/java/io/confluent/connect/jdbc/source/TimestampIncrementingTableQuerierTest.java
marionete-data/kafka-connect-jdbc
f4df7da16393f95c3cd82bf58e869e7cb700d18a
[ "Apache-2.0", "MIT" ]
1,046
2015-11-12T02:25:15.000Z
2022-03-31T04:45:33.000Z
src/test/java/io/confluent/connect/jdbc/source/TimestampIncrementingTableQuerierTest.java
marionete-data/kafka-connect-jdbc
f4df7da16393f95c3cd82bf58e869e7cb700d18a
[ "Apache-2.0", "MIT" ]
926
2015-11-11T15:00:49.000Z
2022-03-31T06:08:04.000Z
34.266667
115
0.753491
10,702
/** * Copyright 2016 Confluent 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 ...
3e192c97a4cda64bcee77d9424eff8b9c352938c
4,167
java
Java
src/main/java/seedu/track2gather/model/person/attributes/Period.java
jennibearduit/tp
88efaeda789c6cde864ddd5368cbe4274cac1d4c
[ "MIT" ]
1
2021-09-22T15:00:43.000Z
2021-09-22T15:00:43.000Z
src/main/java/seedu/track2gather/model/person/attributes/Period.java
jennibearduit/tp
88efaeda789c6cde864ddd5368cbe4274cac1d4c
[ "MIT" ]
230
2021-09-17T16:59:17.000Z
2021-11-08T14:38:04.000Z
src/main/java/seedu/track2gather/model/person/attributes/Period.java
jennibearduit/tp
88efaeda789c6cde864ddd5368cbe4274cac1d4c
[ "MIT" ]
6
2021-09-13T07:12:29.000Z
2021-09-20T02:43:27.000Z
31.80916
104
0.62347
10,703
package seedu.track2gather.model.person.attributes; import static java.util.Objects.requireNonNull; import static seedu.track2gather.commons.util.AppUtil.checkArgument; import java.time.LocalDate; import java.time.format.DateTimeParseException; import javafx.util.Pair; /** * Represents a Person's period in the con...
3e192fc2fe65cb9412412023fb7159f21f4dc21d
913
java
Java
happy-code-base/src/main/java/cool/happycoding/code/base/pojo/H.java
happy-coding-cool/happy-code
80794294e522ad28730b69307357defeab34dc10
[ "Apache-2.0" ]
9
2020-12-27T18:00:37.000Z
2022-01-07T04:07:30.000Z
happy-code-base/src/main/java/cool/happycoding/code/base/pojo/H.java
happy-coding-cool/happy-code
80794294e522ad28730b69307357defeab34dc10
[ "Apache-2.0" ]
1
2021-04-06T03:50:20.000Z
2021-04-16T10:10:39.000Z
happy-code-base/src/main/java/cool/happycoding/code/base/pojo/H.java
happy-coding-cool/happy-code
80794294e522ad28730b69307357defeab34dc10
[ "Apache-2.0" ]
null
null
null
21.738095
80
0.617744
10,704
package cool.happycoding.code.base.pojo; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import cn.hutool.core.util.ReflectUtil; import java.io.Serializable; /** * description * * @author lanlanhappy 2020/12/06 3:14 下午 */ public interface H extends Serializable { /** ...
3e19300c96e86b196ae0bc29320b382342107558
714
java
Java
src/main/java/com/gabro3/libs/botgram/model/ReplyKeyboardHide.java
leobarreiro/botgram
b7de0d72ec9122e324ef65c27e4a2be298b1c8ae
[ "Apache-2.0" ]
null
null
null
src/main/java/com/gabro3/libs/botgram/model/ReplyKeyboardHide.java
leobarreiro/botgram
b7de0d72ec9122e324ef65c27e4a2be298b1c8ae
[ "Apache-2.0" ]
null
null
null
src/main/java/com/gabro3/libs/botgram/model/ReplyKeyboardHide.java
leobarreiro/botgram
b7de0d72ec9122e324ef65c27e4a2be298b1c8ae
[ "Apache-2.0" ]
null
null
null
20.4
55
0.738095
10,705
package com.gabro3.libs.botgram.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class ReplyKeyboardHide extends BasicKeyboard { private static final long serialVersionUID = 3L; @Expose @SerializedName("hide_keyboard") private boolean hideKey...
3e193107f01d5abc9d3177e5da42e968187e3789
1,428
java
Java
core/src/main/java/com/sequenceiq/cloudbreak/reactor/handler/orchestration/ExtendHostMetadataHandler.java
sequenceiq/cloudbreak
583ec5c5fd6853672af19a0ecf515d85fe20ad28
[ "Apache-2.0" ]
146
2015-01-19T20:44:08.000Z
2019-09-09T02:44:36.000Z
core/src/main/java/com/sequenceiq/cloudbreak/reactor/handler/orchestration/ExtendHostMetadataHandler.java
sequenceiq/cloudbreak
583ec5c5fd6853672af19a0ecf515d85fe20ad28
[ "Apache-2.0" ]
1,528
2015-01-05T13:43:56.000Z
2017-07-10T13:58:32.000Z
core/src/main/java/com/sequenceiq/cloudbreak/reactor/handler/orchestration/ExtendHostMetadataHandler.java
sequenceiq/cloudbreak
583ec5c5fd6853672af19a0ecf515d85fe20ad28
[ "Apache-2.0" ]
79
2015-01-24T15:59:52.000Z
2021-04-14T16:07:01.000Z
34
113
0.760504
10,706
package com.sequenceiq.cloudbreak.reactor.handler.orchestration; import javax.inject.Inject; import org.springframework.stereotype.Component; import com.sequenceiq.cloudbreak.reactor.ClusterEventHandler; import com.sequenceiq.cloudbreak.reactor.api.event.resource.ExtendHostMetadataRequest; import com.sequenceiq.clou...
3e19325d6163e6b22147f6d100d28d025aea73ef
10,791
java
Java
core/src/main/java/org/projectnessie/cel/CEL.java
XN137/cel-java
7e7a68d1dfb1e5d449487b9f5f0e8081b048c4f8
[ "Apache-2.0" ]
null
null
null
core/src/main/java/org/projectnessie/cel/CEL.java
XN137/cel-java
7e7a68d1dfb1e5d449487b9f5f0e8081b048c4f8
[ "Apache-2.0" ]
9
2022-03-21T14:04:30.000Z
2022-03-31T07:25:53.000Z
core/src/main/java/org/projectnessie/cel/CEL.java
XN137/cel-java
7e7a68d1dfb1e5d449487b9f5f0e8081b048c4f8
[ "Apache-2.0" ]
null
null
null
41.503846
100
0.724122
10,707
/* * Copyright (C) 2021 The Authors of CEL-Java * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
3e1932dc7a4938351858d154adf11f20801c452f
1,014
java
Java
uyaki-exception-boot-starter/src/main/java/com/uyaki/exception/common/exception/BusinessException.java
uyaki/spring-uyaki
4321a61dcd00bd8ae717fa797404fcdaf2f8330e
[ "MIT" ]
2
2020-06-19T06:25:14.000Z
2020-10-12T11:56:27.000Z
uyaki-exception-boot-starter/src/main/java/com/uyaki/exception/common/exception/BusinessException.java
uyaki/spring-uyaki
4321a61dcd00bd8ae717fa797404fcdaf2f8330e
[ "MIT" ]
null
null
null
uyaki-exception-boot-starter/src/main/java/com/uyaki/exception/common/exception/BusinessException.java
uyaki/spring-uyaki
4321a61dcd00bd8ae717fa797404fcdaf2f8330e
[ "MIT" ]
1
2020-06-19T06:25:16.000Z
2020-06-19T06:25:16.000Z
28.166667
106
0.657791
10,708
package com.uyaki.exception.common.exception; import com.uyaki.exception.common.core.BaseException; import com.uyaki.exception.common.core.IResponseEnum; /** * The type Business exception. * * @author uyaki * @date 2020 /06/06 */ public class BusinessException extends BaseException { /** * Instantiates ...
3e1932ee79764a7f9fa74c7508853cfa2409f013
2,568
java
Java
src/main/java/com/castellanos94/problems/benchmarks/dtlz/DTLZ7.java
castellanos94/jemoa
dc2e96eae16c62a675df457612abd3f9dd2afe18
[ "MIT" ]
3
2021-08-30T08:50:31.000Z
2022-03-27T07:00:56.000Z
src/main/java/com/castellanos94/problems/benchmarks/dtlz/DTLZ7.java
castellanos94/jemoa
dc2e96eae16c62a675df457612abd3f9dd2afe18
[ "MIT" ]
7
2020-10-24T22:01:14.000Z
2021-12-20T03:43:18.000Z
src/main/java/com/castellanos94/problems/benchmarks/dtlz/DTLZ7.java
castellanos94/jemoa
dc2e96eae16c62a675df457612abd3f9dd2afe18
[ "MIT" ]
null
null
null
29.860465
108
0.574766
10,709
package com.castellanos94.problems.benchmarks.dtlz; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Scanner; import com.castellanos94.datatype.RealData; import com.castellanos94.solutions.DoubleSolution; /** * This problem has disconnected Pareto-optimal regio...
3e1933a1875d2dbc53e6ae3164851a16d06dc7c2
3,118
java
Java
Lesson_12/Binary_Search/src/com/timbuchalka/Theatre.java
Fabio-Morais/Learning-Java
13c32fd37e9007b0f250d0882d20bad548e2f949
[ "MIT" ]
null
null
null
Lesson_12/Binary_Search/src/com/timbuchalka/Theatre.java
Fabio-Morais/Learning-Java
13c32fd37e9007b0f250d0882d20bad548e2f949
[ "MIT" ]
null
null
null
Lesson_12/Binary_Search/src/com/timbuchalka/Theatre.java
Fabio-Morais/Learning-Java
13c32fd37e9007b0f250d0882d20bad548e2f949
[ "MIT" ]
null
null
null
27.350877
87
0.493906
10,710
package com.timbuchalka; import java.util.*; /** * Created by dev on 2/12/2015. */ public class Theatre { private final String theatreName; private List<Seat> seats = new ArrayList<>(); static final Comparator<Seat> PRICE_ORDER; static { PRICE_ORDER = new Comparator<Seat>() { @...
3e1934ca64d802154e1a19f3021bb180bfa5e332
2,312
java
Java
segmentstore/server/host/src/main/java/io/pravega/segmentstore/server/host/delegationtoken/DelegationTokenVerifier.java
shshashwat/pravega
f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6
[ "Apache-2.0" ]
1,840
2017-05-10T16:29:14.000Z
2022-03-31T07:02:11.000Z
segmentstore/server/host/src/main/java/io/pravega/segmentstore/server/host/delegationtoken/DelegationTokenVerifier.java
shshashwat/pravega
f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6
[ "Apache-2.0" ]
5,485
2017-05-10T16:56:17.000Z
2022-03-31T14:08:36.000Z
segmentstore/server/host/src/main/java/io/pravega/segmentstore/server/host/delegationtoken/DelegationTokenVerifier.java
shshashwat/pravega
f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6
[ "Apache-2.0" ]
443
2017-05-10T21:34:50.000Z
2022-03-31T07:02:14.000Z
49.191489
117
0.723616
10,711
/** * Copyright Pravega 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 or agreed to...
3e193792ecc418e7f9f9de670385d820210e8bb9
163
java
Java
BattleShip/BattleShipStrategyRandom.java
spookiecookie/BattleShipGame
72bf828fda1c9796c010dba2439ed7a24cf86423
[ "MIT" ]
null
null
null
BattleShip/BattleShipStrategyRandom.java
spookiecookie/BattleShipGame
72bf828fda1c9796c010dba2439ed7a24cf86423
[ "MIT" ]
null
null
null
BattleShip/BattleShipStrategyRandom.java
spookiecookie/BattleShipGame
72bf828fda1c9796c010dba2439ed7a24cf86423
[ "MIT" ]
null
null
null
18.111111
40
0.760736
10,712
public class BattleShipStrategyRandom extends BattleShipStrategy { public Point getNextPoint(Board board) { return board.getRandomNotAttacked(); } }
3e1939110e5a20dae7570c11711b0b632744cf58
1,185
java
Java
endpoints-framework/src/main/java/com/google/api/server/spi/config/Description.java
rishisharma-google/endpoints-java
39b73744c9ee4e39e94d6d11638ba34810e5de07
[ "Apache-2.0" ]
36
2016-09-02T13:02:04.000Z
2022-01-22T16:22:43.000Z
endpoints-framework/src/main/java/com/google/api/server/spi/config/Description.java
rishisharma-google/endpoints-java
39b73744c9ee4e39e94d6d11638ba34810e5de07
[ "Apache-2.0" ]
188
2016-09-01T22:23:32.000Z
2022-03-09T08:30:25.000Z
endpoints-framework/src/main/java/com/google/api/server/spi/config/Description.java
rishisharma-google/endpoints-java
39b73744c9ee4e39e94d6d11638ba34810e5de07
[ "Apache-2.0" ]
28
2016-09-01T22:04:40.000Z
2021-11-12T15:32:53.000Z
33.857143
80
0.75443
10,713
/* * Copyright 2016 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3e19393016107aa3f6ffe3d1a8d7e9d57c2d00ef
3,253
java
Java
com/intkr/saas/engine/CookieEngine.java
Beiden/Intkr_SAAS_BEIDEN
fb2b68f2e04a891523e3589dd3abebd2fcd5828d
[ "Apache-2.0" ]
null
null
null
com/intkr/saas/engine/CookieEngine.java
Beiden/Intkr_SAAS_BEIDEN
fb2b68f2e04a891523e3589dd3abebd2fcd5828d
[ "Apache-2.0" ]
null
null
null
com/intkr/saas/engine/CookieEngine.java
Beiden/Intkr_SAAS_BEIDEN
fb2b68f2e04a891523e3589dd3abebd2fcd5828d
[ "Apache-2.0" ]
1
2022-03-16T15:04:17.000Z
2022-03-16T15:04:17.000Z
26.233871
103
0.71534
10,714
package com.intkr.saas.engine; import java.util.Random; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * * @author Beiden * @date 2011-5-24 上午11:13:59 * @version 1.0 */ public class CookieEngine { private static String rememb...
3e193988b90752147622c9480584de0a9afb9dc6
871
java
Java
admin-tools-security/admin-tools-security-dbuser/src/main/java/de/chandre/admintool/security/dbuser/auth/PasswordTO.java
andrehertwig/admintool
5763c6a913244a7aab2f7564694fd6d756802116
[ "MIT" ]
10
2017-02-01T12:53:50.000Z
2020-05-22T05:21:07.000Z
admin-tools-security/admin-tools-security-dbuser/src/main/java/de/chandre/admintool/security/dbuser/auth/PasswordTO.java
andrehertwig/admintool
5763c6a913244a7aab2f7564694fd6d756802116
[ "MIT" ]
46
2016-08-05T17:41:30.000Z
2021-12-18T18:16:36.000Z
admin-tools-security/admin-tools-security-dbuser/src/main/java/de/chandre/admintool/security/dbuser/auth/PasswordTO.java
andrehertwig/admintool
5763c6a913244a7aab2f7564694fd6d756802116
[ "MIT" ]
8
2016-02-25T19:44:39.000Z
2021-09-20T10:30:41.000Z
23.540541
68
0.740528
10,715
package de.chandre.admintool.security.dbuser.auth; import java.io.Serializable; /** * * @author André * @since 1.2.0 * */ public class PasswordTO implements Serializable { private static final long serialVersionUID = 7282206856603860917L; private String currentPassword; private String newPass...
3e19399fc8283c340469e8903240ce300c6a947c
922
java
Java
root/prj/sol/projects/renew2.5source/renew2.5/src/CH/src/CH/ifa/draw/application/InsertDrawingCommand.java
Glost/db_nets_renew_plugin
def4eaf7e55d79b9093bd59c5266804b345e8595
[ "BSD-4-Clause-UC" ]
null
null
null
root/prj/sol/projects/renew2.5source/renew2.5/src/CH/src/CH/ifa/draw/application/InsertDrawingCommand.java
Glost/db_nets_renew_plugin
def4eaf7e55d79b9093bd59c5266804b345e8595
[ "BSD-4-Clause-UC" ]
null
null
null
root/prj/sol/projects/renew2.5source/renew2.5/src/CH/src/CH/ifa/draw/application/InsertDrawingCommand.java
Glost/db_nets_renew_plugin
def4eaf7e55d79b9093bd59c5266804b345e8595
[ "BSD-4-Clause-UC" ]
null
null
null
23.05
69
0.625813
10,716
package CH.ifa.draw.application; import CH.ifa.draw.DrawPlugin; import CH.ifa.draw.standard.NullDrawing; import CH.ifa.draw.util.Command; /** * A command that inserts drawing from a file into another drawing. * * @author Michael Duvigneau **/ public class InsertDrawingCommand extends Command { public Inser...
3e193ab48d0b420bf3a02f388f8749c003fc467f
718
java
Java
tso-server/src/main/java/com/yahoo/omid/metrics/Metric.java
huayl/omid
a8ab423b0a008755eafccf680eac2c4f0fd8976c
[ "Apache-2.0" ]
null
null
null
tso-server/src/main/java/com/yahoo/omid/metrics/Metric.java
huayl/omid
a8ab423b0a008755eafccf680eac2c4f0fd8976c
[ "Apache-2.0" ]
null
null
null
tso-server/src/main/java/com/yahoo/omid/metrics/Metric.java
huayl/omid
a8ab423b0a008755eafccf680eac2c4f0fd8976c
[ "Apache-2.0" ]
null
null
null
29.916667
75
0.729805
10,717
/** * Copyright 2011-2015 Yahoo 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 a...
3e193adacfd1222da8c761f6fd7632d7de28fb42
2,159
java
Java
ui_swing/src/main/java/com/dmdirc/addons/ui_swing/components/menubar/JMenuItemBuilder.java
csmith/DMDirc-Plugins
260722a51955162f60933da2cbca789e0d019da8
[ "MIT" ]
null
null
null
ui_swing/src/main/java/com/dmdirc/addons/ui_swing/components/menubar/JMenuItemBuilder.java
csmith/DMDirc-Plugins
260722a51955162f60933da2cbca789e0d019da8
[ "MIT" ]
61
2015-01-04T01:14:08.000Z
2017-04-14T22:46:37.000Z
ui_swing/src/main/java/com/dmdirc/addons/ui_swing/components/menubar/JMenuItemBuilder.java
csmith/DMDirc-Plugins
260722a51955162f60933da2cbca789e0d019da8
[ "MIT" ]
4
2017-03-22T03:11:43.000Z
2020-01-10T07:08:50.000Z
34.269841
119
0.726725
10,718
/* * Copyright (c) 2006-2017 DMDirc Developers * * 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 to use, copy, modify, merge,...
3e193bc647c3f39b8523fecba3d8d6b8c4ab7a63
339
java
Java
src/test/java/org/projectbarbel/histo/persistence/sql/AppTest.java
projectbarbel/barbelhisto-persistence-sql
5a17f6581fbad37fe38aedd6775b4b967b765624
[ "MIT" ]
null
null
null
src/test/java/org/projectbarbel/histo/persistence/sql/AppTest.java
projectbarbel/barbelhisto-persistence-sql
5a17f6581fbad37fe38aedd6775b4b967b765624
[ "MIT" ]
null
null
null
src/test/java/org/projectbarbel/histo/persistence/sql/AppTest.java
projectbarbel/barbelhisto-persistence-sql
5a17f6581fbad37fe38aedd6775b4b967b765624
[ "MIT" ]
null
null
null
16.142857
58
0.643068
10,719
package org.projectbarbel.histo.persistence.sql; import static org.junit.jupiter.api.Assertions.assertTrue; import org.junit.jupiter.api.Test; /** * Unit test for simple App. */ public class AppTest { /** * Rigorous Test :-) */ @Test public void shouldAnswerWithTrue() { assertTru...
3e193be26d3fd842d9e088d4452031f79310719b
9,584
java
Java
phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/PPIntent.java
TheWizard1328/PhoneProfilesPlus
3aa5f3f9e13de986608afe50ee641a25d1ee41d5
[ "Apache-2.0" ]
122
2015-01-22T17:40:09.000Z
2022-03-20T22:20:16.000Z
phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/PPIntent.java
TheWizard1328/PhoneProfilesPlus
3aa5f3f9e13de986608afe50ee641a25d1ee41d5
[ "Apache-2.0" ]
77
2015-05-06T11:18:23.000Z
2022-02-02T18:43:08.000Z
phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/PPIntent.java
TheWizard1328/PhoneProfilesPlus
3aa5f3f9e13de986608afe50ee641a25d1ee41d5
[ "Apache-2.0" ]
29
2015-01-21T09:16:02.000Z
2022-02-10T07:59:52.000Z
32.709898
99
0.640129
10,720
package sk.henrichg.phoneprofilesplus; import android.os.Parcel; import android.os.Parcelable; class PPIntent implements Parcelable { long _id; String _name; String _packageName; String _className; String _action; String _data; String _mimeType; String _extraKey1; String _extraValu...
3e193ce150a2fdea0c639b6f8745667fdb2ef4fd
1,590
java
Java
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/apachecommons/lang/math/NumberUtils.java
yiliuTo/azure-sdk-for-java
4536b6e99ded1b2b77f79bc2c31f42566c97b704
[ "MIT" ]
1,350
2015-01-17T05:22:05.000Z
2022-03-29T21:00:37.000Z
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/apachecommons/lang/math/NumberUtils.java
yiliuTo/azure-sdk-for-java
4536b6e99ded1b2b77f79bc2c31f42566c97b704
[ "MIT" ]
16,834
2015-01-07T02:19:09.000Z
2022-03-31T23:29:10.000Z
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/apachecommons/lang/math/NumberUtils.java
yiliuTo/azure-sdk-for-java
4536b6e99ded1b2b77f79bc2c31f42566c97b704
[ "MIT" ]
1,586
2015-01-02T01:50:28.000Z
2022-03-31T11:25:34.000Z
36.136364
85
0.689308
10,721
/* * 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 ...
3e193e5a783c6c996c924d8043f27a3688dd829d
2,498
java
Java
src/main/java/org/jhove2/core/format/FormatFactory.java
opf-labs/jhove2
cae9ab898bcc82b9623539f161bc4d749b365a48
[ "BSD-2-Clause" ]
11
2015-02-03T19:52:39.000Z
2020-03-24T11:25:29.000Z
src/main/java/org/jhove2/core/format/FormatFactory.java
opf-labs/jhove2
cae9ab898bcc82b9623539f161bc4d749b365a48
[ "BSD-2-Clause" ]
1
2015-05-12T12:03:52.000Z
2015-05-12T12:24:08.000Z
src/main/java/org/jhove2/core/format/FormatFactory.java
opf-labs/jhove2
cae9ab898bcc82b9623539f161bc4d749b365a48
[ "BSD-2-Clause" ]
1
2015-04-30T11:02:02.000Z
2015-04-30T11:02:02.000Z
44.607143
93
0.754203
10,722
/** * JHOVE2 - Next-generation architecture for format-aware characterization * * Copyright (c) 2009 by The Regents of the University of California, Ithaka * Harbors, Inc., and The Board of Trustees of the Leland Stanford Junior * University. All rights reserved. * * Redistribution and use in source and...
3e193f302614b0f17238d3282ca6fbc0618c0ac0
7,352
java
Java
selected projects/mobile/Signal-Android-4.60.5/app/src/main/java/org/thoughtcrime/securesms/util/DateUtils.java
danielogen/msc_research
0b6644c11c6152510707d5d6eaf3fab640b3ce7a
[ "MIT" ]
null
null
null
selected projects/mobile/Signal-Android-4.60.5/app/src/main/java/org/thoughtcrime/securesms/util/DateUtils.java
danielogen/msc_research
0b6644c11c6152510707d5d6eaf3fab640b3ce7a
[ "MIT" ]
null
null
null
selected projects/mobile/Signal-Android-4.60.5/app/src/main/java/org/thoughtcrime/securesms/util/DateUtils.java
danielogen/msc_research
0b6644c11c6152510707d5d6eaf3fab640b3ce7a
[ "MIT" ]
1
2021-02-01T14:42:08.000Z
2021-02-01T14:42:08.000Z
42.252874
129
0.697361
10,723
/* * Copyright (C) 2014 Open Whisper Systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program ...
3e193fad065b707ca16d593d9c2bf21e107d5bbe
1,578
java
Java
src/main/java/org/janelia/it/ims/tmog/plugin/SessionListener.java
JaneliaSciComp/tmog
bd15cf409fd564ef1ef95dd4be08a83d859f6f81
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/janelia/it/ims/tmog/plugin/SessionListener.java
JaneliaSciComp/tmog
bd15cf409fd564ef1ef95dd4be08a83d859f6f81
[ "BSD-3-Clause" ]
1
2021-11-24T16:32:29.000Z
2021-11-24T16:32:29.000Z
src/main/java/org/janelia/it/ims/tmog/plugin/SessionListener.java
JaneliaSciComp/tmog
bd15cf409fd564ef1ef95dd4be08a83d859f6f81
[ "BSD-3-Clause" ]
null
null
null
31.56
78
0.709125
10,724
/* * Copyright (c) 2011 Howard Hughes Medical Institute. * All rights reserved. * Use is subject to Janelia Farm Research Campus Software Copyright 1.1 * license terms (http://license.janelia.org/license/jfrc_copyright_1_1.html). */ package org.janelia.it.ims.tmog.plugin; import org.janelia.it.ims.tmog.DataRow; ...
3e193ff8161f85a99054a8dc0f083f01b0bb579b
13,137
java
Java
plugin-infra/go-plugin-infra/src/main/java/com/thoughtworks/go/plugin/infra/monitor/DefaultPluginJarLocationMonitor.java
ajesse11x/gocd
42d1cbe661161b5400289ead86c0447c84af8c0a
[ "Apache-2.0" ]
1
2020-08-01T15:03:16.000Z
2020-08-01T15:03:16.000Z
plugin-infra/go-plugin-infra/src/main/java/com/thoughtworks/go/plugin/infra/monitor/DefaultPluginJarLocationMonitor.java
gavenwangcn/gocd
d3626f57f8c1a1bac26515caf707a730d00cf076
[ "Apache-2.0" ]
null
null
null
plugin-infra/go-plugin-infra/src/main/java/com/thoughtworks/go/plugin/infra/monitor/DefaultPluginJarLocationMonitor.java
gavenwangcn/gocd
d3626f57f8c1a1bac26515caf707a730d00cf076
[ "Apache-2.0" ]
1
2020-08-01T15:03:19.000Z
2020-08-01T15:03:19.000Z
42.241158
210
0.681662
10,725
/* * Copyright 2017 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
3e194002de4fc178904d2eaea5a27f64ff9458dc
2,699
java
Java
software/nbia-web/src/gov/nih/nci/nbia/beans/searchform/AvailableSearchTermsBean.java
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
1
2019-04-22T17:38:54.000Z
2019-04-22T17:38:54.000Z
software/nbia-web/src/gov/nih/nci/nbia/beans/searchform/AvailableSearchTermsBean.java
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
null
null
null
software/nbia-web/src/gov/nih/nci/nbia/beans/searchform/AvailableSearchTermsBean.java
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
null
null
null
34.602564
112
0.68618
10,726
/*L * Copyright SAIC, Ellumen and RSNA (CTP) * * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/national-biomedical-image-archive/LICENSE.txt for details. */ package gov.nih.nci.nbia.beans.searchform; import gov.nih.nci.nbia.beans.BeanManager; import gov.ni...
3e194257130cf7fcc31d95d4e343cedc697f5842
2,054
java
Java
hw1_3/src/main/java/hw1testforstudents/test/TestImpl.java
Etoneon/ot-spring-2022
3c6827973198d5efa4e9aab766aec84bd808e1b9
[ "MIT" ]
null
null
null
hw1_3/src/main/java/hw1testforstudents/test/TestImpl.java
Etoneon/ot-spring-2022
3c6827973198d5efa4e9aab766aec84bd808e1b9
[ "MIT" ]
null
null
null
hw1_3/src/main/java/hw1testforstudents/test/TestImpl.java
Etoneon/ot-spring-2022
3c6827973198d5efa4e9aab766aec84bd808e1b9
[ "MIT" ]
null
null
null
28.929577
119
0.565239
10,727
package hw1testforstudents.test; import hw1testforstudents.domain.Person; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class TestImpl implements Test { private final static String COMMA_DELIMITER = ","; private String fileNameCSV = " "; ...
3e1942a78b2cb878105e5dd276e89da4d308a999
1,514
java
Java
testbench/testsolutions/editor.test/source_gen/jetbrains/mps/lang/editor/label/tests/LabelWithBrackets_RemoveText_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
testbench/testsolutions/editor.test/source_gen/jetbrains/mps/lang/editor/label/tests/LabelWithBrackets_RemoveText_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
testbench/testsolutions/editor.test/source_gen/jetbrains/mps/lang/editor/label/tests/LabelWithBrackets_RemoveText_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
35.209302
226
0.778732
10,728
package jetbrains.mps.lang.editor.label.tests; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.ClassRule; import jetbrains.mps.lang.test.runtime.TestParametersCache; import org.junit.Test; import jetbrains.mps.lang.test.runtime.Base...
3e1942bd953e35dd96196f0505cb59190ed474af
4,564
java
Java
consumer_rabbit_middleware/src/test/java/com/example/ApplicationTests.java
guhuajun/spring-cloud-contract-samples
41b7f12809ce31a559e57599df17945f8b2363ac
[ "Apache-2.0" ]
339
2016-11-24T05:23:30.000Z
2022-03-03T01:03:47.000Z
consumer_rabbit_middleware/src/test/java/com/example/ApplicationTests.java
guhuajun/spring-cloud-contract-samples
41b7f12809ce31a559e57599df17945f8b2363ac
[ "Apache-2.0" ]
159
2016-11-09T17:36:24.000Z
2022-03-30T05:16:17.000Z
consumer_rabbit_middleware/src/test/java/com/example/ApplicationTests.java
guhuajun/spring-cloud-contract-samples
41b7f12809ce31a559e57599df17945f8b2363ac
[ "Apache-2.0" ]
325
2016-11-24T05:23:35.000Z
2022-03-04T06:20:04.000Z
36.512
170
0.786372
10,729
/* * 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...
3e1942e35e1585784e7e68f18044b12993153c04
966
java
Java
src/main/java/com/github/east196/ezsb/core/BootException.java
East196/easyboot
b5f4a2d86c3b69a4a1fc9b163824626c31c4032f
[ "Apache-2.0" ]
1
2018-09-09T14:16:59.000Z
2018-09-09T14:16:59.000Z
src/main/java/com/github/east196/ezsb/core/BootException.java
East196/easyboot
b5f4a2d86c3b69a4a1fc9b163824626c31c4032f
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/east196/ezsb/core/BootException.java
East196/easyboot
b5f4a2d86c3b69a4a1fc9b163824626c31c4032f
[ "Apache-2.0" ]
null
null
null
18.226415
62
0.530021
10,730
package com.github.east196.ezsb.core; import lombok.Data; /** * @author east196 */ @Data public class BootException extends RuntimeException { private String msg; public BootException(String msg){ super(msg); this.msg = msg; } private int code = 500; public...
3e19439db2e1baa4e9111d826e1d05ff472f891a
3,709
java
Java
scansite-shared/src/main/java/edu/mit/scansite/shared/transferobjects/RestrictionProperties.java
kkrismer/scansite
e331f488130289f0aff5d247521d09430f29249f
[ "MIT" ]
null
null
null
scansite-shared/src/main/java/edu/mit/scansite/shared/transferobjects/RestrictionProperties.java
kkrismer/scansite
e331f488130289f0aff5d247521d09430f29249f
[ "MIT" ]
null
null
null
scansite-shared/src/main/java/edu/mit/scansite/shared/transferobjects/RestrictionProperties.java
kkrismer/scansite
e331f488130289f0aff5d247521d09430f29249f
[ "MIT" ]
null
null
null
24.562914
67
0.758695
10,731
package edu.mit.scansite.shared.transferobjects; import java.util.List; import com.google.gwt.user.client.rpc.IsSerializable; /** * @author Konstantin Krismer */ public class RestrictionProperties implements IsSerializable { private OrganismClass organismClass = OrganismClass.MAMMALIA; private String speciesReg...
3e1943a8ed82b544db5be3686df5c23e306a1752
3,222
java
Java
SDK4_1_1/junit/src/test/gov/nih/nci/cacoresdk/domain/onetoone/bidirectional/withjoin/O2OBidirectionalWithJoinWritableApiTest.java
NCIP/lexevs-remote
0915afa3467f0e4724e5f59d1de46cd0267c63f1
[ "BSD-3-Clause" ]
1
2021-04-28T22:10:19.000Z
2021-04-28T22:10:19.000Z
SDK4_1_1/junit/src/test/gov/nih/nci/cacoresdk/domain/onetoone/bidirectional/withjoin/O2OBidirectionalWithJoinWritableApiTest.java
NCIP/lexevs-remote
0915afa3467f0e4724e5f59d1de46cd0267c63f1
[ "BSD-3-Clause" ]
2
2015-01-09T19:57:02.000Z
2018-05-15T21:37:54.000Z
SDK4_1_1/junit/src/test/gov/nih/nci/cacoresdk/domain/onetoone/bidirectional/withjoin/O2OBidirectionalWithJoinWritableApiTest.java
NCIP/lexevs-remote
0915afa3467f0e4724e5f59d1de46cd0267c63f1
[ "BSD-3-Clause" ]
1
2016-10-04T04:00:45.000Z
2016-10-04T04:00:45.000Z
37.465116
103
0.724084
10,732
package test.gov.nih.nci.cacoresdk.domain.onetoone.bidirectional.withjoin; import org.apache.log4j.Logger; import gov.nih.nci.cacoresdk.domain.onetoone.bidirectional.withjoin.Chain; import gov.nih.nci.cacoresdk.domain.onetoone.bidirectional.withjoin.Pendant; import junit.framework.Assert; import test.gov.nih.n...
3e19440ff0e227296d40b4eda624c1ba947176b8
1,383
java
Java
app/src/main/java/com/github/st1hy/countthemcalories/core/command/undo/UndoInvalidator.java
st1hy/Red-Calories
db5111abad35eecd9f10e4292cede66a7a9d9c4c
[ "MIT" ]
3
2017-02-23T15:53:53.000Z
2017-10-22T21:16:25.000Z
app/src/main/java/com/github/st1hy/countthemcalories/core/command/undo/UndoInvalidator.java
st1hy/Red-Calories
db5111abad35eecd9f10e4292cede66a7a9d9c4c
[ "MIT" ]
19
2016-07-16T13:53:53.000Z
2017-01-24T22:06:42.000Z
app/src/main/java/com/github/st1hy/countthemcalories/core/command/undo/UndoInvalidator.java
st1hy/Red-Calories
db5111abad35eecd9f10e4292cede66a7a9d9c4c
[ "MIT" ]
null
null
null
32.928571
122
0.62979
10,733
package com.github.st1hy.countthemcalories.core.command.undo; import android.support.annotation.NonNull; import com.github.st1hy.countthemcalories.core.command.CommandResponse; import java.util.concurrent.atomic.AtomicReference; import rx.Observable; public class UndoInvalidator<Re, Un> implements Observable.Trans...
3e19443602152b5d94d2ec0d3dcb42ccadba2fbb
1,706
java
Java
src/com/nshirley/engine3d/utils/BufferUtils.java
natethegreat2525/3dEngine
3521b1e3363472b30af3634f21e129b0936224da
[ "MIT" ]
1
2017-01-02T15:54:03.000Z
2017-01-02T15:54:03.000Z
src/com/nshirley/engine3d/utils/BufferUtils.java
natethegreat2525/3dEngine
3521b1e3363472b30af3634f21e129b0936224da
[ "MIT" ]
null
null
null
src/com/nshirley/engine3d/utils/BufferUtils.java
natethegreat2525/3dEngine
3521b1e3363472b30af3634f21e129b0936224da
[ "MIT" ]
1
2018-03-12T17:27:40.000Z
2018-03-12T17:27:40.000Z
27.967213
111
0.739742
10,734
package com.nshirley.engine3d.utils; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.util.ArrayList; import java.util.HashMap; public class BufferUtils { private BufferUtils() { } private static HashMap<Integer, ArrayList<FloatBuffer>...
3e1946550287f5e561a0c268cb6f2af0568c3a06
3,277
java
Java
aliyun-java-sdk-qualitycheck/src/main/java/com/aliyuncs/qualitycheck/model/v20190115/GetCustomizationConfigListResponse.java
czy95czy/aliyun-openapi-java-sdk
5410bde6a54fe40a471b43e50696f991f5df25aa
[ "Apache-2.0" ]
3
2021-01-25T16:15:23.000Z
2021-01-25T16:15:54.000Z
aliyun-java-sdk-qualitycheck/src/main/java/com/aliyuncs/qualitycheck/model/v20190115/GetCustomizationConfigListResponse.java
xunanping/aliyun-openapi-java-sdk
6784f7a7e9a841b221076c8bad01541cc663cd95
[ "Apache-2.0" ]
null
null
null
aliyun-java-sdk-qualitycheck/src/main/java/com/aliyuncs/qualitycheck/model/v20190115/GetCustomizationConfigListResponse.java
xunanping/aliyun-openapi-java-sdk
6784f7a7e9a841b221076c8bad01541cc663cd95
[ "Apache-2.0" ]
null
null
null
22.445205
101
0.715899
10,735
/* * 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...
3e19469c48eabd69342602bba62f5928b348974e
366
java
Java
src/main/java/io/shelang/aghab/service/dto/LinkMetaDTO.java
shelang/aghab
a414f7d17c7c7aab213392718fbd9bce059211b7
[ "Apache-2.0" ]
null
null
null
src/main/java/io/shelang/aghab/service/dto/LinkMetaDTO.java
shelang/aghab
a414f7d17c7c7aab213392718fbd9bce059211b7
[ "Apache-2.0" ]
2
2021-04-11T13:16:13.000Z
2021-05-01T06:34:45.000Z
src/main/java/io/shelang/aghab/service/dto/LinkMetaDTO.java
shelang/aghab
a414f7d17c7c7aab213392718fbd9bce059211b7
[ "Apache-2.0" ]
null
null
null
19.263158
37
0.79235
10,736
package io.shelang.aghab.service.dto; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; import java.time.Instant; @Data @Accessors(chain = true) @NoArgsConstructor public class LinkMetaDTO { private Long id; private String title; private String description; private In...
3e19472702db6d1a2414581f0aaa326aba7d9fb2
2,497
java
Java
app/src/main/java/com/adam/aslfms/util/MyContextWrapper.java
franciscojunior/sls
1c933bc9752205e939badbdf9fe53d4117d90016
[ "Apache-2.0" ]
275
2015-01-13T12:41:28.000Z
2019-08-10T20:26:06.000Z
app/src/main/java/com/adam/aslfms/util/MyContextWrapper.java
AdrianaDJ/sls
04380f4ea9224ba12d4682b7605fa3b6f9c6cc77
[ "Apache-2.0" ]
384
2015-01-02T17:11:50.000Z
2019-08-11T12:34:31.000Z
app/src/main/java/com/adam/aslfms/util/MyContextWrapper.java
AdrianaDJ/sls
04380f4ea9224ba12d4682b7605fa3b6f9c6cc77
[ "Apache-2.0" ]
101
2015-01-08T16:55:02.000Z
2019-08-09T19:25:52.000Z
34.680556
88
0.705647
10,737
/** * This file is part of Simple Scrobbler. * <p> * https://github.com/simple-last-fm-scrobbler/sls * <p> * Copyright 2011 Simple Scrobbler Team * <p> * 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...
3e19475ee43dd9fb4e87c052ea66e52e0ac88765
242
java
Java
northstar-strategy-common/src/main/java/tech/xuanwu/northstar/strategy/common/event/ModuleEvent.java
kevinhuangwl/northstar
1b2826d7b62dc99227b9ee210471a9dbb86f224f
[ "Apache-2.0" ]
11
2020-04-21T20:51:40.000Z
2021-07-20T01:49:33.000Z
northstar-strategy-common/src/main/java/tech/xuanwu/northstar/strategy/common/event/ModuleEvent.java
butter-fly/northstar
74f8e44a24b7fbda9da7051e031495e1deadacb0
[ "Apache-2.0" ]
null
null
null
northstar-strategy-common/src/main/java/tech/xuanwu/northstar/strategy/common/event/ModuleEvent.java
butter-fly/northstar
74f8e44a24b7fbda9da7051e031495e1deadacb0
[ "Apache-2.0" ]
4
2020-04-21T20:51:43.000Z
2021-07-18T13:04:44.000Z
12.736842
52
0.739669
10,738
package tech.xuanwu.northstar.strategy.common.event; import lombok.Builder; import lombok.Data; /** * * @author KevinHuangwl * */ @Data @Builder public class ModuleEvent { private ModuleEventType eventType; private Object data; }
3e19489f5d293073ccd7bbf6268cc2e62e03f545
13,901
java
Java
mso-api-handlers/mso-api-handler-infra/src/test/java/org/openecomp/mso/apihandlerinfra/tenantisolation/CloudResourcesOrchestrationTest.java
kweveen/so
f5618da7e8d8398d5f85fe950fd5c88e84481f83
[ "Apache-2.0" ]
null
null
null
mso-api-handlers/mso-api-handler-infra/src/test/java/org/openecomp/mso/apihandlerinfra/tenantisolation/CloudResourcesOrchestrationTest.java
kweveen/so
f5618da7e8d8398d5f85fe950fd5c88e84481f83
[ "Apache-2.0" ]
null
null
null
mso-api-handlers/mso-api-handler-infra/src/test/java/org/openecomp/mso/apihandlerinfra/tenantisolation/CloudResourcesOrchestrationTest.java
kweveen/so
f5618da7e8d8398d5f85fe950fd5c88e84481f83
[ "Apache-2.0" ]
null
null
null
41.61976
123
0.730955
10,739
/*- * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =============================================================...