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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a7416767b197cf800fbcc037d6992a70e5abadef | 72f3f199aea7e5acacda92b43bc9d91ab000f9ef | /Suit.java | 3129ef16f7d9f04e4149c563b074eb614dab78ba | [] | no_license | krla241/BridgeGame-Lab | dc6cf8ea071f7897a7dee25ba7b278f0ae032678 | 60d930bde1e4a7478a804e5db70a7f7d6104dd72 | refs/heads/master | 2020-06-17T09:20:13.604474 | 2019-07-08T22:58:26 | 2019-07-08T22:58:26 | 195,878,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | import java.util.ArrayList;
public class Suit
{
private ArrayList<Card>cards;
private String suitStr;
private final int MIN_LONG=1;
private final int VOID_POINTS=3;
private final int SINGLETON_POINTS=2;
private final int DOUBLETON_POINTS=1;
public Suit(String suitStr) //name of suite
{
this.card... | [
"karla.sosa241@myci.csuci.edu"
] | karla.sosa241@myci.csuci.edu |
a9ec5919577184f3d2a02d86237813bf5932648a | 6bfee90cc5225a225043bd1b59b5334495c70b11 | /src/main/java/com/test/campaingapi/controller/CampaignController.java | 9c6ede296c0cb93674688895fb913199a758fa76 | [] | no_license | renanpallin/spring-campaign-teams | ddd78f7fa145c2a508bd72aa3d2e68d429916141 | d96ec2ba8ce191fb923b3d03f323004b09a976bf | refs/heads/master | 2021-01-22T18:38:24.597492 | 2017-08-21T05:58:45 | 2017-08-21T05:58:45 | 100,760,141 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,298 | java | package com.test.campaingapi.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.a... | [
"renanpallin@gmail.com"
] | renanpallin@gmail.com |
4c22d6afcb2a6560fd4cfe8f979309b7c75be489 | a3478539fa1c2fcfd179f23ebe08b036f55c4df3 | /src/com/bochy/util/DbUtil.java | a14175f868c4392746518128fdf8cd9e7f9d4a5a | [
"MIT"
] | permissive | Green8948/moon_Girl | c1a6f61affad8495f68ce5ce225b9443076c2280 | 195a0b199bd53fbb801b5fe2a585fab20594178f | refs/heads/master | 2020-03-26T01:12:16.570495 | 2018-08-11T05:17:12 | 2018-08-11T05:17:12 | 144,356,911 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 9,176 | java | package com.bochy.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import com.bochy.entity.Admin;
import com.bochy.entity.Category;
... | [
"894814595@qq.com"
] | 894814595@qq.com |
55caac1145b87cbd8aa7ef590211b4135950b4a8 | fa4ca2265cba6a5c626e11c0134939cc85b26e71 | /notification-sending-system/src/main/java/com/example/javamvnspringbtblank/dao/NotificationDao.java | bf5cac310a5e4e6a71f7506de2bcfa7424d2de7e | [] | no_license | atkuzmanov/notification-system-kafka-evo | df9a5607b1f3652297e9109b659ed0e484530a54 | cb7c4ab650ccbdc729f3f9941b21c5cc74099e54 | refs/heads/main | 2023-02-02T10:44:08.799360 | 2020-12-22T08:37:21 | 2020-12-22T08:37:21 | 321,991,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.example.javamvnspringbtblank.dao;
import com.example.javamvnspringbtblank.model.BasicNotification;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
/**
* MySQL Database Data Access Object (DAO) CRUD (Create Read Update Delete) repository.
*/
@R... | [
"atkuzmanov@gmail.com"
] | atkuzmanov@gmail.com |
6076f328d7c16222c809fd447cc4e0af9fdba4ca | c93e909cfa8a5a0b1a4f5b82956a51e4f06c6303 | /Jabref_Beta_2_7_Docear/src/java/net/sf/jabref/imports/ImportInspector.java | 00e637a9ea4286a5189f5476fe81135061409e9f | [] | no_license | gaobrian/Desktop | 71088da71994660a536c2c29d6e1686dfd7f11a1 | 41fdbb021497eeb3bbfb963a9e388a50ee9777ef | refs/heads/master | 2023-01-13T05:13:46.814353 | 2014-10-29T05:54:50 | 2014-10-29T05:54:50 | 25,906,710 | 2 | 0 | null | 2022-12-26T18:11:07 | 2014-10-29T05:56:26 | Java | UTF-8 | Java | false | false | 1,110 | java | package net.sf.jabref.imports;
import net.sf.jabref.BibtexEntry;
/**
* An ImportInspector can be passed to a EntryFetcher and will receive entries
* as they are fetched from somewhere.
*
* Currently there are two implementations: ImportInspectionDialog and
* ImportInspectionCommandLine
*
*/
publi... | [
"mueller@docear.org"
] | mueller@docear.org |
fa91bde037748b0c5acd57392185cc680f6daec3 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/com/huawei/hilink/framework/aidl/IHilinkService.java | 54fa2bf86e1154d2048003be496e60dc817d2a3e | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,114 | java | package com.huawei.hilink.framework.aidl;
import android.app.PendingIntent;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.huawei.hilink.framework.aidl.IConnectResultCallback;
import com.huawei.hilink.framework.... | [
"dstmath@163.com"
] | dstmath@163.com |
d020c1f36b099b2f1113b3671e50b322de8cd93e | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project81/src/test/java/org/gradle/test/performance81_3/Test81_286.java | faac3a504bc8d943eab67afad2d0e96cf9591715 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance81_3;
import static org.junit.Assert.*;
public class Test81_286 {
private final Production81_286 production = new Production81_286("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
1979c3cdcb8b9aba8609143bf0154527915d2e26 | 8ffe119fece9c2f630ba912717071f6fb45aea1e | /app/src/main/java/com/ybj/myapplication/java/genericity/Banana.java | 87ed4535b50fb7652c7992d12ebd3e062c3015a3 | [] | no_license | AndGirl/Kotlin | fb8ebd0a4f48a6285fe813f6c69db85f36c2de35 | 00927776cd16a7dfaf7bbe6e5da14fdee61126ed | refs/heads/master | 2022-11-25T19:39:24.859213 | 2020-08-04T13:35:39 | 2020-08-04T13:35:39 | 274,060,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.ybj.myapplication.java.genericity;
/**
* Created by 杨阳洋 on 2020/6/23.
*/
public class Banana implements Fruit {
@Override
public float weight() {
return 1;
}
}
| [
"15390264297@163.com"
] | 15390264297@163.com |
423b038dd7fa708dfa1800b4f4725865777fa983 | ecdcac7b28276516494706d763599e2bbaabf325 | /src/com/yth/JDBC上/jdbc4/preparedstatement/PreparedStatementQueryTest.java | 6520651487190f99097ed7b4b75960de52ba1f93 | [] | no_license | deleave/JDBC | 4f68b605b6f02dbad507965eb80a028992e855eb | f3b96e32f0808cc3b76b696e84e10f9da98de8b2 | refs/heads/master | 2023-04-22T12:44:36.990272 | 2021-05-13T15:34:02 | 2021-05-13T15:34:02 | 366,621,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,256 | java | package com.yth.JDBC上.jdbc4.preparedstatement;
import com.yth.JDBC上.jdbc2.bean.Customer;
import com.yth.JDBC上.jdbc2.bean.Order;
import com.yth.util.JDBCUtils;
import org.junit.Test;
import java.lang.reflect.Field;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sq... | [
"echo@gmail.com"
] | echo@gmail.com |
3d7c0761cdd90b89678d62dd20bd8b7175a74848 | 5e0b56df883f87bcb78059c5a86f3a4409c65893 | /src/main/java/com/agendapersonal/demomiagendapersonal/model/Contacto.java | aa897246a3ea37a47bce667ec0cd122581515885 | [] | no_license | MarielozCL/pruebaAgendapersonal | a792ee80200c4c8b74aecfa5d50e133945c0b9b3 | 6a62ac2bfe4c4816da7151ecb914f962609d0a17 | refs/heads/main | 2023-09-02T13:20:56.468485 | 2021-11-05T00:50:07 | 2021-11-05T00:50:07 | 424,785,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.agendapersonal.demomiagendapersonal.model;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import jav... | [
"marycalonalopez@gmail.com"
] | marycalonalopez@gmail.com |
2750fc1b8dd8f15b6476aa419f501e2a3869b264 | 8810972d0375c0a853e3a66bd015993932be9fad | /modelicaml/kepler/org.openmodelica.modelicaml.validation/src/org/openmodelica/modelicaml/validation/rules/classes/C45_FinalStateHaveNoOutgoingTransitionsConstrainst.java | 8c966638a3d152991cac155735cd6a7e4a6b476e | [] | no_license | OpenModelica/MDT | 275ffe4c61162a5292d614cd65eb6c88dc58b9d3 | 9ffbe27b99e729114ea9a4b4dac4816375c23794 | refs/heads/master | 2020-09-14T03:35:05.384414 | 2019-11-27T22:35:04 | 2019-11-27T23:08:29 | 222,999,464 | 3 | 2 | null | 2019-11-27T23:08:31 | 2019-11-20T18:15:27 | Java | WINDOWS-1252 | Java | false | false | 2,947 | java | /*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
* c/o Linköpings universitet, Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
* THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 ... | [
"wschamai"
] | wschamai |
b88bdd4e5d94685839fa674241ca7cc04afbcde5 | aaf329ca081f14c512fdc44c4491b90e9955a68f | /app/src/main/java/com/android/mvp2/inject/scope/PerActivity.java | 7efbdd0933c625b11ef9391c67b3a2eb718d8c0e | [] | no_license | cacarun/MyMVPDemo2 | d253f46627c54d1425583386582581a412d9fb25 | 1cac0e655eeb9aefba66f30b1cb51a6eac2ca02e | refs/heads/master | 2023-04-16T03:19:44.859952 | 2016-06-28T13:06:52 | 2016-06-28T13:06:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.android.mvp2.inject.scope;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
/**
* In Dagger, an unscoped component cannot depend on a scoped component. As
* {@link edu.com.app.injection.component.Appli... | [
"caijiawei@ebangshou.me"
] | caijiawei@ebangshou.me |
79951dae7972e4f191b2a9e287b22e1ad0cd87fa | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-12584-1-16-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateStore_ESTest_scaffolding.java | 8b257fa73eb795411005de8299250341d7eddf9b | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Apr 07 20:37:34 UTC 2020
*/
package com.xpn.xwiki.store;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
4a2545d3802f18679db5d0f15b9340c0c9f78e1e | 0bc2e5c44aa61207290d9d5a86105225399915c5 | /Assessment/src/com/ibm/Assessment/Application.java | dfbc9b36906860b24c6977099d0a65fe1cde0cff | [] | no_license | IBMRupak/day1 | 1920c496d1c56b4448f1dd2b841373b242b4d8f7 | 7f8bf6600a7904f3d1629fc353a48bae1da0207b | refs/heads/main | 2023-04-03T02:57:38.831428 | 2021-03-30T15:45:19 | 2021-03-30T15:45:19 | 345,996,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.ibm.Assessment;
public class Application {
public static void main(String[] args) {
Bug bug = new Bug(111,"Rohan","Compiler","error",BugStatus.Open,Priority.Urgent);
}
}
| [
"ibmjavanh20@iiht.tech"
] | ibmjavanh20@iiht.tech |
df15781c391d8444391ff7a1da67fe923b5e9848 | 0fb0fa04615616f50261a9b157b4c1a3eb81adee | /gmall-oms/src/main/java/com/atguigu/gmall/oms/entity/OrderItemEntity.java | 0d10e7bce3b54aa3c1e74d8dc94806012b14d1d7 | [
"Apache-2.0"
] | permissive | youaremyhoney/gmall | 56848394ecaef119496e3cbbccc04cb70ef24ede | fd6f86acbe266df89ff2b523acea0579454cda0f | refs/heads/master | 2022-12-14T11:09:33.526900 | 2019-11-15T00:45:45 | 2019-11-15T00:45:45 | 218,020,994 | 0 | 0 | Apache-2.0 | 2019-10-29T15:28:16 | 2019-10-28T10:25:39 | JavaScript | UTF-8 | Java | false | false | 3,091 | java | package com.atguigu.gmall.oms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import... | [
"525409941@qq.com"
] | 525409941@qq.com |
aa43581c04482566f99e336c2e200538546b8f1e | 0f68807a666e283e63216235d0b0f4222cf66f69 | /eyetouch-seentao-be/iuap-pcomments-api/src/main/java/com/yonyou/pcomments/api/PcommentsQueryService.java | b12ea9193ff8d12be76a491a8cc382cb7d035c10 | [] | no_license | HiHaker/eyeTouch | 709e1a88fbe5d6f539c1d9bb8d926f9a945d33c5 | 752fd12221ce1c035e8ddc6a3514d2a8ee83289b | refs/heads/master | 2022-07-10T15:00:54.724060 | 2019-11-11T07:04:00 | 2019-11-11T07:04:00 | 207,545,728 | 1 | 0 | null | 2022-06-21T01:51:39 | 2019-09-10T11:52:02 | Java | UTF-8 | Java | false | false | 486 | java | package com.yonyou.pcomments.api;
import com.yonyou.pcomments.dto.PcommentsDTO;
import com.yonyou.iuap.ucf.common.rest.SearchParams;
import com.yonyou.cloud.middleware.rpc.RemoteCall;
import java.util.List;
/**
* RPC 调用接口声明
* @author
* @date 2019-10-2 20:07:08
*/
@RemoteCall("iuap-eyetouch-seentao-server")
publ... | [
"hujianlongynu@163.com"
] | hujianlongynu@163.com |
cbe2bae0566a82d33d6edf6586ce43d24a4f85d2 | 2a45fd01e2e9dc7e9c5b9e509eb0815a5acf3e71 | /MediaMonitoringApp/app/src/main/java/com/academy/ndvalkov/mediamonitoringapp/common/events/main/UpdateSummaryEvent.java | 8a1e9393b237f92b633aad0c9de9aeebd1e35126 | [
"MIT"
] | permissive | ndvalkov/Android-Course-Project | 8ff0471c420fad563b84392be74c8c59c76fff95 | 96cce329ada1e0cee80bd5cf1457141d01275c28 | refs/heads/master | 2021-07-11T04:56:09.505488 | 2017-10-13T13:44:16 | 2017-10-13T13:44:16 | 104,304,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.academy.ndvalkov.mediamonitoringapp.common.events.main;
/**
* An event object that will be passed as a result to
* the subscribed methods from other classes and threads.
*/
public class UpdateSummaryEvent {
public final boolean update;
public UpdateSummaryEvent(boolean update) {
this.up... | [
"ndvalkov@abv.bg"
] | ndvalkov@abv.bg |
6452e7463d05961cb3f840388b7d63673455c12e | 52ab979d0f05be96d58803c328df4e67d6768c4d | /app/src/androidTest/java/adnandanny/paknews/ExampleInstrumentedTest.java | 43c11800a3f8c3675eecfcb643e9dc11c41edde5 | [] | no_license | Adnan7k/PakNews | c08e24f177628000f18485b706e7c91c035cc679 | 7c086f40ea1f1be7a9cd8ca9f94ab83143bd577e | refs/heads/master | 2021-07-19T12:43:46.026122 | 2017-10-27T09:08:37 | 2017-10-27T09:08:37 | 108,524,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package adnandanny.paknews;
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 Android d... | [
"adnandani7k@gmal.com"
] | adnandani7k@gmal.com |
c1049788b41a33dd731029498847fc9064081118 | f4b442e2e8ae44f58795dba793cba43c5944d97b | /app/src/main/java/protego/com/protegomaximus/KDDConnection.java | cea3fd0fb16d162a1547b5eb92a20841108606df | [] | no_license | liahos/ProtegoMaximus | 257f37eb7174141cbe692ce3d9d2ff83bca10ca6 | 1900a1e6ef0c3aa597bf21e2dbf924721a122e95 | refs/heads/master | 2021-01-18T00:43:32.244384 | 2015-01-28T20:04:04 | 2015-01-28T20:04:04 | 29,983,407 | 0 | 0 | null | 2015-01-28T19:09:16 | 2015-01-28T19:09:16 | null | UTF-8 | Java | false | false | 10,145 | java | package protego.com.protegomaximus;
/*
* Creates an object for the connection record with the KDD Cup '99 data set features.
* Of the 41 features in the KDD Cup '99 data set, features 10 to 22 have been removed as they
* are not related to smartphones. Hence, this object will contain 28 features.
*/
import java.i... | [
"mukti.827@gmail.com"
] | mukti.827@gmail.com |
e3be0cb550650b39489f0457538487008c773c32 | 47119d527d55e9adcb08a3a5834afe9a82dd2254 | /tools/apidocs/src/main/test/com/emc/difftests/ApiClassDiffTests.java | 1f1dd277feb564b6729b51c7827248d5fba8e385 | [] | no_license | chrisdail/coprhd-controller | 1c3ddf91bb840c66e4ece3d4b336a6df421b43e4 | 38a063c5620135a49013aae5e078aeb6534a5480 | refs/heads/master | 2020-12-03T10:42:22.520837 | 2015-06-08T15:24:36 | 2015-06-08T15:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,473 | java | package com.emc.difftests;
import com.emc.apidocs.differencing.DifferenceEngine;
import com.emc.apidocs.model.ApiClass;
import com.emc.apidocs.model.ApiField;
import com.emc.apidocs.model.ApiMethod;
import com.emc.apidocs.model.ChangeState;
import com.google.common.collect.Lists;
import java.util.Collections... | [
"review-coprhd@coprhd.org"
] | review-coprhd@coprhd.org |
051d19a77c062180f87674a6d352766a7f5b3db2 | d5725488ccfee4f085bf8b55b59cc540d6e85ea0 | /CityAPI/src/test/java/com/APICidades/CityAPI/CityApiApplicationTests.java | 974c4c06f862f38d78889e6be85dfbd3be8a5158 | [] | no_license | MicaelFrancisco19/projeto-DIOINNOVATION | 1ad6a109e2120a673dcc9838da5a0e63d19382f0 | 123739f4874fa61391f79e5de748ce9c13b3d09d | refs/heads/main | 2023-07-08T23:08:19.951961 | 2021-08-06T14:22:56 | 2021-08-06T14:22:56 | 393,375,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.APICidades.CityAPI;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CityApiApplicationTests {
@Test
void contextLoads() {
}
}
| [
"noreply@github.com"
] | MicaelFrancisco19.noreply@github.com |
88bd84c375933c98609d9336e0038b7cc9f0b10f | 3ec2b11a49ebf18e9d9f4f0a618d29306f14d5ac | /src/figure/Kvadrat.java | 17accc031ba561d8fbdafcb8cfe22cd79e76b40d | [] | no_license | djordjedr/Bootcamp | 8097e3930af0c15f814f7a9680b1d0baa83b7c3b | 08c791fdbd9563e48b7cfad268be240ae8d0e371 | refs/heads/main | 2023-03-19T16:16:07.839765 | 2021-03-10T10:04:56 | 2021-03-10T10:04:56 | 332,848,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package figure;
/*
* Napraviti klasu GeometrijaFigura koja sadrzi podatke o x i y koordinatama tezista figure.
* Napraviti klasu Krug koja sadrzi podatak o poluprecniku. Napraviti klasu Kvadrat koja sadrzi
* podatak o duzini stranice. Napraviti klasu Trougao koja sadrzi podatke o duzinama stranica.
* Za s... | [
"noreply@github.com"
] | djordjedr.noreply@github.com |
80cdefc728ff5642f450bfa18f7f53570aa9754d | de264f18618e0b770c41f147124e9ed331d5cbcc | /Array/Count_The_Reversals.java | 22e257ed147a94b617a7f3bbbe5a78e7f0e476b2 | [] | no_license | mahesh122000/Data-Structures | 5ac860a556c3ffe5cf839a30bf57f5adce2470f5 | 231a591770ac88af56f74bcdc08b695203d75a81 | refs/heads/master | 2021-06-25T13:45:22.186317 | 2021-02-24T16:05:57 | 2021-02-24T16:05:57 | 210,961,356 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | import java.util.*;
import java.lang.*;
import java.io.*;
class GFG
{
public static void main (String[] args)
{
Scanner s=new Scanner(System.in);
int t=s.nextInt();
while(t-->0)
{
String c=s.next();
int n=c.length();
int count1=0,count2=0;
for(int i=0;i<n;i++)
... | [
"noreply@github.com"
] | mahesh122000.noreply@github.com |
2e56b0c80b419309ae6222bbe2b9f9809ef77b7b | 932480a6fa3d2e04d6fa0901c51ad14b9704430b | /jonix-onix3/src/main/java/com/tectonica/jonix/onix3/BibleTextOrganization.java | 03eed3f35bc20f49dc3bec67bc2986c26de0ae05 | [
"Apache-2.0"
] | permissive | hobbut/jonix | 952abda58a3e9817a57ae8232a4a62ab6b3cd50f | 0544feb4b1ac8fd7dfd52e34e3f84d46eae5749e | refs/heads/master | 2021-01-12T08:22:58.679531 | 2016-05-22T15:13:53 | 2016-05-22T15:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,111 | java | /*
* Copyright (C) 2012 Zach Melamed
*
* Latest version available online at https://github.com/zach-m/jonix
* Contact me at zach@tectonica.co.il
*
* 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 ... | [
"zach@tectonica.co.il"
] | zach@tectonica.co.il |
f5091b42baa476399e5addbd96b85b3959f289f4 | 6acce890ffff72ffc56de6910274c506ddf77503 | /src/main/java/cliente/Empresa.java | d14731fff08eb87738db2ad6ace9096c5d2b8924 | [] | no_license | ProgramacionAvanzadaUJI/FactoryPatternEnumeraciones | f4d012df4c7b73447f9375954725972ebb57ce6d | d86c911a0a9d93d9e6373878aeac97b3ce777067 | refs/heads/master | 2023-04-03T06:09:02.137098 | 2023-03-29T08:42:16 | 2023-03-29T08:42:16 | 55,400,489 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package cliente;
import cliente.Cliente;
/**
* Created by oscar on 4/4/16.
*/
public class Empresa extends Cliente {
public Empresa(String nif, String nombre) {
super(nif, nombre);
}
}
| [
"oscar.belmonte@uji.es"
] | oscar.belmonte@uji.es |
afe8238a04995c7b70521396d2ac7629a9660446 | 2125628fcb7239534f5f30f88fe2641fd7e256c8 | /app/src/androidTest/java/top/isense/demo/testsensor/ApplicationTest.java | 489e49318781cafb0b38fea06dd2ee4bc3fa0fee | [] | no_license | rickf91/TestSensor | 49fee9feeb98572b00fce9b59b25c319f79b0ce8 | 060b12e0b3d75a21b40883d47f90a431e48632a1 | refs/heads/master | 2020-12-26T03:21:44.095185 | 2016-10-05T05:33:42 | 2016-10-05T05:33:42 | 68,783,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package top.isense.demo.testsensor;
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() {
... | [
"rickf91@sohu.com"
] | rickf91@sohu.com |
96639800d0fab7a5561de65f2c0a6d2bcff1cf8b | 70203300d489c97da1a444c18de6235bdb4a83ff | /src/DAOImpl/DAOBookImpl.java | 5c3a4db592dffe37d116385cf6a3e985a2e631c5 | [] | no_license | Pasha7520/LibrarySql | a0672483961d188cf79a1c9cb942977daff1c814 | 4f41d19ac5524033f7193d69e0e651374c441109 | refs/heads/master | 2020-03-15T18:38:12.791532 | 2018-05-05T22:15:05 | 2018-05-05T22:15:05 | 132,288,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,835 | java | package DAOImpl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.SQLQuery;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.mysql.jdbc.PreparedStatement;
import entity.Author;
import entity.Book;
import ent... | [
"pasha.ganuliak@mail.ru"
] | pasha.ganuliak@mail.ru |
268651bcd3662d911e53f752e30dbbc5dbb46e53 | 024265faf2e58312f45ead4c26ff537811a00a81 | /app/src/main/java/com/example/yazhai1226/androidtest/Observer/ObserverTest.java | cdf78840bcd3cc69864be394bd2fbcfc20a6f395 | [] | no_license | VincentLoveAndroid/AndroidTest | 28beccdb3b4d93320fffaa23ccda91350545336b | 36987dea257d4c646d9adab0ceab0891aff9bbc2 | refs/heads/master | 2021-01-13T08:40:17.943978 | 2016-11-18T04:19:12 | 2016-11-18T04:19:12 | 72,271,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package com.example.yazhai1226.androidtest.Observer;
/**
* Created by MingRen on 2016/8/30.
*/
public class ObserverTest {
public static void main(String args[]) {
MySubject subject = new MySubject();
Observer1 observer1 = new Observer1();
Observer2 observer2 = new Observer2();
s... | [
"674928145@qq.com"
] | 674928145@qq.com |
65a091eb0ca2fe6811f56987f0ce9c2c12a6e3ac | 6e3ddabdb1c177c120e9d66dbdc7b9bb3f583b40 | /build/project/src/com/safeDelivery/service/UserService.java | 6ab9e5409a30591e9c0f67fc0859c3e2d268dbde | [] | no_license | MoiseGui/safeDelivery | 778f764e462294a7921ee79afad9e0db3d43862a | 530e3287e29aff0367f4a5ed3c4a4bb6a2b1fab9 | refs/heads/master | 2021-05-23T14:01:06.271465 | 2020-04-27T19:43:51 | 2020-04-27T19:43:51 | 253,325,665 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.safeDelivery.service;
import com.safeDelivery.model.User;
public interface UserService {
public long existByEmailAndPass(String email, String pass);
public User getUserByEmail(String email);
public User getUserById(long id);
public long addUser(User user);
public int disableUserByEmail(Strin... | [
"besto@Moïse-Gui"
] | besto@Moïse-Gui |
52e4b54c60294d34f4985a874dc565d871575f89 | b2d2d57b44c02883dfa12db810211bb0aaa1d804 | /src/com/generic/util/loggerUtils.java | c7993a56ab46b3a421c685d82ece5837d5cd84ef | [] | no_license | tariqalrob97/RayCatch | 30e0385f8d8b760ac8fbdfc38cc01b95bd04b0f7 | 48dfb75139acb3fd25d00fba3edd2b71b7a6d4b8 | refs/heads/master | 2020-06-29T06:21:11.906160 | 2019-11-12T07:32:39 | 2019-11-12T07:32:39 | 200,461,771 | 0 | 0 | null | 2019-08-04T07:40:44 | 2019-08-04T07:15:11 | Java | UTF-8 | Java | false | false | 698 | java | package com.generic.util;
import org.apache.log4j.Logger;
//import org.apache.log4j.Logger;
public class loggerUtils {
//private static ThreadLocal<Logger> loggers = new ThreadLocal<Logger>();
private String testName = "";
private Logger logs22;
public void debug(String msg) {
// System.out.prin... | [
"18301319+ibatta@users.noreply.github.com"
] | 18301319+ibatta@users.noreply.github.com |
6256209f9fc3c3dd38e2916f3e434e4d21800b76 | 9d271e07c8499a95845c0ba4a41820ec49afcfa9 | /colorpicker/src/main/java/com/konstantinidis/harry/colorpicker/slider/AlphaSlider.java | 95c849d25de330195ecd90fdd57e6650aa2ce4ee | [] | no_license | Harry1994/Solace | bda6b1f00acb65bee81da2942d2b3aa62441da78 | 360d8bc148f5673628a6e52e6d61a325f0dfedeb | refs/heads/master | 2020-04-08T13:24:15.471435 | 2018-11-27T19:32:30 | 2018-11-27T19:32:30 | 159,389,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,414 | java | package com.konstantinidis.harry.colorpicker.slider;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.util.AttributeSet;
import com.konstantinidis.harry.colorpicker.ColorPickerView;
import com.konstantinidis.harry.colorpi... | [
"xkonstantinidis94@gmail.com"
] | xkonstantinidis94@gmail.com |
d75ae82d63beb427617f2b4ee28344e0574cb7e0 | be4773a9f66590f6f20a3126ac4fc0fdd48b81da | /Screen.java | 60a58314b6f3a9fe658fbacbb440cf46f423b092 | [] | no_license | Lallen25/Group-Golf-game | 6a1dbcbb78836d06e38673eb8ac14294d337944a | 8e2cf2ca7c1590761483762de06b7ccd06fe027f | refs/heads/master | 2020-03-23T23:11:41.224772 | 2018-07-25T00:55:51 | 2018-07-25T00:55:51 | 142,221,046 | 0 | 0 | null | 2018-07-24T23:06:53 | 2018-07-24T23:00:20 | null | UTF-8 | Java | false | false | 1,459 | java | import java.io.File;
import java.io.IOException;
import java.nio.file.*;
import java.util.ArrayList;
import java.util.function.*;
import java.util.Random;
import org.jsfml.audio.*;
import org.jsfml.system.*;
import org.jsfml.window.*;
import org.jsfml.window.event.*;
import org.jsfml.graphics.*;
/**
* Is used as a bas... | [
"noreply@github.com"
] | Lallen25.noreply@github.com |
3f28bc8c0e6406b89ee123f6d649f67ede91baa2 | 80118fa300bb0ae9f136e4cb68ff44f28381d104 | /src/com/tz/user/service/impl/UserServiceImpl.java | 5ac8c9f691bb110dbe68d2c6936321566f7876a3 | [] | no_license | xhj224/crm01 | 24c3dcd5cae64d2e06a641749769c5d1ad8ba5af | 080015d13882fc48497c6179c16d9b4c24af8627 | refs/heads/master | 2021-01-12T01:05:03.132841 | 2017-01-09T05:36:38 | 2017-01-09T05:36:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.tz.user.service.impl;
import com.tz.entity.User;
import com.tz.user.dao.IUserDao;
import com.tz.user.service.IUserService;
import com.tz.util.BeanFactory;
public class UserServiceImpl implements IUserService {
IUserDao userDao = (IUserDao) BeanFactory.getBean("userDao");
@Override
public User login(S... | [
"xhjxhj224@163.com"
] | xhjxhj224@163.com |
65c6df3dd18f583046f684238e7578f62efc7de3 | 6b82417de7921a176c21175fab70cf0ab6a73a16 | /src/main/java/com/moviestore/domain/Credit.java | 3c4db5b436ad9664a436bbe6ff37378dc844e527 | [
"MIT"
] | permissive | tanbinh123/movie-store-springboot-tutorial | 5239dd46be5ea761e5d042e6df58443648983ee8 | 49e89ad59dd0d52f92e5da480d7c0fff6260ac5f | refs/heads/master | 2023-03-18T08:09:27.660209 | 2017-12-20T22:41:24 | 2017-12-20T22:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package com.moviestore.domain;
public class Credit {
private String name;
private String role;
private boolean star;
public Credit(String name, String role, boolean star) {
super();
this.name = name;
this.role = role;
this.star = star;
}
public String g... | [
"igliop@gmail.com"
] | igliop@gmail.com |
196ba723d655f11bc06dc15640e7f2ad122c0bc4 | 5c71f8ef378960d2f4e09d6d00266bb30513d401 | /src/view/LoadGame.java | efe03026e2510fd778fdcd29e71faa81f3b928fb | [] | no_license | hhwcode/Plane | 25971f54a460a88c08cf8638dc623a7ab6cf867a | e07a9f675a0e691e2362cf555739cd18264c6386 | refs/heads/master | 2021-06-21T03:49:37.481902 | 2017-07-20T06:26:36 | 2017-07-20T06:26:36 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,496 | java | package view;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Image;
import javax.swing.ImageIcon;
import javax.swing.JPanel;
import Plane.Config;
import Plane.MusicPlayer;
/**
* 游戏加载页面
*
* @author Administrator
*
*/
public class LoadGame extends JPane... | [
"1021457010@qq.com"
] | 1021457010@qq.com |
3fef685a01e7defa4e3e3a50325dd13a4ef442b1 | fe2633b35a882f094fd4dd77e680127096821a62 | /src/main/java/com/audio/DAO/PayDAO.java | 315a72913d8a917695b0e6f3a87546f99b5d208c | [] | no_license | jun1101/Test | 84e89bc1804e419d2d5c7b9789dd62839b30e342 | 3d96e6ec7c894f27d5ec171e040533a712ac5949 | refs/heads/master | 2022-02-07T06:17:23.293633 | 2022-01-05T06:36:56 | 2022-01-05T06:36:56 | 253,834,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package com.audio.DAO;
import com.audio.VO.PayVO;
import com.audio.VO.userVO;
public interface PayDAO {
public void insertPay(PayVO vo) throws Exception;
public int firstPayUpdate(userVO vo) throws Exception;
public int payUpdate(userVO vo) throws Exception;
}
| [
"ojh1489@gmail.com"
] | ojh1489@gmail.com |
050bde36e12f2bb737a490ebd91bc575026ad1f3 | 0818e54179fb1de01354f7d51c68b1d25ba178e2 | /src/main/java/hr/fer/zemris/java/hw11/jnotepadpp/local/LocalizationProvider.java | c3297827161e1a8e6806210bfba717a4d303933e | [] | no_license | ivanrezic/jNotepad | b7afb9a9df49a41141a7e0684b0c05c6a198dc3a | bc476169019d3cf84896c2250a4a3b59787e4bba | refs/heads/master | 2021-01-01T17:53:30.369932 | 2017-07-24T20:37:02 | 2017-07-24T20:37:02 | 98,187,770 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,536 | java | package hr.fer.zemris.java.hw11.jnotepadpp.local;
import java.util.Locale;
import java.util.ResourceBundle;
/**
* <code>LocalizationProvider</code> is singleton instance that enables us to
* get current langueage values saved in property files.
*
* @author Ivan Rezic
*/
public class LocalizationProvider extends ... | [
"ivan.rezic1@gmail.com"
] | ivan.rezic1@gmail.com |
cbddf2f3c93cc72657e33692525fb25947ca0b1d | e9770dd1289d90ff19486f7b7de879a2cd4c5490 | /AnalizadorLexico/src/analizadorlexico/AnalizadorLexico.java | b4c54be1f3decdbf83350b04ddb89ef481a91f85 | [
"MIT"
] | permissive | Skullcachi/compiladores2-analizadorlexico | a2224d40518e9d99c472cbee25e63a33e1f284d2 | 9ff90d5af0c3622cf22bf1290037028aab440a96 | refs/heads/master | 2020-07-11T14:08:31.769154 | 2019-09-28T00:36:57 | 2019-09-28T00:36:57 | 204,562,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | 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 analizadorlexico;
import java.io.File;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.logging.Level;
... | [
"molinasergio.delta@gmail.com"
] | molinasergio.delta@gmail.com |
103ce98e25b9ec43f1098b939888d0ad8a2326d0 | 93dd4c645cc9da8be21157dccd47952779c234c7 | /JAVA_SE/20200109_Scanner类Random类ArrayList类/src/Scanner类/ScannnerDemo2_Max.java | d06f9fe96c9bc67cc58f061aac64057430a304f6 | [] | no_license | Shanshan-Shan/JavaPractice | 620fbaa878fe0574090cb7fea3868a547dbf6106 | a48a57065d9eb460d2d58d7249038619016db88c | refs/heads/master | 2020-08-27T23:14:50.197482 | 2020-05-12T14:16:31 | 2020-05-12T14:16:31 | 217,516,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package Scanner类;
import java.util.Scanner;
//键盘输入三个int数字,然后求出其中的最大值。
public class ScannnerDemo2_Max {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("请输入第一个数字a:");
int a = sc.nextInt();
System.out.println("请输入第二个数字b:");
int... | [
"2651351234@qq.com"
] | 2651351234@qq.com |
c0afb691f39a168ebce7611e9242f4f25e8acc07 | 4f3d59101c8ff8c1295bba6236820c0b30deb1ea | /core/src/main/java/org/springframework/security/saml/SAMLAuthenticationToken.java | 03e8db9ae79b454004ae9e1ec0952fd644964455 | [] | no_license | chubbard/spring-security-saml | 57d97a528f84210afa820ba7279a1b685f69364e | 34580782adc87974287c9d063db582c5b6ce8a63 | refs/heads/master | 2021-07-31T20:12:49.460740 | 2021-07-17T22:10:33 | 2021-07-17T22:10:33 | 218,110,976 | 1 | 0 | null | 2019-10-28T17:52:39 | 2019-10-28T17:52:38 | null | UTF-8 | Java | false | false | 2,521 | java | /* Copyright 2009 Vladimir Schäfer
*
* 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 applicable law or agreed ... | [
"fhanik@pivotal.io"
] | fhanik@pivotal.io |
17813675a5aec20e31eda9fea34d09ca9bc67e4d | 28c9dbc1f8d9c4083534dbb2eb623781107619ef | /src/pubhub/dao/BookDAO.java | e5a471439c3ee641bed7a8075168257547b369ef | [] | no_license | haydenhw/PubHub | 29164ec3201a7108b91aae85c3b05f4257e46651 | b6a1b8a8a480aefd650c468b1c18da09cd94eabf | refs/heads/master | 2023-01-09T17:55:36.112619 | 2020-11-07T23:59:58 | 2020-11-07T23:59:58 | 309,244,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package pubhub.dao;
import java.util.List;
import pubhub.model.Book;
/**
* Interface for our Data Access Object to handle database queries related to Books.
*/
public interface BookDAO {
public List<Book> getAllBooks();
public List<Book> getBooksByTitle(String title);
public List<Book> getBooksByAuthor(String ... | [
"hayden321@gmail.com"
] | hayden321@gmail.com |
f4066d6ced96c85600271618d3cccc7fef7e28d7 | dfb3f631ed8c18bd4605739f1ecb6e47d715a236 | /disconnect-highcharts/src/main/java/js/lang/external/highcharts/AnnotationsElliottWaveShapeOptions.java | ca928ed0cdcd8f5d61ccfe4bef828acfca4bbfb2 | [
"Apache-2.0"
] | permissive | fluorumlabs/disconnect-project | ceb788b901d1bf7cfc5ee676592f55f8a584a34e | 54f4ea5e6f05265ea985e1ee615cc3d59d5842b4 | refs/heads/master | 2022-12-26T11:26:46.539891 | 2020-08-20T16:37:19 | 2020-08-20T16:37:19 | 203,577,241 | 6 | 1 | Apache-2.0 | 2022-12-16T00:41:56 | 2019-08-21T12:14:42 | Java | UTF-8 | Java | false | false | 6,525 | java | package js.lang.external.highcharts;
import com.github.fluorumlabs.disconnect.core.annotations.Import;
import com.github.fluorumlabs.disconnect.core.annotations.NpmPackage;
import java.lang.String;
import javax.annotation.Nullable;
import js.lang.Any;
import js.lang.Unknown /* ( ColorString | GradientColorObject | Pat... | [
"fluorumlabs@users.noreply.github.com"
] | fluorumlabs@users.noreply.github.com |
92b309cbff408cfc2cf463fa134473ec16e5d3e9 | c6e6496e2fa9f3c971e868eee86561d51dc87c0b | /sts-provider/src/main/java/org/jboss/sts/provider/RoleClaimHandler.java | bd58dbe07cffb118f7f9b18962722b281ea15298 | [] | no_license | jurakp/reproducers | 5718ebf9cd179f61bfa029fa5893402191a3214b | f9df32ed36780d142ed6b5a168403d9528eaf4fd | refs/heads/master | 2021-01-21T09:59:30.385219 | 2019-04-03T12:36:39 | 2019-04-03T12:36:39 | 91,675,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,321 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [
"pjurak@redhat.com"
] | pjurak@redhat.com |
535f42437aaec9a30577dd0bc7956d9de723a92c | e83d23138c3902a6a3109aa1d5a004213301eafc | /wkx007/src/main/java/com/orcl/frame/dao/AccountDao.java | 9984336f1539f43e2ca551885354160d326ec747 | [] | no_license | WKVeis/wkx007Test | 1d28b7c3a3463db8fa09bfd31cfa73fac202e1e6 | 35df46816f9a21f684543332e561ad43f03c505c | refs/heads/master | 2022-06-24T05:48:29.257698 | 2020-03-13T06:09:36 | 2020-03-13T06:09:36 | 200,402,278 | 0 | 0 | null | 2022-06-21T01:43:20 | 2019-08-03T17:20:54 | JavaScript | UTF-8 | Java | false | false | 633 | java | package com.orcl.frame.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.orcl.frame.model.Account;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
/**
* @author by weikaixiang
* @date 2019/8/1 0001
* @DESC:
*/
public interface AccountDao extends BaseM... | [
"2512668505@qq.com"
] | 2512668505@qq.com |
3614a22a2885fc384ca4452c80bf50bd0b8f2f0a | ea82c0ea88234f282a148d73d1743fa81cf38232 | /src.application/desmoj/extensions/applicationDomains/production/PartsList.java | 28a52c7dea4b2047180cf9d9d9273b955698bf54 | [] | no_license | PriyWerry/desmoj | 64008d40ff9ea2722ceed6bd153f4747c4b304e8 | 683489d9a885c12f8ef4c22db7bdf3c3048fe102 | refs/heads/master | 2021-06-13T14:12:34.750043 | 2016-10-04T13:51:33 | 2016-10-04T13:51:33 | 72,842,185 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,922 | java | package desmoj.extensions.applicationDomains.production;
import desmoj.core.simulator.Model;
import desmoj.core.simulator.ModelComponent;
/**
* A PartsList is a listing of all the different kinds of parts and the number
* (quantity) of them needed to produce a new part (or product). It is used in
* conjunc... | [
"goebel_j@86b4f37d-0b98-42f3-ae9f-20825ac9f6ca"
] | goebel_j@86b4f37d-0b98-42f3-ae9f-20825ac9f6ca |
d166b0f074f2b603b27fae5d18f4c34fd4471483 | aec9894d4530593a464b8a4daf146d3f2b86f428 | /src/main/java/com/wjzc/framework/config/GenConfig.java | 410cd7b916448d02a1670df629f5404e1cdbda8c | [] | no_license | wqqing77/wjzc | f6a048126c93c499c070869419a87dc7343e9756 | 3b781d8d55c8f54088d7e876cb7d6729664adbf6 | refs/heads/master | 2023-03-04T01:07:35.802240 | 2021-02-13T02:56:29 | 2021-02-13T02:56:29 | 338,482,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,367 | java | package com.wjzc.framework.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* 读取代码生成相关配置
*
* @author wjzc
*/
@Component
@ConfigurationProperties(prefix = "gen")
public class GenConfig {
/**
* 作者
*/
public sta... | [
"wqqing77@163.com"
] | wqqing77@163.com |
8a5c3f34f309f1f0c9a06a6ed1f42ae52cb679df | 9dc27aee0ec996d59978fce00974e103d3e6c698 | /src/main/java/com/gymadmin/services/impl/PaymentServiceImpl.java | 6c9105c2c353045081b8629bec66cc0af9fd8c4b | [] | no_license | MRodriguez08/gymadmin | c577ab268d82906e271fb03568b20e0b8823f729 | b60459e6c926eba4f5520b69134db4bb219fda37 | refs/heads/master | 2016-08-12T17:50:06.385173 | 2015-05-05T02:32:12 | 2015-05-05T02:32:12 | 49,207,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,180 | java | package com.gymadmin.services.impl;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import org... | [
"mau.rod.81090@gmail.com"
] | mau.rod.81090@gmail.com |
8630f6579311b98b701350c6ebf7ce60f7ebfe8a | ae464c2aa556d002e2b69e4936f10dd392ff1c9a | /src/EngineFrame.java | f4f05c79e7d13c174d29ffdd41cdcc8886d6d7c7 | [] | no_license | ducttapecrown/raycaster | 8fcdecac03ea88a61e2c08e2b41a40f9b9d126d2 | ae9207767441e912aa8594381fc9a41508313384 | refs/heads/master | 2020-06-24T20:34:59.132384 | 2016-11-24T07:14:29 | 2016-11-24T07:14:29 | 74,622,777 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,544 | java | /**
* Frame to display the engine.
*
* @author Tim Stoddard, Sam Lindbloom-Airey
* @version program007
*/
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import java.awt.Imag... | [
"sam@Sams-MacBook-Air.local"
] | sam@Sams-MacBook-Air.local |
035c753e3dd075878393c277e2ac18a7d563d09a | b111b77f2729c030ce78096ea2273691b9b63749 | /db-example-large-multi-project/project27/src/main/java/org/gradle/test/performance/mediumjavamultiproject/project27/p135/Production2700.java | 4755e1fd96dd5afd1e2efe5fff200bd7704670a2 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,896 | java | package org.gradle.test.performance.mediumjavamultiproject.project27.p135;
public class Production2700 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property... | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
1f5dd187d87a5be9698f6386b0ffefb532b022f8 | 5af4e82cfd03ab53fbbd74220f923c051caacaed | /classloader-pitfalls/src/test/java/com/link_intersystems/publications/blog/classloader_pitfalls/ClassCastExceptionTest.java | 41b87a06465a6df831abef137e4304d60f05b457 | [
"Apache-2.0"
] | permissive | szymonleyk/blog | 3399cc17b8011aea78beed52256fc8714855710e | 24917cbba66a0b0e7def0c622020ab5ab1b94d28 | refs/heads/master | 2021-05-28T16:18:26.387061 | 2015-05-01T15:47:23 | 2015-05-01T15:51:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,813 | java | package com.link_intersystems.publications.blog.classloader_pitfalls;
import java.net.URL;
import java.net.URLClassLoader;
import org.junit.Assert;
import org.junit.Test;
public class ClassCastExceptionTest {
/**
* This test shows that a class loaded by one class loader is not equal to
* the same class loaded ... | [
"rene.link@link-intersystems.com"
] | rene.link@link-intersystems.com |
10280738626a98002c7f4502d8e1bbec56bb47ba | 109064e4b2d480e28f35148e715e687e1185e473 | /dictionary-core/src/main/java/org/tveki/dictionary/api/TranslateRequest.java | e6c129114a5ac7ebd01f002dc747c17ae0e5a9cb | [] | no_license | tveki/dictionary-api | 6ad44075e340d8949670762388112dfdc47f1efe | ffd278c8095961104c08be6e1fc908ee652d07d2 | refs/heads/master | 2021-01-22T06:58:54.688880 | 2019-02-24T07:56:22 | 2019-02-24T07:56:22 | 31,650,504 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | 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 org.tveki.dictionary.api;
/**
*
* @author tveki
*/
public class TranslateRequest extends TranslationTask {
}
| [
"tveki@webstar.hu"
] | tveki@webstar.hu |
63ebc0f56e0e45e80b32ef6c153613bab9125339 | 0d084d2e7fd0bec8a201f53ce0625e1b3ed48980 | /TicTacToe/src/tictactoe/Statistics.java | a7ef0dd2627a1d7bfa498d39916976fb2aff1a68 | [] | no_license | wdeng7714/Grade-12-Projects | 1a9b6d67c6a71ef0105495a4437984691640070d | 38e80a70e3fcc1efe50db68cc37ff2a29fba0863 | refs/heads/master | 2021-01-09T20:18:45.154436 | 2016-07-30T19:02:57 | 2016-07-30T19:02:57 | 64,558,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,487 | 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 tictactoe;
/**
*
* @author Wendy
*/
public class Statistics extends javax.swing.JFrame {
Game game = new Game();
/**
... | [
"noreply@github.com"
] | wdeng7714.noreply@github.com |
e8b2e60e02c8d309eacb6c69b6c0735025ab5ad3 | 02f4c29726cec69f5923bb70e2eb2c91a9635fb5 | /src/main/java/com/iceq/springdata/controller/MemService.java | c5c82edd3eeb5ce5764f7609dd8bb755493268e9 | [] | no_license | ikrix32/IceQAI | f40cd40899d24ce61320327adb283811ae433543 | 77283f6205daebffa41ad3cc4a4a68d2578fb226 | refs/heads/master | 2020-05-20T23:07:50.346486 | 2017-06-01T14:52:55 | 2017-06-01T14:52:55 | 84,542,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.iceq.springdata.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.iceq.natural.language.Sequence;
import com.iceq.springdata.repository.NodeRepository;
@Serv... | [
"cristianserrban@yahoo.com"
] | cristianserrban@yahoo.com |
f903837662cdbf55a54334f22ecbd6d5905d1083 | f64893d16ab13919cf4bf6695dc6fa7256a382ae | /jvm-core/src/main/java/jvm/allocate/MinorGC.java | b435c45afe14a2b020cb3ced2cf2c471554d6973 | [] | no_license | JadeLuo/JVM | 816f77e67ac4f00fcb43ba1c5903fbd32fac3346 | 2b599b2a07c9135a6e310bff3fd46d2ceaec870d | refs/heads/master | 2020-06-10T16:24:00.507089 | 2019-01-22T14:56:44 | 2019-01-22T14:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,379 | java | package jvm.allocate;
/**
* MinorGC 新生代垃圾收集动作
* VM params : -Xms20M -Xmx20M -Xmn10M -XX:+PrintGCDetails -XX:SurvivorRatio=8
*
* @author LightMingMing
*/
public class MinorGC {
private static final int _1M = 1024 * 1024;
public static void main(String[] args) {
byte[] alloc1, alloc2, alloc3, allo... | [
"1849901944@qq.com"
] | 1849901944@qq.com |
3b4c6934886ed36abbaa883b6f6f6ea3204b7229 | e048a05c4eb2a1686ec3c7efde287e56023d076a | /src/controller/src/launchingGame/SearchBar.java | 4cb1016f7bafed2f5e3a53c913a437bb2ad2b43a | [
"MIT"
] | permissive | yk154/voogasalad_PrintStackTrace | 66b80e8e1bd8dd9f147ceba68acbb4fc3c893055 | 47e82b3401270e81681f8fef11691a3878b26a82 | refs/heads/master | 2020-04-23T11:39:05.466768 | 2019-02-17T19:24:35 | 2019-02-17T19:24:35 | 171,143,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,538 | java | package launchingGame;
import javafx.geometry.Pos;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.KeyCode;
import javafx.scene.layout.HBox;
import social.EngineEvent;
import social.EventBus;
pub... | [
"yk154@duke.edu"
] | yk154@duke.edu |
6cf02d0a1833c3abb313cade002ede51addb80db | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_3/src/g/d/j/Calc_1_3_6398.java | 9579268e84a49812436de1386f004f233c6fcc7a | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package g.d.j;
public class Calc_1_3_6398 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
a7179256396e479782dba8c6a7e4921d17734090 | 02ebac56a263f5b31e008c2e6856e412fca8eae0 | /app/build/generated/source/r/debug/android/support/mediacompat/R.java | db972198e40aabab5b7cba279a817030ce6e6d33 | [] | no_license | akhilsurnedi5479/Birthday_Card | d6bbe26886f10ac1ad888247647e36e0b3695444 | 202ca61242c57081922bec636cead95d9c6a279f | refs/heads/master | 2020-03-06T18:43:40.335933 | 2018-03-27T16:12:24 | 2018-03-27T16:12:24 | 127,012,801 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,442 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.mediacompat;
public final class R {
public static final class attr {
public static final int font =... | [
"akhilsurnedi5479@gmail.com"
] | akhilsurnedi5479@gmail.com |
6cd9eda6d0b22332cd4ae20a3c26cd6e057e0e92 | 1ac5ec3b840b0edc852ece29b31c546d46159abd | /kodilla-spring/src/main/java/com/kodilla/spring/portfolio/Board.java | 2aa2bc0df6f641bb5098438e7ba7046ddc8439c3 | [] | no_license | maciej-spychalski/maciej-spychalski-kodilla-java | 7c9e4dfe8bab210c192c4cdeba1876b1e5475194 | 5be43258c4a392acc71167e12025987e5b1faeee | refs/heads/master | 2023-01-03T18:33:58.166922 | 2020-10-30T16:46:08 | 2020-10-30T16:46:08 | 257,049,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | package com.kodilla.spring.portfolio;
public class Board {
TaskList toDoList;
TaskList inProgressList;
TaskList doneList;
public Board(TaskList toDoList, TaskList inProgressList, TaskList doneList) {
this.toDoList = toDoList;
this.inProgressList = inProgressList;
this.doneList ... | [
"maciej.spychalski@gmail.com"
] | maciej.spychalski@gmail.com |
6836d8ef430627b4815b3d21796c8ba781a62ccc | 40d95f0cc0ed7ad2052a3d4ab2bcf0fa2fad950f | /src/main/java/com/recruitment/common/MD5.java | adc5f4fc9a9de1d40aed362ddf8141b79e4b8e54 | [] | no_license | mcholka/recruitment | f394f00b13b20c13498f52492984416fd06e1613 | bf0517b17eb893be09bf7cabf876c840ad49ed1b | refs/heads/master | 2016-09-06T09:53:45.968595 | 2014-07-02T19:13:41 | 2014-07-02T19:13:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.recruitment.common;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* Created by mcholka on 2014-05-22. Enjoy!
*/
public class MD5 {
public String getMd5(String value){
try {
MessageDigest md;
md = MessageDigest.getIn... | [
"michal.cholka@bluemedia.pl"
] | michal.cholka@bluemedia.pl |
b8b180ca0645a3a6e496b3f384701a54d1d9a0ca | 3c2990adae62effb525da0406c22d75d7a6f387c | /src/com/cloudgarden/jigloo/actions/ToggleEditorsAction.java | b0ea3be41344c413a0ab1c2db83de9ca463af31b | [] | no_license | orb1t/jigloo | 567840b2cd5311e3b4169c2f950fee13bac6751b | 0f885e336665562a23f3de17e06608bff29d00c8 | refs/heads/master | 2021-07-14T13:47:01.787942 | 2017-10-20T20:50:25 | 2017-10-20T20:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | 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 distribution, an... | [
"jskinnersley@hotmail.com"
] | jskinnersley@hotmail.com |
1592e0eb92a1284a3cb410ca0d4ee1821ac79ffa | 195a49ea5bbfc2706fd4440bd061bbae17af714f | /src/main/java/exception/ParamException.java | 62a0b977e00b282d3e87c11dfdf9dc320c7e3979 | [] | no_license | xiaoxixi0314/use-java-thread | 1d282353cf66b5f503d909178db8679db161e35f | c3f373d927e8056e81985873b787c6948d387a5c | refs/heads/master | 2022-07-14T12:18:54.138748 | 2020-06-15T03:21:29 | 2020-06-15T03:21:29 | 225,623,694 | 0 | 0 | null | 2022-06-17T02:41:46 | 2019-12-03T13:14:11 | Java | UTF-8 | Java | false | false | 152 | java | package exception;
public class ParamException extends RuntimeException {
public ParamException(String message) {
super(message);
}
}
| [
"xiaoxixi@caibaopay.com"
] | xiaoxixi@caibaopay.com |
ced4c95e9c0ce9640c0bc77718b0f1d8f4a338e9 | 3cf86285483513fb0a34f21650bd551fc0d56474 | /src/main/java/br/com/campanate/orders/entity/Type.java | 4194f89809575dfe7a2b23513c164f873e9fb457 | [] | no_license | FernandoCamp/service-order | 5504b97e75069b972e3be6005c24b4946056a0ee | c7f2c22bcfdb85f07f037e11fe17a5a6d33e4870 | refs/heads/master | 2021-06-24T20:25:30.772156 | 2019-10-19T23:57:34 | 2019-10-19T23:57:34 | 216,283,582 | 1 | 0 | null | 2021-04-26T19:35:59 | 2019-10-19T23:39:30 | Java | UTF-8 | Java | false | false | 685 | java | package br.com.campanate.orders.entity;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
impor... | [
"fernando@fernando-H81M-S1"
] | fernando@fernando-H81M-S1 |
c688d5ee34e2483b1391ac308a163e2717f3ad87 | aab2c74d9a58a7dcd3b6c45d822c0207d71ce8a3 | /07-Inner-And-Abstract-Classes-&-Interfaces/Abstraction/src/com/rahul/Dog.java | 7e5b88e9529ebe445114f01bc1bef203eb3b3d13 | [] | no_license | Rowlptk/java_tutorial | 0bf098718bc1b166f0e83fd500dbaf94b4ecff69 | 40292275d77cac9e6891ae9fee5cb15ccc5a92a0 | refs/heads/master | 2022-12-05T05:53:58.045538 | 2020-08-13T12:09:41 | 2020-08-13T12:09:41 | 277,821,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java |
package com.rahul;
public class Dog extends Animal {
public Dog(String name) {
super(name);
}
@Override
public void eat() {
System.out.println(getName() + " is eating");
}
@Override
public void breathe() {
System.out.println("Breathe in, breathe out, repeat");
... | [
"rahulzha93@gmail.com"
] | rahulzha93@gmail.com |
34f625a193366b40e841d5eb546642655892200f | 095d00a66a4f646e8ce9d42753579a468f94fbd7 | /src/main/java/com/rfa/employee/repository/EnterpriseOrgStructureRepository.java | c651b13462df6a64a34ee7a719393654d7170965 | [] | no_license | jinggasella/employee | 4e83193dd580dc576ac0959d4a9d60939d354d7f | 0d1d5c69988a17128d15c086e0e665e76d86a208 | refs/heads/master | 2020-06-22T10:32:03.635769 | 2019-07-19T04:06:53 | 2019-07-19T04:06:53 | 197,699,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.rfa.employee.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.rfa.employee.model.EnterpriseOrgStructure;
public interface EnterpriseOrgStructureRepository extends JpaRepository<EnterpriseOrgStructure, Long>{
}
| [
"jinggasella22@gmail.com"
] | jinggasella22@gmail.com |
c170f4352912203c41f309320e2c23e9ff942b09 | e01dc5993b7ac310c346763d46e900f3b2d5db5e | /jasperserver-dto/src/test/java/com/jaspersoft/jasperserver/dto/logcapture/CollectorSettingsTest.java | 3946abf995d6374768b048d1fb34993a4f6da103 | [] | no_license | yohnniebabe/jasperreports-server-ce | ed56548a2ee18d37511c5243ffd8e0caff2be8f7 | e65ce85a5dfca8d9002fcabc172242f418104453 | refs/heads/master | 2023-08-26T00:01:23.634829 | 2021-10-22T14:15:32 | 2021-10-22T14:15:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,228 | java | /*
* Copyright (C) 2005 - 2020 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com.
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of... | [
"hguntupa@tibco.com"
] | hguntupa@tibco.com |
ff7e432d2ea94749d81b570be1af0e5eb11df0bf | cd449c17b5cf6ec7080079dcd62f5e0567fd6b1e | /app/src/main/java/com/linghao/mychattest/controller/adapter/GroupDetailAdapter.java | bc696cd982144708c0f10ab22b384cd8b8ef0569 | [] | no_license | duanxian123/MyChatTest | a145c86785aa15f543fec087c00fe2ecade8bd90 | e4fa379a7c58d7796c59de77178c6932253bebee | refs/heads/master | 2021-01-01T19:40:27.629337 | 2017-09-05T02:10:54 | 2017-09-05T02:10:56 | 98,643,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,578 | java | package com.linghao.mychattest.controller.adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.linghao.mychattest.R;
import com.linghao.mychattest.model.bean.Use... | [
"782695971@qq.com"
] | 782695971@qq.com |
a2d2e348c1aa9a14c0722981284bf2cd200cc60f | 68047d2f520ab586f16faa8fd3e4287ea478b26d | /android/src/main/java/com/facebook/flipper/plugins/sandbox/SandboxFlipperPlugin.java | 881affcd0b5105196f7a98dbd20a9f36b1a79fe8 | [
"MIT"
] | permissive | s1rius/flipper | 34bf8523af1bee09a8bd28fcb61c4cf3981692ab | 082daa57eadb05f9455bf62cdd832974e54348b3 | refs/heads/master | 2020-08-05T14:56:44.613410 | 2019-10-03T14:10:37 | 2019-10-03T14:10:37 | 186,237,175 | 3 | 0 | MIT | 2019-05-12T09:50:23 | 2019-05-12T09:50:22 | null | UTF-8 | Java | false | false | 2,436 | java | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
package com.facebook.flipper.plugins.sandbox;
import com.facebook.flipper.core.FlipperArray;
import com.facebook.flipper.core.Flipp... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
916aa06539c6bd41493816a1c600ed3cd438c1df | f7e3116d6cd5d717c230c9a630b902bf299ae309 | /code/java/test/qam/pat/PilotSequenceTest.java | 1b3f819ff28b1c4542986653f574dd3ba76a38bf | [] | no_license | robbymckilliam/FastOptimalQAM | e11e743a5b79891cea1e5e71657fd32be0add683 | d45c4f79153b6afaf5b0cf50c2a37517470486c1 | refs/heads/master | 2020-08-07T06:32:42.110230 | 2014-04-14T05:44:13 | 2014-04-14T05:44:13 | 18,748,923 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | package qam.pat;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import pubsim.Complex;
/**
*
* @author Robby
*/
public class PilotSequenceTest {
public PilotSequenceTest() {
}
@Before... | [
"robby.mckilliam@gmail.com"
] | robby.mckilliam@gmail.com |
546cdb7f735355ddda42ca2ddce4ca0523b6203d | 5052c8597ddd6d29568355df2037588ce88834f0 | /src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java | 67f63a3346ad5ba4a78b16d3eed196f587dc350f | [] | no_license | OtavioBubans/crescer-2016-2 | 4a13b6f96daf40d48bd716113e64500b321ae06a | 914417e17a51ff892116398dd44e9b0c5feeade2 | refs/heads/master | 2021-05-03T11:47:28.690962 | 2016-12-07T19:46:49 | 2016-12-07T19:46:49 | 69,389,931 | 0 | 0 | null | 2016-11-01T22:39:25 | 2016-09-27T19:12:08 | JavaScript | UTF-8 | Java | false | false | 1,732 | java |
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class DataTerceiraEraTest{
@Test
public void testaData(){
DataTerceiraEra data = new DataTerceiraEra(1,5,2005);
assertEquals(1,data.getDia());
assertEquals(5... | [
"otaviobubans@hotmail.com"
] | otaviobubans@hotmail.com |
0f13a24e34febbd990c1e6cf87ebbea78792c65b | 78eb1491c0c7ca6c9561647e375c2633043b5eb8 | /src/main/java/nl/stefankohler/stash/badgr/achievements/extension/StyleIsEternal.java | af3c1cedaab0425d0ff09d8a3a8269a12f5db29e | [] | no_license | ofir123/Badgr | 0e157661697e2cc4779ab3d19867463322f1934e | dfbe55ca64bb9be2ebe49ee5d59dbaeae607da8d | refs/heads/master | 2021-01-13T02:22:36.770445 | 2014-09-24T16:00:34 | 2014-09-24T16:00:34 | 20,454,086 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package nl.stefankohler.stash.badgr.achievements.extension;
import nl.stefankohler.stash.badgr.Achievement;
/**
* The Style Is Eternal Achievement.
* Granted after adding an X number of CSS files
* to Stash.
*
* @author Stefan Kohler
* @since 1.1
*/
@Achievement
public class StyleIsEternal extends ExtensionBa... | [
"ofirbrukner@gmail.com"
] | ofirbrukner@gmail.com |
638f45a24f772749f43b67391079ad6e3cbca657 | 6415ab2efcc2e16d9c300374c4f5fef2dc4a1aed | /CS/CS/src/gui/ChagePerson.java | ca364d56c1fedcfd6506eb9769136ee372720754 | [] | no_license | wangshumiao/123456 | 584507758815dceb892facc52aad6a35f0ac8ad7 | a2b155210e720d4e410c18df5a4afdf8cc6b01b9 | refs/heads/master | 2020-07-22T18:37:04.947423 | 2020-01-02T12:32:57 | 2020-01-02T12:32:57 | 207,291,303 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,851 | java | package gui;
import data.*;
import ui.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
import javax.swing.JFrame;
public class ChagePerson extends JFrame {
JTextField f1 =new JTextField(8);
JTextField f2 =new JTextField(8);
... | [
"noreply@github.com"
] | wangshumiao.noreply@github.com |
6cecae5f8151dfcb660747f6d249ebea59d15da6 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/product/ui/HtmlTextView.java | 8c433257e505e1b90526d79128d15538b1d679fb | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package com.tencent.mm.plugin.product.ui;
import android.content.Context;
import android.text.Html.ImageGetter;
import android.text.Html.TagHandler;
import android.util.AttributeSet;
import android.widget.TextView;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.kernel.g;
import com.... | [
"172601673@qq.com"
] | 172601673@qq.com |
36e63d244630353e06e8008eb19ce01d4c3ae422 | 91121d7f4f5f83aa82eff29669c721b57d0e1361 | /src/main/java/com/squirrel/smsfapi/exception/BadRequestException.java | c462d9b194f081999fba473171518186dcdca623 | [] | no_license | RonildoBragaJunior/smsf-api | 1b311cdcf21e4ddb23b1e89b262de2c2287222fc | 939001bb6d145d4b6c6b5accf2e63ef453034db2 | refs/heads/master | 2021-10-28T13:00:19.217979 | 2019-03-11T23:00:18 | 2019-03-11T23:00:18 | 166,924,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.squirrel.smsfapi.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.BAD_REQUEST)
public class BadRequestException extends RuntimeException {
public BadRequestException(String message) {
super(message... | [
"ronildo@Ronildos-MacBook-Pro.local"
] | ronildo@Ronildos-MacBook-Pro.local |
83d6ac3d494e37470218a78fe98b5313cf0f249c | b86f8c9282857e7507d1c06552089ced3ccf48e9 | /11-Timer/examples/ScheduleTimer/ScheduleTimer-ejb/src/java/com/example/TimerServiceLocal.java | 932903c9da0a7d0110c737c15075d7b3f8a2b055 | [] | no_license | sidlors/CursoEJB | 3b45662a0ae221fcbf5059271383b36e2de4bbf5 | 14246c28dcbbe9636fd7839a7d1448b4c2be97aa | refs/heads/master | 2022-11-25T05:27:23.349044 | 2020-04-06T13:20:46 | 2020-04-06T13:20:46 | 31,856,155 | 3 | 9 | null | 2022-11-24T02:15:06 | 2015-03-08T16:12:25 | Java | UTF-8 | Java | false | false | 251 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.example;
import javax.ejb.Local;
/**
*
* @author anshenoy
*/
@Local
public interface TimerServiceLocal {
public void doWork();
}
| [
"sidlors@gmail.com"
] | sidlors@gmail.com |
54ee8591caeef7a296506e063843b0282ed4ea5a | 913977dba09d712f51923229fb10860fd08cf5a1 | /src/leetcode/Lee792.java | daa174006f92758b21e1501e231f996ffb9257ab | [] | no_license | zsjwish/algorithm | 17e5bbcef780c30e0b9ab415551a3e642bf001b8 | 4e21ef7398a418ea6358e67b1923ac60c98a6e4e | refs/heads/master | 2021-06-21T06:37:18.566962 | 2019-08-17T15:27:20 | 2019-08-17T15:27:35 | 130,315,973 | 0 | 0 | null | 2018-04-23T09:26:15 | 2018-04-20T06:00:52 | Java | UTF-8 | Java | false | false | 1,748 | java | package leetcode;
import java.util.HashSet;
import java.util.Set;
/**
* created by zsj in 15:58 2018/9/25
* description:给定字符串 S 和单词字典 words, 求 words[i] 中是 S 的子序列的单词个数。
* 示例:
* 输入:
* S = "abcde"
* words = ["a", "bb", "acd", "ace"]
* 输出: 3
* 解释: 有三个是 S 的子序列的单词: "a", "acd", "ace"。
**/
public class Lee792 {
... | [
"zsjwish@126.com"
] | zsjwish@126.com |
629b7746a804e7a105eda5c6830d3077299e5fb3 | c941a61f445e41627319d190719abab521a96174 | /vetclinic/src/main/java/ua/iot/lviv/Main.java | 908176d47034e53b36f4fbb096dfac84c41d3d9d | [] | no_license | smallpoxlviv/3s_db_lab_5 | 49102cddad162671801427fac6a036fb1f5f5207 | 8c3ad34734a379152c50eaa48999c0e84521ddae | refs/heads/main | 2023-02-01T16:07:17.266978 | 2020-12-11T17:32:01 | 2020-12-11T17:32:01 | 317,036,060 | 0 | 0 | null | 2020-12-11T17:28:15 | 2020-11-29T20:22:02 | null | UTF-8 | Java | false | false | 570 | java | package ua.iot.lviv;
import ua.iot.lviv.persistence.ConnectionManager;
import ua.iot.lviv.view.MyView;
public class Main {
public static void main(final String[] args) {
try {
Class.forName("com.mysql.cj.jdbc.Driver");
new MyView().show();
} catch (ClassNotFoundException ... | [
"bogdan.bedrylo@gmail.com"
] | bogdan.bedrylo@gmail.com |
05cfdee226f02819ca1b076ebfe319c67a80a8e7 | ae124491d41fd9bbe79b982f689fd7d255061d9b | /modules/core/src/main/java/org/mycontroller/standalone/offheap/MessageQueueSleepImpl.java | c61aa01175384c4674b8c14ec2a1de1a81e3bfe9 | [
"Apache-2.0"
] | permissive | nino21/mycontroller | 8d1a56256fdff04c16732a00873dac73ed3f31f1 | 1f162e269175980d243aeaab19d34c07a31a57b1 | refs/heads/development | 2021-01-25T14:49:16.492198 | 2018-10-29T14:50:06 | 2018-10-29T14:50:06 | 123,730,094 | 0 | 0 | Apache-2.0 | 2019-03-11T20:25:32 | 2018-03-03T20:48:42 | Java | UTF-8 | Java | false | false | 2,819 | java | /*
* Copyright 2015-2018 Jeeva Kandasamy (jkandasa@gmail.com)
* and other contributors as indicated by the @author tags.
*
* 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://... | [
"jkandasa@gmail.com"
] | jkandasa@gmail.com |
b630ea3baee045dba7b033a17cd2b4b7ea54fe2d | ab2080016e068c60118870ce7f89466dc2dd9abe | /app/src/main/java/com/huske/sharedexample/AdminPreferenceConfig.java | a4fbb1e6d260a62eb24b37861319d92227403484 | [] | no_license | Samul333/NotifyMe | db2410c112df0a2448f09373cbfb6d19ed4e5358 | 1619859c6e88c98e2326cd99cea9db5997142fbc | refs/heads/master | 2020-05-17T06:37:50.974335 | 2019-08-01T07:17:40 | 2019-08-01T07:17:40 | 183,563,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.huske.sharedexample;
import android.content.Context;
import android.content.SharedPreferences;
public class AdminPreferenceConfig {
private SharedPreferences sharedPreferences;
private Context context;
public AdminPreferenceConfig(Context context){
this.context = context;
sha... | [
"samulshrestha101@gmail.com"
] | samulshrestha101@gmail.com |
1af8d157e7c5ca3e56008824a4672e92f61c3072 | f260eced97f135f743e855f50fb197c1af26e1ab | /src/main/java/com/wspa/mpkmanager/model/AbstractUniqueEntity.java | 6e3eea0b03b2125ef8c5359dd6b27de98271d69d | [] | no_license | Palii-Meshchanynets-Tiupa/MpkManager | a4f71deced76cfcaaee0acbc876b11d62d1ce584 | 8137c1367cc5955e12815bd6a1d61df10de1ba54 | refs/heads/master | 2021-01-24T09:55:54.761065 | 2018-06-03T17:10:41 | 2018-06-03T17:10:41 | 123,028,665 | 1 | 0 | null | 2018-05-20T19:09:52 | 2018-02-26T20:49:26 | TypeScript | UTF-8 | Java | false | false | 557 | java | package com.wspa.mpkmanager.model;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
import javax.validation.constraints.NotNull;
import java.util.UUID;
@MappedSuperclass
@EqualsAndHashCode(... | [
"mrexidex@gmail.com"
] | mrexidex@gmail.com |
7f486e2d27e503f80d8fc66d05b339c5bc24a44d | 5b62981e0a3b016c6e32aef3a5d829f3b5ca5c88 | /src/test_Suite/lib/eForms/EForm.java | ea4a32fae4f00e218b88f4e9e60a9d5be9799b7d | [] | no_license | kamaltechnocrat/JMeter | c1f61416fb832d97ad4f09e022a80a2a74c2f01b | cd36cf4185949e8516c446f6705f4144eb6bfb19 | refs/heads/master | 2020-03-15T13:40:43.682421 | 2018-05-04T18:03:34 | 2018-05-04T18:03:34 | 132,172,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,637 | java | /*
* FormsHelper.java
*
* Created on February 1, 2007, 457 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package test_Suite.lib.eForms;
/**
*
* @author mshakshouki
*/
import static watij.finders.SymbolFactory.*;
import java.util.ArrayList;
impor... | [
"k.sharma@csdc-lan.csdcsystems.com"
] | k.sharma@csdc-lan.csdcsystems.com |
7df80ad9d32f2613a4e8417d82934367780216c1 | 447698e4348550abed6a8732e42cf163d43b78e8 | /app/src/main/java/KotlinAgency/XiaomingFather.java | f9b7c44e1db8750fde25a6f869fe9d6677063ffc | [] | no_license | aWhalefall/andoridkotlin | c747003e231df45f95d15063b8f4bd1d03d3110a | 50eead1f5f71fe71df92782b9b09aef2ba7bdba8 | refs/heads/master | 2021-08-14T17:26:31.544003 | 2017-11-16T10:13:27 | 2017-11-16T10:13:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package KotlinAgency;
/**
* Created by weichyang on 2017/11/2.
*/
public interface XiaomingFather {
void payMoney();
}
| [
"279642707@qq.com"
] | 279642707@qq.com |
363176ff48ac84293f2d486f37aabdc5654dde27 | 6e6905e5f32d803d8d5edb591210fd0e78dd20a0 | /src/main/java/site/higgs/limiter/semaphore/SemaphoreManager.java | 9578ae44045d52a9cd02a0897579f52b3eefb73a | [
"Apache-2.0"
] | permissive | 986510453/SpringLimiter | 247da439f9f3980f4137b89ada3b2f9a21733e1d | 5b9474e71c3293033ab611829e59e02e4c32cf72 | refs/heads/master | 2020-04-11T11:53:35.062816 | 2018-12-02T06:33:37 | 2018-12-02T06:33:37 | 161,762,697 | 2 | 0 | Apache-2.0 | 2018-12-14T09:33:34 | 2018-12-14T09:33:34 | null | UTF-8 | Java | false | false | 562 | java | package site.higgs.limiter.semaphore;
import site.higgs.limiter.LimiterManager;
import java.util.Collection;
/**
* Created by caocg on 2018/9/23.
*/
public abstract class SemaphoreManager implements LimiterManager<Semaphore> {
public abstract Semaphore getSemaphore(String name);
public abstract Collection... | [
"241939300@qq.com"
] | 241939300@qq.com |
6ca4a7366c83dbebf17f830aea3e01f2f089ee46 | cdeb9c129a8bccbd56c5cfa0fcc5f443ce21889a | /src/EditingArrays/AddElement.java | 921a92ea10bf29e1dbbab05da1470605d2c3a92c | [] | no_license | RayNjire/The-Complete-Arrays-Study | 8c6392f27a740fb089235ca27cbd86d2162c6fcd | 829f9760dcbfc0f69d7478dd5efa7ec356c2e34e | refs/heads/master | 2023-03-01T03:17:44.091974 | 2021-02-03T09:44:36 | 2021-02-03T09:44:36 | 265,082,657 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,660 | java | package EditingArrays;
import java.util.Arrays;
/**Author and License
*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*
* @author ray njire
*/
public class AddElement
{
public ... | [
"ray.njire23@gmail.com"
] | ray.njire23@gmail.com |
7a4244fc6870d7c493f66bde2aaecee07bf925d2 | d905c9cad548390506661bfc5cb57695c271b320 | /app/src/main/java/tr/edu/ufuk/siberguvenlikegitimi/genericList/GirisGenericList.java | 5206008b15588f699ba3781bb08085694e7c0071 | [] | no_license | mustafaergan/Siber-Guvenlik-Egitimi | 9e068b1a7b06653b9af0e0bfe7ce0a9005b449a7 | 24bb26dc665a387ec7c4e14f023c7eb31b73535b | refs/heads/master | 2020-05-30T15:52:16.625031 | 2019-06-02T10:09:10 | 2019-06-02T10:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,222 | java | package tr.edu.ufuk.siberguvenlikegitimi.genericList;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import jav... | [
"mustafaergan@gmail.com"
] | mustafaergan@gmail.com |
581233f28337484b74d0a27670d146c096183d0e | 9211886c9631c072d3aa6e8dfe642af0a3e78919 | /src/main/java/com/brian/config/BrianTypeFilter.java | 419a7d31289ff148d32e7a76e2b5722ff29e2cf8 | [] | no_license | showkawa/spring-annotation | ee3e286e9a1c2c7706e527caf56d9f1e499db60f | 1a04b7d5a32bcfb2e074dba5ea3362643a3d6d30 | refs/heads/master | 2022-08-09T16:47:20.174817 | 2022-07-06T09:57:44 | 2022-07-06T09:57:44 | 150,225,788 | 30 | 5 | null | 2022-06-28T06:15:10 | 2018-09-25T07:38:05 | Java | UTF-8 | Java | false | false | 853 | java | package com.brian.config;
import org.springframework.core.type.classreading.MetadataReader;
import org.springframework.core.type.classreading.MetadataReaderFactory;
import org.springframework.core.type.filter.TypeFilter;
import java.io.IOException;
public class BrianTypeFilter implements TypeFilter {
/*
*
... | [
"szhuangl@cn.ibm.com"
] | szhuangl@cn.ibm.com |
1cb4ed333b563cc35bb0586e359896bfe723426f | 1c31b9ec95619aa5573221614902cc2f9eeceb32 | /koreaweather4j/src/kr/ac/chungbuk/bigdata/weather/main/DailyScrapSimpleWeatherData.java | 615d517fb2dd94a3905a95ea3f1d83602b646ed0 | [] | no_license | SuperMartin/KoreaWeather4j | 030e243458bc88d172b0b6583365ae2dbcda9613 | 340fb3bd5389d3179eaef5454050f28f664df010 | refs/heads/master | 2021-01-01T18:37:46.168393 | 2016-10-26T14:04:42 | 2016-10-26T14:04:42 | 20,653,089 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,957 | java | package kr.ac.chungbuk.bigdata.weather.main;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFacto... | [
"ruserive@gmail.com"
] | ruserive@gmail.com |
71070893238bbdcf0cc9b6507b9602fc68efa6fe | 44292c4e6bce26b2209061664f344075ed983595 | /loveouapprate/src/main/java/br/com/kikomesquita/loveouapprate/LoveOurAppRate.java | 9eda2175a338b844122965351f9c5cef32192de1 | [
"MIT"
] | permissive | kikomesquita/LoveOurAppRate-Android | 065b98ca59415f262b3bddbcf23a352a50dbe2d0 | 1af4bcbc4d57e3fed91de33efc446dc792467716 | refs/heads/master | 2022-07-29T22:24:32.426762 | 2020-05-22T02:27:58 | 2020-05-22T02:27:58 | 265,997,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,974 | java | package br.com.kikomesquita.loveouapprate;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.content.pm.PackageInfo;
import android.conten... | [
"kiko-lp@hotmail.com"
] | kiko-lp@hotmail.com |
aee01637bddc291a5cb2698e8640cedb6e0cf2d7 | d7c5f605608eb9b31a733b85eb7a24ddac3ca736 | /Java 2 Projects/tellepet_Assignment08/src/SerializableObjectsPackage/ProgrammerMon.java | 5393ca59960ae508a4dc52aef55fef0b4ea9324f | [] | no_license | navett52/Java-Repo | 590ecaa79e813b5b9210cf32e3d4c2bdb6559407 | 4c3e915f8f907af26edb3cd3bd2215db84bab31e | refs/heads/master | 2021-01-01T18:21:21.436951 | 2017-07-25T17:59:59 | 2017-07-25T17:59:59 | 98,320,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,544 | java | /******************************************************
* Evan Tellep *
* Assignment 08 *
* 03/10/2016 *
* IT2045C (Computer Programming 2) *
* Class used to define a programmer mon... | [
"evantellep@yahoo.com"
] | evantellep@yahoo.com |
d1fcd901e55ea7666640f1b580e4b494842c869d | 6bddfe245aefa4591d18c20c61407b215349ba2b | /src/main/java/lilypuree/forest_tree/datagen/Languages.java | 94cc55ba7aa3ef7d902083205a53522e15375921 | [] | no_license | lilypuree/ForestTree | 53bcc9f5a8156439695fb96ca7141a9a78d667eb | e23ba0b28d232fe37fa778bde8acd4ea9539c578 | refs/heads/master | 2020-12-28T17:33:39.915847 | 2020-08-28T16:01:39 | 2020-08-28T16:01:39 | 238,422,214 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,244 | java | package lilypuree.forest_tree.datagen;
import lilypuree.forest_tree.ForestTree;
import lilypuree.forest_tree.Registration;
import lilypuree.forest_tree.common.world.trees.gen.feature.parametric.Module;
import lilypuree.forest_tree.common.world.trees.gen.feature.parametric.Parameter;
import net.minecraft.data.DataGener... | [
"000abczyx@naver.com"
] | 000abczyx@naver.com |
d0bd88db17acb6c12a3d9bb00071654f6f605554 | ec0e94dd7f82c698ffed377c1b9603b108cee346 | /S01.02-Exercise-AddWeatherList/app/src/main/java/com/example/android/sunshine/MainActivity.java | 9bf05b19e30eef1a1a8a85ddcb0d2c056358ffe0 | [
"Apache-2.0"
] | permissive | novelty105/sunshine | 15078e6b95c13933e240c2ec292ec4687ac17f81 | 1ed306fb71963354f4205bf8cc15555d52d7510d | refs/heads/master | 2020-03-18T22:12:45.153256 | 2018-05-29T18:15:48 | 2018-05-29T18:15:48 | 135,332,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,567 | java | /*
* Copyright (C) 2016 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... | [
"noreply@github.com"
] | novelty105.noreply@github.com |
0e35b87ca8d929540a5900d81ff25643da743e5e | 7f9fa8221b7bc975beb5abc6c8add3028a6240f6 | /java-demo-blahblah/src/main/java/com/zhangshixu/java/demo/blahblah/reflection/TestFields.java | 4ccfde92e5081e4c74aa6f60193467db7384f95f | [] | no_license | darkhorsezsx/java-demo | 9c9f3a7a8f0c8dc54fdb2a9db9e534a0ece64718 | e43f5c5c91a85cc40de7d1d114fcec7e246183a6 | refs/heads/master | 2021-05-03T17:25:37.727847 | 2018-02-06T11:30:09 | 2018-02-06T11:30:09 | 120,444,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,926 | java | package com.zhangshixu.java.demo.blahblah.reflection;
import com.zhangshixu.java.demo.blahblah.reflection.entity.Animal;
import com.zhangshixu.java.demo.blahblah.reflection.entity.Person;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.lang.reflect.Met... | [
"zhangshixu@inspur.com"
] | zhangshixu@inspur.com |
53f8b643034c2460225882b66733b3acb2caa6a3 | 4f55eb5487c62936502153e799b9ab21687d265b | /hihsoft-sso/JavaSource/com/hihframework/core/utils/StringHelpers.java | 007ee36d01885fa527326392f0539d202cad8b2c | [
"Apache-2.0"
] | permissive | qinglinGG/sso | 00edd3ac8723a1c60039b3e4d3b87531baa9a18f | d5867b6eab25015e146431f1c5927160652e7a08 | refs/heads/master | 2021-01-20T01:35:18.900427 | 2017-04-26T02:35:48 | 2017-04-26T02:35:48 | 89,302,895 | 0 | 0 | null | 2017-04-25T01:21:29 | 2017-04-25T01:21:29 | null | UTF-8 | Java | false | false | 26,668 | java | /**
* Copyright (c) 2013-2015 www.javahih.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.hihframework.core.utils;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.util.List;
import org.apache.... | [
"hihsoft@gmail.com"
] | hihsoft@gmail.com |
9ace2ec8bdca0d3172282b168d8097f1dfb26500 | b0a3f31816ad429c075c28d4f5e30d7ab42452a7 | /backend/src/main/java/com/devsuperior/dscatalog/resources/exceptions/ValidationError.java | 0b6ac5bdeb4f39090f12656ee75ee6468be28e3d | [] | no_license | Geraldo-git/dscatalog-devsuperior-aula | 790c997b933a1660679591abd72b4de19d990062 | 0412292d60b1e1f25ed5250e6f4d8ef9d4257afa | refs/heads/main | 2023-08-24T14:39:22.036893 | 2021-10-06T13:48:56 | 2021-10-06T13:48:56 | 406,493,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.devsuperior.dscatalog.resources.exceptions;
import java.util.ArrayList;
import java.util.List;
public class ValidationError extends StandardError {
private static final long serialVersionUID = 1L;
private List<FieldMessage> errors = new ArrayList<>();
public List<FieldMessage> getErrors() {
return ... | [
"laboratorio.inicial@gmail.com"
] | laboratorio.inicial@gmail.com |
7b56eb22fa6f801e5470e3df9d60f7e2a8f711e8 | cbdd81e6b9cf00859ce7169df36cf566417e4c8b | /3.JavaMultithreading/src/com/javarush/task/task28/task2805/MyThread_01.java | d2068ea5685aa846aa8af943ed5a1b35624daa45 | [] | no_license | id2k1149/JavaRushTasks | 3f13cd5d37977e38e8933e581f17fd48597f90d8 | 450a432649aa20608e6e9a46ada35123056480cf | refs/heads/master | 2023-03-31T21:03:06.944109 | 2021-03-19T00:58:45 | 2021-03-19T00:58:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package com.javarush.task.task28.task2805;
import java.util.concurrent.atomic.AtomicInteger;
public class MyThread_01 extends Thread {
private static final AtomicInteger number = new AtomicInteger(1);
public MyThread_01() {
if (number.get() == 11) {
number.set(1);
}
setPri... | [
"id2k1149@gmail.com"
] | id2k1149@gmail.com |
2c118fe1075ccb1c09d66e644a8f29ad19747e93 | 606a53102e1c26c7422af6da8d28633ec2056267 | /weevent-processor/src/main/java/com/webank/weevent/processor/utils/CommonUtil.java | c59aa0d861b73718e74ce845fce154b842c81b98 | [
"Apache-2.0"
] | permissive | jevyma/WeEvent | 3e3e08a36cc6a20ec79474c02f06f4ac9e00e5eb | 76a39814e91c70f0e4fc271c1337e803981b9044 | refs/heads/master | 2020-08-27T16:15:25.402748 | 2019-10-25T03:08:31 | 2019-10-25T03:08:31 | 216,731,534 | 1 | 0 | Apache-2.0 | 2019-10-22T05:40:06 | 2019-10-22T05:40:03 | null | UTF-8 | Java | false | false | 4,812 | java | package com.webank.weevent.processor.utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject;
imp... | [
"saintping@gmail.com"
] | saintping@gmail.com |
7e81e8dc45496bb72a5af01be01e0cb347483a19 | fbdb3a00076e895c190919081822feebc539db1e | /src/java/minhtn/tblCar/TblCarDTO.java | e7694ada675dd96714316d4f3bb53d4973da25a8 | [] | no_license | minh2ws/J3LP0015_CarRental | c4cac9dee1c31339b60c6af18d7fd0d7fe277504 | 80ab8a8a0fdcf8791bdd3350cb59753ac3f4c17d | refs/heads/main | 2023-04-03T02:46:28.868032 | 2021-04-11T07:39:06 | 2021-04-11T07:39:06 | 356,799,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,260 | 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 minhtn.tblCar;
import java.io.Serializable;
import java.sql.Date;
/**
*
* @author minhv
*/
public class TblCarDTO implemen... | [
"trnnhtminht1709@gmail.com"
] | trnnhtminht1709@gmail.com |
7c2fc35737f1b833731830e2cad6b46269afc255 | 59d50c6c2b093c68c877eaee2877537438562987 | /app/src/main/java/com/bringin/iak/giziremaja/Kategori.java | c9e99269144a9f432de2f61db1dbe9daf264f204 | [] | no_license | yogiyulianto/GiziRemaja | bef71ec4990d646bad377091c09711f8fd3d09f8 | 1d803ba99bd8d10d79774be975030c9fe8417136 | refs/heads/master | 2021-04-09T15:39:35.967497 | 2018-03-20T04:11:51 | 2018-03-20T04:11:51 | 125,723,609 | 0 | 1 | null | 2018-03-20T04:52:44 | 2018-03-18T12:40:51 | Java | UTF-8 | Java | false | false | 770 | java | package com.bringin.iak.giziremaja;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Kategori extends AppCompatActivity {
Button btnNexti;
@Override
protected void onCreate(Bund... | [
"yogi.yulianto@students.amikom.ac.id"
] | yogi.yulianto@students.amikom.ac.id |
dadf6bd0b846550d23122ac33f3c2248781d20c6 | 467d91329c0047a2c9eda3fd07d6c3cad05def5c | /src/test/java/com/qa/capturefailedscreenshot/CaptureFailedScreenShot.java | 87170895970b9d40c9f28390f60dd7a718b55e23 | [] | no_license | wilsonfernandes1991/TestngRetryLogic | 0a50512a2e3cf1c12f3cd16fb1c07a3780f302ab | 9d5a0078a6b245a524eff387aebb23e4143e5a34 | refs/heads/master | 2021-04-06T13:44:44.091485 | 2018-03-10T18:21:15 | 2018-03-10T18:21:15 | 124,650,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | package com.qa.capturefailedscreenshot;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;
import org.testng.Assert;
import org.testng.ITestResult;
import org.testng.annotations.AfterMethod;
import org.testn... | [
"fernandes.wilson57@gmail.com"
] | fernandes.wilson57@gmail.com |
c276ffeccf38ed176b45123d6365d2b8e7e48a4a | 0d8f2002f045a92f44569732fdd5ba202f514b02 | /72/Solution.java | 9ff76d4718a881880fc016ddaeb6c36af583de16 | [] | no_license | LunaMing/LeetCodeRepo | 5184fd7695e7502cb9e73affbba477ff7c3c258f | 700fbc06c40daffa1bf306c0fabb86fe8f535bca | refs/heads/master | 2021-05-24T09:07:58.271049 | 2020-05-07T11:01:11 | 2020-05-07T11:01:11 | 253,487,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,697 | java | import static java.lang.Math.max;
import static java.lang.Math.min;
public class Solution {
public int minDistance(String word1, String word2) {
return this.MyLeetcodeTry(word1, word2);
}
public int MyLeetcodeTry(String word1, String word2) {
int len1 = word1.length();
int len2 = w... | [
"44162157+LunaMing@users.noreply.github.com"
] | 44162157+LunaMing@users.noreply.github.com |
d8d68695030e9f3fb2cae1568e8ed2c2a5e2d5ba | 1d15f8f60b8b76778f4f2316dab43f3a9c4b2d91 | /app/src/main/java/tasmi/rouf/com/json/MyJSON.java | ebb057cced792424637834af718ecdd59ec1979f | [] | no_license | fajaralmu/android001-simple-scoring-app | 5eaea1ec89002c2598be283225907e59dd6ab3d1 | 1386e7ed0fde3712b3f79ca619c47d09ab49f714 | refs/heads/master | 2020-04-25T15:40:27.270643 | 2019-08-19T04:29:55 | 2019-08-19T04:29:55 | 172,886,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,604 | java | package tasmi.rouf.com.json;
import android.util.Log;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
import tasmi.rouf.com.util.Constant;
public class MyJSON {
public static String[] getObjFromArray2(String arrayJSON) {
... | [
"fajaralmunawwar@yahoo.com"
] | fajaralmunawwar@yahoo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.