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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
309154a957c5285b2eee23433866f837fefa0c1d | 5c0eb380c9f1632f526f0b1a05df98a5fd693c40 | /src/main/java/com/inmind/mybatis/entity/TaskPropertyPO.java | c9f6f9c94d468d6e52610a737fd639ff8a0a6bbe | [] | no_license | fenghuoliuli/HiggsAutomation | e29b1291ec214cd031ef21dd812437e7e4fbe019 | b32591fdd85ed1e303c0508cb1c54c4e47f4278f | refs/heads/master | 2020-04-06T04:07:29.276617 | 2017-02-24T14:14:53 | 2017-02-24T14:14:53 | 83,041,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,083 | java | package com.inmind.mybatis.entity;
import java.util.Date;
public class TaskPropertyPO {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column task_property.id
*
* @mbg.generated
*/
private Long id;
/**
*
* This field... | [
"fenghuoliuli@126.com"
] | fenghuoliuli@126.com |
f744755e0e5f70ecd8ae3b0fe4af5ecdfe9aa7e4 | 05f0196b073f4f5114b1eb7d66c27e3202aa68f3 | /src/main/java/per/even/HouseObserver/common/model/vo/CountyPriceInfo.java | 7b1bb75bf21aa1bdafbba63b9d80dd97073e379d | [] | no_license | Even-github/HouseObserver | bb5ada7a2d07bc654a45f7a4d2edf3e0c86a82b7 | 003971cd4f758121a9cfc97d2248c40a8b4738af | refs/heads/master | 2021-05-12T17:42:41.171845 | 2018-05-10T17:14:08 | 2018-05-10T17:14:08 | 117,052,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package per.even.HouseObserver.common.model.vo;
public class CountyPriceInfo {
private String county; // 区/县
private Double averagePrice; //省平均房价
private Double weekGrowthRate; //比上周增长率
private String statisticalTime; //统计时间
public String getCounty() {
return county;
}
public void setCounty(String county) {
... | [
"evenzmail@qq.com"
] | evenzmail@qq.com |
60a7d1ab9f13a03bccc9b51d721d84be4a7193ab | 4230825cc6777a7c129a13074bf1f49593f74a8f | /src/main/java/com/example/hibernate/xml/inheritence/OneTablePerSubClassInheritance/model/CreditCard.java | 4b3c87b986809d344eeeb5f8737ea4a3122f18cc | [] | no_license | tarunguptap/java-gradle | 0fc84278eea4b1207e777a3a7dcf9e0a3fa64881 | 57c0f16a687770ff453e55945c9dc5209701abd5 | refs/heads/master | 2021-08-18T16:04:45.869447 | 2020-04-15T05:01:03 | 2020-04-15T05:01:03 | 61,531,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package com.example.hibernate.xml.inheritence.OneTablePerSubClassInheritance.model;
public class CreditCard extends Payment{
private static final long serialVersionUID = 1L;
private String creditCardType;
/**
* @return the creditCardType
*/
public String getCreditCardType() {
return creditCardType;
}
/**
... | [
"tarunguptap@yahoo.com"
] | tarunguptap@yahoo.com |
a63622657edd42362780958dc110cda7e3227450 | cc6ee83715ab514f4539b892c0d477f7829d5520 | /yuliang/src/com/zykj/yuliang/utils/ShapeImageView.java | 07c2a1799713ca2a5641b12134f19b7c0e346375 | [] | no_license | wyxhome/YuLiang | 160f4f2d2e8c30776825cdc234c71295412a84f2 | 49255c11ad24be8bfef67761a489fee8789303ca | refs/heads/master | 2021-01-10T01:17:39.127667 | 2016-01-13T08:47:54 | 2016-01-13T08:47:54 | 47,370,974 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 10,497 | java | package com.zykj.yuliang.utils;
import com.zykj.yuliang.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.gra... | [
"Administrator@WIN-LTHGLJKNC9R.lan"
] | Administrator@WIN-LTHGLJKNC9R.lan |
bb8cf0ac2b1a28fad1ad33e2872d5c01bf45a476 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2464487_1/java/sharingan/Prob2A.java | 08eec92aba8e48766df96e3cd31f95b391722804 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | import java.math.BigInteger;
import java.util.Scanner;
public class Prob2A {
static BigInteger sqrt(BigInteger n) {
BigInteger a = BigInteger.ONE;
BigInteger b = new BigInteger(n.shiftRight(5).add(new BigInteger("8")).toString());
while(b.compareTo(a) >= 0) {
BigInteger mid = new BigInteger(a.add... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
7dc9f3479be7cee2d7e89f94421d929e1a48c70f | 2976433a213f354b6d387e1d957192a9871f7e40 | /Java/file_handling/CreateFile.java | ba29fc49b240e79cf8c9b616694a0d5a443853a9 | [] | no_license | saurabh-kumar88/Coding-Practice- | 90a6f6b8feb7a1d2316451b31c646a48dc6f9bf9 | 48f0bac728745c8978468974d55025da86f29486 | refs/heads/master | 2023-02-15T00:19:47.411973 | 2020-10-06T15:48:46 | 2020-10-06T15:48:46 | 280,220,900 | 0 | 1 | null | 2021-01-06T09:15:21 | 2020-07-16T17:51:29 | JavaScript | UTF-8 | Java | false | false | 662 | java | package file_handling;
import java.io.File;
import java.io.IOException;
public class CreateFile
{
public static void main (String[] args) {
try
{
File myFile = new File("my_first_file.txt");
if(myFile.createNewFile())
{
System.out.pr... | [
"ykings.saurabh@gmail.com"
] | ykings.saurabh@gmail.com |
34fbfa2dbebde132fa079dbb62d338b78cb0fb7d | 89e1811c3293545c83966995cb000c88fc95fa79 | /MCHH-boss/src/main/java/com/threefiveninetong/mchh/childCare/controller/ChildrenPsychologicalBehaviorInfoController.java | 69428a7f1b0cc51f0175620fde5e33f970f25654 | [] | no_license | wxddong/MCHH-parent | 9cafcff20d2f36b5d528fd8dd608fa9547327486 | 2898fdf4e778afc01b850d003899f25005b8e415 | refs/heads/master | 2021-01-01T17:25:29.109072 | 2017-07-23T02:28:59 | 2017-07-23T02:28:59 | 96,751,862 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,979 | java | /**
* Copyright © 2016 三五九通. All rights reserved.
* @Title: ChildrenPsychologicalBehaviorInfoController.java
* @Prject: MCHH-boss
* @Package: com.threefiveninetong.mchh.childCare.controller
* @Description: TODO
* @author: dingjh
* @date: 2016-11-07 10:17:33
* @version: V1.0
*/
package com.threefi... | [
"wxd_1024@163.com"
] | wxd_1024@163.com |
586b0fc3c5a4e4e4af777ebe6b78cd2f4a52e1f7 | 78df1f36998cbcd3dbaa767683bdfa8b12b040ac | /src/main/java/com/wxj/App.java | c8d8095451fa79f0e7bd86f0d97053c48f0a8eb1 | [] | no_license | bzdjsmmzwxj/chatroom_plus | 02508547b9eefa3a61f952164e0fb43ac5997865 | ccdf64aca6876415a77e0747bd1df26e81718cf7 | refs/heads/master | 2022-07-02T15:36:33.574115 | 2019-08-30T08:39:28 | 2019-08-30T08:39:28 | 205,340,430 | 0 | 0 | null | 2022-06-21T01:46:47 | 2019-08-30T08:34:51 | Java | UTF-8 | Java | false | false | 170 | java | package com.wxj;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"wxj_enchanted@163.com"
] | wxj_enchanted@163.com |
14b9feb32c419ebf4e2446793c155935228011fd | dd03ef60217a05403514ba324b063c08222ce902 | /guis/MainForGUIs.java | 797014f3ee413c82661ee257049a046b8f374251 | [
"MIT"
] | permissive | TheWaySheGoes/Java-how-to | 03d86370274059ed4611726cd81819482f4805bd | a980309f919e94fc24429a3cd248d98b10a6a098 | refs/heads/master | 2020-03-22T11:49:31.353938 | 2018-08-16T08:58:34 | 2018-08-16T08:58:34 | 139,997,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | package guis;
import javax.swing.JFrame;
/* FaceBook group: Programming
* GitHub : Java how to
* this starts the GUI. You can make you own Frame but it has to have
* some properties
*/
public class MainForGUIs {
public static void main(String[] args) {
JFrame frame= new JFrame();
frame.setB... | [
"noreply@github.com"
] | TheWaySheGoes.noreply@github.com |
6a40d65c60727d22dbe94d8543756bdba8806ba4 | 83813ed39c7acdc17f2d18cabf1bc2c37c22d951 | /src/main/java/com/microservice/counth/CountH/controller/TitularController.java | 5ee78933d5d2aa37e0da980eb51c72471477867a | [] | no_license | davisvitate/MSSavingsaccount | 0831413282fb8524ef7f7eab39d695983f150207 | d5ca976ef9d264ea183e68dc35166093a8e6f47d | refs/heads/master | 2020-11-30T09:59:52.922060 | 2020-01-06T21:14:00 | 2020-01-06T21:14:00 | 230,370,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package com.microservice.counth.CountH.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import... | [
"davisvitate@gmail.com"
] | davisvitate@gmail.com |
7e14af38fb8943925f7852c3d098d12f4f58f176 | 250af56ba4c26aa4a1a7feea5ee0c0709620fde1 | /src/main/java/com/hobbyger/com/web/rest/vm/ManagedUserVM.java | b136749974cc8ae59a77f47fb020d35ff10d762d | [] | no_license | xavivg/jhipster-sample-application | 48339e03672c10180abd350399f03b7849fabad8 | 712ed416aad7d0efd85b5292ab40234d6142cfa6 | refs/heads/master | 2020-05-07T10:04:02.440294 | 2019-04-09T16:02:22 | 2019-04-09T16:02:22 | 180,403,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package com.hobbyger.com.web.rest.vm;
import com.hobbyger.com.service.dto.UserDTO;
import javax.validation.constraints.Size;
/**
* View Model extending the UserDTO, which is meant to be used in the user management UI.
*/
public class ManagedUserVM extends UserDTO {
public static final int PASSWORD_MIN_LENGTH =... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
967378ea37d0e11113f61bda1ce8c5836b874aa6 | 125af5bae85eba5fa8368c4111cc26f3e43ab6c8 | /app/src/main/java/com/fubang/lihaovv/ui/PersonActivity.java | b38159a25f29a76ddf4ef6af8be7381a8f45d5d0 | [] | no_license | jackycaojiaqi/LihaoVV | a3779e45f71f84e2c82b193fd4fa3e7d63ea426d | ea819f460f5202ac0a6f89bc09cbcf62cff9c973 | refs/heads/master | 2021-01-23T11:33:27.609769 | 2017-07-10T08:49:45 | 2017-07-10T08:49:45 | 93,148,307 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,515 | java | package com.fubang.lihaovv.ui;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.fubang.lihaovv.R;
import com.xlg.android.protocol.LogonResponse;
import com.zhuyunjian.library.StartUtil;
import org.androidannotations.annotations.... | [
"353938360@qq.com"
] | 353938360@qq.com |
181a78609cd70f4731c9e93efa29a34019718eb5 | d0113423634b396f1460c4ed36384019c054abcb | /src/main/java/com/ollieread/technomagi/block/BlockHardlight.java | d5e82985fc0f16d6fff634f94160a4d7c2ccad63 | [] | no_license | Mrkwtkr/TechnoMagi | daaeaec5cfd116cd052e0fe121bdbf19f2ce9e1b | 4a097dee9b8e885e2b075aff5a59fc6121f85028 | refs/heads/master | 2021-01-17T18:24:59.459801 | 2014-09-24T19:40:47 | 2014-09-24T19:40:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | package com.ollieread.technomagi.block;
import java.util.List;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.IBlockAccess;
import cpw.mods.fm... | [
"labs@ollieread.com"
] | labs@ollieread.com |
88fd6bf86ad0b84267758eefaabea7e1e9de83df | 1b4b702198157891c3241b4f922502dc1b4c2d47 | /app/src/main/java/com/srit/market/home/ui/home/HomeViewModel.java | 0f05338b81951993bece534b6ffca2e124b087e2 | [] | no_license | ammaralwaeli/Market | d944064599ce89134d363ac3293b9c48bbc31c80 | 02aaf1f4db1821bbdb95dfec526d53ee63870706 | refs/heads/master | 2022-12-04T21:52:11.001202 | 2020-08-23T12:49:27 | 2020-08-23T12:49:27 | 287,070,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.srit.market.home.ui.home;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.srit.market.helpers.MyResponse;
public class HomeViewModel extends ViewModel {
private MutableLiveData<MyResponse> mutableLiveData;
public vo... | [
"ammaralwaeli6@gmail.com"
] | ammaralwaeli6@gmail.com |
f05eb2f9475d75e47f5de60930a9cfc1e35c266c | 4f0b700c37d988a679c331ff4abefff3114e765e | /src/main/java/com/example/calendario/services/PessoaService.java | b0326a99bcf792e8d101f5a3e48ee05154291c51 | [] | no_license | guigon95/agenda_spring | 26b201783f40eefadab2b9850c8af533f53e78dd | f8949da5eb3fea424d86fc25625b7826cf45f76d | refs/heads/main | 2023-06-18T05:09:55.235561 | 2021-07-07T22:54:05 | 2021-07-07T22:54:05 | 383,941,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 994 | java | package com.example.calendario.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.example.calendario.pessoa.Pessoa;
import com.example.calendario.repository.PessoaRepository;
import com.e... | [
"guilherme_gon@live.com"
] | guilherme_gon@live.com |
faae1e919fa064ad01d0a2742435f5f0d1e9fda7 | ac3ebb0f7a4df7081b1c16e8ec0c7d89dbd3b5be | /src/main/java/ru/antowka/tomodoro/factory/ResourcesFactory.java | fbff60f8b00985ae751f13cee99433ed72b4b6d1 | [] | no_license | Antowka/tomodoro | e852a58648c10a55b8cf502c4c02a606c4a04535 | 77e89c9113681a7793373f0a82dcad9e4ca5e4dc | refs/heads/master | 2020-07-01T17:09:30.556984 | 2017-06-22T19:38:16 | 2017-06-22T19:38:16 | 74,269,102 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package ru.antowka.tomodoro.factory;
import ru.antowka.tomodoro.infrastructure.Resources;
/**
* Factory for resources
*/
public class ResourcesFactory implements Factory<Resources>{
private static ResourcesFactory instance;
private Resources product;
public static ResourcesFactory getInstance() {
... | [
"662307@gmail.com"
] | 662307@gmail.com |
4323491c5198a79dcd4ed3390b507185f72be779 | 6c0ae319c1457400605bb513776bd9ba7586a90b | /root/lineland.java | a91167c8d2e4ec1b538a062cc6e22b6c00ecaae3 | [] | no_license | bhi5hmaraj/Online_Judge | b5ae5e9544da413d5a501a97eda06bec01bde11a | 91020905821abfcefdebbf83e82f82d6fb75dd94 | refs/heads/master | 2016-08-11T21:22:29.345483 | 2016-02-16T12:05:01 | 2016-02-16T12:05:01 | 48,239,179 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,146 | java | import java.util.*;
import java.io.*;
public class lineland
{
public static void main(String args[])
{
MyScanner s1=new MyScanner();
PrintWriter out=new PrintWriter(new BufferedOutputStream(System.out), true);
StringBuffer sb=new StringBuffer();
int len=s1.nextInt();
... | [
"matib275@gmail.com"
] | matib275@gmail.com |
6f42b278835dad7b1921f04c21244e0679c7afd8 | 75a5bc581705f522b891a59068c79444d16f2173 | /template/android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/facebook/share/R.java | 1f7399a47d8478bb6692b9af89c2878acdc692a8 | [
"MIT"
] | permissive | danilosampaio/marte | 9e37d39ade1bcb6486684f9843b871b56cc81fa1 | 97acd792e7ff5ebcd173a506bb2688a71e5cf3e1 | refs/heads/master | 2023-02-01T20:25:05.549776 | 2020-05-12T15:35:21 | 2020-05-12T15:35:21 | 237,780,188 | 0 | 0 | MIT | 2023-01-05T07:53:22 | 2020-02-02T14:05:07 | Java | UTF-8 | Java | false | false | 126,114 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.share;
public final class R {
private R() {}
public static final class anim {
private anim() {}
... | [
"danilo.sampaio@gmail.com"
] | danilo.sampaio@gmail.com |
012b8c1c227ea0b98e6563674cb33cdb150fb926 | ab11d504865e338dc3ad6d8c31b844fa7292fec0 | /modules/escritor-sb/escritor-sb-api/src/main/java/escritorSb/service/persistence/EscritorUtil.java | 6b6da8b46b9f255fe9b567dd3c92cdd7fcce8f80 | [] | no_license | issagar/LiferayPruebas | a8c7007553b4e6f23e8316045c7c69c64b622076 | 239157dd52f93139b23533e05a631a57da46b975 | refs/heads/master | 2020-04-01T23:01:57.699819 | 2018-11-15T07:33:50 | 2018-11-15T07:33:50 | 153,737,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47,706 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"migarcia@hiberus.local"
] | migarcia@hiberus.local |
52f37444c426b8232305552b9ed58f19b65582f3 | d04ecfacb4bcdea0559663a10fb5103194f8a2a9 | /app/src/main/java/com/coolweather/android/db/Province.java | 745b81626d3483ab4c5d1f3f719b0c060dd98702 | [
"Apache-2.0"
] | permissive | chenzhenmiao/coolweather | cc930b0ba1290dd787988bcea42a6317c264d053 | 02b3116e478175036b6d95678b38273dfb1e68ae | refs/heads/master | 2021-01-20T00:28:47.941272 | 2017-04-28T16:38:47 | 2017-04-28T16:38:47 | 89,137,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package com.coolweather.android.db;
import org.litepal.crud.DataSupport;
/**
* Created by vhj on 2017/4/23.
*/
public class Province extends DataSupport {
private int id;
private String provinceName;
private int provinceCode;
public int getId() {
return id;
}
public void setId(int... | [
"1362579051@qq.com"
] | 1362579051@qq.com |
d02d75bfd7864a00b75d8fba81b6f1864dd7e7ca | b4c7dc30cb0e006b9e468c9f2b43619c2d9d476f | /src/main/java/com/yangyang/seckill/redis/RedisConfig.java | e7af9cee86faad10c14b4d07dade772d6fb2750c | [] | no_license | fanyh123/seckill-demo | 72a2ecc8ee80f4896f611f71581e26be2697db1b | d70b4e02b54358d833470d7244a0efac66fa9fe1 | refs/heads/master | 2020-03-22T01:42:28.464360 | 2018-07-01T11:44:37 | 2018-07-01T11:44:37 | 139,324,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,573 | java | package com.yangyang.seckill.redis;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix="redis")
public class RedisConfig {
private String host;
private int port;
private int... | [
"fanyanghua@fanyanghuadeMBP.lan"
] | fanyanghua@fanyanghuadeMBP.lan |
1143aaafbeb994bb47a9427cf330682ffe5ca2f2 | d155efd39e6b4ea99543e5cc6da1327f211f1590 | /web-serviceClient/src/wsns/ExameService.java | 9eb32e16126e0bbd73f8220147a26c23276007d9 | [] | no_license | adriianareis/age | a93f4a7cae9318c92e11ed2958eb1d36b013a210 | 0822c4a116bba36c3bb0fccc1bf6990cc53c74f6 | refs/heads/master | 2020-05-30T19:17:37.605782 | 2019-06-05T03:35:30 | 2019-06-05T03:35:30 | 189,920,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | /**
* ExameService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package wsns;
public interface ExameService extends java.rmi.Remote {
public int deleteExames(int[] idsExames) throws java.rmi.RemoteException;
public i... | [
"noreply@github.com"
] | adriianareis.noreply@github.com |
356a8c121510f505eb002de5678310967b4aeab2 | 0602f1d2246ae66287df55e991d03854e7ca1461 | /app/src/main/java/com/nick/documents/tile/DropDownTileView.java | d9fb04bfef0660089abffe6a8e1f634d1250cff3 | [
"Apache-2.0"
] | permissive | NickAndroid/Documents | 02777606c82a71349c724630d2c3c8d528e08983 | 1341a244c7cd6e75ed6a324bc14adf8df4610e07 | refs/heads/master | 2021-01-10T15:52:47.689251 | 2015-12-18T16:18:36 | 2015-12-18T16:18:36 | 48,243,337 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,267 | java | package com.nick.documents.tile;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.RelativeLayout;
import android.widget.Spinner;
import com.nick.docume... | [
"nick.guo.dev@icloud.com"
] | nick.guo.dev@icloud.com |
3af28e48a1e0ef755b0e9d38c70378133c9d178d | a60fc6d892c061cb75d2cb1e75caf4ae7ffc4b04 | /nn/java/bp/DataUtil2.java | 8ec0f29a598598126abb1d74ce8425c372340c54 | [] | no_license | crystal0913/AI | d011552abf9484cb11bf35730b2a16ba7ab0e41f | b3fcc3986b1ca34e7d2d1b299366c7c9cbbc4b17 | refs/heads/master | 2020-03-18T08:51:19.904127 | 2019-03-14T09:56:44 | 2019-03-14T09:56:44 | 134,531,412 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,751 | java | package com.mlearn.bp;
import com.google.common.base.Function;
import com.google.common.base.Splitter;
import com.google.common.collect.Lists;
import com.tsinghuabigdata.common.utils.FileUtils;
import com.tsinghuabigdata.common.utils.ListUtils;
import javax.annotation.Nullable;
import java.io.File;
import java.util.L... | [
"806567375@qq.com"
] | 806567375@qq.com |
a90c9f7e38ed01b9eb9c29fb3fed1f85ea198068 | 6d3c233072042d60b4ef318eb2c6a914c32eabb8 | /Beans/RGFaune/RgClassificationFaune.java | 9cae18dcdd511f88d60b6e4251726fc1cc0e34c0 | [] | no_license | sahnounbesma/BioDevAppFaune | bf3020fb4e2d8538783e9cfb4ea730e7c78f864e | a38b948ee379199678896e53bc5ef1e0b4b9eef3 | refs/heads/master | 2020-07-31T01:02:53.225773 | 2019-09-23T18:52:33 | 2019-09-23T18:52:33 | 210,426,935 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,040 | java | package RGFaune;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
@Entity (name= "RgClassificationFaune")
@Table (name="\"RG\".\"RgCl... | [
"sahnounbesma@gmail.com"
] | sahnounbesma@gmail.com |
667a0d1629237df34abc30ab1989cbd0ed2c5f78 | 027e713d403e139f2a4015590bbcbe556ac19728 | /src/br/org/cesar/jedje/javame/JEdjeCanvas.java | c010bd115cd54279e825d42a6e15b91f68d61c85 | [] | no_license | dpsm/jedje | c64d80be9dded9c22e5d7b752c5b107ba7e03a6a | aa747589650435e5b4812dabbbef8b6fa3383ac6 | refs/heads/master | 2018-12-29T19:33:25.934144 | 2009-02-02T14:21:09 | 2009-02-02T14:21:09 | 97,355 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,481 | java | /**
* Copyright (c) 2008 David Marques.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* D... | [
"dpsmarques@yahoo.com"
] | dpsmarques@yahoo.com |
c8d2868712e8aa9caa151ef405a2a0d8a35e8ccd | 206fd87f791eec84a1ccd64f16e0df2c8fa10dd2 | /rpc-netty/src/main/java/com/hireek/protocol/RequestHolder.java | 6a9e1819fe08e97fb5c0ed5dbebb030e69631eea | [
"Apache-2.0"
] | permissive | Hireek/rpc | 2be160fafebb394ceeb8192880e3fcf08cf88dcf | 3934f4fb5ad016332887aadad1797af6b6245f10 | refs/heads/master | 2023-09-06T02:44:07.532117 | 2021-11-18T07:01:25 | 2021-11-18T07:01:25 | 428,615,094 | 0 | 0 | null | 2021-11-18T07:01:26 | 2021-11-16T10:44:04 | Java | UTF-8 | Java | false | false | 407 | java | package com.hireek.protocol;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicLong;
/**
* 描述
*
* @Author Hireek
* @Date: 2021/11/16 23:19
*/
public class RequestHolder {
public static final AtomicLong REQUEST_ID = new AtomicLong();
public stat... | [
"1163007139@qq.com"
] | 1163007139@qq.com |
7f49e8238f476691b848d922f3e809c9a918fd86 | 2e8d3c4392de44d7648408eed774599ca8a97fd7 | /project/src/main/java/com/spring/CustomersRepository.java | 121892d7e99cf400415c16c87583a5f0470382af | [] | no_license | Susmitha-56/Training | 7e4ae2647332f4c1aaa7c14414ae9eb31edd9565 | eb68ec993cbe5e85d89c3f190fc2a16e7960f20f | refs/heads/master | 2022-12-03T01:16:23.854043 | 2019-08-28T10:19:14 | 2019-08-28T10:19:14 | 204,844,119 | 0 | 0 | null | 2022-11-24T08:34:37 | 2019-08-28T03:54:46 | JavaScript | UTF-8 | Java | false | false | 204 | java | package com.spring;
import org.springframework.data.jpa.repository.JpaRepository;
import com.spring.entity.Customers;
public interface CustomersRepository extends JpaRepository<Customers, String> {
}
| [
"d.susmithatinu@gmail.com"
] | d.susmithatinu@gmail.com |
fe0193743ab584c47ae63709f563d7454467709c | 56c4da1496a63686637a739bac7acc83cd8c1964 | /app/src/androidTest/java/com/orogersilva/facedetection/ExampleInstrumentedTest.java | fafc5207c49d86ee1c88e9540a6f78e5128e4db6 | [] | no_license | orogersilva/face-detection-android | ce200087df3891e9d7dee12b84be5c9fa8a9d880 | 4443252dc4d4f88dbb9da1eb441c15a8b6ce1a99 | refs/heads/master | 2020-01-23T22:05:25.481461 | 2016-11-23T21:58:26 | 2016-11-23T21:58:26 | 74,613,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.orogersilva.facedetection;
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.*;
/**
* Instrumentation test, which will execute on a... | [
"orogersilva@gmail.com"
] | orogersilva@gmail.com |
83365fca165b6e6f28a7e5a29d92b4d680ab8c40 | 9d0517091fe2313c40bcc88a7c82218030d2075c | /providers/softlayer/src/main/java/org/jclouds/softlayer/features/AccountApi.java | 05f01e0e8c2649b823fad9089d6c83579690d72e | [
"Apache-2.0"
] | permissive | nucoupons/Mobile_Applications | 5c63c8d97f48e1051049c5c3b183bbbaae1fa6e6 | 62239dd0f17066c12a86d10d26bef350e6e9bd43 | refs/heads/master | 2020-12-04T11:49:53.121041 | 2020-01-04T12:00:04 | 2020-01-04T12:00:04 | 231,754,011 | 0 | 0 | Apache-2.0 | 2020-01-04T12:02:30 | 2020-01-04T11:46:54 | Java | UTF-8 | Java | false | false | 2,782 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"Administrator@fdp"
] | Administrator@fdp |
c5c657ea41e9153d7fed289aa56346db9938a0e5 | 324b972f38da040b2a13fedeced27242f1aa9b49 | /lcode/src/lcode/AddDigits.java | 1ec3ad0a504497f6f2be9e43912772806f9be7fc | [] | no_license | smeng-study/leetcode | 7ec5e8c1a3d203475ae53cf60eece8b83d0fc7ef | b43005ddd987087674eacf0fb2cb407ddffd173c | refs/heads/master | 2021-01-11T07:05:35.853781 | 2016-10-26T19:36:09 | 2016-10-26T19:36:09 | 70,173,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package lcode;
/**
* 258. Add Digits
* @author smeng
*
*/
//Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.
//
//For example:
//
//Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has only one digit, return it.
public class AddDigits {
publ... | [
"ivy.si.meng@gmail.com"
] | ivy.si.meng@gmail.com |
44452feb7935cd844ed0ad2012be349d833c1989 | 3328f9479df311be7a809e4818f608e837e31f7e | /src/com/cpc/oa/dao/impl/DepartmentDaoImpl.java | 142a802e397532e88daae055042ede8869c76dfc | [] | no_license | Chu2015/Office-Automation | 8551dd5d568877f35da883f3d1e45ced0691ae00 | 2b74b641d2a5bca0f49ded12d0bafc0a0789b2a8 | refs/heads/master | 2021-01-12T02:22:01.877940 | 2017-02-24T09:25:44 | 2017-02-24T09:25:44 | 78,507,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.cpc.oa.dao.impl;
import org.springframework.stereotype.Repository;
import com.cpc.oa.base.DaoSupportImpl;
import com.cpc.oa.dao.DepartmentDao;
import com.cpc.oa.domain.Department;
@Deprecated
@Repository
public class DepartmentDaoImpl extends DaoSupportImpl<Department> implements DepartmentDao{
}
| [
"1501214644@pku.edu.cn"
] | 1501214644@pku.edu.cn |
a204186283be4574ad0d978aed214fff84f9bc94 | 28e3c520a541f2b74b995499b1ec326db1d43169 | /src/main/java/com/chw/spb/config/BeetlTemplateConfig.java | 01df3f144993cbb753ed9dbcf06338471fb5e8a7 | [] | no_license | chenhuwo/myspb | 8b8f4386f4fda374541c6354e468e8c3c5c602e0 | 1e53a26785ab331b741579ae96dd8c22c259f24f | refs/heads/master | 2021-07-06T03:27:11.388195 | 2017-09-25T02:03:05 | 2017-09-25T02:03:05 | 104,688,938 | 0 | 1 | null | 2017-09-25T02:03:06 | 2017-09-25T01:16:47 | JavaScript | UTF-8 | Java | false | false | 2,348 | java | package com.chw.spb.config;
import org.beetl.core.GroupTemplate;
import org.beetl.core.resource.ClasspathResourceLoader;
import org.beetl.ext.spring.BeetlGroupUtilConfiguration;
import org.beetl.ext.spring.BeetlSpringViewResolver;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframewor... | [
"admin"
] | admin |
1943a88fc39fe4f9d9b2f8d2c9ccf582537a9d4a | eb61e1ca3d5e4c26272204b8d129fa36b5016980 | /model/src/org/bogdanbuduroiu/auction/model/comms/message/RegistrationRequest.java | dde374d43319ba0fe36b0bcaf359ec82fd935385 | [] | no_license | bruvduroiu/Charity-Auction-CW | 97dce300f7c2c19c8f70a0d41cafa98a35b88a20 | fc3a1d2e8dd37ddd85695e6f7d45784bdae6c3a5 | refs/heads/master | 2021-05-31T14:52:46.744788 | 2016-05-11T16:46:45 | 2016-05-11T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package org.bogdanbuduroiu.auction.model.comms.message;
import org.bogdanbuduroiu.auction.model.User;
import java.io.Serializable;
/**
* Created by bogdanbuduroiu on 23.04.16.
*/
public class RegistrationRequest extends Message implements Serializable {
private User user;
private char[] password;
pub... | [
"bbuduroiu@gmail.com"
] | bbuduroiu@gmail.com |
00d20d03cb307095a42239129233e792720264d0 | 9b56eef7f0555419ae8246517b76bd01446fd53b | /06-02/src/Yawn.java | 9641b13633aeffe134442f3ce1f45f85d5f19878 | [] | no_license | dea1495/workspace | 6a3c5371e3b13d154477ece7b5dd7824a790fa11 | b64302a32229c85bcd482e10b0e460c761f9ce0a | refs/heads/master | 2021-01-10T11:54:39.811934 | 2016-01-05T04:10:26 | 2016-01-05T04:10:26 | 49,037,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | import static java.lang.System.out;
class Yawn {
public static void main(String args[]) {
for (int count = 1; count <= 10; count++) {
out.print("The value of count is ");
out.print(count);
out.println(".");
}
out.println("Done!");
}
}... | [
"dean.j.griffin@hotmail.co.uk"
] | dean.j.griffin@hotmail.co.uk |
fc2008aecb317672ebca65ccc6cc30e03a2f9d27 | a68221db9cab2ed5d99d5c2f73707a765ee478f3 | /src/main/java/services/encodeURL/common/URL.java | ea25392c5675a896f4fda91b1713bbbdede91e30 | [] | no_license | VedangJoshi/url-shortener | 6d181d4e106f298abc6abef76460de8211719bcf | 08237407f86b1fd17dfcc26ee5acf726871e35a6 | refs/heads/master | 2021-01-22T04:10:58.202787 | 2017-06-11T21:42:55 | 2017-06-11T21:42:55 | 92,439,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"joshi.vedang94@gmail.com"
] | joshi.vedang94@gmail.com |
3dbf4bfb1f8b44fa70610cef3ad6b12965136411 | e69b0a7561f172706462b54ccfcba77a7543e4f6 | /vks-infrastructure-service/src/main/java/eu/ioannidis/vks/infrastructureservice/controllers/OemController.java | 300373de4f7596e0b04f850749edd711594d17a9 | [] | no_license | ioannidis/knowledge-base-information-system | 0dbc32d1c40a1719e41743255a676851cd10e920 | 23188ea1ca896099a0ec70c7f0cd3993e5891d6c | refs/heads/master | 2022-10-09T19:16:18.589069 | 2020-04-02T10:01:14 | 2020-04-02T10:01:14 | 251,694,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,011 | java | package eu.ioannidis.vks.infrastructureservice.controllers;
import eu.ioannidis.vks.infrastructureservice.models.entities.OemEntity;
import eu.ioannidis.vks.infrastructureservice.services.OemService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.s... | [
"panos277@hotmail.com"
] | panos277@hotmail.com |
51d809c920717b58e06a7fb178f8cd87447463d0 | 2babcecf61c3587cdb140e97fc22faf01ed3cabe | /app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java | af9b503d83d1d4f2869a77000f7bd6fb8f24f8a2 | [] | no_license | sunseter/PopularMovieYuba | 8741a2143adfa1c1fd80341eb6fb31edcf2b487f | a59339016885009ae652d5cb95c761aa2da0ee13 | refs/heads/master | 2021-09-01T19:32:48.884666 | 2017-12-28T12:47:20 | 2017-12-28T12:47:20 | 112,357,395 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;
public final class R {
public static final class attr {
public static final int fa... | [
"aitarrami@gmail.com"
] | aitarrami@gmail.com |
d670ebcc85519ae7dd36e370e77f81ae11bd6ad1 | ca8925cc3881d9bcf127a76bc40615c1aa488f24 | /exemplar/java/hibernate/HibernateAnnotatedExample/src/main/java/nox/apycazo/hibernateannotatedexample/App.java | a6379c74ef5fd2c2c9dc1979cfa1b9d3efd05196 | [] | no_license | apycazo/legacy | 40f0eacd1e37c991a4c7d18f05f4d5522b7c6c1c | 771da39b4e6673d03e98437335bf5efb29d593ff | refs/heads/master | 2021-06-12T06:19:18.882716 | 2017-01-09T22:00:23 | 2017-01-09T22:00:23 | 61,744,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package nox.apycazo.hibernateannotatedexample;
import java.util.Date;
import java.util.List;
import org.apache.log4j.BasicConfigurator;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.hibernate.Session;
public class App
{
public static void main( String[] args ) {
BasicConfigur... | [
"apycazo@gmail.com"
] | apycazo@gmail.com |
fafba035db9ff4ecb941b6f64d4d43dae2fc82d4 | 08de5bd843bfca04a61d6a6aa16f860346340288 | /build/generated-sources/ap-source-output/com/kenexx/model/UserProfile_.java | a5a31f0cc12966bdbd1fc99038e1c40ffaa6c9cf | [] | no_license | aceankit99/barcodetocloud | b2ba296bbd1bff808ac81b8516b2288555ec529b | 0805bc580d552e49b02eaf50157caa7a4181353f | refs/heads/master | 2020-04-24T18:24:59.016150 | 2019-02-23T06:30:28 | 2019-02-23T06:30:28 | 172,178,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | package com.kenexx.model;
import com.kenexx.model.Plans;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2019-02-21T10:12:21")
@StaticMetamodel(UserProfile.class)
publ... | [
"aceankit99@gmail.com"
] | aceankit99@gmail.com |
193e3ecebabb07e9560cd4a3affc48349765242e | fe2ea7b6b816564e54d83675664aab45db493496 | /src/com/bridgelabz/datastructureprograms/Node.java | fe05d4de542dff5f0e3540e8f4d899ed83368424 | [] | no_license | kshitijapatil31/DataStructurePrograms | c5560e3700f7cda76e69f074981ec10219cd5ae4 | 7f247b42724925834924abb37bc30d526978d4de | refs/heads/master | 2023-07-16T11:33:31.301930 | 2021-08-29T09:34:09 | 2021-08-29T09:34:09 | 400,583,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 161 | java | package com.bridgelabz.datastructureprograms;
public class Node <T>{
int data;
Node next;
public Node(int data) {
this.data=data;
this.next=null;
}
}
| [
"patilkshitija2@gmail.com"
] | patilkshitija2@gmail.com |
965429f19a19b34fd48329ec21a0b6b15cc2e23a | d320407150666ec2b697be38a001372ca7e34ace | /admin_user.java | ca9ac19ccec6f348e319fc213327b070629b5e4a | [] | no_license | bhumil2210/Import_Export | 9f4613a30afa730ae798fa162ee39284879d96db | 6eda72000f3718e2854f2bc48faf58093003a0af | refs/heads/master | 2020-03-15T07:51:12.897186 | 2018-05-23T16:45:19 | 2018-05-23T16:45:19 | 132,038,602 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,340 | 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 BHUMIL
*/
public class admin_user extends javax.swing.JFrame {
/**
* Creates new form admin_user
*/
... | [
"bhumil2210@gmail.com"
] | bhumil2210@gmail.com |
43b66e679bc018719009d5c3e5d3f3ebe8270508 | 189946700776039f2c39d56a0702fa5374f20e12 | /lcm-common/src/main/java/nl/kpmg/lcm/server/data/ProgressIndication.java | ac219eadedf793858365217c2421000cf2371f38 | [
"Apache-2.0"
] | permissive | lipengyu/LocalCatalogManager | 0aeb858342cb99b950fba00786558b74eb1f9af2 | 3c13add9dbf0af38fe37476da23bc963487d0076 | refs/heads/master | 2020-05-30T19:39:58.358125 | 2017-02-24T10:54:03 | 2017-02-24T10:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | /*
* Copyright 2017 KPMG N.V. (unless otherwise stated).
*
* 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... | [
"demadred@gmail.com"
] | demadred@gmail.com |
22721df68a976ebf34a36afb7938f88af6fa81ac | a4ccf60f2bc927c67fc19683eef8420be2f5b233 | /P1_T01G01/src/as_project/Sockets.java | 7a6cfdc6abb255b628e4e3399455e8c3ea127f10 | [] | no_license | gabrielrsilva11/AS_Project | b72a90ae90e4500902e83035e09c9ba91cd78cba | 7ac5b56b5f0acb9dd11d46b79b34f3d32e487b60 | refs/heads/master | 2021-02-10T06:56:22.793274 | 2020-05-30T15:39:43 | 2020-05-30T15:39:43 | 244,358,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,913 | java | package as_project;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.UnknownHostException;
/**
* Sockets - Responsible for handling the sockets, creating server and client connections as well
* as sending messages
*
* @author Gabriel S... | [
"gabrielrsilva11@gmail.com"
] | gabrielrsilva11@gmail.com |
688e07be4a011d1aa961688c31218098a0bfa434 | 4b3fd4dfa2a9caaf8849c148c94889842079a2db | /src/main/java/com/example/taxtool/entity/TargetManageRecord.java | b4592ca673d6ae14840b1e590a16972bed6efdaf | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lyingfromyou/tax-tool | 43210af03ab92939de6e7aef23f1fb36a2911f07 | e90b5725de60b5af4222909bf086f080cccdf56e | refs/heads/master | 2023-01-29T10:21:11.481032 | 2023-01-10T06:34:57 | 2023-01-10T06:34:57 | 202,489,940 | 0 | 0 | Apache-2.0 | 2023-01-10T06:35:52 | 2019-08-15T06:54:28 | Java | UTF-8 | Java | false | false | 1,543 | java | package com.example.taxtool.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.S... | [
"16670409213@163.com"
] | 16670409213@163.com |
7569251b2d11132b7c7a5f97f6bae610a66ec3dd | 7fb3d2b4246c5516406bb98ec97f91507b4dc387 | /tm-util/src/main/java/com/tm/util/validations/Validator.java | 6503d870675ac3af429aed9a52e2fcd828eea3fe | [] | no_license | nitw-shobhit/TM | 12086560d7964a43f9464cf4087d849e500a796b | bc308fbd3f5c19a6605509bc023b432773c90ab4 | refs/heads/master | 2021-01-21T12:32:05.898909 | 2016-05-18T10:00:36 | 2016-05-18T10:00:36 | 41,180,958 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package com.tm.util.validations;
public interface Validator {
Error validate(Object objToValidate);
}
| [
"nitw.shobhit@gmail.com"
] | nitw.shobhit@gmail.com |
f1b720daa0bf28a78ed06bce5b14dfd20909c3e3 | ae5b7ce5f4c080bc2435eeaf8ecde5458ee849f7 | /Task11EmployeesJuniorJavaDeveloper/src/test/java/com/javaweb/AppTest.java | 5f802a8d16f5b07dfd44c96711bfd06b52d7b359 | [] | no_license | itcherry/TrainingJavaWebDevelopnemt | f1a13ef32015e59c8ec16f9720ddf7bd56848036 | 7c58126b1e1a1ad22a6cd26bbe24ef0b09fa8873 | refs/heads/master | 2021-06-15T03:59:23.155701 | 2017-01-17T11:55:53 | 2017-01-17T11:55:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.javaweb;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple Main.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( St... | [
"itcherry97@gmail.com"
] | itcherry97@gmail.com |
5a5469bb2c92723d1368089b1abb634373fc04c3 | 4034a59a42524b6b3582cceeb19025e26bc56d81 | /training/src/test/java/com/slksoft/training/MathUtilsTest.java | 8289a2c6052080fca265b8ee1da89423457e727b | [] | no_license | kayartaya-vinod/2019_10_SLK_BOOTCAMP | 7a8ef0d962f4232792d39152790abe4227e0614e | 0aff15cf9b3d6ebc060fb2a4fb464ca2f84001be | refs/heads/master | 2020-08-05T23:02:57.894125 | 2019-11-04T09:55:22 | 2019-11-04T09:55:22 | 212,747,091 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.slksoft.training;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
public class MathUtilsTest {
@Test
public void testFactorialPositive() {
long expected = 120;
long actual = MathUtils.factorial(5);
assertEquals(expected, actual);
}
@Test
public void t... | [
"vinod@vinod.co"
] | vinod@vinod.co |
cc5bad336b95a9ce412e94889ba47f06d46f5a18 | 6f2f019a9ad1fba1399a19a26f0752ad0ee5ae72 | /base-spring-boot-jpa-project/common-lib/src/main/java/com/ms/core/common/websocket/HelloMessage.java | 41946ebf548ddd5e1d0521ae5ae25d0c2a54e71a | [] | no_license | jclmon/spring-projects | 03aecd8f1215fa1ddec44684ab60b27baf25a6e7 | 36c61e7b76d4b509240572e8de378609babefe45 | refs/heads/master | 2022-12-01T10:33:31.405837 | 2021-10-29T06:40:01 | 2021-10-29T06:40:01 | 242,692,551 | 0 | 0 | null | 2022-11-24T08:36:54 | 2020-02-24T09:16:44 | Java | UTF-8 | Java | false | false | 301 | java | package com.ms.core.common.websocket;
public class HelloMessage {
private String name;
public HelloMessage() {
}
public HelloMessage(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
} | [
"jclmon@outlook.es"
] | jclmon@outlook.es |
5f89f10a7639f2141a9ce7ce5da1ba31950dfaa5 | cd69642454fa61ec86edb58c2d6f6a5ae94278f7 | /ThreeSum.java | 0d9f3b0f030f4c63e2796c5159fe9bb828457fdc | [] | no_license | wugeo0824/brain-teasers | 63eccaeeea5280bde36130d7bcc735673efd3922 | b5102bfc18ce2288badc73a18c218bf8a1452a6f | refs/heads/master | 2020-12-01T20:52:05.096422 | 2019-12-29T15:07:41 | 2019-12-29T15:09:35 | 230,766,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | class Solution {
public List<List<Integer>> threeSum(int[] nums) {
int length = nums.length;
List<List<Integer>> result = new ArrayList();
Arrays.sort(nums);
for (int i = 0; i < length; i++) {
if (i > 0 && nums[i] == nums[i-1]) continue;
int low = i + 1;
... | [
"xijun824@gmail.com"
] | xijun824@gmail.com |
a9c4e502466e81c387be0fde2cf988abe1497b1b | 7c5bf14368149e301ed826f6d6e550e1560559cd | /src/org/mystic/utility/MobUpdateList.java | 86e6dce698f8c93099c43a7cbfa35224050a1698 | [] | no_license | Rune-Status/vl1-mystic | 812b08b3c1be5852e180a970bd18ce77b96de732 | 4415156ba0a9779c9c045313eb2e653a597b3b07 | refs/heads/master | 2020-03-27T06:46:10.725767 | 2018-08-24T06:29:36 | 2018-08-24T06:29:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | java | package org.mystic.utility;
import java.util.List;
import java.util.Queue;
import java.util.Vector;
import java.util.concurrent.ConcurrentLinkedQueue;
import org.mystic.game.model.entity.npc.Npc;
/**
* A linked list of (@UpdateableMob)s that contains no duplicates
*
* @author Michael Sasse
*
*/
public class M... | [
"minewack@hotmail.com"
] | minewack@hotmail.com |
49e903876593f0b6071ec3d256286cda76673c3c | 2ad9374e1b26d79fee73ea45bf0311f8361a4038 | /Calculator-GUI/src/StringCalculatorTest.java | d321acb5c4763e58b5d9d3166d1718807a75666d | [] | no_license | shogo54/java-swing-calculator | 22729748285e952593bea9ed8f51cce1981aadc1 | 7acdad3c23a2bea50efe6bc8257ba49a94e4cc48 | refs/heads/master | 2020-03-19T01:07:43.456120 | 2018-05-31T13:27:54 | 2018-05-31T13:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class StringCalculatorTest {
StringCalculator sc;
@Before
public void setUp() throws Exception {
sc=new StringCalculator();
}
@Test
public void test() {
assertEquals(8, sc.execute("5+3"));
assertEquals(15, sc.execut... | [
"sakiyama@knox.edu"
] | sakiyama@knox.edu |
b4cffc64fa903ece0eeefaeef77c7c5e1779f79b | 32c05251ac61420f4262c88643ed39623e7b5cfc | /src/com/github/onlynight/datamodeldesign/module/main/data/MainActivityRepository.java | d911ed564bc81b2d2d3303fbad407ffe328fb011 | [] | no_license | onlynight/DataModelDesign | 3dc5302e21b993653d815ad5fcc673779e6355ed | e2264c8fcbe7b0bb713a07e9631e135813e23f3b | refs/heads/master | 2021-01-19T05:23:50.183985 | 2017-04-07T03:29:46 | 2017-04-07T03:29:46 | 87,430,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,750 | java | package com.github.onlynight.datamodeldesign.module.main.data;
import com.github.onlynight.datamodeldesign.data.BaseDataSource;
import com.github.onlynight.datamodeldesign.data.OnRequestListener;
import com.github.onlynight.datamodeldesign.data.SimpleRepository;
import com.github.onlynight.datamodeldesign.module.main.... | [
"only.night@qq.com"
] | only.night@qq.com |
a10d4778d629aa23b1c9a845d3899f9f5c03c6cd | 6648787acb6c2b4e3cd720d2343de91b29e0fac6 | /src/test/java/org/example/sweater/MessageControllerTest.java | 659e2b91a32ebd7e9938383649673385739d7f7d | [] | no_license | ramilyamar/Message_App | 0bea8b9b1922a762fd22efefce4433b2cc8afab9 | 9998c569e31f40e50a45a0268cb10e80783dc233 | refs/heads/master | 2020-11-29T22:56:23.398997 | 2020-01-09T13:34:52 | 2020-01-09T13:34:52 | 230,233,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | package org.example.sweater;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframewor... | [
"marganovaramilya@mail.ru"
] | marganovaramilya@mail.ru |
f968004b7b58fbbf14b4933f195eace047874f6b | ae7f0fd6a74e2466336bc7797afbdeba81e7d3e1 | /CustomerCRUDJSF-ejb/build/generated-sources/ap-source-output/customerjsf/entity/MicroMarket_.java | 5a1890dc7116a14bc614b0c87ae6477cdad0ccd8 | [] | no_license | dlt96/CustomerCRUDjsf | ce8f24937899818d59885a1662da25497b4639ce | 054d019324166ef73b9f6cea9c0aa7a67960df0c | refs/heads/master | 2021-01-24T06:47:45.914817 | 2017-06-04T14:39:08 | 2017-06-04T14:39:08 | 93,319,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package customerjsf.entity;
import customerjsf.entity.Customer;
import javax.annotation.Generated;
import javax.persistence.metamodel.CollectionAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date=... | [
"noreply@github.com"
] | dlt96.noreply@github.com |
5ebedfa66b4a30cad5ae15ed46c1a2ac7ab5904e | 79a6d190cb3956c4a979393c5d5ecff1a49553c8 | /ratedialog/src/main/java/com/mbh/ratedialog/RateDialog.java | c4c6f628b023839b8fd2f4c45777568358227f73 | [
"Apache-2.0"
] | permissive | iballan/RateDialog | 2188908ab5aa95b1d8e5759ac28d43ae5a788ddd | 417fa7fabceea7a6aea129ba3f5332948b801862 | refs/heads/master | 2021-01-11T02:06:08.035405 | 2016-10-13T13:44:52 | 2016-10-13T13:44:52 | 70,808,751 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,236 | java | package com.mbh.ratedialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.util.Log;
import android.view.View;
import java.util.Date;
import static android.content.ContentValues.TA... | [
"ballan770@hotmail.com"
] | ballan770@hotmail.com |
b02a8f99cc60ac7623c26ae3b25273c949a5379d | 78f1d662189a6241c9385cb87eb60f713dfb22b3 | /src/main/java/com/webank/webase/stat/data/mapper/NetWorkDataMapper.java | b284097c45b63a0d18f14a3300b1081d9beeea07 | [
"Apache-2.0"
] | permissive | InnochainTech/WeBASE-Stat | bbae6c803891e7867e6275cf273db3caf9f615e7 | 648c1cd3ffbfff180dc9440a249cf48163571947 | refs/heads/master | 2023-02-21T05:08:34.029844 | 2021-01-21T06:57:37 | 2021-01-21T06:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | /**
* Copyright 2014-2020 the original author or 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 applicabl... | [
"42059349@qq.com"
] | 42059349@qq.com |
5382b764ff4ec8b0a126c71556fc38df33961ce5 | 19fd1670ceeae48b2daa186da86bcdfd22a4124f | /src/main/java/com/adfer/repository/ConfigurationRepository.java | 3c32ecfda465ff5116d46985c58d067533142958 | [] | no_license | adfer/perfumy_v2 | c6e076f35cf973975d625a04f6b3627433339c9c | 2a9e47f210f683032332c294a5e15bdd001131f0 | refs/heads/master | 2021-06-10T15:17:15.894576 | 2016-12-18T20:07:18 | 2016-12-18T20:07:18 | 74,409,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.adfer.repository;
import com.adfer.entity.Configuration;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
/**
* Created by adrianferenc on 08.11.2016.
*/
@Repository
public interface ConfigurationRepository extends CrudRepository<Configuration,... | [
"adrianferenc90@gmail.com"
] | adrianferenc90@gmail.com |
add3d642bbb58a6e1aa3f6cdad9b2222745de96b | f5d0a0d77b8229fed78e474df6b8f23b3d71335a | /empleados/src/empleados/Empleados.java | 4f25ee265d771ce3cebaaa8e1510abe942ae74d1 | [] | no_license | rafael13em/empleados | d5460e7a1007354be8a611ce2d6e06d6035882d3 | 8026c643615cfb9a700166051d4311804323e4ab | refs/heads/master | 2020-04-26T17:33:10.180906 | 2019-03-04T09:49:39 | 2019-03-04T09:49:39 | 173,717,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package empleados;
public class Empleados {
private int id;
private String nombre;
private String apellido1;
private String apellido2;
private String direccion;
private String tfno;
public Empleados(int i, String n, String ap1, String ap2, String dir, String t)
{
this.id = i;
this.nombre = n;
this.ape... | [
""
] | |
af13a4b11f16b43c806f6cfc0ed41efaffc19c39 | faa1e003b5e11b74bce10de7f46fd13aa9a40b82 | /app/build/generated/source/buildConfig/debug/org/yanzi/playcamera_v2/BuildConfig.java | a8472ba0d1862b9d0120e39d16fabc5f3098a1c9 | [] | no_license | yansc2007/PlayCamera2_master | cf4a3e3efe9224382412533afe8fc2202b3209e8 | 1bb4caa161106c3b3f62cb8713a976d559e60b3b | refs/heads/master | 2021-01-01T04:36:57.118482 | 2017-07-14T07:58:35 | 2017-07-14T07:58:35 | 97,208,375 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package org.yanzi.playcamera_v2;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "org.yanzi.playcamera_v2";
public static final String BUILD_TYPE = "debug";
publ... | [
"yansc@21cn.com"
] | yansc@21cn.com |
abd5a5b51254509cbada211972c3f554ccdf55d1 | e072d34d3e7471e7ad0722db2e7782e00b5f8e7b | /java/org/metasyntactic/automata/compiler/java/parser/JavaGrammar.java | aef44c46b1fa180097c72fc92d92caa9a93105f9 | [
"Apache-2.0"
] | permissive | runt18/metasyntactic | 4f18fd4644300ec8e97af885e0f0070e420d197c | 908ea84b51fcaead0a9051235d4967ccec0fb066 | refs/heads/master | 2021-01-10T04:32:55.077423 | 2016-03-22T18:40:13 | 2016-03-22T18:40:13 | 49,944,612 | 0 | 0 | null | 2016-03-22T18:40:14 | 2016-01-19T10:19:06 | C++ | UTF-8 | Java | false | false | 44,439 | java | package org.metasyntactic.automata.compiler.java.parser;
import org.metasyntactic.automata.compiler.framework.parsers.packrat.PackratGrammar;
import org.metasyntactic.automata.compiler.framework.parsers.packrat.Rule;
import org.metasyntactic.automata.compiler.framework.parsers.packrat.expressions.Expression;
import st... | [
"cyrus.najmabadi@d0982328-d147-0410-9e64-db1d7fe6b3aa"
] | cyrus.najmabadi@d0982328-d147-0410-9e64-db1d7fe6b3aa |
139272a6594ddfbdba1a88c1806623bcbd83dea6 | 4b100ae461cae856312f72dbcd6db3b365369d19 | /clouddesigner/org.occiware.clouddesigner.occi.monitoring.ext.connector.backend/src/org/occiware/clouddesigner/occi/monitoring/ext/connector/backend/utils/metric/CPUPercentMetric.java | 8807435f36f4e85d155adae73902afa2f9f0747d | [] | no_license | occiware/ecore | b82642219bc738b050116db38fed7ecad56eee1e | d63cd110f60efdc773d165ee86b607ec4a4d5172 | refs/heads/master | 2021-01-23T11:34:07.724745 | 2017-09-19T15:10:43 | 2017-09-19T15:10:43 | 30,288,774 | 13 | 17 | null | 2017-08-08T09:52:15 | 2015-02-04T08:22:39 | Java | UTF-8 | Java | false | false | 1,199 | java | /**
* Copyright (c) 2017 Inria
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* - Christophe ... | [
"christophe.gourdin@inria.fr"
] | christophe.gourdin@inria.fr |
4c82e8ba62c3e92d59752e517d160912b4865d2e | d1f2e3fbf6246f679ea12fce5ac732c07301c545 | /src/main/java/com/example/challengeAlkemy/controller/RestExceptionHandler.java | 61716ac3837690bc0141a98f658693ae9d7d0165 | [] | no_license | Celeste-Miranda/challengeAlkemy | 25f4c4944123925795fbace576840a0f5890376a | 3063abcf6b9acf1950158f777e07a8982c1fb718 | refs/heads/main | 2023-08-05T00:51:03.790260 | 2021-09-05T01:40:57 | 2021-09-05T01:40:57 | 403,185,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,987 | java |
package com.example.challengeAlkemy.controller;
import com.example.challengeAlkemy.exception.ErrorApp;
import com.example.challengeAlkemy.exception.InvalidDataException;
import java.util.Date;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.stream.Collectors;
import org.springframewo... | [
"celeste24@gmail.com"
] | celeste24@gmail.com |
68265972a77f266c0b5207b2b22773ba64ce08fa | adf92315aa1c1db44ada6fb92365b9b663dd2d5b | /src/br/com/fabianodarolt/pousada/Model/UnidadeHabitacional.java | 429216a253c2acc95d6ae665ca62a845ee759df5 | [] | no_license | fdarolt/Projeto-Pousada-2-Entrega-Endere-o | 1946052beaa70983da28fe495368204cc05b057a | 2be6db4919526f2cb847592c1064dd8d7d2c3c6a | refs/heads/master | 2021-01-23T13:58:57.967737 | 2013-10-28T23:11:30 | 2013-10-28T23:11:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package br.com.fabianodarolt.pousada.Model;
public class UnidadeHabitacional {
//INSTANCIAR ATRIBUTOS
private int idUnidadeHabitacional;
private String nomeUnidade;
private String categoriaUnidade;
private String descricaoUnidade;
private double valorUnidadeUnidade;
... | [
"Fabiano@Fabiano-Laptop"
] | Fabiano@Fabiano-Laptop |
bfd269fdbef30f0d23bdc9bb23bb04a934f4f61b | bb9963521503d04f64271afb269abdb633491661 | /src/main/java/com/maps/web/rest/errors/ExceptionTranslator.java | 8f28752bdc750ff613ea139d5dd6a03c96a122bc | [] | no_license | BulkSecurityGeneratorProject/maps | dc831c936d9602b5c1f08a7538752d09bf499861 | d13759a21fff6a0dab36daa173a5b00d3fb8f7f4 | refs/heads/master | 2022-12-09T04:16:26.019548 | 2016-02-29T17:54:01 | 2016-02-29T17:54:01 | 296,591,002 | 0 | 0 | null | 2020-09-18T10:37:07 | 2020-09-18T10:37:06 | null | UTF-8 | Java | false | false | 2,537 | java | package com.maps.web.rest.errors;
import java.util.List;
import org.springframework.dao.ConcurrencyFailureException;
import org.springframework.http.HttpStatus;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.validation.BindingResult;
import org.springframework.validation.... | [
"nil.panes@gmail.com"
] | nil.panes@gmail.com |
f88ca56bbc57fe45fd8a2701dbe874e5a95606d4 | 8619daabb4f8a799e23bc65aa50988301f8f86f2 | /app/src/main/java/com/ostan/cachemanagement/examples/MainActivity.java | 3686c04db54d7ed073cc94c2a477fdd8f05aff84 | [] | no_license | ostanmarc/CacheManagement | 2279cdcc20ad02a392c4b5b9cd991f13403903f9 | 848c6f7fe5c75352bf1cd1675da65a563301102f | refs/heads/master | 2021-01-10T06:02:54.179186 | 2016-03-14T22:30:15 | 2016-03-14T22:30:15 | 53,896,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,673 | java | package com.ostan.cachemanagement.examples;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import an... | [
"ostan.marc@gmail.com"
] | ostan.marc@gmail.com |
b333da8a794256823924e594c5f4e2c9e5fabbb4 | 3c432492088225019ccd691aa17c9d099fd14fd9 | /app/src/main/java/app/patikab/elayang/CommentActivity.java | e9c2e4541997683892770a915a8dd10a84b0c4e2 | [
"MIT"
] | permissive | NovaSampoerna24/elayang-pati | e3f46a6d35d2a88fdc8b19170146fbed81d1bc28 | 7bbe39b82ac95d122596ac3190822ceb1b824365 | refs/heads/master | 2021-01-04T16:09:43.226111 | 2020-02-15T01:52:40 | 2020-02-15T01:52:40 | 240,629,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,438 | java | package app.patikab.elayang;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.EditText;
import android... | [
"root@Macs-MacBook-Pro.local"
] | root@Macs-MacBook-Pro.local |
fd66568619e936e75e74a57be5dc0b670646a8cd | 04f90b7629c64ae4cd123fc96d0208f8b2590c3e | /src/main/java/org/vaporwarecorp/doorbell/config/AsyncConfiguration.java | d7a94cf7e71c02c80fbf4b53198f047e8f50ee0a | [] | no_license | jreyes/edison-doorbell-application | c030fb20b60ed9a3738e2fa00b5f9145176ab9bd | fb530a66a9f0b061272750a37a3955968cf69859 | refs/heads/master | 2021-01-21T14:24:27.128254 | 2017-06-22T14:12:52 | 2017-06-24T00:16:21 | 95,277,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package org.vaporwarecorp.doorbell.config;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler;
import org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler;
import org.springframework.context.annotation.Bean;
import org.sp... | [
"jreyes@vaporwarecorp.com"
] | jreyes@vaporwarecorp.com |
34148b681367d992ebb7e10874d78d6b92d055d3 | 8df7bde9412f18ca8e1a3a9a0cb76fd6f0a45206 | /urms_common/src/main/java/com/urms/config/CorsConfig.java | 9ed317c1c2cceca41c0872bf62afff9beb440462 | [] | no_license | xuliu242/mianshi | 443a4a5dfa2066433213f7bbcbd954a3bd66f0eb | 56881c03bea3bd627cd246b117479c4a5c7df120 | refs/heads/master | 2023-05-10T19:35:18.974977 | 2021-04-15T06:24:47 | 2021-04-15T06:24:47 | 371,714,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package com.urms.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class CorsConfig implements WebMvcConfigurer {
@Override
... | [
"2429600153@qq.com"
] | 2429600153@qq.com |
cded935c479a6a772db73feb55ce307d964ced1d | ba3f66699640a28517f935a827ba5c15f4f52050 | /src/main/java/com/iftm/course/resources/exceptions/ValidationError.java | 2d25bfef209d7ba17077c4aedda2c987c3858adb | [] | no_license | oliveiralex/coursePDS1 | 0bf19b4ac02b46737b9479e652faae21734076b1 | de7cb72196dec180bad8f06b26ad6c0a9946dd5a | refs/heads/master | 2023-02-03T19:10:55.663154 | 2020-12-18T21:49:12 | 2020-12-18T21:49:12 | 307,872,904 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.iftm.course.resources.exceptions;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
public class ValidationError extends StandardError {
private static final long serialVersionUID = 1L;
private List<FieldMessage> errors = new ArrayList<>();
public ValidationError() {
}
... | [
"alexandre.si.ufu@gmail.com"
] | alexandre.si.ufu@gmail.com |
44755d2d7984940830844bf97ede5d41cf520090 | 5bf02afa00f91044f6eed8651df82b8079517c79 | /server-main/src/main/java/com/hjz/utils/exception/GlobalExceptionHandler.java | ea6ab7ae5862ca7e2ebe7fe6baa748476b76a504 | [
"Apache-2.0"
] | permissive | Eternally8/springboot-hjz | 822d24b84af9f12bcf2c74ab6ef1374595d2d9e7 | a4e5587236a061eadd6c72dfed0de8fc9cddbccf | refs/heads/main | 2023-07-30T15:04:39.837121 | 2021-09-13T02:51:23 | 2021-09-13T02:51:23 | 405,812,081 | 0 | 0 | Apache-2.0 | 2021-09-13T02:48:04 | 2021-09-13T02:48:04 | null | UTF-8 | Java | false | false | 891 | java | package com.hjz.utils.exception;
import com.hjz.model.ResultEnum;
import com.hjz.utils.reqResult.ResponseEntityDto;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import javax.validation... | [
"854399602@qq.com"
] | 854399602@qq.com |
f38be42a0235e14324645399db2787ab1653615d | 78536acdf770eec86183c456597eec4ae2793fcc | /src/ejerciciosuno/EjercicioDieciocho.java | c3ab9f404b87cd6e4ff2e001bc3d4378acf72b73 | [] | no_license | programaharnina2021/La-clase-String | ff25ae49a33bed96b679ca152b286588bf85960b | cc4af1369603e4d7dfe89d4512e0899e8c24bbfa | refs/heads/master | 2023-03-10T17:23:12.710419 | 2021-02-23T11:20:43 | 2021-02-23T11:20:43 | 339,712,175 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package ejerciciosuno;
public class EjercicioDieciocho {
public static void main(String[] args) {
String cadena=" muchos espacios en blanco al inicio y al final ";
System.out.println("comienzo:"+cadena+":final");
System.out.println("comienzo:"+cadena.trim()+":final");
}
}
| [
"estar@minuevo"
] | estar@minuevo |
d8dd10ea202bd71c2f4c3e17139c43dfe1287485 | da74fe272988660a9056b06cb47282ec9e892687 | /MySpring/src/main/java/com/suguowen/service/DepartmentService.java | 422fcfea3deb4e2bba153414f34ab130241c20c3 | [] | no_license | 413162826/workspace | dc6ea18496ee876d51cfcf0cb45c4e99757a47d4 | 3d4ddd97a83f38a58749bc591f9714ef1b67ddd8 | refs/heads/master | 2020-04-09T05:31:27.280210 | 2018-12-02T16:35:31 | 2018-12-02T16:35:31 | 160,067,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.suguowen.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.suguowen.bean.Department;
import com.suguowen.bean.DepartmentExample;
import com.suguowen.bean.Employee;
import com.suguowen.dao.DepartmentMapp... | [
"Gwen_glb@qq.com"
] | Gwen_glb@qq.com |
17fcaf30d39c5aa343b8c5ea1fde7eba96aff2aa | 2869fc39e2e63d994d5dd8876476e473cb8d3986 | /Super_back/src/java/com/lvmama/back/sweb/util/marketing/AddReportToPageResult.java | bc89e657b3475925de36f559ba01c42cb41ab74e | [] | no_license | kavt/feiniu_pet | bec739de7c4e2ee896de50962dbd5fb6f1e28fe9 | 82963e2e87611442d9b338d96e0343f67262f437 | refs/heads/master | 2020-12-25T17:45:16.166052 | 2016-06-13T10:02:42 | 2016-06-13T10:02:42 | 61,026,061 | 0 | 0 | null | 2016-06-13T10:02:01 | 2016-06-13T10:02:01 | null | UTF-8 | Java | false | false | 2,430 | java | package com.lvmama.back.sweb.util.marketing;
/**
* AddReportToPageResult.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
public class AddReportToPageResult implements java.io.Serializable {
public AddReportToPageResult() {
... | [
"feiniu7903@163.com"
] | feiniu7903@163.com |
ef7ca7ba8d30830b855cd76c5b66e9ed73b22b7c | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2692487_1/java/Karian/Osmos.java | 23415f3f8cb48179a150949cf75ea929c8d29580 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,467 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class Osmos {
/**
* @param args
*/
public static void main(String[] args) throws NumberFormatException, IOException {
// open file and create a buffered reader
FileReader input = new FileReader(args[0])... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
9f72746dc09ccfd793588b8d35e08c8ed4dc6412 | c96a88a068a1aed86fb81ec8b05911bc11783a77 | /shanks-user_manual-module/src/es/upm/dit/gsi/shanks/tutorial/model/element/links/portrayal/EthernetLink2DPortrayal.java | 4d4aa10152d26ea5fbbee62eae9fcbfb2fd128e7 | [] | no_license | alvarocarrera/Shanks-modules | 3351888b8ff939dc42cb03694b627708a1e09068 | ed438a1c365c3f7bf8dad1007ab78c9378924a49 | refs/heads/master | 2020-04-11T08:05:28.196867 | 2013-06-14T07:42:03 | 2013-06-14T07:42:03 | 10,683,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,360 | java | package es.upm.dit.gsi.shanks.tutorial.model.element.links.portrayal;
import java.awt.Color;
import java.awt.Graphics2D;
import java.util.HashMap;
import sim.field.network.Edge;
import sim.portrayal.DrawInfo2D;
import sim.portrayal.network.EdgeDrawInfo2D;
import es.upm.dit.gsi.shanks.model.element.link.Link;
import e... | [
"carrerabarroso@gmail.com"
] | carrerabarroso@gmail.com |
059fe725f1b653a0506e9a28a2ea47af1bce3f22 | 16bfbb87921e4bf87bbb79cdb3b642df4d6ee0d4 | /src/test/java/com/pingpong/standard/StandardWorkingTest.java | 145a39961d4c083fb1d563275e7dab20d038642b | [
"MIT"
] | permissive | trofimovep/nio-gc-free | 4824203ecea0f1eeac6acf9763acc569a797840f | 128e264cc8715dba3e578255a74bf28d22ee9399 | refs/heads/master | 2022-12-12T02:18:13.675587 | 2020-09-08T19:49:58 | 2020-09-08T19:49:58 | 289,341,642 | 1 | 0 | null | 2020-09-08T19:37:04 | 2020-08-21T18:45:11 | Java | UTF-8 | Java | false | false | 1,170 | java | package com.pingpong.standard;
import com.pingpong.standard.client.StandardNioClient;
import com.pingpong.standard.server.StandardNioServer;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import static com.pingpong.ConnectionInfo.PING;
import static com.pingpong.ConnectionInfo.PONG;
impor... | [
"trofimovep42@gmail.com"
] | trofimovep42@gmail.com |
2b31de957111b59fbb9f27344006c735267fbd37 | 5b4fc32e93215142dc1c80b0f8c5d83f41efc3ab | /src/hotel/model/RadnoMjesto.java | 3b9694124ab6f87c6fbe7cc8cbb2043a9f09f9bf | [] | no_license | marijatomic/hotel | 80226d7b559356415d72b831f4fb742975e68095 | 939158923ee3dceb2464be3098fe58e20e49665c | refs/heads/master | 2021-01-26T07:26:21.724907 | 2020-07-04T11:30:31 | 2020-07-04T11:30:31 | 243,364,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,689 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hotel.model;
import static hotel.model.Baza.connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import ja... | [
"marijat1995@gmail.com"
] | marijat1995@gmail.com |
2d6068b7a44775cdd37ed72d667bfb23419ca496 | 8f69decab4ab2196ff7effa9f3f389283db2de88 | /src/test/java/ru/job4j/collection/LexSortTest.java | e9b0f3fb85f232f8eef5de1ffe900870824e3f54 | [] | no_license | RInZ26/job4j | 592643026caf59d0fc0167e62f1c612d43448c9a | 22f21942568f099a4e24b4f736f2b2892a959bb1 | refs/heads/master | 2021-03-17T14:36:04.441977 | 2020-05-18T06:30:50 | 2020-05-18T06:30:50 | 246,994,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package ru.job4j.collection;
import static org.junit.Assert.assertThat;
import static org.hamcrest.Matchers.is;
import org.junit.Test;
import java.util.Arrays;
public class LexSortTest {
@Test
public void sortNum1and2and10() {
String[] input = {
"10. Task.",
"1. Task.",
"2. Task."
};
String[] out = {... | [
"ivs1996@mail.ru"
] | ivs1996@mail.ru |
094a882d497986e33a31a691771c40bb64005b06 | 96d5186ac9fb7f3b95bd364591021e5eda84671f | /by/etc/class_task/aggregation_composition/task_five/TypeOfTour.java | c8210f45e1168c48cdd1ea5ca240d68a0757fc19 | [] | no_license | bzsh/Epam_preWeb | 0f84625543f1d66a9b6f9c80964457b7dafdad2e | d6e0d1aa506388d294efd187e30fa877a873ac1c | refs/heads/master | 2022-12-07T01:04:15.448571 | 2020-08-31T12:08:48 | 2020-08-31T12:08:48 | 192,613,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package by.etc.class_task.aggregation_composition.task_five;
public enum TypeOfTour {
REST("отдых"),
EXCURSIONS("экскурсии"),
HEALTH("лечение"),
SHOPPING("шопинг"),
CRUISE("круиз");
private String title;
TypeOfTour(String title) {
this.title = title;
}
@Override
publi... | [
"13az111o@gmail.com"
] | 13az111o@gmail.com |
89d89715dae56fbd7f9045bb27370bc789d9f591 | 9e19709059aac72eedd9e76f8d841c9231c560ca | /ProjectFiles/ShopkeeperApp_ProjectFiles/app/src/main/java/com/example/munna/shopkeeperapp/SendToken.java | 7d21eee1f4f97ed2545861f0718c1b53fb06226e | [] | no_license | RevenantRage/Appathon_Codefest17 | 2072bd2cfa27f816a61897b5ca3bb1e2dfc5cd5c | 24248c6e6ced0cdd0d61c73a4186b320475c68e5 | refs/heads/master | 2021-07-01T07:12:25.322766 | 2017-09-21T17:24:18 | 2017-09-21T17:24:18 | 104,373,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.example.munna.shopkeeperapp;
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
import java.util.HashMap;
import java.util.Map;
/**
* Created by AbhishekSharma on 10/3/2016.
*/
public class SendToken extends StringRequest {
private static final String... | [
"noreply@github.com"
] | RevenantRage.noreply@github.com |
b4f54437c5bb1a732b90ac97022956e07aacdc1d | e43d17b1107c9f2fc2f75c2e6d77a9346cfaf181 | /src/main/java/com/hdmon/uaa/service/package-info.java | c7fa9c9d4c28a57f5bac844090eb7143229d6231 | [] | no_license | BulkSecurityGeneratorProject10/uaa | 0f680c75241ba2b0835a50d3f5acaa998b6822ac | 2fa9fd5fb26b2909b4fa1e5d7a041641e252f09c | refs/heads/master | 2022-12-15T00:32:31.409349 | 2018-07-24T08:53:16 | 2018-07-24T08:53:16 | 296,592,487 | 0 | 0 | null | 2020-09-18T10:44:48 | 2020-09-18T10:44:47 | null | UTF-8 | Java | false | false | 63 | java | /**
* Service layer beans.
*/
package com.hdmon.uaa.service;
| [
"ntha79@gmail.com"
] | ntha79@gmail.com |
ef6d10592e421a6294f3940ea9a410cb3cb0641b | 51d336e50ab0c099d8ac8de2602585d312c691cd | /src/test/java/win/doyto/query/util/BeanUtilTest.java | e118a96f52c0676b8c2f880c222ace9451100018 | [
"Apache-2.0"
] | permissive | opings/doyto-query | a5a4bec52471b5b4810ab4c8c774ddd9e0942fca | ffedb624a239c8a551e6473a8d2619b1f57ed696 | refs/heads/master | 2022-04-14T00:30:48.785420 | 2020-04-04T02:15:16 | 2020-04-04T02:15:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | package win.doyto.query.util;
import org.junit.jupiter.api.Test;
import win.doyto.query.demo.module.menu.MenuEntity;
import win.doyto.query.demo.module.menu.MenuRequest;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
/**
* BeanUtilTest
*
* @... | [
"f0rb@163.com"
] | f0rb@163.com |
08a385997c288d8f57f3f97b2c931a6825d18d12 | 7091134f1825d13f4c6910933d2248528ebd21a8 | /dd/src/com/bb/dd/fragment/RuteFragment.java | cf32d22fa6095c368376de34e6cdfe2266bbd182 | [] | no_license | balancejia/balancejiaGit | 365c235200de6f34478c4dbb719d5636efc1272c | 3473518bb3d88c62e54f0575df08dfbc7252c3a5 | refs/heads/master | 2021-01-25T12:13:58.361133 | 2015-04-21T07:02:31 | 2015-04-21T07:02:31 | 27,327,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,480 | java | package com.bb.dd.fragment;
import java.util.ArrayList;
import java.util.List;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Handler;
import android.text.Editable;
import android.text.TextWatcher;
import android... | [
"balancejia@qq.com"
] | balancejia@qq.com |
9018a5b38e9487269f9fe4657199b7dbefa3cb85 | 09812e79264e95e76aefa86046177882ca237887 | /Libraryproducerapplication/src/main/java/org/Student/Controller/Resourcecontroller.java | 120194e1ada1a67b952b0d907180641a146daa1f | [] | no_license | sandeepjr123/Springboot-POC | 05d77732157d0acf004dc7040fa9a9393714d91c | 5ceded20ad9ec5873390572b870ef7cc3fc119a5 | refs/heads/master | 2020-06-26T23:40:35.357098 | 2019-08-27T10:32:25 | 2019-08-27T10:32:25 | 199,789,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package org.Student.Controller;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import org.Student.Model.Topic;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... | [
"saisandeep.jawahar@perficient.com"
] | saisandeep.jawahar@perficient.com |
c9d8be66301e1970d135171fcde90c376cf492ba | e5aff8036370e75c6ba0063b34d204b10cc52145 | /LHS Adventure/src/Game.java | b5f6a345c624de49fc10f523d3ab7e6a09353f89 | [] | no_license | VikDaCoder/AP-CS-Code | b690a38d74b837f88d3a866986af3092bcf9609d | 5c96dad8d9b267ec6fed977b94b6954c5571ddfc | refs/heads/master | 2021-01-23T05:29:39.963276 | 2017-05-31T17:51:19 | 2017-05-31T17:51:19 | 92,972,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,346 | java | import java.util.*;
public class Game
{
Player player;
private Scanner in;
public Game() {
in = new Scanner(System.in);
player = new Player();
createRooms();
}
/** Creates Room objects and sets exits to create the game world */
private void creat... | [
"noreply@github.com"
] | VikDaCoder.noreply@github.com |
f58f2e13cb4540732a447c64809b9eaf0679955b | a540e962dbf0df854afc493b624702dc758faa7d | /Final/SimpleThesMin/app/src/main/java/nz/ac/wew248/simplethesmin/IViewModel.java | b69dfbc9ec7029a872a62673543effe7fe17ddbb | [] | no_license | WesleyNZ/TheseusMinotaurJava | ceaabdcf3b042ac2c32f6d7e9f39b630746e051d | 91d1b9c7748088553a08cd06cecae83f3d24a245 | refs/heads/master | 2020-03-24T23:31:40.352101 | 2018-08-01T10:35:37 | 2018-08-01T10:35:37 | 143,140,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package nz.ac.wew248.simplethesmin;
import android.content.Context;
import java.io.FileOutputStream;
import nz.ac.wew248.simplethesmin.model.IObserver;
import nz.ac.wew248.simplethesmin.model.Point;
import nz.ac.wew248.simplethesmin.model.Wall;
public interface IViewModel {
// void setContext(Context context);
... | [
"Bustahboi@live.com"
] | Bustahboi@live.com |
3a30e50b8d088e22ec16abaebdcf514359502266 | a1c68447f468c47207b34ca270db97713062e5f8 | /library/src/main/java/com/mikephil/charting/data/LineRadarDataSet.java | 65ec94eadd77fe2936cc000cd7fa44596c4916e2 | [
"Apache-2.0"
] | permissive | jokeog/ProjectCalendae | a54126bd9bd83c25feb6007562fadf7ae3e32679 | d2f600dd4a0af15e33204d0e0f5ec224e3ff312b | refs/heads/master | 2021-01-10T09:59:13.605684 | 2016-04-03T19:05:24 | 2016-04-03T19:05:24 | 50,764,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,761 | java |
package com.mikephil.charting.data;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import com.mikephil.charting.interfaces.datasets.ILineRadarDataSet;
import com.mikephil.charting.utils.Utils;
import java.util.List;
/**
* Base dataset for line and radar DataSets.
*
* @author Philipp J... | [
"joke.og@gmail.com"
] | joke.og@gmail.com |
669a11ef844ea785ff63e929190af4d86281c4ef | 85c8bcde3fad200d12461964b562ad01fd76651f | /src/main/java/org/zella/utils/Utils.java | 3903aa757f7afee7b17964eaa2b736e45b26403b | [
"Apache-2.0"
] | permissive | zella/victorina-funny-bot | 7124c3b7a39f54102ad76a295c2319f170b9dfc8 | 42eabd428885406f4cf655b2d87334127c60c33d | refs/heads/master | 2021-01-20T09:32:10.308931 | 2017-05-04T12:53:42 | 2017-05-04T12:53:42 | 90,262,260 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,974 | java | package org.zella.utils;
import org.zella.config.IConfig;
import java.util.Collection;
import java.util.LinkedHashSet;
import java.util.Random;
import java.util.Set;
import java.util.concurrent.ThreadLocalRandom;
/**
* @author zella.
*/
public class Utils {
/**
* шанс события
*
* @param zeroT... | [
"drumirage@gmail.com"
] | drumirage@gmail.com |
ddfab13a0187ede66aec7db822ca491e5ee0058e | 52f760f6499c1c05be400c50eacd5491ca691a17 | /src/graphTheory/utils/Triplet.java | 7d368b88ad5ca8b0d81662e2c11a2473f31320ff | [] | no_license | zhouwubai/HurricaneStoryline | e81c299e6a37e0591658b5d563e3ccdf31b63056 | 467d01a1f4bd63130ea2ecf7a17cb0aaf8f0bef4 | refs/heads/master | 2020-05-17T20:01:13.471437 | 2014-04-17T14:15:20 | 2014-04-17T14:15:20 | 12,333,867 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package graphTheory.utils;
/**
* A class implementing a 3-upplet of any classes T U and V
*
* @author Watel Dimitri
*
* @param <T>
* @param <U>
* @param <V>
*/
public class Triplet<T, U, V> {
public T first;
public U second;
public V third;
public Triplet(T f, U s, V t) {
first = f;
second = s;
th... | [
"zhouwubai@gmail.com"
] | zhouwubai@gmail.com |
80d1b891e464bb98fe055a1b688fad3b22b8d400 | 1018cc72a29b6ef62b49880ed3c1962747d9055f | /app/src/main/java/com/example/catchat/ui/tools/ToolsViewModel.java | 11640f709ac5f6da9c95030f3c3e18d359217ce1 | [] | no_license | VBeegle/FragmentsAndNavigation | ea1d14c93bfeb6ddd85cd1a0892dd7960206f1b7 | 5372c766efbaa925d413159efe43fa31daea5090 | refs/heads/master | 2020-09-01T22:54:04.237222 | 2019-11-01T23:55:31 | 2019-11-01T23:55:31 | 219,079,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package com.example.catchat.ui.tools;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class ToolsViewModel extends ViewModel {
private MutableLiveData<String> mText;
public ToolsViewModel() {
mText = new MutableLiveData<>();
... | [
"tazzygirl37@gmail.com"
] | tazzygirl37@gmail.com |
952ae1e4a0200244f9136f0642ee9550fe7988ad | bc16e6bd095f5a002f7251ed7f7e51758668925f | /app/src/main/java/com/example/myapplication/MainActivity.java | a84c1b6a63be8fa106a94cab7043e96f41e2ad30 | [] | no_license | JanePlatonova/puzzle | bad5109416e4b68ff2fcefaceece07dd52c16db8 | fd975709eedb98fc9ba6b7abd1a146ab10de7222 | refs/heads/master | 2022-04-19T22:48:07.274734 | 2020-04-14T19:51:02 | 2020-04-14T19:51:02 | 255,708,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
public class MainActivity extends AppCompatActivity implements View.OnClickLis... | [
"jane.platonova@gmail.com"
] | jane.platonova@gmail.com |
3cf4610f3da155ab0b57998e319320608393137e | 7b595de746020353259f2a4d58fc4d3b0e232ea3 | /app/src/androidTest/java/com/era/nightdozor/ExampleInstrumentedTest.java | 94f2cb444a1d06b66ec0e267b0e828cd2e0c8143 | [] | no_license | Abror96/NightDozor | 935c003d36d0ec936e0763bfe9def2922236a19e | a0a9ba89fe7108e8acce2b013409b2682cee2520 | refs/heads/master | 2020-06-25T18:03:33.183536 | 2020-06-02T11:08:05 | 2020-06-02T11:08:05 | 199,385,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package com.era.nightdozor;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see... | [
"abbasov894@gmail.com"
] | abbasov894@gmail.com |
c8aa3dc8d6d20cb6cb7b9b275020a5e9963d640f | 6b2ab23d370ad89194898f27f942d59551d86b5f | /mqtt_jmeter/src/main/java/net/xmeter/samplers/mqtt/fuse/FuseMQTTSpi.java | bdda210cec3de92b73bf8733c6919c402bd7aff4 | [
"Apache-2.0"
] | permissive | emqx/mqtt-jmeter | 2e32f0b591d6e7feb2b5bc8a29620f2bbbb8a1c2 | ae280a8ce008568a1db2776ee12088d2dedfcc27 | refs/heads/master | 2023-09-02T06:00:26.646941 | 2023-01-12T14:49:46 | 2023-07-26T02:07:16 | 79,292,397 | 231 | 125 | Apache-2.0 | 2023-07-26T02:07:18 | 2017-01-18T01:51:43 | Java | UTF-8 | Java | false | false | 268 | java | package net.xmeter.samplers.mqtt.fuse;
import net.xmeter.samplers.mqtt.MQTTFactory;
import net.xmeter.samplers.mqtt.MQTTSpi;
public class FuseMQTTSpi implements MQTTSpi {
@Override
public MQTTFactory factory() {
return new FuseMQTTFactory();
}
}
| [
"zieluuuu@gmail.com"
] | zieluuuu@gmail.com |
e8bdd57503e20680eadc9accc51d6d828c2adda5 | 77270c8e299b23694a33a43b2cd957a8e1022d13 | /src/main/java/com/gmail/filimon24/adelin/labactivitytracker/business/service/AttendanceService.java | 0b9bc74702d5ec6a946a692c9a38019cd1acc9ce | [] | no_license | AdelinFilimon/Lab-Activity-Tracker | fa32423ae1d02abd49243c74ca4f8221c4e06c96 | 7eaf6a4d063621a88e56def4fa6ccdfc65a64766 | refs/heads/main | 2023-05-04T15:52:37.078522 | 2021-05-09T08:23:59 | 2021-05-09T08:23:59 | 354,966,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,433 | java | package com.gmail.filimon24.adelin.labactivitytracker.business.service;
import com.gmail.filimon24.adelin.labactivitytracker.business.exception.AttendanceAlreadyExistsException;
import com.gmail.filimon24.adelin.labactivitytracker.business.exception.AttendanceNotFoundException;
import com.gmail.filimon24.adelin.labact... | [
"filimon.adelin24@gmail.com"
] | filimon.adelin24@gmail.com |
5915b5acc3b815f9fa9f0f34bec3a8c6ed11e93e | 72cb7730dced238faeef1714f19d0a4886a16654 | /src/day47_constructors/Student.java | a669c410f8e0dac59703296d87ec86770bc2c171 | [] | no_license | ablaziz/java-programming | 4f7e9902f29838893cc2f6be6b427a5881e06f67 | eb8ef853d5a26ba51241810206df270167eb7b56 | refs/heads/master | 2023-06-16T12:17:12.485081 | 2021-07-14T02:29:30 | 2021-07-14T02:29:30 | 371,526,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package day47_constructors;
public class Student {
//no args constructor
public Student(){
System.out.println("no-args constructor");
}
public Student (String name){
System.out.println("name param constructor | name = " +name);
}
// constructor with age
public Student(int ag... | [
"niadaaaziz@yahoo.fr"
] | niadaaaziz@yahoo.fr |
fa4afed817b130ccfeed19b33c1967986595a6ff | 19fbf6b9ab335165380b85f92e31438ff0511269 | /src/main/java/utils/HttpClientRequest.java | 822fdeb6168d14e2a79fa82228ffe6561a837759 | [] | no_license | chamil321/IntegrationTestSuite | 33f4b37385552c11a08a747c72998c1d26c21f9e | f4bf46ff8821954bd9ac992226bcf74b93de143c | refs/heads/master | 2022-12-20T19:47:04.867762 | 2019-06-16T06:51:57 | 2019-06-16T06:51:57 | 192,159,096 | 0 | 0 | null | 2022-02-09T22:37:46 | 2019-06-16T06:43:27 | Ballerina | UTF-8 | Java | false | false | 15,503 | java | package utils;/*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.a... | [
"chamilmadawa8@gmail.com"
] | chamilmadawa8@gmail.com |
ca6877441ef13e63cec430dcdc95ed5aa2ad14ab | ddca0b74f958181ca7291cabd1e9bbebacf18829 | /src/main/java/com/yuqincar/action/common/BaseAction.java | a53bee21f587ee0bc8f3a5beadea2088a775eecc | [] | no_license | cqucuimao/SSH-Project | 39083fdd606c7285f3294a95470b0ea37f5a6901 | 701b5ba0c47465f5391b4905fd1567bfc53f9a5b | refs/heads/master | 2021-06-16T06:05:35.417709 | 2017-04-25T06:04:12 | 2017-04-25T06:04:12 | 89,456,486 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,974 | java | package com.yuqincar.action.common;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.reflect.ParameterizedType;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import... | [
"chenhengxin@138713d6-2722-b04c-9809-0d1aa3304408"
] | chenhengxin@138713d6-2722-b04c-9809-0d1aa3304408 |
77838c6bb1dd2f9f7aafbd1c72e4a83d79585412 | aa5f25d714519ccfda2a89f382dfcefe1b3642fc | /trunk/dmisArea/src/com/techstar/dmis/service/IDdPremethodService.java | ca81e2dd0b57d956b9bf5b18095b8d46b483df4c | [] | no_license | BGCX261/zhouwei-repository-svn-to-git | 2b85060757568fadc0d45b526e2546ed1965d48a | cd7f50db245727418d5f1c0061681c11703d073e | refs/heads/master | 2021-01-23T03:44:27.914196 | 2015-08-25T15:45:29 | 2015-08-25T15:45:29 | 41,599,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,759 | java | package com.techstar.dmis.service;
import java.util.List;
import java.util.Collection;
import com.techstar.framework.dao.model.QueryListObj;
import com.techstar.dmis.dto.DdPremethodDto;
//注册子表DAO
import com.techstar.dmis.dto.DdMoutageplanDto;
import com.techstar.dmis.dto.DdEnsuringpsmanageDto;
//... | [
"you@example.com"
] | you@example.com |
622415198ac6231d66473f745eca776f9db66bf2 | de5c28cab9712dfddb0ebc16e2f1882bbdc14df3 | /NNS/src/nNS/Household.java | 662507ab1b46685ce643032794afcceaf0a0c6c0 | [] | no_license | sesmar/NNS | 2a60113d2bd348f051f43825fa2e11686a61bac9 | 1f32bca422c9fc236694868084a788c092382f32 | refs/heads/master | 2020-05-01T20:05:47.683944 | 2015-04-30T17:53:02 | 2015-04-30T17:53:02 | 13,921,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,266 | java | package nNS;
import java.util.ArrayList;
import java.util.List;
import repast.simphony.random.RandomHelper;
import repast.simphony.space.continuous.ContinuousSpace;
import repast.simphony.space.graph.Network;
import repast.simphony.space.graph.RepastEdge;
import repast.simphony.space.grid.Grid;
import repast.simphony... | [
"sesmar@gmail.com"
] | sesmar@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.