blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cf40f74b0bd4935f536541c27c496beccfe6edef | 9ec173c503d07f227e5f29a000a88f95f71df0cb | /src/main/java/com/neuedu/controller/ProductUpdateServlet.java | 26167defcf878288b9091da1ed103f86c5d24c22 | [] | no_license | cyxdy930719/webManager | c3e8683f95ad062b359ad772004417a552e53501 | 7ad287a8df50676ff3cbada0eef7f312266a6f69 | refs/heads/master | 2020-04-12T18:43:55.962180 | 2018-12-31T12:12:12 | 2018-12-31T12:12:12 | 162,685,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package com.neuedu.controller;
import com.neuedu.pojo.Product;
import com.neuedu.service.ProductServiceImpl;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResp... | [
"cyxdy930719@163.com"
] | cyxdy930719@163.com |
c6a3fa75bb56caa215a27dcf45e2546342b11ec2 | 433c537366a1f52d00bfa652126e00b060ff7102 | /src/java/util/Collections.java | 4ed1db617ad7a6c35fa3356aa93df6fa76b51eae | [
"Apache-2.0"
] | permissive | xiaoguiguo/DDJDK | 2e5046d901c612351101d892c6529fd991255dfe | 6dfbda57d4df7c60a2e79eb3c58386ae0c074119 | refs/heads/main | 2023-08-30T03:36:44.887020 | 2021-11-15T07:48:13 | 2021-11-15T07:48:13 | 421,699,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220,162 | java | /*
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.util;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Object... | [
"BaronGui@paxsz.com"
] | BaronGui@paxsz.com |
135ede5e4b2b48d23c1add825d13ccd1f854ecf6 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2011-12-23/seasar2-2.4.45/seasar2/s2-framework/src/main/java/org/seasar/framework/util/SerializeUtil.java | 65e4e95b5a5ae6da2efbfc30686185427acf0e46 | [
"Apache-2.0"
] | permissive | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,096 | java | /*
* Copyright 2004-2011 the Seasar Foundation and the 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 ... | [
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] | koichik@319488c0-e101-0410-93bc-b5e51f62721a |
ec62ffd550e931dab3d8d27cbde7b113df0746ca | 750186b94b8f631bf05a54000542e60be85ce127 | /Scheme Interpreter/src/intermediate/Node.java | bf2330e2ec986d10b4886e35b2c7775ad8803bc7 | [] | no_license | crrenteria/Scheme_Interpreter | 70bae87962c0be0467bde01c1e747a0adb935eb1 | b091aaa7e36d5aca94fe0fcc71b65e501ff4fb11 | refs/heads/master | 2020-05-29T09:07:57.748036 | 2014-04-17T06:59:32 | 2014-04-17T06:59:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package intermediate;
public class Node
{
String value;
Node leftChild;
Node rightChild;
Node parent;
public Node(String s)
{
value = s;
leftChild = null;
rightChild = null;
parent = null;
}
public boolean hasLeftChild()
{
return (leftChild != null);
}
public boolean hasRightChild()
{
r... | [
"katharine.brinker@gmail.com"
] | katharine.brinker@gmail.com |
690086d0e1d5a77136ccdfe379560559af8f588e | 20c3000e7fe508533eaeb53d55c8b3d50abb10fa | /src/main/java/com/shaoyuanhu/chapter/one/t4/Run.java | 4341e2cdf1dcf4dadfb8524e5a46aeeb9a7203ef | [] | no_license | shaoyuanhu/core-technology-of-java-multithread-programming | e23681356e33e79b15b51d32ba3b2717ab9b9997 | df7b71acc25dcbf609ad2ac638849013a3d561a9 | refs/heads/master | 2021-05-10T17:00:00.434657 | 2018-01-30T06:26:45 | 2018-01-30T06:26:45 | 118,594,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 879 | java | package com.shaoyuanhu.chapter.one.t4;
/**
* @Author: ShaoYuanHu
* @Description: 测试MyThread
* @Date: Create in 2018-01-23 17:33
*/
public class Run {
public static void main(String[] args) {
shardVariable();
}
/**
* 创建1个线程对象,将这个MyThread对象作为参数传递给五个Thread的构造,并分配不通的线程名称
* 因为只有一个MyThrea... | [
"shaoyh2@lenovo.com"
] | shaoyh2@lenovo.com |
61ef9338f5c9907db8207ffe52619e968d88fc61 | 1842bb0f3b60ed08b12def9159eb3033cf7283a3 | /jmvp/src/main/java/com/soubw/jmvp/BaseUICallBackI.java | d6a63bf6bec3c1b48e12a9182043351f8521656e | [] | no_license | WX-JIN/JMvpDemo | 1dd08ed908f396e75409e4866430df971e415c03 | 7230c297b4c7219beaf851b8375189bffde3928e | refs/heads/master | 2020-04-06T07:10:29.895542 | 2016-08-27T08:02:51 | 2016-08-27T08:02:51 | 65,342,576 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | package com.soubw.jmvp;
import android.os.Handler;
import android.os.Looper;
/**
* @author WX_JIN
* @email wangxiaojin@soubw.com
* @link http://soubw.com
*/
public abstract class BaseUICallBackI<T> implements BaseCallBackI<T> {
private BaseViewI baseViewI;
private Handler handler;
public BaseUICal... | [
"85268837@qq.com"
] | 85268837@qq.com |
397aff03c83d12d3c12f98358b081aa6de7f2c2f | 2086231845095c5b789d718edd6e916d617d6fad | /HuJunMQ/src/demo05/Broker.java | df98e490ed36b818b2fcad5ecb7bcb6e0cb32afd | [
"MIT"
] | permissive | hujunchina/java-learning | 86463d78f2b6c237c2789eaab4f312edccb1fd31 | 4051cf07f3c81e0b84953e182c4d6202050d8e50 | refs/heads/master | 2021-07-22T23:24:42.963504 | 2019-12-11T03:27:43 | 2019-12-11T03:27:43 | 224,174,966 | 0 | 0 | MIT | 2020-10-13T17:46:23 | 2019-11-26T11:23:27 | Java | UTF-8 | Java | false | false | 3,688 | java | package demo05;
import java.io.IOException;
import java.net.ServerSocket;
import java.util.*;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
public class Broker {
private final static int MAX_SIZE = 100000;
//保存消息的数据容器
protected final static BlockingQueue<byte[]... | [
"hujunchina@outlook"
] | hujunchina@outlook |
34ce33475df5a5ca10d0e58db64baf8c1ea136dc | 385142095beea3d06266a1895cb0266bc4ce236b | /src/main/java/com/groovybot/persistence/PMF.java | 73a23bbbb57081c323d9f22dd52d92986fbde447 | [
"Apache-2.0"
] | permissive | cretzel/groovybot | ac81d744d45797c5153ee8b1b7aa798fe073b4bd | 47c46ccd7d1fbfd51d577a184dc71d83360c9602 | refs/heads/master | 2020-04-20T20:34:37.066372 | 2009-11-25T20:30:51 | 2009-11-25T20:30:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.groovybot.persistence;
import javax.jdo.JDOHelper;
import javax.jdo.PersistenceManager;
import javax.jdo.PersistenceManagerFactory;
public final class PMF {
private static final PersistenceManagerFactory pmfInstance = JDOHelper
.getPersistenceManagerFactory("transactions-optional");
... | [
"nick.wiedenbrueck@gmail.com"
] | nick.wiedenbrueck@gmail.com |
7d52f185a70f0a5d1a1e731848974a05635d9570 | fc561a50cef3d4ac4bc9967160c71328e8677c83 | /src/main/java/datastructures/trees/FindIfTreeisBST.java | 64c942c81b2e3e6d2aadf8ff85d55d55d7770075 | [] | no_license | Nemo24/algorithms | 9108169dcf0712c7caf99892af143ce498d91c4d | 3e67760fcaae5ea3bd267bd70f55cf9f739c731e | refs/heads/master | 2021-01-17T09:14:02.183835 | 2019-09-29T10:09:41 | 2019-09-29T10:09:41 | 62,985,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | package datastructures.trees;
/**
* Created by mm on 1/3/16.
*/
public class FindIfTreeisBST {
int prev = Integer.MIN_VALUE;
public boolean isBSTWrongApproach(BinaryTree tree){
if (tree == null) return false;
return isBSTWrongApproach(tree.root);
}
private boolean isBSTWrongApproach(B... | [
"manohar.m@247-inc.com"
] | manohar.m@247-inc.com |
16705f1a835242424dfe879d4c3e5125900c8743 | 91feacfea6bbcadd634dde42681dbba317e31f75 | /src/main/java/com/creditharmony/fortune/utils/FileUtil.java | 1d6314bf711d732406a67f7a0a3696202811b1e9 | [] | no_license | sengeiou/chp-fortune | 0d5ccc9b40568a622fa162dc609bd4ccfc358a9f | ac676cb5d8502269d2d44bf395206034f26b4e49 | refs/heads/master | 2020-05-16T02:53:13.475287 | 2017-07-06T07:31:26 | 2017-07-06T07:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,367 | java | package com.creditharmony.fortune.utils;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.net.URLCon... | [
"qiang.guo3@creditharmony.cn"
] | qiang.guo3@creditharmony.cn |
a4be61fe13a0140b258afb6bc1b8c646ccdad255 | dcf8f9283093f16e79686d083f4496d1e7ae24d1 | /build/dist/jpaint/src/main/java/model/persistence/ApplicationState.java | b1ea1b529671edd5f4112f09b71bfb7e95260031 | [] | no_license | sljiang93/jpaint | 85f41b409003a4ca832a7f29a05a9117f244afe8 | 113d49f7761eef5e97999b03a685a131005ea50b | refs/heads/master | 2023-07-10T19:27:08.387068 | 2021-08-22T21:14:09 | 2021-08-22T21:14:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,500 | java | package model.persistence;
import model.*;
import model.dialogs.DialogProvider;
import model.interfaces.IApplicationState;
import model.interfaces.IDialogProvider;
import view.interfaces.IUiModule;
import java.awt.Point;
import java.io.Serializable;
import controller.MouseClick;
public class ApplicationState implemen... | [
"songlingjiang1993@gmail.com"
] | songlingjiang1993@gmail.com |
1f4632402d0da0ce2123d4d84623ee7cc3aae24a | 529149c9cb2135f3bc81874b753bd2c12d5a589b | /src/org/openrdf/query/algebra/evaluation/function/postgis/geometry/attribute/IsRectangle.java | 2c88c00461c708520149cd9e5ed75592308d23c4 | [
"Apache-2.0"
] | permissive | i3mainz/kiwi-postgis | 5ce7a6794267e03044bcbda2d50e7c9ecc4c50bf | 8b287fd3424c53892f945a7db21b590811bf20d4 | refs/heads/master | 2021-07-05T15:30:08.983530 | 2020-11-03T20:49:45 | 2020-11-03T20:49:45 | 200,048,925 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package org.openrdf.query.algebra.evaluation.function.postgis.geometry.attribute;
import org.openrdf.model.vocabulary.POSTGIS;
import org.locationtech.jts.geom.Geometry;
import org.openrdf.query.algebra.evaluation.function.postgis.geometry.base.GeometricBinaryAttributeFunction;
public class IsRectangle extend... | [
"timo.homburg@hs-mainz.de"
] | timo.homburg@hs-mainz.de |
d10c850c934b662ccd37a278fac08f177df62700 | f4051f7e6e36dfced76a5d53ad24e8b69902adf4 | /health_parent/health_common/src/main/java/com/cwj/health/constant/RedisMessageConstant.java | 834b2b14e54bd6168614266af74cab66c656b33a | [] | no_license | cwj584062461/health102 | 36ad0daff7473ec59e4c84caa0a34c8b01fbab60 | 5a48e47709a1923b6f90d9b9e2da8ee85a9c4ab3 | refs/heads/master | 2023-01-05T15:53:48.024084 | 2020-11-03T15:30:26 | 2020-11-03T15:30:26 | 306,558,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.cwj.health.constant;
public interface RedisMessageConstant {
static final String SENDTYPE_ORDER = "001";//用于缓存体检预约时发送的验证码
static final String SENDTYPE_LOGIN = "002";//用于缓存手机号快速登录时发送的验证码
static final String SENDTYPE_GETPWD = "003";//用于缓存找回密码时发送的验证码
} | [
"584062461@qq.com"
] | 584062461@qq.com |
e3bb6b46bc4068d76d188ad08e3b3dd2bfaf0680 | 09f245c2fe54c1d21230e5f95136f140cca19552 | /app/src/test/java/com/example/lesson6ps/ExampleUnitTest.java | 57f3a67a1970d5ff59bdfc61f186ed4fb4697bfd | [] | no_license | cheerful4ever/lesson6Ps | d9619ddf8b1b0065ab6de9a1e4e93cac6d16fbaa | 59397d8962714ac0831ae1689fe1737cdf65d2c1 | refs/heads/master | 2022-09-22T19:41:06.381825 | 2020-05-28T15:28:14 | 2020-05-28T15:28:14 | 267,531,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.example.lesson6ps;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ... | [
"18016375@myrp.edu.sg"
] | 18016375@myrp.edu.sg |
4c020cca0df8a2988ab0614639dcef967e8dcc94 | 802801a14aa6a3059e4a870458bbf7d9531a89a3 | /src/test/java/thread/Animal/Tortoise.java | 336987a4f2ef8d5d71fbf4f4485bf7e80b9b240c | [] | no_license | myselfmjs/com-book-web | 0fc629858a1a17ef80ab945428bae6e50222f04e | 949d19a4f472e62b0b50b6c02d15aa89840ec8b9 | refs/heads/master | 2021-01-19T02:27:10.171257 | 2018-12-14T08:07:50 | 2018-12-14T08:07:50 | 84,404,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package thread.Animal;
/**
* @Author: majunsheng
* @Date: 2018/4/9
**/
public class Tortoise extends Animal {
public Tortoise() {
setName("乌龟");// Thread的方法,给线程赋值名字
}
// 重写running方法,编写乌龟的奔跑操作
@Override
public void runing() {
// 跑的距离
double dis = 0.1;
length -= d... | [
"majunsheng@wondersgroup.com"
] | majunsheng@wondersgroup.com |
c531c899f34721d1fc4c3b875ca7fcaef97eeb3c | ef695a2d7ec188fd0f237b7647ac3c2c319ab9d2 | /app/src/main/java/com/academy/shoplist/data/SingletonShopList.java | f9378aac35bc76339129541fcd5c65e27c106ef7 | [] | no_license | JheromeSamson/Shoplist | 0d50810a2ce9e9856089847f7b476c001aa9d435 | 369e25f30752a738bb27b6e62b2659b70b54ec5c | refs/heads/master | 2021-03-25T22:14:22.979792 | 2020-04-02T15:07:38 | 2020-04-02T15:07:38 | 247,649,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package com.academy.shoplist.data;
import com.academy.shoplist.bean.Prodotto;
import java.util.ArrayList;
public class SingletonShopList {
public ArrayList<Prodotto> prodotto = new ArrayList<>();
private static SingletonShopList instance;
public SingletonShopList(){}
public static synchronized Si... | [
"jherome.samson90@gmail.com"
] | jherome.samson90@gmail.com |
b65465a640c0515529298beabc3311290df9cd4d | 014986fe5cb02a9b84a395d1125aa83e7f384206 | /src/main/java/app/bank/service/TestService.java | f664eaedea63d07a865580d934860ee8e55df733 | [] | no_license | wysockikacper98/backend-bank | 92a44b721941e25e789cd698d028458ed17fe7b5 | 4cda8841f60e4fe02219a3c8e029dc46ac7832d2 | refs/heads/master | 2023-02-27T08:45:35.636272 | 2021-02-01T13:43:06 | 2021-02-01T13:43:06 | 330,437,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package app.bank.service;
import app.bank.dto.DataFromServer;
import app.bank.dto.HerokuSendPayments;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springframework.web.cli... | [
"wysockikacper98@gmail.com"
] | wysockikacper98@gmail.com |
1b0cbdc5cb25a7d2b66b94147eae26dd0f49450e | 520ad8116be1df8b1f900afc631bc78c7f442482 | /course/src/util/Calculator.java | add85605b2862f6ffeed7bce4019931f2546c31a | [] | no_license | igorney/javacourse | 21a50d36874b6321ab31b87367cf5b87b981a5b7 | 4fefc4b3e58143fd6abf0ad691c4603f16aefd49 | refs/heads/master | 2021-05-21T17:08:34.192638 | 2020-04-29T03:37:51 | 2020-04-29T03:37:51 | 252,729,740 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package util;
public class Calculator {
public static final double PI = 3.14139;
public static double circunference(double radius) {
return 2*PI*radius;
}
public static double volume(double radius) {
return 4*PI*radius*radius*radius/3;
}
}
| [
"igorneysantos@gmail.com"
] | igorneysantos@gmail.com |
6e24dfead9ad7e5d1b7a233a1c4fc54b946153e0 | 652efc4cdd206b77c5d5dccbdabd290a408a3ddd | /app/src/main/java/app/sunshine/juanjo/views/MyView.java | 9800b650e744667be175ad0b671305acfea015d3 | [
"Apache-2.0"
] | permissive | sasij/Weather-app | fb7658df9fe39d242330dfce61863d105e2e3b1a | cf03a6d8f7df47b7c31f68eda32a77fb9c9d6c8a | refs/heads/master | 2016-09-06T17:43:20.293786 | 2015-02-01T15:57:26 | 2015-02-01T15:57:26 | 22,812,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package app.sunshine.juanjo.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by juanjo on 28/08/14.
*/
public class MyView extends View {
public MyView(Context context) {
super(context);
}
public MyView(Context context, AttributeSet attrs) {
su... | [
"juanjo@JuanjosMac.local"
] | juanjo@JuanjosMac.local |
9009f72daf419bc21eef09ed8b76a717eb2d10e8 | ed9138bc0d1291163a386124fa467d52e0fb7f3f | /Pos2Books/src/se/budohoor/economics/pos2books/plugins/books/economic/types/CashBookGetData.java | 1ba2885195c1e2ee7ae0c5194d4bf44cb659ec60 | [] | no_license | odie37/pos-2-books | 56a06439e9e072d8bea2e747d65ef3dad3349709 | cbec64fef1d7abb48d948b3adc2f8be36e09cf19 | refs/heads/master | 2016-09-10T10:37:04.105489 | 2015-01-04T19:11:32 | 2015-01-04T19:11:32 | 28,779,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,522 | java |
package se.budohoor.economics.pos2books.plugins.books.economic.types;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <... | [
"mattias.fritzson@gmail.com"
] | mattias.fritzson@gmail.com |
a78c18cd3e92eeecb8f8218661c82408bc61b899 | 4877a49854457aa2495d470a5a0f38e4ba9a07d0 | /src/main/java/com/restaurant/client/feign/MealFallback.java | 52acdf02c3dc671ca3fbc7998ad474372d9afce9 | [] | no_license | TulyakovYasha/restaurantclient | f5ae82fad34568759beb1fdc942bc4d211c1bc64 | 2c2200115608bfdea2122d0c09dac9fedfdbaa92 | refs/heads/master | 2020-08-20T02:14:39.929457 | 2019-10-18T08:17:01 | 2019-10-18T08:17:01 | 215,975,028 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package com.restaurant.client.feign;
import api.dto.MealDTO;
import com.restaurant.client.feign.client.RestaurantFeignClient;
import org.springframework.stereotype.Component;
@Component
public class MealFallback implements RestaurantFeignClient {
@Override
public MealDTO save(MealDTO mealDTO) {
retur... | [
"Yakov.Tulyakov@alfabank.kiev.ua"
] | Yakov.Tulyakov@alfabank.kiev.ua |
48c705f3b57973821d1920eccd44f17b432389be | b17e8b87a21877e2c0208065b0303de7cbec4a04 | /OOPC/2102 Examples/dec01/BoxingTimingExample.java | 43d642c09a4b93963728bc54ba2b7f7aa6eb3f01 | [] | no_license | jaithakai91/egreer-wpi | 63b799c7fc54cd638c35b8086d6cc71beb37e8f9 | 628122efb2b717c3906cafffdd1ba0f9ecea3136 | refs/heads/master | 2023-04-18T14:31:35.452030 | 2011-03-06T06:31:39 | 2011-03-06T06:31:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package dec01;
/**
* Show timing issues for boxing/unboxing
*
* @author heineman
*/
public class BoxingTimingExample {
/**
* @param args
*/
public static void main(String[] args) {
// What is the only visible difference here?
Integer x, y;
int a, b;
long start, end;
start = S... | [
"greer.eric@gmail.com"
] | greer.eric@gmail.com |
443e5038db77d85d0780fbc210dacbd7a0bee40b | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/i18n/language/initial/C30486f.java | 23a8f4f5b41234c3225695b3e82dbbad796f4bdf | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.p280ss.android.ugc.aweme.i18n.language.initial;
import android.content.Context;
import java.util.concurrent.Callable;
/* renamed from: com.ss.android.ugc.aweme.i18n.language.initial.f */
final /* synthetic */ class C30486f implements Callable {
/* renamed from: a */
private final C30483e f80095a;... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
b69e0fb47426583cf4ee3584580e9070f990dc5c | 30b86c7a3fe6513a8003b5157dffd1f5dda08b38 | /core/src/main/java/org/openstack4j/model/storage/block/builder/VolumeTypeBuilder.java | b5cee84239d0602de0e43c3c8de3c43c4ec09358 | [
"Apache-2.0"
] | permissive | tanjin861117/openstack4j | c098a25529398855a1391f4d51fc28b687cb8cb6 | b58da68654fc7570a3aee3f1eabdf9aef499a607 | refs/heads/master | 2020-04-06T17:29:04.079837 | 2018-11-13T13:17:20 | 2018-11-13T13:17:20 | 157,660,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package org.openstack4j.model.storage.block.builder;
import java.util.Map;
import org.openstack4j.common.Buildable.Builder;
import org.openstack4j.model.storage.block.VolumeType;
public interface VolumeTypeBuilder extends Builder<VolumeTypeBuilder, VolumeType> {
/**
* See {@link VolumeType#getName()}
... | [
"tanjin@szzt.com.cn"
] | tanjin@szzt.com.cn |
4fe690f22cd73e8c32520355663716682747c6c9 | 71cf31218c77bae6cfb5e9633bb68972410f3f9e | /Test/de/hawhamburg/hibernate/tests/UniversityDaoTest.java | d41b7c7593ca793bb03f3b3e20c5ff577196790a | [
"Apache-2.0"
] | permissive | serious6/HibernateSimpleProject | aeabe6d167a63bc0669d9a500aca54e1bdf1380a | 1a2bd10a87187e61b158fbd029008decf964c313 | refs/heads/master | 2021-01-02T08:51:46.310842 | 2014-03-26T20:29:01 | 2014-03-26T20:29:01 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,481 | java | package de.hawhamburg.hibernate.tests;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import de.hawhamburg.hibernate.dao.UniversityDao;
import de.hawhamburg.tables.Adress;
import de.hawhamburg.tables.Student;
import de.hawhamburg.tables.University;
public class Unive... | [
"andre.behrens@haw-hamburg.de"
] | andre.behrens@haw-hamburg.de |
e0e4f7b990c9898e86ad13fd49bd72b05e7a01d4 | ffab662510188b94ef74acf32463ed5d8ea192ee | /com.work.tour/src/com/tour/work/dao/DAO.java | 3fcd8c19f7a1e129e699ac41448a0e92c19409cd | [] | no_license | better-space/first-jsp-project | fb6b3bc9ec58b0229a4ea96c778180e9f58801dc | 5c769a01f58e21e22f66cbec8f8245ede9ff1895 | refs/heads/master | 2021-07-02T21:49:43.457732 | 2017-09-25T05:33:51 | 2017-09-25T05:33:51 | 104,705,413 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,065 | java | /**
package com.tour.work.dao;
import java.sql.Connection;
import java.sql.DriverManager;
public class DAO {
private Connection conn = null;
public Connection getConn(){
try {
Class.forName("com.hxtt.sql.access.AccessDriver");
String url = "jdbc:Access:/d:/Database/Database1.mdb";
conn = DriverManager.get... | [
"1758181331@qq.com"
] | 1758181331@qq.com |
f5a91c6b9483d354721c12899a80a351b8ddc35d | f7cb92ab608774e7384878cc591ddccd0bc46105 | /EDA2/eda2/Bebida.java | 35692c8efb2cf8bc4086f4ff5593d8bb7d0a54a3 | [] | no_license | IgnacioCharlin/proyectoRestaurant | cca192b741d53c6dfeb2a2b9f50b8ad29a63d8a3 | 853cfa0ef25f5f3f3cc5a695b1326d877961fbbd | refs/heads/main | 2023-03-12T22:37:55.414786 | 2021-03-08T18:59:28 | 2021-03-08T18:59:28 | 309,466,111 | 0 | 0 | null | 2020-11-07T20:35:56 | 2020-11-02T18:54:05 | Java | UTF-8 | Java | false | false | 507 | java | package eda2;
public class Bebida extends Pedido {
private String descripcion;
private Double precio;
public Bebida(String descripcion, Double precio) {
super();
this.descripcion = descripcion;
this.precio = precio;
}
protected String getDescripcion() {
return descripcion;
}
protected void setDescripcio... | [
"ignaciocharlin1995@gmail.com"
] | ignaciocharlin1995@gmail.com |
3f78163239b134dee1a65d38d15666f25825f2a6 | 9a5636d97342cac48ba02ca424195c7aaed1d599 | /DreamUp/src/com/dreamup/project/actions/SupportProList.java | 022a14a61c45e4750dd3021fdba91f6485b49610 | [] | no_license | plandosee14/DreamUp | bc38b1189c0542cc53cbeb57d89b933222d0bb87 | 16aabd6d057b356a702a4419d58e55fa3a66dd84 | refs/heads/master | 2021-01-12T18:10:08.986624 | 2016-11-07T09:28:04 | 2016-11-07T09:28:04 | 71,339,846 | 1 | 2 | null | null | null | null | UHC | Java | false | false | 1,203 | java | package com.dreamup.project.actions;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.A... | [
"rcn115@naver.com"
] | rcn115@naver.com |
c2fcf3b4fb6bd9e8e93e98a75875b43c666911c0 | e8f1aa2776ea471c8857f13d579aef27a55ba2c8 | /src/main/java/pl/kamilpchelka/codecool/datastructures/exceptions/StackOverflow.java | aa13ffc4bcc6fd00326325ccbcde53c5c604ab91 | [] | no_license | KamilPchelka/Data-Structures-in-Java | 8a35cbfca7595ab985bc175f8d89623f8c36c4ef | 2703a2b3a10e0f2411db9aa2e6d2eef511260271 | refs/heads/master | 2020-03-13T00:07:42.530673 | 2018-04-26T11:36:01 | 2018-04-26T11:36:01 | 130,880,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package pl.kamilpchelka.codecool.datastructures.exceptions;
public class StackOverflow extends Exception {
}
| [
"siemaeniu500@gmail.com"
] | siemaeniu500@gmail.com |
35bca990a368f1fcfe52827bab00fde44563ebac | 975bb97bb3ef51a53f2850b633fc0ab6efa27707 | /src/main/java/net/kear/recipeorganizer/persistence/dto/RecipeMessageDto.java | cbdf95e192e7aea2215c0393047c907a2eccf38f | [] | no_license | lwkear/recipeorganizer | 3fa06cca5a64125b80792cea2d4829296ea2f25e | c7e28dc7a70d482f4b86b1b396786b690f562b99 | refs/heads/master | 2020-04-05T13:15:27.455233 | 2018-11-19T15:12:50 | 2018-11-19T15:12:50 | 154,981,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,725 | java | package net.kear.recipeorganizer.persistence.dto;
import java.io.Serializable;
import java.util.Arrays;
import net.kear.recipeorganizer.enums.ApprovalAction;
import net.kear.recipeorganizer.enums.ApprovalReason;
public class RecipeMessageDto implements Serializable {
private static final long serialVersi... | [
"kear.larry@gmail.com"
] | kear.larry@gmail.com |
ac9a453c01c57270d269cd4d12cb91d96d033644 | d0760db729e7fe9e3839a5e432182f65dd654a0c | /JSF_OMS/src/java/consumo/campanasListar.java | 2b573f9484727c14a6662d47074b2278946a7277 | [] | no_license | PICA-2016/PICA_OMS | 33220967ca3614c5c586c8e84048e000bd500d39 | cf48b936301e604b0fb7140c89bfaad5ed191a41 | refs/heads/master | 2021-01-18T21:40:19.220002 | 2016-06-01T07:08:37 | 2016-06-01T07:08:37 | 52,056,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,186 | java | /*
* 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 consumo;
import com.pica.dss.campanas.AdministrarCampanas;
import com.pica.dss.campanas.CampanaCons;
import com.pica.dss.campa... | [
"GermanO@GermanO-2.local"
] | GermanO@GermanO-2.local |
958656e506044a24304652d4a654094f54668fbd | 704ac47a7ecd2b9f226c5d1b138822f1fcb5c65e | /app/src/androidTest/java/com/abhishek/listview/ExampleInstrumentedTest.java | eff8b616529b366e733ae8a63c43f38ffb7d2743 | [] | no_license | abhishekhugetech/Listview-a | 1e600b800025e8d9909cef70b94c908989f570fc | 237073de8e44260060f4a2b57cb1bf2ca1c982c8 | refs/heads/master | 2020-03-16T15:29:47.791653 | 2018-05-09T11:59:25 | 2018-05-09T11:59:25 | 132,745,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package com.abhishek.listview;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android d... | [
"getexplanation@gmail.com"
] | getexplanation@gmail.com |
31fdf0cf886018e78898e6a5b01c6f3273889fa2 | d26f11c1611b299e169e6a027f551a3deeecb534 | /core/filesystem/org/fdesigner/filesystem/provider/FileInfo.java | dc5e844706afdd43119a7a4995058edaafd3dcf1 | [] | no_license | WeControlTheFuture/fdesigner-ui | 1bc401fd71a57985544220b9f9e42cf18db6491d | 62efb51e57e5d7f25654e67ef8b2762311b766b6 | refs/heads/master | 2020-11-24T15:00:24.450846 | 2019-12-27T08:47:23 | 2019-12-27T08:47:23 | 228,199,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,810 | java | /*******************************************************************************
* Copyright (c) 2005, 2015 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
... | [
"491676539@qq.com"
] | 491676539@qq.com |
c07386e3a0545c1df63c8bdd9010ddc248885524 | 85da22331a0a84b8caeedc63759085cb7f47a2bc | /src/by/tc/nb/bean/FindNoteByContentResponse.java | 0ad4cd77e283729faa068ad8face204a82453e19 | [] | no_license | davudmurtazin/Task3 | 17b41d4324ff3fd25da341a1bb2486154fbab614 | 45d923485d75d82193345047457544abf3459cdc | refs/heads/master | 2021-01-11T04:55:20.146185 | 2016-10-06T08:40:39 | 2016-10-06T08:40:39 | 69,977,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package by.tc.nb.bean;
import java.util.ArrayList;
import by.tc.nb.bean.entity.Note;
public class FindNoteByContentResponse extends Response {
private ArrayList<Note> foundNotes;
public ArrayList<Note> getFoundNotes() {
return foundNotes;
}
public void setFoundNotes(ArrayList<Note> foundNotes) {
this.found... | [
"dav.murtazin@gmail.com"
] | dav.murtazin@gmail.com |
336cc94ec30ad3eb15e53c47fdad65d77ecb13be | 658596c850cc065b962dd7ff54c556f67fc60f95 | /src/test/java/com/spencerwi/either/EitherTest.java | ad41b3909b09fa71c3b81eaca181b08830dba113 | [
"MIT"
] | permissive | nokok/Either.java | d0f76936e0e376b6ac697fe5b84536fe3606b296 | b54cf5941e62239bca542f8de484c57f203cb3ba | refs/heads/master | 2020-12-20T19:57:28.367508 | 2019-06-27T12:54:40 | 2019-06-27T12:54:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,164 | java | package com.spencerwi.either;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import java.util.NoSuchElementException;
import static org.assertj.core.api.Assertions.assertThat;
public class EitherTest {
@Test
public void canDecideWhichSideTo... | [
"spencerwi@gmail.com"
] | spencerwi@gmail.com |
20473388ab6bebfe47143dea72bad7b3b1a0bb62 | 8016a44f22755c0f9a6624d36683832eb76649f8 | /StubProgram.java | b15a579cca2732544fc76b92a46a13adb6a7f6b4 | [] | no_license | BenHilderman/ISC4U-Unit-2-01 | b83c54449f69ec165e795f300be151c9afb2ecf0 | 20d0c583437efa594642e56e78800ef76c4c940e | refs/heads/master | 2022-04-10T02:20:23.731570 | 2020-03-24T17:26:12 | 2020-03-24T17:26:12 | 249,771,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
public class StubProgram {
/**
* StubProgram uses MrCoxallStack.
*/
public static void main(String[] args) {
// program lets users add items to the MrCoxallStack
MrCoxallStack anSta... | [
"benjaminhilderman@mths.ca"
] | benjaminhilderman@mths.ca |
b3863374539fbdccc262dad495adc52fd20540cd | d72e8fe1730a4028c4f14a1892875c281df435cb | /app/src/main/java/test/com/badman/masque/UnpaidFragment.java | 2fb21020fdff41b6fd4ba7c0dfd72757749ea601 | [] | no_license | asifbu/Masque | 4f29f66e4d83334340a719ce685cdf76f35085b1 | 70c5b2aa932c7e9fe350f7f9f09bccc7b9361a85 | refs/heads/master | 2020-12-23T14:01:09.106669 | 2020-03-03T22:29:27 | 2020-03-03T22:29:27 | 237,174,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | package test.com.badman.masque;
import android.support.v4.app.Fragment;
public class UnpaidFragment extends Fragment {
}
| [
"asibulislam.cse3.bu@gmail.com"
] | asibulislam.cse3.bu@gmail.com |
c59d0fc446bc9055c3288c2074880cba6af6fe99 | 753f5a8f1d49cadbbab13aeb5c3a84df26b62a19 | /app/src/main/java/com/geniuskid/accidentdetector/customViews/NoSwipeViewPager.java | 9530d94365b0d74500c04a959d2a00f8178c1107 | [] | no_license | itsgeniuS/AccidentDetector | 1d81d8c9fe4c9c3434606901dee21a7fbd62525e | cdaf903612da113218d6cac8e88bf5b24d080e10 | refs/heads/master | 2022-01-28T12:34:31.484467 | 2019-06-25T16:36:45 | 2019-06-25T16:36:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | java | package com.geniuskid.accidentdetector.customViews;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.widget.Scroller;
import java.lang.reflect.Field;
public class NoSwipeViewPager extends ViewPager {
priva... | [
"iamgeniuskid7@gmail.com"
] | iamgeniuskid7@gmail.com |
7f4e95078a9093c7813f4e9e6c3785fb75cd7989 | 87d7af899071528435f16f6e9fa7273f2379ede4 | /hibernate/src/com/bookstore/domain/Chapter.java | ee40089826af9d503a1f5c942e7cce242236fff1 | [] | no_license | sanket2599/HibernateAssignment | 67f2997a0cbcd0f4a4219b84b12b6b4ed38d4b71 | 56f3a21922f960e6ab759d37f2230c8bb0896bb3 | refs/heads/main | 2023-08-01T11:24:18.701553 | 2021-09-18T08:53:37 | 2021-09-18T08:53:37 | 407,807,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package com.bookstore.domain;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table//(name = "chapter")
public class Chapter implements Serializable{
/**
*
*/... | [
"noreply@github.com"
] | sanket2599.noreply@github.com |
29c250f32a1df789a56ccce31059eeac33923ff5 | 0874d515fb8c23ae10bf140ee5336853bceafe0b | /l2j-universe-lindvior/Lindvior Source/gameserver/src/main/java/l2p/gameserver/model/base/EnchantSkillLearn.java | 9f393b6c52d5400575b8d2c0aa5e09071d5187f7 | [] | no_license | NotorionN/l2j-universe | 8dfe529c4c1ecf0010faead9e74a07d0bc7fa380 | 4d05cbd54f5586bf13e248e9c853068d941f8e57 | refs/heads/master | 2020-12-24T16:15:10.425510 | 2013-11-23T19:35:35 | 2013-11-23T19:35:35 | 37,354,291 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,164 | java | package l2p.gameserver.model.base;
import l2p.gameserver.model.Player;
import l2p.gameserver.tables.SkillTable;
public final class EnchantSkillLearn {
// these two build the primary key
private final int _id;
private final int _level;
// not needed, just for easier debug
private final ... | [
"jmendezsr@gmail.com"
] | jmendezsr@gmail.com |
ae30019aaad3e9b5cfef1eec4d6e1df42119c9b0 | 7cb0d799781dee02c1653041fb71283593084c28 | /app/src/main/java/com/kongtiaoapp/xxhj/adapter/MyZhenduanAdapter.java | 46b32990e4952d1a5111183a280997c054685d18 | [] | no_license | guochengabc/xxhj_project | 2a7a41f000dc7c6512d93c83a641e6dd7a531a87 | b6588be8e5c9436f88873e085a76c3241193a8c1 | refs/heads/master | 2020-09-21T13:09:44.562591 | 2020-01-19T09:17:05 | 2020-01-19T09:17:05 | 224,797,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,031 | java | package com.kongtiaoapp.xxhj.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.kongtiaoapp.xxhj.R;
import java.util.List;
... | [
"guochengabc@163.com"
] | guochengabc@163.com |
7906d09fd7e14d65e96211bf3ae73c3d35635b16 | c8be6f80fdf7dcc2a71e29c9ae82d845a7a6eb88 | /Algorithm/七大排序算法/SelectSort.java | ed11435646dbba85b86575f98d2359016f99dc4a | [] | no_license | cloudy-liu/BDSA | 35be50ab83c39b86d2d213cfbcb9f5d23513d01f | af0ccbbe61e943cc60918f36e276a7e368105cf9 | refs/heads/master | 2021-06-11T07:08:30.724833 | 2021-03-21T15:12:16 | 2021-03-21T15:12:16 | 137,571,843 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,206 | java | /**
* Author: cloudy
* Date : 2018-6-14
*/
package com.my.test;
public class SelectSort extends BaseSort{
public void selectSort(int[] data) {//升序排序
int len = data.length;
for (int i = 0; i < len; i++) {
int minIndex = i; //初始化假定i为最小值的索引
for (int j = i + 1; j < len; j+... | [
"cloudy-liuu@gmail.com"
] | cloudy-liuu@gmail.com |
09f2e60928f26e741a2197112ab804e008a0ef2f | 0679d8f3c153ef1413385466f7d0c7ef7ec401b6 | /src/test/java/com/entel/pageInterface/ILoginPage.java | e350037d62dbbbac56150cd54ff58457bac4c6ea | [] | no_license | Anand-qaselenium/entalProject | 5d4f3239ed1d7bfef5738e15f4724ab1a6a10456 | 3a7c0d0e5985c5f48db69e8c97cf564eaeb27aec | refs/heads/master | 2022-07-06T08:53:28.475959 | 2019-12-18T19:01:04 | 2019-12-18T19:01:04 | 219,269,046 | 0 | 0 | null | 2022-06-29T17:45:15 | 2019-11-03T09:00:55 | HTML | UTF-8 | Java | false | false | 72 | java | package com.entel.pageInterface;
public interface ILoginPage {
}
| [
"anand.tna@gmail.com"
] | anand.tna@gmail.com |
75c8d0c0f6f8f9898a363b91b65510ee591359dd | e56afd6c2bcc8d11524909aabeee200155bade02 | /app03_library/app/src/main/java/com/choay/library/model/NaverBookDTO.java | f05302d2a5f062bf22251affe46e1b5ab3415deb | [
"Apache-2.0"
] | permissive | dkdud8140/Android | 8ee93d000c77d0073add185ef30bb3fb3ce2b9f5 | 911a77afe19d21ee50f9f47de4e7fdebc62bb5c8 | refs/heads/main | 2023-07-28T03:26:52.972875 | 2021-08-23T04:57:57 | 2021-08-23T04:57:57 | 389,844,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,851 | java | package com.choay.library.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
/**
* {
* rss : "rss정보",
* channer : "컨테이너",
* .
* .
* .
* items : [
* {
* ... | [
"dkdud8140@gmail.com"
] | dkdud8140@gmail.com |
6a6628a10cdef8922a84fe7b8dd9b681cf0b81b8 | f5f779a1ec8d003ad7ccdb287659c1af97dbb1b5 | /common_utils/src/main/java/com/nobodyhub/transcendence/common/domain/DataExcerpt.java | fcdd6ce9c4910a8d0eb354250ba6df0084d3de48 | [] | no_license | yan-hai/transcendence | 38b4d6e932e28b914ce1a5e3f1a0c733c9c28949 | b48d7994b6027fb7b578008c3837df5a4a00830e | refs/heads/master | 2020-04-15T12:17:26.413217 | 2019-02-06T04:41:19 | 2019-02-06T04:41:19 | 164,667,783 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package com.nobodyhub.transcendence.common.domain;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* An excerpt of data that used for retrieving from database
*
* @param <T> the type enumeration of target data
*/
@Data
@EqualsAndHashCode
@AllAr... | [
"yan_h@hotmail.com"
] | yan_h@hotmail.com |
6be5b83ff944c0abff326a3d2b3008116b765861 | 15400fe0b8a7f7e3b4fb368bae6d94b56f49d2f7 | /src/com/sanushi/junit/basics/BankAccountTest.java | dc2a16794b41db515d8b45804f37b7bc961dd919 | [] | no_license | Sanushi-Salgado/Java-Unit-Testing-With-JUnit | 80a686a4d7b65f381c7c2d6d1c9fe06e1f18d7b4 | 381cd2baab0474cadb22567b4393ae8d9ee06535 | refs/heads/master | 2022-10-09T09:47:31.299979 | 2020-06-08T06:19:23 | 2020-06-08T06:19:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package com.sanushi.junit.basics;
import org.junit.*;
import static junit.framework.TestCase.assertEquals;
import static junit.framework.TestCase.assertTrue;
import static junit.framework.TestCase.fail;
public class BankAccountTest {
private static int count;
private BankAccount bankAccount;
@BeforeCla... | [
"sanushisalgado@gmail.com"
] | sanushisalgado@gmail.com |
8fa7dc7b6479fa8a426959f8e351ec8703541a95 | 69fd67c1ce860bfe1b92d655fb43083f01f41aa1 | /src/TestIO/TestWriter.java | abcd9db045533c4d9f045d2757fe8240d1d28fbf | [] | no_license | maxomnis/java2 | f53474e0c381608a3525a790a113dc13f90ffde4 | 741766c426fa0923e77bc93a9111a3ecf7152897 | refs/heads/master | 2021-04-09T12:01:59.796504 | 2020-12-02T07:12:18 | 2020-12-02T07:12:18 | 125,476,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package TestIO;
import java.io.FileWriter;
import java.io.IOException;
public class TestWriter {
public static void main(String[] args) throws IOException
{
try
{
FileWriter fw = new FileWriter("E:/java2/src/TestIO/popm.txt");
fw.write("李商隐\n");
fw.write("李... | [
"maxomnis@qq.com"
] | maxomnis@qq.com |
f23cc9b695492b458ea6a6b24b98e5e3cafd2734 | 34ed6e0a773dd53c4a06cf4e8f0663418df6bb38 | /src/main/java/de/herrlock/mfd/elements/Constant.java | d2bcfda9c61b26f145d7adb86f8cf6ff112698cc | [] | no_license | herrlock/MFDParser | f00ae1a4cf8c7c65f6069dfd9c5f27c0e3467dd4 | 71f692d27c7f578dc1aac2b8f55e269fcfc074d9 | refs/heads/master | 2016-09-05T16:06:32.578738 | 2015-12-06T23:29:09 | 2015-12-06T23:29:09 | 42,447,889 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,864 | java | package de.herrlock.mfd.elements;
import java.util.ArrayList;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.jsoup.nodes.Element;
import com.google.common.collect.ImmutableList;
/**
* A Constant has a type and a value.
*
* @author HerrLock
... | [
"herrlock@t-online.de"
] | herrlock@t-online.de |
5b13c9d7a1a8566c5483cf172e192652be484047 | 969a1bc148af6b2eebdef2a08ada9cef1fb460d4 | /app/src/main/java/ashley/todolist/MainActivity.java | 5e2ddbee05d8f6576a32fb66738a7551d6299412 | [] | no_license | ashleylau/cs193a-homework-2 | 7086dd523c19bb7330abc5e1a1f248a46915c986 | 22729841fd8baae218f937a1c2d6f2281323dbe1 | refs/heads/master | 2021-01-10T13:58:39.893299 | 2016-01-25T02:01:46 | 2016-01-25T02:01:46 | 50,319,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,398 | java | package ashley.todolist;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.Toast;
import java.util.ArrayList;
... | [
"ablau@stanford.edu"
] | ablau@stanford.edu |
387b39022f5702b482005bbc325675b96e3821c5 | 7aa02f902ad330c70b0b34ec2d4eb3454c7a3fc1 | /com/google/api/client/googleapis/auth/oauth2/GoogleClientSecrets.java | a164bf1a4b20ad996f1545f34e54c3696cae70cc | [] | no_license | hisabimbola/andexpensecal | 5e42c7e687296fae478dfd39abee45fae362bc5b | c47e6f0a1a6e24fe1377d35381b7e7e37f1730ee | refs/heads/master | 2021-01-19T15:20:25.262893 | 2016-08-11T16:00:49 | 2016-08-11T16:00:49 | 100,962,347 | 1 | 0 | null | 2017-08-21T14:48:33 | 2017-08-21T14:48:33 | null | UTF-8 | Java | false | false | 3,062 | java | package com.google.api.client.googleapis.auth.oauth2;
import com.google.api.client.json.C0657b;
import com.google.api.client.json.C0771d;
import com.google.api.client.p050d.ab;
import com.google.api.client.p050d.am;
import java.io.InputStream;
import java.util.List;
public final class GoogleClientSecrets extends C065... | [
"m.ravinther@yahoo.com"
] | m.ravinther@yahoo.com |
22236ae35924b3b8e89e0e7bc0fc0f15aa3403d1 | 5f75cab8e7daf127e84fb7ac2cf4d2b77a232333 | /src/main/java/com/OtherFunctionality/PreparedStatementDemo.java | da777f9377f35492415c83b67ba8e9695f272e5a | [] | no_license | qaamishra/Jdbc | cd931d2280fc4831e6ee8abb92f3c6473d6e87d8 | a622bfcd20a81632ed584f05f763e74c48b578ec | refs/heads/master | 2020-05-31T20:02:15.544700 | 2017-06-12T02:25:46 | 2017-06-12T02:25:46 | 94,046,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.OtherFunctionality;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.Properties;
class PreparedStatementDemo
{
public static void main(String args[]) throws SQLException
{
try
{
Class.forName("sun.jdbc.odb... | [
"mishra.techie@gmail.com"
] | mishra.techie@gmail.com |
5aaa662fb247cc7e3c0f35c9d3fec1bdc65cabe7 | b9c3b3cb54032ccf795bbabe4885b12f9f2a3a5e | /src/com/vins/tab/ReportBillsAdapter.java | 04c73b0e74e788befa06e496809f9c0149cc2a9c | [] | no_license | vakeeel/BillShareApp | d343fb3054f48abc0ab1986d4e0bfc26bcf97168 | 766478e48fd51688d4d7746bf36b853bcb6124cf | refs/heads/master | 2020-12-25T18:18:32.566478 | 2012-06-17T09:31:17 | 2012-06-17T09:31:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,413 | java | package com.vins.tab;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import com.kumulos.android.jsonclient.Kumulos;
import com.kumulos.android.jsonclient.ResponseHandler;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vi... | [
"vakeeel@gmail.com"
] | vakeeel@gmail.com |
50fab60319807dba71739158a3e9b34c6cb42007 | 798f8e3a90e39c55eeebae251e0dc497c2ca8d91 | /src/main/java/com/ss/editor/tree/generator/tree/node/BranchesParametersTreeNode.java | 1ff29f6d3b8b3065733d6e0927cac1d2436ecd3b | [
"Apache-2.0"
] | permissive | JavaSaBr/jmb-tree-generator | 39166cffc4dee38a986ee15aff259843059f6266 | 94ccb18b4824ccc9e1fa7bcb5bf243db6e1926ba | refs/heads/master | 2021-01-20T06:47:07.781072 | 2018-05-21T03:41:46 | 2018-05-21T03:41:46 | 101,517,524 | 3 | 1 | Apache-2.0 | 2018-05-21T03:39:18 | 2017-08-26T22:53:52 | Java | UTF-8 | Java | false | false | 2,227 | java | package com.ss.editor.tree.generator.tree.node;
import com.ss.editor.annotation.FromAnyThread;
import com.ss.editor.annotation.FxThread;
import com.ss.editor.tree.generator.PluginMessages;
import com.ss.editor.tree.generator.parameters.BranchesParameters;
import com.ss.editor.tree.generator.tree.action.CreateBranchAct... | [
"javasabr@gmail.com"
] | javasabr@gmail.com |
57d0ae02b00dbe7304895333e4affc2641a4ee60 | 176bea464e9fbf6b1b29e0104b13985f38784d95 | /by-language/java/java-basics/1-installing-basics/workshop/Workshop05.java | c27a91f73a84f7ab4d4a2576874eebc16f78363b | [] | no_license | Manuel1426/my-teaching-materials | f9accd21d7545168b5f91a7d11ec40a78e78b109 | c3ccf92160b711c4e1754426a7df93f966a27f74 | refs/heads/master | 2023-03-18T21:51:14.046956 | 2017-10-03T20:12:09 | 2017-10-03T20:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | public class Workshop05{
public static void main(String[] args) {
int e = 8;
// please cube of e's value
System.out.println(e);
}
}
| [
"gyulavari.adam@gmail.com"
] | gyulavari.adam@gmail.com |
e5d8d7da4dcb9b95d666a9ad34e8c7c4a9ee1d41 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_plaf_metal_MetalScrollBarUI_wait_long.java | 1cac61d9fd71d4ac14c1dacc25c627384d78ba98 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | class javax_swing_plaf_metal_MetalScrollBarUI_wait_long{ public static void function() {javax.swing.plaf.metal.MetalScrollBarUI obj = new javax.swing.plaf.metal.MetalScrollBarUI();obj.wait(-2155073088023908753);}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
c24246e0887a43e87d871f883852bbadf0094c67 | d121774d5f6c1baccf1cd580746b8c5da863d9a7 | /src/com/LHS/digitalimagebasics/ColorSwapper.java | 3a8c2809f6ef1f8a2275ba210aa15da7b52f4ab8 | [] | no_license | GlobalSystemsScience/Digital-Image-Basics-Applet | 4bf4a7fe331c8cdcc7c7fab4dc599d8cf65ec0ce | acddab3613d0c89d1553ce8fa233580bcc69ed0e | refs/heads/master | 2020-04-17T00:59:07.105554 | 2013-04-26T20:13:36 | 2013-04-26T20:13:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,416 | java | package com.LHS.digitalimagebasics;
import java.awt.image.RGBImageFilter;
public class ColorSwapper extends RGBImageFilter {
private static int RED = 0xFF0000;
private static int GREEN = 0x00FF00;
private static int BLUE = 0x0000FF;
private int redDisplayColor;
private int greenDisplayColor;
private int blueD... | [
"jordangbull@gmail.com"
] | jordangbull@gmail.com |
87049475f1bd5e3b3e2234317f75b3e12bfdd135 | b6a1e0d93f51b037375beaf81975e255400cf1f8 | /wear/src/main/java/com/kimjio/mealviewer/widget/SelectMenuAdapter.java | 7bcf8fb77bf384dd3453bf149d5a9efcc1f092be | [] | no_license | Kimjio/MealViewer | ddb361bd337c552406efdba2b405a5b0d395363e | 8c7704fce85a813b9ab2595d0a25fc6d2dd11f51 | refs/heads/master | 2021-07-06T06:05:45.231539 | 2020-09-20T09:23:54 | 2020-09-20T09:23:54 | 184,378,135 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,424 | java | package com.kimjio.mealviewer.widget;
import android.app.Activity;
import android.content.Intent;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.IntDef;
import androidx.annotation.No... | [
"kimjioh0927@gmail.com"
] | kimjioh0927@gmail.com |
dd71b452f09539ad25e0f47b2b568542b92a4ba2 | 500f87ac5a998010a9712d131c23578f62cce763 | /app/src/main/java/com/example/sqlcipherexample/LogUtils.java | 9661dde6692a158c19d17759f93d661265ed338d | [] | no_license | YogeshD25/Keystore-Demo | e8121b74770bdfb6394b868505f111141eb79d03 | 3d5319a6d9e0b16e450b1cd8220bc81d0f2bf19f | refs/heads/master | 2020-12-13T21:25:25.455496 | 2020-01-21T10:57:25 | 2020-01-21T10:57:25 | 234,534,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.example.sqlcipherexample;
import android.util.Log;
public class LogUtils {
public static final String tag = "Keystore API Android";
public static void debug( String message) {
if (BuildConfig.DEBUG) {
Log.d(tag, message);
}
}
} | [
"dandeyogesh25@gmail.com"
] | dandeyogesh25@gmail.com |
82f19f04f360144456008e28d4a4754ffb2f3d84 | 873c15976805f3296d9e3d7d8861edab5593f676 | /src/integration-test/java/io/jay/tddspringbootorderinsideout/authentication/EndpointAccessTests.java | f5026331cb30069337e72795ce5fcb636b760cca | [] | no_license | shub8968/tdd-spring-boot-order | 85e22f1ee8c678c1b788b8f86587f849437e0728 | 0bf610fdc12bd2e84403bd6214241e8cbe0d2954 | refs/heads/master | 2023-06-05T10:40:56.538678 | 2021-06-20T23:54:02 | 2021-06-20T23:54:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,697 | java | package io.jay.tddspringbootorderinsideout.authentication;
import io.jay.tddspringbootorderinsideout.authentication.rest.dto.TokenResponse;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.aut... | [
"tensaijskim1991@gmail.com"
] | tensaijskim1991@gmail.com |
145583f342e251ac64509d20458e5c322e59e2d1 | a65190d4900ec5404023879089d00bd81f86b2c6 | /src/main/java/com/hmt/carga/config/locale/package-info.java | c8edb3b5641bb7ce47562fe30af501680f057cfe | [] | no_license | Darguelles/hmt-carga | f3f8edf8c1915d6ce1466cdac61615b03753edee | a73f353851ee549b748c3b1edb3e69862d7d7f6e | refs/heads/master | 2020-11-24T21:30:00.732499 | 2017-09-05T06:23:51 | 2017-09-05T06:23:51 | 73,507,643 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 70 | java | /**
* Locale specific code.
*/
package com.hmt.carga.config.locale;
| [
"darguelles.rojas91@gmail.com"
] | darguelles.rojas91@gmail.com |
24074af56e49f6ed84625d2b2777f73e46f30cbb | 4688d19282b2b3b46fc7911d5d67eac0e87bbe24 | /aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesisanalytics/model/transform/DeleteApplicationInputProcessingConfigurationResultJsonUnmarshaller.java | cd1fc77d9c468010c56bb00fe7cc7008580699b3 | [
"Apache-2.0"
] | permissive | emilva/aws-sdk-java | c123009b816963a8dc86469405b7e687602579ba | 8fdbdbacdb289fdc0ede057015722b8f7a0d89dc | refs/heads/master | 2021-05-13T17:39:35.101322 | 2018-12-12T13:11:42 | 2018-12-12T13:11:42 | 116,821,450 | 1 | 0 | Apache-2.0 | 2018-09-19T04:17:41 | 2018-01-09T13:45:39 | Java | UTF-8 | Java | false | false | 1,979 | java | /*
* Copyright 2012-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... | [
""
] | |
95e32d96423bb3c174a31c459d1da499aa1c8e67 | bdef6ed9107028902af5b4dfd02fa141ea3cb8ee | /src/main/java/lesson04/locks/LockDemo.java | 9ad311c5d4854f8d61e86001f2d80436d24366bb | [] | no_license | yunzhongfan/corejava | 02b7520ec8c266068f9f9f0f93e7a57cf100ce0a | bed86dcffb69e1b8fe9402ad824f26968b467656 | refs/heads/master | 2020-04-18T11:42:26.413093 | 2019-01-25T11:57:37 | 2019-01-25T11:57:37 | 167,510,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package lesson04.locks;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class LockDemo {
public static int count;
public static Lock countLo... | [
"caijingk@yonyou.com"
] | caijingk@yonyou.com |
a0e36934b9d14f30bc84f88e2b76e0f5c35bf8c4 | 13c3f8328e5da34c1c906e78a71037dd6c5ae03e | /Mslawin-notes-Server/src/main/java/pl/mslawin/notes/domain/notes/Task.java | 971c98c3f578417f05f281ccb1bde89d0729735b | [] | no_license | mslawin/Notes | 06f10784c8c67ac143f9fb7977fb0f32be81f7fe | 5fabfad9fde65c7c90c7984c25ac306047951b32 | refs/heads/master | 2021-01-19T03:55:10.380832 | 2016-07-19T13:14:29 | 2016-07-19T13:14:29 | 43,203,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | java | package pl.mslawin.notes.domain.notes;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import org.joda.time.LocalDateTi... | [
"m.slawinski1@ocado.com"
] | m.slawinski1@ocado.com |
40506012083347b5dd488ff574ba1f87e7d8867a | 9e8ede50afd012f36ada2d8af9ccc16357223b2b | /app/src/main/java/com/openxu/libdemo/view/bean/PieBean.java | 784491cf0a660e40f91390db50f8cb3336f00725 | [] | no_license | openXu/OXAndroid | 92e796e630cabeae11c411948f0496f16df9d2f1 | 87870d74ed18edcdd3c9a4661ef673d6a2508629 | refs/heads/master | 2021-01-17T12:05:30.237610 | 2019-03-20T10:09:43 | 2019-03-20T10:09:43 | 84,056,482 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package com.openxu.libdemo.view.bean;
/**
* autour : openXu
* date : 2018/6/8 9:40
* className : PieBean
* version : 1.0
* description : 请添加类说明
*/
public class PieBean {
private float Numner;
private String Name;
public PieBean() {
}
public PieBean(float Numner, String Name) {
this... | [
"openXu@yeah.net"
] | openXu@yeah.net |
1c62a5926d3074c9125cf8f8a82f1560a3395621 | 6a6f252b726ef92f67657875104b0993113017eb | /ms-gestion-alumno/src/main/java/pe/edu/galaxy/training/java/sb/ms/gestion/alumnos/controller/commons/ObjectResponse.java | f03711875a218d336eca64bf93b07067557e07b8 | [] | no_license | renzoku147/ms-spring-cloud | 3d62bc8f2180b64d4784e5102fc1027613c4a32f | 215036628f24d8e90f0adec6486d7e40bdb1c94e | refs/heads/master | 2023-06-12T04:38:30.828174 | 2021-07-09T02:12:29 | 2021-07-09T02:12:29 | 383,461,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package pe.edu.galaxy.training.java.sb.ms.gestion.alumnos.controller.commons;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class ObjectResponse {
private ObjectMessage message;
private Object data;
}
| [
"renzoku147@gmail.com"
] | renzoku147@gmail.com |
d9f471d1af7b80308e236e7f4a2d30bdd847a2a8 | d410836fc545fce7745d4c2142fa79abdc9f0611 | /src/main/java/bandit/ThompsonSampling.java | 57b0f8bc2c77c71ddf21a2ead2d04222af54b26b | [] | no_license | takun2s/bandit | 038fb30d444e79b0e3f7b2db4943897b97911b10 | 8a8911422e67322bd5fd8b6d3608ba8855d4c9c0 | refs/heads/master | 2020-03-11T17:41:48.461565 | 2018-04-19T09:53:40 | 2018-04-19T09:53:40 | 130,154,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package bandit;
import org.apache.commons.math3.distribution.BetaDistribution;
/**
* Created by takun on 17/04/2018.
*/
public class ThompsonSampling extends AbstractBandit {
public ThompsonSampling(int k) {
super(k);
}
public ThompsonSampling(int k, long seed) {
super(k, seed);
}... | [
"yongjun.tian@tendcloud.com"
] | yongjun.tian@tendcloud.com |
1002c4e118a7201f7feb1d70e24bbc13c7856920 | 65bd4bee5777fcd9cb1cbebcdc6ece29228c936a | /src/main/java/io/github/cottonmc/witchcraft/block/SpellCircleBlock.java | 169f857e80c18d339b7f6cf9642d2b7ba9b26daf | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive"
] | permissive | CottonMC/PracticalWitchcraft | 3fb0c2c4d881bb351ca6c72ab673b4da454a05a2 | c8b663ed44bd7176da78bfa2b107417f3a5e038c | refs/heads/master | 2020-05-07T12:30:44.368747 | 2020-03-02T00:44:41 | 2020-03-02T00:44:41 | 180,507,474 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,660 | java | package io.github.cottonmc.witchcraft.block;
import io.github.cottonmc.witchcraft.block.entity.SpellCircleEntity;
import io.github.cottonmc.witchcraft.effect.WitchcraftEffects;
import io.github.cottonmc.witchcraft.item.WitchcraftItems;
import io.github.cottonmc.witchcraft.spell.Spell;
import net.fabricmc.fabric.api.bl... | [
"goclonefilms@gmail.com"
] | goclonefilms@gmail.com |
7af16953871ba1c844dae58c3d9146b5891dc5ba | ed53c4d93e851d46e963cafb26cb6a3f468dd47c | /extensions/ecs/ecs-weaver/src/arc/ecs/weaver/impl/template/UniEntityLink.java | c53251767e6a14407a428416c7e4f7d5b89e3d8c | [] | no_license | zonesgame/Arc | 0a4ea8cf1c44066e85ffd95cfe52eb1ece1488e7 | ea8a0be1642befa535fba717e94c4fc03bd6f8a0 | refs/heads/main | 2023-06-28T04:21:06.146553 | 2021-07-26T14:02:35 | 2021-07-26T14:02:35 | 384,278,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package arc.ecs.weaver.impl.template;
import arc.ecs.*;
import arc.ecs.link.*;
import java.lang.reflect.*;
public class UniEntityLink extends Component{
public Entity field;
public static class Mutator implements UniFieldMutator{
private Base base;
@Override
public int read(Componen... | [
"32406374+zonesgame@users.noreply.github.com"
] | 32406374+zonesgame@users.noreply.github.com |
a56839f4499df8d510b52f4c68947b5f6b88d164 | b70d13cba15e185ad0c67807b3bac83dc711debf | /app/src/main/java/com/mylaneza/jamarte/entities/Secuencia.java | ae14dfb9efd49819c0a8a1673d9d53669ec4a31e | [] | no_license | mylaneza/jamenarte | 60b716719f2c5286a59a59d854888e7066a1d5f4 | 740dbb8b3d3a9b0271afcb66d5449bb2a9c8ad1e | refs/heads/master | 2023-04-02T05:13:33.793267 | 2021-04-16T02:59:19 | 2021-04-16T02:59:19 | 358,452,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.mylaneza.jamarte.entities;
import java.util.Vector;
/**
* Created by mylaneza on 08/08/2018.
*/
public class Secuencia {
public long leccion;
public long id;
public String name;
}
| [
"mylaneza@gmail.com"
] | mylaneza@gmail.com |
9bd832a3ab11ee74334d664d1449c29d5aefc3ee | 0772d207e53d266659ae337893d2840b05b2babe | /src/main/java/com/thundermoose/bio/controllers/ExceptionAdvice.java | bc60ac8538dfc22c58c2b0f4a4028c5ef7458575 | [] | no_license | monitorjbl/brbbio | 839ee5bb34f53e8a19e78c67bb05dfbfb97f50a0 | 72e3f23c01421d42d4a91fef5792309cf69d7842 | refs/heads/master | 2023-06-09T05:57:32.837159 | 2015-01-27T23:08:20 | 2015-01-27T23:11:56 | 10,519,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package com.thundermoose.bio.controllers;
import com.thundermoose.bio.exceptions.UserNotFoundException;
import com.thundermoose.bio.model.ExceptionResponse;
import org.apache.commons.lang.exception.ExceptionUtils;
import org.apache.log4j.Logger;
import org.springframework.http.HttpStatus;
import org.springframework.we... | [
"tayjones@cisco.com"
] | tayjones@cisco.com |
a9214cfb757f3c1f59d5a9828b98099b2bc21ae4 | 7612119fcbc5c951ccd993cce17a08a1b7cbb1bb | /src/java/apiview-java-processor/src/main/java/com/azure/tools/apiview/processor/diagnostics/rules/ConsiderFinalClassDiagnosticRule.java | 31b5471a3a9c81c294e297fd177042020615ccd8 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | jitendriyag2/azure-sdk-tools | 8248da7c0914a5e2dd638a6caea0c8b746914467 | 1ea2117fad56bb34cfe1cc5b090a0c58ef7b18c2 | refs/heads/master | 2022-12-22T20:26:31.856255 | 2020-09-24T23:41:24 | 2020-09-24T23:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package com.azure.tools.apiview.processor.diagnostics.rules;
import com.azure.tools.apiview.processor.diagnostics.DiagnosticRule;
import com.azure.tools.apiview.processor.model.APIListing;
import com.azure.tools.apiview.processor.model.Diagnostic;
import com.github.javaparser.ast.CompilationUnit;
import com.github.jav... | [
"noreply@github.com"
] | jitendriyag2.noreply@github.com |
bd83ad04990fb3acd5df36ec183575e32bc7894e | 689e8a3ccd884c4c9c92975b24c637d2d55b9b1a | /src/main/java/br/com/caelum/ingresso/dao/SessaoDao.java | ecc858a22eda4ffdd946f34298645673266bd2e2 | [] | no_license | GIDSC/fj22-ingressos | 6e9ed9854b3265e30a27977a6d5988cba56f4e11 | 5ddf2cc8c8aef905854405a3ff28c22cc0d9dd9b | refs/heads/master | 2020-09-04T00:47:07.651323 | 2019-11-14T00:50:59 | 2019-11-14T00:50:59 | 219,621,557 | 0 | 0 | null | 2019-11-05T00:16:55 | 2019-11-05T00:16:54 | null | UTF-8 | Java | false | false | 971 | java | package br.com.caelum.ingresso.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.stereotype.Repository;
import br.com.caelum.ingresso.model.Filme;
import br.com.caelum.ingresso.model.Sala;
import br.com.caelum.ingresso.model.S... | [
"dsousa106@gmail.com"
] | dsousa106@gmail.com |
11a7c51104297f5de600ca9718be27e34087e280 | b3127d54bfc2cb4e4e4ebe7d6b547f0fb36cf852 | /src/main/java/us/kochlabs/tools/life360/Life360Client.java | b9a0bd8774fc6d7e1ebab318159cf46251faa786 | [] | no_license | denniskoch/java-life360 | e407e6d26346e66569e63bf3b2fc4d02789778b6 | f56ec2318cb45d01847c6d784714bcc5607ab3ce | refs/heads/master | 2023-04-11T12:02:41.477858 | 2021-04-24T14:32:28 | 2021-04-24T14:32:28 | 359,970,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,974 | java | package us.kochlabs.tools.life360;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.ParseException;
import org.apache.http.... | [
"drkoch@gmail.com"
] | drkoch@gmail.com |
721f5a5fb90c1e99214fee86ac1c3d9504f33f20 | 23749b673ff50cfb3bd09eb9662715e09da17dc8 | /src/main/java/com/citrix/netscaler/nitro/resource/config/cache/cacheobject_args.java | e2bfc0dbb6d3852ec25dda277a01cd23013d8e8a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | netscaler/nitro | 20f0499200478b971f6c11a8f77ab44113bfe1a5 | 2a98692dcf4e4ec430c7d7baab8382e4ba5a35e4 | refs/heads/master | 2016-08-04T20:02:53.344531 | 2013-11-22T04:04:18 | 2013-11-22T04:04:18 | 8,279,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,555 | java | /*
* Copyright (c) 2008-2015 Citrix Systems, 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... | [
"vijay.venkatachalam@citrix.com"
] | vijay.venkatachalam@citrix.com |
4ac5e88dc149a725ecab50360a967b25c7c4e82c | 1cbdb6ae2cc99aaae136f64c14a9e0f368b872db | /src/com/eric/dao/AdminDAO.java | 4ba9f250a86885d05d60caa0987b97059fedc710 | [
"Apache-2.0"
] | permissive | zhouhh2017/termonline | 09b799c967b00b2469a9e72d3353b2ad281e1ce4 | 849e75d443f89038cd89b4e15b67f256071d8cc7 | refs/heads/master | 2021-01-23T12:57:54.035683 | 2017-06-03T01:33:23 | 2017-06-03T01:33:23 | 93,214,032 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,551 | java | package com.eric.dao;
import java.util.List;
import javax.annotation.Resource;
import org.hibernate.Session;
import org.springframework.orm.hibernate4.HibernateTemplate;
import org.springframework.stereotype.Component;
import com.eric.model.Admin;
import com.eric.model.Dictionary;
import com.eric.model.... | [
"noreply@github.com"
] | zhouhh2017.noreply@github.com |
53d07c3516f2164d5729115045d21c2ad1075d93 | e6cc873e4fc15f819fccb3dd9a37edc07691fb6f | /E-com/src/main/java/com/comtrade/entiteti/Stavke.java | 3f40c892accf47b1c8c88d66ee097e2620ba43e3 | [] | no_license | ztrampic/E-comm | d98cbd4e84e09988fde9a83a22779561965e0c7d | 3714170db1dc8dcd3e642bd30e29aee1930d9e63 | refs/heads/master | 2021-11-13T04:48:30.749820 | 2021-10-30T12:59:06 | 2021-10-30T12:59:06 | 196,863,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | package com.comtrade.entiteti;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Entity
public class Stavke {
@Id... | [
"ztrampic@yahoo.com"
] | ztrampic@yahoo.com |
b79f481d9d45b989f2ec0affa9a0f7f73f5a73cd | 8b41fc644c8716ff9634927fadf15a8f20dcec01 | /src/main/java/util/ListIterator.java | 9eb7a1a71dd3e926e02e742ce790ca81c99f56cd | [] | no_license | frametianhe/java-1.8 | c1791a6a3e460b1f2f1a9f974947f1413a8c5869 | e4ccc5ec38f0c70b8fbe979bc49cbef9cdb2327f | refs/heads/master | 2021-08-06T01:05:24.756325 | 2019-12-04T10:38:04 | 2019-12-04T10:38:04 | 225,837,910 | 0 | 0 | null | 2020-10-13T17:57:47 | 2019-12-04T10:15:24 | Java | UTF-8 | Java | false | false | 10,098 | java | /*
* Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.util;
/**
* An iterator for lists that allows the programmer
* to traverse the list in ... | [
"tianheframe@163.com"
] | tianheframe@163.com |
7ee336d62f40ec1365c01050e51c08d5ed6a25b7 | 12b24632ef98ca6bd68f1e85a9b1ffdeff24022d | /SunFlowerJava/app/src/main/java/com/example/sunflower_java/adapters/BindingAdapters.java | e0cdceff58587b00324b4049500f6c6c5f996d49 | [] | no_license | han1254/Sunflower-Java | 04f4a6a575b0bb71bc0350aac6f15cd31ce550ee | 1c61a806f097be003747d2b13fff730fb75a666a | refs/heads/master | 2020-12-14T12:39:49.833591 | 2020-01-18T14:33:51 | 2020-01-18T14:33:51 | 234,746,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.example.sunflower_java.adapters;
import android.view.View;
import androidx.databinding.BindingAdapter;
/**
* Time:2020/1/14 21:42
* Author: han1254
* Email: 1254763408@qq.com
* Function:
*/
public class BindingAdapters {
@BindingAdapter("isGone")
public static void bindIsGone(View view, bool... | [
"you@example.com"
] | you@example.com |
28d39c6d5b15717af14ed183465013ae97fccd0e | 0270874c82ae338d279f62b83692acddd38dc554 | /src/main/java/com/lzk/spring/boot/config/MyBatisConfig.java | c109ff3063c55c70374e0a210fddb84753c66c3e | [] | no_license | TheHelloWorld/SpringBootDemo | 0a4ed5a7c9de716c2963c19a81b89f64c90c98f2 | 33d1ee2b600b37db0af67173209ef4aa96cdb99b | refs/heads/master | 2021-08-28T05:31:09.937838 | 2017-12-11T09:23:08 | 2017-12-11T09:23:08 | 113,833,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | java | package com.lzk.spring.boot.config;
import javax.sql.DataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotati... | [
"hundunhou@126.com"
] | hundunhou@126.com |
bf75b1ef1554a13a8cdb1585891262ace5a2a264 | 416ba65d73e1da2a46963235c5c945ad172168f3 | /web/src/main/java/com/zrlog/web/controller/BaseController.java | bf1c52bd3046822d54628435631c678569b7e534 | [
"Apache-2.0"
] | permissive | dragcszh/java | b2cf76c6bec8f02c17884c5a81ed114163320d11 | a43374b00a64173abc7f4eedde75a083bca31f44 | refs/heads/main | 2022-12-27T13:49:10.992372 | 2020-10-04T07:15:17 | 2020-10-04T07:15:17 | 301,061,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,577 | java | package com.zrlog.web.controller;
import com.google.gson.Gson;
import com.jfinal.core.Controller;
import com.jfinal.kit.PathKit;
import com.zrlog.common.Constants;
import com.zrlog.common.request.PageableRequest;
import com.zrlog.web.interceptor.TemplateHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
... | [
"dragcszh@qq.com"
] | dragcszh@qq.com |
a0b5c877db0d0df78cd8bfcc810c6866601f6798 | 16d92a044f4ad63c6ac0c0d1f4d279abf161e607 | /SummerWinter Coding(2019)/멀쩡한 사각형/Solution.java | a8ae5b2e00db2a63d458d6ebdc1f2d7148d54616 | [] | no_license | nh0317/Programers | 6c94e9e32c1217e5f092c4b5f6e1f67d42bae0c5 | c6dccc879a8b70c77278d6be1d3c31b00fa16253 | refs/heads/main | 2023-03-16T22:59:08.206584 | 2021-03-05T15:21:21 | 2021-03-05T15:21:21 | 325,028,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 630 | java | import java.util.*;
class Solution {
public long solution(int w, int h) {
long total=(long)w*h;
int n=0;
//최대 공약수 n 구하기
for(int i=1;i<=Math.min(w,h);i++){
if(w%i==0 && h%i==0){
n=i;
}
}
//w*h을 같은 비율로 최대한 축... | [
"nh2004@naver.com"
] | nh2004@naver.com |
d884de91ea597ef3c43a598735f48941d30a6f05 | efa72336b8246b53b0469ee338ac8c96901c8e5b | /zookeeper/src/main/java/com/kaka/jtest/zookeeper/zkclient/ZooKeeperTest.java | 8cdc951045f1c17c094b21b4b0a15b03f9263af7 | [] | no_license | jkaka/jtest | 3b31cfc8c6fd170963d07ba72a759c2d76429d1f | 07e901b2a7814ed62164f3dd61d398c42c60677d | refs/heads/master | 2022-12-22T11:27:41.536904 | 2020-04-13T06:33:01 | 2020-04-13T06:33:01 | 133,806,729 | 1 | 0 | null | 2022-12-16T00:42:41 | 2018-05-17T11:57:15 | Java | UTF-8 | Java | false | false | 1,518 | java | package com.kaka.jtest.zookeeper.zkclient;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.ZooKeeper;
import org.junit.Before;
import org.junit.Test;
import java.util.List;
/**
* zookeeper原生api
* 只能监听一次
*
* @author jsk
* @Date 2019/3/1 15:55
*/
public ... | [
"395159947@qq.com"
] | 395159947@qq.com |
8df4cf2b363b99deca23a0cfce79dda16e7cc7b9 | 2e84c611a7443189d2225d6edb77ca8a7c1f2854 | /src/main/java/ua/lviv/lgs/utils/ConnectionUtils.java | d8f30cdcbe067901de984838decbcdfeaa706475 | [] | no_license | pavlivmykola/Java_Advanced_lesson10 | f4c78a52e0367d963451f30cd9fadd69ee341ae2 | ab029116b76de87f5380c6212dd59a6a1f979c18 | refs/heads/master | 2020-04-29T05:53:18.923168 | 2019-03-15T22:23:55 | 2019-03-15T22:23:55 | 175,897,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package ua.lviv.lgs.utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import org.apache.log4j.xml.DOMConfigurator;
import ua.lviv.lgs.service.UsersService;
public class ConnectionUtils {
private static String USER_NAME = "root";
private static String USE... | [
"mpavliv@ukr.net"
] | mpavliv@ukr.net |
528028043bad879cf6d6c5e58eff1a6107599d3f | 3df27b037c878b7d980b5c068d3663682c09b0b3 | /src/com/jbf/workflow/dao/SysWorkflowTaskPageUrlDao.java | 6cd8c099d7080baeb715a7fe354c5541d22567ae | [] | no_license | shinow/tjec | 82fbd67886bc1f60c63af3e6054d1e4c16df2a0d | 0b2f4de2eda13acf351dfc04faceea508c9dd4b0 | refs/heads/master | 2021-09-24T15:45:42.212349 | 2018-10-11T06:13:55 | 2018-10-11T06:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | /************************************************************
* 类名:SysWorkflowTaskPageUrl
*
* 类别:Dao
* 功能:任务对应的处理页面Dao
*
* Ver 変更日 部门 担当者 変更内容
* ──────────────────────────────────────────────
* V1.00 2014-07-23 CFIT-PG HYF 初版
*
* Copyright (c) 2014 CFIT-W... | [
"lin521lh"
] | lin521lh |
fddf32e57cb10d44c68a2dab458d6fda297e8238 | a4696b3db18e3ed943fe00c1ba7fb38086c28b30 | /app/src/main/java/br/com/aluras/algum/data/AlgumContract.java | 16f2226a40c64a10a66e7a0d11385548d08331b9 | [] | no_license | aluras/Algum | 2a0da310bd1cf429406a00cf6a009968ff6fbf68 | e6e691e543c3c7ff30502b625a70218fbdc5be47 | refs/heads/master | 2016-08-12T05:51:04.363839 | 2015-12-30T14:44:36 | 2015-12-30T14:44:36 | 35,623,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,788 | java | package br.com.aluras.algum.data;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.net.Uri;
import android.provider.BaseColumns;
import android.text.format.Time;
public class AlgumContract {
// The "Content authority" is a name for the entire content provider, similar to... | [
"andrelrs80@gmail.com"
] | andrelrs80@gmail.com |
2a74df8b914420623ee0489ea6ffd23578f42475 | 3a165d9594c3fdeb4b7b8bc54a478ad453cfe180 | /app/src/main/java/com/android/frkrny/teamworkpro/custom/RoundedDrawable.java | 7055f84e21246efa5b5d6b154485a52ab66deeac | [] | no_license | frank-rooney/teamworkpro | bcd63064c750bfdc93257a53e685ff204d7a652f | 6c585bf4293d40dfd256e0c8171949bdbaf1aa88 | refs/heads/master | 2021-01-16T00:03:16.889333 | 2017-08-13T20:15:05 | 2017-08-13T20:15:05 | 99,951,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,332 | java | package com.android.frkrny.teamworkpro.custom;
import android.content.res.ColorStateList;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Matrix;
import android.graphics.Pai... | [
"frk.rny@gmail.com"
] | frk.rny@gmail.com |
bbd4d6b927a0a7d65909a4a54fb5383841e1725b | 4c6adf0ce6ef3f02dcef9c345e0e5e4ff139d886 | /Common/FO/fo-jar/fo-order/src/main/java/com/pay/fo/order/dto/batchpayment/BatchPaymentReqBaseInfoDTO.java | 732efd4f68724ebd1af6a488419db32d125b946c | [] | no_license | happyjianguo/pay-1 | 8631906be62707316f0ed3eb6b2337c90d213bc0 | 40ae79738cfe4e5d199ca66468f3a33e9d8f2007 | refs/heads/master | 2020-07-27T19:51:54.958859 | 2016-12-19T07:34:24 | 2016-12-19T07:34:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,288 | java | package com.pay.fo.order.dto.batchpayment;
import java.util.Date;
import java.util.List;
public class BatchPaymentReqBaseInfoDTO {
/**
* 请求流水号
*/
private Long requestSeq;
/**
* 请求类型
*/
private Integer requestType;
/**
* 业务批次号
*/
private String businessBatchNo;
/**
* 付款方名称
*/
private String ... | [
"stanley.zou@hrocloud.com"
] | stanley.zou@hrocloud.com |
3d59bde8a7c164a9113ec92ba9bbcab9c45ca192 | eb79d9558896f4d144a5acf98de4f7571d8ae673 | /app/src/main/java/com/jc/model/CalModel.java | 2396536f67b94a6b3d1edda06580f936f5272759 | [] | no_license | strangerjj/calculator | f7a4abb796f3eb30d1db6300e7274116a1f1048a | e1a7837fd1ae771ebe32c2a868e37c9eca7a3c0e | refs/heads/master | 2021-01-10T03:26:55.251551 | 2016-02-26T09:16:35 | 2016-02-26T09:16:35 | 52,514,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,764 | java | package com.jc.model;
import com.jc.interfaces.ICalculator;
import java.util.Stack;
/**
* Created by YJZJB0051 on 2016-02-26.
*/
public class CalModel implements ICalculator {
//计算器算法
public static double popOpOffStack(Stack<String> stack) {
double result = 0;
//从栈中获取运算数,由于运算数以字符串的形式储存
... | [
"strangerjj@outlook.com"
] | strangerjj@outlook.com |
efe7fa9c72e8eab7c5e74423ae76b5597e36bcdb | eeda52b0903a6a9884171fd6efd92b01aba25058 | /etl-kettle-mbg/src/main/java/com/caixin/data/middle/etl/kettle/mbg/model/RJobExample.java | 60df97c72ad9c9d630328b9373c16f2413685411 | [] | no_license | v5coder/etl-kettle-web | 485ec69e0af7796d1b77a3da8fb22f04893a3d52 | c9814c37d0f2fb079342fbcc9a081259764a2b4b | refs/heads/master | 2023-05-28T00:27:24.438832 | 2020-03-03T01:13:07 | 2020-03-03T01:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,363 | java | package com.caixin.data.middle.etl.kettle.mbg.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class RJobExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public RJobExample() {
oredCriteria = ... | [
"zhuzj29042@hundsun.com"
] | zhuzj29042@hundsun.com |
b7ad3d648d9fe6f6b6211ce9b1a54c24f60fd5c5 | 96a7161f31fb3e2b309006c3e0ba914bb3d93216 | /src/main/java/org/mattrr78/passwordgenenv/GeneratePasswordRequest.java | 05ae00ec24183e748734d589c4b92c4da2af6d2b | [] | no_license | mattrr78/passwordgenenv | c36626d5806ae32d03d9073606082cfff8f29987 | cef7c8c3d26fb90d3774add62dee3cc9ccd7e5b3 | refs/heads/master | 2023-02-21T10:11:07.872203 | 2021-01-08T01:46:12 | 2021-01-08T01:46:12 | 324,277,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,460 | java | package org.mattrr78.passwordgenenv;
public class GeneratePasswordRequest {
private int count = 1;
private int minimumLength = 6;
private int maximumLength = 50;
private CharacterType[] allowedTypes = CharacterType.values();
private CharacterType[] atLeastOneTypes = { CharacterType.LOWER, Char... | [
"mattrr78@gmail.com"
] | mattrr78@gmail.com |
93573561e32c9c5b26906b5dbfd3914fad6c22e6 | f0ad7e39af29fcf69d233ff12436dc8b49174840 | /test/trinaglePuzzle/model/TestModelType.java | 9746047ed9f26bc7d9ce81796ba9cb253d6f84b6 | [] | no_license | sameermalikjmi/puzzle | 338a3df6af62a3afb86ecac0a33d9339095b0369 | a88248a697c810fab233b5f3b6a7bcf8b2e92e0f | refs/heads/main | 2023-08-12T05:04:23.808812 | 2021-10-09T00:59:53 | 2021-10-09T00:59:53 | 415,160,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,274 | java | package trinaglePuzzle.model;
import org.junit.Before;
import org.junit.jupiter.api.BeforeEach;
import trianglePuzzle.model.Edge;
import trianglePuzzle.model.Model;
import trianglePuzzle.model.Node;
import trianglePuzzle.model.TrianglePuzzle;
public abstract class TestModelType {
protected Model model;
@Be... | [
"smalik@wpi.edu"
] | smalik@wpi.edu |
c5de0130dc9cb5ff0fd8d6e0e8dfe2630e3646df | e6d4afa67078b9040fb6c302d2712314da9c9fd3 | /rx/src/test/java/com/github/sioncheng/springs/rx/FluxTests.java | 2b9bf0e1174525c090c5cf800c23a87544a917e1 | [] | no_license | sioncheng/springs | 56a94c310a6905bc0b1031a9c87fe7c4a26736ae | 08e4a5e4bdd8fcc9f6387697cd06b09556bf45ab | refs/heads/master | 2020-05-22T05:45:44.857841 | 2019-05-15T16:16:08 | 2019-05-15T16:16:08 | 186,241,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,071 | java | package com.github.sioncheng.springs.rx;
import org.junit.Assert;
import org.junit.Test;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;
import java.util.Arrays;
import java.util.List;
public class FluxTests {
@Test
public void testCreateFlux() {
... | [
"sion@SionMacBookPro.local"
] | sion@SionMacBookPro.local |
e403a2b66ac3dfd4575cfff288651fa0965da5a5 | 21a5ab10a4309922346a4cbef108e88efa331efd | /Coursera Java 1/StringSecondAssignment/part1.java | c961b016c59011b77f9a175d78ae9b69e88735ce | [] | no_license | roypj/Coursera-OOP-1 | 4b37d7c76d19bc16b0ca7ee4eca2d4fd889e1bea | 83be721be93734a92ae922d8014700be8477232d | refs/heads/master | 2021-01-20T15:57:48.137822 | 2017-12-30T19:11:23 | 2017-12-30T19:11:23 | 90,803,405 | 0 | 0 | null | 2017-12-30T19:11:25 | 2017-05-10T00:18:44 | Java | UTF-8 | Java | false | false | 2,429 | java |
/**
* Write a description of part1 here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class part1 {
public int findStopCodon(String dna, int startIdx, String stopCodon){
int currIdx = dna.indexOf(stopCodon,startIdx+3);
while(currIdx!=-1){
if((currIdx-star... | [
"roy.p.joseph@gmail.com"
] | roy.p.joseph@gmail.com |
4f1e248e7b756e7625fbd9732a679851834cc14a | 0d8225751dd9e1396c9018fc33189efa1bac89d2 | /Java & Scala/java/superkeyword/SA.java | 638ae2e8b0c3f0cfc55eec15a03e715a3922b4f5 | [] | no_license | potato17/Java-Scala | 682cc961edd0be709dc7c35ebb41defed34acb44 | 888c2ca4e381f394755971b0f77cca547c1f69d6 | refs/heads/master | 2020-06-27T14:22:50.046527 | 2019-08-01T05:59:51 | 2019-08-01T05:59:51 | 199,975,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package superkeyword;
public class SA {
public static void main(String[] args) {
SC d=new SC();
d.printColor();
// TODO Auto-generated method stub
}
}
| [
"yuklin17@icloud.com"
] | yuklin17@icloud.com |
a8a4f8245b2450d1688d882bcb522597ec864c6b | 3ec181de57f014603bb36b8d667a8223875f5ee8 | /jcommon/prometheus/prometheus-client/src/main/java/com/xiaomi/youpin/prometheus/client/PrometheusGauge.java | ce7ac3becb5b79bcff47f0881056d047b9af5d7e | [
"Apache-2.0"
] | permissive | XiaoMi/mone | 41af3b636ecabd7134b53a54c782ed59cec09b9e | 576cea4e6cb54e5bb7c37328f1cb452cda32f953 | refs/heads/master | 2023-08-31T08:47:40.632419 | 2023-08-31T08:09:35 | 2023-08-31T08:09:35 | 331,844,632 | 1,148 | 152 | Apache-2.0 | 2023-09-14T07:33:13 | 2021-01-22T05:20:18 | Java | UTF-8 | Java | false | false | 2,158 | java | package com.xiaomi.youpin.prometheus.client;
import io.prometheus.client.Gauge;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.MDC;
import org.springframework.util.StringUtils;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @author zhangxiaowei
*/
@Slf4j
public class Promethe... | [
"shanwenbang@xiaomi.com"
] | shanwenbang@xiaomi.com |
9b66ac1aaa101f3c8cb9d92d6520505f107892b2 | 7467dc2c8aaa82caa88a817b19786566cddf0e48 | /src/org/driver/util/CoachUtil.java | 69ba8d5804fe1cacbc8269eb9421532c34bf7618 | [] | no_license | Nightcxd/DriverManagerSystem | 018b6c240d8e6f47edaaa22e9bc2d729bc88956b | 792759ef5c2cffc7c67df959ddb93398efb6a33b | refs/heads/master | 2020-06-25T05:25:57.862505 | 2017-07-12T03:34:37 | 2017-07-12T03:34:37 | 96,960,612 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,156 | java | package org.driver.util;
import java.util.List;
import org.apache.log4j.Logger;
import org.driver.bean.Coach;
import org.driver.bean.Trainee;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configurati... | [
"root@hadoop1.(none)"
] | root@hadoop1.(none) |
83b5f8f9c36c8eddd347d22051cadf8e56327e54 | 083de3b2cea03af63bbe31f5318be34fb08fa559 | /src/factory_pattern/RiffleFactory.java | 2b2b0b2e5cb0d6dc4a218f8ea65d78e0b47a72b4 | [
"MIT"
] | permissive | anibalfuentesjara/design-patterns | 54a99d36cde53bacd255944a1459d8b53e77f866 | 0dca27cc5ac45a3b2e5c04c4f6070144fa3d84e2 | refs/heads/main | 2023-06-16T19:12:15.013865 | 2021-07-04T19:48:32 | 2021-07-04T19:48:32 | 379,041,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package factory_pattern;
public class RiffleFactory implements ShellFactory {
@Override
public Shell createShell() {
return new RiffleShell();
}
}
| [
"anibal.fuentes@impresee.com"
] | anibal.fuentes@impresee.com |
d38435a150d77c0183ea38c21db5814b3913f50c | a965c716243baeb9f23b320e7107c7c421ee4f53 | /src/com/quiz0121/Ex004_Hap.java | ab50c9059e8e681b807c9b2d6173d451ec29e9ad | [] | no_license | EnuShalisha/coding-preJAVA | dbcb97f2794dbf8d1764e87d2c107946a741e072 | 405826ad782ffb378d4921c5adbf2c07e5164a77 | refs/heads/main | 2023-03-21T23:45:58.282363 | 2021-02-13T04:14:26 | 2021-02-13T04:14:26 | 331,312,458 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 485 | java | package com.quiz0121;
public class Ex004_Hap {
public static void main(String[] args) {
/*
1~100 까지 정수의 합을 계산하여 출력하는 프로그램
*/
int s, n;
s=0;
n=0;
while(n<100) {
n++;
s+=n;
}
System.out.println("결과 : "+s); // 5050
/*
int s, n;
s=n=0;
while(n++<100) {
s+=n;
}
System.out.println("결과 :... | [
"enushailsha352@gmail.com"
] | enushailsha352@gmail.com |
359d506a1eda4d70ea85b6696dd5871a479a82e0 | c2227ab39a41107646e1048a6fa5e3cc30c7e8df | /DataStructure/Graph/WeightedQuickUnionUF.java | 2b346e5ceee1d0647592baf5def31d1b1136e4af | [] | no_license | TylerYang/algorithm | 56d0ae35e34710ec472c0cbbd8cc1efa586346be | 742a40abf0eca3014218bcfa2589affe524ca077 | refs/heads/master | 2020-05-16T13:42:23.716529 | 2016-02-15T11:19:50 | 2016-02-15T11:19:50 | 33,816,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | public class WeightedQuickUnionUF{
int count;
int[] sz, id;
public WeightedQuickUnionUF(int N) {
count = N;
sz = new int[N];
id = new int[N];
for(int i = 0; i < id.length; i++) {
id[i] = i;
}
}
private int count() {
return count;
}
... | [
"tyler.z.yang@gmail.com"
] | tyler.z.yang@gmail.com |
ce19032a9b746f8383af9d14bae8477cb55a2540 | adb073a93ec2ceae65756d9e6f2f04478d6c74aa | /advance-java/week5/23.Behavioral-design-pattern/exercise/test-module-2/src/UI.java | 847ed219f0a3d541197e5b7c8c1855e5647d14ab | [] | no_license | nhlong9697/codegym | 0ae20f19360a337448e206137d703c5c2056a17b | 38e105272fca0aecc0e737277b3a0a47b8cc0702 | refs/heads/master | 2023-05-12T17:18:14.570378 | 2022-07-13T09:07:52 | 2022-07-13T09:07:52 | 250,012,451 | 0 | 0 | null | 2023-05-09T05:40:08 | 2020-03-25T15:12:34 | JavaScript | UTF-8 | Java | false | false | 544 | java | public class UI {
public void initialize() {
System.out.println("---- CHUONG TRINH QUAN LY DANH BA ----");
System.out.println("Chon chuc nang theo so (de tiep tuc):");
System.out.println("1. Xem danh sach");
System.out.println("2. Them moi");
System.out.println("3. Cap nhat")... | [
"n.h.long.9697@gmail.com"
] | n.h.long.9697@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.