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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19027a4ae6dd0f0740e1dd0ea93babf48cc5c835 | c672d5f26dc34abf2173951384fa5740c71cf16c | /TaskOne.java | 43c6cad185dd61bc1c365f22bf585fc2db23d8da | [] | no_license | Graphickorir/zeraki | c952a5f358480d3867c5cf3614bd94058ab1c531 | 19682ef90f640fa4bb3de810efc64649481e15c0 | refs/heads/main | 2022-12-29T00:24:40.755766 | 2020-10-18T19:52:21 | 2020-10-18T19:52:21 | 305,184,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java |
import java.util.Arrays;
public class TaskOne {
public static void main(String[] args) {
int[] k = {3,5,4,1};
System.out.println(missingInt(k));
}
private static int missingInt(int[] k){
Arrays.sort(k);
int s = k.length;
int val = 0;
for (int i=0;i < s;i++){
if(i+1 == s)... | [
"denniskorir3@gmail.com"
] | denniskorir3@gmail.com |
aedad555fb7022394e21895f9f62f11aca0a39c4 | 75ab89823b3719f9a2aa7f48525b2bd819242e25 | /poto-spring/src/main/java/com/weibo/poto/spring/ParameterResolverFactoryProxy.java | d5f556873560636a1d745e3083794b66975f1118 | [] | no_license | freeCoder-ahl/poto-framework | a5487ebff3c28dd2228231db4b387ea64bccdabc | 4530f082d0010f3f5e904e9296aa6e632e0d2ebb | refs/heads/master | 2023-08-28T23:09:16.036425 | 2021-10-15T04:12:33 | 2021-10-15T04:12:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,011 | java | package com.weibo.poto.spring;
import com.weibo.poto.bus.common.ParametersResolverFactory;
import com.weibo.poto.bus.common.ParametersResolverFactoryImpl;
import org.springframework.beans.factory.FactoryBean;
import java.util.ArrayList;
import java.util.List;
public class ParameterResolverFactoryProxy implements Fac... | [
"shbgoodness@163.com"
] | shbgoodness@163.com |
884a9b6e940155fc3f4698c18e4b4aeb786db2c7 | 16b20c1ef3f133607b9124c36ed10500ac383267 | /test/front_end/view/TestHeader.java | 22957340aabf61d52156087e3b65b6259b36197f | [] | no_license | klhutch/AskNote | 2fbe82ed890998b99ea096b83ac73772594063ee | 927bb40739ecb6bdc0edb60a0d7e0304b9217bf3 | refs/heads/master | 2021-01-18T19:42:12.912978 | 2015-12-05T16:03:56 | 2015-12-05T16:03:56 | 45,583,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | 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 front_end.view;
import java.net.MalformedURLException;
import javax.swing.*;
import view.*;
/**
*
* @author Maha Alkhairy
... | [
"maha.alkhairy@gmail.com"
] | maha.alkhairy@gmail.com |
2868676a14b6aa70af64a6c0e6543f30ba8590a2 | ceb9fe4fece8e1ca5365ab34894f5774091ededc | /Huanke Space/src/com/huanke/api/ProductService.java | 713318ed04dd36c524098a7354b8f79cc0d21804 | [] | no_license | mt5225/Huanke | 89ac547cfa6b2b48566f6e22ee6e14f35261ec33 | a1a46a9d0d26461f718433ad452173808fcfc0bb | refs/heads/master | 2021-01-25T12:09:05.612921 | 2012-03-30T09:25:19 | 2012-03-30T09:25:19 | 3,438,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,940 | java | package com.huanke.api;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import org.ksoap2.serialization.SoapObject;
import com.huanke.api.soap.Constants;
import com.huanke.api.soap.KeyValue;
import com.huanke.api.soap.MessagePars... | [
"mt5225@gmail.com"
] | mt5225@gmail.com |
7cad42dcf9e44f2b2d61b40dc0807d9033b6f693 | 52d4ff710666567921eb04ef3b56aa5e26c75da8 | /app/src/main/java/com/intkhabahmed/solarcalculator/util/AppConstants.java | 43340b34d31e2193928e19cad0e572ed951f8517 | [] | no_license | intkhabahmed/Solar-Calculator | 8c2d6bf75dacdccd5f7eef03bf24de178a2fff35 | f4233f387a76ad34e4c20a6e8259875c05e34e27 | refs/heads/master | 2020-04-16T13:06:18.767867 | 2019-01-14T06:59:09 | 2019-01-14T06:59:09 | 165,611,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.intkhabahmed.solarcalculator.util;
public interface AppConstants {
int MILLIS_IN_A_DAY = 86400000;
/**
* The sunrise and moonrise algorithms return values in a double[] vector
* where result[RISE] is the time of sun (moon) rise and result[SET] is the
* value of sun (moon) set. Sun.ri... | [
"intkhab.ahmed64@gmail.com"
] | intkhab.ahmed64@gmail.com |
0695335a103d073f001ffcbfc50c2012508f8dc2 | eca6896d5817895866beb624a7fd44e16814bddc | /app/src/main/java/com/example/myapplication/Myservice.java | a9dc245472ed30e68df44cef44e706ee5430f87e | [] | no_license | shehzadkhan984/MyApplication | 3837e2fa9db1642e50ca1732bea199689ae70988 | c7e994b64911eeac4f256cd2bac273c421fe700d | refs/heads/main | 2023-03-19T15:38:01.068703 | 2021-03-15T18:17:22 | 2021-03-15T18:17:22 | 327,527,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,034 | java | package com.example.myapplication;
import android.app.Activity;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.media.AudioAttributes;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.SoundPool;
import android.os.Build;
... | [
"31245468+shehzadkhan984@users.noreply.github.com"
] | 31245468+shehzadkhan984@users.noreply.github.com |
209a0c3d9e59affa85f84b97074243c7156020a3 | 9b664f13978672bb3fbb666fb585a0a0556e6a3e | /com.kin207.zn.api/src/main/java/com/wx/pay/util/http/TrustAnyTrustManager.java | e3b951f686051b2eecb60d9c138f3b87ab9df96f | [] | no_license | lihaibozi/javaCode | aa36de6ae160e4278bc0d718881db9abbb5c39c0 | 1fa50e7c88545cfa9d9cd1579d21b1725eef7239 | refs/heads/master | 2020-03-29T18:11:30.894495 | 2018-12-27T03:55:16 | 2018-12-27T03:55:16 | 150,198,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.wx.pay.util.http;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import javax.net.ssl.X509TrustManager;
/**
*
* @author Administrator
*
*/
public class TrustAnyTrustManager implements X509TrustManager{
public void checkClientTrusted(X509Certificate[] cha... | [
"340063567@qq.com"
] | 340063567@qq.com |
0f1964b88578b6330488dd995448e221f40441c3 | d954876ae141ad266e2ebc280e0fcd8c62ffd722 | /app/src/androidTest/java/com/example/pertemuan3_navigationn/ExampleInstrumentedTest.java | 48114e38cc84eaa758415e3f26b6cc383e92fbab | [] | no_license | Irwandy19211013/prak3-19211013-irwandy | 9304b6a2a78b1105f3d8b327cd1c279ac0507ffb | 2d594746e43ebb06b3a212f338cfcf542fe0c837 | refs/heads/main | 2023-08-21T20:21:13.845930 | 2021-10-18T15:57:26 | 2021-10-18T15:57:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package com.example.pertemuan3_navigationn;
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... | [
"irwandytobing31@gmail.com"
] | irwandytobing31@gmail.com |
143f6cbf3b3463a0e6fe888e176d102681117031 | dc25b23f8132469fd95cee14189672cebc06aa56 | /vendor/mediatek/proprietary/packages/apps/Mms/src/com/android/mms/exif/ExifData.java | 52d743c78f911ad7a0c9fc76f5fd2b399fdafde5 | [
"Apache-2.0"
] | permissive | nofearnohappy/alps_mm | b407d3ab2ea9fa0a36d09333a2af480b42cfe65c | 9907611f8c2298fe4a45767df91276ec3118dd27 | refs/heads/master | 2020-04-23T08:46:58.421689 | 2019-03-28T21:19:33 | 2019-03-28T21:19:33 | 171,048,255 | 1 | 5 | null | 2020-03-08T03:49:37 | 2019-02-16T20:25:00 | Java | UTF-8 | Java | false | false | 10,048 | java | /*
* Copyright (C) 2014 MediaTek Inc.
* Modification based on code covered by the mentioned copyright
* and/or permission notice(s).
*/
/*
* Copyright (C) 2012 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 th... | [
"fetpoh@mail.ru"
] | fetpoh@mail.ru |
3f2c75ef87ef26074738b32783e24f7a14091f6d | 60ac2c7e52eee0926f86cb39d1622f02e9f73f90 | /mcclans-api/src/main/java/nl/riebie/mcclans/api/events/ClanHomeTeleportEvent.java | a7e61f593571f831ffb872983b8c0b15cb273822 | [
"MIT"
] | permissive | iLefty/mcClans | a9a19f71b7aa07ac71b2c3586d2cdf0f88908e43 | f24da4f3a5c39124448af81d9a150919ae0c5615 | refs/heads/master | 2021-01-16T18:38:04.574884 | 2017-08-17T18:30:38 | 2017-08-17T18:30:38 | 100,104,303 | 1 | 1 | null | 2017-08-13T13:03:01 | 2017-08-12T10:06:39 | Java | UTF-8 | Java | false | false | 1,590 | java | package nl.riebie.mcclans.api.events;
import nl.riebie.mcclans.api.Clan;
import nl.riebie.mcclans.api.ClanPlayer;
import org.spongepowered.api.event.cause.Cause;
import org.spongepowered.api.event.cause.NamedCause;
/**
* Event fired when a Player attempts to start a clan home teleport. Is fired before the countdown ... | [
"artemka2608@gmail.com"
] | artemka2608@gmail.com |
7cc932a8ac4fda0c2285cfbeee01d103aaa6660c | 6675ae81570c84e5c5feb7d0f0f91301fe57b311 | /storage/sis-storage/src/main/java/org/apache/sis/storage/DataStore.java | 4462690ed2b1ce7eae65676d9b3e9be817b268eb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | GeoPlatform/sis | babf402d7239bf285f6a3c80ca1f5bbdda01b5d5 | 5f24c696d3f54c1dfb5b42342cda2bdb6b80783b | refs/heads/trunk | 2021-01-15T14:34:34.887850 | 2017-01-12T06:01:13 | 2017-01-12T06:01:13 | 78,760,242 | 0 | 0 | null | 2017-01-12T15:41:32 | 2017-01-12T15:41:32 | null | UTF-8 | Java | false | false | 9,400 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"desruisseaux@apache.org"
] | desruisseaux@apache.org |
3ba99ed3fb2ca92ef09f9cffe628600426b371eb | f3f93c4ea9a4996eacf1ef1d643aef5fa214e6f9 | /src/main/java/com/ankamagames/dofus/core/movement/Map.java | f1bc54a0ecffd76fb38118da3c2aa7799e3c96da | [
"MIT"
] | permissive | ProjectBlackFalcon/BlackFalconAPI | fb94774056eacd053b3daf0931a9ef9c0fb477f6 | b038f2f1bc300e549b5f6469c82530b6245f54e2 | refs/heads/master | 2022-12-05T09:58:36.499535 | 2019-10-02T21:58:54 | 2019-10-02T21:58:54 | 188,725,082 | 6 | 0 | MIT | 2022-11-16T12:22:14 | 2019-05-26T19:49:10 | Java | UTF-8 | Java | false | false | 869 | java | package com.ankamagames.dofus.core.movement;
import java.util.List;
public class Map {
private boolean isUsingNewMovementSystem;
private List<CellData> cells;
public Map() {
}
public Map(final boolean isUsingNewMovementSystem, final List<CellData> cells) {
this.isUsingNewMovementSystem ... | [
"baptiste.beduneau@reseau.eseo.fr"
] | baptiste.beduneau@reseau.eseo.fr |
ca448f528d2fa22b026e64d8a8c62c65799e3b55 | 0c4e6bc3812bf822e14269e6728c385722ac3741 | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java | 6b773b5108ad5a3dd24175f4409500d6b00aaba6 | [] | no_license | dipSaha2202/Clima-Fine | 291891d03ed1ca7b3819cb69288ab0d641ed4fb8 | 416b40ccbb4f3162b0d77f0a92a5adb8968ef67a | refs/heads/master | 2020-08-22T07:17:34.957437 | 2019-10-26T06:15:37 | 2019-10-26T06:15:37 | 216,345,727 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,473 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.core;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"dip22febsaha@gmail.com"
] | dip22febsaha@gmail.com |
0cffb76be0a365ddd777f6293d156da2b16cde44 | 8a323b0260bac8a1c275f5934d66e8e89e4954f6 | /Spring/Section02/src/main/java/hello/core/member/MemberServiceImpl.java | 446e0832e65092fc604ee72294d16c4e7cd0541f | [] | no_license | JooMal/withBackendRoadmap | 8717776018c500441e896e0625b19f23f0a3f971 | ff80bed7f79bf09b678a66a10212eb64db9857b3 | refs/heads/main | 2023-03-05T21:54:49.509216 | 2021-02-19T14:21:50 | 2021-02-19T14:21:50 | 326,645,460 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package hello.core.member;
public class MemberServiceImpl implements MemberService {
// 인터페이스 뿐이니까 앞에서 만든 구현 객체를 선택해주어야 한다.
// => DIP를 위반하고 있다.
private final MemberRepository memberRepository = new MemoryMemberRepository();
// 다형성에 의해 override 된 아래의 메소드가 호출된다.
@Override
public void join(Membe... | [
"yl95yl@naver.com"
] | yl95yl@naver.com |
8ba30a3135cc453746020cf780769598b3ec5075 | a716fefd6b6f5d9791c5cbb71dbf2326f6be53af | /src/org/lanqiao/util/mail/MailTest.java | 9edbfdc437335761fa30dbdaf9cf6db5a173eb29 | [] | no_license | czhongwen/oneMovie | a4dc0f0e5ca81615fb9c7c9910fd4427f783c142 | 54670d6cf76c02f1a2f89e54a82c90e10c246384 | refs/heads/master | 2020-04-13T11:39:10.043265 | 2018-12-26T13:00:54 | 2018-12-26T13:00:54 | 163,179,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package org.lanqiao.util.mail;
public class MailTest {
public static void main(String[] args) {
MailSenderProperties mailInfo = new MailSenderProperties();
mailInfo.setMailServerHost("smtp.qq.com");
mailInfo.setMailServerPort("587");
//�����ʼ���������imap.qq.com��ʹ��SSL���˿ں�993
... | [
"goodBoy_glo@gmail.com"
] | goodBoy_glo@gmail.com |
15af9a9096f59ebd3d038036bcdad02f3aa6e21e | 7d8214da0babaf6974ad808aa9a2a7a2dcb7373d | /src/main/java/com/beehyv/confused1/service/CartService.java | 3024ef109d0e53084874db970676325b35f4c3c1 | [] | no_license | AmitGunjanDS/confused | d69e49dad1ef4bf30e29dec5a15102d327aa8acd | 89bb9c49587c4c1c7ea1dd8f26837ee2ca78e0bc | refs/heads/master | 2020-04-01T20:13:04.657887 | 2018-10-18T09:01:01 | 2018-10-18T09:01:01 | 153,593,860 | 0 | 0 | null | 2018-10-18T09:01:02 | 2018-10-18T08:56:23 | HTML | UTF-8 | Java | false | false | 594 | java | package com.beehyv.confused1.service;
import com.beehyv.confused1.DAO.CartDAO;
import com.beehyv.confused1.Model.Cart;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class CartService {
@Autowired
private CartDAO cartDAO;
p... | [
"amit706.gunjan@gmail.com"
] | amit706.gunjan@gmail.com |
015484649fe55c25e0949254a0c1993a5137c30f | 2ce07565d7644586686aa63c256f3288a010c40b | /HxModule/src/com/easemob/easeui/utils/HxApi.java | 640bb03dd3380a7c36f6b66b38fef89c40f64a2b | [
"Apache-2.0"
] | permissive | yundequanshi/TxQipei | 42a3f13d3bf95ecf5681ac45c929aef09f082b88 | 17edbbc47a47f005ee9934c94a43e38bc2deb115 | refs/heads/master | 2021-02-19T09:05:13.905941 | 2020-03-06T09:12:01 | 2020-03-06T09:12:01 | 245,298,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,311 | java | package com.easemob.easeui.utils;
import com.easemob.easeui.model.GroupData;
import com.easemob.easeui.model.HxUser;
import com.easemob.easeui.model.TodoData;
import java.util.List;
import java.util.Map;
import okhttp3.MultipartBody;
import okhttp3.ResponseBody;
import retrofit2.http.Body;
import retrofit2.http.GET;
i... | [
"yundequanshi@126.com"
] | yundequanshi@126.com |
c26ad3aa1c48f3f4fdaa05c8d1e48662be666b87 | ce8997b2c210c73da772c47edbc1fd0c6231d5f1 | /src/test/java/com/seminar/easyCookWeb/EasyCookWebApplicationTests.java | fe3427be4fda9100a6b54c2a6402c48dffd915c2 | [] | no_license | rena311706015/EasyCook | ea4accc37bda5516d61f159f62c7e6edc8751d80 | f980d87b9d62d1c0c701498e61f803f22c0b8d0a | refs/heads/master | 2023-05-25T13:37:39.756774 | 2021-05-12T09:56:37 | 2021-05-12T09:56:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.seminar.easyCookWeb;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EasyCookWebApplicationTests {
@Test
void contextLoads() {
}
}
| [
"b10709036@mail.ntust.edu.tw"
] | b10709036@mail.ntust.edu.tw |
1e4581a04e55fba3e0490e61f6568cc47cf47dd2 | 38ecc65e0e27780bce0e2ba5e3399fb0d33a82cc | /src/main/java/control/AuftragSession.java | fbc11bc3d3a2bc29b6603e56fec7cd90354b5201 | [] | no_license | vid14114/Warenwirtschaft | ad8ccc08f685aa9fddb8f067b7ccd3ba6df089c8 | 852ec249f944284ca95b8fd59a6a4938525533f6 | refs/heads/master | 2022-02-03T14:39:07.116509 | 2016-09-28T13:03:07 | 2016-09-28T13:03:07 | 43,057,982 | 0 | 0 | null | 2022-01-13T18:21:01 | 2015-09-24T09:38:24 | Java | UTF-8 | Java | false | false | 1,220 | java | package control;
import com.esotericsoftware.minlog.Log;
import model.Auftrag;
import org.hibernate.Session;
import org.hibernate.Transaction;
import java.util.List;
/**
* Created by Viktor on 16.05.2015.
*/
public enum AuftragSession {
;
AuftragSession() {
}
public static List<Auftrag> getAllAuf... | [
"vidovicviktor@gmail.com"
] | vidovicviktor@gmail.com |
58a3b6c69099d3bd4266384b9fee9ccc5a0583fb | 794473ff2ba2749db9c0782f5d281b00dd785a95 | /trunks/qiubaotong-server/qbt-system-web/src/test/java/com/qbt/test/ComposeImageTest.java | 030554bd9933d04ddb4efb2f9e8f3207a842ff6b | [] | no_license | hexilei/qbt | a0fbc9c1870da1bf1ec24bba0f508841ca1b9750 | 040e5fcc9fbb27d52712cc1678d71693b5c85cce | refs/heads/master | 2021-05-05T23:03:20.377229 | 2018-01-12T03:33:12 | 2018-01-12T03:33:12 | 116,363,833 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | package com.qbt.test;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import javax.imageio.ImageIO;
public class C... | [
"louis.he@missionsky.com"
] | louis.he@missionsky.com |
df4a2f9613471ccabd1bf2aa48dd61cf24c1b49a | caa5168f469bce57918694f3fb59853a424405c4 | /src/main/java/com/cyberway/spring_boot_starter_cqrs/domain/EventListenerHandle.java | 8a5bfeaec8b0cac4eefbaa181415a7488a1664d8 | [] | no_license | kanouken/springboot-starter-cqrs | e14f2e66f30b1c5196b47583344992efafcecb31 | 829d31116e29b3c6f41321ad7ab990ab04817999 | refs/heads/master | 2020-05-09T20:09:01.393168 | 2019-04-15T02:37:02 | 2019-04-15T02:37:02 | 181,396,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.cyberway.spring_boot_starter_cqrs.domain;
import java.util.List;
public class EventListenerHandle {
private Class<? extends Object> clazz;
public Class<? extends Object> getClazz() {
return clazz;
}
public void setClazz(Class<? extends Object> clazz) {
this.clazz = clazz;
}
List<EventHandleM... | [
"xnengquan@cyberway.net"
] | xnengquan@cyberway.net |
eba67e422f03b8f365c4315eb501d3f08fe09373 | 0a12bd827c3c48add9f5f400763a87ea69631faf | /velocity/src/main/java/bboss/org/apache/velocity/anakia/NodeList.java | 4d570d870bf4fba1d45a6e71236b7b39c4ab4e08 | [] | no_license | sqidea/bboss | 76c64dea2e0ecd2c8d4b7269021e37f58a5b4071 | d889e252d2bbf57681072fcd250a9e4da42f5938 | refs/heads/master | 2021-01-18T18:50:21.077011 | 2013-10-15T15:31:53 | 2013-10-15T15:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,988 | java | package bboss.org.apache.velocity.anakia;
/*
* 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 A... | [
"gao.tang@oceanwing.com"
] | gao.tang@oceanwing.com |
c19d25a3092b6d6a27c57ac9e27d4e5606e7c109 | 42c6b3676bb3f3e228555ef89ce937d0269d75aa | /app/src/main/java/com/qixiu/newoulingzhu/mvp/view/fragment/home/caculator/TrafficFragment.java | ea356917ca779077f861a0d9655d36bcf4654375 | [] | no_license | q37141826/new_wangchang | 61ee67af4ab07cf24e897e5d0848d74e091ba3f2 | 252a5418759e8d5d3d2369ff24eac7382bc5ffc2 | refs/heads/master | 2020-04-03T14:03:17.847515 | 2019-04-01T03:43:46 | 2019-04-01T03:44:46 | 155,309,950 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,080 | java | package com.qixiu.newoulingzhu.mvp.view.fragment.home.caculator;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import com.qixiu.newoulingzhu.mvp.view.ac... | [
"272670440@qq.com"
] | 272670440@qq.com |
c6381f8e4b585f380c7ea7eb87ff70e5f6800a88 | 7d4fbcd94c956d285bf8d66d5f9f32ddc730f51e | /src/test/java/de/wellnerbou/chronic/replay/ChronicReplayIT.java | 2025605d1a7bb39651f84846633a766ce1575aef | [
"Apache-2.0"
] | permissive | schreibe72/chronicreplay | 6be9b4836b2680cd32b823c8abbf98f7a502705f | 6f478a0bcd7cf56945f558bf2d026bea7a882cb6 | refs/heads/master | 2021-01-11T05:55:35.143088 | 2016-03-29T05:40:36 | 2016-03-29T05:40:36 | 69,351,328 | 0 | 0 | null | 2016-09-27T11:50:04 | 2016-09-27T11:50:03 | null | UTF-8 | Java | false | false | 359 | java | package de.wellnerbou.chronic.replay;
import org.junit.Test;
import java.io.IOException;
public class ChronicReplayIT {
@Test
public void testRun() throws IOException {
String[] args = new String[] { "--host=http://localhost",
"--logfile=src/test/resources/combined-log-example.log",
"--logreader=combine... | [
"paul@wellnerbou.de"
] | paul@wellnerbou.de |
c86b851531760bdd03d53c9ea69bc40d82066511 | 06f5e887b757c3a594a95db8079582519f321be3 | /src/view/MainWindow.java | a0db68267136dfe5f24f9196b4684fc3952cec79 | [] | no_license | gramzanber/Deep_Space | 38600613052c7eac42f39387a2c5d4265e0ff975 | 7328fb0a135598c15f4f723e9bd061c7656a3646 | refs/heads/master | 2020-06-19T19:54:24.640577 | 2016-11-26T16:22:32 | 2016-11-26T16:22:32 | 74,836,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | java | // Author: Tyrel Tachibana
// Course: CMSC 3103 - Object Oriented SW Design & Construction
// Semester: Fall, 2015
// Project: Term Project
// Created: October 31, 2015
package view;
import controller.ButtonListener;
import controller.KeyController;
import controller.Main;
import controller.MouseCon... | [
"ttachibana@Suzunomia.local"
] | ttachibana@Suzunomia.local |
b3f813d3b249f3d9748b4ee1c1cf4080a1ff7fb4 | b07e61f16cdf293b90565fda238181c846d2fa3b | /nb-mall-develop/nb-weixin/src/main/java/com/nowbook/weixin/weixin4j/message/event/PicWeixinEventMessage.java | f4ea7969eeefc569dbe59b1dd00cc273f26c9fa2 | [] | no_license | gspandy/QTH-Server | 4d9bbb385c43a6ecb6afbecfe2aacce69f1a37b7 | 9a47cef25542feb840f6ffdebdcb79fc4c7fc57b | refs/heads/master | 2023-09-03T12:36:39.468049 | 2018-02-06T06:09:49 | 2018-02-06T06:09:49 | 123,294,108 | 0 | 1 | null | 2018-02-28T14:11:08 | 2018-02-28T14:11:07 | null | UTF-8 | Java | false | false | 948 | java | package com.nowbook.weixin.weixin4j.message.event;
import com.nowbook.weixin.weixin4j.message.EventType;
import com.nowbook.weixin.weixin4j.message.SendPicsInfo;
/**
* 自定义菜单事件
*
* 弹出微信相册发图器的事件推送
*
* @author qsyang
* @version 1.0
*/
public class PicWeixinEventMessage extends EventMessage {
//事件KEY值,与自定义菜单接... | [
"jameshsu4879@163.com"
] | jameshsu4879@163.com |
2efb9b5f72b6b40ba479f033667f351e8908222b | 58dc25bdad9ed995560749976ce8f2e36b5e31b2 | /src/test/java/rmuti/lab33333/TestArrayList.java | 4e56a83f3420f57c8edeaea6ac5d500d2cda29c2 | [] | no_license | apiches/lab3 | 672c146e82943bfad7b0814b12a11716461db55f | 19708ad478965df81b9591c66022bef3c0a71457 | refs/heads/master | 2021-08-31T03:35:44.987450 | 2017-12-20T08:23:48 | 2017-12-20T08:23:48 | 114,861,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package rmuti.lab33333;
public class TestArrayList {
public static void main(String[]args){
ArrayList lst = new ArrayList();
lst.add(0,"10");
lst.add(1,"11");
lst.add(2,"13");
lst.add(3,"15");
lst.add(4,"20");
lst.add(5,"60");
lst.add(6,"80");
System.out.println(lst);
}
}
| [
"apiches_not@hotmail.com"
] | apiches_not@hotmail.com |
e12e02399e1dfc4055795abd969ebe6089e5035d | 6de572ce9a6382f8235157331776ddfbe214ac39 | /ChatParser/src/main/java/org/starnub/chatparser/ChatParser.java | 1790d8ca0640f994f12c78a27b915d7e0cd0b81a | [] | no_license | balr0g/StarNubJavaPlugins | 14d14506b753d23dc4f8650dfe37a23fb34bdd94 | 56bf3fa103deb7a052b9abd3de42869555cd06c1 | refs/heads/master | 2016-09-05T23:25:24.950629 | 2015-01-29T06:14:36 | 2015-01-29T06:14:36 | 30,116,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,417 | java | /*
* Copyright (C) 2014 www.StarNub.org - Underbalanced
*
* This file is part of org.starnub a Java Wrapper for Starbound.
*
* This above mentioned StarNub software 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 Founda... | [
"admin@myfu.net"
] | admin@myfu.net |
a47fec55c2f4535e2f1ba45863f3f557c9f65c4f | 840fa0e17f2ddf0530c05c7c8d4cd6f808710fe8 | /src/model/Quarto.java | fec28653970a258f986f883d8ef0f5b94c14512e | [] | no_license | cunhaluisg5/Prova2_Interface_Usuario | 6360cea559c7e52a31cef813af12afe207276763 | 098fe84bea1c6d4dc6ba68a83dda799a07afda9c | refs/heads/master | 2020-04-12T06:03:30.492890 | 2019-07-13T00:27:48 | 2019-07-13T00:27:48 | 162,341,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,011 | java |
package model;
import java.util.Calendar;
/**
*
* @author Luis Gustavo
*/
public class Quarto {
private int numero;
private String tipo;
private double valorDiaria;
private Cliente cliente;
private Calendar dataLocacao;
private int diasLocados;
public Quarto() {
... | [
"cunhaluisg5@gmail.com"
] | cunhaluisg5@gmail.com |
a4d10b0e9b833382cbedc1771d3550c0c5b7af15 | 61f48d41a060ec5b5f34e5ca85973cd1e2b9a56b | /revierwer/src/test/java/com/kafka/Consumer.java | 157175640c15ded1a84aa3c510d7900aebf46126 | [] | no_license | chinazzl/SpringBootLearn | ae6a77c1f6d9b0f4a44fae5d9af3afc24c1e265d | 8ce3cda978971f3bebde5def1a2b8ce5fa8a5e28 | refs/heads/master | 2023-09-03T19:34:47.855218 | 2023-08-23T07:18:58 | 2023-08-23T07:18:58 | 96,967,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.kafka;
import java.util.concurrent.TimeUnit;
/**********************************
* @author zhang zhao lin
* @date 2022年09月15日 22:36
* @Description: kafka 消费者
**********************************/
public class Consumer {
public static void main(String[] args) {
Consumer_ExcutorService excutor... | [
"coderzzl@163.com"
] | coderzzl@163.com |
1b6aaed6b1e6f76e5e731a5470b8e63400cf4ff6 | ddcc8d54832833926909d0b1b65f65b21d9ab1c3 | /CustomerRelationshipManagement/crm_zhaiJinHeng/src/com/crm/dao/IReceivablesDao.java | ac7cf4ef96bf04267b4640902a3202ed2a304f14 | [] | no_license | xhuanghun/JavaTour | 20bc8864f1a88586f95b2e1ad400e4d58636a5d6 | 708c51fa0e605dabb3d78e8d075d2ba225e1a1cd | refs/heads/master | 2021-01-24T18:37:56.057425 | 2016-12-10T15:45:05 | 2016-12-10T15:45:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | package com.crm.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.crm.model.Receivables;
public interface IReceivablesDao {
/**
* 分页查询商品类别列表
* @param from
* @param pageSize
* @return
*/
public List<Receivables> findReceivables(@Param("from")int from, @Param("pageSize")in... | [
"1453742693@qq.com"
] | 1453742693@qq.com |
bb7b40d9e2ed8bb07119ef8e168638c7ec22483a | 243cd93e65191064859c91d9b4df9594370bdc69 | /DriveApp/DriveApp/DriveApp.Android/obj/Debug/android/android/support/coreui/R.java | 8264e47bc30f0c4f4d46fee56cc5eaf5faba4081 | [] | no_license | Meesvdhoff/DatabaseControllertest | c4dd1e4a10ff0a5771d742dd64f0b4e7f62c3c19 | 13590bcccde43ed86b369bd009f6b27197ab9a1c | refs/heads/master | 2021-08-31T04:13:52.442532 | 2017-12-20T09:50:31 | 2017-12-20T09:50:31 | 112,484,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634,982 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreui;
public final class R {
public static final class anim {
public static final int abc_fade_in=0... | [
"PS156949@summacollege.nl"
] | PS156949@summacollege.nl |
b22ccd312454224b344414bffb2dcd5f814428b8 | 9d49cbd54990e2e0c7f10741fbd9dc3e640e01ad | /sma-store-service/src/main/java/store/StoreServiceApplication.java | 65b6a2e279bbecd06b7ca84104312a84879bea33 | [] | no_license | adi-consulting/SMA-store | 1638ba4891d04535f1b35e1cc021e244c4855f7f | 8dc4948c04b8f3682bf8f93abad6b214bae28d51 | refs/heads/main | 2023-07-25T12:13:32.200716 | 2023-07-10T20:59:48 | 2023-07-10T20:59:48 | 306,843,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package store;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableDiscoveryClient
@SpringBootApplication
public clas... | [
"aliounediouf@mbp-de-alioune.home"
] | aliounediouf@mbp-de-alioune.home |
ae5d2a02af623f13bc7006c35c59eca7844cc8c1 | 78022b8b2835562c4359084b0e3c609367752abe | /src/test/NewViewPage.java | d46f848f805e89bad5b01b733f1565d2bba1174f | [] | no_license | cxu123/turbulent-octo-kumquat | f1407a5cb3148bcf12cf96ee3c025cd79a7cc8dd | e74201df3fa2724586baf113dddb02a977994214 | refs/heads/master | 2016-08-11T14:27:53.781239 | 2015-09-27T09:07:28 | 2015-09-27T09:07:28 | 43,241,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package test;
import android.content.Context;
import android.support.v4.view.ViewPager;
public class NewViewPage extends ViewPager {
public NewViewPage(Context context) {
super(context);
// TODO Auto-generated constructor stub
}
@Override
public void setCurrentItem(int item, boolean smoothScrol... | [
"496355474@qq.com"
] | 496355474@qq.com |
650385840761fc24faf3b14a0841d3e23ef59be0 | 0b94924326b62fc7e6f9e9f1549146d2b0d34d6c | /Counting/Main.java | 0bb9c31bfc3c2cb4368ccba9a5aa689b233a9fba | [] | no_license | Miluuu19/Playground | d826564b62a25d23425c95de80348c5a8f294b14 | cec76d6e9463ac6535890773069a8a0a541df8ed | refs/heads/master | 2021-05-24T18:57:33.139313 | 2020-05-29T04:25:03 | 2020-05-29T04:25:03 | 253,707,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | #include<iostream>
#include<string.h>
using namespace std;
int main()
{
char str[200];
int v=0,c=0,w=0,d=0,s=0;
cin.get(str,200);
for(int i=0;i<strlen(str);i++){
char temp=str[i];
if(temp=='a'||temp=='e'||temp=='i'||temp=='o'||temp=='u'||temp=='A'||temp=='E'||temp=='I'||temp=='O'||temp=='U')
v++;
... | [
"59786001+Miluuu19@users.noreply.github.com"
] | 59786001+Miluuu19@users.noreply.github.com |
90c656a39182f7376a85276921223a83ddcee41c | 2c444f33be21ea517a6b4be41a4d5ce9f18bdf6c | /simple-test/src/main/java/com/pt/spi/test/Car.java | 4a38710168cd40bcbd0104a4a8ea2ae34b36115c | [] | no_license | tonypengtao/test | be85c97893f7d2409d371ff30da1ba5e4275ea0c | cae19a10b1d1fd59b8a0f9ce99da962d26168a08 | refs/heads/master | 2022-08-03T22:18:52.273355 | 2022-02-25T01:50:03 | 2022-02-25T01:50:03 | 189,513,003 | 1 | 0 | null | 2022-07-15T21:09:50 | 2019-05-31T02:22:48 | Java | UTF-8 | Java | false | false | 136 | java | package com.pt.spi.test;
public class Car implements IRun {
@Override
public void run() {
System.out.println("car run...");
}
}
| [
"tonny_ok@protonmail.com"
] | tonny_ok@protonmail.com |
e186efe89bc0fc6caeba57f5e00e462871325403 | b780c6d51def4f6631535d5751fc2b1bc40072c7 | /generated_patches/traccar/mc/2021-02-25T12:04:01.246/209.java | 40d2a730b993039be5be90f8edf99b0117e2cc51 | [] | no_license | FranciscoRibeiro/bugswarm-case-studies | 95fad7a9b3d78fcdd2d3941741163ad73e439826 | b2fb9136c3dcdd218b80db39a8a1365bf0842607 | refs/heads/master | 2023-07-08T05:27:27.592054 | 2021-08-19T17:27:54 | 2021-08-19T17:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,936 | java | package org.traccar.protocol;
import java.net.SocketAddress;
import java.nio.ByteOrder;
import java.nio.charset.Charset;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel... | [
"kikoribeiro95@gmail.com"
] | kikoribeiro95@gmail.com |
fd237b93bdecb369982dcbb5e73828bc844a5a25 | dc272f4437094d0a58b05722beb4d14004b3b18b | /project-zzboot-system/component-zzboot-system/module-zzboot-system-controller/src/main/java/com/zzboot/system/controller/LoginController.java | 7dc295ec9aacbe86d25248b6ce37f5ccb679b9a9 | [
"Apache-2.0"
] | permissive | zhonglh/zzboot-framework | e64d12b548c3edafa45d1447ffc247e7fa095e4f | feda2c035e951606372f70b8c6c5ac21dbe0e1d9 | refs/heads/master | 2022-12-21T10:30:28.296630 | 2019-07-26T02:09:50 | 2019-07-26T02:09:50 | 188,630,777 | 0 | 0 | Apache-2.0 | 2022-12-14T20:39:25 | 2019-05-26T02:11:47 | Java | UTF-8 | Java | false | false | 6,294 | java | package com.zzboot.system.controller;
import com.google.code.kaptcha.Constants;
import com.google.code.kaptcha.Producer;
import com.zzboot.framework.controller.BaseController;
import com.zzboot.framework.core.db.entity.ILoginUserEntity;
import com.zzboot.framework.core.vo.AjaxJson;
import com.zzboot.framework.core.enu... | [
"493843721@qq.com"
] | 493843721@qq.com |
b06bf7b79f9c083d0933eceb38e2a18f8a6d84f8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_f4821f94fe54cc728f478e5e0aebab7611015c53/LauncherModel/18_f4821f94fe54cc728f478e5e0aebab7611015c53_LauncherModel_t.java | ed9228a4cd7d4cbe250f716d02921ab369ba3bd9 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,744 | java | package com.dympy.endless.home;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import android.annotation.SuppressLint;
import android.app.Application;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProviderInfo;
i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
63ca7c71c3dc02c35e235aaacf398ddb455aff48 | 825be287bd63c97249b341e89349bcda9977935b | /src/main/java/com/store/productcatalog/repository/CategoryAttributesRepository.java | 8a39bc5fe656245e1b4582aaadec12f0d223de1d | [] | no_license | shahrohan05/ProductCatalog | eebfaddd28f868b9c7ecf5d1bd54199cfe5d8992 | a8c5816e1345ddef57f63ba44fb053693d35a520 | refs/heads/master | 2023-07-17T19:22:55.259155 | 2021-08-31T06:14:28 | 2021-08-31T06:14:28 | 401,593,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.store.productcatalog.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.store.productcatalog.model.CategoryAttributeId;
import com.store.productcatalog.model.CategoryAttributes;
public interface CategoryAttributesRepository extends JpaRepository<C... | [
"shahrohan005@gmail.com"
] | shahrohan005@gmail.com |
991b3b71c866df734a05add33b2c8b06602b0bd9 | 95c3335488a4814a7af4429784c7d126b69fbcc5 | /SimulatorRobot/src/test/SquareTableTopTest.java | e66c2a7224c9c724629039aeade2f771992558b8 | [] | no_license | naveengundubilli/Simulator-Robot | 6896f7ced318ddf38fd517bb685bae6707c7fc52 | ba597761dee45f74a1812b446430425e4944bfb9 | refs/heads/master | 2020-04-06T07:03:52.249535 | 2015-09-22T11:56:48 | 2015-09-22T11:56:48 | 42,930,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package test;
import org.junit.Assert;
import org.junit.Test;
import com.robot.simulator.Position;
import com.robot.simulator.SquareTableTop;
import static org.mockito.Mockito.*;
public class SquareTableTopTest {
@Test
public void testIsValidPosition() throws Exception {
Position mock... | [
"naveenkumar.gundubilli@gmail.com"
] | naveenkumar.gundubilli@gmail.com |
3565ba229998cd225616dae1d428ba4fbba39fa9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_9828371b4a7b113db904e8f46f26f131f6295bf0/DatabaseHandler/2_9828371b4a7b113db904e8f46f26f131f6295bf0_DatabaseHandler_s.java | bc2d2c6e28bfa35348f42353141c7d576096e57a | [] | 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 | 19,288 | java | /**
*
*/
package edu.usc.cs587.examples.dbhandlers;
import java.lang.reflect.Array;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f159b9f8d3d3abbe88531931fe4a5d06a8e91cf0 | 28fb9884e4b35831bbccf3ead11296bf08272173 | /estatioapp/app/src/test/java/org/estatio/module/application/integtests/capex/invoice/IncomingInvoice_complete_syncToCoda_IntegTest.java | 96036c58c40f6c8f735e86fbca86a1a34bcf748e | [
"Apache-2.0"
] | permissive | grandPiano/estatio | 1703191d57f4a784fbfa33f96cd3fe68ce66a575 | 3923f15a59fc13dff2aa181e89dbd4fa6750c107 | refs/heads/master | 2020-08-12T18:39:28.628482 | 2019-10-04T09:33:09 | 2019-10-04T09:33:09 | 214,820,841 | 1 | 0 | Apache-2.0 | 2019-10-13T13:00:55 | 2019-10-13T13:00:55 | null | UTF-8 | Java | false | false | 3,753 | java | package org.estatio.module.application.integtests.capex.invoice;
import javax.inject.Inject;
import org.joda.time.LocalDate;
import org.junit.Before;
import org.junit.Test;
import org.apache.isis.applib.fixturescripts.FixtureScript;
import org.apache.isis.applib.services.queryresultscache.QueryResultsCache;
import o... | [
"sander@ginn.it"
] | sander@ginn.it |
85f106d39cbfc717bdb1dc949759ae95cd53a826 | c6352f6a45bc3ddfc82ffbba063b0c8939613ac7 | /src/client/net/sf/saxon/ce/trans/DecimalFormatManager.java | 89daf5843e0c37d05b0731966184b979746a3c9e | [] | no_license | bitfabrikken/Saxon-CE | 33a4e2d05965d87a2bb9c0bca13b4a1ac3efcfce | b7a0ecf542f177c0669ac225741b4773d9066312 | refs/heads/master | 2023-04-13T05:08:22.237748 | 2021-04-09T18:04:32 | 2021-04-09T18:04:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,988 | java | package client.net.sf.saxon.ce.trans;
import client.net.sf.saxon.ce.lib.NamespaceConstant;
import client.net.sf.saxon.ce.om.StructuredQName;
import java.util.HashMap;
/**
* DecimalFormatManager manages the collection of named and unnamed decimal formats, for use by the
* format-number() function.
*
* <p>In XSLT,... | [
"oneil@saxonica.com"
] | oneil@saxonica.com |
5731ab534bebd0fd4c478c3c07b40f83682c63b7 | a0477e396e410883fc7cda8a46fa31f85ff8c1ad | /spring5projectdemo/chapter3/src/main/java/com/test/aspectj/expression/execution/AspectJExpressionDemo.java | 94f3c1c49533d7684f02f04e457e472d1be53442 | [
"MIT"
] | permissive | kingreatwill/java_study | 1103c693eb2e45e7dab1c875f74da61fd24e22a2 | 089c910af815c12dbf118e4a76df3b759d25c3e3 | refs/heads/master | 2022-11-24T07:57:52.517950 | 2020-01-15T08:00:24 | 2020-01-15T08:00:24 | 205,988,202 | 0 | 0 | MIT | 2022-11-16T11:33:18 | 2019-09-03T04:21:17 | Java | UTF-8 | Java | false | false | 788 | java | package com.test.aspectj.expression.execution;
import com.test.aspectj.expression.Factory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @Author zhouguanya
* @Date 2018/9/100
* @Description 测试execution增强
*/
public class Aspe... | [
"350840291@qq.com"
] | 350840291@qq.com |
781e1e03fb58f17af649e3a14054dcbaf3db65b6 | 4db2cd8b00af4d3e9fa8b5d9196c5a1597273f90 | /src/Abstractions/Server.java | d25d1b8d0a077c3ed7791bf51cf2514d530b247b | [] | no_license | hu1732030/JavaRushHour | 3c879ab0c17be256eb0390777c91a462170f309b | 1dedb31cc9b2386de1c74250ec73a23ea39cd8d4 | refs/heads/master | 2020-06-25T06:30:33.675483 | 2017-10-31T02:41:13 | 2017-10-31T02:41:13 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 7,196 | java | package Abstractions;
import java.io.*;
import java.net.*;
import java.util.*;
import javax.swing.*;
import Main.GamePanel;
import Main.MultiFrameFuncPanel;
import Main.UtilPanel;
public class Server{
private static ServerSocket serverSocket;
private static ServerThread serverThread;
private static ArrayLis... | [
"704847159@qq.com"
] | 704847159@qq.com |
1f8f17390827d8d3391fc4df9a5af1de0f7c0f79 | 116c07777afe023aa9500846f2d5c5edaf9aa70a | /src/main/java/com/herokuapp/dragoncards/encoders/CreatePlayerMessageEncoder.java | 5c8cc385e37d3f7787493f23ed3b8f86f7a30a6b | [] | no_license | jacksonrayhamilton/dragoncards | 8b0f5054ffdd50cd274a67ec9622b76bdfaa2652 | fc39501a93e74b6bc93a02706b4a53ad8c245826 | refs/heads/master | 2021-01-22T13:08:19.913780 | 2014-05-12T10:15:18 | 2014-05-12T10:15:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package com.herokuapp.dragoncards.encoders;
import javax.json.Json;
import javax.websocket.EncodeException;
import javax.websocket.Encoder;
import javax.websocket.EndpointConfig;
import com.herokuapp.dragoncards.messages.server.CreatePlayerMessage;
public class CreatePlayerMessageEncoder implements
Encoder.Text<... | [
"jackson@jacksonrayhamilton.com"
] | jackson@jacksonrayhamilton.com |
4395eb6c5131e6d98135eeb61cb578a7e37ec2b6 | 2be82a0c6b595f1f587a68535882eff295e67638 | /src/generated/java/com/prowidesoftware/swift/model/mt/mt0xx/MT063.java | 5acf4595765d18cc55fab7e6fe3b0e0180d83523 | [
"Apache-2.0"
] | permissive | monxlerx/prowide-core | f707f08b6cd7a9f4c641295b82c9ce8292e1d055 | 6a2fbaf17fd0657f5d09057f7ffa448c5d944822 | refs/heads/master | 2023-03-10T06:07:21.955044 | 2020-12-23T18:07:45 | 2020-12-23T18:07:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,546 | java | /*
* Copyright 2006-2020 Prowide
*
* 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... | [
"sebastian@prowidesoftware.com"
] | sebastian@prowidesoftware.com |
6d7b5e771423601066e0973e17417ed73d65e3d6 | 0b878b730cf56f062169c6869a249674929506df | /src/main/java/org/training/controller/filter/AbstractFilter.java | 7194ff790e1ee2f07b43e3dab0caaabc684460b3 | [] | no_license | OnishchenkoDmitriy/MyCar4New | 1f0c91abe26fc7da33c2295dfed9a5670eff253a | 5f67d095eac9077cfbad079fc8b14248d60e0d3f | refs/heads/master | 2021-05-10T16:16:23.526358 | 2018-02-15T11:05:42 | 2018-02-15T11:05:42 | 118,573,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package org.training.controller.filter;
import org.training.constant.global.Roles;
import org.training.constant.jsp.JSPPages;
import org.training.constant.jsp.RequestAttributes;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.ht... | [
"faoksss@outlook.com"
] | faoksss@outlook.com |
7293480bbfd1ccfa8a8810d6c11737125925fd00 | 232ad89f519202e9b80b7a4dd9bd42fb53c8a1fe | /src/main/java/erp/ui/list/EmployeeTablePanel.java | 5f2d3038a9281b9148b06c350358826aa67e2769 | [] | no_license | kilhyeon/erp | 035d7bccf0d1a4c96c03d77e579a63844346c23f | 4f7ce1cfac9778213bbfb7e0abc37db269102aec | refs/heads/master | 2023-03-20T20:46:25.347259 | 2021-03-17T03:32:43 | 2021-03-17T03:32:43 | 346,889,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package erp.ui.list;
import javax.swing.SwingConstants;
import erp.dto.Employee;
import erp.service.EmployeeService;
import erp.ui.exception.NotSelectedException;
@SuppressWarnings("serial")
public class EmployeeTablePanel extends AbstractCustomTablePanel<Employee> {
private EmployeeService service;
@... | [
"tizona@naver.com"
] | tizona@naver.com |
5a0490d51813164153d8ea8b66923b5f5c0c98c3 | 2bbb3d94603c58f95f54cbae7e3ad5a0d388d83b | /src/test/java/org/hjdskes/id2202/AllTests.java | 524976bda6cc8e5d6fe8fc4947e9f10ed2b7da5c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | mkgobaco/minijava | ae8a08dc5add870dfb8eae158489d18f7f8ea983 | 9786c16592d3dc0bc9ae89fc4c521bd77e512316 | refs/heads/master | 2021-05-31T02:26:52.199739 | 2015-12-17T20:10:56 | 2015-12-17T20:25:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,077 | java | package org.hjdskes.id2202;
import org.hjdskes.id2202.ast.IdentifierTest;
import org.hjdskes.id2202.ast.ListTest;
import org.hjdskes.id2202.ast.ProgramTest;
import org.hjdskes.id2202.ast.classes.FormalTest;
import org.hjdskes.id2202.ast.classes.MainClassTest;
import org.hjdskes.id2202.ast.classes.MethodDeclTest;
impor... | [
"hjdskes@gmail.com"
] | hjdskes@gmail.com |
c44567b05826415f82dd6614013216a6dadcd342 | ffb44f90bae8c7f409513f38e1c6fc5c50e7c84f | /day_10/bookshop/src/main/java/com/epam/bookshop/home/view/controller/HomeController.java | e382f716e74d1ee16e5c72facfdc83f155d1a4bf | [] | no_license | Ch3m15T/hwsw-advanced | be224ad9f1d2c4a2c14637abefddab51ea48994a | 833e258204df5ed04d5a7a843825d233902242f5 | refs/heads/master | 2022-02-05T17:38:42.711415 | 2016-11-07T17:53:45 | 2016-11-07T17:53:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,166 | java | package com.epam.bookshop.home.view.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import ... | [
"Endre_Ferencz@epam.com"
] | Endre_Ferencz@epam.com |
3e2a98e807d8704fc812ea3df9f271c776d938e4 | 21f9fd8066022aea272f89207a452aaedb96109c | /src/main/java/com/aws/codestar/projecttemplates/Reprisitory/PlayerRep.java | 63ef9208100a40d15f1afd9fcf1a36476f0dad45 | [] | no_license | ddneprov/leagueManager | bbb5aa7afda46d8cda4d6ae6eca3b19cf4824317 | a5ccd4b12d040f7cfa6a0bc4e78d4a095b796059 | refs/heads/master | 2023-04-26T18:09:37.564057 | 2021-04-13T15:31:48 | 2021-04-13T15:31:48 | 244,411,060 | 0 | 0 | null | 2023-04-14T17:43:36 | 2020-03-02T15:52:24 | Java | UTF-8 | Java | false | false | 637 | java | package com.aws.codestar.projecttemplates.Reprisitory;
import com.aws.codestar.projecttemplates.domain.Player;
import org.springframework.data.repository.CrudRepository;
import javax.persistence.criteria.CriteriaBuilder;
import java.util.List;
public interface PlayerRep extends CrudRepository<Player, String> {
p... | [
"ddneprov_24@mail.ru"
] | ddneprov_24@mail.ru |
bc5adf6c9414b4f1d5bcb4651989c1671aa5dbac | bd4fef4d4ac6bdd8b252720e1f281059dc04c465 | /demoqa/src/demoqa/AutomationPracticeForm.java | add26a8c6005d3f4e7544bc9a0c32e489806db83 | [] | no_license | PunishDave/Selenium_scripts | bff4172cdb8fc177f985e757d1aa6083b9b5ec5b | f6568a42da132b04f385fdeb5d7b7f51b3aad802 | refs/heads/main | 2023-03-23T02:34:11.398757 | 2021-03-02T11:41:18 | 2021-03-02T11:41:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,232 | java | package demoqa;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class AutomationPracticeForm {
public static void main(String[] args) throws InterruptedException {
//... | [
"insathius@gmail.com"
] | insathius@gmail.com |
7e2276f5714ccbf7b6f5a989710d01b91e48c0c5 | b1389dcb4d82162c207405876ca2e9a6073fa4b5 | /Aula13/Lobo.java | 3d2eb816121ab89a1272507da2c4cc6b2764b1db | [
"MIT"
] | permissive | Sebenta/Curso-de-POO-usando-o-Java | 23fe38fbf10ee4ea699c9ee1be3262c5fe4d6e0b | 69c607fe2046c9245fea362031bfb2175e26575d | refs/heads/master | 2022-04-23T16:04:40.283083 | 2020-04-11T23:54:00 | 2020-04-11T23:54:00 | 254,965,511 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | /**
*
* @author Code36u4r60
*/
public class Lobo extends Mamifero {
public Lobo() {
}
public Lobo(String corPelo, float peso, int idade, int membros) {
super(corPelo, peso, idade, membros);
}
@Override
public void emitirSom() {
System.out.println("Auuuuuuuuuuuuuuuuuu");
... | [
"al22653@utad.eu"
] | al22653@utad.eu |
1bbc22342ffbde50892be074bf4b74d1a31bedd4 | 19c445c78c95e340dac3c838150c40e1580b4e92 | /src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/TestDefaultForTreeNodes.java | b196740edfa97406eaac565ea42aec3bdfcb6415 | [
"Apache-2.0"
] | permissive | FasterXML/jackson-databind | c718cf79367c61e8e56c35defe3d8a75d8969c1c | 39c4f1f5b5d1c03e183a141641021019b87e61a0 | refs/heads/2.16 | 2023-08-29T00:20:02.632707 | 2023-08-26T01:58:29 | 2023-08-26T01:58:29 | 3,038,937 | 3,270 | 1,604 | Apache-2.0 | 2023-09-12T16:54:41 | 2011-12-23T07:17:41 | Java | UTF-8 | Java | false | false | 1,365 | java | package com.fasterxml.jackson.databind.jsontype.deftyping;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.testutil.NoCheckSubTypeValidator;
public class TestDefaultForTreeNodes extends BaseMapTest
{
public static class Foo {
... | [
"tatu.saloranta@iki.fi"
] | tatu.saloranta@iki.fi |
1dd6e131a9d283a2f5469c4e9c18bc31b9a6a8c2 | eacf4e2dfe4d5c48094586526d07f380fffebb4c | /android-support/src/main/java/android/support/annotation/RequiresPermission.java | 8cece30f3e2c51b8eb817e702c396c08ff8d6d8a | [] | no_license | bxvip/android-support | 0653dde6918702fc2164521ecb5d96803e0e5db8 | b7885edf45b18963f0a04786633e4b49476b7fe8 | refs/heads/master | 2021-06-06T21:16:53.454869 | 2020-08-08T07:33:47 | 2020-08-08T07:33:47 | 134,290,727 | 0 | 6 | null | null | null | null | UTF-8 | Java | false | false | 4,910 | java |
package android.support.annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
import static java.lang.annotation.ElementType.CONSTRUCTOR;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.anno... | [
"bxvipsky@gmail.com"
] | bxvipsky@gmail.com |
e04401fd56e1fc907d30ad21256075c849fa5f7b | 2b94ab0c13f0e3bfb6ffd63d4da8dae5933f4bd7 | /app/src/main/java/com/nikosval/aepp/diagwnismak5.java | bc66b767916234d5c4618af69d006aa5be5d882f | [] | no_license | theessential/Aepp2LatestVersionn | 7e2d87387f9d0bf840c33191aaed4a94d3acc1d8 | cc578755449965635fb80a467ffcf7fd27beda04 | refs/heads/master | 2020-09-03T22:22:29.401610 | 2019-11-04T20:14:47 | 2019-11-04T20:14:47 | 219,588,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,957 | java | package com.nikosval.aepp;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toas... | [
"nikoss123@windowslive.com"
] | nikoss123@windowslive.com |
b8d5e0e680cdbbb98267abc4ee6661f0201b219f | fa78106a6d19ecf2e237f703b1693b00aaf14e8f | /src/main/java/org/more/util/ContextClassLoaderLocal.java | 2698f24151aa05e9954f102b33573cb66206335c | [
"Apache-2.0"
] | permissive | peng1916/hasor | 4ed57e9b55c49a8212511c7334f4b8ea97b5073b | d5c1ac28db804bb1cb1935ba888116d1266c2894 | refs/heads/master | 2020-12-20T06:41:25.252056 | 2016-09-11T15:19:00 | 2016-09-11T15:19:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,510 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"zyc@hasor.net"
] | zyc@hasor.net |
101526aba4ce3e5e9d66dd9cb660edc93c20fd71 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/64/org/apache/commons/lang/mutable/MutableShort_equals_241.java | 9338d0727b3315e3e6128a449456475c694962b0 | [] | 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 | 636 | java |
org apach common lang mutabl
mutabl code code wrapper
short
version
mutabl short mutableshort number compar mutabl
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
8c47602a829627939b310e7340530c6a1e9dbb48 | 31066a54f3e03a91d6d0096516f4cd4b7d4fdbff | /src/main/java/com/yonyou/iuap/search/analyzer/utils/Pinyin4jUtil.java | 2fb6dedb5d399aa56ff5ddd5a44016a0fea5d054 | [
"Apache-2.0"
] | permissive | zxspopo/xmAnalyzer | 78b4d351ef9c1d40bcc1447b730fae734d5fe348 | e6b8262e6e9732e9a6ac28a2232d1e27df204bc5 | refs/heads/master | 2021-01-14T02:39:44.713464 | 2017-03-27T02:35:22 | 2017-03-27T02:35:22 | 52,922,525 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,225 | java | package com.yonyou.iuap.search.analyzer.utils;
import java.util.HashSet;
import java.util.Set;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.format.HanyuP... | [
"zengxs@yonyou.com"
] | zengxs@yonyou.com |
1ef477368f11185162677c01c12c9aad45ff2f05 | dc9731e99ed7e27e07bc0145593d2ed11f5c56cc | /src/main/java/com/alan/hysupermarket/controller/ProductImageController.java | 1efcdf6f133dff814223d41b69e878b1d6b02981 | [] | no_license | Wang-Kaixiang/HYSupermarket | fd879dfbc7ee0c4ed51dc3db1cf3d2681ce1d8f0 | a935cfb6852ecdb99b59c983bbe8d3263d6eec3b | refs/heads/master | 2020-03-12T02:03:36.421355 | 2018-03-03T04:09:31 | 2018-03-03T04:09:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,460 | java | package com.alan.hysupermarket.controller;
import com.alan.hysupermarket.pojo.Product;
import com.alan.hysupermarket.pojo.ProductImage;
import com.alan.hysupermarket.service.IProductImageService;
import com.alan.hysupermarket.service.IProductService;
import com.alan.hysupermarket.utils.ImageUtil;
import com.alan.hysup... | [
"lanhonghui100@gmail.com"
] | lanhonghui100@gmail.com |
69639b43afe1baaeb05172664cdc771d26d67a1f | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-07-19-tempmail/sources/androidx/lifecycle/CompositeGeneratedAdaptersObserver.java | 99f83ff83f83abf545de18433d57d3fa94fbfa9a | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package androidx.lifecycle;
import androidx.lifecycle.e;
public class CompositeGeneratedAdaptersObserver implements d {
/* renamed from: a reason: collision with root package name */
private final c[] f1584a;
CompositeGeneratedAdaptersObserver(c[] cVarArr) {
this.f1584a = cVarArr;
}
pu... | [
"zteeed@minet.net"
] | zteeed@minet.net |
d437dc69a01d584edf044cbc9f4c036e04eee5c9 | 66f5b9d0a6ef4c21ebdb2f0bcd82f21594129a60 | /Pokecube Core/src/main/java/pokecube/core/database/abilities/t/ToughClaws.java | f673fa946c322fa40c1b7345d493bf439ffe080a | [] | no_license | MartijnTielemans/Pokecube | 4fee4dd4512fd821c52a91a4ec314b11a8dd1acd | 3618d37ca56d9c3df2e3022782fba42bb8e6f751 | refs/heads/master | 2021-05-31T03:22:47.590067 | 2016-02-28T13:41:14 | 2016-02-28T13:41:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package pokecube.core.database.abilities.t;
import net.minecraft.entity.EntityLivingBase;
import pokecube.core.database.abilities.Ability;
import pokecube.core.interfaces.IPokemob;
import pokecube.core.interfaces.IPokemob.MovePacket;
public class ToughClaws extends Ability
{
@Override
public void onUpdate(IP... | [
"elpatricimo@gmail.com"
] | elpatricimo@gmail.com |
a0c28c27d1283a481e3ebc50a40b66db333faae3 | 7ac36ef67af385a97d55eb991800ec0470844e4f | /src/offerPractice/_09变态跳台阶/Solution.java | 8d45f55e1bd4fbb0c63fbef25e509d940a5a3681 | [] | no_license | yu1785/project01 | 1e31733cff692b2887d1ac83d2bc980ee8a7b00d | 6cfd47c0b68f4e9fc62e0d8d394ac08df79fa034 | refs/heads/master | 2021-08-18T03:05:06.254139 | 2020-09-15T15:49:24 | 2020-09-15T15:49:24 | 222,211,605 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package offerPractice._09变态跳台阶;
/**
* 一只青蛙一次可以跳上1级台阶,也可以跳上2级……它也可以跳上n级。
* 求该青蛙跳上一个n级的台阶总共有多少种跳法。
*
* 思路: n 级台阶有f(n)种跳法,根据最后一次跳台阶的数目可以分解为:
* 最后一次一级,则前面需要跳n-1级,有f(n-1)种跳法;
* 最后一次跳两级,则前面需要跳n- 2n−2 级,有f(n-2) f(n−2) 种跳法。
* 以此类推
* f(n) = f(n-1)+f(n-2)+...+f(1)
* f(n-1)= f(n-2)+...f(1)
* 得:f... | [
"861046209@qq.com"
] | 861046209@qq.com |
13579cd4992d8f412ab5ee305945efc9f0212562 | bf94f1f48b8addb44f8fffb6c658e1330008b241 | /src/main/java/com/liuwei/designpattern/builder/player/PlayerController.java | 6699081ed062ca5b7365aa8c0dc1ec5ab5c06c35 | [] | no_license | liuweiccy/designpattern | d85a2a9d31659fc3b4b673c997b7974afc74d061 | f1aa9219dac748fe6e31cebbf845248ae1e464a2 | refs/heads/master | 2020-05-29T08:49:08.579346 | 2019-08-30T09:55:48 | 2019-08-30T09:55:48 | 69,777,516 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.liuwei.designpattern.builder.player;
public class PlayerController {
public Player construct(PlayerBuilder playerBuilder) {
playerBuilder.buildControlBar();
playerBuilder.buildList();
playerBuilder.buildMenu();
playerBuilder.buildWindows();
return playerBuilder.c... | [
"ericliu2010@qq.com"
] | ericliu2010@qq.com |
e74be1d1147aec1e639c5166a31895b217eb3efc | 0604a773b4519b8ae1eb53379e4079bec134b198 | /src/main/java/com/lcyzh/nmerp/common/mapper/JsonMapper.java | a9e038ecde9ecab58fbf4b4d1892ca84a470309a | [] | no_license | guanzhongheng/smErp | bd33cff4a5f53ebaff234adfb87832511cf3ea88 | e2e3a7bedff0174bbf68382d609784b35f53e447 | refs/heads/master | 2022-11-10T16:17:03.524547 | 2020-03-21T07:27:16 | 2020-03-21T07:27:16 | 190,545,650 | 1 | 1 | null | 2022-10-12T20:28:24 | 2019-06-06T08:35:08 | JavaScript | UTF-8 | Java | false | false | 9,596 | java |
package com.lcyzh.nmerp.common.mapper;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonParser.Feature;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.*;
import ... | [
"373284103@qq.com"
] | 373284103@qq.com |
9cb5b2a07899f8781bb620aa64efa87ef54b6ee6 | 4c8e865137cfa8a5f545bf021c8e8d290421be81 | /app/src/main/java/id/sch/smktelkom_mlg/learn/recyclerview2/model/Hotel.java | a3c984818b6fb580d165ef2899b613d0a8361649 | [] | no_license | Sabilla290/RecyclerView2 | b9ef1e8f366242689c7cc95752e322828331dd22 | d22fc47075b4ba9909b535dc2423ae0ea08727f5 | refs/heads/master | 2021-01-13T17:03:56.496782 | 2016-11-05T12:09:44 | 2016-11-05T12:09:44 | 72,922,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package id.sch.smktelkom_mlg.learn.recyclerview2.model;
import android.graphics.drawable.Drawable;
/**
* Created by mrs Bella on 10/31/2016.
*/
public class Hotel{
public String judul;
public String deskripsi;
public Drawable foto;
public Hotel(String judul,String deskripsi, Drawable foto)
{
... | [
"Sabilla290@gmail.com"
] | Sabilla290@gmail.com |
200e25a9fdbb659d96b0c2f16d1ef0b40ba7a5d8 | 24e23478747617da8fb484a804b51f7c2be9ae24 | /cs478proj2/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java | 012e1c597bc4d30658bc57ac153b55200ed19bca | [] | no_license | saitejagroove/AndroidExampleProjects_UIC | f2b4d0a2005316739c81a7432c8850949c602672 | 10a556004dbccc9818dd989fc8dfeb6e49dd31b3 | refs/heads/main | 2023-01-06T19:53:47.842211 | 2020-11-02T22:52:47 | 2020-11-02T22:52:47 | 309,477,886 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,395 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.legacy.coreui;
public final class R {
private R() {}
public static final class attr {
private attr() ... | [
"saiteja.groovey@gmail.com"
] | saiteja.groovey@gmail.com |
91edae007e3dbe2926113e3b18d6dc77853def53 | dd1beb9118fed6ccdafa6be68d1a1a0f502e7680 | /src/main/java/com/vantibolli/inventory/service/ItemVariantsService.java | 9ecc9506dbedd87e22c58a86134abd5cb2cd1d61 | [
"Apache-2.0"
] | permissive | mukhtiarahmed/pwi | ee386c350f93c09b0c49717db2b091e14001073d | b2e81391aacb3003b0788132a0c33e38f31d86f6 | refs/heads/master | 2023-07-22T07:08:31.706211 | 2022-11-24T17:22:13 | 2022-11-24T17:22:13 | 102,382,991 | 0 | 0 | Apache-2.0 | 2023-07-07T21:55:55 | 2017-09-04T16:52:39 | Java | UTF-8 | Java | false | false | 327 | java | /*
* Copyright (C) 2017 Van Tibolli, All Rights Reserved.
*/
package com.vantibolli.inventory.service;
import com.vantibolli.inventory.model.ItemVariants;
/**
* The ItemVariants Service.
* @author mukhtiar.ahmed
* version 1.0
*/
public interface ItemVariantsService extends GenericListableService<ItemVariants>... | [
"mukhtiar.ahmed@gmail.com"
] | mukhtiar.ahmed@gmail.com |
b7fcdf5046ded7e5226f806c7772823c6b864e75 | 23458bdfb7393433203985569e68bc1935a022d6 | /NDC-GraphQL-Client/src/generated-sources/java/org/iata/oo/schema/AirShoppingRS/ALaCarteOfferItemType.java | f14e08e32a4b6cc9df7c2c1e7b3de0be5a7eae84 | [] | no_license | joelmorales/NDC | 7c6baa333c0285b724e6356bd7ae808f1f74e7ec | ebddd30369ec74e078a2c9996da0402f9ac448a1 | refs/heads/master | 2021-06-30T02:49:12.522375 | 2019-06-13T14:55:05 | 2019-06-13T14:55:05 | 171,594,242 | 1 | 0 | null | 2020-10-13T12:03:33 | 2019-02-20T03:29:16 | Java | UTF-8 | Java | false | false | 42,951 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.03.05 at 04:34:4... | [
"joel.moralesmorales@hotmail.com"
] | joel.moralesmorales@hotmail.com |
ba650303a8115b58266f1054fc980a45212e8855 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_315f05089f51036d9c6b36710b2456df0d8b311d/XMLElementImpl/20_315f05089f51036d9c6b36710b2456df0d8b311d_XMLElementImpl_t.java | 886b7c7ccc96b2f087e80f4c79080a20dc16c479 | [] | 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,081 | java | package br.uff.midiacom.xml;
import br.uff.midiacom.xml.datatype.string.StringType;
/**
* This class implements methods of the NCLElement interface.
*/
public class XMLElementImpl<T extends XMLIdentifiableElement, P extends XMLElement> {
protected StringType id;
protected P parent;
pu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7740e1a0b0b8b369ac8ad598ebadab73594614ae | 2285a98aea67c874e38b1208b3abf3947bbf906f | /zhaoxiaokeExam2/src/test/java/com/zhaoxiaokeExam2/test/AsserTest.java | fb2e1fd85e81512d64b2c8eac3164db524c5254b | [] | no_license | zxk431/studyGit | bd95d00eaf08b7708250999f9e729f2b7ce2c2dc | 79f18dddcc18e0c8ea1de34a95f12d379c9fac01 | refs/heads/master | 2022-06-25T08:49:42.344779 | 2019-08-12T02:03:40 | 2019-08-12T02:03:40 | 196,300,688 | 0 | 0 | null | 2022-06-17T02:24:42 | 2019-07-11T01:49:06 | Java | GB18030 | Java | false | false | 2,996 | java | package com.zhaoxiaokeExam2.test;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import zhaoxiaokeExam2.AsserUtil;
import zhaoxiaokeExam2.RunExcaption;
public class AsserTest {
//方法1:断言为真,如果为假,则... | [
"2691192862@qq.com"
] | 2691192862@qq.com |
12d0f9dc9692cc8a77110eab16223835eac47f50 | d683e82754ced65192589b7f764fd450b6a956df | /矩阵中的路径/src/main.java | 602035f168c86c918b353d095bed5ae8a7aa0467 | [] | no_license | piaopiao1201/LeetCode-Record | 5cd122ec6026b756964008440e098d497ff92bfc | f0e889e18588fec7a6793c8e6f9bef5301adf9d7 | refs/heads/master | 2021-07-16T05:33:13.028370 | 2019-09-24T06:28:33 | 2019-09-24T06:28:33 | 190,679,600 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | import java.util.Arrays;
public class main {
public static void main(String[] args) {
char[] matrix={'a','b' ,'c', 'e','s','f' ,'c','s','a', 'd' ,'e' ,'e' };
//char[] matrix={'a','b','c','b','c','d'};
char[] str={'b','c','c','e','d'};
//char[] str={'d','c','b','c','d'};
bool... | [
"576883737@qq.com"
] | 576883737@qq.com |
43874f81a425696aad79da068989aaa1175e58d5 | 279bffecb84102ab7a91726607a5e4c1d18e961f | /publicdata/publicdata-component/src/main/java/com/qcloud/component/publicdata/QQuestionnaire.java | 7f6ce481e1e56c72e97396668c4466b46b291fc7 | [] | no_license | ChiRains/forest | 8b71de51c477f66a134d9b515b58039a8c94c2ee | cf0b41ff83e4cee281078afe338bba792de05052 | refs/heads/master | 2021-01-19T07:13:19.597344 | 2016-08-18T01:35:54 | 2016-08-18T01:35:54 | 65,869,894 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.qcloud.component.publicdata;
import java.util.List;
public interface QQuestionnaire {
String getName();
QQuestion getQuestion(long questionId);
List<QQuestion> listQuestion();
}
| [
"dengfei@ed19df75-bd51-b445-9863-9e54940520a8"
] | dengfei@ed19df75-bd51-b445-9863-9e54940520a8 |
a826d3713d98c1fab84810f85dfd6fcb692f42da | d68b3d90f210af7be905632beb736af0c9cfed77 | /Old/TheDarkKnight/src/org/usfirst/frc/team195/robot/Utilities/TrajectoryFollowingMotion/MotionProfileGoal.java | 270e0e5e9481974fca7bf38a3f3e4b093387333e | [] | no_license | frcteam195/FRC2018 | 73560af26f09bd46aecad542ee2dfe3a9542fbb9 | 7588d334b6864c52b1833007abe337af5f5b5382 | refs/heads/master | 2020-03-14T18:00:51.956799 | 2019-01-06T03:37:16 | 2019-01-06T03:37:16 | 131,733,213 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,413 | java | package org.usfirst.frc.team195.robot.Utilities.TrajectoryFollowingMotion;
import static org.usfirst.frc.team195.robot.Utilities.TrajectoryFollowingMotion.Util.epsilonEquals;
/**
* A MotionProfileGoal defines a desired position and maximum velocity (at this position), along with the behavior that
* should be used t... | [
"robert.a.hilton.jr@gmail.com"
] | robert.a.hilton.jr@gmail.com |
1d22dbfc2b54fbb6911cdf9e2e041a5e6a7aa235 | f3bbb9ee78163bfc3b84c336538d8b71003ac047 | /Main.java | fbd8dbd0a84a74abcd77c466ac397709138a40df | [] | no_license | ghlilit/trees-java | c4c6bd25631ab753eb26564702f195df6b8e4549 | 0cebc1ddaa431671bc6c7ab5e5008917003ff9ce | refs/heads/master | 2020-04-12T19:39:10.512513 | 2018-12-21T13:01:05 | 2018-12-21T13:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,584 | java | import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class Main {
public static void KMax(int[] arr, int k) {
Heap newHeap = new Heap(arr);
for(int i =0; i<k; i++) {
System.out.println(newHeap.removeMin());
}
}
public static void main(S... | [
"lilit_ghandilyan@edu.aua.am"
] | lilit_ghandilyan@edu.aua.am |
5c87d4efc58af45c7fc356f8eb0480ea0518619b | 932d0794570db14742e6c65ed672e262a7b18954 | /src/com/zj/middleware/zookeeper/TestMainClient.java | 806ffbc71d10fc348c1ab9902a21543bd3b91a33 | [] | no_license | hnzhouzhoujay/SelfLearn | e628505a7157eb81d214e562cc4cafff353f326a | 28dbbc29d2230daa5f508735df72fcbcd3c1f49d | refs/heads/master | 2021-01-10T10:05:15.291744 | 2015-12-28T10:19:59 | 2015-12-28T10:19:59 | 48,687,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,169 | java | package com.zj.middleware.zookeeper;
import org.apache.log4j.xml.DOMConfigurator;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.ZooKeeper;
import java.io.IOException;
/**
* TestMainClient
* <p/>
* Author By: junshan
* Created Date: 2010-9-7 14:11:44
*... | [
"418087535@qq.com"
] | 418087535@qq.com |
0e4d60f8ae76eb58d0a985d2a1a1944ff22a687e | 2138584cb337f70a8c82f760145760721620d0ca | /src/java/DataAccessObject/TArqueosFacade.java | 842250adbb766269c62c3e32765090f5b422d19a | [] | no_license | miguefx/SmartCoinCentral | 2b0221b1acc3d57832c5d58c155e6600edee0c46 | 9830860af3ba76119c62129f13be94b158fd7514 | refs/heads/master | 2020-04-09T09:47:21.377205 | 2019-12-24T22:25:21 | 2019-12-24T22:25:21 | 160,246,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,210 | 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 DataAccessObject;
import ValueObject.*;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
im... | [
"miguel@MigueFx"
] | miguel@MigueFx |
0ab96e482ca03ccc986cdf6bac35dfbdd1801aca | 2b23cf2f82eddd4e729ae98989e43bd1fa958e92 | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/FrontendModule/org/apache/jsp/WEB_002dINF/views/Footer_jsp.java | 4e09a8d476de3d767c5a6230e52fa07abd4cb316 | [] | no_license | aajayoff/Onlinepurchase | eded4c3b79788a60c27894c87bb32527ff1fb046 | fc9d3b7a6b923369e54d7b4aabe2c9a5bcbfd7f2 | refs/heads/master | 2020-04-09T11:33:58.597837 | 2018-12-04T07:23:17 | 2018-12-04T07:23:17 | 160,314,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,144 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.12
* Generated at: 2018-11-23 02:08:33 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"itzzmeaj@gmail.com"
] | itzzmeaj@gmail.com |
b1bad84081533b8ecfbe1dce25a6d625d0318c84 | 21d5be51a5533b492850f2b6d1430d49b4ce80d3 | /haxe-plugin/src/main/java/com/intellij/plugins/haxe/model/HaxeDocumentModel.java | 61a1567c294a552e37261611d3a46337facb2d05 | [
"Apache-2.0"
] | permissive | m0rkeulv/intellij-haxe | fe118f2f24c8f67c423b3d036c95fe15805e2536 | d5d03ffafccb5812214c304df197e165d9f7201d | refs/heads/gradle/master | 2021-08-18T04:44:15.876735 | 2018-04-16T20:02:26 | 2018-04-16T20:02:26 | 125,924,711 | 0 | 0 | Apache-2.0 | 2021-01-13T21:29:45 | 2018-03-19T21:48:58 | Java | UTF-8 | Java | false | false | 3,424 | java | /*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2014-2015 AS3Boyan
* Copyright 2014-2014 Elias Ku
*
* 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/lice... | [
"soywiz@gmail.com"
] | soywiz@gmail.com |
e8f8994b0fc34ad94938cf7b5458a86579018346 | 84c840ed7d7e5ef4aeb63d3e7671a7403655fda2 | /dao/src/main/java/com/pvt/app/dao/impl/UserDaoImpl.java | 12f9ddda491cd74ebed25ab23471b123dec7c5e4 | [] | no_license | kraskoe/MyProjectJD1Modular | bb2469dcfb483cb01052c4589178e6c7ea123961 | 8dbec26d596ed87669508aaa708b8a4ee1520633 | refs/heads/master | 2021-07-09T15:53:01.874846 | 2017-10-08T16:59:25 | 2017-10-08T16:59:25 | 105,291,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,517 | java | package com.pvt.app.dao.impl;
import com.pvt.app.dao.UserDao;
import com.pvt.app.entities.User;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
/**
* Class UserDaoImpl
*
* Created by ykrasko on 15/08/2017.
*/
public class UserDaoImpl extends ... | [
"krasko_e@mail.ru"
] | krasko_e@mail.ru |
1d123209cfab6fc523ee50102ce998e0319e405b | 75ec6c6aa6edf6770b7e240e0e2abdffbccb74bb | /mobile/src/main/java/sketchagram/chalmers/com/sketchagram/AddContactFragment.java | 45f62b8b70b13e967fa1d0d4c7c08d4b9473f568 | [] | no_license | frapperino/sketchagram | 332674fa6815519ec30cd55116e7cf5f67e4d4f2 | e560622c269c24b89833eb076c5b0f68359762be | refs/heads/master | 2021-06-05T00:39:06.977980 | 2016-10-04T18:04:29 | 2016-10-04T18:04:29 | 29,531,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,284 | java | package sketchagram.chalmers.com.sketchagram;
import android.app.Activity;
import android.app.ListFragment;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.AdapterVie... | [
"alehar@student.chalmers.se"
] | alehar@student.chalmers.se |
3274adb54e92af275c35bd9649b115522c12000a | f446fc12f8c0c7a0e3560a246d8e3c1c9526ed8d | /src/org/insightech/er/editor/model/search/SearchResult.java | b6a5284cacb277aa491c3bbfe9fe1e555d3ec6d6 | [
"Apache-2.0"
] | permissive | Heverton/ermasterr | 9afcd08c658e197f10d288cb424008d415e999e2 | 97ff3af96f2a3af2ab41f68838c3bb500c3f8fb5 | refs/heads/master | 2021-01-19T13:15:48.482140 | 2017-05-11T22:42:45 | 2017-05-11T22:42:45 | 88,079,664 | 1 | 0 | null | 2017-04-12T17:39:32 | 2017-04-12T17:39:31 | null | UTF-8 | Java | false | false | 2,197 | java | package org.insightech.er.editor.model.search;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class SearchResult {
public static final int SORT_TYPE_PATH = 1;
public static final int SORT_TYPE_TYPE = 2;
public static final int SORT_TYPE_NAME = 3;
... | [
"yamashita@atware.co.jp"
] | yamashita@atware.co.jp |
eff230a72adff125c11b982b5a5d88234cd78dc3 | 147d25e89172ae076e57799b84b3e407eaee7d74 | /src/java/incomingCMDao/incomingCMDao.java | 93d267382d98e8e53d6b112e8a8133e65a4ea823 | [] | no_license | PaurashKumar/StateWareHouseCorporation | 49b6db056e4480756e60d9715fbe3e09eda3b7f1 | d99b9c57403bdd2ffdad6ce3a8bb9cbbd01fc181 | refs/heads/master | 2023-05-10T06:58:44.573446 | 2021-06-08T16:59:40 | 2021-06-08T16:59:40 | 375,083,727 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java |
package incomingCMDao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class incomingCMDao {
private String dburl="jdbc:mysql://localhost:3306/paurash";
... | [
"paurashdewangan"
] | paurashdewangan |
e6754475e9f386040cc2b1aa3bfbc33a72ca2b71 | 9da3967fafcc767bce53d67daa247f110f8d4bc8 | /app/src/main/java/com/example/lehiteixeira/banco_neon/Data/network/NeonServiceFactory.java | 498415021faa58bdb6a07a6789ddfc4c59fd96e2 | [] | no_license | LehiLima/mvp_list_chart_sample | 76d0f77855354912a2bf55148c61450ead4dad03 | 6c56c4ee2b43b711a4d8d8675a7e9f1bbb8c6f75 | refs/heads/master | 2021-07-03T11:23:01.953621 | 2017-09-25T02:00:03 | 2017-09-25T02:00:03 | 104,691,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,429 | java | /*
* Copyright (c) Joaquim Ley 2016. All Rights Reserved.
* <p/>
* 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
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
* Unless req... | [
"lehilima@gmail.com"
] | lehilima@gmail.com |
48fb09d3a7c3c4d66128faa7d2aaa7e492a17c1d | 280168db0399d49d68aff77e6609432be8858990 | /src/Util.java | 7bbb29358430c1c6d113109c643cf51f7dd933c1 | [] | no_license | yudi-azvd/complex-number | 55f83e10595d9926cee475e381bd7884a9918681 | 5afd7db5cd665e0012baae0c93e7b425c137a790 | refs/heads/master | 2021-08-16T17:20:51.666553 | 2020-04-11T22:31:42 | 2020-04-11T22:31:42 | 157,051,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | public class Util {
public double round(double number, int places) {
double n = Math.round(number*Math.pow(10, places))/Math.pow(10, places);
return n;
}
}
| [
"yudiyamane@gmail.com"
] | yudiyamane@gmail.com |
79b573f2c9bbaec547d317a92fcdb049a50724ea | 1b87858f5f83af5a050b3b7b29bc0a9b8e082992 | /app/src/main/java/com/tuquyet/soundcloud/service/TrackReceiver.java | 7f79adb4414b1e414eae90c21497e455fc995996 | [] | no_license | ducbet/SoundClound_04 | 3f38381c3af893aecd6f22d89fa56c82483f1d8d | 6bb2165796c933bb4285a6fd250a0cc46b447eb0 | refs/heads/master | 2021-06-07T01:11:17.906155 | 2020-06-30T15:10:02 | 2020-06-30T15:10:02 | 91,163,659 | 0 | 0 | null | 2020-06-30T15:10:03 | 2017-05-13T09:32:07 | Java | UTF-8 | Java | false | false | 2,019 | java | package com.tuquyet.soundcloud.service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import static com.tuquyet.soundcloud.service.PlayBackGroundService.ACTION_SEEK;
/**
* Created by tmd on 23/05/2017.
*/
public class TrackReceiver extends BroadcastReceive... | [
"ducbet1996@gmail.com"
] | ducbet1996@gmail.com |
aff1268705244df870267a2d74e8d3f1dde1827c | c7b3d524992342066c23410a7879ac0ff8875f99 | /src/test/java/com/revature/pirate/ApplicationTests.java | 451c2c07e17e88b732ab2b263b4ac91d025b8acf | [] | no_license | 2011JavaReact/7w-PirateServer-SpringBoot | 11700fa9440e596c6a55be84934f3e11e6953722 | 23d7dc9eb10778833ac9bb9fa77de93c7c7c6a15 | refs/heads/main | 2023-02-05T20:51:51.172007 | 2020-12-31T01:02:52 | 2020-12-31T01:02:52 | 323,383,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.revature.pirate;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
}
| [
"william.ona@revature.com"
] | william.ona@revature.com |
92529f576d3fd47a386a6fe897579966b645bbd5 | 345eb34aebc18cfc2a204b4f884c1beab8faa58b | /BigHomework/gen/com/yinhe/bighomwork/R.java | 1cc50d6fbf0769b0042900c56f424b57412024d4 | [] | no_license | qfkongyan/YinHe | b843456da191b18f923b3f7f8a5393627205612b | f134207b7b4766504beb55d0700b4d4e0052e29a | refs/heads/master | 2023-03-15T20:25:50.344736 | 2017-08-12T02:31:25 | 2017-08-12T02:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193,221 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.yinhe.bighomwork;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7... | [
"18752093779@163.com"
] | 18752093779@163.com |
6ab7892090e45457dfde913c87317980e43f7d62 | e106d9379e87ebe1d12d5cf4a60f166572de3fd4 | /Trie/src/Solution.java | add63736d79a503593365069815b7936e4ae697a | [] | no_license | sagar-shah/Interview-Questions-Prep | 04d1268f54b976d14c072bfbd26b4ffaf08baf53 | 98a5547da3998588ddfd7f77b2a7f596c06f8503 | refs/heads/master | 2021-01-12T05:26:40.489347 | 2017-03-23T19:48:33 | 2017-03-23T19:48:33 | 77,927,863 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java |
public class Solution {
public static void main(String[] args) {
// TODO Auto-generated method stub
Trie t = new Trie();
t.addWord("test");
t.addWord("tesla");
// System.out.println(t.getNoOfWordsWithPrefix("tesla"));
System.out.println(t.isWord("tesl"));
}
}
| [
"sagarshah230592@gmail.com"
] | sagarshah230592@gmail.com |
af6edad84dc20850aeddafd85ac442577876ff31 | 6b87d6b9280e24e54aa916c15d0a46539dc79985 | /src/com/company/Main.java | 7ff63210ab0e2877e096a8d08c375221530c1923 | [] | no_license | McMyers411/pairProgramming | 74ae438ce8976bd5c2168ef42565341019c25df6 | be85b401d94a8d2fdbc0c95206375e67cad97978 | refs/heads/master | 2021-01-11T03:48:50.810039 | 2016-10-19T18:31:52 | 2016-10-19T18:31:52 | 71,387,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.company;
public class Main {
public static void main(String[] args) {
Food cost = new Food(2.50);
cost.nextFood(2.80);
cost.nextFood2(2.00);
cost.nextFood1(1.80);
double addPrices = cost.callID();
System.out.println(addPrices);
}
}
| [
"nilegend@gmail.com"
] | nilegend@gmail.com |
fa279fc08064e59063fe96044e527cddf32dac47 | e7861c0ed1b49224b6c4ccf6dbfc63be61a026e5 | /FRONT/web_workspace/animalProject/src/tipboard/controller/TipBoardOriginUpdateServlet.java | 409e3c8bc7c3e5aed16ab3e4a2682a4e1377a570 | [] | no_license | kdw912001/kh | 7d7610b4ddaab286714131d1c9108373f6c920a9 | 73c511db0723e0bc49258d8d146ba6f8ee9db762 | refs/heads/master | 2020-04-06T10:19:58.220792 | 2019-05-03T18:41:57 | 2019-05-03T18:41:57 | 157,376,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,486 | java | package tipboard.controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.serv... | [
"kdw912001@naver.com"
] | kdw912001@naver.com |
0c53284fba4ff6388c5636ae40c5803390b5f581 | 4366af37587cd642b260ff8aab4e19a7ba1499e1 | /src/com/hepengju/java09/new11_other/_Multijar.java | 5dcf13f135212bcf30940a444a097d30a22d610f | [
"Apache-2.0"
] | permissive | hepengju/java-new-features | f78575fbc3c114a21718074c62680df8d1c72e3c | d7a1f389ccc84144ef4875faaa9bb7949b67da4d | refs/heads/master | 2022-07-02T23:29:13.836880 | 2022-06-17T08:06:59 | 2022-06-17T08:06:59 | 175,573,869 | 33 | 16 | Apache-2.0 | 2020-10-13T12:22:35 | 2019-03-14T07:52:33 | Java | UTF-8 | Java | false | false | 761 | java | package com.hepengju.java09.new11_other;
import org.junit.Test;
/**
* 多版本兼容jar包
*
* <pre>
*
* 使用说明:多版本兼容jar功能能让你创建仅在特定版本的Java环境中运行库程序选择使用的class版本。
*
* </pre>
*
* @author WGR
*
*/
public class _Multijar {
/**
*
* 根据不同的jdk,执行不同的class版本
* 当环境为jdk8时,输出:Generated strings: [Java, 8... | [
"hepengju1@jd.com"
] | hepengju1@jd.com |
72879f6a5cd1ee80f2e386719ff0de47a96c23d0 | cacec52e5653ab773d35d7f1b4f4f660580d7826 | /web-admin/src/main/java/com/lyh/admin/tools/pay/webchat/XmlUtils.java | 0c6af9d75b6a11205bdf1a48d5cb337335e65377 | [] | no_license | liuyuhua1984/GameAdminWeb | 6d830e7ad1551ac1803abd12e9359c6bfd5965ec | c590fd88d768c8231e2160bf7415996b0027ac98 | refs/heads/master | 2021-08-28T13:40:50.540862 | 2017-12-12T10:20:06 | 2017-12-12T10:20:06 | 106,268,614 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,784 | java | package com.lyh.admin.tools.pay.webchat;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.jdom2.Document;
import org.jdom2.Element;
import org.jdom2.JDOMException;
i... | [
"lyh@163.com"
] | lyh@163.com |
b686524ee23336fd2c0b4beb6877a69e06668831 | d74783c8fc3c01ee1cef3f9e47eef88934b144f9 | /app/src/main/java/com/blibli/demo/company/model/web/CreateUserResponse.java | fb00b8e1edf441d61d100e7303dbfb8e3f34af91 | [] | no_license | ramadhanriandi/bantosan-backend | d1249a3a6a88df333841c208628ee28355ee4db6 | 003e0dbb5d5ef795ccc9be05e1433a38eabb41d6 | refs/heads/master | 2021-01-03T07:55:56.913152 | 2020-08-01T11:15:59 | 2020-08-01T11:15:59 | 239,988,741 | 0 | 0 | null | 2020-08-01T11:16:00 | 2020-02-12T10:46:14 | Java | UTF-8 | Java | false | false | 296 | java | package com.blibli.demo.company.model.web;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class CreateUserResponse {
private String username;
private String email;
}
| [
"izurbudianto@gmail.com"
] | izurbudianto@gmail.com |
03f32047f3d15de56895e9232100672029ce8f40 | 3c91c2400904cac4767e1ba2acaca477b1b78184 | /wuliuxm/src/main/java/com/hlp/services/BiglogLogisticscontroltableService.java | c27552feef68c7ca7d380a38aa8f9b33c600536e | [] | no_license | lhwtl/WuLiu | f69042603695206f42325596933accd4e250d944 | 460eabd26900822612105b281702cda2e749b84f | refs/heads/master | 2022-06-25T09:43:02.368566 | 2019-12-04T01:28:02 | 2019-12-04T01:28:02 | 222,389,529 | 0 | 0 | null | 2022-06-17T02:39:15 | 2019-11-18T07:37:10 | Java | UTF-8 | Java | false | false | 544 | java | package com.hlp.services;
import com.hlp.model.BiglogLogisticscontroltable;
import java.util.List;
public interface BiglogLogisticscontroltableService {
List<BiglogLogisticscontroltable> selectBiglogLogisticscontroltable();
int insertBiglogLogisticscontroltable(BiglogLogisticscontroltable b);
int updat... | [
"1907248400@qq.com"
] | 1907248400@qq.com |
478f7570bb15fcacaacd9fa9e81e048436df1850 | 86bdb73c1a97747c4aba6589e74ef5f86b1a4fa7 | /modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/diagnostic/pagelocktracker/DumpSupported.java | d2f937ed3707ebf9809c17e3439e8df57f2b4a19 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-gutenberg-2020",
"CC0-1.0"
] | permissive | hawkore/ignite-hk | 72f7b4f345e814ea1e20be148ec8af16ed1d7cef | 8084a90c0fc80a667fa4387f60b4bf8f925b5590 | refs/heads/master | 2022-11-11T03:20:28.228882 | 2022-10-21T04:31:03 | 2022-10-21T04:31:03 | 164,684,281 | 6 | 3 | Apache-2.0 | 2022-04-12T22:00:58 | 2019-01-08T15:59:41 | Java | UTF-8 | Java | false | false | 1,329 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"dmitriy.govorukhin@gmail.com"
] | dmitriy.govorukhin@gmail.com |
e041810ca3c7799dc20d318a626960bfb3b6b00f | b4a557174523100183a96ad42cfb7b2a87e6428e | /app/src/main/java/com/mc/books/fragments/notification/INotificationPresenter.java | 20eeb46c9048533724e5be0a8005e23408be6313 | [] | no_license | atuyen/mcbook_android_test | fe9b35ddb02f41933e352188b7ed012b378e550b | befa1156b1474ace15e7f08f2821b44f3ac02296 | refs/heads/master | 2022-09-09T07:26:23.877307 | 2020-06-03T08:27:43 | 2020-06-03T08:27:43 | 269,031,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.mc.books.fragments.notification;
import com.hannesdorfmann.mosby3.mvp.MvpPresenter;
import com.hannesdorfmann.mosby3.mvp.MvpView;
public interface INotificationPresenter<V extends MvpView> extends MvpPresenter<V> {
void getListNotification(int start);
void getUnReadNoti(int id);
}
| [
"tuyen.nguyen@sea-solutions.com"
] | tuyen.nguyen@sea-solutions.com |
22a53c0b0061d308c741ec7129ecc438b4b7d9dd | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/DescribeMaintenanceWindowScheduleRequestProtocolMarshaller.java | aa00f783c7af17eac67a4961c440c6972b2452ac | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 2,995 | java | /*
* Copyright 2016-2021 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... | [
""
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.