blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c9ded0b46d14b79c5b789fec8bb0df5c77805689 | 93a75cc413a1a00580fa0848d92af0d0244dc595 | /src/engine/java/de/objectcode/canyon/bpe/engine/evaluator/JXPathCondition.java | db2084503e17fac0ae493f696204dcfbb0c9f84d | [] | no_license | OC-Git/canyon | 8d6af137433ec1538474fbfbc05982b721dd3f8a | a22e3177b2176678e969bd14e9a651455fef1a63 | refs/heads/master | 2016-09-06T05:44:37.039041 | 2013-10-11T07:08:17 | 2013-10-11T07:08:17 | 13,492,138 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package de.objectcode.canyon.bpe.engine.evaluator;
import java.io.Serializable;
import org.dom4j.Element;
import de.objectcode.canyon.bpe.engine.EngineException;
import de.objectcode.canyon.bpe.engine.activities.Activity;
/**
* @author junglas
*/
public class JXPathCondition implements Serializable,IC... | [
"joerg@joergviola.de"
] | joerg@joergviola.de |
e93a36f5b7c1abec5aea1447b44d9ec96f80d781 | d394a14cc9e0d984dfe42691726ab99b29c21a1b | /src/VISTAS/libros/GestionarEstado.java | 74b1c3c3dd691910ca4859a6ec0dcb61c4f7a8e5 | [] | no_license | Dahucar/biblioteca-fastdevelopment | 35f414b30d62b4b4693dcf9b4c47255a4eb84160 | b008ac440184ca5f62ac20557c1e01dcf18f86e5 | refs/heads/master | 2022-11-25T01:19:48.721324 | 2020-08-01T04:10:39 | 2020-08-01T04:10:39 | 284,183,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,402 | 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 VISTAS.libros;
/**
*
* @author Daniel Huenul
*/
public class GestionarEstado extends javax.swing.JFrame {
/**
* C... | [
"danielhuenul90.gmail.com"
] | danielhuenul90.gmail.com |
b65ea645549975ad27677322ea3fbf9ada0bf00c | ce85ebe5eb7b4ea44a9aa94c1aabd393f8b85b71 | /src/main/java/com/xapp/controller/AppController.java | 1647b6aed672c2a3855bbfbc433ba4677ee0ebff | [] | no_license | shlice/pushservice | 05e4de7e2f44ff9a5444b7c1539844cbb454dd21 | 0ce3e22155acc990a8c6c1ec81796b860930b8fc | refs/heads/master | 2016-09-10T18:51:58.735865 | 2015-08-14T05:25:09 | 2015-08-14T05:25:09 | 40,037,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,661 | java | package com.xapp.controller;
import com.alibaba.fastjson.JSON;
import com.xapp.service.AppService;
import com.xapp.service.RequestHandler;
import com.xapp.service.Result;
import com.xapp.util.ContextUtility;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
impo... | [
"licesh@gmail.com"
] | licesh@gmail.com |
ee6c6088e2abe17e29f70614e52e8d41d69d872b | bd78794b8112bd9e5c375caab17282d806f5306c | /src/sockets/Socket2.java | bff2dbea27b965267c4e396f8648ad7a228c1f90 | [] | no_license | Brad0914/IS---2018-Proyecto-2- | 8fab12de3df481857f58347744defc74df6be848 | 6fd6172b20bc15e191c968f2efc1c42bebe26c05 | refs/heads/master | 2020-03-18T16:05:25.665322 | 2018-05-26T09:19:29 | 2018-05-26T09:19:29 | 134,945,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package sockets;
import java.net.*;
import java.io.*;
public class Socket2 {
Socket client;
int port = 9000;
String ip = "localhost";
BufferedReader entry, keyboard;
PrintStream exit;
public void start() {
try {
client = new Socket(ip, port);
entry = new BufferedRe... | [
"bradmvf09081999@gmail.com"
] | bradmvf09081999@gmail.com |
cfa6f51778dec7cd6594041684103c5d1c22945d | 61751a562e11d35fed2b762ba014e89b0bd817ed | /医院药品管理系统/total - 副本/src/main/java/com/java1234/entity/PurchaseListDrugs.java | 7253d803b012e7adb9407e34e99abd89aa4a957f | [] | no_license | LYTWork/Practical-Training | 4110d78e7132f8928a84c53ea5146eb842fffc3a | d47551865738c17c8092811b6a19c9483d9a6008 | refs/heads/master | 2022-10-24T11:31:37.648148 | 2019-09-26T04:36:26 | 2019-09-26T04:36:26 | 162,795,495 | 0 | 0 | null | 2022-10-12T20:32:10 | 2018-12-22T08:40:39 | JavaScript | UTF-8 | Java | false | false | 2,975 | java | package com.java1234.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import javax.persistence.Transient;
/*
* 进货单药品实... | [
"1446236992@qq.com"
] | 1446236992@qq.com |
52bdad1d9122c51ef3410d2b60ebd33ac53a2726 | 63da595a4e74145e86269e74e46c98ad1c1bcad3 | /java/com/genscript/gsscm/serv/entity/ServiceClassification.java | f29d76597cbde7e7d6891c15141467c75e594265 | [] | no_license | qcamei/scm | 4f2cec86fedc3b8dc0f1cc1649e9ef3be687f726 | 0199673fbc21396e3077fbc79eeec1d2f9bd65f5 | refs/heads/master | 2020-04-27T19:38:19.460288 | 2012-09-18T07:06:04 | 2012-09-18T07:06:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package com.genscript.gsscm.serv.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import org.apache.commons.lang.builder.ToStringBuilder;
import com.genscript.core.orm.hibernate.Base... | [
"253479240@qq.com"
] | 253479240@qq.com |
72c5570954df5f63c5e23a04c7dcabae3839b1a0 | 717102a4c89d6a221ec681c19f774312624218f7 | /src/com/xgf/winecome/ui/adapter/MainGoodsGvAdapter.java | 60522edbb5bccbe14b141934e1558a3074c438c3 | [] | no_license | xiguofeng/WineCome | df2c6acd7253350a012599954026623be3a2608c | 2cf6e566aba8c9596850ce8e1c32db6478e1415f | refs/heads/master | 2020-07-03T08:21:10.183507 | 2015-12-11T09:08:55 | 2015-12-11T09:08:55 | 37,714,387 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | package com.xgf.winecome.ui.adapter;
import java.util.ArrayList;
import com.nostra13.universalimageloader.core.ImageLoader;
import com.xgf.winecome.R;
import com.xgf.winecome.entity.Goods;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
imp... | [
"xiguofeng@163.com"
] | xiguofeng@163.com |
13d37ae8175d7fb2d92d9e60d604b77124bd0e3c | 9f36296c474c672f6430ee225db4111e6a7a1c01 | /src/niuke/GetLeastNumbers_Solution.java | 6ba3c0ad31c2c816a7b1d3f37cc39ec8bbeab8fb | [] | no_license | longhaidadi/leetcode | 035222fb7841192e19daa0b80f5cd1760a403135 | 324175638e3a3f5ac18890bd5e646c1577155819 | refs/heads/master | 2020-12-25T21:43:42.467114 | 2016-09-21T10:55:04 | 2016-09-21T10:55:04 | 68,807,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,608 | java | package niuke;
import java.util.ArrayList;
/**
* Created by lon on 16-5-30.
*/
public class GetLeastNumbers_Solution {
public static void main(String[] args) {
int [] array = {4,5,1,6,2,7,3,8};
new GetLeastNumbers_Solution().GetLeastNumbers_Solution(array,2);
}
public ArrayList<Integer> ... | [
"yanglongfei@software.ict.ac.cn"
] | yanglongfei@software.ict.ac.cn |
3012f2fd078d4f83f40b76785ed3eb0afde44367 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_dd8206d669e4795f9ba2fa3c6df2319b40946b16/ClassDeclarationPattern/17_dd8206d669e4795f9ba2fa3c6df2319b40946b16_ClassDeclarationPattern_t.java | ab84bb9d1869925ac0a9419627c52915ac7c03f1 | [] | 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 | 8,286 | java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distributio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a4c44ce09fedc6d360cc22db9089881bff09a399 | fc59aeeb55577739535facc80a2b2c62a4fc9d2c | /src/main/java/jdk/com/sun/corba/se/PortableActivationIDL/ServerNotActiveHolder.java | 94de9a39d2bd4f026c3be13057038a59a7a88cde | [] | no_license | goubo/javaDemo | 8dc1037b824ce71fab4b246fc437fa8aaa66b859 | 35234d9a2b410e17f1672c0b05d2f370b85f806a | refs/heads/main | 2023-03-12T08:27:41.194350 | 2021-02-24T02:08:14 | 2021-02-24T02:08:14 | 340,292,219 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package com.sun.corba.se.PortableActivationIDL;
/**
* com/sun/corba/se/PortableActivationIDL/ServerNotActiveHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /jenkins/workspace/8-2-build-macosx-x86_64/jdk8u271/605/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/activ... | [
"goujinbo@outlook.com"
] | goujinbo@outlook.com |
e4d16665eff3e656de50c618795baeed1cc8b622 | 926b7007b03d1261717aeaf9fef1ba8fceb5ad12 | /src/main/java/com/msun/thirdpartyPay/wepay/exception/WepayException.java | 2cde89db3c8ff246b026f09e528d5e78f5f95daf | [
"Apache-2.0"
] | permissive | MSUNorg/thirdpartyPay | f5dee9d6ec25b975efef7c0b1ddfa4837bcd0140 | 35fa62c2aa23042f54314cebb1b918c707e3e82a | refs/heads/master | 2021-01-19T14:22:25.835211 | 2017-08-04T09:12:45 | 2017-08-04T09:13:39 | 88,155,176 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package com.msun.thirdpartyPay.wepay.exception;
/**
* 微信支付异常
*
* @author zxc Apr 13, 2017 6:42:34 PM
*/
public class WepayException extends RuntimeException {
private static final long serialVersionUID = 8445615780195056892L;
/**
* 当微信发生错误时,对应的错误码
*/
private String errorCode;
... | [
"zhangxiongcai337@163.com"
] | zhangxiongcai337@163.com |
2976db490e7f3b6f014c83bea9b1cb16f9ee6a71 | a724a88f7113bcd9f812d50900d40917c2783db2 | /PR08Geometry/src/ee/taltech/iti0202/geometry/shape/Triangle.java | 5f11e1aae928c4840f1ec04b36ebbefc6d7eda0f | [] | no_license | JelenaKiblik/School-java | 02e3f8507cb0379ae6609532441e1a945bff24c7 | b4fcada35daeda20f6cab4bbbd3f7f07a1ce2cc2 | refs/heads/master | 2020-06-05T20:32:11.100628 | 2019-06-05T14:02:41 | 2019-06-05T14:02:41 | 192,536,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package ee.taltech.iti0202.geometry.shape;
public class Triangle extends Shape {
public Triangle(String name, int angles, Color color, int size) {
super(name, angles, color, size);
}
}
| [
"jekibl@ttu.ee"
] | jekibl@ttu.ee |
66c45f161c5ccc98ec0964faa467179e742f9e97 | fcff93e8c7f87ad88bdc9abca4453fbe86bb4328 | /code/section_iii/3_2_passing_multiple_parameters.java | 72bcad3d6e4d45b067ffc376657d757609df9417 | [] | no_license | kumarraunak/oreilly_programming_with_sql | 4b16e5cf1a1ebf13dd94d900ce7b78430a40ca12 | 32aece26780f1c3f4f8014476ebce99686b81b91 | refs/heads/master | 2022-04-05T15:39:39.103664 | 2020-02-27T14:51:52 | 2020-02-27T14:51:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class JavaLauncher {
public static void main(String[] args) {
try {
Connection conn = DriverManager.getConnection("jdbc:sqlite:/c:/git/oreilly_advanced_sql_for_data... | [
"thomasnield@live.com"
] | thomasnield@live.com |
a679cff6c117bfce38e25b30df848ee6015e2de7 | 39d3eca8d1a53c3cffd07a53922ea483ac410db6 | /Mqtt piolt/app/src/main/java/com/example/viji/my/MainActivity.java | 6826e2f5c8f8aa6babfb74af6e853969298f1862 | [] | no_license | justin1093/MQTT-Project | 8a669c180989e1eb038a47d4e231af5a1a9c5fac | 8ecc164b443e73505990e51ef97fbf3c4cf1b37a | refs/heads/master | 2021-01-21T18:34:47.984890 | 2017-05-22T14:41:31 | 2017-05-22T14:41:31 | 92,063,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.example.viji.my;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_mai... | [
"justinmnl@hotmail.com"
] | justinmnl@hotmail.com |
2be67344aaa3f3481f65c14ca9a01bd60f73c5d2 | 11928d2fc74f845065198722c3ffc5e415d81bee | /src/main/java/employee/manager/service/EmployeeService.java | e417148d161518b81a2cc1d0af5089e0e18c0da8 | [] | no_license | grandiene/manager | d0e108d1579184fffe406c6aed2eabfa024f473d | 590f513ea94fdb27ba6837dbdd0ebf0518e2783e | refs/heads/master | 2023-06-17T00:07:18.477819 | 2021-07-12T02:07:21 | 2021-07-12T02:07:21 | 385,098,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package employee.manager.service;
import employee.manager.model.entity.Employee;
public interface EmployeeService {
Employee save(Employee employee);
void setIsDelete(Integer id);
Employee update(Employee employee);
}
| [
"jr.yayan@gmail.com"
] | jr.yayan@gmail.com |
dc06b5d8030eb8a502df6208d7b7ca67e15b9877 | 69e8d40a685b0affa61f940c49feadf585397267 | /spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AbstractNamedValueMethodArgumentResolver.java | efa4d7da1e1937cc84e2292cb505574d8796bfa8 | [
"Apache-2.0"
] | permissive | rocky-peng/spring-framework-v5.2.1.RELEASE-sourcecode-read | 5be7e3e1ef408f0b2bee5b65b76d1d7b68b21011 | 4991a34860407ddcd644732a5ea8f84bc058efb1 | refs/heads/master | 2020-09-30T15:16:32.014509 | 2020-03-05T15:11:10 | 2020-03-05T15:11:10 | 227,312,986 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,896 | java | /*
* Copyright 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"rocky.peng@qq.com"
] | rocky.peng@qq.com |
866c5c26b549f26d5dbde7aff0c92b9b131e2ef9 | 9120caf11387377b220faf223a1b91c5803edfa3 | /ListViewWithCustomAdapter/gen/com/example/listviewwithcustomadapter/BuildConfig.java | 91ec2e6303be5c02acdbaaf72b93cb2ad06c3be5 | [] | no_license | cyuunankai/android_lessions | 3166fa28e3837759d50bf54020e4b951727ebf65 | 60cd2d6b08ebc917407656b744391d29a9bcd94d | refs/heads/master | 2020-05-19T07:17:43.144273 | 2015-01-20T02:52:40 | 2015-01-20T02:52:40 | 26,475,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.listviewwithcustomadapter;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"li_yang@microad-tech.com"
] | li_yang@microad-tech.com |
4febfbe4beab50958f8e1a942f053216a9412e11 | e240359d70fda0974502cc6da46a576e0b493052 | /homework6 - Graphs/test/GraphTaskTest.java | 0c6a169cf2af60c75b958ed172f3b73fbdfcd8b6 | [] | no_license | MartinSirg/Algorithms-and-Data-Structures | a3f7329ae3b4a873e70ac8ad65c2a8260e52bc7e | 13f9c551fdb034357903f1f544d0284e8a6fd8ab | refs/heads/master | 2021-10-11T15:06:02.764028 | 2019-01-27T17:59:27 | 2019-01-27T17:59:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | java | import static org.junit.Assert.*;
import org.junit.Test;
import java.util.*;
public class GraphTaskTest {
@Test (timeout=20000)
public void testGraphNotSameObjectAsClone() {
Graph graph = new Graph("G");
graph.createRandomSimpleGraph(6,10);
Graph clone = graph.deepGraphClone();
assertNo... | [
"sirgmartin@gmail.com"
] | sirgmartin@gmail.com |
7a4f80819d28dce6686672b348f9c2e7f29397ad | f64fcd2d9d37e4a2c29bf0504f45e95dcaef48ce | /04.spring-mq/mq-sender/src/test/java/com/sinosoft/mq/WanYiMingSenderTest.java | 9ecfab48904f2bb1a6b323ec1a188b3ae1e01740 | [] | no_license | chenzecq/StudyProject | 19953bfca1df15300edadf060b307547c4d21a03 | a77a26be49b0caaa3c804426a841040379013dbd | refs/heads/master | 2021-01-17T18:33:28.534269 | 2017-03-05T12:48:06 | 2017-03-05T12:48:06 | 84,135,018 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.sinosoft.mq;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
/**
* Created by WanYiMing on 2017/2/28.
*/
@ContextConfigurat... | [
"wanyiming@sinosoft.com.cn"
] | wanyiming@sinosoft.com.cn |
31fa1cc30299dcde0f8e4b82e429a6aef50cb216 | 8eaaf20f0f20240fb0e31cb62ff838b8bbca7770 | /DreamPvP [mc-1.3.1]/se/proxus/DreamPvP/Mods/m_Chams.java | fc6759a9caa09dbf42de3798792e24e463d22b99 | [
"LicenseRef-scancode-public-domain",
"Unlicense"
] | permissive | Olivki/minecraft-clients | aa7e5d94596c3c67fa748816566ccce17160d000 | 19e00b00d3556e6b3cee5f968005638593d12c01 | refs/heads/master | 2020-04-13T05:30:22.073886 | 2019-03-04T20:52:54 | 2019-03-04T20:52:54 | 162,994,258 | 4 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 340 | java | package se.proxus.DreamPvP.Mods;
import static org.lwjgl.input.Keyboard.*;
public class m_Chams extends Base_Mod {
public m_Chams() {
super('7', "Chams", "Makes it so you can see players through walls.", KEY_NONE, "Player", "[§eP§r] ");
}
@Override
public void onEnabled() {
}
@Override
public void onDi... | [
"0liverb3rg@gmail.com"
] | 0liverb3rg@gmail.com |
63c392de03b5be02bf7976d43175c4009621cb16 | 51d1ce4c6007dafc3eb68f4f421ede0e99b97c67 | /spring-boot/ses-spring-boot/src/main/java/app/ses/SESProcessor.java | 9af430f11c639c8c18098b397e2a7890ba23946c | [
"MIT"
] | permissive | rommy2015/code-examples | ac0d0c3b59b1dd59eb9b99a4a40a44e886c2c55e | 65b90553ccd9adeb89b82e8764334b0b3f916a5d | refs/heads/master | 2022-12-08T11:40:51.727522 | 2020-08-24T06:33:49 | 2020-08-24T06:33:49 | 289,846,908 | 0 | 0 | MIT | 2020-08-24T06:31:15 | 2020-08-24T06:31:14 | null | UTF-8 | Java | false | false | 3,571 | java | package app.ses;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.LinkedList;
import java.util.Queue;
import java.util.logging.Level;
import java.util.logging.Logger;
public class SESProcessor extends Thread {
private static final Logger LOG = Logger.getLogger(SESProcessor.cl... | [
"hi@attacomsian.com"
] | hi@attacomsian.com |
65add415b6cfc8a38cbd5bf06446bead47ea9064 | 494a18dee6e7e8b5cc0b49aa794ac9cd1ba10a2c | /src/ContactTracingProgram.java | 60bfd719db6dd212b8853a672dfd3e22ce8aac38 | [] | no_license | Apr2020JavaBootcamp/Week3Challenge1 | 6f22072556dd79a104a95cab805e6cfc66674358 | 9a30c00b66024e8e8b2f22b0814e2982d0733649 | refs/heads/master | 2022-07-02T01:40:13.126943 | 2020-05-08T18:44:12 | 2020-05-08T18:44:12 | 262,401,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,508 | java | import java.util.ArrayList;
import java.util.Scanner;
public class ContactTracingProgram {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
String userInput;
Person person1 = new Person();
ArrayList<Contact> contactList = new ArrayList<>();
Arra... | [
"rap9210@gmail.com"
] | rap9210@gmail.com |
320166bb7354fa5ae909eca1fd42fba0ba248c36 | 779b09784a0012ae3c463ca1350fcaf92721074e | /app/src/main/java/com/dflores/misgastosapp/repositories/OperationsRepository.java | 459694252b3163970d89be361ef4a02293c5f896 | [] | no_license | rafael1diego/MisGastosApp | 6514209518a3db900986d9cbb6bafdd795dad66e | 449a808b3034da7c64ef1483c658d89127dc25e2 | refs/heads/master | 2020-08-05T17:22:11.287236 | 2019-10-03T16:55:05 | 2019-10-03T16:55:05 | 212,455,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,722 | java | package com.dflores.misgastosapp.repositories;
import com.dflores.misgastosapp.models.OperationsModel;
import com.dflores.misgastosapp.models.OperationsModel;
import java.util.ArrayList;
import java.util.List;
public class OperationsRepository {
private static List<OperationsModel> operation;
static{
... | [
"diego.flores.ma@tecsup.edu.pe"
] | diego.flores.ma@tecsup.edu.pe |
084b83af438423732ab915b08815c3784cf41ca7 | 1e318522468c76d4f11ced10d11cb7064750420b | /src/main/java/com/sihle/simple/controller/exception/RestControllerException.java | 82e1a4fc6e03fa6124d96a80648448c54f67ce61 | [] | no_license | zenzilesihle/simple | b77aef635721a7abdf3af4dfbca588778972dc29 | 044c9146fd4b41de3cc1bf9765a904279300ed49 | refs/heads/master | 2020-08-05T15:45:54.759069 | 2019-10-03T14:33:43 | 2019-10-03T14:33:43 | 212,601,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package com.sihle.simple.controller.exception;
import org.springframework.web.bind.annotation.RestControllerAdvice;
@RestControllerAdvice
public class RestControllerException {
}
| [
"Sihle.Zenzile@vcontractor.co.za"
] | Sihle.Zenzile@vcontractor.co.za |
933b91bf951ac240f1c0e259d4b6f1a7ff355333 | f16c1556d1f84f4d638759ddf0b9cd62c2454cc5 | /productService/src/main/java/com/product/mapper/ProductMapper.java | e9bd57e0e7e0a90eae308f18a2ce5c63ac284190 | [] | no_license | HelloHang/ecommerce | 2a1b8a75a1a4a89a7eb1801cea51c07e28bf0525 | 99132ebfecbf163c9ee00cc667f39c1e3b37be4f | refs/heads/master | 2022-06-22T09:17:34.715074 | 2019-09-11T09:55:54 | 2019-09-11T09:55:54 | 202,358,922 | 1 | 0 | null | 2022-06-21T01:48:22 | 2019-08-14T13:42:56 | Java | UTF-8 | Java | false | false | 1,213 | java | package com.product.mapper;
import com.product.entity.ProductEntity;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.annotations.Results;
i... | [
"544533631@qq.com"
] | 544533631@qq.com |
4b7383941a482973683db04baf1cbe22f552062f | e153fd48766258106886509240c29775ef3feb4a | /examples/showcase/src/main/java/org/springside/examples/showcase/webservice/soap/response/GetUserResponse.java | d6ad1d735721825f113c5379caad9f41b96a1951 | [
"Apache-2.0"
] | permissive | liuweizaixian/springside4 | d0e23a7c435ada38e508d6a06888ff7ee1e090a4 | e1f35a597899abc3d4f0ef3f49747bee40fcc384 | refs/heads/master | 2021-01-23T22:19:28.235574 | 2012-09-03T17:09:48 | 2012-09-03T17:09:48 | 5,666,122 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package org.springside.examples.showcase.webservice.soap.response;
import javax.xml.bind.annotation.XmlType;
import org.springside.examples.showcase.webservice.soap.WsConstants;
import org.springside.examples.showcase.webservice.soap.response.base.WSResponse;
import org.springside.examples.showcase.webservice.soap.re... | [
"calvinxiu@gmail.com"
] | calvinxiu@gmail.com |
b508496aa401d77a17772b9df0452aee893384b3 | b74b4f31817b401b60ba3dfb1b50658d79977c7e | /src/com/Substation/TIDNaming.java | 067e93bc8f97115118e34e80d5f33ef41d4e1163 | [] | no_license | AnastasiaPrix/BananaProject | d34b3ffa93b0da44d5e9d14656c9111294c5dbbe | a6b70fc7f1696c72bede207ed16b62e256452d28 | refs/heads/master | 2022-05-30T18:07:13.381535 | 2019-06-28T16:49:05 | 2019-06-28T16:49:05 | 186,911,746 | 0 | 0 | null | 2022-05-20T20:57:48 | 2019-05-15T22:34:52 | SuperCollider | UTF-8 | Java | false | false | 2,657 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.05.... | [
"diana-96.9696@mail.ru"
] | diana-96.9696@mail.ru |
7a2774f806d17edee7df252b88f5ee1e75ab8a97 | 883b7801d828a0994cae7367a7097000f2d2e06a | /python/experiments/projects/inovexcorp-mobi/real_error_dataset/1/83/BalanaPolicyManager.java | 5a250e3c8653eb02c6b4ddbbe2698edb4bea04a4 | [] | no_license | pombredanne/styler | 9c423917619912789289fe2f8982d9c0b331654b | f3d752d2785c2ab76bacbe5793bd8306ac7961a1 | refs/heads/master | 2023-07-08T05:55:18.284539 | 2020-11-06T05:09:47 | 2020-11-06T05:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,873 | java | package com.mobi.security.policy.impl.xacml;
/*-
* #%L
* com.mobi.security.policy.impl.xacml
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2016 - 2018 iNovex Information Systems, Inc.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public ... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
a797931fc8a15d09cc36b12b7065b25898e0890d | 844474886b85d4183c4afcb90ef6a2075835b5fc | /9.4PersonalJavaWeb/src/club/banyuan/servlet/SearchDeptServlet.java | fca0adb6d6dbb168c6679b760ab835c0a294baae | [] | no_license | cloudy-cyber/JavaEE | 3352410a52de72bc392dda619469b471e31865f8 | e9e6edca1aa15950534ab65b814f3409c895edf4 | refs/heads/master | 2022-12-21T14:29:13.409785 | 2020-09-18T08:31:45 | 2020-09-18T08:31:45 | 284,983,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,714 | java | package club.banyuan.servlet;
import club.banyuan.pojo.Department;
import club.banyuan.service.DepartmentService;
import club.banyuan.service.impl.DepartmentServiceImpl;
import com.alibaba.fastjson.JSONObject;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http... | [
"1191130744@qq.com"
] | 1191130744@qq.com |
654f6db1df21e22c0267586c152d903c15ee9961 | cf64ff59a0292500d65d69fcfb0b42d7e4dba9d8 | /samples/powerPoint/build/src/ppt/OCXExtenderEvents.java | 6f0fbbbb989546bd604293322e0dd9289acd782e | [
"BSD-2-Clause"
] | permissive | nosdod/CDWriterJava | 0bb3db2e68278c445b78afc665731e058dc42ea4 | 7146689889d8d50d7162b21ea0b98fc5c2364306 | refs/heads/main | 2023-09-06T01:32:33.614647 | 2021-11-23T15:14:42 | 2021-11-23T15:14:42 | 431,142,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package ppt ;
import com4j.*;
@IID("{914934C1-5A91-11CF-8700-00AA0060263B}")
public interface OCXExtenderEvents extends Com4jObject {
// Methods:
/**
*/
@VTID(7)
void gotFocus();
/**
*/
@VTID(8)
void lostFocus();
// Properties:
}
| [
"mark.dodson@dodtech.co.uk"
] | mark.dodson@dodtech.co.uk |
e835c3d421c7ccf19d07086623345cd07da769a2 | 57f484bc51709d7debd56c949e4037a5966b6c5b | /grid/connect/ConnectService.java | 33cc4f12bd973392e04b945481ccf09eb8fd1d23 | [] | no_license | xiangmujbl/adf2 | a8c8eb5524b63e3a01fffdf25a45d3bd5e5de53d | cb6a2914633f93ed82cfbe778925e5b904d589c0 | refs/heads/master | 2020-03-22T17:02:14.618445 | 2018-10-19T02:05:19 | 2018-10-19T02:05:19 | 140,368,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.jnj.adf.dataservice.adfcoreignite.grid.connect;
public abstract interface ConnectService
{
public abstract boolean connect(String paramString1, String paramString2);
public abstract boolean isConnect(String paramString);
}
/* Location: C:\Users\jliu315\repository\com\jnj\adf\adf-core\... | [
"15151326922@163.com"
] | 15151326922@163.com |
1e16a183010f160f7c1a26f0c3ed67474ec5b1ed | 7a59674f00b9b6a9b6ca3baa0eca5679f16b566a | /demo-data-jpa/src/main/java/demo/service/ReviewRepository.java | 206dd591951cc632ee03f63feaf0037b476f405d | [
"Apache-2.0"
] | permissive | crsmejia93/spring-boot-samples | d8ae2ebb5dd449a25eb19b6fb53d88fae3902e8b | d4d43f131fa576c3dc7a036568ada5fdbddcec7d | refs/heads/master | 2020-06-01T13:01:55.821348 | 2019-06-07T20:08:39 | 2019-06-07T20:08:39 | 190,788,185 | 0 | 0 | Apache-2.0 | 2019-06-07T18:06:17 | 2019-06-07T18:06:17 | null | UTF-8 | Java | false | false | 1,057 | java | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"jose.diaz@joedayz.pe"
] | jose.diaz@joedayz.pe |
328da6076864db92f706d8bbee4ada7948a8e0be | f3e6c412ad97e108eb5978e60dbac2dddb442084 | /src/main/java/za/co/tman/billing/enums/enumwrappers/IncidentPriorityDeserializer.java | 2b24ab4700d4c61d4ec71fc0ee20db4c15406bc5 | [] | no_license | kappaj2/IMN-BillingModule | 6a333e92cd91413a108f2270eb3071996b65e128 | ab8a73954c28557fce3195cb85c71b27be9b841d | refs/heads/master | 2020-03-20T22:38:08.545184 | 2018-07-24T07:44:28 | 2018-07-24T07:44:28 | 137,807,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | package za.co.tman.billing.enums.enumwrappers;
import java.io.IOException;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.ObjectCodec;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.fasterxml.jackson.dat... | [
"kappaj@gmail.com"
] | kappaj@gmail.com |
bf87e2decc86dc9f5f6cdbc4b390a12b87a0f5a8 | df8ffbf9e80b7635ca5c0089cd348fdccb2d09fd | /day1013/MethodOverloadingTest06.java | ef719792c3233e1e663c835c5eede60207f02ba2 | [] | no_license | MegiLove/javaStudy | 39c1eb6b5b8ac507893468e213c87001ff29b259 | 9c0e8c61838bc745c63f510cf4b3f4c98b9fd8c2 | refs/heads/main | 2023-08-29T07:45:03.249131 | 2021-10-15T08:50:42 | 2021-10-15T08:50:42 | 411,869,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | class SistUtil
{
public static int sum(int data[])
{
int sum=0;
int arr[]= data;
for(int i=0; i<arr.length; i++)
{
sum+=arr[i];
}
return sum;
}
public static double sum(double data[])
{ double sum=0;
double arr[]=data;
for(int i=0; i<arr.length; i++)
{
sum+=arr[i];
}
re... | [
"ibisevic@naver.com"
] | ibisevic@naver.com |
00ec988225e98c31ee489dad5c18525861b3330b | 47252198ca0dca179b60cf761057341994ba6d20 | /umeng_libs/src/com/umeng/comm/ui/adapters/FeedImageAdapter.java | 43a2e2844c16cbcfe135d56c970e68756427a2d7 | [] | no_license | lnczx/meijia-yxz-android | 31156daf065245b0ed9899786f1f3acff63f170c | 1757d5800b5b8de281d9b94f69279e56fa0eaff8 | refs/heads/master | 2021-04-22T11:51:05.778283 | 2016-08-19T10:44:10 | 2016-08-19T10:44:10 | 57,012,678 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,617 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014-2015 Umeng, Inc
*
* 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 u... | [
"kerryg@yeah.net"
] | kerryg@yeah.net |
213fb4ccebe7682dac688655657aa8a46cc04077 | c9479b2e04a986670318f0c8bc2c03f67cd2f7eb | /leetcode/0-250/035-constructRectangle.java | 4aa0125285f887ec812cb5e296f897e2a311afc8 | [
"MIT"
] | permissive | nurnisi/algorithms-and-data-structures | 419b7025d2d245f7fecd1b8daf7b5e1dcb41cdbf | 577c0225b1d4aff091d60489920f3a95afb660bd | refs/heads/master | 2023-08-23T10:14:24.065487 | 2019-10-31T20:22:45 | 2019-10-31T20:22:45 | 65,622,984 | 26 | 7 | MIT | 2019-10-07T10:30:16 | 2016-08-13T15:11:05 | Java | UTF-8 | Java | false | false | 151 | java | public static int[] constructRectangle(int area) {
int n = (int) Math.sqrt(area);
while(area % n != 0) n--;
return new int[]{area/n, n};
}
| [
"esenov7@gmail.com"
] | esenov7@gmail.com |
5d8f9e333aad422e049d725b990e05f6c03a3125 | 2eed37d6f29fe10c8e6ed1ebc9c0de0c0a2fd02c | /src/test/java/models/AnimalTest.java | f1ad06464bbed49a9fb094a33d2f83b1b173ad4f | [
"MIT"
] | permissive | Abel-b/Atse-Wild | 2724a50c34e2f2eee2881d752f9a10807447d03a | dc7fa92ba1719439d7ff5d36ed08252654b01a40 | refs/heads/master | 2020-09-15T03:09:20.343192 | 2019-11-26T13:26:09 | 2019-11-26T13:26:09 | 223,333,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package models;
import org.junit.After;
import org.junit.Before;
import static org.junit.Assert.*;
public class AnimalTest {
@Before
public void setUp() throws Exception {
// Animal animal = new Animal();
}
@After
public void tearDown() throws Exception {
}
} | [
"abelberhane011@gmail.com"
] | abelberhane011@gmail.com |
8dceb53a5014a5b385bc149274124372aec57f55 | ac890db04a6748f60a18f7317941a70dab3909be | /CS325/src/utils/DSUtils.java | c4ef5423cd1ff84cfef84aea444e992b9a2c0502 | [] | no_license | knt102000/cs325Projects | 2ede3733c0c9913df244ca0ba2012c4f7822c996 | c461f879240667e0464d919555e2a5f00e879f64 | refs/heads/master | 2020-04-06T03:53:01.322778 | 2015-03-02T05:38:48 | 2015-03-02T05:40:09 | 29,660,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package utils;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import cs325.classifier.StringFeature;
public class DSUtils {
@SuppressWarnings("unchecked")
static public <T>List<T> createList(T... keys) {
List<T> list=new ArrayList<>(keys.length);
for (T key:keys) list.add(k... | [
"ctsui3@emory.edu"
] | ctsui3@emory.edu |
2a0f04667c743b97129ada7ddfc24a2458192ed4 | 19711b18c28763c1ca9c68a6c017806e78eca334 | /src/main/java/com/demo/encode/result/EncodeResult.java | 6aa3ab599cc385de7775eb7acba30276c54977ce | [] | no_license | universalMachine/encoder | 125747ed3cbdc25cfb05f5df99a0dea125ffd34d | bb931053e534fb8fb16563a8b402882adc2cd23c | refs/heads/master | 2020-03-16T17:42:35.715502 | 2018-05-10T03:34:29 | 2018-05-10T03:34:29 | 132,843,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.demo.encode.result;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.Setter;
public class EncodeResult {
/**
* 表示编码成功或失败
*/
private Integer statusCode;
/**
* 编码的结果,如果编码失败则是空字符串
*/
private String encodeResult;
public EncodeResult() {
}
publ... | [
"xiaokeaiabao@126.com"
] | xiaokeaiabao@126.com |
03dd9d5ca12767bc5b054c208197c15b3babf98b | e04318bab858eb83c6257287d58d794deae5a25d | /app/build/tmp/kapt3/stubs/debug/com/raywenderlich/android/droidwiki/dagger/NetworkModule.java | eabfe88850efdb4c0074b47d142606d3821de5c3 | [] | no_license | Honey14/wiki-pedia-dagger | 0fd2754a1d8692e8a965d4c49f61e59933020c24 | b1b9ef15d5f84d1bec841bebce08d583d954d657 | refs/heads/master | 2022-12-23T04:00:44.189979 | 2020-07-20T15:19:00 | 2020-07-20T15:19:00 | 280,614,575 | 2 | 0 | null | 2020-07-18T08:54:29 | 2020-07-18T08:26:30 | null | UTF-8 | Java | false | false | 3,030 | java | package com.raywenderlich.android.droidwiki.dagger;
import java.lang.System;
@kotlin.Metadata(mv = {1, 1, 16}, bv = {1, 0, 3}, k = 1, d1 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n... | [
"honeysonwani88@gmail.com"
] | honeysonwani88@gmail.com |
3615e167593cf6b858b30e88c47098276cdfbf4b | d43a41079529348ffb737c5f0b2dcd9a14573ec7 | /Java-Web-Basics/Exams/Torshia/jsp/src/main/java/torshia/service/ReportServiceImpl.java | a055d3cc7e15e25accf8e45133e6fea4f38e6113 | [
"MIT"
] | permissive | IvayloIV/Java | 4688071e052c1a11179306f6464492286fbf0a88 | 00952f83f43ea8d8b300fcc762c2dae458dc5860 | refs/heads/master | 2022-12-04T01:13:20.175961 | 2022-09-28T21:11:38 | 2022-09-28T21:11:38 | 192,743,500 | 0 | 1 | MIT | 2022-11-24T09:54:29 | 2019-06-19T14:00:10 | Java | UTF-8 | Java | false | false | 2,507 | java | package torshia.service;
import org.modelmapper.ModelMapper;
import torshia.domain.entities.Report;
import torshia.domain.enums.ReportStatus;
import torshia.domain.models.services.ReportServiceModel;
import torshia.domain.models.services.TaskServiceModel;
import torshia.domain.models.services.UserServiceModel;
import ... | [
"ivvo98@abv.bg"
] | ivvo98@abv.bg |
e5c071d2a0b9e922647dd772b83b690312150c72 | 36de8dd09c8281624faf450fd8986353b8f6b793 | /src/osmedile/intellij/stringmanip/sort/tokens/TokenLine.java | 2c72f36780bb31e6361e7ed3d4117b4c39cd39dd | [
"Apache-2.0"
] | permissive | tan9/StringManipulation | 49bf6856741158992494b6265ae8315804beb498 | 0129602dc688b0cc44932346a5c3567edb0bed5b | refs/heads/master | 2023-03-20T23:26:45.189745 | 2021-03-06T02:38:24 | 2021-03-06T08:17:30 | 263,498,735 | 0 | 0 | Apache-2.0 | 2020-05-13T01:53:52 | 2020-05-13T01:53:51 | null | UTF-8 | Java | false | false | 3,806 | java | package osmedile.intellij.stringmanip.sort.tokens;
import org.jetbrains.annotations.NotNull;
import osmedile.intellij.stringmanip.align.FixedStringTokenScanner;
import osmedile.intellij.stringmanip.sort.support.SimpleSortable;
import osmedile.intellij.stringmanip.sort.support.SortSettings;
import osmedile.intellij.str... | [
"vojta.krasa@gmail.com"
] | vojta.krasa@gmail.com |
848263b4702aa6b0f64be62f1ec6afeaaf540970 | cad4f947dbb6f1ef7f6d531aaf725ec4b8c7986e | /arcusApp/app/src/main/java/arcus/app/device/pairing/post/controller/AddToFavoritesFragmentController.java | 7fa28ecdead780d7355cee33f98d3b5ff4fda4e8 | [
"Apache-2.0"
] | permissive | pupper68k/arcusandroid | 324e3abbd2f3e789431c7dcac1d495c262702179 | 50e0a6d71609bf404353da80d8e620584cc818d3 | refs/heads/master | 2020-07-28T17:23:04.035283 | 2019-02-28T17:52:25 | 2019-02-28T17:52:25 | 209,477,977 | 0 | 0 | Apache-2.0 | 2019-09-19T06:24:01 | 2019-09-19T06:24:00 | null | UTF-8 | Java | false | false | 4,257 | java | /*
* Copyright 2019 Arcus Project.
*
* 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 a... | [
"b@yoyo.com"
] | b@yoyo.com |
a142cb9f213e72cadb5a0690c07ae5ac361b62ce | e1a90b9eadbb2ee78c545033ef354ea9ca902b75 | /src/ru/nsu/ccfit/pm/econ/controller/player/LocalState.java | ea31f4685c040e3bc856cd9ba0b81fe6c48d53a5 | [] | no_license | orfest/happypiggy | 85fdf893efbcd6cb1ce743cda29785b8d4bc1656 | 0b9e1e82f84132123a9a68eefef444ad2bfd4e08 | refs/heads/master | 2020-12-24T13:28:55.496725 | 2010-09-24T03:41:56 | 2010-09-24T03:41:56 | 32,205,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,246 | java | package ru.nsu.ccfit.pm.econ.controller.player;
import java.util.Date;
import java.util.TimeZone;
import com.google.gag.annotation.remark.Magic;
import com.google.gag.enumeration.MagicType;
import com.google.inject.Inject;
import com.google.inject.name.Named;
import ru.nsu.ccfit.pm.econ.common.controller.p... | [
"nkurtov@98a6e77e-0b7b-74f5-35af-b87a7c0ac467"
] | nkurtov@98a6e77e-0b7b-74f5-35af-b87a7c0ac467 |
9bccab766695e15e24f47404e8371ebe05063df4 | 61a5afc31de290a527dfbf0552c852577a706b7b | /plugin/src/main/java/me/scana/okgradle/internal/dsl/api/java/JavaModel.java | ec88c0c9bc16dd902a3dc53ec028f89805082117 | [
"Apache-2.0"
] | permissive | scana/ok-gradle | 892ca48e019a774d1c72cad556f8d14b2c3bebd9 | 7ecbade228ea8f055eead30e18f4c3b4d244d2de | refs/heads/master | 2023-09-04T10:39:08.921797 | 2021-01-10T19:11:04 | 2021-01-10T19:11:04 | 107,177,226 | 727 | 34 | Apache-2.0 | 2021-01-09T15:07:27 | 2017-10-16T20:05:45 | Java | UTF-8 | Java | false | false | 811 | java | /*
* Copyright (C) 2017 The Android Open Source Project
*
* 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... | [
"scanarch@gmail.com"
] | scanarch@gmail.com |
a04a044eee4038ffb598b4c4feefbb04c587ffe4 | 4a9b12103c506d93de7956e2d97e0e09663981d1 | /TSP/src/SA/City.java | c65d2f45263d3d849770308901ba992ed9030dc1 | [] | no_license | abdullah-ming/algorithm | f3dfa94e5e961a4235edda7381774dac1cac5da0 | e6d0db17e4a1a1eb217738a945c86989af242c21 | refs/heads/master | 2021-07-18T12:47:36.414840 | 2020-05-22T14:37:52 | 2020-05-22T14:37:52 | 154,482,566 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package SA;
public class City {
public City(){
}
public City(float x,float y){
this.x = x;
this.y = y;
}
// private int num;
private float x;
private float y;
public float getX() {
return x;
}
public void setX(float x) {
this.x = x;
}
public float getY() {
return y;... | [
"826479138@qq.com"
] | 826479138@qq.com |
6a68eacea5632e6f70054e8c046a2cd2c8ad8065 | 4bfe39028fffcad8d87192514ac717f98fc375c5 | /RocketStatsCore/src/gamerscreed/rocketstats/model/test/MatchResultPlayerDAOTest.java | 6eed5433aba27416756be14f187994c8972975af | [] | no_license | ChustaSoft/GamersCreed | 855b6063efe23e9ad31c401c29e46c6ef43274cd | 99c99f29560ba4d35db16a37dc9dd005575c5b1d | refs/heads/master | 2021-10-11T00:22:46.619161 | 2019-01-19T17:43:46 | 2019-01-19T17:43:46 | 55,869,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | package gamerscreed.rocketstats.model.test;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import gamerscreed.rocketstats.model.entities.MatchResultPlayer;
import gamerscreed.rocketstats.model.test.interfaces.CoreDaoTestInterface;
import... | [
"javiru87@gmail.com"
] | javiru87@gmail.com |
eb5c3234e0be4636a61e65601043e679207ea343 | 868d17c3d3f97ea43259966f01b8926ce5a546e4 | /service-rest/src/test/java/com/epam/gpipko/service/rest/ProjectServiceRestTest.java | c5e0b701b2d70d20bc246962136689b5d02e6a9e | [] | no_license | Brest-Java-Course-2021/gpipko | 3f847d6b1f09d4a807c2a44552eaa07f34bbbfc1 | 337ac85dcb51ba91d3ab069211a6b5969513c562 | refs/heads/main | 2023-04-09T03:15:46.088210 | 2021-04-18T16:17:21 | 2021-04-18T16:17:21 | 333,511,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,998 | java | package com.epam.gpipko.service.rest;
import com.epam.gpipko.Project;
import com.epam.gpipko.ProjectService;
import com.epam.gpipko.service.rest.config.TestConfig;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.jupiter.api.BeforeEach;
import org.... | [
"frotyk1@gmail.com"
] | frotyk1@gmail.com |
fa5f3cfa65a74f1a75ea89cf42255f7984ebe831 | 5636586629217a2a75be87b44df926b144633ce0 | /service-feign/src/main/java/com/lptree/servicefeign/ServiceFeignApplication.java | b33bbf77aacddd01bc3cd7b414241f2297b16137 | [] | no_license | lptree/spring-cloud-test | 5fc8d909757126bba7da9800c07db01a8a4744e4 | e39f0d4c1510738009b2d5b748a0403b0b9cbf4c | refs/heads/master | 2020-03-11T09:26:29.924571 | 2018-05-06T16:10:31 | 2018-05-06T16:10:31 | 129,911,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.lptree.servicefeign;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
@SpringBootApplication
@Enab... | [
"lphnl1@163.com"
] | lphnl1@163.com |
5390d3b57ad2d54d50ca8268f000f8359dcf08e4 | 850c81f763359af0a21961c2a2363df0651e2df1 | /tutorial/src/main/java/com/ss/service/impl/UserServiceImpl.java | 5175cbbc207ada844a3b1fad89688de261317656 | [] | no_license | surbhissaxena/tutorial | daad6c9c3eaaac5b1465bc4499468a5a49c092c5 | 6477dfe62a19d90f33a8bd46330d28baf1922bb8 | refs/heads/master | 2020-03-29T12:27:45.896280 | 2018-09-22T18:25:46 | 2018-09-22T18:25:46 | 149,898,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,467 | java | package com.ss.service.impl;
import com.ss.dao.UserDAO;
import com.ss.dao.impl.UserDAOImpl;
import com.ss.dto.UserDTO;
import com.ss.service.UserService;
import com.ss.util.DBResponse;
import com.ss.util.PasswordGenerator;
public class UserServiceImpl implements UserService {
UserDAO userDAO = new User... | [
"sur.saxena16@gmail.com"
] | sur.saxena16@gmail.com |
f549491e0305d4ebdba3649f0262ac5ce51d3ec8 | c60086e4147310ccc43ed1b127ca3e645fa62e57 | /code/src/fromaman/TreeTest.java | a8c067b1c0c03ae5acb4e8a009cdfd21d355cadc | [] | no_license | sachinmaheshwari/code-practice | a6a48bd527857ce067f2ba4b14b01ed900de02e9 | c059699811069a272c958ada47cf6066b45ab154 | refs/heads/master | 2021-12-09T06:22:16.992256 | 2021-11-08T11:26:39 | 2021-11-08T11:26:39 | 40,038,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package fromaman;
import java.io.IOException;
public class TreeTest {
/**
* @param args
*/
public static void main(String[] args) {
//Created a tree
Tree tree = new Tree("a");
//Added Child
tree.addChild("b");
tree.addChild("c");
//Added child of child
Tree child = new Tree("d");
tree.... | [
"sachin.maheshwari8@gmail.com"
] | sachin.maheshwari8@gmail.com |
e58f6c0bed7b4a54991d9f3ed1d491cbe9f72510 | 3bf8c61a201ff4a982ee42f580e0092ca8cc4e2d | /src/main/java/Test/DuoTai.java | 10cdd1bdab39385509bb1db876a02d3e94076073 | [] | no_license | codeauthorization/ConcurrentNote | 95c341db499dba762eec1a51fc31daf94aeb1124 | c289e73b26a77ff1c2f12fbbfe75db9da1b239a2 | refs/heads/master | 2022-06-22T03:47:47.211397 | 2019-10-14T12:27:11 | 2019-10-14T12:27:11 | 205,340,269 | 0 | 0 | null | 2022-06-21T01:46:42 | 2019-08-30T08:33:56 | Java | UTF-8 | Java | false | false | 767 | java | package Test;
public class DuoTai extends Girl{
@Override
public Integer getPublicInt() {
return super.getPublicInt();
}
public static Integer getStaticInt() {
return 2;
}
public static void main(String[] args) {
Girl duoTai = new DuoTai();
Integer publicInt ... | [
"ayang818@qq.com"
] | ayang818@qq.com |
d5a0f53a77ce885daa2846cde335a614c8eaca32 | 0ca28fa577f5f7a2c0ee1eb9edd613fe5917d34b | /WEB_MOTEL/src/com/slook/converter/BaseConverter.java | 40573dd53fcf03d7a6337cdb038b49e87933eb4b | [] | no_license | vietnv5/motel-project | 88fbe567a53f172ef93c7f53092e06e094b89de9 | 7b228bc1b13359ecfac8c78e49f9c8bb2e3f5d85 | refs/heads/master | 2023-03-12T19:05:22.379540 | 2019-05-01T15:25:57 | 2019-05-01T15:25:57 | 174,317,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,035 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.slook.converter;
import com.slook.util.DataUtil;
import java.io.Serializable;
import java.lang.reflect.Method;
i... | [
"vietnv@1d7999a0-bdfd-47d3-b774-009da9be2ac5"
] | vietnv@1d7999a0-bdfd-47d3-b774-009da9be2ac5 |
763db752bac7f0e8afbc4a3e3324e3471563a4ee | 40e2ce65c8c929a8237b9b83392bf1c0a86c995b | /src/day39/CarMaker.java | 4e3d9d4c20c5b3e857f54481ddf059e242623ef6 | [] | no_license | abrahamhope/CybertekJavaClasses | f65816bceb2e4f35a9ce12e399f136e375e1c4d7 | acdf6aa59d79ab900f59e8bd8982addea192dff7 | refs/heads/master | 2020-11-27T22:26:01.044451 | 2020-02-23T21:47:40 | 2020-02-23T21:47:40 | 229,625,040 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package day39;
public class CarMaker {
public static void main(String[] args) {
Car c1=new Car();
c1.model="corolla";
c1.year=2018;
c1.make="toyota";
c1.color="green";
System.out.println(c1.year+" "+c1.color+" "+c1.make+" "+c1.model+" ");
Car c2=new Car();
... | [
"abrahamisaachope@gmai.com"
] | abrahamisaachope@gmai.com |
6fec38b8def56c203c1ce1e0c626b2f40ba4c0f2 | 956a88098bd8180239ba00fae9f1c1e61a8b985e | /src/main/java/com/example/security/role/UserRole.java | c41c6e50c2f00757e18171a4d1dbdebaac9c80ab | [] | no_license | valchanov/Spring-Security-with-JWT | 29a35a031554548e442e8c87b3a31a52c02478fe | 3919a00f8e6bbb2938685bdcbfe407320059c4e1 | refs/heads/main | 2023-03-08T14:00:30.018610 | 2021-02-23T15:34:31 | 2021-02-23T15:34:31 | 307,378,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package com.example.security.role;
public enum UserRole {
ROLE_USER,
ROLE_ADMIN,
ROLE_ANONYMOUS;
public String forSecurity() {
return this.name()
.replace("ROLE_", "");
}
}
| [
"georgi.buyukliev@accedia.com"
] | georgi.buyukliev@accedia.com |
dd152626da8fd2a8a98d282c69a87e7aeb8a8164 | a20f447b6368ad342f40fc47f47aa2dc29b9f65e | /app/src/main/java/xyz/tfti/app/SyncAdapter.java | 3ee62a364d8fdd2c2c2790ff52bc9a0e8da2efa2 | [] | no_license | yjimmyy/tfti-android | 1790e3b50e53b5c3f5c17c01d3cc84d7296b8e9f | 834756b8b8b370a596428e6718c32e9b274160ba | refs/heads/master | 2021-01-19T08:16:06.444007 | 2016-02-21T07:19:25 | 2016-02-21T07:19:25 | 42,151,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package xyz.tfti.app;
import android.accounts.Account;
import android.content.AbstractThreadedSyncAdapter;
import android.content.ContentProviderClient;
import android.content.ContentResolver;
import android.content.Context;
import android.content.SyncResult;
import android.os.Bundle;
import android.util.Log;
/**
* ... | [
"yjimmyy@gmail.com"
] | yjimmyy@gmail.com |
2317c75a6ed43801005643c0bbecfbb7ebc6b1ff | ff5107cf2f495b2a07329cdf7190ff6469a1a834 | /apps/microservices/ad/src/test/java/com/adloveyou/ms/ad/web/rest/MediaTargetResourceIntTest.java | b5f8334291cce4c5c4532fc90bb967c0d9ef33aa | [] | no_license | icudroid/addonf-microservice | 596e341cf282e1190c3752f6adf5a2c210976032 | db9e80617b206ff3c1122e56f3c6de14e555692e | refs/heads/master | 2021-05-09T02:15:47.863941 | 2018-01-27T20:29:48 | 2018-01-27T20:29:48 | 119,200,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,709 | java | package com.adloveyou.ms.ad.web.rest;
import com.adloveyou.ms.ad.AdApp;
import com.adloveyou.ms.ad.config.SecurityBeanOverrideConfiguration;
import com.adloveyou.ms.ad.domain.MediaTarget;
import com.adloveyou.ms.ad.repository.MediaTargetRepository;
import com.adloveyou.ms.ad.service.MediaTargetService;
import com.ad... | [
"dimitri@d-kahn.net"
] | dimitri@d-kahn.net |
c76462efa7c333a73aa1d0276b6a84b519c0398c | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/dynamosa/tests/s1020/24_webmagic/evosuite-tests/us/codecraft/webmagic/Site_ESTest.java | 62993b10cecf083646dbac90052e5546762c6b3e | [] | no_license | sealuzh/dynamic-performance-replication | 01bd512bde9d591ea9afa326968b35123aec6d78 | f89b4dd1143de282cd590311f0315f59c9c7143a | refs/heads/master | 2021-07-12T06:09:46.990436 | 2020-06-05T09:44:56 | 2020-06-05T09:44:56 | 146,285,168 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 72,556 | java | /*
* This file was automatically generated by EvoSuite
* Thu Jul 04 06:25:10 GMT 2019
*/
package us.codecraft.webmagic;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.LinkedHashSet;
import java.util.Set;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParamete... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
0f852debdec7960b70f127a3b1b388e58394c75e | 158c4b2aded0df654e9441c67a820ea74f04477f | /src/test/java/com/bind/eventbus/eventbus/EventbusApplicationTests.java | d4f61b9fab40bc007e9e4a4312f13dd44aa15c8f | [] | no_license | careybind/eventbus | 5cd49c8eda3abffdf9166e275f2b808603ec1f63 | e0e0170a5dfb3a2474569d5b16380b3765948db2 | refs/heads/master | 2020-06-25T08:32:35.526216 | 2019-09-11T02:43:39 | 2019-09-11T02:43:39 | 199,259,954 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.bind.eventbus.eventbus;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EventbusApplicationTests {
@Test
publ... | [
"821874441@qq.com"
] | 821874441@qq.com |
d8c767dea6f969bc455fb511de0394462cda6720 | 6f27727f4a3d9542b0fa3fc565fae379b0ff0aad | /src/leetcode/editor/cn/ReverseLinkedListIi.java | bd0562f0dde62db418fc1f7c936a9aafa961bb98 | [] | no_license | nuaayuhy/JavaCode | 4c1556d8869f9fb8a33b16520440daf20a2832bd | 7b08f61a37d9ec2b089dc6ddbdd768366f57cde8 | refs/heads/master | 2023-03-28T13:02:51.617270 | 2021-03-24T15:33:05 | 2021-03-24T15:33:05 | 351,119,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,240 | java | //给你单链表的头指针 head 和两个整数 left 和 right ,其中 left <= right 。请你反转从位置 left 到位置 right 的链
//表节点,返回 反转后的链表 。
//
//
// 示例 1:
//
//
//输入:head = [1,2,3,4,5], left = 2, right = 4
//输出:[1,4,3,2,5]
//
//
// 示例 2:
//
//
//输入:head = [5], left = 1, right = 1
//输出:[5]
//
//
//
//
// 提示:
//
//
// 链表中节点数目为 n
// 1 <= n <= 500
// ... | [
"1106658062@qq.com"
] | 1106658062@qq.com |
cda452ed85f2050540214fd113f6f82fa9306aa8 | b93cf9293b4b0d14c3e3af74bfe65b141496f859 | /JPAWellness/src/test/java/com/skilldistillery/wellnesstracker/entities/WellnessTest.java | 89a9aba150cafe01ce866cf3c485c57e94ad50d5 | [] | no_license | kbow009/EventTrackerProject | 73c25041e0230518a4c98f06c5db79ba3a35064a | 07c22b7745dd0a28dfeef933ddfa571813d65c5a | refs/heads/main | 2023-08-27T21:30:11.783196 | 2021-10-18T14:15:03 | 2021-10-18T14:15:03 | 415,108,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package com.skilldistillery.wellnesstracker.entities;
import static org.junit.jupiter.api.Assertions.*;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import or... | [
"bowman.kristin@gmail.com"
] | bowman.kristin@gmail.com |
bdb8853256bbbcfd12f0d9a9a8405d711a9e7f06 | a6cc10e4ce6c7bab94b529d28aa6685035be8082 | /src/main/java/com/athena/common/utils/poi/ExcelUtil.java | f1411d53a241d08a2023ead213814fbe8dd006e4 | [] | no_license | jo4fark/owl-sv | 826c3de76bca51d861398b9db1f3386b785f1408 | ac4bfee463d30f7a4efedb6a5a7b9d38fc37558f | refs/heads/master | 2022-12-04T17:23:22.551473 | 2020-08-18T08:44:17 | 2020-08-18T08:44:17 | 288,401,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,670 | java | package com.athena.common.utils.poi;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import java.util.... | [
"yangyang@siro-info.com"
] | yangyang@siro-info.com |
d318324b99addaf7c1a6e4bac61d273840e51f4d | 25fe7d83f615ae581339b67c034cd31fa1426030 | /ComicReader/src/com/blogspot/applications4android/comicreader/comics/SafeHavens.java | 2d17d8b0c18a6778671f6a6d2c70b1898f47ff4e | [
"Apache-2.0"
] | permissive | applications4android/ComicReader | 87e2426925aa1cbab3d61e4b51ac193c1a3eeed7 | d553d25345851a9230811afc43fbba0f4fa64864 | refs/heads/master | 2021-07-05T09:49:11.702638 | 2020-08-23T03:23:52 | 2020-08-23T03:23:52 | 5,045,151 | 18 | 13 | NOASSERTION | 2020-04-10T06:18:44 | 2012-07-14T06:15:29 | HTML | UTF-8 | Java | false | false | 3,041 | java | package com.blogspot.applications4android.comicreader.comics;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.Calendar;
//import android.util.Log;
import com.blogspot.applications4android.comicreader.comictypes.DailyComic;
import com.blogspot.applications4android.comicreader.core.S... | [
"ali.corbin@gmail.com"
] | ali.corbin@gmail.com |
69967af71a185a26809abdde7b4a49a610fdfc22 | d9541d9c794526f57c27baa0f43b1f53b7ab013a | /yodlee-api-model-beta/src/main/java/com/yodlee/api/model/enums/EligibilityStatus.java | 1549ed2bc0f63f0777a3c2e8a8d04a345cb4af70 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Yodlee/java-sdk | 1dfb42eee056d71cd3be0f3e2a50c909f17548e6 | 7bbb12aecb8ec137b758ecd98479ca80e6a59613 | refs/heads/master | 2023-03-17T01:54:00.366648 | 2023-03-06T11:25:48 | 2023-03-06T11:25:48 | 214,408,027 | 7 | 8 | MIT | 2023-03-22T02:11:44 | 2019-10-11T10:26:27 | Java | UTF-8 | Java | false | false | 651 | java | /**
* Copyright (c) 2019 Yodlee, Inc. All Rights Reserved.
*
* Licensed under the MIT License. See LICENSE file in the project root for license information.
*/
package com.yodlee.api.model.enums;
public enum EligibilityStatus {
/**
* This status indicates that the account is eligible for next update
*/
ALLOW... | [
"ktandon@yodlee.com"
] | ktandon@yodlee.com |
d367745b550a6d271d04c8a7d634432b73750fa5 | 96a580b4b791887b546b81367ffcffc8a3022bb2 | /src/main/java/com/krishanwyse/prepaidcard/resources/CardResource.java | e89c0647894597fdd261f4dc6a17ddeee29328cd | [] | no_license | kwyse/prepaid-card | 8977ce94ca74784bb0c2beea53acd13e638530e2 | a0f4397f1c4b9fdd4f977ae70248154e6a9fa3a3 | refs/heads/master | 2020-05-22T23:34:26.736552 | 2017-03-20T22:07:56 | 2017-03-20T22:07:56 | 84,734,118 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,521 | java | package com.krishanwyse.prepaidcard.resources;
import com.krishanwyse.prepaidcard.core.*;
import com.krishanwyse.prepaidcard.db.CardDao;
import javax.validation.Valid;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.util.List;
@Path("/cards")
@Produces(MediaType.APPLICATION_JSON)
public class Ca... | [
"kwysek@gmail.com"
] | kwysek@gmail.com |
fb29fb790bf27123a7c48a4cf2fc75fa75c52272 | c619ac11b618bae472b8c2ff481904751cdaf577 | /app/src/main/java/com/slogan/wristband/wristband/activity/VerifyCodeActivity.java | e3f018e98d9b2f63b85a16d8430ccf1997ee21a3 | [] | no_license | jygzdx/wristband | 7d93caa6b2c6c288069a4a0548628f916e19a0e5 | d5fa01f84da615c9631a87b30d07e43a65ef9016 | refs/heads/master | 2020-04-02T10:35:59.601611 | 2018-12-04T09:56:08 | 2018-12-04T09:56:08 | 154,346,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package com.slogan.wristband.wristband.activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
import com.slogan.wristban... | [
"chenhaihai@mishuoapp.com"
] | chenhaihai@mishuoapp.com |
9010d85544d5ecc63e65b0e5cd6acb420c89340c | c6abe8b953fcf79fc003cca0900ee2c86f54fcf6 | /sshd-core/src/main/java/org/apache/sshd/common/session/SessionDisconnectHandler.java | 6cf45588ffff7cebd109fb3c2286da9673ed9c57 | [
"Apache-2.0"
] | permissive | lgoldstein/mina-sshd | 1582fe9ae0045bfb615531e0204728ac54cbfcab | 962835303e015b09be51ffcce9392aae5103aef8 | refs/heads/master | 2023-06-14T16:10:25.598452 | 2020-02-27T08:43:54 | 2020-02-28T15:17:09 | 35,859,018 | 0 | 1 | NOASSERTION | 2021-03-05T09:18:25 | 2015-05-19T04:22:04 | Java | UTF-8 | Java | false | false | 7,417 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | [
"lgoldstein@apache.org"
] | lgoldstein@apache.org |
c038c87c532b3ec66e0b0101df7f2b0268e3c25c | cd63684aed7c31493c5c14bc7cef0d0508048dac | /config/config-api/src/test/java/com/thoughtworks/go/config/AllowTest.java | 8e8799927d4c1ceeaa57ec53b3da2d2fd8a89307 | [
"Apache-2.0"
] | permissive | zzz222zzz/gocd | cb1765d16840d96c991b8a9308c01cb37eb3ea7c | 280175df42d13e6cd94386a7af6fdac966b2e875 | refs/heads/master | 2020-05-09T20:25:48.079858 | 2019-04-15T02:53:33 | 2019-04-15T02:53:33 | 181,407,372 | 1 | 0 | Apache-2.0 | 2019-04-15T03:41:28 | 2019-04-15T03:41:26 | null | UTF-8 | Java | false | false | 885 | java | /*
* Copyright 2019 ThoughtWorks, 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 or agr... | [
"bdpiparva@gmail.com"
] | bdpiparva@gmail.com |
c1c3a9281f7473712e47eb9a9c6fe40ad3b5adcd | 7aa1f38d2dc0024d85a596019d704b76ea21aa4a | /uhc-custom-craft/src/main/java/gg/eris/uhc/customcraft/craft/vocation/specialist/SpecialistVocationRegistry.java | 21976c08fb67ae845e172583179b4c5b306cc601 | [
"MIT"
] | permissive | erisgg/uhc | 1b5b968b62d5871bc9c0ec3d3fad104ed972780d | 149fe0ba601dfc2eed1b7371208e2637d08c04cd | refs/heads/master | 2023-07-14T17:33:35.916193 | 2021-08-30T09:29:19 | 2021-08-30T09:29:19 | 356,544,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,727 | java | package gg.eris.uhc.customcraft.craft.vocation.specialist;
import gg.eris.uhc.core.UhcPlugin;
import gg.eris.uhc.customcraft.craft.vocation.Vocation;
import gg.eris.uhc.customcraft.craft.vocation.VocationRegistry;
import gg.eris.uhc.customcraft.craft.vocation.specialist.craft.HardenedHelmetCraft;
import gg.eris.uhc.cu... | [
"alfie@alfiesmith.net"
] | alfie@alfiesmith.net |
0bfdbfebb9e0cc42d8769beace1161082501c959 | 670180fe6700cc3f8d86c1059748f606ff568013 | /litemall-apollo/src/main/java/com/doopai/litemall/apollo/service/HomeCacheManager.java | 2e58f81de1b9f21d22d8766d172e9ec7d4297d1e | [
"MIT"
] | permissive | litemall/litemall | fef8eb659b2eba563283eaa7b3a682d0e90e30ae | 201f033b6f842de27512879553e019779dd8a268 | refs/heads/master | 2022-07-23T23:37:35.612454 | 2019-12-17T15:19:43 | 2019-12-17T15:19:43 | 228,733,930 | 0 | 0 | MIT | 2022-06-21T02:27:58 | 2019-12-18T01:39:54 | Java | UTF-8 | Java | false | false | 2,261 | java | package com.doopai.litemall.apollo.service;
import java.time.LocalDateTime;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* 简单缓存的数据
*/
public class HomeCacheManager {
public static final boolean ENABLE = false;
public static final String INDEX = "index";
... | [
"duanhongyi@doopai.com"
] | duanhongyi@doopai.com |
12af3da4d4cde82a210ced8e93744b9ab8f7bf02 | da1d71c726da5a8184e78ccb6ea3387689b639a2 | /src/com/edjab/model/EditableUserProfile.java | eb7c1c513d200b96bab01606d8b3117fa632f087 | [] | no_license | nitishkohade/Edjab-PojoModel | eb210ae32733efdaf6bca622cfc292b95eb6d729 | e42ab48f7b5e449b9889bb06b8794fc8a824c243 | refs/heads/master | 2021-03-29T02:47:24.940903 | 2017-02-21T18:03:32 | 2017-02-21T18:03:32 | 60,392,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,701 | java | //@Copyright Edjab 2016
package com.edjab.model;
import java.util.List;
/**
* This is class that contains attributes editable by User. This class is not part of any table
* @author varun
*
*/
public class EditableUserProfile {
private String userId=" ";
private String firstName=" ";
private String middleNam... | [
"nitish.kohade@gmail.com"
] | nitish.kohade@gmail.com |
124a28d529a9b7c855687fb82692d78df4c9f78c | d3135cbb2577cf6a8942abf525c14393f0c60e69 | /trunk/zsoa/soa-server/src/main/java/com/zodiac/db/Executeable.java | 8caff3f2750690fd947860cb25b9f358f77fb831 | [] | no_license | BGCX262/zsoa-svn-to-git | a3ce79f14498d4386221166aa60db238c924bc56 | 8a7429f89ed1756adc5260d2faa38bce0a4c8e7a | refs/heads/master | 2020-04-17T16:23:16.633069 | 2015-08-23T06:49:13 | 2015-08-23T06:49:13 | 41,256,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | /*
* Copyright (C) 2012 Zodiac Innovation
*
* 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 pro... | [
"you@example.com"
] | you@example.com |
6b8f138905b5af15a9a5dbc4ae350a808402a378 | 57d7801f31d911cde6570e3e513e43fb33f2baa3 | /src/main/java/nl/strohalm/cyclos/services/transactions/GrantSinglePaymentLoanDTO.java | a026f53b56d4701cd2404706cce3dfe31f2318fa | [] | no_license | kryzoo/cyclos | 61f7f772db45b697fe010f11c5e6b2b2e34a8042 | ead4176b832707d4568840e38d9795d7588943c8 | refs/heads/master | 2020-04-29T14:50:20.470400 | 2011-12-09T11:51:05 | 2011-12-09T11:51:05 | 54,712,705 | 0 | 1 | null | 2016-03-25T10:41:41 | 2016-03-25T10:41:41 | null | UTF-8 | Java | false | false | 1,385 | java | /*
This file is part of Cyclos.
Cyclos 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 2 of the License, or
(at your option) any later version.
Cyclos is distributed in the hope that it will... | [
"mpr@touk.pl"
] | mpr@touk.pl |
4f8c1b9630de56e2117c0b28691a9c7dc09bf45c | b08221a226cb41dbd72e5e613cee25e4d5027801 | /MarketMini/src/DAO/ChitiethoadonDAO.java | 2029329c0eb0d5df87a770aee597f0969140afc0 | [] | no_license | thienv29/MarketMini | 9b4c2a080907a924b6613fee219c2dc053ff4f3c | 9b811e802654a824acdd68090f647c544cc237c2 | refs/heads/main | 2023-08-06T02:40:59.380875 | 2021-09-06T09:39:28 | 2021-09-06T09:39:28 | 403,562,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,081 | 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 DAO;
import DTO.ChitietHoadonDTO;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import ... | [
"thienv29@gmail.com"
] | thienv29@gmail.com |
640f9cbe5375c67a074c7794c52f9eec6bff6935 | 5754346c1b860af692646f8d6ed4e6bd42af67df | /src/Mulitdimensional.java | 83d16fd584b39b107fc9e7942b2784a89fcbc99c | [] | no_license | MiguelVera08/Java-Practice- | 64ca88d3430a4a2a7e85f067a853c38b54688e5c | fdd652958639e7e1aa0eecac8aa0a0d1055cd8a5 | refs/heads/master | 2023-01-10T07:44:38.840131 | 2020-11-10T23:08:53 | 2020-11-10T23:08:53 | 298,728,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java | public class Mulitdimensional {
public static void main(String[] args){
int[] values = {3, 5, 2343};
//Displays the contents of second index
System.out.println(values[2]);
//two-dimensional array
int[][] grid = {
{3, 5, 2343},
{2, 4},
... | [
"miguel.vera7908@gmail.com"
] | miguel.vera7908@gmail.com |
bbeedc24efa07055c94520cf1badb30c3d65aba7 | 7253a0360e2d6496fcd8f13f6feb8b404e7aa7f4 | /src/com/biz/arrays/ext/Array01.java | f2689daaf6e584278ac05e6635249e297ff7a8bb | [] | no_license | dwt4597/Array_Variable | e84412b14acdb628379dba67db29385892123556 | 15eeb4f33128ec8982c50fa84f64a389bab62695 | refs/heads/master | 2020-04-08T12:06:37.317204 | 2018-11-27T12:41:13 | 2018-11-27T12:41:13 | 159,333,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | package com.biz.arrays.ext;
public class Array01 {
public static void main(String[] args) {
// TODO Auto-generated method stub
// 숫자형 배열은 배열을 선언하면
// 모든 요소의 값들이 0으로 자동 초기화된다.
int[] arrNum = new int[10];
for (int i = 0; i < arrNum.length; i++) {
System.out.println(arrNum[1]);
}
// 문자열형 배열은 배열을 선언하면... | [
"ijs9200@naver.com"
] | ijs9200@naver.com |
0b04b2587004f9aa28853153c05ac3389ef70d8d | a100ee3dcef292ac811eb8634615b86fd2e8e072 | /app/src/main/java/com/jsqix/dongqing/gank/behavior/ScrollAwareFABBehaviorDefault.java | 7db583c6973f1f5813dafe3fdc701db1a7cf7202 | [] | no_license | a741762308/GankDemo | adfdf256bb8720e92e06432459132300b5121800 | 0f87ed545c756c956e2e03fa475a8673bf8b8fde | refs/heads/master | 2021-01-12T08:50:59.137937 | 2017-02-08T08:40:54 | 2017-02-08T08:40:54 | 76,635,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.jsqix.dongqing.gank.behavior;
import android.content.Context;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewCompat;
import android.util.AttributeSet;
import android.view.View;
public class ScrollAwareFA... | [
"dongqing123@126.com"
] | dongqing123@126.com |
80933d4497c7e41e2eb776103ab5ddc574a4c35c | 1e2aea9830cb1f35bb5325726edbb48a02adafa8 | /Day_3/Java/CheckChar.java | e6381623f6769c7b489995d73caf8e16c8d9d9bd | [] | no_license | kathu1991/Itfy-C | cb10269ff6d91dc06d868797fea6607eeab7cba9 | 16c5eb8b1539adf958c95253e0932d06222d77d1 | refs/heads/master | 2023-04-03T15:17:57.512196 | 2021-04-14T15:21:23 | 2021-04-14T15:21:23 | 357,925,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | //23 Write a program to check whether a character is an alphabet, digit or special character.
import java.util.Scanner;
public class CheckChar {
public final static Scanner STDIN_SCANNER = new Scanner(System.in);
public static void main(String[] args) {
byte ch;
/* Input character from user */
System.ou... | [
"karthik@kaholabs.com"
] | karthik@kaholabs.com |
cdf1e8f9074d15cdbdd3cf752531aa536bc59623 | 3bdf11b2be40b07f14e49556b55cb88a6ef5f9dd | /src/main/java/com/gonuclei/models/bo/UserBo.java | 216b4ccd8afe217c1d48bc8915fd5d3318ff0569 | [] | no_license | sagarmaktha/Assignment5 | fa9e40911e9d161e87bd7b2ffe5b588fc2f83ce1 | 09a132d3719c045b6268e82600a4e3bbb4f80601 | refs/heads/master | 2020-12-22T21:40:24.585783 | 2020-02-04T17:05:32 | 2020-02-04T17:05:32 | 236,938,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package com.gonuclei.models.bo;
public class UserBo {
private Long id;
private String emailId;
private String name;
private String password;
public UserBo(Long id, String emailId, String name, String password) {
this.id = id;
this.emailId = emailId;
this.name = name;
this.password = password... | [
"sagarmakhta@Sagars-MacBook-Pro.local"
] | sagarmakhta@Sagars-MacBook-Pro.local |
9238742ce2602de9a1176e0995939e34e08f83f3 | 253106692a7d7b41ced8ae8e1e7ce27e6c2e4437 | /src/main/java/ct/enumtest/TestSeason.java | 3f3e3e7690691fc50ed2acae3594553ae786242e | [] | no_license | chentao92/CTProject | d7365c7a010eac541a71d2d49062c563d76dfc71 | 831a7555efa68e1466c0038b8882fac4b58ceff6 | refs/heads/master | 2023-01-09T07:03:36.551565 | 2020-11-13T07:12:49 | 2020-11-13T07:12:49 | 286,958,211 | 4 | 0 | null | 2020-08-20T01:34:03 | 2020-08-12T08:22:36 | null | UTF-8 | Java | false | false | 733 | java | package ct.enumtest;
public class TestSeason {
public static void main(String[] args) {
Season spring = Season.SPRING;
System.out.println(spring);
spring.show();
System.out.println(spring.getSeasonName());
// 1. values() 方法:返回所有值
Season[] seasons = Season.values();... | [
"1315450620@qq.com"
] | 1315450620@qq.com |
a003d318c4af467367215e8619c3a0796cdb9d85 | e26bacd2a3722148d2efe144224fc36dce4e1092 | /scheduletask/src/main/java/com/liujun/schedule/domain/task/service/DcTaskTypeDomainService.java | 1de87f5ecc16ed877cf5c51b86320fff9c31a76a | [] | no_license | kkzfl22/schedule | 2efaed73e527ff36af50dbd3776b140d2542a958 | 0567f940714c05d910c55a51d05a28140abdd1bb | refs/heads/main | 2023-07-04T05:12:33.000010 | 2021-08-03T12:36:32 | 2021-08-03T12:36:32 | 390,570,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,035 | java | package com.liujun.schedule.domain.task.service;
import com.ddd.common.infrastructure.entity.DomainPage;
import com.liujun.schedule.domain.task.entity.DcTaskTypeDO;
import com.liujun.schedule.domain.task.facade.DcTaskTypeRepositoryInterface;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.an... | [
"liujun@paraview.cn"
] | liujun@paraview.cn |
01ad8f295e0e7f6c8dd8b18906dd54abed179cad | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/JADX/src/main/java/org/telegram/messenger/C0355-$$Lambda$DataQuery$EvRKZ0icyHpXu5syph8WWuRUigE.java | 06f317dae5440a8cbe8bf36b797d472e453c7010 | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 972 | java | package org.telegram.messenger;
import java.util.ArrayList;
/* compiled from: lambda */
/* renamed from: org.telegram.messenger.-$$Lambda$DataQuery$EvRKZ0icyHpXu5syph8WWuRUigE */
public final /* synthetic */ class C0355-$$Lambda$DataQuery$EvRKZ0icyHpXu5syph8WWuRUigE implements Runnable {
private final /* syntheti... | [
"crash@home.home.hr"
] | crash@home.home.hr |
185b93bec3060fbeee9aa37f3ad3fc077d65fcbb | 8b89088e3b5376be831d1759e382c10f291b34f1 | /src/com/TestNG/rakesh/utilities/ApplVariables.java | 57830f00e1dd90ed94297800d503052e4ed65e38 | [] | no_license | rakeshgdm95/TestNG | dece91307735e0c008288b8dffc6b93a7b0e4b64 | 1e71c535f5d44748ab1b76cc6a517a729b9c2e77 | refs/heads/master | 2020-03-22T23:46:41.297491 | 2018-07-13T10:26:01 | 2018-07-13T10:26:01 | 140,828,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,444 | java | package com.TestNG.rakesh.utilities;
import java.io.IOException;
import org.apache.poi.EncryptedDocumentException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import com.TestNG.rakesh.base.BaseEngine;
import com.TestNG.rakesh.supporters.ExcelReader;
import com.TestNG.rakesh.supporters.Properti... | [
"rakeshgaddam123@gmail.com"
] | rakeshgaddam123@gmail.com |
fd156781a287607cbc8c8a71075afddb874544ca | 57fb1ef8c905aca1eeac82292f782c0a53fd9e45 | /ClassExcersise/src/class7/Department.java | e6c788cd3ac6f68d1c10d3e39bd08ad51ae11613 | [] | no_license | vp4nb/workspace | ecca1d04c3a9e0899c6f2060ad42340013fb93d7 | 950b9807bebdc54cc8e267c2e9159a979c7d17cf | refs/heads/master | 2021-01-10T01:32:07.456383 | 2016-03-01T20:18:42 | 2016-03-01T20:18:42 | 52,906,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package class7;
public class Department {
private int deptId;
private String deptName;
private String deptLocation;
public void setDeptId(int deptId)
{
this.deptId=deptId;
}
public void setDeptName(String deptName)
{
this.deptName=deptName;
}
public void SetDeptLocation(String deptLocation)
{
this.dep... | [
"venkatakrishna prathipati"
] | venkatakrishna prathipati |
23b4ad9b94c8f2e6006670812dbdcceed1d42626 | a30bbdfcf5c617f04c8ee11641e735c518c92d48 | /src/main/java/quek/undergarden/entity/rotspawn/RotbeastEntity.java | f87ce6003848bd67be66c9d7199ffcff1630c880 | [
"MIT"
] | permissive | KiberkotletaSaidWhy/The-Undergarden | 31bd6fb1b93252b62d9caa41c2697429a2f91ac7 | 476f389b506ae46003af46253ce2f29132852b38 | refs/heads/1.16 | 2023-06-13T00:41:44.788856 | 2021-06-23T00:44:11 | 2021-06-23T00:44:11 | 379,580,613 | 0 | 0 | MIT | 2021-06-23T11:35:45 | 2021-06-23T11:31:54 | null | UTF-8 | Java | false | false | 2,943 | java | package quek.undergarden.entity.rotspawn;
import net.minecraft.block.BlockState;
import net.minecraft.entity.*;
import net.minecraft.entity.ai.attributes.AttributeModifierMap;
import net.minecraft.entity.ai.attributes.Attributes;
import net.minecraft.entity.monster.MonsterEntity;
import net.minecraft.util.DamageSource... | [
"55364841+quek04@users.noreply.github.com"
] | 55364841+quek04@users.noreply.github.com |
c7b55776e0ed1af8df547dbd183225b5713111f4 | bc47f3ee8cd6d8546e1bf6f70eab50d0ce73ce14 | /recycleview/src/main/java/com/hejunlin/tvsample/service/LocalService.java | e1737a9363c38d6233c9dba9ddc40d171676a08e | [
"Apache-2.0"
] | permissive | DXH100/TVFogComputingBox | cdbc5d46cc0c264dc31c0fc76d3a944bc4147b09 | b5ccf27c84d76dc81d66d2d4b0ee2e3bbd185a73 | refs/heads/master | 2021-05-10T07:41:28.018677 | 2018-01-26T03:52:34 | 2018-01-26T03:52:34 | 118,851,725 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,199 | java | package com.hejunlin.tvsample.service;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.os.RemoteException;
import androi... | [
"denghanxiao@outlook.com"
] | denghanxiao@outlook.com |
a80858918ec1639bea63f2295a5732b0ff3d3ebc | 612d1ad785ab770b162d339bc7c1d92b16ac543e | /JavaDetails/javaL/src/com/basic/Demo_System.java | f05f21f5aac4856632de64368197558a2d7e6a3f | [] | no_license | sygriffin/JavaLearning | 5f671e4881aea11515c2704ee539bf1ebc83678f | 07fcad3a5e74354b742d854b39d7f853e7e878c1 | refs/heads/master | 2020-04-07T07:56:57.369894 | 2019-04-15T11:45:41 | 2019-04-15T11:45:41 | 158,195,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,026 | java | package com.basic;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.DateFormat;
import java.text.FieldPosition;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by songyang on 2019/3/23.
*
*
*
*/
public class Demo_System {
publ... | [
"786281584@qq.com"
] | 786281584@qq.com |
af04886f90a3dc02f7ef9edd7cc03073358c7939 | 8b7ffbf634eb5558a3e189e23ae02bbc4e304548 | /QuickIndexBar/app/src/androidTest/java/com/koumanwei/quickindexbar/ExampleInstrumentationTest.java | 4f09eff0afbee19145cc6e7651f6dcc77fc24283 | [] | no_license | koumanwei/QuickIndexBar | ecc2e12d005949cfd16bc8e67bcbede81196105c | 08048dcfb78a3671f77e8ac34f14202e26118ed1 | refs/heads/master | 2021-01-18T20:27:27.157602 | 2016-06-16T05:51:16 | 2016-06-16T05:51:16 | 61,265,240 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | package com.koumanwei.quickindexbar;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.MediumTest;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
... | [
"874899973@qq.com"
] | 874899973@qq.com |
f2168c112dfa9cb4b63946e6d0415b0ec647a09a | 3f010f48ba2fc5108fc3931794f4e96261d2c805 | /src/main/java/sportsbetting/service/IUserService.java | 0fcb3bf7293f0b4130b9e26cdc0dfa88214f4b2e | [] | no_license | YanchevskayaAnna/SportsBettingApplication | 6d6231e0b7993f801d9000e739505517417ef8c1 | 462e18d91eacec580ec90055282471751f2e102b | refs/heads/master | 2022-06-04T17:56:38.655391 | 2020-03-31T07:13:09 | 2020-03-31T07:13:09 | 251,414,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package sportsbetting.service;
import sportsbetting.model.user.User;
public interface IUserService {
User findUserByEmail(String email);
User findUserByUserName(String userName);
User saveUser(User user);
User updateUser(User user);
}
| [
"hanna_yanchevska@epam.com"
] | hanna_yanchevska@epam.com |
f07fe5d92e9846a527cdee0ebc77b739ad76725e | 663de7679f837acbb5dc57a243c939684585615e | /arLocation/src/main/java/com/david/arlocation/aritem/boundary/ArManager.java | 79f5d0ac19381483bad6cd799ae2037f2c9133ac | [] | no_license | santukis/ArLocation | d4f8fbc0df4de6fc24bb5195448e6bfa98a0bf53 | 606158dc0a2e61dbd7127444ff5b28b83e795396 | refs/heads/master | 2021-03-12T19:27:41.046915 | 2017-09-11T14:56:23 | 2017-09-11T14:56:23 | 102,878,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.david.arlocation.aritem.boundary;
import com.david.arlocation.aritem.model.ArItem;
import java.util.Collection;
public interface ArManager<T extends ArItem> extends ConfigManager<T> {
void init();
void release();
void addArItems(Collection<T> arItems);
}
| [
"santamadavid@gmail.com"
] | santamadavid@gmail.com |
99d871ca680deec3e8660a357ea885697a2ffed0 | 7569f9a68ea0ad651b39086ee549119de6d8af36 | /cocoon-2.1.9/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/FieldDefinitionBuilder.java | 4d1e44be62df2f316da168ebf3fecee9765a5ca9 | [
"Apache-2.0"
] | permissive | tpso-src/cocoon | 844357890f8565c4e7852d2459668ab875c3be39 | f590cca695fd9930fbb98d86ae5f40afe399c6c2 | refs/heads/master | 2021-01-10T02:45:37.533684 | 2015-07-29T18:47:11 | 2015-07-29T18:47:11 | 44,549,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,837 | java | /*
* Copyright 1999-2004 The Apache Software Foundation.
*
* 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... | [
"ms@tpso.com"
] | ms@tpso.com |
5487325029bf8bd59b67e7ad27adcfc9d7e966a4 | dd4041b790bec01c8a00122404b1ed83da24faf8 | /Uremont/src/test/java/com/main/appmanager/ApplicationManager.java | d353f9f44bc8029b6a9fd7b3f319fe0bf5ddac24 | [] | no_license | Kolywan/TestProject | 8491df66e14f9cf1a76af13febb3851e3484aede | cab7994bdcb0107427ac4090615423e3fcacaff9 | refs/heads/master | 2020-05-30T20:14:51.461907 | 2019-06-03T06:08:07 | 2019-06-03T06:08:07 | 189,941,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | java | package com.main.appmanager;
import static com.codeborne.selenide.Selenide.close;
import static com.codeborne.selenide.Selenide.open;
import java.io.File;
import java.io.IOException;
import java.util.logging.ConsoleHandler;
import java.util.logging.FileHandler;
import java.util.logging.Handler;
import java.util.loggi... | [
"Admin@DESKTOP-OBQRPCJ"
] | Admin@DESKTOP-OBQRPCJ |
d0f140f0c22d9d43403cd5ab0e554edbcd4e9b32 | 3748c1f8d20a0a411049ed0a8bd420e9481179b4 | /Hotel/src/frontend/PantallaVisualizarUsuarios.java | 60160449e2b890fae9ebabe1b0ba8b3a62907256 | [] | no_license | Bayke96/Hotel | c1aae7f100e3284e83c7d9975852ac5c0205be04 | 5b0a6b374fde211ee38fd6ceda4a54068ec7f288 | refs/heads/master | 2020-04-01T19:28:18.572901 | 2018-10-19T16:30:13 | 2018-10-19T16:30:13 | 153,555,351 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 27,018 | java | package frontend;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.geom.RoundRectangle2D;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.LocalD... | [
"cdgl1996@gmail.com"
] | cdgl1996@gmail.com |
3255cde4714c6ca515e3057497c3b1d95f817843 | ef3117a35719a8d4bb4d0437c9ee1e177466325b | /ch08_prj3_AreaCalculator/src/Rectangle.java | d9909256e2300bcbf21a5d8e1fd1ac0a8539abed | [] | no_license | sean-blessing/bootcamp-2018-02-instruction | 699188ffaacb9680d5aec63564a9db712988fd7a | 77d393016156f19860d5d7fcf9573fdf8fd4b9da | refs/heads/master | 2020-03-28T02:31:40.247843 | 2018-10-24T13:02:11 | 2018-10-24T13:02:11 | 147,577,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java |
public class Rectangle extends Square {
private double height;
public Rectangle(double width, double height) {
super(width);
this.height = height;
}
public double getHeight() {
return height;
}
public void setHeight(double height) {
this.height = height;
}
@Override
public dou... | [
"snblessing@gmail.com"
] | snblessing@gmail.com |
2139c42a1ec9dae195961cecfb8768de5954bf7b | 498035e4aca74601d6ee3ed35a4d13459a2f4f15 | /2.JavaCore/src/com/javarush/task/task14/task1418/Solution.java | e73705fd9a847187837d6a3a3da2c4b9944a52c7 | [] | no_license | PPrydorozhnyi/JavaRush | 8de342457b7399cd1a46ba2f57462e70d59ad236 | fe9b6c04ce6a80ebcf4df742135a32aaa39f479d | refs/heads/master | 2021-06-22T10:18:06.352082 | 2017-09-06T18:36:56 | 2017-09-06T18:36:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,126 | java | package com.javarush.task.task14.task1418;
import java.util.DoubleSummaryStatistics;
import java.util.LinkedList;
import java.util.List;
/*
Исправь 4 ошибки
*/
public class Solution {
public static void main(String[] args) {
List<Number> list = new LinkedList<Number>();
//3
initList(lis... | [
"Peter35128@gmail.com"
] | Peter35128@gmail.com |
5e5ba95019fa3825fd1db2652699611c337902aa | c832c1f846b0f85369b2e3521322c54bdf6e941f | /app/src/test/java/com/example/lucasgoldman/bluetoothtestapp2/ExampleUnitTest.java | fdd574a3ed0d9b2eddeec7c37aa7186db452c866 | [] | no_license | LucasGoldman/Bluetoothtestapp2 | 7f629c235947d980c907ae91a664860cc674df45 | 69660f0f5dc585c312a2a21313a5372e773d364a | refs/heads/master | 2021-01-01T04:14:14.492776 | 2017-07-13T16:50:13 | 2017-07-13T16:50:13 | 97,145,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.example.lucasgoldman.bluetoothtestapp2;
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 {
@... | [
"jeffgoldman@jeffs-MacBook-Pro.local"
] | jeffgoldman@jeffs-MacBook-Pro.local |
62fd27499b55abecdc33be6bfeb1e16c6dd68fc2 | 84e4452d49b0ac0f1f2332ddd48c0efe0e9559f2 | /src/by/it/loktev/jd01_13/VariantC/Computer.java | db5ed4a75600f4e391f2f0f25fe26a60569d3ca8 | [] | no_license | loktevalexey/JD2017-02-20 | ea2c25203cefc2c139f1277f17d9999e5c8af522 | f69c964dc9d651c2acef01e6f177aead182f83b6 | refs/heads/master | 2020-04-15T00:13:55.277294 | 2017-06-20T07:53:24 | 2017-06-20T07:53:24 | 86,786,465 | 0 | 1 | null | 2017-03-31T06:37:19 | 2017-03-31T06:37:19 | null | UTF-8 | Java | false | false | 1,258 | java | package by.it.loktev.jd01_13.VariantC;
abstract public class Computer extends ElectronicDevice implements IRunProgram {
public Computer(String name, double weight){
super(name,weight);
}
// можно было не реализовывать run в этом классе, а только в дочерних;
// но нужно же и показать вызов supe... | [
"loktev.alex.74@gmail.com"
] | loktev.alex.74@gmail.com |
036b43d515aae3cf2da4a0b32ba54f08f52574e3 | 13f12f6b2356ebbf046bd3a5443aaa2ab645224f | /seckill/src/main/java/com/monitoring/seckill/Util/EnumCode.java | 29ea4f6052bdf5a9d64bcb39a505c9152a4bab57 | [] | no_license | MyBaron/TK | fa063241ff19b9000c3d6ecd8b21e8a7edafdacb | 5fe931e845a34378c661de3616983619f2cbe8c8 | refs/heads/master | 2023-01-07T18:58:01.370402 | 2019-06-15T13:57:35 | 2019-06-15T13:57:35 | 162,979,060 | 1 | 0 | null | 2023-01-03T23:19:58 | 2018-12-24T10:27:15 | CSS | UTF-8 | Java | false | false | 95 | java | package com.monitoring.seckill.Util;
public enum EnumCode {
;
EnumCode() {
}
}
| [
"249790774@qq.com"
] | 249790774@qq.com |
37e5b5d5ae5e2032a7d249b378dd5ba7bcffa1d1 | e30479b1089cccb84357752f2477cf8760ef32b6 | /src/main/java/com/example/demo/repository/AyUserRepository.java | 5cf4c9852a62384ca91fd504a013144ea0b6d384 | [] | no_license | codezhe/My-Spring-Boot | 7f4ba6e0d6255382d6a7d1c6093cd6e71b28014f | f29cd80cb28f0dd548cf330ed104f1d99e31f0d4 | refs/heads/master | 2020-07-14T16:35:22.734787 | 2019-09-06T07:15:40 | 2019-09-06T07:15:40 | 205,354,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | package com.example.demo.repository;
import com.example.demo.model.AyUser;
import org.atmosphere.config.service.Delete;
import org.springframework.data.domain.Page;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.awt.print.Pageable;
impor... | [
"1487691423@qq.com"
] | 1487691423@qq.com |
66011bcbfb2645c42b4e03e477df40486165700b | 71f681a257f5fa81d29e17d844f1cafe7d348b54 | /app/src/main/java/com/thienthien97/thstore/Model/ObjectClass/KhuyenMai.java | 3cadc57ee69caf4cca04871bd7872fff58a49ad1 | [] | no_license | hoangthien97/DA_CN | ae8af8fd4f3be9b3e81d46a69f0b361aad959fcd | cf314df7e0d0db5470815bbdb8add2eceab8ba72 | refs/heads/master | 2020-04-09T17:56:46.509332 | 2018-12-05T10:14:55 | 2018-12-05T10:14:55 | 160,496,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package com.thienthien97.thstore.Model.ObjectClass;
import java.util.List;
public class KhuyenMai {
int MAKM, MALOAISP;
String TENKM;
String NGAYBATDAU;
String NGAYKETTHUC;
String HINHKHUYENMAI;
String TENLOAISP;
List<SanPham> DSSPKhuyenMai;
public String getTENLOAISP() {
ret... | [
"thien.vuhoang97@gmail.com"
] | thien.vuhoang97@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.