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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c956064b9a02050a6424838c740228e31d7e02af | baeb199a3d1853eb787985719fd66b69779a7d47 | /src/main/java/com/example/cars/controllers/CarController.java | bd5a2255df821e0afa7c9ca6768365fbd2e18bf1 | [] | no_license | Edufreitass/tdd-cars | aa048fa961067e6a7981729960e73939f5422fcf | ef52ba8a72561d466ccafa26af6ae046208468b2 | refs/heads/main | 2023-01-14T11:58:56.293680 | 2020-11-18T20:56:26 | 2020-11-18T20:56:26 | 314,038,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,784 | java | package com.example.cars.controllers;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
impo... | [
"eduardoflorencio96@gmail.com"
] | eduardoflorencio96@gmail.com |
d65010f9a643cba9f820a53c595556df3a31834b | a34d3ed0e4dbda04c5c117c3be64378f4f414a2c | /src/main/java/com/up72/hq/dto/resp/ProdParamResp.java | f82cb8046ffd574abae1cdf3f234e7290352af4d | [] | no_license | lgcwn/hq100 | 30e117fdd2cce4307d623bdd2cd9ef5a555464e3 | 77b20342a8e63cd8f316b4f70cb451db2c950f0f | refs/heads/master | 2020-12-30T13:08:08.325769 | 2017-08-26T07:35:16 | 2017-08-26T07:35:16 | 91,324,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | /*
* Powered By [up72-framework]
* Web Site: http://www.up72.com
* Since 2006 - 2015
*/
package com.up72.hq.dto.resp;
import com.up72.hq.model.ProdParam;
import com.up72.hq.model.ProdParam;
/**
* 产品参数中间表输出
*
* @author up72
* @version 1.0
* @since 1.0
*/
public class ProdParamResp extends ProdParam {
pri... | [
"435164706@qq.com"
] | 435164706@qq.com |
18ad0900a14a5c17a6c2999ea175e7b918edf48c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_303/Testnull_30222.java | 65b28cb09e2ebadc47b64db92b98afbaf87fab45 | [] | 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 | 308 | java | package org.gradle.test.performancenull_303;
import static org.junit.Assert.*;
public class Testnull_30222 {
private final Productionnull_30222 production = new Productionnull_30222("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
d74ff26486c9c78676c6558c70bd46d7b9e6b067 | 9c08639f5357f10df16a17d576684f83120fe9b5 | /src/main/java/org/seasar/doma/internal/apt/meta/NClobCreateQueryMetaFactory.java | 456ad09dc811ed19dd7fc3790343b6d5bc455e41 | [
"Apache-2.0"
] | permissive | msysyamamoto/doma | 4936a70fa14b20816911e4e46a3911825fea4feb | 95cedddae26bac8f71366431f2fc29390518625e | refs/heads/master | 2021-01-22T19:22:57.182770 | 2016-04-16T06:55:37 | 2016-04-16T06:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,937 | java | /*
* Copyright 2004-2010 the Seasar Foundation and the Others.
*
* 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 ... | [
"toshihiro.nakamura@gmail.com"
] | toshihiro.nakamura@gmail.com |
2ba4188f749724eff189b87913438d9c44fa239d | 46123905f26ccee9f79d2c9bdb68a181e2cfe37f | /src/main/java/com/study/spring/demo/Service.java | 5af285c628cb3a8151ba203469895baa7771a994 | [
"Apache-2.0"
] | permissive | vilderlee/code | d5f1dbeb275d74e18acca4e3e6aba9b779f5bace | 90b0c4471943fd0fbde6b8e43d1940cc070a9d88 | refs/heads/master | 2022-06-24T00:22:00.502572 | 2021-09-28T07:22:24 | 2021-09-28T07:22:24 | 164,537,647 | 0 | 0 | Apache-2.0 | 2022-06-22T18:41:41 | 2019-01-08T02:17:36 | Java | UTF-8 | Java | false | false | 315 | java | package com.study.spring.demo;
/**
* 类说明:
*
* <pre>
* Modify Information:
* Author Date Description
* ============ ============= ============================
* VilderLee 2019/3/26 Create this file
* </pre>
*/
public interface Service {
void execute() throws Exception;
}
| [
"1010434086@qq.com"
] | 1010434086@qq.com |
8aaa8b2a95004c226e1631187308588921e2b9cc | 2b8c47031dddd10fede8bcf16f8db2b52521cb4f | /subject SPLs and test cases/BerkeleyDB(5)/BerkeleyDB_P5/evosuite-tests2/com/sleepycat/je/LockNotGrantedException_ESTest_scaffolding2.java | e9fbb146428bba959c947b7fa829868f99a8aa43 | [] | no_license | psjung/SRTST_experiments | 6f1ff67121ef43c00c01c9f48ce34f31724676b6 | 40961cb4b4a1e968d1e0857262df36832efb4910 | refs/heads/master | 2021-06-20T04:45:54.440905 | 2019-09-06T04:05:38 | 2019-09-06T04:05:38 | 206,693,757 | 1 | 0 | null | 2020-10-13T15:50:41 | 2019-09-06T02:10:06 | Java | UTF-8 | Java | false | false | 1,458 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Apr 21 22:35:36 KST 2017
*/
package com.sleepycat.je;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@E... | [
"psjung@kaist.ac.kr"
] | psjung@kaist.ac.kr |
b6c2ccba1b0ddf871e8307a60a2a303ed985765c | 1d34bd77cdf5dc4643bc6bc25aff4870b80639e8 | /예전 모음/지뢰 찾기/MineSweeper_12/src/io/thethelab/UIBar.java | 5f740348d764d422af4d20da3225f00c70a24864 | [] | no_license | hapsoa/java_thethelab_workspace | d59d09dedd1217bcd73a010072ebc070ed662459 | df61ee3eafd6e9736d31b058ab7954b23ba89bf8 | refs/heads/master | 2020-03-30T07:17:30.724245 | 2018-09-30T04:43:22 | 2018-09-30T04:43:22 | 150,929,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,183 | java | package io.thethelab;
class UIBar extends View {
private int smile_x = Constants.BLOCK_COUNT_X * Constants.BLOCK_SIZE / 2 - 15;
private int smile_y = Constants.UI_HEIGHT / 2 - 15;
UIBar(Window pApplet) {
super(pApplet);
}
@Override
void update() {
//평소에
if (!pApplet... | [
"hapsoa@gmail.com"
] | hapsoa@gmail.com |
bf8661ebdc518aa5e46e3d915bc88126723173be | 377e5e05fb9c6c8ed90ad9980565c00605f2542b | /bin/ext-integration/sap/asynchronousOM/saporderexchange/src/de/hybris/platform/sap/orderexchange/outbound/impl/DefaultPaymentContributor.java | c8f7036527352f94148e81227ded053331c915ec | [] | no_license | automaticinfotech/HybrisProject | c22b13db7863e1e80ccc29774f43e5c32e41e519 | fc12e2890c569e45b97974d2f20a8cbe92b6d97f | refs/heads/master | 2021-07-20T18:41:04.727081 | 2017-10-30T13:24:11 | 2017-10-30T13:24:11 | 108,957,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,811 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"santosh.kshirsagar@automaticinfotech.com"
] | santosh.kshirsagar@automaticinfotech.com |
22b1d77d384e1de79b5b753ad59391ebebf66e90 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-422-15-15-PESA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/wikimodel/xhtml/impl/XhtmlHandler_ESTest_scaffolding.java | 21d94db9fb75a9467534f92198f715597e987e71 | [] | 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 | 457 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Apr 03 17:53:38 UTC 2020
*/
package org.xwiki.rendering.wikimodel.xhtml.impl;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
imp... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
081bb35e72124e2fad98df77cd0ee29631beb26f | 9bf14b4d2eac89c403109c15a5d48127a81ef8a9 | /src/minecraft/me/lc/vodka/font/UnicodeFontRenderer.java | 599ec250ca23ddcb93ef424a363e595f7b7250ec | [
"MIT"
] | permissive | mchimsak/VodkaSrc | e6d7e968b645566b3eeb1c0995c8d65afc983d1e | 8f0cf23bac81c6bdf784228616f54afa84d03757 | refs/heads/master | 2020-05-01T08:48:11.781283 | 2018-11-20T05:46:18 | 2018-11-20T05:46:18 | 177,386,099 | 1 | 0 | MIT | 2019-03-24T07:59:07 | 2019-03-24T07:59:06 | null | UTF-8 | Java | false | false | 4,373 | java | /*
* Decompiled with CFR 0_132 Helper by Lightcolour E-mail wyy-666@hotmail.com.
*
* Could not load the following classes:
* org.lwjgl.opengl.GL11
*/
package me.lc.vodka.font;
import java.awt.Color;
import java.awt.Font;
import java.util.List;
import net.minecraft.client.Minecraft;
import net.minecraft.client.g... | [
"wyy-666"
] | wyy-666 |
77f83d662f17e088b518ba9b4ccafd3ddd471e70 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_24/Productionnull_2342.java | 6172c6702b8369cdd0fe7f3ce8634ed1f7553ecd | [] | 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 | 589 | java | package org.gradle.testcore.performancenull_24;
public class Productionnull_2342 {
private final String property;
public Productionnull_2342(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getP... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
47ec6928d958f386649a5255b530d824adeb1466 | a335ee604ad472d56101055311733c1a876f6c86 | /pyweather/src/main/java/com/neuroandroid/pyweather/loader/WrappedAsyncTaskLoader.java | 99158a6281e00122df195a0e614a3cfdb9faf569 | [] | no_license | pangyu646182805/PYWeather | 6c4bc04cd1b5c7998f9032e73ade2025cacb7ea0 | 99f0514fc5ee6cec205a2db5dec517ca1cc16d5a | refs/heads/master | 2021-01-23T10:08:36.398377 | 2017-07-27T16:19:49 | 2017-07-27T16:19:49 | 93,040,896 | 32 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,581 | java |
package com.neuroandroid.pyweather.loader;
import android.content.Context;
import android.support.v4.content.AsyncTaskLoader;
/**
* <a href="http://code.google.com/p/android/issues/detail?id=14944">Issue
* 14944</a>
*
* @author Alexander Blom
*/
public abstract class WrappedAsyncTaskLoader<D> extends AsyncTaskL... | [
"pangyu@corp.neurotech.cn"
] | pangyu@corp.neurotech.cn |
2817419c032b02bd2cfbbb11d6b2cf1d1e5d5216 | dfd7e70936b123ee98e8a2d34ef41e4260ec3ade | /analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/kr/co/popone/fitts/viewmodel/wish/WishListModule_ProvidesViewModelFactoryFactory.java | 01b5a4540053b5bf341e63ba99e2390bbf6cb6f4 | [
"Apache-2.0"
] | permissive | skkuse-adv/2019Fall_team2 | 2d4f75bc793368faac4ca8a2916b081ad49b7283 | 3ea84c6be39855f54634a7f9b1093e80893886eb | refs/heads/master | 2020-08-07T03:41:11.447376 | 2019-12-21T04:06:34 | 2019-12-21T04:06:34 | 213,271,174 | 5 | 5 | Apache-2.0 | 2019-12-12T09:15:32 | 2019-10-07T01:18:59 | Java | UTF-8 | Java | false | false | 2,084 | java | package kr.co.popone.fitts.viewmodel.wish;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.inject.Provider;
import kr.co.popone.fitts.eventtracker.EventTracker;
import kr.co.popone.fitts.model.repository.commerce.FittsCommerceRepository;
public final class WishListModule_Pro... | [
"33246398+ajid951125@users.noreply.github.com"
] | 33246398+ajid951125@users.noreply.github.com |
c388d917cc983de86b9f157fbd4734b81f38cd5f | 945d0e45a22fd280955ee9f9dc7a63d3aa7b5e53 | /loan-p2p-service/src/main/java/com/hwc/framework/modules/service/BorrowerUserinfoService.java | e6dc1bbf29f6b74645ba9b8f3eefc0f909fcabba | [] | no_license | liangchch/loan | cb1bd4f767cc89bf78d88dbed6a7ae73b08c1c2b | f535eba487715dc13986d87a655af9000c0ce6ea | refs/heads/master | 2022-04-23T11:27:59.348843 | 2020-04-26T06:26:20 | 2020-04-26T06:26:20 | 258,930,371 | 0 | 0 | null | 2020-04-26T05:45:59 | 2020-04-26T03:29:09 | null | UTF-8 | Java | false | false | 601 | java | package com.hwc.framework.modules.service;
import com.hwc.framework.modules.domain.BorrowerUserinfo;
import com.hwc.framework.modules.domain.Response;
import com.hwc.framework.modules.model.ClBankCard;
import com.hwc.framework.modules.model.ClQuartzInfo;
import com.hwc.mybatis.core.Service;
import java.io.IOE... | [
"jizhongliang@jizhongliangdeiMac.local"
] | jizhongliang@jizhongliangdeiMac.local |
771fd62d76cef01aa6022813ddc206818bdcda40 | 4c561cb446ad1abac394e27fdfc84c690f8e6f4c | /edu/cmu/cs/stage3/alice/core/geometry/PolygonSegment.java | 2ac2b71f81c6b892cf9388f7e2d528df65bdcdc3 | [] | no_license | gomson/alice_source_re | c46b2192cff35ad2c019e93814dbfffa3ea22b2c | 72ff8250deec06e09c79bb42e23a067469e3bccb | refs/heads/master | 2020-03-21T11:29:54.523869 | 2017-05-12T03:53:51 | 2017-05-12T03:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,922 | java | package edu.cmu.cs.stage3.alice.core.geometry;
import edu.cmu.cs.stage3.alice.core.util.Polynomial;
import edu.cmu.cs.stage3.alice.scenegraph.Vertex3d;
import edu.cmu.cs.stage3.math.MathUtilities;
import java.awt.Shape;
import java.awt.geom.GeneralPath;
import java.awt.geom.PathIterator;
import java.util.Collections;
... | [
"nghiadtse05330@fpt.edu.vn"
] | nghiadtse05330@fpt.edu.vn |
e3870cbe96e2ea87a1fab88d84fc9b85f2d81c6d | 6888a877b5e49791af7046fd295b9e597d22492a | /subprojects/gradle-core/src/main/groovy/org/gradle/logging/PrintStreamLoggingSystem.java | 4d59fb5117da98465880db37c81c9e2479c16c58 | [] | no_license | peas/gradle | c98d655efbb86c636c0a31bf09047325f39bba63 | 42c18c115912d891da9843ee9a785dfdd2e363f6 | refs/heads/master | 2021-01-17T23:02:04.476863 | 2010-08-04T08:40:09 | 2010-08-04T08:40:09 | 825,368 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,879 | java | /*
* Copyright 2010 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 applica... | [
"a@rubygrapefruit.net"
] | a@rubygrapefruit.net |
1f9c7f89e8fe6d998c4143ebf22396aec2ed6c9b | 35dacfe3816238bf971586a7914839fa7dafc84c | /src/main/java/com/jh/gateway/app/config/DatabaseConfiguration.java | f2714a93eb1c5bb752904bd6e1496c6a372e1e31 | [] | no_license | jh7rnn/gateway-app | 9d37457b41ca146a99113658af2c5ac04c73dad4 | e1a63b0b7f45c7e8eab1f193abcc62ee6ce51d17 | refs/heads/master | 2020-04-23T17:14:25.517893 | 2019-02-18T17:07:17 | 2019-02-18T17:07:17 | 171,323,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,014 | java | package com.jh.gateway.app.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.h2.H2ConfigurationHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
imp... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
3848274ccea46a7c93e2496a424366b0a2c3f186 | bb6b14d1371af4aaa7fd98a30870466c8c34589a | /app/src/main/java/com/qq/googleplay/ui/adapter/recyclerview/EmptyRecyclerView.java | c7e00b4439b4d4fd140934ecd73aca7a8ce7e3d0 | [
"Apache-2.0"
] | permissive | JackChan1999/GooglePlay | 768bdcfd4a95c3a07f28de388557b2758a19ad2f | f050f5442e338278ed57bc380363820d2ef6b1fc | refs/heads/master | 2021-06-16T16:55:47.102128 | 2017-04-17T14:17:37 | 2017-04-17T14:17:37 | 80,725,785 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,633 | java | package com.qq.googleplay.ui.adapter.recyclerview;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.View;
/**
* ============================================================
* Copyright:Google有限公司版权所有 (c) 2017
* Author: 陈冠杰
* Emai... | [
"jackychan2040@gmail.com"
] | jackychan2040@gmail.com |
7eb19839c3a4ee12fc29f39e9c57f3498417b5da | 7a00bba209de9fcc26ef692006d722bee0530a1a | /backend/n2o/n2o-config/src/main/java/net/n2oapp/framework/config/metadata/compile/cell/BadgeCellCompiler.java | 9654ce61b5a7723d197f4bec85e5f79e2968e090 | [
"Apache-2.0"
] | permissive | borispinus/n2o-framework | bb7c78bc195c4b01370fc2666d6a3b71ded950d7 | 215782a1e5251549b79c5dd377940ecabba0f1d7 | refs/heads/master | 2020-04-13T20:10:06.213241 | 2018-12-28T10:12:18 | 2018-12-28T10:12:18 | 163,422,862 | 1 | 0 | null | 2018-12-28T15:11:59 | 2018-12-28T15:11:58 | null | UTF-8 | Java | false | false | 1,485 | java | package net.n2oapp.framework.config.metadata.compile.cell;
import net.n2oapp.framework.api.metadata.Source;
import net.n2oapp.framework.api.metadata.compile.CompileContext;
import net.n2oapp.framework.api.metadata.compile.CompileProcessor;
import net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N... | [
"iryabov@i-novus.ru"
] | iryabov@i-novus.ru |
78013545200f3f89f60e94fae7ffa0c007508c06 | 4aa5f7f190187aebbfccfe5dc5d4729ffa7ced58 | /src/com/plter/jus/auth/Functions.java | 5fc4c4079e467c05a47a7a5cdf52f7d3c2e4d7e2 | [] | no_license | 460130107/JUS | 63fd1e71b3ade97f2b4c642ec6119c29f88e45a9 | 324922d45914eaea22f3cecb8a4f96d534c28ec9 | refs/heads/master | 2020-12-30T13:46:20.496223 | 2015-07-03T09:04:03 | 2015-07-03T09:04:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,192 | java | package com.plter.jus.auth;
import com.plter.jus.Constants;
import com.plter.jus.auth.annotation.RequireLogin;
import com.plter.jus.auth.annotation.RequireSuperAdmin;
import com.plter.jus.auth.funcs.fun.ShowFunctionList;
import com.plter.jus.auth.funcs.group.*;
import com.plter.jus.auth.funcs.main.ShowMainPage;
import... | [
"xtiqin@163.com"
] | xtiqin@163.com |
cc5123f55634ce6251a71018a67f46b09eb93e6c | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project317/src/main/java/org/gradle/test/performance/largejavamultiproject/project317/p1587/Production31756.java | bdbefff2b0b993305bf4a564dae18b28300f580c | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,971 | java | package org.gradle.test.performance.largejavamultiproject.project317.p1587;
public class Production31756 {
private Production31753 property0;
public Production31753 getProperty0() {
return property0;
}
public void setProperty0(Production31753 value) {
property0 = value;
}
pr... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
48d59e57f3ed4bb2e06d02c5c6dd665fdb51fdc8 | 7016cec54fb7140fd93ed805514b74201f721ccd | /src/java/com/echothree/control/user/offer/common/form/GetOfferItemPriceForm.java | 524134710686740080cf684dfb22b6e277f92d7b | [
"MIT",
"Apache-1.1",
"Apache-2.0"
] | permissive | echothreellc/echothree | 62fa6e88ef6449406d3035de7642ed92ffb2831b | bfe6152b1a40075ec65af0880dda135350a50eaf | refs/heads/master | 2023-09-01T08:58:01.429249 | 2023-08-21T11:44:08 | 2023-08-21T11:44:08 | 154,900,256 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | // --------------------------------------------------------------------------------
// Copyright 2002-2023 Echo Three, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:/... | [
"rich@echothree.com"
] | rich@echothree.com |
254626c418e02d6a2b245b90e39719c31bd833ce | 5132b8eb10952157be016ba070628caf8fd03679 | /java-code/src/main/java/com/sxk/lc/dp/ConvertLetterString.java | 4399fc30794251312d0d4872be60fa92de5346f2 | [] | no_license | sunxiongkun/hippo-algorithm | 1ff69e865b1eaa3ae9972e2bee31a67a1e754d5c | 0342cb7acb170814528d52e547428f0be79ce4aa | refs/heads/master | 2022-04-30T07:32:24.054577 | 2022-04-23T13:24:52 | 2022-04-23T13:24:52 | 165,800,389 | 0 | 0 | null | 2020-10-13T14:17:43 | 2019-01-15T06:51:21 | Java | UTF-8 | Java | false | false | 936 | java | package com.sxk.lc.dp;
/**
* @author sxk
* @date 2021/4/24 11:16 上午
*/
public class ConvertLetterString {
public static void main(String[] args) {
String s = "111239";
System.out.println(process(s.toCharArray(), 0));
}
/***
*
* i之前的位置已经尝试
* i之后的位置有多少种转化结果
* @param arr
* @param ans
... | [
"sunxiongkun2018@163.com"
] | sunxiongkun2018@163.com |
317cafc069223b296066a03d8586ca91eeb0c33f | f8aee71c8cf1a8afe0a096bee4def7f382675f50 | /company-ui-web-primefaces-api/src/main/java/org/cyk/system/company/ui/web/primefaces/adapter/giftcard/GiftCardSystemMenuBuilder.java | ea182d4d84b46fc44ec61d1e9ce013b7668c6721 | [] | no_license | devlopper/org.cyk.system.company | 7f6e8c9c360dd3bbdc73500945ef51f2c1cf6e1f | aae5e7d63f2e1dba1dba0c02fed77588f0ff50d0 | refs/heads/master | 2021-01-25T15:04:05.860701 | 2018-05-21T21:13:32 | 2018-05-21T21:13:32 | 34,449,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,215 | java | package org.cyk.system.company.ui.web.primefaces.adapter.giftcard;
import java.io.Serializable;
import java.util.Collection;
import org.cyk.system.company.business.api.payment.CashierBusiness;
import org.cyk.system.company.model.payment.CashRegister;
import org.cyk.system.company.model.payment.Cashier;
import org.cyk... | [
"Christian@CYK-HP-LAPTOP"
] | Christian@CYK-HP-LAPTOP |
ce55538c0847de88ae038d01eda6b0c7a1733ff3 | 1af3d288cfcdcad742715845253c3f2cf1d0af38 | /Algorithm/day01/src/Code_12_SmallSum.java | 78d3b7411029e1b14f28c4ffcf6861b6805161c3 | [] | no_license | im-vincent/Java-Basic | ac320468533fd10cf5385ac86192a8412d3978d8 | 8073a17e28c42e3d8fb78f172935dc1dc5ebcd24 | refs/heads/master | 2021-01-07T00:05:50.815895 | 2019-12-17T01:25:41 | 2019-12-17T01:25:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,754 | java | /**
*小和问题
*/
public class Code_12_SmallSum {
public static int smallSum(int[] arr) {
if (arr == null || arr.length < 2) {
return 0;
}
return mergeSort(arr, 0, arr.length - 1);
}
public static int mergeSort(int[] arr, int l, int r) {
if (l == r) {
return 0;
}
int mid = l + ((r - l) >> 1);
retu... | [
"18270856781@163.com"
] | 18270856781@163.com |
086fc7883a9ba72645aae80457de411ccabe0116 | 7df62a93d307a01b1a42bb858d6b06d65b92b33b | /src/com/afunms/monitor/executor/TrafficTxUtilization.java | 340e2a7c9ac154f1436646aa6231926b509a16bf | [] | no_license | wu6660563/afunms_fd | 79ebef9e8bca4399be338d1504faf9630c42a6e1 | 3fae79abad4f3eb107f1558199eab04e5e38569a | refs/heads/master | 2021-01-10T01:54:38.934469 | 2016-01-05T09:16:38 | 2016-01-05T09:16:38 | 48,276,889 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 3,241 | java | /**
* <p>Description:interface tx utilization</p>
* <p>Company: dhcc.com</p>
* @author afunms
* @project afunms
* @date 2006-09-17
*/
package com.afunms.monitor.executor;
import java.text.DecimalFormat;
import java.util.*;
import com.afunms.common.util.SysLogger;
import com.afunms.common.util.SysUtil;
import c... | [
"nick@comprame.com"
] | nick@comprame.com |
178d5b72a0d4db6a533ad673584e6ebace501efc | b1c7d854d6a2257330b0ea137c5b4e24b2e5078d | /com/google/android/gms/games/appcontent/AppContentSectionEntity.java | ab73a03a717a0ffed2a27cc3e0d57886602c6eee | [] | no_license | nayebare/mshiriki_android_app | 45fd0061332f5253584b351b31b8ede2f9b56387 | 7b6b729b5cbc47f109acd503b57574d48511ee70 | refs/heads/master | 2020-06-21T20:01:59.725854 | 2017-06-12T13:55:51 | 2017-06-12T13:55:51 | 94,205,275 | 1 | 1 | null | 2017-06-13T11:22:51 | 2017-06-13T11:22:51 | null | UTF-8 | Java | false | false | 6,224 | java | package com.google.android.gms.games.appcontent;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.zzaa;
import com.google.android.gms.games.internal.GamesAbstractSafeParcelable;
import java.util.ArrayList;
import java.util.List;
pu... | [
"cwanziguya@gmail.com"
] | cwanziguya@gmail.com |
1537ff4b9daac0d4f24e29bb33e7d8a61c6e7064 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/java-inflector/generated/src/gen/java/org/openapitools/model/ComAdobeCqScreensImplRemoteImplDistributedHttpClientImplInfo.java | 7d7c46ba44c599e17af146bc77be28d7fbece15b | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | Java | false | false | 4,216 | java | package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.model.ComAdobeCqScreensImplRemoteImplDistr... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
457363025b31d4a640917eaaad747b29194fc258 | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes2/vek.java | 71ab69a2f0cb9fb9297adc8bba764c0b6763eb7f | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.mobileqq.hotpatch.NotVerifyClass;
import com.tencent.mobileqq.troop.activity.NearbyMemberAdapter;
import com.tencent.mobileqq.troop.activity.NearbyMemberAdapter.OnClickSayHelloListener;
import com.tencent.mobileqq.troop.data.NearbyMe... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
1cd0656d27047c188a07c4f852b153cb2ecd1a1f | 10d11b2e17b9eebe83c246c4a0bae41a4f18e6c7 | /src/main/java/com/qubaopen/survey/repository/user/UserFriendRepository.java | e4810eb14e653e3e8e2057246f8de91b57a8aef1 | [] | no_license | cosmoMars/know-heart | 8ce44103cfa4a2a94e4dfedfc6147ce4ad21388c | 073894d49571b39829a10a86ce9f7c54c610f057 | refs/heads/master | 2016-09-06T02:41:03.488447 | 2014-07-26T05:52:16 | 2014-07-26T05:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package com.qubaopen.survey.repository.user;
import com.qubaopen.survey.entity.user.UserFriend;
import com.qubaopen.survey.repository.MyRepository;
public interface UserFriendRepository extends MyRepository<UserFriend, Long> {
}
| [
"cosmo_mars@outlook.com"
] | cosmo_mars@outlook.com |
0cc6bf51af924506d8ad50c21356b7eec0d7331c | dd0f0f563f4f8796a6167537b940ae12c5cb3a90 | /genlab.batch/src/genlab/batch/Application.java | bdf2e75c5cb4ed1e801ee356494415ff5dcbc944 | [] | no_license | margaritis/genlab | 93be8c9be9dc70166867eb0efe0d5f122a13dd0f | 90b8f84576d1e264a75e9cec09f9359ec6527534 | refs/heads/master | 2021-01-15T12:54:24.288087 | 2013-11-19T16:41:43 | 2013-11-19T16:41:43 | 16,492,672 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,340 | java | package genlab.batch;
import genlab.core.GenLab;
import genlab.core.commons.WrongParametersException;
import genlab.core.exec.GenlabExecution;
import genlab.core.model.exec.IComputationProgress;
import genlab.core.model.instance.IGenlabWorkflowInstance;
import genlab.core.persistence.GenlabPersistence;
import genlab.c... | [
"samuel.thiriot.accounts@res-ear.ch"
] | samuel.thiriot.accounts@res-ear.ch |
08e30d8bcc0101cfa3c6d8b0d0ea098f4ca10447 | a0d4660ece22b73f4150bea97c03a83559824846 | /rocketmq/rocketmq-comform/src/main/java/com/example/conform/demo/DemoTransactionProducer.java | ecca0a6387759b064181218815ae535a6897bdf5 | [] | no_license | Escall/rocketmq | 2af2ec2931ff26af3c59eb54926f6b7dd8581304 | 471c74d1831d02909f95b80d4eaa56d38955e444 | refs/heads/master | 2021-07-10T12:27:36.442396 | 2019-09-09T13:10:45 | 2019-09-09T13:10:45 | 207,294,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.example.conform.demo;
import com.example.conform.abstra.AbstractMQTransactionProducer;
import com.example.conform.annotation.MQTransactionProducer;
import org.apache.rocketmq.client.producer.LocalTransactionState;
import org.apache.rocketmq.common.message.Message;
import org.apache.rocketmq.common.message.... | [
"you@example.com"
] | you@example.com |
b94bbb8138f2624f533f54fd59e214002589a107 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_15cdfcbcf852621a762f9cf4e4013e4156b20c76/ImperialConverter/12_15cdfcbcf852621a762f9cf4e4013e4156b20c76_ImperialConverter_s.java | 1a407691279e67fc2df94f9e24b8da53fa23cfe2 | [] | 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,006 | java | package com.marbol.marbol;
import java.util.HashMap;
public class ImperialConverter implements MarbolUnitConverter {
private static final double km2tomi2 = 0.386102;
private static final double mpstomph = 2.23694;
private static final double mtoft = 3.28084;
private static final double ftpermi = 5280;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b3d0c6e21fdc7b5565d6c8fa3811220eb958fe82 | 938435a046a139f0ffc019ff0c1f815d8acc5751 | /evaluation/uk.ac.york.ocl.java_equals/src/javaMM/NumberLiteral.java | 28893620c7da993adb7823cf7503d651d23df242 | [] | no_license | epsilonlabs/parallel-erl | e73eeab7550e86780958ea2ea6d4d2e4f88295e5 | ef45509c7018064809d62fb8e00a4bf4f10c9305 | refs/heads/master | 2021-05-02T10:07:08.151100 | 2020-04-29T11:32:10 | 2020-04-29T11:32:10 | 120,789,351 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | /**
*/
package javaMM;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Number Literal</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link javaMM.NumberLiteral#getTokenValue <em>Token Value</em>}</li>
* </ul>
*
* @see... | [
"sinadoom@googlemail.com"
] | sinadoom@googlemail.com |
827eab6b1237dcf0104215752900c9995fce4070 | 2ebe6e87a7f96bbee2933103a4f43f46ea239996 | /src/test-hu/java/org/htmlunit/BinaryPageTest.java | cd622f37a43c4e417b2c9856ddf79563249148c5 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"EPL-1.0",
"CDDL-1.1",
"EPL-2.0",
"MPL-2.0",
"MIT",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Xceptance/XLT | b4351c915d8c66d918b02a6c71393a151988be46 | c6609f0cd9315217727d44b3166f705acc4da0b4 | refs/heads/develop | 2023-08-18T18:20:56.557477 | 2023-08-08T16:04:16 | 2023-08-08T16:04:16 | 237,251,821 | 56 | 12 | Apache-2.0 | 2023-09-01T14:52:25 | 2020-01-30T16:13:24 | Java | UTF-8 | Java | false | false | 4,399 | java | /*
* Copyright (c) 2002-2023 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | [
"4639399+jowerner@users.noreply.github.com"
] | 4639399+jowerner@users.noreply.github.com |
cb5e5d1f26cc109140a2a465549e87db7afa5590 | 6c35446feb5baaadf1901a083442e14dc423fc0b | /TestWork/src/main/java/com/bussiness/bi/bigdata/http/SparkRest.java | 951fd95b2b622a78e04b85d9c106baaabc293e04 | [
"Apache-2.0"
] | permissive | chenqixu/TestSelf | 8e533d2f653828f9f92564c3918041d733505a30 | 7488d83ffd20734ab5ca431d13fa3c5946493c11 | refs/heads/master | 2023-09-01T06:18:59.417999 | 2023-08-21T06:16:55 | 2023-08-21T06:16:55 | 75,791,787 | 3 | 1 | Apache-2.0 | 2022-03-02T06:47:48 | 2016-12-07T02:36:58 | Java | UTF-8 | Java | false | false | 1,195 | java | package com.bussiness.bi.bigdata.http;
import com.bussiness.bi.bigdata.http.frame.CallWebService;
/**
* jar包必须在远程主机
* 必须得在执行主机创建/tmp/spark-events目录
* */
public class SparkRest {
public static void main(String[] args) {
String sMethod = "post";
String sUrl = "http://10.1.8.75:6066/v1/submissions/create";
St... | [
"13509323824@139.com"
] | 13509323824@139.com |
e40dd2fb1f9df57791ff066ed0f801bbd335f3d9 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/pluginsdk/ui/d/d.java | 2db96f0a74488d192ea37f08e6c7c9a76f2f9b90 | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.tencent.mm.pluginsdk.ui.d;
import android.text.SpannableString;
public interface d {
public static class a {
protected static d qPH;
public static final void a(d dVar) {
qPH = dVar;
}
}
SpannableString g(CharSequence charSequence, int i);
boolean u(C... | [
"707194831@qq.com"
] | 707194831@qq.com |
c767eb881bc69f4d5b9d52236b3ec49fe03279e9 | 745b525c360a2b15b8d73841b36c1e8d6cdc9b03 | /jun_springboot_plugin/springboot_websocket_socketio/src/main/java/com/jun/plugin/websocket/socketio/payload/JoinRequest.java | 46f63371e676dd66570d6086cedb9408c94bfa8d | [] | no_license | wujun728/jun_java_plugin | 1f3025204ef5da5ad74f8892adead7ee03f3fe4c | e031bc451c817c6d665707852308fc3b31f47cb2 | refs/heads/master | 2023-09-04T08:23:52.095971 | 2023-08-18T06:54:29 | 2023-08-18T06:54:29 | 62,047,478 | 117 | 42 | null | 2023-08-21T16:02:15 | 2016-06-27T10:23:58 | Java | UTF-8 | Java | false | false | 496 | java | package com.jun.plugin.websocket.socketio.payload;
import lombok.Data;
/**
* <p>
* 加群载荷
* </p>
*
* @package: com.xkcoding.websocket.socketio.payload
* @description: 加群载荷
* @author: yangkai.shen
* @date: Created in 2018-12-19 13:36
* @copyright: Copyright (c) 2018
* @version: V1.0
* @modified: yangkai.shen
... | [
"wujun728@163.com"
] | wujun728@163.com |
ca82b06f64be74a6cf1188ec0f9cf8b0fcdd2d50 | 044fa73ee3106fe81f6414fa33dd2f8d44c8457e | /rta-api/rta-core/src/main/java/org/rta/core/service/bill/impl/BillServiceImpl.java | 03955601dbae9ad6fe5e6eaf50d43aa40d94e95e | [] | no_license | VinayAddank/webservices | 6ec87de5b90d28c6511294de644b7579219473ca | 882ba250a7bbe9c7112aa6e2dc1a34640731bfb8 | refs/heads/master | 2021-01-25T11:34:25.534538 | 2018-03-01T09:18:26 | 2018-03-01T09:18:26 | 123,411,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package org.rta.core.service.bill.impl;
import org.rta.core.model.vehicle.BillingDetailsModel;
import org.rta.core.service.bill.BillService;
public class BillServiceImpl implements BillService {
@Override
public Long save(BillingDetailsModel billModel) {
return null;
}
}
| [
"vinay.addanki540@gmail.com"
] | vinay.addanki540@gmail.com |
ae327896bb4686d5dfebf9f6d5b83a67b49e32c9 | a4d8c26ae319bbf176d5356b26192dc20314550a | /src/main/java/com/cn/leedane/controller/FinancialTwoCategoryController.java | 298098a73c8d90281c1191edfdae107a71dd07d2 | [] | no_license | sengeiou/leedaneSpringBoot | 419e51686ec52e504ebc3a0677ecfec40b69ba2a | 7e85b93969a79e06d6e8ad78fab6f313021833dd | refs/heads/master | 2023-01-23T02:10:21.351012 | 2020-05-28T11:38:22 | 2020-05-28T11:38:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,544 | java | package com.cn.leedane.controller;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Requ... | [
"825711424@qq.com"
] | 825711424@qq.com |
d84759da68b292337bac3eba76ae5096b13b226a | 7f261a1e2bafd1cdd98d58f00a2937303c0dc942 | /src/ANXCamera/sources/com/android/camera/CameraSize.java | fedf6ea8b12af25edbf78e73182a489a0d362629 | [] | no_license | xyzuan/ANXCamera | 7614ddcb4bcacdf972d67c2ba17702a8e9795c95 | b9805e5197258e7b980e76a97f7f16de3a4f951a | refs/heads/master | 2022-04-23T16:58:09.592633 | 2019-05-31T17:18:34 | 2019-05-31T17:26:48 | 259,555,505 | 3 | 0 | null | 2020-04-28T06:49:57 | 2020-04-28T06:49:57 | null | UTF-8 | Java | false | false | 2,193 | java | package com.android.camera;
import android.support.annotation.NonNull;
import android.util.Size;
public class CameraSize implements Comparable<CameraSize> {
public int height;
public int width;
public CameraSize() {
}
public CameraSize(int i, int i2) {
this.width = i;
this.height... | [
"sv.xeon@gmail.com"
] | sv.xeon@gmail.com |
0accfb75bcd03ecb6c602cad76c6dd62f7acf9a0 | ab3b72de30ea81bc1d41cd4cd3fb80ba35ad879f | /starfish-mall/starfish-mall-bean/src/main/java/priv/starfish/mall/ecard/entity/ECard.java | e443ffa4f1f08d67d5a7e8d1d1021e1f9c7a140d | [] | no_license | Jstarfish/starfish | f81f147d7a93432c6aa77e5d34eb7d12b4312b89 | 2c15e33c5d158d333d21f68b98cc161d2afa7cd3 | refs/heads/master | 2022-12-21T12:05:08.900276 | 2019-09-04T06:52:07 | 2019-09-04T06:52:07 | 126,459,466 | 0 | 1 | null | 2022-12-16T04:52:51 | 2018-03-23T09:01:56 | Java | UTF-8 | Java | false | false | 4,212 | java | package priv.starfish.mall.ecard.entity;
import java.io.Serializable;
import java.math.BigDecimal;
import java.sql.Types;
import java.util.Date;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import priv.starfish.common.annotation.Colu... | [
"jstarfish@126.com"
] | jstarfish@126.com |
7e1c148c73d06bdfb52086bf4fa3432295375f72 | 62c373cf5d5eefa8e2909be59e61f8cd5cb31bcb | /pmml-evaluator/src/main/java/org/jpmml/evaluator/FunctionEvaluationContext.java | 5b80703ecee291a7df60a02523d6bde199007213 | [
"Apache-2.0"
] | permissive | colmanzf/jpmml | ab2f29f6cd4a64826ce7ff15add8e4eadd103b97 | c1d602ffcd44550c07bbbdf69b4b2fb9d1019af9 | refs/heads/master | 2021-01-18T12:18:07.758529 | 2013-07-30T18:40:14 | 2013-07-30T18:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | /*
* Copyright (c) 2013 University of Tartu
*/
package org.jpmml.evaluator;
import java.util.*;
import org.dmg.pmml.*;
public class FunctionEvaluationContext extends EvaluationContext {
private EvaluationContext parent = null;
public FunctionEvaluationContext(EvaluationContext parent, Map<FieldName, ?> argume... | [
"villu.ruusmann@gmail.com"
] | villu.ruusmann@gmail.com |
e76c2653d47c31bfb2d6f6384a1497b23fa917fb | f567c98cb401fc7f6ad2439cd80c9bcb45e84ce9 | /src/main/java/com/alipay/api/response/AlipayDataDataserviceDmpserviceCreateResponse.java | 89b136ffdcf4a578ee2d09ff25002b32103698e4 | [
"Apache-2.0"
] | permissive | XuYingJie-cmd/alipay-sdk-java-all | 0887fa02f857dac538e6ea7a72d4d9279edbe0f3 | dd18a679f7543a65f8eba2467afa0b88e8ae5446 | refs/heads/master | 2023-07-15T23:01:02.139231 | 2021-09-06T07:57:09 | 2021-09-06T07:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.data.dataservice.dmpservice.create response.
*
* @author auto create
* @since 1.0, 2020-01-14 10:12:55
*/
public class AlipayDataDataserviceDmpserviceCrea... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
10d5b2bba57432ea2d99675f8525e379f0f81ac9 | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/androidx/media2/exoplayer/external/drm/DefaultDrmSession$$Lambda$0.java | 684a3e967af554d36f5a91571e3133d6423ac157 | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442419 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | Java | UTF-8 | Java | false | false | 459 | java | package androidx.media2.exoplayer.external.drm;
import androidx.media2.exoplayer.external.util.EventDispatcher;
final /* synthetic */ class DefaultDrmSession$$Lambda$0 implements EventDispatcher.Event {
static final EventDispatcher.Event $instance = new DefaultDrmSession$$Lambda$0();
private DefaultDrmSessio... | [
"66115754+Minionguyjpro@users.noreply.github.com"
] | 66115754+Minionguyjpro@users.noreply.github.com |
929db3fed6b931f81b87d3d06a889097794b0349 | 4bdc2db9778a62009326a7ed1bed2729c8ff56a9 | /extension/interface/fabric3-interface-wsdl/src/main/java/org/fabric3/wsdl/contribution/impl/RelativeUrlResolver.java | db480429bdc58dcf2c88decc43f265bea44658b8 | [] | no_license | aaronanderson/fabric3-core | 2a66038338ac3bb8ba1ae6291f39949cb93412b2 | 44773a3e636fcfdcd6dcd43b7fb5b442310abae5 | refs/heads/master | 2021-01-16T21:56:29.067390 | 2014-01-09T15:44:09 | 2014-01-14T06:26:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,738 | java | /*
* Fabric3
* Copyright (c) 2009-2013 Metaform Systems
*
* Fabric3 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, with the
* ... | [
"jim.marino@gmail.com"
] | jim.marino@gmail.com |
bd8408df359549f635479aabf93f685b90bca93b | 3180c5a659d5bfdbf42ab07dfcc64667f738f9b3 | /src/unk/com/zing/zalo/a/aa.java | 41b1161186a9fb546349e7afae4418a3a54188d6 | [] | no_license | tinyx3k/ZaloRE | 4b4118c789310baebaa060fc8aa68131e4786ffb | fc8d2f7117a95aea98a68ad8d5009d74e977d107 | refs/heads/master | 2023-05-03T16:21:53.296959 | 2013-05-18T14:08:34 | 2013-05-18T14:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package unk.com.zing.zalo.a;
import android.content.Intent;
import android.net.Uri;
import android.view.View;
import android.view.View.OnClickListener;
import com.zing.zalo.control.k;
import com.zing.zalo.ui.ChatActivity;
class aa
implements View.OnClickListener
{
aa(m paramm, k paramk)
{
}
public void onC... | [
"danghvu@gmail.com"
] | danghvu@gmail.com |
a46a34221c61a4eed1504580a0fd21fd3c5e49d2 | 1261d2ddffdf5706ac3dac75c51e122e06f2dd4a | /0630haksaChart/src/main/java/com/example/mapper/StuMapper.java | b5bfd183e68b3b279bca0c3da700d36dd4e6ae41 | [] | no_license | blinggg/spring_git | 2aa00a141b50886c5bbd873a97010d465dab2158 | 9aa6f45ed0f88174df42d32c43303d4e79677f12 | refs/heads/master | 2022-12-09T17:53:08.867989 | 2020-09-04T09:00:05 | 2020-09-04T09:00:05 | 292,800,517 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package com.example.mapper;
import java.util.List;
import com.example.domain.Criteria;
import com.example.domain.EnrollVO;
import com.example.domain.StuVO;
public interface StuMapper {
public List<StuVO> list(Criteria cri);
public StuVO read(String scode);
public void update(StuVO vo);
public void de... | [
"amorpatis2@naver.com"
] | amorpatis2@naver.com |
a0f819f6b7c81ad69bfcf31c83ecf6b24b489639 | 88ec0f806483eb070d20102c4c8fd2c813a249b5 | /src/com/zj/bigdefine/GlobalParam.java | 726b9036a93ce1445c3a8dc5877935ae29d65458 | [] | no_license | zhujiancom/fashionwebpro | 83cb4df9dff58a232f28006523d168db5137df4f | e0c4570bcc3e7df59b9fdb7f9450a619a4d46515 | refs/heads/master | 2021-01-19T14:33:29.910578 | 2013-11-12T23:43:43 | 2013-11-12T23:43:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package com.zj.bigdefine;
public class GlobalParam {
public static final String LOGIN_USER_SESSION = "login_user_session";
public static final String LOGIN_ACCOUNT_SESSION = "login_account_session";
public static final String LOGIN_USER_MODULE_PRIV = "moduleList";
public static final String BASE_AUTH_TOKEN =... | [
"eric87com@gmail.com"
] | eric87com@gmail.com |
992dd117ec2fd17c781dfc4be2c001281f15804f | a770d4843f534f5bf7e55890311d827ccd8e8950 | /src/main/java/com/hyva/restopos/rest/pojo/PaymentVoucherPojo.java | 60c89c5fb5fb1baaa94d3051cc64a6cf7c2c4d9f | [] | no_license | ksourav796/RestoposLite | 983417486657f4985684ce08362504fad1972ec6 | 27c3838a04e0a18abb984d838de20bf6aab28a03 | refs/heads/main | 2023-01-06T01:31:14.360597 | 2020-10-30T16:48:16 | 2020-10-30T16:48:16 | 308,689,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java | package com.hyva.restopos.rest.pojo;
import lombok.Data;
import javax.persistence.Temporal;
import java.math.BigDecimal;
import java.util.Date;
@Data
public class PaymentVoucherPojo {
private Long vouId;
private String vocherCode;
private String fromDate;
private String toDate;
private String sta... | [
"ksourav796.sk@gmail.com"
] | ksourav796.sk@gmail.com |
b561869e769bef4d2c797fa9be0fa67cfa6f5bab | 667b169912840feb29954ca4c24526553aeaa906 | /testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonPage.java | 609d0ccb6e72a4d9d8f14ab53d8865f66af04003 | [] | no_license | ppalaga/portletbridge | 8f074bfc46c39c9ad8789a94c82bd38b416e6935 | ef01fa82f46ed4eff91702dcfd54cbcbc4e94621 | refs/heads/master | 2021-01-18T06:36:28.441861 | 2013-04-16T20:10:06 | 2013-04-16T20:10:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,217 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [
"ken@kenfinnigan.me"
] | ken@kenfinnigan.me |
86dd5281b6d3cb674ac9ed2043ffe14c867ca93e | 3204a2d9ce419e761df72182526f9caf7b7a8f0e | /src/test/java/com/lykke/tests/e2e/CucumberTest.java | 684b8fba43c1592247d53c3245cdcf07bd302414 | [
"MIT"
] | permissive | OpenMAVN/MAVN.Service.Tests | e20b71d3352c658f4a80be1a287fd57d127ad897 | e972731ccc697f5922e41fc7cf4e882e1e480741 | refs/heads/master | 2021-04-23T22:02:22.863785 | 2020-03-26T13:06:05 | 2020-03-26T13:06:05 | 250,015,230 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package com.lykke.tests.e2e;
import cucumber.api.CucumberOptions;
//import cucumber.api.junit.jupiter.CucumberExtension;
//import io.cucumber.core.options.*;
//import io.cucumber.junit.*;
//import io.cucumber.java.*;
//import io.cucumber.junit.*;
//import cucumber.api.junit.Cucumber;
//import io.cucumber.junit.Cucumbe... | [
"mail@glushkov.us"
] | mail@glushkov.us |
aa8d55cf584881627f974abfbd183c82e6b3ef10 | 69bad400820111d618c9f58adb5a24a9052b8a94 | /buildinggame/buildinggame-impl/src/main/java/com/gmail/stefvanschiedev/buildinggame/utils/guis/ArenaSelection.java | be77d99a72db8232244530f4cfb1191130417628 | [
"Unlicense"
] | permissive | stefvanschie/buildinggame | 3e2c4e899b15acbe1ae7a17fb03ff1b57b64e9d9 | 319723a47278cff67816a50abdb4ad288a2a8294 | refs/heads/master | 2023-08-03T13:49:26.318196 | 2023-07-24T03:03:34 | 2023-07-26T18:18:15 | 36,075,671 | 13 | 28 | Unlicense | 2023-08-28T03:39:47 | 2015-05-22T14:10:19 | Java | UTF-8 | Java | false | false | 1,737 | java | package com.gmail.stefvanschiedev.buildinggame.utils.guis;
import com.github.stefvanschie.inventoryframework.gui.GuiItem;
import com.github.stefvanschie.inventoryframework.gui.type.ChestGui;
import com.github.stefvanschie.inventoryframework.pane.OutlinePane;
import com.gmail.stefvanschiedev.buildinggame.Main;
import c... | [
"stefvanschiedev@gmail.com"
] | stefvanschiedev@gmail.com |
8cbacbacce4f1ccea587a0e5c91f9978341b1acf | b522d8db178621ab6ca8b230f4dee9ce1cfbd333 | /kerby-kerb/kerb-crypto/src/main/java/org/apache/kerby/kerberos/kerb/crypto/cksum/CmacCamellia256CheckSum.java | a30c15c9508e388a4f1e1d9ca0c8c7521615bc8f | [
"Apache-2.0"
] | permissive | HazelChen/directory-kerby | 491ff75d3e2281ae0096c5b9cd53684548471687 | 1ca0d98e962825ffd53b3a83019c924673d9b557 | refs/heads/master | 2021-01-17T21:34:31.337558 | 2015-03-19T06:13:57 | 2015-03-19T06:13:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,674 | 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"... | [
"drankye@gmail.com"
] | drankye@gmail.com |
53c3e25b4e17bdbea8d61461a999e79ac6ed069a | 58df55b0daff8c1892c00369f02bf4bf41804576 | /src/alq.java | e103992342d89e5c8829f52cc2f46bec20a18a37 | [] | no_license | gafesinremedio/com.google.android.gm | 0b0689f869a2a1161535b19c77b4b520af295174 | 278118754ea2a262fd3b5960ef9780c658b1ce7b | refs/heads/master | 2020-05-04T15:52:52.660697 | 2016-07-21T03:39:17 | 2016-07-21T03:39:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | public final class alq
{
public int a = 0;
public int b = 0;
public int c = Integer.MIN_VALUE;
public int d = Integer.MIN_VALUE;
public int e = 0;
public int f = 0;
public boolean g = false;
public boolean h = false;
public final void a(int paramInt1, int paramInt2)
{
c = paramInt1;
d = p... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
429eecf29a8d2376701230e9e721763a57edbb18 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/12/PrimitiveLongPeekingIteratorTest.java | d78b983e8e9837afb0ad856e5c751f555df77181 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 2,266 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
9a2e709418c889dd6831b23c76dab9fb32ebf407 | af846ab7ffc148cd3207f3e65cfb2dde6d92c767 | /sparrow-tools/sparrow-tools-data/src/main/java/com/sparrow/data/service/imports/data/ImportResult.java | 323beda5208219d5818e5c1caefbe3d07f83b9c2 | [
"Apache-2.0"
] | permissive | aniu2002/myself-toolkit | aaf5f71948bb45d331b206d806de85c84bafadcc | aea640b4339ea24d7bfd32311f093560573635d3 | refs/heads/master | 2022-12-24T20:25:43.702167 | 2019-03-11T14:42:14 | 2019-03-11T14:42:14 | 99,811,298 | 1 | 0 | Apache-2.0 | 2022-12-12T21:42:45 | 2017-08-09T13:26:46 | Java | UTF-8 | Java | false | false | 1,649 | java | package com.sparrow.data.service.imports.data;
/**
*
* 批量导入的处理结果
*
* @author YZC
* @version 1.0 (2014-3-31)
* @modify
*/
public class ImportResult {
public static final ImportResult SUCCESS = new ImportResult("success", true);
public static final ImportResult FAILURED = new ImportResult("failured",
false... | [
"yuanzhengchu2002@163.com"
] | yuanzhengchu2002@163.com |
1c0297565b4f1f57d7936537ebe494a366cb6c2d | 16bacd6ef5d524c9c0fe99f32f2d2403d43b3aec | /instrument-simulator/instrument-simulator-base-api/src/main/java/com/shulie/instrument/simulator/api/LoadMode.java | 6ff50b30bbe0f49832d9206119d21ddc4eebf43a | [
"Apache-2.0"
] | permissive | shulieTech/LinkAgent | cbcc9717d07ea636e791ebafe84aced9b03730e8 | 73fb7cd6d86fdce5ad08f0623c367b407e405d76 | refs/heads/main | 2023-09-02T11:21:57.784204 | 2023-08-31T07:02:01 | 2023-08-31T07:02:01 | 362,708,051 | 156 | 112 | Apache-2.0 | 2023-09-13T02:24:11 | 2021-04-29T06:05:47 | Java | UTF-8 | Java | false | false | 865 | java | /**
* Copyright 2021 Shulie Technology, Co.Ltd
* Email: shulie@shulie.io
* 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 requi... | [
"jirenhe@shulie.io"
] | jirenhe@shulie.io |
c2627fe222415a0ec10a3c486194d18446a75803 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/C42221rw.java | 3808567593c2a78af7bc89a514358035686475f6 | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package p000X;
/* renamed from: X.1rw reason: invalid class name and case insensitive filesystem */
public final class C42221rw extends C12690hE {
public final /* synthetic */ C12030g4 A00;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public C42221rw(C12030g4 r2) ... | [
"stan@rooy.works"
] | stan@rooy.works |
c49ce98dd3142a98c9521bc6b3c6599777859b69 | 0345fe20fe8a7933320d8756fddfe019dd23a1c6 | /engine-api/src/main/java/io/nosqlbench/engine/api/activityapi/core/Activity.java | d424f022e5337e5623056222688c23099b05824f | [
"Apache-2.0"
] | permissive | justinchuch/nosqlbench | 4b206e786cf7b29a124147e45fa661a5e820baac | 0e6cf4db1ab759f29d1744cf8516e215641a09e4 | refs/heads/master | 2023-04-07T17:18:16.521293 | 2020-05-01T17:54:48 | 2020-05-01T17:54:48 | 260,615,880 | 0 | 1 | Apache-2.0 | 2023-03-29T18:12:34 | 2020-05-02T04:49:03 | null | UTF-8 | Java | false | false | 6,865 | java | /*
*
* Copyright 2016 jshook
* 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 ... | [
"jshook@gmail.com"
] | jshook@gmail.com |
eb62280607ac9da2688e873f220dd38cb38a6196 | a7045d8dbc4f4743a84a893940b230eec962b9df | /complete-android/app/src/main/java/intranet/client/network/SaveAnnouncementJsonStringListener.java | bd28c4baaa407cb679fb9adc6d0f9873e193463e | [] | no_license | grails-guides/grails-android-security | cd91f961b302e7a21e480338a41e26a83a815519 | 81dc05f3fb4e3cb570e01a13a63485fae94468f8 | refs/heads/master | 2021-10-22T02:15:08.937246 | 2021-10-18T20:34:48 | 2021-10-18T20:34:48 | 79,829,608 | 0 | 0 | null | 2017-08-09T17:03:46 | 2017-01-23T17:34:33 | Java | UTF-8 | Java | false | false | 259 | java | package intranet.client.network;
public interface SaveAnnouncementJsonStringListener {
void onAnnouncementJsonStringSaveFailure();
void onAnnouncementJsonStringSaveSuccess(String json);
void onAnnouncementJsonStringSaveFailureUnauthorized();
}
| [
"sergio.delamo@softamo.com"
] | sergio.delamo@softamo.com |
2cd1b18c00e5c98f8860cf64ab305b34c65828db | 11c721abff1c38dbfcdc050dc11e9e62d7ed3662 | /surefire-integration-tests/src/test/resources/fork-mode-resource-loading/src/test/java/forkMode/ResourceLoadTest.java | e2c3d51de8858775046734e560c395ee7fb97fa1 | [
"Apache-2.0"
] | permissive | DaGeRe/maven-surefire | 4106549e59d8bd154ce0872726cc73a7585e8edb | 45de58b12413df54d3dc7cd313f117930964504e | refs/heads/master | 2022-03-09T15:41:34.644027 | 2017-10-11T15:29:09 | 2017-10-11T22:46:54 | 106,571,653 | 1 | 2 | null | 2017-10-11T15:20:17 | 2017-10-11T15:20:17 | null | UTF-8 | Java | false | false | 1,625 | java | package forkMode;
/*
* 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
... | [
"krosenvold@apache.org"
] | krosenvold@apache.org |
bdcc974675f6ced30a5bfcd567f5cf1e22baac04 | 1e81333b5b61ea6c6f7591c6c041eb5ded69f987 | /src/main/java/za/co/yellowfire/threesixty/ui/DashboardPanelView.java | d6d338835dd745bc54a39130c0841528da046d8c | [] | no_license | ooca-big/threesixty | 176cb3a507bdd5d63d56d62423a3348e34422ef5 | 65cd82abd95702a6cdc65bfbbc5c623afcfd7a5f | refs/heads/master | 2021-10-26T15:18:05.929418 | 2019-04-13T14:30:35 | 2019-04-13T14:30:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package za.co.yellowfire.threesixty.ui;
import com.vaadin.navigator.View;
import com.vaadin.ui.Component;
public interface DashboardPanelView extends View {
void toggleMaximized(final Component panel, final boolean maximized);
}
| [
"mp.ashworth@gmail.com"
] | mp.ashworth@gmail.com |
4986cec545bc6145b86fa256fdebfd2b49a09815 | d00af6c547e629983ff777abe35fc9c36b3b2371 | /jboss-all/testsuite/src/main/org/jboss/test/jbossmx/compliance/objectname/PatternTestCase.java | 8387cae8eda0c956da715d8b3ce4a95e00c5bdb4 | [] | no_license | aosm/JBoss | e4afad3e0d6a50685a55a45209e99e7a92f974ea | 75a042bd25dd995392f3dbc05ddf4bbf9bdc8cd7 | refs/heads/master | 2023-07-08T21:50:23.795023 | 2013-03-20T07:43:51 | 2013-03-20T07:43:51 | 8,898,416 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,680 | java | /*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.jbossmx.compliance.objectname;
import org.jboss.test.jbossmx.compliance.TestCase;
import javax.management.MalformedObjectNameException;
import javax.management.ObjectName;
pu... | [
"rasmus@dll.nu"
] | rasmus@dll.nu |
7a750a9bed9ccd121e3b0755dcd2de1085e10dd6 | 84ef7c0c9e50137f285b7c3237cfd1842b8dce12 | /nan21.dnet.module.bd.presenter/src/main/java/net/nan21/dnet/module/bd/presenter/impl/attr/model/AttributeValue_Ds.java | 6b1f2e7a6abf5dac98b36b597ecc08868dd0d312 | [] | no_license | dnet-ebs/nan21.dnet.module.bd | 4656f71b10d1d6627de63bfd606f6f65f64f91c7 | cd06753e3881addfa3ff1d0b3a875214155335b6 | refs/heads/master | 2021-01-03T13:19:55.589624 | 2013-11-14T07:43:59 | 2013-11-14T07:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,857 | java | /**
* DNet eBusiness Suite
* Copyright: 2010-2013 Nan21 Electronics SRL. All rights reserved.
* Use is subject to license terms.
*/
package net.nan21.dnet.module.bd.presenter.impl.attr.model;
import net.nan21.dnet.core.api.annotation.Ds;
import net.nan21.dnet.core.api.annotation.DsField;
import net.nan21.... | [
"attila.mathe@dnet-ebusiness-suite.com"
] | attila.mathe@dnet-ebusiness-suite.com |
70de7fc2edc3b74d0f132b2c4fd737de08c28651 | d589dbea0bb805d88995e35667ac3a768a5b8358 | /app/src/main/java/com/axier/example/jsonrpc/azazar/krotjson/JSON.java | 891d57f542c3ad415e847fb9546fd60ea1933ef6 | [] | no_license | YYwishp/sample-app | 4ef126dd58929aef01d9d5b546def128e3dc1545 | d1f642277d2bf3a86e2f1ec279573c2d698f6d98 | refs/heads/master | 2020-03-11T08:31:54.606016 | 2018-04-17T10:16:25 | 2018-04-17T10:16:25 | 129,886,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,649 | java | /*
* KrotJSON License
*
* Copyright (c) 2013, Mikhail Yevchenko.
*
* 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, c... | [
"yywishp@gmail.com"
] | yywishp@gmail.com |
f6b186841f0509c74b1b895b2ebebf6df78c499a | 6dc36322fac9ae60a32462b0a0bf9047714e4d1e | /HelloMaven/src/main/java/com/hyr/maven/helloMaven/HelloWord.java | e624b4c9a655963e6f1ec19fbb3c2d64704e8a0a | [] | no_license | huangyueranbbc/Spring_Study | db11ce2d939f3f8fadea96ca4c8bef30b062bdf0 | 0dc848d13d2c87a6ce78191477f0938774932d38 | refs/heads/master | 2020-04-02T03:25:52.876148 | 2016-07-15T01:18:32 | 2016-07-15T01:18:32 | 63,380,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.hyr.maven.helloMaven;
public class HelloWord
{
public String sayHello()
{
return "Hello Maven";
}
public static void main(String[] args)
{
System.out.println(new HelloWord().sayHello());
}
}
| [
"you@example.com"
] | you@example.com |
093a907752c0766ef833f784133bcd946d0598c5 | f3bc507e7d57cb56efbb9a991aa961158af86fef | /src/tgcommon/src/com/alachisoft/tayzgrid/common/protobuf/ColumnTypeProtocol.java | 69523e5995256c8422c3dbc8d246214ad1e0a555 | [
"Apache-2.0"
] | permissive | Alachisoft/TayzGrid | 28163c092d246312393b56684f47d72ed8a25964 | 1cd2cdfff485a08f329c44150a5f02d8a98255cc | refs/heads/master | 2020-12-24T13:28:46.946083 | 2015-11-13T08:11:28 | 2015-11-13T08:11:28 | 37,905,036 | 11 | 10 | null | null | null | null | UTF-8 | Java | false | true | 3,681 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ColumnType.proto
package com.alachisoft.tayzgrid.common.protobuf;
public final class ColumnTypeProtocol {
private ColumnTypeProtocol() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
p... | [
"tayzgrid.dev@alachisoft.com"
] | tayzgrid.dev@alachisoft.com |
5f238555d80a145eb5e7b40356848d7c6a73a593 | 1f2ad174732488ac4584553f77dae3d26167da46 | /src/main/java/org/osivia/sample/transaction/repository/command/DeleteSingleDocCommand.java | 7b4e69de7ef0064acc6fc21d57a6a53d21cee1d6 | [] | no_license | osivia/osivia-sample-transaction | 2b5b7cf2af53b6fa8ff5f5ed9e687806a4845488 | 44977afc00ca024736eb39b6fa45a13ecc942d29 | refs/heads/master | 2020-08-07T06:33:14.642024 | 2020-02-06T18:36:54 | 2020-02-06T18:36:54 | 213,334,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | package org.osivia.sample.transaction.repository.command;
import org.apache.commons.io.IOUtils;
import org.nuxeo.ecm.automation.client.OperationRequest;
import org.nuxeo.ecm.automation.client.Session;
import org.nuxeo.ecm.automation.client.adapters.DocumentService;
import org.nuxeo.ecm.automation.client.jaxrs.impl.Htt... | [
"Jean-Sébastien@DESKTOP-IKBRQGB"
] | Jean-Sébastien@DESKTOP-IKBRQGB |
eb25cac2b68cd31d8c987113c9b33c7c01b0ca28 | b71df571145e1423c8a466dbff5318d3a01fa030 | /trunk/Implementacao/fa7-shoppingvirtual/src/br/com/seteshop/negocio/persistencia/CarrinhoDAO.java | d326cb43541e0b3bc8abde3881115080776a3f35 | [] | no_license | BGCX067/fa7-shoppingvirtual-svn-to-git | bdb99c8d084bfc2ea858df186155ad6a95fc6ab5 | 7796ca96228b180c8b6c8c1c0464e5b57ffbb900 | refs/heads/master | 2016-09-01T08:52:47.787035 | 2015-12-28T14:39:25 | 2015-12-28T14:39:25 | 48,850,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | /**
*
*/
package br.com.seteshop.negocio.persistencia;
import java.sql.ClientInfoStatus;
import java.util.List;
import br.com.seteshop.negocio.modelo.Carrinho;
import br.com.seteshop.negocio.modelo.Cliente;
import br.com.seteshop.negocio.modelo.Cliente;
import br.com.seteshop.negocio.modelo.Item;
pub... | [
"you@example.com"
] | you@example.com |
5fba0085913e550095743448719df91848ef6af9 | 56adea945b27ccaf880decadb7f7cb86de450a8d | /search/ep-search/src/test/java/com/elasticpath/search/index/grouper/impl/IndexGrouperTest.java | f9c809b4f5a0dbe2ec6bd8117fe9d5ed760bfadf | [] | no_license | ryanlfoster/ep-commerce-engine-68 | 89b56878806ca784eca453d58fb91836782a0987 | 7364bce45d25892e06df2e1c51da84dbdcebce5d | refs/heads/master | 2020-04-16T04:27:40.577543 | 2013-12-10T19:31:52 | 2013-12-10T20:01:08 | 40,164,760 | 1 | 1 | null | 2015-08-04T05:15:25 | 2015-08-04T05:15:25 | null | UTF-8 | Java | false | false | 4,641 | java | package com.elasticpath.search.index.grouper.impl;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
import org.jmock.Expectations;
import org.jmock.integration.junit4.JUnitRuleMockery;
impor... | [
"chris.gomes@pearson.com"
] | chris.gomes@pearson.com |
780f2f6fef4e316c7566b44a6f71f06494e97a6b | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /zuiyou/sources/com/meizu/cloud/pushsdk/networking/okio/Util.java | 620b9aa852482f61fbfc4eb9a4b3930168125a8c | [] | no_license | aheadlcx/analyzeApk | 050b261595cecc85790558a02d79739a789ae3a3 | 25cecc394dde4ed7d4971baf0e9504dcb7fabaca | refs/heads/master | 2020-03-10T10:24:49.773318 | 2018-04-13T09:44:45 | 2018-04-13T09:44:45 | 129,332,351 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package com.meizu.cloud.pushsdk.networking.okio;
import android.support.v4.view.ViewCompat;
import java.nio.charset.Charset;
final class Util {
public static final Charset UTF_8 = Charset.forName("UTF-8");
private Util() {
}
public static void checkOffsetAndCount(long j, long j2, long j3) {
... | [
"aheadlcxzhang@gmail.com"
] | aheadlcxzhang@gmail.com |
b255eed7799d5806856f5eee16b5815916989fce | cb762d4b0f0ea986d339759ba23327a5b6b67f64 | /src/dao/com/joymain/jecs/mi/dao/JmiRefStateLogDao.java | 2e68114382f8c5549a19e4b82126993900cdb74f | [
"Apache-2.0"
] | permissive | lshowbiz/agnt_ht | c7d68c72a1d5fa7cd0e424eabb9159d3552fe9dc | fd549de35cb12a2e3db1cd9750caf9ce6e93e057 | refs/heads/master | 2020-08-04T14:24:26.570794 | 2019-10-02T03:04:13 | 2019-10-02T03:04:13 | 212,160,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java |
package com.joymain.jecs.mi.dao;
import java.util.List;
import com.joymain.jecs.dao.Dao;
import com.joymain.jecs.util.data.CommonRecord;
import com.joymain.jecs.util.data.Pager;
public interface JmiRefStateLogDao extends Dao {
List getJmiRefStateLogsByCrm(CommonRecord crm, Pager pager);
}
| [
"727736571@qq.com"
] | 727736571@qq.com |
c21903126076dc80fca93ed803e15a858eb3c4bf | e1a4acf1d41b152a0f811e82c27ad261315399cc | /lang_interface/java/com/intel/daal/algorithms/neural_networks/layers/ForwardInputId.java | 2b5603c2f9c38388fb605cac6adeb9e5590318d7 | [
"Apache-2.0",
"Intel"
] | permissive | ValeryiE/daal | e7572f16e692785db1e17bed23b6ab709db4e705 | d326bdc5291612bc9e090d95da65aa579588b81e | refs/heads/master | 2020-08-29T11:37:16.157315 | 2019-10-25T13:11:01 | 2019-10-25T13:11:01 | 218,020,419 | 0 | 0 | Apache-2.0 | 2019-10-28T10:22:19 | 2019-10-28T10:22:19 | null | UTF-8 | Java | false | false | 2,188 | java | /* file: ForwardInputId.java */
/*******************************************************************************
* Copyright 2014-2019 Intel Corporation
*
* 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 L... | [
"nikolay.a.petrov@intel.com"
] | nikolay.a.petrov@intel.com |
1318939227fb1b45e3ab6bd3a450ff6b664d9512 | 9f8304a649e04670403f5dc1cb049f81266ba685 | /common/src/main/java/com/cmcc/vrp/boss/shanghai/model/charge/ChargeRetInfo.java | df24464e6d9c3d06b6be494a9fa0d34940e5d4de | [] | no_license | hasone/pdata | 632d2d0df9ddd9e8c79aca61a87f52fc4aa35840 | 0a9cfd988e8a414f3bdbf82ae96b82b61d8cccc2 | refs/heads/master | 2020-03-25T04:28:17.354582 | 2018-04-09T00:13:55 | 2018-04-09T00:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package com.cmcc.vrp.boss.shanghai.model.charge;
import com.cmcc.vrp.boss.shanghai.model.paymember.SoapDataContainer;
/**
* @author lgk8023
*
*/
public class ChargeRetInfo {
private SoapDataContainer soapDataContainer;
private ChargeReturnContent returnMap;
public SoapDataContainer getSoapDataContain... | [
"fromluozuwu@qq.com"
] | fromluozuwu@qq.com |
1c4b8bce53bbd72aaa60fd935c954b6e4ddba024 | 5f498d9c751a7c0263e129544c5a42606541627f | /org.eclipse.bpel.model/src/org/eclipse/bpel/model/resource/BPELVariableResolver.java | 691c65f7c0a5bb9e4e20107956cfc172fc557f40 | [] | no_license | saatkamp/simpl09 | 2c2f65ea12245888b19283cdcddb8b73d03b9cf0 | 9d81c4f50bed863518497ab950af3d6726f2b3c8 | refs/heads/master | 2021-01-10T03:56:30.975085 | 2011-11-09T19:36:14 | 2011-11-09T19:36:14 | 55,900,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,188 | java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | [
"hahnml@t-online.de"
] | hahnml@t-online.de |
4e42364083f70162a2e00148331c1b12d60c9eca | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/chatroom/ui/ModRemarkRoomNameUI$1.java | 81497a9347a462c694200165efe88509f1f4e6fc | [] | 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 | 1,350 | java | package com.tencent.mm.plugin.chatroom.ui;
import android.content.Intent;
import com.tencent.mm.g.a.lj;
import com.tencent.mm.sdk.b.b;
import com.tencent.mm.sdk.b.c;
import com.tencent.mm.ui.base.h;
import com.tencent.mm.z.ar;
class ModRemarkRoomNameUI$1 extends c<lj> {
final /* synthetic */ ModRemarkRoomNameUI l... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
99845d02a163780d42608130faee5ba62ce6b8af | cbef0416a432e990af754a20bc7f49a68331ed3b | /src/Strategy/example/BackDoor.java | ad7fb540d540dbf1fb9d4b72980aa1fa1436d940 | [] | no_license | JDawnF/design | 0f6bfd7c15772c0dedbd026bac34a47c763eb5c9 | aa70a478db9c0bc6919368add6cdfa2197a1f909 | refs/heads/master | 2020-04-16T23:15:48.712119 | 2019-01-18T10:15:34 | 2019-01-18T10:15:34 | 166,002,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package Strategy.example;
/**
* @program: design
* @description: 其中一个策略
* @author: baichen
* @create: 2019-01-17 16:57
**/
public class BackDoor implements IStrategy {
@Override
public void operate() {
System.out.println("找乔国老帮忙,让吴国太给孙权施加压力");
}
}
| [
"335825732@qq.com"
] | 335825732@qq.com |
7a2873f3e6e2418a787a1bcd2291ed93d07e5dad | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-13316-2-24-Single_Objective_GGA-WeightedSum-BasicBlockCoverage/com/xpn/xwiki/internal/skin/AbstractSkin_ESTest.java | 68ea2fc26190adc44d74f80004b518e41254ac6f | [
"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 | 2,667 | java | /*
* This file was automatically generated by EvoSuite
* Sun May 17 21:10:09 UTC 2020
*/
package com.xpn.xwiki.internal.skin;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import ch.qos.logback.c... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
9e944541506999a7f038d08e98a276291dded62f | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/test/org/apache/hadoop/io/compress/TestGzipCodec.java | 44ac7999430d57bc91681a7541adace25692082a | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 6,094 | 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... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
2e48eec6a4fa82a273ab4732948284556f37f6c6 | d2984ba2b5ff607687aac9c65ccefa1bd6e41ede | /src/net/datenwerke/rs/base/client/reportengines/table/columnfilter/FilterUIStartup.java | a1214b53325a47966fe699ff0ceaf9e035bc63c9 | [] | no_license | bireports/ReportServer | da979eaf472b3e199e6fbd52b3031f0e819bff14 | 0f9b9dca75136c2bfc20aa611ebbc7dc24cfde62 | refs/heads/master | 2020-04-18T10:18:56.181123 | 2019-01-25T00:45:14 | 2019-01-25T00:45:14 | 167,463,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,626 | java | /*
* ReportServer
* Copyright (c) 2018 InfoFabrik GmbH
* http://reportserver.net/
*
*
* This file is part of ReportServer.
*
* ReportServer is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Fou... | [
"srbala@gmail.com"
] | srbala@gmail.com |
4d663f03dddc84a6bef2ab5072c0ecd600a92f11 | c5a67e2aeabbde81c93a329ae2e9c7ccc3631246 | /src/main/java/com/vnw/data/jooq/tables/TblsysRefpermission.java | 2552562dc7e0734e0e8c0a118ed36edabbcf7500 | [] | no_license | phuonghuynh/dtools | 319d773d01c32093fd17d128948ef89c81f3f4bf | 883d15ef19da259396a7bc16ac9df590e8add015 | refs/heads/master | 2016-09-14T03:46:53.463230 | 2016-05-25T04:04:32 | 2016-05-25T04:04:32 | 59,534,869 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,598 | java | /**
* This class is generated by jOOQ
*/
package com.vnw.data.jooq.tables;
import com.vnw.data.jooq.Keys;
import com.vnw.data.jooq.VnwCore;
import com.vnw.data.jooq.tables.records.TblsysRefpermissionRecord;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
... | [
"phuonghqh@gmail.com"
] | phuonghqh@gmail.com |
2dbde88db64347f7fb39dea360bfe38eab0a2cfb | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/JacksonDatabind-110/com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers/BBC-F0-opt-90/26/com/fasterxml/jackson/databind/deser/impl/JavaUtilCollectionsDeserializers_ESTest.java | 5c929a57d6745c99902977f64516f86121ee341a | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,355 | java | /*
* This file was automatically generated by EvoSuite
* Sat Oct 23 19:24:30 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.impl;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.fasterxml.jackson.databind.DeserializationContext;
impo... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
30790555bce18220e9388ae19e0fef17ec7f8f26 | e760326163cfa14b2779934c9e71a7f7a76dfb35 | /src/com/amarsoft/app/als/dataimport/xlsimport/DataGridWriter.java | 0d6b9cef2c4e7d51f400e967f2036a5ee6934c33 | [] | no_license | gaosy5945/easylifecore | 41e68bba747eb03f28edecf18d9d2ce2755db9d8 | 3fd630be1d990d0e66452735e84841536af5b9ba | refs/heads/master | 2020-05-19T17:25:29.370637 | 2016-09-21T08:29:40 | 2016-09-21T08:29:40 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 7,123 | java | package com.amarsoft.app.als.dataimport.xlsimport;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import java.util.regex.Pattern;
import com.amarsoft.are.ARE;
import com.amarsoft.are.jbo.BizObject;
import com.amarsoft.are.jbo.BizObjectClass;
import com.... | [
"jianbin_wang@139.com"
] | jianbin_wang@139.com |
8fdc25a7001400432103ca38ae844d9bba5fbcdb | 6c54321bec80514b8125ff7fa46a08773825ebb2 | /stanhebben/minetweaker/tweaker/SetFuelPattern.java | ede3d2c20e11121e577e087f2e7bc44c74aedae6 | [] | no_license | Fusty/MineTweaker | 988fae8320e4ea1e6a6c52ac20416d828d2e7dc7 | 837ef0d267508131dea3ebb93357f99f32371e05 | refs/heads/master | 2020-04-06T04:58:50.601317 | 2014-06-03T06:24:50 | 2014-06-03T06:24:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package stanhebben.minetweaker.tweaker;
import stanhebben.minetweaker.api.value.TweakerItemStackPattern;
public class SetFuelPattern {
private TweakerItemStackPattern pattern;
private int value;
public SetFuelPattern(TweakerItemStackPattern pattern, int value) {
this.pattern = pattern;
this.value = value;
}... | [
"stanhebben@gmail.com"
] | stanhebben@gmail.com |
97024af50d363a9092a9fb6fac01452592800f72 | e62c3b93b38d2d7781d38ba1cdbabfea2c1cf7af | /BocBankMobile/src/main/java/com/boc/bocsoft/mobile/bocmobile/buss/creditcard/billinstallments/ui/BillInstallmentMainContract.java | bb8797295f7d3cd8209b9aed2d819e79fb283c73 | [] | no_license | soghao/zgyh | df34779708a8d6088b869d0efc6fe1c84e53b7b1 | 09994dda29f44b6c1f7f5c7c0b12f956fc9a42c1 | refs/heads/master | 2021-06-19T07:36:53.910760 | 2017-06-23T14:23:10 | 2017-06-23T14:23:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.boc.bocsoft.mobile.bocmobile.buss.creditcard.billinstallments.ui;
import com.boc.bocsoft.mobile.bii.common.BiiException.BiiResultErrorException;
import com.boc.bocsoft.mobile.framework.ui.BasePresenter;
import com.boc.bocsoft.mobile.framework.ui.BaseView;
import java.math.BigDecimal;
/**
* Name: liukai
... | [
"15609143618@163.com"
] | 15609143618@163.com |
c528d05b0f38e4109fbf1f0139702335a43a7741 | 8eac9fe5030455cb9d1692d2136fa79046fa3350 | /src/main/java/com/i4one/base/web/controller/admin/ActivityReportSettings.java | ba9c5c8ac4ea2ac9f24c7a25f464ca78e20e680b | [
"MIT"
] | permissive | badiozam/concord | 1987190d9aac2fb89b990e561acab6a59275bd7b | 343842aa69f25ff9917e51936eabe72999b81407 | refs/heads/master | 2022-12-24T06:29:32.881068 | 2020-07-01T19:26:05 | 2020-07-01T19:26:05 | 149,226,043 | 0 | 0 | MIT | 2022-12-16T09:44:00 | 2018-09-18T03:53:29 | Java | UTF-8 | Java | false | false | 4,626 | java | /*
* MIT License
*
* Copyright (c) 2018 i4one Interactive, LLC
*
* 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 us... | [
"badiozam@yahoo.com"
] | badiozam@yahoo.com |
d3cfcd9f3918f0c9c3798403504def941045eb39 | 6ce88a15d15fc2d0404243ca8415c84c8a868905 | /bitcamp-java-basic/src/step24/ex03/Exam04.java | c651ef0a2e32cd4a64823172052575e3685cc9c8 | [] | no_license | SangKyeongLee/bitcamp | 9f6992ce2f3e4425f19b0af19ce434c4864e610b | a26991752920f280f6404565db2b13a0c34ca3d9 | refs/heads/master | 2021-01-24T10:28:54.595759 | 2018-08-10T07:25:57 | 2018-08-10T07:25:57 | 123,054,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package step24.ex03;
public class Exam04 {
public static void main(String[] args) {
new Thread(new Runnable() {
@Override
public void run() {
for (int i = 0; i < 1000; i++) {
System.out.println("===> " + i);
... | [
"sangkyeong.lee93@gmail.com"
] | sangkyeong.lee93@gmail.com |
803ff92ca9f20a2d7946587d6cc8b1311eecf5f2 | e951240dae6e67ee10822de767216c5b51761bcb | /src/main/java/algorithms/ListNode.java | 05e8aed14e68d1a191b452c8760adfaf33ab37c5 | [] | no_license | fengjiny/practice | b1315ca8800ba25b5d6fed64b0d68d870d84d1bb | 898e635967f3387dc870c1ee53a95ba8a37d5e37 | refs/heads/master | 2021-06-03T09:20:35.904702 | 2020-10-26T10:45:03 | 2020-10-26T10:45:03 | 131,289,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package algorithms;
public class ListNode {
public int val;
public ListNode next;
public ListNode(int x) {
val = x;
}
}
| [
"fengjinyu@mobike.com"
] | fengjinyu@mobike.com |
7ad5b13772f68dff467f801a3323dd00250bb60d | ee40799e6ad93ac07e2580e890ae38e140f6132a | /src/RDPCrystalEDILibrary/ElementExclusionConstraint.java | c4f4bb77ee1f96cb622fb6cb86ab2f33ecc9a31f | [] | no_license | Javonet-io-user/3e31e312-8b7c-43cc-a7c0-96ec31b56ad5 | c2a96b7dbeb0a0abd788f76ecf64de756cbcd779 | db68571c6724fe123032af7cd8603ebf7b3dc0a9 | refs/heads/master | 2020-04-15T16:17:08.109701 | 2019-01-09T09:10:38 | 2019-01-09T09:10:38 | 164,828,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package RDPCrystalEDILibrary;
import Common.Activation;
import static Common.Helper.Convert;
import static Common.Helper.getGetObjectName;
import static Common.Helper.getReturnObjectName;
import static Common.Helper.ConvertToConcreteInterfaceImplementation;
import Common.Helper;
import com.javonet.Javonet;
im... | [
"support@javonet.com"
] | support@javonet.com |
90698d8e2f1c855bb9e28e7888ff471e02ab925f | cfd346ab436b00ab9bfd98a5772e004d6a25451a | /dialog/OpenIDTokenBuilder/src/main/java/com/axiata/dialog/util/DbUtil.java | e9cb6ca4c3af99f475e5d3f92d028574a15e07db | [] | no_license | Shasthojoy/wso2telcohub | 74df08e954348c2395cb3bc4d59732cfae065dad | 0f5275f1226d66540568803282a183e1e584bf85 | refs/heads/master | 2021-04-09T15:37:33.245057 | 2016-03-08T05:44:30 | 2016-03-08T05:44:30 | 125,588,468 | 0 | 0 | null | 2018-03-17T02:03:11 | 2018-03-17T02:03:11 | null | UTF-8 | Java | false | false | 3,005 | java | package com.axiata.dialog.util;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import org.apache.commons.logging.... | [
"igunawardana@mitrai.com"
] | igunawardana@mitrai.com |
d3a96936d5295d66a26ff034fe88aa3dd103b4b1 | a7e3300229f40b7c04b2f3f8859cb9e79c0d69e1 | /Board/src/Board/UpdateFormAction.java | b737c3eaa554cc4405bc37d06062ac37370d885c | [] | no_license | leeyeong87/Board | 8d89179ffc8eec3ca31e9e377405d6b2ea498109 | 0a2cac128ff21dd011d9bc12dca645b14ec54796 | refs/heads/master | 2020-08-05T15:05:00.648141 | 2016-08-30T06:03:03 | 2016-08-30T06:03:03 | 66,911,359 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 789 | java | package Board;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Board.BoardDBBean;
import Board.BoardDataBean;
public class UpdateFormAction implements CommandAction{//글수정
public String requestPro(HttpServletRequest request,
HttpServletRespons... | [
"user1@user1-PC"
] | user1@user1-PC |
4d6f059327a74e2e717f9c049decde6307cefa04 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java | 502d79be664e3e3a3b78f14a13a8dfcef723689b | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package com.sun.corba.se.spi.ior.iiop;
import com.sun.corba.se.spi.ior.TaggedComponent;
public abstract interface ORBTypeComponent extends TaggedComponent
{
public abstract int getORBType();
}
/* Location: C:\Program Files\Java\jdk1.7.0_79\jre\lib\rt.jar
* Qualified Name: com.sun.corba.se.spi.ior.ii... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
ae600294faa68c2a928e08e621ee4c2a6e9dbbd9 | f28dce60491e33aefb5c2187871c1df784ccdb3a | /src/main/java/com/umeng/socialize/controller/j.java | 0b178ebcd266343699978be8dba136ba9e1a99a0 | [
"Apache-2.0"
] | permissive | JackChan1999/boohee_v5.6 | 861a5cad79f2bfbd96d528d6a2aff84a39127c83 | 221f7ea237f491e2153039a42941a515493ba52c | refs/heads/master | 2021-06-11T23:32:55.977231 | 2017-02-14T18:07:04 | 2017-02-14T18:07:04 | 81,962,585 | 8 | 6 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.umeng.socialize.controller;
import com.umeng.socialize.bean.SocializeEntity;
import com.umeng.socialize.controller.d.a;
/* compiled from: UMSubServiceFactory */
enum j extends a {
j(String str,
int i
)
{
super(str, i);
}
public Object a(SocializeEntity socializeEntity, Ob... | [
"jackychan2040@gmail.com"
] | jackychan2040@gmail.com |
2aa5516ed1dc491464ff0e80d94f1e766b9bc8c3 | 36a69181ab5fda658d848cde991172d2072e3bd8 | /Day3/src/Assignment3/FindVowels.java | 1782a00bfaeaf022237ad001f54b319854ded1c0 | [] | no_license | SaiBalaguru/DL1119BTAB5CL016 | c284ffe74edb0bedc4ea899c3056ad5a7e3705ba | 6d356209cbffb9008ce1adf0273e9acc8d05de54 | refs/heads/master | 2020-11-29T23:07:02.672342 | 2020-01-17T10:05:15 | 2020-01-17T10:05:15 | 230,235,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,201 | java | package Assignment3;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
import java.util.Set;
public class FindVowels {
public static int size;
public static List<String> list = new ArrayList<>();
public static Arra... | [
"you@example.com"
] | you@example.com |
2f741b0269e4a05a652ea2471e682bf7b5288d9b | 4ff81ab64f19e802bd5e98e3fdb32bc45efeb249 | /src/main/java/xml_parsing/finalProject/learningXml/FinalTest.java | e391b956a3c19dc4f1cdd3266504c12adeab20f8 | [] | no_license | dixu11/small-projects | d21c87835e7912ec9420ca2e102be4f9693709b8 | 51ab11bb2323d3bb91ff91e7a438bba579af318e | refs/heads/master | 2022-06-08T21:39:03.771932 | 2019-07-04T09:38:06 | 2019-07-04T09:38:06 | 195,213,045 | 0 | 0 | null | 2022-05-20T21:01:40 | 2019-07-04T09:37:03 | Java | UTF-8 | Java | false | false | 319 | java | package xml_parsing.finalProject.learningXml;
import java.util.Random;
public class FinalTest {
public static final String IMIE = "Bartek";
public static void main(String[] args) {
final String tekst = "blabal";
final int liczba = 10;
final Random random = new Random();
}
}
| [
"daniel.szlicht25@gmail.com"
] | daniel.szlicht25@gmail.com |
1d345e0adfc0c0f6a88d9751003e7f099e6aee6b | 66d3122f8f031d6e8b27e8ead7aa5ae0d7e33b45 | /net/minecraft/server/function/CommandFunction.java | 9c30aa3e7dd8979a62e0fce5f4a2bec7c4193c72 | [] | no_license | gurachan/minecraft1.14-dp | c10059787555028f87a4c8183ff74e6e1cfbf056 | 34daddc03be27d5a0ee2ab9bc8b1deb050277208 | refs/heads/master | 2022-01-07T01:43:52.836604 | 2019-05-08T17:18:13 | 2019-05-08T17:18:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,573 | java | package net.minecraft.server.function;
import java.util.Optional;
import javax.annotation.Nullable;
import java.util.ArrayDeque;
import net.minecraft.server.command.ServerCommandSource;
import com.mojang.brigadier.ParseResults;
import com.mojang.brigadier.exceptions.CommandSyntaxException;
import com.mojang.brigadier.... | [
"879139909@qq.com"
] | 879139909@qq.com |
0ceac15fe8b7229ec8bd199637f8f307e9020939 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project68/src/test/java/org/gradle/test/performance68_3/Test68_289.java | 1832558afa6052d35d8e2bad5a6b47b97d1cb3e9 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance68_3;
import static org.junit.Assert.*;
public class Test68_289 {
private final Production68_289 production = new Production68_289("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
93565bd7116aa6e16880b9ae06a125264e149d6d | 748b97febae0619e54d0ddcf8a3d67a1cee1100b | /src/main/java/com/oozinoz/util/LeafIterator.java | 6d0c6e362ae6704a837076f9923d19684aeef23b | [] | no_license | andyglick/design-patterns-java-workbook-ooznoz | d4549ef893517017b8f15be3cf498b5a1873eec0 | 7e80d5d871faabab064a7334f974b0a2203059e1 | refs/heads/master | 2023-07-08T11:44:31.309558 | 2020-05-04T05:00:57 | 2020-05-04T05:00:57 | 261,085,185 | 0 | 1 | null | 2023-04-17T19:49:55 | 2020-05-04T05:05:38 | Java | UTF-8 | Java | false | false | 1,480 | java | package com.oozinoz.util;
import java.util.*;
/*
* Copyright (c) 2001 Steven J. Metsker.
*
* Steve Metsker makes no representations or warranties about
* the fitness of this software for any particular purpose,
* including the implied warranty of merchantability.
*
* Please use this software as you wish with... | [
"andyglick@gmail.com"
] | andyglick@gmail.com |
a457a678b8874366836886d71da700734a328d19 | c75983ad19ee28f43ee92fbd417a85ae8b703e8c | /src/main/java/com/synechron/onlineacc/util/Util.java | 06ba09170d8d3f996c086dc17851e35320982bf1 | [] | no_license | ravikalla/devops-selfservice-enterprise | 9350c25331b8d23c958edfca6069525e5c9022ff | f166e7184399b65167ea590a032f9955207b043f | refs/heads/master | 2021-07-15T22:57:18.424729 | 2020-09-03T04:09:24 | 2020-09-03T04:09:24 | 244,240,541 | 0 | 0 | null | 2021-03-31T21:50:06 | 2020-03-01T23:30:56 | Java | UTF-8 | Java | false | false | 280 | java | package com.synechron.onlineacc.util;
public class Util {
public static String createDefectInfo(String strTemplate, ProjectType projectType, OrgName newOrgName) {
return strTemplate.replace("<LOB>", newOrgName.toString()).replace("<TECHNOLOGY>", projectType.toString());
}
}
| [
"ravi2523096@gmail.com"
] | ravi2523096@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.