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
3e253fa22541eea6e5681bfc86750549bfad5c3d
2,249
java
Java
src/main/java/org/cubeengine/teamcom/query/command/ChannelGroupAddPerm.java
CubeEngine/TeamCom
fdecfe789f50adaa2cab081b35839bd8a8cfd3e1
[ "MIT" ]
null
null
null
src/main/java/org/cubeengine/teamcom/query/command/ChannelGroupAddPerm.java
CubeEngine/TeamCom
fdecfe789f50adaa2cab081b35839bd8a8cfd3e1
[ "MIT" ]
null
null
null
src/main/java/org/cubeengine/teamcom/query/command/ChannelGroupAddPerm.java
CubeEngine/TeamCom
fdecfe789f50adaa2cab081b35839bd8a8cfd3e1
[ "MIT" ]
null
null
null
41.648148
105
0.738995
15,762
/* * The MIT License * Copyright © 2013 Cube Island * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modif...
3e25410a7327f8bc00ce712eadadd41a1994d874
8,724
java
Java
src/main/java/seedu/address/logic/parser/ParserUtil.java
yicheng12/main
3088d53c3c8fd34e0310e2992f4f0c589a62e0f8
[ "MIT" ]
null
null
null
src/main/java/seedu/address/logic/parser/ParserUtil.java
yicheng12/main
3088d53c3c8fd34e0310e2992f4f0c589a62e0f8
[ "MIT" ]
null
null
null
src/main/java/seedu/address/logic/parser/ParserUtil.java
yicheng12/main
3088d53c3c8fd34e0310e2992f4f0c589a62e0f8
[ "MIT" ]
null
null
null
36.655462
114
0.674003
15,763
package seedu.address.logic.parser; import static java.util.Objects.requireNonNull; import java.util.Collection; import java.util.HashSet; import java.util.Set; import seedu.address.commons.core.index.Index; import seedu.address.commons.util.StringUtil; import seedu.address.logic.commands.TrackCommand; import seedu....
3e25413a9f6160f7c610617403279b456a5cddab
34,477
java
Java
src/test/java/bixo/robots/SimpleRobotRulesParserTest.java
ilsaul/bixo-gradle
fd2b1720e29615e4405cdc7ab640584d5be170d3
[ "Apache-1.1" ]
1
2017-02-10T23:07:03.000Z
2017-02-10T23:07:03.000Z
src/test/java/bixo/robots/SimpleRobotRulesParserTest.java
ilsaul/bixo-gradle
fd2b1720e29615e4405cdc7ab640584d5be170d3
[ "Apache-1.1" ]
null
null
null
src/test/java/bixo/robots/SimpleRobotRulesParserTest.java
ilsaul/bixo-gradle
fd2b1720e29615e4405cdc7ab640584d5be170d3
[ "Apache-1.1" ]
null
null
null
46.910204
144
0.628353
15,764
/* * Copyright 2009-2013 Scale Unlimited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3e2541b2dc90df97e8ff446fa32008ba6dbe969a
12,374
java
Java
src/org/sag/acminer/phases/defusegraphdump/DefUseGraphDataGatherer.java
wspr-ncsu/acminer
2df675bc18036d0e9aed8b23a9a38adbdbb25aaf
[ "BSD-3-Clause" ]
2
2020-10-09T08:27:36.000Z
2021-04-09T07:33:42.000Z
src/org/sag/acminer/phases/defusegraphdump/DefUseGraphDataGatherer.java
wspr-ncsu/acminer
2df675bc18036d0e9aed8b23a9a38adbdbb25aaf
[ "BSD-3-Clause" ]
1
2021-08-30T08:33:56.000Z
2021-08-30T08:33:56.000Z
src/org/sag/acminer/phases/defusegraphdump/DefUseGraphDataGatherer.java
wspr-ncsu/acminer
2df675bc18036d0e9aed8b23a9a38adbdbb25aaf
[ "BSD-3-Clause" ]
null
null
null
35.659942
136
0.687894
15,765
package org.sag.acminer.phases.defusegraphdump; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Set; import org.sag.acminer.database.defusegr...
3e2543a3691ad5266d77eb9cf9a5a7de9f361b02
2,259
java
Java
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/archaius/ArchaiusEndpoint.java
haifuns/spring-cloud-netflix
0a4a325aee27797a096f004237977fac2520d1cc
[ "Apache-2.0" ]
null
null
null
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/archaius/ArchaiusEndpoint.java
haifuns/spring-cloud-netflix
0a4a325aee27797a096f004237977fac2520d1cc
[ "Apache-2.0" ]
null
null
null
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/archaius/ArchaiusEndpoint.java
haifuns/spring-cloud-netflix
0a4a325aee27797a096f004237977fac2520d1cc
[ "Apache-2.0" ]
null
null
null
30.527027
90
0.758743
15,766
/* * Copyright 2013-2014 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...
3e2544036fe06152c3e86838af6b726a81e4ab02
32,563
java
Java
gateway-service-knoxtoken/src/test/java/org/apache/hadoop/gateway/service/knoxtoken/TokenServiceResourceTest.java
UKHomeOffice/knox
67ad3e38f3d415d4ed7f7ae76ed5e27d9cb33a3f
[ "Apache-2.0" ]
null
null
null
gateway-service-knoxtoken/src/test/java/org/apache/hadoop/gateway/service/knoxtoken/TokenServiceResourceTest.java
UKHomeOffice/knox
67ad3e38f3d415d4ed7f7ae76ed5e27d9cb33a3f
[ "Apache-2.0" ]
null
null
null
gateway-service-knoxtoken/src/test/java/org/apache/hadoop/gateway/service/knoxtoken/TokenServiceResourceTest.java
UKHomeOffice/knox
67ad3e38f3d415d4ed7f7ae76ed5e27d9cb33a3f
[ "Apache-2.0" ]
1
2021-04-11T09:23:22.000Z
2021-04-11T09:23:22.000Z
41.640665
153
0.747812
15,767
/** * 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...
3e2544d8899132921b535cff5c7972f7d19cecd2
7,371
java
Java
projects/OG-Analytics/tests/unit/com/opengamma/financial/interestrate/inflation/method/CouponInflationZeroCouponInterpolationGearingDiscountingMethodTest.java
gsteri1/OG-Platform
e682c31e69cadde06dd3776544913dde17fe41ba
[ "Apache-2.0" ]
1
2021-02-27T21:05:05.000Z
2021-02-27T21:05:05.000Z
projects/OG-Analytics/tests/unit/com/opengamma/financial/interestrate/inflation/method/CouponInflationZeroCouponInterpolationGearingDiscountingMethodTest.java
gsteri1/OG-Platform
e682c31e69cadde06dd3776544913dde17fe41ba
[ "Apache-2.0" ]
null
null
null
projects/OG-Analytics/tests/unit/com/opengamma/financial/interestrate/inflation/method/CouponInflationZeroCouponInterpolationGearingDiscountingMethodTest.java
gsteri1/OG-Platform
e682c31e69cadde06dd3776544913dde17fe41ba
[ "Apache-2.0" ]
null
null
null
62.466102
199
0.800977
15,768
/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.interestrate.inflation.method; import static org.testng.AssertJUnit.assertEquals; import java.util.List; import javax.time.calendar.Period; import...
3e2544e8053f97fc8f9ba1ea0672bf09df6878d9
3,156
java
Java
algorithms/conversion/EuclideanDistanceFromLABColor.java
muratcanozdemir/Visual-Processing-Library
b7388348a66499abe87095b80be108765398c1d2
[ "MIT" ]
null
null
null
algorithms/conversion/EuclideanDistanceFromLABColor.java
muratcanozdemir/Visual-Processing-Library
b7388348a66499abe87095b80be108765398c1d2
[ "MIT" ]
null
null
null
algorithms/conversion/EuclideanDistanceFromLABColor.java
muratcanozdemir/Visual-Processing-Library
b7388348a66499abe87095b80be108765398c1d2
[ "MIT" ]
null
null
null
39.949367
169
0.497465
15,769
/* 1: */ package vpt.algorithms.conversion; /* 2: */ /* 3: */ import vpt.Algorithm; /* 4: */ import vpt.DoubleImage; /* 5: */ import vpt.GlobalException; /* 6: */ import vpt.Image; /* 7: */ import vpt.util.Distance; /* 8: */ /* 9: */ public class EuclideanDistanceFromLABColor /* 10...
3e25460189853671872481c899553b6421b9f0a9
143
java
Java
src/main/java/com/gxitsky/creational/prototype/IMail.java
gxing19/Design-Patterns-Java
28c08d5fd3ec456cbc67f083785f488ddb99b1c6
[ "Apache-2.0" ]
1
2019-09-15T02:29:13.000Z
2019-09-15T02:29:13.000Z
src/main/java/com/gxitsky/creational/prototype/IMail.java
gxing19/Design-Patterns-Java
28c08d5fd3ec456cbc67f083785f488ddb99b1c6
[ "Apache-2.0" ]
null
null
null
src/main/java/com/gxitsky/creational/prototype/IMail.java
gxing19/Design-Patterns-Java
28c08d5fd3ec456cbc67f083785f488ddb99b1c6
[ "Apache-2.0" ]
null
null
null
20.428571
53
0.804196
15,770
package com.gxitsky.creational.prototype; public interface IMail extends Cloneable { Object clone() throws CloneNotSupportedException; }
3e254661c155f6fbd5e47b1c8765b140eddb464b
21,620
java
Java
src/main/java/de/bossmodeler/dbInterface/MSSQLServerSchnittstelle.java
AID-Labor/BOSSModeller2
8b9de9587e3d97a55e910176adb55e222002a693
[ "MIT" ]
1
2022-02-07T17:56:09.000Z
2022-02-07T17:56:09.000Z
src/main/java/de/bossmodeler/dbInterface/MSSQLServerSchnittstelle.java
Snaggly/BOSSModeller2
0a125348fd458c162fe6c8aa5dc6af92e7596344
[ "MIT" ]
null
null
null
src/main/java/de/bossmodeler/dbInterface/MSSQLServerSchnittstelle.java
Snaggly/BOSSModeller2
0a125348fd458c162fe6c8aa5dc6af92e7596344
[ "MIT" ]
1
2021-11-24T10:49:32.000Z
2021-11-24T10:49:32.000Z
32.957317
346
0.65296
15,771
/** * */ package de.bossmodeler.dbInterface; //import de.bossmodeler.GUI.buttons.XmlClass; *Changed to utilise a new language loader import de.bossmodeler.logicalLayer.elements.DBColumn; import de.bossmodeler.logicalLayer.elements.DBTable; import de.bossmodeler.logicalLayer.elements.UniqueCombination; import de.sna...
3e254691904efecf72439e44f75193dcfc33262b
6,502
java
Java
components/camel-git/src/test/java/org/apache/camel/component/git/producer/GitRemoteProducerTest.java
dmgerman/camel
cab53c57b3e58871df1f96d54b2a2ad5a73ce220
[ "Apache-2.0" ]
null
null
null
components/camel-git/src/test/java/org/apache/camel/component/git/producer/GitRemoteProducerTest.java
dmgerman/camel
cab53c57b3e58871df1f96d54b2a2ad5a73ce220
[ "Apache-2.0" ]
23
2021-03-23T00:01:38.000Z
2022-01-04T16:47:34.000Z
components/camel-git/src/test/java/org/apache/camel/component/git/producer/GitRemoteProducerTest.java
dmgerman/camel
cab53c57b3e58871df1f96d54b2a2ad5a73ce220
[ "Apache-2.0" ]
null
null
null
15.016166
810
0.798985
15,772
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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 ...
3e2546e76fd207a0bba805f95d85967800439ce5
10,006
java
Java
scouter.common/src/scouter/util/LongKeyLinkedMap.java
lunastar12/scouter
715f7edda67e5450d43122fef2707d3585d049e6
[ "Apache-2.0" ]
1
2021-09-09T09:56:11.000Z
2021-09-09T09:56:11.000Z
scouter.common/src/scouter/util/LongKeyLinkedMap.java
lunastar12/scouter
715f7edda67e5450d43122fef2707d3585d049e6
[ "Apache-2.0" ]
null
null
null
scouter.common/src/scouter/util/LongKeyLinkedMap.java
lunastar12/scouter
715f7edda67e5450d43122fef2707d3585d049e6
[ "Apache-2.0" ]
null
null
null
21.704989
82
0.626824
15,773
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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...
3e2547feae976b821646acf6dadf4e41c9f2cd76
439
java
Java
lab7/H.W Lap7/src/Node.java
Khawlaalbahry/khawlaalbahry.git.io
40f22fe074615aafc9f346e6440e0acd7d44afd8
[ "MIT" ]
2
2022-03-22T18:11:49.000Z
2022-03-22T18:11:52.000Z
lab7/H.W Lap7/src/Node.java
Khawlaalbahry/khawlaalbahry.git.io
40f22fe074615aafc9f346e6440e0acd7d44afd8
[ "MIT" ]
null
null
null
lab7/H.W Lap7/src/Node.java
Khawlaalbahry/khawlaalbahry.git.io
40f22fe074615aafc9f346e6440e0acd7d44afd8
[ "MIT" ]
null
null
null
17.56
40
0.510251
15,774
/** * Created by server on 3/18/2022. */ public class Node <E> { private E element; private Node<E> next; public Node(E element,Node<E> next) { this.element=element; this.next=next; } public E getElement() { return element; } public Node<E> get...
3e254b245a4f11f57ce8e98d81174917a241f121
901
java
Java
Dataset/Leetcode/test/46/148.java
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
Dataset/Leetcode/test/46/148.java
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
Dataset/Leetcode/test/46/148.java
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
25.742857
70
0.566038
15,775
public List<List<Integer>> XXX(int[] nums) { List<List<Integer>> resList = new ArrayList<>(); if (nums == null || nums.length == 0) return resList; XXX(nums, 0, resList); return resList; } private void XXX(int[] nums, int start, List<List<Integer>> resList) { if (start == nums.length - 1) {...
3e254c3b0deb20391997d60d05b66d7c99c816e8
3,695
java
Java
gaf-cloud/gaf-biz/gaf-gis/gaf-data-mgt/gaf-data-mgt-service/src/main/java/com/supermap/gaf/data/mgt/util/DatasourceParser.java
zhurongcheng/GAF
1dea35e126178927304355f03cee64fadf2f72c5
[ "Apache-2.0" ]
1
2021-04-26T06:21:36.000Z
2021-04-26T06:21:36.000Z
gaf-cloud/gaf-biz/gaf-gis/gaf-data-mgt/gaf-data-mgt-service/src/main/java/com/supermap/gaf/data/mgt/util/DatasourceParser.java
zhurongcheng/GAF
1dea35e126178927304355f03cee64fadf2f72c5
[ "Apache-2.0" ]
null
null
null
gaf-cloud/gaf-biz/gaf-gis/gaf-data-mgt/gaf-data-mgt-service/src/main/java/com/supermap/gaf/data/mgt/util/DatasourceParser.java
zhurongcheng/GAF
1dea35e126178927304355f03cee64fadf2f72c5
[ "Apache-2.0" ]
null
null
null
40.163043
141
0.650068
15,776
package com.supermap.gaf.data.mgt.util; import com.supermap.data.Datasource; import com.supermap.data.DatasourceConnectionInfo; import com.supermap.data.EngineType; import com.supermap.data.Workspace; import com.supermap.gaf.data.mgt.entity.DataSourceInfo; import com.supermap.gaf.exception.GafException; import com.sup...
3e254d1052b69acd20a36e69b813325fc60ffbc3
2,091
java
Java
clone/Xmeans/DataPreparer.java
HuadingLing/astnn
64fb02666245387d7aee80364ea4d421feb1594e
[ "MIT" ]
null
null
null
clone/Xmeans/DataPreparer.java
HuadingLing/astnn
64fb02666245387d7aee80364ea4d421feb1594e
[ "MIT" ]
null
null
null
clone/Xmeans/DataPreparer.java
HuadingLing/astnn
64fb02666245387d7aee80364ea4d421feb1594e
[ "MIT" ]
null
null
null
23.494382
83
0.645146
15,777
package edu.lu.uni.serval.cluster; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.List; import java.util.Scanner; import edu.lu.uni.serval.utils.FileHelper; public class DataPreparer { /** * * @param inputFileName * @p...
3e254d4fc396e880c5cebcda35f53da6b9946193
4,448
java
Java
src/com/puzzletimer/tips/RubiksCubeClassicPochmannCorners.java
suushiemaniac/PrisNoodle
5d250f55e88595d668f774881ae251a4e394695f
[ "MIT" ]
2
2018-04-30T22:30:00.000Z
2019-01-06T15:02:55.000Z
src/com/puzzletimer/tips/RubiksCubeClassicPochmannCorners.java
suushiemaniac/PrisNoodle
5d250f55e88595d668f774881ae251a4e394695f
[ "MIT" ]
null
null
null
src/com/puzzletimer/tips/RubiksCubeClassicPochmannCorners.java
suushiemaniac/PrisNoodle
5d250f55e88595d668f774881ae251a4e394695f
[ "MIT" ]
null
null
null
39.017544
157
0.598471
15,778
package com.puzzletimer.tips; import com.puzzletimer.models.Scramble; import com.puzzletimer.puzzles.Puzzle; import com.suushiemaniac.cubing.bld.analyze.BldPuzzle; import com.suushiemaniac.cubing.bld.analyze.ThreeBldCube; import com.suushiemaniac.cubing.bld.model.enumeration.piece.CubicPieceType; import com.suushieman...
3e254e29e2d86c695358d5608690b5520bcb48cd
1,866
java
Java
web/src/main/java/com/tianzhu/cms/controller/IndexAction.java
isis-github/project-template
141c91cc3d362f0c3a12d8eca9c659318e1319ea
[ "Apache-2.0" ]
null
null
null
web/src/main/java/com/tianzhu/cms/controller/IndexAction.java
isis-github/project-template
141c91cc3d362f0c3a12d8eca9c659318e1319ea
[ "Apache-2.0" ]
null
null
null
web/src/main/java/com/tianzhu/cms/controller/IndexAction.java
isis-github/project-template
141c91cc3d362f0c3a12d8eca9c659318e1319ea
[ "Apache-2.0" ]
null
null
null
22.756098
86
0.698285
15,779
/* * Copyright © 2013 Changsha Shishuo Network Technology Co., Ltd. All rights reserved. * 长沙市师说网络科技有限公司 版权所有 * http://www.shishuo.com */ package com.tianzhu.cms.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.Req...
3e254f5aaa2db02708ab05150d2e51daf167e7c0
429
java
Java
spring/document-upload/src/main/java/io/ashimjk/document/upload/store/DocumentStore.java
ashimjk/ajk-research
a4061a6451229e0a49dac8818e51370c9bda53e4
[ "MIT" ]
2
2022-02-27T14:20:46.000Z
2022-03-29T16:41:55.000Z
spring/document-upload/src/main/java/io/ashimjk/document/upload/store/DocumentStore.java
ashim-jung-khadka/ajk-research
a4061a6451229e0a49dac8818e51370c9bda53e4
[ "MIT" ]
22
2021-09-02T17:42:24.000Z
2022-03-02T09:59:08.000Z
spring/document-upload/src/main/java/io/ashimjk/document/upload/store/DocumentStore.java
ashim-jung-khadka/ajk-research
a4061a6451229e0a49dac8818e51370c9bda53e4
[ "MIT" ]
null
null
null
26.8125
68
0.81352
15,780
package io.ashimjk.document.upload.store; import io.ashimjk.document.upload.store.model.ContentSharedResult; import io.ashimjk.document.upload.store.model.ContentUploadResult; import io.ashimjk.document.upload.store.model.UploadDocument; public interface DocumentStore { ContentUploadResult keep(UploadDocument fi...
3e2550a0192631510cd6ad2de15a60f68194776b
1,614
java
Java
NewsApp/app/src/main/java/com/example/agupt23/newsapp/NewsAdapter.java
ag24021987/News_APP
5d8ee237997b56d50a15c2572f4318a000a2bece
[ "MIT" ]
null
null
null
NewsApp/app/src/main/java/com/example/agupt23/newsapp/NewsAdapter.java
ag24021987/News_APP
5d8ee237997b56d50a15c2572f4318a000a2bece
[ "MIT" ]
null
null
null
NewsApp/app/src/main/java/com/example/agupt23/newsapp/NewsAdapter.java
ag24021987/News_APP
5d8ee237997b56d50a15c2572f4318a000a2bece
[ "MIT" ]
null
null
null
29.888889
109
0.693309
15,781
package com.example.agupt23.newsapp; import android.content.Context; import android.support.annotation.NonNull; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import java.util.ArrayList; import static an...
3e2550caa7a976e09a268d26ea45d1ec898eb616
1,521
java
Java
client-lib/src/main/java/com/signnow/library/facades/Documents.java
SSDevelopment/SignNowJavaAPiClient
9dc65f4e9e5f9989b94aab70c0a1f37b6cb9f447
[ "MIT" ]
null
null
null
client-lib/src/main/java/com/signnow/library/facades/Documents.java
SSDevelopment/SignNowJavaAPiClient
9dc65f4e9e5f9989b94aab70c0a1f37b6cb9f447
[ "MIT" ]
null
null
null
client-lib/src/main/java/com/signnow/library/facades/Documents.java
SSDevelopment/SignNowJavaAPiClient
9dc65f4e9e5f9989b94aab70c0a1f37b6cb9f447
[ "MIT" ]
null
null
null
38.025
161
0.825773
15,782
package com.signnow.library.facades; import com.signnow.library.dto.Document; import com.signnow.library.exceptions.SNException; import java.io.InputStream; import java.util.List; /** * Document related operations service facade */ public interface Documents { String uploadDocument(InputStream stream, String f...
3e25515f4047cd535b9fd30dde553ec4a92fc67e
136
java
Java
src/main/java/main/feedthecreepertweaks/tiles/BaseTile.java
thor12022/FeedTheCreeperTweaks
afcd3e907095a89dda0a7b0c217b28d20ac424d8
[ "BSD-3-Clause" ]
1
2015-06-18T21:46:52.000Z
2015-06-18T21:46:52.000Z
src/main/java/main/feedthecreepertweaks/tiles/BaseTile.java
thor12022/FeedTheCreeperTweaks
afcd3e907095a89dda0a7b0c217b28d20ac424d8
[ "BSD-3-Clause" ]
6
2015-04-13T21:21:44.000Z
2016-01-28T17:55:23.000Z
src/main/java/main/feedthecreepertweaks/tiles/BaseTile.java
thor12022/FeedTheCreeperTweaks
afcd3e907095a89dda0a7b0c217b28d20ac424d8
[ "BSD-3-Clause" ]
null
null
null
15.111111
43
0.808824
15,783
package main.feedthecreepertweaks.tiles; import net.minecraft.tileentity.TileEntity; public class BaseTile extends TileEntity { }
3e255180f2a04abc80b3a645d0e6a659acfcbbde
1,415
java
Java
src/main/java/com/github/ztgreat/array/leetcode_15/Solution.java
ztgreat/algorithm
8faa7d8d04a25a06e6b026215fb995eb7ea58a4f
[ "MIT" ]
null
null
null
src/main/java/com/github/ztgreat/array/leetcode_15/Solution.java
ztgreat/algorithm
8faa7d8d04a25a06e6b026215fb995eb7ea58a4f
[ "MIT" ]
null
null
null
src/main/java/com/github/ztgreat/array/leetcode_15/Solution.java
ztgreat/algorithm
8faa7d8d04a25a06e6b026215fb995eb7ea58a4f
[ "MIT" ]
null
null
null
26.203704
70
0.358304
15,784
package com.github.ztgreat.array.leetcode_15; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; class Solution { public List<List<Integer>> threeSum(int[] nums) { if (nums == null || nums.length < 3) { return Collections.emptyList(); ...
3e2551dd3bb380688be40c9adda5919d9e392e58
491
java
Java
SocialNetwork/Server/src/main/java/kl/socialnetwork/repositories/LikeRepository.java
kostadinlambov/social-network
fcd1d64bac2e24b44f3fde7975de3647e014f092
[ "MIT" ]
13
2019-04-01T15:04:01.000Z
2022-03-22T08:59:16.000Z
SocialNetwork/Server/src/main/java/kl/socialnetwork/repositories/LikeRepository.java
kostadinlambov/social-network
fcd1d64bac2e24b44f3fde7975de3647e014f092
[ "MIT" ]
1
2022-02-10T19:19:13.000Z
2022-02-10T19:19:13.000Z
SocialNetwork/Server/src/main/java/kl/socialnetwork/repositories/LikeRepository.java
kostadinlambov/Social-Network-Custom-Webpack-Config
e5e5f769e3fc3121cc4a91c7e4531bf255e6bfa3
[ "MIT" ]
8
2021-04-09T12:25:07.000Z
2022-03-23T02:06:39.000Z
28.882353
69
0.818737
15,785
package kl.socialnetwork.repositories; import kl.socialnetwork.domain.entities.Like; import kl.socialnetwork.domain.entities.Post; import kl.socialnetwork.domain.entities.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import java.util.List; @Repo...
3e2552b187c00658017c48ae1b4327e6cef50a89
7,328
java
Java
drools-core/src/main/java/org/drools/core/base/accumulators/JavaAccumulatorFunctionExecutor.java
jiripetrlik/drools
36eccb8a33550eb2049255f058fe016c6a1fa2f7
[ "Apache-2.0" ]
2
2018-03-11T14:10:10.000Z
2018-06-15T08:41:12.000Z
drools-core/src/main/java/org/drools/core/base/accumulators/JavaAccumulatorFunctionExecutor.java
jiripetrlik/drools
36eccb8a33550eb2049255f058fe016c6a1fa2f7
[ "Apache-2.0" ]
null
null
null
drools-core/src/main/java/org/drools/core/base/accumulators/JavaAccumulatorFunctionExecutor.java
jiripetrlik/drools
36eccb8a33550eb2049255f058fe016c6a1fa2f7
[ "Apache-2.0" ]
2
2020-01-06T15:38:53.000Z
2020-04-02T21:30:36.000Z
38.366492
197
0.618859
15,786
/* * Copyright 2010 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 ap...
3e25530a0e56295d95f2a61fa9294e4e8e1b863d
4,014
java
Java
src/main/java/com/flickr4java/flickr/IFlickr.java
gii-is-AISS/Flickr4Java
307791f03ff6181432c4eb35aa20374e47ea3263
[ "BSD-2-Clause" ]
68
2016-09-26T07:34:37.000Z
2022-03-13T11:45:08.000Z
src/main/java/com/flickr4java/flickr/IFlickr.java
gii-is-AISS/Flickr4Java
307791f03ff6181432c4eb35aa20374e47ea3263
[ "BSD-2-Clause" ]
452
2016-09-17T09:37:46.000Z
2022-03-29T01:37:16.000Z
src/main/java/com/flickr4java/flickr/IFlickr.java
gii-is-AISS/Flickr4Java
307791f03ff6181432c4eb35aa20374e47ea3263
[ "BSD-2-Clause" ]
69
2016-09-21T18:27:11.000Z
2022-03-27T17:12:05.000Z
31.606299
76
0.823119
15,787
package com.flickr4java.flickr; import com.flickr4java.flickr.activity.ActivityInterface; import com.flickr4java.flickr.auth.Auth; import com.flickr4java.flickr.auth.AuthInterface; import com.flickr4java.flickr.blogs.BlogsInterface; import com.flickr4java.flickr.cameras.CamerasInterface; import com.flickr4java.flickr....
3e2554ddf2d60bd4db5f053e4ccd8f294708a3c6
7,642
java
Java
app/src/main/java/com/pileproject/drive/execution/RxObservableProgram.java
PileProject/Drive
3df81d6140217a630a528680d91953297f7ce84d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/pileproject/drive/execution/RxObservableProgram.java
PileProject/Drive
3df81d6140217a630a528680d91953297f7ce84d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/pileproject/drive/execution/RxObservableProgram.java
PileProject/Drive
3df81d6140217a630a528680d91953297f7ce84d
[ "Apache-2.0" ]
null
null
null
34.304933
137
0.664706
15,788
/** * Copyright (C) 2011-2017 The PILE Developers <anpch@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 r...
3e255520419832cbc98bf72a41108026dbeb93ed
19,386
java
Java
src/main/java/com/urswolfer/intellij/plugin/gerrit/ui/GerritChangeListPanel.java
forrert/gerrit-intellij-plugin
f35779ef616aa03744dedc03e823f4673a83a865
[ "Apache-2.0" ]
null
null
null
src/main/java/com/urswolfer/intellij/plugin/gerrit/ui/GerritChangeListPanel.java
forrert/gerrit-intellij-plugin
f35779ef616aa03744dedc03e823f4673a83a865
[ "Apache-2.0" ]
null
null
null
src/main/java/com/urswolfer/intellij/plugin/gerrit/ui/GerritChangeListPanel.java
forrert/gerrit-intellij-plugin
f35779ef616aa03744dedc03e823f4673a83a865
[ "Apache-2.0" ]
null
null
null
36.43985
151
0.606469
15,789
/* * Copyright 2000-2011 JetBrains s.r.o. * Copyright 2013-2015 Urs Wolfer * * 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 ...
3e2555bd1982377293624c3a405e3ed525e11e62
2,927
java
Java
test/jdk/javax/management/remote/mandatory/connectorServer/JNDIFailureTest.java
1690296356/jdk
eaf668d1510c28d51e26c397b582b66ebdf7e263
[ "Apache-2.0" ]
2
2018-06-19T05:43:32.000Z
2018-06-23T10:04:56.000Z
test/jdk/javax/management/remote/mandatory/connectorServer/JNDIFailureTest.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
null
null
null
test/jdk/javax/management/remote/mandatory/connectorServer/JNDIFailureTest.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
null
null
null
33.643678
79
0.638538
15,790
/* * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
3e2555d42d9461ed0a815b11a705fe53df3adf3e
5,709
java
Java
data-release/xml-generator/src/main/java/uk/ac/ebi/ep/xml/config/EnzymeCentricConfiguration.java
uniprot/enzymeportal
78fa82055684ba1d76807bc96bc139db40ee9935
[ "Apache-2.0" ]
7
2015-03-02T15:50:45.000Z
2022-03-22T08:43:19.000Z
data-release/xml-generator/src/main/java/uk/ac/ebi/ep/xml/config/EnzymeCentricConfiguration.java
uniprot/enzymeportal
78fa82055684ba1d76807bc96bc139db40ee9935
[ "Apache-2.0" ]
16
2015-03-24T00:53:38.000Z
2020-09-28T09:24:45.000Z
data-release/xml-generator/src/main/java/uk/ac/ebi/ep/xml/config/EnzymeCentricConfiguration.java
uniprot/enzymeportal
78fa82055684ba1d76807bc96bc139db40ee9935
[ "Apache-2.0" ]
3
2015-02-20T19:57:34.000Z
2018-03-14T11:46:17.000Z
41.362319
162
0.758935
15,791
package uk.ac.ebi.ep.xml.config; import java.time.LocalDateTime; import javax.persistence.EntityManagerFactory; import javax.persistence.Query; import org.springframework.batch.core.ChunkListener; import org.springframework.batch.core.ItemReadListener; import org.springframework.batch.core.JobExecutionListener; import...
3e25561a0f9b7e762a5901a2a414c120c1ccb49d
2,293
java
Java
RMBTSharedCode/src/at/rtr/rmbt/shared/qos/EchoProtocolResult.java
RTR-Netztest/open-rmbt
0561c737e898ca7bf7849319cfc992898beb499e
[ "Apache-2.0" ]
32
2017-07-03T08:18:11.000Z
2022-03-22T06:05:05.000Z
RMBTSharedCode/src/at/rtr/rmbt/shared/qos/EchoProtocolResult.java
Rashadtr27/open-rmbt
159c8da7cceb8ac5d3f7b66d9ea500496fa872c6
[ "Apache-2.0" ]
19
2018-03-07T16:12:08.000Z
2022-02-28T14:02:54.000Z
RMBTSharedCode/src/at/rtr/rmbt/shared/qos/EchoProtocolResult.java
Rashadtr27/open-rmbt
159c8da7cceb8ac5d3f7b66d9ea500496fa872c6
[ "Apache-2.0" ]
12
2017-11-08T15:05:30.000Z
2021-12-16T01:51:14.000Z
22.048077
80
0.659398
15,792
/******************************************************************************* * Copyright 2019 alladin-IT GmbH * * 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.apa...
3e2556746d172c6523608de91af9a789292e405d
9,070
java
Java
common/src/main/java/org/jboss/gm/common/model/ManipulationModel.java
rnc/gradle-manipulator
f7c89763175f12a6914c5218e40b9e38d9530139
[ "Apache-2.0" ]
5
2019-04-20T15:49:18.000Z
2021-08-25T16:27:10.000Z
common/src/main/java/org/jboss/gm/common/model/ManipulationModel.java
rnc/gradle-manipulator
f7c89763175f12a6914c5218e40b9e38d9530139
[ "Apache-2.0" ]
146
2019-04-15T15:35:50.000Z
2022-03-30T10:10:37.000Z
common/src/main/java/org/jboss/gm/common/model/ManipulationModel.java
rnc/gradle-manipulator
f7c89763175f12a6914c5218e40b9e38d9530139
[ "Apache-2.0" ]
8
2019-04-23T08:59:44.000Z
2021-04-30T12:35:31.000Z
34.754789
125
0.634991
15,793
package org.jboss.gm.common.model; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.TreeMap; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.apache.commons.lang.StringUtils; import org.commonjava.maven.atlas.ident.ref.ProjectVersionRe...
3e2556799bada7e558ec33e60ccae319f8123fb1
2,899
java
Java
src/main/java/org/efaps/admin/program/jasper/JasperUtil.java
ov3rflow/eFaps-Kernel
d4220b7b476b8db2f54d6dac935863b76a7fb248
[ "Apache-2.0" ]
1
2015-10-14T20:23:28.000Z
2015-10-14T20:23:28.000Z
src/main/java/org/efaps/admin/program/jasper/JasperUtil.java
ov3rflow/eFaps-Kernel
d4220b7b476b8db2f54d6dac935863b76a7fb248
[ "Apache-2.0" ]
null
null
null
src/main/java/org/efaps/admin/program/jasper/JasperUtil.java
ov3rflow/eFaps-Kernel
d4220b7b476b8db2f54d6dac935863b76a7fb248
[ "Apache-2.0" ]
null
null
null
32.211111
97
0.697482
15,794
/* * Copyright 2003 - 2013 The eFaps Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
3e25569579923215391e8ed435794699484e5703
1,659
java
Java
nata-monkey/src/main/java/com/nata/action/StartAppAction.java
open-nata/nataam
68f441d35c2a95431edf23fe588692b1c330202b
[ "MIT" ]
1
2018-04-11T06:57:38.000Z
2018-04-11T06:57:38.000Z
nata-monkey/src/main/java/com/nata/action/StartAppAction.java
open-nata/nataam
68f441d35c2a95431edf23fe588692b1c330202b
[ "MIT" ]
null
null
null
nata-monkey/src/main/java/com/nata/action/StartAppAction.java
open-nata/nataam
68f441d35c2a95431edf23fe588692b1c330202b
[ "MIT" ]
null
null
null
21.558442
63
0.529518
15,795
package com.nata.action; import com.nata.AdbDevice; /** * Author: Calvin Meng * Blog: mclspace.com Email: upchh@example.com * Update: 2016-03-13 17:04 */ public class StartAppAction extends Action{ private AdbDevice device = null; private String pkgAct = null; public StartAppAction(AdbDevice device,...
3e255711ca85c8b01521b18c35f93aa7d60c49b9
10,557
java
Java
gosu-core/src/main/java/gw/internal/gosu/ir/transform/expression/RelationalExpressionTransformer.java
vakuum/gosu-lang-old
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
1
2019-09-11T14:08:50.000Z
2019-09-11T14:08:50.000Z
gosu-core/src/main/java/gw/internal/gosu/ir/transform/expression/RelationalExpressionTransformer.java
gosu-lang/old-gosu-repo
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
null
null
null
gosu-core/src/main/java/gw/internal/gosu/ir/transform/expression/RelationalExpressionTransformer.java
gosu-lang/old-gosu-repo
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
2
2019-06-11T04:34:07.000Z
2020-01-21T02:58:10.000Z
37.042105
187
0.617221
15,796
/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.gosu.ir.transform.expression; import gw.internal.gosu.parser.BeanAccess; import gw.internal.gosu.parser.ParserBase; import gw.internal.gosu.parser.expressions.RelationalExpression; import gw.internal.gosu.parser.expressions.ConditionalExpression; i...
3e25577189e29ecf3737cfe01d21f42f52d8ea84
5,710
java
Java
name-parser/src/main/java/org/gbif/nameparser/AuthorshipParsingJob.java
jhpoelen/name-parser
0bb903256ba050d7b6c27c579126d9aac2fa2a02
[ "Apache-2.0" ]
null
null
null
name-parser/src/main/java/org/gbif/nameparser/AuthorshipParsingJob.java
jhpoelen/name-parser
0bb903256ba050d7b6c27c579126d9aac2fa2a02
[ "Apache-2.0" ]
null
null
null
name-parser/src/main/java/org/gbif/nameparser/AuthorshipParsingJob.java
jhpoelen/name-parser
0bb903256ba050d7b6c27c579126d9aac2fa2a02
[ "Apache-2.0" ]
null
null
null
36.139241
124
0.621366
15,797
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
3e2559e69a6c86b6603a30fcb80905ee23209a5c
3,787
java
Java
charts/src/main/java/com/puresoltechnologies/javafx/charts/axes/AxisRenderer.java
PureSolTechnologies/javafx
6c7622b1383683b2a3d0c2f5adbded7bbf15949f
[ "Apache-2.0" ]
4
2019-06-10T21:13:51.000Z
2021-04-11T16:38:43.000Z
charts/src/main/java/com/puresoltechnologies/javafx/charts/axes/AxisRenderer.java
PureSolTechnologies/javafx
6c7622b1383683b2a3d0c2f5adbded7bbf15949f
[ "Apache-2.0" ]
null
null
null
charts/src/main/java/com/puresoltechnologies/javafx/charts/axes/AxisRenderer.java
PureSolTechnologies/javafx
6c7622b1383683b2a3d0c2f5adbded7bbf15949f
[ "Apache-2.0" ]
1
2019-08-26T08:54:31.000Z
2019-08-26T08:54:31.000Z
27.442029
84
0.635067
15,798
package com.puresoltechnologies.javafx.charts.axes; import com.puresoltechnologies.javafx.charts.Renderer; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ObjectProperty; /** * General interface for axis renderer. * * @author Rick-Rainer Ludwig * @param <T> is the type of the axis valu...
3e255a22b1b728e21325400527bffd9654004ddf
1,310
java
Java
linkosbtledemoscombinedapp/src/main/java/com/zebra/android/devdemo/statuschannel/StatusChannelDemo.java
ltrudu/ZebraSamplesWok
0f5c61fe943d50019373d4c9fdf9f5664ab10f64
[ "Fair", "Unlicense" ]
1
2018-02-14T15:15:30.000Z
2018-02-14T15:15:30.000Z
linkosbtledemoscombinedapp/src/main/java/com/zebra/android/devdemo/statuschannel/StatusChannelDemo.java
ltrudu/ZebraSamplesWok
0f5c61fe943d50019373d4c9fdf9f5664ab10f64
[ "Fair", "Unlicense" ]
null
null
null
linkosbtledemoscombinedapp/src/main/java/com/zebra/android/devdemo/statuschannel/StatusChannelDemo.java
ltrudu/ZebraSamplesWok
0f5c61fe943d50019373d4c9fdf9f5664ab10f64
[ "Fair", "Unlicense" ]
null
null
null
32.75
108
0.680916
15,799
/*********************************************** * CONFIDENTIAL AND PROPRIETARY * * The source code and other information contained herein is the confidential and the exclusive property of * ZIH Corp. and is subject to the terms and conditions in your end user license agreement. * This source code, and any other i...
3e255a3c772dfa090eca9e344f357377e9ca03fe
1,223
java
Java
scouter.client/src/scouter/client/sorter/ObjectTreeSorter.java
jedi8235/scouter
37af7456730dbf6eb40564e8d07a827fba5c29f1
[ "Apache-2.0" ]
2,053
2015-06-09T01:43:36.000Z
2022-03-31T13:16:53.000Z
scouter.client/src/scouter/client/sorter/ObjectTreeSorter.java
jedi8235/scouter
37af7456730dbf6eb40564e8d07a827fba5c29f1
[ "Apache-2.0" ]
527
2015-06-17T13:28:26.000Z
2022-03-31T19:22:25.000Z
scouter.client/src/scouter/client/sorter/ObjectTreeSorter.java
jedi8235/scouter
37af7456730dbf6eb40564e8d07a827fba5c29f1
[ "Apache-2.0" ]
641
2015-06-05T16:19:01.000Z
2022-03-25T03:12:56.000Z
31.358974
77
0.714636
15,800
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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.apa...
3e255a88c70a631ad55dd6e42446080a1cec1ef5
2,236
java
Java
cayenne-server/src/main/java/org/apache/cayenne/exp/parser/ASTLess.java
smarthealth/cayenne
444df33111c9bc30165275ed46137ef3c2daf34c
[ "Apache-2.0" ]
289
2015-01-28T13:35:27.000Z
2022-03-27T07:51:03.000Z
cayenne-server/src/main/java/org/apache/cayenne/exp/parser/ASTLess.java
smarthealth/cayenne
444df33111c9bc30165275ed46137ef3c2daf34c
[ "Apache-2.0" ]
78
2015-01-05T19:28:33.000Z
2022-02-01T13:53:11.000Z
cayenne-server/src/main/java/org/apache/cayenne/exp/parser/ASTLess.java
hanie21/cayenne
592ecfb41b756cedcc4c3fe54d31773e557860a6
[ "Apache-2.0" ]
150
2015-01-15T08:13:55.000Z
2022-03-19T19:42:16.000Z
26.619048
91
0.679785
15,801
/***************************************************************** * 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 * ...
3e255afe4cafaf00b17f624e5b92a9729547b6b0
2,214
java
Java
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/routing_policy/expr/Uint32HighLowExpr.java
kylehoferamzn/batfish
d905cd47a3afe63e6f51652d792473a42b2f3026
[ "Apache-2.0" ]
763
2017-02-21T20:35:50.000Z
2022-03-29T09:27:14.000Z
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/routing_policy/expr/Uint32HighLowExpr.java
kylehoferamzn/batfish
d905cd47a3afe63e6f51652d792473a42b2f3026
[ "Apache-2.0" ]
7,675
2017-01-18T08:04:59.000Z
2022-03-31T21:29:36.000Z
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/routing_policy/expr/Uint32HighLowExpr.java
kylehoferamzn/batfish
d905cd47a3afe63e6f51652d792473a42b2f3026
[ "Apache-2.0" ]
194
2017-05-03T14:58:10.000Z
2022-03-30T20:56:44.000Z
28.384615
99
0.744806
15,802
package org.batfish.datamodel.routing_policy.expr; import static com.google.common.base.Preconditions.checkArgument; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Objects; import javax.annotation.Nonnull; import javax.annotation.Nullable; i...
3e255b04c778af6b6ddc5697c42f145bb80bcdb1
1,138
java
Java
saturn-core/src/main/java/com/vip/saturn/job/basic/SaturnApi.java
universefeeler/Saturn
ff06233d7cd9e7bc49f28e5ac6619fe30727da5d
[ "Apache-2.0" ]
1
2018-06-25T07:37:58.000Z
2018-06-25T07:37:58.000Z
saturn-core/src/main/java/com/vip/saturn/job/basic/SaturnApi.java
universefeeler/Saturn
ff06233d7cd9e7bc49f28e5ac6619fe30727da5d
[ "Apache-2.0" ]
1
2018-08-08T02:30:18.000Z
2018-08-08T02:30:18.000Z
saturn-core/src/main/java/com/vip/saturn/job/basic/SaturnApi.java
universefeeler/Saturn
ff06233d7cd9e7bc49f28e5ac6619fe30727da5d
[ "Apache-2.0" ]
null
null
null
27.095238
91
0.734622
15,803
package com.vip.saturn.job.basic; import com.vip.saturn.job.exception.SaturnJobException; import com.vip.saturn.job.utils.AlarmUtils; import com.vip.saturn.job.utils.UpdateJobCronUtils; import java.util.Map; /** * Provide the hook for client job callback. */ public class SaturnApi { private String nam...
3e255b098dab2848003ba5ac9204c958f3d89d6c
535
java
Java
src/main/java/ru/liahim/mist/world/layer/GenLayerBordersCenter.java
SettingDust/MistyWorld_Open
298c38262147c79dc9b6a1cbfeac675fa98fd634
[ "Apache-2.0" ]
7
2020-07-16T20:37:44.000Z
2021-09-23T03:07:33.000Z
src/main/java/ru/liahim/mist/world/layer/GenLayerBordersCenter.java
SettingDust/MistyWorld_Open
298c38262147c79dc9b6a1cbfeac675fa98fd634
[ "Apache-2.0" ]
55
2019-05-09T15:09:16.000Z
2022-03-30T01:19:07.000Z
src/main/java/ru/liahim/mist/world/layer/GenLayerBordersCenter.java
SettingDust/MistyWorld_Open
298c38262147c79dc9b6a1cbfeac675fa98fd634
[ "Apache-2.0" ]
7
2020-08-09T14:32:02.000Z
2022-02-23T20:55:33.000Z
24.318182
68
0.775701
15,804
package ru.liahim.mist.world.layer; import net.minecraft.world.biome.Biome; import net.minecraft.world.gen.layer.GenLayer; import ru.liahim.mist.api.biome.MistBiomes; public class GenLayerBordersCenter extends GenLayerBorders { public GenLayerBordersCenter(long seed, GenLayer genlayer) { super(seed, genlayer); }...
3e255bf4df7d448be1480a86b44264804565cc4d
2,184
java
Java
genie-web/src/test/java/com/netflix/genie/web/properties/JobsUsersActiveLimitPropertiesUnitTests.java
sghill/genie
ddee8f273b9850753b8cf256288cd9df96954c90
[ "Apache-2.0" ]
null
null
null
genie-web/src/test/java/com/netflix/genie/web/properties/JobsUsersActiveLimitPropertiesUnitTests.java
sghill/genie
ddee8f273b9850753b8cf256288cd9df96954c90
[ "Apache-2.0" ]
8
2018-05-24T17:22:26.000Z
2018-06-18T18:01:03.000Z
genie-web/src/test/java/com/netflix/genie/web/properties/JobsUsersActiveLimitPropertiesUnitTests.java
sghill/genie
ddee8f273b9850753b8cf256288cd9df96954c90
[ "Apache-2.0" ]
null
null
null
29.917808
105
0.690476
15,805
/* * * Copyright 2016 Netflix, 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 ap...
3e255c0871285f6f65c2a43699038c9b6636f014
506
java
Java
src/main/java/com/goodjob/crm/model/SecurityRole.java
ahmedmeid/crm-rest
05ba6554dc79986cddb9a2dc4c05940592a2f6eb
[ "Apache-2.0" ]
null
null
null
src/main/java/com/goodjob/crm/model/SecurityRole.java
ahmedmeid/crm-rest
05ba6554dc79986cddb9a2dc4c05940592a2f6eb
[ "Apache-2.0" ]
null
null
null
src/main/java/com/goodjob/crm/model/SecurityRole.java
ahmedmeid/crm-rest
05ba6554dc79986cddb9a2dc4c05940592a2f6eb
[ "Apache-2.0" ]
null
null
null
18.071429
52
0.786561
15,806
package com.goodjob.crm.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import lombok.Data; @Data @Entity @Table(name="security_role") public class S...
3e255c17e658628904955aa265c31aa4be3e2e07
4,148
java
Java
src/main/java/com/bunq/sdk/model/generated/endpoint/CustomerLimit.java
thanus/bunq-java
00383b7e34e69a71c748409ac0bdeb69a01c48fa
[ "MIT" ]
null
null
null
src/main/java/com/bunq/sdk/model/generated/endpoint/CustomerLimit.java
thanus/bunq-java
00383b7e34e69a71c748409ac0bdeb69a01c48fa
[ "MIT" ]
null
null
null
src/main/java/com/bunq/sdk/model/generated/endpoint/CustomerLimit.java
thanus/bunq-java
00383b7e34e69a71c748409ac0bdeb69a01c48fa
[ "MIT" ]
null
null
null
24.4
127
0.722758
15,807
package com.bunq.sdk.model.generated.endpoint; import com.bunq.sdk.http.ApiClient; import com.bunq.sdk.http.BunqResponse; import com.bunq.sdk.http.BunqResponseRaw; import com.bunq.sdk.model.core.BunqModel; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import com.google.g...
3e255f0fcb45385a688743ce47d59c686c68e4f1
2,046
java
Java
src/main/java/com/coredumpproject/coredump/CommandParser.java
m-bishop/BBS
7e70cbd81a00d24e7ccdef8e2a11ea0d53046c84
[ "MIT" ]
null
null
null
src/main/java/com/coredumpproject/coredump/CommandParser.java
m-bishop/BBS
7e70cbd81a00d24e7ccdef8e2a11ea0d53046c84
[ "MIT" ]
null
null
null
src/main/java/com/coredumpproject/coredump/CommandParser.java
m-bishop/BBS
7e70cbd81a00d24e7ccdef8e2a11ea0d53046c84
[ "MIT" ]
null
null
null
28.027397
90
0.678397
15,808
package com.coredumpproject.coredump; import com.coredumpproject.coredump.Command.AbstractCommand; import com.coredumpproject.coredump.Command.ChatCommand; import com.coredumpproject.coredump.Command.MoveCommand; import com.coredumpproject.coredump.Command.PrintCommand; import com.coredumpproject.coredump.model.Action...
3e255fdf6a0fbbed9a4ee52b8f99d55c105b77ed
468
java
Java
src/main/java/com/acme/tpc_backend/resource/SaveNotificationUserResource.java
lucas1619/TPC-BACKEND-JAVA
dc39f0d7969ba3dab5c763021f9981fbcb46e481
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/acme/tpc_backend/resource/SaveNotificationUserResource.java
lucas1619/TPC-BACKEND-JAVA
dc39f0d7969ba3dab5c763021f9981fbcb46e481
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/acme/tpc_backend/resource/SaveNotificationUserResource.java
lucas1619/TPC-BACKEND-JAVA
dc39f0d7969ba3dab5c763021f9981fbcb46e481
[ "BSD-3-Clause" ]
null
null
null
20.347826
56
0.67094
15,809
package com.acme.tpc_backend.resource; public class SaveNotificationUserResource { public Long getNotificationId() { return notificationId; } public void setNotificationId(Long notificationId) { this.notificationId = notificationId; } public Long getUserId() { return userI...
3e255ffa84eb829240131b3f6f583f7fd4f8cdc2
1,238
java
Java
MoWiDi PC/src/edu/kit/ibds/mowidi/operations/OperationDoNothing.java
DocGerd/MoWiDi
3fe6011e75bf37eacca8b9d09267f28519df7f97
[ "MIT" ]
null
null
null
MoWiDi PC/src/edu/kit/ibds/mowidi/operations/OperationDoNothing.java
DocGerd/MoWiDi
3fe6011e75bf37eacca8b9d09267f28519df7f97
[ "MIT" ]
null
null
null
MoWiDi PC/src/edu/kit/ibds/mowidi/operations/OperationDoNothing.java
DocGerd/MoWiDi
3fe6011e75bf37eacca8b9d09267f28519df7f97
[ "MIT" ]
null
null
null
30.95
77
0.727787
15,810
/* * @(#)OperationDoNothing.java * * This file is part of MoWiDi. * * MoWiDi is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. *...
3e25601f9c9a5ba1fb040dfd1ae7f577c7cccd9f
3,923
java
Java
EIDAS-Sources-2.3.1-MDSL/EIDAS-JCache-Hazelcast/src/test/java/eu/eidas/auth/cache/HazelcastInstanceInitializerTest.java
swedenconnect/eidas-eu-mock
9f6d67af4085f7bde35faadd0d79891c17c8e67c
[ "Apache-2.0" ]
5
2019-02-24T15:49:59.000Z
2020-06-09T08:15:00.000Z
EIDAS-Sources-2.4.0-MDSL/EIDAS-JCache-Hazelcast/src/test/java/eu/eidas/auth/cache/HazelcastInstanceInitializerTest.java
elegnamnden/eidas-eu-mock
a1ae9a3c497f1ca9906a8aa9e3f01e899d04c40c
[ "Apache-2.0" ]
11
2019-06-12T16:08:09.000Z
2022-03-31T20:59:55.000Z
EIDAS-Sources-2.4.0-MDSL/EIDAS-JCache-Hazelcast/src/test/java/eu/eidas/auth/cache/HazelcastInstanceInitializerTest.java
elegnamnden/eidas-eu-mock
a1ae9a3c497f1ca9906a8aa9e3f01e899d04c40c
[ "Apache-2.0" ]
1
2018-10-25T18:57:50.000Z
2018-10-25T18:57:50.000Z
40.030612
192
0.761152
15,811
/* * Copyright (c) 2019 by European Commission * * Licensed under the EUPL, Version 1.2 or - as soon they will be * approved by the European Commission - subsequent versions of the * EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at...
3e2560a1090500a63f8aa2d13d0c7304541fd04b
3,842
java
Java
src/main/java/code/ponfee/commons/jce/security/DSASigner.java
ponfee/commons-core
412c72e113f9e58ae3a9f5a3537acac15c35c7c6
[ "MIT" ]
2
2019-07-04T05:45:33.000Z
2020-07-20T15:26:01.000Z
src/main/java/code/ponfee/commons/jce/security/DSASigner.java
ponfee/commons-core
412c72e113f9e58ae3a9f5a3537acac15c35c7c6
[ "MIT" ]
null
null
null
src/main/java/code/ponfee/commons/jce/security/DSASigner.java
ponfee/commons-core
412c72e113f9e58ae3a9f5a3537acac15c35c7c6
[ "MIT" ]
null
null
null
31.491803
99
0.663457
15,812
package code.ponfee.commons.jce.security; import code.ponfee.commons.jce.Providers; import code.ponfee.commons.util.ObjectUtils; import org.apache.commons.lang3.tuple.ImmutablePair; import org.apache.commons.lang3.tuple.Pair; import java.security.InvalidKeyException; import java.security.KeyFactory; import java.secur...
3e2560d8dd579a75a63c856fe8cf7b88ad35cca7
2,062
java
Java
app/src/main/java/com/example/android/miwok/ColorsActivity.java
sabah215/ud839_Miwok
5a741f80c5d579080202069e2a8c85d271a1c43f
[ "Apache-2.0" ]
1
2020-07-02T02:24:31.000Z
2020-07-02T02:24:31.000Z
app/src/main/java/com/example/android/miwok/ColorsActivity.java
sabah215/ud839_Miwok
5a741f80c5d579080202069e2a8c85d271a1c43f
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/android/miwok/ColorsActivity.java
sabah215/ud839_Miwok
5a741f80c5d579080202069e2a8c85d271a1c43f
[ "Apache-2.0" ]
null
null
null
34.949153
84
0.652764
15,813
/* * Copyright (C) 2016 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...
3e256272eff351f80a3073d81421db44742abb0b
4,850
java
Java
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/AbstractManager.java
jsnikhil/nj-logging-log4j2
e94c8db35a90427c58bc84ed6933cd1cb0ed4a84
[ "Apache-2.0" ]
6
2021-12-11T04:34:12.000Z
2021-12-15T17:26:59.000Z
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/AbstractManager.java
jsnikhil/nj-logging-log4j2
e94c8db35a90427c58bc84ed6933cd1cb0ed4a84
[ "Apache-2.0" ]
3
2021-12-14T20:57:54.000Z
2022-01-21T23:50:36.000Z
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/AbstractManager.java
jsnikhil/nj-logging-log4j2
e94c8db35a90427c58bc84ed6933cd1cb0ed4a84
[ "Apache-2.0" ]
2
2018-11-16T04:20:06.000Z
2019-03-28T23:49:13.000Z
33.448276
118
0.624948
15,814
/* * 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...
3e2563d1e8fc8a67ed1c8f545ddc14db6fd6efb5
148
java
Java
strongbox-event-api/src/main/java/org/carlspring/strongbox/event/ServerEventListener.java
AlexOreshkevich/strongbox
8958bc8f9c580d40440d3d69a22b8fc033a52c2c
[ "Apache-2.0" ]
null
null
null
strongbox-event-api/src/main/java/org/carlspring/strongbox/event/ServerEventListener.java
AlexOreshkevich/strongbox
8958bc8f9c580d40440d3d69a22b8fc033a52c2c
[ "Apache-2.0" ]
null
null
null
strongbox-event-api/src/main/java/org/carlspring/strongbox/event/ServerEventListener.java
AlexOreshkevich/strongbox
8958bc8f9c580d40440d3d69a22b8fc033a52c2c
[ "Apache-2.0" ]
null
null
null
12.333333
39
0.72973
15,815
package org.carlspring.strongbox.event; /** * @author mtodorov */ public interface ServerEventListener { void handle(ServerEvent event); }
3e2563efd260dc247a8ad33a7a4d9f13c9534dc2
976
java
Java
src/main/java/mchorse/blockbuster/client/gui/dashboard/panels/recording_editor/actions/GuiShootArrowActionPanel.java
hedw1gP/blockbuster
962f377a2452a465cfc7acded0ac4c4a975915a5
[ "MIT" ]
10
2017-06-25T14:22:51.000Z
2020-04-11T07:16:37.000Z
src/main/java/mchorse/blockbuster/client/gui/dashboard/panels/recording_editor/actions/GuiShootArrowActionPanel.java
hedw1gP/blockbuster
962f377a2452a465cfc7acded0ac4c4a975915a5
[ "MIT" ]
1
2018-07-24T08:50:11.000Z
2018-07-24T09:30:29.000Z
src/main/java/mchorse/blockbuster/client/gui/dashboard/panels/recording_editor/actions/GuiShootArrowActionPanel.java
hedw1gP/blockbuster
962f377a2452a465cfc7acded0ac4c4a975915a5
[ "MIT" ]
1
2020-02-17T07:40:22.000Z
2020-02-17T07:40:22.000Z
32.533333
160
0.731557
15,816
package mchorse.blockbuster.client.gui.dashboard.panels.recording_editor.actions; import mchorse.blockbuster.recording.actions.ShootArrowAction; import mchorse.mclib.client.gui.framework.elements.GuiTrackpadElement; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.I18n; public class GuiSho...
3e256420a3166a5f13d4e6dcdfd0c9cf3f987e15
1,857
java
Java
detectable/src/main/java/com/synopsys/integration/detectable/detectables/yarn/parse/entry/section/TokenizerFactory.java
xenoamess-fork/synopsys-detect
d05bc036beb806fdab9d8a6db20285958208a8d8
[ "Apache-2.0" ]
null
null
null
detectable/src/main/java/com/synopsys/integration/detectable/detectables/yarn/parse/entry/section/TokenizerFactory.java
xenoamess-fork/synopsys-detect
d05bc036beb806fdab9d8a6db20285958208a8d8
[ "Apache-2.0" ]
null
null
null
detectable/src/main/java/com/synopsys/integration/detectable/detectables/yarn/parse/entry/section/TokenizerFactory.java
xenoamess-fork/synopsys-detect
d05bc036beb806fdab9d8a6db20285958208a8d8
[ "Apache-2.0" ]
1
2021-01-08T16:56:35.000Z
2021-01-08T16:56:35.000Z
32.017241
87
0.738288
15,817
/** * detectable * * Copyright (c) 2021 Synopsys, Inc. * * 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 ...
3e2564d816c6661a7066e3035bf2569d1ec61b23
173
java
Java
android/testData/addStringRes/Class4_after.java
Ret-Mode/android
5b427d1fc6a66ff4db09a9e2f02ae61292ccd797
[ "Apache-2.0" ]
831
2016-06-09T06:55:34.000Z
2022-03-30T11:17:10.000Z
android/testData/addStringRes/Class4_after.java
Ret-Mode/android
5b427d1fc6a66ff4db09a9e2f02ae61292ccd797
[ "Apache-2.0" ]
19
2017-10-27T00:36:35.000Z
2021-02-04T13:59:45.000Z
android/testData/addStringRes/Class4_after.java
Ret-Mode/android
5b427d1fc6a66ff4db09a9e2f02ae61292ccd797
[ "Apache-2.0" ]
210
2016-07-05T12:22:36.000Z
2022-03-19T09:07:15.000Z
15.727273
41
0.693642
15,818
package p1.p2.p3; import android.content.Context; import p1.p2.R; public class Class extends Context { public void f() { String s = getString(R.string.hello); } }
3e2565771942c4a74b0fb21ec74f2d9e1149b2de
2,454
java
Java
synergynet2.5/src/main/java/synergynetframework/utils/network/Downloader.java
synergynet/synergynet2.5
cadb0f6fa87a9eee1c13bd853f2911c2e62998f8
[ "BSD-3-Clause" ]
1
2015-08-09T09:17:37.000Z
2015-08-09T09:17:37.000Z
synergynet2.5/src/main/java/synergynetframework/utils/network/Downloader.java
synergynet/synergynet2.5
cadb0f6fa87a9eee1c13bd853f2911c2e62998f8
[ "BSD-3-Clause" ]
null
null
null
synergynet2.5/src/main/java/synergynetframework/utils/network/Downloader.java
synergynet/synergynet2.5
cadb0f6fa87a9eee1c13bd853f2911c2e62998f8
[ "BSD-3-Clause" ]
1
2019-01-27T11:36:55.000Z
2019-01-27T11:36:55.000Z
38.952381
80
0.743684
15,819
/* * Copyright (c) 2009 University of Durham, England All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list of con...
3e25660c7d6a59ced14143bd9cc2fe7808f7883f
329
java
Java
src/main/java/fi/fmi/avi/util/BulletinHeadingIndicatorInterpreter.java
ilkkarinne/fmi-avi-messageparser-api
b7040b44f515d093925ac2a79dcf40dbd4444d9e
[ "MIT" ]
4
2017-12-27T20:32:40.000Z
2020-09-15T09:10:45.000Z
src/main/java/fi/fmi/avi/util/BulletinHeadingIndicatorInterpreter.java
ilkkarinne/fmi-avi-messageparser-api
b7040b44f515d093925ac2a79dcf40dbd4444d9e
[ "MIT" ]
65
2017-10-04T09:17:18.000Z
2022-02-22T12:34:41.000Z
src/main/java/fi/fmi/avi/util/BulletinHeadingIndicatorInterpreter.java
fmidev/fmi-avi-messageparser-api
ff838e0c5a388a2c9205b1fb66d6c8a222ace589
[ "MIT" ]
3
2017-11-22T10:45:51.000Z
2021-02-18T19:51:28.000Z
29.909091
157
0.778116
15,820
package fi.fmi.avi.util; import java.util.function.Function; /** * The result of this function should be a valid BBB indicator as defined in WMO-No. 386 Manual on the Global Telecommunication System, 2015 edition (updated * 2017). */ public interface BulletinHeadingIndicatorInterpreter extends Function<String, Str...
3e2566713426ae6501ef6bb7b07cf06f03cb33ee
1,388
java
Java
bundles/extensions/models/impl/src/main/java/org/apache/sling/models/impl/validation/ModelValidation.java
peterkir/sling
554656dc509d2d81200cb6a73715e93937761462
[ "Apache-2.0" ]
null
null
null
bundles/extensions/models/impl/src/main/java/org/apache/sling/models/impl/validation/ModelValidation.java
peterkir/sling
554656dc509d2d81200cb6a73715e93937761462
[ "Apache-2.0" ]
null
null
null
bundles/extensions/models/impl/src/main/java/org/apache/sling/models/impl/validation/ModelValidation.java
peterkir/sling
554656dc509d2d81200cb6a73715e93937761462
[ "Apache-2.0" ]
null
null
null
42.060606
112
0.748559
15,821
/* * 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 ...
3e2567345c560a06678f99daedb9a289059933b5
6,138
java
Java
src/main/java/com/moon/data/identifier/LongSequenceIdentifier.java
moon-util/moon-util
28c5cb418861da4d0a5a035a3de919b86b939c0e
[ "MIT" ]
5
2019-04-30T09:23:32.000Z
2022-01-04T05:28:43.000Z
src/main/java/com/moon/data/identifier/LongSequenceIdentifier.java
moon-util/moon-util
28c5cb418861da4d0a5a035a3de919b86b939c0e
[ "MIT" ]
7
2020-09-08T07:47:18.000Z
2022-01-04T16:47:25.000Z
src/main/java/com/moon/data/identifier/LongSequenceIdentifier.java
moon-util/moon-util
28c5cb418861da4d0a5a035a3de919b86b939c0e
[ "MIT" ]
1
2022-01-04T05:28:49.000Z
2022-01-04T05:28:49.000Z
30.386139
140
0.579016
15,822
package com.moon.data.identifier; import com.moon.core.lang.RuntimeUtil; import com.moon.core.lang.ThrowUtil; import com.moon.core.util.FastTimestamp; import com.moon.core.util.ValidateUtil; import com.moon.data.IdentifierGenerator; import org.hibernate.engine.spi.SharedSessionContractImplementor; import java.net.Ine...
3e256834913f29ee74e490c673a994eaf1441268
31,326
java
Java
src/test/java/ru/ispras/fortress/data/types/bitvector/BitVectorTestCase.java
andrewt0301/ispras-fortress
3bddd7b9d187dabff45785ad4fe5982eb01261fa
[ "Apache-2.0" ]
null
null
null
src/test/java/ru/ispras/fortress/data/types/bitvector/BitVectorTestCase.java
andrewt0301/ispras-fortress
3bddd7b9d187dabff45785ad4fe5982eb01261fa
[ "Apache-2.0" ]
null
null
null
src/test/java/ru/ispras/fortress/data/types/bitvector/BitVectorTestCase.java
andrewt0301/ispras-fortress
3bddd7b9d187dabff45785ad4fe5982eb01261fa
[ "Apache-2.0" ]
null
null
null
36.810811
100
0.672923
15,823
/* * Copyright 2012-2018 ISP RAS (http://www.ispras.ru) * * 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 ...
3e256902a04f78064f6f69e4626f30232ce4b7e6
3,223
java
Java
lib/client-core/src/main/java/org/apache/olingo/client/core/edm/xml/ClientCsdlEdmx.java
mcdolding/olingo-odata4
a3318beed39dd92d887a953a07cf815693df8188
[ "Apache-2.0" ]
138
2015-02-08T03:40:55.000Z
2022-03-26T21:32:04.000Z
lib/client-core/src/main/java/org/apache/olingo/client/core/edm/xml/ClientCsdlEdmx.java
mcdolding/olingo-odata4
a3318beed39dd92d887a953a07cf815693df8188
[ "Apache-2.0" ]
30
2016-02-23T15:59:21.000Z
2022-03-09T13:23:29.000Z
lib/client-core/src/main/java/org/apache/olingo/client/core/edm/xml/ClientCsdlEdmx.java
mcdolding/olingo-odata4
a3318beed39dd92d887a953a07cf815693df8188
[ "Apache-2.0" ]
195
2015-01-07T09:00:44.000Z
2022-03-31T08:42:32.000Z
32.887755
110
0.728824
15,824
/* * 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 ...
3e256996b6cd56329406c611282be300497a24b7
1,036
java
Java
api/src/main/java/com/gt/inside/api/base/BaseController.java
llf33314/neibutongyong
aa2e65af128448bddddcbb11672accb3379114ab
[ "Apache-2.0" ]
null
null
null
api/src/main/java/com/gt/inside/api/base/BaseController.java
llf33314/neibutongyong
aa2e65af128448bddddcbb11672accb3379114ab
[ "Apache-2.0" ]
null
null
null
api/src/main/java/com/gt/inside/api/base/BaseController.java
llf33314/neibutongyong
aa2e65af128448bddddcbb11672accb3379114ab
[ "Apache-2.0" ]
null
null
null
25.9
109
0.658301
15,825
package com.gt.inside.api.base; import com.gt.inside.api.enums.ResponseEnums; import com.gt.inside.api.exception.ResponseEntityException; import org.apache.log4j.Logger; import org.springframework.validation.BindingResult; import org.springframework.validation.ObjectError; import java.util.List; /** * BaseControlle...
3e256a075f3742b1d28d978ba2829887cca7d0bd
4,209
java
Java
datamodel/src/test/java/at/priesch/coinmanager/datamodel/MaterialTest.java
bernhardpriesch/coinmanager
d88f45c759a0eab9baad36d07cbdb726a422141a
[ "Apache-2.0" ]
2
2016-12-04T07:47:10.000Z
2021-11-18T12:02:29.000Z
datamodel/src/test/java/at/priesch/coinmanager/datamodel/MaterialTest.java
bernhardpriesch/coinmanager
d88f45c759a0eab9baad36d07cbdb726a422141a
[ "Apache-2.0" ]
null
null
null
datamodel/src/test/java/at/priesch/coinmanager/datamodel/MaterialTest.java
bernhardpriesch/coinmanager
d88f45c759a0eab9baad36d07cbdb726a422141a
[ "Apache-2.0" ]
null
null
null
32.882813
121
0.659777
15,826
package at.priesch.coinmanager.datamodel; import static org.junit.Assert.*; import java.util.HashMap; import java.util.Map; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.EntityTransaction; import javax.persistence.Persistence; import org.apache.log4j...
3e256abcf6b44423d60a0f6aad0529de47266263
2,113
java
Java
app/src/main/java/kj/buddylocator/jsonparser/JsonParser.java
nikhilgaud/Android-Buddy-Locator
5ebd8429dae4257511f4a961b0640c94190cf4ea
[ "Apache-2.0" ]
null
null
null
app/src/main/java/kj/buddylocator/jsonparser/JsonParser.java
nikhilgaud/Android-Buddy-Locator
5ebd8429dae4257511f4a961b0640c94190cf4ea
[ "Apache-2.0" ]
null
null
null
app/src/main/java/kj/buddylocator/jsonparser/JsonParser.java
nikhilgaud/Android-Buddy-Locator
5ebd8429dae4257511f4a961b0640c94190cf4ea
[ "Apache-2.0" ]
null
null
null
27.089744
99
0.616659
15,827
package kj.buddylocator.jsonparser; /** * Created by Kapil on 5/7/2015. */ import android.util.Log; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.HttpPost; import org.apache.http.impl.client.Defau...
3e256bc492c4b522b7ab92eb0bac34bd510ebc1d
1,079
java
Java
src/main/java/ru/r2cloud/jradio/meteor/ChannelMode.java
dernasherbrezon/jradio
ec86db80ab6b36b6222bb0d3978abba89f555ac4
[ "Apache-2.0" ]
40
2017-04-11T06:25:22.000Z
2022-03-24T17:44:20.000Z
src/main/java/ru/r2cloud/jradio/meteor/ChannelMode.java
dernasherbrezon/jradio
ec86db80ab6b36b6222bb0d3978abba89f555ac4
[ "Apache-2.0" ]
6
2019-01-24T13:53:53.000Z
2021-04-26T16:54:33.000Z
src/main/java/ru/r2cloud/jradio/meteor/ChannelMode.java
dernasherbrezon/jradio
ec86db80ab6b36b6222bb0d3978abba89f555ac4
[ "Apache-2.0" ]
10
2017-04-11T06:25:26.000Z
2022-02-05T16:50:44.000Z
28.394737
148
0.744208
15,828
package ru.r2cloud.jradio.meteor; public enum ChannelMode { // no idea what these modes mean. just copied description from official spec // Режим усиления, соответствующий модельной яркости В0 TYPE1(0b0001), // Режим усиления, соответствующий модельной яркости 0,5В0 TYPE2(0b0011), // Режим усиления, соответству...
3e256c4d01c4fa24a35cfe96e3fff03663b09078
636
java
Java
jpa/odata-jpa-test/src/main/java/org/apache/olingo/jpa/processor/core/testmodel/converter/jpa/JPADateConverter.java
FWidm/olingo-jpa-processor-v4
981ef97952a115edf36c282dcbe9c0453ab4717d
[ "Apache-2.0" ]
6
2018-03-08T18:07:50.000Z
2021-02-04T08:52:18.000Z
jpa/odata-jpa-test/src/main/java/org/apache/olingo/jpa/processor/core/testmodel/converter/jpa/JPADateConverter.java
FWidm/olingo-jpa-processor-v4
981ef97952a115edf36c282dcbe9c0453ab4717d
[ "Apache-2.0" ]
9
2018-10-30T09:13:51.000Z
2022-02-09T16:12:31.000Z
jpa/odata-jpa-test/src/main/java/org/apache/olingo/jpa/processor/core/testmodel/converter/jpa/JPADateConverter.java
FWidm/olingo-jpa-processor-v4
981ef97952a115edf36c282dcbe9c0453ab4717d
[ "Apache-2.0" ]
5
2018-05-15T18:39:12.000Z
2021-02-11T11:53:42.000Z
28.909091
78
0.775157
15,829
package org.apache.olingo.jpa.processor.core.testmodel.converter.jpa; import java.sql.Date; import java.time.LocalDate; import javax.persistence.AttributeConverter; import javax.persistence.Converter; //This converter has to be mentioned at all columns it is applicable @Converter(autoApply = false) public class JPAD...
3e256e1a9dd5f8a57ac3a2d10c75f0fef1ab14d1
1,746
java
Java
jcart-administration-back/src/main/java/com/liuhang/jcartadministrationback/vo/OrderProductVo.java
liuhang-00/Jcart
ab67de8ff750e4ca78b8fc35d68e1a56ca914b1a
[ "Apache-2.0" ]
3
2020-02-26T07:29:25.000Z
2020-02-26T07:29:31.000Z
jcart-administration-back/src/main/java/com/liuhang/jcartadministrationback/vo/OrderProductVo.java
liuhang-00/Jcart
ab67de8ff750e4ca78b8fc35d68e1a56ca914b1a
[ "Apache-2.0" ]
null
null
null
jcart-administration-back/src/main/java/com/liuhang/jcartadministrationback/vo/OrderProductVo.java
liuhang-00/Jcart
ab67de8ff750e4ca78b8fc35d68e1a56ca914b1a
[ "Apache-2.0" ]
null
null
null
22.675325
65
0.671249
15,830
package com.liuhang.jcartadministrationback.vo; public class OrderProductVo { private Integer productId; private String productCode; private String productName; private Integer quantity; private Double unitPrice; private Double totalPrice; private Integer unitRewordPoints; private Integ...
3e256fe632bdd406d5d4046023f7a05021924590
244
java
Java
diamond-demo/diamond-order/src/main/java/xyz/zhangyi/diamond/demo/ordercontext/domain/order/OrderId.java
agiledon/diamond
eee818ebd045473a502129c0a278bb227d45e8f4
[ "Apache-2.0" ]
50
2020-03-17T13:05:40.000Z
2022-03-31T02:41:47.000Z
diamond-demo/diamond-order/src/main/java/xyz/zhangyi/diamond/demo/ordercontext/domain/order/OrderId.java
agiledon/diamond
eee818ebd045473a502129c0a278bb227d45e8f4
[ "Apache-2.0" ]
null
null
null
diamond-demo/diamond-order/src/main/java/xyz/zhangyi/diamond/demo/ordercontext/domain/order/OrderId.java
agiledon/diamond
eee818ebd045473a502129c0a278bb227d45e8f4
[ "Apache-2.0" ]
15
2020-03-11T05:39:04.000Z
2022-03-30T12:14:22.000Z
17.428571
59
0.643443
15,831
package xyz.zhangyi.diamond.demo.ordercontext.domain.order; public class OrderId { private String value; public OrderId(String value) { this.value = value; } public String value() { return this.value; } }
3e257138d7690d2f0152039d8d7dd2fb1186e323
10,081
java
Java
src/main/java/com/xero/models/payrollnz/EmployeeLeave.java
ledgerscope/Xero-Java
0e7f3aaefbed0eb5575b5a3a4dc2899cf71093fe
[ "MIT" ]
70
2016-09-22T23:19:14.000Z
2022-01-13T07:09:44.000Z
src/main/java/com/xero/models/payrollnz/EmployeeLeave.java
ledgerscope/Xero-Java
0e7f3aaefbed0eb5575b5a3a4dc2899cf71093fe
[ "MIT" ]
213
2016-11-08T11:27:01.000Z
2022-03-10T23:01:03.000Z
src/main/java/com/xero/models/payrollnz/EmployeeLeave.java
ledgerscope/Xero-Java
0e7f3aaefbed0eb5575b5a3a4dc2899cf71093fe
[ "MIT" ]
106
2016-08-15T03:12:16.000Z
2022-03-17T12:18:55.000Z
27.15903
100
0.677352
15,832
/* * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * * Contact: hzdkv@example.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.xero.models.payrollnz; ...
3e2571a8f7d029dcc60bc1db8d877e9010a8dc97
2,319
java
Java
apps/api/src/main/java/dev/kurama/api/core/service/GlobalSettingsService.java
fsancheztemprano/chess-lite
638e2683f4048de9e1c0bacb64a43886adc02d8c
[ "Unlicense" ]
null
null
null
apps/api/src/main/java/dev/kurama/api/core/service/GlobalSettingsService.java
fsancheztemprano/chess-lite
638e2683f4048de9e1c0bacb64a43886adc02d8c
[ "Unlicense" ]
33
2021-06-16T19:43:43.000Z
2021-06-24T20:03:00.000Z
apps/api/src/main/java/dev/kurama/api/core/service/GlobalSettingsService.java
fsancheztemprano/chess-lite
638e2683f4048de9e1c0bacb64a43886adc02d8c
[ "Unlicense" ]
null
null
null
36.809524
119
0.797758
15,833
package dev.kurama.api.core.service; import static dev.kurama.api.core.domain.GlobalSettings.UNIQUE_ID; import static java.util.Optional.ofNullable; import dev.kurama.api.core.domain.GlobalSettings; import dev.kurama.api.core.event.emitter.GlobalSettingsChangedEventEmitter; import dev.kurama.api.core.exception.domain...
3e257266aaa89904d6331c4c85cbe8bdad995baa
1,483
java
Java
MPP Labs/Tema-Laborator11-MPP/Proiect-Java-MPP/Persistence/src/main/java/touristagency/persistence/repository/CRUDRepository.java
georgeindries/mpp-projects
5687658ed7372fc5e6d22489a5c1cfa8fecaed6c
[ "MIT" ]
null
null
null
MPP Labs/Tema-Laborator11-MPP/Proiect-Java-MPP/Persistence/src/main/java/touristagency/persistence/repository/CRUDRepository.java
georgeindries/mpp-projects
5687658ed7372fc5e6d22489a5c1cfa8fecaed6c
[ "MIT" ]
null
null
null
MPP Labs/Tema-Laborator11-MPP/Proiect-Java-MPP/Persistence/src/main/java/touristagency/persistence/repository/CRUDRepository.java
georgeindries/mpp-projects
5687658ed7372fc5e6d22489a5c1cfa8fecaed6c
[ "MIT" ]
null
null
null
25.568966
69
0.606204
15,834
package touristagency.persistence.repository; import touristagency.model.Entity; /** * CRUD operations repository interface * @param <ID> - type E must have an attribute of type ID * @param <E> - type of entities saved in repository */ public interface CRUDRepository<ID, E extends Entity<ID>> { /** * ...
3e25726bcd1fa0969d55575d11e6cb9b07498170
2,734
java
Java
processing/src/test/java/io/druid/query/aggregation/AggregatorFactoryTest.java
acdn-ekeddy/druid
b9b3be6965f86aded444ae9a0a2ef47da9d10fac
[ "Apache-2.0" ]
142
2015-01-03T14:03:14.000Z
2022-03-07T18:17:13.000Z
processing/src/test/java/io/druid/query/aggregation/AggregatorFactoryTest.java
acdn-ekeddy/druid
b9b3be6965f86aded444ae9a0a2ef47da9d10fac
[ "Apache-2.0" ]
17
2015-07-01T16:38:59.000Z
2019-06-28T14:46:02.000Z
processing/src/test/java/io/druid/query/aggregation/AggregatorFactoryTest.java
acdn-ekeddy/druid
b9b3be6965f86aded444ae9a0a2ef47da9d10fac
[ "Apache-2.0" ]
34
2015-01-11T06:55:07.000Z
2021-06-10T03:54:27.000Z
33.753086
105
0.743599
15,835
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
3e257314c75befecd9502bb4fbfcb2e911ba10be
1,403
java
Java
src/main/java/net/bootsfaces/demo/DateBean.java
sarlc/BootsFacesWeb
c3de4ae32e104aea2368f73b97def55e3869096e
[ "Apache-2.0" ]
20
2016-09-02T02:07:26.000Z
2020-08-24T04:44:19.000Z
src/main/java/net/bootsfaces/demo/DateBean.java
sarlc/BootsFacesWeb
c3de4ae32e104aea2368f73b97def55e3869096e
[ "Apache-2.0" ]
1
2016-09-02T02:13:37.000Z
2016-09-02T21:24:16.000Z
src/main/java/net/bootsfaces/demo/DateBean.java
sarlc/BootsFacesWeb
c3de4ae32e104aea2368f73b97def55e3869096e
[ "Apache-2.0" ]
54
2016-04-02T21:43:12.000Z
2021-11-17T23:00:23.000Z
17.320988
68
0.607983
15,836
/* * A Bean Used for Demo purposes */ package net.bootsfaces.demo; import java.io.Serializable; import java.util.Date; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; /** * * @author TheCoder4eu */ @ManagedBean @RequestScoped public class DateBean implements Serializable { private s...
3e2573508f79f981f94c0493cd995e26783c0ee6
206
java
Java
demo/src/main/java/com/example/demo/CustomerPagingAndSortingRepository.java
LeeBaekHaeng/god.com390
99b1cfd2fc092fb602733939bb102a85f048d555
[ "Apache-2.0" ]
null
null
null
demo/src/main/java/com/example/demo/CustomerPagingAndSortingRepository.java
LeeBaekHaeng/god.com390
99b1cfd2fc092fb602733939bb102a85f048d555
[ "Apache-2.0" ]
null
null
null
demo/src/main/java/com/example/demo/CustomerPagingAndSortingRepository.java
LeeBaekHaeng/god.com390
99b1cfd2fc092fb602733939bb102a85f048d555
[ "Apache-2.0" ]
null
null
null
29.428571
104
0.868932
15,837
package com.example.demo; import org.springframework.data.repository.PagingAndSortingRepository; public interface CustomerPagingAndSortingRepository extends PagingAndSortingRepository<Customer, Long> { }
3e25740935d9d04e96e0b81531b864844b593281
2,990
java
Java
dc-cudami-server/dc-cudami-server-backend-api/src/main/java/de/digitalcollections/cudami/server/backend/api/repository/identifiable/entity/CollectionRepository.java
carldea/cudami
b1e1a8be5837317a248a21b9fca44588f6131655
[ "MIT" ]
7
2018-04-30T09:27:44.000Z
2021-06-13T18:59:49.000Z
dc-cudami-server/dc-cudami-server-backend-api/src/main/java/de/digitalcollections/cudami/server/backend/api/repository/identifiable/entity/CollectionRepository.java
carldea/cudami
b1e1a8be5837317a248a21b9fca44588f6131655
[ "MIT" ]
783
2018-08-19T14:03:36.000Z
2022-03-31T16:19:31.000Z
dc-cudami-server/dc-cudami-server-backend-api/src/main/java/de/digitalcollections/cudami/server/backend/api/repository/identifiable/entity/CollectionRepository.java
carldea/cudami
b1e1a8be5837317a248a21b9fca44588f6131655
[ "MIT" ]
3
2019-06-05T14:19:58.000Z
2021-09-08T17:40:45.000Z
38.831169
97
0.785619
15,838
package de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity; import de.digitalcollections.cudami.server.backend.api.repository.identifiable.NodeRepository; import de.digitalcollections.model.filter.Filtering; import de.digitalcollections.model.identifiable.entity.Collection; import de.digita...
3e2574d4d76b2e8e6a81097a41aa025d20fc68a2
1,069
java
Java
java/ws-server/src/main/java/com/epam/deltix/tbwg/model/schema/CurrencyDef.java
epam/TimebaseWS
4e9fcc9216a237975022796272bf77c5ed188e9e
[ "Apache-2.0" ]
2
2021-11-30T08:29:34.000Z
2022-01-16T04:20:29.000Z
java/ws-server/src/main/java/com/epam/deltix/tbwg/model/schema/CurrencyDef.java
epam/TimebaseWS
4e9fcc9216a237975022796272bf77c5ed188e9e
[ "Apache-2.0" ]
1
2021-12-15T18:27:41.000Z
2021-12-15T18:27:41.000Z
java/ws-server/src/main/java/com/epam/deltix/tbwg/model/schema/CurrencyDef.java
epam/TimebaseWS
4e9fcc9216a237975022796272bf77c5ed188e9e
[ "Apache-2.0" ]
1
2021-07-04T14:21:06.000Z
2021-07-04T14:21:06.000Z
34.483871
80
0.726848
15,839
/* * Copyright 2021 EPAM Systems, Inc * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. 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 Li...
3e2574e8dbf1081bb10b734a79429958316e6ff5
2,163
java
Java
Rest/alm-tfs-client/src/main/generated/com/microsoft/alm/teamfoundation/testmanagement/webapi/ModuleCoverage.java
Bhaskers-Blu-Org2/vso-httpclient-java
7b6329238498d7ad1934243150f955bea594df37
[ "MIT" ]
2
2021-10-20T11:35:54.000Z
2021-11-08T09:50:00.000Z
Rest/alm-tfs-client/src/main/generated/com/microsoft/alm/teamfoundation/testmanagement/webapi/ModuleCoverage.java
JetBrains/vso-httpclient-java
7b6329238498d7ad1934243150f955bea594df37
[ "MIT" ]
null
null
null
Rest/alm-tfs-client/src/main/generated/com/microsoft/alm/teamfoundation/testmanagement/webapi/ModuleCoverage.java
JetBrains/vso-httpclient-java
7b6329238498d7ad1934243150f955bea594df37
[ "MIT" ]
1
2022-03-19T08:36:49.000Z
2022-03-19T08:36:49.000Z
24.303371
75
0.600092
15,840
// @formatter:off /* * --------------------------------------------------------- * Copyright(C) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. See License.txt in the project root. * --------------------------------------------------------- * * ---------------------------------------------...
3e25759b5fbdfeda74b0601dbca916888ae75a3a
2,617
java
Java
mymvp/src/main/java/com/example/mymvp/MainActivity.java
androidjiawei/Login_MVP_Demo
0ac5e42401bdee4fa2a2692e45545ff141d095b3
[ "Apache-2.0" ]
null
null
null
mymvp/src/main/java/com/example/mymvp/MainActivity.java
androidjiawei/Login_MVP_Demo
0ac5e42401bdee4fa2a2692e45545ff141d095b3
[ "Apache-2.0" ]
null
null
null
mymvp/src/main/java/com/example/mymvp/MainActivity.java
androidjiawei/Login_MVP_Demo
0ac5e42401bdee4fa2a2692e45545ff141d095b3
[ "Apache-2.0" ]
null
null
null
25.910891
82
0.656859
15,841
package com.example.mymvp; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ProgressBar; import android.widget.Toast; import com.example.mymvp.model.User; import com.example.mymvp.pr...
3e25759ee9d4035767a1c1247197af42f383d498
2,053
java
Java
src/test/java/seedu/address/model/group/GroupTest.java
AY2021S2-CS2103T-W14-1/tp
472fceb9909334b3e8e1fea128d4d2e133a38d6f
[ "MIT" ]
null
null
null
src/test/java/seedu/address/model/group/GroupTest.java
AY2021S2-CS2103T-W14-1/tp
472fceb9909334b3e8e1fea128d4d2e133a38d6f
[ "MIT" ]
213
2021-02-19T12:57:16.000Z
2021-04-27T06:30:02.000Z
src/test/java/seedu/address/model/group/GroupTest.java
AY2021S2-CS2103T-W14-1/tp
472fceb9909334b3e8e1fea128d4d2e133a38d6f
[ "MIT" ]
5
2021-02-13T15:03:10.000Z
2021-02-13T15:17:30.000Z
33.112903
87
0.7019
15,842
package seedu.address.model.group; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; import static seedu.address.testutil.Assert.assertThrows; import static seedu.address.testutil.TypicalPersons.ALICE; import java.util.HashSet; import java.util.Set;...
3e257684190a5e71143cbf390af62817ead9e6e4
7,219
java
Java
src/api/java/com/codetaylor/mc/artisanworktables/api/recipe/IArtisanRecipe.java
codetaylor/artisan-worktables
01e0c7edfeb810b6f902aef6a2f04cbc3f75c97d
[ "Apache-2.0" ]
21
2018-01-06T16:57:49.000Z
2020-04-17T02:15:44.000Z
src/api/java/com/codetaylor/mc/artisanworktables/api/recipe/IArtisanRecipe.java
codetaylor/artisan-worktables
01e0c7edfeb810b6f902aef6a2f04cbc3f75c97d
[ "Apache-2.0" ]
229
2017-12-30T02:42:35.000Z
2020-06-09T16:29:15.000Z
src/api/java/com/codetaylor/mc/artisanworktables/api/recipe/IArtisanRecipe.java
codetaylor/artisan-worktables
01e0c7edfeb810b6f902aef6a2f04cbc3f75c97d
[ "Apache-2.0" ]
12
2017-12-30T00:44:17.000Z
2020-06-02T06:03:16.000Z
28.533597
170
0.704253
15,843
package com.codetaylor.mc.artisanworktables.api.recipe; import com.codetaylor.mc.artisanworktables.api.internal.recipe.*; import com.codetaylor.mc.artisanworktables.api.internal.reference.EnumTier; import com.codetaylor.mc.artisanworktables.api.recipe.requirement.IRequirement; import com.codetaylor.mc.artisanworktable...
3e2576b116c43b21edfa81cd66f38ae33134e5f8
838
java
Java
src/main/java/com/gongsir/wxapp/mapper/NoticeMapper.java
gongsir0630/LostAndFoundOnCampus
a070bd4a3366a7a84fd1afb36e5948b9101c7826
[ "MIT" ]
15
2021-04-07T03:30:04.000Z
2022-03-23T04:22:19.000Z
src/main/java/com/gongsir/wxapp/mapper/NoticeMapper.java
gongsir0630/LostAndFoundOnCampus
a070bd4a3366a7a84fd1afb36e5948b9101c7826
[ "MIT" ]
null
null
null
src/main/java/com/gongsir/wxapp/mapper/NoticeMapper.java
gongsir0630/LostAndFoundOnCampus
a070bd4a3366a7a84fd1afb36e5948b9101c7826
[ "MIT" ]
3
2021-04-05T15:37:44.000Z
2022-03-13T09:46:17.000Z
27.933333
106
0.770883
15,844
package com.gongsir.wxapp.mapper; import com.gongsir.wxapp.model.Notice; import com.gongsir.wxapp.model.NoticeExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface NoticeMapper { long countByExample(NoticeExample example); int deleteByExample(NoticeExample example); ...
3e2577d679181d203c7663d7319eae1236f8d50b
611
java
Java
sparrowplatformdata/src/main/java/ar/com/zumma/sparrow/model/User.java
pmlucero/sparrow-platform
2a6147f1ad570e88f62a597d486d77eb701c3b37
[ "Apache-2.0" ]
null
null
null
sparrowplatformdata/src/main/java/ar/com/zumma/sparrow/model/User.java
pmlucero/sparrow-platform
2a6147f1ad570e88f62a597d486d77eb701c3b37
[ "Apache-2.0" ]
15
2018-08-07T01:30:16.000Z
2018-08-10T22:00:24.000Z
sparrowplatformdata/src/main/java/ar/com/zumma/sparrow/model/User.java
pmlucero/sparrow-platform
2a6147f1ad570e88f62a597d486d77eb701c3b37
[ "Apache-2.0" ]
null
null
null
20.366667
62
0.767594
15,845
package ar.com.zumma.sparrow.model; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; import lombok.ToString; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.DBRef; import org.springframework.data.mongodb.core.mapping.Document; import java...
3e2577d99f2434e633caf04bbb14f98c54bc1b11
391
java
Java
example/android/app/src/main/java/video/api/reactnative/livestream/example/MainActivity.java
apivideo/api.video-reactnative-live-stream
6ce902bf5eed66c9383b97d3b10a0395e8e9869e
[ "MIT" ]
27
2021-11-23T15:07:55.000Z
2022-03-25T18:01:04.000Z
example/android/app/src/main/java/video/api/reactnative/livestream/example/MainActivity.java
apivideo/api.video-reactnative-live-stream
6ce902bf5eed66c9383b97d3b10a0395e8e9869e
[ "MIT" ]
13
2021-11-18T10:54:35.000Z
2022-03-29T13:58:07.000Z
example/android/app/src/main/java/video/api/reactnative/livestream/example/MainActivity.java
apivideo/api.video-reactnative-live-stream
6ce902bf5eed66c9383b97d3b10a0395e8e9869e
[ "MIT" ]
9
2022-01-14T12:26:20.000Z
2022-03-07T13:17:27.000Z
24.4375
96
0.759591
15,846
package video.api.reactnative.livestream.example; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */ @Override protected String get...
3e2577ec8dc5dcda03b87de78e395c0f55a59a74
1,528
java
Java
spring-boot-h5-demo/src/test/java/com/example/demo/DemoApplicationTests.java
veay/demo-units
e146d6a34b0a4ffebdefc25a4236a672349590ee
[ "Apache-2.0" ]
2
2018-01-26T03:47:27.000Z
2020-08-07T18:06:58.000Z
spring-boot-h5-demo/src/test/java/com/example/demo/DemoApplicationTests.java
veay/demo-units
e146d6a34b0a4ffebdefc25a4236a672349590ee
[ "Apache-2.0" ]
6
2020-03-04T21:42:26.000Z
2022-03-31T18:39:36.000Z
spring-boot-h5-demo/src/test/java/com/example/demo/DemoApplicationTests.java
veay/demo-units
e146d6a34b0a4ffebdefc25a4236a672349590ee
[ "Apache-2.0" ]
null
null
null
24.645161
62
0.734948
15,847
package com.example.demo; import com.example.demo.test.Task; 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.springframework.scheduling.annotation.Async; import org.springframe...
3e2578698e6d7ced37047d86e13acdc4f7fbd6f9
3,281
java
Java
src/main/java/de/mrcloud/game/Game.java
MrCloudYT/2D-Java-Game
322d71bdc989a8b4193ead770030ac0fa28721b0
[ "MIT" ]
null
null
null
src/main/java/de/mrcloud/game/Game.java
MrCloudYT/2D-Java-Game
322d71bdc989a8b4193ead770030ac0fa28721b0
[ "MIT" ]
null
null
null
src/main/java/de/mrcloud/game/Game.java
MrCloudYT/2D-Java-Game
322d71bdc989a8b4193ead770030ac0fa28721b0
[ "MIT" ]
null
null
null
21.167742
74
0.592807
15,848
package de.mrcloud.game; import de.mrcloud.Handler; import de.mrcloud.gfx.AssetsContainer; import de.mrcloud.gfx.Camera; import de.mrcloud.handlers.InputHandler; import de.mrcloud.states.GameState; import de.mrcloud.states.MenuState; import de.mrcloud.states.State; import de.mrcloud.utils.FPSLimiter; import de.mrcloud...
3e257941cae3e56f2269c93be9866f2ad20e8c42
1,482
java
Java
a-case-favor-tdd-transforming-entity-to-dto/src/main/java/com/coderstower/blog/a_case_favor_tdd_transforming_entity_to_dto/addfield/tdd/step1/PersonDTO.java
estigma88/coders-tower-code
46d8b79a50073d91dac281458555cde0cd8a025a
[ "Apache-2.0" ]
2
2020-12-01T17:51:30.000Z
2021-12-16T20:15:52.000Z
a-case-favor-tdd-transforming-entity-to-dto/src/main/java/com/coderstower/blog/a_case_favor_tdd_transforming_entity_to_dto/addfield/tdd/step1/PersonDTO.java
estigma88/coders-tower-code
46d8b79a50073d91dac281458555cde0cd8a025a
[ "Apache-2.0" ]
null
null
null
a-case-favor-tdd-transforming-entity-to-dto/src/main/java/com/coderstower/blog/a_case_favor_tdd_transforming_entity_to_dto/addfield/tdd/step1/PersonDTO.java
estigma88/coders-tower-code
46d8b79a50073d91dac281458555cde0cd8a025a
[ "Apache-2.0" ]
2
2020-01-20T03:00:13.000Z
2021-01-10T15:21:21.000Z
22.8
92
0.605263
15,849
package com.coderstower.blog.a_case_favor_tdd_transforming_entity_to_dto.addfield.tdd.step1; import java.time.LocalDate; import java.util.Objects; import java.util.StringJoiner; class PersonDTO { private String name; private String address; private LocalDate birthDate; public String getName() { return na...
3e2579eceed21944e953d5ff7360738db68ffd19
4,515
java
Java
ArrobaLite/arrobaLiteLibrary/src/main/java/org/arrobaLite/dao/SqlLiteConnector.java
BleedingEdgeXL/ArrobaLite
e39c44018eca3cd7eb6fd6aa0f4bcea4ed4248c5
[ "Apache-2.0" ]
null
null
null
ArrobaLite/arrobaLiteLibrary/src/main/java/org/arrobaLite/dao/SqlLiteConnector.java
BleedingEdgeXL/ArrobaLite
e39c44018eca3cd7eb6fd6aa0f4bcea4ed4248c5
[ "Apache-2.0" ]
null
null
null
ArrobaLite/arrobaLiteLibrary/src/main/java/org/arrobaLite/dao/SqlLiteConnector.java
BleedingEdgeXL/ArrobaLite
e39c44018eca3cd7eb6fd6aa0f4bcea4ed4248c5
[ "Apache-2.0" ]
null
null
null
43.834951
166
0.64474
15,850
package org.arrobaLite.dao; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import org.arrobaLite.util.TableBuilder; import java.util.ArrayList; import java.util.List; ...
3e257a114f12fd5424cb6c6eb901d528e54a8d39
2,305
java
Java
core/src/test/java/com/linecorp/armeria/common/stream/AbortableSubscriberBlackboxTckTest.java
nvidyala/armeria
7231cee1a22942e1f0014ff36f543e89bca9b160
[ "Apache-2.0" ]
1
2021-12-21T17:43:39.000Z
2021-12-21T17:43:39.000Z
core/src/test/java/com/linecorp/armeria/common/stream/AbortableSubscriberBlackboxTckTest.java
nvidyala/armeria
7231cee1a22942e1f0014ff36f543e89bca9b160
[ "Apache-2.0" ]
1
2022-03-04T06:03:14.000Z
2022-03-04T06:03:14.000Z
core/src/test/java/com/linecorp/armeria/common/stream/AbortableSubscriberBlackboxTckTest.java
nvidyala/armeria
7231cee1a22942e1f0014ff36f543e89bca9b160
[ "Apache-2.0" ]
null
null
null
34.402985
133
0.751844
15,851
/* * Copyright 2020 LINE Corporation * * LINE Corporation licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
3e257a44a697a9eb052797c7be42e6a5c02c34fc
33,096
java
Java
xmpbox/src/main/java/org/apache/xmpbox/type/TypeMapping.java
sho25/pdfbox
e276bd721b9863cfa1f5dfad0783a4c65628e110
[ "Apache-2.0" ]
null
null
null
xmpbox/src/main/java/org/apache/xmpbox/type/TypeMapping.java
sho25/pdfbox
e276bd721b9863cfa1f5dfad0783a4c65628e110
[ "Apache-2.0" ]
1
2021-02-03T19:35:07.000Z
2021-02-03T19:35:07.000Z
xmpbox/src/main/java/org/apache/xmpbox/type/TypeMapping.java
sho25/pdfbox
e276bd721b9863cfa1f5dfad0783a4c65628e110
[ "Apache-2.0" ]
null
null
null
14.921551
974
0.808557
15,852
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/***************************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this wor...
3e257a7f40da6649c6ece50163d6593e6be1ae7e
42,023
java
Java
warehouse/query-core/src/main/java/datawave/query/tables/edge/contexts/QueryContext.java
lbschanno/datawave
54bc4b8dc8f59d2cf52b50e54191e43d988f38f6
[ "Apache-2.0" ]
435
2018-02-01T16:06:14.000Z
2022-03-29T10:36:20.000Z
warehouse/query-core/src/main/java/datawave/query/tables/edge/contexts/QueryContext.java
lbschanno/datawave
54bc4b8dc8f59d2cf52b50e54191e43d988f38f6
[ "Apache-2.0" ]
901
2018-02-01T16:04:55.000Z
2022-03-28T16:35:49.000Z
warehouse/query-core/src/main/java/datawave/query/tables/edge/contexts/QueryContext.java
lbschanno/datawave
54bc4b8dc8f59d2cf52b50e54191e43d988f38f6
[ "Apache-2.0" ]
233
2018-02-01T15:49:55.000Z
2022-03-31T05:23:39.000Z
44.095488
161
0.573543
15,853
package datawave.query.tables.edge.contexts; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import datawave.edge.model.EdgeModelAware; import datawave.edge.util.EdgeKey; import datawave.query.tables.edge.EdgeQueryLogic; import com.google.common.collect.HashMultimap...
3e257b8dd2163692a314bf44a80d0c8f41dea269
949
java
Java
src/main/java/ovh/kocproz/markpages/controller/AdvisorController.java
KocproZ/MDPages
9d48cb363f4df862654ac34ba13f7b8072f4732d
[ "MIT" ]
6
2018-01-22T22:57:48.000Z
2018-02-05T14:35:47.000Z
src/main/java/ovh/kocproz/markpages/controller/AdvisorController.java
KocproZ/MDPages
9d48cb363f4df862654ac34ba13f7b8072f4732d
[ "MIT" ]
21
2018-02-06T15:07:09.000Z
2020-03-13T13:15:19.000Z
src/main/java/ovh/kocproz/markpages/controller/AdvisorController.java
KocproZ/MDPages
9d48cb363f4df862654ac34ba13f7b8072f4732d
[ "MIT" ]
2
2018-04-14T18:40:57.000Z
2019-10-07T14:40:54.000Z
30.612903
85
0.772392
15,854
package ovh.kocproz.markpages.controller; import org.slf4j.Logger; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseStatus; import org.spri...
3e257bbaa35ab45860191dde6ac790d3c9b067a6
753
java
Java
cashportal/src/main/java/com/svcet/cashportal/web/beans/UserAccountsScreenResponse.java
blessonkavala/cp
bbd0ac641684204767f0e2eed177fc24c434dfa4
[ "Apache-2.0" ]
null
null
null
cashportal/src/main/java/com/svcet/cashportal/web/beans/UserAccountsScreenResponse.java
blessonkavala/cp
bbd0ac641684204767f0e2eed177fc24c434dfa4
[ "Apache-2.0" ]
null
null
null
cashportal/src/main/java/com/svcet/cashportal/web/beans/UserAccountsScreenResponse.java
blessonkavala/cp
bbd0ac641684204767f0e2eed177fc24c434dfa4
[ "Apache-2.0" ]
null
null
null
19.815789
87
0.77158
15,855
package com.svcet.cashportal.web.beans; import java.util.ArrayList; import java.util.List; public class UserAccountsScreenResponse { private String customerOrgId; private String userId; private List<UserAccountResponse> userAccounts = new ArrayList<UserAccountResponse>(); public List<UserAccountResponse> getU...
3e257c82a372b89d4f4ef869ad522fe765d2688c
1,451
java
Java
src/main/java/com/github/Crupette/biomechanics/item/BiomechanicsItems.java
Crupette/biomechanics
39b99a53a8a548fb46731d7c59e19228e2369acf
[ "MIT" ]
1
2021-03-18T21:37:49.000Z
2021-03-18T21:37:49.000Z
src/main/java/com/github/Crupette/biomechanics/item/BiomechanicsItems.java
Crupette/biomechanics
39b99a53a8a548fb46731d7c59e19228e2369acf
[ "MIT" ]
null
null
null
src/main/java/com/github/Crupette/biomechanics/item/BiomechanicsItems.java
Crupette/biomechanics
39b99a53a8a548fb46731d7c59e19228e2369acf
[ "MIT" ]
null
null
null
45.34375
146
0.698828
15,856
package com.github.Crupette.biomechanics.item; import com.github.Crupette.biomechanics.Biomechanics; import net.minecraft.item.*; import net.minecraft.util.registry.Registry; import java.lang.reflect.Field; public class BiomechanicsItems { public static Item HEART = new HeartItem(new Item.Settings().maxCount(1))...
3e257ce38264bf65f710b687659b7798fe7d35f9
6,401
java
Java
mhvp-integrated-ptr/src/main/java/com/culiu/mhvp/integrated/ptr/PullToRefreshInnerScrollView.java
AppSecAI-TEST/MagicHeaderViewPager
c8dc3389f25f385c3750cdebc0b79ee5288ef895
[ "Apache-2.0" ]
1
2018-01-29T08:50:34.000Z
2018-01-29T08:50:34.000Z
mhvp-integrated-ptr/src/main/java/com/culiu/mhvp/integrated/ptr/PullToRefreshInnerScrollView.java
ld123100996/MagicHeaderViewPager
c8dc3389f25f385c3750cdebc0b79ee5288ef895
[ "Apache-2.0" ]
null
null
null
mhvp-integrated-ptr/src/main/java/com/culiu/mhvp/integrated/ptr/PullToRefreshInnerScrollView.java
ld123100996/MagicHeaderViewPager
c8dc3389f25f385c3750cdebc0b79ee5288ef895
[ "Apache-2.0" ]
1
2021-06-22T00:55:54.000Z
2021-06-22T00:55:54.000Z
36.369318
131
0.637244
15,857
/******************************************************************************* * Copyright 2011, 2012 Chris Banes. 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...
3e257cfa250ee9a6536dbfbc002fe56fc2fabae3
770
java
Java
srv_unip_pub/src/main/java/com/sa/unip/srv/ywsp/demodel/OA_PCSQCurPcsqDSModel.java
devibizsys/unip
a22b15ebb069c6a7432e3401bdd500a3ca37250e
[ "MIT" ]
8
2018-05-10T01:28:09.000Z
2020-11-16T03:19:46.000Z
srv_unip_pub/src/main/java/com/sa/unip/srv/ywsp/demodel/OA_PCSQCurPcsqDSModel.java
devibizsys/unip
a22b15ebb069c6a7432e3401bdd500a3ca37250e
[ "MIT" ]
null
null
null
srv_unip_pub/src/main/java/com/sa/unip/srv/ywsp/demodel/OA_PCSQCurPcsqDSModel.java
devibizsys/unip
a22b15ebb069c6a7432e3401bdd500a3ca37250e
[ "MIT" ]
6
2019-02-28T08:59:35.000Z
2022-03-01T17:16:38.000Z
25.666667
87
0.753247
15,858
/** * iBizSys 5.0 机器人生产代码(不要直接修改当前代码) * http://www.ibizsys.net */ package com.sa.unip.srv.ywsp.demodel; import net.ibizsys.paas.core.DEDataSet; import net.ibizsys.paas.core.DEDataSetQuery; import net.ibizsys.paas.sysmodel.CodeListGlobal; import net.ibizsys.paas.codelist.ICodeList; import net.ibizsys.paas.demodel...
3e257d2297314d4ebf9548e28afe0c0f5864c535
1,069
java
Java
glmall-member/src/main/java/com/luoben/glmall/member/service/impl/MemberCollectSpuServiceImpl.java
luoben147/gulimall
401198fe148d3e7f4f271b1039abc4247dafcaa7
[ "Apache-2.0" ]
7
2020-05-19T00:53:28.000Z
2020-06-28T09:24:52.000Z
glmall-member/src/main/java/com/luoben/glmall/member/service/impl/MemberCollectSpuServiceImpl.java
luoben147/gulimall
401198fe148d3e7f4f271b1039abc4247dafcaa7
[ "Apache-2.0" ]
3
2020-05-19T01:04:48.000Z
2021-09-20T20:59:17.000Z
glmall-member/src/main/java/com/luoben/glmall/member/service/impl/MemberCollectSpuServiceImpl.java
luoben147/gulimall
401198fe148d3e7f4f271b1039abc4247dafcaa7
[ "Apache-2.0" ]
3
2020-06-26T07:59:22.000Z
2021-01-21T11:36:09.000Z
36.862069
142
0.786717
15,859
package com.luoben.glmall.member.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.luo...
3e257d87b8453fb0ee891bacef3f7d6c88bb89f6
5,369
java
Java
src/main/java/me/dysche/colorbrawl/lobby/Lobby.java
Dysche/ColorBrawl
efa4b2740367c49793c68bdc5c7824f9c1934aa2
[ "Apache-2.0" ]
null
null
null
src/main/java/me/dysche/colorbrawl/lobby/Lobby.java
Dysche/ColorBrawl
efa4b2740367c49793c68bdc5c7824f9c1934aa2
[ "Apache-2.0" ]
null
null
null
src/main/java/me/dysche/colorbrawl/lobby/Lobby.java
Dysche/ColorBrawl
efa4b2740367c49793c68bdc5c7824f9c1934aa2
[ "Apache-2.0" ]
null
null
null
33.55625
157
0.596945
15,860
package me.dysche.colorbrawl.lobby; import java.util.LinkedList; import java.util.Queue; import org.cantaloupe.Cantaloupe; import org.cantaloupe.player.Player; import org.cantaloupe.scoreboard.Scoreboard; import org.cantaloupe.scoreboard.entry.TextEntry; import org.cantaloupe.service.services.ScheduleService; import ...
3e257ef05d060cc4b7acc9a9013ea2f9abf0d175
3,119
java
Java
sabot/kernel/src/main/java/com/dremio/exec/store/MinMaxRewriter.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
1,085
2017-07-19T15:08:38.000Z
2022-03-29T13:35:07.000Z
sabot/kernel/src/main/java/com/dremio/exec/store/MinMaxRewriter.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
20
2017-07-19T20:16:27.000Z
2021-12-02T10:56:25.000Z
sabot/kernel/src/main/java/com/dremio/exec/store/MinMaxRewriter.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
398
2017-07-19T18:12:58.000Z
2022-03-30T09:37:40.000Z
36.267442
140
0.696056
15,861
/* * Copyright (C) 2017-2019 Dremio 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 l...