blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f9fc4548d6811b62066de783299755781ab79adc | 6dd00103fc14ecf789de6fd86df9dd3d7f40946f | /design-patterns/src/com/company/creational/abstractFactory/model/GPU.java | fd3f9c9caf74a70bf444b4571968cf968800792a | [] | no_license | 94PID/design-patterns | 06a8a9f4ee232b1391ab26c4fc4fdebd764ec237 | 3ddc23d7a9bb46be9f8abd4bdc35983df8b56d7e | refs/heads/main | 2023-08-02T07:46:22.523235 | 2021-10-04T16:43:24 | 2021-10-04T16:43:24 | 412,752,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package com.company.creational.abstractFactory.model;
public interface GPU {
public void run();
}
| [
"datagram33@gmail.com"
] | datagram33@gmail.com |
349ecb6a50d0b3f5999ae67e43f8a08bafe54fec | 052856e87f515258b2055964cbc6d1b3b92b0ee4 | /src/main/java/br/com/starwars/service/IPlanetaService.java | 21659acacb88d62b97001065a0dca676ce3d98a8 | [] | no_license | filipeandrep/starwarsb2w | d43e35308a9bc3079c43f8ccbcea14f795d4c05c | 17ef68d226e531bf16a1e385109d54656abb20dc | refs/heads/master | 2020-05-22T19:52:32.668583 | 2019-05-14T18:38:39 | 2019-05-14T18:38:39 | 186,500,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package br.com.starwars.service;
import java.util.List;
import br.com.starwars.dto.PlanetaDto;
public interface IPlanetaService {
List<PlanetaDto> listar();
void inserir(PlanetaDto planetaDto);
List<PlanetaDto> buscarPorNome(String nome);
PlanetaDto obterPorId(String id);
void remover(Strin... | [
"filipe.souza@cancer.org.br"
] | filipe.souza@cancer.org.br |
b484f2fa2fe62860b85324769e9be6a639001143 | 6b9d2e403070225c44cef1249678179fde967b9c | /demo01/src/main/java/com/huangshi/demo01/MainActivity.java | 5fa0016b78beef17c7b8b1e4330b99f90dcb6e13 | [] | no_license | huangshiFS/CrazyAndroid | 4bb5242f36e19eba061d94390cd5863d8f2f82a2 | cfd4404df571e779a9a8da8b99944b04bd955820 | refs/heads/master | 2023-05-13T08:02:51.999448 | 2021-05-17T15:06:33 | 2021-05-17T15:06:33 | 368,224,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.huangshi.demo01;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_ma... | [
"2225720398@qq.com"
] | 2225720398@qq.com |
a54e4defefc76d651c7067d6069b889d7c2aca36 | 41fc7aa8caf67584721e19aeb51f50da5921c289 | /app/src/test/java/com/example/busbooking/ExampleUnitTest.java | ff8bb9f672100d7e8aa9bdff727a38d762b7952a | [] | no_license | sxxx5658s/busbooking | cd651e66f366f1c89cf80d9d025140aa4a80bdd6 | 3d0074ec6f24f4dc01a73140f2fd52713f7e242f | refs/heads/master | 2023-03-10T09:46:46.836662 | 2021-02-22T14:19:06 | 2021-02-22T14:19:06 | 341,133,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.example.busbooking;
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
... | [
"sxxx5658s@gmail.com"
] | sxxx5658s@gmail.com |
21a45c96ccef7c0446509dde0cb23553eda17de3 | 5061f583bbea0b4ff25fbb8f53802efee3078587 | /src/test/java/master/equipment/EquipmentTest.java | 8e6596d7eebc93a43e0f8d1e1cc808859b1ef479 | [] | no_license | Daclas95/TOKYO | a3d0a72b1567123bcbaf37f6827f1bc088f36201 | 872888969f6d97cb9bee27209f2ff7529d75ec33 | refs/heads/master | 2023-05-12T06:09:47.325921 | 2020-08-01T04:01:21 | 2020-08-01T04:01:21 | 283,975,620 | 0 | 0 | null | 2023-05-09T18:28:22 | 2020-07-31T07:47:23 | Java | UTF-8 | Java | false | false | 1,468 | java | package master.equipment;
import com.test.qa.testdata.masterdata.EquipmentData;
import com.test.qa.tokyo.DisplayDashboard.master.equipmentNV.Equipment;
import com.test.qa.utils.TestBase;
import org.testng.annotations.Test;
import org.testng.asserts.SoftAssert;
/**
* Author Daclas
*/
public class EquipmentTest exte... | [
"daclas95@gmail.com"
] | daclas95@gmail.com |
3493fe94e816a2d82b704961b2def229ddf08ea6 | a1ff49e26e665b07a77728c26945aba35590d923 | /src/main/java/com/example/demo/model/EntityMeta.java | 326c915349f96f6959566f12c4945a2220cc0584 | [] | no_license | mikdrob/PcAssembly | e4a1b5ff7209766b1e0eba655d7b96e0dcaee929 | f35c399353fdc49282be4854f25c99a1b7a7271e | refs/heads/main | 2023-06-26T08:55:46.348955 | 2021-07-24T18:00:32 | 2021-07-24T18:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,197 | java | package com.example.demo.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
impo... | [
"midrob@ttu.ee"
] | midrob@ttu.ee |
bce79b0dfed1a4cd38306b4d5a91874463c1f49e | 08e99cefdaaef80bc91afe7a8b907f89a39b0785 | /PopularMoviesStage2/app/src/main/java/lucagrazioli/popularmovies/MovieDetailActivity.java | 515852465b6ff1ff76c6806d649d4733daa91a10 | [] | no_license | Luke035/Popular-Movies-Stage-2 | 294dd18c619cceae6973d962e1d91bbd5a076606 | 6ae49c176aee51a6aa0737adf45b776223b7fe7a | refs/heads/master | 2021-01-10T16:58:16.872848 | 2015-12-12T13:01:04 | 2015-12-12T13:01:04 | 44,319,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package lucagrazioli.popularmovies;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class MovieDetailActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layou... | [
"l.grazioli3@campus.unimib.it"
] | l.grazioli3@campus.unimib.it |
afa490f42e018880b920ebab048060b00b7c660e | 72e1e90dd8e1e43bad4a6ba46a44d1f30aa76fe6 | /java/jee/murachs-java-servlets-jsp/murachs-java-servlets-jsp-chapter-20-how-work-filters/murachs-java-servlets-jsp-chapter20-part01-download/src/main/java/murach/util/CookieUtil.java | 10558a655c4a9d31bd0567f212f43e2812540e84 | [
"Apache-2.0"
] | permissive | fernando-romulo-silva/myStudies | bfdf9f02778d2f4993999f0ffc0ddd0066ec41b4 | aa8867cda5edd54348f59583555b1f8fff3cd6b3 | refs/heads/master | 2023-08-16T17:18:50.665674 | 2023-08-09T19:47:15 | 2023-08-09T19:47:15 | 230,160,136 | 3 | 0 | Apache-2.0 | 2023-02-08T19:49:02 | 2019-12-25T22:27:59 | null | UTF-8 | Java | false | false | 399 | java | package murach.util;
import jakarta.servlet.http.Cookie;
public class CookieUtil {
public static String getCookieValue(Cookie[] cookies, String cookieName) {
String cookieValue = "";
if (cookies != null) {
for (Cookie cookie : cookies) {
if (cookieName.equals(cookie.getName())) {
cook... | [
"fernando.romulo.silva@gmail.com"
] | fernando.romulo.silva@gmail.com |
4a07ddcf42f70ed23001c38fff2f528c2a755239 | 7620c36a482a23eb2a046ccf86a23bca7ef41ba2 | /src/main/java/com/jhg/utils/dtgrid/model/Sort.java | 876c6faf863b48b53eae05fac69ec4420235b8e5 | [] | no_license | juhuiguang/qmv1 | 9bc4b043db7cbef9a01d01eac31ebb45a1c19cc9 | d663f1d3ae9616ebc9b54571d7950a3a26fb1c00 | refs/heads/master | 2021-07-09T17:50:15.662165 | 2017-10-13T07:19:06 | 2017-10-13T07:19:06 | 106,104,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.jhg.utils.dtgrid.model;
public class Sort {
/**
* 字段
*/
private String field;
/**
* 排序逻辑
*/
private String logic;
public String getField() {
return field;
}
public void setField(String field) {
this.field = field;
}
public String getLogic() {
return logic;
}
public void set... | [
"lefov3697[]"
] | lefov3697[] |
4beb486f36e2c379b048c9aea5e3a44712fc6b19 | d8d1bdf14cae01b601aae9ce25dfcbf191018c7a | /src/test/java/me/sml/demooauth/config/OAuthConfigTest.java | 94cb470ff08a209d18e84669bbf800b428389617 | [] | no_license | Spring-Boot-Course/Spring-Boot-Oauth | 2783d0f24d7887063a47f20f096680f7528fcb29 | 86a3fe4f06b9f2899c4ecc90129e1a4afe128025 | refs/heads/master | 2020-04-17T23:06:19.381010 | 2019-01-24T14:30:48 | 2019-01-24T14:30:48 | 167,021,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package me.sml.demooauth.config;
import io.restassured.RestAssured;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.Sp... | [
"dltkdals2202@gmail.com"
] | dltkdals2202@gmail.com |
57d868b09b7243a9d11b4728ee4e0c858fd75548 | 3d8af9090a06d1c983dde1ed0f94637bc88d04ee | /src/main/java/demo/WatchMore.java | 68485b32010a02cd63f7a97f84fdb1a8cf37e36d | [] | no_license | clown121381/zookeeper | 83e9aff2513bfd50908496e7c63aab425ca142f8 | 12c4702fb8a32042f10b2440c500bb972aa4c32a | refs/heads/master | 2020-08-01T04:49:12.294632 | 2019-09-25T14:46:39 | 2019-09-25T14:46:39 | 210,869,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,143 | java | package demo;
import org.apache.zookeeper.*;
import org.apache.zookeeper.data.Stat;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
/**
* watch 之监听永久并且通知给控制台
*/
public class WatchMore {
public final static String CONNECT_STRING = "192.168.44.131:2181";
public final static int SESSION_TIM... | [
"2910410709@qq.com"
] | 2910410709@qq.com |
d734a3f59555222167fa48298c7bb8e53ef98caa | 61ae47a4b9730b7d05d0446ac332316cc17dd86e | /src/main/java/com/helix/security/UserNotActivatedException.java | 25a0911f19cd2506d69f39c76e776ba09f7c3321 | [] | no_license | ashismathew/HelixPro | bd6f64e40b9eeabe814d999a2fe5d10c48d6af6d | 63298fe33c34206c3a7a50f1e5b932b3e7a858f2 | refs/heads/master | 2021-01-22T09:04:17.921221 | 2015-08-18T13:23:10 | 2015-08-18T13:23:10 | 40,428,728 | 0 | 1 | null | 2020-09-18T06:56:58 | 2015-08-09T07:17:24 | Java | UTF-8 | Java | false | false | 450 | java | package com.helix.security;
import org.springframework.security.core.AuthenticationException;
/**
* This exception is throw in case of a not activated user trying to authenticate.
*/
public class UserNotActivatedException extends AuthenticationException {
public UserNotActivatedException(String message) {
... | [
"provarun@gmail.com"
] | provarun@gmail.com |
a45ece874f60d4b73098bbd54dfdea5ba02dd839 | 0802273e3230781f68deb8703214e3afa53f6d22 | /FalconNotify/app/src/main/java/app/techsol/falconnotify/SplashScreenActivity.java | 985433ec88e95f97bb1598ec65d3a4b4d274014e | [] | no_license | androidgeek077/FalconNotify | 6e1544bf12f815aa0ec2bcd16ac2de274d54cf34 | 394d3b6791baabce2176d71fe44c2052c6306aad | refs/heads/master | 2021-01-03T18:09:16.497514 | 2020-02-27T07:28:41 | 2020-02-27T07:28:41 | 240,185,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package app.techsol.falconnotify;
import android.content.Intent;
import android.os.Bundle;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public class SplashScree... | [
"vickylucky088@gmail.com"
] | vickylucky088@gmail.com |
a95bbf09072abf1c0b9071f9d21639b9538b842d | f07946e772638403c47cc3e865fd8a5e976c0ce6 | /leetcode_java/src/1227.airplane-seat-assignment-probability.java | baf232eda27e14068d06da1a70f82d40a9b65108 | [] | no_license | yuan-fei/Coding | 2faf4f87c72694d56ac082778cfc81c6ff8ec793 | 2c64b53c5ec1926002d6e4236c4a41a676aa9472 | refs/heads/master | 2023-07-23T07:32:33.776398 | 2023-07-21T15:34:25 | 2023-07-21T15:34:25 | 113,255,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,348 | java | /*
* @lc app=leetcode id=1227 lang=java
*
* [1227] Airplane Seat Assignment Probability
*
* https://leetcode.com/problems/airplane-seat-assignment-probability/description/
*
* algorithms
* Medium (69.52%)
* Total Accepted: 288
* Total Submissions: 419
* Testcase Example: '1'
*
* n passengers board an a... | [
"yuanfei_1984@hotmail.com"
] | yuanfei_1984@hotmail.com |
9dd0b05ab804fa223bb90478da6d0c95baabd934 | 1a870eff07c27476074f979d8e5abddde2646840 | /org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java | 824ee14189abb6b78d3a995a6eb670559e606897 | [
"Apache-2.0"
] | permissive | zhenjunMa/JDK8Translation | ef6684e2292a6646129ba4206af136ffd292d0b0 | 0f9269a359b7ef2a778d89fb4e82ac4e47ea26e9 | refs/heads/master | 2021-06-07T18:59:11.037612 | 2020-09-18T02:49:43 | 2020-09-18T02:49:43 | 97,243,202 | 13 | 5 | null | 2020-09-18T02:49:44 | 2017-07-14T14:36:54 | Java | UTF-8 | Java | false | false | 1,536 | java | package org.omg.IOP;
/**
* org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u111/7883/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, September 22, 2016 3:33:15 PM PDT
*/
... | [
"mzj911101@yahoo.com"
] | mzj911101@yahoo.com |
55cbac4ef3d812939ed40a8fa4c26a97a9adff86 | a3fc0bf6b9087d7cf7c2502040c1ce0f936c97bc | /MyQueue.java | bd366d543f83a6f13c2744d1d8507cc63b2079e7 | [] | no_license | momoney1/DonationManager | f1080dece4fe23efa0e6c1295ca25a54676e8f7c | 00da44d359a41fe7d8d85e834c0ff5ea7749ba60 | refs/heads/master | 2022-12-17T21:39:54.921460 | 2020-09-23T03:52:28 | 2020-09-23T03:52:28 | 297,845,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package Assignment2;
import java.util.Arrays;
/**
* A generic class that implements a generic interface for a queue data structure
* @author Moe Diakite
*
* @param <T>
*/
public class MyQueue<T> implements QueueInterface<T> {
private static int DEFAULT_CAPACITY = 5;
private static int MAX_CAPACITY;
... | [
"noreply@github.com"
] | noreply@github.com |
935142ef0751c5126e938563dc943b152c8956d7 | 0d15530b411e02fa5324755be309aae87df15941 | /src/main/java/com/pdkj/jack_shop/service/ShopTypeService.java | ef04a4f5916a3787b7a37619472182eba5e752dc | [] | no_license | pdmall/jack_shop | b21c64b5b2319746d7c9a953d21b706835e432ed | b2022e62678031bfb20f480753ebb59868edefd1 | refs/heads/master | 2020-03-21T14:38:38.679963 | 2018-08-26T08:39:38 | 2018-08-26T08:39:38 | 138,667,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package com.pdkj.jack_shop.service;
import com.pdkj.jack_shop.model.ShopType;
import com.pdkj.jack_shop.model.ShopTypeRel;
import com.pdkj.jack_shop.service.BaseService;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Map;
/**
* Created by CodeGenerator on 2018/06/26.
*/
@S... | [
"36066106+666lvchong@users.noreply.github.com"
] | 36066106+666lvchong@users.noreply.github.com |
a3c19a4e1212060af8fb640af82affe57941c6d1 | 3eb7c378d4633718de04533042bc8a102d23283b | /src/main/java/ru/alex/vic/client/vk/VkClient.java | a8e1891f15c612c5b2aa444c47a97c7cd0359bb2 | [] | no_license | x7FFFFFFF/hhtool2 | 8a7e41b682b8aba67078ab2a4240fcabbc36060a | ff9d12d1213cb4a1abcfff0fd3e63c708705d454 | refs/heads/master | 2020-04-20T00:41:38.908686 | 2019-02-16T05:51:37 | 2019-02-16T05:51:37 | 168,527,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,325 | java | package ru.alex.vic.client.vk;
import com.google.gson.*;
import com.google.gson.stream.JsonReader;
import ru.alex.vic.Utils;
import ru.alex.vic.client.HttpClient;
import ru.alex.vic.json.vk.*;
import javax.inject.Inject;
import javax.inject.Named;
import javax.inject.Provider;
import javax.inject.Singleton;
import ja... | [
"paramonovalexv@gmail.com"
] | paramonovalexv@gmail.com |
ea433480b318a5caaf8c3a42dc2097a92573ce5d | 297cb5ca9ea81a73d77c8205978b85e7306bca80 | /app/src/main/java/app/app1uppro/modules/sendmessage/ISendMessageView.java | c595263aa794414db07b464d3272dc2c3d1296b2 | [] | no_license | Nitin0901/1UpPro | 7189a78a935d340d85d3efb60712b95e73b10bf5 | 73f1f3211ac837d001a23f45476f8e12896da4fe | refs/heads/master | 2020-04-04T13:15:10.686166 | 2018-11-03T06:35:44 | 2018-11-03T06:35:44 | 155,954,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package app.app1uppro.modules.sendmessage;
import app.app1uppro.apibase.modelclass.ChangePasswordModel;
import app.app1uppro.baseui.MvpView;
public interface ISendMessageView extends MvpView {
void updateUi(String msg);
}
| [
"sfs.nitin18@gmail.com"
] | sfs.nitin18@gmail.com |
0597f4ed45f43465da7f65e3895c427978b41acb | 5f6d92b0db64e516910569d889a4f151c3c9b1e1 | /src/java/com/cafeform/dndtools/mbean/DiceToolsController.java | 850f1aa46726f249bba489c0650d2015ac5fe3cc | [] | no_license | kaizawa/dndtools35 | 47e609f2d20a4df3c85d1b6fb85cac4a5dde64a4 | e85967f022b6a0423d0ee36fa2be7e0edf4dfc9a | refs/heads/master | 2021-01-21T11:46:54.420247 | 2017-01-02T12:56:04 | 2017-01-02T12:56:04 | 3,248,179 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,660 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cafeform.dndtools.mbean;
import com.cafeform.dndtools.entity.DiceMaster;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import javax.inject.Inject;
... | [
"admin2@whiteboard.ne.jp"
] | admin2@whiteboard.ne.jp |
7fae16898dabf8f125761426ea5c1c6e670f6427 | 1a6be6e85a9ab733d65725064f118a5d19e0375f | /novice/01-02/02-inheritance-overriding/BangunDatar.java | 8ee54af2bd01c8bb9c4f33e0d8a019bfd273ae39 | [] | no_license | mhaniffatur/praxis-academy | 1b5457e1571051aac69219c9f385300bef46adb1 | 7c78317dc3fd15b0a350a368fc4372de626976ac | refs/heads/master | 2020-12-23T05:23:16.344766 | 2020-03-19T14:35:05 | 2020-03-19T14:35:05 | 237,049,829 | 0 | 1 | null | 2020-03-07T15:07:12 | 2020-01-29T18:08:11 | Java | UTF-8 | Java | false | false | 326 | java | public class BangunDatar
{
Void test()
{
System.out.println("halo");
}
float luas()
{
System.out.println("Menghitung laus bangun datar");
return 0;
}
float keliling()
{
System.out.println("Menghitung keliling bangun datar");
return 0;
}
... | [
"17523082@students.uii.ac.id"
] | 17523082@students.uii.ac.id |
99e177a57ea6478b22c5d3b8b9f5bd4606cded20 | 4baa548867ddbcf6e6e567a8a7470602cc56b61f | /iotsys/.svn/pristine/df/df07df2abdab30fb81f6a95135a07521e12bd3db.svn-base | 1e144e44c6e33c2e8070a5ec48ba5192311d3658 | [] | no_license | yeshang5/myProject | 7269a07af85275fd56b2ada8eb38c997000011a0 | e4e43eae5ae67349d9dbd2b688aab788463897da | refs/heads/master | 2021-04-09T11:23:35.231204 | 2018-03-16T09:55:28 | 2018-03-16T09:55:28 | 125,497,651 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | package com.ssm.action;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import com.ssm.beans.ApiDomain;
import com.ssm.beans.ProbeDefaultBean;
import com.ssm.service.impl.ProbeDefaultServiceImpl;
... | [
"646066936@qq.com"
] | 646066936@qq.com | |
bc10955931896397046640f474cf5a55d44a497f | 008d39d0086380ca6cd8c20c868075be80a29b2c | /src/main/java/com/sofka/retovuelo/domain/genericvalues/Origen.java | b7f6f2c16142c3d24ce336a526ddb6171c90cb26 | [] | no_license | Danvar03/RetoDomainDrivenDesign | ae9605f6a240d970dbba53670a4d02923f111cbd | e915bb419f0d9f953ff2af4d525d13dbda4c9493 | refs/heads/master | 2023-08-02T13:04:29.431766 | 2021-10-02T04:57:26 | 2021-10-02T04:57:26 | 412,274,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.sofka.retovuelo.domain.genericvalues;
import co.com.sofka.domain.generic.ValueObject;
import java.util.Objects;
public class Origen implements ValueObject<String> {
private final String value;
public Origen(String value) {
this.value = Objects.requireNonNull(value);
if (this.valu... | [
"daniela.03v@gmail.com"
] | daniela.03v@gmail.com |
4071673b0c09977b4363704b4d1aeaf004084d3c | 2ee28fe3f56a2ea55dcf92920ba98fcbb5db06d2 | /app/src/androidTest/java/com/linkstar/app/guide/ExampleInstrumentedTest.java | 16bde77e8ee933afa0df19f5c3170ba42e178dfb | [] | no_license | luoye-xi/MallGuide | 6bfbf97b6c377a4730a26cc61619b314824c2f5c | a8ad7dce8761f22d078a11860adfeb6bb310dab4 | refs/heads/master | 2020-04-11T02:52:49.874632 | 2019-01-16T08:35:27 | 2019-01-16T08:35:27 | 161,459,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 745 | java | package com.linkstar.app.guide;
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 Android ... | [
"luoye-xi@163.com"
] | luoye-xi@163.com |
b93ce67a5b8e5a7c608b6e3665cc499ddc4b0836 | 0562cecc4dfbf5ea09480a52b69ad187443f69d4 | /src/main/java/edu/cmu/cs/stage3/alice/authoringtool/Importer.java | f41e7a811c7449fd5454bd0fa288073be43eb6c3 | [
"BSD-2-Clause"
] | permissive | vorburger/Alice | 9f12b91200b53c12ee562aad88be4964c9911aa6 | af10b6edea7ecbf35bcba08d0853562fbe4a1837 | refs/heads/master | 2021-01-18T07:37:28.007447 | 2013-12-12T13:48:17 | 2013-12-12T13:48:17 | 3,757,745 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,570 | java | /*
* Copyright (c) 1999-2003, Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* ... | [
"zonedabone@gmail.com"
] | zonedabone@gmail.com |
904ba8cbed38e62be2fb7f6d8ff621616fbe9a8e | 6bac1a560bf008cb2d898438050d720653ce628a | /telekom/Siebel/gensrc/com/siebel/selfservice/common/user/id/UserId.java | 5740aeb5047b81b740c994d29f54988e2c725e39 | [] | no_license | vkscorpio3/TelekomPOC | 8ff40774bbbfc6868b4a3f84a971d972b9dc9ab7 | c437ef7c30e93ea24c1d8acc0110b985401d049b | refs/heads/master | 2020-03-08T16:54:42.639312 | 2017-08-26T22:25:25 | 2017-08-26T22:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,016 | java |
package com.siebel.selfservice.common.user.id;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for UserId complex type.
*
* <p... | [
"vivek.singh4@techmahindra.com"
] | vivek.singh4@techmahindra.com |
c2c1c2c01df2c65bdba48205c2d32690b5ac3ffe | 315c36d34c12b9c16536eb9428782aa457666f55 | /src/oncecenter/action/addlostelement/CompareRootAction.java | b8d0fefa90a3cdb3074ddfb0fe35e2f5748e3bf4 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | guzy/OnceCenter | 49e3a40f20a18529c8c42aa0293b48c0f7a03e43 | a82bfd693dda4829b3284374cf3003cd37843c92 | refs/heads/master | 2021-01-21T21:53:59.430115 | 2015-10-20T14:40:19 | 2015-10-20T14:40:19 | 37,455,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,847 | java | package oncecenter.action.addlostelement;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import oncecenter.Constants;
import oncecenter.action.sr.AlarmDialog;
import oncecenter.util.AddServerUtil;
import oncecenter.views.xenconnectiontreeview.elements.VMTreeObject;
import oncecenter.v... | [
"guzychina@163.com"
] | guzychina@163.com |
e7dcadd7e039b0a2f5fe547fa8214768bd0be55d | 420d18f501196d626d3d945bc8aaa06a5993f408 | /app/src/main/java/util/board/PointCluster.java | 40d7cb459e616324bc6caaf89c627d838d24ecfa | [] | no_license | asaf11108/Motorsequence | 3cd5bd131f058b305218b16bf3e3b5edcb77bea6 | ec9116a079d5f6f7b0b39ca64e74e588e7485ddb | refs/heads/master | 2021-01-01T18:25:45.724127 | 2018-05-31T07:03:35 | 2018-05-31T07:03:35 | 98,336,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,079 | java | package util.board;
import android.content.Context;
import android.graphics.Color;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
/**
* Created by ASAF on 23/9/2017.
*/
public class PointCluster {
public static final int COLOR_RED = Color.RED;
pub... | [
"asaf11108@gmail.com"
] | asaf11108@gmail.com |
bea51adcb1ee2e17c452fe3ca9e1f7ae6b25f389 | f17aa10d9448057f4dabb6c0aa7a3c7676875e65 | /src/main/java/hello/hellospring/controller/MemberController.java | 932e1d66510adc1bff74ca3772cb2f487bfd83fc | [] | no_license | irostub/learn-spring-framework | 632486241a3074561ad3f33f137bd7b6fd847430 | 730c8a9d837f353a132467badf5710e36d0047e8 | refs/heads/master | 2023-03-11T22:50:55.171433 | 2021-03-01T16:31:33 | 2021-03-01T16:31:33 | 330,069,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,272 | java | package hello.hellospring.controller;
import hello.hellospring.domain.Member;
import hello.hellospring.service.MemberService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotat... | [
"irostub@gmail.com"
] | irostub@gmail.com |
d5dd63d5d7785e10545e5bba595cd6a0db742e9b | e651bb2895f65b660b921160e429bb70b9124e16 | /src/oarlib/metrics/NumLinksMetric.java | 3729d7a422b39c76ea8440dcec201e00fa66b03b | [
"MIT"
] | permissive | ferterrazas/ArcRoutingLibrary | 092d904a2cb42134755a0ebac5bf62b013894c40 | db407dfa776977fd0ecede430c9d8f57efdf78cf | refs/heads/master | 2020-07-08T23:20:27.742481 | 2019-02-10T19:24:24 | 2019-02-10T19:24:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2013-2016 Oliver Lum
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | [
"oliver@math.umd.edu"
] | oliver@math.umd.edu |
c08766f91d56805352a97ba3ceaf7c27a78ef7af | 334a8dd729f29c6ca65563edf0eb2f04aff17629 | /step5/app/src/main/java/edu/msu/bhushanj/cloudhatter/ColorSelectActivity.java | 0669a27afb6b37cb781d865eb746953ca271014a | [] | no_license | Ibair2/CSE-476 | 53e7d27126cbeabe4cd7f5398f068c1a17e71b6d | 4d408a3b41fdc484428eb87bd35a696c4c105b7b | refs/heads/master | 2020-03-30T22:24:13.509503 | 2017-01-26T12:19:55 | 2017-01-26T12:19:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package edu.msu.bhushanj.cloudhatter;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class ColorSelectActivity extends ActionBarActivity {
public static final Str... | [
"jaiwant96@gmail.com"
] | jaiwant96@gmail.com |
e14e3f55b336894558dff73d3f5dd7a650d50541 | e88489010d621262a9a9f54617ab4c0d70f81cdb | /app/src/main/java/com/example/project_final/Admin/AdminCheckNewProductsActivity.java | 8da5bf5f5eaa7563481ada2d60a307c73e96169c | [] | no_license | SalmanMani86/Project | c9c0f502ed3ea13c15c5cab617ac7dd5e35cf158 | 10f425ba033be5a7f8d661ac453e454041907c9c | refs/heads/master | 2023-03-09T02:42:34.452144 | 2021-02-10T17:05:14 | 2021-02-10T17:05:14 | 331,020,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,355 | java | package com.example.project_final.Admin;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.DialogInterface;
im... | [
"salman.hanif524@gmil.com"
] | salman.hanif524@gmil.com |
0ccc5c395f7d7bc39e655e497c9bae6f9dbff862 | 04e80a25d4cb0d783434d056ca2b6b37bf8c5729 | /CreditoGrupalUtilitario/src/main/java/utilitario/mensajes/originacion/aprobacion/PlanillaAprobacionRespuesta.java | 449cbd8eef2211988c61081f9c075ca0faef78c1 | [] | no_license | FyGIntegracionContinua/CIOFF | bfbd2040de503bacc44e376899bddcd4e3db9fd6 | 20c63dbc01fea60a426ebd49227efb7b8c413567 | refs/heads/master | 2021-01-15T11:03:31.184075 | 2017-08-18T20:12:05 | 2017-08-18T20:12:05 | 99,607,645 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,140 | java | /**
*
*/
package utilitario.mensajes.originacion.aprobacion;
import utilitario.mensajes.comun.EncabezadoRespuesta;
import utilitario.mensajes.comun.ObjetoValor;
/**
* The Class PlanillaAprobacionRespuesta.
*
* @author out_oarias
*/
public class PlanillaAprobacionRespuesta extends ObjetoValor {
/**
* Instanc... | [
"christian.lopez@fygsolutions.com"
] | christian.lopez@fygsolutions.com |
41689d8c10a2f59313d1572f65580c191d707a46 | 2c2a411e3dee7c73d14627adcf2a215b81ce84d6 | /GeneticAlgorithms/src/GAFrame/Fitness.java | 7faf5f135bb968808f3c1898174482435ab6558d | [] | no_license | SummerShoohaw/INFO6205_202 | 9652b2ff43c07de013f1b9d09ae02a9da27ffec9 | 7ae31717fb46f24ed56820ae5800a7044a9e0196 | refs/heads/master | 2020-04-07T22:47:01.128792 | 2018-12-10T06:05:10 | 2018-12-10T06:05:10 | 158,784,679 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 76 | java | package GAFrame;
public abstract class Fitness implements Comparable {
}
| [
"xia.shu@husky.neu.edu"
] | xia.shu@husky.neu.edu |
f351507de649882a2961226c4f092de0aea91685 | 4acdd67dfb358496c2398c3f70877a024cc507eb | /src/main/java/com/devil/domain/Bdg_eva.java | d48c282e6a34ac39f6f046676c9988660ed9e5ef | [] | no_license | procompiler/developer-village-admin | 96fddeb06b3856783e67ddf15b1fe9000862c346 | 12180df0a56c8e81a44fc8e8caf4d17dc5ac1680 | refs/heads/main | 2023-01-29T17:04:12.584158 | 2020-12-13T17:21:53 | 2020-12-13T17:21:53 | 321,115,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.devil.domain;
public class Bdg_eva {
private int beno;
private String bename;
public int getBeno() {
return beno;
}
public Bdg_eva setBeno(int beno) {
this.beno = beno;
return this;
}
public String getBename() {
return bename;
}
public Bdg_eva setBename(String bename) ... | [
"qwndhs@gmail.com"
] | qwndhs@gmail.com |
8ef68f28a1d312307d2771065de0a946521eb745 | 51445fa461b696c34d35ef9849f84e4c6a8da332 | /src/main/java/com/by/blcu/core/authentication/JWTFilter.java | 54f57aa5c2fd07aaa36b821a891c64885e1bea25 | [] | no_license | hanxiaochuang666/fxl | f540a4539875ab0ab6bdddd688a237adf7560af0 | 7382e756c237fda8de67015effb028feddfbbc0c | refs/heads/master | 2023-02-26T20:22:47.998630 | 2022-06-21T05:50:46 | 2022-06-21T05:50:46 | 200,995,419 | 0 | 1 | null | 2023-02-22T08:14:43 | 2019-08-07T07:20:41 | Java | UTF-8 | Java | false | false | 4,539 | java | package com.by.blcu.core.authentication;
import com.by.blcu.core.configurer.ShiroConfigurer;
import com.by.blcu.core.utils.ApplicationUtils;
import com.by.blcu.core.utils.SpringContextUtil;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.UnauthorizedExceptio... | [
"623233529@qq.com"
] | 623233529@qq.com |
178118d2638150d047398ccdedfed97ff655fa97 | 4a627a99cdf202019fa4088ca23316e9cc427e7b | /nyd-cash-pay/nyd-cash-pay-api/src/main/java/com/nyd/pay/api/enums/PayType.java | c3d9fcef09a77b034cc979bf0d01e201f92fbca9 | [] | no_license | P79N6A/zlqb | 4bdcc62db76f8b4fdd4176c06812c9bd8ac2148b | 66a8781e74216ead7ea4969d89972c16e9d45b54 | refs/heads/master | 2020-07-13T14:18:36.941485 | 2019-08-26T12:22:20 | 2019-08-26T12:22:20 | 205,096,175 | 0 | 1 | null | 2019-08-29T06:30:30 | 2019-08-29T06:30:30 | null | UTF-8 | Java | false | false | 122 | java | package com.nyd.pay.api.enums;
/**
* 支付类型
* Cong Yuxiang
* 2017/12/12
**/
public enum PayType {
}
| [
"hhh@d55a9f32-8471-450d-bba4-b89e090b5caa"
] | hhh@d55a9f32-8471-450d-bba4-b89e090b5caa |
90fea6e5321f5cc3eeb63e9dc2ed5ad43d7cb28c | 159a542bd6e519de16a053f10ab29bf6f3637ef9 | /MEIKCloud/meikcn/src/main/java/com/nuvomed/service/LicenseService.java | 1e72c8f8c49d8b3109aca4a0813ee2cf13b0a174 | [] | no_license | CampRay/MEIKCN | 8f1687f25aaac04574b600ecf00ef447b5775d71 | d6ff51d3a7e79586a0a1cb5fd90bb5f369366110 | refs/heads/master | 2022-12-23T10:28:59.385219 | 2021-10-26T14:59:32 | 2021-10-26T14:59:32 | 119,352,724 | 0 | 0 | null | 2022-12-16T04:02:54 | 2018-01-29T08:15:45 | C# | UTF-8 | Java | false | false | 584 | java | package com.nuvomed.service;
import com.nuvomed.dto.Tlicense;
import com.nuvomed.model.DataTableParamter;
import com.nuvomed.model.PagingData;
public interface LicenseService {
Tlicense getLicenseById(String license);
void createLicense(Tlicense license);
void updateLicense(Tlicense license);
void delete... | [
"phills.li@campray.com"
] | phills.li@campray.com |
a81a975c21ca27e9053da1cdd2d8e2c8750cae05 | 46bdf8f20ff5f62653c8cc7de7279ed2c3b28394 | /note/teacher/Java_Web/7-会话管理/day36_session/src/com/qianfeng/cookie/CookieServlet.java | e367e142bd54bce17d7a341499604cd7ca457598 | [
"MIT"
] | permissive | tony0511/java_note | 9ac86693347be019376bb8857af463262f3e7ebc | aa57b1384025f4aa4f65a7d31695efdf3002afa2 | refs/heads/master | 2023-03-06T14:01:30.681571 | 2020-03-07T04:51:05 | 2020-03-07T04:51:05 | 226,611,489 | 1 | 1 | MIT | 2023-02-22T06:49:06 | 2019-12-08T03:57:22 | HTML | UTF-8 | Java | false | false | 1,738 | java | package com.qianfeng.cookie;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/*... | [
"zhuimengzhe91@163.com"
] | zhuimengzhe91@163.com |
5d3225b7cfce16b69bde72b982da448537628c25 | 04fe464ddd47420ad2c72a62ee017f4e2853af64 | /src/main/java/com/sigad/sigad/business/helpers/MapsHelper.java | a276a0443546852462c3e0b464bd27fa1916b0f3 | [
"WTFPL"
] | permissive | cfoch/SIGAD-business | d41ebf277419347d1f9fbb30c394492942d29141 | 049bd47e49db2488584e9ce253a73f255038c4a3 | refs/heads/master | 2020-03-14T20:51:28.772142 | 2018-07-03T21:13:05 | 2018-07-03T21:26:51 | 131,783,925 | 0 | 4 | WTFPL | 2018-07-03T20:11:37 | 2018-05-02T01:51:10 | Java | UTF-8 | Java | false | false | 3,460 | 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 com.sigad.sigad.business.helpers;
import com.google.maps.DistanceMatrixApi;
import com.google.maps.DistanceMatrixApiRequest;
i... | [
"32070371+jeespinozam@users.noreply.github.com"
] | 32070371+jeespinozam@users.noreply.github.com |
e7aac7d82361c229b16bd6f8202e9addf912e835 | 8b0ac3fab7cc61c098b2c2bd2936827f99bca448 | /RecalAppHibernate/src/entities/UsuarioEntity.java | 77bfa131666e7c93632829d68d1f7f65b1b92a39 | [] | no_license | AleArmengol/ReclamApp | 5294e94cae5ff8d152bd135632fa81a483ab6426 | e536a64e9cfa367917ff07abf36b190aa11e9e23 | refs/heads/master | 2021-07-07T14:41:55.926625 | 2020-11-09T03:14:00 | 2020-11-09T03:14:00 | 204,465,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 985 | java | package entities;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
import javax.persistence.Table;
@Entity
@Table(name = "usuarios")
public class UsuarioEntity {
@Id
private String idUsuario;
@OneToOne
@JoinColumn(name = "doc... | [
"aearmengol@gmail.com"
] | aearmengol@gmail.com |
3d12fadf5effc00e5573b51e1718174c2abaedd2 | c2974b1683a0e4c6640fd920a1eab314e12bf814 | /src/main/java/com/signore/timeplot/client/PlotInfo.java | 6b86b8c26ec204459af0a9ba2ce2af52e215be7b | [] | no_license | antoniosignore/gwt-simile-timeplot | aea4547902416fa5fc72250540a3232fea348c27 | 6f4be058123b26ac2332753723988ec6bc92e5b8 | refs/heads/master | 2020-05-17T19:39:47.509433 | 2015-01-17T18:21:40 | 2015-01-17T18:21:40 | 29,400,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,765 | java | package com.signore.timeplot.client;
/*
Copyright Antonio Signore (antonio.signore@gmail.com)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, th... | [
"antonio.signore@gmail.com"
] | antonio.signore@gmail.com |
6224030881b4ba8210b8bfdfa648e1e138a1bda9 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/subapp/ui/openapi/ServiceAppUI$3.java | 60ad0697602c59bcffaacded7f4476c850f1a41f | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,635 | java | package com.tencent.mm.plugin.subapp.ui.openapi;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.g.c.s;
import com.tencent.mm.pluginsdk.model.app.f;
import com.tencent.m... | [
"172601673@qq.com"
] | 172601673@qq.com |
c5a29dacbad60afaf4bedc5cda3a9691c8b8a908 | 446406cc9eacb1145b88efb29e22da44ae50b08d | /java/cn/xiewh/test/App.java | 08e3977ea17b5985c0710412d8f2b6c3055d14fe | [] | no_license | 504316589/test | 22788fc8e6b1e28711b57e089654627090e304a3 | dbb26d580eb472be9f83b91c45dd95d6354cd1d2 | refs/heads/master | 2021-07-06T18:31:21.380222 | 2019-07-10T09:56:16 | 2019-07-10T09:56:16 | 196,170,265 | 0 | 0 | null | 2020-10-13T14:29:26 | 2019-07-10T08:57:31 | Java | UTF-8 | Java | false | false | 156 | java | package cn.xiewh.test;
/**
* Hello world!
*
*/
public class App {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
| [
"504316589@qq.com"
] | 504316589@qq.com |
bf33d2a58d39b471ad97ac5c7d25747c941bd462 | 2f71385f877d8367ec9cd9320e7b32a7cb2c9171 | /hercules-partitioner/src/main/java/ru/kontur/vostok/hercules/partitioner/ShardingKey.java | e4f3237aa9504a8b355e8ffc2f38ff01c4559845 | [
"MIT"
] | permissive | Tsypaev/hercules | 863887eabc3dc55de43775ddb2d86fd1be309425 | 5610deeb56beb3183c63b8804568b44f47b3894d | refs/heads/master | 2020-05-15T11:46:15.876051 | 2019-04-22T11:37:47 | 2019-04-22T11:37:47 | 182,244,001 | 0 | 0 | MIT | 2019-04-19T09:58:45 | 2019-04-19T09:58:45 | null | UTF-8 | Java | false | false | 1,359 | java | package ru.kontur.vostok.hercules.partitioner;
/**
* @author Gregory Koshelev
*/
public class ShardingKey {
private static final ShardingKey EMPTY = new ShardingKey(new String[0][]);
private final String[][] keys;
private ShardingKey(String[][] keys) {
this.keys = keys;
}
public static... | [
"kgn@skbkontur.ru"
] | kgn@skbkontur.ru |
dc2bc78ed8e1fe7cfbf8fc122a616f8fb219f118 | 83956fd4dc31e5c8c5623d9aad16899d84976c8a | /src/main/java/com/gdky/graduation/wx/dao/impl/OrderDaoImpl.java | af3d5b7f075995f8b6f341e593e8329e307137a8 | [] | no_license | zhenfeii/graduation | a5c0015871148e5220bb940163bde22dafb35489 | cf51a444063190098a4c559e7b8a45f0677f20ba | refs/heads/master | 2021-04-09T11:29:09.098343 | 2018-04-24T22:50:58 | 2018-04-24T22:50:58 | 125,448,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,905 | java | package com.gdky.graduation.wx.dao.impl;
import com.gdky.graduation.wx.dao.OrderDao;
import com.gdky.graduation.utils.TimeConverterUtil;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowCallbackHandler;
import org.springfr... | [
"zhenfei.huang@gdkyit.com"
] | zhenfei.huang@gdkyit.com |
1cae55043a9d228302359fb06fd949c2c214fca9 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/ExoPlayer/2018/12/CachedContentIndexTest.java | 6080f6eccd159a0c7570bf99036b12e3c11065f5 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 11,484 | java | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
d69546563ed0c267735c9518430af84e01e626d9 | b212058e37bc52985822597cf859100d70994305 | /StrategyPattern/Main.java | dd0790923faa213e50c6d0e306af951c95965da1 | [] | no_license | drjonesy/DesignPatterns | 7bf7b0973ce1d105ceaaa2e4d8e36687421cf6b1 | 0aa421e15fb11e20b0f4e3431cc709eaa1596cc1 | refs/heads/master | 2021-01-25T04:36:47.096661 | 2017-06-06T01:15:20 | 2017-06-06T01:15:20 | 93,460,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | package StrategyPattern;
import StrategyPattern.composition.MedicalHealthy;
import StrategyPattern.composition.TailFalse;
import StrategyPattern.type.Animal;
import StrategyPattern.type.Rodent;
import StrategyPattern.type.Bird;
/**
* Ryan Jones
* Strategy Pattern
* How to use: Instantiate Animal as Order Type
* e... | [
"admin@admins-iMac.local"
] | admin@admins-iMac.local |
26e92493ef1366e73b29ba2ed1f925d565f7e02a | 5e53480c0684cd9750030c3b17f3b73d54989ea6 | /Server/WeatherSender/src/main/java/ru/func/weathersender/service/MailSender.java | 456ffdaa2aa7e15c369930ec43b937559ea16afd | [
"MIT"
] | permissive | AppLoidx/MeteoService | 29012a483e582658a07503e2bc25c6c04702b0a7 | 566d4c5273cad8bd1192ab96c5ef28d24c690e5d | refs/heads/master | 2020-12-20T22:55:17.464481 | 2020-01-25T17:45:56 | 2020-01-25T17:45:56 | 236,233,063 | 0 | 0 | MIT | 2020-01-25T21:35:40 | 2020-01-25T21:35:39 | null | UTF-8 | Java | false | false | 841 | java | package ru.func.weathersender.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.stereotype.Service;
/*... | [
"rtem903134@gmail.com"
] | rtem903134@gmail.com |
d2dc109d8773dea79eaeecd66ad90c64372d73fc | a83215aa128babe0dc1f124f738dc6a818c40d92 | /Java/Alg/src/Offer/Q32_PrintBinaryTree/PrintTreeInLines.java | 81e982b55e976f6c8b3f39e0ca27b05730fd25d7 | [] | no_license | w1252675615/coding | a17672dd90303fceeaf1131cd7b569a4a6fd764b | 7063e14f5d99193d7ce4a2a4fbee57892919ceab | refs/heads/master | 2021-04-18T19:29:46.953045 | 2019-04-24T06:54:52 | 2019-04-24T06:54:52 | 126,181,184 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,235 | java | package Offer.Q32_PrintBinaryTree;
/*
按行从左到右打印二叉树
*/
import java.util.ArrayDeque;
import java.util.ArrayList;
public class PrintTreeInLines {
ArrayList<ArrayList<Integer>> Print(TreeNode pRoot) {
ArrayList<ArrayList<Integer>> result = new ArrayList<>();
ArrayList<Integer> temp = new ArrayList... | [
"w1252675615@gmail.com"
] | w1252675615@gmail.com |
03f7efc09d5d7dc8e1593b654a7893619f3429e3 | 3e9a23209145406ea1a3033ce22506fb93f3ff04 | /src/main/java/DAOLayer/DBDaoImpl.java | 436c9af430b2adbe3085bd5220f13f34950ade79 | [] | no_license | jainsarthak3/eCFHackathonIceBreaker | 727f7adeb37cbe23a152613f100bcb37cc46fca9 | 1752b4ae7cea9a3fc4f9ae886482a12eaf88d9b3 | refs/heads/master | 2022-12-18T06:06:10.536592 | 2020-09-18T06:27:06 | 2020-09-18T06:27:06 | 296,445,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package DAOLayer;
import Database.ProfileData;
import Database.UserProfileDb;
import java.util.Map;
public class DBDaoImpl implements DBDao {
private static UserProfileDb userProfileDb = new UserProfileDb();
@Override
public Map<String, ProfileData> getUserPoolData() {
return userProfileDb.getUs... | [
"jsarthak@amazon.com"
] | jsarthak@amazon.com |
26155df7a00598c5a7baf79b155d258b24ad855b | 2e5888d6fab3e562187b41e6b3180c18a83a56ed | /HW2/app/src/main/java/com/example/zijia/hw2/MainActivity.java | 7361e51f2bfb62bcfb6a17bbd136638c9214e32c | [] | no_license | pronter/Android-Common | 51ec0a71b6f48a3ad6579c7ec28d8e5b3f1b0fd3 | 0b565c658aa28c2c5e3ba6910a0270b70e7166fd | refs/heads/master | 2021-01-15T10:07:23.097301 | 2016-01-10T15:42:55 | 2016-01-10T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,176 | java | package com.example.zijia.hw2;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import a... | [
"646706396@qq.com"
] | 646706396@qq.com |
3a01e9a5e8b7988b93035b2696d96f0962faf04f | 2aaf5cca177d8c782a8df6cd1bff0287ad9af9de | /Bai-Tap-Tuan/src/com/dhpm11/Tuan_3/Class/11DHPM2019/src/main/java/com/dhpm11/tuan3/DemoJFrameTinhToan.java | 9bd1f755077a5e03b366afd43abe4ab5f9e0f21f | [] | no_license | letranbaosuong/Java-Application | ed04e2188205ba6efaef33ac254b4a0391ebf010 | fa94874bf3079aa1a768f270be68ed3046506614 | refs/heads/master | 2020-07-23T19:29:10.371830 | 2019-10-26T12:31:05 | 2019-10-26T12:31:05 | 207,682,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,466 | 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 com.dhpm11.tuan3;
/**
*
* @author Suong
*/
public class DemoJFrameTinhToan extends javax.swing.JFrame {
/**
* Cre... | [
"suong.66lab@gmail.com"
] | suong.66lab@gmail.com |
0dd3dd9825a388a359485cbe186109667a213054 | 4d6f449339b36b8d4c25d8772212bf6cd339f087 | /netreflected/src/Framework/mscorlib,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/runtime/interopservices/GuidAttribute.java | a84634f305bef6520dd085cb81f849c1d425544f | [
"MIT"
] | permissive | lvyitian/JCOReflector | 299a64550394db3e663567efc6e1996754f6946e | 7e420dca504090b817c2fe208e4649804df1c3e1 | refs/heads/master | 2022-12-07T21:13:06.208025 | 2020-08-28T09:49:29 | 2020-08-28T09:49:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,757 | java | /*
* MIT License
*
* Copyright (c) 2020 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... | [
"mario.mastrodicasa@masesgroup.com"
] | mario.mastrodicasa@masesgroup.com |
7a97f2ce4b8a1d9b2234c1a91680f5e1b92ebd1a | 5677f683943be31df1ff275b1fce8004b6669feb | /src/main/java/prest/common/data/ContextBuilder.java | cc3b6a27088647870102167ab4ad6246ad6e3b97 | [] | no_license | vrthra-forks/prest | 2736b4386fb71eeabe7698077a2d6e67d45a7091 | e0e839c1ce7e049b92ebf7a9045b9bf7ac62caaf | refs/heads/master | 2021-05-26T19:41:10.135164 | 2013-07-15T18:24:41 | 2013-07-15T18:24:41 | 11,318,628 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package prest.common.data;
/**
* @author secil.karagulle
* @author ovunc.bozcan
*/
public interface ContextBuilder {
/**
* @return TODO
*
*/
public DataContext store() throws Exception;
/**
* @param dataContext
* @throws UnsupportedDataContextException
*/
void load(DataConte... | [
"8@vrtra.net"
] | 8@vrtra.net |
9a6ef7a92a311d354430b241753e2bc2bfbd5bce | 779af41651f901c059d3fa3e0d8f2de639b3c2c9 | /UnitTesting/app/src/test/java/ru/itis/lectures/unittesting/mocks/TestHolder.java | 583769abb4ff2394808756879db977155820cbaf | [] | no_license | Yasinaaa/AndroidLab | d6a5df1b69db39ee84a80f2cb5b1d6ec2a640527 | 63c4f8b282d94a04b4f19b43f51f918e3e7cecc0 | refs/heads/master | 2021-01-18T21:19:18.653095 | 2016-05-17T13:18:15 | 2016-05-17T13:18:15 | 51,688,061 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package ru.itis.lectures.unittesting.mocks;
import android.support.v7.widget.RecyclerView;
import android.view.View;
/**
* @author Artur Vasilov
*/
public class TestHolder extends RecyclerView.ViewHolder {
public TestHolder(View itemView) {
super(itemView);
}
}
| [
"yahootadaa@gmail.com"
] | yahootadaa@gmail.com |
7484827e960dc264f373ceeb693459571c86bac5 | 14577db8af287689a157320973826d616db2c620 | /dp-ordm-webapp/src/main/java/com/zeusas/dp/ordm/controller/CmbcController.java | 974d94247a32e630ddf0424746a8d0c6a87cadc1 | [] | no_license | wonsaign/dp-ordm | 21f44f4ad542f34352eae1b01c0327cb1139789f | b234db95412344726f557f56eb9d938ce73f1fd2 | refs/heads/master | 2020-03-08T07:38:15.009836 | 2018-04-04T03:15:23 | 2018-04-04T03:15:23 | 127,999,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,570 | java | package com.zeusas.dp.ordm.controller;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.time.LocalTime;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.codec.binary.Base64;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spr... | [
"dp_web@drplant.com.cn"
] | dp_web@drplant.com.cn |
62246607ffca85c9d48aea6f5af0873c3edd2141 | 3c31e60ca61e2807dfe6f452e45d657bc4d4f369 | /src/main/java/com/each/cdl/controller/CustomAuthenticationProvider.java | 4a7d1f35e3be2e61d040834731881f49bf75a926 | [] | no_license | nogueirajuan/clube-do-livro | 814f8c230190992d30d315e114e6a007d55e1b84 | 1c3af98c365a000e9b21ae4094ef6edd29b61360 | refs/heads/master | 2021-08-19T04:41:08.634485 | 2017-11-24T20:16:37 | 2017-11-24T20:16:37 | 105,243,473 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,515 | 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 com.each.cdl.controller;
import com.each.cdl.integration.UserIntegration;
import com.each.cdl.integration.responses.LoginRespo... | [
"jsnogueira.web@gmail.com"
] | jsnogueira.web@gmail.com |
38d0b9959e8e1e65c02ce5192aae163744968bb9 | bc8e3883dc4769ad221bd38b43689efb5342b81b | /src/com/icarus/tutorial/designpattern/factory/gof/SecureMySqlConnection.java | e1aa25531aab489c19a3f18e772cbffdac9976b7 | [] | no_license | Ic4rus/Tutorial-Java-DesignPattern | 0f8e2bab603d99ca67d17ceea81f408918e5876b | a59dcb4e5d04eb1c6e506959655c50c4a0bec35b | refs/heads/master | 2020-04-15T05:11:57.448225 | 2016-01-22T06:44:17 | 2016-01-22T06:44:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.icarus.tutorial.designpattern.factory.gof;
public class SecureMySqlConnection extends Connection {
public SecureMySqlConnection() {
}
public String description() {
return "MySQL secure";
}
}
| [
"thanght4391@gmail.com"
] | thanght4391@gmail.com |
882837d6f1951af1ca6cb467ba7486761a2c952e | 8656517a9596fe40717320bf986d959dffd11c25 | /app/src/test/java/com/clivenspetit/bowlingscoring/app/BowlingScoringTest.java | 1c356522241797f0c5080c220fa213a6551fca92 | [] | no_license | peclevens/bowling-scoring | 90d3f2b2010e34292fdc13f38114868e0ca44cf2 | 356c7e797b8da1eee43b9a2ed8a21b4a75c9c21b | refs/heads/master | 2023-06-26T20:58:58.596524 | 2022-01-05T08:09:58 | 2022-01-05T08:09:58 | 205,708,526 | 2 | 0 | null | 2023-06-14T22:30:00 | 2019-09-01T17:16:47 | Java | UTF-8 | Java | false | false | 4,356 | java | package com.clivenspetit.bowlingscoring.app;
import com.clivenspetit.bowlingscoring.domain.game.AbstractScoreProcessor;
import com.clivenspetit.bowlingscoring.domain.game.Player;
import com.clivenspetit.bowlingscoring.domain.game.repository.BowlingRepository;
import com.clivenspetit.bowlingscoring.domain.utility.FileU... | [
"clivens.petit@magicsoftbay.com"
] | clivens.petit@magicsoftbay.com |
63be5549e65235129e743440722fc90897e3e5ce | ba521ca4278d1b9c6129dda07f2b0374bde4ce9d | /testStaff.java | 08dd7ca006e0dac8c7e56fd5b6a06382fc6e60e7 | [] | no_license | ducanh9797/ClassPerson-MiniClassOfPerson | 242d7ac90d8e7d6fc44060b33f1f523734f448ee | 04af557682914bdbf3415eb6041deef986cb3e07 | refs/heads/master | 2020-03-22T05:24:02.905164 | 2018-07-03T09:50:54 | 2018-07-03T09:50:54 | 139,563,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | public class testStaff {
public static void main(String[] args) {
Staff staff = new Staff("DucAnh", "VietNam", "Codygym", 200000);
System.out.println(staff.toString());
}
}
| [
"ducanhdovts@gmail.com"
] | ducanhdovts@gmail.com |
533749840d3bdfcf660135fe37bb72b8e73465e9 | ddb15b80fd7823d16acb5aeb770089d82d7a15be | /document-parser/src/main/java/com/buildit/parser/Parser.java | 99925642a89a60b4894bf3fc5721c87adc386edf | [] | no_license | lorenzo-deepcode/buildit-all | 2bdd24efd4aff9b993098f7d153cd27690648ed3 | 30a02c0bc1c8253706964de6141a0cc806568916 | refs/heads/master | 2020-04-09T18:46:03.818625 | 2018-12-05T13:33:09 | 2018-12-05T13:33:09 | 160,523,196 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.buildit.parser;
import java.io.*;
import org.apache.tika.metadata.Metadata;
import org.apache.tika.parser.ParseContext;
import org.apache.tika.parser.pdf.PDFParser;
import org.apache.tika.sax.BodyContentHandler;
import org.xml.sax.ContentHandler;
public class Parser {
public static String parse(Inpu... | [
"lorenzo@deepcode.ai"
] | lorenzo@deepcode.ai |
9862a60fb399198dd52f5d4924036379eb1764da | e378790b3fdffc6a6e54bff2d75baf07831d10e3 | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/ResourceDataSyncS3Destination.java | 819735dc9856f4fead4392a861b295656af3aa5b | [
"Apache-2.0"
] | permissive | TejasPatel007/aws-sdk-java | b0a1703171a516115a719c1649a4dbc0b830ce9a | 31c764c2bedad45ed6b51799e77889fb8ec8684b | refs/heads/master | 2021-07-07T07:54:58.070264 | 2017-10-03T17:49:17 | 2017-10-03T17:49:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,521 | java | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
2f9de5d98e0cf1ea121d5c1f34b5ea7e9765e6e0 | a44c0249cd2d5a485addc6716d566c8d38aa09bd | /later/src/main/java/com/baizhi/mapper/MenuMapper.java | 593dd1b7aae1fc38b5af840f7bd14e712a9a87ae | [] | no_license | youchengpeng/cmfz | 77dc48fa38ba4338787c5ed75d7c9d24d629215b | d3b3b4995ddc6b8582dc702a21a0848f69425c2c | refs/heads/master | 2020-04-13T19:40:01.048339 | 2018-12-28T11:34:45 | 2018-12-28T11:34:45 | 163,409,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package com.baizhi.mapper;
import com.baizhi.entity.Menu;
import java.util.List;
public interface MenuMapper {
public List<Menu> queryAll();
}
| [
"421484594@qq.com"
] | 421484594@qq.com |
300499056780e9a36ece27106f33b72d92a328a5 | 087c88d4a358e6a1d4f280a961087d1ba25d3875 | /app/src/main/java/com/oliviercoue/nameless/components/chat/ChatManager.java | d77ec742b311ed8de937f9ddc280bb28f5d5b634 | [] | no_license | OlivierCoue/NamelessApp | 702091e18d9b216eb146ea121e1fb2206f430423 | bb2803559cf4d24712a2569492d190765ffc7186 | refs/heads/master | 2021-01-10T15:56:16.989642 | 2016-03-14T17:31:41 | 2016-03-14T17:31:41 | 51,267,318 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,084 | java | package com.oliviercoue.nameless.components.chat;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import com.github.nkzawa.emitter.Emitter;
import com.loopj.android.http.JsonHttpResponseHandler;
import com.loopj.andr... | [
"olivier28.coue@gmail.com"
] | olivier28.coue@gmail.com |
05d1b70812fa2065e1c63133d17dc7eb35d596e1 | 15bd4c02a8e98f9953570ae82407e74adc4e8465 | /cubes-hackerrank/src/main/java/co/com/rappi/cubes/Solution.java | 2fa2c995f85b5a9980af98f161e2475454cdedf5 | [] | no_license | emirfredy/hackerrank | fa2e804763d315feb9a35de65ef3206582812566 | f7b9bed36673c1a2c9e17370c0e4c4e23859ef01 | refs/heads/master | 2021-01-20T02:37:16.025538 | 2017-03-05T03:58:56 | 2017-03-05T03:58:56 | 83,820,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,539 | java | package co.com.rappi.cubes;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import co.com.r... | [
"emir@emir-XPS-L322X"
] | emir@emir-XPS-L322X |
3d49247fd0393556c19025c13c70e81ec3324781 | 374625b97c1f520f7b7a71e57fed8307a0b782ab | /com/hbm/inventory/gui/GUILaunchPadTier1.java | edf101b35d5f2c78cbd92f52b948de8bd9db8786 | [
"WTFPL"
] | permissive | yeyuluo123/Hbm-s-Nuclear-Tech-GIT | 6a05f45e305b03c36d2b1095ad187e4bcced98c3 | 011b6cf147389f255dc669249d7997ebd97e6e24 | refs/heads/master | 2021-06-13T16:03:10.829430 | 2020-08-13T04:05:56 | 2020-08-13T04:05:56 | 254,438,707 | 0 | 0 | null | 2020-08-05T08:29:01 | 2020-04-09T17:38:26 | Java | UTF-8 | Java | false | false | 2,588 | java | package com.hbm.inventory.gui;
import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.I18n;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.util.ResourceLocation;
import org.lwjgl.opengl.GL11;
import com.hbm.inventory.container.ContainerLaunchPadTier1;
import ... | [
"hbmmods@gmail.com"
] | hbmmods@gmail.com |
d77838a0ca243c06d19107ac0edb56869881802b | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE400_Resource_Exhaustion/s02/CWE400_Resource_Exhaustion__sleep_console_readLine_74a.java | 5f1925bbe31834a1c51808d35df3cc61a894396d | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,727 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE400_Resource_Exhaustion__sleep_console_readLine_74a.java
Label Definition File: CWE400_Resource_Exhaustion__sleep.label.xml
Template File: sources-sinks-74a.tmpl.java
*/
/*
* @description
* CWE: 400 Resource Exhaustion
* BadSource: console_readLine Read count ... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
5b3b241911fa7b83992a014de5faef322c02407b | 2653a33d0a3e90d53cee1b65884f4164c8bea14a | /library/src/main/java/per/zzch/library/listener/ClickListener.java | ef85b1de3d432926ed04b236a5dbc544f89d1449 | [] | no_license | zzch137160176/WanAndroid | b8fb08e8835c03dbcbff3408e55fd7ef98f40b51 | 7d4cbe5228df7ef2f621e3fcd08438a938594444 | refs/heads/master | 2020-09-05T02:10:30.543627 | 2019-11-12T05:40:45 | 2019-11-12T05:40:45 | 219,953,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package per.zzch.library.listener;
import android.view.View;
/**
* @author :曾佐丞
* @e-mail :zengzuocheng@jimimax.com
* @date :2019/11/11
* @desc :
*/
public interface ClickListener {
/**
* 普通点击的监听
*
* @param v view
*/
void onClick(View v);
}
| [
"zzch9qnby@163.com"
] | zzch9qnby@163.com |
7e178e1fab7b978e723666d1b69cefcbacde8e16 | abd8ee3afb8a36d046b47df429b91c386097d3ca | /src/Employee.java | 9dbfde010146137a92fb85b99e0f139efb8264df | [] | no_license | jacoob1406/java-booking-application | 7c2074046cba4d993b027c50b9156625fe45f005 | 86188a4de139734ac60a70f90158e48cf1f0409c | refs/heads/master | 2021-05-12T07:04:58.392592 | 2018-01-12T11:49:46 | 2018-01-12T11:49:46 | 117,235,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | import java.io.Serializable;
/**
* A class representing an employee with a first name
* @author Jakub Lemka
* @version 1.0
*/
public class Employee implements Serializable
{
private String name;
/**
* One-argument constructor.
* @param name the employee's name
*/
public Employee(String na... | [
"lemka.jakub@gmail.com"
] | lemka.jakub@gmail.com |
f2781a38af47291c71073607ca6ae4414ec45df9 | 2939349e2509fb55f824166dc0ee394bd0dd378c | /curso-java/exercicios/src/fundamentos/operadores/Aritmeticos.java | d39accc4f159e6cc108a70644c723d1ac4d23eb8 | [] | no_license | thiagofb84jp/coding-day-by-day | 5342fd5ab679c578d5fff171aca960a82c64b5ae | a0c9000b18fd4f8dfa70cf51f0c072c407a86a41 | refs/heads/master | 2022-12-26T07:07:53.165477 | 2020-08-31T11:58:15 | 2020-08-31T11:58:15 | 231,764,382 | 2 | 0 | null | 2022-12-11T01:51:35 | 2020-01-04T13:04:46 | HTML | UTF-8 | Java | false | false | 772 | java | package fundamentos.operadores;
public class Aritmeticos {
public static void main(String[] args) {
System.out.println(2 + 3);
double x = 34.56;
double y = 2.2;
System.out.println(x + y);
System.out.println(x - y);
System.out.println(x * y);
System.out.println(x / y + "\n");
int a = 8;
in... | [
"thiagofb84jp@gmail.com"
] | thiagofb84jp@gmail.com |
9fe732f31c156823cd5ff710a73b155c8bcf64e2 | ea681d4eae4f3603938d52a5e1bc9e5e230f5cab | /lcRound1/src/TwoSum.java | f95ee240bb821e4c0e3f342b1c10eec10e078447 | [] | no_license | ichappysky/eclipse | a71dfa2a13ecfb767ce56a83a07bef8afd8a84e5 | b994bdd1c22755b8062271e7a5365070ebfcc13d | refs/heads/master | 2016-09-08T01:27:22.484973 | 2013-12-16T00:55:02 | 2013-12-16T00:55:02 | 15,214,018 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | import java.util.HashMap;
import java.util.Map;
public class TwoSum {
public int[] twoSum(int[] numbers, int target) {
if (numbers == null || numbers.length < 2) {
return null;
}
Map<Integer, Integer> numToIndexMap = new HashMap<Integer, Integer>();
for (int i = 0; i < numbers.length; i++) {
if (numToI... | [
"ichappysky@gmail.com"
] | ichappysky@gmail.com |
68ffe0a954b2142f58c91da5ad12b756e02e5fa8 | 323022ae8f0659cceb26b73e209c9d1a3d698894 | /app/src/main/java/com/example/giftio/MaleActivity.java | 03615a8986886d97e42f942c4fb2226e2a60c57f | [] | no_license | hibbamehmood/Giftio | b9b7754382266090463ec2f3a9494f0c73b378ab | 680341f7163b677029cdf5198ae46c3ffca84928 | refs/heads/master | 2022-11-18T12:28:19.347457 | 2020-07-15T10:32:36 | 2020-07-15T10:32:36 | 279,837,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,156 | java | package com.example.giftio;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.Button;
import android.widget.ImageView;
import ... | [
"mehmoodhibba19@gmail.com"
] | mehmoodhibba19@gmail.com |
7eb494cba25f2cc39461aefe2620bf5074ff59fe | 8c934cb7c3e2fbf7d5025b09f1257e5195288950 | /cmz-exercise/src/main/java/com/cmz/concurrent/CountDownLatchDemo.java | 40b01203f29b203bad01db0be7a1f6d131bdf843 | [] | no_license | cmzdandan/cmz-practice | 4529a0141c3c99748dbabac68b7d366bf5f533e4 | 77eb3c4759b560eb1a96bbcd694615c7be07d56a | refs/heads/master | 2021-07-18T15:29:42.297609 | 2019-11-08T10:49:24 | 2019-11-08T10:49:24 | 220,445,608 | 0 | 0 | null | 2020-10-13T17:19:32 | 2019-11-08T10:41:23 | Java | UTF-8 | Java | false | false | 765 | java | package com.cmz.concurrent;
import java.util.concurrent.CountDownLatch;
/**
* @author chen.mz
* @email 1034667543@qq.com
* @nickname 陈梦洲
* @date 2019/9/9
* @description CountDownLatchDemo
*/
public class CountDownLatchDemo extends Thread {
static CountDownLatch countDownLatch = new CountDownLatch(1);
... | [
"chen.mz@belle.com.cn"
] | chen.mz@belle.com.cn |
9ab119b686edae0fc893705144785c09366e1a3e | 017b6dd7d3a526ff1664c3f5734d7943c4a30815 | /src/main/java/com/bfsi/mfi/entity/InitConsole.java | 57e3441c1b117f0aa94e8c50df20e4956d8e9517 | [
"Apache-2.0"
] | permissive | ltphan/egalite-web-service | bfa3418cfecc750303a73c1234dbd237119bc3b1 | 8f47a544b5508a490ef18d45b62621857915c156 | refs/heads/develop | 2021-01-22T00:30:01.371799 | 2016-08-07T18:14:00 | 2016-08-07T18:14:00 | 63,091,292 | 0 | 0 | null | 2016-07-11T18:15:18 | 2016-07-11T18:15:17 | null | UTF-8 | Java | false | false | 4,947 | java | package com.bfsi.mfi.entity;
public class InitConsole extends MaintenanceEntity{
public InitConsole() {
}
private String tgrp1txt1;
private String tgrp1txt2;
private String tgrp1txt3;
private String tgrp1txt4;
private String tgrp1txt5;
private String tgrp1txt6;
private String tgrp2txt1;
private String tg... | [
"mgeiss@mifos.org"
] | mgeiss@mifos.org |
9be978b4b1b0f84b57b4726c97f34a5c5ad6eb8d | d4dddfeb4dfda19e2d56cb85a55e1009ac15e4cb | /src/main/java/com/nextgen/inventory/dto/ProductDto.java | a09e2800c3831bc82d2e2eddb24f048adc35b76a | [] | no_license | hitesh74/inventory | ceeeac37576ec27726b48aec64d88410a4abe75a | 37c73103a63b9393a8520febe7cb45903e841ca5 | refs/heads/master | 2020-04-05T23:02:51.652731 | 2017-02-23T12:33:22 | 2017-02-23T12:33:22 | 82,925,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package com.nextgen.inventory.dto;
import java.util.Date;
import java.util.List;
import com.nextgen.inventory.enums.ProductStatus;
public class ProductDto {
private Integer productId;
private String name;
private ProductStatus status;
private Date created;
private Date updated;
private List<ItemDto> item... | [
"hitesh.katariya@crisil.com"
] | hitesh.katariya@crisil.com |
43245c89fb3873d1604bcfadc549afc60a90b65e | 62f57f013b35df7eaf02105fed90688f601cb118 | /src/main/java/in/nit/dao/IUomDao.java | c9bc23491890e9bd04dfa37e368c15865ff5fd5d | [] | no_license | KumarSantosh-Dev/MyProjectApp | 2cc03ae49fa44e7be1e052fc8483e75aef781335 | 084deb1e7868a6efedd8fd791fe6d752e066e4f8 | refs/heads/master | 2023-03-05T21:03:37.859526 | 2020-04-29T04:06:48 | 2020-04-29T04:06:48 | 243,733,618 | 0 | 0 | null | 2023-02-22T07:42:02 | 2020-02-28T10:13:30 | Java | UTF-8 | Java | false | false | 403 | java | package in.nit.dao;
import java.util.List;
import in.nit.model.Uom;
public interface IUomDao {
Integer saveUom(Uom u);
List<Uom> getAllUoms();
void removeUomById(Integer id);
Uom getOneUom(Integer id);
void updateUom(Uom ob);
List<Object[]> getUomTypeCount();
List<Object[]> getUomIdAnd... | [
"rajesh@DESKTOP-M4KGAHT"
] | rajesh@DESKTOP-M4KGAHT |
3593326b605e8094ea55482a1dd4ca011c60b300 | d95591a56008df31ca499bb624c07a6f59c3e549 | /src/Strategy/implement/UserController.java | ad66df3e32fcb6f2e4e3e5325346580e41dee8dc | [] | no_license | Van-Do-Git/md2.bai23 | 06d0f818f74d81434bd5f240d595d628280b055f | 3e0b7a8cc3cf227a6b7aa888cbeb76d256ab0dca | refs/heads/master | 2023-07-11T01:16:30.127017 | 2021-08-08T09:31:00 | 2021-08-08T09:31:00 | 393,836,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package Strategy.implement;
public class UserController implements UserStorage {
UserStorage userStorage;
public void setUserStorage(UserStorage userStorage) {
this.userStorage = userStorage;
}
@Override
public void store(User user) {
userStorage.store(user);
}
}
| [
"mittervan@gmail.com"
] | mittervan@gmail.com |
2843c2d74f97bb4d0c1d15f1c93bd435598b91e1 | f94709d63967f195409baf59abff99d59551ebea | /src/main/java/com/condata/conference/repositories/SpeakerRepository.java | d6ef0ce27d9cfb721ca3b4682465ddc8fc1b5de6 | [] | no_license | Aditya-Thakur-Dev/conference | 76c22639bc900b6b83465011960a8797918c7f05 | a0eaab4434306a692df818a7933d6d3eacdd2401 | refs/heads/main | 2023-06-18T13:07:32.189336 | 2021-07-14T10:30:36 | 2021-07-14T10:30:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package com.condata.conference.repositories;
import com.condata.conference.models.Speaker;
import org.springframework.data.jpa.repository.JpaRepository;
public interface SpeakerRepository extends JpaRepository<Speaker, Long> {
}
| [
"atdthk@gmail.com"
] | atdthk@gmail.com |
83fe0fd84297572570dbd7c8bd106846b7a3ad6e | 1817c327aca5e0590efe81d5f4760daa7c3d7c96 | /src/net/highwayfrogs/editor/file/mof/poly_anim/MOFPartPolyAnimEntryList.java | 2da2b34a2db7b305a2d6651bd5aa623c48e7ea9b | [] | no_license | hellfire3d/FrogLord | 5353ebe17d7b050ee28428c6c42cde0636ef0a7c | 4a2976a13046909c9def93b530e831e3774e41c1 | refs/heads/master | 2022-12-05T22:03:57.630596 | 2019-03-03T10:58:03 | 2019-03-03T10:58:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,336 | java | package net.highwayfrogs.editor.file.mof.poly_anim;
import lombok.Getter;
import net.highwayfrogs.editor.file.GameObject;
import net.highwayfrogs.editor.file.mof.MOFPart;
import net.highwayfrogs.editor.file.reader.DataReader;
import net.highwayfrogs.editor.file.writer.DataWriter;
import java.util.ArrayList;
import ja... | [
"davidmenlo2@gmail.com"
] | davidmenlo2@gmail.com |
26a1a5c785506a9ced2eb2d993a539b10fbd903a | 4a5cab4c38204fa97bf2e35b59cfbc1e7a54cdcb | /store/src/main/java/ro/microservices/store/config/OAuth2FeignRequestInterceptor.java | 4118c74fb4428cf5191dfafac0eee20e9df6a78a | [] | no_license | florinvistig/microservices-spring-netflix | 6e855d0500272f68730ce86434cc9589799e567b | 8a445b152bd9d204c7828512a7a4239498d3b45a | refs/heads/master | 2021-01-23T04:28:58.553635 | 2017-09-07T12:42:38 | 2017-09-07T12:42:38 | 102,447,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,816 | java | package ro.microservices.store.config;
import feign.RequestInterceptor;
import feign.RequestTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigu... | [
"florin_vistig@yahoo.com"
] | florin_vistig@yahoo.com |
517073dedb2ff27e18e5fd708298226bf6ff01ce | 239fc6a332127e45456ec9311c41eca6be4a0d9f | /ssm-pos/src/main/java/com/s3s/ssm/view/printer/PrinterServiceImpl.java | 420b5234656d9eb9bf4ae08fd8ce116ab2e86282 | [] | no_license | hoanglt705/xcafe | b1d3baf30ce679f3e96a471a44e5deea5379832d | 2cc3caccd1be6253748cfface3b694f0fbd9ea82 | refs/heads/master | 2021-08-24T11:17:10.902456 | 2017-12-09T13:29:44 | 2017-12-09T13:29:44 | 111,182,797 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package com.s3s.ssm.view.printer;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import com.s3s.ssm.service.AbstractViewService;
public class PrinterServiceImpl extends AbstractViewService<PrinterDto> {... | [
"hoanglt705@gmail.com"
] | hoanglt705@gmail.com |
2056750c4659bebc6df83e6f20ed8076d60a4c59 | e6f7e97c89ac7dd4344bc667bcf863a38b834774 | /src/main/java/com/example/petagrama/pojo/Mascota.java | b4e1927895670aff41e99bdd624be80f4383c44e | [] | no_license | kninov/generando_persistencia_modulo_5 | d1e2e22cf90322635e18355820ae95dbbe59188e | aadf9e2af67def6547d7788eb4663cce27aec88e | refs/heads/master | 2022-12-02T22:31:13.081320 | 2020-08-16T04:13:08 | 2020-08-16T04:13:08 | 287,870,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package com.example.petagrama.pojo;
public class Mascota {
private int id ;
private String nombre ;
private int rating;
private int foto;
public Mascota(int foto, String nombre, int rating) {
this.nombre = nombre;
this.rating = rating;
this.foto = foto;
... | [
"noreply@github.com"
] | noreply@github.com |
3286dc5556d5af0895686ecf06a5096440afa634 | af6bcbfebbb458e35804c9d62e7f172dadb45420 | /JAVA_BIO/src/format/clustal/ClustalW2Aln.java | 6f0451ee81ff5f3393289d3fc3d1e0e682267c48 | [] | no_license | axrt/JAVA_BIO | f56201916831553cdac5219e24e5fb3e2521fc8e | eba35edd749d19825a10c53a3bca8a8499eff86f | refs/heads/master | 2021-01-22T07:32:12.597597 | 2015-06-18T14:33:29 | 2015-06-18T14:33:29 | 7,707,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,499 | java | package format.clustal;
import java.io.*;
import java.util.*;
/**
* Java Bio is a free open source library for routine bioinformatics tasks.
* Copyright (C) 2013 Alexander Tuzhikov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | [
"alexander.tuzhikov@gmail.com"
] | alexander.tuzhikov@gmail.com |
89644be191a8becad00d153981dc9edb3b00dee6 | 668dca3f31bd5aee7c6f3bbbd75e120025b79a8b | /entidade/src/main/java/br/com/welson/estoque/menu/entidade/Menu.java | a23f666bab7126c748604e6fb10c70887efa51f0 | [] | no_license | welsonlimawlsn/estoque | 5d3c29cefc358c4a5354c85d003e40bf8b0ce0f9 | 7a5f561d615b6cce443942c425facff63292a7b3 | refs/heads/master | 2023-01-10T23:14:41.803685 | 2020-03-28T19:55:58 | 2020-03-28T19:55:58 | 235,439,274 | 0 | 0 | null | 2023-01-07T16:28:17 | 2020-01-21T20:52:49 | Java | UTF-8 | Java | false | false | 1,488 | java | package br.com.welson.estoque.menu.entidade;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.... | [
"welsonlimawlsn@gmail.com"
] | welsonlimawlsn@gmail.com |
ff5ef54764e92200da2907d0e53925faac10faad | a8fca6d1ea521bd31d50c536bcd40357778c65dd | /2.1_java-fundamentals-course/zhaw_exercises/2.1.007_getänkeautomat/src/com/publicept/edujava/getraenkeautomat/Getraenk.java | 1f3f5fde5b051c5e77d8cca116e08d2800e4f79c | [] | no_license | albiurs/edu_zhaw_java | 40b6c4293518a1987eab1066c977c3d9f86b671f | 8219bc10ec3604242283ce9f3cb97edb9856b688 | refs/heads/master | 2022-12-23T23:21:51.845284 | 2020-09-20T07:18:24 | 2020-09-20T07:18:24 | 269,969,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.publicept.edujava.getraenkeautomat;
/**
* Getänk.
*
* @author Urs Albisser
* @version 0.1
*/
public class Getraenk {
private String name; // Name des Getränks
public Getraenk(String name) {
this.name = name;
}
public String getName() {
return name;
}
}
| [
"u.albisser@gmail.com"
] | u.albisser@gmail.com |
1538dbb38435eedcae063fbb62f23922532e93b1 | 6db97ca305ccf3a5e243d4b6ad97dd9e4c45d10f | /src/main/java/se/school/ejb/EjbLanguageTable.java | a053b62e62fe8e277b93bb8ed65f94b3b4277b02 | [] | no_license | benols/school | ea4d3e9fb3a6d70e5c5a08e6f2b12c10d8fe48d7 | f75c14ae5aaf92815f90f1f4fa9226bd0c81c7b3 | refs/heads/master | 2020-07-23T15:47:08.774353 | 2016-09-27T12:08:26 | 2016-09-27T12:08:26 | 67,035,450 | 0 | 0 | null | 2016-09-22T13:50:46 | 2016-08-31T12:30:32 | Java | UTF-8 | Java | false | false | 782 | java | package se.school.ejb;
import se.school.classes.LanguageClass;
import se.school.jpa.LanguageTable;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import java.io.Serializable;
import java.util.List;
/**
* @author Benjamin Olsson
*/
@Stateless
public ... | [
"pawel.koszalkowski@outlook.com"
] | pawel.koszalkowski@outlook.com |
14c2d25876243a24c4543d8db338a1df8eca04c3 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2019/8/ExceptionDuringFlipKernelException.java | efceec3c08b93c8f1ed10c46e147cf8798a3375e | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,067 | java | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j 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
... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
97221931991ef6d89de43436458e893db432fb8c | 8560a76650ca805587f48d6b3a616899b262a67c | /src/test/java/tests/day5/TestsForIdLocator.java | 4c948ae267130024e23c22561f73a38b5c751a33 | [] | no_license | naileB/Summer2019OnlineTestSeleniumProject | 01d6e6432557c2ef268d230466811299a855ffa3 | 46801119b23e89ab5ef88257ae2b422295aca3da | refs/heads/master | 2023-05-11T03:43:25.898972 | 2019-12-22T00:12:11 | 2019-12-22T00:12:11 | 229,498,540 | 0 | 0 | null | 2023-05-09T18:19:12 | 2019-12-22T00:11:24 | Java | UTF-8 | Java | false | false | 841 | java | package tests.day5;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import utils.BrowserFactory;
public class TestsForIdLocator {
public static void main(String[] args) {
WebDriver driver = BrowserFactory.getDriver("chrome");
driver.get("... | [
"annetugbakurt@gmail.com"
] | annetugbakurt@gmail.com |
030fcdd47c1a2ef3af06a4329895846fd35a6bb2 | 3f3623cbe1f74510a8ac226319e44c414d6805ac | /ColorPicker/src/main/java/com/jackz314/colorpicker/slider/AbsCustomSlider.java | 8611f1598552f58ca8868ff841d1f5ad484d6a4f | [
"MIT"
] | permissive | jackz314/ToDo | 4fdeba1c1234f3984033c8edf55aa21456fb6c7a | e59b3c7cd97e83f3366d5b981b4721664e14f6e1 | refs/heads/master | 2021-06-11T06:08:51.326957 | 2020-05-20T21:09:13 | 2020-05-20T21:09:13 | 102,446,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,105 | java | package com.jackz314.colorpicker.slider;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.PorterDuff;
import android.support.annotation.DimenRes;
import android.util.AttributeSet;
import android.view.MotionEve... | [
"jackz314@bitbucket.org"
] | jackz314@bitbucket.org |
937d34fd3e4de34f259892426702568da15207f8 | c06d37d2f842c7f72f9a532fc393987dfcbb39dc | /refactoring/src/test/java/me/whiteship/refactoring/_08_shotgun_surgery/_29_inline_class/ShipmentTest.java | 862a41396aaf35c4a4f58e07a3cd01e602cdae94 | [] | no_license | YeongBinByeon/clone_coding | 1fa30abdcfd8c81491bf92115d2a43d8aa545545 | 09fc0c1855bcfbf278ecc350b5ade0797c7130a4 | refs/heads/master | 2023-07-31T03:31:07.727986 | 2023-07-27T19:46:11 | 2023-07-27T19:46:11 | 228,215,948 | 3 | 0 | null | 2023-03-03T21:18:36 | 2019-12-15T16:34:02 | Jupyter Notebook | UTF-8 | Java | false | false | 372 | java | package me.whiteship.refactoring._08_shotgun_surgery._29_inline_class;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class ShipmentTest {
@Test
void trackingInfo() {
Shipment shipment = new Shipment(new TrackingInformation("UPS", "12345"));
assertEquals... | [
"yeongbin6483@gmail.com"
] | yeongbin6483@gmail.com |
76712e77b5af3ab270c82087656e4bc92a90ce4a | 99ca33ca5270bcc7d6f17d012f202ac7075dce34 | /short-videos-dev/short-videos-dev-pojo/src/main/java/com/miyo/pojo/User.java | 4fe26b28506638adf93f5eeb026add1d47793508 | [] | no_license | loveztw/short-video | d95002aee919d9b3b4c6b579efc3746f39fa9577 | 3af347968fabf03420434ec52ee0fd0bae1658ce | refs/heads/master | 2020-03-22T00:42:13.462801 | 2018-07-07T15:02:11 | 2018-07-07T15:02:11 | 139,260,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,767 | java | package com.miyo.pojo;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Id;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel(value="用户对象", description="这是用户对象")
public class User {
@ApiModelProperty(hidden=true)
@Id
... | [
"rayzhou.cn@hotmail.com"
] | rayzhou.cn@hotmail.com |
fd4b80286d2ebb85a99743e9552d72f7c757c0cc | 570612b26e5703f38cd318d4774aa30b548d6fba | /lab/src/com/fiorano/testng/EmployeeLogic.java | e17c2f7b83c7a0daf94fce20608a6690d528b4f1 | [] | no_license | praveenvaranasi/lab | e494608ba40d03ab4eedfb5e6873ebaf7801f1d3 | 81ceedecff87856bd4ab9d0edc879935750ffab7 | refs/heads/master | 2020-04-06T05:01:22.912983 | 2018-08-23T11:17:35 | 2018-08-23T11:17:35 | 59,028,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.fiorano.testng;
/**
* Created by Praveen on 12/16/2016.
*/
import com.fiorano.testng.EmployeeDetails;
public class EmployeeLogic
{
public int number(EmployeeDetails employeeDetails)
{
int number=employeeDetails.getId();
return number;
}
public String fn(EmployeeDetails em... | [
"praveenb.varanasi@outlook.com"
] | praveenb.varanasi@outlook.com |
818054c828dda085b624355667486cdf786b9b0e | 9ce0b43c876cd1a903a54698fc5a89bc021ae28e | /src/main/java/mainUI.java | 5b7b58c443b9ce37080153d256cf9e9a234bb648 | [] | no_license | boogates/WikipediaRevisionViewer | 1935f1ce8af592c4864031ee4e81b9083346da38 | f476b07c9566488ce80c357fd3d871db9d4cd742 | refs/heads/master | 2021-03-05T01:08:03.167381 | 2020-03-14T20:38:28 | 2020-03-14T20:38:28 | 246,082,723 | 0 | 0 | null | 2020-03-09T16:11:35 | 2020-03-09T16:11:35 | null | UTF-8 | Java | false | false | 2,461 | java | import javax.swing.*;
import javax.swing.plaf.FontUIResource;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class mainUI extends JFrame implements ActionListener {
JLabel term;
JTextField input;
JButton fetch;
JLabel recent;
JLabel active;
... | [
"bmgates@charter.net"
] | bmgates@charter.net |
0df54eb28045aa2c3edfe7a0230cab3a4ed59e0e | d837d1e3183df15d2cf6998639af81fc66a91020 | /rabbitmq-demo/src/main/java/com/example/busdemo/rabitmqdemo/topic/SpringTopicEmailConsumer.java | 00a679117cbaebda38ed3e43f78117c2d5455be0 | [] | no_license | JackLijm/springcloud | c23e014ff7fea04635c819331cb2981b8d5c2fe8 | 8d7a6eb54ee4d7d13613325b9b933b0909bdb020 | refs/heads/master | 2022-07-06T09:21:05.120673 | 2020-06-18T10:25:29 | 2020-06-18T10:25:29 | 143,874,095 | 0 | 0 | null | 2022-05-20T21:44:38 | 2018-08-07T13:03:29 | Java | UTF-8 | Java | false | false | 1,504 | java | /**
* <p>文件名称: SpringEmailConsumer.java</p>
* <p>文件描述: </p>
* <p>版权所有: 版权所有(C)2016-</p>
* <p>内容摘要: </p>
* <p>其他说明: </p>
* <p>创建日期: 2020/6/7 10:08 </p>
* <p>完成日期:</p>
* <p>修改记录1:</p>
* <pre>
* 修改日期:
* 版 本 号:
* 修 改 人:
* 修改内容:
* </pre>
* <p>修改记录2:…</p>
*
* @version 1.0
* @author lijm@szkingd... | [
"lijm@szkingdom.com"
] | lijm@szkingdom.com |
6d1387d41cfcb9cd8b6688bc613f61a08481fd57 | de514e258a6e368fea5de242ebaadb16b267c332 | /restfuldemo/restfulservicebyspringboot/src/main/java/com/art2cat/dev/restful/utils/AESUtils.java | 0ea1cd16910b6808cf57444f47f16717787de037 | [] | no_license | Art2Cat/JavaDemo | 09e1e10d4bbc13fb80f6afd92e56d4c4bfed3d51 | 08a8a45c3301bfba5856b7edeebf37ebd648111b | refs/heads/master | 2021-06-21T16:40:04.403603 | 2019-08-03T06:14:18 | 2019-08-03T06:14:18 | 104,846,429 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,988 | java | package com.art2cat.dev.restful.utils;
import com.sun.org.apache.xml.internal.security.utils.Base64;
import java.security.SecureRandom;
import java.security.spec.KeySpec;
import javax.crypto.Cipher;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.PBEKeySpec;
imp... | [
"yiming.whz@gmail.com"
] | yiming.whz@gmail.com |
c69be51516b06dcce2b90a9a3ac5b35dd0537892 | a6fe6efaa2d110f08bef76ed49a712da2827239d | /1.JavaSyntax/src/com/javarush/task/task08/task0829/Solution.java | ae49fb612c6e6ee7057ef198bd7755fe954163b6 | [] | no_license | CentnerMan/JavaRushTasks | 49760f680035c2b45720ba5d84c7de722ad2e576 | 3c9d6491318de6072a492a2488bfeee2af727e5f | refs/heads/master | 2020-04-10T23:43:00.442604 | 2019-03-25T17:30:59 | 2019-03-25T17:30:59 | 161,362,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,540 | java | package com.javarush.task.task08.task0829;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
/*
Модернизация ПО
Задача: Программа определяет, какая семья (фамилию) живёт в доме с указанным номером.
Новая задача: Программа ... | [
"44133485+CentnerMan@users.noreply.github.com"
] | 44133485+CentnerMan@users.noreply.github.com |
87cc4170433912787dbcbd6d1f4e15df36217b68 | d0d748713d3ba3d3b27c3d2d0c1c1c07ca180eb8 | /PMDM/tema11_SqliteContentProviders/RecyclerCursor/app/src/test/java/com/example/recyclercursor/ExampleUnitTest.java | 210739f1778a20a045616b7f3a2b49246335b770 | [] | no_license | MahrozJawad/2-DAM | b08d9baf987cff4c1a3f567144d7af786ee3cdcd | 9bf039771f782d6055e39d4b25ff5a8e1b112f23 | refs/heads/master | 2022-04-01T17:13:49.820532 | 2020-02-11T13:15:09 | 2020-02-11T13:15:09 | 218,342,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.recyclercursor;
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 ... | [
"mahrozjawad.mj@hotmail.com"
] | mahrozjawad.mj@hotmail.com |
fb848f270b92e386acaa4f5ddfa1bd4ab79ccfc7 | b24818a948152b06c7d85ac442e9b37cb6becbbc | /src/main/java/com/ash/experiments/performance/whitespace/Class3586.java | 503b77bc64084da8d6fd8ca115157b9706e10c6c | [] | no_license | ajorpheus/whitespace-perf-test | d0797b6aa3eea1435eaa1032612f0874537c58b8 | d2b695aa09c6066fbba0aceb230fa4e308670b32 | refs/heads/master | 2020-04-17T23:38:39.420657 | 2014-06-02T09:27:17 | 2014-06-02T09:27:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41 | java | public class Class3586 {}
| [
"Ashutosh.Jindal@monitise.com"
] | Ashutosh.Jindal@monitise.com |
0f9efc593ba3d6ddfb49c3616570f5a8536107b5 | 182ba51f61f881d3e4ae7b5b7599679c25cbe170 | /ProgQuadrado/src/progquadrado/Quadrado.java | a05bae3e2354fe8c907a9d1a06a653cf5928e3ec | [] | no_license | lucasrafael07/NetBeansProjects_LucasRafael | bf53bd417dfb386179cc111f93bc327744c76477 | a5ed74da8d5aadea4ff816296832f0620884be0a | refs/heads/master | 2020-06-01T13:36:18.600126 | 2015-07-04T23:28:14 | 2015-07-04T23:28:14 | 38,311,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | 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 progquadrado;
/**
*
* @author E11-PROF-101
*/
public class Quadrado {
private int lado;
private int area;
priv... | [
"lucas.rm@outlook.com"
] | lucas.rm@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.