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
3e150fec5bad62168eec14b6606bb1d53fe1bfa7
1,658
java
Java
sqldev/src/main/java/org/utplsql/sqldev/model/runner/PreRunEvent.java
utPLSQL/utPLSQL-SQLDeveloper
55f754056c3749985dc2de001bc40b8ce8f9cd30
[ "Apache-2.0" ]
52
2017-12-19T20:02:39.000Z
2022-01-04T16:21:33.000Z
sqldev/src/main/java/org/utplsql/sqldev/model/runner/PreRunEvent.java
utPLSQL/SQLDeveloper-plugin
edfcc5855ba9e571143712534ace212996b31588
[ "Apache-2.0" ]
92
2018-01-27T17:30:59.000Z
2022-02-27T10:01:56.000Z
sqldev/src/main/java/org/utplsql/sqldev/model/runner/PreRunEvent.java
utPLSQL/SQLDeveloper-plugin
edfcc5855ba9e571143712534ace212996b31588
[ "Apache-2.0" ]
19
2018-02-08T15:06:27.000Z
2022-03-28T06:26:22.000Z
29.857143
75
0.700359
8,937
/* * Copyright 2018 Philipp Salvisberg <upchh@example.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
3e15109cc510bb9d5517adc2d4bbaa0e6ba9f99d
972
java
Java
src/services/OtherFunctions.java
kananipratik/WebSearchEngine
34e0d2a9dfb2726dce479a20ef3ac33971b9ab78
[ "MIT" ]
null
null
null
src/services/OtherFunctions.java
kananipratik/WebSearchEngine
34e0d2a9dfb2726dce479a20ef3ac33971b9ab78
[ "MIT" ]
null
null
null
src/services/OtherFunctions.java
kananipratik/WebSearchEngine
34e0d2a9dfb2726dce479a20ef3ac33971b9ab78
[ "MIT" ]
null
null
null
22.604651
80
0.668724
8,938
/** * */ package services; import java.io.File; import java.util.Collections; import java.util.Comparator; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.Map; import java.util.Map.Entry; /** * @author Harshit Singh * */ public class OtherFunctions { public static Map<File, Integ...
3e1511393c948b72c0d0f4a55c862f61d4535bfa
275
java
Java
src/main/java/com/langmy/terminal/modules/report/dao/OperLiftRecDao.java
RavinPatodia/terminal
c0b4baccaa6c4d0e56d08a6fc35b9ca7b86494e0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/langmy/terminal/modules/report/dao/OperLiftRecDao.java
RavinPatodia/terminal
c0b4baccaa6c4d0e56d08a6fc35b9ca7b86494e0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/langmy/terminal/modules/report/dao/OperLiftRecDao.java
RavinPatodia/terminal
c0b4baccaa6c4d0e56d08a6fc35b9ca7b86494e0
[ "Apache-2.0" ]
null
null
null
18.333333
63
0.716364
8,939
package com.langmy.terminal.modules.report.dao; import com.langmy.terminal.common.dao.BaseDao; import com.langmy.terminal.common.entity.OperLiftRec; /** * 手动抬杆记录Dao * * @author ZZD * */ public interface OperLiftRecDao extends BaseDao<OperLiftRec> { }
3e151149d25ea35069f67805db5e24f3ac3a2539
168
java
Java
src/main/java/com/activepersistence/repository/arel/nodes/Sum.java
lazaronixon/activepersistence
92e9fdaeae7b0fb4296742b7e7ce39ce54479027
[ "MIT" ]
14
2020-07-05T03:09:18.000Z
2022-03-09T17:40:56.000Z
src/main/java/com/activepersistence/repository/arel/nodes/Sum.java
lazaronixon/activepersistence
92e9fdaeae7b0fb4296742b7e7ce39ce54479027
[ "MIT" ]
20
2020-06-13T15:58:39.000Z
2020-11-18T14:21:31.000Z
src/main/java/com/activepersistence/repository/arel/nodes/Sum.java
lazaronixon/activepersistence
92e9fdaeae7b0fb4296742b7e7ce39ce54479027
[ "MIT" ]
2
2020-07-06T02:09:06.000Z
2020-07-06T14:05:19.000Z
16.8
52
0.714286
8,940
package com.activepersistence.repository.arel.nodes; public class Sum extends Function { public Sum(JpqlLiteral expression) { super(expression); } }
3e1511dc8fd9ba053c40d01f540a01eb1c4c20d8
1,538
java
Java
src/main/java/net/segoia/netcell/entities/CopyContextEntity.java
acionescu/netcell
439effa9413f5a4bcc18825b90dd36294b1d9400
[ "Apache-2.0" ]
null
null
null
src/main/java/net/segoia/netcell/entities/CopyContextEntity.java
acionescu/netcell
439effa9413f5a4bcc18825b90dd36294b1d9400
[ "Apache-2.0" ]
null
null
null
src/main/java/net/segoia/netcell/entities/CopyContextEntity.java
acionescu/netcell
439effa9413f5a4bcc18825b90dd36294b1d9400
[ "Apache-2.0" ]
null
null
null
36.619048
95
0.761378
8,941
/** * netcell - Java ESB with an embedded business process modeling engine * Copyright (C) 2009 Adrian Cristian Ionescu - https://github.com/acionescu * * 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 ...
3e15126f9cf1fd11ff31f390b6af39a32374373b
4,923
java
Java
time4j-android/src/main/java/net/time4j/tz/TZID.java
mirfatif/Time4A
a068fd253d2a49939fd44ca8885f72862c71e4e6
[ "Apache-2.0" ]
67
2015-08-23T11:05:18.000Z
2022-02-04T02:29:07.000Z
time4j-android/src/main/java/net/time4j/tz/TZID.java
mirfatif/Time4A
a068fd253d2a49939fd44ca8885f72862c71e4e6
[ "Apache-2.0" ]
1
2020-01-08T13:14:55.000Z
2020-01-15T14:17:52.000Z
time4j-android/src/main/java/net/time4j/tz/TZID.java
mirfatif/Time4A
a068fd253d2a49939fd44ca8885f72862c71e4e6
[ "Apache-2.0" ]
12
2015-12-04T03:13:34.000Z
2021-07-14T08:37:51.000Z
43.955357
82
0.716027
8,942
/* * Licensed by the author of Time4J-project. * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. The copyright owner * licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance * w...
3e1513d70d866c6d7948255d42da978190bcfd63
530
java
Java
src/main/java/ch/hearc/ig/exercice2/live/Base.java
arnaudgeiser/heg-fp-java
7c7de43d80a08cf52ae2e3f5538f94eee127d3d0
[ "MIT" ]
null
null
null
src/main/java/ch/hearc/ig/exercice2/live/Base.java
arnaudgeiser/heg-fp-java
7c7de43d80a08cf52ae2e3f5538f94eee127d3d0
[ "MIT" ]
null
null
null
src/main/java/ch/hearc/ig/exercice2/live/Base.java
arnaudgeiser/heg-fp-java
7c7de43d80a08cf52ae2e3f5538f94eee127d3d0
[ "MIT" ]
null
null
null
20.384615
60
0.611321
8,943
package ch.hearc.ig.exercice2.live; import java.util.ArrayList; import java.util.List; public class Base { static List<Integer> divisibleBy2(List<Integer> numbers) { List<Integer> tmp = new ArrayList<>(); for (Integer number : numbers) { if (number % 2 == 0) { tmp.add(number); } } ...
3e1513fe157a1aa50f278357951cb52436452605
4,184
java
Java
cnd/mobility.end2end/src/org/netbeans/modules/mobility/end2end/profiles/alljava/AllJavaProfileProvider.java
leginee/netbeans
814ad30e2d0a094f4aa3813bcbb5323a95a0b1d6
[ "Apache-2.0" ]
null
null
null
cnd/mobility.end2end/src/org/netbeans/modules/mobility/end2end/profiles/alljava/AllJavaProfileProvider.java
leginee/netbeans
814ad30e2d0a094f4aa3813bcbb5323a95a0b1d6
[ "Apache-2.0" ]
null
null
null
cnd/mobility.end2end/src/org/netbeans/modules/mobility/end2end/profiles/alljava/AllJavaProfileProvider.java
leginee/netbeans
814ad30e2d0a094f4aa3813bcbb5323a95a0b1d6
[ "Apache-2.0" ]
null
null
null
44.989247
112
0.760755
8,944
/* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are subje...
3e1514257e27d27f6d320a606192f90b9cef34bd
395
java
Java
lightning.crawler/src/main/java/com/zhitianweilai/qing/template/engine/ORASTMatchNode.java
shangV2/lightning
144228bc26a601fd16503ab1c66d118f0addcfe7
[ "Apache-2.0" ]
null
null
null
lightning.crawler/src/main/java/com/zhitianweilai/qing/template/engine/ORASTMatchNode.java
shangV2/lightning
144228bc26a601fd16503ab1c66d118f0addcfe7
[ "Apache-2.0" ]
null
null
null
lightning.crawler/src/main/java/com/zhitianweilai/qing/template/engine/ORASTMatchNode.java
shangV2/lightning
144228bc26a601fd16503ab1c66d118f0addcfe7
[ "Apache-2.0" ]
null
null
null
20.789474
74
0.782278
8,945
package com.zhitianweilai.qing.template.engine; import java.util.ArrayList; import java.util.List; public class ORASTMatchNode { private List<ASTMatchNode> childrenNodes = new ArrayList<ASTMatchNode>(); public List<ASTMatchNode> getChildrenNodes() { return childrenNodes; } public void setChildrenNodes(List<A...
3e15146e16b65b2c5e0526c096e711262f02e05e
127
java
Java
ver-05.01/KieaJpaRelation-05-OneToOne-01/src/main/java/org/tain/info/OrderInfo.java
grtlinux/KieaJpaRelation
b5ff34d04cdf5c734f15bc459646a7c4965d1ad8
[ "Apache-2.0" ]
null
null
null
ver-05.01/KieaJpaRelation-05-OneToOne-01/src/main/java/org/tain/info/OrderInfo.java
grtlinux/KieaJpaRelation
b5ff34d04cdf5c734f15bc459646a7c4965d1ad8
[ "Apache-2.0" ]
null
null
null
ver-05.01/KieaJpaRelation-05-OneToOne-01/src/main/java/org/tain/info/OrderInfo.java
grtlinux/KieaJpaRelation
b5ff34d04cdf5c734f15bc459646a7c4965d1ad8
[ "Apache-2.0" ]
null
null
null
11.545455
28
0.716535
8,946
package org.tain.info; public interface OrderInfo { String getOrderCode(); Integer getCount(); Integer getAmount(); }
3e1514b9f531dd2d0d795e4ad37c74a733e15f91
4,192
java
Java
src/com/nullpointerworks/util/file/textfile/TextFile.java
NullpointerWorks/libutil
3618b1e7ae97ed179cc0d14a40833751ef53bc09
[ "Unlicense" ]
null
null
null
src/com/nullpointerworks/util/file/textfile/TextFile.java
NullpointerWorks/libutil
3618b1e7ae97ed179cc0d14a40833751ef53bc09
[ "Unlicense" ]
null
null
null
src/com/nullpointerworks/util/file/textfile/TextFile.java
NullpointerWorks/libutil
3618b1e7ae97ed179cc0d14a40833751ef53bc09
[ "Unlicense" ]
null
null
null
23.418994
194
0.655534
8,947
/* * This is free and unencumbered software released into the public domain. * (http://unlicense.org/) * Nullpointer Works (2021) */ package com.nullpointerworks.util.file.textfile; import com.nullpointerworks.util.Log; import com.nullpointerworks.util.file.Encoding; import com.nullpointerworks.util.pack.Array; /...
3e1515669581b2663f85e9c14e5d1528f1a00508
10,263
java
Java
shared-source/src/edu/ucar/dls/xml/schema/action/AdvancedQueryAction.java
rhuan080/dls-repository-stack
8e19d6a9a3390ce3e3e1031ea8d0f4c5db6eb7d3
[ "ECL-2.0", "Apache-2.0" ]
2
2017-06-16T10:03:46.000Z
2017-07-05T11:15:10.000Z
shared-source/src/edu/ucar/dls/xml/schema/action/AdvancedQueryAction.java
rhuan080/dls-repository-stack
8e19d6a9a3390ce3e3e1031ea8d0f4c5db6eb7d3
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
shared-source/src/edu/ucar/dls/xml/schema/action/AdvancedQueryAction.java
rhuan080/dls-repository-stack
8e19d6a9a3390ce3e3e1031ea8d0f4c5db6eb7d3
[ "ECL-2.0", "Apache-2.0" ]
1
2019-12-03T17:18:43.000Z
2019-12-03T17:18:43.000Z
32.789137
110
0.685764
8,948
/* Copyright 2017 Digital Learning Sciences (DLS) at the University Corporation for Atmospheric Research (UCAR), P.O. Box 3000, Boulder, CO 80307 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 a...
3e151586e14f5a8adcbd2e53b3fab8bb203d6200
2,892
java
Java
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java
margorud/learn
92796c85480f0a64deb929bccf9f7dc70e0b7329
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java
margorud/learn
92796c85480f0a64deb929bccf9f7dc70e0b7329
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java
margorud/learn
92796c85480f0a64deb929bccf9f7dc70e0b7329
[ "Apache-2.0" ]
null
null
null
30.765957
111
0.646957
8,949
package ru.stqa.pft.addressbook.appmanager; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.Select; import org.testng.Assert; import ru.stqa.pft.addressbook.model.ContactData; import java.util.ArrayList; import java.util...
3e15159a4259e2e38439835b39e9133ed015160a
3,402
java
Java
test/File5.java
amanster82/SENG_371
0f527f0eb75b0877d29701d47e8ce63a6a509ec0
[ "MIT" ]
null
null
null
test/File5.java
amanster82/SENG_371
0f527f0eb75b0877d29701d47e8ce63a6a509ec0
[ "MIT" ]
null
null
null
test/File5.java
amanster82/SENG_371
0f527f0eb75b0877d29701d47e8ce63a6a509ec0
[ "MIT" ]
null
null
null
25.014706
100
0.743974
8,950
/** * Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved. * This software is published under the GPL GNU General Public License. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published...
3e1515da8166686d0a4ff277bb1fbeb86d8418c8
535
java
Java
src/main/java/pl/sdacademy/tarr2019java4/tdd/App.java
jakub-olszewski/tarr2019java4-tdd
4c2419c23191a58d323d41f8a51a2c327857850a
[ "MIT" ]
null
null
null
src/main/java/pl/sdacademy/tarr2019java4/tdd/App.java
jakub-olszewski/tarr2019java4-tdd
4c2419c23191a58d323d41f8a51a2c327857850a
[ "MIT" ]
null
null
null
src/main/java/pl/sdacademy/tarr2019java4/tdd/App.java
jakub-olszewski/tarr2019java4-tdd
4c2419c23191a58d323d41f8a51a2c327857850a
[ "MIT" ]
null
null
null
15.285714
63
0.547664
8,951
package pl.sdacademy.tarr2019java4.tdd; //generate test //alt + enter /** * App * * @author: Jakub Olszewski [http://github.com/jakub-olszewski] * @date: 23.11.2019 18:00 **/ public class App { //code format //ctrl+alt+L // alt + insert + enter // generate code //psvm + tab public static...
3e1517498d06a1b3481fc25e9eeead0869675a7d
831
java
Java
jsonapiadapter/src/main/java/com/nextmatch/vero/jsonapiadapter/retrofit/RetrofitJsonApiHelper.java
vero-amanda/GsonApiAdapter
7fe5bd56fe3e67ba10fba744f9614bdc45918c29
[ "Apache-2.0" ]
null
null
null
jsonapiadapter/src/main/java/com/nextmatch/vero/jsonapiadapter/retrofit/RetrofitJsonApiHelper.java
vero-amanda/GsonApiAdapter
7fe5bd56fe3e67ba10fba744f9614bdc45918c29
[ "Apache-2.0" ]
null
null
null
jsonapiadapter/src/main/java/com/nextmatch/vero/jsonapiadapter/retrofit/RetrofitJsonApiHelper.java
vero-amanda/GsonApiAdapter
7fe5bd56fe3e67ba10fba744f9614bdc45918c29
[ "Apache-2.0" ]
null
null
null
31.961538
118
0.776173
8,952
package com.nextmatch.vero.jsonapiadapter.retrofit; import com.google.gson.internal.Primitives; import com.nextmatch.vero.jsonapiadapter.internal.JsonApiResponseAdapter; import com.nextmatch.vero.jsonapiadapter.model.Resource; import retrofit2.Response; /** * @author vero * @since 2016. 11. 30. */ public final cl...
3e15183cf7e635f87315063c635ca1708b9a5196
2,592
java
Java
src/main/java/com/cgomez/xml/Layout.java
andres1537/dl-java
a6768187c4c01430afc287d133cdb2592a5e7685
[ "MIT" ]
null
null
null
src/main/java/com/cgomez/xml/Layout.java
andres1537/dl-java
a6768187c4c01430afc287d133cdb2592a5e7685
[ "MIT" ]
null
null
null
src/main/java/com/cgomez/xml/Layout.java
andres1537/dl-java
a6768187c4c01430afc287d133cdb2592a5e7685
[ "MIT" ]
null
null
null
26.721649
112
0.61034
8,953
// // 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: 2015.08.11 at 1...
3e1518407ae07f8489994acaf610427886a0a4d9
2,227
java
Java
src/main/java/com/github/vioao/wechat/utils/signature/XmlParse.java
littlebadegg/wechat-sdk
c12e22d9d26913158fb8edbaeee8ed46fad7d78a
[ "Apache-2.0" ]
47
2018-01-21T02:01:57.000Z
2021-09-06T08:42:04.000Z
src/main/java/com/github/vioao/wechat/utils/signature/XmlParse.java
littlebadegg/wechat-sdk
c12e22d9d26913158fb8edbaeee8ed46fad7d78a
[ "Apache-2.0" ]
3
2018-05-06T14:45:53.000Z
2022-01-08T01:32:03.000Z
src/main/java/com/github/vioao/wechat/utils/signature/XmlParse.java
littlebadegg/wechat-sdk
c12e22d9d26913158fb8edbaeee8ed46fad7d78a
[ "Apache-2.0" ]
21
2018-03-16T06:10:57.000Z
2020-05-06T09:21:22.000Z
32.275362
101
0.591828
8,954
/** * 对公众平台发送给公众账号的消息加解密示例代码. * * @copyright Copyright (c) 1998-2014 Tencent Inc. */ // ------------------------------------------------------------------------ package com.github.vioao.wechat.utils.signature; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import org.xml.sa...
3e15185cad63cb55cb9f4d97b13bd716a7737c49
260
java
Java
src/main/java/fr/isep/models/CategoryEventLog.java
PatWg/TangiSimu
86965727fc42739076c2dbda4e34ef6b144c7e78
[ "MIT" ]
null
null
null
src/main/java/fr/isep/models/CategoryEventLog.java
PatWg/TangiSimu
86965727fc42739076c2dbda4e34ef6b144c7e78
[ "MIT" ]
23
2018-11-21T21:32:51.000Z
2018-12-05T18:52:25.000Z
src/main/java/fr/isep/models/CategoryEventLog.java
PatWg/TangiSimu
86965727fc42739076c2dbda4e34ef6b144c7e78
[ "MIT" ]
null
null
null
17.333333
48
0.669231
8,955
package fr.isep.models; public class CategoryEventLog extends EventLog { private String newValue; public String getNewValue() { return newValue; } public void setNewValue(String newValue) { this.newValue = newValue; } }
3e1518beacc19c5c55d4fc718dcd30129b7466c6
1,000
java
Java
framework/tests/flow2/Equal.java
twistedsquare/checker-framework
35b682c252a390924fefe3e12f5dcc57971cf9eb
[ "MIT" ]
877
2015-07-04T19:51:28.000Z
2022-03-25T07:40:52.000Z
framework/tests/flow2/Equal.java
smonteiro/checker-framework
967490a52d69c4658b8cc2461c5dce06a016f1e7
[ "MIT" ]
2,468
2015-07-06T18:17:19.000Z
2022-03-31T16:56:39.000Z
framework/tests/flow2/Equal.java
smonteiro/checker-framework
967490a52d69c4658b8cc2461c5dce06a016f1e7
[ "MIT" ]
427
2015-07-07T15:52:48.000Z
2022-03-20T21:52:22.000Z
22.727273
76
0.545
8,956
import org.checkerframework.framework.testchecker.util.*; public class Equal { String f1, f2, f3; // annotation inference for equality void t1(@Odd String p1, String p2) { // :: error: (assignment) @Odd String l1 = f1; if (f1 == p1) { @Odd String l2 = f1; } else { // :: error: (assi...
3e1519aea7e1f545258b22300c1f8ad91680faff
549
java
Java
1232.check-if-it-is-a-straight-line.java
RobertSasak/leetcode
25926aa7c92b6be5633520debf8a714eaf9406f5
[ "MIT" ]
1
2020-03-09T17:41:39.000Z
2020-03-09T17:41:39.000Z
1232.check-if-it-is-a-straight-line.java
RobertSasak/leetcode
25926aa7c92b6be5633520debf8a714eaf9406f5
[ "MIT" ]
null
null
null
1232.check-if-it-is-a-straight-line.java
RobertSasak/leetcode
25926aa7c92b6be5633520debf8a714eaf9406f5
[ "MIT" ]
null
null
null
22.875
78
0.493625
8,957
/* * @lc app=leetcode id=1232 lang=java * * [1232] Check If It Is a Straight Line */ // @lc code=start class Solution { public boolean checkStraightLine(int[][] coordinates) { for (int i = 2; i < coordinates.length; i++) { if (!onLine(coordinates[0], coordinates[1], coordinates[i])) { ...
3e151a2db63601744f0d2266c30a36258da5b0b0
3,005
java
Java
src/jean/peptide/PeptideConcentrationBuilder.java
tipplerow/jean
bd39b3a209bf9d78b89ea4c133f6b6669006cde3
[ "Apache-2.0" ]
null
null
null
src/jean/peptide/PeptideConcentrationBuilder.java
tipplerow/jean
bd39b3a209bf9d78b89ea4c133f6b6669006cde3
[ "Apache-2.0" ]
null
null
null
src/jean/peptide/PeptideConcentrationBuilder.java
tipplerow/jean
bd39b3a209bf9d78b89ea4c133f6b6669006cde3
[ "Apache-2.0" ]
null
null
null
30.353535
83
0.659235
8,958
package jean.peptide; import java.util.Collection; import java.util.HashMap; import java.util.Map; import jean.chem.Concentration; /** * Maps peptides to cellular concentrations. */ public final class PeptideConcentrationBuilder { private final Map<Peptide, Concentration> map = new HashMap<Peptide, Co...
3e151aaa8655c15530e20ada90637884ddf17662
317
java
Java
src/main/java/be/gest/dao/FournisseurDAO.java
bellalDjam/hccmed
07e3cc66592fea98b55931188a16498bd2c43311
[ "Apache-2.0" ]
null
null
null
src/main/java/be/gest/dao/FournisseurDAO.java
bellalDjam/hccmed
07e3cc66592fea98b55931188a16498bd2c43311
[ "Apache-2.0" ]
null
null
null
src/main/java/be/gest/dao/FournisseurDAO.java
bellalDjam/hccmed
07e3cc66592fea98b55931188a16498bd2c43311
[ "Apache-2.0" ]
null
null
null
19.8125
66
0.794953
8,959
package be.gest.dao; import java.util.List; import be.gest.model.Facture; import be.gest.model.Fournisseur; public interface FournisseurDAO extends AbstractDao<Fournisseur> { List<Fournisseur> findAll(); Fournisseur findFournisseurById(Long id); List<Fournisseur> findImpayedFournisseur(Facture factur); }
3e151aafeefa34908fd1b935c9861ac8b9edb23f
2,812
java
Java
src/main/java/net/binaryvibrance/schematicmetablocks/blocks/InteriorAirMarker.java
AtomicBlom/SchematicaModderExtensions
d73686bbb1d1593690ad9caaa04373eb80b63f0c
[ "MIT" ]
5
2015-01-13T05:19:46.000Z
2016-12-10T23:32:46.000Z
src/main/java/net/binaryvibrance/schematicmetablocks/blocks/InteriorAirMarker.java
AtomicBlom/SchematicaModderExtensions
d73686bbb1d1593690ad9caaa04373eb80b63f0c
[ "MIT" ]
4
2015-02-14T15:10:20.000Z
2015-05-22T11:44:49.000Z
src/main/java/net/binaryvibrance/schematicmetablocks/blocks/InteriorAirMarker.java
AtomicBlom/SchematicaModderExtensions
d73686bbb1d1593690ad9caaa04373eb80b63f0c
[ "MIT" ]
1
2018-10-09T10:42:03.000Z
2018-10-09T10:42:03.000Z
27.841584
116
0.6867
8,960
package net.binaryvibrance.schematicmetablocks.blocks; import net.binaryvibrance.schematicmetablocks.jobs.ChunkToProcess; import net.binaryvibrance.schematicmetablocks.jobs.JobProcessor; import net.binaryvibrance.schematicmetablocks.jobs.JobType; import net.binaryvibrance.schematicmetablocks.library.ModBlock; import n...
3e151b5c417d4cffbd4f8c692e824546c04ade4c
13,441
java
Java
mas-foundation/src/androidTest/java/com/ca/mas/foundation/MASRegistrationTest.java
dnys1/Android-MAS-SDK
e8e5c3850c9566080457eb2344f911042435d130
[ "MIT" ]
13
2016-11-01T20:03:06.000Z
2020-01-09T19:52:37.000Z
mas-foundation/src/androidTest/java/com/ca/mas/foundation/MASRegistrationTest.java
dnys1/Android-MAS-SDK
e8e5c3850c9566080457eb2344f911042435d130
[ "MIT" ]
41
2016-09-28T19:54:23.000Z
2021-09-29T09:43:31.000Z
mas-foundation/src/androidTest/java/com/ca/mas/foundation/MASRegistrationTest.java
dnys1/Android-MAS-SDK
e8e5c3850c9566080457eb2344f911042435d130
[ "MIT" ]
31
2016-08-25T17:14:20.000Z
2022-01-28T07:14:54.000Z
46.890785
184
0.658782
8,961
/* * Copyright (c) 2016 CA. All rights reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.ca.mas.foundation; import com.ca.mas.GatewayDefaultDispatcher; import com.ca.mas.MASCallbackFuture; import com.ca.mas.MASSta...
3e151b8a5da88ed64c98ca3c8bbcd841e952063b
1,187
java
Java
src/main/java/edu/harvard/iq/dataverse/authorization/providers/AuthenticationProviderFactory.java
vishalbelsare/dataverse
823d0f95e9bdc2951816bfc31b7234accb66aa01
[ "Apache-2.0" ]
681
2015-01-07T14:18:29.000Z
2022-03-28T12:26:27.000Z
src/main/java/edu/harvard/iq/dataverse/authorization/providers/AuthenticationProviderFactory.java
vishalbelsare/dataverse
823d0f95e9bdc2951816bfc31b7234accb66aa01
[ "Apache-2.0" ]
7,286
2015-01-04T06:45:45.000Z
2022-03-31T22:57:24.000Z
src/main/java/edu/harvard/iq/dataverse/authorization/providers/AuthenticationProviderFactory.java
vishalbelsare/dataverse
823d0f95e9bdc2951816bfc31b7234accb66aa01
[ "Apache-2.0" ]
433
2015-01-14T10:21:20.000Z
2022-03-31T12:43:08.000Z
34.911765
110
0.725358
8,962
package edu.harvard.iq.dataverse.authorization.providers; import edu.harvard.iq.dataverse.authorization.AuthenticationProvider; import edu.harvard.iq.dataverse.authorization.exceptions.AuthorizationSetupException; /** * This factory creates {@link AuthenticationProvider}s from {@link AuthenticationProviderRow}s. * ...
3e151c8b68dcb77c32cf2757a0b398009e4a500b
46,519
java
Java
hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java
MachineShop-IOT/hazelcast
61ba52f2c6d5035d7588bef5eb046974585ece4a
[ "Apache-2.0" ]
1
2020-02-28T02:54:12.000Z
2020-02-28T02:54:12.000Z
hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java
MachineShop-IOT/hazelcast
61ba52f2c6d5035d7588bef5eb046974585ece4a
[ "Apache-2.0" ]
null
null
null
hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientMapProxy.java
MachineShop-IOT/hazelcast
61ba52f2c6d5035d7588bef5eb046974585ece4a
[ "Apache-2.0" ]
null
null
null
39.25654
129
0.643243
8,963
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3e151c8d2122df9b191e6d848a5d1dc704685ca0
5,081
java
Java
src/main/java/org/rublin/controller/EmailController.java
rublin/SmartSpace
196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab
[ "MIT" ]
2
2016-11-03T11:22:47.000Z
2017-12-21T16:07:28.000Z
src/main/java/org/rublin/controller/EmailController.java
rublin/SmartSpace
196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab
[ "MIT" ]
1
2019-06-16T08:38:18.000Z
2019-06-16T08:38:18.000Z
src/main/java/org/rublin/controller/EmailController.java
rublin/SmartSpace
196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab
[ "MIT" ]
null
null
null
37.360294
105
0.583153
8,964
package org.rublin.controller; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Controller; import javax.activation.DataHandler; import javax.activation.DataSource; import javax.activation.FileDataSource; import javax.mail.*; import jav...
3e151cc46619631abc5a4277879609e1500a6829
931
java
Java
src/main/java/com/gmrodrigues/js/sandbox/util/XmlToJsonConverter.java
gmrodrigues/JsSandbox
01926b5a052638e0f2a354bdce2fe03e00a5167c
[ "MIT" ]
2
2016-03-28T18:39:19.000Z
2019-02-03T19:45:38.000Z
src/main/java/com/gmrodrigues/js/sandbox/util/XmlToJsonConverter.java
gmrodrigues/JsSandbox
01926b5a052638e0f2a354bdce2fe03e00a5167c
[ "MIT" ]
null
null
null
src/main/java/com/gmrodrigues/js/sandbox/util/XmlToJsonConverter.java
gmrodrigues/JsSandbox
01926b5a052638e0f2a354bdce2fe03e00a5167c
[ "MIT" ]
null
null
null
23.871795
75
0.633727
8,965
package com.gmrodrigues.js.sandbox.util; import net.sf.json.JSON; import net.sf.json.JSONArray; import net.sf.json.xml.XMLSerializer; import java.io.File; public class XmlToJsonConverter { private static final XMLSerializer xmlSerializer = new XMLSerializer(); private XmlToJsonConverter(){} public stat...
3e151e3e902552d27de5bbb218a81315e4305e23
2,538
java
Java
server/src/main/java/edp/davinci/dao/StarMapper.java
freefly310/davinci
2a89c946b656c341230d9f19dbcb29cf1ad00ffd
[ "Apache-2.0" ]
4,442
2017-09-03T17:38:06.000Z
2022-03-29T18:08:05.000Z
server/src/main/java/edp/davinci/dao/StarMapper.java
zhangsean/davinci
21c32b14ee9e6219c17f120d1b1c3142e78cdfc3
[ "Apache-2.0" ]
1,037
2017-10-16T03:16:33.000Z
2022-03-26T10:48:25.000Z
server/src/main/java/edp/davinci/dao/StarMapper.java
zhangsean/davinci
21c32b14ee9e6219c17f120d1b1c3142e78cdfc3
[ "Apache-2.0" ]
1,769
2017-09-05T06:58:11.000Z
2022-03-30T13:51:23.000Z
38.454545
198
0.663515
8,966
/* * << * Davinci * == * Copyright (C) 2016 - 2019 EDP * == * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless requi...
3e151ea14f9e638a6f353fa6c25b905303fa4e6d
8,942
java
Java
src/main/java/elsevier/jaxb/math/mathml/Mi.java
fanavarro/biotea-utilities
a4d88b6d672d452d2775e388d4988c61a69a187e
[ "Apache-2.0" ]
1
2016-02-18T13:17:23.000Z
2016-02-18T13:17:23.000Z
src/main/java/elsevier/jaxb/math/mathml/Mi.java
fanavarro/biotea-utilities
a4d88b6d672d452d2775e388d4988c61a69a187e
[ "Apache-2.0" ]
null
null
null
src/main/java/elsevier/jaxb/math/mathml/Mi.java
fanavarro/biotea-utilities
a4d88b6d672d452d2775e388d4988c61a69a187e
[ "Apache-2.0" ]
3
2016-05-13T20:33:45.000Z
2020-06-26T10:18:39.000Z
24.701657
147
0.577388
8,967
// // This file was pubmed.openAccess.jaxb.generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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. ...
3e151f59fc5a16989001a036e988d22a168975c7
3,653
java
Java
diana/diana-column/src/main/java/org/eclipse/jnosql/diana/column/query/DefaultDeleteQueryBuilder.java
joao0212/jnosql
fcc6b7d20bbfc22e767100f3308654733abf7f5e
[ "Apache-2.0" ]
2
2020-09-01T17:30:37.000Z
2020-09-01T22:47:51.000Z
diana/diana-column/src/main/java/org/eclipse/jnosql/diana/column/query/DefaultDeleteQueryBuilder.java
joao0212/jnosql
fcc6b7d20bbfc22e767100f3308654733abf7f5e
[ "Apache-2.0" ]
null
null
null
diana/diana-column/src/main/java/org/eclipse/jnosql/diana/column/query/DefaultDeleteQueryBuilder.java
joao0212/jnosql
fcc6b7d20bbfc22e767100f3308654733abf7f5e
[ "Apache-2.0" ]
null
null
null
25.193103
99
0.673693
8,968
/* * * Copyright (c) 2017 Otávio Santana and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * The Eclipse Public License is available at http:/...
3e1520ade815a4a0e4efcf483993e32fc7690972
7,271
java
Java
ControleAcesso/src/br/ufsc/ine5605/controleacesso/View/TelaSwingGestaoPermissaoSala.java
caionoguerol/controlador-acesso
8c59a5fcbe86d6fc0c2aa3ece2f0fc4e59abdd7d
[ "MIT" ]
null
null
null
ControleAcesso/src/br/ufsc/ine5605/controleacesso/View/TelaSwingGestaoPermissaoSala.java
caionoguerol/controlador-acesso
8c59a5fcbe86d6fc0c2aa3ece2f0fc4e59abdd7d
[ "MIT" ]
null
null
null
ControleAcesso/src/br/ufsc/ine5605/controleacesso/View/TelaSwingGestaoPermissaoSala.java
caionoguerol/controlador-acesso
8c59a5fcbe86d6fc0c2aa3ece2f0fc4e59abdd7d
[ "MIT" ]
null
null
null
34.13615
126
0.641315
8,969
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.ufsc.ine5605.controleacesso.View; import br.ufsc.ine5605.controleacesso.Controller.CtrlSala; import br.ufsc.ine5605.control...
3e1520c46f7feded7d9e6d718c72f1a7cd146990
3,365
java
Java
src/main/java/com/wanhutong/backend/modules/sys/web/attribute/AttributeValueController.java
fengyonghui/wanhugou_bg
a5d7579b331ef6d81f367be34967652fcb848da7
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wanhutong/backend/modules/sys/web/attribute/AttributeValueController.java
fengyonghui/wanhugou_bg
a5d7579b331ef6d81f367be34967652fcb848da7
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wanhutong/backend/modules/sys/web/attribute/AttributeValueController.java
fengyonghui/wanhugou_bg
a5d7579b331ef6d81f367be34967652fcb848da7
[ "Apache-2.0" ]
1
2019-12-17T03:09:56.000Z
2019-12-17T03:09:56.000Z
39.588235
126
0.803566
8,970
/** * Copyright &copy; 2017 <a href="www.wanhutong.com">wanhutong</a> All rights reserved. */ package com.wanhutong.backend.modules.sys.web.attribute; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.wanhutong.backend.modules.sys.entity.attribute.AttributeValue...
3e15218dff24aaf61c2a8175c0ba7711de4d92d8
6,576
java
Java
impl/src/main/java/com/webguys/ponzu/impl/set/fixed/QuadrupletonSet.java
Webguys/ponzu
959d6a8a4e19524e33dd3f0889b7ef9a39f30119
[ "Apache-2.0" ]
1
2015-10-03T16:57:48.000Z
2015-10-03T16:57:48.000Z
impl/src/main/java/com/webguys/ponzu/impl/set/fixed/QuadrupletonSet.java
Webguys/ponzu
959d6a8a4e19524e33dd3f0889b7ef9a39f30119
[ "Apache-2.0" ]
null
null
null
impl/src/main/java/com/webguys/ponzu/impl/set/fixed/QuadrupletonSet.java
Webguys/ponzu
959d6a8a4e19524e33dd3f0889b7ef9a39f30119
[ "Apache-2.0" ]
null
null
null
27.982979
98
0.620438
8,971
/* * Copyright 2011 Goldman Sachs. * * 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 ...
3e15221fab225624ae09ba038054da1faffe3055
1,863
java
Java
polocloud-modules/serverselector-module/src/main/java/de/polocloud/modules/serverselector/pluginside/SignPlugin.java
PoloCloud-official/cloudsystem
3a93c4849ad5bd14c7112e1c4586721229b5b77c
[ "MIT" ]
12
2021-08-08T19:46:14.000Z
2022-01-03T12:49:28.000Z
polocloud-modules/serverselector-module/src/main/java/de/polocloud/modules/serverselector/pluginside/SignPlugin.java
PoloCloud-official/cloudsystem
3a93c4849ad5bd14c7112e1c4586721229b5b77c
[ "MIT" ]
15
2021-09-02T22:33:28.000Z
2022-01-16T22:51:07.000Z
polocloud-modules/serverselector-module/src/main/java/de/polocloud/modules/serverselector/pluginside/SignPlugin.java
PoloCloud-official/cloudsystem
3a93c4849ad5bd14c7112e1c4586721229b5b77c
[ "MIT" ]
20
2021-08-09T08:55:38.000Z
2022-01-03T12:49:04.000Z
44.357143
139
0.764895
8,972
package de.polocloud.modules.serverselector.pluginside; import de.polocloud.api.PoloCloudAPI; import de.polocloud.modules.serverselector.api.SignAPI; import de.polocloud.modules.serverselector.pluginside.api.BukkitBukkitAPI; import de.polocloud.modules.serverselector.pluginside.api.BukkitGlobalAPI; import de.polocloud...
3e15225671c9e10fa876a6598bcc667bbc13ec9f
334
java
Java
src/main/java/br/gov/inmetro/beacon/engine/domain/certificate/Certificate.java
leandrofpk/beacon-engine
9f2a1cde40789df2f48791c83b58a3f0a3fb8830
[ "MIT" ]
3
2020-03-30T20:48:25.000Z
2022-01-09T23:58:53.000Z
src/main/java/br/gov/inmetro/beacon/engine/domain/certificate/Certificate.java
leandrofpk/beacon-engine
9f2a1cde40789df2f48791c83b58a3f0a3fb8830
[ "MIT" ]
14
2020-12-04T20:10:59.000Z
2021-11-10T13:29:13.000Z
beacon-engine/src/main/java/br/gov/inmetro/beacon/engine/domain/certificate/Certificate.java
siccciber/RandBeacon
cb99a1a461a25d0a5c1130f3f66507d49e05d93e
[ "MIT" ]
null
null
null
19.647059
87
0.736527
8,973
package br.gov.inmetro.beacon.engine.domain.certificate; /** * Controlar o certificado * A última linha do BD é o ativo * Implementar uma interface para decidir se o certificado vem do file system ou do HSM */ public class Certificate { private String hash; private long chainIndex; private String ce...
3e1522b0cd3921b69aabd50f4b1a10e8513f918e
836
java
Java
app/src/main/java/com/odin/link/demo/MainActivity.java
odindata/LinkSDK-for-Android
de67d4d6c8f3ab8cbd8cc2c51924f7f15b2d59d9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/odin/link/demo/MainActivity.java
odindata/LinkSDK-for-Android
de67d4d6c8f3ab8cbd8cc2c51924f7f15b2d59d9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/odin/link/demo/MainActivity.java
odindata/LinkSDK-for-Android
de67d4d6c8f3ab8cbd8cc2c51924f7f15b2d59d9
[ "Apache-2.0" ]
null
null
null
23.222222
92
0.694976
8,974
package com.odin.link.demo; import android.view.View; import com.gyf.immersionbar.ImmersionBar; import com.odin.link.demo.ui.OneKeyWakeupActivity; import com.odin.link.demo.ui.ScenarioReductionActivity; public class MainActivity extends BaseActivity { @Override public int getLayoutId() { return R.la...
3e1522dcdabab105fa882c5689e6ed4556457c58
2,839
java
Java
src/main/java/cn/shaoxiongdu/controller/productmodule/ProductController.java
shaoxiongdu/SupermarketCashRegisterSystem
a1e843cda7ee91b478ff17566d297434fbbb34a1
[ "MIT" ]
4
2021-09-14T02:20:13.000Z
2022-02-28T08:34:01.000Z
stage1-project/src/main/java/cn/shaoxiongdu/controller/productmodule/ProductController.java
shaoxiongdu/weixin-javase
233191efe825563a622af573e17947820e92fbd9
[ "MIT" ]
null
null
null
stage1-project/src/main/java/cn/shaoxiongdu/controller/productmodule/ProductController.java
shaoxiongdu/weixin-javase
233191efe825563a622af573e17947820e92fbd9
[ "MIT" ]
null
null
null
28.138614
140
0.475018
8,975
/* * Copyright (c) 2021. 杜少雄 AllRightsReserved */ package cn.shaoxiongdu.controller.productmodule; import cn.shaoxiongdu.bean.Product; import cn.shaoxiongdu.bean.ProductType; import cn.shaoxiongdu.service.ProductService; import cn.shaoxiongdu.service.ProductTypeService; import cn.shaoxiongdu.utils.InputUtils; impo...
3e152398cee6d4d93ec12bee245d8af39c1dcf9c
404
java
Java
components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/rest/alert/kapacitor/model/KapacitorState.java
inspectIT/inspectit-oce
cc6f1ed2795f69ba244562d4b8a57437db45c784
[ "Apache-2.0" ]
12
2018-12-20T07:05:30.000Z
2019-03-23T17:47:29.000Z
components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/rest/alert/kapacitor/model/KapacitorState.java
inspectIT/inspectit-oce
cc6f1ed2795f69ba244562d4b8a57437db45c784
[ "Apache-2.0" ]
80
2018-12-03T07:43:47.000Z
2019-03-25T08:14:45.000Z
components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/rest/alert/kapacitor/model/KapacitorState.java
inspectIT/inspectit-oce
cc6f1ed2795f69ba244562d4b8a57437db45c784
[ "Apache-2.0" ]
6
2018-12-03T14:40:05.000Z
2019-03-15T07:52:05.000Z
17.565217
64
0.675743
8,977
package rocks.inspectit.ocelot.rest.alert.kapacitor.model; import lombok.Builder; import lombok.Value; /** * Response Object for the state of Kapacitor. */ @Value @Builder public class KapacitorState { /** * True, if the connection to kapacitor has been configured. */ boolean enabled; /** ...
3e1523a2338f93bce0ae864317ab9c1b71c4134e
6,892
java
Java
cooper-webserver/src/main/java/jdepend/webserver/web/ResultController.java
jdepend/cooper
baac23d8372a4ece5c103a815b2a573a55ee59cb
[ "Apache-2.0" ]
9
2015-01-30T06:55:28.000Z
2019-11-28T08:47:14.000Z
cooper-webserver/src/main/java/jdepend/webserver/web/ResultController.java
jdepend/cooper
baac23d8372a4ece5c103a815b2a573a55ee59cb
[ "Apache-2.0" ]
3
2015-08-12T23:09:51.000Z
2018-12-07T06:10:44.000Z
cooper-webserver/src/main/java/jdepend/webserver/web/ResultController.java
jdepend/cooper
baac23d8372a4ece5c103a815b2a573a55ee59cb
[ "Apache-2.0" ]
7
2015-03-05T07:33:55.000Z
2021-12-14T07:17:40.000Z
40.541176
114
0.754498
8,978
package jdepend.webserver.web; import java.util.List; import javax.servlet.http.HttpServletRequest; import jdepend.framework.exception.JDependException; import jdepend.util.todolist.TODOItem; import jdepend.webserver.model.WebAnalysisResult; import org.springframework.stereotype.Controller; import org.sp...
3e1523c7c3766d5829ad4f1d198ee9f83bcf84cb
482
java
Java
LACCPlus/Hive/10022_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
LACCPlus/Hive/10022_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
LACCPlus/Hive/10022_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
37.076923
83
0.715768
8,979
//,temp,MultiOutputFormat.java,575,582,temp,MultiOutputFormat.java,532,539 //,2 public class xxx { @Override public void setupJob(JobContext jobContext) throws IOException { for (String alias : outputCommitters.keySet()) { LOGGER.info("Calling setupJob for alias: " + alias); BaseOutputComm...
3e152499ffb77150e0e19a0345ff16705097aec0
3,280
java
Java
app/src/main/java/com/moviz/lib/sessionexport/ZephyrHxMSessionExporter.java
p3g4asus/moviz
83887ba6c36fc7ce76ab305aee4a8cb7c56b47ce
[ "MIT" ]
null
null
null
app/src/main/java/com/moviz/lib/sessionexport/ZephyrHxMSessionExporter.java
p3g4asus/moviz
83887ba6c36fc7ce76ab305aee4a8cb7c56b47ce
[ "MIT" ]
null
null
null
app/src/main/java/com/moviz/lib/sessionexport/ZephyrHxMSessionExporter.java
p3g4asus/moviz
83887ba6c36fc7ce76ab305aee4a8cb7c56b47ce
[ "MIT" ]
null
null
null
38.588235
120
0.55122
8,980
package com.moviz.lib.sessionexport; import com.jmatio.io.MatFileWriter; import com.jmatio.types.MLArray; import com.jmatio.types.MLDouble; import com.jmatio.types.MLInt16; import com.jmatio.types.MLUInt64; import com.jmatio.types.MLUInt8; import com.moviz.lib.comunication.plus.holder.PZephyrHxMHolder; import...
3e1524a3abe666229ecb42fce58097576a239ab6
1,625
java
Java
hoot-compiler/src/main/java/Hoot/Compiler/Constants/LiteralSymbol.java
nikboyd/hoot-smalltalk
08f20a84ba63a5ec54bf972d7665c5ac97616a6e
[ "MIT" ]
3
2022-01-20T22:44:45.000Z
2022-03-07T15:00:42.000Z
hoot-compiler/src/main/java/Hoot/Compiler/Constants/LiteralSymbol.java
nikboyd/hoot-smalltalk
08f20a84ba63a5ec54bf972d7665c5ac97616a6e
[ "MIT" ]
null
null
null
hoot-compiler/src/main/java/Hoot/Compiler/Constants/LiteralSymbol.java
nikboyd/hoot-smalltalk
08f20a84ba63a5ec54bf972d7665c5ac97616a6e
[ "MIT" ]
1
2022-01-20T22:44:50.000Z
2022-01-20T22:44:50.000Z
37.790698
113
0.681846
8,981
package Hoot.Compiler.Constants; import Hoot.Runtime.Emissions.Emission; import static Hoot.Runtime.Names.Keyword.*; import static Hoot.Runtime.Names.Primitive.*; import static Hoot.Runtime.Emissions.Emission.*; import static Hoot.Runtime.Behaviors.HootRegistry.*; /** * A literal Symbol. * * @author nik...
3e1524bb97834b615319b1e2dbfca0c196d0e367
5,201
java
Java
spock-core/src/main/java/org/spockframework/mock/EmptyOrDummyResponse.java
milo2048/spock
567b8b0ae792b0389ae874c02e827da39446b943
[ "Apache-2.0" ]
2,863
2015-01-02T07:08:15.000Z
2022-03-31T16:38:09.000Z
spock-core/src/main/java/org/spockframework/mock/EmptyOrDummyResponse.java
i32jiprd/spock
d222bd2f805ed93369a9acde8b1c75bc69377d76
[ "Apache-2.0" ]
989
2015-01-12T20:20:15.000Z
2022-03-29T10:19:25.000Z
spock-core/src/main/java/org/spockframework/mock/EmptyOrDummyResponse.java
i32jiprd/spock
d222bd2f805ed93369a9acde8b1c75bc69377d76
[ "Apache-2.0" ]
465
2015-01-22T22:55:53.000Z
2022-03-27T06:39:23.000Z
38.525926
109
0.707172
8,982
/* * Copyright 2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law...
3e1525355cefdd496e2e3b4b58b8d6ee1aa507c4
1,405
java
Java
clapi/src/main/java/com/clapi/protocol/UpdateAssetRequestOrBuilder.java
ericpinet/connectlife
261720426dfbf5e667cd29d727bc7c8f6a21e315
[ "MIT" ]
3
2016-01-10T06:19:25.000Z
2021-06-19T06:28:34.000Z
clapi/src/main/java/com/clapi/protocol/UpdateAssetRequestOrBuilder.java
ericpinet/ConnectLife
261720426dfbf5e667cd29d727bc7c8f6a21e315
[ "MIT" ]
58
2016-01-09T19:05:42.000Z
2016-10-16T18:04:18.000Z
clapi/src/main/java/com/clapi/protocol/UpdateAssetRequestOrBuilder.java
ericpinet/ConnectLife
261720426dfbf5e667cd29d727bc7c8f6a21e315
[ "MIT" ]
null
null
null
21.615385
75
0.619217
8,983
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: clapi.proto package com.clapi.protocol; public interface UpdateAssetRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:clapi.UpdateAssetRequest) com.google.protobuf.MessageOrBuilder { /** * <code>required string u...
3e15257f39ca109124383846494a4e16e4395405
3,615
java
Java
orderservice/src/main/java/com/odenktools/orderservice/controllers/CartController.java
Riyanp/spring-camel
a17177b94b7ff79e211c2a364a2581a7c458b87c
[ "MIT" ]
null
null
null
orderservice/src/main/java/com/odenktools/orderservice/controllers/CartController.java
Riyanp/spring-camel
a17177b94b7ff79e211c2a364a2581a7c458b87c
[ "MIT" ]
null
null
null
orderservice/src/main/java/com/odenktools/orderservice/controllers/CartController.java
Riyanp/spring-camel
a17177b94b7ff79e211c2a364a2581a7c458b87c
[ "MIT" ]
null
null
null
33.785047
107
0.767082
8,984
package com.odenktools.orderservice.controllers; import com.odenktools.common.dto.CreateCartItemCommand; import com.odenktools.common.dto.ProductDto; import com.odenktools.common.response.ApiResponse; import com.odenktools.common.response.DataObjectResponse; import com.odenktools.common.response.RestApiResponse; impor...
3e15259c8a9556e6d9cb27867c3bf7c468dfd199
2,477
java
Java
src/main/java/org/openstreetmap/atlas/geography/atlas/items/complex/water/ComplexWaterway.java
Huyuntj/atlas
bb1545ed2da7a1d51f133a4bb686c064c63892eb
[ "BSD-3-Clause" ]
188
2017-08-08T17:26:54.000Z
2022-03-29T07:59:30.000Z
src/main/java/org/openstreetmap/atlas/geography/atlas/items/complex/water/ComplexWaterway.java
Huyuntj/atlas
bb1545ed2da7a1d51f133a4bb686c064c63892eb
[ "BSD-3-Clause" ]
403
2017-08-09T16:15:25.000Z
2022-02-16T19:33:42.000Z
src/main/java/org/openstreetmap/atlas/geography/atlas/items/complex/water/ComplexWaterway.java
Huyuntj/atlas
bb1545ed2da7a1d51f133a4bb686c064c63892eb
[ "BSD-3-Clause" ]
79
2017-08-08T17:55:01.000Z
2021-11-10T20:51:57.000Z
30.580247
98
0.668147
8,985
package org.openstreetmap.atlas.geography.atlas.items.complex.water; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import org.openstreetmap.atlas.exception.CoreException; import org.openstreetmap.atlas.geography.PolyLine; import org.openstreetmap.atlas....
3e1526184ff93905f0d4a9c89f7c7f049bcbb8aa
2,489
java
Java
artemis-dto/src/main/java/org/apache/activemq/artemis/dto/WebServerDTO.java
ingo1121/activemq-artemis
30c4b0de89a2e30edd1b1798ae5297b8af4fdeab
[ "Apache-2.0" ]
null
null
null
artemis-dto/src/main/java/org/apache/activemq/artemis/dto/WebServerDTO.java
ingo1121/activemq-artemis
30c4b0de89a2e30edd1b1798ae5297b8af4fdeab
[ "Apache-2.0" ]
1
2018-01-09T20:00:38.000Z
2018-01-10T16:43:02.000Z
artemis-dto/src/main/java/org/apache/activemq/artemis/dto/WebServerDTO.java
ingo1121/activemq-artemis
30c4b0de89a2e30edd1b1798ae5297b8af4fdeab
[ "Apache-2.0" ]
null
null
null
29.987952
86
0.764966
8,986
/* * 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 n...
3e1526e4d34f4794e8e3e387b71df9a222aa4131
12,996
java
Java
mod_xalan/src/main/java/org/apache/xalan/extensions/ExtensionHandlerGeneral.java
zhanyanjie6796/JFugue-for-Android
61b1cc52fe97e70af3e868b8a8d5398deff094c0
[ "Apache-2.0" ]
67
2015-01-03T22:34:54.000Z
2021-07-07T12:11:40.000Z
mod_xalan/src/main/java/org/apache/xalan/extensions/ExtensionHandlerGeneral.java
zhanyanjie6796/JFugue-for-Android
61b1cc52fe97e70af3e868b8a8d5398deff094c0
[ "Apache-2.0" ]
10
2015-01-01T20:38:17.000Z
2021-06-27T18:02:14.000Z
mod_xalan/src/main/java/org/apache/xalan/extensions/ExtensionHandlerGeneral.java
zhanyanjie6796/JFugue-for-Android
61b1cc52fe97e70af3e868b8a8d5398deff094c0
[ "Apache-2.0" ]
24
2015-04-01T16:21:11.000Z
2022-02-15T07:26:36.000Z
32.830808
200
0.63549
8,987
/* * Copyright 1999-2004 The Apache Software Foundation. * * 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 requir...
3e1526e6103e0343ab67d9ba8716239bee8525c0
1,787
java
Java
src/main/java/com/mk/portal/framework/page/html/tags/DocTypeDeclaration.java
Busy-Brain/Portal
8ea6ba6f074ede544f8df9129b9dd86838facaed
[ "Apache-2.0" ]
null
null
null
src/main/java/com/mk/portal/framework/page/html/tags/DocTypeDeclaration.java
Busy-Brain/Portal
8ea6ba6f074ede544f8df9129b9dd86838facaed
[ "Apache-2.0" ]
null
null
null
src/main/java/com/mk/portal/framework/page/html/tags/DocTypeDeclaration.java
Busy-Brain/Portal
8ea6ba6f074ede544f8df9129b9dd86838facaed
[ "Apache-2.0" ]
null
null
null
22.910256
78
0.720761
8,988
package com.mk.portal.framework.page.html.tags; import java.util.ArrayList; import java.util.List; import com.mk.portal.framework.html.objects.Attribute; import com.mk.portal.framework.html.objects.HTMLVersion; import com.mk.portal.framework.html.objects.Tag; /** * The <!DOCTYPE> declaration must be the very first ...
3e152700c8710cebb439fca7b6b36355fef2ac72
159
java
Java
HW04DLREP/src/model/factory/IShapeFactory.java
git-malu/OOP-Projects
8a44e4acf60111acdc946dc8bcd39478cfa20621
[ "MIT" ]
null
null
null
HW04DLREP/src/model/factory/IShapeFactory.java
git-malu/OOP-Projects
8a44e4acf60111acdc946dc8bcd39478cfa20621
[ "MIT" ]
null
null
null
HW04DLREP/src/model/factory/IShapeFactory.java
git-malu/OOP-Projects
8a44e4acf60111acdc946dc8bcd39478cfa20621
[ "MIT" ]
null
null
null
17.666667
74
0.773585
8,989
package model.factory; import java.awt.Shape; public interface IShapeFactory { public Shape makeShape(double x, double y, double xScale, double yScale); }
3e15290d6a9a2110beae0536797fb01d33cb39e0
901
java
Java
netty-demo-im/src/main/java/com/joe/im/server/hanlder/AuthHandler.java
JoeMendezCKH/netty-learn
fce57c8d92ca80331a6d361a537335ab797bbcdd
[ "Apache-2.0" ]
null
null
null
netty-demo-im/src/main/java/com/joe/im/server/hanlder/AuthHandler.java
JoeMendezCKH/netty-learn
fce57c8d92ca80331a6d361a537335ab797bbcdd
[ "Apache-2.0" ]
null
null
null
netty-demo-im/src/main/java/com/joe/im/server/hanlder/AuthHandler.java
JoeMendezCKH/netty-learn
fce57c8d92ca80331a6d361a537335ab797bbcdd
[ "Apache-2.0" ]
null
null
null
27.30303
85
0.63707
8,990
package com.joe.im.server.hanlder; import com.joe.im.utils.LoginUtil; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; /** * @author ckh * @create 10/27/20 5:06 PM */ public class AuthHandler extends ChannelInboundHandlerAdapter { @Override public void c...
3e152aedf0d91812a598d0642f2660cbb5663e68
5,582
java
Java
ExtractedJars/PACT_com.pactforcure.app/javafiles/com/itextpdf/tool/xml/html/head/XML.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
3
2019-05-01T09:22:08.000Z
2019-07-06T22:21:59.000Z
ExtractedJars/PACT_com.pactforcure.app/javafiles/com/itextpdf/tool/xml/html/head/XML.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
null
null
null
ExtractedJars/PACT_com.pactforcure.app/javafiles/com/itextpdf/tool/xml/html/head/XML.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
1
2020-11-26T12:22:02.000Z
2020-11-26T12:22:02.000Z
43.609375
105
0.615729
8,991
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.itextpdf.tool.xml.html.head; import com.itextpdf.text.log.*; import com.itextpdf.tool.xml.*; import com.itextpdf.tool.xml.exceptions.LocaleMes...
3e152b8ea25fdfa6a18402fc5e6ea481280ab559
915
java
Java
src/slides/slide01/lista01/Exercicio06.java
lordjack/poo_aula
5894dfaf32ee1337cad50744340c46e240750918
[ "MIT" ]
null
null
null
src/slides/slide01/lista01/Exercicio06.java
lordjack/poo_aula
5894dfaf32ee1337cad50744340c46e240750918
[ "MIT" ]
null
null
null
src/slides/slide01/lista01/Exercicio06.java
lordjack/poo_aula
5894dfaf32ee1337cad50744340c46e240750918
[ "MIT" ]
null
null
null
27.727273
97
0.644809
8,992
package slides.slide01.lista01; import java.util.Scanner; /* Q06 - Escreva um algoritmo que pergunte o nome a altura (em metros) e a massa (em Kg) do usuário. Em seguida, o programa deverá exibir uma mensagem dizendo o nome do usuário e a sua densidade corporal Densidade = massa / metros */ public class Exercic...
3e152bdc72e9e302cd64352c4a2ad6057e1c8198
3,977
java
Java
simple/simple-http/src/main/java/org/simpleframework/http/core/Controller.java
djsuw88/simple-server
3d34ac3003cd6a6f892aecc682091133bab67b4a
[ "Apache-2.0" ]
177
2015-01-03T18:04:55.000Z
2021-08-08T17:53:58.000Z
simple/simple-http/src/main/java/org/simpleframework/http/core/Controller.java
djsuw88/simple-server
3d34ac3003cd6a6f892aecc682091133bab67b4a
[ "Apache-2.0" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
simple/simple-http/src/main/java/org/simpleframework/http/core/Controller.java
djsuw88/simple-server
3d34ac3003cd6a6f892aecc682091133bab67b4a
[ "Apache-2.0" ]
54
2015-01-17T21:15:34.000Z
2021-09-16T15:24:04.000Z
39.39604
70
0.721287
8,993
/* * Controller.java February 2007 * * Copyright (C) 2007, Niall Gallagher <lyhxr@example.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
3e152c05b70e1d62398a898ebb4e347f21b34c84
14,065
java
Java
servlet-src/src/pupil/command/cmd_cloneproject.java
MIUNPsychology/PUPIL
b1f39e19869149198a670b269617d9cd6e2381a9
[ "Apache-2.0" ]
null
null
null
servlet-src/src/pupil/command/cmd_cloneproject.java
MIUNPsychology/PUPIL
b1f39e19869149198a670b269617d9cd6e2381a9
[ "Apache-2.0" ]
null
null
null
servlet-src/src/pupil/command/cmd_cloneproject.java
MIUNPsychology/PUPIL
b1f39e19869149198a670b269617d9cd6e2381a9
[ "Apache-2.0" ]
null
null
null
28.299799
225
0.59225
8,994
package pupil.command; import pupil.*; import pupil.sql.*; import pupil.core.*; import pupil.util.*; import java.io.*; import java.sql.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; import javax.xml.parsers.*; import javax.xml.transform.*; import javax.xml.transform.dom.*; import javax.xm...
3e152c28a1e8a981765a9aa772a7168d927b8c5f
67,644
java
Java
marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSemanticsGraphManager.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
46
2015-05-06T19:30:30.000Z
2021-09-30T20:50:35.000Z
marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSemanticsGraphManager.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
1,075
2015-01-02T05:33:02.000Z
2022-03-15T15:48:17.000Z
marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSemanticsGraphManager.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
77
2015-05-07T17:37:52.000Z
2022-03-14T07:10:32.000Z
42.48995
179
0.69613
8,995
/* * Copyright (c) 2019 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
3e152c5ee7c1734a6b3ad770d2fed34e3633971d
546
java
Java
settings-api/src/main/java/com/networkedassets/autodoc/transformer/settings/SettingsException.java
NetworkedAssets/autodoc
c84fafd441283309302aa5841e10d0879f81f4bb
[ "Apache-2.0" ]
null
null
null
settings-api/src/main/java/com/networkedassets/autodoc/transformer/settings/SettingsException.java
NetworkedAssets/autodoc
c84fafd441283309302aa5841e10d0879f81f4bb
[ "Apache-2.0" ]
null
null
null
settings-api/src/main/java/com/networkedassets/autodoc/transformer/settings/SettingsException.java
NetworkedAssets/autodoc
c84fafd441283309302aa5841e10d0879f81f4bb
[ "Apache-2.0" ]
null
null
null
21
68
0.686813
8,996
package com.networkedassets.autodoc.transformer.settings; /** * Exception used in settings-api module */ public class SettingsException extends Exception { private static final long serialVersionUID = -6940807414905117174L; public SettingsException() { super(); } public SettingsException(Str...
3e152d152e0a38ba1db6ab8dad013550e7065544
666
java
Java
client/src/class224.java
EtherealCrip/TestServer1
30d5298b471b94daddb7531c13aa069ed5e1b4bd
[ "Apache-2.0" ]
null
null
null
client/src/class224.java
EtherealCrip/TestServer1
30d5298b471b94daddb7531c13aa069ed5e1b4bd
[ "Apache-2.0" ]
null
null
null
client/src/class224.java
EtherealCrip/TestServer1
30d5298b471b94daddb7531c13aa069ed5e1b4bd
[ "Apache-2.0" ]
null
null
null
30.272727
84
0.687688
8,997
public class class224 { public static String field2811 = "Please visit the support page for assistance."; public static String field2961 = "Please visit the support page for assistance."; public static String field2942 = ""; public static String field3027 = "Page has opened in a new window."; public sta...
3e152d927219cf0bdcfda291527aa09a919ff451
1,082
java
Java
service/service_edu/src/main/java/com/atguigu/eduservice/controller/EduSubjectController.java
guoyd000/guli_parent
30fc7308be858dd88c8f0ec23052cd6156272bdd
[ "Apache-2.0" ]
1
2022-02-08T07:51:42.000Z
2022-02-08T07:51:42.000Z
service/service_edu/src/main/java/com/atguigu/eduservice/controller/EduSubjectController.java
AltonHuo/guli_parent
30fc7308be858dd88c8f0ec23052cd6156272bdd
[ "Apache-2.0" ]
null
null
null
service/service_edu/src/main/java/com/atguigu/eduservice/controller/EduSubjectController.java
AltonHuo/guli_parent
30fc7308be858dd88c8f0ec23052cd6156272bdd
[ "Apache-2.0" ]
1
2022-02-08T07:51:41.000Z
2022-02-08T07:51:41.000Z
22.541667
69
0.711645
8,998
package com.atguigu.eduservice.controller; import com.atguigu.commonutils.R; import com.atguigu.eduservice.entity.subject.OneSubject; import com.atguigu.eduservice.service.EduSubjectService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.sp...
3e152da190341b6dcf5ac6b143bedfc9872e962c
7,120
java
Java
netreflected/bouncycastle_netcore_1_8_3_0/src/net6.0/bouncycastle.crypto_version_1.8.2.0_culture_neutral_publickeytoken_null/org/bouncycastle/crypto/tls/TlsClient.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
null
null
null
netreflected/bouncycastle_netcore_1_8_3_0/src/net6.0/bouncycastle.crypto_version_1.8.2.0_culture_neutral_publickeytoken_null/org/bouncycastle/crypto/tls/TlsClient.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
7
2021-11-14T02:18:03.000Z
2022-03-30T17:38:29.000Z
netreflected/bouncycastle_netcore_1_8_3_0/src/net6.0/bouncycastle.crypto_version_1.8.2.0_culture_neutral_publickeytoken_null/org/bouncycastle/crypto/tls/TlsClient.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
1
2021-11-16T00:08:00.000Z
2021-11-16T00:08:00.000Z
38.27957
199
0.732725
8,999
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * 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, cop...
3e152ec3ecd0148087a7fde2e09379cf51fd57f4
5,794
java
Java
src/main/java/com/timic/excel2sql/Main.java
Timic3/Excel2SQL
ec0e6b0e80513d9675cbd98286d301e1cd7f2089
[ "Apache-2.0" ]
null
null
null
src/main/java/com/timic/excel2sql/Main.java
Timic3/Excel2SQL
ec0e6b0e80513d9675cbd98286d301e1cd7f2089
[ "Apache-2.0" ]
null
null
null
src/main/java/com/timic/excel2sql/Main.java
Timic3/Excel2SQL
ec0e6b0e80513d9675cbd98286d301e1cd7f2089
[ "Apache-2.0" ]
null
null
null
31.835165
120
0.612358
9,000
package com.timic.excel2sql; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.net.URLDecoder; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; i...
3e152f62f8df0c08b3d662cf03479d011a7cd2d3
617
java
Java
ruoyi-common/src/main/java/com/ruoyi/common/exception/life/system/ChartDateException.java
tabbbbb/life_classroom
3f24c6594a070381eecfa6a283c1c43f9c6990ad
[ "MIT" ]
null
null
null
ruoyi-common/src/main/java/com/ruoyi/common/exception/life/system/ChartDateException.java
tabbbbb/life_classroom
3f24c6594a070381eecfa6a283c1c43f9c6990ad
[ "MIT" ]
2
2021-04-22T17:01:07.000Z
2021-09-20T20:54:12.000Z
ruoyi-common/src/main/java/com/ruoyi/common/exception/life/system/ChartDateException.java
tabbbbb/life_classroom
3f24c6594a070381eecfa6a283c1c43f9c6990ad
[ "MIT" ]
null
null
null
20.566667
62
0.602917
9,001
/** * Copyright (C), 2019, 蓝煌信息科技公司 * FileName: ChartDateException * Author: Administrator * Date: 2019/12/27 0027 15:46 * Description: * History: * <author> <time> <version> <desc> * 作者姓名 修改时间 版本号 描述 */ package com.ruoyi.common.exception.life.s...
3e1530fa8daa010954c78ac02234cd1c2510d1d2
8,829
java
Java
sources/zafira-web/src/main/java/com/qaprosoft/zafira/web/LauncherController.java
VVmartseniuk/zafira
3ef62d09228257e0cda2cd8c7398601aa7e9d058
[ "Apache-2.0" ]
null
null
null
sources/zafira-web/src/main/java/com/qaprosoft/zafira/web/LauncherController.java
VVmartseniuk/zafira
3ef62d09228257e0cda2cd8c7398601aa7e9d058
[ "Apache-2.0" ]
null
null
null
sources/zafira-web/src/main/java/com/qaprosoft/zafira/web/LauncherController.java
VVmartseniuk/zafira
3ef62d09228257e0cda2cd8c7398601aa7e9d058
[ "Apache-2.0" ]
null
null
null
48.779006
181
0.697587
9,002
/******************************************************************************* * Copyright 2013-2019 Qaprosoft (http://www.qaprosoft.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
3e1531c4a4bcce5222062c5ef23609fa82fbe347
7,797
java
Java
xdl-algorithm-solution/ESMM/data/third_party/protobuf/protobuf-3.5.0/java/core/src/main/java/com/google/protobuf/LazyStringList.java
whuaxiom/xdl
44127fa2935d3fbeabb8d88f83dad597f7f50eb0
[ "Apache-2.0" ]
4,071
2018-12-13T04:17:38.000Z
2022-03-30T03:29:35.000Z
xdl-algorithm-solution/ESMM/data/third_party/protobuf/protobuf-3.5.0/java/core/src/main/java/com/google/protobuf/LazyStringList.java
whuaxiom/xdl
44127fa2935d3fbeabb8d88f83dad597f7f50eb0
[ "Apache-2.0" ]
359
2018-12-21T01:14:57.000Z
2022-02-15T07:18:02.000Z
xdl-algorithm-solution/ESMM/data/third_party/protobuf/protobuf-3.5.0/java/core/src/main/java/com/google/protobuf/LazyStringList.java
whuaxiom/xdl
44127fa2935d3fbeabb8d88f83dad597f7f50eb0
[ "Apache-2.0" ]
1,054
2018-12-20T09:57:42.000Z
2022-03-29T07:16:53.000Z
41.026316
80
0.708788
9,003
/* Copyright (C) 2016-2018 Alibaba Group Holding Limited 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 ...
3e1532670936b266cd105181a7231c74588cc266
2,947
java
Java
jbpm-console-ng-process-runtime/jbpm-console-ng-process-runtime-client/src/main/java/org/jbpm/console/ng/pr/client/editors/definition/details/multi/basic/BasicProcessDefDetailsMultiViewImpl.java
livthomas/jbpm-console-ng
986ff075e93ffa192070ce418bc12a7135595da2
[ "Apache-2.0" ]
null
null
null
jbpm-console-ng-process-runtime/jbpm-console-ng-process-runtime-client/src/main/java/org/jbpm/console/ng/pr/client/editors/definition/details/multi/basic/BasicProcessDefDetailsMultiViewImpl.java
livthomas/jbpm-console-ng
986ff075e93ffa192070ce418bc12a7135595da2
[ "Apache-2.0" ]
null
null
null
jbpm-console-ng-process-runtime/jbpm-console-ng-process-runtime-client/src/main/java/org/jbpm/console/ng/pr/client/editors/definition/details/multi/basic/BasicProcessDefDetailsMultiViewImpl.java
livthomas/jbpm-console-ng
986ff075e93ffa192070ce418bc12a7135595da2
[ "Apache-2.0" ]
null
null
null
31.351064
105
0.721072
9,004
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
3e1532c60f8a46efa23332bbdc8bc865af64ab88
891
java
Java
superman-workflow-api/src/main/java/com/codi/superman/workflow/domain/SysBizWorkFlow.java
xiaobxiaWarehouse/superman-base
45f3941414556d3a5c703efef93e003b98df708b
[ "MIT" ]
null
null
null
superman-workflow-api/src/main/java/com/codi/superman/workflow/domain/SysBizWorkFlow.java
xiaobxiaWarehouse/superman-base
45f3941414556d3a5c703efef93e003b98df708b
[ "MIT" ]
null
null
null
superman-workflow-api/src/main/java/com/codi/superman/workflow/domain/SysBizWorkFlow.java
xiaobxiaWarehouse/superman-base
45f3941414556d3a5c703efef93e003b98df708b
[ "MIT" ]
2
2017-09-01T13:52:54.000Z
2019-04-13T03:41:12.000Z
19.369565
52
0.719416
9,005
package com.codi.superman.workflow.domain; import com.alibaba.fastjson.annotation.JSONField; import com.codi.base.domain.BaseDomain; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; import java.util.Date; /** * 工作流总表 * * @author spy * @date 2017-05-08 15:07 */ @Accessor...
3e1532d1701e6a656e61bfc626b536a23927561f
410
java
Java
services/analytics/src/main/java/com/eshop/analytics/AnalyticsApplication.java
velinovskav/e-shop-1
16646131ab3a4d12898d7a5170e6f0e1ab65c2b7
[ "MIT" ]
31
2021-08-17T09:09:22.000Z
2022-03-26T00:36:15.000Z
services/analytics/src/main/java/com/eshop/analytics/AnalyticsApplication.java
velinovskav/e-shop-1
16646131ab3a4d12898d7a5170e6f0e1ab65c2b7
[ "MIT" ]
1
2022-01-04T08:13:43.000Z
2022-01-04T19:36:23.000Z
services/analytics/src/main/java/com/eshop/analytics/AnalyticsApplication.java
velinovskav/e-shop-1
16646131ab3a4d12898d7a5170e6f0e1ab65c2b7
[ "MIT" ]
18
2021-08-06T06:43:32.000Z
2022-02-25T17:26:53.000Z
25.625
68
0.829268
9,006
package com.eshop.analytics; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; @SpringBootApplication @EnableEurekaClient public class AnalyticsApplication { public static void ...
3e1532d74c891dffb2a84dedde6c016434cdb1fc
24,855
java
Java
compat/src/main/java/androidx/core/app/JobIntentService.java
aosp-caf-upstream/platform_frameworks_support
46bd3eb63bba8f52560a41db3cca3ff607edb7e4
[ "Apache-2.0" ]
992
2015-01-05T03:03:25.000Z
2017-10-10T12:24:28.000Z
compat/src/main/java/androidx/core/app/JobIntentService.java
aosp-caf-upstream/platform_frameworks_support
46bd3eb63bba8f52560a41db3cca3ff607edb7e4
[ "Apache-2.0" ]
22
2018-11-05T22:59:25.000Z
2021-10-17T18:03:34.000Z
compat/src/main/java/androidx/core/app/JobIntentService.java
aosp-caf-upstream/platform_frameworks_support
46bd3eb63bba8f52560a41db3cca3ff607edb7e4
[ "Apache-2.0" ]
499
2015-01-05T02:36:32.000Z
2017-10-09T07:19:05.000Z
38.121166
128
0.608248
9,007
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e153465063cbdf23609293d3871c5c8203509de
1,582
java
Java
nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/reduce/bp/Norm1Bp.java
zhangy10/deeplearning4j
9d31156ce600dee6ce4a7fac28286ebbaa211164
[ "Apache-2.0" ]
13,006
2015-02-13T18:35:31.000Z
2022-03-18T12:11:44.000Z
nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/reduce/bp/Norm1Bp.java
zhangy10/deeplearning4j
9d31156ce600dee6ce4a7fac28286ebbaa211164
[ "Apache-2.0" ]
5,319
2015-02-13T08:21:46.000Z
2019-06-12T14:56:50.000Z
nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/reduce/bp/Norm1Bp.java
zhangy10/deeplearning4j
9d31156ce600dee6ce4a7fac28286ebbaa211164
[ "Apache-2.0" ]
4,719
2015-02-13T22:48:55.000Z
2022-03-22T07:25:36.000Z
33.659574
123
0.663085
9,008
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
3e1534a155dab56a8ed514d2370807bbf4c9fed6
985
java
Java
src/main/java/org/retro/common/impl/c64/C64VirtualDisk.java
marcelschoen/retro-io
7e25edd1eac700b72d6ad97f351267a20564fed5
[ "Apache-2.0" ]
1
2019-02-28T22:29:13.000Z
2019-02-28T22:29:13.000Z
src/main/java/org/retro/common/impl/c64/C64VirtualDisk.java
marcelschoen/retro-io
7e25edd1eac700b72d6ad97f351267a20564fed5
[ "Apache-2.0" ]
null
null
null
src/main/java/org/retro/common/impl/c64/C64VirtualDisk.java
marcelschoen/retro-io
7e25edd1eac700b72d6ad97f351267a20564fed5
[ "Apache-2.0" ]
null
null
null
31.774194
76
0.73401
9,009
/* * (C) Copyright ${year} retro-io (https://github.com/marcelschoen/retro-io) * * 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 * * ...
3e15351cc98b42805d3a0a3281d5cb87b934e654
6,479
java
Java
src/test/java/org/orekit/data/NetworkCrawlerTest.java
rtubio/Orekit
5c1b2540905248f94e85cb240c140545feb859c3
[ "Apache-2.0" ]
null
null
null
src/test/java/org/orekit/data/NetworkCrawlerTest.java
rtubio/Orekit
5c1b2540905248f94e85cb240c140545feb859c3
[ "Apache-2.0" ]
null
null
null
src/test/java/org/orekit/data/NetworkCrawlerTest.java
rtubio/Orekit
5c1b2540905248f94e85cb240c140545feb859c3
[ "Apache-2.0" ]
null
null
null
39.266667
124
0.643309
9,010
/* Copyright 2002-2019 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Versi...
3e1535ce394c0665142dbf94b2029146468a1a33
1,171
java
Java
server/src/main/java/com/voxelwind/server/game/serializer/CoalSerializer.java
lukeeey/voxelwind
3f88aff790f99a461839fe1b42fab51c9244331e
[ "MIT" ]
76
2016-07-23T18:54:53.000Z
2016-10-05T19:08:43.000Z
server/src/main/java/com/voxelwind/server/game/serializer/CoalSerializer.java
lukeeey/voxelwind
3f88aff790f99a461839fe1b42fab51c9244331e
[ "MIT" ]
35
2016-08-06T23:44:07.000Z
2016-10-09T00:09:41.000Z
server/src/main/java/com/voxelwind/server/game/serializer/CoalSerializer.java
voxelwind/voxelwind
5da4c4edd5cfc6569e9b3ca451fd98a699bf111f
[ "MIT" ]
30
2016-11-01T23:50:16.000Z
2021-09-20T20:50:08.000Z
27.232558
72
0.699402
9,011
package com.voxelwind.server.game.serializer; import com.voxelwind.api.game.Metadata; import com.voxelwind.api.game.item.ItemStack; import com.voxelwind.api.game.item.ItemType; import com.voxelwind.api.game.item.data.Coal; import com.voxelwind.api.game.level.block.BlockState; import com.voxelwind.api.game.level.blocke...
3e15370845e8f3c69bb5c3f8a592ab7dfdc40569
8,151
java
Java
src/main/java/com/u8/server/sdk/APPStoeAndWXAndAl/APPStoreWXAliSDK.java
game-platform-awaresome/sdkserver
109c5070b68d0aa8de97fb217e1e14feecc17d66
[ "Apache-2.0" ]
1
2019-03-20T08:27:20.000Z
2019-03-20T08:27:20.000Z
src/main/java/com/u8/server/sdk/APPStoeAndWXAndAl/APPStoreWXAliSDK.java
game-platform-awaresome/sdkserver
109c5070b68d0aa8de97fb217e1e14feecc17d66
[ "Apache-2.0" ]
null
null
null
src/main/java/com/u8/server/sdk/APPStoeAndWXAndAl/APPStoreWXAliSDK.java
game-platform-awaresome/sdkserver
109c5070b68d0aa8de97fb217e1e14feecc17d66
[ "Apache-2.0" ]
1
2019-03-20T08:27:22.000Z
2019-03-20T08:27:22.000Z
38.814286
155
0.567415
9,012
package com.u8.server.sdk.APPStoeAndWXAndAl; import com.thoughtworks.xstream.XStream; import com.u8.server.data.UChannel; import com.u8.server.data.UOrder; import com.u8.server.data.UUser; import com.u8.server.log.Log; import com.u8.server.sdk.*; import com.u8.server.sdk.appstore.AppStoreSDK; import com.u8.server.sdk....
3e15374b061db6727d12015a559ae24a5c7f77de
12,421
java
Java
net.sourceforge.texlipse/source/net/sourceforge/texlipse/editor/TexlipseAnnotationUpdater.java
alaplums/TeXlipse
44b755c3a7bdb7bcd9ba6b2be45d7aa7b977cd61
[ "MIT" ]
null
null
null
net.sourceforge.texlipse/source/net/sourceforge/texlipse/editor/TexlipseAnnotationUpdater.java
alaplums/TeXlipse
44b755c3a7bdb7bcd9ba6b2be45d7aa7b977cd61
[ "MIT" ]
null
null
null
net.sourceforge.texlipse/source/net/sourceforge/texlipse/editor/TexlipseAnnotationUpdater.java
alaplums/TeXlipse
44b755c3a7bdb7bcd9ba6b2be45d7aa7b977cd61
[ "MIT" ]
1
2020-05-17T14:20:07.000Z
2020-05-17T14:20:07.000Z
44.360714
137
0.61863
9,013
/* * $Id$ * * Copyright (c) 2007-2008 by the TeXlipse team. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package...
3e15379553c0cd3006ffb80376e4ae063dbbd2d6
37
java
Java
flypush-api/src/main/java/io/opensw/flypush/api/utils/package-info.java
luismpcosta/flypush
bbc9917a6aa169bd5b11abee63cfeff3554dafdc
[ "Apache-2.0" ]
null
null
null
flypush-api/src/main/java/io/opensw/flypush/api/utils/package-info.java
luismpcosta/flypush
bbc9917a6aa169bd5b11abee63cfeff3554dafdc
[ "Apache-2.0" ]
null
null
null
flypush-api/src/main/java/io/opensw/flypush/api/utils/package-info.java
luismpcosta/flypush
bbc9917a6aa169bd5b11abee63cfeff3554dafdc
[ "Apache-2.0" ]
null
null
null
18.5
36
0.810811
9,014
package io.opensw.flypush.api.utils;
3e15379cb01fb3761c4cec4962efe3e31bd4fbe3
12,661
java
Java
src/test/org/apache/hadoop/hdfs/server/namenode/TestStartup.java
Mingcong/hadoop-1.2.1-cpu-gpu
da1c60956e548502a5964232fff406a606b964e1
[ "Apache-2.0" ]
1
2018-05-05T08:44:52.000Z
2018-05-05T08:44:52.000Z
src/test/org/apache/hadoop/hdfs/server/namenode/TestStartup.java
Mingcong/hadoop-1.2.1-cpu-gpu
da1c60956e548502a5964232fff406a606b964e1
[ "Apache-2.0" ]
null
null
null
src/test/org/apache/hadoop/hdfs/server/namenode/TestStartup.java
Mingcong/hadoop-1.2.1-cpu-gpu
da1c60956e548502a5964232fff406a606b964e1
[ "Apache-2.0" ]
1
2019-10-18T01:00:08.000Z
2019-10-18T01:00:08.000Z
35.664789
126
0.674907
9,015
/** * 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...
3e1537bcb3a264a37a0e8d74be041bcc234a49e0
690
java
Java
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/UploadFileVMCallback.java
qinFamily/dangchat-sdk
fd0f55a13aeb618bc0c5af47fd5ee11f6709c914
[ "Apache-2.0" ]
1
2016-12-31T07:15:15.000Z
2016-12-31T07:15:15.000Z
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/UploadFileVMCallback.java
qinFamily/dangchat-sdk
fd0f55a13aeb618bc0c5af47fd5ee11f6709c914
[ "Apache-2.0" ]
null
null
null
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/UploadFileVMCallback.java
qinFamily/dangchat-sdk
fd0f55a13aeb618bc0c5af47fd5ee11f6709c914
[ "Apache-2.0" ]
16
2016-07-23T05:22:42.000Z
2019-05-25T23:37:21.000Z
20.909091
74
0.607246
9,016
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.core.viewmodel; import com.google.j2objc.annotations.ObjectiveCName; /** * Upload file View Model callback. Methods always called on Main thread. */ public interface UploadFileVMCallback { /** * On File not uploading ...
3e15388255b5b7689e2ebb73a62257b54257839d
2,258
java
Java
src/test/java/seedu/address/model/interviews/InterviewsTest.java
DanielDSSim/main
bf6ec4aa0b11cfcd3d30fd1bbe3ed437bc785001
[ "MIT" ]
null
null
null
src/test/java/seedu/address/model/interviews/InterviewsTest.java
DanielDSSim/main
bf6ec4aa0b11cfcd3d30fd1bbe3ed437bc785001
[ "MIT" ]
null
null
null
src/test/java/seedu/address/model/interviews/InterviewsTest.java
DanielDSSim/main
bf6ec4aa0b11cfcd3d30fd1bbe3ed437bc785001
[ "MIT" ]
null
null
null
33.701493
79
0.65279
9,017
package seedu.address.model.interviews; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static seedu.address.testutil.TypicalObjects.getTypicalPersons; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import java.util.Set; import org.junit.Te...
3e1539fd3a121024b432c3ca5db87dac3a34106f
4,309
java
Java
docstore-java/src/main/java/org/kuali/ole/docstore/model/bagit/BagCreator.java
ostephens/KBPlus
e57d79ac490036d3b2c6bfc7e903ddec667ef380
[ "CC-BY-3.0" ]
4
2015-05-27T15:21:22.000Z
2016-05-07T00:27:34.000Z
docstore-java/src/main/java/org/kuali/ole/docstore/model/bagit/BagCreator.java
ostephens/KBPlus
e57d79ac490036d3b2c6bfc7e903ddec667ef380
[ "CC-BY-3.0" ]
222
2015-01-14T13:26:52.000Z
2022-03-17T22:53:44.000Z
docstore-java/src/main/java/org/kuali/ole/docstore/model/bagit/BagCreator.java
ostephens/KBPlus
e57d79ac490036d3b2c6bfc7e903ddec667ef380
[ "CC-BY-3.0" ]
6
2015-02-19T15:54:59.000Z
2019-08-16T02:49:13.000Z
31.224638
108
0.640752
9,018
/** * Copyright 2012 Trustees of the University of Pennsylvania * * Licensed under the Educational Community 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.osedu.org/licenses/ECL-2.0 * * Unless re...
3e153c8b145a2fc2bff36357d65a863c8009d7dc
552
java
Java
src/main/java/me/memerator/api/client/entities/Rating.java
Memerator/memerator-sdk-java
825e6fdfce6ed63052057a80c523e7d6a1a319c2
[ "MIT" ]
null
null
null
src/main/java/me/memerator/api/client/entities/Rating.java
Memerator/memerator-sdk-java
825e6fdfce6ed63052057a80c523e7d6a1a319c2
[ "MIT" ]
null
null
null
src/main/java/me/memerator/api/client/entities/Rating.java
Memerator/memerator-sdk-java
825e6fdfce6ed63052057a80c523e7d6a1a319c2
[ "MIT" ]
null
null
null
18.4
56
0.594203
9,019
package me.memerator.api.client.entities; import java.time.OffsetDateTime; public interface Rating { /** * Get the user who rated this meme * @return the user */ User getUser(); /** * Get the rating the user gave * @return the rating */ int getRating(); /** * T...
3e153d7cdf7c5333d123b65e96a52de296b8602f
4,971
java
Java
protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowController.java
mary-grace/onos
c0e351f8b84537bb7562e148d4cb2b9f06e8a727
[ "Apache-2.0" ]
1,091
2015-01-06T11:10:40.000Z
2022-03-30T09:09:05.000Z
protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowController.java
mary-grace/onos
c0e351f8b84537bb7562e148d4cb2b9f06e8a727
[ "Apache-2.0" ]
39
2015-02-13T19:58:32.000Z
2022-03-02T02:38:07.000Z
protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowController.java
mary-grace/onos
c0e351f8b84537bb7562e148d4cb2b9f06e8a727
[ "Apache-2.0" ]
914
2015-01-05T19:42:35.000Z
2022-03-30T09:25:18.000Z
29.241176
87
0.676524
9,020
/* * Copyright 2015-present Open Networking Foundation * * 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 appli...
3e153e818596a931d9777392d4536fb457a250f5
1,519
java
Java
src/com/facebook/buck/apple/AppleBinaryDescription.java
mread/buck
389ade2a0713a8b852f0935eab26d680cf40944b
[ "Apache-2.0" ]
null
null
null
src/com/facebook/buck/apple/AppleBinaryDescription.java
mread/buck
389ade2a0713a8b852f0935eab26d680cf40944b
[ "Apache-2.0" ]
null
null
null
src/com/facebook/buck/apple/AppleBinaryDescription.java
mread/buck
389ade2a0713a8b852f0935eab26d680cf40944b
[ "Apache-2.0" ]
null
null
null
31.645833
93
0.75576
9,021
/* * Copyright 2013-present Facebook, 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...
3e153eccd38e172ce2f52e3084e57d006f8302f6
2,508
java
Java
src/test/java/com/jrj/test/TrainPrepared.java
1621740748/HanLP
c6683f97ee65cb6a632a2fefea4f25c192b2191c
[ "Apache-2.0" ]
null
null
null
src/test/java/com/jrj/test/TrainPrepared.java
1621740748/HanLP
c6683f97ee65cb6a632a2fefea4f25c192b2191c
[ "Apache-2.0" ]
null
null
null
src/test/java/com/jrj/test/TrainPrepared.java
1621740748/HanLP
c6683f97ee65cb6a632a2fefea4f25c192b2191c
[ "Apache-2.0" ]
null
null
null
24.115385
83
0.618421
9,022
package com.jrj.test; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.util.List; import com....
3e153f31b3c5be5c84e47a680f10e0182492fdab
1,730
java
Java
src/main/java/de/gre90r/DreamAudioRecorder/controller/Stopwatch.java
gre90r/Audio-Recorder
9cad2f2970fb1766dcb1ec9f18ec086236e9b943
[ "MIT" ]
null
null
null
src/main/java/de/gre90r/DreamAudioRecorder/controller/Stopwatch.java
gre90r/Audio-Recorder
9cad2f2970fb1766dcb1ec9f18ec086236e9b943
[ "MIT" ]
null
null
null
src/main/java/de/gre90r/DreamAudioRecorder/controller/Stopwatch.java
gre90r/Audio-Recorder
9cad2f2970fb1766dcb1ec9f18ec086236e9b943
[ "MIT" ]
null
null
null
25.441176
93
0.633526
9,023
package de.gre90r.DreamAudioRecorder.controller; import javax.swing.*; /** * counts the recording time and displays * it on UI. */ public class Stopwatch implements Runnable { // controls the termination of the stopwatch thread private boolean isRunning = true; // UI element which displays recording time ...
3e153f6d3fa2c45b78b58d99a4b58efdc41de0ad
2,281
java
Java
gulimall-product/src/main/java/site/wanjiahao/gulimall/product/app/SpuImagesController.java
1725136424/gulimall
79a766c338cbd652a24a3985a431a2edc75da384
[ "Apache-2.0" ]
null
null
null
gulimall-product/src/main/java/site/wanjiahao/gulimall/product/app/SpuImagesController.java
1725136424/gulimall
79a766c338cbd652a24a3985a431a2edc75da384
[ "Apache-2.0" ]
null
null
null
gulimall-product/src/main/java/site/wanjiahao/gulimall/product/app/SpuImagesController.java
1725136424/gulimall
79a766c338cbd652a24a3985a431a2edc75da384
[ "Apache-2.0" ]
null
null
null
25.065934
64
0.698378
9,024
package site.wanjiahao.gulimall.product.app; import java.util.Arrays; import java.util.Map; // import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.a...
3e154036abe2f5d6209d24010d0d7bf9b8d0ae44
12,036
java
Java
RapidViewDemo/app/src/main/java/com/tencent/rapidview/lua/interfaceimpl/LuaJavaViewWrapper.java
Tencent/RapidView
768bc686d6f7f314022e6ec9e27331f0f0f69c22
[ "MIT" ]
1,045
2017-10-30T07:42:12.000Z
2022-03-30T11:55:06.000Z
rapidview/lua/interfaceimpl/LuaJavaViewWrapper.java
Tencent/RapidView
768bc686d6f7f314022e6ec9e27331f0f0f69c22
[ "MIT" ]
14
2017-10-31T05:44:23.000Z
2019-09-05T10:20:06.000Z
rapidview/lua/interfaceimpl/LuaJavaViewWrapper.java
Tencent/RapidView
768bc686d6f7f314022e6ec9e27331f0f0f69c22
[ "MIT" ]
111
2017-10-30T11:45:36.000Z
2021-02-23T20:55:14.000Z
32.706522
191
0.589398
9,025
/*************************************************************************************************** Tencent is pleased to support the open source community by making RapidView available. Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MITLicense (the "License"); you ma...
3e154141a3c3b156e09eb8fdbb3711aad86148a2
1,948
java
Java
engine/src/main/java/org/terasology/rendering/dag/ConditionDependentNode.java
4Denthusiast/Terasology
0a13602a2966d800e591e9b944d3908cda092205
[ "Apache-2.0" ]
3
2016-05-14T22:55:53.000Z
2017-06-13T17:20:13.000Z
engine/src/main/java/org/terasology/rendering/dag/ConditionDependentNode.java
4Denthusiast/Terasology
0a13602a2966d800e591e9b944d3908cda092205
[ "Apache-2.0" ]
16
2016-05-01T03:22:35.000Z
2016-05-02T00:16:43.000Z
engine/src/main/java/org/terasology/rendering/dag/ConditionDependentNode.java
4Denthusiast/Terasology
0a13602a2966d800e591e9b944d3908cda092205
[ "Apache-2.0" ]
1
2015-10-30T02:42:44.000Z
2015-10-30T02:42:44.000Z
30.920635
101
0.73152
9,026
/* * Copyright 2017 MovingBlocks * * 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 t...
3e1542b003849e469322da5c55447c5d7b462b49
327
java
Java
demo/src/main/java/com/davita/nonreactivedemo/DemoApplication.java
alephzed/baeldung-tutorials
37bd40380cf9f5e8458cd3f0dbffbd62f8025d9e
[ "MIT" ]
null
null
null
demo/src/main/java/com/davita/nonreactivedemo/DemoApplication.java
alephzed/baeldung-tutorials
37bd40380cf9f5e8458cd3f0dbffbd62f8025d9e
[ "MIT" ]
null
null
null
demo/src/main/java/com/davita/nonreactivedemo/DemoApplication.java
alephzed/baeldung-tutorials
37bd40380cf9f5e8458cd3f0dbffbd62f8025d9e
[ "MIT" ]
1
2021-09-17T19:43:10.000Z
2021-09-17T19:43:10.000Z
23.357143
68
0.792049
9,027
package com.davita.nonreactivedemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class DemoApplication { public static void main(String[] args) { SpringApplication.run(DemoApplication.class, args); ...
3e1542c825d561c3747717b385549b5ab26807f5
4,105
java
Java
nginious-eclipse/src/main/java/com/nginious/http/plugin/HttpServerProcess.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
nginious-eclipse/src/main/java/com/nginious/http/plugin/HttpServerProcess.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
nginious-eclipse/src/main/java/com/nginious/http/plugin/HttpServerProcess.java
bojanp/Nginious
47924e4cc22aec1aaabf267a0011ccb2006e729a
[ "Apache-2.0" ]
null
null
null
27.006579
125
0.723995
9,028
package com.nginious.http.plugin; import java.io.File; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; class HttpServerProcess { private Process process; private String projectName; private int listenPort; private int minMemory; private int maxMemory; private Str...
3e15431c0dfc545ba018834e7b485ed43c4c31a2
142
java
Java
core/src/main/java/com/github/gl8080/metagrid/core/domain/upload/csv/CsvRecordProcessor.java
opengl-8080/metagrid
d20ff4179376eb1f0714141ae8068bc87971b231
[ "MIT" ]
null
null
null
core/src/main/java/com/github/gl8080/metagrid/core/domain/upload/csv/CsvRecordProcessor.java
opengl-8080/metagrid
d20ff4179376eb1f0714141ae8068bc87971b231
[ "MIT" ]
11
2016-01-17T14:32:33.000Z
2016-02-13T11:32:59.000Z
core/src/main/java/com/github/gl8080/metagrid/core/domain/upload/csv/CsvRecordProcessor.java
opengl-8080/metagrid
d20ff4179376eb1f0714141ae8068bc87971b231
[ "MIT" ]
null
null
null
20.285714
59
0.711268
9,029
package com.github.gl8080.metagrid.core.domain.upload.csv; public interface CsvRecordProcessor<T> { void process(T record); }
3e1543c7ca13b7dc31680b23b31fddc309d17bb5
4,081
java
Java
java/src/com/pubnub/api/PubnubSync.java
palmzeed/JAVA-3.7.2
5a2c747a485ecbe068252984f6ac12756557bd80
[ "MIT" ]
1
2020-12-28T18:00:35.000Z
2020-12-28T18:00:35.000Z
java/src/com/pubnub/api/PubnubSync.java
chenguang89/java
5a2c747a485ecbe068252984f6ac12756557bd80
[ "MIT" ]
2
2020-12-28T20:10:27.000Z
2020-12-28T21:46:09.000Z
java/src/com/pubnub/api/PubnubSync.java
admdev8/java
a764fb2458f15d0d543d27dc56df4923a784a6c5
[ "MIT" ]
1
2020-12-23T14:49:12.000Z
2020-12-23T14:49:12.000Z
28.340278
119
0.620681
9,030
package com.pubnub.api; import org.json.JSONObject; import java.util.UUID; /** * PubnubSync object facilitates querying channels for messages and listening on * channels for presence/message events * * @author Pubnub * */ public class PubnubSync extends PubnubCoreSync implements PubnubSyncInterfacePam, PubnubS...
3e15443d1367fff8c824b14795b5cc12a91686f3
6,748
java
Java
persistence/src/test/java/edu/softserve/zoo/persistence/test/repository/AnimalRepositoryTest.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
3
2016-05-24T11:13:40.000Z
2016-06-26T21:54:09.000Z
persistence/src/test/java/edu/softserve/zoo/persistence/test/repository/AnimalRepositoryTest.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
55
2016-04-14T10:36:35.000Z
2016-07-05T11:53:02.000Z
persistence/src/test/java/edu/softserve/zoo/persistence/test/repository/AnimalRepositoryTest.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
7
2016-06-01T22:30:49.000Z
2020-11-19T10:18:56.000Z
37.910112
143
0.733106
9,031
package edu.softserve.zoo.persistence.test.repository; import edu.softserve.zoo.exceptions.ValidationException; import edu.softserve.zoo.model.Animal; import edu.softserve.zoo.model.House; import edu.softserve.zoo.model.Species; import edu.softserve.zoo.persistence.exception.PersistenceProviderException; import edu.so...
3e15454a43c969dd1dcd11750e8cb008bf911c10
600
java
Java
src/main/java/graph/backend/Repository/EventsRepository.java
BrentonPoke/GraphBackend
cdb4f878b4e1641fd135a4c6e0b0fe30ce56d0fd
[ "Apache-2.0" ]
null
null
null
src/main/java/graph/backend/Repository/EventsRepository.java
BrentonPoke/GraphBackend
cdb4f878b4e1641fd135a4c6e0b0fe30ce56d0fd
[ "Apache-2.0" ]
null
null
null
src/main/java/graph/backend/Repository/EventsRepository.java
BrentonPoke/GraphBackend
cdb4f878b4e1641fd135a4c6e0b0fe30ce56d0fd
[ "Apache-2.0" ]
null
null
null
42.857143
119
0.803333
9,032
package graph.backend.Repository; import org.springframework.data.neo4j.annotation.Query; import org.springframework.data.neo4j.repository.Neo4jRepository; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository; import graph.backend.Beans.Events; @Repository public in...
3e1545d24ccae54c0ec618d347b6850ed3bd5392
5,185
java
Java
samples/petclinic-jpa/src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java
ellkrauze/spring-native
e5a0ef8b4befe689529cc26d64b7eeb94f292383
[ "Apache-2.0" ]
1,702
2021-01-06T10:02:54.000Z
2022-03-29T17:51:08.000Z
samples/petclinic-jpa/src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java
ellkrauze/spring-native
e5a0ef8b4befe689529cc26d64b7eeb94f292383
[ "Apache-2.0" ]
1,032
2021-01-06T08:10:57.000Z
2022-03-31T15:55:11.000Z
samples/petclinic-jpa/src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java
ellkrauze/spring-native
e5a0ef8b4befe689529cc26d64b7eeb94f292383
[ "Apache-2.0" ]
216
2021-01-09T10:13:54.000Z
2022-03-31T03:14:56.000Z
33.025478
112
0.731148
9,033
/* * Copyright 2012-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...
3e15461c5d815809a702c343c7caf3db5089c280
1,434
java
Java
src/Puzzle.java
praktikum-tiunpad-2021/oop-final-kelompok-a-04
49d83c875bd6bf142675fa8f7958628a464614cb
[ "MIT" ]
null
null
null
src/Puzzle.java
praktikum-tiunpad-2021/oop-final-kelompok-a-04
49d83c875bd6bf142675fa8f7958628a464614cb
[ "MIT" ]
null
null
null
src/Puzzle.java
praktikum-tiunpad-2021/oop-final-kelompok-a-04
49d83c875bd6bf142675fa8f7958628a464614cb
[ "MIT" ]
1
2021-12-07T15:20:16.000Z
2021-12-07T15:20:16.000Z
28.117647
65
0.467225
9,034
import java.util.Random; public class Puzzle { private static final int grid = 9; private static final int subgrid = 3; private static Random random = new Random(); private static int[][] puzzle = { { 5, 9, 8, 2, 7, 4, 3, 6, 1 }, { 4, 7, 2, 1, 6, 3, 9, 5, 8 }, { 1, 3, 6, 8...
3e15478a079377562926531d37e1ccecce15af98
4,719
java
Java
app/src/test/java/com/sample/news/web/HttpTest.java
sharaf31/exquisite
c6d676924d3b27c3982cb0321315832655052940
[ "Apache-2.0" ]
null
null
null
app/src/test/java/com/sample/news/web/HttpTest.java
sharaf31/exquisite
c6d676924d3b27c3982cb0321315832655052940
[ "Apache-2.0" ]
null
null
null
app/src/test/java/com/sample/news/web/HttpTest.java
sharaf31/exquisite
c6d676924d3b27c3982cb0321315832655052940
[ "Apache-2.0" ]
null
null
null
40.681034
180
0.699513
9,035
package com.sample.news.web; import com.sample.news.model.Article; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframew...
3e15482c2cff51223026f82a78783d1732ecd629
2,687
java
Java
hw08-0036480046/src/main/java/hr/fer/zemris/java/hw06/shell/commands/TreeCommand.java
Daria2002/Java_hw
017b245c622753ad56fe03be1aa099b6a8f7e140
[ "MIT" ]
null
null
null
hw08-0036480046/src/main/java/hr/fer/zemris/java/hw06/shell/commands/TreeCommand.java
Daria2002/Java_hw
017b245c622753ad56fe03be1aa099b6a8f7e140
[ "MIT" ]
8
2020-09-14T19:45:12.000Z
2021-12-14T20:56:42.000Z
hw08-0036480046/src/main/java/hr/fer/zemris/java/hw06/shell/commands/TreeCommand.java
Daria2002/Java_hw
017b245c622753ad56fe03be1aa099b6a8f7e140
[ "MIT" ]
null
null
null
27.418367
92
0.690361
9,036
package hr.fer.zemris.java.hw06.shell.commands; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import hr.fer.zemris.java.hw06.shell.Environment; import hr.fer.zemris.java.hw06.shell.ShellCommand; import hr.fer.zemris.java.hw06.shell.She...
3e15487d410df92df25575f87fbf574d2d27ceeb
2,070
java
Java
src/ru/greenpix/civilization/buildings/common/Mine.java
GreenpixDev/civilization
0d1b5accf403438fc31036382660ad7585df05f6
[ "Apache-2.0" ]
null
null
null
src/ru/greenpix/civilization/buildings/common/Mine.java
GreenpixDev/civilization
0d1b5accf403438fc31036382660ad7585df05f6
[ "Apache-2.0" ]
null
null
null
src/ru/greenpix/civilization/buildings/common/Mine.java
GreenpixDev/civilization
0d1b5accf403438fc31036382660ad7585df05f6
[ "Apache-2.0" ]
null
null
null
31.846154
88
0.730435
9,037
package ru.greenpix.civilization.buildings.common; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import ru.greenpix.civilization.buildings.Building; import ru.greenpix.civilization.buildings.GuiseBuilding; import ru.greenpix.civilization.buildings.Structure; import ru....