id
int64
file_name
string
file_path
string
content
string
size
int64
language
string
extension
string
total_lines
int64
avg_line_length
float64
max_line_length
int64
alphanum_fraction
float64
repo_name
string
repo_stars
int64
repo_forks
int64
repo_open_issues
int64
repo_license
string
repo_extraction_date
string
exact_duplicates_redpajama
bool
near_duplicates_redpajama
bool
exact_duplicates_githubcode
bool
exact_duplicates_stackv2
bool
exact_duplicates_stackv1
bool
near_duplicates_githubcode
bool
near_duplicates_stackv1
bool
near_duplicates_stackv2
bool
length
int64
1,861,372
ClassRef.java
hydraxman_ApkEditor/src/main/java/com/bryansharp/tools/parseapk/entity/refs/ClassRef.java
package com.bryansharp.tools.parseapk.entity.refs; /** * Created by bsp on 17/3/18. */ public class ClassRef { public static final int SIZE = 32; public int classIdx; public int accessFlags; public int superclassIdx; public int interfacesOff; public int sourceFileIdx; public int annotatio...
906
Java
.java
28
24.071429
56
0.592466
hydraxman/ApkEditor
16
3
0
GPL-3.0
9/4/2024, 8:21:15 PM (Europe/Amsterdam)
false
false
false
false
false
false
true
false
906
3,466,429
OptionElementCollection.java
mehah_jRender/src/com/jrender/jscript/dom/elements/OptionElementCollection.java
package com.jrender.jscript.dom.elements; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import com.jrender.jscript.DOM; import com.jrender.jscript.DOMHandle; import com.jrender.jscript.dom.Node; import com.jrender.jscript.dom.Window; public final class OptionElementCollection<T> exten...
2,334
Java
.java
72
29.208333
133
0.722122
mehah/jRender
3
0
0
GPL-3.0
9/4/2024, 11:29:27 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
2,334
2,087,442
ClipPlaneUboDataProvider.java
KilnGraphics_Rosella/src/test/java/graphics/kiln/rosella/example/fboWater/ubo/ClipPlaneUboDataProvider.java
package graphics.kiln.rosella.example.fboWater.ubo; import graphics.kiln.rosella.scene.object.RenderObject; import graphics.kiln.rosella.ubo.UboDataProvider; import org.joml.Vector4f; import java.nio.ByteBuffer; public class ClipPlaneUboDataProvider extends UboDataProvider<RenderObject> { public final Vector4f ...
1,057
Java
.java
26
34
77
0.711914
KilnGraphics/Rosella
10
3
2
LGPL-3.0
9/4/2024, 8:28:58 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,057
4,609,415
ClusterOperator.java
pbousquets_beast-mcmc-flipflop/src/dr/evomodel/antigenic/phyloClustering/misc/obsolete/ClusterOperator.java
package dr.evomodel.antigenic.phyloClustering.misc.obsolete; import dr.evomodel.antigenic.NPAntigenicLikelihood; import dr.inference.model.Bounds; import dr.inference.model.CompoundParameter; import dr.inference.model.Likelihood; import dr.inference.model.MatrixParameter; import dr.inference.model.Parameter; import dr...
17,228
Java
.java
307
33.325733
186
0.509726
pbousquets/beast-mcmc-flipflop
2
0
8
LGPL-2.1
9/5/2024, 12:19:08 AM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
17,228
4,788,373
BasicPermission2Test.java
mateor_PDroidHistory/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/BasicPermission2Test.java
/* * 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 ...
6,222
Java
.java
151
34.562914
162
0.680324
mateor/PDroidHistory
1
2
0
GPL-3.0
9/5/2024, 12:31:53 AM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
6,222
905,079
JigsawStructureDataPacket.java
MemoriesOfTime_Nukkit-MOT/src/main/java/cn/nukkit/network/protocol/JigsawStructureDataPacket.java
package cn.nukkit.network.protocol; import cn.nukkit.nbt.tag.CompoundTag; import lombok.ToString; /** * @author glorydark */ @ToString public class JigsawStructureDataPacket extends DataPacket { public static final int NETWORK_ID = ProtocolInfo.JIGSAW_STRUCTURE_DATA_PACKET; public CompoundTag nbt; @O...
667
Java
.java
27
20.074074
83
0.693038
MemoriesOfTime/Nukkit-MOT
64
35
21
LGPL-3.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
667
3,731,776
PreloadingNetworkStoreClient.java
powsybl_powsybl-network-store/network-store-client/src/main/java/com/powsybl/network/store/client/PreloadingNetworkStoreClient.java
/** * Copyright (c) 2019, RTE (http://www.rte-france.com) * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package com.powsybl.network.store.client; import com.g...
45,520
Java
.java
758
52.634565
186
0.774387
powsybl/powsybl-network-store
3
6
33
MPL-2.0
9/4/2024, 11:40:22 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
45,520
4,779,132
SqlResDialog.java
patrickbr_ferryleaks/src/com/algebraweb/editor/client/dialogs/SqlResDialog.java
package com.algebraweb.editor.client.dialogs; import java.util.List; import java.util.Map; import com.algebraweb.editor.client.SqlResTable; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.Button; import com.google.gwt.user.cl...
1,223
Java
.java
43
25.837209
77
0.737382
patrickbr/ferryleaks
1
1
0
GPL-2.0
9/5/2024, 12:31:25 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,223
4,600,863
AerobaticLootTables.java
endorh_aerobatic-elytra/src/main/java/endorh/aerobaticelytra/server/loot/AerobaticLootTables.java
package endorh.aerobaticelytra.server.loot; import endorh.aerobaticelytra.AerobaticElytra; import net.minecraft.resources.ResourceLocation; public class AerobaticLootTables { public static final ResourceLocation END_SHIP_ELYTRA = AerobaticElytra.prefix("end_ship_elytra"); }
278
Java
.java
6
44.833333
98
0.862963
endorh/aerobatic-elytra
2
0
1
LGPL-3.0
9/5/2024, 12:18:57 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
278
2,793,592
ObjectFactory.java
minova-afis_aero_minova_rcp/bundles/aero.minova.rcp.form.setup/src/aero/minova/rcp/form/setup/xbs/ObjectFactory.java
package aero.minova.rcp.form.setup.xbs; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the aero.minova.rcp.form.setup.xbs package. * <p>An ObjectFactory allows you to programatically * cons...
6,445
Java
.java
277
17.245487
144
0.577633
minova-afis/aero.minova.rcp
6
2
82
EPL-2.0
9/4/2024, 10:15:27 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
6,445
4,478,002
ExitButton.java
Smujb_pixel-dungeon-souls/core/src/main/java/com/shatteredpixel/yasd/general/ui/ExitButton.java
/* * * * Pixel Dungeon * * Copyright (C) 2012-2015 Oleg Dolya * * * * Shattered Pixel Dungeon * * Copyright (C) 2014-2019 Evan Debenham * * * * Powered Pixel Dungeon * * Copyright (C) 2014-2020 Samuel Braithwaite * * * * This program is free software: you can redistribute it and/or modify * * it ...
1,473
Java
.java
47
29.148936
74
0.725159
Smujb/pixel-dungeon-souls
2
1
0
GPL-3.0
9/5/2024, 12:14:28 AM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
1,473
3,612,866
GrammarBlock.java
CARiSMA-Tool_carisma-tool/plugins/carisma.evolution.uml2.umlchange/src/carisma/evolution/uml2/umlchange/datatype/GrammarBlock.java
/******************************************************************************* * Copyright (c) 2011 Software Engineering Institute, TU Dortmund. * 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 d...
2,133
Java
.java
67
27.731343
82
0.664047
CARiSMA-Tool/carisma-tool
3
5
13
EPL-1.0
9/4/2024, 11:35:33 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,133
2,947,302
VariableErrorEvent.java
mhdirkse_counting-language/counting-language-impl/src/main/java/com/github/mhdirkse/countlang/analysis/VariableErrorEvent.java
/* * Copyright Martijn Dirkse 2021 * * This file is part of counting-language. * * counting-language is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at you...
2,628
Java
.java
68
32.632353
135
0.700627
mhdirkse/counting-language
5
0
7
AGPL-3.0
9/4/2024, 10:37:18 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,628
3,227,159
UserService.java
eduyayo_gamesboard/modules/HubServer/src/main/java/com/pigdroid/hub/service/impl/UserService.java
package com.pigdroid.hub.service.impl; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Set; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.github.sendgrid.SendGrid; import com.pigdroid.hub.dao.C...
8,029
Java
.java
211
34.976303
114
0.775418
eduyayo/gamesboard
4
1
0
GPL-3.0
9/4/2024, 11:06:42 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
8,029
879,224
DisplayUtils.java
activityworkshop_GpsPrune/src/tim/prune/gui/DisplayUtils.java
package tim.prune.gui; import java.text.NumberFormat; import tim.prune.I18nManager; /** * Class to provide general display util methods */ public abstract class DisplayUtils { /** Number formatter for one decimal place */ private static final NumberFormat FORMAT_ONE_DP = NumberFormat.getNumberInstance(); /** S...
3,044
Java
.java
83
33.939759
111
0.709492
activityworkshop/GpsPrune
68
21
25
GPL-2.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
3,044
4,881,669
BestellungServiceDelegate.java
heliumv_lpclientpc/src/com/lp/client/frame/delegate/BestellungServiceDelegate.java
/******************************************************************************* * HELIUM V, Open Source ERP software for sustained success * at small and medium-sized enterprises. * Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH * * This program is free software: you can redistribute it and/or modify * it...
12,107
Java
.java
372
29.198925
80
0.759825
heliumv/lpclientpc
1
3
0
AGPL-3.0
9/5/2024, 12:34:40 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
12,107
3,187,555
DescribeRegionsResponse.java
kuiwang_my-dev/src/main/java/com/aliyun/api/ecs/ecs20140526/response/DescribeRegionsResponse.java
package com.aliyun.api.ecs.ecs20140526.response; import java.util.List; import com.aliyun.api.AliyunResponse; import com.aliyun.api.domain.Region; import com.taobao.api.internal.mapping.ApiField; import com.taobao.api.internal.mapping.ApiListField; /** * TOP API: ecs.aliyuncs.com.DescribeRegions.2014-05-26 response...
1,069
Java
.java
38
23.052632
70
0.708417
kuiwang/my-dev
4
2
0
GPL-3.0
9/4/2024, 11:03:38 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,047
4,398,958
Eventual.java
httpobjects-org_httpobjects/core/src/main/java/org/httpobjects/eventual/Eventual.java
package org.httpobjects.eventual; import java.util.concurrent.Executor; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Supplier; public interface Eventual<T> { void then(Consumer<T> fn); <R> Eventual<R> map(Function<T, R> fn); <R> Eventual<R> flatMap(Func...
939
Java
.java
28
27.357143
81
0.643653
httpobjects-org/httpobjects
2
0
0
GPL-2.0
9/5/2024, 12:11:47 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
939
878,206
FeatureVector.java
cemfi_meico/src/meico/pitches/FeatureVector.java
package meico.pitches; import com.github.cliftonlabs.json_simple.JsonArray; import com.github.cliftonlabs.json_simple.JsonObject; /** * This class represents one pitch feature, i.e. an array of FeatureElements that form the feature vector. * @author Axel Berndt. */ public class FeatureVector { private Feature...
4,314
Java
.java
89
41.460674
196
0.620157
cemfi/meico
69
13
3
GPL-3.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
4,314
543,802
ItemElement51Stack.java
AllayMC_Allay/api/src/main/java/org/allaymc/api/item/interfaces/element/ItemElement51Stack.java
package org.allaymc.api.item.interfaces.element; import org.allaymc.api.item.ItemStack; public interface ItemElement51Stack extends ItemStack { }
148
Java
.java
4
35.5
55
0.859155
AllayMC/Allay
157
12
40
LGPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
148
2,411,257
Transformation.java
vionta_Salvora/src/main/java/net/vionta/salvora/config/dto/Transformation.java
package net.vionta.salvora.config.dto; import java.util.ArrayList; import java.util.List; import jakarta.xml.bind.annotation.XmlAccessType; import jakarta.xml.bind.annotation.XmlAccessorType; import jakarta.xml.bind.annotation.XmlAttribute; import jakarta.xml.bind.annotation.XmlElement; import jakarta.xml.bi...
3,447
Java
.java
99
29.747475
98
0.719122
vionta/Salvora
8
0
4
GPL-3.0
9/4/2024, 9:21:30 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,447
4,328,190
WeightedRandom.java
yxzhou_footprints/util/random/WeightedRandom.java
package util.random; public class WeightedRandom { /* * Weighted random sampling with a reservoir * * given a big table (checkIn - occurrence), and we need to write an efficient function to randomly select 1 checkIn * where probability is based on the occurrence. * * Example: * i...
1,720
Java
.java
48
27
119
0.57721
yxzhou/footprints
2
0
0
GPL-3.0
9/5/2024, 12:09:19 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,720
3,586,009
Pq.java
moozd_JTel/src/com/jtel/mtproto/auth/pq/Pq.java
package com.jtel.mtproto.auth.pq; /** * This file is part of JTel * IntelliJ idea. * Date : 6/9/16 * Package : com.jtel.mtproto.auth.pq * * @author <a href="mailto:mohammad.mdz72@gmail.com">Mohammad Mohammad Zade</a> */ /** * This class store pq number * p and q are prime factors of pq number * where p...
960
Java
.java
38
21.052632
101
0.602186
moozd/JTel
3
0
0
GPL-3.0
9/4/2024, 11:34:01 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
960
3,116,980
AddAsciiOutputStream.java
d-fens_drftpd/src/common/src/org/drftpd/io/AddAsciiOutputStream.java
/* * This file is part of DrFTPD, Distributed FTP Daemon. * * DrFTPD is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * DrFTPD...
1,868
Java
.java
60
28.683333
77
0.715239
d-fens/drftpd
4
7
0
GPL-2.0
9/4/2024, 10:55:06 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,868
4,669,887
RecordApp.java
europeana_record-api/record-api-web/src/main/java/eu/europeana/api/record/RecordApp.java
package eu.europeana.api.record; import org.springframework.boot.SpringApplication; import org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.Data...
3,551
Java
.java
68
42.808824
110
0.686869
europeana/record-api
2
0
0
EUPL-1.2
9/5/2024, 12:20:49 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,551
3,163,158
Description.java
learning-spring-boot_contest-votesapp/src/main/java/de/votesapp/commands/Description.java
package de.votesapp.commands; import lombok.Value; @Value public class Description { int priority; String name; String[] trigger; String description; public static class DescriptionBuilder { private final String name; private String[] trigger; private String description; private int priority; private...
955
Java
.java
36
23.472222
71
0.773626
learning-spring-boot/contest-votesapp
4
2
0
GPL-3.0
9/4/2024, 11:02:10 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
955
722,333
CompositeProjector.java
saalfeldlab_paintera/src/main/java/org/janelia/saalfeldlab/paintera/composition/CompositeProjector.java
package org.janelia.saalfeldlab.paintera.composition; import bdv.viewer.Source; import bdv.viewer.SourceAndConverter; import bdv.viewer.render.AccumulateProjector; import bdv.viewer.render.AccumulateProjectorFactory; import bdv.viewer.render.VolatileProjector; import net.imglib2.Cursor; import net.imglib2.RandomAccess...
2,465
Java
.java
67
33.61194
108
0.777217
saalfeldlab/paintera
99
17
78
GPL-2.0
9/4/2024, 7:08:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,465
4,763,298
Utf16TransformationStrategy.java
abramsm_DSI-Utilities/src/it/unimi/dsi/bits/Utf16TransformationStrategy.java
package it.unimi.dsi.bits; /* * DSI utilities * * Copyright (C) 2007-2012 Sebastiano Vigna * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License...
3,437
Java
.java
81
39.098765
185
0.695561
abramsm/DSI-Utilities
1
0
0
LGPL-3.0
9/5/2024, 12:30:20 AM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
3,437
4,439,823
AdventureService.java
exasky_dnd-parker-online/back/src/main/java/com/exasky/dnd/adventure/service/AdventureService.java
package com.exasky.dnd.adventure.service; import com.exasky.dnd.adventure.model.Adventure; import com.exasky.dnd.adventure.model.Campaign; import com.exasky.dnd.adventure.model.Character; import com.exasky.dnd.adventure.model.Initiative; import com.exasky.dnd.adventure.model.card.CharacterItem; import com.exasky.dnd.a...
15,231
Java
.java
289
42.719723
141
0.694418
exasky/dnd-parker-online
2
0
22
LGPL-3.0
9/5/2024, 12:13:19 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,231
4,181,123
EditFragmentUserProfile.java
asifali22_Focus-Android-App/app/src/main/java/com/hybrid/freeopensourceusers/UserProfileStuff/EditFragmentUserProfile.java
package com.hybrid.freeopensourceusers.UserProfileStuff; import android.app.ProgressDialog; import android.content.Context; import android.os.Bundle; import android.os.Handler; import android.support.design.widget.TextInputLayout; import android.support.v4.app.Fragment; import android.support.v7.widget.AppCompatButto...
16,090
Java
.java
344
34.311047
115
0.609014
asifali22/Focus-Android-App
2
5
0
GPL-3.0
9/5/2024, 12:05:25 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
16,090
3,472,045
MitMInputStream.java
hantwister_o5logon-fetch/MitMSocket/MitMInputStream.java
/* (c) 2014 Harrison Neal. This file is part of o5logon-fetch. o5logon-fetch is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. o5l...
3,786
Java
.java
108
28.296296
96
0.662521
hantwister/o5logon-fetch
3
2
0
GPL-3.0
9/4/2024, 11:29:53 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
3,786
4,459,286
SlimeBash.java
C0W0_Project-Antiland/app/src/main/java/com/walfen/antiland/entities/properties/attack/meleeAttacks/SlimeBash.java
package com.walfen.antiland.entities.properties.attack.meleeAttacks; import com.walfen.antiland.Handler; import com.walfen.antiland.entities.creatures.active.Active; import com.walfen.antiland.gfx.Animation; import com.walfen.antiland.gfx.Assets; public class SlimeBash extends MeleeAttack { public SlimeBash(Hand...
569
Java
.java
12
43.5
79
0.787004
C0W0/Project-Antiland
2
0
0
GPL-3.0
9/5/2024, 12:13:55 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
569
72,706
NoteEditorViewPager.java
Automattic_simplenote-android/Simplenote/src/main/java/com/automattic/simplenote/widgets/NoteEditorViewPager.java
package com.automattic.simplenote.widgets; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import androidx.viewpager.widget.ViewPager; public class NoteEditorViewPager extends ViewPager { private boolean mIsEnabled; public NoteEditorViewPager(Context contex...
1,186
Java
.java
37
25.891892
69
0.699473
Automattic/simplenote-android
1,767
299
133
GPL-2.0
9/4/2024, 7:04:55 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,186
2,395,477
NotificationCancelReceiver.java
SecUSo_Aktivpause/app/src/main/java/org/secuso/aktivpause/receivers/NotificationCancelReceiver.java
package org.secuso.aktivpause.receivers; import android.app.NotificationManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import org.secuso.aktivpause.service.TimerService; /** * @author Christopher Beckmann * @version 2.0 * @since 02.11.2017 * crea...
841
Java
.java
22
34.363636
133
0.784748
SecUSo/Aktivpause
8
3
13
GPL-3.0
9/4/2024, 9:19:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
841
4,523,962
GetPropertyFunc.java
opensource-vplatform_vplatform-plugin-function-server/Serverfunc_GetProperty/src/main/java/com/toone/v3/platform/function/GetPropertyFunc.java
package com.toone.v3.platform.function; import com.toone.v3.platform.function.common.ServerFuncCommonUtils; import com.toone.v3.platform.function.common.exception.ServerFuncException; import com.yindangu.v3.business.VDS; import com.yindangu.v3.business.plugin.business.api.func.IFuncContext; import com.yindangu.v3.busi...
2,517
Java
.java
54
35.259259
139
0.676152
opensource-vplatform/vplatform-plugin-function-server
2
0
0
GPL-3.0
9/5/2024, 12:16:04 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,275
3,045,979
Scroll.java
endlesssolitude_ShatteredPD-DetailedDesc/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/Scroll.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2022 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either vers...
10,675
Java
.java
288
33.840278
115
0.766839
endlesssolitude/ShatteredPD-DetailedDesc
5
1
1
GPL-3.0
9/4/2024, 10:44:33 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
10,675
4,106,060
HomoPolymerNodeModel.java
lindenb_knime4bio/fr.inserm.umr915.knime4ngs.nodes/src/fr/inserm/umr915/knime4ngs/nodes/vcf/homopolymer/HomoPolymerNodeModel.java
package fr.inserm.umr915.knime4ngs.nodes.vcf.homopolymer; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import java.net.URLEncoder; import java.util.ArrayList; import java.util.List; import org.knime.core.data.DataRow; import org.knime.core.data.DataTableSpec; import org.knime....
5,733
Java
.java
159
26.339623
111
0.636924
lindenb/knime4bio
2
0
1
GPL-3.0
9/5/2024, 12:03:00 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
5,733
568,031
ExternalLogicsAndSessionRequestHandler.java
lsfusion_platform/web-client/src/main/java/lsfusion/http/controller/ExternalLogicsAndSessionRequestHandler.java
package lsfusion.http.controller; import lsfusion.base.Result; import lsfusion.base.col.heavy.OrderedMap; import lsfusion.base.file.StringWithFiles; import lsfusion.gwt.server.convert.ClientFormChangesToGwtConverter; import lsfusion.http.authentication.LSFAuthenticationToken; import lsfusion.http.provider.logics.Logic...
7,753
Java
.java
125
52.432
234
0.715093
lsfusion/platform
150
30
217
LGPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
7,753
441,698
CargoArgsTest.java
eclipse-corrosion_corrosion/org.eclipse.corrosion.tests/src/org/eclipse/corrosion/launch/CargoArgsTest.java
/********************************************************************* * Copyright (c) 2019, 2021 Fraunhofer FOKUS and others. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * ...
3,888
Java
.java
104
34.692308
81
0.729205
eclipse-corrosion/corrosion
220
31
23
EPL-2.0
9/4/2024, 7:07:11 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,888
2,468,828
AppletFrame.java
LS-Lab_orbital/src/orbital/moon/awt/AppletFrame.java
/** * @(#)AppletFrame.java 0.9 1996/03/01 Andre Platzer * * Copyright (c) 1996 Andre Platzer. All Rights Reserved. */ package orbital.moon.awt; import java.awt.Frame; import java.awt.Event; import java.awt.Dimension; import java.applet.Applet; import java.applet.AppletStub; import java.applet.AppletContext; impo...
12,369
Java
.java
317
31.391167
522
0.624375
LS-Lab/orbital
7
3
0
GPL-2.0
9/4/2024, 9:37:03 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
12,369
2,364,365
CleanupTableModel.java
SQLPower_sqlpower-library/src/main/java/ca/sqlpower/swingui/table/CleanupTableModel.java
package ca.sqlpower.swingui.table; /** * A JTable table model with an additional method for cleaning up * its resources. Our EditableJTable class is aware of this interface * and will ask a CleanupTableModel to clean up when the table becomes * undisplayable. */ public interface CleanupTableModel { /** * As...
403
Java
.java
13
28.923077
70
0.77261
SQLPower/sqlpower-library
8
16
1
GPL-3.0
9/4/2024, 9:12:51 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
403
1,861,398
ArrayUtils.java
Beezig_Beezig/src/main/java/eu/beezig/core/util/ArrayUtils.java
/* * Copyright (C) 2017-2021 Beezig Team * * This file is part of Beezig. * * Beezig is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ver...
1,085
Java
.java
29
34.068966
71
0.711301
Beezig/Beezig
16
5
2
GPL-3.0
9/4/2024, 8:21:15 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,085
1,544,251
PropertiesFileExpressionCompletionTest.java
eclipse_lsp4mp/microprofile.ls/org.eclipse.lsp4mp.ls/src/test/java/org/eclipse/lsp4mp/services/properties/expressions/PropertiesFileExpressionCompletionTest.java
/******************************************************************************* * Copyright (c) 2022 Red Hat Inc. and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0, or t...
12,428
Java
.java
332
33.915663
113
0.662961
eclipse/lsp4mp
21
27
51
EPL-2.0
9/4/2024, 7:58:28 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
12,428
542,896
ItemItemCameraStack.java
AllayMC_Allay/api/src/main/java/org/allaymc/api/item/interfaces/ItemItemCameraStack.java
package org.allaymc.api.item.interfaces; import org.allaymc.api.item.ItemStack; public interface ItemItemCameraStack extends ItemStack { }
141
Java
.java
4
33.75
56
0.859259
AllayMC/Allay
157
12
40
LGPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
141
3,918,659
WhirlpoolProtocolSoroban.java
Archive-Samourai-Wallet_whirlpool-protocol/src/main/java/com/samourai/whirlpool/protocol/WhirlpoolProtocolSoroban.java
package com.samourai.whirlpool.protocol; import com.samourai.soroban.client.RpcWallet; import com.samourai.wallet.bip47.BIP47UtilGeneric; import com.samourai.wallet.bip47.rpc.PaymentCode; import com.samourai.wallet.segwit.SegwitAddress; import com.samourai.wallet.util.Util; import com.samourai.whirlpool.client.wallet....
2,643
Java
.java
66
34.5
99
0.767433
Archive-Samourai-Wallet/whirlpool-protocol
3
1
0
AGPL-3.0
9/4/2024, 11:48:53 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,643
4,808,408
IStaticAnalysisInfo.java
jesusc_bento/componetization/bento.componetization.atl/src/bento/componetization/atl/IStaticAnalysisInfo.java
package bento.componetization.atl; import java.util.HashSet; import java.util.List; import java.util.Set; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EStructuralFeature; import anatlyzer.atl.model.ATLModel; import anatlyzer.atlext.ATL.Helper; import anatlyz...
848
Java
.java
23
35
60
0.835985
jesusc/bento
1
0
0
EPL-1.0
9/5/2024, 12:32:41 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
848
4,919,333
GossipUserPanel.java
chriskearney_creeper/creeper-client/src/main/java/com/comandante/creeper/cclient/GossipUserPanel.java
package com.comandante.creeper.cclient; import com.comandante.creeper.chat.Gossip; import com.comandante.creeper.chat.Users; import com.google.common.eventbus.Subscribe; import com.terminal.ui.ColorPane; import javax.swing.BorderFactory; import javax.swing.DefaultListModel; import javax.swing.JList; import javax.swin...
2,619
Java
.java
66
32.5
134
0.711076
chriskearney/creeper
1
0
35
AGPL-3.0
9/5/2024, 12:35:57 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,619
3,839,448
JAXBObjectModifier.java
futureappssolutions_Document-Reader---PDF-Reader/app/src/main/java/com/docreader/docviewer/pdfcreator/pdfreader/filereader/office/fc/dom4j/jaxb/JAXBObjectModifier.java
/* * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved. * * This software is open source. * See the bottom of this file for the licence. */ package com.docreader.docviewer.pdfcreator.pdfreader.filereader.office.fc.dom4j.jaxb; import com.docreader.docviewer.pdfcreator.pdfreader.filereader.office.fc.dom4...
3,292
Java
.java
70
43.985714
87
0.75637
futureappssolutions/Document-Reader---PDF-Reader
3
4
1
GPL-3.0
9/4/2024, 11:44:46 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,292
1,559,526
MixinGuiStats.java
MinecraftTAS_TASmod/src/main/java/com/minecrafttas/tasmod/mixin/playbackhooks/MixinGuiStats.java
package com.minecrafttas.tasmod.mixin.playbackhooks; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Redirect; import com.minecrafttas.tasmod.TASmodClient; @Mixin(targets = "net.minecraft.client.gui.achievement.GuiStats$Stats") p...
628
Java
.java
12
50.666667
180
0.809135
MinecraftTAS/TASmod
28
4
32
GPL-3.0
9/4/2024, 7:59:18 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
628
1,429,391
PlaceholderHandler.java
GeorgH93_PCGF_PluginLib/pcgf_pluginlib-common/src/at/pcgamingfreaks/Message/PlaceholderHandler.java
/* * Copyright (C) 2023 GeorgH93 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program ...
4,738
Java
.java
107
41.168224
154
0.804762
GeorgH93/PCGF_PluginLib
26
12
17
GPL-3.0
9/4/2024, 7:50:31 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
4,738
2,091,433
SmppAPIServiceImpl.java
liuyanning_sms_platform/sms-netway-sender/src/main/java/com/hero/wireless/netway/service/impl/SmppAPIServiceImpl.java
package com.hero.wireless.netway.service.impl; import com.drondea.sms.channel.ChannelSession; import com.drondea.sms.common.util.SystemClock; import com.drondea.sms.message.IMessage; import com.drondea.sms.message.smpp34.SmppDeliverSmRequestMessage; import com.drondea.sms.message.smpp34.SmppDeliverSmResponseMessage; i...
6,425
Java
.java
119
45.588235
123
0.733996
liuyanning/sms_platform
14
5
0
AGPL-3.0
9/4/2024, 8:29:07 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
6,367
1,882,946
LibraryScanStatusService.java
ManaZeak_ManaZeak/back/src/main/java/org/manazeak/manazeak/service/library/LibraryScanStatusService.java
package org.manazeak.manazeak.service.library; import lombok.RequiredArgsConstructor; import org.manazeak.manazeak.annotations.TransactionalWithRollback; import org.manazeak.manazeak.daos.computation.ScanStatusDAO; import org.manazeak.manazeak.entity.dto.library.scan.ScanStatusDto; import org.springframework.stereotyp...
701
Java
.java
18
35.722222
89
0.824225
ManaZeak/ManaZeak
19
4
15
GPL-3.0
9/4/2024, 8:22:09 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
701
541,813
SimpleTestEventListenerComponent.java
AllayMC_Allay/server/src/test/java/org/allaymc/server/component/impl/SimpleTestEventListenerComponent.java
package org.allaymc.server.component.impl; import org.allaymc.api.eventbus.EventHandler; import org.allaymc.server.component.annotation.Identifier; import org.allaymc.server.component.event.TestEvent; import org.allaymc.server.component.interfaces.TestEventListenerComponent; /** * @author daoge_cmd */ public class ...
705
Java
.java
16
41
150
0.813411
AllayMC/Allay
157
12
40
LGPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
705
3,225,152
SystemWideValidationNodeConfig.java
LIBCAS_ARCLib/system/src/main/java/cz/cas/lib/arclib/service/arclibxml/systemWideValidation/SystemWideValidationNodeConfig.java
package cz.cas.lib.arclib.service.arclibxml.systemWideValidation; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.ToString; @Getter @AllArgsConstructor @ToString public class SystemWideValidationNodeConfig { private String xpathRoot; private String xpathRelative; private boolean xslt...
330
Java
.java
12
25.333333
65
0.85443
LIBCAS/ARCLib
4
1
18
GPL-3.0
9/4/2024, 11:06:24 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
330
198,346
WikiHistory.java
openkm_document-management-system/src/main/java/com/openkm/extension/frontend/client/widget/wiki/WikiHistory.java
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
4,238
Java
.java
135
28.088889
88
0.723893
openkm/document-management-system
690
302
14
GPL-2.0
9/4/2024, 7:05:34 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
4,238
3,158,512
TypeListModel.java
ModelWriter_WP3/Source/eu.modelwriter.visualization.jgrapx/src/eu/modelwriter/visualization/editor/wizard/TypeListModel.java
package eu.modelwriter.visualization.editor.wizard; import java.util.List; import javax.swing.ListModel; import javax.swing.event.ListDataListener; public class TypeListModel implements ListModel<Object> { private final List<Object> types; public TypeListModel(final List<Object> list) { this.types = list; ...
660
Java
.java
24
24.291667
64
0.7744
ModelWriter/WP3
4
1
55
EPL-1.0
9/4/2024, 11:01:53 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
660
3,108,921
PdfSignatureDictionaryCheckTest.java
TNO_Quantum-Safe-DSS/validation-policy/src/test/java/eu/europa/esig/dss/validation/process/bbb/fc/PdfSignatureDictionaryCheckTest.java
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
3,460
Java
.java
66
47.575758
145
0.77301
TNO/Quantum-Safe-DSS
5
0
0
LGPL-2.1
9/4/2024, 10:49:38 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,460
4,364,547
PathCollection.java
jotagarciaz_CoPilot/CoPilotApp/app/src/main/java/com/mdh/ivanmuniz/copilotapp/collection/PathCollection.java
package com.mdh.ivanmuniz.copilotapp.collection; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.google.android.gms.tasks.OnFailureListener; import com.google.android.gms.t...
17,589
Java
.java
401
32.805486
111
0.591488
jotagarciaz/CoPilot
2
0
0
LGPL-3.0
9/5/2024, 12:10:33 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
17,589
2,060,838
GetSavedListsQuery.java
Talent-Catalog_talentcatalog/server/src/main/java/org/tctalent/server/repository/db/GetSavedListsQuery.java
/* * Copyright (c) 2023 Talent Beyond Boundaries. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, either version 3 of the License, or any later version. * * This program is distr...
5,194
Java
.java
114
36.885965
113
0.653239
Talent-Catalog/talentcatalog
10
4
384
AGPL-3.0
9/4/2024, 8:28:04 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
5,194
4,335,917
BAFRECStrategy.java
HermannKroll_EntityCharacterization/src/main/java/de/bs/tu/ifis/evaluation/strategies/BAFRECStrategy.java
package de.bs.tu.ifis.evaluation.strategies; import de.bs.tu.ifis.evaluation.EvaluationStrategy; import de.bs.tu.ifis.evaluation.metrics.*; import de.bs.tu.ifis.model.Predicate; import edu.cmu.lti.lexical_db.ILexicalDatabase; import edu.cmu.lti.lexical_db.NictWordNet; import edu.cmu.lti.ws4j.impl.WuPalmer; import edu....
12,419
Java
.java
289
32.051903
182
0.608688
HermannKroll/EntityCharacterization
2
1
1
GPL-3.0
9/5/2024, 12:09:30 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
12,419
3,144,638
IdValueConverter.java
selfbus_development-tools-incubation/sbtools-products-editor/src/main/java/org/selfbus/sbtools/prodedit/binding/IdValueConverter.java
package org.selfbus.sbtools.prodedit.binding; import org.selfbus.sbtools.prodedit.internal.I18n; /** * A {@link FormatValueConverter} with the localized format "ID {0}". */ public class IdValueConverter extends FormatValueConverter { public IdValueConverter() { super(I18n.getMessage("IdValueConverter.la...
335
Java
.java
12
25.333333
69
0.772586
selfbus/development-tools-incubation
4
1
2
GPL-3.0
9/4/2024, 11:00:44 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
335
878,334
OpenAPIStereotypesUtils.java
opendata-for-all_wapiml/plugins/edu.uoc.som.wapiml/src/edu/uoc/som/wapiml/utils/OpenAPIStereotypesUtils.java
package edu.uoc.som.wapiml.utils; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject; import org.eclipse.uml2.uml.NamedElement; import org.eclipse.uml2.uml.Stereotype; import org.eclipse.uml2.uml.UMLPlugin; import org.eclipse.uml2.uml.util.UMLUti...
1,651
Java
.java
31
49.645161
198
0.806754
opendata-for-all/wapiml
69
18
8
EPL-2.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,651
2,896,593
ItemNuggetCopper.java
hockeyhurd_Project-Zed/com/projectzed/mod/item/metals/ItemNuggetCopper.java
/* * This file is part of Project-Zed. Project-Zed is free software: you can redistribute it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Project-Zed is * distributed in the h...
1,065
Java
.java
22
46.454545
149
0.787091
hockeyhurd/Project-Zed
5
1
4
GPL-2.0
9/4/2024, 10:33:41 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,065
3,995,063
VmusagePK.java
zandinux_ODCM/odcm.client/src/odcmdb/VmusagePK.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package odcmdb; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Embeddable; /** * * @author zantaz */ @Embeddable public class VmusagePK impleme...
1,690
Java
.java
66
19.666667
87
0.6051
zandinux/ODCM
2
1
0
GPL-2.0
9/4/2024, 11:59:28 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,690
2,074,953
PlayerTask.java
VCore-Minecraft_VCore-Old/src/main/java/de/verdox/vcore/synchronization/networkmanager/player/api/PlayerTask.java
/* * Copyright (c) 2021. Lukas Jonsson */ package de.verdox.vcore.synchronization.networkmanager.player.api; import org.jetbrains.annotations.NotNull; import java.util.Objects; import java.util.UUID; /** * @version 1.0 * @Author: Lukas Jonsson (Verdox) * @date 05.08.2021 15:00 */ public record PlayerTask(UUID...
1,099
Java
.java
39
23.102564
95
0.666032
VCore-Minecraft/VCore-Old
10
1
1
GPL-3.0
9/4/2024, 8:28:31 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,099
3,448,210
QueryJDebuggingChain.java
rydnr_queryj/queryj-debugging/src/main/java/org/acmsl/queryj/debugging/QueryJDebuggingChain.java
/* QueryJ Debugging Copyright (C) 2002-today Jose San Leandro Armendariz chous@acm-sl.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software F...
7,934
Java
.java
203
31.778325
114
0.679605
rydnr/queryj
3
0
50
GPL-2.0
9/4/2024, 11:28:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
7,934
4,862,458
UDPTransportChannelFactory.java
fduminy_jtestplatform/integration-tests/src/test/java/org/jtestplatform/it/UDPTransportChannelFactory.java
/** * JTestPlatform is a client/server framework for testing any JVM * implementation. * * Copyright (C) 2008-2016 Fabien DUMINY (fduminy at jnode dot org) * * JTestPlatform is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free...
1,398
Java
.java
33
39.878788
102
0.782673
fduminy/jtestplatform
1
0
0
GPL-3.0
9/5/2024, 12:34:08 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,398
1,384,562
AppCompatible.java
iSCAU_iSCAU-Android/app/src/main/java/cn/scau/scautreasure/AppCompatible.java
package cn.scau.scautreasure; import android.content.Context; import android.content.SharedPreferences; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import org.androidannotations.annotations.Bean; import org.androidannotations.annotations.EBean; import org.androidannotations.annota...
5,774
Java
.java
131
33.580153
94
0.655107
iSCAU/iSCAU-Android
28
8
5
GPL-3.0
9/4/2024, 7:47:52 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
5,434
381,800
EDSLocationBase.java
sovworks_edslite/app/src/lite/java/com/sovworks/eds/android/locations/EDSLocationBase.java
package com.sovworks.eds.android.locations; import android.content.Context; import android.net.Uri; import com.sovworks.eds.android.Logger; import com.sovworks.eds.android.errors.UserException; import com.sovworks.eds.android.settings.UserSettings; import com.sovworks.eds.crypto.SecureBuffer; import com.sovworks.eds....
8,578
Java
.java
336
22.386905
136
0.765087
sovworks/edslite
276
64
36
GPL-2.0
9/4/2024, 7:06:52 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
8,578
812,549
UTOffhand.java
ACGaming_UniversalTweaks/src/main/java/mod/acgaming/universaltweaks/tweaks/misc/offhand/mixin/UTOffhand.java
package mod.acgaming.universaltweaks.tweaks.misc.offhand.mixin; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemFood; import net.minecraft.item.ItemShield; import net.minecraft.util.EnumHand; import net.minecraftforge.e...
2,567
Java
.java
49
46.755102
120
0.7666
ACGaming/UniversalTweaks
80
31
19
LGPL-3.0
9/4/2024, 7:08:56 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,567
4,115,401
LocalServerInit.java
subshare_subshare/org.subshare/org.subshare.ls.server.cproc/src/main/java/org/subshare/ls/server/cproc/LocalServerInit.java
package org.subshare.ls.server.cproc; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.subshare.core.locker.sync.LockerSyncDaemonImpl; import org.subshare.core.locker.transport.LockerTransportFactoryRegistry; import org.subshare.core.pgp.PgpAuthenticationCallback; import org.subshare.core.pgp.PgpReg...
4,383
Java
.java
73
57.287671
202
0.817229
subshare/subshare
2
1
16
AGPL-3.0
9/5/2024, 12:03:20 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
4,383
541,755
ClassNames.java
AllayMC_Allay/codegen/src/main/java/org/allaymc/codegen/ClassNames.java
package org.allaymc.codegen; import com.palantir.javapoet.ClassName; /** * @author daoge_cmd */ public interface ClassNames { // jdk ClassName STRING = ClassName.get("java.lang", "String"); ClassName HASH_MAP = ClassName.get("java.util", "HashMap"); ClassName MAP = ClassName.get("java.util", "Map");...
3,635
Java
.java
49
69.530612
128
0.739726
AllayMC/Allay
157
12
40
LGPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,635
4,268,718
GlassFragment.java
SirBlobman_DragonFire/src/main/java/com/DragonFire/item/custom/GlassFragment.java
package com.DragonFire.item.custom; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.EnumDyeColor; import net.minecraft.item.ItemStack; import net.minecraft.util.NonNullList; public class GlassFragment extends QuickItem { public GlassFragment() { super("glass_fragment"); se...
1,183
Java
.java
36
24.5
76
0.597161
SirBlobman/DragonFire
2
1
0
GPL-3.0
9/5/2024, 12:07:24 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,183
3,455,320
ExecutionContext.java
victims_victims-plugin-jenkins-legacy/src/main/java/com/redhat/victims/plugin/jenkins/ExecutionContext.java
package com.redhat.victims.plugin.jenkins; /* * #%L * This file is part of victims-plugin-jenkins. * %% * Copyright (C) 2013 The Victims Project * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free S...
3,992
Java
.java
141
25.64539
78
0.722266
victims/victims-plugin-jenkins-legacy
3
1
0
AGPL-3.0
9/4/2024, 11:29:00 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
3,992
4,906,886
NetconfDeviceDataBroker.java
aryantaheri_controller/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/sal/NetconfDeviceDataBroker.java
/* * Copyright (c) 2014 Cisco Systems, Inc. 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, * and is available at http://www.eclipse.org/legal/epl-v10.html. */ package or...
3,570
Java
.java
59
56.474576
229
0.828669
aryantaheri/controller
1
0
0
EPL-1.0
9/5/2024, 12:35:26 AM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
3,570
2,429,052
InventoryPartitioner.java
P3pp3rF1y_SophisticatedCore/src/main/java/net/p3pp3rf1y/sophisticatedcore/inventory/InventoryPartitioner.java
package net.p3pp3rf1y.sophisticatedcore.inventory; import com.mojang.datafixers.util.Pair; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.StringTag; import net.minecraft.nbt.Tag; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.Item; imp...
8,225
Java
.java
195
38.923077
204
0.763454
P3pp3rF1y/SophisticatedCore
8
29
9
GPL-3.0
9/4/2024, 9:24:15 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
8,225
4,003,766
LicenseInformationPanel.java
switchonproject_cids-custom-switchon/src/main/java/de/cismet/cids/custom/switchon/wizards/panels/LicenseInformationPanel.java
/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ package de.cismet.cids.custom.switchon.wizards.panels; import org.apache.log4j.Logger; import org.openide.WizardDescriptor; import...
2,013
Java
.java
50
35.66
104
0.643077
switchonproject/cids-custom-switchon
2
0
2
LGPL-3.0
9/4/2024, 11:59:47 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
2,013
2,046,329
ChangeManagerBean.java
docdoku_docdoku-plm-server/docdoku-plm-server-ejb/src/main/java/com/docdoku/plm/server/ChangeManagerBean.java
/* * DocDoku, Professional Open Source * Copyright 2006 - 2020 DocDoku SARL * * This file is part of DocDokuPLM. * * DocDokuPLM is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 o...
50,043
Java
.java
868
48.769585
400
0.743536
docdoku/docdoku-plm-server
11
10
1
AGPL-3.0
9/4/2024, 8:27:28 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
50,043
744,089
NotifyAnswerImpl.java
Etisalat-Egypt_Rodan/src/intruder/diameter/gateway/src/main/java/com/rodan/intruder/diameter/gateway/handler/model/NotifyAnswerImpl.java
/* * Etisalat Egypt, Open Source * Copyright 2021, Etisalat Egypt and individual contributors * by the @authors tag. * * This program is free software: you can redistribute it and/or modify * under the terms of the GNU Affero General Public License as * published by the Free Software Foundation; either version 3...
1,344
Java
.java
34
37.264706
83
0.784839
Etisalat-Egypt/Rodan
94
31
1
AGPL-3.0
9/4/2024, 7:08:37 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,344
548,467
InvitesWindow.java
ratrecommends_dice-heroes/desktop/src/com/vlaaad/dice/services/ui/InvitesWindow.java
/* * Dice heroes is a turn based rpg-strategy game where characters are dice. * Copyright (C) 2016 Vladislav Protsenko * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of...
2,846
Java
.java
77
31.272727
75
0.695431
ratrecommends/dice-heroes
156
28
4
GPL-3.0
9/4/2024, 7:07:37 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
2,846
880,264
LolChatError.java
stirante_lol-client-java-api/src/main/java/generated/LolChatError.java
package generated; import com.google.gson.annotations.SerializedName; public class LolChatError { public String cid; @SerializedName("class") public String classField; public String code; public String id; public String pid; public String subtype; public String text; public String ts; public String type; ...
321
Java
.java
14
21
50
0.819079
stirante/lol-client-java-api
68
14
3
GPL-3.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
321
2,065,776
DefaultPlayerSkinCheckService.java
particle-org_particle/ParticleServer/src/main/java/com/particle/game/player/DefaultPlayerSkinCheckService.java
package com.particle.game.player; import com.google.inject.Singleton; import com.particle.api.inject.RequestStaticInject; import com.particle.api.player.PlayerSkinCheckServiceApi; import com.particle.model.entity.model.skin.PlayerSkinData; import java.util.concurrent.Executor; @Singleton @RequestStaticInject public ...
529
Java
.java
13
38.538462
111
0.861598
particle-org/particle
11
3
0
LGPL-2.1
9/4/2024, 8:28:13 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
529
3,744,324
MixinItemFlintAndSteel.java
MinecraftTAS_KillTheRNG/src/main/java/com/minecrafttas/killtherng/mixin/ktrng/patches/MixinItemFlintAndSteel.java
package com.minecrafttas.killtherng.mixin.ktrng.patches; import java.util.Random; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Redirect; @Mixin(net.minecraft.item.ItemFlintAndSteel.class) public class MixinItemFlintAndSteel{ ...
1,007
Java
.java
20
48.1
321
0.80468
MinecraftTAS/KillTheRNG
3
3
1
GPL-3.0
9/4/2024, 11:40:51 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,007
3,602,403
NullType.java
MartinRixham_Yirgacheffe/compiler/src/main/java/yirgacheffe/compiler/type/NullType.java
package yirgacheffe.compiler.type; import org.objectweb.asm.Label; import org.objectweb.asm.Opcodes; import yirgacheffe.compiler.Result; import yirgacheffe.compiler.error.Coordinate; import yirgacheffe.compiler.member.Interface; import yirgacheffe.compiler.member.NullInterface; import yirgacheffe.compiler.operator.Boo...
2,086
Java
.java
117
15.461538
61
0.759402
MartinRixham/Yirgacheffe
3
0
2
GPL-3.0
9/4/2024, 11:34:56 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
2,086
1,333,078
AgileSoundProvider.java
lanceewing_agile-gdx/core/src/main/java/com/agifans/agile/agilib/AgileSoundProvider.java
package com.agifans.agile.agilib; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import com.agifans.agile.agilib.jagi.sound.Sound; import com.agifans.agile.agilib.jagi.sound.SoundProvider; /** * An implementation of the JAGI SoundProvider interface that loads the Sound...
1,709
Java
.java
38
37.736842
95
0.704698
lanceewing/agile-gdx
37
2
3
GPL-2.0
9/4/2024, 7:36:56 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,709
3,283,710
AbstractHtmlGeneratorTest.java
eclipse-archived_codewind-openapi-eclipse/dev/org.eclipse.codewind.openapi.test/src/org/eclipse/codewind/openapi/test/html/AbstractHtmlGeneratorTest.java
/******************************************************************************* * Copyright (c) 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is av...
1,178
Java
.java
29
38.517241
81
0.695538
eclipse-archived/codewind-openapi-eclipse
4
12
9
EPL-2.0
9/4/2024, 11:09:57 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,178
1,583,055
GuiPlayerTabOverlayMixin.java
Polyfrost_VanillaHUD/src/main/java/org/polyfrost/vanillahud/mixin/minecraft/GuiPlayerTabOverlayMixin.java
package org.polyfrost.vanillahud.mixin.minecraft; import cc.polyfrost.oneconfig.config.core.OneColor; import cc.polyfrost.oneconfig.internal.hud.HudCore; import cc.polyfrost.oneconfig.renderer.TextRenderer; import com.google.common.collect.Ordering; import net.minecraft.client.Minecraft; import net.minecraft.client.gu...
15,376
Java
.java
264
49.965909
262
0.688143
Polyfrost/VanillaHUD
21
7
0
GPL-3.0
9/4/2024, 8:01:14 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
15,376
4,153,510
FoodItemAddRepository.java
F1rst-Unicorn_stocks/client-core/src/main/java/de/njsm/stocks/client/business/FoodItemAddRepository.java
/* * stocks is client-server program to manage a household's food stock * Copyright (C) 2019 The stocks developers * * This file is part of the stocks program suite. * * stocks is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F...
1,528
Java
.java
35
40.857143
79
0.775152
F1rst-Unicorn/stocks
2
0
0
GPL-3.0
9/5/2024, 12:04:31 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,528
4,149,176
EqualityTest.java
aherbert_gdsc-core/gdsc-core/src/test/java/uk/ac/sussex/gdsc/core/utils/EqualityTest.java
/*- * #%L * Genome Damage and Stability Centre Core Package * * Contains core utilities for image analysis and is used by: * * GDSC ImageJ Plugins - Microscopy image analysis * * GDSC SMLM ImageJ Plugins - Single molecule localisation microscopy (SMLM) * %% * Copyright (C) 2011 - 2023 Alex Herbert * %% * Th...
19,200
Java
.java
423
39.605201
99
0.69372
aherbert/gdsc-core
2
1
0
GPL-3.0
9/5/2024, 12:04:22 AM (Europe/Amsterdam)
false
false
false
false
true
false
true
false
19,200
3,777,705
FreeMarkerSupport.java
delin10_EasyWork/easywork-template-engine/src/main/java/nil/ed/easywork/template/support/FreeMarkerSupport.java
package nil.ed.easywork.template.support; import freemarker.core.Environment; import freemarker.template.DefaultListAdapter; import freemarker.template.DefaultMapAdapter; import freemarker.template.TemplateHashModel; import nil.ed.easywork.template.FreeMarkerTemplateEngineAdapter; import org.apache.commons.lang3.refle...
1,858
Java
.java
45
35
106
0.710161
delin10/EasyWork
3
1
0
GPL-3.0
9/4/2024, 11:42:06 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,858
4,520,184
TikzStructureGenerator.java
UoY-RoboStar_robocert-textual/robostar.robocert.textual/src/robostar/robocert/textual/generator/tikz/util/TikzStructureGenerator.java
/* * Copyright (c) 2022 University of York and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 */ package robostar.robocert.textual.ge...
1,541
Java
.java
55
24.763636
81
0.69527
UoY-RoboStar/robocert-textual
2
0
55
EPL-2.0
9/5/2024, 12:15:50 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,541
1,666,841
ServerConfigurationUtils.java
exoplatform_mobile-android/app/src/main/java/org/exoplatform/utils/ServerConfigurationUtils.java
/* * Copyright (C) 2003-2014 eXo Platform SAS. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 3 of * the License, or (at your option) any later version. * * This softwar...
12,473
Java
.java
291
35.635739
128
0.671389
exoplatform/mobile-android
15
31
1
LGPL-3.0
9/4/2024, 8:12:36 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
12,473
5,000,093
ICommentProvider.java
theArchonius_mervin/plugins/at.bitandart.zoubek.mervin/src/at/bitandart/zoubek/mervin/swt/comments/data/ICommentProvider.java
/******************************************************************************* * Copyright (c) 2016, 2017 Florian Zoubek. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
2,007
Java
.java
53
35.320755
93
0.682939
theArchonius/mervin
1
1
0
EPL-1.0
9/5/2024, 12:38:41 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
2,007
5,086,190
NetworkHandler.java
CraftedCart_Modular-FluxFields/src/main/java/io/github/craftedcart/modularfluxfields/handler/NetworkHandler.java
package io.github.craftedcart.modularfluxfields.handler; import io.github.craftedcart.modularfluxfields.network.*; import io.github.craftedcart.modularfluxfields.reference.Reference; import net.minecraftforge.fml.common.network.NetworkRegistry; import net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapp...
1,520
Java
.java
22
64.318182
152
0.823845
CraftedCart/Modular-FluxFields
1
0
1
GPL-2.0
9/5/2024, 12:40:46 AM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
1,520
4,398,939
HTLog.java
httpobjects-org_httpobjects/core/src/main/java/org/httpobjects/impl/HTLog.java
package org.httpobjects.impl; public class HTLog { private final String context; public HTLog(String context) { this.context = context; } public HTLog(Object context) { this(context.getClass().getSimpleName()); } public void debug(String m){ logAtLevel("debug", m); ...
902
Java
.java
33
21.181818
67
0.594438
httpobjects-org/httpobjects
2
0
0
GPL-2.0
9/5/2024, 12:11:47 AM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
902
894,425
SortSpec.java
dentsusoken_iPLAss/iplass-core/src/main/java/org/iplass/mtp/entity/query/SortSpec.java
/* * Copyright (C) 2011 DENTSU SOKEN INC. All Rights Reserved. * * Unless you have purchased a commercial license, * the following license terms apply: * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published ...
3,947
Java
.java
134
25.246269
94
0.712638
dentsusoken/iPLAss
66
25
61
AGPL-3.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
3,919
3,154,456
Injector.java
vicboma1_Injector/source/src/main/java/core/Injector.java
package core; import core.mapping.InjectionMapping; /** * Created with IntelliJ IDEA. * User: vicboma * Date: 14/02/14 * Time: 18:39 * To change this template use File | Settings | File Templates. */ public interface Injector { void injectInto(Object instance) throws Exception ; <T> T getInstance(Class...
656
Java
.java
21
27.714286
71
0.732372
vicboma1/Injector
4
0
0
GPL-2.0
9/4/2024, 11:01:36 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
656
2,782,097
ExtrasManager.java
matthewjpyates_werewolfchat/werewolf-chat/app/src/main/java/com/werewolfchat/startup/ExtrasManager.java
package com.werewolfchat.startup; import android.content.Context; import android.content.Intent; import com.android.volley.RequestQueue; import com.android.volley.toolbox.Volley; import com.werewolfchat.startup.ntru.encrypt.EncryptionKeyPair; import com.werewolfchat.startup.ntru.encrypt.EncryptionPublicKey; import co...
14,222
Java
.java
334
31.290419
182
0.619486
matthewjpyates/werewolfchat
6
3
0
GPL-3.0
9/4/2024, 10:14:27 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
14,222
880,347
LolEndOfGameTFTEndOfGamePieceViewModel.java
stirante_lol-client-java-api/src/main/java/generated/LolEndOfGameTFTEndOfGamePieceViewModel.java
package generated; import java.util.List; public class LolEndOfGameTFTEndOfGamePieceViewModel { public String icon; public List<LolEndOfGameTFTEndOfGameItemViewModel> items; public Integer level; public String name; public Integer price; public List<LolEndOfGameTFTEndOfGameTraitViewModel> traits; }
309
Java
.java
10
29
60
0.868243
stirante/lol-client-java-api
68
14
3
GPL-3.0
9/4/2024, 7:09:48 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
309
2,631,602
BookLoanRequestController.java
kgu-clab_clab-platforms-server/src/main/java/page/clab/api/domain/library/bookLoanRecord/adapter/in/web/BookLoanRequestController.java
package page.clab.api.domain.library.bookLoanRecord.adapter.in.web; import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.tags.Tag; import jakarta.validation.Valid; import lombok.RequiredArgsConstructor; import org.springframework.security.access.prepost.PreAuthorize; import org.springfr...
1,600
Java
.java
30
48.866667
100
0.823259
kgu-clab/clab-platforms-server
7
0
5
GPL-3.0
9/4/2024, 9:53:10 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
1,556