blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62299b6a9bd24e8d569bcfe1fe9418d30543fb33 | d7494dd4043a6c844830a9843330897b5fefcd21 | /benchmark-applications/reiminfer-oopsla-2012/source/TinySQL/src/ORG/as220/tinySQL/sqlparser/ColumnDefinition.java | a204a15fb5385a0def409b5ade6215dcc1ccceb9 | [
"MIT"
] | permissive | terminiter/immutability-benchmark | bae71185e4527005d3886f67e6f11364198e8ecd | 28931bd5720e671c68f3b3abf0869f83f5543b75 | refs/heads/master | 2021-01-22T17:53:09.644370 | 2016-12-14T21:36:19 | 2016-12-14T21:36:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,229 | java | /*
*
* Copyright 1996, Brian C. Jepson
* (bjepson@ids.net)
*
* 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 yo... | [
"benjholla@gmail.com"
] | benjholla@gmail.com |
c8d17c5aa58cc7493c5b5e27e06c5c9ff069b39e | 419d8ddce5a33e2025a906638fb1ab4918464cd2 | /spring-data-redis-2.2.12.RELEASE/src/main/java/org/springframework/data/redis/core/convert/RedisData.java | 70435baa3b928cbc977fa721f96f6a19f349ab35 | [
"Apache-2.0"
] | permissive | ynan1213/Java-Study | 43ac8ba546fc5a6188ee8872767fa316dfea4a32 | 1d933138e79ef2cb8ea4de57abc84ac12d883a0a | refs/heads/master | 2022-06-30T11:54:23.245439 | 2021-12-05T01:43:03 | 2021-12-05T01:43:03 | 152,955,095 | 1 | 0 | null | 2022-06-21T04:21:49 | 2018-10-14T08:44:55 | Java | UTF-8 | Java | false | false | 4,158 | java | /*
* Copyright 2015-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"452245790@qq.com"
] | 452245790@qq.com |
f1436d919aaab4aed68577c7f24cfdb74c920350 | 88252dad1b411dd2a580f1182af707d0c0981841 | /JavaSE210301/Project02/src/com/atguigu/p2/Customer.java | cce5e7489089af13556aac472647a988bfbc793b | [] | no_license | FatterXiao/myJavaLessons | 37db50d24cbcc5524e5b8060803ab08ab3b3ac0c | fa6ff208b46048527b899001561bd952f48bbe15 | refs/heads/main | 2023-04-20T09:18:06.694611 | 2021-04-29T10:18:30 | 2021-04-29T10:18:30 | 347,562,482 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.atguigu.p2;
/**
* Customer为实体类,用来封装客户信息
*
* @author shkstart
* @create 11:28
*/
public class Customer {
private String name;//客户姓名
private char gender; //性别
private int age; //年龄
private String phone;//电话号码
private String email; //电子邮箱
public Customer() {
}
public C... | [
"xuweijunxinlan@yeah.net"
] | xuweijunxinlan@yeah.net |
3fcb25e9fc8463393ccaf08e6f302be958cc3e73 | 49853a5988f114b129bb74fd29b52df97d524585 | /src/main/java/com/junmeng/condition案例/service/impl/UserService.java | 77a9d6eee5330f929d4501b058d9c2d99b0acf42 | [] | no_license | xujunmeng/Test-spring-boot | f3192cebac2ac8880d9f34475c6c7f83be0d3aea | fc16b8638394609449e715d43b1e7cd11d87c888 | refs/heads/master | 2021-04-06T01:32:38.022167 | 2018-11-28T03:00:31 | 2018-11-28T03:00:31 | 125,185,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package com.junmeng.condition案例.service.impl;
import com.junmeng.condition案例.dao.UserDAO;
import com.junmeng.condition案例.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* @author james
* @date 2018/11/27
*/
@Service
public clas... | [
"xujunmeng2012@163.com"
] | xujunmeng2012@163.com |
7e17a72bc13910c8aaaaf1d9f9a6b310daa77467 | 258a8585ed637342645b56ab76a90a1256ecbb45 | /Folitics/src/main/java/com/ohmuk/folitics/hibernate/repository/like/IChartCountLikeRepository.java | 7462946c4300d6601278fef767a3d798ff2c6494 | [] | no_license | exatip407/folitics | 06e899aae2dbfdeda981c40c0ce578d223979568 | aff3392e09c35f5f799e3fb1c4534b5343a22f01 | refs/heads/master | 2021-01-01T16:23:14.684470 | 2017-07-20T10:27:08 | 2017-07-20T10:27:08 | 97,819,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.ohmuk.folitics.hibernate.repository.like;
import com.ohmuk.folitics.hibernate.entity.like.ChartLikeCount;
import com.ohmuk.folitics.hibernate.entity.like.ChartLikeCountId;
import com.ohmuk.folitics.hibernate.entity.like.SentimentLikeCount;
import com.ohmuk.folitics.hibernate.entity.like.SentimentLikeC... | [
"gautam@exatip.com"
] | gautam@exatip.com |
b9ae21893cbc483033f80eafaeb218bf69307286 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_540.java | a04bba7c916d4eb3ea003c6d3cd7176404129bca | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package fr.javatronic.blog.massive.annotation2;
import fr.javatronic.blog.processor.Annotation_002;
@Annotation_002
public class Class_540 {
}
| [
"sebastien.lesaint@gmail.com"
] | sebastien.lesaint@gmail.com |
42dac203f11e561895a36a959e07c3c43282d4c0 | 8c01b699aa2a999b0d9a3bde9ae62ce2a393b598 | /src/test/java/com/werghemmi/gc/config/NoOpMailConfiguration.java | 7ecc114532df8f12bebd1057c78de3b2e8447c5c | [] | no_license | Werghemmi/gestion-commerciale-jhipster | 5df6f2e57eb989b6df0e3ca0044202085bb53f6e | 82eb5a04f06ee5af1a266d210ecd09a3eac846df | refs/heads/main | 2023-03-13T10:39:30.218221 | 2021-02-28T19:21:04 | 2021-02-28T19:21:04 | 342,685,028 | 0 | 0 | null | 2021-02-28T19:21:05 | 2021-02-26T19:51:38 | Java | UTF-8 | Java | false | false | 681 | java | package com.werghemmi.gc.config;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.doNothing;
import static org.mockito.Mockito.mock;
import com.werghemmi.gc.service.MailService;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configura... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
35ce996f02e6ba02d0164d0ffae5b99ca5857119 | 95091380a1271516ef5758768a15e1345de75ef1 | /src/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java | 186abe6794fe925955b1eb235ada71ae2185faef | [] | no_license | auun/jdk-source-learning | 575c52b5b2fddb2451eea7b26356513d3e6adf0e | 0a48a0ce87d08835bd9c93c0e957a3f3e354ef1c | refs/heads/master | 2020-07-20T21:55:15.886061 | 2019-09-06T06:06:56 | 2019-09-06T06:06:56 | 206,714,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /build/java8-openjdk/src/jdk8u-jdk8u222-b05/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Tuesday, June 18, 2019 1... | [
"guanglaihe@gmail.com"
] | guanglaihe@gmail.com |
a11b3d17d09dca30aef745eff84c2bba7fe13615 | 7fca2d4a23cdb5414a4673d70eaca410a1a2b73a | /src/main/java/br/com/bf/xml/model/recepcaoevento/TransformsType.java | 4081a9ed05b39a37451db8ec7231647ba40b75cf | [] | no_license | MarioJunio/SEFAZ-BUSCA-FICO | 29991278da458829eb790bb9d4fdcc962cf63d7e | 6279ea0e57047d15b20ad96208913d1e0796ccd6 | refs/heads/master | 2020-12-30T15:54:46.306751 | 2017-05-13T15:46:40 | 2017-05-13T15:46:40 | 91,184,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado ... | [
"mario.mj.95@gmail.com"
] | mario.mj.95@gmail.com |
63a8daaa7b1b8f73f89b13d88e90f8e744ecb76e | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_5792.java | c7f7471a51e1fab9210ef5ac1e302c7b57ba4f55 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | /**
* Returns a copy of this {@link DataSpec} with the specified Uri.
* @param uri The new source {@link Uri}.
* @return The copied {@link DataSpec} with the specified Uri.
*/
public DataSpec withUri(Uri uri){
return new DataSpec(uri,httpMethod,httpBody,absoluteStreamPosition,position,length,key,flags);
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
a675748072633293e099d405ba54e527d674343f | 90eb7a131e5b3dc79e2d1e1baeed171684ef6a22 | /sources/com/airbnb/lottie/network/LottieNetworkFetcher.java | 112d93eed524675e6776856e2ae9b8a9e31d40ab | [] | no_license | shalviraj/greenlens | 1c6608dca75ec204e85fba3171995628d2ee8961 | fe9f9b5a3ef4a18f91e12d3925e09745c51bf081 | refs/heads/main | 2023-04-20T13:50:14.619773 | 2021-04-26T15:45:11 | 2021-04-26T15:45:11 | 361,799,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package com.airbnb.lottie.network;
import androidx.annotation.NonNull;
import androidx.annotation.WorkerThread;
public interface LottieNetworkFetcher {
@WorkerThread
@NonNull
LottieFetchResult fetchSync(@NonNull String str);
}
| [
"73280944+shalviraj@users.noreply.github.com"
] | 73280944+shalviraj@users.noreply.github.com |
8ad1f11a6f9fc4e9de9d7ee0769b286e1e5700bc | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13372-12-25-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/extension/xar/internal/handler/XarExtensionHandler_ESTest_scaffolding.java | a52ae2b4e11b1e79ffef870c4b60ecb625b895e3 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Apr 02 01:29:12 UTC 2020
*/
package org.xwiki.extension.xar.internal.handler;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
imp... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5b9aee30ac6655c567e13c6e3d732146c7aaa5ed | 15df00f5e670d704621950e0efb8ac587b97c46b | /app/src/main/java/com/yzf/king/ui/activitys/LoginActivity.java | cbda94fd851d5bee2a18c16e504d7ab5cf44632d | [] | no_license | chocozhao/BrushFace | 109c325b73b0fddd8389468b5b4a9290faf89ea9 | 577591d921d57d8aac185d8851eac13083fb2e02 | refs/heads/master | 2020-08-03T15:34:08.682062 | 2019-09-30T07:38:35 | 2019-09-30T07:38:35 | 211,799,717 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,078 | java | package com.yzf.king.ui.activitys;
import android.Manifest;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.afollestad.materialdialogs.DialogAction;
import com.afollestad.materialdialogs.Material... | [
"you@example.com"
] | you@example.com |
b204f25788902671385b7f29743519bb63b5c46f | fe0622b62c8ff249f5c3f22109d6e89f1f30e525 | /src/main/java/cn/net/colin/service/articleManage/impl/ArticleInfoServiceImpl.java | 4e93d0a6a5e2c4481ef898671c842ed03747996a | [] | no_license | siasColin/springboot2example | ec58876b998ec9adbeba1d211370bda352dc3f34 | 7127ce49411f38940748a32b2b946b01afc8e23f | refs/heads/master | 2023-04-27T01:50:24.912515 | 2023-02-23T06:24:12 | 2023-02-23T06:24:12 | 244,126,899 | 4 | 3 | null | 2023-04-14T17:33:08 | 2020-03-01T10:14:27 | Java | UTF-8 | Java | false | false | 2,768 | java | package cn.net.colin.service.articleManage.impl;
import cn.net.colin.mapper.articleManage.ArticleInfoMapper;
import cn.net.colin.model.articleManage.ArticleInfo;
import cn.net.colin.model.articleManage.ArticleInfoCriteria;
import cn.net.colin.service.articleManage.IArticleInfoService;
import java.util.List;
import org... | [
"1540247870@qq.com"
] | 1540247870@qq.com |
d4fc301b1cb2b8a92913696b0dcc9212d5b5dc31 | e6c45382331d9a02a218226fdbb571e2971a7dfa | /java-fpp/src/fpp/Day6/GuiDemo1.java | 271307c80f68c6bd6f04281104ef026caedf79ac | [] | no_license | rubenpazch/javaBasic | d9937a25046c6793a78bf703e75a65b0329337d1 | ae3574891574544b266a5248f6409b696813ce7c | refs/heads/master | 2020-03-21T15:46:28.460028 | 2018-07-11T14:08:17 | 2018-07-11T14:08:17 | 138,731,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package javaswingexamples;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
public class GuiDemo1 implements ActionListener{
JButton button;
public static void main(String[] args) {
GuiDemo1 gui=new GuiDemo1();
... | [
"rubenpazchuspe@outlook.com"
] | rubenpazchuspe@outlook.com |
1d2c210bbbf1b1de034e1a35116f4c1875226243 | 7a637e9654f3b6720d996e9b9003f53e40f94814 | /aylson-manage/src/main/java/com/aylson/dc/partner/controller/CouponController.java | 2232a90920941f0fb10da9d9ad29caa8149a93e1 | [] | no_license | hemin1003/aylson-parent | 118161fc9f7a06b583aa4edd23d36bdd6e000f33 | 1a2a4ae404705871717969449370da8531028ff9 | refs/heads/master | 2022-12-26T14:12:19.452615 | 2019-09-20T01:58:40 | 2019-09-20T01:58:40 | 97,936,256 | 161 | 103 | null | 2022-12-16T07:38:18 | 2017-07-21T10:30:03 | JavaScript | UTF-8 | Java | false | false | 5,094 | java | package com.aylson.dc.partner.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import ... | [
"hemin_it@163.com"
] | hemin_it@163.com |
1db0b71915256677f6a2441316acb173b3b52ec6 | 40d38003df4807bf1f00ed1ebcf29d4ce444460d | /src/com/jeta/abeille/gui/table/mysql/MySQLTableView.java | 349dc919ad27f0cbabf771e112bca67aa79a2978 | [] | no_license | jeff-tassin/abeilledb | c869dbd95fc229abc88b7f3938cd932dcedd8099 | 94ffd3d3dff345e35ed64173833d254685af13a1 | refs/heads/master | 2023-08-10T16:36:08.328238 | 2022-01-31T19:46:41 | 2022-01-31T19:46:41 | 225,102,904 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,166 | java | package com.jeta.abeille.gui.table.mysql;
import java.awt.BorderLayout;
import javax.swing.BorderFactory;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import com.jeta.abeille.database.model.Database;
import com.jeta.abeille.database.model.TableId;
import com.jeta.abeille.database.model.TableIdGetter;
i... | [
"jtassin@zco.tech"
] | jtassin@zco.tech |
e73c67c5886411ea0803fe74cbf9b3932a6565b2 | 461619a84c6617ceaf2b7913ef58c99ff32c0fb5 | /dagger/annotationProvides/annotationProvides/AP/AP_/app/src/main/java/com/bgstation0/dagger/sample/ap_/PumpBaseModule2.java | b1972ea7c045c324b2d3c672c40d83fb772e0492 | [
"MIT"
] | permissive | bg1bgst333/Sample | cf066e48facac8ecd203c56665251fa1aa103844 | 298a4253dd8123b29bc90a3569f2117d7f6858f8 | refs/heads/master | 2023-09-02T00:46:31.139148 | 2023-09-01T02:41:42 | 2023-09-01T02:41:42 | 27,908,184 | 9 | 10 | MIT | 2023-09-06T20:49:55 | 2014-12-12T06:22:49 | Java | UTF-8 | Java | false | false | 453 | java | package com.bgstation0.dagger.sample.ap_;
import dagger.Module;
import dagger.Provides;
// パンプベースモジュール2.
@Module
public class PumpBaseModule2 {
// パンプベースの提供.
@Provides
static PumpBase providePumpBase(Pump2 pump2){
return pump2; // pump2を返す.
}
// ヒーターベースの提供
@Provides
static Heat... | [
"bg1bgst333@gmail.com"
] | bg1bgst333@gmail.com |
7b6c22699fece1fbc13e513dc68effce5f01f55d | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/9/org/apache/commons/math3/linear/AbstractFieldMatrix_checkColumnIndex_1010.java | 965e94dc8f1db2cbc4da7c41bbb786192d9693b0 | [] | 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 | 1,718 | java |
org apach common math3 linear
basic implement link field matrix fieldmatrix method underli storag
method implement link entri getentri access
matrix element deriv provid faster implement
param type field element
version
abstract field matrix abstractfieldmatrix field element fieldel... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
3c4087c98b90d711277056efdd2e0e958d237f9b | f42d7da85f9633cfb84371ae67f6d3469f80fdcb | /com4j-20120426-2/samples/iTunes/build/src/iTunes/def/IITLibraryPlaylist.java | 15ec5defb3262da700f62be403905d1d436f8c60 | [
"BSD-2-Clause"
] | permissive | LoongYou/Wanda | ca89ac03cc179cf761f1286172d36ead41f036b5 | 2c2c4d1d14e95e98c0a3af365495ec53775cc36b | refs/heads/master | 2023-03-14T13:14:38.476457 | 2021-03-06T10:20:37 | 2021-03-06T10:20:37 | 231,610,760 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,001 | java | package iTunes.def ;
import com4j.*;
/**
* IITLibraryPlaylist Interface
*/
@IID("{53AE1704-491C-4289-94A0-958815675A3D}")
public interface IITLibraryPlaylist extends iTunes.def.IITPlaylist {
// Methods:
/**
* <p>
* Add the specified file path to the library.
* </p>
* @param filePath M... | [
"815234949@qq.com"
] | 815234949@qq.com |
5edde6a01265308f905def515e22197e286884c7 | 60892bf36fc81470ee9084c049d02acb55228889 | /src/main/java/org/com/cay/mmall/dao/ShippingMapper.java | a59126812661ed492e27d9fbc817f7b99ddb5832 | [] | no_license | caychen/mmall | 6b237ebc2c00317166bdca3e77f7f96faaf6a457 | f3af68960002a7ce1de615f1333752a237a2f554 | refs/heads/master | 2020-03-20T17:41:24.690887 | 2018-07-09T03:28:28 | 2018-07-09T03:28:28 | 137,563,939 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package org.com.cay.mmall.dao;
import org.apache.ibatis.annotations.Param;
import org.com.cay.mmall.entity.Shipping;
import java.util.List;
public interface ShippingMapper {
int deleteByPrimaryKey(Integer id);
int insert(Shipping record);
int insertSelective(Shipping record);
Shipping selectByPrimaryKey(Integ... | [
"412425870@qq.com"
] | 412425870@qq.com |
df8056ffaed1960e5e5c2caeee3b38d1fde6cf42 | dbc96367c33e80cdf5575c81adc14f8f0b31804b | /src/com/suijtha/practies/MultipleWindowsTest.java | dbdb542d750a1af30f8646695f5c3ee47fe8723d | [] | no_license | Selenium4/WebDriver | 9a77f918b0ee6264f35d1052b102002827274d0d | cae9c7e7f6550d37ee4fbbabba7e920c432971f6 | refs/heads/master | 2020-04-25T03:56:10.491073 | 2019-02-25T11:33:48 | 2019-02-25T11:33:48 | 172,493,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.suijtha.practies;
import java.util.Iterator;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.firefox.FirefoxDriver;
public class MultipleWindowsTest
{
public static void main(String[] args)
{
FirefoxDriver driver=new FirefoxDriver();
driver.navigate().to("Http://hdfc... | [
"vasu.584@gmail.com"
] | vasu.584@gmail.com |
4a801d0224ea179a71c4d9270982298a80d63c7c | 647eef4da03aaaac9872c8b210e4fc24485e49dc | /TestMemory/admobsdk/src/main/java/com/google/android/gms/internal/zzge.java | 1f7abcc2f6435ae5f05c0fa1cffe60aaccbdb63f | [] | no_license | AlbertSnow/git_workspace | f2d3c68a7b6e62f41c1edcd7744f110e2bf7f021 | a0b2cd83cfa6576182f440a44d957a9b9a6bda2e | refs/heads/master | 2021-01-22T17:57:16.169136 | 2016-12-05T15:59:46 | 2016-12-05T15:59:46 | 28,154,580 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,826 | java | package com.google.android.gms.internal;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import android.os.RemoteException;
public abstract interface zzge extends IInterface
{
public abs... | [
"zhaojialiang@conew.com"
] | zhaojialiang@conew.com |
4daca04fb190fdf11eab4a6eca1ad0b72cc9f1b2 | caec973a94edda1833ccfbf6f365094af2db6505 | /src/main/java/dev/ftb/mods/ftbmoney/gui/SortType.java | e58effc719ad61857ff399d3d8290812c39d9a52 | [] | no_license | FTBTeam/FTB-Money | b5f2d81b6e623a93811d2f345881ea548861ccf6 | a47e80db32db1439b26d4ed45778fcbe918af0d8 | refs/heads/main | 2023-06-08T05:36:21.544496 | 2022-07-21T16:24:52 | 2022-07-21T16:24:52 | 158,704,501 | 9 | 14 | null | 2023-07-12T10:28:17 | 2018-11-22T13:37:18 | Java | UTF-8 | Java | false | false | 1,059 | java | package dev.ftb.mods.ftbmoney.gui;
import dev.ftb.mods.ftbmoney.shop.ShopEntry;
import java.util.Comparator;
/**
* @author LatvianModder
*/
public enum SortType {
PRICE_H_L("price_h_l", (o1, o2) -> {
int i = Long.compare(o2.buy, o1.buy);
return i == 0 ? compareNamesAZ(o1, o2) : i;
}),
PRICE_L_H("price_l_h",... | [
"latvianmodder@gmail.com"
] | latvianmodder@gmail.com |
42eb3a625661ec606c551201497836856bf3c85e | a1781e9083b2940bd917b4e4e324db7852245a0c | /src/main/java/pl/training/shop/mails/MailMessage.java | e3b1c83a2b973468e9317464cb804a1ac087ea2f | [] | no_license | warkoczek/spring-masterclass | 8ed9e79af65dc2b7b4936fe702ea6e4015132f24 | be49c33f0326a69805595da024d0eb9711a0375a | refs/heads/master | 2023-03-09T18:02:02.463827 | 2021-02-19T11:31:27 | 2021-02-19T11:31:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package pl.training.shop.mails;
import lombok.*;
import java.io.Serializable;
@Builder
@Data
@AllArgsConstructor
@NoArgsConstructor
public class MailMessage implements Serializable {
@NonNull
private String recipient;
@NonNull
private String subject;
@NonNull
private String text;
}
| [
"landrzejewski.poczta@gmail.com"
] | landrzejewski.poczta@gmail.com |
8e720288bd78ea30ab80b67195e1907fd5737832 | 2395a9adc271362b10e9189582d2e82237a369f3 | /MinecraftTools/server/work/decompile-ba9a3cce/net/minecraft/server/OldNibbleArray.java | 5a118b70897fb58bece1a8b8e0dd20621fb5d643 | [] | no_license | pkrakow/PennyProjects | 4abb06e7d64cef1e43866006199f17375c42cfcf | bfb661501c625035bd539a40ac9e0f6182213d78 | refs/heads/master | 2021-01-21T04:50:59.299863 | 2018-02-17T15:40:55 | 2018-02-17T15:40:55 | 54,284,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package net.minecraft.server;
public class OldNibbleArray {
public final byte[] a;
private final int b;
private final int c;
public OldNibbleArray(byte[] abyte, int i) {
this.a = abyte;
this.b = i;
this.c = i + 4;
}
public int a(int i, int j, int k) {
... | [
"pennykrakow@Nicoles-Mac-mini.local"
] | pennykrakow@Nicoles-Mac-mini.local |
3cdb2ce2e319935de4a0b33613e9c139ec719ef5 | 2f85883004a31285852b2193ea3446c545b46bcb | /level31/src/main/java/lesson15/big01/FileProperties.java | 045a4786668db7a73f998546b608e5050d7d0f76 | [] | no_license | kirillkrohmal/JavaRush | ba1459b9ec608a17bab223a9c936aa07bb9b97bb | b86820579d6da270839888f54dd9db9c9dd9ac56 | refs/heads/master | 2023-07-05T12:07:25.694405 | 2023-06-23T08:30:58 | 2023-06-23T08:30:58 | 267,278,419 | 0 | 1 | null | 2023-06-20T10:06:31 | 2020-05-27T09:35:22 | Java | UTF-8 | Java | false | false | 1,434 | java | package lesson15.big01;
public class FileProperties {
private String name;
private long size;
private long compressedSize;
private int compressionMethod;
public FileProperties(String name, long size, long compressedSize, int compressionMethod) {
this.name = name;
this.size = size;
... | [
"krohmal_kirill@mail.ru"
] | krohmal_kirill@mail.ru |
3cf54693c4390703a20bd6a8e96bc96824ffbe61 | dcf67ac4bce5026f44bb9ccfd345f3e13c3c60ea | /milestone-4-observer+factory-method+facade+templete-method+log-de-acoes/Sistema de Alocacao de Salas/src/sas/excecoes/alocacao/LaboratoriosAbertosNaoSaoEscalonaveisException.java | 5d257493f70fd9fcfb8fe55e51076d59c84570c3 | [] | no_license | trandreluis/sistema-alocacao-salas | 2fe3cb593a726c6babaf2ba6bf48df252843e6c7 | 50af1775f1d651d5f9d3d55ad553d2f395070e7e | refs/heads/master | 2021-01-19T23:03:06.773717 | 2017-04-20T22:33:21 | 2017-04-20T22:33:21 | 88,914,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package sas.excecoes.alocacao;
/**
* Excecao que e lancada quando se tentar alocar um laboratorio aberto
*
* @author Andre Luis
*
*/
@SuppressWarnings("serial")
public class LaboratoriosAbertosNaoSaoEscalonaveisException extends
RoomsAllocationException {
/**
* Metodo contrutor da Exception
*
* @para... | [
"tr.andreluis@gmail.com"
] | tr.andreluis@gmail.com |
b2bab056ff269b603ee18ec4ef36757b2464fca9 | 15b260ccada93e20bb696ae19b14ec62e78ed023 | /v2/src/main/java/com/alipay/api/response/AlipayUserAntpaasUseridGetResponse.java | 3a4e4ee5d582bebeadb83880c6dcbe920198bfc8 | [
"Apache-2.0"
] | permissive | alipay/alipay-sdk-java-all | df461d00ead2be06d834c37ab1befa110736b5ab | 8cd1750da98ce62dbc931ed437f6101684fbb66a | refs/heads/master | 2023-08-27T03:59:06.566567 | 2023-08-22T14:54:57 | 2023-08-22T14:54:57 | 132,569,986 | 470 | 207 | Apache-2.0 | 2022-12-25T07:37:40 | 2018-05-08T07:19:22 | Java | UTF-8 | Java | false | false | 597 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.user.antpaas.userid.get response.
*
* @author auto create
* @since 1.0, 2021-07-13 10:41:53
*/
public class AlipayUserAntpaasUseridGetResponse extends AlipayResponse ... | [
"auto-publish"
] | auto-publish |
c7c0c4b87755feec73702e0a0974809deb7c0d02 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13196-8-22-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/search/solr/internal/DefaultSolrIndexer$Resolver_ESTest_scaffolding.java | de89babc28ca998e9e55b3585e34bf7b4d371cfd | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Apr 04 06:47:39 UTC 2020
*/
package org.xwiki.search.solr.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.ju... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
34598650eb1b6366ff735ce9d29de3693cdd7665 | c80f25f9c8faa1ea9db5bb1b8e36c3903a80a58b | /laosiji-sources/feng2/sources/com/feng/car/adapter/VideoAlbumAdapter.java | 6abf9b454fa75e9d3b98fb55d1d353831e411a44 | [] | no_license | wenzhaot/luobo_tool | 05c2e009039178c50fd878af91f0347632b0c26d | e9798e5251d3d6ba859bb15a00d13f085bc690a8 | refs/heads/master | 2020-03-25T23:23:48.171352 | 2019-09-21T07:09:48 | 2019-09-21T07:09:48 | 144,272,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | package com.feng.car.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.feng.car.R;
import com.feng.car.databinding.PhotoVideoItemBinding;
import com.feng.car.entity.model.ImageVideoBucket;
import java.util.List;
public class VideoAlbumAdapter extend... | [
"tanwenzhao@vipkid.com.cn"
] | tanwenzhao@vipkid.com.cn |
bd8899f65ddd3d87834f0c4586459a9f6e164cd5 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XCOMMONS-928-8-12-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/job/AbstractJob_ESTest.java | f23f3f87a0c9d9dcb64755d029551adf214e76c7 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | /*
* This file was automatically generated by EvoSuite
* Sun Apr 05 14:17:06 UTC 2020
*/
package org.xwiki.job;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.class... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
b73e6f93f292c0b39cdfd61974fd088c8dd9f7d8 | c24e883bba5235840239de3bd5640d92e0c8db66 | /product/product_commons/src/main/java/com/smart/website/product_commons/event/MessageQueueEventI.java | 020c5c99199276aa451548aeb9698262f6d9bf0d | [] | no_license | hotHeart48156/mallwebsite | 12fe2f7d4e108ceabe89b82eacca75898d479357 | ba865c7ea22955009e2de7b688038ddd8bc9febf | refs/heads/master | 2022-11-23T23:22:28.967449 | 2020-01-07T15:27:27 | 2020-01-07T15:27:27 | 231,905,626 | 0 | 0 | null | 2022-11-15T23:54:56 | 2020-01-05T11:14:43 | Java | UTF-8 | Java | false | false | 229 | java | package com.smart.website.product_commons.event;
/**
* @author: caiqiang.w
* @date: 2019/2/14
* @description:
*/
public interface MessageQueueEventI extends EventI {
String getEventType();
String getEventTopic();
}
| [
"2680323775@qq.com"
] | 2680323775@qq.com |
55d168db1948381d8956386ac2831e784894d75b | ff05965a1216a8b5f17285f438558e6ed06e0db4 | /integration/jbi/src/main/java/org/apache/cxf/jbi/se/CXFServiceEngine.java | 7822d801f127a5e7cb92a5c2ef8293ab6940f05d | [] | no_license | liucong/jms4cxf2 | 5ba89e857e9c6a4c542dffe0a13b3f704a19be77 | 56f6d8211dba6704348ee7e7551aa1a1f2c4d889 | refs/heads/master | 2023-01-09T18:08:51.730922 | 2009-09-16T03:16:48 | 2009-09-16T03:16:48 | 194,633 | 1 | 4 | null | 2023-01-02T21:54:29 | 2009-05-07T03:43:06 | Java | UTF-8 | Java | false | false | 5,411 | 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 m... | [
"liucong07@gmail.com"
] | liucong07@gmail.com |
f65e1ee6e3232cb29dfd7124db42a6b6ea5c255a | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project70/src/main/java/org/gradle/test/performance70_4/Production70_338.java | e2f5aa70e15b7eddf940b788bd1e1d449f630602 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance70_4;
public class Production70_338 extends org.gradle.test.performance16_4.Production16_338 {
private final String property;
public Production70_338() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
aebf59484096ccdc63a132dfec6b90cd47a09617 | 36ba7792e0cccfe9c217a2fe58700292af6d2204 | /in_dev_npc_combat_b/Kolodion1605Combat.java | 787fb0f7bb03948eb3f6e36a8a0fd1767fbfa95b | [] | no_license | danielsojohn/BattleScape-Server-NoMaven | 92a678ab7d0e53a68b10d047638c580c902673cb | 793a1c8edd7381a96db0203b529c29ddf8ed8db9 | refs/heads/master | 2020-09-09T01:55:54.517436 | 2019-11-15T05:08:02 | 2019-11-15T05:08:02 | 221,307,980 | 0 | 0 | null | 2019-11-12T20:41:54 | 2019-11-12T20:41:53 | null | UTF-8 | Java | false | false | 2,696 | java | package script.npc.combat;
import java.util.Arrays;
import java.util.List;
import com.palidino.osrs.io.cache.NpcId;
import com.palidino.osrs.model.npc.combat.NpcCombatDefinition;
import com.palidino.osrs.model.npc.combat.NpcCombatSpawn;
import com.palidino.osrs.model.Graphic;
import com.palidino.osrs.model.npc.combat.... | [
"palidino@Daltons-MacBook-Air.local"
] | palidino@Daltons-MacBook-Air.local |
18d0faf482c1275b11ab77585017169a6a1dfa7a | 69c00032e21079eb41b86c2085d38b8ba3e6e5cb | /Development_library/05Coding/安卓/andr_c/src/com/huift/hfq/cust/activity/MyPayTwoCodeActivity.java | 8d6c627054de68b0203fadab394d6f60f0f4affd | [] | no_license | qiaobenlaing/coupon | 476b90ac9c8a9bb56f4c481c3e0303adc9575133 | 32a53667f0c496cda0d7df71651e07f0138001d3 | refs/heads/master | 2023-01-20T03:40:42.118722 | 2020-11-20T00:59:29 | 2020-11-20T01:13:28 | 312,522,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.huift.hfq.cust.activity;
import com.huift.hfq.cust.fragment.MyPayTwoCodeFragment;
import android.app.Fragment;
import com.huift.hfq.base.SingleFragmentActivity;
/**
* 我的付款二维码
* @author yanfang.li
*
*/
public class MyPayTwoCodeActivity extends SingleFragmentActivity {
@Override
protected Fragment cr... | [
"980415842@qq.com"
] | 980415842@qq.com |
4023d28fc95aea046feb605f129c7c2239edfd7c | 1446665395f616ac96de34aceb48d4aa6ff49f93 | /common/src/main/java/com/myylook/common/utils/RouteUtil.java | c80e5c463c41c6f8ff5d33a1a3afce9b7862e3ef | [] | no_license | 838245284/livedemo | c459c68cefa35cce4c11217f05f5bddb0db424d3 | 1031e7530a7ea3ad94c7ba644c63a74f65881ae5 | refs/heads/develop | 2023-06-08T18:40:24.103366 | 2021-06-25T14:53:37 | 2021-06-25T14:53:37 | 376,277,522 | 0 | 0 | null | 2021-06-25T14:53:38 | 2021-06-12T11:51:09 | Java | UTF-8 | Java | false | false | 7,323 | java | package com.myylook.common.utils;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import com.alibaba.android.arouter.launcher.ARouter;
import com.myylook.common.Constants;
import com.myylook.common.http.CommonHttpUtil;
import com.myylook.common.http.HttpCallback;
/**
* Cr... | [
"838245284@qq.com"
] | 838245284@qq.com |
79ca5f8939cda7e2d577547191a54083e31f8947 | c15b74e50f249df767047dcb2564faf6b8166c51 | /src/main/java/com/xwy/four/chapter1/cas/AbaDemo1.java | 317ce6b35d8932bdb690028368b1e7026c003b05 | [] | no_license | never123450/thread | 09c469e97ea1e81d1fdec96bd0784808982540ca | d5727a1643de3a10130166b3b396bac0d294ca63 | refs/heads/master | 2022-07-22T20:06:05.124971 | 2022-07-21T02:33:41 | 2022-07-21T02:33:41 | 204,009,094 | 0 | 0 | null | 2022-07-11T21:09:34 | 2019-08-23T13:57:56 | Java | UTF-8 | Java | false | false | 2,184 | java | package com.xwy.four.chapter1.cas;
import java.util.concurrent.atomic.AtomicStampedReference;
// aba 问题
// 重复操作 / 过时操作。
public class AbaDemo1 {
// 模拟充值
// 有3个线程在给用户充值,当用户余额少于20时,就给用户充值20元。
// 有100个线程在消费,每次消费10元。用户初始有9元
static AtomicStampedReference<Integer> money = new AtomicStampedReference<Integer>(... | [
"845619585@qq.com"
] | 845619585@qq.com |
7acc29d858aadb9ce9b13a47f890fa1fb023d5a1 | e68a3d3147d46daad66f44c0b33b5c44d4c0d2a3 | /Core/src/main/java/se/claremont/taf/core/gui/teststructure/TestStep.java | c19e83295d610dbb2a4004b645bb70f317fd3b64 | [
"Apache-2.0"
] | permissive | claremontqualitymanagement/TestAutomationFramework | 742af2edea1b9199673a3efa099f02473dafb256 | 5ecacc5e6d9e9b7046150c1570bd6c53fdd9d3b4 | refs/heads/development | 2022-08-10T18:44:16.528076 | 2020-02-04T12:39:16 | 2020-02-04T12:39:16 | 68,586,699 | 16 | 8 | Apache-2.0 | 2022-05-20T20:51:37 | 2016-09-19T08:46:33 | Java | UTF-8 | Java | false | false | 3,324 | java | package se.claremont.taf.core.gui.teststructure;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import se.claremont.taf.core.gui.guistyle.TafLabel;
import se.claremont.taf.core.gui.guistyle.TafPanel;
import se.claremont.taf.core.gui.guistyle.TafTextField;
impo... | [
"Fingal95"
] | Fingal95 |
5679b587466dfae600a0686a255fe69180e0a433 | 03a61bb6280683cb0064e5168401fa4808295cd1 | /FrameWork_Lib/JevaESUI2001-03-03/src/edu/mit/ai/psg/jevaES/JNEConditionalAndExpression.java | 501b9bb75f9b686af093050e5c3686cc0ad58952 | [] | no_license | M6C/framework-lib | 43de75541a97d69ebf51fbad0fa91e7d5726d0fe | 10857b7db360265a20b3e6b18198abd37a4c2435 | refs/heads/master | 2021-01-10T17:00:55.892574 | 2017-01-05T12:48:33 | 2017-01-05T12:48:33 | 52,559,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,126 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: jevaES/JNEConditionalAndExpression.java
package edu.mit.ai.psg.jevaES;
// Referenced classes of package edu.mit.ai.psg.jevaES:
// Exp... | [
"david.roca@free.fr"
] | david.roca@free.fr |
6c78daec0a2bb4ec674366c7a7a0eefe964590b6 | 7a58d08e242b6dc28e9ba9a61865275353883423 | /src/thinkinjava/chapter16_arrays/ParameterizedArrayType.java | 501e9de59a9e74a605f5eb5300ece143240a5de8 | [] | no_license | zjxht62/learnJava | 8bcf10dc7ee4f6ad001983273a22a76f55870de2 | f25357ce44b82aeb2560688bb66a74851fbe51f0 | refs/heads/master | 2022-01-21T04:17:23.288413 | 2022-01-17T06:11:37 | 2022-01-17T06:11:37 | 210,154,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package thinkinjava.chapter16_arrays;
/**
* 数组与泛型
*
* @author trevor.zhao
* @date 2020/10/14
*/
class ClassParameter<T> {
public T[] f(T[] arg) {
return arg;
}
}
class MethodParameter {
public static <T> T[] f(T[] arg) {
return arg;
}
}
public class ParameterizedArrayType {
pu... | [
"zhao_ji_xiang@126.com"
] | zhao_ji_xiang@126.com |
37b1898ad1b783d427ec0b469ecadd76d8ee1429 | 5b8f0cbd2076b07481bd62f26f5916d09a050127 | /src/LCJuneChallenge/LC174.java | 922226057d79abc3a3154e37f2e98107e7f55383 | [] | no_license | micgogi/micgogi_algo | b45664de40ef59962c87fc2a1ee81f86c5d7c7ba | 7cffe8122c04059f241270bf45e033b1b91ba5df | refs/heads/master | 2022-07-13T00:00:56.090834 | 2022-06-15T14:02:51 | 2022-06-15T14:02:51 | 209,986,655 | 7 | 3 | null | 2020-10-20T07:41:03 | 2019-09-21T13:06:43 | Java | UTF-8 | Java | false | false | 820 | java | package LCJuneChallenge;
import java.util.Arrays;
/**
* @author Micgogi
* on 6/21/2020 2:27 PM
* Rahul Gogyani
*/
public class LC174 {
public static void main(String[] args) {
int a[][] = {
{-2,-3,3},
{-5,-10,1},
{10,30,-5}};
int m = a.length;
... | [
"rahul.gogyani@gmail.com"
] | rahul.gogyani@gmail.com |
140c372fa8b19e351ff71c18371164fce2eaa6a4 | b3ec06fab450ac371b78298bc9992f5b2f722638 | /src/main/java/af/gov/anar/query/infrastructure/common/api/ParameterListInclusionStrategy.java | b5ee361b82164a4f578af1814deff2992473dbae | [] | no_license | Anar-Framework/anar-adhocquery | ca349d97755dbb6322dd376afa53e33474c2d593 | 329d5d706cb03802a4ef69ad773ba184f00ded0d | refs/heads/master | 2020-12-21T02:23:05.395941 | 2020-02-05T04:30:15 | 2020-02-05T04:30:15 | 236,278,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java |
package af.gov.anar.query.infrastructure.common.api;
import java.util.Set;
import com.google.gson.ExclusionStrategy;
import com.google.gson.FieldAttributes;
public class ParameterListInclusionStrategy implements ExclusionStrategy {
private final Set<String> parameterNamesToInclude;
public ParameterListInc... | [
"mohammadbadarhashimi@gmail.com"
] | mohammadbadarhashimi@gmail.com |
dc3f29c7a4de1a26a5761cb30b0f2e36ce1aa947 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_27cf2a74a886728da6d1fbeebdfe7d20ab6a1b26/RestaurantHelper/32_27cf2a74a886728da6d1fbeebdfe7d20ab6a1b26_RestaurantHelper_t.java | 5dca3de565d0f36811957b3a007c8d4a3ced1b40 | [] | 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,284 | java | package csci498.strupper.munchlist;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class RestaurantHelper extends SQLiteOpenHelper {
private static ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e6ffbda37e2a655ac5824af08eefe5e66c2a558e | f380c5d9711e4db7eaae8e7b1b92c0463a36ed6a | /src/main/java/cn/arvix/office/service/mapper/UserMapper.java | 88b30319404b5ec7b8457e618e4f63ecf5df6047 | [] | no_license | yguo/office4rent | b2ec99421a45d4f090141aa3d7d9da861da6ff92 | 6b50acc36c69c74853fdd266bb2928fad0a79d18 | refs/heads/master | 2021-03-12T09:03:14.398457 | 2020-03-11T15:19:46 | 2020-03-11T15:19:46 | 246,606,260 | 2 | 0 | null | 2020-07-19T20:58:26 | 2020-03-11T15:19:28 | Java | UTF-8 | Java | false | false | 2,551 | java | package cn.arvix.office.service.mapper;
import cn.arvix.office.domain.Authority;
import cn.arvix.office.domain.User;
import cn.arvix.office.service.dto.UserDTO;
import java.util.*;
import java.util.stream.Collectors;
import org.springframework.stereotype.Service;
/**
* Mapper for the entity {@link User} and its DTO ... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
8706b363cd1453e0ae0afc96b79c718bdb52664e | b4dfa80c46ee8498bbac0f7daee97e5eecfdb17f | /nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/compositeCreator/ok/ICompositeComponent.java | 938846717005e7041ff3a973e51decfcdf17edd8 | [
"Apache-2.0"
] | permissive | elnicko/nalu | a2d3b5e13db390ab0d10f72d4ce04fb2987db3bf | d41e2b172ce8834791b5f0d850156582ebcc6119 | refs/heads/master | 2021-05-22T14:20:50.981642 | 2020-04-08T15:14:53 | 2020-04-08T15:14:53 | 252,959,963 | 0 | 0 | Apache-2.0 | 2020-04-04T09:47:50 | 2020-04-04T09:47:50 | null | UTF-8 | Java | false | false | 1,057 | java | /*
* Copyright (c) 2018 - 2020 - Frank Hossfeld
*
* 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... | [
"frank.hossfeld@googlemail.com"
] | frank.hossfeld@googlemail.com |
59981332ddbaae61d9c7b7d734e810b096efad6f | ae564d0173d28e3a04385f3e83e5bda2ff10c2f0 | /test/org/traccar/protocol/EelinkProtocolDecoderTest.java | f8a16c46fa524ca5408f27c2877148798e4cf0b5 | [
"Apache-2.0"
] | permissive | meteviasa/traccar | b5d1f388cf14519624607445f9a8042f22d6673b | d99184f5cceebec994c0eec4ad157480872d6b7b | refs/heads/master | 2020-04-27T09:33:38.932541 | 2019-03-07T20:53:26 | 2019-03-07T20:53:26 | 174,219,826 | 0 | 0 | Apache-2.0 | 2019-03-06T20:56:53 | 2019-03-06T20:56:53 | null | UTF-8 | Java | false | false | 5,302 | java | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
import org.traccar.model.Position;
public class EelinkProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
EelinkProtocolDecoder decoder = new EelinkProtocolDecoder(null);
... | [
"anton.tananaev@gmail.com"
] | anton.tananaev@gmail.com |
28ca9fd7c93842d73ae25efa5a4b97bcd3bc1252 | b85d31811aec959143affd1b748f65d829ab37b5 | /learnCode/src/day14/review/Test12.java | 71c2721fe33af9bd79cd927dd17053abf50500b6 | [] | no_license | ZJM128/IdeaCodeSpace | 5498b55ed636f7b1177328ff0898ef1faa1ca725 | 6e204d49c6f225d9fa6e618d63b5dca76572b0da | refs/heads/master | 2023-02-03T07:48:59.055736 | 2020-10-22T16:04:07 | 2020-10-22T16:04:07 | 271,928,166 | 1 | 0 | null | 2020-10-10T04:38:42 | 2020-06-13T02:43:46 | Java | UTF-8 | Java | false | false | 755 | java | package day14.review;
public class Test12 {
public static void main(String[] args) {
String str = "1、 hello 2. world 3. java 4.String 5. hahhhhha 6、HELLO";
char[] chars = str.replace(" ","").toLowerCase().toCharArray();
int maxCount=0;
char charIndex=' ';
for(int i=0;i<c... | [
"2541811741@qq.com"
] | 2541811741@qq.com |
d502c43d62a9e7a623f1189b4d6f78e780fa359c | a3ad307ddbe0d3fe1e1e7d6470cefe7351096da2 | /levin-learn-seda/src/main/java/org/jcyclone/core/internal/MonitoredSink.java | bc9a50fc1681458adf5b391bf3e6bb8e2fc0adc1 | [] | no_license | talentxpOrganization/levin-learn | 6d0e00e6f82343e1657834144396362d16e4b6b5 | 1733bf092e93e879b73014d378679df9b1a9a99b | refs/heads/master | 2021-05-06T17:16:28.188323 | 2015-09-17T16:41:54 | 2015-09-17T16:41:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,397 | java | /*
* Copyright (c) 2001 by Matt Welsh and The Regents of the University of
* California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copyrig... | [
"dingweiqiong@gmail.com"
] | dingweiqiong@gmail.com |
a9c56a8c43b596ca826efde9163f86e21586f13e | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /btripopen-20220520/src/main/java/com/aliyun/btripopen20220520/models/CarApplyModifyResponse.java | b03c6b3cc682b4fdf43153c7d4a13662a3aff790 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,363 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.btripopen20220520.models;
import com.aliyun.tea.*;
public class CarApplyModifyResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("statusCode")... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
e1049aaf8434ae9c61fdd3171090d38d650ff374 | dd71f242351d8ae37199ebfd6a857bd9a8752c39 | /crm/src/main/java/com/zhiyou100/servlet/Information/ServletNotice.java | 3accf6ebdea498fc882b8f424b09f8bb75c5584c | [
"MIT"
] | permissive | realguoshuai/crm | d91065f02115fdbc9f0aaaba4be40245f02bb5ec | 038a3331153acbb56a8c60fcffbfef702e39e345 | refs/heads/master | 2021-08-31T13:13:38.277345 | 2017-12-21T12:05:13 | 2017-12-21T12:05:13 | 113,383,916 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,575 | java | package com.zhiyou100.servlet.Information;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.zhiyou100.entity.NoticeDo;
import com.zhi... | [
"yooless@163.com"
] | yooless@163.com |
c7416c47a0a237b8cb5ab4241b1b171b744043aa | 3b1112e6d5d57bad698b9ce255d9bbd25606ae04 | /src/test/java/_148_SortList/SolutionTest.java | 694238a6db66bc76cd76c5cc8327edbc945fb079 | [] | no_license | jchanghong/leetcode-java-Test | dbd9cd52e834ea528cbe5b8d734ec1249f466013 | f84c80f1b609ad2cf3323fb32261b7435d46cbaa | refs/heads/master | 2021-06-23T10:51:31.964246 | 2017-08-15T07:42:14 | 2017-08-15T07:42:18 | 100,351,439 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,696 | java | package _148_SortList;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
import com.leetcode.ListNode;
public class SolutionTest {
/** Test method for {@link _148_SortList.Solution } */
Soluti... | [
"3200601@qq.com"
] | 3200601@qq.com |
7f49fd4d6700949cd38980808281229be238bc66 | 1a97dcde2bc40ceebdc4f234648f7eb7d8a1e35d | /csv/CsvProcessor.java | b5c12fddbed30d2be43cc3920e7bb15bbc6244d0 | [] | no_license | AIG14/AutomaticInfographicGenerator | 9fdb15c270820a8a543a78d03261478667e5fb72 | fe474d7e86fbfc27b0f3e1f01e7d7296f9a3c2f7 | refs/heads/master | 2020-05-19T11:00:07.407358 | 2014-07-13T04:54:01 | 2014-07-13T04:54:01 | 21,783,212 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,703 | java | /**
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of ... | [
"you@example.com"
] | you@example.com |
cac827fc4ccfca49d3a4583682e742f0ef906876 | 9e5a398d20e1a7d485c0767fd38aca1ca6a1d7fb | /1_6.h12_dev/sonos.jad/src/android/support/v8/renderscript/RSIllegalArgumentException.java | be4e5429e55b834d6b339448ebd4e5e150cada83 | [] | no_license | witokondoria/OpenWrt_Luci_Lua | 6690e0f9cce38676ea93d176a7966546fd03fd32 | 07d1a20e1a950a330b51625b89cb6466ffaec84b | refs/heads/master | 2021-06-01T18:25:09.937542 | 2016-08-26T13:14:10 | 2016-08-26T13:14:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
package android.support.v8.renderscript;
// Referenced classes of package android.support.v8.renderscript:
// RSRuntimeException
public class RSI... | [
"huangruohai2010@gmail.com"
] | huangruohai2010@gmail.com |
74c4579db9a742429e1a72c24b13ef770b3b3f3a | a8378b15a6907870056c1696ae463e950a46fbe5 | /src/alg865/Solution.java | 9c70fcebcd2b3d48a518d1b7d43d367cb305da9b | [] | no_license | CourageDz/LeetCodePro | 38a90ad713d46911b64c893c7fcae04fb0b20791 | d0dfeab630357c8172395ff8533e38b5fb9498c5 | refs/heads/master | 2020-03-28T14:18:58.656373 | 2020-03-18T05:00:12 | 2020-03-18T05:00:12 | 148,476,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,246 | java | package alg865;
import java.util.*;
public class Solution {
//运行报错,通过56/57
public TreeNode subtreeWithAllDeepest(TreeNode root) {
Deque<TreeNode> nodeQueue = new LinkedList<>();
Map<Integer, TreeNode> nodeMap = new HashMap<>();
Map<Integer, Integer> parentNode = new HashMap<>();
... | [
"39013348@qq.com"
] | 39013348@qq.com |
069ee869503ccab984ada5203566c36b76d3d5a4 | c8e8827b325f183c654742638a6cecfaef0c5e53 | /store_v1/src/cn/itcast/store/service/serviceImp/CategoryServiceImp.java | 57ce8b7ccd6efeaaf8a952a0668e6efd66782286 | [] | no_license | xjlxw2014521/Test | ead3a6804dfd8b0575599b37dc48f37b63f6199e | 2933999d9faf082dd5671f569fc5ec6bd3e04920 | refs/heads/master | 2022-06-23T05:46:22.198712 | 2020-05-05T11:28:46 | 2020-05-05T11:28:46 | 261,159,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package cn.itcast.store.service.serviceImp;
import java.util.List;
import cn.itcast.store.dao.CategoryDao;
import cn.itcast.store.dao.daoImp.CategoryDaoImp;
import cn.itcast.store.domain.Category;
import cn.itcast.store.service.CategoryService;
import cn.itcast.store.utils.BeanFactory;
import cn.itcast.store.utils.Je... | [
"test@runoob.com"
] | test@runoob.com |
88db3c0f962e9d63980c1a361d159a0ee912691e | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/pwdgroup/ui/FacingCreateChatRoomAllInOneUI$5.java | 68df187dbe7a3c9d36662039506dd375554b8262 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 554 | java | package com.tencent.mm.plugin.pwdgroup.ui;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
class FacingCreateChatRoomAllInOneUI$5 implements OnCancelListener {
final /* synthetic */ FacingCreateChatRoomAllInOneUI pmn;
FacingCreateChatRoomAllInOneUI$5(FacingCre... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
e51117c09381e9fda482df1472c6d4ad216ec857 | aaa17f8233980b699ef5dae6010c01232cb9fce9 | /Java/269.AlienDictionary/Solution.java | 4c80c2320a9e583af919c34b73f2d2704d240f21 | [] | no_license | mud2man/LeetCode | 6aa329a66c4785ecfe550b52b04b5fededdfb814 | 7f97f9fc0ff1d57d35b67d9d240ac990d66ac5aa | refs/heads/master | 2021-12-12T01:40:43.208616 | 2021-11-21T06:12:13 | 2021-11-21T06:12:13 | 63,312,728 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,083 | java | /* Topological sort: Time:O(n), Space: O(n), where n is number of characters of string array
* 1. Add edges from all the continuous two words. e.g., t->f for "wrt" and "wrf"
* 2. Use topological sort to find the order
*/
import java.util.*;
public class Solution {
private void findEdge(String parent, S... | [
"chih-hung.lu@columbia.edu"
] | chih-hung.lu@columbia.edu |
646d78b09bfe90790f255563f9b0e17831c1c449 | 096e862f59cf0d2acf0ce05578f913a148cc653d | /code/providers/TelephonyProvider/src/com/android/providers/telephony/ext/adapter/MmsSmsProviderAdapter.java | 18dc64d2513a8ea7172db9102cac5c7c455da4f4 | [
"Apache-2.0"
] | permissive | Phenix-Collection/Android-6.0-packages | e2ba7f7950c5df258c86032f8fbdff42d2dfc26a | ac1a67c36f90013ac1de82309f84bd215d5fdca9 | refs/heads/master | 2021-10-10T20:52:24.087442 | 2017-05-27T05:52:42 | 2017-05-27T05:52:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | package com.android.providers.telephony.ext.adapter;
import android.content.*;
import android.database.sqlite.*;
import java.lang.*;
import java.lang.reflect.*;
import java.util.*;
import com.sprd.providers.stubs.backup.MmsBackupStub;
public class MmsSmsProviderAdapter {
private static final String TAG="Mm... | [
"wangjicong6403660@126.com"
] | wangjicong6403660@126.com |
e040daf286dc639d8ec50a360d5f56c3ab849727 | bf23a339a8a3834795ae4f59e79152866b1955c9 | /src/main/java/com/mikhail/holub/dao/HibernateTokenRepositoryImpl.java | 13ced42af3c64da8927396b4c4901e587a17e060 | [] | no_license | karuneshapk/library_spring | 2cf3d26e83bf5628a709382d7a5c66cebd9c3d93 | a9c5195f2f6de44739e09b84f68301e76efd1284 | refs/heads/master | 2021-01-18T18:16:54.632324 | 2018-04-28T11:50:27 | 2018-04-28T11:50:27 | 59,864,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,549 | java | package com.mikhail.holub.dao;
import java.util.Date;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken;
import org.springframework.security.we... | [
"1234"
] | 1234 |
2f1af0e9bd433398b396f759624a6c63f0bf7223 | 8169406d0b57b39bda13941fad9e0f8f5ddd7307 | /spring-07/src/main/java/ru/otus/spring/homework/spring07/service/BookService.java | ed8b27770f779daa8952ccf60a4e8c33d85df5d7 | [] | no_license | DimsonK/2020-11-otus-spring-konovalov | 0b2ed6aba988756d28601daea60a61d2a69e9a95 | 46b368d0ab255a8f822e44b42dd862f1add1708e | refs/heads/main | 2023-06-09T14:38:39.391631 | 2023-05-26T14:38:31 | 2023-05-26T14:38:31 | 315,385,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package ru.otus.spring.homework.spring07.service;
import ru.otus.spring.homework.spring07.models.Book;
import java.util.List;
public interface BookService {
List<Book> getAll();
Book getBook(long bookId);
Book getBookFull(long bookId);
Book addBook(Book book);
Book updateBook(Book book);
... | [
"dimsonk@gmail.com"
] | dimsonk@gmail.com |
72b140b55ad7f52e4b1a912659a2a37d3a16963f | 5ecd15baa833422572480fad3946e0e16a389000 | /framework/MCS-Open/subsystems/styling/test/tests/java/com/volantis/styling/unit/engine/StylerSpecificityComparatorTestCase.java | f580cd4045d33f54ff1f3b30758d580d6a67b77c | [] | no_license | jabley/volmobserverce | 4c5db36ef72c3bb7ef20fb81855e18e9b53823b9 | 6d760f27ac5917533eca6708f389ed9347c7016d | refs/heads/master | 2021-01-01T05:31:21.902535 | 2009-02-04T02:29:06 | 2009-02-04T02:29:06 | 38,675,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,790 | java | /*
This file is part of Volantis Mobility Server.
Volantis Mobility Server is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Volantis Mobili... | [
"iwilloug@b642a0b7-b348-0410-9912-e4a34d632523"
] | iwilloug@b642a0b7-b348-0410-9912-e4a34d632523 |
355e3faca2ca6985bdc23fe4a06fdd05d74eafcc | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/35/35_ae25c7072e817ef983e38d6ecd416b0f7739040c/HtmlFileEditor/35_ae25c7072e817ef983e38d6ecd416b0f7739040c_HtmlFileEditor_s.java | bd19d8fb1dab5ecef132bf9ece71e825196213fb | [] | 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,555 | java | /*
* Copyright (c) 2011, the Dart project authors.
*
* Licensed under the Eclipse Public License v1.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.eclipse.org/legal/epl-v10.html
*
* Unless required by appli... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
64c9323816adf645113787e828ec9f952753c9a8 | 4be72dee04ebb3f70d6e342aeb01467e7e8b3129 | /bin/ext-commerce/commercefacades/src/de/hybris/platform/commercefacades/promotion/impl/DefaultCommercePromotionRestrictionFacade.java | 63cb95c8a3ef9b86ef53c84d136c14ff30de9c59 | [] | no_license | lun130220/hybris | da00774767ba6246d04cdcbc49d87f0f4b0b1b26 | 03c074ea76779f96f2db7efcdaa0b0538d1ce917 | refs/heads/master | 2021-05-14T01:48:42.351698 | 2018-01-07T07:21:53 | 2018-01-07T07:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,996 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"lun130220@gamil.com"
] | lun130220@gamil.com |
b41dc1a56542a418319bda758de1a3814c8dbd08 | 4a308bb4f309bc03626790d1b8847b7d388a75e9 | /core/JavaSource/com/fantasy/file/FileManager.java | 31912ef2e111399da88549b50023a2dd6b2abef4 | [
"MIT"
] | permissive | caohaibing/jfantasy | 69f87822798d1a09851e26376a1d50d1448543f2 | 086f4473df1fe507f3d3bcb588c453bddc64bdd1 | refs/heads/master | 2021-01-21T17:36:54.751311 | 2015-10-21T03:06:44 | 2015-10-21T03:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,485 | java | package com.fantasy.file;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.List;
/**
* 文件管理接口
*
* @author 李茂峰
* @version 1.0
* @since 2012-9-28 下午12:09:54
*/
public interface FileManager {
/**
* 将一个 File 对象写入地址对应的文件中
*
... | [
"limaofeng@msn.com"
] | limaofeng@msn.com |
d91f019587be3a02f82855671832df54ca3f71e3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_851bac2c8b3a8b6902b5c4b88fffef587466a0ac/MemberList/17_851bac2c8b3a8b6902b5c4b88fffef587466a0ac_MemberList_t.java | 60042eca94786b4e919c4955edf0a572ba1fb54d | [] | 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,410 | java | package com.twilio.sdk.resource.list;
import java.util.Map;
import com.twilio.sdk.TwilioRestClient;
import com.twilio.sdk.resource.ListResource;
import com.twilio.sdk.resource.instance.Member;
/**
* The {@link MemberList} represents the list resource for {@link Member}s.
*
* For more information see ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4251e40dc7f63b6ace85eec9aefb4d6336355821 | e3d6330b1358fffaef563248fb15722aeb977acc | /upa-impl/src/main/java/net/vpc/upa/impl/uql/compiledexpression/CompiledVarVal.java | 2a63ca39db200689b369d8082157c923df53642f | [] | no_license | nesrinesghaier/upa | 92fd779838c045e0e3bbe71d33870e5b13d2e3fe | 2eb005e03477adad5eb127c830bc654ab62f5cc9 | refs/heads/master | 2021-04-09T11:33:36.714597 | 2018-02-24T12:04:41 | 2018-02-24T12:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,647 | java | package net.vpc.upa.impl.uql.compiledexpression;
import net.vpc.upa.impl.ext.expressions.CompiledExpressionExt;
/**
* @author Taha BEN SALAH <taha.bensalah@gmail.com>
* @creationdate 12/29/12 5:52 PM
*/
public class CompiledVarVal extends DefaultCompiledExpressionImpl {
private CompiledVar var;
private Co... | [
"vpc@linux-booster"
] | vpc@linux-booster |
87703bfb9f53887bc21dbad19e7ddf9078548d4d | 602f6f274fe6d1d0827a324ada0438bc0210bc39 | /spring-framework/src/main/java/org/springframework/core/style/ValueStyler.java | 731fb3aed3d3c492e878a03617f4dc2d6be875a5 | [
"Apache-2.0"
] | permissive | 1091643978/spring | c5db27b126261adf256415a0c56c4e7fbea3546e | c832371e96dffe8af4e3dafe9455a409bfefbb1b | refs/heads/master | 2020-08-27T04:26:22.672721 | 2019-10-31T05:31:59 | 2019-10-31T05:31:59 | 217,243,879 | 0 | 0 | Apache-2.0 | 2019-10-24T07:58:34 | 2019-10-24T07:58:31 | null | UTF-8 | Java | false | false | 1,021 | java | /*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"784990655@qq.com"
] | 784990655@qq.com |
a668d688e05db4ac74f7bdec6a8109b2a449b798 | d7de50fc318ff59444caabc38d274f3931349f19 | /src/com/fasterxml/jackson/databind/introspect/POJOPropertyBuilder$2.java | e6d6e3daeecb42ab5e4044b67cede35547731d59 | [] | no_license | reverseengineeringer/fr.dvilleneuve.lockito | 7bbd077724d61e9a6eab4ff85ace35d9219a0246 | ad5dbd7eea9a802e5f7bc77e4179424a611d3c5b | refs/heads/master | 2021-01-20T17:21:27.500016 | 2016-07-19T16:23:04 | 2016-07-19T16:23:04 | 63,709,932 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.fasterxml.jackson.databind.introspect;
import com.fasterxml.jackson.databind.AnnotationIntrospector;
import com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty;
class POJOPropertyBuilder$2
implements POJOPropertyBuilder.WithMember<AnnotationIntrospector.ReferenceProperty>
{
POJOPro... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
47860e546d028e8b4313779459c9a1e005e4f759 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/appbrand/launching/ab.java | 0f61ba4c2bb9158141a178fd79820d8b668b1b61 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 558 | java | package com.tencent.mm.plugin.appbrand.launching;
import android.content.Context;
import android.content.Intent;
import com.tencent.mm.ui.MMActivity.a;
public abstract interface ab
{
public abstract void a(MMActivity.a parama, Intent paramIntent, int paramInt);
public abstract boolean czG();
p... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
588d110b61dbb4552b249ea39f2b033ef68333ed | 2f1be4753f3314f513edde7df8a340f9693c8f2e | /bamboo-jdk/src/main/java/com/bamboo/jdk/lambda/GreetingServiceMain.java | 257c2412e55066075379b227d138a9a0100d120b | [] | no_license | smileszx/bamboo | 19656747edae739792382d6427409ff9ef7a5dac | b76942cc95d350c0d19a5300c833fcd1985c9c4b | refs/heads/master | 2022-12-30T11:41:53.764505 | 2019-11-10T02:07:27 | 2019-11-10T02:07:27 | 195,080,240 | 1 | 0 | null | 2022-12-16T05:02:05 | 2019-07-03T15:20:37 | Java | UTF-8 | Java | false | false | 380 | java | package com.bamboo.jdk.lambda;
/**
* @Description TODO
* @Author victor su
* @Date 2019/8/6 10:44
**/
public class GreetingServiceMain {
public static void main(String[] args) {
GreetingService greetingService = message -> System.out.println("Hello " + message);
greetingService.sendMessage("Ba... | [
"smile.szx@outlook.com"
] | smile.szx@outlook.com |
1b79a0fe20a42cc58594844faf6087e1de8f93e1 | adad299298b3a4ddbc0d152093b3e5673a940e52 | /2018/neohort-pdf-openpdf/src/main/java/neohort/universal/output/lib_pdf/goto_.java | 2b86c71729a757fdc3b7d65a1bc4012969934ee4 | [] | no_license | surban1974/neohort | a692e49c8e152cea0b155d81c2b2b1b167630ba8 | 0c371590e739defbc25d5befd1d44fcf18d1bcab | refs/heads/master | 2022-07-27T18:57:49.916560 | 2022-01-04T18:00:12 | 2022-01-04T18:00:12 | 5,521,942 | 2 | 1 | null | 2022-06-30T20:10:02 | 2012-08-23T08:33:40 | Java | UTF-8 | Java | false | false | 4,894 | java | /**
* Creation date: (14/12/2005)
* @author: Svyatoslav Urbanovych surban@bigmir.net svyatoslav.urbanovych@gmail.com
*/
/********************************************************************************
*
* Copyright (C) 2005 Svyatoslav Urbanovych
*
* This program is free software; you can redistribute it and/or
* mo... | [
"svyatoslav.urbanovych@gmail.com"
] | svyatoslav.urbanovych@gmail.com |
201ca32de6df99c7dd3f38e4160a62be6861685d | 5f503e1ea83c689c2e8ece66f41d9dde059556f6 | /src/java/serif-util/src/main/java/com/bbn/serif/util/events/consolidator/common/SentenceNPs.java | 502ae758fe34a928a6d097c36558de57c6f71e10 | [
"Apache-2.0"
] | permissive | BBN-E/Hume | b3354e140142a858a864f7b4d17cdf42861b841d | 3d5d7f8e17f7e77ecf94a6de58ac5859a03789ce | refs/heads/master | 2022-12-26T01:44:34.565265 | 2022-03-31T20:58:49 | 2022-03-31T20:58:49 | 137,688,498 | 5 | 2 | Apache-2.0 | 2022-12-14T20:31:08 | 2018-06-17T21:33:12 | Python | UTF-8 | Java | false | false | 917 | java | package com.bbn.serif.util.events.consolidator.common;
import com.bbn.serif.theories.DocTheory;
import com.bbn.serif.theories.SentenceTheory;
import com.google.common.collect.ImmutableMap;
public final class SentenceNPs {
private final ImmutableMap<Integer, NPChunks> sentenceNPs;
private SentenceNPs(final Immut... | [
"hqiu@bbn.com"
] | hqiu@bbn.com |
207d4617b6a4ccacddc61e2ff9846f704ce1efae | 8fe809808931203aa6913d130afb2f41ac58ef2c | /src/com/ai/aris/server/webservice/bean/AisStudyReportData.java | 294606f8e7994b904b601d5fc64f558d99fbe486 | [] | no_license | yangsense/bpris | 08332632f39fa33584bdcb95f07e5d61b635a347 | 77bed9caebc4fd1a4b5a90e5de884ffc414fc5cc | refs/heads/master | 2020-06-05T16:54:31.536441 | 2019-06-18T09:49:47 | 2019-06-18T09:49:47 | 192,486,051 | 0 | 0 | null | 2019-06-18T07:46:34 | 2019-06-18T07:12:00 | null | UTF-8 | Java | false | false | 5,122 | java | package com.ai.aris.server.webservice.bean;
import java.sql.Timestamp;
import java.util.Date;
public class AisStudyReportData {
private long reportId;
private long studyinfoId;
private Timestamp reportDatetime;
private String reportDoctorid;
private Timestamp reportVerifydatetime;
private String reportVerifydoc... | [
"mr_yang_sen@163.com"
] | mr_yang_sen@163.com |
4a29e5755305bf75ebc3b46c2d1c0de4f077fddf | 6a66fc1279beb2ccc3048b39a334bc71dc8dc1f3 | /prettydog/src/main/java/org/wc/prettydog/db/dao/CSequenceMapper.java | bdd8e10e9cf44bc6141408c41aec48fb210e0d3f | [] | no_license | dkisser/middleware | 12984ad989ce847829e48e757bd8046b2178582a | 4d8510ca5d5a970bed9442124365fe1f1f829942 | refs/heads/master | 2022-07-01T18:08:31.828391 | 2020-05-15T03:05:11 | 2020-05-15T03:05:11 | 187,583,971 | 5 | 0 | null | 2022-06-21T01:37:00 | 2019-05-20T06:53:20 | TSQL | UTF-8 | Java | false | false | 277 | java | package org.wc.prettydog.db.dao;
import org.springframework.stereotype.Repository;
import org.wc.prettydog.db.pojo.CSequence;
@Repository
public interface CSequenceMapper extends BaseQueryMapper{
int insert(CSequence record);
int insertSelective(CSequence record);
} | [
"437631891@qq.com"
] | 437631891@qq.com |
c8aae82a0f18f827457bd59828e1264e9bf8750b | 00c51efa9c531d910531833a7f303bce12bf0bfd | /app/src/main/java/com/mainstreetcode/teammate/repository/GameRoundRepository.java | 72df68d5f820d462b5210ad2ec767f9ede61f100 | [] | no_license | nikitagudkovs/teammate-android | 8ac5ccede4c684097db27c9432bad9e02c7dd021 | 3aacfe486b5cd974b44547528c05a82e9b69dbe1 | refs/heads/master | 2020-05-25T22:05:23.937059 | 2019-03-28T19:27:48 | 2019-03-28T19:27:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,290 | java | package com.mainstreetcode.teammate.repository;
import androidx.annotation.Nullable;
import com.mainstreetcode.teammate.model.Game;
import com.mainstreetcode.teammate.model.Tournament;
import com.mainstreetcode.teammate.persistence.AppDatabase;
import com.mainstreetcode.teammate.persistence.EntityDao;
import com.mai... | [
"tjdah100@gmail.com"
] | tjdah100@gmail.com |
261f778503a0b88ba26c8232ddf34973ae69cb93 | 4c9d35da30abf3ec157e6bad03637ebea626da3f | /eclipse/src/org/ripple/power/hft/OrderCxR.java | 059dcd6bc308e3645844bf147367feeda777658f | [
"Apache-2.0"
] | permissive | youweixue/RipplePower | 9e6029b94a057e7109db5b0df3b9fd89c302f743 | 61c0422fa50c79533e9d6486386a517565cd46d2 | refs/heads/master | 2020-04-06T04:40:53.955070 | 2015-04-02T12:22:30 | 2015-04-02T12:22:30 | 33,860,735 | 0 | 0 | null | 2015-04-13T09:52:14 | 2015-04-13T09:52:11 | null | UTF-8 | Java | false | false | 169 | java | package org.ripple.power.hft;
public interface OrderCxR extends Order {
public int getSize();
public String getOrderId();
public double getLimitPrice();
}
| [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
6d4fdc28c0cb53a0803b3f3075aa4f75331a7a20 | 6de2301bbc9048d1a363d44231273f3db9da4ec6 | /bitcamp-java-basic/src/step04/Exam03_5.java | 31f126e49710b620bca30d36034295f93af1934e | [] | no_license | sunghyeondong/bitcamp | 5265d207306adec04223dd0e0d958661334731fa | c4a7d0ba01b0d6b684c67004e6c487b61c6656d6 | refs/heads/master | 2021-01-24T10:28:52.267015 | 2018-10-24T01:32:45 | 2018-10-24T01:32:45 | 123,054,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,016 | java | // 논리 연산자 : 비트 연산
package step04;
public class Exam03_5 {
public static void main(String[] args) {
int a = 0b0110_1100;
int b = 0b0101_0101;
// 정수 값에 대해서는 &&와 ||, !을 사용할 수 없다.
//System.out.println(a && b); // 컴파일 오류!
//System.out.println(a || b); // 컴파일 오류!
//Syste... | [
"tjdgusehd0@naver.com"
] | tjdgusehd0@naver.com |
56e7e12ed8d346900b629305ee47c229b388f4db | d223db75fc58daa583d180973611834eccc53190 | /src/main/java/com/skilrock/lms/BulkFinalReceipt.java | 3853205403b9a6a2526cf0ebc4beb272265d2f5e | [] | no_license | gouravSkilrock/NumbersGame | c1d6665afccee9218f1b53c1eee6fbcc95841bd0 | bbc8af08e436fd51c5dbb01b5b488d80235a0442 | refs/heads/master | 2021-01-20T15:04:59.198617 | 2017-05-09T07:00:29 | 2017-05-09T07:00:29 | 90,712,376 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,989 | java | package com.skilrock.lms;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import com.skilrock.lms.common.db.DBConnect;
public class BulkFinalReceipt {
public static void main(String[] args) {
Connection con = DBConnect.getConnection();
new B... | [
"anuj.sharma@skilrock.com"
] | anuj.sharma@skilrock.com |
289aaf2f6b9a82d6210438491f62fdf1974fd751 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/c9d718f379a877bd04e4544ee830a1c4c256bb4f104f214afd1ccaf81e7b25dea689895678bb1e6f817d8b0939eb175f8e847130f30a9a22e980d38125933516/002/mutations/209/grade_c9d718f3_002.java | 8b311b6ac18f2d2777b37a0d6ea763691fb6c9cd | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,561 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
22e774c73233869131e4bcb46e9f530ba177f528 | dea92fc41db6a97d8cb32b266c399edd3a61989f | /source/org.strategoxt.imp.spoofax.generator/src-gen/org/strategoxt/imp/spoofax/generator/continue_to_label_$Base$Package_0_1.java | ea496c2d098754ce7b25e0dd1dad10382f5f8dd6 | [] | no_license | adilakhter/spoofaxlang | 19170765e690477a79069e05fd473f521d1d1ddc | 27515280879cc108a3cf2108df00760b6d39e15e | refs/heads/master | 2020-03-17T01:15:18.833754 | 2015-01-22T07:12:05 | 2015-01-22T07:12:05 | 133,145,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,369 | java | package org.strategoxt.imp.spoofax.generator;
import org.strategoxt.stratego_lib.*;
import org.strategoxt.stratego_lib.*;
import org.strategoxt.stratego_sglr.*;
import org.strategoxt.stratego_gpp.*;
import org.strategoxt.stratego_xtc.*;
import org.strategoxt.stratego_aterm.*;
import org.strategoxt.stratego_rtg.*;
impo... | [
"md.adilakhter@gmail.com"
] | md.adilakhter@gmail.com |
8d16d1db358f5695d222b0598d94b20cbd5961a7 | 09dfa9547a6f16cc0320ba82ccfae0a4b9101211 | /src/main/java/com/experts/core/biller/statemachine/api/model/domain/jpa/crm/contact/CustomerEmail.java | 612d5466cc88f4809ce507409fc2907adcca6079 | [] | no_license | yousefataya/CloudServer2.0 | 06d6da5fc18c1742f5ad5177bde8743cd637053e | 5b59297555f28da08354c9ede43d1f2113795a21 | refs/heads/master | 2022-12-08T15:01:29.777783 | 2019-12-21T16:14:28 | 2019-12-21T16:14:28 | 229,401,900 | 0 | 2 | null | 2022-11-15T23:53:30 | 2019-12-21T08:55:45 | Java | UTF-8 | Java | false | false | 1,809 | java | package com.experts.core.biller.statemachine.api.model.domain.jpa.crm.contact;
import com.experts.core.biller.statemachine.api.model.domain.jpa.crm.contact.lookup.CustomerEmailLookup;
import com.experts.core.biller.statemachine.api.model.domain.jpa.crm.customer.CustomerDetails;
import com.experts.core.biller.state... | [
"yousef.experts@outlook.com"
] | yousef.experts@outlook.com |
510137a130de3f3256c092e7c10c8626e8c5e63b | da049f1efd756eaac6f40a4f6a9c4bdca7e16a06 | /PrizeHBhelper/app/src/main/java/com/android/lpserver/widget/MoreQuestionPreference.java | 9aef1f6ea9a1059b4b1a3138095a7f2f9605bcca | [] | no_license | evilhawk00/AppGroup | c22e693320039f4dc7b384976a513f94be5bccbe | a22714c1e6b9f5c157bebb2c5dbc96b854ba949a | refs/heads/master | 2022-01-11T18:04:27.481162 | 2018-04-19T03:02:26 | 2018-04-19T03:02:26 | 420,370,518 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,510 | java | package com.android.lpserver.widget;
import android.content.Context;
import android.content.Intent;
import android.preference.Preference;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.android.lp... | [
"649830103@qq.com"
] | 649830103@qq.com |
c5aa32d3ec8dc11a7d6a2baec2f115223f590560 | 36698a8464c18cfe4476b954eed4c9f3911b5e2c | /ZimbraServer/src/java/com/zimbra/cs/service/admin/QueryWaitSet.java | a35816a3696bd3771498f78023d98fd489b2576b | [] | no_license | mcsony/Zimbra-1 | 392ef27bcbd0e0962dce99ceae3f20d7a1e9d1c7 | 4bf3dc250c68a38e38286bdd972c8d5469d40e34 | refs/heads/master | 2021-12-02T06:45:15.852374 | 2011-06-13T13:10:57 | 2011-06-13T13:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,415 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2008, 2009, 2010, 2011 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy... | [
"dstites@autobase.net"
] | dstites@autobase.net |
bedaae52f2a076cdfd1e502ba70253058d85d9f2 | 9a857d1407cf27764f402399adb9fc81c3511b6c | /src/20141123/partner-sdk/src/main/java/com/lodogame/ldsg/partner/model/guguo/GuGuoPaymentObj.java | 7735612c8e7afcdb4425022a7a11e740a36920ac | [] | no_license | zihanbobo/smsg-server | fcfec6fc6b55441d7ab64bb8b769d072752592c0 | abfebf8b1fff83332090b922e390b892483da6ed | refs/heads/master | 2021-06-01T00:01:43.208825 | 2016-05-10T10:10:01 | 2016-05-10T10:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,275 | java | package com.lodogame.ldsg.partner.model.guguo;
import com.lodogame.ldsg.partner.model.PaymentObj;
public class GuGuoPaymentObj extends PaymentObj {
private String openId;
private String serverId;
private String serverName;
private String roleId;
private String roleName;
private String orderId;
private String o... | [
"dogdog7788@qq.com"
] | dogdog7788@qq.com |
56738a00106c9d0152f0d11fdb5f92266baf1fc0 | 7c42475d8b91111f29b864aabe3656604d7332e1 | /src/main/java/me/leetcode3/P112.java | fa46c805f265d720c8132e34e83be7b82cbf4948 | [] | no_license | paranoidq/leetcode-2018 | 1c2dbc0acd9deebecebb26754326d0486daac304 | eff63e4b577aa41358e6fdee44e4c05b816a3666 | refs/heads/master | 2021-05-12T15:31:32.536428 | 2018-10-30T12:43:44 | 2018-10-30T12:43:44 | 116,986,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package me.leetcode3;
import me.TreeNode;
/**
* @author paranoidq
* @since 1.0.0
*/
public class P112 {
public boolean hasPathSum(TreeNode root, int sum) {
if (root == null) {
return false;
}
if (root.left == null && root.right == null) {
return root.val == sum;... | [
"paranoid.qian@gmail.com"
] | paranoid.qian@gmail.com |
de0d5a6423cf6cdebda8f184bcd9dcb030e6305f | 78f7fd54a94c334ec56f27451688858662e1495e | /partyanalyst-service/trunk/src/main/java/com/itgrids/partyanalyst/model/Attendance.java | beb153545212093e45d2dd3957936065a43ea42e | [] | no_license | hymanath/PA | 2e8f2ef9e1d3ed99df496761a7b72ec50d25e7ef | d166bf434601f0fbe45af02064c94954f6326fd7 | refs/heads/master | 2021-09-12T09:06:37.814523 | 2018-04-13T20:13:59 | 2018-04-13T20:13:59 | 129,496,146 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,996 | java | package com.itgrids.partyanalyst.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Generation... | [
"itgrids@b17b186f-d863-de11-8533-00e0815b4126"
] | itgrids@b17b186f-d863-de11-8533-00e0815b4126 |
7a70c1e1850b03783373fdc335bcdeadeef3966a | 9d93eadf80abc6f6e441451bbc1594161eedced6 | /src/java/hrms/dao/relieve/MaxRelieveIdDAOImpl.java | 7b22a7badcdf43f80f6f9c5050ec0ee4261b53f3 | [] | no_license | durgaprasad2882/HRMSOpenSourceFor466anydesk | 1bac7eb2e231a4fb3389b6b1cb8fb4384a757522 | e7ef76f77d7ecf98464e9bcccc2246b2091efeb4 | refs/heads/main | 2023-06-29T16:26:04.663376 | 2021-08-05T09:19:02 | 2021-08-05T09:19:02 | 392,978,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,934 | java | package hrms.dao.relieve;
import hrms.common.CommonFunctions;
import hrms.common.DataBaseFunctions;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import javax.annotation.Resource;
import javax.sql.DataSource;
import org.springframework.context.annotation.Scope;
import org.springfram... | [
"dm.prasad@hotmail.com"
] | dm.prasad@hotmail.com |
92686c5db65596b979e7c3e1fe02f444a093e2d1 | 1930d97ebfc352f45b8c25ef715af406783aabe2 | /src/main/java/com/alipay/api/domain/AlipayFundTransGroupfundsFundbillsQueryModel.java | b3e65d00eb0749ed0ef339a50a1439bb01ce39c5 | [
"Apache-2.0"
] | permissive | WQmmm/alipay-sdk-java-all | 57974d199ee83518523e8d354dcdec0a9ce40a0c | 66af9219e5ca802cff963ab86b99aadc59cc09dd | refs/heads/master | 2023-06-28T03:54:17.577332 | 2021-08-02T10:05:10 | 2021-08-02T10:05:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 团体资金单据(资金流水)查询接口
*
* @author auto create
* @since 1.0, 2019-05-17 11:53:36
*/
public class AlipayFundTransGroupfundsFundbillsQueryModel extends AlipayObject {
private static fi... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
f2ce39a68b743fa127d9a05084e28baa31c2d411 | e515834c3af4049e99a2bbd07383f081c16fcff1 | /web/src/main/java/com/example/springboot/web/WebApplication.java | c2ebf67bfa953264727a98c46611fa52667edd11 | [] | no_license | dabengxiang/spring-boot-example | 1e59da1ff49eeadad6f04cb1be67be7e2caf3c1d | 32e9a72589c9acc12a1a0be8e164e2cf7ed24a51 | refs/heads/master | 2020-04-07T05:27:46.591950 | 2018-11-22T23:10:19 | 2018-11-22T23:10:19 | 158,097,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.example.springboot.web;
import com.fasterxml.jackson.databind.ser.Serializers;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@SpringBootApplication
public class Web... | [
"aaa"
] | aaa |
e2d05200a69a4bb448055a499aca66e0818562ba | b95ee8022eab9c6671a12b0313cb7e0e7aa5f36c | /design-patterns/src/main/java/com/hz/observer/v1/PopupWindow.java | c47cb32e54801689a938e2df391ea03e26de08d3 | [] | no_license | mp2930696631/newStart | c10f399a8e1ae04404d806ed9a5249b68cfa09a1 | bc3a05c52081826af099201a4434d44190e81937 | refs/heads/main | 2023-03-14T13:23:44.439150 | 2021-03-08T07:44:52 | 2021-03-08T07:44:52 | 306,849,648 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package com.hz.observer.v1;
/**
* @Auther zehua
* @Date 2020/11/8 7:32
*/
public class PopupWindow {
public void popup() {
System.out.println("弹窗出现............");
}
}
| [
"891393221@qq.com"
] | 891393221@qq.com |
41905f479ea135beb33b40f2aa00be2ecd58823b | 25e99a0af5751865bce1702ee85cc5c080b0715c | /opencv/src/OpenCV-for-Java/opencv2.4.13/ch04/Panel.java | b7b3aab1bd122de675a8a64ffdcca99c2222852c | [] | no_license | jasonblog/note | 215837f6a08d07abe3e3d2be2e1f183e14aa4a30 | 4471f95736c60969a718d854cab929f06726280a | refs/heads/master | 2023-05-31T13:02:27.451743 | 2022-04-04T11:28:06 | 2022-04-04T11:28:06 | 35,311,001 | 130 | 67 | null | 2023-02-10T21:26:36 | 2015-05-09T02:04:40 | C | UTF-8 | Java | false | false | 1,747 | java | package ch04;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import javax.swing.JPanel;
import org.opencv.core.Mat;
class Panel extends JPanel
{
private BufferedImage image;
public Panel()
{
super();
}
private BufferedImage getimage()
{
return image;
}
... | [
"jason_yao"
] | jason_yao |
5514dc73b926ce02ca66a9780b54f8cc5e1801da | b3a694913d943bdb565fbf828d6ab8a08dd7dd12 | /sources/p003f/p004a/p005a/p012b/p103l/p107d/C0696a.java | 81381ac114a4babf5ddd0ce129a0eeed64f8cd08 | [] | no_license | v1ckxy/radar-covid | feea41283bde8a0b37fbc9132c9fa5df40d76cc4 | 8acb96f8ccd979f03db3c6dbfdf162d66ad6ac5a | refs/heads/master | 2022-12-06T11:29:19.567919 | 2020-08-29T08:00:19 | 2020-08-29T08:00:19 | 294,198,796 | 1 | 0 | null | 2020-09-09T18:39:43 | 2020-09-09T18:39:43 | null | UTF-8 | Java | false | false | 2,354 | java | package p003f.p004a.p005a.p012b.p103l.p107d;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import p002es.gob.radarcovid.features.main.view.MainActivity;
import p002es.gob.radarcovid.features.onboarding.view.OnboardingActivity;
i... | [
"josemmoya@outlook.com"
] | josemmoya@outlook.com |
48195cece7aa3d721097317384920660b7a81d6e | 82e2fa3b1128edc8abd2bd84ecfc01c932831bc0 | /jena-cmds/src/main/java/arq/iri.java | dfb8db08415034967d014c41ee59e7f040fb8bf7 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | apache/jena | b64f6013582f2b5aa38d1c9972d7b14e55686316 | fb41e79d97f065b8df9ebbc6c69b3f983b6cde04 | refs/heads/main | 2023-08-14T15:16:21.086308 | 2023-08-03T08:34:08 | 2023-08-03T08:34:08 | 7,437,073 | 966 | 760 | Apache-2.0 | 2023-09-02T09:04:08 | 2013-01-04T08:00:32 | Java | UTF-8 | Java | false | false | 1,877 | 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 ... | [
"andy@apache.org"
] | andy@apache.org |
f7d24f650e967de28c0b0ce55776587866a78e82 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MATH-78b-3-20-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage-opt/org/apache/commons/math/ode/events/EventState_ESTest_scaffolding.java | 5bf4a9299eaf95b07cbcaf55288a0baff4f0ec65 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,607 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Oct 29 06:55:30 UTC 2021
*/
package org.apache.commons.math.ode.events;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import or... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
560fdd00691941cf5ca31c78a066997c78c837da | e26a8434566b1de6ea6cbed56a49fdb2abcba88b | /model-common-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/ProprietaryStatusJustification.java | 26526ea89dd9fa77805ff20f57b708bb758f553c | [
"Apache-2.0"
] | permissive | adilkangerey/prowide-iso20022 | 6476c9eb8fafc1b1c18c330f606b5aca7b8b0368 | 3bbbd6804eb9dc4e1440680e5f9f7a1726df5a61 | refs/heads/master | 2023-09-05T21:41:47.480238 | 2021-10-03T20:15:26 | 2021-10-03T20:15:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,261 | java |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang... | [
"sebastian@prowidesoftware.com"
] | sebastian@prowidesoftware.com |
276998173cfa52a3d1d36e07d45dcd582347032e | 88551b526bdcd1f6ffdba032d3e6f8daa81d66eb | /src/main/java/lobotomyMod/relic/toolAbnormality/AspirationHeart.java | 833188a0efc57dc0816785b4df2cc718d6197a08 | [] | no_license | HOYKJ/Lobotomy-Mod | bf04be1275e13a3fba68dd822c4b5dd7be937549 | b1a5cfab578c0f92ae13b5332847bb9d4f7c3bdd | refs/heads/master | 2021-10-25T02:34:31.525819 | 2021-10-21T13:38:29 | 2021-10-21T13:38:29 | 224,196,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,509 | java | package lobotomyMod.relic.toolAbnormality;
import com.megacrit.cardcrawl.actions.common.DrawCardAction;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import com.megacrit.cardcrawl.monsters.AbstractMonster;
import com.megacrit.cardcrawl.relics.AbstractRelic;
import lobotomyMod.card.relicCard.AbstractLobotomyR... | [
"1500959719@qq.com"
] | 1500959719@qq.com |
35f137b6088dee4165002e4697f31c6d1b4e6ad8 | 4abd603f82fdfa5f5503c212605f35979b77c406 | /html/Programs/hw10/ebf5cbe831ed38a273545785a6fd6bad/FindNeighbors.java | 15f60699060a449f41c85ca9b0481a692d5e545a | [] | no_license | dn070017/1042-PDSA | b23070f51946c8ac708d3ab9f447ab8185bd2a34 | 5e7d7b1b2c9d751a93de9725316aa3b8f59652e6 | refs/heads/master | 2020-03-20T12:13:43.229042 | 2018-06-15T01:00:48 | 2018-06-15T01:00:48 | 137,424,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,465 | java |
import static java.lang.Math.abs;
public class FindNeighbors {
private Node root;
// DO NOT MODIFY THE CONSTRUCTOR!
// private MaxPQ<Point2D> pq = new MaxPQ<Point2D>();
// private MaxPQ<Double> dpq = new MaxPQ<Double>();
private BST<Double, Point2D> dpq = new BST<Double, Point2D>();
... | [
"dn070017@gmail.com"
] | dn070017@gmail.com |
00b2625356972cebc45989450e3e5296cf25de90 | 51d3d90be271a50a2f5d12a2726ffb1cc827824f | /src/main/java/com/deloitte/sample/integration/demo/publisher/tracking/TrackingSample.java | 91f641c7d5ce12455b92688ecf8b8584a1c0a6bd | [] | no_license | rashmirao156/accelerator-transform-publish | 051e9f8ba91c542e45614e17eadffe5fc4799fc3 | d153c2ee9b4deb2856ab7471d9c3bcc354f489ea | refs/heads/master | 2020-04-22T09:58:57.048142 | 2019-03-19T06:21:43 | 2019-03-19T06:21:43 | 170,289,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package com.deloitte.sample.integration.demo.publisher.tracking;
import java.io.Serializable;
public class TrackingSample implements Serializable {
private String id;
public String getTrackingStatus() {
return trackingStatus;
}
public void setTrackingStatus(String trackingStatus) {
this.trackingSt... | [
"rashmirao156@gmail.com"
] | rashmirao156@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.