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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,992,702 | Lucene42NormsFormat.java | jimaguere_Maskana-Gestor-de-Conocimiento/lib/lucene-4.6/core/src/java/org/apache/lucene/codecs/lucene42/Lucene42NormsFormat.java | package org.apache.lucene.codecs.lucene42;
/*
* 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 Licen... | 3,178 | Java | .java | 73 | 40.589041 | 133 | 0.776554 | jimaguere/Maskana-Gestor-de-Conocimiento | 2 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:59:28 PM (Europe/Amsterdam) | false | true | true | false | true | true | true | true | 3,178 |
3,513,343 | ThreadPlayerLookupUUID.java | pvginkel_Tweakkit-Server/src/main/java/net/minecraft/server/ThreadPlayerLookupUUID.java | package net.minecraft.server;
import java.math.BigInteger;
import java.util.UUID;
import net.minecraft.util.com.mojang.authlib.GameProfile;
import net.minecraft.util.com.mojang.authlib.exceptions.AuthenticationUnavailableException;
// CraftBukkit start
import org.bukkit.craftbukkit.util.Waitable;
import org.bukkit.e... | 4,970 | Java | .java | 94 | 41.755319 | 167 | 0.640403 | pvginkel/Tweakkit-Server | 3 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:30:47 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 4,970 |
1,407,699 | Term.java | sing1ee_textrank-java/src/main/java/textrank/tagger/Term.java | package textrank.tagger;
/**
* Created by zhangcheng on 15/3/2.
*/
public class Term {
private String text;
private String pos;
public Term() {
}
public Term(String text, String pos) {
this.text = text;
this.pos = pos;
}
public String getText() {
return text;
... | 523 | Java | .java | 26 | 14.730769 | 42 | 0.582822 | sing1ee/textrank-java | 28 | 6 | 0 | GPL-2.0 | 9/4/2024, 7:49:32 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 523 |
1,315,185 | TestClass_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46189/TestClass_out.java | package p;
public class TestClass {
public static TestClass createTestClass() {
return new TestClass();
}
private TestClass() {
}
}
class UseTestClass {
public void foo() {
/*[*/TestClass.createTestClass();
}
}
| 224 | Java | .java | 13 | 15.230769 | 44 | 0.730769 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 224 |
3,298,432 | SpringCacheProvider.java | chenbo19867758_jeecmsX1_2/jeecms-common/src/main/java/com/jeecms/common/web/cache/SpringCacheProvider.java | package com.jeecms.common.web.cache;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.Cache;
import org.springframework.cache.Cache.ValueWrapper;
import org.springframework.cache.CacheManager;
import org.springframework.stereotype.Component;
... | 1,741 | Java | .java | 62 | 23.870968 | 74 | 0.75096 | chenbo19867758/jeecmsX1.2 | 4 | 7 | 11 | GPL-3.0 | 9/4/2024, 11:11:18 PM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 1,635 |
4,788,904 | NodeChangeEvent.java | mateor_PDroidHistory/libcore/luni/src/main/java/java/util/prefs/NodeChangeEvent.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 not... | 3,193 | Java | .java | 84 | 33.75 | 95 | 0.717651 | mateor/PDroidHistory | 1 | 2 | 0 | GPL-3.0 | 9/5/2024, 12:31:53 AM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 3,193 |
1,786,322 | StaticList.java | stefandmn_AREasy/src/java/org/areasy/common/data/type/list/StaticList.java | package org.areasy.common.data.type.list;
/*
* Copyright (c) 2007-2020 AREasy Runtime
*
* This library, AREasy Runtime and API for BMC Remedy AR System, is free software ("Licensed Software");
* you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
* License as published... | 7,508 | Java | .java | 261 | 24.490421 | 106 | 0.655832 | stefandmn/AREasy | 10 | 1 | 3 | LGPL-3.0 | 9/4/2024, 8:18:34 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 7,508 |
48,224 | PermissionAttachment.java | Bukkit_Bukkit/src/main/java/org/bukkit/permissions/PermissionAttachment.java | package org.bukkit.permissions;
import java.util.LinkedHashMap;
import java.util.Map;
import org.bukkit.plugin.Plugin;
/**
* Holds information about a permission attachment on a {@link Permissible}
* object
*/
public class PermissionAttachment {
private PermissionRemovedExecutor removed;
private final Map<... | 4,060 | Java | .java | 125 | 26.296 | 115 | 0.660546 | Bukkit/Bukkit | 2,394 | 1,051 | 70 | GPL-3.0 | 9/4/2024, 7:04:55 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 4,060 |
1,552,555 | RequestRecipeBookDestroy.java | Elfocrash_L2jTesla/src/main/java/dev/l2j/tesla/gameserver/network/clientpackets/RequestRecipeBookDestroy.java | package dev.l2j.tesla.gameserver.network.clientpackets;
import dev.l2j.tesla.gameserver.network.SystemMessageId;
import dev.l2j.tesla.gameserver.network.serverpackets.RecipeBookItemList;
import dev.l2j.tesla.gameserver.network.serverpackets.SystemMessage;
import dev.l2j.tesla.gameserver.data.xml.RecipeData;
import dev... | 1,269 | Java | .java | 35 | 33.628571 | 123 | 0.808197 | Elfocrash/L2jTesla | 20 | 11 | 0 | GPL-3.0 | 9/4/2024, 7:58:53 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 1,269 |
1,313,084 | HTMLTagCompletionProposalComputer.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java | /*******************************************************************************
* Copyright (c) 2000, 2014 IBM Corporation and others.
*
* 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 available at
... | 8,059 | Java | .java | 212 | 34.863208 | 200 | 0.747758 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 8,059 |
3,655,207 | SecurityService.java | CarlosSanabriaM_RedSocialSpring/red-social-spring/src/main/java/com/uniovi/services/SecurityService.java | package com.uniovi.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.context.SecurityContextH... | 1,629 | Java | .java | 38 | 40.157895 | 109 | 0.85124 | CarlosSanabriaM/RedSocialSpring | 3 | 0 | 7 | GPL-3.0 | 9/4/2024, 11:37:07 PM (Europe/Amsterdam) | false | true | false | false | true | true | true | true | 1,629 |
1,316,477 | A_test11_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_test11_out.java | //change to j k i
package p;
class A{
private void m(int j, int k, int i){
}
private void foo(){
m(2,
3,
3+ 1);
}
} | 130 | Java | .java | 11 | 9.545455 | 37 | 0.566667 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 130 |
596,850 | DataTable.java | BhavyaC16_Plants-Vs-Zombies/PlantVsZombies/src/sample/DataTable.java | package sample;
import javafx.scene.layout.Pane;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
public class DataTable implements Serializable {
privat... | 3,770 | Java | .java | 104 | 29.75 | 233 | 0.680472 | BhavyaC16/Plants-Vs-Zombies | 135 | 47 | 5 | GPL-3.0 | 9/4/2024, 7:08:18 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,770 |
4,513,934 | AbstractInfo.java | geryfauzi_Damang/app/src/main/java/unikom/gery/damang/service/devices/miband/AbstractInfo.java | /* Copyright (C) 2015-2021 Carsten Pfeiffer
This file is part of Gadgetbridge.
Gadgetbridge 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... | 1,021 | Java | .java | 20 | 46.15 | 76 | 0.743719 | geryfauzi/Damang | 2 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:15:40 AM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 1,021 |
1,873,444 | CloseIQProvider.java | masach_FaceWhat/FacewhatDroid/asmack/org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.java | /**
* All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,... | 1,131 | Java | .java | 29 | 36.448276 | 87 | 0.76776 | masach/FaceWhat | 12 | 12 | 0 | GPL-3.0 | 9/4/2024, 8:21:42 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 1,131 |
1,311,616 | IntroduceParameterRefactoring.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | /*******************************************************************************
* Copyright (c) 2000, 2023 IBM Corporation and others.
*
* 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 available at
... | 30,272 | Java | .java | 556 | 51.197842 | 286 | 0.808781 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 30,272 |
1,315,635 | Test.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew13/in/Test.java | package p;
class Test{
void test(){
A a= new A();
test(a);
}
void test(A b){
b.foo();
}
} | 100 | Java | .java | 10 | 8 | 16 | 0.555556 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 100 |
1,525,358 | X11GraphicsDevice.java | nilsvanvelzen_mac_ppc_openjdk8u60/jdk/src/solaris/classes/sun/awt/X11GraphicsDevice.java | /*
* Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 18,277 | Java | .java | 467 | 28.614561 | 141 | 0.600169 | nilsvanvelzen/mac_ppc_openjdk8u60 | 21 | 3 | 2 | GPL-2.0 | 9/4/2024, 7:56:33 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 18,277 |
3,259,171 | StoreRegisterActionItem.java | wholesky_ffdec/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java | /*
* Copyright (C) 2010-2018 JPEXS, All rights reserved.
*
* 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.0 of the License, or (at your option) any later versi... | 4,290 | Java | .java | 114 | 31.824561 | 159 | 0.72281 | wholesky/ffdec | 4 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:08:47 PM (Europe/Amsterdam) | false | false | false | true | false | true | false | true | 4,290 |
2,986,225 | Utils.java | perye_survey/src/main/java/com/apsd/common/plugs/ipaddr/Utils.java | package com.apsd.common.plugs.ipaddr;
import java.io.UnsupportedEncodingException;
import org.springframework.beans.factory.annotation.Autowired;
/**
*
*/
public class Utils {
@Autowired
private IPSeeker ipSeeker;
/**
* 从ip的字符串形式得到字节数组形式
* @param ip 字符串形式的ip
* @return 字节数组形式的ip
*/
... | 3,262 | Java | .java | 91 | 23.538462 | 87 | 0.589678 | perye/survey | 5 | 10 | 0 | AGPL-3.0 | 9/4/2024, 10:40:34 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 2,850 |
4,122,168 | DecimalFormatter.java | KouChengjian_PhoneMate/PhoneSuperviser/src/com/kcj/phonesuperviser/widget/textcounter/DecimalFormatter.java | package com.kcj.phonesuperviser.widget.textcounter;
import java.text.DecimalFormat;
/**
* Created by prem on 10/28/14.
*/
public class DecimalFormatter implements Formatter {
private final DecimalFormat format = new DecimalFormat("#.0");
@Override
public String format(String prefix, String suffix, ... | 398 | Java | .java | 12 | 29.416667 | 69 | 0.744063 | KouChengjian/PhoneMate | 2 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:03:39 AM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 398 |
3,183,754 | BaseDataStreamMarshaller.java | DiamondLightSource_daq-eclipse/uk.ac.diamond.org.apache.activemq/org/apache/activemq/openwire/v9/BaseDataStreamMarshaller.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... | 24,725 | Java | .java | 579 | 30.08981 | 111 | 0.575225 | DiamondLightSource/daq-eclipse | 4 | 9 | 3 | EPL-1.0 | 9/4/2024, 11:03:38 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 24,725 |
1,316,504 | A_testAll52_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll52_in.java | package p;
class A{
A(){
}
}
class B extends A{
B(){
this(3);
}
B(int y){
}
} | 85 | Java | .java | 12 | 5.5 | 18 | 0.540541 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 85 |
1,314,773 | A_testString_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testString_in.java |
class A_testString_in {
public static void bar(){
String s = new String();
s.toString();
}
}
| 100 | Java | .java | 6 | 14.5 | 26 | 0.666667 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 100 |
1,826,863 | StatsWriterFactory.java | bobbui_Direct-File-Downloader/src/src/org/gudy/azureus2/core3/stats/StatsWriterFactory.java | /*
* File : StatsWriterFactory.java
* Created : 23-Oct-2003
* By : parg
*
* Azureus - a Java Bittorrent client
*
* 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 ... | 1,382 | Java | .java | 44 | 29.318182 | 76 | 0.772352 | bobbui/Direct-File-Downloader | 18 | 3 | 0 | GPL-2.0 | 9/4/2024, 8:19:54 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 1,382 |
4,402,311 | User1.java | prakriti-gupta_College-Selector-App/app/src/main/java/com/example/hp/selectorcollege/User1.java | package com.example.hp.selectorcollege;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ViewFlipper;
public class User1 extends AppCompatActivity {
... | 3,629 | Java | .java | 95 | 27.747368 | 106 | 0.601251 | prakriti-gupta/College-Selector-App | 2 | 0 | 0 | LGPL-2.1 | 9/5/2024, 12:11:47 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,629 |
4,411,224 | TrippleKeyCommand.java | JOM3C4_nHCFSource/src/com/zdev/hcf/tripplekeys/TrippleKeyCommand.java | package com.zdev.hcf.tripplekeys;
import java.util.Collections;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabCompleter;
import com.zdev.... | 3,407 | Java | .java | 83 | 37.156627 | 104 | 0.718088 | JOM3C4/nHCFSource | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:12:08 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,407 |
1,315,542 | A_testFail8.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameParameters/cannotRename/A_testFail8.java | //cannot rename to: j
package p;
interface B{
int j= 0;
}
class A implements B{
int m(int i){
i= j;
return 0;
};
} | 121 | Java | .java | 11 | 9.454545 | 21 | 0.648649 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 121 |
2,538,742 | CraftWitherSkeleton.java | FukkitMC_Fukkit-Old/src/main/java/org/bukkit/craftbukkit/entity/CraftWitherSkeleton.java | package org.bukkit.craftbukkit.entity;
import net.minecraft.server.EntitySkeletonWither;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.WitherSkeleton;
public class CraftWitherSkeleton extends CraftSkeleton implements WitherSkeleton {
public CraftWitherSk... | 706 | Java | .java | 22 | 27.363636 | 82 | 0.764012 | FukkitMC/Fukkit-Old | 7 | 0 | 0 | LGPL-3.0 | 9/4/2024, 9:47:40 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 706 |
936,884 | ISkeletonAbstract.java | brainsynder-Dev_SimplePets/plugin-api/src/simplepets/brainsynder/api/entity/misc/ISkeletonAbstract.java | package simplepets.brainsynder.api.entity.misc;
import simplepets.brainsynder.api.entity.IEntityPet;
public interface ISkeletonAbstract extends IEntityPet {
default boolean isArmsRaised() {return false;}
default void setArmsRaised(boolean flag) {}
}
| 261 | Java | .java | 6 | 40.666667 | 55 | 0.825397 | brainsynder-Dev/SimplePets | 60 | 37 | 21 | GPL-3.0 | 9/4/2024, 7:09:48 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 261 |
2,941,666 | ArrayInitEmpty.java | MIT-PAC_obj-sens-soot/systests/java_tests/ArrayInitEmpty.java | public class ArrayInitEmpty {
public static void main(String [] args) {
int [] i = {};
}
}
| 113 | Java | .java | 5 | 17.2 | 45 | 0.578431 | MIT-PAC/obj-sens-soot | 5 | 1 | 0 | LGPL-2.1 | 9/4/2024, 10:36:36 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | true | 113 |
2,269,346 | DERNull.java | jaeksoft_jcifs-krb5/src/jcifs/spnego/asn1/DERNull.java | /* Copyright (c) 2000 The Legion Of The Bouncy Castle
* (http://www.bouncycastle.org)
*
* 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 limit... | 1,746 | Java | .java | 49 | 30.142857 | 81 | 0.691801 | jaeksoft/jcifs-krb5 | 9 | 7 | 2 | LGPL-2.1 | 9/4/2024, 8:47:09 PM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 1,746 |
4,138,908 | TTYStreamProvider.java | zapster_graal-core/graal/com.oracle.graal.debug/src/com/oracle/graal/debug/TTYStreamProvider.java | /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | 1,275 | Java | .java | 30 | 40.533333 | 85 | 0.766693 | zapster/graal-core | 2 | 48 | 0 | GPL-2.0 | 9/5/2024, 12:04:12 AM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 1,275 |
3,288,883 | LauncherAnimationRunner.java | tetrafolium_Lawnchair/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 4,814 | Java | .java | 122 | 31.295082 | 103 | 0.670445 | tetrafolium/Lawnchair | 4 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:10:33 PM (Europe/Amsterdam) | false | false | false | true | true | true | true | true | 4,814 |
527,329 | AdapterItemSpecifications.java | NearbyShops_Nearby-Shops-Android-app/app/src/main/java/org/nearbyshops/whitelabelapp/DetailScreens/DetailItem/AdapterItemSpecifications.java | package org.nearbyshops.whitelabelapp.DetailScreens.DetailItem;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recy... | 3,662 | Java | .java | 98 | 30.265306 | 109 | 0.684646 | NearbyShops/Nearby-Shops-Android-app | 165 | 89 | 26 | GPL-3.0 | 9/4/2024, 7:07:37 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 3,662 |
4,566,051 | Xray.java | pauln07org_Pentium-plus/src/main/java/pauln07/pentiumplus/systems/modules/render/Xray.java | /*
* This file is part of the Pentium plus (https://github.com/pauln07org/Pentium-plus).
* Copyright (c) 2022 Pentium plus.
*/
package pauln07.pentiumplus.systems.modules.render;
import pauln07.pentiumplus.events.render.RenderBlockEntityEvent;
import pauln07.pentiumplus.events.world.AmbientOcclusionEvent;
import ... | 4,195 | Java | .java | 108 | 31.416667 | 182 | 0.674121 | pauln07org/Pentium-plus | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:17:35 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 4,195 |
1,312,428 | ActiveTestSuite.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ActiveTestSuite.java | package junit.extensions;
/*-
* #%L
* org.eclipse.jdt.ui.junit.sampleproject
* %%
* Copyright (C) 2020 Eclipse Foundation
* %%
* This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompanies this dist... | 1,818 | Java | .java | 66 | 24.651515 | 116 | 0.733487 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 1,818 |
3,379,804 | MybatisPlusConfig.java | ZengLingWeii_srb_hfb/hfb/src/main/java/com/heepay/config/MybatisPlusConfig.java | package com.heepay.config;
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
im... | 916 | Java | .java | 26 | 29.769231 | 82 | 0.804348 | ZengLingWeii/srb_hfb | 4 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:16:59 PM (Europe/Amsterdam) | false | true | false | true | false | true | true | true | 858 |
4,858,096 | EnumHashBiMap.java | zhangjianying_12306-android-Decompile/src/com/google/common/collect/EnumHashBiMap.java | package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import com.google.common.annotations.GwtIncompatible;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.EnumMap;
import java.util.HashMap;
import java.util.Map;
import ... | 2,450 | Java | .java | 65 | 34.353846 | 137 | 0.775148 | zhangjianying/12306-android-Decompile | 1 | 1 | 0 | GPL-3.0 | 9/5/2024, 12:33:53 AM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 2,442 |
1,316,043 | SwitchCaseUpdates.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testSwitchCaseUpdates/out/SwitchCaseUpdates.java | package p;
public class SwitchCaseUpdates {
private SwitchCaseUpdatesParameter parameterObject = new SwitchCaseUpdatesParameter();
private void foo() {
switch (parameterObject.getTest()) {
case 5: parameterObject.setTest(7);
break;
case 7: parameterObject.setTest(5);
}
}
}
| 290 | Java | .java | 11 | 23.909091 | 87 | 0.776978 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 290 |
3,893,968 | IotHuaWeiNacosApplication.java | hupengwu_Fox-Edge-Server/fox-edge-server-iot-cloud/fox-edge-server-iot-huawei/fox-edge-server-iot-huawei-nacos/src/main/java/cn/foxtech/huawei/iotda/service/IotHuaWeiNacosApplication.java | package cn.foxtech.huawei.iotda.service;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
public cl... | 477 | Java | .java | 10 | 44.7 | 79 | 0.848812 | hupengwu/Fox-Edge-Server | 3 | 2 | 0 | GPL-3.0 | 9/4/2024, 11:47:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 477 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7