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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9aa7a3ef360866b91f544266980dc7eb2c90b0e4 | 947c4bbf5dbdeea1be2bd6633d8fc1f37c60f6ba | /Pz-s/D/D123.java | d083783f52eb922e0ba0464055b3f19a340d10e4 | [] | no_license | k-takase36/skill_judgment | b056e51cc7edae999383cc60fdbcc7a233d12701 | fe1cae79e58a2cc165381603de87d6aa305681b7 | refs/heads/master | 2023-09-02T01:43:52.209828 | 2021-10-13T09:51:50 | 2021-10-13T09:51:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package D;
import java.util.Scanner;
public class D123 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in); // Scannerクラスのインスタンスを作成、引数で標準入力System.inを指定
int x = sc.nextInt(); //nextInt()メソッドで数値として取得
sc.nextLine(); //nextLine()メソッドで改行
//結果を出力
if (x < 10000) {
Syst... | [
"yasaiseikatu0306@gmail.com"
] | yasaiseikatu0306@gmail.com |
185d6a9ad89db8035cf6b584d8a64741cffcc6b8 | bd13a356d6db0784dad6231360f9c53009011cc5 | /src/main/java/net/laflash/msscbrewery/web/controller/BeerController.java | e8c7b6e197b64a61960ea811dce9c4221f1d7e49 | [] | no_license | JLaFlash/mssc-brewery | 1bcfc8b109b4bb7ba25d226a28abb36992ba2ded | 193330eb30f98bcdc88b838df2d7aeab26c6271c | refs/heads/master | 2020-12-05T16:48:28.190770 | 2020-01-09T02:01:24 | 2020-01-09T02:01:24 | 232,177,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | package net.laflash.msscbrewery.web.controller;
import net.laflash.msscbrewery.services.BeerService;
import net.laflash.msscbrewery.web.model.BeerDto;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springfra... | [
"jodylaflash@outlook.com"
] | jodylaflash@outlook.com |
7565032549825814ba36cbea6ebbc367b1a571d4 | a0eb97fa249bd9390c28404d7c3fe857677cde7b | /EDC/localux/Formule.java | 2fd9c373822aa7b36ac3f03c1505fc9f3ac69c4f | [] | no_license | LevezoErell/EDC_Localux | 0705ac51fe1c4d067dc2c203177f6b7f56b2cca8 | 2cc4739a754edfe2bb109e904c6d5f898b23a65e | refs/heads/master | 2021-04-21T06:28:34.429788 | 2020-03-24T16:28:49 | 2020-03-24T16:28:49 | 249,757,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package localux;
abstract class Formule {
/**
* Variables
*/
public int id;
public String libelle;
/**
* Constructeur vide
*/
public Formule() {
}
/**
* Constructeur
*
* @param unId
* @param unLibelle
*/
public Formule(int unId, String unLibelle) {
this.id = unId;
... | [
"erell.levezo@laposte.net"
] | erell.levezo@laposte.net |
9d705d1075e664f8cd86c2e6f7a7c1b282378eb4 | 54049f14d790bdc6532bece8b59cce9a8410dfff | /beast-mcmc-srp/src/dr/app/beagle/evomodel/treelikelihood/AbstractTreeLikelihood.java | a09e35b7a2a4314389adec238dc53c71e72291c5 | [] | no_license | RodrigoLab/snowgoose | 82674a6e4e38cb3e453dc24fc721f653c67e13b3 | c780adc2c219f65bd571f664eeff112b1be592b7 | refs/heads/develop | 2021-01-17T07:01:18.844096 | 2016-10-27T20:41:02 | 2016-10-27T20:41:02 | 16,417,069 | 0 | 0 | null | 2016-10-27T20:41:02 | 2014-01-31T18:51:21 | Java | UTF-8 | Java | false | false | 8,871 | java | /*
* AbstractTreeLikelihood.java
*
* Copyright (c) 2002-2013 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribu... | [
"stevenhwu@gmail.com"
] | stevenhwu@gmail.com |
4b1da4d01fe060e9a1392a94d105be86f76759a5 | b8654a4a4459a43861dc87b21e7985f2f5b6f27a | /app/src/main/java/com/breadwallet/tools/manager/BRSharedPrefs.java | 4c5b0e0c9dec902353405d1d180bba80f2024f92 | [
"MIT"
] | permissive | bitdinar/bitdinarwallet | e68b6ed3c1a63a9bd2b6a6d736a685361885dd59 | ba2b1a376316904ffd0b4622e7c743dcf5200a33 | refs/heads/master | 2021-01-24T04:36:23.013028 | 2018-02-26T09:25:20 | 2018-02-26T09:25:20 | 122,740,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,829 | java | package com.breadwallet.tools.manager;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
import com.breadwallet.tools.util.BRConstants;
import org.json.JSONArray;
import java.util.ArrayList;
import java.util.Currency;
import java.util.Lis... | [
"bitdinar@icloud.com"
] | bitdinar@icloud.com |
daf2b350b08a5b0536e0bb8c12b52e90b6a4f87f | 30876e27edec62989a8274c19c24810251da99f2 | /src/java/beans/AntivirusController.java | cfbd35be37663466aee6cf4eeaddc57a60ed52c5 | [] | no_license | sarracent/records-manager | 52d4f22ec2e1c1cdf9ee6d7dd98dbfe7ba9273df | 88ebc3b1c9c0bd528e7a692ff0ed32057c4e583a | refs/heads/master | 2020-04-02T11:19:39.315423 | 2018-10-23T10:28:01 | 2018-10-23T10:28:01 | 154,382,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,522 | 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 beans;
import beans.util.JsfUtil;
import beans.util.JsfUtil.PersistAction;
import static beans.util.JsfUtil.addErrorMessage;
... | [
"damiansarracent89@gmail.com"
] | damiansarracent89@gmail.com |
c4dd28b315647f9908999d162947bc3e954de631 | 97faab88539c707483d7de5aaedbf7e1a551889e | /src/com/leetcode/ValidAnagram.java | f42fadcf2db0e58736254b23441e9bec9739ecfc | [] | no_license | syedirfan33/ProblemSolving | 83cf047c1f08ed089553401e61561e7e560e4712 | 07f0e565f3f6d39d10d3464f2aafe5b6de6bc3e5 | refs/heads/master | 2023-08-15T12:53:53.922113 | 2021-09-25T04:04:26 | 2021-09-25T04:04:26 | 261,063,747 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.leetcode;
import java.util.HashMap;
import java.util.Map;
public class ValidAnagram {
// To solve the follow up, can use hashtable instead of char array
public boolean isAnagram(String s, String t) {
if (s.length() != t.length()) return false;
Map<Character, Integer> map = new Hash... | [
"syed.irfan@maybank.com"
] | syed.irfan@maybank.com |
74391eb8d4dbd024f3423c5486c3dbbee9c72208 | 2fda0a2f1f5f5d4e7d72ff15a73a4d3e1e93abeb | /proFL-plugin-2.0.3/org/pitest/reloc/antlr/common/preprocessor/Tool.java | d287d588ed84e60ed0185a11e2a8becce7f2a70f | [
"MIT"
] | permissive | ycj123/Research-Project | d1a939d99d62dc4b02d9a8b7ecbf66210cceb345 | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | refs/heads/main | 2023-05-29T11:02:41.099975 | 2021-06-08T13:33:26 | 2021-06-08T13:33:26 | 374,899,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,984 | java | //
// Decompiled by Procyon v0.5.36
//
package org.pitest.reloc.antlr.common.preprocessor;
import java.io.File;
import java.util.Enumeration;
import java.io.IOException;
import java.io.FileNotFoundException;
import org.pitest.reloc.antlr.common.collections.impl.Vector;
public class Tool
{
protected Hierarchy t... | [
"chijiang.yang@student.unimelb.edu.au"
] | chijiang.yang@student.unimelb.edu.au |
4e1e279ae65f8fdea69741471828c50e37b3c175 | 96448b53a15b5172483151dc7cf926e3f39363c2 | /ledger/nuls-ledger/src/main/java/io/nuls/ledger/rpc/cmd/ValidatorCmd.java | b199f03044f6bc78a36783352c89be01d62519c0 | [
"MIT"
] | permissive | wangko27/nuls_2.0 | 352f2d34143a48bec9fbd33bac5951fefda86c0f | 09e95498909c01b85c07b604553eb6ed3577964f | refs/heads/develop | 2020-04-04T22:19:23.261370 | 2018-12-14T08:24:33 | 2018-12-14T08:24:33 | 156,319,589 | 2 | 1 | MIT | 2018-12-14T03:02:19 | 2018-11-06T03:19:54 | Java | UTF-8 | Java | false | false | 2,567 | java | /*-
*
* MIT License
*
* Copyright (C) 2017 - 2018 nuls.io
*
* 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... | [
"wangkun@nuls.io"
] | wangkun@nuls.io |
45edeae0512d5fe6e58d35df3a2aae727387c4a3 | 3cc849f555953147e8051f623b8552ac17854399 | /src/com/rds/bacera/mapper/RdsBaceraCTDnaMapper.java | 2472762a4d6656881917d7815c7cdfcec24d957a | [] | no_license | clownlin22/judicial-web | c8444b17f16ec9a567d43786efce6ff8ce0c967b | 6350aa62353187dc1ee5dac5b1f6322e5c2982c8 | refs/heads/master | 2020-05-07T22:23:21.426381 | 2019-04-12T06:07:00 | 2019-04-12T06:07:00 | 180,913,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package com.rds.bacera.mapper;
import java.util.Map;
import org.springframework.stereotype.Component;
@Component("RdsBaceraCTDnaMapper")
public interface RdsBaceraCTDnaMapper extends RdsBaceraBaseMapper {
@SuppressWarnings("rawtypes")
public int queryNumExit(Map map);
}
| [
"17512580364@163.com"
] | 17512580364@163.com |
86ff7a389f8618d822587f88096fd344eea488bf | 48395b3679c84571f61c3bf53b6bce0ed3fc66e7 | /homework3/calculator/CalculatorWithMemoryDecorator.java | 10a728df081b11df1ef32614e6088ed5a9ebd02a | [] | no_license | MarZinchenko/HomeWorks | 0f53b264d1f6a7ca0ff7a055900d3802401e0b65 | eb87405d6cce54aae70efa35e30b61b0bafc5614 | refs/heads/master | 2023-02-07T20:40:35.080596 | 2021-01-03T22:02:48 | 2021-01-03T22:02:48 | 321,421,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | //8
package homework2.arrays.homework3.calculator;
public class CalculatorWithMemoryDecorator implements ICalculator {
private double memory;
private double lastValue;
ICalculator calculator;
public CalculatorWithMemoryDecorator(ICalculator calculator){
this.calculator = calculator;
}
... | [
"8487marina@gmail.com"
] | 8487marina@gmail.com |
4c0582f18e1692767c794e2092675116ea4ddc2c | aa90cb116edbf586cb769797c49f4c46a0a0caed | /src/main/java/org/squiddev/plethora/api/module/AbstractModuleHandler.java | 8c5902255ee3057a7b5ec7a93bbf8afd10872a2d | [
"MIT"
] | permissive | SquidDev-CC/plethora | c1cda54f9fc9ca163def4c4e78ddb69392e9f545 | 3c9b41561a3dcc45d08a9167f6e471638cf2e170 | refs/heads/minecraft-1.12 | 2021-08-29T09:44:58.781157 | 2021-08-06T18:24:26 | 2021-08-06T18:24:26 | 61,070,151 | 64 | 56 | MIT | 2021-08-22T13:27:36 | 2016-06-13T21:14:19 | Java | UTF-8 | Java | false | false | 588 | java | package org.squiddev.plethora.api.module;
import org.squiddev.plethora.api.method.IContextBuilder;
import javax.annotation.Nonnull;
/**
* Some default implementations for {@link IModuleHandler} methods.
*
* It is recommended that all implementations extend this class: it allows additional methods
* to be added t... | [
"bonzoweb@hotmail.co.uk"
] | bonzoweb@hotmail.co.uk |
22cf368b9ed580a4fd1ac6c5814f4d491f711fde | 1bd95dfc6d0cf71259569c1b520f1526fd273661 | /src/main/java/com/sg/assignment/common/exception/InvalidUserException.java | 0fecbd7704db6d15c30b0c4fd03e070e98a11960 | [] | no_license | sg-object/sg-board | 01849498188bfc5c9b138c59684514a4f519d3ec | ff45320241dbb504674c4b9a8834c164aa0d49af | refs/heads/master | 2022-11-22T15:26:59.689176 | 2020-07-22T08:09:08 | 2020-07-22T08:09:08 | 280,802,009 | 0 | 0 | null | 2020-07-22T08:09:09 | 2020-07-19T05:55:38 | Java | UTF-8 | Java | false | false | 291 | java | package com.sg.assignment.common.exception;
public class InvalidUserException extends AbstractException {
private static final long serialVersionUID = -7537204630780202406L;
@Override
public String getErrorCode() {
// TODO Auto-generated method stub
return INVALID_USER_CODE;
}
}
| [
"sg.object@gmail.com"
] | sg.object@gmail.com |
bb018bf114d8acc60a0a750575566dd605fe03f8 | db75c2977498151e949971627c5b6b111e7f6f69 | /GuideProject/step/v28_04/src/main/java/com/eomcs/lms/handler/LessonDeleteCommand.java | 81cac28fa26d2affc459554e46e50cbea8575274 | [] | no_license | yh0921k/GuideProject | 5bd7eb1882d07281ccafafb30bdfe5775bcd80ab | b8bba0025acc6086926e810b31ee2dc14efd207c | refs/heads/master | 2020-11-26T03:12:27.536475 | 2020-04-20T09:06:27 | 2020-04-21T00:51:53 | 228,948,427 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package com.eomcs.lms.handler;
import java.util.List;
import com.eomcs.lms.domain.Lesson;
import com.eomcs.util.Prompt;
public class LessonDeleteCommand implements Command {
List<Lesson> lessonList;
Prompt prompt;
public LessonDeleteCommand(Prompt prompt, List<Lesson> list) {
this.prompt = prompt;
th... | [
"yh0921k@gmail.com"
] | yh0921k@gmail.com |
58c2a0c19b689b03345177390c0096958b67e028 | ca021ff2fb3d5abdaf7f65fbaab776e869ccd7a5 | /src/fundationStructure/NextGreaterElement2.java | 2c19bc4f077160d8b26fd8c6885ba5fe2a18a4be | [] | no_license | teddywang1992/leetcode | 56ab4c072c9f0f2db31a0721294b1619a12856cd | 7d676f2e67a1a2ba073a5c11fc5f17e8c6b77e69 | refs/heads/master | 2021-01-22T18:07:23.152614 | 2018-11-24T22:46:09 | 2018-11-24T22:46:09 | 100,737,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package fundationStructure;
//take care of the corner case that two digit are same
//so we need to store each time. so we can't use hashmap to do that.
import java.util.Arrays;
import java.util.Stack;
public class NextGreaterElement2 {
public int[] nextGreaterElements(int[] nums) {
if (nums == null || nu... | [
"443909723@qq.com"
] | 443909723@qq.com |
62f14ad51f9f3f626323cb128e0000ee412ea6ba | 676e021e420959a22f8eb326068576f93efe1f41 | /src/main/java/com/diogorolins/battleShip/config/security/SecurityConfig.java | 1159432c58f902c69be9e18155154be12e5a083b | [] | no_license | diogorolins/battleship-backend-old | d72c748d2566068463a63ddb3d3158b2daa13b44 | f35ae039dfbd36e0efcaea3afaf5ff9583192161 | refs/heads/master | 2023-04-15T23:20:59.203086 | 2020-08-07T14:06:39 | 2020-08-07T14:06:39 | 278,490,519 | 0 | 0 | null | 2021-04-26T20:28:02 | 2020-07-09T23:13:33 | Java | UTF-8 | Java | false | false | 3,488 | java | package com.diogorolins.battleShip.config.security;
import java.util.Arrays;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.env.Environment;
import org.sprin... | [
"="
] | = |
036a36071ce71a699e7894d2a3844da452c14373 | c064a1024ee3ead27c629016a4b278005ab68583 | /Ticket.java | 6bbfe0069795804748c59aada9fbcf224496c6af | [] | no_license | rgupta47/Ticketing-System | efb1426505280e8e2f9e1d81f08bd42eba357750 | 6f5c5f790712c935ed7de2160f465125fc37ff07 | refs/heads/master | 2021-09-12T15:29:17.731700 | 2018-04-18T02:46:32 | 2018-04-18T02:46:32 | 114,855,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,664 | java |
public class Ticket {
private static int autoTicketID = 0;
protected String ticketID;
protected String customerRepID;
protected String dateCreated;
protected String customerServiceRepID;
protected boolean isResolved;
protected int departmentID;
protected CustomerInformation customerInformatio... | [
"noreply@github.com"
] | rgupta47.noreply@github.com |
894e1379e74e3eeed314cb8e999c626491a8a928 | 3000f3e038b7257ee418837ff079b65e3185bf9a | /assignment2/Calculator/src/testcase/CalculatorTest.java | 32064796ee551b4c4aa9eb6555224199833edacd | [] | no_license | tvidyadhari/epam | 065dfaf3fa2c386c102b9ee2ecc5f8c5f638e69b | 4f0156462b088eb790e4d44bd61aa135406f2f8a | refs/heads/master | 2020-05-03T10:04:11.305053 | 2019-06-29T08:46:01 | 2019-06-29T08:46:01 | 178,570,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package testcase;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import logic.Calculator;
class CalculatorTest {
@Test
void testAdd() {
assertEquals(0, Calculator.add(-1, 1));
assertEquals(55, Calculator.add(45, 10));
assertEquals(10, Calculator.add(5, 5));
}
@Tes... | [
"tvidyadhari22@gmail.com"
] | tvidyadhari22@gmail.com |
c791b8ac513afd1706cfd5e80557d67efb59d646 | 252fce0244897d2b387d5be3d84deec78e7c524f | /LiteratureManage/src/com/teamghz/action/PanelAction.java | 7a368e7cd8e9f57fa15d6c2ebdcc45407d5cc14d | [] | no_license | gaohuangzhang/LiteratureReadingNotes | 9f23f096415bb390959a3f8f577713495f11d50b | bfc64b9bce5ad893b49638c8b8af2be85a02ec6d | refs/heads/master | 2021-01-19T04:38:43.345007 | 2016-12-14T10:49:43 | 2016-12-14T10:49:43 | 69,084,988 | 4 | 8 | null | 2016-12-13T13:38:59 | 2016-09-24T06:32:23 | Java | UTF-8 | Java | false | false | 565 | java | package com.teamghz.action;
import javax.servlet.ServletRequest;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.apache.struts2.ServletActionContext;
import com.teamghz.configure.*;
import com.teamghz.connecter.*;
public class PanelAction {
public String signOut() {
... | [
"dongchangzhang@gmail.com"
] | dongchangzhang@gmail.com |
87a70ff726f943a561541a01b3eff5d88e4d29bd | 0916b7b92eb92627b023e776d5a5119f4b16d827 | /hciDesktop/src/mainPackage/Main.java | 3fbfd4ee016dc2301f3a5ca75fe7064c58a5cd79 | [] | no_license | ddome/tphci2009c2 | 130e3c538171b6600828d4e7bd7818f744e44ef4 | 136fdb36faebe692beb64bb64ab1286a8c1d0ccb | refs/heads/master | 2021-01-10T11:55:04.463576 | 2009-11-24T03:48:29 | 2009-11-24T03:48:29 | 53,597,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,086 | java | package mainPackage;
import java.awt.event.ActionListener;
import java.util.Locale;
import org.jdesktop.application.*;
import javax.swing.*;
import utils.LanguageSession;
import utils.Session;
import servicesHandler.LogoutHandler;
public class Main extends SingleFrameApplication{
static JMenuBar mbar= n... | [
"bombax@77f57708-cd88-11de-8d2e-8bf2cb4fc7ae"
] | bombax@77f57708-cd88-11de-8d2e-8bf2cb4fc7ae |
bb1a3f30cfea7c6c8307beb8af77f93e52b2c9a7 | 400fa6f7950fcbc93f230559d649a7bfc50975fe | /src/com/jagex/SocketProvider.java | 42f55b12118c12f608833126f10bc25d6198bd76 | [] | no_license | Rune-Status/Major--Renamed-839 | bd242a9b230c104a4021ec679e527fe752c27c4f | 0e9039aa22f7ecd0ebcf2473a4acb5e91f6c8f76 | refs/heads/master | 2021-07-15T08:58:15.963040 | 2017-10-22T20:14:35 | 2017-10-22T20:14:35 | 107,897,914 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,670 | java | package com.jagex;
import java.io.IOException;
import java.net.Socket;
public abstract class SocketProvider {
public static String toUrlSafe(CharSequence sequence) {
int length = sequence.length();
StringBuilder builder = new StringBuilder(length);
for (int index = 0; index < length; index++) {
... | [
"iano2k4@hotmail.com"
] | iano2k4@hotmail.com |
85c4616b0ad7558dd95ce3ac8fa996c8f5c7f5fa | 6e77bd058376fd0013cd647c1f5b0addae9cc114 | /src/com/edu/realestate/yelp/YelpBusiness.java | 60adf5ec47896704518f9b45606006bce6e2cd9a | [] | no_license | pgtissot/immo | c4dbe381bafe8c6ce456c4897a599401ceb310e6 | eed433f5e936e7b025cac010054854162dc9510f | refs/heads/master | 2022-06-27T11:24:37.051017 | 2019-08-30T16:38:06 | 2019-08-30T16:38:06 | 198,404,493 | 0 | 0 | null | 2022-05-25T06:59:43 | 2019-07-23T10:06:10 | Java | UTF-8 | Java | false | false | 1,221 | java | package com.edu.realestate.yelp;
public class YelpBusiness extends YelpElement {
private String image_url;
private String categories;
private double rating;
private double distance;
public YelpBusiness(String name, String url, String image_url, String categories, double rating,
double distance, String addr... | [
"pgtissot15@gmail.com"
] | pgtissot15@gmail.com |
cf360a318d5983e8ac98ad7480be7cacef411690 | 32e67f8c6e6cd1c2c18178f15d350f9050141f42 | /com.appunta.sample.MainActivity/src/com/appunta/android/ui/EyeView.java | 644731538245f15758d77e3c9e6c086d0156ad83 | [] | no_license | liqy/appunta | c8c0460c98cf3584b6d8b9ad09a97b83062b916a | 85e41e075bd8f188ebe36e5cd231908723a60cc9 | refs/heads/master | 2021-01-25T08:43:08.096363 | 2012-09-20T00:51:27 | 2012-09-20T00:51:27 | 5,880,026 | 5 | 3 | null | null | null | null | WINDOWS-1250 | Java | false | false | 3,914 | java | /*
Copyright Sergi Martínez (@sergiandreplace)
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 applica... | [
"liqingyi@outlook.com"
] | liqingyi@outlook.com |
0ca8e18107070e26cc22f84d4681d65e0e2b3206 | eb0174136bfb94fcd53f990ead3a4f94d4f6bc3d | /spring-boot-controller/src/main/java/com/li/controller/view/HelloController.java | 1dcbbce74bd724ef74191d2ff0d89a3bc228c8dc | [] | no_license | jianyli/spring-boot | 9022720d3dc51076a3e53681712556aea930a2c0 | 097afd875b490c5bd36fe4a44aa1df0ac1dbcfea | refs/heads/master | 2022-06-22T19:48:26.699408 | 2021-01-25T04:46:20 | 2021-01-25T04:46:20 | 228,300,446 | 0 | 0 | null | 2022-06-17T03:30:33 | 2019-12-16T04:10:26 | Java | UTF-8 | Java | false | false | 1,303 | java | package com.li.controller.view;
import com.google.common.collect.Lists;
import com.li.domain.Student;
import com.li.domain.UserFriend;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.Date;
import ... | [
"lijianyou@vortexinfo.cn"
] | lijianyou@vortexinfo.cn |
474b73a719623d984d3cc3f7a145e6210fd4959c | 70aa8a1a5fc9ecc683b8526fedfcf20fcc2d77a5 | /src/main/java/pl/edu/agh/cs/kraksim/main/ConsoleSimulationVisualizer.java | 88337cb26619e0a6692ab23ff83ce0af455ff0b2 | [] | no_license | Pysiokot/kraksim | cd837453b80bf1625da331e60385a6e3a7f1bcf3 | 398082b6ab6d43114bd331e73a6f0925c45202ea | refs/heads/master | 2022-12-20T04:21:19.862986 | 2020-09-29T16:32:30 | 2020-09-29T16:32:30 | 237,761,884 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package pl.edu.agh.cs.kraksim.main;
import pl.edu.agh.cs.kraksim.core.City;
import pl.edu.agh.cs.kraksim.main.gui.SimulationVisualizer;
import pl.edu.agh.cs.kraksim.ministat.CityMiniStatExt;
import pl.edu.agh.cs.kraksim.ministat.MiniStatEView;
import java.io.PrintWriter;
class ConsoleSimulationVisualizer im... | [
"szcz.bart@gmail.com"
] | szcz.bart@gmail.com |
eadf9c9510c468aacb68af4d9eeee25824bb3bd3 | b9fe2ede738c62d5b0896942c14db096eee62191 | /DBase.java | eb55facf6789d7ed34248feb5575a32662cbdb3b | [] | no_license | turmantas/Book | 98c7872b4aa9ed2f328f2f990a27c11b78620486 | eab8716d25331dca331ce9431f54b14c7c447a0a | refs/heads/master | 2020-12-13T13:49:36.104470 | 2017-06-28T04:39:02 | 2017-06-28T04:39:02 | 95,574,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | import java.sql.*;
public class DBase
{
String DRIVER = "com.mysql.jdbc.Driver";
String URL = "jdbc:mysql://localhost:3306/";
String DB = "Book";
String USERNAME = "root";
String PASSWORD = "qwerty";
private static DBase instance = null;
public static DBase getInstance()
{
if (instance == null)
{
in... | [
"noreply@github.com"
] | turmantas.noreply@github.com |
91c85a4a39f883b61ffb6a2fa172d88fee151cc3 | 9684339b5fb6913b21c0f00d21c8b4d202c848f5 | /Jarvis/app/src/main/java/edu/depaul/csc595/jarvis/detection/gcm/JarvisInstanceIdListenerService.java | 42f4939a9fc63929d49f3bdf811bb2557e864950 | [] | no_license | csc595g1/hrpd | bd40aae9e6a2986817c03dc87d3c438ae945d603 | a45453ce2b79c4955cfce2064848ddfaa1e10662 | refs/heads/master | 2021-01-10T13:20:06.059057 | 2016-04-05T00:26:32 | 2016-04-05T00:26:32 | 49,824,129 | 1 | 14 | null | 2016-04-05T00:26:32 | 2016-01-17T15:57:56 | Java | UTF-8 | Java | false | false | 545 | java | package edu.depaul.csc595.jarvis.detection.gcm;
import android.content.Intent;
import com.google.android.gms.iid.InstanceIDListenerService;
/**
* JarvisInstanceIdListenerService.java
* Jarvis
*/
public class JarvisInstanceIdListenerService extends InstanceIDListenerService {
@Override
public void onTokenR... | [
"dhavaljoshi008@gmail.com"
] | dhavaljoshi008@gmail.com |
626e3664c9668ea5e785ba5ba7c5acd23593da1a | 0b588f7110f5b026cc6eb3af98f68f5b7174f5d1 | /src/main/java/datastructures/minpriorityqueue/FibonacciHeap/FibonacciHeap.java | 51b3d5114d8508dfbdd528d2a7b47d9d7a8c0377 | [
"MIT"
] | permissive | nikhilc1527/Algorithms | e391b934d46d0c9a06aad0754ab109e938480364 | 9b756811186f3ad9fb5c1fff9705fee329c4baa8 | refs/heads/master | 2022-11-18T03:19:25.486026 | 2020-07-14T07:07:49 | 2020-07-14T07:07:49 | 265,966,641 | 0 | 0 | null | 2020-05-21T22:43:15 | 2020-05-21T22:43:14 | null | UTF-8 | Java | false | false | 4,341 | java | package datastructures.minpriorityqueue.FibonacciHeap;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Objects;
public class FibonacciHeap {
private final HashMap<Integer, Node> references;
private Node min;
public FibonacciHeap() {
references = new HashMap<>();
}
... | [
"nishantc1527@gmail.com"
] | nishantc1527@gmail.com |
63fe04d8e55c87105c453e082bd20a587d070228 | 2a6ddb2cb7152486ea72092995657db84a7b45b2 | /src/main/java/org/support/generator/CustomAbstractXmlElementGenerator.java | f5d9a4fff9041a40bb4de40b552436bcf2de3b28 | [] | no_license | sustzq/hello-world | 7b07987341dff70db9bfa252354ac37196fc7597 | 88a3d6fda1d7c1001383d2f7ecd5b3565853889c | refs/heads/main | 2023-04-08T15:42:10.088937 | 2021-04-18T13:09:20 | 2021-04-18T13:09:20 | 354,770,817 | 0 | 0 | null | 2021-04-05T08:50:27 | 2021-04-05T08:40:03 | null | UTF-8 | Java | false | false | 3,785 | java | package org.support.generator;
import org.mybatis.generator.api.IntrospectedColumn;
import org.mybatis.generator.api.dom.xml.Attribute;
import org.mybatis.generator.api.dom.xml.TextElement;
import org.mybatis.generator.api.dom.xml.XmlElement;
import org.mybatis.generator.codegen.mybatis3.MyBatis3FormattingUtilities;
i... | [
"1150383939@qq.com"
] | 1150383939@qq.com |
68fa64afed6976aea6d0065649b9dc1deb625060 | 501d3bc27325bc74f4197a5f7f4139fbcac7b5cb | /exercici Git/src/Pujar.java | 6dd4a92cb21e929abeaa6ed34a245ae7fd5f1424 | [] | no_license | toRRRz/repo1 | 5ef1709d0c6a64babd5e974e205556666bb6cf17 | a5d89098fd6a7551573fe5f8344177377ba20e85 | refs/heads/master | 2021-01-19T16:12:39.517597 | 2017-04-14T10:50:36 | 2017-04-14T10:50:36 | 88,256,001 | 0 | 0 | null | 2017-04-14T10:53:59 | 2017-04-14T09:52:37 | Java | UTF-8 | Java | false | false | 29 | java |
public class Pujar {
}
| [
"sting68@hotmail.com"
] | sting68@hotmail.com |
045f785c1a08f0fe95a177688df430e3644e4d15 | ec5d445e19c69c196097d266efb4a6a83b3588ca | /graph/src/main/java/graph/DFSAdjMatrix.java | bd0ee472a9dd500f4835bd93d98d76ec38e7a91e | [] | no_license | managerwhocodes/Data-Structures-Algorithms | b1061f7069bb7638ffabd84e7a5eb21f92515b68 | ee83f935d30308f6c3b73ac31af1f4f4afdbe0fd | refs/heads/master | 2021-08-29T05:06:39.322419 | 2021-08-17T20:27:51 | 2021-08-17T20:27:51 | 250,962,888 | 0 | 0 | null | 2021-08-17T20:27:52 | 2020-03-29T05:45:11 | Java | UTF-8 | Java | false | false | 2,303 | java | package graph;
import java.util.ArrayList;
import java.util.Stack;
public class DFSAdjMatrix{
private ArrayList<GraphNode> nodeList = new ArrayList<GraphNode>();
private int [][] adjMatrix;
private DFSAdjMatrix(ArrayList<GraphNode> nodeList){
this.nodeList = nodeList;
this.ad... | [
"managerwhocodes@gmail.com"
] | managerwhocodes@gmail.com |
4bd54a9899ed1aa1e1fd7d641b19afc31780ac53 | 339259c9aa2e39d042f4c5668ecf2a85fd52f42e | /src/test/java/NewTest.java | 6c4ecfbefb7918a37d1e1dd48a03660563f55583 | [] | no_license | nb2628/Selenium | b60158305c17b26675957796f47b997be80af2a0 | c00b0e2fe54f0da6a3c02b37894d898d696f527c | refs/heads/master | 2020-03-17T20:23:39.818150 | 2018-05-18T07:01:41 | 2018-05-18T07:01:41 | 133,907,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | import org.testng.annotations.Test;
import org.testng.annotations.DataProvider;
public class NewTest {
@Test(dataProvider ="LoginData")
public void f(Integer n, String s) {
System.out.println("username is"+n);
System.out.println("password is"+s);
System.out.println(n+" "+s);
}
@DataProvider(name="Log... | [
"A06438_P5.Training@P5-H81KX52.dir.svc.accenture.com"
] | A06438_P5.Training@P5-H81KX52.dir.svc.accenture.com |
3c392387bf401b95189e6c0b7e1c5e5ffd0975a6 | a86ab8748ca3ea091de240d3950b221ca622c74e | /src/main/java/hello/Controller/User_Controller.java | 3495638517c80d58d6759266a5f70c60279b48a2 | [] | no_license | sandyema/AlarmProject | b261066ef6388508cc8568ae660eb89da1796eaf | 7d254ad221a63c6032ea7e77a0333582714a8d4f | refs/heads/master | 2023-07-30T11:08:36.215916 | 2021-09-19T21:38:08 | 2021-09-19T21:38:08 | 404,603,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,719 | java | package hello.Controller;
import hello.Domain.Alarm;
import hello.Domain.Alarm_User;
import hello.Domain.UserAlarm;
import hello.Repository.AlarmUser_Repository;
import hello.Repository.Alarm_Repository;
import hello.Repository.User_Repository;
import net.minidev.json.JSONObject;
import org.springframework.beans.facto... | [
"sandy_your_angel@yahoo.com"
] | sandy_your_angel@yahoo.com |
39ffddc854dd151ff80c1e8d12360238b15add08 | 739dfb48691757f013ec0f3e272c046b746bbd7e | /jcommon/src/main/java/com/cmp/common/id/UUID.java | 904e786d78b7a37a9bdeb3cdb6057d1bbb91e03b | [] | no_license | kangdawei/javadev-ideas | 57b84b6c4745bf4191d9c371ed24f4503a733b39 | a14df4a410a773fd9504ceb45303c77fae50ddb6 | refs/heads/master | 2021-01-13T03:00:50.035757 | 2016-12-19T12:13:36 | 2016-12-19T12:13:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,650 | java | package com.cmp.common.id;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.TimeUnit;
/**
* ID生成策略:64位ID (42(毫秒)+5(机器ID)+5(业务编码)+12(重复累加)) 每秒26W ID
*
* @author HongjianZ
*/
public class UUID {
private static long twepoch = 1288834974657... | [
"yanliangliang123"
] | yanliangliang123 |
94eee313f5bcfbeac01a5b3cdae4d3f9f7510bbf | 1873c209131857089a75d56e68b403c70473edca | /src/main/java/com/wjp/designmode/create/prototype/ProtoType.java | 60b28f7f4e6b9f5272f27f8e3fef2c62d742482b | [] | no_license | weijupeng/msb | 6fdedff01fdb4b2537661da67f6ad17302e46a4f | 18fc126ec5636969547cda1043f60d469dd31f84 | refs/heads/master | 2022-06-26T21:15:37.195557 | 2020-06-11T01:37:52 | 2020-06-11T01:37:52 | 254,317,946 | 0 | 0 | null | 2022-06-17T03:14:30 | 2020-04-09T08:44:59 | Java | UTF-8 | Java | false | false | 306 | java | package com.wjp.designmode.create.prototype;
/**
* @author wjp
* @date 2020/6/9 14:46
*/
public class ProtoType implements Cloneable {
@Override
public Object clone() throws CloneNotSupportedException {
ProtoType protoType = (ProtoType) super.clone();
return protoType;
}
}
| [
"275526034@qq.com"
] | 275526034@qq.com |
496e4f7ad94e17d5fc17521120f543fad2961ce1 | 5f53b055f9c48767ffb692a4f36579ec3f4ec132 | /src/main/java/SeleniumSessions/TotalImages.java | 40abee53ba68a1c7efb55560c6ad43c5c53349a5 | [] | no_license | kavimunigati/Oct2020kavitha | 50bfd372f2366224fd721db8a16b0d034a0cb3dc | cd26517cf8020b648f6e7a606791b3e3b4acf879 | refs/heads/master | 2023-02-23T12:21:21.599342 | 2021-01-27T21:50:27 | 2021-01-27T21:50:27 | 333,565,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,724 | java | package SeleniumSessions;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import io.github.bonigarcia.wdm.WebDriverManager;
public class TotalImages {
static WebDriver driver;
public... | [
"kavimunigati@gmail.com"
] | kavimunigati@gmail.com |
dc49d77a723299fbc10e01733009359fe91267fb | 4ba49c89d7d64dc40c8a722cc708a55501e22dcf | /SCP/src/main/java/zdoctor/scp/items/ItemBlockDeco.java | 88c32e6bcc1c70b2f6eab05b5f62bb80fd891bac | [] | no_license | Z-Doctor/SCP | effcd44fd3557e6184958478f350d1aacec005f5 | 611ed19bbc80b9bfced8912dc277dd41d4cc97be | refs/heads/master | 2021-01-19T12:55:17.073258 | 2017-08-30T22:52:27 | 2017-08-30T22:52:27 | 100,817,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package zdoctor.scp.items;
import net.minecraft.block.Block;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
public class ItemBlockDeco extends ItemBlock {
static final String[] subBlocks = { "ctile", "ctileg", "floortile", "wallbottom", "wallmiddle", "walltop",
"1162wall", "1162... | [
"seedofdiscovery@gmail.com"
] | seedofdiscovery@gmail.com |
51a313067399483d9d0aaeddd087f367b79c0fc2 | 171ab1d2148b70c27bf8b25cf8a51a510643f18b | /pro-seata/server/src/main/java/io/seata/server/store/DbcpDataSourceGenerator.java | 494cccdfcc7972eae371d905aab4b9cc925c6222 | [
"Apache-2.0"
] | permissive | lptnyy/spring-cloud-project | aa71cf0de4ceacbc21bcac2a8b00dc33ab04f309 | 4b7370ea3967814b6356c988ef57ef8023493e84 | refs/heads/master | 2022-11-22T06:45:23.828617 | 2020-05-10T17:50:04 | 2020-05-10T17:50:04 | 147,296,922 | 5 | 3 | Apache-2.0 | 2022-11-16T09:22:40 | 2018-09-04T06:15:01 | Java | UTF-8 | Java | false | false | 2,008 | java | /*
* Copyright 1999-2019 Seata.io Group.
*
* 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 l... | [
"wangyang19"
] | wangyang19 |
27c8ee2416c528c3cc96ce17d904b06505dd6282 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_fc0a5b87f58b138fc889e0a01bc2fb36b7fcba09/EventServiceImpl/24_fc0a5b87f58b138fc889e0a01bc2fb36b7fcba09_EventServiceImpl_s.java | e16246f1ec23c8b1768dc008fae7803e5fa3bbf9 | [] | 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 | 31,117 | java | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
41f0589a1e50d2a1b7b9be69354fb54f66df92a6 | 91924d70f45fc77b5763cf213018deaa1287e772 | /iski-ejb/src/main/java/tn/esprit/blizzard/services/interfaces/OrganizerRequestServiceRemote.java | bf3b701346faa9bf7cd18f56da7645f53d597c65 | [] | no_license | Bairem/iSKi | 1cdac5577f0c4011d47cee01609c5aba6bada13b | d49e96a9c9f59b7ecd09846ba9cf8cac7cd43f58 | refs/heads/master | 2021-07-25T02:02:16.991790 | 2017-10-29T23:47:12 | 2017-10-29T23:47:12 | 108,161,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package tn.esprit.blizzard.services.interfaces;
import java.util.List;
import javax.ejb.Remote;
import tn.esprit.blizzard.iski.entities.OrganizerRequest;
@Remote
public interface OrganizerRequestServiceRemote {
public OrganizerRequest add(OrganizerRequest u);
public OrganizerRequest update(OrganizerR... | [
"bairem.zalleg@esprit.tn"
] | bairem.zalleg@esprit.tn |
e048ef3204d6b21c921d71c07d112a2f879ab0df | 982f6c3a3c006d2b03f4f53c695461455bee64e9 | /src/main/java/com/alipay/api/domain/LiabilityQuoteInfo.java | fbbd6e51520477917b5f8c25f849a2709bebae79 | [
"Apache-2.0"
] | permissive | zhaomain/Alipay-Sdk | 80ffc0505fe81cc7dd8869d2bf9a894b823db150 | 552f68a2e7c10f9ffb33cd8e0036b0643c7c2bb3 | refs/heads/master | 2022-11-15T03:31:47.418847 | 2020-07-09T12:18:59 | 2020-07-09T12:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 责任报价信息
*
* @author auto create
* @since 1.0, 2020-06-28 19:21:16
*/
public class LiabilityQuoteInfo extends AlipayObject {
private static final long serialVersionUID = 58612185... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
4ac8aea2bd8d9ea8c264e00578c6e4c852d2bbe3 | c6a164d2defb875c13e822a4b0b8080677b8fe12 | /app/src/main/java/com/example/tp1login/request/ApiClient.java | b94676698681125944aebf056189dc7a8290f68f | [] | no_license | Nahuel-Scerca/TP1_Login_SP | 602de83b822f7916247111fb26975d6ae09b8dd3 | 94749965e859759c1b44d7bad7cf0fc5cc253351 | refs/heads/master | 2022-12-31T13:31:15.406020 | 2020-10-21T16:59:44 | 2020-10-21T16:59:44 | 306,157,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package com.example.tp1login.request;
import android.content.Context;
import android.content.SharedPreferences;
import com.example.tp1login.model.Usuario;
public class ApiClient {
private static SharedPreferences sp;
private static SharedPreferences conectar(Context context){
if(sp==null){
... | [
"56772334+Nahuel-Scerca@users.noreply.github.com"
] | 56772334+Nahuel-Scerca@users.noreply.github.com |
21447fbec170d97fcd66e7103423313720ad0842 | 78f790c822f797088a27f73f23502bcd4e518256 | /src/test/java/nfm/subway/cli/CLITestMainTest.java | f96699098042aabc9fafccea6d9a1db4a2bceb88 | [] | no_license | XiaoqingWang/esper-sensor | acdd663effbae2061f0e20b1404f0e9725c04dc4 | 85d91a2da9a361b431f29747559fe9bd336bd324 | refs/heads/master | 2020-12-25T21:00:40.178289 | 2014-01-26T12:10:35 | 2014-01-26T12:10:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | package nfm.subway.cli;
import org.junit.Test;
import static org.junit.Assert.*;
public class CLITestMainTest {
@Test
public void 시분초새시간이모두높을때() {
String newDate = "20140115130118";
String oldDate = "20140115130103";
int waitTime = CLITestMain.getDelayTime(newDate, oldDate);
assertEquals(15, waitTime);
}... | [
"jwj0831@gmail.com"
] | jwj0831@gmail.com |
84882145fa00fe0ab4bf01cd614f74b90e84ff34 | 5cc01dec9ec1c6dde262d56d42c40dd8acfe2010 | /PTSCMC/src/java/com/venus/mc/contract/order/SearchMaterialAction.java | a9286a76b1b2376fdc7537ddbdb1481c836409be | [] | no_license | phuongtu1983/mc | 6defa0c94a02e2ff5ce9886ee87a219396d54ac0 | 0966390950a911e9fdb75484701bdede381a3042 | refs/heads/master | 2020-03-11T11:50:15.387384 | 2018-04-18T00:42:25 | 2018-04-18T00:42:25 | 129,980,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.venus.mc.contract.order;
import com.venus.core.util.StringUtil;
import com.venus.core.util.LogUtil;
import com.venus.mc.bean.SearchFormBean;
import com.venus.mc.core.SpineAction;
import com.venus.mc.dao.Mate... | [
"phuongtu1983@gmail.com"
] | phuongtu1983@gmail.com |
44b6329ddd0f52e1839b926999ce5b888e8c4c96 | a367d647b70e0c772cc63a666498f66969e68e03 | /src/Programers/numberHide.java | 3edb8464fedb835f010c3c1a7064db0d650e276d | [] | no_license | lwjace/yamuAlgorithm | 0149e043d4cd0d28ae61dfbc2cc44dd62c34d8ff | 91c17b294adedb35c394217c77c029c221ca9228 | refs/heads/master | 2023-01-24T06:53:50.452639 | 2020-12-09T11:52:36 | 2020-12-09T11:52:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package Programers;
public class numberHide {
public static void main(String[] args) {
System.out.println(solution("01090550119"));
}
public static String solution(String phone_number) {
String answer = "";
int length= phone_number.length();
for (int i=0; i<=length-4; i++){
... | [
"rntjdrh308@gmail.com"
] | rntjdrh308@gmail.com |
4b252a68c58f7fcf821ae9c52ad0aea1c8740d1b | 57138c9e3873081f5a75f907589d36e39ad2dd62 | /application/sshapp/src/main/java/org/ssh/app/example/entity/Disc_1.java | d63c8b8bd2e5539a51baed43643e2b9c6b516b23 | [
"Apache-2.0"
] | permissive | parth2691/sshapp | f329b5bdacac37c72fa226772aa4efdd74bdaf81 | 20a573490663f00eb0981c9f758e2281fe13f105 | refs/heads/master | 2021-01-22T01:18:27.824518 | 2012-06-02T12:05:26 | 2012-06-02T12:05:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package org.ssh.app.example.entity;
import java.io.Serializable;
import javax.persistence.DiscriminatorColumn;
import javax.persistence.DiscriminatorType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import ja... | [
"young.jiandong@gmail.com"
] | young.jiandong@gmail.com |
2874db4ffe8964255c3815dfb16fc0d2be74435c | a83e543bcb8869b9e32947ef1c7c378d09a4a607 | /VideoGenTransformer/src/main/java/fr/istic/videogen/tps/TP3.java | f91edd893858a07fdf0784b6fdca20d83522188d | [] | no_license | triggersch/videogen | cc7145fdc25cc0624a394a93e1482d4d93c8063f | 8ba7fac805338bae9a1ec4353c2ed2f9afd38a82 | refs/heads/master | 2020-04-24T15:18:54.065587 | 2019-02-22T12:19:03 | 2019-02-22T12:19:03 | 171,009,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,449 | java | package fr.istic.videogen.tps;
import static org.junit.Assert.*;
import java.util.List;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.Map;
import ... | [
"abdallah.lachaal@etudiant.univ-rennes1.fr"
] | abdallah.lachaal@etudiant.univ-rennes1.fr |
78225a69b9e3a0173fc4cffd049b61b2bfab269a | e9375c7cb7f672a59b927d1f6e2dcc50da7994bf | /src/com/company/thread/lock/ThreadAA.java | 4ea3f0412f8a55015cab989b74fe5cc588552eae | [] | no_license | zxj16152/JavaTest | eea553f57e4d40616b641246463e67a9adf3120b | 3ed20cc08d61bdbf20e9aafbdc1ec9fbf0e112e4 | refs/heads/master | 2020-07-19T19:22:36.426860 | 2019-09-05T07:22:46 | 2019-09-05T07:22:46 | 206,500,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.company.thread.lock;
import com.company.thread.condition.MyService;
/**
* @Description TODO
* @Author zhouxinjian
* @Date 2019-07-16 15:11
**/
public class ThreadAA extends Thread {
private MyService myService;
public ThreadAA(MyService myService) {
this.myService=myService;
}
... | [
"wangh@hshbao.com"
] | wangh@hshbao.com |
0f19cb7e4fe5e58a243ef82caf5f3882aac4539c | 25e90779bf473aeb04b6987474fd2b3c0394e98b | /cityGML/src/main/java/it/sinergis/jaxb/EndUseUnitPropertyType.java | 71e62a25e7953f06c877c86ffb2848c9deecc571 | [] | no_license | SunshineProject/BuildingEfficiencyPre-certificationService | 9d36123eb2294e441c1f95decf5e1df05426bc36 | 82a5688ac37f914fa10916845468649c402e949f | refs/heads/master | 2021-01-10T14:08:58.797049 | 2016-02-17T10:37:43 | 2016-02-17T10:37:43 | 51,445,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,177 | java |
package it.sinergis.jaxb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import org.w... | [
"enrico.deguidi@gmail.com"
] | enrico.deguidi@gmail.com |
bae218fae1873f3113863a871361181e5bd22e19 | b10fbc421c0501d0d2ec99060a620bc3e49fa4c9 | /app/src/main/java/net/lzzy/practicesonline/activities/models/Question.java | f2b46f5b2cf9fb876c9cbfe6dc1ddcf976201241 | [] | no_license | hezhengqiao/PracticesOnline | 795cfccb285c67aae6f2dc84d38c5b7f56764d76 | 8fbb31791f429074a8ca6973fe4fef748e1742a4 | refs/heads/master | 2020-05-07T08:37:18.378226 | 2019-05-22T03:47:50 | 2019-05-22T03:47:50 | 180,338,289 | 0 | 0 | null | 2019-04-09T10:00:51 | 2019-04-09T10:00:50 | null | UTF-8 | Java | false | false | 3,042 | java | package net.lzzy.practicesonline.activities.models;
import net.lzzy.practicesonline.activities.constants.ApiConstants;
import net.lzzy.practicesonline.activities.models.view.QuestionType;
import net.lzzy.practicesonline.activities.network.QuestionService;
import net.lzzy.sqllib.Ignored;
import net.lzzy.sqllib.Jsonable... | [
"1829007308@qq.com"
] | 1829007308@qq.com |
6a91cbe4f1f6f84d1418eb88c9ba14f9cf575a84 | e5f262b89b272ef7c24edb74d165c9b8ec8f20e4 | /Douwei Solutions/ABCPath.java | bfc864b9d9b236c6bc78a9f74d9f4fe7d77363b6 | [] | no_license | magicalsoup/Competitive-Programming-Solutions-Library | 289b9b891589cb773da0295274246b18e1334fd7 | edcc6928e74c82edd8546aefb118bacc15efe10e | refs/heads/master | 2023-01-13T19:52:30.773734 | 2022-12-27T21:13:30 | 2022-12-27T21:13:30 | 134,091,852 | 37 | 18 | null | 2018-05-20T14:34:53 | 2018-05-19T19:26:33 | Java | UTF-8 | Java | false | false | 2,012 | java | package Douwei;
import java.util.*;
public class ABCPath{
public static char[][] grid;
public static int H;
public static int W;
public static int dfs(int x, int y, char curchar){
if(x<0||y<0||x>=W||y>=H){
return 0;
}
if(curchar!=grid[x][y]){
... | [
"noreply@github.com"
] | magicalsoup.noreply@github.com |
aabf7c188ae0d3acc0fe328d8e49804353d263c5 | 50ff614e0a9bd6145711523cb039f879eb032c84 | /src/builder/recursiveGeneric/Person.java | 51083d78c0e6ce2e8c9f42a72bb5516b5ce2aa85 | [] | no_license | JAlayon/java-design-patterns | 9e9c5039661bdd149a38f41722020ae4cf384bc0 | 31a23ddf4f2418af4d98599aa011b8bed07b8260 | refs/heads/master | 2023-06-09T15:14:47.006052 | 2021-06-23T02:54:50 | 2021-06-23T02:54:50 | 361,209,918 | 0 | 0 | null | 2021-06-23T02:19:59 | 2021-04-24T16:21:20 | Java | UTF-8 | Java | false | false | 1,263 | java | package builder.recursiveGeneric;
public class Person {
public String name;
public String position;
@Override
public String toString() {
return "Person{" +
"name='" + name + '\'' +
", position='" + position + '\'' +
'}';
}
}
class PersonBuil... | [
"jair.atl.95@gmail.com"
] | jair.atl.95@gmail.com |
1db15a70bd66a70d09aa364bf6d64a8b2104f5fb | ca11d94c9a94878001666385bf78c90af06f5b55 | /tests/WorkmanTests.java | 1c2b5085f7fe779a137fab75721af80b088ab842 | [
"MIT"
] | permissive | Jinnoma/employees | 998a8527e8cb71a8865a23a783b559e0e89ff882 | 891379c5af31b9c68699052af93bc019f73752cb | refs/heads/master | 2023-01-14T15:03:19.858307 | 2020-11-28T08:25:56 | 2020-11-28T08:25:56 | 315,539,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 866 | java | import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class WorkmanTests {
private Workman workman;
@Before
public void setup() {
Address workerAddress = new Address("Augusta", 12, 13, "Gdynia");
workman = new Workman("Przemek", "Guzek", 30, ... | [
"przemyslaw.guzek@gmail.com"
] | przemyslaw.guzek@gmail.com |
a5059570e876b9fd3077f1d615d870863b9f30b5 | 29d84d8908f5877655b0fc95703880362cde3d40 | /app/src/main/java/com/example/preferences/ConfirmActivity.java | 984320d186df98ed90ed8cee3e9b697d1f615737 | [] | no_license | Dudi111/preference | fd0ff2a8bff22a00ec749697873d9a056a6351ac | 318375144b5f8fc4f110c996bff90b85d7e480de | refs/heads/main | 2023-06-14T03:00:27.339007 | 2021-07-06T17:26:43 | 2021-07-06T17:26:43 | 383,548,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.example.preferences;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class Co... | [
"pd.rajiv.000@gmail.com"
] | pd.rajiv.000@gmail.com |
1bec1e563be1cf579a1dfe734013d838152c4987 | 0a99e10a1cb80fc263a9446c5a54ff3a17161f17 | /va2/src/main/modes/menu/EstateRoomMenuMode.java | 939b262696c6d3b7ddddd629d7f543d0ca498428 | [] | no_license | VectorShadow/VA2 | 46c61d4f309a6badde71879c33a8082a58b56594 | 3f13c417e01a035eaf8ef0454ab00612c856e4df | refs/heads/master | 2021-07-09T01:34:00.354124 | 2021-04-22T17:17:07 | 2021-04-22T17:17:07 | 242,174,598 | 1 | 0 | null | 2021-04-14T14:38:37 | 2020-02-21T15:48:03 | Java | UTF-8 | Java | false | false | 2,844 | java | package main.modes.menu;
import io.in.InputCommandList;
import io.out.GUIManager;
import main.Session;
import main.modes.menu.estate.*;
import main.modes.menu.estate.armory.ArmoryMenuMode;
import main.modes.menu.estate.library.LibraryMenuMode;
import world.lore.LockLeaf;
import world.lore.LoreDefinitions;
import world... | [
"ncbrayshaw@hotmail.com"
] | ncbrayshaw@hotmail.com |
7b4c6759059a79f9cd1f1737e0835da4729d7c86 | ec870a6d5735bbbc373864ccb1b9c2f9405db1b8 | /mobile-sensors-max-sum/src/main/java/boundedMaxSum/treeformation/ghs/messages/GHSRejectMessage.java | 9af50b4e6fb98fac33053918a384438030468162 | [] | no_license | figo005/code_submittion | ab5f6e75144fae2f4c897bbb30beb0e4ade93b72 | 2c0c2a66a275ba67b79f0461402e5adb26a83c2e | refs/heads/master | 2016-09-05T12:17:12.829340 | 2015-04-12T14:06:14 | 2015-04-12T14:06:14 | 33,808,990 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package boundedMaxSum.treeformation.ghs.messages;
import boundedMaxSum.treeformation.ghs.GHSAgent;
import boundedMaxSum.treeformation.ghs.GHSEdge;
import boundedMaxSum.treeformation.ghs.GHSMessage;
public class GHSRejectMessage extends GHSMessage {
public GHSRejectMessage(GHSEdge edge, GHSAgent sender) {
super(e... | [
"chensf005@163.com"
] | chensf005@163.com |
491a732341eaf11bcd38b9a2a166fa60a5baeedc | 0ed4f87f109c878b62b6282114315e41c823ed4f | /src/View/Main.java | 8a4280910c71c05e522b76cfa3c3714829a25bb8 | [] | no_license | Vivien-lb/GLI-Camembert | 76d50a9ce9260e48448ecf824786fd9675d8bacf | 4d9f70e9f0c661dc80bb523c06bba6d1099178fd | refs/heads/master | 2021-01-11T19:43:15.456795 | 2016-09-25T20:23:17 | 2016-09-25T20:23:17 | 69,188,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | java | package View;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import Controller.Controller;
import Controller.IController;
import Model.Adapter;
import Model.IModel;
import Model.Item;
import Mod... | [
"vivien-lb@hotmail.fr"
] | vivien-lb@hotmail.fr |
09ae39f7298537a5742dda9f1ed48d9bc1e1721f | f0fd23d6b87c599354f665fe28d061d2c0c1c157 | /ms_users/src/main/java/groupeg/msusers/modele/enumerations/Situation.java | bf5554b977a2b88cae1ec3ea5b81f432f2e1596d | [] | no_license | kagboton/groupeG | 91532619e76a32768ddc3407c522e75d13445121 | 5818eea061c6ea234887e59c80e6ba8969dee4b0 | refs/heads/master | 2022-04-07T15:52:48.674253 | 2020-01-27T18:04:29 | 2020-01-27T18:04:29 | 236,556,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package groupeg.msusers.modele.enumerations;
public enum Situation {
CELIBATAIRE("Célibataire"),
COUPLE("En couple"),
INCONNU("Inconnu");
private String value;
Situation(String value) {
this.value = value;
}
public String value(){
return value;
}
}
| [
"KAgboton@wdk.local"
] | KAgboton@wdk.local |
f9bfa20d0265f61a0d41abaaad7931857b82c3d6 | 7190a72145528284ff90624def20c30611c2c712 | /src/com/company/DataTypeBool.java | ee7cffa4f821fcc13e1ed41f948c856cc3c15897 | [] | no_license | madluk-me/Te | 27cdf6fe34c773b22139e0d389fd50a7fc515426 | e4a0008216a1aa320725fcbdf6e5c3da8934e3ce | refs/heads/master | 2020-12-26T07:38:41.476809 | 2020-05-23T08:46:02 | 2020-05-23T08:46:02 | 237,435,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package com.company;
import java.sql.SQLOutput;
public class DataTypeBool {
public static void main(String[] args) {
boolean varBoolTrue = true;
boolean varBoolFalse = false;
System.out.println(varBoolFalse);
System.out.println(varBoolTrue);
//<>==
System.out.prin... | [
"m.lukasevica@gmail.com"
] | m.lukasevica@gmail.com |
b8a8692231b58d255076f563d17e6aa96241b7fd | e8f80594324eb42c7c135537c37237d74cd2ae1b | /src/main/java/com/marin/job/listing/persistence/model/User.java | 2ff2e2ac4b1b257133b40b5d573d06457fec21fd | [] | no_license | MarinKacaj/JobListing | 1f8693ded1236dc13b4530ce2606130e7774fc15 | 3adf00008a39e145f2471589a3c1a096bc1915af | refs/heads/master | 2020-04-13T08:08:29.654829 | 2018-12-27T13:11:23 | 2018-12-27T13:11:23 | 163,073,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,117 | java | package com.marin.job.listing.persistence.model;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name = "user")
public class User {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "user_id")
private int id;
@Column(name = "email")
// @ValidEmail(message =... | [
"m93_vkacaj@yahoo.com"
] | m93_vkacaj@yahoo.com |
4f7562ab1b6a38fbd0aeff50f047aca23d6adaed | 1a0fefb7eada7f554fc437ca20617a4599e0150b | /src/me/libraryaddict/gearwars/abilities/Hatcher.java | 0aab6d34484a2ccb1c4d24b61ff5318c5fb49e0d | [] | no_license | libraryaddict-old/GearWars | ea2a888bcefd4a8f3813211aa6d1266ab86a3176 | 7faf405c04e9748e7a497de81eb8a7186358df77 | refs/heads/master | 2021-07-18T05:48:06.801041 | 2017-10-25T01:24:57 | 2017-10-25T01:24:57 | 107,872,467 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 8,411 | java | package me.libraryaddict.gearwars.abilities;
import me.libraryaddict.gearwars.GearApi;
import me.libraryaddict.gearwars.events.PlayerKilledEvent;
import me.libraryaddict.gearwars.misc.Disableable;
import me.libraryaddict.gearwars.types.AbilityListener;
import me.libraryaddict.gearwars.types.Gamer;
import net.minecraft... | [
"github@lib.co.nz"
] | github@lib.co.nz |
20c43861b0689f89b4d0ee8520fab0bfd307424b | febf1c79191bf596aa19661dc91888fa2dc6d316 | /src/com/uniovi/sdi/ServletSaludo.java | 6a363f25c03413e4ca8d0665a5c3759f0568732b | [] | no_license | alvarogarinf/sdi1920-1006-lab-jee | ee5c1c70e27b5ac61330727aa89809ee08fde927 | 12e54491706a021720bc0b969c472e77a0f0c4a2 | refs/heads/master | 2020-12-27T06:40:41.061318 | 2020-02-03T18:13:44 | 2020-02-03T18:13:44 | 237,798,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.uniovi.sdi;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.... | [
"UO264881@uniovi.es"
] | UO264881@uniovi.es |
16da8daeb6e6876fcc6c758754faa784e2f0edfe | 7c3507a565443800d3ba459f860e1df0820c7973 | /day03-ControlFlow/src/comtrol/ifstmt/CalcBMI.java | 2f54b5d5c0498b458449d76dfd96a5a4dabfb740 | [] | no_license | kangyuhwan/02_java | d91b1fad22c6475694c7a3eecc6eb99d12c2a0ff | d0615728ec0b5bcd55ec4ef1cfebb33e2b25622f | refs/heads/master | 2022-01-26T03:06:58.895604 | 2019-08-06T01:33:36 | 2019-08-06T01:33:36 | 195,142,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package comtrol.ifstmt;
/*
*
*/
import java.util.Scanner;
public class CalcBMI {
// 선언
double weight;
double height;
String bmi;
Scanner scan;
// 초기화
bmi = weight/(height*height);
scan = new Scanner(System.in);
// prompt
System.out.printf("키 몸무게 입력 ");
weight = scan.nextDouble();... | [
"msg5345@naver.com"
] | msg5345@naver.com |
8118f19e53aa5a1e92b0e5386e9e6724c3157c48 | 7c18608823ce7616436eadef0a83cfbd64943502 | /hazelcast-code-samples/hazelcast-integration/mongodb/src/main/java/com/hazelcast/loader/ReadWriteThroughCache.java | 0d59e0df4cc788f829b76107b0257578ae401e29 | [] | no_license | djkevincr/JCache-Samples | a7cd6118464997b00d77f6c9de89a2ef20e9089c | 1504dc9956d7660d6a191e1a1fd95eed63b4dab2 | refs/heads/master | 2021-01-01T05:42:55.461979 | 2016-05-24T15:06:12 | 2016-05-24T15:06:12 | 59,575,941 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | /*
*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | [
"djkevincr@yahoo.com"
] | djkevincr@yahoo.com |
a7747186b1080e7fcb45d914832c1ec7d43dd4a4 | b69bc3aa46bda206a9de9520d9e0811b365e7d4d | /the state of wakanda 2/Main.java | bdf848faaaebf371b952ed2a7bd25f2193f8b833 | [] | no_license | tanishq-agarwal/2d-arrays | 7fa96db2bf18ff190dd632aa0349c3b6efbdae45 | 743f8c1392920d584c8d835920111371d60d6bcf | refs/heads/main | 2023-04-05T14:16:53.756080 | 2021-04-13T10:00:47 | 2021-04-13T10:00:47 | 356,487,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// write your code here
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int arr[][]=new int[n][n];
for(int i=0;i<arr.length;i++){
... | [
"agarwaltanishq35@gmail.com"
] | agarwaltanishq35@gmail.com |
73a5a3bce0979ca50b9544fffb0c8bc81d0ce8ef | ad5531058fb389f3fd4d42690485565398272ec2 | /src/main/java/com/example/JPA_Test/Dates.java | e771862b301a3945dc21152a60e83c12d81dfef4 | [] | no_license | Dilo229/TP_JPA | eb380bdf0de4aedef7d4c2b07ca13d179c821ae7 | 0d08762546de799f9b91a35ea02c602301eaf00b | refs/heads/master | 2023-04-02T01:36:42.905368 | 2021-03-31T16:25:00 | 2021-03-31T16:25:00 | 353,400,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54 | java | package com.example.JPA_Test;
public class Dates {
}
| [
"57441931+Dilo229@users.noreply.github.com"
] | 57441931+Dilo229@users.noreply.github.com |
7a852aad63018b7a4208014ce9af884db16b9a52 | a8ed2f68a5b57bbb0efaa287186a9a0921b2cb70 | /src/br/feevale/example/BigUFOEnemyShip.java | 0fa0f44e421b463958d2428ee83d54d7e395d534 | [] | no_license | ricardomachadosb/Factory-Pattern | 67fafd3e9692ae97566ca0024721069137a89cc2 | 660658fe8802bbdb8abea667033148e3ac363c59 | refs/heads/master | 2021-01-01T08:54:58.435219 | 2015-10-03T14:05:58 | 2015-10-03T14:05:58 | 42,407,396 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package br.feevale.example;
/**
* @author Ricardo Machado
*
*/
public class BigUFOEnemyShip extends UFOEnemyShip {
/**
*
*/
public BigUFOEnemyShip(){
setName("Big UFO Enemy Ship");
setDamage(40.0);
}
} | [
"ricardomachado.sb@gmail.com"
] | ricardomachado.sb@gmail.com |
e83be7b7243cbbc536b0a3f3c0a0575280422482 | 5786b8c28f069ae9b9b7f850edf4d4c1b5cf976c | /languages/CSharp/source_gen/CSharp/behavior/Class_member_declarations_BehaviorDescriptor.java | af404bfc54173402fc6d98a2152ece35187f7dd3 | [
"Apache-2.0"
] | permissive | vaclav/MPS_CSharp | 681ea277dae2e7503cd0f2d21cb3bb7084f6dffc | deea11bfe3711dd241d9ca3f007b810d574bae76 | refs/heads/master | 2021-01-13T14:36:41.949662 | 2019-12-03T15:26:21 | 2019-12-03T15:26:21 | 72,849,927 | 19 | 5 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package CSharp.behavior;
/*Generated by MPS */
/**
* Will be removed after 3.4
* Need to support compilation of the legacy behavior descriptors before the language is rebuilt
* This class is not involved in the actual method invocation
*/
@Deprecated
public class Class_member_declarations_BehaviorDescriptor {
... | [
"vaclav.pech@gmail.com"
] | vaclav.pech@gmail.com |
1645b701a5367920949f8cd4949b9e1b0ff0eda2 | 36d818cbeda9fe07c3097e136beeaad33ab33cd9 | /src/Design_Pattern/Structural_Pattern/Adapter/Adapter.java | b5a19ad87cf47745e9829856d6d18c835aabd85e | [] | no_license | XQLong/java_workplace | 61a5cca83bc3da942779ececd1b871832d058d41 | f8fd8a04c9a01f57a61efbd1e026fe6d83edd9b3 | refs/heads/master | 2020-03-28T19:23:16.464728 | 2019-10-22T02:35:37 | 2019-10-22T02:35:37 | 148,970,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package Design_Pattern.Structural_Pattern.Adapter;
/**
* @Author: xql
* @Date: Created in 10:48 2019/7/12
* 适配器模式中的适配器类(类适配器模式)
*/
public class Adapter extends Adaptee implements Target{
@Override
public void sampleOperation2() {
}
}
| [
"xql820148218@gmail.com"
] | xql820148218@gmail.com |
6fe9489e08bdb1df49f56ab7f54e671f9fb224cf | 317dbe484ec3ea1acf6d4041224c6e284ec8ffa3 | /src/test/java/com/example/SpringDataJpaAuditingFailApplicationTests.java | 8368c8c2b284dd814591f033798516f87fbe5d54 | [] | no_license | mihn/spring-data-jpa-auditing-fail | 9e4dc582d72e153f2cf2709e1d54368cfe6ea253 | 9c246941eab0d87e78236e8e264e484b7c73662b | refs/heads/master | 2021-01-11T04:06:22.828892 | 2016-10-18T13:01:00 | 2016-10-18T13:15:06 | 71,248,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.example;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
... | [
"M.Niczyporuk@polish-airports.com"
] | M.Niczyporuk@polish-airports.com |
7ea2310cdc5c38d68cdc9ecbc1edaf4f2dd89357 | 587a128c4020c5b756971759f61a0bd785ad82b2 | /TypeFileSelection.java | f359421c519d89623d0a4593600cf3344d2a3985 | [] | no_license | emiminoiu/ParsingApp | a831c92eb1275d411b3fa5ffcf86fa5fcf8a0453 | d3f03b4c3c0388cbb31ef2e1befaa30b9c4b4acc | refs/heads/master | 2020-03-23T22:11:26.166216 | 2018-07-24T13:02:42 | 2018-07-24T13:02:42 | 142,159,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | java | package proelite;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JButton;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JLabel;
import java.awt.event.ActionListener;... | [
"noreply@github.com"
] | emiminoiu.noreply@github.com |
8bc1938d0217a444a336e4475c197c4a7a4a4217 | c5673697bfcfe2dd1a0bb37de8ef8168e3cd2a12 | /gmall-order-service/src/main/java/com/atguigu/gmallmy0311/order/mapper/OrderInfoMapper.java | c380e85bf6a400ae759d26d24a6319f1005fc438 | [] | no_license | clf322/gmallmy0311 | 00c281f3b10939ad11e92e90808cd24bcc219238 | 3b99599d8a1a823b7260b51af226ce822e8a0d6e | refs/heads/master | 2022-10-04T05:38:33.337624 | 2022-08-05T09:38:26 | 2022-08-05T09:38:26 | 202,660,127 | 0 | 0 | null | 2022-09-01T23:57:33 | 2019-08-16T04:48:48 | CSS | UTF-8 | Java | false | false | 199 | java | package com.atguigu.gmallmy0311.order.mapper;
import com.atguigu.gmallmy0311.bean.OrderInfo;
import tk.mybatis.mapper.common.Mapper;
public interface OrderInfoMapper extends Mapper<OrderInfo> {
}
| [
"934635718@qq.com"
] | 934635718@qq.com |
eff5dbe8f24bfb04020351f9c9041c8fa350368d | 76359c348d2a8200fb7b4e2c505758a02d411b54 | /src/Pokemon.java | 5670716b789681eb0200a283990b2d8651aa0e33 | [] | no_license | sameerd4/Pokemon | 19c37bd5c08f9e1ae2b42cd08f2fc8a5673c3728 | 29f5be22ee84c873aa098458048016761814dcf9 | refs/heads/master | 2020-03-09T07:49:12.000046 | 2018-09-20T18:57:53 | 2018-09-20T18:57:53 | 128,673,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java |
public class Pokemon {
private String name;
private Type type;
private Move[] moves;
private Stats stats;
// constructor
public Pokemon(String name, Type type, Move[] moves, Stats stats) {
this.name = name;
this.type = type;
this.moves = moves;
this.stats = sta... | [
"sameerd@vt.edu"
] | sameerd@vt.edu |
eb3f365671b700015f3cb5a7696f1756a3a71e1b | c85cc129a635ab5ac5a469c3dcb398af4cb97db8 | /src/main/java/com/magicalsolutions/fastcourier/Config/DBConfig.java | bc1ae4ee2aa256c3debe3fc6e1889d80ccec3150 | [] | no_license | VictorAtPL/FastCourier-Rest | 0e86a73bc0b1f9aec34a171c48573baa96b5b66c | 2a63851450cfa0e483846a70f0ad783122fb4a08 | refs/heads/master | 2021-09-03T04:33:38.083770 | 2017-12-19T19:47:17 | 2017-12-19T19:47:17 | 111,995,140 | 0 | 0 | null | 2018-01-05T13:39:25 | 2017-11-25T10:28:20 | Java | UTF-8 | Java | false | false | 3,174 | java | package com.magicalsolutions.fastcourier.Config;
import org.apache.commons.dbcp2.BasicDataSource;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import o... | [
"p.podbielski@gmail.com"
] | p.podbielski@gmail.com |
5f3c4a70ca43004b48cd4c88864e7dfff9ae43ca | 195e95b85d09d48d10ff32313410ab04b3d20b0b | /lib_common/src/main/java/com/kjq/common/utils/network/DHIRData.java | 1546c2c7015f06d39a250707602cf145586872b7 | [] | no_license | kangjianqun/Exclusive | 16858366e6fb203dd9a8fe8fb5149765b75a0255 | a96d72bb35e9db321dd7bc7b1b41b7fa4e429073 | refs/heads/master | 2022-06-07T09:25:41.284200 | 2020-04-29T05:13:25 | 2020-04-29T05:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | package com.kjq.common.utils.network;
import com.kjq.common.utils.annotation.KeyValue;
import org.json.JSONArray;
public class DHIRData {
@KeyValue(majorKey = "ir_hostAddress")
public String BindHostAddress ;
@KeyValue(majorKey = "ir_rFAddress")
public String RFAddress ;
@KeyValue(majorKey = "... | [
"kang_1994@outlook.com"
] | kang_1994@outlook.com |
fb6454919b69f4c77ff0e403e58640adc630e98b | bbae0a3e2713c9406d88f86423d7e142226b4d39 | /commons-httpclient-3.1-rc1/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart/ContentTypeFilePart.java | c7ef044f9bd70de2b074e88d7a79fa850b9516f3 | [
"Apache-2.0"
] | permissive | rgosdin/rrg | eedfe42f657f4a9ed5043eae59f7d868b84fbbdc | 618f2b0d81c2e93f863be1f9016b6f901f5bdd45 | refs/heads/master | 2021-07-14T11:58:26.270243 | 2019-10-29T09:06:14 | 2019-10-29T09:06:14 | 209,430,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,628 | java | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart/ContentTypeFilePart.java,v 1.2 2004/02/22 18:08:45 olegk Exp $
* $Revision: 480424 $
* $Date: 2006-11-29 05:56:49 +0000 (Wed, 29 Nov 2006) $
*
* =... | [
"rgosdin@github.com"
] | rgosdin@github.com |
0603c6c42d80e494e3ecc905af174921e920451d | 3822efd9117b0c107f59add27bd843439898d481 | /src/main/java/com/gmail/mosoft521/jcpcmf/ch10/p160LinkedBlockingDeque/test/pop_2.java | 53ae00c785dfe47838bc5e8d7c3fde202c6fff75 | [] | no_license | mosoft521/JCPCMF | 27e06778982703ec272db8e4188a2ff38ee74682 | 5d3493a08049c0771961eb6619f3bf556658d567 | refs/heads/master | 2020-06-15T14:17:57.028105 | 2017-08-23T01:03:33 | 2017-08-23T01:03:33 | 75,286,460 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package com.gmail.mosoft521.jcpcmf.ch10.p160LinkedBlockingDeque.test;
import java.util.concurrent.LinkedBlockingDeque;
public class pop_2 {
public static void main(String[] args) {
LinkedBlockingDeque deque = new LinkedBlockingDeque(3);
System.out.println(deque.pop());
}
}
/*
Except... | [
"mosoft521@gmail.com"
] | mosoft521@gmail.com |
3b1143f32f079e03483c8b47488e3a007ae05d41 | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/776365/buggy-version/incubator/cassandra/trunk/interface/gen-java/org/apache/cassandra/service/Cassandra.java | b3e9027175801fd8d72569eca351352fe6e2bdd1 | [] | no_license | amir9979/pattern-detector-experiment | 17fcb8934cef379fb96002450d11fac62e002dd3 | db67691e536e1550245e76d7d1c8dced181df496 | refs/heads/master | 2022-02-18T10:24:32.235975 | 2019-09-13T15:42:55 | 2019-09-13T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398,738 | java | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
package org.apache.cassandra.service;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.Set;
import java.util.HashSet;
import java.util.Collections... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
0cd81388f3871aae8263deb03a5073a0e4fcb65e | 280dc43491bb296fe84f0583e4cd0c1fba1dd4ba | /myweight/Activity/MainActivity.java | 26d98c1ae438366c499719653316ecca51176b6d | [] | no_license | HitoshiMatsuda/Weight | 32504879b734da94e4c94b5145623a53d3c0c3a1 | 761fbac187d22a3f42d0b8f075c4b3338fdc114e | refs/heads/main | 2023-03-06T07:00:40.056143 | 2021-02-10T13:32:47 | 2021-02-10T13:32:47 | 328,344,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,712 | java | package jp.co.futureantiques.myweight.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import com.github.mikephil.charting.components.XAxis;
import com.github.mik... | [
"noreply@github.com"
] | HitoshiMatsuda.noreply@github.com |
1a2ef3fd6ccbdd5ffdeec3f1de9a41cc98f4c29e | 7d5c871f8c9ccd85aaf60eed4b120a367a825bab | /src/DSRSNetwork.java | abfef19c4f3fa544703deaea64ebc8624a3e84f9 | [] | no_license | David-Xia0/DroneNetworkPathFinder | def5e475d3418987b99354a118d53fff6ec7e247 | cf00d06656d04cce368c36ed617b7525b9950c63 | refs/heads/master | 2022-12-02T18:00:54.018626 | 2020-08-22T01:57:18 | 2020-08-22T01:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,617 | java | import java.io.*;
import java.util.*;
import java.net.*;
public class DSRSNetwork {
//Name of this drone
private static final String name = "Relay1";
private static final int localPort = 10120;
public static void main(String args[]) {
System.out.println("Starting ping process #1");
List<String[]> clients ... | [
"davidjinxiao@hotmail.com"
] | davidjinxiao@hotmail.com |
7b4f5deee34ce76c51ca28be61cee7a68a4dd5dd | ae558ed9d842e64660db8b4d85adad03a42a3f38 | /exercises/src/main/java/ch/diso/ex06_String_Processing/Shirt.java | 5df08f1e0a0b5096864ab235c5110b840e97182e | [] | no_license | albertoesteva2288/OCP | 7c3f0d7c494fc940c8770dbe1c5180987e56a2ac | f62ac6c6016981f2242c2c9a901f6125a4ec3094 | refs/heads/master | 2020-03-23T15:25:28.184017 | 2016-11-30T05:26:51 | 2016-11-30T05:26:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | package ch.diso.ex06_String_Processing;
public class Shirt {
private String id = "";
private String description = "";
private String color = "";
private String size = "";
public Shirt(String id, String description, String color, String size) {
this.id = id;
this.description = desc... | [
"dsenften@diso.ch"
] | dsenften@diso.ch |
4f842370f08f26ed39108f24141c14770212ba44 | 6ed1954d5b350454512fb671f48bad05092c19e4 | /game/herphone/src/main/java/com/globalgame/auto/json/EveryDayVideo_Json.java | 4d98d1e4dc22f10a7a663f51bc041bb86792fbdf | [] | no_license | yuzelong620/Buzhayan | 5eb9eb81b7a2f500905c9a1ce7b78f2ad809e1af | 04de6ebfd90ff0763e694a2fb3d8b95486fc81b0 | refs/heads/master | 2022-12-01T04:01:04.197792 | 2019-12-20T09:30:29 | 2019-12-20T09:30:29 | 229,233,912 | 1 | 1 | null | 2022-11-24T06:27:26 | 2019-12-20T09:31:54 | Java | UTF-8 | Java | false | false | 1,084 | java | package com.globalgame.auto.json;
import java.util.List;
import com.mind.core.util.StringIntTuple;
import com.mind.core.util.IntDoubleTuple;
import com.mind.core.util.IntTuple;
import com.mind.core.util.ThreeTuple;
import com.mind.core.util.StringFloatTuple;
/**
*自动生成类
*/
public class EveryDayVideo_Json{
/** 编号::*/
... | [
"382981935@qq.com"
] | 382981935@qq.com |
93bd1b3fe954b705e0359b36e17811774831faf0 | 798d1c95a43cbd6637181888b6fa27197034fc66 | /PerimeterSquare.java | 2ba7665181fe472253af2d0c3f959e1cfd0a89d0 | [] | no_license | sonalisikarwar/java-tutorial | b40ab15a6ca71a9c8fd6e9c076be406e358140fe | fa596b2a039b070f29ad404ab61d8dad47ab1217 | refs/heads/main | 2023-02-07T05:01:02.764588 | 2020-12-27T18:12:27 | 2020-12-27T18:12:27 | 315,644,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | public class PerimeterSquare{
public static void main(String[] args) {
double s,p;
s=10; //side of square;
p=s*4; //compute peimeter
System.out.println("Perimeter of circle is a " + p);
}
} | [
"noreply@github.com"
] | sonalisikarwar.noreply@github.com |
d4bb4ef16f39503ca22979a9c3f9451541f745a4 | e46d8e8fd1848a93472d9b8a50335cfc422a87c6 | /src/main/java/com/netsuite/webservices/platform/common_2018_1/ChargeSearchBasic.java | e6777fea9d8af1edde781d50f29f434d51f9a119 | [] | no_license | djXplosivo/suitetalk-webservices | 6d0f1737c52c566fde07eb6e008603b3c271d8d1 | bff927f0acb45e772a5944272d0f7d55b87caf2a | refs/heads/master | 2020-03-28T02:56:52.772003 | 2018-09-06T02:52:57 | 2018-09-06T02:52:57 | 147,608,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,401 | java |
package com.netsuite.webservices.platform.common_2018_1;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import com.netsuite.webservi... | [
"ccolon@git.eandjmedia.com"
] | ccolon@git.eandjmedia.com |
2ef70ff3be92d24ced89ecc3a237202a90770dc2 | bdaca57107a7ef62b770e62b53f6361f740d6a5d | /XMLTest/src/xml/entity/XMLFacility.java | 766373121749b36178ab276e5f0efdb8528e12cb | [] | no_license | rogvold/OrskRestaurant | 8ba5c1e194337d7c1e3858a29e4669d54d98a092 | 04f01be5122d91aa786cfb9c68b5d295829b52f3 | refs/heads/master | 2020-11-26T16:32:20.216656 | 2012-09-03T12:21:16 | 2012-09-03T12:21:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,235 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package xml.entity;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author rogvold
*/
public class XMLFacility {
private String name;
private String phone;
private String site;
private S... | [
"sha-sabir@yandex.ru"
] | sha-sabir@yandex.ru |
ac70f3cbf735da887d09c058426f172930a13fc9 | cb627dfc8849d3c8c39cbcff4fab73be065b2372 | /app/src/main/java/mx/com/cceo/emprezando/Fragment/ImageShowcaseFragment.java | 034d7467bf137652b2d57561c69ec2c5b8d1b157 | [] | no_license | CCEO/Emprezando | 82e5667d26810e8011ce6f51143a7fca4e9905ee | f92a6c6c59a3432fcd4edd00baeb352d09a6429d | refs/heads/master | 2021-01-13T01:00:58.053986 | 2015-12-04T15:42:51 | 2015-12-04T15:42:51 | 43,501,438 | 0 | 0 | null | 2015-12-04T15:42:52 | 2015-10-01T14:34:02 | Java | UTF-8 | Java | false | false | 909 | java | package mx.com.cceo.emprezando.Fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import mx.com.cceo.emprezando.R;
/**
* Created by Hugo on 11/22/2015.
*/
public cl... | [
"rhadammanthis@gmail.com"
] | rhadammanthis@gmail.com |
34fa2ce2e9bdb97d7f14d4f93b6b8295670160e6 | 8cd6d92e8f62a951cdf0333bf08e8b50e3f9c24f | /src/main/java/com/example/demo/Movie.java | badd67f75d5852e2f402e1d34a2cda61ec504d0e | [] | no_license | MalikMbaye/Springboot_14 | becd37317c786f4cc30ba6883a314649e748d699 | 2918ad89f853b684a69ad1b29b10cf04e0772f46 | refs/heads/master | 2021-08-14T19:56:36.891945 | 2017-11-16T16:05:48 | 2017-11-16T16:05:48 | 110,992,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package com.example.demo;
import javax.persistence.*;
@Entity
public class Movie {
@Id
@GeneratedValue( strategy = GenerationType.AUTO)
private long id;
private String title;
private long year;
private String description;
@ManyToOne (fetch = FetchType.EAGER)
@JoinColumn(name = "direct... | [
"Malik@Malik-Mbayes-MacBook-Pro.local"
] | Malik@Malik-Mbayes-MacBook-Pro.local |
73a13acac30a32a05d799bfb11252894da600be1 | bf3670c3a7a4bce95aa0038f5016777f6e07220b | /processor/src/main/java/com/kish/cloudstream/supplier/ProcessorApplication.java | 89c5c0970f3d799912194fb2a03c179f4ffc735c | [] | no_license | ThejKishore/boot-kafka | 0c9c8f646379118000a9114171e95433821f34d2 | fa344437dbd65610cf8c11e030b44ae8f3e9c915 | refs/heads/master | 2022-11-05T21:57:57.879596 | 2020-06-22T03:46:37 | 2020-06-22T03:46:37 | 273,991,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.kish.cloudstream.supplier;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import java.util.function.Function;
@SpringBootApplication
public class ProcessorApplication {
public... | [
"kishores1984@gmail.com"
] | kishores1984@gmail.com |
fb35656d0e082eda21e9f1f0a423a6826500220e | c49d17bc0ea18308455dfa19e0f9560d87d0954f | /thor-communication/src/main/java/com/mob/thor/communication/core/delegation/rmi/RmiCommunicationConnection.java | 1bce1319953fb050483597a55f18b118645a4203 | [
"Apache-2.0"
] | permissive | MOBX/Thor | 4b6ed58ba167bde1a8e4148de4a05268314e86d4 | 68b650d7ee05efe67dc1fca8dd0194a47d683f72 | refs/heads/master | 2020-12-31T02:49:31.603273 | 2016-01-30T12:49:39 | 2016-01-30T12:49:39 | 48,224,631 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | /*
* Copyright 2015-2020 uuzu.com All right reserved.
*/
package com.mob.thor.communication.core.delegation.rmi;
import com.mob.thor.communication.core.CommunicationEndpoint;
import com.mob.thor.communication.core.delegation.connection.CommunicationConnection;
import com.mob.thor.communication.core.exception.Communi... | [
"zhangxiongcai337@gmail.com"
] | zhangxiongcai337@gmail.com |
ddf27789ab3e3f80f053a83f06df908010ec793c | 918595e3b4f1db7c9588684924988a3f319e4607 | /bit-java01/src/main/java/step11/ex3/Test03.java | 1254e5255bea4d6fb1ec7ca1628d6da7ab1c21f0 | [] | no_license | eomjinyoung/bigdata3 | d849c4a8634a48ae3d30ce5f5ff1ad839195aff9 | ef90e729ec42177b8384af06f6b947cc6e117307 | refs/heads/master | 2021-07-12T22:11:20.989729 | 2018-01-18T00:45:08 | 2018-01-18T00:45:08 | 95,863,374 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package step11.ex3;
public class Test03 {
public static void main(String[] args) {
// 1) Calculator3 설계도에 따라 메모리를 준비한다.
Calculator3 calc = new Calculator3();
// 2) Calculator3 설계도에 정의된 연산자를 사용하여
// Calculator3 설계도에 따라 만든 메모리를 다룬다.
calc.plus(10); // 수퍼 클래스 Calculator.plus()
... | [
"jinyoung.eom@gmail.com"
] | jinyoung.eom@gmail.com |
7524fc036caf90eff191d3e02f50bd52bccaa854 | 8cc45b7ea89d8152b8c0f82f3cb97c8e1860d405 | /src/test/java/com/searchmodule/tests/SearchTest.java | cd0bb4ab59aa036c7f63928e9f0d2e3702459eba | [] | no_license | wajslicd/selenium-docker | d7673973353b7ba09ce75aa0ea13da5bab8442ef | 98f57dce084872ad8f332485be2e361b64375919 | refs/heads/master | 2020-05-23T21:43:59.570547 | 2019-05-21T04:51:05 | 2019-05-21T04:51:05 | 186,960,705 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.searchmodule.tests;
import org.testng.Assert;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
import com.searchmodules.pages.SearchPage;
import com.tests.BaseTest;
public class SearchTest extends BaseTest{
@Test
@Parameters({"keyword"})
public void search(String keywor... | [
"99waj99@gmail.com"
] | 99waj99@gmail.com |
ad3902b148495f610d6ad4055f69e260e2b85e96 | 4ed388e3d90f9267f6bbdf8cb06dbc62b58f2fb7 | /src/test/java/BaseTest.java | ba06cd71cecfa987b7c002977a0575360a97fda5 | [] | no_license | IndiraMB/SeleniumPOM | 5c86dd8bb2932154ced9d29f740b79b31a89c3dc | c3d7ab62d80ca8a6a3f1e105c2256a6a6583c936 | refs/heads/master | 2022-12-31T08:19:31.237964 | 2020-10-23T20:16:20 | 2020-10-23T20:16:20 | 306,424,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | import Utilities.ConfigFileReader;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.BeforeTest;
public class BaseTest extends ... | [
"indira.mb@paytmmoney.com"
] | indira.mb@paytmmoney.com |
9216ddd9c0a758c31b6a7746a77045b9deb7cfc2 | 44641b8aded524b7b203dd1f487cd43774269e3c | /sd-lector-events/src/main/java/ed/cracken/code/servlets/PushHandler.java | ee168913015736f38e3759dd4504f556eeab1f83 | [] | no_license | eliudiaz/StripesTest | 788c3423dffbefcb186223ca23b947c355175dc4 | 430f747fa98f3c841528b95917a7f329c6481c97 | refs/heads/master | 2021-01-11T05:24:28.760802 | 2017-01-06T14:40:05 | 2017-01-06T14:40:05 | 71,803,736 | 0 | 1 | null | 2016-11-02T07:17:02 | 2016-10-24T15:35:02 | Java | UTF-8 | Java | false | false | 3,586 | 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 ed.cracken.code.servlets;
import com.google.gson.Gson;
import com.google.gson.stream.JsonReader;
import ed.cracken.code.manage... | [
"eliudiaz@gmail.com"
] | eliudiaz@gmail.com |
b5c44a8b092cfbccbdf10a265995a40da62c853c | 7bf7d3a0b09671ce9f9aaef6d3bd7597a5dcf5b1 | /app/src/main/java/com/cognizant/flymanager/activity/MainActivity.java | c19a9581531d9a377c6c9ad0a4600a48cd4da979 | [] | no_license | dipanjanBot/FlightManager | fae6766d6eacc4a7d8517450ad2ec56283e1379c | 8529d96eb8788369952748007a67ca697ec2d119 | refs/heads/master | 2021-04-06T08:55:41.932314 | 2018-03-19T11:45:46 | 2018-03-19T11:45:46 | 124,369,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,842 | java | package com.cognizant.flymanager.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
... | [
"dipanjan.dutta@cognizant.com"
] | dipanjan.dutta@cognizant.com |
61184c229ce18742ef5369d06f9bd29b0a189e56 | f01e6ad8fec23ec9c96153706b48250c05d82b7e | /src/main/java/com/statera/cloudsort/entity/ImageFile.java | 692bf42415bd5b9b62f35b8d809c704cfdf3fb5d | [] | no_license | fiomolv/cloudsort | eb8b73c90e733f2e64f6031f469812cb61cb2752 | 260c7145e479a341d7002d11994ee7cbc1ceb4a8 | refs/heads/master | 2021-01-10T11:31:46.804699 | 2009-12-11T03:25:14 | 2009-12-11T03:25:14 | 51,680,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | package com.statera.cloudsort.entity;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuild... | [
"knoernschild@3c72c6fc-d3a7-11de-a505-35228575a32e"
] | knoernschild@3c72c6fc-d3a7-11de-a505-35228575a32e |
2a6991b2776e45e95edbfbde9db5cc62ac27302f | cf29ccb4411a2652e95f1b2496c435a0850f3540 | /main/java/marlon/minecraftai/build/reverse/ReverseBuildField.java | 6a98cc4aa52e91aa55badb26c5e7810c6c338571 | [] | no_license | marloncalleja/MC-Experiment-AI | 0799cbad4f7f75f5d7c010fb3debd4cf63302048 | 95d5019dac85353b11d176a838fc265ddcb83eab | refs/heads/master | 2022-07-21T04:10:44.333081 | 2022-07-10T10:13:24 | 2022-07-10T10:13:24 | 93,537,809 | 4 | 1 | null | 2018-10-01T09:44:24 | 2017-06-06T16:05:36 | Java | UTF-8 | Java | false | false | 1,636 | java | /*******************************************************************************
* This file is part of Minebot.
*
* Minebot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License... | [
"marlon.calleja1994@gmail.com"
] | marlon.calleja1994@gmail.com |
b88951553e66428ed1f4c1c4e407bc99aec19d2d | 46bff083316478fca1ff6b7149deb64b5880733b | /src/main/java/com/oyo/pattern_23/pattern02/factory02/Main.java | f0ffc79c9d6c2b2eb7ea1627702bdb082d99e40d | [] | no_license | alterui/smartboot | 182ad8a177f3cb9dd3e30ff23ffdee5c8fd4ba0e | 9ffbe40ae7f2b45b668f6ee0a610e8f24f6201c0 | refs/heads/master | 2022-11-20T15:37:19.740323 | 2019-09-19T07:34:44 | 2019-09-19T07:34:44 | 204,700,498 | 0 | 0 | null | 2022-11-15T23:49:42 | 2019-08-27T12:40:35 | Java | UTF-8 | Java | false | false | 820 | java | package com.oyo.pattern_23.pattern02.factory02;
/**
* @author liurui
* @date 2019/9/19 14:24
*/
public class Main {
public static void main(String[] args) {
//android
AndroidFactory androidFactory = new AndroidFactory();
OperationController androidOperationController = androidFactory.cre... | [
"liu.rui@oyohotels.cn"
] | liu.rui@oyohotels.cn |
1ad6f4b6502a267e5b94e38bc6955c9711567181 | 4f1672a187707b1a1a6ca8a10d1f932118ec5e77 | /src/commands/UpdateIdCommand.java | f779c7322db3797b9f59c1941b9898657fc8b020 | [] | no_license | NikitaOrelskiy/laba5 | fb2226ce447e6b353d008329a4890273a620800e | 768f7a3a4d3df6fcf27b9ef252abbe6f0655691e | refs/heads/master | 2023-08-09T11:25:29.499409 | 2021-09-14T17:52:02 | 2021-09-14T17:52:02 | 406,469,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package commands;
import com.company.CityStorage;
import com.company.Climate;
import com.company.Coordinates;
import com.company.Human;
import managers.ConsoleDataManager;
import java.util.Date;
import java.util.List;
public class UpdateIdCommand extends AbstractCommand{
private ConsoleDataManager consoleDataMan... | [
"nikita.orelskiy@gmail.com"
] | nikita.orelskiy@gmail.com |
89f486b8184e5556bdcc8d6ec33ef41a95b8575f | b4347feddc232095e8b043f4eaed2c04c6d35eff | /app/src/main/java/com/likeit/as51scholarship/model/Messageabean.java | 8ef0202fd2d4c460de1f1144639953d2a2876f14 | [] | no_license | 13512780735/51 | f7b17c06f852965d76ec2789cd610f3faef32420 | c3bc87993a933f040e5cb5b1fad0a7d795eba3c9 | refs/heads/master | 2021-09-12T19:28:49.386555 | 2017-12-14T12:26:31 | 2017-12-14T12:26:31 | 112,406,078 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | package com.likeit.as51scholarship.model;
/**
* Created by Administrator on 2017/9/29.
*/
public class Messageabean {
/**
* id : 1
* title : test公告
* content : test公告test公告test公告test公告test公告test公告test公告test公告test公告test公告
* link : http://www.wbteam.cn
* create_time : 2017-09-29 16:13:41... | [
"931317632@qq.com"
] | 931317632@qq.com |
d32472b9ea7c4d4f78afd1a5a82c0462907ba23a | 4c70538fb305fb80abe27990b8bf508cf920b297 | /app/src/main/java/com/walasys/conductor/Utiles/General.java | ce13e60afd87c3b204f0ebe356009ee6e423f18c | [] | no_license | wdariasm/TrlTransportador | eb032a491da1545c9578c7bed18ade77abf70a7d | 14853197e16acf740cc48e6adaf09ef5056df9a3 | refs/heads/master | 2021-03-19T18:40:40.136379 | 2018-10-03T04:31:11 | 2018-10-03T04:31:11 | 118,202,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,036 | java | package com.walasys.conductor.Utiles;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
i... | [
"wdarias@unicesar.edu.co"
] | wdarias@unicesar.edu.co |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.