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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
188b8c2761992301748ed826b645bdc529fec9c5 | 7038e25ce514d6024146e002e9fc0c868214d9ae | /java/jobs/jobs-toolkit/jobs-toolkit-common/src/main/java/jobs/toolkit/cache/AutoLoadingCache.java | 82d2b6af37b000ab64e4138a9c16ba1f4145b224 | [] | no_license | 3qwasd/jobs | d63f67ec08f9de36e32c4ab401ea0ab73b64636c | 8c21066062ecbb71d630c2f0cbebe0635547887d | refs/heads/master | 2023-01-02T11:24:43.780319 | 2019-07-22T16:49:13 | 2019-07-22T16:49:13 | 64,465,190 | 1 | 0 | null | 2022-12-16T02:53:31 | 2016-07-29T08:40:14 | Java | UTF-8 | Java | false | false | 278 | java | package jobs.toolkit.cache;
/**
* 能够自动加载的cache
* @author jobs
*
* @param <K>
* @param <V>
*/
public interface AutoLoadingCache<K, V> extends Cache<K, V>{
/**
* 加载新的值到缓存中
* @param k
*/
public void refresh(K k);
}
| [
"3qwasd@163.com"
] | 3qwasd@163.com |
5beaf5eaae4e81d6d0b480478a6d2271ba3b3013 | 60b243edf811fc43a3c410c06da5a44dbc8410a0 | /37-fungsi recursive/src/com/tutorial/Main.java | 450d92e62de16a87811aa4824958f16617355421 | [] | no_license | MHaidzirIsmail/Tugas13-14 | 186bfe7a3de903cf93ebd84ef24c2088b9286fa6 | fa19b62143796fe8cdfa6a7b006f7515e98902fa | refs/heads/master | 2020-11-27T15:18:06.316732 | 2019-12-22T02:31:42 | 2019-12-22T02:31:42 | 229,508,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | 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.tutorial;
/**
*
* @author Ismail
* Nama : Muhammad Haidzir Ismail
* Kelas : TI-1C
* Pertemuan 13-14
*/
import java... | [
"hidayativah@gmail.com"
] | hidayativah@gmail.com |
0bcd6edf31f323eb3b6b8e9642a64a09a03e1c6f | c82f89b0e6d1547c2829422e7de7664b378c1039 | /src/com/hongyu/service/impl/PayablesLineServiceImpl.java | ed65c1624cf053159fc938b0eb9fa39f4c32ac4a | [] | no_license | chenxiaoyin3/shetuan_backend | 1bab5327cafd42c8086c25ade7e8ce08fda6a1ac | e21a0b14a2427c9ad52ed00f68d5cce2689fdaeb | refs/heads/master | 2022-05-15T14:52:07.137000 | 2022-04-07T03:30:57 | 2022-04-07T03:30:57 | 250,762,749 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package com.hongyu.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.grain.service.impl.BaseServiceImpl;
import com.hongyu.dao.PayablesLineDao;
import com.hongyu.entity.PayablesLine;
import com.hongyu.service.PayablesLineService;
@Service("payablesLineServiceImp... | [
"925544714@qq.com"
] | 925544714@qq.com |
52f293a464efe48fc100d5584c945fe754593f3f | 987473099d8e05fae4a0fc5babd2e1416004880c | /example2/src/main/java/com/sbexamples/example2/domain/Foo.java | cbd8b610e287486cd74c15390f9cccc6cd9ed13a | [] | no_license | philipposgate/SpringBootExamples | afd5ce7ac44cb5ec3505460f81408b988ef5d6b5 | 22b7942967675da5e1c7359e692aebd57f6bb635 | refs/heads/master | 2022-02-05T10:25:06.453274 | 2021-05-27T17:22:56 | 2021-05-27T17:22:56 | 93,224,996 | 0 | 0 | null | 2022-01-21T23:10:57 | 2017-06-03T05:09:34 | Java | UTF-8 | Java | false | false | 1,044 | java | package com.sbexamples.example2.domain;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger... | [
"philip.posgate@gmail.com"
] | philip.posgate@gmail.com |
d803ae73446920b4f354423d0434a3d32870b6aa | 132e19ea82d77199705e43c51d80c0a16fa82786 | /Palindrome/src/palindrome/Palindrome.java | f2bfa742f7284339c0acd782524b52036b9ac3ce | [] | no_license | Bizid/Java | 4c10a25ba1039206bd2cad618ec49f79c112c5f1 | 8d3b9fd14eda1753e2d28df19722346d5f125080 | refs/heads/master | 2021-07-20T02:27:06.830691 | 2017-10-27T12:02:39 | 2017-10-27T12:02:39 | 104,741,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,555 | 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 palindrome;
import java.io.*;
import java.util.*;
/**
*
* @author lassaad
*/
public class Palindrome {
public class Qu... | [
"lassaad@VaultMRs-MBP.teaminternational.com"
] | lassaad@VaultMRs-MBP.teaminternational.com |
8c432b084e08c20cccb2a1444d297d4a57511a3b | 6833f68de67d99aa929cdaed2e99f78ba4d16322 | /com-idealo-checkout-api/src/main/java/com/idealo/checkout/clients/RuleInfoClient.java | 374e060b97b6f94fc72bba085bbeeb7eb42e234e | [] | no_license | aqib1/IdealoTask2 | b38957c3012332a43545d19dfc8db9a7f1ce2ad0 | 203976970ca6ab86e6952f21e5ce83ca7b5ee744 | refs/heads/main | 2023-04-10T06:21:06.406487 | 2021-04-21T05:41:17 | 2021-04-21T05:41:17 | 329,116,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | package com.idealo.checkout.clients;
import com.idealo.checkout.clients.fallbacks.RuleInfoFallBack;
import com.idealo.checkout.model.RuleRequest;
import com.idealo.checkout.model.RuleResponse;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import st... | [
"aqibbutt3078@gmail.com"
] | aqibbutt3078@gmail.com |
0eea8a3d0adb7b6f82d051d0ab48faff8fd383c1 | 6b9171fb7900f8aa24a75eaca4cb4c9de7e76e5b | /core/api/src/main/java/org/onosproject/net/meter/DefaultMeterRequest.java | 94cada47b98d1d30c8f6ff9f98c82a338eb6e67f | [
"Apache-2.0"
] | permissive | packet-tracker/onos | 0e5b1713c8aa4387daa5a537bf57fd925d21e0be | bd160a9685296bc1be25e7dfe3675e4058ca4428 | refs/heads/master | 2020-12-13T22:34:33.241067 | 2015-11-14T08:53:32 | 2015-11-18T14:35:42 | 46,148,361 | 1 | 1 | null | 2015-11-13T21:32:15 | 2015-11-13T21:32:15 | null | UTF-8 | Java | false | false | 4,743 | java | /*
* Copyright 2015 Open Networking Laboratory
*
* 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... | [
"gerrit@onlab.us"
] | gerrit@onlab.us |
71d540930bc1ed3d61d8809fda2a2a81abb1a557 | 0915993ccd67bb9a1955d9640800353ed17a37d5 | /Desenvolvimento de Sistemas com Java/Desenvolvimento Java WEB/veiculos/JavaSource/br/edu/dsj/scv/entidade/Esporte.java | b3cb8d8c35c641e6077bacb485f375d1f23518f3 | [] | no_license | vquintanilha/UniversityCodes | ac93c0f9e6fd6ebc81080f3947ad218cb06fb48e | 3b5652b20d3b3d0ba122578ade19071978f203ea | refs/heads/main | 2023-08-06T08:04:48.545918 | 2021-09-27T22:41:49 | 2021-09-27T22:41:49 | 411,063,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package br.edu.dsj.scv.entidade;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.SequenceGenerator;
i... | [
"victorjuan_7@hotmail.com"
] | victorjuan_7@hotmail.com |
ea8015f210073914aa98ed2c68756f88c6a02953 | a0fd05cb455cee8ea6840616939c95048d06c7cb | /src/main/java/com/gv/bean/DepartmentExample.java | 7f1fd47e3d4e694a6c0a7221d97419eb36818518 | [] | no_license | BalboZheng/IntegrationSSM | ec9116499cbb3bb72f28daa2070964c542d96141 | 1b8cc392c2a6c044f54e0e70d854e3b850f5c638 | refs/heads/master | 2020-05-07T22:36:47.825777 | 2019-04-12T07:13:56 | 2019-04-12T07:13:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,501 | java | package com.gv.bean;
import java.util.ArrayList;
import java.util.List;
public class DepartmentExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public DepartmentExample() {
oredCriteria = new ArrayList<Criteria>();
}
publi... | [
"787549184@qq.com"
] | 787549184@qq.com |
7fb0989dc7607ce429a90a834c9b052f8cb5eb06 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_dd97818fb63b94d6f037c59c6c96fe39ceda5467/ExtraPackage/8_dd97818fb63b94d6f037c59c6c96fe39ceda5467_ExtraPackage_s.java | ab1436a9704583c3f6e57af8a290fdd30082c509 | [] | 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 | 5,431 | java | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
24b92a875697ba4b9b7398a10c38d2de5cf01f98 | 4c47463b1ebb7ec9efa01f913fae1567e10c8bb5 | /src/main/java/Department/TechnologyDepartment.java | 1c4e93793235726e6a2ffdf97c279a0b9fcb4613 | [] | no_license | YAWAL/ManufacturingPlant | 7cb907c0b198adf6fb2eeccc57d7a629e1f2237c | 354edec84badd898b233c7eda4894cf22c4fae18 | refs/heads/master | 2021-01-17T06:47:25.874723 | 2016-05-09T20:18:48 | 2016-05-09T20:18:48 | 58,401,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 126 | java | package Department;
/**
* Created by VYA on 02.04.2016.
*/
public class TechnologyDepartment extends BaseDepartment {
}
| [
"3dprinter.lviv@gmail.com"
] | 3dprinter.lviv@gmail.com |
2199658d2fcc037ea830c0b4b737c7b058aae340 | d1b867111bf2df4c015b5a44d481456712d9ff80 | /src/_de/hopfit/resource/LoginDAO.java | 76ac889d94086df4e5621df830c935a5f0a25d00 | [] | no_license | Hefezopf/PWS | 2cd44a58d868547bb768da8a032c7a7f5be413ef | beca1d7a84aeea8cae6c243820a7212a90043d64 | refs/heads/master | 2022-12-06T03:57:22.438436 | 2020-05-18T07:13:51 | 2020-05-18T07:13:51 | 21,453,982 | 0 | 0 | null | 2022-11-24T05:35:39 | 2014-07-03T07:43:00 | Java | UTF-8 | Java | false | false | 14,987 | java | package de.hopfit.resource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import de.hopfit.model.BankAccount;
import de.hopfit.model.BasicTarif;
import de.hopfit.model.FreeTarif;
import de.hopfit.model.Partner;
import de.... | [
"info@hopf-it.de"
] | info@hopf-it.de |
e682e6510a607c7451496b69c6fbc53e5c37d546 | dbb0c7e9d4e79b55d3613315b4fbede5defee5b6 | /OSR/src/main/java/com/ocr/domain/Address.java | d9ee0be245c13e3167f11d438ed6efe4d80315f9 | [] | no_license | trushapatel/On-Request-Courses-Cordination | 5f74ffda4cb71457099c881dd50407df972dc17b | 0e27642506a4d3666a15cae12ff09c06f712ccb2 | refs/heads/master | 2023-06-21T23:52:49.447267 | 2023-06-07T13:12:57 | 2023-06-07T13:12:57 | 81,783,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.ocr.domain;
import lombok.Data;
import org.hibernate.validator.constraints.NotEmpty;
import javax.annotation.Generated;
import javax.persistence.*;
import java.lang.reflect.Method;
/**
* Created by Ankit on 27-12-2016.
*/
@Data
@Entity
@Table(name = "address")
public class Address {
@Id
@Genera... | [
"trusha.be@gmail.com"
] | trusha.be@gmail.com |
25adfda25c59af99c700529b8780ec8606f0a4b1 | 369a935090d9430be96b44b916fe122c3e26cc3d | /raft-store/src/main/java/com/guman/raft/impl/DefaultNode.java | 852fb360b088296cf9e1f12f7b7e6fe5788f1544 | [] | no_license | haoranaaa/guman-raft | f6dd8dc153c567a602a11e710178ac88afeccae7 | 39c206683b58707232e7158a06d04a6d9ecff32a | refs/heads/master | 2022-12-28T13:26:55.504771 | 2020-10-12T08:43:56 | 2020-10-12T08:43:56 | 303,328,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,909 | java | package com.guman.raft.impl;
import com.google.common.base.Splitter;
import com.guman.raft.*;
import com.guman.raft.common.NodeConfig;
import com.guman.raft.common.current.RaftThreadPool;
import com.guman.raft.common.util.LongConvert;
import com.guman.raft.constant.ServerState;
import com.guman.raft.model.*;
import co... | [
"“haoran.duan@bianlifeng.com”"
] | “haoran.duan@bianlifeng.com” |
50882fd0b4fec1c2de183bdfe6888a528e31cef5 | b55c5e3000d50fc025f10aad5c69166b446eeb7e | /java/src/main/java/fr/soat/labs/rx/handler/AggregatorHandler.java | 0a01110ecd6375f37a255c30f7fc3f244f611efb | [] | no_license | dwursteisen/labs-rx | 9f26adc7e53d8294aee1b29f7e9beaf544cfd562 | b26108a47058322c460f51e877e36cec64b7dfa9 | refs/heads/master | 2016-09-09T19:33:57.907291 | 2014-03-20T09:49:14 | 2014-03-20T09:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,049 | java | package fr.soat.labs.rx.handler;
import fr.soat.labs.rx.model.Incident;
import fr.soat.labs.rx.model.Train;
import org.webbitserver.*;
import org.webbitserver.netty.WebSocketClient;
import rx.Observable;
import rx.Observer;
import rx.Subscription;
import rx.subjects.PublishSubject;
import rx.subjects.Subject;
import r... | [
"david.wursteisen+git@gmail.com"
] | david.wursteisen+git@gmail.com |
6272ed32a4545751e302ff0c935d8b77ed02097e | b66c5f9c9a5260896c8eebde32b0d50590fd808d | /Homework6b/src/Avocado.java | 8c2ee3c460c2c8a97a99b225f4d88e44c20f98cb | [] | no_license | eefortunato/Java-Codes | 9bde691ed1bfc4ce580986074704a503bfe39a67 | b373d040ed4b760ab9f8dc643e57d6305623a5ed | refs/heads/master | 2021-01-17T06:16:05.705331 | 2016-12-06T16:05:44 | 2016-12-06T16:05:44 | 29,262,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,326 | java | /**
* Avocado.java
* This is the subclass Avocado where all the basic members and
* methods for Avocado are defined
*
* @version $Id: Comodity.java,v 1.0 2013/10/08 10:00pm $
*
* @author Pavan Kumar Pallerla
* @author Eric Fortunato
*
*
*/
public class Avocado extends Comodity{
int amountForDiscount... | [
"noreply@github.com"
] | eefortunato.noreply@github.com |
46752534feff2f8b7bbca450965adbbbdee23d6d | b5858fdb38602f3656d929baf98fa79408c55e55 | /src/main/java/com/du/webservicetxt/service/TxtService.java | 856e40246c268462f18ef3265647f42f16074ffd | [] | no_license | duzining/webservicetxt | fa58fff8048c1306f113ea2950dec93a3bc7133b | a1ada6a30bbb6e4a8a764dc30b186a2fcace1a96 | refs/heads/master | 2022-03-23T13:19:03.678855 | 2019-12-24T03:31:41 | 2019-12-24T03:31:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package com.du.webservicetxt.service;
import javax.jws.WebMethod;
import javax.jws.WebService;
import java.io.BufferedReader;
import java.io.File;
@WebService(targetNamespace = "http://service.webservicetxt.du.com",name = "txt")
public interface TxtService {
@WebMethod
public void getTxt();
@WebMethod... | [
"1211730587@qq.com"
] | 1211730587@qq.com |
9715dbee551d7e3c69cb63f8080ff0cb1c95e0c8 | 9af8aad2d711a165b7dde21fd633a34d80377ac0 | /app/src/main/java/com/example/a0134598r/pathfinder/obsolete/QuenumberFragment.java | 85d539b7a82612bef492b42ee023e107e124ec66 | [] | no_license | achyut92/PatientApp | 12c8bfbdec25a1a281b5cf63042717065d3d7f2e | c847e81186a022d4ef2bb1eac88fb683f31352c9 | refs/heads/master | 2016-09-15T21:24:02.746498 | 2015-09-18T09:08:54 | 2015-09-18T09:08:54 | 42,711,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,385 | java | package com.example.a0134598r.pathfinder.obsolete;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.a0134598r.pathfinder.R;
import com.google.andr... | [
"nusseres@gmail.com"
] | nusseres@gmail.com |
1c5109aa9e73408ed3e410e01fceda606ea86bc0 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Time-1/org.joda.time.Partial/BBC-F0-opt-50/tests/28/org/joda/time/Partial_ESTest_scaffolding.java | 445374225cf5b2f21fb72a3bf1c904d53ea4ba98 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 21,115 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Oct 24 01:38:38 GMT 2021
*/
package org.joda.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
ad74685949e9d15e66aed41be22f7631c9ad3796 | 0609ef0346387be99787fea492f7502d8a8c89e2 | /src/com/yjy/edu/enterprise/basic/type/DecimalOperators.java | ecb287f6ef5a14ada6c64cde1c3aa56c4126b1de | [] | no_license | yaojiyuan/java_enterprise | a87a8b7e7504d0c44f324f7e0318650d4b1e05dd | 2a75a5a96fd57f959666d76b28db5f5726ab80aa | refs/heads/master | 2023-01-20T23:05:09.221124 | 2020-11-30T11:14:02 | 2020-11-30T11:14:02 | 259,807,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package com.yjy.edu.enterprise.basic.type;
public class DecimalOperators {
public static void main(String[] args) {
System.out.println("(23.5f + 15.6f):" + (23.5f + 15.6f));
System.out.println("(1.3434f + 2.55000001f):" + (1.3434f + 2.55000001f));
System.out.println("(1.1f * 5f):" + (1.1f * 5f));
System.out.... | [
"sala223@msn.com"
] | sala223@msn.com |
f1f6787e6e34a71eab1c977835e6eaada46ca230 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Time/27/org/joda/time/Period_Period_450.java | 634e644cff7ef6568d7b70f116e88a40f1fc5c11 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,659 | java |
org joda time
immut time period set durat field valu
time period divid number field hour second
field support defin period type periodtyp
standard period type support year month week dai
hour minut second milli
time period ad instant effect ad field turn
result take account daylight save time
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
c7bee851e67849ebabd228f3c058ae3484895b05 | 31dfd731b54d5ff0793be4fd8f07be434f5278a5 | /src/main/java/org/onetwo/ext/poi/excel/utils/TableRowMapper.java | f2e549ee82e35b5ec714c255be7347c7eaef2645 | [
"Apache-2.0"
] | permissive | oubayeung/onetw-poi | dd4342ca45e70fb9efa30356f8476132a0b255d9 | b0f6bd65163352c42b827ff773cef2d8ccbf660c | refs/heads/master | 2021-01-13T12:17:52.824660 | 2016-12-07T14:01:33 | 2016-12-07T14:01:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package org.onetwo.ext.poi.excel.utils;
import java.util.List;
public interface TableRowMapper<DATA, TABLE> {
public int getNumberOfRows(TABLE table);
// String getMapperName();
/******
* 读取标题行
* @param sheet
* @return
*/
public List<String> mapTitleRow(TABLE table);
// public CellValueConvertor get... | [
"weishao.zeng@gmail.com"
] | weishao.zeng@gmail.com |
b093af94ae228aa1f251bff2473a0c438a22c2da | 774e3f434f9a61ea52874db821ef63e98342f527 | /backend_spring/src/main/java/com/forfresh/model/dto/kakaopay/KakaoPayReadyVO.java | 5dad22bbc85433a748cb40141e3f0efce8066417 | [] | no_license | Kwon-Nam-Boo/forFresh | 46ec92f5f9a9551c19da04510fdf205a6e52bd98 | cd3efe9e71650c74eb7e1f7cbaa3cb47b68052cd | refs/heads/master | 2023-01-30T19:25:37.741647 | 2020-12-14T14:32:29 | 2020-12-14T14:32:29 | 321,353,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.forfresh.model.dto.kakaopay;
import java.util.Date;
import lombok.Data;
@Data
public class KakaoPayReadyVO {
//response
private String tid, next_redirect_pc_url;
private Date created_at;
}
| [
"oks2238@gmail.com"
] | oks2238@gmail.com |
8b0d93ed66169e246499caa0a3265dacb9e3e3a3 | c81c2b0dddebacf7fb0f76f3c36973e4d336983b | /src/main/java/com/myspace/helloworld/Message.java | f1aca2cac6b226196b941c1892e6947804b2a718 | [] | no_license | esscott1/droolsdemo | b644de417bdc4b18275df8aaf71f4b9d4b3dc526 | 11bf96cc465517bc406ffe95497d63274219cbd5 | refs/heads/master | 2023-07-19T04:34:37.062998 | 2021-09-01T16:32:47 | 2021-09-01T16:32:47 | 393,428,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package com.myspace.helloworld;
/**
* This class was automatically generated by the data modeler tool.
*/
public class Message implements java.io.Serializable {
static final long serialVersionUID = 1L;
private int status;
private java.lang.String message;
public static final int HELLO = 0;
public sta... | [
""
] | |
31b319e57ede9259c92ceeb21f17c564cb6f8da1 | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2_Scripts_com/L2_Scripts_Revision_20720_2268/dist/gameserver/data/scripts/quests/_241_PossessorOfaPreciousSoul1.java | 897821a7b5a3ce2b2f7ec6963a6423c239b17d94 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,337 | java | package quests;
import l2s.commons.util.Rnd;
import l2s.gameserver.model.instances.NpcInstance;
import l2s.gameserver.model.quest.QuestState;
public class _241_PossessorOfaPreciousSoul1 extends QuestScript
{
private static final int LEGENG_OF_SEVENTEEN = 7587;
private static final int MALRUK_SUCCUBUS_CLA... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
8bd8d1ee82a138c0ae63a995b6e4a8e94f008d98 | 4ece41e6b83548b056fde44b61a546f766388701 | /modules/dummy/dummy-service-builder/dummy-service-builder-service/src/main/java/com/liferay/gs/test/service/impl/DummyServiceImpl.java | f6643a93af95b3880c36c098d01781db2cfb9f80 | [] | no_license | diegotomfurtado/lfrgs-test-framework | 0cd3bbbb3fd144dcb8c7f3c3adc872432f21ca3c | bc3717c6d59de17a260b2394bbce668aac32fade | refs/heads/master | 2020-03-24T23:40:41.384538 | 2018-12-04T22:05:14 | 2018-12-04T22:05:14 | 143,148,730 | 0 | 0 | null | 2018-08-01T11:46:33 | 2018-08-01T11:46:32 | null | UTF-8 | Java | false | false | 1,525 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"andrew.betts@liferay.com"
] | andrew.betts@liferay.com |
6d2db7fd0946f6442086082d08b3f7747ca1da9b | 60016285d6340245b4a847384d493aa4aa3e6a7a | /src/main/java/com/scalda/javales/config/Config.java | d806d3dcc1f4e972f8bdd9bd923d7285ae0f5621 | [
"MIT"
] | permissive | marc0tjevp/Animal-Kingdom | f86bb9d6f8eb4d174ce1bc97c6224bb9262063b0 | 596bcb95f64d29ebcf0bbf053189f82be6e31107 | refs/heads/master | 2021-06-16T14:34:32.688309 | 2017-03-24T10:01:14 | 2017-03-24T10:01:14 | 86,050,988 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,163 | java | package com.scalda.javales.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.... | [
"Marc0tjevp@gmail.com"
] | Marc0tjevp@gmail.com |
40eb18f2ca81c2be4e5b1cdbf692425568476038 | 425143ec1a1966558e123d80bc2a1b766834dd25 | /src/edu/gatech/cc/view/ShapeSurface.java | 9f5e8615aa5ee301559ccd3f5a57d81b4eeefff1 | [] | no_license | opmiss/Bending | 6989cd788f521e54069590fc22a604a3c7eae245 | b415cc6694a670a58e56f422e9fd6aa92e990c54 | refs/heads/master | 2021-01-23T11:02:22.645652 | 2014-10-20T21:17:52 | 2014-10-20T21:17:52 | 17,732,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,158 | java | package edu.gatech.cc.view;
import processing.core.PApplet;
import edu.gatech.cc.geo.v3d;
import edu.gatech.cc.geo.view;
import edu.gatech.cc.model.Surface;
import edu.gatech.cc.model.Shape3d;
public class ShapeSurface extends PApplet{
Shape3d S0 = new Shape3d(this);
Surface C0;
v3d[][] P;
boolean register = fa... | [
"opmiss@gmail.com"
] | opmiss@gmail.com |
5debeb2cc1f70a898b3c571184ce4ecce344a3b9 | b4e1c36fecec3c653e60725e9a76f9133bbcd5a2 | /app/src/main/java/excelenta/edu/co/sanmateo/proyectocalculadora/MainActivity.java | 0b8e7c081ee7bf9b048ab0fb5f53e54f0843291f | [] | no_license | nayibjoan/ProyectoEducativo-CalculadoraAndroid | 933beb065c5c76563cde1076da2a157191a9de41 | 17ffa7474ce17589888ed5f78c9c984102f54a60 | refs/heads/master | 2022-03-15T01:24:06.883709 | 2019-11-18T12:58:23 | 2019-11-18T12:58:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,475 | java | package excelenta.edu.co.sanmateo.proyectocalculadora;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.InputType;
import android.view.MotionEvent;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;
... | [
"mangelan03@gmail.com"
] | mangelan03@gmail.com |
40e9bd44ca6243630c4dab130a0d31b6c3aa5f02 | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /identifiers/apache-ant-1.8.4/src/main/org/apache/tools/ant/taskdefs/optional/ssh/AbstractSshMessage.java | c9511376d10d344205869b56a87e22350122e685 | [] | no_license | habeascorpus/habeascorpus-data | 47da7c08d0f357938c502bae030d5fb8f44f5e01 | 536d55729f3110aee058ad009bcba3e063b39450 | refs/heads/master | 2020-06-04T10:17:20.102451 | 2013-02-19T15:19:21 | 2013-02-19T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,358 | java | org PACKAGE_IDENTIFIER false
apache PACKAGE_IDENTIFIER false
tools PACKAGE_IDENTIFIER false
ant PACKAGE_IDENTIFIER false
taskdefs PACKAGE_IDENTIFIER false
optional PACKAGE_IDENTIFIER false
ssh PACKAGE_IDENTIFIER false
com PACKAGE_IDENTIFIER false
jcraft PACKAGE_IDENTIFIER false
jsch PACKAGE_IDENTIFIER false
Channel TYP... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
49c580ba868324d89be142a923893ccd40b2f77f | eb0a0af62e2679e2fea8afb131f1ef51969b26f4 | /SocketSample/src/socketsample/impl/Hangman.java | fafce1f11efba1653ded4a9c926d3aa48ffa2b9a | [] | no_license | juanfer0002/PDP | d789cd07ab3e58cbd7dbfa7e1afb14c8fa5a6964 | 7a2ed926df61f0fe69022cd04c438b97ec92e3bc | refs/heads/master | 2020-05-04T19:19:29.959149 | 2019-07-25T01:05:28 | 2019-07-25T01:05:28 | 179,387,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | 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 socketsample.impl;
import java.util.Arrays;
/**
*
* @author Juanfer
*/
public class Hangman {
private char[] word;
... | [
"juanfer0002@gmail.com"
] | juanfer0002@gmail.com |
2dd7c7e30eff57f5f1172ea8dd5d21236251cfea | 1c433decb55823aac414e087c46ff34644fc57dc | /Ramya'sJavaProject/src/com/collections/java/TreeSetTest.java | b305d737203c6b6ad784b60629bfc67f6984c937 | [] | no_license | kalluriramya/BasicJavaPrograms | 9542b941196682336fe2722f6596cf26cf7f13e5 | 73d1ece54976096f31a05f89ecc39595a59df621 | refs/heads/master | 2021-05-11T02:56:14.265184 | 2018-01-27T03:14:03 | 2018-01-27T03:14:03 | 117,898,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package com.collections.java;
import java.util.Iterator;
import java.util.TreeSet;
public class TreeSetTest {
public static void main(String[] args) {
TreeSet<String> ts= new TreeSet();
ts.add("Ramya");
ts.add("Suresh");
ts.add("Narmi");
ts.add("Gorri");
ts.add("Minnu");
System.out.print... | [
"kalluri.ramya333@gmail.com"
] | kalluri.ramya333@gmail.com |
aad7571ccc21638aa565a4bc9eed5c4377ebc48d | ea5f85d8266f9c5e80e2b9518d9f79b3ca5a37d7 | /src/sample/Expressions/ExpressionFactory.java | 02831034fef2a21aaf4cfb36beb9f26f6fe8061e | [] | no_license | Cynnabarflower/CourseWork | 163f9d436614a5746ecb5449bf3cf058bacfecf5 | 7ea5d1582fc9bcd154994e55da8c5b35f6460283 | refs/heads/master | 2022-04-09T08:59:13.838603 | 2020-02-28T17:20:06 | 2020-02-28T17:20:06 | 231,903,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,622 | java | package sample.Expressions;
import sample.Main;
import sample.Pair;
import sample.UserSettings;
import sample.WrongExpressionException;
import java.util.*;
import java.util.stream.Collectors;
import static sample.WrongExpressionException.Type.INCORRECT_BRACKETS;
import static sample.WrongExpressionException.Type.OTH... | [
"Cinnabarflower@gmail.com"
] | Cinnabarflower@gmail.com |
e2075eef4468ff11342b6fcfbff1bfa7698bef81 | 944555ca306c140eff048442ba68aa269fc92875 | /src/com/nsc/dem/bean/system/TTemplete.java | e395c52b98b09cef5b80afcff284b138f38ebd63 | [] | no_license | Liuyangbiao/jyy | a1c2fdc36d4e0b15391346bfa14aeca07bbf362e | 68c188e4514bb0db66728c200b2d7fa1d32d2d99 | refs/heads/master | 2021-01-10T17:01:09.658749 | 2015-12-30T06:09:03 | 2015-12-30T06:09:03 | 48,788,028 | 30 | 31 | null | null | null | null | UTF-8 | Java | false | false | 2,014 | java | package com.nsc.dem.bean.system;
import java.util.Date;
import com.nsc.dem.bean.profile.TUser;
/**
* TTemplete entity. @author MyEclipse Persistence Tools
*/
@SuppressWarnings("serial")
public class TTemplete implements java.io.Serializable {
// Fields
private String name;
private TUser TUser;
private Strin... | [
"18612045235@163.com"
] | 18612045235@163.com |
aebb677dded4f6e9ec712f83011a4636494dc376 | d50d6334c4fac28047c1ba865947b3b1bd09d837 | /app/src/main/java/com/example/buildathon/MainActivity.java | 7df70bbc06d2f4f334f15e0cdcdafceb30120564 | [] | no_license | codebiet/Bencolite-s-Pannel | fafa8f6303d1809e211231d30dbef1f18957b3bb | b3026a3d49486bc3977662e8e3b30e32b32862fc | refs/heads/main | 2023-02-02T04:04:51.943635 | 2020-12-08T19:15:59 | 2020-12-08T19:15:59 | 319,724,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,031 | java | package com.example.buildathon;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.... | [
"yashchaturvedi10122000@gmail.com"
] | yashchaturvedi10122000@gmail.com |
32d3ebcacd03b6dbe017b4a6f16d8b3b497fd889 | 9b63d7f698de62eccb84b7854e40e69c791c4ed7 | /old_pos/app/src/main/java/com/gzdb/response/enums/PaymentTypeEnum.java | 84b2c643505f9895d795968df0602ba58999ee1d | [] | no_license | shuchongqj/one_pos | 8088fb8a53091c491ae68a73e8684f3374deb93e | d3c081d1a5b86f9a9b0fb249ab5574c6542711b5 | refs/heads/master | 2020-05-30T23:10:10.475413 | 2019-03-12T06:50:57 | 2019-03-12T06:50:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,362 | java | package com.gzdb.response.enums;
import java.util.HashMap;
import java.util.Map;
/**
* @author chinahuangxc on 2017/2/2.
*/
public enum PaymentTypeEnum {
/**
* UNKNOWN - 未知
*/
UNKNOWN(9999, "UNKNOWN", "未知"),
/**
* BALANCE - 余额
*/
BALANCE(10000, "BALANCE", "余额"),
/**
* V... | [
"javares@163.com"
] | javares@163.com |
b532af338107de16d78e52c78707f87fd9765579 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonDatabind-111/com.fasterxml.jackson.databind.deser.impl.FieldProperty/BBC-F0-opt-90/tests/30/com/fasterxml/jackson/databind/deser/impl/FieldProperty_ESTest.java | 1b6004aa5359b4f7c1cba745aa8128c5603d8e11 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 1,349 | java | /*
* This file was automatically generated by EvoSuite
* Sat Oct 23 17:00:33 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.impl;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
1998c088c80492e7e1dc0c6af225c37ae7e364b5 | 1c07dfaccd6fdf2083b361159d37838ea0858d69 | /src/main/java/com/deliveredtechnologies/shammer/pooling/SledgeHammerPoolAwareFactory.java | 7de3201e0f8aca859bcfe72913f60f92439191df | [] | no_license | Clayton7510/SledgeHammerCP | a9d88e3b72f279d9fe6c534756596aed55cd0cb4 | 413f5b7ef60124fa9af2548f869bce6e8f2ac79a | refs/heads/master | 2020-12-31T05:56:00.896315 | 2018-03-21T20:10:11 | 2018-03-21T20:10:11 | 80,625,747 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.deliveredtechnologies.shammer.pooling;
import org.apache.commons.pool2.PooledObjectFactory;
/**
* Created by clong on 1/29/17.
*/
public abstract class SledgeHammerPoolAwareFactory<T> implements PooledObjectFactory<T> {
private SledgeHammerPool<T> _pool = null;
protected void setPool(SledgeHamm... | [
"Clayton7510@gmail.com"
] | Clayton7510@gmail.com |
802b4f4830feafdf6e561a69614168b168e38667 | 2a5989e5e39ba9543b809f611535230d0538987d | /PMFWeb/src/org/pmf/util/Pair.java | 44b1dc3d1d912685627b012416d84a145566c9c4 | [] | no_license | codedjw/PMF | 7d8d17c08c72a5d501e15b510ffdb14ecc9d6313 | e5b756fdf3a03801b6fb8add925bf7d314484219 | refs/heads/master | 2021-03-27T08:55:18.861698 | 2017-03-29T12:09:58 | 2017-03-29T12:09:58 | 32,617,520 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package org.pmf.util;
public class Pair<F, S> {
protected final S second;
protected final F first;
public Pair(F first, S second) {
this.first = first;
this.second = second;
}
public F getFirst() {
return first;
}
public S getSecond() {
return second;
}
private static boolean equals(Object x, Obj... | [
"jiaweidu.js@gmail.com"
] | jiaweidu.js@gmail.com |
ae168e50d71635d9048c1aed4d3e23e37d8f4e46 | d6b56658967b0614e27d7c2f4dd4d718bb5207df | /Apitesting/Tweeterserach.java | 2b714ee54e6c9e9e754f13651175605654aebe79 | [] | no_license | praveenbiradarpatil/APItesting | bf10c3697a8e8cbafcf5285d1dfe1c22924e867f | 2e9b524d96a66bc3159c75619f02518e30b36448 | refs/heads/master | 2020-08-16T16:50:50.256291 | 2019-10-26T04:21:28 | 2019-10-26T04:21:28 | 215,526,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | package Api;
import static io.restassured.RestAssured.given;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import io.restassured.RestAssured;
import io.restassured.response.Response;
... | [
"noreply@github.com"
] | praveenbiradarpatil.noreply@github.com |
a976122c7806fd67dbc8968367bf27c05a02c500 | 04355e028b59cdac7746d947931869ca3644b975 | /Week_01/FlowControlAndOpTest.java | d00a22cd2bdba2d1c141f1115bffa15d5b071103 | [] | no_license | solikego/JAVA-000 | 27bc8eb3b4173dcfcdd6bcd438d0768c57178700 | fb873bf437ce0b3899a2a3878affbef2fe640da2 | refs/heads/main | 2023-01-31T13:56:20.879747 | 2020-11-25T16:09:14 | 2020-11-25T16:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package jvm.week01.z4;
/**
* 第一课作业1
* @author deepin
*/
public class FlowControlAndOpTest {
public static void main(String[] args) {
int a = 5;
int b = 2;
int add = a + b;
int sub = a - b;
int mul = a * b;
int div = a / b;
int mod = a % b;
if (add... | [
"solike_club@sina.com"
] | solike_club@sina.com |
e1b46df938c64a07dc57f4c8ac7eec06fcaad1d0 | 2f69f04db0c3da10a496df7b62d6f6288e8e944b | /shoppingcart/shoppingcart-admin/src/main/java/com/ecommerce/admin/web/controllers/CategoryController.java | d49305c1ced251f573143c3cd61eb7e4a4bec14c | [] | no_license | jaheersoft/shoppingcartapp | b70fa2ee79e1fbb7489e653a3e1d43b2d5ad9b2d | 0aee2c38415659f010ba4905ad806ab073e671e2 | refs/heads/master | 2021-07-08T13:26:56.388391 | 2020-02-20T14:45:30 | 2020-02-20T14:45:30 | 241,529,435 | 0 | 0 | null | 2021-04-26T19:58:17 | 2020-02-19T04:05:57 | HTML | UTF-8 | Java | false | false | 3,271 | java | /**
*
*/
package com.ecommerce.admin.web.controllers;
import java.util.List;
import javax.validation.Valid;
import com.ecommerce.admin.web.security.SecurityUtil;
import com.ecommerce.core.service.CatalogService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
impor... | [
"Jaheer@host.docker.internal"
] | Jaheer@host.docker.internal |
12f07f8d36e75cdf007199c5b04a9092b41451bc | 86cd9738da28da50e357e0b7ed49ae00e83abfb0 | /src/main/java/rikka/api/util/DiscreteTransform3.java | 33aa16bea0e705fc831652591c70318c9b463b49 | [
"MIT"
] | permissive | Himmelt/Rikka | 000ba0c575463bef4af542334be25ae4131adfa6 | ddb3b6741edc0572c025fa8b8d3273785ff32012 | refs/heads/master | 2020-03-12T14:52:53.706274 | 2018-06-26T07:14:35 | 2018-06-26T07:14:35 | 130,678,362 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,703 | java | /*
* This file is part of SpongeAPI, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... | [
"master@void-3.cn"
] | master@void-3.cn |
46a8cae7fe68c42e8d7b5fa376f98dbf6983674f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_d3b715ea75cf069b99f3947b8a5d26e889b6309c/PreferencesEditor/18_d3b715ea75cf069b99f3947b8a5d26e889b6309c_PreferencesEditor_t.java | 97d68cf7d299109908d1088f46cb66a34d20104b | [] | 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 | 154,323 | java | /*
* Copyright (c) 2007-2011 by The Broad Institute, Inc. and the Massachusetts Institute of
* Technology. All Rights Reserved.
*
* This software is licensed under the terms of the GNU Lesser General Public License (LGPL),
* Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php.
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1e77eddcdbb8f2d140cf3f3c419cc5257e59786d | bcaa31f92a97e66fa9ac817c04539cef20472be3 | /src/poker/handranking/util/HandRankingException.java | 99505fb4eb5a870f091db07e923af82fa4b703df | [
"MIT"
] | permissive | corintio/Poker_HandEvaluation | 0ad4c58a0551d75579a23fef99259e42e49bc3e9 | 616b2980c32ff53cf0ba11614dc0461e7cd15259 | refs/heads/master | 2020-04-11T20:25:28.671678 | 2016-10-05T17:04:31 | 2016-10-05T17:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 911 | java | package poker.handranking.util;
/*
* Copyright (C) 2016 gebruiker
*
* 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 License, or
* (at your option) any later versio... | [
"jellenvermeir@gmail.com"
] | jellenvermeir@gmail.com |
ef6bfa4eadd36f0ee0a5852cebcdd30cf316095c | 182c7249858305bb2ffaa8223e1ba3b4194bc70f | /src/com/practice/InC.java | 592ad78cdb063ce75dd57b1685c3ec84c19dd00a | [] | no_license | Bhupesh168/InterviewPractice | 8d438c0a9f03200f50eee8a13592dca490094128 | 81a1d91c24846f904d669aac2e745bf7bd4bff03 | refs/heads/master | 2020-07-25T08:56:40.291113 | 2019-09-13T09:47:04 | 2019-09-13T09:47:04 | 208,237,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package com.practice;
public class InC {
public static void main(String [] args) {
InB a = new InB();
}
}
| [
"bhugupta1@WKWIN0997831"
] | bhugupta1@WKWIN0997831 |
dfe28d8cfe68bd4b9d31ba0a9389cddff57d725d | 2de257be8dc9ffc70dd28988e7a9f1b64519b360 | /tags/rds-0.26/src/datascript/tools/DataScriptTool.java | 21b92364ff83769ad83d9a823ca4e51441a26479 | [] | no_license | MichalLeonBorsuk/datascript-svn | f141e5573a1728b006a13a0852a5ebb0495177f8 | 8a89530c50cdfde43696eb7309767d45979e2f40 | refs/heads/master | 2020-04-13T03:11:45.133544 | 2010-04-06T13:04:03 | 2010-04-06T13:04:03 | 162,924,533 | 0 | 1 | null | 2018-12-23T21:18:53 | 2018-12-23T21:18:52 | null | UTF-8 | Java | false | false | 16,728 | java | /* BSD License
*
* Copyright (c) 2006, Harald Wellmann, Harman/Becker Automotive Systems
* All rights reserved.
*
* This software is derived from previous work
* Copyright (c) 2003, Godmar Back.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that ... | [
"hwellmann@7eccfe4a-4f19-0410-86c7-be9599f3b344"
] | hwellmann@7eccfe4a-4f19-0410-86c7-be9599f3b344 |
97893de18737948c6c4df2b94bcd50254ab982dc | fc49733b483e25105ed1a30c99641e4d4b8de065 | /gomall-ware/src/main/java/cn/jinterest/ware/config/MyRabbitConfig.java | b5bf80d356aadc720d2586905c2d4933f5ffaecc | [] | no_license | Jaredhi/GoMall | a1c8da9b0305992d94264828d05c430686f5d765 | 5f6ec50f799023c9390559681812b5d862a0c702 | refs/heads/master | 2023-04-16T08:50:33.796354 | 2021-04-30T05:22:52 | 2021-04-30T05:22:52 | 308,263,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,513 | java | package cn.jinterest.ware.config;
import lombok.extern.slf4j.Slf4j;
import org.springframework.amqp.core.Binding;
import org.springframework.amqp.core.Exchange;
import org.springframework.amqp.core.Queue;
import org.springframework.amqp.core.TopicExchange;
import org.springframework.amqp.support.converter.Jackson2Json... | [
"hwj2586@163.com"
] | hwj2586@163.com |
dea81a81459ebec6f18341d2f5d05ba968914756 | 3dd8779754c58b5c89f2e6c3384464f2abcc4769 | /src/main/java/bots/HttpClient.java | 74e65b12ecf49e879c525513673fee0ee466cb61 | [] | no_license | lazermann111/Cookies | 530c401c5cbc5fa1c6a604381dcbc22e406d4f3b | eada3d6bae6944e9a15dfb732dc1c48a3cc6cfef | refs/heads/master | 2020-03-22T11:28:21.177466 | 2018-08-15T06:06:27 | 2018-08-15T06:06:27 | 139,972,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,827 | java | package bots;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.type.CollectionType;
import com.mashape.unirest.http.ObjectMapper;
import com.mashape.unirest.http.Unirest;
import model.CookieClone;
import model... | [
"lazermann111@gmail.com"
] | lazermann111@gmail.com |
7986acf9ab59311d6fb028878e2909013c4978ca | 7cc061852ad3d392eb501088b6d53ffdc0a6cd11 | /Map.java | c920153a1d818c49b1754fc1025a8f60fa99e964 | [] | no_license | Nuochen-xu/CP2406-PROJECT | 60d37453b07a60dbd92793333c1eea3251ce71cf | 6a720567af30b1cf8ec6ab3be3bb270fb5b8fc43 | refs/heads/master | 2020-11-29T19:34:26.882311 | 2020-01-22T07:21:05 | 2020-01-22T07:21:05 | 230,200,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | import java.lang.reflect.Array;
public class Map {
int [] xline = new int[]{0,1,2,3,4,5,6,7,8,9,10};
int [] yline = new int[]{0,1,2,3,4,5,6,7,8,9,10};
}
| [
"noreply@github.com"
] | Nuochen-xu.noreply@github.com |
f52bfca5f8ecaffc06dc7d9a9ebe56e6dd85fc28 | db1cb6be09ad12b2d5d6f2b72ec84c029f89ad80 | /src/main/java/com/rubanlearning/springbootdb/entity/Book.java | 86aecb28ca3c0bb37230ad7c7f4fb08ceb123e8c | [] | no_license | varatharuban/spring-boot-database-access | a8ef2d63e2c7a602fe96c4ea9a353dce0fc84276 | 7691da12dbfd8fbd9599ec078f3f186c2875fd08 | refs/heads/master | 2023-02-01T19:33:50.905465 | 2020-12-20T09:58:51 | 2020-12-20T09:58:51 | 322,989,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.rubanlearning.springbootdb.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name = "BOOKS")
public class Book extends BaseEntity {
private static final long serialVersionUID = -8302338464277404827L;
@Column(name = "TIT... | [
"developer-at-398378596368"
] | developer-at-398378596368 |
6b21038ee516eec9960cfec173ff5af2e441e1e4 | 9cfa25f6f9547ccbeddf519061b569c52161c5e1 | /src/main/java/com/ingesup/labojava/controller/PublicationController.java | a3313a0317991fe774b1ed9b9e09adcd9f16e9bb | [] | no_license | hesrondev/JAVA-Un-Prof-pour-TOUS | 05f21ce436bb8bdb7029ab428f746106d33b7bee | 67182582a921172bb779657f258ad797117ef11c | refs/heads/master | 2020-12-03T10:28:10.768347 | 2016-04-27T12:33:05 | 2016-04-27T12:33:05 | 45,112,462 | 0 | 0 | null | 2015-10-28T12:58:40 | 2015-10-28T12:58:40 | null | ISO-8859-1 | Java | false | false | 3,620 | java | package com.ingesup.labojava.controller;
import java.util.ArrayList;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
import org.springf... | [
"hesron@live.fr"
] | hesron@live.fr |
f1983f1a6163c3e2b0fa079d12e29dc21218d4b9 | 6b40a92e34bc0ed4443a45ea70f8cbe8fd5c0e53 | /Library/src/androidTest/java/com/ngyb/onoff/ExampleInstrumentedTest.java | 005a4facf35dce540662dc03b400aa2b767498f2 | [] | no_license | nangongyibin/Android_OnOff | f30a5494ab45c79dbbeeb619636caf577ac457e7 | 1a4dfb2697ca081a535e6a5f41bf169d2ffcaf5a | refs/heads/master | 2020-08-21T14:40:31.557433 | 2020-01-04T10:49:55 | 2020-01-04T10:49:55 | 216,181,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.ngyb.onoff;
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 Android device.
... | [
"nangongyibin@gmail.com"
] | nangongyibin@gmail.com |
4fa6e3b85b66db1dfe93712c3a9c7a6d2dac4206 | f697ee873ae03fcebc56da45da3b934c1ef6857e | /src/main/java/br/com/btsoftware/algafood/auth/core/JpaUserDetailsService.java | 9d02bc4b2d8efb2bda0093a1c1d77acb01ce2555 | [] | no_license | Benjamim-Thiago/algafood-auth | 3ee363ede2c770c6b28cab80205ad7411bf27200 | 833c498f3bfcc7225aa9a90239f235f3b162a1cb | refs/heads/master | 2023-03-28T00:12:27.893743 | 2021-03-28T23:11:31 | 2021-03-28T23:11:31 | 341,267,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,553 | java | package br.com.btsoftware.algafood.auth.core;
import java.util.Collection;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org... | [
"bebenjamimthiago@gmail.com"
] | bebenjamimthiago@gmail.com |
8266adc9e6752f9a30716424d1688f081af9c53f | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/75_openhre-com.browsersoft.openhre.hl7.impl.config.HL7FieldRepeatableDependingProcessorImpl-0.5-2/com/browsersoft/openhre/hl7/impl/config/HL7FieldRepeatableDependingProcessorImpl_ESTest.java | 8bf4e52cc09efdc961b56a4c17a700bdf469db48 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | /*
* This file was automatically generated by EvoSuite
* Tue Oct 29 09:56:48 GMT 2019
*/
package com.browsersoft.openhre.hl7.impl.config;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
4feb37d029b19f13d7247365192fe0732f519e68 | 57e0fa7f10659a276fdfb2c74735e9ef0d23182b | /Spring-00-LooselyCoupled/src/service/MentorAccount.java | 03ceb6e09cba55e0ec73caf5dce63dd3fc494583 | [] | no_license | ieroglu251/SpringProject1 | 845db7a738d160025e35870c28d1171524743dc1 | 5091f62799c1fdcef0315cd0107e3c3733ebaff1 | refs/heads/main | 2023-03-21T01:18:21.884564 | 2021-03-07T14:07:51 | 2021-03-07T14:07:51 | 304,896,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package service;
import implementation.Mentor;
public class MentorAccount {
Mentor mentor;
public MentorAccount(Mentor mentor) {
this.mentor = mentor;
}
public void manageAcoount(){
this.mentor.createAccount();
}
}
| [
"ieroglu251@gmail.com"
] | ieroglu251@gmail.com |
93dc75aa400199e63ac12a12dbc8b73b618cf379 | d097f1526995a387e9adf4c30db7aa5b6b218fdd | /src/com/cqgy/bean/UserInfo.java | 4613aaf5a31b2065705cf3ecc1d6c27fe9f1c9f0 | [] | no_license | teaping/imitateQQ | 8da38825b7050144cfa756bc9bc0a333e495c333 | c08c4028d77a81ae1b34b75525d908f12598e08e | refs/heads/master | 2023-03-28T06:43:21.028212 | 2021-03-22T03:09:50 | 2021-03-22T03:09:50 | 350,189,085 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,403 | java | package com.cqgy.bean;
public class UserInfo {
//用户昵称
private String nickname;
//用户ID
private String Id;
//用户个性签名
private String Autograph;
//用户性别
private String Gender;
//用户生日
private String Birthday;
//用户所在地
private String Location;
//用户学校
private String School;
//用户公司
private String company;
//用户职业... | [
"small_xia.126com"
] | small_xia.126com |
3c9233c6696d18d35131541333ff6acf19cd43e0 | 7838ffd4293d3ece34b570842fc3fff80278a469 | /src/main/java/twitter4j/http/PostParameter.java | 6c15d01f3ca6c2ee7af1d2bde1bfaddd891cd4a3 | [
"BSD-3-Clause",
"JSON"
] | permissive | huxi/twitter4j | 9c1c234c9fccfad4805be05ccf598dc7f9a24cbf | 7cc033a0e9b1f27aefa4a95a5213003a74d242c3 | refs/heads/master | 2021-01-16T21:11:36.003997 | 2009-12-31T07:56:57 | 2009-12-31T07:56:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,057 | java | /*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | [
"yusuke@117b7e0d-5933-0410-9d29-ab41bb01d86b"
] | yusuke@117b7e0d-5933-0410-9d29-ab41bb01d86b |
fedc1e6a3e8c53d6577c704256af49e3b543a0f3 | c0e4f17244d8b5e38f9ee92cc56116216fbe07c9 | /Miinaharava/src/main/java/miinaharava/gui/PeliIkkuna.java | b5b0f5e18ac29f694029382681b409ae99597c76 | [] | no_license | anti-l/Miinaharava | b08d0df7106ff2a1da1874b5e4b18a93b548b4a9 | 1efdf8fcdbafedf2aaebb6f2360744b111c2c71d | refs/heads/master | 2021-01-10T21:28:18.927363 | 2014-10-17T15:26:06 | 2014-10-17T15:26:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,514 | java | package miinaharava.gui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.io.InputStream;
import javax.imageio.ImageIO;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
impo... | [
"git@lun.fi"
] | git@lun.fi |
05a16f58f8bb638af3f0ed91aba4ba0b86ecf07d | d63362d78de90d5c37b75bc73ca77f241affafb3 | /src/LoanAssistantProject1/LoanAssistant.java | 191216e1ea410764bb481679c3db796e10e7b0e2 | [] | no_license | JadduMeghana123/InternshipJavaProject1 | 01ecaa7c4bf697c2b1d673ad418c356de0493b12 | c1ce2513034eb3060e1917829e9677a5696fce15 | refs/heads/main | 2023-08-12T22:52:19.094581 | 2021-10-02T05:42:46 | 2021-10-02T05:42:46 | 412,701,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,546 | java | package LoanAssistantProject1;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.text.*;
public class LoanAssistant extends JFrame {
JLabel balanceLabel = new JLabel();
JTextField balanceTextField = new JTextField();
JLabel interestLabel
= new JLabel();
JTextField inter... | [
"noreply@github.com"
] | JadduMeghana123.noreply@github.com |
b2e5199526068a2cff9222bd3f2084fe3f721acf | d31b379ba69fd4ac3ed3744093a4ab7adf23c270 | /src/test/java/com/tw/fixture/ChildClassWithInjectField.java | b42d8475a817b060f47b0e04016d9f4bb6137933 | [] | no_license | aisensiy/injector | fb443c4e60a8e561a9a4715a59db490889d0dc96 | f0a944d8a7cbb2b8458c9ceb3ef41a6967dc7a50 | refs/heads/master | 2021-01-10T14:57:07.365284 | 2015-10-21T09:07:07 | 2015-10-21T09:07:07 | 44,288,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package com.tw.fixture;
import javax.inject.Inject;
public class ChildClassWithInjectField extends ParentClassWithInjectField {
@Inject
private Inner innerTwo;
public Inner getInnerTwo() {
return innerTwo;
}
}
| [
"aisensiy@163.com"
] | aisensiy@163.com |
6f7f0929e881a04b9498ad574d8e093d746a8447 | 9168fc4fd7da975198e638903a3fc0e3b5d5893d | /Ausentismo3/src/CIE10/CargarCVS.java | 244685b709fe66e830e717b073314ba248339fff | [] | no_license | luma2906/Ausentismo | af36fa9dcbbd8c3048af86a7bbc1edcd65a1940e | 7de3cf69fe1107b8721c6618016f49d1c87107a3 | refs/heads/master | 2021-06-20T23:45:50.044268 | 2017-08-03T18:30:14 | 2017-08-03T18:30:14 | 99,262,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | 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 CIE10;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.u... | [
"luma2906@gmail.com"
] | luma2906@gmail.com |
1e0daeec8993298c8cd0f7d91f0c5e636d74f777 | a91dfc9e0b66bf9a8b151f1317dc9ab0fcbb03fd | /branches/jchye/converter/java/org/unicode/cldr/test/DisplayAndInputProcessor.java | d941f49c28e77acc47e1e41a33ef959c03ca04b5 | [] | no_license | svn2github/CLDR | 8c28c7d33419b2cf82fa68658c2df400819548c6 | d41ba4ae267526a2bd1dd6ba21259e4dc1afcfa4 | refs/heads/master | 2020-03-10T16:23:08.329258 | 2019-01-17T18:03:40 | 2019-01-17T18:03:40 | 129,472,269 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,357 | java | /* Copyright (C) 2007-2010 Google and others. All Rights Reserved. */
/* Copyright (C) 2007-2010 IBM Corp. and others. All Rights Reserved. */
package org.unicode.cldr.test;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.unicode.cldr.test.C... | [
"jchye@b1474bd8-1051-4aae-843b-7d7c63456b9e"
] | jchye@b1474bd8-1051-4aae-843b-7d7c63456b9e |
02ffa56228cad093f3a94da8acd0ce9aa4a7f316 | 12562751a6cbf17733fcc43ae2286c8dee36904d | /findme/src/main/java/kr/co/findme/common/file/controller/FileRenamePolicy.java | 2f506f605bf0ce928b28af5c19b8e8ed5ddf1775 | [] | no_license | da2707/findme | 756e6784574c3ef7c5b01c7af1b8f016b5f28077 | 426dcf35650172a63d5c6b27ab13f5e0aa2eb261 | refs/heads/master | 2020-03-17T13:36:55.624440 | 2018-06-14T05:54:48 | 2018-06-14T05:54:48 | 133,638,142 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 81 | java | package kr.co.findme.common.file.controller;
public class FileRenamePolicy {
}
| [
"kimbong30404@hanmail.net"
] | kimbong30404@hanmail.net |
6337f9516c6ab7fbfbcdbe3eff2706610e36021e | fa4e4208c8e797dd22980d9b537787b498ce98b0 | /src/test/java/com/crystalkey/pages/MT_006_Page.java | 9067a754384491116af84d01d55af66e64a77b44 | [] | no_license | MuratTANC/crystalKeyJenkins | 81680c9060ffd1671163a1941c8c394fb3153cb5 | 63395b44f34058a0b7efd74b2a21d13b3660f17c | refs/heads/master | 2023-02-11T08:28:06.778176 | 2021-01-09T11:46:59 | 2021-01-09T11:46:59 | 328,142,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package com.crystalkey.pages;
import com.crystalkey.utilities.Driver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class MT_006_Page {
public MT_006_Page(){
PageFactory.initElements(Driver.getDriver(),... | [
"murattanc@gmail.com"
] | murattanc@gmail.com |
196f8663a3359618b0f179cf2329861eb097964b | a6b0f07bd373078e7e205be182d7a72aecb4a0ee | /Criando_entidades_com_banco_de_dados/src/main/java/com/challenge/SpringChallengeApplication.java | 42ab0a99ca9d5fa147431ca75db4416a0819bf7d | [] | no_license | johnealves/Java-AceleraDevCodenation | c3862964f3e8b5d259f086393e5be938f065f1e4 | f35b5da6cb615546a23cbe0c1b574c2902a3814c | refs/heads/master | 2023-08-11T13:09:15.932098 | 2021-10-09T15:23:21 | 2021-10-09T15:23:21 | 397,702,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.challenge;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringChallengeApplication {
public static void main(String[] args) {
SpringApplication.run(SpringChallengeApplication.class, args);
... | [
"johne_alves@hotmail.com"
] | johne_alves@hotmail.com |
ede2ecab8596be371c5e3f830b9c8c37e7d3426d | ebe2b44faddebaf4cb17d6f35f5eb53556176b43 | /src/stericson/busybox/jobs/InitialChecksJob.java | 83d98c26f4b6af3573950dc2984368ba4af18c1f | [] | no_license | Stericson/busybox-free | 61b9489d99264c1cf5998853c72840caf4d863c2 | c73855c8decf45472ce138ada4e1f4c7d3e159ea | refs/heads/master | 2021-01-18T22:35:30.267824 | 2020-07-18T20:18:35 | 2020-07-18T20:18:35 | 16,189,346 | 41 | 16 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package stericson.busybox.jobs;
import android.app.Activity;
import stericson.busybox.R;
import stericson.busybox.interfaces.JobCallback;
import stericson.busybox.jobs.containers.JobResult;
import stericson.busybox.jobs.tasks.InitialChecksTask;
public class InitialChecksJob extends AsyncJob {
public final static... | [
"Stericson.g1@gmail.com"
] | Stericson.g1@gmail.com |
d2a4e124e95bbf9befc2d34fee1b2538c9924b8a | acc30bd108e01f61200439fa2ac92080af3a47c6 | /src/main/java/org/vsynytsyn/fidotestbackend/security/config/PasswordEncryptionConfig.java | 263313c73903398f9c36aba20533204bda85c19d | [] | no_license | BlaD200/FidoTestBackend | aaf50e10ce9de8d99923c2a35f55ca798d07dab8 | cecc3f4b9c2e15ac386fd8441cd4a70b850bcf78 | refs/heads/master | 2023-08-22T17:20:50.119551 | 2021-10-16T23:00:34 | 2021-10-16T23:00:34 | 417,831,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package org.vsynytsyn.fidotestbackend.security.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
@Configuration
public class PasswordEncryptionConfig {
@Bean
public ... | [
"blad600@gmail.com"
] | blad600@gmail.com |
6e1e509a5e173c5134211fdee30cf3036c64fc40 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/apache/camel/processor/ThrottlingGroupingTest.java | 3300c393bbf7d915e9479f288d76e56289abf5b3 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 4,854 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
bc9e21406af099a73341605a4e2728da2d8b0726 | 510a0dc46e9607ae88455893322df34f00a295d6 | /TabelLogin[1].java | b1e9dc0f8b30d86b50aa9b85a76de5217e359b41 | [] | no_license | ClaudiaAnggiviEllora/PTI-SPTK2016 | dfc43f07638c0ab2602d13f931f5522421aeae54 | 54a30939e34dbb793a6e7b64b487c65bd695e13d | refs/heads/master | 2020-04-14T00:34:24.969922 | 2016-06-12T23:46:36 | 2016-06-12T23:46:36 | 54,526,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | 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 PTI;
/**
*
* @author user
*/
class TabelLogin {
private String username, passwordUser;
public Tabe... | [
"claudiaanggivi@gmail.com"
] | claudiaanggivi@gmail.com |
47730b92affd004374f60d9bb566eb18c88e4d1e | e317555b665c7eee415f1dbf4381248a8b0f509a | /src/com/neotech/lesson19/EmployeeWithinPackage.java | b61f4d789443a1759872bf8808347641cebe005b | [] | no_license | Komronioste/JavaBasic | babf5a73e14eb4c5b4532e7fd8c492d4a082ebb2 | 208ddcf7731074a595e0a283b7f61db0c532749d | refs/heads/main | 2023-07-14T16:47:19.812308 | 2021-08-18T22:37:48 | 2021-08-18T22:37:48 | 397,751,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.neotech.lesson19;
public class EmployeeWithinPackage {
public static void main(String[] args) {
Employee emp = new Employee();
Employee.company = "neotech"; // even though company is static, its in different class, so we cant access it without specifying the class it belongs to.
emp.empName... | [
"TestUser@gmail.com"
] | TestUser@gmail.com |
50b9291d66149888fc754b33fad5b6845bddcbb2 | 67b6129fe3b1caf4e14af93edf51647651f9bdf2 | /FunctionChecker/src/main/java/com/sample/function/OrientationManager.java | bce75bc3bda482d1a0025ad72f98e30831722140 | [] | no_license | baby518/CameraChecker | 9a746b3aa41dd4e2471fa8f3c56e31539998c131 | df730a3904ddfc6b8fa232f153356fa71eb59a90 | refs/heads/master | 2021-09-21T22:02:03.156886 | 2018-09-01T10:30:58 | 2018-09-01T10:30:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,954 | java | package com.sample.function;
import android.content.Context;
import android.util.Log;
import android.view.OrientationEventListener;
import android.view.Surface;
import android.view.WindowManager;
public class OrientationManager {
private static final String TAG = "OrientationManager";
// DeviceOrientation hys... | [
"ZhangCharles518@gmail.com"
] | ZhangCharles518@gmail.com |
1d70943d545b3ab51707d8a6f2b2ebf81d489af5 | b4c1e505a439db3cfec9f55148a4b22a48c97843 | /legacy/src/se/jbee/game/scs/gfx/Draw.java | a9bd890b091525c7a84403ff36ed472877e2143f | [] | no_license | spacecrafts/spacecrafts | 13d4f80ef6a78c6abe58e17ed113cb6bad936d5a | 85ad8481186338541f4fbacd8ddc82fa93ac0b7b | refs/heads/master | 2022-09-19T16:47:08.265689 | 2022-09-14T06:17:57 | 2022-09-14T06:17:57 | 40,433,107 | 1 | 2 | null | 2021-09-18T16:05:07 | 2015-08-09T10:44:36 | Java | UTF-8 | Java | false | false | 4,278 | java | package se.jbee.game.scs.gfx;
import static se.jbee.game.scs.gfx.Gfx.Align.NW;
import java.awt.Rectangle;
import se.jbee.game.any.gfx.Drawable;
import se.jbee.game.any.gfx.obj.Text;
import se.jbee.game.scs.gfx.obj.Background;
import se.jbee.game.scs.gfx.obj.Button;
import se.jbee.game.scs.gfx.obj.Icon;
import se.jbe... | [
"jaanbernitt@gmail.com"
] | jaanbernitt@gmail.com |
8092139d500ca7f95e93f14c67146f9d4a2d0245 | f86b2a011d971c0bf0cbcf886c699fa184dccb24 | /DarkDungeon4J-Utils/src/main/java/cz/dd4j/utils/config/BidirConfig.java | 99147918edf51bac90c7dbcd0ecc5d0b269d4a4f | [] | no_license | kefik/DarkDungeon4J | 3cac2990526ca816ef4c66941565d413610f49e6 | 679e2d3f0f27a9c32a7a2629a2ca26b1e9a0205c | refs/heads/master | 2021-01-18T23:34:58.593315 | 2018-03-12T15:28:34 | 2018-03-12T15:28:34 | 87,119,284 | 1 | 2 | null | 2017-07-13T13:19:40 | 2017-04-03T20:46:30 | C | UTF-8 | Java | false | false | 514 | java | package cz.dd4j.utils.config;
public class BidirConfig extends GenericConfig {
public DirLocation source = new DirLocation();
@Override
public void assign(GenericConfig from) {
if (from == null) return;
super.assign(from);
if (from instanceof BidirConfig) {
BidirConfig bidir = (BidirConfig)from;
if (... | [
"jakub.gemrot@gmail.com"
] | jakub.gemrot@gmail.com |
9ba0827987eaab87a4ad53f52f04cf735950ad8d | 4b051e1eaf5a4bd23f18f13382718fd4dfe87c11 | /deep-thought/src/main/java/com/epam/deepthought/DeepThought.java | 35c2088aea153704608e409c8ee0a97115e13876 | [] | no_license | SamuilOlegovich/Spring_Cloud_Eureka_Zuul_Feign_Client | ec77800790246dc4e96fd3aac949a537ee00f3c4 | efcf5c8da8d271dfe2da0a8f8d783960a7ecc793 | refs/heads/main | 2023-04-18T14:57:43.563374 | 2021-04-22T21:00:34 | 2021-04-22T21:00:34 | 359,136,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package com.epam.deepthought;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
public interface DeepThought {
@GetMapping("/convert/{hours}")
Integer convert(@PathVariable("hours") int hours);
}
| [
"47562089+SamuilOlegovich@users.noreply.github.com"
] | 47562089+SamuilOlegovich@users.noreply.github.com |
77630efbacc561f4c369d7e1199f038d9fba075c | 17989a434abc1a64257312ba715ec89f4929ba8c | /src/main/java/com/framework/qa/asserts/CustomAssertion.java | 7f73292061cbb11dc8af5c98bc67f4ac16656f8f | [
"Apache-2.0"
] | permissive | eldorajan/AutoWebDriver | a9b5a0768a21e7009a9de2143d6c811ab9660d1e | 39692c32c7836b826c4d6356e6ea2cd1ca72fc5f | refs/heads/master | 2023-02-21T06:18:01.101713 | 2021-11-17T10:23:55 | 2021-11-17T10:23:55 | 162,838,727 | 1 | 0 | Apache-2.0 | 2023-02-17T14:58:16 | 2018-12-22T19:49:23 | Java | UTF-8 | Java | false | false | 33,624 | java | package test.java.com.framework.qa.asserts;
import com.framework.qa.logger.Logger;
import com.google.common.collect.MapDifference;
import com.google.common.collect.MapDifference.ValueDifference;
import com.google.common.collect.Maps;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang... | [
"eldorajan@gmail.com"
] | eldorajan@gmail.com |
53c3fb4ba34ab031b9e51c357b49866d8e4a4c87 | be291c62f3f582368f5c70c04ad101d708bd1dc5 | /ProjetS4/src/Stages/AudioPlayer.java | 82435aff104fe730a05ee4050c70bca5eb3730d9 | [] | no_license | elie-roure/Projet_S4 | 969c797273bf6580ba357aeaad7ac41ce7c2a77f | 9420cb61ce5a2b34c2bbe0368603fb2d77529266 | refs/heads/master | 2023-03-20T06:55:56.904900 | 2021-03-10T12:23:23 | 2021-03-10T12:24:45 | 337,742,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,468 | java | package Stages;
import javafx.scene.media.AudioClip;
import javafx.scene.media.Media;
import javafx.scene.media.MediaPlayer;
import javafx.util.Duration;
import java.io.File;
import java.io.IOException;
import java.nio.file.Paths;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
i... | [
"elie.roure@etu.umontpellier.fr"
] | elie.roure@etu.umontpellier.fr |
6af6b75de59f73ad4b93cddcd4a54fbad3bacea0 | 020201e39578dca9e49f66ec849eef6a950fd663 | /src/java/obj/Order.java | 64b34a19b6f80ccf90702f3e4ef8880c6523d96a | [] | no_license | nhatsangvn/web_app_retail | bfdeb97cfbe2d66ee4781bc3d035b2e03801561d | 383d98c8664cc6e87f0847c22ccee93e5812bdc1 | refs/heads/master | 2022-03-05T06:40:34.709242 | 2018-01-11T03:04:44 | 2018-01-11T03:04:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,593 | 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 obj;
import java.util.Date;
/**
*
* @author Cpt_Snag
*/
public class Order
{
private Integer oid;
private Integer... | [
"Cpt_Snag@Cpt-Snag.local"
] | Cpt_Snag@Cpt-Snag.local |
d4fc7d35549810e10e1a0d366ae563c4e716de15 | fb59eb96b9a149d2ec0d6d7bb0c41b2ae9a282e4 | /app/src/main/java/com/dreamers/explorer/placedetail/modal/Place.java | f8a342e57aef319431248c05f694ce2d3dfae4cb | [
"Apache-2.0"
] | permissive | vansikrishna/Explorer | 62cdc21a2fbfc382776a1fc4198b637e4fc6efc3 | 22754dba6b351dc01fc47362255be02fef0c6b1b | refs/heads/master | 2021-04-30T09:33:55.229721 | 2018-02-22T22:34:33 | 2018-02-22T22:34:33 | 121,313,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,283 | java | package com.dreamers.explorer.placedetail.modal;
import android.os.Parcel;
import android.os.Parcelable;
import java.io.Serializable;
/**
* Created by c029312 on 2/7/18.
*/
public class Place implements Serializable, Parcelable{
public String id;
public String name;
public String place_id;
public... | [
"bansi.prem@gmail.com"
] | bansi.prem@gmail.com |
05bb88900d3d6146025586f557b6e14a2fdeb76d | c3d87b3fa2ce2964a17931df9bb18b6297af464b | /src/com/tyut/sssy/base/domain/FirmRegType.java | 08d71accd5566718de6a74ead9c3af9ed662b03c | [] | no_license | LX-King/sssy.v.1.1 | 2aa3a4b3fab10a15d2ab11a70de34b7d755e8e73 | 34e91440d6c7c10c94ee01c1dd447f28a4c59474 | refs/heads/master | 2021-01-10T19:38:45.921356 | 2014-08-04T13:39:16 | 2014-08-04T13:39:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.tyut.sssy.base.domain;
/**
*
* 项目名称:sssy20120506
* 类名称:FirmRegType
* 类描述:企业注册类型
* 创建人:梁斌
* 创建时间:2012-5-10 下午08:34:58
* 修改人:梁斌
* 修改时间:2012-5-10 下午08:34:58
* 修改备注:
* @version
*
*/
public class FirmRegType {
private String qyzclxDm; // 企业注册类型代码
private String mc; // 企业注册类型名称... | [
"LXiang.tyut@gmail.com"
] | LXiang.tyut@gmail.com |
20776b1b73358a0a3aa27a925a9252f69d87d281 | da7140209a873b33db21ac9eedd83273612090d0 | /jpa-practice/src/main/java/me/torissi/jpapractice/common/enumerate/NationType.java | 7d487ae4770057cb58b6a27ef533848613b11c7f | [] | no_license | eehooj/jpa-practice | 09d413e0fff9c2316f629d7b0df98a25e416c243 | fbe9c4442f225af645a723877e387b757748f83b | refs/heads/master | 2023-09-01T12:08:38.065137 | 2021-07-15T16:01:35 | 2021-07-15T16:01:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | package me.torissi.jpapractice.common.enumerate;
public enum NationType {
KOREA("Korea"),
AMERICA("America"),
CHINA("China"),
JAPAN("Japan");
private final String value;
NationType(String value) {
this.value = value;
}
}
| [
"joohee.jeong@emotion.co.kr"
] | joohee.jeong@emotion.co.kr |
fc9e57d2a1d36fbbc53624f9af11c006ab9f5d4c | deceb7a20161603e75413eb874915a5f8e0afd95 | /Previous Team Work/DeRiche Final Project/src/java/Business/Note.java | 316011b774ab0ab0657554ac51fad56164311378 | [] | no_license | Samistine/DeRiche | a72586f6c8700e5daf1ba8e1193437030d004d1a | 544445dd715b847d3ccecff038cb30f760eca26b | refs/heads/master | 2021-01-20T03:06:17.924039 | 2017-12-04T04:46:27 | 2017-12-04T04:46:27 | 101,348,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,797 | java | /******************************************************************************************
* @author Carl Moon II.
*@author Yasmina Rabhi added documentation
*@since 3-3-17.
*@description Note business object for DeRichie web app.
* @version 1.0
*************************************************************************... | [
"syvolt@gmail.com"
] | syvolt@gmail.com |
60a8a456f64f5372648699e53720bbec9d20d6f5 | 0388c185f3247f1df1b2d43e76121c6573f2f351 | /app/src/main/java/com/example/hpinteli7/reservarest/DeleteLaboratorioActivity.java | 5ac3ad96fd71885a55b13f8925108689ee0f8103 | [] | no_license | cristiancastillo74/reservaRest | 5eca960102b8283216202534ed83faddfaf94b22 | 2b61893fb584e315fad205cebe806348fde26f23 | refs/heads/master | 2020-03-20T08:57:40.373908 | 2018-06-18T17:29:06 | 2018-06-18T17:29:06 | 137,324,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,307 | java | package com.example.hpinteli7.reservarest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
@SuppressLint("NewApi")
public class Delete... | [
"30352688+cristiancastillo74@users.noreply.github.com"
] | 30352688+cristiancastillo74@users.noreply.github.com |
d741f340aec16a6939c095197d352ba76eb6b40a | 5451168bfc4ab3a0bc0e044c0e3fd3e003444ba0 | /jtqmusic_web/src/main/java/cn/hkf/controller/SongsMenuController.java | c1c95240d6402a9f109cd168218fa65599523175 | [] | no_license | hkfjava/jtqmusic | 88b0fd3d34a39b3914f38fc5f95f3dcfd03e627e | fba852b8c09537d658a53d1bcfd9489e42e8c4ff | refs/heads/master | 2023-03-15T11:26:46.657363 | 2021-03-12T11:55:09 | 2021-03-12T11:55:09 | 347,024,652 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,490 | java | package cn.hkf.controller;
import cn.hkf.domain.SongMenu;
import cn.hkf.domain.Songs;
import cn.hkf.domain.SongsAlbumSinger;
import cn.hkf.domain.User;
import cn.hkf.service.IAlbumService;
import cn.hkf.service.ISingerService;
import cn.hkf.service.ISongMenuService;
import cn.hkf.service.ISongsService;
import com.goog... | [
"75961995+hkfjava@users.noreply.github.com"
] | 75961995+hkfjava@users.noreply.github.com |
f25b5b277d06baa1a10650d718b4c5adabd3c270 | a738a900a34f8f3066d7c763360961307fc6deab | /org.afplib/src/main/java/org/afplib/afplib/impl/EMMImpl.java | ca3dbd4cdd91a2d3f41c562d27c1a2ad7435aa31 | [
"Apache-2.0"
] | permissive | mbefokam/afplib | 4c9803bcad76b6212ad09ebcea951fb9614ed530 | da00fe52f4d996466c65ec0c63a1dd36fa711838 | refs/heads/master | 2021-01-20T15:13:29.275687 | 2017-05-08T10:45:17 | 2017-05-08T10:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,381 | java | /**
*/
package org.afplib.afplib.impl;
import org.afplib.afplib.AfplibPackage;
import org.afplib.afplib.EMM;
import org.afplib.base.impl.SFImpl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
/**
* <!-- begin-user-doc ... | [
"yan@hcsystems.de"
] | yan@hcsystems.de |
d33ddbca32c5248346b63b8eefb4cab8f38912bf | acd5da068081b8c740753ffd297a73bdf2af1213 | /MizzileKommand/src/main/java/mizzilekommand/nodes/Ground.java | 5e1174222f3abd6f551b15b860d1829003fdd863 | [] | no_license | majormalfunk/otm-harjoitustyo | eddb8a0aaec8a087ff05812da49f13e89bce209f | 9affd46180517e07704dabd0be757526499c6cc6 | refs/heads/master | 2021-04-09T16:57:12.353700 | 2018-05-09T23:19:20 | 2018-05-09T23:19:20 | 125,620,813 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,605 | java | /*
* OTM-harjoitustyö kevät 2018
* Jaakko Vilenius
*/
package mizzilekommand.nodes;
import javafx.scene.paint.Color;
import javafx.scene.shape.Polygon;
import static mizzilekommand.logics.MizzileKommand.APP_WIDTH;
import static mizzilekommand.logics.MizzileKommand.SMALL_LENGTH;
/**
* This represents the ground in... | [
"32271489+majormalfunk@users.noreply.github.com"
] | 32271489+majormalfunk@users.noreply.github.com |
72d2c0ba913f42b3b80a1d566f202267baf87cbc | dadb52bda0c001d3ee5ea9cf464d0f5cfaed763d | /java02hk/src/java02/test11/exam04/ChatClient03.java | 7ea2cd2a9c01595d9486d53de4e88bcebdc2177a | [] | no_license | HKCHO/Practice | 0f571913b5a85a73bd3ed69b64f6e96214c84d25 | 911a116b3c509b286aa93cd3ff1b9613084dbf5b | refs/heads/master | 2021-01-21T05:00:46.360428 | 2016-06-10T08:38:19 | 2016-06-10T08:38:19 | 26,308,856 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,558 | java | package java02.test11.exam04;
import java.awt.BorderLayout;
import java.awt.Button;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.Label;
import java.awt.Panel;
import java.awt.TextArea;
import java.awt.TextField;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.... | [
"j880825@gmail.com"
] | j880825@gmail.com |
9f0589f31d08a0d641cd94b992af025ec491a307 | e392b4010fcba59e158598754be39f3b2b1ace12 | /example_apps/AndroidStudioMinnie/sapphire/src/main/java/boofcv/alg/interpolate/impl/ImplBilinearPixel_S32.java | b7a347c6f923f598968dc41233b349f717857ffb | [
"MIT"
] | permissive | bladestery/Sapphire | f5a0efb180fa9c70a159c3223622f3e9ec8e8bd9 | 5ad2132ebd760a0c842004186652427bc8f498e6 | refs/heads/master | 2021-01-11T23:36:36.141976 | 2017-06-16T04:02:29 | 2017-06-16T04:02:29 | 78,609,801 | 0 | 0 | null | 2017-01-11T06:32:11 | 2017-01-11T06:32:11 | null | UTF-8 | Java | false | false | 2,581 | java | /*
* Copyright (c) 2011-2016, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.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... | [
"benbeyblade@hotmail.com"
] | benbeyblade@hotmail.com |
9fc5d1a11f4d9d2b2a9aee039d5512344f6b7351 | 9450dd25e7f2171443f4201aae7a2e4702375bab | /commons/src/main/java/com/epam/eco/schemacatalog/fts/JsonSearchQuery.java | e96f0e02cd75dc97a3467667e6199d76a2e9b3e6 | [
"Apache-2.0"
] | permissive | SerafimovichEugene/eco-schema-catalog | 0b5c751253a928b0757b75bd8fa4459ceb279533 | 1183f5b22ed61b1aaf385b727806aa62e074dc50 | refs/heads/master | 2021-05-20T19:12:06.861063 | 2020-03-21T06:34:15 | 2020-03-21T06:34:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,136 | java | /*
* Copyright 2019 EPAM Systems
*
* 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 ... | [
"Raman_Babich@epam.com"
] | Raman_Babich@epam.com |
d627ec6758561ffbd123a0ed59f61546c373a837 | afc49362de62b789041bbcbf8532815060df9831 | /src/main/java/com/pcz/idworker/strategy/RandomCodeStrategy.java | 9bd4fc77633ee76b09fcb4dee15ab7c49d43accb | [] | no_license | picongzhi/chat-netty | c74a9d5b36e8b55ca46512105d852518d4f2b866 | ce5543415062f3b769ce2c7ff1f02ac195396334 | refs/heads/master | 2022-06-23T23:38:27.548921 | 2020-02-14T09:53:24 | 2020-02-14T09:53:24 | 236,270,442 | 0 | 0 | null | 2022-06-21T02:42:05 | 2020-01-26T05:18:53 | Java | UTF-8 | Java | false | false | 179 | java | package com.pcz.idworker.strategy;
/**
* @author picongzhi
*/
public interface RandomCodeStrategy {
void init();
int prefix();
int next();
void release();
}
| [
"picongzhi@gmail.com"
] | picongzhi@gmail.com |
ec0821e407da6c3bebf3969c47633a8d5fe8bd16 | f333b73ac12080ae5590758d26cc13b513304368 | /flickrsorter/src/main/java/org/ahuh/flickr/sorter/helper/DateHelper.java | 07c832c869b9c1abdc08c648a207445363ae09e0 | [
"MIT"
] | permissive | ahuh/flickrsorter | dc3c76d1a7b0b693abf5df9ec86b58d632893b6c | 18a192ea41b781384db898d2907b108b0e1f711c | refs/heads/master | 2021-01-10T20:55:31.630947 | 2014-11-23T19:12:31 | 2014-11-23T19:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package org.ahuh.flickr.sorter.helper;
import org.joda.time.DateTime;
/**
* Date Helper
* @author Julien
*
*/
public class DateHelper {
/**
* Convert JSON to Java Date
* @param jsonDate
* @return
*/
public static DateTime convertJsonToJava(String jsonDate) {
return new DateTime(Long.... | [
"ahuh@free.fr"
] | ahuh@free.fr |
a8953013b644cd50bf0eba891d7bff95f72df87b | 2ac31cdebd9ca0c2b712f1d5e6e193138366ae8f | /fx8/src/phone/controller/TablesController.java | 3707ad37966182f0b10579a97641e5df778d53b1 | [] | no_license | sukdongkim/crud4 | 629944eb85cdbfe6d8b36cd7f39ccb452ff48e17 | d9284cbba4e0e2c8075f055626284ef079b1d254 | refs/heads/master | 2023-03-17T17:32:23.659389 | 2021-02-27T13:22:58 | 2021-02-27T13:22:58 | 340,275,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,608 | java | package phone.controller;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
imp... | [
"73944038+sukdong-kim@users.noreply.github.com"
] | 73944038+sukdong-kim@users.noreply.github.com |
f08d2c17ba0b5d4b2ea45ef242fac2ea8dcb821f | b2cc9d22857bffa381d66f7631dc4b3ea066c2f8 | /src/tarea1_ingsoft/main2.java | 12e2b72366b8332884bd7105ad26ef488157b776 | [] | no_license | AlbertoIHP/Tarea-1---ING_SOFT | 3ae3097cd61d15514dc631adf07678e9c32d4e07 | 5199df522ca0dff1f704d75fafacd3177eb6ef74 | refs/heads/master | 2021-03-27T11:46:01.399303 | 2016-09-24T23:12:27 | 2016-09-24T23:12:27 | 69,125,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | 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 tarea1_ingsoft;
/**
*
* @author Alberto
*/
public class main2 {
public static void main(String[] args) {
... | [
"Alberto@192.168.1.6"
] | Alberto@192.168.1.6 |
a57f6a1fabf8f1e64c0cb51c420450930516e3d9 | a131474008f0e5eee81465ca387d9b0846ea2ffd | /app/src/main/java/cn/edu/gdmec/android/boxuegu/activity/LoginActivity.java | af8f7a2f77c0c855835787ca3dfac5f6ad9c95fb | [] | no_license | hainanss/Boxuegu | 05de78aa54c650abf0e1b770b31c6f8b685f0a5f | 3ff4d9b7575a4fcf382e6472212360a1f44b57f0 | refs/heads/master | 2020-05-09T12:58:07.462007 | 2018-03-07T09:37:45 | 2018-03-07T09:37:45 | 181,132,034 | 1 | 0 | null | 2019-04-13T06:44:52 | 2019-04-13T06:44:51 | null | UTF-8 | Java | false | false | 5,489 | java | package cn.edu.gdmec.android.boxuegu.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.EditT... | [
"1274003356@qq.com"
] | 1274003356@qq.com |
13114bce4922151a5604757ead4c25cca8454e16 | 1a87bf5677eb5a04c2d82bdf19fb77fa843f783c | /src/Learn_Basic/Recursion/Test.java | 61c2023743d6b250c3c9f38fd51231f7830ad019 | [] | no_license | EvgenyKostyukov/myWorks | a3b90a0a45b62461b9b1b762954bf5736826bc0c | d21701598ad7d24cef5e70d12175f3c14bc6cb2a | refs/heads/master | 2023-01-08T15:13:19.999287 | 2020-10-21T09:55:17 | 2020-10-21T09:55:17 | 303,689,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package Learn_Basic.Recursion;
public class Test {
public static void main(String[] args) {
System.out.println(4);
}
private static int fac(int n){
if(n == 1)
return 1;
return n * fac(n-1);
}
// counter(3);
// }
//
// private s... | [
"evgenykostyukov97@mail.ru"
] | evgenykostyukov97@mail.ru |
41c1025ba0c6e42d315f9f3d87e93de9c29adcc0 | 30c312355026b22cef79730fa8145f304a56620e | /src/main/java/com/online/store/models/ItemSale.java | 338631b536f795c58aafd5968812fb5211b4d340 | [] | no_license | Pamela1606/online-store | bd09cd8adebe7cea4b38f2097ed62774a43ada2f | 75ce0e14ec97cf2b1e9566efc350ba56df8700f1 | refs/heads/master | 2020-04-30T04:06:40.993558 | 2019-03-25T20:50:21 | 2019-03-25T20:50:21 | 176,603,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.online.store.models;
import javax.persistence.*;
@Entity
public class ItemSale extends ModelBase {
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "id_sale")
private Sale sale;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "id_item")
private Item item;
public S... | [
"pam16card@gmail.com"
] | pam16card@gmail.com |
21287171c4c873ec5bb83cfa062b5c11fa4ed424 | 58a8f0c721cb101202e4185bc3af5251c126a5e1 | /src/de/nxtlinx/anmelden/Anmelden.java | bbad5552747b7fd66cce0827d9620533774814a3 | [] | no_license | NxtLinx/AnmeldePlugin | d03872fb90b751da31cef2e7990a880fe70cb505 | efd719565cdeafeed798771bc6e60834bb1df037 | refs/heads/master | 2020-05-22T08:51:30.919335 | 2019-05-12T18:03:04 | 2019-05-12T18:03:04 | 186,287,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,063 | java | package de.nxtlinx.anmelden;
import de.nxtlinx.anmelden.listeners.PlayerConnection;
import de.nxtlinx.anmelden.mysql.MySQL;
import de.nxtlinx.anmelden.mysql.MySQLFile;
import org.bukkit.Bukkit;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;
public class Anmelden extends JavaPlugin {... | [
"optitime6@gmail.com"
] | optitime6@gmail.com |
4f83be624efcd7227ba0cece7819834037df9d74 | 665110e99befea67ea7dcdd6939e313cff471654 | /examples/src/main/java/net/smert/frameworkgl/examples/gl1bulletphysics/Configuration.java | 17a25de3d1e8b31f0eceb56b5b0276058aeb10fb | [
"Apache-2.0"
] | permissive | kovertopz/Framework-GL | 187cd6771c5ed0192da3564a22c6281956bb2ce2 | 1504f4746c80bf0667f62ecea2569f8d37a46184 | refs/heads/master | 2021-06-07T08:22:46.693230 | 2017-07-08T09:10:17 | 2017-07-08T09:10:17 | 24,876,706 | 10 | 1 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | /**
* Copyright 2014 Jason Sorensen (sorensenj@smert.net)
*
* 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 applicabl... | [
"git@smert.net"
] | git@smert.net |
bacc6a87a9f159e2f031ab95041cb8e5f7c964be | 6d643786645fd00d501eafabaef7bc09d17cc15d | /Android/ProgressBarExample/app/src/androidTest/java/com/example/progressbarexample/ExampleInstrumentedTest.java | a25d287f0e3b96956c1088529d2f0c1aea608638 | [] | no_license | shivahegonde/ReaaltimeLocalization | 16c1298240ff943bce7ece804eebc5e9767944ae | c0987c580630a4541f18375facbee875ed6cd60b | refs/heads/master | 2020-07-23T12:21:08.428238 | 2019-09-10T12:07:39 | 2019-09-10T12:07:39 | 207,554,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.example.progressbarexample;
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 ... | [
"stmsco.co@gmail.com"
] | stmsco.co@gmail.com |
ff681709343dd82b944bb891bcbc3eefa0f6ab57 | c7172b8ed15ceaadb9c47978bfb2a56a87b8d05a | /src/main/java/com/demo/Config/MyAppConfig.java | c806daed0bc9830b2d34f8335fc90d829207b5b6 | [] | no_license | LinMurrays/properties-demo | d8c4116cbbcbc94262b9d4a1a9551539729575fd | dda3803fe6b5fbde45ed51eadfcf8505d16853bc | refs/heads/master | 2023-03-13T09:15:41.848192 | 2021-02-20T09:14:07 | 2021-02-20T09:14:07 | 276,317,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.demo.Config;
import com.demo.Service.HelloService;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @Configuration:指明当前类是一个配置类;就是来替代之前的Spring配置文件(bean.xml)
*
* 在配置文件中用<bean><bean/>标签添加组件
*Spring推荐使用全注解的方式
*/
@Configuration
public... | [
"linmurrays@outlook.com"
] | linmurrays@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.