blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
484ac7eb605773e28334035b1fcb6b80ff57defc | a20cdf79751f9b92a873393dbc2e5ae455820773 | /src/main/java/egovframework/let/utl/fcc/service/UniSelectInfo.java | b5cc049b8e75fd68bc2ff06787ce5d3f7464f04c | [] | no_license | sohoki/cmsDisplay | afc3b831600356485616531b765cda1bf8e1170d | 411e11d93786bf9953f434b2371ad8ccd45a067a | refs/heads/master | 2022-06-07T16:32:48.880176 | 2020-03-03T08:32:56 | 2020-03-03T08:32:56 | 239,928,925 | 0 | 0 | null | 2020-02-12T04:50:07 | 2020-02-12T04:45:02 | Java | UTF-8 | Java | false | false | 865 | java | package egovframework.let.utl.fcc.service;
//공용 테이블 조회
public class UniSelectInfo {
private String inResult;
private String inTable;
private String inColumn;
private String inValue;
private String vResult;
public String getInResult() {
return inResult;
}
public void setInResult(String inResult) {
this... | [
"43233927+psm9392@users.noreply.github.com"
] | 43233927+psm9392@users.noreply.github.com |
697c7f8858167469ed309638a300945deec44d4c | b35e88d1551035c1142a4d7a5e6e7d8d1b3c0a0f | /src/edu/usf/experiment/subject/affordance/Affordance.java | 87146e7843e0969970e6d8d6992912c716a4e323 | [] | no_license | mllofriu/experiment | 90f7ab85e4f94ba9f34d2624b55b92e5b97d7e36 | bc5c666226aa000643cefeb9891dc2f033926eb7 | refs/heads/master | 2016-09-05T11:00:30.584544 | 2015-09-01T21:44:59 | 2015-09-01T21:44:59 | 30,930,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package edu.usf.experiment.subject.affordance;
public abstract class Affordance implements Comparable<Affordance> {
boolean realizable;
float value;
public Affordance() {
realizable = false;
value = 0;
}
public boolean isRealizable() {
return realizable;
}
public void setRealizable(boolean realizable)... | [
"mllofriu@gmail.com"
] | mllofriu@gmail.com |
088b9da3b453e992b0424ee864e3a5bc87e66e4a | cf0ed9851c778f5c9f1864f5e03907ebab89ef0f | /Module5/src/com/threads/LifeCycle.java | c17d2ec226abbd3b10cf9f823f6b30367c345afc | [] | no_license | asthanas/CoreJava | 3810ca2e8a6f812975ae539703722f15a32ab6d4 | b1bc61d96b5edfb778a2e1e08ed6ae49236dbddd | refs/heads/master | 2020-08-08T21:58:45.370141 | 2020-03-06T18:57:32 | 2020-03-06T18:57:32 | 213,929,798 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package com.threads;
public class LifeCycle {
public static void main(String[] args) throws InterruptedException {
Thread mt = Thread.currentThread();
for(int i =1; i<=10;i++) {
System.out.println(i);
Thread.sleep(2000);
}
}
}
| [
"crypticelegance@gmail.com"
] | crypticelegance@gmail.com |
b4a44bef2492b670febdd1f033d34f9fb64f1857 | f88cc89f1fffce2728e8f0590e3ddba53429ce0e | /app/src/main/java/de/mchllngr/androidplayground/module/blank/BlankView.java | 9d112937c25a4ae75b00cc97426e4b4efb8cee6d | [
"Apache-2.0"
] | permissive | mchllngr/AndroidPlayground | 382997fd1de21896a9c5e63f76c5badbb93aa809 | 96e7442c8adec2b2b8e5b8228f13398dc06d50fe | refs/heads/master | 2021-03-24T12:41:38.057026 | 2017-12-29T19:35:08 | 2017-12-29T19:35:08 | 100,072,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package de.mchllngr.androidplayground.module.blank;
import de.mchllngr.androidplayground.base.BaseView;
/**
* Interface for the {@link BlankActivity}
*/
public interface BlankView extends BaseView {
}
| [
"dev@mlanger.net"
] | dev@mlanger.net |
5726c9d6590b4a050dcc749953632c21ddd942b1 | d2e201b961885de1f5c4fb85e720bf1e0d1068d7 | /Spring-Core/AnnotationConfig_BeanLifeCycle/src/com/beanLifeCycle/MyAnnotationApplication.java | 99d36cb18d1c4c81cf62f16df1300581eacb3832 | [] | no_license | khasakinil/Spring | 32cd310ee215c3074b0708ee463ef331d1f4532e | aa77cb968d75f4820f4f6376b59f9a02226949a7 | refs/heads/master | 2022-12-21T10:22:19.432195 | 2020-02-13T18:27:08 | 2020-02-13T18:27:08 | 240,329,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package com.beanLifeCycle;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MyAnnotationApplication {
public static void main(String... args) {
// read spring config file
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("applicationContex... | [
"noreply@github.com"
] | khasakinil.noreply@github.com |
4e9b66f774d16ded4071bb166426e9789e426ccd | ffeaf567e9b1aadb4c00d95cd3df4e6484f36dcd | /Talagram/org/telegram/ui/Adapters/-$$Lambda$MentionsAdapter$RtUwcbbmysCllxWaHytbPO9oFzY.java | a6153d408952f2824b0574fbb78be51690d011bb | [] | no_license | danielperez9430/Third-party-Telegram-Apps-Spy | dfe541290c8512ca366e401aedf5cc5bfcaa6c3e | f6fc0f9c677bd5d5cd3585790b033094c2f0226d | refs/heads/master | 2020-04-11T23:26:06.025903 | 2018-12-18T10:07:20 | 2018-12-18T10:07:20 | 162,166,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package org.telegram.ui.Adapters;
import android.util.SparseArray;
import java.util.ArrayList;
import java.util.Comparator;
import org.telegram.tgnet.TLRPC$User;
public final class -$$Lambda$MentionsAdapter$RtUwcbbmysCllxWaHytbPO9oFzY implements Comparator {
public -$$Lambda$MentionsAdapter$RtUwcbbmysCllxWaHytbPO... | [
"dpefe@hotmail.es"
] | dpefe@hotmail.es |
ee16bb4bdfd43187680dfbaba7aa54b0fc682c49 | 566ca6e31e90571bc37c4f64f634f09a9fcfafdc | /src/main/java/ru/dedateam/innorumors/data/entities/content/Comment.java | f2a20fe5ae2b61a8a2767c56118a88085fc6452c | [] | no_license | ElenaGayazova/InnorumorsDEDA | 81b85bc5c2b6220a17b15abaa2fdd4aa818155e7 | ecfff8a77ffa3651ba9cbbd52f3443d5a63a627c | refs/heads/master | 2020-11-29T16:41:52.422875 | 2019-12-26T00:58:37 | 2019-12-26T00:58:37 | 230,170,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package ru.dedateam.innorumors.data.entities.content;
import lombok.Data;
import lombok.NoArgsConstructor;
import ru.dedateam.innorumors.data.entities.profiles.User;
import ru.dedateam.innorumors.service.DateFormater;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Table(name = "comments")
@Data... | [
"bigbase@bk.ru"
] | bigbase@bk.ru |
fd2666295a0176d122c9c85d3438076b78df3927 | 7bea7fb60b5f60f89f546a12b43ca239e39255b5 | /src/com/sun/org/apache/xml/internal/serializer/TreeWalker.java | 56026bbd4bbeb8dafaf815f9797851a59fee2d3c | [] | no_license | sorakeet/fitcorejdk | 67623ab26f1defb072ab473f195795262a8ddcdd | f946930a826ddcd688b2ddbb5bc907d2fc4174c3 | refs/heads/master | 2021-01-01T05:52:19.696053 | 2017-07-15T01:33:41 | 2017-07-15T01:33:41 | 97,292,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,941 | java | /**
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* <p>
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses t... | [
"panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7"
] | panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7 |
0c8eea1274b88328609615d978368355302b9215 | 1b61f4471be77df7635bbb19dfc2ead46309dec7 | /app/src/main/java/com/example/gmach4u/SecondFragment.java | 868ea98e76030274e972fb26621246f8a1073e5e | [] | no_license | noayair/Gmach4U | c4e49bbc9ccbdbc114c5cf411ac9eed6cefd8dc2 | e229128b25376d22f86354d459e849bbdc84f8aa | refs/heads/master | 2023-04-08T13:42:04.628391 | 2021-01-13T11:25:16 | 2021-01-13T11:25:16 | 362,137,086 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package com.example.gmach4u;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;
public class SecondFragment extends Fragm... | [
"57709369+amitRan109@users.noreply.github.com"
] | 57709369+amitRan109@users.noreply.github.com |
d58f7d0b395d608089998cfa1418c1b2c851f6e9 | 51602b78391acc955a76f9713fc6b59bd256f863 | /aula44_46/exercicios/Piramide.java | c4b657e6bd3bf3bba39cdbcde986b03a9962e957 | [] | no_license | Emanuellysac/Projeto-Loiane-Groner-Java-Basico | a0b27da79cd7d956cb348736d728c125f3278cf5 | 2d58e2c6196926e704cded78e5418c2b956ba009 | refs/heads/master | 2020-03-19T05:46:21.287683 | 2018-06-04T03:12:51 | 2018-06-04T03:12:51 | 135,960,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package br.com.aula44_46.exercicios;
public class Piramide extends Figura3D {
private double altura;
private double arestaBase;
private double apotema;
private int numPoliBase;
private Figura2D base;
public double getAltura() {
return altura;
}
public void setAltura(double altura) {
t... | [
"noreply@github.com"
] | Emanuellysac.noreply@github.com |
bc3fd1ef35fc3b884501c30eb80c78d38f34031a | b9d5157b4f6052e068fa0bc66312356d3d55ac99 | /src/com/hncainiao/fubao/ui/adapter/DoctorAdapter.java | 6beae5de9de360f39b8c08c0b9c3a93b3b6829e0 | [] | no_license | liujie007/cainiao | 315e3cc094b892beabaa2fedc9f49eba0d7d535e | f5af11dcd7f958d8231e00db9cf36ff2240359ca | refs/heads/master | 2021-01-10T08:44:20.156312 | 2015-10-29T03:48:31 | 2015-10-29T03:48:31 | 44,724,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,610 | java | package com.hncainiao.fubao.ui.adapter;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import android.content.Context;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import and... | [
"a770161055@qq.com"
] | a770161055@qq.com |
069f084c02b1cfb0931a85ac531805f44415ec8b | e7a4d6068f276af6e17f0209d85b9496aacd2f5c | /code/spring-security-parent/csrf-1/src/main/java/com/zync/security/csrf1/Csrf1Application.java | ff4a790cfcbf4cb5b2d9d52d55aa9840155a972c | [
"Apache-2.0"
] | permissive | luocong2013/study | be8e3d1b658e84734b02d64cf8506da80cf69747 | 7b2243a7e921671675d96d0b753c882762c5556f | refs/heads/master | 2023-08-30T22:52:11.857988 | 2023-08-10T08:11:48 | 2023-08-10T08:11:48 | 148,992,527 | 0 | 1 | Apache-2.0 | 2023-07-23T14:22:38 | 2018-09-16T12:16:22 | HTML | UTF-8 | Java | false | false | 353 | java | package com.zync.security.csrf1;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author luocong
*/
@SpringBootApplication
public class Csrf1Application {
public static void main(String[] args) {
SpringApplication.run(Csrf1Ap... | [
"luocong2013@outlook.com"
] | luocong2013@outlook.com |
8ac29e84831a399990599b95a20c5ae73c318298 | 2adb2bdb8bfcb7e857adc452855df241f4e9ca32 | /src/main/java/com/cmlteam/model/lun/State.java | e34f9f5ad6cd027fb8d9a30d8b696c69ef2c76c0 | [
"MIT"
] | permissive | CMLTeam/REA | f24ea585e63adf366c59133505833a55a6dbdbf8 | 55ade4e9e97df59c528e07fa148fa908f4f71342 | refs/heads/master | 2021-01-22T08:02:38.608755 | 2017-06-05T14:40:52 | 2017-06-05T14:40:52 | 92,599,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.cmlteam.model.lun;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
/**
* @author vgorin
* file created on 5/27/17 10:14 PM
*/
@XmlRootElement
public class State {
@XmlElement
public String stateType;
@XmlElement
public String constant;
@XmlEl... | [
"vgrn.at@gmail.com"
] | vgrn.at@gmail.com |
5e4394fd2f1d1d2d56c04e8b9b08bf9949053f26 | 1158919b8fa88501b8a0c9c6d630a656bf11e4f7 | /UserDetails/src/com/practoce/testCases/RestApiTest.java | c8b072acfdfc54e86d82fc070ada0696f061d6b0 | [] | no_license | MustuShaik123/TestProjectForServiceNow | 0f5af53521f40dd4f2760d78d77be3c4867954a6 | f20cb486e1c6338f09714ad9899f04002391bee2 | refs/heads/master | 2020-05-02T16:12:30.748641 | 2019-03-27T19:43:21 | 2019-03-27T19:43:21 | 178,062,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,432 | java | package com.practoce.testCases;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import org.jboss.weld.junit4.WeldInitiator;
import org.junit.Before;
import org.junit.Rule;
import org.j... | [
"noreply@github.com"
] | MustuShaik123.noreply@github.com |
d2fe1f66d33ce6a81725a22278149c51d62f79a1 | df1a582f2ac4da486e0c5ca8154efccf38044440 | /src/main/java/com/portfolio/postgreslocks/PostgresLocksApplication.java | 2407b37c557990923576304a6be700dda8c07096 | [] | no_license | scorpfrog/postgres-locks | af422894277547ed861e94a5394021abc1681b87 | 6efb50af95e55028b3169c43de907a16a96df20f | refs/heads/main | 2023-04-04T09:05:53.999093 | 2021-04-18T18:47:23 | 2021-04-18T18:47:23 | 359,226,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.portfolio.postgreslocks;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PostgresLocksApplication {
public static void main(String[] args) {
SpringApplication.run(PostgresLocksApplication.class,... | [
"rtorregrosa@eclinicalhealth.com"
] | rtorregrosa@eclinicalhealth.com |
143c1a2caaa131a7349fb4bd62e1bcbfd586a18b | 7c1c27bcf92a9a66d90f0174491bf9cacd9faaf7 | /src/main/java/com/dip/rent/model/response/OrderByFlatListDTO.java | b41d6961f111758a3439cc20f7fe6bfdb88321c1 | [] | no_license | fogyn/rent | ec6a8abafe4384c2ad1c81dde92c498403f24644 | 4476011f2f9a497a9c3d703c17e3e2e2ada33e74 | refs/heads/main | 2023-07-22T10:08:45.087034 | 2021-09-02T23:26:36 | 2021-09-02T23:26:36 | 395,395,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package com.dip.rent.model.response;
import com.dip.rent.model.Flat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class OrderByFlatListDTO {
//private List<Long> listFlatId;
private List<Flat> listFlat;
//private Date dateNow;
private boolean dateBoolean;
publi... | [
"SLSidorov@gmail.com"
] | SLSidorov@gmail.com |
e4536a5f021bd5c0c82264e35dff9fe50a9b4bb1 | 65052e3dff56ee647a0534b1963b6918cc1b39a0 | /src/main/java/api/domain/ExpirationDate.java | acb88155b76fc0e75ef7e2c992121babcb42f409 | [] | no_license | evan-mcclaugherty/spring-rest | 5217be038db9ead55984a1954f181bb4fd66138b | ab9acee20a0f0653eec450303cc26c9abdad243b | refs/heads/master | 2020-03-24T02:40:10.158506 | 2018-07-26T03:52:26 | 2018-07-26T03:52:26 | 142,385,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java |
package api.domain;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class ExpirationDate implements Serializable
{
private String date;
private Integer timezoneType;
private String timezone;
private Map<String, Object> additionalProperties = new HashMap<String, Ob... | [
"evan.mcclaugherty@gmail.com"
] | evan.mcclaugherty@gmail.com |
00a96cbc8abb5e6f07ac9a82279b949752d3a23c | 3b22a684e1540d58d07bc6a12ab09584884c273d | /hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/core/model/type/MapTypeModel.java | 300891a7eb92a0f919604b281ea81cb9d78654cb | [] | no_license | ScottGledhill/HYB | 955221b824b8f0d1b0e584d3f80c2e48bc0c19d9 | 0c91735fe889bc47878c851445220dbcae7ca281 | refs/heads/master | 2021-07-25T20:00:36.924559 | 2017-10-27T14:17:02 | 2017-10-27T14:17:02 | 108,548,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,381 | java | /*
* ----------------------------------------------------------------
* --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! ---
* --- Generated at 27-Oct-2017 13:57:00 ---
* ----------------------------------------------------------------
*
* [y] hybris Platform
*
* Copyright... | [
"ScottGledhill@hotmail.co.uk"
] | ScottGledhill@hotmail.co.uk |
857cc6d17916d88f3d88387d2c7342379956fae8 | 5bbe533351d16888939e84acf4331c4a6a4fbee6 | /spring-di/src/main/java/nmw/springframework/manualdi/service/PropertyGreetingServiceImpl.java | 3c272368792ad600059b93eb58104450bb33d6d1 | [] | no_license | nageshwankhade1/Spring | 370c6f76025be43b26a6e1eae80910fd58ba9693 | 1622704e3752d34f0d9a51bd48e96a53f7ff3a77 | refs/heads/main | 2023-04-17T21:17:10.253516 | 2021-04-28T15:45:41 | 2021-04-28T15:45:41 | 362,428,870 | 0 | 0 | null | 2021-04-28T15:45:42 | 2021-04-28T10:33:04 | Java | UTF-8 | Java | false | false | 275 | java | package nmw.springframework.manualdi.service;
import org.springframework.stereotype.Service;
@Service
public class PropertyGreetingServiceImpl implements GreetingService {
@Override
public String sayGreetings() {
return "HelloWorld-Property";
}
}
| [
"nageshwankhade1@gmail.com"
] | nageshwankhade1@gmail.com |
f9d8c5480932f1e3b580a2b8d1c235054c0b5452 | 277c1a17195a98cc8a2e991e6f38bf6d3ceaffff | /src/test/java/de/mwg/web/web/rest/TestUtil.java | 09974d90a3a59df33ff31ad7a42ebc14983963ab | [
"MIT"
] | permissive | MoWeg/webRTC-firstTry | c0ecffd4e122c8fa07a715ae8f7411d883060861 | 8d62f7780eece16a50fd0bf48ed3d9b3210115b9 | refs/heads/master | 2021-01-23T08:20:19.363317 | 2017-12-09T16:29:22 | 2017-12-09T16:29:22 | 86,495,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,412 | java | package de.mwg.web.web.rest;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeDiagnosingMatcher;
import org.springframework.data.jpa.reposito... | [
"moritz.wegmann@gmail.com"
] | moritz.wegmann@gmail.com |
2d617ee44b884fdb6671da55edce22837141228c | 646c5860c00543ee5e47c73edea709940596dc6c | /Project/src/game/action/simple/gym/Train.java | 68ff27284b7db7e04d3b718e3ca9e10311d11c4b | [] | no_license | amirasem3/AP | 32c89d7777a4b3749d7f24970e153f5466436825 | ca4ad3b2cf7c3eedb3d152227be74b814e673dc6 | refs/heads/master | 2021-06-20T06:14:19.741491 | 2017-07-13T14:40:20 | 2017-07-13T14:40:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package game.action.simple.gym;
import game.interactable.AbstractInteractable;
import ui.UI;
import ui.interactable.gym.TrainUI;
/**
* Created by Amir on 5/12/2017.
* AHAY
*/
public class Train extends AbstractInteractable {
@Override
public UI getUI() {
return new TrainUI(this);
}
}
| [
"amiryousefi98@gmail.com"
] | amiryousefi98@gmail.com |
859b55d6049f7abc552b38d2b9d4be1c2cb8aa2e | f7a2886f06ae977c55addf99334fdbf099275756 | /cuckoo-example-war/src/main/java/de/akquinet/jbosscc/cuckoo/example/ui/CustomerEdit.java | 905f5ea9dacbdf59d0e4ec39ba66af3cf675335a | [] | no_license | cerker/cuckoo-example | 59415aac1bfc051de0f3c530472bf51332bf01b6 | 3624926a0927604d04dc78667183a74562fd7623 | refs/heads/master | 2021-01-25T08:54:05.574630 | 2012-02-13T20:14:04 | 2012-02-13T20:14:04 | 3,073,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,512 | java | package de.akquinet.jbosscc.cuckoo.example.ui;
import de.akquinet.jbosscc.cuckoo.example.ejb.CustomerService;
import de.akquinet.jbosscc.cuckoo.example.model.Customer;
import de.akquinet.jbosscc.cuckoo.example.model.ReturnMessages;
import javax.ejb.EJB;
import javax.enterprise.context.SessionScoped;
import javax.face... | [
"carsten.erker@akquinet.de"
] | carsten.erker@akquinet.de |
66326c35f835c4bb4d22f2b3ca1012721503dddf | 17d15fc2f99f8c5d0ac298237eeca44110e5a6f2 | /src/main/java/com/oi/financialoilservices/exception/InputDataException.java | fa38c402dbebac616dac525358d80f9735fb08c4 | [] | no_license | rafaelSoaresAlmeida/financial-oil-services | 1024cf5b97f5c1f9c972436f1d123ed7f0e513b5 | f0da473e91432022c1db100a3f055b7ecd1eaad0 | refs/heads/master | 2022-03-30T11:14:18.315260 | 2020-01-14T05:43:12 | 2020-01-14T05:43:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package com.oi.financialoilservices.exception;
public class InputDataException extends RuntimeException {
} | [
"rafael.almeida@pixeon.com"
] | rafael.almeida@pixeon.com |
269ba949aecec426a44e680651e804cd404edd4d | c23ee3e51a41ba0867cbc973c3127a47b66b0cdc | /src/main/java/service/ContentMetaMasterServiceImp.java | f68bbc17343f34ccf3ab63dc5acc34266b529e55 | [] | no_license | matthewadedayo/bluesparrow | e2199fd2b09d348797f2d646fc5bfea986c4bccf | 75e133b96628565d00464b3397caf737f17fa8c2 | refs/heads/master | 2022-12-21T07:54:34.119355 | 2019-09-05T10:10:34 | 2019-09-05T10:10:34 | 199,807,808 | 0 | 0 | null | 2022-12-16T03:14:51 | 2019-07-31T07:54:22 | Java | UTF-8 | Java | false | false | 737 | 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 service;
import dao.ContentMetaMasterDao;
import java.util.List;
/**
*
* @author OLAWALE
*/
public class Con... | [
"matthewadedayo@yahoo.com"
] | matthewadedayo@yahoo.com |
bc1769fd791be80aea4ac7c685a3e1a0828c1ea2 | a148903b36b0a7ea42a357c5592aebac74c873f8 | /crui_pojo/src/main/java/com/crui/pojo/goods/Para.java | 67ba65d139688a3fb95de84c03f5424116306c7a | [] | no_license | chengrui990/crui_parent | f90bab45cfff2839dc9c51d266ff0d5f16a6a682 | cc7e1617fc75986984b1e1e1b33d10fa7e7a390b | refs/heads/master | 2022-12-22T16:35:06.056745 | 2020-04-17T09:02:20 | 2020-04-17T09:02:20 | 230,453,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.crui.pojo.goods;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
/**
* para实体类
* @author Administrator
*
*/
@Table(name="tb_para")
public class Para implements Serializable{
@Id
private Integer id;//id
private String name;//名称
private String options;/... | [
"990536551@qq.com"
] | 990536551@qq.com |
a87a30a2d71ad8239f050228b32c4bdbb33380cd | 6aa7c9cdd37bc2242e2464889e87c4575ea3dd06 | /src/main/java/jsug/portside/api/dto/UpdateAttendRequestForm.java | 27e8a4a8dfe1dc4ab8ae5668d8598949b437d14d | [] | no_license | b1a9id/portside-api | 74d05850490ba9c98022510f0efbd991bc7cf003 | 01ce8da377c96c2b40a76fcd29633b18cccfc53e | refs/heads/master | 2021-05-09T18:05:28.345747 | 2017-10-23T04:55:08 | 2017-10-23T04:55:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package jsug.portside.api.dto;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import javax.validation.constraints.Size;
import org.apache.commons.lang3.builder.ToStringBuilder;
public class UpdateAttendRequestForm {
@Size(min=1)
public List<UUID> ids = new ArrayList<>();
... | [
"kouhei.toki@gmail.com"
] | kouhei.toki@gmail.com |
88473e725a820adba3a6b44ad0d52802d665c125 | a8906130b441b794cdc709ba75a12ef2444b6ce2 | /app/src/main/java/com/example/lucas/androidquiz/Helper/Base64Custom.java | 2e309332fd0334d25bd685fcd9b3aa9f3a008e35 | [] | no_license | lucasbelles/AndroidQuiz | d2230749964cfc2af42602c626c7bd24d6b933e0 | 47db8d34e7cd16cdab9d02be893e3e1aa22909f9 | refs/heads/master | 2020-03-21T04:11:45.977690 | 2018-06-23T22:29:13 | 2018-06-23T22:29:13 | 138,096,172 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package com.example.lucas.androidquiz.Helper;
import android.support.annotation.NonNull;
import android.util.Base64;
public class Base64Custom {
public static String coficadorBase64(String texto){
return Base64.encodeToString(texto.getBytes(), Base64.DEFAULT).replaceAll("(\\n/\\r)","");
}
public... | [
"lucasramos1996@outlook.com"
] | lucasramos1996@outlook.com |
9e2a61ab1c4f4ab77ea58017126557283ff48eb3 | 6482753b5eb6357e7fe70e3057195e91682db323 | /org/apache/logging/log4j/core/filter/ThresholdFilter.java | b350f04aa27a5510a3221dafd3d72e0eb73ad1cf | [] | no_license | TheShermanTanker/Server-1.16.3 | 45cf9996afa4cd4d8963f8fd0588ae4ee9dca93c | 48cc08cb94c3094ebddb6ccfb4ea25538492bebf | refs/heads/master | 2022-12-19T02:20:01.786819 | 2020-09-18T21:29:40 | 2020-09-18T21:29:40 | 296,730,962 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,015 | java | java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 5
at java.base/java.util.Vector.get(Vector.java:749)
at com.strobel.assembler.metadata.MetadataResolver.resolve(MetadataResolver.java:82)
at com.strobel.assembler.metadata.CoreMetadataFactory$UnresolvedType.resolve(CoreMetadataFactory.java:616)
at ... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
19868dde3854376012d34a07bd24b8aa20a81bed | a58dd4534a10577c60df31b1b73a23b4243d2e2c | /src/main/java/com/core/service/process/order/IOrderProcessService.java | 903bd46d7f46243623b7a1d407af7328e61ff4f8 | [] | no_license | dk2n8806/WeaztWeb | 1744c3b9801b84b2f3454235784eaaffe745cdd3 | 9a0fd595d5de4dd9f6e5360e580039c68f4e265f | refs/heads/master | 2021-06-26T12:07:07.356916 | 2017-09-12T05:36:54 | 2017-09-12T05:36:54 | 103,226,535 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.core.service.process.order;
import com.common.entity.order.OrderBundle;
import com.common.entity.product.Product;
import com.common.exception.MerchantException;
import com.common.exception.OrderException;
import com.common.exception.ProductException;
import com.common.util.date.DateInterval;
/**
* <p>A ... | [
"dknguyen8806@gmail.com"
] | dknguyen8806@gmail.com |
23ddb4ef0895530df1c9ed823b3d1822cb6948d5 | 69ed9bc50c0ce1f0290fbe4bf1313ea567daa633 | /app/src/main/java/com/furqoncreative/mevent/adapter/ImageSliderAdapter.java | c1c17e2fb17447425eecc4c3582592b0fbbe6ce2 | [] | no_license | furqoncreative/MEvent | 1c8767c6c2cb0452bf7550fc0531ba28e1c9002a | aedb95227eb453769d2a5792d332c88d314d4b4e | refs/heads/master | 2020-05-24T23:32:24.059077 | 2019-05-23T00:48:16 | 2019-05-23T00:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package com.furqoncreative.mevent.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.viewpager.widget.PagerAdapter;
import com.furqoncreative.mevent.R;
import com.furqoncreat... | [
"akunkhusus42@gmail.com"
] | akunkhusus42@gmail.com |
155d607a6b85477b279f65d33c7d9f378d35ea2f | b1adb5f094e0f46ba469f08408e6336108c85bb8 | /MiniMax.java | 631746b33e9e36147ace598d8b33c6819da3f731 | [] | no_license | anmolsaxena10/TicTacToe | b7e74bbc13afa2603ef5090d6d6f599fec69d58e | 69be64e512cbd2f65c8b29dc2eca71010a280cc0 | refs/heads/master | 2021-05-15T16:08:50.460533 | 2017-10-18T17:07:08 | 2017-10-18T17:07:08 | 107,438,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,481 | java | class MiniMax{
int bestRow,bestCol;
char player = 'X',opponent = 'O';
boolean isMoveLeft(char board[][]){
for(int i=0 ; i<3 ; i++){
for(int j=0 ; j<3 ; j++){
if(board[i][j] == '_'){
return true;
}
}
}
return false;
}
int evaluate(char board[][]){
for(int row=0 ; r... | [
"noreply@github.com"
] | anmolsaxena10.noreply@github.com |
4629f921d7bedc06bcd8a6b0fd2253a37ece5175 | aeb99a228fef669c74f7ba17a8a226d62e95a9e0 | /Librari/progra librerias/Criptografia/Encryp proyecs/aesh-master/aesh-master/src/test/java/org/jboss/aesh/console/aesh/AeshScriptTest.java | 63abfcb20838300f40802df527b3fb2c4c4e7ef3 | [
"Apache-2.0"
] | permissive | D3nnis99/ras | b7fc677a5e7b002a3deac5bedfeff5fcb68f4b1b | 9ff8e0022a59243356a1294e9016cb08052c7d92 | refs/heads/master | 2022-12-15T14:35:27.379443 | 2020-08-26T02:17:49 | 2020-08-26T02:17:49 | 290,372,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,323 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @authors tag. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Vers... | [
"dennisbvg@gmail.com"
] | dennisbvg@gmail.com |
eb9f64825a2fbdf1419cd81448614a5e3ae76e43 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate2482.java | 38cc76565eb6f6c54d9a6f9143e5ef54def608d4 | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | public void clear() {
if ( managedToMergeEntitiesXref != null ) {
managedToMergeEntitiesXref.clear();
managedToMergeEntitiesXref = null;
}
if ( countsByEntityName != null ) {
countsByEntityName.clear();
countsByEntityName = null;
}
}
| [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
4803b20e5a7b19e6d1d4536fb3127facbf784bf7 | 74a2ef6ace8a63e1d52aa8a5b9907b06e0b7469c | /lab3/lab3_code/app/src/main/java/com/example/dg123/shopping/MainActivity.java | dc69caa3df4a3045fcb4bb1b9a1bc81dbc9c35d9 | [] | no_license | namelessmonster/Android_lab | 3bc5863eda438f2a6e1300f0a0c682ad0c2b86aa | e7d4464a4f1c51c30cb6dfa6ce0989f9f410be7f | refs/heads/master | 2021-09-12T03:13:23.553442 | 2018-01-23T06:55:46 | 2018-01-23T06:55:46 | 106,246,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,312 | java | package com.example.dg123.shopping;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.provider.ContactsContract;
import android.support.design.widget.FloatingActionButton;
//import android.support.v4.app.ActivityCompatApi23;
import android.support.v7.... | [
"328730316@qq.com"
] | 328730316@qq.com |
7dad09c579fc0842969e2901f730decf23655d8d | a8907c32e6c54f893cf3863685ca94f2f5ad33d6 | /mylibrary/src/main/java/org/w3c/doms/events/EventListener.java | 9237328199b3fa180d35c8dcd9e31ed2275b3a59 | [] | no_license | stevie658jjh/lib2 | 6438e99d47a6696da03bcef2821069c8912cbc08 | 20231a5c4f4621da588232d80dbc001f60c4454c | refs/heads/master | 2022-08-14T06:06:32.237178 | 2020-05-08T07:40:59 | 2020-05-08T07:40:59 | 262,249,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | /*
* Copyright (c) 2000 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights Reserved. This program is distributed under the W3C's Software
* Intellectual Property License. This program is distributed... | [
"nguyenthanhthien.658jjh@gmail.com"
] | nguyenthanhthien.658jjh@gmail.com |
c2b8141322f36d8f04c595a6ded4f8497c2f2379 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/google--guava/7d5825f96a618f0b7edf3054019e22dfd1910902/before/CharMatcher.java | 5e4cbd01bb427dbfb1109760dab1bca3a25e9a52 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,047 | java | /*
* Copyright (C) 2008 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
a8022fdb24721f23cff5f64135f5e0971f234b7a | d624b8e0f5d0d0cd5959babee44e1a4fe7ec5f40 | /src/amata1219/collector/hands/CollectorHands.java | 20f2fd896ad8924ab0d728ff4b4d18292130bccf | [] | no_license | amata1219/CollectorHands | f2569ad9b0ed38c6a94ce3f4d1867c2035ba8d75 | 6946bbf0990f5facbda630404acca4bef8ad05a6 | refs/heads/master | 2023-01-18T21:55:18.099180 | 2020-11-24T14:31:36 | 2020-11-24T14:31:36 | 315,657,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,337 | java | package amata1219.collector.hands;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.c... | [
"suzukiamata@gmail.com"
] | suzukiamata@gmail.com |
bff391b618cf662124aefbd26204853974d3d4b1 | 64ab254321c6338de7f68548c4d49112130e1410 | /app/src/main/java/com/beforevisit/beforevisitapp/Activities/AboutBrandActivity.java | f5a98a85e51510949ded110d4c1a005566e583b6 | [] | no_license | Khushboo1028/Before-Visit-App | 74c539024129e5d26b4af69a14083ce4f596b605 | dab8d652b58f5066254b7a9186f927484da15ee1 | refs/heads/master | 2022-11-21T03:43:25.879768 | 2020-07-14T17:46:06 | 2020-07-14T17:46:06 | 267,920,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46,784 | java | package com.beforevisit.beforevisitapp.Activities;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
import... | [
"khushboo1028@gmail.com"
] | khushboo1028@gmail.com |
f0417852b9a3c09991c3e4ee8df2cecc2605431e | 4e858b3276daf45b0bf6bc95c22b52b3aa07c2bc | /src/OriginalUkrNet.java | adeade54434676412b4e543be1fa65a2aa3b6b8b | [] | no_license | torraze/CodeDesign | 5ac198e43e6af0b8289545b33c9dfa1b34005211 | b7b8f2ff880f57915f5818385fc1d7346da665d4 | refs/heads/master | 2021-01-19T05:47:25.174771 | 2017-04-06T16:55:54 | 2017-04-06T16:55:54 | 87,447,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,235 | java | import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class OriginalUkrNet {
public WebDriver driver;
public String baseUrl = "https://www.ukr.net/";
@Test
public void main() throws InterruptedException {
... | [
"asgard55"
] | asgard55 |
1f2a3ae2797a506546e50d95949bb6569e2aa0a3 | cacdeee7eb54ab763aba0b36cc410a3ab0458dd0 | /core/src/main/java/se_ii/gruppe2/moving_maze/network/messages/out/InitGameStart.java | 43483ebe516806a79812b71a6a8b486c3261b9f8 | [] | no_license | SE2-SS21-Gruppe2/moving-maze | 1d8ae2f8847b5ea8ab506097b0e6d6894cd17460 | eb7292e5dd95426fe1ddb5548214f92b0b1b9985 | refs/heads/main | 2023-06-06T13:33:23.730604 | 2021-06-22T21:47:46 | 2021-06-22T21:47:46 | 357,562,623 | 3 | 0 | null | 2021-06-22T21:47:47 | 2021-04-13T13:25:46 | Java | UTF-8 | Java | false | false | 2,178 | java | package se_ii.gruppe2.moving_maze.network.messages.out;
import se_ii.gruppe2.moving_maze.gameboard.GameBoard;
import se_ii.gruppe2.moving_maze.item.ItemLogical;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Sent to the server by a game host in order to signal that a game can be started.
* In addition ... | [
"andy.kogler.junior@gmail.com"
] | andy.kogler.junior@gmail.com |
ce96b8e3065a79a0daa66e9ad6b5bc02a812febb | 555207874d9e86e80ebc9e4c05657ccb93b8edb4 | /src/org/sample/Pojo.java | 67dfd1c0e1cc84ea3b4931f942cb2fdb21c2aa10 | [] | no_license | 01chandra01/poojitha | 04ee4643435ae22e28ddb665e3c256c31397cefc | e7b62cdf7b35d91ae800ad2f8693de5d3e9dba8d | refs/heads/master | 2023-07-29T02:00:23.903603 | 2021-09-09T11:45:09 | 2021-09-09T11:45:09 | 404,702,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package org.sample;
public class Pojo {
public static void main(String[] args) {
}
}
| [
"tell.to.chandrakanth@gmail.com"
] | tell.to.chandrakanth@gmail.com |
c699e85c7d45ec0712c87656d12b09092b81f9b5 | 447794e7242ac99c73ca0ec38ba3be8e1872ba3e | /app/src/test/java/com/example/da08/threadbasic/ExampleUnitTest.java | 9b843729e00d959cc11e66199f68a65ae64c9661 | [] | no_license | daaa08/ThreadBasic | 211fd17a94545e5dfb9d8cc70938c42d775bf2f8 | 41eb957b9c93218868c23b8dc1792c95b9c87630 | refs/heads/master | 2021-01-25T06:57:07.273131 | 2017-06-07T14:23:20 | 2017-06-07T14:23:20 | 93,635,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.example.da08.threadbasic;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publi... | [
"daaa08@naver.com"
] | daaa08@naver.com |
89059e4dbb53ac6ca6cc2558400d1bdc377658e5 | 94228df04c8d71ef72d0278ed049e9eac43566bc | /modules/materialsummary/materialsummary-api/src/main/java/com/bjike/goddess/materialsummary/api/InStockAreaYearSumAPI.java | 27111163e715c4bc7f0a9660595453e2eca88c01 | [] | no_license | yang65700/goddess-java | b1c99ac4626c29651250969d58d346b7a13eb9ad | 3f982a3688ee7c97d8916d9cb776151b5af8f04f | refs/heads/master | 2021-04-12T11:10:39.345659 | 2017-09-12T02:32:51 | 2017-09-12T02:32:51 | 126,562,737 | 0 | 0 | null | 2018-03-24T03:33:53 | 2018-03-24T03:33:53 | null | UTF-8 | Java | false | false | 2,082 | java | package com.bjike.goddess.materialsummary.api;
import com.bjike.goddess.common.api.exception.SerException;
import com.bjike.goddess.materialsummary.bo.InStockAreaYearSumBO;
import com.bjike.goddess.materialsummary.dto.InStockAreaYearSumDTO;
import com.bjike.goddess.materialsummary.to.InStockAreaYearSumTO;
import java... | [
"sunfengtao_aj@163.com"
] | sunfengtao_aj@163.com |
386c17ce1435b3b23b60543b50ac2ef478dfd432 | c7772dd35626b343dd2ed40518340aa80b9f618d | /src/testIntegration/java/uk/gov/justice/digital/delius/controller/secure/SmokeTestHelperAPITest.java | 4b589436bb0f684f901c3f65e6b52a2fb18393e3 | [
"MIT"
] | permissive | ollietreend/community-api | 666cab98571160f155bef04ce1703026854f8494 | 9431b03e93d7540bba2a3b1dfafc5983750d68f1 | refs/heads/main | 2023-04-17T06:03:18.650521 | 2021-04-22T08:32:58 | 2021-04-22T08:32:58 | 360,905,069 | 0 | 0 | MIT | 2021-04-23T14:07:45 | 2021-04-23T14:07:44 | null | UTF-8 | Java | false | false | 8,891 | java | package uk.gov.justice.digital.delius.controller.secure;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.test.context.junit.jupiter.SpringExtension;
import uk.gov.justice.digi... | [
"noreply@github.com"
] | ollietreend.noreply@github.com |
a84a8dd7694042ddf820d2d84e63bb69b3a22b69 | 912da7578855b4db0a95f8cf82ea215ed512082f | /src/main/java/dto/SubjectDTO.java | 3acf6e5eaaa3e254372787378f61d4bd21b884f6 | [] | no_license | zeoops/attendancemanagement | 266b96706b2aac1ad396e978cf0449b8939c8955 | c654057ed824d7bf2662c82213a356b0e95addb1 | refs/heads/master | 2023-07-20T22:07:26.037329 | 2021-09-03T13:41:32 | 2021-09-03T13:41:32 | 347,347,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class SubjectDTO implements Serializable {
private S... | [
"khanmine007@GMAIL.COM"
] | khanmine007@GMAIL.COM |
b1307d5f2c5c3a69fc2b4c9ff2ce9f0a1cd0469f | 6b5fecfbdc7e001138daa268b9cc60c95a70ea9a | /Herencia/PrubAbstracta.java | 039d81a8f727e00a1f284676bf830465a60a8569 | [] | no_license | LHPH/FIUAEMEXLPOOEV | f65e8d2ec50ff3802d61fa24a13142ab59f1c733 | 7f214b84f7140763636bd5294e519343dae0011a | refs/heads/master | 2023-04-08T22:10:11.526432 | 2021-04-19T00:26:51 | 2021-04-19T00:26:51 | 359,282,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,450 | java | package Herencia;
/** Las clases que hereden de clases abstractas
* deben implementar todos los metodos que sean abstractos
* de la clase abstracta
* si no se implementan todos la subclase debe declararse como abstracta tambien*/
public class PrubAbstracta extends Abstracta {
public PrubAbstracta()... | [
"noreply@github.com"
] | LHPH.noreply@github.com |
8acb414209c50b65b82ef22d2dd6f684fe6c34b6 | 83a5f2b2787503c9217240dc2f2e52f3191279ad | /blog-ribbon-server/src/main/java/com/springcloud/blog/TestService.java | 9c736b59c1de97fd135213f1826d3ad27c7ea9de | [] | no_license | developers-youcong/blog-springcloud-pro-demo | 4e14b33eed73203bcd400a31d1900875b17eb0c0 | 3bd1c266a89a60a6fe6b321f5f92434b54dceeef | refs/heads/master | 2022-04-07T06:56:36.775672 | 2020-02-29T15:50:58 | 2020-02-29T15:50:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.springcloud.blog;
import javax.xml.crypto.dsig.XMLObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
@Serv... | [
"15200740587@163.com"
] | 15200740587@163.com |
000223dbde747d6be7104d3dd5c9e8594c4ed076 | 3f2d793dccdb8ddce0c15e14e94b8622231c9929 | /src/main/java/com/mediaflex/controller/WatchController.java | c18b5ea5774d670cb924a112017afa3c278f24ff | [] | no_license | nadurious/origin | 81b3df82f804bd20674d425ec157cedb0edd3e83 | 34bd25e331a8d52e1b66ee2c840c4ed2d39d6d7b | refs/heads/master | 2022-12-27T11:50:00.713562 | 2020-10-02T07:36:14 | 2020-10-02T07:36:14 | 300,580,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package com.mediaflex.controller;
import java.io.File;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.commons.io.monitor.FileAlterationListener;
import org.apache.commons.io.monitor.FileAlterationMonitor;
import org.apache.commons.io.monitor.FileAlteratio... | [
"mikoow3@naver.com"
] | mikoow3@naver.com |
91084bdf5c87f023bdef983bf1aaeae26e5d6a2f | 2c42ff8e677790139f972934d0604ed9baf61930 | /JavaIdea/handwrite/src/main/java/com/cxz/Service/IUserRoleService.java | 1a66d36ac931c1380120f18a9394520734cdaf0c | [] | no_license | DukeTiny/education | ee845c0e5b0d171337c6f52052e054379e1ddc1b | 8ec8aaec07897ca93d16b08a7ef431beb680eaf3 | refs/heads/master | 2022-12-25T03:46:06.741009 | 2019-10-15T17:11:04 | 2019-10-15T17:11:04 | 215,351,747 | 0 | 0 | null | 2022-12-16T09:59:04 | 2019-10-15T16:56:27 | TSQL | UTF-8 | Java | false | false | 138 | java | package com.cxz.Service;
import com.cxz.domain.User_Role_Key;
public interface IUserRoleService {
void save(User_Role_Key urk);
}
| [
"329087464@qq.com"
] | 329087464@qq.com |
abacb97a45b3fc2175dc0ab2af8afbf363c4f969 | 94dafb3bf3b6919bf4fcb3d460173077bfa29676 | /platform/src/main/java/com/wdcloud/lms/business/strategy/modulecontentmove/ModuleContentMoveStrategy.java | 5ed731c859ef35b2b2bceec49c7d66b52e7003ac | [] | no_license | Miaosen1202/1126Java | b0fbe58e51b821b1ec8a8ffcfb24b21d578f1b5f | 7c896cffa3c51a25658b76fbef76b83a8963b050 | refs/heads/master | 2022-06-24T12:33:14.369136 | 2019-11-26T05:49:55 | 2019-11-26T05:49:55 | 224,112,546 | 0 | 0 | null | 2021-02-03T19:37:54 | 2019-11-26T05:48:48 | Java | UTF-8 | Java | false | false | 627 | java | package com.wdcloud.lms.business.strategy.modulecontentmove;
import com.wdcloud.lms.base.enums.MoveStrategyEnum;
import com.wdcloud.lms.business.strategy.Strategy;
/**
* @author 赵秀非
*/
@SuppressWarnings({"JavaDoc", "SpringJavaAutowiredFieldsWarningInspection"})
public interface ModuleContentMoveStrategy extends Str... | [
"miaosen1202@163.com"
] | miaosen1202@163.com |
dbcd2c233ec3dae18ff46f7ffeb844c526d6cc7e | 6f180f73964e5ec828ceb247592e38c10d935325 | /src/aap/Pessoa.java | 9d7babd8f4cd2c31958a7548caa88204132f61a0 | [] | no_license | Rivanildo/aap | 3f47b09635886c62d44ee4dab6e2e18d3bf117f9 | 0e5a3d555be746cabe1181b98ceeb2e87629c2a0 | refs/heads/master | 2021-01-19T17:11:57.590376 | 2014-03-26T18:29:33 | 2014-03-26T18:29:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39 | java | package aap;
public class Pessoa {
}
| [
"rivanildo.silva@dce.ufpb.br"
] | rivanildo.silva@dce.ufpb.br |
294753b74a2b47ffbf0aea99b70b7e3d092aaee4 | 3cf75cbc469dd7a8e9803ab2fd49bc96e6439f8b | /src/test/java/com/josh/code/Samples/ChallengeSnippetsTests.java | aca1b7b9b469afa6202c5f4f1eab310b0c5b0106 | [] | no_license | jbloy91/Samples | bfd8156cf4fdef82693709efc7f8c8799fd7d0f1 | 7c15bfad2db598b7e44fad5ffbba944b722138d6 | refs/heads/master | 2020-04-04T16:59:53.865609 | 2018-11-04T16:28:31 | 2018-11-04T16:28:31 | 156,102,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 985 | java | package com.josh.code.Samples;
import org.junit.Test;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertFalse;
public class ChallengeSnippetsTests {
@Test
public void testFibonacciSequence(){
assertTrue(ChallengeSnippets.fib(3) == 2);
assertTrue(Challeng... | [
"jbloy91@gmail.com"
] | jbloy91@gmail.com |
c691917c5b6ab78f1070f72a4e523a937d3117c7 | e868a70f184b603896070116a6ca010e410dd651 | /prototipo/1_1_netbeans/image/src/image/GridJPanel.java | 2413e457d7389bf26d3893301648562c75dcdb9f | [] | no_license | thullyo/creating-calc-image-diffs | 77256af355db440ff36c8593c833b4bf91afda80 | 59b7466d6ccfc2ac77fc19d86cb980b8608cfb07 | refs/heads/master | 2020-12-24T18:03:01.630045 | 2011-06-28T20:20:47 | 2011-06-28T20:20:47 | 1,966,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package image;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.geom.Line2D;
import javax.swing.JPanel;
import java.awt.Image;
import java.awt.Too... | [
"thullyod@yahoo.com.br"
] | thullyod@yahoo.com.br |
9c651be31d1e434ffa01dbf22e8e9d99f3972f56 | e9b9afd703384323dddabad6cf560309b1cabe0a | /Drawing.java | 65711a77a3d0aaae090fd0cbbd5ac63327362ad0 | [] | no_license | yrvaibhav/Java-Programming-Basics- | 608afc5da7242404408b8438e913692250f71795 | 34e504e8b3216142060fb23256642e92523978df | refs/heads/master | 2020-06-13T14:18:42.257896 | 2019-07-01T15:53:12 | 2019-07-01T15:53:12 | 194,685,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package Overridding;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JFrame;
public class Drawing extends JFrame {
public static void main(String[] args) {
new Drawing();
}
public Drawing() {
setSize(500, 500);
setVisible(true);
}
@Override
public void paint(Grap... | [
"noreply@github.com"
] | yrvaibhav.noreply@github.com |
295793da3be2f3cce2d7e3c5e9c6e5f5a5e5f2b6 | 499eab59db576aa3c89136c747aef005f37c1e58 | /src/main/java/cn/bingoogolapple/qrcode/zxing/QRCodeDecoder.java | f7313eedd60d8db951822587f1cc2f8bc2011b7a | [
"Apache-2.0"
] | permissive | ijero/zbar | 5d8cccd9c4a2dd86ecde6bdd729a7f2f17f78bc2 | ea6f484faa04d31e0564a4afe66edd50bd20a976 | refs/heads/master | 2020-03-18T23:26:27.410538 | 2018-05-30T07:24:45 | 2018-05-30T07:24:45 | 135,402,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,785 | java | package cn.bingoogolapple.qrcode.zxing;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.BinaryBitmap;
import com.google.zxing.DecodeHintType;
import com.google.zxing.MultiFormatReader;
import com.google.zxing... | [
"ijero@qq.com"
] | ijero@qq.com |
ea0cbd47d9ecefb032e52d1f8eb7a54326639355 | ab75b18fea3ce452fecdae1ef4f61c44962ab13d | /src/main/java/com/santander/gestaogastos/exception/RestExceptionHandler.java | dd9dc8da30d6ec3bbbb255ac86edcff33628ac68 | [] | no_license | AngeloSatelite/TestBackJava | ad3556639417a9080f7cf2be71b568045307949e | 335834b2cda820f24ed3bd4cd592e1bf0c88413e | refs/heads/master | 2020-04-05T01:04:47.053025 | 2018-11-13T13:12:28 | 2018-11-13T13:12:28 | 156,422,339 | 0 | 0 | null | 2018-11-06T17:34:35 | 2018-11-06T17:34:35 | null | UTF-8 | Java | false | false | 1,040 | java | package com.santander.gestaogastos.exception;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
@ControllerAdvice
public class RestExceptionHandle... | [
"angelosatelite@mbp-de-angelo.br.ibm.com"
] | angelosatelite@mbp-de-angelo.br.ibm.com |
f99d6994c0ac2833529a07d97102f37d942feb41 | 5c29cf87e336f16c4930ef5d971d11fb0cca8f4e | /app/src/main/java/com/example/appmenu/ServiceActivity.java | 0ba20e45c56990b018e0d64b96bb8a91e1b26642 | [] | no_license | KatoIT/ExampleAndroid | 54748e7579c0ebdbc5cc9ae9b6f5d3789e46f02a | c58ae7280fed8bbf7941e75f4d8eeacc30a048ad | refs/heads/main | 2023-05-01T05:32:10.747205 | 2021-05-20T14:32:26 | 2021-05-20T14:32:26 | 369,222,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,884 | java | package com.example.appmenu;
import android.content.Intent;
import android.media.MediaPlayer;
import android.provider.Settings;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class ServiceActivity extends AppCompatActivity {
... | [
"nguyenvananymnb@gmail.com"
] | nguyenvananymnb@gmail.com |
31630da5750c7f0163b580d61755895ec5268a64 | 6c5d883dbea7314d15532db9d293c0cf5455757f | /Chess/src/game/TestingFrame.java | 30414d5e7373e4df81e9ad13eeb163cfc211451b | [] | no_license | akarshkumar0101/Old-Java-Archive | 69fac9952ff40626e6957325cdd48464a4e59bc9 | d0f0c0e1edd277cc4978c4b4692f0b5b6889da19 | refs/heads/master | 2020-04-13T09:40:40.864036 | 2019-02-19T07:03:00 | 2019-02-19T07:03:00 | 147,975,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,793 | java | package game;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.ArrayList;
import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.S... | [
"akarshkumar0101@gmail.com"
] | akarshkumar0101@gmail.com |
5295d3d93acbea84384b1c481d54e9021aba58bf | 0643fc1d290445abfeabd2db4c20a2a3ba4c5550 | /google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/TargetVpnGateway.java | b86fc8968a7e222ef305234e291fd96506dbc9eb | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | SanowerTamjit/google-cloud-java | 98d507530e2e0cf6f5b277d1b8d93e05ebb8eec2 | 28fab80ed42dcdf56bac22f67b6e262e3ad54cd2 | refs/heads/master | 2020-04-05T04:08:53.424185 | 2018-11-07T00:38:35 | 2018-11-07T00:38:35 | 156,539,437 | 1 | 0 | Apache-2.0 | 2018-11-07T11:55:22 | 2018-11-07T11:55:22 | null | UTF-8 | Java | false | false | 11,831 | java | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"noreply@github.com"
] | SanowerTamjit.noreply@github.com |
912ea219d0fed36adb9a206e89da672d388b1932 | ed435c8ac03da8eb947438969a96e26cbea8065d | /src/com/week3/hometask/Product.java | 27d36e188a57e12197c5e8fb16e71a9d7c41980a | [] | no_license | order12a/ITCentre | f62bd0952cd78b25c7764dfb7f584fb86f52db9b | f36c55fa1cd75f8935f7b7f57c20f39f796c88ae | refs/heads/master | 2020-06-06T10:08:22.696671 | 2015-01-05T15:51:41 | 2015-01-05T15:51:41 | 27,390,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.week3.hometask;
public class Product {
protected String bar;
protected String price;
protected String storagePeriod;
public Product(String bar, String price, String storagePeriod) {
this.bar = bar;
this.price = price;
this.storagePeriod = storagePeriod;
}
public void printPrice() {
System... | [
"order12a@yandex.ru"
] | order12a@yandex.ru |
ebd8cf0ee84b35810fd010f594950d44c766586b | 50db0be82274d30693163e6f021799ec49e90b09 | /presentacion/src/main/java/com/example/adn/ActividadPrincipal.java | 6ad2ba22dcf834be2a42e5eac0c24d7a1ce3ccbb | [] | no_license | jtrillos19/ADN | 175c163e2f66a36abe9b3a348b058c62f9d95292 | 7ab4a549f7b8b0318a91cda66868380fe28da0a7 | refs/heads/master | 2023-04-28T22:02:42.427670 | 2021-05-21T20:43:59 | 2021-05-21T20:43:59 | 366,403,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,715 | java | package com.example.adn;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import android.widget.B... | [
"jesus.trillos@ceiba.com.co"
] | jesus.trillos@ceiba.com.co |
1973880a4431196979b3a81e44d0eda3b3a82749 | 633c20606e45faa1061dd284bbb5c7baf44c313c | /mattstuff/team-assignment/src/CSPComparator.java | 0b37204856a3caee1135c8829fa982625561d267 | [] | no_license | ghawk0/ai-final-proj | a553f691df42722d0deb06164df4628b1d919d74 | c4b71c307900d70d0d87b08a4c0258f1363d081d | refs/heads/master | 2020-05-16T08:14:44.456869 | 2019-05-15T04:13:28 | 2019-05-15T04:13:28 | 182,902,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | import java.util.Comparator;
public class CSPComparator implements Comparator<CSP> {
public int compare(CSP c1, CSP c2) {
return c1.getCost() - c2.getCost();
}
}
| [
"skidew94@gmail.com"
] | skidew94@gmail.com |
46ba3c4cc376371ee78244341db50b8ee51b7cac | 1ec33b5f1bec4a23da2761516af9d7582882e767 | /src/main/java/com/greenghost107/ourHouse/web/security/JwtAuthenticationController.java | 0c7a57e6113e3be4cc6738977c6efcd395b19e7f | [] | no_license | greenghost107/ourHouse | 663dee73da0c54c09f42fc8ac3a3cc96589daa53 | ca3a174e8b315d87a337a4af4f8bdef9270852f8 | refs/heads/master | 2023-01-10T08:08:03.708330 | 2020-11-08T09:01:39 | 2020-11-08T09:01:39 | 299,710,465 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,431 | java | /*
* Created by greenghost107 on Oct/2020
*/
package com.greenghost107.ourHouse.web.security;
import com.greenghost107.ourHouse.config.JwtTokenUtil;
import com.greenghost107.ourHouse.model.User;
import com.greenghost107.ourHouse.model.security.JwtRequest;
import com.greenghost107.ourHouse.model.security.JwtResponse;... | [
""
] | |
a57acf0662d6aa59db5781d82f5ab8944fed95d2 | 79158a8015e62b03c0f4892c8b655c69218640fe | /GLGameSurfaceView.java | 58a16c8712964754db45689d41a2ab8076559b00 | [] | no_license | tatdathoang/Android_Tetris3D | 6b4ac224e4895fe23596c5a15d722ed8b32a8714 | b499e87af732bd9628486ba5279fa7aeb15adaac | refs/heads/master | 2021-07-13T22:57:26.097478 | 2017-10-20T04:00:49 | 2017-10-20T04:00:49 | 107,622,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,946 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"noreply@github.com"
] | tatdathoang.noreply@github.com |
044f9d09de4129ba9c0452c4a475d163fc7aabec | 92ad4edc208ab942361474e97f6b4d6ca775a01e | /XLib/src/com/jw/view/RoundImageView.java | efc6fa7fb96539a96cbaf38cd8f701247f1e5daa | [] | no_license | jarrahwu/JWLib | 76ef512526ff28fc51f4cb0ca73580df65d15a85 | 8920bce6cbc4f67305ed417fffc4520ac276bdd6 | refs/heads/master | 2016-09-05T14:03:53.788805 | 2014-07-25T09:32:31 | 2014-07-25T09:32:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,973 | java | package com.jw.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.graphics.Por... | [
"jarrahwu@gmail.com"
] | jarrahwu@gmail.com |
6de8e7b0c71cb753f626a8a762ae3b0980ab7c6d | 3749312f8e0aeec943af824c2dab17d1a8c9cd71 | /app/src/main/java/com/ckmcknight/android/menufi/model/accountvalidation/AccountService.java | 825aa5a253e5be50967182177368befb950226e5 | [] | no_license | MenuFi/MenuFiAndroidApp | 5f228df79021b4a2532ddf2a4f7ef40012b9e17c | af210b48f11d93e3ae4e4f0b45ed383005bc9880 | refs/heads/master | 2021-05-05T10:33:31.239717 | 2018-04-23T16:37:55 | 2018-04-23T16:37:55 | 118,033,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,997 | java | package com.ckmcknight.android.menufi.model.accountvalidation;
import android.app.IntentService;
import android.content.Intent;
import android.support.annotation.WorkerThread;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.ckmcknight.android.menufi.MenuFiApplication;
import com.... | [
"ckmcknight@gmail.com"
] | ckmcknight@gmail.com |
104f646a7fa43cb0cfebab7951f968b7ce866cbd | 482534d7a29bba19f90a7829fe17b32fd32bdd88 | /src/main/java/Reverse.java | 579e5961de6073f3364cdad309b79484b82bbb06 | [] | no_license | asrajatkaushal/number-reverse | fa0b2e660f0e21d2236b174b422e9a19c625d5a0 | dd2dfc151177a6a527cd453b24d08a11d99ff6d8 | refs/heads/master | 2021-07-10T15:26:53.091876 | 2017-10-09T10:57:37 | 2017-10-09T10:57:37 | 106,267,387 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class Reverse {
public List<String> readFile(String fileName) throws IOException {
File file = new File(fileName);
FileReade... | [
"noreply@github.com"
] | asrajatkaushal.noreply@github.com |
a095e2f69047ec524766163976b42db83b63e384 | b8caaa8acb1f5b690235c39e45b2379bc193f52a | /picture_manage_web/src/test/java/TestUser.java | ae90003dcd3d06155c9d6b1913dc62a50d450abe | [] | no_license | qinguangfeng1992/picture_manage | 6df41485e54afa0d588b674422219cef463da9a7 | 71c656676794fdc1879f71011b440ded4e11bdfb | refs/heads/master | 2021-01-11T04:38:21.813958 | 2016-10-22T09:49:41 | 2016-10-22T09:49:41 | 71,122,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | import com.qinguangfeng.dao.entity.User;
import com.qinguangfeng.web.Start;
import com.qinguangfeng.web.service.impl.TypeImpl;
import com.qinguangfeng.web.service.impl.UserImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframe... | [
"619595145@qq.com"
] | 619595145@qq.com |
5ad9eaeb10edb42a732ce278335dfdf8f3a6ddb1 | 731d829058ea7d2073d711a5df194a93b3d4a566 | /src/jp/ac/shibaura/it/ie/architecture/invoke/UserCaseInvoker.java | c15800f3687981215b9c47d174ea7e5592aaa2ca | [] | no_license | THEToilet/chatLobbyServer | 7b82e7332eeda112103b7f65f322d919f868bfe7 | ce62c4e010f65e14df353e40de8629cc5c062b59 | refs/heads/master | 2023-02-24T01:02:30.435536 | 2020-12-31T12:00:15 | 2020-12-31T12:00:15 | 325,790,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package jp.ac.shibaura.it.ie.architecture.invoke;
import jp.ac.shibaura.it.ie.usecases.core.InputData;
import jp.ac.shibaura.it.ie.usecases.core.OutputData;
public interface UseCaseInvoker {
public <TOutputData extends OutputData> TOutputData invoke(InputData<TOutputData> inputData);
}
| [
"bp18015@shibaura-it.ac.jp"
] | bp18015@shibaura-it.ac.jp |
b4d843fdbd89d28ef30179f75708dd9d46083483 | 122abd72f92e72cd1dfe59b86fe3367f7f9e3226 | /code/B3444_ProjetJava_Positif/src/main/java/fr/insalyon/dasi/positif/Metier/Modele/Consultation.java | 686f2f1bd2882d953c8f49e4f828a856b371cfc1 | [] | no_license | FelixFonteneau/DASI2 | b50a607a1de5f77a2c81dfa3eb93343cd72ce5ea | 202724e59cb9b3b53dcc5fa5e237a7967db534ac | refs/heads/master | 2020-05-24T04:25:42.615796 | 2019-05-19T11:37:21 | 2019-05-19T11:37:21 | 187,091,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,263 | java | package fr.insalyon.dasi.positif.Metier.Modele;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import... | [
"noreply@github.com"
] | FelixFonteneau.noreply@github.com |
6d191d01f8c9196c848220cf4e129ada0ae85072 | 8c82e98bcdb09005ac76a5b7b1299b4efe7dc04a | /app/src/main/java/com/cookandroid/moments_diary/ListViewAdapter.java | 88a77d7a65151a16171ae3fd0b497d61852a5b3b | [] | no_license | kumass2020/Moments-Diary-App | eb6e5b6be4d7f82fba41d7956b80a006ce12d48f | 1601ac9e8da58d6e4425343cf63709fda0ad53be | refs/heads/main | 2023-05-30T06:26:56.681702 | 2021-06-20T22:36:44 | 2021-06-20T22:36:44 | 364,482,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,683 | java | package com.cookandroid.moments_diary;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.ArrayList;
public class ListViewAdap... | [
"kumass2021@gmail.com"
] | kumass2021@gmail.com |
34f4714d700fd5688551026b19c6d4bdfa989d89 | c84ec0502ce52c48ba5aa02acd7166b3d4a76e2a | /myweb/src/member/MemberDAO.java | a2889ee36f8a8b939471131cbe2583ddc83f4e2f | [] | no_license | kaimaru07/team1 | d70428331d7c10686b22804323bff0a8b0515329 | 1eb0c7db02f52dae89161255f7009a0df2e3d268 | refs/heads/main | 2023-06-24T07:51:34.787512 | 2021-07-26T15:45:08 | 2021-07-26T15:45:08 | 356,894,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,056 | java | package member;
import java.sql.*;
public class MemberDAO {
private Connection conn = null; // java와 데이터베이스 연결
private PreparedStatement pstmt = null;
private ResultSet res;
// 기본 생성자에 공통 실행 기능 작성
public MemberDAO() {
try {
// JDBC 드라이버 로딩
Class.forName("oracle.jdbc.driver.OracleDriver");
System.out.... | [
"J@sandalphon44@gmail.com"
] | J@sandalphon44@gmail.com |
b96993d15b00e8986410738853e5f3b2a510318a | 30c73004c238a24aaf87727fddcc2a0900ea1c0b | /src/view/ViewTextEditor.java | 9332c7431a313e41ee5598dfdb8c37a7a6d36003 | [] | no_license | frcohenrique/JavaNotepad | 3a460826d813e7465b27e76f48a395cbddf7b412 | 25a854f9949b57fcb1c530546c7b77246548ad22 | refs/heads/master | 2023-02-28T08:32:05.920705 | 2021-02-03T22:02:54 | 2021-02-03T22:02:54 | 335,768,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,018 | java | package view;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.*;
import java.util.Scanner;
public class ViewTextEditor extends Component {
private JPanel notePanel;
private JTextArea textArea1;
private JMenuBar MenuBar;
... | [
"henrique.frco@gmail.com"
] | henrique.frco@gmail.com |
ad195ecfb26a5e8c2527694fd6f00fdf999e318a | 53b4ecfd507924ee1c85dd4739e6131b928d4beb | /app/src/main/java/com/sierra_psec/goadventure/Button.java | 5d7e72e07b6394a0c8e50afe37302eea48f52958 | [] | no_license | SierraPSEC/GoAdventure | c62f6b9a9ef2ee47b80fdefbb41dae3d3837f911 | c3a26187d7a7d8907cd9eb4f9a6807b7446c8f1e | refs/heads/master | 2021-01-18T21:27:10.739355 | 2016-05-25T04:25:54 | 2016-05-25T04:25:54 | 52,316,556 | 2 | 3 | null | 2016-03-04T08:53:08 | 2016-02-23T00:22:03 | Java | UTF-8 | Java | false | false | 1,286 | java | package com.sierra_psec.goadventure;
/**
* Created by Luis on 4/14/2016.
*/
public class Button
{
public Vector2 mins;
public Vector2 maxs;
//center of the button (used as a shortcut for positioning)
public Vector2 center;
//x and y Size (used as a shortcut for positioning)
public Vector2 size;
//Half of the... | [
"lgutierrez4435@hotmail.com"
] | lgutierrez4435@hotmail.com |
36b00b661839fdf9a85e1712287b3301e0dbd99c | 92a7a2cc5b3ca2746c7aafac502abd5237be1a26 | /src/main/java/com/example/excel/model/UserInfo.java | f80012ba2551c965286e8bbddca7e6db70851b67 | [] | no_license | movingbrickscoder/excel | e48fd10db97e48706f3ae928ee3852c958f6ed20 | 661fafb9918fbd7d72c879966d89229e28d8cf57 | refs/heads/master | 2020-06-03T18:31:50.103112 | 2019-06-17T02:17:56 | 2019-06-17T02:17:56 | 191,677,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.example.excel.model;
import cn.afterturn.easypoi.excel.annotation.Excel;
import cn.afterturn.easypoi.handler.inter.IExcelModel;
import lombok.Data;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
@Data
public class UserInf... | [
"1204698504@qq.com"
] | 1204698504@qq.com |
c71c04eab0a4b599a9d07a43659041c9de156592 | 73131131ff08024474f962d42362b6a4953c1b4d | /Abstract_Classes/A.java | 71d7c8856f4f288d5ed753efd2736c4c055c6b73 | [] | no_license | ABHISHEK-VM/java_e_lab | 10c2adfb25195e615fb33c8cda100d62561b8e88 | 50405cf84071ece97d030f5bfbd7afa08744402b | refs/heads/master | 2023-08-01T06:09:10.939156 | 2021-09-23T17:23:26 | 2021-09-23T17:23:26 | 400,957,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | package Abstract_Classes;
public abstract class A {
String name;
A(String name) {
this.name = name;
}
public abstract void callByName();
} | [
"abhishekvm819@gmail.com"
] | abhishekvm819@gmail.com |
80cfca25b7db2d496ff68107a6b09662e9c4cff2 | 3894bcad6bbbaa102d8452874e42c2fb58470eb1 | /12_Streams_Files/Task3_PersonCharacteristics/src/task3_personcharacteristics/ManipulatePesonsList.java | 7ea2cc17d6414f5d5c0a79fcbf0ed86895df2c0f | [] | no_license | StanislavGS/Swift | 516eba0293ccef24b897aa757df3e5b92b58e72d | f74ad917bc608dfeef9d119bfc77331c2c3782da | refs/heads/master | 2020-02-26T16:22:37.957629 | 2017-01-25T13:31:36 | 2017-01-25T13:31:36 | 71,040,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,187 | java | package task3_personcharacteristics;
import education.Education;
import education.HigherEducation;
import education.PrimaryEducation;
import education.SecondaryEducation;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.ArrayList;
import java.util.Scanner;
/*
* To c... | [
"s_stanislavov@abv.bg"
] | s_stanislavov@abv.bg |
2c5bbb63301154455fed79729bc2aecdfd2a574c | f123c92704e5aa15dfd2e3ab0ecb3c7dfb8b87f2 | /LOTR/src/main/java/lotr/common/block/LOTRBlockThatchFloor.java | 362b592b96a334e0171a50d19f119545764b85d2 | [] | no_license | Myrninvollo/LOTR-Minecraft-Mod | 2dcaabb659bfc10b41332f975209f2f8cd7e3f55 | 97843fd05ae9fc7a7f61021fbe288db0f0b4298b | refs/heads/master | 2020-12-30T22:58:22.274461 | 2014-10-12T19:06:55 | 2014-10-12T19:06:55 | 24,939,635 | 1 | 1 | null | 2014-10-12T19:06:55 | 2014-10-08T12:30:52 | null | UTF-8 | Java | false | false | 1,299 | java | package lotr.common.block;
import lotr.common.LOTRCreativeTabs;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
public class LOTRBlockThatchFloor extends Block
{
public LOTRBlockThatchFloor()
{
... | [
"jakegerzimbke@live.co.uk"
] | jakegerzimbke@live.co.uk |
4484c35e9525ea10087b4414258ee4a596aad3a9 | 40e99b8b97c65ab36677dda3935255712a1deaef | /solutions/java/src/test/java/playground/algorithm/ContinuousCardsTest.java | 6a4d09b5cb7bafb52629feb2ae37158556e83dcb | [
"MIT"
] | permissive | pojozhang/playground | e892e1542f2a7b7295eedb021720f02d6da4ba47 | 181f2004b04cc97c0bed9d80a9e685217e014b9e | refs/heads/master | 2023-08-16T16:18:58.694577 | 2023-08-10T16:25:13 | 2023-08-10T16:25:13 | 128,650,635 | 8 | 3 | MIT | 2023-09-12T19:03:09 | 2018-04-08T14:39:43 | Java | UTF-8 | Java | false | false | 786 | java | package playground.algorithm;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class ContinuousCardsTest {
private ContinuousCards solution = new ContinuousCards();
@Test
void case_1() {
assertThat(solution.isStraight(new int[]{1, 2, 3, 4, 5})).isTrue... | [
"pojo.zhang@gmail.com"
] | pojo.zhang@gmail.com |
6131adf4dcb47b4df375fbe445bcc0230dad90d4 | d7713ec38f22ef3a72873bbc814c663f9901a331 | /bboss_security/src/main/java/codec/asn1/ASN1RegisteredType.java | 5aa8d61410c2542b47adefa3dc20eb8b8d2b229e | [
"Apache-2.0"
] | permissive | besom/bbossgroups-mvn | 3a658b4786ca3965a20c484f2f27bb1f56f43431 | 364defa5bc5fc52e9ac5bc25e491720f697529c6 | refs/heads/master | 2021-01-15T12:50:42.427585 | 2014-12-16T03:21:01 | 2014-12-16T03:21:01 | 27,861,629 | 1 | 1 | null | 2016-03-09T18:35:23 | 2014-12-11T08:33:46 | Java | UTF-8 | Java | false | false | 4,637 | java | /* ========================================================================
*
* This file is part of CODEC, which is a Java package for encoding
* and decoding ASN.1 data structures.
*
* Author: Fraunhofer Institute for Computer Graphics Research IGD
* Department A8: Security Technology
* ... | [
"gaotang@192.168.1.103"
] | gaotang@192.168.1.103 |
f5a97bbf6be82d2fb7a5cd5f18c40a268a1b2396 | 00aaeb0afe6a9c03fdcde05224ae084c6b6f1541 | /gcpa/src/main/java/gcda/util/RodDivision.java | 110bfbfbaf12644166161d0a137511e9bd4d503c | [] | no_license | agentelegionario/GCDA | 9bd2a4f4d904f6fa87272555ac28ee350164baae | 611a5448574b30c818edbfaa687e4edc5ed57d47 | refs/heads/master | 2021-01-01T04:50:01.461019 | 2016-05-18T00:01:20 | 2016-05-18T00:01:20 | 59,068,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package gcda.util;
public class RodDivision {
public static int divideRod(int[] values, int n){
int[] r = new int[n+1];
r[0] = 0;
for (int j = 1; j <= n; j++) {
int max = values[j];
for (int i = 1; i < j; i++) {
int tmp = values[i] + r[j-i];
if (tmp > max) max = tmp;
... | [
"Alcides@NATI-03"
] | Alcides@NATI-03 |
3bb97bbc6dc1539815686504ef129084a4f36db2 | 83ccbb69965c243bf63f9a38fe0dfc08d0578a1c | /app/src/main/java/com/nytimes/alex/mynews/Utils/ItemClickSupport.java | 67bc67151117ac176b7bfae9bd2f8fd868998c29 | [] | no_license | AlexanderTarasyuk/NYTimes | dd954d3d8720f0230b394bff250faf8f0ce979f5 | 05e192ca2a7e88003fc971641aeb61527fc9e75f | refs/heads/master | 2020-04-29T08:23:43.418295 | 2019-03-16T14:57:43 | 2019-03-16T14:57:44 | 175,985,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,328 | java | package com.nytimes.alex.mynews.Utils;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public class ItemClickSupport {
private final RecyclerView mRecyclerView;
private OnItemClickListener mOnItemClickListener;
private OnItemLongClickListener mOnItemLongClickListener;
privat... | [
"alxtarasyuk79@gmail.com"
] | alxtarasyuk79@gmail.com |
14cb7ea371abd17ae7d46a96058c18f9344d5307 | cea3c42b1590d204c4923fb649da9c3f173b5295 | /src/main/java/com/demo/example/demo/rabbitmq_demo/RabbitMQFactory.java | a5e41641090ea596a2409cd34c417af73148d20e | [] | no_license | CancerLiu/DemoCollection | c96564bcb25898e314061a4316bea437cafb84d1 | 2124bd04cefde0fd08b73c6a05a0696ae3961823 | refs/heads/master | 2022-12-16T02:07:06.803875 | 2020-09-25T03:08:46 | 2020-09-25T03:08:46 | 296,506,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package com.demo.example.demo.rabbitmq_demo;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class RabbitM... | [
"1124661130@qq.com"
] | 1124661130@qq.com |
79407a613e381edc169640349ce944c18c19e2c9 | a96ce2d9214838bf145a971df874304e3f8c4913 | /oes-common/oes-common-core/src/main/java/com/oes/common/core/constant/RegexpConstant.java | 11c4082c95904d24188c9c238c8dcb4243002eec | [
"Apache-2.0"
] | permissive | YunShiTiger/OES-Cloud-Testing-Platform | 3f22dfa4621907c009894d81e7b2d5a2e5e3a0ef | 19205107db6d74e5f8a521ec041799ee51ce2765 | refs/heads/master | 2023-03-06T10:21:47.850862 | 2020-11-06T02:20:40 | 2020-11-06T02:20:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.oes.common.core.constant;
/**
* 常用正则表达式常量
*
* @author chachae
* @since 2020/04/30 14:21
*/
public interface RegexpConstant {
/**
* 移动电话(国内)
*/
String MOBILE_REG = "^(?:(?:\\+|00)86)?1[3-9]\\d{9}$";
/**
* 身份证(1代 / 2代)
*/
String ID_CARD_REG = "(^\\d{8}(0\\d|10|11|12)([0-2]\\d|30|31... | [
"chenyuexin1998@gmail.com"
] | chenyuexin1998@gmail.com |
881ccee6adc5c2defdeead0e79073093228eee1f | 91d7819b18c5d8f05fd9aa65581ed9b632529d5c | /SpringDemoAnnotations/src/com/luv2code/springdemo/CodeConfig.java | d1cbca2ae12bce18a9e3ab851129276497c1d1b3 | [] | no_license | derekdunes/Spring-Basics | 92bcba7dbcfbc619f6b8b33c7b351c83ecbdd8a3 | 6ff35bedd8bddea32953de47421707747a1b4360 | refs/heads/main | 2023-06-24T09:38:54.131271 | 2021-07-22T12:52:13 | 2021-07-22T12:52:13 | 388,460,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.luv2code.springdemo;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class CodeConfig {
//define the fortune implementation
@Bean
public FortuneService codeFortuneService() {
return new CodeFortuneService();
}
... | [
"mbahderek@gmail.com"
] | mbahderek@gmail.com |
5cd53f01556d4b00654c96b282fef10e2fce5825 | 223af4e85104686685c66b447c8886d3b6201ab1 | /src/main/java/com/ystudy/modules/notification/Notifications.java | 51079aaa0293dccb018fe440a2b677cfb23923f3 | [] | no_license | devYSK/ystudy-studyolle | c2608c879f7bdabfc2a9b78e27b57525f621df4a | bf7dbb01d9badaabcf36609835d5e7ffb1b12c18 | refs/heads/master | 2023-01-31T10:50:38.673058 | 2020-12-17T17:12:40 | 2020-12-17T17:12:40 | 322,305,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package com.ystudy.modules.notification;
import lombok.Data;
@Data
public class Notifications {
private boolean studyCreatedByEmail;
private boolean studyCreatedByWeb;
private boolean studyEnrollmentResultByEmail;
private boolean studyEnrollmentResultByWeb;
private boolean studyUpdatedByEmail... | [
"41531594+devYSK@users.noreply.github.com"
] | 41531594+devYSK@users.noreply.github.com |
c556ed4dfe659245ea34840d8e7b2b6b44b9867c | eb10687e3b707dfe3797159a8834d4cc37e2d86b | /Next Permutation.java | 0bf7db2cca51ca8be4ca1c9bf86b901a44677e8f | [] | no_license | zhibolau/lintCodeOfZhiboLiu | 7d7bae649b9d8e0e96c82232fe60cc220c5e8636 | 7fc0a70dcfd6ee7025cd5dab48d2aca4ad4d17b2 | refs/heads/master | 2021-01-21T04:55:15.148585 | 2016-06-28T20:07:52 | 2016-06-28T20:07:52 | 51,408,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | 找到下一个升序的!!!!!!permutation
public class Solution {
/**
* @param nums: A list of integers
* @return: A list of integers that's next permuation
*/
public ArrayList<Integer> nextPermuation(ArrayList<Integer> nums) {
// write your code
if (nums == null || nums.size() == 0) {
return nums;
... | [
"zhibolau@gmail.com"
] | zhibolau@gmail.com |
93937a1878cfe5ec8ed194167da53bc90927d2a5 | 4f9bccb34d6b116040c9780a72048aaba11bce28 | /Examples/CA/TestCanadaEncPreauthCustInfo.java | 23ff81c5a9290c83807886345a197fdeef8fdb29 | [] | no_license | tdharma/eCommerce-Unified-API-Java | 7bbc2b096d2a3c1c9bbad47cd07547a69eae3268 | 72ae52482337e11a4f7f7584966ea9e88f6d391a | refs/heads/master | 2020-09-16T15:10:05.933690 | 2019-10-30T23:31:46 | 2019-10-30T23:31:46 | 223,809,851 | 0 | 0 | null | 2019-11-24T21:04:10 | 2019-11-24T21:04:10 | null | UTF-8 | Java | false | false | 7,403 | java | package Canada;
import java.util.*;
import JavaAPI.*;
public class TestCanadaEncPreauthCustInfo
{
public static void main(String[] args)
{
String store_id = "moneris";
String api_token = "hurgle";
java.util.Date createDate = new java... | [
"eproducts@moneris.com"
] | eproducts@moneris.com |
94baaf4590db138abaaa6d76f5444e8eee63cc40 | 752b6e4902f261a241f81525d2d9f58180524f60 | /app/src/main/java/com/campuspedia/campuspedia/activity/MainActivity.java | e77a2090da43c8e411f4dd8b3f982e537cfe63c0 | [] | no_license | misbahulard/campuspedia-android | 340778d27a03aed0b9be85e26dd2aa721999d78b | 65b9073a0a8b72d42dddb24abc4a3b6ab5a9019c | refs/heads/master | 2021-07-13T06:58:09.385155 | 2017-10-04T08:03:13 | 2017-10-04T08:03:13 | 105,725,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.campuspedia.campuspedia.activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.campuspedia.campuspedia.R;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInst... | [
"misbahulard@gmail.com"
] | misbahulard@gmail.com |
000e0d668198ff760fdc49c6fc623b60faae558e | 98a1394b4167c61b8a58f0e6a1e8fdd9d5ad7764 | /src/main/java/com/hollischuang/pattern/Annontation/FruitName.java | 4b1ac4b64f7c7e09aa3adde1cfd9b452db5667a7 | [] | no_license | CKIA/DesignPattern | db55cc3923580db9d8d8958722129ea1ecce072d | baf10649c39b1da9f6b9a5af4682ec1b638cc590 | refs/heads/master | 2020-05-31T23:12:01.228640 | 2019-06-08T07:14:18 | 2019-06-08T07:14:18 | 190,534,364 | 0 | 0 | null | 2019-06-06T07:20:47 | 2019-06-06T07:20:47 | null | UTF-8 | Java | false | false | 511 | java | package com.hollischuang.pattern.Annontation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* @author ckia
* @title: FruitName
... | [
"1428486149@qq.com"
] | 1428486149@qq.com |
f57e4c1280656ce9f71957afd00f1c887e67130c | d52fc86965764314eef5dc62cfca769c5ac4aac4 | /pj4w/pj4w05session/src/main/java/learn/ee/pj4w05session/ActivityServlet.java | 5b8462403e37f9463fa8e42f73553f9d121f3b8d | [] | no_license | dpopkov/learnee | 8980381fb0469e027fbea828b00a7b3b97fd38da | a4bea58ef59117e979cf2b23a1c706e1e554ecd7 | refs/heads/master | 2022-12-21T14:31:36.103328 | 2020-10-19T23:52:44 | 2020-10-19T23:52:44 | 231,949,360 | 0 | 0 | null | 2022-12-16T15:51:48 | 2020-01-05T17:03:46 | Java | UTF-8 | Java | false | false | 2,157 | java | package learn.ee.pj4w05session;
import learn.ee.pj4w.PageVisit;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
... | [
"pkvdenis@gmail.com"
] | pkvdenis@gmail.com |
f3bf95c1186a4a4153277f58bcb28d1dc8347c78 | 6c584d6b00c91a9696cf34fbdab9787ca4943dbb | /server/src/main/java/com/winsage/constants/Constant.java | 09375ee722c96f94c40ce79f6633e3be663c9a14 | [] | no_license | amitdoshijain/vicky-parekh-singer | 07a6df864a65600cd4e711e0faf0846dad898172 | 5451f6a75b79d193bf5623e9c24c0ba79c6c285c | refs/heads/master | 2021-01-13T03:44:39.488987 | 2017-01-05T13:21:28 | 2017-01-05T13:21:28 | 77,246,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | /**
*
*/
package com.winsage.constants;
/**
* @author msingh
*
*/
public class Constant {
public final static String APPLICATION_SESSION_ID = "sessionid";
public static final boolean COOKIE_SECURE = false;
public static final int DEFAULT_MAX_AGE = -1;
public static final String TRANSACTION_LIMIT = "limit" ;... | [
"amit.doshi@synechron.com"
] | amit.doshi@synechron.com |
107a7dba1bd7580bd4020b65de6e8d1dde3545ab | b96f58262a02dcaf1d9c13328d93b4010cf8c5e0 | /src/main/java/com/mspark/mongostudy/constant/Code.java | a15d41a0d557d84280f12f675beeb7fc8417307b | [] | no_license | java-dev-mspark/BOOT-MONGO-STUDY | 933a7cb07463eb884eea8fb0adaca78b0b1490b1 | 77780e688be21a50ea7bcdf26da51e06f030ba71 | refs/heads/master | 2022-11-05T11:27:28.653893 | 2020-06-05T08:39:49 | 2020-06-05T08:39:49 | 268,665,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package com.mspark.mongostudy.constant;
import lombok.Getter;
@Getter
public enum Code {
NOERRR(0, "OK");
private int code;
private String message;
Code(int code, String message){
this.code = code;
this.message = message;
}
}
| [
"mspark@wizvera.com"
] | mspark@wizvera.com |
4945bc84e006f1f981c7ee1a9530e1f00cc1d824 | 761c40ce8dc5095dd44a36acbd1584c5b3dbdff6 | /src/main/java/ru/reksoft/demo/repository/CurrentBasketRepository.java | 6f8d84fff47e4fd210b0e0213a0b514cda4418f1 | [] | no_license | 4val0v/REKSOFT-DEMO | b34cd8d2980c394f674c6db77dfce714b8fe084e | 78c9576eab8e0ef8bca5f339dc8bc6704c52a6a8 | refs/heads/master | 2020-04-07T06:49:59.642919 | 2018-09-03T12:48:41 | 2018-09-03T12:48:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package ru.reksoft.demo.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import ru.reksoft.demo.domain.CurrentBasketEntity;
import ru.reksoft.demo.domain.CurrentBasketEntityPK;
public interface CurrentBasketRepository ex... | [
"namednev_a@mail.ru"
] | namednev_a@mail.ru |
af7454cba8cb3aa02033a4e1b2868c14f26515dc | 2e528aeefc1723e1fef70c94bbf0242faa3ea021 | /src/main/java/com/bookpot/web/config/WebMvcConfig.java | ad75b94e2cdee5c677b622359b36fb18adcc289b | [] | no_license | leezu2020/bookpot | b7e92fa33aaf62d4a51735e1cbc36ac828f7dc0c | b9e2bdc83a4afe5af7fd466af8dae730d8126bf4 | refs/heads/master | 2023-04-20T10:55:13.212077 | 2021-05-10T14:51:22 | 2021-05-10T14:51:22 | 344,498,319 | 0 | 0 | null | 2021-05-10T14:51:22 | 2021-03-04T14:15:46 | Java | UTF-8 | Java | false | false | 730 | java | package com.bookpot.web.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer... | [
"ejh7406@naver.com"
] | ejh7406@naver.com |
b5fa54136e5f39c40ab187da23ab83d4cd3d7bc7 | eb6128b90a825fa8b1f4223618cfae2fa1498366 | /spec/fixtures/projs/java/testclass.java | 73cd71e9a7027485adbb8206a2e53aa917374dfb | [] | no_license | KevinHeaton-Money4nothin/enterprise-analyzer | 3e6c1ad71c454c4b3ffc47c0626124b979d9352b | 3adafe1cba7299e8c7a28554371e40efc17744a9 | refs/heads/master | 2021-01-12T13:53:17.872153 | 2016-08-16T00:21:24 | 2016-08-16T00:21:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45 | java | package com.fake.test;
public class Test {
}
| [
"mikesive@gmail.com"
] | mikesive@gmail.com |
3d59235581978612bbe47b2a2a17402b558ab8c1 | 8c085f12963e120be684f8a049175f07d0b8c4e5 | /castor/tags/castor-1.3.2/cpa/src/main/java/org/castor/cache/distributed/OsCache.java | 109f7bd080eadc03e405c56a444b87bce0a56a65 | [] | no_license | alam93mahboob/castor | 9963d4110126b8f4ef81d82adfe62bab8c5f5bce | 974f853be5680427a195a6b8ae3ce63a65a309b6 | refs/heads/master | 2020-05-17T08:03:26.321249 | 2014-01-01T20:48:45 | 2014-01-01T20:48:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,917 | java | /*
* Copyright 2005 Werner Guttmann, Ralf Joachim
*
* 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... | [
"wguttmn@b24b0d9a-6811-0410-802a-946fa971d308"
] | wguttmn@b24b0d9a-6811-0410-802a-946fa971d308 |
5679f617f114c6a31a3fbe133e8a991df40c6790 | 2961e7969064e7ad20f7667088c2d3baabc6cdc3 | /security-web/src/main/java/com/security/thread/singletion/SingletonEnum.java | 575fa1b0157b5419ad2e8149f90437e2cac631a7 | [] | no_license | Alan666156/security | dc2e20baefaa21bad00c3a2edf4479b6dbe875d7 | 4081903747028e7bc7e257af7b7880f17d3a3904 | refs/heads/master | 2023-06-23T23:28:12.102576 | 2023-02-21T15:46:05 | 2023-02-21T15:46:05 | 64,898,164 | 0 | 0 | null | 2023-06-14T22:42:12 | 2016-08-04T03:12:04 | Java | UTF-8 | Java | false | false | 954 | java | package com.security.thread.singletion;
/**
* 单例枚举(每个枚举实例都是static final类型的,也就表明只能被实例化一次。在调用构造方法时,我们的单例被实例化;
* 也就是说,因为enum中的实例被保证只会被实例化一次,所以我们的INSTANCE也被保证实例化一次)
* 默认枚举实例的创建是线程安全的,并且在任何情况下都是单例。实际上枚举类隐藏了私有的构造器, 枚举类的域 是相应类型的一个实例对象
*
* @author fuhx
*/
public enum SingletonEnum {
/**
*
*/
INSTANCE;
... | [
"alan666156@163.com"
] | alan666156@163.com |
44b031363339fc3d3d96dd3783ecf7f474540a53 | 44d665cbcb71ea22d2da842736aa8b62a7cc0e12 | /src/fuzzy_logic/Rules.java | 3e408699983f4eac83f87b609edb39feacc1b29a | [] | no_license | Abdullah-Hany/Fuzzy-Logic | 79106d0f303970a5977040b4327bc9da2c73e322 | 2246b0c1d278825e5730c121157a111b8ddb2b56 | refs/heads/master | 2020-04-12T00:13:03.894314 | 2018-12-17T21:38:01 | 2018-12-17T21:38:01 | 162,192,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | 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 fuzzy_logic;
/**
*
* @author Beido
*/
public class Rules {
String name;
double value;
public Rules() {
}
... | [
"abdullah.hany22@gmail.com"
] | abdullah.hany22@gmail.com |
cf7bfdd4d111c99640c27e82cee23a5b03eb04ce | dd91670019955817db095b9ff26b4fcbf13107e6 | /app/src/main/java/com/anuragsingh5478/notesapp/NoteViewModel.java | 8c167b069b3cd0b16c080606c51e8b112db3f1ef | [] | no_license | anuragsingh5478/NotesApp | f6f67a19dd1bd2adae1564c0d02e3d7c2ec22d1d | 04902ad08023f3724cd9f8e624b55853768eb603 | refs/heads/master | 2022-12-16T06:46:59.689919 | 2020-09-16T06:14:04 | 2020-09-16T06:14:04 | 295,419,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package com.anuragsingh5478.notesapp;
import android.app.Application;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.ViewModel;
import java.util.List;
public class NoteViewModel extends And... | [
"anuragsingh5478@gmail.com"
] | anuragsingh5478@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.