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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cbf7dcd812d885b52b681b472b08642a64f51eb7 | 15585b88f46335637a201702c975cfff6b71d97b | /app/src/bithumb/java/com/googry/coinonehelper/ui/main/orderbook/TradeAdapter.java | 993792cfe30b3961e6bea850824c5449da861040 | [
"Apache-2.0"
] | permissive | sjjeong/CoinoneHelper | 85ef30072c4cedba27b8ae4be12a067e2b3a9d5c | 4707e7925feedb64e716fbcee15eb3dd09111af6 | refs/heads/master | 2021-01-08T11:18:01.364516 | 2018-07-14T04:01:42 | 2018-07-14T04:01:42 | 92,571,479 | 15 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.googry.coinonehelper.ui.main.orderbook;
import android.content.Context;
import android.databinding.DataBindingUtil;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.googry.coinonehelper.R;
import com.goog... | [
"sjjeong1225@gmail.com"
] | sjjeong1225@gmail.com |
2a5415a3217d7c185457368fb699016096efe59a | 5f134139cafe54d9a90a05283478eecd70080acc | /src/graph/AdjListGraph.java | 242076d36132e8fe993aad927e32e0bb4380c8ec | [] | no_license | dingweiqings/data_structure | 619fcc80f54df6bd293d73b6295fc370c3db7ff2 | 596761202e9dbaad713d135151c3a6517350c844 | refs/heads/master | 2023-03-09T08:45:47.907056 | 2021-02-22T01:42:59 | 2021-02-22T01:42:59 | 325,736,315 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,490 | java | package graph;
import list.Node;
import list.SeqList;
import list.SortedSinglyLinkedList;
/**
* 邻接表表示的带权图类
*/
public class AdjListGraph<T> extends AbstractGraph<T> {
protected SeqList<Vertex<T>> vertexlist;// 顶点顺序表
int MAX_WEIGHT = 99999;// 最大权值
// 构造方法,size指定顶点顺序表容量
public AdjListGraph(int size) {
size = s... | [
"2426775354@qq.com"
] | 2426775354@qq.com |
2a90ab42e2b0191715459a7d9e2022c7302b03ea | 5736a126081c1593db2da3941bb8489d0a2c6b26 | /src/MyTestPreparation01/T29_Inheritance.java | 03e85ffa27c2463deb41b25172e09210cd39ddfa | [] | no_license | rori4/JavaCertification | 008aeb772b971e6a32f653a8854e9b3e6bfa0b45 | 6bbeff8fc22a383b7ccb73b589b8fdda61d401b0 | refs/heads/master | 2020-04-14T16:16:46.278285 | 2019-01-15T15:36:57 | 2019-01-15T15:36:57 | 163,947,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package MyTestPreparation01;
public class T29_Inheritance {
public static void main(String[] args) {
A class1 = new C();
B class2 = (B) class1;
System.out.println(class1.name + " " + class2.getName());
}
}
class A {
String name = "A";
String getName() {
return name;
... | [
"RangelStoilov@students.softuni.bg"
] | RangelStoilov@students.softuni.bg |
7d28aa9a69c240809210908e82df1cfa13b8ef9c | 5fdafa30bc71ac9fd2ac052fbefdca40d0acbdd8 | /src/main/java/com/bright/push/client/mobile/MobileClientHandler.java | 1d832efb4d2deb134954830d452022561b6b7961 | [
"Apache-2.0"
] | permissive | wxf0322/bright | b02746b1ba2ee135043af8c3022c892e0696c3c1 | 6b70b3ef589bca04c8690c99621f2c41a8c1ab63 | refs/heads/master | 2023-01-28T21:49:04.898502 | 2020-12-11T02:29:30 | 2020-12-11T02:29:30 | 320,443,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,582 | java | /**
* 项目名称 : bright
* 文件名称 : MobileClientHandler.java
* 日期时间 : 2020年12月10日 - 下午3:16:04
*/
package com.bright.push.client.mobile;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.bright.push.model.Cube;
import com... | [
"wxf0322@live.com"
] | wxf0322@live.com |
6c6a46443757d64dae6598d5ff39a97949a881ec | 30eecc3dec9787ad105c7e69a6ea14d651864e97 | /Vraag1/src/edu/ap/registration/RegistrationClient.java | fcf715815d565506d4a15f94408a7183a00964eb | [] | no_license | aikobeyers/ExamenWebtech3 | 1dea7eea03b3be06257b0e32d8bd6435466c3cc3 | b457f39c29d957f8db73905c2b4f25d27cf90479 | refs/heads/master | 2021-01-11T16:09:43.473564 | 2017-01-25T14:29:52 | 2017-01-25T14:29:52 | 80,022,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package edu.ap.registration;
import org.restlet.resource.ClientResource;
public class RegistrationClient {
public static void main(String[] args) {
// TODO Auto-generated method stub
try {
ClientResource resource = new ClientResource("http://127.0.0.1:8080/hospital/registration");
// Post a new... | [
"aiko.beyers@student.ap.be"
] | aiko.beyers@student.ap.be |
22358c4db0c6e86a0679b8b0ecfa086bc15843a9 | 02f276529164a1c33f7465fe38483fb69bf5d720 | /message_app/src/test/java/DummyProducer.java | 9195179a1abdf508fe9def2341a6b5072b9799dc | [] | no_license | simstoykov/part-ii-project | 065e319670174679eb3538bd592d1f0e566b20f1 | cb8bd5b9bdba9e0a7eb550cddeb3398ab0a53e0d | refs/heads/master | 2022-10-20T18:23:12.089575 | 2020-05-08T10:39:29 | 2020-05-08T10:39:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,183 | java | import org.apache.kafka.clients.consumer.OffsetAndMetadata;
import org.apache.kafka.clients.producer.Callback;
import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.clients.producer.ProducerRecord;
import org.apache.kafka.clients.producer.RecordMetadata;
import org.apache.kafka.common.Metric;
impor... | [
"ss2476@cam.ac.uk"
] | ss2476@cam.ac.uk |
67f4d2e389032c4f039c17c013c092f09b8237d1 | 2a8a8d209285d5b0e2ae754c061f78e1514b9362 | /mylibrary/src/androidTest/java/com/jain/mylibrary/ExampleInstrumentedTest.java | 50f984a7d34b068d92b987e63731b2845f75ffb3 | [] | no_license | ankitjain10/MyLibraryExample | 4b94ac1204976d572f6c323a794ac60946b51126 | 168f9d8aee35496f1490b470efcb7c076cf14c25 | refs/heads/master | 2023-03-19T01:34:03.364705 | 2021-01-15T03:29:38 | 2021-01-15T03:29:38 | 326,182,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.jain.mylibrary;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an A... | [
"ankit.jain@duronto.in"
] | ankit.jain@duronto.in |
b07e101c2520d5135cc08bccd74977f379b83a1d | 79860692cd03028f9d77be035cd040b3099caf2a | /2019-2/모바일/201501967 조기성 모바일프로그래밍 완성본/GuardianAngel 프로젝트 디렉토리/app/src/test/java/com/example/guardianangel/ExampleUnitTest.java | cf113c743b1496984d28a6fe7b7d51b97da592f7 | [] | no_license | chogiseong/University | 46dd628e0431c91a709157c77dd38149af8bb763 | 969d455ed8d1d517b76c4473043d0e4d2e0ac679 | refs/heads/main | 2022-12-31T13:35:37.529105 | 2020-10-21T00:18:57 | 2020-10-21T00:18:57 | 305,630,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.example.guardianangel;
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 {
@Test
public v... | [
"cgs07@naver.com"
] | cgs07@naver.com |
239526b224f8479a5ac8bbbdd1dbb3fcc02f6f98 | 235db80a49708a0f1bd97e24cb9940738be3f324 | /src/api/java/camus/service/camera/InternalAnnotationValue.java | 2ab2e72143514abae984c4c923a314cba5f30a88 | [] | no_license | kwlee0220/camus.model | e72df02364e6fc97de4c8a2870e2b6704825f8cd | c7c80d280cb8b137b8d563c8b04571ac81d648f5 | refs/heads/master | 2022-10-01T07:46:14.480814 | 2022-08-25T08:21:06 | 2022-08-25T08:21:06 | 81,835,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package camus.service.camera;
/**
*
* @author Kang-Woo Lee
*/
public interface InternalAnnotationValue {
} | [
"kwlee@etri.re.kr"
] | kwlee@etri.re.kr |
96a27ac0445900d008cda8beeb65e760d40bc66c | 624423bd2735d64a2455483ffec9ca63f8f4841b | /src/main/java/com/test/current/account/api/model/CreateAccountResponse.java | 062e3dcf11b4c7765045e11431430bb01ba2057b | [] | no_license | barbupetcu/current-account | 012a6ffead5ae3f5f879b05e4c6d4a581bfa348e | b38c8d68dee0346fb479a4df2643db1beb605e50 | refs/heads/master | 2023-03-17T12:26:26.533699 | 2021-02-23T20:28:39 | 2021-02-23T20:28:39 | 340,405,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.test.current.account.api.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor(staticName = "aResponse")
public class CreateAccountResponse {
private Long accountId;
}
| [
"Barbu.Petcu@orange.com"
] | Barbu.Petcu@orange.com |
977e13d514cce3d58ba4ac69e67757e10135daee | a6722a0f940a20a4da8315b22acd8de6f5459074 | /pickerview/src/main/java/com/bigkoo/pickerview/listener/OnOptionsSelectListener.java | 626e36cf8331fca5ec0f324e8931c92420865693 | [] | no_license | iamzhangjunhui/GiftApplication | bc6e5a3b037caf40657c2cc2011ac1c2e0fcaa66 | 546031d9dbf92608cdfdabaefdd346e18557af86 | refs/heads/master | 2022-07-18T15:07:54.630034 | 2020-05-19T09:16:38 | 2020-05-19T09:16:38 | 264,140,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package com.bigkoo.pickerview.listener;
import android.view.View;
/**
* Created by xiaosong on 2018/3/20.
*/
public interface OnOptionsSelectListener {
void onOptionsSelect(int options1, int options2, int options3,int options4, View v);
}
| [
"1126238932@qq.com"
] | 1126238932@qq.com |
737f8eaa2186e722e7c07cc43a7f3df538009f4d | 3fd527ca09d2e181d7d652c242d58aa033134bf4 | /src/main/java/lpf/learn/leetcode/tags/string/CompareVersionNumbers.java | 030553a02c3ee59429fb9806c9b3dadac1b4e10d | [
"Apache-2.0"
] | permissive | liupengfei123/algorithm | fa47ec6f128d7a5ec75a78b14e0301b9361d13b9 | f7106c90793d04fccb84cd32776587c2d1d607a6 | refs/heads/master | 2023-09-02T12:21:30.320443 | 2023-08-24T03:19:44 | 2023-08-24T03:19:44 | 253,813,334 | 1 | 0 | Apache-2.0 | 2020-10-16T07:04:09 | 2020-04-07T14:12:16 | Java | UTF-8 | Java | false | false | 2,826 | java | package lpf.learn.leetcode.tags.string;
/** [165]比较版本号
* 给你两个版本号 version1 和 version2 ,请你比较它们。
* 版本号由一个或多个修订号组成,各修订号由一个 '.' 连接。每个修订号由 多位数字 组成,可能包含 前导零 。每个版本号至少包含一个字符。修订号从左到右编号,
* 下标从 0 开始,最左边的修订号下标为 0 ,下一个修订号下标为 1 ,以此类推。例如,2.5.33 和 0.1 都是有效的版本号。
* 比较版本号时,请按从左到右的顺序依次比较它们的修订号。比较修订号时,只需比较 忽略任何前导零后的整数值 。也就是说,修订号 1 和修订号... | [
"liupf@bonree.com"
] | liupf@bonree.com |
c470e4c619d22e9d2cc7ee12110be3b790e22b5d | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/bytedance/android/live/core/rxutils/autodispose/C3286w.java | fdd9bf12c70005f8721b4290f881d48fa4fa536f | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,287 | java | package com.bytedance.android.live.core.rxutils.autodispose;
import com.bytedance.android.live.core.rxutils.autodispose.p155b.C3251c;
import java.util.concurrent.atomic.AtomicReference;
import p346io.reactivex.C47557ad;
import p346io.reactivex.C7322c;
import p346io.reactivex.observers.C47865a;
import p346io.reactivex.... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
95957db95b7e2d259c27f50c8c00f7090f850d98 | 9946e6fcf67a0d7e32eab667e2cc53267acf781b | /ObjGenerator/src/objgenerator/ObjGenerator.java | a3bbab85cb87d09296381d2aafb4365b1da3dcc8 | [
"MIT"
] | permissive | kmhasan-class/fall2016cg | 52f679aace8b85c57fa35554dc3468440d82fb15 | 85d0df646253b7ac9fae606b6d66e6c0d87547e9 | refs/heads/master | 2021-01-12T16:25:47.353703 | 2016-11-20T06:37:46 | 2016-11-20T06:37:46 | 69,270,465 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | 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 objgenerator;
/**
*
* @author kmhasan
*/
public class ObjGenerator {
public ObjGenerator() {
int n = 10;
... | [
"kmhasan@SEUPC0719"
] | kmhasan@SEUPC0719 |
4dc5d8193dfffaab497bfee8e549022ef43cb26e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_69e0e6c4f44a4904c4dca847131598d13074a3ee/DataSetMetaDataHelper/12_69e0e6c4f44a4904c4dca847131598d13074a3ee_DataSetMetaDataHelper_s.java | f5013fe31dbe3c7305bf6dc07c8b6384d93264d4 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 12,102 | java | /*******************************************************************************
* Copyright (c) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c38e28680a677da8079e69211509961afab9e7f3 | f86bdbd641b4fbb475e8b60200295ae4a213e786 | /java/FileExamples/src/main/java/com/devdungeon/fileexamples/GetFileExtension.java | 5662544feca37b29408a3ab57074a99e67338ed1 | [] | no_license | bhoj001/Cookbook-1 | e082f62234149f7256e9097a69b9a9b8c24a67e1 | 670063e702e09cf878ea12c25e963385ac326a78 | refs/heads/master | 2021-09-23T12:55:34.361313 | 2018-09-23T01:08:29 | 2018-09-23T01:08:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | 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.devdungeon.fileexamples;
import java.io.File;
/**
*
* @author dtron
*/
public class GetFileExtension {
... | [
"nanodano@devdungeon.com"
] | nanodano@devdungeon.com |
e65fd4bfc9cd771de3c5bc2915a41a23c8a4862a | e832d5343b363e52a15e13fb04eabc44196ad378 | /src/main/java/com/goddrinksjava/prep/model/bean/database/UsuarioPrivilegios.java | 36ccab906115a8cdebbd039b38720feaf2c79e31 | [] | no_license | goddrinksjava/prep | bd09b0bde4e91456de7cffc172e25d55aaacdfb2 | 64618537590b976d0e14189f23d12e21c9929bb7 | refs/heads/master | 2023-08-31T01:45:03.092609 | 2021-06-06T21:30:57 | 2021-06-06T21:30:57 | 369,941,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.goddrinksjava.prep.model.bean.database;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class UsuarioPrivilegios {
private Integer fkUsuario;
private Integer fkPrivilegio;
}... | [
"goddrinksjava@gmail.com"
] | goddrinksjava@gmail.com |
c0f1b927c56fb542520fd537d11993c1aa749473 | 41eb70484988b9804285dd18b8e420ce4bf1e3f3 | /src/com/gmail/schcrabicus/prospring3/tutorials/ch8/jdbc/basic/PlainJDBCSample.java | 3c6d61089ee5d24e259dbaf2d5758da25f160c64 | [] | no_license | schCRABicus/prospring3-tutorials | 2c44cb92eeb4cf4f45361734fa7ce10b76c2df5c | 42ecab2370fc861feb3c9dc84304594dab9d8c4c | refs/heads/master | 2016-09-06T09:01:45.198649 | 2013-02-21T05:04:37 | 2013-02-21T05:04:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package com.gmail.schcrabicus.prospring3.tutorials.ch8.jdbc.basic;
import com.gmail.schcrabicus.prospring3.tutorials.ch8.jdbc.basic.dao.IContactDao;
import com.gmail.schcrabicus.prospring3.tutorials.ch8.jdbc.basic.dao.PlainJDBCContactDao;
import com.gmail.schcrabicus.prospring3.tutorials.ch8.jdbc.rowMapper.Contact;
i... | [
"schCRABicus@gmail.com"
] | schCRABicus@gmail.com |
290a4c2964a8150cb213f7d746fcd5f6bea16b6e | e59fa2585c8bca030dfafad3997f45d21cca35fc | /src/main/java/ru/sfedu/hibernate/providers/IMetaDataProvider.java | 2ce3343a197dc5f9c24fc69c3cb6aab4c7b077d4 | [] | no_license | soan52005200/hib46 | 7b16110c1566d749cf2631d5fda4bf36f72bd925 | 80ea9ad17f3913710c857d0141d3c5934da35bda | refs/heads/master | 2023-03-23T04:33:23.498276 | 2021-03-12T17:33:03 | 2021-03-12T17:33:03 | 344,913,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package ru.sfedu.hibernate.providers;
import java.util.List;
public interface IMetaDataProvider {
List getAllSchemas();
List getColumnNames();
List getDomainName();
List getAllTypes();
}
| [
"soan52005200@gmail.com"
] | soan52005200@gmail.com |
da4ebbfb632ea7eca1a40991be230bc878e18585 | fc56fc9a0e418eb5da5265571a543a5d97ae0b13 | /onlinebanking-hbci4java/src/main/java/de/adorsys/hbci4java/job/AccountInformationJob.java | 9e3f295673e147229d3542358d5bf70477ec05e8 | [] | no_license | AKuzovchikov/multibanking | 893cdd480f84f91b2a9531de8d3bc7fd255ad1cb | b2a1d1d837c9592ef791c6b527e21097a6c01ec4 | refs/heads/master | 2020-04-30T15:11:34.646218 | 2019-03-21T09:17:25 | 2019-03-21T09:17:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,262 | java | /*
* Copyright 2018-2019 adorsys GmbH & Co KG
*
* 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 ... | [
"age@adorsys.de"
] | age@adorsys.de |
34ac001d0cdb7b809c9b6fa4205ace7e1a9ebf63 | 45a801ad083956e6cbe574ab52292fe0564dfe8c | /app/src/main/java/cn/true123/lottery/ui/activities/presenter/LotteryDetailPresenter.java | e34e4429f8b1fe9c5aee3ffda07c134628618e11 | [] | no_license | codeqqby/lottery-history | e5e3dc59ed2bb970b49762a77e1793e369ee23cd | 5eae403b33cd869d7ed4384f032afaea55ef6e28 | refs/heads/master | 2020-03-21T05:47:09.047573 | 2016-11-17T14:51:03 | 2016-11-17T14:51:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package cn.true123.lottery.ui.activities.presenter;
import cn.true123.lottery.ui.activities.view.ILotteryDetailView;
import cn.true123.lottery.ui.base.presenter.BasePresenter;
/**
* Created by junbo on 3/11/2016.
*/
public interface LotteryDetailPresenter<T extends ILotteryDetailView> extends BasePresenter<T> {
... | [
"wjb27470@163.com"
] | wjb27470@163.com |
107fbbe8adbce1fa665a608aa305a93e28ec0aff | 6ee4fb54839bfe4254b4247c261475425621f25b | /test001/src/yibai/包装类/BaozhuangClass.java | 42b1d15ebde6e6091a70ef4be007ab990ca55c7e | [] | no_license | qfsf0220/gitxuexi | 5587d46b2aca006319b1e30a1ed7b5271e1dcba3 | 671e687f4301688ed4f275c1c996d83057125847 | refs/heads/master | 2021-01-01T04:26:11.003923 | 2018-09-06T03:21:56 | 2018-09-06T03:21:56 | 58,061,907 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package yibai.包装类;
import com.sun.org.apache.xpath.internal.operations.Bool;
import wxy.sumscop20170811.InterfaceUsedbyObj;
/**
* Created by Administrator on 2017/9/12.
*/
public class BaozhuangClass {
int int1 = 2_012;
static int int2 = 2__12;
public static void staticmethod(){
Integer int1 = ... | [
"371204418@qq.com"
] | 371204418@qq.com |
e9c46387ffa08cc4ab4c9b65e81a229f991b481b | a48b46c0d5249340b3eba791da79b2bbb1753515 | /app/src/main/java/com/b2d/b2d_project/BluetoothComService.java | 147409744c6cdf7c802fa230f71ae1cf8f60146d | [] | no_license | aknckaan/B2D_project | 9fd0dbca5fa49dad9e021bd741378eccac2ef4e4 | 9854f0ca29f7a609cc91c0a87dc57ec582092d21 | refs/heads/master | 2021-05-01T00:41:39.256222 | 2019-01-22T13:23:43 | 2019-01-22T13:23:43 | 71,463,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,632 | java | package com.b2d.b2d_project;
import android.app.IntentService;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.IBinder;
import androi... | [
"aknckaan1@gmail.com"
] | aknckaan1@gmail.com |
615ea94674d83e9d737c8a096eda2795a090c34b | 3030c25834fed3ef823cfa7ad309615b8ff0f62b | /qizhiwei20171211/src/main/java/com/bwei/qizhiwei20171211/bean/HomeBean.java | 352aea5cc027e166202aad815cbb942c394b4788 | [] | no_license | shixuerenxin/Qizhiwei20171120 | 98fda98ea9996518f533793c4bc004eaf48ecc28 | 20a8dd42ceb3bab9b8ec03a3be9ae78f390507e2 | refs/heads/master | 2021-08-30T15:09:06.495411 | 2017-12-18T11:37:39 | 2017-12-18T11:37:39 | 114,633,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,923 | java | package com.bwei.qizhiwei20171211.bean;
import java.util.List;
/**
* author:Created by QiZhiWei on 2017/12/11.
*/
public class HomeBean {
/**
* msg : 请求成功
* code : 0
* data : [{"bargainPrice":99,"createtime":"2017-10-14T21:38:26","detailUrl":"https://item.m.jd.com/product/4345173.html?utm#_sourc... | [
"2418122543@qq.com"
] | 2418122543@qq.com |
185babff7edbf9e24c9e612285127d5ce9389903 | f1767bb0230abafc2b09555d05f6543dade691eb | /helloworld.eureka.server2/src/main/java/com/eureka/server/EurekaServer2Application.java | 520c0d06c127cca879f39b315f6c9a30af066b6f | [] | no_license | mrqiang1/spring_cloud | 9a9428b5f256d4d1012a71cdf54ce397b8c9a4df | 82a8b1001101e16e7dc0435a8e385b5b117e5bb1 | refs/heads/master | 2020-04-30T06:49:32.205277 | 2019-03-21T01:39:41 | 2019-03-21T01:39:58 | 176,664,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.eureka.server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@EnableEurekaServer
@SpringBootApplication
public class EurekaServer2Application {
public stat... | [
"wangwq20@lenovo.com"
] | wangwq20@lenovo.com |
8d44f8f9f6114d3e603e6e65ac44e6675e80be02 | 0ed20fe0fc9e1cd76034d5698c4f7dcf42c47a60 | /TempXMLInterpreter/src/information/dU34/Mes/DeaSet/Dea/Loa/Loan_Product.java | e1141d9d859f8b94ffe7b4281d62406d1422beb3 | [] | no_license | Kamurai/EclipseRepository | 61371f858ff82dfdfc70c3de16fd3322222759ed | 4af50d1f63a76faf3e04a15129c0ed098fc6c545 | refs/heads/master | 2022-12-22T13:05:13.965919 | 2020-11-05T03:42:09 | 2020-11-05T03:42:09 | 101,127,637 | 0 | 0 | null | 2022-12-16T13:43:14 | 2017-08-23T02:18:08 | Java | UTF-8 | Java | false | false | 511 | java | package information.dU34.Mes.DeaSet.Dea.Loa;
import information.dU34.Mes.DeaSet.Dea.Loa.LoaPro.Loan_Product_Detail;
public class Loan_Product {
Loan_Product_Detail loan_Product_Detail;
public Loan_Product(){
loan_Product_Detail = new Loan_Product_Detail();
}
public Loan_Product_Detail getLoan_Prod... | [
"r2ucdk@WSTP-PC0578PW-L.fanniemae.com"
] | r2ucdk@WSTP-PC0578PW-L.fanniemae.com |
1fe2f972e4e0c680f4cb7ee8217ada479c8d84b4 | 1370875430538cead5022990f720d56a42b07a4a | /loanChain-core/src/main/java/org/loanchian/network/Networks.java | 958659ec112ffee69f39a79e39084ade8866cf30 | [] | no_license | ivy0322/loanchian | 8a388ca796f9e993db58d7dc466e167d1b365099 | c590930b357ee5310da897257842f78fe16937e2 | refs/heads/master | 2021-03-16T09:14:31.282618 | 2017-12-15T08:27:52 | 2017-12-15T08:27:52 | 113,528,581 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package org.loanchian.network;
import java.util.HashSet;
import java.util.Set;
/**
* Utility class that holds all the registered NetworkParameters types used for Address auto discovery.
* By default only MainNetParams and TestNet3Params are used. If you want to use TestNet2, RegTestParams or
* UnitTestParams use t... | [
"530803606@qq.com"
] | 530803606@qq.com |
6dc070d3dfcb1c1dda520b5f8a5c516f94f678a0 | a2255ae576875703aa207451108b0816a8233d05 | /workspace_luna/LeetCode/src/validate_binary_search_tree/Solution.java | 5b8131ad53e4f92c2cecd83b3dc118c9ce9ea3ed | [] | no_license | llincc/Eclipse | 670bad95812f2b4b96f6f2967c41c6d0c8aa9faa | 23b436c5f4cb4fccf2866d990e7cc8df76df5a76 | refs/heads/master | 2020-03-29T21:28:50.559183 | 2019-01-06T17:28:30 | 2019-01-06T17:28:30 | 150,369,020 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,052 | java | package validate_binary_search_tree;
class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) { val = x; }
}
/*ÌâÄ¿ÃèÊö
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The left subtree of a node contains only... | [
"llincc@126.com"
] | llincc@126.com |
8a514a5aaa5afc8648a1bae24fd1a65500447db7 | 68c1fb3548a588e17acbd5f993b91069e45d93a7 | /pet-clinic-data/src/main/java/com/example/springpetclinic/model/Owner.java | 75e700ccb6dcfacf922e2d99bd3f478e8df10bd9 | [] | no_license | rbaliwal00/spring-pet-clinic | b71cd8a63f9d645ed6a45ba755ea312d27a419ef | 146988f937f1c5ca47f0bf51e105c0c8bb00689d | refs/heads/main | 2023-07-24T21:41:21.119804 | 2021-08-27T12:54:15 | 2021-08-27T12:54:15 | 393,292,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package com.example.springpetclinic.model;
import lombok.*;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name="owners")
public class Owner extends Person{
@Builder
public Owner(Long id, String firstName, Str... | [
"rajan18baliwal@gmail.com"
] | rajan18baliwal@gmail.com |
967a3e9bf0dbb2b28cd250e89009182fd002fc31 | 76fa95d7caeee406fe3b7da9fcecfcdc1440881c | /search-service/src/main/java/com/stackroute/search/aspect/LoggerAspect.java | 4597cb313e6965e81727d3f5c3a06346c0e10b78 | [] | no_license | murodin/Automatic-Resource-Allocation-App | f796fcd9ca0daa9258b4f52a5c0ad206b026dfe3 | d4ce1f3501286c29b1a39955603dd5db656012c7 | refs/heads/master | 2023-03-27T22:44:50.655560 | 2021-04-01T08:40:24 | 2021-04-01T08:40:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,585 | java | package com.stackroute.search.aspect;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.stereotype.Component;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Arrays;
@Aspect
@Component... | [
"malleswararao.jetti@live.in"
] | malleswararao.jetti@live.in |
77f297c50594158501a1dc2e43a42fc982337994 | b5bedffb2dedba60bde56ba94c0c85e36700b819 | /src/main/java/io/mattw/youtube/commentsuite/util/DateUtils.java | 3607ace4186dce33796b9498521c8f89b0fbea3a | [
"MIT"
] | permissive | kacper1112/youtube-comment-suite | 4a64fcd4024425d58eb1d6a9545263a3cc14702a | aeabc826d72c833a279c8cf16ec63037e9422b5c | refs/heads/master | 2022-12-27T01:17:51.443305 | 2020-09-01T15:44:00 | 2020-09-01T15:44:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package io.mattw.youtube.commentsuite.util;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
/**
* Helper methods for working with time.
*/
public class DateUtils {
/**
* Uses the current timezone.
*/
public static LocalDateTime epochMillisToDateTime(long epochMi... | [
"mattwright324@gmail.com"
] | mattwright324@gmail.com |
aeda5fe9c40ac0803d0e6157fff7ae613bd5dbbf | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_e613551cd50181378962f61b2a06610f0bbbfa43/ResourceLifecycle/12_e613551cd50181378962f61b2a06610f0bbbfa43_ResourceLifecycle_t.java | a6e0d063ecc778de53ff7760645135e9a7a71509 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,221 | java | /*
* Copyright 2006-2007 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 requ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
db169bfd2d9718a3e1210f7315af38b18b35c155 | e12b4d81162a32d2e0da42a670898ff8f3cc8c47 | /src/main/java/org/kylin/bean/WelfareCode.java | baa476e8c8045c9a3d76a06cd7e0d6b73f1a4c3c | [
"Apache-2.0"
] | permissive | shallotsh/kylin-welfare | df7cafb9f24fa26dcd4fd20bc93d6792aa3e9846 | de447c155b09a8a3f3f76f59adefa571bb991578 | refs/heads/master | 2023-04-04T15:57:02.035062 | 2023-03-25T02:15:48 | 2023-03-25T02:15:48 | 187,450,826 | 0 | 0 | Apache-2.0 | 2023-02-13T15:42:35 | 2019-05-19T08:15:08 | Java | UTF-8 | Java | false | false | 10,740 | java | package org.kylin.bean;
import org.apache.commons.collections4.CollectionUtils;
import org.kylin.algorithm.filter.CodeFilter;
import org.kylin.constant.BitConstant;
import org.kylin.constant.CodeTypeEnum;
import org.kylin.util.Encoders;
import org.kylin.util.TransferUtil;
import java.io.Serializable;
import java.uti... | [
"shallotsh@gmail.com"
] | shallotsh@gmail.com |
36af6299c6ce50bdd7b13c500a2a301354977fe9 | 9f5afaa9b4854539a5f8c9ff3ff1030e7e80e3a2 | /bravo/trunk/src/java/com/cutty/bravo/components/concurrent/locks/CyclicBarrierDemo.java | c625a311f4d9be1ce770e844f11bccc0b9ef85ac | [] | no_license | derekzhang79/cutty | 523619bf3287dd5fc1ca9f05fa9d54b63fe3f432 | fcada4a51c113f8f29896909581d6b284bcf89be | refs/heads/master | 2020-06-19T19:56:59.294781 | 2014-03-24T07:38:00 | 2014-03-24T07:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | package com.cutty.bravo.components.concurrent.locks;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
public class CyclicBarrierDemo {
final CyclicBarrier barrier;
final int MAX_TASK;
public CyclicBarrierDemo(int cnt) {
barrier = new Cycl... | [
"wujx21cn@gmail.com"
] | wujx21cn@gmail.com |
08337f57a3f89dda62a0014e96c8067f26db1584 | b3d8cf731c2610b60a0630306f294e1b246ce7ae | /src/main/java/builder/study/lucy.java | 1da53a32444a50cf84dd2cd1445f0e84389f686a | [] | no_license | Helmeter/designPattern | f46734129636812f4873d54ad869e44ee2b42e11 | bf38e968e8ce59d5455a1345225c10b8f4bdc4b2 | refs/heads/master | 2016-09-14T18:47:31.702606 | 2016-06-02T02:18:24 | 2016-06-02T02:18:24 | 57,868,575 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package builder.study;
/**
* Created by helmeter on 5/3/16.
*/
public class lucy extends Student{
public void preEx() {
System.out.println("lucy is ok");
}
public void pourReagent() {
System.out.println("lucy pour Regent");
}
public void pourCo2() {
System.out.println(... | [
"leehongjian@126.com"
] | leehongjian@126.com |
a41686f9295e68562efcb697f895c07a72df415b | b5d4e06b3f3591db8355442ff5b6a1fbad9244fc | /src/main/java/com/effective/enums/PayRollDay.java | 21c27820a227ee67f7897cac009ca647da6258ba | [] | no_license | a514760469/UnderstandJVM | a5dc3b0c2aadbdf1680ca63f478cd9390dfcad24 | 1b22127cb5cec4ea2615fafc1a8c56e358a04fbd | refs/heads/master | 2021-08-17T00:14:41.652203 | 2021-06-23T09:07:24 | 2021-06-23T09:07:24 | 185,553,272 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,475 | java | package com.effective.enums;
/**
* 策略枚举 模板
*
* 根据给定的某工人的基本工资以及当天的工作时间,来计算他当天的报酬。
* 在5个工作日中,超过8小时的工作时间会产生加班工资,在节假日中所有工作都产生加班工资。
*/
public enum PayRollDay {
MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY(PayType.WEEKEND), SUNDAY(PayType.WEEKEND),
;
private final PayType payType;
// 默... | [
"514760469@qq.com"
] | 514760469@qq.com |
6f7a8aaec80e087182a21df6573d552118d03ee0 | abd19b1d2a5c180196bae0d071599b38adb86b12 | /com.siteview.kernel.core/src/COM/dragonflow/Utils/HtmlUtil.java | 315b0a0567e75075e5d67f7b60703cdccc6d966f | [] | no_license | SiteView/eclipse3.7 | 35d054f83daf4bb4c25d02c24286dd21e4a3a275 | 3fd1f09bd80964476cb40250f3fa92d57a6372f4 | refs/heads/master | 2016-09-05T09:56:06.465063 | 2012-04-19T07:29:23 | 2012-04-19T07:29:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,922 | java | /*
* Created on 2005-2-9 3:06:20
*
* .java
*
* History:
*
*/
package COM.dragonflow.Utils;
/**
* Comment for <code></code>
*
* @author
* @version 0.0
*
*
*/
// Referenced classes of package COM.dragonflow.Utils:
// RawXmlWriter, StringPropertyUtil
public class... | [
"lihua.zhong@dragonflow.com"
] | lihua.zhong@dragonflow.com |
841e61cbfe621c303039c62ca70b00d321e5f48c | 65dc5e2220e6bec70ae470b4eefd76e8c77a8f9a | /src/test/java/com/hybrid/sorter/old/GenerateTestFiles.java | 48b05b67e3b8d9d24993183cf3f28341ddd4beb5 | [] | no_license | markina/improve_non-dominated_sorting | 3672de1c88280e76eff330be426eaf3ee22f0e50 | 5d16d83d0e578be26376270f18d14ca184fa7321 | refs/heads/master | 2021-01-21T04:44:39.109151 | 2017-07-11T22:36:12 | 2017-07-11T22:36:12 | 53,866,994 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,200 | java | package com.hybrid.sorter.old;
import com.hybrid.sorter.FactoryNonDominatedSorting;
import com.hybrid.sorter.FasterNonDominatedSorting;
import com.hybrid.sorter.Sorter;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* @author mmarkina
*/
public class GenerateTestFiles {
privat... | [
"mmarkina@solanteq.com"
] | mmarkina@solanteq.com |
f1ec1208b49d02cd4f5011e3067188fc00f25328 | 2df9bdbe2e90a240c30768e571c499efebb2cd9f | /src/main/java/com/lzywsgl/sys/controller/FileController.java | 1430356e2d4deab0ea865d9c9e2fadb78d8134c4 | [] | no_license | lzyywsgl/carrental | 2a5490d26a2429eff15747625fb3550c5b43d66c | 519f344c500fed7ede360d406f8af47a2190ecba | refs/heads/master | 2022-12-23T01:09:22.793854 | 2020-05-19T14:48:38 | 2020-05-19T14:48:38 | 244,152,074 | 0 | 0 | null | 2022-12-16T15:30:49 | 2020-03-01T13:14:30 | Java | UTF-8 | Java | false | false | 2,464 | java | package com.lzywsgl.sys.controller;
import com.lzywsgl.sys.constast.SysConstast;
import com.lzywsgl.sys.utils.AppFileUtils;
import com.lzywsgl.sys.utils.DataGridView;
import com.lzywsgl.sys.utils.RandomUtils;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.s... | [
"2625670386@qq.com"
] | 2625670386@qq.com |
1c725eed17b0e89ad48a5dccab6b100833a12b72 | 90cb56b42b50e768e80ea7cd28ca72292797d890 | /rockscript/src/test/java/io/rockscript/test/engine/http/TestRunnerHttpTest.java | fb5cd3a49e31b6047cd834e1e4c63b38b62ca627 | [
"Apache-2.0"
] | permissive | fengweijp/rockscript | d7209a23cde3e944d60b2d2262a8753a23ae3859 | 4fc1eeae08ceb36e755a7d9766af1e01ff25f3e3 | refs/heads/master | 2021-05-06T00:58:13.395316 | 2017-12-13T15:20:09 | 2017-12-13T15:20:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,814 | java | /*
* Copyright (c) 2017 RockScript.io.
* 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,... | [
"mail@tombaeyens.be"
] | mail@tombaeyens.be |
5715182ead21c624b0967400b2e955bcd3e2e90b | 98d755262b9fb59b386ae3ca3d6f7607bb18c92b | /src/P_19.java | 8cb7e2fbdf87498dbe4f0166f76f9ac5b560d9da | [] | no_license | dinara92/Leetcode | 22617fd509dbf6872379e705f64ecf87c34e6b94 | df6177c4b713e32acbfba886035d29b075f0e9ee | refs/heads/master | 2020-03-15T04:12:46.130854 | 2018-08-20T11:19:03 | 2018-08-20T11:19:03 | 131,960,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java |
// Definition for singly-linked list.
class ListNode {
int val;
ListNode next;
ListNode(int x) { val = x; }
}
class P_19 {
public ListNode removeNthFromEnd(ListNode head, int n) {
ListNode curr = head;
int i = 0;
while(curr.next!=null){
... | [
"dinara.ali@gmail.com"
] | dinara.ali@gmail.com |
64ff7aa0e41157a8e1f479673000f1c153a7b4f5 | 634c2636807609ab0a1fbee8ea97337e90de8c79 | /src/main/java/edu/pps/integradorrs/repositorys/PuertaRepository.java | c8efc060346762edea54f299df7b119b4900a43b | [
"Apache-2.0"
] | permissive | mariano-dim/pps | 2a6fdf41723e88e61b4dda59621f4c9e8b0b27ab | 61a612638204cce8cbd1acea77b9f792a4e386d0 | refs/heads/master | 2023-07-22T16:48:33.240494 | 2017-12-05T16:03:01 | 2017-12-05T16:03:01 | 110,394,794 | 1 | 0 | Apache-2.0 | 2023-07-16T09:23:32 | 2017-11-12T01:30:11 | Java | UTF-8 | Java | false | false | 664 | java | package edu.pps.integradorrs.repositorys;
import edu.pps.integradorrs.model.Puerta;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.mongodb.repository.Query;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource(collec... | [
"mariano.dim@gmail.com"
] | mariano.dim@gmail.com |
8a92f6f665df0b39633b87e3012519a533460843 | d192e485651eb00d339c60e0b9d02d61a9e86125 | /app/src/main/java/cps251/edu/wccnet/jh7_jjmoore_photomap/DialogCaption.java | 35c991304560149bd60b4cf3d61cc59e36f41b3e | [] | no_license | jj-moore/PhotoMap | fe4af657bf4bc362c9553e0be300cb2fa5f8188e | 22e20362b41c2c03b64c207c66f109c2004af507 | refs/heads/master | 2021-01-20T06:28:51.619991 | 2017-05-11T12:19:38 | 2017-05-11T12:19:38 | 89,884,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package cps251.edu.wccnet.jh7_jjmoore_photomap;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
class DialogCaption extends Dialog {
private Context context;
priva... | [
"jeremy00moore@gmail.com"
] | jeremy00moore@gmail.com |
52d8cb3ea63b8db34ccb357b4ed793dadfe4cdb3 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Csv-16/org.apache.commons.csv.CSVParser/BBC-F0-opt-70/18/org/apache/commons/csv/CSVParser_ESTest.java | 68b255e080207fe8f05f036e356fb5fe81b0d917 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 29,115 | java | /*
* This file was automatically generated by EvoSuite
* Wed Oct 20 17:52:01 GMT 2021
*/
package org.apache.commons.csv;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.io.ByteArrayInpu... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
80324258b65b042c3f125f733e0ff15b6dee1599 | cc62e366d954a09bdad39142d86a38e27ba4ec5d | /src/main/java/com/example/bankservice/service/TransactionService.java | 60e2de6a3d617c0698b5b17f96dfdbd0d0217fe4 | [] | no_license | rockettoalgeria/bank-service | ba9c03b826b871f9bd0c39104307ed9176aee465 | 7244591081a0d1d2f248fcfc8f7c59debc5c4924 | refs/heads/master | 2023-01-07T03:24:56.315312 | 2020-11-02T09:17:38 | 2020-11-02T09:17:38 | 307,741,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,287 | java | package com.example.bankservice.service;
import com.example.bankservice.exception.InvalidTransactionAmountException;
import com.example.bankservice.exception.ResourceNotFoundException;
import com.example.bankservice.model.Account;
import com.example.bankservice.model.OneTargetTransaction;
import com.example.bankservic... | [
"rockettoalgeria@gmail.com"
] | rockettoalgeria@gmail.com |
ee63c882d3f5079480b41747605a2414498a72f3 | e15886431fad46e1f3d2d000c31d71747062072c | /JavaProject/src/com/javaProject/models/Collectable.java | a159db1955beea6e6708fe1ceda636e5fd40e235 | [] | no_license | esmeraldaaguayo/pokemon-clone | aca9310d9b56bc118b63b1b50788e5eb34909651 | 9240a068e03a4a8b26d001cd76d9414eb3a0fdd2 | refs/heads/master | 2020-04-06T20:31:18.441961 | 2018-12-18T11:19:29 | 2018-12-18T11:19:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.javaProject.models;
public class Collectable {
/*
* Functionality:
*/
// Fields
private Position position;
private CollectableInterface collectableObject;
// Constructor
public Collectable(Position position, CollectableInterface collectableObject) {
this.position = position;
this.colle... | [
"esmeralda.aguayo@gmail.com"
] | esmeralda.aguayo@gmail.com |
941490c8813a2ad5b1b37442bc2046779da2a10e | 9e69a97c57bbabbf187d42780485d1eecfebe01c | /test_1/app/models/BookCommentModel.java | b507655993f90599050d9d6ce632ef1e53d3026e | [
"Apache-2.0"
] | permissive | CaioTsubake/gitTest | 1bf6852e0ba2a59fd3c1f8d36cc7e35b33eda255 | 114e1e044c7fcc24dfaf1aa9443985015fd13c2a | refs/heads/master | 2016-09-01T03:10:25.584374 | 2015-12-07T02:15:17 | 2015-12-07T02:15:17 | 36,255,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package models;
import javax.persistence.Entity;
import play.db.ebean.Model;
@Entity
public class BookCommentModel extends CommentModel {
public int bookPageId;
}
| [
"Caio Tsubake@CaioTsubake.home"
] | Caio Tsubake@CaioTsubake.home |
120b3859fe32cd78ca0c39b2ce5e883fa864ab8a | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v201808/DisapproveOrders.java | b8119380283ce8ce768508fb214c4527b30fb900 | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690975 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | Java | UTF-8 | Java | false | false | 3,360 | java | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | [
"api.cseeley@gmail.com"
] | api.cseeley@gmail.com |
c2c6cc1be2392d7ec604e67f050ae23ea364c830 | eee8bc10508ac244dd9a6baabf5349e59690a181 | /kong-integration/src/main/java/br/com/gempe/kongintegration/KongIntegrationApplication.java | 140de1f830213669b80b97e3bca750c7b360bdf0 | [] | no_license | gempe/kong-key-auth | 28ee67487e1001929a548b48b60d73f5d6c59d93 | 270e7956bce4a7088203080174f5f369eec139fd | refs/heads/main | 2023-07-05T06:08:03.926060 | 2021-08-12T19:57:30 | 2021-08-12T19:57:30 | 394,690,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package br.com.gempe.kongintegration;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.... | [
"tiagoliberatti@gempe.dev"
] | tiagoliberatti@gempe.dev |
116fb7a6840493c7d4d73a4a207cb3e1eb765496 | c1dcfce58386cb458d463f73c95e0c198a9116e2 | /GTS/src/org/opengts/servers/taip/TrackServer.java | 90299a78f25e7f7c5d90482bdc34f70a3c73b3a8 | [] | no_license | arnoldmontiel/gts-mp-solutions | 343b07db84603e03af7476023380d5a9c6667297 | 2ca931bfce167eca5ad12e0c6177084fc58031b7 | refs/heads/master | 2020-05-29T14:57:44.386940 | 2011-06-20T20:28:31 | 2011-06-20T20:28:31 | 33,992,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,281 | java | // ----------------------------------------------------------------------------
// Copyright 2006-2011, GeoTelematic Solutions, Inc.
// All rights reserved
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not... | [
"ArnaldoMontiel@gmail.com@cd8b9730-d6ca-1c52-d244-e2f71826dca3"
] | ArnaldoMontiel@gmail.com@cd8b9730-d6ca-1c52-d244-e2f71826dca3 |
fdd22cdc97eca65dd7eb9a4e7e00c3720163fe5a | 0a4d4b808ee0724114e6153c1204de4e253c1dcb | /samples/32/b.java | ff42e83b553e8dc23b9b347dd59d32c13b46e477 | [
"MIT"
] | permissive | yura-hb/sesame-sampled-pairs | 543b19bf340f6a35681cfca1084349bd3eb8f853 | 33b061e3612a7b26198c17245c2835193f861151 | refs/heads/main | 2023-07-09T04:15:05.821444 | 2021-08-08T12:01:04 | 2021-08-08T12:01:04 | 393,947,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,094 | java | import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
class ArrayBlockingQueue<E> extends AbstractQueue<E> implements BlockingQueue<E>, Serializable {
/**
* Atomically removes all of the elements from this queue.
* The queue will be empty after th... | [
"hayeuyur@MacBook-Pro.local"
] | hayeuyur@MacBook-Pro.local |
74f4a60b368a518a1c5c2e07f7c070f65ade3686 | 2d7df16cf6ae999acbd7fadd4e6047d70fa8da9d | /app/src/main/java/pneumax/websales/object/AppointmentGrid.java | b1abbbce56f30223a3eff53c12b782fa79e2df3a | [] | no_license | masterUNG/Websales_6Sep | e3abbad763da83c1ac1bdba8ce3d9abffa91f75e | 5141add63993a74a1e940b97d560d0c9f4a55a18 | refs/heads/master | 2021-01-23T08:49:08.858391 | 2017-09-06T03:55:56 | 2017-09-06T03:55:56 | 102,555,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,258 | java | package pneumax.websales.object;
import java.util.List;
/**
* Created by Sitrach on 05/09/2017.
*/
public class AppointmentGrid {
/**
* Number1 : 1
* AppDate : 2017-09-05 00:00:00
* AppStartTime : 13:30
* CSCode : 139961
* CSthiname : ไอซิน ทาคาโอก้า ฟาวน์ดริ บางปะกง จำกัด
* CTPn... | [
"phrombutr@gmail.com"
] | phrombutr@gmail.com |
c1fdd1b46d12e4be07b668d31e549617af3b4aad | 3fdef8b2c4e18b144175b2a65f0b601573f90332 | /Hackerrank/src/main/java/Java/DataStructures/Easy/Arrays2D/Result.java | bab30499948adc6cb4de40891cbe8e41e4ddddfa | [] | no_license | agatarauzer/Java-exercises | 53651259c862392aa11fb3db06c1d625260e2888 | e340ab82c835da658b560a8dd95054fbd606051c | refs/heads/master | 2022-11-05T14:55:41.172425 | 2022-10-27T17:36:23 | 2022-10-27T17:36:23 | 143,118,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package Java.DataStructures.Easy.Arrays2D;
import java.util.*;
class Result {
/*
* Complete the 'hourglassSum' function below.
*
* The function is expected to return an INTEGER.
* The function accepts 2D_INTEGER_ARRAY arr as parameter.
*/
public static int hourglassSum(List<List<Inte... | [
"agatarauzer@gmail.com"
] | agatarauzer@gmail.com |
a78f3adbab5e6c28889ca37f9a537993cc68557c | b59cf1524233b6a0a87685b9e67440d1a8a3cbc1 | /ui/src/main/java/xc/ui/views/UIWebView.java | 27fa1e6350aa022afc2a6439699009a227ca85fa | [] | no_license | liangxichao/UIAdapter | c4740465f210c9b7a1a441c09589760e5db2dd4f | 6c48b7c5a0f3053975f27fe4371e3b63d41d035a | refs/heads/master | 2020-03-23T21:41:48.140357 | 2019-05-21T08:04:24 | 2019-05-21T08:04:24 | 142,126,079 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package xc.ui.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.ViewGroup;
import android.webkit.WebView;
/**
* @author lxc
* time at 2016/11/11
*/
public class UIWebView extends WebView {
protected UIParams uip;
public UIWebView(Context context, AttributeSet att... | [
"13078410819@163.com"
] | 13078410819@163.com |
f61b3572888989f95d0f38ee997c102050693adb | 456a5015f18ce390cd76fddfa510bf81f0ee09e8 | /app/src/main/java/com/sum/alchemist/ui/activity/UserInfoActivity.java | 0ec73bd26d99e5b4c2e0cbad777259fa7cd06ca2 | [
"Apache-2.0"
] | permissive | zhuyazun/jsdj | a8fc048b23f7dfe1ff8fa57a493c9efceca34cf9 | ab639321352a166003e0010ec8de633c04ef0cb4 | refs/heads/master | 2021-01-22T03:48:52.702642 | 2017-05-25T13:10:57 | 2017-05-25T13:10:57 | 92,402,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,752 | java | package com.sum.alchemist.ui.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.view.View;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.google.gson.JsonObject;
import com.sum.alchemis... | [
"94664976@qq.com"
] | 94664976@qq.com |
9062bb15f7769479953fb23307e7b98f646b0b60 | 98888431e807da1de704ebe7c7fe33e62144105d | /xss/src/main/java/de/dominikschadow/javasecurity/xss/UnprotectedServlet.java | 9e2f64ef7d375929e7b10830ae19e2f43a7f204d | [
"Apache-2.0"
] | permissive | kapateldhruv/JavaSecurity | 75cc8472c1362b7fa1190c328e831d20313f4cf9 | 7c0d4937c46325932f2d52a8b7b27b8599c6d3fe | refs/heads/master | 2021-01-16T21:45:13.475585 | 2016-05-07T13:37:00 | 2016-05-07T13:37:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,422 | java | /*
* Copyright (C) 2016 Dominik Schadow, dominikschadow@gmail.com
*
* This file is part of the Java Security 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.... | [
"dominikschadow@googlemail.com"
] | dominikschadow@googlemail.com |
3d5fafdff07683e56bee2b5ea2f5d691892f7996 | 019b263501931c33775878fa3d4c252132204469 | /library_websocketclient/src/main/java/de/tavendo/autobahn/WebSocketWriter.java | b22f338e06923255220596ae469ac051556d03e4 | [] | no_license | 13302864582/baifen_parent_app | 0d5312fae7577d2b7e5eff09f867a3be6c7d0193 | b55dbd3cc6f1dfe0ec9ceef2e0b329834eea8dba | refs/heads/master | 2020-07-07T13:07:51.179123 | 2019-08-24T10:39:57 | 2019-08-24T10:39:57 | 203,355,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,202 | java | /******************************************************************************
*
* Copyright 2011-2012 Tavendo GmbH
*
* 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:... | [
"759030201@qq.com"
] | 759030201@qq.com |
b1d5fe41edad3bd2f5bafdb344eb47ea8b852d20 | 40bc94e665f7043b81ba75a6b3610e4a4707ff05 | /RightclickTest.java | c33b390b3a81e6cb81a9fb74f5a158117aa5ef40 | [] | no_license | Anita1234s/Selenium-WebDriver | 898500b5d771fc3c04d2932b2b69d47eac52d6c0 | fbd048a9e5d3e4b3308f2cf0fb49606ff8d31166 | refs/heads/master | 2020-04-20T22:50:57.609048 | 2019-02-05T21:09:29 | 2019-02-05T21:09:29 | 169,152,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package anitaseltest;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public class RightclickTest {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver","C:\\chromedriver.exe");
ChromeDriver... | [
"anitasharma1994s@gmail.com"
] | anitasharma1994s@gmail.com |
5a836637e49de8b62dc40ab38d52fad184259625 | 5f512f041984cbc73c3389ad68121f4edb03b19a | /src/main/java/kys/study/ProjectEuler/Problem003.java | e471d725ad0d3d6344984edb994313769e11d059 | [] | no_license | KimYongSung/projectEuler | b0fe62201cf91a08733f81df4280c26952be7c4d | 6640458729f484b7cf04fd6391d051adcd4ddbf5 | refs/heads/master | 2021-01-17T15:55:01.083727 | 2016-06-13T03:54:27 | 2016-06-13T03:54:27 | 59,537,765 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package kys.study.ProjectEuler;
/**
* <pre>
* 어떤 수를 소수의 곱으로만 나타내는 것을 소인수분해라 하고, 이 소수들을 그 수의 소인수라고 합니다.
* 예를 들면 13195의 소인수는 5, 7, 13, 29 입니다.
* 600851475143의 소인수 중에서 가장 큰 수를 구하세요.
* </pre>
* @author kim
*
*/
public class Problem003 {
public void problem3(long num){
checkInsu(num);
System.o... | [
"dydtjd0245@gmail.com"
] | dydtjd0245@gmail.com |
4079de0764ddd172f6675139da20dde5261df8c3 | 7d065becb5783f5499356ccc317b244a78d771a1 | /app/src/main/java/com/jeferson/thirdapplication/DatePickerActivity.java | 1988786f03d09e0e56b68ef55ac0a289260e2e00 | [] | no_license | Jeferson0512/Third_App | 7a2aa7117615eaee24f99089080688968d565cb4 | 3adb9513e50e6a22b97f00b158d664171b03e74a | refs/heads/master | 2021-01-21T06:52:41.610803 | 2017-08-31T02:34:55 | 2017-08-31T02:34:55 | 101,950,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package com.jeferson.thirdapplication;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.DatePicker;
import android.widget.TextView;
import java.util.Calendar;
public class DatePickerActivity extends AppCompatActivity {
private DatePicker ... | [
"jeferson.bujaico@tecsup.edu.pe"
] | jeferson.bujaico@tecsup.edu.pe |
01fca2f2e8d249aee27d0024900b2e91cd238046 | 98e654e97b71a7d937dd512073fc1d05170a1a7d | /week_08/day_2/hibernate_annotations_intro_start/src/main/java/models/Department.java | e9c1ca1a55be0d874a201cd42a7f2862b108aad8 | [] | no_license | edostler/codeclan_classwork | bfd980cc32e4ab649d392d0e9dc54189b9eded1f | 6486a5b981e7d8f6d45f14462dad74298ae75758 | refs/heads/master | 2020-03-17T19:34:17.058501 | 2018-05-17T21:11:11 | 2018-05-17T21:11:11 | 133,868,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package models;
import javax.persistence.*;
@Entity
@Table(name="departments")
public class Department {
private int id;
private String title;
private Manager manager;
public Department() {
}
public Department(String title, Manager manager) {
this.title = title;
this.manager... | [
"edward.o@simul8.com"
] | edward.o@simul8.com |
18cf30beeefc8c41e37b6269fd45db5b515f95ee | 36c0a0e21f3758284242b8d2e40b60c36bd23468 | /src/main/java/com/datasphere/server/query/druid/queries/JoinElement.java | 261c678dd896000a4ab394c6a3fa39492cda73a6 | [
"LicenseRef-scancode-mulanpsl-1.0-en"
] | permissive | neeeekoooo/datasphere-service | 0185bca5a154164b4bc323deac23a5012e2e6475 | cb800033ba101098b203dbe0a7e8b7f284319a7b | refs/heads/master | 2022-11-15T01:10:05.530442 | 2020-02-01T13:54:36 | 2020-02-01T13:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | [
"jack_r_ge@126.com"
] | jack_r_ge@126.com |
427b3c46fc696ee0e9d056f7ddb85ddb97b39a57 | 4552214a7a89edae1b470e047d599d97dfcf01e0 | /hoangpt/2014-12-30/Tutor1503_service/src/com/hoangphan/tutor1502_service/ImgIntentService.java | ed76595ba7d326d8bfec0dd944658c87ee6d5a31 | [] | no_license | vickutetg/tm0614android | f09073791b5636e72ba59ea0d9352c614fdaad26 | 001ad1dd12a4894407eccb97b58d1570b8df40f8 | refs/heads/master | 2020-05-31T17:29:14.970607 | 2015-02-03T13:43:42 | 2015-02-03T13:43:42 | 34,943,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | package com.hoangphan.tutor1502_service;
import java.net.MalformedURLException;
import java.net.URL;
import android.app.IntentService;
import android.content.Intent;
import android.util.Log;
import android.widget.Toast;
public class ImgIntentService extends IntentService {
public ImgIntentService() {
super("ImgI... | [
"phantichhoang@f6597a64-05d1-0719-f566-4b59fd94b772"
] | phantichhoang@f6597a64-05d1-0719-f566-4b59fd94b772 |
5abe72ee18279e46d66884e54a87fcd05714d6f3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_dc422f33806c7841d586224e39c42f816de25326/GroupReferenceBox/2_dc422f33806c7841d586224e39c42f816de25326_GroupReferenceBox_s.java | 0a8e72ef55e82bdae7b96fdbd6e21f7dbd0cddcd | [] | 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 | 4,958 | java | // Copyright (C) 2011 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 ap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
82d73737f01ab13d6585c063a68a37c09972a931 | d29587aa3bb75dce8f6f1b75d5cd12c95e60d4f1 | /src/br/com/fes/scoa/model/TurmaCriteria.java | 5f09341b9d6b6dfa80f261650157b04a8e3755a4 | [] | no_license | DCarts/FES-UFRJ-2019.2 | 5574a2b57616236deb205508352ca6d69bfa404e | 8e2a6a0bcd5da41d90dee0d073fd1b1ff268c624 | refs/heads/master | 2020-07-09T02:47:15.797285 | 2019-12-06T08:23:05 | 2019-12-06T08:23:05 | 203,853,215 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,431 | java | /**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee:
* License Type: Evaluation
*/
package br.com.f... | [
"dcarts@users.noreply.github.com"
] | dcarts@users.noreply.github.com |
4d23ef5d63b16ffa5ff64f87340b206375546ac7 | 79b933ae2cf12e2e6776231fbc1971f70358cd87 | /src/main/java/com/indihx/comm/InitSysConstants.java | cf86efb429533157ed94ae26ebf74be24940754d | [] | no_license | svcgv/vote | 4e41338495acf89e9791d91e6e8d2ee312a07a8e | c84b5245eef2be369ef6be54e34fe28b2f9bf58a | refs/heads/master | 2020-04-01T22:55:44.931246 | 2018-11-30T10:46:15 | 2018-11-30T10:46:15 | 153,733,177 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,208 | java | /**
*
*/
package com.indihx.comm;
/**
* <p>标 题: 物业管理信息系统(PMS)</p>
* <p>描 述: 系统内公共常量定义</p>
* <p>版 权: Copyright (c) 2018 </p>
* <p>公 司: 上海泓智信息科技有限公司</p>
* <p>创建时间: 2018年2月9日下午2:25:43</p>
* <p>@author zhengwei</p>
* <p>@version 1.0</p>
* <p>InitSysConstants.java</p>
* <p>用于定义系统全局常量</p>
*/
publi... | [
"hb1230123@hotmail.com"
] | hb1230123@hotmail.com |
11319205624dec61dc01642238b974764603fa94 | c383dda43cd007574402354fc11d110ee57dcc49 | /app/src/androidTest/java/com/example/loginandroidapp/ExampleInstrumentedTest.java | aa6f5b8b4a92338854edf3833090a94860c8b75a | [] | no_license | Kasunath-Lakmal/UserLoginAndRegisterApplication | ee65ea7f38eb9f17c59f7d552751f39843061c2f | 01706ba707df4f3ebcf622bf43befa2a190b8e93 | refs/heads/master | 2023-03-05T09:38:24.335203 | 2021-02-04T16:08:25 | 2021-02-04T16:08:25 | 336,007,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.example.loginandroidapp;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execut... | [
"50392119+Kasunath-Lakmal@users.noreply.github.com"
] | 50392119+Kasunath-Lakmal@users.noreply.github.com |
987c90b8d35221adc6c4c1b834d0b1828f759641 | 62c232b4b38d01439b2969bed988ce16fd3fd713 | /src/com/sjs/dao/vo/Project_info.java | d65334fd63bfcdb2f93738c58facecc450df979b | [] | no_license | songjunshuang/TourStudy | e4cb51015e691ef67828ef30e42bff13ba9bd7c8 | 5afef49b335472c443fc91a429a2f6891fec72a4 | refs/heads/master | 2020-04-26T18:58:58.668695 | 2019-04-03T02:18:13 | 2019-04-03T02:18:13 | 173,760,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package com.sjs.dao.vo;
public class Project_info {
int projectId;
String name;
int typeId;
String introduce;
String projectImage;
float price;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getTypeId() {
return typeId;
}
public i... | [
"hbsjs95@163.com"
] | hbsjs95@163.com |
ab9370ce2e9a02dc1a82c431275e6831b345e49b | 88c324f48af9cd3b004d16796113fd47cee4adc3 | /NetBeans-Project-PayrollSystem/PayrollSystem/src/payroll/model/Bank.java | 08a30a3a59dc1964bf837fc59970e6609d94f1ed | [] | no_license | nipunaupeksha/Payroll-System | dc859b3e9e2840771cf6f0cadca8ec569defedf1 | c1bbf73309f7f6e6da48c2c3f6f11cc270a8f649 | refs/heads/master | 2021-04-12T09:31:50.236218 | 2018-03-26T12:02:00 | 2018-03-26T12:02:00 | 126,821,959 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 577 | 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 payroll.model;
public class Bank {
private String bankName;
public Bank() {
}
public Bank(String bankName) ... | [
"nipuna.upeksha@gmail.com"
] | nipuna.upeksha@gmail.com |
384455eee5943158ea0a1691b84fc47a8f965d4b | d93ee7c862a0aced3da0af09729219172b238da4 | /app/src/main/java/com/nowa/com/utils/UserInformationDialog.java | eaa92765a337571b19234f87ea0aa62d2472bc1b | [] | no_license | Maychell/NowA | 47246e57d5992196312d2849e4723dca9ebffdfe | d8d77b41a18fc8d67501a9ad43978363dc4623d9 | refs/heads/master | 2021-01-10T16:16:23.122545 | 2015-11-30T15:54:25 | 2015-11-30T15:54:25 | 44,057,374 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,981 | java | package com.nowa.com.utils;
import android.app.ActionBar;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7... | [
"maychellfernandes@hotmail.com"
] | maychellfernandes@hotmail.com |
b7ffd24d3a9e81bd86430eb3d6b2c43df1d699e6 | b02fb63ad930a05026957c89ff74c0fab485e7c2 | /app/src/main/java/com/android/tacu/view/GlideImageLoader.java | 3acd0e866fdcbde8d484ebfceac5e70fed08a7ef | [] | no_license | guaishoua/android | b0f182ac595a6b9fb6455bd3303c0cb4f4c5e8cd | ff6af5b40f440da32185f44d2918c74bf3bfe47a | refs/heads/master | 2022-09-07T22:06:38.467313 | 2020-05-26T02:46:21 | 2020-05-26T02:46:21 | 267,489,167 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package com.android.tacu.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.support.annotation.Nullable;
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.animation.GlideAnimation;
import com.bumptech.glide.request.target.Si... | [
"qwe8932720"
] | qwe8932720 |
e04fa15869c7690a618fbfae6b8e71f206afda51 | c2a6572587c0bfd9682f3d5b33f7223e8a50d2d9 | /ea2ddl-dao/src/main/java/jp/sourceforge/ea2ddl/dao/exentity/TObjecttests.java | eab02da59f55aacbdeddebd1dbf08fc60f86e119 | [
"Apache-2.0"
] | permissive | taktos/ea2ddl | 96d6590311196d35c2d1ca1098c4aca3d2a87a39 | 282aa6c851be220441ee50df5c18ff575dfbe9ac | refs/heads/master | 2021-01-19T01:52:01.456128 | 2016-07-13T06:57:34 | 2016-07-13T06:57:34 | 3,493,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package jp.sourceforge.ea2ddl.dao.exentity;
/**
* The entity of t_objecttests.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
public class TObjecttests extends jp.sourceforge.ea2ddl.dao.bsentity.BsTObjecttests {... | [
"taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d"
] | taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d |
7dbb34edb111579506a4453e1cdf3dfb94052bfd | 72c3eb7e5098874a225ed3e8a8b17e634c6b51f3 | /src/com/antree/service/AtDictionaryService.java | e7c0db06cecd9b3c88f9daecb7f582327e9a4e47 | [] | no_license | xhuanghun/antree | cdfbc156ebaca791f088ef0784685a4df4975844 | a295f82b723e048cbbefdd67e92e14be5d9f57c7 | refs/heads/master | 2020-07-09T08:27:57.982991 | 2016-11-18T14:18:17 | 2016-11-18T14:18:17 | 74,018,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.antree.service;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.antree.bean.AtDictionary;
import com.antree.mapper.AtDictionaryMapper;
import com.antree.model.AtDictio... | [
"huanghack@163.com"
] | huanghack@163.com |
611e7daa5a1a6066ce6da866e46c2b86c9fa14dc | 6ead167a3fe3a3f3bec59a868c2bf2fe938417b5 | /design_pattern/Adapter_pattern/src/main/java/iterenum/EnumerationIteratorTestDrive.java | 942551c8e02a8914d6bc9dafc57485d8f30a17df | [] | no_license | LanceDai/learn | 67b62bbd1222f98eaa0f5d7bd6218d729967dbf3 | 8c23f15546082e2563f10151eabf7afabd76514d | refs/heads/master | 2022-07-30T22:25:10.571509 | 2019-09-11T09:14:40 | 2019-09-11T09:14:40 | 150,918,963 | 3 | 2 | null | 2022-06-21T00:51:35 | 2018-09-30T01:49:07 | Java | UTF-8 | Java | false | false | 333 | java | package iterenum;
import java.util.*;
public class EnumerationIteratorTestDrive {
public static void main (String args[]) {
Vector<String> v = new Vector<String>(Arrays.asList(args));
Iterator<?> iterator = new EnumerationIterator(v.elements());
while (iterator.hasNext()) {
System.out.println(iterator.next(... | [
"603842325@qq.com"
] | 603842325@qq.com |
5a88c5a315d873f7387a65e2b22da2a9da2b7caf | 0f8e1e61cc2dd58a41ed6b4f97153e514a28d685 | /source/Help.java | 466ecb36065102e6b107f4434657e80588d67d9b | [] | no_license | rrdbn4/CS5405Project | 16e31c785f44b135796211cf7e79b0341841c61e | c7921bb4d2bdd0ab4daa58496fdd795942b34ff9 | refs/heads/master | 2020-05-20T12:04:30.662585 | 2014-12-01T04:33:54 | 2014-12-01T04:33:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,434 | java | /**
* @author Matthew Lindner, Holly Busken, Robert Dunn
* @version 1.0
* Class that provides some useful help about using our program.
* Text area is contained in jScrollPane, which is placed inside JInternal Frame.
*/
package code;
import javax.swing.*;
public class Help extends JInternalFrame
{
/**
* Text ... | [
"mdlkwd@mst.edu"
] | mdlkwd@mst.edu |
2b6b7f6c62fd97ec5aaccc9bc7ad52ab9df24a69 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_1b9c9f239afcee3a171bf4b123b2171dab301841/RemapperPreprocessor/4_1b9c9f239afcee3a171bf4b123b2171dab301841_RemapperPreprocessor_t.java | ba9abd6d3eafbccc9aba781f2dce65acfd99bc67 | [] | 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,019 | java | /**
* Copyright (c) 2012-2013, md_5. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of conditio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b86510eb7b11fde0fa073be2a18cf49a58d530f7 | 72dc90052ed2c6d5c317cdde3813d2aca599ac17 | /app/src/main/java/a00267320/ait/com/androidacc/Constants.java | 938a9653f199f43fed8291fb8e6c2944bea5b071 | [] | no_license | charuag3/Human-Activity-App | 8fdfa77f904bc43bb959463095b7220bf7f540f3 | 9c55e1768cef3eeae163867d29f3a0d7d29a6873 | refs/heads/master | 2020-05-23T19:18:24.675535 | 2019-05-15T22:06:16 | 2019-05-15T22:06:16 | 186,909,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package a00267320.ait.com.androidacc;
public class Constants {
public static final String X_COOR = "x-coor";
public static final String Y_COOR = "y-coor";
public static final String Z_COOR = "z-coor";
public static final String X_AXIS = "x-axis";
public static final String Y_AXIS = "y-axis";
p... | [
"a00267320@student.ait.ie"
] | a00267320@student.ait.ie |
58b32b97911aa90fb3b1a68d102f34b474551f09 | 18917afa2ff8bc420c1f9e1ab07bce7da8faebaa | /app/src/main/java/lorena/u3b_a15lorenaae/dialogo_mensaje.java | 3911c4dafe125bf858eed4a1d6cc04f3e602f625 | [] | no_license | a15lorenaae/U3b_a15lorenaae | 6d1618f492e7563760051a10d306e5ec6a04491a | 9f8e3ea99c12d7c6261ffa472d129d3eb5d5e36c | refs/heads/master | 2021-01-10T14:41:31.406432 | 2015-10-12T16:48:30 | 2015-10-12T16:48:30 | 44,120,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package lorena.u3b_a15lorenaae;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
/**
* Created by Lorena on 12/10/2015.
*/
public class dialogo_mensaje extends DialogFragment{
@Override
public Dialog onCreateDialog(Bundle savedInstanceSt... | [
"a15lorenaae@iessanclemente.net"
] | a15lorenaae@iessanclemente.net |
68c4f7dc968314f3794f6e5b95f4356bfebbb558 | fe853e76a7b8a63dd2ac84384bb50c96a7c2daea | /src/by/teachmeskills/lesson5/Passenger.java | 9b8dd22e85715c89eb87d66ee1c55bed900b1341 | [] | no_license | olya807/TMS_Java_Core | f5eecefd37d306565ae8ee7a4c807742d6bd5365 | 5d4f801d9370676cfeb1f8b33b5b527c9d668cad | refs/heads/master | 2023-05-05T15:46:45.712025 | 2021-05-30T14:34:59 | 2021-05-30T14:34:59 | 360,301,325 | 0 | 0 | null | 2021-07-28T20:34:52 | 2021-04-21T20:43:52 | Java | UTF-8 | Java | false | false | 732 | java | package by.teachmeskills.lesson5;
public class Passenger extends Ground {
String bodyType;
int passengersAmount;
int distance;
public String characteristics() {
return String.format("Body type is %s.\r\nPassengers amount is %s.\r\nOutput value is %s kW.",
bodyType, passengersA... | [
"morozolga92@gmail.com"
] | morozolga92@gmail.com |
cbd30c6a3cf6042f2d76ea3e2dbd23dcd5a12408 | 9af7ff6b77b9e1aac67d7cf9f49b695511d94310 | /StandardProductRepositoryBySQL2.3/src/DBSystem/TypeDB.java | ab9290009e498ae7a4db4453cc8adb56686c50a2 | [] | no_license | zjmeixinyanzhi/MultipleDatacenterCollaborativeProcessSystem | bc5e30d27d23b0d1455207eddf90b63f1b2c9939 | 36e28e145eff16d9f7c80c5c5af684aac4f5370a | refs/heads/master | 2021-01-09T21:55:31.022679 | 2017-04-05T14:00:26 | 2017-04-05T14:00:26 | 54,820,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,901 | java | package DBSystem;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class TypeDB
{
private static Connection conn = null;
private static DBConn dbcommCommon = null;
public String dbTable = null;
public TypeDB(String ip, String port, ... | [
"zhangjiewanwansui@gmail.com"
] | zhangjiewanwansui@gmail.com |
9bef728a0fae97896dae56b25d2e20ef72f9d642 | da4816fcdbb2895366672877fcac813101f73aab | /src/main/java/io/renren/modules/app/entity/DynamicSqlEntity.java | 00bfa481315e53888f2c41c73fa4a9966e1f45a1 | [] | no_license | guangyinren/bld-web | 0ca0d1b8d6c1b4cdc8f45a79e57148df0038df04 | 209a456f9c53e9d6c7f74b0f96bd5a6ec8790a38 | refs/heads/master | 2020-04-11T18:00:00.300476 | 2018-12-16T08:40:18 | 2018-12-16T08:40:18 | 161,982,348 | 0 | 0 | null | 2018-12-16T08:34:21 | 2018-12-16T08:34:21 | null | UTF-8 | Java | false | false | 663 | java | package io.renren.modules.app.entity;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
import java.util.Date;
/**
*
*
* @author lhc
* @email
* @date 2018-11-11 13:01:55
*/
@TableName("dynamic_sql")
public class DynamicSq... | [
"2506669531@qq.com"
] | 2506669531@qq.com |
e5f229cf7454b64c6172900be57b3052cd0b4ea5 | 80233b58934b1dc51e79bb60f535d9ad466a127d | /src/main/java/student/demo/service/UserService.java | 31de5b1e3ed711f85443bf7829effdd1d70b2628 | [] | no_license | aaaron769/SpringBoot_MySql_db | d9530c7373de333d67ad7fd55902a2744a30c281 | 18899925bb31e40dfe1b9b934f4781322d8b8699 | refs/heads/master | 2020-05-29T11:24:43.807145 | 2019-05-28T23:16:36 | 2019-05-28T23:16:36 | 189,115,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package student.demo.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import student.demo.models.User;
@Service("userSe... | [
"aaaron769@gmail.com"
] | aaaron769@gmail.com |
26b69ec0451465190ca7f72e17bb600ae33561ed | 191e63ed6283cdd8454aed37c32e79fde1031ca4 | /5. Advanced Object Oriented Design/BaiTap/InterfaceResizeable/src/geometric/Square.java | 3682cf23e199aa746cf2d87726cda289b8728da8 | [] | no_license | nhatnpa2508/NhatModule02 | 095e3b898618d34d75395bbc8bf6e6a6749bd94d | 1fb19e26c40de4a5830e941e78e57330ed6bbe95 | refs/heads/master | 2022-12-22T15:40:46.324037 | 2019-08-19T07:34:09 | 2019-08-19T07:34:09 | 191,078,938 | 0 | 0 | null | 2022-12-16T09:43:46 | 2019-06-10T01:58:44 | CSS | UTF-8 | Java | false | false | 999 | java | package geometric;
import resize.Resizeable;
public class Square extends Rectangle implements Resizeable {
public Square(){}
public Square(double side) {
super(side, side);
}
public Square(double side, String color, boolean filled) {
super(side, side, color, filled);
}
public d... | [
"49977249+nhatnpa2508@users.noreply.github.com"
] | 49977249+nhatnpa2508@users.noreply.github.com |
4d0d3f44e03e86b475bebf45434e098ca80d721a | cd185c2196c54e00d3491df22412640d0675bad2 | /app/src/androidTest/java/fi/jamk/vko_38_picasso_demo/ExampleInstrumentedTest.java | c128cca1d35751579fef9ca65b2dc529ec18b503 | [] | no_license | SnakeRule/VKO_38_picasso_demo | dac612c324fd3fc4f2d00a580bb0241a615f2866 | 91965c1a907e0cc076d322f0f2fca89b029d4548 | refs/heads/master | 2021-07-02T13:26:59.996930 | 2017-09-24T10:16:36 | 2017-09-24T10:16:36 | 104,634,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package fi.jamk.vko_38_picasso_demo;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... | [
"jerevaltanen@gmail.com"
] | jerevaltanen@gmail.com |
2039cbaf8d96d176758700a9113f4a69d7a3db27 | a518079335bc9ac23a4ec633a386589df25f0725 | /robot_components/gun/PowerManual.java | 35e1694c0705f6455388d6e02e2c95f972cec708 | [
"MIT"
] | permissive | John-Paul-R/ModularBot-for-Robocode | df5c0cf3da383ba6f2910f9655c55f62837b5a9c | ed2700603bc5360bda82bd3022753930bcf98a0b | refs/heads/master | 2020-03-20T22:04:31.646839 | 2018-06-19T18:31:25 | 2018-06-19T18:31:25 | 137,777,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package robot_components.gun;
import robot_components.data_management.Bot;
import robot_components.data_management.BotState;
import robot_components.data_management.DataManager;
import robot_components.data_management.Enemy;
public class PowerManual extends BulletPowerSelector
{
private double _bulletPower;
public... | [
"johnpaul122jpr@gmail.com"
] | johnpaul122jpr@gmail.com |
4d2cc09908e1f26feac80254a83d60f6c9cb456c | 071402a43b8b8520becd4434c28318c9cbf208fb | /letv_framework/src/main/java/com/letv/framework/util/CrashHandler.java | af52fcf04d4679d7ca6968619c7f535fa82ff753 | [] | no_license | wulianshu/letvframework | f124c31bd74e87b89c00b6760ac5a608d47039ec | 7de6d3860f5740c508a91c8fd32c2623c329f856 | refs/heads/master | 2021-01-10T01:52:46.549618 | 2016-02-19T01:10:13 | 2016-02-19T01:10:13 | 52,050,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,778 | java | package com.letv.framework.util;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build;
import android.os.Environment;
import android.os.Looper;
import android.util.Log;
i... | [
"718153754@qq.com"
] | 718153754@qq.com |
ab6fbac73c3494b04d7848f6ccced5d9869f8ac3 | 1b13fe35f05930e8a7b046b62a65ab8c0734958e | /test/src/main/java/test/dto/MyContact.java | 03619cef455dbd2ae948f8647e06a40ed7e8852f | [] | no_license | hamzalak/hotels-gestion | edb1f7842caa1bbbae783e46eea9fc98a04e0c94 | b3ef8cfc791591cce36fed3e73faf81dd9a8adcb | refs/heads/master | 2020-04-30T13:00:47.297965 | 2019-11-11T22:32:11 | 2019-11-11T22:32:11 | 176,839,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package test.dto;
public class MyContact {
private String email ;
private String text ;
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getText() {
return text;
}
public void setText(String text) {
this.text = text;
}
... | [
"lakhal1hamza@gmail.com"
] | lakhal1hamza@gmail.com |
63c7caf2738a3b4a41655ee1ae93c9990345b744 | b252fe014d02556fc410fb067c6b280bb2140120 | /1.5/tests/org.eclipse.epf.diagram.tests/src/org/eclipse/epf/diagram/tests/DiagramTests.java | 89838cc29ab10f0ae92778d0dae1f41d13e18fbe | [] | no_license | cvgaviao/EPF-Composer | 1f981801aa4941ea49feb927562151d65b52d989 | cbac2164b90995dea18716f02587f21cf8c48932 | refs/heads/master | 2021-01-10T22:02:19.130973 | 2013-09-26T18:00:01 | 2013-09-26T18:00:01 | 4,354,385 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | //------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, an... | [
"klow"
] | klow |
3a8da49309149c8056b041ca841cacb4a529718e | 5ba25c74a3dfe5058333c90148a1d770720eb048 | /thenine-202/test01/src/main/java/ltd/thenine/entity/User_PoRel.java | de542153d663f9254b4e1026ad903a0ce6eb4891 | [] | no_license | Ericlogin/AnnoyingWeb | d1aefce99e7138a31882156d5561d39a1921048d | 744aadced2c871aa82b49c7508126f19279091f9 | refs/heads/main | 2023-04-28T07:11:14.531700 | 2021-04-30T06:19:37 | 2021-04-30T06:19:37 | 363,040,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package ltd.thenine.entity;
public class User_PoRel {
private String position_ids;
private int position_id;
private int user_id;
public String getPosition_ids() {
return position_ids;
}
public void setPosition_ids(String position_ids) {
this.position_ids = posi... | [
"zhangxuan@EricdeMacBook-Pro.local"
] | zhangxuan@EricdeMacBook-Pro.local |
0a114369f29315002f66b8a9af095282d221e90a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_8448c5594ad2a0047f6abb3cd4319831bba992d5/NFAFactoryTest/32_8448c5594ad2a0047f6abb3cd4319831bba992d5_NFAFactoryTest_t.java | 7d4faeb6426d7e73f27c2c8a32c0c185bc4009b2 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,935 | java | package Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import org.junit.Before;
import org.junit.Test;
import Generator.NFA.NFA;
import Generator.NFA.NFAFactory;
import Generator.NFA.NFASimulator;
import Generator.Token.op_code;
public class NFAFactoryTest {
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c4b9378a8446b35e41b124beb4bf59c14943e2bd | f4b3b26f8c2cfe1af6588a57f54d7d173a9181fa | /app/src/main/java/com/prituladima/collectionmapsarchexample/processors/MapProcessor.java | 3bec71b7450aa8b1d9ab0806e4686f6b5bc361ce | [] | no_license | prituladima/CollectionMapsArchExample | 0c767c1190a87568e382ca3e4c7a1320c8062c5e | 4d008deb5d0a4f38299499b5c44f9981536fc127 | refs/heads/master | 2021-04-28T02:24:14.759643 | 2018-08-23T12:52:13 | 2018-08-23T12:52:13 | 122,113,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.prituladima.collectionmapsarchexample.processors;
public interface MapProcessor extends Processor {
long add();
long search();
long remove();
}
| [
"prituladima@gmail.com"
] | prituladima@gmail.com |
7b224b53c65153beeceb105aee1ba061e2e4a09e | 90242be3c27000754c1fad40dca888e92b6c082f | /backend/src/main/java/pl/edu/pw/elka/tin/spy/spyweb/application/UserController.java | c93ef13abf2f44ab282b774023430f6de1549ed4 | [] | no_license | wjanaszek/spyweb | df8ae18bc0a06a0f410f545f669f30258d9e3f8f | a5d59ff4b6caf3d31816df96f96986d3225f044c | refs/heads/master | 2020-03-14T17:13:44.628843 | 2018-05-23T21:50:52 | 2018-05-23T21:50:52 | 131,714,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | package pl.edu.pw.elka.tin.spy.spyweb.application;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import pl.edu.pw.elka.tin.spy.spyweb.application.domain.*;
import pl.edu.pw.e... | [
"trash.wjanaszek@gmail.com"
] | trash.wjanaszek@gmail.com |
b9e070f62f39c769d1c5ec778c9dc169d6c5bd01 | 145c40a0f8b8bba492fe324e7868d04a1b84771f | /services/project-service/src/main/java/com/thao/qlts/project/common/annotation/LogAnnotation.java | 25a36c458f9c1db6f72e11a102ca14618aaef19e | [] | no_license | Khangbt/qlks | 67d3d379ab0edb9af416f9da4fa33de6bed9b6c6 | f88a4cfed31936f2794d71ee21092c85d7c827db | refs/heads/main | 2023-08-15T15:43:35.996389 | 2021-10-05T04:14:43 | 2021-10-05T04:14:43 | 357,884,062 | 0 | 0 | null | 2021-10-05T04:14:44 | 2021-04-14T11:40:30 | TypeScript | UTF-8 | Java | false | false | 379 | java | package com.thao.qlts.project.common.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by namnv iist on 06/05/2020.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTI... | [
"buithekhang246@gmail.com"
] | buithekhang246@gmail.com |
9c8f610955d5e07c080c8f3dc7df84d00eafb57a | 6b9703cfb63248a8d6cc99a51ef3eaad0ea06c44 | /app/src/main/java/com/sneider/diycode/widget/WebViewProgressBar.java | ac539a8f76ee0ed5b24d61e3de0f1430c2ffd095 | [] | no_license | candebbs/DiyCodeAndroid | 9a9340ed323e0def28cf1274f80f118cb35844ec | 840e97c5d7bc1c48e1fe1bef0ebacc83467745a7 | refs/heads/master | 2020-03-19T07:56:30.560777 | 2017-07-18T07:41:01 | 2017-07-18T07:41:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,842 | java | package com.sneider.diycode.widget;
import android.animation.Animator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.View;
import android... | [
"827173000@qq.com"
] | 827173000@qq.com |
0b95fd326d3c26b15cdeaf6d2423ae39317ac427 | e2b43880631bdca6ff278c955ff42ea8f6de8e8b | /iScmCore/src/main/java/com/iscm/core/db/dao/BaseDao.java | ef12774c45a03a616af3f65bbcb1418eafdfe57b | [] | no_license | EvanSole/iScmPlatform | 61280fc9f989ecee78cc026365330fe25105beca | c60ac20138b45ea435ba447077c94181b3d94b61 | refs/heads/master | 2021-01-01T03:43:08.378403 | 2016-05-22T10:59:31 | 2016-05-22T10:59:31 | 59,404,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,653 | java | package com.iscm.core.db.dao;
import com.iscm.AutoBasePO;
import com.iscm.BasePO;
import com.iscm.NormalBasePO;
import com.iscm.common.constants.AutoIdConstants;
import com.iscm.common.utils.IScmBeanUtil;
import com.iscm.core.db.splitdb.DbShardsUtil;
import com.iscm.core.db.util.AliasToMapResultTransformer;
import com... | [
"wuren@mogujie.com"
] | wuren@mogujie.com |
261dbb69a7048bf5efd6d8aa438f24cdab57d4b0 | dc8d50bc6029d425c932baf3c9ce638ae0e8e77e | /baige-common/src/main/java/com/wacai/open/baige/common/protocol/produce/ProduceConstants.java | b7b39443ea074864dab3abe8f5504a727de3f0be | [] | no_license | wacai/baige | adcff0826cc217d3a28fb6dbf84b0491c3bfe8b8 | 4b21f10cf10ff509978afdfe9e4e09c416b1406c | refs/heads/master | 2020-03-21T21:57:20.421263 | 2019-04-03T13:36:07 | 2019-04-03T13:36:07 | 139,095,323 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.wacai.open.baige.common.protocol.produce;
public class ProduceConstants {
/**
* 单条消息体的最大字节数
*/
public static final int MAX_BODY_SIZE_IN_BYTES = 5 * 1024 * 1024;
}
| [
"xiaozhao1795@163.com"
] | xiaozhao1795@163.com |
27352c473ba2c91475f09487fd0f37c0b9578a1c | 85db870fc737f3eaffe1ee666247434a70017517 | /library-foxit/src/main/java/com/foxit/uiextensions/annots/note/NoteModule.java | 81492ff0dabc94ce2bef12fd0eb799af2c51a135 | [] | no_license | PEP-Mobile-Team/Android_SDK_Reference | 1b9997891fb68cbc48031330ad5d459955ae7805 | 3026e8dc19d0f43c9fe7cb23b9cbb71c47724e85 | refs/heads/master | 2023-08-07T20:01:22.441531 | 2021-10-12T11:45:57 | 2021-10-12T11:45:57 | 261,699,402 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,773 | java | /**
* Copyright (C) 2003-2019, Foxit Software Inc..
* All Rights Reserved.
* <p>
* http://www.foxitsoftware.com
* <p>
* The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to
* distribute any parts of Foxit PDF SDK to third party or public without permission ... | [
"283122529@qq.com"
] | 283122529@qq.com |
059bd9a206fb0e9a5314e2184e77ece8101b9d67 | 3ca53c13d2953805c00406476ceda9684887a8ad | /src/com/iwxxm/common/DSSensorType.java | dfafca6d87625e1615efec31deb2077ab37f0db2 | [] | no_license | yw2017051032/tac2iwxxm | ae93c12b08b7316cd59de032d4ae2e8082bc6c0b | 5a08cb9ecd0833fd4435bf6db81a2b8126380ec1 | refs/heads/master | 2020-03-17T03:03:06.671868 | 2018-06-05T16:55:59 | 2018-06-05T17:06:03 | 133,217,637 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,085 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2018.04.04 时间 10:18:30 PM CST
//
package com.iwxxm.common;
import javax.xml.bind.annotation.XmlAccessTyp... | [
"852406820@qq.com"
] | 852406820@qq.com |
6adf4601224dacbf4d3345b589c304ecd4b37d91 | 5ef722b695d9a8ba41048d208ae00518c7b4d637 | /grpc-client/src/main/java/com/github/marlonflorencio/grpcclient/grpc/config/GlobalInterceptorConfiguration.java | 879abfa0b9935ebd0b30a1989a571ed5290797f2 | [] | no_license | MarlonFlorencio/grpc-spring-boot-maven | b396e5a83a14d1bac42ced5ac3440e46db59a7c6 | 93060569ab4ee56987f1a43ebf64b7551c9c3f47 | refs/heads/main | 2023-08-15T11:58:07.722772 | 2021-09-24T03:17:24 | 2021-09-24T03:17:24 | 409,816,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package com.github.marlonflorencio.grpcclient.grpc.config;
import io.grpc.ClientInterceptor;
import net.devh.boot.grpc.client.interceptor.GrpcGlobalClientInterceptor;
import org.springframework.context.annotation.Configuration;
@Configuration
public class GlobalInterceptorConfiguration {
@GrpcGlobalClientInterce... | [
"marlon@jaya.tech"
] | marlon@jaya.tech |
54f0cd7e3ec101119dfc7854222590be9f879f51 | dba32a69b3c7dd8e6d81f3076c4c5743f44e4d85 | /src/DesignPattern/behavior/chainresponsibility/ChainPatternTest.java | 39f52b95e79f1e40ac3686bbb9b2bd44a834c399 | [] | no_license | hmwang2000/LeetCode | 8b1afc98372618d3a94b3efc0e879f23df996cf5 | ba5be33ff6b8bd1a4ec7e81c7f4b798f35102656 | refs/heads/master | 2020-04-09T06:38:09.038491 | 2018-12-03T02:21:03 | 2018-12-03T02:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package DesignPattern.behavior.chainresponsibility;
import java.util.Scanner;
//ATMDispenseChain
public class ChainPatternTest {
private DispenseChain c1;
public ChainPatternTest() {
// initialize the chain
this.c1 = new Dollar50Dispenser();
DispenseChain c2 = new Dollar20Dispenser();
DispenseChain c3 = n... | [
"hmwang2000@yahoo.com"
] | hmwang2000@yahoo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.