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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cc19dfd6f8190f4026239efc6f173d66ca7b3356 | 1b996fd16eb93c63341a9de377bfeb5cfae4d21e | /src/leetcodeProblems/medium/ZigzagTraversal103.java | 4a3cb01013c272473b2442bb08eb36dbf1584050 | [] | no_license | nikhilagrwl07/Leetcode-Java-Solutions | 8d5fd3a28afdf27b51c1e638cbe0283967f73224 | 28d97dd96d3faa93d6cac975518c08143be53ebe | refs/heads/master | 2021-06-15T06:08:04.860423 | 2021-05-03T15:20:53 | 2021-05-03T15:20:53 | 192,016,779 | 1 | 1 | null | 2021-04-19T13:26:06 | 2019-06-14T23:39:53 | Java | UTF-8 | Java | false | false | 2,406 | java | package leetcodeProblems.medium;
import java.util.*;
public class ZigzagTraversal103 {
public static void main(String[] args) {
ZigzagTraversal103 ob = new ZigzagTraversal103();
TreeNode treeNode = ob.buildTree();
List<List<Integer>> lists = ob.zigzagLevelOrder(treeNode);
System.o... | [
"nikhil.agrwl07@gmail.com"
] | nikhil.agrwl07@gmail.com |
fec987542b580400fc6866c2b4287d83d295cd80 | 0e0dae718251c31cbe9181ccabf01d2b791bc2c2 | /SCT2/tags/Before_Expression_refactoring/plugins/org.yakindu.sct.model.sgraph/src/org/yakindu/sct/model/sgraph/util/SGraphAdapterFactory.java | 2b474ba33161bb11715dc6fc04ae4e7e9b327351 | [] | no_license | huybuidac20593/yakindu | 377fb9100d7db6f4bb33a3caa78776c4a4b03773 | 304fb02b9c166f340f521f5e4c41d970268f28e9 | refs/heads/master | 2021-05-29T14:46:43.225721 | 2015-05-28T11:54:07 | 2015-05-28T11:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,890 | java | /**
* Copyright (c) 2011 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | [
"A.Muelder@gmail.com"
] | A.Muelder@gmail.com |
a181e7c88097b439e3e6148bd326254a28b4e3c1 | db6e901331155b96a42f641332ee34c730433a15 | /src/main/java/pl/mg/checkers/message/msgs/ChangeNicknameMessage.java | 736f327c8a0f4b4afcaa4542b4b6ea2cb1fd636b | [] | no_license | mgrzeszczak/checkers-client | e26e44bfb230991c80a549f8902b5b14a0660475 | fe9293f60fcc1908952a7dd24ec4086bd6fe738d | refs/heads/master | 2021-01-18T04:36:55.160658 | 2016-02-10T22:33:19 | 2016-02-10T22:33:19 | 48,804,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package pl.mg.checkers.message.msgs;
import pl.mg.checkers.message.Message;
/**
* Created by maciej on 25.12.15.
*/
public class ChangeNicknameMessage extends Message {
private String newNickname;
public ChangeNicknameMessage(String newNickname) {
this.newNickname = newNickname;
}
public ... | [
"maciejgrzeszczak@gmail.com"
] | maciejgrzeszczak@gmail.com |
91584883290b227386c88184d9aebe4a8ab16306 | 478106dd8b16402cc17cc39b8d65f6cd4e445042 | /l2junity-gameserver/src/main/java/org/l2junity/gameserver/enums/MatchingRoomType.java | 2c92c8d7a7a753a590a735dc8d56af0e82582c56 | [] | no_license | czekay22/L2JUnderGround | 9f014cf87ddc10d7db97a2810cc5e49d74e26cdf | 1597b28eab6ec4babbf333c11f6abbc1518b6393 | refs/heads/master | 2020-12-30T16:58:50.979574 | 2018-09-28T13:38:02 | 2018-09-28T13:38:02 | 91,043,466 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | /*
* Copyright (C) 2004-2015 L2J Unity
*
* This file is part of L2J Unity.
*
* L2J Unity is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | [
"unafraid89@gmail.com"
] | unafraid89@gmail.com |
2cf3d4d8462547a992ff55caf91c8c7c97fe867d | 099fc90a03f2e396a447dc5f36d4db1fe3676bce | /core/src/main/java/hivemall/utils/collections/arrays/FloatArray.java | b72bdef37d8d4170ce6be7d9359a2e03b2b0c505 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"OFL-1.1",
"SunPro",
"MIT"
] | permissive | apache/incubator-hivemall | 7f4cc9490a8367ad1add2535f969436eec34fc31 | 34079778a96495ba428940a866b4a08af9f45088 | refs/heads/master | 2023-08-31T08:34:46.336464 | 2022-09-06T15:55:16 | 2022-09-06T15:55:16 | 68,273,151 | 322 | 213 | Apache-2.0 | 2023-04-23T15:03:20 | 2016-09-15T07:00:08 | Java | UTF-8 | Java | false | false | 1,288 | 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 ... | [
"yuin405@gmail.com"
] | yuin405@gmail.com |
95c26848834f6ad309f56a59cf9333af017bc244 | 0d3a782e3e5989cd1d5263a6dc93d9e8d867d631 | /pay-web/src/main/java/com/github/dzhai/pay/dubbo/service/impl/PayDubboServiceImpl.java | 8d6e845408b928b6140a3ab3d79c01552cf3a0d7 | [] | no_license | dzhai/pay-module-demo | 277f8194bff13378da76b06ddab1d53ecdc39966 | 85e2e8988d8e5762c0b40741d4187f2d869cbb70 | refs/heads/master | 2021-01-01T03:56:14.870741 | 2016-05-22T09:16:19 | 2016-05-22T09:16:19 | 58,993,842 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | java | package com.github.dzhai.pay.dubbo.service.impl;
import com.github.dzhai.pay.common.PayMethod;
import com.github.dzhai.pay.dto.PaymentData;
import com.github.dzhai.pay.dto.PaymentResultData;
import com.github.dzhai.pay.dto.RefundData;
import com.github.dzhai.pay.dto.RefundResultData;
import com.github.dzhai.pay.paymen... | [
"347112281@qq.com"
] | 347112281@qq.com |
2e58590561fcaf665f33dc2ff34ce60d810b2403 | 81c7a4aef7cb02ec642843750d99278520addace | /oral_exam2/S5_Scoreboard_Hard/src/Period.java | 18f544a7d6182b3a30080f465d648a8b97098746 | [] | no_license | konnor-s/swd | 7ecf4cad45bff37bce8fe6ab18595b21b0bfeaaa | bca5d84483251fc4f3ef7991d21c3e2f8d336f96 | refs/heads/master | 2023-02-20T06:14:21.087603 | 2020-12-01T16:54:35 | 2020-12-01T16:54:35 | 331,702,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,521 | java | /**
* Defines characteristics of a game period.
* @author Konnor Sommer
*/
public class Period {
/**
* Current period
*/
private int period;
/**
* Length of period in minutes
*/
private final int length;
/**
* Name of period.
*/
private final String name;
/**... | [
"kksommer@uiowa.edu"
] | kksommer@uiowa.edu |
2e3c6fbf33cfb854171fbf221b9bf15b47076d35 | 4f2142d37b9dbc4b8f22ecbac2c38484c6ac28fa | /src/main/java/edu/example/Player.java | c59265e3c50547f98448fa59f2e850054ef8e9bb | [] | no_license | ashleymariecramer/salvo | 27ae74198b891ab2ce25f6653a5ede6a0d377fac | 6fac158c7a49095769878c50fc623688383ae3d4 | refs/heads/master | 2021-01-13T13:46:32.825660 | 2017-02-09T17:45:43 | 2017-02-09T17:45:43 | 76,348,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | /**
* Created by ashleymariecramer on 07/12/16.
*/
package edu.example;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.*;
import javax.validation.constraints.Pattern;
import java.util.Set;
@Entity // tells Java to create a 'Player' ... | [
"ashleymariecramer@gmail.com"
] | ashleymariecramer@gmail.com |
77fc323ffc1acdf4bd9cb9d145aadccd92d12fdd | 84e88d9818116ec1f44f4e9352415d4575236208 | /src/creational/abstractfactory/ComputerAbstractFactory.java | 800275ab30d4db32687adfdca8017a22273aa6f8 | [] | no_license | kurtke1990/DesignPatterns | a96cbf5842b14e5f2404e29ea4fce98db5372526 | 68d4ee2c73a90ea48546ef599c7011bb33d9f52a | refs/heads/main | 2023-02-25T00:22:32.331010 | 2021-02-01T06:14:51 | 2021-02-01T06:14:51 | 334,109,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package creational.abstractfactory;
public interface ComputerAbstractFactory {
Computer createComputer(ComputerSpec spec);
}
| [
"kurtke1990@gmail.com"
] | kurtke1990@gmail.com |
665c5437ba8cd0e785b6abe6e940404940920783 | 3966a29da262fa26e9434d602dd8dc113db7036b | /src/main/java/com/modria/questionaire/model/Answer.java | 24bf3c45796f46ac17de79e585f5b6fa5966dc1d | [] | no_license | jayka/dyanmic-questionaire | 81b22f5f3d09d04f64f253065bef9f9a0efba987 | 05a5397e9c6002622278eee55372bec84569fdc1 | refs/heads/master | 2020-05-20T09:22:53.608391 | 2013-12-11T11:47:49 | 2013-12-11T11:47:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package com.modria.questionaire.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="answer")
public class Answer {
@Id
@GeneratedValue(strategy=GenerationType.AUT... | [
"ajaykaarthick@yahoo.com"
] | ajaykaarthick@yahoo.com |
5bc6a2fae71ef20f012c34d264e8a36e00824cb9 | 751dca6f553fd22dec40fae52a0490a57985743a | /app/src/test/java/com/johnstrack/odometer/ExampleUnitTest.java | 7beb53bd96e29b8dac603cbaa51641dde26d8b60 | [] | no_license | Braveheart22/Odometer | 6e92be94b2b61bdfbc249861c3da8efccfc8229c | 5f62880ba5e1611ed0757accf55c7aea421f6c4d | refs/heads/master | 2020-03-09T13:15:50.150644 | 2018-04-09T21:34:20 | 2018-04-09T21:34:20 | 128,806,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.johnstrack.odometer;
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 voi... | [
"Braveheart22@GMail.com"
] | Braveheart22@GMail.com |
59ec5c6008a334a9508b976d87debb2e252eb359 | b2bfc22d850ddecee37ab55422a5b0041acdccb0 | /src/main/java/by/undrul/shapestask/factory/impl/PointFactoryImpl.java | 86d90b15b8f305f03447c5f9abfa1e61a0e5c63d | [] | no_license | antonundrul/shapesTask | 044e9dc66dadb04908cdc5fe888c7ef8ee8b5213 | 857a6c104a32734924a6380fd7b7e46284b87a15 | refs/heads/master | 2023-04-12T09:57:00.228532 | 2021-05-04T09:51:45 | 2021-05-04T09:51:45 | 361,407,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package by.undrul.shapestask.factory.impl;
import by.undrul.shapestask.entity.Point;
import by.undrul.shapestask.factory.PointFactory;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class PointFactoryImpl implements PointFactory {
private static Logger logger = LogMana... | [
"antonundrul@gmail.com"
] | antonundrul@gmail.com |
2a95094941782b2cb21fe814f36796fe767920fa | d82c200e270aced2b790e6aa389043aa28238aaa | /src/sample/Winner.java | b5638876cf95b18031d51dd1b6b16bb81cd8a224 | [] | no_license | pszczepcio/TicTacToe | 311c9a33300f8d1ad6c5529689571c94a1b57d7c | e8da6dc3743c3db8e581bd8e353329664845529c | refs/heads/master | 2020-09-05T13:34:25.433926 | 2019-11-15T00:22:12 | 2019-11-15T00:22:12 | 220,120,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,673 | java | package sample;
import javafx.scene.text.Text;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.IntStream;
public class Winner {
private List<Long>list = new ArrayList<>();
private String name;
private String sign;
private int fields;
public Winner(String sign, String na... | [
"spiotrek1985@gmail.com"
] | spiotrek1985@gmail.com |
9ee94679b9861e53a28227206bbc5160543f1b3d | 7784ef372e1be8a208362fd2675278ef08393687 | /Hope/src/com/service/ForumService.java | f7ee3357f34b76ad43209dff3fae10618e2ae8ae | [] | no_license | lchcoming/cng1985 | df8eb473ecf6e8d716cd2936c16a60ab718c2c11 | d122b878b9aa3c242f3d12d2ce65761f09666b6d | refs/heads/master | 2016-09-05T12:07:03.838786 | 2011-08-31T00:53:05 | 2011-08-31T00:53:05 | 41,707,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,835 | java | package com.service;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.ada.daoimpl.ForumDaoImpl... | [
"cng1985@4a583d68-532f-11de-8b28-e1b452efc53a"
] | cng1985@4a583d68-532f-11de-8b28-e1b452efc53a |
9356e209ebf6471bc8fd28f384ca27da279d962a | a25d491e9d4bb218eb6e94444b12e8b8e1d57596 | /nwpu/src/main/java/com/zyw/nwpu/jifen/DuihuanActivity.java | 1cc7279f3f4f33ca0d27f3e26b9fa24d5c908cb1 | [] | no_license | 50mengzhu/NWPU | 7d809d660c068337f2dac7af0b6c8fb0b014b413 | 95976c6d2bd5d8127fd762bd8ea3866f37b92c05 | refs/heads/master | 2021-08-16T15:44:46.055883 | 2017-11-13T05:43:56 | 2017-11-13T05:43:56 | 110,503,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,747 | java | package com.zyw.nwpu.jifen;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toa... | [
"1670041876@qq.com"
] | 1670041876@qq.com |
58460814e54aa211129d50bb918123aa7a32651d | 1be3c58802588e168d02fd40600c996699abaed4 | /test/plugin/scenarios/jedis-scenario/src/main/java/org/apache/skywalking/apm/testcase/jedis/controller/CaseController.java | e38b2b2a311bd6279e6072616e66de6d747d3c91 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | zhentaoJin/skywalking | e73a4dd612e01d93981345444a462c47096d6ab5 | dbce5f5cce2cd8ed26ce6d662f2bd6d5a0886bc1 | refs/heads/master | 2021-04-09T23:40:19.407603 | 2020-11-05T15:13:29 | 2020-11-05T15:13:29 | 305,288,772 | 6 | 0 | Apache-2.0 | 2020-10-19T06:48:38 | 2020-10-19T06:48:38 | null | UTF-8 | Java | false | false | 1,952 | 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 ... | [
"wu.sheng@foxmail.com"
] | wu.sheng@foxmail.com |
de265969c1f0d139c9c9ab0ab9227adc242860f9 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/22_byuic-com.yahoo.platform.yui.compressor.JarClassLoader-1.0-10/com/yahoo/platform/yui/compressor/JarClassLoader_ESTest_scaffolding.java | e792a1e10bfc0e70ef771285ba672807437e6c62 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Oct 26 01:42:40 GMT 2019
*/
package com.yahoo.platform.yui.compressor;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
25150b89c05b8f3a821193109882c88bd440c349 | e6d8ca0907ff165feb22064ca9e1fc81adb09b95 | /src/main/java/com/vmware/vim25/HostServiceSourcePackage.java | e00db708952be737c409997b85bac66739a25260 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | incloudmanager/incloud-vijava | 5821ada4226cb472c4e539643793bddeeb408726 | f82ea6b5db9f87b118743d18c84256949755093c | refs/heads/inspur | 2020-04-23T14:33:53.313358 | 2019-07-02T05:59:34 | 2019-07-02T05:59:34 | 171,236,085 | 0 | 1 | BSD-3-Clause | 2019-02-20T02:08:59 | 2019-02-18T07:32:26 | Java | UTF-8 | Java | false | false | 2,256 | java | /*================================================================================
Copyright (c) 2013 Steve Jin. 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 re... | [
"sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1"
] | sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1 |
e7034d04453d7525763a9c3377da0e18ece8f79a | 1b36a06510cdfa0104318fe8e712dd93d50529b4 | /Month2/app/src/main/java/shixun/lj/bw/month/bean/Tou.java | b792ef0289b216a07c6cee3dca307f49b66e9723 | [] | no_license | janggege/one | 1c98b3687d9f026e4602ecccbc03893eee6445e4 | a9343ec493b884e3d0eeb6079e369d7d31ab9531 | refs/heads/master | 2020-04-23T15:33:09.544255 | 2019-02-25T12:52:38 | 2019-02-25T12:52:38 | 171,269,692 | 0 | 0 | null | 2019-02-25T12:54:40 | 2019-02-18T11:13:41 | Java | UTF-8 | Java | false | false | 1,482 | java | package shixun.lj.bw.month.bean;
import java.util.List;
/*
name:刘江
data:2019
*/public class Tou {
private String message;
private String status;
private List<ResultBean> result;
public String getMessage() {
return message;
}
public void setMessage(String message) {
thi... | [
"3193531395@qq.com"
] | 3193531395@qq.com |
38e60658e0526977af2289eba4a62e4ff0ac76db | 20e345bea2b7f9662fff2fdd579a40f8397f5710 | /SpringBootIn28Minutes/src/main/java/com/boa/SpringBootIn28Minutes/exception/CustomisedExceptionHandler.java | fcafd93761258c48655451808d79c983510ac66c | [] | no_license | vipin17rathore/vipin_sts_local_repo | 527e8546043e31814e50de3cdd8e63be1c054e3e | 8d17f4d9d00c021009b841eec4fcd78878ff66aa | refs/heads/master | 2023-05-04T18:33:07.973345 | 2021-05-28T10:47:58 | 2021-05-28T10:47:58 | 254,809,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,617 | java | package com.boa.SpringBootIn28Minutes.exception;
import java.util.Date;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.MethodArgumentNotValidException;
import org.springframework.web.bind.anno... | [
"vicky17rathore@gmail.com"
] | vicky17rathore@gmail.com |
2720c91c37dbd069c8be2d9ed3e9fcffc01c08e0 | 0995b3a6419ec1a072eef16f5040cd83c123e55d | /src/main/java/com/example/mspr/MsprApplication.java | 6f5ba6c27ecc3301a90d39e21698cda913fb575a | [] | no_license | TheMOKETBOY/MaintEvolApp | 7152565fcef374d811bdebee9479d67146e975b0 | 3ff983fd9a3ef68e586fbe5e3b538dae5702bf71 | refs/heads/master | 2023-06-16T17:57:22.140106 | 2021-07-15T15:58:17 | 2021-07-15T15:58:17 | 386,297,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.example.mspr;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MsprApplication {
public static void main(String[] args) {
SpringApplication.run(MsprApplication.class, args);
}
}
| [
"tatelvilrus.samuel@gmail.com"
] | tatelvilrus.samuel@gmail.com |
b2483026849d2fd19663ee1e2df55f3504dfa768 | afc8f7187aa1f0503d37994141d4ad81743adb8c | /RN例子/android/app/src/main/java/com/rnexample/MainApplication.java | f2f57002b0be06708ea93204b4265333e1dc1e4d | [] | no_license | lllyyy/RNNeteaseNews | e25f94fa56cc6aef70859391459a0016ec6fedb1 | ea6fd03b05f098cb7501896c56a2e7273da31613 | refs/heads/master | 2020-03-16T00:24:35.139788 | 2018-12-19T13:07:18 | 2018-12-19T13:07:18 | 132,415,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,366 | java | package com.rnexample;
import android.app.Application;
import com.example.customlib.CustomPackage;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
imp... | [
"luyang@M.local"
] | luyang@M.local |
156ab893caab5ac887e6fb82a9f8b5bba2b03ccd | b65fb1d11f30edb765445371dd6de37a98661cb1 | /EmployeeManagementSystem/src/loginBao/LoginBaoInt.java | cd6cb1c0c146e0aeb1dcaa2fa65eefed8ad12498 | [] | no_license | ShreyashTripathi/J2EE-Project-Employee-Management-System- | 4a94a35730a6485090ed82c72e707a3a8eb321ed | df24bc0097a0a563178f6ad72acb388d495db6bc | refs/heads/master | 2023-01-07T12:42:29.810222 | 2020-10-23T07:53:22 | 2020-10-23T07:53:22 | 295,394,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package loginBao;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import exception.BusinessException;
import model.MyTable;
import model.User;
public interface LoginBaoInt {
public void loginUser(User user,HttpServletRequest request,HttpServletResponse response... | [
"noreply@github.com"
] | ShreyashTripathi.noreply@github.com |
44057f7febaa6713cc07d4cbae143ce4ba00e6db | 033ac515e37b7902f347502a8cc4501877faa439 | /src/main/java/com/example/task1/entity/Product.java | c26f8f22f7d55a1f2845cfca5985208ac25b17f2 | [] | no_license | Ibrohimjon2151/WareHouse | 05c00823fded7fd0e6759a2165f7cfebed36bfcf | 9abd0b47c702183617ba5978fb2e14a284dc1b02 | refs/heads/master | 2023-08-01T21:42:02.993439 | 2021-10-03T08:19:54 | 2021-10-03T08:19:54 | 413,017,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.example.task1.entity;
import com.example.task1.entity.template.AbcNameEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.OneToOne;
@Entity
@EqualsAndHashCode(callSuper = true)
@Data
public class Produc... | [
"ibrohimjonyursunov50@gmail.com"
] | ibrohimjonyursunov50@gmail.com |
d6404e16999ac4fb36d5f36fc0ec7d39f6e288ba | 5b8f51919217bb21cadb089eded30cb55e1c9f5e | /113.PathSumII/solution2.java | caef9a6c7fc895f24716a95ddc255c90c9c880d2 | [] | no_license | nora-lu/leetcode-Java | 466dffda29301608899fb4b87d5abfd6247599b1 | 70dc6b2dcf50b6903261597e050860533343d454 | refs/heads/master | 2020-04-09T16:50:55.035975 | 2016-05-27T08:48:03 | 2016-05-27T08:48:03 | 30,814,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,294 | java | /* Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.
For example:
Given the below binary tree and sum = 22,
5
/ \
4 8
/ / \
11 13 4
/ \ / \
7 2 5 1
return
[
[5,4,11,2],
... | [
"nora-lu@users.noreply.github.com"
] | nora-lu@users.noreply.github.com |
aa1708fdc4c3cf25171123f060542fe3316321ba | e674163c2b925e11d5084d573ecb7cf3f273ae8a | /src/com/rackspacecloud/android/ViewServerActivity.java | 88c09d7a3ea7fd79c78c4c7df4651ba393df5f57 | [
"MIT"
] | permissive | patchorang/android-rackspacecloud | 107558ef1e92a8553923ed40218ed710c7f62715 | 9f58d76d048132480b3c7ffe04d7bb0a4ca15d1f | refs/heads/master | 2021-01-01T19:39:25.788090 | 2011-12-13T19:51:53 | 2011-12-13T19:51:53 | 1,828,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,750 | java | /**
*
*/
package com.rackspacecloud.android;
import java.io.IOException;
import java.io.StringReader;
import java.util.Iterator;
import javax.xml.parsers.FactoryConfigurationError;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
... | [
"greenisus@gmail.com"
] | greenisus@gmail.com |
f83a1dbe8665eb1fce8e307c867b39657f06b560 | e553d647ce9e96e9bada404598d0bd3c7d717ea4 | /app/src/main/java/com/cy8018/iptv/player/VideoMediaPlayerGlue.java | 56959554e8dd196c9f618b75f76635e8bb063960 | [
"MIT"
] | permissive | LeslieZhang1314/IPTV.AndroidBox | 26679fd04a60132894acaa768ba347b32bb9c502 | 00a5c4134b1f4ad8675fd970da45f7db090eb70d | refs/heads/master | 2022-11-19T17:50:15.487828 | 2020-07-23T16:01:02 | 2020-07-23T16:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,446 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"cy3118018@163.com"
] | cy3118018@163.com |
72dc30005f57e2b823e03a1bcd8b24943d78f996 | 319bceff7ae8f3f986952c6f44cd912a2f5f3e0f | /library/src/main/java/com/hyetec/hmdp/lifecycle/delegate/ActivityDelegateImpl.java | ba2be224f00e8fd493616230c96950db629ac458 | [] | no_license | JimHan1978/HMDP | 7dfa70b906972a3601a88e39a4c66118654f5625 | 295bac50c3f0d6d315d03afb1813efc3b929cc45 | refs/heads/master | 2020-04-16T21:43:48.758819 | 2019-02-22T09:42:44 | 2019-02-22T09:42:44 | 165,937,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,796 | java | package com.hyetec.hmdp.lifecycle.delegate;
import android.app.Activity;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.v4.app.Fragment;
import org.simple.eventbus.EventBus;
import javax.inject.Inject;
import dagger.android.AndroidInjection;
import dagger.an... | [
"jimhan2014@126.com"
] | jimhan2014@126.com |
36b9c1817dfba90ec429f41e33cb012a34573c76 | cc21233ae526ed74d7dfe0bc4313751bb16b18bc | /src/main/java/SimplePubSub.java | 035a93e5dcae4f9afc1c02c150dfbee4592e444e | [] | no_license | kimptoc/ibmmq-no-ssl-test | ec522b8a0c1e31a7cd519f38d40e71438eb02a93 | 696b7ec51b1dd8ae0356746626b6f20b8e5f720e | refs/heads/master | 2021-01-20T01:17:12.872304 | 2017-04-25T08:20:21 | 2017-04-25T08:20:21 | 89,248,614 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,595 | java | // SCCSID "@(#) MQMBID sn=p750-007-160812 su=_Q7L2EGB5EeavWqNpgfWvaA pn=MQJavaSamples/jms/simple/SimplePubSub.java"
/*
* <copyright
* notice="lm-source-program"
* pids="5724-H72,5655-R36,5655-L82,5724-L26,"
* years="2008,2012"
* crc="3812808746" >
* Licensed Materials - Property of IBM
*
* ... | [
"chris@kimptoc.net"
] | chris@kimptoc.net |
ef7e1c6d24297fa8d6c3a9b6e77959c91f5a86ef | 1b4c3ec7953f6d1aea55c7a400d8fd08f17d6a8b | /src/main/java/com/example/mapper/base2/BusiAccountMapper.java | 81e61df76e5523be1c588fce1cca2cc992b2320b | [] | no_license | 82253452/bestMVC | d9dd07294501ed5a21c1f936a3f254e695bad4fc | 3d3169897647f6f7b235a33998af8037571e7496 | refs/heads/master | 2020-03-25T10:48:56.480524 | 2018-08-06T11:48:10 | 2018-08-06T11:48:10 | 143,706,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package com.example.mapper.base2;
import com.example.entity.BusiAccount;
import tk.mybatis.mapper.common.Mapper;
public interface BusiAccountMapper extends Mapper<BusiAccount> {
} | [
"82253452@qq.com"
] | 82253452@qq.com |
680a7440a40e73362230cf5190d93519dc85ed6c | e315c2bb2ea17cd8388a39aa0587e47cb417af0a | /backoffice/tn/com/smartsoft/backoffice/referentiel/saison/presentation/model/SaisonsModel.java | 1fe5f1aff9e9f4ee6a5b9ef33dc998ce66a96a48 | [] | no_license | wissem007/badges | 000536a40e34e20592fe6e4cb2684d93604c44c9 | 2064bd07b52141cf3cff0892e628cc62b4f94fdc | refs/heads/master | 2020-12-26T14:06:11.693609 | 2020-01-31T23:40:07 | 2020-01-31T23:40:07 | 237,530,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package tn.com.smartsoft.backoffice.referentiel.saison.presentation.model;
import tn.com.smartsoft.framework.presentation.model.GenericEntiteModel;
public class SaisonsModel extends GenericEntiteModel {
/**
*
*/
private static final long serialVersionUID = 1L;
}
| [
"alouiwiss@gmail.com"
] | alouiwiss@gmail.com |
f98820b2bff5dc545383f9f4b782737bae10fcc9 | 1f679719b629bd9f04b00de7f4fe2ad6502e0dfa | /src/main/java/com/shnupbups/redstonebits/block/AdvancedRedstoneConnector.java | 349896e20e1da22d18c17481bd3a5f7ab46af714 | [] | no_license | piisawheel/redstone-bits | 79ec0dda3ba9822fe443a6564603d58981b19b2a | d98ea7fbf0e2d453f44253387455ca1fab9fcf02 | refs/heads/master | 2023-02-12T01:41:17.490568 | 2021-01-14T08:48:02 | 2021-01-14T08:48:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.shnupbups.redstonebits.block;
import net.minecraft.block.BlockState;
import net.minecraft.util.math.Direction;
import net.minecraft.world.World;
public interface AdvancedRedstoneConnector {
default boolean connectsToRedstoneInDirection(BlockState state, Direction direction) {
return true;
}
}
| [
"shnupbups@gmail.com"
] | shnupbups@gmail.com |
2d98341212929e75a20279038876005b8d21ce92 | 013b3febb1233983da0f9424037683cd011990bb | /Opdrachten AP/src/Opd15/Car.java | fba5255f6e47605b1a13f91cda1c2bb437c67c9b | [] | no_license | vlreinier/AP | c7df54b6937b8d4b406a14a3c7d63f033a4bc83f | faab2eaed9ed10f541a922f3590e610a49b67305 | refs/heads/master | 2022-02-01T16:24:02.484699 | 2019-07-03T18:23:22 | 2019-07-03T18:23:22 | 195,106,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package Opd15;
public class Car {
private String type;
private double priceperday;
public Car(String type, double priceperday){
this.type = type;
this.priceperday = priceperday;
}
public String getType() {
return type;
}
public double getPriceperday() {
re... | [
"43336873+vlreinier@users.noreply.github.com"
] | 43336873+vlreinier@users.noreply.github.com |
ca649e982fb818cb790d5e338b3d193558c76526 | 3eba7f9d133a325313d2a83795248acfb1f5e01f | /src/main/java/xdata/Overlap.java | ab42642dc06e9d21957e02c1c1af06dbd0a95acf | [] | no_license | schaban/AndroidEnvLighting | fe058ec61f604fe4def9771dd4cc7f089b6e87a7 | d9d6750be2c4f6814fbbbd1c421015e1624ce5c6 | refs/heads/master | 2020-03-21T11:11:59.025980 | 2019-03-19T11:54:18 | 2019-03-19T11:54:18 | 138,493,843 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,122 | java | // Author: Sergey Chaban <sergey.chaban@gmail.com>
package xdata;
public final class Overlap {
public static boolean spheres(float[] cA, float rA, float[] cB, float rB) {
float cds = Calc.distSq(cA, cB);
float rs = rA + rB;
return cds <= Calc.sq(rs);
}
public static boolean spheres(float[] a, f... | [
"sergey.chaban@gmail.com"
] | sergey.chaban@gmail.com |
ec324c28c1d94cb635ae43f45d0cced5977a1210 | c357a9c2748010f4c525929ccc2e4c8b5532ce3f | /jenkins/core/src/main/java/jenkins/model/Jenkins.java | 9be495e00105716761128c3763b5fefa3baa0f26 | [
"MIT"
] | permissive | jbbr245/mp3 | c9dfec24abe360906ded37ee6911e380179bd110 | 1db95a68c9a888092ecd7be6da120161780683d2 | refs/heads/master | 2023-01-05T11:29:52.236583 | 2020-10-31T00:35:26 | 2020-10-31T00:35:26 | 308,404,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149,212 | java | /*
* The MIT License
*
* Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Erik Ramfelt, Koichi Fujikawa, Red Hat, Inc., Seiji Sogabe,
* Stephen Connolly, Tom Huybrechts, Yahoo! Inc., Alan Harder, CloudBees, Inc.,
* Yahoo!, Inc.
*
* Permission is hereby granted, free of charge, to any person... | [
"70719171+jbbr245@users.noreply.github.com"
] | 70719171+jbbr245@users.noreply.github.com |
74aa5e4b9f3e9f19f1b21442aec8daf8d2ed1259 | 9c39465a935c4a55a17d825de7604e9527d09988 | /src/main/java/ai/wealth/boot/initiator/controller/PrimaryController.java | c15232a4de89f85d1858a7fb42b6af78e428473b | [] | no_license | xorasysgen/initiator-api | 88329ddcf0ab807b2e850a9e75a38506aadadcde | e7bcad9647c61938ab427f8e700526d3f476503e | refs/heads/master | 2020-06-29T00:46:00.709629 | 2019-11-14T11:31:12 | 2019-11-14T11:31:12 | 200,389,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package ai.wealth.boot.initiator.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web... | [
"xorasysgen@yahoo.com"
] | xorasysgen@yahoo.com |
66a4c570d5b4ec463329a7b987d8c491f21f1c30 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_5fc9d09e386a298265876b8a331f735c5b47333b/HashingUtils/8_5fc9d09e386a298265876b8a331f735c5b47333b_HashingUtils_t.java | ad07b92eae26ce71b84596c9df9e917244cce8b7 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,101 | java | /*
Copyright 2011 Monits
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 ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3aee48672b5807ee47c1e496f97ab114ee7233e6 | 1ecfedc980ac8c052bd4ce1e7f9edb5764b2fede | /appHotelito/src/main/java/com/hotelito/model/Habitacion.java | dd991d03b6551215631579bbc055584275647c71 | [] | no_license | ramirezdchris/appHotelitoService | d4fa7782773fbfeb584393dfd5f527f53e615014 | ad380b964806906965a31f474d9547ac001c0c8c | refs/heads/master | 2022-12-30T07:51:23.871663 | 2020-10-19T00:12:24 | 2020-10-19T00:12:24 | 296,516,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package com.hotelito.model;
import java.io.Serializable;
import javax.persistence.Column;
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 java... | [
"ramirezd.christian@gmail.com"
] | ramirezd.christian@gmail.com |
480b9f7cd472ac2ad2b857278c0e8a4d3d2d35eb | c314325a88074867d1058c78d69f9ca50156d0bb | /src/com/jeecms/cms/entity/assist/CmsGuestbook.java | 5f921e2e5e43d34203aadc8ee139d77361372526 | [] | no_license | zhaoshunxin/jeecmsv8 | 88bd5995c87475f568544bb131280550bf323714 | 0df764a90f4dcf54e9b23854e988b8a78a7d0bda | refs/heads/master | 2020-03-27T22:18:42.905602 | 2017-03-29T16:14:44 | 2017-03-29T16:14:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,343 | java | package com.jeecms.cms.entity.assist;
import java.sql.Timestamp;
import org.json.JSONException;
import org.json.JSONObject;
import com.jeecms.cms.entity.assist.base.BaseCmsGuestbook;
import com.jeecms.common.util.DateUtils;
import com.jeecms.common.util.StrUtils;
public class CmsGuestbook extends BaseCms... | [
"hanebert@HanEbertdeMacBook-Pro.local"
] | hanebert@HanEbertdeMacBook-Pro.local |
510f081adea03bcc9cc67abac03b4bd7e3d4e3ad | 814c6dedc1a4757fa578d88d7a90fd9aa747c122 | /IcePhoneNews - 副本/app/src/test/java/com/example/icephonenews/ExampleUnitTest.java | 3378bd42a7e7098fb3ef65e0c00eb92634116335 | [] | no_license | morichina/IcePhoneNews | 3fede9a9b041f5868f0d6bf50da6f6ec06168d88 | ac66c7f13b5c950cf53526598fa07889e19701b8 | refs/heads/master | 2020-06-16T15:48:18.310786 | 2019-07-07T08:29:47 | 2019-07-07T08:29:47 | 195,627,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.example.icephonenews;
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
... | [
"noreply@github.com"
] | morichina.noreply@github.com |
d65f8257e5903c8dd84851778b3e5b88d85625e7 | 707f572a136bb4192b5f7f7a05d8ccd670c2521c | /app/src/main/java/com/shervinf/blackbookstrength/LiftFragment.java | 0e589331dc8533a8893849276af69e11b7e18531 | [] | no_license | shervinf1/BlackBookStrength | f635e6b6df91d2fb78e8020b8886fbeeded64795 | 50f103a3d6c6f840ef49b1c94c4e9a5904014bba | refs/heads/master | 2021-07-12T01:41:12.683607 | 2020-09-30T03:55:25 | 2020-09-30T03:55:25 | 202,823,607 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | package com.shervinf.blackbookstrength;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.material.tabs.TabLayout;
import androidx.fragment.app.Fragment;
import androidx... | [
"shervinf@outlook.com"
] | shervinf@outlook.com |
a1f8c80736975ba75567c6993472b8812822cbb4 | 47a1618c7f1e8e197d35746639e4480c6e37492e | /src/oracle/retail/stores/pos/services/instantcredit/DisplayInquiryInfoSite.java | 9dc12a1eaadb2e4a35c473ec148d0c10c70d22ee | [] | no_license | dharmendrams84/POSBaseCode | 41f39039df6a882110adb26f1225218d5dcd8730 | c588c0aa2a2144aa99fa2bbe1bca867e008f47ee | refs/heads/master | 2020-12-31T07:42:29.748967 | 2017-03-29T08:12:34 | 2017-03-29T08:12:34 | 86,555,051 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,545 | java | /* ===========================================================================
* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
* ===========================================================================
* $Header: rgbustores/applications/pos/src/oracle/retail/stores/pos/services/inst... | [
"Ignitiv021@Ignitiv021-PC"
] | Ignitiv021@Ignitiv021-PC |
8c8927cded582c902fd5a257227a8d8037994e3f | c28e9356ee849c2a52a787cb12f2b4a3f27b5a0e | /app/src/main/java/hakan_akkurt_matthias_will/de/to_do_list/dialogs/DatePickerFragment.java | ff51d26753b8406e279315ab9119a8299e276726 | [] | no_license | HakanAkkurt/To-Do-List | 34f49a4cad2b68146341d9c75ed33cf5972bedc8 | 0142204b8d9ce3178b1ecd87e4da0b904b82a295 | refs/heads/master | 2021-04-29T07:33:26.755442 | 2017-01-31T20:23:15 | 2017-01-31T20:23:15 | 77,949,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package hakan_akkurt_matthias_will.de.to_do_list.dialogs;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import java.util.Calendar;
/**
* Created by Hakan ... | [
"Hakan_Akkurt@hotmail.de"
] | Hakan_Akkurt@hotmail.de |
c097fa2d106081e3550fa5e540ceb9ebbf5081eb | cd9d753ecb5bd98e5e1381bc7bd2ffbd1eacc04d | /src/main/java/leecode/dfs/Solution39.java | 87dd6b124063c8bc17353211d49839d1b5c886f3 | [] | no_license | never123450/aDailyTopic | ea1bcdec840274442efa1223bf6ed33c0a394d3d | 9b17d34197a3ef2a9f95e8b717cbf7904c8dcfe4 | refs/heads/master | 2022-08-06T15:49:25.317366 | 2022-07-24T13:47:07 | 2022-07-24T13:47:07 | 178,113,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,457 | java | package leecode.dfs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @description: https://leetcode-cn.com/problems/combination-sum/
* 组合总和
* @author: xwy
* @create: 2021年08月12日16:42:26
**/
public class Solution39 {
public List<List<Integer>> combinationSum(int[] candidate... | [
"845619585@qq.com"
] | 845619585@qq.com |
e3c0878e2aba424be1fe8e8a8b252b856cb9b8c9 | fd14b901fe3887ab5cc18301ad688a238feec358 | /src/org/ric/strukdat/project/Main.java | 19c47840d96b3dd02c9a6c98980d68dfb0802446 | [
"MIT"
] | permissive | angelbirth/calc | 484f1157716699d422ca94fe93d71f969ad14d5b | efa58414c55c0874b4e184a696ac2195e76c5757 | refs/heads/master | 2021-01-22T18:10:31.561992 | 2014-10-27T04:16:02 | 2014-10-27T04:16:02 | 25,800,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | package org.ric.strukdat.project;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
if (args.length > 0) try {
if (!args[0].equals("-")) {
FileInputStream file = new File... | [
"ricky.ason@gmail.com"
] | ricky.ason@gmail.com |
3fefc3ff6047afa1d9baf741c128027fb8b24ddb | 9fb4513e077fe4d797d7db83b9970c410aac8f21 | /src/main/java/com/github/kunalk16/excel/factory/SheetFactory.java | adce75e54e3a491758e26414965d0a4f486b7c79 | [
"MIT"
] | permissive | jrpedrianes/lightExcelReader | 23555189790689c2134147fb53a4bd30bc6d5457 | 4d5a82feccf66763fa9a65b3db7261905a933402 | refs/heads/master | 2022-12-31T14:06:56.609564 | 2020-10-17T13:16:20 | 2020-10-17T13:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | package com.github.kunalk16.excel.factory;
import com.github.kunalk16.excel.factory.extractor.RowByNumberExtractor;
import com.github.kunalk16.excel.factory.filter.NonEmptyRowFilter;
import com.github.kunalk16.excel.model.factory.ExcelSheet;
import com.github.kunalk16.excel.model.jaxb.sharedstrings.SharedStringType;
i... | [
"kkdthunlshd@gmail.com"
] | kkdthunlshd@gmail.com |
1372f2a5fe9a9a31a9a30ee66e77fac0174f05c6 | 432816063f9d6e7ab90f5d3728dffaf42e73bc22 | /src/main/java/com/srichell/microservices/ratelimit/pojos/ApiKey.java | cf7d5ed047c6b8ae732d6b42cf5377a30c8a09a6 | [] | no_license | srichell/RateLimitingApis | 7b1173fa236af5ed185388158e85675799d94cba | 8a6e99207cadc18483141b6c74b8c77e8fc482a4 | refs/heads/master | 2021-01-11T12:28:05.651399 | 2016-12-18T17:25:57 | 2016-12-18T17:25:57 | 76,622,197 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package com.srichell.microservices.ratelimit.pojos;
/**
* Created by Sridhar Chellappa on 12/17/16.
*/
/*
* This class is an Abstraction for API keys. As of now, it just uses a plain string but
* it can be extended out to any other Data Type
*/
public class ApiKey {
private final String apiKey;
public A... | [
"sridhar.chellappa@target.com"
] | sridhar.chellappa@target.com |
dbad81cd3087dea51e5024e889486ff59ed23e99 | fc90aea788f27ad5283b3724987151d35d91db1b | /aws-java-sdk-personalize/src/main/java/com/amazonaws/services/personalize/model/SolutionVersion.java | d0887ebe3c62c3897b7a1923aa897c63bca3021b | [
"Apache-2.0"
] | permissive | countVladimir/aws-sdk-java | bc63a06bbb51d93fb60e736e8b72fe75dbea5d48 | 631354f54ad5c41fa038217b1bda8161ab8d93e2 | refs/heads/master | 2023-02-12T17:31:12.240017 | 2021-01-07T22:44:04 | 2021-01-07T22:44:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,916 | java | /*
* Copyright 2016-2021 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... | [
""
] | |
f8a691ec022c0ea7b4ce13cec233a1c88e69ec27 | b34a077d7f0dcd5dbb7c88f9d7df69d7d4dba6e1 | /src/main/java/org/Webgatherer/Controller/Base/EntryBase.java | f27f2a243c7dcaa429af80279eb7b6ab39319dd4 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | rickdane/WebGatherer---Scraper-and-Analyzer | 138b15c25d47ada5f14133ffc73d4f6df62ef314 | 6385db5e4a485132a4241a9670c62741545d8c90 | refs/heads/master | 2016-09-05T11:32:19.227440 | 2012-01-20T08:12:54 | 2012-01-20T08:12:54 | 2,817,230 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package org.Webgatherer.Controller.Base;
import com.google.gson.Gson;
import org.Webgatherer.Controller.EntityTransport.EntryTransport;
import org.Webgatherer.Utility.Service.WebServiceClient;
/**
* @author Rick Dane
*/
public class EntryBase {
protected static WebServiceClient webServiceClient = new WebServic... | [
"rick_developer@gmx.com"
] | rick_developer@gmx.com |
11f1a5622cebe22befd76b264339e9061724afa2 | 4da36b1f914659d6c685f88e1db8e705b8913f64 | /src/main/java/com/morben/restapi/service/impl/ProfileServiceImpl.java | 846678cf1eb0e9ebca1cff31ee25375f24691cdf | [] | no_license | OrbenMichele/rest-api | 6a9d12465de670a5e8b148e61af95c4d13f615e3 | 6e881864333f4403da65592bb63d9b590f049a14 | refs/heads/master | 2023-04-06T12:30:55.579621 | 2021-04-12T11:18:44 | 2021-04-12T11:18:44 | 356,342,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.morben.restapi.service.impl;
import com.morben.restapi.gateway.repository.ProfileRepository;
import com.morben.restapi.model.Profile;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.L... | [
"micheleorben@gmail.com"
] | micheleorben@gmail.com |
a4b308a19a9eacb7d2605280447a30344d6fc1b3 | c72ab33625ef4565755406e59e732fc677c6eec7 | /DirectExchange-starter-code/Producer-starter-project/springboot-rabbitmq/src/main/java/com/poc/springbootrabbitmq/config/RabbitMQConfig.java | ec4d3f6b6c9f37112d0ed2cc7305c5ef1b3c0e47 | [] | no_license | Anand450623/RabbitMq | ebc474d7731482a0bffab647b7c49721045247ca | 8670aa4b3c72594269f8a13922c321a347e0be33 | refs/heads/master | 2023-04-27T23:17:12.333137 | 2019-10-04T19:00:24 | 2019-10-04T19:00:24 | 182,010,278 | 0 | 0 | null | 2023-04-14T17:48:52 | 2019-04-18T03:32:04 | Java | UTF-8 | Java | false | false | 1,142 | java | package com.poc.springbootrabbitmq.config;
import org.springframework.amqp.core.Binding;
import org.springframework.amqp.core.BindingBuilder;
import org.springframework.amqp.core.DirectExchange;
import org.springframework.amqp.core.Queue;
import org.springframework.amqp.support.converter.Jackson2JsonMessageConverter;
... | [
"ak450623@gmail.com"
] | ak450623@gmail.com |
dedbab9d2b09b4280d5f0e4eaefc69d06cc38132 | 3a7c8cca1af3ac5e831b3e4616a4b052bf5d9f1f | /app/src/main/java/com/example/dimpychhabra/capo/getCapo_Frag1.java | 526cdc4db381ab4f0bbe937fa42f3376fb7468f2 | [] | no_license | dimpy-chhabra/Capo_CarPoolingApp | d7bc86db106f3e22952798091e2784c5bf7e54bb | 759f592f59b68d28db2a11d69b4905ee23abf378 | refs/heads/master | 2021-08-24T02:10:06.048133 | 2017-12-07T15:46:33 | 2017-12-07T15:46:33 | 95,385,569 | 9 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,724 | java | package com.example.dimpychhabra.capo;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.util.Log;
/*
*Project : CAPO, fully created by
* Dimpy Chhabra, I... | [
"dimpychhabra@yahoo.co.uk"
] | dimpychhabra@yahoo.co.uk |
740756dd2e7885967555b98fff4032df61205565 | 748598e40201b8176deb013b04ea782cc1735698 | /src/unidad7/Ejercicio2.java | f34912eb5cef869fa365f342a1ec6c462b500758 | [] | no_license | tammy-creator/ejercicios2eval | f31c5e3ea55e3f53d8befb91863e0b7a9b7d0c1c | d546a017fa31627cb45ec392918a552f34aeb1cf | refs/heads/master | 2023-05-26T19:18:39.871059 | 2021-06-16T12:38:59 | 2021-06-16T12:38:59 | 347,685,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package unidad7;
public class Ejercicio2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Electrodomestico[] electrodomesticos=new Electrodomestico[3];
electrodomesticos[0]=new Lavadora(150,2,"B",25,9);
electrodomesticos[1]=new Frigorifico(185,2,"A",52);
electrodomesticos[2]=ne... | [
"ttorresvega@gmail.com"
] | ttorresvega@gmail.com |
f2224442ec162bd2508f4a13ca6a8527f7ea0e92 | 61385e624304cd1a38903d7ee60ca27196f0a984 | /3D Game(GDX Lib)/core/src/com/project/managers/EnemyAnimations.java | 15748ee5256b52c7085e4333027c923f7adf5a65 | [] | no_license | markoknezevic/Personal_projects | a8590e9a29432a7aaaf12f7ca3dbbc0029b46574 | e3427ee5371902eb9ea3f6b2ee45a58925e48e7c | refs/heads/master | 2020-04-16T08:56:08.122755 | 2019-07-23T21:56:19 | 2019-07-23T21:56:19 | 165,444,238 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.project.managers;
public class EnemyAnimations
{
public static final String [] __ATTACK_ANIMATION__ = new String[]
{
"Armature|attack1_l",
"Armature|attack1_r",
"Armature|attack2",
"Armature|attack3"
... | [
"you@example.com"
] | you@example.com |
e9fe879b1811a3d264ac71498469aa29b58fe5c3 | 064cda386fc5850f7d859ca5aefd0c648acf061d | /src/bj2699/Main.java | 431e358dd8ba401d04c160678f381f034438c4b7 | [] | no_license | potionk/baekjoon | b0de5473bb2b324da404cd29e3b1d265c496f304 | fdbdccb75e5b4efc87fcb8788045d57b5b27454c | refs/heads/master | 2023-08-17T10:36:53.440645 | 2023-08-16T14:40:59 | 2023-08-16T14:40:59 | 195,223,018 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package bj2699;
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));
int tc... | [
"potionkr@gmail.com"
] | potionkr@gmail.com |
4767dfc702a8b99cd5417a58d97ff52a188b8f2b | e6a719be6d33c1aba2009fca9497051044df405c | /Vpedometer/app/src/main/java/com/vincent/vpedometer/receiver/BootCompleteReceiver.java | c9c9adde2c59acdc38f07981034a1f2476449e14 | [] | no_license | IAm20cm/vpeodometer | 34e2569ccc9ae76423572ddab02b70536362203b | 0a31acd9724a141979c7c35d099f5e401c7e77b6 | refs/heads/master | 2023-08-22T03:11:16.832698 | 2021-10-29T03:50:01 | 2021-10-29T03:50:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.vincent.vpedometer.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.vincent.vpedometer.services.StepService;
/**
* when phone reboot, this class will do the open service job
*/
public class BootComplet... | [
"hkvincentchan@gmail.com"
] | hkvincentchan@gmail.com |
e5ff631ca02c1d3b3cfde055a7b9bb93a405a962 | c4759c6e2e1c399a82ebee0892dccdff8eefac56 | /sentry-core/src/main/java/io/sentry/core/Session.java | 17589825ae50916403c6324f39d5b0585579dbad | [
"MIT"
] | permissive | pulse00/sentry-android | 33028e0aad43321ed08845a988499315bffa1263 | fe11f70565c046b9e17592d652e0233bf28b22a7 | refs/heads/master | 2022-06-09T10:29:05.835350 | 2020-05-07T09:34:55 | 2020-05-07T09:34:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,544 | java | package io.sentry.core;
import io.sentry.core.protocol.User;
import java.util.Date;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicInteger;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public final class Session {
/** Session state */
public enum State {
... | [
"noreply@github.com"
] | pulse00.noreply@github.com |
076850fb4c07500e68526b7f78243fc248b8c9c1 | 91d08b76658bc7dbda1b00b4cf4d3a5c4fa34dbb | /app/src/androidTest/java/com/example/viewpagertabs/ExampleInstrumentedTest.java | f91bed1c39bc783751e5f6386a36f9251e4da503 | [] | no_license | Utkarsh3118/ViewPagerExample-Tab-view- | 0575b98b696f417949ddd0e5f9277864f853a410 | d8a132dd45005f8e60558163b194325ef5810da9 | refs/heads/master | 2021-04-01T18:05:34.935891 | 2020-03-18T10:52:23 | 2020-03-18T10:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.example.viewpagertabs;
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 Andro... | [
"jadhavutkarsh3118@gmail.com"
] | jadhavutkarsh3118@gmail.com |
830873c5a4d31008f02474ad11f377bd4dc6d4e5 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/repairnator/learning/5092/NopolStatus.java | 455c00775c0c600ce0939c94123bc84a0eeab936 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package fr.inria.spirals.repairnator.process.nopol;
/**
* Created by urli on 16/02/2017.
*/
public enum NopolStatus {
NOTLAUNCHED, RUNNING, NOPATCH, TIMEOUT, PATCH, EXCEPTION
}
| [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
d36d763cf2f191dd2d92bb039bdc537535f844e6 | 10ad8ca683618d071b6fb44887d2053123adaf51 | /src/main/java/model/Food.java | 3e8a21c07836c9e8e3ff5dd6ec6bd1a72537cebf | [] | no_license | masinogns/neo | 2e9e2fe6bed6ee7b38b822f18e2cb41f2cc45be7 | b9bf62baf1411331f826cab69cc03fe0b952d7d9 | refs/heads/master | 2021-09-01T09:30:08.799902 | 2017-12-26T07:53:11 | 2017-12-26T07:53:11 | 107,079,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | package model;
import javax.persistence.*;
/**
* Created by adaeng on 2017. 12. 12..
*/
@Entity
@Table(name = "food")
public class Food {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column
private String name;
@Column(name = "phone_number")
private Str... | [
"dldlrwjs12@gmail.com"
] | dldlrwjs12@gmail.com |
674e5d16a9d1b1a9a24cc946a3bb09652c6a8641 | e7f6ea66cbe674b8c94f32a224dff74ddfb437fc | /JavaInterface/src/Interface/MultipleInterfaces.java | 62447058e031d500d433f29cc1c55da7bfbf2c0b | [] | no_license | yerizzz1/yeriyeri | 4cd83943dfc060f75fa5b4eb1c6ca9c12900ac6b | 423e2c3c1d9fcb8d7c6e6815d73d33d151bc5bbc | refs/heads/master | 2020-12-10T23:55:25.883845 | 2020-01-14T06:34:18 | 2020-01-14T06:34:18 | 233,746,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | 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 Interface;
/**
*
* @author rosinaribka
*/
interface FirstInterface {
public void myMethod(); // interface met... | [
"noreply@github.com"
] | yerizzz1.noreply@github.com |
986fe688be410ea5b83d612e2779dea518adf1bc | 5073dec48ac09dddf3c1a0ab78d6167849c7df4e | /51/GroupDataGenerator.java | 4535ae4ca0fd52b43cbe5f71b073224635a05065 | [
"Apache-2.0"
] | permissive | regina311/38 | 998ff2250a503f3e7e321c7e5bf862af06d2e5dd | 6a8228f338c01781aab5ef930509dd0fd5a9c908 | refs/heads/master | 2020-04-29T18:36:14.044483 | 2015-07-20T06:38:11 | 2015-07-20T06:38:11 | 39,001,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | package com.example.tests;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class GroupDataGenerator {
public static void main(String[] args) throws IOException {
if (args.length <3){
System.out.print... | [
"mr-gorosheka@rambler.ru"
] | mr-gorosheka@rambler.ru |
2a09430e6b38d7e556ec865b1af1a1fffba9db5a | 5d174c325b60f3797cf6993f30d02929081a64b6 | /teddy-backend/src/main/java/br/com/teddy/store/dto/ErrorDTO.java | 4e0dfbc82db7a8c939843e7b8c786c2e106871c9 | [] | no_license | diy-coder/teddy-world | 71ee9a746ee3ac78ef092db48e636a326f6db44e | 5edebc0eb3aaab50204a241b83af264119b18088 | refs/heads/main | 2023-08-01T09:34:26.468772 | 2021-09-14T22:58:37 | 2021-09-14T22:58:37 | 410,641,570 | 0 | 3 | null | 2021-09-26T19:20:25 | 2021-09-26T19:20:25 | null | UTF-8 | Java | false | false | 392 | java | package br.com.teddy.store.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@AllArgsConstructor
@NoArgsConstructor
@Getter
@Setter
public class ErrorDTO extends AttrResponseDTO {
private boolean hasError = true;
private String message;
pu... | [
"anacarolinq.ng@gmail.com"
] | anacarolinq.ng@gmail.com |
d8a829b6a315a8cc2c533e455bc4093fc808b04e | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/serge-rider--dbeaver/1d991820142f8df66b9f9fde2d28c2bbb603a84a/after/MySQLDialect.java | 911b2085bc1f922463c2e794fd1f2f0bf8785c5f | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,899 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
0a008731d1aea1e341a815282f26aecf02cbdf94 | 3b5d3a99c0bcf4c62d32861b8a16fd2082ff58d2 | /Elibrary/src/main/java/com/elib/services/Bookservices.java | 78ac1563c006d44f3cb100f177131ee05e5af836 | [] | no_license | MestryNikhil/SpringBootProject | b068d2db82c9d2d3aeb095dc5e92da3e750ef56a | a607f38aa619c205c4c37f047b6940cef2ea5612 | refs/heads/master | 2020-03-13T12:20:22.852679 | 2018-05-22T12:10:05 | 2018-05-22T12:10:05 | 131,117,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.elib.services;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.elib.dao.BookRepository;
import com.elib.models.Book;
@Service
public class Bookservices {
@Autowired
... | [
"Nikhil@DESKTOP-EH8LM9O"
] | Nikhil@DESKTOP-EH8LM9O |
1f97bcb3ff6bfa14a5078f2acd17af539e6b569c | 6acb7ca99d361e78b1624b299d7e85982d36cc98 | /Tanks Project/src/sprites/Bullet.java | 45b099b93887ed8a90b964950ad2a795531eaad1 | [] | no_license | jakobh7/Tanks | 24737a0bfa426a6d513da8343fe4acbe70d923eb | 4ba1c29cfcbec208c437563639636ee1847c5ffe | refs/heads/master | 2021-01-10T10:30:52.354520 | 2016-04-06T00:30:49 | 2016-04-06T00:30:49 | 55,183,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package sprites;
import javafx.scene.image.Image;
import main.ImageManager;
import main.Tanks;
public class Bullet extends Character {
private int bounces;
public Bullet(double initx, double inity, double initdx, double initdy){
super(initx, inity, initdx, initdy);
height = Tanks.BULLETSIZE;
width = Tanks.BUL... | [
"jakobh7@aol.com"
] | jakobh7@aol.com |
866ac32d5e5d2ac0b1945e3fb31a75ff38e4b2a0 | 15202a875f903dbb6e2468518ae52b8726d1484b | /newUiproject/src/externalservices/Localservicetest.java | 068eb70936c51ed32eac365edccdd98f2736028b | [] | no_license | mohanpalsg/uiappcode | 948a67c73067a308f02944e5ac8d359aea914884 | 183355b42539f81cbaad8965141380f4553ed3dd | refs/heads/master | 2020-03-20T18:48:30.044483 | 2018-10-06T05:41:11 | 2018-10-06T05:41:11 | 137,605,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,647 | java | package externalservices;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import com.google.gson.Gson;
import dataobjects.StrategyinvestResult;
public class Localservicetest {
... | [
"citmo@DESKTOP-mohan"
] | citmo@DESKTOP-mohan |
92f2527715b41a193631646217c41afb9cf74d7d | e71f5d45a2dc979abcdd0295661fc48725aadf21 | /MJCompiler/src/rs/ac/bg/etf/pp1/ast/MyFactorNew.java | 757b6cd50c5df46341005909636a572b527ee84f | [] | no_license | jokara/MicroJava-Compiler | eb7cce205934495639bb4dc4d64f6b9ce2879674 | 70c345f637f392176c370fe89d65bc33d6852901 | refs/heads/main | 2023-03-17T22:39:03.328731 | 2021-03-06T16:02:07 | 2021-03-06T16:02:07 | 345,133,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,299 | java | // generated with ast extension for cup
// version 0.8
// 27/0/2020 20:37:8
package rs.ac.bg.etf.pp1.ast;
public class MyFactorNew extends Factor {
private Type Type;
public MyFactorNew (Type Type) {
this.Type=Type;
if(Type!=null) Type.setParent(this);
}
public Type getType() {
... | [
"48447893+jokara@users.noreply.github.com"
] | 48447893+jokara@users.noreply.github.com |
a9f300fc19be0e6f83dd25ab8cdc08ed275ec109 | fed24d613eefe68217b5ade1fd65f7bedfdd813d | /core/src/test/java/com/linecorp/armeria/client/endpoint/dns/DnsNameEncoder.java | fd49752e6ed082b5ce1b925aa8b3769032ba0817 | [
"BSD-3-Clause",
"EPL-1.0",
"WTFPL",
"MIT",
"JSON",
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | anuraaga/armeria | 45f251337ecfe3eafb5d61fcd883cfb8f24ae6a4 | 7afa5bdbc25856568a49062a4195af94f3a3bf0f | refs/heads/master | 2021-11-04T04:51:12.220718 | 2020-05-15T06:41:56 | 2020-05-15T06:41:56 | 46,321,489 | 2 | 0 | Apache-2.0 | 2019-12-02T08:30:21 | 2015-11-17T03:43:26 | Java | UTF-8 | Java | false | false | 1,527 | java | /*
* Copyright 2018 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | [
"noreply@github.com"
] | anuraaga.noreply@github.com |
6d520d7c5d27670579f4b3b6e7f6f2d0d5b490e3 | 2fbfa1a2755ffa379c880f8f9d784a445ef79133 | /src/main/java/com/saving/myapp/config/JacksonConfiguration.java | 50716aed3cd4e6595556e76017228104378b60cb | [] | no_license | yogenmah04/friendsSaving | c96cdec1019a70996b8e61a134d0d99f8172ab0e | c6d76d939ba5520c8eedbf7c9fd35300d4aa8a1b | refs/heads/master | 2022-04-18T03:21:54.711921 | 2020-04-14T03:14:07 | 2020-04-14T03:14:07 | 255,498,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package com.saving.myapp.config;
import com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module;
import com.fasterxml.jackson.datatype.jdk8.Jdk8Module;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import com.fasterxml.jackson.module.afterburner.AfterburnerModule;
import org.springframework.context.a... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
aa61c8954f571d8823d81252dc9a56c5769258d2 | 752d91d350aecb70e9cbf7dd0218ca034af652fa | /Winjit Deployment/Backend Source Code/src/main/java/com/fullerton/olp/wsdao/SoapLoggingInterceptor.java | d5a8c5c26b24787aff70466739ac1a7e1b80ee82 | [] | no_license | mnjdby/TEST | 5d0c25cf42eb4212f87cd4d23d1386633922f67e | cc2278c069e1711d4bd3f0a42eb360ea7417a6e7 | refs/heads/master | 2020-03-11T08:51:52.533185 | 2018-04-17T11:31:46 | 2018-04-17T11:31:46 | 129,894,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | package com.fullerton.olp.wsdao;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.ws.client.WebServiceClientException;
import org.springframework.ws.client.support.interceptor.ClientInterceptorAdapter;
import org.springframework.ws.context.MessageContext;... | [
"165016@fullertonindia.local"
] | 165016@fullertonindia.local |
02479ac0846f8c1f89a8f3eeb566768cea8fccfb | 8c01e11d3ed60645028d6dec02c8ae6b7a7d9be7 | /src/main/java/it/polimi/ingsw/networking/message/DiscardLeaderMessage.java | 7817ab4df217c52461ceb159169a0c68c8356de7 | [
"MIT"
] | permissive | cicabuca/ingswAM2021-Arbasino-Azzara-Bianco | 8477478c0d84e70cd9f032587e45bf9e768f1946 | adc996af03afdaaf76d9a35142499dd68c6c80d6 | refs/heads/main | 2023-06-26T19:13:33.734995 | 2021-07-31T12:09:57 | 2021-07-31T12:09:57 | 342,601,408 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package it.polimi.ingsw.networking.message;
/**
* Packet used to send to the server the will of the player to discard a certain LeaderCard
* It contains the index of the Leader Card he wants to discard (human readable)
*/
public class DiscardLeaderMessage extends Client2Server {
private static final long serial... | [
"alessandro2.bianco@mail.polimi.it"
] | alessandro2.bianco@mail.polimi.it |
814805431cbc966fc59c8548b991154ec760719d | 2dffa4174257fa1319c1a09f78f6537de347ef7c | /src/OfficeHours/Practice_03_02_2021/PersonInfo.java | 7f81779631d7a02a13983a6371642523f21867fb | [] | no_license | VolodymyrPodoinitsyn/java-programming | a618ac811691028ce31377d5e0aa85b558e87388 | 2fae5d86a9c120fdb682fd8c1841b4f88c137183 | refs/heads/master | 2023-05-14T14:45:11.224117 | 2021-06-07T18:11:27 | 2021-06-07T18:11:27 | 374,758,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package OfficeHours.Practice_03_02_2021;
public class PersonInfo {
public static void main(String[] args) {
//Variable
String name, fullBirthDay, favoriteQuote;
byte age;
char gender;
boolean student;
short numberOfSiblings;
long favoriteNumbers;
int ... | [
"podoinitsynvladimir@gmail.com"
] | podoinitsynvladimir@gmail.com |
2b99c25e22b1b43f8eaa8e1ec29249da68064082 | 6772404a102b2f98b02dcada7e46f1c98befc02f | /src/test/java/org/opensearch/security/ResolveAPITests.java | bdf5fca06e2d06ba7bb4898a0c9a65822b0bbea6 | [
"Apache-2.0"
] | permissive | xuezhou25/security | 5e3ac02288c5f4889fc78694680eba5763af0e67 | 0fc713b80a85078d10b518fa6b9c1de0259fcc0c | refs/heads/main | 2023-08-29T01:10:41.724046 | 2021-10-20T04:11:31 | 2021-10-20T04:11:31 | 419,181,230 | 0 | 0 | Apache-2.0 | 2021-10-20T04:11:08 | 2021-10-20T04:11:07 | null | UTF-8 | Java | false | false | 9,300 | java | /*
* Copyright 2020 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://www.apache.org/licenses/LICENSE-2.0
*... | [
"vrozov@users.noreply.github.com"
] | vrozov@users.noreply.github.com |
379d523575857cd84af5b465bceb63dbc0c3669e | 6d3ea5e5c45f074537ed2ba85f02ba4e9cede5ad | /src/cn/com/shxt/dialog/SearchSeat.java | a04dd201dc22b13f46034cefa9fcc6fa1fe9c13e | [] | no_license | viviant1224/rcpMovieSys | 15cf38d4bb22206924589b17c8a8474e26866af9 | 4ed7bae24e3d9de501132ea8d9089fc53a69aa50 | refs/heads/master | 2021-01-10T01:29:48.658989 | 2016-03-02T13:11:49 | 2016-03-02T13:11:49 | 52,963,544 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 8,118 | java | package cn.com.shxt.dialog;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.MouseAdapter;
import org.eclipse.swt.events.MouseEvent;
import org.eclipse.swt.widgets.Dialog;
import org.eclipse.swt.widgets.Display;
import org.ec... | [
"18686672327@163.com"
] | 18686672327@163.com |
ed2b2f4726d7299574ea6f358c21ebecb817160f | 74d26f9c0954018cb1271f1ee2e3e2e00031bf77 | /CursoSelenium/src/main/java/br/ce/wcaquino/core/DSL.java | b95c77512a5a95527ce264bad28ecf08d70c8e40 | [] | no_license | GustAlves/Curso-Selenium-com-Cucumber | b6dcfbbd3cad81d106d83435efada200ad7cf1ea | 8dd958bdc17a2af5e60b96b68bc4cafafdf63654 | refs/heads/master | 2021-07-01T08:25:47.042117 | 2020-01-14T17:29:40 | 2020-01-14T17:29:40 | 227,842,851 | 0 | 0 | null | 2021-04-26T19:47:23 | 2019-12-13T13:09:42 | Java | UTF-8 | Java | false | false | 6,068 | java | package br.ce.wcaquino.core;
import java.util.ArrayList;
import java.util.List;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
import static br.ce.wcaquino.core.DriverFa... | [
"noreply@github.com"
] | GustAlves.noreply@github.com |
956835176a2f7ab8b6ca0baa27e4b580dde97b58 | 53727b3aec2bfe585d3a68eff70822d45b216767 | /src/crudv2projetolb3/Servlet.java | 0702598e69bea8fca5328a28885559fe0454cb08 | [] | no_license | MatheussAlves/projetoLAB3 | 50245beb4a62a04149dc402b51990d4034b76a20 | 2f9e2ae6825ba4a921e3a03c95b36a4be1c3e52e | refs/heads/master | 2021-08-22T07:40:24.726985 | 2017-11-29T17:02:18 | 2017-11-29T17:02:18 | 112,502,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package crudv2projetolb3;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.ucb.DAO.Us... | [
"matheusalves31@hotmail.com"
] | matheusalves31@hotmail.com |
1a655ccf9894ad8d1eff15bbc47c011bff34db20 | afece0e242a522d603ba0d231a07901753a00810 | /ext/processor/src/main/java/org/omnifaces/serve/ext/processor/RootProcessor.java | c0a50d5b138a98dd9621829d7909a2f1aac95eb9 | [
"BSD-2-Clause"
] | permissive | omnifaces/omniserve | 24dc34c270873a7deacc27daf3742c178470a220 | bc7c07cdc166931eecbe3771239657c088d39419 | refs/heads/master | 2021-01-09T20:38:01.962253 | 2016-06-17T15:11:14 | 2016-06-17T15:11:14 | 61,379,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | /*
* Copyright (c) 2016 OmniFaces.org. All Rights Reserved.
*/
package org.omnifaces.serve.ext.processor;
/**
* The root processor.
*/
public class RootProcessor extends ServeTagProcessor {
}
| [
"arjan.tijms@kizitos.com"
] | arjan.tijms@kizitos.com |
de2e210c07696d39447a2d47e90b226979f86bd3 | dbe3e1cde0bc5110e9cc5e9837d8c1ccab301b77 | /app/src/main/java/ptrekaindo/absensi/assets/models/Shift.java | d177af70f0fbf83d4bbe13abcfbc3f105a42898a | [] | no_license | TamaraDhea/AbsensiOnlineREKA | fe6a83726faa00ecc770d61c385fa5d37802eaf1 | 83be67fa8a715626d77ddefacf1a03c44f248399 | refs/heads/master | 2022-12-29T07:43:34.333965 | 2020-10-21T01:43:01 | 2020-10-21T01:43:01 | 305,872,591 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package ptrekaindo.absensi.assets.models;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Shift implements Serializable {
@SerializedName("id_shift")
private String idShift;
@SerializedName("nama_shift")
private String namaShift;
@SerializedName("jam_m... | [
"tamaradhea67@gmail.com"
] | tamaradhea67@gmail.com |
0f8e30af20ed4f98da7ac0eb96cb3ee0eef68253 | a3dbab2349c9d34a9c0f762420b3ce0423a865b9 | /JavaStudy/src/B06_BreakContinue.java | c52c6223b61fa92b188106c2fe974b036b5ffed9 | [] | no_license | ParkCheonhyuk/JavaStudy | 0caa6b970d79742bf77110beeba8b00dc418a2d4 | ef2ee4419a972ff914021bfda64324c014e057d6 | refs/heads/main | 2023-06-12T00:27:43.804312 | 2021-07-08T12:43:08 | 2021-07-08T12:43:08 | 381,996,901 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 882 | java |
public class B06_BreakContinue {
public static void main(String[] args) {
/*
# break
- 반복문 내부에서 사용하면 속해있는 반복문을 하나만 탈출한다
- switch문은 내부에서 사용하면 switch문을 탈출한다
# continue
- 반복문 내부에서 사용하면 다음 번 반복으로 바로 넘어간다
- continue를 만난 시점에서 밑에 있는 반복문 블록은 모두 무시된다
*/
for(int i = 0; i < 1... | [
"1103-22@host.docker.internal"
] | 1103-22@host.docker.internal |
9e2ac10445d538b670756f1606cafc9b4f03cda5 | 86801f77ee9328ce1f07ffae3a1f5684cfc103c0 | /src/main/java/com/juniorstart/juniorstart/model/audit/UserDateAudit.java | 8e6a00b1d33e91e704ef0938278bd4bb13bcdee9 | [] | no_license | Ejden/juniorstart-backend | dec2dce270e7cffbce198ef92e67310c0bfee085 | e623c6d164e25faf025ab5afe00506ac462c9bda | refs/heads/master | 2022-12-27T23:58:58.390379 | 2020-09-01T14:59:31 | 2020-09-01T14:59:31 | 291,681,797 | 1 | 0 | null | 2020-08-31T10:13:27 | 2020-08-31T10:13:27 | null | UTF-8 | Java | false | false | 564 | java | package com.juniorstart.juniorstart.model.audit;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.LastModifiedBy;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
@JsonIgnoreP... | [
"grzeszczesny14@gmail.com"
] | grzeszczesny14@gmail.com |
279b6ff25ec019bdc7276cc6471185c7df39665c | 0e4db26d6db14d16d4dcb30aea81ecfd7120baa7 | /app/src/main/java/com/example/avengersassemble/model/ItemsDao.java | be657f1e39714d7fb2141881c2cab8f8a8c14be8 | [] | no_license | harsh4723/AvengersAssemble | a3d466f4b392ef52a8baa0dddb492205faf4fc4d | 5523fc57d61f629aa639658a170f77cc7ed45b91 | refs/heads/master | 2023-01-25T00:27:07.974679 | 2020-11-19T07:23:02 | 2020-11-19T07:23:02 | 313,925,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.example.avengersassemble.model;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.Query;
import java.util.List;
@Dao
public interface ItemsDao {
@Insert
void insertAll(ListItem items);
@Delete
void delete(ListItem item);
@Query(... | [
"harsh4723@rediffmail.com"
] | harsh4723@rediffmail.com |
ffcdad04ea8bc33586596289dcdc9ccd1a86bf8b | d1e863475c7df48e001f2ddd0544774fda114ddf | /Breeze/src/main/java/com/carmensol/data/Data/NewPolicyDetail.java | 9980a24d51e6ef9e6c18b3cdddc94cd1601244f3 | [] | no_license | ramandeepcarmen/BreezeAutomation | 95b7d19f36b62bd03211ecc2b7093d76c02bff60 | 080d59deab8bca13a8ada72c9c4dd05c61b107ce | refs/heads/master | 2021-08-07T18:34:43.414475 | 2020-03-22T12:40:56 | 2020-03-22T12:40:56 | 249,161,342 | 0 | 0 | null | 2021-04-26T20:04:59 | 2020-03-22T10:39:17 | HTML | UTF-8 | Java | false | false | 2,194 | java | package com.carmensol.data.Data;
public interface NewPolicyDetail
{
//Test data for test case 1915
String EffectiveDate1915 = "03/26/2021";
String EffectiveDate1915_ = "04/26/2021";
String ExpirationDate1915 = "03/25/2022";
String BusinessType1915 = "Individual";
String Company1915 = "James R... | [
"62109774+ramandeepcarmen@users.noreply.github.com"
] | 62109774+ramandeepcarmen@users.noreply.github.com |
6b60d324628244d147d15a90d5708c613aa85ba8 | e000510f5be13b52585f8299a01bb28da12304d1 | /SpringExample/src/main/java/info/_7chapters/spring/core/coreContainer/_12InstanceFactory/TestBean.java | 64716326871cc3bccfe84e1e0777da2f8130a43a | [] | no_license | 7chapters/springexample | a3d823af2e1ef5bb46c716de5091547241b62777 | bcb7fa945054b04007cba8fda9787b90df9557cb | refs/heads/master | 2021-01-22T23:58:27.026291 | 2013-05-18T04:02:31 | 2013-05-18T04:02:31 | 8,123,390 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package info._7chapters.spring.core.coreContainer._12InstanceFactory;
public class TestBean {
String msg;
public TestBean() {
super();
// TODO Auto-generated constructor stub
}
TestBean(String msg) {
this.msg = msg;
System.out.println("Constructor of TestBean class invoked");
}
... | [
"jayram.rout@7chapters.info"
] | jayram.rout@7chapters.info |
8b9b33a0065ec00685d8e3271240f94c5b8dc21a | a568d522706ef1e2f4c848d4956a1acc80006b41 | /ZizonBulls/src/main/java/com/java/dao/nanumDAOImpl.java | 71820708be2f5befa69bf266a77dba92d63b837d | [] | no_license | noruyam/academy_project | 4a95a823d1fe941f202f8be4c105ed31219ca3b9 | 809b4a0e7398a356958bcd9fd436090bc6a94d34 | refs/heads/master | 2023-08-13T04:52:43.975970 | 2021-10-15T05:05:43 | 2021-10-15T05:05:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package com.java.dao;
import java.util.List;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.java.domain.nanumVO;
@Repository("nanumDAO")
public class nanumDAOImpl implements namu... | [
"qkr2633911@gmail.com"
] | qkr2633911@gmail.com |
000be4d6aeb8d81034a844385117f7b5fe5b7733 | e4cb5e99b95d8c05195bf01286318931ad5e66a6 | /modules/services/services-api/src/main/java/com/liferay/training/bookmarks/model/BookmarkModel.java | c0fcfc385cb67c4dae99ad7d540413d6b145e727 | [] | no_license | mahmoudhtayem87/LR-Bookmarks | 5d3cbc19c3ec06c7ce4c779a3170346e0c650242 | ac88f5bc95f56713c3d5cc577b93e6734b737d7c | refs/heads/master | 2023-08-30T12:26:35.321861 | 2021-10-24T08:20:46 | 2021-10-24T08:20:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,776 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"68419183+mahmoudhtayem@users.noreply.github.com"
] | 68419183+mahmoudhtayem@users.noreply.github.com |
9e8abcdaec13ddfec0c03a0fbabc323187c53180 | 12a99ab3fe76e5c7c05609c0e76d1855bd051bbb | /src/main/java/com/alipay/api/domain/DisplayConfig.java | 85fa4fd5e441553a652a4fa1c6abf694a892eff9 | [
"Apache-2.0"
] | permissive | WindLee05-17/alipay-sdk-java-all | ce2415cfab2416d2e0ae67c625b6a000231a8cfc | 19ccb203268316b346ead9c36ff8aa5f1eac6c77 | refs/heads/master | 2022-11-30T18:42:42.077288 | 2020-08-17T05:57:47 | 2020-08-17T05:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 券的描述信息
*
* @author auto create
* @since 1.0, 2017-06-05 11:25:25
*/
public class DisplayConfig extends AlipayObject {
private static final long serialVersionUID = 3448669554245... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
db66227045d438c2e857c876a265730cd776cefa | 4e1171126b279c65da624092fd49b0713d26f596 | /src/test/java/com/ashwin/java/SwaggerDemoApplicationTests.java | 85a1438fccc554b5016765dcda2a92db048a1860 | [] | no_license | ashwindmk/springboot_swagger_demo | 8ba794502acd62c1d2c8130a5ecd0776f96dc446 | 0edf43ea676c65d3455bf7d2b22e70ce532ed265 | refs/heads/master | 2022-12-24T08:51:18.198541 | 2020-09-26T09:19:02 | 2020-09-26T09:19:02 | 298,774,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.ashwin.java;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SwaggerDemoApplicationTests {
@Test
void contextLoads() {
}
}
| [
"ashwin.dinesh01@gmail.com"
] | ashwin.dinesh01@gmail.com |
47deafec269298bc32d058efc3a0964242043f97 | d9b101ddb27677614fdf78eb7e0e7d2e9b2cf98c | /src/main/java/com/jiannei/duxin/controller/RoleResourceController.java | 1bdb90856be96b992acf3aa24e4b3da9a50e2a0e | [] | no_license | songbw/duxin | 8ef4d8297e97be0e209ff36ce23450643a59f38b | 03dcc20641e355715c2627e7e727943d64e7b810 | refs/heads/master | 2021-03-22T02:13:07.029675 | 2018-02-08T07:30:33 | 2018-02-08T07:30:33 | 119,036,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,885 | java | package com.jiannei.duxin.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bi... | [
"song@smartautotech.com"
] | song@smartautotech.com |
79ac4b615da1f7aebb8ce5c9209c171022632c42 | b71e1f190701a54a324f6bf51ae29cd411d21556 | /src/main/java/com/tcs/appointment/Appointment/exception/UserNotFoundException.java | bb63d4b71a20a15b213fe1732bed191a52399be6 | [] | no_license | hussaint93/appoint | d5455dcbd9cd7e68710710358fcfef5d1e0ece4c | c3b6e71b7750fb796fbd0bcf32a5793e040601fe | refs/heads/main | 2023-07-10T09:51:04.034416 | 2021-08-27T13:04:20 | 2021-08-27T13:04:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.tcs.appointment.Appointment.exception;
public class UserNotFoundException extends RuntimeException {
public UserNotFoundException(String message) {
super(message);
}
}
| [
"tcssadriwalla@gmail.com"
] | tcssadriwalla@gmail.com |
d4a84e4fc8e6c41f86c80d5a8dd0e1925780759b | a15e6dae62a010e202d604ee0a703ecff0e364be | /src/main/java/code/swt/Menus.java | dff5704983640f1c5f9de88274d0bdcb327d0877 | [] | no_license | zhangzhef/java4 | 0ede3e1599a2c4767ce5baf9391e8feeb7d5a020 | e914642df32a7f5bc53155b6b2d7699d7d25487e | refs/heads/master | 2021-01-11T10:55:48.181391 | 2016-12-11T11:58:50 | 2016-12-11T11:58:50 | 76,162,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,479 | java | package code.swt;//: swt/Menus.java
// Fun with menus.
import swt.util.*;
import org.eclipse.swt.*;
import org.eclipse.swt.widgets.*;
import java.util.*;
import net.mindview.util.*;
public class Menus implements SWTApplication {
private static Shell shell;
public void createContents(Composite parent) {
... | [
"zzf016"
] | zzf016 |
409f0bc32f962d68873878033d97e65611394707 | 99243d1d8b3d3bf161585f29c1cab11eec4ae1bc | /app/src/main/java/com/alion/accessibility/AccessibilityMainActivity.java | 88369415dd34cb08a6d4f601b7ea740272ebc4fa | [] | no_license | alion2015/AlionApplication | 9c7ca30277c93a620ed6c8ab1828753a68c71270 | c5304c3abaf3474db2aaf9c253c24a139f6a7322 | refs/heads/master | 2020-03-28T22:47:37.455433 | 2019-06-28T07:33:50 | 2019-06-28T07:33:50 | 149,258,464 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,632 | java | package com.alion.accessibility;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import com.alion.myapplication.R;
import java.util.ArrayList;
import java.util.Random;
import java.util.concurrent.ExecutorService;
import java.uti... | [
"Gz20150721"
] | Gz20150721 |
4dfdd8bb1a268b10249431f7c337fc11c1087198 | 3714974b546f7fddeeea54d84b543c3b350a7583 | /myProjects/MGTV/src/com/starcor/core/parser/json/GetUserCenterInfoSAXParserJson.java | 0f26403d6012e0e2b4e76bbfe50c893d02896112 | [] | no_license | lubing521/ideaProjects | 57a8dadea5c0d8fc3e478c7829e6897dce242bde | 5fd85e6dbe1ede8f094de65226de41321c1d0683 | refs/heads/master | 2022-01-18T23:10:05.057971 | 2018-10-26T12:27:00 | 2018-10-26T12:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,721 | java | package com.starcor.core.parser.json;
import com.starcor.core.domain.UserCenterInfo;
import com.starcor.core.interfaces.IXmlParser;
import java.io.InputStream;
public class GetUserCenterInfoSAXParserJson<Result>
implements IXmlParser<Result>
{
UserCenterInfo info = new UserCenterInfo();
public Result parser(In... | [
"hiram@finereport.com"
] | hiram@finereport.com |
4456757237b3102633978677378487520ae31c17 | 983431b1b2b97e70409cef9da6989147545e3bb8 | /app/src/test/java/com/rab/telemetry/ExampleUnitTest.java | 97af66037b5a9f289c657f61f8c8b446ce067e6c | [] | no_license | Riddhish-Bharadva/Telemeter | 9414cd2cd5d3a7df04b428ffc6fc185d9ce6617c | 68dc29e9d53dad241700161444546eb15984ec67 | refs/heads/master | 2022-12-27T05:43:35.381810 | 2020-09-23T00:22:35 | 2020-09-23T00:22:35 | 297,762,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.rab.telemetry;
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 addi... | [
"riddhishbharadva002@gmail.com"
] | riddhishbharadva002@gmail.com |
e33828e6bbf3b2e0dfd8a9c28901eb180e630399 | 0676e1bf8e0d6a657847c3f31765ba5107ceb2ad | /src/main/java/com/BookServer2/myProject/BookServiceImpl.java | cee33221e1d8518fe67fb4344e070125d1e35801 | [] | no_license | MarchenkoMark/myProject | d6f9eb514cdb2dcddc5fdf2c48b593ddbff80218 | db439cb7bfb63323b0ede6e8b8f4cd6506390bab | refs/heads/master | 2022-12-11T10:30:03.068057 | 2020-09-10T12:50:39 | 2020-09-10T12:50:39 | 294,370,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package com.BookServer2.myProject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
@Service("productService")
public class BookServiceImpl implements BookService{
@Qualifier("bookReposito... | [
"markwalikdj@gmail.com"
] | markwalikdj@gmail.com |
ed5e2993fe9f89d16e0dd5ff487fe4da28432934 | 78b6e133c361d4277b4073c94fe205f92b83ca98 | /src/main/java/com/xiaoshu/dao/MessageTempleMapper.java | 00ad1013ebc88412bd1b0a2e96ec48bb853df229 | [] | no_license | barrysandy/rabbitmq | 375763a78e5c35d7a75780ef4893f8279c089bbb | d4482d74c26c32aeaaedf7c83f4b8cafcb94b951 | refs/heads/master | 2020-03-16T04:42:39.145664 | 2018-09-05T22:40:03 | 2018-09-05T22:40:03 | 132,517,379 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,513 | java | package com.xiaoshu.dao;
import com.xiaoshu.entity.MessageTemple;
import org.apache.ibatis.annotations.*;
import java.util.List;
/** 标准版 */
public interface MessageTempleMapper {
/** save one */
@Insert("INSERT INTO message_temple (ID,COMMODITY_ID,TEMPLE_NAME, TEMPLE_ID,TEMPLE_TYPE, CREATE_TIME, UPDATE_TIME, DE... | [
"865815412@qq.com"
] | 865815412@qq.com |
7bb4b41057e346be953db95b83c4bd533cec8f9f | 5055dcd80cc1d40cf9a67a51ae20581ad1ed54d0 | /src/main/java/com/jk/faces/util/JKJsfUtil.java | 1e22ecd643e48fe818b7c535fa3cdecab5d6c911 | [
"Apache-2.0"
] | permissive | srikantha2/jk-faces | 00231f42614190778819865c487a058d0f67825e | 3abe304aaa17409651511ef0454dcc822f2016dc | refs/heads/master | 2020-12-25T23:36:16.023520 | 2016-05-16T19:02:31 | 2016-05-16T19:02:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,244 | java | /*
* Copyright 2002-2016 Jalal Kiswani.
*
* 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 ... | [
"kiswanij@yahoo.com"
] | kiswanij@yahoo.com |
d63ab5f3425fbf3f1a980d9c90eb6d1e46d8968c | a22499902c4f1ca38e39e17891451655b261e591 | /src/CF1091_A.java | 1fcb506ddf096afaef62290afb88f3be939b2251 | [] | no_license | krishnadwypayan/Codeforces | 7753b0dd023cea0a9a6df81b16ba9eb1f3dc0e75 | 67090e5c61b789da0465e452737406090b48a135 | refs/heads/master | 2020-04-09T01:23:24.493273 | 2018-12-31T17:48:11 | 2018-12-31T17:48:11 | 159,902,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | import java.util.Scanner;
public class CF1091_A {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int y = scanner.nextInt(), b = scanner.nextInt(), r = scanner.nextInt();
int min = Math.min(y, Math.min(b, r));
int ans = 0;
if (min == r) {
... | [
"krishnadwypayan12@gmail.com"
] | krishnadwypayan12@gmail.com |
dd8a7338bc36eca1db719207d33afa1d9603d14d | 418972d25f6d574bbc019c37b71d0cd93b6d9402 | /demo/src/main/java/de/quist/app/maps/example/MultiMapDemoActivity.java | 60155da31f2da1e7a4d4e260893835e2c56ef8d3 | [
"Apache-2.0"
] | permissive | tomquist/android-maps-abstraction | 37e950961a85cfa33d97769ac59b78d709f219d4 | eb5b133a4ba44cf2aa0a68daf610203a704a3c27 | refs/heads/master | 2021-01-10T00:53:29.109312 | 2015-03-21T13:10:59 | 2015-03-21T13:10:59 | 31,922,864 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,048 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"tom@quist.de"
] | tom@quist.de |
d55291b11da8b7fc14e62f908063f88f4a418fac | 22cea9dc711c6ff2be711824e55c1f6fd4c75675 | /android/app/src/main/java/com/lettersgame/MainApplication.java | 3b8cb87c9996d4af3ac79a5a8e58ee5bd70e97c3 | [] | no_license | LaurenceM10/letters-game | b84695f54f121fd22719d4bb95f27d88924868ca | 4620cf71edafe6295f39a9ea82c4cd73a8185fd3 | refs/heads/main | 2023-07-12T10:00:51.065817 | 2021-08-17T10:55:55 | 2021-08-17T10:55:55 | 395,711,343 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,605 | java | package com.lettersgame;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.faceb... | [
"laurenmontenegro10@gmail.com"
] | laurenmontenegro10@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.