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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
82e98a183af390b8f5bf3d4ab122456c523613a2 | 25080eebe15154dc80153ceefa63d40059b32ab5 | /design_pattern_demo/src/main/java/factory/AmericaDessertFactory.java | 1214bde683a2e638a579be0b0ab0c359892e0bf5 | [] | no_license | king-180/my_code | bffe28bff7effc96acfb46cb228b21fceb05b8c0 | 274dd32271720feaec2e1c5ef3cae662dd0eefc2 | refs/heads/master | 2023-07-05T22:27:48.416651 | 2021-07-31T08:41:04 | 2021-07-31T08:41:04 | 357,848,310 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package factory;
/**
* @author wangxing
* @date 2021/2/25 11:12
*/
public class AmericaDessertFactory implements DessertFactory{
@Override
public Coffee createCoffee() {
return new AmericaCoffee();
}
@Override
public Dessert createDessert() {
return new Mochamusi();
}
}
| [
"xing.wang@wanbangauto.com"
] | xing.wang@wanbangauto.com |
d5b96ad6431d862e128e53ba1c0e7131f683a458 | 097def45197c4e1a298756d980ed22cdd6148683 | /src/main/java/system/model/User.java | 0df70b0ffd64f953e798d42a47b8165d99df5fbd | [] | no_license | antonyuksofi/spring_users | 23598ad1354ac20d94563d0fc095bc05e164d315 | 3594eee1a15a27e647b2be99f35dec4fd35e49bd | refs/heads/master | 2021-01-20T02:15:50.352710 | 2019-01-06T17:57:20 | 2019-01-06T17:57:20 | 101,311,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package system.model;
/**
* Created by София on 23.08.2017.
*/
public class User {
private String name;
private String password;
public User() {
}
public User(String name, String password) {
this.name = name;
this.password = password;
}
public String getName() {
... | [
"antonyuksofia27@gmail.com"
] | antonyuksofia27@gmail.com |
44f61ef2780deaee18d55491ddbb154d50ae9c57 | e2f3f2fc6f56b6ddcc0e251ec6a781cc1fc49801 | /L1.1 Simple web server/src/main/java/main/Mirror.java | c25a9b88a2d83b995a083cbd25d917e4fde676be | [
"MIT"
] | permissive | BioQwer/stepic_java_webserver | 9d74acf17bcdcf64d949a84181b9aa65d8b20325 | d59fcb7c8a7b9b24828a666e20e6646d6e851e97 | refs/heads/master | 2020-12-07T03:52:22.525493 | 2019-02-16T14:42:53 | 2019-02-16T14:42:53 | 48,451,532 | 1 | 0 | null | 2015-12-22T20:04:42 | 2015-12-22T20:04:41 | Java | UTF-8 | Java | false | false | 613 | java | package main;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* @author bioqwer
*/
public class Mirror extends HttpServlet {
@Override
protected void do... | [
"bioqwer94@gmail.com"
] | bioqwer94@gmail.com |
8b330c5905a396cb948208a98ec53d09d318ad2d | 56106d7646ed6537bb844cd2eb04a8a9dafeee1d | /web-admin/src/main/java/com/creatoo/hn/model/WhFetchFrom.java | 2e549dbf2c9e9ed769c7ed5e69e1dcdba8d5dfd8 | [] | no_license | nantiandeai/guangdong | 64efc759fa87ad7b292812e579a13d349bed332b | 7be3729bdce31acce345b796aab299a677ef495b | refs/heads/master | 2021-01-22T05:42:53.769264 | 2017-05-25T03:16:14 | 2017-05-25T03:16:14 | 92,489,159 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,958 | java | package com.creatoo.hn.model;
import javax.persistence.*;
@Table(name = "wh_fetch_from")
public class WhFetchFrom {
/**
* 采集来源标识
*/
@Id
private String fromid;
/**
* 采集来源名称
*/
private String fromname;
/**
* 采集数据类型:对应数据库表名
*/
private String fromfetchtype;
... | [
"147289951@qq.com"
] | 147289951@qq.com |
67a7f9bd4d75fc03f58cf056c9b55799f95a4ec4 | 00b5878f83ecdf70e8650420f0484c639d46ac1b | /app/src/main/java/com/example/android/newsreader/NewsAdapter.java | 5edf27682254d507448459144e3ffca04755b9ca | [] | no_license | brookemperry/NewsReader | a155f5e8457b985d52f86f10a1fe4ec546a998ad | 20f67b8f76310f64d3bedc9b953ccad0e599c1c7 | refs/heads/master | 2020-03-27T08:16:25.632120 | 2018-09-09T16:44:22 | 2018-09-09T16:44:22 | 146,238,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package com.example.android.newsreader;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.ArrayList;
... | [
"brookemperry@gmail.com"
] | brookemperry@gmail.com |
8f9bb6eaee57bdc894e28d6508f3f7cc2a8715c9 | 5fb575d357c560e26d6ba9c30ba00a89a4f80010 | /src/main/java/com/burning8393/spring_boot_mvc/SpringBootMvcApplication.java | fd581639634b5a2d69555003d018d2195c70b0ca | [] | no_license | BurnJinji/spring_boot_mvc | 7339576ffc9c089588815ca2bf55c8ae9582978c | 8ecd7f8b6b6fe465e19ec64e2117bcda192dae16 | refs/heads/master | 2020-09-24T12:59:10.312473 | 2019-12-04T02:45:14 | 2019-12-04T02:45:14 | 225,763,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.burning8393.spring_boot_mvc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootMvcApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootMvcAppli... | [
"pang798763716@outlook.com"
] | pang798763716@outlook.com |
0bf33a69c2627a6a1fb4eec15a2d7c9e6b5dbef1 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /imgsearch-20200320/src/main/java/com/aliyun/imgsearch20200320/models/AddImageResponseBody.java | b4a8beb8b3ca61e4a5949b07656a037f231fa373 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,506 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.imgsearch20200320.models;
import com.aliyun.tea.*;
public class AddImageResponseBody extends TeaModel {
@NameInMap("Data")
public AddImageResponseBodyData data;
@NameInMap("RequestId")
public String requestId;
public stati... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
d62693b615c92e43b64b77f27fdac91f8ee432aa | 17319c2ae161be17d546114007942afaf215785e | /cassandra/src/main/java/org/restexpress/scaffold/cassandra/Routes.java | 24252505aeebccfad1527b4936343bee8ff6b337 | [] | no_license | nandanad/RestExpress-Scaffold | eb75e7a1fa58dd72e8dbdb6f7391dfd89a54f194 | 456ccc9bb08e3567998026c1276632fa4e1f3381 | refs/heads/master | 2021-01-18T14:54:34.803065 | 2014-12-02T21:41:12 | 2014-12-02T21:41:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | package org.restexpress.scaffold.cassandra;
import org.jboss.netty.handler.codec.http.HttpMethod;
import org.restexpress.RestExpress;
import org.restexpress.scaffold.cassandra.config.Configuration;
public abstract class Routes
{
public static void define(Configuration config, RestExpress server)
{
// TODO: Your r... | [
"tfredrich@gmail.com"
] | tfredrich@gmail.com |
c8415ef3f2f71df9e207f79588dc0187cbcba307 | 1c88a96a435d27e15156bef6a9a2df3f28088f48 | /YDYYMH/src/com/ideal/zsyy/activity/MZSMActivity.java | e1a3dfd71ff51dff0820dc281e0041ae6bf2ab75 | [] | no_license | RayMonChina/water_xingcheng | f56aa7569e97f92dafb5da84b1653bf4ed3e2785 | 2176c38dcfa6f4954970727886b75641b13e4a72 | refs/heads/master | 2021-08-31T23:03:26.139602 | 2017-12-23T09:03:12 | 2017-12-23T09:03:12 | 109,460,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package com.ideal.zsyy.activity;
import com.jijiang.wtapp.R;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MZSMActivity extends Activity {
@Override
protected void onCreate(Bundle s... | [
"wangruimeng@gaodun.com"
] | wangruimeng@gaodun.com |
2de8732abe6ec1416d4d43aed1644599254728da | 1a8e9d4bd8d8eef38a2c3a6b4108cbb2f586d6aa | /vip-20170405/gupaoedu-vip-template/src/com/gupaoedu/vip/template/TestTemplate.java | f086cd47fe620f066da3c23f1b31fc2a944387ff | [] | no_license | marcodeba/mySpringMVC | 484c4302b7caa24a485188a00ae3f03321df2bd9 | 7f22cbc6a249076f465aafb8387d4e338261c897 | refs/heads/master | 2022-12-20T03:58:06.751153 | 2020-04-04T09:03:08 | 2020-04-04T09:03:08 | 251,573,930 | 0 | 0 | null | 2022-12-16T03:33:09 | 2020-03-31T10:43:41 | Java | GB18030 | Java | false | false | 526 | java | package com.gupaoedu.vip.template;
public class TestTemplate {
public static void main(String[] args) {
// Coffee coffee = new Coffee();
// coffee.create();
Tea tea = new Tea();
tea.create();
}
//SpringJDBC
//是java规范,各个数据库厂商自己去实现
//1、加载驱动类DriverManager
//2、建立连接
//3、创建语句集(标准语句集、预处理语句集)(语句集? ... | [
"tom@gupaoedu.com"
] | tom@gupaoedu.com |
54d83eac461a43cc312033723148b449c8519675 | 18ed574c5a2f9c43bacf9cf262dba73623087617 | /공통/getski/backend/src/main/java/com/getski/exception/DataAlreadyExistsException.java | 1ceb5f8f5851c46ecd3d086cafb5e8534b080078 | [
"MIT"
] | permissive | fastz123/Projects_GETSKI | e24f54674a62239fad0e3eedb5072513a803cc11 | be3e38a93b2a3f113ba13e97287e72167c62edca | refs/heads/master | 2023-02-12T14:53:49.108341 | 2020-10-19T14:37:29 | 2020-10-19T14:37:29 | 245,100,864 | 0 | 0 | null | 2021-01-05T23:01:20 | 2020-03-05T07:51:55 | JavaScript | UTF-8 | Java | false | false | 185 | java | package com.getski.exception;
public class DataAlreadyExistsException extends RuntimeException {
public DataAlreadyExistsException(String message) {
super(message);
}
} | [
"fastz123@naver.com"
] | fastz123@naver.com |
0554577c1f27403fbe07f4462fddfbca72368db0 | d08abfffd968faea4570e28e6a13b36942144011 | /Serializable/src/lel/Serializable3/Teacher.java | 9b09f6a568affc900160c4bdcf10b294cd6e8eb1 | [] | no_license | long-lang/long | db1a52ded85d164220ef8976090cd8ed5ab12372 | 9bc2fdbeb72793c0bcf4ea9af241bb1e8a47bd14 | refs/heads/master | 2020-07-17T16:02:13.389176 | 2020-02-22T04:08:49 | 2020-02-22T04:08:49 | 206,049,847 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 172 | java | package lel.Serializable3;
import java.io.Serializable;
public class Teacher {
//private static final long serialVersionUID = 1L;
private String position = "无";
}
| [
"1065543493@qq.com"
] | 1065543493@qq.com |
14b9888e329348d15e567cd72d073fb82baf6804 | d4e8adf5e1769f50d404350707d89217bc6e7f5e | /homework1/src/main/java/ru/otus/valeev/domain/Answer.java | 89e6184b65550f84cf38bcc925c325090c69abf4 | [] | no_license | webster91/2020-02-otus-spring-valeev | 7cbe245dc8f2222b4a8682fe26e3f2db99edacf0 | 124bb94d962d125e89f21af212e4825423bc8b0c | refs/heads/master | 2023-01-10T07:51:53.021263 | 2020-08-16T13:11:08 | 2020-08-16T13:11:08 | 244,459,229 | 0 | 0 | null | 2023-01-06T12:27:00 | 2020-03-02T19:40:39 | Java | UTF-8 | Java | false | false | 85 | java | package ru.otus.valeev.domain;
import lombok.Value;
@Value
public class Answer {
}
| [
"webster_91@inbox.ru"
] | webster_91@inbox.ru |
daac715b7fba4137b5930ca9a1b79b698335ccd6 | cae8ecd6f9158a8ee988cafb68d6e69b51cec71d | /src/test/java/AutomationTestGropp/AutomationPratice/AppTest.java | 27c7f1e890a435d6d134466016395c8a55fdad2e | [] | no_license | ramkrishna123p/AutomationPractice | f623535f70bd8374d8ed1c953f87bd0bfcbfab03 | 15586dbf48cf51d7120ea5af2d8081aab3c6f581 | refs/heads/master | 2022-12-29T08:53:35.711485 | 2020-07-02T04:34:03 | 2020-07-02T04:34:03 | 276,548,466 | 0 | 0 | null | 2020-10-13T23:14:37 | 2020-07-02T04:29:40 | Java | UTF-8 | Java | false | false | 665 | java | package AutomationTestGropp.AutomationPratice;
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
... | [
"shivamca123@gmail.com"
] | shivamca123@gmail.com |
74cfab784c13d4cfaad13d8330b02d4caaf5c68b | 793f829ebcf385a23773ff7199b131f8dbf174f3 | /src/org/onlineshopping/decorator/RentItem.java | e870e1ab0c7058a9034f16c97d493a01f57812e8 | [] | no_license | kishorenekkalapudi/E-Commerce-Online-Shopping-by-using-Design-Patterns | 006523ddfb4cb8b8ed20de2f1fa72a3deb62c69a | 53bea554dc675a6e739aa6d3315d2756bf754e97 | refs/heads/master | 2016-09-05T12:57:29.504092 | 2013-06-05T18:10:33 | 2013-06-05T18:10:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package org.onlineshopping.decorator;
import org.onlineshopping.bridge.PaymentOptions;
public class RentItem extends RentableDecorator {
@Override
public void RentItemByItemId(int Item_Id) {
PaymentOptions paymentoptions=new PaymentOptions();
try{
setTotalNumberOfItems();
paymentoptions.BuyItemMenu();
}... | [
"rajeev.sjsu@gmail.com"
] | rajeev.sjsu@gmail.com |
5cc2f6a3338824a0690ba03c1cfe3228182ddcce | 164fa61cfbc89a8e3e22f5c102d1d62f9046dea3 | /src/cn/codercheng/source/java/net/URLStreamHandler.java | c47782b815326c8d83f0f9492a9dec0d04d0579d | [] | no_license | codeChengWenY/JavaSourceLearn | 1426723baceeb0db57d0533f2d74f186809a93f8 | d36d2f98527d3abc9985f34c78a5f776e6cf60ed | refs/heads/master | 2022-12-05T06:52:26.969508 | 2020-08-14T06:36:43 | 2020-08-14T06:36:43 | 287,459,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,094 | java | /*
* Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.net;
import java.io.IOException;
import java.io.InputStream;
import java.io.File;
import ... | [
"1042732167@qq.com"
] | 1042732167@qq.com |
77c29b8d6876f0f4ba0c411b86c4eb084b8a75e5 | 2694a1d2b77ba61190ae874a707c8e2b80928636 | /tool/src/main/java/org/jboss/mgmt/generator/Generator.java | 4293cf200f50d257a317e7bef176e9ff9803c569 | [] | no_license | maeste/protoglop | 9c97386097ac20b6b29e576c45d9b6657cc41072 | 38209da33c1d9b521e03abbc8b52df4dd6dd44df | refs/heads/master | 2020-12-25T11:58:46.955623 | 2012-10-30T17:21:05 | 2012-10-30T17:21:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,778 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [
"david.lloyd@redhat.com"
] | david.lloyd@redhat.com |
4b5d4d62c9e01b1684f841bb37a93b41bde27154 | 4609c0869901fabd41a3928632d5d75e6ba62a67 | /Addition.java | d6e7a0f1f5f647ad339d060820b7a1bcc4f7854e | [] | no_license | julielaursen/JavaFXScripts | fbaa3223c589c733dce9ba680753e84abfb1c6a3 | 9cc677537195320dd5cae5ab602d9bcac8cb9fd1 | refs/heads/master | 2020-03-29T11:12:43.919449 | 2018-10-15T00:14:08 | 2018-10-15T00:14:08 | 149,841,441 | 0 | 0 | null | 2018-09-24T02:01:15 | 2018-09-22T03:20:56 | Java | UTF-8 | Java | false | false | 1,102 | java | package application;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;... | [
"noreply@github.com"
] | julielaursen.noreply@github.com |
f6fd79b62914d4230ee940cd512f1a2ce4a9ac32 | 73b9ca4bb1078061a6a56c015d476745f608474f | /src/main/java/com/cpm/upload/UploadAllImageActivity.java | 57dfbf6c1ef2e66e2e9cd524b7ef087691b859cf | [] | no_license | YadavendraSinghYaduvanshi/VOTOMobile | 775dc9a143e5bdfe98d92df8ae2f8ad3ee37f3ef | 1cdf67e98d5fe2f5eda5a7e94c9be9ee26bcd912 | refs/heads/master | 2021-06-28T18:00:55.591923 | 2017-09-13T10:22:34 | 2017-09-13T10:22:34 | 103,385,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,794 | java | package com.cpm.upload;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.StringReader;
import java.net.MalformedURLException;
import java.util.ArrayList;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import org.ksoap2.SoapEnvelope;... | [
"yadavendra.singh@in.cpm-int.com"
] | yadavendra.singh@in.cpm-int.com |
42f418b938c07f08f21a12b04388d481c0daadde | 98ea4160cf0e7815e5a7706f44258e21060bc9ea | /src/main/java/pl/companymanagementhelper/domain/address/AddressRepository.java | 8142023502dd38622a9e94027d0b5da834819250 | [] | no_license | Mehip/CMH | f03204b92b2825f2ed57b9bb1170d71565e09022 | d27fdfa03d66e46d5cd9bc8dd45e65e4dee83e8e | refs/heads/master | 2022-12-02T15:42:00.489790 | 2020-08-26T16:36:34 | 2020-08-26T16:36:34 | 286,276,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package pl.companymanagementhelper.domain.address;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface AddressRepository extends JpaRepository<Address, Long> {
}
| [
"mparapura98@gmail.com"
] | mparapura98@gmail.com |
bde2d2a2b7fc3e4b2835823d11c386e704aec73b | d4146d689fdea5efd317dcdc35b682b645526b0c | /day1103/thread/BarThread.java | 8b2e3790bc3ad061e33271283afd01a43059c3e3 | [] | no_license | dyd1047/java_workspace | 67f4015eefffed758bc1d876056f5094afd4a403 | 789900d6c767cf90557fae989d39641458bfee65 | refs/heads/master | 2023-01-15T10:31:18.707280 | 2020-11-20T09:04:53 | 2020-11-20T09:04:53 | 305,318,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package day1103.thread;
import javax.swing.JProgressBar;
public class BarThread extends Thread{
int n;
int interval;
JProgressBar bar;
//이 쓰레드를 이용하고자 하는 자는, 바를 넘기시오
public BarThread(JProgressBar bar, int interval) {
this.bar = bar;
this.interval = interval;
}
@Override
public void run(... | [
"noreply@github.com"
] | dyd1047.noreply@github.com |
76ef2f70d35265b0170d16ccf14d9a9b0a52a71a | 8312ca5c4472121cc2a08d0a869c7955799f5bf4 | /kite-data/kite-data-core/src/test/java/org/kitesdk/data/event/ReflectStandardEvent.java | fb8dcd5b200254a65d0fbc5cacbf631a70c65536 | [
"Apache-2.0"
] | permissive | carlosmarin/kite | 5a8250d6e7131a9e026862603b6c055fce4382f3 | f6fb3fa2cf8396f165a5811f34f62152d6c5da13 | refs/heads/main | 2023-06-02T04:53:26.570703 | 2021-06-18T16:29:59 | 2021-06-18T16:29:59 | 378,196,535 | 0 | 0 | Apache-2.0 | 2021-06-18T15:42:16 | 2021-06-18T15:42:16 | null | UTF-8 | Java | false | false | 3,473 | java | /*
* Copyright 2014 Cloudera, 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... | [
"joey@cloudera.com"
] | joey@cloudera.com |
e26b16b695d0417d159ff57d81bddf06230df67c | d2860fce140826afeff66893e3f1c129224aa05b | /src/Debugging/FixDebugFive2.java | 0bf6a920f37b5a5efeb846a2314d4eb754f9cef4 | [] | no_license | ac116232/chapter-5 | 6e8a4df39cba527b1703984c25537a41ebe4721c | 5a5e1283ff3144d338d373cde86227dcae604642 | refs/heads/master | 2020-03-30T09:56:11.917972 | 2018-10-01T14:06:25 | 2018-10-01T14:06:25 | 151,098,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package Debugging;
import java.util.Scanner;
public class FixDebugFive2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int num;
int num2;
@SuppressWarnings("resource")
Scanner input = new Scanner(System.in);
System.out.print("Enter a number ... | [
"noreply@github.com"
] | ac116232.noreply@github.com |
a9b5691c3fafe307868a23fecc979d918096401c | 58417a458f922317d0b35b57597a82a198bc4351 | /bukkit-legacy/loader/src/main/java/me/lucko/luckperms/bukkit/loader/BukkitLegacyLoaderPlugin.java | b843f1f737d1af776704140e6b8e878aff54c5d3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LuckPerms/LuckPerms | 72358e677669fd767b2ac24ca7483f828e93e000 | f12d3cd8ba47fb0d25f7c13e1f3a89d770bd34a6 | refs/heads/master | 2023-08-15T01:31:25.175005 | 2023-08-05T09:49:57 | 2023-08-05T09:49:57 | 59,388,335 | 601 | 247 | MIT | 2023-09-05T08:59:16 | 2016-05-22T00:49:12 | Java | UTF-8 | Java | false | false | 2,211 | java | /*
* This file is part of LuckPerms, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... | [
"git@lucko.me"
] | git@lucko.me |
d0cfd8bae9f0e5199e03b30197ff1509974cd69b | 9d963cafe49067766b40f247e4c88f8f89402a39 | /src/main/java/com/houjiahui/core/security/UsernamePasswordToken.java | 43066fea9a6ab159714ee1fc0ed8c1115a9042aa | [] | no_license | houjiahui90/DyingWish | be1ce83ba1ff8562ae9e0be3f79f09a621c0cd33 | ebf540fe835adb719aae346740fdc9d835f099d1 | refs/heads/master | 2020-03-22T07:06:08.971866 | 2018-07-04T06:30:01 | 2018-07-04T06:30:01 | 139,463,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | /**
* Copyright © 2015-2020 <a href="http://www.nxzhxt.com/">nxzhxt</a> All rights reserved.
*/
package com.houjiahui.core.security;
/**
* 用户和密码(包含验证码)令牌类
* @author nxzhxt
* @version 2016-5-19
*/
public class UsernamePasswordToken extends org.apache.shiro.authc.UsernamePasswordToken {
private static final... | [
"artronimage@ArtronImagedeMacBook-Pro.local"
] | artronimage@ArtronImagedeMacBook-Pro.local |
d8cadcbabac405485581fed58f14d67b61277d40 | 0d1835c1fbfe08dad1d59cd1f6261e706146e609 | /CardioMRI/src/com/pixelmed/dicom/GeometryOfVolumeFromAttributeList.java | dc182a92f5e4008175f01d84536ee2f045733e52 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | inevitably2484848/MRI | c57dc4313b06f47796e7ac6b200485b20af04d66 | 2185d5a9dcbe4cca09dcce49d43b77df35677f84 | refs/heads/master | 2021-01-14T08:25:25.978877 | 2016-04-27T19:31:10 | 2016-04-27T19:31:10 | 29,896,364 | 2 | 2 | null | 2015-11-30T23:39:51 | 2015-01-27T03:53:59 | Java | UTF-8 | Java | false | false | 9,917 | java | /* Copyright (c) 2001-2013, David A. Clunie DBA Pixelmed Publishing. All rights reserved. */
package com.pixelmed.dicom;
import javax.vecmath.*;
import com.pixelmed.geometry.*;
import java.util.SortedSet;
/**
* <p>A class to extract and describe the spatial geometry of an entire volume of contiguous cros... | [
"mhd0003@auburn.edu"
] | mhd0003@auburn.edu |
c10e67a9f890fb2542b701a1c289feeadd262909 | 9c99029bf9fd15cee303f815989085ffe2e3adb9 | /src/chap02/type/ShortType.java | 1a922a0a7b9eb6acdbdcc4034f1cb7c15905cd50 | [] | no_license | dlwl0005/java20200929 | d1ac4c3280441e4be3bc96194bd44a585af4fddc | 0e5750036384974f659248d3910c3b173472e61a | refs/heads/master | 2023-01-05T17:01:34.559107 | 2020-11-03T08:28:06 | 2020-11-03T08:28:06 | 299,485,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package chap02.type;
public class ShortType {
public static void main(String[] args) {
// short :2byte
short shortValue1;
shortValue1 = 32767;
System.out.println(shortValue1);
// shortValue1 = 32768;//x
shortValue1= -32768;
System.out.println(shortValue1);
}
}
| [
"dlrp008@naver.com"
] | dlrp008@naver.com |
80237405122cceaaf3d90a297d27642c6f1987fb | c12bcd01f4d0da79386cf85b0aa43c8d081c53e7 | /app/src/main/java/com/example/praktikum5/TimePickerFragment.java | ef424cfb83a01318c21913a1c00f04740dcb7e8e | [] | no_license | Pranandahabib/TUGAS5-1918029-PRANANDAHABIB | d959c664b8499659cf969127d8b120af81abc94c | 8a64c737cbfb883370a783f9163370d2093714bd | refs/heads/main | 2023-08-27T08:14:17.898708 | 2021-11-07T09:42:57 | 2021-11-07T09:42:57 | 425,463,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package com.example.praktikum5;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.os.Bundle;
import android.text.format.DateFormat;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.DialogFragment;
import java.util.Calendar;
public cla... | [
"phabibassiddiqie@gmail.com"
] | phabibassiddiqie@gmail.com |
092495fa85873751e6326c124d099c85caf72515 | 693995978adb623590dfc215fa166961af70fe8f | /core/core-push/src/main/java/com/shanjin/push/ios/apns/APNS.java | 72c4d3146fa745fdd890b774504087de26679921 | [] | no_license | yxxcrtd/omeng.cc | 13ea163bee5cd89bd5a50388e7aae81da3355ca0 | dffea0dbc666272712e82ef4ce25e427f97d05a1 | refs/heads/master | 2022-12-24T07:36:07.662048 | 2019-06-05T07:38:14 | 2019-06-05T07:38:14 | 190,348,103 | 1 | 1 | null | 2022-12-16T07:52:01 | 2019-06-05T07:35:46 | Java | UTF-8 | Java | false | false | 2,225 | java | package com.shanjin.push.ios.apns;
/*
* Copyright 2009, Mahmood Ali.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyri... | [
"yxxcrtd@gmail.com"
] | yxxcrtd@gmail.com |
ddd116a3b6837b46c5765ff59ce5905e4a4033d1 | 9a7973a1e55910db66c6d95f0c1ee3ac0950ff38 | /src/test/java/com/jdown/controller/JDownControllerTest.java | 6c28aa6136d31eb484973828f009539cf26eb425 | [] | no_license | rowokop80/JSONDownload | 0d9c7d1894e275ca26480bcf0dab9d57732cc50f | 540cdb3c0626c4ecc4089e230b18e8d1438bc141 | refs/heads/master | 2022-11-18T17:04:22.428111 | 2020-07-06T07:38:03 | 2020-07-06T07:38:03 | 277,473,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | package com.jdown.controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.doReturn;
import static org.mockito.Mockito.doThrow;
import static org.... | [
"123@123.pl"
] | 123@123.pl |
dbf2ea9eb4f1b7a72aeafd89577c2d22827d9235 | d548238acdaf51df910bdc70db0e8f7d1ee7075e | /MyJAX-B_App_MarshallingAndUnMarshalling/src/main/java/com/nt/test/UnMarshallingTest.java | 87c8b78cfa02551645c150f6f240a8610f369ba9 | [] | no_license | saurabh23patre93/Webservice_Raghu | 7009820a04616476e087090eab34bed609917697 | 4054987d1fc9a60e4a586b922b5241cd830fabe3 | refs/heads/master | 2023-04-07T18:24:17.770615 | 2021-04-17T09:01:14 | 2021-04-17T09:01:14 | 355,806,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package com.nt.test;
import java.io.File;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Unmarshaller;
import com.nt.model.Student;
public class UnMarshallingTest {
public static void main(String[] args) {
try {
//1.create Context object for student
JAXBContext context=JAXBContext.... | [
"asus@DESKTOP-5V94U0C-Saurabh"
] | asus@DESKTOP-5V94U0C-Saurabh |
4dca4f15ce6313d030d2372370e7a5e030df1467 | 2437c9eadfae6449b3b5dba2890ad891d4a154d8 | /My_LMS/src/main/java/com/yildirimbayrakci/lms/UserManagement_user.java | 67f51ca0bde320cd184aaf31825f7cbc2b6e7ca1 | [
"MIT"
] | permissive | yildirim2189/Library_Management_System-Java_Swing | 3f4f546f411fc849c52df5bde56dea798fe1b62a | 28e8da2cb4034c68b2f6e80924e8d7e39d8aa0e8 | refs/heads/master | 2022-07-07T12:48:48.152216 | 2019-12-15T17:14:22 | 2019-12-15T17:14:22 | 228,094,459 | 1 | 0 | MIT | 2022-02-10T00:27:53 | 2019-12-14T21:57:37 | Java | UTF-8 | Java | false | false | 28,276 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.yildirimbayrakci.lms;
import com.yildirimbayrakci.entity.Account;
import com.yildirimbayrakci.entity.Book;
import com.yild... | [
"yildi@192.168.1.25"
] | yildi@192.168.1.25 |
4ac23b661e8aa0cb599a245ef342fcfafdd3d1ac | 6ddfef584a834362c15b2a755407e05f9d318873 | /Alice/src/main/java/com/hs/alice/util/crypt/AliceCrypt.java | e48c6a5ad78bb72f6cf53915a605897d7bc40350 | [] | no_license | CrazyJK/kamoru-antique | f6f30d1698aee9cd9e76e63859d708d06c5212d8 | a15b0666a812fadaf93ba0a923787b124e160e55 | refs/heads/master | 2020-04-12T18:57:02.764638 | 2014-11-03T12:52:29 | 2014-11-03T12:52:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package com.hs.alice.util.crypt;
public interface AliceCrypt {
String decrypt(String encryptString);
String encrypt(String string);
}
| [
"namjk24@gmail.com@e3ab8832-cd79-4ee9-3d71-893b5bf6c76a"
] | namjk24@gmail.com@e3ab8832-cd79-4ee9-3d71-893b5bf6c76a |
0fe9c4d70729a4302d97dd88acf79af04a507051 | a6e2cd9ea01bdc5cfe58acce25627786fdfe76e9 | /src/main/java/com/alipay/api/response/KoubeiServindustryExerciseRecordcourseSyncResponse.java | 1184ee8389f64504d7a6b77c7584bfb6f1f51cfd | [
"Apache-2.0"
] | permissive | cc-shifo/alipay-sdk-java-all | 38b23cf946b73768981fdeee792e3dae568da48c | 938d6850e63160e867d35317a4a00ed7ba078257 | refs/heads/master | 2022-12-22T14:06:26.961978 | 2020-09-23T04:00:10 | 2020-09-23T04:00:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.servindustry.exercise.recordcourse.sync response.
*
* @author auto create
* @since 1.0, 2020-06-18 11:51:22
*/
public class KoubeiServindustryExerciseRecordcourseSyncResponse extends AlipayResponse {
... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
b92220f45fe5533a6be0bd4e90ab5569dcc1f460 | 3d9132b92e6418f4e451716bc4716093608ec1c2 | /remote_demo/src/androidTest/java/com/xuexiang/remotedemo/ExampleInstrumentedTest.java | 65942538e384cf74234789d580d3fd90220ed8a0 | [] | no_license | doujinhai123/XIPC | 19bda8cc4ea8ba4d9bfb9227f8660efba537b754 | 1113736f9298b4acb6d4743b6c42a2ec4d90399c | refs/heads/master | 2021-09-23T15:38:22.942120 | 2018-09-25T10:39:26 | 2018-09-25T10:39:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,353 | java | /*
* Copyright (C) 2018 xuexiangjys(xuexiangjys@163.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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"xuexiangjys@163.com"
] | xuexiangjys@163.com |
86b9b0b6c65c5ea7d0ca6471acecbbf97f0ea699 | 53189efbfed5423821a84f631da404d07a80e404 | /storage/app/Al-QuranIndonesia_com.andi.alquran.id_source_from_JADX/com/google/android/gms/location/C2095m.java | 5b3d83d3cb2d96f77ebfb9ba44d75c4ffaad0a30 | [
"MIT"
] | permissive | dwijpr/islam | 0c9b77028d34862b6d06858c5b0d6ffec91b5014 | 6077291a619ac2f5b30a77e284c0a7361e7c8ad4 | refs/heads/master | 2021-01-19T17:16:49.818251 | 2017-03-13T23:00:08 | 2017-03-13T23:00:08 | 82,430,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,851 | java | package com.google.android.gms.location;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.C1354a;
import com.google.android.gms.common.internal.safeparcel.C1354a.C1353a;
import com.google.android.gms.common.internal.safeparcel.C1355b;
import com.g... | [
"dwijpr@gmail.com"
] | dwijpr@gmail.com |
d1531c2456bcd01eeabe109da58f0504eb4c5596 | f3933b0573150fa64dbb55ca06af778c27069c95 | /Posit_IF/src/main/java/dao/JpaUtil.java | e03e4fea785fcedd1ed5d03e2c3ad9e40e82fd0b | [] | no_license | arbaforce/Posit_IF | 754f4dd6bc07e161b9b08e91c2ca836d79972e01 | d68eead720c63cc5e4dc751cc08d9000a62b1cce | refs/heads/master | 2020-03-15T20:21:38.771861 | 2018-05-17T13:55:07 | 2018-05-17T13:55:07 | 132,330,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,748 | java | package dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.RollbackException;
/**
* Cette classe fournit des méthodes statiques utiles pour accéder aux
* fonctionnalités de JPA (Entity Manager, Entity Tr... | [
"loicsaos@gmail.com"
] | loicsaos@gmail.com |
6b53ceea8f47d4d2e55974897bac8b478340a61b | bb205c730f7179bb750e89806d2d26a201e34f8f | /src/com/nullpointerworks/gui/elements/CheckElement.java | 33c8557adf342ad5152b219d44656f511c1c6b44 | [
"Unlicense"
] | permissive | NullpointerWorks/libgui | 51d31f71bf10b2827ecfc4ca96b0faed82afe39d | 3ef7ebefefc92364473844a8d971d9f30108e39b | refs/heads/master | 2023-04-01T19:04:41.925048 | 2021-04-08T18:11:23 | 2021-04-08T18:11:23 | 288,923,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,328 | java | package com.nullpointerworks.gui.elements;
import com.nullpointerworks.core.input.Mouse;
import com.nullpointerworks.core.input.MouseInput;
import com.nullpointerworks.util.concurrency.Lock;
public abstract class CheckElement extends ButtonElement
{
private Boolean state = false;
private Lock _presslock = new Lock... | [
"38044500+NullpointerWorks@users.noreply.github.com"
] | 38044500+NullpointerWorks@users.noreply.github.com |
702bcbc1efa36dd8a446079d3638825e2fc9df77 | b0c35c21d402b08d3fac210ee912df248b90c7e8 | /src/kubajj/lekce9/OtoceniIIdouble.java | a809793dec22b85b6585a3a5b6a7573a5449ad19 | [] | no_license | kubajj/Programovani | 1d945661823dea7b5f6bd6842ece738ea2392eb3 | f1ca06fab1fc1e9b63661619f04842e664ba0eed | refs/heads/master | 2021-10-20T12:29:26.799786 | 2019-02-27T17:33:19 | 2019-02-27T17:33:19 | 111,451,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package kubajj.lekce9;
public class OtoceniIIdouble {
public static void main(String args[]) {
int pocet = 0;
double cisla[] = new double[1];
System.out.printf("Zadejte neomezeny pocet cisel:\n");
java.util.Scanner sc = new java.util.Scanner(System.in);
while (sc.hasNextDouble()) {
if (poce... | [
"vilouskubajj@gmail.com"
] | vilouskubajj@gmail.com |
c88f665cd0debe09eb47800495bbbcbf4da976b7 | 8a2837522519f64cf45d54e7e2e11b95a38a4efe | /src/main/java/com/drpicox/game/runners/CR500StarBuildStarbase.java | 3794abeb89685c847db051b0fb87d1ad00a26b9c | [] | no_license | drpicox/planets-game-exam | 22761fd8d56ede25aa5ed553cfb4737a40192ea0 | ad4988c7cacd0b81a12dc505bf2660adf28b117a | refs/heads/master | 2023-02-03T01:21:26.851034 | 2020-01-21T09:19:02 | 2020-01-21T09:19:02 | 235,301,371 | 0 | 1 | null | 2023-01-05T05:24:40 | 2020-01-21T09:27:23 | HTML | UTF-8 | Java | false | false | 2,064 | java | package com.drpicox.game.runners;
import com.drpicox.game.commands.CommandController;
import com.drpicox.game.entities.Entity;
import com.drpicox.game.messages.MessageController;
import com.drpicox.game.players.Player;
import com.drpicox.game.starbases.StarbaseController;
import com.drpicox.game.stars.StarController;
... | [
"david.rodenas@gmail.com"
] | david.rodenas@gmail.com |
5bafc466653784d510c62c8466efc6c647aeac9e | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/wallet_core/ui/formview/WalletFormView$2.java | b8fa3b276b725a1a60617bded6bbf80758e81a06 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | package com.tencent.mm.wallet_core.ui.formview;
import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.matrix.trace.core.AppMethodBeat;
final class WalletFormView$2
implements View.OnClickListener
{
WalletFormView$2(WalletFormView paramWalletFormView)
{
}
public... | [
"172601673@qq.com"
] | 172601673@qq.com |
f7243e0809574e9560eda41831b62e583b5a1620 | 2de38094b3062f34ecc222fe3401ca9e6f29fdee | /Day4-Homework3/src/GamerManager.java | 0bc8fc3524017e8c07c8634f8f7abb938f5fc880 | [] | no_license | umitceeelik/JavaCamp | ce48e9ea7d31edee057bdf6e97a2907519c60d7e | 5a230723a96fa764306e468440cacf69727e0e67 | refs/heads/master | 2023-04-26T03:34:11.596353 | 2021-05-07T15:36:24 | 2021-05-07T15:36:24 | 362,830,753 | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 831 | java |
public class GamerManager extends BaseUserManager {
private UserCheckServise userCheckServise;
public GamerManager(UserCheckServise userCheckServise) {
super();
this.userCheckServise = userCheckServise;
}
@Override
public void register(User user) {
if(userCheckServise.CheckIfRealPerson(user))... | [
"steelfamily@Steelfamily"
] | steelfamily@Steelfamily |
59ce4595ebe84704751ed21b132548a620dbb767 | fa31bc3b859254c98222a79855025ac9f0d4fbd6 | /src/ConvertSortedListtoBinarySearchTree.java | addee577c3d80871c8ff2bd4fb26c968d31a4ef7 | [] | no_license | luoyangylh/MyLeetCodeRepo | 2d36ad2e6036bd2dffefd3094f5661f3a5b03aee | 48613cd6f58eb1d0c545f74f08dbe09bc737ae1a | refs/heads/master | 2020-09-22T12:48:30.290389 | 2014-07-24T04:19:17 | 2014-07-24T04:19:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,322 | java | // Convert Sorted List to Binary Search Tree
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode(int x) { val = x; next = null; }
* }
*/
/**
* Definition for binary tree
* public class TreeNode {
* int val;
* TreeNode left;
* Tr... | [
"longhuayou@gmail.com"
] | longhuayou@gmail.com |
acb09bc5f746e6af242e3b4157efc7ede4a98456 | 0b421cea4da6649fe3ce3bdde3db2b641fe56fb0 | /src/test/java/codist/garmin/uploader/fit/FitFileParserTest.java | 546a6ee409a39963dc1d49cce0d9cb79bcf91ecf | [] | no_license | xarling/garmin-uploader | 1ab3555a6ca6ce7bb999db320ada7cfb203e5865 | b7bb37856d20f02fb2667f3633187bda82f9b597 | refs/heads/master | 2020-05-18T16:31:41.853669 | 2014-08-28T07:38:39 | 2014-08-28T07:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package codist.garmin.uploader.fit;
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import org.junit.Test;
public class FitFileParserTest {
@Test
public void testParseFile() throws IOException, URISyntaxException {
File file = new File(FitFileParserTest.class.getResource("/f... | [
"xander.arling@gmail.com"
] | xander.arling@gmail.com |
f8068bb67f71bdc417bf3791c1c112b9e10a9cd3 | b75e7c8f2d4d57cd17c084a9c3b197de099beffc | /jvm-experiments-hibernate/src/main/java/kr/nsoft/data/hibernate/usertype/compress/XZStringUserType.java | dd48e9475e5a8d5aa497793f6b75ed0bed3fcdc1 | [] | no_license | debop/jvm-experiments | 56327e5c631a6e747b29a80589da514dcb35862b | 284fe8865fc6b642b809aada1df98c54b3ba122a | refs/heads/master | 2020-06-02T08:12:36.076635 | 2013-06-16T15:01:33 | 2013-06-16T15:01:33 | 6,716,406 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package kr.nsoft.data.hibernate.usertype.compress;
import kr.nsoft.commons.compress.ICompressor;
import kr.nsoft.commons.compress.XZCompressor;
/**
* XZ 알고리즘 ({@link XZCompressor} 으로 문자열 속성 값을 압축하여 Binary로 저장합니다.
* User: sunghyouk.bae@gmail.com
* Date: 12. 9. 18
*/
public class XZStringUserType extends ... | [
"sunghyouk.bae@gmail.com"
] | sunghyouk.bae@gmail.com |
4a6ce304cb1744eb0ddbba1f28ac28132ac57335 | 02b5ea08832decc8fe7dbec1c25ac0b7b0e08619 | /src/main/java/raubach/fricklweb/server/database/tables/pojos/LatLngs.java | 9baee6dfed321547c1604d0bf9ebd02782529b74 | [
"Apache-2.0"
] | permissive | sebastian-raubach/frickl-web-server | 25d05ce1ec1c84b61f72a26d3a907f07ddbc909c | 6b1447c039763d571db227ba38c37ddf2d56bfb0 | refs/heads/master | 2023-06-09T08:57:19.834383 | 2023-05-31T13:29:27 | 2023-05-31T13:29:27 | 179,822,827 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | true | 3,732 | java | /*
* This file is generated by jOOQ.
*/
package raubach.fricklweb.server.database.tables.pojos;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* VIEW
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class LatLngs implements Serializable {
private static final long serialVersio... | [
"sebastian.raubach@hutton.ac.uk"
] | sebastian.raubach@hutton.ac.uk |
ca12ae5c145b19846c81dcc1dd175bd8629752e2 | bb7d720d65ae4119fad9527f37f9d9182452b2c0 | /BACKEND/Polifight/src/java/rest/AbstractFacade.java | b6b22dd0e7f70bd5457b7a9e526a19592b527102 | [
"MIT"
] | permissive | juankrlos08/Pacto-de-Honor | ca8ee23ffa926bc8cd629f14602d5ecb7071b981 | e1d706ef8b48dc4b1cab5a52883e1c9c95254936 | refs/heads/master | 2020-12-30T16:41:25.296918 | 2017-05-11T18:14:01 | 2017-05-11T18:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | 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 rest;
import java.util.List;
import javax.persistence.EntityManager;
/**
*
* @author ahsierra
*/
public abstract class Ab... | [
"jrubiaob@everis.com"
] | jrubiaob@everis.com |
91e9aef43cefb09ca4c61dd127d1c5cf78c6fd73 | 2fd998f604724d6ecf3fe85d0bb4e7b7d14610e9 | /design-mode/src/com/xinqushi/designpattern/bridge/BridgeDemo.java | e46ab1ab46c5b1ad1d13105974186e8a680306b8 | [] | no_license | yangli1168/sustain-project | ad0d2d50a9253f4382450bb5a3e501188fd48aa2 | a18415a90290c83af9b245e734174ddd86a48c8a | refs/heads/master | 2021-01-19T15:30:21.238999 | 2018-04-03T22:53:02 | 2018-04-03T22:53:02 | 88,217,925 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.xinqushi.designpattern.bridge;
/**
* 桥接模式demo
* </p>定义:将抽象部分与它的实现部分分离,使它们都可以独立变化;
* 实现指的是抽象类和它的派生类用来实现自己的对象</p>
* </p>使用:实现系统可能有多角度分类,每一种分类都有可能变化,
* 此时把这种多角度分离出来让它们独立变化</p>
* </p></p>
* @author yangli
*/
public class BridgeDemo {
public static void main(String[] args) {
Abstracion ab = new R... | [
"350895216@qq.com"
] | 350895216@qq.com |
03c777a827103c8f7030710a69afe5d4ade68788 | 18dbc17e2d1bac968ba53efa50c3837f7df53759 | /TastyRoad05/src/main/java/com/dwf/tastyroad/service/impl/AdminDaoImpl.java | 111c72a2d55fd25aa818348e95a9da9278d08576 | [] | no_license | josephkwon7/graBeacon-Web-Repository | f0fb99b6989f6eae58d7e0cbb9414fa8f87551f2 | c4a3b64634e2627d34ae44d720f5d87f85e9017b | refs/heads/master | 2021-01-13T01:49:14.234441 | 2014-07-06T07:48:55 | 2014-07-06T07:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package com.dwf.tastyroad.service.impl;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;
import com.dwf.tastyroad.model.Admin;
import com.... | [
"josephkwon7@gmail.com"
] | josephkwon7@gmail.com |
5a992336bf24a74372ccff2875da2ec1ebcaba00 | 6821be123a8359d121cb53404bda84031bd8bf13 | /src/main/java/com/zzy/cvmanagementsystem/dto/CourseDto.java | 610d89a72a1469fcafe6b9db9676b17224aee48c | [] | no_license | ZengZiyao/cv-management-backend | 16e0882e718fe0733fa0fa8ba8d22defd9cc4602 | bb6b61b14040675f13aa0b19e591cf4b2a62b44f | refs/heads/master | 2023-04-04T20:05:14.473672 | 2021-04-08T11:29:50 | 2021-04-08T11:29:50 | 289,640,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.zzy.cvmanagementsystem.dto;
import com.zzy.cvmanagementsystem.model.CourseLevel;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class CourseDto {
privat... | [
"zizeng9911@gmail.com"
] | zizeng9911@gmail.com |
17711e188d94fc51a59709d313ae8713c4ea06d1 | a28be84cbcaa3dccfbc0017afb55f6dbfa3c9e94 | /src/java/linh_dto/BookErr.java | fcd06a491c8a9faf34700dff349ffc147a6bf32f | [] | no_license | linhcnse130515/ProjectPRJ321 | 443982cc565191fd4aebc1c9ba833f8c9f746cd5 | ba9491d1eb55232f4289860c6f24566f176ad8b8 | refs/heads/master | 2022-11-11T13:14:30.018430 | 2020-07-01T07:19:02 | 2020-07-01T07:19:02 | 268,097,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | 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 linh_dto;
import java.io.Serializable;
/**
*
* @author duyan
*/
public class BookErr implements Serializable{
private ... | [
"nguyenlinhtt2cbl@gmail.com"
] | nguyenlinhtt2cbl@gmail.com |
9b30fc4838375dc288b620bb392abf72379fd486 | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/gongwen/marqueen/MarqueeFactory.java | 12098f3bdc2cccc38c4a210da3a6256359b5a6ea | [] | no_license | t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867734 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,691 | java | package com.gongwen.marqueen;
import android.content.Context;
import android.view.View;
import java.util.ArrayList;
import java.util.List;
public abstract class MarqueeFactory<T extends View, E> {
protected List<E> datas;
private boolean isOnItemClickRegistered;
protected Context mContext;
private Mar... | [
"test@gmail.com"
] | test@gmail.com |
e5fe51b7ef59c471825f3cdeb25e644936601ed6 | 45444d64a0bd6c97dd8bd60f3dcd6888ee0cc981 | /Fandorin/src/com/javacore/profile/ProfileController.java | c492bcce82f9c3cdd44320b7614e93df0190596e | [] | no_license | golotamaxim/EPAM | e23be5acd47d923b074396a4e9f40085840acd5a | 5524742b741bf1c23bfc3307dd94c5cdec87d8ef | refs/heads/master | 2020-05-05T14:03:52.398165 | 2019-04-29T13:21:51 | 2019-04-29T13:21:51 | 180,105,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.javacore.profile;
import com.javacore.command.ACommand;
import com.javacore.common.Canvas;
import com.javacore.Application;
import java.io.IOException;
public class ProfileController implements ACommand {
private ProfileModel profileModel;
//private ProfileStore profileStore;
private Profile... | [
"golotamax@gmail.com"
] | golotamax@gmail.com |
c86aa0d059800203710cfcff768b08cb39fc2110 | 467b74dfc6768b9f34f52595779e6fc420b656ac | /app/src/main/java/com/geekhive/foodeydeliveryboy/notifications/MyFirebaseMessagingService.java | ed75e0b37f4552e0cd4f2ea6317631047a831d88 | [] | no_license | dprasad554/FoodeyDeliveryPartner | 426f0a7c7c50573d44e8192aba35e7f7523f79f6 | 357ad5e61c7fc7f84219c918abd1e69cff8bb5e2 | refs/heads/master | 2023-04-17T07:09:43.317949 | 2021-05-03T08:57:23 | 2021-05-03T08:57:23 | 363,870,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,484 | java | /**
* Copyright 2016 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | [
"rohitkumar.kr92@gmail.com"
] | rohitkumar.kr92@gmail.com |
3b5025cd3ee0fb769f772a65d088f1598bbadd8b | 384374289661905d16c99cd5e170313a25901764 | /simple_net_framework/app/src/main/java/rainbow/com/simple_net_framework/base/Response.java | e4f1e572b46e59da8b619db4da5a215a9522bb37 | [] | no_license | rhythmic-zone/personal | b3cbcaccb375a1fa8454d7c00e725d8842689892 | 214dad682215c87177cbc412afaaff8f81bfa631 | refs/heads/master | 2021-05-31T02:24:30.496455 | 2016-05-05T09:54:06 | 2016-05-05T09:54:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package rainbow.com.simple_net_framework.base;
import org.apache.http.HttpEntity;
import org.apache.http.ProtocolVersion;
import org.apache.http.StatusLine;
import org.apache.http.message.BasicHttpResponse;
import org.apache.http.util.EntityUtils;
import java.io.IOException;
/**
* Created by blue on 2015/7/6.
*/
p... | [
"18768177280@163.com"
] | 18768177280@163.com |
995a23d228aadd2d47e63ffe84e5626853070303 | 10668fb9ddbcbcd9561462dafbfca8de522799f9 | /LWJGL-Engine/src/renderEngine/MasterRenderer.java | 156815401af79da4aac06461e471461f677f53a1 | [] | no_license | c33-cooper/LWJGL-Engine | 1c5b18b0346f6cac1d37a5b9adc49c87434bff83 | 09a91cfdf2a0c0d73053f4a13824acdc8c3eaab0 | refs/heads/master | 2021-01-17T13:01:42.939512 | 2016-06-26T16:54:03 | 2016-06-26T16:54:03 | 56,784,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,366 | java | package renderEngine;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.lwjgl.opengl.Display;
import org.lwjgl.opengl.GL11;
import org.lwjgl.util.vector.Matrix4f;
import entities.Camera;
import entities.Entity;
import entities.Light;
import models.TexturedM... | [
"callumcoopz@googlemail.com"
] | callumcoopz@googlemail.com |
d0a01ab252daab461092f3488f7389febcfa5213 | 67ac451563029fa699a27cf40e7eaed2d327ebf5 | /src/com/steadfast/annotations/Coach.java | 905796598f713410a345f98e2ce91e0cb4d6424f | [] | no_license | lopezjronald/spring-annutation-components | 45d12bb9ed790c6aac79f5fdce7a921fcc18e8fc | 41889685c89e5a166251fcf74ec8551f776e7834 | refs/heads/main | 2023-06-12T21:04:16.293585 | 2021-06-29T09:13:06 | 2021-06-29T09:13:06 | 381,170,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package com.steadfast.annotations;
public interface Coach {
String getDailyWorkout();
String getDailyChallenge();
String getDailyFortune();
}
| [
"lopez.j.ronald@gmail.com"
] | lopez.j.ronald@gmail.com |
e4a776cb914b8c24c28affeedffe549db69ebb7a | 4b6092d2eff199d0251b57e4ab8aeac183e3708a | /boot/src/main/java/com/junhwan/BootApplication.java | 5d4a206d11a97452ac6ec91b60d0e7e9ce9c6405 | [] | no_license | JunHwan94/20180410 | ea059fcc01d152c79cebc19c46fc585db0a684bd | 198ae0260174b7c1b9189fb9878fbf7d7e03253f | refs/heads/master | 2020-03-10T20:46:37.150219 | 2018-04-15T04:43:20 | 2018-04-15T04:43:20 | 129,576,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package com.junhwan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BootApplication {
public static void main(String[] args) {
SpringApplication.run(BootApplication.class, args);
}
}
| [
"noreply@github.com"
] | JunHwan94.noreply@github.com |
30eafc9c09c663f6092cdf6bde2861a39a72f840 | a33363a625e2da7886fe16bd4a1405a95648e11f | /src/main/java/designpatterns/structural/proxy/ComplexImage.java | 2d3ec977d00e400f5e84badfa4ef64d1a5fdb2fc | [] | no_license | dimitar-iliyanov-stoyanov/game-platform | beee07a492988ec0349eb63e304e289ea5e4a4a6 | 88e4d854d26f110cdc7df486fc548833360c16c4 | refs/heads/master | 2021-04-03T09:13:54.194164 | 2018-05-03T23:56:34 | 2018-05-03T23:56:34 | 125,066,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97 | java | package designpatterns.structural.proxy;
public interface ComplexImage {
void flyingColors();
} | [
"dimitar.iliyanov.stoyanov@gmail.com"
] | dimitar.iliyanov.stoyanov@gmail.com |
acd854a2a4efc44995b7e10f19942d24d5119cac | 6f0c21fdad5ef04b99d3fed90899a69ac66be1f8 | /app/src/main/java/cn/droidlover/txzn/sys/utils/AssetsJsonReader.java | d625aee88d1cd0f193f3e2e9ff90ba29cdef5078 | [
"MIT"
] | permissive | ronaldoWang/2018008 | e25b649c321aa49a22efab4c9dd638c0362c06ba | 8b91e2538c176c0efc3f24275016db5a2d2391eb | refs/heads/master | 2020-03-22T18:08:03.803021 | 2018-07-10T13:49:17 | 2018-07-10T13:49:17 | 140,428,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package cn.droidlover.txzn.sys.utils;
import android.content.Context;
import android.content.res.AssetManager;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
/**
* Created by ronaldo on 2017/7/14.
*/
public class AssetsJsonReader {
/**... | [
"ronaldo_wang@163.com"
] | ronaldo_wang@163.com |
60884623be9d6e509eed18e082184080c71984a6 | e7f51c439383cada899cea71fe013767c80d8c69 | /OA/src/main/java/com/app/OA/domain/User.java | 61f7db00e52a540ff6f5c485ee52664cdd6082ae | [] | no_license | shaozicheng/demo | 24ba2e84bcff8dd4c13787f0f58cf4fc6f360c4d | 70926b6ab8bf57770cd1bb921d070afea0303829 | refs/heads/master | 2020-03-29T21:28:30.401720 | 2018-11-15T06:47:42 | 2018-11-15T06:47:42 | 150,368,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,041 | java | package com.app.OA.domain;
import java.io.Serializable;
import java.util.List;
public class User implements Serializable{
private static final long serialVersionUID = 2416069058255000796L;
//用户序列id
private Integer id;
//用户唯一id
private String guid;
//用户账户
private String name;
//密码
private String passW... | [
"372057252@qq.com"
] | 372057252@qq.com |
4e8c0bcbfce0b60368d980b7dd0b3aa6817fca7b | d90bb274b54a26dab4da84174e03b56726cae47d | /app/src/main/java/com/example/submission3/detail/DetailMovieActivity.java | f3449cee30217395d634bccead564dcbc04da835 | [] | no_license | kuroiyuki48/Made---Submission3 | ee61e1b497051e8085453db7cea5bbb5f8c6345f | 9469d4e3613eac081f78c6c19d228bd799fad7ef | refs/heads/master | 2020-08-02T10:10:04.230487 | 2019-09-29T01:29:22 | 2019-09-29T01:29:22 | 211,313,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,588 | java | package com.example.submission3.detail;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.example.submission3.R;
import com.example.submission3.model.MovieData;
public class DetailMov... | [
"nooralizahar@gmail.com"
] | nooralizahar@gmail.com |
fd14cd2a882e7bdbad6c6431218ca947519288f1 | e1654b40d77069dc5ea89bf99e61133ba7d8abdf | /src/main/java/com/yogesh/leetcode/hard/Leetcode1278.java | e58526ca59812b72fb62712fe8198d21cf5b0294 | [] | no_license | yoshrawat/DataStructuresAndAlgo | e7503741d19b2fdb4a07ba97a6200432867f8ba6 | 4f0f56f091b37181c3229920bdaa19bd1549d857 | refs/heads/master | 2020-12-27T07:08:16.693713 | 2020-05-17T12:15:16 | 2020-05-17T12:15:16 | 237,808,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,504 | java | package com.yogesh.leetcode.hard;
import java.util.*;
public class Leetcode1278 {
public static void main(String[] args) {
String str = "uyskbebqrhfoythvwazswib";
// String str = "abc";
System.out.println(palindromePartition_1(str,2));
}
// bottom up approach
static Map<String, ... | [
"yosh.rawat@gmail.com"
] | yosh.rawat@gmail.com |
fcd2fb72d5f45cf44454f2752625b7460c773620 | 1d4ce8e99856761a472fcc66a6843d091404fea2 | /app/src/main/java/doistres/werewolf/Player.java | 7710e438ba7500dd113ee1073c7d66500b23bf5f | [] | no_license | allan-pires/werewolf-moderator-helper | c8a4d30f4000c254566913e0d751484800160b49 | bd168db3933c08e8ac37c7877bc3646b8a2009fd | refs/heads/master | 2021-08-24T07:44:19.370452 | 2017-12-08T17:56:51 | 2017-12-08T17:56:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | package doistres.werewolf;
import android.widget.ImageView;
/**
* Created by doisl_000 on 21/01/2015.
*/
public class Player {
// Classe do jogador
Role role;
// Amante, caso o jogador tenha sido selecionado pelo cupido
Player bound;
// Indicador de ligação amorosa realizada pelo cupido
b... | [
"doislan@gmail.com"
] | doislan@gmail.com |
12384bad71e2c67929e401e448c12e65e5a78965 | a55ef0a8cbfbaff689d1fcaa0a61d2918442b4ec | /src/Model/SanPhamNhap.java | 8003429236b4dc6ef837d3208490d54bc53e4695 | [] | no_license | khoaihdkg3/QuanLyBanHang | 92718205ac2408a3784c803ae8b15af415cca5ca | 1016b53732694c4807ce2ba2e60aa8392e6e8a0f | refs/heads/master | 2021-05-08T08:04:44.034639 | 2017-10-24T14:50:20 | 2017-10-24T14:50:20 | 106,977,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package Model;
import java.util.Date;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author student
*/
public class SanPhamNhap {
private SanPham Sa... | [
"THINH@THINH-PC"
] | THINH@THINH-PC |
d229dbf31fa1bba2ad8696ad4aa19c04205b94bb | 689fecc15eea018212536a736f636fcbc8333549 | /src/org/home/mazi/functionalprogramming/chapter2/Chapter2Video8.java | f654c0b585a4608f6d55e3b16a9a23ee992667f8 | [] | no_license | MAZIShadow/FunctionalProgramming-training | e675c22ff1addf271cb1611f9f8edf8e5c2ef2b5 | 92db34e8cfb5a8b4e4d78230e48e672fe4c5f86d | refs/heads/main | 2023-03-08T12:24:10.128945 | 2021-02-19T22:56:41 | 2021-02-19T22:56:41 | 338,279,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package org.home.mazi.functionalprogramming.chapter2;
import java.util.function.BiFunction;
import java.util.function.Function;
public class Chapter2Video8 {
public static void main(String[] args) {
BiFunction<Float, Float, Float> divide = (x, y) -> x / y;
Function<BiFunction<Float, Float, Float>, BiFunction<Fl... | [
"daniel.mazur@metapack.com"
] | daniel.mazur@metapack.com |
4a2bc7b95948f045900bbb8b5a0de1654ffd2099 | 5d9e3ef718665d4a830c5f131de774662fe80753 | /src/main/java/com/gravlle/portal/security/SecurityContextAccessorImpl.java | 69007742bb03ab36c9b5f608773b8326bcd09aa5 | [] | no_license | robinvk6/Gravlle | 681aa3fec01726461b584e2e2d3aa1eb108bc16b | ef13dd726a463b88bc94144a6bc9eb41d4aad768 | refs/heads/master | 2021-01-23T18:51:06.919986 | 2014-10-26T06:03:33 | 2014-10-26T06:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package com.gravlle.portal.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationTrustResolver;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
pu... | [
"maxjerin@users.noreply.github.com"
] | maxjerin@users.noreply.github.com |
11970c316085a250dcde260550dc856efabc8586 | a2ef440e4876b6cee4a14f4d81b96c624bb16aea | /works-ts/src/main/java/de/kp/works/ts/ar/TsYuleWalker.java | 262999e70cf251895d71a24bbc6794be47e4498b | [
"Apache-2.0"
] | permissive | patilbasanagowdaec/cdap-spark | 5323867fa4c37b41b90d372b9fe5ad6cf1b11e51 | 0084c75e64a102ac4c02d6e9bf1dc31a04a679da | refs/heads/master | 2023-03-29T09:33:29.792957 | 2021-03-31T06:05:33 | 2021-03-31T06:05:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,111 | java | package de.kp.works.ts.ar;
/*
* Copyright (c) 2019 Dr. Krusche & Partner PartG. 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/... | [
"info@predictiveworks.eu"
] | info@predictiveworks.eu |
8dbc70418f2f108a7e27f3400c9f472b64c5966e | 4a90b65f27d6b0ba4b79c00cc550e2902ac58038 | /HomeworkJava CollectionsBasics/_20_LogsAggregator.java | d740251852aafec70701255a0c746b1578f58edd | [] | no_license | MirenaAngelova/Java | 9e8b00954e50228bcc5bceb9ea525348e8432bf5 | 72698074a36baae895140ad1203165b389e1ce14 | refs/heads/master | 2021-05-04T10:20:14.004100 | 2016-09-06T18:52:20 | 2016-09-06T18:52:20 | 54,633,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | import java.util.*;
public class _20_LogsAggregator {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int numsOfInputLines = scanner.nextInt();
scanner.nextLine();
TreeMap<String, Integer> logDuration = new TreeMap<>();
HashMap<String, Tre... | [
"mirena.angelova@gmail.com"
] | mirena.angelova@gmail.com |
6cacb4368e05b201ffb44dcc931c817950a04622 | 8dbb35905bd968d46334c706584bd0211b5d5912 | /app/src/androidTest/java/com/example/zyilin/timecheckapplication/ExampleInstrumentedTest.java | 9207ff6df0c2200f440217588c2db97e9f29162d | [] | no_license | Zyilin/COMP231-001_Group4_Project | 234966ce1506063988ef4d5abc183f7544b8ad81 | cf179b889d52d6812cf911ac17d20b71f5238c83 | refs/heads/master | 2020-07-24T06:08:16.717987 | 2019-11-10T09:11:45 | 2019-11-10T09:11:45 | 207,823,251 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.example.zyilin.timecheckapplication;
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 execu... | [
"zyilin1998@outlook.com"
] | zyilin1998@outlook.com |
e2fdeb319043cb2236530fc5dbaf56b256743814 | 349f314c07582402b790f64229a3f40231ba269f | /hemesh/wblut/geom/WB_ClassifyPointToPlane.java | 860de650909abb6e8110bbe0e9913fd97dfb06f5 | [] | no_license | blvkoblsk/Meshia | 33b645194b7c0e9ad1ad3f56531365a084ff2e28 | c92764a4069ac00669923c17e9d0bf5d3875f6d8 | refs/heads/master | 2021-01-19T20:55:59.629816 | 2015-06-16T19:50:59 | 2015-06-16T19:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | /**
*
*/
package wblut.geom;
// TODO: Auto-generated Javadoc
/**
* The Enum WB_ClassifyPointToPlane.
*
* @author Frederik Vanhoutte, W:Blut
*/
public enum WB_ClassifyPointToPlane {
/** Point on plane. */
POINT_ON_PLANE,
/** Point on positive side of plane. */
POINT_IN_FRONT_OF_PLANE,
/** Point on negative ... | [
"mikaelhc@gmail.com"
] | mikaelhc@gmail.com |
c6331daff30521cbaddca387bfc12f196c77ea2f | 830960be3aa4879159a6d03c39f192e5bb741a65 | /BootM7Exception07-CustomRestExceptions/src/main/java/siva/bootexception/BootM7Exception07CustomRestExceptionsApplication.java | daf2e0e5761f18675bbbfaa57af268aaed8f6275 | [] | no_license | siva1855/WS-SpringBoot4 | addbe3f5df76130d7c74adcdcd398c80b9ad2146 | 89d0bbc6bbade5b296c7bb8eb70d7ea32e875de3 | refs/heads/master | 2023-04-05T05:23:05.384756 | 2021-04-15T15:12:51 | 2021-04-15T15:12:51 | 358,295,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package siva.bootexception;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BootM7Exception07CustomRestExceptionsApplication {
public static void main(String[] args) {
SpringApplication.run(BootM7Exception0... | [
"siva.muluguri@gmail.com"
] | siva.muluguri@gmail.com |
8a57d7916aa16c40b1d40449f0f5336915d2f277 | ff97e8426cbe9423780ca61aae4eaf9e8b182a55 | /src/test/java/au/edu/ardc/registry/common/controller/api/resources/VersionResourceControllerIT.java | ca264886edac2e152ba57f846216db4ff869e03f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | au-research/igsn-metadata-registry | 9903104f10bceac60096a9934f4b330b20841e1e | ccabd9d1ce05a9409fa74defecc66b8e8c277363 | refs/heads/master | 2023-08-12T03:55:07.761514 | 2021-09-26T23:10:54 | 2021-09-26T23:10:54 | 409,016,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,965 | java | package au.edu.ardc.registry.common.controller.api.resources;
import au.edu.ardc.registry.KeycloakIntegrationTest;
import au.edu.ardc.registry.TestHelper;
import au.edu.ardc.registry.common.dto.VersionDTO;
import au.edu.ardc.registry.common.entity.Record;
import au.edu.ardc.registry.common.repository.RecordRepository;... | [
"minh.nguyen@ardc.edu.au"
] | minh.nguyen@ardc.edu.au |
a5cdb8390e726c0f2a700f54fefc0309f123fccb | 054e4fcdd220f2b2be7c99a0b3465c1221a77d63 | /JuegoPreguntasV2CF/app/src/main/java/com/example/juegopreguntasv2cf/LoginActivity.java | 77dd0d24dee992a24e87b56e9b771c05baeb5f7a | [] | no_license | juanra1997/PMDM | 0d23f0e17782c2c728825e04f122c65252b9bc5d | e0f383aa466a127c9ef3aa618ada28b42178671e | refs/heads/master | 2020-03-30T01:27:17.295589 | 2019-03-12T19:56:15 | 2019-03-12T19:56:15 | 150,576,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package com.example.juegopreguntasv2cf;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
public class LoginActivity extends AppCompatActivity {
EditText e1, e2, e3;
@Override
protected void... | [
"juanrainmortal22@yahoo.com"
] | juanrainmortal22@yahoo.com |
042e8c92758d14e090f6c965b6d2a3cea85ee0af | c04581e0455dc4ce42e876f4f0cfaec174dec9c2 | /app/src/main/java/lzn/chat/absActivity.java | 5ff81cbd32f996957bf0d690411e1790f2eacc10 | [] | no_license | 13824122863/Chat | 5514745bb697c9406f11b3b485257e0ec1c96e9f | cbf35e5d1c69034ab75d405fa3547630edb45308 | refs/heads/master | 2020-02-26T16:41:53.725308 | 2016-06-17T08:57:22 | 2016-06-17T08:57:22 | 59,191,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,942 | java | package lzn.chat;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import and... | [
"506841842@qq.com"
] | 506841842@qq.com |
f46e725129b6467efce2f56ea442add3938e905f | 44c4827bd6fce2c47406744572f83211266bd973 | /src/main/java/xyz/kingsword/course/service/impl/ExecutionVerifyImpl.java | 3efbd860d51ef1a59244168c85d47672e12da323 | [] | no_license | Deathlightning/teachingProcess | 34a297616edb29e88325cdb68e2fba9adbd0c17b | 77a829098a8949fad403ceb10cd0e6bd207a389d | refs/heads/dev | 2022-06-23T20:38:27.576818 | 2020-01-08T08:51:20 | 2020-01-08T08:51:20 | 213,849,774 | 0 | 0 | null | 2022-06-21T02:24:25 | 2019-10-09T07:25:29 | Java | UTF-8 | Java | false | false | 7,678 | java | package xyz.kingsword.course.service.impl;
import cn.hutool.core.map.MapUtil;
import cn.hutool.core.util.StrUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import xyz.kingsword.course.VO.VerifyField;
import xyz.kingsword.course.VO.VerifyResult;
import xyz.kingsword.course.enmu.Er... | [
"wang1010ab@163.com"
] | wang1010ab@163.com |
d22eff6bc0469dd47ba2ae0cc8d8229724fc6309 | 517817a24a9f1b4190307ef4c311b9b9e2354659 | /src/main/java/de/sikeller/theoretical/turing_machine/machine/head/IHead.java | d30bc51be36abaaa73c6f22be0c0e8b8363777b1 | [] | no_license | sikell/java_turing_machine | bcf195d3a8cdcb7b961b39eade9cfd8cbedbdf74 | 0df4e3fed9d96c01d8c4f6b6777073503273bffd | refs/heads/master | 2021-08-24T13:43:41.975289 | 2017-11-21T08:46:53 | 2017-11-21T08:46:53 | 109,800,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package de.sikeller.theoretical.turing_machine.machine.head;
import de.sikeller.theoretical.turing_machine.tape.ITape;
public interface IHead<A> {
void moveRight();
void moveLeft();
A read();
void write(A symbol);
void useTape(ITape<A> tape);
}
| [
"simonkeller94@aol.com"
] | simonkeller94@aol.com |
4f2e49ab4de00985d2480e07b02c584095a1b5e5 | d309dec127afc984a40fca5457faff45d8badfc1 | /src/main/java/com/bunker/rffz/domain/ranking/dto/RankingList.java | 1f83e03ee3607217ee30292717d4c964107f295d | [] | no_license | thezaorish/rffz-server | 01c7a891dfed13fb023bded038d4aa1148b65153 | 8c2dedd49438173ee77e63fe517d954270a02498 | refs/heads/master | 2021-01-17T07:32:58.072423 | 2013-07-21T21:49:12 | 2013-07-21T21:49:12 | 5,557,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,140 | java | package com.bunker.rffz.domain.ranking.dto;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import org.apache.commons.lang.builder.EqualsBuilder;
impo... | [
"victorbalanica@gmail.com"
] | victorbalanica@gmail.com |
acdac09e1661474c164ea5d8d46f9d20a5003ff7 | 63b1f4694326cab1392c3a036e2d0132fd847524 | /UICustomView/app/src/main/java/com/example/uicustomview/MainActivity.java | f8df5d365e0c832e106473dc65154fe1e16a775c | [] | no_license | ziiyan/AndroidStudioProjects | 232e7dbdfc7f0520c6f0c501057a9271778c9aa0 | 949f2da1a6f6a7f3aa6f830a21311dbfc8448bef | refs/heads/master | 2020-12-09T06:06:14.911053 | 2020-01-11T10:44:49 | 2020-01-11T10:44:49 | 233,215,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.example.uicustomview;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.LinearLayout;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | [
"wuziyan@hyperchain.cn"
] | wuziyan@hyperchain.cn |
1fbb6269bd5bd6302e03d0ce1ef7506370c9525e | 35cc6c50128f116e1826aeb7f170b3f407e4adfc | /Connector/app/src/main/java/com/web/connector/CustomProgressDialog.java | 44f56b985aa6560307acf179721c0a52a46b000b | [] | no_license | ConnectorPj/AndroidConnector | 91519216510d1a9d9ba93d184d9bca9d5ec5178c | 4dcecd7d2487e52ea4c918303ff1d1bf250faa89 | refs/heads/master | 2020-09-06T12:37:18.979806 | 2017-06-22T07:09:01 | 2017-06-22T07:09:01 | 94,419,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.web.connector;
import android.app.Dialog;
import android.content.Context;
import android.view.Window;
/**
* Created by BAN on 2017-06-19.
*/
public class CustomProgressDialog extends Dialog {
public CustomProgressDialog(Context context) {
super(context);
requestWindowFeature(Window.... | [
"connectorpj@gmail.com"
] | connectorpj@gmail.com |
cc0677f287f15e50c6d30ec20b6d5631ad4c80ca | e8fc19f6301ceddebe1c76b29dbf6753f4d63da8 | /AutomationFramework/src/com/inflectra/remotelaunch/services/soap/TestCaseRetrieveByTestSetIdResponse.java | 9723f86ce7417eb27c16562cf046eaf9e30fbe05 | [] | no_license | ravinder1414/AutomationFrameworkUpdated | 524b91f29400dd1c906cc6b06a56b06ff8e6fc55 | 0cf3e56fc9b6b5a4bac47d0a7c7e424a49c9845a | refs/heads/master | 2021-07-02T22:31:46.280362 | 2017-09-22T04:28:38 | 2017-09-22T04:28:38 | 104,431,215 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,236 | java |
package com.inflectra.remotelaunch.services.soap;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTy... | [
"kumarravinder4141@gmail.com"
] | kumarravinder4141@gmail.com |
9a2d1992ae151ff00419b146cf4604cb89f6c198 | 4de66c464d0fd16801c099805f35a01f3c28be4d | /mathematics/13241.java | 1153dda88b56d459ab1f64a82909de11d7474c1d | [] | no_license | wlsgussla123/Algorithms | 9ec745dea4e45dbc21fff28119e923b3bedf0b5f | f7fe0c2509dcb852182dd1f8a673991362f6d174 | refs/heads/master | 2021-01-23T09:35:23.721109 | 2020-11-15T06:36:49 | 2020-11-15T06:36:49 | 102,583,416 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,355 | java | package algo;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.EmptyStackException;
import java.util.Iterator;
import java.util.StringToken... | [
"wlsgussla123@gmail.com"
] | wlsgussla123@gmail.com |
4b18887b551a9872510438ddf3b340047164a7a4 | 4b2b6fe260ba39f684f496992513cb8bc07dfcbc | /com/planet_ink/coffee_mud/WebMacros/StatRejuvCharts.java | 7a30991ed9e817a123e985930520c56136869d41 | [
"Apache-2.0"
] | permissive | vjanmey/EpicMudfia | ceb26feeac6f5b3eb48670f81ea43d8648314851 | 63c65489c673f4f8337484ea2e6ebfc11a09364c | refs/heads/master | 2021-01-18T20:12:08.160733 | 2014-06-22T04:38:14 | 2014-06-22T04:38:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,867 | java | package com.planet_ink.coffee_mud.WebMacros;
import com.planet_ink.miniweb.interfaces.*;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffe... | [
"vjanmey@gmail.com"
] | vjanmey@gmail.com |
68ae0682532b25c4c194edd2f3281de0cc64d155 | d4f1e1603353e762174f729aefb2b8aa3839b6cc | /jqueryPro/src/kr/or/ddit/lprod/dao/LprodDaoImpl.java | 4b3ab657ef59f55f4f7836232c695a68a05f1e7e | [] | no_license | zxc5608/jqureyclass | ae97908483ab93a724e8c1f8a4a72eaba4323141 | 1dee2432c27aabb2e95ad047dafbf64eb7d081b8 | refs/heads/master | 2023-04-04T15:26:44.610360 | 2021-04-10T01:28:51 | 2021-04-10T01:28:51 | 356,437,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package kr.or.ddit.lprod.dao;
import java.sql.SQLException;
import java.util.List;
import com.ibatis.sqlmap.client.SqlMapClient;
import kr.or.ddit.ibatis.config.SqlMapClientFactory;
import kr.or.ddit.lprod.vo.LprodVo;
public class LprodDaoImpl implements IlprodDao {
private SqlMapClient smc;
private static Ilpro... | [
"kk109608@gmail.com"
] | kk109608@gmail.com |
8e4ec2d897b2318048a59fd56e736057bb117283 | 8f188151fac558101d1da3f353f99103d3479fa6 | /app/build/generated/source/r/debug/com/firebase/ui/database/R.java | fef7bda4d9cde292e86f60129a0afa2ed5e8770e | [] | no_license | leenabhandari/EventFlix | 6ff5ebb1b47b1c27721fef8217482679ab510f1a | dd6d09129f908453c7ad46de748adee9099a3386 | refs/heads/master | 2020-03-30T12:09:31.855008 | 2019-08-31T11:19:11 | 2019-08-31T11:19:11 | 151,211,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | 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.firebase.ui.database;
public final class R {
public static final class attr {
public static final int layoutMan... | [
"leena_bhandari@ymail.com"
] | leena_bhandari@ymail.com |
cb7d672f58a53596bad0eeb82f1992e91eac12c9 | 281fc20ae4900efb21e46e8de4e7c1e476f0d132 | /framework/impl/src/main/java/org/ajax4jsf/resource/UserResource.java | eaccf5ddf80cebe183a53270127798383dbbd1ad | [] | no_license | nuxeo/richfaces-3.3 | c23b31e69668810219cf3376281f669fa4bf256f | 485749c5f49ac6169d9187cc448110d477acab3b | refs/heads/master | 2023-08-25T13:27:08.790730 | 2015-01-05T10:42:11 | 2015-01-05T10:42:11 | 10,627,040 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 5,921 | java | /**
* License Agreement.
*
* Rich Faces - Natural Ajax for Java Server Faces (JSF)
*
* Copyright (C) 2007 Exadel, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1 as published by the Free Software ... | [
"grenard@nuxeo.com"
] | grenard@nuxeo.com |
8af967510867a636c224d6d4d2e90ff5fb360116 | a9b7bb35dacfe2a14478b239acc0fe6b14e436ee | /src/oops/encapsulation/Student.java | 487bd01630f215dfa26c54f93321b511faf39f82 | [] | no_license | naman22/SlidingWindowMaximum | 3b5a8417d1a46a5b972fb32c2ef613b90cb15a1e | 9f70a273455376bc176f32545cc233c3f03d8487 | refs/heads/master | 2023-02-09T20:53:05.935883 | 2021-01-06T08:03:31 | 2021-01-06T08:03:31 | 327,241,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package oops.encapsulation;
public class Student {
private int age;
private String name;
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
public String getName() {
return name;
}
public void setName(String name) {
... | [
"naman.shukla_cs18@gla.ac.in"
] | naman.shukla_cs18@gla.ac.in |
f4fea0463fd29d6825d6906788995b2faec68c83 | 107a10ec7259ce6bfe0ce9400004d574264464ee | /app/src/test/java/com/example/android/block_app/ExampleUnitTest.java | 4667668f5bc1909ff326d4f2a1f58135803d6456 | [] | no_license | sumitra773/Block_App | ae494b4809e05eae3024c0ed5d0b798ec1da86e6 | af780c6f6e77495522a3b78dbc62cf5b5f0ecd32 | refs/heads/master | 2023-04-30T03:25:36.297921 | 2021-05-24T12:18:02 | 2021-05-24T12:18:02 | 370,334,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.example.android.block_app;
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
publ... | [
"ksumitra773@gmail.com"
] | ksumitra773@gmail.com |
02ff915f702be113bd465c6f6a8494685eca9d77 | f1f83f36cb1376d3d289d0889e73a483b467de0c | /LeetCode/medium/House_Robber_III/Solution_2.java | e5df77143c7667c4686f86c8441272c5ede6d2c5 | [] | no_license | JisooOh94/Algorithm | b2efbe3618a60599d3c5f8a5f05580a7eead75c2 | d2341a1222c068ddcab76c006919492a59e782e6 | refs/heads/master | 2023-03-05T14:55:44.685216 | 2023-02-16T14:04:48 | 2023-02-16T14:04:48 | 233,358,885 | 2 | 0 | null | 2020-10-14T00:16:29 | 2020-01-12T08:08:19 | Java | UTF-8 | Java | false | false | 1,163 | java | package medium.House_Robber_III;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import util.TreeNode;
/**
* Runtime : 3ms(43.43%)
* Memory : 38.7mb(10.50%)
*/
public class Solution_2 {
private static final int TRUE = 0;
private static final int FALSE = 1;
private int recursion (TreeNode... | [
"chocokon@gmail.com"
] | chocokon@gmail.com |
224f82e8af2beff1838ea8bf88447db0820467da | 52dd661fb1faaed14f7e7767e55eebe06070af72 | /Vacuna.java | 01fde73fc869202f6ed668f193c21e8d21055385 | [] | no_license | ObiOscar/ClaseGranja | f88e39702d9fc2162f491e1011f6095e0483b03a | 74aaeaaca676d15925c5e87fdfab9e2a2861fccd | refs/heads/master | 2021-01-20T09:19:55.483583 | 2017-05-04T07:54:14 | 2017-05-04T07:54:14 | 90,236,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 93 | java |
/**es la interface vacuna*/
public interface Vacuna
{
public abstract void vacunar();
}
| [
"oscar.fer.rodz@gmail.com"
] | oscar.fer.rodz@gmail.com |
5902b17e33d3a6a514705542fe183c2a416a19eb | 399e0c9be4d631812f25f92370270f9c971674fe | /src/main/java/org/diplomatiq/diplomatiqbackend/domain/entities/abstracts/AbstractIdentifiableNodeEntity.java | 7aa3a6a997f283524f3fe0524411e517abc13884 | [
"MIT"
] | permissive | Diplomatiq/diplomatiq-backend | a89bd2baf3d533612f8f51ee36bd3c94d50a1995 | 97ed829e42f6bfaa48607b33e1e7543b3aec061c | refs/heads/develop | 2021-05-23T14:18:53.161411 | 2020-05-10T23:47:08 | 2020-05-10T23:47:08 | 253,334,403 | 0 | 0 | MIT | 2021-02-27T08:01:24 | 2020-04-05T21:20:40 | Java | UTF-8 | Java | false | false | 1,140 | java | package org.diplomatiq.diplomatiqbackend.domain.entities.abstracts;
import org.diplomatiq.diplomatiqbackend.utils.crypto.random.EntityIdGenerator;
import org.neo4j.ogm.annotation.GeneratedValue;
import org.neo4j.ogm.annotation.Id;
public abstract class AbstractIdentifiableNodeEntity {
@Id
@GeneratedValue(stra... | [
"soma.lucz@diplomatiq.org"
] | soma.lucz@diplomatiq.org |
fbf19831bafa9b9de9645544118d389d9d43282d | 7337f37bffd85c7db7a0191833855e1ef83c27a0 | /abberwoult/src/main/java/com/github/sarxos/abberwoult/ActorRefFactory.java | e418222358d1c9c58fb16aab617718de1bc14b16 | [
"MIT"
] | permissive | sarxos/abberwoult | 88e0add52022ebe46d86c34d1ffd13e262832d40 | 1339669952ab6a0fc762e7ec0a7bde78aa46da93 | refs/heads/master | 2021-06-16T09:45:49.977233 | 2021-03-09T21:32:10 | 2021-03-09T21:32:10 | 175,262,118 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,383 | java | package com.github.sarxos.abberwoult;
import javax.enterprise.context.Dependent;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.inject.Inject;
import javax.inject.Singleton;
import org.jboss.logging.Logger;
import com.github.sarxos.abberwoult.annotation.Actor... | [
"bartoszfiryn@gmail.com"
] | bartoszfiryn@gmail.com |
e931bf29939236d9c89e1bb7781338bd72e8907e | be6e6d8af85adf044bf79676b7276c252407e010 | /spec/java/src/io/kaitai/struct/spec/TestUserType.java | 8fb375eabaed75c3296c56731f6c41e0fada7d5a | [
"MIT"
] | permissive | kaitai-io/kaitai_struct_tests | 516e864d29d1eccc5fe0360d1b111af7a5d3ad2b | 3d8a6c00c6bac81ac26cf1a87ca84ec54bf1078d | refs/heads/master | 2023-08-19T19:42:47.281953 | 2023-08-04T20:26:50 | 2023-08-04T20:26:50 | 52,155,797 | 12 | 41 | MIT | 2023-07-30T23:30:30 | 2016-02-20T13:55:39 | Ruby | UTF-8 | Java | false | false | 513 | java | // Autogenerated from KST: please remove this line if doing any edits by hand!
package io.kaitai.struct.spec;
import io.kaitai.struct.testformats.UserType;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
public class TestUserType extends CommonSpec {
@Test
public void testUserType() thr... | [
"greycat@altlinux.org"
] | greycat@altlinux.org |
c8ff243bb7636a2e1aeaa534077b1b33069b003c | 30fd21a00f5276edef41c97a6eb4b84cd386634d | /2ano/2semestre/POO/projPOO/Projeto POO 1516 v3/Vendedor.java | 6b2729c727aa5431acdbc193f0be8d11fab9a8e1 | [] | no_license | JoaoPalmeira/MaterialLicenciaturaMIEINF | 00b4639cb6ac0c094437e1bccc6c58e725757577 | 1f1d59e9010ad18e02e5dfb3b597330054e681a3 | refs/heads/master | 2020-07-02T12:05:37.430589 | 2019-08-09T18:25:42 | 2019-08-09T18:25:42 | 201,519,160 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java |
import java.util.List;
public class Vendedor extends Utilizador{
// Variaveis de Instancia
private List<Imovel> pVenda;
private List<Imovel> vendidos;
// Construtor
public Vendedor(String m, String n, String p, String mo, int na) {
super(m,n,p,mo,na);
pVenda = null;
ve... | [
"a73864@alunos.uminho.pt"
] | a73864@alunos.uminho.pt |
d2074fa2fa35a1e32494d6d7727e06e06f28c86e | 0adbac98aa54a1d3ece052b584ba42e51ab0da97 | /multiplier/src/main/java/com/fox/multiplier/config/KafkaConfig.java | 31e90bb851ca7bf072d6471b218b5148d5b80853 | [] | no_license | max-moroz/kafka-project | 92c9b871977bebb0cf65b7c345b1fadb8593d80c | 4f801529061383aa8bddc0898fab93125f00b75b | refs/heads/master | 2022-12-24T07:29:14.447343 | 2020-09-30T16:48:20 | 2020-09-30T16:48:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,258 | java | package com.fox.multiplier.config;
import com.fox.generator.Number;
import com.fox.multiplier.SquaringKafkaMessage;
import io.confluent.kafka.serializers.KafkaAvroDeserializer;
import io.confluent.kafka.serializers.KafkaAvroSerializer;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.cl... | [
"morozm85@gmail.com"
] | morozm85@gmail.com |
d225bae960037c0df597dd2203e100c7301d0d65 | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/gdanol/gda/com/gensym/classes/modules/gdluisup/GdlPathItemEventImpl.java | 8f28f9515d3e1352dffab0d72556a8b864ff26c3 | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559378 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 4,517 | java | /*
* Copyright (C) 1986-2017 Gensym Corporation.
* All Rights Reserved.
*
* GdlPathItemEventImpl.java
*
* Description: Generated Interface file. Do not edit!
*
* Author: Gensym Corp.
*
* Version: 5.1 Rev. 1
*
* Date: Mon May 15 13:58:18 GMT+04:00 2000
*
*/
package com.gens... | [
"utsavchokshi@Utsavs-MacBook-Pro.local"
] | utsavchokshi@Utsavs-MacBook-Pro.local |
83e73c2f978247c6c5efa8d01ff1125cb7a4423a | 3fe223236585083810b0d31b9d8c83481c7926ee | /src/test/java/ru/tw1911/test/universalStub/UniversalStubApplicationTests.java | be30545a205ac7be6b064a473ba31ea84cc423d3 | [] | no_license | tw1911/universalStub | 289346b6bae93cfff1bd9872eee20db60903e534 | 1d4e2ecad6c07ce313676c8396fa5d233b96517f | refs/heads/master | 2020-07-14T21:52:43.254675 | 2019-09-02T16:55:36 | 2019-09-02T16:55:36 | 205,411,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package ru.tw1911.test.universalStub;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class UniversalStubApplicationTests {
@Test
pub... | [
"tw1911@yandex.ru"
] | tw1911@yandex.ru |
60608969fdf102697f5b9438309d8bab6d731cbc | 6cb7f747fde286e9276678774808dbea2bc8ff8e | /src/main/java/pom/irctc/pages/CovidAlertPage.java | dbc61e46f0863331daad88b9279edc8051d22357 | [] | no_license | syamssk/PageObjectModel | 998e3c18a6ac5c4db7ed45c44d6ba6a24bea517b | eaef015e30fea6fce3a5235db5b157a05359ef61 | refs/heads/master | 2023-06-27T02:08:25.043457 | 2021-07-29T04:14:23 | 2021-07-29T04:14:23 | 390,593,241 | 1 | 0 | null | 2021-07-29T04:14:23 | 2021-07-29T03:51:18 | HTML | UTF-8 | Java | false | false | 463 | java | package pom.irctc.pages;
import org.openqa.selenium.remote.RemoteWebDriver;
import com.relevantcodes.extentreports.ExtentTest;
import wrappers.GenericWrappers;
public class CovidAlertPage extends GenericWrappers {
public CovidAlertPage(RemoteWebDriver driver, ExtentTest test) {
this.driver=driver;
this.test=t... | [
"syamkumarsapparapu@gmail.com"
] | syamkumarsapparapu@gmail.com |
c6acf36473377ffe72935443bd43a98970b64656 | 36a1cf75f994f913097fcea9db3435bbd6154a6e | /app/src/main/java/per/goweii/wanandroid/module/main/activity/WebActivity.java | 11abcebfc742a606be65c19722f62f6357ecb033 | [] | no_license | locojiminjie/WanAndroid | d8bab3f9b93536167aaedcecbbc9dc8538135358 | 12e69ce9e4146218601f5a5e0e40b50eef5efd9e | refs/heads/master | 2020-07-17T08:48:28.391350 | 2019-09-01T07:44:45 | 2019-09-01T07:44:45 | 205,987,470 | 1 | 0 | null | 2019-09-03T04:14:05 | 2019-09-03T04:14:04 | null | UTF-8 | Java | false | false | 7,559 | java | package per.goweii.wanandroid.module.main.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.View;
import android.webkit.WebView;
import com.just.... | [
"goweii@163.com"
] | goweii@163.com |
c2cac8444564d0332f9a99b838a7a8438b8bff84 | f92163502a0a33994f265a6719ff2c592d1e13b2 | /test/org/traccar/protocol/Tk103ProtocolDecoderTest.java | b7e4ab849180526aca1214b399522432c9a17a37 | [
"Apache-2.0"
] | permissive | jimmyuk/traccar | 4cf7b218441cc8b1bbdc873d27b46bb9b7f090a7 | 0696ac5b815e8a3e4001656b3c70d9a50fee0d20 | refs/heads/master | 2021-01-17T07:51:37.858140 | 2013-01-30T10:01:22 | 2013-01-30T10:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package org.traccar.protocol;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import org.junit.Test;
public class Tk103ProtocolDecoderTest {
@Test
public void testDecode() throws Exception {
Tk103ProtocolDecoder decoder = new Tk103ProtocolDecoder(null);
... | [
"anton.tananaev@gmail.com"
] | anton.tananaev@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.