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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5a836637e49de8b62dc40ab38d52fad184259625 | 5f512f041984cbc73c3389ad68121f4edb03b19a | /src/main/java/kys/study/ProjectEuler/Problem003.java | e471d725ad0d3d6344984edb994313769e11d059 | [] | no_license | KimYongSung/projectEuler | b0fe62201cf91a08733f81df4280c26952be7c4d | 6640458729f484b7cf04fd6391d051adcd4ddbf5 | refs/heads/master | 2021-01-17T15:55:01.083727 | 2016-06-13T03:54:27 | 2016-06-13T03:54:27 | 59,537,765 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package kys.study.ProjectEuler;
/**
* <pre>
* 어떤 수를 소수의 곱으로만 나타내는 것을 소인수분해라 하고, 이 소수들을 그 수의 소인수라고 합니다.
* 예를 들면 13195의 소인수는 5, 7, 13, 29 입니다.
* 600851475143의 소인수 중에서 가장 큰 수를 구하세요.
* </pre>
* @author kim
*
*/
public class Problem003 {
public void problem3(long num){
checkInsu(num);
System.o... | [
"dydtjd0245@gmail.com"
] | dydtjd0245@gmail.com |
4d23ef5d63b16ffa5ff64f87340b206375546ac7 | 79b933ae2cf12e2e6776231fbc1971f70358cd87 | /src/main/java/com/indihx/comm/InitSysConstants.java | cf86efb429533157ed94ae26ebf74be24940754d | [] | no_license | svcgv/vote | 4e41338495acf89e9791d91e6e8d2ee312a07a8e | c84b5245eef2be369ef6be54e34fe28b2f9bf58a | refs/heads/master | 2020-04-01T22:55:44.931246 | 2018-11-30T10:46:15 | 2018-11-30T10:46:15 | 153,733,177 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,208 | java | /**
*
*/
package com.indihx.comm;
/**
* <p>标 题: 物业管理信息系统(PMS)</p>
* <p>描 述: 系统内公共常量定义</p>
* <p>版 权: Copyright (c) 2018 </p>
* <p>公 司: 上海泓智信息科技有限公司</p>
* <p>创建时间: 2018年2月9日下午2:25:43</p>
* <p>@author zhengwei</p>
* <p>@version 1.0</p>
* <p>InitSysConstants.java</p>
* <p>用于定义系统全局常量</p>
*/
publi... | [
"hb1230123@hotmail.com"
] | hb1230123@hotmail.com |
384455eee5943158ea0a1691b84fc47a8f965d4b | d93ee7c862a0aced3da0af09729219172b238da4 | /app/src/main/java/com/nowa/com/utils/UserInformationDialog.java | eaa92765a337571b19234f87ea0aa62d2472bc1b | [] | no_license | Maychell/NowA | 47246e57d5992196312d2849e4723dca9ebffdfe | d8d77b41a18fc8d67501a9ad43978363dc4623d9 | refs/heads/master | 2021-01-10T16:16:23.122545 | 2015-11-30T15:54:25 | 2015-11-30T15:54:25 | 44,057,374 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,981 | java | package com.nowa.com.utils;
import android.app.ActionBar;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7... | [
"maychellfernandes@hotmail.com"
] | maychellfernandes@hotmail.com |
5a88c5a315d873f7387a65e2b22da2a9da2b7caf | 0f8e1e61cc2dd58a41ed6b4f97153e514a28d685 | /source/Help.java | 466ecb36065102e6b107f4434657e80588d67d9b | [] | no_license | rrdbn4/CS5405Project | 16e31c785f44b135796211cf7e79b0341841c61e | c7921bb4d2bdd0ab4daa58496fdd795942b34ff9 | refs/heads/master | 2020-05-20T12:04:30.662585 | 2014-12-01T04:33:54 | 2014-12-01T04:33:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,434 | java | /**
* @author Matthew Lindner, Holly Busken, Robert Dunn
* @version 1.0
* Class that provides some useful help about using our program.
* Text area is contained in jScrollPane, which is placed inside JInternal Frame.
*/
package code;
import javax.swing.*;
public class Help extends JInternalFrame
{
/**
* Text ... | [
"mdlkwd@mst.edu"
] | mdlkwd@mst.edu |
611e7daa5a1a6066ce6da866e46c2b86c9fa14dc | 6ead167a3fe3a3f3bec59a868c2bf2fe938417b5 | /design_pattern/Adapter_pattern/src/main/java/iterenum/EnumerationIteratorTestDrive.java | 942551c8e02a8914d6bc9dafc57485d8f30a17df | [] | no_license | LanceDai/learn | 67b62bbd1222f98eaa0f5d7bd6218d729967dbf3 | 8c23f15546082e2563f10151eabf7afabd76514d | refs/heads/master | 2022-07-30T22:25:10.571509 | 2019-09-11T09:14:40 | 2019-09-11T09:14:40 | 150,918,963 | 3 | 2 | null | 2022-06-21T00:51:35 | 2018-09-30T01:49:07 | Java | UTF-8 | Java | false | false | 333 | java | package iterenum;
import java.util.*;
public class EnumerationIteratorTestDrive {
public static void main (String args[]) {
Vector<String> v = new Vector<String>(Arrays.asList(args));
Iterator<?> iterator = new EnumerationIterator(v.elements());
while (iterator.hasNext()) {
System.out.println(iterator.next(... | [
"603842325@qq.com"
] | 603842325@qq.com |
7dbb34edb111579506a4453e1cdf3dfb94052bfd | 72c3eb7e5098874a225ed3e8a8b17e634c6b51f3 | /src/com/antree/service/AtDictionaryService.java | e7c0db06cecd9b3c88f9daecb7f582327e9a4e47 | [] | no_license | xhuanghun/antree | cdfbc156ebaca791f088ef0784685a4df4975844 | a295f82b723e048cbbefdd67e92e14be5d9f57c7 | refs/heads/master | 2020-07-09T08:27:57.982991 | 2016-11-18T14:18:17 | 2016-11-18T14:18:17 | 74,018,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.antree.service;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.antree.bean.AtDictionary;
import com.antree.mapper.AtDictionaryMapper;
import com.antree.model.AtDictio... | [
"huanghack@163.com"
] | huanghack@163.com |
68c4f7dc968314f3794f6e5b95f4356bfebbb558 | fe853e76a7b8a63dd2ac84384bb50c96a7c2daea | /src/by/teachmeskills/lesson5/Passenger.java | 9b8dd22e85715c89eb87d66ee1c55bed900b1341 | [] | no_license | olya807/TMS_Java_Core | f5eecefd37d306565ae8ee7a4c807742d6bd5365 | 5d4f801d9370676cfeb1f8b33b5b527c9d668cad | refs/heads/master | 2023-05-05T15:46:45.712025 | 2021-05-30T14:34:59 | 2021-05-30T14:34:59 | 360,301,325 | 0 | 0 | null | 2021-07-28T20:34:52 | 2021-04-21T20:43:52 | Java | UTF-8 | Java | false | false | 732 | java | package by.teachmeskills.lesson5;
public class Passenger extends Ground {
String bodyType;
int passengersAmount;
int distance;
public String characteristics() {
return String.format("Body type is %s.\r\nPassengers amount is %s.\r\nOutput value is %s kW.",
bodyType, passengersA... | [
"morozolga92@gmail.com"
] | morozolga92@gmail.com |
b86510eb7b11fde0fa073be2a18cf49a58d530f7 | 72dc90052ed2c6d5c317cdde3813d2aca599ac17 | /app/src/main/java/a00267320/ait/com/androidacc/Constants.java | 938a9653f199f43fed8291fb8e6c2944bea5b071 | [] | no_license | charuag3/Human-Activity-App | 8fdfa77f904bc43bb959463095b7220bf7f540f3 | 9c55e1768cef3eeae163867d29f3a0d7d29a6873 | refs/heads/master | 2020-05-23T19:18:24.675535 | 2019-05-15T22:06:16 | 2019-05-15T22:06:16 | 186,909,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package a00267320.ait.com.androidacc;
public class Constants {
public static final String X_COOR = "x-coor";
public static final String Y_COOR = "y-coor";
public static final String Z_COOR = "z-coor";
public static final String X_AXIS = "x-axis";
public static final String Y_AXIS = "y-axis";
p... | [
"a00267320@student.ait.ie"
] | a00267320@student.ait.ie |
0a114369f29315002f66b8a9af095282d221e90a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_8448c5594ad2a0047f6abb3cd4319831bba992d5/NFAFactoryTest/32_8448c5594ad2a0047f6abb3cd4319831bba992d5_NFAFactoryTest_t.java | 7d4faeb6426d7e73f27c2c8a32c0c185bc4009b2 | [] | 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 | 1,935 | java | package Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import org.junit.Before;
import org.junit.Test;
import Generator.NFA.NFA;
import Generator.NFA.NFAFactory;
import Generator.NFA.NFASimulator;
import Generator.Token.op_code;
public class NFAFactoryTest {
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e5f229cf7454b64c6172900be57b3052cd0b4ea5 | 80233b58934b1dc51e79bb60f535d9ad466a127d | /src/main/java/student/demo/service/UserService.java | 31de5b1e3ed711f85443bf7829effdd1d70b2628 | [] | no_license | aaaron769/SpringBoot_MySql_db | d9530c7373de333d67ad7fd55902a2744a30c281 | 18899925bb31e40dfe1b9b934f4781322d8b8699 | refs/heads/master | 2020-05-29T11:24:43.807145 | 2019-05-28T23:16:36 | 2019-05-28T23:16:36 | 189,115,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package student.demo.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import student.demo.models.User;
@Service("userSe... | [
"aaaron769@gmail.com"
] | aaaron769@gmail.com |
e3b156f735f4edb2a2e4ac82f4a99652b0716c2e | 8b854582c73db1e5546bd92b83e8c1be55bc42f8 | /StrangeCounter.java | 4687fac71eaeb5a87d3b72590817e17157dfbd6d | [] | no_license | slvslv42/surendran | fa7a9d40e3d61289e2386fd57c87d0e11549a986 | 75987f890e7d876a1577948e9642ebf0c90d47f4 | refs/heads/master | 2021-01-11T05:41:02.581731 | 2017-07-13T13:39:17 | 2017-07-13T13:39:17 | 71,537,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | import java.util.Scanner;
public class StrangeCounter {
public static void main(String arg[])
{
Scanner in=new Scanner(System.in);
int t=in.nextInt();
in.close();
int val=3;
int ref=val;
for(int i=1;i<=t;i++)
{
if(i==t)
break;
if(val==1)
{
val=ref*2;
ref=val;
... | [
"noreply@github.com"
] | slvslv42.noreply@github.com |
9bef728a0fae97896dae56b25d2e20ef72f9d642 | da4816fcdbb2895366672877fcac813101f73aab | /src/main/java/io/renren/modules/app/entity/DynamicSqlEntity.java | 00bfa481315e53888f2c41c73fa4a9966e1f45a1 | [] | no_license | guangyinren/bld-web | 0ca0d1b8d6c1b4cdc8f45a79e57148df0038df04 | 209a456f9c53e9d6c7f74b0f96bd5a6ec8790a38 | refs/heads/master | 2020-04-11T18:00:00.300476 | 2018-12-16T08:40:18 | 2018-12-16T08:40:18 | 161,982,348 | 0 | 0 | null | 2018-12-16T08:34:21 | 2018-12-16T08:34:21 | null | UTF-8 | Java | false | false | 663 | java | package io.renren.modules.app.entity;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
import java.util.Date;
/**
*
*
* @author lhc
* @email
* @date 2018-11-11 13:01:55
*/
@TableName("dynamic_sql")
public class DynamicSq... | [
"2506669531@qq.com"
] | 2506669531@qq.com |
cbd30c6a3cf6042f2d76ea3e2dbd23dcd5a12408 | 9af7ff6b77b9e1aac67d7cf9f49b695511d94310 | /StandardProductRepositoryBySQL2.3/src/DBSystem/TypeDB.java | ab9290009e498ae7a4db4453cc8adb56686c50a2 | [] | no_license | zjmeixinyanzhi/MultipleDatacenterCollaborativeProcessSystem | bc5e30d27d23b0d1455207eddf90b63f1b2c9939 | 36e28e145eff16d9f7c80c5c5af684aac4f5370a | refs/heads/master | 2021-01-09T21:55:31.022679 | 2017-04-05T14:00:26 | 2017-04-05T14:00:26 | 54,820,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,901 | java | package DBSystem;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class TypeDB
{
private static Connection conn = null;
private static DBConn dbcommCommon = null;
public String dbTable = null;
public TypeDB(String ip, String port, ... | [
"zhangjiewanwansui@gmail.com"
] | zhangjiewanwansui@gmail.com |
58b32b97911aa90fb3b1a68d102f34b474551f09 | 18917afa2ff8bc420c1f9e1ab07bce7da8faebaa | /app/src/main/java/lorena/u3b_a15lorenaae/dialogo_mensaje.java | 3911c4dafe125bf858eed4a1d6cc04f3e602f625 | [] | no_license | a15lorenaae/U3b_a15lorenaae | 6d1618f492e7563760051a10d306e5ec6a04491a | 9f8e3ea99c12d7c6261ffa472d129d3eb5d5e36c | refs/heads/master | 2021-01-10T14:41:31.406432 | 2015-10-12T16:48:30 | 2015-10-12T16:48:30 | 44,120,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package lorena.u3b_a15lorenaae;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
/**
* Created by Lorena on 12/10/2015.
*/
public class dialogo_mensaje extends DialogFragment{
@Override
public Dialog onCreateDialog(Bundle savedInstanceSt... | [
"a15lorenaae@iessanclemente.net"
] | a15lorenaae@iessanclemente.net |
2039cbaf8d96d176758700a9113f4a69d7a3db27 | a518079335bc9ac23a4ec633a386589df25f0725 | /robot_components/gun/PowerManual.java | 35e1694c0705f6455388d6e02e2c95f972cec708 | [
"MIT"
] | permissive | John-Paul-R/ModularBot-for-Robocode | df5c0cf3da383ba6f2910f9655c55f62837b5a9c | ed2700603bc5360bda82bd3022753930bcf98a0b | refs/heads/master | 2020-03-20T22:04:31.646839 | 2018-06-19T18:31:25 | 2018-06-19T18:31:25 | 137,777,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package robot_components.gun;
import robot_components.data_management.Bot;
import robot_components.data_management.BotState;
import robot_components.data_management.DataManager;
import robot_components.data_management.Enemy;
public class PowerManual extends BulletPowerSelector
{
private double _bulletPower;
public... | [
"johnpaul122jpr@gmail.com"
] | johnpaul122jpr@gmail.com |
63c7caf2738a3b4a41655ee1ae93c9990345b744 | b252fe014d02556fc410fb067c6b280bb2140120 | /1.5/tests/org.eclipse.epf.diagram.tests/src/org/eclipse/epf/diagram/tests/DiagramTests.java | 89838cc29ab10f0ae92778d0dae1f41d13e18fbe | [] | no_license | cvgaviao/EPF-Composer | 1f981801aa4941ea49feb927562151d65b52d989 | cbac2164b90995dea18716f02587f21cf8c48932 | refs/heads/master | 2021-01-10T22:02:19.130973 | 2013-09-26T18:00:01 | 2013-09-26T18:00:01 | 4,354,385 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | //------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, an... | [
"klow"
] | klow |
7b224b53c65153beeceb105aee1ba061e2e4a09e | 90242be3c27000754c1fad40dca888e92b6c082f | /backend/src/main/java/pl/edu/pw/elka/tin/spy/spyweb/application/UserController.java | c93ef13abf2f44ab282b774023430f6de1549ed4 | [] | no_license | wjanaszek/spyweb | df8ae18bc0a06a0f410f545f669f30258d9e3f8f | a5d59ff4b6caf3d31816df96f96986d3225f044c | refs/heads/master | 2020-03-14T17:13:44.628843 | 2018-05-23T21:50:52 | 2018-05-23T21:50:52 | 131,714,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | package pl.edu.pw.elka.tin.spy.spyweb.application;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import pl.edu.pw.elka.tin.spy.spyweb.application.domain.*;
import pl.edu.pw.e... | [
"trash.wjanaszek@gmail.com"
] | trash.wjanaszek@gmail.com |
4d0d3f44e03e86b475bebf45434e098ca80d721a | cd185c2196c54e00d3491df22412640d0675bad2 | /app/src/androidTest/java/fi/jamk/vko_38_picasso_demo/ExampleInstrumentedTest.java | c128cca1d35751579fef9ca65b2dc529ec18b503 | [] | no_license | SnakeRule/VKO_38_picasso_demo | dac612c324fd3fc4f2d00a580bb0241a615f2866 | 91965c1a907e0cc076d322f0f2fca89b029d4548 | refs/heads/master | 2021-07-02T13:26:59.996930 | 2017-09-24T10:16:36 | 2017-09-24T10:16:36 | 104,634,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package fi.jamk.vko_38_picasso_demo;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... | [
"jerevaltanen@gmail.com"
] | jerevaltanen@gmail.com |
26b69ec0451465190ca7f72e17bb600ae33561ed | 191e63ed6283cdd8454aed37c32e79fde1031ca4 | /5. Advanced Object Oriented Design/BaiTap/InterfaceResizeable/src/geometric/Square.java | 3682cf23e199aa746cf2d87726cda289b8728da8 | [] | no_license | nhatnpa2508/NhatModule02 | 095e3b898618d34d75395bbc8bf6e6a6749bd94d | 1fb19e26c40de4a5830e941e78e57330ed6bbe95 | refs/heads/master | 2022-12-22T15:40:46.324037 | 2019-08-19T07:34:09 | 2019-08-19T07:34:09 | 191,078,938 | 0 | 0 | null | 2022-12-16T09:43:46 | 2019-06-10T01:58:44 | CSS | UTF-8 | Java | false | false | 999 | java | package geometric;
import resize.Resizeable;
public class Square extends Rectangle implements Resizeable {
public Square(){}
public Square(double side) {
super(side, side);
}
public Square(double side, String color, boolean filled) {
super(side, side, color, filled);
}
public d... | [
"49977249+nhatnpa2508@users.noreply.github.com"
] | 49977249+nhatnpa2508@users.noreply.github.com |
6adf4601224dacbf4d3345b589c304ecd4b37d91 | 5ef722b695d9a8ba41048d208ae00518c7b4d637 | /grpc-client/src/main/java/com/github/marlonflorencio/grpcclient/grpc/config/GlobalInterceptorConfiguration.java | 879abfa0b9935ebd0b30a1989a571ed5290797f2 | [] | no_license | MarlonFlorencio/grpc-spring-boot-maven | b396e5a83a14d1bac42ced5ac3440e46db59a7c6 | 93060569ab4ee56987f1a43ebf64b7551c9c3f47 | refs/heads/main | 2023-08-15T11:58:07.722772 | 2021-09-24T03:17:24 | 2021-09-24T03:17:24 | 409,816,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package com.github.marlonflorencio.grpcclient.grpc.config;
import io.grpc.ClientInterceptor;
import net.devh.boot.grpc.client.interceptor.GrpcGlobalClientInterceptor;
import org.springframework.context.annotation.Configuration;
@Configuration
public class GlobalInterceptorConfiguration {
@GrpcGlobalClientInterce... | [
"marlon@jaya.tech"
] | marlon@jaya.tech |
059bd9a206fb0e9a5314e2184e77ece8101b9d67 | 3ca53c13d2953805c00406476ceda9684887a8ad | /src/com/iwxxm/common/DSSensorType.java | dfafca6d87625e1615efec31deb2077ab37f0db2 | [] | no_license | yw2017051032/tac2iwxxm | ae93c12b08b7316cd59de032d4ae2e8082bc6c0b | 5a08cb9ecd0833fd4435bf6db81a2b8126380ec1 | refs/heads/master | 2020-03-17T03:03:06.671868 | 2018-06-05T16:55:59 | 2018-06-05T17:06:03 | 133,217,637 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,085 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2018.04.04 时间 10:18:30 PM CST
//
package com.iwxxm.common;
import javax.xml.bind.annotation.XmlAccessTyp... | [
"852406820@qq.com"
] | 852406820@qq.com |
3a8da49309149c8056b041ca841cacb4a529718e | 5ba25c74a3dfe5058333c90148a1d770720eb048 | /thenine-202/test01/src/main/java/ltd/thenine/entity/User_PoRel.java | de542153d663f9254b4e1026ad903a0ce6eb4891 | [] | no_license | Ericlogin/AnnoyingWeb | d1aefce99e7138a31882156d5561d39a1921048d | 744aadced2c871aa82b49c7508126f19279091f9 | refs/heads/main | 2023-04-28T07:11:14.531700 | 2021-04-30T06:19:37 | 2021-04-30T06:19:37 | 363,040,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package ltd.thenine.entity;
public class User_PoRel {
private String position_ids;
private int position_id;
private int user_id;
public String getPosition_ids() {
return position_ids;
}
public void setPosition_ids(String position_ids) {
this.position_ids = posi... | [
"zhangxuan@EricdeMacBook-Pro.local"
] | zhangxuan@EricdeMacBook-Pro.local |
261dbb69a7048bf5efd6d8aa438f24cdab57d4b0 | dc8d50bc6029d425c932baf3c9ce638ae0e8e77e | /baige-common/src/main/java/com/wacai/open/baige/common/protocol/produce/ProduceConstants.java | b7b39443ea074864dab3abe8f5504a727de3f0be | [] | no_license | wacai/baige | adcff0826cc217d3a28fb6dbf84b0491c3bfe8b8 | 4b21f10cf10ff509978afdfe9e4e09c416b1406c | refs/heads/master | 2020-03-21T21:57:20.421263 | 2019-04-03T13:36:07 | 2019-04-03T13:36:07 | 139,095,323 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.wacai.open.baige.common.protocol.produce;
public class ProduceConstants {
/**
* 单条消息体的最大字节数
*/
public static final int MAX_BODY_SIZE_IN_BYTES = 5 * 1024 * 1024;
}
| [
"xiaozhao1795@163.com"
] | xiaozhao1795@163.com |
f44e767c0e1b2ad4edd9d18d8a6b437ab1163da3 | eb407e06b169bf6f24be4b1231bf8207b25eb3da | /Trie/421.MaximumXORofTwoNumbersinanArray/Solution.java | d0657d4d2a8760bafa746e78df3dfcfb38d9ddd3 | [] | no_license | sijiey2/Coding_Practice | 3a90d25c6032aa0a7cea1c10c1b40507cf9e55e5 | 756d3035d18057271090a39edd87626a69b71c2f | refs/heads/master | 2021-04-15T19:07:02.161417 | 2018-04-30T23:36:34 | 2018-04-30T23:36:34 | 126,279,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,353 | java | // Trie
// num & 1 => get the last digit
// num ^ 1 => get the opposite of the last digit
// 79ms (8ms)
class TrieNode {
TrieNode[] children = new TrieNode[2];
}
public class Solution {
public int findMaximumXOR(int[] nums) {
if (nums == null || nums.length == 0) {
return 0;
}
TrieNode root = new TrieNode... | [
"noreply@github.com"
] | sijiey2.noreply@github.com |
4d2cc09908e1f26feac80254a83d60f6c9cb456c | 071402a43b8b8520becd4434c28318c9cbf208fb | /letv_framework/src/main/java/com/letv/framework/util/CrashHandler.java | af52fcf04d4679d7ca6968619c7f535fa82ff753 | [] | no_license | wulianshu/letvframework | f124c31bd74e87b89c00b6760ac5a608d47039ec | 7de6d3860f5740c508a91c8fd32c2623c329f856 | refs/heads/master | 2021-01-10T01:52:46.549618 | 2016-02-19T01:10:13 | 2016-02-19T01:10:13 | 52,050,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,778 | java | package com.letv.framework.util;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build;
import android.os.Environment;
import android.os.Looper;
import android.util.Log;
i... | [
"718153754@qq.com"
] | 718153754@qq.com |
54f0cd7e3ec101119dfc7854222590be9f879f51 | dba32a69b3c7dd8e6d81f3076c4c5743f44e4d85 | /src/DesignPattern/behavior/chainresponsibility/ChainPatternTest.java | 39f52b95e79f1e40ac3686bbb9b2bd44a834c399 | [] | no_license | hmwang2000/LeetCode | 8b1afc98372618d3a94b3efc0e879f23df996cf5 | ba5be33ff6b8bd1a4ec7e81c7f4b798f35102656 | refs/heads/master | 2020-04-09T06:38:09.038491 | 2018-12-03T02:21:03 | 2018-12-03T02:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package DesignPattern.behavior.chainresponsibility;
import java.util.Scanner;
//ATMDispenseChain
public class ChainPatternTest {
private DispenseChain c1;
public ChainPatternTest() {
// initialize the chain
this.c1 = new Dollar50Dispenser();
DispenseChain c2 = new Dollar20Dispenser();
DispenseChain c3 = n... | [
"hmwang2000@yahoo.com"
] | hmwang2000@yahoo.com |
ab6fbac73c3494b04d7848f6ccced5d9869f8ac3 | 1b13fe35f05930e8a7b046b62a65ab8c0734958e | /test/src/main/java/test/dto/MyContact.java | 03619cef455dbd2ae948f8647e06a40ed7e8852f | [] | no_license | hamzalak/hotels-gestion | edb1f7842caa1bbbae783e46eea9fc98a04e0c94 | b3ef8cfc791591cce36fed3e73faf81dd9a8adcb | refs/heads/master | 2020-04-30T13:00:47.297965 | 2019-11-11T22:32:11 | 2019-11-11T22:32:11 | 176,839,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package test.dto;
public class MyContact {
private String email ;
private String text ;
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getText() {
return text;
}
public void setText(String text) {
this.text = text;
}
... | [
"lakhal1hamza@gmail.com"
] | lakhal1hamza@gmail.com |
76cdc22716c907479c2efd3fb962cb40ddf97228 | 52dfd3b628c52901b722ca6923f39f01bbe7291f | /src/main/designpattern/designPattern2/com/metacube/shoppingcart/facade/ShoppingFacade.java | f36d1d5a67ecdd3798bcfd035c98ba9019bf1c2b | [] | no_license | meta-manasi-pandya/GETATraining | a5c1976bea2a4d9f3bb34c407f92d51f555e1e69 | f6b413d7428069e4a523d9f287eb7c29384fd10e | refs/heads/master | 2021-05-16T16:51:20.582471 | 2018-05-21T10:10:50 | 2018-05-21T10:10:50 | 119,957,213 | 0 | 1 | null | 2018-05-31T06:30:32 | 2018-02-02T08:52:36 | Java | UTF-8 | Java | false | false | 3,686 | java | package main.designpattern.designPattern2.com.metacube.shoppingcart.facade;
import java.util.Map;
import java.util.Map.Entry;
import main.designpattern.designPattern2.com.metacube.shoppingcart.dao.Factory;
import main.designpattern.designPattern2.com.metacube.shoppingcart.dao.impl.InMemoryShoppingCartDao;
import main... | [
"manasi.pandya@metacube.com"
] | manasi.pandya@metacube.com |
b9e070f62f39c769d1c5ec778c9dc169d6c5bd01 | 145c40a0f8b8bba492fe324e7868d04a1b84771f | /services/project-service/src/main/java/com/thao/qlts/project/common/annotation/LogAnnotation.java | 25a36c458f9c1db6f72e11a102ca14618aaef19e | [] | no_license | Khangbt/qlks | 67d3d379ab0edb9af416f9da4fa33de6bed9b6c6 | f88a4cfed31936f2794d71ee21092c85d7c827db | refs/heads/main | 2023-08-15T15:43:35.996389 | 2021-10-05T04:14:43 | 2021-10-05T04:14:43 | 357,884,062 | 0 | 0 | null | 2021-10-05T04:14:44 | 2021-04-14T11:40:30 | TypeScript | UTF-8 | Java | false | false | 379 | java | package com.thao.qlts.project.common.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by namnv iist on 06/05/2020.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTI... | [
"buithekhang246@gmail.com"
] | buithekhang246@gmail.com |
c4b9378a8446b35e41b124beb4bf59c14943e2bd | f4b3b26f8c2cfe1af6588a57f54d7d173a9181fa | /app/src/main/java/com/prituladima/collectionmapsarchexample/processors/MapProcessor.java | 3bec71b7450aa8b1d9ab0806e4686f6b5bc361ce | [] | no_license | prituladima/CollectionMapsArchExample | 0c767c1190a87568e382ca3e4c7a1320c8062c5e | 4d008deb5d0a4f38299499b5c44f9981536fc127 | refs/heads/master | 2021-04-28T02:24:14.759643 | 2018-08-23T12:52:13 | 2018-08-23T12:52:13 | 122,113,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.prituladima.collectionmapsarchexample.processors;
public interface MapProcessor extends Processor {
long add();
long search();
long remove();
}
| [
"prituladima@gmail.com"
] | prituladima@gmail.com |
9c8f610955d5e07c080c8f3dc7df84d00eafb57a | 6b9703cfb63248a8d6cc99a51ef3eaad0ea06c44 | /app/src/main/java/com/sneider/diycode/widget/WebViewProgressBar.java | ac539a8f76ee0ed5b24d61e3de0f1430c2ffd095 | [] | no_license | candebbs/DiyCodeAndroid | 9a9340ed323e0def28cf1274f80f118cb35844ec | 840e97c5d7bc1c48e1fe1bef0ebacc83467745a7 | refs/heads/master | 2020-03-19T07:56:30.560777 | 2017-07-18T07:41:01 | 2017-07-18T07:41:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,842 | java | package com.sneider.diycode.widget;
import android.animation.Animator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.View;
import android... | [
"827173000@qq.com"
] | 827173000@qq.com |
f435b5ded38d58ed7e8d58255bc0cbefd8e7e13b | b557a010a5360041ce6ee8e0d518f0da083dcdfb | /ProyectoFinal/src/Controlador/ControladorMain.java | b0c1c081548ecca9553779f0852001bbb6cbb333 | [] | no_license | candyNava/farmaciaSanGabriel | 06940d1a17e478b14ad95a5e7a4db8e96ba54205 | cdf45f53bce952ca4e0b1a3f295a3536500b15ef | refs/heads/master | 2021-01-14T07:29:30.069645 | 2020-02-24T04:20:51 | 2020-02-24T04:20:51 | 242,639,849 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,790 | 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 Controlador;
import Modelo.DbConexion;
import Vista.LoginMenu;
import Modelo.hiloAnimacion;
import Vista.FromCliente;
impor... | [
"candynava76@gmail.com"
] | candynava76@gmail.com |
d75164d2000392ed06aac14933b8f087538e1818 | beb2fbdd8e5343fe76c998824c7228a546884c5e | /com.kabam.marvelbattle/src/com/google/android/gms/ads/search/SearchAdRequest.java | f728a704c3b152894c3f55a63a8cec3d1c48e491 | [] | no_license | alamom/mcoc_11.2.1_store_apk | 4a988ab22d6c7ad0ca5740866045083ec396841b | b43c41d3e8a43f63863d710dad812774cd14ace0 | refs/heads/master | 2021-01-11T17:13:02.358134 | 2017-01-22T19:51:35 | 2017-01-22T19:51:35 | 79,740,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,002 | java | package com.google.android.gms.ads.search;
import android.content.Context;
import android.graphics.Color;
import android.location.Location;
import android.os.Bundle;
import com.google.android.gms.ads.mediation.MediationAdapter;
import com.google.android.gms.ads.mediation.NetworkExtras;
import com.google.android.gms.ad... | [
"eduard.martini@gmail.com"
] | eduard.martini@gmail.com |
16c9453a9efc61ebc04b57e6aa87444f0cabf827 | 112b3b381cf316743f7b8aca3a577c9d08840739 | /app/src/main/java/com/example/android/logindemo/login/ProfileActivity.java | 7e680f1b8a1d6bef85adc2bea227b1432ddd6c03 | [] | no_license | Kasun49/irate | f08e5ffb76ddde2b525c3e8f0124e03660f895e1 | 7a736062a90459d0a934f58e437e71f162c07506 | refs/heads/master | 2020-05-09T10:10:51.632731 | 2019-04-12T15:15:12 | 2019-04-12T15:15:12 | 181,032,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,592 | java | package com.example.android.logindemo.login;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.wi... | [
"kazdavegyms@gmail.com"
] | kazdavegyms@gmail.com |
2a9e19b32b86c2c7ee9d350b822dfa68cac0ed07 | 94b6aaf872dd881c4fee93018b2c5c0d4f1134c9 | /modules/Rast/src/edu/uncc/genosets/rast/RastLoadWizardIterator.java | 6d5392c15f0e8def140b468ac21bc5d68ee18e4e | [
"BSD-3-Clause"
] | permissive | aacain/genosets | 6978f00729bcda179890e2a6e2ef361689a6edbf | 96f7a161b35f79c1e87aa88be93666adaeaf2f56 | refs/heads/master | 2020-04-06T07:00:33.820564 | 2015-02-16T17:15:43 | 2015-02-16T17:15:43 | 26,338,552 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,524 | java | /*
* Copyright (C) 2014 Aurora Cain
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distri... | [
"aurora.cain@gmail.com"
] | aurora.cain@gmail.com |
ae053620270399f1e51021d0201abe9c4079b26e | 8db3549f645775e999633a0ddf1e93b4d0af8c9e | /src/main/java/io/pivotal/pal/tracker/SwaggerConfig.java | bf315cf025d8deae39efed64c10c574dea13f2a9 | [] | no_license | ankitdangayach/pal-trackertest | 7a3181aa984eebf97c0009979ada91624f05fd99 | 1dcf565fb33456b851c64a508f8c77b7407dc149 | refs/heads/master | 2020-06-27T03:56:11.492868 | 2019-10-04T11:13:36 | 2019-10-04T11:13:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package io.pivotal.pal.tracker;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.spi.DocumentationType;... | [
"ankit.dangayach@loblaw.ca"
] | ankit.dangayach@loblaw.ca |
0b95fd326d3c26b15cdeaf6d2423ae39317ac427 | e2b43880631bdca6ff278c955ff42ea8f6de8e8b | /iScmCore/src/main/java/com/iscm/core/db/dao/BaseDao.java | ef12774c45a03a616af3f65bbcb1418eafdfe57b | [] | no_license | EvanSole/iScmPlatform | 61280fc9f989ecee78cc026365330fe25105beca | c60ac20138b45ea435ba447077c94181b3d94b61 | refs/heads/master | 2021-01-01T03:43:08.378403 | 2016-05-22T10:59:31 | 2016-05-22T10:59:31 | 59,404,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,653 | java | package com.iscm.core.db.dao;
import com.iscm.AutoBasePO;
import com.iscm.BasePO;
import com.iscm.NormalBasePO;
import com.iscm.common.constants.AutoIdConstants;
import com.iscm.common.utils.IScmBeanUtil;
import com.iscm.core.db.splitdb.DbShardsUtil;
import com.iscm.core.db.util.AliasToMapResultTransformer;
import com... | [
"wuren@mogujie.com"
] | wuren@mogujie.com |
3c48c02ba4ada0b8f186b38eef8480f4a0b7aedb | c3907d0dffca2dffe408934cca7656715a27cee7 | /zhihu/src/main/java/com/github/wycm/zhihu/task/TopicActivityPageTask.java | b26fe3d86074899819642bcf5434510b5f46c975 | [
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wycm/zhihu-crawler | 388b6cf2dcf3a8732c8438e0ae03b8070e32a7fe | f9eb6def1ae4798d26132127151eca28b6caad5b | refs/heads/3.0 | 2022-07-30T00:15:27.173033 | 2019-04-02T08:34:59 | 2019-04-02T08:34:59 | 57,126,883 | 1,026 | 439 | Apache-2.0 | 2019-04-02T08:35:00 | 2016-04-26T12:36:34 | Java | UTF-8 | Java | false | false | 4,922 | java | package com.github.wycm.zhihu.task;
import com.github.wycm.common.*;
import com.github.wycm.common.util.CrawlerUtils;
import com.github.wycm.common.util.PatternUtil;
import com.github.wycm.proxy.AbstractHttpClient;
import com.github.wycm.proxy.AbstractPageTask;
import com.github.wycm.zhihu.dao.mongodb.entity.Answer;
i... | [
"wangyang1@u51.com"
] | wangyang1@u51.com |
1a102b5ca1aa5d74fd36e8b9f45ac3972e04cc70 | 498cead6076648ffe53087d06bd57d126514c3ae | /datosTipoObjeto/ListaVehiculo.java | 2a2752cbf3e84feb2439f5d28e46c7eeba9fcaf0 | [] | no_license | fjsaca2001/poo2020 | 513224f4a15c3491daf0d1f069d97fadcea9e5d4 | 31ae77dd7f42b0331188a0c7a5b4c2d2238b266e | refs/heads/master | 2020-12-31T08:16:57.796981 | 2020-03-06T17:22:15 | 2020-03-06T17:22:15 | 238,947,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,808 | java | package datosTipoObjeto;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class ListaVehiculo {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
List<Vehiculo> vehiculos = new ArrayList<Vehiculo>();
boolean b = true;
... | [
"noreply@github.com"
] | fjsaca2001.noreply@github.com |
157aa5e7079c8e55a0e77164d3023b5a509838df | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/TIME-7b-5-22-Single_Objective_GGA-WeightedSum-BasicBlockCoverage-opt/org/joda/time/format/DateTimeParserBucket_ESTest.java | cc7c2953c0a4f704ac5c23270fd1c76e1c52c3c2 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,492 | java | /*
* This file was automatically generated by EvoSuite
* Wed Oct 27 16:36:55 UTC 2021
*/
package org.joda.time.format;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.Locale;
impor... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
1b8716366508079687a226836a2f5baa0651aa30 | 4039d9871b35e4533691c48c6a67d028fba39c24 | /src/main/java/org/springframework/cloud/gateway/swagger/model/Contact.java | 8830419345ebbf1a33b13456e15e32d0a1045f58 | [
"Apache-2.0"
] | permissive | shengnian/spring-cloud-gateway-swagger2 | b88b2c4214bc8ef3dd08dc9e7e7bd3dcda9f2154 | 3ae4c26ed8cfac146a27f59ba01431dcbf943f32 | refs/heads/master | 2020-06-16T10:41:53.484087 | 2019-06-28T04:01:00 | 2019-06-28T04:01:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | /*
* Copyright (c) 2018, vindell (https://github.com/vindell).
*
* 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 requ... | [
"hnxyhcwdl1003@163.com"
] | hnxyhcwdl1003@163.com |
b6cb7e6f48e6eb7f99a9306e2630a02aecefa1b6 | 83ee46f7cd73ef009d60edb2ef6f8978bb6188f3 | /app/src/main/java/com/justrelief/fragments/ContactClinicDetailsFragment.java | a72da19cdb97d909b124aefe7d4f33cdda843aff | [] | no_license | garg26/JustRelief | c0ac55cb03e350723be29b68399cef026fa9dc16 | 322e5f85eb27030fe8123b3a3479d832b43d570a | refs/heads/master | 2021-01-02T09:00:13.565199 | 2019-04-26T14:21:40 | 2019-04-26T14:21:40 | 99,117,881 | 0 | 0 | null | 2017-08-03T06:46:43 | 2017-08-02T13:12:17 | Java | UTF-8 | Java | false | false | 23,671 | java | package com.justrelief.fragments;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ImageView;
impo... | [
"imkartikeya26@gmail.com"
] | imkartikeya26@gmail.com |
b4842cc74ef1e80a61045861fefe773bfe11880a | 9eebadb6640947eca1142f4507da6bed5b149f95 | /dataverse-webapp/src/main/java/edu/harvard/iq/dataverse/util/xml/XmlStreamWriterUtils.java | d09e93977115229a2f447a45d65f08e632b7981c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | CeON/dataverse | 324f30938847b1a1be02f71775216fb94daabdcb | 98c744f36ef43d06cd5ae0047c1066c3b89a9507 | refs/heads/develop | 2023-06-27T10:16:01.574068 | 2023-06-13T09:11:18 | 2023-06-13T09:11:18 | 160,691,081 | 10 | 5 | NOASSERTION | 2023-06-13T08:52:16 | 2018-12-06T15:05:02 | Java | UTF-8 | Java | false | false | 2,400 | java | package edu.harvard.iq.dataverse.util.xml;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamWriter;
import java.util.Arrays;
import java.util.List;
public class XmlStreamWriterUtils {
... | [
"noreply@github.com"
] | CeON.noreply@github.com |
503f7fac918a9eaccfb5df58a91c510dac36b69f | 7c14e265e975cb0a714a385a896b106fd136eabb | /src/main/java/com/ynz/pdf/extractpdf/parser/ARKInvestmentParser.java | 6a01c9d73c180970ba2207a97923d7425fa25451 | [] | no_license | yichunzhao/extract-pdf | cb899cbf4f2f1d70329c776b54a214ef25486650 | d44e6311790ee5e24d1050aa5fae42d3003f5071 | refs/heads/master | 2023-02-07T22:01:58.620895 | 2020-12-28T22:44:48 | 2020-12-28T22:44:48 | 320,938,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,792 | java | package com.ynz.pdf.extractpdf.parser;
import com.ynz.pdf.extractpdf.model.ARKDataModel;
import com.ynz.pdf.extractpdf.parser.states.BrokenState;
import com.ynz.pdf.extractpdf.parser.states.DateState;
import com.ynz.pdf.extractpdf.statemachine.context.ARKLineTextContext;
import com.ynz.pdf.extractpdf.statemachine.stat... | [
"zhaoyichun@hotmail.com"
] | zhaoyichun@hotmail.com |
3f07583ef3b090cd6f708c47d5f10f814bc980e6 | 1584faa7facf9b2fa2e0fb6d8ecb672a6457a782 | /week-02/exercises/stateless-unit-test-exercises/src/test/java/Exercise02Test.java | 0927e3ecfbe29f47570423198673f981cd9ec050 | [] | no_license | JacobRosenbaum/dev10-classwork | 4c652f1a187df78b9a138b13688b7964766b9f49 | b1444ce74f590462536cb10c04e3e6c87cc2bd1f | refs/heads/main | 2023-03-04T04:58:59.065185 | 2021-02-19T18:25:16 | 2021-02-19T18:25:16 | 319,703,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class Exercise02Test {
@Test
void shouldBeCorrectFormat() {
assertEquals("<b>a</b>", Exercise02.surroundWithTag("a", "b"));
assertEquals("<span>Squidward Tentacles</span>", Exercise02.surroundWithTag... | [
"jacobrosenbaum95@gmail.com"
] | jacobrosenbaum95@gmail.com |
d128465ebb8ba94ec5f20cdc5f979ab07e85d68f | 8455c43c7590c1fda63693022e5cb8eca707f41e | /src/main/java/org/qiqiang/girl/Start.java | 5d21427f64945378ee35c152adcdc1fadec80219 | [] | no_license | lwgboy/girlSpider | 59bebd26cec795af9a827537c99028520360f861 | 7f11040b4725c1af0e1b55c52eacaa645d9f7e07 | refs/heads/master | 2022-01-05T16:09:11.672444 | 2018-11-30T03:02:54 | 2018-11-30T03:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package org.qiqiang.girl;
import us.codecraft.webmagic.Spider;
/**
* @author qiqiang
* @Description
* @date 2018-09-10
*/
public class Start {
public static void main(String[] args) {
Properties.path = args[1];
Spider.create(new GirlPageProcessor())
//美女图片首页
.ad... | [
"qiqiangvae@foxmail.com"
] | qiqiangvae@foxmail.com |
27352c473ba2c91475f09487fd0f37c0b9578a1c | 85db870fc737f3eaffe1ee666247434a70017517 | /library-foxit/src/main/java/com/foxit/uiextensions/annots/note/NoteModule.java | 81492ff0dabc94ce2bef12fd0eb799af2c51a135 | [] | no_license | PEP-Mobile-Team/Android_SDK_Reference | 1b9997891fb68cbc48031330ad5d459955ae7805 | 3026e8dc19d0f43c9fe7cb23b9cbb71c47724e85 | refs/heads/master | 2023-08-07T20:01:22.441531 | 2021-10-12T11:45:57 | 2021-10-12T11:45:57 | 261,699,402 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,773 | java | /**
* Copyright (C) 2003-2019, Foxit Software Inc..
* All Rights Reserved.
* <p>
* http://www.foxitsoftware.com
* <p>
* The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to
* distribute any parts of Foxit PDF SDK to third party or public without permission ... | [
"283122529@qq.com"
] | 283122529@qq.com |
0314bb1ed1ff12a1c7606f4204f70048ad4fe50f | 73644bbb56f4fbd16ae3253afaa5470dd6602f91 | /rebatis-core/src/main/java/org/apache/ibatis/reflection/wrapper/ObjectWrapper.java | 550fd2064d4d4793fe70880430e4f74c4aec555f | [] | no_license | GoSkyer/rebatis | 980a4c492c40dcaaada06e7c746bb0654475b24f | 1a028c3ee7201307fae719935e9104d1eed6001d | refs/heads/master | 2022-06-26T16:28:47.914115 | 2021-07-17T17:30:12 | 2021-07-17T17:30:12 | 177,432,229 | 0 | 1 | null | 2022-06-20T22:46:44 | 2019-03-24T15:21:04 | Java | UTF-8 | Java | false | false | 965 | java | /**
* Copyright 2009-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"hunji66@gmail.com"
] | hunji66@gmail.com |
186d1153fee96fbe777402f53f3fefaffb75f216 | 51b614b02a3ad7a8b72c2853d940a1497a7e8a62 | /XMLExample/src/main/java/pkgLibrary/BookException.java | fdc36e8cc35f9c137ba05df892f708f1b30a09bb | [] | no_license | mbolinas/181PS3 | 73cae8b67ddd9029865aa986220a1ea08cc78968 | 41275c7b79a75dbb14c51fe4a53ede4ff51501aa | refs/heads/master | 2021-01-22T22:53:42.956048 | 2017-03-20T15:18:42 | 2017-03-20T15:18:42 | 85,592,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package pkgLibrary;
public class BookException extends Exception{
public BookException(){
super();
}
public BookException(String message){
super(message);
}
public BookException(String message, Throwable clause){
super(message, clause);
}
public BookException(Throwable clause){
super(clause... | [
"Marc@128.175.227.48"
] | Marc@128.175.227.48 |
ce6e8be976c91318811b701d9f34acad0b06d541 | e755451c72ceba8e6c7e2e8c7181069c340b9eac | /app/src/main/java/com/example/fkz/medesigntest/MyAdapter.java | 1fb7740e88b97ed1e22f0c646563ce3fed58a18b | [] | no_license | fkzdaz/MeDesignTest | 736aa3b670b60556d7117c9ba1cee31445cdbaa8 | 206fecccf749db09c89e597ec67047a9198eacc7 | refs/heads/master | 2021-01-18T04:02:37.664725 | 2017-03-22T01:12:46 | 2017-03-22T01:12:46 | 85,770,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package com.example.fkz.medesigntest;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
/**
* Created by fkz on 2017/3/22.
*/
public class MyAdapter extends RecyclerView.Adapter<MyAdapter.ViewHolder> {
... | [
"1247809987@qq.com"
] | 1247809987@qq.com |
d54d974ee3ffe06ae60bcef2ad40184a43a5f72d | d09eb4536cd33f524caf890e2f913935cc06013f | /distributed-transaction-support/dtx-client/src/main/java/rabbit/open/dtx/client/datasource/proxy/RollbackInfoProcessor.java | a5f8473e9818d1a05774e20947c841802ca22d2f | [
"Apache-2.0"
] | permissive | RabbitOpen/RabbitORM2 | cf97000cfb120460c8d9242ba5c4f8fbb1c3720f | c447e2c2f4545826288b61be02c7b6e0467fef77 | refs/heads/master | 2022-12-23T12:59:01.655813 | 2021-07-17T03:43:37 | 2021-07-17T03:43:37 | 113,806,602 | 22 | 4 | Apache-2.0 | 2022-12-16T03:25:38 | 2017-12-11T03:15:10 | Java | UTF-8 | Java | false | false | 4,746 | java | package rabbit.open.dtx.client.datasource.proxy;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import rabbit.open.dtx.client.datasource.parser.SQLMeta;
import rabbit.open.dtx.client.datasource.parser.SQLType;
import rabbit.open.dtx.client.datasource.proxy.ext.DeleteRollbackInfoProcessor;
import rabbit.open.... | [
"709498191@qq.com"
] | 709498191@qq.com |
c746fe175ddf4426a8ec88f925ff2e4a5f2ba9c0 | b7bd5d9e3af9589659f589770d09567f72b1e19b | /ambit2-hpcws/src/main/java/cz/it4i/hpcaas/filetransfer/GetFileTransferMethodResponse.java | 1a4847cb7ce3cc3acbfd9f4062500c3694b682a4 | [] | no_license | ideaconsult/ambit2-haas | bccae4492bf1a5f063493f0af8c34af16c9af069 | 9a7dade2d183e6ad8384ccdb04f073570f10de37 | refs/heads/master | 2021-06-28T14:06:54.316189 | 2020-06-16T05:14:50 | 2020-06-16T05:14:50 | 163,846,410 | 0 | 0 | null | 2020-10-13T11:30:08 | 2019-01-02T13:45:26 | Java | UTF-8 | Java | false | false | 1,794 | java |
package cz.it4i.hpcaas.filetransfer;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex ty... | [
"jeliazkova.nina@gmail.com"
] | jeliazkova.nina@gmail.com |
a03ff054f559034e5d2dda5afe7890acbc559e8e | 2eac1e6360ddd6a44367039798a7d9afdb10857e | /app/src/main/java/com/example/fatecanos/alunosmobile/telas/PreMenuActivity.java | 06b8c05659d69ba60f740bbaf4d7c4e637b72636 | [] | no_license | TechWilli/projeto-android-fatec | ebeb3e29bff7ee3ef03cbacd0b2863809cdebced | 85c8d4211f8453e6459fa33c49b2e6d6e792506b | refs/heads/master | 2020-09-02T06:33:59.706253 | 2019-11-12T00:15:45 | 2019-11-12T00:15:45 | 219,156,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package com.example.fatecanos.alunosmobile.telas;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
//import android.widget.TextView;
import com.example.fatecanos.alunosmobile.R;
public class PreMenuActivi... | [
"williamf1f2@gmail.com"
] | williamf1f2@gmail.com |
83bbc27fd0cf5cb02176267a260aeec3bebbf1b2 | d61439ebf7a75917a06a2ec4d51e52248a14c55c | /ComicBooks3.java | 6573945241625edf25717bb12945f663b8b24775 | [] | no_license | atulgolhar/java | 63694faeb99c1c69d33812573c63cfeff0d3eea1 | 57f04ea6c7de8943c978121ca2b7c7162d8a2500 | refs/heads/master | 2023-05-01T03:25:06.391146 | 2023-04-28T19:18:02 | 2023-04-28T19:18:02 | 77,857,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,411 | java | package com.java21days;
// updates ComicBook using enum
import java.util.*;
public class ComicBooks3 {
public ComicBooks3() {
}
public static void main(String[] arguments) {
HashMap quality = new HashMap();
quality.put(Condition.PRISTINE_MINT, 5.00F);
quality.put(Conditio... | [
"noreply@github.com"
] | atulgolhar.noreply@github.com |
7502aee333623ffb79b6cf640904388ab01fe96f | 7bfcda3f318cb06912583d538fe370c347803105 | /redis/redis-console/src/main/java/com/ctrip/xpipe/redis/console/controller/consoleportal/KeeperContainerInfoController.java | dad16e523f316e2b620a9b4e35e28b591e9b5684 | [
"Apache-2.0"
] | permissive | sdgdsffdsfff/x-pipe | 9f4271775dd9be3b612670afd70bc7282dfb1c38 | b78cec0db95263417f99ad88deff582ca1c0f046 | refs/heads/master | 2021-01-18T05:18:27.766693 | 2020-01-10T04:51:08 | 2020-01-10T04:51:08 | 67,751,571 | 0 | 1 | Apache-2.0 | 2020-01-10T04:51:10 | 2016-09-09T00:45:55 | Java | UTF-8 | Java | false | false | 997 | java | package com.ctrip.xpipe.redis.console.controller.consoleportal;
import com.ctrip.xpipe.redis.console.controller.AbstractConsoleController;
import com.ctrip.xpipe.redis.console.model.KeeperContainerInfoModel;
import com.ctrip.xpipe.redis.console.service.KeeperContainerService;
import org.springframework.beans.factory.a... | [
"cz739@nyu.edu"
] | cz739@nyu.edu |
2ac71a6bbdc4b6b7a174843fe446ab2225df7b1a | 2a75855090809c5e6557cc083028e3765333efb5 | /src/com/bebo/service/EmployeeService.java | e2fd8d4c330139c8c74bc568c080f64b1013974e | [] | no_license | anilthakur0909/EMS | 008bb12daea8086c85efc65f2ed393ca0f979218 | 1f0a3c6aebe946e2fa396994ccad27ffe8e8e7c8 | refs/heads/master | 2021-01-19T17:04:27.839361 | 2017-10-10T06:17:30 | 2017-10-10T06:17:30 | 101,042,619 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 4,506 | java | package com.bebo.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import com.bebo.dao.EmployeeDa... | [
"anil.thakur@mitratech.com"
] | anil.thakur@mitratech.com |
d1c41a3531fa5e44096c63660274d27ebbc32f6e | 56de50e9c597db02e4b4949fd8b79cce01ff2ff9 | /Zovkic-6/src/main/java/sample/dodavanjeNovihE/DodavanjeNovogSimptomaController.java | 7de38c2caa6607776c246365df35f071f328b376 | [] | no_license | izovkic98/Zovkic-6 | 367595d6296402ab68a11b1a282dd172c22e98d3 | 072c174f5e48f33e97db56f56e909e619bfa5857 | refs/heads/master | 2023-07-02T01:20:07.141157 | 2021-07-26T21:19:49 | 2021-07-26T21:19:49 | 389,770,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,591 | java | package main.java.sample.dodavanjeNovihE;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import main.java.hr.java.covidportal.model.Simptom;
import main.java.sample.pretrage.PretragaSimptomaController;
import org.slf4j.Logger;
impo... | [
"izovkic@tvz.hr"
] | izovkic@tvz.hr |
74110aaa0b5879a8b310defb3e59e73b3df08f31 | 70dc84d4e5d49f36dfd05addd6f188706f35978f | /src/main/java/com/terremark/api/EnabledValue.java | ee436f25bee8c48fea47dbca7602ddee1240e6e6 | [
"Apache-2.0"
] | permissive | anglachelgo/terremark-api | fb2964084c6cab17c2528dbd4512be7595181cd3 | b51cdebae528e9d36042988db46c9c8fe75a1cb9 | refs/heads/master | 2021-01-16T22:53:41.970785 | 2013-08-23T21:40:52 | 2013-08-23T21:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,973 | java | /**
* Copyright 2012 Terremark Worldwide Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"github@pasam.com"
] | github@pasam.com |
d0cb7b3b1ef57e255c7520ccd33de096927bd937 | 3dfa4dbfc1d0a1342f235201b52c3a80f321fbaf | /app/src/main/java/com/test/coolweather/gson/AQI.java | 28e3560f2f34dc682537ddbe0d778c0f7201fb5a | [
"Apache-2.0"
] | permissive | css0306/weathertest | 139fc1cf1fea86581d2b49aaa2e6fb7b6e206e0d | e7a47cef6bca642457b19d01d6e057765b03d321 | refs/heads/master | 2020-03-29T18:44:04.031472 | 2018-09-26T06:51:30 | 2018-09-26T06:51:30 | 150,228,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package com.test.coolweather.gson;
public class AQI {
public AQICity city;
public class AQICity{
public String aqi;
public String pm25;
}
}
| [
"472452499@qq.com"
] | 472452499@qq.com |
d2fbe994e63a9ca6dd8fbc25cbb14cc414d13d58 | 30034aaf5ad7d79cb372f77940b7716e39b0f306 | /src/main/java/com/ycdr/domain/PerfectUser.java | c28d7aac085ceaaac0f66196431af5a5fdefd14f | [] | no_license | DRYingChuan/wmjz | 6fcac474d263cc91a89f70e83313d539e2cc61fa | 05302d368171b91bb012dc453f488b5c921416f5 | refs/heads/master | 2021-06-10T19:01:21.338826 | 2016-12-19T10:05:40 | 2016-12-19T10:05:40 | 75,263,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,646 | java | package com.ycdr.domain;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.Serializable;
/**
* Created by YcDr on 2016/12/3.
*/
@Table(name = "PERFECT_USER")
@Entity
@XmlRootElement
public class PerfectUser implements Serializa... | [
"228826317@qq.com"
] | 228826317@qq.com |
3b41273b4cf986a770dea499be661c726f5ec774 | 40483119a4fa7eee306a15b249fb54da20f04b68 | /src/test/java/io/zentity/resolution/AttributeIdConfidenceScoreMapTest.java | b98a4d79ee9fd62e956253dc73748271e168a508 | [
"Apache-2.0"
] | permissive | fintechstudios/zentity | 8109a5d51995e692117d389d83023d21d1980d40 | b962fd1cf26f36126f6ae554346ae2effdef595d | refs/heads/master | 2023-03-06T08:34:46.248939 | 2021-01-28T00:05:18 | 2021-01-28T00:05:18 | 318,009,662 | 3 | 1 | Apache-2.0 | 2021-04-12T16:34:30 | 2020-12-02T22:35:24 | Java | UTF-8 | Java | false | false | 2,451 | java | package io.zentity.resolution;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class AttributeIdConfidenceScoreMapTest {
static final String ATTRIBUTE_NAME = "attr";
static final String MATCHER_N... | [
"austin.cawley@gmail.com"
] | austin.cawley@gmail.com |
d121096adce669e5d5d77a7addfdcc0e828a725e | dbc3f51604655e7a4aee45ccd474e722ddb1a534 | /xs2a/xs2a-api/src/main/java/de/sdvrz/xs2a/api/model/AccountTransactionsResponse.java | e1c950bcf7e513efebca521509dd820e3bf6accc | [
"Apache-2.0"
] | permissive | feststelltaste/PSD2 | 08d7019ebcbc8fde7f8b35dc0defa845a9a2fe05 | 37181253d039e729a1a7b25a4a9174494ad25003 | refs/heads/master | 2021-05-02T18:35:38.326743 | 2018-02-13T23:00:57 | 2018-02-13T23:00:57 | 120,612,914 | 0 | 1 | null | 2018-02-08T10:17:27 | 2018-02-07T12:35:21 | Java | UTF-8 | Java | false | false | 1,143 | java | /**
* Copyright 2018 SDV-IT, Sparda Datenverarbeitung eG
*
* 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 app... | [
"andreas.reetz@sdv-it.de"
] | andreas.reetz@sdv-it.de |
69fc6d23334ea5e385444a17251f543587107e72 | 06d76ab89e6cd8cc7d9281b65e0c92bfa3c32af5 | /searchsdk/src/main/java/com/sfmap/api/services/cloud/CloudStorageUpdataServerHandler.java | 5f240ce563e6feb8b826546ca2a80b2c2124fd46 | [] | no_license | onlie08/SFLocationDemo | f7042c598fdb1bd4fe5eeba791df6ae6f779d73e | 7c15f13b1d6335a6dbf20b6ee7cce62bd20c1ca9 | refs/heads/master | 2022-12-15T20:09:31.577510 | 2020-08-25T02:38:57 | 2020-08-25T02:38:57 | 217,438,626 | 1 | 0 | null | 2020-09-17T05:55:44 | 2019-10-25T02:54:37 | Java | UTF-8 | Java | false | false | 4,886 | java | package com.sfmap.api.services.cloud;
import android.content.Context;
import com.sfmap.api.services.core.AppInfo;
import com.sfmap.api.services.core.JsonResultHandler;
import com.sfmap.api.services.core.LatLonPoint;
import com.sfmap.api.services.core.SearchException;
import org.json.JSONArray;
import org.json.JSONEx... | [
"conggong@sfmail.sf-express.com"
] | conggong@sfmail.sf-express.com |
cf9a07d010d99f8a9ae7e22717d5e5a0100cab4c | 7ea659d79aad7c765f4f72addeab7e9ef21fd469 | /src/cn/cms/util/Encryption.java | 894718bb4495bd25bbe06329885a717f43600eac | [] | no_license | bigoat2015/course_manage_system | 669f5d5ef966bd635e0f08f67e278e06fc324455 | 2a3b58125e2eae1831026ac37c7e1b660d241a2f | refs/heads/master | 2016-08-11T21:18:31.382594 | 2015-05-22T02:11:06 | 2015-05-22T02:11:06 | 36,047,256 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | package cn.cms.util;
import java.security.MessageDigest;
import java.util.UUID;
import cn.cms.exception.MyException;
import sun.misc.BASE64Encoder;
/**
* 加密
* @author Administrator
*
*/
public class Encryption {
//private static final String KEY = ":cookie@localhost.com"; // 密匙
public final static String ca... | [
"15870189754@qq.com"
] | 15870189754@qq.com |
ed0a3b76db7196b0f275b1da24aca07ab5089b99 | fcb19f0899ee727ad54aeb2ff6f7164441bbdad4 | /JavaHomeworksDraghiciAndreea/src/javahomeworksdraghiciandreea/WrappersAndOperators.java | e54631e3a085c893323a8e8c648ae1932d94d314 | [] | no_license | AndreeaDraghi/JavaHomeworksDraghiciAndreea | c134a55cabaf1476b6c60f4d043f5eef84130f1c | 22ae8ea68168513b19810238f51877efeaee510b | refs/heads/master | 2021-01-19T00:12:04.650358 | 2017-01-19T23:36:34 | 2017-01-21T12:07:46 | 72,920,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,828 | java | /*
* Homework 2
* Exercise 3: Do the exercise from point 2 using wrapper classes defined in Java (from Integer to ...Boolean).
*/
package javahomeworksdraghiciandreea;
import java.util.Objects;
/**
*
* @author Andreea
*/
public class WrappersAndOperators {
public static void main(String[] args... | [
"Andreea@10.0.9.35"
] | Andreea@10.0.9.35 |
5a5240893a9a054cac6af7da8daeff7b11081e26 | bc7345cbc938db7836a4ba7fda9b2353b0e1d712 | /Projeto POO versão nova/GerenteDeQuestoes.java | 36111a2d79142d63713de84f98b3c6c771061592 | [] | no_license | thamiresneves/projetoQuestionario | 3898d6a246b920272fa749ee88e3aaab194f000c | 94092bb0e7a3db18b7d63f90035b439381cf447c | refs/heads/master | 2021-01-25T04:03:16.763679 | 2015-03-22T14:51:17 | 2015-03-22T14:51:17 | 27,484,286 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 6,538 | java | package br.ufpb.projetopoo;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class GerenteDeQuestoes {
private List <QuestaoVouF> questoesVouF = new ArrayList<Quest... | [
"thamires.oliveira@dce.ufpb.br"
] | thamires.oliveira@dce.ufpb.br |
38ea77165999f7a418e31802fb131dc47f17173d | f928b5d8cd06af4b6ea90fafe42fb58e199ce5a1 | /src/main/java/com/onlineassessment/service/ScheduleMTService.java | a993adca32457ba7e93419398b02c0a0eb233e91 | [] | no_license | vikarm-verma/SpringBootwithJavaSwingOnlineTestPortal | 0b66189edce0f21f12061e0a683e9ee95ac01011 | 0a62fe93e6a2791e15212384d0f5396cb4b26b45 | refs/heads/main | 2023-02-22T16:27:04.416314 | 2021-01-28T14:23:06 | 2021-01-28T14:23:06 | 333,767,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.onlineassessment.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.onlineassessment.entity.ScheduleMT;
import com.onlineassessment.repository.ScheduleMTRepository;
@Service
... | [
"vikram_6785@yahoo.com"
] | vikram_6785@yahoo.com |
a919c0f9b8bfe47799377b01c74e7ca5aa750748 | 43267a2dbdb3788b1b2c11fa8020e7bc8e91bb8f | /DesignPatterns/src/main/java/com/github/pengqiangx/demo/dp/prototype/one/refactor/TestDemo.java | 41c7eba55e9c3b30d1a17198b65c749a35b0f9b0 | [] | no_license | pengqiangx/demo | 80d3f0632e4c84a166796ac39aa95396faa31b26 | 73c4a29914e55ae236f1f48af5002b28a60ed732 | refs/heads/master | 2020-12-25T14:48:38.042960 | 2018-11-25T09:04:43 | 2018-11-25T09:04:43 | 62,355,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 969 | java | package com.github.pengqiangx.demo.dp.prototype.one.refactor;
import org.junit.Test;
/**
* 测试
*/
public class TestDemo {
@Test
public void test1(){
//先创建原型实例
OrderApi order = new PersonalOrder();
order.setOrderProductNum(100);
System.out.println(order.getOrderProductNum());
... | [
"pengqiang.x@gmail.com"
] | pengqiang.x@gmail.com |
3715437e7a13e191679dfaa999a5bac915aebee1 | d6e6df075f62d5ee1d90466746fe6107a2b2876e | /app/src/main/java/com/example/advancedandroidarchitecture/networking/ServiceModule.java | f35d4fd1fc5cecb124f6ff7ab752dfd62af6f063 | [] | no_license | johnkiprop/Advanced-Architecture | 7c6c01bc90e7c4501ef0a2d06538b97a14cc025e | 20145277bc2cf90f17d701a1f0b3919c7c4b0f94 | refs/heads/master | 2020-12-26T07:16:40.161889 | 2020-01-31T12:57:57 | 2020-01-31T12:57:57 | 237,430,769 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,329 | java | package com.example.advancedandroidarchitecture.networking;
import com.example.advancedandroidarchitecture.models.AdapterFactory;
import com.example.advancedandroidarchitecture.models.ZonedDateTimeAdapter;
import com.example.advancedandroidarchitecture.net.networking.NetworkModule;
import com.squareup.moshi.Moshi;
im... | [
"kipropjohn14@gmail.com"
] | kipropjohn14@gmail.com |
6fc828a013ea8c9e161190ea340e6d485bc91fc7 | 5cc23b488d7124293e45b2487a74fec6ec34ea02 | /Calculator/app/src/test/java/com/adarshjayakumar/calculator/ExampleUnitTest.java | 197294a6d6fe54f75d6f4d119414bf1b0f5c64e7 | [] | no_license | adarshjaya12/Android-Studio | 506c069344b0f40aa59590a0da813d12c0a47415 | 39533b1fa617b9b9e395e0c377abfeb966608bbc | refs/heads/master | 2021-01-10T14:46:58.874856 | 2016-03-17T01:34:30 | 2016-03-17T01:34:30 | 49,470,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.adarshjayakumar.calculator;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... | [
"adarshjaya12@gmail.com"
] | adarshjaya12@gmail.com |
ae2a7433e05d8fc1a4ff63ccd39d65a4164f7276 | 0212cd8efd92b881f36ccab6da5d4952e4d0e99a | /src/calcApp/LoginGUI.java | d1a21ea5398151979bf7e8526b99c678d7b32c2c | [] | no_license | palmerchaplin/Calculator-Application | a3b747384ed65fc5a8575e723576abacaf4d7213 | d89314510a8cd8723c0165e89c41d9229c5f4be3 | refs/heads/master | 2020-03-10T20:54:08.917323 | 2018-04-15T05:34:09 | 2018-04-15T05:34:09 | 129,580,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,280 | java | package calcApp;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.UIManager;
import javax.swing.border.EmptyBorder;
imp... | [
"palmer.chaplin@sierratelecom.net"
] | palmer.chaplin@sierratelecom.net |
8a903b4e0497e40e1221f24a6cb590c2fd0c0407 | dd82d71687517d4c2d9359e6696adb06fddaea6c | /src/main/java/ru/mybooklist/event/OnRegistrationCompleteEvent.java | 5c862814e626a1e8e5116963083e5b1b3708e198 | [] | no_license | itegulov/MyBookList | d3024dd8441e3f71417e65f20cc82ad0bf2997f1 | 1e83090cb70ef5954f2a156db35ddc1ff7f1c88d | refs/heads/master | 2021-01-21T02:30:30.491247 | 2015-11-23T22:17:05 | 2015-11-23T22:17:05 | 38,671,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 721 | java | package ru.mybooklist.event;
import org.springframework.context.ApplicationEvent;
import ru.mybooklist.model.User;
import java.util.Locale;
/**
* @author Daniyar Itegulov
*/
public class OnRegistrationCompleteEvent extends ApplicationEvent {
private final User user;
private final Locale locale;
private... | [
"wibkwibk@gmail.com"
] | wibkwibk@gmail.com |
bd1adbf04fa7960dfa278d6f9075d62df87fa5d8 | 2180f02c5b9e71bfa20b28c5e7b01824c68a013d | /src/Patterns/Builder/VegBurger.java | de3bd89c2ec043dc14d89cccdc6fee31f36f15f3 | [] | no_license | Thom9521/Design_Patterns | e158160b4a378cf32e31f8860befca098b46d826 | a84ec5a59bd549d8fba905ce4f518815f0a64bb0 | refs/heads/master | 2021-04-06T02:11:05.814614 | 2018-03-15T10:16:59 | 2018-03-15T10:16:59 | 124,358,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package Patterns.Builder;
public class VegBurger extends Burger {
@Override
public float price(){
return 25.0f;
}
@Override
public String name(){
return "Veg Burger";
}
}
| [
"Thom9521@edu.easj.dk"
] | Thom9521@edu.easj.dk |
f2ed0641cc79631fd598753a44816963eef0886e | c689ca270872442908d60ff402fc03f661bfdf5d | /app/src/androidTest/java/com/car/vendor/ApplicationTest.java | 9e532b043a0d7a2a2d70fc1df481f27647f0ca14 | [] | no_license | soumyamads/CarVendorApp | 5373d87e4aa9190990519df38c8cf4b9bc93d475 | d39b013450cc7a96074cce55881423c5699d519b | refs/heads/master | 2021-01-10T03:35:10.363476 | 2016-02-26T06:41:23 | 2016-02-26T06:41:23 | 48,997,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.car.vendor;
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() {
super(Ap... | [
"soumyamekm@gmail.com"
] | soumyamekm@gmail.com |
c369ad9d9b9249fda95bfac1aa6b504786f278ec | 3584c74ee75e1b91fe75c589e0b7ae25b12d9ba4 | /src/main/java/com/pyjava/hadoopdemo/mr/wcdemo/WCRunner.java | ad11aa3302cf351b35eb8e256fd9a9e375620631 | [] | no_license | whpeak/hadoopdemo | 0aed63e4d1327667db0f22903e9fdf525811c712 | fecbed652672bdee02776c91698a1f132ca611c0 | refs/heads/master | 2020-07-11T16:52:29.799864 | 2018-04-23T03:31:23 | 2018-04-23T03:31:23 | 73,999,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,263 | java | package com.pyjava.hadoopdemo.mr.wcdemo;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
im... | [
"wangheng8@JRA1E1ADE0AAF6.JDJR.360buyAD.local"
] | wangheng8@JRA1E1ADE0AAF6.JDJR.360buyAD.local |
64cca855011fdbcca2bb5a4b2ae9b4c0739070cf | 1c18616fb66d5d0316beb2df68676029b405c3dd | /src/main/java/students/eriks_jaloveckis/lesson_8/level_4/task_19/Triangle.java | ba4817014b82bfd3eb54fe699548ace32cb41244 | [] | no_license | Vija-M/jg-java-1-online-spring-april-tuesday-2021 | edb4c73cc4a13bdaa132bccca6a1c6d0088b2d5d | 49817deb3052f24332442d2454932714915b50ad | refs/heads/main | 2023-07-14T03:16:12.145252 | 2021-08-24T16:20:50 | 2021-08-24T16:20:50 | 399,513,003 | 2 | 0 | null | 2021-08-24T15:17:35 | 2021-08-24T15:17:34 | null | UTF-8 | Java | false | false | 452 | java | package students.eriks_jaloveckis.lesson_8.level_4.task_19;
class Triangle extends Shape {
private double x;
Triangle(double x) {
super("Triangle");
this.x = x;
}
@Override
double calculateArea() {
return (x * calculateHeight()) / 2;
}
@Override
double calcul... | [
"erikslv88@gmail.com"
] | erikslv88@gmail.com |
5d1efc8d73ccb1558cddcfa01f5b9bec5f30309d | dfc0ffcccaec220d60be1ed89a3927c4bcc6a08f | /src/main/java/com/jing/_15/Node.java | 69c679c08f7c6239390aef8a2c644866c2f8b47f | [] | no_license | dogeByte/sword-to-offer | 446149cf5047bd80f8bb5db20b334e2351408e45 | 7445afa57cdc7b03622aa43f86dcf189b3df70b6 | refs/heads/master | 2021-06-16T23:53:56.688480 | 2017-05-22T00:53:46 | 2017-05-22T00:53:46 | 86,459,729 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package com.jing._15;
/**
* 单向链表的节点
*
* @version 1.0.0
* @author JingBo
* @see LastKthNode
*/
public class Node<T> {
private T value;
private Node<T> next;
public Node(T value, Node<T> next) {
this.value = value;
this.next = next;
}
public T getValue() {
retu... | [
"jing620139@gmail.com"
] | jing620139@gmail.com |
907d54d8ec41d49592a0f924bae9b6b9efffddcf | 35e8a12f96c6f46aa77907c3a3ee2af30c8c8d3f | /hub.sam.sdl.model/src/hub/sam/sdl/SdlPidExpressionEvaluation.java | a7fb26032575a710d8cd9cd705bb011190227502 | [] | no_license | markus1978/tef | 36049dee71a99d24401d4a01fe33a3018e7bb776 | 38bfc24dc64822b7b3ed74e41f85b3a8c10c1955 | refs/heads/master | 2020-04-06T04:30:58.699975 | 2015-08-13T07:51:37 | 2015-08-13T07:51:37 | 25,520,279 | 1 | 2 | null | 2015-08-13T07:51:37 | 2014-10-21T12:13:17 | Java | UTF-8 | Java | false | false | 439 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package hub.sam.sdl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sdl Pid Expression Evaluation</b></em>'.
* <!-- end-user-doc -->
*
*
* @see hub.sam.sdl.EmfSdlPackage#getSdlPidExpressionEvaluation()
* @model
* ... | [
"do@not.use"
] | do@not.use |
0f526a77ad1add49e5d645d8484251b8bdeee7db | 693a11ceaea66da0728c62e01222fe2c73fc951c | /src/main/java/view/BannerPrinter.java | 897d6df83c30dee47c83269a16e243c671bd03a7 | [] | no_license | jing928/SupermarketSupportSystem | 39efe3e989ba268584d1070ad428b8d8660ca2f2 | 5eaff5ad70716285aa8fc0eda41ad4605097e443 | refs/heads/master | 2020-03-25T22:52:15.021767 | 2018-10-16T02:20:07 | 2018-10-16T02:20:07 | 144,247,033 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package view;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class BannerPrinter {
public static void print() throws IOException {
BufferedReader in = new BufferedReader(new FileReader("src/main/resources/banner.txt"));
String line = in.readLine();
while (line != ... | [
"lyovse@gmail.com"
] | lyovse@gmail.com |
446678d0af24f38f58fdfa86ed22927fe101236c | 3eef7f7daab995ec5ae6c159220b24533cd7de7b | /12/src/main/java/myTag/MyTable.java | ffd9389f599ce1a072a5bfc05ce3880a55b8adcd | [] | no_license | endlesslydivided/MToPoI_2_2 | a1a9e98efa1c44411ec605633324d427a5b95f16 | d440f749e0e0650d9f833d7b4215e75b0f819d04 | refs/heads/main | 2023-05-05T15:45:24.256695 | 2021-05-25T10:24:05 | 2021-05-25T10:24:05 | 349,753,692 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package myTag;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.TagSupport;
import java.io.IOException;
import java.util.Enumeration;
public class MyTable extends TagSupport {
public int doStartTag() {
JspWriter jspWriter = pageContext.getOut();
try {
jspWriter.prin... | [
"sashakovalev2002@hotmail.com"
] | sashakovalev2002@hotmail.com |
688cd0484fd692455a58fd858376e39e339c6fe2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_10916be6880c38b14014b6a886ec613a0100b944/MenuRender/11_10916be6880c38b14014b6a886ec613a0100b944_MenuRender_t.java | 898130c63a14370f0eaf113f5d24de607f753a3e | [] | 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 | 5,599 | java | //This class renders the main menu for the client. It also operates the UI for the main menu
import java.awt.*;
import java.awt.event.*;
public class MenuRender implements MouseMotionListener, MouseListener, MouseWheelListener, KeyListener {
ScreenManager sm;
private final int HOVER_START = 1;
privat... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
54e0d6ccf57a4e4dc9cb46798f624492ea5ffcf3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_638addd39ea488f84e1006c676e4182162263907/MenuBar/5_638addd39ea488f84e1006c676e4182162263907_MenuBar_s.java | abd2567b579c0589afadce7b5e8780b8394441d7 | [] | 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 | 6,000 | java |
/***************************************************************************
* Copyright 2006-2007 by Christian Ihle *
* kontakt@usikkert.net *
* *
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
198c2d3912410e91154527d9f2b1afad32d83c6f | 0ceacf5a44d8a14dd75a0ded466fea9b3c4ebe00 | /src/main/java/org/openapitools/client/model/Config.java | 4f42ea79aa382f4d111149c37efc253337a2003a | [] | no_license | ozkatz/java-lakefs | b6cf2fdd58dade314a14d265d847ad501956ee13 | 17b9af09d7dfccbfccbf550f3aef26af4333df96 | refs/heads/main | 2023-01-24T12:41:59.058750 | 2020-12-09T12:38:55 | 2020-12-09T12:38:55 | 319,952,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | /*
* lakeFS API
* lakeFS HTTP API
*
* The version of the OpenAPI document: 0.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.client.model;
import java.util.Obj... | [
"oz.katz@treeverse.io"
] | oz.katz@treeverse.io |
be6dcad53d9ab32906354c2316ec554dce4f0202 | ffced0ab7dced58a5713ef2478d17213b785a845 | /DWZSpringMVC/src/com/joe/exception/ExistedException.java | 1520a1dbb3e52aa6f1a5a9e8cafe8799e1114fb1 | [] | no_license | chocoai/12_JEE_DWZSpringMVC_JeeSite | c7d77becffe536d066042fb83f420e1a0684a021 | f9fd8369d2c4605ad5843c460a220535fa3f75de | refs/heads/master | 2020-05-17T08:15:58.672851 | 2014-01-21T09:41:42 | 2014-01-21T09:41:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.joe.exception;
/**
*
*/
public class ExistedException extends ServiceException {
/** 描述 */
private static final long serialVersionUID = -598071452360556064L;
public ExistedException() {
super();
}
public ExistedException(String message) {
super(message);
}
public ExistedException(Thro... | [
"xiaojunshcn@gmail.com"
] | xiaojunshcn@gmail.com |
819fc3dd9d6277410a66eeb9dffc7a282f9ab321 | 4f518904416478f7f9914ed99324a474ad9ba62d | /src/fr/nations/amen/shared/messagesaudio/AsyncYears.java | 845c15ea4cf4cdf555c96adca98ce4f46d6b184d | [] | no_license | sebastienlebecq/amensite | eafebd5ae52dfd37c96da6ffc3ff364cc8bf78d3 | b1db5cc2895f579245a9d69da6d42210c201bb8a | refs/heads/master | 2021-01-19T03:20:08.560898 | 2016-06-11T10:34:57 | 2016-06-11T10:34:57 | 54,899,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package fr.nations.amen.shared.messagesaudio;
import com.google.gwt.user.client.rpc.IsSerializable;
public class AsyncYears implements Comparable<AsyncYears>, IsSerializable {
int year;
public int getYear(){
return this.year;
}
public int getPhotosNumber(){
int num = 0;
return num;... | [
"slebecq@gmail.com"
] | slebecq@gmail.com |
156a4e911a17c75346b4f09f988082ccb6f4c46c | 6f5cf274a6bf87074b4bbfdba975c8d53563f4a9 | /Evacart/src/gui/HelpInfo.java | e3deef60177e3e4400949ae8e094746bad3e85d3 | [] | no_license | sjafer/EVACART_V1.0 | 30ada0348a70d74b68b83b7f8fb0bdbf0beabbf6 | a6071663481563510cb8a8e1d84287a05e7299b5 | refs/heads/master | 2021-01-10T03:19:11.711637 | 2015-11-13T16:06:16 | 2015-11-13T16:06:16 | 46,139,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,868 | java | package gui;
import java.awt.BorderLayout;
import java.awt.Checkbox;
import java.awt.Container;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.net.URL;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.... | [
"yangn1@my.erau.edu"
] | yangn1@my.erau.edu |
75946ce88a71608f3667d6e1477d7f33f8c5a584 | f63f3952bb6608ac5fa39c937ef190d5b3cc1fa8 | /src/test/java/org/rygn/nosql/mapreduce/first/MRLocalClusterIntegrationTest.java | 068d49a502b052ca35d3d383236aae342487b653 | [] | no_license | rgirodon/fisa_de2_mapreduce_wordcount | fa3554c592470cb8a5db88d087feb5ea45c3bf77 | e15fa05bb8acf8f116240903e9a0f339f2e9a57d | refs/heads/master | 2021-08-06T02:08:34.671299 | 2019-12-04T15:00:12 | 2019-12-04T15:00:12 | 225,893,482 | 0 | 0 | null | 2020-10-13T17:58:11 | 2019-12-04T15:03:30 | Java | UTF-8 | Java | false | false | 6,090 | java | package org.rygn.nosql.mapreduce.first;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.io.InputStream;
import java.util.Scanner;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FSDataOutputStream;
import org... | [
"remy.girodon@gmail.com"
] | remy.girodon@gmail.com |
82546856346d884572aa4f28dd5f29d0ad49805f | 4dea6aae9b107b7fd812d3b4422741f1c0744ad2 | /ficha1Noda/src/ficha1nodo/NodoDepto.java | d09736e596237a0dfee8304194329c545ab9e947 | [] | no_license | jpstorm21/Proyectos-java-cplusplus | 7b92747bc03595e5fd2ae0d7c92ccd774488e8ee | dd8ff3e2ba0628791c94725df034f1f8409b4ead | refs/heads/master | 2020-12-13T11:36:01.129236 | 2020-01-16T20:05:40 | 2020-01-16T20:05:40 | 234,401,774 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java |
package ficha1nodo;
public class NodoDepto {
private Departamento departamento;
private NodoDepto nextDepto;
public NodoDepto(Departamento D) {
this.departamento = D;
nextDepto = null;
}
public Departamento getDepartamento() {
return departamento;
}
public void se... | [
"jpstorm21@gmail.com"
] | jpstorm21@gmail.com |
e7d49286e11088ff0d8228bc30e0ceeceba5e8cc | 933bc089b4a0af12cc2b6f651a3db5bb5d0075ff | /src/main/java/com/cursomodelagem/repositories/PedidoRepository.java | 467bf68d657df52cef5aa5a89050d6adb97c5729 | [] | no_license | emival91/spring-boot-ionic-backend | f8c2d3ec324d5917e68c4a7465d4d8d3e071da2c | 6f549c8856eaf6ad849acf9d37bdf1a3e84d2c0b | refs/heads/master | 2023-07-09T02:37:16.134556 | 2021-08-03T00:33:59 | 2021-08-03T00:33:59 | 392,356,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package com.cursomodelagem.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.cursomodelagem.domain.Pedido;
public interface PedidoRepository extends JpaRepository<Pedido, Integer> {
}
| [
"emival.ceres@gmail.com"
] | emival.ceres@gmail.com |
40c8a98b81660dafdd921db6336ed360399603e0 | 67e2449c3ead17a22b53f1a5073452241584586a | /src/test/java/edu/emory/mathcs/nlp/benchmark/Benchmark.java | 7700fd04e3c9b0249b78b879a43cb80e0effa006 | [
"Apache-2.0"
] | permissive | Lucas-Xiao/cs571 | 1762e76287893d00958233f5360d3e76c964d38f | 7988fd712760d03409dd2e710d75712b10608563 | refs/heads/master | 2021-01-15T14:50:14.433629 | 2015-09-28T18:24:41 | 2015-09-28T18:24:41 | 41,688,633 | 0 | 0 | null | 2015-08-31T16:58:40 | 2015-08-31T16:58:40 | null | UTF-8 | Java | false | false | 1,018 | java | /**
* Copyright 2015, Emory University
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [
"jinho.choi@emory.edu"
] | jinho.choi@emory.edu |
65e2643dad8c3f442af4f64d48dcf3a54073c78c | 7ea367f7d18dcfd0eb4f8b49e686219b338dccef | /ivanchuk/src/task24/TaskTest.java | 27057bdb088640ad281eb4061a0583de34bf90ce | [] | no_license | karzhouAndrew/JavaRepository | 243db4029809940da6abc557922a148c88f52d6c | ab176579b0a17c3fec42f84241f5338babe6c101 | refs/heads/master | 2021-01-21T21:47:37.373255 | 2015-11-03T18:11:39 | 2015-11-03T18:11:39 | 34,864,695 | 0 | 28 | null | 2016-05-14T07:02:49 | 2015-04-30T16:28:23 | Java | UTF-8 | Java | false | false | 1,856 | java | package task24;
//Создать иерархию классов, описывающих бытовую технику.
//Создать несколько объектов описанных классов, часть из них включить в розетку.
//Иерархия должна иметь хотя бы три уровня.
public class TaskTest {
public static void main(String[] args) {
HouseholdAppliances laptop = new Laptop("Ap... | [
"dimkaiv@list.ru"
] | dimkaiv@list.ru |
78b486555fe3af88adf6e64d4efdb28beda241e4 | 831fadea50d93b86cbbe0c1c8172972c8fbb6289 | /RecyclerView_practice_fromEmpty/app/src/test/java/com/example/recyclerview_practice_fromempty/ExampleUnitTest.java | cc5d231b4b2dc9d1888cb7da42ece27ccb00046a | [] | no_license | spide333/AndroidStudy | e55a8d3558f66717d34e622417a268395048ac04 | e72ead13be7d584d9a69867ab27451140ec6eb43 | refs/heads/master | 2022-08-03T15:07:57.860271 | 2020-05-27T06:58:56 | 2020-05-27T06:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.example.recyclerview_practice_fromempty;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
... | [
"sungchul.byun@navercorp.com"
] | sungchul.byun@navercorp.com |
af68fd232278b7d20e12ee33a8ec14fb02a507df | 590903b89958410b0bf910b5fb2a5047ae7711c2 | /src/main/java/ru/alcereo/LatencySimulator.java | 2b8142ab1aa3f871e70620672a52b282c7098c15 | [] | no_license | Alcereo/StormLatencyTestingTopology | 01188bd0f875a8fcad419d26aae07d3537b8a3d4 | 5b335cb038c5b986058e7d80b98eb2e743b25926 | refs/heads/master | 2021-07-02T06:15:25.290316 | 2017-09-23T10:07:33 | 2017-09-23T10:07:33 | 104,558,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package ru.alcereo;
/**
* Created by alcereo on 23.09.17.
*/
public class LatencySimulator {
public static void sleep(int milliseconds) {
long startTime = System.currentTimeMillis();
while(System.currentTimeMillis()-startTime<milliseconds){
int b=0;
for (int j = 0; j < ... | [
"ak-91@mail.ru"
] | ak-91@mail.ru |
3c5cf4af884fb16df947e0b75d9e4633fbdc1716 | ddbe85cb1016af4770a0c746a539d51ee021463c | /src/main/java/com/example/junittest/excel/service/aa.java | 1bdc1e05b9ca483b9670b5a0a9ac1a5985e5cffc | [] | no_license | SoulKingdom/javaDemo | b9bf4c974388824637b572d6a033ba7dc15d31d1 | c361797d70c48fedc6cb463d5a2cc9de21ed1144 | refs/heads/master | 2023-05-12T23:01:17.458466 | 2020-07-17T07:41:25 | 2020-07-17T07:41:25 | 214,622,578 | 3 | 0 | null | 2023-05-09T18:40:18 | 2019-10-12T09:52:17 | Java | UTF-8 | Java | false | false | 179 | java | package com.example.junittest.excel.service;
/**
* @dept 上海软件研发中心
* @description TODO
* @author HaoXin.Liu
* @date 2019/11/4 9:45
**/
public class aa {
} | [
"1937506994@qq.com"
] | 1937506994@qq.com |
f301369b150636a1ffd6c11a73de25306dbec6b5 | f66fc1aca1c2ed178ac3f8c2cf5185b385558710 | /reladomo/src/main/java/com/gs/fw/common/mithra/DefaultJtaProvider.java | eace81d17b4d980c1fe8557076cc7c7127a041d6 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | goldmansachs/reladomo | 9cd3e60e92dbc6b0eb59ea24d112244ffe01bc35 | a4f4e39290d8012573f5737a4edc45d603be07a5 | refs/heads/master | 2023-09-04T10:30:12.542924 | 2023-07-20T09:29:44 | 2023-07-20T09:29:44 | 68,020,885 | 431 | 122 | Apache-2.0 | 2023-07-07T21:29:52 | 2016-09-12T15:17:34 | Java | UTF-8 | Java | false | false | 1,041 | java | /*
Copyright 2016 Goldman Sachs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing... | [
"mohammad.rezaei@gs.com"
] | mohammad.rezaei@gs.com |
bbc50bf71adf8145a36cec00c7b6b4d4ae7dda4f | db053c556e400b565f95c2610e40ce127f3ef59a | /src/main/java/dataAccess/NonExistentNodeIdException.java | 95ef88b9d1bb77041030254e923803cfab9329ed | [] | no_license | SwamWithTurtles/graph-simulation | 1bd7df226b6ce94fc70f5e4233ab31abc7bc5e69 | 9b82f6243a281c8baa1cad73921ca1eccc5a40f8 | refs/heads/master | 2021-01-22T23:20:13.368720 | 2015-03-12T18:49:07 | 2015-03-12T18:49:07 | 32,094,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 94 | java | package dataAccess;
public class NonExistentNodeIdException extends RuntimeException {
}
| [
"david.simons@softwire.com"
] | david.simons@softwire.com |
401993b1cd29d7ab7a3251f0b98b65e66c275639 | f794c2eb1ebab4933ecfa348f7a8e4e82cca0c70 | /app/src/main/java/com/getproz/servicepartner/ModelClass/LeadModelClass.java | 83b4d24be8988f9bc2c2407a0dc3f48fb7fb51fd | [
"BSD-3-Clause"
] | permissive | muwechi/getproz-servicepartner | b02818713b13c54f2a314986c3caa5ea5393a1f2 | 8f0e1423590619f0ee0c0e20a5fb281845062c3b | refs/heads/main | 2023-04-14T13:14:06.678307 | 2021-04-11T19:36:54 | 2021-04-11T19:36:54 | 356,636,288 | 0 | 0 | BSD-3-Clause | 2021-04-22T16:39:18 | 2021-04-10T16:25:41 | Java | UTF-8 | Java | false | false | 1,838 | java | package com.getproz.servicepartner.ModelClass;
public class LeadModelClass {
String booking_id;
String time_slot;
String confirmed_on;
String coins;
String user_address;
String user_phone;
String user_name;
String lat;
String distance;
public String getDistance() {
retu... | [
"uwechimoses@gmail.com"
] | uwechimoses@gmail.com |
c71b78d977f2c2b9ce6edeafb82baa221788c7bf | 2a089268dcebf9124efc059039abe4d8ed45b7f4 | /src/main/java/me/dragon/model/entity/User.java | 9318fc8d5e01062473a80d95e63a62e756e4188c | [] | no_license | Grandaunt/NovSpringBoot | 95c8109e0838f6f2d4e42d444990e25c8765044f | 4ae017c8c499a0aa7d96e2e221e16b6dce773e23 | refs/heads/master | 2020-03-17T19:56:59.980335 | 2018-04-23T15:48:11 | 2018-04-23T15:48:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package me.dragon.model.entity;
import lombok.Data;
import org.springframework.data.annotation.Id;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Table;
/**
* Created by dragon on 11/4/2017.
*/
@Data
@Table(name = "user")
public class User {
@Id
@Generate... | [
"plu_huajuan@163.com"
] | plu_huajuan@163.com |
2e9c3175295b9f287155f45b9148a416f89ed60e | b506894c4107e2183b61805147d3049f8305aebb | /app/src/main/java/com/example/myapplication/advancelight/chapter8/rxjava/RxjavaActivity.java | afa026593559b4edd5440189ce8451d14b823917 | [] | no_license | ivokc/godspeed-android | f1761b1b9fbb54b9f3673e5d45268d59c6d5ac0b | 6e5e42973001773fd8e19e19d889557445f57640 | refs/heads/master | 2023-02-19T01:24:41.600997 | 2021-01-19T08:21:58 | 2021-01-19T08:21:58 | 317,812,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,680 | java | package com.example.myapplication.advancelight.chapter8.rxjava;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import androidx.appcompat.app.AppCompatActivity;
import com.example.myapplication.R;
import com.example.myapplication.advancelight.chapter8.... | [
"670995952@qq.com"
] | 670995952@qq.com |
46c758eecc945bce03def06af7d2db8eb6ca2f9b | 02b14c562ab6bde53e8e07e95db772d1e787ec56 | /src/main/java/br/com/salon/carine/lima/controllers/AtendimentoController.java | d55183765aabe094feb3a2234a493c8a1cdd6418 | [
"MIT"
] | permissive | IsraelLima25/SalonCarineLima | f771afda998e87fd3fa26eaaff65e7694480a5bc | 4f90f177f9c15b9bd9bb0b33269f2fcb6ec3e61b | refs/heads/master | 2023-03-23T04:07:03.472922 | 2021-03-16T12:43:27 | 2021-03-16T12:43:27 | 297,523,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,956 | java | package br.com.salon.carine.lima.controllers;
import java.math.BigDecimal;
import java.net.URI;
import java.util.List;
import java.util.logging.Logger;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframewor... | [
"israel_lima_16@hotmail.com"
] | israel_lima_16@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.