text stringlengths 7 995k |
|---|
package apple.avfoundation;
import apple.NSObject;
import apple.foundation.NSArray;
import apple.foundation.NSMethodSignature;
import apple.foundation.NSSet;
import apple.foundation.protocol.NSFastEnumeration;
import org.moe.natj.c.ann.FunctionPtr;
import org.moe.natj.general.NatJ;
import org.moe.natj.general.Pointer;... |
/*
Copyright (c) 2018 LinkedIn Corp.
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... |
/*******************************************************************************
* 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... |
/*
* Copyright 2012-2018 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... |
package io.swagger.v3.oas.models.links;
import io.swagger.v3.oas.annotations.OpenAPI31;
import io.swagger.v3.oas.models.headers.Header;
import io.swagger.v3.oas.models.servers.Server;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* Link
*
* @see "https://github.com/OAI/OpenAPI-Specification/blob/3.0.1... |
package com.github.jknack.handlebars.issues;
import com.github.jknack.handlebars.v4Test;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class Issue596 extends v4Test {
@Test
public void shouldSupportNoneCharSequenceReturnsTypeFromHelperClass() throws Exception {
String text = comp... |
package com.grainmarket.member.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotati... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject... |
package tr.unvercanunlu.example.springbootsse.config;
public class DateTimeFormat {
public static final String UTC_DATETIME_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'";
} |
/*
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 no... |
package com.lovecws.mumu.zookeeper.curator.framework;
import org.apache.curator.framework.CuratorFramework;
import org.apache.zookeeper.CreateMode;
public class CuratorCreate {
/**
* 创建节点
* @return
*/
public String create(String path,byte[] bs){
CuratorFramework curatorFramework = new ... |
package com.sumit.githubrepobrowser.model.repolistresult;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.objectbox.annotation.Entity;
import io.objectbox.annotation.Id;
@Entity
public class License
{
@Id
public long boxId;
@SerializedName("key")
... |
package com.hz;
import products.BlenderWithIntegratedRadio;
import products.CuteTeddyBear;
import products.TVScreen;
public class Main {
// Main scenario
public static void main(String[] args) {
// There is a shop with a checkout
Checkout kassa5 = new Checkout(new discounts.BlackFriday());
... |
package org.asciidoctor.extension;
import org.asciidoctor.ast.ContentModel;
import org.asciidoctor.ast.StructuralNode;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class YellStaticListingBlock extends BlockProcessor {
private static Map<String, Object> c... |
package com.gopivotal.examples.hbase.resplit;
import java.io.IOException;
import java.util.Random;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.client.Result;
import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
import org.apache.hadoop.hbase.mapreduce.TableMapper;
import org.apach... |
/*
* Copyright (c) 201y - 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 co... |
/*
* Copyright (c) CovertJaguar, 2014 http://railcraft.info
*
* This code is the property of CovertJaguar
* and may only be used with explicit written
* permission unless otherwise specified on the
* license page at http://railcraft.info/wiki/info:license.
*/
package mods.railcraft.common.gui.containers;
impo... |
package com.example.vmocommunityvideoplayer;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.ReactInstanceManag... |
/*******************************************************************************
* 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 br.com.zup.casadocodigo.model;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.valid... |
// **********************************************************************
//
// <copyright>
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright (C) BBNT Solutions LLC. All rights reserved.
//
// </copyright>
// ***************************************************... |
package me.jackmccracken.bussit.utils;
/**
* Defines a task which will be executed <b>on the main thread</b> after the execution of a
* Reddit API call.
* @param <T> The data to be returned from the server.
*/
public interface AfterCallTask<T> {
/**
* Called after a success.
* @param param A function... |
package com.obor.aircp.controller;
import com.obor.aircp.base.BaseController;
import com.obor.aircp.model.HService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
@Controller
@RequestMapping("/service")
public class HSer... |
/*
* Copyright 2018-present Open Networking 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 appli... |
/*
* Copyright 2017-2022 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 "licen... |
package org.endeavourhealth.transform.emis.openhr.schema;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for OpenHR001.NumericRange complex type.
*
* <p>Th... |
/*
* 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... |
/*
* 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 com.lmax.disruptor.support;
import com.lmax.disruptor.EventFactory;
import com.lmax.disruptor.EventTranslatorTwoArg;
public final class StubEvent
{
private int value;
private String testString;
public static final EventTranslatorTwoArg<StubEvent, Integer, String> TRANSLATOR = (event, sequence, arg... |
/*
* MIT License
*
* Copyright (c) 2021-2022 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors
*
* 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 r... |
/*
* Copyright 2016 okumin
*
* 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 migu.project.remember;
import migu.project.remember.data.Post;
import migu.project.remember.repository.PostRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.a... |
package com.doilux.util.javaslang;
import io.vavr.collection.HashMap;
import io.vavr.collection.Map;
import java.util.stream.Collectors;
public class J2VavrMapConverter {
/**
* java.util.Mapをio.vavr.collection.Mapに変換する
*
* @param src
* @return
*/
public static Map<Object, Object> co... |
package com.marshalchen.common.uimodule.easyandroidanimations;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.TimeInterpolator;
import android.view.View;
import android.view.ani... |
/*
* 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 ... |
/*
* Copyright 2012-2015 Sergey Ignatov
*
* 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... |
/*
* Copyright 2021 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 applicab... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p3beta1/image_annotator.proto
package com.google.cloud.vision.v1p3beta1;
/**
* <pre>
* The Google Cloud Storage location where the input will be read from.
* </pre>
*
* Protobuf type {@code google.cloud.vision.v1p3beta1.... |
/**
* Copyright 2014 Groupon.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
/**
* The MIT License
*
* Copyright (C) 2015 Asterios Raptis
*
* 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, c... |
import java.io.IOException;
import java.util.Scanner;
/*
*
* This is a recursive problem (or possibly a Dynamic Programming Problem)
*
* This is the recursive solution.
*
* Given n (number of pieces of pie) and k (number of people) and the minimum
* number of pieces that can be taken, the number of ways the... |
package net.defekt.mc.chatclient.protocol;
import java.util.Map;
import net.defekt.mc.chatclient.protocol.data.ItemsWindow;
import net.defekt.mc.chatclient.protocol.packets.PacketRegistry;
import net.defekt.mc.chatclient.protocol.packets.general.clientbound.play.ServerChatMessagePacket.Position;
/**
* A listener in... |
package org.swtk.commons.dict.wordnet.frames.instance.p1.p5; import java.util.Map; import java.util.TreeMap; import org.swtk.common.dict.dto.wordnet.DataNoun; import com.trimc.blogger.commons.utils.GsonUtils; public final class WordnetNounFrame1519 { private static Map<String, DataNoun> map = new TreeMap<String, ... |
package com.minjinsuo.zhongchou.model;
/**
* 公共基础类
*/
public class Model_Common {
private int statusCode;
private String statusMessage;
private String sessionId;
private String messageId;
public int getStatusCode() {
return statusCode;
}
public void setStatusCode(int statusCode) {
this.statusCode = sta... |
package com.atguigu.gmall.ums.mapper;
import com.atguigu.gmall.ums.entity.UserLoginLogEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 用户登陆记录表
*
* @author niuqihang
* @email 1208936851@qq.com
* @date 2021-07-15 13:14:32
*/
@Mapper
public interfa... |
/**
* Copyright © 2017 The Thingsboard 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 la... |
package com.github.phenomics.ontolib.ontology.similarity;
import java.util.Map;
import java.util.Set;
import com.github.phenomics.ontolib.ontology.data.Ontology;
import com.github.phenomics.ontolib.ontology.data.Term;
import com.github.phenomics.ontolib.ontology.data.TermId;
import com.github.phenomics.ontolib.ontolo... |
// Targeted by JavaCPP version 1.5.6-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.ffmpeg.global;
import org.bytedeco.ffmpeg.avformat.*;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import org.bytedeco.ffmpeg... |
package org.springframework.roo.metadata;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class DefaultMetadataServiceTest {
private static final String TO_STRING_FOR_NEW_INSTANCE =
"org.springframework.roo.metadata.DefaultMetadataService:" + "[validGets=0,"
+ "recursive... |
package net.techreadiness.plugin.datagrid;
import java.util.Collection;
import java.util.Map;
import net.techreadiness.service.ServiceContext;
import net.techreadiness.service.common.DataGridItemProvider;
import net.techreadiness.service.object.Org;
public interface DataEntryCompleteItemProvider extends DataGridItem... |
package com.github.ltsopensource.autoconfigure.resolver;
import com.github.ltsopensource.autoconfigure.AutoConfigContext;
import java.beans.PropertyDescriptor;
/**
* @author Robert HG (254963746@qq.com) on 4/20/16.
*/
public class EnumResolver extends AbstractResolver {
public static final EnumResolver INSTAN... |
/*
* 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 br.upe.ppsw.jabberpoint.control;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import br.upe.ppsw.jabberpoint.model.Presentation;
import br.upe.ppsw.jabberpoi... |
/*
* Copyright 2012 JBoss by Red Hat.
*
* 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 com.crawljax.core.configuration;
import static com.google.common.base.Preconditions.checkArgument;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URLEncoder;
import java.util.concurrent.TimeUnit;
import com.crawljax.browser.EmbeddedBrowser.BrowserType;
... |
package com.cody.xf.utils;
import android.text.TextUtils;
import java.math.BigDecimal;
import java.math.RoundingMode;
/**
* Created by liuliwei on 2018-08-30.
*/
public class NumberUtil {
/**
* 获取float类型小数点后有几位
*
* @return
*/
public static int getFloatDotLength(float value) {
... |
/*
* Copyright (C) 2021 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 application;
/**
* classe monstre, les ennemis du jeu
* @author meyer
*/
public class Monstre extends Entites {
/**
* constructeur des objets monstres
* @param x
* @param y
*/
public Monstre(int x, int y) {
super(x, y);
this.setVie(3);
}
/**
* methode qui permet de deplacer les monstres... |
// Copyright 2020 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 ... |
package yfathi.kata.poker.rules;
import java.util.Optional;
import java.util.function.Function;
import yfathi.kata.poker.model.Card;
import yfathi.kata.poker.model.HandOutcome;
import yfathi.kata.poker.model.HandRanking;
import yfathi.kata.poker.model.PlayerHand;
import yfathi.kata.poker.utils.ScoreUtils;
import java... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Copyright (c) 2011-2013, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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... |
package com.salesmanager.core.business.services.catalog.product;
import java.math.BigDecimal;
import java.util.List;
import java.util.Locale;
import com.salesmanager.core.business.exception.ServiceException;
import com.salesmanager.core.model.catalog.product.Product;
import com.salesmanager.core.model.catalog.product... |
package de.softwertiger.filewatch;
import java.io.IOException;
import java.nio.file.FileSystems;
import java.nio.file.Path;
import java.nio.file.WatchEvent;
import java.nio.file.WatchKey;
import java.nio.file.WatchService;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
import static java.nio.file.S... |
/*
* Copyright (c) 2004-2021, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of cond... |
package breadth_first_search;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
/**
*
* @author minchoba
* 백준 12761번 : 돌다리
*
* @see https://www.acmicpc.net/problem/12761
*
*/
public class Boj12761 {
private ... |
package com.lsh.lib.android.utils.view;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.w... |
public class PrivateNoArgsConstructor {
private static class Base {
private Base() {
super();
}
}
public static @lombok.Data class PrivateNoArgsConstructorNotOnExtends extends Base {
private final int a;
public @java.lang.SuppressWarnings("all") int getA() {
return this.a;
}
pu... |
package com.vladmihalcea.book.hpjp.hibernate.type.array;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.util.Arrays;
/**
* @author Vlad Mihalcea
*/
public class ArrayUtil {
public static <T> T deepCopy(Object objectArray) {
Class arrayClass = objectArray.getClass... |
package com.liph.chatterade.encryption.models;
import com.liph.chatterade.common.Base32Encoder;
import com.liph.chatterade.common.ByteArray;
public abstract class Key {
public static final int BYTE_SIZE = 32;
private final ByteArray keyBytes;
public Key(ByteArray keyBytes) {
this.keyBytes = k... |
package nTEngine;
import java.awt.Window;
import nTEngine.Util.nTColor;
import nTEngine.Util.nTLoader;
import nTEngine.Util.nTPoint;
import nTEngine.gameObj.nTCamera;
import nTEngine.gameObj.nTGameObj;
import nTEngine.gameObj.nTMesh;
import nTEngine.gameObj.nTShader;
import nTEngine.gameObj.nTTransformation;
import or... |
/*
* Copyright (c) 2015 WSO2 Inc. (http://wso2.com) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/l... |
/*
* @test
* @bug 6570445
* @summary Checks if Win32ShellFolder2's COM-using methods work under a security manager
* @author Leonid Popov
*/
import javax.swing.filechooser.FileSystemView;
public class bug6570445 {
public static void main(String[] args) {
System.setSecurityManager(new SecurityManager(... |
package org.example.java;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.impl.c... |
/*
* Copyright 2013 Proofpoint, 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 agree... |
package com.atguigu.gulimall.member.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.an... |
package sqlancer.sqlite3.oracle;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import sqlancer.IgnoreMeException;
import sqlancer.Randomly;
import sqlancer.StateToReproduce.OracleRunReproducti... |
package org.apache.maven.shared.release.phase;
/*
* 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 Apac... |
package com.flags;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import com.flags.testing.FlagDescTestClass;
import com.flags.testing.FlagTestClass;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java... |
import java.util.ArrayList;
import java.util.List;
/**
* @author Barry
* @date 03.05.2020
* */
public class Test {
public static void main(String[] args) {
// initialize the bank account list
// the test of each method is in corresponding test file, such as BankAccountTest...etc.
// use j... |
/*
* #%L
* ImgLib2: a general-purpose, multidimensional image processing library.
* %%
* Copyright (C) 2009 - 2016 Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld,
* John Bogovic, Albert Cardona, Barry DeZonia, Christian Dietz, Jan Funke,
* Aivar Grislis, Jonathan Hale, Grant Harris, Stefan Helfrich, Mark Hi... |
package com.lobothijau.carouselsederhana.customfonts;
import android.content.Context;
import android.graphics.Typeface;
import android.util.AttributeSet;
import android.widget.TextView;
public class MyTextView_Roboto_Regular extends android.support.v7.widget.AppCompatTextView {
public MyTextView_Roboto_Regular(... |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for MoneyLaunderingCheck1Code.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType... |
/*
* Copyright (c) [2016-2018] [University of Minnesota]
*
* 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, m... |
package com.example.alswn.gps;
import android.graphics.drawable.Drawable;
public class ListViewItemReview {
private String ID ;
private String Screen ;
private String Kind;
private String PopCorn;
private String Clean;
private String Review;
public void setID(String id) { ID = id; }
p... |
package com.github.jtandria.maze.coordinate;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class AStarCoordinate extends Coordinate {
private int distanceFromLastStar;
private int distanceFromGoal;
private AStarCoordinate parent;
public AStarCoordinate(int x, int y) {
super(x, y);... |
/*
* Copyright 2013-2018 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 "licen... |
/*
* 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) 2016. Diorite (by Bartłomiej Mazur (aka GotoFinal))
*
* 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 withou... |
package com.jeesuite.admin.dao.mapper;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.ResultMap;
import org.apache.ibatis.annotations.ResultType;
import org.apache.ibatis.annotations.Select;
im... |
package io.iconator.core.dto;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.iconator.core.utils.Constants;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.util.Date;
@JsonIgnorePropertie... |
package com.github.ZooMMaXDecentralNetwork.messenger.server;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
public class Errors {
File f = new File("errors.log");
public void mkLogFile() throws IOException {
if (!f.exists()) {
FileWriter fw = new FileWriter(f.g... |
package com.adventofcode;
import com.adventofcode.map.Point2D;
import com.adventofcode.utils.FileUtils;
import com.google.common.collect.Iterables;
import org.apache.commons.lang3.tuple.Pair;
import org.assertj.core.util.Lists;
import org.testng.annotations.Test;
import java.io.IOException;
import java.util.ArrayList... |
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react;
import static com.facebook.infer.annotation.ThreadConfined.UI;
import static com.facebook.react.uima... |
/**
*******************************************************************************
* Copyright (C) 2005-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
****************************************************************************... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/retail/v2beta/user_event.proto
package com.google.cloud.retail.v2beta;
public interface ProductDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.retail.v2beta.ProductDetail)
com.google.protobuf... |
/**
* Micro library for Sets.
*/
package de.mklinger.micro.sets; |
package com.binghuazheng.ioc.conditional.condition;
import org.springframework.context.annotation.ConditionContext;
import org.springframework.context.annotation.ConfigurationCondition;
import org.springframework.core.type.AnnotatedTypeMetadata;
import org.springframework.core.type.AnnotationMetadata;
import org.sprin... |
/**
* 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 2018 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.