blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1802b7b2619561c5e308835628ae6024c0f030dc | 4ecca46e3221b29c28fddaf2b71cecdcdbfe6bb1 | /src/main/java/com/liquor/offer/no61to68/No63.java | c2aecbf210630d794ccfbb389cad668f4638b9a3 | [] | no_license | xiaowen1993/JianZhiOffer | 8430aa8d30dbf9821483b83932f58dd5b906715c | a1fbe096e07a30658d294190153a007333ae248f | refs/heads/master | 2022-04-23T05:01:00.688548 | 2020-03-24T14:46:08 | 2020-03-24T14:46:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package com.liquor.offer.no61to68;
/**
* 给定一棵二叉搜索树,请找出其中的第k小的结点。例如, (5,3,7,2,4,6,8) 中,按结点数值大小顺序第三小结点的值为4。
*
* 做这道题,只需要记住一句话, 二叉搜索树的中序遍历顺序就是从小到大的排序顺序x`
*
*
* @author zzc on 2020.1.31
*/
public class No63 {
int index = 0;
TreeNode KthNode(TreeNode pRoot, int k) {
if (pRoot!=null){
//... | [
"1064275075@qq.com"
] | 1064275075@qq.com |
5bf0da80f104973903f3acb67138932435867082 | 6f44db937970bd94e4e4018903062232c3e2e6a6 | /day16/src/oop/inherit/multi2/Zerg.java | 57cedd74de83f26e5ca23acf7800a7aac47d5b01 | [] | no_license | roh-dh/device | 6735dc8f690d2c82d114746951f245bc60784a0e | 3ce6ed4b9563c570c9095ad11e585fc2f58682e7 | refs/heads/master | 2022-12-03T01:41:59.299296 | 2020-08-14T02:54:37 | 2020-08-14T02:54:37 | 256,438,682 | 0 | 0 | null | 2020-06-09T21:26:44 | 2020-04-17T07:55:26 | Java | UTF-8 | Java | false | false | 78 | java | package oop.inherit.multi2;
public abstract class Zerg extends Unit{
}
| [
"ndh13399@naver.com"
] | ndh13399@naver.com |
6770cf3368f80d170f237d8cf85e632402d9e9a6 | 491212fabdb38193be449c6908fc9745e654a72c | /settlement/branches/tk-collate-rkylin-settle-web/src/main/java/com/rkylin/settle/manager/SettleRuleManager.java | 5521c7749d72907b7e4c58db080a8d52a0c394ec | [] | no_license | yangjava/kylin-settlement | 2bb849c01219fe6e0ab49055189a7341a1ab7aa3 | cc6fa6d8cdaac1c380275849017aeeb2b0c63f30 | refs/heads/master | 2020-12-02T22:09:17.798167 | 2017-07-03T08:24:39 | 2017-07-03T08:24:39 | 96,088,185 | 1 | 10 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | /*
* Powered By chanjetpay-code-generator
* Web Site: http://www.chanjetpay.com
* Since 2014 - 2015
*/
package com.rkylin.settle.manager;
import java.util.List;
import com.rkylin.settle.pojo.SettleRule;
import com.rkylin.settle.pojo.SettleRuleQuery;
public interface SettleRuleManager {
int saveSettleRule(Settl... | [
"yangjava@users.noreply.github.com"
] | yangjava@users.noreply.github.com |
21f7fd94c569a7cff206174a8ae2e4260cc16f01 | b79a0a3e714cb09958f0b4607eb8751acb786304 | /cloud-order-service2001/src/main/java/com/gx/wuzhou/order/service/AccountService.java | e0fe559627d493b5e90bfbe0c1d5e68d7d1c7f96 | [] | no_license | Ljx888/cloud2020 | cdd9ccc47f145363e25d51328751488fb2c687a5 | 1a6c33be75c75d5a4cdc2494017d9ff664630f7a | refs/heads/master | 2022-12-20T00:49:35.680669 | 2020-09-22T01:10:24 | 2020-09-22T01:10:24 | 297,497,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | /**
* Copyright (C), 2019-2020, XXX有限公司
* FileName: AccountService
* Author: Administrator
* Date: 2020/9/20 0020 21:34
* Description:
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.gx.wuzhou.order.service;
impo... | [
"1473990960"
] | 1473990960 |
4e0caf90042d5f4befecf19d4da5c5f83c0ed3f5 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/5/org/jfree/chart/annotations/CategoryLineAnnotation_writeObject_407.java | 93fd6588d994374097a5ca52f08eab3e02976ee2 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 861 | java |
org jfree chart annot
line annot link categori plot categoryplot
categori line annot categorylineannot categori annot categoryannot
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
a60befe0a70f6d5a29dda6657ed51b14a03f6d3c | 64053470213ffa18e91a023c9d831e2a83ee3f72 | /library/src/main/java/com/zk/library/binding/command/ViewAdapter/CircleImageView/ViewAdapter.java | e02dc12d73243abc0894703541e9efb0006fc961 | [] | no_license | a18608407391/Android | e7ac15376df94168ab05df1d79422b1a380da227 | 6d64ca82213e269ada50b00afe342d6597178f29 | refs/heads/master | 2020-07-19T19:41:32.231386 | 2020-05-07T01:45:49 | 2020-05-07T01:45:49 | 206,502,674 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.zk.library.binding.command.ViewAdapter.CircleImageView;
import android.databinding.BindingAdapter;
import android.text.TextUtils;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.bumptech.glide.request.RequestOptions;
import com.zk.library.R;
import d... | [
"a282445598@126.com"
] | a282445598@126.com |
f2baa5186be0ffec462ad9cf5f5e97def52b465e | 27e01a045d648305176e4a3a3b3ffef6c4888705 | /nio/src/main/java/tk/yuqibit/nio/protocol/netty/server/NettyServer.java | 59f49295f9c5364eb1ed8cbb76f4f99a6b478ba0 | [] | no_license | CharlieYuQi/java-learn | bf1b39a15f6f8405c3380ef6ce1f4c371e924e5e | e46835437abb896a55732b95f5e9a44a161d6471 | refs/heads/master | 2022-09-29T05:20:45.814852 | 2022-09-20T12:08:53 | 2022-09-20T12:08:53 | 89,459,227 | 19 | 21 | null | null | null | null | UTF-8 | Java | false | false | 2,623 | java | /*
* Copyright 2013-2018 Lilinfeng.
*
* 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... | [
"yuqi@cmhi.chinamobile.com"
] | yuqi@cmhi.chinamobile.com |
8a99c472d1a6eb89f2ee62cc317269992742a5c9 | 7c46a44f1930b7817fb6d26223a78785e1b4d779 | /soap/src/java/com/zimbra/soap/admin/message/PurgeAccountCalendarCacheResponse.java | a212dab8bbc6665af3a1347eb15a2274fdf553ae | [] | no_license | Zimbra/zm-mailbox | 20355a191c7174b1eb74461a6400b0329907fb02 | 8ef6538e789391813b65d3420097f43fbd2e2bf3 | refs/heads/develop | 2023-07-20T15:07:30.305312 | 2023-07-03T06:44:00 | 2023-07-06T10:09:53 | 85,609,847 | 67 | 128 | null | 2023-09-14T10:12:10 | 2017-03-20T18:07:01 | Java | UTF-8 | Java | false | false | 1,031 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2011, 2012, 2013, 2014, 2016 Synacor, Inc.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software Foundation,
* versi... | [
"shriram.vishwanathan@synacor.com"
] | shriram.vishwanathan@synacor.com |
e917142d6fb4c5fa0db9ed33b18a57db978308e2 | 9fe18266c3cafb35b5717836714d255c40f0bf5d | /hossi-server/src/main/java/org/somen440/hossi/domain/application/fruit/FruitListInteractor.java | 1eb7245e6684fb2a8f307c6594684dedcaa9d6b7 | [
"Apache-2.0"
] | permissive | somen440/hossi | 27947a8d1acf788aebd1e01f8b528a91a57ad71b | 2b41498e980ca8993c1dd65883bdd68ace16ec72 | refs/heads/main | 2023-04-03T10:11:45.258286 | 2021-04-11T08:35:35 | 2021-04-11T08:35:35 | 351,281,822 | 0 | 0 | Apache-2.0 | 2021-04-11T08:31:07 | 2021-03-25T02:11:50 | Java | UTF-8 | Java | false | false | 1,104 | java | package org.somen440.hossi.domain.application.fruit;
import java.util.HashSet;
import java.util.stream.Collectors;
import javax.enterprise.context.ApplicationScoped;
import org.somen440.hossi.domain.model.fruit.FruitRepository;
import org.somen440.hossi.usecases.fruits.FruitData;
import org.somen440.hossi.usecases.fru... | [
"mentol310@gmail.com"
] | mentol310@gmail.com |
8486e3411e66626f11b8a810fe4abbe97e883f88 | 16579c0d31122a7e318d3de8a7597e17d5878799 | /SYSD_TP2/src/systemeDistribuer/m1/miage/heritageClass.java | 9a68781590a9d106a5555126ecb8550a9b5e5e4c | [] | no_license | miage2017/TAMZALI-Selma | 09c725e056a41a0c7f64d0aeecee529f8f32fcf8 | 968048aba27b0e351f291ff4d3472a752ca748aa | refs/heads/master | 2021-08-26T09:47:13.884441 | 2017-11-23T07:05:36 | 2017-11-23T07:05:36 | 111,636,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package systemeDistribuer.m1.miage;
public class heritageClass extends Thread {
String nom = "Toto";
int maxv = 10;
public heritageClass(String nom) {
this.nom = nom;
}
public void run() {
System.out.format("Ici le thread %s, je debute!\n", nom);
for (int i = 0; i < maxv; i++) {
System.out.format("[%s... | [
"ts403753@etu.unice.fr"
] | ts403753@etu.unice.fr |
f0dc27129ae9fae5d0c02e0d36fff58c66d28abc | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-cloudfront/src/main/java/com/amazonaws/services/cloudfront/model/transform/PublicKeyConfigStaxUnmarshaller.java | 0b520ac2f0001b04c0ef96bace0ffb23f0692950 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 3,084 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
68a828cea88d161101e3dbf5c139a76fbd0c88cd | e828f2c87d3093faf2eb9e211e7b73e27567d937 | /app/src/androidTest/java/com/laulee/idcardnumber/ExampleInstrumentedTest.java | 34b4c4dadd107ce96ef0d9e11f8b741aace9ee9b | [] | no_license | laulee/opencvface | 6446b2aeb156f2d3b5161b4107edd2fe89844ee0 | 95164c7ced7f1df0dfca87340bc8b00af8e249aa | refs/heads/master | 2021-03-18T04:25:17.094235 | 2020-03-13T10:31:34 | 2020-03-13T10:31:34 | 247,045,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package com.laulee.idcardnumber;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
... | [
"liuli@ldxinyong.com"
] | liuli@ldxinyong.com |
f07aa86e820b51d2d08e71d90f8f45fed288fe58 | 1f41ee1a72a829cd6145df64509fc8433850c21a | /de/MineBug/schematics/jnbt/NBTOutputStream.java | 2ed175fe57711b1a2cb31d9779ab57f00a89f70a | [] | no_license | Buggy-Development/Schematic-Paster | 43c140d0466d8a888affabc237f2e4096c28f73b | f5cbacb2831b14795144d94056fac0bf83f7a845 | refs/heads/master | 2022-04-18T16:29:38.043889 | 2020-04-18T23:41:46 | 2020-04-18T23:41:46 | 256,875,283 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,738 | java | package de.MineBug.schematics.jnbt;
import java.io.Closeable;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.zip.GZIPOutputStream;
/*
* JNBT License
*
* Copyright (c) 2010 Graham Edgecombe
* All rights reserved.
*
... | [
"noreply@github.com"
] | noreply@github.com |
ed2a42d18c862b9320c7288d3f7624e823528d87 | cc9387b528114b9cfe8da6b3d63f540b31b57c21 | /Clic/src/categories/Categories.java | 8c19476fc0217580564aa39bc3f259fe05f85700 | [] | no_license | hillel91/Exercises | 601449063611dfe9b0f81f628ccf7b83c2c1f637 | 73c6812415fae4a142eeea6ad8d7009f7fd7fbd6 | refs/heads/master | 2020-05-13T19:47:25.125136 | 2019-04-16T09:44:04 | 2019-04-16T09:44:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package categories;
public enum Categories {
Computers,
Cars,
Design,
Electricity,
Food,
Restaurant,
Vacation,
}
| [
"hbpe91@gmail.com"
] | hbpe91@gmail.com |
046db7c0bc470b9aae97e40fad687a1c7bd48451 | cb9cccf855b68d556a7001295e0e2dcb948811a1 | /src/main/java/com/zelu/authorizecode/confige/TemplateConfige.java | 455b3cf978bbee2f37b29909b4957d287ce1a319 | [] | no_license | wangqiang6071/authorizecode | ae5abff57781c9550938ba0ac98cda74c33bfadf | 4c948c6564a2f9f13454d78cf8a314443b2f70cc | refs/heads/master | 2023-08-25T15:01:55.335447 | 2021-10-19T06:29:10 | 2021-10-19T06:29:10 | 418,798,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | package com.zelu.authorizecode.confige;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.client.SimpleClientHttpRequestFactory;
import org.springframework.web.client.RestTemplate;
/**
* @author wangqiang
* @Date: 2021/9/... | [
"1097147260@qq.com"
] | 1097147260@qq.com |
36ce23aa4e5c878c242d6cb0021b70e273f4fb90 | 4ce317de6a7f44249be4c12a77d5332d27d92523 | /gmall-api/src/main/java/com/dilen/gmall/bean/PmsBaseAttrInfo.java | 1fe5fe7eb39c36b8648ac8e2bfe29f3e7b755bbe | [] | no_license | wucong0205/wumall | 3c9605ed2e637b2572cc61ed9550635787c314c6 | 61cb62ee32c16f32cbeb514dd3cae90d0d9eb7be | refs/heads/master | 2022-09-17T03:37:39.454949 | 2020-04-14T14:45:01 | 2020-04-14T14:45:01 | 226,133,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package com.dilen.gmall.bean;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
/**
* @param
* @return
*/
public class PmsBaseAttrInfo implements Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Id
@Column
private String id;
@Column
private ... | [
"1985356467@qq.com"
] | 1985356467@qq.com |
a2b40c9b0330e480d2aa421a8c69e6c4032c2172 | 16b0e7a4ebb9ddced57cc3bad9fbfda76ca57a51 | /src/main/java/com/nc/dao/CustomerMapper.java | 5c2f1e20a99a83b30bef8496082e091cc1f1f818 | [] | no_license | NiiCi/Mybatis | 705308e0db31d0d3b5de082e0722f5a20b3d542a | b5552633bd75ac51c79e4ee53892907711d0e492 | refs/heads/master | 2020-04-08T07:18:30.762179 | 2018-11-26T08:25:35 | 2018-11-26T08:25:35 | 159,134,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.nc.dao;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.nc.entity.Customers;
/*@Repository("customerDao")*/
public interface CustomerMapper {
public List<Customers> queryCus();
public int checkCus(String name);
}
| [
"1125382627@qq.com"
] | 1125382627@qq.com |
12dd021706131dafbb22015def020cc978167865 | 8b61fa8f6c7d64fb4cf2133573af4fb894aea94c | /src/pers/caijx/corejava/chapter14/sync2/Test.java | ec105fede9969e99dccf03ee33881d48285189ce | [] | no_license | SmileCJX/corejava | e681439d922ca1e5e4e77b977796f669d6ce9968 | 2ad7d0cd4c4d1d3af90aaea5bf00428e19b73238 | refs/heads/master | 2022-03-29T02:36:55.772290 | 2019-11-02T15:55:55 | 2019-11-02T15:55:55 | 109,553,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package pers.caijx.corejava.chapter14.sync2;
/**
* Created by Administrator on 2017/11/15/015.
*/
public class Test {
public static void main(String[] args) {
double result = 0.0;
System.out.println(2.5 * Math.sqrt(2));
}
}
| [
"1092925421@qq.com"
] | 1092925421@qq.com |
40fecbc7e7e329ef5f13655d20179e8b840da9bd | f2497f7c5dd0de11b63e0beff552fe24ba6eff83 | /TileEntities/Transmission/TileEntityGearbox.java | 43efdcdd898d63d002f10d13c253f08d280f4875 | [] | no_license | riking/RotaryCraft | b851011fdd3bd80ee4c5e8eaff2004b641c629fe | fe1716b65a13577ed7342287babf9e29d82844e1 | refs/heads/master | 2021-01-19T07:20:01.698369 | 2015-01-06T09:16:58 | 2015-01-06T09:16:58 | 28,856,270 | 0 | 1 | null | 2015-01-06T09:30:45 | 2015-01-06T09:30:44 | null | UTF-8 | Java | false | false | 16,921 | java | /*******************************************************************************
* @author Reika Kalseki
*
* Copyright 2015
*
* All rights reserved.
* Distribution of the software in any form is only allowed with
* explicit, prior permission from the owner.
****************************************************... | [
"reikasminecraft@gmail.com"
] | reikasminecraft@gmail.com |
99a4342adc28293d1d30249c9b3f6ead6fef6964 | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/XigniteReleases/com/xignite/services/GetTodaysSecurityHeadlinesResponse.java | d61ed2de6aac0ec5c32153b96e25523d3bade05b | [] | no_license | ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631231 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,833 | java |
package com.xignite.services;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
* ... | [
"ouni_ali@yahoo.fr"
] | ouni_ali@yahoo.fr |
1321f2bafe581a50ff3f3483272d9306a9b6474a | 0e3b7a702869f4c2fac0565ed11498f3643de3ee | /RxAsync/app/src/main/java/scionoftech/rxasync/CustomObservableActivity.java | e956ead859cd42263979ef917c24e06d275b13e7 | [] | no_license | scionoftech/RxJava-RxAndroid-Samples | 6748897fe0f4a54f02359d9772b0a5d0382ce8c7 | ee32a471a8cf4d11c931404555f766707d551ecd | refs/heads/master | 2021-01-20T06:19:34.621122 | 2017-04-30T17:00:42 | 2017-04-30T17:00:42 | 89,864,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,645 | java | package scionoftech.rxasync;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;
import java.util.concurrent.Callable;
import io.reactivex.Observable;
import io.reactivex.ObservableEmitter;
import io.reactivex.ObservableOnSubscribe;
import ... | [
"sai.kumar@officecart.in"
] | sai.kumar@officecart.in |
f038823e9cf856a3a815000b8d81b18a09e6035b | ce68783ff3bd2cc196c1041b7901eadbe360face | /NJU_EAS_Client/src/presentation/jteacherui/combine.java | 1ea5ffa1be4f979fde6324bbf26baaaecc8f16b4 | [] | no_license | kesperado/EAS | 57e1063d464243b25f6f09cda45ef179a43f7164 | eca43041ddfc6779f3916e52b1443cc7dcea1944 | refs/heads/master | 2020-06-01T05:51:38.698091 | 2015-06-17T05:40:23 | 2015-06-17T05:40:23 | 37,574,506 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,246 | java | //整合整体框架和教学计划
package presentation.jteacherui;
import java.awt.BorderLayout;
import java.awt.Graphics;
import java.awt.Image;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.*;
import businesslogiccontroller.jteachercontroller.jTeacherController;
@SuppressWarnings("... | [
"349842862@qq.com"
] | 349842862@qq.com |
a4db86584f06feb5e89293d0b7192294ebdf7273 | 8d23e59659b3fc0f46a269879eb6d5b5086a796c | /chapter_002/src/main/java/ru.job4j/tracker/Tracker4StaticFinalClass.java | 99e5d7f27ec58a25962100ab6b45a627d9380548 | [
"Apache-2.0"
] | permissive | Tasolcheg/job4j_learning | 70bcab597f02f2a6179bc0d8c8d7ad9f6f3adf18 | 5542065217143a8ed180cd487d58c2e5ced4b31b | refs/heads/master | 2021-07-04T14:42:41.901562 | 2019-02-06T15:07:48 | 2019-02-06T15:07:48 | 135,817,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,027 | java | package ru.job4j.tracker;
import java.util.Arrays;
import java.util.Random;
public class Tracker4StaticFinalClass {
private Tracker4StaticFinalClass() {
}
public static Tracker4StaticFinalClass getInstance() {
return Holder.INSTANCE;
}
private static final class Holder {
private... | [
"a.kretov@hq.qiwi.com"
] | a.kretov@hq.qiwi.com |
c520a61420e2d90c841fbbfed1693de5505bbf42 | 24aa1f592f2c5bf5723734022a6f6906191446eb | /src/org/marker/mushroom/servlet/DispatcherServlet.java | d7e941cb07eff5b011e795f1a5cab9f09d5386c0 | [] | no_license | UniqueJoker11/GeekCMS | 97b278fb137cbc953952e4a6cfd35dfdd81a48d8 | d2767e31d18cf64f2b7b5e8c89d969a025035f10 | refs/heads/master | 2020-06-03T14:47:24.174211 | 2015-06-26T06:12:24 | 2015-06-26T06:12:24 | 37,991,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,120 | java | package org.marker.mushroom.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.marker.mushroom.context.ActionContext;
import org.marker.mushroom.core... | [
"xiaochou913"
] | xiaochou913 |
3a9f59e7695f56bceff9a08a2706b3976c4fb062 | 291e22fd08f9a18871ba3be5b3da1e584cb2a3e0 | /src/edu/cmu/tartan/item/ItemDiamond.java | ad7867832a55bfd3a449a4545f6593cbde9f4b59 | [] | no_license | hyosangs/TartanAdventure-master-2team | 5c670f5b8aff4824b42e8ccdb5712f3c88cb2a24 | 5cd925a886bbdee89219ad7e92cd8aeec8c2ef06 | refs/heads/master | 2020-03-20T23:54:15.609035 | 2018-08-03T03:37:49 | 2018-08-03T03:37:49 | 137,868,946 | 1 | 0 | null | 2018-08-03T03:37:50 | 2018-06-19T09:21:36 | HTML | UTF-8 | Java | false | false | 640 | java | package edu.cmu.tartan.item;
import edu.cmu.tartan.properties.Holdable;
import edu.cmu.tartan.properties.Installable;
/**
* This class for a diam, which can be held and placed in something.
* <p>
* Project: LG Exec Ed SDET Program
* 2018 Jeffrey S. Gennari
* Versions:
* 1.0 March 2018 - initial version
*/
publ... | [
"hyosang.shin@lge.com"
] | hyosang.shin@lge.com |
0e99121314e90a306c318f17b50e3609dce86a92 | 02f3845a3cddaafcdc25b6b74f5424ed06beb4ec | /app/controllers/IndexFacesController.java | ae4f720266cf35441403bffdef3ba2304f9593e0 | [
"CC0-1.0"
] | permissive | abhinavsinha1991/cc-Image-Detection-DL | a14bb52666595d2a3cade19978f8a8ed87900341 | 6eb1ba4c3d72fe7d53d82b6fc5682265223a78ad | refs/heads/master | 2020-12-02T19:49:28.122782 | 2017-07-05T12:27:40 | 2017-07-05T12:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,161 | java | package controllers;
/**
* Created by abhinav on 10/6/17.
*/
import com.amazonaws.AmazonClientException;
import com.amazonaws.auth.AWSCredentials;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.profile.ProfileCredentialsProvider;
import com.amazonaws.regions.Regions;
import com.am... | [
"asinha@rccl.com"
] | asinha@rccl.com |
50fab09c063e3271ac2951dc88bc3efaa9056379 | 198b020a82e4c75365c6aec9aa4a4cac53e5aaa8 | /DriverService3.0/src/com/cy/driver/assess/action/AddNewDriverUserAssessAction.java | 32e4ab77b21f8b886a62c07c2c0a7245d98ef0f6 | [] | no_license | kenjs/Java | 8cc2a6c4a13bddc12f15d62350f3181acccc48ec | 8cb9c7c93bc0cfa57d77cf3805044e5fe18778f2 | refs/heads/master | 2020-12-14T09:46:07.493930 | 2015-08-19T08:11:59 | 2015-08-19T08:11:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,567 | java | package com.cy.driver.assess.action;
import java.io.IOException;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.cy.common.action.BaseJsonAction;
import com.cy.common.bo.DriverUserAssessInfoBo;
import com.cy.common.bo.OperationLogInfoBo;
impo... | [
"haoyongvv@163.com"
] | haoyongvv@163.com |
2d08182a18926498885c7b0880c2c90be14d1260 | 1fcf55744b63123df0d297082d431ff30caa5910 | /Spring_practice/src/com/zdz/springmvc/controller/DataBinderTestController.java | a1ac45f76e2d8ddbf91d01d4a8f3eae436d87ab3 | [] | no_license | zdz-java/MyEclipse_Practice | 1a81ec8c2cf5e9e3fb4f1d08ebbbf8cc1d563436 | 9b12bb500565345607cff468f648c8ccb2c9147c | refs/heads/master | 2021-01-10T01:42:35.460059 | 2016-02-23T15:25:45 | 2016-02-23T15:25:45 | 44,595,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,921 | java | package com.zdz.springmvc.controller;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.propertyeditors.CustomDateEditor;
import org.springframework.valid... | [
"zoudingzhong@foxmail.com"
] | zoudingzhong@foxmail.com |
7a8eff05214a2942b74ef48e634581fc857f7ab8 | f3a4a9028338630f5e2f30654dea92ea5acda01b | /Inliner/src/inliner/syntaxtree/VarDeclaration.java | 5fac1ee05d32570369e83dd4bacd7423fc998057 | [] | no_license | pradeep90/POPL | c71ceb0fc9c9ed4a002c95b76e3dbdd7fe911951 | 2716cc3cbf6242fd073ef8147594f7afc387c96b | refs/heads/master | 2021-10-28T06:27:28.639694 | 2016-10-10T21:24:25 | 2016-10-10T21:24:25 | 7,853,403 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 879 | java | //
// Generated by JTB 1.3.2
//
package inliner.syntaxtree;
/**
* Grammar production:
* f0 -> Type()
* f1 -> Identifier()
* f2 -> ";"
*/
public class VarDeclaration implements Node {
public Type f0;
public Identifier f1;
public NodeToken f2;
public VarDeclaration(Type n0, Identifier n1, NodeToken n2... | [
"gohanpra@gmail.com"
] | gohanpra@gmail.com |
354ffc2e1ee9e2496b2101d81fa0981b6bd7df9c | e73d0aad2e66f83391519228e16b3165babc1e1a | /src/main/java/ua/dovhopoliuk/controller/command/page/pages/ReportRequestsPageCommand.java | 76e92648e3c55bd9a97bec55df5cbecbdcf5f6b3 | [] | no_license | CodeGangsta44/ServletTask | 3d25f09484657ebcdfcc0a9c4b6f490afdeb3d07 | 368687bae4749204a9efb1963f4329733fe60bd4 | refs/heads/master | 2022-07-25T19:30:36.953421 | 2019-08-15T02:26:29 | 2019-08-15T02:26:29 | 201,058,874 | 0 | 2 | null | 2022-07-06T20:46:45 | 2019-08-07T13:43:45 | Java | UTF-8 | Java | false | false | 330 | java | package ua.dovhopoliuk.controller.command.page.pages;
import ua.dovhopoliuk.controller.command.Command;
import javax.servlet.http.HttpServletRequest;
public class ReportRequestsPageCommand implements Command {
@Override
public String execute(HttpServletRequest request) {
return "/report_requests.jsp"... | [
"dovorman44@gmail.com"
] | dovorman44@gmail.com |
a53c8a6e63a2e38d3db6979df6f46adb27d79561 | b300a884653f34dafa8596f6569d208676a20e2f | /app/src/main/java/beangate/datta/mapapp/MapsActivity.java | 326fb62cf8487cf707c03ab81f90b2ae4e0fb2ba | [] | no_license | sandeep56712/map | 040c420d40d19261e55d68343e9551064898469e | fea899c18ba1e8b6b8e4e498aababc47020f4bd6 | refs/heads/master | 2020-04-21T23:26:21.281468 | 2019-02-10T05:42:46 | 2019-02-10T05:42:46 | 169,946,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,088 | java | package beangate.datta.mapapp;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMapFragment;
i... | [
"sandeep56712@gmail.com"
] | sandeep56712@gmail.com |
a2643af64067d2ecdf9a55e04c59c8093ebf4aa7 | d4dbb0571226af5809cc953e73924d505094e211 | /Hibernate/07.BestPracticesAndArchitecture/BestPracticesExercises/src/main/java/onlineshop/serviceImpls/OrderServiceImpl.java | f825e14522c3590c667b074ae4bb72ef68bb2229 | [] | no_license | vasilgramov/database-fundamentals | 45e258e965e85514e60b849d9049737ae25e81c0 | 0ebe74ab4bffef0d29d6ee2e200f07bdc24fe6bf | refs/heads/master | 2021-06-18T17:54:36.238976 | 2017-07-10T14:49:44 | 2017-07-10T14:49:44 | 89,739,950 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package onlineshop.serviceImpls;
import onlineshop.domains.factories.OrderFactory;
import onlineshop.domains.models.Location;
import onlineshop.domains.models.Order;
import onlineshop.repositories.OrderRepository;
import onlineshop.services.OrderService;
import org.springframework.beans.factory.annotation.Autowired;
i... | [
"gramovv@gmail.com"
] | gramovv@gmail.com |
7e2865b1798af4553b96cd81dbc7734f54ac0f80 | 73f3f968cb16cf468cdd85f20851d6bbf8fc8605 | /app/src/androidTest/java/com/example/formulatioalumnos/ExampleInstrumentedTest.java | c50b8a243e7385cbebe3f3655d8ddbff03ef432b | [] | no_license | Rogelio02/FormularioConBD | 7717411388a044cd7baa7b2feac711f2ccdb1549 | d1542662c073d0031f1bee50e1b98aadf26c4ccb | refs/heads/master | 2020-05-16T10:01:16.637494 | 2019-04-23T09:29:20 | 2019-04-23T09:29:20 | 182,966,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.example.formulatioalumnos;
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.*;
/**
* Instrumented test, which will execute on an A... | [
"rogelio_711@hotmail.com"
] | rogelio_711@hotmail.com |
8a1c99533839e0111c61a50af456c48add52808d | 53d1b32dd3e4c44f01bee9bb8f28fc6ab3509851 | /src/main/java/com/epam/training/parser/SAXCarBuilder.java | b37cfb0883ba2e30918f25158d5b17ee342406a2 | [] | no_license | selfdenied/xml-task | b81aab2343215734733744f9ba79f648da10704b | 63bf0febec3330e02eb1e62a6bce0adb665418a2 | refs/heads/master | 2021-01-20T11:43:44.671433 | 2015-06-09T15:16:38 | 2015-06-09T15:16:38 | 37,027,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package com.epam.training.parser;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.xml.sax.SAXException;
import org.xml.sax.XMLReader;
import org.xml.sax.helpers.XMLReaderFactory;
import com.epam.training.parser.handler.CarHandler;
/*
* The class builds a list of taxi cars. The data is store... | [
"selfdenied.by@gmail.com"
] | selfdenied.by@gmail.com |
a0eee65b34c76c2a583700b7aaf62ce07fd16ffe | b34654bd96750be62556ed368ef4db1043521ff2 | /review_process_improvements_updates_pack_2/trunk/project_management_1.1.0_dev_submission/src/java/tests/com/topcoder/management/project/ApplicationsManagerExceptionUnitTests.java | c5a0feb7aa82f1a95f7af4a70def047d9e2e6d0f | [] | no_license | topcoder-platform/tcs-cronos | 81fed1e4f19ef60cdc5e5632084695d67275c415 | c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6 | refs/heads/master | 2023-08-03T22:21:52.216762 | 2019-03-19T08:53:31 | 2019-03-19T08:53:31 | 89,589,444 | 0 | 1 | null | 2019-03-19T08:53:32 | 2017-04-27T11:19:01 | null | UTF-8 | Java | false | false | 1,577 | java | /*
* Copyright (C) 2010 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.management.project;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* <p>
* Unit test for ApplicationsManagerException class.
* </p>
*
* @author pvmagacho
* @version 1.1
*/
... | [
"gjw99@fb370eea-3af6-4597-97f7-f7400a59c12a"
] | gjw99@fb370eea-3af6-4597-97f7-f7400a59c12a |
f5201432e3fa73d442e73562bd69df31598365e7 | d6397782d975fc9e27bdc079b9d085159b064ff7 | /src/main/java/co/laomag/es_spider/service/UserService.java | 0b936f799d1be83a285e47644e477530da17924c | [] | no_license | ma2695212419/es_spider | c9883ec8bc9215cd19d6beb7d121bfb4beeea60f | c330079c10bccbd8cc1973a4a87126b75c3b6eeb | refs/heads/master | 2023-05-06T22:56:45.618343 | 2021-05-25T15:33:17 | 2021-05-25T15:33:17 | 362,094,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package co.laomag.es_spider.service;
import co.laomag.es_spider.models.RequestMessages;
import co.laomag.es_spider.models.Userinfo;
import com.github.pagehelper.PageInfo;
public interface UserService {
RequestMessages AddUser(Userinfo userinfo);
}
| [
"mazepeng@laomag.co"
] | mazepeng@laomag.co |
52290e2e9839195aa90cc0c429ac64b69821952a | d2a63ceca83d07ce6509d1d44d667b6953258bb1 | /src/zig/zak/media/tor/search/soundcloud/SoundcloundUser.java | 4ef2cfc6b96cbee11b6cfd63476af590ca9da64d | [] | no_license | alpha97/MediaTor | 626a3addaa0f580c9d69e7400b7cfac6ab1f0510 | 6eb03c0333bb74a36968d88b535ad01196da6fcc | refs/heads/master | 2020-09-03T03:53:34.374638 | 2019-09-08T15:54:21 | 2019-09-08T15:54:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | /*
* Created by Angel Leon (@gubatron), Alden Torres (aldenml)
* Copyright (c) 2011-2016, FrostWire(R). All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either versio... | [
"kayrat@bk.ru"
] | kayrat@bk.ru |
cd6ea945aea609f28fe978fa118bfe828dce5878 | 932807243a7911f8843ad9a19b4ab5e62402062d | /spring-framework-5.1.3.RELEASE/spring-context/src/main/java/org/springframework/context/annotation/ConditionEvaluator.java | b8f692c82b1c27e62489a64b4430d860b8959b7b | [
"Apache-2.0"
] | permissive | hu396448218/spring-source-study | daad67e55674b6dfe7c39adcb873819b03ab1004 | 8059d6d846eae11ad86225356c101caef6e6c1db | refs/heads/main | 2023-03-31T12:06:58.015401 | 2021-04-05T10:19:30 | 2021-04-05T10:19:30 | 354,787,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,589 | java | /*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"2853225976@qq.com"
] | 2853225976@qq.com |
d2c3539a9d53702bb869cc473749e2600cdd7ba8 | 18bbebbed1235c04c3a7c4318c9a29af15e812e2 | /java-client/src/main/java/io/fluxcapacitor/javaclient/tracking/client/TrackingClient.java | affeeb8deed14ac8fcd90767f6292e68f489bc2b | [
"Apache-2.0"
] | permissive | donders/flux-capacitor-client | 9f7e29f2fb61656a551fb73d714ec88a265a47e4 | dce07713baa327bcc89c0edea91b2ba37e160079 | refs/heads/master | 2020-04-01T23:46:52.214648 | 2018-10-19T11:33:03 | 2018-10-19T11:33:03 | 153,772,961 | 0 | 0 | null | 2018-10-19T11:30:37 | 2018-10-19T11:30:37 | null | UTF-8 | Java | false | false | 1,012 | java | /*
* Copyright (c) 2016-2017 Flux Capacitor.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agr... | [
"renedewaele@gmail.com"
] | renedewaele@gmail.com |
0ad1b78d28f4fab2a77ee7066098dea46cedc8ed | e8203f16499e2d5566175d836906d405934a2ea9 | /src/com/suyin/utils/zxing/BufferedImageLuminanceSource.java | 18458eeb9b89795b87ca6573654cb7332a07d194 | [] | no_license | lizheng64677/wxService | 0109a411c83fd81309922e0d90cf257fedacf203 | 3e88a7362188785e7a5b51346676d45afeffebdf | refs/heads/master | 2020-03-11T07:56:32.245389 | 2018-06-02T10:56:20 | 2018-06-02T10:56:20 | 129,870,578 | 0 | 1 | null | 2018-04-21T10:47:50 | 2018-04-17T08:17:32 | JavaScript | UTF-8 | Java | false | false | 2,870 | java | package com.suyin.utils.zxing;
import com.google.zxing.LuminanceSource;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
public final class BufferedImageLuminanceSource extends LuminanceSource {
private final BufferedImage image;
private final int left;
p... | [
"qq329009099"
] | qq329009099 |
a2b56fb8c56e61f8a6a80eeec165fbbe5d688b18 | 0418cf2c79a27ffb1712788d89ff4db3fb06be0b | /src/main/java/com/roroldo/principles/dependencyInversion/improve/way_setter/Client.java | f9d809a0dc6ee7d2a8cf6f06c7aabc5be76c6057 | [] | no_license | Roroldo/DesignPatterns | 1cbfd40cc749e9593872f59553da7a085dfd0046 | 00777ccb44922423ef61e3f5eb53ef14f6c4df40 | refs/heads/master | 2023-04-28T08:30:53.269447 | 2021-05-16T15:36:49 | 2021-05-16T15:36:49 | 332,967,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package com.roroldo.principles.dependencyInversion.improve.way_setter;
/**
* setter方法实现
* @author 落霞不孤
*/
public class Client {
public static void main(String[] args) {
MobilePhone mobilePhone = new MobilePhone();
Email email = new Email();
Qq qq = new Qq();
mobilePhone.setReceiv... | [
"mt807301586@gmail.com"
] | mt807301586@gmail.com |
11738d17aee338da4399fd3863dde2d8fa07629a | bf1b1206c4f29e57d494acc1edbe2f807ce236d2 | /src/main/java/com/grokonez/jwtauthentication/message/response/JwtResponse.java | b410eff530f87ac339c9c09d408281ad6aba3ee1 | [] | no_license | elyadmanii/coproline1 | 9633e2dc8b5492645eb9f9f778eb1c42f738304d | 0b22ae0c97bc4cf3d44414b7c7d0d81f10d34d2b | refs/heads/master | 2020-04-22T07:30:26.417421 | 2019-09-27T20:05:46 | 2019-09-27T20:05:46 | 170,218,592 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package com.grokonez.jwtauthentication.message.response;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import com.grokonez.jwtauthentication.model.User;
public class JwtResponse {
private String token;
private String type = "Bearer";
private String username;
private Use... | [
"elyadmani.abdelhafid@gmail.com"
] | elyadmani.abdelhafid@gmail.com |
fb079daf8b35b1b8cdd1bb7d525887f44d5b6a64 | f2f0cbb20f53eae0e336121eebb8afbfe20b6220 | /spring-datajpa-postgresql/src/main/java/com/haydikodlayalim/DatajpaApplication.java | a483f5134be2dae0b0deba89dad81ba6092bc048 | [] | no_license | klonesa/spring-boot-examples | 91c36295068f2af27271e56c8230685f3fbf370d | c370bc6c8e23fc67d2e25695dd07aae8ed9fa377 | refs/heads/main | 2023-08-23T22:59:28.442823 | 2021-09-29T22:15:53 | 2021-09-29T22:15:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.haydikodlayalim;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@SpringBootApplication
@EnableJpaRepositories //bu paket altindaki tum jpa repositorylerini ... | [
"180201078@kocaeli.edu.tr"
] | 180201078@kocaeli.edu.tr |
33763dcd8185cc4f1d5d4080ea8f2db986d2c8c1 | 9d864f5a053b29d931b4c2b4f773e13291189d27 | /src/postem/postem-api/src/java/org/sakaiproject/api/app/postem/data/GradebookManager.java | 8753b2d68cf0669869f8f307eb0cd58b85017fb9 | [] | no_license | kyeddlapalli/sakai-cle | b1bd1e4431d8d96b6b650bfe9454eacd3e7042b2 | 1f06c7ac69c7cbe731c8d175d557313d0fb34900 | refs/heads/master | 2021-01-18T10:57:25.449065 | 2014-01-12T21:18:15 | 2014-01-12T21:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,419 | java | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/postem/trunk/postem-api/src/java/org/sakaiproject/api/app/postem/data/GradebookManager.java $
* $Id: GradebookManager.java 125618 2013-06-11 16:41:26Z matthew@longsight.com $
**************... | [
"noah@botimer.net"
] | noah@botimer.net |
fb67efde7593fd6d320cbea5823dd340a6418aa2 | f734a18f8d05c709b0f5e1ed7d5c39fd45aed680 | /feature-test/src/main/java/demo/helloworld/GH260.java | 2cc34b5b4275943b4bde12a55048eb8709cea59a | [
"Apache-2.0"
] | permissive | luketn/act-demo-apps | dffdc9c2ebfe3048e33f595c7c22aebca6f849ae | e1b753e3824df09a48d66258fadc08520e2ea6c2 | refs/heads/master | 2021-08-20T03:16:20.726854 | 2017-11-28T03:42:03 | 2017-11-28T03:42:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package demo.helloworld;
import act.controller.annotation.UrlContext;
import act.util.DisableFastJsonCircularReferenceDetect;
import demo.helloworld.gh251.Foo;
import org.osgl.mvc.annotation.GetAction;
@UrlContext("260")
public class GH260 extends GHTest {
@DisableFastJsonCircularReferenceDetect
@GetAction
... | [
"greenlaw110@gmail.com"
] | greenlaw110@gmail.com |
7cc5cc186508669e969fe822dc2449e1e0ac5f86 | f1b844dc2f5307c6a7847d45330a24f35e11ffa8 | /app/src/main/java/com/example/carapp/SplashScreenActivity.java | fdda94eacc57480a7fa943395db191439c386cc7 | [] | no_license | NithyaYamsinghe/RentACar | 43341d8615091b0b5b1d135f669deb27df1e5b6d | b2df268f22d0918caa74490db27f297daeeca2ca | refs/heads/master | 2022-04-10T09:10:30.286153 | 2020-03-17T18:13:27 | 2020-03-17T18:13:27 | 248,040,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package com.example.carapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.WindowManager;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
im... | [
"nitheeromeshi@gmail.com"
] | nitheeromeshi@gmail.com |
5d6a3cd9ca727d05f86bab20a113d23b7ccd1629 | 52f25aed45024d888f7eb48a81ddbea712eeb621 | /exercise/HortonExercises/Ch05/Rectangles/TestRectangle.java | f94f7e983b6fac920efc4ab5cda9e68243052c0b | [] | no_license | asszem/JavaLearning | 7ef8e9fb0ec605340254ac604520a2b6484da299 | 1c0aae2e1f19e0f5f84315aafc9afd13c2b9a98d | refs/heads/master | 2021-01-23T01:55:41.428926 | 2017-07-09T10:42:02 | 2017-07-09T10:42:02 | 85,943,287 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package HortonExercises.Ch05.Rectangles;
//Chapter 5, Exercise 1
/*
Define a class for rectangle objects defined by two points,
the top-left and bottom-right corners of the rectangle.
Include a constructor to copy a rectangle, a method to return a rectangle object
that encloses the current object and the rectangle... | [
"asszem78@gmail.com"
] | asszem78@gmail.com |
dc1b2ec807edf763a676603caa8eb18a7ce0c5e7 | 0863f174b7dee7d77c4b42793ff6f4ddda855227 | /src/com/example/sudokusolver/android/SudokuView.java | 16caeb37c815d69a732f88f00e1ea9942b0ca9ec | [] | no_license | oliveross/SudokuSolver | 8cd08e4fd9c3a7a3dd97ac8db4982fd3e7bf92fb | 78c5e3226c9b8a17bc01f7a94b6aaf6d3ec34abb | refs/heads/master | 2021-05-28T22:54:17.123189 | 2015-05-26T00:37:44 | 2015-05-26T00:37:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,122 | java | package com.example.sudokusolver.android;
import com.example.sudokusolver.R;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Typeface;
import android.graphics.Paint.FontMetrics;
import android.graphics.Rect;
import a... | [
"ewong2222@hotmail.com"
] | ewong2222@hotmail.com |
6e8a77e14a799d3976cf77338062d487b0178639 | e58d3e45aa687bef0261c52af1e0a765ec330180 | /src/org/swiftgantt/ui/LogoViewUI.java | b637a02d3a3996e5535015acd0ce40bc48c4196c | [] | no_license | Kihansi95/FlexibleJobShop | f4976d1f86fce767b38792ca6998c20c04306a68 | 9251eb441fd51cdea7071260fb733546c8b96fa0 | refs/heads/master | 2020-03-15T11:12:49.549300 | 2018-06-10T11:19:18 | 2018-06-10T11:19:18 | 132,115,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,979 | java | package org.swiftgantt.ui;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.LabelUI;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.swiftgantt.LogoView;
imp... | [
"ndh3395@gmail.com"
] | ndh3395@gmail.com |
f3c9acd25d38be7366daf193b4ffa706e2417682 | a632e7fd28cb5eeeff3a1f6524c68f2c95348106 | /src/main/java/com/gbabler/controller/PaymentController.java | 905bfdfff05a3dffad247d41f55cf600a2018382 | [] | no_license | MarcosVMoreira/patch-demo | 654e8f81cca6d464ef90471e5bbdd97245518696 | 5bc567ee547ebfa93044e00bd702429070fbf6b3 | refs/heads/master | 2023-03-03T02:26:00.387642 | 2021-02-12T13:32:26 | 2021-02-12T13:32:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | package com.gbabler.controller;
import com.gbabler.model.dto.PaymentRequest;
import com.gbabler.service.PaymentService;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.PatchMapping;
import org.springframework.web.bind.annotation.PathVari... | [
"gabriel.babler@sensedia.com-at-654040296502"
] | gabriel.babler@sensedia.com-at-654040296502 |
1cfdaf63b70ccaa5a7ab234b5cda5bdc7c349558 | 248abd2b312d9a1584477e22a3430e9f29d9c6d9 | /Phonebook/src/phonebook06/db/PhonebookModel.java | 399994a45ad0e3e9fa4feadd039a112ef2f34281 | [] | no_license | JangYunSung/JavaWork1 | 337093f9d084130e8e1a91a699d90f312e666d13 | c48f1076281a7391d4e5ebe909e345262e9972e3 | refs/heads/master | 2022-04-26T16:30:07.810689 | 2020-04-27T01:27:35 | 2020-04-27T01:27:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package phonebook06.db;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
// MODEL 객체
// 데이터 표현 객체
public class PhonebookModel implements Serializable{
/**
*
*/
private static final long serialVersionUID = -7457878413286439105L;
// 멤버변수
private int uid; // unique id... | [
"ahsku45@naver,com"
] | ahsku45@naver,com |
99adebfe6eb949b80096c71f33fdbaa5d2e5b96f | 0ee472ab3655833b23101e8678b1aaffc89a4f48 | /app/src/test/java/com/example/demonav/ExampleUnitTest.java | fbd8634aa873fba17ec57990057a07e0ef97a9f8 | [] | no_license | shubhangidk/Demonav | 8fbe5566386f63618f8ca9f05d95910229b21edf | 0a4bf86338ccbbc99ab846953c42fcc367843cc1 | refs/heads/master | 2020-07-28T03:14:00.548193 | 2019-09-18T11:21:25 | 2019-09-18T11:21:25 | 209,290,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.example.demonav;
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 void ad... | [
"payalvarade@gmail.com"
] | payalvarade@gmail.com |
4ec8fa77efcecaded58f34abc87ae957ee27b289 | 64310de24414f486a4167f40950441db369c007f | /src/com/xiao/util/CheckUtil.java | cb54eed8614f0d4c7946598901235828ad547187 | [] | no_license | LongwuXiao/weixin | dba238398cf7af5bebaa2e351ff12b28b59dfc9d | fd52d28ad04f67626b2976854b7971bc5dbeced9 | refs/heads/master | 2016-09-06T15:59:47.406608 | 2015-04-17T06:14:26 | 2015-04-17T06:14:26 | 34,099,409 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | java | package com.xiao.util;
import java.security.MessageDigest;
import java.util.Arrays;
public class CheckUtil {
private static final String token = "xiaolongwu";
public static boolean checkSignature(String signature,String timestamp,String nonce){
String[] arr = new String[]{token,timestamp,nonce};
//排序
Arrays.... | [
"longwu.xiao@dcfservice.net"
] | longwu.xiao@dcfservice.net |
29784905ec01b6ded666c8dbf766f3d02ea48c61 | f8434073dc71fb3fc61813595d6e5437b483f567 | /src/minecraft/net/minecraft/src/J_JsonNodeSelector.java | 7052b3724cde2f18f326e4b11b2052882b6bd02d | [] | no_license | FrozenHF/LavaBukkit | 9fe9d7fb93603f659ea08b53d9269502273d0ede | 0ea93a62e840ef498cee988222e47cc09d20e08a | refs/heads/master | 2021-01-16T23:01:38.903417 | 2011-10-31T17:14:25 | 2011-10-31T17:14:25 | 2,682,589 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode
package net.minecraft.src;
// Referenced classes of package net.minecraft.src:
// J_Functor, J_ChainedFunctor
public final class J_JsonNode... | [
"camas@hotmail.co.uk"
] | camas@hotmail.co.uk |
9e50f2f4fa82fb4e56a32692fe3f9df348f9b78c | 689cdf772da9f871beee7099ab21cd244005bfb2 | /classes/com/iflytek/cloud/IdentityResult.java | 6c20cd7b3fd6db296aa4610988e97220f50efd12 | [] | no_license | waterwitness/dazhihui | 9353fd5e22821cb5026921ce22d02ca53af381dc | ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3 | refs/heads/master | 2020-05-29T08:54:50.751842 | 2016-10-08T08:09:46 | 2016-10-08T08:09:46 | 70,314,359 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package com.iflytek.cloud;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
public class IdentityResult
implements Parcelable
{
public static final Parcelable.Creator<IdentityResult> CREATOR = new IdentityResult.1();
private String a = "";
private IdentityResult... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
31db879275cdedbebe31dec0ccfc1f674dcdd911 | 27462843e67824a750092cdd824b05fe5e144de2 | /src/test/java/utils/Hooks.java | 9e350473d40c0bac426626ed3e45e4af767cc168 | [] | no_license | AlexanderDark/FinalWork | 07bf6f4b427ec5b09917b56bf7fa695cb9084b74 | 3fdedd3e18bb225f1159dadbc362262d855aa7a7 | refs/heads/master | 2023-04-22T14:46:27.720248 | 2021-05-15T12:25:17 | 2021-05-15T12:25:17 | 361,274,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package utils;
import Parameters.GetBrowserName;
import com.codeborne.selenide.Selenide;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.assertj.core.api.SoftAssertions;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupi... | [
"alexanderdark@gmail.com"
] | alexanderdark@gmail.com |
e28a51f3b2f98df1bfc63437e2bcd46a0f49eaee | eb29772b0b2401fa0c75b7bb31700e9543f75fdf | /Aplicatie/Vehicul.java | 196ca4aaf3e4229552de8c8ca3e978542ac156af | [] | no_license | leeanaa/Java1Associate | 305eb3bb2a908e9ddf31e768d38178e6dd6d3df2 | 77fb4c56d31a6678664133d3f99421ef6ec3f746 | refs/heads/master | 2020-06-11T12:58:58.800616 | 2019-06-26T20:36:36 | 2019-06-26T20:36:36 | 193,972,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | public class Vehicul {
String marca;
String culoare;
public Vehicul(String marca,String culoare){
this.marca=marca;
this.culoare=culoare;
}
} | [
"noreply@github.com"
] | noreply@github.com |
3daedcb928c5de59868a900b93e751136499a6f0 | 099c242bce833a0dd1177dc20cea8979ef83992e | /Java Codes/HeapSort.java | 363f950448abd79c6e12c76ccdd40ccd3cd49c30 | [
"MIT"
] | permissive | sonika-shah/Hacktoberfest_2021 | bc85695390efef2e0d805570412923c024bc9bfd | a4bf2ced93457337aa4b91569d6060d163771348 | refs/heads/main | 2023-08-22T05:52:57.302969 | 2021-10-25T05:29:33 | 2021-10-25T05:29:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,623 | java | /*
Java implementation of heap sort
Input format:
Enter number of elements in the array: 5
Enter 5 elements
5 4 7 3 1
Output:
Elements in array:
5 4 7 3 1
Elements after sorting:
1 3 4 5 7
*/
import java.util.Scanner;
public class HeapSort {
public static void heapify(int a[], int i, int n) {
... | [
"noreply@github.com"
] | noreply@github.com |
e2fa5a7e1686198af4aa87408c2b3cbabd3a746f | 1e8272f2a6191fc840d7d2dd69dc12cb1b157552 | /src/main/java/docpreview/config/audit/package-info.java | e62585be7ec80ce140310e3c692a73511df729b5 | [] | no_license | contribution-jhipster-uga/sample-jhipster-docpreview | a6f9338ce89e73353d4417f188a0df91976e4059 | 6a3b2d496f223dc721d5d0c2d5ac5fe835342ec2 | refs/heads/master | 2023-05-14T10:59:36.295697 | 2020-03-22T17:53:42 | 2020-03-22T17:53:42 | 249,178,948 | 0 | 0 | null | 2023-05-09T03:22:27 | 2020-03-22T12:30:47 | Java | UTF-8 | Java | false | false | 65 | java | /**
* Audit specific code.
*/
package docpreview.config.audit;
| [
"didier.donsez@gmail.com"
] | didier.donsez@gmail.com |
d46cb874828ef219dc18450e22c33621721a1963 | 1c40d2e445d5165ca1007589dd9891b933eea2b4 | /PraticaOffline7/src/ufersa/sd/threads/SocketMulticast/UDPCliente2.java | ef6db4fe98cc597ccc2d707a2f7776532e347e96 | [
"MIT"
] | permissive | fcd007/ExclusaoMutuaConcorrencia | 5e3b3b14edee228b94b18a4b0d3ae9ca6a288f2e | 8187f8888552bfb1ef1265ff6dacc06bdf11f043 | refs/heads/master | 2022-11-24T06:58:58.523226 | 2020-07-28T01:58:58 | 2020-07-28T01:58:58 | 283,067,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package ufersa.sd.threads.SocketMulticast;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
public class UDPCliente2 {
public static void main(String[] args) throws Exception {
try(DatagramSocket socket = new DatagramSocket()) {
String mensagem = "Mensagem2";
byte... | [
"fcd007@hotmail.com"
] | fcd007@hotmail.com |
51430652c4d7c2c835b0bff325ae7b9096275185 | ff8896046b874b8e446f12b4f1beb9e243807950 | /sub-server/src/test/java/com/rukevwe/subserver/SubServerApplicationTests.java | 3be67a4ca0f29a898b62da2a4f7416dd3bd73858 | [] | no_license | ahwinemman/png-take-home | fcbf29a28714373108dfcff306feb716c4c824aa | 1dee3152a5ac40cd0e27f6034700c6cd82960449 | refs/heads/master | 2023-07-14T09:45:37.700796 | 2021-08-27T07:00:37 | 2021-08-27T07:00:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.rukevwe.subserver;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SubServerApplicationTests {
@Test
void contextLoads() {
}
}
| [
"oahwin@getcarbon.co"
] | oahwin@getcarbon.co |
3964fbb0281896adddbe03bdfb0d355b775c6659 | e49ddf6e23535806c59ea175b2f7aa4f1fb7b585 | /tags/release-5.4.2/mipav/src/gov/nih/mipav/model/algorithms/t2mapping/cj/fileformats/BFFBase.java | f8b8f68bf8df2454c4d32a3247678fd75e7cb24a | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | svn2github/mipav | ebf07acb6096dff8c7eb4714cdfb7ba1dcace76f | eb76cf7dc633d10f92a62a595e4ba12a5023d922 | refs/heads/master | 2023-09-03T12:21:28.568695 | 2019-01-18T23:13:53 | 2019-01-18T23:13:53 | 130,295,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,442 | java | package gov.nih.mipav.model.algorithms.t2mapping.cj.fileformats;
import java.io.*;
import java.lang.*;
import java.lang.Float;
import java.util.*;
import java.nio.ByteOrder;
import java.net.*;
import java.util.zip.*;
import javax.imageio.stream.*;
import gov.nih.mipav.model.algorithms.t2mapping.cj.appkit.AppKit;
impor... | [
"mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96"
] | mccreedy@NIH.GOV@ba61647d-9d00-f842-95cd-605cb4296b96 |
3a285c14099ed3c3baeddcdca4cb55309e1fa998 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/5149/tar_1.java | 8aa114b227c77dbc2c5ac699ab64b660d9ea5a39 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 51,965 | java | /*******************************************************************************
* Copyright (c) 2000, 2004 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, and... | [
"375833274@qq.com"
] | 375833274@qq.com |
bdc3831bb361d8b7ad66762ff77bbf388e446248 | 470b59a3845ffce3e917cecdfec276e997317ebd | /数据结构/niuniu/src/Main.java | 10295ce8eee565548cd65f05e57043229cedadbb | [] | no_license | RichardW911/RichardW911 | 3996576ca413d76a43a9dcdb3fdd65ef03f0e683 | 2e0b42e3d30bbd247df8b086e49189d5fde671c6 | refs/heads/master | 2023-06-20T05:06:28.520935 | 2021-07-21T05:35:52 | 2021-07-21T05:35:52 | 372,862,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,322 | java | import com.sun.deploy.uitoolkit.impl.text.TextPluginUIToolkit;
import com.sun.org.apache.xerces.internal.xinclude.XInclude11TextReader;
import com.sun.xml.internal.ws.api.model.wsdl.WSDLFault;
import sun.net.httpserver.HttpServerImpl;
import javax.net.ssl.SSLServerSocket;
import java.net.ServerSocket;
import java.text... | [
"319548834@qq.com"
] | 319548834@qq.com |
bf51c7d22117a9a55159755a990d74af01656dbf | d531fc55b08a0cd0f71ff9b831cfcc50d26d4e15 | /gen/main/java/org/hl7/fhir/ImmunizationEvaluationStatusCodes.java | c14634f808e3804d6aba1d93fd4db6a83d3fdf65 | [] | no_license | threadedblue/fhir.emf | f2abc3d0ccce6dcd5372874bf1664113d77d3fad | 82231e9ce9ec559013b9dc242766b0f5b4efde13 | refs/heads/master | 2021-12-04T08:42:31.542708 | 2021-08-31T14:55:13 | 2021-08-31T14:55:13 | 104,352,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,699 | java | /**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Immunization Evaluation Status Codes</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The status of the evaluation being done.
* If the element is present, it must have either a @value, a... | [
"roberts_geoffry@bah.com"
] | roberts_geoffry@bah.com |
174f736d463859481b7c1a6758a14ca8354167dc | a7ba4d78dbdba146c5b7452141111c9d2a60216a | /app/src/main/java/com/example/chat_boot/MessageAdapter.java | 94e692394191c0412b0ac9fd19bb1f0237bd64f9 | [] | no_license | Ariful0007/Chat_Boot | 17017cbc96c245e38ebf3abc63a2dc2a00976870 | 34694593535efe568f51652c6e27617678c6c45d | refs/heads/master | 2022-12-28T07:53:15.816701 | 2020-10-20T06:30:30 | 2020-10-20T06:30:30 | 305,611,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package com.example.chat_boot;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
public class MessageAdapter extends RecyclerView.Adapte... | [
"arifulpub143@gmail.com"
] | arifulpub143@gmail.com |
191c56bda4aa320a84adfa8ce6eb52a9a5c9e9ff | 83597086cd4f6864def1a4e5662077b8f60d390f | /src/controller/editEventServlet.java | 33544d7b05bcb1192e7dcacf23b8aa886a28cc1b | [] | no_license | zjhayes/EventManager | 647d4ec020128fff939f78674bb980c60d655e73 | 40f6d33531d5eb22097a9d906fe49f50bbe62ed7 | refs/heads/master | 2022-07-09T18:01:01.596059 | 2020-03-06T16:49:48 | 2020-03-06T16:49:48 | 243,430,705 | 0 | 1 | null | 2022-06-21T02:52:21 | 2020-02-27T04:30:19 | Java | UTF-8 | Java | false | false | 2,275 | java | package controller;
import java.io.IOException;
import java.time.LocalDate;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.Event;
import... | [
"58717569+jsharpe13@users.noreply.github.com"
] | 58717569+jsharpe13@users.noreply.github.com |
d66c7e0896d3179f20c23ba2eddb1b989ba250ab | c77252c03a0c52b32ad04f9e6fdbdc7d383b3859 | /src/main/java/cn/garyt/cast/gstreamer/player/event/PositionChangedEvent.java | c39cadd71db953a54b36e5b7fc1ce43453d81540 | [] | no_license | GaryT9527/cling-cast | a0022ef51672c2d790ef46feb7784ab7487d0015 | daa5b3ebe4b1b9d718f110bfdb5ac67ee603ebfc | refs/heads/master | 2022-04-16T08:09:39.935306 | 2020-04-15T01:44:55 | 2020-04-15T01:44:55 | 255,774,398 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package cn.garyt.cast.gstreamer.player.event;
import cn.garyt.cast.gstreamer.player.MediaPlayer;
public class PositionChangedEvent extends MediaEvent {
private static final long serialVersionUID = 269889318281659313L;
public final long position;
public final int percent;
public PositionChangedEvent(... | [
"dinghongwei@unitedview.cn"
] | dinghongwei@unitedview.cn |
6f8d0b01407b7e3ae4b52c56732250229823ab8d | 16ae9299ebc2ec33ef5baf8a3dacc2270ad023ba | /net.loginbuddy.service/src/main/java/net/loginbuddy/service/management/ConfigurationMaster.java | 9facf5898227ece27d2ce579a6bcc67043385a7f | [
"Apache-2.0"
] | permissive | SaschaZeGerman/loginbuddy | 4b005a5bbaa25327de7aba3458ebb73db20b8990 | 6d21d56df974b1f5f365376e63224f6718dd78f3 | refs/heads/master | 2023-05-26T09:37:23.166270 | 2023-02-02T06:16:32 | 2023-02-02T06:16:32 | 158,331,158 | 17 | 7 | Apache-2.0 | 2023-05-22T19:59:53 | 2018-11-20T04:32:27 | Java | UTF-8 | Java | false | false | 8,447 | java | package net.loginbuddy.service.management;
import jakarta.servlet.ServletException;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import net.loginbuddy.common.api.HttpHelper;
import net.loginbuddy.config.discovery.DiscoveryUtil;
import net.loginbuddy.config.management... | [
"sascha.preibisch@gmail.com"
] | sascha.preibisch@gmail.com |
fd2ad42d17ddd008a36aec1447806396a4402c8a | c7823dd5857604ebfdf62e04990f4c24ce4c34e6 | /Mobile-Dev-Analysis/android-analysis-(kachidoki-moiling-luoyy)/ViewAnalysis/app/src/main/java/com/example/administrator/viewanalysis/MainActivity.java | b1cb418d860df7988744491ffb5ff2b1d0f210e1 | [
"Apache-2.0"
] | permissive | MathiasLuo/Mobile-Dev-Analysis | 55c2bde1a67b9c614158d0f7e949167bc60193f9 | 8c7252bd036767fd9332326e443a506da73e560b | refs/heads/master | 2020-04-07T14:00:42.542255 | 2015-03-21T10:59:24 | 2015-03-21T10:59:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.example.administrator.viewanalysis;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
supe... | [
"1070753575@qq.com"
] | 1070753575@qq.com |
4d43a8cd63d4c49681e83f0a7b77f22773e7d57e | 118cd90e9545bceaca9cf17a64d73bc5aaa7e056 | /src/main/java/com/zr/xinshenstatistics/service/impl/XinshenstatisticsServiceImpl.java | 60459b9e4073d77a24f2026205cbc182b45b1848 | [] | no_license | harry2048/operate-platform | e89ed59b036e1ef1da070b1a36845c49c7098cfa | 7d98ea13b454abfd48ded655d69c137d67b9c832 | refs/heads/master | 2022-12-10T17:20:12.506992 | 2019-07-10T02:40:19 | 2019-07-10T02:40:19 | 195,345,156 | 0 | 1 | null | 2022-12-06T00:32:22 | 2019-07-05T05:38:08 | HTML | UTF-8 | Java | false | false | 5,558 | java | package com.zr.xinshenstatistics.service.impl;
import antlr.collections.impl.LList;
import com.zr.xinshenstatistics.mapper.XinshenstatisticsMapper;
import com.zr.xinshenstatistics.pojo.Riskreserve_Capitalside;
import com.zr.xinshenstatistics.pojo.Xinshenstatistics;
import com.zr.xinshenstatistics.pojo.Xinshenstatisti... | [
"3566602019@qq.com"
] | 3566602019@qq.com |
aeeff636ace3b5a85abccba78144adc981724a96 | 785ae8bc513eae6873f335e79d12af3b415d0afc | /Check_the_vowel.java | 47afe08898d59236073cda7624ee80a91b9faac8 | [] | no_license | mandavajyothi/guvi | 744e4e8a5652cdbcc84ef85d05f853b97b9088f5 | 226b3b26ae57a420cb729b57a38dfe2e85bc08cf | refs/heads/master | 2020-03-24T06:26:21.775619 | 2018-09-20T10:43:59 | 2018-09-20T10:43:59 | 142,528,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | import java.util.*;
class Check_the_vowel
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
String s=sc.nextLine();
int count=0;
for(int i=0;i<s.length();i++)
{
if(s.charAt(i)=='a'||s.charAt(i)=='e'||s.charAt(i)=='i'||s.charAt(i)=='o'||s.charAt(i)=='u')
count++;
}
if(count>0)
System.out.prin... | [
"noreply@github.com"
] | noreply@github.com |
5a5ada71a833628ae9edaeeb102f6783a9accfec | 4c0926a98c8309da0c6900120bc4d7721c51f87a | /src/input/old/KeyPressed.java | 6ba565e852797f67e06ceda8e6629d85623929bc | [] | no_license | FireFlyForLife/TileGameV3 | 9498bb3032b851b4c78c337f80e92fc79de4cb2c | c1f03f2eb1d9503e6ff711cf89c25f4281cb462d | refs/heads/master | 2020-12-24T16:07:26.686574 | 2016-03-04T11:50:26 | 2016-03-04T11:50:26 | 42,243,024 | 0 | 0 | null | 2015-09-11T07:50:12 | 2015-09-10T12:27:19 | null | UTF-8 | Java | false | false | 141 | java | package input.old;
import java.awt.event.KeyEvent;
public interface KeyPressed extends EventMethod{
public void keyPressed(KeyEvent e);
}
| [
"maiko.s.99@gmail.com"
] | maiko.s.99@gmail.com |
38a811fb2db9e5dd8a6e4dea037fc5cdaf182e8e | 261df9a087967ae857bf0221d5b0dbb901666dbb | /src/main/java/de/befrish/jqwik/vavr/arbitraries/collection/seq/VavrVectorArbitrary.java | bf876699114ac22dd5af1e39085491f313999d35 | [
"Apache-2.0"
] | permissive | davd33/jqwik-vavr | 527aa0527518cb14c50b2d94b1dda868438af88c | d1ea6172f26daf724697c0cd1fd766f8020364f6 | refs/heads/master | 2022-12-29T07:16:14.130614 | 2020-10-21T23:52:37 | 2020-10-21T23:52:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package de.befrish.jqwik.vavr.arbitraries.collection.seq;
import de.befrish.jqwik.vavr.arbitraries.base.AbstractListBasedVavrArbitrary;
import io.vavr.collection.Array;
import io.vavr.collection.Vector;
import net.jqwik.api.Arbitrary;
public class VavrVectorArbitrary<T> extends AbstractListBasedVavrArbitrary<T, Vecto... | [
"software@befrish.com"
] | software@befrish.com |
5763fb897ddb81dc1e667f31abfdbab5f03bef28 | 9bb54d587b38cb505d86c75db96fc20986ae8416 | /ImageView/app/src/androidTest/java/com/example/dopcountry/imageview/ExampleInstrumentedTest.java | 783fa2bc68d71262c3f20eb290ac94051efbc57a | [] | no_license | arifromdon/LearningAndroid | 2e27e37e7f202ded3d68c92c1589b17ad3573212 | d70074fa14d43ac1465bdea1ac24aa6797216847 | refs/heads/master | 2020-03-16T00:26:07.000879 | 2018-05-17T02:29:42 | 2018-05-17T02:29:42 | 132,416,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.example.dopcountry.imageview;
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.*;
/**
* Instrumented test, which will execute on a... | [
"arifdop182@gmail.com"
] | arifdop182@gmail.com |
3aaa1fc939e8e402f6d829e929cb8befa626c301 | 3640cc81f0acaf06712c9f25082e7117899e2a0e | /hw03/src/main/java/ru/dio/testframework/After.java | d486de365020a0564e86c72c2f0dc146b9f3a5ec | [] | no_license | S-Dionis/otus_hws | b9ac633c93ef137be90bf9ca5ecc2678381dc3dd | 60a16db07999de558360a4004aaa611b5cbbf2c0 | refs/heads/master | 2023-02-13T13:35:13.224114 | 2021-01-14T11:25:58 | 2021-01-14T11:25:58 | 285,256,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package ru.dio.testframework;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface After {
}
| [
"denis.olegovich90@gmail.com"
] | denis.olegovich90@gmail.com |
5a4adbc870ad94349550930967795cad0603d0bb | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/validation/hudson/scm/ChangeLogSetTest.java | aac341d1da66bd486b8ac8d39e83415359472d38 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 1,537 | java | package hudson.scm;
import hudson.Extension;
import hudson.MarkupText;
import hudson.model.AbstractBuild;
import hudson.scm.ChangeLogSet.Entry;
import org.junit.Assert;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl;
import org.jvnet.hudson.test.Issue;
import org... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
20c847c9af89633f7a7965f2904afee25591bc7a | d8030364f8259477e3c9816adf05ca11c100deec | /src/test/java/com/tescobank/judge/view/PreContractLoanView.java | edc202090a30eb65b50be802f9b991fd0229edb4 | [] | no_license | ajsin0508/Selenium-Framework | f20653cb86dd8030d13c9893774430cd8e767258 | bc7c507c206c72487d176552e36cf64d0dd39185 | refs/heads/master | 2021-01-21T06:59:52.947205 | 2017-02-27T11:28:22 | 2017-02-27T11:28:22 | 83,302,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,917 | java | package com.tescobank.judge.view;
import com.tescobank.judge.question.QuestionUtil;
import com.tescobank.judge.state.Actor;
import com.tescobank.judge.tbcukesupport.JudgeTescoBankInteractionBase;
import org.openqa.selenium.WebDriver;
import static com.tescobank.judge.state.StateKey.*;
import static com.tescobank.judg... | [
"ajay.singh@in.tesco.com"
] | ajay.singh@in.tesco.com |
c224e33d678a8f9880da47b8b30715b312f2202f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_2659570497f45c25a357d474c45673bbff1a66a4/Fe/4_2659570497f45c25a357d474c45673bbff1a66a4_Fe_t.java | 73f5fed611089fe9dbf6ac9549768bbc66e989a0 | [] | 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 | 7,579 | java | package org.melonbrew.fe;
import java.io.File;
import java.io.IOException;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.logging.Logger;
import net.milkbowl.vault.economy.Economy;
import org.bukkit.ChatColor;
import org.bukkit.OfflinePlayer;
import org.bukkit.c... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
91682eaf9a6a33755b1cf6faee74c392bf3ff6dd | de3c2d89f623527b35cc5dd936773f32946025d2 | /src/main/java/com/airbnb/lottie/LottieAnimationView.java | 89a755b7f77cb71427fce42966e8296112e7294b | [] | no_license | ren19890419/lvxing | 5f89f7b118df59fd1da06aaba43bd9b41b5da1e6 | 239875461cb39e58183ac54e93565ec5f7f28ddb | refs/heads/master | 2023-04-15T08:56:25.048806 | 2020-06-05T10:46:05 | 2020-06-05T10:46:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,017 | java | package com.airbnb.lottie;
import android.animation.Animator.AnimatorListener;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
... | [
"593746220@qq.com"
] | 593746220@qq.com |
a8dc56af1129d418a726cbc3c397cdbe32abb6a3 | 07c25bf46a9967c88c3089685d6acd32c8fc49c7 | /trunk/Sources/Java/InterfaceGraphique/src/ca/polymtl/inf2990/SelectionneurFichier/SelectionneurFichier.java | ab56235bc28e944169be47eddf169069582b794d | [] | no_license | mathieumg/hockedu | 6d91a032034f143d5430fbcba894312e948433d9 | 34a0bad42dac55b71cf7d02c3cb5807ad6351014 | refs/heads/master | 2021-07-09T07:06:03.973469 | 2016-12-07T07:58:44 | 2016-12-07T07:58:44 | 9,439,670 | 1 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,427 | java | package ca.polymtl.inf2990.SelectionneurFichier;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import ca.polymtl.inf2990.Fenetre;
/**
* Classe pour encapsuler le JFileChooser.
*
* @author Charles Etienne Lalonde
*/
public class SelectionneurFichier extends JFileChooser
{... | [
"michael.ferris@polymtl.ca"
] | michael.ferris@polymtl.ca |
b1b25f4bde6f8b7f39786ae63f6308c2c624623b | b755a269f733bc56f511bac6feb20992a1626d70 | /qiyun-lottery/lottery-model/src/main/java/com/qiyun/model2/LotteryTerm2.java | 160c6bf253d41b2cfaa6157ef403282b3c262bef | [] | no_license | yysStar/dubbo-zookeeper-SSM | 55df313b58c78ab2eaa3d021e5bb201f3eee6235 | e3f85dea824159fb4c29207cc5c9ccaecf381516 | refs/heads/master | 2022-12-21T22:50:33.405116 | 2020-05-09T09:20:41 | 2020-05-09T09:20:41 | 125,301,362 | 2 | 0 | null | 2022-12-16T10:51:09 | 2018-03-15T02:27:17 | Java | UTF-8 | Java | false | false | 5,439 | java | package com.qiyun.model2;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.util.Date;
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class LotteryTerm2 implements Serializable {
private Integer id;
private Integer lott... | [
"qawsed1231010@126.com"
] | qawsed1231010@126.com |
a4f66abfcd44d2e2f95d023110cfc368a9361509 | e0d5c57a4f5e8a8bd9ef6a0e1fabc863562f5dc5 | /app/src/androidTest/java/com/example/oracle/powerreceiver/ExampleInstrumentedTest.java | 283ac4f2eaa6cd3c940425bdd77151adfa46631a | [] | no_license | RickyRenardi/PowerReceiver | 13f65e93cc794f2b0a385b418ad09dca288b473d | 12c682caaf013ae4489136c94a7a784f824fef17 | refs/heads/master | 2020-05-04T21:12:05.084381 | 2019-04-04T09:38:57 | 2019-04-04T09:38:57 | 179,467,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.example.oracle.powerreceiver;
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.*;
/**
* Instrumented test, which will execute on a... | [
"renardiricky@gmail.com"
] | renardiricky@gmail.com |
cbbbfa50706293ffbb53f3074fe34b22ceeefa99 | d6e14aba59ee895286e50a6684f8d9ef170b8f29 | /zplugins/src/main/java/com/zchaos/zplugins/update/UpdateStatus.java | 7df9e543006276545b3dbc02ed918d1143e120d1 | [] | no_license | zchaos/zrepo | cce2d425e69c180cebee96b7b285ccab75721a85 | 458c70554431693ea05965b2958ac24ec200539a | refs/heads/master | 2021-01-10T19:24:53.470974 | 2014-08-13T03:42:09 | 2014-08-13T03:42:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package com.zchaos.zplugins.update;
/**
* 更新配置的状态
* <p>Copyright: Copyright (c) 2012<p>
* <p>succez<p>
* @author menghsh
* @createdate 2012-3-28
*/
public enum UpdateStatus {
/**
* 正常
*/
NORMAL,
/**
* 接收到请求
*/
REQUESTED,
/**
* 正在检查更新
*/
CHECKUPDATE,
/**
* 检查更新完毕
*/
CHECKEDUPDATE,
/**... | [
"zhuchx1008@gmail.com"
] | zhuchx1008@gmail.com |
0fd84d1b8d078a9fb68dfe2a4246e186131f0238 | 8f24e30f8d18d6e59d426d7ecd9b9297bafb2642 | /app/src/main/java/com/example/tiku2/MyTouchListener.java | fd1f2107455c7c42c5c9c114e4350a6bb56a7818 | [] | no_license | shazongqain/tk2 | c31079a857c489ef591948db1bd6483e9339ef94 | f372faafe61611af6bd2c16c14c079a5a1476e56 | refs/heads/master | 2020-09-21T01:00:23.843633 | 2019-12-02T09:39:38 | 2019-12-02T09:39:38 | 224,634,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,664 | java | package com.example.tiku2;
import android.graphics.Matrix;
import android.graphics.PointF;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ImageView;
public class MyTouchListener implements View.OnTouchListener {
private PointF startPoint= new ... | [
"2609487310@qq.com"
] | 2609487310@qq.com |
cda3b7e7a0a6ee6a1fa5ee24741f4c64f0f3bf4b | bb2e4aba2f6d69fdb973e2f85c5e394b91631113 | /src/test/java/gov/usgs/cida/qw/codes/webservices/ProviderRestControllerIT.java | 21fb52316b7d0bcbc760473c66d385488da9af02 | [] | no_license | ssoper-usgs/qw_portal_services | a5bb01825c8ebd3234b2913c66d9f972c1f6aa23 | ace59c83337496f21aa80911722de39d0ff65527 | refs/heads/master | 2021-06-20T01:25:47.988236 | 2019-06-27T19:11:33 | 2019-06-27T19:11:33 | 162,303,231 | 0 | 0 | null | 2018-12-18T14:49:09 | 2018-12-18T14:49:08 | null | UTF-8 | Java | false | false | 2,078 | java | package gov.usgs.cida.qw.codes.webservices;
import org.junit.Test;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.web... | [
"drsteini@usgs.gov"
] | drsteini@usgs.gov |
66f75809ecf906a96e000144edf1b8e0784a1b14 | 4dc0f0e0d0cc6ac5f2da9f5534d6bcd109d89bef | /springboot-redis-message/src/main/java/org/jeedevframework/springboot/message/BlockingQueueQueueService.java | b122b45de5c9d5e851c6aed3074d73d1370327f5 | [] | no_license | huligong1234/springboot-learning | 70a0f37de7aaef246671d9578323161fba23a7d7 | 2e832330a816afdb8b37d9def4997f6341f81955 | refs/heads/master | 2022-06-28T20:43:12.467279 | 2019-10-03T03:52:01 | 2019-10-03T03:52:01 | 137,196,057 | 4 | 1 | null | 2022-06-17T03:29:04 | 2018-06-13T09:49:39 | Java | UTF-8 | Java | false | false | 2,223 | java | package org.jeedevframework.springboot.message;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.LinkedBlockingQueue;
... | [
"huligong1234@126.com"
] | huligong1234@126.com |
7218e95e134afe7efd20df3832a1c5f0d27734e5 | ce44d0e3cde20c7d4a3b849a87120808a6d462e9 | /app/src/main/java/com/example/teerayutk/tsr_demo/utils/ExtactCartItem.java | a5f591bb1ba8cb9077b5590f2287cab53c6e88c6 | [] | no_license | tsrmobile/TSR_Demo | 183cc5eb655aca23b237dde098be9091071ffee7 | e4cadc4d8a4995bf6884ec1095a930bd93b010a2 | refs/heads/master | 2021-04-12T07:43:38.455340 | 2017-06-28T08:59:00 | 2017-06-28T08:59:00 | 94,508,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package com.example.teerayutk.tsr_demo.utils;
import com.android.tonyvu.sc.model.Cart;
import com.android.tonyvu.sc.model.Saleable;
import com.example.teerayutk.tsr_demo.model.catalog.Product;
import com.example.teerayutk.tsr_demo.model.cart.CartItem;
import java.util.ArrayList;
import java.util.List;
import java.uti... | [
"teerayut.k@thiensurat.co.th"
] | teerayut.k@thiensurat.co.th |
5a5ca336adaae26d28ea486aa0271d2bb76f7c43 | 4a131266045b03f3d5bb708573592ce474450d12 | /third_party/bazel/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java | 812d1fa89b6259e0c0d036d11d9770b9a70bab70 | [] | no_license | leolorenzoluis/goose | 4b216c69d9d5f27e18ab5e8d2fabf80a32cf7764 | e4d07ae11ab0fdde9f64c3ee51826d15d0fc8058 | refs/heads/master | 2020-06-25T08:35:38.070464 | 2015-08-04T04:00:22 | 2015-08-04T04:00:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,471 | java | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | [
"chrsmith@google.com"
] | chrsmith@google.com |
f42628b6ec27e352276149a75eb25f1c0fd4b63e | 7c0d4bbeb65a58e2ae80191258c76960de691390 | /poc/SpaceWeatherSWD/SpaceWeatherSWD/SpaceWeatherSWD-Application/src/main/java/br/inpe/climaespacial/swd/home/validators/IntervalValidator.java | 8b60ec4213052d1bc22725578b2becdb7418100c | [] | no_license | guilhermebotossi/upmexmples | 92d53f2a04d4fe53cc0bf8ead0788983d7c28a0a | 77d90477c85456b223c21e4e9a77f761be4fa861 | refs/heads/master | 2022-12-07T12:25:32.599139 | 2019-11-26T23:45:48 | 2019-11-26T23:45:48 | 35,224,927 | 0 | 0 | null | 2022-11-24T09:17:43 | 2015-05-07T14:31:30 | Java | UTF-8 | Java | false | false | 231 | java |
package br.inpe.climaespacial.swd.home.validators;
import java.time.ZonedDateTime;
public interface IntervalValidator {
void validate(ZonedDateTime farthestFromNow, ZonedDateTime nearestFromNow, int periodSize);
}
| [
"guilhermebotossi@gmail.com"
] | guilhermebotossi@gmail.com |
5793395716323bfd0b3fa8b81c4f2bf2ec4dcb10 | 97c2cfd517cdf2a348a3fcb73e9687003f472201 | /workspace/fftw-pomsfa/tags/fftw-pomsfa-1.4.3/src/main/java/com/fftw/fix/quickfixj/LogReader.java | 302f07d961d88b639aeac7952dcb59f55785f510 | [] | no_license | rsheftel/ratel | b1179fcc1ca55255d7b511a870a2b0b05b04b1a0 | e1876f976c3e26012a5f39707275d52d77f329b8 | refs/heads/master | 2016-09-05T21:34:45.510667 | 2015-05-12T03:51:05 | 2015-05-12T03:51:05 | 32,461,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,377 | java | package com.fftw.fix.quickfixj;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import quickfix.DefaultMessageFactory;
import quickfix.FileSt... | [
"rsheftel@gmail.com"
] | rsheftel@gmail.com |
da061e67a7221a1e0bbcfd4bbd639c06e7fe0cc1 | 26fa263aed5ad64f47a43100f9c1f8829cff6973 | /android-framework/src/main/java/io/blushine/android/Fragment.java | 46e998e97b53604981449fd4103ece40e301880f | [
"MIT"
] | permissive | Senth/android-framework | 9111669db69812e2a813accd169654e56537ed77 | 7280575b4989a3fc5cc22a958c2a9d69d44550ce | refs/heads/master | 2021-10-10T21:09:48.427478 | 2019-01-17T13:01:07 | 2019-01-17T13:01:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,951 | java | package io.blushine.android;
import android.os.Bundle;
import androidx.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.HashMap;
import java.util.Map;
/**
* Base class for all fragments. If you want to make a fullscreen fragment, use ... | [
"senth.wallace@gmail.com"
] | senth.wallace@gmail.com |
e3cb64bcdc4c4835c8d6c3f77e5861a5d85ced05 | 06a961732f946cf3dd609868e28522fca94f0b04 | /src/main/java/com/eho/fhir/pixm/RestControllers/IHEpixmController.java | 028d39254f0d39a6d776e4acb71f2f0b2c8b1d69 | [
"Apache-2.0"
] | permissive | bornajafarpour/FHIR-Test-Server | f00704287e2032e4efb43749aadede622fbfb19f | e69fc4aad0ef0506bff012ae056a089a84e6b707 | refs/heads/master | 2020-06-11T15:08:35.518736 | 2017-03-30T20:24:01 | 2017-03-30T20:24:01 | 75,642,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,558 | 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.eho.fhir.pixm.RestControllers;
import ca.uhn.fhir.model.api.ResourceMetadataKeyEnum;
import ca.uhn.fhir.model.base... | [
"borna.jafarpour@EHOLT305085.SSHA.CA"
] | borna.jafarpour@EHOLT305085.SSHA.CA |
3c36115a161588ad131a099191e36966803814f8 | db2a36a97263797268779f2c7b6739dfd07efc67 | /kodilla-testing/src/main/java/com/kodilla/testing/library/BookLibrary.java | d0b06e2530170d7fd25a225fcc50ede37a015f16 | [] | no_license | Luke1024/rodo-kodilla-java | 85c635eed4beb24d59282bb0bd9bca71432bbd99 | e7544e57efdc59ced6bd3c0170351374bb6bb97d | refs/heads/master | 2020-04-08T23:09:19.059034 | 2019-08-08T10:11:20 | 2019-08-08T10:11:20 | 159,707,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.kodilla.testing.library;
import java.util.ArrayList;
import java.util.List;
public class BookLibrary {
LibraryDatabase libraryDatabase;
public BookLibrary(LibraryDatabase libraryDatabase)
{
this.libraryDatabase = libraryDatabase;
}
public List<Book> listBooksWith... | [
"chajdas.lukasz@gmail.com"
] | chajdas.lukasz@gmail.com |
0a85b69788fa48feed4d7e29dab54b518c227c0e | fae83a7a4b1f0e4bc3e28b8aaef5ca8998918183 | /src/org/daisy/util/fileset/validation/message/ValidatorErrorMessage.java | eb8bd4afdca622695abe7f2911b7f2ca25e7aa8c | [] | no_license | techmilano/pipeline1 | 2bd3c64edf9773c868bbe23123b80b2302212ca5 | f4b7c92ef9d84bf9caeebc4e17870059d044d83c | refs/heads/master | 2020-04-10T14:27:46.762074 | 2018-03-09T14:35:31 | 2018-03-13T13:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | /*
* org.daisy.util (C) 2005-2008 Daisy Consortium
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
* ... | [
"markus.gylling@gmail.com"
] | markus.gylling@gmail.com |
e6542140fca35b4f37b5f0465f201f3be7429cd7 | 726b6d9f5bd965b8047662cdf3c7f2796139e69c | /InteraxTelephonyAMI/src/com/interax/telephony/service/ami/pickdialing/PickDialingCallManager.java | bf5db2572aeef8d3d1bc86d0ca116ae0a08b8d2e | [] | no_license | adiquintero/interaxtelephony | 794e8311d3f61e3fdec233c055c0e5df4db3274a | 14dcd109fa3dd5ed74797f681dd87ec793ded703 | refs/heads/master | 2020-08-23T09:24:31.158545 | 2019-10-21T14:21:34 | 2019-10-21T14:21:34 | 216,584,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,289 | java | package com.interax.telephony.service.ami.pickdialing;
import java.util.Calendar;
import org.asteriskjava.live.AsteriskChannel;
import org.asteriskjava.live.ChannelState;
import org.asteriskjava.live.ManagerCommunicationException;
import org.asteriskjava.live.NoSuchChannelException;
import org.asteriskjava.manager.ac... | [
"yquintero@alodiga.com"
] | yquintero@alodiga.com |
7fcb72fcfa91c943515feee2210677b310f988e3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_af02b3b4358981f299bcf02d031870e94348bb25/StartupListener/2_af02b3b4358981f299bcf02d031870e94348bb25_StartupListener_s.java | fc995472852789027111f60accaa6ae060fb228e | [] | 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 | 2,391 | java | package gov.nih.nci.camod.webapp.listener;
import gov.nih.nci.camod.Constants;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.*;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.web.context.ContextLoaderListener;
/**... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3b93e322bb022b23626e0707a2a9b5cc0b28c33e | dde803892d3c34fdad44e87f47a4bfd5c867185d | /Indexing/src/cs/uwindsor/ir/index/search/Search.java | dd11624286401f46c39de31fc3c7a11af876a95c | [] | no_license | rajbhatta/Java_search_engine | 41f930a993a74d59f27e045f583129255f251bf0 | 603943d06f6bf69831326aca63c1aae89da1dee2 | refs/heads/master | 2022-06-03T15:11:00.195932 | 2019-06-14T02:09:48 | 2019-06-14T02:09:48 | 191,859,915 | 5 | 0 | null | 2020-06-15T21:53:39 | 2019-06-14T02:01:00 | Java | UTF-8 | Java | false | false | 1,546 | java | package cs.uwindsor.ir.index.search;
import java.nio.file.Paths;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.index.DirectoryReader;
import org.apache.lucene.index.IndexReader;
import org.ap... | [
"bhattaraj21@gmail.com"
] | bhattaraj21@gmail.com |
be2bb74dc70b28de46da9011facddac5e472e582 | 9e23148ed736707f9d7a147edce463171b24b398 | /playlist/Playlist.java | 6bda695a17515f1835bee6bf277fc57f30e70c43 | [] | no_license | Dishakumra/Playlist | b74fe2cff779d5845c8fa679b2093d39c608f0e6 | 57754ae173f3031be1ff243954544658d8a303c1 | refs/heads/master | 2020-12-26T09:50:42.988119 | 2020-01-31T16:40:47 | 2020-01-31T16:40:47 | 237,471,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | import java.util.*;
import java.io.*;
import structure.*;
public class Playlist{
public static void main(String args[])
{
MediaPlayer m=new MediaPlayer();
do{
System.out.println("Welcome to mymediaplayer");
int choice;
int inter;
System.out.println("1 :- Create a new playlist");
System... | [
"noreply@github.com"
] | noreply@github.com |
a8681063b9d6976d7625b88de8ee298add4c492b | 114bf61984d0059a9c0b55faa51867181f6df966 | /sb-config/src/test/java/cn/mh/config/yml/PersonTest.java | 0d6a2c39a1afce4effd5c2cc500f8f97dc6e4084 | [] | no_license | mashenghao/springboot-learn | c30bfd3a46ba91c232fdf93f6b98fc9793e95936 | 265604459da397002355df2074c72ee4f1ea4fae | refs/heads/master | 2020-09-15T23:56:27.285096 | 2019-11-25T12:57:18 | 2019-11-25T12:57:18 | 223,589,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package cn.mh.config.yml;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import static org.junit.Assert.*;
/**
* @program: springboot-learn
* @Date: 2019/11/13 16:58
* @Author: mahao
* @Description:
*/
@R... | [
"2727485259@qq.com"
] | 2727485259@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.