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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bcdbe175d7ca6b026d290b9ef3a9cc7c1476399c | e9e4f1e5fd16a7e673fc8fd64009f0e910e60542 | /src/main/java/br/com/marktplace/domain/entity/BaseEntity.java | fceecf7516141216ccbcb186785eebf4b337ced1 | [] | no_license | ltavares27/marketplace | 49d10fe302f7fbcc4146b85489d7eae229add631 | 5a830e21dde7245910b1b5e34480b84ff40a14f2 | refs/heads/main | 2023-06-25T23:54:23.085439 | 2021-07-20T02:16:28 | 2021-07-20T02:16:28 | 387,620,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package br.com.marktplace.domain.entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public abstract class BaseEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | [
"luispaulost@yahoo.com.br"
] | luispaulost@yahoo.com.br |
17045f6ac7c145bb3b29d5058baa10f92ff4c834 | 928515be7b655c8a7a9df9fcd8d5de77b942d93e | /src/tinkerbell/mashup/batch/UserListBatch.java | e0d34c4eda6cb3275c5399b6d8ffa6f9ee67eda5 | [] | no_license | WKD622/tinkerbell-twitter-mashup | bda8de5ebeee6bf971d801e23ab922aff9433d37 | 88cce8b5c9b7a615aed464337ca95ba508702709 | refs/heads/master | 2020-03-09T02:02:54.867013 | 2018-04-07T13:30:25 | 2018-04-07T13:30:25 | 128,531,056 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package tinkerbell.mashup.batch;
import org.apache.spark.api.java.JavaRDD;
import org.joda.time.DateTime;
import com.datastax.spark.connector.japi.CassandraRow;
public class UserListBatch extends Batch {
@Override
public void run(JavaRDD<CassandraRow> rdd) {
JavaRDD<UserListRow> dd = rdd
.map(row -> new User... | [
"kuba.ziarko@gmail.com"
] | kuba.ziarko@gmail.com |
9991d26b6d0b079ab71d4f23da661570c41df283 | 9f5b333bec318ab75020ff65cc136153425011c1 | /Java/Interpreter/OperadorY.java | aeb67c6a7ee1aaa92b6846a95f95f6afa9e02381 | [] | no_license | MrDanielG/Design-Patterns | e1f3cf6b691d90fc3ccd33bc1289598036b42877 | 414c2c8001d2d2d5bc022659df72437fb8b4e81f | refs/heads/master | 2022-11-08T06:21:15.470280 | 2020-06-20T12:41:08 | 2020-06-20T12:41:08 | 273,779,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | public class OperadorY extends OperadorBinario
{
public OperadorY(Expresion operandoIzquierdo,
Expresion operandoDerecho)
{
super(operandoIzquierdo, operandoDerecho);
}
@Override
public boolean evalua(String descripcion)
{
return operandoIzquierdo.evalua(descripc... | [
"thedaniel115@gmail.com"
] | thedaniel115@gmail.com |
0fe769e40f61dd0596f630af2ea443c06a8a5115 | 20a680a06e012b35c7ecb30a456b5c1c430a167f | /src/test/java/com/cybertek/tests/day1_selenium_intro/SeleniumTest.java | eb2bc7b5b3d2fe8c23b9e4f866e1f8ababa48920 | [] | no_license | aliasici/seleniumprojectb20 | 9a8bc6a1e228ab00e515c7a8395b6622278e8231 | 4af2332ce8fd49a681e93e687438a977d247d6a4 | refs/heads/master | 2023-01-19T08:39:09.557478 | 2020-11-19T07:21:36 | 2020-11-19T07:21:36 | 289,728,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.cybertek.tests.day1_selenium_intro;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class SeleniumTest {
public static void main(String[] args) {
WebDriverManager.chromedriver().setup();
WebD... | [
"asiciali@yahoo.com"
] | asiciali@yahoo.com |
394ef42d217a39c57513967d440644bbfa3ad370 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/smallest/f2997e14a460c6df0ed10aa9f6e792666e37d5c06a9a81445f14509e4a0113f59f5589ef37774dfea1f7d0ae9bb6c388e6eeb44e745e35f8511bbd4b82709d9a/000/mutations/310/smallest_f2997e14_000.java | 54ac9c5076b6da9bd4ad7ead97cdc4b53d47dedb | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
70be079f31cfec89913df4db9a594e2358b64dff | ffc345e5c5f19febd0ed98d42be78b1abb832cf4 | /sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/mocks/FakeAliasService.java | 01fc17b28b8a66f9c04fef4c00976b60ef655b2a | [
"ECL-2.0"
] | permissive | unixcrh/Fudan-Sakai | 50c89d41ee447f99d6347b14197ba701f6131a5f | 924b4c0b702ada7eba4e0efb8db99cb99ed47dce | refs/heads/master | 2020-12-24T17:54:54.747919 | 2012-04-13T14:53:40 | 2012-04-13T14:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,437 | java | /**
* $URL: https://source.sakaiproject.org/svn/sitestats/tags/sitestats-2.2.2/sitestats-impl/src/test/org/sakaiproject/sitestats/test/mocks/FakeAliasService.java $
* $Id: FakeAliasService.java 72172 2009-09-23 00:48:53Z arwhyte@umich.edu $
*
* Copyright (c) 2006-2009 The Sakai Foundation
*
* Licensed under the E... | [
"gaojun@fudan.edu.cn"
] | gaojun@fudan.edu.cn |
ac27fb3a068827e08fe3191f17ddba2f39f558c5 | 7310fe7022614c2cbe5a94847340d5548377194a | /dome-v3/VideoGame.java | 9f2be6be7983ccd77804226f509ac7eea563fd1d | [
"Apache-2.0"
] | permissive | phantommelon/IP-Practical-19-01-15 | 79410fa1d5b9e839c4a21157cd120307b4a4fd26 | 95589c81a5342c102599053ee8c2fdd4265cf5e7 | refs/heads/master | 2016-09-01T22:37:24.505479 | 2015-01-26T23:27:03 | 2015-01-26T23:27:03 | 29,603,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 631 | java |
/**
* Write a description of class VideoGame here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class VideoGame extends Item
{
// instance variables - replace the example below with your own
private int ageRating;
/**
* Constructor for objects of class VideoGame
... | [
"phantommelon@gmail.com"
] | phantommelon@gmail.com |
23b8942ba1a5b1ef8df76d42d41ed47e57bf06a3 | 45b69922c945420f326013b3371b766130c0bd81 | /OopProject/src/ordercontents/OrderItem.java | 324b77abb52f81a9d9d8a9ec6f641b9ab40cb9b4 | [] | no_license | Powerofthesun/Object-Oriented-Logistics | a6abe04da7ba6cba3919bcbcfeb3f9939d251a1b | 878f67e547926088b48e764bba35fc563786cb76 | refs/heads/master | 2021-01-18T22:32:25.348080 | 2016-11-02T00:14:51 | 2016-11-02T00:14:51 | 72,587,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | package ordercontents;
public interface OrderItem {
public String getId();
public int getQuantity();
public String toString();
}
| [
"Brandon@Brandons-MacBook-Pro.local"
] | Brandon@Brandons-MacBook-Pro.local |
89a7928f978352c4cfcc44d48050299f2827756d | d0270e2d2361f1e2f5608da5e43781eb94bbf7df | /src/main/java/io.pivotal.pal.tracker/EnvController.java | c1877f7b768ad19774d732d98a29f15fd919f31e | [] | no_license | sihekuang/pal-tracker-1 | 763ec9db8f79ca657c74c85d5b8e7a40851c7a50 | 66d7949be5e6035710fd2a472bcc7149cc287136 | refs/heads/master | 2020-04-04T08:16:28.106342 | 2018-10-31T20:55:53 | 2018-10-31T20:55:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | java | package io.pivotal.pal.tracker;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.HashMap;
import java.util.Map;
@RestController
public class EnvController {
privat... | [
"bhanu.doddi@t-mobile.com"
] | bhanu.doddi@t-mobile.com |
516fafedbbfc48fe42a81788453d09ecbbe77bcb | 4fdb077f0edc4f15ab8aaf5ca32c64c99f963520 | /src/main/java/pack1/Cmain.java | c308aed861f7b41c785e62eeab609cc29dfc8a4d | [] | no_license | acerbic808/Project_learn2 | b973a86b6a77c24124e96dff5a99751244e9755c | b26d8e59bbde051607c82d48d14bd5d5b39ca89d | refs/heads/master | 2023-02-20T00:11:00.243663 | 2021-01-17T01:44:22 | 2021-01-17T01:44:22 | 330,147,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package pack1;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Cmain {
public static void main(String[] args) {
// TODO Auto-generated method stub
classA a=new classA();
classB b=new classB();
a=new classB();
a.display();
classB t=(classB)new classA();
cl... | [
"“nerdy410@gmail.com”"
] | “nerdy410@gmail.com” |
659a8efc9cedf5e8da8665847abefe4ac3be4b24 | 03396fd01219915f55adebcd577ec01201305966 | /src/main/java/me/kjs/mall/member/exception/join/AlreadyExistEmailException.java | 73a4c15647f6946edbb30393e1f813d13a36da91 | [] | no_license | JsKim4/shopping_mall | 23ee7286a3983e5bdcc32699bab1aa8d045c1bb7 | 2836f77118cfe89a35b607884001632e82f10655 | refs/heads/master | 2023-02-25T05:07:33.334387 | 2021-01-31T08:05:38 | 2021-01-31T08:05:38 | 334,603,475 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package me.kjs.mall.member.exception.join;
import me.kjs.mall.common.exception.BadRequestException;
import me.kjs.mall.common.exception.ExceptionStatus;
public class AlreadyExistEmailException extends BadRequestException {
public AlreadyExistEmailException() {
super(ExceptionStatus.ALREADY_EXIST_EMAIL);
... | [
"ggi4111@naver.com"
] | ggi4111@naver.com |
d5e0b89bcebbc539d39f7cae8dcebd3460231103 | e5f7d978cacac228be983bdd2bda1d1eac242924 | /src/main/java/com/github/bogdan/model/Status.java | 01f7ffc438418fc2acc7117d43fc72ee9e134ebd | [] | no_license | BogdanPronin/suppeople | 3ddc0011a80cc69ee054c9da28730d633cf2fffe | 4479d7f72d9af504756b7be2f8c24b4e2017a602 | refs/heads/master | 2023-03-04T22:29:21.367101 | 2021-02-09T12:24:41 | 2021-02-09T12:24:41 | 288,355,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 102 | java | package com.github.bogdan.model;
public enum Status {
PROCESSING,
CREATED,
COMPLETED;
}
| [
"bogdanpronin2121@gmail.com"
] | bogdanpronin2121@gmail.com |
424f45d8b567ac5201da872528ab560a081aebf1 | f287d5f4ef8cf134b7c95755b68c347f33779376 | /app/src/main/java/com/example/findjobs/NTD/NTDXemChiPhi.java | 1d3357d27e78be1a29def5480d77f86bc63dcfb5 | [] | no_license | dothiyenlinh/LTAndroid-FindJobs | 869c72004ee198ab5dae067fa669ed9b31356fce | 75c62c843da03994698fc235a1a801f91b46f667 | refs/heads/master | 2022-11-23T13:13:53.541236 | 2020-07-30T09:29:34 | 2020-07-30T09:29:34 | 282,641,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.example.findjobs.NTD;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.example.findjobs.R;
public class NTDXemChiPhi extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"dolinh.17.09.99@gmail.com"
] | dolinh.17.09.99@gmail.com |
b33d1a22a0841045add5dc1a3404f9a0ad3d8886 | 3911e06dec3e78ec428e1fd3ed1a20269944c6b1 | /universal-application-tool-0.0.1/app/services/Path.java | fe5d107ed59229c6afb86bfc0b7ff5b7dfc79ed7 | [
"CC0-1.0",
"Apache-2.0"
] | permissive | ScotttP/civiform | 8d4de7ab9d70593ea19efc8ab86bde7139018e75 | ac46a60ce42356028410cff42dbcada1c38b86d0 | refs/heads/main | 2023-03-23T21:04:07.469115 | 2021-03-13T20:09:52 | 2021-03-13T20:09:52 | 347,517,843 | 1 | 0 | Apache-2.0 | 2021-03-14T01:26:09 | 2021-03-14T01:26:08 | null | UTF-8 | Java | false | false | 3,342 | java | package services;
import com.google.auto.value.AutoValue;
import com.google.auto.value.extension.memoized.Memoized;
import com.google.common.base.Joiner;
import com.google.common.base.Splitter;
import com.google.common.collect.ImmutableList;
import java.util.ArrayList;
/**
* Represents a path into the applicant JSON... | [
"noreply@github.com"
] | ScotttP.noreply@github.com |
ca951d7b054a2154fecaa7dcbd2999e3bd3e4b96 | 0d3255c6877868222f99eb847350d0f71f263f87 | /Pi-dev-bibliotheque2.0-master/src/com/bibliotheque/gui/PublicationForm.java | 3bd21b984a48e7f7ce7aceb484e5b25bf456ea37 | [] | no_license | syrinekerriou/Pi-dev-Mobile | 7d56f99c9e35dd611a86add80f81732a6dfb1745 | f3067e4c6a44a58b120eedafe7b84b5e60e0b45d | refs/heads/master | 2022-12-07T17:54:39.639923 | 2020-06-02T09:45:07 | 2020-06-02T09:45:07 | 268,761,710 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,467 | java | package com.bibliotheque.gui;
import com.bibliotheque.Service.PublicationServices;
import com.codename1.ui.Button;
import com.codename1.ui.Container;
import com.codename1.ui.EncodedImage;
import com.codename1.ui.FontImage;
import com.codename1.ui.Label;
import com.codename1.ui.events.ActionEvent;
import com.codename1.... | [
"50078383+syrinekerriou@users.noreply.github.com"
] | 50078383+syrinekerriou@users.noreply.github.com |
4bc226410fb025f8fd1961124cb6ffd4b02e751e | 35ee274853dcffb586b4a44d052aef85d03986e0 | /src/com/albany/foodOnWheels/controller/EditProfileServlet.java | e836de3868e941e6f138ad0835f8682a37901072 | [] | no_license | fernandoliu902/FoodTruck | 4d2010339bf28e2e6391813a79c7cc6878a74f99 | 4f2b3eb2f70b6908f6c339c0392f7d6738073af4 | refs/heads/master | 2022-12-11T11:27:03.502396 | 2020-09-05T00:19:12 | 2020-09-05T00:19:12 | 292,970,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,432 | java | package com.albany.foodOnWheels.controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.se... | [
"fernandoliu902@gmail.com"
] | fernandoliu902@gmail.com |
bcdfa7835946e2f11fb2b1c06e35617ca7a9c8dd | b8a92184e829fe1f1c80eda78f6d302b35467da4 | /src/main/java/com/buyout/sale/buyout/repository/ProductRepository.java | f34b25b9bea8c46bd6c6111da3c566a9d65d849c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | team-plains/buyout | fac170776c6ae7ea4f3f419d6a1c34fc1444c185 | 4d5a3e3be00842dba937bad1d700eed7eaddbd50 | refs/heads/main | 2023-04-04T20:45:50.114167 | 2021-04-24T01:55:20 | 2021-04-24T01:55:20 | 357,413,646 | 1 | 0 | MIT | 2021-04-23T18:51:25 | 2021-04-13T03:33:07 | HTML | UTF-8 | Java | false | false | 295 | java | package com.buyout.sale.buyout.repository;
import com.buyout.sale.buyout.models.Product;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductRepository extends JpaRepository<Product, Long> {
public Product findByProductName(String productName);
}
| [
"formymoment12@gmail.com"
] | formymoment12@gmail.com |
2165cd46c11ed6ba78f054750c01ca992a40b12d | fb70e6d16baecf886869e14eb439fe334954b39e | /Lezerkardosjdk/java/sun/util/resources/cldr/tg/LocaleNames_tg.java | 6a3dc9c57bdbd487d17f36b70fa7871c737beec2 | [] | no_license | Savitar97/Prog2 | ae5dfc46c8fc61974e4c2ddb59ce9e23ab955d23 | 8bc2c19240862218b1b06c4b5abe9081747a54c0 | refs/heads/master | 2020-07-25T00:16:11.948303 | 2020-02-29T23:49:42 | 2020-02-29T23:49:42 | 208,092,693 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,997 | java | /*
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"atoth1571@gmail.com"
] | atoth1571@gmail.com |
62271221eb5f8d0766b82d5270978c037b634395 | bef33c12dd4f74c1fa049dcd28035957b72dc6f2 | /软件工程/minilibstudent/src/minilib/vo/User.java | abc464a867431e224536ab2cb4d50e533883e030 | [] | no_license | zhxrabbit/Third-year-of-University-1 | de7ad65ac6256687b1493fe6df9aa72a275f919c | 3395581a5ed5f51add02afb0c12aa522e9ac3ad3 | refs/heads/master | 2020-04-12T10:09:55.642800 | 2018-12-24T03:57:22 | 2018-12-24T03:57:22 | 162,421,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,201 | java | package minilib.vo;
public class User{
private String userid;
private String idcard;
private String sexid;
private String username;
private String birthday;
private String deptid;
private String typeid;
private String password;
public String getUserid() {
return userid;
}
public void setUserid(String user... | [
"1104128098@qq.com"
] | 1104128098@qq.com |
0cc19c913cd1ac8f6b43d274c647e5c1a5475487 | c3c15a0c43a575477c0f1636fb1d08fd8fc45f03 | /src/main/java/com/codecool/web/servlet/CouponsServlet.java | 4c02740fa4388bc97865ba92912adc50fd9bca36 | [] | no_license | CodecoolBase/intellij-maven-web-jdbc-quickstart-java | c36f7050a24b7f945b74f495f72183d528a2cf05 | 1866634f88dceb249fef83f2e3fcd93884e27bc0 | refs/heads/master | 2022-09-18T04:59:28.912438 | 2019-06-06T14:40:24 | 2019-06-06T14:40:24 | 128,528,389 | 0 | 1 | null | 2022-09-08T00:59:57 | 2018-04-07T12:58:52 | Java | UTF-8 | Java | false | false | 2,515 | java | package com.codecool.web.servlet;
import com.codecool.web.dao.CouponDao;
import com.codecool.web.dao.ShopDao;
import com.codecool.web.dao.database.DatabaseCouponDao;
import com.codecool.web.dao.database.DatabaseShopDao;
import com.codecool.web.model.Coupon;
import com.codecool.web.service.CouponService;
import com.cod... | [
"kohanyi.robert@gmail.com"
] | kohanyi.robert@gmail.com |
aa484877fb73c7d39a81bb9714608279c148eea7 | 711da63dd3a24f00b5b49c5fe88519d7445a143c | /bean-creation/src/main/java/com/flydean/services/ServiceA.java | 0086c3e3f1cc408f0606fbcb6be6ba0d7f9beabd | [] | no_license | ddean2009/spring5-core-workshop | e6cda4538080482d2c42460a9e89b05a9ff9f25e | 89cc7ebf0eeb0f28edf14b4d7e79b61c54c8989f | refs/heads/master | 2022-12-23T11:10:42.425961 | 2021-03-30T04:47:02 | 2021-03-30T04:47:02 | 193,692,462 | 21 | 4 | null | 2022-12-16T14:49:58 | 2019-06-25T11:11:18 | Java | UTF-8 | Java | false | false | 57 | java | package com.flydean.services;
public class ServiceA {
}
| [
"wayne.fu@jfz.com"
] | wayne.fu@jfz.com |
04328134560bbde2373b59ac778d5beb917db454 | 6bd63e6fdd30fb1692f29fc074726d456d171ad2 | /src/main/java/com/rds_software/googeauthtutorial/GLogonAuthServlet.java | 435aac7ae05f21603c8f3a5032539d0f14dfc536 | [] | no_license | lanarimarco/googleauthdemo | 39319e7950d16375404febb160d95c4f7d689c83 | cf89eddac884728c1cca19b0188914383b2af640 | refs/heads/master | 2020-04-24T08:40:16.748196 | 2019-02-21T09:03:33 | 2019-02-21T09:03:33 | 171,838,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.rds_software.googeauthtutorial;
import java.io.IOException;
import java.net.URLEncoder;
import javax.servlet.Se... | [
"lana@PCLANA.rdspr.rds-software.com"
] | lana@PCLANA.rdspr.rds-software.com |
bd2107dccc517123e070805c801b0ab57d9b8824 | 73ebc298e16a86d028e413415d15f63ee1deecdb | /RIP_UI/src/main/java/com/rip/rip_ui/application/wizard/diagram_tool/templates/UpdateQuery.java | 409ebeb246a31bfef8a93a6394232005d0b6445a | [
"Apache-2.0"
] | permissive | Jayanayaka/RIP | a31bb4c3ef5b981f9d26d3cfdc11c2083da66bc0 | a999e5e8d5c26eee39270e280ca7dbd2dbcf8510 | refs/heads/master | 2020-12-29T03:33:06.993286 | 2016-10-27T07:52:05 | 2016-10-27T07:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.rip.rip_ui.application.wizard.diagram_tool.templates;
/**
*
* @author Supun
*/
public class UpdateQuery {
}
| [
"supuntharindu21@gmail.com"
] | supuntharindu21@gmail.com |
4242022e4ee7a0b86db069393bd1ec0e0b63c5e5 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-cassandra/src/main/java/com/aliyuncs/cassandra/model/v20190101/GetCmsUrlRequest.java | 898f8b413b0918f6f6fbdda85ea1e6892bd58906 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,589 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
950306f02dfe17cf70fe2034233b262b18262e65 | 514e412944d3aba506709f32156dffc1bff56a14 | /jee-jpa/src/entities/Store.java | 3157fb9b8f2a95a3934cfebad8934208dbf5eaca | [] | no_license | eatsleepcode102/java-javaee | bfa6f3451a7d10b840184a9e8c37c8598ba08787 | 9b126dece6f807b24da2d678a1911f1dd5cddb89 | refs/heads/master | 2021-08-07T08:49:51.616572 | 2020-03-28T16:37:52 | 2020-03-28T16:37:52 | 131,375,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,307 | java | package entities;
import java.io.Serializable;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* The persistent class for the store database table.
*
*/
@Entity
@NamedQuery(name="Store.findAll", query="SELECT s FROM Store s")
public class Store implements Serializable {
private static final long seri... | [
"38776037+eatsleepcode102@users.noreply.github.com"
] | 38776037+eatsleepcode102@users.noreply.github.com |
de0ebe85976c83edae9095888af9632f88e49e98 | 7608dc17c244b32fcb02e22fdb98bc56aa2f89e1 | /宠物/src/main/java/com/weeho/petim/hxim/PermissionsResultAction.java | 6ca857d86c9fc3e0f259eeeac007120d4cea8f04 | [] | no_license | alexlzl/AndroidDemo11 | 999f56f877ab4b83634c640c7dbc456101199d27 | 1f2799af9275ef144d34e33ad46507f019cfd437 | refs/heads/master | 2021-06-24T11:43:56.982231 | 2017-09-12T16:34:23 | 2017-09-12T16:34:35 | 103,295,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,783 | java | /**
* Copyright 2015 Anthony Restaino
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
sof... | [
"525688067@qq.com"
] | 525688067@qq.com |
11508ea7a62970a7017b338894f9e3bb75dbb9ad | 973c76f9557d2b52e07407d780c0e5129eace04f | /PaperSelectionFrame.java | 7e7c994275df80773eb7041f13e9cca7cca38b2b | [] | no_license | HarshitVatsa/Online-Quiz-Application | a4d75543f5850c5b64da3d6cb0a1adb8ab94e628 | 14182f10420caa89d2102c774e992e44dfa45a28 | refs/heads/master | 2022-12-09T06:39:56.765685 | 2020-09-07T01:32:47 | 2020-09-07T01:32:47 | 293,392,474 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,562 | 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 techquizapp.gui;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ItemEvent;
import java.sql.SQLException;
i... | [
"noreply@github.com"
] | HarshitVatsa.noreply@github.com |
a412f245327a9379c1ae6a8e1f877b95f4d29c13 | f8100ac7bd570613c5ac8c1c896339ee8d412a00 | /app/src/main/java/com/bwie/dagger2app/CarModule.java | b30109f02a006aefbbdb6414eafc184295f0a2c8 | [] | no_license | liqy/Dagger2App | 2eb532bceafb9aadeb4fc810361b6b434c0b0c4a | e85601f368c4bd9855fc5798b062d6219d02125f | refs/heads/master | 2021-01-22T10:18:22.904222 | 2017-09-04T08:23:18 | 2017-09-04T08:23:18 | 102,337,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.bwie.dagger2app;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
/**
* Created by liqy on 2017/9/4.
*/
@Module
public class CarModule {
public CarModule() {
}
@CarScope
@Provides
Engine provideEngine(){
return new Engine("保时捷");
}
}
| [
"liqingyi@outlook.com"
] | liqingyi@outlook.com |
cd3bfeada259414ed30e805be1ca4e8f7da2ba5e | cf52a51c79ce3ad079b98a232983d0d06683fd2f | /src/main/scala/array/EmployeeImportance.java | 39e2bba09c09e676ae29c76169e1cefd05a736d9 | [
"MIT"
] | permissive | JYInMyHeart/leetcode | 7e22201308dca672123c54db0fd42b753f7f82a5 | 05e9e0f97310d701803a45d309c677d8c14c95af | refs/heads/master | 2020-03-25T13:48:33.062116 | 2020-02-07T11:38:14 | 2020-02-07T11:38:14 | 143,843,846 | 3 | 0 | null | 2018-08-15T06:38:32 | 2018-08-07T08:33:14 | Scala | UTF-8 | Java | false | false | 1,146 | java | package array;
import java.util.List;
/*
// Employee info
class Employee {
// It's the unique id of each node;
// unique id of this employee
public int id;
// the importance value of this employee
public int importance;
// the id of direct subordinates
public List<Integer> subordinates;
}... | [
"changhuxxu@gmail.com"
] | changhuxxu@gmail.com |
a3737f93939f6df2d1bed137795dbf9ccfb168ea | 37b9e3283d63032f06a28c74a73d157dc1b73d89 | /web-app/src/main/java/org/wso2/iot/weatherstation/portal/InvokerController.java | 0718f04d5a9251baffd6f6594d59c49f96cccf5a | [] | no_license | lashanfaliq95/FarmMonitor | cf3ade951b3eab41728c052c4752612758237cb6 | b6ba3b5b0c111586e9b7e564f520f461783d15ce | refs/heads/master | 2021-01-24T17:06:21.768693 | 2018-03-02T11:43:51 | 2018-03-02T11:43:51 | 123,226,415 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,355 | java | /*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | [
"lashanfaliq@gmail.com"
] | lashanfaliq@gmail.com |
d5d4b9e7ecbd9bf0fc05c4d2b1d655383fb2a58a | 3aed10918f9233746ef0fe424179f97f2a13d0a4 | /04_voogasalad/PubSub.java | af39e0ecf0fc925dc3b00c79fdf8332c2ff2788e | [
"MIT"
] | permissive | ramilmsh-archive/cs308_portfolio | aa3a8b72b74b800fe559f895047b30f788d6d555 | 3c7b0c285e1c8edc7a093b8345a4514ea72b1f38 | refs/heads/master | 2020-07-01T15:22:55.500321 | 2019-08-16T11:57:27 | 2019-08-16T11:57:27 | 201,209,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,122 | java | package util.pubsub;
import util.pubsub.messages.Message;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Properties;
import java.util.function.Consumer;
import java.util.function.Function;
/**
* Class that implements publish/subscribe pattern
*
* @author ramilms... | [
"ramilmsh@gmail.com"
] | ramilmsh@gmail.com |
49de6439f767053ae9c040a03d41dccf58dd1fa7 | d0da699f050075f43304f65007d3cd15102e020b | /src/main/java/beans/ItemBean.java | c8e0b98fe3a42141a4556f2acc55e5235c236028 | [] | no_license | xstelmah/roulette | 1f00cabed0f29c71d96f01b705614091bd62fc8d | f359425496d8caf26fc78b34008e6a1ca91bd3dd | refs/heads/master | 2021-01-21T12:59:20.841473 | 2016-05-13T17:53:08 | 2016-05-13T17:53:08 | 51,173,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,547 | java | package beans;
import model.Game;
import model.Item;
import model.ItemRarity;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import service.dao.ItemService;
import javax.faces.bean.ManagedBean;
im... | [
"ulqstelmah@gmail.com"
] | ulqstelmah@gmail.com |
3446110e2622f0651cf2a9624e1be80905054a62 | b6a6bf57dfe824d70bb4adf90e7cc8706f8d6fc1 | /WiffleWeb/src/main/java/gov/nia/nrs/domain/Government.java | 65d6eee27def2c2c465ae02ad181c136f3671b3f | [] | no_license | kangpond/WiffleWeb | 4e686d5e65684b5de8b1c60ff836040aec43e6d0 | c09ff98205ebf6d666afa410c383f51f3b98b9c6 | refs/heads/home | 2021-05-03T17:02:23.363498 | 2016-10-27T16:55:58 | 2016-10-27T16:55:58 | 72,024,524 | 0 | 0 | null | 2016-10-27T16:55:59 | 2016-10-26T16:53:41 | null | UTF-8 | Java | false | false | 4,488 | java | package gov.nia.nrs.domain;
import java.util.Date;
/**
* Government
*/
public class Government implements java.io.Serializable {
private static final long serialVersionUID = 1L;
private String deptId;
private String deptName;
private String deptLevel;
private String parentDeptId;
private String revokeMark;
... | [
"kangpond@gmail.com"
] | kangpond@gmail.com |
07010981fa9885fb1095581f6ba7f7402bdd8efd | 73aba12ff6518614b7a5a620008fb1ba019ab8ce | /src/main/java/com/squareup/connect/models/V1RetrieveEmployeeRequest.java | 31d7dccbfe63dc14bccc7122581c1833356cf0a3 | [
"Apache-2.0"
] | permissive | square/connect-java-sdk | 569668bf6459e9c4e1dbf27a0cea2071d4aebf5d | 2d88b9c6233979f8123058567e425b9ea9d70fcc | refs/heads/master | 2023-06-15T09:24:49.347250 | 2019-12-17T20:31:14 | 2019-12-17T20:31:14 | 85,248,752 | 45 | 23 | Apache-2.0 | 2021-01-20T22:25:44 | 2017-03-16T22:54:55 | Java | UTF-8 | Java | false | false | 1,262 | java | /*
* Square Connect API
* Client library for accessing the Square Connect APIs
*
* OpenAPI spec version: 2.0
* Contact: developers@squareup.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*... | [
"noreply@github.com"
] | square.noreply@github.com |
2b3c46cecfa5d77e8c6fa996c05f73c26feb2db1 | 7437161598e0df42ab061959eb0ba93e746089dc | /app/src/main/java/com/suji/lj/myapplication/Adapters/RecyclerViewDivider.java | c23a77bca4ee38520d92407246f373e22fe0cb2b | [] | no_license | bishop130/practice | 5b1c623699cbb55d3e5d6545fb3dd1e21d249f91 | a4787a0b92e7bfdcdb11986b2dd72b4e06053eda | refs/heads/master | 2022-12-14T02:42:14.448336 | 2020-09-17T15:43:13 | 2020-09-17T15:43:13 | 115,410,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.suji.lj.myapplication.Adapters;
import android.graphics.Rect;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class RecyclerViewDivider extends RecyclerView.ItemDecoration{
private final int divHeight;
public RecyclerViewDiv... | [
"leejunghwan90@gmail.com"
] | leejunghwan90@gmail.com |
7bdb0dea158b041fa36bd74ecca62bb6091e597a | 7dd9440c9830e40d6b99ce1cde0550a5731c2408 | /7.JDBCorm/src/hibernateexe/src/main/java/org/perscholas/util/HibernateUtil.java | 73bda9617f8b14a61502e284dcd547e765852667 | [] | no_license | imjesska/perScholas | 6461c4c2adb3158f03bc88187c55e7133958ab68 | 1a19284d332d80cc6d10a46ad9d9194b65aa70b1 | refs/heads/main | 2023-04-28T10:58:55.197807 | 2021-05-12T21:31:15 | 2021-05-12T21:31:15 | 348,874,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package org.perscholas.util;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.service.ServiceRegistry;
import org.perscholas.models.Employee;
import java.io.File;
public class HibernateUtil {... | [
"noreply@github.com"
] | imjesska.noreply@github.com |
70340ede092d4ea430be1943d8d4b51383bf34f7 | 0286a55cf4512500bec5cc48d2d559eb92dad88c | /app/src/main/java/com/fangzuo/assist/Activity/DBActivity.java | 72117a0e0e3acb73f70a6ad3182be12e852bb4b6 | [] | no_license | pe4ch/KingdeePDAstandard | e58a1a9f1376b22911a551b45ebc5662390b0bcd | 380f3c76994106819e8e1ebd0a9c0b2f526c5427 | refs/heads/master | 2020-09-05T04:27:14.660743 | 2019-09-26T01:37:39 | 2019-09-26T01:37:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 59,536 | java | package com.fangzuo.assist.Activity;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.KeyEvent;... | [
"753392431@qq.com"
] | 753392431@qq.com |
f12094136d956e486299bd67fb32549aa0560145 | 5f27294f93fe6b9b49f5a495f90667d9046fc0b1 | /com.jyh.threadtest/src/ReentrantLock/MyService.java | fad6887a03db53fd73dfdcda8270cfa571da1e30 | [] | no_license | JiangCookie/Thread | edfa2bad480ea400b5b52340e86edefcc78cc140 | fefa2e7ef0ee8a9b7edbe5cff693b0c47c916391 | refs/heads/master | 2020-03-22T03:39:52.054739 | 2018-07-10T01:35:42 | 2018-07-10T01:35:42 | 139,444,597 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 522 | java | package ReentrantLock;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
/**
* ReentrantLock同步测试
* @author jiang
*调用ReentrantLock对象的lock()方法获取锁,调用unlock()方法释放锁
*/
public class MyService {
private Lock lock=new ReentrantLock();
public void testMethod(){
... | [
"335131226@qq.com"
] | 335131226@qq.com |
6cd6008556893b615c5b7190a231f69bd7f67ba6 | 9dfcfa4e59161a0dd7bc67d93dc410e2003a4853 | /examples/quarkusnew.java | 04a3063e5248c63255307a8956ed402322e8e35e | [
"MIT"
] | permissive | zemiak/jbang | 8411f1724cc3ddf3872d38b06996d87ab56a564b | 722e93332f76c40ddedc4aec2dd519822d95d8e5 | refs/heads/master | 2022-12-14T23:20:03.743670 | 2020-09-10T20:44:57 | 2020-09-19T16:23:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | //usr/bin/env jbang "$0" "$@" ; exit $?
//REPOS xamdk=https://xam.dk/maven
//DEPS io.quarkus:quarkus-resteasy:999-SNAPSHOT
//DEPS io.quarkus:quarkus-smallrye-openapi:999-SNAPSHOT
//DEPS io.quarkus:quarkus-swagger-ui:999-SNAPSHOT
//DEPS io.quarkus:quarkus-openshift:999-SNAPSHOT
//JAVA_OPTIONS -Djava.util.logging.manage... | [
"max@xam.dk"
] | max@xam.dk |
feb77dfcc4e5db0024db3921cc0bb9a8effbf859 | 3c1ea9b3024601fa668866732b1ed5eb235adcfa | /app/src/androidTest/java/com/example/phonepay/ExampleInstrumentedTest.java | 5e3ba901bfc5c1de8ce39ad8433d1ba3b78b90c0 | [] | no_license | manav-mygate/PhonePay | 471f764ff7c72ca96a5da127f0ebd23d846e5e2a | 50c6a69aa3785e7375e332628c46e0849d2089de | refs/heads/master | 2022-04-03T09:21:36.069083 | 2020-02-15T08:56:34 | 2020-02-15T08:56:34 | 240,673,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.example.phonepay;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an... | [
"manav.chandrakar@mygate.in"
] | manav.chandrakar@mygate.in |
9289386e36539bbc79d8b8763af94674dbb24e95 | 6a1c6071959da82cd89bc0725aca1004cf3ea9d6 | /src/main/java/com/madzialenka/schoolmanagement/service/impl/SchoolServiceImpl.java | 69b02e44553c44f860f70bfca7a4be16db10e93e | [] | no_license | Madzialenka/school-management | 56ac10e131061110a99060c7058cf3de900e2154 | 80809cb20eba9c25ba1ffd5ef7bbce9b5e9239eb | refs/heads/master | 2023-04-01T15:38:43.985236 | 2021-04-05T10:44:31 | 2021-04-05T14:49:56 | 321,398,366 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,082 | java | package com.madzialenka.schoolmanagement.service.impl;
import com.madzialenka.schoolmanagement.api.dto.*;
import com.madzialenka.schoolmanagement.db.entity.School;
import com.madzialenka.schoolmanagement.db.entity.SchoolSubject;
import com.madzialenka.schoolmanagement.db.entity.Student;
import com.madzialenka.schoolma... | [
"m.ceglinska1999@gmail.com"
] | m.ceglinska1999@gmail.com |
c457b468bcd7b1936f8a1c4a42c516aaa293bacd | b1a7673d19e266336ec932227207adf88c57b342 | /gui/src/EA_Grille_Salaire.java | 7c33f4dd0b0b0a79a5ff8f9b1c9647d2e7ce1c27 | [] | no_license | Alexcgi15/ProjectAfpaJava | b1e7c432b87cc5fc039fe288aa0055ce76990e59 | 9dbc475ea8d8e2f28784764aeb8b8c529ff221af | refs/heads/master | 2020-03-24T04:55:11.208161 | 2018-07-26T17:06:31 | 2018-07-26T17:06:31 | 142,468,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,113 | java |
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.table.DefaultTableModel;
/*
* 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.
*/
/**
*
* @author afpa
*/
pub... | [
"fiefie15@gmail.com"
] | fiefie15@gmail.com |
d9bf80dc81a24df6fa8c510114e33297f908b49b | ed81959b95a33a50bd1a69a2bfc0dc497d917923 | /Testing/Projecton Source For Eclipse/src/boundries/DelayReportBoundary.java | e3f70057fe7fd079beccc0cd5fc3de41dbe73ad0 | [] | no_license | ravivkomem/Projecton | 94dc140548d0104dbd145832cc9804504a122a9a | 96101051b64a77ce64d5b4cf09d667254bc7b392 | refs/heads/master | 2020-09-01T14:06:09.379342 | 2020-01-23T18:00:03 | 2020-01-23T18:00:03 | 218,974,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,408 | java | package boundries;
import java.net.URL;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.ResourceBundle;
import assets.Toast;
import controllers.DelayReportController;
import controllers.TimeManager;
import controllers.Utilizer;
import entities.DelayReport;
import ... | [
"leehugi93@gmail.com"
] | leehugi93@gmail.com |
741d5e60c4e2c0b1db89ffc77ab5ee9cbbb42a1e | 09f77ccd9c58bb6c7ae5442f39126b3838956b09 | /app/src/test/java/com/example/larry/helloworld/ExampleUnitTest.java | e2f199c601ca39d1abf0d0abd87506921a1b44a6 | [] | no_license | larry1285/Wearing | c901fcbaf9dc3426dbf221b91a1a8430bb76b917 | 6fe6d9aa9a42e1ec8a7a9b2f38829b087bd60506 | refs/heads/master | 2020-12-24T18:50:43.413812 | 2016-05-11T11:43:04 | 2016-05-11T11:43:04 | 58,539,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.example.larry.helloworld;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
... | [
"larry1285@gmail.com"
] | larry1285@gmail.com |
e5ebf8295a8208d0968969a882e1f8e4dfeca76e | 327d77efe37f65fd0d212fdde0033e307c5de46c | /app/src/main/java/pw/pbdiary/maeari/blog/MainActivity.java | 9f7434cced5c848f3cc499385efd69bf37de53fd | [
"Apache-2.0",
"MIT"
] | permissive | lego37yoon/maeari_blog | b8ea03fcf825eabdee78c6698b25d689dc6ba924 | 0ffebc7a6b49e181e21a4dbc9e6fec5263f81b0e | refs/heads/master | 2021-06-21T01:26:07.106850 | 2019-08-04T14:48:14 | 2019-08-04T14:48:14 | 146,174,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | package pw.pbdiary.maeari.blog;
import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import android.view.View;
import com.google.android.material.bottomappbar.BottomAppBar;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
public class... | [
"lego37yoon@outlook.com"
] | lego37yoon@outlook.com |
64516615aedb9170b4831f65613e4365520253b7 | 0d2e336f550451a4ea89685ac0362001d762155e | /src/olmies/AllLecturersByFacultyByAcademicPeriodResponse.java | 1612f1381990ecd36486d392eed53a1d2e5c7dd8 | [] | no_license | ricardogaynorgaynor/spring-and-servelt-with-freemarker-and-soap-services | 6855f9379b3791f7db85f660fed35672b3b2c119 | d79750f5647dbb6bbc2e646a3c597cd25808eeef | refs/heads/master | 2020-04-15T04:16:05.172392 | 2019-01-07T04:07:50 | 2019-01-07T04:07:50 | 164,376,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,023 | java |
package olmies;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The fol... | [
"ricardogaynorgaynoruwi@gmail.com"
] | ricardogaynorgaynoruwi@gmail.com |
de0925e0b9bc3e610f28d60d8807cf0a18e86ac7 | cd341023aad9b29e386f3b6bddb5a3bf6ca6daab | /src/main/java/com/xueqi/Intelligent_office/service/FileService.java | 1d054734f0daa87655d32c194e52f5966828bc83 | [] | no_license | chenzifeng1/Intelligent_office | 9c35d115369dec831098571dd7512246b9b21156 | 94588b12b35f973d12218bbfea7ea059c3615c65 | refs/heads/master | 2021-04-03T09:57:55.277217 | 2018-07-11T08:44:34 | 2018-07-11T08:44:34 | 124,888,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,599 | java | package com.xueqi.Intelligent_office.service;
import com.xueqi.Intelligent_office.dto.JsonMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletRequest;
import java.i... | [
"704734862@qq.com"
] | 704734862@qq.com |
02ab7909a8b3f3daa2615b5c5650199d833ff5cb | 66519fad3df3a0ab37e44ab31ef5efd8bce879c8 | /src/main/java/org/siouan/frontendgradleplugin/domain/usecase/AbstractGetExecutablePath.java | d5f48c3eeeb5613f0189bd6814e8fef971867b4b | [
"Apache-2.0"
] | permissive | emotionbug/frontend-gradle-plugin | 1451f58c9b63596a8afca0f460b62a1cccc69291 | adedc5c41367493dd3d4e3f0fe2e5cd9b47cb791 | refs/heads/master | 2023-05-05T18:41:31.010124 | 2021-05-30T14:43:59 | 2021-05-30T14:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,249 | java | package org.siouan.frontendgradleplugin.domain.usecase;
import java.nio.file.Path;
import java.util.Optional;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.siouan.frontendgradleplugin.domain.exception.ExecutableNotFoundException;
import org.siouan.frontendgradleplugin.domain.model.Logg... | [
"noreply@github.com"
] | emotionbug.noreply@github.com |
168b69daf9b3517f58eefa0e6988e9a8cd5421bf | e78f4b0ca4e2bb32dc018a70210b33a90d79c657 | /app/src/main/java/com/bartech/sms/data/network/model/SmsVisitsCountRequest.java | 284e21ebb33038853a750bc9782d0400c46223b3 | [
"Apache-2.0"
] | permissive | AhmedSwilam/SMS | f0c9b6ec8834a85f2a16b02e696f88e987235a5d | 66f46810b42dc955e86dbfcdaca1fca2f1969fcd | refs/heads/master | 2020-04-11T16:26:14.776109 | 2018-12-15T16:50:00 | 2018-12-15T16:50:00 | 161,924,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.bartech.sms.data.network.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by Ahmed on 7/4/2018.
*/
public class SmsVisitsCountRequest {
public SmsVisitsCountRequest(){
}
public static class ServerSmsVisitsCountRequest{
... | [
"ahmedswilam21@gmail.com"
] | ahmedswilam21@gmail.com |
f870553e223f5e701a9783cd43b26c72a866d6bf | 44f7d811afa05c7a0f6e9265ed397eff11761961 | /springboot/src/main/java/com/jie/test/common/smallDemo/DataUse.java | 91685b4b0c5c77acd6d063c9959b441fb3643640 | [] | no_license | yiyongjie/myfeel | 4a1bec8cc45fee901411bed6b3c2df69dc1a9de6 | e65bd446dac13b857e644d92bd0028d8cfb8cc46 | refs/heads/master | 2020-04-08T22:16:22.680685 | 2019-02-20T08:36:27 | 2019-02-20T08:36:27 | 159,779,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,822 | java | package com.jie.test.common.smallDemo;
import com.jie.test.common.model.gen.GenColumn;
import com.jie.test.common.model.gen.GenContent;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.sql.DataSource;
import java.math.BigDecimal;
import java.sql.*;
import java.ut... | [
"1074129195@qq.com"
] | 1074129195@qq.com |
e647cf7afa6af856571dcbfbcd0711cfb5ad739c | 2cbaa5ae3362493be9b811779ac8ec09541af3ce | /AssignLabProject/src/java/Pojo/UsersAssistance.java | e1e89b468cfe180d289b6c9cf5be2c603cd1e016 | [] | no_license | LabAssProject/AssignLabProject | 2f1d3f2ff442c0ad5bc98773728231e00371f840 | 90aa3843f143b8c2b0fc65c17ebba4505e2e7018 | refs/heads/master | 2021-01-22T01:33:34.248872 | 2015-03-22T18:05:57 | 2015-03-22T18:05:57 | 32,624,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,331 | java | package Pojo;
// Generated Mar 22, 2015 7:46:58 PM by Hibernate Tools 3.6.0
import java.util.HashSet;
import java.util.Set;
/**
* UsersAssistance generated by hbm2java
*/
public class UsersAssistance implements java.io.Serializable {
private int assisqueueId;
private Set labs = new HashSet(0);
... | [
"Heba@gmail.com"
] | Heba@gmail.com |
c0c6aa93c0dbd4a7b2069d0a8eb13e1cb4f81cba | ddd4c91bc3569c65458f49db481a6afd7004a298 | /java-learn/src/main/java/com/thor/java/learn/annotation/MethodAnnotation.java | 4711350511949cd4bd6cf4f926b57fdc1467273d | [] | no_license | 4115019/thor | a06567ffff28a558c2117706ebd40be68eca993b | 98661fe9e3b498378ca7c4a01b93a38cd02af77a | refs/heads/master | 2022-09-02T10:59:46.164194 | 2020-04-18T06:25:50 | 2020-04-18T06:25:50 | 159,481,357 | 0 | 0 | null | 2022-09-01T23:08:00 | 2018-11-28T10:03:33 | Java | UTF-8 | Java | false | false | 291 | java | package com.thor.java.learn.annotation;
import java.lang.annotation.*;
/**
* @author huangpin
* @date 2019-06-10
*/
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface MethodAnnotation {
String desc() default "methodDefault";
}
| [
"huangpin@meituan.com"
] | huangpin@meituan.com |
ec6f14a3819216a55a7f06516a3fa8a739a9e6da | 5fd0122ac80a720eda06bc829a6bcd8523512737 | /databaseProvisioner/src/main/groovy/com/lemuelinchrist/hymns/lib/beans/HymnsEntity.java | 480d3f145b139ab289e78341c2ea856e8dd9f074 | [
"Apache-2.0"
] | permissive | Rejeev/hymnsforandroid | d27271b340d56f411b311185473291533c7028c2 | b6b6616a274a042f4cb33f682aad0d58cd2d13f4 | refs/heads/master | 2021-02-11T03:51:45.411685 | 2020-05-10T07:07:47 | 2020-05-10T07:07:47 | 244,450,630 | 0 | 0 | Apache-2.0 | 2020-03-14T03:18:59 | 2020-03-02T18:57:43 | TSQL | UTF-8 | Java | false | false | 10,333 | java | package com.lemuelinchrist.hymns.lib.beans;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.Basic;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import jav... | [
"lemuelinchrist@gmail.com"
] | lemuelinchrist@gmail.com |
84cae064d3416328dcc14edadc86ce9b3ccc5f96 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE134_Uncontrolled_Format_String/CWE134_Uncontrolled_Format_String__Property_format_52b.java | 4c4ef3ed66abea1ba80191e436dcbc51ec45852b | [] | 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,396 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE134_Uncontrolled_Format_String__Property_format_52b.java
Label Definition File: CWE134_Uncontrolled_Format_String.label.xml
Template File: sources-sinks-52b.tmpl.java
*/
/*
* @description
* CWE: 134 Uncontrolled Format String
* BadSource: Property Read data from a sys... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
8f79eed25ee846384d0cf89bfbce07869a8f1fb0 | e1c3302ffc9cab4aac75fbd642554d0f4674f4db | /app/src/androidTest/java/jwy/mvpinandroid/ExampleInstrumentedTest.java | e9edbfb06fd0d063c11277ee14ebfc4ce45fa1c7 | [] | no_license | Jwangyou/MVPInAndroid | 06f12f1887c9daac32bc20050e2c8697c23ac9e1 | 4d86dc3b674fc546c0213a5dc7aea718d9ba7758 | refs/heads/master | 2021-01-19T23:12:20.679053 | 2017-04-21T03:31:57 | 2017-04-21T03:31:57 | 88,935,188 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package jwy.mvpinandroid;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Android dev... | [
"mr_wangyou@outlook.com"
] | mr_wangyou@outlook.com |
7425a04397823aaed67748de70f1cccc2e502120 | 21a672c92dcd855b874d34afe8a8e4aab5d8b562 | /19-stpl-gtn-portal/ItemMs/stpl-gtn-item-common/src/main/java/com/stpl/gtn/item/domain/event/ItemMsGenericEvent.java | 6d8b619ad85de4fb562114f340a54bfe3dbc9cec | [] | no_license | amanver16/ServiceMixDemo | fe445ea7d17ba50509a850942f59d9a986a20703 | 9da4e08c0b543e62ffe0e99d03eb23d156b4370e | refs/heads/master | 2020-03-30T22:52:46.816969 | 2018-10-05T07:15:45 | 2018-10-05T07:15:45 | 151,681,632 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,056 | java | package com.stpl.gtn.item.domain.event;
public class ItemMsGenericEvent {
public ItemMsGenericEvent() {
super();
}
private String eventName;
private String aggregateId;
private String aggregateType;
private String raisedTime;
private String originCommandRequestId;
private String originCommandName;
p... | [
"aman.verma@sysbiz.org"
] | aman.verma@sysbiz.org |
99f2bcfc8e2265d0987ccb4ae304b7031f801ca7 | f33105373e0f786a9fef32a1ff8fc23b61992fc9 | /Prototype/Otomate/Jeu.java | 4df41a35001d45fcfd573a52fd9641cdee090e49 | [] | no_license | OTomate/OTomate | 1e06e137b2736c082d5cd80354509e3f1307dc5a | 15a87de1e04da183a5aa6632f1b1675ec4085844 | refs/heads/master | 2021-06-01T06:18:41.073561 | 2016-06-19T22:28:01 | 2016-06-19T22:28:01 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,150 | java | package Otomate;
import Affichage.*;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import java.io.File;
public class Jeu {
public static int random(int min, int max) throws InterruptedException{
Random r = new Random();
int k = min + r.nextIn... | [
"bonhoure.gilles@gmail.com"
] | bonhoure.gilles@gmail.com |
436b0969d7bcb19dec7ef42b71fe6c4aa4209182 | ded401fb8e53a01a40b2d58e09681cc8411ebaa1 | /Library/src/main/java/com/alticast/viettelottcommons/dialog/PhoneSignupFragment.java | b38b36aeed209651c99f1c9b5e9fa7919452b7ea | [] | no_license | morristech/Library2 | a44cd15078d148cb1e1ffb8faf052e276a25bd87 | 6f60320af4de0ecb9a89352618252ad3ad22aa6b | refs/heads/master | 2020-05-24T05:12:30.935671 | 2018-06-14T19:18:38 | 2018-06-14T19:18:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,208 | java | package com.alticast.viettelottcommons.dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnDismissListener;
import android.graphics.Typeface;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.ap... | [
"hoanganhtuan95ptit@gmail.com"
] | hoanganhtuan95ptit@gmail.com |
0781e09f0187899b877bde0fc8f3df6f2f416621 | 1e3a2afac22eb81aafcce41a53dc0a0e4d27b5e2 | /MyApplication/app/src/main/java/com/fule/myapplication/group/Group.java | 125d251bc44d077c6747268b2e56345e7880156e | [] | no_license | jianyufeng/ChatTestRLY | 7d7d36cd4c257a82569c7babd0eb800f38113b1f | 9f5c562b6a1b456bf2a45df7002ceeee69a70209 | refs/heads/master | 2021-07-01T13:19:25.488149 | 2017-09-22T08:29:22 | 2017-09-22T08:29:22 | 104,450,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package com.fule.myapplication.group;
/**
* Created by Administrator on 2016/11/19.
*/
public class Group {
public int getIcon() {
return icon;
}
public Group() {
}
public void setIcon(int icon) {
this.icon = icon;
}
private int icon;
public String getGroupName() {... | [
"907507643@qq.com"
] | 907507643@qq.com |
0ed06f514a2f02f5ed349843fc3898979c11c2e4 | 2f993b28611b3aa9d818f21979a279b9f012065b | /apis/demos/library/library-api/src/main/java/org/example/library/api/BooksResource.java | edb452fea1b4183b44a7b06f044462adeebec983 | [] | no_license | EricWittmann/api-samples | 4aaefc3c4528c23ea7304bb8dde6519159668e8e | 9aa456ba552bd944a8c51a92cf8829ca46381198 | refs/heads/master | 2022-09-21T05:22:06.821172 | 2022-09-02T16:05:19 | 2022-09-02T16:05:19 | 70,914,823 | 7 | 2 | null | 2021-04-27T11:23:18 | 2016-10-14T13:53:57 | Java | UTF-8 | Java | false | false | 1,202 | java | package org.example.library.api;
import java.lang.String;
import java.util.List;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import org.example.librar... | [
"eric.wittmann@gmail.com"
] | eric.wittmann@gmail.com |
e5ce942ab68c219101ed5c8dfba2dbead67b1646 | e04869a89a3b496fba0a7dc8e8772eea6eb15239 | /src/Board.java | 7c75408c8a19eb94d6e2dd4b7af8aa08874d5f77 | [] | no_license | monkeyGoCrazy/ChessGame | cefe4b5b2bde4a60c13a49c8ebeae0e8b6bf4db8 | d98698101cba093bc03af774d96879f329bc194f | refs/heads/master | 2021-01-10T06:09:27.055954 | 2016-08-30T02:05:58 | 2016-08-30T02:05:58 | 49,839,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,274 | java | /**
* Created by mengleisun on 1/17/16.
*/
import java.util.*;
public class Board {
List<Piece> whiteSet;
List<Piece> blackSet;
Piece[][] board;
PieceConstructer factory;
Validation valid = new Validation("chess", "1");
public Board() {
factory = new PieceConstructer();
whiteSe... | [
"sml0634@ufl.edu"
] | sml0634@ufl.edu |
770a15534a2be717cccb7174194b400ad76297b0 | 69c174986cf33276c7a191234d4d2047d4d8b7be | /bp-elite-core/src/main/java/com/sohu/bp/elite/model/TEliteSquareItem.java | b6f066cc931de3d616b999bf224823106c3061a6 | [] | no_license | kevinStudyJava/study | 1f99cbcd22fa0037938e0cf5f5ca04cc01f477b2 | fa09200ebb8a5adc78322eecb661800574f03160 | refs/heads/master | 2021-01-21T17:13:24.765390 | 2017-05-21T08:19:57 | 2017-05-21T08:19:57 | 91,940,884 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | true | 14,949 | java | /**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package com.sohu.bp.elite.model;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
import org.... | [
"825847240@qq.com"
] | 825847240@qq.com |
bd175eb996a6fecd0ac33a7baf9e0df866c2c961 | 58c0840a501c1745e9a875bf832977f81a624b5f | /src/main/java/com/example/demo/config/AppConfig.java | 14ac4345db83674d660f188a6ed8861ed1ae0816 | [] | no_license | oxosec/heroku-sftp | 1efd67f6a54298978426017348075fb0107b4a1a | f9a2536fcc8cdb876d2076ef469bc5d9035ad2c7 | refs/heads/master | 2021-06-18T14:05:47.838657 | 2017-06-16T16:42:22 | 2017-06-16T16:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package com.example.demo.config;
import javax.sql.DataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.springframework.boot.SpringBootConfiguration;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframe... | [
"daisuke.izaki@gmail.com"
] | daisuke.izaki@gmail.com |
02f75c673e7accac5153f00cc1cb451c38a5f962 | fe4ab0780f917efa0e3dd457d57e4e234bd9eef8 | /provider/src/main/java/com/yjy/service/HelloService2Impl.java | fd3917c78e0df777d807f3a95f4095ded0d90acd | [] | no_license | lwkjob/dubbox-test | 7caf69dbd6daff265e8d489f8318f76fa15eefa1 | b385c99a09aaac866e3c037e298e6dc08b68ec34 | refs/heads/master | 2020-06-30T22:10:23.188415 | 2016-10-28T09:08:40 | 2016-10-28T09:08:40 | 67,105,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.yjy.service;
import org.springframework.stereotype.Service;
/**
* Created by lwk on 2016/10/28.
*/
@Service("helloService2")
public class HelloService2Impl implements HelloService {
@Override
public String helloString(String msg) {
return "我是2:"+msg;
}
}
| [
"liwenke@ypzdw.com"
] | liwenke@ypzdw.com |
fdf8500338e43902b4002a7099d4478b69f47d66 | 0b81d1aeb10ee2a53589459e362d9f19d7d75bb7 | /auth-service/src/main/java/com/nagarro/nagp/authservice/model/LoginRequest.java | c2b79706b35b973d012e6f3ea6cdfcf103dd9fa0 | [] | no_license | nav16011991/nagp-microservice-assignment | 59f1553c68c911a0e10e5095a5db32ca18fe19e9 | 5e13a94ae7384c80269d4f2838cd5e8a1ed98e6b | refs/heads/main | 2023-09-02T19:57:20.018801 | 2021-11-22T08:52:38 | 2021-11-22T08:52:38 | 427,909,063 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.nagarro.nagp.authservice.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class LoginRequest {
private String username;
private String password;
}
| [
"nav16011991@gmail.com"
] | nav16011991@gmail.com |
97fe25b8c465e250c8d70d1dafcfc5c30bad0c09 | 55e9dccd8369bc92bf81190cd563fc9b6b63e24d | /domain/fun/lottery/fun-box-lottery-pojo/src/main/java/com/hy/lottery/model/LotteryInfo.java | 84eae79e9123d968e7647967c8575040b640c117 | [] | no_license | wanglianglong0406/group | 9adf4d1ae3384a17738c13533d16dda13a979a8a | 3af13e0f9424ff5ea4eeecc6cc65d80163ab8b5b | refs/heads/master | 2023-04-13T14:22:07.384669 | 2021-04-20T05:34:04 | 2021-04-20T05:34:04 | 359,695,659 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,869 | java | package com.hy.lottery.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.Ap... | [
"hanye@outlook.com"
] | hanye@outlook.com |
527ca381765b06a32ed32e593622ec19bca9b28a | 418e7220865f69a1e1ca9c352a21e504b3515b47 | /Spotify/src/spotify/Midlet.java | cd644312e28ed270a185868435199f418ace923e | [] | no_license | rodripf/SpotifyBTRemoteControl | e498c07b1f5ad19d33704bd492779b871072dc7e | 6e0d8749992d0744f6601771fcf8e54129c7776a | refs/heads/master | 2021-01-23T14:52:12.049742 | 2012-10-15T18:34:47 | 2012-10-15T18:34:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,608 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package spotify;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import javax.bluetooth.BluetoothStateException;
import javax.bluetooth.DeviceClass;
import j... | [
"rodripf@gmail.com"
] | rodripf@gmail.com |
719140eba676a105333bc533363a323994bb0781 | 78716f51578118ba2ccc1f80e7ae50e736c552e6 | /libraries/lwjgl/src/java/org/lwjgl/opencl/APIUtil.java | c40010a2a79267e9df58e16dfe03bad148d8ea4f | [] | no_license | danodz/snake | 1a90d149552c4305ade73d58b49f1d91c2cc5ab5 | c9b8ab10abce386e62bf097d5d5d4bbc953327ef | refs/heads/master | 2020-04-22T05:04:58.364319 | 2014-12-22T00:46:42 | 2014-12-22T00:46:42 | 28,319,050 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,205 | java | /*
* Copyright (c) 2002-2010 LWJGL Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | [
"Erwan@Erwan-LeBlanc.local"
] | Erwan@Erwan-LeBlanc.local |
12577c6f9ea71d2e168763a7acded7982097dfff | c85ae6d6ae3338a59bebdfe387558aadbbd2bd39 | /CodingExercises/src/MegaBytesConverter.java | babaf35042a9aafa8ea3aa9a7dd883612a021589 | [] | no_license | pajakwaldek/JavaProjects | a124c67731642bcc5953fadd0bc278b04067e9ee | 3aec469faba2f35d140f61c6de831bd2d36707b7 | refs/heads/master | 2020-04-01T22:12:09.828805 | 2018-10-18T22:47:25 | 2018-10-18T22:47:25 | 153,690,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | public class MegaBytesConverter {
public static void main(String[] args) {
printMegaBytesAndKiloBytes(2000);
printMegaBytesAndKiloBytes(0);
printMegaBytesAndKiloBytes(-2000);
}
public static void printMegaBytesAndKiloBytes(int kiloBytes){
if(kiloBytes >= 0) {
Sy... | [
"39649099+pajakwaldek@users.noreply.github.com"
] | 39649099+pajakwaldek@users.noreply.github.com |
a32cc9dc5b04614fd59a716b57528bd07b452642 | 1d2a71aba141a9244463b54f21513a7ca820bf03 | /src/by/lepnikau/philosophy/of/java/pattern/command/CommandDemo.java | b1b837917799589c8725936ab961d85ca7f9e22a | [] | no_license | ViachaslauL/PhilosophyOfJava | f4757b733dc52c9d0fee6c8a5029c442050ed568 | 148d8ed0e1dd41cbb3b63fb80c49cf06ade47b10 | refs/heads/master | 2023-08-12T07:18:14.676824 | 2021-10-11T08:18:10 | 2021-10-11T08:18:10 | 403,288,937 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package by.lepnikau.philosophy.of.java.pattern.command;
public class CommandDemo {
public static void main(String[] args) {
Light light = new Light();
LightTurnOnCommand turnOnCommand = new LightTurnOnCommand(light);
LightTurnOffCommand turnOffCommand = new LightTurnOffCommand(light);
... | [
"Lotussutol@tut.by"
] | Lotussutol@tut.by |
e46e08f37f944707d5ca2f9f9c842500f5963a57 | 75c707019b6c1928b00adabd99aa0d7442317854 | /src/main/java/de/blau/android/presets/PresetTextField.java | 0c8f384aab04d54e5a012eeec2cf30e509e7a01e | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | MarcusWolschon/osmeditor4android | d774d41e46dbab82ac33d6128508ccd46506e79a | 5170bfaac8e561a70b9d6ac03f412013ab563abc | refs/heads/master | 2023-09-01T17:41:09.037801 | 2023-08-31T09:22:24 | 2023-08-31T09:22:24 | 32,623,844 | 343 | 109 | NOASSERTION | 2023-09-13T11:22:03 | 2015-03-21T07:25:43 | Java | UTF-8 | Java | false | false | 1,891 | java | package de.blau.android.presets;
import java.io.IOException;
import org.xmlpull.v1.XmlSerializer;
import androidx.annotation.NonNull;
public class PresetTextField extends PresetTagField implements PresetFieldJavaScript {
private static final long serialVersionUID = 1L;
/**
* Script for pre-filling tex... | [
"simon@poole.ch"
] | simon@poole.ch |
2d59c30cc4ac29284d6c3519dddb6f89a9111bc2 | 3a2d6b22f8541545ab933d4cd609be925d6e303b | /HW4_AdapterFacade/src/Turkey.java | c3e35281d147a50a113aeb62ef228cb0919c5fa4 | [] | no_license | 132/DP | fdc2d26d2da4d07211c9ee46b1b85cf9489caf38 | abcfa134c6385ebc842e9b6de9e6438b62da30f7 | refs/heads/master | 2021-08-14T06:34:49.451391 | 2017-11-14T21:40:46 | 2017-11-14T21:40:46 | 107,048,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java |
public class Turkey implements ITurkey{
public void display() {
System.out.println("Turkey display");
}
public void act() {
System.out.println("Turkey act");
}
}
| [
"noreply@github.com"
] | 132.noreply@github.com |
1dc32f133867a9db316c9f17b576216310a74624 | 217752ed36e5d82e587fc941ee05ebb8a1fca90e | /src/main/java/com/mascova/talarion/web/rest/ImageResource.java | edfacdabe0620eb55b8dc2bc6989c5bf7a3217a2 | [] | no_license | gazibastug/salestock | b3061dbf456214774f525a53c251559d85c35cce | cc493c7e148aa35a91c3587effe0800189f1a6f4 | refs/heads/master | 2022-05-06T19:54:18.342756 | 2016-06-29T12:12:38 | 2016-06-29T12:12:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,006 | java | package com.mascova.talarion.web.rest;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.List;
import java.util.Optional;
import javax.inject.Injec... | [
"irfan.romadona@gmail.com"
] | irfan.romadona@gmail.com |
a388277e8609eac2ab1f7688d80fbd54a9c9b3b6 | 490283eab8c0ff79565d615a3d0af34c82c0e00d | /src/main/java/com/lmig/gfc/rpn/models/TwoNumberCalculation.java | 5c5993574de7eb5e62571c9d82615f16b2de3d51 | [] | no_license | karenalyea/RPN | 6a54bf55a7559ae6138e00f1054dd8f010f16336 | 878598e4a71ac3995f33fa407a3cc5d104511b0e | refs/heads/master | 2021-08-22T06:27:50.397517 | 2017-11-29T14:17:55 | 2017-11-29T14:17:55 | 112,416,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package com.lmig.gfc.rpn.models;
import java.util.Stack;
public abstract class TwoNumberCalculation implements Godoer, Undoer {
// abstract - know process but doesn't have enough info to do anything
//removes ability to call new. have to call new on one of the kids
//these are no longer needed to be seen by kids... | [
"karen.alyea@libertymutual.com"
] | karen.alyea@libertymutual.com |
975e098b914879a1d27d83de5e7c908bb182b492 | 89f48f22217aa6a648f1792e72f8ad4cf219ebb4 | /src/com/sazuha/service/TeacherService.java | 719a9c2d1acfef6a5e276a5b0cd265c218338d97 | [] | no_license | Sazuha/education | 2e140053a450d24443c4395d1dd9d5ea5c339970 | 0a1730a0bfcea3de171f119f3e565cbbf572fa83 | refs/heads/master | 2023-07-29T03:49:32.119727 | 2021-09-11T08:47:54 | 2021-09-11T08:47:54 | 405,140,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.sazuha.service;
import com.sazuha.pojo.Course;
import com.sazuha.pojo.Teacher;
/**
* @author ASUS
*/
public interface TeacherService {
/**
* 登录
* @param teacher
* @return
*/
public Teacher teacherLogin(Teacher teacher);
/**
* 改密码
* @param id
* @param passw... | [
"759806900@qq.com"
] | 759806900@qq.com |
1cf2456657b3528348d3c1913a21c298ba92498b | 9bc91c914052b575207b23c579c3c073f09d1e5c | /ProyectoTeoria2/src/proyectoteoria2/ExpLaboral.java | 20ab45459d2ff6b260e0d7d358bc922e0413fa8a | [
"MIT"
] | permissive | Rodrix183/ProyectoTeoria2 | 3334a38441cf87e0c7a12068f31b234c0b3beedd | 28ab35b0960d01b70fb6825e4b4c2dc21339b397 | refs/heads/master | 2022-08-27T17:44:41.118116 | 2020-05-30T09:22:18 | 2020-05-30T09:22:18 | 265,380,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,014 | 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 proyectoteoria2;
import java.util.Objects;
public class ExpLaboral {
private int aniosExp;
private String trabajoAnte... | [
"rafac@unitec.edu"
] | rafac@unitec.edu |
6a753c921db520944c6385a09085bc6ec02d7335 | fafc9bf994f698854a181159fdeff30abc321b39 | /src/edusoft/android/reuse/FixAccountType.java | bf5b99cd4aea6a721ae37bc00b194ce5f1877c8c | [] | no_license | tetaez01/moneysaver-psu-phuket-project-2 | c2149d50decf6a9a992bfa15d9f87c62845aa590 | 7e3c42452e9edc6c566ce887e45f4f6aae2a68a8 | refs/heads/master | 2020-12-31T00:18:24.196930 | 2012-03-04T22:01:12 | 2012-03-04T22:01:12 | 50,512,129 | 0 | 0 | null | null | null | null | TIS-620 | Java | false | false | 675 | java | package edusoft.android.reuse;
public class FixAccountType {
public static String FIX_CASH_ACCOUNT_ID = "0";
public static String FIX_CASH_ACCOUNT_DESCRIPTION = "เงินสด";
public static String FIX_CURRENT_ACCOUNT_ID = "1";
public static String FIX_CURRENT_ACCOUNT_DESCRIPTION = "บัญชีกระแสรายวัน";
public sta... | [
"frd.doodaa07@gmail.com"
] | frd.doodaa07@gmail.com |
d9b49463cc1b370291d6e47df3b04b2da78053af | 05b2bfce7e2d6982cef74689d3d19f1504155742 | /src/main/java/com/jk/service/ContractService.java | c70f84af56a1f0f3e38bb7aa4c7ec93eb8a0b31d | [] | no_license | zoro5284/jk | 04429b6dddd4a18ef1e5b58232191efc7ae7f923 | 13688a23193a8edc921e70e2c01da0702022cc59 | refs/heads/master | 2020-03-17T18:10:46.164013 | 2018-06-15T01:51:25 | 2018-06-15T01:51:25 | 133,817,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package com.jk.service;
import com.jk.pagination.Page;
import com.jk.pojo.Contract;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
public interface ContractService {
public List<Contract> findPage(Page page); //分页查询
public List<Contract> find(Map paraMap); //带条件查询,条件可以为null,既... | [
"577270884@qq.com"
] | 577270884@qq.com |
e814c3b43f12e0046ec2cac7b0a88c0dc5be5847 | 5c675b7e87b7897fff912dd592277b979471afe0 | /src/_Lessons_Basic/src/OOP/PHONE/Basephone.java | 65f1602be968617c19010e886022bf21c5190a74 | [] | no_license | AlexandrKananadze/My_projects | b57e6784b404cda0d0f8c194d46eae22e73083cb | a529e9a54a0b4776cf2642d1c1e5f6c4843b85ea | refs/heads/master | 2023-06-05T15:36:50.423318 | 2021-06-29T12:04:38 | 2021-06-29T12:04:38 | 371,817,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,413 | java | package OOP.PHONE;
public class Basephone {
private int number;
private String model;
private double weight;
// public Basephone(int number, String model, double weight) {
// this.number=number;
// this.model = model;
// this.weight=weight;
//}
public Basephone(int number, Stri... | [
"84994454+AlexandrKananadze@users.noreply.github.com"
] | 84994454+AlexandrKananadze@users.noreply.github.com |
9cd8c843f684000d6986a83959c978882b90f9e6 | abc436b861928d24fc1d43a6f9bcb6823146593e | /src/de/unigoe/informatik/swe/kcast/declaration/MyStruct.java | e0d6868142f4de9a243e1fd12aaadcfb1a205826 | [
"Apache-2.0"
] | permissive | e-albrecht/skillmodelframework | 077583efd53596cc4eb65246af9784ae156f70b7 | 37d82531958bed96ec8af6c7a05a47eaf31ba257 | refs/heads/master | 2020-04-16T19:40:18.272802 | 2019-01-15T15:00:52 | 2019-01-15T15:00:52 | 165,869,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package de.unigoe.informatik.swe.kcast.declaration;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import de.unigoe.informatik.swe.krm.KnowledgeComponent;
public class MyStruct extends MyTypeSpecifier{
/**
* Name of the struct
*/
pri... | [
"ella.albrecht@tu-dortmund.de"
] | ella.albrecht@tu-dortmund.de |
468cde9512ec744b07f9cd5f1947807f9a40e7af | b31dd07e39ca37da5aa3f4f2793583cf365ddb4e | /WeTongji/src/com/wetongji_android/util/data/event/EventUtil.java | 637cdf2de5b7e11783b04ed98270e2889ecd963d | [] | no_license | zichuanwang/WeTongji_Android | 57edc66f27a7fddec1fd00d6db83235ea151be56 | 42565354ac9cbdfd184bb93fdfc4f339b7521ccc | refs/heads/master | 2021-01-13T01:58:07.695921 | 2013-11-18T05:17:56 | 2013-11-18T05:17:56 | 7,689,804 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | package com.wetongji_android.util.data.event;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import android.content.Context;
import android.text.format.DateUtils;
import android.util.Pair;
import com.wetongji_android.data.Event;
import com.wetongji_android.util.d... | [
"chenshifei.j@gmail.com"
] | chenshifei.j@gmail.com |
2b6f64eb877b27a9a6e2aedfced1a2169b695c2e | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a149/A149223.java | 3a71ea837236e874828c502f4725d696e1e63f30 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package irvine.oeis.a149;
// Generated by gen_seq4.pl walk23 3 5 1 221201212121110 at 2019-07-08 22:06
// DO NOT EDIT here!
import irvine.oeis.WalkCubeSequence;
/**
* A149223 Number of walks within <code>N^3</code> (the first octant of <code>Z^3)</code> starting at <code>(0,0,0)</code> and consisting of n steps tak... | [
"sairvin@gmail.com"
] | sairvin@gmail.com |
cbc419e451b3bca29cae1d4973043edc23d7a299 | fde7e72c955ed07d8da8ec8509b958b9b1fb8a6d | /jvm01/src/main/java/com/zyk/nio02/HttpRequestFilter.java | 467cbd551928590659dce5f60c3563dba03038d3 | [] | no_license | zyk1995/GeekBangHomeWork | 269cd0255254caa511c0c3f3d4c3ec8d15233064 | 04b3dd91fd9992d92eab2f30aafe9859dd81ec3f | refs/heads/main | 2023-06-23T13:23:38.759932 | 2021-07-25T07:51:08 | 2021-07-25T07:51:08 | 380,403,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package com.zyk.nio02;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.http.FullHttpRequest;
public interface HttpRequestFilter {
void filter(FullHttpRequest fullRequest, ChannelHandlerContext ctx);
}
| [
"1251134350@qq.com"
] | 1251134350@qq.com |
9f2a3964ccfa5eff294f2ae278b50c319857eb69 | 0a5f09a8b117a33565a1d59c87687e42508ebd3c | /ch13-exception/src/ExceptionEx09.java | 28abf847bacfc8ca1d04a0a0e560f5684173a194 | [] | no_license | 1astkiss/workspace_java | fda7416d90603e0d12538719925b92488a808d1b | 75bf76971c876de41b2df536a5f7fbc835f9fd06 | refs/heads/master | 2021-07-21T03:08:25.858267 | 2017-10-30T09:43:28 | 2017-10-30T09:43:28 | 105,214,175 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 780 | java |
public class ExceptionEx09 {
public static void main(String[] args) {
System.out.println("no exception occurred");
System.out.println("프로그램 실행");
try {
System.out.println("1");
}catch(Exception e) {
System.out.println("예외처리");
}finally {
System.out.println("중요 메시지");
}
System.out.println("프... | [
"bettertoday@gmail.com"
] | bettertoday@gmail.com |
ed168fd115d76983fdd7e5c8ba1df1a7800ba76b | ccb56af2443d6837ebad4061c583cc6ecc47c9fc | /Programers/src/stack/Progarmmers12973.java | 31688c062056f2b77fc748757e824194bcbd62fd | [] | no_license | justyou78/Algorithm | 1ae0b2cdeb75da47a7dd9660cf1b18833be948f5 | c9ae60b35beffb4acd7d1f78839e1697b5d5838c | refs/heads/master | 2021-05-22T14:33:57.751835 | 2020-05-25T12:03:59 | 2020-05-25T12:03:59 | 252,963,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package stack;
import java.util.Stack;
public class Progarmmers12973 {
public int solution(String s) {
Stack<Character> st = new Stack<Character>();
for (int i = 0; i < s.length(); i++) {
if (st.isEmpty()) {
st.push(s.charAt(i));
} else {
if (st.peek() == s.charAt(i)) {
st.pop();
}
... | [
"justyou567@naver.com"
] | justyou567@naver.com |
8fd993b2ed9c3e2bea1fa9a41aa84251ed919b8a | 12e7520add420180e199cbc575285d5c526f5f4a | /src/birdsanctuary/Flyable.java | ce69bece1ea67b222e1647e3700298617b9490f8 | [] | no_license | Abhijeetkale-333/BirdSanctuaryDay8 | 81bbce3f8de30c080b1c239e617102b4e2080f3a | 6dce18a9d273f8cc28d37a0984eebe1b9f34f861 | refs/heads/master | 2023-04-08T07:44:18.787657 | 2021-04-13T19:13:50 | 2021-04-13T19:13:50 | 357,662,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package birdsanctuary;
public interface Flyable {
public abstract void fly();
}
| [
"you@example.com"
] | you@example.com |
bf1c4f821afd4ba961775d21256133c9ddbfb839 | 75f72edc67b78385af4d76c5fc0ce569055d7270 | /src/solved/P11559_Event_Planning.java | 5462869fa573e7449f6cdb4b3ce7cda86e5362f3 | [] | no_license | mnhmasum/UVa-Accepted-Problems | 5b79d2b56bd5656cc4e09f4a5b1ed3a1292fe950 | 1fc33b83b62652a5a13e300ea097e14a83430d8e | refs/heads/master | 2020-03-21T22:38:30.046585 | 2018-07-30T13:31:05 | 2018-07-30T13:31:05 | 139,138,168 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,498 | java | package solved;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
/**
*
* @author mnhmasum
*/
public class P11559_Event_Planning {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
while (scanner.hasNex... | [
"mnhmasum@gmail.com"
] | mnhmasum@gmail.com |
d3457cf167e3e741fa61c04defe6c84bf1c166b8 | 1a1470c782596d9fdff1559cd053bb25aff8fa07 | /src/com/estudos/java8/optional/Aluno.java | 3bc24310209cc7e7076950d7b11e584739f65b3e | [] | no_license | sempejunior/studiesJavaVersions | f31d758f1b9d804e5cc32dcc882b68845a45f386 | 76e2084a7aebcafc721bbde1629d3c0aab001367 | refs/heads/master | 2020-12-27T04:34:57.363887 | 2020-02-04T02:26:58 | 2020-02-04T02:26:58 | 237,766,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | package com.estudos.java8.optional;
import java.util.Optional;
public class Aluno {
private Optional<Matricula> matricula;
private String nome;
public Aluno(String nome) {
this.nome = nome;
//Inicializa Optional como um container vazio
this.matricula = Optional.empty();
}
public Optional<Matricula> get... | [
"sempejunior@gmail.com"
] | sempejunior@gmail.com |
e5a15f20a5966c230ba9f1a323ca9d47cef2a8d4 | 70378834ee76a35cb734989a13ede4c47991c2a5 | /src/cn/broccoli/blog/po/ShuoshuoExample.java | 885930127e0e207e21e10c8a8844eda6b46406a9 | [] | no_license | yizhixiaojitui/Broccoli | 3636fb10a86f10f6e786bda675a68b3a2d5bc342 | 92f9af1ef47433d3b9b5152ad191565b9ce528de | refs/heads/master | 2021-06-30T02:11:42.641172 | 2019-04-20T10:30:10 | 2019-04-20T10:30:10 | 136,560,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,861 | java | package cn.broccoli.blog.po;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ShuoshuoExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public ShuoshuoExample() {
oredCriteria = new ArrayList<Cr... | [
"40049047+yizhixiaojitui@users.noreply.github.com"
] | 40049047+yizhixiaojitui@users.noreply.github.com |
5bed51ccd507e85231ace618d31910297b353223 | 647c369a83c24d127182e657eb54fb8e12918a3b | /system-clock-provider/src/main/java/pro/buildmysoftware/clock/systemclockprovider/SystemClockProvider.java | ecd553bbe398f3b38e5692f66f85ef59b2d025f4 | [] | no_license | hAckdamDys/jpms-training-simple | 8fd37060d744a817e48e52272862efed1922a889 | 39c60fa08e7d588f83385255903783eb52a7e617 | refs/heads/master | 2020-09-06T01:13:29.176247 | 2019-11-07T15:28:04 | 2019-11-07T15:28:04 | 220,269,422 | 0 | 0 | null | 2019-11-07T15:32:38 | 2019-11-07T15:32:37 | null | UTF-8 | Java | false | false | 285 | java | package pro.buildmysoftware.clock.systemclockprovider;
import pro.buildmysoftware.clock.api.ClockApiProvider;
import java.time.Clock;
public class SystemClockProvider implements ClockApiProvider {
@Override
public Clock provide() {
return Clock.systemUTC();
}
}
| [
"Adam.Dyszy@ibm.com"
] | Adam.Dyszy@ibm.com |
64adcaa826ae666b9a91442e704cb29ae5d4a678 | 88fb9ab04d982e394e56fde92a31d257931a7ba3 | /src/main/java/ua/home/work/model/entity/Accessory.java | 5d9408f770a8ee18f0c4449b9d7a92ba3f8de903 | [] | no_license | StrakDD/FlowerShop | 0f1e8d7c4c81d98b6fb9139718a60d150fa00a16 | 6f50f48e7ffe9fe277574093c17583159590416a | refs/heads/master | 2021-01-01T18:56:23.899600 | 2017-07-28T20:22:35 | 2017-07-28T20:22:35 | 98,463,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package ua.home.work.model.entity;
import ua.home.work.model.entity.Plant.Flower;
/**
* Created by Denis Starovoitenko on 27.07.2017.
*/
public class Accessory {
private Flower flower;
private boolean wrap;
private boolean ribbon;
private boolean basket;
public Accessory(Flower flower){
... | [
"30273945+StrakDD@users.noreply.github.com"
] | 30273945+StrakDD@users.noreply.github.com |
cc93b89cee4c2ba723da9522eaf4b3194bdf13c7 | 78a810a94ba22fec3896170e4aa4fab71be914be | /api/src/main/java/se/emilsjolander/intentbuilder/IntentBuilder.java | 3373600b00506a24b1b1dc0e59afba9d108bad0f | [
"Apache-2.0"
] | permissive | bryant1410/IntentBuilder | a6c15a0af66c60c28f17ccc0e840427bfa1ab185 | a7811825d6cab8e7f7be6b6f4f3f7ba2d46e1eab | refs/heads/master | 2021-01-19T20:55:57.967361 | 2017-04-18T03:58:18 | 2017-04-18T03:58:18 | 88,579,642 | 1 | 0 | null | 2017-04-18T03:58:19 | 2017-04-18T03:58:19 | null | UTF-8 | Java | false | false | 77 | java | package se.emilsjolander.intentbuilder;
public @interface IntentBuilder {
}
| [
"sjolander.emil@gmail.com"
] | sjolander.emil@gmail.com |
69eca45629bbdbf2c94e094d7bbbe27f1f08949f | c6e9d89306da3dee1b2339014d8b8216309c052b | /src/org/adligo/fabricate_tests/models/common/ExpectedRoutineInterfaceTrial.java | a405b77b53846ff474f28406670b2d371fe78dee | [
"Apache-2.0"
] | permissive | adligo/fabricate_tests.adligo.org | 70143d659c1cf50cc9ef23e1a0c1ac74ba87fa5a | b2d2c80d2c6fb84338fb1c1599888629b348abe0 | refs/heads/master | 2021-01-10T21:35:35.966080 | 2015-04-01T13:36:45 | 2015-04-01T13:36:45 | 33,228,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,690 | java | package org.adligo.fabricate_tests.models.common;
import org.adligo.fabricate.models.common.ExpectedRoutineInterface;
import org.adligo.fabricate.models.common.ExpectedRoutineInterfaceMutant;
import org.adligo.fabricate.models.common.I_ExpectedRoutineInterface;
import org.adligo.fabricate.models.common.I_FabricationRo... | [
"scott@adligo.com"
] | scott@adligo.com |
461b0b43e38400aa41b7f71b6f7fd05c9c689b73 | ee0136bbe910da193611b1e9c0c04f29bfbc9790 | /src/main/java/com/py/ds/channel/zyt/api/service/AccountService.java | d59d6c7e4002dce79fd0ea9a8f3f4608ae09162b | [] | no_license | tbwytxdd/api | f189c29bfe12f18bcd6bfd48027e98a05fe269ec | ccabde6052c3cc8956d534594ba74c0f49b3b9b0 | refs/heads/master | 2020-08-03T07:43:10.679066 | 2019-09-29T14:24:49 | 2019-09-29T14:24:49 | 211,672,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,342 | java | package com.py.ds.channel.zyt.api.service;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import com.py.ds.channel.zyt.api.xmlmodel.FOARes1;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.h... | [
"791725679@qq.com"
] | 791725679@qq.com |
fc225723ce5310267b1956d0bd454a3e47f5ae2e | d2c683d2e63b57d07cb46b6ee124e3f1130fd832 | /app/src/main/java/com/example/newseye/AccountFragment.java | 5b9cf6b0cdfd77071e84c2d412263320e8adab5e | [] | no_license | ArtiGaund/SmartIndiaHackathon2020 | d5e7dff3057523c4a3d7f62430d4a67d7d4a9639 | 1ba714f11deb7032da9162992313ec805a5d2644 | refs/heads/master | 2022-11-26T05:06:14.993492 | 2020-07-30T16:29:23 | 2020-07-30T16:29:23 | 283,823,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,656 | java | package com.example.newseye;
import android.app.ProgressDialog;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Base64;
import ... | [
"artigaund2210@gmail.com"
] | artigaund2210@gmail.com |
6e045ce2f6b6f174ffe8598c6e5874a4dd41d817 | 1a4cb13589f04bcb41f2141fc71d33ff7f188538 | /listas_sala/A6_LawDemeter/LabDemeter/src/refactor1/Applicant.java | 49aa51acb3710d8d3b2be0fd18902612d7d6ed9a | [] | no_license | felipeuchida/ces28_2017_felipe.uchida | 91a2c7f22dd3820d04eeec09c7a3ec6cabd94dc0 | e9042f1c64f058b8cfdcae8365dcdf8990e8b726 | refs/heads/master | 2021-08-20T00:52:08.397160 | 2017-11-27T21:18:53 | 2017-11-27T21:18:53 | 100,273,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package refactor1;
public class Applicant {
int id;
String nome;
double averageGrade = 0.0;
public ApplicationResult recordNewApplication(School school) {
ApplicationResult retResult = school.register(this);
return retResult;
}
public int getId() {
return id;
}
public void setId(int id... | [
"noreply@github.com"
] | felipeuchida.noreply@github.com |
5c9a9b53b3f1aa23e28ae11169ee4932b93b77bc | e2c01cbead0455278b14dc86f992f5bf255d97e6 | /src/main/java/hello/Application.java | dd63b49d3b863aa15433572eec6b7c435b78ce1b | [] | no_license | ddorante/Consuming-a-RESTful-Web-Service | 7bdd42ecc157da7acfab9d863edb49a01dffbc8e | 7f30e37a3bd5efdf028afafb36cf88e94624dc57 | refs/heads/master | 2020-03-27T22:06:08.927844 | 2018-09-06T09:41:54 | 2018-09-06T09:41:54 | 147,204,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,532 | java | package hello;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.s... | [
"Xikitoelmejor_88"
] | Xikitoelmejor_88 |
e734587e7308e57fb776f9092cb47cc4621e94a2 | 81634d0c3076a422389e2483a460780b8372f49e | /src/outer_inner_classes/AnonimousInnerClass.java | 0c9bd4981a72e63c9ae40743dc63b9ce07464943 | [] | no_license | hishnizza/Learning | c098e42b3cafdd5cd367c4ac18e3358d3a9a213d | 2fb486b25cf40e55695f1bd4392c29d5ae1e18f6 | refs/heads/master | 2020-03-27T22:28:13.171119 | 2018-09-03T17:27:37 | 2018-09-03T17:27:38 | 147,233,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | /**
* author Maria.Gavrilova
* copyright 19.07.2018 © Devellar
*/
package outer_inner_classes;
public abstract class AnonimousInnerClass {
public abstract void print();
}
class InnerClass {
public static void main(String[] args) {
AnonimousInnerClass inClass = new AnonimousInnerClass() {
... | [
"maria.gavrilova@devellar.com"
] | maria.gavrilova@devellar.com |
44921bfc102873ddb947c0ff414f16b171132971 | 6f461acdb4dc2f2667c8682ff50c612096405570 | /Core/src/main/java/com/gaea/game/core/ws/WSMessage.java | 0008ff2bf73741160dff48bcca581274e9521022 | [] | no_license | ymw520369/gaeagame | f1584aa3d5dd5a186b3318ea3530d2b5814b3749 | 0e989a1fc57a9221d230cc1e2e465fa6c3bedbc3 | refs/heads/master | 2021-01-19T18:49:09.886818 | 2017-10-09T10:18:20 | 2017-10-09T10:18:20 | 101,168,005 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.gaea.game.core.ws;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created on 2017/8/2.
*
* @author Alan
* @since 1.0
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)... | [
"mingweiyang@foxmail.com"
] | mingweiyang@foxmail.com |
937dd055195c48008fb736ce62a3cfc413da8560 | e575ede157a06f73079c549e9b85f027adcc5ba1 | /app/src/main/java/com/example/ekonobeeva/myapplication_1/MyAdapter.java | fb2b051d866703a6c8255efe151594b6848ccb23 | [] | no_license | EvgeniyaKonobeeva/My_Application | 0b35934f42d9bae10ccd8df413281f714e027cd2 | 43b6d0b5ff72cd05428206d9d2df917ec4455e7c | refs/heads/master | 2020-04-12T05:01:15.544285 | 2017-04-04T20:16:17 | 2017-04-04T20:16:17 | 64,940,913 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,305 | java | package com.example.ekonobeeva.myapplication_1;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.w... | [
"zknbeeva@mail.ru"
] | zknbeeva@mail.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.