text
stringlengths
7
995k
/* * Copyright 2019 WeBank * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
/* * generated by Xtext 2.21.0 */ package de.fhdo.lemma.operationdsl.ui.internal; import com.google.common.collect.Maps; import com.google.inject.Guice; import com.google.inject.Injector; import de.fhdo.lemma.operationdsl.OperationDslRuntimeModule; import de.fhdo.lemma.operationdsl.ui.OperationDslUiModule; import ja...
package epicsquid.mysticalworld.world; import epicsquid.mysticallib.world.IOreGenerator; import epicsquid.mysticalworld.config.ConfigManager; import epicsquid.mysticalworld.materials.Gem; import epicsquid.mysticalworld.materials.Metal; import net.minecraft.world.World; import net.minecraft.world.chunk.IChunkProvider; ...
package nl.myndocs.database.migrator.integration; import nl.myndocs.database.migrator.database.MySQLDatabase; import nl.myndocs.database.migrator.database.query.Database; import org.arquillian.cube.docker.impl.client.containerobject.dsl.Container; import org.arquillian.cube.docker.impl.client.containerobject.dsl.Dock...
package p; class A { protected void bar(Object o){} protected void foo(String s){} } class B extends A{ protected void bar(Object o){} protected void foo(String s){} }
package pl.edu.pwr.litmap.exceptions; import java.io.IOException; public class ZeroResultsException extends IOException { public final static String GOOGLE_MSG = "ZERO_RESULTS"; public ZeroResultsException() { } public ZeroResultsException(String message) { super(message); } public ZeroResultsException(T...
package com.p021b.p022a.p024b; /* renamed from: com.b.a.b.j */ public class C0418j extends C0416h { /* renamed from: f */ private static C0416h f3007f; /* renamed from: g */ private static final String[] f3008g = new String[0]; /* renamed from: h */ private static final char[] f3009h = new c...
package es.urjc.code.policysearch.infrastructure.adapter.repository; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import es.urjc.code.policysearch.application.port....
package gchess.chess.pieces; import gchess.boardgame.Alliance; import gchess.chess.ChessPiece; import gchess.chess.enums.Direction; import java.util.Collection; import java.util.List; import static gchess.boardgame.Alliance.WHITE; import static gchess.chess.enums.Direction.*; /** * This is a chess piece of type Qu...
/* * 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, software * distribut...
package org.jruby.ir.targets; import org.jruby.util.collections.IntHashMap; /** * Created by headius on 7/8/16. */ public class SiteTracker { private final IntHashMap<?> seenTypes = new IntHashMap<>(4); // Set<int> private volatile int clearCount = 0; public synchronized boolean hasSeenType(int typeCo...
/* * Copyright © 2021 Cask Data, 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 t...
package net.alphadev.ntfslib.util; import net.alphadev.ntfslib.api.StreamProvider; import java.io.DataInputStream; import java.io.IOException; public class AbsoluteDataStream { private final StreamProvider provider; private DataInputStream input; private int current; public AbsoluteDataStream(Stream...
package example.service; import example.repo.Customer680Repository; import org.springframework.stereotype.Service; @Service public class Customer680Service { public Customer680Service(Customer680Repository repo) {} }
/** * 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...
//package org.firstinspires.ftc.teamcode.CompTwo.Autonomus; // //import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; //import com.qualcomm.robotcore.eventloop.opmode.OpMode; //import com.qualcomm.robotcore.hardware.HardwareMap; // //import org.firstinspires.ftc.robotcore.external.ClassFactory; //import org.fir...
/* * Copyright 2014-2016 Fukurou Mishiranu * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package io.fabric8.kubernetes.api.model.coordination.v1; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude;...
package org.approvaltests.reporters.macosx; import com.spun.util.ArrayUtils; import org.approvaltests.reporters.DiffInfo; import org.approvaltests.reporters.GenericDiffReporter; import org.approvaltests.reporters.windows.IntelliJCommunityReporter.IntelliJPathResolver; import java.util.List; import static org.approva...
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
package io.ray.streaming.runtime.graph; import com.google.common.collect.Lists; import io.ray.streaming.api.context.StreamingContext; import io.ray.streaming.api.stream.DataStream; import io.ray.streaming.api.stream.DataStreamSource; import io.ray.streaming.api.stream.StreamSink; import io.ray.streaming.jobgraph.JobGr...
package org.jgroups.tests; import org.jgroups.Global; import org.jgroups.nio.Buffers; import org.jgroups.nio.MockSocketChannel; import org.testng.annotations.Test; import java.io.EOFException; import java.nio.ByteBuffer; import java.util.Arrays; /** * @author Bela Ban * @since 3.6.5 */ @Test(groups=Global.FUNCTI...
/* * Copyright 2014-2016 Squarespace, 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...
package com.adaptris.installer.controllers; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import org.gradle.internal.impldep.org.apache.commons.lang.StringUtils; import com.adaptris.installer.InstallerDataHolder; import javafx.eve...
package com.connor.rpc.serializer; import com.connor.rpc.enumeration.SerializerCode; import io.protostuff.LinkedBuffer; import io.protostuff.ProtostuffIOUtil; import io.protostuff.Schema; import io.protostuff.runtime.RuntimeSchema; import java.util.Map; import java.util.Objects; import java.util.concurrent.Concurrent...
/** * Copyright 2013 Canada Health Infoway, 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 applicab...
package com.challenge.DigitalFarm.models; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.io.Serializable; @Getter @Setter @Entity @Table(name = "field") public class Field im...
package com.pacgame.movement.impl.pointToPoint.direction; import com.pacgame.movement.move.Direction; public class Direction2D implements Direction { public static final Direction2D UP = new Direction2D(0); public static final Direction2D DOWN = new Direction2D(1); public static final Direction2D LEFT = ...
package org.nick.wwwjdic; import android.Manifest; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.os.AsyncTask; import android.os.Buil...
package Entities; public class SuperEntity { }
// Copyright 2004 The Apache Software Foundation // // 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 ...
/* * Copyright 2021 Apollo Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
/* * Copyright 2016-2019 Tim Boudreau, Frédéric Yvon Vinet * * 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 a...
/* * 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 ...
/******************************************************************************* * Copyright (c) 1998, 2013 Oracle and/or its affiliates. All rights reserved. * 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...
package cl.cc.zcsclient.mail; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; /** * <p> * Java class for getWorkingHoursRequest complex type. * * <p> * The following schema f...
package com.sotti.okhttpvolleygson.data; import android.support.annotation.NonNull; import com.android.volley.Response; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.reflect.TypeToken; import com.sotti.okhttp...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
package cn.dev33.satoken.stp; /** * token信息Model: 用来描述一个token的常用参数 * * @author kong * */ public class SaTokenInfo { /** token名称 */ public String tokenName; /** token值 */ public String tokenValue; /** 此token是否已经登录 */ public Boolean isLogin; /** 此token对应的LoginId,未登录时为null */ public Object loginId; /*...
package net.codetojoy.service.factor; import org.junit.*; import static org.junit.Assert.*; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; import java.util.*; @RunWith(value = Parameterized.class) public class PrimesGetPrimeForIndexTest { ...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.jrt; interface ReplyHandler { public Integer key(); public void handleReply(Packet packet); public void handleConnectionDown(); }
/* * 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 ...
/* * The MIT License * * Copyright 2015 Ahmad Zaky. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
package com.fsck.k9.message; import java.io.InputStream; import android.app.PendingIntent; import android.content.Intent; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.VisibleForTesting; import android.support.annotation.WorkerThread; import...
package RainbowReef.Blocks; import RainbowReef.GameManager; import RainbowReef.GameUtilities.Hitbox; import java.awt.*; import static javax.imageio.ImageIO.read; public class Block_Wall extends Block { Image blockImage; GameManager gameManager; public Block_Wall(int x, int y,GameManager gameManager){ ...
package uni.qiniu.droid.uniplugin_rtc.uni.entity; public class UniRemoteVideoTrackStats { private final String profile; private final int downlinkFrameRate; private final int downlinkBitrate; private final int downlinkLostRate; private final int uplinkRTT; private final int uplinkLostRate; ...
package com.thefirstwind.hystrix.activity.feign; import org.apache.commons.lang.math.RandomUtils; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.an...
package xml; import com.project.model.Customer; import com.project.repository.CustomerRepository; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Value; public class HibernateCustomerRepositoryImpl implements CustomerRepository { @Value("${dbUser}") priva...
package io.quarkus.test.bootstrap; import static org.junit.jupiter.api.Assertions.fail; import java.io.IOException; import java.nio.charset.StandardCharsets; import org.apache.commons.io.IOUtils; import com.google.common.net.HostAndPort; import com.orbitz.consul.Consul; import com.orbitz.consul.KeyValueClient; pub...
/* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * LUSID API * * OpenAPI spec version: 0.9.3 * Contact: info@finbourne.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.finbourne.lusid.api; import com.finbourne.lusid.Api...
/** * Copyright (c) 2011 Martin Geisse * * This file is distributed under the terms of the MIT license. */ package name.martingeisse.esdk.picoblaze.simulator.port; /** * Represents a single register that reacts to all I/O operations. * The address is ignored by this handler. */ public class RegisterPortHandle...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * 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 license...
/** * Copyright (C) 2014 Federico Recio * * 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 ...
package sqlite.feature.typeadapter.kripton180.raw; import com.abubusoft.kripton.android.sqlite.BindDaoFactory; /** * <p> * Represents dao factory interface for Kripton180RawDataSource. * This class expose database interface through Dao attribute. * </p> * * @see Kripton180RawDataSource * @see EmployeeRawDao *...
/* * 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 ...
if (this.is_left_rel) { context.write(new Text("1"), new Text("L " + value.toString())); } else { context.write(new Text("1"), new Text("R " + value.toString())); }
package com.salesmanager.shop.store.controller.system; import static com.salesmanager.shop.constants.Constants.KEY_FACEBOOK_PAGE_URL; import static com.salesmanager.shop.constants.Constants.KEY_GOOGLE_ANALYTICS_URL; import static com.salesmanager.shop.constants.Constants.KEY_INSTAGRAM_URL; import static com.salesmanag...
package org.basex.query.func.request; import static org.basex.query.QueryError.*; import java.io.*; import org.basex.http.*; import org.basex.query.*; import org.basex.query.func.*; import org.basex.query.value.*; import org.basex.query.value.seq.*; import org.basex.util.*; /** * Function implementation. * * @au...
// Copyright 2018 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 ...
/* * 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, software * distribut...
package org.akhq.repositories; import com.fasterxml.jackson.databind.DeserializationFeature; import io.confluent.kafka.schemaregistry.ParsedSchema; import io.confluent.kafka.schemaregistry.client.rest.RestService; import io.confluent.kafka.schemaregistry.client.rest.entities.SchemaReference; import io.confluent.kafka....
package com.kbalazsworks.stackjudge.domain.enums.google_maps; import lombok.AllArgsConstructor; import lombok.Getter; @AllArgsConstructor @Getter public enum MapSizeEnum { COMPANY_HEADER(1300, 450, (short) 1, (short) 16, MapTypeEnum.SATELLITE), COMPANY_LEFT(660, 220, (short) 1, (short) 16, MapTypeEnum.ROADMAP...
package net.paperpixel.fk.gui; import controlP5.*; import net.paperpixel.fk.communication.OSCCommunication; import processing.core.PApplet; public class NetworkingControls extends AbstractControlGroup { private Toggle slaveToggle; private Slider kubeNumberSlider; private Textfield listeningPort; priv...
/* * Copyright 2017 Apereo * * 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 wr...
package com.basedocker.unit; import com.basedocker.application.dto.RegisterVolunteerRequestDto; import com.basedocker.domain.actions.RegisterVolunteerAction; import com.basedocker.domain.service.VolunteerService; import com.basedocker.domain.valueobjects.EmailTemplate; import com.basedocker.infrastructure.EmailService...
package com.atguigu.gmall.member.controller; import java.util.Arrays; import java.util.Map; //import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.an...
package liquibase.change.core; import liquibase.change.AbstractChange; import liquibase.change.DatabaseChange; import liquibase.change.ChangeMetaData; import liquibase.change.DatabaseChangeProperty; import liquibase.database.Database; import liquibase.structure.core.Table; import liquibase.exception.DatabaseException;...
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
package com.casper.sdk.exceptions; public class ConversionException extends RuntimeException { public ConversionException(final Throwable cause) { super(cause); } public ConversionException(final String message) { super(message); } public ConversionException(final String message,...
/* * Copyright 2016 Patrick J * * 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 wri...
/* * 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, software * distribut...
import java.io.*; class sales { public static void main(String args[]) { int i=0 , sum=0, avg=0; int a[]=new int[5]; DataInputStream dis=new DataInputStream(System.in); try { for (i=0;i<5;i++) { System.out.println("\n Input month "+(i+1)+" sale\n"); a[i]=Integer.parseInt(dis.readLine()); ...
package pokecube.core.blocks; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net.minecraft.util.NonNullList; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnl...
package HAL.Interfaces; @FunctionalInterface public interface Coords3DAction { public void Action(int x,int y,int z); }
/* * Copyright 2012 The Athena Project * * The Athena Project licenses this file to you 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 ...
package com.scausum.imageselector.lib; import android.app.Activity; import android.os.Build; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import and...
/* * Copyright 2014 Axiomine * * 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 ...
package scsi.java_sandbox; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class Launcher { public static void main(String[] args) { // Determine Unix or Windows String os = System.getProperty("os.name"); // I...
package com.essay.medea.impl; import java.util.Arrays; import java.util.Locale; import com.essay.medea.ValidatorMessage; import com.essay.medea.validators.ValidatorMessageTemplate; public class ValidatorMessageImpl implements ValidatorMessage { int severity = ValidatorMessage.ERROR; public ValidatorMessageImpl(i...
package com.simibubi.create.content.contraptions.fluids; import com.jozufozu.flywheel.api.Instancer; import com.jozufozu.flywheel.api.MaterialManager; import com.simibubi.create.AllBlockPartials; import com.simibubi.create.content.contraptions.base.KineticTileEntity; import com.simibubi.create.content.contraptions.bas...
package com.example.hcamara.gyroscopesensor; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test ...
/******************************************************************************* This software is provided as a supplement to the authors' textbooks on digital image processing published by Springer-Verlag in various languages and editions. Permission to use and distribute this software is granted under the BSD 2-Cl...
package de.metas.security.permissions; /* * #%L * de.metas.adempiere.adempiere.base * %% * Copyright (C) 2015 metas GmbH * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either vers...
package io.deephaven.db.v2.tuples.generated; import io.deephaven.datastructures.util.SmartKey; import io.deephaven.db.util.tuples.generated.CharFloatFloatTuple; import io.deephaven.db.v2.sources.ColumnSource; import io.deephaven.db.v2.sources.WritableSource; import io.deephaven.db.v2.sources.chunk.Attributes; import i...
package io.jenkins.plugins.casc; import hudson.model.JDK; import hudson.plugins.mercurial.MercurialInstallation; import hudson.tools.CommandInstaller; import hudson.tools.InstallSourceProperty; import hudson.tools.JDKInstaller; import io.jenkins.plugins.casc.core.MavenConfigurator; import io.jenkins.plugins.casc.misc....
// // ======================================================================== // Copyright (c) 1995-2013 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
import java.util.Scanner; /** * @author Diego */ public class Ejercicio9 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Ingrese numero: "); String hexa = ""; String bin = ""; String octal = ""; int n = input.ne...
package com.youran.generate.help; import com.youran.generate.pojo.dto.*; import com.youran.generate.pojo.po.*; import com.youran.generate.service.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; /** * 封装单元测试使用的元数据基本操作 * * @author: cbb * @date: 2017...
package org.opencb.hpg.bigdata.analysis.tools; import org.codehaus.jackson.map.ObjectMapper; import org.opencb.commons.exec.Command; import org.opencb.commons.exec.RunnableProcess; import org.opencb.hpg.bigdata.analysis.exceptions.AnalysisToolException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ...
/* * Copyright 2010-2013 JetBrains s.r.o. * * 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 agre...
package org.drools.guvnor.client.ruleeditor; import org.drools.guvnor.client.packages.SuggestionCompletionCache; import org.drools.guvnor.client.rpc.RuleAsset; import org.drools.guvnor.client.ruleeditor.FactTypeBrowser.ClickEvent; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.Gr...
/* * 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 ...
package com.serenegiant.widget; /* * libcommon * utility/helper classes for myself * * Copyright (c) 2014-2021 saki t_saki@serenegiant.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 Licens...
package com.br.mercorp.entity; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.PrePersist; import javax.persistence.Table; import javax.p...
// Copyright 2014 The Bazel Authors. 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 appl...
/* * Copyright 2019 Jeremy KUHN * * 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 i...
/* * MIT License * * Copyright (c) 2020 SvenAugustus * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
package com.xyz.observer.fa; import com.xyz.constants.CreditScoreDesc; import com.xyz.processor.fa.FAPostCreditCheckProcessor; import com.xyz.states.CreditRatingState; import net.corda.core.contracts.UniqueIdentifier; import net.corda.core.messaging.CordaRPCOps; import net.corda.core.messaging.DataFeed; import net.cor...