text
stringlengths
3.52k
24k
/* * Copyright 2000-2012 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...
/* * @author <NAME> * */ package main_pkg; /* Visuals */ import java.awt.*; import javax.swing.*; /* Other */ import java.io.*; import java.awt.event.*; import javax.sound.sampled.*; public class Screen1 extends JFrame{ /* Variables */ static public int width=1024; static publi...
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistrib...
/* * Copyright 2016 The TensorFlow 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 requi...
package sketch.compiler.codegenerators; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import sketch.compiler.ast.core.Function; import sketch.compiler.ast.core.Package; import sketch.compiler.ast.core.Parameter; import sketch.compiler.ast...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.zsys.entity; import java.util.Date; import java.util.List; import org.hibernate.validator.constraints.Length; import com.fasterxml.jackson.annotation.JsonFormat; i...
/**************************************************************** * 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...
/* * 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 m...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Codility; /** * * * There is an N × N square mesh-shaped grid of wires, as shown in a figure * below. Nodes of the grid are at points (X, Y), where X and Y are integers * from 0 to N−1. An electric current ...
/******************************************************************************* * Copyright 2012 Apigee 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.ap...
// 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) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
package com.weinyc.sa.core.reflect; import static com.weinyc.sa.core.reflect.BingReflectUtils.automaticBindingParamsByField; import static com.weinyc.sa.core.reflect.BingReflectUtils.automaticBindingParamsByMethods; import static com.weinyc.sa.core.reflect.ReflectUtils.findGetter; import static com.weinyc.sa.core.ref...
package org.om.core.impl.persistence.jcr; import java.util.Collections; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import javax.jcr.Node; import javax.jcr.NodeIterator; import javax.jcr.PathNotFoundException; import javax.jcr.Property; import javax.jcr.Pr...
package com.dao; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import de.greenrobot.dao.AbstractDao; import de.greenrobot.dao.Property; import de.greenrobot.dao.internal.DaoConfig; import com.dao.GroupDetalDO; // THIS CODE IS GENERATED...
/* Copyright 2002-2018 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Versi...
package it.unitn.web.centodiciotto.services; import it.unitn.web.centodiciotto.persistence.dao.*; import it.unitn.web.centodiciotto.persistence.dao.exceptions.DAOException; import it.unitn.web.centodiciotto.persistence.dao.exceptions.DAOFactoryException; import it.unitn.web.centodiciotto.persistence.dao.factories.DAOF...
/* * Copyright 2018-2019 https://github.com/myoss * * 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...
/* * The MIT License * * Copyright 2018 Tuupertunut. * * 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...
/* * 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 2019 Karlsruhe Institute of Technology. * * 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...
package org.broad.igv.jbrowse; import htsjdk.tribble.Feature; import org.broad.igv.bedpe.BedPE; import org.broad.igv.feature.Chromosome; import org.broad.igv.feature.genome.Genome; import org.broad.igv.feature.genome.GenomeManager; import org.broad.igv.sam.Alignment; import org.broad.igv.ui.color.ColorUtilities; impor...
/* Xholon Runtime Framework - executes event-driven & dynamic applications * Copyright (C) 2007, 2008 <NAME> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * o...
/** * Copyright (C) 2015-2021 Expedia, Inc. and Klarna AB. * * 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...
package br.com.marsal.stout.orm.entity; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import java.util.Map; import br.com.marsal.stout.orm.annotation.Entity; import br.com.marsal.stout.orm.annotation.GetJoinTables...
/*--- iGeo - http://igeo.jp Copyright (c) 2002-2013 <NAME> This file is part of iGeo. iGeo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3. iGeo is distributed in ...
/* * BJAF - Beetle J2EE Application Framework * �׿dz�J2EE��ҵӦ�ÿ������ * ��Ȩ����2003-2009 ��ƶ� (www.beetlesoft.net) * * ����һ����ѿ�Դ�������������ڡ��׿dz�J2EEӦ�ÿ�������ȨЭ�顷 * * ��GNU Lesser General Public License v3.0�� *<http://www.gnu.org/licenses/lgpl-3.0.txt/>�ºϷ�ʹ�á��޸Ļ����·����� * * ��л��ʹ�á��ƹ㱾...
/* * SelectAGraticuleMode.java * Copyright (C) 2015 <NAME> * * This file is distributed under the terms of the BSD license. * The source package should have a LICENSE file at the toplevel. */ package net.exclaimindustries.geohashdroid.util; import android.content.Context; import android.location.Location; impor...
/** * Copyright 2016 LinkedIn Corp. 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 applica...
package console.common; public class WelcomeInfo { public static void welcome() { ConsoleUtils.doubleLine(); System.out.println("Welcome to FISCO BCOS console(" + ConsoleVersion.Version + ")!"); System.out.println("Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console."); ...
package feflib.fates.gamedata.dispo; import java.io.IOException; import java.util.Arrays; import static feflib.utils.ByteUtils.*; public class DispoBlock { private String pid = "Placeholder"; private String ac = ""; private String aiPositionOne = ""; private String mi = ""; private String aiPosit...
/* * (C) Copyright 2006-2011 Nuxeo SA (http://nuxeo.com/) and others. * * 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 re...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may...
/*- * #%L * athena-elasticsearch * %% * Copyright (C) 2019 - 2020 Amazon Web Services * %% * 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/LIC...
/** * Copyright &copy; 2012-2014 <a href="http://www.kszhineng.cn">OA</a> All rights reserved. */ package com.szcxsl.oa.modules.oabustrip.entity; import org.hibernate.validator.constraints.Length; import java.util.Date; import com.fasterxml.jackson.annotation.JsonFormat; import javax.validation.constraints.NotNull; ...
/* * MIT License * * Copyright 2017 Broad Institute * * 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...
/****************************************************************** * File: TomcatTestContainerFactory.java * Created by: <NAME> * Created on: 30 Nov 2012 * * (c) Copyright 2012, Epimorphics Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except...
package jas.spawner.legacy.spawner.creature.handler; import jas.common.helper.GsonHelper; import jas.spawner.legacy.spawner.creature.handler.LivingGroupRegistry.LivingGroup; import jas.spawner.modern.DefaultProps; import java.io.File; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Collect...
package cn.xueden.edu.controller; import cn.xueden.alivod.PutObjectProgressListener; import cn.xueden.alivod.utils.ConstantPropertiesUtil; import cn.xueden.common.core.edu.domain.EduCourse; import cn.xueden.common.core.utils.RestResponse; import cn.xueden.common.log.annotation.XudenOtherSystemLog; import cn.xueden.com...
package com.ntbrock.seatop.pebble.protocol; import com.getpebble.android.kit.PebbleKit; import com.getpebble.android.kit.util.PebbleDictionary; import com.ntbrock.seatop.pebble.aggregate.SeatopDataPoint; import com.ntbrock.seatop.pebble.aggregate.SeatopFrequencyAggregator; import java.nio.ByteBuffer; import java.nio....
package adt; import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage; import java.io.File; /** * TDPanel, or Tower Defense...
/******************************************************************************* * Copyright 2014 <NAME> * * 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/l...
/* Copyright 2021 The Kubernetes 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 in writing, softwar...
/*- * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2017 Board of Regents of the University of * Wisconsin-Madison, University of Konstanz and <NAME>. * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted p...
/* Copyright 2019 The TensorFlow 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 applicable law or a...
package org.motechproject.commcare.util; public final class ResponseXML { public static final String FORM_NAME = "form1"; public static final String CASE_TYPE = "pregnancy"; public static final String ATTR1 = "pregnant"; public static final String ATTR1_VALUE = "true"; public static final String...
/* * Copyright (C) 2017-present, <NAME>(<EMAIL>) * * 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 (c) 2019. * * 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, modify, merge, publish, distribut...
/* * 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 bftsmart.tom.server.defaultservices.blockchain.logger; import bftsmart.tom.server.defaultservices.blockchain.BatchLogger; impo...
/** * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/******************************************************************************* * Copyright 2020-2020 Exactpro (Exactpro Systems Limited) * 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 *...
/** * Copyright (C) 2014-2015 LinkedIn Corp. (<EMAIL>) * * 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 Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * Copyright 2017 the original author or authors. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
// Copyright 2019, California Institute of Technology ("Caltech"). // U.S. Government sponsorship acknowledged. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributio...
/* * Copyright 2010-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 applica...
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2011, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.webapk.shell_apk; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import and...
/* * @author 2018 <NAME> * --- * 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, Versi...
/* * Copyright 2016 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 * applicable law or agr...
/*LICENSE* * Copyright (C) 2013 - 2018 MJA Technology 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 b...
package org.springframework.data.mybatis.repository.support; import static org.springframework.data.repository.query.parser.Part.IgnoreCaseType.ALWAYS; import static org.springframework.data.repository.query.parser.Part.IgnoreCaseType.WHEN_POSSIBLE; import java.sql.Connection; import java.sql.DatabaseMetaData; import...
package nuclei.notifications; import android.app.Notification; import android.content.ContentProviderOperation; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.NotificationManagerCompat; impor...
package com.car.utils; import com.car.baiduMapRoute.HttpRoute; import java.util.ArrayList; import java.util.List; /** * @Author : mmy * @Creat Time : 2020/4/13 21:34 * @Description */ public class GPRSUtil { public static double pi = 3.1415926535897932384626; public static double x_pi = 3.1415926535897...
package com.animeisland.controller; import com.animeisland.bean.PageQuery; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.fasterxml.jackson.databind.ObjectMapper; impo...
package nl.armatiek.xslweb.web.filter; import java.io.IOException; import java.io.OutputStreamWriter; import java.net.URI; import java.net.URISyntaxException; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Enumeration; import java.util.regex.MatchResult; import java.util.regex.M...
/* * Copyright 2013 University of Southern California * * 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...
/* * Copyright 2013 LinkedIn, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
/* * 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 ...
/* * 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 Views; import java.awt.*; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.Font; import ja...
package com.google.sps; import com.google.cloud.Date; import com.google.sps.data.Event; import com.google.sps.data.User; import com.google.sps.data.VolunteeringOpportunity; import com.google.sps.utilities.CommonUtils; import com.google.sps.utilities.EventRanker; import com.google.sps.utilities.TestUtils; import java.i...
package org.apache.maven.plugins.shade.mojo; /* * 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...
/* * 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...
/** * Copyright 2018 Smartrplace UG * * 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...
/* * Conseil national de recherche Canada 2003 * * Cr�� le 9-Dec-2003 * par <NAME> * */ package morph; import java.util.Vector; import data.Morpheme; import data.constraints.Conditions; import data.constraints.Imacond; import data.constraints.ParseException; public class Graph { static ...
package org.framework.light.common.expression.compile; import org.framework.light.common.compiler.MemoryClassLoader; import org.framework.light.common.compiler.MemoryJavaFileManager; import org.framework.light.common.compiler.MemoryJavaFileObject; import org.framework.light.common.exceptions.ParserException; import or...
package gwt.material.design.demo.client.application.components.datagrid; /* * #%L * GwtMaterial * %% * Copyright (C) 2015 - 2016 GwtMaterialDesign * %% * 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...
package cz.cvut.fel.horovtom.jasl.interpreter.graphviz; import cz.cvut.fel.horovtom.automata.logic.Automaton; import guru.nidi.graphviz.model.Link; import guru.nidi.graphviz.model.MutableGraph; import guru.nidi.graphviz.model.MutableNode; import guru.nidi.graphviz.parse.Parser; import java.io.IOException; import java...
package com.tahn.quizapplicationv3; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.res.Resources; import android.media.AudioAttributes; import android.media.AudioManager; import android.media.SoundPool; impor...
package com.coracle.dms.vo; import io.swagger.annotations.ApiModelProperty; import com.coracle.dms.po.DmsStorageInventory; import java.util.List; /** * Created by xiaobu2012 on 2017/8/29. */ public class DmsStorageInventoryVo extends DmsStorageInventory{ /** * */ private static final long serial...
package com.coolweather.android; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLayout; import android.support.v4.widget.SwipeRefreshLayo...
/* * Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) 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/li...
package us.koller.cameraroll.data; import android.content.Context; import android.content.SharedPreferences; import android.content.res.Resources; import android.preference.PreferenceManager; import java.util.Arrays; import us.koller.cameraroll.R; import us.koller.cameraroll.util.SortUtil; public class Settings { ...
package edu.ucdenver.ccp.nlp.core.annotation; /* * #%L * Colorado Computational Pharmacology's nlp module * %% * Copyright (C) 2012 - 2014 Regents of the University of Colorado * %% * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following con...
package com.arjanvlek.oxygenupdater.news; import android.content.Context; import android.content.Intent; import android.database.DataSetObserver; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.os.Handler; import...
/* * Copyright 2000-2014 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...
/* * Copyright 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.dr.kolikosamstar; import android.content.Context; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.view.inputmethod.InputMethodManager; import android.widget.EditText; import android.widget.Spinner; import android.widget.TextView; import j...
package skeletons3D; // Skeleton3D.java // <NAME>, October 2011, <EMAIL> /* Creates the Joint3D and Limb3D objects representing a skeleton. Connects them into a scene graph for the skeleton. The scene graph for the skeleton: skelBG-->visSW-->moveTG-->partsBG | --> joints --> limbs visSW cont...
/* * Copyright 2012 <NAME> <<EMAIL>> * * 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 com.general_hello.commands.SlashCommands; import com.general_hello.commands.Bot; import com.general_hello.commands.Config; import com.general_hello.commands.OtherEvents.OnReadyEvent; import com.general_hello.commands.commands.DefaultCommands.HelpSlashCommand; import com.general_hello.commands.commands.DefaultC...
package gnu.crypto.mac; // ---------------------------------------------------------------------------- // $Id: IMac.java,v 1.2 2002/11/07 17:17:45 raif Exp $ // // Copyright (C) 2001, 2002, Free Software Foundation, Inc. // // This file is part of GNU Crypto. // // GNU Crypto is free software; you can redistribute it...
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/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 may ...
/* Copyright 2018-2022 Accenture Technology 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...
/* * Copyright (C) 2013 Glyptodon LLC * * 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, modify, merge, publi...
package com.hyperwallet.android.ui.common.util; import android.content.Context; import androidx.annotation.VisibleForTesting; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.IOException; import java.io.InputStream; import java.math.RoundingMode; import java.text....
package me.dreamheart.chameleon.dex; import org.jf.dexlib2.Opcodes; import org.jf.dexlib2.dexbacked.DexBackedDexFile; import org.jf.dexlib2.iface.ClassDef; import org.jf.dexlib2.iface.DexFile; import org.jf.dexlib2.iface.Field; import org.jf.dexlib2.iface.Method; import org.jf.dexlib2.immutable.ImmutableField; import ...
/* * Copyright 2006 The National Library of New Zealand * * 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 b...
/** * Copyright 2000-2013 Geometria Contributors * http://geocentral.net/geometria * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License * http://www.gnu.org/licenses */ package net.geocentral.geometria.model; import java.awt.Color; impo...