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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58f85ac7b8d42948ea2f53057ab1afaa32bde9a9 | 0290374216c09b3b8a914f24351114d4262353ac | /aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstanceAttributeResponse.java | a3083915ed974c137d62d4f25f2318b709c6285a | [
"Apache-2.0"
] | permissive | tanglong8848/aliyun-openapi-java-sdk | 7ab06933afb468648d6eaefd0388f371cf066273 | c01b826b7957745890439702c86832d956ca752b | refs/heads/master | 2020-05-22T12:17:55.556803 | 2019-05-10T10:15:51 | 2019-05-10T10:15:51 | 186,335,507 | 1 | 0 | null | 2019-05-13T02:58:49 | 2019-05-13T02:58:49 | null | UTF-8 | Java | false | false | 5,808 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
73624b1c90b9be8c493caa08d9b996dc64f1ad95 | 00cb65b1c597ac9dcfb5777d9c2a53df4afb6fe0 | /src/main/java/org/folio/cataloging/dao/persistence/IndexListKey.java | 37d77e919dab89ce7224b704505594e3cb112738 | [
"Apache-2.0"
] | permissive | cchiama/mod-cataloging | 35bb6d7a74cff436ce3482038eaad56bd3a2386c | 03033567e708400fd9596cd79493bca503e1cca2 | refs/heads/master | 2020-03-28T17:00:51.976674 | 2018-09-20T13:24:17 | 2018-09-20T13:24:17 | 148,750,798 | 0 | 0 | null | 2018-09-14T07:17:23 | 2018-09-14T07:17:23 | null | UTF-8 | Java | false | false | 2,127 | java | /*
* (c) LibriCore
*
* Created on Jul 20, 2004
*
* IndexListKey.java
*/
package org.folio.cataloging.dao.persistence;
import java.io.Serializable;
import java.util.Locale;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Hibernate key class for IDX_LIST table
* @author p... | [
"a.gazzarini@gmail.com"
] | a.gazzarini@gmail.com |
b1aae8aeef2cb4b45ad3449b0c939ae75c6fe547 | 82fc3a88c542b56867df091f8a444f6f56ec52ee | /gulimall-product/src/main/java/com/iamxgw/gulimall/product/GulimallProductApplication.java | 3f11e711610277704af5de25fc6ea981d611c92b | [
"Apache-2.0"
] | permissive | IamXGW/gulimall-IamXGW | e6cddfd6d1a3793105d22917c0f70d7818c5dd5c | af78cfec486c295ceddecebcc7d8ec902669ce93 | refs/heads/main | 2023-06-02T21:45:57.942885 | 2021-06-23T07:54:38 | 2021-06-23T07:54:38 | 378,596,523 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package com.iamxgw.gulimall.product;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableDiscoveryClient
@MapperScan("com... | [
"iamxgw@gmail.com"
] | iamxgw@gmail.com |
ea15cee3ca57c3091fa99ad1953c7e84aa7ea59a | 01598a5236cf0432d8ae789c0874124606994955 | /src/main/java/com/yu/theone/service/JPAService.java | 273bc1f20db6be1c1174011a3cba397e0e107ced | [] | no_license | YPeak/one | 0dad43eafb23c35667f49e51fc407deefa5450c4 | fdc18801aa7fcc961f22df42d3ad181011c0d15d | refs/heads/master | 2022-06-09T01:10:20.366764 | 2019-12-12T06:28:05 | 2019-12-12T06:28:05 | 180,078,253 | 0 | 0 | null | 2022-05-20T21:17:29 | 2019-04-08T05:47:30 | Java | UTF-8 | Java | false | false | 613 | java | package com.yu.theone.service;
import com.yu.theone.entity.TestJPA;
import com.yu.theone.interfaceT.TestJPARepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* Created by shuwei... | [
"yushuwei178@163.com"
] | yushuwei178@163.com |
321184912f5899b90c847ae454dd518ff2c02d21 | 0288f41ba95f6d7160d759da49935c102f096a49 | /JavaEssentials/H13/src/be/pxl/H13/opdracht/Triangle.java | d1b8a4149b2e4f09922b0e255e75d80166029b56 | [] | no_license | IgnaceFrederix/PXL-1TIN-Java-Essentials | bfc187a2b77a9a9fd99820cd7825b65bf3882fc4 | 3e4efd8a0ea8d4cc52177b288d79859112fd8fc9 | refs/heads/master | 2022-01-19T21:37:35.476866 | 2019-07-19T21:30:21 | 2019-07-19T21:30:21 | 197,844,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,704 | java | package be.pxl.H13.opdracht;
import java.awt.Graphics;
public class Triangle extends Shape implements Drawable{
private int width;
private int height;
private int perpendicular;
public static final int ANGLES = 3;
private static int count = 0;
{
count++;
}
public Tria... | [
"ignace.frederix@gmail.com"
] | ignace.frederix@gmail.com |
54f344703c19554c403d7325f8075093e52a51e9 | 61aa5251ede4df85e5ba4ae4835a9a5da937f5a9 | /src/test/java/ru/appline/framework/baseTestsClass/BaseTests.java | a9f4b750945c5850632c177be61d3b30a53a16e9 | [] | no_license | nvbelan/HomeFrame | 55d9ec5d5b99b1771c590a64f26346f268e644ce | c1797b01818563264b89cbb0bba68cd2caf0c915 | refs/heads/master | 2022-12-24T00:32:13.303568 | 2020-09-23T19:52:49 | 2020-09-23T19:52:49 | 298,037,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package ru.appline.framework.baseTestsClass;
import org.junit.After;
import org.junit.Before;
import ru.appline.framework.managers.InitManager;
import ru.appline.framework.managers.ManagerPages;
public class BaseTests {
protected ManagerPages app = ManagerPages.getManagerPages();
@Before
public void beforeEach() {
... | [
"n.v.belan@mail.ru"
] | n.v.belan@mail.ru |
ceb39161ef36e695606229866c4d5a26fd5fd05b | 9004c7b5e7086ab0f53d40d3ac9feae80fa3d1b9 | /src/main/java/me/dags/copy/PlayerManager.java | 059735902f6ff4495cc255d58b3e6055f6e52bc9 | [] | no_license | dags-/CopyPasta | 9bf8ab4f97aec071db9d4125688a1959acb92621 | d42d6c33b1ea1314a200cbcdad50a1b3a7a8f07e | refs/heads/master | 2021-06-07T04:35:58.108319 | 2020-09-01T21:14:18 | 2020-09-01T21:14:18 | 90,264,705 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,959 | java | package me.dags.copy;
import java.nio.file.Path;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import java.util.UUID;
import java.util.function.Function;
import me.dags.copy.util.Utils;
import me.dags.copy.util.fmt;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.config.C... | [
"dags@dags.me"
] | dags@dags.me |
c38aefab4bc9e9d61f7782a29d915ddfdd2b6ae9 | db9fa5828346d6708fed0a311d9e6b713dda58c6 | /app/src/main/java/vienan/app/journey/utils/WeatherSource.java | b494e2416c27a3f1cd15b32ea7c897fec216d689 | [] | no_license | ditclear/Journey | e7c3ec9762e57362ca5d4434d880481c82b37229 | 9ceec36eff5d303309a97a6b2a998ad5c956040a | refs/heads/master | 2021-05-28T23:26:32.488798 | 2015-08-10T05:16:34 | 2015-08-10T05:16:34 | 39,492,664 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | java | package vienan.app.journey.utils;
import android.os.AsyncTask;
public class WeatherSource {
private boolean mIsFinish = false;
private String mResult;
private OnFinishListener mFinishListener = null;
private String mCity;
public WeatherSource(String city) {
mCity = city;
new GetSource().execute();
}
pub... | [
"vienan@163.com"
] | vienan@163.com |
012aeed9fea4f6e5c62ea8ec2b17475cf5a9efba | a7bd6e5e3d1ed8fd44c9368473c50b9ebf756135 | /src/test/java/ua/ek/registration/AuthTest.java | f36b9e171e1f490d1dc1c7d91a30a3acbe4c87b7 | [] | no_license | vh-qa/Selenide | 70e3140a941c72ef00c5f24b23dfbc7af778bb4e | 70081a755c97542a6cf24e40c4ef8ca59904bbbf | refs/heads/master | 2023-05-10T23:01:32.767453 | 2020-03-17T11:58:38 | 2020-03-17T11:58:38 | 243,779,541 | 0 | 0 | null | 2023-05-09T18:44:40 | 2020-02-28T14:21:14 | Java | UTF-8 | Java | false | false | 4,755 | java | package ua.ek.registration;
import com.codeborne.selenide.Condition;
import com.codeborne.selenide.Selenide;
import com.codeborne.selenide.SelenideElement;
import org.openqa.selenium.By;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import ua.ek.model.User;
import ua.ek.pages.HomePage;
... | [
"holubenko.viacheslav@tech-stack.io"
] | holubenko.viacheslav@tech-stack.io |
7fef7c558ca581ce19709b3a7c1b6cd9e3cc82d8 | 134581bf28ed36991b2a79e4443751afd9d0fa5f | /common/src/main/java/com/free4lab/account/module/AuditModule.java | d900e7964310945a4547c31fa4f27d1fbfaf2dce | [
"MIT"
] | permissive | zihanbobo/WebRTC | b6e8b111d71ef325a3ce8ac2895475c78461b19f | 0044d07f8b96fb6ed8439b75864b65f525092800 | refs/heads/master | 2021-06-13T05:44:42.591871 | 2017-03-10T02:20:19 | 2017-03-10T02:20:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,307 | java | package com.free4lab.account.module;
import java.util.List;
import org.apache.log4j.Logger;
//import com.free4lab.account.manager.LogUtilManager;
public class AuditModule {
private final static Logger logger = Logger.getLogger(AuditModule.class);
// private final static LogUtilManager lolmanager = new Lo... | [
"puqian1992@163.com"
] | puqian1992@163.com |
8ef486ee1e36f1bd5b54fb7976278a652f474dc9 | 7480002c087993f255c6ea78591d66828df7a1b9 | /app/src/main/java/com/bibiweather/android/Web2Activity.java | 38ddb136d4d9d7b0a276e5d004b4f677bf574055 | [
"Apache-2.0"
] | permissive | menyiDoorOne/bibiweather | 1a396cc5aef2f3882a9e3ef1bb240e214c947377 | 574bdbff27f4fa45727a035b5348f099a12e0c1c | refs/heads/master | 2020-03-18T14:09:29.176039 | 2018-06-10T13:02:37 | 2018-06-10T13:02:37 | 134,833,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package com.bibiweather.android;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class Web2Activity extends AppCompatActivity {
//跳转到我的微博主页,这次APP中没有用到
@Override
protected void onCreate(Bundle savedInsta... | [
"459198833@qq.com"
] | 459198833@qq.com |
7e8576d41d21c5368d326de34340f93f6e035c4d | 25f216fb4d00efccc36f1e71e8cb30e5f60ab304 | /libraryBase/src/main/java/com/vincent/filepicker/adapter/NormalFilePickAdapter.java | 63c8d309b8f71d771cee96344274da3e3ad7f313 | [] | no_license | zhengjirui/zjrdemo | 9c116528ec345e253b4c09d467c0f4fbff25e997 | 314efa171c7cd5f8ceeb7f67dcfe630299c20058 | refs/heads/master | 2021-04-26T23:43:42.530204 | 2018-03-05T01:05:47 | 2018-03-05T01:05:47 | 123,845,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,789 | java | package com.vincent.filepicker.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.kwan.base.R;
import com.vincen... | [
"18513316431.@163.com"
] | 18513316431.@163.com |
15ff5e6174b83cbc166c841e89b082f66611eb27 | 931015d94934774b8309a1b19f2bb15c74d51dda | /Task4/src/main/java/ru/aplana/autotest/steps/SelectPolicySteps.java | 58c87328797254bf7ea51146796e0ad85ce80bd5 | [] | no_license | JennySmirnova/SELENIUM | 3ea903b1a4d950d395cde8ae24e0c2595ab4cbac | 4b0853e76b3bf64c7dcbaef7e0f5619691571f6f | refs/heads/master | 2023-06-28T01:38:14.975767 | 2021-07-22T14:00:12 | 2021-07-22T14:00:12 | 388,477,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package ru.aplana.autotest.steps;
import ru.aplana.autotest.pages.SelectPolicyPages;
import ru.yandex.qatools.allure.annotations.Step;
import static org.junit.Assert.assertTrue;
public class SelectPolicySteps {
@Step("Выбрать полис {0}")
public void selectPolicy (String policyItem){
new SelectPolicyP... | [
"sunkowshik@rambler.ru"
] | sunkowshik@rambler.ru |
8c847e28b5e9df815bcd33d3115013c2e60c0c79 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_498/Testnull_49798.java | f274cdfaa155cf3d3804e992539c7ce40228f15f | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_498;
import static org.junit.Assert.*;
public class Testnull_49798 {
private final Productionnull_49798 production = new Productionnull_49798("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
16009e042fa3d7512d26b600ca32638149cf4453 | 998d4f0f5120e2da14830c5c46c3c4c697bf13b5 | /app/src/main/java/com/fikarnot/ui/main/AccountsFragment.java | f38e4b4197f0dd2b5929d8c6ef2ef9e2b6d69c0e | [
"MIT"
] | permissive | hawk-lib/password-manager | 9cd8cdbf9b2d272cc6cb496899985f7b85109dc3 | 253041d98dcf194d3a850d1b01c76d76ffa40962 | refs/heads/master | 2023-08-20T06:12:35.038578 | 2021-09-28T03:36:09 | 2021-09-28T03:36:09 | 398,974,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,122 | java | package com.fikarnot.ui.main;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Canvas;
import android.graphics.Color;
import android.net.C... | [
"whawk2021@gmail.com"
] | whawk2021@gmail.com |
8f463f805a435d489ee4927901c0fd99129738ee | 79100654124376dc5b9078b784c13f2fc64f205e | /app/src/main/java/com/aircall/app/Dialog/ForgotPasswordFragment.java | fc070f6a317212e7e57deb0ae03ff64f2d9b0c1a | [] | no_license | AirCallInc/AirCall_Client_APP_Android | 90a2a5cf32c7623b8d513d3111279a08d0959e00 | d7dfaaa0fd3f9b819053f6ab9c14e6013ca2a692 | refs/heads/master | 2020-03-29T01:40:35.719089 | 2018-09-19T07:29:14 | 2018-09-19T07:29:14 | 149,400,686 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,654 | java | package com.aircall.app.Dialog;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.app.DialogFragment;
import android.graphics.Color;
import android.os.Bundle;
import android.text.SpannableStringBuilder;
import android.text.style.ForegroundColorSpan;
import android.util.Patterns;
import ... | [
"343818750@qq.com"
] | 343818750@qq.com |
c9429972d333a641a9ebbda1028f58f638f2ac0b | 64b47f83d313af33804b946d0613760b8ff23840 | /tags/dev-3-1-4/weka/gui/explorer/AssociationsPanel.java | a2ae9eef2cb55f2418f7959c4aebfbb04783027e | [] | no_license | hackerastra/weka | afde1c7ab0fbf374e6d6ac6d07220bfaffb9488c | c8366c454e9718d0e1634ddf4a72319dac3ce559 | refs/heads/master | 2021-05-28T08:25:33.811203 | 2015-01-22T03:12:18 | 2015-01-22T03:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,731 | java | /*
* AssociationsPanel.java
* Copyright (C) 1999 Eibe Frank
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any ... | [
"(no author)@e0a1b77d-ad91-4216-81b1-defd5f83fa92"
] | (no author)@e0a1b77d-ad91-4216-81b1-defd5f83fa92 |
6655b2595d349729d943acbd5cd4f17526da6fe0 | 211e970edb66a52b93cb89628db6a4c4295fa968 | /Java/Java - Me/lez08/src/lez08/GiocoDadi.java | a43ab56d5e64e6c921b115ee1131fc30b2ff1b10 | [] | no_license | AlessandraArdissone/TSS2019 | bdb5b35942672b131295bbb791158a142b86f3e1 | a151e7d6e8f1929ddb254c08144c27e18f9e3af7 | refs/heads/master | 2020-04-28T09:21:55.146424 | 2019-07-04T12:28:37 | 2019-07-04T12:28:37 | 166,390,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | 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 lez08;
/**
*
* @author tss
*/
public class GiocoDadi {
static int soldi;
private static int dB;
private static... | [
"perlatempesta77@gmail.com"
] | perlatempesta77@gmail.com |
ba80f3703af0305d9e72f2a435ebc363aa7a8684 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_751.java | 717aa06851bb8082c98e722cf7ca0fdf86c03500 | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package fr.javatronic.blog.massive.annotation2;
import fr.javatronic.blog.processor.Annotation_002;
@Annotation_002
public class Class_751 {
}
| [
"sebastien.lesaint@gmail.com"
] | sebastien.lesaint@gmail.com |
83a4a85b8a6f94e71bdee5672a2a44c5dd2557db | 522c2c230d14569b5f0147e56f97836397f6cd98 | /Selenium/src/main/java/testCases/ExcelPOI.java | 81e5fe60dc358332ded3d2750861793db658f125 | [] | no_license | YogeshJayaseelan/MyGit | 2285520cd161c08552675d0058658e4eb7981660 | 4953685ed6a4cfb9cb2ca3d8343efb6c64e180bb | refs/heads/master | 2021-11-26T06:34:28.509273 | 2021-11-19T07:03:43 | 2021-11-19T07:03:43 | 116,345,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package testCases;
import java.io.File;
import java.io.IOException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermo... | [
"Yogesh@DESKTOP-SJRV1GE"
] | Yogesh@DESKTOP-SJRV1GE |
5feec5b07cafcd88a6b56e56a12ba895618d64b3 | 815d989305f812e9f650fda567a8ab13a62d00f9 | /merchant/src/code/com/qx/eakay/service/stake/StakeChargeService.java | b1367a0d5b3fcea892a3cf64f700c95cd93508db | [] | no_license | jixf8507/test | e17924c455804b71c9331144cc464d1ba2320a4a | 80fc1449fa8d616298a850a3e57d53777345cbc2 | refs/heads/master | 2021-01-10T09:10:32.058728 | 2015-12-26T06:21:54 | 2015-12-26T06:21:54 | 48,571,262 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,215 | java | package com.qx.eakay.service.stake;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.qx.common.highcharts.C... | [
"272379805@qq.com"
] | 272379805@qq.com |
d52283f042f87046fcb52d0dcc5fd5bb853ee80a | 80afdb84c8bde3303f4c997917f77a2a576e0b94 | /src/dao/orderlistDaoImpl.java | 12e5caa15761968aaac1e2371e5d76bb29e56500 | [] | no_license | hdabing/JBIT_UNIT4_CRM | 140346a7fdf9983e651466a31e3a472ca8e89742 | 332f6ffd1017989189dd9c26f6c42adabf9ad1d1 | refs/heads/master | 2020-07-29T12:41:59.666506 | 2014-11-22T03:00:15 | 2014-11-22T03:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import entity.Orderlist;
public class orderlistDaoImpl implements orderlistDao {
private SessionFactory sessionFactory;
public void setS... | [
"908311595@qq.com"
] | 908311595@qq.com |
95686c61c5ad69344fe72ab6668c6a5b7ccaab8b | 771f40c83ade20b0ff88c1a078fbc3c2966f7b36 | /src/main/java/com/modulo/accidentes/service/GenericServiceImpl.java | 79c8196900fe4a20d6d6430d3fbb5331551ea755 | [] | no_license | rudolfPaco/backend-final | 5112bf98794e454402b972be2c0e97babeae5c18 | eeb68be2cedc41bc0cc75f94046cf8dc9322ba60 | refs/heads/master | 2020-04-29T10:21:57.483908 | 2019-03-25T08:01:31 | 2019-03-25T08:01:31 | 176,059,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,141 | java | package com.modulo.accidentes.service;
import com.modulo.accidentes.dto.DtoBase;
import com.modulo.accidentes.exception.NotFoundException;
import com.modulo.accidentes.model.ModelBase;
import com.modulo.accidentes.repositories.GenericRepository;
import org.modelmapper.ModelMapper;
import org.slf4j.Logger;
import org.s... | [
"rudolf.flodur@gmail.com"
] | rudolf.flodur@gmail.com |
0489385dd7d5c0a9d22b40e4768a56e581d72c5e | f0f87ffc18cb9732b88d8c3a0302792281948205 | /piccws/src/main/java/org/xmlsoap/schemas/soap/encoding/StringDocument.java | 4c361000e2949b2566897d8c5bef163257f697d2 | [] | no_license | songhaichao/piccws | 519d52fe1c1f7efd3d3af84e2feb4411b74c217e | f8eca931212e32a29bc3fca279c047b663d7168a | refs/heads/master | 2021-01-01T17:25:38.724518 | 2017-07-23T04:33:05 | 2017-07-23T04:33:05 | 98,069,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,721 | java | /*
* An XML document type.
* Localname: string
* Namespace: http://schemas.xmlsoap.org/soap/encoding/
* Java type: org.xmlsoap.schemas.soap.encoding.StringDocument
*
* Automatically generated - do not modify.
*/
package org.xmlsoap.schemas.soap.encoding;
/**
* A document containing one string(@htt... | [
"songhc168@qq.com"
] | songhc168@qq.com |
2236dd7d1ebf3d22b471520fcd83cc422d8db320 | 2b72429387c2dce805343b6907500d14f0dd6454 | /06_navigationDrawer/app/src/test/java/com/example/arribasd/a06_navigationdrawer/ExampleUnitTest.java | bfa1ff4b4039fced37170bd61005165eb4fc3888 | [] | no_license | DavidUps/android | b6c01623d383e6f2e11d05b4dbeb781a9c1de804 | f683cfabb567cf98753787fbfb46f86761d03f8a | refs/heads/master | 2021-09-12T14:11:11.485246 | 2018-04-17T12:33:44 | 2018-04-17T12:33:44 | 114,994,099 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.example.arribasd.a06_navigationdrawer;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@T... | [
"davidarribas.ciclos@gmail.com"
] | davidarribas.ciclos@gmail.com |
7620d29ab45fb6304b97335de8e9cf6248091daa | 097df92ce1bfc8a354680725c7d10f0d109b5b7d | /com/amazon/ws/emr/hadoop/fs/shaded/com/amazonaws/services/dynamodbv2/endpointdiscovery/AmazonDynamoDBEndpointCacheLoader.java | 4f8b8fad4413de945da21f60abca40556bd00e79 | [] | no_license | cozos/emrfs-hadoop | 7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f | ba5dfa631029cb5baac2f2972d2fdaca18dac422 | refs/heads/master | 2022-10-14T15:03:51.500050 | 2022-10-06T05:38:49 | 2022-10-06T05:38:49 | 233,979,996 | 2 | 2 | null | 2022-10-06T05:41:46 | 2020-01-15T02:24:16 | Java | UTF-8 | Java | false | false | 1,705 | java | package com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.dynamodbv2.endpointdiscovery;
import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.cache.CacheLoader;
import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.... | [
"Arwin.tio@adroll.com"
] | Arwin.tio@adroll.com |
72cd8ac5a14d4588e36f52065a36b0b8bbfb6e58 | f2488e535c7ae345e9f49e33433a6ebf567a8ba4 | /Code/17/168/Project/2048Game/app/src/main/java/com/mingrisoft/a2048game/MainGame.java | 4a632ea09c70a240ff416b80be5c77792fc5dae6 | [] | no_license | stytooldex/Test | d4f0241a0a35100219ba8c0b21b76200f16914b8 | 993080d7ec0032230b26563f01a1554ff7f8fe3d | refs/heads/master | 2022-03-15T01:01:08.465767 | 2019-12-03T05:36:58 | 2019-12-03T05:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,173 | java | package com.mingrisoft.a2048game;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class MainGame {
public static final int SPAWN_ANIMATION = -1;
publ... | [
"1581184882@qq.com"
] | 1581184882@qq.com |
28be074aebbd3f2aab6024b3f5581b59c5e29d9d | e54e7c58f38bd7a0dd39626704a5c4c1a77a6d89 | /src/main/java/com/jin/poetry/vo/NoticeVo.java | 5ba9d79da8f644cd83ad28931ed9c4fce94f868d | [] | no_license | Mlimit/poetry | 4dbaf597ff8922db40ec2fb3ff616f4169061616 | ffe0283eb03234419b55fe1e4a130f12f9eb029a | refs/heads/master | 2022-12-26T21:14:05.580209 | 2020-10-13T11:16:54 | 2020-10-13T11:16:54 | 294,005,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.jin.poetry.vo;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import com.jin.poetry.domain.Notice;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper=false)
public class NoticeVo extends Notice{/**
*
*/
private static final... | [
"1172507529@qq.com"
] | 1172507529@qq.com |
cb589dde448afb04e46ff8829bca3f5ef8157ed7 | 5a881d95dd592b6d51388c06961c4662cefc1248 | /coupon/src/main/java/com/hsys/coupon/MockQueue.java | 8f18fb3efbbc107e05ead7f598e2464d8edc6b26 | [] | no_license | xiaomaomao-xu/coupon | cf7af29e4e8c905ea4ec8be72fe311eb3deba9ae | cc67d378102d75bc9959ec97c0ddd6ce5d89cd8f | refs/heads/master | 2022-06-30T03:59:23.115989 | 2019-11-13T03:27:33 | 2019-11-13T03:27:33 | 221,360,558 | 0 | 0 | null | 2022-06-17T02:38:22 | 2019-11-13T03:02:30 | Java | UTF-8 | Java | false | false | 1,138 | java | package com.hsys.coupon;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Component;
/**
* 模拟消息队列 类
* Created by Fant.J.
*/
@Component
public class MockQueue {
//下单消息
private String placeOrder;
//订单完成消息
private String completeOrder;
public String... | [
"xiaomaomxh@163.com"
] | xiaomaomxh@163.com |
ab29a9c2cbb569934e97426bb2e669b7d40e1463 | d81498a7829c1c9dd49bfac6a04431b34ed9905b | /Week1/Union-Find/Union-Find/java/Union-Find/src/QuickFindTest.java | 5a0c1052d8f90b659465ed44b81ef8e6202b8e6d | [] | no_license | danielcu888/AlgorithmsI | e9bb84d5cd1fb80317d59ffe93580863a50e9911 | 39f08af62d99067dbfb4be29ce582884bf5bd5ad | refs/heads/master | 2020-03-28T06:42:58.636638 | 2019-04-14T17:40:43 | 2019-04-14T17:40:43 | 145,209,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class QuickFindTest {
private QuickFind qf;
@Test
void testConstructor() {
qf = new QuickFind(5);
final String actual = qf.toString();
final String expected = "0 1 2 3 4 ";
assertEquals(actual.compareTo(expected), 0);
... | [
"daniel.cumberbatch1@gmail.com"
] | daniel.cumberbatch1@gmail.com |
8a0bbafcf224a14a20b1fda186559b35a104abf9 | fa51997f7d32d4ade39fd6f2d6cf7ee7a93121d8 | /src/main/java/com/example/demobackend/DemobackendApplication.java | f51dd5f1160daadf7c35afb97410e8eee4a2a7ff | [] | no_license | uxyz1/demobackend | 89f7cf94e69eb17fb6cc9318210a24d9d477086d | 5b3b1dbf5ee86288a9af25ebe377121d19526146 | refs/heads/master | 2022-07-16T08:22:40.825794 | 2020-05-13T01:59:49 | 2020-05-13T01:59:49 | 262,677,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.example.demobackend;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemobackendApplication {
public static void main(String[] args) {
SpringApplication.run(DemobackendApplication.class, args);
... | [
"uxyz@hotmail.com"
] | uxyz@hotmail.com |
0f52c4a11b4a176f4a421f80449af648a17c1a15 | 963a2d17f03a6c18a120687b03f9a624b78a7423 | /crux-dev/src/main/java/org/cruxframework/crux/core/client/screen/RootViewContainer.java | 9dee6a60a34413965612b2f03fe831349ac8e11f | [] | no_license | MiskaRoming/crux | 3f3026ec20d87d2808846dc10ea00c0d4479c496 | 03c02cc10866d6509112b7b5a5f577ff6e9aedf3 | refs/heads/master | 2021-01-24T15:33:31.007204 | 2015-06-02T18:08:42 | 2015-06-02T18:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,257 | java | /*
* Copyright 2011 cruxframework.org.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"thiago@cruxframework.org"
] | thiago@cruxframework.org |
a98385d55590c833e518290991703521caf9c81c | c8682f670d46a897d42bc14be978dea9487371c3 | /jhaws/swing/src/test/java/org/swingeasy/RoundedBorderDemo.java | 3c7cd606be16006b130d952384f3134926061148 | [
"MIT"
] | permissive | jurgendl/jhaws | 04322a1d7073b6e3509040ef2ddcaa587e5d365a | 871af0de8a23f618bfd0d47b879a0e8de35b785d | refs/heads/master | 2023-08-09T03:03:09.106795 | 2023-07-29T10:51:08 | 2023-07-29T10:51:08 | 32,465,714 | 4 | 0 | MIT | 2023-08-27T15:43:08 | 2015-03-18T15:03:58 | JavaScript | UTF-8 | Java | false | false | 3,426 | java | package org.swingeasy;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Window;
import java.text.DateFormat;
import java.util.Date;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
import javax.swing.Timer;
import javax.swing.Windo... | [
"jurgen.de.landsheer@gmail.com"
] | jurgen.de.landsheer@gmail.com |
ff10dcb0b15406b5f4abb6cf1244c93ce99462eb | fb14f232078235e351a2e64b74baae16b0f4b677 | /src/main/java/com/refinitiv/ejvqa/service/SampleDataMigration.java | aec7436bdef977ed25288003db5d401931204f58 | [] | no_license | liuxiaopiao/database-compare-preprocessor-AWS | 52287dfc1f574172832d59a26e38485e687a7d33 | ca596e190778d221a0528b5df814b09beda5554a | refs/heads/master | 2022-04-18T08:18:38.198855 | 2020-04-13T07:33:41 | 2020-04-13T07:33:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,536 | java | package com.refinitiv.ejvqa.service;
import com.refinitiv.ejvqa.util.CommonUtil;
import java.sql.*;
public class SampleDataMigration {
public static void main(String[] args) {
try {
Connection conn = null;
conn = CommonUtil.createConnection("mssql", conn, "192.168.99.100:1433", "... | [
"jiaxing.wu@thomsonreuters.com"
] | jiaxing.wu@thomsonreuters.com |
d1a296fd251a4cd1445a70733f6d882e4232ee15 | e5db3b9164f41a48ac19c334de67fd96e948f952 | /ObjectOrientedProgramming/src/com/abhishek/Transaction.java | 5907593a5fdee009a28d5064337258f0e38f7296 | [] | no_license | ysabhi1993/Java-Code | 51004322721046b2f84f0c0647f46a88647232ce | 68037b8e8e36d76fe6d2f5ca7a35227e5032724d | refs/heads/master | 2021-04-30T08:27:15.023888 | 2018-02-13T12:03:55 | 2018-02-13T12:03:55 | 121,375,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,163 | java | package com.abhishek;
public class Transaction {
private String typeOfTransaction;
private double depAmount;
private double withdrawAmount;
private String timeOfTransaction;
private String transactionBranch;
private Address branchAddress;
public Transaction(String typeOfTransacti... | [
"noreply@github.com"
] | ysabhi1993.noreply@github.com |
1b0b0ea4f1992ee08ba743adcf01e60a88196f14 | b2b29aa9ac52ce9a5842d2e00cf2f1f211988caa | /Ordrit/src/com/ordrit/model/Order.java | 6e09daafb69c6cfbf7af5ceea68de4c495d13850 | [] | no_license | tnyadav/NewOrdrIt | f033bd836e40f311d8f96929f6c3f2eabc872ad8 | 760c838d11b9229c30c3bc56a4146620a88b1767 | refs/heads/master | 2021-01-10T19:57:43.997974 | 2014-09-14T04:58:53 | 2014-09-14T04:58:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.ordrit.model;
import java.io.Serializable;
import java.util.List;
public class Order implements Serializable{
private static final long serialVersionUID = 1L;
private String id;
private String status;
private String creationDate;
private List<Item> itemsInOrder;
public String getId() {
return i... | [
"tny0485@gmail.com"
] | tny0485@gmail.com |
92d00103c832977da5056320524c625be90abf5c | 48d7f3d820c6fe2924c0297d24f40fc70c5ff0e9 | /vertx-gaia/vertx-co/src/main/java/io/vertx/up/util/Stream.java | 4568385ad13d45d252dd5bb7d232da6f4dc7cf9b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | evgreenhua/vertx-zero | a3ada0c7dbcc6a3b9e09fb8aed3094caa5ca35fd | 637f4540c06a6b030c24354e298c2a10cfbd4b22 | refs/heads/master | 2023-03-17T13:06:34.294589 | 2022-09-29T02:44:55 | 2022-09-29T02:44:55 | 423,061,256 | 0 | 0 | Apache-2.0 | 2021-10-31T05:26:05 | 2021-10-31T05:26:05 | null | UTF-8 | Java | false | false | 9,170 | java | package io.vertx.up.util;
import io.vertx.core.buffer.Buffer;
import io.vertx.up.eon.FileSuffix;
import io.vertx.up.eon.Protocols;
import io.vertx.up.eon.Strings;
import io.vertx.up.eon.Values;
import io.vertx.up.exception.heart.EmptyStreamException;
import io.vertx.up.fn.Actuator;
import io.vertx.up.fn.Fn;
import io.... | [
"silentbalanceyh@126.com"
] | silentbalanceyh@126.com |
a588cef0227e9cd6138c4e4904debcecc97d24e7 | 6443580ba6a8015c0c5f0397b23fd9cd28b4d7bf | /guice/src/test/java/me/marianonavas/learningtests/guice/ScopesTest.java | 09956234305d5e62258c68ac656ec552c0925824 | [] | no_license | marianudo/learningtests | ef74e834256c4f5914f0175c2ff5501cbd119aeb | 4d0e4d777632f78058f11907f494edbc7de817f0 | refs/heads/master | 2020-06-09T01:37:00.421786 | 2014-02-03T13:25:39 | 2014-02-03T13:25:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package me.marianonavas.learningtests.guice;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import com.google.inject.AbstractModule;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.google.inject.Singleton;
public class ScopesTest {
static class MyCla... | [
"mariano.navas@taptapnetworks.com"
] | mariano.navas@taptapnetworks.com |
96462a1cb44d400bc0ba752b39076e465f43cb34 | 89afcfd9822ecfef1f696fd62c27218e0f874744 | /app/src/main/java/com/whatmedia/ttia/response/GetRestaurantInfoResponse.java | 599b578fb4ac3a36aecff1638a2e233b90252f74 | [] | no_license | ilikekobe0502/Airport | d99647a98abfda4ef42ed10613cdc07b380b943e | a346d59e411377045503d4bd8e48f12aa1461b64 | refs/heads/master | 2021-01-15T14:28:36.573681 | 2017-09-29T12:34:44 | 2017-09-29T12:34:44 | 99,692,168 | 0 | 1 | null | 2018-02-12T05:17:56 | 2017-08-08T12:49:42 | Java | UTF-8 | Java | false | false | 969 | java | package com.whatmedia.ttia.response;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import com.whatmedia.ttia.response.data.RestaurantInfoData;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
/**
* Created b... | [
"hu.yu.huei@gmail.com"
] | hu.yu.huei@gmail.com |
0cbce173b773089ca12071a7462e8ff8c958173c | a4082921471f4a22f59b6698aef54900317f5709 | /01SourceCode/lambda-mls/lambda-portal/src/main/java/com/yatop/lambda/portal/job/controller/JobController.java | 37346925370af31811d86e7dde9030fa0f131e84 | [] | no_license | P79N6A/lambda-xxoo | 3aae11893a78ce863a4f96b821a500dcb7f35500 | 75c41019282d53eaa59aaa220e6fff49a337d01f | refs/heads/master | 2020-04-29T07:35:36.491014 | 2019-03-16T10:34:03 | 2019-03-16T10:34:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,696 | java | package com.yatop.lambda.portal.job.controller;
import com.yatop.lambda.portal.common.annotation.Log;
import com.yatop.lambda.portal.common.controller.BaseController;
import com.yatop.lambda.portal.common.domain.QueryRequest;
import com.yatop.lambda.portal.common.exception.PortalException;
import com.yatop.lambda.port... | [
"tomlee714@126.com"
] | tomlee714@126.com |
01fa4438146c60e0e8c0ee64e5d32c1cc5572654 | 14e7c43264d2f33f4487ff5c2eac5ec07e687c9b | /aiga3/src/main/java/com/ai/aiga/view/controller/specialAdministration/dto/ArchDbConnectHeatBaseCoreTable.java | 56d5238daa5f93639726075720283241b4ceddda | [] | no_license | wang-shun/aiga3 | 0f7e822b28d910b7054f8feb2a81ca05decbd213 | 8eb83d19214dc3637a53178ccc670cb038c052a7 | refs/heads/master | 2020-04-02T06:48:10.308384 | 2018-08-27T10:29:20 | 2018-08-27T10:29:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package com.ai.aiga.view.controller.specialAdministration.dto;
import java.io.Serializable;
import lombok.Data;
@Data
public class ArchDbConnectHeatBaseCoreTable implements Serializable {
private String indexName;
private String center;
private String module;
private String db;
private Lon... | [
"liuyang19@asiainfo.com"
] | liuyang19@asiainfo.com |
d529487b5941b7dd9de2a568ee779bc127628b61 | 94d9c008f66200cd1127f8246d046ee16323e8d2 | /app/src/main/java/com/example/ishaycena/tabfragments/SignupService/PlaceAutoCompleteAdapter.java | 45315d18caf06d85a4830857447d0c461518dc86 | [] | no_license | ishay3000/Lost-it | 95f1692cebce63ff0aa1cec31f673f75cde33142 | 166b8ec86469c4ba5a33ad23dddc9154b0eb90c2 | refs/heads/master | 2021-10-10T08:14:19.711991 | 2018-10-31T13:12:08 | 2018-10-31T13:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,127 | java | package com.example.ishaycena.tabfragments.SignupService;
/*
* Copyright (C) 2015 Google Inc. All Rights Reserved.
*
* 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://w... | [
"ishay3000@gmail.com"
] | ishay3000@gmail.com |
9121545b5f8d8b29399674590daa98261d39885f | b6b3cc301bdc70efc8593519841add5f804a53fa | /src/evaluación/ObtieneInfo.java | 767be8105c243b288e83aeb33ba7da1ec7712e6a | [] | no_license | AValeriaCM/Evaluacion | 52b89649630e28fd8b4a48c5f441d3c863faefc8 | bb6a3b1fef142e92e1d6ce6c78391b2736429789 | refs/heads/master | 2021-06-23T16:21:34.762180 | 2017-09-10T01:14:43 | 2017-09-10T01:14:43 | 102,994,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | 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 evaluación;
/**
*
* @author Angie Castañeda
*/
public class ObtieneInfo {
public ObtieneInfo() {
... | [
"SPC7Z@ANGIEVCM"
] | SPC7Z@ANGIEVCM |
62008ffd194e98f55efbaca4e5ea6716cf3c98fa | 182f1864d76dc3bce121807c52080839d20eea1e | /wolips/core/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/Entities.java | 9275d1586fccb31da695333b709eb3ca7b7cf368 | [] | no_license | adalbert-w/wolips | eaa08063190c6e514cde0ac4ed074d16ff0456c2 | 470f8f4516fbf062586e2b730f6d977d812f750c | refs/heads/master | 2021-01-18T01:24:35.160339 | 2014-11-04T06:52:18 | 2014-11-04T06:52:18 | 26,087,553 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 39,913 | java | /*
* Copyright 2002-2005 The Apache Software Foundation.
*
* 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... | [
"mschrag@930f2ab1-3212-0410-a8ea-d1eb4cc50a93"
] | mschrag@930f2ab1-3212-0410-a8ea-d1eb4cc50a93 |
0ec1fe475b3cb6a885582c4db8670dfccf3a09f1 | de7453cd7f99ef132a8f07ae4d8810260052f8e2 | /src/com/rainbow/es/test/ESTools.java | a20d328ccc0a257aecbba0aa7ffcde98b872ff17 | [] | no_license | Xjun-j/rainbow | 5e73461e05872feef06e4c965a5886643a5b8913 | b431ed3c308c967e362e1716aea2f2333c4bfdfb | refs/heads/master | 2021-01-18T03:35:05.840030 | 2017-03-22T09:23:30 | 2017-03-22T09:23:30 | 85,808,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.rainbow.es.test;
import java.net.InetAddress;
import org.elasticsearch.client.Client;
import org.elasticsearch.client.transport.TransportClient;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.transport.InetSocketTransportAddress;
public class ESTools {
publ... | [
"xjr1107@163.com"
] | xjr1107@163.com |
d041893c064514d2fcbf1aefb4855f1983a5eba5 | 5122a4619b344c36bfc969283076c12419f198ea | /src/test/java/com/snapwiz/selenium/tests/staf/learningspaces/testcases/IT15/R1593/HidingPerspectiveAsStudentForDWAssignmentWithGradeReleased.java | 1bba97bac0c1e2f206174e58d4e009f4a24c0555 | [] | no_license | mukesh89m/automation | 0c1e8ff4e38e8e371cc121e64aacc6dc91915d3a | a0b4c939204af946cf7ca7954097660b2a0dfa8d | refs/heads/master | 2020-05-18T15:30:22.681006 | 2018-06-09T15:14:11 | 2018-06-09T15:14:11 | 32,666,214 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,579 | java | package com.snapwiz.selenium.tests.staf.learningspaces.testcases.IT15.R1593;
import com.snapwiz.selenium.tests.staf.learningspaces.uihelper.Click;
import com.snapwiz.selenium.tests.staf.learningspaces.uihelper.MouseHover;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.s... | [
"mukesh.mandal@github.com"
] | mukesh.mandal@github.com |
b128779c632d7e675265376224c6a6e138dd2586 | 7a6a2800e3f9dbb0144cfa62d9d86a9842113b13 | /sdk/eventhubs/azure-messaging-eventhubs-stress/src/main/java/com/azure/messaging/eventhubs/stress/scenarios/EventProcessorWithOptions.java | 46e591fd6282e7f9de0fd134c22aa88af1ca6dab | [
"LGPL-2.1-or-later",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"LicenseRef-scancode-generic-cla"
] | permissive | joshfree/azure-sdk-for-java | 3f5d2cacee44d9bf8c0b16a4bbd54065e20a55cd | d96d0333112997b0ee5aa03aacfad2d0b0e7d1d4 | refs/heads/main | 2022-11-08T18:41:42.079175 | 2022-11-04T22:38:22 | 2022-11-04T22:38:22 | 298,635,515 | 0 | 0 | MIT | 2020-09-25T17:15:28 | 2020-09-25T17:15:27 | null | UTF-8 | Java | false | false | 11,740 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.messaging.eventhubs.stress.scenarios;
import com.azure.core.util.logging.ClientLogger;
import com.azure.messaging.eventhubs.EventData;
import com.azure.messaging.eventhubs.EventHubClientBuilder;
import co... | [
"noreply@github.com"
] | joshfree.noreply@github.com |
af4cacc843b997c32ca9dc04536ddb53ce04696e | c998a1bb4ccc5d49fe36ef934500a740d5aefbf5 | /src/main/java/com/myapp/entity/ec/budget/BudgetingDetailInfo.java | 101141c0524f10fdba461de1e3fa1f3157b8607e | [] | no_license | cqMySong/myapp | 181d5e16f607a07f48cf40bff61068dac673bebe | 77db2d414388ef6a6965d606c732b63ee4e2d59e | refs/heads/master | 2021-01-20T13:22:21.488675 | 2018-06-19T14:55:12 | 2018-06-19T14:55:12 | 90,429,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,695 | java | package com.myapp.entity.ec.budget;
import com.myapp.core.annotation.MyEntityAnn;
import com.myapp.core.base.entity.CoreBaseEntryInfo;
import com.myapp.core.entity.MaterialInfo;
import com.myapp.core.entity.MeasureUnitInfo;
import com.myapp.core.enums.MaterialType;
import org.hibernate.annotations.Type;
import javax.... | [
"466696880@qq.com"
] | 466696880@qq.com |
f4b79de1006c3ca109c6eab084a6c72092be3fba | daa9c929ee9242b5cfdfeb3a9937aaaee68c3a31 | /src/main/java/ioc/dao/UserDaoImpl.java | a4dcb185b1599f1f280d938e37e362921db1f0e3 | [] | no_license | bleach-beach/JavaLearning | e5aac30d2dd3ddddbc49d94cf90eab26b3ee7200 | 3ecf0d00756a6ca4f8f69fb7a121e812e6d0fc62 | refs/heads/master | 2021-08-26T04:46:30.500158 | 2021-08-25T16:16:35 | 2021-08-25T16:16:35 | 74,335,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package ioc.dao;
public class UserDaoImpl implements UserDao {
@Override
public void query() {
System.out.println("dao");
}
}
| [
"594127594@qq.com"
] | 594127594@qq.com |
915b233c9f251c490abfc40f9c1fc401f220a79e | 6a6d6cbf921f9d6b1293e828e047ed1727b04962 | /src/storage/MemoryStorage.java | 80bcb435906132c7118f0a3bd98452b69643bded | [] | no_license | cyrilleio/Kinetics | fee6315a568d4d5dfc37b3c1c908bc34eb93336d | 5d7d49e0905fb18408efb0ede2e14cfb98db01f6 | refs/heads/master | 2022-11-21T20:10:20.992979 | 2020-07-29T13:55:46 | 2020-07-29T13:55:46 | 267,106,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49 | java | package storage;
public class MemoryStorage {
}
| [
"penanklihicyrille@yahoo.com"
] | penanklihicyrille@yahoo.com |
97a0a100198acea532863c896e2acd1f813a69bd | 650b8ea492717651c4342ddf3aac633ff4ac1779 | /src/test/java/jfxtras/labs/scene/control/triple/EmailConverter.java | 9413d2e29ea09198af982f1219dda257692ef0af | [
"BSD-3-Clause"
] | permissive | goto1134/jfxtras-labs | ab638f7a421cf2f80da0b0ff93ec77c2441b51f5 | 2c510a431e370237948469b0567c1d2b6220e0d4 | refs/heads/8.0 | 2021-01-18T17:06:42.735051 | 2017-08-09T11:27:13 | 2017-08-09T11:27:13 | 100,485,846 | 0 | 0 | null | 2017-08-16T12:16:17 | 2017-08-16T12:16:17 | null | UTF-8 | Java | false | false | 617 | java | package jfxtras.labs.scene.control.triple;
import jfxtras.labs.scene.control.edittable.triple.Triple;
import jfxtras.labs.scene.control.edittable.triple.TripleConverter;
public class EmailConverter implements TripleConverter<Email,String,String,Boolean>
{
@Override
public Triple<String,String,Boolean> fromBeanEleme... | [
"david.bal37@gmail.com"
] | david.bal37@gmail.com |
e77f5dcd0c6fce35cebfa0cb49376c19ca5c8e97 | 6a226757400a447a8672ae1bc4f7fd7f5c97f844 | /chess/DroidFish/src/com/chess/android/appdevthree/engine/cuckoochess/DroidEngineControl.java | 180de4542c34585e1111e0c8b4b30663846c211c | [] | no_license | freeandroapp/Ultimate-Chess | ffc4a3b6fb65bba95cfe2ff5abab0c4a8972a224 | 39c11b98d6abd19dfe788a87f4da6c67fad64925 | refs/heads/master | 2016-09-05T15:33:40.708990 | 2012-10-13T17:41:55 | 2012-10-13T17:41:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,326 | java | /*
DroidFish - An Android chess program.
Copyright (C) 2011 Peter Österlund, peterosterlund2@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the Lic... | [
"freeandroapp@gmail.com"
] | freeandroapp@gmail.com |
ddfcebdbab748d802cf49c55b3449d64f900215e | f5ba09b5f6c56fda153ad162c5991daad0a23e6a | /app/src/main/java/com/example/jacekpodwysocki/soundie/MarkerTag.java | bc7d01610f380d7e3b82a0bd4c8f2d1a037d6b5b | [] | no_license | jacekpodwysocki/aplikacjamgr | af225643b56473f2388bf635a3733ddb43d31eb5 | 03d335386675b78943d998ff329724dd9d8e87a2 | refs/heads/master | 2021-01-18T23:57:07.926566 | 2019-03-15T14:08:41 | 2019-03-15T14:08:41 | 44,387,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.example.jacekpodwysocki.soundie;
/**
* Created by jacekpodwysocki on 04/11/2016.
*/
public class MarkerTag {
private Integer userid;
private Boolean activearker;
public MarkerTag(Integer userId,Boolean activeMarker) {
userid=userId;
activearker=activeMarker;
}
pub... | [
"jpodwysocki@gmail.com"
] | jpodwysocki@gmail.com |
cb81677444275d9cc9a7dddf8408825433ab8bc7 | 8890bed3cbef089a970661878c17474b0040d0af | /src/main/duke/command/DoneCommand.java | 5a6074114d8da40ed13545f28e89ff933c164778 | [] | no_license | jazerler/ip | 49099bd432da93f731b45356b7ddbe3745a0ad53 | a494fd63e7642b3dab964366167fc42ddfa782f0 | refs/heads/master | 2022-12-19T10:22:40.449744 | 2020-09-12T11:05:20 | 2020-09-12T11:05:27 | 287,671,790 | 0 | 0 | null | 2020-08-15T03:42:36 | 2020-08-15T03:42:35 | null | UTF-8 | Java | false | false | 1,872 | java | package duke.command;
import duke.exception.DukeArgumentException;
import duke.exception.DukeExecutionException;
import duke.exception.DukeIoException;
import duke.storage.Storage;
/**
* Represents an request by the user to mark a Task object at the given index from the list of Tasks as completed.
*/
publ... | [
"lerjazer@gmail.com"
] | lerjazer@gmail.com |
c69bec555c5829a6071fde7bc763e34e7748a209 | 8fb8beccd82c8fbe259fe4cddb32fad47a6716f3 | /JavaLanguage/Strings/String2/src/OrderLexicographically.java | 068addbf300b3402b027687f473c89d65c2cb5d8 | [] | no_license | BrandstadterViktoria/JavaExercises | 588dec21e3163a0bba94048dfaec35d8b3d98c9d | d0da134f99a987768a25939879295ce58518650e | refs/heads/master | 2021-01-01T18:19:53.895297 | 2018-10-26T14:25:27 | 2018-10-26T14:25:27 | 98,305,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class OrderLexicographically {
public static String getSmallestAndLargest(String s, int k) {
String smallest = "";
String largest = "";
List<String> list = new ArrayList<String... | [
"nunviktoria@gmail.com"
] | nunviktoria@gmail.com |
efe48426c7c84e610609c08e043d31b30b198856 | 947f32edb502fa95511ad2ed10841d7e082fd6a4 | /common/src/main/java/com/serenegiant/mediastore/MediaStoreImageAdapter.java | c443d8c1676c63054585c55f391d8dac6ace6c1c | [
"Apache-2.0"
] | permissive | xvsd247/libcommon | 15a44b5b9f28030d33c39bcbdd47e594b4a6d1ec | f0fa8e3384bb76ecc40cd69a11d2fc3fdeb892d1 | refs/heads/master | 2020-12-01T06:46:22.108886 | 2020-08-21T08:30:13 | 2020-08-21T08:30:13 | 230,576,313 | 0 | 0 | Apache-2.0 | 2020-08-21T08:30:14 | 2019-12-28T07:37:39 | null | UTF-8 | Java | false | false | 12,706 | java | package com.serenegiant.mediastore;
/*
* libcommon
* utility/helper classes for myself
*
* Copyright (c) 2014-2020 saki t_saki@serenegiant.com
*
* 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 Li... | [
"saki4510t@gmail.com"
] | saki4510t@gmail.com |
09775e90550c7a9ce6e16ebbd302cd9c1a6efbb4 | 6b63ef1bf7bf75b90d520c2b16d7f74bf8358ceb | /ResearchPortlet/src/th/ac/kmutt/research/form/PositionMasterForm.java | b7b0c15fb7df5ec1ec7f71abac6d69108e40f99e | [] | no_license | GJ-jirayu/Kmutt-Research | 868ec5d28e68a930d9d267ca733c91eadab108be | e5c929e7b609d9ef3477a8be1e7954de63ffce80 | refs/heads/master | 2021-01-17T10:23:49.339311 | 2016-06-15T10:54:52 | 2016-06-15T10:54:52 | 58,120,639 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package th.ac.kmutt.research.form;
import java.io.Serializable;
import th.ac.kmutt.research.model.PositionM;
public class PositionMasterForm extends CommonForm implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
/**
*
*/
private PositionM positionM... | [
"wirun@goingjesse.com"
] | wirun@goingjesse.com |
432184521298bc555b4e7bdb72ca426ee66fdb80 | fdcf2d186639aabd6f112c954cd8f4a304b03264 | /attence-service/attence-employee-service/src/main/java/com/attence/employee/controller/ConfigController.java | 7ba24ec58908c4927ab01a29b4c4b449cfdb523c | [] | no_license | softthink-csp/attence-server | cc81751540185411bff15e0bff0273e9a9c3bf13 | bd1580c119ce839b7bca65785dd9679dc8d89122 | refs/heads/master | 2023-02-08T09:27:28.004691 | 2021-01-05T02:00:21 | 2021-01-05T02:00:21 | 324,958,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.attence.employee.controller;
import com.attence.employee.service.RouteService;
import com.attence.employee.vo.Route;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
imp... | [
"bing527309700@sina.com"
] | bing527309700@sina.com |
a087b55a2bcd0f16289928c56c1fb19a8b90bf9b | 674f464c8cf8ae6724fd67c36d41e96f89074ca5 | /datetime/src/main/java/com/github/nhojpatrick/hamcrest/datetime/IsAfterDateTime.java | e40755c0e644fd3ab652e9679f59d1da6900c685 | [
"Apache-2.0"
] | permissive | nhojpatrick/nhojpatrick-hamcrest | 9ee7683b0bbb775338338f99a0ce9ae1d5684e9f | 825b1b4235e5ff5b8560c19db928d8d00de96b44 | refs/heads/develop | 2023-08-22T23:42:42.652945 | 2023-08-14T22:38:42 | 2023-08-14T22:53:31 | 146,892,518 | 0 | 1 | Apache-2.0 | 2023-09-10T20:02:44 | 2018-08-31T13:00:29 | Java | UTF-8 | Java | false | false | 6,941 | java | package com.github.nhojpatrick.hamcrest.datetime;
import com.github.nhojpatrick.hamcrest.datetime.flags.CompareType;
import com.github.nhojpatrick.hamcrest.datetime.flags.RoundingType;
import com.github.nhojpatrick.hamcrest.datetime.internal.after.IsAfterLocalDateTime;
import com.github.nhojpatrick.hamcrest.datetime.i... | [
"142304+nhojpatrick@users.noreply.github.com"
] | 142304+nhojpatrick@users.noreply.github.com |
197adda4badb154c9b635143b4659d8353635081 | f596d88e46a859b3ccc8fe0deabc9b7e017be682 | /app/src/main/java/com/project/group2/attendancetool/response/GetTermByTeacherResponse.java | 91feb3df39a70f17a0d4096c3e87595466c2cef2 | [] | no_license | minhnq97/PRM391 | cbeba3280fbcc0cb89cf747a680c907d4d3a7e5a | 9eb7522baea6e460212eef3ffcd5c45bddb6ca1d | refs/heads/master | 2020-03-23T15:06:43.811733 | 2018-03-26T02:54:33 | 2018-03-26T02:54:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.project.group2.attendancetool.response;
import com.project.group2.attendancetool.model.Slot;
import com.project.group2.attendancetool.model.SlotInformation;
import java.util.List;
/**
* Created by User on 3/3/2018.
*/
public class GetTermByTeacherResponse {
private List<SlotInformation> SlotInform... | [
"minhh.nguyen.97@gmail.com"
] | minhh.nguyen.97@gmail.com |
d8ea033596dcb3ae6e07eac3e64a98e69d036e2b | aa6e7d0d396d9f0e6419887500e4fe4c044a3aed | /app/src/main/java/com/example/administrator/myapplication/MainActivity.java | 70b1559bc8023b0ce1063bef088a24d4145691d6 | [] | no_license | fhdis/androidstudioworkspace | 092750c10ada9f82b3b2f555bd1d3f5c37aff6c6 | 083060bf7a58290fbfbed67517ae2f58c712ac34 | refs/heads/master | 2020-03-19T09:27:28.961567 | 2018-06-30T09:05:06 | 2018-06-30T09:05:06 | 136,290,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,827 | java | package com.example.administrator.myapplication;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.... | [
"1256021532@qq.com"
] | 1256021532@qq.com |
901df3a5e8c5f8d51251fdde7bce3ef5a77f66ca | 440bd74d0acaa9a2d68dfae4b85ae4999a71b9a9 | /app/src/main/java/com/model/andreymurzin/modelapp/navigation/SplashActivityNavigator.java | 2f2a10f432968dd93d13a0ec2846c693e59e78d4 | [] | no_license | rapprotest/model | 19620e8b4f86e37fbd305eb9368c41dab808f7f1 | dbede02ebf96630b408d42eaaf10e750b7c8ab7f | refs/heads/master | 2021-01-25T13:28:35.659322 | 2018-03-02T13:30:09 | 2018-03-02T13:30:09 | 123,575,074 | 0 | 0 | null | 2018-03-02T13:30:09 | 2018-03-02T12:12:02 | Java | UTF-8 | Java | false | false | 979 | java | package com.model.andreymurzin.modelapp.navigation;
import android.content.Intent;
import android.support.v4.app.Fragment;
import com.model.andreymurzin.modelapp.presentation.main.MainActivity;
import com.model.andreymurzin.modelapp.presentation.splash.StartActivity;
import ru.terrakok.cicerone.android.SupportAppNav... | [
"lefthanderomg@gmail.com"
] | lefthanderomg@gmail.com |
f0f28e7f50706eebc8b869daeca238d1a2418cac | 768f506ef2a4bd9099dda9e7e4a51679dea7efa5 | /stc05.studentsMVC-master/src/main/controllers/HelloServlet.java | a92a03d96ab2fcd8dcf410dab05565f2a546201b | [] | no_license | wohan/PracticeAdapterObserver-master | a5a211dace48931d1598a3dd8a9183f4238a6cf2 | a68c963792e79dbd029c72f15c55fbddf024d8cc | refs/heads/master | 2021-01-20T12:23:13.548655 | 2017-05-05T09:10:44 | 2017-05-05T09:10:44 | 90,357,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package main.controllers;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by admin on 18.04.2017.
*/
public cla... | [
"you@example.com"
] | you@example.com |
ea13bda7a3683ba0cef850c8195aab1ff1a92970 | b404ef9c6b4cbe4e97031f53f4202e25e744e61d | /src/Commande/Telecommande.java | 339f3ed64369e567f53a775698191afbd8a5c0ee | [] | no_license | profyao90/ACODPCommand | a6e0fd017fe607c82fcef814b197d542ffa8960d | fd06baafab4e4cd241c9f303bb0f608f51702364 | refs/heads/master | 2021-05-07T22:31:13.423316 | 2017-10-17T21:00:30 | 2017-10-17T21:00:30 | 107,328,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package Commande;
public class Telecommande {
Commands commande0;
public Telecommande(Commands commande0) {
super();
this.commande0 = commande0;
}
public void lancer(){
commande0.execute();
}
}
| [
"aubinyao90@gmail.com"
] | aubinyao90@gmail.com |
869bd72db579f1b0fc96ed3389b32c478a34beb5 | a4a0979dd18d16d9a53d7f26f39044dda2a48f78 | /app/src/main/java/com/example/apple/lingyongqian/xianjindai/entity/ImagerBean.java | 0c19da6d02a6599fd17e288c0ad43d797d9faed6 | [] | no_license | doubletan/51lingyongqian | 29ba57467c2cbd6820ae0eabcfeabae6415c7bd8 | 6c7e5301eafa1aaf7aa2333577a0e42a49999032 | refs/heads/master | 2021-08-22T13:49:46.949842 | 2017-11-30T10:30:48 | 2017-11-30T10:30:48 | 112,590,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,646 | java | package com.example.apple.lingyongqian.xianjindai.entity;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by apple on 2017/4/11.
*/
public class ImagerBean implements Serializable {
private ArrayList<DaohangProduct> Daohang;
public ArrayL... | [
"tantan19900701@163.com"
] | tantan19900701@163.com |
64310a05c5baa7ca247c26309c1612c8de9a5d51 | 55f87e1ca4880be185c2b8e5fa87a8d075a71fdb | /app/src/main/java/com/android/lq/p2p/lili/adapter/AddNewFeatuersAdapter.java | f5dfd3695a209331a967c39793d2ddfde077cabe | [] | no_license | AndroidLQ/AiLi | 4dc7b4dcf9af61a3136239ee110b41f0fce342dc | e9a2e6483f5c05545ee02655750f993ffdb441fe | refs/heads/master | 2021-01-12T06:32:33.415169 | 2016-12-29T12:26:28 | 2016-12-29T12:26:28 | 77,379,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package com.android.lq.p2p.lili.adapter;
import android.graphics.BitmapFactory;
import android.support.v7.widget.RecyclerView;
import android.view.ViewGroup;
import com.android.lq.p2p.lili.R;
import com.android.lq.p2p.lili.base.Constants;
import com.android.lq.p2p.lili.model.InvestGirdModel;
import cn.bingoogolapple... | [
"lvqiang593594@163.com"
] | lvqiang593594@163.com |
9e1cb2078b7026afc2a2ec6f3bf4cd46a4353398 | ff3dfce1e20ad81adcd57c706d975d8a47151882 | /src/Ship.java | 418f9788179e40c9b676b1cdd84e0e9a1d19b7a8 | [] | no_license | Keos99/MySeaBattle | c33c4158a83e7d4d80045377bcaade32ff94b809 | 8046767a0454ced47804bb4c9370fa8903f54e92 | refs/heads/master | 2020-06-27T11:34:01.145627 | 2017-08-15T20:24:15 | 2017-08-15T20:24:15 | 97,043,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,273 | java | /**
* Created by Keos99 on 15.06.2017.
*/
public class Ship {
private int decknum = 0; // Количество палуб
private int count = 0; // Счетчик
Field field;
Verification verifi;
void shipGeneration(Field field, Verification verifi, char[][] gamefield) {
int decknum;
int count;
... | [
"keos99@bk.ru"
] | keos99@bk.ru |
294c7c958028c10fdceccb254282b3ec018ff9d3 | c13f289ee178097e75bc253ee55b7261ee23fb53 | /AndBCompileError.java | 660a749c9f3dc09d03049d9f9ddb31198074aa71 | [] | no_license | Luciferved/Codeforces | 84e2d97ad1abe9433b4eb6079299f7a503283ed5 | 6b3010bdc6caf4c1216b63a930c8c9aec307b534 | refs/heads/master | 2021-01-10T16:56:55.134471 | 2016-03-06T17:59:12 | 2016-03-06T17:59:12 | 53,268,092 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | import java.util.*;
import java.io.*;
class AndBCompileError
{
public static void main(String args[])throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
//String str = br.readLine();
ArrayList<Integer>ts1 = new ArrayList<Integ... | [
"lucifer_ved@yahoo.com"
] | lucifer_ved@yahoo.com |
dfa975a65eb4699557ece73cd0a4460acd614fbc | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/dasb/v20191018/models/ResetUserResponse.java | c1d13473533dfb0cf151bbb62c5d6f44500881b1 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 2,433 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
5d579b8dd790b9d9dd32f1f4e5f79801c8a57d05 | 04efca1e7edc5abe498434d9923736326f16c367 | /src/ru/geekbrains/Dz/Dz4/Worksheet.java | d753aa368e8bf3665baddb42733399d69f6f9571 | [] | no_license | Jhon-Mosk/EvgenyPolitiko | fa296c67c1012755b919c2e230af5d85c761b68d | 28033924553856b39748531ad9b35f279be10e0e | refs/heads/master | 2020-03-22T17:44:29.300534 | 2018-08-08T14:59:59 | 2018-08-08T14:59:59 | 139,558,416 | 0 | 0 | null | 2018-07-10T09:33:48 | 2018-07-03T09:15:40 | Java | UTF-8 | Java | false | false | 5,603 | java | package ru.geekbrains.Dz.Dz4;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/*Создать окно с тремя полями и кнопкой (поля не активные)
при нажатии на копку появляется новое окно куда можно внести ФИО нажимаем кнопку ОК и окно скрывается
данные перехо... | [
"Jhon-mosk@yandex.ru"
] | Jhon-mosk@yandex.ru |
6d37628cc0720f91ebaefdd567a4f67b717bd466 | b35416bc8d54516e19ffe9d883bc7b886e65bfe5 | /J_WB-master/src/workbook/StepD/D08.java | 14cf8283df95870f98d930433997768d3773034c | [] | no_license | Hyunoopark/java-workbook-2019 | 7d777097624fc83165886c26f08ddb90fa57dc84 | eb1eb16e0712ee290bea8778f12ac6aba4d8974c | refs/heads/master | 2020-04-11T18:15:50.803328 | 2019-01-27T06:46:52 | 2019-01-27T06:46:52 | 161,991,892 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 709 | java | package workbook.StepD;
import java.util.Scanner;
public class D08 {
private int a, b, c;
private int x_begin, x_end;
private int x, y;
public D08() {
input();
}
public void print2() {
for(x = x_begin; x <= x_end; x++) {
y = a * x * x + b * x + c;
System.out.printf("좌표 (%d, %d) \n"... | [
"현우@192.168.25.30"
] | 현우@192.168.25.30 |
fa52363a44234e032b1a75924f98b9f052bdf2f6 | 8777c33487e92efc05e4c73bc82289687e88447d | /src/main/java/com/weather/model/WeatherDetails.java | 50ac804b154b233a4eab8e6357beb85f175c719b | [] | no_license | kamalmeetsingh/weatherapi | 1870d92c706102a0801adef717bf1c542fc01bfc | 26df23dafc6aa32125695b46dcfd9bedfd1b3095 | refs/heads/master | 2022-11-13T14:19:00.678803 | 2020-07-11T11:49:43 | 2020-07-11T11:49:43 | 278,822,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.weather.model;
/**
* Model class to manager Weather Details data
* @author kamalmeet.s
*
*/
public class WeatherDetails {
String prediction;
double minimumTemprature;
double maximumTemprature;
public double getMinimumTemprature() {
return minimumTemprature;
}
public void setMinimumTempratur... | [
"kamalmeet.s@hiring.publicissapient.com"
] | kamalmeet.s@hiring.publicissapient.com |
34d6ec86b230e099a6d7a11388ea3d12bdc22094 | 635b5f6b5de61514df171b0bee305bed2f6443e6 | /app/src/test/java/de/rvwbk/eit72/bombenentschaerfenapp/ExampleUnitTest.java | 627d336c7b3cf7eba43de3333813e0a9d578804b | [] | no_license | eit72/BombenEntschaerfenApp | 0ccd0af2af03d996c1124cfbce68ac22aafd4175 | f4df00cd2f6b6f2ae34f75b1ff84b20833fdc17d | refs/heads/develop | 2020-05-28T00:09:36.073616 | 2019-06-17T09:49:28 | 2019-06-17T09:49:28 | 188,828,146 | 0 | 2 | null | 2019-06-17T09:38:04 | 2019-05-27T11:10:59 | Java | UTF-8 | Java | false | false | 397 | java | package de.rvwbk.eit72.bombenentschaerfenapp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"kaemperlars@googlemail.com"
] | kaemperlars@googlemail.com |
eae0a8b7789b25175f95a01ee7c96ea49189c93b | 412c0219b8b005ca2cfa8a53b78e755e96232de6 | /MyBatisLearn/src/com/sxt/mybatislearn/TbContentExample.java | aac8b94d957096568da58da65729773ea28b839c | [] | no_license | hackaming/btoc | d72d73606361c470e4709cb90da99271b4678034 | 5f5f4dadd0bb6d9cc8ecdb48f95e0f8f0298ab26 | refs/heads/master | 2022-12-19T13:21:51.018801 | 2019-10-22T00:23:17 | 2019-10-22T00:23:17 | 203,745,754 | 0 | 0 | null | 2022-12-16T05:46:24 | 2019-08-22T08:09:03 | Java | UTF-8 | Java | false | false | 30,066 | java | package com.sxt.mybatislearn;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class TbContentExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table tb_content
*
* @mbg.generated Sun Aug 26 18:16:17 CST 2018... | [
"2251275876@qq.com"
] | 2251275876@qq.com |
8fc29b295af16f8c07ce1b9d59df4e3255c43b8d | 21a603d64cd1d27d1d81de1bc901e4e1f2c4fce0 | /ITE Release/eu.fittest.fbk/eu.fittest.cte2selenium/src/main/java/eu/fbk/se/transform/IProgressListener.java | 0c70c3be2973908d688542ed446c1e823ccc2d98 | [] | no_license | alebagnato/FITTEST | 3dc511146a134c0f8d836a8a6af67fcce498cca9 | b8839c5bd8186b79f3668a4b195836315a8929a0 | refs/heads/master | 2016-09-11T07:03:22.224713 | 2014-02-10T12:12:10 | 2014-02-10T12:12:10 | 32,155,665 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package eu.fbk.se.transform;
public interface IProgressListener {
public void start(int totalWorkLoad);
public void progress(int workload);
public void finish();
}
| [
"urko.rueda"
] | urko.rueda |
2ea5d64ba0a30fce572340b897ff0508d5a0d6d5 | e7f289bc0e5a6478eafa559546dde0d83ebca470 | /src/main/java/mate/exception/IllegalArgumentException.java | 5533c5d1d3e4ee39128f76b68279d9c7d50ff9b6 | [] | no_license | VladGural/taxi-service | 988bbd3d3c289ef482ae90c1698f667c08fee580 | 372b8a2513cff7bbc21bd6e8e6be5eb1a45d7dc3 | refs/heads/master | 2023-08-19T21:07:43.371314 | 2021-10-21T08:23:34 | 2021-10-21T08:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package mate.exception;
public class IllegalArgumentException extends Exception {
public IllegalArgumentException(String message) {
super(message);
}
}
| [
"vladgural@gmail.com"
] | vladgural@gmail.com |
c86580dc8d0395a3e006f6eaa6f461680850ea0e | f7def0ab5b7bfbb0f2f9fbb989238f09bf18a93f | /servlet/src/test/java/io/undertow/servlet/test/listener/request/async/onError/AsyncServlet3.java | 8dd8b49205c6087291662cf31acf5d031ef81327 | [
"Apache-2.0"
] | permissive | stuartwdouglas/undertow | 9f12ead5426c05b7414dac33b66663fc8112298d | 1609b26b67030f9ca5a62869f5088087f2d1ecbf | refs/heads/master | 2023-01-11T00:33:15.464202 | 2020-07-28T06:26:37 | 2020-07-28T06:26:37 | 5,106,225 | 1 | 1 | Apache-2.0 | 2020-07-30T11:07:44 | 2012-07-19T06:22:19 | Java | UTF-8 | Java | false | false | 1,551 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
5dcd5dfd96f48a4e72d82203863f701fbda73ba1 | 8da8939acab7f01279b78e09bc7c4536187694d7 | /src/main/java/com/bridgelabz/fundoo/note/controller/LabelController.java | dfbabdaa05191332cf3429fa929a97eb2de858e8 | [] | no_license | poojatodkar1407/GlobalException | 560aaa032c4efffcbe2df7b6a2ed81bfba2ca8d7 | 6169dd545660b1c12db0a9c7242dac112befeaf5 | refs/heads/master | 2020-06-30T13:52:24.440168 | 2019-08-06T12:34:12 | 2019-08-06T12:34:12 | 200,846,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | package com.bridgelabz.fundoo.note.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bi... | [
"poojatodkar124@gmail.com"
] | poojatodkar124@gmail.com |
757e305d7aa11c5a028e45813da465d4de3fc46b | b4683f30f29e64b33589a12e1e9b67fc91ec59c1 | /BigProject/Code/winterShop/src/main/java/com/winterShop/service/model/product/RidingLevelDTO.java | 77df475e79a0a26f842e71444b3b8cd7220504c6 | [] | no_license | VictorO10/SoftwareDesign | 2a548993815712ccf9f4e3cd5e34aa50968109cf | 65dcdd2b6b6bdb7e1a69354c869e8699befa4fdc | refs/heads/master | 2021-04-15T12:02:34.614296 | 2018-05-28T22:48:48 | 2018-05-28T22:48:48 | 126,187,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | package com.winterShop.service.model.product;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.winterShop.service.model.product.snowboard.SnowboardBaseDTO;
import com.winterShop.service.m... | [
"victor.oltean@student.uibk.ac.at"
] | victor.oltean@student.uibk.ac.at |
286e65ebc6db509964a2c674bf2b9b192a37fa06 | c5700d50a420daa2439ae9aad30b31eae59fa430 | /src/patterns/behavioral/memento/wihte/CareTaker.java | a3f10236ec23f823812f3a074e93ae9a2ce38252 | [] | no_license | lemon-trees/design-pattern | bd0d228a071cad4843e0d29791215536efac4dca | ab05549212fb290d3142a6d1c74a887047b3cc1a | refs/heads/master | 2020-08-03T03:27:34.025644 | 2019-11-10T12:09:09 | 2019-11-10T12:09:09 | 211,611,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package patterns.behavioral.memento.wihte;
public class CareTaker
{
private Memento memento;
public Memento retrieveMemento()
{
return this.memento;
}
public void saveMemento(Memento memento)
{
this.memento = memento;
}
}
| [
"lanmengxi@viomi.com"
] | lanmengxi@viomi.com |
f7f2497f46cd3e3607cc5c0ec5940dca647e71c8 | fb1843a5eb11059b5b399bb2f75d18ba7c057aa0 | /src/test/java/com/downloader/image/AppTest.java | 9d01108d4a720003228645c205f61d80b2f70775 | [] | no_license | smaximiliano/ImageDownloader | f2f45c4079710d5a304d7f5ecb3fab8ddc67d1ed | 5f043ac2ebb130702a368eaa4445553d80970393 | refs/heads/master | 2021-01-10T03:24:41.768561 | 2015-06-02T20:48:09 | 2015-06-02T20:48:09 | 36,759,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.downloader.image;
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 App... | [
"maxsos92@gmail.com"
] | maxsos92@gmail.com |
995a672c9d29774bcfb66145058ef11195b7d385 | 0fc4f527c4ecc706382be7927931ded11d1e74ee | /src/main/java/com/example/techthink/persistence/model/Role.java | 99310109a06395c0235d6ec99799af38cf9244c1 | [] | no_license | vahe523/techthink | 6875e47e38d503e438c8ad356744f70b91dc7128 | 72b002eab34d0202eac468a78a1dacc6d8f43aad | refs/heads/main | 2023-07-31T12:11:00.879820 | 2021-09-22T07:28:32 | 2021-09-22T07:28:32 | 400,742,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.example.techthink.persistence.model;
import javax.persistence.*;
@Entity
public class Role {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Enumerated(EnumType.STRING)
private RoleName name;
public Role() {
}
public Role(RoleName name) {
... | [
"vahetorosyan98@gmail.com"
] | vahetorosyan98@gmail.com |
bf1b86e640fa952673aea33f9ed360ab8a1a2f25 | 3913a14e2cc38ffc08f5ac46b47494170ed451dd | /java/src/main/java/com/ibm/watson/data/client/model/SearchResultCategories.java | f057e88072d08ae42e4480d9d725e2740147f6db | [
"Apache-2.0"
] | permissive | samirvikash/watson-data-api-clients | 0c143e16ebe7b94f4c643c4748d8e641562e56a6 | a871aad7d4189ea28b04c2887a63592ae24034fd | refs/heads/master | 2023-06-12T09:27:41.854074 | 2021-05-24T10:05:44 | 2021-05-24T10:05:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,124 | java | /*
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* 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 la... | [
"chris@thegrotes.net"
] | chris@thegrotes.net |
2a7be519e6f5538ec251973c56ec9f8a829d76fa | 97b7aff209ae51cbeed468258e99605b4722736e | /PM/app/src/androidTest/java/com/pofilemanager/wasif/pm/ExampleInstrumentedTest.java | 725ae99be9ed8c88ab910bb7bda6a62975cf413c | [] | no_license | Wasifur96/Profile-Manager-Android | b8aa3d17f1cd0b5ebd08e35bb6f53387b78d16d6 | 10efb71cff7af2ff6d5569638d03e09b15fb8b3f | refs/heads/master | 2020-03-28T21:16:42.987446 | 2018-09-17T15:04:55 | 2018-09-17T15:04:55 | 149,143,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.pofilemanager.wasif.pm;
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... | [
"wasif.nov95@gmail.com"
] | wasif.nov95@gmail.com |
fe7ef85ee3f262cf3c63f72b1439cb0d6068fb94 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i5501.java | 124c00d51115ea72261c51a14afc25823c889d9e | [] | no_license | vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711400 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | package number_of_direct_superinterfaces;
public interface i5501 {} | [
"vincentlee.dolbydigital@yahoo.com"
] | vincentlee.dolbydigital@yahoo.com |
7e5e65c3865b2670dbbf000069e6f0eea06eb595 | d992804c678e744e50583d736764c296f3f1ce8f | /analyzer-service/src/main/java/com/qianyitian/hope2/analyzer/engine/function/Grl2YearFunction.java | d44ece2a446ca1399e439c3956de004e7948bbeb | [
"Apache-2.0"
] | permissive | jedixxx007/hope2 | cb2fe8269bd67a42ac360a079287c6c53f79d1a6 | aa532258da05a8fbecafda9e31e3061354d15a77 | refs/heads/master | 2023-06-28T19:35:13.117567 | 2021-08-03T12:48:11 | 2021-08-03T12:48:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.qianyitian.hope2.analyzer.engine.function;
import com.googlecode.aviator.runtime.function.AbstractFunction;
import com.googlecode.aviator.runtime.type.AviatorDouble;
import com.googlecode.aviator.runtime.type.AviatorObject;
import com.qianyitian.hope2.analyzer.funds.model.FundProfileInfo;
import java.util... | [
"qianyitiandedie@qq.com"
] | qianyitiandedie@qq.com |
28794666241ead2ae846adee89c5bccb69ce0660 | ce83a5410333611a1564daceaec103a571549926 | /WelcometoUT/app/src/test/java/jdo589/welcometout/ExampleUnitTest.java | d18e4b3548da084f9d8dac475fc571d97e73e0cb | [] | no_license | savethequinn/MobileHW4 | a02ac022ce9f70aa5d80fe29fec7692f3183ebc7 | ac21669410263c88bcaa7e05c48fbb49c7cf9b8b | refs/heads/master | 2016-09-14T08:03:42.162010 | 2016-04-25T00:04:16 | 2016-04-25T00:04:16 | 56,599,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package jdo589.welcometout;
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);
}
} | [
"owens.justin12@gmail.com"
] | owens.justin12@gmail.com |
a1a93233ff7b569fd99fa5fdbb4b2eef58d6e9e1 | 592e33fd3bce23548b55d8a239937876d4b26be1 | /Lesson15 Introduction to OOP. Classes and Objects/telephone/DemoPhone.java | faa6f79eb622639515b3fc8ebdfbb5e2b61c1fd1 | [] | no_license | yordanovMario/ITTalentsTrainingCamp | 0c3c35ec304cd0be30cf7524f6124e58da5dc744 | 14160d3087ec3f14f9b0d864e0f360dcca52e307 | refs/heads/master | 2021-01-21T11:23:04.800171 | 2017-05-16T11:32:55 | 2017-05-16T11:32:55 | 83,560,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package telephone;
public class DemoPhone {
public static void main(String[] args) {
Gsm iphone = new Gsm("iPhone 6");
Gsm samsung = new Gsm("Samsung Galaxy S4");
iphone.insertSimCard("0888732573");
samsung.insertSimCard("0879274037");
iphone.call(samsung, 6);
samsung.call(iphone, 3.5);
iphone.ca... | [
"yordanov.mario@yahoo.com"
] | yordanov.mario@yahoo.com |
ae744b70c256ef787a2dfacd4d2f4ca67b1b3407 | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/com/android/org/bouncycastle/crypto/signers/ECDSASigner.java | 4defa02c4906be09b88f8c5cd37d74b7bb593f78 | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 5,576 | java | package com.android.org.bouncycastle.crypto.signers;
import com.android.org.bouncycastle.crypto.CipherParameters;
import com.android.org.bouncycastle.crypto.DSA;
import com.android.org.bouncycastle.crypto.params.ECDomainParameters;
import com.android.org.bouncycastle.crypto.params.ECKeyParameters;
import com.android.o... | [
"toor@debian.toor"
] | toor@debian.toor |
2a3a15e3210edd0154202e552809f5be0ee5fc73 | 4bec34f9f496db1f092d71b3dedbc77e2b9d2ee1 | /cbs.api.contest.dao/src/main/java/com/lifeix/cbs/contest/dto/fb/FbContestExt.java | b873db3182ba34d118465aae9ed39c994432795e | [] | no_license | 888xin/cbs.api | 08ec358363f1d7a0fc9037cf6746cc441c879497 | d9667aa1933fd9f0e02d2be97bc8aa7b8c8fe782 | refs/heads/master | 2020-03-27T07:14:56.367782 | 2018-08-26T11:49:04 | 2018-08-26T11:50:00 | 146,175,221 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,430 | java | package com.lifeix.cbs.contest.dto.fb;
import java.io.Serializable;
public class FbContestExt implements Serializable {
private static final long serialVersionUID = -8991527363577124824L;
private Long contestId;
private Long targetId;
private String homeTeamExt;
private String awayTeamExt;
... | [
"888xin@sina.com"
] | 888xin@sina.com |
1d9549402825f5782f1d9ce3cb49dc3b7dda71fa | 070a7be0909cda4df4ed88af531e8b0d7111d239 | /WEB-INF/src/Action/ChatRoomAction.java | 50251e8eb068bcd17887b7e08772c49efb8776f7 | [] | no_license | shitake4/ChatSystem | 5c15c264724cb53a8ca0fbc50a754da36b328172 | cf0581887bedca7671a05558538dcfff7978071c | refs/heads/master | 2021-01-10T18:26:11.186699 | 2015-04-08T05:07:47 | 2015-04-08T05:07:47 | 30,230,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,171 | java | package Action;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.ResourceBundle;
import javax.mail.internet.AddressException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
im... | [
"tkggood@gmail.com"
] | tkggood@gmail.com |
4197f186fc9c598be629caca7ab46f1538695fb9 | e9cd71322a57685336933b5e9500feed10783faf | /src/org/apache/catalina/util/LifecycleSupport.java | 19f0b013ad674ba513cadd1e2e5e2faef1592283 | [] | no_license | thewangzl/tomcat_learn | bceaa19e0839fac1acfbd77dfbf65c11861d6c6e | e34758912fe8eeabfece3032e1cb69f74579853f | refs/heads/master | 2020-12-02T12:46:11.806326 | 2017-07-26T03:49:06 | 2017-07-26T03:49:06 | 96,507,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,626 | java | package org.apache.catalina.util;
import org.apache.catalina.Lifecycle;
import org.apache.catalina.LifecycleEvent;
import org.apache.catalina.LifecycleListener;
public final class LifecycleSupport {
private Lifecycle lifecycle;
private LifecycleListener[] listeners = new LifecycleListener[0];
public LifecycleS... | [
"thewangzl@gmail.com"
] | thewangzl@gmail.com |
47726d21b603f381abadef5a1851771670a3bdf2 | 97a0bb5f403470f5dda239002651f7b3bbca5bf6 | /SillyChildClient/app/src/main/java/com/sillykid/app/mine/myorder/charterorder/OngoingCharterFragment.java | d21bd150a948dd4632cf2a2c6c13a376083a7d59 | [
"Apache-2.0"
] | permissive | 921668753/SillyChildClient-Android | c71fdf11bd5202fc4cc6dba1e001f00fc2480079 | 6b195724ea0537a399d16e8ab0d5bbfa1e8692f3 | refs/heads/master | 2020-03-15T03:08:04.858691 | 2018-08-02T11:47:04 | 2018-08-02T11:47:04 | 131,935,279 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,304 | java | package com.sillykid.app.mine.myorder.charterorder;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ImageView;
import android.widget.LinearLayout;
import androi... | [
"921668753@qq.com"
] | 921668753@qq.com |
1560e2815ad291ce1c6fa25c759a974540fce7c9 | 783ec023a43eef000c741d8ceaa97d5d5f1c20fa | /java/MultiThreadTest/src/com/wardensky/multithread/waitnotify/WaitNotifyDemo2.java | 4061fc8ea333f342a2c2251a2a6791fb05732028 | [
"Apache-2.0"
] | permissive | wardensky/wardensky-demo | da21e1e1757e5eec6fa41b4a54ef6c3261f42259 | 9faf1653e8d648799104fe21a4ddd08b0c43a240 | refs/heads/master | 2021-09-14T07:02:53.037353 | 2018-05-09T05:37:29 | 2018-05-09T05:37:29 | 107,880,183 | 0 | 0 | Apache-2.0 | 2018-05-09T06:45:15 | 2017-10-22T15:51:02 | JavaScript | UTF-8 | Java | false | false | 1,414 | java | package com.wardensky.multithread.waitnotify;
public class WaitNotifyDemo2 {
public static Object obj = new Object();
public static void main(String[] args) {
Thread2_1 t1 = new Thread2_1();
Thread2_2 t2 = new Thread2_2("Thread Apple");
Thread2_2 t3 = new Thread2_2("Thread Orange");
t2.start();
t3.start(... | [
"zhaochunhui1985@gmail.com"
] | zhaochunhui1985@gmail.com |
5586bcc98438f20941c4622ee9b5bb87831260d2 | ec8aaa2f14318741f2aa06d43fd7ef1d5d5d0bf7 | /src/main/java/com/vague/code_challenge/repository/UserRepository.java | 04201110bc8ccfbfb8a0d37fcf33cdae5a3815b7 | [
"MIT"
] | permissive | lgfcruz/code_challenge | 0537c087dc3acfa8bd28e5d3606f82d1fbd890d4 | c05eec9c86402e215150554b01431ce7ca5bf0d8 | refs/heads/master | 2020-03-17T12:50:35.316564 | 2018-06-03T02:24:43 | 2018-06-03T02:24:43 | 133,605,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.vague.code_challenge.repository;
import java.util.List;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import com.vague.code_challenge.model.entity.... | [
"lgfcruz@gmail.com"
] | lgfcruz@gmail.com |
ccb4136cf647607feaebb986cc2f2e58b515aff3 | 39eb7fb0a70928e424845b91ef74f6accc687299 | /JavaProjects/JavaLanguageExercises/src/streams/courses/shared/CourseType.java | 42f1cf604a3ded78190bb699d4da1acfe5b7a2b0 | [] | no_license | michaldurinik/Liberty-training-academy | 8b15518fca13d326a1abb56b70689da47a97b414 | 0f48b77571deb15c24891e5d4d0b21d8ea1f94e9 | refs/heads/master | 2023-01-23T15:03:42.901945 | 2019-07-24T16:23:21 | 2019-07-24T16:23:21 | 195,797,287 | 0 | 0 | null | 2023-01-07T07:36:42 | 2019-07-08T11:19:34 | JavaScript | UTF-8 | Java | false | false | 96 | java | package streams.courses.shared;
public enum CourseType {
BEGINNER,
INTERMEDIATE,
ADVANCED
}
| [
"Michal.Durinik@liberty-it.co.uk"
] | Michal.Durinik@liberty-it.co.uk |
84c1512728cbe3db30b56547e367bf34b67563da | ec3c73907aaacc3b7edfd6607a0e4b38cfe36f2f | /src/test/java/com/chriswlucas/echo/EchoServerIntegrationTest.java | 3024ebe4a2e506ae5d2427f6c48ca686081bfd8c | [] | no_license | cwlucas41/measurement-server | e650190b86dc1c69f83c2ea9f605ff080753d12b | bc25f22e5a143aacbd8cd0418dba1c865bf2a2f0 | refs/heads/master | 2021-01-12T10:40:17.844710 | 2017-02-22T05:42:06 | 2017-02-22T05:42:06 | 81,367,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package com.chriswlucas.echo;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.chriswlucas.client_server_arch.AppHandlerInegrationLogic;
public class EchoServerIntegrationTest extends AppHandlerIn... | [
"cwlucas41@orodruin.local"
] | cwlucas41@orodruin.local |
0c0176852fb721b6bc588f47cad009b0fbd13601 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_b15d8f142327a74c90f47701153318b4f0431fbc/RINManager/16_b15d8f142327a74c90f47701153318b4f0431fbc_RINManager_s.java | ca6c32efc4d1e60ae6748b4e88352d76bf160443 | [] | 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 | 38,582 | java | package edu.ucsf.rbvi.structureViz2.internal.model;
import java.awt.Color;
import java.awt.Paint;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.cytoscape.model.CyEdge;
import org... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
15947139c0042acd19c795547897ff4b502131f2 | 0c8d6027fe35e700bbf8bb1a5a7932b9b4f1a051 | /ENI-Enchere/src/dal/CategorieDAO.java | c703ec0f03d579462874210b3700f1f00b63fc88 | [] | no_license | eHervouet/ENI-Enchere | 67dafd8d4ea46642e61f03714bbdac818947b70b | e37fa6116cdc2588d012712828699a4711480e3d | refs/heads/master | 2022-12-02T22:34:12.853445 | 2020-08-14T08:11:31 | 2020-08-14T08:11:31 | 284,653,348 | 0 | 0 | null | 2020-08-14T08:11:32 | 2020-08-03T09:06:19 | Java | UTF-8 | Java | false | false | 131 | java | package dal;
import java.util.List;
import bo.Categorie;
public interface CategorieDAO {
public List<Categorie> selectAll();
}
| [
"hervouet.etienne@gmail.com"
] | hervouet.etienne@gmail.com |
4b1196d0ff862798a261cf25c730762ef5d187ae | 67efd2f4dfd0e516b4382b316c7ca03c2e2f80c1 | /JavaTest/src/Slogan/Slogan.java | 89719e68d5b2e43edf9f6aa3d724fe6638bb67f5 | [
"MIT"
] | permissive | mhcrnl/NetBeansProjectsUbuntu2016 | cf3661ea2983a94ff041af0e6ccd947843b747d1 | f5c5587bdcb7134784adb9dad5e27f2726c41dee | refs/heads/master | 2020-03-12T05:14:27.789920 | 2018-04-22T06:53:32 | 2018-04-22T06:53:32 | 130,459,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | 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 Slogan;
/**
* Slogan.java
* @author mhcrnl
* Reprezinta o clasa care returneaza un string.
*/
public class Slogan {
... | [
"mhcrnl@gmail.com"
] | mhcrnl@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.