text
stringlengths
7
995k
/* * Copyright (C) 2010 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...
package gov.hhs.onc.sdcct.xml.xpath.impl; import gov.hhs.onc.sdcct.xml.utils.SdcctXmlUtils; import gov.hhs.onc.sdcct.xml.xpath.DynamicXpathOptions; import gov.hhs.onc.sdcct.xml.xpath.StaticXpathOptions; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.stream.Collectors; import j...
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package com.github.hollykunge.security.common.exception.auth; import com.github.hollykunge.security.common.constant.CommonConstants; import com.github.hollykunge.security.common.exception.BaseException; /** * 内部访问禁用返回类型 * @author 协同设计小组 * @date 2017/9/12 */ public class ClientForbiddenException extends BaseExcep...
package com.jack.controller; import com.jack.entity.Character; import com.jack.entity.CharacterModel; import com.jack.entity.User; import com.jack.persistence.GenericDao; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.boot.autoconfigure.SpringBootApplicat...
/* * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package com...
package com.dream.common.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.dream.common.enums.BusinessType; import com.dream.common.enums.Operato...
package taschenrechner; import org.junit.runner.RunWith; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; @RunWith(Cucumber.class) @CucumberOptions(dryRun=false, strict=true) public class RunCukesTest { }
package com.iyihua.sample.repository.order; import org.springframework.data.jpa.repository.JpaRepository; import com.iyihua.sample.domain.order.Order; public interface OrderRepository extends JpaRepository<Order, Integer> { }
package com.atguigu.gmall.wms.listener; import com.alibaba.fastjson.JSON; import com.atguigu.gmall.wms.mapper.WareSkuMapper; import com.atguigu.gmall.wms.vo.SkuLockVo; import com.rabbitmq.client.Channel; import org.apache.commons.lang3.StringUtils; import org.springframework.amqp.core.ExchangeTypes; import org.springf...
/* * Copyright (c) 2019 Couchbase, 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 agr...
package module727packageJava0; import java.lang.Integer; public class Foo4 { Integer int0; public void foo0() { new module727packageJava0.Foo3().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { foo3...
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
package com.example.ripetizioni; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.SearchView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.app...
package com.google.gwt.dom.builder.shared; /** * HTML-based implementation of {@link AsideBuilder} */ public class HtmlAsideBuilder extends HtmlElementBuilderBase<AsideBuilder> implements AsideBuilder { HtmlAsideBuilder(HtmlBuilderImpl delegate) { super(delegate); } }
package kr.pe.kwonnam.freemarkerdynamicqlbuilder.paramconverter; /** * {@link Boolean} type to {@link Number} type parameter converter. */ public class BooleanToNumberParameterConverter implements ParameterConverter { private Number trueValue; private Number falseValue; /** * constructor. * ...
/** Copyright (c) 2011-2015, J. M. Dieterich 2020, J. M. Dieterich and B. Hartke 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 ...
package org.ihtsdo.otf.sqs.service.dto; public class DescriptionResult { private final String id; private final String term; public DescriptionResult(String id, String term) { this.id = id; this.term = term; } public String getId() { return id; } public String getTerm() { return term; } }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.appengine.facet; import com.intellij.appengine.sdk.impl.AppEngineSdkUtil; import com.intellij.appengine.util.AppEngineUtil; import com.intellij.facet.Facet; ...
package com.test.demo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.AdapterView; import android.widget.Spinner; import com.ms.banner.Banner; import com.ms.banner.BannerConfig; import com.test.App; import com.test.R; import com.test.ui.Custo...
package dz.acs.formation.web.config; import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer; /** * sprng security filter 'springSecurityFilterChain' * @author ataibi * */ public class SecurityWebAppInitializerConfig extends AbstractSecurityWebApplicationInitializer{ @Override ...
/* * 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.huaweicloud.sdk.swr.v2.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import java.util.function.Consumer; import java.util.Objects; ...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.batch.protocol.models; import com.fasterxml.jackson.annotat...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.datafeed.extractor.aggregation; import org...
package com.sovegatable.bottomtab; import android.content.Context; import android.os.Bundle; import androidx.annotation.CallSuper; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.sovegetables.viewstubfragment.ViewStubFragment; public abstract class BaseTabFragment extends ViewStub...
/* * Copyright 2017 Red Hat, Inc. and/or its affiliates. * * 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...
package tech.mia2b.cns.main; import java.io.File; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.Clip; import org.luaj.vm2.Globals; import org.luaj.vm2.LuaValue; import org.luaj.vm2.lib.jse.JsePlatform; import javafx.animation.AnimationTimer; import javafx.application.Application; import javafx....
/* * Copyright 2018-2021 adorsys GmbH & Co KG * * 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 ...
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.cpachecker.cpa.predicate; import static com.google.commo...
package com.pigmo.sp.usercontroller; import org.apache.dubbo.config.spring.context.annotation.EnableDubbo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @EnableDubbo public class UserControllerApplication { public sta...
package com.fun.generator; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * @author xuxueli 2018-03-22 23:41:47 */ @SpringBootApplication public class CodeGeneratorApplication { public static void main(String[] args) { SpringAp...
/** * Copyright (C) 2015 Red Hat, 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...
/** * 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 org.rowinson.healthcheck.adapters.repositories; import io.vertx.core.CompositeFuture; import io.vertx.core.Future; import io.vertx.junit5.VertxExtension; import io.vertx.junit5.VertxTestContext; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test;...
/* * Copyright 2017 StreamSets 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...
package com.android.mycax.floatingvolume; import android.annotation.TargetApi; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.preference.Preference; import android.preferenc...
package ssh.connect; import java.io.File; import java.io.IOException; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Filter out files that match filter, * or accept only files, that match accept. * If both are set to not null, first check accept, then filter. * @author peterbryzgalov */ p...
package org.apache.spark.examples.mllib; /** * Train a linear regression model on one stream of data and make predictions * on another stream, where the data streams arrive as text files * into two different directories. * <p> * The rows of the text files must be labeled data points in the form * <code>(y,[x1,x2,...
/* * 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 net.sourceforge.kleinlisp.functions; import net.sourceforge.kleinlisp.LispObject; import net.sourceforge.kleinlisp.objects.Lis...
package Utils; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import java.util.Properties; public class DatosSistemaTest { //private static final Logger LOGGER = Logger.getLogger(DatosSistema.class); public static f...
/* * Copyright 2013-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...
package org.icatproject.idav; import org.icatproject.idav.exceptions.UnauthenticatedException; import org.apache.commons.codec.binary.Base64; import org.apache.commons.lang3.StringUtils; import org.icatproject.Datafile; public class Utils { public static final String PROPERTIES_FILENAME = "idav.properties"; ...
/* * Copyright (C) Justson(https://github.com/Justson/AgentWeb) * * 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 requir...
/** * 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 castle.comp3021.assignment.gui.views.panes; import castle.comp3021.assignment.gui.DurationTimer; import castle.comp3021.assignment.gui.ViewConfig; import castle.comp3021.assignment.gui.controllers.AudioManager; import castle.comp3021.assignment.gui.controllers.SceneManager; import castle.comp3021.assignment.gu...
package com.kcr.main.other; import android.content.Context; import android.widget.TextView; import com.github.mikephil.charting.components.MarkerView; import com.github.mikephil.charting.data.Entry; import com.github.mikephil.charting.formatter.IAxisValueFormatter; import com.github.mikephil.charting.highlight.Highli...
package com.whimthen.intelliJ.transfer.tasks; import com.whimthen.intelliJ.transfer.utils.RunnableFunction; import java.util.Objects; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingQueue; import java.util.function.Consumer; /** * @author...
/* * 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 metamodel.specification.groups.classes; //import metamodel.specification.entities.Class; /*@GroupBuilder(groupEnitityType = Class.class, groupElementsType = Class.class) public class MethodGroup { }*/
/* * Copyright 2002-2017 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...
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package naming044; public class B { public static int m() { return A.f; } public int f(A a) { ...
package org.testcontainers; import com.github.dockerjava.api.DockerClient; import com.github.dockerjava.api.command.CreateContainerCmd; import com.github.dockerjava.api.exception.InternalServerErrorException; import com.github.dockerjava.api.exception.NotFoundException; import com.github.dockerjava.api.model.AccessMod...
package uk.co.jamesmcguigan.patterns.structural.decorator; public class BorderDecorator extends Decorator { public BorderDecorator(final Widget w) { super(w); } public void draw() { super.draw(); // 7. Delegate to base class and add extra stuff System.out.println(" BorderDecorator...
package com.example.somesh.music; import android.content.Context; import android.support.v4.content.ContextCompat; import android.support.v7.widget.RecyclerView;import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; ...
package com.zhongger.common.core.domain; import java.io.Serializable; import java.util.Date; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; /** * Entity基类 * * @author ruoyi */ public class BaseEntity implemen...
package fileio.writer; import exception.FileWriteException; import fileio.parser.JSONParser; import model.Wallet; import storage.IContainer; public class CryptoWalletWriter { JSONParser jsonParser; protected CryptoWalletWriter() { jsonParser = new JSONParser(); } /** * The function returns the file content...
/** * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.webfront.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transactio...
package com.javarush.task.task14.task1412; /* Реализовать метод printMainInfo */ public class Solution { public static void main(String[] args) { Object obj = new Circle(); Movable movable = (Movable) obj; Drawable drawable = new Rectangle(); printMainInfo(drawable); prin...
package chapter19; public class Finally { public static void main(String[] args) { System.out.println("접속"); try { System.out.println("전송"); } catch(Exception e) { System.out.println("예외 처리"); } finally { System.out.println("해제"); ...
package com.example.coolweather.gson; import com.google.gson.annotations.SerializedName; /** * Created by liangyumei on 2017/12/11. */ public class Basic { @SerializedName("city") public String cityName; @SerializedName("id") public String weatherId; public Update update; public class Updat...
package nl.tudelft.jpacman.cucumber; import io.cucumber.java.After; import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; import nl.tudelft.jpacman.Launcher; import nl.tudelft.jpacman.board.Direction; import nl.tudelft.jpacman.board.Square; import nl.tudelft.jpacman.board....
/******************************************************************************* * 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...
package de.blau.android.osm; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.fail; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.security....
package org.darkowl.bash_doc.enums; public enum LineTags { AUTHOR("AUTHOR ", MatchTypes.START, 4), AUTHOR_EMAIL("AUTHOR_EMAIL ", MatchTypes.START, 4), CODE(null, null, 2), COMMENT(null, null, 100), EXAMPLES("EXAMPLES", MatchTypes.EQ, 2), EXIT_CODES("EXIT_CODES", MatchTypes.EQ, 2), FILE("FIL...
package com.alipay.global.api.model.aps; public enum InStorePaymentScenario { /** * User uses a payment code to pay. */ PaymentCode, /** * User scans an order code to pay. */ OrderCode, /** * User scans an entry code to pay. */ EntryCode; }
package com.structurizr.api; import com.structurizr.Workspace; import com.structurizr.encryption.AesEncryptionStrategy; import com.structurizr.encryption.EncryptedWorkspace; import com.structurizr.io.json.EncryptedJsonReader; import com.structurizr.io.json.JsonReader; import com.structurizr.model.Person; import com.st...
package dao; import models.Departments; import models.Staff; import org.junit.After; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.sql2o.Connection; import org.sql2o.Sql2o; import static junit.framework.TestCase.assertEquals; import static junit.framework.TestCase.assert...
/* * PassHub API * PassHub API documentation * * OpenAPI spec version: 1.1 * * * 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.bymdev.voucherhub.model; import java.util.Objects...
package net.alexheavens.cs4099.ui; import java.awt.Color; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import javax.swing.JLabel; import javax.swing.JPanel; imp...
package com.newMedia.entity; import java.util.Date; public class Session { private String jsessionid; private String sessionId; private String openId; private Date createTime; public String getJsessionid() { return jsessionid; } public void setJsessionid(String jsessionid) { ...
import java.util.Scanner; public class p12_Volleyball { public static void main(String[] args) { Scanner console = new Scanner(System.in); String year = console.nextLine(); double p = Integer.parseInt(console.nextLine()); double h = Integer.parseInt(console.nextLine()); d...
package test; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class Test{ public static void main(String[] args) { String s = "name{{:}}NaturErlebnisBad Luthe{{;}}description{{:}}bad halt{{;}}location{{:}}1{{;}}address{{:}}a{{,}}An der Boehmerke 9\n31515 Wunstor...
package net; import com.google.common.collect.HashMultimap; public class mw { public static HashMultimap a() { return HashMultimap.create(); } }
package com.liveramp.hank.storage.echo; import com.liveramp.hank.coordinator.DomainVersion; import com.liveramp.hank.partition_server.PartitionUpdateTaskStatistics; import com.liveramp.hank.storage.PartitionUpdater; import java.io.IOException; public class EchoUpdater implements PartitionUpdater { @Override pub...
package me.zaneqin.framework.config; import java.security.SecureRandom; import java.util.Random; import com.google.code.kaptcha.text.impl.DefaultTextCreator; /** * 验证码文本生成器 * * @author ZaneQin */ public class KaptchaTextCreator extends DefaultTextCreator { private static final String[] CNUMBERS = "0,1,2,3,4,...
package net.selsela.carRental.data.model.invoice; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import net.selsela.carRental.data.model.config.ContractType; import net.selsela.carRental.data.model.config.InvoiceSt...
package edu.gatech.seclass.glm; import android.support.test.espresso.ViewInteraction; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import android.test.suitebuilder.annotation.LargeTest; import android.view.View; import android.view.ViewGroup; import android.view...
/* * Copyright 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package pers.li.annotation.$4.targets; import java.lang.annotation.*; @Target({ElementType.FIELD}) public @interface FieldAnnotation { }
package org.nakedobjects.plugins.hibernate.objectstore.tools; import org.hibernate.cfg.Configuration; import org.hibernate.tool.hbm2ddl.SchemaExport; import org.hibernate.tool.hbm2ddl.SchemaUpdate; import org.nakedobjects.plugins.hibernate.objectstore.tools.internal.Nof2HbmXml; import org.nakedobjects.plugins.hibernat...
package seung.spring.bibimbap.rest.fin.service.impl; import javax.annotation.Resource; import org.springframework.stereotype.Service; import lombok.extern.slf4j.Slf4j; import seung.java.kimchi.SDate; import seung.java.kimchi.util.SCode; import seung.spring.bibimbap.mine.fin.impl.SDartMI; import seung.spring.bibimbap...
package com.cumulusmc.artofalchemy.gui.handler; import io.github.cottonmc.cotton.gui.SyncedGuiDescription; import io.github.cottonmc.cotton.gui.widget.*; import io.github.cottonmc.cotton.gui.widget.WBar.Direction; import io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment; import com.cumulusmc.artofalchemy.A...
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
package com.samsung.android.app.watchmanager.setupwizard; import lanchon.dexpatcher.annotation.*; import android.app.Activity; import android.app.Fragment; import android.util.Log; @DexEdit public class PermissionFragment extends Fragment { @DexIgnore public interface IGrantedTask { void doTask(); ...
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
package net.minecraft.loot.functions; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Sets; import com.google.gson.JsonArray; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonObject; import com.google.gson.JsonSerializationContext; import java.util.Set; impo...
/* * Copyright 2013 Massachusetts General Hospital * * 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...
/* * 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 (MIT) * * Copyright (c) 2014-2017 Marc de Verdelhan & respective authors (see AUTHORS) * * 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, incl...
/* The following code was generated by JFlex 1.4 on 9/16/13 8:59 PM */ /* IMPORTANT: must compile with JFlex 1.4, JFlex 1.4.3 seems buggy with look-ahead */ package org.jruby.truffle.core.time; import org.jruby.truffle.core.time.RubyDateFormatter.Token; /** * This class is a scanner generated by * <a href="http...
/* * * 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"); y...
/* * Copyright (c) 2016-2018 Michael Zhang <yidongnan@gmail.com> * * 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, co...
package com.duo.bai.cheng.domain; import lombok.Data; import java.io.Serializable; import java.util.Date; @Data public class LiCai implements Serializable { private int id; private int time; private Date created; private double rate; private String name; private int money; private double intere...
/* * The MIT License (MIT) * * Copyright (c) 2013 - 2017 PayinTech * * 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 ...
package com.example.coolweather.util; import android.text.TextUtils; import com.example.coolweather.db.City; import com.example.coolweather.db.County; import com.example.coolweather.db.Province; import com.example.coolweather.gson.Weather; import com.google.gson.Gson; import org.json.JSONArray; import org.json.JSONE...
/******************************************************************************* * Copyright 2014 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
/* * Copyright 2009 ZXing 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 ...
/* * 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 ...
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = Integer.parseInt(scanner.nextLine()); int b = Integer.parseInt(scanner.nextLine()); int h = Integer.parseInt(scanner.nextLine()); System.out.prin...