blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e45d633bc41ad289ca3a977fc569d02c38e1c4c | 3b1979bea7d7e2afbac769f2bdf4fcca0612044a | /bearmaps/hw4/AStarSolver.java | 21df451c1336607f7e2c32d8bf068bd9cd678005 | [] | no_license | jiangdada1221/Bearmap | ff7449d3db17b7a308e73e0fb708e02950158c9e | 20939bdee94e7acc8f38982f1f57730f73ec27e4 | refs/heads/master | 2021-07-11T12:35:09.517989 | 2020-11-03T09:26:05 | 2020-11-03T09:26:05 | 212,182,637 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,403 | java | package bearmaps.hw4;
import bearmaps.proj2ab.ArrayHeapMinPQ;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class AStarSolver<Vertex> implements ShortestPathsSolver<Vertex>{
private double distance;
double timeUsed;
HashMap<Vertex, Double> disTo;
HashMap<Vertex,... | [
"jiangdada12344321@163.com"
] | jiangdada12344321@163.com |
ae4d529b47cf687a74110975b4d8b39fc271c86c | 88fd524acdc5462602f00ae01a4af60d6c452bba | /app/src/main/java/com/ragabaat/myclinic/admin/TeamActivity.java | 6182f24b2f747aec78fd0577f83d5c1bc4b88395 | [] | no_license | ElhadiRagabaat/Clinic | 945556d449774dcd4983732a1abe650236435bd5 | 4930fc8b8b23bb93a3ef6d3ac4434f4314794cc2 | refs/heads/master | 2023-02-02T00:55:14.923887 | 2020-12-13T22:53:33 | 2020-12-13T22:53:33 | 321,176,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,893 | java | package com.ragabaat.myclinic.admin;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import... | [
"ahmad23soho@gmail.com"
] | ahmad23soho@gmail.com |
2e4069e0dda10fd91c38109ba29da276035b6d88 | 9ad211e5d970441e3af0c34f8f2b4c04b3fa8e38 | /src/main/java/com/banckom/game/model/Position.java | 9a21926cf2348e22de2ab82cb475052ef7613a9d | [] | no_license | ayarmakovich/game-exercise | 686f33ecc5414989deed1888743fd5afec899d35 | 02dee00b16ea14417c5cf773d5bb1445ce755206 | refs/heads/master | 2020-03-22T18:03:16.845577 | 2018-07-13T10:53:48 | 2018-07-13T10:53:48 | 140,433,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | package com.banckom.game.model;
/**
* A position (x,y) on the playing area
*
* @author a-yarmakovich
*/
public class Position {
private double x;
private double y;
private long timestamp;
/**
* Constructs a new position
* @param x an x value
* @param y an y value
* @param times... | [
"a-yarmakovich@yandex-team.ru"
] | a-yarmakovich@yandex-team.ru |
93de9602d9a2126ab9b3792ef510ec18e0c2e083 | 35b710e9bc210a152cc6cda331e71e9116ba478c | /tc-unused/src/main/java/com/topcoder/web/openaim/dao/hibernate/DocumentDAOHibernate.java | 4ffdb5164111f2facba43e08f53e8233e31efaac | [] | no_license | appirio-tech/tc1-tcnode | d17649afb38998868f9a6d51920c4fe34c3e7174 | e05a425be705aca8f530caac1da907d9a6c4215a | refs/heads/master | 2023-08-04T19:58:39.617425 | 2016-05-15T00:22:36 | 2016-05-15T00:22:36 | 56,892,466 | 1 | 8 | null | 2022-04-05T00:47:40 | 2016-04-23T00:27:46 | Java | UTF-8 | Java | false | false | 490 | java | package com.topcoder.web.openaim.dao.hibernate;
import com.topcoder.web.common.dao.hibernate.Base;
import com.topcoder.web.openaim.dao.DocumentDAO;
import com.topcoder.web.openaim.model.Document;
/**
* @author dok
* @version $Revision: 68803 $ Date: 2005/01/01 00:00:00
* Create Date: Aug 1, 2006
*/
publi... | [
"dongzhengbin@winterflames-MacBook-Pro.local"
] | dongzhengbin@winterflames-MacBook-Pro.local |
1a41c5b5db83baf7e4247ea3316f0b3d028fba67 | 978841603b5b3e849996d6f0f3586f7b00bb4c1d | /sell_project/src/main/java/com/xmcc/controller/WeiXinController.java | 0e46ad1b229a76bded72df17909499f45c694e4f | [] | no_license | 806969786/project | db78c4f8594bf59a304ec33d90d806002ce63a9a | 72f09193eecb19d563e068583ddadb13b7a10f10 | refs/heads/master | 2022-10-22T12:36:48.811084 | 2019-07-06T02:32:45 | 2019-07-06T02:32:45 | 192,695,368 | 0 | 1 | null | 2022-10-12T20:28:40 | 2019-06-19T08:52:34 | Java | UTF-8 | Java | false | false | 953 | java | package com.xmcc.controller;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.RestTemplate;
@RestController
... | [
"xmcc@163.com"
] | xmcc@163.com |
92aa59877bcdc92d52670be5c58db3fa92744cdd | 5f7f699f9d66aa3762b5286c26a3214a34a862b2 | /Effective_Java/src/enumWithAnnotation/item34/OperationTest.java | 793a1237e5ace420096c47446fe351c1e1c74391 | [] | no_license | w32807/Effective_Java | 41659857029bd0eef7d65f064b34eba9998c0b4d | fd27152cb342cafec9f3660ce4d3dc955a6de97f | refs/heads/master | 2023-06-12T09:34:39.478918 | 2021-07-04T01:15:05 | 2021-07-04T01:15:05 | 382,617,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package enumWithAnnotation.item34;
public class OperationTest {
public static void main(String[] args) {
double x = Double.parseDouble("2");
double y = Double.parseDouble("4");
for(Operation op : Operation.values()) {
System.out.printf("%f %s %f = %f%n", x, op, y, op.apply(x, y));
}
System.out.prin... | [
"w32807@nate.com"
] | w32807@nate.com |
4416172aa8191910f8ebecd629a9baca62fb9528 | bfe5b59ae79a198900ff5b26edcfbed24f55ea20 | /src/main/java/hello/Application.java | aa99be5f7cdde13925678a9445768f72d29678d9 | [] | no_license | learniteasy/spring-data-REST-demo | 1076abbe8e50ab4ae2de644f6e40ef2dd2470961 | f5dcf81986e9bdfa2afa4b34efde4f2507fbe83d | refs/heads/master | 2020-04-20T12:29:07.217587 | 2019-02-03T01:18:50 | 2019-02-03T01:18:50 | 168,844,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package hello;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Spring Data REST builds on top of Spring MVC. It creates a collection of
* Spring MVC controllers, JSON converters, and other beans needed to provide a
* RESTful front end. T... | [
"arahee001c@192.168.0.106"
] | arahee001c@192.168.0.106 |
f103b5186f8c6748394a62431c8cf5c2d4fa26b4 | 34ee877c2a28aca211eb9cf2bb9298ac52554f3a | /test/src/dk/brics/tajs/test/TestUnrolling.java | 6716810a1ae86238745a486135ff86c0f80c8c81 | [
"Apache-2.0"
] | permissive | aliahsan07/TAJS | 42ede28305ffa0c6c1da19a6ad4b6a657b84e6bc | 387d375c89faf364b227caf6c2bef2cd80dd26bf | refs/heads/master | 2021-02-07T16:28:45.267229 | 2020-04-27T21:47:50 | 2020-04-27T21:47:50 | 244,051,462 | 1 | 0 | Apache-2.0 | 2020-03-25T13:52:07 | 2020-02-29T22:35:21 | Java | UTF-8 | Java | false | false | 15,101 | java | package dk.brics.tajs.test;
import dk.brics.tajs.Main;
import dk.brics.tajs.options.Options;
import org.junit.Before;
import org.junit.Test;
public class TestUnrolling {
@Before
public void before() {
Main.reset();
Options.get().enableTest();
Options.get().enableLoopUnrolling(100);
... | [
"amoeller@cs.au.dk"
] | amoeller@cs.au.dk |
d7ac3aa302dceee8b313256a63550b5c5bbb0e0a | e9c2f8cdcee975a5900ecdc12e50aefc1f8be813 | /spring-framework/test/org/springframework/jmx/AbstractJmxTests.java | ec98b00a54192a91bbac169d2921af661ff5de2d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | z-dp/springsource | feee1c285667098b72ff65c95a5e8fa5e2aa4b07 | e217eeb091c27834409ac5ee55b690b8e669c2e8 | refs/heads/master | 2020-04-10T03:19:35.581789 | 2018-12-07T04:10:04 | 2018-12-07T04:10:04 | 160,766,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | /*
* Created on Jul 5, 2004
*/
package org.springframework.jmx;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author Rob Harrop
*/
public abstract class AbstractJmxTests extends AbstractMBeanServerTests {
p... | [
"zidp@cyclecentury.com"
] | zidp@cyclecentury.com |
1f72c0337b2df49f69c2fe8d32e460543aa1c705 | f0c025942c53485b338bc43207ffff9f8353d8da | /app/src/main/java/cn/com/jinzhong/shandonggrain/android/listener/AnimationListener.java | 8281b112f92cbde8cd6a0cf64fc8d38fe6ee305d | [] | no_license | wuxinlingluan/ShandongGrain | c528ecc617a99e6ed2ff949ce00194b854ea0fed | 10cb3f03e92c1504ad8e8a631bc0ec84fbc29fde | refs/heads/master | 2020-06-24T23:13:13.723064 | 2017-07-12T00:21:24 | 2017-07-12T00:21:24 | 96,947,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package cn.com.jinzhong.shandonggrain.android.listener;
import android.animation.Animator;
/**
* Created by ${sheldon} on 2017/7/11.
*/
public class AnimationListener implements Animator.AnimatorListener {
@Override
public void onAnimationStart(Animator animation) {
}
@Override
public void on... | [
"452283765@qq.com"
] | 452283765@qq.com |
c59bed8f835990067a7d529fb37f50e7c5b2074a | e18ec261aa812df781924b408c1939455b16d914 | /entity-essentials-api/src/main/java/org/jayware/e2/assembly/api/TreeManager.java | 2439d01ab2ed26d2f74be364bdf9c0dab45a6ae8 | [
"Apache-2.0"
] | permissive | jayware/entity-essentials | f30cf173cc804b7886378160cb177c7bb77c3bd9 | 4d4ad6060caa4f5694ac1566faf954a71f81eb9f | refs/heads/master | 2021-01-19T02:27:50.822578 | 2017-11-04T22:32:11 | 2017-11-04T22:32:11 | 48,580,815 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | /**
* Entity Essentials -- A Component-based Entity System
*
* Copyright (C) 2017 Elmar Schug <elmar.schug@jayware.org>,
* Markus Neubauer <markus.neubauer@jayware.org>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the... | [
"elmar.schug@jayware.org"
] | elmar.schug@jayware.org |
912886edca6d45c08ff5afa89275128fee3b52c5 | d404e053342df7097a01cd1a91451a1ceff2075e | /fhdp/fhdp-commons/fhdp-commons-transport/src/main/java/pl/fhframework/dp/transport/dto/operations/OperationDtoQuery.java | 81f5af99f65b3a0453acc6d32414ceb8eb0c2ef5 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | assecopl/fh | b7baef104c9e5fe936f2e30eaa9c103abf35e523 | d53df8afb872999deae9733b26501451524fcee3 | refs/heads/develop | 2023-09-02T02:29:19.877030 | 2023-08-30T11:11:39 | 2023-08-30T11:11:39 | 196,387,011 | 9 | 16 | Apache-2.0 | 2023-05-15T07:30:01 | 2019-07-11T12:08:38 | Java | UTF-8 | Java | false | false | 736 | java | package pl.fhframework.dp.transport.dto.operations;
import lombok.Getter;
import lombok.Setter;
import pl.fhframework.dp.transport.dto.commons.BaseDtoQuery;
import pl.fhframework.dp.transport.enums.NullableBooleanEnum;
import pl.fhframework.dp.transport.enums.PerformerEnum;
import java.time.LocalDateTime;
@Getter @S... | [
"jacek.borowiec@gmail.com"
] | jacek.borowiec@gmail.com |
5b3ef16803656772c09762d54588645b827bc022 | b5b41e68812a831b490aa3ec8239b9dfaa6c8d1c | /src/common/ast/StringLiteral.java | b7e10110868d28b0edae64dc26d1709d1cfbea8f | [] | no_license | helensgit/stone-copy | 49ce12e08a8ee0dbaef6ed99937a248c1e61495e | ee375c1a9eb52b30c88a875eb8896fae54af31bd | refs/heads/master | 2021-01-20T19:40:23.408399 | 2016-07-28T02:11:31 | 2016-07-28T02:11:31 | 63,512,155 | 0 | 0 | null | 2016-07-28T02:11:32 | 2016-07-17T03:02:55 | Java | UTF-8 | Java | false | false | 434 | java | package common.ast;
import common.env.Environment;
import common.token.Token;
public class StringLiteral extends ASTLeaf {
public StringLiteral(Token token) {
super(token);
}
public String value() {
return getToken().getText();
}
@Override
public Object eval(Environment env) {
return v... | [
"736577434@qq.com"
] | 736577434@qq.com |
bcdc9dc429f220068aa72519b8541374eb3550f3 | 0fc66d95abdb51334479fee012f0ae8364958c52 | /src/InsertionSort.java | e90ca25b1426bc2f6b1ea7d4db8800692d0123ea | [] | no_license | LucasLuigiT/java-sorting | 9358abf71bdcfa0cc6ff0d6dc8f58da291f87ab4 | 69a57dee2e2c64d01f42d51f1ca766e0f73b3f7a | refs/heads/master | 2022-11-20T17:11:15.112039 | 2019-04-29T18:51:00 | 2019-04-29T18:51:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | import java.util.ArrayList;
import java.util.Arrays;
public class InsertionSort {
static int comparacoes = 0;
public InsertionSort() {
this.comparacoes = comparacoes;
}
public static int[] insertionSort(int[] vetor){
for (int i = 0; i < vetor.length; i++){
int num = vet... | [
"35871207+LucasLuigiT@users.noreply.github.com"
] | 35871207+LucasLuigiT@users.noreply.github.com |
fe9a8f9bc2b10b9925ef243b3b0a6e2060c0c88f | 7010d83d2a1d0f86379fc8d4a5e5897ef45ecab5 | /server/sms-svc/src/main/java/com/simple/sms/SmsApplication.java | e7c9d329e94b543d116e5459a42a7f1a48e973fb | [
"MIT"
] | permissive | windwithlife/meetinglive | 6260fd604b904a2b4c8dad96a753d7fdc2ee9af9 | baaa65a6a8761ca76c5448a7e45d2ce73f9b8eb8 | refs/heads/master | 2022-12-04T08:29:16.315018 | 2020-08-28T03:57:25 | 2020-08-28T03:57:25 | 272,113,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package com.simple.sms;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
public class SmsApplicat... | [
"windwithlife@hotmail.com"
] | windwithlife@hotmail.com |
0e50b42891e9772abaf7cec850c25bfa2c721cda | 9cebb2dd3e334df12b46c07de0ad34695b33eb22 | /hhsoft-model/src/main/java/com/hhsoft/cloud/model/user/constants/CredentialType.java | 124d42ea9e4b85d3f8bce150870c69dde40860e9 | [] | no_license | JasonBiaos/cloud-myself | b5792faa7b9ace83361d32a6f3bffe3a60c9f000 | bb3b42de3c9d63fa8365d0076d3ade0f72612485 | refs/heads/master | 2020-04-28T09:05:53.522166 | 2019-04-25T08:34:56 | 2019-04-25T08:34:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.hhsoft.cloud.model.user.constants;
/**
* @ClassName: CredentialType
* @Description 用户账号类型
* @Author Jason Biao
* @Date 2019/3/21 13:49
* @Version 1.0
**/
public enum CredentialType {
/**
* 用户名
*/
USERNAME,
/**
* 手机号
*/
PHONE,
/**
* 微信openid
*/
W... | [
"bxc"
] | bxc |
673388fb3d892020d927e90ee0d7b332d003a542 | 0c359e241cce729ce777db41d3a4feefa48c30c0 | /src/main/java/com/controllerface/cmdr_j/classes/modules/optional/shields/shieldcells/size6/ShieldCellBank_6D.java | 14033aa4124f4cfc495d6227a860a6507c3420aa | [] | no_license | controllerface/CMDR-J | 760cafe4b89fc86715ee7941d66eaaf7978cf067 | 9fc70e1ae2f2119e3dc93bbc9a26544526beb56a | refs/heads/main | 2022-09-29T02:43:58.308231 | 2022-09-12T02:09:01 | 2022-09-12T02:09:01 | 128,938,494 | 1 | 1 | null | 2021-11-21T01:42:20 | 2018-04-10T13:37:30 | Java | UTF-8 | Java | false | false | 1,542 | java | package com.controllerface.cmdr_j.classes.modules.optional.shields.shieldcells.size6;
import com.controllerface.cmdr_j.classes.data.ItemEffects;
import com.controllerface.cmdr_j.classes.data.ItemEffectData;
import com.controllerface.cmdr_j.classes.modules.optional.shields.shieldcells.AbstractShieldCellBank;
import com... | [
"controll.face@gmail.com"
] | controll.face@gmail.com |
cfb996967a7d1a5b0df6d574951c3d7eb04a6658 | 6846636a68ee346e381fe0ca30065999f66b0d1f | /src/main/java/org/xlet/upgrader/web/controller/ChangeLogController.java | 7c7d5c70435cbea93342e4dc35babe5bc0bee2aa | [] | no_license | hackerlank/upgrader | f6d16ef0106d97d155398882387cb27fb037d175 | fdb2b68ac5159507f877f0dee256b512eee78eed | refs/heads/master | 2021-01-13T14:47:42.236014 | 2014-12-10T09:16:48 | 2014-12-10T09:16:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,666 | java | package org.xlet.upgrader.web.controller;
import org.xlet.upgrader.service.ChangeLogService;
import org.xlet.upgrader.vo.PaginationRequest;
import org.xlet.upgrader.vo.dashboard.ChangeLogDTO;
import org.xlet.upgrader.vo.dashboard.form.ChangeLogForm;
import org.springframework.beans.factory.annotation.Autowired;
import... | [
"315095859@qq.com"
] | 315095859@qq.com |
9e88b03c48aa614f600ee7c0f7b8691557947866 | b20267c04f9c38ae0fab08a57a2b60391082323f | /ta4j/src/main/java/org/investphere/ta4j/indicators/trackers/HMAIndicator.java | 29a0cdcab3a81acfa8f674de5932bac5efc1c9ff | [
"MIT"
] | permissive | sumit140588/ta4j | 64b9258f7f60a076cab50ace0c118c272fbf73c3 | 15afc298b49cc907cab485458413f7f8050c582a | refs/heads/master | 2021-12-08T02:53:52.962702 | 2015-11-28T14:23:37 | 2015-11-28T14:23:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,142 | java | /**
* The MIT License (MIT)
*
* Copyright (c) 2014-2015 Marc de Verdelhan & respective authors (see AUTHORS)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, incl... | [
"dalamar01977@gmail.com"
] | dalamar01977@gmail.com |
15c170481cb5c7f245cbe0e8af2682b245494e14 | dc54461554ccb453c3b5237f612ecfc4586bc5db | /app/src/main/java/com/kagwisoftwares/nhms/Facility/DeptStaff.java | acd1da99ba2d501d2d9e63f7495ad30ea35a45ce | [] | no_license | kagwicharles/NHMs | 7c6cfcad72d9da5ab7542252c2c837a3d33891a7 | 723b3bf6af18157d725d25e5879f90cde1695ffc | refs/heads/master | 2023-04-24T12:10:51.133596 | 2021-04-22T07:06:26 | 2021-04-22T07:06:26 | 344,372,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.kagwisoftwares.nhms.Facility;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.media.Image;
import android.widget.ImageView;
public class DeptStaff {
public String getDeptName() {
return deptName;
}
... | [
"ckagwi8@gmail.com"
] | ckagwi8@gmail.com |
c936beaa7b629406e5d6d4e0cd159b6581647894 | af4c9c7b85a165b8a3bf2cd16a7f12a41f08e61a | /MyService/app/src/main/java/org/mv/service/MainActivity.java | b0a438485e580012bfc1b5386dbde8143792b0e0 | [] | no_license | kartmon61/android | 7d68b757f851957dd63e9589c8c9cab342db7c9a | a91a72d5dbdad7f96be05b88e7bbb73177e69a7d | refs/heads/master | 2020-06-17T07:42:50.262787 | 2019-09-13T11:30:07 | 2019-09-13T11:30:07 | 195,849,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,738 | java | package org.mv.service;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
EditText edi... | [
"kartmon@naver.com"
] | kartmon@naver.com |
c2ac8c66508a84196de768534e2591009c7255f0 | 8eece51d61e1b365f3447c80a54a1b6d52cf095a | /src/main/java/io/link4pay/model/transaction/TransactionResponse.java | e665685d3a40f252bc9b8e296615c7910158a87a | [
"MIT"
] | permissive | neoliteconsultant/link4pay_java | b27ceb6a764597e3e69b4c23419f481e3f1f0b08 | 8b9248e3ee80ae0336a6aa2a4884d42f1f146404 | refs/heads/main | 2023-08-29T03:36:30.344137 | 2021-10-05T16:10:19 | 2021-10-05T16:10:19 | 399,447,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package io.link4pay.model.transaction;
public class TransactionResponse {
public Response response;
public static class Response{
public String description;
public int responseCode;
}
}
| [
"neoliteconsultant@gmail.com"
] | neoliteconsultant@gmail.com |
36cdeb1e7f8da378082061da3f0cb911cb3581b2 | 2b3c4200491e15d6d1ad9a7ca3f14f7a93a0e20c | /src/main/java/com/sda/groupa/shippingcostcalculator/exchangeRateCalculator/model/CurrencyCode.java | d7f2993537b398eeb4ccf012744c075fba21e7f7 | [] | no_license | nowickiark/ShippingCostCalculator | 1d403d8cb445e7e73cc9476b9f05e4654d5adbb3 | f769d71c950fb48e4a5857067342ca176352d51f | refs/heads/master | 2021-06-26T05:54:04.637877 | 2019-12-05T19:11:16 | 2019-12-05T19:11:16 | 206,940,997 | 2 | 0 | null | 2021-03-31T21:41:58 | 2019-09-07T08:46:12 | HTML | UTF-8 | Java | false | false | 169 | java | package com.sda.groupa.shippingcostcalculator.exchangeRateCalculator.model;
public enum CurrencyCode {
PLN, EUR, GBP, CZK, NOK, CHF, HUF, SEK, UAH, DKK, RUB, USD
}
| [
"joanna.mardas@wp.pl"
] | joanna.mardas@wp.pl |
b785cf95e421e40a9dbbe14b80a131975aa49a2d | 7f23eee736dd5eec6f7d130d2427ba359437c7eb | /src/Model/SqlLiteImplementor.java | 5e54a4232e36b1b090e288c67b99646bf1cb39d8 | [] | no_license | gokkush/Exam-Creator-java | 483d6d394ab2682aaf8a6d06e618ff6a6c39f82e | d03dc324a1728151b85bc823e708a0cfd165e2a9 | refs/heads/master | 2020-08-01T19:37:02.586329 | 2019-09-27T05:38:49 | 2019-09-27T05:38:49 | 211,093,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package Model;
/*
* 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.
*/
import java.sql.Connection;
import java.sql.DriverManager;
import javax.swing.JOptionPane;
/**
*
* @author User
*... | [
"gokkush.hotmail.com"
] | gokkush.hotmail.com |
22902b9172462d017388290b399512b20642806f | 04528e587474ecb44ac60a3e2008d7baaa235b22 | /app/src/main/java/com/example/administrator/rainmusic/ui/fragment/MusicPlayFragment.java | 3a3fb1dfcbfc746f9d224b514b3b34f94b7ad8c5 | [] | no_license | DHnature/Mr.music | a2c7f9e8962124525971c4b16278c3cdc6d1e33d | cdac66a2bfa00daf84295d9711ed914a02d55e8a | refs/heads/master | 2021-01-19T17:34:04.734891 | 2017-08-22T14:13:16 | 2017-08-22T14:13:16 | 101,070,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,025 | java | package com.example.administrator.rainmusic.ui.fragment;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.os.Handler;
import android.os.Messa... | [
"501314734@qq.com"
] | 501314734@qq.com |
3803bc2d8bfe8a2da0fce22bfbbb245cffc1cc0e | 4603b544d2711dfd24df7326fc1efb7620714074 | /Study/src/com/lzz/strategy/ContextRunStrategy.java | 7873595dea224d6f5b19286087f6f43333520485 | [] | no_license | SaitoLi/MyStudyJava | eff04b275680afa937da6e4aef7b07394acbbd7e | 20de4fdaa6f14d10bf204ac91f6b22f06e40540c | refs/heads/master | 2020-03-28T18:25:25.759591 | 2018-11-26T07:11:42 | 2018-11-26T07:11:42 | 148,880,276 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 452 | java | package com.lzz.strategy;
/**
* 上下文,持有IRunStrategy的引用
* @author CunsiALIEN
*
*/
public class ContextRunStrategy {
private IRunStrategy iRunStrategy;
public ContextRunStrategy(IRunStrategy iRunStrategy) {
this.iRunStrategy = iRunStrategy;
}
/**
* 选择道路
* 通过实例化的iRunStrategy对象去调用所选择的逃跑路线
*/... | [
"mrli1211@163.com"
] | mrli1211@163.com |
515b30f2a6498aee1a33d559297107503e0e9967 | 834fcf48d224b07d06d272244a5f7526b9930735 | /Android/app/src/main/java/be/tomberndjesse/picaloc/BaseActivity.java | 7632939a44b3ab40f6c49481feb54fe45d453e09 | [] | no_license | jhoobergs/Picaloc | c56d2aa2802e0ef70e8f63937799c1abb9e6b10d | 35e99a295abb48593d6998dafeb1f8b622bc1b84 | refs/heads/master | 2021-01-12T13:40:31.992476 | 2016-09-18T14:40:01 | 2016-09-18T14:40:01 | 68,431,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,131 | java | package be.tomberndjesse.picaloc;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullab... | [
"jesse@hoobergs.be"
] | jesse@hoobergs.be |
6f02e866b2ef570fc9d4f04ff1fdbe0342424fff | 212298a1a39f63546f35fd3ac70f63c030345de9 | /src/main/java/com/snug/util/SnugUtil.java | d361dbfb7e701b7afd139901ff7a153d155f23c8 | [] | no_license | AbnerHuang2/snug | 88e53455881cac7a24bf0c4176c7c65b60ef4ea7 | aa6a1efc06ea0e7f8f6311d963d80a5253614227 | refs/heads/master | 2022-07-01T14:08:52.440442 | 2019-12-04T08:46:59 | 2019-12-04T08:46:59 | 225,794,732 | 1 | 0 | null | 2022-06-17T02:44:39 | 2019-12-04T06:22:43 | Java | UTF-8 | Java | false | false | 2,031 | java | package com.snug.util;
import com.sun.javadoc.Type;
import java.util.ArrayList;
import java.util.List;
public class SnugUtil {
/**
* 包括基本类型的数组和实体数组
* @param type
* @return
*/
public static boolean isArray(Type type){
return !type.dimension().equals("");
}
public static bo... | [
"1101964585@qq.com"
] | 1101964585@qq.com |
b11018b65c4c91ace5f65dac7868e1355f6372ac | 9dea7c8b3b8d01cbf220873f9fa4b94f8aaf41dd | /base/src/main/java/com/codvision/base/rxjava/RxSchedulers.java | ec7abc7da54da96e686c1f297c97642da512566d | [] | no_license | HongDongwei/Modulestext | e559a9f3af2eea881de22276732b7658ca83ebe9 | 36fe8761e65c7f47901133afacd66da328b5ef2b | refs/heads/master | 2023-01-31T17:06:22.239897 | 2020-12-17T02:53:27 | 2020-12-17T02:53:27 | 322,162,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package com.codvision.base.rxjava;
import io.reactivex.FlowableTransformer;
import io.reactivex.ObservableTransformer;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.schedulers.Schedulers;
/**
* Project: Modules
* Des:封装线程调度
*
* @author xujichang
* created by 2018/7/26 - 5:01 PM
*... | [
"15869109684@163.com"
] | 15869109684@163.com |
b777bf443ebd803081f2e607dfd7938777b29c2c | 3857b52280f5e893140c3ce048ed86ed0c959ab4 | /spring/ArtGallery/src/main/java/service/api/ProductService.java | 2e2e0fb3f5153aa6785bfb8a91c53ca982bc7087 | [] | no_license | madhuriSo/ArtGallery | ffdc17bc52f336b2216b8ba0019340e8c9e6ec26 | 2f844b516aa912e200f9fc3c2368f74772c72908 | refs/heads/master | 2021-08-28T04:22:00.807102 | 2017-12-11T07:07:03 | 2017-12-11T07:07:03 | 113,820,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package service.api;
import service.data.ProductData;
import java.util.List;
public interface ProductService {
public List<ProductData> getProducts();
}
| [
"madhuri.padule@gmail.com"
] | madhuri.padule@gmail.com |
2dbe3835e55209e83db2ad82de4f07b0c999eb4a | e1938b85ba2f6f15bd925e916727f48d9db5490d | /src/main/java/com/qunjie/ocean/servcie/TokenCache.java | a7c3cf952413b731136157174ae3e51027a41b59 | [] | no_license | weizhuxiao/integration | 5a6daea250f4becf7f6286d1818e2fab754289cd | 56765a97bbeb804004cfbb5841386c6f0185ea37 | refs/heads/main | 2023-08-19T04:26:48.267906 | 2021-05-19T08:35:20 | 2021-05-19T08:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,067 | java | package com.qunjie.ocean.servcie;
import com.alibaba.fastjson.JSONObject;
import com.google.common.collect.Maps;
import com.qunjie.common.email.DefaultEmailAddress;
import com.qunjie.common.email.event.SendEmailEvent;
import com.qunjie.ocean.model.TokenModel;
import com.qunjie.ocean.utils.HttpHelper;
import lombok.ext... | [
"704378949@qq.com"
] | 704378949@qq.com |
399cda9e6802c4770686950b726e6fd6f3494999 | b5a6450a4283bc604b5bbb6da266bfa8ee298de2 | /src/test/java/com/mmxb/CarRentalMgrApplicationTests.java | 25522d04cd0745869f6ab5ba3cdf7288a4a420c2 | [] | no_license | MuhammadAmmad/rental-car-manager | 70fb31f28e5c09e4511b7f7dc5f0907da62ed135 | 7e418f67925bb9ca2912bea980d2f53f3c913434 | refs/heads/master | 2021-05-30T01:34:37.638884 | 2015-12-05T17:03:59 | 2015-12-05T17:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.mmxb;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.web.WebAppConfiguration;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWith(SpringJUnit4ClassRunner.class... | [
"xingtingshu1994@aliyun.com"
] | xingtingshu1994@aliyun.com |
531e5cdd734d39cb798eed98817ec7c0d6d16e39 | f15889af407de46a94fd05f6226c66182c6085d0 | /callosumemr/src/main/java/com/nas/recovery/web/action/appointment/AppointmentAction.java | eed03dbf5497f5ce08f1b547fbc527d57620fd72 | [] | no_license | oreon/sfcode-full | 231149f07c5b0b9b77982d26096fc88116759e5b | bea6dba23b7824de871d2b45d2a51036b88d4720 | refs/heads/master | 2021-01-10T06:03:27.674236 | 2015-04-27T10:23:10 | 2015-04-27T10:23:10 | 55,370,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java |
package com.nas.recovery.web.action.appointment;
import java.util.ArrayList;
import java.util.List;
import javax.faces.event.ValueChangeEvent;
import javax.faces.model.SelectItem;
import javax.persistence.EntityManager;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
... | [
"singhj@38423737-2f20-0410-893e-9c0ab9ae497d"
] | singhj@38423737-2f20-0410-893e-9c0ab9ae497d |
811cafc1d7e7ccaf39a3f9d615915998ba4e2e90 | 793458d39b0767814ecb805bb6f298191a74bd93 | /rst-ws-cli/src/test/java/com/forkexec/rst/ws/it/ctrlClearIT.java | a61a58bd6eb4ce8ef2c535f1a333893a2a016392 | [] | no_license | CubeSkyy/ist-sdis | 883306c49d63122f7b5904adb898d6e7f98def75 | 6dc097fd143bed29d27b278d2e2a389a24ea0d69 | refs/heads/master | 2022-07-20T07:39:52.647109 | 2022-06-20T20:26:40 | 2022-06-20T20:26:40 | 199,046,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | package com.forkexec.rst.ws.it;
import com.forkexec.rst.ws.*;
import org.junit.Test;
import java.util.List;
public class ctrlClearIT extends BaseIT {
final int QUANTITY_TO_ORDER = 10;
@Test(expected = BadMenuIdFault_Exception.class)
public void successMenu() throws BadMenuIdFault_Exception, BadInitFault... | [
"miguelmendescoelho@tecnico.ulisboa.pt"
] | miguelmendescoelho@tecnico.ulisboa.pt |
00f5033fce2b3927e20a8c905af085f444dcb978 | 417aad87d96ef5557d974526ac44babe480f86dd | /Metodología de la programación/test/org/mp/sesion03/ResidenciaTestA.java | 41efc2e5484e3ba922ca9caff43a5fd68dc43d4d | [] | no_license | dsubires/UAL | a4b2d06535c7f0ed70745b9678ab22f4136b72d3 | 01ea833989421016424dc70a2956d104c77e6679 | refs/heads/master | 2021-08-15T01:41:28.464825 | 2017-11-17T05:02:19 | 2017-11-17T05:02:19 | 103,769,604 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 6,155 | java | package org.mp.sesion03;
import static org.junit.Assert.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.junit.Before;
import org.junit.Test;
public class ResidenciaTestA {
Residencia residencia;
Habitacion habitacion1;
Habitacion habitacion2;
Habitaci... | [
"dasubipar@gmail.com"
] | dasubipar@gmail.com |
fdb48558e34ebf0b11d207245a3ca978c733fc8a | 32b6d118554d0323e7dae414de066eecc99c03a6 | /src/main/java/com/mx/bookstore/service/Book.java | 6e7f257417ab9de4eb2fec6f14b6293e9eba11c1 | [] | no_license | ojuarass/BookStoreClient | f8bb9777c3d967ce5a554e8b298defb9836d928b | 8ff3b97437a822fe086e7a4556ecc7a983a121d9 | refs/heads/master | 2021-02-16T15:56:04.647818 | 2020-03-04T22:53:48 | 2020-03-04T22:53:48 | 245,021,477 | 0 | 0 | null | 2020-10-13T20:04:53 | 2020-03-04T22:57:38 | Java | UTF-8 | Java | false | false | 3,803 | java |
package com.mx.bookstore.service;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para book complex type.
*
* <p>El siguiente fragmento de esquema espec... | [
"ojuarass@gmail.com"
] | ojuarass@gmail.com |
5f283a50d4f29d35a805ace8bdacaafad4f08dac | 17e1132297512ec937f73f4cdb618ff63be021fa | /src/main/java/com/alexp/repository/UserActivityRepository.java | 9af8db7d8d26065de1fa5f852d7ab48a043c9ccf | [] | no_license | plotnik14/activity-log-app | ab376920b47bccc6d8f20df1adc5ef0861529fbd | 082d08dae71b59a679966e3dab02b4781d81b0f8 | refs/heads/main | 2023-01-01T07:31:20.996927 | 2020-10-24T20:12:57 | 2020-10-24T20:12:57 | 306,961,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | package com.alexp.repository;
import com.alexp.model.UserActivityRecord;
import java.util.Date;
import java.util.List;
public interface UserActivityRepository {
List<UserActivityRecord> searchUserActivityRecordsByParams(List<Long> userIds, Date startDate, Date endDate);
}
| [
"aleksandr.plotnikov@NetCracker.com"
] | aleksandr.plotnikov@NetCracker.com |
eb380fd75b5063b774cc79bd869a2a5e5425d5a0 | 61ee320062727efd4cee4bf320f3025f6bacaef2 | /src/io/github/norbipeti/chat/server/io/Cookies.java | a7fdefef87d1880053fade5ad790c66332a7b42f | [] | no_license | NorbiPeti/ChatServer | 2900a83d09564b5369909f85020c865347e203c3 | dfcd2c7effcc6c9066f63773e4860c937695102f | refs/heads/master | 2020-12-25T14:58:07.820343 | 2018-06-22T09:54:35 | 2018-06-22T09:54:35 | 66,225,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package io.github.norbipeti.chat.server.io;
import java.time.LocalDateTime;
import java.time.Period;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.time.format.DateTimeFormatter;
import java.util.HashMap;
import com.sun.net.httpserver.HttpExchange;
public class Cookies extends HashMa... | [
"szatmari.norbert.peter@gmail.com"
] | szatmari.norbert.peter@gmail.com |
989209f870e66dd71fd93abbfc52c9c2c9dd41bc | dd9fdb0016be5242d50e08ded1cec16aeb2048ea | /src/main/java/com/nordfors/springboot/backend/apirest/models/dao/IClienteDao.java | 0e107a7645ebe1968c798121c9976d19200b1663 | [] | no_license | ChristianNordfors/spring-apirest-clientes | 112cf86a2a7358be82df702378f432bce888bc52 | 32d0c73c04d65d810e7e533123ce398b5bd5b8c3 | refs/heads/master | 2022-12-01T10:02:58.940191 | 2020-08-22T00:05:18 | 2020-08-22T00:05:18 | 289,145,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package com.nordfors.springboot.backend.apirest.models.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.nordfors.springboot.backend.apirest.models.entity.Cliente;
import com.nordfors.springboot.backend.apirest.m... | [
"christiannordfors@gmail.com"
] | christiannordfors@gmail.com |
3a7a972e2e2e55a98fb33bf6b3200466f25848af | 123fd25b3875893466abd20061cb36a12bdcaccb | /src/grade/GradeService.java | b64ef68872e6a6f4122f21cc723ce4df6eb92bb7 | [] | no_license | selss2/test2 | 95755f8c09329d291c9a2afd16717da3481fb394 | 2b2efefaf9d9dabcf083300e469b667711ba97d3 | refs/heads/master | 2021-01-16T20:42:38.000184 | 2016-07-26T08:38:35 | 2016-07-26T08:38:35 | 63,741,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package grade;
import java.util.List;
public interface GradeService {
// 총 7개의 기본 패턴이 존재하더라
// exeU
public int insert(GradeBean grade);
public void update(GradeBean grade);
public String delete(String del);
// exeQ
public List<GradeBean> list();
public List<GradeBean> findById(String id);
public GradeBean fi... | [
"selss212@gmail.com"
] | selss212@gmail.com |
847b3d28fc4167a64fdb90adbedacc66cf66b301 | 7cf0dcc2a3b76570823eb1c72f3976bcdd965fb2 | /_testers_SomModules/src/org/NooLab/demoiinstances/A1_SomFluid_Application_Applet.java | 824f900cf6ba3fafece2c40873971523a4b0491c | [] | no_license | Girshwick/noolabsomfluid | ecfb3525b81795048095249d972366e9626682f0 | d1418e02f6db3ef6d1134670797357e26f5bc3ce | refs/heads/master | 2021-01-25T05:21:37.894854 | 2012-11-05T18:53:02 | 2012-11-05T18:53:02 | 34,005,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,525 | java | package org.NooLab.demoiinstances;
import processing.core.*;
import org.NooLab.field.FieldIntf;
import org.NooLab.somfluid.SomAppFactoryClientIntf;
import org.NooLab.somfluid.SomApplicationIntf;
import org.NooLab.somfluid.SomApplicationResults;
import org.NooLab.somfluid.SomFluid;
import org.NooLab.somf... | [
"klaus.wassermann@gmail.com@5e08b179-1489-47ab-2bb8-484ae94cf756"
] | klaus.wassermann@gmail.com@5e08b179-1489-47ab-2bb8-484ae94cf756 |
bb7af0d2fca4fa1c885568fcbd2527af693b1670 | e49ddf6e23535806c59ea175b2f7aa4f1fb7b585 | /tags/release-5.2.1/mipav/src/plugins/PlugInAlgorithmDrosophilaRetinalRegistration.java | 0e1798e4e0219ca05694209450d2338c8956d3a6 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | svn2github/mipav | ebf07acb6096dff8c7eb4714cdfb7ba1dcace76f | eb76cf7dc633d10f92a62a595e4ba12a5023d922 | refs/heads/master | 2023-09-03T12:21:28.568695 | 2019-01-18T23:13:53 | 2019-01-18T23:13:53 | 130,295,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,751 | java | import gov.nih.mipav.util.MipavMath;
import gov.nih.mipav.model.algorithms.*;
import gov.nih.mipav.model.algorithms.utilities.AlgorithmFlip;
import gov.nih.mipav.model.file.*;
import gov.nih.mipav.model.structures.*;
import gov.nih.mipav.view.*;
import gov.nih.mipav.view.dialogs.JDialogVOIStatistics;
import ... | [
"mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96"
] | mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96 |
184180de9ee676c49f039b40d335916f581e0898 | fe61c93162aa987a193f86c5f587b5cf8fe0dbc6 | /src/com/javarush/JavaSyntax/task/task07/task0712/Solution.java | 44a2c8576649340a34111632072a543ba955656a | [] | no_license | DenisLaptev/MyJavaRushProject | aa7edf1da9c98fdf2954b76c5f632f4c0d981869 | ff5cc2d8a6640a59b84f50bc4fa609ef67bc0dfa | refs/heads/master | 2020-06-29T08:11:13.786260 | 2019-08-04T11:07:09 | 2019-08-04T11:07:09 | 200,482,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.javarush.JavaSyntax.task.task07.task0712;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
/*
Самые-самые
*/
public class Solution {
public static void main(String[] args) throws Exception {
//напишите тут ваш код
ArrayList<String> stringLi... | [
"laptev.denis.18@gmail.com"
] | laptev.denis.18@gmail.com |
a7d9fb7243e6237724c3e3748176c60d7981fc79 | fc98ecdc22882d25424c42f97ff902b22eccd436 | /xmsadapter/src/main/java/org/xms/g/location/GeofencingEvent.java | d93485f11fc47687307d84013183b8176557a932 | [] | no_license | Jos9eM/MapsHuawei | 2e6614111b6cbcc0561958fc54494f660018fba1 | 13c4c8a29811857254d6743e634d3cb9cdeee990 | refs/heads/master | 2021-05-24T14:06:48.723702 | 2020-04-06T19:38:13 | 2020-04-06T19:38:13 | 253,597,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,980 | java | package org.xms.g.location;
public class GeofencingEvent extends org.xms.g.utils.XObject {
private boolean wrapper = true;
public GeofencingEvent(com.google.android.gms.location.GeofencingEvent param0, com.huawei.hms.location.GeofenceData param1) {
super(param0, null);
this.setHInstance(pa... | [
"josue.monzon.f@gmail.com"
] | josue.monzon.f@gmail.com |
eff4d919dcfd59c919a73fe5accf17cd5a2aa2a9 | 02d1e71d946456b7f619e3cb0350ddff54eef6e0 | /app/src/main/java/com/appropel/xplanegps/view/util/LocationUtilImpl.java | c90d7f5955f1909d2ba2d371358b9f95cc7db7a1 | [] | no_license | aworldnervelink/xplane-to-gps | a5b908f086db66651cefdc5849628297bfadb0f9 | 3b798ffa77c0339d1e5b0508fa152be74cba8445 | refs/heads/master | 2021-02-10T17:58:31.983366 | 2018-04-14T20:21:55 | 2018-04-14T20:21:55 | 244,405,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,225 | java | package com.appropel.xplanegps.view.util;
import android.location.Location;
import android.location.LocationManager;
import com.appropel.xplane.udp.Data;
import com.appropel.xplanegps.common.util.LocationUtil;
import com.appropel.xplanegps.common.util.XPlaneVersion;
import com.appropel.xplanegps.common.util.XPlaneVer... | [
"kroll@appropel.com"
] | kroll@appropel.com |
b74c2109d8ddfbcef3787abb409d231dfe3bb07f | c49fa7c0f679da9b05ad7dd8d3c98df42b059970 | /EasyGandhinagar/src/com/nplussolutions/easygandhinagar/PublicFacilities.java | 58741a82d1e2cdb66025821da4160252761240a8 | [] | no_license | 05bca054/gnadhinagar_android | d6c0eee81675dcf1607c6df62a8c1e457f92d6a2 | 7535c6dcd22617032e232ac9602ae786ab84d3d6 | refs/heads/master | 2021-01-23T02:59:19.245146 | 2014-09-24T05:11:05 | 2014-09-24T05:11:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,109 | java | package com.nplussolutions.easygandhinagar;
import java.net.URLEncoder;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.util.EntityUtils;
import org.json.JSONArray... | [
"05bca054@gmail.com"
] | 05bca054@gmail.com |
286fcec882dd84c8d4924210315d4362a565aa2d | c008f811103f4dd87f07d1b870fb7a2d75b76efe | /src/main/java/com/actividad06/service/DeporteServiceImpl.java | 2d59273a47022dc3e8240a552bac63103392a4ba | [] | no_license | jeremychaflocgit/Actividad06 | 9ec919b1752bd0096a6926ead8a2ae5f1f2e42aa | 3d45d6c873a363695fd0f4d486aa387e552ad91a | refs/heads/master | 2023-08-22T07:48:43.104100 | 2021-10-18T03:07:30 | 2021-10-18T03:07:30 | 418,325,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package com.actividad06.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.actividad06.entity.Deporte;
import com.actividad06.repository.DeporteRepository;
@Service
public class DeporteServiceImpl implements Deport... | [
"cchaf@ANTRYX"
] | cchaf@ANTRYX |
ed3d1ad8d40c8d4b0be835ae969ef1db5dff7db2 | 8393c0ca0974beba03c455110b04e4accce239bd | /src/main/java/com/example/spring/demospring/dependency/lookup/TypeSafetyDependencyLookupDemo.java | 959fc6ff5f56cdaf22cb25eb8a1993751c6eb66e | [] | no_license | zll1020/demo-spring | 4c414f9c069b06d64345159e0ec7c1788df07824 | 235f93321017cf22857e616c49d2664d16f0eefd | refs/heads/master | 2022-11-18T11:57:41.354408 | 2020-07-17T10:19:20 | 2020-07-17T10:19:20 | 276,797,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,499 | java | package com.example.spring.demospring.dependency.lookup;
import com.example.spring.demospring.domain.User;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.ListableBeanFactory;
import org.springframework.beans.factory.Object... | [
"zhangll6@ziroom.com"
] | zhangll6@ziroom.com |
4f64a810cc047c208c340ecd910fdbca6ab54f34 | a95c979c4b5a446e02f80997442f39c055d629a4 | /app/src/main/java/jigneshkt/test/com/testproject/presentation/ui/flightschedule/FlightScheduleView.java | 2eb7ba39678667b9165d39af5707c3c21b56290f | [] | no_license | JigneshKT/FlightSchedule | dba4facd034a892adc27373558ab17b9cc905553 | 13902f834d51b0bef944a5ef48ae35b3b46acd9f | refs/heads/master | 2020-05-03T20:45:18.581558 | 2019-04-03T07:21:33 | 2019-04-03T07:21:33 | 178,809,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package jigneshkt.test.com.testproject.presentation.ui.flightschedule;
import java.util.ArrayList;
import jigneshkt.test.com.testproject.base.BaseActivityView;
import jigneshkt.test.com.testproject.domain.model.FlightSchedule;
public interface FlightScheduleView extends BaseActivityView {
void setArrivalAirport... | [
"iintegrator@gmail.com"
] | iintegrator@gmail.com |
56d47296d1b4fb4fd273056e5b97d5c0f8e63eb0 | 45801185e808b4da9bf641866e67f501ec13966f | /app2/src/main/java/com/example/wincber/recyclerdialogfragment/MyRecyclerHolder.java | 71783b536abc5b6182274ed7e33f10f6f824eebf | [] | no_license | NIUNIUN/InjectStudy | 79211e8f34d7ba297967f6805d1dfb8657923244 | c3ab2333f37cbcde21e76167751427da69ef9245 | refs/heads/master | 2023-01-14T04:30:01.642577 | 2020-11-30T08:10:23 | 2020-11-30T08:10:23 | 317,152,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.example.wincber.recyclerdialogfragment;
import android.support.v4.view.ViewPager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.LinearLayout;
/**
* Created by wincber on 9/21/2016.
*/
public class MyRecyclerHolder extends RecyclerView.ViewHolder{
Vi... | [
"tangxueqing@qinglianyun.com"
] | tangxueqing@qinglianyun.com |
42a87627cc182340054619d32f15982a6a88445f | 08a528e03695d6603d0e29b1b6391faa5cc3aefa | /src/main/java/org/seckill/entity/Seckill.java | c6363a80a7d9b2a68673364a655650c7be7471b3 | [] | no_license | zihua-chen/seckillSystem | 71be7e4fc0f4085260efefb660a2e3cc1275f3cc | 9a913c741bcba502c852bace6c2461785775f66c | refs/heads/master | 2023-01-13T11:07:14.889687 | 2020-11-19T06:40:56 | 2020-11-19T06:40:56 | 314,145,494 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | java | package org.seckill.entity;
import java.util.Date;
/**
* @author=zhch
*/
public class Seckill {
private long seckillId;
private String name;
private int number;
private Date startTime;
private Date endTime;
private Date createTime;
public long getSeckillId() {
return seckil... | [
"czh18379163710@163.com"
] | czh18379163710@163.com |
34b26ec2c2c7ac72aae0eebce3c5e565c7f06550 | 09308f131534645a55a6ebdea1e6200d2f172f91 | /Tetris/Tetris_19June/game/src/devan/input/conditionalInput/ConditionalTouchUp.java | 398547e8edb89d312418828065d6793d3b5801ba | [] | no_license | misterdustinface/prototypes | db937527bade4e5e151b32690d229deab2d8e6bf | b80e017317a329b63dfc609f2ac5d4b7d196d742 | refs/heads/master | 2021-01-25T12:24:01.090439 | 2015-08-02T19:54:53 | 2015-08-02T19:54:53 | 18,827,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package devan.input.conditionalInput;
import devan.input.VGesture.TouchUpListener;
public class ConditionalTouchUp implements TouchUpListener{
Conditional condition;
TouchUpListener listener;
public ConditionalTouchUp(Conditional condition, TouchUpListener listener) {
this.condition = condition;
th... | [
"misterdustinface@gmail.com"
] | misterdustinface@gmail.com |
d2af8ac7dc0f690dc6a8225b7a55815752c03e3f | 31aa8c70feec18e13be80329428e826a4854ca92 | /src/main/java/org/example/web/dto/Book.java | 750a005ce379cb04522060ea2e235398c2c5e6b2 | [] | no_license | DmParshin/simple_mvc | 3abc5be8128b4ed679f29b6b0ac9ddfaa2abfa4b | 58d99d313dc9a2faeeaa241bc0ff7c499d25b300 | refs/heads/master | 2023-06-21T08:44:27.140463 | 2021-07-21T09:26:10 | 2021-07-21T09:26:10 | 387,329,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package org.example.web.dto;
public class Book {
private String id;
private String author;
private String title;
private Integer size;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getAuthor() {
return au... | [
"DmParshin@gmail.com"
] | DmParshin@gmail.com |
818859ed8d098c10f568ef2374203c441da0b775 | 643f4173f934049ce825d9e3f097abb70587e4f2 | /Assignment_2/src/main/java/com/cs499/a2/web/rest/UserResource.java | bc4d75535cd32187dbd5a480481d754db8706603 | [] | no_license | chunhho/CS499-Cloud | 22557536490a308021725b9d954ce0bcd6e3296d | c345d3170532dbe53f7507844e980c37e126cda5 | refs/heads/master | 2021-01-01T20:05:31.580524 | 2017-03-22T23:13:41 | 2017-03-22T23:13:41 | 78,381,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,297 | java | package com.cs499.a2.web.rest;
import com.cs499.a2.config.Constants;
import com.codahale.metrics.annotation.Timed;
import com.cs499.a2.domain.User;
import com.cs499.a2.repository.UserRepository;
import com.cs499.a2.security.AuthoritiesConstants;
import com.cs499.a2.service.MailService;
import com.cs499.a2.service.User... | [
"Gary Ho"
] | Gary Ho |
bdc951717aae4aef617d589838f2f04bfd75691e | 45d58ad7e0af7cf0ec69ee218b0ba46da81c2abd | /src/java/org/apache/fop/datatypes/ValidationPercentBaseContext.java | 6349fc4d16757f9ddb20f9cc6079514b0cbf82a0 | [
"Apache-2.0"
] | permissive | balabit-deps/balabit-os-7-fop | 48cc73bfb90a83329d4e8041bf1c622884df8a08 | 3ff623f6752a0550998528362469857048ccb324 | refs/heads/master | 2020-04-07T09:11:06.972556 | 2018-11-07T15:43:56 | 2018-11-07T15:43:56 | 158,243,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,169 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"testbot@balabit.com"
] | testbot@balabit.com |
457ce99a5e561993f4055bf679efd38d3e9b3386 | 45261cf94bc061c6c8025e47dec37c741789bbd7 | /src/test/java/br/com/supero/books/BooksApplicationTests.java | 3269da41612909e7ca77bbdbd6dee1d7c8a4dd4f | [] | no_license | YouFool/books-api | 249b23a1783a71136690c6ea5dfdfea66d0eb8e9 | f78a933761526a0c4ae78adf8c2a7948effb28d1 | refs/heads/master | 2021-01-08T16:17:29.910336 | 2020-02-23T02:11:46 | 2020-02-23T02:11:46 | 242,077,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package br.com.supero.books;
import org.junit.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class BooksApplicationTests {
@Test
public void contextLoads() {
}
}
| [
"joao.heckmann@mouts.info"
] | joao.heckmann@mouts.info |
fb5c938490a281eda632f990ceeec3923f8dcda7 | 5cde8e269e98f5d348056e1b8e3d4cfedb33afc5 | /src/main/java/com/sinovatech/search/orm/hibernate/SimpleHibernateDao.java | c52e9e8d6686bb88b47cfbe3ad9805dcbdcc29ea | [] | no_license | gyygit/searchH | 82a075c1bd9925cf92fea5a7a865ec234501787c | 0222000f79647402d5a01bb0dba361e6c3b2c9ec | refs/heads/master | 2020-04-09T22:19:13.596057 | 2018-12-06T06:05:54 | 2018-12-06T06:05:54 | 160,625,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,085 | java | /**
* Copyright (c) 2005-2010 springside.org.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
* $Id: SimpleHibernateDao.java 1205 2010-09-09 15:12:17Z calvinxiu $
*/
package com.sinovatech.search.orm.hibernate;
import java.io.Serializable;
import java.util.Collection;
import j... | [
"gaoyangyang@sinovatech.com"
] | gaoyangyang@sinovatech.com |
d726d63345f9b9c3c9a65bfbfd54d8d8ec5b31a3 | 70c709f05c4c1acc92f8cb0cdfc701878859096a | /src/java/controller/themdmcontroller.java | f28dd51a2509d750f6df71f727b1698c2c0f8c2f | [] | no_license | tringuyenvn94/shop-quan-ao | 0313c7e790889bd8922c1edc4dd509fed5ee1258 | 0c2322d6c1c0afe87693ffac34148f0316fb9cad | refs/heads/master | 2020-05-18T16:40:55.106917 | 2013-06-28T06:06:43 | 2013-06-28T06:06:43 | 37,208,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,026 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package controller;
import dao.SPDao;
import dao.danhmucdao;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import java... | [
"tanbinh.dev@gmail.com"
] | tanbinh.dev@gmail.com |
3cf2ef4f2adcd6c62473514b35f71c973663c4d7 | 9aeb261d951d7efd9511184ed38c9caa0a3cd59f | /src/main/java/com/android/tools/r8/naming/identifiernamestring/ClassForNameIdentifierNameStringLookupResult.java | 5785d0a64b92ec3a845e61df207a0c10f9903c5c | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | veryriskyrisk/r8 | 70bbac0692fcdd7106721015d82d898654ba404a | c4e4ae59b83f3d913c34c55e90000a4756cfe65f | refs/heads/master | 2023-03-22T03:51:56.548646 | 2021-03-17T16:53:58 | 2021-03-18T09:00:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | // Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.naming.identifiernamestring;
import com.android.tools.r8.graph.DexType;
impo... | [
"christofferqa@google.com"
] | christofferqa@google.com |
b435677b487324b837e0b578fac9e3b688af39f7 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/DeleteProvisionedConcurrencyConfigRequestMarshaller.java | bb0c2c0fcad080c75cab69cc68c56e2f4fe2275b | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 2,535 | java | /*
* Copyright 2018-2023 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... | [
""
] | |
6b3ac37ed840a197e4ddaffe7ac2dc242e49ffef | 793a6274ee39ac04114b12b92e46940454d1ffbd | /kouyudao/src/main/java/com/ludashen/dao/OrderDao.java | 6a2195b346a0d0cfb7d2fef007191a4ea1565ac6 | [] | no_license | ludagewudi/EnKouyu | 6d76fad96ba2808a7930d2cd910abd1292b14c86 | 9f731bb194322a4ba44284a94915475ec576db51 | refs/heads/master | 2022-12-21T19:34:01.154467 | 2020-01-04T17:23:06 | 2020-01-04T17:23:06 | 231,801,531 | 0 | 0 | null | 2022-12-16T04:25:40 | 2020-01-04T17:24:55 | Java | UTF-8 | Java | false | false | 1,055 | java | package com.ludashen.dao;
import com.ludashen.kouyumain.A;
import com.ludashen.kouyumain.B;
import com.ludashen.kouyumain.Order;
import com.ludashen.kouyumain.Title;
import org.apache.ibatis.annotations.One;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.annotations.Results;
import org.apache.ib... | [
"195823423@qq.com"
] | 195823423@qq.com |
c99bcb17e6b8a15a8d47d3770679f6440a32dbda | 888ada06f371ebf09b845dcfa9e36e5dce9b50ba | /user-service-demo/src/main/java/com/laoxu/userservice/UserServiceDemoApplication.java | 6b9093971e7d43fd99f19c8d2913f88b8e9ab923 | [] | no_license | 1051513344/spring-cloud-basic | 6628c8378ebd4264117330ed4d345d1fa58740cb | effe07c3e8af57dab711350b0d40485333c2dc68 | refs/heads/master | 2022-12-04T04:30:10.167661 | 2020-08-18T09:40:25 | 2020-08-18T09:40:25 | 288,413,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.laoxu.userservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@SpringBootApplication
@EnableEurekaClient // 开启EurekaClient功能
public class UserServiceDemoApplicat... | [
"xushunjie@zhuojianchina.com"
] | xushunjie@zhuojianchina.com |
3870def08925d76fcc946fb9c8993e32bc39da95 | 53204595f0ce28dfaa939114a7901d7ada033c26 | /src/com/xclink/ch04/Arc.java | 53985de6b3a77688c51000a5ee1301ad855ac4d8 | [] | no_license | hongdk/beginner | 0cfe0809f51df0dc6015442fc5ef5ab953d591af | c134bd7570f1c4841314eea49570dce48feceb42 | refs/heads/master | 2020-03-20T03:27:50.461046 | 2018-06-13T03:18:26 | 2018-06-13T03:18:26 | 137,147,105 | 0 | 0 | null | null | null | null | ISO-8859-7 | Java | false | false | 89 | java | package com.xclink.ch04;
public class Arc {
//ΚτΠΤ
//·½·¨
}
| [
"hongdk@ontheway"
] | hongdk@ontheway |
d38d0fe2e104d9cc0efc77ec8b2623907975359a | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/test/android/javatests/src/org/chromium/chrome/test/pagecontroller/controllers/notifications/DownloadNotificationController.java | 248bd4504556a7b27893317e94f53521ee3fb393 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | Java | false | false | 1,398 | java | // Copyright 2019 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.chrome.test.pagecontroller.controllers.notifications;
import org.chromium.chrome.test.pagecontroller.controllers.PageController;
imp... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8e9b2c5457520e67028686f7475cccf8c51416e6 | 140c5dca031e3b49e47e4aa25d5cd87fdde1fcff | /Sokoban33/app/src/main/java/com/example/sokoban33/LevelItem.java | dedf0a5f4c42882b206d5ecea42ead92533ab20b | [] | no_license | danielhlousek/TAMZ---Sokoban | 6620fda26e4a0e38d67e7c8203d2cbbe5eee02eb | 9ed6bfd1c6f280305c99b14d5578b195e191a70c | refs/heads/master | 2020-09-13T09:13:24.096109 | 2019-12-18T15:01:38 | 2019-12-18T15:01:38 | 222,721,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.example.sokoban33;
public class LevelItem {
int id;
String name;
public LevelItem(int id, String name) {
this.id = id;
this.name = name;
}
}
| [
"hlousek.dh@gmail.com"
] | hlousek.dh@gmail.com |
c634b82daa1f87d1545001dc84593d7a8a835b40 | 120e613549a40dcc610f4a688a05291e32c3d424 | /src/test/java/generator/ImprovedRecursionFifonacciGeneratorTest.java | d35f93b7c341e704ebb2fc6cf4995b8fc98f55a9 | [] | no_license | vmelnychuk/java-fibonacci | 5c89a7d4c1ae8944cf0269de34c1993a67bd52fc | b040a364ced7cb15f635e3f64ec4c6f005a94dd6 | refs/heads/master | 2021-01-09T21:53:45.209697 | 2015-10-06T13:11:26 | 2015-10-06T13:11:26 | 43,687,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,739 | java | package generator;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.math.BigInteger;
import static org.junit.Assert.*;
// http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibtable.html
public class ImprovedRecursionFifonacciGeneratorTest {
private FibonacciGenerato... | [
"vmmelnychuk@gmail.com"
] | vmmelnychuk@gmail.com |
5ba9c6dfb191e831fb54706e3eb525c711e00cfc | f39a53e8c015be238c11d0cb3e6bc266a1b87929 | /src/main/java/rs/ac/ftn/uns/sep/bank/model/Card.java | 10213ea490b7809acb0a010afdad12494146d724 | [] | no_license | vujasinovic/SEP-Bank | 00751082ce4b1bd91ad014a4ec23ed7e9059995d | 103ebb41d5e97fdc43e29a6f1ee8a15e701727f7 | refs/heads/master | 2022-01-30T12:16:01.808319 | 2020-01-31T13:07:39 | 2020-01-31T13:07:39 | 226,938,922 | 0 | 0 | null | 2022-01-07T00:19:18 | 2019-12-09T18:23:20 | Java | UTF-8 | Java | false | false | 520 | java | package rs.ac.ftn.uns.sep.bank.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import lombok.ToString;
import javax.persistence.*;
import java.sql.Date;
@Entity
@Data
public class Card {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private Strin... | [
"aleksandar.vujasinov@gmail.com"
] | aleksandar.vujasinov@gmail.com |
98154cebfcee2764572f793b9957d5369ed88ddf | 6a6d325ec45ddb249d484808f7014e8d438de549 | /src/main/java/com/technobel2021/exercicehotel/model/ErrorDTO.java | 3a938bf5e26b7c8b8f0f4e9612dd708e716891e8 | [] | no_license | Shimshaker/ExerciceHotel-master | 281c49c093c189dfb6230cfadf936a0f230cd230 | 7cfdf2e9497a5cb5e8845d861a0944710fbd45d4 | refs/heads/master | 2023-08-19T08:03:42.887456 | 2021-10-18T19:49:42 | 2021-10-18T19:49:42 | 418,435,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package com.technobel2021.exercicehotel.model;
import java.time.Instant;
public class ErrorDTO {
private String message;
private Instant timestamp = Instant.now();
public ErrorDTO(String message){
this.message = message;
}
}
| [
"shimshaker@gmail.com"
] | shimshaker@gmail.com |
e058e89932ee72ed24dab35e9d06797afc2fea28 | 695908e1b54f985602646e50a8880b47d0a6cc46 | /src/main/java/com/enbiso/proj/jproject/domain/Task.java | f1af8fc78fee1f9299d4731c82d7c3e3658c5269 | [] | no_license | aarimaz/jproject | d7182e1d48634e9161b03b60c176d7ae71644177 | 5aff7094ab170db9c5653331ab3abedb686f921f | refs/heads/master | 2021-01-18T14:49:46.688980 | 2015-11-01T15:47:43 | 2015-11-01T15:47:43 | 44,820,299 | 0 | 1 | null | 2020-09-18T06:57:10 | 2015-10-23T15:06:01 | Java | UTF-8 | Java | false | false | 4,160 | java | package com.enbiso.proj.jproject.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import javax.validation.constraints.*;
import java.io.Serializable;
import java.util.HashSet;
impo... | [
"farajfarook@gmail.com"
] | farajfarook@gmail.com |
1ab1c3234c91736e24381684c2cee3fc184455ac | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project38/src/test/java/org/gradle/test/performance38_4/Test38_385.java | 20dc32a99c4dc57cc8ae372b3179059568e5c342 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance38_4;
import static org.junit.Assert.*;
public class Test38_385 {
private final Production38_385 production = new Production38_385("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
46e2f014b4a6ff4739ac5967f740ccdeb7dfe177 | 75d42a46699563f5b85261bbd6149fb9b2dbe120 | /src/EightHouses.java | 2111bffbf108d3674c009718c9149bc312871380 | [] | no_license | allaharsha/Leetcode | 00c7bbbfe8898225fbc6dbb6140de3b4201297c3 | 930f03f5f93493e2e95024589d928dd8feb9ec5b | refs/heads/master | 2021-07-08T19:51:28.313312 | 2021-03-10T16:05:33 | 2021-03-10T16:05:33 | 230,963,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java |
public class EightHouses {
static int[] eightHouses(int[] arr,int num) {
int[] dup = new int[arr.length];
for(int i=0;i<num;i++) {
for(int j=0;j<arr.length;j++) {
if(j==0) {
if(arr[j+1]==0)
dup[j] = 0;
else
dup[j] = 1;
} else if(j == arr.length -1) {
if(arr[j-1]==0)
... | [
"alla.sriharsha94@gmail.com"
] | alla.sriharsha94@gmail.com |
b40589becdba1991729c5fb611fc7f42e7123f6c | 2847d4c31adae04f620c805d285ea2f6bacd5caa | /referenceguide/Droid/obj/Debug/android/src/md52cbbb386ce1d336d1e7fd8910a8d96d8/EntryUnderlineRenderer.java | 58803b053f62d0430bf03cccec296acf352777f1 | [] | no_license | SteveFarmerJr/CommonCore | 6f29568af8f88890b3e2f348ce7d9bc392fbbf7e | b0eb3e43107fd5dfddc6d6f055f7b8f3a9d8b2f1 | refs/heads/master | 2021-01-20T13:58:11.464283 | 2017-05-04T20:36:19 | 2017-05-04T20:36:19 | 90,543,571 | 1 | 0 | null | 2017-05-07T15:45:15 | 2017-05-07T15:45:15 | null | UTF-8 | Java | false | false | 2,578 | java | package md52cbbb386ce1d336d1e7fd8910a8d96d8;
public class EntryUnderlineRenderer
extends md5b60ffeb829f638581ab2bb9b1a7f4f3f.EntryRenderer
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"";
mono.android.Runtime.register ("Xamarin.Forms... | [
"Les.Brown@valorepartners.com"
] | Les.Brown@valorepartners.com |
b1cc0f31052d66a90e882aa480a45b005fc75748 | b7200579583b9220a7e1268e7c0b31edac882077 | /app/src/test/java/com/example/gode_user01/splashactivitydemo/ExampleUnitTest.java | db05e355266f481c0d86bbcd82114fd80b4e1822 | [] | no_license | DeLaSalleUniversity-Manila/splashactivitydemo-laureeeengarcia | 47f1f30f52cbc5a891a5bfde2cf7d5108fda6b04 | 73f53b4d938dff3c7c31ce81edf67cf42d9fe9bb | refs/heads/master | 2016-08-13T01:00:29.555668 | 2015-12-07T15:43:33 | 2015-12-07T15:43:33 | 47,048,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.example.gode_user01.splashactivitydemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, ... | [
"laureen_garcia@dlsu.edu.ph"
] | laureen_garcia@dlsu.edu.ph |
f65778a6a2d1a7b5ee9db64fe7480d6b34645ff2 | 61e68bdd73fd516cfb2da36673c856139da2b6c7 | /src/FileScanner.java | 17b1bfe5ae89080c59abad681fcb42c8c9836301 | [] | no_license | wittrura/MovieGuess | c81788013992d35c94b38b673afb0c69aeafb5d3 | db749c771c587780d0ec6d72c46a9348ee2ffc7f | refs/heads/master | 2021-08-17T00:53:12.435820 | 2017-11-20T15:53:23 | 2017-11-20T15:53:23 | 111,430,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.Scanner;
import java.io.File;
import java.io.BufferedReader;
public class FileScanner {
public String[] getArrayOfMovies() {
int lines = 0;
try {
File file = new File("/Users/ryanwittrup/Development/BUILD_... | [
"ryan.wittrup@gmail.com"
] | ryan.wittrup@gmail.com |
d60dbebc4d489da2aa254beb2fe7d28072f6b912 | c992cc664787167313fb4d317f172e8b057b1f5b | /modules/ui-widgets/src/main/java/io/jmix/ui/widgets/client/addons/dragdroplayouts/ui/VDDLayoutStateDragImageProvider.java | 6ebb845d868efb5a49367874d1eb79b218d0fdd2 | [
"Apache-2.0"
] | permissive | alexbudarov/jmix | 42628ce00a2a67bac7f4113a7e642d5a67c38197 | 23272dc3d6cb1f1a9826edbe888b3c993ab22d85 | refs/heads/master | 2020-12-19T15:57:38.886284 | 2020-01-23T10:06:16 | 2020-01-23T10:06:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | /*
* Copyright 2015 John Ahlroos
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | [
"minaev@haulmont.com"
] | minaev@haulmont.com |
3d6c6cf3d8ecf17ed0af61fcda69e99de0c27a60 | aa15679345905da58284e85efd53f9815226fc32 | /tarea5/factorialOpotencia.java | 15df7e9a01c52a89338872ddd93534791a46260d | [] | no_license | joshuansu0897/Estructura-de-Datos | cf5e3c0ddf4374e3aa90d157fdaeb33e219616c0 | 6b5a7928fb4905cc85967ad9c208b51a7b4a9d3e | refs/heads/master | 2021-01-13T07:06:35.485974 | 2017-05-18T21:39:50 | 2017-05-18T21:39:50 | 81,613,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,183 | java | import java.util.Scanner;
class factorialOpotencia{
static String seguir = "si";
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
if (seguir.equals("si")) {
System.out.println("Que quieres hacer?(1.-Factorial 2.-Potencia)");
int hacer = sc.nextInt();
if (hacer... | [
"joshuansu0897@gmail.com"
] | joshuansu0897@gmail.com |
6234549a99532cfff60c0664a2ba5b170d24c478 | beb9924aea1950e6d7b5e6843dfe646c707f436b | /src/main/java/com/agency04/sbss/pizza/controller/customer/exception/CustomerErrorResponse.java | 5ec7de6e8d07bdb89076d9d90a97d0c0020b6887 | [] | no_license | AKristo10/summeragency04 | d6d23e77b079692a96f762455eb2a5d375368817 | 874705fd359df20f975eb5fe05351ed45b1156af | refs/heads/main | 2023-07-15T19:30:31.825328 | 2021-08-27T14:10:12 | 2021-08-27T14:10:12 | 387,786,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package com.agency04.sbss.pizza.controller.customer.exception;
public class CustomerErrorResponse {
private int status;
private String message;
public CustomerErrorResponse(){}
public CustomerErrorResponse(int status, String message){
this.status = status;
this.message = message;
... | [
"andrea.kristo@fer.hr"
] | andrea.kristo@fer.hr |
cb1f7665976b30656fb78f3710271cbcae9f9c94 | cfc94d0b10315a5dcd87f3df067b864174cc3334 | /src/main/java/com/neelima/bookstore/security/UserDetailsImpl.java | 91931c8b3a0dc034811dd59c52c6658aac53d35a | [] | no_license | rdongol10/BookRecords | c081e7a42e1b311e9f33b55a75a3dd29148f348c | 599c288182a03fe1dfd74f461f4ebbff03545b66 | refs/heads/master | 2023-03-18T08:01:59.731688 | 2021-03-05T10:35:39 | 2021-03-05T10:35:39 | 339,123,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package com.neelima.bookstore.security;
import java.util.Collection;
import java.util.Collections;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import com.neelima... | [
"rawbean08@gmail.com"
] | rawbean08@gmail.com |
65a6d87a34d86d2487c532716f95dca8e93d6857 | 9d9405b973cac9ce688b3c39b278454fe6ea64d5 | /sip-servlets-examples/shopping-demo-jsr309/business/src/main/java/org/jboss/mobicents/seam/actions/AfterShippingAction.java | 58fc4db998c6e09cdaf7fca9278698174f3f3d1d | [] | no_license | stevesui/sipservlet | 56a9115bfe699edc9b664f9e5a3c0172d15dc89e | dcd977dc191334b2b0aa143504836564b53fadcc | refs/heads/master | 2021-01-13T01:36:33.185702 | 2014-07-31T17:43:26 | 2014-07-31T17:43:26 | 22,393,134 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,752 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011, Red Hat, Inc. and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms o... | [
"stevesui@yahoo.com"
] | stevesui@yahoo.com |
174131b0144f3f3e60813448aaa109d3ca0c99d7 | b76ce50032bdae15f5a3654e1fa55345fe20aca2 | /build/generated/src/org/apache/jsp/show_jsp.java | 2cfef997a3b7026315d4820e5d4bfd0a51839f12 | [] | no_license | yogesh00007/yogeshtest | 20a54565722e7cf35b65b3ef697d8d26012d8a86 | 554ec309a26caf7d2a5b41c0492eb0d7c2a27c93 | refs/heads/master | 2020-12-02T18:12:50.601326 | 2017-07-07T03:35:25 | 2017-07-07T03:35:25 | 96,497,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,914 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.ResultSet;
import java.sql.DriverManager;
import java.sql.*;
public final class show_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
... | [
"ygamit0007@gmail.com"
] | ygamit0007@gmail.com |
f113975aa6c40a3fda192e94ada97b8bc60503a4 | 8bfc0b8ec1646d813fa9908fae384df2b30b5deb | /glink-examples/src/main/java/com/github/tm/glink/examples/query/RangeQueryExample.java | 4bbfafb8af2c522bd5168b526485cf3c2b32189e | [] | no_license | liyingben/glink | a001a2b5e6f8fdf1657c0ea6bd66e5f6975a587d | b4a918724ae338b21ef1d3944c25b2c969e4f92f | refs/heads/master | 2023-02-22T05:36:45.776626 | 2021-01-21T04:00:33 | 2021-01-21T04:00:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,442 | java | package com.github.tm.glink.examples.query;
import com.github.tm.glink.core.datastream.SpatialDataStream;
import com.github.tm.glink.core.enums.GeometryType;
import com.github.tm.glink.core.enums.TextFileSplitter;
import com.github.tm.glink.core.format.Schema;
import org.apache.flink.streaming.api.environment.StreamEx... | [
"liebingyu@whu.edu.cn"
] | liebingyu@whu.edu.cn |
a92d9e9f034e6b57ab8f5ae752dd4dae1029917e | 00a323257397dd7269842f5eadaec5fa0bf80898 | /code/app/src/main/java/com/example/pontes_stefane_esig/myapplication/helpers/LoginHelper.java | 11cfe7fb8ca627f3fbd8eb49ee7ad44603a2ae76 | [] | no_license | fivaz/tasks | 3cf691df3c3dec1c9ebb3419bf3cece424be1488 | 49f392fa1d84208aa4c77b69e2e0fd3de22b6a4d | refs/heads/master | 2022-01-18T11:38:36.467449 | 2019-04-30T09:19:07 | 2019-04-30T09:19:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,691 | java | package com.example.pontes_stefane_esig.myapplication.helpers;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import com.example.pontes_stefane_esig.myapplication.R;
import com.example.pontes_stefane_esig.myapplication.models.User;
public class LoginH... | [
"asdsad@sadsad.com"
] | asdsad@sadsad.com |
2eedebb1df8b91c8d37f97aad06e23103e62ae29 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE81_XSS_Error_Message/CWE81_XSS_Error_Message__Servlet_listen_tcp_81_base.java | baa2631f20821fa2632e8b9ca96dc50c8b15a154 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE81_XSS_Error_Message__Servlet_listen_tcp_81_base.java
Label Definition File: CWE81_XSS_Error_Message__Servlet.label.xml
Template File: sources-sink-81_base.tmpl.java
*/
/*
* @description
* CWE: 81 Cross Site Scripting (XSS) in Error Message
* BadSource: listen... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
2ee2521fcaaacebe5a0db1a861a0b5f5c4a4357d | fbe207a6bd56124025bdaaed3108e6c8a62aaa33 | /kodilla-hibernate/src/test/java/com/kodilla/hibernate/task/dao/TaskDaoTestSuite.java | 7b269306f80b8a917c3beb545aa0a5a8f6345c31 | [] | no_license | Ewcia100/kodilla-hibernate | eb5258e4b693dea858f14c783bbc8d550e1cf4d3 | f56f1ba8d1eb3d8944d087f6eafbb09107b6adf8 | refs/heads/master | 2021-05-13T16:37:15.270662 | 2018-01-11T10:21:37 | 2018-01-11T10:21:37 | 116,798,082 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,838 | java | package com.kodilla.hibernate.task.dao;
import com.kodilla.hibernate.task.Task;
import com.kodilla.hibernate.task.TaskFinancialDetails;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.co... | [
"epawelska@gmail.com"
] | epawelska@gmail.com |
234087b4f11fefc1e8f357bf6da315ab944a8ebb | 3f3d9f9eb25adfd1732fc01be6d9686b458b8939 | /src/main/java/com/sqlva/springboot/po/Person.java | 26ba6275ef96b77e4de83433fad3b9c21cbda8d2 | [] | no_license | lvshtwl/spring_boot | 584b51e8079f0af96364d73689acba4d5b4d4cf7 | d23cfbc70c1fc700bc08978a3712bcfe6a850058 | refs/heads/master | 2022-06-28T16:13:00.011700 | 2019-07-10T07:09:01 | 2019-07-10T07:09:01 | 192,478,497 | 0 | 0 | null | 2022-06-21T01:18:10 | 2019-06-18T06:23:24 | Java | UTF-8 | Java | false | false | 898 | java | package com.sqlva.springboot.po;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
@Data
@NoArgsConstructor
public class Person {
@Id
@GeneratedValue
privat... | [
"tom.lv@wehotelglobal.com"
] | tom.lv@wehotelglobal.com |
17870a51ac9e9275aa399824ff83c8ab54ec90c2 | f2447870521a478ae750ea545ac339731a2171fa | /src/main/java/com/zdy/aipc/Service/tradestragegy/DefaultTradeStrategy.java | aaacc8291f5a0731b6351c0c0cfaa9d2c6fb506a | [] | no_license | zdyGit/AIPCWithJava | acbaa5ff0872bc942af23d95dadd3086efd89c60 | a444180d4f58d5a869fd62821b106370b9b0ec66 | refs/heads/master | 2022-09-10T08:59:17.857855 | 2020-04-24T03:22:23 | 2020-04-24T03:22:23 | 171,816,383 | 0 | 0 | null | 2022-09-01T23:24:22 | 2019-02-21T06:48:58 | Java | UTF-8 | Java | false | false | 4,004 | java | package com.zdy.aipc.service.tradestragegy;
import com.alibaba.fastjson.JSONObject;
import com.zdy.aipc.dao.ProductTradeParamDao;
import com.zdy.aipc.dao.ProductTradeRecordDao;
import com.zdy.aipc.domain.ProductInfo;
import com.zdy.aipc.domain.ProductTradeParam;
import com.zdy.aipc.domain.ProductTradeRecord;
i... | [
"zhoudongyang@erichfund.com"
] | zhoudongyang@erichfund.com |
ecc974bfce304727ff01062bcad50d1720866487 | 3bdc07c6307bb26ab18c5a6f177991b28627ee32 | /src/main/java/it/unibz/inf/dis/network/components/OffsetEntry.java | 31562a1c661fcb6d9a6eb503c29d2db3dbf8de46 | [] | no_license | markusin/sasa2gtfs | ad143f9b6388559deb1310163799c864f508beba | b91dc17a248c7e42bfbfb96f0989ac596d00d886 | refs/heads/master | 2021-01-15T13:36:51.851784 | 2012-11-14T15:22:51 | 2012-11-14T15:22:51 | 2,604,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 837 | java | /**
*
*/
package it.unibz.inf.dis.network.components;
import java.util.Set;
import java.util.SortedSet;
import java.util.TreeSet;
/**
*
* <p>The <code>OffsetEntry</code> class</p>
* <p>Copyright: 2006 - 2009 <a href="http://www.inf.unibz.it/dis">Dis Research Group</a></p>
* <p> Domenikanerplatz - Bozen, Italy... | [
"markus.innerebner@inf.unibz.it"
] | markus.innerebner@inf.unibz.it |
7db290ea132eac8c55723f368f4530eb4530d0b2 | 301870bf914dc4bd4dbeda58b20a1bbfc9a2d3ec | /applib2/build/tmp/kapt3/stubs/debug/com/zhuorui/securities/applib2/mvp/MarketTabVmWarpper.java | 4fa7567779ebc8eb5ae55d22a998f4886fef32ee | [] | no_license | MaxwellZhg/StockComment | adb478865276d19804c635650f1a07239609ff6f | 2e3c1dbae1a359f863fc8e58ab7459f6f98a6682 | refs/heads/master | 2022-02-22T13:37:42.528854 | 2019-10-09T23:39:14 | 2019-10-09T23:39:14 | 211,811,677 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,287 | java | package com.zhuorui.securities.applib2.mvp;
import java.lang.System;
/**
* Created by Maxwell.
* E-mail: maxwell_smith@163.com
* Date: 2019/8/14
* Desc:
*/
@kotlin.Metadata(mv = {1, 1, 15}, bv = {1, 0, 3}, k = 1, d1 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u00... | [
"zhaohuaguo@admin.com"
] | zhaohuaguo@admin.com |
790b0444935d385c9aaa17fc1fca0f5e1aff53c0 | a1b18280bb0593260e8e6c8a30cffb72f55becf0 | /GestioneMunicipioSpringJPA/src/it/prova/gestionemunicipiospringjpa/web/servlet/abitante/ExecuteEliminaAbitanteServlet.java | 23f27793946fdd163ca2e7f48a7be98b2029aefa | [] | no_license | alemoretto/ws_eclipse | 73471ab3421b603b69618a829efd2b85bff4e74b | cb3341f8030a2be4380f5ba09839cb473688e72e | refs/heads/master | 2020-05-26T02:23:23.594351 | 2019-06-19T08:59:33 | 2019-06-19T08:59:33 | 188,073,269 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,826 | java | package it.prova.gestionemunicipiospringjpa.web.servlet.abitante;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.... | [
"a.moretto86@gmail.com"
] | a.moretto86@gmail.com |
b6cd0418719f18dc23c1deea4c8b6ad782419396 | dfac1eb4ac647b96f311a7cdd07dec558a209bd6 | /src/com/zjxjwxk/leetcode/_0725_Split_Linked_List_in_Parts/SolutionTest.java | 60015720b0cd8cedfe38c0753108339d42b5a195 | [] | no_license | zjxjwxk/LeetCode | 7f8e91edb23b24bbedbff6cca49c32e4e3bd78bf | 99a8a17fa1417b066bbd204ab7170fdcb5295532 | refs/heads/master | 2023-08-25T18:46:11.137419 | 2023-08-15T08:10:45 | 2023-08-15T08:10:45 | 141,663,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | package com.zjxjwxk.leetcode._0725_Split_Linked_List_in_Parts;
import com.zjxjwxk.leetcode.util.DSFactory;
import com.zjxjwxk.leetcode.util.ListNode;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class SolutionTest {
private final Solution solution = new Solution();
@... | [
"zjxjwxk@gmail.com"
] | zjxjwxk@gmail.com |
45361b61956e471b8324f7a8b63c17028d61bb38 | a7d16c916baa1c935448112990d9900960ca62e9 | /src/main/java/io/github/gandrade/domain/AbstractAuditingEntity.java | 295b80a01df0ee086501a3cec2bf9fe650c9a8c0 | [] | no_license | gandrade/book-excerpts-complete | 8e6888e41eb93aced80458c393cc04da2e58469d | 0db2ae2e55730d6b1174d4ba59c67de194413427 | refs/heads/master | 2021-01-10T11:13:48.397345 | 2016-04-06T14:41:11 | 2016-04-06T14:41:11 | 51,659,810 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,340 | java | package io.github.gandrade.domain;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.envers.Audited;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModified... | [
"gustavoandrade82@gmail.com"
] | gustavoandrade82@gmail.com |
4a3c59e72aedc0664324f36c3fb8c0cbfc3d1127 | 9a8855d2eb7c987e819daa730edf8f4605be5ab8 | /DesignPatterns/src/creational/factorypattern/factory/operatingsystem/OperatingSytemFactory.java | f9049705d56ed631616429d4d9762387fb12180d | [] | no_license | zimrancis/workspace-18-Dec-2019 | c837696f8b4937dcefb0a6a8f116bad312a257af | a1e2355b8dfef5f1b29d1ecfd7a5ebd810a744b1 | refs/heads/master | 2022-12-31T21:48:00.515697 | 2020-07-13T08:25:49 | 2020-07-13T08:25:49 | 279,241,738 | 0 | 0 | null | 2020-10-13T23:31:45 | 2020-07-13T08:26:25 | CSS | UTF-8 | Java | false | false | 521 | java | package creational.factorypattern.factory.operatingsystem;
import creational.factorypattern.factory.os.OS;
import creational.factorypattern.factory.os.android.Android;
import creational.factorypattern.factory.os.ios.IOS;
import creational.factorypattern.factory.os.windows.Windows;
public class OperatingSytemFa... | [
"zimrancis@gmail.com"
] | zimrancis@gmail.com |
a87b90e3680bfdb5f784a153bcd936ad52c37586 | 120db99aa3f3d817ea575e3acb206c7ddf5c1287 | /jthinker/src/oss/jthinker/util/UPair.java | d9d2c9ea7b5372170fe4984c984c146dc30221af | [] | no_license | ShakirrIsmail/jthinker | e1a0312783ba733e131eaa022987361fae1278b2 | a6029cb24ba028dd3861d2f1fc6c173501f7b9e5 | refs/heads/master | 2021-01-21T10:38:43.096657 | 2010-12-01T20:09:06 | 2010-12-01T20:09:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | /*
* Copyright (c) 2009, Ivan Appel <ivan.appel@gmail.com>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,... | [
"ivan.appel@gmail.com"
] | ivan.appel@gmail.com |
7fa2d87e694f43723e4eed32b7aec58b36a2601c | 1bb550a0bf75b6725e1988b860db5489ec7ee88d | /Tactical DDD/src/main/java/com/juancarlosmaya/videogame/events/UpdatedPlattform.java | e417b3187c910e0a8e3a0f0187270b1aa2893a18 | [] | no_license | maxdarkx/DomainModel | b8aed65ed8da95e16b27db1b316426de05383925 | 6ec8bb3a2460f0926b5d2ae9f2bf00306288c457 | refs/heads/master | 2023-08-19T23:11:17.796358 | 2021-10-01T21:35:08 | 2021-10-01T21:35:08 | 411,467,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.juancarlosmaya.videogame.events;
import co.com.sofka.domain.generic.DomainEvent;
import com.juancarlosmaya.videogame.Plattform;
public class UpdatedPlattform extends DomainEvent {
private final Plattform plattform;
public UpdatedPlattform(Plattform plattform) {
super("com.juancarlosmaya... | [
"maxdarkx@gmail.com"
] | maxdarkx@gmail.com |
92a71b95b816b9dcc46399e57daab61996c7b85a | c06a866299bd0c1b69b5e455a9d59473dd36d67c | /leetcode/src/code2019/code19_7/code23_96/UniqueBinarySearchTrees.java | 54790ca1a0948ec1f25357e1c0ed6b44c0bd0b55 | [] | no_license | zhangjingao/algorithm | 88efeedc88102b53a158c35bed25e46e06ffbbf8 | 97e4bc939ec4b72fb87b0fe4d9ba927313d1dce4 | refs/heads/master | 2020-03-25T06:11:54.378524 | 2019-10-13T11:58:06 | 2019-10-13T11:58:06 | 143,488,632 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package code23_96;
/**
* @author zjg
* @ClassName UniqueBinarySearchTrees
* @Description TODO
* @Date 2019/7/23 17:01
**/
public class UniqueBinarySearchTrees {
public int numTrees(int n) {
int[] dp = new int[n+1];
dp[0] = 1;
dp[1] = 1;
for(int i = 2; i < n + 1... | [
"1763608200@qq.com"
] | 1763608200@qq.com |
42694ce194f170acab6819869cfb6ec1078ad827 | 36fb18b00fcef0a2ddadada6ff90d4c460f32f72 | /Chapter10/src/string/StringTest.java | 945abb12e0b3712fb00fc6ec8de5a7dd331778c7 | [] | no_license | seokjinjeong-cod/Java_basic | 926c894702c303c1dfc833ef4264fca5f2456ac0 | adbb4662d01f5b3291e504fee2b71a575383557a | refs/heads/main | 2023-07-01T15:02:07.376111 | 2021-08-03T14:49:27 | 2021-08-03T14:49:27 | 387,075,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package string;
public class StringTest {
public static void main(String[] args) {
String str1 = new String("abc");
String str2 = new String("abc");
System.out.println(str1 == str2);
String str3 = "abc";
String str4 = "abc";
System.out.println(str3 == str4);
}
}
| [
"jsj961@naver.com"
] | jsj961@naver.com |
0e4e55dff616165d2bf786c70375323bb94d1401 | 38ca46e252f01a871ee4879614d8c8c7fe0d3b89 | /src/main/java/com/cqupt/goods_ssm/web/admin/AdminOrderController.java | 772d429773b2748d013603e8a1b3ba3e736e2ecc | [] | no_license | oweiziqiango/goods_ssm | 1abec2659ffdf42ce70d5064f7fb1cbf4d2fc36c | 038466f0f58b5fd5cf1077da1cd20635d1e476ce | refs/heads/master | 2020-03-25T22:34:44.279047 | 2018-08-24T14:22:14 | 2018-08-24T14:22:14 | 144,230,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,278 | java | package com.cqupt.goods_ssm.web.admin;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Re... | [
"757285480@qq.com"
] | 757285480@qq.com |
72f86fbdb5af764763e5b6442d2368328d652afd | 345cf2be940c4be27b2eb276947dba6160d62723 | /dynamic_problems/power_set/string/Solution.java | 39e4a1d1f39304206659043fc99144cbdc62e62e | [] | no_license | shivamGo/competitive_programming | 27660d9811863c3aebc6b3cf9ca2af2e40af4761 | 4876f7ced63afaa5e45d54ec676bd8efe4e5d5e1 | refs/heads/master | 2021-09-02T15:34:27.486795 | 2018-01-03T12:16:55 | 2018-01-03T12:16:55 | 107,716,649 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package dynamic_problems.power_set.string;
import java.util.*;
public class Solution {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int t = Integer.parseInt(in.nextLine());
while(t-- > 0){
int n = Integer.parseInt(in.nextLine());
cha... | [
"ssukgGo@gmail.com"
] | ssukgGo@gmail.com |
b9cfdb596a4bfb3e7665b9e43c2e01803f112576 | f69a98535e5d331eda3ea400b7020eca30e2521f | /src/main/java/com/gubko/blog/controllers/BlogController.java | 93a8eb5ba026531f61d9d1b21044d962ce7009e6 | [] | no_license | Sergeibest/blog | 0a73888cf7671e5d980595bda7df4ac754f75bb2 | 867a0aa2a216019aa81f95911e004a6fda5aa590 | refs/heads/master | 2023-04-28T19:35:31.461404 | 2021-05-26T13:15:53 | 2021-05-26T13:15:53 | 264,412,991 | 0 | 0 | null | 2021-05-23T17:01:30 | 2020-05-16T10:31:20 | HTML | UTF-8 | Java | false | false | 5,199 | java | package com.gubko.blog.controllers;
import com.gubko.blog.models.Post;
import com.gubko.blog.repo.PostRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapp... | [
"gubko0207@gmail.com"
] | gubko0207@gmail.com |
94a082db26a8ce482eac161e786e52333c7ea134 | 7c0d6596e7c67d8cc0ee36f0be6db6fb9300de31 | /jpa2-template/src/main/java/pro/jpa2/util/Resources.java | 16320edf68dabf2377f252856d7ddfb57dbc38c4 | [] | no_license | TheSide/jpa | fc63b867dc21d5afd92a8a1c1802c771fbe416c2 | 4c192bf56129a4f8dfb215a764a55df14088820b | refs/heads/master | 2021-05-26T18:16:49.047894 | 2013-11-01T19:27:26 | 2013-11-01T19:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 923 | java | package pro.jpa2.util;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.criteria.CriteriaBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* T... | [
"konstantin@silin.info"
] | konstantin@silin.info |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.