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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
271018320f9097b8bb6712d15a7f55a4177f9988 | cc7cfa2106d95e0085ca6628de52b21012ad1b73 | /Leetcode/src/main/java/leetcode/easy/SumOfLeftLeaves.java | 734a61ff7140b867b63a6311eb9495134c0c6d6d | [] | no_license | chaocui/CodingPractise | 101c7100f9967c989277a9899be9b879062be5b8 | 41c009a483e8783fa357d106a167bfa452c6cfdd | refs/heads/master | 2021-01-02T08:48:20.381480 | 2017-08-02T04:44:38 | 2017-08-02T04:44:41 | 99,064,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package leetcode.easy;
import leetcode.util.TreeNode;
/**
* Created by cc on 2017/5/25.
*/
public class SumOfLeftLeaves {
public int sumOfLeftLeaves(TreeNode root) {
int[] result = new int[1];
sum(root, result, "right");
return result[0];
}
public void sum(TreeNode root, int[] ... | [
"cc.chaocui@gmail.com"
] | cc.chaocui@gmail.com |
22362d0461ea906c66f559c7c18fcf529c1ddf42 | 88aea09a54819593e40d4d6f4d8539112b8a3674 | /src/main/java/InterfaceMonitor.java | 5fb5ec131d00c15e15fd9096b09c834bd73ad518 | [] | no_license | Dreamer-byte/Monitorizador_Carga_CPU | 7f1c36f30f09bd14e9889a7f44e13b3e79f2819f | b88519c4701617b2f463b2f691b0d4a33dec492f | refs/heads/master | 2023-05-31T22:06:51.856753 | 2021-06-08T02:27:06 | 2021-06-08T02:27:06 | 374,443,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | 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.
*/
/**
*
* @author Noel
*/
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface InterfaceMonitor extends Remote {... | [
"parcestar2021@gmail.com"
] | parcestar2021@gmail.com |
5b473093b59c4264db7c3e2baa0ceb15bfa2dc51 | 21ce294ed484166a20807005059be0d16c550f9c | /src/test/java/day24ClassWork/Person.java | ba8f5fabff35ba53e89f80b81556d7b5b61957b8 | [] | no_license | Dmitry-Shimansky/_maven_at_project | b19282e156d8fe6e51b9855b029f5aaa38c41a6c | e18fc91216bd9efb964aec4b52931628a76b3b9e | refs/heads/master | 2023-01-24T03:47:23.218792 | 2020-12-12T19:02:56 | 2020-12-12T19:02:56 | 310,634,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,454 | java | package day24ClassWork;
public class Person {
private String name;
private String surname;
private int age;
private double salary;
private String sex;
private String jobTitle;
public String getName() {
return name;
}
public String getSurname() {
return surname;
... | [
"shimansky.dmitry@gmail.com"
] | shimansky.dmitry@gmail.com |
f09ddf9376f7f8d84e54cd6e1c2db46f239c4c21 | aa332945ee8ec75e9cb9db4c1aef67214091eb4f | /src/main/java/dbpool/ConnectionPool.java | de572036e3da49044a51cf43be199676457efb38 | [] | no_license | weiyinfu/learnJava | 2d046d0e4b22e5b7c4aff995cde7f3f5bddfb503 | 180e503947812b9842f972aefcb1dc43e0049437 | refs/heads/master | 2021-06-24T18:56:50.264603 | 2020-10-13T14:19:20 | 2020-10-13T14:19:20 | 139,353,866 | 0 | 0 | null | 2020-10-13T14:19:21 | 2018-07-01T18:57:42 | Java | UTF-8 | Java | false | false | 3,211 | java | package dbpool;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Statement;
public c... | [
"wei.yinfu@qq.com"
] | wei.yinfu@qq.com |
353a6ad4dd04f2749ba3b51b895774b186ba1115 | b7a0671a10b39a038d4bd5a3d0d0456d1bab2094 | /src/main/java/factory/repository/ProjecteurRepository.java | 65fcc8af981f03c59be24b513a6d7eea8f4227c5 | [] | no_license | Deante/Factory | d55a418cbb9f253066eff4c8a3ab2701df807d11 | f9cb87c606159036a6d3b09e3fd404e7d4327fe3 | refs/heads/master | 2021-01-25T13:41:30.637065 | 2018-03-12T18:51:06 | 2018-03-12T18:51:06 | 123,585,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package factory.repository;
import factory.domain.Projecteur;
import org.springframework.stereotype.Repository;
import org.springframework.data.jpa.repository.*;
/**
* Spring Data JPA repository for the Projecteur entity.
*/
@SuppressWarnings("unused")
@Repository
public interface ProjecteurRepository extends Jpa... | [
"sonnyson95@gmail.com"
] | sonnyson95@gmail.com |
2154b76d1c55870e4945ed6812c1a4d2e7e164e5 | 66a875410d2c7095bae72e9835fd8752721ea21a | /09 第九章/test1/src/test/Test.java | 89d31d8cba4ba6ad7022f4d3397c5236bdffe641 | [] | no_license | kinglovelqn/Java-Concurrent-Programming | ae46042916174e39ba766ee6827e5194ecbc3878 | d614b499a2814788aa204ab4632a8643e5c9c343 | refs/heads/master | 2021-10-20T19:08:31.064661 | 2019-03-01T07:54:25 | 2019-03-01T07:54:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package test;
import java.util.concurrent.ForkJoinPool;
import action.MyRecursiveAction;
public class Test {
public static void main(String[] args) throws InterruptedException {
ForkJoinPool pool = new ForkJoinPool();
pool.submit(new MyRecursiveAction());
Thread.sleep(5000);
}
}
| [
"noreply@github.com"
] | kinglovelqn.noreply@github.com |
c0ada7ed85f427755f536638c183925572250ade | 43ca534032faa722e206f4585f3075e8dd43de6c | /src/com/instagram/share/b/n.java | f66a704c5ead2cd0b65e4a2cd4622beec814b589 | [] | no_license | dnoise/IG-6.9.1-decompiled | 3e87ba382a60ba995e582fc50278a31505109684 | 316612d5e1bfd4a74cee47da9063a38e9d50af68 | refs/heads/master | 2021-01-15T12:42:37.833988 | 2014-10-29T13:17:01 | 2014-10-29T13:17:01 | 26,952,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.instagram.share.b;
import com.instagram.api.e.a;
// Referenced classes of package com.instagram.share.b:
// o
public fi... | [
"leo.sjoberg@gmail.com"
] | leo.sjoberg@gmail.com |
69065c5cdc0113f05d5ce34de7e9b8b4e07ad166 | 08bb6023d2fee505c7bde5d75d0835b6dcb24482 | /mybatis-person/src/main/java/com/alison/mybatis/bean/Dept.java | f60cd2a7d68f52d202b316ffabd2b7084ee4c1a1 | [] | no_license | GavinAlison/mybatisDemo | 2eec1d7e68aec31c20a395ff46e72e50b9e91836 | 11a02aca627f934d2328c4f0c86c7d75415cffe1 | refs/heads/master | 2020-03-21T11:06:11.361922 | 2018-06-24T15:43:57 | 2018-06-24T15:43:57 | 138,489,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | package com.alison.mybatis.bean;
import java.util.List;
/**
*/
public class Dept {
private Integer id;
private String departmentName;
private List<Person> persons;
public Dept(Integer id) {
super();
this.id = id;
}
public Dept() {
super();
}
@Override
public String toString() {
return... | [
"921757697@qq.com"
] | 921757697@qq.com |
a081cfbb86bfd932819258b86224d8b9c21f6380 | 625ff91e8d6b4cdce9c60f76e693d32b761bfa16 | /uk.ac.gda.client/src/uk/ac/gda/client/viewer/PointFigure.java | 40f592edc7bdd9d18dd6d7b6865494bc7dac6380 | [] | no_license | openGDA/gda-core | 21296e4106d71d6ad8c0d4174a53890ea5d9ad42 | c6450c22d2094f40ca3015547c60fbf644173a4c | refs/heads/master | 2023-08-22T15:05:40.149955 | 2023-08-22T10:06:42 | 2023-08-22T10:06:42 | 121,757,680 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,442 | java | /*-
* Copyright © 2009 Diamond Light Source Ltd.
*
* This file is part of GDA.
*
* GDA is free software: you can redistribute it and/or modify it under the
* terms of the GNU General Public License version 3 as published by the Free
* Software Foundation.
*
* GDA is distributed in the hope that it will be usef... | [
"dag-group@diamond.ac.uk"
] | dag-group@diamond.ac.uk |
7358c4aa57a0f28736bc3b1f84854fff7ad708c7 | dc9a928ccd24b79511e042a00e46876cd79cd1d7 | /src/TableGenerators/LR/SLR/SLRGenerator/Conflict.java | de5d30508a8a7f9e77be72af1dc6958e9e5f1664 | [
"Apache-2.0"
] | permissive | ssanyu/PAMOJA | 6d418cab8b00a1e6e8efc3cb8fc1ef3c8b5ca92d | 2cb3cbfbe105f206d2b970e4e92766e3ff41ca76 | refs/heads/master | 2023-04-07T18:32:01.686024 | 2023-03-25T17:38:04 | 2023-03-25T17:38:04 | 288,168,999 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package TableGenerators.LR.SLR.SLRGenerator;
/**
*
* @author jssanyu
*/
public class Conflict {
/**
*
*/
public int st;
/**
*
*/
public String sym;
/**
*
* @pa... | [
"noreply@github.com"
] | ssanyu.noreply@github.com |
4c1ac3257531f2464c27d37115cdbf7e707531e1 | 599546967874aed2d7597170d51c72580a545fea | /WWLib/src/javassist/compiler/JvstTypeChecker.java | 73e65b1e60a5962b330b933bebd188c1cb029984 | [] | no_license | wellsm2011/ww | 3d214a4dcffb3315b0602f56f0642010367ae628 | f5882d09c64e2fea208b9649b9a0bbf1d89c2d1d | refs/heads/master | 2020-05-27T11:29:53.587847 | 2015-08-04T01:34:47 | 2015-08-04T01:34:47 | 34,886,332 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,318 | java | /*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Alternatively, the contents of th... | [
"abinns2011@my.fit.edu"
] | abinns2011@my.fit.edu |
e16db9887106528fde3a854afadd41ba67a79ce8 | b0e5f934a6298f0dab11d7c91521bd04904c5966 | /dinner-service-application-server/src/main/java/com/dudungtak/seproject/network/request/DishElementApiRequest.java | c3a958235287df682ee635402e06406483af6324 | [] | no_license | Dormarble/Dinner-Service | 8f1da38ae8e774f60d94838f4306a264fa63af25 | 70f535f496dc40df8cb3a3fa5565969be4defc4e | refs/heads/master | 2023-08-31T03:20:42.552553 | 2021-10-14T14:02:34 | 2021-10-14T14:02:34 | 302,533,377 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.dudungtak.seproject.network.request;
import lombok.*;
@Getter
@Data
public class DishElementApiRequest {
private Long id;
private Long ingredientId;
private Integer quantity;
}
| [
"gudfla0814@gmail.com"
] | gudfla0814@gmail.com |
fc9f5a0ed98bce7dcc607e92b588744ee1c405ae | db2c20191d9e608a489bdc9986cba50ae81373ad | /core/src/main/java/com/dtolabs/rundeck/core/rules/Rules.java | 47a677c9b04ea60dcfe8c83d8838501a1d3cd0c9 | [
"Apache-2.0"
] | permissive | skilld-labs/rundeck | 1cd537d88dcf12cee8d6a0b252f808db0f52728f | fe3d51dd9c9f3483abbaa937aa232a86d98da2f6 | refs/heads/master | 2020-03-07T04:06:57.250757 | 2018-06-16T06:41:05 | 2018-06-16T08:45:36 | 127,256,603 | 0 | 2 | Apache-2.0 | 2018-04-20T16:58:57 | 2018-03-29T07:49:59 | Groovy | UTF-8 | Java | false | false | 6,251 | java | package com.dtolabs.rundeck.core.rules;
import java.util.*;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.StreamSupport;
/**
* Create rules and a rule engine
*/
public class Rules {
/**
* @param ruleset initial rules
*
* @return new rule engine... | [
"greg.schueler@gmail.com"
] | greg.schueler@gmail.com |
f9df43db9d429ff5d9bb633ab71b914cd0cc68df | 8a86face3ee0351c25de5b1f1de85377b55ad9b9 | /jfugue/src/org/jfugue/elements/interfaces/Expression.java | 9984d910697bdc60cea5dc09dde515e0c06625e9 | [] | no_license | avh4/jfugue | ee1536d126e24d3dcbd465f6ce8a6d9a16bed78f | dfed2b64eb7f84bd63e5367e3d19442603808679 | refs/heads/master | 2021-01-25T08:28:27.353850 | 2012-06-06T05:01:11 | 2012-06-06T05:01:11 | 4,942,187 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package org.jfugue.elements.interfaces;
import org.jfugue.Environment;
public interface Expression<T> {
public T eval(Environment environment);
public String toString();
// public boolean isLiteral();
// public T getLiteral();
}
| [
"skavookie@4e7ddc10-1079-11df-a8dc-870042ab4e57"
] | skavookie@4e7ddc10-1079-11df-a8dc-870042ab4e57 |
e79d072cb94938277693f9d4d9a530be96a4f33f | c59f24c507d30bbb80f39e9a4f120fec26a43439 | /hbase-src-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java | e41e1c38ed871456883251913a0309d445279eb1 | [
"Apache-2.0",
"CC-BY-3.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-protobuf"
] | permissive | fengchen8086/ditb | d1b3b9c8cf3118fb53e7f2720135ead8c8c0829b | d663ecf4a7c422edc4c5ba293191bf24db4170f0 | refs/heads/master | 2021-01-20T01:13:34.456019 | 2017-04-24T13:17:23 | 2017-04-24T13:17:23 | 89,239,936 | 13 | 3 | Apache-2.0 | 2023-03-20T11:57:01 | 2017-04-24T12:54:26 | Java | UTF-8 | Java | false | false | 11,507 | 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"); ... | [
"fengchen8086@gmail.com"
] | fengchen8086@gmail.com |
307ff0a2e5a57bd5015f3cbed884b4616946c110 | 0fe1f9be40127be88cfcc2ed63adb898f6fbb80b | /order-8085/src/main/java/com/neusoft/order8085/order/service/SalesOrderService.java | 490fb7994eea0cf1fa62a0f684ec08d960349867 | [] | no_license | happyma23333/bsp-backend-springcloud | c59cd5ccf1426e4d39a91d5dcc0d50b33d3ccfe6 | 61f3864eac7e0d54cc083ec0bf6cc389dae7b891 | refs/heads/master | 2023-04-06T17:55:04.368025 | 2020-07-23T07:35:16 | 2020-07-23T07:35:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package com.neusoft.order8085.order.service;
import com.neusoft.order8085.order.entity.SalesOrder;
import java.util.List;
import java.util.Map;
public interface SalesOrderService {
int insert(SalesOrder salesOrder);
int update(SalesOrder salesOrder);
int delete(int pk);
SalesOrder getById(int pk... | [
"1320355349@qq.com"
] | 1320355349@qq.com |
b5dd0c5c38568cb903455646a9b6abe6e0be4b97 | bd96d15b142b26287251efb064e8c4a7db92d662 | /FirebaseOodlesDemo/app/src/main/java/e/aman/firebaseoodlesdemo/models/Users.java | e3abb19ae141236e7f38c271d07fb800156a80e3 | [] | no_license | AmanAppOfficial/Firebase-chat | 095768064bee23af2ca0671688040b7e3b03850a | a13fd646d184c8686e348d7bf87f23abf01c4ea3 | refs/heads/master | 2022-04-15T11:57:38.054938 | 2020-04-16T05:09:44 | 2020-04-16T05:09:44 | 256,114,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | package e.aman.firebaseoodlesdemo.models;
public class Users
{
public String name , phone , profileimage , age;
public Users() {
}
public Users(String name, String phone, String profileimage , String age) {
this.name = name;
this.age = age;
this.phone = phone;
this.pro... | [
"amangithub19@gmail.com"
] | amangithub19@gmail.com |
5624fc17801564a8fdd82ef013624fab8be33c14 | 1cdb44b2d4ac22e5ec8717d6bbd504ed09111add | /src/main/java/pers/hanchao/designpattern/observer/custom/NewspaperDemo.java | f57102a5f3b21f73815222af6dfb9aa11a950cde | [
"Apache-2.0"
] | permissive | hanchao5272/design-pattern | e1be2c40ec7d9a476e821d4b604403be6253bf4b | b830bc5e999624bee850ec8a98e1721815fe0bc6 | refs/heads/master | 2021-12-23T16:57:30.379720 | 2019-07-29T06:55:04 | 2019-07-29T06:55:04 | 193,321,405 | 0 | 0 | Apache-2.0 | 2021-12-14T21:29:18 | 2019-06-23T07:57:36 | Java | UTF-8 | Java | false | false | 819 | java | package pers.hanchao.designpattern.observer.custom;
import lombok.extern.slf4j.Slf4j;
/**
* <p>报纸订阅测试</P>
*
* @author hanchao
*/
@Slf4j
public class NewspaperDemo {
public static void main(String[] args) {
//开始有2个人订阅报纸
Newspaper newspaper = new Newspaper();
newspaper.register(new User... | [
"hanchao@yidian-inc.com"
] | hanchao@yidian-inc.com |
7dd7e9996e44337268349d84bb7289161840b9e1 | 38817a4c9dcd80154dfc4dfc0121e53dab5f5b00 | /src/main/java/com/wwtx/util/StringUtil.java | 46b2efcb3d7e5921e3442dca4a80834c0e9df514 | [] | no_license | broit/shaishai | 99beba39ac254fd5462102f73bf9848c41c152b6 | c2e6d4951bd5c2ba25fff268aa07f7da9ff27277 | refs/heads/master | 2020-03-13T03:11:23.993877 | 2018-04-26T00:25:25 | 2018-04-26T00:25:25 | 130,939,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,559 | java | package com.wwtx.util;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.sql.Clob;
import java.sql.SQLException;
import java.util.Date;
import java.util.regex.Pattern;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons... | [
"14202241@qq.com"
] | 14202241@qq.com |
efc109384854eb40572d31ac35368dab681eae97 | 0371f1fdf11396bdb5b91d5413677c085929631c | /src/main/java/com/camaramed/springboot/jobportal/service/InterviewService.java | 529ea11118a6acb156912eb993608f782de7cf38 | [] | no_license | CamaraMed/Springboot-job-portal | 4dcefb46e0a594728afa5a5e3a0296203d41ccb8 | 389b2a1943d490c7134982b6439fc4b79b0d91e5 | refs/heads/master | 2023-05-14T13:54:09.814905 | 2021-06-10T09:59:11 | 2021-06-10T09:59:11 | 375,639,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package com.camaramed.springboot.jobportal.service;
public interface InterviewService {
}
| [
"medcamara042@gmail.com"
] | medcamara042@gmail.com |
1991ff3705d325cfbe4db07a2d62f4355ff21d96 | f92fd9bb57ca575d680e5386db1aff11a3830db9 | /src/com/vtyc/MySQLAccess.java | b64a3f9a2f68da310a36a7cbae84463d9dad90b0 | [] | no_license | quan-qiu/git-rest-api | 11fef3981aba0c308fe796ca7f5dd6c06e394e33 | 8397c083b755c29bdc077e8005c552724dada318 | refs/heads/master | 2021-06-26T12:04:46.033181 | 2017-09-12T05:31:33 | 2017-09-12T05:31:33 | 103,226,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package com.vtyc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Date;
public class MySQLAccess {
private static Connection conn = null;
private static String URL... | [
"quan_qiu@varroctyc.com"
] | quan_qiu@varroctyc.com |
121a8529bc2c67560ff28a1639867b79834812ae | f2ea37ddb5bd17e20a0dabf5e3bd78ed4df8a5bc | /src/main/java/com/study/concurrence/semaphore/SemaphoreTest.java | d0b4c669ca75cc6eb9c993cead65ccff8fcc7431 | [] | no_license | cuiyubao/study_record | 1a6d74fbf5f299cf18d5a3f56b54456aaa2561cb | e3fce18148f9bcdc232e1bd8d2ccdcf94cf2f6e1 | refs/heads/master | 2021-06-10T22:49:13.171879 | 2021-04-27T13:23:22 | 2021-04-27T13:23:22 | 182,964,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,525 | java | package com.study.concurrence.semaphore;
import java.util.Random;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Semaphore;
/**
* @author cuiyubao
* @date 2020/5/19 下午 07:50
*/
public class SemaphoreTest {
private static int count = 20;
publ... | [
"1176011182@qq.com"
] | 1176011182@qq.com |
9fa52ac6678f1e08d0619dacea4ae4e642f3b3c1 | 3266748d7f47396e73643fe3c2c5fe55e71f8e0a | /app/src/main/java/com/bigif/efzet/birthdaygift/HarapanManager.java | a3028a34e8cb9c1a0fa9c1240507522ce4b594e8 | [] | no_license | efzyx/BirthdayGiftAndroid | 4b75e65489f12ccd6149ded449265f984c9e999b | 664e07bab25d44c41181c7d847e205de245886fd | refs/heads/master | 2020-03-30T18:02:45.833733 | 2016-10-25T17:01:36 | 2016-10-25T17:01:36 | 151,481,176 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | package com.bigif.efzet.birthdaygift;
import android.app.Notification;
import android.content.Context;
import android.graphics.Typeface;
import android.os.Message;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
impor... | [
"fauzi.padlaw@gmail.com"
] | fauzi.padlaw@gmail.com |
effe6fa552ec1ad85d2a8bf4f1f09441ae0da8ab | 81f2339abc3c4c424c9cd283af2602e6e7950905 | /rest/src/net/frapontillo/uni/db2/project/converter/AbstractConverter.java | 6eb964340cbd51ab04780674f237c9699316ceee | [] | no_license | frapontillo/bd2-project-uniba | dcdda3c3ad7e4d0b739879f94dd76ed57f30ab9e | dac40da1905bca76555c8d2a7c685c3bebb9d0ee | refs/heads/master | 2016-09-06T15:06:35.217282 | 2013-02-20T21:36:30 | 2013-02-20T21:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package net.frapontillo.uni.db2.project.converter;
import java.util.ArrayList;
import java.util.List;
import net.frapontillo.uni.db2.project.entity.IEntity;
import org.jooq.Record;
import org.jooq.Result;
public abstract class AbstractConverter<S extends Record, D extends IEntity> {
public abstract D from(S sour... | [
"francescopontillo@gmail.com"
] | francescopontillo@gmail.com |
601f6262766fa31937d3269e1a40ede1120fac73 | 790efd0d82057e1c5edf99c6de2e4d8e1bfe5962 | /case 2.1 Spring Web/src/main/java/com/gang/web/demo/config/ErrorConfig.java | 5a3afe761e4827f2e70045133611137584f5e264 | [] | no_license | dancer4code/case | c9c44b2d5e4c2c290169f49b8522401a7e6a4144 | 3b4672260e914fb74125a3fd445d55b2173f42de | refs/heads/master | 2023-03-10T09:36:26.693201 | 2021-02-23T01:44:13 | 2021-02-23T01:44:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package com.gang.web.demo.config;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.Respons... | [
"1016930479@qq.com"
] | 1016930479@qq.com |
6673feb70d7a8ae95b81f717227cd55ac060d6f1 | 67613db45742033448e9acf506d70fa764c80e7d | /app/src/main/java/com/honey/e_commerce/activity/UserLoginActivity.java | 0e303d31df786528b18178d6a001f0be22eb9632 | [] | no_license | stuido/E-commerce-Two | f8b1d69239a0eb1a0c076bb17858b6203cf85991 | 0dae315ec2c58fbd7ffa44052bfc6726d333ddd0 | refs/heads/master | 2021-08-30T15:26:41.711693 | 2017-12-18T12:48:51 | 2017-12-18T12:48:51 | 114,639,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,177 | java | package com.honey.e_commerce.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.util.Log;
i... | [
"31461892+honeyshasha@users.noreply.github.com"
] | 31461892+honeyshasha@users.noreply.github.com |
1ccb3237440e13575ee970f946a4a6a79aab2759 | 457b8498fa508303107af79c668c8c6b4ff03fb2 | /SpringBootAxonCQRSshopstock/src/main/java/com/shop/labs/dev/cqrses/rest/dto/MoneyAmountDTO.java | 2abdbfc2fd110f70c9ca3ffaf932f30d9c97447c | [] | no_license | ManiKathir/CQRS-AXON | e2e326bd461f0b132441c85a554dd5606adabfd1 | 5ac5dd10bba7d3115b8f38d19dfa138b8e5568e2 | refs/heads/master | 2022-11-13T11:27:38.328045 | 2020-06-21T06:16:09 | 2020-06-21T06:16:09 | 273,844,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.shop.labs.dev.cqrses.rest.dto;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
@Data
@NoArgsConstructor
public class MoneyAmountDTO {
private BigDecimal amount;
}
| [
"35886078+ManiKathir@users.noreply.github.com"
] | 35886078+ManiKathir@users.noreply.github.com |
c261ccfdfebf02ef086151875138f48aaf788f85 | 1b97b703ff2293fd1fe840ad310523e52f894b37 | /genetics/src/main/java/genetics/tsp/GraphGenerator.java | ccc0c847c5ea6428dc17c85f1ea7fd7f0645dea6 | [] | no_license | Vincent91/genetics | 106abc71117d1af452a9f1f7a0715655088da1ee | eed4f4df4c52ec862f949e84d5b0c90854684dd9 | refs/heads/master | 2021-01-19T21:29:21.785185 | 2016-08-22T23:35:10 | 2016-08-22T23:35:10 | 9,229,405 | 0 | 1 | null | 2015-06-09T23:07:15 | 2013-04-04T22:28:20 | Java | UTF-8 | Java | false | false | 941 | java | package genetics.tsp;
import org.uncommons.maths.random.MersenneTwisterRNG;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
/**
* @author Vladislav Kononov vincent@yandex-team.ru
*/
public class GraphGenerator {
private static int SIZE = 80;
private static MersenneTw... | [
"vincent@yandex-team.ru"
] | vincent@yandex-team.ru |
bef3e10644a63c01c52962334fa0766a2b3f4b0f | 1e65619a2e46155dd80241b04d9814598458c9cb | /app/src/main/java/com/lianghuawang/cottonfarmer/tools/view/FileUtil.java | cc2180b9acf287e463034584a01836d097b91e0d | [] | no_license | 809698471/CottonFarmer | 32bad768831fe5c351c7dcb64de4828a38ccae01 | 43d3d00b75e42621655f44251d345f01edc0cab5 | refs/heads/master | 2021-06-11T06:08:08.148282 | 2018-11-26T10:34:00 | 2018-11-26T10:34:00 | 128,591,795 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | java | package com.lianghuawang.cottonfarmer.tools.view;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.provider.MediaStore;
import android.text.TextUtils;
import java.io.File;
/**
* 文件工具类
*/
public class FileUtil {
/**
... | [
"809698471@qq.com"
] | 809698471@qq.com |
93b36900020d375aeacac8c3c67996d786e47d23 | b9648eb0f0475e4a234e5d956925ff9aa8c34552 | /google-ads-stubs-v10/src/main/java/com/google/ads/googleads/v10/enums/DataDrivenModelStatusEnumOrBuilder.java | c299ee543464244b3985899dcea693452e5d3ddb | [
"Apache-2.0"
] | permissive | wfansh/google-ads-java | ce977abd611d1ee6d6a38b7b3032646d5ffb0b12 | 7dda56bed67a9e47391e199940bb8e1568844875 | refs/heads/main | 2022-05-22T23:45:55.238928 | 2022-03-03T14:23:07 | 2022-03-03T14:23:07 | 460,746,933 | 0 | 0 | Apache-2.0 | 2022-02-18T07:08:46 | 2022-02-18T07:08:45 | null | UTF-8 | Java | false | true | 392 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/enums/data_driven_model_status.proto
package com.google.ads.googleads.v10.enums;
public interface DataDrivenModelStatusEnumOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.enums.... | [
"noreply@github.com"
] | wfansh.noreply@github.com |
4383564ac539e53d4a8d285636eeffa5b3144e90 | b2b79d7521aff96504a4e0c0af006c1d3e48e81b | /rewrite-core/src/main/java/org/openrewrite/Change.java | 1f0b5925bd950279c9efa4a2d1c8cf2a2da8c08b | [
"Apache-2.0"
] | permissive | Netflix-Skunkworks/rewrite | ea7bbb6a10549a384526759fa70b2d875e4f49db | db0d7ee7699078caf28cbaff844fb79a036d40a0 | refs/heads/master | 2023-08-24T17:19:04.144858 | 2020-05-19T19:10:28 | 2020-05-19T19:10:28 | 62,863,317 | 254 | 27 | Apache-2.0 | 2023-03-17T07:32:26 | 2016-07-08T06:09:31 | Java | UTF-8 | Java | false | false | 3,575 | java | /*
* Copyright 2020 the original authors.
*
* 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 ... | [
"jschneider@gradle.com"
] | jschneider@gradle.com |
68a857fe952785db4a57ec1bcfec3bdfc8cc4049 | 591f48f2e7765b4360328b62b1c529b1150c4788 | /src/bot/validator/ChessPieceMoveValidator.java | 8f127d5808ef09e7b7c5b70dc875becb5f657b7e | [
"Apache-2.0"
] | permissive | riddlesio/martian-chess-starter-bot | e2aff20388f7588779d75a6846259c80cd2a57e7 | 3db30b4dbb4ab63e4810cd29128dc9814d5ac68a | refs/heads/master | 2021-06-18T04:35:44.611072 | 2017-05-15T13:16:09 | 2017-05-15T13:16:09 | 89,937,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package bot.validator;
import bot.model.MartianChessBoard;
import bot.model.MartianChessPiece;
import bot.model.MartianChessPieceType;
import bot.move.MartianChessMove;
/**
* ${PACKAGE_NAME}
*
* This file is a part of martianchess
*
* Copyright 2016 - present Riddles.io
* For license information ... | [
"bitbucket@trendradar.nl"
] | bitbucket@trendradar.nl |
f2e41def395cd5f86301039fb4772c1faee94366 | 70bdc620c9055687ec69296d468e649359eb62ae | /Server/src/main/java/com/d3lph1/bridge/server/network/handlers/MoveHandler.java | 9a3ecef61c2e473bc13b2280e3cc315271f98770 | [
"MIT"
] | permissive | glotovapolina/Bridge | b4a66b5179e0e4cf0a97610658af02b3d93a98d6 | f7f900cdbb742cbad42c6e446004c1d3a5b291a6 | refs/heads/master | 2020-07-14T15:56:17.348560 | 2019-08-30T10:08:01 | 2019-08-30T10:08:01 | 205,347,622 | 1 | 0 | null | 2019-08-30T09:14:25 | 2019-08-30T09:14:24 | null | UTF-8 | Java | false | false | 2,428 | java | package com.d3lph1.bridge.server.network.handlers;
import com.d3lph1.bridge.common.network.PacketHandler;
import com.d3lph1.bridge.common.network.packets.MessagePacket;
import com.d3lph1.bridge.common.network.packets.MovePacket;
import com.d3lph1.bridge.common.network.packets.MoveResultPacket;
import com.d3lph1.bridge... | [
"d3lph1.contact@gmail.com"
] | d3lph1.contact@gmail.com |
1721fc1f7d0e08335cd9e71a36a7ea7e7ae91edc | fe657de1b5d9369df7b89a249740eadfbc8932f7 | /edu.tum.in.bruegge.epd.emfstoreHelper/src/edu/tum/in/bruegge/epd/emfstore/dialog/util/UsersessionsLabelProvider.java | b3b721d36f793e552898a14fa842d4cb1de5e3d3 | [] | no_license | eneufeld/EmfStore-e4 | cad6070b6cd92bbda07c39d72a1be4f962aca3b8 | e850c68e62d0056b008bec63566805c353d87253 | refs/heads/master | 2021-01-16T18:03:27.798262 | 2012-02-04T14:12:54 | 2012-02-04T14:12:54 | 2,721,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | /*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License... | [
"neufeld.eugen@googlemail.com"
] | neufeld.eugen@googlemail.com |
598dfa4a61348a81c346848bf9e57a551faa235a | 5612f1399de2710ebca5c153f52a6688f47a424a | /src/com/ds/practiceproblems/stack/BruteForceStockSpan.java | dafbec232ffd978f6a05487f0749962e0f8b3927 | [] | no_license | rajatambastha17/Data-Structure-Practice-Codes | 9f1145cdf34303b13cfe86eba7100b1002ff1a1d | 3503c19a322432676b2f3dfad1541c6dbd2faf84 | refs/heads/master | 2023-05-18T19:05:44.905859 | 2021-06-05T17:46:16 | 2021-06-05T17:46:16 | 372,603,241 | 0 | 0 | null | 2021-06-05T17:46:16 | 2021-05-31T18:59:10 | Java | UTF-8 | Java | false | false | 1,010 | java | package com.ds.practiceproblems.stack;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class BruteForceStockSpan {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
System.out.println("Enter length of arr... | [
"rajatambastha0034@gmail.com"
] | rajatambastha0034@gmail.com |
de3c23d7fc7e387a45fe22c2d2a2ed692daaf7f6 | c0e356e5201aaea22ade483f2f1fa2157bbb706b | /inventory/src/com/admin/service/manufacturer/ManufacturerServiceImpl.java | b3120d61c6231b147501078619ad7801ab29c659 | [] | no_license | gaohonglei1219/inventory | 299058159b3eb302142d13c2d3aec139a47257e9 | d4982500a0afd70bc3e62691c88dfad12998c415 | refs/heads/master | 2023-01-08T04:17:15.438901 | 2020-10-26T08:44:37 | 2020-10-26T08:44:37 | 297,886,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package com.admin.service.manufacturer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.admin.entity.Brand;
import com.admin.entity.Manufacturer;
import com.admin.mapper.BrandMapper;
import com.admin.mapper.ManufacturerMapper;
/**
*... | [
"403509729@qq.com"
] | 403509729@qq.com |
e499638af108dc50de1b57ed7f76b0f06720a32d | 4befb513d4a5cdc0897840e50f2f75f9d4e8d6bd | /src/main/java/com/example/webadminfeign/UserFeignImpl.java | 92d4ad4a7d28a5bcaa75251af88bfda8d0c4b081 | [] | no_license | yangjunwei1/web-admin-feign | a999816c74a67c8ee49cb7062a02ee1acb0c5ae4 | 0deb058d7499f951eb669a001e5ed1505d079355 | refs/heads/master | 2021-05-18T09:54:39.490772 | 2020-04-21T03:44:55 | 2020-04-21T03:44:55 | 251,199,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.example.webadminfeign;
import feign.Feign;
import org.springframework.stereotype.Component;
/**
* 项目名称:myspringcloud<br>
* *********************************<br>
* <P>类名称:AdminFeignImpl</P>
* *********************************<br>
* <P>类描述:</P>
* 创建时间:2020/3/26 15:58<br>
* 修改备注:<br>
*
* @version 1.... | [
"junwei.yang@pcitc.com"
] | junwei.yang@pcitc.com |
170f0a0e2e25c2fc1141a11c31ff7d0f608ab67e | c81387ae73d9e9b3f93777b40ff3f165600beabb | /Java/spine-skeletonviewer_4.0/src/main/java/com/esotericsoftware/spine/SimpleTest3.java | 201c5482d79a5bff78379520c986116005b7cf63 | [] | no_license | Aloento/SpineRunTimes-Examples | 47ea53875dc6f22d28fd1f3f975cd1ea478e0065 | ef1623630b4af3dce17283c04f1c2ba51d7d03d8 | refs/heads/master | 2023-03-01T17:49:38.456676 | 2021-02-09T18:49:10 | 2021-02-09T18:49:10 | 323,745,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,815 | java | /******************************************************************************
* Spine Runtimes License Agreement
* Last updated January 1, 2020. Replaces all prior versions.
*
* Copyright (c) 2013-2020, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative... | [
"11802769+soarteam@users.noreply.github.com"
] | 11802769+soarteam@users.noreply.github.com |
dccb420822dd477de67a4a6ac0a55946f40e60e3 | 2293cea59ddd8cf82e5d9ddf5fd03c9ff90dc299 | /src/main/java/blockproject/bpsl/ast/expr/IntegerLitteral.java | 4d001857ccbce05a4a6fdc4657cdc05510a345fb | [
"BSD-3-Clause"
] | permissive | BlockProject3D/BPSLParser | d96f7e6857695e86f28a1ea0c45c1680feef3b17 | 6e841588a5d901cae202ca74cb55b49525838dda | refs/heads/master | 2020-04-15T06:37:13.558158 | 2019-10-04T03:36:14 | 2019-10-04T03:36:14 | 164,466,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package blockproject.bpsl.ast.expr;
public class IntegerLitteral extends Expr
{
public int value;
public IntegerLitteral(int val)
{
super(EType.INTEGER_LITTERAL);
value = val;
typeName = "int";
}
} | [
"nicolas1.fraysse@epitech.eu"
] | nicolas1.fraysse@epitech.eu |
132b9e1ecd97dd564f458303ce8aae2e3b80bd6b | 46ec39b5fbe8ce89d77c3a6242c884b9c53b1235 | /miclock/src/main/java/com/example/miclock/MiClockView.java | 20e79339c82b6d089268b319093770aaea17ebd1 | [] | no_license | cgy0905/UIDemo | e1215ecff5d3c33236bedf7951ff15ba36656f86 | 36c6dc7d9bbe897b24e98e89bca0b213f6fcb6c5 | refs/heads/master | 2020-06-06T20:30:46.464297 | 2019-06-20T07:48:30 | 2019-06-20T07:48:30 | 192,845,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,884 | java | package com.example.miclock;
import android.animation.PropertyValuesHolder;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Camera;
import android.graphics.Canvas;
import android.graphics.C... | [
"1020110023@qq.com"
] | 1020110023@qq.com |
392589f8be29c8f1d1495ffaf0b37933d4275649 | c3be038003db8861dd685bddbb753ba76f15085d | /src/in/sudoku/gui/SudokuPlayActivity.java | 9da2f8a8d708d7427fe9bcb97e42b9aa24a5d0fe | [] | no_license | hanjing5/android-game-sudoku | 7eb0ddb9a89faa01ff9feee20a545f89b130f7f6 | cca9da102644b6d5d1481460395a9a40cd6e3e92 | refs/heads/master | 2021-01-01T15:59:43.411651 | 2012-08-06T04:17:41 | 2012-08-06T04:17:41 | 5,310,027 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,740 | java | /*
* Copyright (C) 2009 Roman Masek
*
* This file is part of OpenSudoku.
*
* OpenSudoku 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 lat... | [
"hjing@walmartlabs.com"
] | hjing@walmartlabs.com |
4b16580f3e8fce2c86cff71aaa73a90f89e538e0 | d7691603b1793271a46115c0313e0c2306b11bea | /src/main/java/com/xhx/common/algorithm/array/InsertInterval.java | 30b1f700a49e6e664c9e9e49d514979ea77ff781 | [] | no_license | emperorhxh/LeetCodeAlgorithm | 7d57f8c808ef0ddb838b5ecb2a9340e420e59cc6 | 8ed12134916e8c97d1becdf521e78d900052d27a | refs/heads/master | 2022-07-13T14:20:39.952963 | 2021-03-26T09:37:47 | 2021-03-26T09:37:47 | 246,533,972 | 0 | 0 | null | 2022-06-17T02:57:10 | 2020-03-11T09:53:20 | Java | UTF-8 | Java | false | false | 2,164 | java | package com.xhx.common.algorithm.array;// Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).
// You may assume that the intervals were initially sorted according to their start times.
// Example 1:
// Given intervals [1,3],[6,9], insert and merge [2,5] in as [1,5]... | [
"xiaohuh@jumei.com"
] | xiaohuh@jumei.com |
75fe78ac37e0cbfb74f78fcb27e04ee69587e3d9 | 0564ccb85c6fbab4fe1767099ba0e4847ed64102 | /src/main/java/tsuteto/tofu/tileentity/ContainerTfReformer2.java | 28f549537d098cc82b98f6230ba5aa81b9bc78a5 | [] | no_license | Mrkwtkr/TofuCraft-MC1.7.2 | 02dfcdde38ae1a864335c9ddf86d2717c17026ce | a1970fbb614621f0cf7eb91c0f653f8c178fedf9 | refs/heads/master | 2021-01-17T21:25:35.984503 | 2014-10-25T23:41:56 | 2014-10-25T23:41:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | package tsuteto.tofu.tileentity;
import net.minecraft.entity.player.InventoryPlayer;
import tsuteto.tofu.api.tileentity.SlotTfMachineOutput;
import tsuteto.tofu.gui.TfMachineGuiParts;
public class ContainerTfReformer2 extends ContainerTfReformerBase
{
public ContainerTfReformer2(InventoryPlayer invPlayer, TileEnt... | [
"midis.cube@gmail.com"
] | midis.cube@gmail.com |
dc236ddabdb58e8d9d416b23422b9484297675e8 | f34549868d82cf4c52605727fb9d6c6f2245a970 | /JavaOOP/src/templatemethodpattern/Main.java | f74edc8d8215fb5efa0ad7c196959a2f2b5709e4 | [] | no_license | sos0911/koreaJavaOOP | bd3043eb7ff1ddc3a82b46212707a4e7da7eb2c3 | 221fd0bee65440cf3101008587949856ee4c4d96 | refs/heads/master | 2021-01-11T20:50:22.308948 | 2017-01-17T06:35:10 | 2017-01-17T06:35:10 | 79,195,256 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | package templatemethodpattern;
public class Main {
public static void main(String[] args) {
Man man = new Man();
man.makeFriends();
Woman woman = new Woman();
woman.makeFriends();
}
}
| [
"sos0911@korea.ac.kr"
] | sos0911@korea.ac.kr |
2ee55de8ba07e7f3048ad826d569f95962edc518 | 875dd44d8108685ab72399ee651eb0f5d65cd45e | /building-info/src/main/java/com/gmail/shaahin2010/building/infoservice/buildinginfo/model/Unit.java | 02ad096902a8cbd0665e3bd702058970b6727964 | [] | no_license | shaahin2010/building-microservices | d88b1dcb1d4e565fbe5090b3c7a606502a01c27a | e85d4e1fc3d67bd0417203a83e58ed2a3fff62f6 | refs/heads/master | 2020-08-17T05:45:04.544238 | 2020-08-10T22:00:27 | 2020-08-10T22:00:27 | 215,618,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.gmail.shaahin2010.building.infoservice.buildinginfo.model;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import com.gmail.shaahin2010.building.infoservice.buildinginfo.model.base... | [
"shaahin2010@gmail.com"
] | shaahin2010@gmail.com |
a7a79e9bca2895cfc96bc9ed37b07cabcd5d9f0c | e767815a2729c6397e8cfaf58d6dcb4f61693b42 | /src/main/java/org/krohm/HomePage.java | 8628537611b177f8aa66f9078d37137666fb30e8 | [] | no_license | ArnaudDemarcq/Wicket-BIRT-POC | 3c5363d1dbc0a079c18fd0acb142eb3a21fc9fc6 | ae165c932802bbf3e4d19a450e6fc8de131389a3 | refs/heads/master | 2021-01-15T08:13:14.983419 | 2012-01-26T15:39:54 | 2012-01-26T15:39:54 | 3,274,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,194 | java | package org.krohm;
import java.io.BufferedOutputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import org.apache.wicket.request.Response... | [
"arnaud.demarcq@laposte.net"
] | arnaud.demarcq@laposte.net |
9f62f887aa2c7e3b2eacd5bbf6f8b2781e91c8e6 | a04f1a82f8cd77da2b8fc9edfa761d46cd4d9fd0 | /src/main/java/com/dream/entity/music/Musician.java | 3e6f1c42e211d9e44d1a1998ba493cc819f438ee | [] | no_license | liuxinjie123/springBoot-practise | 97a5fcd882b3e0d4b0fe62c6101f0fcc06c8cd37 | 790c93575c14bd88a97fd447dd2732e28c54057c | refs/heads/master | 2021-01-10T22:39:10.465394 | 2018-04-28T14:48:22 | 2018-04-28T14:48:22 | 70,387,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package com.dream.entity.music;
import com.dream.entity.common.BaseEntity;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name = "music_musician")
@Data
@NoArgsConstructor
public class Musician extends BaseEntity implements Serializable {
... | [
"liuxinjie@yimei180.com"
] | liuxinjie@yimei180.com |
c65ba2bb898e5c475df6864d2efd47c23ec868e9 | 2681540867f029012530c9f4fd7e14c073a19b9c | /Collection/src/cn/bjsxt/collectior/TestSet.java | d23922cfe9cee38e06e7be64038b4c0b53629e5f | [] | no_license | watchtree/Java_test_learning | 453559be0358690fbccd084f260add0d2f118511 | 9183b494b604a37538a9155d64db3a109fe41c54 | refs/heads/master | 2020-03-29T22:03:27.402388 | 2018-12-02T05:16:25 | 2018-12-02T05:16:25 | 150,400,943 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 452 | java | package cn.bjsxt.collectior;
import java.util.HashSet;
import java.util.Set;
/**
* 测试set(可重复无顺序)的常用方法
* @author tree
*
*/
public class TestSet {
public static void main(String[] args) {
Set set = new HashSet();
set.add("aaa");
set.add("bbb");
set.add(new String("aaa"));//后面的会覆盖前面的,
System.out.println(s... | [
"547552336@qq.com"
] | 547552336@qq.com |
5ee2a0afcf69efb8ecf763606e9f715f68553b71 | 460c73497f027b546f530271686d707732d566ba | /src/main/java/jschool/validator/Message.java | fa8fff0b591c5e259d426cea120d6f5aac9813e5 | [] | no_license | AalisaM/OnlineStore | ac9c539297758ed2e10201d4ec50d8cc41d63c33 | 454e8520d9ab93343b184998b7cf097047cf4d4c | refs/heads/master | 2020-04-26T03:22:50.697626 | 2019-04-10T15:03:33 | 2019-04-10T15:03:33 | 173,265,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package jschool.validator;
import java.util.ArrayList;
import java.util.List;
public class Message {
private List<String> errors;
private List<String> warnings;
private List<String> confirms;
public Message() {
errors = new ArrayList<>();
warnings = new ArrayList<>();
confirms... | [
"aalisa.meteleva@gmail.com"
] | aalisa.meteleva@gmail.com |
00f297af3921b294a94c1c9687aedceaaf9beaa4 | 504b04c9a775e4b8b6d8d1bf2637da7ac0e66704 | /src/yummycherrypie/dal/default_records/RecipesDefaultRecords.java | a7d1a20a456ba5444725785e65e6fb832ab0932d | [] | no_license | core-attack/yummycherrypie | 977c2adbed3a0352805a0e559d5124bfc7bd7ff1 | 4ecd6a75487d104d2af4be9cc364d40e65173a6f | refs/heads/master | 2021-06-15T23:59:02.762338 | 2021-03-12T10:10:16 | 2021-03-12T10:10:16 | 173,998,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,422 | java | package yummycherrypie.dal.default_records;
import java.util.ArrayList;
import java.util.Date;
import yummycherrypie.base_classes.Recipe;
import yummycherrypie.base_classes.RecipeLine;
import yummycherrypie.business_logic.Extensions.LogExtension;
import yummycherrypie.dal.DBHelper;
/**
* Created by Nikolay_Piskarev... | [
"nikoly@appswithlove.com"
] | nikoly@appswithlove.com |
39267d17af145e9fff1ecbef38427cd24fec5c92 | 2a9fbfe13594ab794bfce1944d78ed0d76556280 | /loqua/loqua-ejb/src/main/java/com/loqua/persistence/ForumPostJPA.java | 77618b291d7b61454615818147f49f5dcc371fc4 | [] | no_license | gonzalo-alonso-github/webLanguages | 8adb402a5c284330f14c7c3d9a9fab810d3bf7c3 | aedb36ad23f29f2b7ed9e90ef2eb02314369a9e8 | refs/heads/master | 2022-06-24T21:02:33.680730 | 2021-05-11T21:11:18 | 2021-05-11T21:11:18 | 60,114,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,937 | java | package com.loqua.persistence;
import javax.persistence.NoResultException;
import com.loqua.model.ForumPost;
import com.loqua.model.Comment;
import com.loqua.model.Correction;
import com.loqua.persistence.exception.EntityNotPersistedException;
import com.loqua.persistence.exception.PersistenceRuntimeException... | [
"galonso333@gmail.com"
] | galonso333@gmail.com |
dd58c050dd538a4a15f89be0321e8978785902e5 | 51db53b8363a5eaf1bccca87452b2c48de8a0d1e | /src/main/java/me/stieglmaier/schafkopfAuswerter/view/SchafkopfTableModel.java | b24a65907cfae06e9e494d1ecfc164ad46917dec | [
"MIT"
] | permissive | stieglma/Schafkopfauswerter | 6ce940ca5c60e81d4f2dd4135be111201e04e5dd | 154a4ed1027017c7a73715855d232dfaa9930db0 | refs/heads/master | 2016-09-15T11:59:12.313248 | 2016-04-13T18:55:39 | 2016-04-13T18:55:39 | 39,732,834 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | package me.stieglmaier.schafkopfAuswerter.view;
import javax.swing.table.AbstractTableModel;
import me.stieglmaier.schafkopfAuswerter.model.SystemValues;
import me.stieglmaier.schafkopfAuswerter.model.db.GameData;
public class SchafkopfTableModel extends AbstractTableModel {
private static final long serialVersio... | [
"thomas@stieglmaier.me"
] | thomas@stieglmaier.me |
f13278fccf36c722d36fd9fbb1fd51b74a1c7a97 | f76bab37d6d310fc79c136299c2dfee3d7e8998c | /src/demo07/Member.java | 079aa19a757db8b748a0ffee5df5d551d9e877fc | [] | no_license | Jayleonc/myClass | cd39be10fa6a288bbb897da345ad11666a48e626 | 69c47174f993dbdef7f11babf7e18493202b5227 | refs/heads/master | 2022-11-04T14:01:56.765131 | 2020-06-17T01:36:41 | 2020-06-18T04:23:43 | 255,582,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package demo07;
import java.util.ArrayList;
import java.util.Random;
public class Member extends User {
public Member() {
}
public Member(String name, int money) {
super(name, money);
}
public void receive(ArrayList<Integer> list) {
// 从多个红包中随机抽一个给我自己
int index = new Ran... | [
"jayleonc@JayleoncdeMacBook-Pro.local"
] | jayleonc@JayleoncdeMacBook-Pro.local |
164b453a52c8ce74c2b60d706efc01557fcc5770 | c81dd37adb032fb057d194b5383af7aa99f79c6a | /java/com/ironsource/sdk/ISNAdView/ISNAdViewWebClient.java | b63570dba83597a54dee2e04b2b4d7c6419830dd | [] | no_license | hongnam207/pi-network-source | 1415a955e37fe58ca42098967f0b3307ab0dc785 | 17dc583f08f461d4dfbbc74beb98331bf7f9e5e3 | refs/heads/main | 2023-03-30T07:49:35.920796 | 2021-03-28T06:56:24 | 2021-03-28T06:56:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | java | package com.ironsource.sdk.ISNAdView;
import android.os.Build;
import android.webkit.WebResourceError;
import android.webkit.WebResourceRequest;
import android.webkit.WebResourceResponse;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import com.ironsource.sdk.WPAD.ISNAdViewProtocol;
public class... | [
"nganht2@vng.com.vn"
] | nganht2@vng.com.vn |
ae33256ee5dc3da6d2b2e8b023dd7de168652c01 | 25926775713434b6eef6a89a6e48de21e6ea221c | /app/src/main/java/com/example/pruebacomercio/CalzadoUno.java | 8962cfb973cd449dfd9378555e8b5c9c57792d34 | [] | no_license | AlexBonilla91/Pruebacomercio | 119d68e660d63ad0edf91cc37734c444511c1dda | b398eeb8cfa2b8205c3f5354d8cf54e58ba80361 | refs/heads/master | 2023-03-29T04:20:01.537497 | 2021-03-29T23:32:46 | 2021-03-29T23:32:46 | 352,812,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.pruebacomercio;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class CalzadoUno extends AppCompatActivity {
protected void OnCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.calzado_uno);... | [
"walex_91@hotmail.com"
] | walex_91@hotmail.com |
3dd915801517330a230938200e1d2ebd4576b508 | f1e98c90511b4298a7bee2c4b5d2752e0bff68e1 | /SeleniumClasses/src/com/pageobjectmodel/sample1/TestLogin.java | 0c22a30b56e0c47fc2a7ccc75079619723c3d7cd | [] | no_license | Imrose-pasha/ActiTime | 31b6b7b49719665a4f2afb06b0c78ba9652033ad | ee9541b27ce8839680c4f74830927a78757cdfc6 | refs/heads/master | 2020-03-27T07:14:19.578035 | 2018-08-26T11:57:28 | 2018-08-26T11:57:28 | 146,174,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package com.pageobjectmodel.sample1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class TestLogin {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver", "./Driver/chromedriver.exe");
... | [
"IMROSE PASHA@DESKTOP-J3PJP1I"
] | IMROSE PASHA@DESKTOP-J3PJP1I |
7a707c0b60e34afe3ca22e75bb82e44c1f7c68b3 | 781dd212d53855b15fba4ddb560d892571acdc11 | /RGRTP/src/main/java/org/example/controller/BasketController.java | 4478ebff95d375f472216cb5fe9c4033a712b42c | [] | no_license | Siminor/RGRTP | 73e628435a4f614c7a20a361f810a2ad0208dd7a | cb03a8e3755fc5865007888775668a9689cac70b | refs/heads/main | 2023-05-24T05:06:08.979590 | 2021-06-14T05:07:19 | 2021-06-14T05:07:19 | 376,708,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package org.example.controller;
import org.example.entity.Client;
import org.example.entity.Basket;
import org.example.repository.Repo;
import org.example.repository.impl.BasketRepoImpl;
import java.sql.SQLException;
import java.util.List;
public class BasketController {
private Repo repo = new BasketRepoImpl();... | [
"noreply@github.com"
] | Siminor.noreply@github.com |
889105e7b030dcbbb42ef2de769c8047e1838f02 | 3f60096b909ec23372c8cb0661aecc550faf6bc0 | /xdptdr-acme-gui/src/main/java/xpdtr/acme/gui/components/AccountCreationUI.java | 412c2309085d7e4a71c2f4a207353528f892085e | [
"MIT"
] | permissive | xdptdr/xdptdr | 6764e9454622c8e41e8ba4c42bdff050e2ba3225 | e9b560d5563d4518a70265dc812cf7ee6e50b8d0 | refs/heads/master | 2020-03-22T19:50:05.315971 | 2018-07-25T10:23:02 | 2018-07-25T10:23:02 | 140,553,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,417 | java | package xpdtr.acme.gui.components;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.util.List;
import java.util.function.Consumer;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JPanel;
import x... | [
"xavierdpt"
] | xavierdpt |
29211b5370efa6061370ad7df7a35b8c9bd8fcd7 | 4c7572811a7a09ca5ea309fed3ed24ba6c292399 | /JerseyTest/src/resource/SimpleResource.java | 2e8fa21813e46b1f1bcee18d36170bc6c946c059 | [] | no_license | GuTiewei/RestResourceDemo | cfd00e40ab9c206375691dcbdbc7d43234b0bd7f | 68538410f493f3e08002e7cdfcb96ad6a2b78622 | refs/heads/master | 2021-01-22T05:01:03.005197 | 2015-08-19T08:23:59 | 2015-08-19T08:23:59 | 41,020,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package resource;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
@Path("/simple")
@Produces("*/*")
public class SimpleResource {
@GET
@Produces(... | [
"gutiewei@beecloud.cn"
] | gutiewei@beecloud.cn |
c2860476d123b86fd68ee01e8e4709a66c6375e7 | 726cbd2f58df686de6837e7cc80651f30e0d0d6c | /src/day02/Question5.java | b1bb1bf0c75d44e7b19ebd3398ceb9efad882ec5 | [] | no_license | ttmungan/techproedsummer2020turkish2_tulin | 836719808c5139231369da1d9b4841cb7f90460a | 427110a27c3082f90a3641875ec29a3249e852a9 | refs/heads/master | 2022-12-09T20:09:06.238226 | 2020-08-29T16:37:48 | 2020-08-29T16:37:48 | 291,309,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package day02;
import java.util.Scanner;
public class Question5 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter a number please:");
int num = scan.nextInt();
String result= num>0 ? "positive" : num<0 ? "negative" :"notr";
System.out.pri... | [
"tulintmungan@gmail.com"
] | tulintmungan@gmail.com |
32269e1d115fadeb5c38c6c0d50189a612aa0828 | bd6f945573f9f4c01bf8c6276b346455aac4d9e3 | /src/test/java/fr/ul/miage/groupe7/projetrestaurant/database_model/StatPlatTest.java | f6d16b45e6aed4f2e265ce0842a4984482e04fc5 | [] | no_license | VincentC7/M1_GL_Restaurant | 260b425ea471949462e0738eaaf820e74b1f9700 | d82c95fafbf4b589c08ba38bae3743b9b0901d56 | refs/heads/master | 2023-04-26T20:35:44.940107 | 2021-05-30T14:21:21 | 2021-05-30T14:21:21 | 360,260,832 | 0 | 0 | null | 2021-05-30T14:21:22 | 2021-04-21T17:59:13 | Java | UTF-8 | Java | false | false | 2,287 | java | package fr.ul.miage.groupe7.projetrestaurant.database_model;
import fr.ul.miage.groupe7.projetrestaurant.Database.*;
import org.bson.types.ObjectId;
import org.junit.jupiter.api.*;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import static org.junit.jupiter.api.Assertions.assertEquals... | [
"vincent.choquert0@gmail.com"
] | vincent.choquert0@gmail.com |
7f3194bb542bb13e952d2f512e6b82f2eafdf8da | 37bbfa63765344716284d31a7d1d512bd6272d43 | /fate-serving-core/src/main/java/com/webank/ai/fate/serving/core/bean/BatchInferenceRequest.java | 3092c6f1dc41d4e89b818442c66b995abb936f56 | [
"Apache-2.0"
] | permissive | FederatedAI/FATE-Serving | f373875b4936e63a2dd918ea6441bea749b584a4 | d50cb78fd3655fa2c11aec5e725e28a0e81b847b | refs/heads/master | 2023-08-17T05:54:05.208579 | 2023-08-11T05:39:31 | 2023-08-11T05:39:31 | 207,476,752 | 145 | 92 | Apache-2.0 | 2023-09-13T02:34:32 | 2019-09-10T05:58:17 | Java | UTF-8 | Java | false | false | 2,999 | java | /*
* Copyright 2019 The FATE Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"kaideng@webank.com"
] | kaideng@webank.com |
e7694ccd7ad0b3c8a15836a4a6780b51ff1427ea | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_5c07ab2f3a1a4b687a0d4865f91f1b969a274f55/SampleItemizedOverlay/4_5c07ab2f3a1a4b687a0d4865f91f1b969a274f55_SampleItemizedOverlay_s.java | ba2f2ec6f59d3d453e6a0ea7315a29d0a50cc214 | [] | 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 | 3,131 | java | package org.osmdroid;
import org.osmdroid.ResourceProxy.bitmap;
import org.osmdroid.api.IMapView;
import org.osmdroid.util.GeoPoint;
import org.osmdroid.views.MapView;
import org.osmdroid.views.overlay.ItemizedOverlay;
import org.osmdroid.views.overlay.OverlayItem;
import org.osmdroid.views.overlay.Ov... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
42edc49245e119db7f906c4f4338e012db0af38e | 27ef8869226fc5e70c51dbb3962b454d37d46812 | /Trabalho final/src/dados/Bem.java | 2e88e7509f48ffc685381fc3cb3796f900fe805b | [] | no_license | gustavobonassa/POO | 1b3d3bff65dd1ace4ce80d780142ba693e8490af | 037f66b5c351215aebd94f701fa5413459f4f0b8 | refs/heads/master | 2020-08-09T00:06:23.346396 | 2019-10-31T20:58:00 | 2019-10-31T20:58:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package dados;
public class Bem {
private String nome;
private String tipo;
private float valor;
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public String getTipo() {
return tipo;
}
public void setTipo(String tipo) {
this.tipo = tipo;
}
public flo... | [
"gustavo.bonassa1@gmail.com"
] | gustavo.bonassa1@gmail.com |
fb440726e3af0f0d9ba8cd46a7c3a23ae2144bfd | afdbd9a6068da87704c4a9351385b73726acb251 | /Desacore/src/pstoriz/desacore/level/tile/Stone3Tile.java | 1ca2047bb736120aa208e988dfb0c3302bec9636 | [] | no_license | bstoriz/desacore | 1f450c0c0dd45daaf20c12a9b03fe1450fbb7f43 | c9a913d1332c3edbbd6eb21472c7d9ae43119e27 | refs/heads/master | 2020-12-24T15:40:52.340842 | 2015-03-15T23:40:46 | 2015-03-15T23:40:54 | 30,225,277 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package pstoriz.desacore.level.tile;
import pstoriz.desacore.Screen;
import pstoriz.desacore.graphics.Sprite;
public class Stone3Tile extends Tile {
public Stone3Tile(Sprite sprite) {
super(sprite);
}
public void render(int x, int y, Screen screen) {
screen.renderTile(x << 4, y << 4, this); //Moves from pix... | [
"bstoriz@gmail.com"
] | bstoriz@gmail.com |
85b3875215c2b1f6951e72243b8bca06e77c8c08 | f30e79fdca27a1d75a57867c37c27f341374424f | /src/main/java/br/edu/infnet/modelo/Hamburguer.java | 972d6e8f2c16634bdd2f09d4cc4ed2c5541ea293 | [] | no_license | linlicc/at_desenv_java | 08e9dda9be1077c73e3700f65c1ba87fafd6fa03 | dd41a2a71ad58fddb6abcc3882270b8ef04416ca | refs/heads/master | 2023-01-28T22:24:16.790723 | 2020-12-15T14:28:24 | 2020-12-15T14:28:24 | 321,690,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package br.edu.infnet.modelo;
import br.edu.infnet.modelo.auxiliar.PrecoException;
import br.edu.infnet.modelo.auxiliar.QuantidadeException;
public class Hamburguer extends Lanche {
public static int CODIGOBATATA = 3;
public Hamburguer(int quantidade) throws QuantidadeException, PrecoException {
super(quantida... | [
"alineferj@outlook.com.br"
] | alineferj@outlook.com.br |
89032e3fee9b1d01e53435d7c9ce514fcdd7e81a | fe5a013be837dbb61a4f0ec800b428ccd3fee036 | /LapTrinhJAVA/Java_edumall/bai23/src/ChelLong/javaSwing/ui/HocJtabbedPaneUi.java | 2a4b4d1217b8bbd473195689424309ea9f656d25 | [] | no_license | chellongCoder/ChelLong98Coder | 846f5cebaa96d9192b3e19b6a7f291fbe58edffe | b8117e46e97c1e6011abd36781812a3db18af14c | refs/heads/master | 2021-09-12T12:18:41.787136 | 2018-04-16T16:52:49 | 2018-04-16T16:52:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package ChelLong.javaSwing.ui;
import java.awt.Color;
import java.awt.Container;
import java.awt.GraphicsConfiguration;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
public class HocJtabbedPaneUi extends JFrame {
JTabbedPane tab;
public HocJtabbedPaneUi(String title) {
su... | [
"chellong98.act@gmail.com"
] | chellong98.act@gmail.com |
341427902b4db1d01daf290aa282f139bfaa62d8 | ef039222e1c6c4709983226fe1b60d6b6489104c | /COMP251 Pre/a1posted/a1/src/a1posted/Heap.java | 35a9a307aa3477afe2b609dcc9ab43fdf2263cca | [] | no_license | oOFantocheOo/COMP251 | 307e4081802d3f0a667734063a3e23ccef6ee570 | 8d1efa1a6aa7d6765fee128e7fc64689d76f5b0d | refs/heads/master | 2020-08-06T05:11:45.049535 | 2019-12-09T16:09:44 | 2019-12-09T16:09:44 | 212,848,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,080 | java | package a1posted;
import java.util.ArrayList;
public class Heap {
/*
*
* Here am I providing an array based implementation. Since we don't know the array size in advance,
* we use an ArrayList rather than an array. (This is not what you'd want to do in if you
* cared about speed. I do it ... | [
"noreply@github.com"
] | oOFantocheOo.noreply@github.com |
72862a9bee20130c666769108a3d77fd0bfc4fc6 | 74f8cd750b95613d0bf73556a3608a0d99f29363 | /app/src/main/java/com/blogspot/merbinjanselm/kolr/UpdateDialog.java | 931ff6940f19086b85e9379a7e5cecc4dee34c17 | [
"Apache-2.0"
] | permissive | anselm94/kolr-android | f274e07f2744f98fe48bd8bcaf1e80ca2c6fafcf | a6d641e31477283e079cbb0765be5103f497faab | refs/heads/master | 2021-01-17T06:48:24.509851 | 2016-07-22T14:23:24 | 2016-07-22T14:23:24 | 50,336,145 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | java | package com.blogspot.merbinjanselm.kolr;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Typeface;
import android.graphics.drawable.ColorDrawable;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
im... | [
"merbinjanselm@gmail.com"
] | merbinjanselm@gmail.com |
992aeb7eeace06cdd33dcd23815df6eab5d5e2af | cf64ff59a0292500d65d69fcfb0b42d7e4dba9d8 | /samples/word/build/src/word/WdTabLeaderHID.java | 767fd92c17ef192fccd96378cab659abaff2ad43 | [
"BSD-2-Clause"
] | permissive | nosdod/CDWriterJava | 0bb3db2e68278c445b78afc665731e058dc42ea4 | 7146689889d8d50d7162b21ea0b98fc5c2364306 | refs/heads/main | 2023-09-06T01:32:33.614647 | 2021-11-23T15:14:42 | 2021-11-23T15:14:42 | 431,142,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package word ;
import com4j.*;
/**
*/
public enum WdTabLeaderHID {
/**
* <p>
* The value of this constant is 0
* </p>
*/
emptyenum, // 0
}
| [
"mark.dodson@dodtech.co.uk"
] | mark.dodson@dodtech.co.uk |
80cce1413af5b0666f8955a9e0970b712434822c | 47d0355ee3b67c0c7150fdbb69ffb7dc70733cfd | / ember-plus-java/src/libember/glow/GlowStreamEntry.java | 40882cc830c096847a8e0249bdc4614856aa6903 | [] | no_license | arunrajaraman/ember-plus-java | 703363af5bd523659cda0ac2fa00d3a046eca76f | 69e3f5e228037e2dda2ef45efc01f5d49bbc3c94 | refs/heads/master | 2016-08-12T03:33:56.146068 | 2015-03-12T10:16:23 | 2015-03-12T10:16:23 | 51,305,485 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,985 | java | package libember.glow;
import libember.ber.Octets;
import libember.ber.Tag;
import libember.ber.Value;
import libember.dom.Leaf;
import libember.util.Assert;
/**
* This class is used to transport values of parameters that use a stream
* identifier. A {@link GlowStreamEntry} must be transported as child of... | [
"marius.keuck@l-s-b.de"
] | marius.keuck@l-s-b.de |
6b2704936eb4dc735428bfcac3213254dd1ba2f6 | 69b6c94632d064d74ff186286f4fa168e386edd0 | /src/main/java/io/github/aggie/medicalapp/reports/ReportController.java | 0cdb7ad4bf95d474f1682ff8246ab045d23e9d7f | [] | no_license | aggie-ch/medication-app | 77a93461d26104e6027467c74fd141df8f2e23f1 | c09e2d1094cee3b32a69b745f0374c750e72e3ed | refs/heads/master | 2022-05-27T22:54:05.991807 | 2020-05-01T07:53:46 | 2020-05-01T07:53:46 | 256,193,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,709 | java | package io.github.aggie.medicalapp.reports;
import io.github.aggie.medicalapp.model.Medication;
import io.github.aggie.medicalapp.model.MedicationRepository;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVar... | [
"aggie-ch@github.com"
] | aggie-ch@github.com |
121ebd0e65cc2a9b4400c963e2ec5ab38c5c6342 | b75886ad7f1c888c2d2dc5e58a86e348012de416 | /siyueli-platform-activity-common/src/main/java/com/siyueli/platform/activity/common/entity/sportactivity/SportActivityViewStatistics.java | ab2b51c42ff6c190ea7841d0427b7c68a58aa1ad | [] | no_license | zhouxhhn/li-activity | 85091510618d1578c24456f3c7686b653f85d4ab | a3ed07bb9eb9fabc4cc6c4151270322cb992ad90 | refs/heads/master | 2020-04-05T10:25:38.810182 | 2018-11-09T02:25:51 | 2018-11-09T02:25:51 | 156,798,322 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,524 | java | package com.siyueli.platform.activity.common.entity.sportactivity;
import com.baomidou.mybatisplus.activerecord.Model;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enum... | [
"joey.zhou@siyue.cn"
] | joey.zhou@siyue.cn |
16782b31352ba868d18a49500e4a2fb7bab1c151 | 38a853b2103486f3c822a308fffada0d82a17097 | /app/src/androidTest/java/com/example/daijun/dragfourscreen/ExampleInstrumentedTest.java | a4878b52256ef7466f62b172f1407b81f26c72bf | [] | no_license | godtrace12/DragFourScreen | 67b006f8c221768616d04a48f5171216d0fd95d3 | 405a912c9211f19f45399e958174bb3011752fa2 | refs/heads/master | 2020-04-09T04:29:06.060880 | 2019-12-29T12:58:02 | 2019-12-29T12:58:02 | 160,024,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package com.example.daijun.dragfourscreen;
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 ... | [
"595756608@qq.com"
] | 595756608@qq.com |
5716bb8f71b685ce0e3c8a70a3797196aecfac91 | 72fdddd2dd0b4cf88012e049fa12921f231159a6 | /app/src/androidTest/java/com/example/android/androidbasics/ExampleInstrumentedTest.java | f47da63df0442469fe2b35470be9370f670fc7e0 | [] | no_license | SysSn13/AndroidBasics | b58b5d00e183e8aec7737fa1c547c60c1222d812 | 3b0d6d64104202cd73eb51c7a2c1b9db747584ce | refs/heads/master | 2022-03-01T09:20:35.000087 | 2019-10-12T22:19:33 | 2019-10-12T22:19:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package com.example.android.androidbasics;
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 ... | [
"sudeshchaudhary1122@gmail.com"
] | sudeshchaudhary1122@gmail.com |
efc20a76a8bd77365c745e5712a5256aa68735b3 | f7386635b6c7a3e3bdf2671c5167a87a57e169a6 | /src/jcity/util/ResultWriter.java | 40070ea37b72aab91e2cc4f46a31006262ddbb0d | [] | no_license | TheekshanaM/code_city | a571550af8e8084b0e88aa133b1e2c01f4c1ccc5 | 264e52c6f6e0daa72f27a0b9c1114cb2f36a3d78 | refs/heads/master | 2020-12-29T04:24:55.199974 | 2020-03-11T07:38:52 | 2020-03-11T07:38:52 | 238,455,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package jcity.util;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVPrinter;
import jcity.JClassResult;
import java.io.FileWriter;
import java.io.IOException;
public class ResultWriter {
private static final String[] NEW_CLASS_HEADER = {"file","class","totalMetods","loc","varaiblesQt... | [
"93.madushan@gmail.com"
] | 93.madushan@gmail.com |
97e3c3d240f473edde996cf3a5c650c57dd675e2 | 91f2789196329d25d333d5d5200a32c270d6d02a | /framework/framework-core/src/main/java/org/daisy/pipeline/job/JobManager.java | efb7d5463691f0a97eae28f100ac39c8838d1b82 | [] | no_license | mtmse/pipeline | 820b942f8aa52d32a80e66d25e574bdeb8ae9872 | 827f6fdfb746a0e3d857bee798085da3d446daff | refs/heads/master | 2022-05-02T11:49:05.786190 | 2021-06-28T04:23:48 | 2022-03-16T12:14:48 | 68,807,208 | 0 | 3 | null | 2022-03-21T11:42:33 | 2016-09-21T10:42:35 | HTML | UTF-8 | Java | false | false | 1,139 | java | package org.daisy.pipeline.job;
import org.daisy.common.priority.Priority;
import org.daisy.pipeline.script.BoundXProcScript;
import com.google.common.base.Optional;
/**
* The Interface JobManager offers a simple way of managing jobs.
*/
public interface JobManager {
/**
* Creates a job for the given script
... | [
"bertfrees@gmail.com"
] | bertfrees@gmail.com |
02380915cd742f88b94ae51df5236e4a2c33353a | c2f9d69a16986a2690e72718783472fc624ded18 | /com/whatsapp/ConnectivityReceiver.java | ce9c44330e91c41b7e59018969f5b7b9471e5652 | [] | no_license | mithileshongit/WhatsApp-Descompilado | bc973e1356eb043661a2efc30db22bcc1392d7f3 | 94a9d0b1c46bb78676ac401572aa11f60e12345e | refs/heads/master | 2021-01-16T20:56:27.864244 | 2015-02-09T04:08:40 | 2015-02-09T04:08:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,660 | java | package com.whatsapp;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import de.greenrobot.event.g;
import org.spongycastle.jcajce.provider.symmetric.util.PBE;
import org.whispersystems... | [
"hjcf@cin.ufpe.br"
] | hjcf@cin.ufpe.br |
2ef4fd92d89fd5772ccd60eda1ae96299d7682b4 | 2989f548f8bfe73a6b97ab9743f0c3c04da95f8e | /src/main/java/com/cloudmersive/client/model/PosResponse.java | e25619530b1e421036803f39a37e66c92dd2c37b | [
"Apache-2.0"
] | permissive | OswaldZero/Cloudmersive.APIClient.Java | 8a9acefe95015df582b89ee7d1f8f78de5488c07 | 7c2ba0c4f46c0eddd12070a9379c58927e45fc09 | refs/heads/master | 2023-02-10T08:28:15.833877 | 2021-01-08T03:10:20 | 2021-01-08T03:10:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,970 | java | /*
* nlpapiv2
* The powerful Natural Language Processing APIs (v2) let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text.
*
* OpenAPI spec version: v1
*
*
* NOTE: This class is auto generated by the swagger code gen... | [
"35204726+Cloudmersive@users.noreply.github.com"
] | 35204726+Cloudmersive@users.noreply.github.com |
d9c004a566281677b5ebad984ea557e3aa456f3f | c9d7605ecaa4d54db7712b8672a28aac800c0678 | /SciGraph-core/src/main/java/edu/sdsc/scigraph/frames/CommonProperties.java | 526b0a28862297ee1659118d6ec40fcd60d2ee95 | [
"Apache-2.0"
] | permissive | jexp/SciGraph | b56488fe5f0ac4452fddb09e9afaf17b16ca740f | 22060175c5f26980bb0760f6c8a12713ce693df9 | refs/heads/master | 2020-12-25T05:28:22.630524 | 2014-07-09T22:54:44 | 2014-07-09T22:54:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | /**
* Copyright (C) 2014 The SciGraph authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"condit@sdsc.edu"
] | condit@sdsc.edu |
deda1ff8b955668a9a5e73cce478df1b8b89633f | 6c17a35ba67d61f6d9aff1d6c3c6e957c9ab4cd4 | /projects/batfish/src/main/java/org/batfish/vendor/check_point_management/Original.java | 14d729c293fd7f684f764d35ae2baeb8641d7bb6 | [
"Apache-2.0"
] | permissive | batfish/batfish | 5e8bef0c6977cd7062f2ad03611f496b38d019a1 | bfd39eb34e3a7b677bb186b6fc647aac5cb7558f | refs/heads/master | 2023-09-01T08:13:38.211980 | 2023-08-30T21:42:47 | 2023-08-30T21:42:47 | 27,507,850 | 981 | 249 | Apache-2.0 | 2023-09-12T09:53:49 | 2014-12-03T21:10:18 | Java | UTF-8 | Java | false | false | 932 | java | package org.batfish.vendor.check_point_management;
import com.google.common.annotations.VisibleForTesting;
/**
* When assigned to {@code translated-destination},{@code translated-service}, or {@code
* translated-source} field of a {@link NatRule}, indicates that the original value should be
* retained for that fie... | [
"noreply@github.com"
] | batfish.noreply@github.com |
f6c7deb282b8cf415971d0f6ce31e45c3059af39 | 451ebae5754aab8fcbaf823d26b66f8f47148a19 | /src/com/sec/Alipay/PayServlet.java | 3b1c41e0c4cd7aaf73fbabb67a6aa3754dde3e76 | [] | no_license | adminZDY/qlzx | 5fd3fa50873a5df420cb44772672f592ae03694c | 8e343471f2e674d50d18c3a9d1446c16a551e39d | refs/heads/master | 2020-08-10T16:20:13.295050 | 2019-10-23T02:59:23 | 2019-10-23T02:59:23 | 214,375,505 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,928 | java | package com.sec.Alipay;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.alipay.api.AlipayApiException;
import com.al... | [
"56285575+adminZDY@users.noreply.github.com"
] | 56285575+adminZDY@users.noreply.github.com |
f4712333b8165a8ba3b925780ef0f62cc07c200b | b317bd3ca68c8cc71ce5aaa0fefe2e73e0976d2b | /assignment4/src/server/ScrollBarUI.java | cf492dd0ae2481bc5edef7d09dede600ce26218b | [] | no_license | michelleyin96/textEditor | d8dfe9b1d620fd49d526b4f94bfff0ac07478b51 | 96ffc4c894bb25ef81eeadc0570beb6cf9463941 | refs/heads/master | 2021-01-10T06:31:52.600137 | 2016-04-01T02:56:48 | 2016-04-01T02:56:48 | 54,874,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,654 | java | package server;
import javax.imageio.ImageIO;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.SwingConstants;
import javax.swing.plaf.basic.BasicMenuBarUI;
import javax.swing.plaf.basic.BasicScrollBarUI;
import java.awt.*;
import java.io.File;
import java.io.IOException;
public class Scr... | [
"yinm@usc.edu"
] | yinm@usc.edu |
404491eeed9bcfeb6105ea8deb530488171142f4 | 43bf460c82c006e5e916c07d8645aad5c675b84b | /kencomponents-current/src/main/java/com/kentropy/components/StatusIndicator.java | 5705ee9ba5462d84034a87d70055e898f0174205 | [] | no_license | cghr/cme-2.5 | 31086f77e76b0357cc9e4134b25d73c5220774f3 | c87d64495d77dad182e2bb99e024fa3295861b92 | refs/heads/master | 2016-09-09T19:47:25.182951 | 2014-04-30T05:53:00 | 2014-04-30T05:53:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,891 | java | package com.kentropy.components;
import java.awt.Color;
import java.awt.Component;
import java.awt.Frame;
import java.awt.SystemTray;
import java.awt.event.WindowEvent;
import java.awt.event.WindowStateListener;
import java.util.Hashtable;
import com.kentropy.components.swing.NetworkPanel;
import com.kentr... | [
"sagarpatke@gmail.com"
] | sagarpatke@gmail.com |
130ffbe3de6fcdbc549427ede764e4f43fa936b4 | 433182dda778155626912c4e47235af24624e607 | /app/src/main/java/com/lerrycr/oschina/adapter/HotsAdapter.java | b8c4573a31f65daaf1a3474a695a7b8287b640f2 | [] | no_license | huanhu/OsChina | e8eade162971f32e03e34e4189b821f4624ed767 | b17ab2829b30fc6bd1b5ab9e22748d68c2bbfc02 | refs/heads/master | 2021-01-18T03:33:19.339437 | 2016-10-31T11:34:07 | 2016-10-31T11:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package com.lerrycr.oschina.adapter;
import com.lerrycr.oschina.base.BasicListAdapter;
import com.lerrycr.oschina.bean.News;
import java.util.ArrayList;
/**
* Created by Lerry on 2016/10/28.
*/
public class HotsAdapter extends BasicListAdapter<News> {
public HotsAdapter(ArrayList<News> list) {
super... | [
"lerryletter@gmail.com"
] | lerryletter@gmail.com |
a03d6631e1f62c0a0faef901976b114a2e53a52e | e64b7ca3bc074a828d801cea928643ec9960ac79 | /samples/sample-boot-swagger/src/main/java/com/three/samplebootswagger/SampleBootSwaggerApplication.java | e1cfe054725bff2a11a026375fc8995d998551f9 | [] | no_license | zhenglaitao/tao | 00e1d92d3f2187269d7f17ce147521a291de1267 | 3764c527dfffb2b2bb76d11afb9693a0f0527a5e | refs/heads/master | 2022-02-19T22:30:01.058824 | 2019-09-27T09:20:59 | 2019-09-27T09:20:59 | 198,341,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.three.samplebootswagger;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SampleBootSwaggerApplication {
public static void main(String[] args) {
SpringApplication.run(SampleBootSwaggerA... | [
"604757602@qq.com"
] | 604757602@qq.com |
d8c08e24511c50fe51cc0b6a2a07de23d535f1b8 | 09249db0762e01d773dc07d3911bdd9e0cf9ad5c | /gamification/src/main/java/microservices/book/gamification/repository/ScoreCardRepository.java | 4181861750245fbd70a682ca3f40e7c5ea577780 | [] | no_license | ayedhedi/social-multiplication | 243258ce7807b2aa4e07ce51bdf2b00a8e9fde0c | 2614f6366ab6ebab8e23612808276723e6c86aec | refs/heads/master | 2021-09-06T03:20:21.899670 | 2018-02-01T23:56:55 | 2018-02-01T23:56:55 | 119,908,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package microservices.book.gamification.repository;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
import microservices.book.gamification.domain.ScoreCard;
/**
* Handles CRUD operations with ScoreCards
*/
public interface ScoreCardRepository extends CrudRepository<ScoreCard, Lon... | [
"ayed.hedi@gmail.com"
] | ayed.hedi@gmail.com |
89e911fea158e959e9e2374fa068e84e68b81288 | 4e4b62415ccf5c99b939364c4e1365d0f91895b2 | /androidcat/src/main/java/com/androidcat/catlibs/flyco/dialog/entity/DialogMenuItem.java | 0feba7181ec3c322c3f00a52ce4bceb3bced66f1 | [] | no_license | androidneko/DeviceCollector | 7503fced9158eaa33d18b8d1bc661a94747f13b6 | d7fb25721a2baf9e49e0f54bd47ec345a2b6d825 | refs/heads/main | 2023-07-15T04:51:56.180324 | 2021-08-25T11:15:59 | 2021-08-25T11:15:59 | 399,787,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package com.androidcat.catlibs.flyco.dialog.entity;
public class DialogMenuItem {
public String mOperName;
public int mResId;
public DialogMenuItem(String operName, int resId) {
mOperName = operName;
mResId = resId;
}
}
| [
"androidcat@126.com"
] | androidcat@126.com |
d853c00c9fa9464b21407b0490037b2c1d486545 | b971a7188caac96a47a8fd996280030daef3513d | /ISoccer/src/ISoccer/SocioTorcedor.java | 67cdcd86df15542712858620e1aeac5c7066457f | [] | no_license | jvarocha/iSoccer_P3 | af7e0a19b433712325363f0065e3c64a89dfbbd4 | 01c822ed48ec25558de2e5d1d77d626c41689a7b | refs/heads/master | 2020-08-26T23:00:03.377065 | 2019-11-27T04:47:10 | 2019-11-27T04:47:10 | 217,174,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package ISoccer;
public class SocioTorcedor extends Pessoa {
private String endereco;
private String categoria;
private double valordecontribuicao;
private Boolean adimplente;
public String getEndereco() {
return endereco;
}
public void setEndereco(String endereco) {
this.endereco = endereco;
}... | [
"noreply@github.com"
] | jvarocha.noreply@github.com |
e08f020f6aa9b41cf42afd5fc177478d2fced45f | 508fe6f469b1193f7db5c2243c5c0485fdaaf829 | /src/interfaceJGAL/GAL_InterpreterLeaf.java | 46a1768eaa054c8e0a95902fdd36e5edb8dcbd58 | [] | no_license | chango1611/JGAL_GUI | f9d9b9d926d2f7f3e964b8237be671501c39b3d4 | 46c4b1b7142625ad4abf916f1d2d09db96aef06d | refs/heads/master | 2020-06-04T20:08:40.086035 | 2013-05-23T00:07:28 | 2013-05-23T00:07:28 | 8,909,950 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package interfaceJGAL;
public class GAL_InterpreterLeaf extends GAL_InterpreterNode{
private Object value;
/* 39. Number
* 40. Char
* 41. String
* 42. PI
* 43. E
* 44. True
* 45. False
*/
public GAL_InterpreterLeaf(Object value, int op, int interpreter){
super(op, interpreter);
this.value= val... | [
"alejandromonascal@yahoo.es"
] | alejandromonascal@yahoo.es |
219d02327f4ce9ab36078348b829f18fa5b1c6b0 | d81ca9e7bd93004e1e74c9a37f81e282a8364ff2 | /com.importNew.www/chapter32/src/main/java/com/importNew/EventAndListenerApplication.java | ec0c9ff991def491b1780c3818ad8960d0843d49 | [] | no_license | RockTao/spring-boot-com.importNew | 071626d234728a83b49c09c1cfcbc3c6fc8041ca | 764c6fee62c862e24babb3d473ebfa144890df4c | refs/heads/master | 2020-05-07T08:17:16.707726 | 2019-04-15T10:01:24 | 2019-04-15T10:01:24 | 180,317,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package com.importNew;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import com.importNew.listent.MyApplicationStartingEventListener;
import lombok.extern.slf4j.Slf4j;
@SpringBootApplication
@Slf4j
public class EventAndListenerApplic... | [
"tianshi2008tsj@163.com"
] | tianshi2008tsj@163.com |
7b7740122b48c40ec68bc7205e35706d4da0b133 | 37d84026b8d50098efe14545815b2c27e914d819 | /FacebookWithNeo/src/main/java/com/starter/repositories/PostRepository.java | 9455e6f4da59600e6a41d9811d06bd5521318e7a | [] | no_license | emirr/FacebookWithNeo | efce4c73639f26b896f318e6f85ace39df58776a | cf5a5f4808d81ada2ac4285aad4976ae35adf347 | refs/heads/master | 2020-12-24T06:40:03.030149 | 2016-07-31T21:59:22 | 2016-07-31T21:59:22 | 64,618,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.starter.repositories;
import java.util.List;
import org.springframework.data.neo4j.repository.GraphRepository;
import org.springframework.stereotype.Repository;
import com.entity.Post;
@Repository
public interface PostRepository extends GraphRepository<Post>{
}
| [
"emirakar.ytu@gmail.com"
] | emirakar.ytu@gmail.com |
ec0467a78acdd916c1fe3e50bab6cb5b5d7df90c | 5dfa658842f501e33c2b0e17a5a42fadb55cd8be | /src/main/java/me/twister915/tweens/Interpolator.java | 2f820397b4b8854656360b6418bf547bb534ab0c | [] | no_license | Twister915/twisted-tweens | 99db0e455093bbc224f4ed95190c872ca8117783 | 3932418891cdfc69e84a7304b80046c834b64bcc | refs/heads/master | 2020-11-26T17:03:19.956127 | 2015-08-14T11:47:58 | 2015-08-14T11:47:58 | 39,423,067 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package me.twister915.tweens;
import java.math.BigDecimal;
/**
* Specifies how type {@link T} should interpolate. This should be in linear terms. The factor specified in the sole method ({@link #interpolate(Object, Object, BigDecimal)}) will be provided by another function, taking into account smooth animation (EASE... | [
"joey.sacchini264@gmail.com"
] | joey.sacchini264@gmail.com |
5b73a5292d99b5c55be069a6e825c204d601561e | 4aadbf3a332ecd82c74817857c05697aabcdc9b9 | /src/main/java/itdesign/entity/Group.java | cc85027aa3a709b6b7c83ca1564ec4775e246607 | [] | no_license | eugenenew80/blnOIC | 37fe6347496c17ebac9a18fcb71ad1a666afb651 | abf33c49b2c4c8725874d25639c44e53549f1c78 | refs/heads/master | 2022-10-09T18:03:50.739692 | 2019-11-06T16:16:30 | 2019-11-06T16:16:30 | 125,382,808 | 0 | 0 | null | 2022-09-08T00:04:59 | 2018-03-15T14:51:45 | Java | UTF-8 | Java | false | false | 523 | java | package itdesign.entity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.Immutable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Data
@EqualsAndHashCode(of= {"id"}... | [
"eugenenew80@gmail.com"
] | eugenenew80@gmail.com |
cf4a41bf43a80256894bf02310a1fa7d9752ac82 | 8ad2ad445d8d6fedc2ca9007f488fa95610387d0 | /system/src/main/java/pers/vv/study/system/Binary.java | aca26b0c9870f1560136bf18adac796d4c9203c6 | [] | no_license | viviel/study-parent | 980d9980f0274fdf1f780869e16b6e748aad5675 | 13edc0ec10f94bae451411960bf96d60a2b82434 | refs/heads/master | 2021-12-24T11:44:34.111357 | 2021-12-23T12:12:49 | 2021-12-23T12:12:49 | 249,957,722 | 1 | 1 | null | 2020-08-04T07:31:35 | 2020-03-25T11:14:57 | Java | UTF-8 | Java | false | false | 55 | java | package pers.vv.study.system;
public class Binary {
}
| [
"viviel@163.com"
] | viviel@163.com |
c02f81ad78519e12d84270813bde32633175a5b1 | 241bc9dfca7a141322ea1c346d68b13da7052844 | /Demo/test/src/main/java/per/eicho/demo/leetcode/q201_300/Q268.java | 452927c5c04b41eabd462b55dd0f9b730848be9d | [] | no_license | EICHOSAMA/Demonstration | 2c9368576b96aaae7321023a2ba051c5e8703311 | 945bc68e326403cdf4836d97e5576f1011b56e74 | refs/heads/master | 2023-08-08T13:56:06.549053 | 2023-08-02T15:55:44 | 2023-08-02T15:55:44 | 239,741,584 | 0 | 0 | null | 2023-08-02T15:55:45 | 2020-02-11T11:05:21 | null | UTF-8 | Java | false | false | 660 | java | package per.eicho.demo.leetcode.q201_300;
/**
* <p>268. Missing Number 的题解代码 </p>
*
* @see <a href="https://leetcode.com/problems/missing-number/">268. Missing Number</a>
*/
public final class Q268 {
public int missingNumber(int[] nums) {
// n == nums.length
// 1 <= n <= 10^4
// 0 <= n... | [
"793951781@qq.com"
] | 793951781@qq.com |
c5db890d7421f305f4c5da4ecf3d4ca67333ba00 | 5e458a3fc02d31b7597575f22cfc2cc84c608c9c | /MyForum/src/servlet/ChangePasswordServlet.java | 85d199e168e17307e0bc864ea928902b405072d0 | [] | no_license | ShiverZm/forum | 62500ed043e3ba4b870d1ffbe3cfd75e0bc90e3d | a1bff2335ad81ec65a892223d0be3c1ae6eb7998 | refs/heads/master | 2021-07-10T10:50:51.638565 | 2017-02-22T11:50:57 | 2017-02-22T11:50:57 | 137,723,039 | 0 | 0 | null | 2020-06-11T03:49:43 | 2018-06-18T07:42:15 | Java | GB18030 | Java | false | false | 1,545 | java | package servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import beans.UserTable;
import dao.UserTableDao;
/**
* 修改用户密... | [
"fangyincheng@sina.com"
] | fangyincheng@sina.com |
9dd1c6793502bea4c98f61283d21ecd5535d99e7 | 76af047ddd57dfa5276e97894154c8d2a2a87f8a | /src/test/java/AlgorythmTest.java | 96e6d1f2c320b95256151f8c97419cb980fe6f81 | [] | no_license | BME-MIT-IET/iet-hf2021-samurai-mashers | 0b0cda1ff92b8e3438982db33ba9923a638d0e57 | 9b8f82ec95fe69485cd4e56474d6fbef79837905 | refs/heads/master | 2023-04-24T06:05:55.433997 | 2021-05-15T22:10:56 | 2021-05-15T22:10:56 | 362,166,394 | 0 | 0 | null | 2021-05-15T22:10:57 | 2021-04-27T15:43:27 | Java | UTF-8 | Java | false | false | 1,662 | java | import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.ArrayList;
import com.company.Column;
import com.company.Package;
import com.company.Storage;
import com.company.StorageProblem;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.ap... | [
"vilosvay@edu.bme.hu"
] | vilosvay@edu.bme.hu |
31cfcef572cef2f57412c2f5114e33c34b481305 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_JPasswordField_setEditable_boolean.java | 6a2134303ab9dff5f8ac7278b85f7c86d27ba5a1 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | class javax_swing_JPasswordField_setEditable_boolean{ public static void function() {javax.swing.JPasswordField obj = new javax.swing.JPasswordField();obj.setEditable(false);}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
ffc5bd065e5eefc962ce6f526893bd866e349133 | 202c3bcd29fc427d24233fe5e2a8b83aafd41ee2 | /wordcount/src/main/java/com/cloudwick/pig/CustomEval.java | 1ea87a3741a6536fee61f5017dea386f6e0c63d5 | [] | no_license | sandeepveda/Cloudwick-Development | 619267a741c8ef7310d6b066a8da1dba64dfe8a2 | 6c091b383adf9d202f67730d558c46c7ee4dabea | refs/heads/master | 2020-05-18T09:24:22.739567 | 2016-01-29T04:27:00 | 2016-01-29T04:27:00 | 17,643,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package com.cloudwick.pig;
import java.io.IOException;
import org.apache.pig.EvalFunc;
import org.apache.pig.data.Tuple;
public class CustomEval extends EvalFunc<Integer> {
/* (non-Javadoc)
* @see org.apache.pig.EvalFunc#exec(org.apache.pig.data.Tuple)
*/
@Override
public Integer exec(Tuple bala... | [
"sandeep.veda@gmail.com"
] | sandeep.veda@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.