blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
966490dee82d47c1ea396e413a3d70baa3fd1568 | a6aa78e28472878be55651e2cc86d9dfaf4601ce | /code/source/tundra/hjson.java | 6dc1c48f7ce7a867f26ff44832d5165f9be25ab6 | [
"MIT"
] | permissive | sasimanam/Tundra | e7a4be9787cfa836d3be5755d0533be1e001ccd1 | 5f241745d1fd1cf2625bef1418d05a85a4ff8dbd | refs/heads/master | 2021-05-02T07:48:12.083820 | 2018-01-09T02:36:08 | 2018-01-09T02:36:08 | 120,838,453 | 0 | 0 | null | 2018-02-09T01:08:16 | 2018-02-09T01:08:16 | null | UTF-8 | Java | false | false | 2,825 | java | package tundra;
// -----( IS Java Code Template v1.2
// -----( CREATED: 2017-05-07 10:50:33 EST
// -----( ON-HOST: 192.168.66.129
import com.wm.data.*;
import com.wm.util.Values;
import com.wm.app.b2b.server.Service;
import com.wm.app.b2b.server.ServiceException;
// --- <<IS-START-IMPORTS>> ---
import java.io.IOExcep... | [
"lachlan@permafro.st"
] | lachlan@permafro.st |
fef96189c2fe044a4fcc1336185eb1577bfc746d | 491b3d8df8ad70b80cacb7464213785d19f8c052 | /app/src/main/java/com/geely/app/geelyapprove/common/utils/NetworkHttpManager.java | 4284fb02277afb6ab7e16e77acec5eb16d00e29d | [] | no_license | zwywan/OrientalPearlOA | ad15438c92640bc0719568809f71e02de2f048ae | ad52d51c164f5b1ad3eddf426a802647391fc527 | refs/heads/master | 2021-06-21T18:53:57.337420 | 2017-08-17T06:29:59 | 2017-08-17T06:29:59 | 100,437,080 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,059 | java | package com.geely.app.geelyapprove.common.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
public class NetworkHttpManager {
/**
* 判断是否有网络连接
*/
public boolean isNetworkConnected(Context context)... | [
"wenying.zhang@hand-china.com"
] | wenying.zhang@hand-china.com |
1df2fbf22eb9dfcc2b43a5c6fef7649c8b89b407 | c9f2bd34255a1f7822fe0fbf4c7e51fa26eede14 | /daikon-5.5.14/java/daikon/dcomp/StackVer.java | f29dd8127af573e6def187342a829258771469e0 | [] | no_license | billy-mosse/jconsume | eca93b696eaf8edcb8af5730eebd95f49e736fd4 | b782a55f20c416a73c967b2225786677af5f52ba | refs/heads/master | 2022-09-22T18:10:43.784966 | 2020-03-09T01:00:38 | 2020-03-09T01:00:38 | 97,016,318 | 4 | 0 | null | 2022-09-01T22:58:04 | 2017-07-12T14:18:01 | C | UTF-8 | Java | false | false | 20,958 | java | package daikon.dcomp;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | [
"billy.mosse@gmail.com"
] | billy.mosse@gmail.com |
733f1853527792708d2a460dda49210c7f8f212e | e45643b3b8cbacf608aacadb0dfd010c63bb45e4 | /gmall-sms/src/main/java/com/atguigu/gmall/sms/dao/SpuLadderDao.java | 4c9be73f484af18560abc9eba6d02a14ec23834c | [
"Apache-2.0"
] | permissive | jun1454495073/gmall | 17a147b9230fdb78755c1f39bf137e982902741d | 7cdcadc1decc2d98f538f23143e350a0b68a5f04 | refs/heads/master | 2022-12-19T22:12:26.158335 | 2020-01-06T11:20:13 | 2020-01-06T11:20:13 | 231,484,652 | 0 | 0 | Apache-2.0 | 2022-12-15T23:34:52 | 2020-01-03T00:54:46 | JavaScript | UTF-8 | Java | false | false | 382 | java | package com.atguigu.gmall.sms.dao;
import com.atguigu.gmall.sms.entity.SpuLadderEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品阶梯价格
*
* @author lixianfeng
* @email lxf@atguigu.com
* @date 2020-01-04 11:55:45
*/
@Mapper
public interface SpuLa... | [
"1454495073@qq.com"
] | 1454495073@qq.com |
8dc40031a8152d331b5ddb21cf5cb018375553cb | 3283e61cedc185edfb7cf7867513275f4b242484 | /usbserial/src/main/java/com/lz/usbserial/driver/UsbSpiInterface.java | e55dcf7f33130e326a571478b7147f726093bc05 | [] | no_license | liuzhao1006/Serial_liuzhao | bd91c50021751d8025746c3f07ea31c3754101a9 | 50d49d6f3d50d942427e503f5ce01c904ea15b1a | refs/heads/master | 2020-04-13T12:01:06.806697 | 2019-04-25T01:44:17 | 2019-04-25T01:44:17 | 163,190,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package com.lz.usbserial.driver;
public interface UsbSpiInterface
{
// Clock dividers;
int DIVIDER_2 = 2;
int DIVIDER_4 = 4;
int DIVIDER_8 = 8;
int DIVIDER_16 = 16;
int DIVIDER_32 = 32;
int DIVIDER_64 = 64;
int DIVIDER_128 = 128;
// Common SPI operations
boolean connectSPI();
... | [
"zhaoliu1006@gmail.com"
] | zhaoliu1006@gmail.com |
d87a81377e16a687636b9dbb747ee74208ec227b | 5c8b7185e2f3799cc66b6818aa4ee583485c7829 | /com/planet_ink/coffee_mud/Abilities/Spells/Spell_ForkedLightning.java | 040d393989e89fbc366302808dfa713b4fb22203 | [
"Apache-2.0"
] | permissive | cmk8514/BrainCancerMud | 6ec70a47afac7a9239a6181554ce309b211ed790 | cc2ca1defc9dd9565b169871c8310a3eece2500a | refs/heads/master | 2021-04-07T01:28:52.961472 | 2020-03-21T16:29:03 | 2020-03-21T16:29:03 | 248,631,086 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,664 | java | package com.planet_ink.coffee_mud.Abilities.Spells;
import java.util.List;
import java.util.Set;
import com.planet_ink.coffee_mud.Abilities.interfaces.Ability;
import com.planet_ink.coffee_mud.Common.interfaces.CMMsg;
import com.planet_ink.coffee_mud.Items.interfaces.Weapon;
import com.planet_ink.coffee_mud.MOB... | [
"cscordias@gmail.com"
] | cscordias@gmail.com |
668ab333b7afb6631b586446b5b173d38ffa1b21 | f8ba8ef475227de8ae069d278c0f1d6958d069ef | /src/main/java/com/github/admarc/validator/UniqueProperty.java | 024e0b7407ca8030f0b6e7634a9865e44d7083fa | [] | no_license | admarc/hydra | 49d18b9d3b81c312f0aa8a706f181ddaed7ebfd4 | f43490eda4ac6bcf95b58267baef1a539dc09d37 | refs/heads/master | 2022-06-05T12:25:36.281141 | 2019-11-04T21:50:00 | 2019-11-04T21:50:00 | 168,860,740 | 0 | 0 | null | 2019-11-04T21:50:01 | 2019-02-02T17:58:55 | Java | UTF-8 | Java | false | false | 656 | java | package com.github.admarc.validator;
import javax.validation.Constraint;
import javax.validation.Payload;
import java.lang.annotation.*;
@Documented
@Constraint(validatedBy = UniquePropertyValidator.class)
@Target({ ElementType.TYPE, ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface UniquePro... | [
"adam.marchewicz@gmail.com"
] | adam.marchewicz@gmail.com |
57a46b6fab34e498db7ea828827ae4d758e80807 | ba1f1dece609de547aa5d2b8bf5ee53913776504 | /_src/Chapter01/src/com/ioc/di/setter/BalanceSheet.java | e3ef27403b7cfe0ca0417d6936368ea7acb9b98e | [
"Apache-2.0",
"MIT"
] | permissive | paullewallencom/java-978-1-7882-9625-0 | 7d5d4394ab67faa14c2ebc26a5611101296a5d68 | 99fa2992eb46214c94d72465b0fe5c3f02fc64dd | refs/heads/main | 2023-02-14T02:23:43.043655 | 2020-12-27T00:48:53 | 2020-12-27T00:48:53 | 319,158,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.ioc.di.setter;
import java.util.List;
import com.ioc.di.IExportData;
import com.ioc.di.IFetchData;
public class BalanceSheet {
private IExportData exportDataObj= null;
private IFetchData fetchDataObj= null;
//Setter injection for Export Data
public void setExportDataObj(IExportData ex... | [
"paullewallencom@users.noreply.github.com"
] | paullewallencom@users.noreply.github.com |
ed3539f93aed5f264adde2ee3f14c3077596530d | a28a2e3792ebf56408a55a4a990002acd5b4dd43 | /konig-core/src/main/java/io/konig/formula/DirectionStep.java | 79f597ce4c6cc0a35c034daf45c541df27e052ac | [] | no_license | zednis/konig | e01a77e40bf934af928b457f3afc0d1f2bc2e623 | 9b3e52f0fe53fec7ce2ffcf239d33256b4067a44 | refs/heads/master | 2021-07-11T18:11:06.415290 | 2017-10-12T11:51:43 | 2017-10-12T11:51:43 | 106,723,389 | 0 | 0 | null | 2017-10-12T17:19:14 | 2017-10-12T17:19:14 | null | UTF-8 | Java | false | false | 1,414 | java | package io.konig.formula;
/*
* #%L
* Konig Core
* %%
* Copyright (C) 2015 - 2017 Gregory McFall
* %%
* 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/l... | [
"gregory.mcfall@gmail.com"
] | gregory.mcfall@gmail.com |
86a72057009cca8b92373d1a7e10f5e70b978bb9 | 929ea06b1b8a224dc136a2b7d1bfd590e4886b5c | /src/main/java/ihavenotime/TransactionGateV3_1.java | 1bae07b8535dc2e9fd8ed5694946b5a5ddf779d3 | [] | no_license | gitter-badger/wewlc | ce000b2c0941c7c5ead82293bf3261bd121f6593 | 7536199269bb4aa81901694e306f18a67d661536 | refs/heads/master | 2020-12-26T01:29:05.373163 | 2014-09-03T07:04:31 | 2014-09-03T07:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | java | package ihavenotime;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import dependencies.Entry;
import dependencies.TransactionBundle;
public class TransactionGateV3_1 {
private TransactionBundle transactionBundle;
public TransactionGateV3_1(TransactionBundle transactionBundle) {
... | [
"cathalking1@gmail.com"
] | cathalking1@gmail.com |
29f8acd40c8a89185e06ab45334cd59b936a79f7 | 87feb5cf057c3ae4066d773e0e5cfbe35757b0d9 | /jsf-app/src/main/java/dominio/ModeloAvaliacao.java | c238eb2e7d07b4e9e115e977a58fcd0951355570 | [] | no_license | thiagovtenorio/sgad | 33683d6562ed822c254be6dca10f78f3fc004ecc | 32e1d1de650ae19c07b07a2c31ae2f676899e790 | refs/heads/master | 2023-01-21T22:49:16.228205 | 2020-12-01T23:59:26 | 2020-12-01T23:59:26 | 288,261,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package dominio;
import java.util.ArrayList;
public class ModeloAvaliacao {
private int idModeloAvaliacao;
private String nome;
private ArrayList<ModeloAfirmativa> afirmativas;
public int getIdModeloAvaliacao() {
return idModeloAvaliacao;
}
public void setIdModeloAvaliacao(int idModeloAvaliacao) {
this.idMo... | [
"thiagovtenorio@users.noreply.github.com"
] | thiagovtenorio@users.noreply.github.com |
2b8203d5cc5751ad66f78494ad3a3e6a4bbf1fe9 | 6c888f79464b401a928387f63295721521de0fda | /slideServlet02/src/main/java/com/fernandolle/mertins/servlets/Logout.java | f320c3dc2bbe18858d96a41b91a36b8a097b682e | [] | no_license | fernandOlle/NetBeansProjects | 8ec34c5174dff7e89954d26bf3fb3e0bc5a11c95 | 74ee126286f55d8f920ce801bcdf4fcaec588cd7 | refs/heads/master | 2023-05-13T18:29:55.679599 | 2021-05-28T17:54:35 | 2021-05-28T17:54:35 | 371,779,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.fernandolle.mertins.servlets;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.Ser... | [
"frolle@inf.ufpel.edu.br"
] | frolle@inf.ufpel.edu.br |
233feeb956690ce6616e7ce33b69e197ed24cbe6 | 40e49454c44e41bdc546f6e53629247b4d70094e | /src/com/javarush/test/level14/lesson08/home05/Keyboard.java | a8ff1b6c77f457ccb8af0a5d864eba772a02aee0 | [] | no_license | Senyacmd/JavaRushHomeWork | c5930cb7bccdd348b0ae07cba8e235c755ac8758 | 5825b8ce077a19cb8f48991380d1baa0e8e5c8b6 | refs/heads/master | 2021-01-13T08:36:38.183180 | 2016-10-28T22:11:26 | 2016-10-28T22:12:16 | 72,226,746 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package com.javarush.test.level14.lesson08.home05;
/**
* Created by Алексей on 12.04.2014.
*/
public class Keyboard implements CompItem
{
public String getName() {
return this.getClass().getSimpleName();
}
}
| [
"Senyacmd@gmail.com"
] | Senyacmd@gmail.com |
eb44ccdc5f18db9b6dd812c93f4e6b190bcb5788 | fa16ece8eee9fd8173c841bda4c66b32b7e45e54 | /app/src/androidTest/java/com/emomtimer/ExampleInstrumentedTest.java | fc9d874b53388e39f32cd14862c1905fe8e8ad28 | [] | no_license | telday/interval_timer | 46832580a5a598215abf8c5bc9e955841abefbf8 | 2686b1bd83736cb35404c515f51788e38579b778 | refs/heads/master | 2022-05-27T17:43:08.897869 | 2020-05-05T03:13:48 | 2020-05-05T03:13:48 | 257,136,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.emomtimer;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
... | [
"ejw393@gmail.com"
] | ejw393@gmail.com |
cdaf11ec52703779ad79b8f6ecc2274bc9c1e3b4 | a004b79be8ed73ffcf2e064fd900f9830dc31272 | /src/creational/abstractfactory/AbstractFactoryExample.java | 3c4f51a4fdb804aae0ce80a45406e25393286abb | [] | no_license | Sowaznebrowa/GunDesignPatterns | 003e27d6f69ff7f0e41479c35bdc21053c2c6b2d | c873261047f3ee0755df12e82491e0ab9b317f72 | refs/heads/master | 2022-05-20T18:09:34.036322 | 2020-04-20T11:24:56 | 2020-04-20T11:24:56 | 256,859,055 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package creational.abstractfactory;
import java.util.List;
import java.util.Random;
public class AbstractFactoryExample {
public static void print(){
String randomName = List.of("walther", "lucznik").get(new Random().nextInt(2));
// get the gun factory for a name
GunFactory factory = Gun... | [
"przemektarkowski@wp.pl"
] | przemektarkowski@wp.pl |
12aee71a65008e9e979b266ea1fb398611ab4709 | 5613e52ded235aa33f2dc744e8c6bb04d9cbcf4c | /master/working/player/Plookify-5/src/trackplayer/OoController.java | 147645605c2018b1b9ace29d137caa6c53bec253 | [] | no_license | salmansamie/Plookify | 11a66fd66c3c56fc78e00f49b2faf193fa23a2c7 | 27e57f89a4a1c9210b5d37ee2978eea83d1a127e | refs/heads/master | 2021-03-19T12:09:48.139086 | 2016-12-26T23:13:52 | 2016-12-26T23:13:52 | 77,410,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | 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 trackplayer;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.logging.Level;... | [
"salman.rahman@se14.qmul.ac.uk"
] | salman.rahman@se14.qmul.ac.uk |
9ed5966d597a3eb3ca1208d05c6174760ed1d812 | 4813220d14cfcfc7001a14b9fd2979da0a611c2d | /src/controllers/order/WriteOrderInFileController.java | 1b9b43093f1ee0d5dae86b3052ffa302503abaaf | [] | no_license | Vitalij-prog/warehouseClient | 82c4afc51f13d54df7a6889de16e992f92e54f1c | 0ab960eda6af4b7fcb7857221480fc7f5a36973c | refs/heads/master | 2023-01-24T08:26:46.143935 | 2020-12-11T10:47:13 | 2020-12-11T10:47:13 | 310,833,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package controllers.order;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import sample.ClientSocket;
import java.io.*;
import java.nio.charset.StandardCharsets;
public class WriteOrderInFileController {
@FXML
private Label orderIdLabel;
@FXML
private ... | [
"vitalij_bogdevich_prog@mail.ru"
] | vitalij_bogdevich_prog@mail.ru |
96189c585adee18c548997b8431cfa782fd34c63 | e601d79823b855026fabe9c97e816c5b2a6819a2 | /authorize/src/main/java/com/wang/authorize/service/impl/LogServiceImpl.java | d26225111a6f5e7282fbaa7c3ac9b384519dead9 | [] | no_license | wangjunhao330/cloud | d6e3331df08732ef910b9ab2b703c3a5b77794c5 | d2f0f25a2660979b732b742e368f72dea7fface8 | refs/heads/master | 2022-11-20T05:21:32.889685 | 2020-04-27T14:06:37 | 2020-04-27T14:06:37 | 230,350,849 | 0 | 0 | null | 2022-11-15T23:35:19 | 2019-12-27T01:22:10 | Java | UTF-8 | Java | false | false | 1,665 | java | package com.wang.authorize.service.impl;
import com.wang.authorize.entity.User;
import com.wang.authorize.jwtUtils.JwtUtils;
import com.wang.authorize.service.LogService;
import io.jsonwebtoken.Claims;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowire... | [
"you@example.com"
] | you@example.com |
3bd8573da8dd38152ab2913c0c6feaf690d8833a | 28921a1faba8b61a076cca5857b12755537acffb | /example/android/app/src/main/java/com/vdian/flutter/hybridrouterexample/translucent/NoTranslucentActivity.java | 50265a23e0769b5656dcaf6592b850823fb37048 | [
"MIT"
] | permissive | weidian/hybrid_router | 42b7650a98444c5b35b80977586db15dcdb9e07f | 80d516ea9b55e796f22b8a2c680e11855b5c5b63 | refs/heads/develop | 2021-08-22T01:57:59.439627 | 2020-05-20T09:18:15 | 2020-05-20T09:18:15 | 185,332,968 | 152 | 9 | MIT | 2020-03-16T02:47:53 | 2019-05-07T06:15:31 | Java | UTF-8 | Java | false | false | 3,440 | java | // MIT License
// -----------
// Copyright (c) 2019 WeiDian Group
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
/... | [
"lizhangqu@weidian.com"
] | lizhangqu@weidian.com |
47064723a00e4ee2b91615cf6b1b844c577779ed | 6f36b8d606f99a7aca476aa9ec78aa751f298a13 | /src/main/java/com/qingfeng/leetcode/list/找出两个链表交点.java | 6fc3794f8fbefe99b0adc644838fdab6620c079b | [] | no_license | shihangqi/LeetCodePractice | d0685175d3a9b5d46ab47b084660a69e9af35e0a | 4fdc4dff37a225e67941e3cfc4f5336fb3226c1c | refs/heads/master | 2022-12-25T05:11:15.837118 | 2020-07-28T11:05:15 | 2020-07-28T11:05:15 | 278,619,745 | 0 | 0 | null | 2020-10-13T23:28:15 | 2020-07-10T11:44:55 | Java | UTF-8 | Java | false | false | 552 | java | package com.qingfeng.leetcode.list;
import common.ListNode;
/**
* @author shihangqi
* @ClassName: 找出两个链表交点
* @Description:
* @date 2020/7/21 6:51 下午
*/
public class 找出两个链表交点 {
//例如以下示例中 A 和 B 两个链表相交于 c1:
public ListNode process(ListNode headA, ListNode headB) {
ListNode l1 = headA, l2 = headB;... | [
"shihangqi@meituan.com"
] | shihangqi@meituan.com |
3857b26f41af43a8311926b0d3037f1ea665dc9c | ea96bc0aabfcf781219309c1e16a2fb04e4aafd6 | /app/src/main/java/com/dreamgyf/dim/bizpage/splash/presenter/SplashPresenter.java | 781a846d6eee40cee8915b525d2966d5748ecdb1 | [] | no_license | dreamgyf/Dim | 1fb466fc47f46a9b0c48f12763873dc5120d5c98 | cd4ff3a3dc6a3c51c6b7c2f2a14ec89cc6c94eb8 | refs/heads/master | 2021-01-03T20:56:47.976016 | 2020-10-14T07:50:21 | 2020-10-14T07:50:21 | 240,233,061 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,698 | java | package com.dreamgyf.dim.bizpage.splash.presenter;
import android.app.Activity;
import android.content.Intent;
import android.widget.Toast;
import com.dreamgyf.dim.bizpage.main.view.MainActivity;
import com.dreamgyf.dim.base.http.exception.HttpRespException;
import com.dreamgyf.dim.base.http.exception.NetworkConnectE... | [
"yunfeng.gao@shanbay.com"
] | yunfeng.gao@shanbay.com |
12d656f9609c6578601026e9ff8f361f0db8eb84 | 6f72e08ffd9c49e150000aa5c06f063449b9b981 | /src/main/java/br/com/aleandro/Startup.java | 6866f3eee38510df2624e3a4640147db966bb515 | [] | no_license | aleandrodalan/RestWithSpringBootUdemy | 5347e8044e45323386ae1e4d0eae80627152752e | c421e62dadbdbf6e94cf212902e65410ba68c8ec | refs/heads/master | 2020-12-23T10:28:40.436051 | 2020-08-24T20:04:51 | 2020-08-24T20:04:51 | 237,124,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package br.com.aleandro;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Startup {
public static void main(String[] args) {
SpringApplication.run(Startup.class, args);
}
}
| [
"aleandro.dalan@loglabdigital.com.br"
] | aleandro.dalan@loglabdigital.com.br |
0cb0d574a2d6ebaca5eb217e0cb36cafba9eaefa | 63b01f913445f88e596198f0603d8ef843e506ca | /src/main/java/com/vitiger/comcast/genericUtility/WebDriverUtility.java | e0be31652991614e9cee3c58fcb208c8c5fee237 | [] | no_license | cchaitra-arasi/SDET-20 | 876cdb88eb1b7baebea02a960604c9acaabfdffd | 02eb44b1c51617e97ceed4cb5e50dd7942e820bf | refs/heads/master | 2023-07-17T13:55:53.114168 | 2021-08-29T19:55:41 | 2021-08-29T19:55:41 | 401,128,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,207 | java | package com.vitiger.comcast.genericUtility;
import java.io.File;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScree... | [
"Admin@DESKTOP-1U8B136"
] | Admin@DESKTOP-1U8B136 |
c335bd7d92119d3cc1062cefc728e328fcbe42bc | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/geoserver/security/web/jdbc/group/JDBCGroupListPageTest.java | 9a3ef3dc2f5eca0bea96922e73234c6c3528c631 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 791 | java | /**
* (c) 2014 Open Source Geospatial Foundation - all rights reserved
* (c) 2001 - 2013 OpenPlans
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.security.web.jdbc.group;
import org.geoserver.security.web.group.GroupListPageTest;
import ... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
1a486164fcc2b7f6e73fd4140d98a00827ae11ef | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_97d13894106c117ce2835c7fb155f8e0fbf4a7d1/Instances/11_97d13894106c117ce2835c7fb155f8e0fbf4a7d1_Instances_s.java | 7280f5e791196badb3c246d9bef365c8456178a8 | [] | 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 | 12,299 | java | /**
* Copyright (c) 2012-2013, JCabi.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of c... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
82c4d211ce4a3e853a9caa8f54bf4b8045abcd7a | 1cb6996ca1a3ddfca95748217c12d83abcbf88e2 | /src/team_play/MoveParser.java | 166df260ddbe331f7b100589f9dd8ffbb792f443 | [] | no_license | garrett92895/PRO180---Assignments | 5693e04074ebdda908d92e7ea4038cdce01062e7 | f5e2da9205d042180750a52af9737dcb7459d56b | refs/heads/master | 2016-09-11T10:13:16.226973 | 2014-06-10T19:41:55 | 2014-06-10T19:41:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,652 | java | package team_play;
public class MoveParser {
private static PieceMap h = new PieceMap();
public Directive parseMove(String[] chessMoves)
{
Directive returnDirective = null;
//Output depends on the number of directives
switch(chessMoves.length)
{
case 1:
returnDirective = new PlaceDirective(
ches... | [
"garrett92895@yahoo.com"
] | garrett92895@yahoo.com |
049c4ae1fde080e24af4333e878a6a38028582d1 | 15643194837b25c852dd6f20be88f7a7cac22075 | /XQuery_processor/src/main/java/CustomizedXQueryVisitor.java | b2b8f62e5f77f4df538ac927295d1c5789b07d4f | [] | no_license | BaomoZhou/CSE232B | 6fe3f2fbe2a8af00dacd4ea7722e2733fd5f686e | bccaa46ce875a0083330e9ab28e929dee8f191e2 | refs/heads/master | 2021-01-09T02:27:03.283479 | 2017-03-18T04:14:20 | 2017-03-18T04:14:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,205 | java | import java.util.*;
import java.io.File;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import java.util.LinkedList;
/**
* Created by onion on 2/18/17.
*/
public ... | [
"dearonion@foxmail.com"
] | dearonion@foxmail.com |
ff3335fba5518ac17d16650db1785680a7e0190d | 779aa5eae9c91a7d01a10fe1f29c7df0bb508e8a | /ambiente/semillero-hbt/semillero-padre/semillero-servicios/src/main/java/com/hbt/semillero/rest/GestionarPersonasRest.java | 3a671b88776bf76fbfb4f231868d77f0656aa333 | [] | no_license | ericvarillalambertinez/seminario | a49c5f521a78f6df9605723d0d8d073fa5a052b4 | 1c9bf12b9706540d569e53e412033d617b65f041 | refs/heads/master | 2022-12-01T09:35:49.000887 | 2019-12-20T02:58:53 | 2019-12-20T02:58:53 | 225,514,400 | 0 | 0 | null | 2022-11-24T07:02:55 | 2019-12-03T02:38:02 | Java | UTF-8 | Java | false | false | 2,261 | java | package com.hbt.semillero.rest;
import java.util.List;
import javax.ejb.EJB;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.apache.log4j.Logger;
import com.hbt.semillero.Exceptions... | [
"ejv_10@hotmail.com"
] | ejv_10@hotmail.com |
ee34f96fb1ba7f4def0857a25788a8c955fc1df3 | 0fd10e2766e09250b544fb2050e0822a84a4f372 | /src/main/java/com/liuwu/util/CacheUtil.java | 48507d91eb5054e0e10405a382db671704c6a703 | [] | no_license | liuwu365/my-springboot-demo | 66a53f54abcea1855b2d5a6bb0d2eeba6cfb5857 | 28b24e0c8dd29a11fc88ea2862d9da47624a4a3f | refs/heads/master | 2021-01-20T12:25:08.182284 | 2018-03-25T08:33:15 | 2018-03-25T08:33:15 | 90,362,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,694 | java | package com.liuwu.util;
import org.apache.commons.configuration.PropertiesConfiguration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import redis.clients.jedis.JedisPoolConfig;
import redis.clients.jedis.JedisShardInfo;
import redis.clients.jedis.ShardedJedis;
import redis.clients.jedis.ShardedJedisPool;
... | [
"liuwu@dingtalk.com"
] | liuwu@dingtalk.com |
9768f052842c3afb925a4641e395494f01d82231 | 92e1ffd5222afd335ea4a29c619f6e0b43740d0e | /src/amat/report/PropertyReport.java | ff666a12eefb30be8a6133427d7f16aab3039de8 | [
"Apache-2.0"
] | permissive | tipplerow/amat | 5e0d215065bd8653db26659b449c06df4d3a9ab4 | 353f07c5f8b71aa8f8c8beb0e16e1a8547d0312c | refs/heads/master | 2021-09-12T16:45:35.405288 | 2018-04-18T22:52:59 | 2018-04-18T22:52:59 | 120,043,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,249 | java |
package amat.report;
import java.io.PrintWriter;
import java.util.Map;
import java.util.Properties;
import java.util.TreeMap;
import jam.app.JamProperties;
import jam.io.IOUtil;
import amat.driver.AmatDriver;
/**
* Records the system properties that were set during the simulation.
*/
public final class PropertyR... | [
"jsshaff@berkeley.edu"
] | jsshaff@berkeley.edu |
238c1de3ebd0a469d446d07e95962ff19791ce77 | e5850bbacb224a8bcc31dba6a3778d631e05b19b | /src/oop/lab03/shapes/Circle/Cirlce.java | f24a14c3b1f4fa2ef5c858a3de8a4c1aad026357 | [] | no_license | TeoV00/OOP-Lab03 | f4d51d670709590687e4b840c2f616f5ec7eb88c | 04c24b9c091e403ff044a144dbb67012a564afa8 | refs/heads/master | 2023-01-12T18:35:09.925077 | 2020-11-12T23:24:04 | 2020-11-12T23:24:04 | 312,407,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package oop.lab03.shapes.Circle;
import oop.lab03.shapes.interfaces.*;
public class Cirlce implements Shape{
private static final double CONTS_MULTIPLIER = 2;
private static final double AREA_EXP = 2;
private final double radius;
public Cirlce(double radius) {
this.radius = radius;
}
... | [
"matteo.violani@studio.unibo.it"
] | matteo.violani@studio.unibo.it |
cfc3d9b2664f9a62414696bf5502718f39bc83f2 | 256a3596eb3a9c694d2015b173c51b4e20b82ae0 | /DailyRhythmPortal/drp-ws-client/target/generated-sources/wsimport/com/bestbuy/bbym/ise/iseclientucs/NotificationStatusWithCachedUpgradeCheckPutRequest.java | ec49c447f6cf6adfdcb36b922e7697b35d20967b | [] | no_license | sellasiyer/maven-drp | a8487325586bb6018d08a6cdb4078ce0ef5d5989 | cbbab7027e1ee64cdaf9956a82c6ad964bb9ec86 | refs/heads/master | 2021-01-01T19:15:47.427243 | 2012-11-03T13:04:14 | 2012-11-03T13:04:14 | 5,146,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,485 | java |
package com.bestbuy.bbym.ise.iseclientucs;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for Notification... | [
"sella.s.iyer@gmail.com"
] | sella.s.iyer@gmail.com |
447cf942575776275f03bb218ddda6bab554329a | 6fd531929722f2d6b23047ab4700bd72dba8568d | /App/ITalker/factory/src/main/java/www/yyh/com/factory/data/user/ContactRepository.java | ea1d684c9e2dea00954c86eb8ddd721e122613e4 | [] | no_license | yanyonghua/YYHMessager | f4a2ecd2555f73fd82c179c9d923faf6cf8e1d7f | f223763bb57f28e18c3bc1a769612f602e2875bc | refs/heads/master | 2021-07-08T01:40:06.306422 | 2020-07-16T08:32:08 | 2020-07-16T08:32:08 | 140,655,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package www.yyh.com.factory.data.user;
import com.raizlabs.android.dbflow.sql.language.SQLite;
import java.util.List;
import www.yyh.com.factory.data.BaseDbRepository;
import www.yyh.com.factory.data.DataSource;
import www.yyh.com.factory.model.db.User;
import www.yyh.com.factory.model.db.User_Table;
import www.yyh.... | [
"563575486@qq.com"
] | 563575486@qq.com |
8cf7c96ee0fa3cc5e630f6f2b99dfdf15f828209 | 3a74ace88440085d7c6af36b4d9d334c66923dca | /src/test/java/de/pinpoint/client/locationclient/RestClientTest.java | 8a406d895d1a67c0db6e21dcbe00ac9f615081fc | [] | no_license | PinPoint/PinPoint-Client | e8321f23bb5e095f4c9c66a23cfb3b4cf3e24310 | ee24394acee90f2e98d7f4ece990d87a54ee4a4a | refs/heads/master | 2023-02-15T22:18:25.348476 | 2021-01-13T20:24:13 | 2021-01-13T20:24:13 | 308,303,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package de.pinpoint.client.locationclient;
import de.pinpoint.client.TestConstants;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.util.Collection;
import java.util.UUID;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertT... | [
"thorben.stumpe@gmail.com"
] | thorben.stumpe@gmail.com |
b5f02b7c0ad0e6f09ae1853179138f06f355d582 | 2a9eec205d40b7caddd530797eacd5c0080c4a67 | /代理模式/Agent/src/Test.java | 1bd398b931a3c20b82c540b4e212ad1b339b4e0f | [] | no_license | liulongjie8/DesignModel | 8978f35703b475585272758a770742f3d84bfd82 | bc44d616f1143da4370f252275ec91a84e4af6ac | refs/heads/master | 2020-03-28T11:48:49.127341 | 2018-09-11T02:47:20 | 2018-09-11T02:47:20 | 148,248,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | public class Test {
public static void main(String[] args) {
//使用继承实现代理
MoveAble car = new Car2();
car.move();
System.out.println("******************************************");
//使用聚合实现代理
Car base = new Car();
car = new Car3(base);
car.move();
... | [
"1942625600@qq.com"
] | 1942625600@qq.com |
6269e2833724f8e85d102d0fcc549fa47f9f6a16 | e2d1ad7bfd684f4d49469130e166efd6f47b59af | /design_pattern/src/main/java/com/study/book/interpreter/example5/ReadXmlExpression.java | e98c44f5a6495c4979c0d598ff8d7157f813a801 | [] | no_license | snowbuffer/jdk-java-basic | 8545aef243c2d0a2749ea888dbe92bec9b49751c | 2414167f93569d878b2d802b9c70af906b605c7a | refs/heads/master | 2022-12-22T22:10:11.575240 | 2021-07-06T06:13:38 | 2021-07-06T06:13:38 | 172,832,856 | 0 | 1 | null | 2022-12-16T04:40:12 | 2019-02-27T03:04:57 | Java | GB18030 | Java | false | false | 406 | java | package com.study.book.interpreter.example5;
/**
* 用于处理自定义Xml取值表达式的接口
*/
public abstract class ReadXmlExpression {
/**
* 解释表达式
*
* @param c 上下文
* @return 解析过后的值,为了通用,可能是单个值,也可能是多个值,
* 因此就返回一个数组
*/
public abstract String[] interpret(Context c);
}
| [
"timmydargon@sina.com"
] | timmydargon@sina.com |
66159647b9e4db0fcc69b305c7ec03696d36bedf | 53e69b0380a0074fb92a16a0865b5b74ed556de8 | /app/src/main/java/ru/arvalon/rx/chapter9/GameGridView.java | aeeb08bed12aadf2a1ab97506ebb7de4ce8ad506 | [] | no_license | arvalon/RXJava | 5e4bb10c5d52f879d8792c44b3a0c69381672652 | 0065d067cdadf33e590342ef4e9b1b94c4d8a1aa | refs/heads/master | 2023-03-02T22:53:23.343789 | 2023-02-20T09:27:44 | 2023-02-20T09:28:05 | 199,412,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,345 | java | package ru.arvalon.rx.chapter9;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.util.Attribute... | [
"me@arvalon.ru"
] | me@arvalon.ru |
94394e8f0434fd7b3191d7224b76a3bbf0d07010 | 0429ec7192a11756b3f6b74cb49dc1ba7c548f60 | /src/main/java/com/linkage/module/itms/resource/act/FunctionDeploymentByDevTypeACT.java | 190eeb4f92bfca161aee067c38987d2dcd55bc30 | [] | no_license | lichao20000/WEB | 5c7730779280822619782825aae58506e8ba5237 | 5d2964387d66b9a00a54b90c09332e2792af6dae | refs/heads/master | 2023-06-26T16:43:02.294375 | 2021-07-29T08:04:46 | 2021-07-29T08:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,046 | java |
package com.linkage.module.itms.resource.act;
import java.text.SimpleDateFormat;
import java.util.GregorianCalendar;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.interceptor.ServletRequestAware;
import org.apache.struts... | [
"di4zhibiao.126.com"
] | di4zhibiao.126.com |
84b9d62687a93d70c3a76a516e9a2ffd4dc92b4e | 5a14e08240fc39ded67c535f5087b11fd8f6b2c7 | /6.3-Backend_Deployment_With_AWS_ElasticBeanstalk/demo/src/main/java/com/example/demo/model/TodoEntity.java | 55fb8c8ca9afb4de5eba5d333b5110797a1a9c93 | [] | no_license | viaSSH/todo-application | e1bde62eac8d6de034d45253f66412e0c029b30a | 327f5a7c22cb482b13efc32ac3a1a90b822c67cc | refs/heads/main | 2023-08-24T08:35:38.034617 | 2021-10-08T21:42:14 | 2021-10-08T21:42:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package com.example.demo.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.GenericG... | [
"f.softwareengineer@gmail.com"
] | f.softwareengineer@gmail.com |
cffd80cb4e4c92139902f156453055d8989b1629 | 3c10a56e790c39523ca88538972b79247dcd1c49 | /app/src/main/java/com/example/parinaz/chainstoresapp/adapter/MarkedProductsAdapter.java | 205096861fcd602e17668c5c38252f79f08768c5 | [] | no_license | parinazAsghari/project | 21b8e89c1f4ab3bfa43313190d72fb2db8dd0a70 | 65a5087b54c904c1f012cb7d0ada3338b22c2f73 | refs/heads/master | 2020-08-31T22:56:02.354201 | 2019-11-08T17:44:23 | 2019-11-08T17:44:23 | 218,806,490 | 0 | 0 | null | 2019-11-08T17:44:25 | 2019-10-31T16:08:52 | Java | UTF-8 | Java | false | false | 4,822 | java | package com.example.parinaz.chainstoresapp.adapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Paint;
import android.support.v7.widget.RecyclerView;
import android.util.TypedValue;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vie... | [
"parinazasghari75@gmail.com"
] | parinazasghari75@gmail.com |
25decae329d7c8c5d0f3f28004fe9f639e5b4011 | 745423c238792e5644bd10709c71596e0dec8bfc | /src/HashSet/XoaPhanTuTrongHashSetPhuongThucClear.java | 4fefbaf03560f81baea0fdd8b58df55281e1df9e | [] | no_license | buithom199/Basic | 04a0914eacec9d0d25503ff3c7857851d6034004 | a2894330b8cf4479bbf73cc153f38d952d96524f | refs/heads/master | 2023-06-07T07:05:52.887958 | 2021-07-01T01:53:31 | 2021-07-01T01:53:31 | 381,877,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package HashSet;
import java.util.HashSet;
public class XoaPhanTuTrongHashSetPhuongThucClear {
public static void main(String[] args) {
float fNumber;
HashSet<Float> hashSetFloat = new HashSet<>();
//thêm các phần tử vào hashSetFloat
hashSetFloat.add(7.17f);
hashSetFloat.add(19.14f);
has... | [
"buithom199@gmail.com"
] | buithom199@gmail.com |
039f00dc5b232691c73e53d454e49b16d3b4c034 | cc03789c0e4d7079011fe96e6a7c95a0da0fe735 | /e-sens-non-repudiation/src/main/java/eu/esens/abb/nonrep/etsi/rem/EventReasons.java | 67f38319ae9305fa275ed224835685443b485c0f | [] | no_license | health-information-exchange/openncp | d6bf161291be4ec970bd82b6ec3831ba20932476 | c8a82d8f152a5862e2846a576f5fc1e4f000be04 | refs/heads/master | 2020-06-23T11:53:43.065836 | 2017-04-21T18:36:59 | 2017-04-21T18:36:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,435 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.1... | [
"k.karkaletsis@gmail.com"
] | k.karkaletsis@gmail.com |
84febc6a063a85835830bffb51714c1199d02896 | 09925746a272cfa7aa5c447ca97bf1ef854ecb86 | /src/Day30_arrays/StudentArray.java | 94e6f3e03b5a786d3154255ea216c2c5b63a200d | [] | no_license | oledjan/Neighbors.java | 38582205aafc09f7108f6b683b2278977eabafb1 | 03dadf4189197430d1c6284035ed5107600c3366 | refs/heads/master | 2023-05-04T06:15:30.473647 | 2021-05-27T23:13:05 | 2021-05-27T23:13:05 | 371,525,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package Day30_arrays;
public class StudentArray {
public static void main(String[] args) {
String [] student1 = new String[5];
student1[0] = "AD1234";
student1[1] = "Adam";
student1[2] = "Smith";
student1[3] = "B22";
student1[4] = "202-543-1234";
// 2nd way... | [
"dziabenkoo@gmail.com"
] | dziabenkoo@gmail.com |
e41184621de4a781fc272c482eb065b2847dd315 | a60546cfc7662be8b2a3d7bf7ba59e61ca02c401 | /singleton/src/main/java/singleton/ThreadSafeDoubleCheckLocking.java | a522cb35c19792fc1467b10c9fe42747ae40f5c8 | [
"MIT"
] | permissive | osy0907/object-oriented-design-patterns | d73bfcd2b48fc033e421cf1db98d5a588db0a950 | 68939dba763e612b19e8761fb0c93e89347607e7 | refs/heads/main | 2023-08-23T21:59:50.239467 | 2021-10-14T10:15:08 | 2021-10-14T10:15:08 | 412,171,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,044 | java | package singleton;
public final class ThreadSafeDoubleCheckLocking {
private static volatile ThreadSafeDoubleCheckLocking instance;
private static boolean flag = true;
/**
* private constructor to prevent client from instantiating.
*/
private ThreadSafeDoubleCheckLocking() {
// to ... | [
"osy090712@gmail.com"
] | osy090712@gmail.com |
c3e8dcd7014477f112977ee8a7f85e645d103e40 | 3c7651266f384282ed5642eca51c154d8e29ae03 | /src/test/java/de/danielflow/project/PermissionsLite/AppTest.java | 44e6d44dd3e904688c595a2dd7150b1ac210225a | [] | no_license | BukkitFlow/PermissionsLite | 530be32e17e3375f65d6701dd612307032e3f0cc | f4eadf710a085f99749f48874ff351628f6da69c | refs/heads/master | 2021-01-25T14:55:49.981687 | 2018-03-03T23:03:23 | 2018-03-03T23:03:23 | 123,735,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package de.danielflow.project.PermissionsLite;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the ... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
3e23735bf7759b2123df74c651d01b07f8e7e879 | 5bf1d631977f22aee3d2caf4a23988af0994bcce | /hazelcast/src/main/java/com/hazelcast/concurrent/atomicreference/SetAndGetOperation.java | 7a3aa73aa352cea4cc77da55b9244b251a57bdb1 | [
"Apache-2.0"
] | permissive | drewrm/hazelcast | b0a898e1aedb9344e42036e4d21bd4b24a14e6ac | b5eaf967dfc2137a116ce5e3e0d1974aa9002c6c | refs/heads/master | 2020-12-26T01:30:11.205588 | 2014-02-14T05:19:30 | 2014-02-14T05:19:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,264 | java | package com.hazelcast.concurrent.atomicreference;
import com.hazelcast.nio.ObjectDataInput;
import com.hazelcast.nio.ObjectDataOutput;
import com.hazelcast.nio.serialization.Data;
import com.hazelcast.spi.Operation;
import java.io.IOException;
public class SetAndGetOperation extends AtomicReferenceBackupAwareOperati... | [
"alarmnummer@gmail.com"
] | alarmnummer@gmail.com |
142ea068985f27fff4603f8074dfa6dac2ea88a0 | 948fea78bd2c518ea0c356e33070d74fa1244c1e | /xc-service-manage-course/src/main/java/com/xuecheng/manage_course/controller/CategoryController.java | ae7c5e34b73b09246f10301b9ab58b9d8a97dc66 | [] | no_license | a1844993587/ckzx | 627824d7bffd501c0ba3030bd4337ee7934b3f8b | a5e66a19b8035d89bed1a6563df0c6e2e5b7e8a8 | refs/heads/master | 2022-12-08T07:23:58.062107 | 2019-10-25T10:59:52 | 2019-10-25T10:59:52 | 217,510,950 | 0 | 0 | null | 2022-11-24T06:27:07 | 2019-10-25T10:34:15 | Java | UTF-8 | Java | false | false | 827 | java | package com.xuecheng.manage_course.controller;
import com.xuecheng.api.course.CategoryControllerApi;
import com.xuecheng.framework.domain.course.ext.CategoryNode;
import com.xuecheng.manage_course.service.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bin... | [
"1844993587@qq.com"
] | 1844993587@qq.com |
64452afc5a85bcbd6637694735e35fbd00cfb362 | c21f90be6ddf174d09dfa673ceaf1b11bcf0bfaa | /pinyougou-portal-web/src/main/java/com/pinyougou/portal/controller/ContentController.java | d03adf985c0c1c418a8bc46c6664d5aa616054df | [] | no_license | huguocong/pinyougou | e17ab70408b22c8f80646e5cf99afdb9555b9de3 | 3d3d7536da1e726e2a7625eba9b0db1398c71c23 | refs/heads/master | 2022-12-25T06:45:39.508987 | 2019-07-31T03:14:44 | 2019-07-31T03:14:44 | 199,753,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.pinyougou.portal.controller;
import java.util.List;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.alibaba.dubbo.config.annotation.Reference;
import com.pinyougou.content.service.ContentService;
import com.pinyougou... | [
"41277768+huguocong@users.noreply.github.com"
] | 41277768+huguocong@users.noreply.github.com |
a31ea6b1fd687a212c07824a639dbba0a5642c15 | 79864def3f1baca500e640a8ace2ec87c469d56e | /java01/src/step06/Test01_5.java | f9bea20117f9d8d5a5a0931712c144cd9f32f4be | [] | no_license | kwonbongsoo/BIT93 | d483fa0b1f3e3698fa79bf442b09614b56854115 | 880c81e0a3c8953dc8d7195a417b3f3dd46cdcd8 | refs/heads/master | 2021-05-15T12:26:17.113391 | 2017-10-26T17:36:41 | 2017-10-26T17:36:41 | 108,443,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | /*
*/
package step06;
public class Test01_5 {
public static void main(String[] args) {
Student2 s1 = new Student2();
s1.init( "홍길동", 100, 100, 100);
s1.compute();
s1.print();
Student2 s2 = new Student2();
s2.init("임꺽정", 90, 90, 90);
s2.compute();
s2.print();
Stude... | [
"star1231076@gmail.com"
] | star1231076@gmail.com |
2dbf0a1a03c02b0afb3e3502c0cd3b01a72b2f73 | 8a8254c83cc2ec2c401f9820f78892cf5ff41384 | /baseline/materialistic/app/src/test/java/baseline/io/github/hidroh/materialistic/test/TestListActivity.java | 88adbf20dc50fbb201f17812fae3e61b35a0e6e5 | [
"Apache-2.0"
] | permissive | VU-Thesis-2019-2020-Wesley-Shann/subjects | 46884bc6f0f9621be2ab3c4b05629e3f6d3364a0 | 14a6d6bb9740232e99e7c20f0ba4ddde3e54ad88 | refs/heads/master | 2022-12-03T05:52:23.309727 | 2020-08-19T12:18:54 | 2020-08-19T12:18:54 | 261,718,101 | 0 | 0 | null | 2020-07-11T12:19:07 | 2020-05-06T09:54:05 | Java | UTF-8 | Java | false | false | 493 | java | package baseline.io.github.hidroh.materialistic.test;
import android.view.Menu;
import static org.robolectric.Shadows.shadowOf;
public class TestListActivity extends baseline.io.github.hidroh.materialistic.ListActivity {
@Override
public void supportInvalidateOptionsMenu() {
Menu optionsMenu = shadow... | [
"sshann95@outlook.com"
] | sshann95@outlook.com |
7ff00b6e95b2b4f80c4bf9b8218d33c9263fb2d2 | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/android/webkit/JsPromptResult.java | ecece3810b9f386f96673ab506d324d25381d46c | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package android.webkit;
import android.webkit.JsResult.ResultReceiver;
public class JsPromptResult extends JsResult {
private String mStringResult;
public void confirm(String result) {
this.mStringResult = result;
confirm();
}
public JsPromptResult(ResultReceiver receiver) {
... | [
"toor@debian.toor"
] | toor@debian.toor |
df2a0cee68d97ee081ccae55b3ec03042facda80 | 922740af238f81eceb55a39aa4341c03eb6a5c0d | /app/src/main/java/com/example/amankumar/layouttest/Adapter/ChatListAdapter.java | 67dda9dc6a0ffa5357ab75a810afba1d6aa21890 | [] | no_license | zDimacedRuler/Huest-Android- | 0d7b28698f5aceb127ba47d36c34d4ea0ee47ced | f2d24f57e44e417b1215f63b034e3bd987ad6ece | refs/heads/master | 2020-12-25T14:34:11.232198 | 2016-06-25T08:51:12 | 2016-06-25T08:51:12 | 61,934,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.example.amankumar.layouttest.Adapter;
import android.app.Activity;
import android.view.View;
import android.widget.TextView;
import com.example.amankumar.layouttest.Model.ChatListModel;
import com.example.amankumar.layouttest.R;
import com.firebase.client.Firebase;
import com.firebase.ui.FirebaseListAdapt... | [
"zdcyberboy@gmail.com"
] | zdcyberboy@gmail.com |
950ac7eb5869d458a6bfacf7f46dd3c6cbeac180 | 76b922645092c53e3eabcbcf52269c62b521ed3e | /app/src/androidTest/java/com/example/sec/woodongsa/ApplicationTest.java | d8ff3ee08f3ecf0f1cfa62cc6f1204567a1a40de | [] | no_license | hanjimin/Woodongsa | 3703edd5d19a96275811b5558fd1b2208b89604c | d451f913d733f29a249655f44eb8c031927c5496 | refs/heads/master | 2021-01-10T11:04:19.283261 | 2016-03-16T05:08:59 | 2016-03-16T05:08:59 | 54,001,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.example.sec.woodongsa;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"mohada18@naver.com"
] | mohada18@naver.com |
319201b26c7b11243e6459a6007c7199eaf61056 | 6705ac34d021b8cf4802fd54d8e1d28e0a32b956 | /d_24_homework_xiejun/src/main/java/com/example/d_24_homework/Special/SpecialFragment.java | d37316fd62617d775d61289d00b608d0546a2908 | [] | no_license | androidxiejun/xiejunproject | d1b13cc3e536aa70a4f624c11d5d91b7bd8b7888 | d3648467217f6dcb95ab66e0eb8ea60bfae1fd3a | refs/heads/master | 2020-09-27T09:35:25.381879 | 2016-08-20T02:37:20 | 2016-08-20T02:37:20 | 66,050,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,832 | java | package com.example.d_24_homework.Special;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentP... | [
"1019163135@qq.com"
] | 1019163135@qq.com |
a927dc2cbdd728e84ca0cb6e39fa42caa02e866d | b2af2a4d776b06be4cb6fddb7633a61809d00f5b | /Java Code/BetterCombat/src/me/WhitePrism/BetterCombat/CombatPlayer.java | 82e75a4e867374a315cd00e390058c1cf267d61f | [] | no_license | codeWorth/Code | b5b85017299f2fd9787b3c6629fa213e41c98c49 | f47075c7c15ebfc2f6b29922f0f1760e59088ccf | refs/heads/master | 2020-05-21T04:22:51.555391 | 2017-01-03T00:26:39 | 2017-01-03T00:26:39 | 44,289,002 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,766 | java | package me.WhitePrism.BetterCombat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
import org.bukkit.event.block.Action;
import org.bukkit.even... | [
"agcummings11@gmail.com"
] | agcummings11@gmail.com |
52f2cf392994e0c166e3c271dcf8945f90ae7b35 | 469f95fc1fc1d202193ce092a3f69537766b3276 | /app/src/androidTest/java/com/example/markmycar/ExampleInstrumentedTest.java | cc237280abc0301ff0190de3976b52ade8a45602 | [] | no_license | dczerwinski/Mark_my_car | 7b128fc62b5a881a5dcf34d28ad90db5d7c3fcab | 5cc38db62e77a952d9d1e8a8736d7e54f23db75e | refs/heads/master | 2022-01-11T20:54:05.358517 | 2019-07-07T19:50:07 | 2019-07-07T19:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.example.markmycar;
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.
*
* ... | [
"zajkoc6@gmail.com"
] | zajkoc6@gmail.com |
b8e9fa169bcea903e995404a625d1f17ac55493e | 516831802f4461c8819e18e22b3ff6f0d4eae065 | /src/main/java/com/w/prod/models/entity/enums/UserType.java | 33f391a695d1ff1046d18672ae2aa861eb499561 | [] | no_license | mirchev1977/worth-products-store | 686eea2f4a4c873eb9142f04e19e304b7ac034d7 | e2ef9ea0c6da8252438c617b1dbc9eb69bd09f1e | refs/heads/master | 2023-04-01T06:42:12.399078 | 2021-04-18T09:44:36 | 2021-04-18T09:44:36 | 353,992,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 90 | java | package com.w.prod.models.entity.enums;
public enum UserType {
Company, University
}
| [
"mirchev1977@yahoo.com"
] | mirchev1977@yahoo.com |
f2e3d84baac5170d89f4a2d9d436a1cc82ddc219 | de0e1d7de3e86191d26395d7dffc0cae52e51986 | /Test/hxgraph/src/main/java/com/hxgraph/model/imp/raw/KLinePointModel.java | 154023e7f278f88afdf6c482e3a97d183b09a447 | [
"MIT"
] | permissive | liulinru13/HxGraph | 232fb3a0c3dcefd8fabf818e98d41e6c62ccb1ee | 5fc7726dfc537a540ebefeb6f2a4e71d92c26b68 | refs/heads/master | 2021-01-22T07:52:07.143773 | 2017-10-30T03:44:59 | 2017-10-30T03:44:59 | 92,581,438 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,978 | java | package com.hxgraph.model.imp.raw;
import com.hxgraph.model.Constant;
import com.hxgraph.model.imp.PointImp;
/**
* k线 一个点的数据结构
* Created by liulinru on 2017/4/25.
*/
public class KLinePointModel extends PointImp {
private double dOpenValue;//开
private double dHighValue;//高
private double dLowValue;//低... | [
"liulinru13@126.com"
] | liulinru13@126.com |
4660480f8222e33a25f0f8241f49d68ff62746d7 | f207ed65c1b0ae387894bbce4bc8e7b6225c061a | /app/src/main/java/chickenzero/ht/com/lienquan/models/Skill.java | 677037e4bddb4f854b5072c6b95dc971da095dc4 | [] | no_license | RohidanTiger/LienQuan | e4ee9d107f7a8b0ff6d3acf317280773bc4cd095 | 4d2a3ef16ceca946a7c0e857dfe8712d4d434b73 | refs/heads/master | 2021-01-19T14:28:52.771431 | 2019-10-17T15:36:28 | 2019-10-17T15:36:28 | 88,163,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,143 | java | package chickenzero.ht.com.lienquan.models;
/**
* Created by QuyDV on 4/12/17.
*/
public class Skill {
private String id;
private String name;
private String desc;
private String mana;
private String youtube;
public Skill() {
}
public Skill(String id, String name, String desc, Stri... | [
"quy.dinh.van@sofiamedix.vn"
] | quy.dinh.van@sofiamedix.vn |
ae72f33097b8dda4c4fe9a5e2f5de5c2fa3dae4f | 478213a8cd55ea5c10327e35e5962f416a7a8816 | /src/pl/s21790/tetris/Shape.java | 0dd910eac160fd76fcd62ce4ab9576ded44364f2 | [] | no_license | s21790-pj/projekt-programistyczny-s21790-pj | 9ddbf3e0110e1cdf41b510e878f304caf217ae30 | bf514f70456f28bdbae0fc78865bd9c9b9b0c7d2 | refs/heads/master | 2022-10-15T23:33:52.234605 | 2020-06-11T16:40:18 | 2020-06-11T16:40:18 | 271,335,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,284 | java | package pl.s21790.tetris;
import java.util.Random;
public class Shape {
enum Blocks {
emptyBlock(new int[][] {{0, 0}, {0, 0}, {0, 0}, {0, 0}}),
Iblock(new int[][] {{0, -1}, {0, 0}, {0, 1}, {0, 2}}),
Tblock(new int[][] {{-1, 0}, {0, 0}, {1, 0}, {0, 1}}),
Oblock(new int[][] {{0, 0},... | [
"s21790@pjwstk.edu.pl"
] | s21790@pjwstk.edu.pl |
65f9d77ae52fc306419af9a8173ce98dd903bbcc | 109d94ff5665115344626d6dcc9dc9c0b810a3c6 | /04-JPA/src/main/java/carservice/Application.java | e0ab4a79e824a5598fad18cd4a10fc9024dcaa31 | [] | no_license | jbcamp/sort-spring-boot | a74e037f625ad08f46ba5a97c5eda93e8700469a | 66b3be24582298a8773bad64677b1186ae0cd291 | refs/heads/master | 2016-09-05T16:39:24.142339 | 2014-10-13T14:02:15 | 2014-10-13T14:02:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package carservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
imp... | [
"campbellj@familysearch.org"
] | campbellj@familysearch.org |
1f07b30f27da73c5d1e7715ec4317c1270e6ce7b | bb885460e65c76df1ebb92259ceb02695c3f014a | /phoneweb/src/main/java/com/dht/pojo/PaymentDetail.java | 00552569359c405141491d19591e777910126aa1 | [] | no_license | duonghuuthanh/jsfsaleapp | 1799b45b045c43f5436f88b15fa6c59e0f504571 | 05887a923eb25d96449f08c820540789de801a32 | refs/heads/main | 2023-06-05T02:54:06.090314 | 2021-06-26T01:49:02 | 2021-06-26T01:49:02 | 318,164,210 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dht.pojo;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Entity;
import javax.persiste... | [
"dhthanhqa@gmail.com"
] | dhthanhqa@gmail.com |
de62d853d41cafbe52507c3e89d677bb66a78308 | b4b62c5c77ec817db61820ccc2fee348d1d7acc5 | /src/main/java/com/alipay/api/domain/KbAdvertAddChannelRequest.java | c620d76b3c05480312116f2470acca162f0dfc93 | [
"Apache-2.0"
] | permissive | zhangpo/alipay-sdk-java-all | 13f79e34d5f030ac2f4367a93e879e0e60f335f7 | e69305d18fce0cc01d03ca52389f461527b25865 | refs/heads/master | 2022-11-04T20:47:21.777559 | 2020-06-15T08:31:02 | 2020-06-15T08:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 口碑客渠道信息
*
* @author auto create
* @since 1.0, 2017-03-03 10:40:48
*/
public class KbAdvertAddChannelRequest extends AlipayObject {
private static final long serialVersionUID = ... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
fc68a126b32de9c03d465379093c9fd0131d529b | 089ea1149c451eaaaaa6c023f5242a8e61dbe8c8 | /App/src/main/java/com/example/demo/info/TimerInfo.java | 11538eee12115cd88901823a32ce44ae689516bb | [] | no_license | ferain95/quartzApp | 6f65f1f1e41312e1cd0e6ab300a009d4e1cd3581 | 158b9787d96a9ddab3df9c4ccff5ca953fe92a02 | refs/heads/master | 2023-03-05T09:30:20.481233 | 2021-02-19T10:20:02 | 2021-02-19T10:20:02 | 340,293,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.example.demo.info;
import java.io.Serializable;
public class TimerInfo implements Serializable {
private int totalFireCount;
private int remainingFireCount;
private boolean runForever;
private long repeatIntervalMs;
private long initialSetOffMs;
private String callbackData;
p... | [
"jordanlow@stack-tech.sg"
] | jordanlow@stack-tech.sg |
32b00bd3d5add21f85605d660b15ad0fcb64b128 | fdc806ae8bf11085044778023d29eeeca212301c | /30DaysOfCode/D_03-ConditionalStatements/Solution.java | 28b8cbae3d20d435ec794e4fd0c09d84c5792eb6 | [] | no_license | gergely-kiss/HackerRank | ec8fffa9174827ef56065c7766b33fe5eaa1cca5 | 159776d118b534c924954336cd911735abde0c09 | refs/heads/master | 2020-04-18T02:31:47.459988 | 2019-02-04T17:37:12 | 2019-02-04T17:37:12 | 167,166,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | java | import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
private static final Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
... | [
"kiss-gergely@outlook.com"
] | kiss-gergely@outlook.com |
949af78b6cb2a4eee49abdd05fdab15cf65d5660 | 39e2ebf7b71baadbb6ff5aa4bc5d7396848ee8a2 | /Ch2/src/Fibonacci.java | 0252656036a6862c683b0b587d0a852b8acf3e89 | [] | no_license | scarletqueen/AP_CS | cfd284008b465b51dfc25b6db90edb720fdd0b90 | cabb0cceb859f75c49295ddafc276f36ff13e76f | refs/heads/master | 2023-05-11T10:26:20.943011 | 2021-05-29T19:09:47 | 2021-05-29T19:09:47 | 328,299,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | import java.util.Scanner;
public class Fibonacci {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
long n1 = 1;
long n2;
int numTerm;
System.out.println("Enter number of terms:");
numTerm = s.nextInt();
for (int i = 0; i <= num... | [
"33943564+scarletqueen@users.noreply.github.com"
] | 33943564+scarletqueen@users.noreply.github.com |
61cc15331f2d5ae09418caff887eecd367d16ea4 | a130768c1822b37da11fd518ef9c3b7b67c2d693 | /sample-db/src/main/java/com/ai/sample/db/service/RateShoppingPropertyDetailsServiceImpl.java | 25fc41d45f31c151e602770856139a1c2a42caa4 | [] | no_license | aatmasidha/examplecode | 3cbfd9594b427f5a268379cd824c5612c2da301c | 3138cce25a54d1aae1594f0c1a9077a48aafc1a1 | refs/heads/master | 2021-01-19T02:49:38.284433 | 2017-04-05T12:29:07 | 2017-04-05T12:32:45 | 87,295,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,745 | java | package com.ai.sample.db.service;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
im... | [
"aparna.atmasidha@gmail.com"
] | aparna.atmasidha@gmail.com |
a0fd477863e6d376a04068be524162b68ee6da3c | c55ba96bdf1983126b6944b0f90bc5c564e0601f | /src/main/java/org/gbif/cli/converter/UuidConverter.java | dc28fc42034b33be127bb30b9248e1420b421b29 | [
"Apache-2.0"
] | permissive | gbif/gbif-cli | c39f778a77b9bce7eae5e06f26d96c4ac054a972 | e10aec43a4848d082e08b973732c1f325f9afefc | refs/heads/master | 2023-05-02T12:46:40.788822 | 2021-01-20T08:14:49 | 2021-01-20T08:14:49 | 15,904,171 | 0 | 1 | Apache-2.0 | 2023-04-15T17:03:53 | 2014-01-14T14:21:05 | Java | UTF-8 | Java | false | false | 478 | java | package org.gbif.cli.converter;
import java.util.UUID;
import com.beust.jcommander.IStringConverter;
import com.beust.jcommander.ParameterException;
/**
* Converts parameters into UUIDs.
*/
public class UuidConverter implements IStringConverter<UUID> {
@Override
public UUID convert(String value) {
try {
... | [
"mdoering@gbif.org"
] | mdoering@gbif.org |
5e79dc2e6f7151f941db1d44bae786f7c4a80845 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/dli/src/main/java/com/huaweicloud/sdk/dli/v1/model/ListDatabasesResponse.java | ae1543e4daf742cc6ccaae92abd38e430d1ad508 | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 4,507 | java | package com.huaweicloud.sdk.dli.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.huaweicloud.sdk.core.SdkResponse;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.function.Consumer;
/**
* Res... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
c8255f43b384be2f39c662c8884963b65e7c1b8a | e9013107bd9ccf258828e339202a3b23d1005262 | /meservice/src/main/java/com/teammental/meservice/BaseCrudServiceImpl.java | ae000007436ddebd60cb125f1a66c77c272846b7 | [
"Apache-2.0"
] | permissive | mental-party/meparty | 1fa30efd1ba690b64d5e3c80bed1b88b7c9cd53d | 705d16aa15c4a9c9d7cd6c779438a9df090b0144 | refs/heads/master | 2021-09-28T20:44:24.448326 | 2018-11-20T12:07:57 | 2018-11-20T12:07:57 | 113,290,126 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,155 | java | package com.teammental.meservice;
import com.teammental.mecore.stereotype.entity.Entity;
import com.teammental.medto.FilterDto;
import com.teammental.medto.IdDto;
import com.teammental.meexception.dto.DtoCreateException;
import com.teammental.meexception.dto.DtoCrudException;
import com.teammental.meexception.dto.DtoD... | [
"erhan277@gmail.com"
] | erhan277@gmail.com |
6c50a4984027c30d7dd6b8376f8bbf3d3dd4f2cd | 7d28d457ababf1b982f32a66a8896b764efba1e8 | /platform-dao/src/test/java/ua/com/fielden/platform/dao/EntityWithHyperlinkDao.java | f953b2b414ff0292c232dfc132ce31ec28acedc7 | [
"MIT"
] | permissive | fieldenms/tg | f742f332343f29387e0cb7a667f6cf163d06d101 | f145a85a05582b7f26cc52d531de9835f12a5e2d | refs/heads/develop | 2023-08-31T16:10:16.475974 | 2023-08-30T08:23:18 | 2023-08-30T08:23:18 | 20,488,386 | 17 | 9 | MIT | 2023-09-14T17:07:35 | 2014-06-04T15:09:44 | JavaScript | UTF-8 | Java | false | false | 586 | java | package ua.com.fielden.platform.dao;
import com.google.inject.Inject;
import ua.com.fielden.platform.entity.annotation.EntityType;
import ua.com.fielden.platform.entity.query.IFilter;
import ua.com.fielden.platform.serialisation.jackson.entities.EntityWithHyperlink;
/**
* A DAO for {@link EntityWithHyperlink} used ... | [
"jhou.pro@gmail.com"
] | jhou.pro@gmail.com |
67cd783cbae1d76cca17d8c3db8b13485146a332 | 00afc9391168dea279a6ed7934f4f0bbb19af386 | /src/test/java/concurrency/ch3/MutexTest.java | 1fbac0dea480bb31c141801c39a87081b890c93a | [
"MIT"
] | permissive | SudarsanSridharan16/java-concurrency | c7f0993c1dcf67aaa9a64ea524127b901be76cee | 9c23850054a2ef8a7e2f880fded2e9993c081446 | refs/heads/master | 2020-03-19T02:03:35.536313 | 2014-01-18T00:57:50 | 2014-01-18T00:57:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | package concurrency.ch3;
import static org.junit.Assert.assertEquals;
import java.util.concurrent.Executors;
import java.util.concurrent.Semaphore;
import org.junit.Test;
/**
* Count to two with two threads.
*
* @author Jason Gowan
*
*/
public class MutexTest {
private final Semaphore mutex = new Semaphore(1... | [
"jason@localhost.localdomain"
] | jason@localhost.localdomain |
51c106bb318ae759519e1848d0dc1c9ffe72a880 | 215b247ecc5ea8ed078b5782f784ac64ba6a6a81 | /src/daoTask/TaskDAOInterface.java | 7e07be5ff7a073d240fea595d90b508fad78ae0f | [] | no_license | tusharchopratech/task_manager_csc | 129e6468acecba17ccb385daf97402f06955b719 | cb4468f49bd70f74c4bf979d8f0a04ab74ba2097 | refs/heads/main | 2023-05-11T21:59:12.012269 | 2021-06-06T15:41:02 | 2021-06-06T15:41:02 | 374,397,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package daoTask;
import java.util.ArrayList;
import model.BeanTask;
public interface TaskDAOInterface {
public BeanTask insert(BeanTask beanTask);
public BeanTask update(BeanTask beanTask);
public boolean delete(String userId);
public BeanTask searchById(String userId);
public ArrayList<BeanTask> searchTask... | [
"tusharchopratech@gmail.com"
] | tusharchopratech@gmail.com |
efe2bc82992c1522869166aab85215922b36d413 | 32b837b86d1f402a6a9565b29e8fdb1e805bdbab | /src/main/java/com/example/demo/service/FileUploadServiceImpl.java | cd505ec64645c47a3e2a9f171ccd89a787725f22 | [] | no_license | EricChai1003/FINRA-FileUpload | 566ea0776f91012fbc57161b8019f4e18255b09b | dc94e94eda4e6a3cbd2274b088f660036a36c45d | refs/heads/master | 2021-08-19T22:11:53.515365 | 2017-11-27T14:57:39 | 2017-11-27T14:57:39 | 112,206,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,139 | java | package com.example.demo.service;
import com.example.demo.dao.FileUploadDAO;
import com.example.demo.entity.FileData;
import com.example.demo.utility.FileUploadUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.FileSystemU... | [
"eric.chai1003@gmail.com"
] | eric.chai1003@gmail.com |
81c612dffc34093b9ccb595ed8ffd8729e0dcfe4 | 07ef8242c5d165a92052d1f9e06267b372129554 | /AtCoderBeginnerContest/src/abc137/b/Main.java | a772ee75f109305b02bc6bc259d2ca79a9359ee9 | [] | no_license | hysmo1988/atcoder | 357adc177c78fa5d228314fe38d5b1d45bd4eb3f | 2a75ece9bbb920e9ca58961ea2b2548d81d24c7c | refs/heads/master | 2023-01-05T10:02:59.713962 | 2020-11-01T13:43:43 | 2020-11-01T13:43:43 | 222,070,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package abc137.b;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int K = sc.nextInt();
int X = sc.nextInt();
sc.close();
int[] r = new int[(K * 2) - 1];
int x = X - K + 1;
for(int i = 0; i < r.length; i++) {
r[i] = x;
x+... | [
"m.hayashi5458@gmail.com"
] | m.hayashi5458@gmail.com |
4290dea65642e61666a23593be2c9409ef6ac77e | 075b1b94e188b954276c8271fd04b9504aab1e6c | /src/main/java/top/tomxwd/nio/easytest/NIOServer.java | 31f9b046a98f4c5e9f1efc915d9bf029100125df | [] | no_license | tomxwd/netty-test | bd291a24901f59b149f392b6d6f8e5dcc7078d89 | 989881b4b2b6a2bdbf9c32c81485bad082df4caf | refs/heads/master | 2022-10-23T12:31:54.025190 | 2020-04-21T13:25:26 | 2020-04-21T13:25:26 | 225,026,791 | 1 | 1 | null | 2022-10-04T23:55:54 | 2019-11-30T14:48:35 | Java | UTF-8 | Java | false | false | 3,349 | java | package top.tomxwd.nio.easytest;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.*;
import java.util.Iterator;
import java.util.Set;
/**
* @author xieweidu
* @createDate 2019-11-30 22:22
*/
public class NIOServer {
public static void main(Str... | [
"648913416@qq.com"
] | 648913416@qq.com |
73cdef12920d0816068623cd6e965d3de95ca668 | c1a81500886719fee7b2cd4e178ba519ef4b946b | /reputationbox/dom/src/main/java/org/nic/isis/ri/SemanticSpace.java | 9dddbe148c6c2b19b16c048774fc6652e46224a6 | [] | no_license | dileepajayakody/isis-reputationbox | 6a7cca05fa392d14145456bd3d2985c0e019fbf1 | 1fe2a3426741c875d4fa5e39a60d509d93a31bb7 | refs/heads/master | 2016-09-06T16:51:57.547673 | 2015-12-08T11:15:07 | 2015-12-08T11:15:07 | 19,370,515 | 1 | 0 | null | 2014-07-01T08:41:39 | 2014-05-02T09:03:17 | Java | UTF-8 | Java | false | false | 4,638 | java | /*
* Copyright 2009 Keith Stevens
*
* This file is part of the S-Space package and is covered under the terms and
* conditions therein.
*
* The S-Space package is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as published
* by the Free Sof... | [
"dileepajayakody@gmail.com"
] | dileepajayakody@gmail.com |
8da4d5357d4e5542f164b6f18227b140d48e840b | 72e3650eaeb008bb3cc9ff3f7baf3c78ddddce12 | /app/src/main/java/com/androlord/farmerapp/LanguageHelper/MainActivityLauncher.java | 1192fbbd231a88c57a10653d10975b4289fd5d23 | [] | no_license | Abhinav-Mani/FarmerApp | fae59d086103e0af711f761c0c2130b19661f593 | 83c288ce27c162f2574a3cc99c9b7b2878bb331c | refs/heads/master | 2020-12-13T17:07:48.026300 | 2020-02-09T22:19:56 | 2020-02-09T22:19:56 | 234,479,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,704 | java | package com.androlord.farmerapp.LanguageHelper;
import java.util.Locale;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Bundle;
import android.preference.PreferenceM... | [
"ritikraj7255@gmail.com"
] | ritikraj7255@gmail.com |
abe3459486f9e5ad4d834723d64c803bba54a7ea | 35005e1f081d51f6bf9e4f16dba3635ae2f31329 | /app/src/main/java/com/example/downloaddemo/TimeActivity.java | d07458e0582e26802a55ca4381c53353275d2359 | [] | no_license | tataxqy/DownloadDemo | 4c4bb75f3ed11da486fb1b26e1b69cbcb971218e | b1195c7083624f96cf344ecbde35565118019290 | refs/heads/master | 2020-05-17T00:32:05.461700 | 2019-04-25T09:08:21 | 2019-04-25T09:08:21 | 183,398,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package com.example.downloaddemo;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import java.lang.ref.WeakReference;
public class TimeActivity extends AppCompatActivity {
public static final int IN... | [
"1428603911@qq.com"
] | 1428603911@qq.com |
aae507596e39bc595d7650a0c5171d5281c20ee9 | b725fd31bc92b3b771e1f79f8689896904df346d | /Labo/Clase 25/src/Azucarada.java | 0bb78c5e122089a6bcf59d2dbf5971a16f95e2e0 | [] | no_license | MaximoGismondi/TareasLabo | b699ecf16beb9517895cbc85491cf9e8116beec5 | c03ce38b48081cb6227e1655c08bb486326bda14 | refs/heads/master | 2023-02-22T17:43:18.698217 | 2020-09-15T16:17:37 | 2020-09-15T16:17:37 | 252,253,848 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package com.company.Bebidas;
public class Azucarada extends Bebida {
private double cantAzucar;
public Azucarada(String nombre, double cantAzucar) {
super(nombre, 1, cantAzucar*10);
this.cantAzucar = cantAzucar;
}
public double getCantAzucar() {
return cantAzucar;
}
p... | [
"63014012+MaximoGismondi@users.noreply.github.com"
] | 63014012+MaximoGismondi@users.noreply.github.com |
cda26b4fba2d752d2ef46b5c88e5078a72725338 | 643b681d676b7916c1eab4cc7c0e76ca35718d0d | /app/src/main/java/nlaz/notificationdemo/MyAlarmService.java | f68ab140514621ac35738ef4eb5c99e90ab18a0d | [] | no_license | txcsmad/AndroidNotificationDemo | 506ad707964ed0f0e8da8966ad6063f0f84b2237 | 3a1daa68f9bc187757163b2f3ab851b196e16655 | refs/heads/master | 2020-12-25T03:49:32.849436 | 2015-03-28T18:48:05 | 2015-03-28T18:48:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,063 | java | package nlaz.notificationdemo;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import org.parceler.Parcels;
/**
* Created by nlazaris on 3/25/15.
*/
public class MyAlarmS... | [
"nikolazaris@utexas.edu"
] | nikolazaris@utexas.edu |
0a5193fdde8c6cda02561c13c3a0cc177ffc1474 | f595b10317736e770965680deb11f7f7be92f427 | /src/partable/webdb/server/Util.java | fccd769f3c0b4519220a3db50842142a452fec30 | [] | no_license | jcnossen/partregistry-appengine | 017ec8ff06b4ad99072893e297164c5675b7b7fa | 5afb51ef07a0671dd2d797c7233c62dffff79a3f | refs/heads/master | 2020-12-24T14:18:49.064805 | 2014-05-06T00:15:53 | 2014-05-06T00:15:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,584 | java | package partable.webdb.server;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Calendar;
import java.util.Date;
import java.util.Set;
import java.util.logging.Logger;
public class Util
{
public static Logger log;
public static String streamToString(InputS... | [
"jelmer@nospam.com"
] | jelmer@nospam.com |
a549331de6709890e64bd772ed50fc37386e5c0f | 0b15aa1b1933b4eae87c4c041604a45dd7e4d119 | /src/main/java/com/ncTestService/converters/ECTFConverter.java | 6f3888da1189296d99d209ec6044b2e70eae119d | [] | no_license | SemyontheSemyon/nc-test | 690d0c2243f20a994e740aa2fc0c3454f20973d5 | ade9cda6997295712ab8c04e0d0ef8dd1cea6deb | refs/heads/master | 2022-10-03T16:15:57.196951 | 2019-09-24T09:30:51 | 2019-09-24T09:30:51 | 177,664,388 | 0 | 0 | null | 2022-09-08T00:59:45 | 2019-03-25T21:05:43 | Java | UTF-8 | Java | false | false | 294 | java | package com.ncTestService.converters;
import com.ncTestService.DTO.ECTFDTO;
import com.ncTestService.models.EnrollmentCityTestFormat;
public interface ECTFConverter {
ECTFDTO convertToDTO(EnrollmentCityTestFormat ectf);
EnrollmentCityTestFormat convertFromDTO(ECTFDTO ectfdto);
}
| [
"voloshinsemyon@gmail.com"
] | voloshinsemyon@gmail.com |
e8730b9c8dff1b12cd96d431f3b16d5d8b5a0871 | 30cf12e4016cc89018b554465406e8f9fa4ec3b3 | /javaEE/src/test_Practice/day03Test/test13.java | 852bdca5aed6de5741bcf553660a53a40ef47dde | [] | no_license | guangjianwei/ssm_sum | 9f9b3279ca35599a0495457ab6f9f9db3c9ad025 | 7545c1e7f4a8626f1a3d8f832bd73cc296523f19 | refs/heads/master | 2020-04-04T12:52:47.394638 | 2018-11-03T02:51:03 | 2018-11-03T02:51:03 | 155,940,658 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package test_Practice.day03Test;
/*
*/
public class test13 {
public static void main(String[] args) {
Student stu[]={new Student("liusan",20,90.0f),
new Student("lisi",22,90.0f),
new Student("wangwu",20,99.0f),
new Student("sunliu",22,100.0f)};
java.... | [
"admin@qq.com"
] | admin@qq.com |
044bd6d3c35040ab20d0197ae38ad43dc7afac71 | a68d8a1ce4f442c6221e9465929cca5065c7d14c | /sed/sed-service/src/main/java/com/bsu/sed/model/dto/ContentDto.java | 4668f62a9c2a54783ce76b8d04a7839bdadc2b95 | [
"Apache-2.0"
] | permissive | GlebBondarchuk/SED | c803fcca7d22f7310c2d89697db62d71798eb576 | ccf00969bba690c1d1fc006d676a14aab65430d1 | refs/heads/master | 2021-01-10T18:59:54.417186 | 2015-05-25T14:56:42 | 2015-05-25T14:56:42 | 27,765,044 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package com.bsu.sed.model.dto;
import com.bsu.sed.model.Role;
import java.util.Date;
/**
* @author gbondarchuk
*/
public class ContentDto {
private static final long serialVersionUID = -2469204873901854757L;
private Long id;
private String html;
private String name;
private Date... | [
"gleb.exadel@mail.ru"
] | gleb.exadel@mail.ru |
94a8f2487f7d4eecae3cbf685cbb4f81b897f4fa | c10e5b8aa440755d2a9cbc1ee31f0d64d3fd05f3 | /Client/src/MClient/GameCards/Monsters/MonsterPrototype2.java | 9792d6b7cc00e741980ec2fd883b0f939f9105e7 | [] | no_license | DerutDan/MGamev2 | cf6b2f6214b7a2769ddba7b91cfcfcaefa0147cf | 48fae1c78e9bcf8eeb1d058dd582f89dac4aebb3 | refs/heads/master | 2021-01-21T07:20:18.605031 | 2017-05-17T19:04:22 | 2017-05-17T19:04:22 | 91,610,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package MClient.GameCards.Monsters;
/**
* Created by Danila on 15.02.17.
*/
public class MonsterPrototype2 extends Monster {
@Override
public void setDeathDescription() {
deathDescription = "Master takes 15 damage\n";
}
@Override
public void setPenaltyDescription() {
penaltyDesc... | [
"danilderut@gmail.com"
] | danilderut@gmail.com |
65cb5fe0f6cb181eca16ad6911f390a7a994e817 | 0ce855c42aa973ab6944a8ee45df54f44b9ccaae | /core/src/com/alejandro/game/Utils.java | 43c26f5fdaeb5dc8c7ed71b0526f5f7333cf48d2 | [] | no_license | apulido5/game | 6a40f94349505fef7aeb22388685ea754761c59c | ebbc5c46a31a3aef59c76af9dd99bd3a3a83925d | refs/heads/master | 2023-05-06T17:46:31.882387 | 2021-05-23T11:34:53 | 2021-05-23T11:34:53 | 370,035,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.alejandro.game;
import java.util.Random;
public class Utils {
static Random random = new Random();
static boolean solapan(float x, float y, float w, float h, float x2, float y2, float w2, float h2) {
return !(x > x2 + w2) && !(x + w < x2) && !(y > y2 + h2) && !(y + h < y2);
}
}
| [
"apulido@elpuig.xeill.net"
] | apulido@elpuig.xeill.net |
1fff84f2783da2ea8396a672c18bae6d29a20de4 | e596d8fb79d1888016239d0a77b67eadefa861c5 | /app/src/main/java/com/example/ray/firebasepushnotifications/FirebaseMessagingService.java | c6b85db0d6ab3649759ee65002f16e5fd9fea94c | [] | no_license | HsuanChangHuang/FirebasePushNotifications | fab3d18d160c02fd18967ca0d84efeab61f092c2 | c3fd27cdb73e067e721d475660762513058136b5 | refs/heads/master | 2021-04-26T23:55:41.871037 | 2018-03-05T07:27:45 | 2018-03-05T07:27:45 | 123,881,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | package com.example.ray.firebasepushnotifications;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.support.v4.app.NotificationCompat;
import com.google.firebase.messaging.RemoteMessage;
/**
* Created by Ray on 2018/3/5.
*/
public class Fireba... | [
"daniel5876653@gmail.com"
] | daniel5876653@gmail.com |
867f57068b67801c1f12c16259f8e1b121e6cabf | 69b917e0d0b83ac7cf03a77a94fbf850d0c11d0e | /mobile/EvShare/app/src/main/java/com/example/ioc/evshare/network/actionsBus/actions/events/GetPhotoAction.java | 85721472f9cbfaf4210e7891359090afe5d4891f | [] | no_license | teodorst/ioc | de2c09036dd25dc649671435c3632357d034e9bf | cc73b42a380465490f9ab10bf93fb7aa07ea534c | refs/heads/master | 2021-05-01T21:33:42.709895 | 2017-01-17T16:41:40 | 2017-01-17T16:41:40 | 72,932,599 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,274 | java | package com.example.ioc.evshare.network.actionsBus.actions.events;
import com.example.ioc.evshare.network.actionsBus.actions.BaseNetworkEvent;
import com.example.ioc.evshare.network.actionsBus.actions.events.message.GetPhotoActionMessage;
import com.example.ioc.evshare.network.actionsBus.actions.events.message.GetThum... | [
"Teodorstefu@gmail.com"
] | Teodorstefu@gmail.com |
867b6366b3d85ec9157b62ca2f2f772235aa4525 | 3441de0b93c9bc4dc40e1a46abd7d36cafe51c2d | /passcloud-common/passcloud-security-core/src/main/java/com/passcloud/security/core/social/weixin/connect/WeixinConnectionFactory.java | 00c3e14d742bd3a8cee5fdf23d76312a27c279dd | [] | no_license | XinxiJiang/passcloud-master | 23baeb1c4360432585c07e49e7e2366dc2955398 | 212c2d7c2c173a788445c21de4775c4792a11242 | refs/heads/master | 2023-04-11T21:31:27.208057 | 2018-12-11T04:42:18 | 2018-12-11T04:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,500 | java | package com.passcloud.security.core.social.weixin.connect;
import com.passcloud.security.core.social.weixin.api.Weixin;
import org.springframework.social.connect.ApiAdapter;
import org.springframework.social.connect.Connection;
import org.springframework.social.connect.ConnectionData;
import org.springframework.social... | [
"35205889+mliyz@users.noreply.github.com"
] | 35205889+mliyz@users.noreply.github.com |
b299bbdb2218c9b299a5fea3ecc04c416537d118 | 52fa23fc740c23667bce5cf83ec40d6f6ae1b3bf | /core/src/main/java/eu/excitementproject/eop/core/utilities/dictionary/wordnet/jmwn/JmwnDictionaryManager.java | f37e3cb9959af4bbf642ef12b697fd8200ef6301 | [] | no_license | omerlevy/Excitement-Open-Platform | 0f7ebf7a625895266bbd67f3d4e3956c38f4b529 | b3548e5c44dccb88015fdd82085221044e91a944 | refs/heads/master | 2020-04-03T06:52:35.059339 | 2013-07-31T15:36:15 | 2013-07-31T15:36:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,814 | java | package eu.excitementproject.eop.core.utilities.dictionary.wordnet.jmwn;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import eu.excitementproject.eop.core.utilities.dictionary.wordnet.WordNetInitializationException;
public class JmwnDictionaryManager... | [
"nastase@fbk.eu"
] | nastase@fbk.eu |
5965b15449d927a381aa270998dedd741cf510a3 | 62636dec929bd8f3f5d17abd64eb7a2b040def30 | /app/src/main/java/gopdu/pdu/gopduversiondriver/modelresponse/MainActivityResponse.java | 283ed272943e29a293cbbb4d9eea7b60d5fedaf6 | [] | no_license | viking1998cp/GoPDUVersionDriver | bfc319d4c38c8ee071e04702e185511f3eaea55f | 37005a55fa40e3fd453262197f7556b489567bd9 | refs/heads/master | 2021-03-25T21:21:48.726093 | 2020-05-05T01:53:56 | 2020-05-05T01:53:56 | 247,646,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package gopdu.pdu.gopduversiondriver.modelresponse;
import java.util.Map;
public interface MainActivityResponse {
void nullPhoneNumber();
void notNullPhoneNumber(Map<String, String> param);
void avalidAccount();
void notAvalidAccount(String message);
void logged();
void unLogged();
}
| [
"ngthang12081998@gmail.com"
] | ngthang12081998@gmail.com |
dfb10cf1b388b50c3a8de8eb1dddf8c41b482cbd | f89a8ba7fb95c7fdbe0fd0d320c6cbf17a4df8e3 | /设计模式/DecoratorPattern/src/com/decorator/PepsiDecorator.java | 8e34cc178e2bdf5ae8fbd0cabfc5d339ace953e4 | [] | no_license | RabbitTea/JavaWeb-project | f0f2ad17bc1f328188aac3b2412d9173c0377f06 | ce841261f8fd9f065d8d0df9e84ed663d8bf9cdc | refs/heads/master | 2020-04-09T08:37:33.398417 | 2019-04-30T14:23:03 | 2019-04-30T14:23:03 | 160,201,573 | 1 | 1 | null | null | null | null | WINDOWS-1252 | Java | false | false | 272 | java | package com.decorator;
public class PepsiDecorator extends Decorator{
public PepsiDecorator(Drink drink) {
super(drink);
}
public double price() {
return drink.price() + 5.00;
}
public String name() {
return "°ÙÊÂ" + drink.name();
}
}
| [
"354496262@qq.com"
] | 354496262@qq.com |
91ae4e62888535ce269f10ae47d1f87fb4dc8a6f | c27967d936b9473c61f762ef3be3c9439c09c12b | /src/com/javarush/test/level04/lesson06/task04/Solution.java | 78eb65f80be08594f94d9c332b3122a06db062d7 | [] | no_license | AliNaffaa/JavaRushHomeWork | 26503564f89ef5dfcc1d7f9e30d88b350cc88fa3 | cb14644d5d254a3ede0cbb6cc5058fc6a439e1a4 | refs/heads/master | 2021-01-13T02:36:57.964666 | 2014-11-30T11:35:03 | 2014-11-30T11:35:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.javarush.test.level04.lesson06.task04;
/* Сравнить имена
Ввести с клавиатуры два имени, и если имена одинаковые вывести сообщение «Имена идентичны». Если имена разные, но их длины равны – вывести сообщение – «Длины имен равны».
*/
import java.io.BufferedReader;
import java.io.InputStreamReader;
public cl... | [
"ali-naffaa.01@rambler.ru"
] | ali-naffaa.01@rambler.ru |
b216be49a316aa8dcf972c1303691344060a04e2 | b51930a6e42c64c6b1efb1aba4e80743983e0d45 | /app/src/main/java/com/muyunfan/mytaxil/model/OrderManagerImpl.java | 52915540b60c32976183f25a44becfd497909085 | [] | no_license | xinyuCai/MyTaxiL | 49f5f2a855567501db6d9d9103748cfd0743fae5 | a007cd0eb2ebdfddbd14055fe85c8b8bfb1bf10c | refs/heads/master | 2021-08-14T17:08:24.400364 | 2017-11-16T08:57:34 | 2017-11-16T08:57:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | package com.muyunfan.mytaxil.model;
import com.google.gson.Gson;
import com.muyunfan.mytaxil.common.databus.RxBus;
import com.muyunfan.mytaxil.common.http.API;
import com.muyunfan.mytaxil.common.http.CommonHandler;
import com.muyunfan.mytaxil.common.http.CommonRequest;
import com.muyunfan.mytaxil.common.http.CommonRes... | [
"964013025@qq.com"
] | 964013025@qq.com |
9ee362b82c56bb48f8c4345647c45e0064c86fea | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/open-keychain_open-keychain/libkeychain/src/main/java/org/sufficientlysecure/keychain/LibConstants.java | e1f20a6db4fa77ebb3a3aacd4d2fc27ab61acc6e | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | // isComment
package org.sufficientlysecure.keychain;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.sufficientlysecure.libkeychain.BuildConfig;
public final class isClassOrIsInterface {
public static final boolean isVariable = isNameExpr.isFieldAccessExpr;
public static final String ... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
5addddd6bd1cd8052963100385f86095782dd5ce | a2a4f843b0d3ad1aa091e81cfe85b54731781b14 | /src/main/java/us/sroysf/DedupAnalyzer.java | 98a7a94fb5f4e4cbcfbddc6f9e87546904458a6c | [] | no_license | ryrynsb/photo-dedup | ad44821f492d2219365d3b12db7c8537d82db885 | fe6a26296453c3e7e9385a501e0bb3ebdcff84b8 | refs/heads/master | 2020-03-21T14:03:21.392137 | 2017-06-03T18:05:08 | 2017-06-03T18:05:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,707 | java | package us.sroysf;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.*;
import java.util.stream.Stream;
/**
* Created by sroy on 2/24/17.
*/
public class DedupAnalyzer {
private static final Logger log =... | [
"saptarshi.roy@salesforce.com"
] | saptarshi.roy@salesforce.com |
cb2f06043d898c4cd85a99a5eb309091f9d03c0e | 06becb52e2bed3c36a77f16bb913ac90fc9e1fae | /idmFitnesse/src/main/java/com/novell/www/resource/service/GetResourcessInfoRequest.java | f047efd3829a668d591e376518c1709da9c3d0df | [] | no_license | tschroeder13/idmFitnesse | 6978104d9cc91d3ed1912d2cd998907c0f5d8fd7 | 76f36d10f2c48bdf67472ec29e5ef4d55bc8be46 | refs/heads/master | 2021-01-19T12:39:02.209540 | 2015-09-30T11:05:27 | 2015-09-30T11:05:27 | 41,288,047 | 0 | 0 | null | 2015-09-30T11:05:27 | 2015-08-24T07:11:45 | Java | UTF-8 | Java | false | false | 4,342 | java | /**
* GetResourcessInfoRequest.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.novell.www.resource.service;
public class GetResourcessInfoRequest implements java.io.Serializable {
private com.novell.www.resource... | [
"t.schroeder@netzwerk-design.de"
] | t.schroeder@netzwerk-design.de |
d39b448644aa4983b5d0ac9aaa735ae4efa32bd9 | d91b7cfcd90d579e0042b22116cd74c80af0aac1 | /src/main/java/fr/craft/Crafting.java | 20fc74f8cd6c454e348a559781c6fb397ed5e8ff | [] | no_license | bphilibert/Mousecraft | 31c8843337e618c3c2fac6da62043d8ce2089d30 | 20c6f8cef535e0f3e630b4f92e560fc22fb359e5 | refs/heads/master | 2021-01-10T14:21:35.491264 | 2015-12-27T13:57:31 | 2015-12-27T13:57:31 | 47,976,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package main.java.fr.craft;
import java.util.ArrayList;
/**
* Created by bphilibert on 2015/12/15.
*/
public class Crafting
{
protected Design m_design;
protected ArrayList<Supply> m_supplies;
protected int m_step;
public Crafting ()
{
this.m_design = null;
this.m_supplies = new... | [
"philibert.benoit@gmail.com"
] | philibert.benoit@gmail.com |
43b6d688a5d87acda561a8dda85250b06e2bb3f6 | e2828b3177b195a6fdf3515c5a8b3a8dd7a30f88 | /iihtmaven/src/test/java/com/iiht/IihtMavenApplicationTests.java | 68576b55acd65fb32c8fb2596b80e6b99387aa7d | [] | no_license | satyavinn/IIHT | 5239627287d664040e7e4496bacc541db6cc9106 | e52b936014a68284abc12930c3bc11d6bf018a6e | refs/heads/master | 2020-06-02T14:40:43.788296 | 2019-06-10T15:48:24 | 2019-06-10T15:48:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.iiht;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class IihtMavenApplicationTests {
@Test
public void contextLoads() ... | [
"satyavinn@gmail.com"
] | satyavinn@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.