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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
764d6dbc1f1347426739e712943e79924cbe5b73 | 09450bef927ab4151343fbcc93644f66847b1d4f | /Heure.java | d9b3a2a2b4a0b05d7c6e932cb79039237f5e81b8 | [] | no_license | dasilvaines/FoodyText | 402faac51eca53f2b9de02dbafe45a650501b973 | a49b85386c81ce0ff1ba692e2acb49a2b1debc56 | refs/heads/master | 2020-03-28T12:39:35.559277 | 2018-09-11T14:56:38 | 2018-09-11T14:56:38 | 148,320,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java |
class Heure{
private int heures;
private int minutes;
Heure( int heures , int minutes){
this.heures = heures;
this.minutes = minutes;
}
public int getHeures(){
return heures;
}
public int minutes(){
return minutes;
}
public void setHeures( int heures){
this.heures = heures;
}
public voi... | [
"ines.dasilva.sio@gmail.com"
] | ines.dasilva.sio@gmail.com |
507f6c9635d31ed95ae1bba4abab728353416cee | 3bbd78a0343673c1595c66fcb2b4cdd6be2f8080 | /src/main/java/de/schornyy/crate/crateplugin/interactableItems/InteractItem.java | d12333210730c8461d223892a76cecc586080eec | [] | no_license | schornyy/CratePlugin | b4c149e22d8a107c546a8c7d22a496bea46d2c4a | b49525497668acb2fba4f0e12657202e1f38844a | refs/heads/master | 2022-12-26T23:49:28.721429 | 2020-10-11T09:46:04 | 2020-10-11T09:46:04 | 303,087,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package de.schornyy.crate.crateplugin.interactableItems;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import java.util.ArrayList;
import java.util.List;
public class InteractItem {
private String command;
private ItemStack itemStack;
private int index;
public In... | [
"schornstein.lukas2001@gmail.com"
] | schornstein.lukas2001@gmail.com |
5efe65c46eefa93cdf4873252be5f3b8e56468d3 | b4e342353cb862dddd196303d805fdbe110b61b8 | /MessageStack.java | e9e333c379ed75619c8d5eba1f4aff910955b247 | [] | no_license | EliasVahlberg/AOOP_Assignment_1_REP | 97da3d83ff6991f59e3ab354dd8a7bdc787986fb | 896c7d6beba0c98486b3eca6d8945b8e739f8780 | refs/heads/main | 2023-04-02T11:00:23.968332 | 2021-04-02T15:26:28 | 2021-04-02T15:26:28 | 353,978,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | import java.util.ArrayList;
import java.util.LinkedList;
import java.util.NoSuchElementException;
public class MessageStack
{
private LinkedList<Message> elements;
private int count;
public MessageStack()
{
elements = new LinkedList<>();
count = 0;
}
public void push(Message m)
... | [
"elias.vahlberg.2@gmail.com"
] | elias.vahlberg.2@gmail.com |
ec5b2023dc4b4ca800b6e3f951dfbb1936149bce | 49d42478cbf9a7d5e669554bedd692000b733075 | /src/net/shopxx/dao/impl/BrandDaoImpl.java | 1992ca13ff9bfe94ec2ceb0002f93d44d32d81ab | [] | no_license | jackeybill/eShop | d1b1e50712935fe7258ac2eb472faf505a49af34 | 67b7c846db5e463cdfa3da2d50688fe57fc38596 | refs/heads/master | 2021-01-10T19:23:22.997724 | 2015-04-22T13:09:24 | 2015-04-22T13:09:26 | 34,387,697 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package net.shopxx.dao.impl;
import net.shopxx.dao.BrandDao;
import net.shopxx.entity.Brand;
import org.springframework.stereotype.Repository;
@Repository("brandDaoImpl")
public class BrandDaoImpl extends BaseDaoImpl<Brand, Long>
implements BrandDao
{
}
/* Location: C:\jackey\software\jad\
* Qualified N... | [
"jackey_bill@21cn.com"
] | jackey_bill@21cn.com |
88e1c283b96b873e997b5af793eb752d10604555 | d991dfbef8c02b207ba543ac0720cbd7bda94e57 | /initiator/src/main/java/org/oclc/circill/toolkit/initiator/client/SocketClientImpl.java | caf7d1b67fddaa7ac721859cc468808c7b54f1eb | [
"MIT"
] | permissive | OCLC-Developer-Network/circill-toolkit | fa66f6a800029b51960634dc674562c4588c63ae | f29d6f59a8b223dabf7b733f178be8fd4489ad58 | refs/heads/master | 2023-03-18T22:06:48.392938 | 2021-03-04T22:19:07 | 2021-03-04T22:19:07 | 307,710,469 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java | /*
* Copyright (c) 2020 OCLC, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT/X11 license. The text of the license can be
* found at http://www.opensource.org/licenses/mit-license.php.
*/
package org.oclc.circill.toolkit.initiator.client;
import org.... | [
"73138532+bushmanb614@users.noreply.github.com"
] | 73138532+bushmanb614@users.noreply.github.com |
538e7cfab76ab8ea53286a93382383509a99e192 | ef72ad9c1cbcd944e76075311cdd71b11ac76f20 | /Todos/app/src/main/java/com/example/nayani/todos/ToDo.java | b35833a10272d2e81c4e8a250961adc259c521ef | [
"Apache-2.0"
] | permissive | nayaniabhishek/iOSTraining | d747319414cd24dc1a9a8e63efaa51f8cff0cdf7 | 34fc5c26f7159c38570bc9e9e4df40dd459f5fae | refs/heads/master | 2020-09-21T22:20:53.850071 | 2017-02-03T18:20:32 | 2017-02-03T18:20:32 | 67,537,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.example.nayani.todos;
import com.raizlabs.android.dbflow.annotation.Column;
import com.raizlabs.android.dbflow.annotation.PrimaryKey;
import com.raizlabs.android.dbflow.annotation.Table;
import com.raizlabs.android.dbflow.structure.BaseModel;
/**
* Created by nayani on 1/11/17.
*/
@Table(database = MyD... | [
"nayani@yahoo-inc.com"
] | nayani@yahoo-inc.com |
5027b2767a35f358158cbd313693a7dcbf07fbf8 | 0837f308549e8c56369ca46444ae0053773a52ac | /ibm-practice-jpa/src/main/java/com/practice/model/DataResponseStudent.java | 9bed81fc61c0ca381b41addb32003f58d26b2433 | [] | no_license | Daythor8a/CursoCracks | 2ceed04e77b60aefe83de7c57aee827638558492 | 7cd6e75cfaf8827377e1e58760afc6da20db1eb3 | refs/heads/master | 2021-04-04T13:39:50.578244 | 2020-03-23T07:06:37 | 2020-03-23T07:06:37 | 248,462,274 | 0 | 0 | null | 2020-03-23T07:06:39 | 2020-03-19T09:32:11 | Java | UTF-8 | Java | false | false | 264 | java | package com.practice.model;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class DataResponseStudent {
private String id;
private String name;
private String lastName;
private String company;
private String city;
}
| [
"noreply@github.com"
] | Daythor8a.noreply@github.com |
3870670a35c081d9ba1bca75e7c0aa666078b5e1 | 0a9b652775fc7368a45738a7e98d2d635a7e2f95 | /app/src/main/java/com/cykj/survey/bean/IndustryBean.java | 1a55cb5485cf8fdbb6d582dab1c57caf34214aa3 | [] | no_license | YSQDestiny/Survey | 0ced42e0f07393a37d63573cb90c8d1521f14a1a | 76a0df762d16d72232a2f3466bbdb0b74cc41c2d | refs/heads/master | 2021-06-24T14:44:19.517494 | 2018-06-26T09:54:49 | 2018-06-26T09:54:49 | 133,258,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package com.cykj.survey.bean;
public class IndustryBean {
@TreeNodeId
private int id;
@TreeNodePid
private int parentId;
@TreeNodeLabel
private String name;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getPare... | [
"772375012@qq.com"
] | 772375012@qq.com |
38d8d97777737d5e58ed019188da9de8efc7c5c5 | 5033e314afea981e3ff2c5cffcd5c934929c5842 | /src/main/java/club/ihere/common/message/req/BaseReq.java | e036f70fb698f69d72eb8ffb1015f06fc82b7677 | [] | no_license | BooHome/wechat-here | 29805b36c28fe09430ede6ca71ce5c3ab005245f | ed4d09eecc557e0c79b72d8f949c5ea5776a8091 | refs/heads/master | 2020-04-04T09:13:41.619502 | 2018-11-20T09:37:30 | 2018-11-20T09:37:30 | 155,811,972 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package club.ihere.common.message.req;
public class BaseReq {
String toUserName;
String fromUserName;
long createTime;
String msgType;
public String getToUserName() {
return toUserName;
}
public void setToUserName(String toUserName) {
this.toUserName = toUserName;
}... | [
"fengshibo1024@gmail.com"
] | fengshibo1024@gmail.com |
0498281a93febe693354de48ebc572102e7e1d1b | 8bf3acab5988ce0c7a65682df848355e35f04c0d | /GYYEngineer/app/src/main/java/kzy/com/gyyengineer/leanchat/activity/EntrySplashActivity.java | ab1ac782f639d0c79ab6752483c4208da24eb280 | [] | no_license | kevin3574/YHMachine | e9e55e404e51d06358fd50fe44c7c8336d88f290 | 5d197af3d913c50b0a8d6c96437fcc18daf21df7 | refs/heads/master | 2021-07-12T11:25:38.732171 | 2017-10-16T02:56:48 | 2017-10-16T02:56:48 | 107,069,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,065 | java | package kzy.com.gyyengineer.leanchat.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
import android.widget.Toast;
import com.avos.avoscloud.AVUser;
import com.avos.avoscloud.im.v... | [
"1131304477@qq.com"
] | 1131304477@qq.com |
1a329ba745f47643c090e8f05c006199b8c53dd0 | c691fdb4a5702d8254f12c0eafb376f15dfbbbfb | /src/main/java/com/yumi/cash/app/server/dto/ProductListDTO.java | db4c17aece5c44d7d2bd3d08c4677b47b01e3fd2 | [] | no_license | gavinatcn/cash-app-server | 925b63b5cdf0bb7fa2f1f0edb79df6ee216ad791 | 5abb82e0259828be463e4a2666b2377ac8b53f7d | refs/heads/master | 2021-01-13T05:15:55.537399 | 2016-12-28T10:33:34 | 2016-12-28T10:33:34 | 81,300,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.yumi.cash.app.server.dto;
import java.util.List;
/**
* Created by gavin on 2016/12/28.
*/
public class ProductListDTO {
private List<ProductAbstractInfoDTO> productList;
public List<ProductAbstractInfoDTO> getProductList() {
return productList;
}
public void setProductList(Lis... | [
"gavin@KFC-Free-2.local"
] | gavin@KFC-Free-2.local |
0e84ff60be065bf7f52027606b7a312b7375470a | 26d731b5c9457bc96e1a7b28a5d2988f6c12065e | /src/main/java/com/cavendish/service/AsyncService.java | 10d2f88821d0e2a8cb802b965cb0cee33a30fddf | [
"MIT"
] | permissive | umashankar-sahoo/SpringBoot | cd4710c8b4226eea731f24f4a7abf753b2a80be3 | e23f14ed0c6bd55546e3b9b30f9a9b9aed95fc89 | refs/heads/master | 2023-07-07T12:29:09.526331 | 2023-06-24T07:42:18 | 2023-06-24T07:42:18 | 128,923,778 | 0 | 0 | MIT | 2023-06-24T07:42:20 | 2018-04-10T11:43:22 | Java | UTF-8 | Java | false | false | 2,139 | java | package com.cavendish.service;
import java.util.concurrent.CompletableFuture;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import org.spring... | [
"uss.sahoo@gmail.com"
] | uss.sahoo@gmail.com |
5c948c7b05d3c47b6d315234ea010d8b9f4c2dff | af67f76935b7bb277966306710471e6260b81ee3 | /app/build/generated/source/r/release/windmill/windmill/Manifest.java | 5434f9f6344dbc5ae7708d1c62ab87a7d4d83e75 | [] | no_license | 2horang2/Windmill | c45093fb883d7f61182c39d2b10f6e08aa62dbe9 | c7e749bc8157ae62138c742a99dd5af9132b6672 | refs/heads/master | 2022-11-26T11:18:30.561378 | 2019-03-10T06:27:24 | 2019-03-10T06:27:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package windmill.windmill;
public final class Manifest {
public static final class permission {
public static final String C2... | [
"cmcm1284@naver.com"
] | cmcm1284@naver.com |
4706cc840ee23b82380f2346e2bc28da125d1e53 | 5ca33bfe5df7f4d836c5bbd85ad8d767ed54d1df | /app/src/main/java/com/example/joshuamsingh/producto/Remote/APIService.java | ed56d3df3db70cc587ee6288cfceb5c151b52d0a | [] | no_license | joshuasingh/productopfinal | c79d25028b251a6b1b044111dd49e96c63144336 | d019ad7239712b1360611f1018885689ab32463f | refs/heads/master | 2020-03-17T01:24:21.508129 | 2018-07-02T12:59:24 | 2018-07-02T12:59:24 | 133,151,468 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.example.joshuamsingh.producto.Remote;
import com.example.joshuamsingh.producto.Model.MyResponse;
import com.example.joshuamsingh.producto.Model.Sender;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.Headers;
import retrofit2.http.POST;
/**
* Created by Joshua M Singh on 13-04-2... | [
"joshuasingh522@gmail.com"
] | joshuasingh522@gmail.com |
aafdf1efa73d10f0d14413c93a157fa022456d6a | 6652c5c464617298417da2c0f2e83a83d926f45a | /SignUp/app/src/test/java/myview/zz/com/signup/ExampleUnitTest.java | eb06c46bd3ffaa1ba78fe3b6d200b4c0856d1142 | [] | no_license | 2502089568/androidViewProject | 6cdb59af83663dc9ec85e92f8a5757577ea6546e | b22f7aa2acbc086bc683a1bff7305b5182f78b8d | refs/heads/master | 2020-03-19T02:59:35.987924 | 2018-03-17T06:57:55 | 2018-03-17T06:57:55 | 135,683,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package myview.zz.com.signup;
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 a... | [
"1508950473@qq.com"
] | 1508950473@qq.com |
fed8f02d3478fb6d1ee1cfcc2b3b7fbf86e35f86 | 8a83ab3948b15f590e9973bf586bcdb1e5554f4a | /src/main/java/com/luoxuan/prediction/domain/PreprocessedWeibo.java | 3e1a53cd39551b5f2610384e4c54306554cce742 | [] | no_license | candiceluoxuan/EventPredictionV2 | 1b7092ddc587bd7acfc40c58ffe8ad38e1b6930c | b007f70364844d0d12789952dfd1365132541764 | refs/heads/master | 2020-06-08T04:19:07.139369 | 2014-05-29T05:48:23 | 2014-05-29T05:48:23 | 20,125,355 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package com.luoxuan.prediction.domain;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
public class PreprocessedWeibo {
private String id;
private String uid;
private Date date;
private String content;
private List<String> keywords = new LinkedList<>();
private String file;
public ... | [
"bjutales@hotmail.com"
] | bjutales@hotmail.com |
b7db1bf61d8fd72dc524a39a4f78afebfcd71b82 | 40593f0da54f7ed23eba02c69c446f88fac2fbb6 | /JavaFundamentalsMay2018/Java OOP Basics/Exams/MyExam - 29 August 2018/src/constants/Messages.java | 38d92e8d5d89e924d5d4b8d15dd6235713780686 | [] | no_license | NinoBonev/SoftUni | 9edd2d1d747d95bbd39a8632c350840699600d31 | 938a489e2c8b4360de95d0207144313d016ef843 | refs/heads/master | 2021-06-29T13:22:37.277753 | 2019-04-16T19:18:53 | 2019-04-16T19:18:53 | 131,605,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,313 | java | package constants;
/**
* Created by Nino Bonev - 3.8.2018 г., 16:01
*/
public class Messages {
public static final String ADDED_HERO = "Added hero: %s"; //name
public static final String ADDED_GUILD = "Added Guild: %s"; //name
public static final String ADDED_PROVINCE = "Created province %s"; //name
... | [
"nbonev@gmail.com"
] | nbonev@gmail.com |
7fe74d7a7f01c3392fe57125a34e1ec109c6ebac | 7bc99e0774ffbf03a03628cc7cb8ca833dccc859 | /src/practice/basicfeature/novice/designpetterns/solid/o/before/Controller.java | 8cfd0b17033cce19bc72a49d249573c794551c61 | [] | no_license | mickeyjap182/mysample | d9cec884c4c94a2b23275b8ecdca4eab33056549 | 8f444872052ad1d8e91ede74a6a78be9c96c0cef | refs/heads/master | 2022-08-03T22:25:06.192711 | 2022-07-23T08:16:35 | 2022-07-23T08:16:35 | 249,103,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package practice.basicfeature.novice.designpetterns.solid.o.before;
public interface Controller {
public boolean dispatch();
}
| [
"yoshitaka_8an9drums@msn.com"
] | yoshitaka_8an9drums@msn.com |
dd85c4f8825bdf88fc050e3a7d94205949f1cee7 | 6ee5a27fef01a259eb81a27abd5cc3d0b9bcffe8 | /src/main/java/com/example/myfridge/domain/User.java | a1070f079893aae66b8b269aa03aae7f1f623d73 | [] | no_license | GiT-LiHiS/myfridge | 6ed78ee4a89f0b58e12504c1b97251d068659155 | 4945f724d8625eec5d0706961b433857f85d612b | refs/heads/master | 2020-04-23T15:57:30.144086 | 2019-04-16T16:08:02 | 2019-04-16T16:08:02 | 171,282,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,843 | java | package com.example.myfridge.domain;
import javax.persistence.*;
@Entity
@Table(name="Users")
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id", nullable = false, updatable = false)
private Long id;
@Column(name = "username", nullable = false, unique = ... | [
"daniel.helin93@gmail.com"
] | daniel.helin93@gmail.com |
ba1e82c342ba03a77b1016f92c84744f11a1e2f9 | a56b444e408060984ed0cb4346ef18a405dd6b5a | /dk.itu.pervasive.mobile.android/src/dk/itu/pervasive/mobile/utils/dataStructure/URLInformation.java | c3ef5003e85b0172c32a704f90adac68e5a4f36a | [
"Apache-2.0"
] | permissive | tonybeltramelli/Ubiquitous-Media-Sharing-Surface | d10e8471a26a4695afba5d38f1d06439d00c8be5 | 069ace72a6dc08bed638de084c6171de752c4b94 | refs/heads/master | 2021-01-17T16:09:01.666960 | 2015-07-23T09:06:12 | 2015-07-23T09:06:12 | 18,179,241 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package dk.itu.pervasive.mobile.utils.dataStructure;
/**
* @author Tony Beltramelli www.tonybeltramelli.com
*/
public class URLInformation
{
private String _ip;
private int _port;
public URLInformation(String ip, int port)
{
_ip = ip;
_port = port;
}
public String getIp()
{
return _ip;
}
public i... | [
"tbeltramelli@gmail.com"
] | tbeltramelli@gmail.com |
d2c3eb1ee2fad589f308d886735e5993762f7878 | 7df51460731deef5f7b0276530e0fa0e3d5dc845 | /app/src/main/java/com/courseraandroid/myfirstappcoursera/comments/CommentsHolder.java | ee73f4e41cf0f5ce4521e4866026784c5d435fc1 | [] | no_license | antoskaTest/MyCourseraC2T11DataBaseComments | badccc24d14d36645f672816887493b30180d291 | a84850c63e6ae9a1756f0c60dab7093fad057a78 | refs/heads/master | 2022-12-05T19:21:05.251263 | 2020-09-02T15:34:50 | 2020-09-02T15:34:50 | 288,219,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,562 | java | package com.courseraandroid.myfirstappcoursera.comments;
import android.view.View;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.courseraandroid.myfirstappcoursera.R;
import com.courseraandroid.myfirstappcoursera.model.Comment;
import java.text.DateFormat;
import java.... | [
"tosha170@outlook.com"
] | tosha170@outlook.com |
250997407cc51077a34cc6615560120bef8db21d | 20cb81cc83ab3c78dfdbc21b1f7e5886e8b81fc8 | /src/HDOJ/baidu/Test5.java | 46640683212d8bfa3159394c4ee13209c889d1a5 | [
"MIT"
] | permissive | kid1999/Algorithmic-training | 44baf08be88fe6b032cde2895b23095824a2afea | 7bb246ecfa6907c7f4b9a1fb2774ad75ce110673 | refs/heads/master | 2021-09-24T14:55:22.201025 | 2021-09-22T08:26:50 | 2021-09-22T08:26:50 | 196,485,140 | 2 | 0 | MIT | 2019-10-17T16:13:56 | 2019-07-12T01:07:47 | Java | UTF-8 | Java | false | false | 477 | java | package HDOJ.baidu;
import java.util.Scanner;
public class Test5 {
public static void main(String[] args) {
int sum = 0;
long[] nums = new long[100010];
nums[1] = 1;
Scanner sc = new Scanner(System.in);
long t = sc.nextLong();
sc.nextLong();
for (int i = 2; i <= t; i++) {
long n = sc.nextLong();
... | [
"kid.1447250889@live.com"
] | kid.1447250889@live.com |
a1e1ac089595613257c145a7fde93e19706f1181 | bb45ca5f028b841ca0a08ffef60cedc40090f2c1 | /app/src/main/java/com/MCWorld/ui/profile/GiftLayout.java | eccf243efc4469e19bc58c552930b2f31c7b7fb0 | [] | no_license | tik5213/myWorldBox | 0d248bcc13e23de5a58efd5c10abca4596f4e442 | b0bde3017211cc10584b93e81cf8d3f929bc0a45 | refs/heads/master | 2020-04-12T19:52:17.559775 | 2017-08-14T05:49:03 | 2017-08-14T05:49:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,896 | java | package com.MCWorld.ui.profile;
import android.app.Dialog;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import andr... | [
"18631616220@163.com"
] | 18631616220@163.com |
d19644fc2f1a32a843b6358b4b3c11f72d2a8f4a | fc65185aa601974c8864015c646388330c82e660 | /src/main/java/sh/exec/keywordharvester/service/KeywordHarvesterApiService.java | 9328b39b710fb9abb7f1d9f38e31eab9be5b6d19 | [] | no_license | hfreire/keywordharvester | b46f6622ef0ef710b444a3002b5223108b0df06b | afb62eb826aa9a8f57723ca92e69a357659ac2bc | refs/heads/master | 2016-09-06T20:16:44.514343 | 2013-04-14T19:00:23 | 2013-04-14T19:00:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package sh.exec.keywordharvester.service;
import sh.exec.keywordharvester.exception.NoRelatedKeywordsFoundException;
import sh.exec.keywordharvester.exception.UnableToHarvestKeywordException;
import sh.exec.keywordharvester.model.KeywordModel;
public interface KeywordHarvesterApiService {
public KeywordModel harvest... | [
"hfreire@linkafy.com"
] | hfreire@linkafy.com |
ff8affbbc17c979dceeafee75dee21cc92bc7d4f | 04cbb8c15ae0b3446606adf8419596d18f25b788 | /master-microservices-master/currency-exchange-service/src/main/java/com/damo/currency/exchange/service/model/ExchangeValue.java | 318d6664c888f20e5741aa4859dd13b616988b06 | [] | no_license | damukethireddy/Spring-Cloud | db3a8578691c3a59a194adfb840fba4ecb9df1ed | c1efe7e10e1a3b8784095e40d92987039e8ad783 | refs/heads/master | 2022-11-14T21:53:39.515467 | 2020-07-09T09:53:14 | 2020-07-09T09:53:14 | 278,070,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,452 | java | package com.damo.currency.exchange.service.model;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class ExchangeValue {
@Id
private Long id;
@Column(name = "currency_from")
private String from;
@Column(name = "currency_... | [
"damukethireddy@gmail.com"
] | damukethireddy@gmail.com |
adec21b57abf4e89f52d49cbfe60fe28b44f0873 | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE789_Uncontrolled_Mem_Alloc/s02/CWE789_Uncontrolled_Mem_Alloc__getCookies_Servlet_HashSet_54a.java | 5aff5f37c50d4425d2be1c836df355422785a450 | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,023 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__getCookies_Servlet_HashSet_54a.java
Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml
Template File: sources-sink-54a.tmpl.java
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: getCookies_Servlet ... | [
"you@example.com"
] | you@example.com |
64dd48228f2643b3da3a47c157b873ea38200b4e | 523cdb20b6dacc6f84a2338e1c9a79ba9539913e | /Midterm Coding Project/src/main/java/com/cisc181/core/Course.java | 5ce17541de45add68b570a8ee741db7187242b41 | [] | no_license | rwadhwa/Midterm | e9258db12e9c311c40e38ad80e7fb377af6f186b | 2ff95ea18840745c2d9ff057a9c5f8fa174be94b | refs/heads/master | 2021-01-10T04:31:19.417124 | 2016-03-21T02:39:08 | 2016-03-21T02:39:08 | 54,288,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.cisc181.core;
import java.util.UUID;
import com.cisc181.eNums.eMajor;
public class Course {
private UUID CourseID;
private String CourseName;
private int GradePoints;
private eMajor Major;
public Course(UUID courseID, String courseName, int gradePoints, eMajor major) {
this.CourseID = courseID;
this... | [
"rwadhwa@udel.edu"
] | rwadhwa@udel.edu |
51c9a8e3b30313d5b93d09b87045c31e0201cd8c | 78bfbd16923669e25c4cfedc097ef2f87ff8b092 | /video_moudle1/src/main/java/com/ny/video_test/Test2Controller.java | a6f2a1f2a46406e0c536cdb24d3ba4127e7c298e | [] | no_license | ny199004/video2 | 269496c11141238f0376d2fc19a04f274b053c0f | a6c978a53e2ac19c496b2da9c09020376b15518c | refs/heads/master | 2020-05-27T22:57:35.888872 | 2019-05-27T09:31:55 | 2019-05-27T09:31:55 | 188,812,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61 | java | package com.ny.video_test;
public class Test2Controller {
}
| [
"2691439293@qq.com"
] | 2691439293@qq.com |
9250661513f53bc439d0a8d8c3da941a924548b7 | 515e6d5ec87574112bc9e9a5319b99f5c0a92a9f | /src/Customers.java | 67280f21cab35f7ab92567b75bd99940c9883479 | [] | no_license | RadekKaniecki/simple-bank-application | 30d0f0ab0ccf5d2ca0013aceadc9da687da771d8 | 65d3ecb18cae562d59da07a2eea70f5db3925f70 | refs/heads/master | 2021-01-15T11:04:10.848140 | 2017-08-07T19:34:47 | 2017-08-07T19:34:47 | 99,612,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | import java.util.ArrayList;
public class Customers {
private ArrayList<Double> transactionList;
private String name;
public Customers(String name, double initialAmount) {
this.transactionList = new ArrayList<>();
this.name = name;
this.transactionList.add(initialAmount);
}
... | [
"radoslawkaniecki@gmail.com"
] | radoslawkaniecki@gmail.com |
011e1313e67d43c2aa3770440ab9c2717882f989 | 9eb4a4de1914073d87b00367f9043fa510cb4aba | /code/src/experiment/IExperiment.java | 71890af45e82a222107dd5f0660e16979d360762 | [] | no_license | NonWhite/LabIA_P2 | ec4376d16b0b063a1d367ec81e47ada16b529a8e | 7b138428523fb8ef7ebea4a4826956c66eb32648 | refs/heads/master | 2020-05-18T08:15:35.922810 | 2015-05-04T17:55:45 | 2015-05-04T17:55:45 | 33,801,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package experiment;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.List;
public interface IExperiment {
public static List<String> typesOfCost = Arrays.asList( "distance" , "waitingTime" , "both" ) ;
public static Integer NUM_EXECUTIONS = 20 ;
public void generateInput() ;
publi... | [
"wperezurcia@gmail.com"
] | wperezurcia@gmail.com |
a2b1afcfa4e970e63a5c9fb019a66e29d41cdc2d | 29170c7d4f8da3eaf88cb040066de89730eec5df | /2014_15_Even_Projects/E003, 001, 010/TheReadingRoom/app/src/main/java/com/example/aashya/thereadingroom/asciatic1.java | da3f32a08284b3ffb69854ea355e74975b46129f | [] | no_license | NileshSingh/MPSTME_Project_Android | 6c2f77abb5b151d62adfb586c1b339921ef3647e | 8768deaa1b9bde66a1fdddc6ffdc571ca60489ed | refs/heads/master | 2021-01-21T02:46:06.818487 | 2015-05-06T09:56:31 | 2015-05-06T09:56:31 | 59,458,925 | 0 | 1 | null | 2016-05-23T06:51:50 | 2016-05-23T06:51:50 | null | UTF-8 | Java | false | false | 1,231 | java | package com.example.aashya.thereadingroom;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.View;
import android.widget.Button;
/**
* Created by aashya on 27/03/15.
*/
public class asciatic1 extends ActionBarActivity {
@Override
p... | [
"mudit.kapoor@nmims.edu"
] | mudit.kapoor@nmims.edu |
1a3806747b9a10b2ad9831084ec398ed4a79e558 | b34a2bf87961d440b43a5e6ab736f97f72b21697 | /thread/src/main/java/com/oowanghan/thread/test/Test01.java | 663fa0e1ff5420d4c3e5b4f39304fc33e85b199d | [] | no_license | WH2zzZ/wh-java8 | f0cca981ee10a854ded8e6ffe752c7d21165d219 | b4294b3cf19a4224dd1e7fce499daaf4342531d5 | refs/heads/master | 2022-01-24T16:07:53.725542 | 2022-01-06T01:59:36 | 2022-01-06T01:59:36 | 149,905,162 | 2 | 0 | null | 2021-07-04T07:11:42 | 2018-09-22T18:27:08 | Java | UTF-8 | Java | false | false | 2,977 | java | package com.oowanghan.thread.thread.test;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import thread.problem.type.ReentryLock;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* 交叉打印
* @Au... | [
"hwang51@trip.com"
] | hwang51@trip.com |
e614b68589c2c0e13a7c337ea4ec11ab184b3bb8 | 64c9966b6bd56e634bd20d25d1c8c8bcd6a95547 | /code/order-service/src/test/java/com/northwind/orderservice/OrderServiceApplicationTests.java | 1c45af457f76f6fd74fd95ad03c4be568b6a436a | [] | no_license | sambireddych/Training-MicroServices | 21fdccd76b3a4b206fe6b7de8b4ed9b0ed75fcf6 | 70299d585f1f1494bf2e13da99a6e519708d91f7 | refs/heads/master | 2022-04-21T21:53:46.908955 | 2020-04-22T17:14:24 | 2020-04-22T17:14:24 | 257,952,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package com.northwind.orderservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
//@SpringBootTest
class OrderServiceApplicationTests {
//@Test
void contextLoads() {
}
}
| [
"jpenniman@gmail.com"
] | jpenniman@gmail.com |
c9a9e31af36715732e15cc0ed07e66c0e1cca2d1 | 44fa06e34a63bef1a1b87bf5a56018a5c06acaa5 | /Caffeine/src/exe/common/Command.java | 70f5c8845e1a5e2263a6b9ae061467602eb05e84 | [] | no_license | HANJIYEONN/CAffeine | 5a8dac8011df556b352b0293b38b60b7eb75f953 | 0464537fb2fbead131fb7eaf066df5d638384fb5 | refs/heads/master | 2020-06-17T11:17:04.751160 | 2019-10-29T10:42:25 | 2019-10-29T10:42:25 | 195,908,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package exe.common;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
public interface Command {
public ActionForward execute(HttpServletRequest request) throws IOException, ServletException;
}
| [
"onedelay1@naver.com"
] | onedelay1@naver.com |
27883a4b633018f0c830857b1748c3d6fa194a53 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes4.dex_source_from_JADX/com/facebook/pages/adminedpages/backgroundtasks/AdminedPagesPrefetchBackgroundTaskConfig.java | a5f04004bdf34fe3e10b1f1fd1f957779e299174 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.facebook.pages.adminedpages.backgroundtasks;
import javax.annotation.concurrent.Immutable;
@Immutable
/* compiled from: f */
public class AdminedPagesPrefetchBackgroundTaskConfig {
public final boolean f12420a;
public final long f12421b;
public AdminedPagesPrefetchBackgroundTaskConfig(boolean... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
29d3f46f06fa4fa0eb95ab5737eabf2014a47638 | 66759cdb5c947209b86a996f7a504fb36afc2692 | /src/test/java/com/wavelabs/model/test/ReceiverTest.java | d34509dd278a5603d031fb4e2a35782d9b126b2f | [] | no_license | TharunBairoju/CalendarApp | 4faa55e6b9a5a309f90663c37fec5ff598a17099 | 6bfaedc8d7fd6972be708830860965ad094b2b93 | refs/heads/master | 2021-01-23T05:24:58.241572 | 2017-05-31T17:42:14 | 2017-05-31T17:42:14 | 92,967,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | package com.wavelabs.model.test;
import org.junit.Assert;
import org.junit.Test;
import com.wavelabs.model.Receiver;
public class ReceiverTest {
@Test
public void testGetId() {
Receiver receiver = new Receiver();
receiver.setId(100);
Assert.assertEquals(100, receiver.getId());
}
@Test
public void testGet... | [
"tharun.it05@gmail.com"
] | tharun.it05@gmail.com |
0edf24c9784c9f68fedc400d9797ae64410126c5 | 3ec181de57f014603bb36b8d667a8223875f5ee8 | /gwdash-all/gwdash/gwdash-service/src/main/java/com/xiaomi/youpin/gwdash/service/ApiServerBillingService.java | 392f49a02b34708b6242ee7ebf92344d363fcd9c | [
"Apache-2.0"
] | permissive | XiaoMi/mone | 41af3b636ecabd7134b53a54c782ed59cec09b9e | 576cea4e6cb54e5bb7c37328f1cb452cda32f953 | refs/heads/master | 2023-08-31T08:47:40.632419 | 2023-08-31T08:09:35 | 2023-08-31T08:09:35 | 331,844,632 | 1,148 | 152 | Apache-2.0 | 2023-09-14T07:33:13 | 2021-01-22T05:20:18 | Java | UTF-8 | Java | false | false | 7,898 | java | /*
* Copyright 2020 Xiaomi
*
* 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... | [
"shanwenbang@xiaomi.com"
] | shanwenbang@xiaomi.com |
2f2ec04839d8225d55370d5653cf44d1a66878b4 | 9232a55d3b8dc711df9d43832fc6bf5132e06841 | /Bridge Pattern/src/com/bridge/abs/Vehicle.java | 639f4223cf530379a61accdd0f8bc9f32de9d663 | [] | no_license | kethan-sai/springboot-designpattern-day27 | c4efc81bf74e803fd118b2e1efacadf891484dfe | b2acd988ec58be5c3c8dc8b02c257fd79274cdde | refs/heads/master | 2022-11-11T09:41:38.684093 | 2020-07-01T16:21:20 | 2020-07-01T16:21:20 | 276,426,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.bridge.abs;
import java.util.ArrayList;
import java.util.List;
public abstract class Vehicle {
protected List<Workshop> workshops = new ArrayList<>();
public Vehicle() {
super();
}
public boolean addworkshop(Workshop workshop) {
return workshops.add(workshop);
}
public abstract void manuf... | [
"ykethansai@gmail.com"
] | ykethansai@gmail.com |
828ef584c9efc0091a8cfebc4cc153f34cdf4eff | abc7e2b2a4f4f835b5bc695dd8087e1c8c1199df | /pankaj/SparkExamples/transent/src/com/verifone/isd/vsms2/sales/ent/mop/Mop.java | 8f9d3b74b5f79e1c77e7c7046c97dfa1c0d89322 | [] | no_license | katpb/spark-mongo-test | db54e83f94fc8f4d7638ea0838742331711025ed | 4489ae3315dafc828ec5fbeefd3257bc2252be8c | refs/heads/master | 2023-04-28T15:34:31.788929 | 2020-07-19T17:49:46 | 2020-07-19T17:49:46 | 268,293,363 | 0 | 2 | null | 2023-04-21T20:44:21 | 2020-05-31T14:09:23 | Java | UTF-8 | Java | false | false | 22,339 | java | package com.verifone.isd.vsms2.sales.ent.mop;
import com.verifone.isd.vsms2.sales.ent.ISalesEntityVisitable;
import com.verifone.isd.vsms2.sales.ent.SalesEntityVisitor;
import com.verifone.isd.vsms2.sys.db.pres.IEntityObject;
import com.verifone.isd.vsms2.sys.db.pres.IEntityPK;
import com.verifone.isd.vsms2.sys.... | [
"PankajM2@verifone.com"
] | PankajM2@verifone.com |
3a91f431af94e0e983cea86fa53bbc285e16b755 | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/PasswordCheckCoordinator.java | 476e580f15710bc2e6a076bb5e768d9952112778 | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | Java | false | false | 7,123 | java | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.password_check;
import android.content.Context;
import android.view.MenuItem;
import androidx.annotation.VisibleForTesting;
import android... | [
"roger@nwjs.io"
] | roger@nwjs.io |
4bb647fc82b1ca3fbfadff7195742282ed22f234 | e49ddf6e23535806c59ea175b2f7aa4f1fb7b585 | /tags/release-5.4.1/mipav/src/gov/nih/mipav/model/algorithms/DiffusionTensorImaging/AlgorithmDTI2EGFA.java | 6666f9b6e381e8b78632fb2be1db4d46a85f9cf3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | svn2github/mipav | ebf07acb6096dff8c7eb4714cdfb7ba1dcace76f | eb76cf7dc633d10f92a62a595e4ba12a5023d922 | refs/heads/master | 2023-09-03T12:21:28.568695 | 2019-01-18T23:13:53 | 2019-01-18T23:13:53 | 130,295,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,807 | java | package gov.nih.mipav.model.algorithms.DiffusionTensorImaging;
import gov.nih.mipav.model.algorithms.AlgorithmBase;
import gov.nih.mipav.model.file.FileInfoBase;
import gov.nih.mipav.model.structures.ModelImage;
import gov.nih.mipav.model.structures.ModelStorageBase;
import gov.nih.mipav.view.ViewJProgressBar;... | [
"mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96"
] | mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96 |
2332cd9c10ae0db03f45d36477a9b9688b4551d6 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /JDK8Source/src/main/java/com/sun/org/apache/xml/internal/serialize/HTMLSerializer.java | 6263af8ceb63b23c8a86141f4c07de1a4c82ba1c | [] | no_license | lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208763 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | UTF-8 | Java | false | false | 37,956 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "Licens... | [
"919515134@qq.com"
] | 919515134@qq.com |
3a6113c17ea96cd1f56e383a79db46c64bd42d91 | 1a6df756d072bd424a5b7e3dac521e758ee0f49f | /Problem.java | caba626c526006283fe04598cd14e2b809cc9037 | [] | no_license | navjotvirk/Algorithms | 7f6dada13774116625fa946ab4c67c1cc3a85c00 | 3568e1b1a3fb8da6dcb97b2d1a600de03d175df3 | refs/heads/master | 2020-12-31T00:30:08.126907 | 2017-03-28T23:27:58 | 2017-03-28T23:27:58 | 86,517,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,691 | java | package knapsack;
import java.util.Random;
import java.util.Scanner;
/**
* Knapsack Problems consist of a knapsack capacity,
* and a list of Items that can possibly be included in the knapsack,
* each with a weight and value.
*
*/
public class Problem {
/**
* Capacity of knapsack in ... | [
"noreply@github.com"
] | navjotvirk.noreply@github.com |
ba78f972ce7d49c2cf63cd82a1e3b1fdc51a87b4 | 04f1a14a5a60619f4d22f155fd3ba8a8cfc0eb27 | /dragon-javaee-example/src/main/java/com/dragon/book/thinking/chapter19/Shrubbery.java | 3c9d8e938626447ccf99e8aa46147562a9d0c08e | [] | no_license | ymzyf2007/dragon-master | 9029a13641a05f542f1c27f93848646d91a8b296 | 5b246a9ed726185f7f337f476a5aadabcf8ab7dd | refs/heads/master | 2021-08-14T08:02:04.820103 | 2017-11-15T02:07:32 | 2017-11-15T02:07:32 | 109,670,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package com.dragon.book.thinking.chapter19;
public enum Shrubbery {
GROUND, CRAWLING, HANGING
} | [
"yumin_860619@126.com"
] | yumin_860619@126.com |
6451134cd770c2b3b5e6d75497671c04aa68336c | 75201b6aafbadf72bfb4851dbb011bec91d6ef61 | /lib_search/src/main/java/com/kotlin/lib_search/event/SearchVideoEvent.java | 62b1232f40e914559005b8ed17d5fee631138670 | [] | no_license | 4CEP1LOT/music_player_ | a509667ae1af249a76121941672973d397f6a4b8 | 64987c2bdac9c1bfce77edfb9690895cffbc3b96 | refs/heads/master | 2022-12-10T09:06:48.119120 | 2020-08-28T10:15:33 | 2020-08-28T10:15:33 | 291,013,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 72 | java | package com.kotlin.lib_search.event;
public class SearchVideoEvent {
}
| [
"roisuen@gmail.com"
] | roisuen@gmail.com |
b559b7669253424bc9b9fa5573ef2af9101ac317 | 6253283b67c01a0d7395e38aeeea65e06f62504b | /decompile/app/HwDeskClock/src/main/java/com/google/android/gms/signin/zzc.java | 15c8625c426a76e816ff7ffa6803a7a8369bdd5e | [] | no_license | sufadi/decompile-hw | 2e0457a0a7ade103908a6a41757923a791248215 | 4c3efd95f3e997b44dd4ceec506de6164192eca3 | refs/heads/master | 2023-03-15T15:56:03.968086 | 2017-11-08T03:29:10 | 2017-11-08T03:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 94 | java | package com.google.android.gms.signin;
/* compiled from: Unknown */
public interface zzc {
}
| [
"liming@droi.com"
] | liming@droi.com |
6e7fbb1c2c0fe2f9c293b48f69fd48a3f4b9935d | 9ddabc14fe6b36796399275f6fc937d477b4bd38 | /src/test/java/com/veeva/vault/vapil/api/request/SDKRequestTest.java | 08d17e530b3c856e46f8932a21967c22d5d40376 | [
"Apache-2.0"
] | permissive | eleini/vault-api-library | ab3bb456a414d8f9ed00398476b84bc0854930c9 | 91fb47b43bfd77c03303b019700b16bf7d7b70b7 | refs/heads/main | 2023-05-09T15:09:21.855066 | 2021-05-28T15:15:17 | 2021-05-28T15:15:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,641 | java | /*---------------------------------------------------------------------
* Copyright (c) 2021 Veeva Systems Inc. All Rights Reserved.
* This code is based on pre-existing content developed and
* owned by Veeva Systems Inc. and may only be used in connection
* with the deliverable with which it was provided to Customer.... | [
"sameer.mehta@veeva.com"
] | sameer.mehta@veeva.com |
abd514fdb9af49ff7d59e58e07a563be7e06de8f | ed594eafa3dbd89315545227caab82d86552a184 | /Student_management/src/com/student/controller/adminaddStuController.java | f1fc3226fe7d5e7b9f2ac46d05147d7eae79a18d | [] | no_license | IShowCode-xt/java_project | 512366e81a1a75566c0b34040c670e7e544a37e4 | a9d0f68ab6daf30cace029d7c012b08ba2da7924 | refs/heads/master | 2023-07-14T16:08:51.209329 | 2021-08-15T09:43:57 | 2021-08-15T09:43:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.student.controller;
import com.student.service.addStuService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class adminaddStuController {
@Autowired
... | [
"9113168+tian_666@user.noreply.gitee.com"
] | 9113168+tian_666@user.noreply.gitee.com |
2962a5d44fb2da646b54f4797fb0b3f321c33f26 | d05cb5780ee3513dd636a227cc1050f1b4d38680 | /src/teste/basico/AlterarUsuario2.java | a1c6dcaa58c40fb9e5fd77366fe8b30a491ab384 | [] | no_license | rookie-leo/JPA | 72b39d7f8e0f89fb9b7d4d7ef5db22903546fe21 | 29692499d95b8df1e9047fef7d4912869b26d5b2 | refs/heads/master | 2023-02-03T15:16:57.771030 | 2020-12-22T17:12:42 | 2020-12-22T17:12:42 | 323,686,393 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 685 | java | package teste.basico;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import modelo.basico.Usuario;
public class AlterarUsuario2 {
public static void main(String[] args) {
EntityManagerFactory emf = Persistence.createEntityManagerFac... | [
"60435208+rookie-leo@users.noreply.github.com"
] | 60435208+rookie-leo@users.noreply.github.com |
dc72c70062a271414654b508070136d45025e296 | e3163e7591eceb0e166e8b8091e2d02636f782c8 | /src/main/java/com/amazonaws/services/simpleemail/model/SetIdentityNotificationTopicResult.java | d4ee633d24a4bb7d26784690b863ffdaae1538a9 | [
"JSON",
"Apache-2.0"
] | permissive | paulbakker/aws-sdk-java | c4542af4c4f72ed0023b8db42c5e57721378ae5d | 045c79bce0e15634f27019185bfc09f876076629 | refs/heads/master | 2021-01-16T20:02:25.185751 | 2013-02-28T02:02:51 | 2013-02-28T02:08:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | /*
* Copyright 2010-2013 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 "l... | [
"fulghum@amazon.com"
] | fulghum@amazon.com |
a9445b13526d9e093386f302396eac6584ace4b9 | ce357e312e3252f023c5ca6dfb5f05e1fdaa2773 | /core/src/test/java/test/io/smallrye/openapi/runtime/scanner/jakarta/JAXBElementDto.java | d363fc4f79d9c8a8e8caf4a3d51ca91f2474d50f | [
"Apache-2.0"
] | permissive | devnied/smallrye-open-api | b12f623089e7181a5fa55fdc15ab379ede03bb84 | e38adfac6ded0f0bd6250b0452939c4dbd9c33c7 | refs/heads/main | 2023-05-28T07:26:22.331990 | 2021-06-04T07:38:16 | 2021-06-04T07:38:16 | 374,776,562 | 0 | 0 | Apache-2.0 | 2021-06-07T19:20:08 | 2021-06-07T19:20:07 | null | UTF-8 | Java | false | false | 912 | java | package test.io.smallrye.openapi.runtime.scanner.jakarta;
import org.eclipse.microprofile.openapi.annotations.media.Schema;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElementRef;
impor... | [
"phillip.kruger@gmail.com"
] | phillip.kruger@gmail.com |
196e9a0f17b9b07f64623a66e456c591b891a4c2 | 5ec279f8d03630a0b80bdf5034d7f167b2f662da | /birinciGün_Ödev3/src/Odevler/sesliharf.java | 4d9dab13e54e5feb7306653d4b213f205aa2b17c | [] | no_license | grknsntrk/javaCamp | e385c5dd08ec4ff440dcd30c62351e260e605916 | 38e7ef3c5dd4fe7e8bd36c7d75fd3d83bd4ac953 | refs/heads/main | 2023-05-02T10:23:31.920430 | 2021-05-25T13:38:21 | 2021-05-25T13:38:21 | 363,199,156 | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 1,080 | java | package demoBuyukSayıBulma;
public class sesliharf {
public static void main(String[] args) {
//
// String harf = "k";
// boolean check = true;
// String[] sesliharf = new String[10];
// sesliharf [0] = "a";
// sesliharf [1] = "e";
// sesliharf [2] = "ı";
// sesliharf [3] = "i";
// sesl... | [
"grknsntrk@gmail.com"
] | grknsntrk@gmail.com |
5e1542bfab9dd887abdf8071822d951d5b32a1e6 | 0f9696c609f74eb92b68d0b72f016292a96a65ac | /src/java/org/apache/cassandra/config/Config.java | d979a2852d50b0e0789cba7f50140e6f19fc2e11 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | KedarBiradar/RESTandra | 85a5402bec09f9708e01419b277e5d9f014ccdb4 | 3a6d7951d199658cb9bcb8c352868a1b7e8fdfb3 | refs/heads/master | 2021-01-16T22:34:41.678478 | 2011-04-20T01:51:04 | 2011-04-20T01:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,399 | java | package org.apache.cassandra.config;
/*
*
* 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 Lice... | [
"root@Command.Belkin"
] | root@Command.Belkin |
b03a14365eb92e1818ea352b1b18246a7e1d61bb | f943136abc43d4b1b0693eb71398911ff5c7a4f7 | /SaboChores/src/controller/Servlet_RewardCheck.java | 05d6e084d5cc45ee38648247f94ca4abdbba7a50 | [] | no_license | denisewkl/SaboChores | 48f139cf00a2965985b2f768e6db803c86064557 | 5ac09dd91f807bee28e12136ed29c9b0030e3ea8 | refs/heads/master | 2021-01-02T09:02:40.684860 | 2013-10-30T14:58:11 | 2013-10-30T14:58:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,472 | java | package controller;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import entity.*;
import manager.*;
import java.util.*;
public class Servlet_RewardCheck extends HttpServlet{
//overwrites the doGet method
public void doGet(HttpServletRequest request, HttpServletResponse response) throws... | [
"agurz.leong.2011@smu.edu.sg"
] | agurz.leong.2011@smu.edu.sg |
c4cca31ed87738bb2b19dd07cd64c653d58de609 | 2533cc5b576fce87ca98e69c71a0d395bfbd55b5 | /src/main/java/com/example/demo/service/export/ArticleExportXLSXService.java | 62b42e59e36b6299d8a2eb7dba6d7584ee3cace1 | [] | no_license | Eymeric-at-IPI/ipi-programation-java1 | 2177de67bc5f198bec35de255d96a8bed43099bc | 8d4c94229ff606300fb68c2df84d5b6cb0b86707 | refs/heads/master | 2023-02-11T03:38:41.874287 | 2021-01-08T10:41:10 | 2021-01-08T10:41:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,727 | java | package com.example.demo.service.export;
import com.example.demo.entity.Article;
import com.example.demo.repository.ArticleRepository;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFShape;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFW... | [
"eymeric.sertgoz@gmail.com"
] | eymeric.sertgoz@gmail.com |
cf55639cf8d65ea2d721cae0e22d215a25110688 | fc66eef646e11c8376671ce89ac72d650f3f92c7 | /app/src/main/java/com/chcovid19project/OrphanageSupport/DeliveryActivity.java | 27930e2f4547cb9ad2e7b4209b6c346285d63576 | [] | no_license | COVID-19-Apps/CH-COVID-19-Project | 95159da1c9a5b6cb86cf93173eb1dd551292eaf0 | 07933ecdebc237beccd437589fd801bc8b968d55 | refs/heads/master | 2022-11-10T07:33:26.365190 | 2020-07-01T10:42:05 | 2020-07-01T10:42:05 | 276,349,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,222 | java | package com.chcovid19project.OrphanageSupport;
import android.app.SearchManager;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import androi... | [
"anandhamurthy2000@gmail.com"
] | anandhamurthy2000@gmail.com |
e256eac90d319dfd4683ea72dc90ea7395df5ba1 | 69cb5ec62e23a38440adb26b9e3ebff0ade42f2b | /zoom-aop/src/test/java/org/zoomdev/zoom/aop/interceptors/LogMethodCallback.java | d9dc6032ddae51022a186d3c9d73f41b0bfa6424 | [
"ISC",
"MIT"
] | permissive | zoom-framework/zoom | a941aa06dcf87a61590494898e4d58252c0f52b1 | ad5d6cee4aaef9bfb089af246106145ff0176040 | refs/heads/master | 2022-08-03T16:06:25.520593 | 2019-07-03T22:06:28 | 2019-07-03T22:06:28 | 157,067,525 | 1 | 0 | MIT | 2022-06-21T00:52:06 | 2018-11-11T10:08:57 | Java | UTF-8 | Java | false | false | 201 | java | package org.zoomdev.zoom.aop.interceptors;
import org.zoomdev.zoom.aop.MethodCallback;
/**
* 提供详细的日志
*
* @author jzoom
*/
public class LogMethodCallback extends MethodCallback {
}
| [
"jzoom8112@gmail.com"
] | jzoom8112@gmail.com |
e9114071ec6198b23296b2781c288fd306f48219 | c0a5b21b3ed96f5f8c8db694139f76be5d324eac | /tonghang-mp Maven Webapp/src/main/java/com/tonghang/manage/user/dao/UserMapper.java | 7a62008d122a847a9e229b5eb54295a35213af25 | [] | no_license | rpgmakervx/th_manager | c08e13a0aef992bf0809dc7d27180a8ad9901a4b | 5d24329ab4beac5b78b7d0ff9d0b8fa3758944d1 | refs/heads/master | 2016-09-02T05:28:48.997831 | 2015-10-08T11:07:11 | 2015-10-08T11:07:11 | 41,240,127 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package com.tonghang.manage.user.dao;
import java.util.List;
import java.util.Map;
import com.tonghang.manage.user.pojo.User;
/**
* 分页在service完成,使用PageHelper插件
* @author Administrator
*
*/
public interface UserMapper {
//按照ID查询用户
public User findUserById(String client_id);
//按照用户属性 分页查询用户
public List<User> f... | [
"583110127@qq.com"
] | 583110127@qq.com |
5971b79a86c26bceb7a639327cf3051d0c4d7dfd | 2a2f0d6120b8e9a5f27bbe39ebf064ff9353fadc | /dto/com.stefanvuckovic.dto/src-gen/com/stefanvuckovic/dto/dTO/impl/DTOModelImpl.java | 820d4894c494849b21b0c9525dc10fdc55424529 | [] | no_license | stefanvuckovic/UIDSL | baaa80d5d7caf815dc69c2904a39c7242600021d | d1bbf10e471ea6cc2a129ff3c3fe70166a7d71de | refs/heads/master | 2021-01-22T10:33:46.374340 | 2016-10-30T20:46:00 | 2016-10-30T20:46:00 | 68,538,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,694 | java | /**
* generated by Xtext 2.10.0
*/
package com.stefanvuckovic.dto.dTO.impl;
import com.stefanvuckovic.domainmodel.domainModel.Concept;
import com.stefanvuckovic.dto.dTO.DTOModel;
import com.stefanvuckovic.dto.dTO.DTOPackage;
import java.util.Collection;
import org.eclipse.emf.common.notify.NotificationChain;
imp... | [
"you@example.com"
] | you@example.com |
4543ff9fe1d1ee0c8069b4aa10ce83cbae34a09d | d12cb22b01411ebb76ef9cd9a35f2f221cb83a4a | /batch-capture/src/main/java/zjtech/samples/parallel_step/FirstTask.java | 86fab972bf2b4992a7849e0d7910f6fdb2b0c570 | [] | no_license | jeven2016/SpringBoot2Test | 1f449329f110ec41c20e0049391cf5045eea3dff | 2e526aa3124bd15d4af2d8cc3e13a6dce3aa69fe | refs/heads/master | 2020-05-07T22:39:27.517089 | 2019-12-18T02:33:32 | 2019-12-18T02:33:32 | 180,953,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | /*
* Copyright (c) 2018 Zjtech. All rights reserved.
* This material is the confidential property of Zjtech or its
* licensors and may be used, reproduced, stored or transmitted only in
* accordance with a valid MIT license or sublicense agreement.
*/
package zjtech.samples.parallel_step;
import lombok.extern.sl... | [
"z.j.wang@oracle.com"
] | z.j.wang@oracle.com |
b522e21022c9fd9a3ba22d4411a48650356a89e9 | 0a65a924dc5f45c81b280d3dba7c2153fddee0d1 | /app/src/main/java/com/example/practicegallery/ImageFullActivity.java | e6faa148d9072fd49625f8ea4ac36e76f93b958e | [] | no_license | AyushSrivastava-dev/my-app1 | 24903a46f16a225c44f46c9a19b8ce053ad038c6 | 62b9e7e5066dd58f67c54b406a4d8c8eb36bbd0d | refs/heads/master | 2023-07-15T12:58:47.311542 | 2021-08-29T15:19:55 | 2021-08-29T15:19:55 | 374,043,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,073 | java | package com.example.practicegallery;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.app.ActivityCompat;
import androidx.core.app.NavUtils... | [
"ayush6183248@gmail.com"
] | ayush6183248@gmail.com |
2093d983ffb8f1d18edcca6395cadaf9573dc370 | 6f87d966ed5f8ce960d3d6c6af9907a3e079796f | /src/SortingAdvance/QuickSort/Main.java | 354537bdb0aaebc7132cdca7f838b614b0beecad | [] | no_license | Sunsanity/Algorithms | 5f0163e395d9d1b05010eff301bf28a6336f0572 | f776486e6a9bbd0f839da31b826824efaff4612f | refs/heads/master | 2021-09-06T11:31:02.564447 | 2018-02-06T03:18:59 | 2018-02-06T03:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package SortingAdvance.QuickSort;
import java.util.Arrays;
/**
* Created by SJW on 2017/7/9.
* 测试插入排序算法和选择排序算法的效率
*/
public class Main {
public static void main(String[] args) {
int n = 1000000;
Integer[] arr1 = SortTestHelper.generateTestArray(n,0,n);
//Integer[] arr1 = SortTestHelpe... | [
"136351717@qq.com"
] | 136351717@qq.com |
6efd5d079d247eea9acbc943fb4d681fc885fbe5 | d4a4f5a19ab0cbe29f8f65ec76a5412e48bf70bc | /Client.java | 88daa84c75e0c766883567c4baa4a6e05ee741e2 | [] | no_license | Wangzy673234096/ChatSystem | a0c32ed0298298d3b28d30cffabc61d96237cd9a | 14452bae18fee06a407b7f01f3ed9e1899303946 | refs/heads/master | 2021-07-22T18:22:51.538489 | 2017-10-27T07:05:46 | 2017-10-27T07:05:46 | 108,511,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,247 | java | package ChatSystem;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;... | [
"noreply@github.com"
] | Wangzy673234096.noreply@github.com |
b9d2480e80c9c66478d23b28140eef5c883566f2 | c7188abb3f90e15db6d6e07d7d7d56f074e5be5b | /src/main/java/pl/example/components/offer/search/SearchHotelDto.java | 8497c886b73117d0e24f30024c907964ca1bf3ca | [
"Apache-2.0"
] | permissive | AndrewAK1619/ParadiseIsland | 06aa786c548117fc57b0fd54c84fe5f7a03445dd | dd39c19b25dabf0b687a41f63ac67d88759067aa | refs/heads/master | 2022-05-14T10:55:23.145818 | 2020-09-22T17:53:24 | 2020-09-22T17:53:24 | 255,694,158 | 3 | 0 | Apache-2.0 | 2022-05-04T20:30:55 | 2020-04-14T18:36:49 | Java | UTF-8 | Java | false | false | 759 | java | package pl.example.components.offer.search;
public class SearchHotelDto {
private Long id;
private String hotelName;
private String country;
private String region;
private String city;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getHotelName() {
retur... | [
"andrzej.kaminski0591@gmail.com"
] | andrzej.kaminski0591@gmail.com |
d542299cfe523d1ffaed5a7dc81c1dea57ddc2be | 8f838fa3b56c37fcf6eea147d971fb58f2412e39 | /HeRide Rider/app/src/main/java/com/karru/ApplicationClass.java | 9dec3d3b2ab57687792810345a76a2dcfdec85b3 | [] | no_license | therealbop/Android-Rider | d37987e3fbfc32c1fa0e6525e3cc47291115c14d | b817485c68466a71415163134f1d019ca7d3a150 | refs/heads/master | 2021-02-09T18:28:47.211564 | 2020-03-02T09:00:09 | 2020-03-02T09:00:09 | 244,313,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,021 | java | package com.karru;
import android.accounts.Account;
import android.accounts.AccountManager;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Build;
import android.util.Log;
import androidx.appcompat.app.AppCompatDelegate;
import android.widget.Toast;
import com.appsflyer.Apps... | [
"arun@mobifyi.com"
] | arun@mobifyi.com |
a0b7eb35d002454d0732cdca489e34b582414f2a | 5f954c33b582f6e01c22bf56e4b131de97608211 | /lis-commons-util/src/main/java/com/link_intersystems/util/Loop.java | d7550aeb2fef95b16291afb5d67972a0479a2b5f | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | link-intersystems/lis-commons | bb94fa9e273feaa3714eb1b2464943c00366bc30 | 8ac73983600c99699989d34d9fdb23c5d5551345 | refs/heads/main | 2023-07-09T20:43:30.395494 | 2023-06-16T07:24:06 | 2023-06-16T07:49:20 | 28,567,154 | 0 | 1 | Apache-2.0 | 2023-09-03T12:32:26 | 2014-12-28T17:16:44 | Java | UTF-8 | Java | false | false | 2,468 | java | package com.link_intersystems.util;
/**
* A configurable implementation of a loop that can be used in main methods in order to
* execute a specific task for a number of times. E.g. like the command line util ping does.
*
* @author René Link {@literal <rene.link@link-intersystems.com>}
*/
public class Loop {
... | [
"rene.link@link-intersystems.com"
] | rene.link@link-intersystems.com |
4fdfeb42113cb4ffb013d78c6834a2888fa24e21 | 67ec6f945330e63abd40e6652a939148d894b929 | /SimpleOperationsCalculations/WeatherForecast2.java | 9908a310eaf534900ffd6616e67718f15947c223 | [] | no_license | kokovtbg/Java-Programming-Basics | 3e42c1a0678861468fc475ca3bab95b1a51783cf | 007dcdda0a6084aa820532d07df6bbfe1aa6b7ff | refs/heads/main | 2023-08-29T12:05:45.500419 | 2021-10-20T17:21:43 | 2021-10-20T17:21:43 | 416,336,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package SimpleOperationsCalculations;
import java.util.Scanner;
public class WeatherForecast2 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
double celsius = Double.parseDouble(scan.nextLine());
if (celsius < 5) {
System.out.println... | [
"noreply@github.com"
] | kokovtbg.noreply@github.com |
f8bc9b1ab01c90fe2daa233f53e4d321c0bf1f54 | ae5a36287701d17412143c4f611075cbfd480595 | /src/main/java/com/ss/utopia/menu/admin/employee/EmployeeViewOperation.java | 42c8f9a3e81c74466d5bdebb86bfa09bca8aaf24 | [] | no_license | psamsotha-ss/utopia-airline | 7bf2f898913b2624388c27fd6a11cb556a6ff824 | e0b352626cd960d133ea46998c9596cae0135aa7 | refs/heads/main | 2023-07-09T14:26:58.824181 | 2021-08-10T00:22:15 | 2021-08-10T00:22:15 | 390,541,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.ss.utopia.menu.admin.employee;
import com.ss.utopia.domain.User;
import com.ss.utopia.menu.AbstractViewOperation;
import static com.ss.utopia.util.StringUtils.newLine;
class EmployeeViewOperation extends AbstractViewOperation<User> {
EmployeeViewOperation(User employee) {
super(employee);
... | [
"paul.samsotha@smoothstack.com"
] | paul.samsotha@smoothstack.com |
736f87c489117ef23c98982e8db60602344fe68a | b2c82e7de93e8a78ff92303300dff60523b7c253 | /Simon/Simon/src/simon/Simon.java | e0f95d80e8844abff51ad1925ca782997c4872c5 | [] | no_license | Mike-Brice/Java | 60001908e4136450e15a08c86cb3012b921b3cb6 | ef03ce27dfdb0a96772da386c59f0569ef0c576b | refs/heads/master | 2021-08-03T10:19:59.872500 | 2020-06-23T23:45:34 | 2020-06-23T23:45:34 | 187,128,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | /*
* Copyright (C) 2017 Couchoutput Studios
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program i... | [
"46365599+Mike-Brice@users.noreply.github.com"
] | 46365599+Mike-Brice@users.noreply.github.com |
59767cb829d4e34593ffa603d71584eab7585e80 | 4ca23739c727c8731466971d8a012cf16baab0e4 | /rgaa-middleware/src/main/java/com/urbilog/rgaa/middleware/security/UnauthorizedEntryPoint.java | db82afa1814897037f6e8fe571e48dd824340498 | [] | no_license | AlexisLambois/ProjetAnnuel | c8dafb2a4098805ab20ab36f9e1d15c303b7d3f4 | e4f2db770a1cf6eb52564394d7eca08d96ff0d96 | refs/heads/master | 2022-12-21T20:42:35.281424 | 2019-06-16T14:25:03 | 2019-06-16T14:25:03 | 157,683,719 | 2 | 0 | null | 2022-12-16T00:00:59 | 2018-11-15T09:14:23 | HTML | UTF-8 | Java | false | false | 931 | java | package com.urbilog.rgaa.middleware.security;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.Authe... | [
"a.lambois@proxiad.com"
] | a.lambois@proxiad.com |
988808f6a77ec36e346589ee1d4d2fb58646f926 | 2f589a841e11284e66fbdaf4a05059ef4cfe4b1c | /src/chapter05/Chapter5.java | 8c2ba7392d30d6d95fbb974f10fe8cbdd3420f94 | [] | no_license | Idhar/cracking-the-coding-interview-solutions | e29f2eeec82cc547a184b3e312ae6e70a41f8f55 | b418778a34baecaaae747652e4e9c7f891f0b9f0 | refs/heads/master | 2021-01-21T20:19:12.696424 | 2017-04-02T05:00:02 | 2017-04-02T05:00:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,334 | java | package chapter05;
import java.util.ArrayList;
import java.util.BitSet;
public class Chapter5 {
public static void main (String [] args) {
test_FivePoint1();
test_FivePoint2();
test_FivePoint3();
// 5.4 --- did not require coding. Solution: it just checks if n is a power of 2
test_FivePoint5();
// 5.6 --... | [
"9rodney@gmail.com"
] | 9rodney@gmail.com |
9949fbd408bcf91f505542c4d44e8ae6917408e9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/29/29_2e71f5d9a17a6473c882a9472bf2571dc5a7442a/ModuleVCF_LP/29_2e71f5d9a17a6473c882a9472bf2571dc5a7442a_ModuleVCF_LP_s.java | 5ef6bcc030032c907f080a90be4594288708d24a | [] | 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 | 5,288 | java | package fr.istic.synthlab.abstraction.module.vcf;
import java.util.ArrayList;
import java.util.List;
import com.jsyn.unitgen.FilterLowPass;
import com.jsyn.unitgen.PassThrough;
import com.jsyn.unitgen.UnitGenerator;
import fr.istic.synthlab.abstraction.filter.FrequencyModulatorFilter;
import fr.istic.synt... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
bd8ff8423050714ce6cc02e13f1cd18a0394a771 | c93d57edc5337e479230150b3bb3833c9a1cce3e | /src/com/javarush/test/level18/lesson10/home10/Solution.java | 321df1092a02b57f80f25e04100c31e82490f40c | [] | no_license | Lao-Ax/JavaRushHomeWork | fe1cbafc41a57a3bcb5804337ab10474ba34948a | d33681fad5d6f891609e1ff1bc51ae104476b7af | refs/heads/master | 2023-01-28T22:01:36.059968 | 2023-01-15T13:11:46 | 2023-01-15T14:28:05 | 264,274,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,235 | java | package com.javarush.test.level18.lesson10.home10;
/* Собираем файл
Собираем файл из кусочков
Считывать с консоли имена файлов
Каждый файл имеет имя: [someName].partN. Например, Lion.avi.part1, Lion.avi.part2, ..., Lion.avi.part37.
Имена файлов подаются в произвольном порядке. Ввод заканчивается словом "end"
В папке, ... | [
"aplekhov@wiley.com"
] | aplekhov@wiley.com |
04b5be08cb3ebbd1ee0d885880670e2ecd160e87 | bd58dd51e1d1c202a422897c2113e8f4ec619a28 | /maven-bank-example/src/main/java/testing/example/bank/BankAccount.java | 7064f6f9fa8c733d74a4ae50b8fe76616c09d2e1 | [] | no_license | MassimilianoMancini/maven-bank-example | 4938cffc317c44ee35ab5145948afb245f389eb1 | 90e9df844063ed86afc1a25057d2c9f3f29bf1c7 | refs/heads/main | 2023-07-06T04:17:37.573240 | 2021-08-10T15:31:39 | 2021-08-10T15:31:39 | 393,025,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package testing.example.bank;
public class BankAccount {
private int id;
private double balance = 0;
private static int lastId = 0;
public BankAccount() {
this.id = ++lastId;
}
public int getId() {
return id;
}
public double getBalance() {
return balance;
}
public void deposit(double amount) {
... | [
"massimiliano1.mancini@gmail.com"
] | massimiliano1.mancini@gmail.com |
45b8fd057c7aaf5a499ef8857f1f5fbf5b2584f9 | efb35aebd8d81f521abb9c6db9e20b8c3d8b0d70 | /black-shop-service-api/black-shop-service-api-user/black-shop-service-api-user-security/src/main/java/cn/blackshop/service/api/user/security/UserSecurityService.java | 22ff151e58b4b840e2a1d902214fc96d8d73abd4 | [
"Apache-2.0"
] | permissive | walter211/black-shop | 5b91a06f5bb4d7cdca40454d106334355f503df1 | df14f89ac81901c868420f90c01d6b775204f759 | refs/heads/master | 2020-04-17T16:11:46.772598 | 2019-01-23T04:14:50 | 2019-01-23T04:14:50 | 166,730,806 | 0 | 0 | Apache-2.0 | 2019-01-23T04:14:51 | 2019-01-21T01:39:58 | Java | UTF-8 | Java | false | false | 441 | java | /**
* <p>Company: www.black-shop.cn</p>
* <p>Copyright: Copyright (c) 2018</p>
* @version 1.0
* black-shop(黑店) 版权所有,并保留所有权利。
*/
package cn.blackshop.service.api.user.security;
/**
* <p>Title: UserSecurityService</p>
* <p>Description: </p>
* @author zibin
* @date 2018年12月11日
*/
public in... | [
"125720240@qq.com"
] | 125720240@qq.com |
253f2e93d3856f214d1a721c606ba5896b164f11 | 763f140e2eb16bb0a640b3b0989006c575f34b9a | /src/main/java/pk/home/busterminal/web/jsf/security/LoginErrorPhaseListener.java | a1332e77b9267e54c9cf3b0b562efd95da02d2aa | [
"Apache-2.0"
] | permissive | povloid/busterminal | aa6f457d431e66873247c055e416dc04a41c8862 | 3b32db26cd1855ca8e8fe72dde32be33b7d81db8 | refs/heads/master | 2023-03-07T21:37:39.198011 | 2021-07-20T12:04:05 | 2021-07-20T12:04:05 | 60,454,839 | 0 | 0 | Apache-2.0 | 2023-02-22T02:05:12 | 2016-06-05T10:31:45 | Java | UTF-8 | Java | false | false | 1,673 | java | package pk.home.busterminal.web.jsf.security;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.security.web.WebAttributes;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.faces.event.PhaseEvent;
import javax.faces... | [
"t34box@gmail.com"
] | t34box@gmail.com |
bbfeaa9284d4e15dc25e8832e38776aa0ba4c646 | 2cea4b28b0a4eb1beb80ab9659f3bf9410698cf0 | /java/All program/SerializeDemo1.java | 375a18a7c41e77c56e1ff567b71d43e5d974bdf3 | [] | no_license | rajeshmorya/Core-java | e1e96b4c257ad2e854bcfe2e20b65769aef4d6c3 | b978193bed637cbf180470b671afaf0f8fdedb79 | refs/heads/master | 2020-12-10T11:38:40.210108 | 2020-01-13T12:17:23 | 2020-01-13T12:17:23 | 233,583,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | import java.io.*;
class Dog implements Serializable
{
int i=10;
int j=20;
}
class SerializeDemo1
{
public static void main(String[] args) throws Exception
{
Dog d1 = new Dog();
System.out.println("serialization started");
FileOutputStream fos = new FileOutputStream("abc.ser");
ObjectOutputStream oos = new Objec... | [
"rmorya1@gmail.com"
] | rmorya1@gmail.com |
ec496264a8ed1fc88224af31c9f7d37b792ecf9f | ed166738e5dec46078b90f7cca13a3c19a1fd04b | /minor/guice-OOM-error-reproduction/src/main/java/gen/S_Gen68.java | c0636f868a6b4e47c2f9986a87ff1845a8323b05 | [] | no_license | michalradziwon/script | 39efc1db45237b95288fe580357e81d6f9f84107 | 1fd5f191621d9da3daccb147d247d1323fb92429 | refs/heads/master | 2021-01-21T21:47:16.432732 | 2016-03-23T02:41:50 | 2016-03-23T02:41:50 | 22,663,317 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java |
package gen;
public class S_Gen68 {
@com.google.inject.Inject
public S_Gen68(S_Gen69 s_gen69){
System.out.println(this.getClass().getCanonicalName() + " created. " + s_gen69 );
}
@com.google.inject.Inject public void injectInterfaceWithoutImpl(gen.InterfaceWithoutImpl i){} // should expolode :)
... | [
"michal.radzi.won@gmail.com"
] | michal.radzi.won@gmail.com |
5b178425173f476f119fd79b3d158210b89b94e8 | 7a91f9493272413b71e4f86e7157352537e34236 | /app/src/main/java/edu/isu/cs2263/hw01/App.java | 747ea5c29321a75ddab41ad881949099cc423b38 | [] | no_license | evankaid/cs2263_hw01 | 8dad8bf09b182bb0be8f0e401c21717d551905ff | 0b61fa82c26174edbb74ac20d2c24d0185316d6b | refs/heads/main | 2023-08-10T03:06:47.259678 | 2021-09-16T20:05:15 | 2021-09-16T20:05:15 | 406,449,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | /*
* This Java source file was generated by the Gradle 'init' task.
*/
package edu.isu.cs2263.hw01;
import org.apache.commons.cli.*;
//import jdk.internal.joptsimple.HelpFormatter;
import java.io.IOException;
import java.nio.file.*;
public class App {
public static void main(String[] args) {
... | [
"60327139+evankaid@users.noreply.github.com"
] | 60327139+evankaid@users.noreply.github.com |
ba357990ec8293f3bbaa0cb4a6b1b7b9fdcc93f7 | 853fe09f69baf637ea02beb1644ed6a454f31a9b | /rpc-services/rpc-services-provider/src/main/java/com/zy/rpc/services/api/impl/spring/SpringRpcService.java | 4bec371f91543c73e2f987b9415ae2afdcd864c7 | [] | no_license | ZhangYDevelop/rpc-network-transport | 916b83a07fcdadc1f89997e96f3f8337b5700914 | cb25434107f6325229bdb669d65eb6139208cfa3 | refs/heads/master | 2021-05-22T00:22:41.748933 | 2020-04-11T01:35:47 | 2020-04-11T01:35:47 | 252,881,619 | 0 | 0 | null | 2020-04-06T15:25:46 | 2020-04-04T01:29:57 | Java | UTF-8 | Java | false | false | 1,737 | java | package com.zy.rpc.services.api.impl.spring;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
i... | [
"2389311433@qq.com"
] | 2389311433@qq.com |
0af7f56413de79136a4b44300d74bafafc158198 | b6bfba71956589aa6f56729ec9ebce824a5fb8f4 | /src/main/java/com/javapatterns/iterator/goodexample/Client.java | b84855cc76f0b7f89a5cbe72927e9afa402f09ec | [
"Apache-2.0"
] | permissive | plotor/design-pattern | 5d78d0ef7349a2d637bea5b7270c9557820e5f60 | 4614bab50921b61610693b9b1ed06feddcee9ce6 | refs/heads/master | 2022-12-20T17:49:13.396939 | 2020-10-13T14:37:14 | 2020-10-13T14:37:14 | 67,619,122 | 0 | 0 | Apache-2.0 | 2020-10-13T14:37:15 | 2016-09-07T15:21:45 | Java | UTF-8 | Java | false | false | 567 | java | package com.javapatterns.iterator.goodexample;
import java.util.Hashtable;
import java.util.Vector;
public class Client {
private Vector v = new Vector();
private Hashtable ht = new Hashtable();
private Display disp = new Display();
public static void main(String[] args) {
Client client = new... | [
"zhenchao.wang@hotmail.com"
] | zhenchao.wang@hotmail.com |
e727e4662d22cbab7deead58b30d8faa540e567d | 3efa417c5668b2e7d1c377c41d976ed31fd26fdc | /src/br/com/mind5/masterData/cartItemCategory/dao/CaritegDaoJoinTxt.java | 25329e3b49aeb55793c5bc33a867e9e8a2fb635f | [] | no_license | grazianiborcai/Agenda_WS | 4b2656716cc49a413636933665d6ad8b821394ef | e8815a951f76d498eb3379394a54d2aa1655f779 | refs/heads/master | 2023-05-24T19:39:22.215816 | 2023-05-15T15:15:15 | 2023-05-15T15:15:15 | 109,902,084 | 0 | 0 | null | 2022-06-29T19:44:56 | 2017-11-07T23:14:21 | Java | UTF-8 | Java | false | false | 865 | java | package br.com.mind5.masterData.cartItemCategory.dao;
import br.com.mind5.dao.DaoJoin;
import br.com.mind5.dao.DaoJoinBuilder;
import br.com.mind5.dao.DaoJoinBuilderHelper;
import br.com.mind5.dao.DaoJoinType;
import br.com.mind5.dao.common.DaoDbField;
import br.com.mind5.dao.common.DaoDbTable;
public final ... | [
"mmaciel@mind5.com"
] | mmaciel@mind5.com |
cb2a0e13886a3eaa2677aad03994fdabe1a61b1f | f8c123956058bbcc5a882e8e28f4c54f54779782 | /app/src/test/java/br/com/test/kaioh/exifcamera/ExampleUnitTest.java | f908b6dd989ae5a5a2b1ac23094ba71e2e9f511f | [] | no_license | kaioshenrique/ExifCamera | 41f792fc85de095a8987b3db96f2b0ca4cab964c | 937a71609e9a5e466d19f8712fb1ab188683adad | refs/heads/master | 2021-04-09T15:22:34.898996 | 2018-03-20T17:10:30 | 2018-03-20T17:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package br.com.test.kaioh.exifcamera;
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
publi... | [
"kaiohenriquedesousacosta3@gmail.com"
] | kaiohenriquedesousacosta3@gmail.com |
84f268220bb016ae3c23b6a97abc2af2d9dc4b1d | 1f11b787fa46215b7c6b5b9d8088446d48f99886 | /src/main/java/jpabook/jpashop/dto/OrderItemDto.java | 1255406df8cf3d786558d4c1ab5518bdcb3e064b | [] | no_license | prankbye77/jpashop | 2af9e90bb9de40948497a7b8cf848a40216b2288 | 74b7536fbea885e2e3d05513daef425b2a983052 | refs/heads/master | 2023-04-02T01:40:54.155148 | 2021-04-20T08:17:42 | 2021-04-20T08:17:42 | 349,021,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package jpabook.jpashop.dto;
import jpabook.jpashop.domain.OrderItem;
import lombok.Data;
@Data
public class OrderItemDto {
private String itemName;
private int orderPrice;
private int count;
public OrderItemDto(OrderItem orderItem) {
itemName = orderItem.getItem().getName();
orderPr... | [
"prankbye77@gmail.com"
] | prankbye77@gmail.com |
9717dc16fc60e144e76792c8ea3c947a4cf320ea | 8f89f6abf36672f8c82a9e047c57ea494aa58647 | /app/src/main/java/ru/boat/view/adapter/AdditionalItemAdapter.java | 37c0808ca08cbcfd2fe2e0110714449a9583b0e2 | [] | no_license | kumaser/BoatTestTask | 96c2fb371d1cf5913896454969bc37b515b6060d | afcd42e9527f81102131f5ef134969f22771dab4 | refs/heads/master | 2021-08-10T18:03:09.691419 | 2017-11-12T20:54:13 | 2017-11-12T20:54:13 | 110,466,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package ru.boat.view.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import java.util.List;
import ru.boat.R;
import ru.boat.model.data.AdditionalItem;
import ru.boat.view.holders.AdditionalItemViewHolder;
public class AdditionalItemAdapter... | [
"kustkovmaksim@gmail.com"
] | kustkovmaksim@gmail.com |
d0dd760259b1685077e632be0a1e9abc6066bfcd | 7e713646a0619267b421aafa41a9afeeaf7a0108 | /src/main/java/com/gdztyy/inca/controller/BmsStQtyCutPosController.java | e9fd09fe7af1075850c99281406dc6d400a34e6a | [] | no_license | liutaota/ipl | 4757e35d1100ca892f2137b690ee4b43b908dc19 | 9d53b9044ba56b6ea65f1347a779d4b66e075bea | refs/heads/master | 2023-03-21T11:28:42.663574 | 2021-03-05T08:49:33 | 2021-03-05T08:49:33 | 344,747,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.gdztyy.inca.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 前端控制器
* </p>
*
* @author peiqy
* @since 2020-08-18
*/
@Controller
@RequestMapping("/inca/bmsStQtyCutPos")
public class BmsStQtyCutPosController {
... | [
"liutao@qq.com"
] | liutao@qq.com |
6415c406bf46732185eb9d8c1fb2f11f66e2b4c2 | 191f0e7cad5e8033bb90650d9b951bc7d1b82537 | /aliyun-java-sdk-cdn/src/main/java/com/aliyuncs/cdn/model/v20141111/DeleteLivePullStreamInfoResponse.java | 4910c24da6275e29ee943862a6b51c3707d3399c | [
"Apache-2.0"
] | permissive | chunlicui/aliyun-openapi-java-sdk | b3fff7f81f8c141ca48e82d5ee7d2cb76f7b9462 | 06acc97ea07766838f24aa8cf4d8d02dd941467c | refs/heads/master | 2020-12-30T23:34:25.723591 | 2016-09-05T10:03:11 | 2016-09-05T10:03:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,491 | 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 ... | [
"zhangw@alibaba-inc.com"
] | zhangw@alibaba-inc.com |
8636cf5a220e88bd16f08300c40b8aff8adcf97c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_9e708df17a4f297c874de933100b11608835c575/BPermissionsAdapter/2_9e708df17a4f297c874de933100b11608835c575_BPermissionsAdapter_t.java | f20d32cf56bba7a893ee0b8e9e3c7b8e1368652f | [] | 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 | 1,312 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.bekvon.bukkit.residence.permissions;
import com.bekvon.bukkit.residence.Residence;
import java.util.List;
import org.bukkit.entity.Player;
import de.bananaco.permissions.Permissions;
/**
*
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5605ed0ddcf159a0377ac0b1ea78c3d77b892d5b | 25e3559f3584ff19d0a19e86c93c09a01ae5b04a | /spring-demo-aop-z-after-returning/src/com/naren/aop/AfterRequringMainDemoApp.java | c5a7cd1e97d477bddbf17af3e84b10d6df066a00 | [] | no_license | Naren-Mehta/SpringAOP | 7b13953c4cfa93b93ab787bf2feceaab84083224 | 44b98b60963cdece96634d2afd8d5e4e8fe8961f | refs/heads/master | 2020-07-06T18:02:00.036322 | 2019-08-19T18:01:10 | 2019-08-19T18:01:10 | 203,098,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package com.naren.aop;
import java.util.List;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.naren.aop.dao.AccountDAO;
import com.naren.aop.dao.MembershipDAO;
public class AfterRequringMainDemoApp {
public static void main(String[] args) {
// read spring config jav... | [
"deepakmehta.singh@gmail.com"
] | deepakmehta.singh@gmail.com |
008e92cec3400f7f0bf160d9b80ed55f5cc8336f | d5d6dee91c46932a7ab8c71e743288516479d8c0 | /src/sample/Cross.java | e6ed33d42ebb2d6f94f1ca43f0cf06097f855830 | [] | no_license | kabir-21/Color-Switch | c1c7a39250c2009495854388151efed64f6aed61 | 980b285b5a6d947deee0c9165c2e67f08ccff336 | refs/heads/master | 2023-02-02T03:34:48.552854 | 2020-12-17T15:02:25 | 2020-12-17T15:02:25 | 306,031,119 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,403 | java | package sample;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.RotateTransition;
import javafx.animation.Timeline;
import javafx.scene.image.ImageView;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import javafx.scene.shape.Shape;
import javafx.scene... | [
"kabnik21@gmail.com"
] | kabnik21@gmail.com |
bd1f67ec388a98c58bb254360cdff61dc69b3f3e | ccbbdf20d7fd3741d0edcfc3bbcfb85a2fed9a6f | /trunk/FacilityBookingSystem/src/servr/dispatchers/QueryAvailibilityMessageDispatcher.java | 151da1600b5eada972fa041e034de31371a8a9e3 | [] | no_license | BGCX067/facilitybooking-svn-to-git | f4f68de66a52c4ff77e8e6198215763b52f3c0be | 0e26ac4bfb4f78a14594b55e2e66e3a4d5ecc6d2 | refs/heads/master | 2021-01-13T00:56:29.187030 | 2015-12-28T14:21:50 | 2015-12-28T14:21:50 | 48,848,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | package servr.dispatchers;
import servr.ServerMain;
import servr.facilitybooking.Facility;
import servr.facilitybooking.FacilityManager;
import communication.messages.client.QueryAvailibilityMessage;
import communication.messages.server.AvailabilitiesMessage;
import communication.utils.Availability;
import c... | [
"you@example.com"
] | you@example.com |
335c6926f93a05bd75fd37475f9aa9f42acc30f4 | 167cf9a9ec455b4f26ba4d9dffcd65ce5e0a13f4 | /src/main/java/seunghwan/won/controller/api/ApiImageController.java | 0f261e9f276bde1e4aa88b7305da73a74751af03 | [] | no_license | seunghwan-won/reservation | fb56d90f2f21de6cf107eedace19031a04df8455 | ebacbffe5f442b7b4a0c203d053d8403c645c730 | refs/heads/master | 2022-12-21T23:11:16.173921 | 2019-09-18T15:25:42 | 2019-09-18T15:25:42 | 195,051,571 | 0 | 1 | null | 2022-12-16T10:51:47 | 2019-07-03T12:44:22 | CSS | UTF-8 | Java | false | false | 1,413 | java | package seunghwan.won.controller.api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.*;
import seunghwan.won.service.ImageService;
import javax.servlet.http.HttpServletRequest;
@RestController
@RequestMapping(pa... | [
"tmdghks24@naver.com"
] | tmdghks24@naver.com |
71d502eefa3ded9c0ec2879fbc73cde129460cbf | 6bda22e9542a5f7093b6a736d1fa626af32adb97 | /src/com/floreantpos/ui/ticket/TicketViewerTable.java | c6e21b08feb8c04e8e9cff41f992897f456f5930 | [
"Apache-2.0"
] | permissive | jalalzia1/infinity | 2112a733739ccfabd60050f0867f31723e9ec5f9 | 264d16cef247f820967ef753e61feb13065b644c | refs/heads/master | 2021-04-29T12:58:54.511812 | 2018-02-18T15:31:47 | 2018-02-18T15:31:47 | 121,738,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,740 | java | /**
* ************************************************************************
* * The contents of this file are subject to the MRPL 1.2
* * (the "License"), being the Mozilla Public License
* * Version 1.1 with a permitted attribution clause; you may not use this
* * file except in compliance with the L... | [
"jalal.zia.ev@gmail.com"
] | jalal.zia.ev@gmail.com |
dbb234a0d70e1338906375e5d49ffae087966ba6 | abdd3f80173925819df2125b83e5ddf4d669cc47 | /app/src/main/java/com/example/administrator/uichat/Msg.java | 279c1fd5fa2a0a7f39b3c2714d260b419925f789 | [
"Apache-2.0"
] | permissive | Skymqq/UIChat | 8973e40ac47a5986bd285d4842b69dec25d5db1c | 496fe465a3a87b6d9388c7db70ced33e2fb28ce7 | refs/heads/master | 2020-04-15T14:55:24.243848 | 2019-01-09T03:01:42 | 2019-01-09T03:01:42 | 164,773,118 | 4 | 0 | Apache-2.0 | 2019-01-24T08:04:34 | 2019-01-09T02:40:19 | Java | UTF-8 | Java | false | false | 575 | java | package com.example.administrator.uichat;
public class Msg {
public static final int TYPE_RECEIVED = 0;//静态常量,用于表示消息类型为接收状态
public static final int TYPE_SEND = 1;//静态常量,用于表示消息类型为发送状态
private String content;//消息内容
private int type;//消息类型
public Msg(String content, int type) {
this.conte... | [
"1538974565@qq.com"
] | 1538974565@qq.com |
cbb846321e8dec7557c90bbef27efb8f7a3c4232 | f487532281c1c6a36a5c62a29744d8323584891b | /sdk/java/src/main/java/com/pulumi/azure/eventhub/outputs/EventSubscriptionRetryPolicy.java | c082c9c6a046ea5a5030933b8b6cedc4aca0bd7d | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | pulumi/pulumi-azure | a8f8f21c46c802aecf1397c737662ddcc438a2db | c16962e5c4f5810efec2806b8bb49d0da960d1ea | refs/heads/master | 2023-08-25T00:17:05.290397 | 2023-08-24T06:11:55 | 2023-08-24T06:11:55 | 103,183,737 | 129 | 57 | Apache-2.0 | 2023-09-13T05:44:10 | 2017-09-11T20:19:15 | Java | UTF-8 | Java | false | false | 2,683 | java | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.eventhub.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.Integer;
import java.util.Objects;
@CustomType
public final clas... | [
"noreply@github.com"
] | pulumi.noreply@github.com |
239180a1c361a66acf0fe0c0e3628a6aaf8e00d8 | e12b284792417ed3802a43aa6396514390c55950 | /src/main/java/com/danlind/igz/ig/api/client/rest/dto/positions/getPositionByDealIdV2/Market.java | 558056228b92544bafa19d08860c06ee77f84309 | [] | no_license | dan-lind/igzplugin | af57ce1adf250f96dcd22b19073d4789171c9fd7 | 7e43b4cb7843a17db197a5919c3a0bc9383fac40 | refs/heads/master | 2021-07-14T17:29:32.199825 | 2019-08-05T05:12:09 | 2019-08-05T05:12:09 | 87,112,682 | 9 | 8 | null | 2021-04-26T17:12:24 | 2017-04-03T19:29:27 | Java | UTF-8 | Java | false | false | 3,523 | java | package com.danlind.igz.ig.api.client.rest.dto.positions.getPositionByDealIdV2;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/*
Market data
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class Market {
/*
Instrument name
*/
private String instrumentName;
/*
Instrument expiry period
*/
privat... | [
"daniel.lindberg@omegapoint.se"
] | daniel.lindberg@omegapoint.se |
311e08b1d7ad0b663d2daafc8dac36445a3a7856 | a5f4de3e12b3615cf1be73ed2d6fd4673ef91102 | /src/main/java/ma/eshop/nour/validation/PositivePriceValidator.java | cbf17d7fc9ecf36971521de81faea2f4ec8f4461 | [] | no_license | noure/eshop | 9e8e0433787f780b8c49b4e051322a6f78ba9d02 | 32304aedb85cf3d9d49a4a5614369cf3c75f2303 | refs/heads/master | 2021-01-22T20:19:05.121435 | 2015-02-08T15:31:13 | 2015-02-08T15:31:13 | 29,798,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package ma.eshop.nour.validation;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
public class PositivePriceValidator implements
ConstraintValidator<PositivePrice, Double>{
@Override
public void initialize(PositivePrice constraintAnnotation) {
}
@Override
p... | [
"lnureddine@gmail.com"
] | lnureddine@gmail.com |
cf7173d6c0dae450722bed758dd709c8238afb16 | 707f853d3f45beeb46369234f9e724e733a3737e | /javasecurity/src/main/java/rsa/CipherMain3.java | aae9c9679d7f3e71f7b8392ebf288e57384e2f1f | [] | no_license | jollaman999/goodee_spring | 3e1dbefd53b6eeb413279ebbf6c933539d8eccc7 | 80d2397523f377a87bc58639ca05152244aaf45e | refs/heads/master | 2022-12-22T12:38:54.875246 | 2021-05-01T05:49:41 | 2021-05-01T05:49:41 | 194,190,317 | 0 | 0 | null | 2022-12-16T14:49:59 | 2019-06-28T02:08:03 | Java | UTF-8 | Java | false | false | 180 | java | package rsa;
public class CipherMain3 {
public static void main(String[] args) {
CipherRSA.decryptFile("javasecurity/rsac.ser", "javasecurity/p2.txt");
}
}
| [
"admin@jollaman999.com"
] | admin@jollaman999.com |
700c8a17083941ef41e6954a810088274a2d6968 | ab56ce379b80fd422974058edff82a27e74b8bf0 | /src/main/java/com/namnx/spring_aop/aspect/datasources/routing/DatabaseType.java | df28883ea7c36828013e2d85ea8e043cc4cd3fb2 | [] | no_license | thuyduongbka/Spring_AOP_Practice | 5613f4017789b73285701022c4ad233befbeb956 | e55b7690d0a1a6b13f294231ff5b617f3a6e7b30 | refs/heads/master | 2023-05-27T09:32:04.676760 | 2021-06-06T15:32:59 | 2021-06-06T15:32:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package com.namnx.spring_aop.aspect.datasources.routing;
public enum DatabaseType {
PRIMARY,
REPLICA,
}
| [
"namnx@rabiloo.com.vn"
] | namnx@rabiloo.com.vn |
3abd7a505bef7cd125c1ccb34bc8ce36abe65449 | 710eb9919f436b60c270e09abd3734899454fa71 | /rollingstone-ecommerce-product-api/src/main/java/com/rollingstone/spring/service/ProductService.java | de41c3b047cb107f0aaf02a7b33681d866d828b1 | [] | no_license | VineetCode/Spring | 1d22354822c259d3166715c8bcadefd6322f9516 | c32f96b92f14b82918c0b5f714bce988dd2c7314 | refs/heads/master | 2022-12-24T18:06:24.193733 | 2020-07-08T12:41:45 | 2020-07-08T12:41:45 | 183,037,251 | 0 | 0 | null | 2022-12-16T03:48:07 | 2019-04-23T14:51:52 | Java | UTF-8 | Java | false | false | 434 | java | package com.rollingstone.spring.service;
import java.util.Optional;
import org.springframework.data.domain.Page;
import com.rollingstone.spring.model.Product;
public interface ProductService {
public Product save(Product product);
public Optional<Product> get(long id);
public Page<Product> getProductsByPage(Inte... | [
"vineetsingh12144@gmail.com"
] | vineetsingh12144@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.