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
3e16632eb8dc5fa281c0f6d1a5f17a767155a5fb
9,408
java
Java
closure-compiler/src/com/google/javascript/jscomp/CompilerInput.java
LordGuilberGS/js-symbolic-executor
18266513cc9bc885434890c8612aa26f0e2eab8b
[ "Apache-2.0" ]
5
2015-10-11T08:32:50.000Z
2019-02-01T22:59:18.000Z
closure-compiler/src/com/google/javascript/jscomp/CompilerInput.java
LordGuilberGS/js-symbolic-executor
18266513cc9bc885434890c8612aa26f0e2eab8b
[ "Apache-2.0" ]
null
null
null
closure-compiler/src/com/google/javascript/jscomp/CompilerInput.java
LordGuilberGS/js-symbolic-executor
18266513cc9bc885434890c8612aa26f0e2eab8b
[ "Apache-2.0" ]
null
null
null
31.152318
80
0.683673
9,538
/* * Copyright 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
3e16634247a72cbe141aafae85518008114e0565
2,809
java
Java
src/main/java/jeffaschenk/infra/tomcat/instance/generator/model/TomcatArchive.java
jaschenk/Tomcat-Instance-Generator-2.0.0
4caa326494a8fb5db11daead7bbdc62119ee28e8
[ "Apache-2.0" ]
1
2019-03-24T00:54:16.000Z
2019-03-24T00:54:16.000Z
src/main/java/jeffaschenk/infra/tomcat/instance/generator/model/TomcatArchive.java
jaschenk/Tomcat-Instance-Generator-2.0.0
4caa326494a8fb5db11daead7bbdc62119ee28e8
[ "Apache-2.0" ]
null
null
null
src/main/java/jeffaschenk/infra/tomcat/instance/generator/model/TomcatArchive.java
jaschenk/Tomcat-Instance-Generator-2.0.0
4caa326494a8fb5db11daead7bbdc62119ee28e8
[ "Apache-2.0" ]
1
2020-10-21T10:28:41.000Z
2020-10-21T10:28:41.000Z
28.414141
92
0.568432
9,539
package jeffaschenk.infra.tomcat.instance.generator.model; import jeffaschenk.infra.tomcat.instance.generator.knowledgebase.DefaultDefinitions; import lombok.Data; /** * TomcatArchive * * Created by upchh@example.com on 2/22/2017. */ @Data public class TomcatArchive { private String downloadURL; private...
3e16634d5d44a75041e125eaae494bbe68e05292
458
java
Java
src/main/java/org/amc/game/chessserver/observers/ObserverFactory.java
subwoofer359/AMCChessGame
8d5c152705dd004c0d7978292ed2934b4b026bdd
[ "MIT" ]
null
null
null
src/main/java/org/amc/game/chessserver/observers/ObserverFactory.java
subwoofer359/AMCChessGame
8d5c152705dd004c0d7978292ed2934b4b026bdd
[ "MIT" ]
null
null
null
src/main/java/org/amc/game/chessserver/observers/ObserverFactory.java
subwoofer359/AMCChessGame
8d5c152705dd004c0d7978292ed2934b4b026bdd
[ "MIT" ]
null
null
null
17.615385
53
0.655022
9,540
package org.amc.game.chessserver.observers; import org.amc.game.GameObserver; /** * A factory for GameObserver instances * * @author Adrian Mclaughlin * */ public interface ObserverFactory { /** * Creates a GameObserver instance * * @return GameObserver */ GameObserver createObserv...
3e166367910b4d977185cf9634bb910d93fee9cd
431
java
Java
src/Cliente.java
amorimluiz/ContasBancarias
abb1db0c2f3b9513661ee8616be4b34aceff04bf
[ "MIT" ]
null
null
null
src/Cliente.java
amorimluiz/ContasBancarias
abb1db0c2f3b9513661ee8616be4b34aceff04bf
[ "MIT" ]
null
null
null
src/Cliente.java
amorimluiz/ContasBancarias
abb1db0c2f3b9513661ee8616be4b34aceff04bf
[ "MIT" ]
null
null
null
22.684211
50
0.563805
9,541
public class Cliente{ String cpf; Lista cntsCliente; public Cliente(String cdgPessoa){ this.cpf = cdgPessoa; this.cntsCliente = new Lista(); } public void carregarContas(Lista contas){ Elemento aux = contas.prim.prox; while(aux != null){ if(aux.conta.cp...
3e166379f6b7c6a8f6074a131578275c72d403f0
5,624
java
Java
classlib/java.base/src/main/resources/META-INF/modules/java.base/classes/jdk/internal/org/objectweb/asm/commons/SimpleRemapper.java
Suyashtnt/Bytecoder
d957081d50f2d30b3206447b805b1ca9da69c8c2
[ "Apache-2.0" ]
543
2017-06-14T14:53:33.000Z
2022-03-23T14:18:09.000Z
classlib/java.base/src/main/resources/META-INF/modules/java.base/classes/jdk/internal/org/objectweb/asm/commons/SimpleRemapper.java
Suyashtnt/Bytecoder
d957081d50f2d30b3206447b805b1ca9da69c8c2
[ "Apache-2.0" ]
381
2017-10-31T14:29:54.000Z
2022-03-25T15:27:27.000Z
classlib/java.base/src/main/resources/META-INF/modules/java.base/classes/jdk/internal/org/objectweb/asm/commons/SimpleRemapper.java
Suyashtnt/Bytecoder
d957081d50f2d30b3206447b805b1ca9da69c8c2
[ "Apache-2.0" ]
50
2018-01-06T12:35:14.000Z
2022-03-13T14:54:33.000Z
44.283465
102
0.703592
9,542
/* * 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 Software Foundation. Oracle designates this * particular file as subject to th...
3e166487eec55ea8a072b8a25a00f4455f1d1abd
2,231
java
Java
src/main/java/com/microfocus/application/automation/tools/sse/sdk/request/GetRequest.java
motteww/hpe-application-automation-tools-plugin
7b7382488346e9fa3f298dbb5639c867440818d8
[ "MIT" ]
26
2017-08-18T16:10:52.000Z
2021-12-17T04:25:39.000Z
src/main/java/com/microfocus/application/automation/tools/sse/sdk/request/GetRequest.java
motteww/hpe-application-automation-tools-plugin
7b7382488346e9fa3f298dbb5639c867440818d8
[ "MIT" ]
471
2017-08-15T11:24:15.000Z
2022-03-31T10:46:49.000Z
src/main/java/com/microfocus/application/automation/tools/sse/sdk/request/GetRequest.java
motteww/hpe-application-automation-tools-plugin
7b7382488346e9fa3f298dbb5639c867440818d8
[ "MIT" ]
83
2017-08-17T15:22:37.000Z
2022-03-03T19:25:10.000Z
43.745098
118
0.76199
9,543
/* * Certain versions of software and/or documents ("Material") accessible here may contain branding from * Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, * the Material is now offered by Micro Focus, a separately owned and operated company. Any reference to ...
3e16648b75357ce5ad3040d387985dcb96a63820
6,346
java
Java
mobile-app/app/src/main/java/com/incampusit/staryaar/Profile/Liked_Videos/Liked_Video_F.java
pankaj-j-sharma/star-yaar
9b9f9483585aa7d69cd0948de4424dbc449dd6d4
[ "Apache-2.0" ]
null
null
null
mobile-app/app/src/main/java/com/incampusit/staryaar/Profile/Liked_Videos/Liked_Video_F.java
pankaj-j-sharma/star-yaar
9b9f9483585aa7d69cd0948de4424dbc449dd6d4
[ "Apache-2.0" ]
null
null
null
mobile-app/app/src/main/java/com/incampusit/staryaar/Profile/Liked_Videos/Liked_Video_F.java
pankaj-j-sharma/star-yaar
9b9f9483585aa7d69cd0948de4424dbc449dd6d4
[ "Apache-2.0" ]
null
null
null
30.509615
103
0.615191
9,544
package com.incampusit.staryaar.Profile.Liked_Videos; import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.RelativeLayout; impo...
3e1664c5288a37fa28bfc151cf66802f44548265
1,231
java
Java
src/test/resources/TypecheckingTestResource/test23.java
RoySRC/MiniJavaCompiler
72a985959f6f31cb8c90260d7861713a18c8f1ae
[ "MIT" ]
null
null
null
src/test/resources/TypecheckingTestResource/test23.java
RoySRC/MiniJavaCompiler
72a985959f6f31cb8c90260d7861713a18c8f1ae
[ "MIT" ]
null
null
null
src/test/resources/TypecheckingTestResource/test23.java
RoySRC/MiniJavaCompiler
72a985959f6f31cb8c90260d7861713a18c8f1ae
[ "MIT" ]
null
null
null
15.582278
46
0.566206
9,545
/** * The following class typechecks */ class p_mainClass { public static void main(String[] args){ System.out.println(new fakeMain().run()); } } class fakeMain { public int run(){ Vehicle a; Vehicle b; int ret; a = new Vehicle(); b = new Vehicle(); ret = a.create(5, 2); re...
3e16656ec8502c8838845c0d4b4f9832ee5a6ebe
3,455
java
Java
org.hl7.fhir.dstu2016may/src/main/java/org/hl7/fhir/dstu2016may/model/codesystems/HspcPractitionerPracticeAffiliationType.java
DBCG/org.hl7.fhir.core
6f32a85d6610d1b401377d28e561a7830281d691
[ "Apache-2.0" ]
98
2019-03-01T21:59:41.000Z
2022-03-23T15:52:06.000Z
org.hl7.fhir.dstu2016may/src/main/java/org/hl7/fhir/dstu2016may/model/codesystems/HspcPractitionerPracticeAffiliationType.java
DBCG/org.hl7.fhir.core
6f32a85d6610d1b401377d28e561a7830281d691
[ "Apache-2.0" ]
573
2019-02-27T17:51:31.000Z
2022-03-31T21:18:44.000Z
org.hl7.fhir.dstu2016may/src/main/java/org/hl7/fhir/dstu2016may/model/codesystems/HspcPractitionerPracticeAffiliationType.java
DBCG/org.hl7.fhir.core
6f32a85d6610d1b401377d28e561a7830281d691
[ "Apache-2.0" ]
112
2019-01-31T10:50:26.000Z
2022-03-21T09:55:06.000Z
41.626506
188
0.687699
9,546
package org.hl7.fhir.dstu2016may.model.codesystems; /* Copyright (c) 2011+, HL7, Inc. 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...
3e1665e29ced0740b018da76408ce378339a82d7
15,430
java
Java
netreflected/src/netcoreapp3.1/system.configuration.configurationmanager_version_4.0.3.0_culture_neutral_publickeytoken_cc7b13ffcd2ddd51/system/configuration/ConfigurationManager.java
mariomastrodicasa/JCOReflector
a88b6de9d3cc607fd375ab61df8c61f44de88c93
[ "MIT" ]
35
2020-08-30T03:19:42.000Z
2022-03-12T09:22:23.000Z
netreflected/src/netcoreapp3.1/system.configuration.configurationmanager_version_4.0.3.0_culture_neutral_publickeytoken_cc7b13ffcd2ddd51/system/configuration/ConfigurationManager.java
mariomastrodicasa/JCOReflector
a88b6de9d3cc607fd375ab61df8c61f44de88c93
[ "MIT" ]
50
2020-06-22T17:03:18.000Z
2022-03-30T21:19:05.000Z
netreflected/src/netcoreapp3.1/system.configuration.configurationmanager_version_4.0.3.0_culture_neutral_publickeytoken_cc7b13ffcd2ddd51/system/configuration/ConfigurationManager.java
mariomastrodicasa/JCOReflector
a88b6de9d3cc607fd375ab61df8c61f44de88c93
[ "MIT" ]
12
2020-08-30T03:19:45.000Z
2022-03-05T02:22:37.000Z
56.727941
744
0.738496
9,547
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
3e166603b5f6231f7e2e417f212633cdf9c31a70
2,541
java
Java
src/test/java/info/debatty/java/lsh/LSHMinHashTest.java
soham-samanta/java-LSH
69b6930a5e095f1d13878e485d4fbfd5cb4be22b
[ "MIT" ]
284
2015-01-29T13:16:01.000Z
2022-03-02T02:43:46.000Z
src/test/java/info/debatty/java/lsh/LSHMinHashTest.java
soham-samanta/java-LSH
69b6930a5e095f1d13878e485d4fbfd5cb4be22b
[ "MIT" ]
26
2015-02-28T03:45:59.000Z
2021-02-18T04:10:28.000Z
src/test/java/info/debatty/java/lsh/LSHMinHashTest.java
soham-samanta/java-LSH
69b6930a5e095f1d13878e485d4fbfd5cb4be22b
[ "MIT" ]
82
2015-06-05T03:48:05.000Z
2022-02-21T07:21:24.000Z
31.37037
80
0.669815
9,548
/* * The MIT License * * Copyright 2016 Thibault Debatty. * * 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...
3e16662a45bd793b8b73c1ad335c160ab5c8fd2e
245
java
Java
src/main/java/com/itineric/javarvis/core/automation/pattern2command/PatternMatchingContext.java
javarvis/javarvis-core
7c922f9d8b8244d22bd19295153a2ca455375ae4
[ "Apache-2.0" ]
3
2021-02-02T20:37:05.000Z
2021-10-04T19:36:26.000Z
src/main/java/com/itineric/javarvis/core/automation/pattern2command/PatternMatchingContext.java
javarvis/javarvis-core
7c922f9d8b8244d22bd19295153a2ca455375ae4
[ "Apache-2.0" ]
null
null
null
src/main/java/com/itineric/javarvis/core/automation/pattern2command/PatternMatchingContext.java
javarvis/javarvis-core
7c922f9d8b8244d22bd19295153a2ca455375ae4
[ "Apache-2.0" ]
null
null
null
18.846154
63
0.746939
9,549
package com.itineric.javarvis.core.automation.pattern2command; import java.util.List; public interface PatternMatchingContext { String getText(); List<String> getParameters(); void setParameters(List<String> parameters); }
3e166636f99010fa335be7ae47c769da9303ee21
21,199
java
Java
aws-java-sdk-imagebuilder/src/main/java/com/amazonaws/services/imagebuilder/model/CreateImageRequest.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
3,372
2015-01-03T00:35:43.000Z
2022-03-31T15:56:24.000Z
aws-java-sdk-imagebuilder/src/main/java/com/amazonaws/services/imagebuilder/model/CreateImageRequest.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,391
2015-01-01T12:55:24.000Z
2022-03-31T08:01:50.000Z
aws-java-sdk-imagebuilder/src/main/java/com/amazonaws/services/imagebuilder/model/CreateImageRequest.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
37.061189
159
0.653569
9,550
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e16669eaaf0c006fec4914664f0f11df23d7e8e
340
java
Java
common/common-util/src/main/java/com/pg85/otg/util/materials/LocalMaterialTag.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
175
2017-04-17T01:37:52.000Z
2022-02-21T17:40:17.000Z
common/common-util/src/main/java/com/pg85/otg/util/materials/LocalMaterialTag.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
729
2017-04-23T15:53:51.000Z
2022-03-15T03:54:15.000Z
common/common-util/src/main/java/com/pg85/otg/util/materials/LocalMaterialTag.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
123
2017-04-30T15:53:56.000Z
2022-03-15T19:15:07.000Z
16.190476
64
0.741176
9,551
package com.pg85.otg.util.materials; /** * Represents one of Minecraft's material tags. * Immutable. */ public abstract class LocalMaterialTag extends LocalMaterialBase { @Override public boolean isTag() { return true; } @Override public boolean matches(LocalMaterialData material) { return material.isB...
3e1666e80aca16b03b8472a60df0598744a6ce2b
1,458
java
Java
ProjetoBlackjack/src/PacoteBlackJack/Jogador.java
matheusmas132/Blackjack-in-Java
99c9d34bf77d5297f524a9a2d9ed3beda4cda204
[ "MIT" ]
null
null
null
ProjetoBlackjack/src/PacoteBlackJack/Jogador.java
matheusmas132/Blackjack-in-Java
99c9d34bf77d5297f524a9a2d9ed3beda4cda204
[ "MIT" ]
null
null
null
ProjetoBlackjack/src/PacoteBlackJack/Jogador.java
matheusmas132/Blackjack-in-Java
99c9d34bf77d5297f524a9a2d9ed3beda4cda204
[ "MIT" ]
null
null
null
25.137931
101
0.643347
9,552
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package PacoteBlackJack; import java.util.ArrayList; import java.util.List; /** * * @author matheus */ public class Jogador extend...
3e166856cdd56844cd1523f4da341f654de50350
6,370
java
Java
src/main/java/com/erp/db/model/UserInfo.java
diwang011/erp
401238ffd1182b16bd998c75fe403476d97bb6a1
[ "MIT" ]
null
null
null
src/main/java/com/erp/db/model/UserInfo.java
diwang011/erp
401238ffd1182b16bd998c75fe403476d97bb6a1
[ "MIT" ]
null
null
null
src/main/java/com/erp/db/model/UserInfo.java
diwang011/erp
401238ffd1182b16bd998c75fe403476d97bb6a1
[ "MIT" ]
null
null
null
28.061674
79
0.63438
9,553
package com.erp.db.model; public class UserInfo { /** * This field was generated by MyBatis Generator. * This field corresponds to the database column userinfo.id * * @mbggenerated Wed May 31 17:22:58 CST 2017 */ private Integer id; /** * This field was generated by MyBatis G...
3e16688c9b6087e2418510500d8959c937ca9dda
4,302
java
Java
src/main/java/com/philips/research/philipsonfhir/fhirproxy/support/bulkdata/async/AsyncSession.java
PhilipsOnFhir/fhir-proxy
6690169428fe363abf557da834a193aa618bb803
[ "BSD-3-Clause-Clear" ]
null
null
null
src/main/java/com/philips/research/philipsonfhir/fhirproxy/support/bulkdata/async/AsyncSession.java
PhilipsOnFhir/fhir-proxy
6690169428fe363abf557da834a193aa618bb803
[ "BSD-3-Clause-Clear" ]
null
null
null
src/main/java/com/philips/research/philipsonfhir/fhirproxy/support/bulkdata/async/AsyncSession.java
PhilipsOnFhir/fhir-proxy
6690169428fe363abf557da834a193aa618bb803
[ "BSD-3-Clause-Clear" ]
null
null
null
32.104478
125
0.645514
9,554
package com.philips.research.philipsonfhir.fhirproxy.support.bulkdata.async; import ca.uhn.fhir.context.FhirContext; import com.philips.research.philipsonfhir.fhirproxy.support.bulkdata.fhir.BundleRetriever; import org.hl7.fhir.dstu3.model.Bundle; import org.hl7.fhir.dstu3.model.OperationOutcome; import org.hl7.fhir.d...
3e1669b61e2f454d9cd128ceca5c738a6761c5b7
23,863
java
Java
modules/paged_data/src/main/java/org/exbin/auxiliary/paged_data/PagedData.java
exbin/exbin-utils-java
1573d4d0fcb0cea28679cfc85646f2b9ad140bd8
[ "Apache-2.0" ]
null
null
null
modules/paged_data/src/main/java/org/exbin/auxiliary/paged_data/PagedData.java
exbin/exbin-utils-java
1573d4d0fcb0cea28679cfc85646f2b9ad140bd8
[ "Apache-2.0" ]
1
2021-10-01T21:07:46.000Z
2021-10-01T21:35:34.000Z
modules/paged_data/src/main/java/org/exbin/auxiliary/paged_data/PagedData.java
exbin/exbin-utils-java
1573d4d0fcb0cea28679cfc85646f2b9ad140bd8
[ "Apache-2.0" ]
null
null
null
33.992877
185
0.545112
9,555
/* * Copyright (C) ExBin Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
3e1669f06ffa7f11e8c0282c6b0eac3064fb181b
330
java
Java
server/appengine/src/main/java/who/WhoGuiceServletConfig.java
Harshit-techno/app
5e11f444cf853ad50286fc619d6560ed2abc8885
[ "Apache-2.0" ]
2,357
2020-03-18T13:48:36.000Z
2022-03-25T08:40:54.000Z
server/appengine/src/main/java/who/WhoGuiceServletConfig.java
Harshit-techno/app
5e11f444cf853ad50286fc619d6560ed2abc8885
[ "Apache-2.0" ]
1,594
2020-03-17T17:31:55.000Z
2022-03-29T02:38:26.000Z
server/appengine/src/main/java/who/WhoGuiceServletConfig.java
Harshit-techno/app
5e11f444cf853ad50286fc619d6560ed2abc8885
[ "Apache-2.0" ]
712
2020-03-17T20:34:26.000Z
2022-03-31T11:45:31.000Z
23.571429
72
0.806061
9,556
package who; import com.google.inject.Guice; import com.google.inject.Injector; import com.google.inject.servlet.GuiceServletContextListener; public class WhoGuiceServletConfig extends GuiceServletContextListener { @Override protected Injector getInjector() { return Guice.createInjector(new WhoServletModule(...
3e166a6a9cdfe54cbdcbf4e783ada23a36755a8d
3,149
java
Java
src/features/nyit/AtomicSlurs.java
angoodkind/DARPA_AA
fd554d34db28102e1e53919d565e2f2ddeda0d90
[ "MIT" ]
1
2018-09-06T08:11:15.000Z
2018-09-06T08:11:15.000Z
src/features/nyit/AtomicSlurs.java
angoodkind/DARPA_AA
fd554d34db28102e1e53919d565e2f2ddeda0d90
[ "MIT" ]
null
null
null
src/features/nyit/AtomicSlurs.java
angoodkind/DARPA_AA
fd554d34db28102e1e53919d565e2f2ddeda0d90
[ "MIT" ]
null
null
null
36.616279
141
0.632582
9,557
package features.nyit; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; import extractors.data.Answer; import extractors.data.DataNode; import extractors.data.ExtractionModule; import extractors.data.Feature; import keystroke.KeyStroke; public class AtomicSlurs implements Extractio...
3e166b060b89085f9bf57d8d8eb0a2b43b9adb5d
168
java
Java
hu.bme.mit.theta.cfa/src/main/java/hu/bme/mit/theta/cfa/dsl/package-info.java
simon5521/theta
9e22bb69f0272fa4b004b1748cce523342d65466
[ "Apache-2.0" ]
14
2020-02-18T20:16:18.000Z
2022-03-28T13:39:52.000Z
hu.bme.mit.theta.cfa/src/main/java/hu/bme/mit/theta/cfa/dsl/package-info.java
simon5521/theta
9e22bb69f0272fa4b004b1748cce523342d65466
[ "Apache-2.0" ]
93
2020-03-03T12:51:44.000Z
2022-03-30T18:00:32.000Z
hu.bme.mit.theta.cfa/src/main/java/hu/bme/mit/theta/cfa/dsl/package-info.java
simon5521/theta
9e22bb69f0272fa4b004b1748cce523342d65466
[ "Apache-2.0" ]
21
2020-02-16T01:03:34.000Z
2022-03-08T19:08:13.000Z
24
75
0.714286
9,558
/** * This package contains a domain specific language (DSL) for parsing CFAs. * * @see hu.bme.mit.theta.cfa.dsl.CfaDslManager */ package hu.bme.mit.theta.cfa.dsl;
3e166ba5668410823227a0691da17d42586ccb4e
827
java
Java
pmd-php/src/test/java/net/sourceforge/pmd/LanguageVersionTest.java
magnologan/pmd
76af873708d4c8aecbfd5b1b7d8e9a7859ad54bd
[ "Apache-2.0" ]
null
null
null
pmd-php/src/test/java/net/sourceforge/pmd/LanguageVersionTest.java
magnologan/pmd
76af873708d4c8aecbfd5b1b7d8e9a7859ad54bd
[ "Apache-2.0" ]
null
null
null
pmd-php/src/test/java/net/sourceforge/pmd/LanguageVersionTest.java
magnologan/pmd
76af873708d4c8aecbfd5b1b7d8e9a7859ad54bd
[ "Apache-2.0" ]
null
null
null
33.08
151
0.729141
9,559
package net.sourceforge.pmd; import java.util.Arrays; import java.util.Collection; import net.sourceforge.pmd.lang.LanguageRegistry; import net.sourceforge.pmd.lang.LanguageVersion; import net.sourceforge.pmd.lang.php.PhpLanguageModule; import org.junit.runners.Parameterized.Parameters; public class Lang...
3e166bcbee2b878abed5479980c4c0de6c4b33e6
2,149
java
Java
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListTagsForResourceRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
1
2020-08-27T17:36:34.000Z
2020-08-27T17:36:34.000Z
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListTagsForResourceRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
3
2020-04-15T20:08:15.000Z
2021-06-30T19:58:16.000Z
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/model/transform/ListTagsForResourceRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
1
2020-10-10T15:59:17.000Z
2020-10-10T15:59:17.000Z
40.54717
146
0.76268
9,560
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e166c6f962be05c4ff63397b9e660f67ae536ac
273
java
Java
src/main/java/com/valhallagame/ymer/message/notification/UnregisterNotificationListenerParameter.java
saiaku-gaming/ymer
9530093fd051aed85235627953a644ea3c5e71d1
[ "MIT" ]
null
null
null
src/main/java/com/valhallagame/ymer/message/notification/UnregisterNotificationListenerParameter.java
saiaku-gaming/ymer
9530093fd051aed85235627953a644ea3c5e71d1
[ "MIT" ]
null
null
null
src/main/java/com/valhallagame/ymer/message/notification/UnregisterNotificationListenerParameter.java
saiaku-gaming/ymer
9530093fd051aed85235627953a644ea3c5e71d1
[ "MIT" ]
null
null
null
21
60
0.85348
9,561
package com.valhallagame.ymer.message.notification; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public final class UnregisterNotificationListenerParameter { String gameSessionId; }
3e166dbaa02a4c2043ebdf9b3f3457eb1dbb71cd
6,971
java
Java
zheng-core/src/main/java/com/github/zhengframework/configuration/ConfigurationBeanMapper.java
zheng-framework/zhengframework
136970ce81693dfe6d59fe977bd62e2b32654a8c
[ "Apache-2.0" ]
3
2020-05-02T13:11:20.000Z
2020-09-14T06:42:04.000Z
zheng-core/src/main/java/com/github/zhengframework/configuration/ConfigurationBeanMapper.java
zheng-framework/zhengframework
136970ce81693dfe6d59fe977bd62e2b32654a8c
[ "Apache-2.0" ]
6
2020-05-10T04:12:08.000Z
2021-09-20T20:58:01.000Z
zheng-core/src/main/java/com/github/zhengframework/configuration/ConfigurationBeanMapper.java
zheng-framework/zhengframework
136970ce81693dfe6d59fe977bd62e2b32654a8c
[ "Apache-2.0" ]
null
null
null
42.248485
104
0.709798
9,562
package com.github.zhengframework.configuration; /*- * #%L * zheng-core * %% * Copyright (C) 2020 Zheng MingHai * %% * 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://w...
3e166dc9150d8f22dd503dbd05c047621dc4a38f
17,021
java
Java
SMUGA/src/GUI/research/TestMuts.java
Evolutionary-Algorithms/Symbiotic-MuGA
e90155318209bed099dbec740339355c7c188b76
[ "Apache-2.0" ]
null
null
null
SMUGA/src/GUI/research/TestMuts.java
Evolutionary-Algorithms/Symbiotic-MuGA
e90155318209bed099dbec740339355c7c188b76
[ "Apache-2.0" ]
null
null
null
SMUGA/src/GUI/research/TestMuts.java
Evolutionary-Algorithms/Symbiotic-MuGA
e90155318209bed099dbec740339355c7c188b76
[ "Apache-2.0" ]
null
null
null
40.52619
169
0.650432
9,563
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * TestRecombination.java * * Created on 6/Nov/2010, 10:41:15 */ package GUI.research; import genetic.SolverUtils.SimpleSolver; import genetic.Solver.Genetic_Algorithm; import genetic.population.MultiPopulation; ...
3e166e0a414c53e302a2359ddb7362d03e04003c
1,225
java
Java
aQute.libg/src/aQute/lib/io/ByteBufferInputStream.java
cdelg/bnd
bdb3390ce8c49c7c244bd501a0dc543ba5adfe9c
[ "Apache-2.0" ]
null
null
null
aQute.libg/src/aQute/lib/io/ByteBufferInputStream.java
cdelg/bnd
bdb3390ce8c49c7c244bd501a0dc543ba5adfe9c
[ "Apache-2.0" ]
null
null
null
aQute.libg/src/aQute/lib/io/ByteBufferInputStream.java
cdelg/bnd
bdb3390ce8c49c7c244bd501a0dc543ba5adfe9c
[ "Apache-2.0" ]
null
null
null
17.753623
65
0.674286
9,564
package aQute.lib.io; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; public class ByteBufferInputStream extends InputStream { private final ByteBuffer bb; public ByteBufferInputStream(ByteBuffer buffer) { buffer.mark(); bb = buffer; } @Override public int read() throws ...
3e166e7d66522d8dff0308ce058f9f526ebc9abe
2,835
java
Java
spring-auto-restdocs-core/src/test/java/capital/scalable/restdocs/response/ArrayLimitingJsonContentModifierTest.java
serac/spring-auto-restdocs
ac91f6483a518e7a270d5e92e0e973944ee4494c
[ "Apache-2.0" ]
null
null
null
spring-auto-restdocs-core/src/test/java/capital/scalable/restdocs/response/ArrayLimitingJsonContentModifierTest.java
serac/spring-auto-restdocs
ac91f6483a518e7a270d5e92e0e973944ee4494c
[ "Apache-2.0" ]
null
null
null
spring-auto-restdocs-core/src/test/java/capital/scalable/restdocs/response/ArrayLimitingJsonContentModifierTest.java
serac/spring-auto-restdocs
ac91f6483a518e7a270d5e92e0e973944ee4494c
[ "Apache-2.0" ]
null
null
null
32.215909
97
0.655379
9,565
/*- * #%L * Spring Auto REST Docs Core * %% * Copyright (C) 2015 - 2020 Scalable Capital 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.apache.org/lice...
3e166f5a75b3eaf5ed8a557e505440e59f508fed
226
java
Java
src/main/java/com/harima/nbp/repository/CasoRepository.java
ricardoalzamora/NBObservatorio
6d660ccaee8ac53fd6e908ec8dfe701c60178b65
[ "MIT" ]
null
null
null
src/main/java/com/harima/nbp/repository/CasoRepository.java
ricardoalzamora/NBObservatorio
6d660ccaee8ac53fd6e908ec8dfe701c60178b65
[ "MIT" ]
null
null
null
src/main/java/com/harima/nbp/repository/CasoRepository.java
ricardoalzamora/NBObservatorio
6d660ccaee8ac53fd6e908ec8dfe701c60178b65
[ "MIT" ]
null
null
null
28.25
80
0.845133
9,566
package com.harima.nbp.repository; import com.harima.nbp.models.Caso; import org.springframework.data.repository.PagingAndSortingRepository; public interface CasoRepository extends PagingAndSortingRepository<Caso, Long> { }
3e166fec743e3e96edb91d3a623ffbf46e5fb752
652
java
Java
src/main/java/org/danyuan/application/common/utils/projectpath/ProjectPath.java
ShaoNianL/danyuan-application
6d1390f093cec9f1f9cbfe7f47d05d6c90b24bcf
[ "Apache-2.0" ]
55
2017-07-25T02:43:49.000Z
2021-07-15T01:56:14.000Z
src/main/java/org/danyuan/application/common/utils/projectpath/ProjectPath.java
ShaoNianL/danyuan-application
6d1390f093cec9f1f9cbfe7f47d05d6c90b24bcf
[ "Apache-2.0" ]
3
2017-07-21T09:57:16.000Z
2018-09-18T05:38:13.000Z
src/main/java/org/danyuan/application/common/utils/projectpath/ProjectPath.java
ShaoNianL/danyuan-application
6d1390f093cec9f1f9cbfe7f47d05d6c90b24bcf
[ "Apache-2.0" ]
26
2017-07-21T07:20:30.000Z
2019-05-20T02:04:35.000Z
21.032258
71
0.631902
9,567
package org.danyuan.application.common.utils.projectpath; public class ProjectPath { /** * 方法名: getProjectClassPath * 功 能: TODO(这里用一句话描述这个方法的作用) * 参 数: @param path * 参 数: @return * 返 回: String * 作 者 : Tenghui.Wang * @throws */ public String getProjectClassPath(String path) { return t...
3e1671a94fa4835ea691815edbce549288d9aa0b
4,187
java
Java
main/src/main/java/io/github/pulsebeat02/ezmediacore/dither/algorithm/random/RandomDither.java
MinecraftMediaLibrary/EpicMediaLib
00d13b582fdb31fe4c6d13472f483924dba73c53
[ "MIT" ]
55
2021-09-04T08:03:07.000Z
2022-03-31T23:09:02.000Z
main/src/main/java/io/github/pulsebeat02/ezmediacore/dither/algorithm/random/RandomDither.java
MinecraftMediaLibrary/EpicMediaLib
00d13b582fdb31fe4c6d13472f483924dba73c53
[ "MIT" ]
4
2021-05-10T00:52:05.000Z
2021-05-26T01:48:08.000Z
main/src/main/java/io/github/pulsebeat02/ezmediacore/dither/algorithm/random/RandomDither.java
MinecraftMediaLibrary/EpicMediaLib
00d13b582fdb31fe4c6d13472f483924dba73c53
[ "MIT" ]
9
2021-09-04T12:06:27.000Z
2022-03-14T08:58:06.000Z
36.72807
100
0.665871
9,568
/* * MIT License * * Copyright (c) 2021 Brandon Li * * 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...
3e1671da3513d38973bbf38a7940ccb403ac94cf
1,546
java
Java
api/src/main/java/com/quasar/backend/controller/MessageController.java
qatix/ops-backend
0bf8fdd2236f51ee9b9fc144e3a807688a2d0604
[ "Apache-2.0" ]
null
null
null
api/src/main/java/com/quasar/backend/controller/MessageController.java
qatix/ops-backend
0bf8fdd2236f51ee9b9fc144e3a807688a2d0604
[ "Apache-2.0" ]
3
2019-11-24T07:22:06.000Z
2021-09-20T20:46:10.000Z
api/src/main/java/com/quasar/backend/controller/MessageController.java
qatix/ops-backend
0bf8fdd2236f51ee9b9fc144e3a807688a2d0604
[ "Apache-2.0" ]
null
null
null
26.20339
82
0.663001
9,569
package com.quasar.backend.controller; import com.quasar.backend.common.utils.R; import com.quasar.backend.common.validator.ValidatorUtils; import com.quasar.backend.entity.Task; import com.quasar.backend.service.MqService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.ex...
3e167202efde084f6d9f93980a2ff55e9d598a97
513
java
Java
instrumentation/jaxws/jws-1.1/javaagent/src/test/java/io/opentelemetry/test/WebServiceClass.java
goto1134/opentelemetry-java-instrumentation
642f213c12fe54abd478c9418b2bc5472b20b0e5
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause", "MIT" ]
1
2021-03-12T09:20:36.000Z
2021-03-12T09:20:36.000Z
instrumentation/jaxws/jws-1.1/javaagent/src/test/java/io/opentelemetry/test/WebServiceClass.java
goto1134/opentelemetry-java-instrumentation
642f213c12fe54abd478c9418b2bc5472b20b0e5
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause", "MIT" ]
32
2020-10-01T12:43:49.000Z
2022-03-02T12:05:10.000Z
instrumentation/jaxws/jws-1.1/javaagent/src/test/java/io/opentelemetry/test/WebServiceClass.java
goto1134/opentelemetry-java-instrumentation
642f213c12fe54abd478c9418b2bc5472b20b0e5
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause", "MIT" ]
1
2021-02-24T23:30:39.000Z
2021-02-24T23:30:39.000Z
22.304348
94
0.754386
9,570
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.test; import javax.jws.WebService; /** * Note: this has to stay outside of 'io.opentelemetry.javaagent' package to be considered for * instrumentation */ // This is pure java to not have any groovy genera...
3e167211ea2d2b03c3da8d2f746c069c30ae21aa
3,363
java
Java
site-toolkit/platform-api/src/main/java/org/hippoecm/hst/platform/api/DocumentService.java
athenagroup/brxm
58d3c299f2b925a857e55d689e0cb4ee0258d82c
[ "Apache-2.0" ]
null
null
null
site-toolkit/platform-api/src/main/java/org/hippoecm/hst/platform/api/DocumentService.java
athenagroup/brxm
58d3c299f2b925a857e55d689e0cb4ee0258d82c
[ "Apache-2.0" ]
28
2020-10-29T15:59:43.000Z
2022-03-02T12:50:38.000Z
site-toolkit/platform-api/src/main/java/org/hippoecm/hst/platform/api/DocumentService.java
ajbanck/brxm
79d55e2d88a320719a78e3b4534799495336b572
[ "Apache-2.0" ]
null
null
null
48.042857
137
0.719596
9,571
/* * Copyright 2011-2018 Hippo B.V. (http://www.onehippo.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
3e1672134b38e03050fdf200b7fe03f8d835401a
2,460
java
Java
src/main/java/com/guru/login/model/User.java
kamalRanga/inventory
d99b0977039ca9434ea17c2d7c2bb9ea0f12bd4c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/guru/login/model/User.java
kamalRanga/inventory
d99b0977039ca9434ea17c2d7c2bb9ea0f12bd4c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/guru/login/model/User.java
kamalRanga/inventory
d99b0977039ca9434ea17c2d7c2bb9ea0f12bd4c
[ "Apache-2.0" ]
null
null
null
21.391304
128
0.717886
9,572
package com.guru.login.model; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.hibernate.validator.constraints.Length; import javax.persistence.*; import javax.validation.constraints.Email; import javax.validation.constraints.NotEmpty; import jav...
3e1673f2be9ad7610fb69bd912766170138188aa
1,720
java
Java
src/main/java/com/wujiabo/fsd/config/WebSecurityConfig.java
wujiabo/FSD-Assignments-05
6dea2d4c32d767a249aa736107838dd8ca7fbd41
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wujiabo/fsd/config/WebSecurityConfig.java
wujiabo/FSD-Assignments-05
6dea2d4c32d767a249aa736107838dd8ca7fbd41
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wujiabo/fsd/config/WebSecurityConfig.java
wujiabo/FSD-Assignments-05
6dea2d4c32d767a249aa736107838dd8ca7fbd41
[ "Apache-2.0" ]
null
null
null
40
115
0.725581
9,573
package com.wujiabo.fsd.config; import com.wujiabo.fsd.service.FsdUserDetailsService; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.con...
3e1674072522be5d77a36e894a03ec2985233924
2,729
java
Java
C3/src/main/java/it/unicam/cs/ids/c3/utenti/cliente/Cliente.java
catervpillar/progettoIDS
ba9059eeee89bcd98cddbb0d993046a015319d19
[ "MIT" ]
null
null
null
C3/src/main/java/it/unicam/cs/ids/c3/utenti/cliente/Cliente.java
catervpillar/progettoIDS
ba9059eeee89bcd98cddbb0d993046a015319d19
[ "MIT" ]
null
null
null
C3/src/main/java/it/unicam/cs/ids/c3/utenti/cliente/Cliente.java
catervpillar/progettoIDS
ba9059eeee89bcd98cddbb0d993046a015319d19
[ "MIT" ]
1
2021-05-18T08:58:46.000Z
2021-05-18T08:58:46.000Z
29.344086
112
0.585929
9,574
package it.unicam.cs.ids.c3.utenti.cliente; import it.unicam.cs.ids.c3.utenti.Utente; /** * Questa classe implementa l'interfaccia {@link ClienteInterface} ed estende la classe astratta {@link Utente}. * Ha la responsabilità di gestire un singolo {@link Cliente}. */ public class Cliente extends Utente implements C...
3e167553128bd050a92050ba16a80e5fc0829cb1
307
java
Java
thrift/src/main/java/com/bolly/thrift/entity/ConfigHosp.java
chibaolai/java_wheels
b29efadbf3d056e28be77ae683fcecb83e1ad951
[ "MIT" ]
null
null
null
thrift/src/main/java/com/bolly/thrift/entity/ConfigHosp.java
chibaolai/java_wheels
b29efadbf3d056e28be77ae683fcecb83e1ad951
[ "MIT" ]
null
null
null
thrift/src/main/java/com/bolly/thrift/entity/ConfigHosp.java
chibaolai/java_wheels
b29efadbf3d056e28be77ae683fcecb83e1ad951
[ "MIT" ]
null
null
null
13.347826
47
0.700326
9,575
package com.bolly.thrift.entity; public class ConfigHosp { private int hospId; private String apiKey; public ConfigHosp(int hospId, String apiKey) { this.hospId = hospId; this.apiKey = apiKey; } public int getHospId() { return hospId; } public String getApiKey() { return apiKey; } }
3e16783c89048c57cddc74e427e7f55420f436f4
485
java
Java
src/com/dynatrace/diagnostics/plugins/domain/LOCK_MODE.java
Dynatrace/Dynatrace-AppMon-Oracle-Monitor-Plugin
43c330dbfe515a890e50e0ac82d1f82c9e3e3b17
[ "BSD-3-Clause" ]
3
2016-04-06T18:34:40.000Z
2016-06-11T07:00:39.000Z
src/com/dynatrace/diagnostics/plugins/domain/LOCK_MODE.java
Dynatrace/Dynatrace-Oracle-Monitor-Plugin
43c330dbfe515a890e50e0ac82d1f82c9e3e3b17
[ "BSD-3-Clause" ]
null
null
null
src/com/dynatrace/diagnostics/plugins/domain/LOCK_MODE.java
Dynatrace/Dynatrace-Oracle-Monitor-Plugin
43c330dbfe515a890e50e0ac82d1f82c9e3e3b17
[ "BSD-3-Clause" ]
2
2018-07-25T13:43:15.000Z
2019-04-30T12:11:34.000Z
16.724138
49
0.676289
9,576
package com.dynatrace.diagnostics.plugins.domain; public enum LOCK_MODE { NONE("None"), NULL("Null"), ROW_S_SS("Row-S (SS)"), ROW_X_SX("Row-X (SX)"), SHARE("Share"), S_ROW_X_SSX("S/Row-X (SSX)"), EXCLUSIVE("Exclusive"); private String lockMode; LOCK_MODE(String lockMode) { this.lockMode = lockMode; ...
3e1678be627c404d8c2c20db72a15b792b515789
1,975
java
Java
BeibeProject/src/beans/Atendimento.java
AdrielBento/BEIBE-SAC
259db40f09e31e55b5b3f9f0f4f8593bb4ce3ddc
[ "MIT" ]
null
null
null
BeibeProject/src/beans/Atendimento.java
AdrielBento/BEIBE-SAC
259db40f09e31e55b5b3f9f0f4f8593bb4ce3ddc
[ "MIT" ]
null
null
null
BeibeProject/src/beans/Atendimento.java
AdrielBento/BEIBE-SAC
259db40f09e31e55b5b3f9f0f4f8593bb4ce3ddc
[ "MIT" ]
null
null
null
17.173913
110
0.708861
9,577
package beans; import java.io.Serializable; import java.util.Date; import java.util.concurrent.TimeUnit; public class Atendimento implements Serializable { private Integer id; private Date dataHora; private String status; private String solucao; private String descricao; private TipoAtendimento tipo; private...
3e16790db0578c6a25ae7d4dd149baa8c9882f51
3,610
java
Java
src/test/java/com/cloudmersive/client/PosTaggerApiTest.java
Cloudmersive/Cloudmersive.APIClient.Java
5b73bd7a0a2c1299d29c2c0b4fd0da9591193238
[ "Apache-2.0" ]
11
2018-01-09T05:28:35.000Z
2021-05-13T02:38:08.000Z
src/test/java/com/cloudmersive/client/PosTaggerApiTest.java
Cloudmersive/Cloudmersive.APIClient.Java
5b73bd7a0a2c1299d29c2c0b4fd0da9591193238
[ "Apache-2.0" ]
7
2019-11-04T06:44:49.000Z
2022-01-31T20:19:52.000Z
src/test/java/com/cloudmersive/client/PosTaggerApiTest.java
Cloudmersive/Cloudmersive.APIClient.Java
5b73bd7a0a2c1299d29c2c0b4fd0da9591193238
[ "Apache-2.0" ]
5
2019-06-03T12:04:02.000Z
2021-05-12T10:10:15.000Z
27.142857
205
0.642105
9,578
/* * nlpapiv2 * The powerful Natural Language Processing APIs (v2) let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text. * * OpenAPI spec version: v1 * * * NOTE: This class is auto generated by the swagger code gen...
3e1679ef493e6bda8a8a9158090368bdf3ee3f97
342
java
Java
src/test/java/com/github/charlemaznable/guardians/exception/ExceptionConfiguration.java
CharLemAznable/guardians-core
0e805d3757264cb675bfeac6e92e6e8fc9e5884c
[ "MIT" ]
2
2020-03-24T08:12:28.000Z
2020-03-29T14:55:30.000Z
src/test/java/com/github/charlemaznable/guardians/exception/ExceptionConfiguration.java
CharLemAznable/guardians-core
0e805d3757264cb675bfeac6e92e6e8fc9e5884c
[ "MIT" ]
1
2022-03-04T04:34:36.000Z
2022-03-04T04:34:36.000Z
src/test/java/com/github/charlemaznable/guardians/exception/ExceptionConfiguration.java
CharLemAznable/guardians-core
0e805d3757264cb675bfeac6e92e6e8fc9e5884c
[ "MIT" ]
null
null
null
28.5
70
0.865497
9,579
package com.github.charlemaznable.guardians.exception; import com.github.charlemaznable.guardians.spring.GuardiansImport; import org.springframework.context.annotation.ComponentScan; import org.springframework.web.servlet.config.annotation.EnableWebMvc; @EnableWebMvc @ComponentScan @GuardiansImport public class Excep...
3e167a284226d08bace9b7a7cd68fdfb593c1d72
183
java
Java
src/main/java/com/ws/app/service/SynchroMeterReadService.java
827551331/app
d22aaf9bb24e6b08babd97a2ef6693f2a7fe1574
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ws/app/service/SynchroMeterReadService.java
827551331/app
d22aaf9bb24e6b08babd97a2ef6693f2a7fe1574
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ws/app/service/SynchroMeterReadService.java
827551331/app
d22aaf9bb24e6b08babd97a2ef6693f2a7fe1574
[ "Apache-2.0" ]
1
2019-07-02T06:56:09.000Z
2019-07-02T06:56:09.000Z
12.2
42
0.622951
9,580
package com.ws.app.service; /** * 同步远传系统数据 * * @author wang_yw */ public interface SynchroMeterReadService { /** * 同步远传系统读数到营收系统 */ void synchroMeterRead(); }
3e167b349ccdb57c8c66c4e1028460eb66d9a9ce
3,527
java
Java
app/src/main/java/com/freedom/tunes/activities/MainActivity.java
sibayanjasper/tunes
764cbfa2170e7c789f287f091d431a7ea2ae984e
[ "MIT" ]
null
null
null
app/src/main/java/com/freedom/tunes/activities/MainActivity.java
sibayanjasper/tunes
764cbfa2170e7c789f287f091d431a7ea2ae984e
[ "MIT" ]
null
null
null
app/src/main/java/com/freedom/tunes/activities/MainActivity.java
sibayanjasper/tunes
764cbfa2170e7c789f287f091d431a7ea2ae984e
[ "MIT" ]
null
null
null
34.242718
106
0.675361
9,581
package com.freedom.tunes.activities; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.NavigationView; import android.support.design.widget.Snackbar; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLayout; imp...
3e167cc79115138ae6cb40a7e950de12e14e4d45
2,323
java
Java
USACO2020Grind/src/checklist_slow.java
javaarchive/USACOClass2020
4ae563014b9b2da3e1361e175d38e72308a8da89
[ "MIT" ]
null
null
null
USACO2020Grind/src/checklist_slow.java
javaarchive/USACOClass2020
4ae563014b9b2da3e1361e175d38e72308a8da89
[ "MIT" ]
null
null
null
USACO2020Grind/src/checklist_slow.java
javaarchive/USACOClass2020
4ae563014b9b2da3e1361e175d38e72308a8da89
[ "MIT" ]
null
null
null
38.716667
94
0.527335
9,582
import java.io.*; import java.util.*; public class checklist { static int[][] dp; static int[][] Hcows, Gcows; static int dist(int[] a, int[] b){ int A = a[0] - b[0]; int B = a[1] - b[1]; return A * A + B * B; } static void recur(int Hpos,int Gpos, int[] point,boolean useH, ...
3e167ce2190feeb84ea079533a7b7e4f6316cf34
10,327
java
Java
src/main/java/com/infinities/nova/resource/ServersResource.java
infinitiessoft/nova2.0-api
9fa7915cba5375f1f66b055f20cf2e694e0237e3
[ "Apache-2.0" ]
null
null
null
src/main/java/com/infinities/nova/resource/ServersResource.java
infinitiessoft/nova2.0-api
9fa7915cba5375f1f66b055f20cf2e694e0237e3
[ "Apache-2.0" ]
null
null
null
src/main/java/com/infinities/nova/resource/ServersResource.java
infinitiessoft/nova2.0-api
9fa7915cba5375f1f66b055f20cf2e694e0237e3
[ "Apache-2.0" ]
null
null
null
43.758475
121
0.765469
9,583
/******************************************************************************* * Copyright 2015 InfinitiesSoft Solutions 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 * * ...
3e167d8f4945072bd9d0cbae9de6c0ba1969e34d
2,204
java
Java
src/main/java/de/netbeacon/utils/json/test/JSONEQ.java
Horstexplorer/Xenia-Backend-Client
7c93c5a8c14f7a7df0e7225c9a7ac66146ddc949
[ "Apache-2.0" ]
null
null
null
src/main/java/de/netbeacon/utils/json/test/JSONEQ.java
Horstexplorer/Xenia-Backend-Client
7c93c5a8c14f7a7df0e7225c9a7ac66146ddc949
[ "Apache-2.0" ]
null
null
null
src/main/java/de/netbeacon/utils/json/test/JSONEQ.java
Horstexplorer/Xenia-Backend-Client
7c93c5a8c14f7a7df0e7225c9a7ac66146ddc949
[ "Apache-2.0" ]
null
null
null
29.783784
75
0.651543
9,584
/* * Copyright 2021 Horstexplorer @ https://www.netbeacon.de * * 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 re...
3e167dc268943794912f908d5e44e26c4a474554
4,364
java
Java
src/main/java/net/teamfruit/factorioforge/ui/UIModCellController.java
Team-Fruit/FactorioForge
5fba8dfe2ac3d25b6999f2a77bbd83ce43af246c
[ "MIT" ]
null
null
null
src/main/java/net/teamfruit/factorioforge/ui/UIModCellController.java
Team-Fruit/FactorioForge
5fba8dfe2ac3d25b6999f2a77bbd83ce43af246c
[ "MIT" ]
null
null
null
src/main/java/net/teamfruit/factorioforge/ui/UIModCellController.java
Team-Fruit/FactorioForge
5fba8dfe2ac3d25b6999f2a77bbd83ce43af246c
[ "MIT" ]
null
null
null
30.732394
123
0.728689
9,585
package net.teamfruit.factorioforge.ui; import javafx.animation.FadeTransition; import javafx.animation.Interpolator; import javafx.animation.KeyFrame; import javafx.animation.KeyValue; import javafx.animation.Timeline; import javafx.animation.TranslateTransition; import javafx.beans.property.DoubleProperty; import ja...
3e167dd6b43bea71365b083757d59bfba381ce70
2,110
java
Java
Arithmetic_Project/dynamic_plan_and_review/src/main/java/com/rox/LCS/Longest_Common_Subsequence.java
airpoet/bigdata
dc86e9fd63ed59cbd7bf69c1aa37ff6130df3da8
[ "MIT" ]
null
null
null
Arithmetic_Project/dynamic_plan_and_review/src/main/java/com/rox/LCS/Longest_Common_Subsequence.java
airpoet/bigdata
dc86e9fd63ed59cbd7bf69c1aa37ff6130df3da8
[ "MIT" ]
null
null
null
Arithmetic_Project/dynamic_plan_and_review/src/main/java/com/rox/LCS/Longest_Common_Subsequence.java
airpoet/bigdata
dc86e9fd63ed59cbd7bf69c1aa37ff6130df3da8
[ "MIT" ]
2
2019-04-20T03:31:31.000Z
2020-03-19T14:15:50.000Z
21.313131
74
0.341232
9,586
package com.rox.LCS; public class Longest_Common_Subsequence { public int lengthOfLCS(String A, String B) { int n = A.length(); int m = B.length(); char[] a = A.toCharArray(); char[] b = B.toCharArray(); int[][] dp = new int[n][m]; // 第一列 for (int i = 0; ...
3e167de1d7d89a14a9f011a5d3a26e5403f5e187
3,666
java
Java
groundsdk/src/androidTest/java/com/parrot/drone/groundsdk/internal/component/ComponentCoreTest.java
Asgardsys/GrounSDK
d4a8feb893b702e49a4aee1bf2dfa8becdffccae
[ "BSD-3-Clause" ]
16
2019-05-15T16:15:03.000Z
2022-01-26T07:42:57.000Z
groundsdk/src/androidTest/java/com/parrot/drone/groundsdk/internal/component/ComponentCoreTest.java
Asgardsys/GrounSDK
d4a8feb893b702e49a4aee1bf2dfa8becdffccae
[ "BSD-3-Clause" ]
7
2019-06-07T15:40:01.000Z
2022-03-30T22:29:35.000Z
groundsdk/src/androidTest/java/com/parrot/drone/groundsdk/internal/component/ComponentCoreTest.java
Asgardsys/GrounSDK
d4a8feb893b702e49a4aee1bf2dfa8becdffccae
[ "BSD-3-Clause" ]
10
2019-10-01T11:40:59.000Z
2022-03-21T16:41:47.000Z
35.592233
87
0.681397
9,587
/* * Copyright (C) 2019 Parrot Drones SAS * * 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 cond...
3e167e015476abcddb8358e1b6b62584763d8ca6
7,885
java
Java
org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java
oswalds/archi
c25d4e2a4ca55620ebd2073ca356634c43868aed
[ "MIT" ]
582
2015-01-10T14:42:22.000Z
2022-03-31T02:06:02.000Z
org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java
oswalds/archi
c25d4e2a4ca55620ebd2073ca356634c43868aed
[ "MIT" ]
740
2015-01-22T11:40:18.000Z
2022-03-30T13:54:36.000Z
org.eclipse.draw2d/src/org/eclipse/draw2d/graph/SortSubgraphs.java
oswalds/archi
c25d4e2a4ca55620ebd2073ca356634c43868aed
[ "MIT" ]
222
2015-01-29T14:33:55.000Z
2022-03-29T09:31:38.000Z
34.432314
82
0.526062
9,588
/******************************************************************************* * Copyright (c) 2003, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
3e167ebe074c171923286a9201d681e650f5bc74
2,854
java
Java
onebusaway-cloud-api/src/main/java/org/onebusaway/cloud/api/ExternalServicesBridgeFactory.java
OneBusAway/onebusaway-cloud-services
630d163bcf7aaa293e1aa597760949d36dee5095
[ "Apache-2.0" ]
1
2019-06-05T03:12:37.000Z
2019-06-05T03:12:37.000Z
onebusaway-cloud-api/src/main/java/org/onebusaway/cloud/api/ExternalServicesBridgeFactory.java
OneBusAway/onebusaway-cloud-services
630d163bcf7aaa293e1aa597760949d36dee5095
[ "Apache-2.0" ]
9
2020-02-11T15:05:53.000Z
2021-06-04T02:07:01.000Z
onebusaway-cloud-api/src/main/java/org/onebusaway/cloud/api/ExternalServicesBridgeFactory.java
OneBusAway/onebusaway-cloud-services
630d163bcf7aaa293e1aa597760949d36dee5095
[ "Apache-2.0" ]
5
2018-12-10T18:45:28.000Z
2020-10-22T20:30:42.000Z
33.576471
103
0.66363
9,589
/** * Copyright (C) 2018 Cambridge Systematics, 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 app...
3e167f3076caee74926981b619b8f8b57c7afe6a
178
java
Java
java_backup/my java/souvaghya/ayu.java
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
16
2018-11-26T08:39:42.000Z
2019-05-08T10:09:52.000Z
java_backup/my java/souvaghya/ayu.java
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
8
2020-05-04T06:29:26.000Z
2022-02-12T05:33:16.000Z
java_backup/my java/souvaghya/ayu.java
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
5
2020-02-11T16:02:21.000Z
2021-02-05T07:48:30.000Z
11.125
38
0.589888
9,590
class ayu { public static void main(String args[]) { int m; m=65; int i;int j; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) System.out.print((char)m); m++; System.out.println(""); } } }
3e167fc745c4be46547d8be05927193bcda48eac
2,889
java
Java
server-core/src/main/java/io/onedev/server/model/support/issue/transitiontrigger/PressButtonTrigger.java
programlife555/onedev
508488c795b0c5ce431e7ec905631771ee408f5c
[ "MIT" ]
null
null
null
server-core/src/main/java/io/onedev/server/model/support/issue/transitiontrigger/PressButtonTrigger.java
programlife555/onedev
508488c795b0c5ce431e7ec905631771ee408f5c
[ "MIT" ]
null
null
null
server-core/src/main/java/io/onedev/server/model/support/issue/transitiontrigger/PressButtonTrigger.java
programlife555/onedev
508488c795b0c5ce431e7ec905631771ee408f5c
[ "MIT" ]
null
null
null
30.410526
100
0.766009
9,591
package io.onedev.server.model.support.issue.transitiontrigger; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.hibernate.validator.constraints.NotEmpty; import io.onedev.server.OneDev; import io.onedev.server.entitymanager.SettingManager; import io.onedev.server.model.User; ...
3e16800a5e02f61bb6d5df192f7648c3fefd610e
1,090
java
Java
reladomo/src/test/java/com/gs/fw/common/mithra/test/domain/OrderStatus.java
h143570/reladomo
7a7541a2a09a2d7ed85d6e35166b4635629f13a6
[ "Apache-2.0" ]
null
null
null
reladomo/src/test/java/com/gs/fw/common/mithra/test/domain/OrderStatus.java
h143570/reladomo
7a7541a2a09a2d7ed85d6e35166b4635629f13a6
[ "Apache-2.0" ]
1
2019-06-06T16:46:42.000Z
2019-06-06T16:46:42.000Z
reladomo/src/test/java/com/gs/fw/common/mithra/test/domain/OrderStatus.java
h143570/reladomo
7a7541a2a09a2d7ed85d6e35166b4635629f13a6
[ "Apache-2.0" ]
3
2018-10-02T15:34:51.000Z
2019-05-21T15:26:41.000Z
25.952381
103
0.73578
9,592
/* Copyright 2016 Goldman Sachs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
3e168057fe8eca6bf2f6afc3af06556c64a94a56
1,741
java
Java
serviceapi/src/main/java/me/retrodaredevil/solarthing/homeassistant/data/SensorInfo.java
modern-resilience/solarthing
880857598f73567f31920826cc691987d8f7135c
[ "MIT" ]
67
2019-07-03T22:22:45.000Z
2022-02-23T14:29:10.000Z
serviceapi/src/main/java/me/retrodaredevil/solarthing/homeassistant/data/SensorInfo.java
modern-resilience/solarthing
880857598f73567f31920826cc691987d8f7135c
[ "MIT" ]
46
2019-12-19T01:01:46.000Z
2022-03-26T16:24:21.000Z
serviceapi/src/main/java/me/retrodaredevil/solarthing/homeassistant/data/SensorInfo.java
modern-resilience/solarthing
880857598f73567f31920826cc691987d8f7135c
[ "MIT" ]
18
2019-12-01T18:10:36.000Z
2022-01-28T06:39:39.000Z
23.527027
104
0.718553
9,593
package me.retrodaredevil.solarthing.homeassistant.data; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import java.time.Instant; import java.util.Map; public class SensorInfo implements HomeAssistantSensorInfo { private final String entityId; private fin...
3e168116917211a7b2be11ee7e3250fbc7194b1f
2,806
java
Java
app/src/main/java/com/com/gang/aiyicomeon/rongyun/Chat_main.java
xiaoganggang/Ayicomeon
0ffca18dafcbe7ac363753805f67cf4473f71912
[ "Apache-2.0" ]
1
2017-04-29T04:47:37.000Z
2017-04-29T04:47:37.000Z
app/src/main/java/com/com/gang/aiyicomeon/rongyun/Chat_main.java
xiaoganggang/Ayicomeon
0ffca18dafcbe7ac363753805f67cf4473f71912
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/com/gang/aiyicomeon/rongyun/Chat_main.java
xiaoganggang/Ayicomeon
0ffca18dafcbe7ac363753805f67cf4473f71912
[ "Apache-2.0" ]
1
2020-03-07T04:22:56.000Z
2020-03-07T04:22:56.000Z
40.085714
115
0.677477
9,594
package com.com.gang.aiyicomeon.rongyun; import android.net.Uri; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentPagerAdapter; import android.support.v4.view.ViewPager; import android.os.Bundle; import com.example.administrator.ayicomeon.R;...
3e1681232ed6def859d753341b1c6163ad176b5c
292
java
Java
src/tokens/Type.java
lucianoserafim/compilador
a83648570ad801c0f8e30ac2353b4d8bf92ca8cf
[ "Apache-2.0" ]
null
null
null
src/tokens/Type.java
lucianoserafim/compilador
a83648570ad801c0f8e30ac2353b4d8bf92ca8cf
[ "Apache-2.0" ]
null
null
null
src/tokens/Type.java
lucianoserafim/compilador
a83648570ad801c0f8e30ac2353b4d8bf92ca8cf
[ "Apache-2.0" ]
null
null
null
16.222222
62
0.674658
9,595
package tokens; public class Type extends Palavra { public static final Type INTEIRO = new Type("INTEIRO", -1); public static final Type BOOLEANO = new Type("BOOLEANO", -1); public Type(String palavra, int l){ super(palavra, Tag.BASICO, l); nomeDoToken = palavra; } }
3e168271430a4488420260044a0b54f6c5ab9dcc
9,212
java
Java
src/main/java/NewJFrame.java
5AF1/Study2Do
e1c61389d9cbc1b832f3861c18b54b55b5d3199a
[ "MIT" ]
1
2021-03-30T06:08:20.000Z
2021-03-30T06:08:20.000Z
src/main/java/NewJFrame.java
5AF1/Study2Do
e1c61389d9cbc1b832f3861c18b54b55b5d3199a
[ "MIT" ]
null
null
null
src/main/java/NewJFrame.java
5AF1/Study2Do
e1c61389d9cbc1b832f3861c18b54b55b5d3199a
[ "MIT" ]
null
null
null
36.995984
120
0.572948
9,596
import java.awt.*; import java.awt.Color; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; import java.sql.*; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.JFra...
3e1682ef1d000fbcb0dd6cfcf63bb84ddd300d98
435
java
Java
platform/base/core/src/test/java/com/peregrine/sitemap/HasNameTest.java
eXeLuis/peregrine-cms
1b19de2f7cfb64f802d44305971a21ce85382610
[ "Apache-2.0" ]
54
2017-09-13T21:14:34.000Z
2021-11-30T08:36:46.000Z
platform/base/core/src/test/java/com/peregrine/sitemap/HasNameTest.java
eXeLuis/peregrine-cms
1b19de2f7cfb64f802d44305971a21ce85382610
[ "Apache-2.0" ]
751
2018-09-22T15:38:00.000Z
2022-03-21T00:36:45.000Z
platform/base/core/src/test/java/com/peregrine/sitemap/HasNameTest.java
eXeLuis/peregrine-cms
1b19de2f7cfb64f802d44305971a21ce85382610
[ "Apache-2.0" ]
44
2017-10-11T00:01:26.000Z
2022-03-07T09:14:35.000Z
22.894737
67
0.703448
9,597
package com.peregrine.sitemap; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.runners.MockitoJUnitRunner; import static org.junit.Assert.assertEquals; @RunWith(MockitoJUnitRunner.class) public final class HasNameTest { private final HasName model = new HasName() {}; ...
3e168353d553c2f2ab81a0c2a0c6cc4cfbf407ac
861
java
Java
android/src/main/java/com/alinz/parkerdan/shareextension/SharePackage.java
maddijoyce/react-native-share-extension
30830e73569502e4ffa6b21481320d4e435a6038
[ "MIT" ]
6
2019-10-29T20:39:54.000Z
2021-01-20T19:13:15.000Z
android/src/main/java/com/alinz/parkerdan/shareextension/SharePackage.java
maddijoyce/react-native-share-extension
30830e73569502e4ffa6b21481320d4e435a6038
[ "MIT" ]
2
2017-11-11T07:28:05.000Z
2020-07-21T23:13:16.000Z
android/src/main/java/com/alinz/parkerdan/shareextension/SharePackage.java
maddijoyce/react-native-share-extension
30830e73569502e4ffa6b21481320d4e435a6038
[ "MIT" ]
14
2019-09-30T07:30:06.000Z
2021-06-09T16:36:30.000Z
30.75
88
0.794425
9,598
package com.alinz.parkerdan.shareextension; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.NativeModule; import com.facebook.react.uimanager.ViewManager; import com.facebook.react.ReactPackage; import java.util.Arrays; impo...
3e16846f234628b2e76e0359a187017af2654745
1,074
java
Java
src/etudiant.java
HugoGapaillart/Depot-Java
f1c9210ee952776d58f7bf4d36a36ee28bb31984
[ "MIT" ]
null
null
null
src/etudiant.java
HugoGapaillart/Depot-Java
f1c9210ee952776d58f7bf4d36a36ee28bb31984
[ "MIT" ]
null
null
null
src/etudiant.java
HugoGapaillart/Depot-Java
f1c9210ee952776d58f7bf4d36a36ee28bb31984
[ "MIT" ]
null
null
null
23.347826
122
0.656425
9,599
import java.util.List; import java.util.ArrayList; public class Etudiant { public String nom; public String prenom; public int age; public String classe; private List<Chien> chiens; private List<Demon> demons; public Etudiant(String p_nom, String p_prenom, int p_age, String p_classe) { nom = p_nom; ...
3e16879989241b541b7167bb2245516fca784186
1,965
java
Java
third_party/java/htmlparser/src/nu/validator/saxtree/NodeType.java
terjanq/caja
646d54c379f8f3eed0f8859a2c5beaa6b9ee8484
[ "Apache-2.0" ]
1,172
2015-04-20T10:04:46.000Z
2021-01-28T19:10:42.000Z
third_party/java/htmlparser/src/nu/validator/saxtree/NodeType.java
terjanq/caja
646d54c379f8f3eed0f8859a2c5beaa6b9ee8484
[ "Apache-2.0" ]
89
2015-05-08T21:28:00.000Z
2020-11-24T05:45:25.000Z
third_party/java/htmlparser/src/nu/validator/saxtree/NodeType.java
terjanq/caja
646d54c379f8f3eed0f8859a2c5beaa6b9ee8484
[ "Apache-2.0" ]
147
2015-04-18T12:13:11.000Z
2021-02-01T05:10:46.000Z
25.519481
78
0.642239
9,600
/* * Copyright (c) 2007 Henri Sivonen * Copyright (c) 2008 Mozilla Foundation * * 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 * t...
3e16885ee5f727665cb5c7d6e407ad0b31a1591c
5,484
java
Java
Preference/src/DBSearcher.java
voidblue/PreferenceWebPage
7b36a6b0df09b84aa46fb63f9b191c84b46509d6
[ "Apache-2.0" ]
null
null
null
Preference/src/DBSearcher.java
voidblue/PreferenceWebPage
7b36a6b0df09b84aa46fb63f9b191c84b46509d6
[ "Apache-2.0" ]
null
null
null
Preference/src/DBSearcher.java
voidblue/PreferenceWebPage
7b36a6b0df09b84aa46fb63f9b191c84b46509d6
[ "Apache-2.0" ]
null
null
null
35.153846
150
0.5155
9,601
import javax.crypto.Cipher; import javax.swing.*; import java.sql.*; public class DBSearcher { String[] userInput; static String[] sqlBlocks; static int[] blockInputCounts; private DBSearcher(String[] userInput) { this.userInput = userInput; } public static DBSearcher getInstance(String[] userInpu...
3e16896b6d8dbd10b1e03620b3fdab8869da65c0
5,068
java
Java
src/goryachev/secdb/internal/DBEngineIO.java
andy-goryachev/SecDB
7199c37a3329d9bb43832e0cfd856ec234502edc
[ "Apache-2.0" ]
3
2019-08-24T02:49:15.000Z
2022-01-01T17:54:24.000Z
src/goryachev/secdb/internal/DBEngineIO.java
andy-goryachev/SecDB
7199c37a3329d9bb43832e0cfd856ec234502edc
[ "Apache-2.0" ]
null
null
null
src/goryachev/secdb/internal/DBEngineIO.java
andy-goryachev/SecDB
7199c37a3329d9bb43832e0cfd856ec234502edc
[ "Apache-2.0" ]
null
null
null
22.629464
117
0.613533
9,602
// Copyright © 2019-2021 Andy Goryachev <upchh@example.com> package goryachev.secdb.internal; import goryachev.common.io.DReader; import goryachev.common.io.DWriter; import goryachev.common.io.DWriterBytes; import goryachev.common.log.Log; import goryachev.common.util.CKit; import goryachev.common.util.Hex; imp...
3e1689be64b0eadc5f6975a49f7563ed9af429db
1,564
java
Java
app/src/main/java/ru/alekssey7227/lifetime/backend/Time.java
D1scoDancer/Lifetime
386f2f62e26c1b16b53b21c886ee6ee6149ee332
[ "Apache-2.0" ]
null
null
null
app/src/main/java/ru/alekssey7227/lifetime/backend/Time.java
D1scoDancer/Lifetime
386f2f62e26c1b16b53b21c886ee6ee6149ee332
[ "Apache-2.0" ]
1
2021-05-20T11:59:02.000Z
2021-05-21T16:52:22.000Z
app/src/main/java/ru/alekssey7227/lifetime/backend/Time.java
D1scoDancer/Lifetime
386f2f62e26c1b16b53b21c886ee6ee6149ee332
[ "Apache-2.0" ]
null
null
null
24.825397
136
0.686061
9,603
package ru.alekssey7227.lifetime.backend; import androidx.annotation.NonNull; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Locale; import ru.alekssey7227.lifetime.R; import ru.alekssey7227.lifetime.activities.MainActivity; //TODO: getProperTime() - класс сам определяет в к...
3e1689c069f35829a2c944e4821c223a604aab5b
3,870
java
Java
src/main/java/tv/twitch/moonmoon/rpengine2/model/attribute/Attribute.java
windy1/RPEngine2
e5ef28ae9e43403751de5a7ead7edb40b1d36727
[ "MIT" ]
1
2020-11-27T19:56:53.000Z
2020-11-27T19:56:53.000Z
src/main/java/tv/twitch/moonmoon/rpengine2/model/attribute/Attribute.java
windy1/RPEngine2
e5ef28ae9e43403751de5a7ead7edb40b1d36727
[ "MIT" ]
1
2021-01-31T19:15:40.000Z
2021-01-31T19:15:40.000Z
src/main/java/tv/twitch/moonmoon/rpengine2/model/attribute/Attribute.java
windy1/RPEngine2
e5ef28ae9e43403751de5a7ead7edb40b1d36727
[ "MIT" ]
2
2021-03-16T19:15:02.000Z
2021-07-30T08:17:43.000Z
24.037267
87
0.582946
9,604
package tv.twitch.moonmoon.rpengine2.model.attribute; import tv.twitch.moonmoon.rpengine2.model.Model; import java.time.Instant; import java.util.Objects; import java.util.Optional; /** * An attribute is a key-value pair that describes something about a * {@link tv.twitch.moonmoon.rpengine2.model.player.RpPlayer}....
3e1689d225c5f5342d03545ced06356d125a33c0
249
java
Java
crawler4j/src/main/java/edu/uci/ics/crawler4j/crawler/exceptions/ContentFetchException.java
ntanh1402/crawler4j
0265a0354a5134fed9e5c2731e500191efe668f0
[ "Apache-2.0" ]
null
null
null
crawler4j/src/main/java/edu/uci/ics/crawler4j/crawler/exceptions/ContentFetchException.java
ntanh1402/crawler4j
0265a0354a5134fed9e5c2731e500191efe668f0
[ "Apache-2.0" ]
null
null
null
crawler4j/src/main/java/edu/uci/ics/crawler4j/crawler/exceptions/ContentFetchException.java
ntanh1402/crawler4j
0265a0354a5134fed9e5c2731e500191efe668f0
[ "Apache-2.0" ]
null
null
null
27.666667
92
0.751004
9,605
package edu.uci.ics.crawler4j.crawler.exceptions; /** * Created by Avi Hayun on 12/8/2014. * * <p>Thrown when there is a problem with the content fetching - this is a tagging exception */ public class ContentFetchException extends Exception {}
3e168a1fecbe978d1f5b6f8bd5b80aea65120b8d
682
java
Java
security/src/main/java/com/imran/security/SecurityApplication.java
shaikh-imran1/InDepthRestAPI
138a0529a8c50d5f685d637fa83c46da9f9c690d
[ "Apache-2.0" ]
null
null
null
security/src/main/java/com/imran/security/SecurityApplication.java
shaikh-imran1/InDepthRestAPI
138a0529a8c50d5f685d637fa83c46da9f9c690d
[ "Apache-2.0" ]
null
null
null
security/src/main/java/com/imran/security/SecurityApplication.java
shaikh-imran1/InDepthRestAPI
138a0529a8c50d5f685d637fa83c46da9f9c690d
[ "Apache-2.0" ]
1
2020-11-02T09:41:33.000Z
2020-11-02T09:41:33.000Z
32.47619
81
0.841642
9,606
package com.imran.security; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.security.c...
3e168b1727f3b7b7b45e89ecb86935f2866b21d8
2,796
java
Java
aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeConversionTasksRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
1
2020-08-27T17:36:34.000Z
2020-08-27T17:36:34.000Z
aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeConversionTasksRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
3
2020-04-15T20:08:15.000Z
2021-06-30T19:58:16.000Z
aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeConversionTasksRequestMarshaller.java
jplippi/aws-sdk-java
147eefec220e2944dc571283af6552611bc94301
[ "Apache-2.0" ]
1
2020-10-10T15:59:17.000Z
2020-10-10T15:59:17.000Z
45.836066
188
0.753219
9,607
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e168b2b7ca093460a4ba2e2d26e5030151c2da5
1,561
java
Java
ElasticUtils/elasticutils-elasticsearch6/src/main/java/de/bytefish/elasticutils/elasticsearch6/client/bulk/listener/LoggingBulkProcessorListener.java
softWindXxx/ElasticUtils
82ef5460571c29aa544f6994516ef6d21130cafc
[ "MIT" ]
34
2016-11-22T06:44:42.000Z
2022-03-23T06:15:45.000Z
ElasticUtils/elasticutils-elasticsearch6/src/main/java/de/bytefish/elasticutils/elasticsearch6/client/bulk/listener/LoggingBulkProcessorListener.java
softWindXxx/ElasticUtils
82ef5460571c29aa544f6994516ef6d21130cafc
[ "MIT" ]
10
2021-03-18T19:45:30.000Z
2021-03-19T13:21:16.000Z
ElasticUtils/elasticutils-elasticsearch6/src/main/java/de/bytefish/elasticutils/elasticsearch6/client/bulk/listener/LoggingBulkProcessorListener.java
softWindXxx/ElasticUtils
82ef5460571c29aa544f6994516ef6d21130cafc
[ "MIT" ]
23
2016-11-04T14:42:48.000Z
2020-10-26T06:46:40.000Z
39.025
149
0.719411
9,608
// Copyright (c) Philipp Wagner. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. package de.bytefish.elasticutils.elasticsearch6.client.bulk.listener; import org.apache.logging.log4j.Logger; import org.elasticsearch.action.bulk.BulkProcessor; ...
3e168bd7cca67a53f309e2d8997af4bd8cfa683d
1,160
java
Java
marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
46
2015-05-06T19:30:30.000Z
2021-09-30T20:50:35.000Z
marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
1,075
2015-01-02T05:33:02.000Z
2022-03-15T15:48:17.000Z
marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java
andreas-felix/java-client-api
c6544ce9220ea12c534ac09df9795d64cadae529
[ "Apache-2.0" ]
77
2015-05-07T17:37:52.000Z
2022-03-14T07:10:32.000Z
34.117647
75
0.747414
9,609
/* * Copyright (c) 2019 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
3e168bef08cb788fbd9da12e2dacc3b0c9420b36
4,188
java
Java
lml-vis/src/main/java/com/github/czyzby/lml/vis/util/ColorPickerContainer.java
tommyettinger/gdx-lml
1a3586df66cea44dab63e203927299fa344e5659
[ "Apache-2.0" ]
174
2015-03-29T18:42:16.000Z
2021-12-04T18:23:10.000Z
lml-vis/src/main/java/com/github/czyzby/lml/vis/util/ColorPickerContainer.java
tommyettinger/gdx-lml
1a3586df66cea44dab63e203927299fa344e5659
[ "Apache-2.0" ]
96
2015-10-23T17:03:49.000Z
2020-12-08T01:21:37.000Z
lml-vis/src/main/java/com/github/czyzby/lml/vis/util/ColorPickerContainer.java
tommyettinger/gdx-lml
1a3586df66cea44dab63e203927299fa344e5659
[ "Apache-2.0" ]
46
2015-10-23T16:41:27.000Z
2021-09-06T14:50:38.000Z
42.734694
120
0.677889
9,610
package com.github.czyzby.lml.vis.util; import com.github.czyzby.kiwi.util.common.Strings; import com.github.czyzby.kiwi.util.gdx.asset.Disposables; import com.kotcrab.vis.ui.widget.color.ColorPicker; /** Manages a single {@link ColorPicker} instance. Since color picker is a heavy widget that should be reused, this ...
3e168d05655c01a8e9f289467219d5b602ddea0c
1,174
java
Java
src/main/java/com/mattworzala/resource/registry/Registry.java
mworzala/resource
d350d0df1915fb2944a6665d5cc2d5584480b5f8
[ "MIT" ]
null
null
null
src/main/java/com/mattworzala/resource/registry/Registry.java
mworzala/resource
d350d0df1915fb2944a6665d5cc2d5584480b5f8
[ "MIT" ]
null
null
null
src/main/java/com/mattworzala/resource/registry/Registry.java
mworzala/resource
d350d0df1915fb2944a6665d5cc2d5584480b5f8
[ "MIT" ]
null
null
null
30.894737
123
0.70017
9,611
package com.mattworzala.resource.registry; import com.mattworzala.resource.Identifier; import com.mattworzala.resource.Resource; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.stream.Stream; public interface Registry<R extends Resource> { @Nullable stati...
3e168d130a84f2c1a6b14c4f21295bc1a0854fcb
4,351
java
Java
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/driver/EditMavenArtifactDialog.java
btos0207/dbaever
0573b0cc8ae8c9b9672fd6202581addb9643ec63
[ "Apache-2.0" ]
null
null
null
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/driver/EditMavenArtifactDialog.java
btos0207/dbaever
0573b0cc8ae8c9b9672fd6202581addb9643ec63
[ "Apache-2.0" ]
null
null
null
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/driver/EditMavenArtifactDialog.java
btos0207/dbaever
0573b0cc8ae8c9b9672fd6202581addb9643ec63
[ "Apache-2.0" ]
1
2020-11-04T04:52:36.000Z
2020-11-04T04:52:36.000Z
35.414634
144
0.677686
9,612
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (hzdkv@example.com) * Copyright (C) 2011-2012 Eugene Fradkin (efpyi@example.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
3e168d5bd04473a8edac90e2c5c263ecc1406081
3,014
java
Java
jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java
Vertabelo/jOOQ
e65f62d833286ea0689748e3be47dabe94a9f511
[ "Apache-2.0" ]
1
2015-01-19T00:51:30.000Z
2015-01-19T00:51:30.000Z
jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java
Vertabelo/jOOQ
e65f62d833286ea0689748e3be47dabe94a9f511
[ "Apache-2.0" ]
null
null
null
jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java
Vertabelo/jOOQ
e65f62d833286ea0689748e3be47dabe94a9f511
[ "Apache-2.0" ]
null
null
null
39.142857
80
0.66722
9,613
/** * Copyright (c) 2009-2014, Data Geekery GmbH (http://www.datageekery.com) * All rights reserved. * * This work is dual-licensed * - under the Apache Software License 2.0 (the "ASL") * - under the jOOQ License and Maintenance Agreement (the "jOOQ License") * ===================================================...
3e168df2d1219eda855750a3b967dde5dd8a13ad
456
java
Java
IceSoapTest/src/test/java/com/alexgilleran/icesoap/parser/test/xmlclasses/PipeTestInner.java
AlexGilleran/icesoap
370f3a52be9dc7bd619aa751aedceb2a5703a072
[ "Apache-2.0" ]
84
2015-02-13T23:41:48.000Z
2022-03-10T14:17:26.000Z
IceSoapTest/src/test/java/com/alexgilleran/icesoap/parser/test/xmlclasses/PipeTestInner.java
AlexGilleran/icesoap
370f3a52be9dc7bd619aa751aedceb2a5703a072
[ "Apache-2.0" ]
19
2015-10-27T09:22:52.000Z
2022-03-09T09:22:53.000Z
IceSoapTest/src/test/java/com/alexgilleran/icesoap/parser/test/xmlclasses/PipeTestInner.java
AlexGilleran/icesoap
370f3a52be9dc7bd619aa751aedceb2a5703a072
[ "Apache-2.0" ]
18
2015-04-02T11:38:14.000Z
2019-11-08T13:03:42.000Z
17.538462
56
0.730263
9,614
/** * */ package com.alexgilleran.icesoap.parser.test.xmlclasses; import com.alexgilleran.icesoap.annotation.XMLField; /** * @author Alex Gilleran * */ public class PipeTestInner { @XMLField("InnerValue1 | //InnerValue11") private String innerValue1; @XMLField("InnerValue2 | //InnerValue22") private String...
3e168e016f0acee784d9db5fd333e78e1f7703e6
1,655
java
Java
src/main/java/com/liangxiaoqiao/leetcode/day/medium/NAryTreeLevelOrderTraversal.java
liangxiaoqiao/LeetCodeDay
42d7a3fc86fd24c259c0bfc041a49bab3dcdd773
[ "Apache-2.0" ]
null
null
null
src/main/java/com/liangxiaoqiao/leetcode/day/medium/NAryTreeLevelOrderTraversal.java
liangxiaoqiao/LeetCodeDay
42d7a3fc86fd24c259c0bfc041a49bab3dcdd773
[ "Apache-2.0" ]
null
null
null
src/main/java/com/liangxiaoqiao/leetcode/day/medium/NAryTreeLevelOrderTraversal.java
liangxiaoqiao/LeetCodeDay
42d7a3fc86fd24c259c0bfc041a49bab3dcdd773
[ "Apache-2.0" ]
null
null
null
23.985507
347
0.595166
9,615
package com.liangxiaoqiao.leetcode.day.medium; import java.util.List; /* * English * id: 429 * title: N-ary Tree Level Order Traversal * href: https://leetcode.com/problems/n-ary-tree-level-order-traversal * desc: Given an n-ary tree, return the level order traversal of its nodes\' values. (ie, from left to...
3e168e729d21584e84f6fd6771873f3daad4155e
1,834
java
Java
rest-sample/src/test/java/ru/stqa/pft/rest/RestTests.java
stambolsky/java_pft
b8699b458e15a7d7e6c1885d4ab348db5035c74c
[ "Apache-2.0" ]
null
null
null
rest-sample/src/test/java/ru/stqa/pft/rest/RestTests.java
stambolsky/java_pft
b8699b458e15a7d7e6c1885d4ab348db5035c74c
[ "Apache-2.0" ]
null
null
null
rest-sample/src/test/java/ru/stqa/pft/rest/RestTests.java
stambolsky/java_pft
b8699b458e15a7d7e6c1885d4ab348db5035c74c
[ "Apache-2.0" ]
null
null
null
39.869565
135
0.695747
9,616
package ru.stqa.pft.rest; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonParser; import com.google.gson.reflect.TypeToken; import org.apache.http.client.fluent.Request; import org.apache.http.message.BasicNameValuePair; import org.testng.annotations.Test; import java.io.IO...
3e168f000e6c2dcddbd009cac94bf3902e8707a9
821
java
Java
LeetCode/src/test/java/org/redquark/onlinejudges/leetcode/array/SearchA2DMatrixTest.java
ani03sha/OnlineJudge
e39e0e4da4e039c12ce7645aceecec0a84ecbebd
[ "Apache-2.0" ]
18
2021-05-24T03:37:33.000Z
2022-03-14T10:44:52.000Z
LeetCode/src/test/java/org/redquark/onlinejudges/leetcode/array/SearchA2DMatrixTest.java
ani03sha/OnlineJudge
e39e0e4da4e039c12ce7645aceecec0a84ecbebd
[ "Apache-2.0" ]
null
null
null
LeetCode/src/test/java/org/redquark/onlinejudges/leetcode/array/SearchA2DMatrixTest.java
ani03sha/OnlineJudge
e39e0e4da4e039c12ce7645aceecec0a84ecbebd
[ "Apache-2.0" ]
4
2022-01-07T15:51:32.000Z
2022-02-15T15:38:54.000Z
27.366667
69
0.56151
9,617
package org.redquark.onlinejudges.leetcode.array; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; public class SearchA2DMatrixTest { private final SearchA2DMatrix testObject = new SearchA2DMatrix(); @T...
3e168f1de93b6a0094f03d9358a3002bcf250a10
644
java
Java
src/main/java/extend/MyDouble.java
cybzzz/Jisp
74bf194089d93838ef434ae99aa4686426331b4a
[ "MIT" ]
null
null
null
src/main/java/extend/MyDouble.java
cybzzz/Jisp
74bf194089d93838ef434ae99aa4686426331b4a
[ "MIT" ]
null
null
null
src/main/java/extend/MyDouble.java
cybzzz/Jisp
74bf194089d93838ef434ae99aa4686426331b4a
[ "MIT" ]
null
null
null
17.405405
49
0.543478
9,618
package extend; import java.util.Objects; public final class MyDouble extends Atom { public Double num; public MyDouble() { } public MyDouble(double num) { this.num = num; } @Override public String toString() { return num.toString(); } @Override public boole...
3e168f29d35830f2e90ccfb5a4e7ee2a8135c6db
8,371
java
Java
FeedbackRest/src/main/java/com/feedback/rest/controller/FeedbackRestController.java
smadanu-git/FeedbackWebApp
f42bef57ad5567f2cafe37db01a7c6cfb628ba60
[ "MIT" ]
null
null
null
FeedbackRest/src/main/java/com/feedback/rest/controller/FeedbackRestController.java
smadanu-git/FeedbackWebApp
f42bef57ad5567f2cafe37db01a7c6cfb628ba60
[ "MIT" ]
null
null
null
FeedbackRest/src/main/java/com/feedback/rest/controller/FeedbackRestController.java
smadanu-git/FeedbackWebApp
f42bef57ad5567f2cafe37db01a7c6cfb628ba60
[ "MIT" ]
null
null
null
38.75463
116
0.755824
9,619
package com.feedback.rest.controller; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework....
3e168f8112d258eb771d13366828d0d57698109b
3,290
java
Java
src/main/java/io/ballerina/plugins/idea/editor/inserthandlers/BallerinaQuotesInsertHandler.java
ballerina-platform/plugin-intellij
bbeacdde34c3d27a24b1e0a729afe8ebf6fd7ab5
[ "Apache-2.0" ]
7
2020-09-09T12:00:37.000Z
2021-12-17T13:39:40.000Z
src/main/java/io/ballerina/plugins/idea/editor/inserthandlers/BallerinaQuotesInsertHandler.java
ballerina-platform/plugin-intellij
bbeacdde34c3d27a24b1e0a729afe8ebf6fd7ab5
[ "Apache-2.0" ]
34
2020-11-02T06:32:39.000Z
2022-03-11T01:39:06.000Z
src/main/java/io/ballerina/plugins/idea/editor/inserthandlers/BallerinaQuotesInsertHandler.java
ballerina-platform/plugin-intellij
bbeacdde34c3d27a24b1e0a729afe8ebf6fd7ab5
[ "Apache-2.0" ]
3
2020-09-09T12:00:43.000Z
2021-09-07T10:05:28.000Z
42.727273
114
0.694225
9,620
/* * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
3e1690832dc91fdca3d348fb57028d0d7706fc7c
743
java
Java
jbpm-xes/src/main/java/org/jbpm/xes/XESExportService.java
akoufoudakis/jbpm
c0b02549779ec1c01664023ad79d28c851905ba6
[ "Apache-2.0" ]
841
2017-03-13T16:37:04.000Z
2022-03-17T22:56:48.000Z
jbpm-xes/src/main/java/org/jbpm/xes/XESExportService.java
akoufoudakis/jbpm
c0b02549779ec1c01664023ad79d28c851905ba6
[ "Apache-2.0" ]
1,104
2017-03-13T18:33:12.000Z
2022-03-30T23:30:46.000Z
jbpm-xes/src/main/java/org/jbpm/xes/XESExportService.java
akoufoudakis/jbpm
c0b02549779ec1c01664023ad79d28c851905ba6
[ "Apache-2.0" ]
606
2017-03-13T14:17:07.000Z
2022-03-24T23:48:11.000Z
33.772727
75
0.74428
9,621
/* * Copyright 2019 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 app...
3e169143e9d9c95d8bd186cc9325ee5082ec455d
343
java
Java
NLPCCd/Hadoop/10430_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
NLPCCd/Hadoop/10430_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
NLPCCd/Hadoop/10430_2.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
21.4375
56
0.752187
9,622
//,temp,sample_5715.java,2,12,temp,sample_8190.java,2,12 //,2 public class xxx { private void checkVersion() throws IOException { Version loadedVersion = loadVersion(); if (loadedVersion.equals(getCurrentVersion())) { return; } if (loadedVersion.isCompatibleTo(getCurrentVersion())) { log.info("storing timeline store ...
3e169301c68557b0453c3103cc87afd3c6035283
202
java
Java
common/src/main/java/ru/ajana/work/common/oop/InterfaceDemo.java
andrej59/app-work
d30e290a3c730490fda5e8c7e45e55745755a5b1
[ "Apache-2.0" ]
null
null
null
common/src/main/java/ru/ajana/work/common/oop/InterfaceDemo.java
andrej59/app-work
d30e290a3c730490fda5e8c7e45e55745755a5b1
[ "Apache-2.0" ]
7
2019-11-13T06:22:07.000Z
2022-01-21T23:22:47.000Z
common/src/main/java/ru/ajana/work/common/oop/InterfaceDemo.java
andrej59/app-work
d30e290a3c730490fda5e8c7e45e55745755a5b1
[ "Apache-2.0" ]
null
null
null
15.538462
43
0.70297
9,623
package ru.ajana.work.common.oop; /** * @author Andrey Kharintsev on 15.03.2018 */ public interface InterfaceDemo { public static final String VALUE = "123"; public abstract void method(); }
3e1693ca0b694fd6b0e0cf540daed6e83b822b36
407
java
Java
jdraw-assignment/src/main/java/jdraw/figures/OvalTool.java
valentinjacot/backupETHZ
36605c4f532eb65efb4a391ed0f17a07102f7d5b
[ "MIT" ]
1
2019-12-25T10:21:30.000Z
2019-12-25T10:21:30.000Z
jdraw-assignment/src/main/java/jdraw/figures/OvalTool.java
valentinjacot/backupETHZ
36605c4f532eb65efb4a391ed0f17a07102f7d5b
[ "MIT" ]
null
null
null
jdraw-assignment/src/main/java/jdraw/figures/OvalTool.java
valentinjacot/backupETHZ
36605c4f532eb65efb4a391ed0f17a07102f7d5b
[ "MIT" ]
null
null
null
18.5
66
0.710074
9,624
package jdraw.figures; import java.awt.Point; import jdraw.framework.DrawContext; public class OvalTool extends AbstractTool{ public OvalTool(DrawContext context, String Name, String Icon) { super(context); this.name = Name; this.icon = Icon; } @Override protected AbstractFigure createFigure(Point...
3e169491fd292762943d3e4b841a394627d58252
138
java
Java
src/main/java/alliance/controller/interfaces/RuleAndRegulationControllerInterface.java
Andyccs/cz2002-eproctor
380243aa8b12a562982d9e78890e10213b3b22d3
[ "MIT" ]
1
2020-09-10T14:48:38.000Z
2020-09-10T14:48:38.000Z
src/main/java/alliance/controller/interfaces/RuleAndRegulationControllerInterface.java
Andyccs/cz2002-eproctor
380243aa8b12a562982d9e78890e10213b3b22d3
[ "MIT" ]
1
2016-04-25T05:17:40.000Z
2016-04-25T05:17:40.000Z
src/main/java/alliance/controller/interfaces/RuleAndRegulationControllerInterface.java
Andyccs/cz2006-eproctor
380243aa8b12a562982d9e78890e10213b3b22d3
[ "MIT" ]
null
null
null
17.25
55
0.797101
9,625
package alliance.controller.interfaces; public interface RuleAndRegulationControllerInterface{ public void startVideoCall(); }
3e1695379857b298aadf7bdf1d84741651035b05
11,698
java
Java
app/src/main/java/com/joostvdoorn/glutenvrij/scanner/camera/CameraManager.java
JoostvDoorn/GlutenVrijApp
7c8ab0a967ad5b72c8af6474f68fa653c71ad5c5
[ "MIT" ]
6
2015-01-18T09:49:00.000Z
2017-07-23T14:07:23.000Z
app/src/main/java/com/joostvdoorn/glutenvrij/scanner/camera/CameraManager.java
JoostvDoorn/GlutenVrijApp
7c8ab0a967ad5b72c8af6474f68fa653c71ad5c5
[ "MIT" ]
2
2015-03-12T18:47:36.000Z
2017-11-20T19:52:06.000Z
app/src/main/java/com/joostvdoorn/glutenvrij/scanner/camera/CameraManager.java
JoostvDoorn/GlutenVrijApp
7c8ab0a967ad5b72c8af6474f68fa653c71ad5c5
[ "MIT" ]
null
null
null
35.240964
100
0.697521
9,626
/* * Copyright (C) 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
3e169595ba79459c2f0e4ab6e203aca42994f920
2,014
java
Java
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/test/java/org/apache/shardingsphere/encrypt/rule/builder/EncryptRuleBuilderTest.java
duzhanfei/shardingsphere
548ea929023903e93716eadedcf8faea5c36aa17
[ "Apache-2.0" ]
2
2020-10-23T01:31:16.000Z
2020-10-23T01:38:24.000Z
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/test/java/org/apache/shardingsphere/encrypt/rule/builder/EncryptRuleBuilderTest.java
duzhanfei/shardingsphere
548ea929023903e93716eadedcf8faea5c36aa17
[ "Apache-2.0" ]
null
null
null
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-common/src/test/java/org/apache/shardingsphere/encrypt/rule/builder/EncryptRuleBuilderTest.java
duzhanfei/shardingsphere
548ea929023903e93716eadedcf8faea5c36aa17
[ "Apache-2.0" ]
null
null
null
42.851064
173
0.785005
9,627
/* * 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 ...
3e1695ca244ad9603a53724187052d1ff5708581
1,434
java
Java
arms/src/main/java/me/xiaobailong24/mvvmarms/mvvm/ViewModelFactory.java
gosailing/MVVMArms
96a2a5061162cc61de9326cc78eb7e7b0575220e
[ "Apache-2.0" ]
476
2017-08-02T08:02:33.000Z
2021-12-17T03:26:21.000Z
arms/src/main/java/me/xiaobailong24/mvvmarms/mvvm/ViewModelFactory.java
gosailing/MVVMArms
96a2a5061162cc61de9326cc78eb7e7b0575220e
[ "Apache-2.0" ]
16
2017-08-11T16:01:45.000Z
2019-01-14T02:36:28.000Z
arms/src/main/java/me/xiaobailong24/mvvmarms/mvvm/ViewModelFactory.java
gosailing/MVVMArms
96a2a5061162cc61de9326cc78eb7e7b0575220e
[ "Apache-2.0" ]
83
2017-08-02T08:03:58.000Z
2021-05-30T14:30:20.000Z
29.875
106
0.632497
9,628
package me.xiaobailong24.mvvmarms.mvvm; import android.arch.lifecycle.ViewModel; import android.arch.lifecycle.ViewModelProvider; import android.support.annotation.NonNull; import java.util.Map; import javax.inject.Inject; import javax.inject.Provider; /** * @author xiaobailong24 * @date 2017/6/16 * MVVM ViewMod...
3e169621a0c8ede770cb314add465ad2e18da037
3,086
java
Java
src/testcases/CWE89_SQL_Injection/s03/CWE89_SQL_Injection__PropertiesFile_executeBatch_81_goodG2B.java
diktat-static-analysis/juliet-benchmark-java
7e55922d154c26ef34ff3327073f030ff7393b2a
[ "MIT" ]
null
null
null
src/testcases/CWE89_SQL_Injection/s03/CWE89_SQL_Injection__PropertiesFile_executeBatch_81_goodG2B.java
diktat-static-analysis/juliet-benchmark-java
7e55922d154c26ef34ff3327073f030ff7393b2a
[ "MIT" ]
null
null
null
src/testcases/CWE89_SQL_Injection/s03/CWE89_SQL_Injection__PropertiesFile_executeBatch_81_goodG2B.java
diktat-static-analysis/juliet-benchmark-java
7e55922d154c26ef34ff3327073f030ff7393b2a
[ "MIT" ]
null
null
null
33.912088
138
0.532728
9,629
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__PropertiesFile_executeBatch_81_goodG2B.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-81_goodG2B.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: PropertiesFile Read data from a .properties f...
3e16962a06d22b4c0566e82b329e2a552e19bc52
2,061
java
Java
DynamicAnalyzer/src/test/java/util/BodyGenerator.java
lu-fennell/JGS-1
c97acaa40d5e451c3cf4dcae9b06c4061ef8ea50
[ "BSD-3-Clause" ]
1
2016-09-12T19:30:02.000Z
2016-09-12T19:30:02.000Z
DynamicAnalyzer/src/test/java/util/BodyGenerator.java
lu-fennell/JGS-1
c97acaa40d5e451c3cf4dcae9b06c4061ef8ea50
[ "BSD-3-Clause" ]
1
2019-08-15T09:49:58.000Z
2019-08-15T09:49:58.000Z
DynamicAnalyzer/src/test/java/util/BodyGenerator.java
lu-fennell/JGS-1
c97acaa40d5e451c3cf4dcae9b06c4061ef8ea50
[ "BSD-3-Clause" ]
2
2019-05-26T17:57:57.000Z
2019-08-15T09:53:58.000Z
32.203125
122
0.63901
9,630
package util; import soot.*; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; /** * This Helper Class takes a existing Class File and * collects all Method Bodies, that are appearing within that File * @author Ka...
3e1696b08bb60332eff04add4ed180b9ce54a4fc
1,316
java
Java
appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/StorageMigrationResponseImpl.java
minaltolpadi/azure-sdk-for-java
a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb
[ "MIT" ]
3
2021-09-15T16:25:19.000Z
2021-12-17T05:41:00.000Z
appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/StorageMigrationResponseImpl.java
minaltolpadi/azure-sdk-for-java
a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb
[ "MIT" ]
306
2019-09-27T06:41:56.000Z
2019-10-14T08:19:57.000Z
appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/StorageMigrationResponseImpl.java
minaltolpadi/azure-sdk-for-java
a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb
[ "MIT" ]
1
2019-10-05T04:59:12.000Z
2019-10-05T04:59:12.000Z
25.307692
123
0.696049
9,631
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.appservice.v2016_08_01.implementation; import co...
3e16978489dc7c2b7bbbee52e14cb3ab7a0b33a0
2,113
java
Java
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/authenticate/embedded/Xs2aAskForPassword.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
118
2019-11-05T14:32:48.000Z
2022-03-31T21:55:56.000Z
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/authenticate/embedded/Xs2aAskForPassword.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
844
2019-11-19T10:26:23.000Z
2022-02-02T19:28:36.000Z
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/authenticate/embedded/Xs2aAskForPassword.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
59
2019-11-12T13:10:30.000Z
2022-03-24T03:44:02.000Z
44.020833
115
0.76053
9,632
package de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.embedded; import de.adorsys.opba.protocol.api.common.ProtocolAction; import de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil; import de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution; import de.adorsys.opba.protocol.xs2a.c...
3e1697d306b803deabd792c13978d4356767492a
761
java
Java
src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/SRT.java
jayfray12/iDAAS-EventBuilder
769248c81f3e7e594dc637fd1b21b2b558fa4fd8
[ "Apache-2.0" ]
null
null
null
src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/SRT.java
jayfray12/iDAAS-EventBuilder
769248c81f3e7e594dc637fd1b21b2b558fa4fd8
[ "Apache-2.0" ]
null
null
null
src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/SRT.java
jayfray12/iDAAS-EventBuilder
769248c81f3e7e594dc637fd1b21b2b558fa4fd8
[ "Apache-2.0" ]
1
2021-06-17T14:44:01.000Z
2021-06-17T14:44:01.000Z
36.238095
76
0.879106
9,633
package io.connectedhealth_idaas.eventbuilder.pojos.edi.hipaa; import org.apache.commons.lang3.builder.ReflectionToStringBuilder; public class SRT { private String SRT_01_ChangeTypeCode; private String SRT_02_RouteCode; private String SRT_03_RateValueQualifier; private String SRT_04_RateValueQualifier; private String ...
3e1698c02304aef786c759c3c127d1cbc591d6d9
971
java
Java
authcenter/auth-user/src/main/java/com/xzg/framework/sys/user/entity/SysRoleUser.java
xiongzhenggang/microservice-auth
68b2c58526f7b57212d1a1faaff431863d342a29
[ "Apache-2.0" ]
2
2020-03-03T11:45:12.000Z
2020-06-09T06:11:35.000Z
authcenter/auth-user/src/main/java/com/xzg/framework/sys/user/entity/SysRoleUser.java
xiongzhenggang/microservice-auth
68b2c58526f7b57212d1a1faaff431863d342a29
[ "Apache-2.0" ]
null
null
null
authcenter/auth-user/src/main/java/com/xzg/framework/sys/user/entity/SysRoleUser.java
xiongzhenggang/microservice-auth
68b2c58526f7b57212d1a1faaff431863d342a29
[ "Apache-2.0" ]
1
2020-03-26T05:20:10.000Z
2020-03-26T05:20:10.000Z
24.897436
61
0.794027
9,634
package com.xzg.framework.sys.user.entity; import com.baomidou.mybatisplus.annotation.FieldFill; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.extension.activerecord.Model;...
3e16991b5ac7f109f465247b4f56dcf9f5c56f9d
517
java
Java
ExtractedJars/PACT_com.pactforcure.app/javafiles/io/fabric/sdk/android/services/settings/SettingsController.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
3
2019-05-01T09:22:08.000Z
2019-07-06T22:21:59.000Z
ExtractedJars/PACT_com.pactforcure.app/javafiles/io/fabric/sdk/android/services/settings/SettingsController.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
null
null
null
ExtractedJars/PACT_com.pactforcure.app/javafiles/io/fabric/sdk/android/services/settings/SettingsController.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
1
2020-11-26T12:22:02.000Z
2020-11-26T12:22:02.000Z
28.722222
92
0.802708
9,635
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package io.fabric.sdk.android.services.settings; // Referenced classes of package io.fabric.sdk.android.services.settings: // SettingsData, SettingsCac...
3e1699399563fdca6974f324e44a54b8bcce7b21
10,056
java
Java
Ghidra/Features/BytePatterns/src/main/java/ghidra/bitpatterns/info/FileBitPatternInfo.java
bdcht/ghidra
9e732318148cd11edeb4862afd23d56418551812
[ "Apache-2.0" ]
17
2022-01-15T03:52:37.000Z
2022-03-30T18:12:17.000Z
Ghidra/Features/BytePatterns/src/main/java/ghidra/bitpatterns/info/FileBitPatternInfo.java
BStudent/ghidra
0cdc722921cef61b7ca1b7236bdc21079fd4c03e
[ "Apache-2.0" ]
9
2022-01-15T03:58:02.000Z
2022-02-21T10:22:49.000Z
Ghidra/Features/BytePatterns/src/main/java/ghidra/bitpatterns/info/FileBitPatternInfo.java
BStudent/ghidra
0cdc722921cef61b7ca1b7236bdc21079fd4c03e
[ "Apache-2.0" ]
3
2019-12-02T13:36:50.000Z
2019-12-04T05:40:12.000Z
32.025478
104
0.75179
9,636
/* ### * IP: GHIDRA * * 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 writin...
3e1699cc96884f5c0135c16a5189944e500135f7
359
java
Java
com/xmlmind/fo/properties/shorthand/BorderLeft.java
JaneMandy/CS
4a95148cbeb3804b9c50da003d1a7cb12254cb58
[ "Apache-2.0" ]
1
2022-02-24T01:32:41.000Z
2022-02-24T01:32:41.000Z
com/xmlmind/fo/properties/shorthand/BorderLeft.java
JaneMandy/CS
4a95148cbeb3804b9c50da003d1a7cb12254cb58
[ "Apache-2.0" ]
null
null
null
com/xmlmind/fo/properties/shorthand/BorderLeft.java
JaneMandy/CS
4a95148cbeb3804b9c50da003d1a7cb12254cb58
[ "Apache-2.0" ]
null
null
null
32.636364
106
0.707521
9,637
package com.xmlmind.fo.properties.shorthand; import com.xmlmind.fo.properties.Value; public class BorderLeft extends BorderShorthand { public BorderLeft(int var1, String var2, int var3, boolean var4, byte[] var5, int[] var6, Value var7) { super(var1, var2, var3, var4, var5, var6, var7); this.simpleProp...