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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c55701fc3aa4e8d366429fbf2b9a7c7fded766c0 | e007151138a4eece802984fde68d4dc7712df700 | /ComputeSHA.java | ec7e57f02a7a2a27e0e47e5082defb967ae538f1 | [] | no_license | nmark00/cs144 | 49214264f1a9b20106fcc20963a37ed2b56f37eb | bc2a1db3a1f597c3ee7dc2438dda75bb6c532950 | refs/heads/main | 2023-05-09T21:26:58.778775 | 2021-06-16T23:51:57 | 2021-06-16T23:51:57 | 377,655,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | import java.io.*;
import java.security.*;
public class ComputeSHA
{
public static void main(String[] args) throws Exception {
File file = new File(args[0]);
byte[] buffer = new byte[(int) file.length()];
FileInputStream line = new FileInputStream(file);
line.read(buffer);
line.close();
MessageDigest m... | [
"noreply@github.com"
] | nmark00.noreply@github.com |
6dae9938b59de79b54bc7c48c251b9d88e3db389 | 3a1d7cce2a12f836d1ef7915e9fc21a4344f48ed | /app/src/main/java/com/ismaildereevli/landmarkbook/DetailActivity.java | 402d1f81111810946e45616d83ba80a65476e022 | [] | no_license | Curious565/LandmarkBook | 2e88f5a0b124aa48be44231f2d56660f35bf18c9 | f7706b81d42f6f5e608516e30a17903c36122153 | refs/heads/master | 2022-12-04T22:20:00.718981 | 2020-08-18T12:17:07 | 2020-08-18T12:17:07 | 288,446,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | package com.ismaildereevli.landmarkbook;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import org.w3c.dom.Text;
public class DetailActivity extends AppCompatActivity {
@Override
prot... | [
"idereevli@gmail.com"
] | idereevli@gmail.com |
f2417c5a7a3744029e159b39e7c610be10340cd5 | 880e3d1e0dff9441dffba5048fb1739fc43a973c | /src/data_types/Poll_data.java | a75f7c6c91744a1ad595f3588c85dec46c3c47e5 | [] | no_license | thestaledorito/WeGroup | 19840fb2911bef39d742ec70aa85b3f216a8bdf1 | 35febd49b7be86c28efbdf8e0e906e9dbf59f319 | refs/heads/master | 2021-08-23T13:57:55.988058 | 2017-11-30T19:49:39 | 2017-11-30T19:49:39 | 112,667,958 | 0 | 0 | null | 2017-11-30T22:28:55 | 2017-11-30T22:28:55 | null | UTF-8 | Java | false | false | 1,295 | java | package data_types;
import java.util.*;
public class Poll_data extends Base_data
{
// Default constructor
public Poll_data()
{
super();
m_type = Tcp_message_type.Poll;
m_poll_id = new UUID(0,0);
m_creator = "";
m_poll_question = "";
m_poll_options = new Vector<String>();
m_poll_votes = new Vector... | [
"cburnham15@gmail.com"
] | cburnham15@gmail.com |
adaf99a436f60a4687fbda640f4b9eb09db60969 | a78db2806b020e717324b8c4748fb704ee3836ab | /src/lesson6/task1/MultiThreadFirstWay.java | a13fa7d712cc6e016d54337543055cc596a8c14d | [] | no_license | KoryakinGG/centrprofessional | 9d2890b2d9efc38b42f32433484065172a1f900a | 79a8ba885066564a578bde1531084f1e77fdaa73 | refs/heads/master | 2023-01-18T17:24:30.598889 | 2020-11-24T13:52:43 | 2020-11-24T13:52:43 | 311,085,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,492 | java | package lesson6.task1;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.InetSocketAddress;
import java.net.Proxy;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
public class MultiThreadFirstWay {
p... | [
"koryaking@mail.ru"
] | koryaking@mail.ru |
48e4ea14ce503c1ffa5903061ab7b8fdf07df2ed | 5683db04bf8a5c95801642ba5555fa6dd3bfa2c4 | /src/main/java/com/isa/ISA/model/DTO/RezervacijaDTO.java | 039a3a5cc22527e22a013fa021ba92b1b319dc09 | [] | no_license | Ostoja/ISAtest | 50b424f48eaa84d177f421592f280294cda4a73d | bad0cb372bdb91801cf3389c93331fdfc28c37e0 | refs/heads/master | 2020-03-12T01:38:33.813029 | 2018-04-21T04:35:13 | 2018-04-21T04:35:13 | 130,380,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,224 | java | package com.isa.ISA.model.DTO;
public class RezervacijaDTO {
private long id;
private int ocenaAmbijenta;
private int ocenaProjekcije;
private String pbname; //pozoristebioskop
private String fname; //film
private String sname; //sala
private long projekcija; //id projekcije
private long mesto... | [
"milos.ostojic747@gmail.com"
] | milos.ostojic747@gmail.com |
f034fa2829e5f9e53e211430e4e1150b56120e88 | 0721f3bbc605643fb2c812d90100438fb50f52c0 | /MAVGCL/src/main/java/com/comino/flight/ui/widgets/charts/utils/XYDataPool.java | e836e36a3d9714aa6a18b6bd2a5dd17938b7654b | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | fivezhao/MAVGCL | 4806671d3a3e42c22530d229cd4efa4082488009 | 67af500bc9ed785690bf4d0a4e964f5d39709b3d | refs/heads/master | 2023-05-24T12:04:18.104499 | 2021-06-18T04:56:09 | 2021-06-18T04:56:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | java | /****************************************************************************
*
* Copyright (c) 2017,2018 Eike Mansfeld ecm@gmx.de. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1.... | [
"ecm@gmx.de"
] | ecm@gmx.de |
34a819fcdefc7324689283a5f3f9f32ac593a44c | a4ef206379e944f307d360d17008533dead473af | /jeep-sales/src/test/java/com/promineotech/jeep/controller/support/FetchJeepTestSupport.java | 4073d999747446a58188b20bd1b22f3fe7f722f8 | [] | no_license | DippedNugget/SpringBoot-WeekFour | 001d697e5f9881cb4f0ba0b9181c829e48a0f4bf | c5eef2fc2b522eff83d51b84bdbac53bd41b17cf | refs/heads/main | 2023-07-04T13:46:45.032524 | 2021-08-05T18:49:01 | 2021-08-05T18:49:01 | 393,141,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package com.promineotech.jeep.controller.support;
import static org.assertj.core.api.Assertions.assertThat;
import java.math.BigDecimal;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.springframework.http.HttpStatus;
import com.promineotech.jeep.entit... | [
"Tamale120@gmail.com"
] | Tamale120@gmail.com |
4e2bb85dc301397bac7abb7e9f217dc61de52f22 | 73341cc8c29669034b7c5c03d52b6edb5c8f9e80 | /core Java/first_second_largest/src/com/swabhavtechlabs/firstsecondlargest/First_Second_largest.java | 447436decb09208f4619f711fbdc5add90974b87 | [] | no_license | kannans89/SwabhavTechlabs-Training | ddfb7b41a0814f580a5dfb748460d70f40a8d4b8 | ec1b1a331757f93d3575ff3b36eaf07c5ea7ee4f | refs/heads/master | 2020-04-11T07:40:52.137929 | 2018-09-22T08:58:06 | 2018-09-22T08:58:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package com.swabhavtechlabs.firstsecondlargest;
import java.util.Scanner;
public class First_Second_largest {
public static void main(String[] args) {
// TODO Auto-generated method stub
int size, first, second = -1;
Scanner sc = new Scanner(System.in);
System.out.print("Enter how many elements in an arra... | [
"manojb912@gmail.com"
] | manojb912@gmail.com |
ce53525e362b699277e398a1679cdb8b55f36db8 | f7f5fa6443d426b5431b7ef2614d6bd66994d357 | /warden-api/src/main/java/eu/mjelen/warden/api/server/Connection.java | c77a1aea5faa2f163034a84d51f73b07686b8d4c | [] | no_license | abhinavsinha1991/openshifter-java | 6309f6bfcf9e45ecfd272f6c639e4bef74a31594 | 6563ebd9e89e455a36e6bc0b581b7aaf8947681a | refs/heads/master | 2020-08-11T21:40:44.157008 | 2017-06-06T01:02:30 | 2017-06-06T01:02:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package eu.mjelen.warden.api.server;
import java.io.InputStream;
public interface Connection {
boolean connect(String user, String host, String password);
boolean connect(String user, String host);
boolean connect(String user);
boolean connect();
void disconnect();
String getHost();
Str... | [
"marek@jelen.biz"
] | marek@jelen.biz |
55be3b4fe2fb3c62c89ba369bf9bfa3e19139304 | dd33396860c9b4d1412eae9a1ef0c04d6ac0cee1 | /app/src/main/java/com/oritmalki/mymusicapp2/ui/mainscreen/BeatClickCallback.java | c66991067ddc291aca7460beaf52cdb51e005093 | [] | no_license | oritgurel/ChordPad | 4663f83b885b2f60416bfc733f9573d3a6536370 | 0bfced760057eeb052ea645f0d69c7ef908e22a2 | refs/heads/master | 2020-03-23T15:30:54.160139 | 2018-07-23T04:54:24 | 2018-07-23T04:54:24 | 141,753,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package com.oritmalki.mymusicapp2.ui.mainscreen;
import android.view.View;
import com.oritmalki.mymusicapp2.model.Measure;
public interface BeatClickCallback {
void onBeatClicked(Measure measure, View beatView, int beatPosition);
}
| [
"oritgurel@gmail.com"
] | oritgurel@gmail.com |
55a8105eaef3cba332af9a7543be66ff8490aa9e | 1d530ca263633302681e7448b35833e4b2e7627c | /app/src/main/java/com/abdurrahman/movies/utils/AppExecutors.java | 3b9483c4644a0e5ddc69e23a0f4d2757dfaf41c1 | [] | no_license | abdrrahmenz/movie_jetpack_pro | c609d239f70c3bd13960cbcd2ad0a4ec83a4a574 | b05aa2e36bae0027cc4e74acca29e4ef25b472cb | refs/heads/master | 2021-04-15T21:04:32.659649 | 2021-01-25T16:54:03 | 2021-01-25T16:54:03 | 249,300,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,331 | java | package com.abdurrahman.movies.utils;
import android.os.Handler;
import android.os.Looper;
import androidx.annotation.NonNull;
import androidx.annotation.VisibleForTesting;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
public class AppExecutors {
private static final int THREAD_CO... | [
"abdrrahmenz@gmail.com"
] | abdrrahmenz@gmail.com |
3cfc5c8b06203fb554383ba2cfa546a9dcb48b11 | 8ef9a8e6a0ddd17def7632ac83bff745e0cf1984 | /src/main/java/com/jxq/douban/ISearch.java | 4a875abee632f71e92a382faec741671ae74051d | [] | no_license | sun-jing-tao/testng-test | 802543f211e29b7b7815d8063974f0525300d5af | 25f3a67ac29907ca8315fa2d545059b60d170405 | refs/heads/master | 2020-05-07T22:29:52.711510 | 2019-04-12T06:57:53 | 2019-04-12T06:57:53 | 180,946,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | package com.jxq.douban;
import java.util.List;
import com.jxq.douban.domain.KeywordResponse;
import com.jxq.douban.domain.MovieResponseVO;
import com.jxq.douban.domain.WHResponse;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.h... | [
"sunjingtao101"
] | sunjingtao101 |
e1665991a7536584388d87336dff4a8a2ce02718 | effd0e19d415c5df2e0bcd6affb9493420d2a981 | /app/src/main/java/com/jshaz/daigo/util/NotificationUtil.java | 4a985d1bf7ab39912fe5b8b78f4e82e5d8dd5775 | [
"Apache-2.0"
] | permissive | ChallenLiu/DaiGo | bd7a155ab780e83a92baf331b5ae6519b74a8e9b | bfde0030666dea3f7d950b663cd25aa3810287bf | refs/heads/master | 2020-05-04T19:44:14.720743 | 2018-03-10T09:53:26 | 2018-03-10T09:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,477 | java | package com.jshaz.daigo.util;
import android.annotation.TargetApi;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.content.ContextWrapper;
import android.graphics.BitmapFactory;
import android.os.Build;
impo... | [
"jshazsj@qq.com"
] | jshazsj@qq.com |
c5b4be0bb8b0a93bea72ae7e04f4fc8de04a39a2 | c18990b7e40b534b6716de017c3906357562938d | /src/main/java/models/Bird.java | a104d80608bb80aefdc223ea1982f31897f373ac | [] | no_license | mrdl/animaltrialtest | f4a9b9973fad1d936b33b39d6b123114a8f56720 | c73b499c000b5887ce50f04b38798bcf4d8973fe | refs/heads/master | 2022-12-21T12:29:11.384646 | 2020-07-02T08:46:07 | 2020-07-02T08:46:07 | 276,566,548 | 0 | 0 | null | 2022-12-10T05:30:05 | 2020-07-02T06:28:37 | Java | UTF-8 | Java | false | false | 299 | java | package models;
import interfaces.Singable;
import interfaces.Walkable;
import utility.Utility;
public class Bird extends Animal implements Singable, Walkable {
public void sing(){
Utility.doAction("singing");
}
public void walk(){
Utility.doAction("walking");
}
} | [
"fxmrdl@gmail.com"
] | fxmrdl@gmail.com |
5d8882b07d4da212e3de6b7b9439fe9b91d84d73 | 9511ae6c43883c2406f4952a78da3ae16ed5fec7 | /src/main/java/com/issi/driver/DriverManager.java | 1083ec7cac6b11c073e48b41e9707f9a99b83a8e | [] | no_license | Rajno1/FinalFrameWorkTempletWithDocker | 7397acfe19a99d1b8912cb328a377dd6e9465f1d | 78e614c0ee2df11dc46dfc3468ce25c7cbab9df9 | refs/heads/master | 2023-02-25T21:51:03.764140 | 2021-02-05T11:05:57 | 2021-02-05T11:05:57 | 336,233,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package com.issi.driver;
import org.openqa.selenium.WebDriver;
/**
* DriverManager class helps to achieve thread safety for the {@link org.openqa.selenium.WebDriver} instance.
*/
public final class DriverManager {
/**
* Private constructor to avoid external instantiation
*/
private DriverManager()... | [
"rajasekhar.rct@gmail.com"
] | rajasekhar.rct@gmail.com |
cf78524b1d2decd90ec3c1a3555a8dfe57fb2335 | 5235e011dac65c1ada58bb83d3e72e0a0da6f6f7 | /src/main/java/com/example/pagingtest/controller/UserController.java | 416e38a7c55bea67594213cb8761347ea4c7d855 | [] | no_license | Xuy97/pagingtest | f40b73224233bccbbf983e6f530264d00e3abd87 | f72cf00ec433f8d7fc53ae6da6cbe3c4c163cd06 | refs/heads/master | 2020-07-04T14:44:58.868823 | 2019-08-14T09:12:04 | 2019-08-14T09:12:04 | 202,315,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | package com.example.pagingtest.controller;
import com.example.pagingtest.entity.User;
import com.example.pagingtest.service.UserService;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
i... | [
"1239490639@qq.com"
] | 1239490639@qq.com |
8c47677d7168a4c1704da757f5b4a83ba0c0db66 | 5f212421450117f39e0850bc4fc358cafb50fac5 | /tew-2022-307-309-entrega1/src/com/tew_entrega/business/Busniess_FACTORY.java | 1779351f6e40bea3c216fadaed64e4e94fd5843d | [] | no_license | uo263762/examen1 | f597fe7740587d217a21987751252c741fae7246 | aeef372a3462a79ed69b9401ce5dc070c7851a48 | refs/heads/master | 2023-09-02T18:46:16.650587 | 2021-11-04T13:56:07 | 2021-11-04T13:56:07 | 424,532,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.tew_entrega.business;
import com.tew_entrega.business.templates.Agente_SERVICE;
import com.tew_entrega.business.templates.Cliente_SERVICE;
import com.tew_entrega.business.templates.Login_SERVICE;
import com.tew_entrega.business.templates.PisoParaVisitar_SERVICE;
import com.tew_entrega.business.templa... | [
"victor@DESKTOP-O7OJQC6"
] | victor@DESKTOP-O7OJQC6 |
da960422042c1302ed4253d3a39e58711d41c11b | 5c390017178f8f4b357fd495c4d5f285d68c3ec4 | /src/main/java/org/bian/dto/BQDeterminationUpdateOutputModel.java | 59dad722936bc6cbecd68f1cd4dfeda544f796f3 | [
"Apache-2.0"
] | permissive | bianapis/sd-customer-case-v2.0 | b228e745324424f04e6f32b13353ba228d11167f | d40bf93ec29df6b283cdb658ab87342cc9d4e6b2 | refs/heads/master | 2020-07-11T08:44:42.333636 | 2019-09-03T07:39:49 | 2019-09-03T07:39:49 | 204,493,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,691 | java | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.bian.dto.BQDeterminationUpdateInputModelDeterminationInstanceRecord;
import javax.validati... | [
"team1@bian.org"
] | team1@bian.org |
c84cf57cc1f2f63017c34b55611c5824d7c8cd4c | 45ebc0ea2e3033845bddcf7cdc40b31d5a548686 | /hrms/src/main/java/javacamp/hrms/business/abstracts/JobAdvertisementService.java | 1e07fbdf80d6a9302cb994526c7c0ac815546f0a | [] | no_license | snankara/HRMS | e5e3e14abcd64fbd97caff2c6a66e012baee03fd | 5c777de18c8b03129cda9379b513986baf0c94ed | refs/heads/master | 2023-05-31T15:00:19.130166 | 2021-07-02T18:32:43 | 2021-07-02T18:32:43 | 371,184,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package javacamp.hrms.business.abstracts;
import java.util.List;
import javacamp.hrms.core.utilities.results.DataResult;
import javacamp.hrms.core.utilities.results.Result;
import javacamp.hrms.entities.concretes.JobAdvertisement;
public interface JobAdvertisementService {
Result add(JobAdvertisement jobAdvertiseme... | [
"snan_kara_@hotmail.com"
] | snan_kara_@hotmail.com |
d652ffc05f69cbac1c502950335e00fb231c78a0 | 0a194e50b3c4d59ebd7ff07e056c0fb841ca07b2 | /src/main/java/cn/zx/ghjmaven/action/bc/SendMail.java | 7d0e543daf8979217226a4d10cf297695722c48b | [] | no_license | ghjzzhg/zxworkspace | c5858c67f4da04ef4f50f0fd609c0a441d1b9453 | 7d7af947cc357ba44cd670962bb8e878872ab3cb | refs/heads/master | 2021-09-03T10:00:00.018879 | 2018-01-08T07:20:38 | 2018-01-08T07:20:38 | 111,907,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,876 | java | package cn.zx.ghjmaven.action.bc;
import java.io.IOException;
import java.io.InputStream;
import java.util.Date;
import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.BodyPart;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart;
import javax.mail.Tr... | [
"ghjzzhg@163.com"
] | ghjzzhg@163.com |
ecd962a478c8df50c93652613e1097cf4d32c5eb | a09514ad96c72b584ef0be562d041b61324d0f33 | /src/main/java/Day2.java | f2bd395700044d86e289e196ef481896308df08b | [] | no_license | ygge/adventofcode2016 | fba4264d3e0271051dbbb7dd064f9529978d0f1a | 9c12b60f7934aefeca5ea51eb5f12ae7da851403 | refs/heads/master | 2023-04-03T07:31:31.235816 | 2021-04-04T14:17:14 | 2021-04-04T14:17:14 | 329,109,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,148 | java | import util.Util;
import java.util.List;
public class Day2 {
public static void main(String[] args) {
var input = Util.readStrings();
Util.submitPart1(part1(input));
Util.submitPart2(part2(input));
}
private static String part2(List<String> input) {
char num = '5';
... | [
"henrik@meepo.se"
] | henrik@meepo.se |
0e8a09ed04927336c56608ae5987bfd3dbc166ad | 569161c7d0b287b173cbda5bc345706a8e93d54f | /PriceBasketProject/src/test/java/com/supermarket/shopping/AppTest.java | c590c22aa0e2a3f48142a4f75ce31f71818abb68 | [] | no_license | WorkZone/java8 | a4e40fb247939fadf21d10f1c5c6c08eed4bd3e6 | a1bbed4e16045f5fc819ff9e4a88ce43d88f23e7 | refs/heads/master | 2021-01-11T04:37:45.084399 | 2016-10-17T10:02:47 | 2016-10-17T10:02:47 | 71,124,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package com.supermarket.shopping;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public... | [
"svkkishore@gmail.com"
] | svkkishore@gmail.com |
84c91669bee9f46ec5a381e8c82a68340e4dac2e | 787c4c85a70c8a6bcbfa3b30b4726a4dc5cdc822 | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/mycafe/org/apache/jsp/WEB_002dINF/views/admin/member/messageForm_jsp.java | efabba2b76747faedb82ad90e7c2156ea2f868b3 | [] | no_license | been03/myCafe-project | c82b6d7dc1669ebe9025a5896ba863fe4aa48807 | b92ceea0d49e46b3bc8f9e85a7b4bada34e8e7c6 | refs/heads/master | 2023-05-12T12:16:24.727388 | 2021-05-23T13:57:34 | 2021-05-23T13:57:34 | 314,084,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,205 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.30
* Generated at: 2020-05-14 11:01:56 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 org.ap... | [
"hyebin0319@naver.com"
] | hyebin0319@naver.com |
46c4906d6b8b6e7cb9f9ec4737c7cd3b3ee2eaa7 | 7174c462a8f677daf9c2d1793e3fadfd13ea80a9 | /SpringCoreTest2/src/main/java/com/expertzlab/spring/dependency/example2/App.java | 33c4c22f7aede6a62b614ee3ab725aaddd649df1 | [] | no_license | LiyaJohn95/Spring | 6975e29092a1808837f3a04043da88a32797298b | 4b21383ee3180e731c02861048344d59a4855934 | refs/heads/master | 2021-01-19T19:22:23.159751 | 2017-09-14T07:22:55 | 2017-09-14T07:22:55 | 101,187,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.expertzlab.spring.dependency.example2;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class App {
public static void main (String args[]){
ApplicationContext context = new ClassPathXmlApplicationContext("bean-conf... | [
"noreply@github.com"
] | LiyaJohn95.noreply@github.com |
968f329bc6f575eddc658746507ec0de05c8ea26 | e146912eaadfe3b3157f938a66d57bbbddeb0ba1 | /gulimall-product/src/main/java/xyz/tiancaikai/gulimall/product/controller/SpuCommentController.java | a988987eefe6ecc42ef5a999a698acff75b1509f | [] | permissive | GodKkkkk/gulimall | 68aba3856055183bc99c32fae3a5d5725d8601c4 | 102b674f5e8ccac7cfe308b8450bd29dbdb03ccc | refs/heads/master | 2022-12-10T00:19:21.033523 | 2020-09-10T01:56:49 | 2020-09-10T01:56:49 | 266,933,407 | 0 | 0 | Apache-2.0 | 2020-07-02T03:34:48 | 2020-05-26T03:13:57 | JavaScript | UTF-8 | Java | false | false | 2,337 | java | package xyz.tiancaikai.gulimall.product.controller;
import java.util.Arrays;
import java.util.Map;
//import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.... | [
"523866653@qq.com"
] | 523866653@qq.com |
49df950f398769711f1fa54755db98e4dd89beb9 | 2aeb114dbe9993f19197a7b8ddaf19bb5a4fe8d7 | /TrafficProbe/src/com/conveyal/trafficprobe/LocationService.java | 26781bd7c83940a682bbe96f13d02b7fdaa532eb | [] | no_license | tapbug/traffic-tools | 6abf9eac4d2d5ef064c2985f995554186af01555 | ba30f161ca179c38155b90e24792e881240f1851 | refs/heads/master | 2020-11-30T15:06:24.601557 | 2013-03-18T23:37:36 | 2013-03-18T23:37:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,543 | java | package com.conveyal.trafficprobe;
import java.io.ByteArrayInputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONObject;
import com.conveyal.trafficprobe.TrafficProbeProtos.Locatio... | [
"kpwebb@gmail.com"
] | kpwebb@gmail.com |
b31a8815a0467dbd475c320815a640a7d51a8493 | 5dd1d178d0f713864019603fcbe15a9a2798f762 | /src/s/des/SDES.java | afe0949365dd02e364f7157d2c3bb1e3b5bfc5ff | [] | no_license | Ahsan-J/SDES | 1cde24d0fecc892cc170463264159583a19aa6ea | d0e626c79ca00428d17db4809f3128f6bd8fff74 | refs/heads/master | 2021-07-25T13:41:37.087737 | 2017-11-07T18:33:43 | 2017-11-07T18:33:43 | 109,615,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,428 | 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 s.des;
/**
*
* @author Ahsan Jawed
*/
public class SDES {
/**
* @param args the command line arguments
*/
... | [
"ahsan.ahmed99@ymail.com"
] | ahsan.ahmed99@ymail.com |
5e157cf74564afc576c635f34bf8719e793cb8d2 | ffbc6418993f5ae546ede9bd3e70c6c30d885423 | /web/src/test/java/com/navercorp/pinpoint/web/dao/hbase/PartitionTest.java | 827ad0669945fef411c6d7e57fc9d43e111bcacc | [
"DOC",
"LicenseRef-scancode-free-unknown",
"CC0-1.0",
"OFL-1.1",
"GPL-1.0-or-later",
"CC-PDDC",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"MITNFA",
"MIT",
"CC-BY-4.0",
"OFL-1.0"
] | permissive | alynlin/pinpoint | 0dcf3279fc2c0b1944bac5f914b0dc226d4a315f | f7d112ae5611745606065ada22609e926966735a | refs/heads/master | 2021-01-12T05:57:28.470862 | 2020-12-03T09:32:22 | 2020-12-03T09:32:22 | 77,233,247 | 2 | 0 | Apache-2.0 | 2020-12-03T09:32:23 | 2016-12-23T15:16:30 | Java | UTF-8 | Java | false | false | 1,658 | java | package com.navercorp.pinpoint.web.dao.hbase;
import com.google.common.collect.Lists;
import org.apache.commons.collections.CollectionUtils;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* @author Woonduk Kang(emeroad)
*/
public... | [
"wd.kang@navercorp.com"
] | wd.kang@navercorp.com |
08c2ea117cb5024893bc858880d4e1562fe74740 | 91b26b30ae38dd8b3fc0e05d68c7b28114f8eb04 | /pacman-commons/src/test/java/es/cgmarcos/pacman/beans/MedicoTest.java | 9df8108fcdeeb127ba37945a6e1200fea182f976 | [] | no_license | cgmarcos98/pacman | 944baf67ef371921d2f5153184cd647d801e5760 | 67230d8f0f733a36eafcbb8befa6a97810a0d4a1 | refs/heads/master | 2021-01-10T13:29:08.012942 | 2016-02-13T09:50:39 | 2016-02-13T09:50:39 | 51,640,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,523 | java | package es.cgmarcos.pacman.beans;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWi... | [
"cgmarcos@autentia.com"
] | cgmarcos@autentia.com |
c962687d51381a158152f6e478f4bde7ee3f5285 | dec4f061e0af3ac36cdc150f0d34d47db90cdd3b | /src/com/Controller/ViewServlet.java | 404e1becf04f94b30da65dcafad6ebb13f732757 | [] | no_license | sraj8/SANA-Airlines-Reservation-System | 21c8d34effd51f9761ecb3feff0d56428cb039cf | 174a3b9057aec82d35882365552197553f91d434 | refs/heads/master | 2021-07-15T01:38:49.770755 | 2017-10-06T00:29:13 | 2017-10-06T00:29:13 | 105,952,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,811 | java | package com.Controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
imp... | [
"31904232+sraj8@users.noreply.github.com"
] | 31904232+sraj8@users.noreply.github.com |
05549df30e728ac82ff5fc51ddfca703a0367d49 | 210b346de989a443625d6a2032368722fe16ced7 | /source/src/main/java/dennis/practice/leetcode/Problem_485.java | 42e391c4dfff5d15f46a5f3ddad8113e5e45df25 | [] | no_license | CCChou/Leetcode-Pracitce | e10958c815ca28c673b34ff9b530075b85a9e5ff | 09e93d293ce5cf83db70347ee85fbe7cb8695fbe | refs/heads/master | 2020-03-17T22:49:54.095896 | 2018-07-16T09:11:55 | 2018-07-16T09:11:55 | 134,019,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package dennis.practice.leetcode;
public class Problem_485 {
public int findMaxConsecutiveOnes(int[] nums) {
int count = 0;
int max = 0;
for (int i = 0; i < nums.length; i++) {
if (nums[i] == 1) {
count++;
} else {
max = max > count ?... | [
"dennischou@intumit.com"
] | dennischou@intumit.com |
3d336a7ca4ee2021a21222dc445ddb39ba3280ba | c2d7718c78bc13dbe03af035df7a4d743cfa48f0 | /src/query/QueryResult.java | a0b423e7b509c5cc6de23888ec6f6b141db044e9 | [] | no_license | johngunderman/spiderman | a68fbf5950b9c3e629ecc6bc8a29dbb5de033dd0 | bcdb8a0ffd495103227aaa0a562b562295cb6ba0 | refs/heads/master | 2021-01-01T17:57:41.180141 | 2012-12-19T19:45:02 | 2012-12-19T19:45:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46 | java | package query;
public class QueryResult {
}
| [
"johngunderman@gmail.com"
] | johngunderman@gmail.com |
b450c67d46f5e061e76c1f5642eb8f9cdf309fe2 | 2fb7c4151c787cb5869c5075b5efcf41c2019295 | /android/com/ees/chain/ui/viewholder/GoodsRVListViewHolder.java | 32ccfc3ef853a1ab7b2b6cdad98370e3b2657a95 | [] | no_license | SuperEnergy/client | 9b00b39df7c5453c1dfb7e721d4feb36afb9ffb3 | a2cad9b807323b3ec51827ae8e6c3c59c326c5cd | refs/heads/master | 2020-03-25T17:36:47.949829 | 2018-08-08T13:04:36 | 2018-08-08T13:04:36 | 143,986,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,991 | java | package com.ees.chain.ui.viewholder;
import android.content.Context;
import android.support.design.widget.Snackbar;
import android.view.View;
import android.widget.TextView;
import com.alibaba.sdk.android.media.utils.StringUtils;
import com.ees.chain.App;
import com.ees.chain.R;
import com.ees.chain.domain.Goods;
imp... | [
"dev@eeschain.com"
] | dev@eeschain.com |
597641c993fc2b8e95f4a3d2def1654553bab09d | 7e33dfd76332c6fb70fa800a7db48930856b9c41 | /src/com/liang/dl_weather/utils/SPUtils.java | ab983f030b5246c86ab594917cce699575adaa32 | [] | no_license | shijinliang/DL_Weather | 67d32bed268d8ee4832c36ff856a36f2c619a2cc | d5d12b8165c5f9f241f28cebf4207b157f846e3a | refs/heads/master | 2021-01-18T14:18:33.354201 | 2015-06-10T12:32:06 | 2015-06-10T12:32:06 | 37,195,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,490 | java | package com.liang.dl_weather.utils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Map;
import android.content.Context;
import android.content.SharedPreferences;
public class SPUtils
{
public SPUtils()
{
/* cannot be instantiated */
throw new UnsupportedO... | [
"sjl_leaf@163.com"
] | sjl_leaf@163.com |
6908026a89cb53b933569db379037ed083ca5061 | bcaa0a95eb83db93cee2daf66a4921e0931f32d3 | /dluid-ai/src/main/java/org/kokzoz/dluid/ai/network/layer/applier/BiasInitApplier.java | 62b34afa8a66c78b6f2860af15162959b1270ac1 | [
"Apache-2.0"
] | permissive | OSS-2021/Dluid | 29c6d2be5e8064e74bcac1968e7898c8aba3eb23 | 7765b92460ae4e1f97a51e6e0c20404242f16e98 | refs/heads/master | 2023-04-09T12:39:20.128816 | 2020-10-23T16:02:08 | 2020-10-23T16:02:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package org.kokzoz.dluid.ai.network.layer.applier;
import org.deeplearning4j.nn.conf.layers.BaseLayer;
import org.deeplearning4j.nn.conf.layers.Layer.Builder;
import org.kokzoz.dluid.ai.AIFacade;
import org.kokzoz.dluid.domain.entity.LayerProperties;
import org.kokzoz.dluid.domain.entity.enumerator.BiasInitializer;
p... | [
"kok202@naver.com"
] | kok202@naver.com |
66d42ffa9ee082ec33a0b6aba40465017904de25 | 75cfa9d4ec3ddb1dfe2f7d9896013364e3bc11b0 | /mainClassStudent.java | a04adb872c4654c99fac7666eb9b4d7e78a9b982 | [] | no_license | gilbertjiang/Hackerrank_Java | 587b3378e67207e9bd21565030eb97024f46e861 | 8658f0723bf5dec5d3c973c8379475988d359517 | refs/heads/master | 2021-05-08T15:13:59.809759 | 2018-02-03T17:42:16 | 2018-02-03T17:42:16 | 120,109,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | class mainClassStudent {
public static void main(String[] args) {
// Scanner scan = new Scanner(System.in);
// String firstName = scan.next();
// String lastName = scan.next();
// int id = scan.nextInt();
// int numScores = scan.nextInt();
// int[] testScores = new int[numScores];
// for(int i = 0; i < ... | [
"gilbertjiang@Sky.local"
] | gilbertjiang@Sky.local |
080c1ea51bb76dd7fa63146186d8d833474fd22f | 52b5dd058ccc08d5b2bef7833715d112fbca7b22 | /app/build/generated/source/r/debug/com/facebook/login/R.java | 3796fb8e8bde32b31caf29af63da7cf3061d6b0d | [] | no_license | diegotg97/listview | 5acf15543a1cf0c009167f428250066dcbc50fba | d58f7defd36ff201ffe4b4cc87cde8f159981829 | refs/heads/master | 2022-09-16T20:47:38.134619 | 2020-06-05T05:33:11 | 2020-06-05T05:33:11 | 269,539,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130,596 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.login;
public final class R {
public static final class anim {
public static final int abc_f... | [
"diegotrujillogonzalez@la-MacBook-Pro-de-Diego.local"
] | diegotrujillogonzalez@la-MacBook-Pro-de-Diego.local |
8d265b990649555f3f44998b38357a0e007fbc7a | 0c65f5105b4ae96e433d20d835f33cf7d781621a | /src/main/java/ar/com/sustentate/mw/models/EventoResponse.java | 0a9348261794c0fd7e058b528ea11d5db4751da9 | [] | no_license | sustentate/sustentatemw | 162a326ab7d16fb4948766c6fc609f8174a2fca7 | 10f3a60049658716ae9867945b7ad3dc0d3bc06c | refs/heads/master | 2021-05-12T08:30:23.954403 | 2019-05-10T22:26:21 | 2019-05-10T22:26:21 | 117,284,986 | 1 | 2 | null | 2019-05-10T22:26:22 | 2018-01-12T20:29:02 | Java | UTF-8 | Java | false | false | 1,397 | java | package ar.com.sustentate.mw.models;
import java.util.Date;
public class EventoResponse {
private String text;
private String title;
private String imageUrl;
private Date date;
private Date dateEnd;
private long _id;
private String place;
private String googleId;
public String ge... | [
"pablo.cavallo@joinmosaic.com"
] | pablo.cavallo@joinmosaic.com |
646bc58ec277d6b2323748a524ce775219114ae7 | 0c10ad60c6fb4f14f0a81cd5ed2b059fd77ce534 | /app/src/main/java/silverhillapps/com/planetexpress/loader/PackagingRepository.java | cd0e17ec85093f5786222b289aff45839e4d0631 | [
"Apache-2.0"
] | permissive | SalvaAguilar/PlanetExpress | 125389134cf23c3323a25c665c1119d9023b1e05 | eb036a4831915d3520eb642a1eda4e1200fb0149 | refs/heads/master | 2016-09-06T04:53:23.913772 | 2014-10-31T19:51:20 | 2014-10-31T19:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package silverhillapps.com.planetexpress.loader;
import silverhillapps.com.planetexpress.manager.ManagerInterface;
/**
* This abstract class determines the structure of a generic loader
*/
public abstract class PackagingRepository {
public abstract void getPackageList(RepositoryReceiver receiver, ManagerInterf... | [
"sraguilar@indra.es"
] | sraguilar@indra.es |
7800b3609b91269497e3b0e1d307dee30b872acd | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app49/source/com/google/android/gms/b/tp.java | 0018e127a9ec47863e56116ef593c75b5e6ac92e | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 2,346 | java | package com.google.android.gms.b;
import android.os.IBinder;
final class tp
implements tn
{
private IBinder a;
tp(IBinder paramIBinder)
{
this.a = paramIBinder;
}
/* Error */
public final void a(com.google.android.gms.fitness.result.SyncInfoResult paramSyncInfoResult)
{
// Byte code:
... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
5ebac8ecc366d635108a4338c3cf58f77bf30c57 | 21bfc1e43faeec303fe4e79d1309f0c37dbcf304 | /src/main/java/it/scompo/batchstuff/utils/DateUtils.java | 0d110b1ecf6fae8cde169d0cd170eb6fff0dc46f | [] | no_license | scompo/BatchStuff | 8bdbeddd952367b1ff50cf042c26f5d554d076d9 | 638e57b6375d47f389ed0519b528d77878caff51 | refs/heads/master | 2021-01-19T10:58:45.061868 | 2015-01-20T02:25:04 | 2015-01-20T02:25:04 | 29,028,737 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package it.scompo.batchstuff.utils;
import java.util.Date;
public abstract class DateUtils {
private DateUtils() {
}
public static Date getCurrentDate() {
return new Date();
}
}
| [
"scompo@gmail.com"
] | scompo@gmail.com |
f3e7a1ef7aa2529460ce8a3e74076e17b99f58b0 | 07935947ac64bb55ed6a86613f47d8113f66dc2b | /Project/src/org/project/view/Welcomeform.java | dafc62f10a0097f2e445e82f87e5353a3b7ddae6 | [] | no_license | danielcan/system | 2a3a0d2e3e595ec565b411100ab6d4d59256bfe2 | a244c7b4a217e5a5f05e37a6d28248e7516d5308 | refs/heads/master | 2023-02-18T04:55:31.581569 | 2021-01-20T04:15:15 | 2021-01-20T04:15:15 | 320,952,215 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,371 | 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 org.project.view;
import javax.swing.plaf.basic.BasicInternalFrameUI;
/**
*
* @author PC-lite
*/
public class Welcomeform ... | [
"danielcanc@gmail.com"
] | danielcanc@gmail.com |
ddf184293af530f412b3f6a70fee70e4856dd1ad | 985c63caca89fc4825486dc6efd87753183b9022 | /CrawlerAFID/src/main/java/Utils/Pair.java | 6001c42715d7c727725acc0cee4194f2b90de436 | [] | no_license | TravelRecommendationSystem/TravelCrawler | a27334195d1750266858b55f5b8165dcc4119e0f | 728c4e1a76edc6e42841ef0ba980036be4fe4c98 | refs/heads/master | 2020-03-21T10:27:27.062639 | 2018-06-30T18:33:22 | 2018-06-30T18:33:22 | 138,451,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package Utils;
/**
* @author Umino
* @date 7/1/2018
*/
public class Pair<U, V> {
private U first;
private V second;
public U getFirst() {
return first;
}
public V getSecond() {
return second;
}
public Pair(U first, V second) {
this.first = first;
this.s... | [
"umino.sharp@gmail.com"
] | umino.sharp@gmail.com |
4e0d55db09a14af358ded48d776c6677679ef9f9 | 4b9e1f2f8bf0a33f0677253211f3d1d885a7f8e6 | /src/builder/NutritionFacts.java | d4f40b02063c32c9594f46e2a98c57419c66e986 | [] | no_license | chying/design_pattern | a9d2a2d53123fb21e9c301566201e5b60de86736 | 500a21ea439c79eae79f066242ed6c912a666566 | refs/heads/master | 2020-11-30T10:46:13.725308 | 2020-01-17T08:34:51 | 2020-01-17T08:34:51 | 230,380,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,360 | java | package builder;
public class NutritionFacts {
private final int servingSize;
private final int serving;
private final int calories;
private final int fat;
private final int sodium;
private final int carbohydrate;
public static class Builder {
// required parameters
private final int servingSize;
private... | [
"852342406@qq.com"
] | 852342406@qq.com |
d869b48d2a5dace14d408f14c741f50a772e17ae | dfc339098e8883e8f9ad5acd67a4cab11bd26c64 | /src/main/java/com.bro/appdirect/entity/SubscriptionResponse.java | bca7d66ef08149abfa059524150001f8e60098af | [] | no_license | JonnyLinton/ad_challenge | 2ccb4011cfd966f6d6e1bf190faedfbc2a790b81 | bf6ea528c2d09c5c0b20d03c78f48aef66afa761 | refs/heads/master | 2021-01-12T07:05:10.490408 | 2016-12-20T05:08:38 | 2016-12-20T05:08:38 | 76,907,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.bro.appdirect.entity;
import lombok.Data;
@Data
public class SubscriptionResponse {
private boolean success;
private String errorCode;
private String accountId;
public SubscriptionResponse(boolean success) {
this.success = success;
}
public static SubscriptionResponse success() {
return new Su... | [
"jonathan.linton@appdirect.com"
] | jonathan.linton@appdirect.com |
b2afc88973fc7b4c18b1a29a91e178ede783c820 | 8639e47d58c2d40cc7b7136c2b9c7bf4ae901ab9 | /testArms/arms/src/androidTest/java/com/example/arms/ExampleInstrumentedTest.java | 6188ef58a6e9117b8b80a5f9f8babce86de07ed6 | [] | no_license | WJXG/testArms | fdfe3ba2738202ce1492cd2bb649ed135abb305e | 447aaa241c8d2b2eb398958fbfbc934f45c1173e | refs/heads/master | 2023-03-11T09:04:14.054825 | 2021-03-01T08:28:57 | 2021-03-01T08:28:57 | 343,269,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package com.example.arms;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleInstrumentedTest {
public void useAppContext() {
}
}
| [
"weijiangxing@bmsoft.com.cn"
] | weijiangxing@bmsoft.com.cn |
9219b2597aa06a647d7ada9d735695f6b75f1980 | 4da9097315831c8639a8491e881ec97fdf74c603 | /src/StockIT-v1-release_source_from_JADX/sources/expo/modules/splashscreen/singletons/SplashScreen$preventAutoHide$1.java | 703da4bce821a4daa3c5aa9f8925b290a9472b79 | [
"Apache-2.0"
] | permissive | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1 | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | refs/heads/main | 2023-08-11T06:17:05.659651 | 2021-10-01T08:48:06 | 2021-10-01T08:48:06 | 410,595,708 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package expo.modules.splashscreen.singletons;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;
@Metadata(mo40251bv = {1, 0, 3}, mo40252d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\u0010\u0000\u001a\u00020\u0001... | [
"57108396+atul-vyshnav@users.noreply.github.com"
] | 57108396+atul-vyshnav@users.noreply.github.com |
9b38830b2455e8c455d10eb15b91f25c2ce86e52 | d7b2c8cadd962042f87a8308aef5206a73f4c138 | /src/main/java/simulation/tankGame/resource/map/xml/XmlWater.java | 4c1614cb160c86f284cab1a66f49df64b23e3329 | [] | no_license | fengluo-HU/CISC-614-Computer-Simulation | 9ae7104548ca0e93673dba1a8f3be842dff1558d | 9ed705527acfe133f8b3529d4ed838acdbe211b7 | refs/heads/master | 2023-01-21T15:15:53.619612 | 2020-12-09T06:19:29 | 2020-12-09T06:19:29 | 314,888,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package simulation.tankGame.resource.map.xml;
import org.apache.commons.digester3.annotations.rules.BeanPropertySetter;
import org.apache.commons.digester3.annotations.rules.ObjectCreate;
/**
* Class Description...
*
* @author fengluo
* @since 2020/10/31 9:10
*/
@ObjectCreate(pattern = "map/waters/water")
public... | [
"fluo@my.harrisburgu.edu"
] | fluo@my.harrisburgu.edu |
99ab096acf273fa9d9528a0689add69bf8aecabb | 3acbcc5a05378bcbd179fc565da377f69f8d60db | /src/airbnbmongodb/FXMLInsertDocumentController.java | c1d5399324e13cb4d64342b9c35f45ed4a8ce351 | [] | no_license | tanzeerH/MongoDBAirbnb | 44a0e756b90738da9075f6f89209e44f6644cfd8 | 5de40220984dfe4e09b706780d3b71841e5b113d | refs/heads/master | 2020-04-11T02:02:38.662050 | 2018-12-12T19:55:43 | 2018-12-12T19:55:43 | 161,433,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,357 | 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 airbnbmongodb;
import Util.Connection;
import Util.Constant;
import Util.Listing;
import Util.MapReduce;
import com.mongodb.Ba... | [
"hossainatnzeer@gmail.com"
] | hossainatnzeer@gmail.com |
5857e4017aeafc78d1182c161b6385bbeb05f4e3 | 740bb6fc2b523aa60ccd27a9c8632cbda31a247e | /src/main/java/bl/matchbl/PlayerYourInfo.java | 17d0f3d81392a7a7c6da78857a45c7958448309c | [] | no_license | dingfeng/NBADataAnalysisSystem | ca8eb901809c2df7b0ac3c44c862b1b156c2851d | 92005c1eeeb01ced3a94ddfa46a5497f8b9a7d4d | refs/heads/master | 2016-09-10T20:08:48.527171 | 2015-05-10T05:46:38 | 2015-05-10T05:46:38 | 32,868,141 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | package bl.matchbl;
public class PlayerYourInfo {
private double teamTotalTime; //球队比赛时间
private int yourRebs; //对手篮板数
private int totalHit; //
private double yourAttackNO;
private int teamHand;
private int teamPenalty;
private int teamMistakes;
private int myRebs;
private int tw... | [
"1041460265@qq.com"
] | 1041460265@qq.com |
22c024148e61464f58d480541f844181772afa82 | 9ca87114857521cb86dc852a42f55c203d16c332 | /src/MisEjemplos/SINGLETON/InstitutoEducativo.java | a130d696057e77715578594de108bef5fc9f3c83 | [] | no_license | jorgestp/Patrones-Java | a790c5c5872857f45ee881271546957e03a7dea2 | 0aa4c003b9a55ac6efdac13da793c2fb8dc84174 | refs/heads/master | 2021-01-01T04:58:21.077344 | 2016-06-05T18:01:47 | 2016-06-05T18:01:47 | 56,134,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package MisEjemplos.SINGLETON;
public class InstitutoEducativo {
private static InstitutoEducativo instance;
//Se coloca una variable del mismo tipo que la clase, y por convencion,
//se usa el nombre instance. Aqui reside todo el secreto del patron, ya
// que es la variable la que se instancia una unica vez ... | [
"jorge10_stp@hotmail.com"
] | jorge10_stp@hotmail.com |
b2f2b6e8da14db8d06de37b5be97c16ccf5ff546 | e23402be831b848af49c73ea080d6db15eda6d3a | /server/src/main/java/io/github/yxr1024/chinesechess/userstats/UserStats.java | 1e39c97a3b80bd71779880e00a36f13796bd0baf | [
"MIT"
] | permissive | baijianruoliorz/chinese-chess-server | 708b0f48c096319e65c648d128cbcdb15b0c00d8 | ce627d6ff5ea5fff32048e00b5f4c78a1b9b3e3d | refs/heads/master | 2023-02-27T22:37:12.218339 | 2021-02-08T15:05:53 | 2021-02-08T15:05:53 | 330,130,664 | 1 | 0 | null | 2021-02-08T15:05:54 | 2021-01-16T09:49:02 | Java | UTF-8 | Java | false | false | 712 | java | package io.github.yxr1024.chinesechess.userstats;
import com.alibaba.fastjson.annotation.JSONField;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName("user_stats")
public cla... | [
"1099462011@qq.com"
] | 1099462011@qq.com |
75096f4f8d15663aa4c4a1249ab564bfddcba81e | c8291d6a93f73dfe6f0f6e3e3b9c74c166d3e136 | /labs/02_classes/Step1.java | d8382ef47ca9e85e6e45bd42454da7f435aea3c9 | [] | no_license | DreavTxRx/haskell_exc01 | 873d14a9e6b89bc25eb2b6f35572797f5af66609 | 0991d9b732c7af781c3051c282e35208cb6562da | refs/heads/master | 2022-03-12T04:13:45.793885 | 2018-07-08T02:20:30 | 2018-07-08T02:20:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | /* Name: Richard Eisenberg
* File: Step1.java
* Desc: Draws a Robin wherever you click
*/
import acm.program.*;
import java.awt.event.*;
public class Step1 extends GraphicsProgram
{
@Override
public void run()
{
addMouseListeners();
}
@Override
public void mousePressed(MouseEvent e)
{
RobinObject robi... | [
"rae@cs.brynmawr.edu"
] | rae@cs.brynmawr.edu |
b98ff4d344d3f9b8cee19fb4be97d532f5d084d5 | d6fbc6a30f1d9dd47814cf3bce80b5fcb5630de8 | /src/main/java/bobo/erp/repository/state/BaseStateRepository.java | a8758d1b845bc8137a850f416c33da0cda137869 | [] | no_license | cainsyake/erp | 8aa3a2098f67f7bc80c7e65986fd3d57da851984 | 995e2b8a88c504959f718396b5d770b340fba2a4 | refs/heads/master | 2021-01-01T17:55:09.834951 | 2017-12-13T15:08:39 | 2017-12-13T15:08:39 | 98,200,670 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package bobo.erp.repository.state;
import bobo.erp.entity.state.BaseState;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Created by 59814 on 2017/7/27.
*/
public interface BaseStateRepository extends JpaRepository<BaseState, Integer> {
}
| [
"598147223@qq.com"
] | 598147223@qq.com |
03f0b91ab03b1bc48729a3336f903fa88d864e4d | d287fd77e5c61d1305a8799998024152dc1646c1 | /src/Beginner/Operators/Shift/Question2/App.java | c41968d0a2a488db8ac3d02718a55a718b331672 | [] | no_license | Prilipko/quizzes | 2ae980c2b6fab7a6724e542174b1a0cf5bf0c49b | fc6e1a2353416afab9e2109f3beb9947561fa439 | refs/heads/master | 2016-08-12T14:33:55.675912 | 2015-12-17T20:58:15 | 2015-12-17T20:58:41 | 48,197,573 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package Beginner.Operators.Shift.Question2;
//Чему равна переменная x после выполнения следующей строки
class App {
public static void main(String[] args) {
int x = (-7) << 2;
System.out.println(x);
}
}
/*
A.> -28
B. -2
C. 3
D. 28
E. 1073741822
*/
| [
"prilipko.alexander@gmail.com"
] | prilipko.alexander@gmail.com |
52025f20659958d02efc9f084c2c80106c21f93b | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project439/src/main/java/org/gradle/test/performance/largejavamultiproject/project439/p2199/Production43984.java | 634f47881138edfe7cc558ba7bde7d9702bf003a | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,890 | java | package org.gradle.test.performance.largejavamultiproject.project439.p2199;
public class Production43984 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
20c046dcc3153fdaa3f891f087815711132bdb17 | b1730280eae305c1729d9faa486eec762f496d04 | /edu/cmu/lti/util/db/ADataBase.java | e1e8b2f09000b57accf2e61507626affa75e2ddd | [
"MIT"
] | permissive | whwang1996/pra | 8f1d22ec40c81b37ab596d459efb9922da183bb7 | 9db550f0a169ad2106ac6fb031b9fdd0d22fec65 | refs/heads/master | 2021-02-09T22:22:50.690247 | 2020-08-16T07:55:33 | 2020-08-16T07:55:33 | 287,879,355 | 0 | 0 | MIT | 2020-08-16T05:22:46 | 2020-08-16T05:22:45 | null | UTF-8 | Java | false | false | 9,288 | java | package edu.cmu.lti.util.db;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import j... | [
"noon99@gmail.com"
] | noon99@gmail.com |
17b26e8f2218eb219b85c0ed85d2bbf340cab8ba | 167b2f58c96221d9de5ca452fa56c018f5990e60 | /MultiVendorBillingSystem/src/com/cgi/logging/LogFactory.java | dfa878de8193e51d39b089617edadf9ac5fc79be | [] | no_license | mathanshub/Experiments | 74f5572f26cec90bf1725bac6be11d2814608630 | e5ee24378a69f7480f52baa8f1b8fbfbe721aee3 | refs/heads/master | 2020-04-24T00:54:14.001261 | 2012-12-31T07:10:34 | 2012-12-31T07:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | package com.cgi.logging;
public class LogFactory {
/**
* getDebugLog method - This method is used to retrieve the debug log
* implemenation
*
* @param aClassName
* @return
*/
/*public static Log getDebugLog(final String aClassName) {
return new LogImpl(aClassName);
}
*/
/**
* getOperationLog meth... | [
"mathansmail@gmail.com"
] | mathansmail@gmail.com |
476c29d2d93dc98241318a0f6b251fe2bd257a0f | 8f451ed73f282dda8ee12258d7db337baed6e4c8 | /JBUI/src/jbui/model/IdSystemNode.java | ea91a9cbe164db59a73aded19cebfc005e6e83b3 | [] | no_license | Adrianilloo/TFM | 25f6a55854245853034a5cc3496a1da70544531a | c411a10d2ac0d97d02fd0dfddf1e62e2bf7ac339 | refs/heads/master | 2020-06-03T21:54:15.752302 | 2019-09-15T14:26:10 | 2019-09-15T14:26:10 | 191,746,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,147 | java | package jbui.model;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import jbui.JBUI;
import jbui.controller.IdSystemNodeUIController;
public class... | [
"adrigibal@gmail.com"
] | adrigibal@gmail.com |
e35d65bcc8f0e2e33045003125d394eb6194efc3 | 7a863cb1a4f10c1921f402d53dafe5ae4d394180 | /src/main/java/com/sixtyfour/cbmnative/javascript/generators/JneJs.java | 041c5b31e427a056ba6f9cc3942a31c53dd7f3bd | [
"Unlicense"
] | permissive | EgonOlsen71/basicv2 | a3d1e0d1f1eca9a66cca448b9f81f5cec14a02a7 | 4f6dea926e7552b730dfed9a963fd336428ca717 | refs/heads/master | 2023-08-29T13:53:51.392752 | 2023-08-29T12:43:42 | 2023-08-29T12:43:42 | 65,315,522 | 84 | 18 | Unlicense | 2023-08-07T13:50:14 | 2016-08-09T17:40:02 | Java | UTF-8 | Java | false | false | 619 | java | package com.sixtyfour.cbmnative.javascript.generators;
import java.util.List;
import java.util.Map;
import com.sixtyfour.cbmnative.GeneratorContext;
/**
* @author EgonOlsen
*
*/
public class JneJs extends JumpBaseJs {
public JneJs() {
super("", null);
}
@Override
public String getMnemonic() {
return "J... | [
"helge.foerster@schluetersche.de"
] | helge.foerster@schluetersche.de |
f867b6630fe9379eab245ad52017cdc297cc0c6c | 3b9ed3d8947c118cbaf6252df27ef5ec1b2b7190 | /core/src/main/java/org/ehcache/core/statistics/package-info.java | c6881f9ab17ee41174d6ceff5ea6a646294f0cf6 | [
"Apache-2.0"
] | permissive | 0xflotus/ehcache3 | a3145e78b5a3200201bcf4b14749db5cd5203621 | f08fcfbfcb43d6cf31f5be97df388b40996744ab | refs/heads/master | 2022-05-28T19:50:55.974456 | 2020-04-24T07:26:24 | 2020-04-24T07:26:24 | 259,139,627 | 1 | 0 | Apache-2.0 | 2020-04-26T21:53:52 | 2020-04-26T21:44:43 | null | UTF-8 | Java | false | false | 721 | java | /*
* Copyright Terracotta, Inc.
*
* 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 ... | [
"ljacomet@gmail.com"
] | ljacomet@gmail.com |
d510990ea0b2e1f174bac1176d23094618a9cb7a | 03d1e31c3431076e72212358d52e38511d146550 | /src/main/java/treesAndGraphs/BFS_BreadthFirstSearch_LevelOrderTraversal.java | 320a48ef364bc77c3484033059e363cc5390218f | [] | no_license | seshasaisrivatsav/data-structures-java | 389847707e010eb547c2f25060b5681b1f52928f | 10116c39f9bc11987a3735739bc3a39134ada41c | refs/heads/master | 2023-03-04T04:46:44.948643 | 2023-02-22T18:20:39 | 2023-02-22T18:20:39 | 101,916,227 | 0 | 2 | null | 2022-10-19T05:04:42 | 2017-08-30T18:34:23 | Java | UTF-8 | Java | false | false | 1,048 | java | package treesAndGraphs;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
public class BFS_BreadthFirstSearch_LevelOrderTraversal {
/**
* BFS = Breadth First Search
*/
public static List<Integer> levelOrderSearch(Node root) {
Queue<Node> ... | [
"seshasaisrivatsav@gmail.com"
] | seshasaisrivatsav@gmail.com |
8f55bd896bc9d0f30d88c15e92ff3a93ff2aff46 | d0d190a8b4ec683d6fb0309e406cb040c022a058 | /app/src/main/java/com/nc/story/model/Story.java | 5ee67cfa95cf0f1abde8c9da70a3c5fe49fefcdf | [] | no_license | ensienajafi/story | 283f911d3c5be17cda06d4fbd251e11807de3366 | 4d21a13bbec9c576f69c505e4679aabfec86c059 | refs/heads/master | 2020-06-16T12:57:16.321367 | 2019-07-07T10:15:55 | 2019-07-07T10:15:55 | 195,582,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.nc.story.model;
import java.io.Serializable;
public class Story implements Serializable
{
public String englishName, persianName;
public int imageRes;
}
| [
"mahdi.msr4@gmail.com"
] | mahdi.msr4@gmail.com |
bdea5b5044b42062c057ac9245f7be8d8d9823b3 | 098186ded6ff373478892ecdf7e607afa62de7c9 | /app/src/androidTest/java/com/example/admin/cardview/ExampleInstrumentedTest.java | 368b8078da8c63afb3e602366629090fcea86d49 | [] | no_license | Songlengmou/CardView | 365ab94ab45a59565b206f088c88755533190c85 | 49ca32a85ccad95349506b497c0d1a4573ad8e0c | refs/heads/master | 2020-03-18T20:43:28.135238 | 2018-05-29T03:01:11 | 2018-05-29T03:01:11 | 135,231,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.example.admin.cardview;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andr... | [
"hyf@syp.com"
] | hyf@syp.com |
f8565d1eff0883d6a8dc5a0bf27088540a28859b | 38517d5c6fb3af002709447cc5ecbaeb2a59da74 | /manager/src/main/java/com/wzitech/Z7Bao/frontend/business/impl/HeePayConfig.java | e8c8281c2a163aaaf129cb603e50892688cc8bb4 | [] | no_license | chengxingyuan/7Bao-project1 | 10ceb16aa5ceb26e42b047141eb70f5338b29069 | 8c3e31fd411fd39f4969c8845fac9ea827a004c9 | refs/heads/master | 2021-08-22T04:26:30.806153 | 2017-11-29T07:47:14 | 2017-11-29T07:47:56 | 112,443,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package com.wzitech.Z7Bao.frontend.business.impl;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
* Created by guotx on 2017/9/22 15:52.
*/
@Component
public class HeePayConfig {
@Value("${7bao.heepay.agentid}")
private String agentId;
@Va... | [
"854803963@qq.com"
] | 854803963@qq.com |
a4e3b94913429cc486a1c81e439824123cf08afc | eef36d66fca1c1077b32e8241837ce18945800a6 | /DriverApp/src/com/example/driverapp/ReadID.java | 4ced89c0a555b4ff48987c88571221292515f6bb | [] | no_license | AhmadNofal/TaxiApp | a8a9136992009164acd09f24174fafb7b6bcec59 | 7f357b67248e1ef45e3d1425bcce889dc21daa39 | refs/heads/master | 2021-01-23T16:31:36.331708 | 2014-07-25T14:48:54 | 2014-07-25T14:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.example.driverapp;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import android.os.Environment;
public class ReadID {
public static int getID()
{
int id = 0;
File Info=new File(Environment.getExter... | [
"aahmadnofal92@hotmail.com"
] | aahmadnofal92@hotmail.com |
2dda81bc49ed4516ffa82fbb90366bb0dcf55e59 | e52ff7c36a00e06b4f00128395bc05d1ba8e4a53 | /Day46-ContainerWithMostWater.java | 605aa27c46438dabc4d5e4d3f4f85c40c6551902 | [] | no_license | HDCong/MyDailyLeetCode | 3a97f4be55c9e5a1bb07848b695e075f8af74821 | f74defc95d72d86dce1c403936a07755ba205f95 | refs/heads/master | 2022-12-31T09:48:28.967570 | 2020-10-14T15:02:48 | 2020-10-14T15:02:48 | 271,340,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | class Solution {
public int maxArea(int[] h) {
int res= 0 , left= 0, right = h.length-1;
while(left<right){
res = Math.max(res,Math.min(h[left],h[right])*(right-left));
if(h[left]< h[right]) left++;
else right--;
}
return res;
}
} | [
"1712304@student.hcmus.edu.vn"
] | 1712304@student.hcmus.edu.vn |
2403d1e9918444b1a0431a16262431c97ed7116e | c278b2e06e98b0b99ca7350cfc12d2e535db1841 | /payinterface/payinterface-core/src/main/java/com/yl/payinterface/core/bean/RemitBillBean.java | d21e0a472e6c45e81d624738ea6913954a4f46dc | [] | no_license | SplendorAnLin/paymentSystem | ea778c03179a36755c52498fd3f5f1a5bbeb5d34 | db308a354a23bd3a48ff88c16b29a43c4e483e7d | refs/heads/master | 2023-02-26T14:16:27.283799 | 2022-10-20T07:50:35 | 2022-10-20T07:50:35 | 191,535,643 | 5 | 6 | null | 2023-02-22T06:42:24 | 2019-06-12T09:01:15 | Java | UTF-8 | Java | false | false | 3,548 | java | /**
*
*/
package com.yl.payinterface.core.bean;
import java.io.Serializable;
/**
* 汇款账单Bean
*
* @author 聚合支付有限公司
* @since 2016年11月11日
* @version V1.0.0
*/
public class RemitBillBean implements Serializable {
private static final long serialVersionUID = -148346364051821197L;
/** 请求ID(付款单编码) */
private S... | [
"zl88888@live.com"
] | zl88888@live.com |
19567ed3e860af8dfccb8829d8159900220f758f | 7c5deb21be403dcfbdf223242a3ee88fc3902a9b | /illegalconstruction/src/main/java/com/wuhan/illegalconstruction/pojo/Appendinfo.java | 873dbc943a5d21fb5dcb394e656c16403f93de9e | [] | no_license | inview80/java | 373a1acf1cdaf72ce1a87a9fce5eb6762269628d | d756ef701ea50ba67ad948d26cd63ef7e500eb24 | refs/heads/develop | 2022-07-16T21:53:32.147252 | 2019-12-26T05:09:28 | 2019-12-26T05:09:28 | 211,757,692 | 0 | 0 | null | 2022-06-29T17:42:42 | 2019-09-30T02:15:24 | Java | UTF-8 | Java | false | false | 193 | java | package com.wuhan.illegalconstruction.pojo;
import lombok.Data;
/**
* 附加信息表
*/
@Data
public class Appendinfo {
private long id;
private String item;
private String title;
}
| [
"inview@126.com"
] | inview@126.com |
927700d5050c0d1524327dc5142df502a406e1a8 | db67dd80a192e906130327592f68d731bd021fc6 | /presentation/src/main/java/com/privalia/albert/challenge/presentation/ui/adapter/MovieAdapter.java | 19e84c354bb29244f4caefae85e0054f2c25647b | [] | no_license | aviaplana/privalia_challenge | 039a9d467c814c5749adc13e996a030c5e9c144c | 098ebeb905b5b0b2d666af8a5b5125fbbf74ea0d | refs/heads/master | 2021-09-05T07:48:52.798614 | 2018-01-25T10:48:52 | 2018-01-25T10:48:52 | 118,894,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package com.privalia.albert.challenge.presentation.ui.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.privalia.albert.challenge.presentation.databinding.ItemMovieViewBinding;
import com.privalia.albert.challenge.presentation.model.M... | [
"albert@MacBook-MacBook-Pro-de-Albert.local"
] | albert@MacBook-MacBook-Pro-de-Albert.local |
199eb420ff19dfdf2680d2f3546a6d85449c8e8e | f7aa52712bf49d25db1c6e8ed27ddd5f00f732af | /OrderApp/app/src/main/java/com/example/trandainhan/orderapp/fragments/DaXuLyFragment.java | 9abc9ac325a751f85a40922c2ecc813a8403de23 | [] | no_license | ndthanhdev/OrderApp | 1156b26a3f3e7e4230357c3f82cc9e5fdb0d885a | 05448ffc054e9c97cda1754281eb0fded3d4bfc3 | refs/heads/master | 2021-09-07T23:06:29.510592 | 2017-05-24T11:21:58 | 2017-05-24T11:21:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,298 | java | package com.example.trandainhan.orderapp.fragments;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.Fragment;
import android.content.Context;
import android.content.DialogInterface;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.LayoutIn... | [
"thanhtdt@outlook.com"
] | thanhtdt@outlook.com |
f072321326f937e81985af7f915adc8ee00f1815 | 3657b6f5b30ac061e2ab1db7cd745e2ca8183af3 | /homeProject/src/com/house/home/entity/workflow/Department.java | 41e5b308ffa709ed0148f6798a2e19fb5d551755 | [] | no_license | Lxt000806/eclipse_workspace | b25f4f81bd0aa6f8d55fc834dd09cdb473af1f3f | 04376681ec91c3f8dbde2908d35612c4842a868c | refs/heads/main | 2023-05-23T12:05:26.989438 | 2021-06-13T05:49:26 | 2021-06-13T05:49:26 | 376,452,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,094 | java | package com.house.home.entity.workflow;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;
import com.house.framework.commons.orm.BaseEntity;
/**
* Department信息
*/
@Entity
@Table(n... | [
"1728490992@qq.com"
] | 1728490992@qq.com |
469943ed9d385119b013a0d898209d950362659b | 043e8c777f64b2b4abf46e2f7eae07e305fb47de | /GGON/GGON/GGON/src/org/parosproxy/paros/extension/scanner/PolicyDialog.java | e95ee7d12735335e455dfae1f0aff90041300b18 | [] | no_license | kr276400/ggonparos | 34fe2ece0e8fc41364bb6b17396df33cedbfeaba | 585a93c0aa9c3f18e5e0eb901bd7c450a087f373 | refs/heads/master | 2020-12-06T01:49:43.084866 | 2020-01-07T11:02:19 | 2020-01-07T11:02:19 | 232,305,276 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,041 | java | package org.parosproxy.paros.extension.scanner;
import java.awt.Frame;
import java.awt.HeadlessException;
import org.parosproxy.paros.core.scanner.Category;
import org.parosproxy.paros.core.scanner.PluginFactory;
import org.parosproxy.paros.view.AbstractParamDialog;
public class PolicyDialog extends AbstractParamDi... | [
"52905962+kr276400@users.noreply.github.com"
] | 52905962+kr276400@users.noreply.github.com |
6e8c8e35c7d254310ad2f49f5ff298e070c9d597 | 64ac44c71aefc51d49d7aba53e4d37502d059a19 | /StockTrackingService/src/main/java/org/stock/track/service/WebSocketService.java | 390a240597cbad2a3162dc30319ab11778b12349 | [
"MIT"
] | permissive | sumitshrestha/StockTracker | 173ce1e13c6ca4d1f2f15984070244755fdec5fa | 408496e7f1d4ef35c60ce0f781391211dedeb55f | refs/heads/main | 2023-02-27T15:40:42.681278 | 2021-01-31T20:19:39 | 2021-01-31T20:19:39 | 323,151,516 | 0 | 10 | null | 2021-02-06T02:16:55 | 2020-12-20T19:43:53 | Java | UTF-8 | Java | false | false | 3,790 | java | package org.stock.track.service;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.stock.track.pojo.CurrentStockValueResponse;
import o... | [
"rhs4shr@gmail.com"
] | rhs4shr@gmail.com |
a2450e7c3076bf803204d561d7ab2830678f32b9 | 2c23f296ad57b1ff12ecafdc352ace28e116beb9 | /src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/clinical/fhir/ImmunizationResource/ProtocolApplied.java | 0e4a3a30097b336316c70978296c0cd5711b38f2 | [
"Apache-2.0"
] | permissive | jbmyer94/iDaaS-EventBuilder | 448976955daaf1c9424d0742f1752cb95787de0f | 66f815a1071538928f717a2b0d293858596b6086 | refs/heads/master | 2023-05-23T14:17:41.071220 | 2021-06-16T16:16:02 | 2021-06-16T16:16:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | package io.connectedhealth_idaas.eventbuilder.pojos.clinical.fhir.ImmunizationResource;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import java.util.List;
public class ProtocolApplied {
public String series;
public List<TargetDisease> targetDisease;
public int doseNumberPositiveInt... | [
"rxj7063@Rj-MacBook-Pro.local"
] | rxj7063@Rj-MacBook-Pro.local |
0a777af423184a3f94087e1690c963760921f7e1 | f504abf8019d78c560c084c7b368d365e784a7a8 | /demo/src/main/java/com/react/demo/view/base/BaseService.java | 5958ea460e1a5cac4c28771f206f182f2ab4098e | [] | no_license | mayanze/management-analysis | 554d8ea29750ab8efd3cc7a5e4234861eb522e39 | 3a45ff728a80ae46bf691681bbb579902c7c158c | refs/heads/master | 2022-07-15T13:55:46.233277 | 2019-04-08T12:15:54 | 2019-04-08T12:15:54 | 154,490,647 | 1 | 0 | null | 2022-06-17T02:04:31 | 2018-10-24T11:38:20 | null | UTF-8 | Java | false | false | 302 | java | package com.react.demo.view.base;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import java.util.Optional;
public interface BaseService<T> {
T save(T var1);
Page<T> findAll(T logEntity, Pageable pageable);
Optional<T> findById(Long id);
}
| [
"12365a"
] | 12365a |
6611715219a323d608068fba59b9f96bacd0b125 | 0113e4f23869b153fd2c79c864790f265b68c484 | /POO202004_201905545_MatheusTeles/ASs_exercises/src/aula03/laboratorio/Produto.java | 5bb5cd452529526104b00b4339753049483a44a6 | [] | no_license | Matheusspec/POO_2020_04 | ea27d87c99f59207729c399c1870fb3578ac53d2 | 62816d06542dc7b2a78c477a623cc1765eaef6f0 | refs/heads/master | 2020-12-13T13:01:09.449164 | 2020-02-09T18:16:43 | 2020-02-09T18:16:43 | 234,423,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package aula03.laboratorio;
public class Produto {
String nome;
double tamanho;
String tipo;
String cor;
String especificacao;
}
| [
"matheusteles015@gmail.com"
] | matheusteles015@gmail.com |
2f063315a7ed36093125c54f1a4b6336cdf725f4 | 001eae35851e132f4d76c54fb668bd013c53dc60 | /sqldbs/h2java/src/main/org/h2/command/dml/Select.java | 336cc1a664b2d33ab0eac07b127327d1008477ad | [] | no_license | paulnguyen/data | b7f538bd4b4a24787c3c320e27535e3ce6558dd2 | 991f3930ff0b86cfc3afbe14cf94d983e1fcf77e | refs/heads/master | 2021-12-14T09:50:30.339094 | 2021-12-04T03:17:10 | 2021-12-04T03:17:10 | 47,385,936 | 1 | 24 | null | null | null | null | UTF-8 | Java | false | false | 50,210 | java | /*
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.command.dml;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import org.h2.ap... | [
"paul.nguyen@sjsu.edu"
] | paul.nguyen@sjsu.edu |
0ea0d088a6dc0fae17828b240c693d41208226d5 | caef9a6a36808dbc90663a002a489732db84edf3 | /javastudy/src/com/hengqin/test1/HelloServer.java | b720263bb431083dfb52edf19b4fb21ad8d823c9 | [] | no_license | Xixi-moon/repo1 | 7ab4316d1e6405fee2cf2e110ef4e1b5eb27e588 | f402637a3b7560f381fa8aaaf7d43b1a9eeef9d6 | refs/heads/master | 2022-12-22T15:20:49.311022 | 2020-10-06T07:42:05 | 2020-10-06T07:42:05 | 301,661,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package com.hengqin.test1;
import java.io.PrintStream;
import java.net.ServerSocket;
import java.net.Socket;
public class HelloServer {
public static void main(String[] args) throws Exception{
ServerSocket server = new ServerSocket(9999); //所有服务器都必须有端口
System.out.println("等待客户连接");
Socket ... | [
"879387269@qq.com"
] | 879387269@qq.com |
2cfcfed32695054d3e43913a85ba31499e1c0947 | f3845e8090b74b4f26e8981b2dbbe7c3c1696e82 | /cloudservice/cloudservice-zuul-gateway-9527/src/main/java/com/tang/Zuul_GateWay_App.java | f42cf9060e89abcff1969f0f4aff6d2a0e04f2df | [] | no_license | Bitter-melon-is-not-bitter/springcloud-demo | c2ac02053da0532c6b230bc1d97068082b9f156b | a805520f733f2df2c2913a044d2a7a97ac99f055 | refs/heads/master | 2022-06-28T10:57:47.582399 | 2019-06-20T02:44:02 | 2019-06-20T02:44:02 | 192,836,407 | 0 | 0 | null | 2022-06-21T01:19:03 | 2019-06-20T02:42:29 | Java | UTF-8 | Java | false | false | 389 | java | package com.tang;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
@SpringBootApplication
@EnableZuulProxy
public class Zuul_GateWay_App {
public static void main(String[] args) {
... | [
"1684358149@qq.com"
] | 1684358149@qq.com |
504f5ca21c91f559788a4d02b4cc9e137a49869a | 91af99834f616f8a6d6b3bb7227699ee4b8ae35e | /src/test/java/com/mycompany/imageboard/web/rest/ProfileInfoResourceIntTest.java | a4c6fcdd60522bb24f2ad27d2a8fc052e021d08d | [] | no_license | d-leroy/imageboard | 7f7673b39d2328e14bbcd359e217bebf32d3df34 | a0c38283b8ace20a846dbc19075e3c8d5c28818a | refs/heads/master | 2020-12-30T14:55:21.054894 | 2017-05-16T11:32:14 | 2017-05-16T11:32:14 | 91,093,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,236 | java | package com.mycompany.imageboard.web.rest;
import io.github.jhipster.config.JHipsterProperties;
import com.mycompany.imageboard.ImageboardApp;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.boot... | [
"dorian.leroy@irisa.fr"
] | dorian.leroy@irisa.fr |
43c91f9b1f0f5be7a46cfc5e205de65db7ca7895 | 597ba65d6b8c56f0b7b1ba8353213316ddc08983 | /hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestExpiredMobFileCleaner.java | e22b4b5c87a57b472cb075a1317208f6cebb380b | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-protobuf",
"CC-BY-3.0"
] | permissive | sel-fish/hbase-1.2.0-cdh5.7.0 | a231d5ff37dab6b9110eb7d17539257d617d6d35 | 4c5992d493b941b896accd8923f8ffa69035f5ed | refs/heads/master | 2021-01-17T13:04:02.818556 | 2016-07-23T12:30:52 | 2016-07-23T12:30:52 | 59,653,086 | 2 | 1 | Apache-2.0 | 2023-03-20T11:55:44 | 2016-05-25T10:11:29 | Java | UTF-8 | Java | false | false | 6,460 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | [
"fqlgy@hotmail.com"
] | fqlgy@hotmail.com |
aba79ec8714f41d6fd3222a4ac15027f2c5173da | e45643b3b8cbacf608aacadb0dfd010c63bb45e4 | /gmall-pms/src/main/java/com/atguigu/gmall/pms/controller/SkuInfoController.java | da9018954f46692559677e637773937fa2cc3efe | [
"Apache-2.0"
] | permissive | jun1454495073/gmall | 17a147b9230fdb78755c1f39bf137e982902741d | 7cdcadc1decc2d98f538f23143e350a0b68a5f04 | refs/heads/master | 2022-12-19T22:12:26.158335 | 2020-01-06T11:20:13 | 2020-01-06T11:20:13 | 231,484,652 | 0 | 0 | Apache-2.0 | 2022-12-15T23:34:52 | 2020-01-03T00:54:46 | JavaScript | UTF-8 | Java | false | false | 2,693 | java | package com.atguigu.gmall.pms.controller;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import io.swagger.an... | [
"1454495073@qq.com"
] | 1454495073@qq.com |
be7c44e2b80e5a9be20666b1f49079c75b626d7e | 5e6d3fa6484dfe252aacc5278bdaddee3316055b | /com.wudsn.tools.base.atari/src/com/wudsn/tools/base/atari/CartridgeType.java | e6932bfbe9b6dc3364dd321353ded57fa0e926c6 | [] | no_license | magic-lantern-studio/wudsn-base | b7f79a3018a6bfbad2db08891c61200727fca35c | 37dfd071e743b28b6ef2f6df614b7fb0633eeb5e | refs/heads/master | 2023-03-30T10:28:59.344264 | 2021-04-03T00:41:46 | 2021-04-03T00:41:46 | 445,613,476 | 0 | 0 | null | 2022-01-07T18:15:14 | 2022-01-07T18:15:13 | null | UTF-8 | Java | false | false | 32,031 | java | /**
* Copyright (C) 2013 - 2020 <a href="https://www.wudsn.com" target="_top">Peter Dell</a>
*
* This file is part of The!Cart Studio distribution.
*
* The!Cart Studio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | [
"jac@wudsn.com"
] | jac@wudsn.com |
b31598e4002b0327319d7d2a1cbd96725dfd0f83 | 84672d86e67a2fd3e55a519ab9f8eba0b56fa997 | /src/main/java/com/jmlw/web/rest/util/PaginationUtil.java | 0af6e3285c04e9b9a3d0d311f308dc71bbd51898 | [] | no_license | jmlw/contacts | 1b5d55634462b256424ce126b7bba20b38d36480 | 2b541ad120bf6352ae46de33d76a38318bd5cad4 | refs/heads/master | 2021-01-17T17:14:45.084987 | 2016-08-05T18:00:09 | 2016-08-05T18:00:09 | 65,025,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,935 | java | package com.jmlw.web.rest.util;
import org.springframework.data.domain.Page;
import org.springframework.http.HttpHeaders;
import org.springframework.web.util.UriComponentsBuilder;
import java.net.URI;
import java.net.URISyntaxException;
/**
* Utility class for handling pagination.
*
* <p>
* Pagination uses the s... | [
"josh.m.l.wood@gmail.com"
] | josh.m.l.wood@gmail.com |
db7c725b7ea6078e35b718fd46e100064f52151d | e79eaa682b7a905dd774642025b6206ddcdeb8c5 | /src/widgets/instance/Test.java | e4557cf9344b53959e4664f5330bf396d01b1ab7 | [] | no_license | rakeshbanothu/DDP2P | e5efcf87aa4ea36b36b01f1e6239cbaab30f7dc2 | aa54968a055506d2bc02219c727f07c165be2816 | refs/heads/master | 2020-04-06T04:40:07.555311 | 2014-02-26T15:43:19 | 2014-02-26T15:43:19 | 17,235,269 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package widgets.instance;
import util.DBInterface;
import util.P2PDDSQLException;
import config.Application;
public class Test {
/*
try {
Application.db = new DBInterface(Application.DELIBERATION_FILE);
} catch (P2PDDSQLException e) {
}
*/
}
| [
"msilaghi@fit.edu"
] | msilaghi@fit.edu |
cb5112db8c685eb68fc343740ae8aa80cd963d2e | 85e39a446fd6cde5267c88a90aa8f50f80e69267 | /src/main/java/br/com/brbs/catalogo/modelo/enums/UfEnum.java | 6b9e841a08b029fc5f4dbb6139178a0a9e02ed4a | [] | no_license | claudiouft/catalogo | d826aa09325ac4d69fa155d91e8f7b1132c61c3d | 93c510c7c1df4a6b34c4079227a091f756a48253 | refs/heads/master | 2023-03-05T03:26:38.959036 | 2019-06-04T02:32:59 | 2019-06-04T02:32:59 | 144,085,905 | 0 | 0 | null | 2023-02-22T07:09:14 | 2018-08-09T01:26:52 | Java | UTF-8 | Java | false | false | 1,298 | java | package br.com.brbs.catalogo.modelo.enums;
public enum UfEnum {
ACRE(1,"ACRE","AC"),
ALAGOAS(2,"ALAGOAS","AL"),
AMAZONAS(3,"AMAZONAS","AM"),
AMAPA(4,"AMAPÁ","AP"),
BAHIA(5,"BAHIA","BA"),
CEARA(6,"CEARÁ","CE"),
DISTRITO_FEDERAL(7,"DISTRITO FEDERAL","DF"),
ESPIRITO_SANTO(8,"ESPÍRITO SANTO","ES"),
GOIAS(9,"GOIÁ... | [
"claudiouft@gmail.com"
] | claudiouft@gmail.com |
3a0351794fcb9fa90a978ed9affa7fa44b0d5eb9 | 31ae61d4e7d7371027af28e0afc77fe73c4e2f45 | /hhpc/parkmanager.pb.hhpc.war/src/com/wiiy/crm/action/DataReportPropertyAction.java | 76f8a4aae82c04bd02c44e08df37f63f8c1ad0af | [] | no_license | qiandonghf/newPark | 90912e32b1dc54defbb44e2aa557a61a92fc4316 | 08b710a777d61dfa5d98e20b37f3ce9cb95a1ece | refs/heads/master | 2020-06-02T22:08:25.826359 | 2015-05-07T07:14:37 | 2015-05-07T07:14:37 | 35,206,643 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,222 | java | package com.wiiy.crm.action;
import java.util.List;
import com.wiiy.commons.action.JqGridBaseAction;
import com.wiiy.commons.util.BeanUtil;
import com.wiiy.hibernate.Filter;
import com.wiiy.hibernate.Result;
import com.wiiy.crm.entity.DataReportProperty;
import com.wiiy.crm.service.DataReportPropertyService;
/**
*... | [
"811208477@qq.com"
] | 811208477@qq.com |
82e84e440a622bffd822fa35c972d9f55a08d6ec | 81046fe13cc6575fd51944bd0b0aeb43182ec22b | /src/test/java/br/com/scheidt/fileexplorer/parser/csv/CsvParserTest.java | 5dd420c6db13f8309e9bbb3bdf1e08ae49907613 | [] | no_license | leloscheidt/file-explorer | 0777f5ba48d7b48cfc3c56b6cb5052780a2d8ca8 | 314a6cf4ca4b187bf1e2115c4fd84c29346ea7ff | refs/heads/master | 2018-09-01T10:00:18.257114 | 2018-06-12T01:21:02 | 2018-06-12T01:21:02 | 109,541,952 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package br.com.scheidt.fileexplorer.parser.csv;
import static org.junit.Assert.assertEquals;
import java.io.File;
import org.junit.Test;
import br.com.scheidt.fileexplorer.exception.ApplicationException;
import br.com.scheidt.fileexplorer.file.TestFile;
import br.com.scheidt.fileexplorer.parser.FileParser;
public ... | [
"leloscheidt@gmail.com"
] | leloscheidt@gmail.com |
f260fae2fc8db4058f41045b2c347fdb2eb5ee5c | 90392f73d2d956f2c2baa6978af1c94462722374 | /app/src/main/java/com/example/em/e_przedszkolak/Owoce/Apple.java | 68094bffe439e553cb9336c5d23258aaf0396518 | [] | no_license | em-j/E-przedszkolak-master | f5d79cb28b1d8bff894764e3a3fa57b0047ede88 | 512895046036394366652bd5e5130e241fa4c4d7 | refs/heads/master | 2021-01-20T12:35:18.636698 | 2017-05-05T14:14:47 | 2017-05-05T14:14:47 | 90,384,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | package com.example.em.e_przedszkolak.Owoce;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.example.em.e_przedszkolak.R;
import java.util.Objects;
/**
* Creat... | [
"emka1994@gmail.com"
] | emka1994@gmail.com |
b758d599d1218c2fe5cc4c22db1fb34d5b74f7d0 | 745a3cb5706d6a1c53757ea136a540e20e19fc95 | /Reactive Samples/src/main/java/org/demo/reactive/samples/CombiningPublishers/helper/NameGenerator.java | 2a762acf67eff58e3c9dab54e2d5fe2b954f9cd5 | [] | no_license | ABSH1112/Reactive-Programming | f0456c6530124bee61815b0ad996ed32da97e841 | 49d9f25525a5f789524d94700a9bc7bfc0243bc1 | refs/heads/master | 2023-08-05T01:29:49.089882 | 2021-10-07T15:05:09 | 2021-10-07T15:05:09 | 413,273,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package org.demo.reactive.samples.CombiningPublishers.helper;
import org.demo.reactive.samples.utils.ReactorSamplesUtil;
import reactor.core.publisher.Flux;
import java.util.ArrayList;
import java.util.List;
public class NameGenerator {
private List<String> list = new ArrayList<>();
public Flux<String> gen... | [
"abhishek.shetty@netcracker.com"
] | abhishek.shetty@netcracker.com |
51ad203f220cea215961a8f2c3a85dacc015c596 | 7da24df12bdfdc9238564f9e2652f22de7a97dd0 | /src/main/java/com/example/demo/TrainServiceApplication.java | c721c2c0e8f00c17b5cc502522d13b719739d31f | [] | no_license | Hussain980/Training_Train_Service | e7ac0c8a79671e083dca93328b028c836d81e7e2 | a4d4df51e13f4814c6835227c548735abaad6660 | refs/heads/main | 2023-06-06T23:42:19.357600 | 2021-06-21T11:44:32 | 2021-06-21T11:44:32 | 378,911,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.example.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@SpringBootApplication
@EnableEurekaClient
public class TrainServiceApplication {
public static void m... | [
"noreply@github.com"
] | Hussain980.noreply@github.com |
8741e833d1dbd100cb7e88e0339aab0c9f37fd9b | c624464dcbfac3c1317538733ce11abc33dad717 | /smack-integration-test/src/main/java/org/jivesoftware/smackx/omemo/OmemoMessageSendingTest.java | e7b3011bf573e9c86270d8afd72c31f11c4a94e0 | [
"Apache-2.0"
] | permissive | FutureWorkshops/Smack | 703149e359425cf04a47413b2c789fb16b612ea0 | 67f99c5caaaf130254d028cd131c458b331f818c | refs/heads/fw_master | 2020-05-24T10:08:15.246083 | 2019-05-24T13:31:57 | 2019-05-24T13:31:57 | 187,221,396 | 0 | 0 | Apache-2.0 | 2019-05-24T13:31:59 | 2019-05-17T13:29:36 | Java | UTF-8 | Java | false | false | 8,926 | java | /**
*
* Copyright 2017 Florian Schmaus, Paul Schaub
*
* 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 applica... | [
"flo@geekplace.eu"
] | flo@geekplace.eu |
f5da18b061f3ef32587d12831a71b25e4f0afd8f | 5744605597a418e01c6c79d814b0c4ac747005cc | /src/main/java/com/cisco/cmad/rest/PaginationUtil.java | f7524b3145f117112c52849b628066273a3c680b | [] | no_license | sadaraghav/SaviSaviNenapu | 584920945c62da22fb8d65ab12ba54c35972562b | 386ea4cc3702f1e1024c757cbae6d3285a6c7fc4 | refs/heads/master | 2021-01-23T19:19:45.216152 | 2017-09-27T06:29:36 | 2017-09-27T06:29:36 | 102,820,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,016 | java | package com.cisco.cmad.rest;
import javax.ws.rs.core.UriBuilder;
public class PaginationUtil {
public static String getLinkHeaders(final UriBuilder uriBuilder, final int offset, final long totalCount, final int pageSize) {
int totalPages = (int)Math.ceil((double)totalCount/pageSize);
System.out.println("Pagina... | [
"sadanaya@cisco.com"
] | sadanaya@cisco.com |
66e60708b1713f8c1247a0552014731d8720e85d | 822336e498e53b1edd02e10262ea0a48908d60f9 | /src/main/java/com/model/CartItem.java | 3d436049682e2ad249b0f8976e8676b6f3ffc19c | [] | no_license | vyshvidya/Delight | 64e27b38c4de3fefdbb6b1f59ae659ed535597b7 | 97172dc3efdf48ec3af699f1464e7d8aafd4c3ee | refs/heads/master | 2021-08-26T09:46:25.832067 | 2017-11-23T06:18:28 | 2017-11-23T06:18:28 | 104,730,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Entity
public class CartItem
{
@Id
@GeneratedValue(strategy=Gen... | [
"noreply@github.com"
] | vyshvidya.noreply@github.com |
7f5b0fa05df2d8ead107a1e0b8b2878ee7e46a12 | d3508befd8f2c38e731f627bcab2e3cb4e2f3601 | /app/src/androidTest/java/com/example/lehuy/project2/ExampleInstrumentedTest.java | 6a930695fed218747981a5c9c4a63e8262bd8c66 | [] | no_license | JackAngle/iotlab2 | e9235a765c23aa2f39d5f5e8bfb63206c054788e | d16a633310c5862902b2530b7cbfae0b1dced0a6 | refs/heads/master | 2020-04-03T15:10:00.707941 | 2018-10-30T08:54:24 | 2018-10-30T08:54:24 | 155,353,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.example.lehuy.project2;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andr... | [
"43754974+JackAngle@users.noreply.github.com"
] | 43754974+JackAngle@users.noreply.github.com |
b6fb51c76aaf06a8dad12ba0f3357f9dcc299867 | c38e2f1dd42efb7864a412f5b1b3b27125b9de4c | /src/main/java/combiningpatterns/factory/QuackCounter.java | 8b897a386b0f53c0bb23f5c61b5257d8d1c4afa2 | [] | no_license | RomanYatsyna/patterns-head-first | d0becf1d70eb0de3ba86ed058cbe34f9f33f91ba | 5bc2ccabd57b6b84117851c6f40296f1c573c523 | refs/heads/master | 2021-01-22T01:43:14.488876 | 2017-09-16T15:42:47 | 2017-09-16T15:42:47 | 102,229,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,096 | java | package combiningpatterns.factory;
/**
* Счетчик для уток. Необходимо реализовать целевой интерфейс.
*/
public class QuackCounter implements Quackable {
// Переменная для хранения декорируемого объекта.
Quackable duck;
// Для подсчета используется статическая переменная.
static int numberOfQuacks;
... | [
"alpha7animal@gmail.com"
] | alpha7animal@gmail.com |
c2717566737ba8e4079682a9bace9bcc64dec09e | 96507ed1bdb075538cb749e317b04a2948f66843 | /src/main/java/Banco/Gerente.java | 889d3d4807e137b1157e1ff04916799029e43cce | [] | no_license | Kansetsu/Heranca-Exemplo | d177463c2088c9f61769cc2f4a815a9840be099d | 7c3a2f16da90e78320f25207d216d9eedc849b9b | refs/heads/master | 2022-09-03T14:30:46.221596 | 2020-05-14T14:43:58 | 2020-05-14T14:43:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package Banco;
public class Gerente extends Funcionarios {
private String login;
private String senha;
public Gerente(String login, String senha, String nome,double salario ){
super(nome, salario);
this.login = login;
this.senha = senha;
}
public String getLogin() {
... | [
"vinicius802010@hotmail.com"
] | vinicius802010@hotmail.com |
9478754473874921e06fba47abd7428dcf2ee598 | edeb76ba44692dff2f180119703c239f4585d066 | /libRemoteServices/src/org/gvsig/remoteClient/wfs/schema/GMLTags.java | 1a75cf497721cffd38bbe8e8c05bc3698ac2ec04 | [] | no_license | CafeGIS/gvSIG2_0 | f3e52bdbb98090fd44549bd8d6c75b645d36f624 | 81376f304645d040ee34e98d57b4f745e0293d05 | refs/heads/master | 2020-04-04T19:33:47.082008 | 2012-09-13T03:55:33 | 2012-09-13T03:55:33 | 5,685,448 | 2 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,091 | java | package org.gvsig.remoteClient.wfs.schema;
/* gvSIG. Sistema de Información Geográfica de la Generalitat Valenciana
*
* Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publ... | [
"tranquangtruonghinh@gmail.com"
] | tranquangtruonghinh@gmail.com |
8cc89548b7ddbe4c6ad77016487344c71b0053bb | 1ac3bff01a760a8e9940b639cf00f557dc4139c7 | /src/main/java/com/smolienko/commandline/commandlineexceptions/BaseCommandLineException.java | 66393ee2851225c36d4d4874fa71e01e7a4a5cf0 | [] | no_license | SmallDarya/CommandLine | c8ed33cf254a8759e31887dbbe95ab6001eb4ea5 | bc596af87da0c3ba710f94d568c0a3ae5064f761 | refs/heads/master | 2020-03-27T10:41:47.723671 | 2018-09-04T19:14:54 | 2018-09-04T19:14:54 | 146,438,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.smolienko.commandline.commandlineexceptions;
/**
*
* @author Darya Smolienko
*/
public abstract class BaseCommandLineException extends Exception {
private String message;
public BaseCommandLineException(String message) {
super();
this.message = message;
}
public String... | [
"ssmall@list.ru"
] | ssmall@list.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.