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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
85479c306345d0910449fd38a703dd57518240d3 | 44580d08585ed2ce77fe9ec8545535f298bedfaa | /src/subjectAndObserver/Observer.java | 3a37461030c59ede1438c05ab0b5f6a0ee4f5c80 | [] | no_license | cyrilnoah1/ObserverPattern | 2bf3b33443032db7a8408fb70d1cf81cfe3149f0 | 96bfa4df27607b51bb16877b926ab961caf92c11 | refs/heads/master | 2021-01-11T20:24:41.328592 | 2017-01-16T11:29:07 | 2017-01-16T11:29:07 | 79,111,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package subjectAndObserver;
/**
* Observer interface to notify all the observers.
*/
public interface Observer {
void grantCoins(int coins);
}
| [
"cyril.noah1@gmail.com"
] | cyril.noah1@gmail.com |
c202d62acc580037beff5797f7e7b3755c4e5327 | f3dae74bf4b00e3c8ee9bd7aca41d454c5ee760c | /Android/app/src/test/java/ro/pub/cs/systems/eim/practicaltest01var01/ExampleUnitTest.java | f9177134739e9c9ebd23911cb83360bbbd4e9b99 | [
"Apache-2.0"
] | permissive | rykymaru/PracticalTest01Var01 | ee7cbaa8febdcd480f8e18e8da901f1573366b0c | 2791a86b205d0ff3dc1c9991324986e1781f3cd8 | refs/heads/master | 2020-03-08T04:36:16.374258 | 2018-04-03T16:32:04 | 2018-04-03T16:32:04 | 127,926,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package ro.pub.cs.systems.eim.practicaltest01var01;
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 {
@... | [
"student@cti.pub.ro"
] | student@cti.pub.ro |
8b67af94d88a523de818245ed94b9401dc501701 | acce485c027fe812d4131691b60bbcb66eee0c7d | /spring/spring-web-mvc/src/main/java/com/k21d/spring/springwebmvc/controller/RestDemoControllerAdvice.java | 5faad24328bb3627fcb9f645be30346a45ed99a2 | [] | no_license | k-21d/Java-Demo | 85669e0b7c7866be0f961fe4bf6f89459529f2af | eb7e2d2ef91a2a926142e3fe97bcbb7febfe45b8 | refs/heads/master | 2022-12-26T03:34:31.101292 | 2019-11-30T11:40:13 | 2019-11-30T11:40:13 | 102,599,667 | 0 | 0 | null | 2020-10-13T17:10:02 | 2017-09-06T11:19:05 | Java | UTF-8 | Java | false | false | 1,144 | java | package com.k21d.spring.springwebmvc.controller;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bin... | [
"qwer123456"
] | qwer123456 |
06a6508023eff6c43ce2c9071c778a248139a3e0 | 92a5d0e9f91a85bdeace182e2af425b46178e39a | /oh-my-scheduler-worker/src/main/java/com/github/kfcfans/oms/worker/persistence/ConnectionFactory.java | ec89fa4eab88a9398ec018ccd63db38d69d66770 | [
"Apache-2.0"
] | permissive | ColaFans/OhMyScheduler | fd0f1efe9f9f2f1386ef34728fe53ea609e1ec6d | 53cbe060b65df78730b2f576c27b6f143de78ffb | refs/heads/master | 2022-10-13T14:22:03.678873 | 2020-06-09T03:00:23 | 2020-06-09T03:00:23 | 270,890,471 | 2 | 1 | Apache-2.0 | 2020-06-09T03:06:58 | 2020-06-09T03:06:58 | null | UTF-8 | Java | false | false | 1,657 | java | package com.github.kfcfans.oms.worker.persistence;
import com.github.kfcfans.oms.worker.OhMyWorker;
import com.github.kfcfans.oms.worker.common.constants.StoreStrategy;
import com.zaxxer.hikari.HikariConfig;
import com.zaxxer.hikari.HikariDataSource;
import javax.sql.DataSource;
import java.sql.Connection;
import jav... | [
"tengjiqi@gmail.com"
] | tengjiqi@gmail.com |
99f9ac6664053f262cec23598dd5761b9d0fa7aa | d90c4d4789c35d33793fed59a2d1a953197256bc | /src/main/java/com/srikanthdev/rest/webservices/controller/UserResource.java | 8a180a72714a4a8a05e30ce03723a651c097ef6e | [] | no_license | srikanth-kanakaboina/spring-boot-resful-web-services | f2a037cdd0533b7d1e762330f8a16d0b4409d6c3 | d802022fb8cc464823100728e7f9b7a6b30e4753 | refs/heads/master | 2021-06-30T00:11:09.863486 | 2017-09-18T16:50:09 | 2017-09-18T16:50:09 | 103,965,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package com.srikanthdev.rest.webservices.controller;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.*;
import com.srikanthdev.rest.webservices.exception.UserNotFoundException;
import com.srikanthdev.rest.webservices.model.User;
import com.srikanthdev.rest.webservices.service.UserDaoService;
impo... | [
"srikanth.kanakaboina@gmail.com"
] | srikanth.kanakaboina@gmail.com |
8f05168467d3d3fe6ad9979f89e5592446b8d40a | d4f894bdeeea7caf9daddb2e9930d894ce1b0c6d | /gomall-product/src/main/java/online/icode/gomall/product/dao/SpuImagesDao.java | f41997fe2ca462ba062f2e1257d037e70a8adad1 | [] | no_license | AnonyStar/gomall | 29c3a42310c3526fffadaef393d4897d2b76fd43 | 036ba0199c80a792adfed0035806e44e44163d0a | refs/heads/master | 2023-02-19T04:19:52.118830 | 2021-01-14T08:21:11 | 2021-01-14T08:21:11 | 311,891,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package online.icode.gomall.product.dao;
import online.icode.gomall.product.entity.SpuImagesEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* spu图片
*
* @author AnonyStar
* @email AnonyStarCode@gmail.com
* @date 2020-12-03 17:04:18
*/
@Mapper
publ... | [
"zcx950216"
] | zcx950216 |
7317f7321e8c527381efa6ff9dbde08cb9bab1a1 | f96d8889caea09aa602ff452df5d0e2e795ba556 | /Practica_1/Practica1.java | 7959cdf48338096891325f0025ec3b23b93532de | [] | no_license | Masetto97/ESTRUCTURA_DE_DATOS | a7a4dcf320ddafc80e2d9caf8216d6428c159aa5 | 70e67bcc2a70c21673c38ffae0039b05adc4ee4a | refs/heads/master | 2021-05-16T23:45:20.729277 | 2020-03-27T12:03:19 | 2020-03-27T12:03:19 | 250,521,401 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 7,967 | java | package Practica1;
/*****************************************************************************************************************************************************************************
*
* Class Name: Practica 1
* Author/s name: Eduardo Mora Gonzalez y Lucia Rosa Alonso
* Release/Creation date: 28/10/2016... | [
"noreply@github.com"
] | Masetto97.noreply@github.com |
a9dd06a87514ab3731b6cb464c5a61bf090fbe45 | b6298b6427aa127dc0195e8532bcc1595b5d2634 | /web/retail-web/src/main/java/com/iwhalecloud/retail/web/controller/b2b/warehouse/ResourceReqDetailB2BController.java | 2c5fbc3520fd457712a7c979826b1a9dfbcf9cc0 | [] | no_license | chenmget/spring-cloud-demo | 2ecbdeeb5102dc7523ef9fc59a405fc5c77bf6ad | 0b4100973d2f6525883e0e73f000ac6e9c0b9060 | refs/heads/release | 2022-07-17T13:41:20.595393 | 2020-04-02T07:40:19 | 2020-04-02T07:40:19 | 249,857,665 | 1 | 3 | null | 2022-06-29T18:02:22 | 2020-03-25T01:23:07 | Java | UTF-8 | Java | false | false | 4,612 | java | package com.iwhalecloud.retail.web.controller.b2b.warehouse;
import com.alibaba.dubbo.config.annotation.Reference;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.iwhalecloud.retail.dto.ResultVO;
import com.iwhalecloud.retail.warehouse.dto.request.Resourc... | [
"he.shaowu01@iwhalecloud.com"
] | he.shaowu01@iwhalecloud.com |
b45c60f60c16b9281c6ed90c19fcb3d5ae0c1277 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_2c102a323fa8e90e4cbde51bfbd300e0f7fdbc23/C3_UI/31_2c102a323fa8e90e4cbde51bfbd300e0f7fdbc23_C3_UI_t.java | cbb2a16f12c6aeb1ecb820889b4e67e11ff5a680 | [] | 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 | 79,548 | java | import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStreamWriter;
import java.io.StringWriter;
//import java.util.Iterator;
//import java.util.Set;
import javax.swing.JFileChooser;
//import javax.swing.JList;
import javax.xml.parsers.DocumentBuilder;
impo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
403d82f5d9a5a06b95c32944bfde02d8a7b37650 | e448bef423c920fc165281288ae3d431b1cb186c | /ttk-fx-application-layer/ttk-fx-application/src/main/java/org/ihtsdo/ttk/fx/app/IsaacApp.java | 310ef630be62b88437644516deb9e2a0ac994905 | [] | no_license | jefron-ap/TTK | 98ee994a1557be2768bd11f2d4225f20310a9566 | 9b6858752dec575b88e128b3bbf3e6e7753574b6 | refs/heads/master | 2021-01-02T09:02:03.705356 | 2013-11-25T22:06:05 | 2013-11-25T22:06:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,093 | java | /*
* Copyright 2013 VA Office of Informatics and Analytics.
*
* 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... | [
"jefron@apelon.com"
] | jefron@apelon.com |
6237ba7d4f78d6c055f31e9628840b491eb92e75 | f7b737b80a2e7407732f9ced0b6d8c21f8bcb9ef | /raw.githubusercontent.com/fixteam/fixflow/master/modules/fixflow-core/src/main/java/com/founder/fix/fixflow/core/impl/runtime/IdentityLinkQueryImpl.java | f09b8ad9d4818eea9290b04f2711854fd24c4341 | [] | no_license | uetestina/ml1 | 7f6f9e932efb87231cd2d29f217ca8b09dc25f6f | ccb13a4ac6030b91915ff5a6c1a82f46ca824d4a | refs/heads/main | 2023-08-14T00:09:00.148704 | 2021-10-01T16:02:21 | 2021-10-01T16:02:21 | 412,149,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,966 | java | /**
* Copyright 1996-2013 Founder International Co.,Ltd.
*
* 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 ... | [
"80405879+maurielloelollo@users.noreply.github.com"
] | 80405879+maurielloelollo@users.noreply.github.com |
5eb7dd969ade1426600be7cf899941195cd13e0c | e7e497b20442a4220296dea1550091a457df5a38 | /java_workplace/renren_web_framework/commons/xiaonei-core/trunk/src/main/java/com/xiaonei/platform/core/utility/photo/gif/AnimatedGifEncoder.java | 31d680054493c1115e89dbb3f17129935076a338 | [] | no_license | gunner14/old_rr_code | cf17a2dedf8dfcdcf441d49139adaadc770c0eea | bb047dc88fa7243ded61d840af0f8bad22d68dee | refs/heads/master | 2021-01-17T18:23:28.154228 | 2013-12-02T23:45:33 | 2013-12-02T23:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,665 | java | package com.xiaonei.platform.core.utility.photo.gif;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
/**... | [
"liyong19861014@gmail.com"
] | liyong19861014@gmail.com |
5ba1c5ceb87f28cc217c26bff3a350cd1fa201ed | b41900599b5d2a54fae9664af240e8d98be51ce8 | /src/array/MaximumPointsObtainFromCards.java | fdecee1bf0f8ddb82e21447301fc48ef014e0e4b | [] | no_license | sarthak7g/Java-Programming | 8cc07872cfb8729b7ae47adfefdd8659b9170d17 | 0dd60675b0b0ebee192eac4297db4ac2a9055376 | refs/heads/master | 2023-04-06T03:37:51.052629 | 2023-03-20T18:25:19 | 2023-03-20T18:25:19 | 151,115,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package array;
/**
* <h3>Level: Medium </h3>
* <body>
* refer to: <a href="https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/">Maximum Points You Can Obtain from Cards</a>
* <br/>
* <br/>
* <b>Approach:</b>
* <ul>
* <li>Find forward and backward sum.</li>
* <li>For each x in [0,... | [
"gishu80@gmail.com"
] | gishu80@gmail.com |
b157316461897996850806b4b80d56e3c30d4d42 | 2faa2598943a3ad9e8a75681889136c511ccf42e | /src/Day15_Scanner_StringClass/Task01.java | 498f6a978ddad2f0014eebd0bddeb0a074b35d3b | [] | no_license | CoderforTest/Summer2019_Java | de927ee50f666f8cdfc604251b74a273b4cbf37a | 74b9884116b1d48ef6e01dfe2ba785307731c3e8 | refs/heads/master | 2020-07-22T11:40:08.183224 | 2019-10-28T03:41:50 | 2019-10-28T03:41:50 | 207,188,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package Day15_Scanner_StringClass;
import java.util.Scanner;
public class Task01 {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*
* write a program that can calculate sum of two numbers.
*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter first value: ")... | [
"cyclist582@gmail.com"
] | cyclist582@gmail.com |
dfc22b5efe58cd8dbe748c2fd44142ae27e3755f | 3ecd55638413a4baa4c60f59476a32ad042e0ee3 | /userManagement/src/com/github/exahexa/user/UserNullReferenceException.java | d711fd991b4edcab1fa76a5adadac0f49a27cacd | [] | no_license | ExaHexa/fh-oos | 65f23b49c11701ba200196b18d149b144da65703 | 20befddce14a49edd44d080ac3175599734e0506 | refs/heads/master | 2021-09-03T10:47:52.290864 | 2018-01-08T12:27:26 | 2018-01-08T12:27:26 | 108,765,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | /**
*
*/
package com.github.exahexa.user;
/**
* @author exahexa
* @verion 1.0
*/
public class UserNullReferenceException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 4510715743111829923L;
/**
* Constructs a new exception with null as its message
*/
public UserN... | [
"block.lukas@gmx.de"
] | block.lukas@gmx.de |
868c9af715984daa15437abd5bd4437f454af640 | 374ad03287670140e4a716aa211cdaf60f50c944 | /ztr-common/ztravel-reuse/src/main/java/com/ztravel/reuse/order/converter/Convert2OrderPayBean.java | 2dd6e5bead64312e4b4a65df4a03f6ce0454e401 | [] | no_license | xxxJppp/firstproj | ca541f8cbe004a557faff577698c0424f1bbd1aa | 00dcfbe731644eda62bd2d34d55144a3fb627181 | refs/heads/master | 2020-07-12T17:00:00.549410 | 2017-04-17T08:29:58 | 2017-04-17T08:29:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,540 | java | package com.ztravel.reuse.order.converter;
import java.util.Enumeration;
import javax.servlet.http.HttpServletRequest;
import com.ztravel.common.enums.PaymentType;
import com.ztravel.common.enums.ProductType;
import com.ztravel.common.payment.OrderPayBean;
import com.ztravel.common.util.SSOUtil;
import com.ztravel.c... | [
"yining.ni@travelzen.com"
] | yining.ni@travelzen.com |
0f3b461fc50b289c9e47ff4cb202d3b21c0aa7df | 4490b06d5303e5d6e821a98f66085a5b0f3ca7b8 | /src/main/java/com/converter/currencyconverter/entity/ExchRate.java | 756fc845e53bb02ffa1eab16d39f53672c17703f | [] | no_license | AlexBorkin/ConverterORM | 0497dbc9e0e5d203fb5c1a932de1147095b65bae | ece7c57a9723190f7bd5a3c63a858164a31a7f7e | refs/heads/master | 2022-12-30T17:39:31.437713 | 2020-09-15T15:10:09 | 2020-09-15T15:10:09 | 286,958,077 | 0 | 0 | null | 2020-09-15T15:10:10 | 2020-08-12T08:22:06 | Java | UTF-8 | Java | false | false | 2,916 | java | package com.converter.currencyconverter.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Date;
//@Data
//@AllArgsConstructor
//@NoArgsConstructor
@Entity
@Table(name = "exchrate", uniqueConstraints = {@UniqueConstraint(name = ... | [
"redhot@inbox.ru"
] | redhot@inbox.ru |
c4724258c4b35dbd858da1e0a2a1ec5234d349c2 | 6cb84100837bcba1c8c79a85314e26ea97424c43 | /src/commands/XBoardCommand.java | 13d926786ae5dc4391016777790a3e3ecdd8865f | [] | no_license | mcosmina06/ChessEngineXboard | cf304925b7dd2ccb7752e434a990bc31663ec383 | d4103b58fb176c0885b4b71be388bfff3b03650b | refs/heads/main | 2023-05-14T21:34:33.174570 | 2021-06-04T06:26:12 | 2021-06-04T06:26:12 | 347,043,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package commands;
public class XBoardCommand extends Command{
@Override
public void execute() {
}
}
| [
"noreply@github.com"
] | mcosmina06.noreply@github.com |
18fc386fd04d13434046389eadee9ada036fb116 | 3cb6cca32eab27cf507bd3937a903676b3cea6c5 | /third_party/java/htmlparser/src/nu/validator/saxtree/ParentNode.java | 2539c54c026b1d174a44fe6fe84eed1325015cf9 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | rahulchaurasiazx55/caja | 1982461b68924915c09564370459d7784ff92c10 | 719b0d03c68461bc6bde8e7ad370e36471209846 | refs/heads/master | 2022-12-23T02:34:31.261651 | 2020-09-30T18:31:49 | 2020-09-30T18:31:49 | 300,015,001 | 1 | 0 | Apache-2.0 | 2020-09-30T18:25:42 | 2020-09-30T18:25:41 | null | UTF-8 | Java | false | false | 6,251 | java | /*
* Copyright (c) 2007 Henri Sivonen
* Copyright (c) 2008 Mozilla Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* t... | [
"mikesamuel@gmail.com"
] | mikesamuel@gmail.com |
aa2a4e7c0ac85407af1ac84a3df0377e9caab1c7 | 0b260cfc4feff284874edc8c0767982a5ec1d3dc | /DepthFirstSearch/298_BinaryTreeLongestConsecutiveSequence.java | 8a5c368bb5fe41feb635a68b8cdc7637ac251678 | [] | no_license | Xu-Guo/GQQLeetCode | 9b3bac2ed76c8204e24674ff0e1b4c335ef14ea3 | 174277225dffa23b2bb712d2bd41bf6d77abc04e | refs/heads/master | 2021-01-19T15:25:30.876905 | 2017-04-10T23:08:36 | 2017-04-10T23:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
public class Solution {
public int longestConsecutive(TreeNode root) {
if (root == null) return 0;
LinkedList<TreeNode> queue... | [
"qiqiang.guan@outlook.com"
] | qiqiang.guan@outlook.com |
4806895aaa7fce7419c9a89dc0ef04b5c0e53754 | 00aac0f0be98212c78b29d0ee3e68be18ab0d8ae | /TrainTicketBooking/src/trainticketbooking/RegisterFrame.java | 92c51be9260e21c8bec68669ae70936f35749a8e | [] | no_license | Amruta789/TrainTicketBooking | b6944db22106f2b60b04d427e1c6a66b698ef51c | ef50b95491fe6492c1e52005a500fb6cbb64533b | refs/heads/master | 2022-07-07T11:43:50.342611 | 2020-05-14T11:39:12 | 2020-05-14T11:39:12 | 263,897,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,878 | java | package trainticketbooking;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.ParseException;
import java.util.regex.Pattern;
import javax.swing.JButton;
import javax.swing.JFormattedTextField;
import javax.swing.JFrame;
import javax.swing.... | [
"noreply@github.com"
] | Amruta789.noreply@github.com |
f81806b7fb72602f7a3415012d3f1527d99c0998 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_67eadbc9fcb442548a160ff2814dd82611186acc/Relation/16_67eadbc9fcb442548a160ff2814dd82611186acc_Relation_s.java | 786d8e241bd27e7ce75360ccc6a7ef313bbb09c5 | [] | 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 | 10,331 | java | package org.openstreetmap.josm.data.osm;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.openstreetmap.josm.data.osm.visitor.Visitor;
import org.openstreetmap.josm.tools.CopyList;
/**
* An relation, having a set ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
758c541bce250637f32ecb63da11b46f3bc2e9ed | fb3b28755af5dec34c541001cad923d18ca9468f | /src/com/example/dd/schoolnet.java | 4e32b7299258675067a3366c2cf921841cde7cdc | [] | no_license | Ivorfason/School-In-Hand | f75a5c3f35a2ffffdfb6d2c9b9c344937d9cf26d | 018b9e74f66699b5434027be4ea45ebe40fceb9a | refs/heads/master | 2021-01-10T16:26:54.620638 | 2015-11-24T04:00:22 | 2015-11-24T04:00:22 | 46,765,651 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,026 | java | package com.example.dd;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Toast;
public class schoolnet extends Activity {
Button b1,b2,b... | [
"845407259@qq.com"
] | 845407259@qq.com |
25225bd928946604ea875c7f7d8c183a5d47f3d0 | dd45a41ba456210221da886c27a154355ffd2d6e | /lemon-common/lemon-common-gateway/src/main/java/org/lemon/common/gateway/properties/ReplayAttackProperties.java | 1ed641cb86138c07cd3f1a5fc8c686bbd402a34c | [] | no_license | wangwencheng/lemon | 8ade8eb6a25b45978af3f4798d99ed4688dd6a6b | 9758fde48718de1c30ecfb7e9c34da31f8ac4cad | refs/heads/master | 2023-02-09T02:02:15.498538 | 2020-12-31T10:03:36 | 2020-12-31T10:03:36 | 292,013,777 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package org.lemon.common.gateway.properties;
import lombok.Data;
/**
* 防重放攻击配置
* @author wwc
*/
@Data
public class ReplayAttackProperties {
private boolean enable = true;
private int timeout = 60;
}
| [
"960075207@qq.com"
] | 960075207@qq.com |
af0bc5593d98e452db5593f1591125cf5d0927f8 | fff8d45864fdca7f43e6d65acbe4c1f469531877 | /erp_desktop_all/src_seguridad/com/bydan/erp/seguridad/presentation/web/jsf/sessionbean/ParametroGeneralSgSessionBean.java | b46221471d70186c02a189b0f98e9a1982e43a00 | [
"Apache-2.0"
] | permissive | jarocho105/pre2 | 26b04cc91ff1dd645a6ac83966a74768f040f418 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | refs/heads/master | 2020-09-27T16:16:52.921372 | 2016-09-01T04:34:56 | 2016-09-01T04:34:56 | 67,095,806 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,865 | java | /*
*AVISO LEGAL
© Copyright
*Este programa esta protegido por la ley de derechos de autor.
*La reproduccion o distribucion ilicita de este programa o de cualquiera de
*sus partes esta penado por la ley con severas sanciones civiles y penales,
*y seran objeto de todas las sanciones legales que correspondan.
*Su... | [
"byrondanilo10@hotmail.com"
] | byrondanilo10@hotmail.com |
aaaca172dce768e6c5314dafc9c2192d399e46d9 | 91204153aaa359f0db7706ac0b3ba5b607f6f0aa | /CandyCrush/HorizontalCandy.java | 09d9c1a12028bd4247817a96042caadb97d36808 | [] | no_license | mamo88/Candy-Crush | d5612ee4d09692071d280485ec0b2c84b656e9aa | 7df1ffc54a807e9c25914c396e811d39b099b6ab | refs/heads/master | 2021-01-10T07:50:55.485879 | 2016-01-03T22:08:47 | 2016-01-03T22:08:47 | 48,962,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,773 | java | package CandyCrush;
public class HorizontalCandy extends Candy {
public HorizontalCandy(int color, Board board,int row,int column) {
super(color, board,row,column);
}
@Override
public void crush() { //crush horizontal - crush all the row
if (!wasCrushed){
wasCrushed=true;
for (int j=0; j<9; j=j+1)
... | [
"eladmaymon1812@gmail.com"
] | eladmaymon1812@gmail.com |
ca6a2b2a851c0560f82f572cd24adc23b77d45c3 | 2506125dcf1dc36e984fe99f1e4d905ab1aa223c | /AbcShopInventoryMgmt/src/com/psl/bean/SoftwareProduct.java | 357d03db77af904dda86b26a05963dd0b8ed5211 | [] | no_license | Arpit14795/arpit | 0c85c4badce9226e49dd08987912f9bc69179de3 | 43a8470c91b1c4448f985a6c619ba4c602c217c7 | refs/heads/master | 2021-01-12T04:20:39.326199 | 2017-02-02T11:21:56 | 2017-02-02T11:21:56 | 77,591,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package com.psl.bean;
import com.psl.enums.OperatingSystem;
public class SoftwareProduct extends Product {
private OperatingSystem operatingSystem;
public void setOperatingSystem(OperatingSystem operatingSystem) {
this.operatingSystem = operatingSystem;
}
private String memory;
private String licen... | [
"noreply@github.com"
] | Arpit14795.noreply@github.com |
15dd5155255f4f4a61b73069c368309bfe0e8398 | eb3707aca229ee832a4302dc3bc7486b33876d16 | /pay/JavaSource/org/jfantasy/pay/rest/form/RefundForm.java | bf5de33b3d733fb50a92ecf7ffaf9328ce271115 | [
"MIT"
] | permissive | limaofeng/jfantasy | 2f3a3f7e529c454bb3a982809f0cfeaef8ffafc4 | 847f789175bfe3f251c497b9926db0db04c7cf4f | refs/heads/master | 2021-01-19T04:50:14.451725 | 2017-07-08T03:44:56 | 2017-07-08T03:44:56 | 44,217,781 | 12 | 12 | null | 2016-01-06T08:36:45 | 2015-10-14T02:00:07 | Java | UTF-8 | Java | false | false | 683 | java | package org.jfantasy.pay.rest.form;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
@ApiModel("退款表单")
public class RefundForm {
@ApiModelProperty(value = "退款金额", required = true)
private BigDecimal amount;
@ApiModelProperty(value = "备... | [
"limaofeng@msn.com"
] | limaofeng@msn.com |
0db32dc5dea66f287a14a4f7abd3655455c4e6a5 | cc0493278fa6b856b943dfa349c87bb620d2a8e0 | /src/main/java/com/example/HajibootApplication.java | d17217515a4f716035f4ca697a218094495677fd | [] | no_license | shupopo/hajiboot | b5b274ca54272ea75999a0462eb35df7a54cba9f | ba75c9fbad365dc3b2cd9d314c084ed97cc23558 | refs/heads/master | 2021-08-15T18:25:45.315675 | 2017-11-10T05:41:26 | 2017-11-10T05:41:26 | 109,230,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.example;
import com.example.app.Frontend;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationContext;
import org.springfr... | [
"‘hiroshimashuhei@me.com’"
] | ‘hiroshimashuhei@me.com’ |
c9e2607bd49b9f06e351444e01bb30d400355117 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-12667-4-24-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/com/xpn/xwiki/doc/XWikiAttachment_ESTest.java | 88debe5ee9403b69e23bd5f6767b297034afa650 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | /*
* This file was automatically generated by EvoSuite
* Sun Apr 05 15:12:38 UTC 2020
*/
package com.xpn.xwiki.doc;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.xpn.xwiki.doc.XWikiAtt... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
0abeaf2f362aa95a939d91dda274d5d81d2fb4d8 | 7b5765509b4248e54849d6e31f184d2958591db7 | /src/main/java/com/teste/cursomc/filters/HeaderExposureFilter.java | cb1508a67ae6b80e8f2469108e4768eb21353cf0 | [] | no_license | vitor-menezes-dev/cursomc | f9f6f740f15d6720841780d6b0756444859a4eec | 8e1c277766f833776240e9c5bd14ab6b6b62cac3 | refs/heads/master | 2022-12-01T07:01:47.469975 | 2020-08-03T12:07:16 | 2020-08-03T12:07:16 | 287,623,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.teste.cursomc.filters;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletResponse;
import org.springframework.ste... | [
"vitor.menezes@capgemini.com"
] | vitor.menezes@capgemini.com |
4c4e022969f1283e15668c6775da88de5b94dc96 | f501ddd7bb95f1356d0b671246159cea96e48cb4 | /btc/src/main/java/cn/xy/okex/vo/Response.java | 03533dcfd208e4919755490cf98ba2d781bd31c1 | [] | no_license | xuyao/btc | 7d234b7ff5df3ea4039ee22af53bd05f4ae3e07c | 8cc03afcf6aadc77120809ceaf74df376dfdcb52 | refs/heads/master | 2018-10-22T10:50:54.416961 | 2018-07-21T03:02:57 | 2018-07-21T03:02:57 | 113,962,335 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package cn.xy.okex.vo;
public class Response {
private String result;
private Order[] orders;
public String getResult() {
return result;
}
public void setResult(String result) {
this.result = result;
}
public Order[] getOrders() {
return orders;
}
public void setOrders(Order[]... | [
"xuyao@Haier-PC"
] | xuyao@Haier-PC |
d7223f074f2d1b05387772a61d8a00aeb95fdb46 | 0849ddead5794f6774e2f63f5f8664702660dd0a | /app/src/androidTest/java/com/example/proyectoprotectora/ExampleInstrumentedTest.java | 3336c80af4d966709c3cabcc2b387d4bafbfe386 | [] | no_license | Murdistino/ProyectoProtectora | b70c8e8809b235bdcf3203b6e48922a31f4f1e6f | 7ce7aa2ca29cbcf9d91c5e33c2979513250d6fd3 | refs/heads/master | 2021-02-26T22:34:26.273923 | 2020-03-07T03:02:43 | 2020-03-07T03:02:43 | 244,316,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package com.example.proyectoprotectora;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exe... | [
"andreamaria.roca10@gmail.com"
] | andreamaria.roca10@gmail.com |
440a4129d427d2f49df7a20369c5810d411c5b4b | 2bdedcda705f6dcf45a1e9a090377f892bcb58bb | /src/main/output/history_state/end/reason_teacher/country/result/problem_job/research_job_issue/fact.java | cf055f2c2d7e6cbac9cadbc4f9d1a278b69fe625 | [] | no_license | matkosoric/GenericNameTesting | 860a22af1098dda9ea9e24a1fc681bb728aa2d69 | 03f4a38229c28bc6d83258e5a84fce4b189d5f00 | refs/heads/master | 2021-01-08T22:35:20.022350 | 2020-02-21T11:28:21 | 2020-02-21T11:28:21 | 242,123,053 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,026 | java | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
// Install Newtonsoft.Json with NuGet
using Newtonsoft.Json;
namespace TranslationService.Controllers
{
public class Translate
... | [
"soric.matko@gmail.com"
] | soric.matko@gmail.com |
07089006ee86a54d5a717d0b681763c54bd75101 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-tpu/proto-google-cloud-tpu-v2/src/main/java/com/google/cloud/tpu/v2/NodeOrBuilder.java | ddaf606823328480f792181dcc3abaf0f42f02f3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 22,782 | java | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
a4781f8182d92b904a794c306cbcc97f9a0794dd | 37d044a16db17b463b21c05bd7a252bd889d8d56 | /CoreJava/CodeMagnet/codemagnet-app/src/headfirst/chapter04/Puzzle4.java | cc2b70dc6fb0cfb250f6046bbeb7aee1ff192e14 | [] | no_license | vinodwalkunde/Swabhav | 2db1ac6ee002cba2a4b6dbec75d0560b3a1391dc | 8dce9aabf3d348886b6003c6c8d20f79d01d5aa7 | refs/heads/master | 2023-01-11T08:53:49.574444 | 2021-04-24T04:14:29 | 2021-04-24T04:14:29 | 164,393,705 | 0 | 1 | null | 2022-12-30T06:29:11 | 2019-01-07T07:22:11 | Java | UTF-8 | Java | false | false | 405 | java | package headfirst.chapter04;
public class Puzzle4 {
public static void main(String[] args) {
Puzzle4b[] obs = new Puzzle4b[6];
int y = 1;
int x = 0;
int result = 0;
while (x < 6) {
obs[x] = new Puzzle4b();
obs[x].ivar = y;
y = y * 10;
x = x + 1;
}
x = 6;
while (x > 0) {
x = x - 1;
re... | [
"vinodwalkunde@gmail.com"
] | vinodwalkunde@gmail.com |
8607ccf7745e6362eddac6b6d9e2cf98398f834b | a4d3835284805c46e594d3829f699c265cd5e66d | /Java Functional/src/com/anand/java/functional/streams/MyStream.java | a577988e9b3126a4d0cc9e05ab7ab41ee1141d80 | [] | no_license | a-anand-91119/Functional-Java | 65a1d56f4afa1a5c8e52c531ba9ad12316fc755d | 4ebac8d54eccdc78e443e2974fca9191f27b31b6 | refs/heads/master | 2021-05-22T02:54:08.676091 | 2020-04-08T15:55:22 | 2020-04-08T15:55:22 | 252,939,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,249 | java | package com.anand.java.functional.streams;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import java.util.function.Predicate;
import java.util.stream.Collectors;
public class MyStream {
public static void main(String[] args) {
List<Person> people = Arrays.asList(new Person[]... | [
"33590033+a-anand-91119@users.noreply.github.com"
] | 33590033+a-anand-91119@users.noreply.github.com |
822a4c859020df3f01386157ad50dd2c28318e13 | b19b9254f809cf62f6bd004d776a6a3981d3630f | /parent/src/main/java/com/xptschool/parent/model/ContactTeacherDao.java | 5d1533076a1d95b99f9a21949b0125665845619d | [] | no_license | kongdexing/XPTSchool | c1d2db0aaf4330040ad3ffa6e9a245999bfe8e44 | a10ad66785727c59c76e25138f04abd1118a6ec7 | refs/heads/master | 2021-01-20T14:53:15.229582 | 2018-01-13T05:29:54 | 2018-01-13T05:29:54 | 82,781,357 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,062 | java | package com.xptschool.parent.model;
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.internal.DaoConfig;
import org.greenrobot.greendao.database.Database;
import org.green... | [
"il"
] | il |
f8ff3bf1980fcc97790a48a0f641c542cc95e0a7 | c921f4decb8ce2e1e4fd63552ad4c1628eb3544e | /src/MyCommentGenerator.java | d94cb36da0b64d30327bd8af5b1197f04f6ac18b | [] | no_license | uu04418/mybatisCustomer | c5a7d144a3dcd553707f63db86c770d8d5d10767 | eec58f6a7cfecca20bc2b6fc32c8b470cb4638c6 | refs/heads/master | 2020-04-17T16:49:42.684542 | 2019-01-21T06:10:50 | 2019-01-21T06:10:50 | 166,757,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,306 | java | import java.util.Properties;
import org.mybatis.generator.api.CommentGenerator;
import org.mybatis.generator.api.IntrospectedColumn;
import org.mybatis.generator.api.IntrospectedTable;
import org.mybatis.generator.api.dom.java.CompilationUnit;
import org.mybatis.generator.api.dom.java.Field;
import org.mybatis.... | [
"lucy"
] | lucy |
b1ce4fc5df89d5c1d930eb4e842d63d19317a3d1 | ebe3e9007317ce623efcfdd6f4cf19018ba314e6 | /assign-api/src/main/java/com/robvangastel/assign/domain/Post.java | e532800cd4bb3ac3b263b591424512003ee47f11 | [] | no_license | RobvanGastel/Assign | 072b39d05e02bab9c40127b26eea59a2d5062db0 | 539956b9b66e1c3602d8dbaa6ac73efe4069f47b | refs/heads/master | 2021-03-30T18:23:22.781223 | 2018-12-13T13:52:26 | 2018-12-13T13:52:26 | 77,690,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,939 | java | package com.robvangastel.assign.domain;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.robvangastel.assign.domain.serializers.PostSerializer;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import org.... | [
"robvangastel@hotmail.com"
] | robvangastel@hotmail.com |
984b7436df066e6945680228ed3027bf3dc11051 | 937bfd7b540567864bf2dbea3253b41fe39ca535 | /lab-jdbc/src/test/java/DepartamentoDAOTest.java | 85809fb9158a6cd56d73a0cc4cc9bbc6d5a65e8d | [] | no_license | vanborges/lbd-prog-jdbc | 4eb784b26c7f6f940736f82ae82e7b9134638569 | 3fda3d56da0c73aadedbfd19aea98de31aec3c85 | refs/heads/master | 2022-12-06T01:46:51.930643 | 2021-11-04T01:32:19 | 2021-11-04T01:32:19 | 215,858,503 | 0 | 0 | null | 2022-11-23T22:18:00 | 2019-10-17T18:21:00 | Java | UTF-8 | Java | false | false | 1,070 | java | import model.bean.Departamento;
import model.dao.DepartamentoDAO;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.List;
class DepartamentoDAOTest {
@BeforeEach
void setUp() {
}
... | [
"va.borges@gmail.com"
] | va.borges@gmail.com |
fd112d0c1501b48fa4812cd4be35261974260505 | 69d2bb7ee946652a851d0723e36c079432fb4f82 | /src/main/java/com/qiushui/snowlotuschat/utils/RedisUtil.java | 006601231ea5ee40c27658f363da9ab135cd83db | [] | no_license | syanfox/snowlotus-chat | d1ef03b2b70cbfd8d52f3b0c2bbb89d236488d91 | 274926d4041d1643a2d48266fcd29f2d71970598 | refs/heads/master | 2022-06-28T02:19:42.177366 | 2019-07-18T13:00:21 | 2019-07-18T13:00:21 | 196,704,930 | 0 | 0 | null | 2022-06-17T02:19:37 | 2019-07-13T09:43:54 | Java | UTF-8 | Java | false | false | 14,681 | java | package com.qiushui.snowlotuschat.utils;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import javax.annotation.Resource;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Component;
import org.springframework.uti... | [
"if_guo@163.com"
] | if_guo@163.com |
56ba7173f666d99e7de313da8b94e07174483209 | 61a0772cdd94160470f536ff9bce8e111f1e8e1d | /greenback-kit-core/src/main/java/com/greenback/kit/model/Contact.java | 2ce614510cca6c83827f89f6e1d3c15ef9abb5ed | [
"Apache-2.0"
] | permissive | PR0CUR8T0R/greenback-java | e0fa4bc216e02cd1d0ffc1705c1b532ee930830b | b4945c76abc8218ffaffc7e0a7f6ab6dbc99b4a3 | refs/heads/master | 2023-04-02T06:54:44.945463 | 2021-04-07T23:36:56 | 2021-04-07T23:36:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package com.greenback.kit.model;
public class Contact {
private String id;
private String domain;
private String name;
private String email;
private String logoUrl;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public St... | [
"joe@lauer.bz"
] | joe@lauer.bz |
84450c9eba4099c207d1dcf1247d188d1f6a68b2 | b961d8b8cefded7615357ce9355d7a2719107fe4 | /src/main/java/it/example/spring/batch/demo/listener/JobCompletionListener.java | 269a4d3bda810a91bac420061b557ad6c84a8f8b | [] | no_license | giocos/springbatch | 40b866643dfc67bd06f88850a78e6baa681db1fc | d9c8115fbca6dc3a36f6761c6675d6e388e9a943 | refs/heads/master | 2023-02-08T10:09:04.526400 | 2021-01-02T19:21:40 | 2021-01-02T19:21:40 | 326,254,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package it.example.spring.batch.demo.listener;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.batch.core.BatchStatus;
import org.springframework.batch.core.JobExecution;
import org.springframework.batch.core.listener.JobExecutionListenerSupport;
public class JobCompletionL... | [
"giovannicosentino1994@gmail.com"
] | giovannicosentino1994@gmail.com |
9d89a5341c3c38209273d1c953fc011217cfa6e3 | 3f76bd050baf173983c4ad948393c3f17c0b9304 | /M_13_Hibernate/src/test/java/com/kodilla/hibernate/invoice/dao_1303/InvoiceDaoTestSuite.java | ae02ff956aaaca4ab325826326c30f0346eead20 | [] | no_license | ISKRAA777/Aleksander-Iskra-kodilla-java | 72410ebfa597bfdb1c46195c703dd6f1a04678c9 | 0701b0529f1d99b679e1cc92836cf47a152a91bf | refs/heads/master | 2020-11-24T07:42:49.000286 | 2020-04-22T15:30:24 | 2020-04-22T15:30:24 | 228,034,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,740 | java | package com.kodilla.hibernate.invoice.dao_1303;
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.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
impo... | [
"ia007@interia.pl"
] | ia007@interia.pl |
e3026f03cd3604c3ba562d16ae31c0d2d728dca4 | 5c86bd8056bf5424700c57acf8ac14c19c13667f | /src/main/java/ds/Node.java | beaba029e5805d0ee61a9e56c4063b4b80f0f1c9 | [
"Apache-2.0"
] | permissive | flare505/potato-punch | 944e4ef726f4e99c996d27506c4fc91597911e8e | 6f2e18a16d3e015d8245665d4467490d53a0a333 | refs/heads/master | 2023-05-29T05:53:35.513545 | 2021-06-14T18:43:53 | 2021-06-14T18:43:53 | 372,435,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package ds;
public class Node<T> implements Visitable{
Node<T> left, right;
T data;
public Node(T data) {
this.data = data;
left = right = null;
}
public void accept(Visitor visitor) {
visitor.visit(this);
}
} | [
"poddar.satyam@gmail.com"
] | poddar.satyam@gmail.com |
13ee71dc6a52d9235cf813398cbf1bacf274adb5 | 6b7ca135fa29731ce5d93b6b685b5cfdd5e08015 | /src/linkedlist/_379_DesignPhoneDirectory.java | 6061973a9561fcdd70a6f152c581c9a46a9d4d64 | [] | no_license | ShengweiWang/Coding-Training | 777f73a5bd23d30749e21e889f1eac6f6ac913bd | a6369cd44bfb028c12dc61ef2a70964dbe49d668 | refs/heads/master | 2020-12-24T06:46:33.797829 | 2017-01-03T04:12:31 | 2017-01-03T04:12:31 | 57,247,060 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package linkedlist;
import java.util.LinkedList;
import java.util.Queue;
/**
* Created by Shengwei_Wang on 9/27/16.
*/
public class _379_DesignPhoneDirectory {
boolean[] available;
Queue<Integer> q;
/** Initialize your data structure here
@param maxNumbers - The maximum numbers that can be stored ... | [
"wave4721@gmail.com"
] | wave4721@gmail.com |
7349dbf0e14addf4e408b4651ba95313ed4ab604 | 36e5d2a178580da987ca6ce6cfb910033d2d381a | /src/medium/SumRootToLeafNumbers.java | 831294c3b815c44877fd42952818ab22a851c482 | [] | no_license | frogfrogfrog/LeetCode | 649e84706d9c9ca43b4e92e98f411b16b1aabb23 | 728e9db9e0aa7660232aa7951fcb77f5bdf09c97 | refs/heads/master | 2020-05-21T04:39:35.398561 | 2017-12-19T06:50:05 | 2017-12-19T06:50:05 | 52,369,186 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package medium;
/**
* Created by 42160 on 2016/12/25.
*/
public class SumRootToLeafNumbers {
public int sumNumbers(TreeNode root) {
return sumRootToLeaf(root, 0);
}
public int sumRootToLeaf(TreeNode node, int pathSum) {
if (node == null)
return 0;
pathSum = pathSum * ... | [
"421604505@qq.com"
] | 421604505@qq.com |
33446d66c3822aefeba39d0665da94b4cbf01992 | 178c6718975e10c930e5e4584a47c5c716f7732b | /src/com/syntax/class013/SmartPhone.java | f0e4079c47c384bdfd807925a9f55a3dab074b1a | [] | no_license | ergunjon/JavaBatch8 | 86afb8bc8d4c328b3d48e4c9f94c47044e8afd32 | ed3a7c35865a859dde40e05e5cff54913c1c3a61 | refs/heads/main | 2023-01-04T06:01:26.193430 | 2020-11-02T00:05:55 | 2020-11-02T00:05:55 | 304,907,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.syntax.class013;
public class SmartPhone {
String brand;
String color;
String model;
void text(String text) {
System.out.println(brand + " can text");
}
void pics(String camera) {
System.out.println(brand + " can take a picture very "+camera);
}
void call(Str... | [
"ergunjon@gmail.com"
] | ergunjon@gmail.com |
754d71f4322cf8cbe6564408b69ce7f219d0c1c4 | b4eeb08f2dae9b78296c06b119a62454bcb4f167 | /src/main/java/com/kwery/dao/JobExecutionDao.java | da46a15ac595fd930ba7766cc53836f1c1063f12 | [] | no_license | waifei/kwery | 9af04b9cca2c35790fe45c38b15e022ed428b10c | c4098e5372998012a3c83b58bd44085bf52f6d14 | refs/heads/master | 2020-03-19T20:28:10.522643 | 2018-05-21T17:46:40 | 2018-05-21T17:46:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,073 | java | package com.kwery.dao;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import com.google.inject.Inject;
import com.google.inject.Provider;
import com.google.inject.persist.Transactional;
import com.kwery.models.JobExecutionModel;
import com.kwery.services.job.JobExecutionSearchFilte... | [
"abhyrama@gmail.com"
] | abhyrama@gmail.com |
97dc998ca3baf4389afeec739dadde7e73b5e63a | 26da0aea2ab0a2266bbee962d94a96d98a770e5f | /nam/nam-view/src/main/java/nam/model/domain/DomainInfoManager.java | 27c3ff3825f0836c971da7436a2b8daaf3bf6abb | [
"Apache-2.0"
] | permissive | tfisher1226/ARIES | 1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | refs/heads/master | 2021-01-10T02:28:07.807313 | 2015-12-10T20:30:00 | 2015-12-10T20:30:00 | 44,076,313 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,014 | java | package nam.model.domain;
import java.io.Serializable;
import java.util.List;
import javax.enterprise.context.SessionScoped;
import javax.enterprise.event.Observes;
import javax.inject.Inject;
import javax.inject.Named;
import org.aries.runtime.BeanContext;
import org.aries.ui.Display;
import org.aries.ui.event.Add;... | [
"tfisher@kattare.com"
] | tfisher@kattare.com |
1ce9d82a514d1e891abaf13cbf9406e4505879d7 | 202ddc6a9a167efbb99cfc487455e0987ffa272a | /src/test/java/filrouge/test/SpringTest.java | 748d68bb53a4c5fa2dd5b278cb1ce944f560680f | [] | no_license | MickaelClosier/ProjetFilRouge | d141b01454008e7c7b1643c3c7f38c34dc161719 | bd3501966ca98a921f4cd960ab5c6d8c35993423 | refs/heads/master | 2022-07-31T17:32:35.262016 | 2019-08-28T10:05:00 | 2019-08-28T10:05:00 | 203,324,299 | 0 | 0 | null | 2022-07-06T20:28:48 | 2019-08-20T07:35:26 | Java | UTF-8 | Java | false | false | 2,758 | 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 filrouge.test;
import filrouge.dao.ArticleDAOCrud;
import filrouge.dao.CommentaireDAOCrud;
import filrouge.dao.Utilis... | [
"pauld@DESKTOP-MJO85IH"
] | pauld@DESKTOP-MJO85IH |
0cb4235ce932f2079632e40166dc7f59e6c2bf1b | d780ab556719bc0778203b33786fdb3ac1906043 | /util/encoding/src/main/java/com/github/wenj91/util/encoding/Md5Util.java | 376e151d41279db65ee77abce8839ed59f99d799 | [] | no_license | wenj91/spring-boot | 015327b62bb4ec8ed9eb203d9458cbf56cd927d1 | adbc1bf279cf57b8ebf6dee397aff0133804c5dd | refs/heads/master | 2022-05-03T12:54:00.271703 | 2018-07-05T14:23:31 | 2018-07-05T14:23:31 | 89,489,769 | 0 | 0 | null | 2022-03-22T03:12:34 | 2017-04-26T14:21:38 | Java | UTF-8 | Java | false | false | 67 | java | package com.github.wenj91.util.encoding;
public class Md5Util {
}
| [
"1541683150@qq.com"
] | 1541683150@qq.com |
327f481ec20d7dec38095e001856e63a42b05ae3 | b8edd9e887333a214da8fdbceb19e0718f0ccf78 | /core/src/main/java/com/mcintyret/jvm/core/opcode/math/add/FAdd.java | 093fa5c4908f3cc5da27df6f637aff4bdee70bd7 | [] | no_license | mcintyret/jvm | 19714d1a3b968a761bd28c6b6ce68af912799dc1 | 21750ff0685d0335daf87498725c7f1f5bb6c69c | refs/heads/master | 2016-09-10T15:00:56.022990 | 2016-02-04T14:09:07 | 2016-02-04T14:09:07 | 19,899,253 | 18 | 2 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.mcintyret.jvm.core.opcode.math.add;
import com.mcintyret.jvm.core.opcode.BinaryFloatOp;
class FAdd extends BinaryFloatOp {
@Override
protected float binaryOp(float a, float b) {
return a + b;
}
@Override
public byte getByte() {
return 0x62;
}
}
| [
"tom.mcintyre5@gmail.com"
] | tom.mcintyre5@gmail.com |
a57bf5d3ae53a053e84bfbd97479530a2462d30b | 3df1650e4fc16043b3fcb5d358ed5991a9b94228 | /SpringTDL/src/test/java/com/qa/SpringTDL/persistance/domain/TaskDomainTest.java | d429bb2bfa69ac4e3c1c8a8e604950794d88107e | [] | no_license | awatahirqa/TDL-Project | 07f2a7882fcfccd7f48553286ad83c5aac26feca | c8112dff676aa4b7408119d3ef49ced6b388fd4c | refs/heads/main | 2023-03-07T18:16:46.602987 | 2021-02-16T17:37:22 | 2021-02-16T17:37:22 | 335,984,126 | 0 | 0 | null | 2021-02-16T17:36:26 | 2021-02-04T14:45:18 | Java | UTF-8 | Java | false | false | 975 | java | package com.qa.springtdl.persistance.domain;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import com.qa.springtdl.persistance.domain.TasksDomain;
@SpringBootTest
public class TaskDomainTest {
private TasksDomain task;
... | [
"WTahir@qa.com"
] | WTahir@qa.com |
46b7855c06804bbf75b1716441c0c5575e92055b | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/search/azure-search-documents/src/main/java/com/azure/search/documents/indexes/models/TextWeights.java | b1aeaf8ace5e0d9f84c7606618833a8ec2e4ff67 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 3,614 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
package com.azure.search.documents.indexes.models;
import com.azure.core.a... | [
"noreply@github.com"
] | Azure.noreply@github.com |
bdaeafd1bb3a2fe8e340fb1f4d5732206f45dc1c | bc423abe83af278f7ac441d141e528676c94945e | /src/main/java/com/ad/MVCPractice/config/MvcConfiguration.java | d005d7ff88fa13d5b927e8e03e5e53d187084aa6 | [] | no_license | bhisma-adhikari/MVCPractice | 604616370422e8d96d17bc9f30fbb6cfc712df7a | 58e75f856b4db6d3a5b414ba0aba5cb9e0e35afe | refs/heads/master | 2023-06-13T06:15:39.849149 | 2021-07-08T05:01:57 | 2021-07-08T05:01:57 | 381,448,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.ad.MVCPractice.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.ViewResolver;
import org.springframework.web.servlet.config.annotation.... | [
"adhikab@miamioh.edu"
] | adhikab@miamioh.edu |
84f7f5b489f5eb3e5dcf9b1ceeb3813740fe198f | 62d8eedc9a1066ba779cd47f97b530e05155920d | /src/main/java/br/com/tddspring/cursotddspringudemy/api/dto/LoanFilterDTO.java | c4b4e6e9850739fac60cdea85f4c626b85e8ed4d | [] | no_license | RobertoSouzaSilva/tddudemy | 99a960831f82c227bd3fbc866637668c5d9fcacb | d0d3b9b4c65550a58e0ab77180f435b7622378e1 | refs/heads/master | 2022-04-27T00:08:13.779096 | 2020-05-01T22:35:15 | 2020-05-01T22:35:15 | 260,567,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package br.com.tddspring.cursotddspringudemy.api.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class LoanFilterDTO {
private String isbn;
private String customer;
}
| [
"robertosouza57@yahoo.com.br"
] | robertosouza57@yahoo.com.br |
7dfdc4be4d875793490439b9a1330f6e5543e96a | c5051a7c967cebc9c8d0633487309a239061212d | /src-gen/org/worklang/serializer/WorkSyntacticSequencer.java | fe740f8902e5d9625a89269a790998c0e16f70aa | [
"Apache-2.0"
] | permissive | aianta/WorkLang | 0107b1cb7e2b536060c6549ff986314cd3026d5e | fe6604c50150bb26aead01f7d1a9d886ad6965e2 | refs/heads/master | 2020-03-16T04:29:04.735490 | 2018-07-03T19:28:26 | 2018-07-03T19:28:26 | 132,512,055 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | java | /*
Copyright 2018 Alexandru Ianta
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, sof... | [
"aianta03@gmail.com"
] | aianta03@gmail.com |
5f32b1b694504a693438e7182b6d65315a279be1 | 63fbdc2728be87b0da9a0398b7f692ef4cc1cfed | /src/main/java/edu/ksu/cis/macr/ipds/primary/plans/forecast_neighborhood/package-info.java | c22d2dadfc3d590351033fecf73a4c854811d763 | [] | no_license | m-engels/ksucase-ipds | 542e57c7cb118648622425da2715a33ea95c9918 | b5cfcf8c1f138a8eae8ff57b30474ebd93f6d27e | refs/heads/master | 2020-03-13T02:58:04.307822 | 2018-04-25T02:50:48 | 2018-04-25T02:50:48 | 130,934,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | /**
* Provides the plan classes to provide forecasts for neighborhood-level agents.
*/
package edu.ksu.cis.macr.ipds.primary.plans.forecast_neighborhood;
| [
"mjengels@ksu.edu"
] | mjengels@ksu.edu |
9406b05bd6ab86b654fe4b81ef37b814f24522f5 | a383b8cf6b63c2075d651c8ed7cd475af149a850 | /bitcamp-java-application2-client/src/main/java/com/eomcs/lms/client/MemberDaoProxy.java | 3ba3b9e717ca2188ed16c59bbb4d87a55ff169f1 | [] | no_license | icewaterdrop/bitcamp-java-20190527 | 93c0f8189dc7165c924e7575029b215c4497e8f5 | fc707617332a1e211a9c16026506fc194c9b91be | refs/heads/master | 2020-06-13T20:16:32.503371 | 2019-11-07T02:49:53 | 2019-11-07T02:49:53 | 194,775,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,790 | java | package com.eomcs.lms.client;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.sql.Date;
import java.util.List;
import com.eomcs.lms.dao.MemberDao;
import com.eomcs.lms.domain.Board;
import com.eomcs.lms.domain.Member;
public class MemberDaoProxy implements Memb... | [
"ozzang1991@gmail.com"
] | ozzang1991@gmail.com |
3fb30c61c5e876cf9d9c68114650a77f95fc6660 | 6b5a5a16a5760b7d4603da7227a643fcc295068e | /framework-module/bms-common/src/main/java/com/limaila/bms/common/exception/CommonException.java | b93eedf104d2a057470bacb4b195089edd497936 | [] | no_license | HusenHuang/BMS | 9e0e0c093fa5802af2ba31d7739accbb8570eefc | cffc12b39cda27121b688e66d877f7fc1a5ad6d3 | refs/heads/master | 2023-03-20T07:42:11.207886 | 2021-03-23T07:16:28 | 2021-03-23T07:16:28 | 291,017,965 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,411 | java | package com.limaila.bms.common.exception;
/***
说明:
@author MrHuang
@date 2020/9/11 15:10
@desc 通用异常
***/
public class CommonException extends RuntimeException {
/**
* Constructs a new runtime exception with {@code null} as its
* detail message. The cause is not initialized, and may subsequently b... | [
"husenhuang@can-dao.com"
] | husenhuang@can-dao.com |
cf7df131539ebe8db2840de501bcc412462c8e9b | 2aea7587718d5eebae2689933d089815d70b0628 | /src/test/java/com/github/grishberg/tests/TestUtils.java | db07386a107bbd59e11ea8a614cb8fd67342cf90 | [
"Apache-2.0"
] | permissive | Grigory-Rylov/android-instrumental-test-runner | a481c2a253ac5fa0f92ba4e254b16a5cfd4e04bc | 65f15836d7b3e0588901bd25608a11d3376fa92f | refs/heads/master | 2023-04-28T02:50:51.357997 | 2020-10-16T13:43:07 | 2020-10-16T13:43:07 | 108,509,396 | 7 | 2 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.github.grishberg.tests;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
/**
* Created by grishberg on 28.04.18.
*/
public class TestUtils {
public static List<String> readFile(String fileName) throws ... | [
"grishberg@gmail.com"
] | grishberg@gmail.com |
1b48ef23d7045a32decd830ba0099a53bda37cb3 | 4bfb15b513883e5e80a3e859c5cf807932bfb8e4 | /sdk/src/com/sharethis/loopy/sdk/ShareDialogFragment.java | 14118273de7244972568a466573216ac272343c0 | [
"Apache-2.0"
] | permissive | socialize/loopy-sdk-android | 3fa8cfaf811f26afaf84da831c7ef4af8bcfc956 | a1decd803adf94770e581b315010eee8e32ed9a1 | refs/heads/master | 2021-01-17T05:24:28.998558 | 2016-03-06T14:17:11 | 2016-03-06T14:17:11 | 13,255,671 | 4 | 2 | null | 2014-03-24T16:31:28 | 2013-10-01T21:04:34 | Java | UTF-8 | Java | false | false | 167 | java | package com.sharethis.loopy.sdk;
import android.app.DialogFragment;
/**
* @author Jason Polites
*/
public class ShareDialogFragment extends DialogFragment {
}
| [
"jason.polites@gmail.com"
] | jason.polites@gmail.com |
c84f21580c316b9d65704466421fd76db613aa7a | 418aae46356cdd084fdf40555066152d466c5098 | /src/main/java/dev/gaellerauffet/lesamisdelescalade/services/impl/SpotServiceImpl.java | 53712327c70cc8a683898ce949609c7863db1ad1 | [] | no_license | gaelle8278/OC-les-amis-de-lescalade | 06800419b05b32194d562d1aa1592608b6201a82 | fde6a72636ffe226a3581e73011c63a86d285329 | refs/heads/master | 2020-09-23T11:06:21.995485 | 2019-12-20T16:20:56 | 2019-12-20T16:20:56 | 225,481,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,709 | java | package dev.gaellerauffet.lesamisdelescalade.services.impl;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.persistence.EntityManager;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.da... | [
"gaelle.rauffet@kiwiscan.net"
] | gaelle.rauffet@kiwiscan.net |
fef94d2744c1d17301b2c6bbcdddde84d0333c84 | 1c6eae4b5ebbddce35a2fad77b69189e5290ea2a | /src/design/prototype/work/w5/ConcretePrototypeB.java | c23eb8aa4c0c48cdb1ffb1c349235d93649809ed | [] | no_license | GitHubFeiLong/design | b4d2a07fc4675c469bf40aa5a05ae3c66d2a9382 | 377b5b08771a7257d9b9a9aa9578ed98f59c8697 | refs/heads/master | 2023-02-05T01:08:47.905972 | 2023-01-30T12:51:13 | 2023-01-30T12:51:13 | 187,624,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | package design.prototype.work.w5;
import java.util.Objects;
/**
* 类描述:
* 具体原型类
* @author cfl
* @version 1.0
* @date 2022/12/12 21:43
*/
public class ConcretePrototypeB extends Prototype{
//~fields
//=========================================================================================================... | [
"1696741038@qq.com"
] | 1696741038@qq.com |
2aff014b56d6d7420285e79a55fbfa22edb09443 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java | 231cb725f5b0af16cde9d13848c8e556ed87e566 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | Java | false | false | 5,218 | java | // Copyright 2013 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.content.browser;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import andro... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
404d0ada5eb4bd8f75c032dfaa8f3cb916943462 | f5dfa1a31269f2e016509a4184848e7e04fd99f7 | /eureka-server/src/main/java/br/com/musiclimate/eureka/server/EurekaServerApplication.java | 4910cee7e60146a0458ade5125db81f7c709f960 | [] | no_license | arroyoht/Musiclimate | ceb8783864f561470df574dba0be617c6c737a4d | 4ca35853e5adc2808360a1a8bf320989b659c7d3 | refs/heads/master | 2020-06-12T22:00:06.849081 | 2019-07-05T12:48:23 | 2019-07-05T12:48:23 | 194,439,574 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package br.com.musiclimate.eureka.server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@EnableEurekaServer
@SpringBootApplication
public class EurekaServerApplication {... | [
"vnthete@Henrique-Macbook-pro.local"
] | vnthete@Henrique-Macbook-pro.local |
f41a0b7b2d416dd7e627da36cc49696b5d0578af | aa68ad3c5e18e8aad00c00741f562c9d03590e98 | /src/main/java/com/github/zmzhoustar/webshell/WebShellApplication.java | 7bba2d49366a35e64db89a5605bd98a91b3043e1 | [
"Apache-2.0"
] | permissive | snowlavenderlove/web-shell | c4a18d128679e4b39a9b298230bc479d5596eeab | 7898bc4c7cea7642fc25b17f53b8d4889869c5cc | refs/heads/main | 2023-04-25T22:14:34.004950 | 2021-05-13T07:23:07 | 2021-05-13T07:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.github.zmzhoustar.webshell;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import com.github.zmzhoustar.webshell.utils.ThreadPoolUtils;
/**
* 程序入口
* @title WebShellApplica... | [
"zmzhou8@qq.com"
] | zmzhou8@qq.com |
ec680ea5a4484a835aebef7a15f97ba59b36d914 | 0bb62eb769db53ee0eb3d87189b7232444ab83d9 | /app/src/main/java/flaychat/cn/flychat/chat/xlistview/IphoneTreeView.java | 7b992aacee8a0adb8188798199e772e5d181065a | [] | no_license | GMpjOZ/FlyChat-android | cd7480727574a87d4efedc679b21e67d840f020f | 5c9300f5f81aceeee9cf7628cf1c31a662408560 | refs/heads/master | 2021-01-12T13:37:58.536337 | 2015-05-13T11:03:47 | 2015-05-13T11:03:47 | 34,446,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,521 | java | package flaychat.cn.flychat.chat.xlistview;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.AbsListView.OnScrollListener;
... | [
"zaoerck@163.com"
] | zaoerck@163.com |
770fbea02bf48d9c9f52ee9f596e407b3c5a4d4a | 782ae9d462e8d3eb4b764952782b5ff2b172aa8e | /app/src/main/java/com/gilat/proyectogilat/MainActivity.java | ebbf2ff5221322a550c351a953e90f6ae207bdeb | [] | no_license | ejcrfrz/ProyectoGilat | ca64e534b6f382f37840d79495fe2038a70beacf | b3726fbebb6461fb47593452e3b85ded9f647316 | refs/heads/master | 2022-11-20T12:08:50.452359 | 2020-07-23T22:44:05 | 2020-07-23T22:44:05 | 272,250,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,079 | java | package com.gilat.proyectogilat;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.app.ActivityCompat;
import androidx.core.c... | [
"eduardo.requena@pucp.pe"
] | eduardo.requena@pucp.pe |
62d5b1a47e2a9a23ce68142df0102ac7e379b69a | 600733a146389f023b08d2b6d2a87d4fcdb908ec | /springmvc-rest/src/main/java/com/nehaspring/springmvcrest/services/CustomerService.java | 16360f51eccf99d4eaa2db6180f05949b4f4c679 | [] | no_license | NehaSpring/springmvc-rest | 4a72b1bbbe99d25e4992d07474c6fbbbed5f35d6 | 50c616bed9e1a00dc07fdbed2db91372341d80e0 | refs/heads/master | 2023-04-04T19:58:52.113811 | 2021-04-20T14:59:30 | 2021-04-20T14:59:30 | 359,856,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.nehaspring.springmvcrest.services;
import java.util.List;
import com.nehaspring.springmvcrest.api.v1.model.CustomerDTO;
public interface CustomerService {
List<CustomerDTO> getAllCustomers();
CustomerDTO getCustomerByName(String firstname);
CustomerDTO getCustomerById(Long id);
CustomerDTO createNew... | [
"nehapatel.190083@gmail.com"
] | nehapatel.190083@gmail.com |
c66a16fac0ca518d609a2a781f3ec08b97e85525 | 51b299957d2347d7f353481eff1458edfd6f9931 | /app/src/main/java/com/lida/cloud/bean/OrderEvaluateBean.java | ae1d8c1573c7c013f457866c727a38720a61554b | [] | no_license | StormFeng/YunZhongLi | adee3a54f6bd7527c83a6c8a52d2d606c4f40f4f | eea5ad46a676cfa5d89659a9c11abac275b5fa19 | refs/heads/master | 2021-07-04T00:59:35.272986 | 2017-09-26T02:13:10 | 2017-09-26T02:13:10 | 104,295,721 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java | package com.lida.cloud.bean;
import com.google.gson.JsonSyntaxException;
import com.midian.base.app.AppException;
import com.midian.base.bean.NetResult;
import java.util.ArrayList;
import java.util.List;
/**
* 评价商品信息
* Created by WeiQingFeng on 2017/8/23.
*/
public class OrderEvaluateBean extends NetResult {
... | [
"1170017470@qq.com"
] | 1170017470@qq.com |
2a07fa013f7acbe8c36030fce33c8022088c6315 | 049c5046350c434399b49f78677eb490d296e292 | /distributeme-registry/src/main/java/org/distributeme/registry/ui/action/package-info.java | e1b489cfd08f3c91014fb6abbd150e8670233946 | [
"MIT"
] | permissive | anotheria/distributeme | 69298b3ac7e39d9b4be1ca2396eaf3ebcb6ecb73 | 74d11893eb077c90074360197328fe0105af6b7a | refs/heads/master | 2023-08-30T02:22:52.203187 | 2023-02-10T14:24:04 | 2023-02-10T14:24:04 | 12,647,908 | 2 | 11 | null | 2023-02-10T13:57:16 | 2013-09-06T15:47:47 | Java | UTF-8 | Java | false | false | 105 | java | /**
* Package with actions for registry functionality.
*/
package org.distributeme.registry.ui.action;
| [
"leon.rosenberg@anotheria.net"
] | leon.rosenberg@anotheria.net |
c0a749f4b4d55d25cd4b2d1d2214621f40a2f8b5 | 5a03f3610ca6210b62d1e3fba0aae8ff50ed797a | /src/main/java/com/aimprosoft/controller/InternalController.java | e39f3e4d32eb7ec7c7ba635f63ad327caddfa9ce | [] | no_license | WorldInnovation/Department | 52a7604addb0462b1a801f462619f86c0ec790a5 | de4529b63aef7de699d8ba8e22b5bea1477bfc96 | refs/heads/master | 2021-01-22T23:05:54.017429 | 2017-04-10T12:31:02 | 2017-04-10T12:31:02 | 85,604,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.aimprosoft.controller;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.sql.SQLException;
public interface InternalController {
void execute(HttpServletRequest request, HttpServ... | [
"v.varankin@aimprosoft.com"
] | v.varankin@aimprosoft.com |
a8a9017df04c425770c34335cca48fbc5b4da94c | b97a62b9f72f24775f70741b22e11cf8b164ad34 | /src/seref/GetValueExecutor.java | cfbfaec12ed7bb881efdb68e547c2df44ae53581 | [] | no_license | serafett/panopticon | dd3bb9edd3436c0e88d7a79deaef55f79646f293 | b4fc70d16e0b8b82c6c6b21a6add6f7c34bfff6d | refs/heads/master | 2021-01-20T11:06:07.853648 | 2014-12-31T04:09:45 | 2014-12-31T04:09:45 | 28,459,294 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,056 | java | package seref;
import java.io.Serializable;
import java.util.concurrent.Callable;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.core.HazelcastInstanceAware;
import com.hazelcast.core.IMap;
public class GetValueExecutor implements Callable<Double>, Serializable, HazelcastInstanceAware {
priva... | [
"serafettintasci@yahoo.com"
] | serafettintasci@yahoo.com |
bb5506846942a8b3faeafe66ca073df9df18d740 | 354dd01622bf7a928fb007d38992e8f457192898 | /MergeSortAlgo/src/MergeSort.java | 0c88d50ae0a6e8079b098089b229e37d49464e43 | [] | no_license | chenyf0328/SJU_AlgorithmCourseProject | c3fdeecebc6c18f1daea2e9ba842c38d46263c2e | d37340727eb49f30526263bf00da460d8c85e8c0 | refs/heads/master | 2020-03-23T15:55:12.252642 | 2018-07-21T05:02:02 | 2018-07-21T05:02:02 | 141,782,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,151 | java | public class MergeSort {
public static void mergeSort(int[] data, int left, int right){
if (left<right){
int half=(left+right)/2;
mergeSort(data,left,half);
mergeSort(data,half+1,right);
merge(data,left,right);
}
}
public static void merge(int... | [
"826787530@qq.com"
] | 826787530@qq.com |
5bb8b908bc9d2ae20dd158b4c11a44c0abfc89bf | d04d1e491bbb63611896262697fb9ba5f5a5c361 | /src/main/java/com/ssafy/safefood/model/chart/ChartController.java | 97310480a1eb8c754f616642bc73490468906132 | [] | no_license | ohjuntaek/safe-food | 4684d10f17b641b0361e8b360661cc0acb7112ce | c6699e1b5904051020693d820d6f4491ee1416fe | refs/heads/master | 2020-05-21T15:41:54.402404 | 2019-07-12T08:30:15 | 2019-07-12T08:30:15 | 186,097,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package com.ssafy.safefood.model.chart;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseBody;
impor... | [
"dimes12@naver.com"
] | dimes12@naver.com |
18709d0fb90c4f579fdd8c1926356d87f50d0b0d | 30acfd3f0a117458324c8f7ebfcfd198c43089ab | /pokemonTutorial/src/human/Me.java | ba425e41977c72d53e9e592e2761c911493241f9 | [] | no_license | kadotaoru/pokemonTutorial | 261d6601fa8086e99214fda0cd6555fd3b57fedc | 48fb8fc43272b3e22d5b10ca3340fb4544bba434 | refs/heads/master | 2022-12-24T23:21:01.655552 | 2020-10-11T13:00:39 | 2020-10-11T13:00:39 | 284,255,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,539 | java | package human;
import pokemon.Pokemon;
public class Me extends Human {
Pokemon[] myPokemon;
public Me(){
myPokemon = new Pokemon[6];
}
public void decideMyName() {
System.out.println("【あなたの名前は?】");
String enterMyName = new java.util.Scanner(System.in).nextLine();
name = enterMyName;
}
... | [
"kadotaoru@DESKTOP-3EF734L"
] | kadotaoru@DESKTOP-3EF734L |
2475a3cd1cb00e17adbfd3f1f0f731c0f95a82de | afacbafb94bdcffa61ebaef948cab3f758b8ae39 | /src/main/java/edu/northwestern/at/utils/math/matrix/MatrixProperty.java | 5736a181a126391f5bdc0a83dc333d8bc303b4b0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | slide-lig/TopPI | 84694e907be72bf394f0c56c2cfd3e2813b6284f | d1a9dad5f16658c9c48e5fd9e72a07dd588f305b | refs/heads/master | 2020-09-22T01:00:59.244388 | 2016-08-26T14:20:58 | 2016-08-26T14:20:58 | 66,268,013 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 13,962 | java | package edu.northwestern.at.utils.math.matrix;
/* Please see the license information at the end of this file. */
import edu.northwestern.at.utils.math.ArithUtils;
/** MatrixProperty returns a boolean value for a property of a matrix.
*/
public class MatrixProperty
{
/** Return bandwidth for matrix.
... | [
"martin.kirch@gmail.com"
] | martin.kirch@gmail.com |
b5c36b94085eac0fadec3425267b144d6f879668 | 582db76b59f9b51d7f215f66006c439b99f91cb6 | /src/main/java/whattodraw/characters/Character.java | 010f8af841d097ef12c8e5b4b1a19ba77309429c | [] | no_license | cheshirrrr/whattodraw | 33a2ff9dbdebf88b75b4c847f0ed5a80d53366e2 | 2dfd277255bf1cf66115d052a73e821a6717be3c | refs/heads/master | 2020-07-30T21:55:00.525031 | 2016-11-26T08:14:32 | 2016-11-26T08:14:32 | 73,618,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package whattodraw.characters;
public class Character{
private String trait;
private String setting;
private String name;
public Character(){}
public Character(String trait, String setting, String name) {
this.trait = trait;
this.setting = setting;
this.name = name;
}
... | [
"jmnmnck@gmail.com"
] | jmnmnck@gmail.com |
521b840ecafaa7f10414b7304bff4dba964593ab | 2ec70a1b1bd94d0a9bc905425f97b58cfe209808 | /src/test/java/br/com/fiap/cloud/ArchTest.java | b9428a98387d68e67708d05068cff870dfa029bd | [] | no_license | guimbm1993/cloud | c1fe6a1ba96660938e0ec7996868d09caab2f285 | 943f85f12ba9c3d3aca4331438d3c477704cb4e4 | refs/heads/main | 2023-04-25T00:01:58.149070 | 2021-05-03T23:57:29 | 2021-05-03T23:57:29 | 364,080,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package br.com.fiap.cloud;
import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses;
import com.tngtech.archunit.core.domain.JavaClasses;
import com.tngtech.archunit.core.importer.ClassFileImporter;
import com.tngtech.archunit.core.importer.ImportOption;
import org.junit.jupiter.api.Test;
class Ar... | [
"ubuntu@ip-172-31-67-243.ec2.internal"
] | ubuntu@ip-172-31-67-243.ec2.internal |
9c39cc94b1d8f74162b7f4f87f5256ff916cf4fb | 284401a84b53a0c9f12d4168ecc5af4910ed1612 | /TeeDict/jDictExtraDicts/com/teesoft/javadict/kdic/kdicIndex.java | ec7c31290b9b841c7bbb74f5faa413e15cb85b55 | [] | no_license | rzel/olunx-com | d59f0b41e33c1835b79a44e054849ac88c5f9f83 | 911745c417e90c53cf18e99d520bce53eaafdff8 | refs/heads/master | 2020-05-28T01:09:51.262945 | 2012-03-20T09:26:41 | 2012-03-20T09:26:41 | 40,686,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,899 | java | /*
* kdicIndex.java
*
* Created on Aug 5, 2007, 5:34:34 PM
*
Copyright (C) 2007 Yong Li. 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 L... | [
"olunx@localhost"
] | olunx@localhost |
050605720e0caa10d0dfd0cedffc18d6fc8058e1 | b09eca5398c725bd831bc77d3eeef2fe547ccd7f | /src/main/java/org/mybatis/generator/internal/util/JavaBeansUtil.java | 073992a575905d1a57daf5d00e01a020caa5b935 | [] | no_license | weijunjie715/mypro | 49e1768444d4629409279938ca521d257ff9de66 | 1cc0095f2ae4f72a138275f094235ed2af70d9e0 | refs/heads/master | 2023-04-09T21:09:26.494383 | 2021-04-17T05:02:12 | 2021-04-17T05:02:12 | 341,493,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,949 | java | /**
* Copyright 2006-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"weijunjie715@163.com"
] | weijunjie715@163.com |
92704589851a151cc03b2ebd26beed4bb0452b8d | 57ffc7d2ed1d5ce213689cc4516488352ff91afb | /wepbase/src/main/java/com/wep/common/app/views/WepEditText.java | 474d6ecdb2829c93549cd4e31561734de20f0793 | [] | no_license | richawep/EasyBill-V2.9 | 0bec805a927d54f1cc97e249d5552e7a89d1c09f | 3e1476b45911c54431e74ae5f602a7e3e6a49081 | refs/heads/master | 2021-05-06T20:32:03.664427 | 2017-11-17T08:59:05 | 2017-11-17T08:59:05 | 112,326,852 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package com.wep.common.app.views;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.widget.EditText;
/**
* Created by PriyabratP on 30-03-2017.
*/
public class WepEditText extends EditText {
... | [
"ppadhybam@gmail.com"
] | ppadhybam@gmail.com |
70395f38c30a8095e56097ff2931da20d5ba4e7c | 32522c2fc711492a828b6fc9fe8e1764e91b0b8d | /src/api-gateway/src/test/java/com/bus/apigateway/ApiGatewayApplicationTests.java | 7234cc4e1949d7a46f74e7c842eda7b91cb472d9 | [] | no_license | AdvancedServicesEngineeringFudan2018/Bus-schedule | f13d4566bdcd1e1b5c6d8c7ea083ab4f6dceeceb | aaa08df9cac96ed79c49c766d02ff7d659918c26 | refs/heads/master | 2020-03-22T21:09:24.689474 | 2018-07-18T07:09:01 | 2018-07-18T07:09:01 | 140,661,709 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.bus.apigateway;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ApiGatewayApplicationTests {
@Test
public void cont... | [
"32250535+Guosiying@users.noreply.github.com"
] | 32250535+Guosiying@users.noreply.github.com |
5215274d111f40e90e6302a2c2cd5b72b6a54683 | 544f78169476d6de5e048fb745492aefcbc4a236 | /src/HomeWork/HW1.java | e4df1467e5eb16e1e492d6a77a01854f79ef05c9 | [] | no_license | YAUHENI1986/HomeWorkLesson1 | 4e719994cf2ce21b0f93cd1c48cab355d49ab6e4 | 59de88df9196aff777c7d0f0008f7d0d8b0dd680 | refs/heads/master | 2020-03-30T04:50:11.832406 | 2018-09-28T19:06:59 | 2018-09-28T19:06:59 | 150,764,611 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 7,578 | java | package HomeWork;
import java.util.Scanner;
public class HW1 {
public static void main(String[] args) {
int count = 100; // размер массива
int x[] = new int [count];
for (int i = 0; i!=count; i++) {
x[i] = i;
}
// вывод на экран
for ... | [
"noreply@github.com"
] | YAUHENI1986.noreply@github.com |
835784cac4101416a3fc53dd38bae5a987f08513 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-40b-2-9-FEMO-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/analysis/solvers/BaseAbstractUnivariateRealSolver_ESTest.java | 7fc1f15202add83ccf38d3d5030b42ca1af5d340 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,305 | java | /*
* This file was automatically generated by EvoSuite
* Mon Jan 20 14:12:09 UTC 2020
*/
package org.apache.commons.math.analysis.solvers;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.math.analysis.solvers.BracketingNthOrderB... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
296e0fd74ab3abf76399c7004ecd8d8623dc995d | be257e28b722d9741bb927d409d91af6a0b5c178 | /GoldenCrown/src/main/java/com/gt/tot/UniverseOfSoutheros.java | be0f69e7be8ed38d249ec6fc73af10efcbc99e84 | [] | no_license | arshmohd/Geektrust-1 | bf2f788073ed7089efb4ac9d95ab7ac3979567b1 | 6de0f8a0cba1566987102635d1d81b24b7e1917f | refs/heads/master | 2022-04-08T04:40:14.551039 | 2020-01-15T06:22:13 | 2020-01-15T06:22:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,288 | java | package com.gt.tot;
import com.gt.tot.kingdom.*;
import java.util.HashSet;
import java.util.Set;
public class UniverseOfSoutheros {
private static final UniverseOfSoutheros SOUTHEROS = new UniverseOfSoutheros();
private final Set<Kingdom> kingdomsInSoutheros;
private Kingdom rulingKingdomOfSout... | [
"noreply@github.com"
] | arshmohd.noreply@github.com |
5ecf8919a019761e8d421c402e935c0c05d23633 | 7f6c9df125bf4a46a8ce5d78c9a2cbf4618f044d | /src/main/java/pl/edu/agh/cs/kraksim/iface/sim/TravelEndHandler.java | 1e09ee9e20e187a1e2b342ffaab9be7d092c507e | [] | no_license | Pysiokot/Kraksim_drivers | e2d91faf6952142fcd962e11f32539f6c7cd2a62 | acda939a1fe77da64a95d714b3b742c3f95cbf4f | refs/heads/master | 2022-12-10T07:09:03.233071 | 2020-09-11T14:33:41 | 2020-09-11T14:33:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118 | java | package pl.edu.agh.cs.kraksim.iface.sim;
public interface TravelEndHandler {
void handleTravelEnd(Object driver);
}
| [
"piotrek628@gmail.com"
] | piotrek628@gmail.com |
4e6c75063d620f1e602dfc97ae04d051888e081b | 501b936076ae329da0d4cbfb3d08838eba742ab2 | /src/main/java/info/InfoConverter.java | 4fcb02509e53409216a37e83f1d8ee693fb8c96f | [] | no_license | grisu/examples | 7227f7115928c830a2c56f1a994d8a70da316912 | e79653405b0d796cd61dc44472c129e873913e01 | refs/heads/master | 2021-01-19T13:52:57.714150 | 2012-06-28T01:45:44 | 2012-06-28T01:45:44 | 1,548,387 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package info;
import grisu.control.info.SqlInfoManager;
import grisu.jcommons.model.info.IDirectory;
public class InfoConverter {
public static void main(String[] args) throws Exception {
SqlInfoManager im = new SqlInfoManager();
for (IDirectory d : im.getDirectoriesForVO("/nz/nesi")) {
System.out.println... | [
"m.binsteiner@auckland.ac.nz"
] | m.binsteiner@auckland.ac.nz |
e76df6b9c26960b82dce514782fd784363f53349 | 0b53cd2e407d13ffa95354ca8f0867d56b471b74 | /bin/custom/bookstore/bookstorecore/src/my/bookstore/core/search/solrfacetsearch/provider/impl/VolumeAwareProductPriceValueProvider.java | 668d44038283a96b385808218da48f71168c4261 | [] | no_license | mocavada/hybrisSAP | 8480f07a78acd081bfb6d9f0c4713dc808a5a9bb | 25f92e06daa02d195ba1f89a244ec6cc3fd75f0c | refs/heads/master | 2021-01-15T01:34:24.698036 | 2020-02-27T18:21:50 | 2020-02-27T18:21:50 | 242,172,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,771 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"marc@awesomewebsite.ca"
] | marc@awesomewebsite.ca |
bca113310d7cbb80b732cba6ff7ec05aafa5ffae | e1ff68f08f2ba745819d99e9634b0f068c41d7da | /SunDaemon/src/com/ssl/support/utils/ListenableAsyncTask.java | 3436c90c05fe6357f8eb8b53e3b692a440384a0f | [] | no_license | SunshineLibrary/SunApps | ec9b7665e08f1f7f23fcb0c17d7d4523b7affe8b | 8d06283ddbd8c20dad127a73a4309ba9cc3a8dea | refs/heads/master | 2021-01-10T19:05:48.213541 | 2013-01-06T01:45:13 | 2013-01-06T01:45:13 | 7,017,217 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.ssl.support.utils;
import android.os.AsyncTask;
import java.util.List;
import java.util.Vector;
public abstract class ListenableAsyncTask<Param, Progress, Result> extends AsyncTask<Param, Progress, Result> {
private List<Listener<Result>> listeners;
@Override
protected void onPostExecute(Re... | [
"ukisami@gmail.com"
] | ukisami@gmail.com |
36bc2d383fe54d858555c9a6999c712a1c5820ac | c2306b644a0aaf38c85a651142bb6276674cb937 | /net.certware.intent/src-gen/net/certware/intent/intentSpecification/impl/ModelTypeImpl.java | c475c71b1b2fb8cb6e39eeae9f2b7ecad3156adf | [
"Apache-2.0"
] | permissive | iensen/CertWare | 61ba4caae6ef4bf2106aa84b53b03ae1d5f0b969 | b397d85512d8f1d5cc696bd44d0ff1c6de59b85d | refs/heads/master | 2021-01-15T12:15:41.627232 | 2016-03-14T23:26:26 | 2016-03-14T23:26:26 | 53,889,401 | 0 | 0 | null | 2016-03-14T20:25:23 | 2016-03-14T20:25:22 | null | UTF-8 | Java | false | false | 3,964 | java | /**
*/
package net.certware.intent.intentSpecification.impl;
import net.certware.intent.intentSpecification.IntentSpecificationPackage;
import net.certware.intent.intentSpecification.ModelType;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl... | [
"mrb@certware.net"
] | mrb@certware.net |
c6f23584a6c7dc801f6543193c5823d638effad4 | 6fc19a6c9c6323940a04ef90cb9561710da805a9 | /android/app/src/main/java/com/bookshelf/MainApplication.java | ac268c01fd1ff8ae0ff17cedbe362d39d44e4d81 | [] | no_license | jisaw/Bookshelf | 95677d170354518d49e92e91d97fda29eabf3c8b | 286b9823373981cd66d87315925ed458428be284 | refs/heads/master | 2020-09-27T22:52:56.093670 | 2016-10-07T01:40:34 | 2016-10-07T01:40:34 | 66,781,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.bookshelf;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import java.... | [
"sawyer.jake@gmail.com"
] | sawyer.jake@gmail.com |
fdd9b23fbc32ade3464cd52fc5a69ebe286e5f2a | 841a74c1052439f242092c4d1a761670df3d8e6e | /newz-step4-boilerplate/NewsSourceService/src/main/java/com/stackroute/newz/controller/NewsSourceController.java | f2ba1dacf612229aa2e233c275393ea93386ec4a | [] | no_license | realabdul786/stackroute-challlenges | 60bd47fd690a6d7e4b50f062d10a63b9fa12b3f9 | 22b5dbf2e976c8b5cf16b8ccc9a1301e8dd7ed65 | refs/heads/master | 2023-03-17T21:37:35.013199 | 2021-02-03T02:22:54 | 2021-02-03T02:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,841 | java | package com.stackroute.newz.controller;
import com.stackroute.newz.model.NewsSource;
import com.stackroute.newz.service.NewsSourceService;
import com.stackroute.newz.util.exception.NewsSourceNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
im... | [
"mehersupreeth@gmail.com"
] | mehersupreeth@gmail.com |
3b3ef6b6fc05e2f8301221cffb4298d8a6dee6bf | adc305b1b614253e693021ea0dd09f236f553205 | /src/main/java/net/hycrafthd/corelib/core/ModMetadataFetcherCoreLib.java | a4f5738c41c971652738c24c5c6533d4c8005401 | [
"Apache-2.0"
] | permissive | MrTroble/ModLibary | f89b886c96ed2971888c079ad916973e5d1bc2e3 | c9758bd3853a69ab6a6182b92099d2a22bdb74d5 | refs/heads/master | 2021-01-18T19:11:27.132473 | 2016-06-26T09:32:50 | 2016-06-26T09:32:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package net.hycrafthd.corelib.core;
import net.hycrafthd.corelib.CoreLib;
import net.hycrafthd.corelib.util.BaseModMetadataFetcher;
import net.minecraftforge.fml.common.ModMetadata;
public class ModMetadataFetcherCoreLib extends BaseModMetadataFetcher {
public ModMetadataFetcherCoreLib() {
super("/corelib.info", ... | [
"hycrafthd@live.de"
] | hycrafthd@live.de |
4ef3089e130c333d6b55e5998de188b81c0fa991 | e836b6a4c1337ddf377e9a90fe232e9f7442e60f | /plastecno-service/src/br/com/svr/service/UsuarioService.java | d2934a2a7134f518794d9e331970512730bfaae0 | [] | no_license | viniciusfernandes/plastecno | f456a45ccd8831fc9aef2c54a8c0a4cd3b50deb3 | 0058b44e47228fc1b3125edf0e9eb328770ee835 | refs/heads/master | 2021-01-23T17:31:44.369258 | 2019-02-25T18:42:48 | 2019-02-25T18:42:48 | 22,238,656 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,038 | java | package br.com.svr.service;
import java.util.List;
import javax.ejb.Local;
import br.com.svr.service.constante.TipoAcesso;
import br.com.svr.service.entity.ContatoUsuario;
import br.com.svr.service.entity.LogradouroUsuario;
import br.com.svr.service.entity.PerfilAcesso;
import br.com.svr.service.entity.Usuario;
impo... | [
"viniciussf@hotmail.com"
] | viniciussf@hotmail.com |
640485232089118b963103c9eea58365b2fc0ded | ed12509324a7ab2c275646b54903fb1b0e9c4e33 | /src/br/com/sp/gov/matriz/Ex04Mat.java | f672c20eba8d716a5b9e77108a184b28faeabef1 | [
"Apache-2.0"
] | permissive | EdersonSouza02/WorkspaceEtec | 0da2c932402f7d2ad171bfd61c98b99a3ecea943 | 5bcce77c5cb40270a29bd9e51d8055d7fec5bdcc | refs/heads/master | 2020-03-21T19:38:19.890881 | 2018-06-28T03:25:29 | 2018-06-28T03:25:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package br.com.sp.gov.matriz;
import javax.swing.JOptionPane;
public class Ex04Mat {
public static void metodo() {
String mat[][] = new String[10][3];
for (int linha = 0; linha < 10; linha++) {
mat[linha][0] = JOptionPane.showInputDialog("Informe o " + (linha + 1) + (0 + 1) + "n... | [
"you@example.com"
] | you@example.com |
fe9b0ec1ee5e3a74580a47c82e30acf20336539d | a310e8b70363e3a0807adc3e3a8ab312bcc0afa4 | /Ljir2019/Main.java | b1955f41189a734c231c255c645f9b8d8c621d17 | [] | no_license | TommyVidra/OOP | ddbdd04b4fe1791e5a30b91204357cf32779f1c4 | a4260a5fb18c041d6b3195353ac2b8fd4e485112 | refs/heads/master | 2020-07-12T03:38:09.237488 | 2019-08-30T19:48:54 | 2019-08-30T19:48:54 | 204,708,141 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,563 | java | import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
public class Main {
//Prvi zadatak
/*public static void main(String[] args) {
List<Item> items = getItems();
Item[] kosarica = new Item[items.size()];
... | [
"noreply@github.com"
] | TommyVidra.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.