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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ea4c3484d22293e48283154035e1be10ec5f9a22 | 1145274b99f60bbdb836202fbf92d74d3fb1db4f | /gradle-demo-todo/src/main/java/com/futurecode/gradle_demo_todo/TodoItem.java | 459b8f61e90f19a68b29f93303463764f66bd920 | [] | no_license | yromeMfOtuO/SpringBootDemo | da906b894500040e44e9f67b190b7d4ee5f9f44d | f629397494f255c31c84ded35fdfca171a267a70 | refs/heads/master | 2021-03-16T05:55:27.599827 | 2018-12-02T16:24:43 | 2018-12-02T16:24:43 | 115,523,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.futurecode.gradle_demo_todo;
/**
* @author :lvweihao@outlook.com
* @description:
* @date :create in 23:19 18.5.3
* @modify by :
*/
public class TodoItem {
/**
* 待办事项名称
*/
private String todoName;
/**
* 是否完成的标志
*/
private Boolean hasDone;
public TodoItem(Strin... | [
"lvweihao@outlook.com"
] | lvweihao@outlook.com |
d63a3636c14e00dde27c5948ac8fe16c6b84a360 | 466922848a19234b05a61c7fce5745bd1b20da6c | /GOSUIC/src/gosuic/dao/user/UserDao.java | 1a4b56be6fbe43abad14e53eb17f3f8f383a23ec | [] | no_license | Taewan93/GOSUIC_final | 55b6b9c679467962148a0be5f20ed22ea149ac2a | eae44d204a8dbff793b5c11ed654ff4e34755e80 | refs/heads/master | 2021-01-24T03:29:55.848031 | 2018-02-26T08:19:10 | 2018-02-26T08:19:10 | 122,891,517 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,704 | java | package gosuic.dao.user;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import gosuic.vo.UserVo;
@Repository
public class UserDao {
@... | [
"godev17@naver.com"
] | godev17@naver.com |
210ce432db3989508bc780ef78af931a8b180f42 | 73fbb958958e2cc62a3935cd06bc96e7024b7d9d | /app/src/main/java/com/example/hp/thesiswork/PredictionActivity.java | c2f34dfcbb716a3c8fdc9c926b9d24882cfb9706 | [] | no_license | BayMakarov/MyMovieApp | b22ab096df6723b2bde5e5e9c987629a58986463 | 6b3f6103934a03261270ceead8caba5adb1185b7 | refs/heads/master | 2021-05-09T03:18:13.117261 | 2018-02-06T13:35:33 | 2018-02-06T13:35:33 | 119,237,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,713 | java | package com.example.hp.thesiswork;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.wi... | [
"ozanorfa@gmail.com"
] | ozanorfa@gmail.com |
1d9a2e3fe0df4aa2c6706a4ce1c2105da5d3174d | 4e1c86f91f38bc039b2d6fd605327824dd08c26d | /cz.mzk.recordmanager.server/src/test/java/cz/mzk/recordmanager/server/oai/dao/DedupRecordDAOTest.java | d231b2ed8d8005ea098f8a7b198d9ffc747818da | [] | no_license | paulusova/RecordManager2 | 78df7dfe35ca119162212664fe392fcc84559610 | 827edbdd34565c739461770070a42426ff0dd5a8 | refs/heads/master | 2021-01-21T02:21:45.085793 | 2015-11-04T08:51:42 | 2015-11-04T08:51:42 | 45,531,874 | 0 | 0 | null | 2015-11-04T10:32:14 | 2015-11-04T10:32:14 | null | UTF-8 | Java | false | false | 470 | java | package cz.mzk.recordmanager.server.oai.dao;
import org.springframework.beans.factory.annotation.Autowired;
import org.testng.annotations.Test;
import cz.mzk.recordmanager.server.AbstractTest;
import cz.mzk.recordmanager.server.model.DedupRecord;
public class DedupRecordDAOTest extends AbstractTest {
@Autowired
p... | [
"xrosecky@gmail.com"
] | xrosecky@gmail.com |
e5ec72d6be5f3cb1f10025e8c93e21e8f839c975 | c80d04bb25dd52a772a49b856b1224fb559cfc3e | /src/main/java/com/darksci/pardot/api/parser/visitor/VisitorQueryResponseParser.java | 5667c46e2dd9a2cc688e0fa633ce137ffdfe0a94 | [
"MIT"
] | permissive | Crim/pardot-java-client | dca416acdd2618235d7217ab63f242a24a0826a5 | 7356eb7d7b29f0c93d0b597711ccb8c2a412d892 | refs/heads/master | 2023-04-06T18:37:41.896406 | 2022-03-23T10:11:46 | 2022-03-23T10:11:46 | 99,991,340 | 90 | 19 | MIT | 2023-03-31T14:55:47 | 2017-08-11T04:24:37 | Java | UTF-8 | Java | false | false | 1,810 | java | /**
* Copyright 2017, 2018, 2019, 2020 Stephen Powis https://github.com/Crim/pardot-java-client
*
* 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 limi... | [
"noreply@github.com"
] | Crim.noreply@github.com |
efcb2c088d63a79d5be395a47790784b2dc63853 | 7bb07f40c5a62e300ae4e83bf789e5aa1f1b70f7 | /core/tags/1.5.1/1.3.1/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/SpatialJoinPlugIn.java | d097a22ecd268f313069d1f89d7b924ea69f93a2 | [] | no_license | abcijkxyz/jump-pilot | a193ebf9cfb3f082a467c0cfbe0858d4e249d420 | 3b6989a88e5c8e00cd55c3148f00a7bf747574c7 | refs/heads/master | 2022-12-18T15:22:44.594948 | 2020-09-23T10:46:11 | 2020-09-23T10:46:11 | 297,995,218 | 0 | 0 | null | 2020-09-23T15:27:25 | 2020-09-23T14:23:54 | null | UTF-8 | Java | false | false | 7,808 | java |
/*
* The Unified Mapping Platform (JUMP) is an extensible, interactive GUI
* for visualizing and manipulating spatial features with geometry and attributes.
*
* Copyright (C) 2003 Vivid Solutions
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub... | [
"edso@d6f7b87f-2e33-0410-8384-f77abc8d64da"
] | edso@d6f7b87f-2e33-0410-8384-f77abc8d64da |
2c063d2fa871e593b8b858fb6356b8d448a256fa | 9acc8899b66713c475e0504807fa70dffde8a71b | /Cryptography/keyword_cipher_encryption.java | 53d01e2e5771d601814c6278852b834fc2f7f269 | [
"MIT"
] | permissive | pratikshakj/HacktoberFest2020-Contributions | 05b9d080bffb5921f8bb10d3ef52618021656a25 | a925218708c0739554d6f34ce9e4104541b27a3f | refs/heads/master | 2022-12-30T14:23:49.539114 | 2020-10-24T16:33:43 | 2020-10-24T16:33:43 | 306,925,378 | 3 | 0 | MIT | 2020-10-24T16:33:44 | 2020-10-24T16:31:36 | null | UTF-8 | Java | false | false | 2,233 | java | //encoding the string using classical cipher
class GFG
{
// Function generates the encoded text
static String encoder(char[] key)
{
String encoded = "";
// This array represents the
// 26 letters of alphabets
boolean[] arr = new boolean[26];
// This loop inserts the keyword
// at the sta... | [
"noreply@github.com"
] | pratikshakj.noreply@github.com |
baf6b465011372e49de65f3f8b3285b97754c6ec | 8bbb79066adb67aa9089a2efc2be66bcbfd79d75 | /src/main/java/org/study/cinema/exceptions/DataNotFound.java | cf96fe3f729f14682be2866bf39ffdc2a849c76a | [] | no_license | AnnaMakarchuk/cinema_spring | b42a2c44bc52d0af3a7f0d7cd61ff31d96e0b354 | 284e282ac34bbbfc261c8ac6a6efd8e51a115e2f | refs/heads/master | 2022-02-11T09:35:09.681682 | 2019-09-17T09:33:55 | 2019-09-17T09:33:55 | 201,637,272 | 2 | 0 | null | 2022-01-21T23:28:57 | 2019-08-10T13:58:21 | Java | UTF-8 | Java | false | false | 166 | java | package org.study.cinema.exceptions;
public class DataNotFound extends RuntimeException {
public DataNotFound(String message) {
super(message);
}
}
| [
"Anna_Makarchuk@epam.com"
] | Anna_Makarchuk@epam.com |
4dcf122cbd01a69b4c9ec1569d8b92ee2271d912 | ba2eef5e3c914673103afb944dd125a9e846b2f6 | /AL-Game/data/scripts/system/handlers/quest/rider_quests/_24013PoisonIntheWaters.java | 49085adce6eae3751508b0274b2b8eed6ce61055 | [] | no_license | makifgokce/Aion-Server-4.6 | 519d1d113f483b3e6532d86659932a266d4da2f8 | 0a6716a7aac1f8fe88780aeed68a676b9524ff15 | refs/heads/master | 2022-10-07T11:32:43.716259 | 2020-06-10T20:14:47 | 2020-06-10T20:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,467 | java | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | [
"Falke_34@080676fd-0f56-412f-822c-f8f0d7cea3b7"
] | Falke_34@080676fd-0f56-412f-822c-f8f0d7cea3b7 |
bf28c3e9fdb50079aedf379051b0499bf9dfa57f | b335ae753da57f458f8b5bbca7f06821ef153220 | /src/StringManipulation/Sorting.java | 0ce382820e991e9b8b69559c4b4989138c6b20be | [] | no_license | PKavyaSri/ListOfJavaPrgrms-Kavya | e6ded5e6a2297e0ec0bfaa2445a472ebf1ceca82 | 04ac35ece691941492558263f9c891a0346a9e87 | refs/heads/master | 2020-07-24T16:29:31.947351 | 2019-09-17T15:57:49 | 2019-09-17T15:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 527 | java | package StringManipulation;
import java.util.Arrays;
public class Sorting {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a[] = {1,10,6,2,8,5};
int n=a.length;
/*Arrays.sort(a);
for(int i=0;i<a.length;i++)
{
System.out.println(a[i]);
}*/
int ... | [
"user@10.0.0.190"
] | user@10.0.0.190 |
ad1ecf4c0a1dbdfcabec695d7b9b6eae67437129 | 611e9f82df8069ed4e6c6f7bff9506fa1d171bd0 | /src/main/java/me/zoon20x/skyenvoys/files/AsyncFileCache.java | b4b58d603b17f44fc888a34d5fbad83733082440 | [] | no_license | Zoon20X/SkyEnvoys | 6d65fc3fde62908c71a1cc029c324caf91256026 | ae83cc32461ce265dbc834da26dc6634b452ea6b | refs/heads/master | 2023-02-21T17:09:35.693203 | 2021-01-24T23:48:51 | 2021-01-24T23:48:51 | 330,643,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,851 | java | package me.zoon20x.skyenvoys.files;
import me.zoon20x.skyenvoys.Containers.EnvoyContainer;
import me.zoon20x.skyenvoys.Containers.settings.*;
import me.zoon20x.skyenvoys.SkyEnvoys;
import me.zoon20x.skyenvoys.utils.ChestStates;
import me.zoon20x.skyenvoys.utils.EnvoyList;
import me.zoon20x.skyenvoys.utils.MessagesUt... | [
"47308184+Zoon20X@users.noreply.github.com"
] | 47308184+Zoon20X@users.noreply.github.com |
8e3a707b8f0dc2d4898c73678e2e3ea80c7ee4ec | f45c917240d04cc8211eb2ffe6060b60076de3de | /android/app/src/main/java/com/stateunion/p2p/etongdai/Splash.java | 211614810b70304be88da21fa938a47be359900f | [] | no_license | xingyinruoxi/rn | 9d85fd662d5f03e939c2717339135bef3cbfe91e | 08b18142320e6ea570e3dd19da16423b07ca0950 | refs/heads/master | 2023-01-08T20:55:45.053664 | 2019-05-29T02:44:59 | 2019-05-29T02:44:59 | 157,500,241 | 0 | 1 | null | 2023-01-03T15:39:07 | 2018-11-14T06:14:05 | Makefile | UTF-8 | Java | false | false | 2,745 | java | package com.stateunion.p2p.etongdai;
import android.app.Activity;
import android.app.Dialog;
import com.stateunion.p2p.etongdai.utils.LogUtils;
import java.lang.ref.WeakReference;
import me.weyye.hipermission.HiPermission;
import me.weyye.hipermission.PermissionCallback;
/**
* the boot page
*/
public class Splas... | [
"zhoulin@orafl.com"
] | zhoulin@orafl.com |
550e8ed79f1507d41046763808edef27c731932b | 96d71f73821cfbf3653f148d8a261eceedeac882 | /external/decompiled/blackberry/WhatsApp OS6 V2.8.1914/decompiled/WhatsApp-28/com/rim/resources/WhatsAppRIMResourcesPopulator45.java | 6f5a0c82a69ded4bff29ddf47ecdcb78b256613f | [] | no_license | JaapSuter/Niets | 9a9ec53f448df9b866a8c15162a5690b6bcca818 | 3cc42f8c2cefd9c3193711cbf15b5304566e08cb | refs/heads/master | 2020-04-09T19:09:40.667155 | 2012-09-28T18:11:33 | 2012-09-28T18:11:33 | 5,751,595 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 233,231 | java | // #######################################################
// Decompiled by : coddec
// Module : WhatsApp-40.cod
// Module version : 2.8.1914
// Class ID : 21
// ########################################################
package com.rim.resources;
abstract final class WhatsAppRIMResourcesPopulator... | [
"git@jaapsuter.com"
] | git@jaapsuter.com |
b810bb6ce60bbd4c72b4315164a036495c78cb9f | 77e1b0b3f87d317736329c69d0bffe349167edd4 | /spring-framework-5.1.x/spring-context/src/test/java/org/springframework/context/event/AnnotationDrivenEventListenerTests.java | 9ec745d6a6a30ee6bafd05cbe92726baca1e925b | [
"Apache-2.0"
] | permissive | MayZhou/Java-Learn | 2da5bfc0b4211949cb4e1ba3acd1a31bc1b1352e | 485eccffe15e41cbd5356fd73d1d2ede12431c8e | refs/heads/master | 2021-07-05T13:54:02.731321 | 2019-07-31T10:54:48 | 2019-07-31T10:54:48 | 193,471,320 | 0 | 0 | Apache-2.0 | 2020-10-13T14:10:28 | 2019-06-24T09:05:01 | Java | UTF-8 | Java | false | false | 31,170 | java | /*
* Copyright 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"1252090579@qq.com"
] | 1252090579@qq.com |
c792707e1a4c05952aed4a28aed6f0337d9b50da | b541e4b94cd245ad7b83d1ff5a2afd7e792719e0 | /trunk/de.tu_bs.cs.isf.mbse.cvclipse.resource.cv/src-gen/de/tu_bs/cs/isf/mbse/cvclipse/resource/cv/mopp/CvExpectationConstants.java | 96d10bb85d709298cbe43450a542cf8cea6d4727 | [] | no_license | SeniorSpielbergo/CVclipse | e629c010971f368360eb6b090c67e9f19c670bf6 | cc80da0d86b71084f892b55bd500cd60bcdbaf1e | refs/heads/master | 2021-01-02T23:14:05.290619 | 2014-01-21T10:14:16 | 2014-01-21T10:14:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162,422 | java | /**
* <copyright>
* </copyright>
*
*
*/
package de.tu_bs.cs.isf.mbse.cvclipse.resource.cv.mopp;
/**
* This class contains some constants that are used during code completion.
*/
public class CvExpectationConstants {
public final static int EXPECTATIONS[][] = new int[1623][];
public static void initialize... | [
"david.wille@ewetel.net"
] | david.wille@ewetel.net |
ae8399cac6fc632d7404c47c7c1d9dce2a0d7d4f | c8b72333da5b9b9d3fc0723e8d3715ec2e1946bf | /src/main/java/ua/sombra/entity/AuthorEntity.java | f81066a3f15699cb00b1be4e5b473eb500451de9 | [] | no_license | yurasheremeta/Test | 4ae4fabe0555535896318d4d804baee25b0f70bd | 5b887e4fde13a64e0e67546bdfc8bd3122991b35 | refs/heads/master | 2020-03-26T05:29:45.233803 | 2018-08-15T22:04:09 | 2018-08-15T22:04:09 | 124,806,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package ua.sombra.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.sql.Date;
import java.util.List;
import javax.persistence.*;
@Getter
@Setter
@NoArgsConstructor
@Entity
@Table(name = "author")
public class AuthorEntity extends BaseEntity{
private String name;
... | [
"sheremeta.yura@gmail.com"
] | sheremeta.yura@gmail.com |
18187184b538f17408f7d325d02c3bac90ac65aa | 1ca9dafcfe05c2f7744dc2871f17b32621f470cb | /Coursera/GladLib/GladLibMap.java | e31363ba18ef56adcfdf35cbafc9602e77218a1d | [] | no_license | KuanWeiBeCool/BigJavaPracticeProblems | 7efc73151fa5d59e3c6f0184029c1762298c6edd | 079d4bc141b6ff37fb36f79bc3bad75f15f96750 | refs/heads/main | 2023-07-04T18:18:33.233449 | 2021-08-18T15:29:57 | 2021-08-18T15:29:57 | 359,575,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,312 | java | import edu.duke.*;
import java.util.*;
public class GladLibMap {
private ArrayList<String> usedList;
private ArrayList<String> usedCategory;
private Random myRandom;
private HashMap<String, ArrayList<String>> myMap;
private static String dataSourceURL = "http://dukelearntoprogram.com/course3/d... | [
"noreply@github.com"
] | KuanWeiBeCool.noreply@github.com |
102aece46fff7596dc2c210d765a3431be8bf94f | 44c5ef884143b3f24ca616189edb40833a11ab0b | /src/main/java/WebApp/servlet/StaticServlet.java | 7255923d25957a8d099d056b9c921842752d8313 | [] | no_license | shahsevil/sevil_homework | 1e0a2e140e1c4038298790b617bc1d8a4a5bc198 | 383c65769fc4b327c6f2e59d9f27a5663dc310c2 | refs/heads/master | 2023-06-23T22:37:41.955528 | 2020-04-20T09:26:28 | 2020-04-20T09:26:28 | 239,511,669 | 0 | 0 | null | 2023-06-13T22:55:19 | 2020-02-10T12:55:09 | Java | UTF-8 | Java | false | false | 895 | java | package WebApp.servlet;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.... | [
"you@example.com"
] | you@example.com |
4202e9f446ba3834d75231217aa2e02b9f0c7a30 | 81707652159ce1c1e5611c95960ee30c5911ad81 | /generala-server/src/main/java/uy/edu/cei/generala/server/services/impl/UserServiceInDBImpl.java | 55d9b26e0c4fe8f5f83d626f8da0a2ff108b66d9 | [] | no_license | jesi-franco/generala | 0a7c9aa2a98600fdf4e1e77430f253708ad1e369 | 86ad8cffc1c866532346d7053a4ad618252f52a6 | refs/heads/master | 2020-04-11T15:58:08.049677 | 2018-12-17T22:19:34 | 2018-12-17T22:19:34 | 161,909,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,689 | java | package uy.edu.cei.generala.server.services.impl;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.TypedQuery;
import uy.edu.cei.generala.domain.UserModel;
import uy.edu.cei.generala.server.services.UserServic... | [
"sofycalvete@gmail.com"
] | sofycalvete@gmail.com |
10df3121a12ca9cc011cf1fdf6c496c6ef02b7c7 | 7791973ca350994b734557803f91a3fd47ea1c02 | /Arrays/ProductSubarray.java | 9e42f12382f0c86033339c9350398c1fba8fb4cf | [] | no_license | gupta29470/Practice | 4713ae02a5ab84c6783d711d53df227d9060604a | 81676b21fbf0191f8ded836d19f0c280b4bda1cd | refs/heads/master | 2023-07-03T15:52:49.832892 | 2021-08-17T08:49:05 | 2021-08-17T08:49:05 | 357,317,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,130 | java | import java.io.*;
class ProductSubarray {
// Utility functions to get minimum of two integers
static int min(int x, int y) { return x < y ? x : y; }
// Utility functions to get maximum of two integers
static int max(int x, int y) { return x > y ? x : y; }
/* Returns the p... | [
"gupta29470@gmail.com"
] | gupta29470@gmail.com |
e678dcd077fd4f4e99c8053dc46d0fe93e3d2411 | afc34d6fed1675887edbdfd1e86591698b9f175e | /140424. Final Project/JES-2.8.2-src/src/test/java/com/ericdaugherty/mail/Utils.java | 7e604620dc8aefbbe009ad0920e9627f4eb462e7 | [] | no_license | RICEMS/COMP529 | 07ed8f1264cd677ac9f65fad860d0ad0cef2c4b1 | 3de55f1565591764b59524ab689d066d5cf2568b | refs/heads/master | 2016-09-05T12:39:51.933848 | 2015-07-24T00:33:20 | 2015-07-24T00:33:20 | 39,601,129 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,504 | java | /******************************************************************************
* This program is a 100% Java Email Server.
******************************************************************************
* Copyright (c) 2001-2013, Eric Daugherty (http://www.ericdaugherty.com)
* All rights reserved.
*
* Redistribut... | [
"Yanda@Yandas-MacBook-Pro.local"
] | Yanda@Yandas-MacBook-Pro.local |
bc615f6c500a34467c42d7b708b9c00045e6fcef | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/com/reddit/frontpage/ui/detail/BaseDetailScreen$$Lambda$17.java | 45df3e1b0b4d2f4c85e8b921c7863530ed65d207 | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,095 | java | package com.reddit.frontpage.ui.detail;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.view.View;
import android.view.View.OnClickListener;
import com.reddit.datalibrary.frontpage.data.provider.CommentsProvider;
import com.reddit.frontpage.ui.detail.comments.ReplyableTreeNode;
final /* synth... | [
"mi.arevalo10@uniandes.edu.co"
] | mi.arevalo10@uniandes.edu.co |
87f8f000bd59f343d14258fc7d74862fe4853b6d | 2e0979a8b4af06f89edce0b3bfd7ee1490cdd080 | /src/main/java/com/reactor/controller/dto/BookDTO.java | fae39404a173dfaf68677f5c987fd9edf8bf161b | [] | no_license | eceolin/webflux-tips | 3682423f603f9dabb47ec60f00351ca85d4b0df7 | 53be3683775096f5c91e45330917bdd184ebd1b6 | refs/heads/master | 2021-10-11T21:32:37.454520 | 2021-10-05T02:48:29 | 2021-10-05T02:48:29 | 184,442,519 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | package com.reactor.controller.dto;
public class BookDTO {
private String id;
private String name;
private Integer pages;
public BookDTO() {
}
public BookDTO(String id, String name, Integer pages) {
this.id = id;
this.name = name;
this.pages = pages;
}
public... | [
"eduardo_ceolin@terceiros.sicredi.com.br"
] | eduardo_ceolin@terceiros.sicredi.com.br |
ebe884f629d8ccb87e28e97c4f498d310d3f8aad | 9e5ec21099f0707672ee74d6eb7782d4b71b8ebf | /app/src/androidTest/java/com/example/android/blossom/ExampleInstrumentedTest.java | 93e8674b78ca881378afd675f47ec762a828add2 | [] | no_license | alonshp/miLab-Demo-App | 4a5cd4b41a32caf572a627931ec4d8b6250a9a4b | 1adb126fa7ae417a7f2118c41eab6b496112b5f7 | refs/heads/master | 2020-12-02T17:57:12.560942 | 2017-07-06T16:57:13 | 2017-07-06T16:57:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.android.blossom;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... | [
"alonshp1@gmail.com"
] | alonshp1@gmail.com |
ccc9aecfd19b34d3f1f02d6d538098cdb76977e6 | 7e5846f713e2feeac36bc183d337347e5756f72e | /src/main/java/com/examples/rs/exception/ExceptionConstants.java | ad7a43f384e98021a9a712032b43280765fc3284 | [] | no_license | naggangisetty/Calulator_Terraform | 2125c94863ee93045374668a88c5e4bf579bd357 | 66cc54748b5eead6b5d5876546ac1fd05ac443da | refs/heads/master | 2021-11-26T14:06:50.838559 | 2018-07-24T19:53:31 | 2018-07-24T19:53:31 | 142,179,429 | 0 | 0 | null | 2021-11-12T19:49:37 | 2018-07-24T15:38:54 | Java | UTF-8 | Java | false | false | 510 | java | package com.examples.rs.exception;
public final class ExceptionConstants {
private ExceptionConstants() {
}
public static final String CLIENT_REQUEST_INCORRECT_CODE = "GEN-FAIL-C-001";
public static final String GENERAL_SERVER_FAILURE_CODE = "GEN-FAIL-S-042";
public static final String GENERAL_CLIENT_FAILURE_CO... | [
"Naganjaneyulu.Gangisetty@suntrust.com"
] | Naganjaneyulu.Gangisetty@suntrust.com |
2791f792501c4ab5493f9bb6dd1d2a480cefe84c | c45410519e45995b42dbda7738058b8fa84a1136 | /app/src/test/java/com/df/proyecto_age_of_empiresii/ExampleUnitTest.java | 4dda23e26e25f7568dde2e1409ae1313295bfd54 | [] | no_license | Edisson80/Proyecto_Age_of_EmpiresII | 0e8c15dff542570c9e6c7472cea6b5bd265f2d36 | cbab7f643b30a67b6373b2758ae83b8520167b52 | refs/heads/master | 2023-06-03T03:45:13.743129 | 2021-06-19T03:32:27 | 2021-06-19T03:32:27 | 378,312,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.df.proyecto_age_of_empiresii;
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
p... | [
"Edisson80@github.com"
] | Edisson80@github.com |
a3c3ed09225db586a406b8d843ed23c67577f9c1 | 3a8cb9ce341fbc583d7850391b2e5c0f2793858d | /engine/src/main/java/by/mkwt/engine/ecs/component/graphic/TiledComponent.java | 8bc0ae3223add7f83c105212557159981268b9b9 | [] | no_license | MakovWait/smth | 7c1d2bf648ae2125d3d561c55f040b82982f65f7 | 266f6d8eae162672a5bc3521160816959509be7d | refs/heads/master | 2020-06-10T03:46:38.580486 | 2019-07-11T14:25:17 | 2019-07-11T14:25:17 | 193,570,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,140 | java | package by.mkwt.engine.ecs.component.graphic;
import com.badlogic.ashley.core.Component;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
public class TiledComponent implements Component {
public int gid = 0;
public int id = 0;
public float width = 0;
public String name = "";
public String typ... | [
"maxkv258@gmail.com"
] | maxkv258@gmail.com |
d1a7f2239f79c4f304b98e7910dbfc7620548579 | 93ae5e556ea31cc6d57cf0f19f61cda4902eb959 | /src/main/java/com/fei/netty/springmvc/db/Param.java | 7af95259cc5fd1545b3d9fde85cfd314071cc4f4 | [] | no_license | 1401826426/netty-springmvc | 66e7f58f7b9077b8904388bf7d5135252a12a8ed | ec4e03a3d6717530807aa7cc1b1e7ee104053cf8 | refs/heads/master | 2020-03-23T23:44:19.116772 | 2019-03-02T09:38:12 | 2019-03-02T09:38:12 | 142,252,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.fei.netty.springmvc.db;
import java.sql.SQLType;
public class Param {
public Object obj ;
public SQLType type ;
public Param(Object obj, SQLType type) {
super();
this.obj = obj;
this.type = type;
}
public Param(Object obj) {
super();
this.obj = obj;
}
public... | [
"pengfei@yy-js-pengfei1.game-reign.com"
] | pengfei@yy-js-pengfei1.game-reign.com |
6a6832a8a81768256efb72ce602f5cbc5a3ad212 | 83e81c25b1f74f88ed0f723afc5d3f83e7d05da8 | /services/core/java/com/android/server/pm/PackageVerificationResponse.java | a9aef6da6d4de34fe1634a84c15b073ac9239dc5 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | Ankits-lab/frameworks_base | 8a63f39a79965c87a84e80550926327dcafb40b7 | 150a9240e5a11cd5ebc9bb0832ce30e9c23f376a | refs/heads/main | 2023-02-06T03:57:44.893590 | 2020-11-14T09:13:40 | 2020-11-14T09:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"keneankit01@gmail.com"
] | keneankit01@gmail.com |
2ef8f9503a1b3229339203664a7a3537a5dd7f7d | 7ef67b2a805d93c8bcabb3d46dc5375ec92d65ec | /lab27/src/lab27/svc/MRegistService.java | 3b735ed99485d5179b478b3820be8ec91ca5ccbb | [] | no_license | kay128/ProjectInEdu | 8a29882f9ea86488532fe69233a8933f652b7dc7 | b2860c6ade7e156fcef32e35cd16e7f109fce446 | refs/heads/master | 2021-09-24T18:53:27.253173 | 2018-10-13T12:24:46 | 2018-10-13T12:24:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package lab27.svc;
import static lab27.db.JdbcUtils.*;
import java.sql.Connection;
import lab27.vo.Lab27_DAO;
import lab27.vo.MemberVO;
public class MRegistService {
public boolean memberRegist(MemberVO member) {
Connection conn = getConnection();
int check = 0;
Lab27... | [
"KAY@DESKTOP-6UNUHQG"
] | KAY@DESKTOP-6UNUHQG |
0a3cfc7af20f74c6cbff1e401c47a359ba7c07e0 | f6c46616f670357e7d348a85bfaab70f7f994e6e | /src/main/java/com/wass/hr/entity/RewardsPunishment.java | b8d8cd22f40e40773482cd5d4bd5848b8ed950f5 | [] | no_license | wass4035/vhr | 227a9fedcdb9197da79e366390f58b9ca4bc163c | 7a291f2fdf64bf559efdcd2d7a6aa94ef7c1cada | refs/heads/master | 2020-09-26T14:00:31.212857 | 2019-12-06T06:23:58 | 2019-12-06T06:23:58 | 226,246,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package com.wass.hr.entity;
import java.io.Serializable;
import java.util.Date;
/**
* 奖惩制度实体类
*
* @author wass
*/
public class RewardsPunishment implements Serializable {
private Long rpsmtId;//奖惩表ID
private Date rpsmtDate;//奖惩日期
private String rpsmtReason;//奖惩原因
private String rpsmtPoint;///奖惩分... | [
"lzwwass@163.com"
] | lzwwass@163.com |
209b63228c8b8e1f27082909174f719873e0ed7c | a62ab57246aea6e99a24a792155aa05bf90f68f0 | /src/com/bjwg/back/model/UserPreorder.java | 23d1b47019663c24fd5d272864a1f7c647808269 | [
"Apache-2.0"
] | permissive | liangjinx/BJWG_BACK | 7220f75769e75f56aacda3bfc23a904ef700e217 | 8057ddb87350cdd1e947f914d02a9a12763a4d03 | refs/heads/master | 2021-01-10T08:43:57.242050 | 2016-02-28T09:08:30 | 2016-02-28T09:08:30 | 52,712,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,748 | java | package com.bjwg.back.model;
import java.util.Date;
public class UserPreorder {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column bjwg_user_preorder.user_id
*
* @mbggenerated
*/
private Long userId;
/**
* This ... | [
"liangjinxiwork@sina.com"
] | liangjinxiwork@sina.com |
702969f85f0d4e225a453492187b2c39c5161887 | 40f9c667cdee0fcd5790f4798439741178300e90 | /src/test/java/ru/erogov/service/AuditEventServiceIT.java | 03bbb63ae973db89a760b384947ab9c2ec3cec77 | [] | no_license | stas-erogov/simple-crud-pbi | 2f53153eee0e3dc17b933705e116e29435053705 | b98d0b33e97f978b8073622c3789fd55a69650bb | refs/heads/master | 2022-12-23T20:02:03.887727 | 2019-12-25T16:57:13 | 2019-12-25T16:57:13 | 230,123,175 | 0 | 0 | null | 2022-12-16T04:43:01 | 2019-12-25T15:50:50 | Java | UTF-8 | Java | false | false | 2,979 | java | package ru.erogov.service;
import ru.erogov.domain.PersistentAuditEvent;
import ru.erogov.repository.PersistenceAuditEventRepository;
import ru.erogov.SimpleCrudPbiApp;
import io.github.jhipster.config.JHipsterProperties;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springfram... | [
"erogov.syu@gmail.com"
] | erogov.syu@gmail.com |
2aee633c4ad0e65d2108ff846cde00bb97572be7 | a894a309b0476c45996df5a2c6017ac1f56b0efc | /app/src/main/java/com/aptitudemaster/Tutorial.java | f16bb51ab1dbaa48dc204a4e32234fdcc906fb55 | [] | no_license | sirilsiju98/Aptitude-Master | a5c4b6b15552125b16ab6e9095093c2cd0b7adb5 | b65068d19e09758e3e09b4731016767c5416b3a8 | refs/heads/master | 2020-12-27T19:27:18.205213 | 2020-03-01T10:36:27 | 2020-03-01T10:36:27 | 238,021,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.aptitudemaster;
public class Tutorial {
String topic;
String url;
public Tutorial()
{
}
public Tutorial(String topic, String url) {
this.topic = topic;
this.url = url;
}
public String getTopic() {
return topic;
}
public String getUrl() {
... | [
"sirilsiju98@gmail.com"
] | sirilsiju98@gmail.com |
6ce250d8c355f70fd2b46aba8475514ea7b92abc | 5d7565cf8cd813df51ed65afba3e4ed205d538fb | /src/main/java/chs/wechat/spy/websdk/api/model/WeChatMessage.java | 2a3c0770bf292679b8d6c3951f1a4cb080f66729 | [
"MIT"
] | permissive | CSNight/VX-MonitorServices | 0238bd81209939e55a5222f02e4cb16aa098a236 | b46eefb1b7d3a3125508fc8a40e3ebb6b78b8cfd | refs/heads/master | 2022-10-24T08:53:36.616498 | 2022-10-12T15:01:52 | 2022-10-12T15:01:52 | 185,579,731 | 3 | 2 | MIT | 2022-06-17T02:09:05 | 2019-05-08T09:58:13 | Java | UTF-8 | Java | false | false | 2,084 | java | package chs.wechat.spy.websdk.api.model;
import chs.wechat.spy.websdk.api.enums.MsgType;
import chs.wechat.spy.websdk.utils.StringUtils;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* 微信消息,封装了原始消息
*
* @author biezhi
* @date 2018/1/20
*/
@Data
@... | [
"923739637@qq.com"
] | 923739637@qq.com |
8e399a33832ddb3be0fd6cd41595be0f69853b5f | 8cddc0e08634b945eb52c95d9ca1c0957242793c | /Workspace/Polymorphism/src/Programi/Programi.java | 5b43a6384ad971b45f61ff8969cb062712fb528a | [] | no_license | CiscoCourse/Projects | 3d8f1a648b6bca635f559a148f3ce42cdb3eff83 | 79c24ade2ec52c1184de57397ab06a2116383848 | refs/heads/master | 2021-01-10T18:20:03.946470 | 2016-03-06T17:22:41 | 2016-03-06T17:22:41 | 53,265,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package Programi;
import Polymorphism.Internisti;
import Polymorphism.Kardiologu;
import Polymorphism.Mjeku;
public class Programi {
public static void main(String[] args) {
// TODO Auto-generated method stub
Internisti internisti = new Internisti();
Kardiologu kardiologu = new Kardiologu();
internisti... | [
"cisco@Win8-PC6.InfoTech-Kosova.local"
] | cisco@Win8-PC6.InfoTech-Kosova.local |
8fd945837187eac8fa55d01bbd312dd3a543a434 | 3920d17adf2315b60bd106818f437a96ac902a08 | /src/sandesh/OWN_Practice_Sandesh_1/ReverseUsingStringBuffer.java | 05be7b9393598d6dcead33b452fbcba9f49b644b | [] | no_license | gaurav-4uk/JAVATechnoMar2021 | 882f4925f2a27f11698ef8a5a8c7b9b5e01a792b | 6bb08f38a6212bed883a746be8290c171b40e717 | refs/heads/main | 2023-05-16T22:32:43.176457 | 2021-06-05T17:16:49 | 2021-06-05T17:16:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,174 | java | package sandesh.OWN_Practice_Sandesh_1;
public class ReverseUsingStringBuffer {
public static void main(String[] args) {
String str = "NAMANT";
StringBuffer sb = new StringBuffer(str); // Created StringBuffer and passed str to it.
sb.reverse(); // StringBuffer is mutable, so reversed the string using .re... | [
"sandeshmolane@yahoo.com"
] | sandeshmolane@yahoo.com |
2f9c9215c31cac78bb9f9b7fe604327b0e7082bb | b839f0c848657c113ec06ab0111a7f69f67074d9 | /talents/src/main/java/win/yulongsun/talents/ui/stu/StuIndexFragment.java | 15754e057cddc2426598082e0e5e84c8799a76e2 | [] | no_license | yulongsun007/talentsapp2 | 506bf2e7163aba0d80a69007f902cb19e6305e1e | 83196d88a2e64a8dd4998590eca401c798343c9e | refs/heads/master | 2021-01-13T16:03:29.762026 | 2017-05-11T02:39:42 | 2017-05-11T02:39:42 | 76,762,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,199 | java | package win.yulongsun.talents.ui.stu;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.View;
import org.greenrobot.eventbus.EventBus;
import java.util.ArrayList;
import butterknife.Bind;
import win.yulong... | [
"a87533887"
] | a87533887 |
5eed08c004e50ae27c0f663f9eb8aaf6cfdaa3eb | 32bd70b925e2eb16cbc78da03df015b53b80720c | /app/src/androidTest/java/com/nsb/xmatrix/ExampleInstrumentedTest.java | 0be21c67cda009a139cea0c7e8f485b9f305e100 | [
"Apache-2.0"
] | permissive | huangzewen/ConnectingLuguApp | 71e17cfb2b69eda176bb93e2be97144d466b6e54 | 30ff3ceaf429333c290850293d761441f7dc0bc1 | refs/heads/master | 2023-06-27T07:14:22.591823 | 2021-08-02T08:34:57 | 2021-08-02T08:34:57 | 390,217,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.nsb.xmatrix;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.... | [
"huyq2002@qq.com"
] | huyq2002@qq.com |
a9b3df48ae51760b83e9e90200620345fe20bbd0 | c08c665caf9c5326146d8ed6b51e0b5010049e4c | /BanditGDPSimulator/test/bandit_solver_tests/TestStateGeneration.java | 28d64196c5100351f385fde2e2a551f3ffe6461e | [] | no_license | asestes1/AcrpRepository | b2e8740f7121b8c8c408b0c3c4ae697e93515c7f | eecff0e5cc63a3c2dcb4c84995479e23ecfea4f2 | refs/heads/master | 2021-01-21T13:34:20.702614 | 2018-03-14T22:52:16 | 2018-03-14T22:52:16 | 53,608,698 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | package bandit_solver_tests;
import java.security.InvalidAlgorithmParameterException;
import java.util.function.BiFunction;
import org.apache.commons.math3.linear.ArrayRealVector;
import org.apache.commons.math3.linear.RealMatrix;
import org.apache.commons.math3.linear.RealVector;
import org.junit.Test;
impo... | [
"Alex@10.142.114.45"
] | Alex@10.142.114.45 |
2f099520c2762e9ce7d22ff0e3a311ad2a937271 | 104928b13942375011ca6582c446d509b8b19bad | /src/main/java/com/garowing/gameexp/game/rts/skill/constants/SkillEventType.java | 7028f35069ad77bcdab7f4da737792920290f50f | [
"MIT"
] | permissive | cool112/game | b1d7a2a3de0da5ae0e59a02e76010c1affc57254 | 61071efa6498825f9cbcc7722420c6cd399bb3ab | refs/heads/master | 2021-06-18T12:54:45.047133 | 2021-01-27T09:46:39 | 2021-01-27T09:46:39 | 152,873,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,002 | java | package com.garowing.gameexp.game.rts.skill.constants;
import com.garowing.gameexp.game.rts.skill.handler.SkillEventHandler;
import com.garowing.gameexp.game.rts.skill.handler.eventhandler.AttackSkillEventHandler;
import com.garowing.gameexp.game.rts.skill.handler.eventhandler.ClientNotifySkillEventHandler;
import com... | [
"ice112_cool@163.com"
] | ice112_cool@163.com |
6af2ab4414e29e6c0db95b660b0ec1ff91fc85f7 | 68534507652bebcb5e1b5e31b11cb38bfc37da99 | /Monosnap_Automation_Tests/src/test/java/Login/LoginTests.java | 4e29082f8f28edb4e76076ce2be00856753467ac | [] | no_license | oluwabernard/Monosnap_Automation_Tests_Task | e01f2c41a27c5abd4b5d8ae7aad03e8cc7bff09e | bd1a5683b8969b2a7175b600ba360c890182aa14 | refs/heads/master | 2022-12-21T20:36:37.310727 | 2020-09-26T12:13:20 | 2020-09-26T12:13:20 | 298,638,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,603 | java | package Login;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import java.util.concurrent.TimeUnit;
public class LoginTests {
//import selenium driver
private WebDriver driver;
//import chrome driver
public void setUp()throws Interrupted... | [
"oluwasegunbernard@gmail.com"
] | oluwasegunbernard@gmail.com |
1d45bcc8463184874801fe357231514581360d51 | 6da34247e66e886ed339cbf7a6ad913088f4e45c | /uts mobile/kuis android/app/src/main/java/com/fina/kuis/adapter/RecylerAdapter.java | 661af4674e18b35fc413bad334bc35f38c521e5e | [] | no_license | finayuniarti/mobile-programming | 0d3baf23e96645152bfc06ec67b8540a2a206c7e | f76dbde58692843ed70e62bc9cca619b66197e5e | refs/heads/master | 2020-05-19T02:05:10.137567 | 2019-05-04T02:21:58 | 2019-05-04T02:21:58 | 184,772,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,604 | java | package com.fina.kuis.adapter;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import com.fina.kuis.Main... | [
"yuniafina4@gmail.com"
] | yuniafina4@gmail.com |
a273c4d0a5c146c72f7d6c2ace7b840c21a246e9 | 5b0022f1c0d2e80bce399b07e45a0603a1c36469 | /JavaProject/back-end/src/main/java/top/ender/miniapp/service/impl/VirtualCardServiceImpl.java | 299824834e60364f379dd1d19411a639bb9192a9 | [] | no_license | EnderXiao/GraduationProject | 83d506e9b6113cef06395b7c9388bd811ea310da | 90eb033e16086f6db8090edc006742c3187582e2 | refs/heads/main | 2023-04-06T18:32:19.315120 | 2021-04-05T09:27:29 | 2021-04-05T09:27:29 | 354,781,015 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,346 | java | package top.ender.miniapp.service.impl;
import top.ender.miniapp.dao.VirtualCardDao;
import top.ender.miniapp.entity.VirtualCard;
import top.ender.miniapp.service.VirtualCardService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* (VirtualCard)表服务实现类
*
... | [
"1286554811@qq.com"
] | 1286554811@qq.com |
d0caa16fe88843a7ac4995994babe1fc37652516 | 2290a47fbbdef8cb893f8477e3230ec5a0cb225c | /src/test/java/de/javagl/common/ui/closeable/test/CloseablePanelTest.java | 23875be8cd334a14665c248538f81a049330bc10 | [
"MIT"
] | permissive | javagl/CommonUI | 06bf903939eac2beee0a0e2a875c94117c617329 | d19fd1858877b9a6979839e57b82e0d806455553 | refs/heads/master | 2022-11-30T14:08:38.715230 | 2022-11-26T14:33:09 | 2022-11-26T14:33:09 | 46,824,622 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,035 | java | package de.javagl.common.ui.closeable.test;
import java.awt.Color;
import java.awt.Component;
import java.awt.GridLayout;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
import de.javagl.common.ui.closeable.CloseCallback;
import de.javag... | [
"javagl@javagl.de"
] | javagl@javagl.de |
3047fb017dd4b5647b785dac95ab2555f99ceee1 | 9b9056d5ab066cc2c0c9c01b128ac01d4caaa153 | /geometry/Rectangle.java | f6851c56c0173c1926e1714efee0bdaab9dd7c94 | [] | no_license | ModiEsawi/ArkanoidGame-Final | c89cc239d04f63faf2e30c4102371f4e7e327889 | 8322105bd56b12034091ccb677bdf7ce004b386a | refs/heads/master | 2022-12-04T10:11:39.576898 | 2020-08-11T14:04:34 | 2020-08-11T14:04:34 | 286,738,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,094 | java | package geometry;
/**
* @author Mohamad Elesawi <esawi442@gmail.com>
* @since 2019-03-28
*/
import java.util.ArrayList;
import java.util.List;
/**
* a geometry.Rectangle class.
*/
public class Rectangle {
private Point upperLeft;
private double width;
private double height;
priv... | [
"noreply@github.com"
] | ModiEsawi.noreply@github.com |
17fb77c5603f4aa5ccf830ef1e9b1baff2556ba5 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-cloudcallcenter/src/main/java/com/aliyuncs/cloudcallcenter/model/v20170705/QueryNumber400ListResponse.java | a9233b87c10957d413a2b343725e2e02a730b2b9 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 2,951 | java | /*
* 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, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
bfe1962a121e98112735a7d3d18b9e5ad54ecd92 | 31e7b116fcdbb5762f95bfe908ccefac1aa9eaa6 | /src/Sale/SaleServiceImpl.java | 9367808b37f6b1e989fe1a44ad609371793ae587 | [] | no_license | DestinyOwner/OnlineBookStoreClient | f2cce6b495112b649644df9ec1f88b8002d0e53d | bea24299b79782a709f36c9ebfbb36b1f0caddc9 | refs/heads/master | 2020-03-28T19:12:25.437976 | 2012-12-14T08:40:32 | 2012-12-14T08:40:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java | package Sale;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import ClientRunner.Const;
import RMI.ResultMessage;
public class SaleServiceImpl implements SaleService {
private SaleService service_stub = null;
public SaleServiceImp... | [
"sunshinezxf@hotmail.com"
] | sunshinezxf@hotmail.com |
8273b0ceb82c462bd3f31535d5b18d562d80dcf6 | 797662760376118f495b0744345f42fade8339cf | /app/src/main/java/hu/bme/yjzygk/voyagerrecord40/intro/IntroActivity.java | 60db17f47f98365fdbe15f2423e82027ecc5267f | [] | no_license | KicsiMonkey/voyager-record-40 | a4c05724d84d23c1efa22f0bf0fcf2956c3d040f | 555f45e3baf51cf1c735a52b26c0b2c09029e934 | refs/heads/master | 2020-07-04T22:25:20.939720 | 2019-08-14T23:30:11 | 2019-08-14T23:30:11 | 202,440,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,354 | java | package hu.bme.yjzygk.voyagerrecord40.intro;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
i... | [
"geri.szarvas@gmail.com"
] | geri.szarvas@gmail.com |
65ab2ccea91604f2f2ec292b82aadd79466a272a | d114dc5e9f5326675a6d3aecd13c7778a9985840 | /src/main/java/local/Screening.java | 6f91205bb802f3db4e9ca1029871f83ecedb9965 | [] | no_license | byounghoonmoon/ScreeningManage | 5cb5327033900cf87fed07c7dc21ccb9c9945c50 | 97b41b946ea20c7306f1e2b6028dd719e02891e9 | refs/heads/master | 2022-12-09T00:43:14.041651 | 2020-09-03T04:45:24 | 2020-09-03T04:45:24 | 291,697,637 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,846 | java | package local;
import javax.persistence.*;
import org.springframework.beans.BeanUtils;
@Entity
@Table(name="Screening_table")
public class Screening {
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Long id;
private Long hospitalId;
private String chkDate;
private String custNm;
... | [
"passion.mbh@gmail.com"
] | passion.mbh@gmail.com |
4c614de65a4ad762764b2a281e20f6636d405548 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/ui/conversation/a/e.java | 5fd26afb07b5265633c1fdfacffa2f233e38fcbe | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,884 | java | package com.tencent.mm.ui.conversation.a;
import android.content.Context;
import com.facebook.appevents.AppEventsConstants;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.model.a.f;
import com.tencent.mm.model.a.g;
import com.tencent.mm.model.aw;
import com.tencent.mm.model.b.b.b;
import com... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
840cdb4f8cf787b321da09ac35cc6bca07903fd5 | 56319e53f4155b0f0ae4ab249b1d3249fc8ddd98 | /apache-tomcat-8.0.39/converted/org/apache/tomcat/util/http/MainForTestRequestUtil_testNormalize20.java | 97565507554143c4a0295bd89d0d8ad5d58ed557 | [] | no_license | SnowOnion/J2mConvertedTestcases | 2f904e2f2754f859f6125f248d3672eb1a70abd1 | e74b0e4c08f12e5effeeb8581670156ace42640a | refs/heads/master | 2021-01-11T19:01:42.207334 | 2017-01-19T12:22:22 | 2017-01-19T12:22:22 | 79,295,183 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package org.apache.tomcat.util.http;
import org.apache.tomcat.util.http.TestRequestUtil;
public class MainForTestRequestUtil_testNormalize20 {
public static void main(String[] args) {
try {
TestRequestUtil objTestRequestUtil = new TestRequestUtil();
objTestRequestUtil.testNormalize... | [
"snowonionlee@gmail.com"
] | snowonionlee@gmail.com |
732750ec4442736743dbdb11d3d801f339cb303a | 0e7dfb99c678e6af489cc9d5be3811f6a90b25da | /src/main/java/net/craftminecraft/bungee/bungeeyaml/bukkitapi/ConfigurationOptions.java | 8f939a8e994faf62d953c100f4df2c0a78d95bcb | [] | no_license | AwesomePowered/BungeeYAML | 240c322b618bec8ccb65040066e3b431bc497f5d | bcbe8fd0f33766dc00bb42c4f359985bd07122b2 | refs/heads/master | 2021-01-16T19:10:31.047966 | 2014-08-08T12:23:17 | 2014-08-08T12:23:17 | 11,221,611 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,940 | java | package net.craftminecraft.bungee.bungeeyaml.bukkitapi;
/**
* Various settings for controlling the input and output of a {@link Configuration}
*/
public class ConfigurationOptions {
private char pathSeparator = '.';
private boolean copyDefaults = false;
private final Configuration configuration;
pro... | [
"robinlambertz.dev@gmail.com"
] | robinlambertz.dev@gmail.com |
34491a1e88c0572cb3d285d9fd1d42871e0c49c8 | 3098dd57aacfded9adc58025301b1a9f833424f7 | /app/src/main/java/com/pharmacy/android/dwa/MainAdapters/ItemAdapter.java | 53b04776686dc3af8e73c57e45bccc816fbecbbb | [] | no_license | AhmedMensh/3amo_hanna | a1a779ced91054d2f7a4df0807bd033390fc9b66 | eb4c600c949b9b29354f9fcd0981cefc63c6cf60 | refs/heads/master | 2022-11-07T21:53:36.605247 | 2020-06-21T09:37:50 | 2020-06-21T09:37:50 | 273,873,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,963 | java | package com.pharmacy.android.dwa.MainAdapters;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutIn... | [
"ahmedmensh8@gmail.com"
] | ahmedmensh8@gmail.com |
123aa6f28c870693f40e29b56013f6681cf92764 | fd1841e3cf7324ccc8cd22c14bd4fbf1e5119d29 | /Assignment/managers/ExtentManager.java | 94d10a70f884286c9e0be18c0584d638b825ac21 | [] | no_license | vijaykumar457/Assignment | bc6bd713f24390ec937a7f5f3c62b9ed44696be3 | f3d3e3278dbe8f28cff17380753669a5ece2a6f7 | refs/heads/master | 2023-06-02T20:57:00.534374 | 2021-06-22T10:55:47 | 2021-06-22T10:55:47 | 379,234,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package com.managers;
import java.io.File;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import com.aventstack.extentreports.reporter.configuration.Theme;
public class ExtentManager {
private static ExtentReports extent;
private ... | [
"User1@NEWLENOVO"
] | User1@NEWLENOVO |
c12ce58fa24888de2b0f91804ad261ebda0db3ef | 79389555a85a09199df423e0c3971e668340ad37 | /src/PasswordGui.java | 9181a771fdae13b91923d477000ba903bb41e5ad | [] | no_license | badgerwild/password-maker | bba8cf3917428fa7d7d71bdf6c24296cd91bfd7d | 702c238f416f93565fc92e704928af47618e3311 | refs/heads/master | 2020-05-21T01:07:24.623254 | 2020-04-28T13:12:00 | 2020-04-28T13:12:00 | 185,848,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,301 | java |
import javafx.application.Application;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.scene.control.*;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.HBox;
import javafx.scene.layout.V... | [
"jklimock@gmail.com"
] | jklimock@gmail.com |
97d49a4962d9bdd6d8e4571fce3364257065245e | f3aec68bc48dc52e76f276fd3b47c3260c01b2a4 | /core/drugstore-tier/src/main/java/org/hl7/v3/COCTMT010000UV01Authorization.java | d4c8262d2447bcfa7ffdcd7ef29d4c28375e22fb | [] | no_license | MarsStirner/core | c9a383799a92e485e2395d81a0bc95d51ada5fa5 | 6fbf37af989aa48fabb9c4c2566195aafd2b16ab | refs/heads/master | 2020-12-03T00:39:51.407573 | 2016-04-29T12:28:32 | 2016-04-29T12:28:32 | 96,041,573 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,522 | java |
package org.hl7.v3;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Jav... | [
"NosovDE@gmail.com"
] | NosovDE@gmail.com |
a60ad132ea8dc5353c097fd8e4bd85032c14f0d1 | b25e0126f671c6ddca46a4329e388e14d99c2220 | /iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/common/request/ByteBufferConsensusRequest.java | 6ce31cc18597de112ef0915d6e9cf67fc46b386e | [
"Apache-2.0",
"BSD-3-Clause",
"EPL-1.0",
"CDDL-1.1",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/iotdb | fd59940125c905537ffedad3b0963f7170ba67d9 | d5450a1e5648699409e1c793035204989d78cfbb | refs/heads/master | 2023-09-01T01:15:59.527322 | 2023-08-31T11:43:29 | 2023-08-31T11:43:29 | 158,975,124 | 2,882 | 893 | Apache-2.0 | 2023-09-14T14:16:58 | 2018-11-24T21:29:17 | Java | UTF-8 | Java | false | false | 1,521 | 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 ... | [
"noreply@github.com"
] | apache.noreply@github.com |
20036bc8186edec9c6a7dfcbc40f01c41804bd29 | 4b5b8de63e3d2bef4833a830440885a6045a9306 | /movieapp-api/target/generated-sources/upgrad/movieapp/api/model/TheatreShowType.java | 49db4088f6652ebf95631e51656668306255c1fc | [] | no_license | somijaiswal23/Moviepp-Backend | 2283c21b022f62edca8f2c37be037fb82b369d53 | eb089d5062d1eae1682c160d3d8dbf6eb653aa6a | refs/heads/master | 2020-04-24T07:38:41.742411 | 2018-08-30T07:14:50 | 2018-08-30T07:14:50 | 171,804,644 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,827 | java | package upgrad.movieapp.api.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.UUID;
import upgrad.movieapp.api.model.Languag... | [
"versioncontrol@upgrad.com"
] | versioncontrol@upgrad.com |
e3c257e052266d9df8ce5f7765ef32aa8b57e3bf | c54bff13e390bcffdcacf93f969f3539f1edb82c | /app/src/main/java/example/foodbuzz/Adapters/CirclePageIndicator.java | 8911a3e71bf5513bf4a8677d69ee4d7af4cb1da7 | [] | no_license | tarook1994/Udacity-Nano-Degree-Capston-Foodbuzz | e68f6e6852a503317d057a20bb1cda57740ec85b | f056fd979647f7715eeec6556539e4af9d0c4f81 | refs/heads/master | 2021-01-13T06:06:47.027542 | 2017-04-25T00:23:50 | 2017-04-25T00:23:50 | 86,526,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,754 | java | /*
* Copyright (C) 2011 Patrik Akerfeldt
* Copyright (C) 2011 Jake Wharton
*
* 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
*
* Un... | [
"ahmed-tarek94@hotmail.com"
] | ahmed-tarek94@hotmail.com |
1447368f75457edee74f4fddf6eab8243645ac16 | 4cc844e111d9ed0d35b35f785560dcd80adfe842 | /src/main/java/com/marekmaj/learn/flink/kafka/PopularPlace.java | 9d254fd583936dc598c50c46892f1924b1578225 | [] | no_license | MarekMaj/playing-with-flink | dda2bd5360c7684097aaf4c88f70ae7c7f70f785 | 053af33a73d5a7c2ac1d43283acf7d4331944730 | refs/heads/master | 2021-01-10T22:41:11.490020 | 2016-10-09T02:02:29 | 2016-10-09T02:02:29 | 70,368,065 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package com.marekmaj.learn.flink.kafka;
import org.apache.flink.api.java.tuple.Tuple5;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.Objects;
public class PopularPlace {
private static final ZoneId ZONE_ID = ZoneId.systemDefa... | [
"marekmaj2@gmail.com"
] | marekmaj2@gmail.com |
0103a9079ab881d2f2b9ad7040e4dd47a48d3342 | a3e9de23131f569c1632c40e215c78e55a78289a | /alipay/alipay_sdk/src/main/java/com/alipay/api/request/ZhimaCreditPeContractSignpageInitializeRequest.java | 8a66c6d607f7c0eaa6c8afc5050953d5c514ba25 | [] | no_license | P79N6A/java_practice | 80886700ffd7c33c2e9f4b202af7bb29931bf03d | 4c7abb4cde75262a60e7b6d270206ee42bb57888 | refs/heads/master | 2020-04-14T19:55:52.365544 | 2019-01-04T07:39:40 | 2019-01-04T07:39:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,074 | java | package com.alipay.api.request;
import com.alipay.api.domain.ZhimaCreditPeContractSignpageInitializeModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.ZhimaCreditPeContractSignpageInitializeResponse;
import com.alipay.api... | [
"jiaojianjun1991@gmail.com"
] | jiaojianjun1991@gmail.com |
7a01d51a5e87a2612cb6431fc99ebff60f449d36 | fa8cd7c0b05e03567299a9c5a6bf19e11903b928 | /src/robert/model/StaticStructure.java | 5f36aa7f4f0da278e28d780029dfbd0b2652dd51 | [] | no_license | robson021/Conways-Game-of-Life | 892218c55afeaf79e46c4b033efc9b83fa57338c | 613068a1dedbc50b6056c9d9c3182b452e6ab4f9 | refs/heads/master | 2021-01-17T23:37:05.169051 | 2016-05-08T17:38:15 | 2016-05-08T17:38:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package robert.model;
import robert.gui.CellPane;
import java.awt.*;
import java.util.List;
/**
* Created by robert on 25.04.16.
*/
public class StaticStructure extends AbstractStructure {
/*private static final Color[] colors = new Color[]{Color.YELLOW, Color.ORANGE,
Color.CYAN, Color.PINK.darker... | [
"nowak021@gmail.com"
] | nowak021@gmail.com |
a07cc64c317743aa27e3401a00bfd417b79f2edf | 080a68868c483e3e55b915c6a4a3df3a140ce34f | /jOOQ/src/main/java/org/jooq/WithAsStep17.java | c52718eeb7f293a8eb859214ec297e9a71719dd1 | [
"Apache-2.0"
] | permissive | gh0ztbuster/jOOQ | ab89cd5088d085e07734c368c9f3754a8c88e21d | 33dfa611d4d3fa523b72a07ff5cbe3a4158f25ec | refs/heads/master | 2020-03-19T19:01:44.579062 | 2018-06-08T12:21:59 | 2018-06-08T12:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,112 | java | /*
* 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, software
* distributed ... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
b5ea5403547619dd16b46d3ee256c2138886980b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_d4ced07d6cccab769714daa37772892e8c5044e0/ResourceDescriptorImpl/1_d4ced07d6cccab769714daa37772892e8c5044e0_ResourceDescriptorImpl_t.java | a41cd9d5bd3d1aea5acd712a44b45080306df93f | [] | 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 | 2,441 | java | /*******************************************************************************
* Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
21fea570a9e2afac01276da721278dd870b16d5c | 44ab727e179f0ff85a54a97be9206a4bc3337d3c | /build/flutter_beacon/generated/source/r/debug/androidx/legacy/coreui/R.java | 4a9a61553bc7fdab22e29c1d5ca537fc62d13dba | [] | no_license | here-here/joshApp2.0 | cdc2259dcff27e4ee0764c5a81e4183ffa622642 | f39f2a8650da50ef53e7ede0565c682752bf0ef5 | refs/heads/master | 2020-09-14T06:18:39.635962 | 2019-12-02T23:47:14 | 2019-12-02T23:47:14 | 223,045,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,345 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.legacy.coreui;
public final class R {
public static final class attr {
public static int alpha =... | [
"stevenmlittle@knights.ucf.edu"
] | stevenmlittle@knights.ucf.edu |
7f387e4e1d67f8d2f673bcc035417ee5e0778e56 | ad402915f7fc651328a5c21e98b3dc796602fa8d | /test-app/fabric-gateway-java/src/test/java/org/hyperledger/fabric/gateway/impl/GatewayTest.java | ec3398225668595a05c26ffd6f65da78ee980b45 | [] | no_license | stan336/fabric-test-example | 46e56c5a105628bd1fa69c4f5320e5f31b4e5e33 | 9d5bb87f081dad09f4de63877b9bb9330db2b7c4 | refs/heads/master | 2022-11-22T16:50:57.622576 | 2020-08-01T17:41:47 | 2020-08-01T17:41:47 | 284,486,937 | 1 | 0 | null | 2020-08-02T15:18:47 | 2020-08-02T15:18:46 | null | UTF-8 | Java | false | false | 3,123 | java | /*
* Copyright 2019 IBM All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.fabric.gateway.impl;
import org.hyperledger.fabric.gateway.Gateway;
import org.hyperledger.fabric.gateway.GatewayException;
import org.hyperledger.fabric.gateway.Network;
import org.hyperledger.fabric.g... | [
"a9h8b4a9h8b4"
] | a9h8b4a9h8b4 |
977b75105192ae9d292e653b2783807388e0d711 | 28f5932d01bfec24559a74c698150e7d52d39b00 | /src/main/java/com/github/muxfe/contrib/kdniao/KdniaoException.java | 4dd051431fffa62e003c76ff70f8ca57d8d1f70f | [
"MIT"
] | permissive | muxfe/kdniao-sdk | 1aac03f0fad02c0fa00e395761ba4b52514c1a14 | fe6067c1cebd85ae0a0f8db067635de150472d39 | refs/heads/develop | 2022-11-26T09:27:11.589225 | 2019-04-30T20:55:11 | 2019-04-30T20:55:11 | 180,269,405 | 0 | 1 | MIT | 2022-11-16T11:45:24 | 2019-04-09T02:30:52 | Java | UTF-8 | Java | false | false | 247 | java | package com.github.muxfe.contrib.kdniao;
public class KdniaoException extends RuntimeException {
KdniaoException(String message) {
super(message);
}
KdniaoException(String message, Throwable cause) {
super(message, cause);
}
}
| [
"airtial@gmail.com"
] | airtial@gmail.com |
24421499917e08fd2937c9196e63428f17a72636 | 85afabea6e1c0c1173aa548ddf875e761eb8ceb4 | /Base.java | 0ed3bb962c5b5982d81044e1cde628bd3e1afc81 | [] | no_license | RohanGaniga/JMF_Mapping | 71d574dba236f187982d27a0b56e31f116f6d36c | 5a9c5cc60164d3169e778eae63049e7dc17a3154 | refs/heads/master | 2020-06-14T13:34:52.512294 | 2019-07-19T12:48:19 | 2019-07-19T12:48:19 | 195,017,359 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,581 | java | /*
* Base.java Created on Nov 4, 2005.
*
* Copyright 2004 Informatica Corporation. All rights reserved.
* INFORMATICA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.informatica.powercenter.sdk.mapfwk.samples;
import java.io.IOException;
import java.io.InputStream;
import java.... | [
"noreply@github.com"
] | RohanGaniga.noreply@github.com |
9d392a06edbe776fd9c8098dd0a82a68a516b178 | 1af7473505a6be4360bd8049fce80573ee95b67e | /src/com/git/TestGitDemo2.java | c82358ee04b115294a1e66091c1d46d07ae5ebc1 | [] | no_license | panxinxiu/testgit | 2629d2a982cb50a382344399189e3dc73da00ce2 | ddbdc4aa1f0cb8302d243cfd1898a905a53e0ff4 | refs/heads/master | 2023-05-01T18:36:13.053180 | 2021-05-16T01:52:52 | 2021-05-16T01:52:52 | 367,763,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.git;
public class TestGitDemo2 {
public static void main(String[] args) {
System.out.println("这是TestGitDemo2");
System.out.println("修改了");
}
}
| [
"2811394260@qq.com"
] | 2811394260@qq.com |
2e8e16022360dcbbae09888d091abcba929ff298 | 8cfba8bdb08e5d71ac2ab9ab82d78ceb32dfe574 | /vlls-back/src/main/java/com/vlls/web/MailController.java | 97189dd4ba6b6f1307b08c86ec02ac05dd5609c9 | [
"Apache-2.0"
] | permissive | hiepha/vls | 0a8d259da17cf332850cef5b56d5c0d70a67781f | 6adb808d2e489d4da1e70942991507b23d261b2b | refs/heads/master | 2020-12-25T21:44:30.393562 | 2015-08-28T15:20:49 | 2015-08-28T15:20:50 | 34,941,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | //package com.vlls.web;
//
//import com.vlls.exception.UnauthenticatedException;
//import com.vlls.service.MailService;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.core.env.PropertyResolver;
//import org.springframework.stereotype.Controller;
//import org.springframewor... | [
"hiep.ha.se@gmail.com"
] | hiep.ha.se@gmail.com |
fdfe268580583530e2909bc6520f300f29c30cc6 | 028524dee876858dbc1b136488c5561dbcdd8b97 | /src/main/java/com/sonveer/cab/sharing/controller/Controller.java | d88da0947528bc17931bfb2b64ca81e208304481 | [] | no_license | sonveer2012/cab-booking | 3abf7df62fb1ff62964c64fea3fa2855ff22e258 | 7175dc7ecbd7406ec7fad5a2e958de39aea0d4c3 | refs/heads/main | 2023-07-15T22:14:34.809296 | 2021-08-18T17:32:59 | 2021-08-18T17:32:59 | 397,605,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,820 | java | package com.sonveer.cab.sharing.controller;
import com.sonveer.cab.sharing.entity.request.OfferedRide;
import com.sonveer.cab.sharing.entity.request.RequestRide;
import com.sonveer.cab.sharing.entity.request.RequestVehicleObject;
import com.sonveer.cab.sharing.entity.request.User;
import com.sonveer.cab.sharing.entity... | [
"snarwaria@groupon.com"
] | snarwaria@groupon.com |
ee5745a526c2d4470f0d52b666ca81e9f6271497 | fc4b18a86da1115a21d02c3b23f5e0bb31af4833 | /SecureStudentListUser/StudentListUser/src/main/java/fi/haagahelia/course/web/UserDetailServiceImpl.java | e10c58d1fa94b94262d300145a88e28684b443c9 | [] | no_license | ArttuKesanto/thymeleaf_practice | b80df08ef450a6ab84b59c7431f8224c1dd692db | e1b4e61411ae45e15b32f47cb878fc17821965bd | refs/heads/master | 2020-12-26T13:35:41.935933 | 2020-04-06T01:41:33 | 2020-04-06T01:41:33 | 237,525,850 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package fi.haagahelia.course.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.AuthorityUtils;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org... | [
"arttu.kesanto@gmail.com"
] | arttu.kesanto@gmail.com |
347521620ddf6f0dd96d43fe6c8b4a4e4e31dbbc | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.browser-base/sources/defpackage/Kw1.java | 07a17bd957417da09986c34dc3cc3114777fbb5a | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 3,584 | java | package defpackage;
import android.content.Intent;
import android.text.TextUtils;
import java.util.List;
import java.util.Map;
import org.chromium.chrome.browser.ShortcutHelper;
/* renamed from: Kw1 reason: default package */
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public abstract class Kw1 ... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
56f1e8eb6b347d8d36092fb3378bf7d089c8325c | 5120f6a7701a29f8e2eb61f384b436514087fd42 | /org/apache/catalina/core/AprStatus.java | 36b9c3005b6a092a581fe3721413b11eb1a97776 | [] | no_license | joellobo/tomcat-embed-core-10.0.6 | 4dbb1c4ed9b88921e7248ee2ee78542f9a80c7d3 | 7b95a7a0b0f719d7bb65b252b1153b43d6c3d198 | refs/heads/main | 2023-05-02T16:23:20.804573 | 2021-05-21T12:47:21 | 2021-05-21T12:47:21 | 369,532,705 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,039 | 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... | [
"joel.brito-neto@serpro.gov.br"
] | joel.brito-neto@serpro.gov.br |
e4b58e096f02f51a8ebc4e9c00c89397541bf4cd | db33daeeac18e038cf0820e01ffba9d675ab036f | /src/main/java/anacom/shared/exceptions/phone/invalidState/InvalidStateMakeVideo.java | dd9a1ef944aa714d1f373071f672be9eed6f1a0f | [] | no_license | alex-quiterio/quoruns-protocol | 46a57e3683b34ff0f06d6b796d2b4cb35555710f | f8047bdc3150c059b6ff0934247402f1fa2aa87b | refs/heads/master | 2020-03-28T18:57:52.645005 | 2013-02-13T23:13:32 | 2013-02-13T23:13:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package anacom.shared.exceptions.phone.invalidState;
public class InvalidStateMakeVideo extends InvalidState {
private static final long serialVersionUID = 1L;
public InvalidStateMakeVideo() {}
/**
* Constructor
* @param number the number of the Phone that made the video call
* @param state a String repr... | [
"quiterio7@gmail.com"
] | quiterio7@gmail.com |
b3eb3a356871477a5ed50e4c7c440e5b110434af | e4882100ad88085452b23891912f2b34c0a3c250 | /ginaconn/src/at/chipkarte/client/base/soap/exceptions/CardExceptionContent.java | 0dacf315db3548ec3d50519a85e4ac1c250817a7 | [] | no_license | MarkovicPredrag2/ecard-selbstanmeldung | 465ea7eac0092b0b7e6f947e3ecc1412529f80c6 | 71faba712dcb1bf5834a0e3d2c5564e4c29b67f7 | refs/heads/master | 2021-09-16T21:55:12.238931 | 2018-06-25T12:47:07 | 2018-06-25T12:47:07 | 106,206,524 | 2 | 1 | null | 2018-01-10T17:35:44 | 2017-10-08T20:11:41 | Java | UTF-8 | Java | false | false | 3,062 | java | /**
* CardExceptionContent.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package at.chipkarte.client.base.soap.exceptions;
public class CardExceptionContent extends at.chipkarte.client.base.soap.exceptions.BaseExceptionContent... | [
"markovic.predrag.gs@gmail.com"
] | markovic.predrag.gs@gmail.com |
592908cb37025fd48b9ff9a561fb8bbecc4a26e7 | 10294e36832e897be5205024d429dcee7914d092 | /impala/impala-core/src/org/impalaframework/config/LocationModificationStateHolder.java | 231414fe338c36456b7b70c4144620b2d328d7d4 | [] | no_license | realtimedespatch/impala | 8c9241b038e3c0b57eabc0dbaadfbc48647fed08 | 85c05dbffa47efec6d95ee8565245497d95ffb2e | refs/heads/master | 2022-05-16T08:29:22.430871 | 2022-03-21T16:35:56 | 2022-03-21T16:35:56 | 48,985,384 | 2 | 2 | null | 2016-01-04T08:54:47 | 2016-01-04T08:54:46 | null | UTF-8 | Java | false | false | 3,193 | java | /*
* Copyright 2007-2010 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
*
* Unless required by applica... | [
"philzoio@realsolve.co.uk"
] | philzoio@realsolve.co.uk |
a9d0d4e602f376e60dd340c916514e70d04788df | 3e524d00cd3af6f1d8dc4cbc24c2363d000b3b00 | /src/Cap3/SearchingArrays.java | 4080b9742fad46d0a5c1c4109feb0fdfd04839ea | [] | no_license | cavasdandora/oca | 808a2d8b5d8df94bc9b2650310fca5d33893f71d | 650f3a2bd042f670063eb15cf726f1312ead2a56 | refs/heads/master | 2020-03-29T02:12:06.282598 | 2018-12-04T12:55:43 | 2018-12-04T12:55:43 | 149,424,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package Cap3;
import java.util.Arrays;
public class SearchingArrays {
public static void main(String[] args) {
//------------------ if not found negate and substract 1 /
int[] numbers = {2, 4, 6, 8};
// System.out.println(Arrays.binarySearch(numbers, 2)); // 0
// System.out.println... | [
"dora.cavasdan@gmail.com"
] | dora.cavasdan@gmail.com |
b527caa713e0bf5cc5c733bdcc210a767c0466a5 | 41c5cd5ed190396285401ac43c6bf098cb3b9e2c | /src/gra.java | 474001ca033fa40129e2b65daf2d0a21aeee3760 | [] | no_license | Wilkkor/AGH-Badania_operacyjne3 | 46b64a6d9d45de0fa2684fba2a0f14c7965ce18c | f5b9a241c9236687f64ef9c8ef698825befaf245 | refs/heads/master | 2020-03-18T07:11:15.924561 | 2018-05-27T21:36:49 | 2018-05-27T21:36:49 | 134,437,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,286 | java | import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
public class gra{
static int wymiar=30;
static BlockingQueue<Punkt_z_wartoscia> results = new ArrayBlockingQueue<>(wymiar *wymiar );
priv... | [
"kornelwil@gmail.com"
] | kornelwil@gmail.com |
da167e996eb5c66e405ec7ea5df576be42e4d0a0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_6e10ce3441f2b64afa72b1d730984c00a9fdc60c/TableModel/21_6e10ce3441f2b64afa72b1d730984c00a9fdc60c_TableModel_t.java | d347ee027d4ccd33b7b2462041f89e64f23f4689 | [] | 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,265 | java | package scenegraph;
import java.io.File;
import java.io.IOException;
import javax.media.opengl.GL;
import javax.media.opengl.GLAutoDrawable;
import javax.media.opengl.GLException;
import com.sun.opengl.cg.CgGL;
import com.sun.opengl.util.texture.Texture;
import com.sun.opengl.util.texture.TextureIO;
p... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
89c4eac12a88420509a7bb1b528fe43ce046020d | 85338bb20f9b49fc8f29b867992f7723ceac9676 | /Demov5/src/main/java/com/openkm/frontend/client/widget/filebrowser/menu/CategoriesMenu.java | bfcc327b311a0509f3902a222db1f7ca221362b9 | [] | no_license | vissu67/Knowledgevault | e2a2c6fd87afee535a6a0396da10e0a23525c6f4 | 4e452ac3b0eebea139eca7d3762ca8862a0cf977 | refs/heads/master | 2020-05-27T08:42:00.121059 | 2012-05-22T09:16:14 | 2012-05-22T09:16:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,876 | java | /**
* OpenKM, Open Document Management System (http://www.openkm.com)
* Copyright (c) 2006-2011 Paco Avila & Josep Llort
*
* No bytes were intentionally harmed during the development of this application.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | [
"viswanadh.sripada@realution.in"
] | viswanadh.sripada@realution.in |
68b6188e051d5ae0a7ee939ef65e38adcb99023a | 0299f20e8777aa69fd33b64bf2658d693aebbaa7 | /src/main/java/com/ds/algos/coding/patterns/slidingwindow/LongestSubstringKDistinct.java | 80d2fdf0c1f1f1afdb9f1340d16a43befe320db4 | [] | no_license | sandeepn623/ds_algos | 395a8d8b254d931812cf21f5f75b7bcab9931c6b | 3bb9fe978d005fc53f4fdbd0f79b08adb51adb4b | refs/heads/master | 2023-01-29T15:55:19.842481 | 2020-12-09T07:41:42 | 2020-12-09T07:42:19 | 297,739,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package com.ds.algos.coding.patterns.slidingwindow;
import java.util.HashMap;
import java.util.Map;
/**
*
* Given a string, find the length of the longest substring in it with no more than K distinct characters.
* Example String="araaci", K=2
* Result - 4
*
*/
public class LongestSubstringKDistinct {
/**
... | [
"sandeepn623@gmail.com"
] | sandeepn623@gmail.com |
a0750ce6bf0987e0c771bf5631bd3c85af3b848f | 043bd24f8849f49b983f8260fd60d92da24dd6a5 | /chapter_001/src/test/java/ru/job4j/condition/package-info.java | 7e61c373a6e43c4724f4a55b3911ae4d435d3fa1 | [
"Apache-2.0"
] | permissive | filonich-vlad/job4j | a695a0f02135d44d88a5e0e298a92c50d2bd4022 | 1884ea5db25cbbe3e27e7da37a2fdf6955156b8b | refs/heads/master | 2021-06-27T15:34:51.503395 | 2019-08-01T16:24:11 | 2019-08-01T16:24:11 | 160,426,326 | 0 | 0 | Apache-2.0 | 2020-10-13T11:17:40 | 2018-12-04T22:22:14 | Java | UTF-8 | Java | false | false | 87 | java | /**
* @author Filonich Vladislav
* @since 27.12.2018
*/
package ru.job4j.condition; | [
"filonich.v@mail.ru"
] | filonich.v@mail.ru |
90f84ec245e51b9dbceabc57186c8c7b04386c12 | 8b95040a8066232957cdbf812f488e34076b82ed | /atf-wiremock/src/main/java/ru/bsc/test/at/mock/application/MockApplication.java | 154d4f469846a2b60992975848db62ea95709037 | [
"Apache-2.0"
] | permissive | iustinov/AuTe-Framework | 35ea3069a3238111e2b5a8884d766281a57c44b3 | 4870f92893510316a72f3b69376b454df75f0ee9 | refs/heads/master | 2020-03-28T23:00:39.229731 | 2018-09-06T05:14:30 | 2018-09-06T07:02:33 | 149,270,837 | 0 | 0 | Apache-2.0 | 2018-09-18T10:33:56 | 2018-09-18T10:33:55 | null | UTF-8 | Java | false | false | 6,102 | java | /*
* Copyright 2018 BSC Msc, LLC
*
* This file is part of the AuTe Framework project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | [
"Pavel.Golovkin@bsc-ideas.com"
] | Pavel.Golovkin@bsc-ideas.com |
031995b50c07563f76a2a299c6da695c03d9e043 | a741d82fb5ee0203161455353587ffcc902ef351 | /aylson-admin/src/main/java/com/aylson/dc/partner/controller/CouponApplyController.java | 9ef0283254e826bb261d2474c820e6181fb3afd6 | [] | no_license | xiaofeifei321/aylson-parent | b48121272d5e92a1acc4b671ab7af63aa6c06b0b | 3749a0f1ef45851b4aa513b324ef23a04e4421d3 | refs/heads/master | 2022-12-23T20:15:51.598455 | 2019-08-29T11:30:13 | 2019-08-29T11:30:13 | 204,696,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,002 | java | package com.aylson.dc.partner.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.spri... | [
"874189630@qq.com"
] | 874189630@qq.com |
96ed7a80d88a09c6e96e1c28411b809d8b628fc3 | 49f3dc2e4c5f4df08c394c76398b82ae68312b6b | /06/app/src/main/java/com/example/sixthactivity/util/FileUtil.java | 432ff29617589b51e0a37e151c677be0f5893992 | [] | no_license | zhoushihao18990087/- | dde8f21bcf89db9866a885c0d0153b455dd2663d | 995ac70023a4cf210b0058e58151ef30ee0fe62d | refs/heads/master | 2023-02-04T07:54:01.744855 | 2020-12-18T11:49:06 | 2020-12-18T11:49:06 | 305,123,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,766 | java | package com.example.sixthactivity.util;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FilenameFilter;
import java.util.... | [
"1732796645@qq.com"
] | 1732796645@qq.com |
bbcd0e725c240086b8d73c4aed4aa9cc6f699aa0 | 44da6761da6b60dbb99b7020aa4e788d7df0c865 | /Android/day0328/Dog.java | 4ad7e9f74f590a8f11c0bac8b086902c2862cb1b | [] | no_license | nainainainai1/web | 6a7fe8cb4db71755b79770c7e0c1e2862b6c11a0 | 087f756102b819b861563524942cf024cbcda06e | refs/heads/master | 2020-04-13T04:40:40.222277 | 2019-07-29T04:51:14 | 2019-07-29T04:51:14 | 162,968,053 | 1 | 0 | null | 2019-10-30T23:52:27 | 2018-12-24T08:22:17 | HTML | UTF-8 | Java | false | false | 59 | java | package day0328;
public class Dog extends Anmial {
}
| [
"824978607@qq.com"
] | 824978607@qq.com |
b0aa12820d5e1b16b9f81710f84da5467c1f9970 | 2b2d7efc6ddd0bc6175c68c4d839e23da3278714 | /src/main/java/com/mozss/basic/patterns/behavior/iteratior/whitebox_demo/CreateIterator.java | 7bf87ae3042e14d036805696e6288ab636b23f54 | [] | no_license | mozss/notes-java | 440bac316bba57888cb1265ed87273b77f7dfc86 | 0f4e1e5b7e77fd9c72d7dc0925ba29c19fa17880 | refs/heads/master | 2023-01-07T10:37:00.001220 | 2020-11-08T14:55:56 | 2020-11-08T14:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.mozss.basic.patterns.behavior.iteratior.whitebox_demo;
/**
* @author mozss
* @create 2019-10-28 13:43
*/
public class CreateIterator implements Iterator {
private final ConcreteAggregate agg;
private int index = 0;
private int size = 0;
/*
* 构造函数
* */
public CreateIterat... | [
"mozss1024@gmail.com"
] | mozss1024@gmail.com |
3a171c0b8d0d8a282ac9c40381c0f64952216cef | ea7de228633110fa660e057b695feacb0b899c2b | /src/main/java/com/healthoverflow/healthOverflow/web/currentUser.java | bbf8336b7e8b894e5b6440fd7aa5a4cc8f5ea2bc | [] | no_license | Health-Overflow/healthOverflow | dff5ebc78dac5018cc8047a32d65236bce875b32 | 1bc5e768d16f6cc3739f4f6bb7eeb56fd195b193 | refs/heads/main | 2023-06-27T16:55:25.040391 | 2021-08-05T07:48:39 | 2021-08-05T07:48:39 | 390,737,699 | 1 | 1 | null | 2021-08-04T15:33:18 | 2021-07-29T13:44:24 | HTML | UTF-8 | Java | false | false | 1,172 | java | package com.healthoverflow.healthOverflow.web;
import com.healthoverflow.healthOverflow.domain.ApplicationUser;
import com.healthoverflow.healthOverflow.infrastructure.ApplicationUserRepo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityConte... | [
"mahmoud.saadeh998@gmail.com"
] | mahmoud.saadeh998@gmail.com |
d9a913c0825abc7ae1e614a7b5c445a2a399f39e | 7a2cd374f93c0e206f0acf74b181fdf6b38924df | /src/ja1/JA1.java | cfe41104900a31cc35531e1348a5814998d574e4 | [] | no_license | zouxiaohui/IntAlk1 | eed54604bba70c8bcf2cfbff8846576124ccdc08 | b84be302cd89107648cdaaabc6747d3cdf1953e1 | refs/heads/master | 2021-06-30T03:13:05.525386 | 2017-09-14T09:14:08 | 2017-09-14T09:14:08 | 103,511,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | 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 ja1;
/**
*
* @author a1brly
*/
public class JA1 {
/**
* @param args the command line arguments
... | [
"a1brly@SZA0019073.BKAE.hu"
] | a1brly@SZA0019073.BKAE.hu |
fbe5645843de68511028e82c6f60a3884b020e7e | 14c7ff43334ce264d23eab91fd8b6208289f451c | /android/app/src/main/java/com/instagram_rn/MainApplication.java | 85cf5f5a63847ea92731fa6d06430b4576439208 | [] | no_license | tanriyo-code/tugas-kuliah-mobile | 1e17ea479df0c1c1c1b23c00c826e2f3421433ba | 862fef62c15a4227948dd17308cbd2dc0e82ddff | refs/heads/master | 2023-02-22T01:12:46.654444 | 2021-01-29T09:15:28 | 2021-01-29T09:15:28 | 334,092,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,607 | java | package com.instagram_rn;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.face... | [
"rianiregho@gmail.com"
] | rianiregho@gmail.com |
ea4bb0312ee23cf8a77edf8c6cac090f63463f35 | df621d54ab449363d1fb8edf9a7fa8a877138b66 | /app/src/main/java/ru/mydomain/raspisanieusatu/fragment/HistoryFragment.java | 2a48326533ce692e06a8082a99941cf56c5018ab | [] | no_license | MrAlltin/Raspisanie | fd4e6fa7dc95765130fa0746e6d974bab2ae0422 | 79a28cd0c0b686600ea75d4505c4562bea6b62d1 | refs/heads/master | 2021-01-17T19:00:51.035582 | 2016-07-13T22:28:04 | 2016-07-13T22:28:04 | 63,097,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,843 | java | package ru.mydomain.raspisanieusatu.fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import a... | [
"amillboy@yandex.ru"
] | amillboy@yandex.ru |
a2f3616886f1a26dba38b8e22e5159838050b582 | 305caa35adb658e004b887da6272d992eabc2322 | /src/main/java/com/sergiomartinrubio/javaeewebsocketxmppclient/domain/MessageType.java | 09fc0ece53853beebeb5498813b58f846f20c65e | [] | no_license | smartinrub/javaee-websocket-xmpp-client | 087333592de4706d4690588e9ef324e0da725ba1 | a5fde2346cc1f4fb0bed3deedfcf17a08bfdf0fc | refs/heads/master | 2020-12-03T20:02:02.870734 | 2020-01-18T12:33:53 | 2020-01-18T12:33:53 | 231,466,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package com.sergiomartinrubio.javaeewebsocketxmppclient.domain;
public enum MessageType {
CHAT, JOIN, LEAVE, ERROR
}
| [
"econsergio@gmail.com"
] | econsergio@gmail.com |
1867b3560c7674ea918069f6854ef96d26f87d94 | a4a2fe3efe8672cd1437cc06d10e570febe00097 | /app/src/androidTest/java/com/jackin/messengerdemo/ExampleInstrumentedTest.java | 43c302d7cf5be59087a9cbe0a628f58d8a0cf704 | [] | no_license | LiuJQ/MessengerDemo | 67437dba51c894c5522c78e74b0aca7e38b4da66 | 2f993d1e697ded851b6ce469cb06f133833f27ea | refs/heads/master | 2020-03-10T00:21:25.532655 | 2018-04-19T08:27:02 | 2018-04-19T08:27:02 | 129,079,999 | 0 | 0 | null | 2018-04-19T07:16:36 | 2018-04-11T10:59:18 | Java | UTF-8 | Java | false | false | 732 | java | package com.jackin.messengerdemo;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"liujianqiao@meizu.com"
] | liujianqiao@meizu.com |
1a8ade731007e2a70607887744b0cf30ea900acf | 9dbea1d4adceac10c4dbc46fc095ab496f6148f3 | /app/src/main/java/namlxuit/socialnetworkgamers/UI/RegisterAccount/Interactor/RegisterOps.java | 6f36ac57b43546a651c5d4a7904d0381b95eaa6f | [] | no_license | namlxuit056/SocialNetworkGamers | a78fdc9e78e29473bfd33ee089b667151725b1e0 | bbc340c59c83e427d5936812704ccff5778de444 | refs/heads/master | 2020-04-10T23:41:44.505938 | 2016-09-12T13:25:37 | 2016-09-12T13:25:37 | 68,010,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package namlxuit.socialnetworkgamers.UI.RegisterAccount.Interactor;
import java.util.Map;
import java.util.Objects;
/**
* Created by namlxuit on 25/08/2016.
*/
public interface RegisterOps {
public void receiveRegisterRequest(String email, String password);
public Map<String,Objects> createUser(String emai... | [
"namlxuit@gmail.com"
] | namlxuit@gmail.com |
a4a5ed157849b795a03acb525ad58dfbd679ca02 | 4233f03e208311212ca4c7003b37b72b4c3bcce4 | /src/test/java/guru/springframework/services/UnitOfMeasureServiceImplTest.java | db5f5e2e2c4cbb5c4ba01a41a2249855e7488e6f | [] | no_license | dpetan/spring5-recipe-app | a774f75db87b7da8fe1848f92da23a36f0d14b91 | 0b2094f2a69c9237a806f56cf13b9c1e216a7ed9 | refs/heads/master | 2020-06-19T23:28:38.178826 | 2019-08-17T15:10:20 | 2019-08-17T15:10:20 | 196,912,327 | 0 | 0 | null | 2019-07-15T02:48:27 | 2019-07-15T02:48:27 | null | UTF-8 | Java | false | false | 1,670 | java | package guru.springframework.services;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.HashSet;
import java.util.Set;
import guru.springframework.commands.UnitOfMeasureCommand;
import guru.springframework.converters.UnitO... | [
"danijel.petanovic@ericsson.com"
] | danijel.petanovic@ericsson.com |
7d04dda933d68fff6ff7fa1c217a39deb3df3d7f | f8014702e57347bbc3762d443b29de4c5ce36479 | /tuikit/src/main/java/com/tencent/qcloud/tim/uikit/utils/SharedPreferenceUtils.java | 201852fa944380697638022d90ca9ef301809bff | [] | no_license | hyc956944953/IM_4.4.627-2019.06.27 | bfa72bf906287f475d0e23d38901a5b15b4222be | e60aa043f6e144c397cf270ff7e259b075ddacf3 | refs/heads/master | 2020-06-13T05:10:28.655880 | 2019-06-30T17:40:01 | 2019-06-30T17:40:01 | 194,543,092 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,024 | java | package com.tencent.qcloud.tim.uikit.utils;
import android.content.SharedPreferences;
import com.google.gson.Gson;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import java.util.LinkedList;
public class SharedPreferenceUtils {
/**
* 保存数据到SharedPre... | [
"956944953@qq.com"
] | 956944953@qq.com |
6a9d1e93ccb6b7f6f4aedc8e6583716136f81cc3 | 47763d2dfc7884e53fa80abddfbeb7e60bfcd6dd | /app/src/main/java/br/com/rdev/hmtimeturner/dao/PatternDAO.java | b5f181957047b9672f363e05ab30e7319b695bf3 | [] | no_license | rsl50/HM_TimeTurner | 46852c206d07b47f6b1e60b8f8713bcb5e81a39d | e1479bbb5e3808501abcb11f4c14e73d4fcad223 | refs/heads/master | 2022-12-28T19:41:38.380518 | 2020-10-12T20:52:51 | 2020-10-12T20:52:51 | 267,747,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package br.com.rdev.hmtimeturner.dao;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import br.com.rdev.hmtimeturner.model.Pattern;
public class PatternDAO {
private final static ArrayList<Pattern> results = new ArrayList<>();
public List<Pattern> ... | [
"rsl.robson@gmail.com"
] | rsl.robson@gmail.com |
683c9a01f28dc1f9fdf564fe2bd3686ef08f1a2c | da5b6897f82d222e05fa5fb07103dc0a14b05bbb | /src/data/Tarjan/48657_Tarjan_1575104153599/src.backup/test/java/net/mooctest/DenseWeightedGraphTest.java | 38c985cbca6a95ee45516c79dd192ada8e33ef7c | [] | no_license | DingDuan/SimAnalysisWS | a227de5ad0aa4d05515aa07f90855100f0713504 | 36428ea585922a1d6739de5f525e2d582a590be2 | refs/heads/master | 2022-11-23T12:42:14.076709 | 2020-04-30T10:57:49 | 2020-04-30T10:57:49 | 218,675,392 | 0 | 0 | null | 2022-11-16T10:22:29 | 2019-10-31T03:17:13 | Java | UTF-8 | Java | false | false | 4,524 | java | package net.mooctest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumSet;
import java.util.Locale;
import... | [
"983117808@qq.com"
] | 983117808@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.