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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
019cbb5ba9738bb90d568229245fdae7f5688848 | e70f75917e2af78bbffc4b376f98a0bb76fa9623 | /Tetris/src/UserInterface/Layer.java | 1faf3711febb1aed3d56f59dbe5af0a32e6d6587 | [] | no_license | ZeyuLiu2203/Tetris | e79dafa8aebb704dd0febd25c947034d296c7f92 | c2a5fb516bdfa372fd81fabd2ff42e84748f35e2 | refs/heads/master | 2021-08-23T23:25:27.369862 | 2017-12-07T02:33:37 | 2017-12-07T02:33:37 | 112,531,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,723 | java | package UserInterface;
import java.awt.Graphics;
import java.awt.Image;
import javax.swing.ImageIcon;
import DTO.GameDTO;
public abstract class Layer {
// distance from top left corner to panel
protected int x;
protected int y;
//size of panel
private int width;
private int height;
private final int SIZE = 7... | [
"noreply@github.com"
] | ZeyuLiu2203.noreply@github.com |
80c04564bad104fc883b04c5362fe94ef39db765 | b87f3ed116debdbb40f892e6a0216f4ded829cd4 | /src/main/java/com/freshdesk/clientapi/wrapper/UserResponseWrapper.java | bd73949e24ecf645b2b5e7275ed539c88772fbe1 | [] | no_license | rchincho/clientfreshdesk | 8f00ae1d6087a645a12e0535f4268a2437d58869 | 18eba4f1cbf8a6eebf9f5052f536c9c67d08d689 | refs/heads/master | 2020-05-16T04:33:06.262786 | 2016-11-12T13:20:47 | 2016-11-12T13:20:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.freshdesk.clientapi.wrapper;
import com.google.gson.annotations.SerializedName;
import com.freshdesk.clientapi.domain.User;
/**
* Created by usuario on 29/03/16.
*/
public class UserResponseWrapper {
@SerializedName("user")
private User user;
public UserResponseWrapper(User user){
t... | [
"viny.md@hotmail.com"
] | viny.md@hotmail.com |
29efe96d6605be63ca5044973ff05cacc13b335f | 08e55217c66f976a25a6dc773b52759404d50d5c | /Graphics/ZZZTradeScreen.java | e2bc2e3c9e083384860630b9fa03fa48c279e8dc | [
"MIT"
] | permissive | ethan-l-chen-24/Pandemic | 884bb9684bffda207d7cbaec1a756c3923f9e44b | 52d7701fa26a6c46b1f75874b72a6b9731b65f08 | refs/heads/main | 2023-06-22T20:24:15.816352 | 2021-07-23T20:04:14 | 2021-07-23T20:04:14 | 384,519,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,230 | java | package Graphics;/*
Name: Ethan Chen
Class: ZZZTradeScreen
Description: JavaFX Graphics for Trade
*/
import Game.*;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.RadioButton;
import javafx.scene.control.Togg... | [
"noreply@github.com"
] | ethan-l-chen-24.noreply@github.com |
5926e5f5b4d0a0d8c17d4ae4eb419668991c354f | b34d2f5e8918be98d9ac88ea1350f64ea3e8c171 | /test/com/java/controller/gameplay/GameplayTestSuite.java | 75329b933199bb26f6023d2dac9478139abc1e03 | [] | no_license | heis-en-berg/RISK | bf04b09cfa27e3060b3a5e844445f3346213c637 | 24c54884812130e43cbcfa6402bc1ead2dc90912 | refs/heads/master | 2020-05-12T18:24:35.873739 | 2019-04-15T18:22:17 | 2019-04-15T18:22:17 | 181,540,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package com.java.controller.gameplay;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ReinforcementTest.class, AttackTest.class, FortificationTest.class})
/**
* This class is the suit to run the test cases of every test class.
*
* @author Arnav Bhardwaj... | [
"sahilsodhi@sahils-MacBook-Pro.local"
] | sahilsodhi@sahils-MacBook-Pro.local |
f62eaffd1b5ca61fdc344be026160e91e8100981 | d7d286a58d97a44569654a0acf9e575d3dfc6444 | /forum/src/main/java/com/example/demo/domain/LoginLog.java | 3ee7e834565494209bd5bfce32987eca64b7fc75 | [] | no_license | yangdongchao/forum | 5acff2f453e7ec6c1b343d22f49c27b4ebc35456 | ce677c09ae6a1f0f3a22b8a82f1539f4f18d625a | refs/heads/master | 2020-04-14T07:34:43.837727 | 2019-01-14T15:59:23 | 2019-01-14T15:59:23 | 163,716,374 | 4 | 2 | null | 2019-01-11T08:43:26 | 2019-01-01T05:58:43 | Java | UTF-8 | Java | false | false | 1,302 | java | package com.example.demo.domain;
import org.springframework.context.annotation.ComponentScan;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
/**
* @ClassName LoginLog
* @Description TODO
* @Auther ydc
* @Date 2019/1/7 20:09
* @Version 1.0
**/
@Entity
@Table(name = "login_log")... | [
"15087581161@163.com"
] | 15087581161@163.com |
c83561fff0a5bb40e24c83f061aab4fb42dcc870 | d4735ee8c30d52aa4756264101d140e0db0288aa | /web/src/main/java/com/coded2/infra/message/Message.java | ef56dad1e3bb31f7c32ab4f0fd4f2b11bc33cb31 | [] | no_license | rogerioAnderson/sas | e7b5007707eab155f8b8c5ff3103e3d5110d0bcb | 280e176b0ad6792bd7c10856c78a85005dc8fb98 | refs/heads/master | 2020-05-22T04:20:36.356285 | 2016-11-09T00:32:05 | 2016-11-09T00:32:05 | 60,915,269 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package com.coded2.infra.message;
import java.io.Serializable;
public class Message implements Serializable{
private static final long serialVersionUID = 1L;
private ReturnCode returnCode ;
private Object result;
private String text[];
public String[] getText() {
return text;
}
public void setText(Strin... | [
"rogerioanderson@gmail.com"
] | rogerioanderson@gmail.com |
4a70c7ebe981f7e3e8cb861476789200473983b0 | 53b8fa1d5d3d6fc99a5e95adc5c7157b0ccfd9d6 | /club-java/src/main/java/club/entity/EventDetail.java | 28eebd56d005535862d38d91f1323b8554d1e273 | [] | no_license | Spencer0115/club-app | 76a914236bb2c849314fb29a4f117675d643e321 | 641569614f549acd455a353d3c297493c510ec4f | refs/heads/master | 2022-11-29T14:18:40.343086 | 2020-08-01T03:49:09 | 2020-08-01T03:49:09 | 284,178,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,805 | java | package club.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="user_eventDetail")
public class EventDetail {
@Id
@GeneratedValu... | [
"spencerhu0115@gmail.com"
] | spencerhu0115@gmail.com |
ede792acb61d7a152185583e6c7bbb7646026a7d | b9941e03805d9f82ed4d37c0699ae8f682965198 | /CoreJavaPracticeExample/src/collection/HashMapDemo.java | 1d422556405a3ae6d8ad425c004cb0e1b3658932 | [] | no_license | alokkumar-github/CoreJava-DS-DP-Practice | 3fef84f868640ce92e4b309edd39a2ee4c072a0b | 7a3f7b5558c949966116108ebd6094209fffbc0b | refs/heads/master | 2021-01-19T15:49:29.430197 | 2018-09-14T06:01:01 | 2018-09-14T06:01:01 | 88,231,919 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,128 | java | package collection;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.IdentityHashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
imp... | [
"alokkumar.here@gmail.com"
] | alokkumar.here@gmail.com |
f55e1a0a93b56f6ea11e03623f3e0087e02f1aa6 | 881d43b5ee517b253a0ac2e9152fc3edd3add5f1 | /jLeetCode/src/main/java/me/sevenleaves/medium/p075/Problem075_v2.java | 7bcfaf25b190e5834e317996aab8d1fb1584045b | [] | no_license | MonkeyDeKing/leetCode | 45f1a322210f9b496c956f0b8b40b667ef9d2847 | 193d72133129e5000e1da52f992634f93cce70bf | refs/heads/master | 2021-01-19T22:40:17.448184 | 2017-06-02T14:49:21 | 2017-06-02T14:49:21 | 88,836,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | /**
* @author Victor Young
*/
package me.sevenleaves.medium.p075;
/**
* @author Victor Young
* @Todo: 75. Sort Colors
* https://leetcode.com/problems/sort-colors/#/description
* Medium
*/
public class Problem075_v2 {
public void sortColors(int[] nums) {
int idx = 0, lo = 0, hi = nums.length-1;
... | [
"13272436992@163.com"
] | 13272436992@163.com |
d3c2e2831cb502c2e08a5f3dc90d1d15bbd71c3e | c847d3c768152b5e835be0469034cbf415ee89ed | /app/src/main/java/com/example/nowledge/utils/combing_child_adapter.java | b66a5c6c56b75269a32c75815034b85d0bf4eb06 | [] | no_license | Lander-Hatsune/nowledge | 84c0869066397384540d519a2785c51d2a23c5fa | 04bfb9c88c077fab8e5238d04a69d1a7df39150e | refs/heads/main | 2023-08-05T09:49:58.663132 | 2021-09-12T06:30:06 | 2021-09-12T06:30:06 | 395,651,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,918 | java | package com.example.nowledge.utils;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.core.content.ContextCompat;
import com.android.volley.VolleyE... | [
"461431084@qq.com"
] | 461431084@qq.com |
817d99678620c15bfe47f4737d59bf05239902c0 | bda304e0d37517d192ce716ff1063e76513f770d | /src/main/java/pl/fintech/solidlending/solidlendigplatform/domain/common/values/Rating.java | 6954eedf5da07d7a9d94d675181a75a9aea10ec6 | [] | no_license | bartflor/social-lending-app | e20908ec7f5397aa6f4824c97bae2476971525df | bc0b27ceee43f7e2b863877c66688245940709a6 | refs/heads/master | 2023-01-24T03:50:30.704091 | 2020-12-07T17:44:23 | 2020-12-07T17:44:23 | 319,388,773 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package pl.fintech.solidlending.solidlendigplatform.domain.common.values;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
@ToString
@EqualsAndHashCode
@AllArgsConstructor
@Ge... | [
"bartflor@gmail.com"
] | bartflor@gmail.com |
9946a8547b1658a981f61d1faa309d3ef4282da0 | ddfbf587afdcf5a691da8e9a5a4d344c52e69a76 | /app/src/main/java/com/hackathon/cardboardsense/util/SystemUiHider.java | e7bf303fe0ce26903635ffe0d406715120b909d3 | [] | no_license | snigavig/CardboardSense | 8b2085d0b95091a78e2bfe48774d57f111163cce | b4b12197136cca3482d79ed4febf0a88c7e6f1b7 | refs/heads/master | 2016-08-04T13:02:28.387364 | 2015-07-25T10:56:01 | 2015-07-25T10:56:01 | 39,665,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,854 | java | package com.hackathon.cardboardsense.util;
import android.app.Activity;
import android.os.Build;
import android.view.View;
/**
* A utility class that helps with showing and hiding system UI such as the
* status bar and navigation/system bar. This class uses backward-compatibility
* techniques described in <a href=... | [
"kozyrevsergey89@gmail.com"
] | kozyrevsergey89@gmail.com |
a76368851d3ccd5d5daa260cb7a522e52d5b0558 | 75edf9c7d5d1e666135ab0d797a292f9781790b6 | /sld_enterprise_app/release/pagecompile/ish/cartridges/sld_005fenterprise_005fapp/default_/widget/WidgetPlaceholder_jsp.java | aef24d4dbeae719d28f3d04adfeae0c563397641 | [] | no_license | arthurAddamsSiebert/cartridges | 7808f484de6b06c98c59be49f816164dba21366e | cc1141019a601f76ad15727af442718f1f6bb6cb | refs/heads/master | 2020-06-11T08:58:02.419907 | 2019-06-26T12:16:31 | 2019-06-26T12:16:31 | 193,898,014 | 0 | 1 | null | 2019-11-02T23:33:49 | 2019-06-26T12:15:29 | Java | UTF-8 | Java | false | false | 4,270 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: JspCServletContext/1.0
* Generated at: 2019-02-13 15:29:26 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package ish.... | [
"root@Inteshoppa1v11.yyrtatjsacuefh5ihlz5gkzqpd.ax.internal.cloudapp.net"
] | root@Inteshoppa1v11.yyrtatjsacuefh5ihlz5gkzqpd.ax.internal.cloudapp.net |
98af823c1877646f90604ce12a9776b2a819d8bb | 0684920dce43af50e0c34d5e99bf592db94c7ee2 | /src/Map.java | 3f1447d67a3b43b9b789a725b1548c693653a9e6 | [] | no_license | robbiesollie/CSC312Mario | 300260a9f56acc3bc401f73f751cad09b201a99f | d72f5679faf0ced8fcffb45d8b9a4e65113fd78b | refs/heads/master | 2021-05-18T19:56:45.730305 | 2020-03-30T18:16:34 | 2020-03-30T18:16:34 | 251,390,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,830 | java | import java.awt.*;
import java.util.LinkedList;
import java.util.Random;
/**
* Robbie Sollie - Map.java - CSC313 - CBU - 2020-03-02
*/
public class Map {
public LinkedList<Rectangle> walls;
public LinkedList<Enemy> enemies;
public int goombaKills;
public Map() {
walls = new LinkedList<>();
... | [
"robbiesollie@gmail.com"
] | robbiesollie@gmail.com |
c51fce0f93233812faf5ac6f8f584222ab5f510e | ff768a22051adcf3b8ff379cde0ca2e94145f072 | /HelloWorld/src/main/java/hello/mail/MockMailSender.java | 8b52a8f7f8f2e9df7175ed4869fe643e083a2fc9 | [] | no_license | irasht/SpringExamples | 9c1aba92a82503dccfe48a3a89992189fef2dd31 | ac0d6d5fe8ccf3cf5cbba92695b6ef496d79ff0b | refs/heads/master | 2020-03-31T12:09:03.913209 | 2019-01-01T23:48:29 | 2019-01-01T23:48:29 | 152,204,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package hello.mail;
import org.apache.commons.logging.*;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;
//@Component
//@Primary
public class MockMailSender implements MailSender {
private static Log log = LogFactory.getLog(MockMailSender.class);
@Overr... | [
"ira.shturyn@gmail.com"
] | ira.shturyn@gmail.com |
6bd405d6306e5205f9a8d32fa9b8c5c35283e146 | ee3f6a52a0d2cc310a33f21ddb9e1c3160902c07 | /app/src/main/java/com/beacon/shopping/assistant/ui/view/ContextMenuRecyclerView.java | 798177cf6aad3cc4980f60b82b1920ae0537c6eb | [
"Apache-2.0"
] | permissive | LahiruMadushanBandara/blind_Shopping_Assistant | 0612528f2cc49a2bf2f942268088c15a34db4802 | e000f8999b52ba2caef6b629e24edcb53769febb | refs/heads/master | 2020-03-13T20:12:03.314568 | 2018-04-27T09:38:46 | 2018-04-27T09:38:46 | 131,268,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,383 | java |
package com.beacon.shopping.assistant.ui.view;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.ContextMenu;
/**
* A RecycleView which binds Extra context menu information and overrides {@link
* ContextMenuRecyclerView#getContextM... | [
"lahiru13bandara@gmail.com"
] | lahiru13bandara@gmail.com |
eb751b144f0847800fe748fc36717e52c4f6695f | 45fc948e13205b3662131d701f7d7abe312b9066 | /src/main/java/ca/poc/djj/utils/SQLDatabaseConnection.java | b4fa062f53c4d548a5a5e94f16b2c52ef05e97bb | [] | no_license | vishu535/Dockertest | d21c75d725ad84ac3b9fbff54d76f0ce31660cde | 00c8a812d83fe9b52395dacace5d03233d171864 | refs/heads/master | 2023-06-15T12:04:51.403008 | 2021-07-16T03:09:44 | 2021-07-16T03:09:44 | 374,426,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package ca.poc.djj.utils;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class SQLDatabaseConnection {
public static void main(String[] args) {
}
} | [
"srikanthsridharr@gmail.com"
] | srikanthsridharr@gmail.com |
a636eead63ea12d435d2581b376701b0a29d2d95 | e66e5225cb4f766305d2b573b9c5e7c27647f7de | /src/main/java/io/github/gunnaringe/secretsharing/shamirs/Utils.java | a94366b037af542af8f344388a233553caf6b15e | [
"MIT"
] | permissive | gunnaringe/secretsharing | e40111b28e0f718b55abad946607ef88107fc7ae | 6dcb058310d1ac43e9325ceb45165164d61984e2 | refs/heads/master | 2021-01-10T11:00:31.456606 | 2015-05-26T21:40:40 | 2015-05-26T21:40:40 | 36,259,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,875 | java | package io.github.gunnaringe.secretsharing.shamirs;
import static com.google.common.io.BaseEncoding.base64Url;
import static com.google.common.io.Resources.getResource;
import static java.nio.charset.StandardCharsets.UTF_8;
import com.google.common.io.Resources;
import io.github.gunnaringe.secretsharing.ImmutableSham... | [
"gunnaringe@telenordigital.com"
] | gunnaringe@telenordigital.com |
07f845b86abc1bc5752abe5aa4faab05d653e0bf | 7847539eca64a30d15071803cf05d02e24d5f8bc | /app/src/main/java/com/sam_chordas/android/stockhawk/data/models/Quote.java | 53ad68f352b4add9540a5c0e54367ac2a589009a | [
"MIT"
] | permissive | royarzun/StockHawk | 09aad845967d21245d5a424a81a1eb1a6c662c8c | 97b959729fde610427e847dc9db25505305da919 | refs/heads/master | 2021-01-15T15:36:29.294997 | 2016-08-19T01:26:37 | 2016-08-19T01:26:37 | 59,510,794 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.sam_chordas.android.stockhawk.data.models;
import com.google.gson.annotations.SerializedName;
@SuppressWarnings("unused")
public class Quote {
@SerializedName("Change")
public String mChange;
@SerializedName("symbol")
public String mSymbol;
@SerializedName("Name")
public String... | [
"royarzun@gmail.com"
] | royarzun@gmail.com |
5f08db861a83d7d9cc9fb9c598f73c290d289119 | abd50e5d913da5f2aa11b823af8cc742a54ae116 | /manager_ads/src/app/logic/impl/APP04LogicImpl.java | d0d16ab9d5dc6afe996aeb8bc8b834ea5e76f3fd | [] | no_license | duongbata/manager_ads | c8d1cdfb4ea27675df0d97aa6e148e315d75ee98 | d7835eaa24da067e63a2c4db4b1f8464f227aae8 | refs/heads/master | 2016-09-11T06:49:26.772757 | 2015-04-16T02:32:13 | 2015-04-16T02:32:13 | 32,072,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,135 | java | package app.logic.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import manager.common.bean.RedisConstant;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Ser... | [
"duongbata123@gmail.com"
] | duongbata123@gmail.com |
8b76f292d9d451c24b700109c72e78f3752e1bb8 | 1ef02d0db088fcc09a08c245cd91b87ee480bfc4 | /filesprocessing/filters/SuffixFilter.java | 53d85abbee77456e1754b61c965f9406ab82ca77 | [] | no_license | RotemAmsalem/mini-projects | 5d9431bd2a183c09ca7d2fd74d03168e775be509 | 3a4a4a5544c65f5f350815da6056e6ce3f9861af | refs/heads/master | 2022-07-24T14:42:29.743226 | 2020-05-19T18:25:00 | 2020-05-19T18:25:00 | 265,309,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package filesprocessing.filters;
import filesprocessing.Filter;
import java.io.File;
import java.util.ArrayList;
/*this class implements the suffix filter*/
public class SuffixFilter extends Filter {
/*filtered the files which their names ends with the mentioned suffix*/
private String suffix;
... | [
"noreply@github.com"
] | RotemAmsalem.noreply@github.com |
d622399d5f2fff7a28ccb9e593f7172cbf9ba64c | da385782dc58b62ca1f4b1afee2e049aac6e5135 | /src/day30_dateTime/C3_LocalDateTime.java | cd1233d658eeb168c9f14749bcf63a8e8dc91961 | [] | no_license | OzdenMhmt/M21SummerTr_java | 4eb93da84d3c026f14d575d40b08026ed720a69f | b58bf9cb07098fb7d8b54d909e701f78bd9e9a2e | refs/heads/master | 2023-09-03T03:38:06.776786 | 2021-10-18T22:17:34 | 2021-10-18T22:17:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package day30_dateTime;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
public class C3_LocalDateTime {
public static void main(String[] args) {
LocalDateTime ldt=LocalDateTime.now();
System.out.println("aktual tarih ve zaman : "+ldt);//2021-08-02T22:04:41.657866700
Lo... | [
"m.sozdens@gmail.com"
] | m.sozdens@gmail.com |
2fd3208c8de644c8005458ed5bb2afb6cde6567e | 6f32e37ef515c0947868d0c4085e6e5ab7e9ddbe | /oa-online/src/com/fhi/journal/action/JournalAction.java | abb9a93954b7cd38521a434780885a717440da9d | [] | no_license | uwitec/oa-online | 06b2213ab947d15413af9c7f6a0be36b5e9a5563 | a66a7bb213057344a6fd13b2d1b64c0b977a2869 | refs/heads/master | 2016-09-11T13:10:44.359321 | 2013-04-21T14:55:08 | 2013-04-21T14:55:08 | 40,977,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,308 | java | package com.fhi.journal.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import org.a... | [
"acmsim@gmail.com"
] | acmsim@gmail.com |
2cc24201073516e83d600d40d0e13dbc770cf10d | cc16a38859a219a0688ef179babd31160ff0fcd4 | /src/shortest_word_distance_3/Solution.java | 83456a37b644b0d700c41c630d1c81f2dd9eaafb | [] | no_license | harperjiang/LeetCode | f1ab4ee796b3de1b2f0ec03ceb443908c20e68b1 | 83edba731e0070ab175e5cb42ea4ac3c0b1a90c8 | refs/heads/master | 2023-06-12T20:19:24.988389 | 2023-06-01T13:47:22 | 2023-06-01T13:47:22 | 94,937,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,789 | java | package shortest_word_distance_3;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Solution {
public int shortestWordDistance(String[] wordsDict, String word1, String word2) {
int min = Integer.MAX_VALUE;
if (word1.compareTo(word2) == 0) {
int lastpo... | [
"harperjiang@msn.com"
] | harperjiang@msn.com |
6c7682309b0111b12838a3162408c6d34379dd05 | 4ec118b65711f7b893e2a28ff687af62378433be | /OnlineShop_v2.0/src/Main.java | 5e1bc76dd32ce57568b9f2d631dfe0f62bf7764c | [] | no_license | Runnergo/cursoJava | 05a82c972396b562ae6fcb2a12d2bcff92dd7c88 | 30a15863070fd4336c94a081e88ffcab2684dfec | refs/heads/master | 2022-12-26T19:43:30.465395 | 2019-11-20T18:48:49 | 2019-11-20T18:48:49 | 215,093,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | /*
* Mejora de ejercicio 'Tienda online'
* MOOC Helsinki 2ºParte week8_12.OnlineShop.
*
* Clase Main: Inicia aplicacion y controla sus posibles excepciones
*
* @author: Juan Jose Gonzalez Pozo
* @version: V2.0 - 23/08/2019
*/
import java.util.Scanner;
public class Main {
public static void main(String[] args)... | [
"noreply@github.com"
] | Runnergo.noreply@github.com |
3bd69355bc1863eb980d77fbd2fa331e6a292e0a | 455d687a9d75cc5914b180c6df902c37c571f9e8 | /src/main/java/com/threewks/gaetools/transformer/numeric/BigDecimalToString.java | 30d3547ebad956b73c013e2c438225c5d637d606 | [
"MIT"
] | permissive | maohieng/AppleSeed | cb5a6a954249298fe9b8658d532771ba15b7d11f | 36ddf99e7b38307ad718493a7f7e3646b0f0dd5b | refs/heads/master | 2020-03-22T15:35:25.637385 | 2018-05-17T00:46:59 | 2018-05-17T00:46:59 | 140,263,230 | 1 | 0 | null | 2018-07-09T09:31:30 | 2018-07-09T09:31:30 | null | UTF-8 | Java | false | false | 1,067 | java | /*
* This file is a component of thundr, a software library from 3wks.
* Read more: http://3wks.github.io/thundr/
* Copyright (C) 2015 3wks, <thundr@3wks.com.au>
*
* 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... | [
"ericjiang97@gmail.com"
] | ericjiang97@gmail.com |
6db43aa6519a38a5f3292f51143fd45d03252af2 | 02b61276857227b46554d610480bd5098a29db23 | /src/main/java/com/finley/module/user/controller/UserManageController.java | 041b93aa145f049434c1c6b4737d35a58f91a124 | [] | no_license | finley-z/backend | d5792ae6d52d8241aec1fbcc68dbf1ab8637ffae | c1b7c092376e132c623c9567749fe0187c701e68 | refs/heads/master | 2021-07-26T01:14:09.149016 | 2017-11-03T07:30:40 | 2017-11-03T07:30:40 | 109,363,699 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,957 | java | package com.finley.module.user.controller;
import com.finley.common.SystemConstant;
import com.finley.core.pagination.PageVo;
import com.finley.core.respone.ResultVo;
import com.finley.enums.UserStatusEnum;
import com.finley.module.user.entity.User;
import com.finley.module.user.service.UserManageService;
import com.f... | [
"[finley_1994@163.com]"
] | [finley_1994@163.com] |
8fe839c2921eb03736862f9a04440df0c80fe442 | a5273bb9331aacfa718d6cc11b6ef1f7497f19d3 | /test29.java | 4b01fdb9bcb368873682b2e802c8a1e71ed2b3df | [] | no_license | HuvraM117/InterpreterPart1_Group29- | 79561a8e87c9f73a388f514f336f5ce5adea5ad1 | 50fe83d62f55b5d4d0dbf924246b38110f82bcc1 | refs/heads/master | 2021-04-29T16:39:19.957458 | 2018-03-08T21:40:38 | 2018-03-08T21:40:38 | 121,654,763 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14 | java | return 10 / 3; | [
"fedrizzi.peter@gmail.com"
] | fedrizzi.peter@gmail.com |
2b84ce19e8f972ada7fd58d0ddf7a8ebc0cee079 | b16c1a76743f2f569a42dba423638fcf4345679e | /app/src/main/java/com/example/findmefood/FoodPageAdapter.java | 4adb4e6dc2160fb539dfe5b19a77a422b3221f87 | [] | no_license | marioneo1/FindMeFood | 16409e62e16f75992d14ef399190ed4df424f28c | 9996f97cf2876b7a921880f7b4da493800f00ad6 | refs/heads/master | 2020-05-05T02:25:52.936144 | 2019-05-07T03:23:06 | 2019-05-07T03:23:06 | 179,637,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package com.example.findmefood;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.List;
public class FoodPageAdapter extends FragmentPagerAdapter {
private List<Fragment> fragments;
public FoodPageAdapt... | [
"neo_marcos29@yahoo.com"
] | neo_marcos29@yahoo.com |
47df76c1a4308da51d86e1f345a81f351a6a29e7 | 5da3f91fc5a2d9e61cbb74db0d2d5e0294993d86 | /server/src/kr/re/ec/talk/dao/UserDao.java | 6663f81afe84b9b17c8e26e1244e37ed8043ec7b | [] | no_license | EndlessCreation/ec_talk | c0031dbf47da8f5c08a7f3cebc5ddca8ed9bd076 | 459ad73b0abe302f7a0cafab84d100504e4df780 | refs/heads/master | 2020-12-30T22:45:28.925267 | 2016-09-25T08:12:20 | 2016-09-25T08:12:20 | 68,436,860 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,290 | java | package kr.re.ec.talk.dao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import kr.re.ec.talk.dto.User;
import kr.re.ec.talk.jdbc.JDBCProvider;
import kr.re.ec.talk.util.LogUtil;
/**
* User Data Access Object
* @author Ta... | [
"slhyvaa@nate.com"
] | slhyvaa@nate.com |
3f7d24604398dadbcc53576d6524a3ffbfc6dcc1 | 2cb56c2cf4c02bbf72c9f53764e389237e659884 | /appiumstudy/src/main/java/com/mushishi/appiumstudy/UploadPhoto.java | 500407ceb426b5925c73e30a39a05e76e779ccbf | [] | no_license | zhanglei417/appiumtest | 331d12ab41a45c79d82c7a8921e5dbae709964db | 8d9bc0fa436fe87047ddffdee32d254f1aaea6b3 | refs/heads/master | 2021-01-19T20:03:59.580691 | 2017-05-03T09:14:02 | 2017-05-03T09:17:49 | 88,481,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,823 | java | package com.mushishi.appiumstudy;
import java.util.List;
import org.dom4j.DocumentException;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.mushishi.appium.base.AndroidDriverBase;
import com.mushishi.appium.base.CrazyPath;... | [
"277405786@qq.com"
] | 277405786@qq.com |
b05aeb9dce82fd05b3ab144a9dc28c8c6806529e | ddaf41e0b8f4ad396710b1267ef65e6f7c1bead7 | /Launcher/Launcher_Example/Game/FindMe/FindMe.java | bc7dde5a54476001c4855f7f252b8951ff38bba8 | [] | no_license | Lolilop/TheBimbo | c8ad7ddf3910562d4eead6295a35f178deef1777 | e473c345455044f042cc15c6b74d8a679c12db20 | refs/heads/master | 2020-05-03T04:11:20.600903 | 2019-04-26T10:42:19 | 2019-04-26T10:42:19 | 178,382,199 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | 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 Launcher_Example.Game.FindMe;
/**
*
* @author JC
*/
public class FindMe {
/**
* @param args the com... | [
"noreply@github.com"
] | Lolilop.noreply@github.com |
5ddf8a134a31cdbb212bd0365ea876a42f8e56ba | a890048f8d13294ab3a3afb45799f9c7e3341320 | /src/FS/Objects/Team.java | f4d283a7fc759b912916d5a35eb8897c8deb7768 | [
"MIT"
] | permissive | simpleC0de/Fussball | cd3f281cc70875452f2d0bca1b2bcadbfbfefec2 | b2cbefd828478fbf860f9b5faf33d1e0d1d491bf | refs/heads/master | 2021-01-18T20:51:59.649748 | 2017-04-02T15:42:14 | 2017-04-02T15:42:14 | 86,996,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | package FS.Objects;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import java.util.ArrayList;
/**
* Created by root on 02.03.2017.
*/
public class Team {
private ArrayList<Player> spieler = new ArrayList<>();
private ChatColor teamColor;
private String teamName;
... | [
"noreply@github.com"
] | simpleC0de.noreply@github.com |
5566b78d162f4a5c82533cc6c1941085147e1cb0 | 47f1e2a7772ecdb3e65ab3629e8436d60a4952de | /src/h2h/Loading.java | c0f67404e27190bc5ef12e3f819e396ce8f8119e | [] | no_license | RadasPesa/HeadToHead | e0ad58230f07c632ec988ade4bae9f8a0b2ea2f7 | ddd5cb6b6a7f5148fdb5cb333a1b35ae75e4a3d5 | refs/heads/master | 2020-04-21T07:11:46.418858 | 2019-02-06T10:14:31 | 2019-02-06T10:14:31 | 169,386,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package h2h;
class Loading {
void tick() {
if(DisplayTimer.loadingSecondsRemaining <= 0) {
// LOADING FINISHED
Game.getRandomQuestions(HeadToHead.difficulty);
Game.scoreOfFirstPlayer = 0;
Game.scoreOfSecondPlayer = 0;
DisplayTimer.loadi... | [
"noreply@github.com"
] | RadasPesa.noreply@github.com |
321e3cdfd5c4f185b484c6b655579baab5f7f164 | fe2a92fb961cd9a185f5e675cbbec7d9ee1b5930 | /frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java | eabe9a464dc3e8492324b40dc90524b942db1096 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | redstorm82/Framwork | e5bfe51a490d1a29d94bcb7d6dfce2869f70b34d | b48c6ac58cfd4355512df4dbd48b56f2d9342091 | refs/heads/master | 2021-05-30T10:01:51.835572 | 2015-08-04T06:42:49 | 2015-08-04T06:42:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624,123 | java | /*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"deng.xie@sprocomm.com"
] | deng.xie@sprocomm.com |
032f536a50e98f86ddc09f80ec1f431c83a1177c | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_4_buggy/mutated/2876/HttpConnection.java | d753cfd1564e9faf1974ca73b95fec4b267a7993 | [] | 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 | 41,111 | java | package org.jsoup.helper;
import org.jsoup.*;
import org.jsoup.nodes.Document;
import org.jsoup.parser.Parser;
import org.jsoup.parser.TokenQueue;
import javax.net.ssl.*;
import java.io.*;
import java.net.*;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
import java.nio.charset.IllegalCharsetNameExcepti... | [
"justinwm@163.com"
] | justinwm@163.com |
051322693085ab6e3104d8d57767fc193199540c | 9f72e09a7d7e66fab60d8f877e264a44c5e10e93 | /app/src/test/java/com/souvik/unittestsample/ExampleUnitTest.java | f46dc511d9245c16ac5edd71a3c22aa2b57ab493 | [] | no_license | Souvik-Kr-Chakraborty/UnitTestSample | b1186820ae1735920fe538d462c964b9ef5de88f | 5fa36bc49c5219cd3d48bb4da4a2e7a3c65b8856 | refs/heads/master | 2021-01-20T19:13:53.279284 | 2020-03-12T02:58:02 | 2020-03-12T02:58:02 | 63,000,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.souvik.unittestsample;
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);
}
} | [
"chakrabortysouvikkr@gmail.com"
] | chakrabortysouvikkr@gmail.com |
cffc600117580ebd16bb9efcbe18b5cad3b7144e | 45543286b84e389b85af98a3f21f10006783863e | /luisbank/Cliente.java | a1d9d72611d6cbf5bf767b9e14ab5b829ecea3f4 | [] | no_license | luismarquitti/curso-java | b23f24061a2ce90d93ca69484928e0257a743280 | 26f0ac8deedae117791f5a7b9c9b9879f83cf5e0 | refs/heads/main | 2023-03-01T13:57:05.445723 | 2021-02-10T02:29:13 | 2021-02-10T02:29:13 | 313,441,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | public class Cliente {
String nome;
String cpf;
String profissao;
Endereço endereço = new Endereço();
}
| [
"luismarquitti@gmail.com"
] | luismarquitti@gmail.com |
c7467fdb4d608623d2ea5e09b3019d58dd3c2c3b | fee0ac518fb9afd24e173f36a1398ee9cee1c5a8 | /app/src/main/java/com/xian/myapp/utils/SLNotifyUtil.java | d28314e5e25a6dc326b733dc41603669beb935f0 | [] | no_license | lixianjing/mydemo | 7a4817084eeec13e74abf801b56f35dfb9beee9d | d6f7a1b0992f431b5a8cf6079ccea94b00a248d9 | refs/heads/master | 2020-12-24T16:23:53.765901 | 2016-03-18T11:26:43 | 2016-03-18T11:26:43 | 34,515,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,574 | java | package com.xian.myapp.utils;
import android.content.Context;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.xian.myapp.MyApplication;
import com.xian.myapp.R;
/**
* 用以替代系统Toast,弹出对话框通知。
*
* @author ... | [
"flower_is@163.com"
] | flower_is@163.com |
9b625c96d5afcdd41f8cc11f49e6e19c1245b5ea | 4cad9552db3f55bc56e21c6b17efbafa2fae984e | /src/main/java/sample/zuul/ZuulSampleApplication.java | 3f021f82f1ec3f560ab4b5e56ebe384dd46eaa58 | [] | no_license | 3shaka92/zuul-sample | ee020be62cb14352fdffce14dd9f4a652d28cb49 | d8139298de85375c237f997257cde1314f5a415d | refs/heads/master | 2020-03-29T08:52:22.909369 | 2018-05-01T03:07:43 | 2018-05-01T03:07:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package sample.zuul;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autocon... | [
"biju.kunjummen@gmail.com"
] | biju.kunjummen@gmail.com |
2344d034005976c3f216aee2474229f054fdd7b1 | acd9d271895899dbd99db50661778755acf3b760 | /src/AbstractFactory/FactoryTest.java | 12b1c1878db8b0f6a53feb84bc25584fbbaf4436 | [] | no_license | LeeYoo/JavaDesignPatterns | a62e63c7421f163d9cd6e81159e2b938c43c293e | f70fe3cc0eaf7ad8495e5f692ddd4a739396b496 | refs/heads/master | 2021-01-19T00:56:49.516480 | 2016-07-28T10:07:22 | 2016-07-28T10:07:22 | 60,063,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package AbstractFactory;
/**
* Created by LIYAO-SZ on 2016/5/24.
* 02【抽象工厂模式】(创建型模式)
* 举例:发送邮件和短信
* 总结:
* 其实这个模式的好处就是,如果你现在想增加一个功能:发及时信息,则只需做一个实现类,实现Sender接口,
* 同时做一个工厂类,实现Provider接口,就OK了,无需去改动现成的代码。这样做,拓展性较好!
*/
public class FactoryTest {
public static void main(String[] args) {
Provider... | [
"liyao-sz@fangdd.com"
] | liyao-sz@fangdd.com |
99f8c0baec277e6b88003e20e4324ae10a59fc5c | 05e62fe33b6177f7f666d6ddda021841a2dc8cb6 | /src/main/java/com/easkerov/docworkflowapp/service/DocumentServiceImpl.java | eff83ecfdc8745d7b728ed2e8ec20213b027d8f1 | [] | no_license | easkerov/DocWorkflowApp | 3109823b12d501be2b14bb05d367041c0d698a34 | 295793c86fe547c9474e194d6cea848805da36cc | refs/heads/master | 2021-05-01T08:48:33.912491 | 2018-02-17T09:40:22 | 2018-02-17T09:40:22 | 121,176,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package com.easkerov.docworkflowapp.service;
import com.easkerov.docworkflowapp.dao.DocumentDAO;
import com.easkerov.docworkflowapp.domain.Document;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactio... | [
"emin.askerov@gmail.com"
] | emin.askerov@gmail.com |
9b7a9d994d82cd6d5bb2af4ccc6f29467965634b | 374adb9e1dcd4e7a4c8262a887cf668b8089ea28 | /app/src/main/java/com/example/roomforhomeworks/listener/SwipeListener.java | 3ec7538f7d15f65a762751d6ce9c5ec2b888056c | [] | no_license | chrisfitz4/RoomForHomeworks | d4601f07efba7aa46d06a33af1999f5e6e9716ad | 817f50e6acc452fc39d5d39cfc9a834fd0e7dae4 | refs/heads/master | 2020-11-26T05:27:30.815290 | 2019-12-19T04:46:16 | 2019-12-19T04:46:16 | 228,976,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,259 | java | package com.example.roomforhomeworks.listener;
import android.content.Context;
import android.util.Log;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
public class SwipeListener implements View.OnTouchListener {
private GestureDetector detector;
public SwipeL... | [
"58571528+chrisfitz4@users.noreply.github.com"
] | 58571528+chrisfitz4@users.noreply.github.com |
93092563f7ec0b083d0c9986e16dd3c666bb75e8 | c79a207f5efdc03a2eecea3832b248ca8c385785 | /com.googlecode.jinahya/ocap-api/1.0.1/src/main/java/org/davic/net/ca/Enquiry.java | ed702683d0875e0fea5ca6537902769eecba7e20 | [] | no_license | jinahya/jinahya | 977e51ac2ad0af7b7c8bcd825ca3a576408f18b8 | 5aef255b49da46ae62fb97bffc0c51beae40b8a4 | refs/heads/master | 2023-07-26T19:08:55.170759 | 2015-12-02T07:32:18 | 2015-12-02T07:32:18 | 32,245,127 | 2 | 1 | null | 2023-07-12T19:42:46 | 2015-03-15T04:34:19 | Java | UTF-8 | Java | false | false | 847 | java | package org.davic.net.ca;
/** Class representing an enquiry MMI object.
*/
public class Enquiry extends Text {
/* For javadoc to hide the non-public constructor */
Enquiry() {}
/**
* @return true if the answer should not be visible while being entered, otherwise false
*/
public boolean getBlindAns... | [
"onacit@e3df469a-503a-0410-a62b-eff8d5f2b914"
] | onacit@e3df469a-503a-0410-a62b-eff8d5f2b914 |
25f6996360240b4128d4f684f86f6adb0172e3e2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_f62f8277c2abbfe2b95ca05e3d0c8259a1c5322f/LogEntry/15_f62f8277c2abbfe2b95ca05e3d0c8259a1c5322f_LogEntry_s.java | 3ddc05a9172c91ed2771f7d3376ccdc381565114 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,510 | java | package main;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import GUI.Driver;
import com.mongodb.BasicDBList;
import com.mongodb.BasicDBObject;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
90953245d15d496712dece9f779445f3b286e9c6 | 5a741d040d17774f699f2925d11622099e0fd1bd | /Ciência da Computação/Algoritmo e Estrutura de Dados II/TP07/Q07/TP07Q07HashIndireta.java | ccfa34c7103934cec03f61c5f5fdd55c760e9ca9 | [] | no_license | jorgejrluiz/Codes | 3cf32b4a4fe19c5c3b81651d1a6deba57af1a7c6 | 5fbf0e3f96383166c72730d9d5a6d9a57c6c4259 | refs/heads/master | 2020-04-01T14:31:50.369586 | 2019-10-27T00:42:42 | 2019-10-27T00:42:42 | 153,298,049 | 0 | 2 | null | 2019-10-28T12:21:29 | 2018-10-16T14:17:16 | Java | UTF-8 | Java | false | false | 18,679 | java | /**
* TP07Q07HashIndireta
* @author Jorge Allan de Castro Oliveira
* @version 06/2017
*/
class Municipio {
private int id;
private String nome;
private String uf;
private int codigoUf;
private int populacao;
private int numeroFuncionarios;
private int numeroComissados;
private String escola... | [
"jorgeallancastro@live.com"
] | jorgeallancastro@live.com |
aa61d56fba1b4a3f7abda01c891002e07b2eddb7 | 4f204d637f0bb22e167438cc88139b74feb0ff95 | /src/compiladoruniajc/LogicaSQL/CompiladorSQL.java | cc8a621656da19fdcbf48a8a00506d79cd2054cf | [] | no_license | jarteaga77/CompiladorUNIAJC | 638bf42410198bcee0b1a3625418c56fe390d495 | 2bb4d6038ccd6c701b0045092f0e8a39b0d916c2 | refs/heads/master | 2021-08-28T09:01:47.926954 | 2017-12-11T19:32:34 | 2017-12-11T19:32:34 | 113,899,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,348 | 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 compiladoruniajc.LogicaSQL;
import java.awt.Color;
import java.util.logging.Level;
import java.util.logging.Logger;
... | [
"jarteaga@arteaga_jonathan@hotmail.com"
] | jarteaga@arteaga_jonathan@hotmail.com |
90963002732b849e6bafff9c865841d54e6a8baa | ad656e77159192c99670acbe0c1875cc1900154f | /AckNackGenerator/src/main/java/com/citi/stg/acknackgen/model/cache/Firm.java | 7ddec23f5934d780fca5cfdbfa939f5a3ae9f120 | [] | no_license | Yasaswinib04/STGtradeprocessing | 6c966bfcf466c20a78ba3d87478d957527533447 | 90393174699826620f035a2898ff548b908ecd54 | refs/heads/master | 2022-10-29T07:09:00.077609 | 2020-06-17T14:01:03 | 2020-06-17T14:01:03 | 266,672,605 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 786 | java | package com.citi.stg.acknackgen.model.cache;
import java.io.Serializable;
import org.springframework.data.annotation.Id;
//Model for the Firm Object to be stored in cache
public class Firm implements Serializable {
@Id
public String firmCode;
public String firmDesc;
Firm() {
}
public Firm(String firmCode, S... | [
"viveksinghinf@gmail.com"
] | viveksinghinf@gmail.com |
08240b948cc7f6128e83aa15ea235b9a6f44efc7 | fc0fec9e8e351e3e5feeadee6a587badbc95b448 | /src/main/java/cn/lu/cloud/web/api/OrderController.java | 47dd5ec8ac2d1796575af77a295d3a6cc94c4cbf | [] | no_license | waterlu/spring-cloud-service-consumer | 6d71fedf5cdfc4481987c1ab0fb10b8ee9e74f2e | 2c054d866b9a90ad9e9bbddb5405be71cf145952 | refs/heads/master | 2021-07-17T07:58:32.329868 | 2017-10-25T06:59:59 | 2017-10-25T06:59:59 | 106,392,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,628 | java | package cn.lu.cloud.web.api;
import cn.lu.cloud.client.AccountClient;
import cn.lu.cloud.client.ProductClient;
import cn.lu.cloud.client.UserClient;
import cn.lu.cloud.common.ResponseResult;
import cn.lu.cloud.data.OrderData;
import cn.lu.cloud.dto.CreateOrderDTO;
import cn.lu.cloud.dto.ProductDTO;
import cn.lu.cloud.... | [
"lutiehua@zj-inv.cn"
] | lutiehua@zj-inv.cn |
7ace2502b4a7fe8994e67b51708524b0857764d7 | 6b23d8ae464de075ad006c204bd7e946971b0570 | /WEB-INF/plugin/common/src/jp/groupsession/v2/cmn/cmn170/Cmn170Model.java | 1e2184df6858a08a327b2ca92ffc673c75964803 | [] | no_license | kosuke8/gsession | a259c71857ed36811bd8eeac19c456aa8f96c61e | edd22517a22d1fb2c9339fc7f2a52e4122fc1992 | refs/heads/master | 2021-08-20T05:43:09.431268 | 2017-11-28T07:10:08 | 2017-11-28T07:10:08 | 112,293,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,384 | java | package jp.groupsession.v2.cmn.cmn170;
import java.io.Serializable;
import jp.co.sjts.util.NullDefault;
/**
* <br>[機 能] テーマ情報(画面表示用)を格納するModelクラス
* <br>[解 説]
* <br>[備 考]
*
* @author JTS
*/
public class Cmn170Model implements Serializable {
/** CTM_SID mapping */
private int ctmSid__... | [
"PK140601-29@PK140601-29"
] | PK140601-29@PK140601-29 |
6884e2ca750a49fb9e333f554a2f26b6f36e6d50 | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/resourcemanagerhybrid/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/fluent/models/ApplicationGatewayIpConfigurationInner.java | ee7f588c1b4cb97cfb42c415c964bfe93df38151 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 5,758 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.network.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.management.SubResource;
import com.azure.c... | [
"noreply@github.com"
] | Azure.noreply@github.com |
548beef4b65e34369af471bbf13325267ff50e4c | 00e3b812ae1c2c0a49a260d09db74645213e5928 | /app/src/main/java/com/project/cams/fragments/adminfrag/StudentFragment.java | 3d6045b0a5a9a6110fb94fa291b0bae2a2e900ac | [] | no_license | JaspreetKaur768702/Android-Project | 636dcc7319d11b1a7d1a0a9c3536bb40685b0783 | 53dce25dd8bfa8d6fb200df9d6f37a377cf10182 | refs/heads/master | 2023-04-11T01:27:56.507323 | 2021-04-27T20:03:48 | 2021-04-27T20:03:48 | 362,224,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,525 | java | package com.project.cams.fragments.adminfrag;
import android.content.Context;
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.recyclerview.widget.LinearLayo... | [
"81848208+JaspreetKaur768702@users.noreply.github.com"
] | 81848208+JaspreetKaur768702@users.noreply.github.com |
4fd0640f9850f759553db2163d571cc1601e9de9 | 06c141e907751255a9121ea2f3151c35a9f72a91 | /src/qcasim/Simulator.java | e018fb84c0bc75ae478b9862119bb0d8ff9ee2dd | [] | no_license | Sycokinetic/qcasim | 7cc32431a826fa6928a730ffd5a8a5294ebd9f9b | 9213f785c5b684266907afa7e68c7e4d6f89945b | refs/heads/master | 2020-05-20T01:00:29.712483 | 2014-10-23T18:35:09 | 2014-10-23T18:35:09 | 32,879,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,391 | java | package qcasim;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import qcasim.cell.Automaton;
import qcasim.cell.Cell;
import qcasim.display.Display;
public class Simulator
{
protected ... | [
"akg7634@gmail.com"
] | akg7634@gmail.com |
d921f4e083e36ae77a0779599e2018ccfff98baf | 27aabce551531eeec5c75cf8ea86d793f25d56dc | /src/main/java/sv/com/inventario/modelo/entity/Proveedor.java | daf7609b1302ccf65e936e0f4c8cd2ab784f074b | [] | no_license | iorantes/oauth2-jwt | 28f9f382f2a55503f681547230432f2efac6b87c | c6146268db5dacd8284c0bc1f9a007e2a8ea69f5 | refs/heads/master | 2020-03-20T15:20:25.364396 | 2018-06-19T02:09:23 | 2018-06-19T02:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,678 | java | package sv.com.inventario.modelo.entity;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
@SuppressWarnings("serial")
@Entity
@Table(name = "proveedor")
@JsonIgnoreProperties(ignoreUnknown = true)
public class Proveedor extends Abs... | [
"irvinldt@gmail.com"
] | irvinldt@gmail.com |
959025c215e79571cf9913abf409d02b1a0e804c | cc729146214cf447cbb68373b9d3026a940847bd | /form2/src/main/java/net/skhu/dto/Course.java | 1f8cfd917998cd3f444b557b7557613c2f24463e | [] | no_license | nsap19/spring_practice | f90dd98c657a7e60ba565685101245deaeae65df | c98cd2901e1ee84e321de81048a70efc697ae1a9 | refs/heads/master | 2021-03-10T10:49:04.356356 | 2020-04-10T04:27:15 | 2020-04-10T04:27:15 | 246,446,277 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package net.skhu.dto;
import java.sql.Date;
import lombok.Data;
@Data
public class Course {
int id;
String courseName;
int unit;
Date startDate;
int departmentId;
int professorId;
}
| [
"zzz0484@naver.com"
] | zzz0484@naver.com |
c10c0430fa679b777c99d68f0f2a8f79f0ba5d49 | 6b90615faf772fc6c8bc0403f8f3882848f55cc6 | /baekjoon/14889/solution_ad2.java | 9a6aaec44f28f67500db0ea04b384034be9ee4e0 | [] | no_license | jr29jr/Study | 3820185cc91c46b27c3c6fb3db46d818dbe07c87 | 73b24c7bb4e78fbd080f2e7a448b4d74b5cb12bc | refs/heads/master | 2023-03-11T13:59:51.342155 | 2023-03-09T13:08:33 | 2023-03-09T13:08:33 | 202,529,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,984 | java | import java.io.*;
import java.util.*;
class Main{
static StringBuilder sb = new StringBuilder();
static FastReader scan = new FastReader();
static int N;
static int[] check,ans;
static int[][] stats;
static int min=Integer.MAX_VALUE;
static void input() {
N=scan.nextInt();
... | [
"noreply@github.com"
] | jr29jr.noreply@github.com |
e2575b6931c43269225755cba25a08f6cfc2a320 | 81cbb0310d9df813164081614abfd69485321d91 | /app/src/main/java/com/zzhou/entrance/guard/module/ShowCamera.java | e24ee94481def6e79c0edd24f1c2ababb90b33c1 | [] | no_license | gx625888/Entrance_Guard | f7fbbb7e602f1f6df5e45a2728981d039a193ebe | e7350607abf3ae9f699451af9a8f82605c01d16a | refs/heads/master | 2020-05-02T19:32:03.452183 | 2019-07-03T01:29:27 | 2019-07-03T01:29:27 | 178,161,286 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,562 | java | package com.zzhou.entrance.guard.module;
import java.io.IOException;
import java.lang.reflect.Method;
import android.app.Activity;
import android.content.res.Configuration;
import android.graphics.PixelFormat;
import android.hardware.Camera;
import android.hardware.Camera.AutoFocusCallback;
import android.os.Build;
i... | [
"gx625888@gmail.com"
] | gx625888@gmail.com |
5bad16922a6d432463447e8a5c520d41814db4ed | bdad988adbab760c5bd2b5af61f8181406cf8769 | /src/main/java/com/example/gke/GkeApplication.java | bff73acf2077db7f0b9ccc6059bf8490b6320f86 | [] | no_license | vinithanagu/GKE | 89034034d3a5591270154f45a7015e352bf10975 | a4d00489a8bcaca2eb00cd293d8bd67a3576de93 | refs/heads/master | 2023-03-19T12:42:52.505644 | 2021-03-15T22:37:34 | 2021-03-15T22:37:34 | 348,113,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.example.gke;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GkeApplication {
public static void main(String[] args) {
SpringApplication.run(GkeApplication.class, args);
}
}
| [
"ragavravi25@gmail.com"
] | ragavravi25@gmail.com |
e5eb21bd203cd6b20ff0603354668d459b09186d | 4e4e511a0a27c97ca1d08c05a563bf41ce3ea8d3 | /src/main/java/cn/ihna/demo/spring/config/AnnotationConfig.java | 9978b3d808051dd935c1f992f7f2332ef088e30c | [] | no_license | daegis/spring-demo | c5f362b6ee4684285ee9a4f44178138522698a35 | 4a72512de6ad40c9efd077b33dc9969ccbfd0792 | refs/heads/master | 2022-12-04T14:49:30.717403 | 2020-08-10T13:52:40 | 2020-08-10T13:52:40 | 284,995,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package cn.ihna.demo.spring.config;
import cn.ihna.demo.spring.beans.Student;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author xianyingda@gmail.com
* @serial
* @since 2020/8/4 2:00 下午
*/
@Configuration
public class AnnotationConfig {
... | [
"xianyingda@guazi.com"
] | xianyingda@guazi.com |
0760d071090e898d8c356fe7b36f327c06d2ac49 | 46aed1858cf6649681db68d44dc07ec5ced4d5b7 | /src/main/java/cn/edu/sjtu/se/dclab/server/entity/SecondGoods.java | c649caa7998184ad57e926f1ed42026f3543a561 | [] | no_license | sjtudclab/community-server | 6e564ca3803bce009329b39c6b31365eeb26eca7 | a53a667a16b159f73339c38279fa5e85f6947dd0 | refs/heads/master | 2021-01-25T03:48:03.542442 | 2015-11-20T07:10:00 | 2015-11-20T07:10:00 | 31,941,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | /**
*
*/
package cn.edu.sjtu.se.dclab.server.entity;
/**
* @author chenhui
*
*/
public class SecondGoods {
private Integer id;
private String category;
private String type;
private String title;
private String imagePath;
private String desc;
private String owner;
private String phone;... | [
"huiyi.li@outlook.com"
] | huiyi.li@outlook.com |
b58f248d817d9b5b52e6796b925145d0a6db584f | 98c87237cef2f37b8cafbc22d7eeb5a019ef92e1 | /src/main/java/com/imooc/miaosha/vo/GoodsStockVo.java | c7f274479d6626cf49fe357791ef5b2508346724 | [
"Apache-2.0"
] | permissive | yangbao/imooc | eb65f0c2cd9477ab9a940e87853e6170ab849e17 | a74b80b5743fac7273029653adfa82518f9162dc | refs/heads/master | 2021-05-03T06:16:09.908269 | 2018-03-07T09:13:23 | 2018-03-07T09:13:23 | 120,590,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.imooc.miaosha.vo;
import com.imooc.miaosha.domain.Goods;
public class GoodsStockVo {
private int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
private int stockCount;
public int getStockCount() {
return stockCount;
}
public vo... | [
"paul.yong@thomsonreuters.com"
] | paul.yong@thomsonreuters.com |
ff6d08b649f7f2752fd31a73416089d6a41bd8c0 | 6e4594667da81670bcaf8f763ea03ef692728490 | /yourong-core/src/test/java/com/yourong/core/OverdueRepayLogManageTest.java | 0e09e948877d3449a4210c58c53db4d6ca5e8b05 | [] | no_license | cenbow/Daisy | d669db7e80677f9dc6162e78b1b150d31e649d56 | 29a83841acefbe55631b32c51f1f8af723bea20d | refs/heads/master | 2021-01-20T08:31:54.755391 | 2017-04-28T09:40:28 | 2017-04-28T09:40:28 | 90,162,687 | 0 | 1 | null | 2017-05-03T15:11:00 | 2017-05-03T15:11:00 | null | UTF-8 | Java | false | false | 1,398 | java | package com.yourong.core;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Rollback;
import com.yourong.common.exception.ManagerException;
import com.yourong.core.fin.manager.OverdueRepayLogManager;
import com.yourong.core.fin.manager.Und... | [
"zheng.qiujun@yrw.com"
] | zheng.qiujun@yrw.com |
eff184fa58be156d54ed45cba48a4b9495f66e77 | fad0336e694648bf28e9874d7bfb5bc88b236903 | /PageRankwithHadoop/source Code/PageRankCombiner.java | 5a235ad4f754219422bc3d9079b39414ab0f2fdf | [] | no_license | chandrimaghosh/parallel-data-processing | 0ec5399d30a96c3ee2221cd12ecac9ecc35f71b7 | e384ffe58ce59c16d35644683605214e819733f9 | refs/heads/master | 2021-07-17T01:26:43.108809 | 2017-10-23T23:16:24 | 2017-10-23T23:16:24 | 108,049,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,652 | java | package pagerank.pagerank;
import java.io.IOException;
import java.util.ArrayList;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
import org.apache.hadoop.mapreduce.Reducer.Context;
import pagerank.pagerank.PageRankDriver.gloabalVariable;
public class PageRankCombiner extends Reducer<... | [
"ghosh.c@husky.neu.edu"
] | ghosh.c@husky.neu.edu |
6cd53a7f4919c2f368e3aa003409528d5d266993 | 55e269125ae4a92691eee419543de6d9a639a900 | /src/com/example/cim/fragment/PCToolFragment.java | dc4f79440c7d1bb3dc846de01daba2dc5f6d45e0 | [] | no_license | calow/MyCIM | 095c9ac638a87b6ee4fcfd2594cdf0f971525098 | 7fa87ce6ee090a96329aeb696c8e0c654cf49684 | refs/heads/master | 2021-01-21T04:42:09.143122 | 2016-06-23T09:59:00 | 2016-06-23T09:59:00 | 51,994,627 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 6,239 | java | package com.example.cim.fragment;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONObject;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android... | [
"725517818@qq.com"
] | 725517818@qq.com |
d61b68111f66e6f10937f7d2f63c6adc1a7dc929 | 0782e865b9c436cf4b1b075d666bcef577e8feca | /core/src/main/java/org/mariotaku/uniqr/Canvas.java | 4dc644dacda57c76f8908fa9df6af8adbbc06747 | [
"Apache-2.0"
] | permissive | mariotaku/UniqR | 38414066ca232472deeb0de0e705ab1828ca872d | d3ac6209978ae8aad5b5c494bba9a63f11c57c0c | refs/heads/master | 2021-01-19T09:32:52.790103 | 2018-03-15T08:23:20 | 2018-03-15T08:23:20 | 87,766,188 | 27 | 1 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package org.mariotaku.uniqr;
import org.jetbrains.annotations.NotNull;
/**
* Created by mariotaku on 2017/4/10.
*/
public interface Canvas<T> {
int getWidth();
int getHeight();
void drawDot(int l, int t, int size, int color);
@NotNull
T produceResult();
void free();
}
| [
"mariotaku.lee@gmail.com"
] | mariotaku.lee@gmail.com |
29aa95cb37d38b5bb6209c7f4237d65b8c7ee0c1 | 0e75d26812f6e52385e5295e86c123ba6930ece0 | /library1206/src/main/java/com/springboot/library/view/LibRequestBookView.java | 2f397fab10a2e87022c54dcc1f7612d0a40a4d45 | [] | no_license | valdetegjoni/library | 486ce843f5ea497042282a52771380a78424c3d6 | 16514e0aba1cba4d49778a35c8dd4c6b9fa97345 | refs/heads/master | 2023-05-19T20:36:52.359236 | 2021-06-15T09:23:29 | 2021-06-15T09:23:29 | 374,036,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package com.springboot.library.view;
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
public class LibRequestBookView implements Serializable {
/**
*
*/
private static final long serialVersionUID = -593941230481240388L;
private Long id;
@JsonFormat(sh... | [
"gjoni_v@hotmail.com"
] | gjoni_v@hotmail.com |
21a50162779795404d40e3b74be9b4639653df5b | 6f2ab0b4c0d7da9dab517c2d09bd2cced9ebca3f | /src/main/java/com/example/SampleBackEnd/controller/SampleController.java | 224482c82e65115b5cf4154d76f48b4af7c02d85 | [] | no_license | ArunMuthu-NS/SampleBackEndApp | bc34c454cd17f68b3af6d01d15c571d0b6575387 | bb86d150bdae04494b9b92610d2d3a7c6807143c | refs/heads/master | 2021-01-02T05:07:03.298686 | 2020-02-10T12:17:15 | 2020-02-10T12:17:15 | 239,501,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package com.example.SampleBackEnd.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class SampleController {
@RequestMapping(method = Reques... | [
"arunkumar.muthusamy@metapack.com"
] | arunkumar.muthusamy@metapack.com |
8597844c7fb493d2403daf2452fb872dcc5e4031 | 22a4d49f9bbfe9cd09f3c8bdcb55e5715a65e3a3 | /chapter_001/src/main/java/ru/job4j/max/Max.java | 7a20da213f8196d1848805a618a298bd2f93d43b | [
"Apache-2.0"
] | permissive | dpopkov/job4j | 47b0511818a0a2539dc9e977036a6cc0bf0ed973 | b96f49f7b9ccd0469bf059663d81b3bde739363c | refs/heads/master | 2022-09-23T06:38:57.900348 | 2021-04-27T20:10:59 | 2021-04-27T20:10:59 | 145,213,360 | 1 | 2 | Apache-2.0 | 2022-09-01T23:13:35 | 2018-08-18T11:08:19 | Java | UTF-8 | Java | false | false | 722 | java | package ru.job4j.max;
/**
* Contains methods for finding the maximum value.
*/
public class Max {
/**
* Finds maximum value of two integer numbers.
* @param first first number
* @param second second number
* @return maximum value
*/
@SuppressWarnings("ManualMinMaxCalculation")
pu... | [
"pkvdenis@gmail.com"
] | pkvdenis@gmail.com |
f6926d47fe0da42cf241138d05a8d7c5ab47e449 | d74ae31c66c8493260e4dbf8b3cc87581337174c | /src/main/java/hello/service/Customer1730Service.java | 58374e7a2ebaf9d7b3c6d6ba85757bccba6fda9e | [] | no_license | scratches/spring-data-gazillions | 72e36c78a327f263f0de46fcee991473aa9fb92c | 858183c99841c869d688cdbc4f2aa0f431953925 | refs/heads/main | 2021-06-07T13:20:08.279099 | 2018-08-16T12:13:37 | 2018-08-16T12:13:37 | 144,152,360 | 0 | 0 | null | 2021-04-26T17:19:34 | 2018-08-09T12:53:18 | Java | UTF-8 | Java | false | false | 223 | java | package hello.service;
import org.springframework.stereotype.Service;
import hello.repo.Customer1730Repository;
@Service
public class Customer1730Service {
public Customer1730Service(Customer1730Repository repo) {
}
}
| [
"dsyer@pivotal.io"
] | dsyer@pivotal.io |
aaa94d5dc67b2dd5a330a12dd342800e497f9b8f | 269bce0bf0e23f5e5f7b5d31167c8a804b62ae52 | /comparator-tools/modagame/MODAGAME_hppc_0.6.1/src.main.java/com/carrotsearch/hppc/DoubleShortAssociativeContainer.java | 59bc87d1210542493c8d58ef8c79e69bea133506 | [] | no_license | acapulco-spl/acapulco_replication_package | 5c4378b7662d6aa10f11f52a9fa8793107b34d6d | 7de4d9a96c11977f0cd73d761a4f8af1e0e064e0 | refs/heads/master | 2023-04-15T17:40:14.003166 | 2022-04-13T08:37:11 | 2022-04-13T08:37:11 | 306,005,002 | 3 | 1 | null | 2022-04-11T17:35:06 | 2020-10-21T11:39:59 | Java | UTF-8 | Java | false | false | 4,171 | java | package com.carrotsearch.hppc;
import java.util.Iterator;
import com.carrotsearch.hppc.cursors.*;
import com.carrotsearch.hppc.predicates.*;
import com.carrotsearch.hppc.procedures.*;
/**
* An associative container (alias: map, dictionary) from keys to (one or possibly more) values.
* Object keys must fulfill the... | [
"daniel_str@gmx.de"
] | daniel_str@gmx.de |
27936c100f53233f83c45774865e3ec288602be7 | 45cf3c2a261ebaaea73decf5cc5a4c8f0869d686 | /anhanx-server-oauth/src/main/java/top/dfghhj/anhanx/oauth/config/AccessTokenConfig.java | d743decd08d1e171455dfa1cbc1d5a80055155bb | [] | no_license | Dfghhj/Anhanx | 395ac52c9f85fea434b28c8bcc5bc206389f5404 | 215e2659c82634e10f69afa1c8da7e5300369dea | refs/heads/master | 2022-06-22T04:39:04.271673 | 2020-06-04T03:11:55 | 2020-06-04T03:11:55 | 229,233,707 | 0 | 0 | null | 2022-06-17T02:44:35 | 2019-12-20T09:30:35 | Java | UTF-8 | Java | false | false | 686 | java | package top.dfghhj.anhanx.oauth.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework.security.oauth2.provider.token.TokenStore;
import org.springframew... | [
"dfghhj95@163.com"
] | dfghhj95@163.com |
33e9fe0719436a4153c4a3cd109bbd3c030dbdb3 | 6528a167cecb327d8c5d633e189c6fb970b96793 | /src/main/java/hellojpa/JpaMain.java | e73e6a227100010d609e2c108ec420239d87e9da | [] | no_license | JMSSUN/jpa-basic | 23fef336b55faf246f122641c018224fcb70cdec | 5f16fd896ff11a57d49a2a193ee6430403241a9f | refs/heads/master | 2023-04-20T13:59:08.921084 | 2021-05-06T09:38:24 | 2021-05-06T09:38:24 | 363,932,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,752 | java | package hellojpa;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import java.util.List;
public class JpaMain {
public static void main(String[] args) {
EntityManagerFactory emf = Pers... | [
"j_mssun@naver.com"
] | j_mssun@naver.com |
a2f2be5eeb12aedca62f472b17a1c57ce4638f8d | 6fb79b4aff47c99e86b1fd2e86a32ba89d121cac | /src/main/java/io/swagger/model/Auth1GetconfigResVcodelonginconfig.java | c64bca7b68c1051c65c8723f4c541dc1179a2140 | [] | no_license | honor-zlc/swagger-spring | 723fdbb8e11590f371b66c165c6b114137d3e7eb | 15939f402102d8434101f7158e88019a33b04c7f | refs/heads/master | 2022-12-11T19:48:24.466061 | 2020-09-10T09:09:22 | 2020-09-10T09:09:22 | 294,359,371 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,969 | java | package io.swagger.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.springframework.validation.annotation.Validated;
import javax... | [
"1525590918@qq.com"
] | 1525590918@qq.com |
557d4a58f494643bb570d87984a038c1d4ddceed | 685dbe1807ced2175ae90e277bb2c77c14b23af4 | /src/main/java/com/hallila/teller/config/ApplicationConfig.java | 8647f461d331e433a3c020c28b63457fc9fcf985 | [] | no_license | Ram2305/bank-application | 4e9ba64fd11f683dad01d047bb90635ce94a5a0f | 5838188bb7aae4019a51e02e23564fa5dedc8b2f | refs/heads/master | 2023-03-16T14:54:33.128644 | 2017-01-29T20:39:03 | 2017-01-29T20:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.hallila.teller.config;
import com.hallila.teller.App;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.stereotype.Controller;
@Configuration
@ComponentScan(basePackageClasses = App.class, excludeFilters = @... | [
"jussi@hallila.com"
] | jussi@hallila.com |
209aec6a4d1c05af519bb4c40234e8b3cf526c36 | 5e316c355d6838c7828bda1d49c900deb19b127e | /DevWorks/Java/BattleShipBoVersion/src/demo1/message/SystemMessage.java | c07f3b61a76d8ea7bb09d0548d6146c89ec3e7db | [] | no_license | Mtnrunrmidge/Bo_Battleship_Server | b46d40b4a93608c25b7289dc7cb852a4139d28f1 | 6854fe60a428de6a19a3cfdd6990cc4f396c8517 | refs/heads/master | 2020-03-25T22:26:07.173132 | 2018-08-10T01:52:19 | 2018-08-10T01:52:19 | 144,222,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,982 | java | package demo1.message;
import demo1.GridStatus;
import demo1.GridType;
import demo1.Player;
public class SystemMessage extends Message{
public enum SystemResponse {ACK, DENY, READY, START, OVER}
private SystemResponse sr;
private String winner;
private GridType[][] gt;
public SystemMessage(Strin... | [
"boyu@mail.weber.edu"
] | boyu@mail.weber.edu |
66121d38dba97cef9837ba2d4f326c5768ff5ec1 | 10f1f8965b7baf90a176785f6cfb44149351f484 | /app/src/main/java/com/xyoye/dandanplay/ui/weight/material/MaterialBottomNavigationView.java | cd06121b7cbb4e21e0bcdedd432d027546bcafbf | [
"MIT"
] | permissive | andylao62/DanDanPlayForAndroid | 3c581f52c63b2ec5df1df98c4869717a11e40598 | 3d8176f2289702f12ddddfb0a41e450e0da92a2e | refs/heads/master | 2023-02-18T02:44:23.189746 | 2021-01-18T07:18:24 | 2021-01-18T07:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | package com.xyoye.dandanplay.ui.weight.material;
import android.content.Context;
import android.util.AttributeSet;
import androidx.annotation.Nullable;
import com.xyoye.dandanplay.R;
import skin.support.design.widget.SkinMaterialBottomNavigationView;
import skin.support.widget.SkinCompatBackgroundHelper;
public cl... | [
"fujia625@gmail.com"
] | fujia625@gmail.com |
3d7934ae971e2eb0c69802f17e0e74e65085504e | 697a645b01b51e821ff8b048eda54c78e59ad58d | /app/src/main/java/com/byd/vtdr/fragment/FragmentPhotoPreview.java | d6f1337f65801c223ac926db67937b8a2e7b63c3 | [] | no_license | 1214658495/VTDR_backup | 88054aac8808634a64fb7542c55b5f9ab6f0957a | 98d7899eeb29dc879aea62809f04a5f82a5c7377 | refs/heads/master | 2020-03-22T19:09:32.999353 | 2018-07-18T01:46:35 | 2018-07-18T01:46:36 | 140,509,744 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,398 | java | package com.byd.vtdr.fragment;
import android.app.Activity;
import android.app.DownloadManager;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.support.v4... | [
"1214658495@qq.com"
] | 1214658495@qq.com |
191c0f9ed7eb219327293f39bc96eb4a3e831ad5 | cad0610a31b22e5eb15aed7034dbb3db31052b8b | /reddit/src/main/java/com/ackerman/reddit/aspect/HomeAspect.java | 9becf4e5124e7de056ccfb6e3d09f6e99e009701 | [] | no_license | TTLIUJJ/XMU_REDDIT | 7e446cb21446827c37c4e75a5ddcf5b06a3da3ea | 6707e96c195f4f3440eac9b901a2c3e1678ae9d8 | refs/heads/master | 2021-05-06T14:42:38.332993 | 2017-12-18T06:43:35 | 2017-12-18T06:43:35 | 113,393,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,311 | java | package com.ackerman.reddit.aspect;
import com.ackerman.reddit.model.News;
import com.ackerman.reddit.model.User;
import com.ackerman.reddit.utils.Entity;
import com.ackerman.reddit.utils.HostHolder;
import com.ackerman.reddit.utils.JedisUtil;
import com.ackerman.reddit.utils.ViewObject;
import org.aspectj.lang.JoinPo... | [
"ttliujj@gmail.com"
] | ttliujj@gmail.com |
30a8f0820ece3dfe1d202009a2623ebf6b475a07 | 2d7ea13433243b1804b847793055c8d9b4b840f0 | /src/main/java/com/howie/easyexcelmethodencapsulation/excel/ExcelListener.java | 6fcef0e79c246efc2b0643bf93d5d77ea817727b | [] | no_license | runfengxin/springboot-easyexcel | 0e8a0ba4bfa9a8b73f8e81a1e01450dcf230c4f8 | d1a52030284043ef74b35f42ddd9079d0e809ca6 | refs/heads/master | 2020-05-04T14:22:24.149407 | 2019-04-03T02:24:28 | 2019-04-03T02:24:28 | 179,193,954 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.howie.easyexcelmethodencapsulation.excel;
import com.alibaba.excel.context.AnalysisContext;
import com.alibaba.excel.event.AnalysisEventListener;
import java.util.ArrayList;
import java.util.List;
/**
* Created with IntelliJ IDEA
*
* @Author yuanhaoyue swithaoy@gmail.com
* @Description 监听类,可以自定义
* ... | [
"854645907@qq.com"
] | 854645907@qq.com |
cbad3fba91992a112f3a4913a374a2d5d5d49bfb | 82b839181fbddf77af2489541a6600667af44b28 | /app/src/main/java/sudo/nasaspaceapps/cryosphere/restBlogger/model/Blog.java | bc5b1050f759bf179d8c4d0a8488007a34e79cdf | [] | no_license | Kapil706/cryosphere | e971f87990b85f294dc7f82f46c0b16123c12ebe | 4e80ad022a335d1a26d2f98f00302d42f852f603 | refs/heads/master | 2020-04-02T03:39:52.982807 | 2018-10-21T05:46:56 | 2018-10-21T05:46:56 | 153,977,491 | 1 | 0 | null | 2018-10-21T05:46:01 | 2018-10-21T05:46:01 | null | UTF-8 | Java | false | false | 357 | java |
package sudo.nasaspaceapps.cryosphere.restBlogger.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Blog {
@SerializedName("id")
@Expose
private String id;
public String getId() {
return id;
}
public void setId(String ... | [
"sankalpchauhan.me@gmail.com"
] | sankalpchauhan.me@gmail.com |
e36478b0a0a1a7dde9a72672cc467ae643528ed3 | 1ae2b0bb2d314462581120ee33f5f35fe8654cd9 | /src/main/java/com/app/web/rest/UserResource.java | d30b70aec0675ca8f421730fbe30515a4d911a80 | [] | no_license | BulkSecurityGeneratorProject/OfficerManagement | e60f1483a1a90ad908c6bb5829c1c6f6a127606d | 803e996c33bb1cb2aea93c3e5e885022216c9416 | refs/heads/master | 2022-12-26T10:00:39.028089 | 2019-05-31T05:05:44 | 2019-05-31T05:05:44 | 296,590,136 | 0 | 0 | null | 2020-09-18T10:33:08 | 2020-09-18T10:33:07 | null | UTF-8 | Java | false | false | 8,788 | java | package com.app.web.rest;
import com.app.config.Constants;
import com.app.domain.User;
import com.app.repository.UserRepository;
import com.app.security.AuthoritiesConstants;
import com.app.service.MailService;
import com.app.service.UserService;
import com.app.service.dto.UserDTO;
import com.app.web.rest.errors.BadRe... | [
"ntquang22298@gmail.com"
] | ntquang22298@gmail.com |
c3210f3efcb8f0938d6ff26a04317ed813075b29 | 0f5f6cc9e73d9be8500d088b26dc4d0385fbae7b | /app/src/main/java/com/example/anuradha/balloonhit/MainActivity.java | f4d9795cbc6e3fc163c543ccef4450d81bd47206 | [] | no_license | anu19s/HitBalloon | ff041b0ee9924b15cd5f22d01e57a00d06074391 | 386e97de776ce0cce02bd1ebf2373e5b3d0e2d68 | refs/heads/master | 2021-09-22T09:44:56.411474 | 2018-09-07T14:58:41 | 2018-09-07T14:58:41 | 78,795,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,217 | java | package com.example.anuradha.balloonhit;
import android.graphics.Color;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.View.OnClickListener;
i... | [
"noreply@github.com"
] | anu19s.noreply@github.com |
e305412334d7d98ff81fbb4e136e75791c63a09b | c748f85e44e2cef0031c0956c15ef81b7e52f016 | /src/se/sogeti/tdd/chicken/dao/CustomerDAO.java | d5cfb78cc95f794bd82dc9ba388b848a9b8a2eef | [] | no_license | demassinner/tddCrashCourse | bb1af3b0175d44d239390de9a8b900a693535ca9 | 697de7a971039f6ae4275f0de7dcd98ced2414be | refs/heads/master | 2020-06-04T18:17:12.070215 | 2012-11-09T11:24:11 | 2012-11-09T11:24:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package se.sogeti.tdd.chicken.dao;
import java.sql.SQLException;
public interface CustomerDAO {
void save(String name, int customerNumer) throws SQLException;
}
| [
"demas.sinner@sogeti.se"
] | demas.sinner@sogeti.se |
d9f67e38c614b37e7d3b7ab5c921981aba93ff33 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_aea40246ebba961979de05aa6048d56ce4c01771/LTLFormulaVisitor/31_aea40246ebba961979de05aa6048d56ce4c01771_LTLFormulaVisitor_t.java | 01f91314d4676e0db4a720ab9e677ab437389ed5 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 9,211 | java | package de.b2tla.ltl;
import java.io.IOException;
import java.io.PushbackReader;
import java.io.StringReader;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.LinkedHashMap;
import java.util.List;
import de.b2tla.analysis.Mach... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e29875f0d4cc76f0747a1c8319a4a4586c75db2b | e9d4fc15c616e3861b7df783bdea702f305c13c7 | /otranse-os/samples/pss/src/main/java/com/lanyotech/pps/service/IOrderInfoService.java | 46bea2bd0e9de0d845a53882d8fd2e2df790fdc8 | [] | no_license | lingxfeng/myproject | 00ef0ebae258f1d5d187bf0be23dac653fcead23 | 1b14f47208cc456b68e2cb811a2a71c302be23d9 | refs/heads/master | 2021-01-13T05:02:00.200042 | 2017-02-07T08:01:51 | 2017-02-07T08:01:51 | 81,179,980 | 0 | 4 | null | 2020-03-14T10:57:39 | 2017-02-07T07:33:06 | JavaScript | UTF-8 | Java | false | false | 1,480 | java | package com.lanyotech.pps.service;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import cn.disco.core.support.query.IQueryObject;
import cn.disco.web.tools.IPageList;
import com.lanyotech.pps.domain.OrderInfo;
import com.lanyotech.pps.query.OrderInfoItemQuery;
/**
* OrderInfoService
* @a... | [
"991736913@qq.com"
] | 991736913@qq.com |
fa54dd4f6456fb341fd91eab673f6232708c7825 | 946b89cc2a9954ec81d86ae103720a8c02bc60dd | /DiaMon/src/net/sf/dvstar/android/diamon/charts/BudgetPieChart.java | f68d7cdba4034f97f61e3c8361bbe205f0f24ee0 | [] | no_license | dmvstar/diamon | 10b7858111c00765dd6f1b028c6cba59df2d97e2 | 080ea3568ada4ac0db30d02def1bb913578f3654 | refs/heads/master | 2021-01-10T13:00:28.830799 | 2015-09-28T20:26:41 | 2015-09-28T20:26:41 | 43,241,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,947 | java | /**
* Copyright (C) 2009, 2010 SC 4ViewSoft SRL
*
* 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... | [
"dmvstar@gmail.com"
] | dmvstar@gmail.com |
0b1950a9598c26a9a6855e1d39f3fae3ea2c0492 | d67f6450b24fb08f2f61b74dcdecce3025ee3efc | /gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set9/light/Card9_079.java | 4f3d67a1dfed1ce830d71882da66e2397628bdb2 | [
"MIT"
] | permissive | cburyta/gemp-swccg-public | 00a974d042195e69d3c104e61e9ee5bd48728f9a | 05529086de91ecb03807fda820d98ec8a1465246 | refs/heads/master | 2023-01-09T12:45:33.347296 | 2020-10-26T14:39:28 | 2020-10-26T14:39:28 | 309,400,711 | 0 | 0 | MIT | 2020-11-07T04:57:04 | 2020-11-02T14:47:59 | null | UTF-8 | Java | false | false | 1,979 | java | package com.gempukku.swccgo.cards.set9.light;
import com.gempukku.swccgo.cards.AbstractCapitalStarship;
import com.gempukku.swccgo.cards.AbstractPermanentAboard;
import com.gempukku.swccgo.cards.AbstractPermanentPilot;
import com.gempukku.swccgo.common.Icon;
import com.gempukku.swccgo.common.ModelType;
import com.gemp... | [
"andrew@bender.io"
] | andrew@bender.io |
b3f5379b8acc72562b54c50441900765349c47a0 | 620c5286cb25b90508e9f45bc66b253dfa6bcd3b | /src/main/java/com/company/models/interfaces/IBuyDao.java | 2f3595e171acbaf9fba63978b277a260c3906c2f | [] | no_license | kozhamseitova/Market | 37134d93420881559586f7f235c2305593401d4d | 8fb36da826f1cd7608b509ff7c3e0ea2d3195877 | refs/heads/master | 2022-12-29T04:51:31.136677 | 2020-10-18T15:02:37 | 2020-10-18T15:02:37 | 303,419,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package com.company.models.interfaces;
import com.company.models.ShoppingCart;
import java.util.List;
public interface IBuyDao {
void addProductsToBuy(ShoppingCart shoppingCart);
List getProductsFromBuyByUserId(long user_id);
}
| [
"kozhamseitova91@gmail.com"
] | kozhamseitova91@gmail.com |
a33a5acb41d04c02fff061e140cbfa27f177448b | aa024b8784fa58b3cb385d70731285811f295af5 | /app/src/main/java/com/example/map/Pockemon.java | d5a4e4838a818d594e92f03ac84bed261cdbdb1f | [] | no_license | Dimpy1997-cyber/Pokemon-game | 13a2de2bffab63af8b87aa9e029993eeb12b0c0b | 536fcaa489ec684b752bec2d8ffaa4a236a8f81a | refs/heads/master | 2020-08-03T04:57:11.121379 | 2019-09-29T08:39:15 | 2019-09-29T08:39:15 | 211,630,865 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.example.map;
import android.location.Location;
public class Pockemon {
public int Image;
public String name;
public String des;
public double power;
public boolean isCatch;
public Location location;
Pockemon(int Image,String name,String des, double power,double lat, double lag... | [
"dimpygoel@rocketmail.com"
] | dimpygoel@rocketmail.com |
8f62312e5db56cec737c7eea494636496bdbc377 | eff1a032650191a196b80a738e9e48e878b59671 | /src/main/java/org/jrivets/util/HttpClientBuilder.java | 9daadb70b934d8ef801125225a063bcf27e537d5 | [
"Apache-2.0"
] | permissive | obattalov/jrivets-beans | 38808a6b7e7e081a8cf816d51e80b0ff6544aa38 | 2e7f6ec22f7139dc5e13023d5ab4b9cb84551c91 | refs/heads/master | 2020-12-11T02:02:24.726276 | 2015-10-05T20:15:46 | 2015-10-05T20:15:46 | 36,919,765 | 0 | 0 | null | 2015-06-05T07:51:36 | 2015-06-05T07:51:35 | null | UTF-8 | Java | false | false | 3,664 | java | package org.jrivets.util;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import org.apache.http.HttpVersion;
import org.apache.http.client.HttpClient;
import org.apache.http.conn.... | [
"dmitry.spasibenko@mulesoft.com"
] | dmitry.spasibenko@mulesoft.com |
498c12516ce1f18788ae9cf08fda1f8124636ed8 | 20b9b0d883ca35f51a554910288f900a6613d687 | /src/util/InputTest.java | 89ae89ce683cfe59a743c16462efd0fd56298e94 | [] | no_license | bmarchambault/codeup-java-exercises | 8a84e18f7bdf97842e1a2525458a8f9d5c5912c8 | e4c29c6ce4316ff54cec1891307613cca58dad50 | refs/heads/master | 2023-01-06T12:42:29.070662 | 2020-10-16T17:49:17 | 2020-10-16T17:49:17 | 268,579,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package util;
public class InputTest {
public static void main(String[] args) {
Input user = new Input();
user.getString();
user.yesNo();
user.getInt(3, 15);
user.getInt();
user.getDouble(4.95, 100.50);
user.getDouble();
}
}
| [
"bmarchambault@gmail.com"
] | bmarchambault@gmail.com |
925e310afffbc145c28cf6b2b921eb818b360f05 | 57af218d590618506f8ef2ced921d1744449cfe7 | /src/iae/s20/Order.java | d26f1ffb5e3a93210ceacb0acb4bffecf7a86d90 | [] | no_license | payamdowlatyari/inf124-assignment4 | dfa6e9cae563490c8a0dacd98c5a99e81566ca5c | bc6d607e3de3126d49b97cdf9fca090ff44bcda1 | refs/heads/master | 2022-10-08T11:56:05.400734 | 2020-06-07T19:41:59 | 2020-06-07T19:41:59 | 268,226,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,468 | java | package iae.s20;
public class Order {
private int id;
private String email;
private String phone;
private String address;
private String city;
private String state;
private int zip;
private String method;
private String cardname;
private String cardnumber;
private int expmonth;
private int expyear;
privat... | [
"sanjith@pacbell.net"
] | sanjith@pacbell.net |
9bbc988245b812fb36af359d505969f6a07b2416 | 79f8d4dc231f175beb3a67010c9901de971ab55f | /src/main/java/com/product/service/UserDetailsServiceImpl.java | 69bdc9220e0ee1df88c39d71c0d1a9c871b335db | [] | no_license | naveenreddy127y1a0351/Digi-Tech | 6d68db7944f6f326ed4601278a1e7b9a1f7ba10b | 5941c6edc9a2c913e7095ee52afde01992b15e8c | refs/heads/master | 2021-01-12T09:10:18.297492 | 2017-09-01T21:43:16 | 2017-09-01T21:43:16 | 76,780,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | package com.product.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.product.dao.UserDetailsDAO;
import com.product.model.UserDetails;
import com.product.model.UserDetails1;
@Service
public class User... | [
"reddynaveen1122@gmail.com"
] | reddynaveen1122@gmail.com |
76b9739ebe0bc009ac72f8f94549a1f223aaf6a4 | bc3fcd470ce5c2d59fe1d4d70ed84e32a96a53bd | /ds/Problem9.java | ee7133aa348862df1633ea1c73c64e5a251a36d5 | [] | no_license | ShreyasVH/ds-and-algo | 95a626edc92bf57a87bbb6899ecd07415aa96d73 | 41a227a6133ab5a4f94d2e350dea547f0be290d9 | refs/heads/master | 2023-01-24T05:41:45.368977 | 2023-01-18T15:06:30 | 2023-01-18T15:06:30 | 244,600,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | /*
Print the sequence similar to the column labels in sheets.
Ex: A, B, .... Z, AA, AB, ...... ZZ, AAA, AAB, ........ ZZZ ...........
*/
public class Problem9
{
public static void main(String[] args)
{
// getSequenceString(675);
getSequence(677);
// getSequence(100);
}
public static void getSequence(int ... | [
"shreyas.hande@gmail.com"
] | shreyas.hande@gmail.com |
bb832167daee3e95e7973fb18523fd7b928bb874 | 93be3f0d6b828c74f3525f0e3de14901e54ec351 | /src/sample/RemoveHistory.java | b7df127e9f987ce7629b65fea358043b9c26f5ed | [] | no_license | ASherstobitov/TaskManagerFX | d800de53fda3514fdc82eb1d41668d12b5cd6437 | 26d92b5c8880022f1582ac9fffd22a20f4067be3 | refs/heads/master | 2022-04-26T15:29:38.420200 | 2020-04-28T15:52:15 | 2020-04-28T15:52:15 | 259,680,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package sample;
public class RemoveHistory extends History {
private int index;
public RemoveHistory(String nameTask, int index) {
super(nameTask);
this.index = index;
}
public int getIndex() {
return index;
}
}
| [
"aesherstobitov7@gmail.com"
] | aesherstobitov7@gmail.com |
dd457a9732f7b6f9c549ef6039f5be6699f947c1 | 65f6408508079a69bac592c8b894938ef79719db | /src/main/java/demasse/recipe/demasserecipe/bootstrap/RecipeBootstrap.java | 8954ea446a243bf312c33d738474e3c9bd1eb5d2 | [] | no_license | demasseb/demasserecipe | 32274f45323d73019df27f36b97a542186f96594 | f833a85e6ea0e41587f2413263befcf65ae0a77b | refs/heads/master | 2020-06-13T06:42:59.656636 | 2019-07-01T00:43:39 | 2019-07-01T00:43:39 | 194,574,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,045 | java | package demasse.recipe.demasserecipe.bootstrap;
import demasse.recipe.demasserecipe.domain.*;
import demasse.recipe.demasserecipe.respositories.UnitOfMeasureRepository;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEve... | [
"demasseb@gmail.com"
] | demasseb@gmail.com |
7d0f043ae9b781411f52d409b19d4ecc1ecc4900 | 211ec31a7f09435b4c5d491139a2831c98e0f69c | /BestarProject/Widget/src/com/huoqiu/widget/db/DownloadFileDB.java | 0ac36fac6ae54b04cc492bd9929ea42f619beee3 | [
"Apache-2.0"
] | permissive | bestarandyan/ShoppingMall | 6e8ac0ee3a5ae7a91541d04b1fba8d2d1496875c | ee93b393b982bdfe77d26182a2317f2c439c12fc | refs/heads/master | 2021-01-01T05:49:52.010094 | 2015-01-23T10:29:59 | 2015-01-23T10:29:59 | 29,727,539 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,105 | java | package com.huoqiu.widget.db;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
/**
* 数据库中文件下载记录的操作,包括:插入,删除,更�?
*
* @author shenyamin
*
*/
public class DownloadFileDB {
// 数据库字�?path, thid, done
public static ... | [
"2238985517@qq.com"
] | 2238985517@qq.com |
31c914a22403fe2f62033835fb495d29499b6b9b | 0c51a150f3b03d4272143b2de4daa1626f1263a1 | /src/main/java/com/bm/index/controller/IndexController.java | 29ad0f1c8bc513a810099d45c0d149f0cadd94c8 | [] | no_license | zhaoyunnian-xb/dcdb | c29016ae18d46d138acc33d32094c643be04176b | 2d7fc4d4f4385386032f550dd0ee27c7d56bc218 | refs/heads/master | 2023-01-14T04:55:02.231896 | 2020-11-27T01:08:14 | 2020-11-27T01:08:14 | 316,149,482 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,938 | java | package com.bm.index.controller;
import com.bm.index.dao.source1.DcdbBmmbnrDao;
import com.bm.index.dao.source1.DcdbDbDao;
import com.bm.index.model.DcdbDb;
import com.bm.index.model.UserEntity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
imp... | [
"2502517735@qq.com"
] | 2502517735@qq.com |
165200c897af4c2318e74738428f04d4802826bc | a4f94f4701a59cafc7407aed2d525b2dff985c95 | /core/typesystemIntegration/source/jetbrains/mps/typesystem/checking/FakeEditorContext.java | 37e526190fe8183ff450ba401293c4b63973aad8 | [] | no_license | jamice/code-orchestra-core | ffda62860f5b117386aa6455f4fdf61661abbe9e | b2bbf8362be2e2173864c294c635badb2e27ecc6 | refs/heads/master | 2021-01-15T13:24:53.517854 | 2013-05-09T21:39:28 | 2013-05-09T21:39:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package jetbrains.mps.typesystem.checking;
import codeOrchestra.actionscript.parsing.FakeEditorComponent;
import jetbrains.mps.nodeEditor.EditorComponent;
import jetbrains.mps.nodeEditor.EditorContext;
import jetbrains.mps.smodel.IOperationContext;
import jetbrains.mps.smodel.SModel;
import jetbrains.mps.smodel.SNode;... | [
"a.a.eliseyev@gmail.com"
] | a.a.eliseyev@gmail.com |
b867a261804f40eca54119ee3dff4cecd1071bf2 | 5fde289dd1a8a50c7721018a3386f2b674caeca1 | /src/Android Frontend/app/src/main/java/com/work/prepmaster/ProfileActivity.java | bebe2a4addd76bc45ff6b5a1a2830cf752c50cc3 | [] | no_license | MKayhan8/PrepMaster | 4efb48f9f0d29030f8e913d1bc926c94f68e7313 | 73beba450075f4b17b84ec92691a057eb647c274 | refs/heads/master | 2020-05-02T23:25:43.492154 | 2019-03-27T20:09:24 | 2019-03-27T20:09:24 | 178,279,733 | 1 | 0 | null | 2019-03-28T20:46:22 | 2019-03-28T20:46:21 | null | UTF-8 | Java | false | false | 1,205 | java | package com.work.prepmaster;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class ProfileActivity extends AppCompatActivity implements View.OnClickListener {
private Button back, options, sta... | [
"33962976+mistova@users.noreply.github.com"
] | 33962976+mistova@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.