code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/cache/CmsVfsDiskCache.java,v $
* Date : $Date: 2008-04-17 13:47:06 $
* Version: $Revision: 1.6 $
*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) 2002 - 2008 Alkacon Software GmbH (http://w... | comundus/opencms-comundus | src/main/java/org/opencms/cache/CmsVfsDiskCache.java | Java | lgpl-2.1 | 6,706 |
/**
* 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... | esig/dss | dss-pades/src/test/java/eu/europa/esig/dss/pades/validation/suite/PAdESOCSPSigningCertificateTest.java | Java | lgpl-2.1 | 2,685 |
/*
* Copyright (c) 2005-2016 Vincent Vandenschrick. All rights reserved.
*
* This file is part of the Jspresso framework.
*
* Jspresso 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 v... | maximehamm/jspresso-ce | application/src/main/java/org/jspresso/framework/application/frontend/file/ConnectorValueGetterCallback.java | Java | lgpl-3.0 | 2,642 |
/*
* This file is part of MyDMAM.
*
* This program 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
* any later version.
*
* This program is distributed in th... | hdsdi3g/MyDMAM | app/hd3gtv/archivecircleapi/ACFile.java | Java | lgpl-3.0 | 3,178 |
package micdoodle8.mods.galacticraft.core.client.model;
import micdoodle8.mods.galacticraft.core.entities.GCCoreEntityFlag;
import net.minecraft.client.entity.AbstractClientPlayer;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
import n... | Albloutant/Galacticraft | common/micdoodle8/mods/galacticraft/core/client/model/GCCoreModelFlag.java | Java | lgpl-3.0 | 4,121 |
package robosphinx.mods.quartz.block;
/**
* @author robosphinx
*/
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import robosphinx.mods.quartz.init.QuartzPlusBlocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockSlab;
import net.minecraft.entity.player.EntityPlayer... | robosphinx/QuartzPlus | src/main/java/robosphinx/mods/quartz/block/SlabItemBlock.java | Java | lgpl-3.0 | 5,628 |
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco 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
... | daniel-he/community-edition | projects/repository/source/java/org/alfresco/repo/workflow/jscript/JscriptWorkflowTask.java | Java | lgpl-3.0 | 9,364 |
package eu.unipv.epsilon.enigma.ui.main.card;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.LayoutRes;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import android.widget.ImageView;
import android.widget.TextView;
impor... | fdi2-epsilon/teams-game | android-app/src/main/java/eu/unipv/epsilon/enigma/ui/main/card/CollectionCardHolder.java | Java | lgpl-3.0 | 3,545 |
/**
* DataCleaner (community edition)
* Copyright (C) 2014 Neopost - Customer Information Management
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free... | anandswarupv/DataCleaner | desktop/ui/src/main/java/org/datacleaner/widgets/properties/SingleDictionaryPropertyWidget.java | Java | lgpl-3.0 | 4,764 |
package masp.plugins.mlight.config;
import java.io.File;
import java.io.IOException;
import masp.plugins.mlight.MRPG;
import masp.plugins.mlight.data.Attribute;
import masp.plugins.mlight.data.effects.types.MEffect;
public class SkillClassConfiguration extends Configuration {
public SkillClassConfigurat... | masp/MRPG | src/masp/plugins/mlight/config/SkillClassConfiguration.java | Java | lgpl-3.0 | 2,623 |
package semano.rulebaseeditor;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.HashMap;
import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.JS... | mr-justin/gate-semano | src/semano/rulebaseeditor/JapelateTreePanel.java | Java | lgpl-3.0 | 4,128 |
package com.telenav.osv.manager.network.parser;
import org.json.JSONObject;
import com.telenav.osv.item.AccountData;
import com.telenav.osv.item.network.UserData;
import com.telenav.osv.utils.Log;
/**
* JSON parser for user profile data
* Created by kalmanb on 8/1/17.
*/
public class UserDataParser extends ApiResp... | openstreetview/android | app/src/main/java/com/telenav/osv/manager/network/parser/UserDataParser.java | Java | lgpl-3.0 | 4,351 |
package de.tubs.variantsync.core.jobs;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import or... | Kogoro/VariantSync | de.tubs.variantsync.core/src/de/tubs/variantsync/core/jobs/MarkerUpdateJob.java | Java | lgpl-3.0 | 1,590 |
/*
* This file is part of aTetria.
*
* aTetria 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.
*
* aTetria is distribute... | Centril/aTetria | aTetria-main/src/se/centril/atetria/framework/geom/Position3.java | Java | lgpl-3.0 | 5,497 |
/**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2015 Ricardo Mariaca
* http://www.dynamicreports.org
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of ... | svn2github/dynamicreports-jasper | dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/expression/AddExpression.java | Java | lgpl-3.0 | 1,569 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | vamsirajendra/sonarqube | server/sonar-server/src/main/java/org/sonar/server/computation/step/ExecuteVisitorsStep.java | Java | lgpl-3.0 | 2,425 |
/*
* CurrencyTransform.java May 2007
*
* Copyright (C) 2007, Niall Gallagher <niallg@users.sf.net>
*
* 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/licen... | ntenhoeve/Introspect-Framework | reflect/reflect-infrastructure-xml-converter/src/main/java/nth/reflect/infra/generic/xml/transform/CurrencyTransform.java | Java | lgpl-3.0 | 2,666 |
/*
* XXL: The eXtensible and fleXible Library for data processing
*
* Copyright (C) 2000-2011 Prof. Dr. Bernhard Seeger Head of the Database Research Group Department
* of Mathematics and Computer Science University of Marburg Germany
*
* This library is free software; you can redistribute it and/or modify it u... | hannoman/xxl | src/xxl/core/indexStructures/keyRanges/ShortKeyRange.java | Java | lgpl-3.0 | 2,702 |
package org.molgenis.file.ingest.impl;
import java.io.File;
import java.util.Date;
import org.apache.commons.lang3.StringUtils;
import org.molgenis.auth.MolgenisUser;
import org.molgenis.data.DataService;
import org.molgenis.data.Entity;
import org.molgenis.data.jobs.JobMetaData;
import org.molgenis.data.meta.EntityM... | erwinwinder/molgenis | molgenis-file-ingester/src/main/java/org/molgenis/file/ingest/impl/FileIngesterLoggerImpl.java | Java | lgpl-3.0 | 5,143 |
/**
* @cond LICENSE
* ######################################################################################
* # LGPL License #
* # #
* # This file is part of Lig... | sdennisen/LightVoting | src/main/java/org/lightvoting/simulation/action/message/random_basic/CSendRB.java | Java | lgpl-3.0 | 5,806 |
/*
* SonarQube Java Properties Analyzer
* Copyright (C) 2015-2017 David RACODON
* david.racodon@gmail.com
*
* This program 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 t... | racodond/sonar-jproperties-plugin | jproperties-frontend/src/main/java/org/sonar/plugins/jproperties/api/visitors/package-info.java | Java | lgpl-3.0 | 996 |
/*******************************************************************************
* Gisgraphy Project
*
* 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
* versio... | delphiprogramming/gisgraphy | src/main/java/com/gisgraphy/helper/GisFeatureHelper.java | Java | lgpl-3.0 | 4,130 |
/*
* Sonar, open source software quality management tool.
* Copyright (C) 2008-2011 SonarSource
* mailto:contact AT sonarsource DOT com
*
* Sonar 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; e... | leodmurillo/sonar | sonar-core/src/main/java/org/sonar/core/plugins/RemotePlugin.java | Java | lgpl-3.0 | 2,934 |
package liquibase.diff;
import liquibase.change.Change;
import liquibase.change.ColumnConfig;
import liquibase.change.ConstraintsConfig;
import liquibase.change.core.*;
import liquibase.changelog.ChangeSet;
import liquibase.database.Database;
import liquibase.database.structure.*;
import liquibase.database.typeconvers... | hongliangpan/manydesigns.cn | trunk/portofino-database/liquibase-core-2.0.5-sources/liquibase/diff/DiffResult.java | Java | lgpl-3.0 | 37,629 |
package org.javlo.service;
import java.lang.reflect.InvocationTargetException;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.javlo.helper.StringHel... | Javlo/javlo | src/main/java/org/javlo/service/PDFLayout.java | Java | lgpl-3.0 | 4,384 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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, o... | Godin/sonar | plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/lang/package-info.java | Java | lgpl-3.0 | 958 |
package com.kamesuta.mc.signpic.gui;
import java.awt.Toolkit;
import java.awt.datatransfer.Transferable;
import java.util.concurrent.TimeUnit;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.lwjgl.input.Keyboard;
import com.kamesuta.mc.bnnwidget.WBase;
import com.kamesuta.mc.bnnwidget.... | Team-Fruit/SignPicture | src/main/java/com/kamesuta/mc/signpic/gui/GuiMain.java | Java | lgpl-3.0 | 20,461 |
/*
* SonarQube CSS / SCSS / Less Analyzer
* Copyright (C) 2013-2017 David RACODON
* mailto: david.racodon@gmail.com
*
* This program 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
* vers... | racodond/sonar-css-plugin | css-frontend/src/main/java/org/sonar/css/model/property/standard/BorderInlineStartWidth.java | Java | lgpl-3.0 | 1,324 |
/**
* DataCleaner (community edition)
* Copyright (C) 2014 Neopost - Customer Information Management
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free... | anandswarupv/DataCleaner | monitor/services/src/test/java/org/datacleaner/monitor/jobwizard/common/SelectTableWizardPageTest.java | Java | lgpl-3.0 | 4,135 |
/**
* DataCleaner (community edition)
* Copyright (C) 2014 Neopost - Customer Information Management
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free... | anandswarupv/DataCleaner | engine/core/src/main/java/org/datacleaner/metadata/DatastoreMetadataImpl.java | Java | lgpl-3.0 | 2,027 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | jblievremont/sonarqube | server/sonar-server/src/main/java/org/sonar/server/component/db/ComponentDao.java | Java | lgpl-3.0 | 8,754 |
package ch.spacebase.npccreatures.npcs.nms;
import java.util.ConcurrentModificationException;
import java.util.List;
import org.bukkit.Location;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.entity.Player;
import net.minecraft.server.DamageSource;
import net.minecraft.server.Entity;
import net.... | vanZeben/NPCCreatures | src/main/java/ch/spacebase/npccreatures/npcs/nms/NPCZombie.java | Java | lgpl-3.0 | 1,523 |
/*
* Copyright (c) 2014 Rosie Alexander and Scott Killen.
*
* This program 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.... | AtomicBlom/SteamNSteel | src/main/java/mod/steamnsteel/block/SteamNSteelMachineBlock.java | Java | lgpl-3.0 | 4,873 |
package org.glydar.core.protocol.packet;
import io.netty.buffer.ByteBuf;
import org.glydar.api.model.geom.FloatVector3;
import org.glydar.api.model.geom.IntVector2;
import org.glydar.api.model.geom.LongVector3;
import org.glydar.core.protocol.Packet;
import org.glydar.core.protocol.PacketType;
import org.glydar.core.... | Glydar/Glydar.next | glydar-core/src/main/java/org/glydar/core/protocol/packet/Packet09Shoot.java | Java | lgpl-3.0 | 4,822 |
/*
* This file is part of MyPet
*
* Copyright © 2011-2016 Keyle
* MyPet is licensed under the GNU Lesser General Public License.
*
* MyPet 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... | jjm223/MyPet | modules/v1_9_R2/src/main/java/de/Keyle/MyPet/compat/v1_9_R2/skill/skills/ranged/nms/MyPetSmallFireball.java | Java | lgpl-3.0 | 3,093 |
/*
* Demoiselle Framework
* Copyright (C) 2010 SERPRO
* ----------------------------------------------------------------------------
* This file is part of Demoiselle Framework.
*
* Demoiselle Framework is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public... | demoiselle/vaadin | impl/src/main/java/br/gov/frameworkdemoiselle/vaadin/template/CrudView.java | Java | lgpl-3.0 | 2,437 |
package amd.strainer.display;
import java.awt.Graphics2D;
import java.util.HashSet;
import amd.strainer.display.util.DiffLetterInfo;
import amd.strainer.objects.SequenceFragment;
public class LettersDisplayGeometry extends DisplayGeometry {
private HashSet<DiffLetterInfo> mLetters = new HashSet<DiffLetterInfo>();
... | jmeppley/strainer | src/amd/strainer/display/LettersDisplayGeometry.java | Java | lgpl-3.0 | 1,914 |
package net.minecraft.block;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
import net.minecraft.util.AxisAlignedBB;
import ... | HATB0T/RuneCraftery | forge/mcp/temp/src/minecraft/net/minecraft/block/BlockHalfSlab.java | Java | lgpl-3.0 | 4,843 |
package com.zenoton.TunnelLWJGL.java.Inventory.Tools;
import com.zenoton.TunnelLWJGL.java.helpers.InputMouse;
import com.zenoton.TunnelLWJGL.java.helpers.Resources;
import com.zenoton.TunnelLWJGL.java.helpers.Texture;
import org.lwjgl.opengl.GL11;
import static org.lwjgl.opengl.GL11.*;
/**
* Created by CAMPBELL MIL... | Zenoton/Tunnel | Tunnel/src/com/zenoton/TunnelLWJGL/java/Inventory/Tools/Tools.java | Java | lgpl-3.0 | 1,386 |
/*
* Copyright © gaosong
*
* This program and the accompanying materials are licensed under
* the terms of the GNU Lesser General Public License version 3.0
* as published by the Free Software Foundation.
*/
package org.gsimple.common.tuple;
/**
* Quintet tuple
*
* @param <A>
* First value of Qui... | dean2015/gs-simple | gsimple/gsimple-common/src/main/java/org/gsimple/common/tuple/Quintet.java | Java | lgpl-3.0 | 1,533 |
package com.bluevia.commons.connector.http.oauth;
/**
* This object extends the OAuthToken class to include the URL to verify the Request OAuthToken.
*
*/
public class RequestToken extends OAuthToken {
private String mVerificationUrl;
/**
* Instantiates the OAuthToken with its parameters
*
... | BlueVia/Official-Library-Java | src/main/java/com/bluevia/commons/connector/http/oauth/RequestToken.java | Java | lgpl-3.0 | 1,401 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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, o... | Godin/sonar | server/sonar-server/src/main/java/org/sonar/server/platform/monitoring/WebSystemInfoModule.java | Java | lgpl-3.0 | 3,228 |
/*
* This file is part of Log4jHttpAppender.
*
* Log4jHttpAppender is free software: you can redistribute it and/or modify
* it under the terms of the Lesser GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later versio... | Tillerino/log4j-http-appender | src/main/java/fr/bettinger/log4j/HttpLayout.java | Java | lgpl-3.0 | 4,148 |
/*
* SonarQube Cucumber Gherkin Analyzer
* Copyright (C) 2016-2017 David RACODON
* david.racodon@gmail.com
*
* This program 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 ... | racodond/sonar-gherkin-plugin | its/plugin/tests/src/test/java/org/sonar/gherkin/its/IssuesTest.java | Java | lgpl-3.0 | 2,393 |
package de.mslab.branches;
import org.junit.Test;
import de.mslab.ciphers.Simon64;
public class Simon64BranchesTest extends SimonBranchesTest {
private static final long[] KEY = { 0x1b1a1918L, 0x13121110L, 0x0b0a0908L, 0x03020100L };
private static final long[][] EXPECTED_DIFFERENCES = {
{ 0x4000_0000, 0x1101_... | medsec/simonspeck | tool/tests/de/mslab/branches/Simon64BranchesTest.java | Java | lgpl-3.0 | 1,179 |
package com.googlecode.sarasvati.env;
import java.security.SecureRandom;
import java.util.Arrays;
import org.junit.Assert;
import org.junit.Test;
public class Base64Test
{
@Test
public void test()
{
SecureRandom rand = new SecureRandom();
for (int i = 1; i < 1024; i++)
{
byt... | plorenz/sarasvati | sarasvati-core/src/test/java/com/googlecode/sarasvati/env/Base64Test.java | Java | lgpl-3.0 | 859 |
package com.towel.cfg;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class ProgressiveString {
private List<CharInterval> charsIntervals;
private int charIntervalIndex;
private int minChar;
private int maxChar;
private char[] string;
public ProgressiveString(... | MarkyVasconcelos/Towel | src/com/towel/cfg/ProgressiveString.java | Java | lgpl-3.0 | 3,407 |
/*
* Copyright (C) 2015 higherfrequencytrading.com
*
* This program 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.
*
* This program is ... | lburgazzoli/Chronicle-Map | src/main/java/net/openhft/chronicle/hash/serialization/impl/AbstractCharSequenceUtf8DataAccess.java | Java | lgpl-3.0 | 2,427 |
/*
* Model Tools.
* Copyright (C) 2013 Pal Hargitai (pal@lunarray.org)
*
* This program 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) an... | lunarray-org/model-descriptor | src/main/java/org/lunarray/model/descriptor/builder/annotation/base/listener/operation/result/SetRelationListener.java | Java | lgpl-3.0 | 3,067 |
package org.bladerunnerjs.utility;
import java.io.File;
import java.io.PrintWriter;
import java.io.StringWriter;
import org.apache.commons.io.filefilter.PrefixFileFilter;
import org.bladerunnerjs.logging.Logger;
import org.bladerunnerjs.memoization.MemoizedFile;
import org.bladerunnerjs.model.App;
import org.bladerun... | andreoid/testing | brjs-core/src/main/java/org/bladerunnerjs/utility/UserCommandRunner.java | Java | lgpl-3.0 | 3,624 |
package be.kwakeroni.workshop.java9.solution.language;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
// Examples
// V1 - Replace type declarations with var
// V2 - Inference of generic parameters (to Object)
// V3 - Inference of intersection types
... | kwakeroni/workshops | java9/solution/src/test/java/be/kwakeroni/workshop/java9/solution/language/Var.java | Java | lgpl-3.0 | 3,850 |
/**
* Copyright © 2002 Instituto Superior Técnico
*
* This file is part of FenixEdu Academic.
*
* FenixEdu Academic 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... | FenixEdu/fenixedu-academic | src/main/java/org/fenixedu/academic/domain/EmptyDegree.java | Java | lgpl-3.0 | 10,705 |
package net.warpgame.engine.graphics.rendering;
import net.warpgame.engine.core.context.service.Profile;
import net.warpgame.engine.core.context.service.Service;
import net.warpgame.engine.core.context.task.RegisterTask;
import net.warpgame.engine.core.execution.task.EngineTask;
import net.warpgame.engine.graphics.cam... | WarpOrganization/warp | graphics/src/main/java/net/warpgame/engine/graphics/rendering/RenderTask.java | Java | lgpl-3.0 | 6,415 |
package dk.dma.ais.abnormal.analyzer.services;
import dk.dma.enav.model.geometry.Ellipse;
import dk.dma.enav.model.geometry.Position;
import org.apache.commons.configuration.Configuration;
import org.jmock.Expectations;
import org.jmock.integration.junit4.JUnit4Mockery;
import org.junit.Before;
import org.junit.Ignore... | dma-ais/AisAbnormal | ais-ab-analyzer/src/test/java/dk/dma/ais/abnormal/analyzer/services/SafetyZoneServiceTest.java | Java | lgpl-3.0 | 7,500 |
/*
* This file is part of VirtualFile.
*
* Copyright 2016 by Bernd Riedl <bernd.riedl@gmail.com>
*
* Licensed under GNU Lesser General Public License 3.0 or later.
* Some rights reserved. See COPYING, AUTHORS.
*/
package at.beris.virtualfile.client.http;
import at.beris.virtualfile.attribute.FileAttribute;
imp... | berisd/VirtualFile | src/main/java/at/beris/virtualfile/client/http/HttpClient.java | Java | lgpl-3.0 | 2,155 |
package com.zhp.base.ui.widget.ptr.lib.header;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PointF;
import android.view.animation.Animation;
import android.view.animation.Transformation;
import java.util.Random;
/**
* Created by srain on 11/6/14.
*/
public class StoreHouse... | pzhangleo/android-base | base/src/main/java/com/zhp/base/ui/widget/ptr/lib/header/StoreHouseBarItem.java | Java | lgpl-3.0 | 2,111 |
package net.agmodel.resources;
import java.util.ListResourceBundle;
/**
* Default resources for MetBroker
*
* version 1.1 by T.Kiura
*
* Note: Don't use!!
*
*/
public class GeographicalResources_ko extends ListResourceBundle {
/**
*
* @uml.property name="contents"
*/
public Object[][] getContents(... | TKiura/GenericBroker2 | GenericBroker2/src/net/agmodel/resources/GeographicalResources_ko.java | Java | lgpl-3.0 | 801 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | pazfernando/switchyard-bean-wssecurity-example | src/main/java/com/example/switchyard/switchyard_example/KeystorePasswordCallback.java | Java | lgpl-3.0 | 2,263 |
/*
* #%L
* Alfresco Repository
* %%
* Copyright (C) 2005 - 2016 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
* the paid license agreement will prevail. Otherwise, the software is
* provided under the... | Alfresco/alfresco-repository | src/main/java/org/alfresco/opencmis/search/CMISQueryServiceImpl.java | Java | lgpl-3.0 | 8,952 |
/*
* Copyright (C) 2017 Premium Minds.
*
* This file is part of billy spain (ES Pack).
*
* billy spain (ES Pack) 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, o... | premium-minds/billy | billy-spain/src/main/java/com/premiumminds/billy/spain/persistence/dao/DAOESCreditReceipt.java | Java | lgpl-3.0 | 1,261 |
package au.edu.unimelb.plantcell.servers.msconvertee.impl;
import java.io.IOException;
import java.io.StringReader;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.logging.Logger;
import javax.annotation.Resource;
import javax.ejb.EJB;
import javax.ejb.Me... | ozacas/bioee | msconvertee/src/au/edu/unimelb/plantcell/servers/msconvertee/impl/MSConvertJobProcessor.java | Java | lgpl-3.0 | 3,069 |
package org.cpsolver.studentsct.model;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.cpsolver.coursett.model.Placement;
im... | UniTime/cpsolver | src/org/cpsolver/studentsct/model/Section.java | Java | lgpl-3.0 | 38,061 |
package repack.org.bouncycastle.util.test;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.security.SecureRandom;
public class FixedSecureRandom
extends SecureRandom
{
private byte[] _data;
private int _index;
private int _intPad;
pub... | bullda/DroidText | src/bouncycastle/repack/org/bouncycastle/util/test/FixedSecureRandom.java | Java | lgpl-3.0 | 3,088 |
package pl.matsuo.core.model.organization.initializer;
import pl.matsuo.core.model.api.Initializer;
import pl.matsuo.core.model.organization.OrganizationUnit;
public class CompanyInitializer implements Initializer<OrganizationUnit> {
@Override
public void init(OrganizationUnit element) {
element.getEmployees... | tunguski/matsuo-core | matsuo-model/src/main/java/pl/matsuo/core/model/organization/initializer/CompanyInitializer.java | Java | lgpl-3.0 | 337 |
/**
* Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* BuildCraft is distributed under the terms of the Minecraft Mod Public
* License 1.0, or MMPL. Please check the contents of the license located in
* http://www.mod-buildcraft.com/MMPL-1.0.txt
*/
package buildcraft... | hea3ven/BuildCraft | common/buildcraft/core/properties/WorldPropertyIsSoft.java | Java | lgpl-3.0 | 785 |
package com.sirma.itt.sep.properties.unique;
import com.sirma.itt.seip.rest.exceptions.BadRequestException;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.runners.MockitoJUnitRunner;
import java.io.IOException;
import java.io.InputSt... | SirmaITT/conservation-space-1.7.0 | docker/sirma-platform/platform/seip-parent/api-gateway/ui-gateway/src/test/java/com/sirma/itt/sep/properties/unique/UniqueValueRequestBodyReaderTest.java | Java | lgpl-3.0 | 3,956 |
package candy.factions.faction;
public enum EnumRank {
FOREIGNER, CITIZEN, GUARD, ADVISER, LEADER;
public int toInt() {
switch (this) {
case FOREIGNER:
return 0;
case CITIZEN:
return 1;
case GUARD:
return 2;
case ADVISER:
return 3;
case LEADER:
return 4;
default:
Sy... | candyninja001/Factions | src/main/java/candy/factions/faction/EnumRank.java | Java | lgpl-3.0 | 780 |
/*
* Copyright (c) 1995-2012, The University of Sheffield. See the file
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
*
* This file is part of GATE (see http://gate.ac.uk/), and is free
* software, licenced under the GNU Library General Public License,
* Version 2, June 1991 (in ... | liuhongchao/GATE_Developer_7.0 | src/gate/gui/ontology/OntologyEditor.java | Java | lgpl-3.0 | 92,742 |
package eu.europa.echa.iuclid6.namespaces.endpoint_study_record_directobservationsclinicalcases._6;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each... | ideaconsult/i5 | iuclid_6_4-io/src/main/java/eu/europa/echa/iuclid6/namespaces/endpoint_study_record_directobservationsclinicalcases/_6/ObjectFactory.java | Java | lgpl-3.0 | 24,144 |
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2011 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | OpenSoftwareSolutions/PDFReporter | pdfreporter-core/src/org/oss/pdfreporter/engine/base/JRBaseBox.java | Java | lgpl-3.0 | 6,916 |
package nl.gmt.data.schema;
public class SchemaParameter extends SchemaAnnotatableElement {
private String name;
private String value;
SchemaParameter(SchemaParserLocation location) {
super(location);
}
public String getName() {
return name;
}
void setName(String name) {
... | gmt-europe/gmtdata | gmtdata/src/main/java/nl/gmt/data/schema/SchemaParameter.java | Java | lgpl-3.0 | 484 |
package com.staim.lightdi.test;
import com.staim.lightdi.annotations.Inject;
@Inject
public class TestClass3 implements TestInterface3 {
@Inject private TestInterface1 t1;
@Inject private TestInterface2 t2;
@Override
public TestInterface1 t1() {
return t1;
}
@Override
public Test... | avstaim/LightDI | src/test/java/com/staim/lightdi/test/TestClass3.java | Java | lgpl-3.0 | 365 |
/**
* Copyright (C) 2015 Michael Schnell. All rights reserved.
* http://www.fuin.org/
*
* 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, or (a... | fuinorg/srcgen4j-commons | src/main/java/org/fuin/srcgen4j/commons/ProjectNameNotDefinedException.java | Java | lgpl-3.0 | 1,818 |
package com.herocraftonline.regional.flags;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import com.herocraftonline.regional.regions.CubeRegion;
import com.herocraftonline.regional.regions.Region;
import com.herocraftonline.regional.regions.WorldRegion;
/**
* Holds the ... | Sleaker/Regional | src/com/herocraftonline/regional/flags/RegionFlagSet.java | Java | lgpl-3.0 | 2,417 |
package org.nectarframework.base.service.sql;
import java.math.BigDecimal;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import org.nectarframework.base.service.Log;
import org.nectarframework.base.service.cache.CacheableObje... | schuttek/nectar | src/main/java/org/nectarframework/base/service/sql/ResultTable.java | Java | lgpl-3.0 | 13,769 |
package net.abusingjava.swing.magix.types;
import net.abusingjava.Author;
import net.abusingjava.Since;
import net.abusingjava.Version;
@Author("Julian Fleischer")
@Version("2011-08-25")
@Since(value = "2011-08-25", version = "1.0")
public class FilterMode {
enum Mode {
AND, OR
}
final Mode $mode;
public F... | sarndt/AbusingSwing | src/main/java/net/abusingjava/swing/magix/types/FilterMode.java | Java | lgpl-3.0 | 540 |
/*
* Copyright (c) 2014 Mastek Ltd. All rights reserved.
*
* This file is part of JBEAM. JBEAM 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.
*
* JBEAM is distributed in the hope that it... | MastekLtd/JBEAM | jbeam-core-components/jbeam-core/src/main/java/com/stgmastek/core/dao/DaoFactory.java | Java | lgpl-3.0 | 5,905 |
/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program 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... | joansmith/sonarqube | sonar-plugin-api/src/main/java/org/sonar/api/component/RubyComponentService.java | Java | lgpl-3.0 | 1,089 |
/**
*
* **********************************************************************
* This file is part of the PI2GO java library project.
*
* More information about this project can be found here:
* http://robots.fustinoni.net
* **********************************************************************
*
* Copy... | fustinoni-net/robot | src/net/fustinoni/raspberryPi/robot/robotUtils/MotorsDrivers/CommandLine/CommandLineMotorDriverImpl.java | Java | lgpl-3.0 | 2,259 |
package enhanced.portals.block;
import enhanced.base.block.BlockBase;
import enhanced.base.utilities.ConnectedTexturesDetailed;
import enhanced.portals.EnhancedPortals;
import enhanced.portals.Reference.EPMod;
import enhanced.portals.portal.frame.BlockFrame;
import net.minecraft.block.material.Material;
import net.min... | enhancedportals/enhancedportals | src/main/java/enhanced/portals/block/BlockDecorBorderedQuartz.java | Java | lgpl-3.0 | 1,159 |
/**
* Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* BuildCraft is distributed under the terms of the Minecraft Mod Public
* License 1.0, or MMPL. Please check the contents of the license located in
* http://www.mod-buildcraft.com/MMPL-1.0.txt
*/
package buildcraft... | hea3ven/BuildCraft | common/buildcraft/core/lib/inventory/InventoryMapper.java | Java | lgpl-3.0 | 3,211 |
package org.openbase.jul.pattern;
/*-
* #%L
* JUL Pattern Default
* %%
* Copyright (C) 2015 - 2022 openbase.org
* %%
* This program 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 versio... | openbase/jul | pattern/default/src/main/java/org/openbase/jul/pattern/Filter.java | Java | lgpl-3.0 | 1,512 |
package com.alexbat98.lifecyclehelper.utils;
/**
* Interface that has to be implemented by every class that allows
* the creation of objectes for an object pool through the
* ObjectPool class.
*/
public interface PoolObjectFactory
{
/**
* Creates a new object for the object pool.
*
* @return new... | teamrupps/lifecycle_helper | src/main/java/com/alexbat98/lifecyclehelper/utils/PoolObjectFactory.java | Java | lgpl-3.0 | 409 |
package uk.co.wehavecookies56.kk.client.model.mobs;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
/**
* HeartlessLargeBody - WYND Created using Tabula 7.0.0
*/
public class ModelWhiteMushroom extends ModelBase
{
public ModelRendere... | Wehavecookies56/Kingdom-Keys-Re-Coded | src/main/java/uk/co/wehavecookies56/kk/client/model/mobs/ModelWhiteMushroom.java | Java | lgpl-3.0 | 3,365 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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, o... | Godin/sonar | sonar-ws/src/main/java/org/sonarqube/ws/client/usertokens/package-info.java | Java | lgpl-3.0 | 1,043 |
/*
* #%L
* WebMotion plugin netbeans
*
* $Id$
* $HeadURL$
* %%
* Copyright (C) 2012 Debux
* %%
* This program 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
* Lic... | webmotion-framework/webmotion-netbeans | src/org/debux/webmotion/netbeans/javacc/parser/WebMotionParser.java | Java | lgpl-3.0 | 40,462 |
package maosheji.core.util;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.format.HanyuPinyinToneType;
import net.sourceforge.pinyin4j.format.HanyuPinyinVCharType;
... | moonsea/maosheji | src/maosheji/core/util/PinYinUtil.java | Java | lgpl-3.0 | 2,902 |
/* Copyright (c) 2001-2011, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... | Alvise88/RabbitSQL | RabbitSQL/src/main/java/org/wildjava/rabbitsql/lib/HashMap.java | Java | lgpl-3.0 | 5,583 |
package bot.translation;
import bot.Setting;
import bot.functions.JsonManager;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import java.io.File;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Locale;
import java.util.ResourceBundle;
public class SentencesLoader
{
p... | BITeam/Telegram_Bot | src/bot/translation/SentencesLoader.java | Java | lgpl-3.0 | 920 |
/*
* 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 jams.aggregators;
import jams.data.Attribute;
import jams.data.DefaultDataFactory;
import java.util.ArrayList;
imp... | kralisch/jams | JAMScommon/test/jams/aggregators/CompoundTemporalAggregatorTest.java | Java | lgpl-3.0 | 5,499 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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, o... | Godin/sonar | sonar-core/src/main/java/org/sonar/core/util/logs/DefaultProfiler.java | Java | lgpl-3.0 | 8,194 |
//
// Copyright (c) 2009-2013 2013 Universidade Aveiro - Instituto de
// Telecomunicacoes Polo Aveiro
// This file is part of ODTONE - Open Dot Twenty One.
//
// This software is distributed under a license. The full license
// agreement can be found in the file LICENSE in this distribution.
// This software may not be... | ATNoG/ODTONE | extensions/sensors/Dummy_Sensor_SAP/src/odtone_java/inc/Common/Types/Address.java | Java | lgpl-3.0 | 20,910 |
package de.teamlapen.vampirism.entity.goals;
import de.teamlapen.vampirism.api.EnumStrength;
import de.teamlapen.vampirism.entity.vampire.VampireBaseEntity;
import de.teamlapen.vampirism.util.Helper;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
public class FleeGarlicVampireGoal extends... | TeamLapen/Vampirism | src/main/java/de/teamlapen/vampirism/entity/goals/FleeGarlicVampireGoal.java | Java | lgpl-3.0 | 925 |
/*
* Beangle, Agile Development Scaffold and Toolkits.
*
* Copyright © 2005, The Beangle Software.
*
* This program 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... | beangle/library | security/core/src/main/java/org/beangle/security/core/session/SessionRepo.java | Java | lgpl-3.0 | 1,160 |
/*
* Copyright (C) 2008-2015 by Holger Arndt
*
* This file is part of the Universal Java Matrix Package (UJMP).
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* UJMP is free software; you can redistribute it and/or modify
* it... | ujmp/universal-java-matrix-package | ujmp-core/src/main/java/org/ujmp/core/doublematrix/impl/DefaultDenseDoubleMatrix2D.java | Java | lgpl-3.0 | 4,026 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ibeeproject;
import com.sun.rave.web.ui.appbase.AbstractFragmentBean;
import ibeeproject.model.persona.Empleado;
import ibeeproject.persistencia.GestorEmpleado;
import java.util.ArrayList;
import java.util.loggi... | facundofarias/iBee | Source/iBeeProject/src/java/ibeeproject/consultarEmpleados.java | Java | unlicense | 7,067 |
package nkarasch.chessgdx.gui.other;
import nkarasch.chessgdx.gui.MenuSkin;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.scene2d.actions.RepeatAction;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
public class EngineThinking... | nkarasch/ChessGDX | core/src/nkarasch/chessgdx/gui/other/EngineThinkingImage.java | Java | unlicense | 804 |
package com.syzton.sunread.controller.bookshelf;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javassist.NotFoundException;
import javax.validation.Valid;
import org.joda.time.DateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spr... | xxing1982/EDU_SYZT | SunReadSource/src/main/java/com/syzton/sunread/controller/bookshelf/BookInShelfController.java | Java | unlicense | 10,977 |
package cool.blink.front.html.attribute;
import cool.blink.front.FrontContent;
import cool.blink.front.html.Attribute;
public class Value extends Attribute {
public Value(final String property) {
super(new FrontContent(property));
}
}
| ThreaT/blink | front/src/main/java/cool/blink/front/html/attribute/Value.java | Java | unlicense | 255 |
package com.tech11.spg;
import java.io.File;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Locale;
public class Main {
public static void main(String... args) throws IOException {
if (args.length != 3) {
System.err.println("Please use SPG with java -jar sp... | mr678/spg | core/src/main/java/com/tech11/spg/Main.java | Java | unlicense | 1,442 |