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 |
|---|---|---|---|---|---|
package org.zarroboogs.weibo.hot.bean.hotweibo;
import org.json.*;
import java.util.ArrayList;
public class HotWeibo {
private CardlistInfo cardlistInfo;
private ArrayList<Cards> cards;
public HotWeibo() {
}
public HotWeibo(JSONObject json) {
this.cardlistInfo = new CardlistInfo(jso... | andforce/iBeebo | app/src/main/java/org/zarroboogs/weibo/hot/bean/hotweibo/HotWeibo.java | Java | gpl-3.0 | 1,329 |
/*
* Copyright (C) 2012 Krawler Information Systems Pvt Ltd
* All rights reserved.
*
* 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 2
* of the License, or (at your optio... | ufoe/Deskera-CRM | core-components/common/src/main/java/com/krawler/spring/storageHandler/storageHandlerImpl.java | Java | gpl-3.0 | 2,255 |
package generated.glib20.glib;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.StructObject;
import org.bridj.ann.Library;
import org.bridj.ann.Ptr;
@Library("glib-2.0")
public class GAsyncQueue
extends StructObject
{
static {
BridJ.register();
}
public GAsyncQueue() {
... | gstreamer-java/gir2java | generated-src/generated/glib20/glib/GAsyncQueue.java | Java | gpl-3.0 | 7,257 |
package com.novaviper.tetracraft.common.init;
import net.minecraft.item.Item;
import com.novaviper.cryolib.lib.Registers;
import com.novaviper.tetracraft.common.item.ItemContinousBow;
import com.novaviper.tetracraft.common.item.ItemModGenericItem;
import com.novaviper.tetracraft.lib.ModReference;
/**
* @author NovaV... | NovaViper/TetraCraft | src-1.9.4/main/java/com/novaviper/tetracraft/common/init/ModItems.java | Java | gpl-3.0 | 1,268 |
package com.javalego.erp.model.editors;
import java.util.Collection;
import java.util.List;
import com.javalego.erp.model.Icons;
import com.javalego.erp.model.Texts;
import com.javalego.erp.model.entity.CategoriaProfesional;
import com.javalego.erp.model.entity.Departamento;
import com.javalego.erp.model.ent... | rranz/meccano4j_vaadin | javalego/javalego-app-erp-model/src/main/java/com/javalego/erp/model/editors/EditorEmpleados.java | Java | gpl-3.0 | 7,451 |
package org.sigmah.offline.js;
/*
* #%L
* Sigmah
* %%
* Copyright (C) 2010 - 2016 URD
* %%
* 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 you... | Raphcal/sigmah | src/main/java/org/sigmah/offline/js/LayoutJS.java | Java | gpl-3.0 | 3,072 |
package org.esa.snap.binning.operator.metadata;
import com.vividsolutions.jts.io.ParseException;
import com.vividsolutions.jts.io.WKTReader;
import org.esa.snap.binning.AggregatorConfig;
import org.esa.snap.binning.aggregators.AggregatorAverage;
import org.esa.snap.binning.aggregators.AggregatorOnMaxSet;
import org.es... | arraydev/snap-engine | snap-binning/src/test/java/org/esa/snap/binning/operator/metadata/GlobalMetadataTest.java | Java | gpl-3.0 | 15,038 |
package io.firesoft.service;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persiste... | noskill/Firesoft | src/main/java/io/firesoft/service/UserService.java | Java | gpl-3.0 | 3,093 |
package generated.gio20.gio;
import generated.glib20.glib.GList;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.StructObject;
import org.bridj.ann.Library;
import org.bridj.ann.Ptr;
@Library("gio-2.0")
public class GIOExtensionPoint
extends StructObject
{
static {
BridJ.register... | gstreamer-java/gir2java | generated-src/generated/gio20/gio/GIOExtensionPoint.java | Java | gpl-3.0 | 2,870 |
/*
Copyright 2011-2013 Pieter Pareit
Copyright 2009 David Revell
This file is part of SwiFTP.
SwiFTP 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... | sparkleDai/swiftp | src/be/ppareit/swiftp/FtpServerService.java | Java | gpl-3.0 | 15,378 |
/*
* Copyright (c) 2014, 2019, Marcus Hirt, Miroslav Wengner
*
* Robo4J 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.
*
* Rob... | mirage22/robo4j | robo4j-hw-rpi/src/main/java/com/robo4j/hw/rpi/i2c/adafruitbackpack/LedBackpackFactory.java | Java | gpl-3.0 | 1,458 |
package com.example.springjpa;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframe... | robertp1984/softwarecave | springjpa/src/main/java/com/example/springjpa/PersonListController.java | Java | gpl-3.0 | 1,116 |
/*
*
* This file is part of the Hesperides distribution.
* (https://github.com/voyages-sncf-technologies/hesperides)
* Copyright (c) 2020 VSCT.
*
* Hesperides 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 Founda... | voyages-sncf-technologies/hesperides | core/presentation/src/main/java/org/hesperides/core/presentation/security/VerboseBasicAuthenticationEntryPoint.java | Java | gpl-3.0 | 1,954 |
/***********************************************************************************************
* File Info: $Id: ChartItem.java,v 1.1 2002/11/16 19:03:24 nathaniel_auvil Exp $
* Copyright (C) 2002
* Author: Nathaniel G. Auvil
* Contributor(s):
*
* Copyright 2002 (C) Nathaniel G. Auvil. All Rights Reserved... | tectronics/ingatan | src/org/jCharts/properties/ChartItem.java | Java | gpl-3.0 | 3,137 |
package com.linguaculturalists.phoenicia.models;
import android.content.Context;
import com.linguaculturalists.phoenicia.locale.Locale;
import com.linguaculturalists.phoenicia.util.PhoeniciaContext;
import com.orm.androrm.Filter;
import com.orm.androrm.Model;
import com.orm.androrm.QuerySet;
import com.orm.androrm.fi... | mhall119/Phoenicia | app/src/main/java/com/linguaculturalists/phoenicia/models/GameSession.java | Java | gpl-3.0 | 7,698 |
package uk.ac.exeter.QuinCe.web.Instrument.newInstrument;
import javax.faces.application.FacesMessage;
import javax.faces.validator.ValidatorException;
import uk.ac.exeter.QuinCe.data.Instrument.FileDefinition;
/**
* Check that the chosen separator results in more than 0 columns
*
* @author Steve Jones
*
*/
pub... | BjerknesClimateDataCentre/QuinCe | WebApp/src/uk/ac/exeter/QuinCe/web/Instrument/newInstrument/SeparatorValidator.java | Java | gpl-3.0 | 1,059 |
/**
* Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* The BuildCraft API is distributed under the terms of the MIT License.
* Please check the contents of the license, which should be located
* as "LICENSE.API" in the BuildCraft source code distribution.
*/
package ... | AEnterprise/Buildcraft-Additions | src/main/java/buildcraft/api/blueprints/SchematicBlockBase.java | Java | gpl-3.0 | 412 |
/*
* Copyright (C) 2007-2019 Crafter Software Corporation. All Rights Reserved.
*
* 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... | craftercms/test-suite | src/test/java/org/craftercms/studio/test/cases/apitestcases/StartPublisherAPITest.java | Java | gpl-3.0 | 2,782 |
package ksp.kos.ideaplugin.reference;
import com.intellij.psi.PsiFileFactory;
import ksp.kos.ideaplugin.KerboScriptFile;
import ksp.kos.ideaplugin.KerboScriptLanguage;
import ksp.kos.ideaplugin.reference.context.FileContextResolver;
import ksp.kos.ideaplugin.reference.context.FileDuality;
import ksp.kos.ideaplugin.ref... | valery-labuzhsky/EditorTools | IDEA/src/main/java/ksp/kos/ideaplugin/reference/PsiFileResolver.java | Java | gpl-3.0 | 1,343 |
package org.demoiselle.artigoJM.persistence;
import br.gov.frameworkdemoiselle.stereotype.PersistenceController;
import br.gov.frameworkdemoiselle.template.JPACrud;
import org.demoiselle.artigoJM.domain.Bookmark;
@PersistenceController
public class BookmarkDAO extends JPACrud<Bookmark, Long> {
private static fina... | luiz158/ExemplosDemoiselle | artigoJM/src/main/java/org/demoiselle/artigoJM/persistence/BookmarkDAO.java | Java | gpl-3.0 | 354 |
/*
* ============================================================================
* GNU General Public License
* ============================================================================
*
* Copyright (C) 2006-2011 Serotonin Software Technologies Inc. http://serotoninsoftware.com
* @author Matthew Lohbihler
*... | empeeoh/BACnet4J | src/com/serotonin/bacnet4j/type/notificationParameters/CommandFailure.java | Java | gpl-3.0 | 4,226 |
/*
* (c) 2009-2016 Jens Mueller
*
* Kleincomputer-Emulator
*
* Fenster zum manuellen Erzeugen einer Diskettenabbilddatei
*/
package jkcemu.disk;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Frame;
import java.awt.... | lipro/jkcemu | src/jkcemu/disk/DiskImgCreateFrm.java | Java | gpl-3.0 | 40,900 |
/*
* (c) 2009-2010 Jens Mueller
*
* Kleincomputer-Emulator
*
* Scanner zum Extrahieren der Zeilen und Seitenumbrueche
* aus den Druckdaten
*/
package jkcemu.print;
import java.lang.*;
public class PrintDataScanner
{
private byte[] dataBytes;
private int pos;
public PrintDataScanner( byte[] dataByt... | lipro/jkcemu | src/jkcemu/print/PrintDataScanner.java | Java | gpl-3.0 | 1,904 |
public class Circle extends Point
{
public double r;
public Circle(double x, double y, double r)
{
super(x, y);
this.r = r;
}
public double calArea() { return r * r * Math.PI; }
public String getName() { return "Circle"; }
}
| McSinyx/hsg | usth/ICT2.2/labwork/5/Java/interface/Circle.java | Java | gpl-3.0 | 247 |
package hello;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.messaging.handler.annotation.SendTo;
import org.springframework.stereotype.Controller;
@Controller
public class GreetingController {
@MessageMapping("/hello")
@SendTo("/topic/greetings")
pub... | dbolshak/websocket | src/main/java/hello/GreetingController.java | Java | gpl-3.0 | 505 |
package io.swagger.wes.api;
import com.fasterxml.jackson.databind.util.ISO8601DateFormat;
import com.fasterxml.jackson.databind.util.ISO8601Utils;
import java.text.FieldPosition;
import java.util.Date;
public class RFC3339DateFormat extends ISO8601DateFormat {
// Same as ISO8601DateFormat but serializing millis... | Consonance/consonance | consonance-webservice/src/main/java/io/swagger/wes/api/RFC3339DateFormat.java | Java | gpl-3.0 | 565 |
package me.mrCookieSlime.Slimefun.api.energy;
import org.bukkit.block.Block;
@FunctionalInterface
public interface EnergyFlowListener {
void onPulse(Block b);
}
| NathanAdhitya/Slimefun4 | src/me/mrCookieSlime/Slimefun/api/energy/EnergyFlowListener.java | Java | gpl-3.0 | 167 |
package com.servinglynk.hmis.warehouse.enums;
import java.util.HashMap;
import java.util.Map;
public enum DataCollectionStageEnum {
/** Enum Constant. */
ONE("1"),
/** Enum Constant. */
TWO("2"),
/** Enum Constant. */
THREE("3"),
/** Enum Constant. */
FIVE("5");
/**
* Internal storage of status field value... | servinglynk/hmis-lynk-open-source | hmis-base-model/src/main/java/com/servinglynk/hmis/warehouse/enums/DataCollectionStageEnum.java | Java | mpl-2.0 | 1,318 |
/**
* This file is part of veraPDF Library core, a module of the veraPDF project.
* Copyright (c) 2015, veraPDF Consortium <info@verapdf.org>
* All rights reserved.
*
* veraPDF Library core is free software: you can redistribute it and/or modify
* it under the terms of either:
*
* The GNU General public license... | carlwilson/veraPDF-library | core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java | Java | mpl-2.0 | 3,457 |
/*
* Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.command.dml;
import java.sql.ResultSet;
import org.h2.command.CommandInterface;
i... | miloszpiglas/h2mod | src/main/org/h2/command/dml/Call.java | Java | mpl-2.0 | 3,050 |
/*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* 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 (at you... | Tanaguru/Tanaguru | rules/accessiweb2.1/src/main/java/org/tanaguru/rules/accessiweb21/Aw21Rule10011.java | Java | agpl-3.0 | 2,892 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/chooseandbook/vo/domain/ConvPointVoAssembler.java | Java | agpl-3.0 | 17,066 |
/*
* RapidMiner
*
* Copyright (C) 2001-2014 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License ... | rapidminer/rapidminer-5 | src/com/rapidminer/gui/Perspective.java | Java | agpl-3.0 | 5,452 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Nursing/src/ims/nursing/forms/careplanreviewdialog/BaseLogic.java | Java | agpl-3.0 | 2,663 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/core/vo/domain/PatientProcedureProcsComponentLiteVoAssembler.java | Java | agpl-3.0 | 18,393 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/ocs_if/vo/DemographicsMessageQueueVo.java | Java | agpl-3.0 | 15,375 |
/*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* 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 (at you... | medsob/Tanaguru | rules/rgaa2.2/src/test/java/org/tanaguru/rules/rgaa22/Rgaa22Rule12101Test.java | Java | agpl-3.0 | 3,959 |
package javax.media.pim;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Vector;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.media.Codec;
import javax.media.Demultiplexer;
import javax.media.Effect;
import javax.media.Format;
import javax.media.Multiplexer;
impo... | AlienQueen/alienlabs-skeleton-for-wicket-spring-hibernate | lib/fmj/src/javax/media/pim/PlugInManager.java | Java | agpl-3.0 | 8,977 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/oncology/vo/beans/CancerCarePlanVoBean.java | Java | agpl-3.0 | 11,691 |
/*
* This file is part of Bisq.
*
* Bisq 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
* your option) any later version.
*
* Bisq is distributed in the ... | ManfredKarrer/exchange | common/src/main/java/io/bisq/common/proto/network/NetworkProtoResolver.java | Java | agpl-3.0 | 1,044 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/clinical/vo/VTERiskAssessmentTCIVo.java | Java | agpl-3.0 | 10,084 |
/*
* ConcourseConnect
* Copyright 2009 Concursive Corporation
* http://www.concursive.com
*
* This file is part of ConcourseConnect, an open source social business
* software and community platform.
*
* Concursive ConcourseConnect is free software: you can redistribute it and/or
* modify it under the terms of ... | Concursive/concourseconnect-community | src/main/java/com/concursive/connect/web/modules/documents/dao/DocumentFolderTemplate.java | Java | agpl-3.0 | 8,997 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/Admin/src/ims/admin/forms/appointmenttrakingstatuscolorconfig/GlobalContext.java | Java | agpl-3.0 | 2,027 |
/*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* 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, eithe... | iu-uits-es/kc | coeus-impl/src/main/java/org/kuali/coeus/propdev/impl/person/creditsplit/CreditSplitCustomColumnsCollection.java | Java | agpl-3.0 | 4,678 |
/*
* Copyright (C) 2000 - 2016 Silverpeas
*
* 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 (at your option) any later version.
*
* As a spec... | auroreallibe/Silverpeas-Core | core-war/src/main/java/org/silverpeas/web/pdc/control/PdcFieldPositionsManager.java | Java | agpl-3.0 | 6,060 |
package com.jogamp.opengl;
public interface GLRunnable {
boolean run(GLAutoDrawable drawable);
}
| gama-platform/gama.cloud | ummisco.gama.opengl_web/src/com/jogamp/opengl/GLRunnable.java | Java | agpl-3.0 | 102 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/oncology/configuration/vo/PSAConfigRefVo.java | Java | agpl-3.0 | 4,687 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/RefMan/src/ims/RefMan/domain/impl/ClinicalNotesComponentImpl.java | Java | agpl-3.0 | 6,912 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Core/src/ims/core/forms/patientmergemanager/AccessLogic.java | Java | agpl-3.0 | 2,547 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/Nursing/src/ims/nursing/forms/dailypatientprogress/BaseLogic.java | Java | agpl-3.0 | 11,025 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/forms/specimenintraopdialog/GlobalContext.java | Java | agpl-3.0 | 4,062 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/domain/DocumentWorkList.java | Java | agpl-3.0 | 2,244 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/beans/CareContextForClinicalNotesVoBean.java | Java | agpl-3.0 | 3,984 |
/**
* JUNIT SS7Firewall class
*
* SigFW
* Open Source SS7/Diameter firewall
* By Martin Kacer, Philippe Langlois
* Copyright 2017, P1 Security S.A.S and individual contributors
*
* See the AUTHORS in the distribution for a
* full listing of individual contributors.
*
* This is free software: you can redist... | P1sec/SigFW | sigfw/sigfw.sigfw/src/test/java/sigfw/tests/Test_SS7Firewall.java | Java | agpl-3.0 | 9,601 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/OCRR/src/ims/ocrr/domain/base/impl/BaseCumulateResultsImpl.java | Java | agpl-3.0 | 2,950 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/Clinical/src/ims/clinical/domain/base/impl/BaseDementiaAssessmentAMTSComponentImpl.java | Java | agpl-3.0 | 2,382 |
package qa.qcri.aidr.manager.dto;
import qa.qcri.aidr.dbmanager.dto.CollectionDTO;
public class TaggerCrisisRequest {
private String code;
private String name;
private TaggerCrisisType crisisType;
private TaggerUserRequest users;
public TaggerCrisisRequest() {
}
public TaggerCrisisRe... | qcri-social/Crisis-Computing | aidr-manager/src/main/java/qa/qcri/aidr/manager/dto/TaggerCrisisRequest.java | Java | agpl-3.0 | 1,518 |
/*
* RapidMiner
*
* Copyright (C) 2001-2013 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as pub... | aborg0/RapidMiner-Unuk | src/com/rapidminer/gui/tools/dialogs/AboutBox.java | Java | agpl-3.0 | 10,719 |
/*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* 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 (at you... | Tanaguru/Tanaguru | rules/accessiweb2.2/src/test/java/org/tanaguru/rules/accessiweb22/Aw22Rule08091Test.java | Java | agpl-3.0 | 17,246 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | openhealthcare/openMAXIMS | openmaxims_workspace/Core/src/ims/core/forms/reportparamsdialog/FormInfo.java | Java | agpl-3.0 | 2,672 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | openhealthcare/openMAXIMS | openmaxims_workspace/Nursing/src/ims/nursing/forms/bradenscaleview/AccessLogic.java | Java | agpl-3.0 | 2,006 |
/*
* Copyright (C) 2013 B3Partners B.V.
*
* 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
* (at your option) any later version.
*
* This progra... | B3Partners/flamingo | viewer-admin/src/main/java/nl/b3p/viewer/admin/stripes/ConfigureSolrActionBean.java | Java | agpl-3.0 | 16,079 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/DischargeServicesAndAdviceVoAssembler.java | Java | agpl-3.0 | 33,423 |
package org.herac.tuxguitar.ui.jfx.resource;
import java.util.HashMap;
import java.util.Map;
import javafx.scene.Cursor;
import org.herac.tuxguitar.ui.resource.UICursor;
public class JFXCursor {
private static final Map<UICursor, Cursor> CURSOR_MAP = JFXCursor.createCursorMap();
private JFXCursor() {
super(... | halfspiral/tuxguitar | TuxGuitar-ui-toolkit-jfx/src/org/herac/tuxguitar/ui/jfx/resource/JFXCursor.java | Java | lgpl-2.1 | 811 |
/*
* AbstractLikelihoodCore.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or m... | whdc/ieo-beast | src/dr/evomodel/treelikelihood/AbstractLikelihoodCore.java | Java | lgpl-2.1 | 18,890 |
package org.jboss.hal.testsuite.page.config;
import org.jboss.arquillian.graphene.Graphene;
import org.jboss.arquillian.graphene.page.Location;
import org.jboss.hal.testsuite.fragment.config.interfaces.NetworkInterfaceContentFragment;
import org.jboss.hal.testsuite.page.ConfigPage;
import org.jboss.hal.testsuite.util.... | mkrajcov/testsuite | src/main/java/org/jboss/hal/testsuite/page/config/NetworkInterfacesPage.java | Java | lgpl-2.1 | 775 |
/*-
* Copyright (c)
*
* 2012-2014, Facultad Politécnica, Universidad Nacional de Asunción.
* 2012-2014, Facultad de Ciencias Médicas, Universidad Nacional de Asunción.
* 2012-2013, Centro Nacional de Computación, Universidad Nacional de Asunción.
*
* This library is free software; you can redistribute it a... | fpuna-cia/karaku | src/main/java/py/una/pol/karaku/services/server/KarakuWSAuthenticationProvider.java | Java | lgpl-2.1 | 3,356 |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* 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 th... | ggiudetti/opencms-core | src/org/opencms/ui/dialogs/history/diff/CmsImageDiff.java | Java | lgpl-2.1 | 4,356 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., 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 it
* unde... | tomazzupan/wildfly | clustering/server/src/main/java/org/wildfly/clustering/server/registry/CacheRegistry.java | Java | lgpl-2.1 | 13,247 |
/**
* Copyright notice
*
* This file is part of the Processing library `gwoptics'
* http://www.gwoptics.org/processing/gwoptics_p5lib/
*
* Copyright (C) 2009 onwards Daniel Brown and Andreas Freise
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU... | gwoptics/gwoptics_plib | src/org/gwoptics/graphics/graph2D/traces/IGraph2DTrace.java | Java | lgpl-2.1 | 3,265 |
package org.hy.commons.lang.timer;
import java.util.Timer;
import java.util.TimerTask;
import org.apache.commons.logging.LogFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* *
*
* @author uwaysoft 魏韶颖 时间:2009年4月20日15:02:58
*/
public class TimerTaskProxy extends TimerTask {
... | hy2708/hy2708-repository | java/commons/commons-lang/src/main/java/org/hy/commons/lang/timer/TimerTaskProxy.java | Java | lgpl-3.0 | 1,420 |
/*
* This is a common dao with basic CRUD operations and is not limited to any
* persistent layer implementation
*
* Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | imyousuf/smart-dao | smart-dao-queryparam/src/main/java/com/smartitengineering/dao/common/queryparam/CompoundQueryParameter.java | Java | lgpl-3.0 | 1,217 |
/*
* Copyright (C) 2005-2013 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
... | loftuxab/community-edition-old | modules/sharepoint/amp/source/java/org/alfresco/module/vti/web/actions/VtiIfHeaderAction.java | Java | lgpl-3.0 | 3,337 |
/*
* Parabuild CI licenses this file to You under the LGPL 2.1
* (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
... | simeshev/parabuild-ci | test/src/org/parabuild/ci/build/log/SSTestBoostTestLogHandler.java | Java | lgpl-3.0 | 5,198 |
////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Dynastream Innovations Inc.
// The software is being provided on an "as-is" basis and as an accommodat... | saschaiseli/opentrainingcenter_e4 | com.garmin.fit/src/com/garmin/fit/SdmProfileMesg.java | Java | lgpl-3.0 | 5,938 |
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
* or have a look at the top of class org.jgap.Chromosome which representatively
* includes the JGAP license policy applicab... | suegy/JGAP | tests/org/jgap/impl/IntegerGeneTest.java | Java | lgpl-3.0 | 27,531 |
/*
* Parabuild CI licenses this file to You under the LGPL 2.1
* (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
... | simeshev/parabuild-ci | src/org/parabuild/ci/versioncontrol/VersionControlRemoteCommand.java | Java | lgpl-3.0 | 10,806 |
package client;
import common.Message;
/**
* Listener that gets informed every time when the chat client receives a new
* message
*/
public interface ChatPlugin {
/**
* Get Type of Plugin bitcoded:
* Bit -
* 0 - 0x01 Dummy Plugin
* 1 - 0x02 Authentication
* 2 - 0x04 Encryption
* 3 - 0x08 F... | SergiyKolesnikov/fuji | examples/Chat_casestudies/chat-carsten-schulze/features/GUI/client/ChatPlugin.java | Java | lgpl-3.0 | 684 |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package orgomg.cwm.analysis.transformation.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import orgomg.cwm.analysis.transformation.TransformationPackag... | dresden-ocl/dresdenocl | plugins/org.dresdenocl.tools.CWM/src/orgomg/cwm/analysis/transformation/impl/TransformationUseImpl.java | Java | lgpl-3.0 | 3,832 |
package nullEngine.object.component.physics;
import com.bulletphysics.collision.shapes.StaticPlaneShape;
import math.Vector4f;
import javax.vecmath.Vector3f;
public class PlaneCollider extends Collider {
public PlaneCollider(Vector4f normal, float buffer) {
setCollisionShape(new StaticPlaneShape(new Vector3f(nor... | warlockcodes/Null-Engine | Game Engine/src/nullEngine/object/component/physics/PlaneCollider.java | Java | lgpl-3.0 | 365 |
/* Mesquite source code. Copyright 1997-2006 W. Maddison and D. Maddison.
Version 1.12, September 2006.
Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code.
The commenting leaves much to be desired. Please approach this source code with the sp... | MesquiteProject/MesquiteArchive | releases/Mesquite1.12/Mesquite Project/Source/mesquite/lib/table/RowNamesPanel.java | Java | lgpl-3.0 | 17,430 |
/* Mesquite source code. Copyright 1997 and onward, W. Maddison and D. Maddison.
Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code.
The commenting leaves much to be desired. Please approach this source code with the spirit of helping out.
Per... | wmaddisn/MesquiteCore | Source/mesquite/charMatrices/ReshuffleCharacter/ReshuffleCharacter.java | Java | lgpl-3.0 | 12,391 |
/**
*
*/
package com.databasepreservation.model.data;
import java.io.InputStream;
import java.sql.Blob;
import com.databasepreservation.common.BlobInputStreamProvider;
import com.databasepreservation.common.InputStreamProvider;
import com.databasepreservation.common.TemporaryPathInputStreamProvider;
import com.data... | magenta-aps/db-preservation-toolkit | dbptk-model/src/main/java/com/databasepreservation/model/data/BinaryCell.java | Java | lgpl-3.0 | 2,407 |
package net.java.otr4j;
import net.java.otr4j.session.SessionID;
/**
* This interface should be implemented by the host application. It notifies
* about session status changes.
*
* @author George Politis
*
*/
public interface OtrEngineListener {
public abstract void sessionStatusChanged(SessionID sessionID);... | AndriyGol/AndroidOTR | src/main/java/net/java/otr4j/OtrEngineListener.java | Java | lgpl-3.0 | 462 |
/**
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C) 2007 Matthias Braeuer (braeuer.matthias@web.de). *
* All rights reserved. *
* ... | dresden-ocl/dresdenocl | plugins/org.dresdenocl.pivotmodel/src/org/dresdenocl/pivotmodel/NamedElement.java | Java | lgpl-3.0 | 7,696 |
package nota.oxygen.epub.notes;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.beans.*;
import java.io.File;
import java.util.HashSet;
import java.util.Set;
import nota.oxygen.epub.EpubUtils;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.... | ybk/nota.oxygen | addins/src/nota/oxygen/epub/notes/NoteRefRemover.java | Java | lgpl-3.0 | 6,848 |
/* MOD_V2.0
* Copyright (c) 2012 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
*
* OpenDA 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... | OpenDA-Association/OpenDA | core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java | Java | lgpl-3.0 | 1,200 |
package archie.editor.commands;
import org.eclipse.gef.commands.Command;
import archie.model.Tim;
import archie.model.shapes.CodeElement;
import archie.monitoring.MonitoringManager;
public class UnmarkCodeElementCommand extends Command
{
CodeElement ce = null;
Tim tim = null;
public UnmarkCodeElementCommand()
... | SoftwareEngineeringToolDemos/FSE-2014-Archie-Smart-IDE | src/archie/editor/commands/UnmarkCodeElementCommand.java | Java | lgpl-3.0 | 824 |
package gov.usgs.wma.wqp.dao.count;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import com.github.springtestdbunit.annotation.DatabaseSetup;
import com.github.springtestdbunit.annotation.DbU... | mbucknell/WQP-WQX-Services | src/test/java/gov/usgs/wma/wqp/dao/count/CountDaoStationKmlIT.java | Java | unlicense | 3,656 |
package com.huawei.esdk.fusioncompute.local.model.net;
import java.util.List;
/**
* Subnet详细信息
* <p>
* @since eSDK Cloud V100R003C50
*/
public class Subnet
{
/**
* Subnet 标识。
*/
private String urn;
/**
* 访问subnet所用的uri。
*/
private String uri;
/**
* Subnet名称,长... | eSDK/esdk_cloud_fc_native_java | source/src/main/java/com/huawei/esdk/fusioncompute/local/model/net/Subnet.java | Java | apache-2.0 | 3,959 |
package org.ansj.recognition.arrimpl;
import org.ansj.domain.Term;
import org.ansj.recognition.TermArrRecognition;
import org.ansj.util.MyStaticValue;
import org.ansj.util.TermUtil;
public class NumRecognition implements TermArrRecognition {
/**
* 数字+数字合并,zheng
*
* @param terms
*/
public voi... | waiteryee1/ansj_seg | src/main/java/org/ansj/recognition/arrimpl/NumRecognition.java | Java | apache-2.0 | 1,786 |
/* Copyright 2016 Google Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | geigerj/toolkit | src/main/java/com/google/api/codegen/viewmodel/DynamicLangDefaultableParamView.java | Java | apache-2.0 | 1,165 |
/**
* Copyright (C) 2012 Eric Bottard / Guillaume Lederrey (eric.bottard+ghpublic@gmail.com / guillaume.lederrey@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | gehel/spring-social-bitbucket | src/main/java/org/springframework/social/bitbucket/api/impl/InvitationsTemplate.java | Java | apache-2.0 | 1,983 |
/*
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... | apache/batik | batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/DeviceColor.java | Java | apache-2.0 | 3,839 |
/*
* 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 ... | prateekm/samza | samza-core/src/main/java/org/apache/samza/table/caching/guava/GuavaCacheTable.java | Java | apache-2.0 | 5,858 |
package com.html5parser.constants;
import java.util.HashMap;
import java.util.Map;
public class SVGAttributesTable {
/**
* Value description:
*
* first column is the attribute name
* second column is the fixed attribute name
*/
public static final Map<String, String> TABLE;
static {
TABLE = new H... | carlos-anaya/HTML5Parser | Code/src/main/java/com/html5parser/constants/SVGAttributesTable.java | Java | apache-2.0 | 3,160 |
package org.apache.commons.digester3.plugins;
/*
* 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 Apach... | apache/commons-digester | core/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java | Java | apache-2.0 | 3,535 |
/*
* 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 ... | lemire/incubator-kylin | job/src/main/java/org/apache/kylin/job/tools/DefaultX509TrustManager.java | Java | apache-2.0 | 3,718 |
/*
* Copyright (C) 2015 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... | android-art-intel/Nougat | art-extension/test/536-checker-intrinsic-optimization/src/Main.java | Java | apache-2.0 | 2,384 |
// Copyright 2011-2016 Google LLC
//
// 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 ... | google/binnavi | src/main/java/com/google/security/zynamics/binnavi/config/DebugColorsConfigItem.java | Java | apache-2.0 | 5,605 |