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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
402c91d04d8a7380dc557195c99935d92d161e16 | 14fc9f86e1f5ff202cbe31868159750da0dd7911 | /src/headfirst/chap05/Style.java | f733627dc317c2a6542f93113eb58c6ceeb35a71 | [] | no_license | jurin-n/learning-object-oriented | 0b4168f4960f2790bdcf7283549dab0c7fd283ab | 3212ba5d66f4791341b38383ae46926089a05f3a | refs/heads/master | 2020-06-04T17:51:50.722738 | 2016-01-09T16:10:12 | 2016-01-09T16:10:12 | 20,802,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package headfirst.chap05;
public enum Style {
A,F;
public String toString(){
switch(this){
case A:return "A style";
case F:return "F style";
}
return "";
}
}
| [
"jurin.nakano@gmail.com"
] | jurin.nakano@gmail.com |
189ec36de7bd28f46c623135005fa00171719f80 | c0c6bfb962391aea6c317bd0a7de516935717962 | /JavaSEdevelop_Code/day03/src/com/itheima/interfaceDemo2/Dog.java | 62a45245d487d0809ca839782577bf0873bb3b86 | [] | no_license | li-black/JavaSEdevelop_Code | bd3933b801ec5887807a10898fb070d2ae67396e | 21dc91ac1f87f2339ede54d56815ea0456b2c493 | refs/heads/master | 2023-02-26T10:37:42.509130 | 2021-01-19T10:12:35 | 2021-01-19T10:12:35 | 324,471,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | package com.itheima.interfaceDemo2;
//重写接口中的默认方法
public class Dog implements IA {
@Override
public void eat() {
}
@Override
public void catchhome() {
System.out.println("狗看家");
}
}
| [
"1436988790@qq.com"
] | 1436988790@qq.com |
2b045ffabb54ebd6d0dd0e4576a1b85e91e542ea | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2jMaster_org/L2jMaster_org_2019_07_02/L2JMaster_DataPack/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java | 5be81a3e462c569526ce53f240ad35c93be4b3e0 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,828 | java | /*
* Copyright (C) 2004-2019 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack 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 you... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
32d1bfaeb40d0a7a063b1970247fae97bb3ced85 | 9468ede9cc6d97447969a3f5f112bfd1f07a6b96 | /src/me/jack/LD40/states/MainMenuState.java | 5cd07c3a4bc154c1b56247e67bcd17bcd85d5985 | [] | no_license | JPatrickDev/LD40 | 65980316a1f91e02111b8480f9a0000174452ade | 1e00932f9c18fcc5ce51d022006e04523a3af302 | refs/heads/master | 2021-08-23T07:00:38.564298 | 2017-12-04T01:13:34 | 2017-12-04T01:13:34 | 112,802,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | package me.jack.LD40.states;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Image;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.state.BasicGameState;
import org.newdawn.slick.state.StateBasedGame;
import java.awt.*;
/**
* Created by Jack on 0... | [
"jackpatrickmail@gmail.com"
] | jackpatrickmail@gmail.com |
f1ecde6d030660e0a6a6bdaf9eea83593dce2eea | 2bd7a1d0f8e1fab827c64810c224ba85df05b2db | /src/main/java/com/fmchallenge/footballmanager/configuration/SwaggerConfiguration.java | 929280d59a4bdc54c2907e7472957b9c5c94744c | [
"MIT"
] | permissive | sahindagdelen/FootballManager | 366f44c2d24435cbceb98be6046df62654869da8 | 6b5199b861abab999e9a838fc127d3bc2c28a56e | refs/heads/master | 2021-08-02T12:46:21.873168 | 2019-06-19T18:08:53 | 2019-06-19T18:08:53 | 327,872,417 | 1 | 0 | null | 2021-07-23T06:16:51 | 2021-01-08T10:34:47 | null | UTF-8 | Java | false | false | 835 | java | package com.fmchallenge.footballmanager.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.... | [
"sahindagdelen@gmail.com"
] | sahindagdelen@gmail.com |
687b16467abc5390373356743198ede1a5bd1cda | 671025b0c578ea47701ba4ee30787213fb1c7862 | /app/src/main/java/com/chariotinstruments/markets/MarketCandle.java | 082909ceedec1cb534035ef382f0a0bcc875e3d2 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | glennneiger/Markets | 3d8cdb48bdad12bed4812b2fa9470b94dc0f8bfd | c59b67b3e5e2a6f66ac3e97cf7c4749103feb4b4 | refs/heads/master | 2020-12-03T22:45:47.556290 | 2016-05-19T15:13:30 | 2016-05-19T15:13:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,898 | java | package com.chariotinstruments.markets;
/**
* Created by user on 2/17/16.
*/
public class MarketCandle {
private int _id;
private int _minute;
private double _open;
private double _high;
private double _low;
private double _close;
private long _volume;
private long _date;
private... | [
"mikemey01@gmail.com"
] | mikemey01@gmail.com |
2a62bcffdb028d42a40ff3322a17838ec83e88d1 | 5494d2f87f901b427edc4f0e9f91026f9eaf807e | /CACAndroid/app/src/main/java/com/rubick/cac/android/contact/ui/activity/CACMyCardsV1Activity.java | 6ded1151e0449baac12ca8eba1986b262e180345 | [
"Apache-2.0"
] | permissive | bblue000/CACProject | 6eb7130412630037d57b5c6172fbf9546045fa78 | d31b01839455982de3d09f84adc43e8e54a9a058 | refs/heads/master | 2016-09-06T04:04:05.640500 | 2015-03-23T16:26:47 | 2015-03-23T16:26:47 | 32,453,739 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package com.rubick.cac.android.contact.ui.activity;
import android.os.Bundle;
import android.view.View;
import com.rubick.cac.android.R;
import com.rubick.cac.android.contact.ui.fragment.CACMyCardsV1Fragment;
import org.androidrubick.app.BaseActivity;
/**
* somthing
*
* <p/>
*
* Created by Yin Yong on 2015/3/2... | [
"yy15151877621@126.com"
] | yy15151877621@126.com |
e47e30311c985e86e302a6a705def1c3a66c36f9 | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/xalan/2.5/org/apache/xml/dtm/ref/DTMDocumentImpl.java | 6a1dbccbdce170da7c593d3a062921acc5d3839b | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 66,341 | java | package org.apache.xml.dtm.ref;
import javax.xml.transform.SourceLocator;
import org.apache.xml.dtm.DTM;
import org.apache.xml.dtm.DTMAxisIterator;
import org.apache.xml.dtm.DTMAxisTraverser;
import org.apache.xml.dtm.DTMManager;
import org.apache.xml.dtm.DTMWSFilter;
import org.apache.xml.utils.FastStringBuffer;
imp... | [
"hvdthong@github.com"
] | hvdthong@github.com |
96834d54a60784a0c27b37ed1000b153e5be1936 | 3da6f1593ae3c0d6fd0bef0f81825a6dcb4f562b | /spring-context/src/test/java/org/springframework/scripting/support/StubMessenger.java | 3b978d58f303993ba99edb1f52afa8ccd9baff66 | [
"Apache-2.0"
] | permissive | binfooo/spring | c784f3b49717bb65c6bdf0eb8db08f3f36852006 | a1f1a3e6f0a7a26641fe5f925aae76a2d32e566c | refs/heads/master | 2023-02-23T12:11:02.335887 | 2021-01-30T01:54:25 | 2021-01-30T01:54:25 | 334,065,384 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java |
package org.springframework.scripting.support;
import org.springframework.scripting.ConfigurableMessenger;
/**
* @author Rick Evans
*/
public class StubMessenger implements ConfigurableMessenger {
private String message = "I used to be smart... now I'm just stupid.";
@Override
public void setMessage(String m... | [
"LinHJ090827"
] | LinHJ090827 |
e5fdad341a46eb632d1f914667e27c2c0d723dfa | 4bf85414fde6630712c0ea4020bf5651eef30794 | /src/main/java/com/example/demo/service/Game.java | dc4017a5c9f045ff42223dde1eca6438bf11f852 | [] | no_license | vovkandrew/Infinity.solutions.test.task | f7c87b98c9eb1f68acff660f1675e2cc83ecf72a | 4777dc6c275ff1cd41b5ef0cc59796fc97e0f312 | refs/heads/main | 2022-12-27T21:11:46.232898 | 2020-10-12T19:25:27 | 2020-10-12T19:25:27 | 302,568,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 161 | java | package com.example.demo.service;
import com.example.demo.model.Scoreboard;
public interface Game {
Scoreboard playGame(int hit, Scoreboard scoreboard);
}
| [
"vovkandrew@gmail.com"
] | vovkandrew@gmail.com |
5fd73310511dfa96327b0f631017a6b2791ea37b | fbd34969b0337a40259e81d4bf60cd79bd6f7e46 | /disruptor-example/src/main/java/net/junx/disruptor/example/LongEvent.java | cdd0536e675b8bb55d2fb5f0d50d739c65fa8c07 | [] | no_license | junxspace/java-code-examples | 2890aa72d332389ff0b43262531e1e7a04f0dc74 | 790d9a1b250ca902f49e466c30cb3067ab3d5bdf | refs/heads/master | 2021-06-25T22:56:42.049622 | 2017-09-10T07:55:33 | 2017-09-10T07:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package net.junx.disruptor.example;
/**
*
* @author junX
* @date May 30, 2017 8:15:50 PM <br/>
* @version
*
*/
public class LongEvent {
private long value;
public void set(long value) {
this.value = value;
}
}
| [
"junxspace@hotmail.com"
] | junxspace@hotmail.com |
72513dbf57ad3d6ea548c6acdf2f3afbee25f968 | b6f8a57d4cd3931814a2d9c77beab6b0686b815d | /PatientVisit.java | 0fd8996f40e742de4c3b27bd305e31e8dcaae05e | [] | no_license | JuanAArias/Hospital-Simulation | d008a5dde8d7a93f48fb42199bbf0f04426e8a6a | 19bceb30815306c0af9be2cb27b1817003529ab0 | refs/heads/master | 2020-04-21T22:42:19.913116 | 2019-02-09T22:42:18 | 2019-02-09T22:42:18 | 169,921,571 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,975 | java | package hw6;
/**
* A class to describe the visit of a patient, defined by the arrival time, the
* urgency of the visit, and the length of the visit.
*
* @param <E>
*/
public class PatientVisit implements Comparable<PatientVisit> {
private double arrivalTime; // in minutes
private int urgency; // ... | [
"noreply@github.com"
] | noreply@github.com |
c9e65b102128212107ef59662b819ba650fdf830 | 4ee120f57b8087ac33d00ef07a78fa41e2bc75cb | /UNI2/COMP1549 - Advanced Programming/Dashboard Simulator in Java/DashboardLevel3/src/uk/ac/gre/comp1549/dashboard/events/DashBoardEvent.java | ead1834a57f21c2456fe19c425a43b51c4c80cff | [] | no_license | GyokayAli/University-Projects | 03316261c6ec25f78adf507660fbd69d1c65fffe | 215f2b92982a616b2341f580343bc924ebd53b44 | refs/heads/master | 2021-01-01T05:17:05.626721 | 2017-01-07T13:42:32 | 2017-01-07T13:42:32 | 58,964,769 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | package uk.ac.gre.comp1549.dashboard.events;
/**
*Holds information about DashBoardEvents that can be
* passed to DashBoardEventListeners.
* @author Gill Windall
*/
public class DashBoardEvent {
private String type; // type of event e.g "speed"
private String value; // value of the event e.g. "30"
pu... | [
"gyokay.metin.ali@gmail.com"
] | gyokay.metin.ali@gmail.com |
0b97948b4dc1d4faa59647255894cd1ac372a879 | acaa3123eb6cde69ba0d0d744393de48f805edf9 | /ClienteAndroid/app/src/main/java/morales/david/android/models/ClientSession.java | f623aa94ea1e95f7b2817260ce73da4e258f0075 | [] | no_license | IDavidML/ProyectoDAM | d0359ffc3e890efb98a965b8ddfc01f010b2c466 | f178d22502677c98b8de664e5137af1cb36695e0 | refs/heads/master | 2023-08-29T23:29:28.444880 | 2021-10-25T13:25:24 | 2021-10-25T13:25:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package morales.david.android.models;
public class ClientSession {
private int id;
private String name;
private String role;
public ClientSession() {
this(0, "", "");
}
public ClientSession(int id, String name, String role) {
this.id = id;
this.name = name;
th... | [
"davidmolv16@gmail.com"
] | davidmolv16@gmail.com |
4bead47dbd5e5e80a0c0dd58ffd27c219b42ce4f | ceb918ab33cd4c03b8166e8455487a7aa3e66d90 | /db-utils/src/test/java/com/joyscrum/AppTest.java | 82d9687615f0f6d2b185a897fe45d2089fdba995 | [] | no_license | ehurtad0/JSGame | 8927cdfa4d35ea9f4d7b11587eb7b5d751764ab0 | 5f6a60130eb3c17cb6bbce1415d97da653de089e | refs/heads/master | 2021-01-17T04:58:16.220257 | 2017-08-08T03:38:43 | 2017-08-08T03:38:43 | 83,049,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.joyscrum;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( St... | [
"motajorge@hotmail.com"
] | motajorge@hotmail.com |
94e372b8cc3e5990132696efad10c5235371b206 | bbe1bbeecfdec516e8a47c71d2c7a06a40b69b42 | /app/src/main/java/com/volare/ex13_viewpagerweather/WeeklyWeather/WeeklyData/Coord.java | d29e9b40e4a18e0b65e38e038f0f2bef5be2ec2f | [] | no_license | fenixforadun/WeatherVIewPager | 485c091fdf3b67a4234f2d0024b2a926de301dac | d7efebc365f5dc8ada01e52fede6e9ea3837ff1f | refs/heads/master | 2020-03-27T21:39:00.672566 | 2018-09-03T07:00:23 | 2018-09-03T07:00:23 | 147,164,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java |
package com.volare.ex13_viewpagerweather.WeeklyWeather.WeeklyData;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Coord {
@SerializedName("lat")
@Expose
private Double lat;
@SerializedName("lon")
@Expose
private Double lon;
pub... | [
"fenixforadun@gmail.com"
] | fenixforadun@gmail.com |
23be57007caa84fff669816453dfa453a36e37f1 | cd21cf05a0dd6688f71f821ae3c0490d0d46bd31 | /app/src/main/java/com/example/dedan/digitalreceipts/Database/Month_Database/February/FebEntity.java | 52f24dc5f5a7e150d201bfc63d8d556edff6671b | [] | no_license | ndungudedan/DigitalReceipts2 | 140401a67a5d4d801370ea5f19df6d221a276b5c | eadddc1224e602d4763297ad9d9721a681c4e28e | refs/heads/master | 2020-04-26T07:26:39.138083 | 2020-03-16T23:47:50 | 2020-03-16T23:47:50 | 173,394,331 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,715 | java | package com.example.dedan.digitalreceipts.Database.Month_Database.February;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "February")
public class FebEntity {
@PrimaryKey(autoGenerate = true)
@ColumnInfo(name = "ID")
private int KEY_ID;
... | [
"dnkibere@gmail.com"
] | dnkibere@gmail.com |
123e0c8fb4c11addcd54d680e757efad1a623335 | 13f727ef5fa74f840e7debd86eb30785f7d47668 | /gteam/gt-common/src/main/java/com/gt/entity/GoodProperty.java | 3f2ae4017c6abfd6a43a901ebb0f12407898bd2e | [] | no_license | 825610847/numberone | 721592b7e3299ff673da2bd890cfe9c3cbffe89f | 68ffe43994e3045ad848e25478719c2fcf7e59f1 | refs/heads/manage | 2023-08-05T05:28:32.381268 | 2019-12-26T03:32:30 | 2019-12-26T03:32:30 | 230,353,055 | 0 | 0 | null | 2023-07-23T01:21:06 | 2019-12-27T01:42:15 | Java | UTF-8 | Java | false | false | 1,039 | java | package com.gt.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
*商品属性
* @author 李源仑
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class GoodProperty extends BaseEntity {
/**商品ID*/
private Long goodId;
/**商品类型ID flase:游戏 true:主机*/
private bo... | [
"DarknessVenom@vip.qq.com"
] | DarknessVenom@vip.qq.com |
5c52f01da0ea58ada285ea215048eb88ab896583 | 267179df144f5e851e71cf28aa74ffc8f342cded | /WebRoot/WEB-INF/src/junit/test/hibernate/HibernateMappingTest.java | 3d37a4091e755898bb61ae4bde4e07f11984b977 | [] | no_license | henryyan/exercise-cd | 3e2735efbd9ed31a8a350029584a9c90fbb7fc9e | 67728b09e501a32626a9f2e99b908e29e4815cd9 | refs/heads/master | 2016-09-06T17:25:06.302500 | 2011-11-26T14:35:16 | 2011-11-26T14:35:16 | 2,854,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,036 | java | package junit.test.hibernate;
import java.util.Map;
import junit.test.BaseTest;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.persister.entity.EntityPersister;
import org.junit.Before;
import org.junit.Test;
public class HibernateMap... | [
"yanhonglei@gmail.com"
] | yanhonglei@gmail.com |
be902e18be27053cd4df9542fa110cb515b6c36a | bf393bdb507b66eed757a362666be55a867e8304 | /Territory/my-gdx-game/src/com/me/mygdxgame/Territory.java | 1a34ec33afe86c12ffae62d69aee431f64a2b13e | [] | no_license | galasky/expert-its | f77b78e7945ef729a8948d751a6dd9b6b73bbc1f | 39ac9bb66b04d0400a6066cf7189ddd511cde135 | refs/heads/master | 2021-01-21T23:04:29.768511 | 2014-06-05T10:00:02 | 2014-06-05T10:00:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,439 | java | package com.me.mygdxgame;
import java.io.IOException;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import android.content.Context;
import android.database.Cursor;
/**
* Created by Administrateur on 11/04/14.
*/
public class Terri... | [
"ttrebmal@gmail.com"
] | ttrebmal@gmail.com |
4c8a01dd8bfcf555eb3d65364dbf3860123c8100 | 29d0b53b3448bfb637e0869b0e553132e4a50347 | /objectArrayReferenceAssignment/Main.java | 7bad1dca6da0b1a7171a91bd835c6be6071fee6e | [] | no_license | JasneetDua/Java-Learning | dfad0a42d88f7a6802f9fbb53adfd3c9368dbff5 | a56bd900d51be589fc99b07af4d19b66ab24f56a | refs/heads/master | 2020-03-24T08:33:55.791119 | 2018-08-01T13:38:44 | 2018-08-01T13:38:44 | 142,599,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package objectArrayReferenceAssignment;
public class Main {
static Parent p[] = new Parent[5];
static ChildClass c[] = new ChildClass[6];
public static void main(String[] args) {
p = c;
System.out.println("Refence of c added to p");
}
}
| [
"jasneetdua96@gmail.com"
] | jasneetdua96@gmail.com |
4c28cb1ed5d1260eb4ef19219345fd653d8a6a58 | 89c3f49f743c46c6d449d4230792e3ea3cc3d46d | /Java Basic Programs/02.primeNumber.java | bd3a6e50d3f5a7bdd1cb95c9584c5d6e3da915fc | [
"MIT"
] | permissive | Dheer08/Java-Programming | fc7543a6600b7c5b1eae373123420d1335737ff6 | cf2be246378eb7a2e6aad12c9a5a0744bcdc469e | refs/heads/master | 2022-12-04T18:55:53.971804 | 2020-08-22T15:55:05 | 2020-08-22T15:55:05 | 278,102,693 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | class Test{
public static void main(String args[])
{
int num = 21;
int count = 0;
for(int i=2;i<num;i++)
{
if (num % i == 0)
{
count = 1;
break;
}
}
if (count == 0)
System.out.println(num+" is a prime Number");
else
System.out.println(num+" is not a prime Number ");
}
} | [
"rakshithdheerreddy08@gmail.com"
] | rakshithdheerreddy08@gmail.com |
f4b4684ad8188f8176f95b51e82c8bd4f96ada8c | a84f769130f75b5ecdcb8905971a1a5a9569e17b | /HIPS/app/src/main/java/com/example/doug/hips/IncomingSms.java | bda9de2b4cc3a9b1ad997f2117c080ef24bfbdf1 | [] | no_license | djskidmore/Hidden-In-Plain-Sight | 03facade1ffa1354d9ea9b830399f87c6571f7c0 | 5bb30213d21b50de77c48ee997314a920e4c79e1 | refs/heads/master | 2020-04-18T02:43:47.147866 | 2016-09-20T21:49:34 | 2016-09-20T21:49:34 | 66,406,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,644 | java | package com.example.doug.hips;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.telephony.SmsManager;
import android.telephony.SmsMessage;
import android.widget.EditText;
import android.widget.TextView;
import android.widg... | [
"skidmoredj@appstate.edu"
] | skidmoredj@appstate.edu |
c101950f57469633f35c71853030df00d9944b7d | c8e96fa52848a8076dbdee7147b0971d73b98d06 | /Try-Catch/src/Solution.java | c0ed72dd5d3002021b27b84cce5e952cb1343776 | [] | no_license | TheCheshireCat87/HackerRank | c4cf37af57ed52473b6002f1c480c537f26f2efb | f81ad79325367f96d68816f20ecb17e9874b3716 | refs/heads/master | 2021-01-10T15:15:24.901211 | 2016-02-20T15:21:39 | 2016-02-20T15:21:39 | 49,039,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | /**********************************************
* .'\ /`. *
* .'.-.`-'.-.`. *
* ..._: .-. .-. :_... *
* .' '-.(o ) (o ).-' `. *
* : _ _ _`~(_)~`_ _ _ : *
* : /: ' .-=_ _... | [
"thecheshirecat87@gmail.com"
] | thecheshirecat87@gmail.com |
4c0f078598b59bc4940882ccd1be00bb02b4a374 | e38a1f9289bf1805096a045539c8217f8947e105 | /src/com/bash/dynamic/programming/one/ChangeDP.java | 8d8b5c21ea16ad87eb2f72c837196940ec1ba305 | [] | no_license | bhaveshag/Algorithmic-toolbox-coursera | d4757818e2f1fe9da6e3eeee1a56dbd031309d90 | e9fad1c39692c212284a252c36f3b2cfa2a74a45 | refs/heads/master | 2023-01-31T18:38:55.955461 | 2020-12-15T08:23:57 | 2020-12-15T08:23:57 | 298,588,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package com.bash.dynamic.programming.one;
import java.util.Scanner;
public class ChangeDP {
private static int getChange(int m) {
int temp[]=new int[m+1];
int coins[] = {1,3,4};
temp[0] = 0;
for(int i=0; i<3; i++)
for(int j=coins[i]; j<=m; j++) {
temp[... | [
"agr.bhavesh@gmail.com"
] | agr.bhavesh@gmail.com |
7774e108c801789da19b53f7afac7f7f548d78f5 | 680a938af1d926c8ea1e63a5c8f39c7a8fddc7e6 | /compiler/fir/analysis-tests/testData/enhancement/signatureAnnotations/DefaultEnum.java | b8fbb6fb1866bc76e6c7634a0e6d5c267a7698ff | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | lunakoly/kotlin | 018638c29a411b687654f82cd8ac4faed9f94eb5 | 19568125f19f025ea7923c6c505ef0ad686cee3b | refs/heads/master | 2021-02-04T04:31:10.312947 | 2020-07-06T09:27:50 | 2020-07-06T09:28:45 | 243,615,292 | 3 | 1 | null | 2020-02-27T20:57:38 | 2020-02-27T20:57:37 | null | UTF-8 | Java | false | false | 714 | java | // FILE: Signs.java
// ANDROID_ANNOTATIONS
public enum Signs {
HELLO,
WORLD;
public static final Signs X;
public static final class NOT_ENTRY_EITHER {}
}
// FILE: Mixed.java
public enum Mixed {
NOT_ENTRY_EITHER;
public static final class NOT_ENTRY_EITHER {}
}
// FILE: A.java
import kotlin.a... | [
"mikhail.glukhikh@jetbrains.com"
] | mikhail.glukhikh@jetbrains.com |
59e65b7c9db5fb5fd9ca14fe335bb55639ef8717 | d67f6450b24fb08f2f61b74dcdecce3025ee3efc | /gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_071.java | 64f07df01de9cff503e2d5c5dd9e871d5b5cafbc | [
"MIT"
] | permissive | cburyta/gemp-swccg-public | 00a974d042195e69d3c104e61e9ee5bd48728f9a | 05529086de91ecb03807fda820d98ec8a1465246 | refs/heads/master | 2023-01-09T12:45:33.347296 | 2020-10-26T14:39:28 | 2020-10-26T14:39:28 | 309,400,711 | 0 | 0 | MIT | 2020-11-07T04:57:04 | 2020-11-02T14:47:59 | null | UTF-8 | Java | false | false | 2,224 | java | package com.gempukku.swccgo.cards.set8.light;
import com.gempukku.swccgo.cards.AbstractSite;
import com.gempukku.swccgo.cards.conditions.ControlsCondition;
import com.gempukku.swccgo.common.Icon;
import com.gempukku.swccgo.common.Side;
import com.gempukku.swccgo.common.Title;
import com.gempukku.swccgo.filters.Filters... | [
"andrew@bender.io"
] | andrew@bender.io |
be23a4f38ad6a15c5bee7d84d49ca06680db2521 | 46403a541c389e8933e2cbd8cfb893d054b85327 | /modules/quitte/src/main-generated/java/com/osmerion/quitte/functional/BoolSupplier.java | a36231343347600ad98cc1ed48cd2394ba768bdf | [
"BSD-3-Clause"
] | permissive | Osmerion/Quitte | 46bd706fc0fa464c5c89a9b9cae8c72a6f494522 | 6c107288eae8f594c3ff29c8ef78b98fcace0b72 | refs/heads/master | 2023-08-31T21:05:54.989904 | 2023-08-20T14:24:11 | 2023-08-20T14:24:11 | 130,517,767 | 2 | 1 | BSD-3-Clause | 2023-09-04T13:27:27 | 2018-04-21T22:51:17 | Java | UTF-8 | Java | false | false | 2,093 | java | /*
* Copyright (c) 2018-2023 Leon Linhart,
* All rights reserved.
* MACHINE GENERATED FILE, DO NOT EDIT
*
* 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... | [
"themrmilchmann@gmail.com"
] | themrmilchmann@gmail.com |
be395dab0ebafb2b547a46b59f47a05d37ad9161 | 57a4c3515aa85e5df9d763ef630dfbd793032128 | /Phase5/harambase/src/main/java/com/youedata/cd/harambase/web/MemberController.java | a362e578c9bed08bf6c9966e5eeb5a373e69595e | [] | no_license | harambase/Harambase_Project | 87ae0f9a63f4c63a83ec5fa1b00e0a32c2bf2377 | e846ea83d1b7eee98420f90ee23fac3d3aadd143 | refs/heads/master | 2020-12-02T17:45:09.795408 | 2017-09-06T09:23:14 | 2017-09-06T09:23:14 | 96,420,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,145 | java | package com.youedata.cd.harambase.web;
import com.youedata.cd.harambase.pojo.*;
import com.youedata.cd.harambase.service.BidService;
import com.youedata.cd.harambase.service.FeedbackService;
import com.youedata.cd.harambase.service.ItemService;
import com.youedata.cd.harambase.service.MemberService;
import org.springf... | [
"lin.shilei@outlook.com"
] | lin.shilei@outlook.com |
9236d0a34061a9c393eea1610a57009eaf9924ec | 19737da965c1c2c6090181e9d0bee63d2bedbc52 | /ngat/opsgui/services/LegacyOcrHandler.java | 1d820fb33a52f3a33aac39c5377c1fbcab9cd53f | [] | no_license | LivTel/operations-ui-basic | db3d9dc62ab4f6a24b8f6a1ceb3891c75b4a4326 | d4864f0b6a428c3e1c89e1917da0a480069fd70f | refs/heads/master | 2023-06-24T19:51:01.821685 | 2023-06-12T13:17:26 | 2023-06-12T13:17:26 | 23,389,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,544 | java | /**
*
*/
package ngat.opsgui.services;
import ngat.message.GUI_RCS.GET_STATUS_DONE;
import ngat.message.base.COMMAND_DONE;
import ngat.net.IConnection;
import ngat.net.camp.CAMPResponseHandler;
import ngat.opsgui.base.TopPanel;
import ngat.util.StatusCategory;
/**
* @author eng
*
*/
public class LegacyOcrHandle... | [
"S.N.Fraser@ljmu.ac.uk"
] | S.N.Fraser@ljmu.ac.uk |
bfffe6f526d297ed7077b92e095d3a70af7ab6d8 | ec197011e79292f6064dda66919ad381a4c7247f | /orchestrator-service/src/main/java/eg/com/orchestrator/listener/OrderPlacedEventListener.java | 542aec297f2c8089e2a38ebeacd05210ac95d91f | [] | no_license | ahmedemad3/microservice-orchestrator-saga | 03128dc330f22865266972de3252c27a62e3a8fd | d1e9fa10e4a52efd937f5373204a24293b89be8c | refs/heads/main | 2023-07-17T22:21:37.084823 | 2021-08-29T03:16:21 | 2021-08-29T03:16:21 | 400,931,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java | package eg.com.orchestrator.listener;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.stream.annotation.StreamListener;
import org.springframework.messagin... | [
"ahmedemad3@gmail.com"
] | ahmedemad3@gmail.com |
8710b3c1693cf36aaf92ce2582c43be41c46bd53 | 74f0aded420614a4f2db61ff5f44f87eb7f8ba2d | /src/test/java/com/jenkins/jenkinsdemo/JenkinsdemoApplicationTests.java | 86ace3e613a58665501df2dc720ca4d4e71ce587 | [] | no_license | ssj256x/jenkins-demo | 49e01892fe36045172c6c591f9dc7a6aeeed79a7 | a7a56bbb5e043a1cde026f1c244f6e8f1b1ae0d8 | refs/heads/master | 2023-03-18T14:44:57.677774 | 2021-02-19T16:45:03 | 2021-02-19T16:45:03 | 340,094,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.jenkins.jenkinsdemo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class JenkinsdemoApplicationTests {
@Test
void contextLoads() {
}
}
| [
"ssj256x@outlook.com"
] | ssj256x@outlook.com |
45107607d706c1905c98dd3e582f380b05ae5d17 | f875334469a67bc869579458cb053df20081b88a | /src/hk/ftp/command/USER.java | 97aa844f23acc2d2ae11c272f5766df3759a3fd6 | [] | no_license | KNVB/MyFtp | 14903e801dbb3e3ccf0b13456623c2427075776a | 28442893913de0ce4858b15801093bf8055971ca | refs/heads/master | 2020-05-29T09:24:44.473125 | 2015-11-05T07:01:34 | 2015-11-05T07:01:34 | 28,184,724 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package hk.ftp.command;
import io.netty.channel.ChannelHandlerContext;
import org.apache.log4j.Logger;
import hk.ftp.Configuration;
import hk.ftp.FtpCommandInterface;
import hk.ftp.handler.FtpSession;
import hk.ftp.util.Utility;
public class USER implements FtpCommandInterface
{
@Override
public Strin... | [
"cstsang@notebook"
] | cstsang@notebook |
11b011df5d0a5dfb9bf208c91cb5231e3bf2d634 | 25c09da983fc7308698084ed2e61e0522f2ba2b2 | /guava-simple-learn/src/main/java/com/supertrampai/guavasimplelearn/People.java | e3f25803cb221ecec209d987302106674ae75842 | [] | no_license | SuperTrampAI/doing-learn-simple-demo | a567b8e48481b62dc8a65b7613a486fe921eee2e | abe40d90ed6ba713254bd6ba4871be20b965d3b9 | refs/heads/master | 2022-12-08T00:54:59.580343 | 2019-12-02T09:58:32 | 2019-12-02T09:58:32 | 199,856,489 | 0 | 0 | null | 2022-12-06T00:43:24 | 2019-07-31T12:57:10 | Java | UTF-8 | Java | false | false | 1,218 | java | package com.supertrampai.guavasimplelearn;
import java.util.Objects;
/**
* @author: LiXiangHong
* @Email: lxh800109@gmail.com
* @Description:
* @Date: Created in 9:56 2019/11/19
* @Modified By:
*/
public class People {
private Integer age;
private String name;
public People(){}
public People(... | [
"lxh800109@gmail.com"
] | lxh800109@gmail.com |
10c0137ee24032dc334bf0a14714c36f41292b7d | f6c629b0022dc26a4588075ae7c2d620b8c1398f | /netbird-android-support/src/cc/colorcat/netbird3/android/AndroidPlatform.java | d4714be2f4a384c1e856bc0cc897505627b877f6 | [] | no_license | fireworld/NetBird3 | dd110c003ca879c02d082e224cc8097f6fedf470 | 21716f15a79f974b5f6d3c8c1b3dba9c27cf7e4d | refs/heads/master | 2021-09-05T04:07:52.394675 | 2018-01-24T03:08:59 | 2018-01-24T03:08:59 | 111,074,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package cc.colorcat.netbird3.android;
import cc.colorcat.netbird3.Connection;
import cc.colorcat.netbird3.Platform;
import cc.colorcat.netbird3.platform.Logger;
import cc.colorcat.netbird3.platform.Scheduler;
/**
* Created by cxx on 17-11-20.
* xx.ch@outlook.com
*/
public class AndroidPlatform extends Platform {
... | [
"xx.ch@outlook.com"
] | xx.ch@outlook.com |
719573d398985580e581ff96583fba64e064ec0c | 1f97f9daa8c206fbf3c6d6ca35abd9c488d64bf7 | /src/main/java/com/filipetobias/cursomc/services/UserService.java | f64fa3be7ef6a3fa6aaaa374e2a4b1fc8946b571 | [] | no_license | FilipeGabrielTobias/spring-boot-ionic-3-backend | 070f53b393cb6ced754721a255a8286f72fae376 | a67c448ca4bff13949896efeb11cb7a3a9cc5d08 | refs/heads/master | 2020-04-20T07:00:22.351136 | 2019-02-01T13:16:12 | 2019-02-01T13:16:12 | 168,699,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.filipetobias.cursomc.services;
import com.filipetobias.cursomc.security.UserSS;
import org.springframework.security.core.context.SecurityContextHolder;
/**
* Created by Filipe.Tobias on 06/08/2018.
*/
public class UserService {
public static UserSS authenticated(){
try {
return ... | [
"filipe.tobias@senior.com.br"
] | filipe.tobias@senior.com.br |
1cc124d83edc00d2fb7d2d4f3656b795154c0f9d | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE369_Divide_by_Zero/CWE369_Divide_by_Zero__float_connect_tcp_modulo_51b.java | 5d50e53f8a772f29fed453cb616ffe2cd5773e45 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 1,721 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__float_connect_tcp_modulo_51b.java
Label Definition File: CWE369_Divide_by_Zero__float.label.xml
Template File: sources-sinks-51b.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: connect_tcp Read data using an outbound tcp conne... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
267798094b7b637924f564ed7a7b28799f344d2e | db0388a7c26126dbc078f3a7ad11afaec326b53b | /src/b/a/a/a/c/h/a/a.java | 6abbfa379c469a614df5e33ad934bf5c63ee92b3 | [] | no_license | rapilab/idea-js-debug-spike | e7ba2389235a73e9c595abd60a85d6da0a7d8148 | bf21b1077d2972e4652499a8c10216d64b0c0406 | refs/heads/master | 2023-04-13T12:55:07.053044 | 2021-04-23T06:24:45 | 2021-04-23T06:24:45 | 353,695,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,173 | java | package b.a.a.a.c.h.a;
import b.a.a.a.c.b;
import java.io.IOException;
import java.io.InputStream;
public abstract class a extends b {
private final byte[] j = new byte[1];
protected final InputStream a;
protected int b = -1;
protected int c = 9;
protected int d = 0;
protected int e = 0;
... | [
"h@phodal.com"
] | h@phodal.com |
96f76edf2bdfc487bc819e621b9e80572d868eb1 | 4b2c63d13f24585a3542576cdf64bd01db67c1ae | /platform/jsip/jain-sip-impl/src/main/java/org/freeims/javax/sip/parser/WarningParser.java | f6fe82897792e535a258c27919ce82329d9e64cf | [] | no_license | gugu-lee/freeims | ce1d0d92ab79c93dfc356971363f0faf6d228461 | bbe2de872deb074531e12cf74204b7a29c91c354 | refs/heads/master | 2022-12-01T08:47:38.326261 | 2019-11-02T10:14:33 | 2019-11-02T10:14:33 | 58,299,201 | 0 | 0 | null | 2022-11-24T01:41:17 | 2016-05-08T06:11:46 | Java | UTF-8 | Java | false | false | 6,520 | java | /*
* Conditions Of Use
*
* This software was developed by employees of the National Institute of
* Standards and Technology (NIST), an agency of the Federal Government.
* Pursuant to title 15 Untied States Code Section 105, works of NIST
* employees are not subject to copyright protection in the United States
* and are... | [
"seven.stone.2012@gmail.com"
] | seven.stone.2012@gmail.com |
13ad943c4ca1866ecf07722773f8b5ca77fed60c | cb8bbc9177332e284c8a21ab3b9587506d1c1cf4 | /SystemUI/src/com/android/systemui/statusbar/policy/BatteryStateRegistar.java | 6b7fcb364588094a1b0dc8489bbfa88c9c0ceed7 | [
"Apache-2.0"
] | permissive | Phenix-Collection/SystemUI | 521dae8b60c82851ec7c7ea3e4f7c5e2682ccb45 | eb26c1a9a5481484e6e232e182ba2f824fe442a4 | refs/heads/master | 2022-03-01T05:45:49.558241 | 2019-08-23T04:09:30 | 2019-08-23T04:09:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java |
package com.android.systemui.statusbar.policy;
public interface BatteryStateRegistar {
interface BatteryStateChangeCallback {
void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging);
void onPowerSaveChanged();
void onBatteryStyleChanged(int style, int percentMode);
}... | [
"392824146@qq.com"
] | 392824146@qq.com |
120d699297cab1ab21ca9a944a0b7706c5dbded1 | 672d148b02201bd54ba4f117286261ca46a37a85 | /src/main/java/es/uji/daal/easyrent/validators/ChangePasswordValidator.java | 276a83c623c192932d8951c7e3e0c48d8900578a | [] | no_license | dnchia/EasyRent | 0bbbed64de4c316652a8766811e57abe1ca041bf | 5e045cca11710d02af8970a00598625642102af1 | refs/heads/master | 2021-01-23T04:44:57.599717 | 2017-05-31T11:52:25 | 2017-05-31T11:52:25 | 92,940,073 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java | package es.uji.daal.easyrent.validators;
import es.uji.daal.easyrent.view_models.ChangePasswordForm;
import es.uji.daal.easyrent.view_models.SignupForm;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
/**
* Created by daniel on 30/04/16.
*/
public class ChangePasswordV... | [
"daniel.chia.95@gmail.com"
] | daniel.chia.95@gmail.com |
fdc82d044195dab54a70c9a4162efe94e7c399fb | 21f7f3d92d282779f4b4ec044848413e7be12fdd | /multiLanguage/src/main/java/com/stefan/multilanguage/impl/LanguageType.java | 1d2f5f633386e6ba226aa1e22f8d254fa958ec23 | [] | no_license | ench0218/MulituLanguage | eceb16f303d8b91b986799e6496dcb26b1ea1ec8 | bcfffe0eaad0abc217353f5db6236042a3e775a5 | refs/heads/master | 2023-02-22T21:08:52.504718 | 2021-01-09T10:15:46 | 2021-01-09T10:15:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | package com.stefan.multilanguage.impl;
import androidx.annotation.IntDef;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
public class LanguageType {
//跟随系统
public static final String LANGUAGE_SYS... | [
"chenshan.chen@bytedance.com"
] | chenshan.chen@bytedance.com |
5e16305e75c46eeae6c906954776713b8ff761ff | 9b3bb3a7ed0d494e95226acca4e32097580ee0a0 | /app/src/main/java/com/example/pierre/projetinfo/MainActivity.java | 488a80322fa22a74045da066d6f7560c633aca86 | [] | no_license | saraedmane/appli | 8811412b1d5b499eb7b78b541844ed7eccdc0393 | 3ce21f41470ac25fcbb26125be67c2177a27187f | refs/heads/master | 2020-03-17T21:02:54.122222 | 2018-05-18T11:45:28 | 2018-05-18T11:45:28 | 133,940,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | package com.example.pierre.projetinfo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.E... | [
"edmane.sara@gmail.com"
] | edmane.sara@gmail.com |
3615fad54f46d5063dd4ca2081b20775c7809fdd | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-12/u-11-112/u-11-112-f6902.java | ebbe7b7114c1bb455beed6a87fc08077ed51bbb4 | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
9175331897763 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
00717dd20185bed07093b80f455f7d33939a92e5 | 1f1eef472ac069b3d8edc6df859dbe81f44a9f16 | /src/main/java/ru/stoliarenkoas/tm/webserver/api/repository/Repository.java | c5926cdfdc113a5f917e0fb35633b7e96e3c629c | [] | no_license | StoliarenkoAS/taskmanager-webserver-ee | a7fac3168d0af070f97416811dbff52c229f3e49 | f4cc57a22f081ba6ac4ce266e9a44b779328ce01 | refs/heads/master | 2023-08-08T10:16:31.264379 | 2019-07-02T12:58:28 | 2019-07-02T12:58:28 | 194,260,286 | 0 | 1 | null | 2023-07-22T09:31:39 | 2019-06-28T11:11:08 | Java | UTF-8 | Java | false | false | 1,113 | java | package ru.stoliarenkoas.tm.webserver.api.repository;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import ru.stoliarenkoas.tm.webserver.api.entity.Entity;
import java.util.Collection;
public interface Repository<T extends Entity> {
@NotNull
Collection<T> findAll(@NotN... | [
"stolyarenkoas@gmail.com"
] | stolyarenkoas@gmail.com |
e5e4ed0469ff72878c056cb3406690647715167a | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE606_Unchecked_Loop_Condition/CWE606_Unchecked_Loop_Condition__console_readLine_08.java | 473e45168e560b3be6ddd03e559a00551b7ac453 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 14,705 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE606_Unchecked_Loop_Condition__console_readLine_08.java
Label Definition File: CWE606_Unchecked_Loop_Condition.label.xml
Template File: sources-sinks-08.tmpl.java
*/
/*
* @description
* CWE: 606 Unchecked Input for Loop Condition
* BadSource: console_readLine Read data fr... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
90446ecdfe6f431d6d3649f30a28558ae523de9d | 1d4cd0421a645b6204b72b3be7d3f9fa7280cf14 | /app/src/main/java/com/felix/swipebackdemo/MainActivity_second.java | 10ffc50db4d713306470fcc13f879714009b9b17 | [] | no_license | FelixForever/SwipeBackDemo | 0b69c6063818d11dc868a9a8626bbe6b92e8bc80 | 055f9cf86d9999f8da6df683b924c1401a6d2be4 | refs/heads/master | 2021-01-10T17:19:34.394559 | 2015-10-27T07:52:29 | 2015-10-27T07:52:29 | 45,022,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.felix.swipebackdemo;
import android.os.Bundle;
import com.felix.swipebackdemo.BaseClass.SwipeBackActivity;
public class MainActivity_second extends SwipeBackActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
// this.s... | [
"736232402@qq.com"
] | 736232402@qq.com |
2a641bb5d24f0f82c2dacc9e833d37772d1a4162 | 33d53659cff821f1365f420dc82b507d50f7c56c | /app/src/main/java/com/simon/circleseekview/MainActivity.java | dc6ddf3c8366d9f83b69db0f362976ab279ed494 | [] | no_license | Simonzhuqi/CircleSelectView | 7308a5bacb4f38593bf531482decf0b6bf8ebef0 | 965c51382aa904e7098f5cb84a3b3b59eccc19d1 | refs/heads/master | 2021-05-14T23:50:51.015878 | 2017-09-19T06:58:13 | 2017-09-19T06:58:13 | 104,030,611 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package com.simon.circleseekview;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.RelativeLayout;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
private CircleSeekView color_picker;
private ... | [
"312282860@qq.com"
] | 312282860@qq.com |
0782230e6739cb3eb3996ed10e53e6e054efcf08 | df974625127fd85b5536c3bb4c171414b9acdc6a | /src/main/java/de/fidor/dal/datamodels/cardservice/carddata/CardData.java | c7054603a618307bb0b70c3fe4dba1fea477d11d | [] | no_license | KateBohush/api_tests | 657f83b25fc7d250c9f705ebd0b06b80c739e112 | 56bfc8a272774f7228d9a5a5ff592918a6937be0 | refs/heads/master | 2021-06-28T00:33:12.608151 | 2017-09-14T13:16:33 | 2017-09-14T13:16:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package de.fidor.dal.datamodels.cardservice.carddata;
import lombok.Data;
@Data
public class CardData {
private Integer id;
private String account_id;
private String inscription;
private String type;
private String design;
private String currency;
private Boolean physical;
private String vali... | [
"https://github.com/KateBohush/Selenide"
] | https://github.com/KateBohush/Selenide |
9ec1f48f6abe71ba6c10df06ba2f39210e7e8bbe | b0d9a3024f1c5a7d74ed9a141bac98bc03e7a70f | /src/nava/data/io/ExcelIO.java | 2b6baf73600a256496ecf816f13abeaac110d1df | [] | no_license | MichaelGolden/NAVA | 9fea2f04f2565e477a6558280ece81a4ffc5ef2c | 0b3ce5486f8b9351c6d48fd95794ef4aa8c7dd25 | refs/heads/master | 2020-05-19T08:46:58.276521 | 2014-02-12T15:42:04 | 2014-02-12T15:42:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,342 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package nava.data.io;
import java.io.*;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
import nava.data.types.Tabular;
import nav... | [
"Michael@Michael-ACER"
] | Michael@Michael-ACER |
4012f3634ed29518b68c232bb34f5bd139fc4b6a | 8b259164a1a9634aecc64f67212c4facc6a6c92d | /MappingWithAnnotations/src/oneToMany/Courses.java | 1f8beac7b6ea5249b9f262cf97a0ca2429497169 | [] | no_license | mohamed085/Hibernate | 09fad7cdb4d165749f06c95db737c37097d7c2e2 | 74b1e731124ad99b9ecc4d182b4c3d23d47a3c9b | refs/heads/master | 2023-04-19T02:10:10.301602 | 2021-05-02T23:26:05 | 2021-05-02T23:26:05 | 363,768,744 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package oneToMany;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import org.hibernate.annotations.ManyToAny;
... | [
"mohamed085555@gmail.com"
] | mohamed085555@gmail.com |
aa65eeebf20ee3fe128a9acb3528c5f65acdddad | a5628e5d3a6f2a347d1434edfdfcc8c2d88113ea | /GPFinalProject/src/GPFinalProject/GPNodeOperator.java | 9dd72b363810e91720609306ba199353fdcbab58 | [] | no_license | Jackiec/GPFinalProject | d167cb4844c76210dc638d2e5ad74c39c8518582 | 1cc59d68eca100e5524661dc23bb5497b3705661 | refs/heads/master | 2021-01-17T05:54:23.627611 | 2011-11-06T01:47:17 | 2011-11-06T01:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,561 | java | package GPFinalProject;
public class GPNodeOperator extends GPNode
{
protected GPNode m_left;
protected GPNode m_right;
protected String m_operator;
public GPNodeOperator(String operator, GPNode left, GPNode right) {
// TODO Auto-generated constructor stub
m_operator = operator;
m_left = left;
m_right ... | [
"ande3171@gmail.com"
] | ande3171@gmail.com |
1dcc57039244af9d6991ad136fe49d50f121a2f5 | ee9beb6e06c2daf4bcd59304596ab0d798455bcd | /src/main/java/Annotations/Column.java | e4cc55731c5ef07949b8900e2f53b94f0fa6d66d | [] | no_license | 210726-Enterprise/mORM_p1 | 97a670b104ded2a33305f99308f8e35de604a4f6 | 0d6bef93389195539a2c14834ede985804cdd898 | refs/heads/master | 2023-08-05T00:13:21.912561 | 2021-09-13T20:03:51 | 2021-09-13T20:03:51 | 396,989,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package Annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
//Annotation indicating a non-primary field
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Column {
... | [
"jacob.brummett@revature.net"
] | jacob.brummett@revature.net |
8c2f0911f1fd0f3970e3d0afa8462e8d78f00c96 | 96d5ceb29c481643f79aa4ad7ea376a75d9daab0 | /java/src/domain/FFDijkstra.java | 0a5d6d36bb1995f02e97b8c5e6cc103230df28f0 | [] | no_license | alexmorral/university | e261a425d12e243e6efcb4502e190f105bb2ab3c | 837bee95a14ffeb663fcdf0e6052c82cd81f213e | refs/heads/master | 2021-01-07T04:23:24.951681 | 2020-02-19T09:06:19 | 2020-02-19T09:06:19 | 241,575,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,855 | java | package domain;
import java.util.ArrayList;
import java.util.PriorityQueue;
import java.util.Comparator;
import java.util.Stack;
import java.io.IOException;
/**
* @author Alex Morral
*/
class arcP {
public double coste;
public int id;
}
public class FFDijkstra<T> extends FordFulkerson<T> {
/**
* Cr... | [
"alexmorral@gmail.com"
] | alexmorral@gmail.com |
948599016e116b6295ee6268071eac14d60327a6 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hibernate-orm/2015/4/IndexConstraintSource.java | 5106bc56bf72e1a684b2fcd28303237a557527b9 | [] | 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,256 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2014, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
eb3851ab2684e536f79838adb30902c2fa0258d3 | 00cb9ae806aa2a688ac20285366ac4e005451c2d | /FLOWVISOR/src/org/flowvisor/message/FVMessageUtil.java | 579e0e45328313d67d758a7a2b99e1b075baa6a7 | [
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | routeflow/AutomaticConfigurationRouteFlow | e5073704fcaad93534028fcc69f3a60df0898881 | 002289a89781427654437ed03af05cc7bf06242a | refs/heads/master | 2021-01-18T15:30:01.371871 | 2014-08-28T09:06:44 | 2014-08-28T09:06:44 | 17,318,900 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,401 | java | /**
*
*/
package org.flowvisor.message;
import java.util.ArrayList;
import java.util.List;
import org.flowvisor.FlowVisor;
import org.flowvisor.classifier.FVClassifier;
import org.flowvisor.classifier.XidPair;
import org.flowvisor.classifier.XidTranslator;
import org.flowvisor.events.FVEventHandler;
import org.flow... | [
"sachin@burton.(none)"
] | sachin@burton.(none) |
3cae5a834f75bb31d97e4a14524c28aed9310f59 | 354495090297d32ec434f42f272c79345efb781e | /src/Embed/EmbedListModel.java | f2b04ed8aec4f97d9c7284797cf96a9ec48e0398 | [
"MIT"
] | permissive | acdwisu/SWTA | a68a933af6e2d8031d005b5efccb9b7136b7f42a | cb482370d164ec20dc10cc927b6aa21e2b928d85 | refs/heads/master | 2023-07-11T07:02:50.388884 | 2023-06-30T17:21:18 | 2023-06-30T17:21:18 | 130,796,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | /*
* Copyright (C) 2018 acdwisu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distribute... | [
"achmaddwisuriyanto@gmail.com"
] | achmaddwisuriyanto@gmail.com |
f989cec58e0fa9b3021005697aee884abd6adfaf | e1a36b8e2bdc038b4a3121706d441d0bb42ce1c5 | /18 Feb 2020/DailyScriptsAPIs_Demoloyalty/ValidateOTP.java | b30f9f952e968c8433e2eaa512755ed17cfb875c | [] | no_license | parasjitaliya/javamavenapp | edb598b26121510b6186d768c5674451e7bc4956 | 6fd5a78afd3b7b969fa0fc0f1a8f3d2f04e0118c | refs/heads/master | 2022-12-11T05:29:03.754398 | 2020-09-02T06:52:51 | 2020-09-02T06:52:51 | 290,807,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,486 | java | package DailyScriptsAPIs_Demoloyalty;
import java.io.File;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import javax.swing.JOptionPane;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
im... | [
"parasjitaliya@gmail.com"
] | parasjitaliya@gmail.com |
42ffc9fa007cd1b5f32a7e25f6e04cf0f4a267c1 | cda820560738cbaee83e50c4a16da44bd98741ff | /spring-boot-rabbitmq/src/main/java/com/william/mq/spring_boot/config/RabbitMQConfig.java | 826ae1654be678e833aa35f20e1c3d9972d4bf05 | [] | no_license | dwj1979/spring-boot-super-samples | d610c79e01132c7ad44beb0fc535e514bd6b668c | a411e04a05c1f547cc361172c13ac789d4d4fac4 | refs/heads/master | 2021-05-11T10:24:36.624821 | 2017-12-05T10:09:30 | 2017-12-05T10:09:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package com.william.mq.spring_boot.config;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* Created by sungang on 2017/11/30.
*/
@Configuration
public class RabbitMQConfig {
public static final Str... | [
"1120sungang@gmail.com"
] | 1120sungang@gmail.com |
97e1c990347d813c5c87109aed6d27b72b756304 | 3ca616a4f6d4957e259822daad7b7e07af4d450f | /day-7-iterator/src/foo/bar/iterator/IContainer.java | db67f70708b7611d8e058cf79c85ad91e1b4a57f | [] | no_license | ValkSam/patterns-gof | 89dfaa940b370533b1597bc4751daed36576a4c8 | fe715024baf9574135b3619450ec87206577056c | refs/heads/master | 2021-01-12T05:00:02.282697 | 2017-01-02T10:53:15 | 2017-01-02T10:53:15 | 77,826,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package foo.bar.iterator;
public interface IContainer {
public IIterator createIterator();
}
| [
"do110473sva@gmail.com"
] | do110473sva@gmail.com |
3ccf2e639c88802a29fd80d1bd167ac22435f3f7 | 7b99c656bfcb6c3ae4359df8799832c17954b567 | /multi-view-adapter/src/main/java/com/ahamed/multiviewadapter/DataGroupManager.java | e1de5effb3351b54a3060ac11039a69fa272f54e | [
"Apache-2.0"
] | permissive | icostel/MultiViewAdapter | 9720971c075c582e05cde2fc0a2e87f52ab5faa9 | 8c5aaac197d735a4c4450d91362e4a276b069830 | refs/heads/v1 | 2020-04-04T11:27:49.079093 | 2018-09-26T06:29:07 | 2018-09-26T06:29:07 | 155,891,774 | 1 | 0 | Apache-2.0 | 2018-11-02T16:18:28 | 2018-11-02T16:18:27 | null | UTF-8 | Java | false | false | 9,837 | java | /*
* Copyright 2017 Riyaz Ahamed
*
* 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 ... | [
"dev.ahamed@gmail.com"
] | dev.ahamed@gmail.com |
1076f9f855281618b9b6b46cad7954ca96e69cbe | fcb86f6e0e889605e5c03cd7149e0b2e168c780a | /src/serverhttp/MainServer.java | 4c6f00211fc834d08da9dce1f43e3454c49e5ea3 | [] | no_license | FranciscoNeff/ppt1819_practica3_g07 | 017c1779990cfa3c4e8752d807740511f5009d42 | cae3c75620432e0f20076e885cc0357359a872ba | refs/heads/master | 2020-04-08T15:37:22.615412 | 2019-01-11T19:32:50 | 2019-01-11T19:32:50 | 159,485,851 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,347 | java | package serverhttp;
import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class MainServer {
static ServerSocket server= null;
... | [
"Corgi@CORGI-PORTATIL"
] | Corgi@CORGI-PORTATIL |
1b6931af37f8128860a4a6cef222843006ca786d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_6935e0cbbef38d0b164cbc77cdb6fceaf4034845/RestriccioTemps/2_6935e0cbbef38d0b164cbc77cdb6fceaf4034845_RestriccioTemps_s.java | a90b2b8147d1b5aba1a1a6d5ca9379b66d359bda | [] | 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 | 823 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Domini;
import java.util.ArrayList;
/**
*
* @author Daniel Albarral
*/
public class RestriccioTemps {
private ArrayList<Integer> dilluns;
private ArrayList<Integer> dimarts;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4b6736ed6b32df27b53ed6dcb188bdd04b44415e | cb38df9e831252a0c263d925c4580c3571058062 | /Finding the K'th largest number/Main.java | 24ec6d88a99323f0a08e813416dc3f8e8210a97a | [] | no_license | Mowlika99/Playground | a9e8de88faecdb0990d586e3c42302874847e45e | 250eca6a791a011f3d5d0beeca0d86a48364e130 | refs/heads/master | 2020-05-19T11:17:07.241834 | 2019-07-28T11:57:20 | 2019-07-28T11:57:20 | 184,988,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | import java.util.Scanner;
class Main{
public static void main(String args[])
{
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int arr[] = new int[n];
for(int idx = 0; idx <= n - 1; idx++){
arr[idx] = sc.nextInt();
}
int k = sc.nextInt();
... | [
"50285831+Mowlika99@users.noreply.github.com"
] | 50285831+Mowlika99@users.noreply.github.com |
d179923eaa179eaae0f970f9cdc033965f1a1233 | be3434872306571775a1482d56fb4a6d11164271 | /src/test/java/com/banjjoknim/book/springboot/web/dto/HelloResponseDtoTest.java | 71da4aeb72f554e4d5d461fc931e6642192988b6 | [] | no_license | banjjoknim/SpringBootWebService | 9d4ce8257e8fae10cd94f8f846627f75a90f2831 | ea02a222802cecd99dec2eed9cf5bcd9537bd3b5 | refs/heads/master | 2023-01-23T21:53:15.056361 | 2020-12-06T13:04:22 | 2020-12-06T13:59:05 | 318,143,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package com.banjjoknim.book.springboot.web.dto;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class HelloResponseDtoTest {
@Test
public void 롬복_기능_테스트() {
// given
String name = "test";
int amount = 1000;
// when
HelloRespons... | [
"zhfxmtkachdt@daum.net"
] | zhfxmtkachdt@daum.net |
be0ff413570fe931cc1894dc2ea781af974052df | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group11/729245768/DataStructure/src/main/coding_170507/TwoStackInOneArray.java | 051d54e1d888840b6448a6e5b69b73935e6fe7dd | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package main.coding_170507;
import java.util.EmptyStackException;
/**
* 用一个数组实现两个栈
* 将数组的起始位置看作是第一个栈的栈底,将数组的尾部看作第二个栈的栈底,压栈时,栈顶指针分别向中间移动,直到两栈顶指针相遇,则扩容。
*/
public class TwoStackInOneArray {
Object[] data = new Object[10];
private int start = 0;
private int end = data.length-1;
/**
... | [
"542194147@qq.com"
] | 542194147@qq.com |
d3fe13f486bbf4aefc56232032651cd3e4e512f2 | fc00f7e354acd68459b8be7c0679200bcb0526df | /change/app/src/androidTest/java/com/example/mingdao/change/ApplicationTest.java | 06155ed2ede13eafe7c80fcdbd60f1ae7bab6a16 | [] | no_license | mcnuggest/xavier | acc2e05c22738f157d5f439e04114056fd0716b0 | fa17e92f423c78ad25ef2ec03c0b86610bcac69f | refs/heads/master | 2016-08-03T20:41:51.699058 | 2015-08-03T01:22:54 | 2015-08-03T01:22:54 | 39,365,537 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.example.mingdao.change;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"545467834@qq.com"
] | 545467834@qq.com |
b2bd85b5eddc506829e0ddffb9bcc34dce8e7993 | 5a2c164a25e42a3e6ad6eb4b8c3858f3200595b6 | /app/src/main/java/com/cohajj/app/MainActivity.java | 96fad3bd12207a290df09c23cb17809c9ba06a78 | [] | no_license | mfkasim/hajj-hackathon | 639a6d4e4137751b3f4d5c52cacdc8d3731321d8 | 1f2216e60b0cc313ab99ff925fb82e98c61286d4 | refs/heads/master | 2020-03-25T03:53:57.785132 | 2018-08-03T02:22:52 | 2018-08-03T02:22:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 327 | java | package com.cohajj.app;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
... | [
"mfarouk@edafa.com"
] | mfarouk@edafa.com |
777f7d36dabe87f4b751d08020f9695c27638943 | 9f004c3df4413eb826c229332d95130a1d5c8457 | /src/suchita/Assignment_1.java | ed79eb278f3222cde96e431e59ff66c36ddc0031 | [] | no_license | MayurSTechnoCredit/JAVATechnoJuly2021 | dd8575c800e8f0cac5bab8d5ea32b25f7131dd0d | 3a422553a0d09b6a99e528c73cc2b8efe260a07a | refs/heads/master | 2023-08-22T14:43:37.980748 | 2021-10-16T06:33:34 | 2021-10-16T06:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package suchita;
public class Assignment_1 {
public static void main(String[] args) {
System.out.println("Hellow World!");
}
}
| [
"harshhpatel07@gmail.com"
] | harshhpatel07@gmail.com |
d0fd150030dd04380983a408812d7595236e7d98 | 14e19bd43b9f5032c1b912ce0f7d1d54c566513b | /gof23/iterator/Container.java | f1dd8b10c3b65baded380f3d0e8a68b5a05e0284 | [] | no_license | Changemcfeng/DesignPatterns | f8a0322beb30610436db6aab8d36871df2250a72 | 3893a5e3dfa8379a7baf763764022c00fc2cca3c | refs/heads/master | 2023-02-13T03:52:55.818241 | 2020-12-30T13:00:01 | 2020-12-30T13:00:01 | 325,545,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package com.example.reidsspringboot.gof23.iterator;
/**
* The triangle is the most balanced
*/
public interface Container {
Iterator getIterator();
}
| [
"1234567890@qq.com"
] | 1234567890@qq.com |
2275d814ec2983bdedb20f6c86e9549f4532aecc | 906275798ed0ab17495dbf1f31759845818daa81 | /src/main/java/org/jukeboxmc/item/ItemRepeatingCommandBlock.java | 7d45599aa104bb021cee337f995398e4f10bbdda | [] | no_license | yequid/JukeboxMC | c7995034bc5bd55280e3bf96b765eddacbe08e8f | 8a53fc2bed231d0872699d6efa88ef843a74001b | refs/heads/master | 2023-02-15T05:45:12.260350 | 2021-01-07T15:00:24 | 2021-01-07T15:00:24 | 326,658,755 | 0 | 0 | null | 2021-01-07T15:00:25 | 2021-01-04T11:15:15 | Java | UTF-8 | Java | false | false | 240 | java | package org.jukeboxmc.item;
/**
* @author LucGamesYT
* @version 1.0
*/
public class ItemRepeatingCommandBlock extends Item {
public ItemRepeatingCommandBlock() {
super( "minecraft:repeating_command_block", 188 );
}
}
| [
"beckerluca16@gmail.com"
] | beckerluca16@gmail.com |
fd653410bd15eb09d43a54345df457d9d9cee5b3 | 27fc30713278d4e90807fce129f166873aec8ec0 | /Classes.java | d38260d416258bb945faac796adaf487c88f92a7 | [] | no_license | DCMAM/javaII_OnlineAssignmentDay1 | 3c2a8b40e13129acb2adfc20f9b14ab116bc783e | 88aab509ca236d612bf5789f01f6c6e43c47da0d | refs/heads/main | 2023-04-25T03:57:53.271616 | 2021-05-04T13:08:09 | 2021-05-04T13:08:09 | 364,259,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package java2H1;
public class Classes {
String classCode, courseCode, courseName;
public Classes(String classCode, String courseCode, String courseName) {
super();
this.classCode = classCode;
this.courseCode = courseCode;
this.courseName = courseName;
}
public String getClassCode() {
retur... | [
"noreply@github.com"
] | noreply@github.com |
7222378994780a2ba15c96405a3ddbb01ce54bbf | c17ff95381f9f6d29b02da9593cf7d7695e80030 | /src/main/java/com/rest/school/repository/ClassroomRepository.java | 4366ec6e7ab2989768da40bbd7adaeb6e1cca987 | [] | no_license | meliksahozceyhan/Spring-REST-API-Example | ca4771ee9abfc61b60189e6aed0be5b3a2c5bf06 | e05197fade16094a5869416e7a6db6f26489cb21 | refs/heads/master | 2022-11-17T03:30:29.081858 | 2020-07-10T13:11:06 | 2020-07-10T13:11:06 | 276,892,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.rest.school.repository;
import com.rest.school.model.Classroom;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ClassroomRepository extends JpaRepository<Classroom,Integer>{
} | [
"52197329+IsinlaBiziSkati@users.noreply.github.com"
] | 52197329+IsinlaBiziSkati@users.noreply.github.com |
8a36664ba9f153e33b3fca010fd54419e5401dcc | 6af9e38ff717c93aac3617f71b280bbaddba76e2 | /src/main/java/com/product/app/exception/ResponseError.java | 2d0f9d30c49cfea2a7a8ee6e6de225f51d7baa20 | [] | no_license | Java-By-Rajbhar/OnlineProductManagement | 85c07ea62fb2e201960845458040b46781acd378 | cd77d98d8a881f2ab79dd7293c512c53f01be3fe | refs/heads/master | 2020-07-21T16:06:25.111726 | 2019-08-28T12:22:37 | 2019-08-28T12:22:37 | 206,916,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.product.app.exception;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class ResponseError {
private String message;
private Integer statusCode;
public ResponseError(String message, Integer statusCode) {
this.message = message;
this.statusCode = statusCode;
}
}
| [
"sushilrajbhar2019@gmail.com"
] | sushilrajbhar2019@gmail.com |
680c71d77d4384c04dc37e891ffe2b7fa0753dd9 | 25b34d7182a5fe2804e05e8b94a43a7d3b71e54f | /Roeslan.javacoder/src/com/xsis/entity/Employee.java | df309fd435457722559ae0cd32b0268625a03858 | [] | no_license | Ruslanalif/Coder | dd0aba4bcbaeeb2675aaa801fc3f22197de626b4 | d33df6e8a7e3bea2e26b171657a19827ee0f5dbc | refs/heads/master | 2021-01-01T03:59:00.999454 | 2017-07-19T10:27:52 | 2017-07-19T10:27:52 | 97,098,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package com.xsis.entity;
public class Employee {
// pendeklarasian objek
private int id;
private String name;
private String address;
private Double salary;
private String no_hp;
// Constructor
public Employee() {
// TODO Auto-generated constructor stub
}
// GENERATE GETTERS & SETTERS
public... | [
"Ruslan@10.8.106.28"
] | Ruslan@10.8.106.28 |
e817b5db29f3ac243598154dfbb81f027691fc68 | 10329828eee46a4bc5064b25ec5c0d77b710570b | /src/main/bignner/contest122/C_GetAC3.java | 8905238a29baf012b152591a81c13aad310ba121 | [] | no_license | NaotoWada/AtCoder | 089a6c5e9bae1fd92802c44da98f139a48a15b78 | 2b5ead78065392be683ef251d46cf1e27c5d623d | refs/heads/master | 2020-08-05T16:33:14.464446 | 2019-11-30T15:04:38 | 2019-11-30T15:04:38 | 212,615,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | package main.bignner.contest122;
import java.util.Scanner;
public class C_GetAC3 {
public static void main(String[] args) {
// シミュレーション
// 累積和の数え上げ
Scanner sc = new Scanner(System.in);
int N = Integer.parseInt(sc.next());
int Q = Integer.parseInt(sc.next());
String ... | [
"naoto.cot25@gmail.com"
] | naoto.cot25@gmail.com |
338011ec8aba04488d80e4d51b07a476266621f1 | e3a09a1c199fb3e32d1e43c1393ec133fa34ceab | /game/data/scripts/handlers/skillconditionhandlers/OpNotTerritorySkillCondition.java | 0b4e6e9873bd60bcca77490f78fa8f8d92ce60d3 | [] | no_license | Refuge89/l2mobius-helios | 0fbaf2a11b02ce12c7970234d4b52efa066ef122 | d1251e1fb5a2a40925839579bf459083a84b0c59 | refs/heads/master | 2020-03-23T01:37:03.354874 | 2018-07-14T06:52:51 | 2018-07-14T06:52:51 | 140,927,248 | 1 | 0 | null | 2018-07-14T07:49:40 | 2018-07-14T07:49:39 | null | UTF-8 | Java | false | false | 1,267 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"conan_513@hotmail.com"
] | conan_513@hotmail.com |
6c10502e2f17606954418b2c7e99978801941df4 | b085e0f1ad9588f592e87582669015041238cc71 | /server/src/main/java/com/yesp/server/model/OrdersExample.java | 11bd6c9c3b0ab70e9202feafb84c719934bdcc8f | [] | no_license | yesplike/F1 | 0622e4d01783b285e1f579bcfccb3fa9dda5d9e0 | b8af5f77d44b7d2b2d6e21c38326b406a1d37690 | refs/heads/master | 2020-07-02T01:58:39.208023 | 2019-08-09T03:06:40 | 2019-08-09T03:06:40 | 201,378,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,777 | java | package com.yesp.server.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
public class OrdersExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public OrdersExample() {
oredCr... | [
"xxxxx@xx.com"
] | xxxxx@xx.com |
bacbb387a71e9e5accb0308df770db82e3a862a5 | ec5332dba226eb5e29c4ecc6450d495174b8d4bb | /PracticalTest02Var01/app/src/main/java/com/example/practicaltest02var01/gui/PracticalTest02Var01MainActivity.java | c069c64e83eacbb3a7ba23aed0a6ab2c38f6a43b | [
"Apache-2.0"
] | permissive | alinarusu/PracticalTest02Colocviu | b1651a9545b9b84656b2f52614903dc3ffb52571 | 8cdf941748051ac0ff1bc8b50e180ee6ca1be4c0 | refs/heads/master | 2016-09-05T23:10:44.484621 | 2015-05-19T08:18:34 | 2015-05-19T08:18:34 | 35,865,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,945 | java | package com.example.practicaltest02var01.gui;
import com.example.practicaltest02var01.utilities.*;
import com.example.practicaltest02var01.networkingthreads.*;
import com.example.practicaltest02var01.R;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import ... | [
"alinanrusu@gmail.com"
] | alinanrusu@gmail.com |
68cc5377f2df69b5b48aa5488427371567deccfd | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hibernate-orm/2015/4/Schema.java | 37576a2312b5bff5434d8ba67629714af4f49942 | [] | 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 | 7,182 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2015, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
681113ed075eacfd7b6d0d7f7f50dff32b6eeeee | 74ee3d8a85b92dbc51d6edb5b5ed62821e0f988a | /o4-customer-service-spring-annotation-config/src/main/java/com/training/workshop/Program.java | 000eae3a1df16d5f739d3a727e51d54cb812a7cc | [] | no_license | mohitnmo/GAP-Inc | e5f966fb8ddaaecc245891556b815cbeb8d500f9 | c1d8a30e5291531b12e674f854577e748b6bf74e | refs/heads/master | 2023-06-13T07:33:23.373202 | 2021-07-09T12:02:23 | 2021-07-09T12:02:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package com.training.workshop;
import java.util.List;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.training.workshop.config.MainConfig;
imp... | [
"vinodh.mahendra@gmail.com"
] | vinodh.mahendra@gmail.com |
49323faef924f8878635539a262b3fc9e9bcdb20 | 6f36e847fbacb814f7ba041fe060dab32fa1be74 | /springboot-shiro/src/main/java/com/study/user/security/shiro/XTokenWebSessionManager.java | dd130f6fad42f0b4b55ef0d6cf194b1f08808f16 | [] | no_license | wcl19860926/springboot-demo | b3d31f2a03bb3edc3097abad55d356f0505a2d28 | c71827acda26314ecd80dfd024e7858147f4c3b3 | refs/heads/main | 2023-03-09T15:31:28.805200 | 2021-02-28T11:34:05 | 2021-02-28T11:34:05 | 342,522,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package com.study.user.security.shiro;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.SessionException;
import org.apache.shiro.session.mgt.DefaultSessionKey;
import org.apache.shiro.session.mgt.SessionKey;
import org.apache.shiro.web.session.mgt.DefaultWebSessionManager;
import org.apache.sh... | [
"694216530@qq.com"
] | 694216530@qq.com |
244d10dff4c54d84303d58b2f2901695537afa29 | 2a0f28eae6e3e221bb80c5654baad6e52e1809d1 | /employee-catalog/src/main/java/mk/todorht/myfirm/employeecatalog/domain/repository/EmployeeRepository.java | aa14267bc53090df71e5c1eb4bc56bd3e8faaacf | [] | no_license | todorht/myFirm | 0eebde8b2f203cba8318ade6df3894eba4b597b1 | cb5885871090b6cd1779411021b5cb913e950d78 | refs/heads/master | 2023-08-12T04:57:41.450112 | 2021-09-22T19:18:13 | 2021-09-22T19:18:13 | 394,431,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package mk.todorht.myfirm.employeecatalog.domain.repository;
import mk.todorht.myfirm.employeecatalog.domain.models.Employee;
import mk.todorht.myfirm.sharedkernel.base.EmployeeInfo;
import mk.todorht.myfirm.sharedkernel.repository.GenericRepository;
import org.springframework.data.jpa.repository.JpaRepository;
import... | [
"hr.todorovski@gmail.com"
] | hr.todorovski@gmail.com |
bd13a8eaec3fbca70f15640c4c308b9339a5aaf1 | ed374fd23a2434d5c8f89344bdd5fdcdd7684101 | /app/src/main/java/com/example/whitebord/CanvasView.java | acf6734ac4dd90999ce3c90e373b9cf0f933d33b | [] | no_license | kishanmorichauhan/whightbord | 3e4df28c98c094f3107965fc8c3413e0f5ca2544 | 676b7c52a7257b334a58a83afd610dda950959b6 | refs/heads/master | 2023-05-25T18:22:53.640712 | 2021-06-03T04:11:01 | 2021-06-03T04:11:01 | 373,377,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package com.example.whitebord;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import ... | [
"kishanmorichauhan@gmail.com"
] | kishanmorichauhan@gmail.com |
fbcd33d8f7ecacdcbc16d03fdb313d7ddb6d0885 | df5897b284a5d2ab57dd0e32b38886d772bfb9f4 | /master/src/main/java/com/meli/mutantes/dto/StatsDTO.java | 27afe4e0a6a7dbf25826d56c7fdfd873780e864c | [] | no_license | nahuelavalos/mutants | e84cf463562bf81dcbd3f70bc381de1c187e2cd8 | 36ff47c5f7709fb1a0e883e6ff5fea0fae230223 | refs/heads/master | 2021-02-26T16:04:17.195225 | 2020-03-10T03:53:48 | 2020-03-10T03:53:48 | 245,538,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.meli.mutantes.dto;
import lombok.Data;
@Data
public class StatsDTO {
private Long count_mutant_dna;
private Long count_human_dna;
private Double ratio;
public StatsDTO(Long countHuman, Long countMutant) {
this.count_mutant_dna = countMutant;
this.count_human_dna = count... | [
"avalosnahuel@gmail.com"
] | avalosnahuel@gmail.com |
ff628adf0e3c0520ca23f7625d549485d1e2808a | f0d825d67f22bdda6455747fd6198137814c4d5f | /src/main/java/com/xmbl/ops/model/course/CourseLevelEntity.java | b3931baaa3215b0ddb04ba9cdd4f6fdbedf18a86 | [] | no_license | noseparte/boma-platform | 3084d208be17d82dca31f0af5ca041127ac3483c | a7a9dc63afda6d50681794a6d46fd88c439ab15a | refs/heads/master | 2020-04-12T09:46:34.019100 | 2018-12-20T08:29:53 | 2018-12-20T08:29:53 | 162,407,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.xmbl.ops.model.course;
import com.xmbl.ops.model.mongo.base.GeneralBean;
import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;
/**
* Copyright © 2018 noseparte © BeiJing BoLuo Network Technology Co. Ltd.
*
* @Author Noseparte
* @Compile --
* @Version 1.0
* @Description ... | [
"noseparte@aliyun.com"
] | noseparte@aliyun.com |
71a286db2ea8d73b2fd7c6e11478558a61d94915 | 1e83c98788f15eaae341e116b9374b1fa302c5b2 | /app/src/main/java/com/example/xinyichen/reflect/MainActivity.java | 91d99962b9dea2005d7b51ebe91d3544e7ba59e8 | [] | no_license | xinyichen516/Reflect | ea8bbe23d87b8ebb100fca22505fe68cdb3018b2 | 805be57bdaa8ba278fc4a8175982bef5926652ad | refs/heads/master | 2021-07-09T15:24:37.952924 | 2017-10-08T16:49:36 | 2017-10-08T16:49:36 | 106,078,719 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package com.example.xinyichen.reflect;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"xinyichen516@gmail.com"
] | xinyichen516@gmail.com |
c5266779b9910fc37d5c9c5e71506b08a7b93063 | b0f91a3a1c30fc9fa6acc46cc957a8c282784530 | /online-netty/src/main/java/com/online/netty/channel/ToIntegerCodec.java | 427e4659adb2dfabf553a31a9a860ab9364ad167 | [] | no_license | Suancaiyu0707/Online | d19257d5f8adf510c5898ddffd0f48a032ad7fe4 | 99eff1963155a447bccc01648f56a4bea6ab7444 | refs/heads/master | 2022-04-11T17:10:32.010338 | 2020-03-29T15:43:48 | 2020-03-29T15:43:48 | 218,193,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | package com.online.netty.channel;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageCodec;
import java.util.List;
public class ToIntegerCodec extends ByteToMessageCodec<Integer> {
@Override
protected void encode(ChannelHandlerContext ctx... | [
"491978944@qq.com"
] | 491978944@qq.com |
b397e623afabadc07f922e69bd9988247b2dd604 | 5dc4010202ca3412f8504739a88f25acfa8b1011 | /src/test/java/com/gaven/pattern/SingletonTest/SingletonThread.java | 0998bde97d9e462ef65be81411a13de7a1f50c37 | [] | no_license | GavenY/design-pattern | d5f0a86d8620a3660145f85a617e6753d42357e2 | e65b4f52957aa29909bdb779dc9687a4c0917613 | refs/heads/master | 2020-04-27T20:52:53.385778 | 2019-03-26T17:23:57 | 2019-03-26T17:23:57 | 174,674,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package com.gaven.pattern.SingletonTest;
import com.gaven.pattern.SingletonTest.SingletonLazy.DoubleCheckSingleton;
import com.gaven.pattern.SingletonTest.SingletonLazy.InnerLazySingleton;
import com.gaven.pattern.SingletonTest.SingletonLazy.SingletonLazy;
public class SingletonThread implements Runnable {
... | [
"1846178843@qq.com"
] | 1846178843@qq.com |
222c584d3d90b64419cda8ee69c27b199010dced | 11fc952d685c778cb035867b9f310f35f284869a | /health_service_provider/src/main/java/com/itheima/service/OrderSettingServiceImpl.java | 24b2d21b007dbe3c6ff3a02a818e67f540705209 | [] | no_license | lairujian/health_parent | 25608a36bd9b7fb534511b653c0b5455e65011e1 | 38d3e8bc9b0bd3dd556e9cdf676288ff572fa048 | refs/heads/master | 2023-05-21T06:34:37.799267 | 2021-06-11T07:37:46 | 2021-06-11T07:37:46 | 364,333,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,104 | java | package com.itheima.service;
import com.alibaba.dubbo.config.annotation.Service;
import com.itheima.dao.OrderSettingDao;
import com.itheima.pojo.OrderSetting;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import java.util.*;
@Service(i... | [
"yun@rujian.cn"
] | yun@rujian.cn |
f8ce4692e58c5287cce7e2629386b76c8727c271 | 0eda633c6e2128e7c6bb53f5938580d3423c3d75 | /src/com/example/musicrec/FriendPicker.java | 9464aeefcea68362da4346f4eaae8d00b328c822 | [] | no_license | maddymanu/Musified | 25c66dc8bb51118c113d7ea70325d82dd1fa91f4 | bc6cbebba1846a374881dc1ef43047d75a4b39f4 | refs/heads/master | 2021-01-13T02:02:06.523380 | 2014-09-02T16:13:47 | 2014-09-02T16:13:47 | 18,952,987 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,013 | java | package com.example.musicrec;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ListView;
import com.facebook.Request;
import com.facebook.RequestAsyncTask;
import com.facebook.Response;
im... | [
"maddymanu@hotmail.com"
] | maddymanu@hotmail.com |
48ccce9f61b648b6af7114c75199551950d1b683 | 148100c6a5ac58980e43aeb0ef41b00d76dfb5b3 | /sources/com/google/android/gms/internal/phenotype/zzh.java | 9c2f4a5f3acd7633a6c72a4d2c87b5f456dbedba | [] | no_license | niravrathod/car_details | f979de0b857f93efe079cd8d7567f2134755802d | 398897c050436f13b7160050f375ec1f4e05cdf8 | refs/heads/master | 2020-04-13T16:36:29.854057 | 2018-12-27T19:03:46 | 2018-12-27T19:03:46 | 163,325,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.google.android.gms.internal.phenotype;
import android.annotation.SuppressLint;
import android.content.Context;
public final class zzh<T> {
/* renamed from: a */
private static final Object f10390a = new Object();
@SuppressLint({"StaticFieldLeak"})
/* renamed from: b */
private static C... | [
"niravrathod473@gmail.com"
] | niravrathod473@gmail.com |
d7fbcdd248f1182ac1e6dccf2b74798f7b1bbbcf | 634ae05c5e190412b2c50a7b5317c3d331322bdf | /Sandbox/src/main/java/demo/generics/model/Partner.java | b39b8270cec94cb05a5e84c96e5b9600a11f9d84 | [] | no_license | ganqzz/java_workspace | 1b919aff1f177c5b6971e7f19f465129a247ed72 | 3a7285e9b1945c8b55a4b02bbb20aee3d31a9086 | refs/heads/master | 2023-07-16T06:03:36.310878 | 2021-09-04T03:44:37 | 2021-09-04T03:44:37 | 389,467,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package demo.generics.model;
public class Partner extends Person {
public Partner(final String name, final int age) {
super(name, age);
}
@Override
public String toString() {
return "Partner{" +
"name='" + getName() + '\'' +
", age=" + getAge() +
... | [
"ganqzz@users.noreply.github.com"
] | ganqzz@users.noreply.github.com |
2b4852dec27b1b943023e8a7c33dae7b98aa0370 | d11fb0d15b73a28742caa97e349dcfbe70d2563f | /server/iih.ci/iih.ci.ord/src/main/java/iih/ci/ord/s/bp/assi/impl/cimes/ip/IpCopyApbuPropertyImpl.java | 8d546c842a353a7fe9a329745746b38b051c3266 | [] | no_license | fhis/order.client | 50a363fd3e4f56d95ccc5aa288e907a0a8571031 | 56cfa7877f600a10c54fdb30306a32ffa28b8217 | refs/heads/master | 2021-08-22T20:50:59.511923 | 2017-12-01T07:10:27 | 2017-12-01T07:10:27 | 112,678,072 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package iih.ci.ord.s.bp.assi.impl.cimes.ip;
import iih.ci.ord.s.bp.assi.impl.cimes.base.IpBaseCopyCalCiEmsProperty;
/**
* 备血申请属性复制
*
* @author HUMS
*
*/
public class IpCopyApbuPropertyImpl extends IpBaseCopyCalCiEmsProperty {
}
| [
"27696830@qq.com"
] | 27696830@qq.com |
56c7fc0d4ceaee3b3900b38dc2ecfd9eec6718d4 | 60694092acf7e9f53bf16abc8c17c990877535ba | /suripu-core/src/test/java/com/hello/suripu/core/models/SleepPeriodResultsTest.java | a19cc44bd344cb54b44c70ac1176c0bc7af7f2c5 | [] | no_license | hello/suripu | 5b19c90f2aaaf1f492f36d39e2895e5adcd14df2 | f0d1c139204eccd2c080d4c906f8afcc8c372055 | refs/heads/master | 2021-03-24T13:00:18.339462 | 2017-05-04T21:48:40 | 2017-05-04T21:48:40 | 17,836,924 | 28 | 9 | null | 2018-01-26T07:56:55 | 2014-03-17T17:32:30 | Java | UTF-8 | Java | false | false | 1,089 | java | package com.hello.suripu.core.models;
import com.hello.suripu.core.util.AlgorithmType;
import com.hello.suripu.core.util.TimelineError;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.junit.Test;
/**
* Created by jarredheinrich on 4/5/17.
*/
public class SleepPeriodResultsTest {
@Te... | [
"noreply@github.com"
] | noreply@github.com |
a8303898227bc0b2c38c6e4b18bee536dc42d032 | a476d62597ac63cf7437dbb033fe0c3da75687b4 | /src/main/java/com/spring/project/bookforest/service/ReviewService.java | 71afda75684d1cf7103d0694180acba70c3bf2ae | [] | no_license | greenpea88/bookForest | 13cdbd864db9e57d60c7d11158caf7148bf49226 | e1a73ac84a7930be9c60b49ec3cd597a0d94efd8 | refs/heads/main | 2023-06-11T11:26:31.081526 | 2021-07-04T11:18:39 | 2021-07-04T11:18:39 | 376,995,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,337 | java | package com.spring.project.bookforest.service;
import com.spring.project.bookforest.domain.entity.Product;
import com.spring.project.bookforest.domain.entity.Review;
import com.spring.project.bookforest.domain.entity.User;
import com.spring.project.bookforest.domain.repository.ProductRepository;
import com.spring.proj... | [
"greenpea@gangminchaeui-MacBookPro.local"
] | greenpea@gangminchaeui-MacBookPro.local |
86bc4af8cba4c276ec3134ccc1c01c4c2f1eace8 | 59c26d69b6e9a2d3b2e691a5d712e486c43dc8de | /java/c/a/c/b.java | 60d308059c790f5758044480f85c82c0b8d4cdb5 | [] | no_license | haykpilosyan/PhotoMath-java-codes | 5ef1c590cf61bc6f8c0d83b85cbd60b4456b7e7b | 8634f068bd2a92ddc66765fc313cf798329146fe | refs/heads/master | 2021-01-19T10:14:25.917156 | 2017-04-10T18:25:50 | 2017-04-10T18:25:50 | 87,842,611 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 11,784 | java | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* d.c
* d.d
* d.e
* d.m
* java.io.IOException
* java.lang.Object
* java.lang.String
* java.lang.StringBuilder
* java.lang.Throwable
* java.lang.ref.Reference
* java.net.ConnectException
* java.net.InetSocketAddress
* ... | [
"kriartds@gmail.com"
] | kriartds@gmail.com |
59e472601d1f738af1b27e21ba3f58f43bc373b8 | 939806802fff04ac00ffb0a85a07af65e451a2ed | /app/src/test/java/com/example/sereg/ortnec/OrtnecTest.java | bd1ab8c818cff4f5284ae7ebbdd4bb445cb21cf0 | [] | no_license | Seregani4/MobileAppium | 685eb93b20cf794b2861d85a8f2e775a2f61fc98 | c3f4281d1d20436a085a259e0aeccafd225431cd | refs/heads/master | 2020-07-05T05:00:33.920087 | 2019-08-15T11:41:48 | 2019-08-15T11:41:48 | 202,530,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,660 | java | package com.example.sereg.ortnec;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.CapabilityType;
import org.openqa.selenium.remote.DesiredC... | [
"skorniiuk@peoplenetonline.com"
] | skorniiuk@peoplenetonline.com |
6c40e4addd7bff9c6057a96171e383ae991bdd00 | ff0c33ccd3bbb8a080041fbdbb79e29989691747 | /java.xml/com/sun/org/apache/bcel/internal/generic/POP.java | c9b8241367d7ab5d6e029e782fec32e84a8e66d8 | [] | no_license | jiecai58/jdk15 | 7d0f2e518e3f6669eb9ebb804f3c89bbfb2b51f0 | b04691a72e51947df1b25c31175071f011cb9bbe | refs/heads/main | 2023-02-25T00:30:30.407901 | 2021-01-29T04:48:33 | 2021-01-29T04:48:33 | 330,704,930 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | /*
* Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for a... | [
"caijie2@tuhu.cn"
] | caijie2@tuhu.cn |
48bd6fe90effdcb341a17d12e19999c36e4507bd | 52b6e2e0d9cd5cc427048eecc04873aee3d9ce1c | /registry/src/main/java/cn/demo/discovery/RegistryApplication.java | bc289696558a97e24aff1afb721571ee3f88fc98 | [] | no_license | scjakehuang/spring-cloud-demo-master | ffc0efad536488f186cd11c37eeb6885444497bb | 82a946a1d2fd450fc7d3116eea279d4079067270 | refs/heads/master | 2021-05-15T15:27:57.532618 | 2017-10-18T08:44:24 | 2017-10-18T08:44:24 | 107,381,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package cn.demo.discovery;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @Author: Leo
* @Blog: http://blog.csdn.net/lc0817
* @CreateTime: 2016/11/21 22:49
* @D... | [
"admin@huangjiakai.local"
] | admin@huangjiakai.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.