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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0787774c643f2a12843bb843e748e6930f433d4f | b76bb49fc74724fec9a25b57825db074ac9897fa | /src/main/java/jpabook/jpabook/domain/Item.java | 0914072cd78778ed8d5d524b4accfa822de0aeec | [] | no_license | sbdyzjdla/jpabookSpringData | 580cc3b69aa92d1ab2dc5e0c828bb5d6a15ced74 | 32ae8c04657561a57da05558fee058477309aa59 | refs/heads/master | 2023-05-28T21:48:50.480815 | 2021-06-13T14:17:31 | 2021-06-13T14:17:31 | 375,399,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | java | package jpabook.jpabook.domain;
import jpabook.jpabook.exception.NotEnoughStockException;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Getter
@Setter
@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
@DiscriminatorColumn(name ... | [
"sbdyzjdla@gmail.com"
] | sbdyzjdla@gmail.com |
2654a1ed7e98f97df04606261bbdf5395facb466 | 8cce127d5262fa2340da528b9f8ba2c7cb6832c3 | /src/main/java/be/planty/compare/purchasingpower/domain/AbstractAuditingEntity.java | 37d8281f61fc8fbb24ee965c7ad72387b5f57c6d | [] | no_license | macpersia/planty-compare-purchasing-power | d236d3fd7439cf8a6a584b2332f33b8e0947fa30 | 44062c28b11518933243d62c0951103a3386b410 | refs/heads/master | 2023-02-21T14:17:58.091768 | 2022-08-30T11:04:42 | 2022-08-30T11:04:42 | 188,727,064 | 0 | 0 | null | 2023-02-04T16:13:43 | 2019-05-26T20:11:13 | Java | UTF-8 | Java | false | false | 1,872 | java | package be.planty.compare.purchasingpower.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annotation.LastM... | [
"MacPersia@gmail.com"
] | MacPersia@gmail.com |
0be93b45bea0cfbc65ca8f8a577c2c98c9aac3ee | 1749d178484341b30264455ba667a020c9dc8499 | /src/main/java/com/hasim/loanallocation/service/LoanAllocationService.java | 1d7d7dc8dd23c94e23d6cbf4f910912f10010d29 | [] | no_license | hasimmollah/loan-allocator | 76b2ce5337315df265cf3cfb2a74f17050d3eeb5 | 5f6a7f96d58e89c6eacfc5743b1c83cba072d3f9 | refs/heads/main | 2023-04-17T02:16:55.876306 | 2021-04-05T17:27:01 | 2021-04-05T17:27:01 | 354,671,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.hasim.loanallocation.service;
import java.util.List;
import java.util.Map;
import com.hasim.loanallocation.data.Investor;
import com.hasim.loanallocation.data.Loan;
public interface LoanAllocationService {
public Map<Investor, List<Loan>> allocate(List<Investor> investors, List<Loan> loans);
}
| [
"hmollah@sapient.com"
] | hmollah@sapient.com |
aa964284b4aeb3c97f127fc41f7dcdcda57d9852 | f3b9a444d2d513c670d216f7c700131410c47f92 | /game_analyze/src/com/gamecenter/alipay/domain/AlipayEbppProdmodeReconconfQueryModel.java | 42205bccca5c6dcd9f84549f9b62b0672719e996 | [] | no_license | kuainiao/GameAdminWeb | 6a372087380e3c5ad98fc7cf4c8cbf9f01854e5d | f89327374d39c112421606e6a9fe9189b46c1a90 | refs/heads/master | 2020-06-03T22:15:02.944948 | 2017-12-22T06:20:38 | 2017-12-22T06:20:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.gamecenter.alipay.domain;
import com.gamecenter.alipay.AlipayObject;
import com.gamecenter.alipay.internal.mapping.ApiField;
/**
* 对账配置查询接口
*
* @author auto create
* @since 1.0, 2017-06-22 16:17:25
*/
public class AlipayEbppProdmodeReconconfQueryModel extends AlipayObject {
private static final lon... | [
"lyh@163.com"
] | lyh@163.com |
2c72575db3f7e55ca7d04af152a3cc3ab2c11f51 | 64e09a4a4a26ef06f04293595fa021da8ef0bae3 | /shop/src/main/java/ro/msg/learning/shop/dto/ProductQuantityDTO.java | a3c0798ccf6c0b36dc5fbce1108579eb75d85c49 | [
"MIT"
] | permissive | ro-msg-spring-training/online-shop-Ducuvlad | 4538b7a7b4febd27b992883d68da348f844a3822 | 21eab71bff38351bb7f165a8fd6c5dece8514fbb | refs/heads/master | 2020-06-20T05:23:32.403689 | 2019-07-26T09:08:21 | 2019-07-26T09:08:21 | 197,008,615 | 0 | 0 | MIT | 2019-07-26T09:08:23 | 2019-07-15T13:54:09 | Java | UTF-8 | Java | false | false | 264 | java | package ro.msg.learning.shop.dto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class ProductQuantityDTO {
private Integer productID;
private Integer quantity;
} | [
"ducuvlad@gmail.com"
] | ducuvlad@gmail.com |
15d4747ab7fa280e05b3946c685e6280bc99c88d | 4022ff7022c1d22691d855ed6de0ee59a4173353 | /src/main/java/com/lookfirst/wepay/api/Preapproval.java | 936ed0233d92a89f20e886e74bf09bc884516822 | [
"MIT"
] | permissive | lookfirst/WePay-Java-SDK | 6b6611479623524d524c1fe3befaa1ac3f85462f | 38e3df4d1a30f1ce1c2c95b41e8481ccfe7de098 | refs/heads/master | 2023-08-18T10:36:16.963305 | 2021-12-09T20:00:46 | 2021-12-09T20:00:46 | 2,622,947 | 5 | 3 | MIT | 2022-10-05T00:55:43 | 2011-10-21T20:35:36 | Java | UTF-8 | Java | false | false | 4,269 | java | package com.lookfirst.wepay.api;
import java.io.Serializable;
import java.math.BigDecimal;
import lombok.Data;
import com.lookfirst.wepay.api.Checkout.ShippingAddress;
import com.lookfirst.wepay.api.Constants.FeePayer;
import com.lookfirst.wepay.api.Constants.State;
/**
* This call allows you to lookup the details... | [
"latchkey@gmail.com"
] | latchkey@gmail.com |
f5f6fe69e9c4889aa6b52da8ce0c71673dec2b19 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_6b888137a752e73421b9dd803dbe0057dc2fb96a/MultEval/19_6b888137a752e73421b9dd803dbe0057dc2fb96a_MultEval_s.java | e11f639f61d83215d60353286101980bfc4d4a4c | [] | 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 | 27,547 | java | package multeval;
import jannopts.*;
import jannopts.util.StringUtils;
import java.io.*;
import java.util.*;
import multeval.ResultsManager.Type;
import multeval.analysis.*;
import multeval.metrics.*;
import multeval.output.*;
import multeval.significance.*;
import multeval.util.*;
import com.google.... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f2bea5ac962cc05ba60ed78640ff89fe0af40517 | 5880597babb8ea111518bf36df3fc0e0fa983156 | /Midterm3Payroll_Netbeans_Project/src/midterm3payroll/NameException.java | 47bd193148b2f8bf8e3ddc6a43dd3583cfa922ec | [] | no_license | MickieBlair/Midterm_Projects_Java_2 | 5f5567497e2f4ce8493c486e9070a33c505f6511 | 1ca068b8e3e2fcacc9d9a7e790aa5d053c885ea0 | refs/heads/master | 2022-12-24T14:51:45.298166 | 2020-09-18T11:01:59 | 2020-09-18T11:01:59 | 296,593,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | // Mickie Blair
// Midterm Project - Part 3 Payroll Class
// Invalid Name Exception
package midterm3payroll;
public class NameException extends Exception{
NameException(){
super("Employee Name is a Required Field.");
}
}
| [
"blairmickie@gmail.com"
] | blairmickie@gmail.com |
edd014bd6edce93abcf86f52c8b1e70824def2fb | 45bc6da37b8e315ffc89ca2063e54a3c8325bdac | /src/main/java/com/cunjunwang/hospital/init_version_2016/NumberSorter.java | 78fc471ff54c89a2cc520105c5bba6ae32988b7b | [] | no_license | CunjunWang/hospital-emp | b1b8dcfac69f68fbf06cdb2676d78cc262a2d471 | e9ede20ae583f900060fcb9c474bef22f81f70d5 | refs/heads/master | 2020-04-08T03:57:39.666309 | 2018-12-03T08:12:13 | 2018-12-03T08:12:13 | 158,996,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package com.cunjunwang.hospital.init_version_2016;
import java.util.Comparator;
/**
* Created by CunjunWang on 16/11/1.
*/
public class NumberSorter implements Comparator {
@Override
public int compare(Object o1, Object o2) {
if(o1 instanceof Integer && o2 instanceof Integer){
return (In... | [
"13621691063@163.com"
] | 13621691063@163.com |
06ca735a585b1c6fb3dd2b53433e30d4e4344acd | 2ea790cb5b076261c8ac9fdf04281e5eef77f37c | /app/src/test/java/com/example/cs/calculator/ExampleUnitTest.java | a0270d26204c69822c6461709a958f5646129bfc | [] | no_license | YashMistry1402/Calculator_app | f23fd770daa8bed28e7cea169297d3f686c2fa38 | e39bda744c1ad560af7e7770cfe6398cc06e7f63 | refs/heads/main | 2023-08-02T08:13:32.623603 | 2021-10-03T14:38:51 | 2021-10-03T14:38:51 | 413,103,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.example.cs.calculator;
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
public v... | [
"87422993+YashMistry1402@users.noreply.github.com"
] | 87422993+YashMistry1402@users.noreply.github.com |
dec279b4323376ac07776ee0f33f1d420eb3be32 | fe79f4fcb32f9049dca03bd97abf3ae393e2ae8f | /src/main/java/io/github/indicode/fabric/itsmine/util/ClaimUtil.java | 8b7a0e9510d7690a5f3c857aff96ae22fac17f7e | [
"Apache-2.0"
] | permissive | DrexHD/NoGrief | 0cdecb76792051308a4cb3b123a4feea653a69b6 | 5c254ba7ec6028b674d53ebb06d625bee91a24f4 | refs/heads/master | 2021-04-07T19:56:44.938240 | 2020-05-22T19:53:11 | 2020-05-22T19:53:11 | 248,704,242 | 0 | 1 | Apache-2.0 | 2020-03-20T08:27:22 | 2020-03-20T08:27:22 | null | UTF-8 | Java | false | false | 11,226 | java | package io.github.indicode.fabric.itsmine.util;
import blue.endless.jankson.annotation.Nullable;
import com.mojang.brigadier.context.CommandContext;
import com.mojang.brigadier.exceptions.CommandSyntaxException;
import com.mojang.brigadier.exceptions.SimpleCommandExceptionType;
import io.github.indicode.fabric.itsmine... | [
"nicknamedrex@gmail.com"
] | nicknamedrex@gmail.com |
049161ab0c417aa8acf8053651552e59a978a84e | 82e1bff898e3a71a24544c606dd645a40fc42935 | /studentRecordsBackup/src/studentRecordsBackup/util/OddEvenFilterI.java | 7eed3cb8f7db163fb6e63fce5fecea793f496b79 | [] | no_license | viraj4422/Student-Backup-System-Observer-pattern | 258dc401fa98124952c96f653903e00b1e3a622b | f1553f4d6be0050e696a0a538bf01d86a195d386 | refs/heads/master | 2020-05-21T16:07:56.673309 | 2017-06-21T00:33:58 | 2017-06-21T00:33:58 | 84,634,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package studentRecordsBackup.util;
public interface OddEvenFilterI {
public boolean check(int value);
}
| [
"viraj4422@gmail.com"
] | viraj4422@gmail.com |
bbaad01477759bda7d0d39f2e0b2cf0d15a02b55 | 07b020709b28e01589ab272a0eed09a8932633dc | /app/src/main/java/vn/com/misa/cukcukstarterclone/ui/report/details/ReportDetailsContract.java | 0dd02ddb3ce3acc1f5382ecb42ecca5a2a37eb2f | [] | no_license | quockhanhng/CukCuk | b970b8cc8004e335fbc1b8d7441317aaadaaadd1 | 8cd0b6c01e79eb117c169e41de85ee50cdd87d35 | refs/heads/master | 2023-03-05T19:31:37.977438 | 2021-02-05T07:51:15 | 2021-02-05T07:51:15 | 334,799,237 | 1 | 0 | null | 2021-02-05T07:51:16 | 2021-02-01T01:38:34 | Java | UTF-8 | Java | false | false | 1,100 | java | package vn.com.misa.cukcukstarterclone.ui.report.details;
import com.github.mikephil.charting.data.PieEntry;
import java.util.List;
import vn.com.misa.cukcukstarterclone.base.BaseContract;
import vn.com.misa.cukcukstarterclone.data.model.DetailsReport;
/**
* - Mục đích Class:
*
* @created_by KhanhNQ on 03-Feb-20... | [
"quockhanhng@gmail.com"
] | quockhanhng@gmail.com |
81dc50e73a231c4572a8b23f8f0519985e646836 | 1b42f7a91fecd8f7e48dc0fd856148d4bfbeb9c9 | /src/loc/example/springdemo/mvc/model/Log.java | c46fe63929a91706ea494fb24a59d8015d259ed8 | [] | no_license | andykeem/spring-mvc-demo | cf336f3146d8948a1f30b6df789106c54307bf21 | 654e250f7bd90c1594a7ef626ed877e6e73ea7a0 | refs/heads/master | 2023-02-01T04:33:34.468965 | 2020-12-13T19:19:10 | 2020-12-13T19:19:10 | 321,062,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package loc.example.springdemo.mvc.model;
public class Log {
public static void d(String msg) {
System.out.println(msg);
}
}
| [
"andykeem@gmail.com"
] | andykeem@gmail.com |
ba4bf0f939eb7d70f00d08eb1425a46828e9dc28 | 9f2a6ceea5b92423549fc0044f25a80e5cde9999 | /src/main/java/pchild/service/UserService.java | 4f87fd15f94dcb82f01d96b292256965cd5a0a66 | [] | no_license | PChildHouse/pchildhouse | c810a50528ed063cdac3f60c82e17a2e66ad8ec6 | 6982486f048ad1c73e02800c187b758c17803daa | refs/heads/master | 2021-01-10T01:00:26.780438 | 2014-04-16T06:28:50 | 2014-04-16T06:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package pchild.service;
import pchild.domain.User;
import java.util.List;
/**
* User: guibin
* Date: 4/15/14
* Time: 8:58 PM
*/
public interface UserService {
public List<User> findAll();
public User findById(Long id);
public User findByUsername(String username);
public User save(User user);
... | [
"guibin1989@gmail.com"
] | guibin1989@gmail.com |
045eb93bd5dc55912bd44bef9ba1ce31aa3a3e71 | 09b78e6751d0010a825a684a93eb4371f74481db | /src/com/ute/rental/dao/SpeciesContractDAO.java | 87a226ee18bf2db4bef936db9239ae12ce35cc50 | [] | no_license | duycool/car_rentall | ec17f01c32f9a765d2d02a32afe55b1026c0b95a | 9f8058d879d3f6214bb25167c655f6d1a2ef0116 | refs/heads/master | 2022-11-20T02:39:15.612182 | 2020-07-19T06:39:54 | 2020-07-19T06:39:54 | 274,112,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.ute.rental.dao;
import java.sql.Connection;
import java.sql.Statement;
import com.ute.rental.dbconnection.ConnectionFactory;
public class SpeciesContractDAO {
public void deleteSpeciesContract(int contractid) {
Connection connection = null;
Statement statement = null;
String sql = "DELE... | [
"49862080+duynguyen1999@users.noreply.github.com"
] | 49862080+duynguyen1999@users.noreply.github.com |
e788784019d5bcfbf281b63b3b20d5bc027f7487 | b49d56ae4b22eba2f5b04b7f16b6db8d18022fe8 | /WorkFlow/src/main/java/com/appzoneltd/lastmile/microservice/workflow/kafka/models/WorkflowNearByVehicles.java | ba360d6d21f309ab3c6053b5e7c0345224ef45a6 | [] | no_license | hashish93/last-mile-backend | 15259d7bbeadcf6c1b10fde4917279cd208b30cf | b15f29ac6aea277941b386e7ba8019d0ecf206ab | refs/heads/master | 2020-04-07T14:31:54.409913 | 2018-11-20T21:15:09 | 2018-11-20T21:15:09 | 158,450,997 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.appzoneltd.lastmile.microservice.workflow.kafka.models;
import java.io.Serializable;
import java.util.List;
import lombok.Data;
@Data
public class WorkflowNearByVehicles extends WorkflowBase implements Serializable{
private List<Long> vehicles;
private boolean automatic;
private Long requestId;
priv... | [
"m.hashish93@gmail.com"
] | m.hashish93@gmail.com |
85fd4a1489002d752a844f602b4cf12bd4ade73e | 04b3ae1298c6f70dca9041a40fda002bc0c99715 | /src/main/java/com/sukaiyi/weedclient/exception/SeaweedfsException.java | 73966974f2b9d317156be676995852060b631ed8 | [] | no_license | sukaiyi/weed-java-client | f5fbe329140b78bb5e606addf3bb06ce70052a8e | 9bbe41d11e65c76745188fec77418dae524ff1c2 | refs/heads/master | 2020-12-10T14:48:11.804308 | 2020-05-17T08:03:31 | 2020-05-17T08:03:31 | 233,623,547 | 0 | 0 | null | 2020-05-17T08:04:23 | 2020-01-13T15:09:02 | Java | UTF-8 | Java | false | false | 300 | java | package com.sukaiyi.weedclient.exception;
/**
* @author sukaiyi
* @date 2020/01/14
*/
public class SeaweedfsException extends RuntimeException {
public SeaweedfsException(Exception e) {
super(e);
}
public SeaweedfsException(String message) {
super(message);
}
}
| [
"1433855681@qq.com"
] | 1433855681@qq.com |
2bb923d5bfeb38652b967fc2c4aeebbcc808246c | b6f22acf61c7cb24f515ad5341699ab24adbb56c | /backend/src/main/java/com/ifms/resources/exceptions/StandardError.java | 920ed03d4dc2a6a9d65aad52618aafed32bdc139 | [] | no_license | GentleUlne/sistema-abastecimento-ms | b92efd01eea55a64c9969dbae1a3c42e62069962 | dc490673cbb6a519469a3139bc7ad9d77d2fb746 | refs/heads/main | 2023-04-30T07:46:20.791090 | 2021-05-15T01:42:36 | 2021-05-15T01:42:36 | 366,906,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package com.ifms.resources.exceptions;
import java.io.Serializable;
import java.time.Instant;
public class StandardError implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Instant timestamp;
private Integer status;
private String error;
private String message;
pri... | [
"augustonavirai@gmail.com"
] | augustonavirai@gmail.com |
cad1cb1d907b5158ee4e58604acf7c6300feba4b | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-sqs/src/main/java/com/amazonaws/services/sqs/model/ListQueueTagsResult.java | 7b4ceb9d69e1eb6c1c1a3dcebcd56ed626fbc53d | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 4,876 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
2335791612fab278d6660ff0995b10b925ce1cee | 6701aad8a07a2f1489b597bcc4432792fd4955d8 | /MyApplication/app/src/test/java/com/ayako_sayama/myapplication/ExampleUnitTest.java | ef17d3552c5b85b902a856c579f97927e549520a | [] | no_license | Saayaman/asyncgame | 5e52acccd19eabbc2ad54aa1b93de28cbc7364ec | ebf1765d1188f3d3422e300b34712d03d40ffebe | refs/heads/master | 2021-01-18T23:47:08.453545 | 2017-03-09T01:05:28 | 2017-03-09T01:05:28 | 84,381,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.ayako_sayama.myapplication;
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
pub... | [
"ayakosayama1987@gmail.com"
] | ayakosayama1987@gmail.com |
89369871db6e7ac2e85e80293b3b0ae6706cce1c | b4863692894f2d63ab7830438c456efbab3c9250 | /site-api/src/main/java/io/vigilante/site/api/impl/datastoreng/Relations.java | 1913fbdbbff042349f38d92e4b15aa7d5fda74c1 | [] | no_license | juruen/vigilante | 69a1f90ea90dca1ca646fc9025caab9305f8599b | ed9a409f338bfb3b10241309fa6743bebc148dcb | refs/heads/master | 2021-01-10T09:32:27.117280 | 2016-03-06T19:13:47 | 2016-03-06T19:13:47 | 51,533,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package io.vigilante.site.api.impl.datastoreng;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Relations {
private final ImmutableMap<EntityDescriptor, L... | [
"javi.uruen@gmail.com"
] | javi.uruen@gmail.com |
166fabf8ef9bdaad3dc4d01d1cf2675f557643ff | fdc062bec604c38f8f6a039714b7319b0e88f3d8 | /TacticalRPG/src/controlers/heroMenu/HeroPaneListener.java | 476d501d909a84da5c3a2bd89310f23d420a60c8 | [] | no_license | PHippolyte/PolyGame | 5f8eba0ffe83df148b71d71f8cf9475edb4a5e08 | 119644f69e0106f56cd1ed8f62a8fed65991e1ec | refs/heads/master | 2021-01-01T03:47:15.283927 | 2016-06-02T19:12:22 | 2016-06-02T19:12:22 | 59,016,291 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package controlers.heroMenu;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import gameStates.menus.HeroMenu;
import view.HeroMenu.HeroPanel;
public class HeroPaneListener implements MouseListener{
private HeroPanel panel;
private HeroMenu model;
public HeroPaneListener(HeroMenu model, H... | [
"corentin.garreau@etu.univ-nantes.fr"
] | corentin.garreau@etu.univ-nantes.fr |
3072d652f7aa3472449133f5f74fb7a890fd2909 | ddb6aeffb3443a7504bdff5faaa63422c20660be | /appium/src/appium/Automation_raaga_App.java | d03f1cb5d27e3d4a09e91c4072104bb138e08a69 | [] | no_license | gouthamsam/appium-sample-codes | 6b9fea89e1f8ac9545d382ccb6857731fcc54dc0 | 5ee00ba3b4fae5b19876242a6665c9ad1ffe7fa5 | refs/heads/master | 2020-12-24T18:22:30.677101 | 2016-05-16T22:11:32 | 2016-05-16T22:11:32 | 59,107,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | package appium;
import static org.junit.Assert.*;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.W... | [
"goutham@meluha"
] | goutham@meluha |
105ba7a8dbed98ca08c1972e7764ddd18c25bc47 | 0e7f18f5c03553dac7edfb02945e4083a90cd854 | /target/classes/jooqgen/.../src/main/java/com/br/sp/posgresdocker/model/jooq/pg_catalog/routines/Name3.java | 29eb3549c9371e59397dc096ca44440e71762e0a | [] | no_license | brunomathidios/PostgresqlWithDocker | 13604ecb5506b947a994cbb376407ab67ba7985f | 6b421c5f487f381eb79007fa8ec53da32977bed1 | refs/heads/master | 2020-03-22T00:54:07.750044 | 2018-07-02T22:20:17 | 2018-07-02T22:20:17 | 139,271,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 1,694 | java | /*
* This file is generated by jOOQ.
*/
package com.br.sp.posgresdocker.model.jooq.pg_catalog.routines;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Parameter;
import org.jooq.impl.AbstractRoutine;
/**
* This class is ... | [
"brunomathidios@yahoo.com.br"
] | brunomathidios@yahoo.com.br |
d67f6a763676057ad76065b16cf8848df740ab7b | 0e9a198b4c6d24926cfdcd67fed421ee6b52699a | /2일차/src/co/yedam/app/score/ScoreApp.java | e9927159473187a365e930b6f6a47a0ae89370af | [] | no_license | kimhyojin2/java | e520f3d2554b0f54429a73228a0de8f239edd910 | fcf787a697f7e0fbfd79689b9d2790439730121e | refs/heads/main | 2023-05-27T12:09:55.957468 | 2021-06-16T08:48:39 | 2021-06-16T08:48:39 | 370,966,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | package co.yedam.app.score;
import java.util.Scanner;
/*
* 성적처리 프로그램
* 국어, 영어, 수학 입력
* 총점, 평균. 등급 계산
*/
public class ScoreApp {
int kor;
int eng;
int mat;
int sum;
float avg;
char grade;
//성적입력
void input() {
Scanner scanner = new Scanner(System.in);
System.out.println("국어성적");
kor = scanner.next... | [
"kho533340@naver.com"
] | kho533340@naver.com |
f7097a87ae57a7e979d37c3bd6aa3cf1bba280ae | 9f996beabec2a9c6cb1ff7fc67a8c8cbe5749418 | /src/test/java/com/amc/careplanner/web/rest/EqualityResourceIT.java | 6dfb8b2efb72fc001e60f7772f0a4f27498011b9 | [] | no_license | AMC-Software-Solution/amcCarePlanner | f41e1176255ffc624013e8c0ffd272e9f062ebea | 7719c05efd55e5aea5002c6b0822ba815184d746 | refs/heads/master | 2023-04-05T02:22:32.054490 | 2020-11-30T17:34:05 | 2020-11-30T17:34:05 | 313,910,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,567 | java | package com.amc.careplanner.web.rest;
import com.amc.careplanner.CarePlannerApp;
import com.amc.careplanner.domain.Equality;
import com.amc.careplanner.domain.Country;
import com.amc.careplanner.domain.ServiceUser;
import com.amc.careplanner.repository.EqualityRepository;
import com.amc.careplanner.service.EqualitySer... | [
"farahmohamoud44@gmail.com"
] | farahmohamoud44@gmail.com |
f01ba8f4c54ed54e5df402068d34b90f5771df34 | 6edd70b9635259c9d2dddacb8792c912364bb181 | /sdi2021-213-spring/src/main/java/com/uniovi/WebSecurityConfig.java | 1bd468de8b8a10335aa7e8f9ca3971a1e9d79451 | [] | no_license | uo258270/sdi2021-213-lab-jee | 7ebcbd4ee9c0d0b19e98229a640f758df14c78f6 | a869e058f06845f445c21acc2b83d99d7e759177 | refs/heads/master | 2023-03-21T12:22:39.547603 | 2021-03-12T10:52:09 | 2021-03-12T10:52:09 | 335,375,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | java | package com.uniovi;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annota... | [
"uo258270@uniovi.es"
] | uo258270@uniovi.es |
13eab0785ddda93800d1a8076afefdffa738c4a5 | 8fcc622a557ad9f7a232df0c426430dcb8c6ef93 | /library_compat/src/main/java/org/wall/mo/activitylifecyclecallback/AppFrontBackHelper.java | 6c4c382630add7f90e5768f8cc5610ed071670d8 | [] | no_license | mosentest/WalleLibrary | cf7b7f45f553aaf7884b839b8386954d267cb986 | bcdb89f4685213399b38f07a8262d57e042bc4cb | refs/heads/master | 2023-05-04T21:42:10.729501 | 2019-12-16T07:20:55 | 2019-12-16T07:20:55 | 137,459,022 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,792 | java | package org.wall.mo.activitylifecyclecallback;
import android.app.Activity;
import android.app.Application;
import android.os.Bundle;
/**
* https://blog.csdn.net/bzlj2912009596/article/details/80073396
* https://www.jianshu.com/p/6abb22937e6f
* Copyright (C), 2018-2018
* Author: ziqimo
* Date: 2018/12/13 下午1:40
... | [
"709847739@qq.com"
] | 709847739@qq.com |
16a3e0f45aec649c6ca63ed9a3022fcf8cc28df7 | 8826789bd035e5c5dce249cd22ddc2cfb594df07 | /App/mobile/build/generated/source/r/debug/android/support/design/R.java | 0c22d54125dfce13381f0a9aa975ad320e65b9d5 | [] | no_license | cs160-berkeley/prog-02-represent-fendy93 | 890599b59f4d9a1571b99542df38398d709a3586 | e14e60be100a8f3b696d06c5423cb2b1d5fab4bc | refs/heads/master | 2020-04-03T17:36:31.916650 | 2016-03-13T03:58:50 | 2016-03-13T03:58:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103,266 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f05000... | [
"jenkins@example.com"
] | jenkins@example.com |
0ec7229e2cd145dcb2a1ea20830c67aef300a525 | be92c38ed1e5364edae961a5d569c58cf80955ad | /app/src/main/java/com/example/testdemo/MainActivity.java | 15856bc089cfea45580a1a2252ce155766b9dc8b | [
"Apache-2.0"
] | permissive | YLY221/CacheAndRefreshListView | c686c21fafe03914d01d70c33f25d0078366c9b6 | 35611ce1a7ee164a8adf0ea0afce673d883b1860 | refs/heads/master | 2020-08-21T18:51:15.379831 | 2019-10-20T05:54:28 | 2019-10-20T05:54:28 | 216,222,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,872 | java | package com.example.testdemo;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView... | [
"yaoliangyong221@163.com"
] | yaoliangyong221@163.com |
b3d08c569c104c16e786bb71c5dc7e043764fefb | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/p005cm/aptoide/p006pt/downloadmanager/C2951Fa.java | bff3a5579bf20621293fcedcce1e04dcc52dd739 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876780 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package p005cm.aptoide.p006pt.downloadmanager;
import p026rx.C0120S;
import p026rx.p027b.C0132p;
/* renamed from: cm.aptoide.pt.downloadmanager.Fa */
/* compiled from: lambda */
public final /* synthetic */ class C2951Fa implements C0132p {
/* renamed from: a */
public static final /* synthetic */ C2951Fa f6... | [
"tusharchoudhary0003@gmail.com"
] | tusharchoudhary0003@gmail.com |
3989e4bb5f8086c2ba27d1dac3b9f7394e9142c9 | 11b9a30ada6672f428c8292937dec7ce9f35c71b | /src/main/java/java/awt/font/StyledParagraph.java | 67a9fce87fd8c206354713c683e64cbb0caeaefb | [] | no_license | bogle-zhao/jdk8 | 5b0a3978526723b3952a0c5d7221a3686039910b | 8a66f021a824acfb48962721a20d27553523350d | refs/heads/master | 2022-12-13T10:44:17.426522 | 2020-09-27T13:37:00 | 2020-09-27T13:37:00 | 299,039,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,550 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
* (C) Copyright IBM Corp. 1... | [
"zhaobo@MacBook-Pro.local"
] | zhaobo@MacBook-Pro.local |
3db567650b4c3d80cb6f5aee715134439b6a073f | b1447d1b776ea28b8651c840d464d89756f58c03 | /src/main/java/com/freshvoters/domain/User.java | f50ea0b0d8d4a56e6fb6d363f776fddd12f0b9e5 | [] | no_license | Aiizaku/FreshVoters | 5d6c06060a87395c39b3527ef5df1d561873eb84 | 42ff9c7f360806613eda4cd246db330ff7239725 | refs/heads/master | 2022-11-22T23:51:41.226361 | 2020-07-18T16:50:43 | 2020-07-18T16:50:43 | 278,126,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package com.freshvoters.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="users") // this needs to happen because there is already a class named "User"
p... | [
"aiizaku.ib@gmail.com"
] | aiizaku.ib@gmail.com |
dd984acb5db597fd7a591b621ca7aaa5822ab02a | 75d159972bbb605ca02d69f08141b744719952e9 | /src/main/java/edu/unbosque/JPATutorial/jpa/entities/Book.java | ceceb6e784ed97ff0f2963b261ef0f70760137c6 | [] | no_license | jfruizg/Taller5Final | 6427f3953c623499aab826f331010ec9b948c435 | aa10377d9b555daaa7b939b6351879543dd04329 | refs/heads/master | 2023-05-02T04:28:33.657354 | 2021-05-16T17:42:51 | 2021-05-16T17:42:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package edu.unbosque.JPATutorial.jpa.entities;
import java.util.List;
import java.util.ArrayList;
import javax.persistence.*;
@Entity
@Table(name = "Book") // Optional
@NamedQueries({
@NamedQuery(name = "Book.findByTitle",
query = "SELECT b FROM Book b WHERE b.title = :title"),
@NamedQ... | [
"jfruizg@unbosque.edu.co"
] | jfruizg@unbosque.edu.co |
8ca22a74182991e36d84a9ddbb3a0ebc9719a61d | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /tokens/lucene-3.6.2/contrib/queryparser/src/test/org/apache/lucene/queryParser/spans/UniqueFieldAttribute.java | a4a9d9ab1c01135e6859495175d49856c07d443f | [] | 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 | 1,339 | java | package TokenNamepackage
org TokenNameIdentifier
. TokenNameDOT
apache TokenNameIdentifier
. TokenNameDOT
lucene TokenNameIdentifier
. TokenNameDOT
queryParser TokenNameIdentifier
. TokenNameDOT
spans TokenNameIdentifier
; TokenNameSEMICOLON
import TokenNameimport
org TokenNameIdentifier
. TokenNameDOT
apache TokenName... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
d66145212c9fc06212170dbe971fb9d1f3764c0d | 948af859cf83aca794d5d3f1e168651f6bd8d595 | /app/src/main/java/com/mvvm_restapi_demo/util/BindingAdapter.java | b707efa0d06c408d1f0e1499da50d44cafd5327b | [] | no_license | deepmakadia1/MVVMRestAPI-Demo | 33f526bbcf579fbcb82af64b2b21a7a389058122 | a64bd194d36effede14780e94799a823b0cb226e | refs/heads/master | 2020-11-25T08:38:31.760393 | 2019-12-31T10:28:00 | 2019-12-31T10:28:00 | 228,577,226 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.mvvm_restapi_demo.util;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.RequestOptions;
import com.mvvm_restapi_demo.R;
public class BindingAdapter {
@android.databinding.BindingAdapter("imageUrl")
public static void setImageUrl(ImageView image... | [
"deepm@elpl.com"
] | deepm@elpl.com |
96de964d307a6e5553921c56e1f12c295a6cf92f | 274e9ceb5a7a64fce961484e4106d266e8b238fe | /DemonstratorClient/hmas/test/net/eads/astrium/dream/fas/bdd/Populate.java | fe71b771ff053aa5d6c78d9590cf509270816dfc | [] | no_license | ulrichsebastian31/opensearch-earth-observation-products-system | cfe6ce335e93d15257c03e8bf433b6a69a44525f | edc74e1162431b9ee853f51abe8a9c7689e87f0a | refs/heads/master | 2020-05-17T00:33:15.836770 | 2015-05-01T13:54:59 | 2015-05-01T13:54:59 | 32,464,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,325 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.eads.astrium.dream.fas.bdd;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
... | [
"claire.etiennen7@32c1ed3f-96a1-792a-74b9-c4000208d253"
] | claire.etiennen7@32c1ed3f-96a1-792a-74b9-c4000208d253 |
ae8bbabdcda53e62ac5ddcbd69145d57a3b9da99 | 56712e4e732e40a285b6eafd7fe5bc4666908bc2 | /src/test/java/com/gome/storefeedback/service/test/GoodsBrandControllerTest.java | 3041fefce46d4bbd2c572b4a1b37fdbf7560f0c9 | [] | no_license | pologood/storefeedback | b0c9b0444b350ed8a1cc9a14fc3c7d761daad1ff | 74dd658092417e636ce2a21c72f4e2680a70fdef | refs/heads/master | 2021-01-19T16:02:55.559741 | 2016-04-12T14:43:42 | 2016-04-12T14:43:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,153 | java | package com.gome.storefeedback.service.test;
import static org.junit.Assert.*;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PipedInputStream;
import java.io.PipedOutputStream;
import java.io.Unsupport... | [
"zhenxiu_zhao@163.com"
] | zhenxiu_zhao@163.com |
ce99f2b5bee92ff01661ffecb4e4e0674ad3aeab | f77b480615b8cce843b1a90c71c14ec1f2f42561 | /app/src/main/java/com/ravi/flashnews/background/NewsJobService.java | ca8660339db04beb3baa8b9c1ef209efa0efaba5 | [] | no_license | raviPradhan/flashNews | 49b200c3839efbd984df0c770c8983b49bfbce97 | 11529e62994c1859b7f895fd922308c522d96f4c | refs/heads/master | 2018-09-28T04:35:03.233829 | 2018-06-17T08:33:22 | 2018-06-17T08:33:22 | 110,947,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,885 | java | package com.ravi.flashnews.background;
import android.content.Context;
import com.firebase.jobdispatcher.JobParameters;
import com.firebase.jobdispatcher.JobService;
import com.ravi.flashnews.loaders.BackgroundAsyncTask;
import com.ravi.flashnews.model.News;
import com.ravi.flashnews.utils.NotificationUtils;
import ... | [
"ravi.pradhan@druplets.in"
] | ravi.pradhan@druplets.in |
40e22da9efa643c2d2be098a5f05f9fa259fa7a9 | b14e869d3639c465dd9e753ec22bcf5065f79144 | /src/main/java/eftaios/model/match/Game.java | 9d2c8ceee69743ed8378b86a2f6704a80c49c49d | [] | no_license | riccardo-lomazzi/EFTAIOS | 55c8f0cd71a1f4a56dc88aa4ffa30290df9d590d | c98a78f15aa7c5c0978edaffdc3e1510e91c5b4a | refs/heads/master | 2020-03-26T22:32:36.480036 | 2019-03-09T10:14:16 | 2019-03-09T10:14:16 | 145,467,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,625 | java | package eftaios.model.match;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.Serializable;
import java.math.BigInteger;
import java.security.SecureRandom;
import java.util.List;
... | [
"riccardo.lomazzi@outlook.it"
] | riccardo.lomazzi@outlook.it |
eee9bcce8cc93d13ef74d44139a148b65c2362c9 | c97b26165d0488dc54d2b01bd72bfbb8a8f158fd | /src/main/java/com/unifilead/IndexController.java | 2e36e269935100b356ac4411e903408a10a3f752 | [] | no_license | hpbrasileiro09/spring-boot-web-mysql-mustache | 881253bd62d46eea651759e94042aa99bee2ed93 | ad771055b63508cce12bdda89c14663c162301f7 | refs/heads/master | 2021-01-19T00:17:24.044850 | 2016-11-06T21:21:20 | 2016-11-06T21:21:20 | 73,019,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.unifilead;
import java.util.Map;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class IndexController {
@RequestMapping("/")
public String index(Map<String, Object> model){
return "index";
}
}
| [
"hpbrasileiro@Hernandos-MacBook-Pro.local"
] | hpbrasileiro@Hernandos-MacBook-Pro.local |
4ab9e209f38babb171f690f3662b98f72c113c9a | 7ee021d48faa9180044bc4ccf1c95d8ccef85398 | /src/main/java/ru/ItemBook.java | ff5b7fb30cd155b7169d599dc0fdfc5e473e143b | [] | no_license | VladKazakov/JSF | c64c5309a3489d509884550df8b269753eb37477 | b4b20db904965f9aa3ca506208a64691a2d36ce0 | refs/heads/master | 2021-01-20T07:57:28.808634 | 2017-05-02T20:27:15 | 2017-05-02T20:27:15 | 90,074,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package ru;
import javax.persistence.*;
/**
* Created by vlad on 19.04.17.
*/
@Entity
public class ItemBook extends Item {
@Id
@GeneratedValue
private Long id;
private String isbn;
private String publisher;
private Integer nbOfPage;
private Boolean illustrations;
public ItemBook() {... | [
"vlad0102550@yandex.ru"
] | vlad0102550@yandex.ru |
af0022dbbc45c42415a64b100ff967d41abd3513 | 1df4b5ab1fe287d300b4c9ad7d190d87d54194ee | /labcs-bank/src/com/bank/oops/Bank.java | af0c1dc48f7ad6940473ad02b8943e377bc5f6d1 | [] | no_license | Parvathy-jfs/Lab-Week-2 | 9f394f12f2313701fc7f575de72b8faf87a7d257 | 861b4b9f04531510331174180039f8cbcd57a37f | refs/heads/master | 2020-12-02T05:39:35.027995 | 2020-01-16T09:36:21 | 2020-01-16T09:36:21 | 230,908,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.bank.oops;
public class Bank {
public static void main(String[] args) {
//creatingInstances();
}
//CREATING INSTANCES
public static void creatingInstances() {
Account a1= null; //Creating the reference
a1= new Account(); //Intializing the reference - instance?
//a1.accep... | [
"noreply@github.com"
] | Parvathy-jfs.noreply@github.com |
7e996f03e4275e60280ddca29829ee236291f394 | b70da4dcbbef34870cd1455823741d3ff5a3e910 | /aws-nimblestudio-studiocomponent/src/main/java/software/amazon/nimblestudio/studiocomponent/Configuration.java | 6bc49e062f3aa966e8137049bc95dfa2a34c51de | [
"Apache-2.0"
] | permissive | prestomation/aws-cloudformation-resource-providers-nimblestudio | 05f24f94bf038f64075150aca95355104718774e | 58acc1adcdf933123dc50031439aedd1837065f6 | refs/heads/main | 2023-07-29T14:21:23.715647 | 2021-09-20T17:07:48 | 2021-09-20T17:07:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package software.amazon.nimblestudio.studiocomponent;
class Configuration extends BaseConfiguration {
public Configuration() {
super("aws-nimblestudio-studiocomponent.json");
}
}
| [
"noreply@github.com"
] | prestomation.noreply@github.com |
230044c999bcb92e6fcf44b83983d5286613499d | f3c83efcfb9bfdea53e118a4901c0ab22b54eed7 | /002-springboot/src/main/java/com/sh2004/springboot/web/StudentController.java | a1ec48172bca14f635a0878fbf6736c4db1210d6 | [] | no_license | longlongdyl/springboot | 08a409cf381342e3ba07b897e7d1315af8e8b02f | 3fbf43e70605956060addef8869c57d1d9fa5b1c | refs/heads/master | 2023-01-24T09:53:42.641596 | 2020-12-12T15:01:17 | 2020-12-12T15:01:17 | 320,856,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package com.sh2004.springboot.web;
import com.sh2004.springboot.eneity.Student;
import com.sh2004.springboot.service.StudentService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.ann... | [
"e1163222706@163.com"
] | e1163222706@163.com |
0690c4f4b56b36640931ca41f6dc8be0a7dd0b4b | 19ed4f17a9f6f54c3b0ea9b6f09e472fc33a2896 | /vsphere-ws/src/com/vmware/vm/VMLinkedClone.java | 9de4fee3b9d0b1f5931b3a945ddec23fd2cd9cf2 | [] | no_license | Onebooming/VMwareProject | 934e5ca82acf38db4d9c5f1a0c2c042e3a43b6b8 | 9f509cfef0dc0ca63a5d2880c10578390530a4d0 | refs/heads/master | 2020-09-25T12:08:14.093145 | 2018-07-07T15:20:39 | 2018-07-07T15:20:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,076 | java | package com.vmware.vm;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLSession;
import javax.xml.ws.BindingProvider;
import ja... | [
"1113513062@qq.com"
] | 1113513062@qq.com |
65f9fb4781380fa7618cdc50b49d7746c324953d | 37a42fff53c035cdde49b21295517de97095fab7 | /src/sparsedatabase/PropertyMatrixInt.java | 0aa50adc644f2f950e58995b6fadd8ad853bb44a | [] | no_license | player2point0/playCanvasServer | c502f1709bcd0900972375b601a698c303174085 | a972bd42e29ae2711743223faafd823b08023281 | refs/heads/master | 2020-05-21T07:59:11.771074 | 2020-01-24T15:48:08 | 2020-01-24T15:48:08 | 185,967,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,317 | java | /*
Copyright (c) 2008-Present John Bustard http://johndavidbustard.com
This code is release under the GPL http://www.gnu.org/licenses/gpl.html
To get the latest version of this code goto http://johndavidbustard.com/mmconst.html
*/
package sparsedatabase;
import importexport.ByteBufferReaderWriter;
import java.io.B... | [
"nathannash11@gmail.com"
] | nathannash11@gmail.com |
51f6a2223c4d4eb809c2f972466489a3e81dbb37 | 1aa094f433a43c468a6528a49ab5bf47c80da8d1 | /src/Gitpackage/Git_class.java | e86d8b5458f1706566c4a23b72d408a0079000ec | [] | no_license | gityee/rajasekhar | 5cfb53bddcad6afd994dd9e530ce935570ac98be | 208621fc04a5b88b4266f612fe09861dff059469 | refs/heads/master | 2021-09-12T15:39:48.556484 | 2018-04-19T06:53:33 | 2018-04-19T06:53:33 | 102,974,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package Gitpackage;
public class Git_class {
public static void main(String[] args) {
System.out.println("this is test message");
System.out.println("this is test message11222");
}
}
| [
"s8@s8-PC"
] | s8@s8-PC |
ba6f4a3ce1ed0dd63817e8f70dc610270244a9f0 | bc8b16b9978cb04d02a274b3abfc4c5f1dd40cff | /src/Servlet/LoginServlet.java | 21d7bbe7d4b30fb15f51a8221b8cbd5055f207cb | [] | no_license | VQ-Chinh/DoAn-java | f54dcc0257e5cbf44910ef0eccfd4791ca47df53 | 07ea4fd816f798c3bbcdd5d307f38ea061b6eb39 | refs/heads/master | 2021-01-19T08:09:58.794112 | 2017-04-11T01:34:32 | 2017-04-11T01:34:32 | 87,607,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,736 | java | package Servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import Connection.... | [
"kiemhiepden@yahoo.com.vn"
] | kiemhiepden@yahoo.com.vn |
025b480ed99a26dfe5ed6d75abc32c0394c84784 | 6bdecd2209b89331246268becaae51b878f7ebb1 | /vertx-gaia/vertx-co/src/main/java/io/vertx/up/eon/Info.java | b1097e3ced1e58d50a48e2cdb6cce0f2f188e7ba | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | xSnowChen/vertx-zero | 85de1e5916d81c5dd75eacbd0ad65f8c5d03424d | 1319c041cf018e5feb20834927e005426d4eb919 | refs/heads/master | 2022-12-22T13:24:21.129123 | 2022-12-15T04:04:25 | 2022-12-15T04:04:25 | 263,878,204 | 0 | 0 | Apache-2.0 | 2022-12-16T03:26:14 | 2020-05-14T09:58:51 | null | UTF-8 | Java | false | false | 4,666 | java | package io.vertx.up.eon;
public interface Info {
String H_SCANED_QAS = "( {0} QaS ) The Zero system has found " +
"{1} points of @QaS.";
String SCANED_RULE = "( {0} Rules ) Zero system scanned the folder /codex/ " +
"to pickup {0} rule definition files.";
String INFIX_NULL = "The system s... | [
"silentbalanceyh@126.com"
] | silentbalanceyh@126.com |
31afe19c1e1cecfac1d915a5aa3fd26b90ce74da | b6298b6427aa127dc0195e8532bcc1595b5d2634 | /report/report-client/src/main/java/com/iwhalecloud/retail/report/service/MenuService.java | 437f6480818446a2338eae224ca6c87c7efef14e | [] | no_license | chenmget/spring-cloud-demo | 2ecbdeeb5102dc7523ef9fc59a405fc5c77bf6ad | 0b4100973d2f6525883e0e73f000ac6e9c0b9060 | refs/heads/release | 2022-07-17T13:41:20.595393 | 2020-04-02T07:40:19 | 2020-04-02T07:40:19 | 249,857,665 | 1 | 3 | null | 2022-06-29T18:02:22 | 2020-03-25T01:23:07 | Java | UTF-8 | Java | false | false | 418 | java | package com.iwhalecloud.retail.report.service;
import com.iwhalecloud.retail.dto.ResultVO;
import com.iwhalecloud.retail.report.dto.MenuDTO;
public interface MenuService {
public ResultVO saveMenu(MenuDTO menuDTO);
public ResultVO listMenu();
public ResultVO<MenuDTO> getMenuByMenuId(String menuId);
... | [
"0027007822@iwhalecloud.com"
] | 0027007822@iwhalecloud.com |
5f23d75eb4add14f6c27de05cb850f799f6b61f9 | 6f3b475dfa253ab9e9533428088790ef5c6898b2 | /aop/src/main/java/com/spring/aop/around/test/TestAround.java | 9d4c5be07056e154d07aa12367973f648b416501 | [] | no_license | yusufsevinc/springLearnExamples | 710bf2f2d4380e3250a976f7e70e6f8607581f5d | 2fc8caa5a13e97557297d8d9e273888a7287111b | refs/heads/master | 2023-07-09T13:05:10.085534 | 2021-08-05T13:59:56 | 2021-08-18T14:59:12 | 381,757,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | package com.spring.aop.around.test;
import com.spring.aop.around.appConfig.AppConfigAround;
import com.spring.aop.around.model.Product;
import com.spring.aop.around.repository.ProductRepositoryAround;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.Annot... | [
"1yusufsevinc@gmail.com"
] | 1yusufsevinc@gmail.com |
fcba7aee3dd3e8397de5fa74662b3a5546582cfc | 2f13beff5821d502a4af86e01b2c1bac3299d2ef | /wknd-study-board/board/src/main/java/com/study/wknd/board/test/TestService.java | d5d9945612f0d2b8839e18160cda68363b004d8f | [] | no_license | siwolsmu89/Mskts_board_SPA_1 | a947246b0fac360d2727a1935467b0ab0639646c | 998208ff4adaf10b1af232cf06d9403e1959fefa | refs/heads/master | 2023-01-03T07:09:45.035517 | 2020-10-24T04:04:20 | 2020-10-24T04:04:20 | 302,562,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.study.wknd.board.test;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class TestService {
@Autowired
public TestMapper mapper;
public void ins... | [
"siwol_smuire89@naver.com"
] | siwol_smuire89@naver.com |
1e4725de03c2cbec04ebff8069441b28bfe1dce6 | e8fc19f6301ceddebe1c76b29dbf6753f4d63da8 | /AutomationFramework/src/com/inflectra/remotelaunch/services/soap/IImportExportDataMappingRemoveArtifactMappingsServiceFaultMessageFaultFaultMessage.java | bc635b466548e7846e37acb40e0e2896509fb4c9 | [] | 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 | 1,426 | java |
package com.inflectra.remotelaunch.services.soap;
import javax.xml.ws.WebFault;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.6 in JDK 6
* Generated source version: 2.1
*
*/
@WebFault(name = "ServiceFaultMessage", targetNamespace = "http://schemas.datacontract.org/2004/07/Inflectra.SpiraTes... | [
"kumarravinder4141@gmail.com"
] | kumarravinder4141@gmail.com |
f6350cdfb73c1e60084dd7b625ea86f01d39323d | 4500d809e5f1ba550215397eaed3a3dbc40bb490 | /src/moapi/ModOptionSlider.java | 7be69a8231b670c961723268f986b0cef61fc329 | [] | no_license | WyrdOne/ModOptionsAPI | 73636054ba5899ad92852a93a433252e3dac79ab | 570083891d970848d9e0a4a9721f616d50dddf68 | refs/heads/master | 2021-01-15T18:59:37.623524 | 2013-07-19T18:48:53 | 2013-07-19T18:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,901 | java | package moapi;
/**
* Provides an interface to create a simple bounded slider
*
* @author Clinton Alexander
* @author Jonathan Brazell
* @version 1.0.0
* @since 0.1
*/
public class ModOptionSlider extends ModOption<Integer> {
/**
* Lowest value of slider
*/
private int low = 0;
/**
* Highest value of slider
*/
... | [
"jbrazell@gmail.com"
] | jbrazell@gmail.com |
dda7042930172a59de30fa0c5620564fb6a84437 | 38eeb385a99a9ac8ec9651b1c038cf5841991cac | /PrimerosPasos/src/Concatenacion.java | 5115bf059d3a609c7731ecc954a74575a46f639e | [] | no_license | CristianFgithub/Java_Aprendizaje | 071802f6d5980c1309aefe3f779afb5db4220dbe | ad643cd6a45114f43ea4b301530ebcadd9c101f7 | refs/heads/main | 2023-06-08T14:59:07.268663 | 2021-07-04T10:19:23 | 2021-07-04T10:19:23 | 359,576,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java |
public class Concatenacion {
public static void main(String[] args) {
// TODO Auto-generated method stub
double salario=1300.50;
//double salarioEnDolares=1300.50*1.1;
System.out.println("El salario de Cristian es: "+ (salario+1.20) + "$ a dia de hoy");
}
}
| [
"cristianfuentessillerofp@gmail.com"
] | cristianfuentessillerofp@gmail.com |
0929ee485a264f1465d74935a854a0452537a164 | 52e597e592fbd7465af574386ce8b02c72c5974a | / metafora-project --username ugurkira@gmail.com/visualtool/src/de/uds/visualizer/client/EntryPoint_Example.java | 2c84f75783201694c45f4fa5c726c8da44e8c391 | [] | no_license | tobydragon/metafora-project | e439df05554cadf81eaa407182702931b7e5b938 | 46bc209750520404fdf4022e34bb3aea0a4ded3d | refs/heads/master | 2021-01-17T02:55:05.143288 | 2015-09-24T18:21:52 | 2015-09-24T18:21:52 | 41,741,721 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,343 | java | package de.uds.visualizer.client;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.dom.client.KeyCodes;
import com.google.gwt.event.dom.client... | [
"ugurkira@d4a8ba5b-d184-7677-b597-0b9f40b331d2"
] | ugurkira@d4a8ba5b-d184-7677-b597-0b9f40b331d2 |
0834b6f1f72621fa10ddbd4730728e040b24f609 | 48e16515b7cbad5f195b9a6dcca5e1b3404b366c | /src/test/java/com/flowrspot/cucumber/stepdefs/UserStepDefs.java | 1862ff46fad08a98a36225429665655d74a278ae | [] | no_license | BulkSecurityGeneratorProject/flowr-spot | 560ef7c0771a7e5beb85d70f01c339a4bdc659ae | 5722d61c6bf1b5e981e70fb567dc8885eca5a502 | refs/heads/master | 2022-12-19T04:24:50.893112 | 2019-09-19T12:55:34 | 2019-09-19T12:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,515 | java | package com.flowrspot.cucumber.stepdefs;
import cucumber.api.java.Before;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MockMvc;
import org.spring... | [
"spajic.stefan@gmail.com"
] | spajic.stefan@gmail.com |
e19291de742a55df72e3c47da42c2fe1fa205f42 | 477b07a462a2387d4d17edb5ecfa9552cae19609 | /LydiaLessons/src/lesson150519/concurrency/RaceConditionWhileReading.java | 38dccdfe9741ff8788ede5894194c1041dfd358c | [] | no_license | Thinout/JavaLessons | 5f4324b50f7eed3a43046db628c77a6e20a1f977 | b542d4b93211a20a48685c714fb770f7851f52bf | refs/heads/master | 2021-01-01T18:55:20.723064 | 2015-06-11T17:56:06 | 2015-06-11T17:56:06 | 31,376,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,166 | java | package lesson150519.concurrency;
import java.util.Random;
import utils.Utils;
public class RaceConditionWhileReading {
static class Data {
int a;
int b;
public Data(final int value) {
setValue(value);
}
public void setValue(final int value){
int calcResult = calc(value);
synchronized (... | [
"lydia@gmail.com"
] | lydia@gmail.com |
49b1808b8eb9ca3df45ce33ac2217ed22e8b2372 | 6ec062876298b88a9ece19c7ee8a2cf1c48f2fb1 | /org.quickcheck.integration/src/org/quickcheck/integration/handlers/GeneratorsHandler.java | 714b279051586efc4470499be2e81f3d856786a8 | [
"MIT"
] | permissive | oroszgy/quickcheck4eclipse | 9c5397b2402e9c3aef0d11f8975e87aa5a08857c | 365cdb43457a8f36db4a960d78894b53d06dd8e7 | refs/heads/master | 2021-01-10T20:16:48.139011 | 2010-05-25T10:57:28 | 2010-05-25T10:57:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,492 | java | /*******************************************************************************
* Copyright (c) 2010 György Orosz
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restr... | [
"G.Orosz@kent.ac.uk"
] | G.Orosz@kent.ac.uk |
c1f2344369273a5c159e8d2bb8e90de5e0944d72 | d68599e923577d000bade5b31f73a54ac4980a25 | /test/com/opera/core/systems/MouseTest.java | efaff08da0cacbc5ebcc6d6c6b02355abd4af688 | [
"Apache-2.0"
] | permissive | illicitonion/operadriver | 7d57f6b0cc225d507d66aafb86016020547abed3 | bdd7d5d3178858207e4d0215881c9c7a168430b6 | refs/heads/master | 2020-12-24T18:13:30.767646 | 2012-05-15T22:34:10 | 2012-05-15T22:34:10 | 3,248,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,353 | java | /*
Copyright 2008-2012 Opera Software ASA
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | [
"andreastt@opera.com"
] | andreastt@opera.com |
97f9b3f391502c27b1a0f6f40dd37068ab57aff4 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/median/3cf6d33ab0357953aa5826c67dc74c4aa483f16ef04c973a68d58cda6f19ea712954b24f366f880b9c18b628c6605eabc4d3e80dc4aa120fac80fe680e2e708f/007/mutations/133/median_3cf6d33a_007.java | 4208ebd54d36b4a12ce806e82be794bcf613eedb | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,124 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
11caf7aa0e75ee69bbd29d998892f9e1f7f71dc1 | 6e93e75e1071d9427fb59b4dfda61acc4ca3d7f2 | /app/src/main/java/com/pps/globant/fittracker/utils/MailSender.java | 486631e9c7dfaba4f13b048fba4a771973e1e9ed | [] | no_license | SartiMau/FitTracker | 2f906bdcd0cae354221167c4d3a14179a1aa02ec | 0791073b4b9756cda41df5550ea709d0952078d1 | refs/heads/master | 2022-11-05T14:29:12.953484 | 2020-06-24T17:35:59 | 2020-06-24T17:35:59 | 268,358,088 | 0 | 1 | null | 2020-05-31T20:24:25 | 2020-05-31T20:24:25 | null | UTF-8 | Java | false | false | 4,452 | java | package com.pps.globant.fittracker.utils;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.security.Security;
import java.util.Properties;
import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.mail.Aut... | [
"gregorionicolasgerardi@gmail.com"
] | gregorionicolasgerardi@gmail.com |
da89f95ea6818548a342597b0177c3a16f1f2118 | 365c5474d0f2de2f6ad320be1228eff1ccc2a9eb | /miscellaneous/GrandestStaircase/GrandestStairCase.java | 77c89357b01c46a645b2d38cce09bd4b899154ce | [] | no_license | mohitkumar20/DataStructuresAndAlgorithms | 22947b4fd0ecf450a3434e9a8e9053e5e8bb31f8 | 804244ea11feacf6e5c610e7d4b7940b6b9ce85e | refs/heads/master | 2020-07-19T01:57:10.223812 | 2018-01-03T07:10:15 | 2018-01-03T07:10:15 | 94,333,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,868 | java |
//Google Foobar question.
import java.io.*;
public class GrandestStairCase
{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
System.out.println(answer(n));
}
public static int an... | [
"mohitkumar1015795@gmail.com"
] | mohitkumar1015795@gmail.com |
1429c4bd74a2cba0f8955e703f75166882f82f69 | 4a8b81b7cb0c3647f28c9e3f0ddcfe115a891c00 | /src/main/java/com/myhabit/dto/eating_habit/EatingHabitDTO.java | 8fbae602ed211c0a96b126711bf14a1205f2cee4 | [] | no_license | phuongHoang01/my_habit-be | ec596d5ab921e7d510004abc9c4d8cec3bc4b242 | 4b698c75653f0c367beca7e3f1682f4b805c40a5 | refs/heads/master | 2023-02-23T17:58:40.556533 | 2021-01-27T02:19:30 | 2021-01-27T02:19:30 | 330,540,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | java | package com.myhabit.dto.eating_habit;
import java.sql.Timestamp;
import javax.persistence.Column;
import com.myhabit.dto.habit.HabitDTO;
public class EatingHabitDTO extends HabitDTO {
@Column(name = "lunch_calo")
private float lunchCalo;
@Column(name = "breakfast_calo")
private float breakfastCalo;
@Colu... | [
"won.vn2000@yahoo.com.vn"
] | won.vn2000@yahoo.com.vn |
7d52c54766c035685374cef754c9fe46051b34f3 | 4882656c43b6716811bd125c40d07bc2e856c9e3 | /Coding_Test/src/BOJ_Basic/BOJ_Basic_00.java | 0d2e3a18e413ace21455c5d576871b422d390355 | [] | no_license | NyeongB/Coding_Test | edb93ea03479656430e766abd5ca65ab2744e3e7 | b2afc59a9421201326c69caf3d027935e1f19dc6 | refs/heads/master | 2023-06-19T13:33:33.929451 | 2021-07-16T12:31:35 | 2021-07-16T12:31:35 | 288,919,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | // Date : 2020.09.01
// Title :
// Author : Choi Cheol Nyeong
// Language : Java
package BOJ_Basic;
public class BOJ_Basic_00
{
public static void main(String[] args)
{
}
} | [
"kdtoaj14@ajou.ac.kr"
] | kdtoaj14@ajou.ac.kr |
c92be3d33a13ec60584c85df6603874c943964ac | 73458087c9a504dedc5acd84ecd63db5dfcd5ca1 | /src/org/simpleframework/xml/ElementMap.java | 4d5d9f5fb65534f39355546dd6d8dfc32b1ed812 | [] | no_license | jtap60/com.estr | 99ff2a6dd07b02b41a9cc3c1d28bb6545e68fb27 | 8b70bf2da8b24c7cef5973744e6054ef972fc745 | refs/heads/master | 2020-04-14T02:12:20.424436 | 2018-12-30T10:56:45 | 2018-12-30T10:56:45 | 163,578,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package org.simpleframework.xml;
import java.lang.annotation.Annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface ElementMap
{
boolean attribute() default false;
boolean data() default false;
boolean empty() d... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
27298dc43aaee3c30bf265419139288b1ab9ea8d | 92e48dbcfd62abc8670abd9d6171dbcc03dd2dae | /src/main/java/edu/tamu/jcabelloc/springmvcsecurity/controller/LoginController.java | 7f3dbf1e52ef1400f9d546466c1cb63dd6c5b08c | [] | no_license | jcabelloc/spring-mvc-security | 5b49c0152e088d119b37c31b450b785d7e4c775a | 991effe1361b2c6b520bcdf0d4a5204b1c361236 | refs/heads/master | 2021-04-09T16:15:23.158697 | 2018-03-31T04:06:55 | 2018-03-31T04:06:55 | 125,793,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package edu.tamu.jcabelloc.springmvcsecurity.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class LoginController {
@GetMapping("loginPage")
public String loginPage() {
//return "login";
return "newlogin";
... | [
"jcabelloc@gmail.com"
] | jcabelloc@gmail.com |
5de82d4fbb81442a85b6955cb5c3965d1910b2aa | cd35d674f1253228ee0e23eb6679ef3721a8c553 | /entity/User.java | 3f85847b6ebd833d3f09fb3a7073c387019097dc | [] | no_license | xintongc/ShoppingMallRegisterSystem | cd9e113581d384ffd660a7eb137428827e869397 | d73e400d78943603a90f302047ee244d333eaf98 | refs/heads/master | 2021-09-04T20:14:20.333175 | 2018-01-22T03:46:22 | 2018-01-22T03:46:22 | 117,198,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,422 | java | package com.zz.mall.entity;
import lombok.Data;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.sql.Timestamp;
@Data
@Entity
@Table(name = "user")
public class User {
@Id
@Column(name = "id")
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;... | [
"noreply@github.com"
] | xintongc.noreply@github.com |
a2772fdd95e882eb319248f9c2612ebcde9e215a | 49c46465fc05da8ea74c581048c2c6378263bb93 | /src/main/java/com/legendshop/core/exception/ErrorCodes.java | c98ffaf469f8213ebfa3433a8a3968c5a2253de4 | [
"Apache-2.0"
] | permissive | xhuanghun/legend-shop | c8a01cc75f73acd1a8bc68872e8e79c917fb96cd | fee39ad0d41521823adda248dd9020dda4c5e0f4 | refs/heads/master | 2021-01-10T18:08:31.401687 | 2014-05-31T03:36:36 | 2014-05-31T03:36:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package com.legendshop.core.exception;
public abstract interface ErrorCodes
{
public static final String NORMAL_STAUTS = "200";
public static final String SYSTEM_ERROR = "999";
public static final String BUSINESS_ERROR = "998";
public static final String SYSTEM_UNINSTALLED = "901";
public static fina... | [
"covito@163.com"
] | covito@163.com |
071956e4ecdd51573f722edbbdc9c2b01edb177f | 5a6e0619077432932ae9b1db95b4a3ca310b7c43 | /src/generated-sources/jooq/com/ankur/project/Public.java | 6896f449ab991bc991b03fd4bcc5b56f6aae6b8b | [] | no_license | Ankur800/Health-and-Fitness-App | 623ae33a493f939005f78474ad590b0a0272ddd2 | 5305432bb34c5ea68da87d8c0af9b643359317f5 | refs/heads/master | 2023-01-12T10:42:20.484763 | 2020-11-16T13:12:56 | 2020-11-16T13:12:56 | 307,911,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,430 | java | /**
* This class is generated by jOOQ
*/
package com.ankur.project;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = { "http://www.jooq.org", "3.3.2" },
comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings({ "all", "unchecked", "rawty... | [
"ankurrai800@gmail.com"
] | ankurrai800@gmail.com |
1ae544bf544f3086bdf944b036daf363243c358a | ccb599ab5e49539d0271847ab18709951c2aef32 | /src/main/java/si/rso/bicycle/entity/UserEntity.java | f2377e00e4890406575c4d4d1a59a4fae35e0fba | [] | no_license | RSO-Bicycle/users | 3dc23eb46f41d1c2e17b1a01c577213d8f936b8a | 53828234ca137821b9dcf5cdd2051db3d7580a72 | refs/heads/master | 2020-04-02T13:14:40.460619 | 2018-11-25T21:19:53 | 2018-11-25T21:19:53 | 154,473,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,346 | java | package si.rso.bicycle.entity;
import javax.persistence.*;
import java.util.Date;
import java.util.UUID;
@Entity
@Table(name = "users")
public class UserEntity {
@Id
@GeneratedValue(strategy = GenerationType.TABLE)
private int id;
@Column(name = "uid")
private String uid;
@Column(name = "use... | [
"uros.hercog@gatehub.net"
] | uros.hercog@gatehub.net |
833c87dafe4484689a771dc1b5bf47789e2e1f87 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/android/graphics/Picture.java | b08a25027ad4eb6db3575967d2fbbaae5a5acb00 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,081 | java | package android.graphics;
import android.annotation.UnsupportedAppUsage;
import java.io.InputStream;
import java.io.OutputStream;
public class Picture {
private static final int WORKING_STREAM_STORAGE = 16384;
@UnsupportedAppUsage(maxTargetSdk = 28)
private long mNativePicture;
private PictureCanvas m... | [
"dstmath@163.com"
] | dstmath@163.com |
0ff51700ff145b3a59922047206d68335fc55de1 | 620a39fe25cc5fbd0ed09218b62ccbea75863cda | /wfj_front/src/shop/product/action/ProductImgAction.java | 0676eb05b55104d139ae72bc0d08f78e6e4c7329 | [] | no_license | hukeling/wfj | f9d2a1dc731292acfc67b1371f0f6933b0af1d17 | 0aed879a73b1349d74948efd74dadd97616d8fb8 | refs/heads/master | 2021-01-16T18:34:47.111453 | 2017-08-12T07:48:58 | 2017-08-12T07:48:58 | 100,095,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,142 | java | package shop.product.action;
import java.io.File;
import java.io.PrintWriter;
import java.util.UUID;
import net.sf.json.JSONObject;
import org.apache.commons.io.FileUtils;
import shop.product.pojo.ProductImg;
import shop.product.service.IProductImgService;
import util.action.BaseAction;
import util.uploa... | [
"hukelingwork@163.com"
] | hukelingwork@163.com |
2979a12105390d8bd54498580f8db670a068e4b6 | 1c4d980e11a70463f9e9ddb82dc65d17b7744167 | /Java_Stack/JavaFund/ListOfExceptions/List.java | 90a8b54129c347fb03612c0aa4b7765e6f239eec | [] | no_license | GhadeerHS/FullStack-DojoBootcamp | a08aab800dac317f846807395aa2546f86572d52 | bef58bbee8ff98a711b878c4d9a366af492057ac | refs/heads/master | 2020-08-21T22:32:00.578624 | 2019-11-14T16:46:08 | 2019-11-14T16:46:08 | 216,259,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package ListOfExceptions;
import java.util.ArrayList;
public class List{
public void validate(){
ArrayList<Object> myList = new ArrayList<Object>();
myList.add("13");
myList.add("hello world");
myList.add(48);
myList.add("Goodbye World");
for(int i=0;i<myList.size(... | [
"Ghadeer.hijji91@gmail.com"
] | Ghadeer.hijji91@gmail.com |
b3ce596d0008ba868f4b0fb16a00362c172c211d | 18946b40f99d35c1287538472b26d956c71bd40d | /src/Greedy/Dijkstra.java | 2b5942a7654f4c3e9f94eda5c31203cf513790fa | [] | no_license | RachelBittar/Data-Structure | e28643a81afc8f8bbe8ddab4c8b78dc271c390d0 | d7095c389b383c2abbb544eb90f9c7e9d4866328 | refs/heads/master | 2023-07-09T00:40:16.205147 | 2021-08-05T20:29:36 | 2021-08-05T20:29:36 | 276,494,447 | 0 | 0 | null | 2021-08-05T20:29:37 | 2020-07-01T22:26:49 | Java | UTF-8 | Java | false | false | 2,854 | java | package Greedy;
import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Dijkstra {
public static class Node {
int from;
int to;
int distance = Integer.MAX_VALUE;
Node next;
public ... | [
"rachelbbittar@gmail.com"
] | rachelbbittar@gmail.com |
808e319ab674eda8e9fab4d09208f02f4622579a | 257807270f6d66b71b78eb2cc13a7c6f4e222f56 | /app/src/test/java/com/codepath/flicks/ExampleUnitTest.java | e770c453e44e4a65f484193eb9ed8a3c866c6c72 | [
"Apache-2.0"
] | permissive | jimmy0301/Flicks | 43e87e67d6d5a1bf1d1439452f885187a993d066 | b47dd6dd7d829ac2b023c438042e321c79e6e94b | refs/heads/master | 2021-01-19T12:26:12.772688 | 2017-02-18T14:36:47 | 2017-02-18T14:36:47 | 82,311,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.codepath.flicks;
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
public void addi... | [
"yu.lun.ko123@gmail.com"
] | yu.lun.ko123@gmail.com |
3c96048c456bdea79fa899068b9ca2457e38e041 | f247abf73aa25b57d4215fb89d4f62d8dc0d219c | /simple-common/src/main/java/com/sun/image/codec/jpeg/JPEGQTable.java | 8c9029ada7c0e549b7ed30736700074c2c20e5b3 | [] | no_license | jinguo24/tmall | 9067c7ba2726c009215a02801ff7c2205bc46c7b | 70357b77d99af284cdddea3747cef28c3c7deef0 | refs/heads/master | 2021-01-13T10:37:43.415968 | 2016-10-03T05:42:48 | 2016-10-03T05:42:48 | 69,843,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,646 | java | /* */ package com.sun.image.codec.jpeg;
/* */
/* */ public class JPEGQTable
/* */ {
/* */ private int[] quantval;
/* */ private static final byte QTABLESIZE = 64;
/* 45 */ public static final JPEGQTable StdLuminance = new JPEGQTable();
/* */ public static final JPEGQTable StdChromi... | [
"zhengfy1@lenovo.com"
] | zhengfy1@lenovo.com |
4bc07c9c40e1288aff2edd7f46dd28ca6741584d | 2303019a09a522ce3f1a76efe5a3d1d99cec3995 | /MedialAxis+DistanceTransform/Main.java | 1cbb3c0ef36c076fbcba36c46db2a77f3a89a096 | [] | no_license | Zernia/ComputerVision | 07b203aed09014536270194b79261601b63ba9bf | 70d119e77426b64ef861a2d635661af0de20dc74 | refs/heads/main | 2023-02-04T04:33:58.303930 | 2020-12-23T02:49:59 | 2020-12-23T02:49:59 | 323,773,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,512 | java | import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.PrintWriter;
import java.util.Scanner;
public class Main {
static Scanner inFile;
static PrintWriter outFile1;
static PrintWriter outFile2;
static PrintWriter skeletonFile;
static PrintWriter decompres... | [
"noreply@github.com"
] | Zernia.noreply@github.com |
266ccf419142239aec1e377483e494dd21a3b926 | c192f3d9744eb866684691ec253d32493e970bf7 | /app/src/main/java/com/alanaandnazar/qrscanner/parent/detailSubject/ViewPagerAdapter.java | b899848515ebbe5a007c4a282194b273020bcb85 | [] | no_license | Manager-dnevnik/bal.kg_android | 226ceb162707f46a760cf2df05194980e2c7597e | 90dd05b31949aa8b04e40653394791f8fd34bdc6 | refs/heads/master | 2022-12-24T20:45:51.869521 | 2020-01-17T11:28:36 | 2020-01-17T11:28:36 | 300,556,299 | 0 | 1 | null | 2020-10-10T08:22:21 | 2020-10-02T08:52:05 | Java | UTF-8 | Java | false | false | 999 | java | package com.alanaandnazar.qrscanner.parent.detailSubject;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class ViewPagerAdapter extends FragmentPagerAdapter {
pri... | [
"dada.developers@gmail.com"
] | dada.developers@gmail.com |
e5b04932545e350f23e51c352c67e04f1a280432 | 7a8e20f62d61018eef83488916d8ab48d0b86c4c | /src/main/java/com/example/forRoadside/forRoadside/entity/Admin_entity.java | 2b8e62101d9cf6ceb513a595b0074172d5cc23ce | [] | no_license | MdGolam-Kibria/ApiForRoadsideHelper | 5663d31a504706d81fe13e4a17c1957bdadd04ea | cfde3274776b3abe13970063503de2e05ff55c4d | refs/heads/master | 2022-12-01T06:19:07.800394 | 2022-11-19T05:53:10 | 2022-11-19T05:53:10 | 242,227,486 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,345 | java | package com.example.forRoadside.forRoadside.entity;
import org.hibernate.annotations.NaturalId;
import javax.persistence.*;
import javax.validation.constraints.Email;
@Entity
@Table(name = "admin")
public class Admin_entity {
@GeneratedValue(strategy = GenerationType.AUTO)
@Id
public int adminId;
pu... | [
"kibria92@gmail.com"
] | kibria92@gmail.com |
93e80cb77fc2d0d85c21d4eb09e6b64bbee2e2dc | 0ff69aa08c6759af45f4d9ace255cb6d7ed357cd | /ajax_true/src/com/dream/entity/City.java | d5ccc4cb27fcb14f117d04b1ad77a37b5e5c5a6b | [] | no_license | crablduck/java_web | c379c2181485ada1dede157f3e0aea9b8745b42f | ad84a6db05e765597c943d2c5427ee6c94f89099 | refs/heads/master | 2021-09-01T03:14:34.283952 | 2017-12-24T13:19:06 | 2017-12-24T13:19:06 | 114,748,256 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.dream.entity;
public class City {
private String id;//shenzhen
private String cityName;//深圳
public City() {
}
public City(String id, String cityName) {
this.id = id;
this.cityName = cityName;
}
public String getId() {
return id;
}
public void setId(String id) {
t... | [
"asdfg756868947@qq.com"
] | asdfg756868947@qq.com |
44cd9e1a271486a813b081f9060bad218a388b21 | 88dd7e92a612d21e9d236e86cfec3b06b3113b1a | /test-feign-consumer/src/main/java/com/jk/service/impl/FeignServiceImpl.java | 38e0a6c6a516fd655ee07445ecc2a8996e49e6b8 | [] | no_license | Group5-ahf/springCloud_demo | 76cf16874df90e52ea3e022f7b492acfb26aa70e | d45a8f8e9d1a71e94317577209d636d86d12e651 | refs/heads/master | 2021-05-03T19:38:43.375557 | 2018-02-06T08:42:38 | 2018-02-06T08:42:38 | 120,419,802 | 0 | 0 | null | 2018-02-06T08:42:39 | 2018-02-06T07:47:06 | Shell | UTF-8 | Java | false | false | 526 | java | package com.jk.service.impl;
import com.jk.pojo.User;
import com.jk.service.FeignService;
import org.springframework.stereotype.Component;
@Component//和@controller,@Service,@Repository一样
public class FeignServiceImpl implements FeignService {
public String sayHiFromProducter(String name, int age) {
re... | [
"782767951@qq.com"
] | 782767951@qq.com |
13909d267f22e18e739d73f1998156773e76526c | e86d321e6f0dce5df5e20f08caafc1136e6ab114 | /src/main/java/cn/itcast/travel/service/RouteService.java | e7cf975f76a093d5bdcbe9dcf7d9ced758ea89df | [] | no_license | xiejinyun666/heimalvyouwang | b93c2308d0396d949deb3c32b6768cf9317f1bfd | 5e50af4ded4b1624349e27d1e87c0a901ffb9ccb | refs/heads/master | 2023-01-28T21:11:31.056996 | 2020-12-12T07:29:19 | 2020-12-12T07:29:19 | 320,768,606 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package cn.itcast.travel.service;
import cn.itcast.travel.domain.PageBean;
import cn.itcast.travel.domain.Route;
public interface RouteService {
public PageBean<Route> pageQuery(int cid, int currentPage, int pageSize, String rname);
Route findOne(String rid);
}
| [
"1072115761@qq.com"
] | 1072115761@qq.com |
aa4c95db65829e0bacf3e972a350a6e8aac18636 | b9e53af66b84f50054db596567602dd245473c3d | /Client/Relay/app/src/main/java/com/relay/relay/SubSystem/NetworkManager.java | 1fd297678da89370df824817bca68e631c92e437 | [
"MIT"
] | permissive | omerel/RELAY | 34a2183172a3a422c085f51a561c3270f6709bd9 | 52a658073710f6e2bd107da4144f55368d726fdc | refs/heads/master | 2021-01-17T16:44:51.990816 | 2017-06-27T06:52:04 | 2017-06-27T06:52:04 | 59,353,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,735 | java | package com.relay.relay.SubSystem;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import android.util.Log;
import com.relay.relay.Network.NetworkConstants;
import com.relay.relay.Network.SyncWithServer;
import com.relay.r... | [
"elomer@gmail.com"
] | elomer@gmail.com |
9ed67cd3297f77c6fa9cd7d29fb5f6ae15ec4b75 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/elastic--elasticsearch/d5bd77cc38b8656b373d03db8eb5ae667843dbb0/before/DeleteIndexRequest.java | 2af5591752d159c65837832a3b4de79bd5ec4723 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,217 | java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
35696c463c3805b9101d3b31166ea12b3c780ee0 | ebd842bac28213ddd2eda0d4c947cace5497852d | /src/test/java/com/crud/tasks/service/SimpleEmailServiceTest.java | aab98cda1a4d0a560d14a5cd8bb91737fab6da7e | [] | no_license | KonkowIT/Kodilla-Bootcamp_repository_v2 | 3540dc328fe3681e49b8b990145332ac39b368f4 | 19c7049838f47996446cb02278c6b38c67db0269 | refs/heads/master | 2021-09-19T07:15:43.119468 | 2018-07-24T18:46:13 | 2018-07-24T18:46:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | package com.crud.tasks.service;
import com.crud.tasks.domain.Mail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.... | [
"“konradkowalski95@gmail.com git config --global user.name kconradogit config --global user.email “konradkowalski95@gmail.com"
] | “konradkowalski95@gmail.com git config --global user.name kconradogit config --global user.email “konradkowalski95@gmail.com |
ce944889b6d1608dcd793a3384ada8df5d025d13 | 0c89e460aefc84b4750ed4745aa37929f8178f0f | /Core Java/nestedclasses/InnerPrivateClass.java | 954971f47ceeb31ed1fde27d072b7d3d9cb54897 | [] | no_license | vighnarajank/All-Codes-and-Assignments | 8f9738a228f489171165d3a61ddda95541acdc35 | dedb1252721ff71ced33bc556b7037819b8d970a | refs/heads/master | 2023-05-07T19:25:59.039803 | 2021-06-02T17:23:11 | 2021-06-02T17:23:11 | 372,797,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.onebill.corejava.nestedclasses;
class Outer1{
private class Inner{
void show() {
System.out.println("Hi");
}
}
void display() {
Inner i = new Inner();
i.show();
}
}
public class InnerPrivateClass {
public static void main(String[] args) {
Outer1 o = new Outer1();
o.display();
}
}
| [
"vighna.rajan@onebillsoftware.com"
] | vighna.rajan@onebillsoftware.com |
03dfa8491188dbc32944816efd69eb2de0a1e251 | 318a7d8bc3e962640114475118c8db50b2e97397 | /zuul/src/main/java/com/springcloud/api/config/BaseConfig.java | d94ee55dae2b7c645f30a26f753a8c7713262905 | [] | no_license | huc003/spring-cloud | 332a9a5ceb1d1b95a407ddd581ca88e246f9c38d | 1e2a002292228532405ce6a8884347c1c318017d | refs/heads/master | 2020-03-20T12:40:10.021177 | 2018-07-09T02:23:58 | 2018-07-09T02:23:58 | 137,437,343 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.springcloud.api.config;
import org.springframework.context.annotation.Configuration;
/**
* @Author: 胡成
* @Version: 0.0.1V
* @Date: 2018/6/14
* @Description: 自定义负载均衡
**/
@Configuration
public class BaseConfig {
}
| [
"459382234@qq.com"
] | 459382234@qq.com |
188d65df65b4cab60395b05af183f87d933d950f | 383b93efb93b11c88024c5d9420a448aceb6093c | /src/kture/parser/Demo.java | 34956166c5b8951a3936308b379ff06b1214af87 | [] | no_license | happy0wnage/ITRO-Labs | fa879709620129c097aaf15c23bcb07fece98825 | fc6b9867e468c254110abf8a6a9427d2af9915ef | refs/heads/master | 2021-01-09T21:43:22.223833 | 2015-12-11T21:10:03 | 2015-12-11T21:10:03 | 44,395,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package kture.parser;
import kture.constants.Path;
import kture.entity.MobilePhone;
import kture.parser.JAXB.Unmarshalling;
import org.xml.sax.SAXException;
import javax.xml.bind.JAXBException;
import javax.xml.parsers.ParserConfigurationException;
import java.io.IOException;
/**
* Created by Владислав on 22.10.201... | [
"happy0wnage@gmail.com"
] | happy0wnage@gmail.com |
ba89a6ec31ec38f780de9c9f679042764be5eb24 | 804670c8abc93ad76042576b5a6e7bbfb4e61669 | /first-web-app/src/main/java/ru/vyazankin/servlets/MainServlet.java | 36cf0a5f8f75d3e962a5602b99acecb7f6cc6f3c | [] | no_license | yacooler/JavaEEeducation | 53cfc7d72583b0e08f5e400a4c1dfa456539c039 | 8c5fba4b097aad799b7b8acf991ba147b4329a1b | refs/heads/master | 2023-04-03T08:46:55.849048 | 2021-04-01T16:59:56 | 2021-04-01T16:59:56 | 335,342,899 | 0 | 0 | null | 2021-04-01T16:59:56 | 2021-02-02T15:56:16 | Java | UTF-8 | Java | false | false | 659 | java | package ru.vyazankin.servlets;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(urlPatterns = "/main")
public cl... | [
"yacooler@yandex.ru"
] | yacooler@yandex.ru |
1d6f826334183d01052820fd6974d5c8e2fbe1a6 | 22fb8a24b9310fadfbf471371140f13cf644780c | /pinyougou-parent/pinyougou-pojo/src/main/java/com/pinyougou/pojogroup/Cart.java | 6e6fb13562f47eec0bd4f98f676078d7cc8ecb6a | [] | no_license | qmhl/pinyougou | 96ddb7ffec6bab924786940776d0cf43fdae5c34 | 2d254a84932809129cecedcfba9d05e65fa42cb1 | refs/heads/master | 2020-03-12T06:03:08.333252 | 2017-10-24T06:48:50 | 2017-10-24T06:48:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.pinyougou.pojogroup;
import java.io.Serializable;
import java.util.List;
import com.pinyougou.pojo.TbOrderItem;
public class Cart implements Serializable{
private String sellerId;
private String sellerName;
private List<TbOrderItem> orderItemList;
public String getSellerId() {
return ... | [
"837833280@qq.com"
] | 837833280@qq.com |
b7e049a6b8827e6dd66f416f8318912a651fcc5d | 9673a37f5e790140837499a2d1f1515bc4f379f0 | /设计模式/src/适配器模式/MediaPlayer.java | d03eb804eb9f8b258bd1d0f3c98712a9754e97ca | [] | no_license | count2017/shenye_practice | 24a631074c70bd6a246f13d0f251f6f01ffa1192 | aed27264424de8054f98f270a3dbb77802b8f0e4 | refs/heads/master | 2021-05-13T16:45:27.940888 | 2018-01-09T10:24:42 | 2018-01-09T10:24:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package 适配器模式;
public interface MediaPlayer {
public void play(String audioType, String fileName);
}
| [
"1184898152@qq.com"
] | 1184898152@qq.com |
acfa14f5786188bce2b1b8e754355873c553a658 | 85a507d5b7fe1f86a1196ac8f141b0f6fef7c8ce | /HelloWorld/app/src/test/java/fzf/helloworld/ExampleUnitTest.java | 47e4d3ca67f0de3bc3c6bcd2573bdc384439f482 | [] | no_license | tiancaifzf/Dymanic_Load | dc0a5bad4ed077089cd112acaa11779fdb9d1202 | 8c2950da9e8c4cfa350ad6f50366ac2167971b7e | refs/heads/master | 2020-09-28T09:29:46.832771 | 2016-08-26T06:05:09 | 2016-08-26T06:05:09 | 66,620,533 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package fzf.helloworld;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"tiancaifzf@gmail.com"
] | tiancaifzf@gmail.com |
6e7b4e2f86a3eba72c8a41804707a5ca089a8161 | e88c28aaeff8e6ab1a1bcf24bfbe684e8861e737 | /app/src/androidTest/java/com/libo/baseappmodel/ExampleInstrumentedTest.java | 1091d997a33e40aa74cf79164c81bd97ae1d44c3 | [] | no_license | libokaifa/BaseAppMode | 9fe58ba39ceef470d94c4e13ec6aa58c17ee2274 | 16005d0da9b1badaf4df3179eb84935531525ba2 | refs/heads/main | 2023-07-20T09:33:21.637531 | 2023-07-05T07:53:04 | 2023-07-05T07:53:04 | 371,289,807 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.libo.baseappmodel;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on a... | [
"m18339919091@163.com"
] | m18339919091@163.com |
b853ee8fb0d45e324eae755c680f96a7b6f90310 | 4309e298cf00745b5f60ef78b90ec8505b0e25a7 | /src/main/java/org/example/App.java | e948175c8bf652817a182c0edb3bf2aa3ea3e7e0 | [] | no_license | dpanchak1/panchak-cop3330-ex15 | e254e5f046dc5e63fa2049591f951bcd0e3ac3f2 | 870e5eda2c7154fa1a73257b6ffc7ca5a3aa931f | refs/heads/master | 2023-07-31T22:04:41.620821 | 2021-09-13T00:03:23 | 2021-09-13T00:03:23 | 405,780,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | /*
* UCF COP3330 Fall 2021 Assignment 15 Solution
* Copyright 2021 David Panchak
*/
package org.example;
import java.util.Scanner;
public class App
{
public static void main( String[] args )
{
Scanner input=new Scanner(System.in);
System.out.print("What is your username? ");
Strin... | [
"david@HUMANs-MacBook-Air.local"
] | david@HUMANs-MacBook-Air.local |
b7c4477ba371170157e66dafb508eb674f685679 | aa5ac9d696364b8f1fe797a9749c30d45cd75cc8 | /src/Client.java | 07ef90440cffbd13992bad06f74766b53b054d8d | [] | no_license | HuyNH1998-CG/Module2-BonusAssigment6 | 79281d6a50834d9fb04fea7814386760541f08fd | 14e714431068706ffbfa3a76a9c3c88e4c2237e2 | refs/heads/master | 2023-06-03T12:27:15.929735 | 2021-06-18T23:14:27 | 2021-06-18T23:14:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | public class Client {
public static void main(String[] args) {
ManagementMenu.menu();
}
}
| [
"graio911@gmail.com"
] | graio911@gmail.com |
2e8c28828641f0876d46e021459d9c823198f114 | 5903930e44ed9d19632870ba7f960e2b884f8e6a | /chap11/src/ex11_01_01/Computer.java | 0ae7c8c5dacb71bcefeecab95869c0393aadbe90 | [] | no_license | akikotakamoridayo/workspace | 5ac3be784a974adc372fa3ae2127e0ee876cb256 | e1ccaf9ebbd736ec110f5e49703d8a5201a1dc73 | refs/heads/main | 2023-03-19T09:13:20.925809 | 2021-03-16T05:07:15 | 2021-03-16T05:07:15 | 348,217,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package ex11_01_01;
public class Computer extends TangibleAsset {
String makerName;
public Computer(String name, int price, String color, double weight, String makerName) {
super(name, price, color, weight);
this.makerName = makerName;
}
public String getMakerName() {
return makerName;
}
... | [
"akikotakamoridayo@hotmail.co.jp"
] | akikotakamoridayo@hotmail.co.jp |
8454ebd801ea3fe72957ac369de61308956c28fd | 476103b9be7ab381817013d616a5f57c7208bca6 | /HOTELSYS/src/py/com/hotelsys/interfaces/TranBotonInterface2.java | 7b0575cdaaa1cff9ea9e4b8cd52dbfca7fec34b4 | [] | no_license | NazarioLuis/hotelsys | 5522e9f32f0970423c162910f1bf67880b05cda0 | 9b17311c0489822ade0039fe28a0455622f1f245 | refs/heads/master | 2021-01-13T02:23:52.204642 | 2015-06-08T03:18:27 | 2015-06-08T03:18:27 | 31,868,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package py.com.hotelsys.interfaces;
public interface TranBotonInterface2 extends VentanaGenerica{
public void nuevo();
public void modificar();
public void eliminar();
public void salir();
public void guardar();
public void cancelar();
public void cerrar();
public void guardarCierre();
public void ... | [
"CosmeD@Cosme"
] | CosmeD@Cosme |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.