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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e3afc2f220a98136b451441fffac3328e666983d | cdbdddac426bce27ad97401b779392327a6a77eb | /spring/mixed/PropertyEditorSupport/src/com/java/core/SIDEditor.java | 163260ab4602fbbbd3f2163d6270acf92670773f | [] | no_license | dhirajn72/allmylocalstuff | 87dc68dfe014f31f6c96e996d6b251ff4bda4de8 | 2f50ab2f3f6b37f71cd02cc253639c540006b933 | refs/heads/master | 2022-12-23T09:42:59.221342 | 2021-07-28T19:11:40 | 2021-07-28T19:11:40 | 97,965,789 | 1 | 1 | null | 2022-12-16T09:55:29 | 2017-07-21T16:08:29 | Roff | UTF-8 | Java | false | false | 369 | java | package com.java.core;
import java.beans.PropertyEditorSupport;
public class SIDEditor extends PropertyEditorSupport {
@Override
public void setAsText(String text) throws IllegalArgumentException {
// text=B-001
String bid = text.substring(0, 2);
String sid = text.substring(2);
SID sid2 = new SID(bid, Integ... | [
"dhirajn72@gmail.com"
] | dhirajn72@gmail.com |
a287fbdd5294e9272ed4a913889ec727c912baa9 | db499cdbff20dce3c0b202fde3c32023e9febe58 | /app/src/main/java/in/wingstud/grocitoseller/Api/RequestCode.java | 4ed33955c0039ebdc0cc581f19abd996d44d8181 | [] | no_license | mukesh249/GrocitoSeller | c140028a9f2aab6664d4ad1a845bea2aaab5e6fd | 072b99b213bd948358cd4f4d0feffac41869ee99 | refs/heads/master | 2020-12-28T01:45:09.705182 | 2020-02-04T06:42:13 | 2020-02-04T06:42:13 | 238,140,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,455 | java | package in.wingstud.grocitoseller.Api;
/**
* Created by suarebits on 3/12/15.
*/
public class RequestCode {
public static final int CODE_Register = 1;
public static final int CODE_Login = 2;
public static final int CODE_OtpCheck = 3;
public static final int CODE_ResendOtp = 4;
public static final... | [
"mukeshv249@gmail.com"
] | mukeshv249@gmail.com |
98e043c88d0d814bc29d75cba458985d72f89bb9 | 5ffe1d028a3e95dbd836f8984f4d992853bf27aa | /src/main/java/com/naver/reservation/dao/ReservationUserCommentDao.java | e5b4c9792164a3bd902b820a4d96ed3efa55330c | [] | no_license | dhjs2001/news | 9fef25e716d60d38fbd7ba273b8134898c669874 | 29f70353ee0dc2fd93b083730cc981ee3b3d7303 | refs/heads/master | 2023-08-19T09:22:46.878358 | 2021-10-14T19:17:11 | 2021-10-14T19:17:11 | 417,249,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,172 | java | package com.naver.reservation.dao;
import static com.naver.reservation.dao.ReservationUserCommentDaoSqls.*;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.sql.DataSource;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springf... | [
"you@example.com"
] | you@example.com |
3320737c1f15e9fa97af074c9ef6a40e627d261e | 00b6189dc6b7f22a6d34aeb7f05b3673ec01c394 | /core/src/main/java/com/zy/core/common/StatusBarUtil.java | 71c58afa8e97da61c06e92b5e30ec718e1378bea | [] | no_license | hahajing0000/baiwei6 | fae69e1983d4b1a20661d782b5bc0a1e157fdc6b | 0e143f87243f86bb1308d560b55f54b51199ac68 | refs/heads/master | 2022-11-12T14:05:25.653564 | 2020-07-07T04:02:04 | 2020-07-07T04:02:04 | 273,459,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,820 | java | package com.zy.core.common;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.LinearLayout;
import a... | [
"444511958@qq.com"
] | 444511958@qq.com |
43c686277d6cdbb4ceaadcd8475267bddfa2037c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_a9eb876d51d534fbbd92584318248298f84e6867/PitfallPlayerListener/28_a9eb876d51d534fbbd92584318248298f84e6867_PitfallPlayerListener_t.java | 44e2f26957416a07ea97ff19936a2a7bdd76a6d1 | [] | 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 | 3,443 | java | package com.bukkit.jason.pitfall;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.player.PlayerMoveEvent;
/**
* Handle events for all Player related events
*
* @author <Your Name>
*/
public class PitfallPlayerList... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
91051b68d68a865708da494a2376d188fd66821c | 66a8a6c35d1c6067d2a123ef31d321de9c642330 | /src/main/java/io/jboot/support/jwt/JwtManager.java | 41569de1ba878167e77b7389967d7dc48b04e571 | [
"Apache-2.0"
] | permissive | zhangliang0115/jboot | a8480f93761675fb973616c0f9a1fe77a8dc0ae5 | 579ab72a542e2d0326b3af160fb5076afede94c6 | refs/heads/master | 2020-05-18T04:45:35.815999 | 2019-05-14T00:36:11 | 2019-05-14T00:36:11 | 184,183,300 | 0 | 0 | Apache-2.0 | 2019-05-14T00:36:13 | 2019-04-30T03:14:34 | Java | UTF-8 | Java | false | false | 3,976 | java | /**
* Copyright (c) 2015-2019, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | [
"fuhai999@gmail.com"
] | fuhai999@gmail.com |
d7cff27a5b0fe9e0f3349ec923554858fade8ead | 3fefdf39a7c3ce50fb15b8e19ac1298baa8bcd89 | /src/main/java/com/rabin/facebook/service/SignUpService.java | ff50d6d5614a5e12fd9d1d3af6193719f8081e25 | [] | no_license | rabij998/facebook | da48fe11c075dcfdf9a68883c3b0bd1d54d71e31 | 0900df27cc62dc24e56f6e998b0eb9d079583248 | refs/heads/master | 2020-12-05T15:36:00.833382 | 2020-01-06T18:38:11 | 2020-01-06T18:38:11 | 232,157,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package com.rabin.facebook.service;
import org.springframework.stereotype.Service;
import com.rabin.facebook.entity.SignUpEntity;
import com.rabin.facebook.repository.SignUpRepository;
@Service
public class SignUpService {
private SignUpRepository signUpRepository;
public SignUpEntity getUserByEmail(String email)
... | [
"you@example.com"
] | you@example.com |
853ae8bc6bd420e850a4dc99cab52a1348d84438 | b5c4bcf54aeb2bcb4f6d8b389eb5894a35d34e97 | /com/sun/enterprise/web/connector/grizzly/ssl/SSLAsyncStream.java | bfe1a5037b7fba7ea447005ccdccf40a24974439 | [] | no_license | mulderbaba/webservices-osgi | d233daf266c12e102a6e7a2b795d8f43c0dbddfb | 7090b58bd4cdf5fab4af14d54cb20bb45c074de2 | refs/heads/master | 2021-06-02T00:34:49.408686 | 2017-07-27T12:39:42 | 2017-07-27T12:39:42 | 98,534,028 | 2 | 2 | null | 2021-02-03T19:27:23 | 2017-07-27T12:37:43 | Java | UTF-8 | Java | false | false | 4,160 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | [
"mert@t2.com.tr"
] | mert@t2.com.tr |
bd4fdaa1fc42bf8e0db77a274deed98f66039838 | 8322e0590b194467ddf8bdca15098beaf3292f98 | /src/main/java/net/viperfish/ai/search/deterministic/LocalSearch.java | e0b75dad66c5f7e0d15cd9e98a5c7ef5bc9e92b5 | [] | no_license | shilongdai/AIAlgorithms | 60a8552b64624a340d16ae0d667c4db539b228d0 | cf59905125cb9697431f49991abb0f04ccca5a0c | refs/heads/master | 2020-05-29T11:26:11.492356 | 2019-10-29T02:13:15 | 2019-10-29T02:13:15 | 189,116,203 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package net.viperfish.ai.search.deterministic;
import net.viperfish.ai.search.State;
public interface LocalSearch {
State solve(Iterable<? extends State> initialStates, ObjectiveFunction objectiveFunction, GoalTester goalTester);
}
| [
"sdai@viperfish.net"
] | sdai@viperfish.net |
181d10876444e90b1246793abbc8c654b2a4ac78 | b647fa78fd6c4e46bcaf11ab21d9b880e0c83f24 | /src/designPatterns/observer/sample/hard/Vacancies.java | 64bc23d459d12c6ecf0e068d3b77689011c1a63c | [] | no_license | Garazd/DesignPatterns | 88b8f15816dec1346122fe267ba28ceddadda9f8 | 0df55b69e5791e4a4b45f7b8cec7c0702b40da75 | refs/heads/master | 2021-01-17T13:43:07.664499 | 2016-06-24T19:36:34 | 2016-06-24T19:36:34 | 36,253,867 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package designPatterns.observer.sample.hard;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
public class Vacancies {
private List<Vacancy> list = new LinkedList<Vacancy>();
// метод добавления вакансии в список
void add(Vacancy vacancy) {
... | [
"GarazdVZ@gmail.com"
] | GarazdVZ@gmail.com |
bc97496497f403779f886e604c117a02a32f53a5 | 018c616e7b40a8fab36a00e0c78a219ef314243d | /src/main/java/com/frostwire/jlibtorrent/alerts/SocketType.java | 7de27a2b9d14d4ead8917abfedee5adbec9b16e0 | [
"MIT"
] | permissive | AndroidTorrent/frostwire-jlibtorrent | 5726ec265a274ab9f14285b2a352c88865544279 | 98f269a4667477d00b2506c5a9a524cd750e583e | refs/heads/master | 2021-01-20T05:10:34.216721 | 2017-04-26T13:17:48 | 2017-04-26T13:17:48 | 89,758,271 | 3 | 0 | null | 2017-04-29T02:15:42 | 2017-04-29T02:15:42 | null | UTF-8 | Java | false | false | 1,127 | java | package com.frostwire.jlibtorrent.alerts;
import com.frostwire.jlibtorrent.swig.socket_type_t;
/**
*
*/
public enum SocketType {
/**
*
*/
TCP(socket_type_t.tcp.swigValue()),
/**
*
*/
TCP_SSL(socket_type_t.tcp_ssl.swigValue()),
/**
*
*/
UDP(socket_type_t.udp.s... | [
"aldenml@gmail.com"
] | aldenml@gmail.com |
44af3865969c3ee6de7a029d4400c2167a3edbb0 | 79e2e3347aaaac76f771beebdf4a50bcb9804e9f | /app/src/main/java/com/windmillsteward/jukutech/base/baseadapter/util/MultiTypeDelegate.java | b32b722bea83290e83ad937d5bce2f044d96e26e | [] | no_license | inyuo/shunfengche | 2b3d5ecda7703c8414ad483326a8c05998b4201d | a8c2668f43db962b9b0def531c3fe87cc1f0119d | refs/heads/master | 2020-07-13T13:26:44.196536 | 2019-08-06T07:43:38 | 2019-08-06T07:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,457 | java | package com.windmillsteward.jukutech.base.baseadapter.util;
import android.support.annotation.LayoutRes;
import android.util.SparseIntArray;
import java.util.List;
import static com.windmillsteward.jukutech.base.baseadapter.BaseMultiItemQuickAdapter.TYPE_NOT_FOUND;
/**
* help you to achieve multi type easily
* <... | [
"mxnzp_life@163.com"
] | mxnzp_life@163.com |
37cd6b386f91d23cfe7743fc2d7165ec1f99b899 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project75/src/main/java/org/gradle/test/performance75_2/Production75_117.java | 4532c9464ea03aeec77e95d9c92b2227778ef15d | [] | 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.performance75_2;
public class Production75_117 extends org.gradle.test.performance16_2.Production16_117 {
private final String property;
public Production75_117() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
25814e84bfa32ef24e40d1feed72dcc45ff04df1 | 8dca26a7ec10ede4cec1ceaed606d870278a1ae5 | /iot_spring2/src/main/java/com/iot/spring/vo/ColumnVO.java | 9c1f537474e758b026d8e221cf81a80c8bb4ab84 | [] | no_license | thingki/iot_spring2 | 61cdfca91cd649773dd7c9af8af92130c3bbd5a9 | 4e6deef1447d59c6319d6b1619ae8ef8fb81590c | refs/heads/master | 2021-04-30T02:08:38.618617 | 2018-03-12T06:18:45 | 2018-03-12T06:18:45 | 121,494,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package com.iot.spring.vo;
public class ColumnVO {
private String id;
private String columnName;
private String dataType;
private double maxLength;
private String isNull;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getColumnName() {
r... | [
"DJA@DJA-PC"
] | DJA@DJA-PC |
9c2bca7b27bb9056898c56c0c72d4b58115296f3 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13708-4-17-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/com/xpn/xwiki/internal/event/AttachmentEventGeneratorListener_ESTest_scaffolding.java | 24fa612822474176a4730da8fc7808fb14fdf5ad | [] | 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 | 465 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Apr 05 21:23:57 UTC 2020
*/
package com.xpn.xwiki.internal.event;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.juni... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
cdad2a2b72cddb30825175fae453ed2faeec9eb6 | 5449acb6bd43a68e1f31574e49fc718d024a5efa | /src/main/java/fossilsarcheology/server/compat/jei/culture/RecipeCultivate.java | 6732d3a8feb3e7fe73b329503888af2d78f80465 | [
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | aglarcz/FossilsArcheologyRevival | 5dd3c7c9235d5cd6b6de1c9d675f787eba436893 | 238dba19406667865371c736bf83ce6bdc9c85dc | refs/heads/1.7.10 | 2023-03-17T11:37:09.080394 | 2019-02-11T05:20:43 | 2019-02-11T05:20:43 | 65,147,323 | 0 | 0 | null | 2016-08-07T18:13:19 | 2016-08-07T18:13:19 | null | UTF-8 | Java | false | false | 572 | java | package fossilsarcheology.server.compat.jei.culture;
import net.minecraft.item.ItemStack;
public class RecipeCultivate {
private ItemStack input;
private ItemStack output;
private ItemStack fuel;
public RecipeCultivate(ItemStack input, ItemStack output, ItemStack fuel){
this.input = input;
... | [
"alex.rowlands@cox.net"
] | alex.rowlands@cox.net |
50a11b9146c99e2318a3c5f2a2e80c08e0aa9433 | a6478b9ed0b37baf20f6ca254c899a94ad8930e4 | /_src/Zomato/app/src/main/java/com/androcid/zomato/activity/collection/CollectionActivity.java | f1a6188e684c77a755d3aa16fe1756ba68890954 | [
"MIT",
"Apache-2.0"
] | permissive | paullewallencom/android-978-1-7864-6895-6 | 30f9e2f4d3633097da736715ae34b11d4a729a37 | c1746f95678a1cff1a5d1462c467748648bbbff8 | refs/heads/main | 2023-02-07T01:03:52.768939 | 2020-12-28T20:37:59 | 2020-12-28T20:37:59 | 319,431,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,515 | java | package com.androcid.zomato.activity.collection;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import com.androcid.zomato.R;
import com.androcid.zomato.activity.base.HomeBaseActivity;
i... | [
"paullewallencom@users.noreply.github.com"
] | paullewallencom@users.noreply.github.com |
c6cc71e4205e87af316f168822d98bba7f4aa57b | 62e6a51374722b8d873e08387ceaa9a76aec8c86 | /zdal-test/src/test/java/com/alipay/zdal/test/ut/sqlparser/oracle/OracleSelectTest24.java | 96b15d1122d1ac28e52033f7c73cc17e08df8b09 | [] | no_license | shuxc/zdal | 4a93d3ced06aee31d8841b709982fb2b222132d8 | 3bed2d4aa3efa5be3d19177a22b5825f98dbc4c4 | refs/heads/master | 2022-07-09T05:04:16.082510 | 2019-08-29T05:56:03 | 2019-08-29T05:56:03 | 205,068,306 | 0 | 0 | null | 2020-07-02T00:25:50 | 2019-08-29T02:58:05 | Java | UTF-8 | Java | false | false | 2,680 | java | package com.alipay.zdal.test.ut.sqlparser.oracle;
import java.util.List;
import org.junit.Test;
import junit.framework.Assert;
import com.alipay.zdal.parser.sql.ast.SQLStatement;
import com.alipay.zdal.parser.sql.dialect.oracle.parser.OracleStatementParser;
import com.alipay.zdal.parser.sql.dialect.oracle.visitor.Or... | [
"shuxc_dev@163.com"
] | shuxc_dev@163.com |
316282bbcef75310548cfbab42f206403e42c7eb | 594b516e73ccaf35933f9f01e075cc9e80cab54b | /provider/src/main/java/com/vilderlee/provider/web/SystemEnviorment.java | 6d2f7525f694273af50827dbc303b779107a1f9e | [] | no_license | vilderlee/dubbo-application | 077fb4510d35b3333a3a215160236b34113bfec4 | 084ec18d755ffd9e34c86aeb7e93ef07d607ecfe | refs/heads/master | 2022-06-25T13:14:22.737759 | 2019-11-24T05:35:19 | 2019-11-24T05:35:19 | 223,697,638 | 0 | 0 | null | 2022-06-17T02:39:18 | 2019-11-24T05:35:10 | Java | UTF-8 | Java | false | false | 198 | java | package com.vilderlee.provider.web;
/**
* 功能描述:
*
* @package com.vilderlee.provider.web
* @auther vilderlee
* @date 2019/11/23 7:50 下午
*/
public final class SystemEnviorment {
}
| [
"1010434086@qq.com"
] | 1010434086@qq.com |
c0648945f2651a9399a474eb9dbbb793064609fd | cb484fd3f9767ff48af849cc8fa1511e787fe16c | /src/main/java/com/ternnetwork/baseframework/util/PropUtils.java | d3b29937c04fcd27f957d8a4f9d15691a2868cfa | [] | no_license | cnywb/ocms | ee84439390d7f5c2d6d83e09fc81ab6d48e0ca6a | 31f65b0b1b14f2b709007705313cec259bf6b823 | refs/heads/master | 2020-04-08T02:26:24.952193 | 2018-11-24T13:20:48 | 2018-11-24T13:20:48 | 158,935,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package com.ternnetwork.baseframework.util;
import java.io.IOException;
import java.io.InputStream;
import java.text.MessageFormat;
import java.util.Properties;
public class PropUtils {
/** true if the Properties has been initialized. */
private static String DEFAULT_PATH = "imgScaling.properties";
... | [
"cn_ywb@163.com"
] | cn_ywb@163.com |
424560379f9744283ab92bd07ad25eac31338df4 | c1bbb030862c00bd8f4cce851bca9919a3486da8 | /androidWidget/src/com/kerkr/edu/textView/VerticalScrollTextView.java | 0226c46acb030ba8b950e434b8ff7756be51c004 | [] | no_license | caocf/androidBaseLib | 19c8a2032d527b92e66fd7a3da55d0694854d282 | 4ec7398f113cf2bd3d2ace9032d825b6c3165cd9 | refs/heads/master | 2020-02-26T17:12:54.865258 | 2015-07-17T09:35:05 | 2015-07-17T09:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,833 | java | package com.kerkr.edu.textView;
import java.util.List;
import android.content.Context;
import android.graphics.Paint;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.Translate... | [
"ytjojo@163.com"
] | ytjojo@163.com |
079e019459b11f2c5cf29cd93d0a2c07c9bcd922 | ff3fea7bfe9f0b6d6ebb5ae4d8c85c2e878c6cf8 | /fundamentals/src/Arrays/EqualArrays2.java | af18cf5e8a5ca461f5df47e3c557947792d8f1a3 | [] | no_license | KrisBiserovKrumov/ProgramicBasic | 704cf3dcbe366872edbe549b1be59dd5e96c605a | 7ff4a714206c91e978054d286dc15b0367d4a5c9 | refs/heads/master | 2023-08-01T05:14:39.480605 | 2021-09-16T10:49:45 | 2021-09-16T10:49:45 | 407,126,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java | package Arrays;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class EqualArrays2 {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String[] firstLine = re... | [
"79319583+KrisBiserovKrumov@users.noreply.github.com"
] | 79319583+KrisBiserovKrumov@users.noreply.github.com |
a5b0f7c4f468102b11160dc1595e75c21efdc33b | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/webview/ui/tools/game/e.java | 9eae4d97c120a392ccd61c14c4343de3bd792d7d | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,811 | java | package com.tencent.mm.plugin.webview.ui.tools.game;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.plugin.report.service.h;
import com.tencent.mm.sdk.platformtools.ab;
import com.tencent.mm.sdk.platformtools.bo;
import java.util.Collections;
import java.util.HashMap;
import java.uti... | [
"172601673@qq.com"
] | 172601673@qq.com |
7910c1b607134daf12a95652bc8e8c5724e18102 | d0536669bb37019e766766461032003ad045665b | /jdk1.4.2_src/javax/imageio/event/IIOWriteProgressListener.java | 0c2bd2f86592e25056736d127c49cc01b5263785 | [] | no_license | eagle518/jdk-source-code | c0d60f0762bce0221c7eeb1654aa1a53a3877313 | 91b771140de051fb843af246ab826dd6ff688fe3 | refs/heads/master | 2021-01-18T19:51:07.988541 | 2010-09-09T06:36:02 | 2010-09-09T06:36:02 | 38,047,470 | 11 | 23 | null | null | null | null | UTF-8 | Java | false | false | 4,690 | java | /*
* @(#)IIOWriteProgressListener.java 1.17 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.imageio.event;
import java.util.EventListener;
import javax.imageio.ImageWriter;
/**
* An interface used by <code... | [
"kzhaicn@e8197d6f-d431-fb3f-3203-916d138821fd"
] | kzhaicn@e8197d6f-d431-fb3f-3203-916d138821fd |
6f72ae3c4dec39fec81864bc8ef2fea9c8d9f629 | 8d2ecb3cba702d505c77318007b1a096ec6057a3 | /aCis_gameserver/java/net/sf/l2j/gameserver/masteriopack/rankpvpsystem/RankPvpSystemPc.java | 69f82b05b5e2db978f147c75c43e5cf3a2d3c410 | [] | no_license | thevinou/ProjectL | b054ce30311f4a89c0ec93d4cbf86717b229cfaf | f0dfb9298b6ae1d0f00bd9b249120f90cbfc1c83 | refs/heads/master | 2016-09-05T17:25:29.161384 | 2015-01-30T08:52:57 | 2015-01-30T08:52:57 | 29,908,866 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,353 | java | package net.sf.l2j.gameserver.masteriopack.rankpvpsystem;
import net.sf.l2j.gameserver.ThreadPoolManager;
import net.sf.l2j.gameserver.model.actor.L2Character;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
/**
* Class used in L2PcInstance. Contains some system variables used in game.
* Fro... | [
"thevinou@gmail.com"
] | thevinou@gmail.com |
12e7341224f9adde4916475c0ff831909974d565 | 6ede5ae9be30daf07df4f6eab34b034e228e1ae4 | /Struts 2 Code/Lesson 6/struts2/src/com/shengsiyuan/i18n/I18NTest2.java | 86808c5e15e7b4589fc4b4ef42f12a2be3e47202 | [] | no_license | salingers/Struts | 959b8329098b871a6f7c38f88e7344bfcc8d2ae0 | 8d176de383eef8179dbbc3809d9a25b0a279a836 | refs/heads/master | 2021-01-13T09:28:45.030419 | 2016-11-01T03:39:11 | 2016-11-01T03:41:08 | 72,090,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.shengsiyuan.i18n;
import java.util.Locale;
import java.util.ResourceBundle;
public class I18NTest2
{
public static void main(String[] args)
{
System.out.println(Locale.getDefault());
ResourceBundle bundle = ResourceBundle.getBundle("shengsiyuan", Locale.FRANCE);
String value = bundle.getStri... | [
"salingersms@msn.com"
] | salingersms@msn.com |
a14e38b406509367bcaed194901f81102a42c3c2 | e37de6db1d0f1ca70f48ffc5eafc6e43744bc980 | /ba/fly-component-ss/src/main/java/com/flywet/platform/bi/component/ss/model/style/ICellStyle.java | 5053edbe5d9c6e3741edca8e8d64b8134a6a9716 | [] | no_license | cnopens/BA | 8490e6e83210343a35bb1e5a6769209a16557e3f | ba58acf949af1249cc637ccf50702bb28462d8ad | refs/heads/master | 2021-01-20T16:38:38.479034 | 2014-11-13T00:44:00 | 2014-11-13T00:44:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package com.flywet.platform.bi.component.ss.model.style;
import com.flywet.platform.bi.component.ss.model.ISpreadSheetMeta;
public interface ICellStyle extends ISpreadSheetMeta {
public ICellFontStyle getFont();
public ICellAlignStyle getAlign();
public ICellLinesStyle getLines();
}
| [
"panbasten@126.com"
] | panbasten@126.com |
648cbd94c83483c5fcddf5f53e0bab835da10da6 | fb96cac5c9dd130d94aea33583107346a31a22ba | /cloudmall-third-party/src/main/java/com/hungwen/cloudmall/thirdparty/CloudmallThirdPartyApplication.java | b9b006dcb892e41601e9fc9ed3a37f41f82422b4 | [] | no_license | hungwen0425/cloudmall | 4caf9699eb8b2fb5977555a49f8acef9c16ccf5d | 8a9f131fb27f60b8b44a51879e6bb9368810542d | refs/heads/master | 2023-04-15T20:34:37.975606 | 2021-05-03T05:48:17 | 2021-05-03T05:48:17 | 290,043,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.hungwen.cloudmall.thirdparty;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableDiscoveryClient
@SpringBootApplication
public class CloudmallThirdPartyAppli... | [
"hungwen.tseng@gmail.com"
] | hungwen.tseng@gmail.com |
4b4424eb5f93ff0bfb59aeaff6808bb69fa144ab | 1099429ef3e038f9001a628d1d38ccb8c78f6021 | /app/src/main/java/com/example/pq/wificamerademo/constants/AppInfo.java | bc848b5790f6ee3f992af1f41c754550ab1b1c82 | [] | no_license | yale8848/wifiCameraDemo | 9333906776ba4dfcb34ff5468c041cc1925ae4eb | 62e4ace5c8fcedae053acaf3e8f6ae3218af5d75 | refs/heads/master | 2021-09-23T18:04:27.993894 | 2018-09-26T08:34:49 | 2018-09-26T08:34:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.example.pq.wificamerademo.constants;
/**
* @author panqiang
* @version 1.0
* @date 2018/8/4 13:10
* @description
*/
public class AppInfo {
public static boolean disableAudio = false;
public static boolean isSdCardExist;
public static boolean autoDownloadAllow = true;
publ... | [
"1126525692@qq.com"
] | 1126525692@qq.com |
ab2975d3626f979449f133297906f3688f3f799f | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/systems/camping/template/camp_spit.java | 767e22ad57effd69ac9c01e0c40f94f173df75e5 | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 3,891 | java | package script.systems.camping.template;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.camping;
public class camp_spit extends script.base_script
{
public c... | [
"tmoflash@gmail.com"
] | tmoflash@gmail.com |
980790d86f9c83d4c5d901ac59ec24b7bbd22c22 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/dris/src/main/java/com/huaweicloud/sdk/dris/v1/model/EventReferencePath.java | c6755917a7ef1abfd5f18c26b182ae182e1e8682 | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 3,318 | java | package com.huaweicloud.sdk.dris.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.function.Consumer;
/**
* EventReferencePath
*/
public class EventRefere... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
7b6adfce6698c9c88c73ba0ff309fe4a3dfd7662 | 5bc3cc64638d9a2224661e983b09b9d1ac65b1ba | /fm-dynamic-compiler-core/src/main/java/com/fm/compiler/exceptions/InstanceCreateException.java | 5ce4278bb381aee9674d4876f9a6b807db40e256 | [] | no_license | XiaoMaoGuai/fm-dynamic-compiler | c205efe45e724ff5e84c6a4057472f8c5e98297c | 57d82cd6491008de97ba6279bb54870339f230cf | refs/heads/master | 2022-12-29T05:48:25.514403 | 2020-03-25T18:44:47 | 2020-03-25T18:44:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.fm.compiler.exceptions;
public class InstanceCreateException extends RuntimeException{
public InstanceCreateException(String msg){
super(msg);
}
public InstanceCreateException(String msg, Throwable t){
super(msg, t);
}
public InstanceCreateException(Throwable t){
... | [
"qlichunyu@163.com"
] | qlichunyu@163.com |
d653dbf81f677f28cc90d27ecdd7f0daa36b92ad | 95905e33b8d275f9fe1e1d0ea06753436441de66 | /InteliJ/SpringBoot/ioc/src/main/java/com/example/ioc/IocApplication.java | 54a72b7a7b32661cda97d17ada1500f61bbafd39 | [] | no_license | louis-25/TIL | 3bdea4f58a76efbfad87a82e3ce9e68c72ca1001 | 33fcf58450725262334d52073c8f86c4d1a3e8c1 | refs/heads/main | 2023-06-03T19:51:41.396564 | 2021-06-19T09:27:42 | 2021-06-19T09:27:42 | 348,227,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.example.ioc;
import org.apache.catalina.core.ApplicationContext;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class IocApplication {
public static void main(String[] args) {
SpringApplicat... | [
"20151577@vision.hoseo.edu"
] | 20151577@vision.hoseo.edu |
3b59661fd9bc4f7417708ce7f8d66de73f660d4f | 1c83f56ebeda5c76a92f2e7e819c4f2a630bc4cf | /camel-core/src/test/java/org/apache/camel/component/test/TestFileTest.java | c1d0ccac02a9d19ce3595e475543f21f43da4e6c | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | valtoni/camel | a6a8c1244b4045b2ed47aa5f59b2495702e6c759 | 2563e716d5b348fc80219accbb8aa7b83d77bd68 | refs/heads/master | 2020-03-23T08:22:47.079621 | 2018-08-24T20:25:07 | 2018-08-24T20:25:07 | 141,323,246 | 1 | 0 | Apache-2.0 | 2018-07-18T17:38:16 | 2018-07-17T17:39:38 | Java | UTF-8 | Java | false | false | 1,757 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | [
"davsclaus@apache.org"
] | davsclaus@apache.org |
c28bb246efbd1fad464cdfb4e91f4fb32946f721 | a23fa133aa4959a5eba721bcab9f0a0d58d28306 | /src/main/java/com/logistics/plan/config/Swagger2Config.java | b480a7b7c53bad6acd2ed28d8b87da9533d5ee9e | [] | no_license | a97659096/logistics_plan | 1ca621b454f13f0544f1391b15f967a2f061d469 | e0dcd8ffff3594aae7cd23f96ae381a785b63d0a | refs/heads/master | 2023-03-14T06:13:22.387616 | 2021-02-23T06:18:33 | 2021-02-23T06:18:33 | 341,449,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | package com.logistics.plan.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelec... | [
"97659096@qq.com"
] | 97659096@qq.com |
fc1ff63e7df25f89bad231d32dd4216804c34e81 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/bean-validator/validation-api/1.1.0.Beta2/src/main/java/javax/validation/ValidationException.java | 845cf8d5be43d672f481d909fa92768c06c71d5a | [
"Apache-2.0"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... | [
"mtaube@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | mtaube@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
fa7b26c5db05cfdb2995ec603f87174799df0f2e | 16c3f1340cefb3299d290434a45483f9d428eea6 | /translator/src/main/java/com/google/devtools/j2objc/ast/SwitchCase.java | f3b6b8fc13a1e181d15a7c14f94440b53ab37e0b | [
"Apache-2.0"
] | permissive | sarvex/j2objc | 7696fa149ad90c3e3480b8ee6d0b717412ee0543 | df6e0f95daff1e9f61990e42c83287bb453023f7 | refs/heads/master | 2023-05-25T17:22:59.361484 | 2023-05-01T06:40:52 | 2023-05-01T06:40:52 | 32,573,060 | 0 | 0 | Apache-2.0 | 2023-05-01T06:40:53 | 2015-03-20T08:50:10 | Java | UTF-8 | Java | false | false | 1,626 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"tball@google.com"
] | tball@google.com |
08104f7e7d15cb7846ec60f85c6f03d74d83e6fa | b2016b74acf02c0117128b505baac48338d825c9 | /sophia.mmorpg/src/main/java/sophia/mmorpg/player/quest/QuestState.java | f5fde1b156cd8ad3687f6a1c0421c7589743994b | [] | no_license | atom-chen/server | 979830e60778a3fba1740ea3afb2e38937e84cea | c44e12a3efe5435d55590c9c0fd9e26cec58ed65 | refs/heads/master | 2020-06-17T02:54:13.348191 | 2017-10-13T18:40:21 | 2017-10-13T18:40:21 | 195,772,502 | 0 | 1 | null | 2019-07-08T08:46:37 | 2019-07-08T08:46:37 | null | UTF-8 | Java | false | false | 1,231 | java | /**
* Copyright 2013-2015 Sophia
*
* 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 ... | [
"hi@luanhailiang.cn"
] | hi@luanhailiang.cn |
35019908c428ce27f55be11d116e1bf3b49114c5 | 255afee7036a29c5ea68c86b1dea2cf0d6f24c15 | /jacklyn-common/src/main/java/com/tcdng/jacklyn/common/web/widgets/BaseDialogPanel.java | 7bc9d8f1246319479e150aa713e5bcd127caa5fd | [
"Apache-2.0"
] | permissive | tcdng/jacklyn-codebase | 2bb4a60ad7d12ead4d4b8d3c4c3963dcea69514d | 4bc2253c18dbf45f56a73a930885f474e7b2682e | refs/heads/master | 2022-06-29T01:18:34.508726 | 2022-06-19T07:30:24 | 2022-06-19T07:30:24 | 160,588,947 | 4 | 3 | Apache-2.0 | 2022-06-19T07:30:24 | 2018-12-05T22:55:16 | Java | UTF-8 | Java | false | false | 1,811 | java | /*
* Copyright 2018-2020 The Code Department
*
* 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... | [
"lateef.ojulari@tcdng.com"
] | lateef.ojulari@tcdng.com |
2fdf7ce2c7c74aafa9ab04db960d88dc2b3b89de | 05239ef46161e7f80527055e72541ab06355946d | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/project1/org/apache/jsp/project1/board/pitemForm_jsp.java | 5711875d7ec32958d831feb67cfc6cfb9151c1ee | [] | no_license | Shin-JungYeon/UI | c3670fd4bdba494f803b3b57f54f0cda47b86c68 | 6e06858a02aa52a6e31351a24c5cb74769ae89f7 | refs/heads/master | 2020-07-22T02:13:41.187759 | 2019-09-08T14:02:37 | 2019-09-08T14:02:37 | 207,044,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,400 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.17
* Generated at: 2019-05-31 09:16:43 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"ssjy11@gmail.com"
] | ssjy11@gmail.com |
f05f56f60ddb4ec6ffa57e6b5f59354b8d13e894 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2018/4/CheckerEngine.java | 222e0bf5ca8a18b20cfef2d16ee8ca572f94f75b | [] | 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 | 1,313 | java | /*
* Copyright (c) 2002-2018 "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 |
4ae9cabfd15530562bd29a32688ae8384a22efeb | e7565cd8276c3e2da6fa5c7229baf91563799bbd | /server/catgenome/src/main/java/com/epam/catgenome/app/TomcatConfigurerImpl.java | 72e7384263336fc720041e550b111cb86454680e | [
"MIT"
] | permissive | epam/NGB | a89b12d24fd289a63d511c4bbd79cc6966ea910d | cb8fc7e95d1d0e064f4eb2b2f487f853c0234592 | refs/heads/develop | 2023-08-31T22:49:54.667420 | 2023-08-31T10:30:01 | 2023-08-31T10:30:01 | 72,222,405 | 153 | 61 | MIT | 2023-09-14T13:37:11 | 2016-10-28T16:07:22 | JavaScript | UTF-8 | Java | false | false | 789 | java | package com.epam.catgenome.app;
import org.apache.catalina.webresources.StandardRoot;
import org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory;
public class TomcatConfigurerImpl implements TomcatConfigurer {
public TomcatConfigurerImpl() {
// no op
}
@Overrid... | [
"aleksandr_sidoruk@epam.com"
] | aleksandr_sidoruk@epam.com |
d82a06401ab4ab2cc9928a2e91b554155d508129 | c8664fc194971e6e39ba8674b20d88ccfa7663b1 | /com/tencent/mm/protocal/c/bjq.java | 7c0340dfb5de18ef7392680c3ddb08f980f50320 | [] | no_license | raochuan/wexin1120 | b926bc8d4143c4b523ed43e265cd20ef0c89ad40 | 1eaa71e1e3e7c9f9b9f96db8de56db3dfc4fb4d3 | refs/heads/master | 2020-05-17T23:57:00.000696 | 2017-11-03T02:33:27 | 2017-11-03T02:33:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,540 | java | package com.tencent.mm.protocal.c;
import b.a.a.b;
import com.tencent.gmtrace.GMTrace;
import java.util.LinkedList;
public final class bjq
extends axc
{
public axs tJz;
public String tvh;
public int twU;
public int twV;
public int twW;
public bjq()
{
GMTrace.i(3641058525184L, 27128);
GMTrac... | [
"15223790237@139.com"
] | 15223790237@139.com |
ca78496640cd5c3f307fc2a82c5fcc34de2d5695 | c7df1bbee51cdfe6ee7727d738b64b77956590b6 | /src/test/java/com/feilong/io/fileutil/ToByteArrayFilePathTest.java | 403429d8e69a8bb794041d40f96be8a58491fbd7 | [
"Apache-2.0"
] | permissive | ifeilong/feilong-io | b75d84352d21015f40be949eb9f5f8b0a68909a3 | f7b3ef6f31a48b9fe46a6c340cfef733013e9d0c | refs/heads/master | 2023-07-23T17:26:59.513889 | 2021-08-20T06:55:32 | 2021-08-20T06:55:32 | 58,818,596 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,245 | java | /*
* Copyright (C) 2008 feilong
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | [
"venusdrogon@163.com"
] | venusdrogon@163.com |
c57bc34dea8564b1029a7076e87859fa2a654c0a | 030f1ab40b168223766c7b92ab28a8bc23a226ec | /moduleBusinessLayerWS/src/be/naturalsciences/bmdc/ears/ontology/SimpleReasonerFactory.java | 29d44da9a4d55fc6125f517611c5666716d41b2a | [
"BSD-3-Clause"
] | permissive | naturalsciences/ears | 1a1a8eb2808a705a5fcbbaec51a722e9322a6619 | 637210049e709b77ff4baff98a7c7823a2a47d08 | refs/heads/master | 2023-04-30T13:11:44.211464 | 2023-04-25T12:01:08 | 2023-04-25T12:01:08 | 85,196,244 | 0 | 1 | BSD-3-Clause | 2022-09-01T22:52:32 | 2017-03-16T12:59:46 | Java | UTF-8 | Java | false | false | 5,784 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package be.naturalsciences.bmdc.ears.ontology;
import com.hp.hpl.jena.rdf.model.*;
import com.hp.hpl.jena.reasoner.*;
import com.hp.hp... | [
"tvandenberghe@naturalsciences.be"
] | tvandenberghe@naturalsciences.be |
1e6f6012be0735406465cc4982490e5d7a9bcfbb | 6cd2aa298878619567968721fc0bb441cbd88f05 | /consigext/entity/Cet.java | 52f50c3af1382f75f5769cabe9b2f1b1c5c4abf3 | [] | no_license | vinvallado/codigos | 1706ee9cfb8888500bd02429c03fdf665216b19f | eab9373d079d07a66ded4344cee2762d81447934 | refs/heads/master | 2020-03-27T14:03:59.302782 | 2018-08-30T15:02:10 | 2018-08-30T15:02:10 | 146,579,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,761 | java | package br.mil.fab.consigext.entity;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
/**
* The persistent class for the T_CET database table.
*
*/
@Entity
@Table(name="T_CET")
@NamedQuery(name="Cet.findAll", query="SELECT c FROM Cet c")
@SequenceGenerator(name = "SQ_ID_CET",... | [
"thomevallado@gmail.com"
] | thomevallado@gmail.com |
309d121fc5ca7c36ed8d563c924afb4fefb3cbc6 | d24de9be4c3993d9dc726e9a3c74d9662c470226 | /reverse/Rocketbank_All_3.12.4_source_from_JADX/sources/com/mikepenz/materialdrawer/holder/DimenHolder.java | 94651f408974fe496e41f500f68d066ad27565ec | [] | no_license | MEJIOMAH17/rocketbank-api | b18808ee4a2fdddd8b3045cd16655b0d82e0b13b | fc4eb0cbb4a8f52277fdb09a3b26b4cceef6ff79 | refs/heads/master | 2022-07-17T20:24:29.721131 | 2019-07-26T18:55:21 | 2019-07-26T18:55:21 | 198,698,231 | 4 | 0 | null | 2022-06-20T22:43:15 | 2019-07-24T19:31:49 | Smali | UTF-8 | Java | false | false | 147 | java | package com.mikepenz.materialdrawer.holder;
import android.support.v7.appcompat.C0219R.layout;
public final class DimenHolder extends layout {
}
| [
"mekosichkin.ru"
] | mekosichkin.ru |
0d759e6cfe1da2717b345c1cf282ac74e596fe3f | 8c5e64d7000edf7a201179eeb1020c591d8fd0cd | /Minecraft/build/tmp/recompileMc/sources/net/minecraft/client/renderer/entity/layers/LayerElytra.java | f9dda423726dc9b418541262098a913eb7e535a6 | [
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"BSD-3-Clause",
"MIT"
] | permissive | shaw-wong/Malmo | 1f1bec86ff5b2c8038540d029a9d2288201e0f3a | 2683891206e8ab7f015d5d0feb6b5a967f02c94f | refs/heads/master | 2021-06-25T13:14:30.097602 | 2018-06-03T14:25:19 | 2018-06-03T14:25:19 | 125,961,215 | 1 | 0 | MIT | 2018-04-10T05:34:35 | 2018-03-20T04:35:00 | Java | UTF-8 | Java | false | false | 3,541 | java | package net.minecraft.client.renderer.entity.layers;
import net.minecraft.client.entity.AbstractClientPlayer;
import net.minecraft.client.model.ModelElytra;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.entity.RenderLivingBase;
import net.minecraft.entity.EntityLivingBase;
i... | [
"254664427@qq.com"
] | 254664427@qq.com |
9b54b3143950befe74b7a494369714774c6bf65d | efbfbad75813b92ba0cce0df492fe6c7cf41a8c6 | /basic-properties/src/main/java/example/component/Example3Component.java | b660dbcf3111c74136fddc7942c47bcc0d9f7a44 | [] | no_license | sergueik/springboot_study | d4636cd255cdaec07a22276393541a7dd9bb97c1 | 59c87d64d0d8d5e2eae6fe496b2a84425208fcfd | refs/heads/master | 2023-09-01T14:04:34.285473 | 2023-08-31T22:29:09 | 2023-08-31T22:29:09 | 101,407,389 | 5 | 6 | null | 2023-03-04T00:57:19 | 2017-08-25T13:38:05 | Java | UTF-8 | Java | false | false | 1,444 | java | package example.component;
import java.util.Properties;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class Example3Component {
// private static Example3Component instance ... | [
"kouzmine_serguei@yahoo.com"
] | kouzmine_serguei@yahoo.com |
e1ca35d4e2e478fc7b75e63779f519416e6cbf5d | 0429ec7192a11756b3f6b74cb49dc1ba7c548f60 | /src/main/java/com/linkage/module/gtms/config/obj/ConfigOBJ.java | a502f15ec86c5ee7555b63fa2513a151eabd5eb0 | [] | no_license | lichao20000/WEB | 5c7730779280822619782825aae58506e8ba5237 | 5d2964387d66b9a00a54b90c09332e2792af6dae | refs/heads/master | 2023-06-26T16:43:02.294375 | 2021-07-29T08:04:46 | 2021-07-29T08:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,936 | java | package com.linkage.module.gtms.config.obj;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.linkage.commons.util.StringUtil;
public class ConfigOBJ
{
private static Logger logger = LoggerFactory.getLogger(ConfigOBJ.class);
private long task_id;
private int service_id;... | [
"di4zhibiao.126.com"
] | di4zhibiao.126.com |
b200135a6a1fd23b6b8666b19ebf5eda8e6a6207 | 3d30a18febe46b5591fd869229edf5dba9597fcf | /src/main/java/calc/repo/calc/BalanceSubstResultNoteRepo.java | a817307f86a9f2728e2fc3b50a88cc6d35f1693b | [] | no_license | eugenenew80/blnCalc | 1b8e23f73f933ab26eb83918c7a0da91cfa6ebce | 0f9115d274aec49853241edf80cb8ccd07cfe243 | refs/heads/master | 2023-07-21T14:08:22.244805 | 2020-05-11T10:07:11 | 2020-05-11T10:07:11 | 127,637,883 | 0 | 0 | null | 2023-07-16T18:49:07 | 2018-04-01T14:42:56 | Java | UTF-8 | Java | false | false | 391 | java | package calc.repo.calc;
import calc.entity.calc.bs.BalanceSubstResultNote;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface BalanceSubstResultNoteRepo extends JpaRepository<BalanceSubstResultNote, Long> ... | [
"eugenenew80@gmail.com"
] | eugenenew80@gmail.com |
8a8ee13dddbdb2b3f2c526e861b49c99ce2110f2 | e4aea93f2988e2cf1be4f96a39f6cc3328cbbd50 | /src/com/flagleader/a/b/l.java | caa51b6852901852a5d40c5b04eb5589f8c0a8a2 | [] | no_license | lannerate/ruleBuilder | 18116282ae55e9d56e9eb45d483520f90db4a1a6 | b5d87495990aa1988adf026366e92f7cbb579b19 | refs/heads/master | 2016-09-05T09:13:43.879603 | 2013-11-10T08:32:58 | 2013-11-10T08:32:58 | 14,231,127 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.flagleader.a.b;
import com.flagleader.a.B;
import com.flagleader.a.R;
import com.flagleader.a.c.x;
import com.flagleader.util.collection.DynamicIterator;
import com.flagleader.util.collection.IIterator;
class l extends x
{
l(h paramh, IIterator paramIIterator)
{
super(paramIIterator);
... | [
"zhanghuizaizheli@hotmail.com"
] | zhanghuizaizheli@hotmail.com |
891843b579800b0a12ec1e4ad4cf3ab7b7c5f112 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XCOMMONS-928-8-3-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/job/AbstractJob_ESTest_scaffolding.java | 482fbbd300d2773390385d08be380e4c0307ed18 | [] | 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 | 429 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Apr 07 16:30:29 UTC 2020
*/
package org.xwiki.job;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@EvoS... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
a31facb5873f0a021975f3aa2333d4a2bbfaf3ac | 9aca950475568296704a1282759bc080d45129f1 | /src/net/minecraft/azr.java | 129171f09590eb43ca345dcec11f25df292864bb | [] | no_license | jiangzhonghui/MinecraftServerDec | 1ef67dc5a4f34abffeaf6a6253ef8a2fb6449957 | ca2f62642a5629ebc3fa7ce356142e767be85e10 | refs/heads/master | 2021-01-22T16:13:27.101670 | 2014-11-09T10:15:49 | 2014-11-09T10:15:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package net.minecraft;
public enum azr implements IStringSerializable {
a("DEFAULT", 0, 0, "red_sandstone", "default"), b("CHISELED", 1, 1, "chiseled_red_sandstone", "chiseled"), c("SMOOTH", 2, 2, "smooth_red_sandstone", "smooth");
private static final azr[] d = new azr[values().length];
private final int e;... | [
"Shev4ik.den@gmail.com"
] | Shev4ik.den@gmail.com |
84686669c852f33bb8e47bfc75e0175e1e20bbc8 | 811e44a12484ba80aa534ff9e6561bd97241c82a | /StarBattle_GameDebug/src/com/starbattle/debug/server/SendClientsConnection.java | 7307ccc9a7d5d8cf7af73387a723b542b6d2821a | [] | no_license | Seiseikatsu/dhbwStarbattle | 41ba32502426c582e858609ad8b5b8e6a004a811 | 2d1e39d66213bf31112646e970979d9d51f5e5b4 | refs/heads/master | 2020-06-02T08:01:45.033812 | 2015-07-02T19:05:46 | 2015-07-02T19:05:46 | 24,839,183 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.starbattle.debug.server;
public interface SendClientsConnection {
public void sendToClients(Object object);
public void sendToClient(String name, Object object);
}
| [
"roll2@web.de"
] | roll2@web.de |
8a072efc531cbc688c8999309d7777d2d2add974 | 7aa02f902ad330c70b0b34ec2d4eb3454c7a3fc1 | /p007b/p008a/p009a/ah.java | ed195d4bdea8b0a168e7dd4a57dc1c621ae28e78 | [] | no_license | hisabimbola/andexpensecal | 5e42c7e687296fae478dfd39abee45fae362bc5b | c47e6f0a1a6e24fe1377d35381b7e7e37f1730ee | refs/heads/master | 2021-01-19T15:20:25.262893 | 2016-08-11T16:00:49 | 2016-08-11T16:00:49 | 100,962,347 | 1 | 0 | null | 2017-08-21T14:48:33 | 2017-08-21T14:48:33 | null | UTF-8 | Java | false | false | 309 | java | package p007b.p008a.p009a;
/* renamed from: b.a.a.ah */
public final class ah {
public static final ah f507a;
public static final ah f508b;
public static final ah f509c;
static {
f507a = new ah();
f508b = new ah();
f509c = new ah();
}
private ah() {
}
}
| [
"m.ravinther@yahoo.com"
] | m.ravinther@yahoo.com |
bd00bb7a0cc7432ff8293b78e967b8022c9af3cc | 7fa55e036b0064827dfd46072da20dab0407801f | /src/main/java/com/marcuschiu/example/customservletcontextinitializer/Application.java | 720ec3dd740efd173b135435f735681bf6c3e447 | [] | no_license | SpringBootMarcusChiu/application-context-custom-servlet-context-initializer | 6a97cc47969bf313f794e07541d8660748e3783f | aa710a4f0fa51a6d892daf081082588111965f84 | refs/heads/master | 2021-07-23T14:29:28.023935 | 2020-10-22T04:30:59 | 2020-10-22T04:30:59 | 226,788,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.marcuschiu.example.customservletcontextinitializer;
import com.marcuschiu.example.customservletcontextinitializer.servlet.CustomServletContextInitializer;
import org.springframework.boot.SpringApplication;
public class Application {
public static void main(String[] args) {
SpringApplication.ru... | [
"marcuschiu9@gmail.com"
] | marcuschiu9@gmail.com |
48caf976b6eb6eb984da36451d00a3b38025166a | f42ff86f7bac5ff99e4be64d1c2536ffee345378 | /src/main/java/tony/util/NestedInteger.java | 47c6c8ef5d66b7bbf740e23b20e4724d4279a084 | [] | no_license | tonybro233/leetcode-java-record | 71c5cb565b71e0006386e20f1ac67698f6679c4e | 7b861da5fa332999d415b2f31a95733959e78550 | refs/heads/master | 2023-03-09T21:22:45.840994 | 2022-12-13T15:12:19 | 2022-12-13T15:12:19 | 158,099,906 | 0 | 0 | null | 2020-10-14T08:32:45 | 2018-11-18T15:47:36 | Java | UTF-8 | Java | false | false | 1,432 | java | package tony.util;
import java.util.ArrayList;
import java.util.List;
/**
* NestedInteger for Leetcode problem: Flatten Nested List Iterator
* ex:
* [[1,1],2,[1,1]]
* [1,[4,[6]]]
* Related Problem:
* #341 - Flatten Nested List Iterator
* #385 - Mini Parser
*
*/
public class NestedInteger {
... | [
"x2040052@126.com"
] | x2040052@126.com |
fcb103f74d2165673db81c2a34434cec7e7af32f | aa4a2eff34e4e4b4db02cb6c3195cfe940e47c74 | /app/src/main/java/com/android2ee/formation/inter/premierprojet/decxxdv/MainActivity.java | eb8e7cc205620d6d1315dbc02ab7371454e31c4e | [
"Apache-2.0"
] | permissive | MathiasSeguy-Android2EE/PremierProjetDecXxdv | ac48697bed26e35e6806cc7536fd610870dac391 | 5345394c544ad947beb715e41f489f5aa4e75040 | refs/heads/master | 2020-05-31T19:01:50.558850 | 2019-06-05T18:37:12 | 2019-06-05T18:37:12 | 190,448,910 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.android2ee.formation.inter.premierprojet.decxxdv;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
/***********************************************************
* Managing LifeCycle
*****************************... | [
"mathias.seguy@android2ee.com"
] | mathias.seguy@android2ee.com |
1036a0df58612bb6751264807441c43c2a38a1ae | be71bc9c35464b19483876e3e1739a6f3e0fff1f | /Flynas/src/test/java/flynas/android/scripts/uat/routes/TC160_oneWayInternationalBusiness_RUH_KWI.java | 2104f09a1b44c03f56924cc4d31323481840fee3 | [] | no_license | E003901cigniti/Flynas_IOS | 7d077dc67a7a3042e607b1ccfef554d929cfbe79 | 123e773deb7e02eb0b46e4d44bdc6f74ca4a7e52 | refs/heads/master | 2021-09-19T02:36:09.052168 | 2018-07-22T07:06:22 | 2018-07-22T07:06:22 | 111,407,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,456 | java | package flynas.android.scripts.uat.routes;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import com.ctaf.accelerators.TestEngine;
import com.ctaf.support.ExcelReader;
import com.ctaf.support.HtmlReportSupport;
import com.ctaf.utilities.Reporter;
import flynas.android.testObjec... | [
"RahuRam.k_33723617+E003901cigniti@users.noreply.github.com"
] | RahuRam.k_33723617+E003901cigniti@users.noreply.github.com |
7df607c2d8072f585c1a80e05e0f04bec8410e28 | 878189510f282ab7e01610e57b612a11c91a1766 | /app/src/main/java/com/example/trekkersdenv2/treklocations.java | baca0f103068a72c00c132fff7ae2d83b9192b1e | [] | no_license | Sathiyanarayanan10/Trekker-sDenV2 | 750a248135d47b639922f293f5c6e7fdc4669cde | 5ef7a4e6a6d76dc76867e462bfdb25653ae06c7f | refs/heads/master | 2023-08-18T13:03:42.467582 | 2021-09-25T13:17:48 | 2021-09-25T13:17:48 | 403,320,004 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.example.trekkersdenv2;
public class treklocations {
private final String name;
private final String state;
private final String location;
public treklocations(String name, String state,String location) {
this.name = name;
this.state = state;
this.location = location... | [
"you@example.com"
] | you@example.com |
4596e725ba06f5dabaf42ba3b3a0cd00efca019e | 6b3f5e9539c5915d6cbce731363a6299975bf27b | /app/src/main/java/com/wangban/yzbbanban/test_contentprovider/MyContentProvider.java | d89fe6c021f432168a911a544d1cc5b89443915b | [] | no_license | yzbbanban/Test_contentProvider | 14f28338677e16268aa3ade4cb325ac16f01dcad | 6fe58c78e75abc9fd00a4f56662617f518f7a744 | refs/heads/master | 2021-01-20T18:28:10.873818 | 2016-07-29T13:31:26 | 2016-07-29T13:31:26 | 64,398,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,186 | java | package com.wangban.yzbbanban.test_contentprovider;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.net.Uri;
import android.support.annotation.Nullable;
/**
* Created by YZBbanban on 16/7/29.
*/
public c... | [
"yzbbanban@live.com"
] | yzbbanban@live.com |
39ce13829f558615ece5b323c0567c897009e624 | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/FlightAlertsV1SoapService/com/flightstats/alerts/api/v1/ByRouteDepartureResponse.java | 3bc88f4a1781a50b8efc7f147becde509b19e5ba | [] | no_license | ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631231 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | java |
package com.flightstats.alerts.api.v1;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for byRouteDepartureResponse complex type.
*
* <p>The following sche... | [
"ouni_ali@yahoo.fr"
] | ouni_ali@yahoo.fr |
5bdfcbdde5dc7340ae7ac32bfb66fa1b3fff210d | 7bee5d30bf02e4f6b1683cca5f8a7829d5561c73 | /drools/drools-intro/src/main/java/com/ymmihw/libraries/drools/config/DroolsBeanFactory.java | b10060a691f4fd2979e949750e63daa877ed16a9 | [] | no_license | ymmihw/libraries | 1950e0d6168c269b081d01ebcb4260e9d5db934d | d5a3c05d9951a425bd5e634acf53dd5d3d9ab86b | refs/heads/master | 2023-05-29T08:18:12.980386 | 2023-05-15T08:39:09 | 2023-05-15T08:39:09 | 133,004,801 | 4 | 1 | null | 2023-05-15T08:39:10 | 2018-05-11T07:24:26 | Java | UTF-8 | Java | false | false | 1,495 | java | package com.ymmihw.libraries.drools.config;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.kie.api.KieServices;
import org.kie.api.builder.KieBuilder;
import org.kie.api.builder.KieFileSystem;
import org.kie.api.builder.KieModule;
import org.kie.api.runtime.KieContainer... | [
"whimmy@126.com"
] | whimmy@126.com |
3112bf8a1ed952082bad20aa9e7332dc237fe293 | 40ded5811fc9113d0f6657e7a19800ca562fcd00 | /com/faw_qm/cappclients/conscapproute/util/CappRouteRB_en_US.java | f000b358bcf8bf7c16cb89459eb5d79e2ba42e0d | [] | no_license | jlcczzj/chengduCode | 9ba3001654e02bd099e7f702e441d171b726549b | 7de3580e5650e8674b9cf14583367bec82bd5801 | refs/heads/master | 2020-03-23T16:08:04.366204 | 2018-01-28T02:55:26 | 2018-01-28T02:55:26 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,053 | java | /**
* 生成程序 CappRouteRB_en_US.java 1.0 2004/02/19
* 版权归一汽启明公司所有
* 本程序属一汽启明公司的私有机要资料
* 未经本公司授权,不得非法传播和盗用
* 可在本公司授权范围内,使用本程序
* 保留所有权利
*/
package com.faw_qm.cappclients.conscapproute.util;
import java.util.ListResourceBundle;
/**
* <p> Title:工艺路线模块的资源类 </p> <p> Description: </p> <p> Copyright: ... | [
"mario@Mario-PC"
] | mario@Mario-PC |
d9d59b426a61eb8cb0da57321c9a0915a009a190 | bbef8e109f6aecd4cd574221dd2741db49f2f0ab | /app/src/main/java/com/chequp/admin/model/WidthdrawModel.java | dc02f1220ce3d6795d7db2108867a09e4484a94b | [] | no_license | mukul2/ChecqupAdmin | 8e5b3b8adfd7f7a86728d290cdb67b6416918606 | 20731159584b35bb3546bb8f325c35ae295f037a | refs/heads/master | 2022-10-21T19:20:23.746042 | 2020-06-07T22:30:55 | 2020-06-07T22:30:55 | 270,192,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package com.chequp.admin.model;
public class WidthdrawModel {
Integer id;
Integer amount;
Integer status;
String created_at;
String bankinfo;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getAmount() {
... | [
"saidur.shawon@gmail.com"
] | saidur.shawon@gmail.com |
2c55ddd705f7f674f2e0271ac4764d31dbb678a7 | 55ebdc98f90bba37dd34f5020e9b2f55ab4f747b | /src/main/java/com/sybase365/mobiliser/web/cst/pages/customercare/alerts/EditContactPointPage.java | 19b047a2ac2e0f0bf052cc437c11c94cc62f7e79 | [] | no_license | chandusekhar/btpn_portal | aa482eef5a760a4a3a79dd044258014c145183f1 | 809b857bfe01cbcf2b966e85ebb8fc3bde02680e | refs/heads/master | 2020-09-27T08:29:09.299858 | 2014-12-07T10:44:58 | 2014-12-07T10:45:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package com.sybase365.mobiliser.web.cst.pages.customercare.alerts;
import com.sybase365.mobiliser.util.alerts.contract.v5_0.beans.CustomerOtherIdentification;
import com.sybase365.mobiliser.web.common.panels.alerts.EditContactPointPanel;
import com.sybase365.mobiliser.web.cst.pages.customercare.CustomerCareMenuGroup;
... | [
"antrouzz@gmail.com"
] | antrouzz@gmail.com |
872e8912052c88439db4c8e52cbbcc489173e84c | 23f121744f4af73ef24ec0e48e52e3287ff40d68 | /Iwinter3/src/org/iwinter/framework/reader/ClassPathXmlReader.java | 37d523082570ed7f925564ae8c50b17ebaa3a855 | [] | no_license | henry995821881/java | 21bdeba164c021acd863fe7773f1a835ab50bc86 | 2eb1793deff2637b9f02c9fccd7a4e3962f77977 | refs/heads/master | 2020-04-06T06:56:17.037628 | 2016-09-05T02:16:55 | 2016-09-05T02:16:55 | 65,828,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package org.iwinter.framework.reader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.SAXExcep... | [
"123456"
] | 123456 |
e54a4a047f241475286689214cdec0ded4d19bdb | 44ce1b0cad331ae26f14b3efd9a23c516d15357f | /coding-interview-guide/src/main/java/com/zouxxyy/C003.java | ac1b3d36e1fc6f01c5b0e0d810e8bf2a317a3ba2 | [] | no_license | Zouxxyy/algorithm-learning | d35a7bec3f71abeb0445b0a58b424a926c49aa49 | e93df51a97cb93ad67b0dbceb398f058dc7b9cf4 | refs/heads/master | 2022-03-28T19:39:40.779538 | 2022-03-20T09:24:21 | 2022-03-20T09:24:21 | 167,480,905 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.zouxxyy;
import java.util.Scanner;
/*
题目描述
给定排序数组arr和整数k,不重复打印arr中所有相加和为k的不降序二元组
例如, arr = [-8, -4, -3, 0, 1, 2, 4, 5, 8, 9], k = 10,打印结果为:
1, 9
2, 8
[要求]
时间复杂度为O(n),空间复杂度为O(1)
输入描述:
第一行有两个整数n, k
接下来一行有n个整数表示数组内的元素
输出描述:
输出若干行,每行两个整数表示答案
按二元组从小到大的顺序输出(二元组大小比较方式为每个依次比较二元组内每个数)
*/
/*
思路:
左右指针 + 去重
时间复杂度为O... | [
"932089990@qq.com"
] | 932089990@qq.com |
7cf70fb4c53d77664edfd3e6ddfdcdbfa6b4e69d | d90895810ec04f169b1d1f48b75470bd08c220f5 | /jbpm-nrp-vdml/src/main/java/org/jbpm/vdml/services/impl/model/meta/InputDelegation.java | 4beadef7cf871654f7f514583106664710bb813c | [] | no_license | ifu-lobuntu/jbpm-nrp | 58c965ac767ada990b5e3862390dd616647a0dfc | 8db8bbbeab263f39c48d8b4691c867ec2fcc87ff | refs/heads/master | 2021-01-19T00:01:43.319216 | 2016-08-07T07:33:05 | 2016-08-07T07:33:05 | 42,999,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package org.jbpm.vdml.services.impl.model.meta;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
@Entity
@DiscriminatorValue("InputDelegation")
public class InputDelegation extends DirectedFlow {
public InputDelegation() {
}
@Override
public InputPort getSource() {
... | [
"ampieb@gmail.com"
] | ampieb@gmail.com |
24d606317d6c294e9d87c27486d3e8e081ba5c37 | f7e0a04d1e31d225cd4992ca926d0ce23d293087 | /spring-test/src/main/java/org/springframework/test/context/junit4/statements/RunBeforeTestExecutionCallbacks.java | ef0470024e2abd58772904b76acedeeab14fabe2 | [] | no_license | designer-framework/Spring-Framework | adfea060850613e7f2b751b74359ec2c74826fb5 | 93039bf6e702d814dd0591bdb1acd70da5b31909 | refs/heads/master | 2023-04-27T07:05:00.875434 | 2021-05-18T13:07:31 | 2021-05-18T13:07:31 | 360,019,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,673 | java | /*
* Copyright 2002-2016 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 requ... | [
"742743697@qq.com"
] | 742743697@qq.com |
103f8faa18249b96fe70a24f42a97c3b93a404c4 | e7e497b20442a4220296dea1550091a457df5a38 | /java_workplace/sns-xiaonei/renren-sns-wiki/trunk/renren-sns-wiki-web/src/main/java/com/renren/sns/wiki/controllers/WikiUserIndexController.java | 7a008d33d8cb9666fd7da812c83658ccdd2f52f6 | [] | no_license | gunner14/old_rr_code | cf17a2dedf8dfcdcf441d49139adaadc770c0eea | bb047dc88fa7243ded61d840af0f8bad22d68dee | refs/heads/master | 2021-01-17T18:23:28.154228 | 2013-12-02T23:45:33 | 2013-12-02T23:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,377 | java | package com.renren.sns.wiki.controllers;
import java.util.Map;
import net.paoding.rose.web.Invocation;
import net.paoding.rose.web.annotation.Param;
import net.paoding.rose.web.annotation.Path;
import net.paoding.rose.web.annotation.rest.Get;
import net.sf.json.JSONObject;
import org.springframework.beans.... | [
"liyong19861014@gmail.com"
] | liyong19861014@gmail.com |
b55ecd0411dce477ea4d85d6bd9def00563b801e | 693d39be07cf6161bbd1d8c4911a95d68544db18 | /app/src/main/java/net/suntrans/szxf/bean/Ameter3.java | a7b2ee55749932ef03d85983461edaef725a889f | [] | no_license | luping1994/SZXF | 8235c824cf452895efc5ba4b3bd634525a607f79 | bf80cc2a009e8f993adb1ec5e3523682ab480d2e | refs/heads/master | 2020-03-07T17:44:50.148294 | 2018-05-04T09:56:31 | 2018-05-04T09:56:31 | 126,810,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package net.suntrans.szxf.bean;
/**
* Created by Looney on 2017/7/28.
*/
public class Ameter3 {
public String name;
public String value;
public String nameCH;
public String unit;
public String field;
public Ameter3(String name, String value, String nameCH,String field) {
this.name =... | [
"250384247@qq.com"
] | 250384247@qq.com |
d9a5ab8a947c7b4ffff213d684c7529cddf68d27 | 9fe800087ef8cc6e5b17fa00f944993b12696639 | /batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java | 950928e355f68b327c528ab29e4582691de3b5a7 | [
"Apache-2.0"
] | permissive | balabit-deps/balabit-os-7-batik | 14b80a316321cbd2bc29b79a1754cc4099ce10a2 | 652608f9d210de2d918d6fb2146b84c0cc771842 | refs/heads/master | 2023-08-09T03:24:18.809678 | 2023-05-22T20:34:34 | 2023-05-27T08:21:21 | 158,242,898 | 0 | 0 | Apache-2.0 | 2023-07-20T04:18:04 | 2018-11-19T15:03:51 | Java | UTF-8 | Java | false | false | 7,943 | java | /*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | [
"testbot@balabit.com"
] | testbot@balabit.com |
f375bd7f64b71f475acce6085a1cba443153ddb9 | f839c1d021c92203b1eae013f013839fd673b711 | /src/test/java/org/mox/spikes/domain/events/DomainEventPublisherThreadTestCase.java | 98174df10647c317709363adcc0ae5562375f7c0 | [] | no_license | mox601/ddd-spike | 74aa9fb7bc53f96cbcdbbc4d62c571f08fcfea4c | 492f02ff515942561c9b24fd48156114d5e275bf | refs/heads/master | 2020-12-24T14:01:10.457257 | 2014-12-29T09:45:24 | 2014-12-29T09:45:24 | 22,499,406 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,727 | java | package org.mox.spikes.domain.events;
import org.mox.spikes.domain.apis.DomainEvent;
import org.mox.spikes.domain.customisation.Car;
import org.mox.spikes.domain.customisation.CarId;
import org.mox.spikes.domain.infrastructure.DomainEventPublisher;
import org.mox.spikes.domain.infrastructure.DomainEventSubscriber;
imp... | [
"matteo.moci@gmail.com"
] | matteo.moci@gmail.com |
c593131ba6aae5925fd012f2b037b8a7a1bf424f | 42db8ca1afb6b9a695b67507414166164b9c26d8 | /java/src/Lista3/L3Exercicio4.java | 7c2d67114b1ee8057ef9ed41aaa02bad7257922a | [] | no_license | Andressaffs/turma16java | 9ba990249f7f0536a659b13dbd335079679d81aa | c91f1ac67e8ddf8cc6db2590d762500e639076ee | refs/heads/main | 2023-03-20T04:52:27.811805 | 2021-03-08T14:09:50 | 2021-03-08T14:09:50 | 329,985,454 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 817 | java | package Lista3;
import java.util.Scanner;
public class L3Exercicio4
{
public static void main (String args[])
{
try (Scanner ler = new Scanner(System.in))
{
int numero;
System.out.println("Digite um número inteiro: ");
numero= ler.nextInt();
if( (numero%2) == 0 && numero>0)
{
System.o... | [
"you@example.com"
] | you@example.com |
25384bea37bb66d3bd0c68bcbec304cfacf7c8c6 | 95a54e3f3617bf55883210f0b5753b896ad48549 | /java_src/com/google/android/gms/tasks/zzc.java | eae449018c4a4829b0944d42e414b11b611b47e6 | [] | no_license | aidyk/TagoApp | ffc5a8832fbf9f9819f7f8aa7af29149fbab9ea5 | e31a528c8f931df42075fc8694754be146eddc34 | refs/heads/master | 2022-12-22T02:20:58.486140 | 2021-05-16T07:42:02 | 2021-05-16T07:42:02 | 325,695,453 | 3 | 1 | null | 2022-12-16T00:32:10 | 2020-12-31T02:34:45 | Smali | UTF-8 | Java | false | false | 893 | java | package com.google.android.gms.tasks;
import android.support.annotation.NonNull;
import java.util.concurrent.Executor;
final class zzc<TResult, TContinuationResult> implements zzq<TResult> {
private final Executor zzd;
private final Continuation<TResult, TContinuationResult> zze;
private final zzu<TContin... | [
"ai@AIs-MacBook-Pro.local"
] | ai@AIs-MacBook-Pro.local |
a54d9a2543b9d6aec14b611a00fc71caf3adce58 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_b6c4cb29872ad6e41879ce4640b92b1f688b1cb9/Laby/28_b6c4cb29872ad6e41879ce4640b92b1f688b1cb9_Laby_s.java | 3e7f7e97ae6ddc908d6a64d706eb297561142b20 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,047 | java | package devhead.ru.jlaby;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.FilenameFilter;
import javax.swing.GroupLayout;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6e87ab6449dfb0ce3a8e29ca931a8b2c3a2dfa8a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_f3ae8fc80c02ca9bc92547ac0f2c26d7352c1102/JFUSEAdapter/26_f3ae8fc80c02ca9bc92547ac0f2c26d7352c1102_JFUSEAdapter_t.java | 939a6c8fa7dc2b3e5419ffeafb12a1ec65c76e5d | [] | 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,588 | java | package org.deepfs.jfuse;
import org.catacombae.jfuse.JNILoader;
import org.catacombae.jfuse.types.system.FileModeFlags;
import org.catacombae.jfuse.util.FUSEUtil;
/**
* This class assembles all references to the external jfuse library.
*
* In order to keep BaseX independent from external libraries this... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fde1a6f8dcc7af5c374caa43b4e697d8b6a16134 | f4fc8a35108b1942d19f7bb978812c1f51bbdb9f | /src/mn/compassmate/protocol/JpKorjarProtocolDecoder.java | db3a9437cdf655cc048c558757a612f43063a274 | [] | no_license | bilguun0428/compassmateTest | 2bd4be5e8acd09cbe68ebf51487502d16fada192 | e19910a024f84a0b6c1a3db53726bebd02de365b | refs/heads/master | 2020-04-10T02:55:04.866035 | 2018-12-07T01:56:00 | 2018-12-07T01:56:00 | 160,755,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,687 | java | package mn.compassmate.protocol;
import org.jboss.netty.channel.Channel;
import mn.compassmate.BaseProtocolDecoder;
import mn.compassmate.DeviceSession;
import mn.compassmate.helper.Parser;
import mn.compassmate.helper.PatternBuilder;
import mn.compassmate.model.CellTower;
import mn.compassmate.model.Network;
import m... | [
"bilguun.b@itzone.local"
] | bilguun.b@itzone.local |
d8cc78301b47be04a3c07805eef5a61fc2e003bb | 7c20e36b535f41f86b2e21367d687ea33d0cb329 | /Capricornus/src/com/gopawpaw/erp/hibernate/s/SypsDet.java | 0fd1fd0cbcc48d324b37e4bf7497d3c77f62612e | [] | no_license | fazoolmail89/gopawpaw | 50c95b924039fa4da8f309e2a6b2ebe063d48159 | b23ccffce768a3d58d7d71833f30b85186a50cc5 | refs/heads/master | 2016-09-08T02:00:37.052781 | 2014-05-14T11:46:18 | 2014-05-14T11:46:18 | 35,091,153 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,362 | java | package com.gopawpaw.erp.hibernate.s;
import java.util.Date;
/**
* SypsDet entity. @author MyEclipse Persistence Tools
*/
public class SypsDet extends AbstractSypsDet implements java.io.Serializable {
// Constructors
/** default constructor */
public SypsDet() {
}
/** minimal constructor */
public SypsDet(... | [
"ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5"
] | ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5 |
fb495bd009f67c10e3e7b4e8a3124891df879697 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_64ee32ec12da6f26cb35dbd58629143c3e4a48a0/FormulaViewer/8_64ee32ec12da6f26cb35dbd58629143c3e4a48a0_FormulaViewer_s.java | ddf6ad2091f53e5ffe6bdbfa2d7b6437f203c3fe | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,932 | 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
399b0ac52a1f44796f5642a5cc1a83c5e3f47449 | f28ddc4e516840ad1eebd6dab717338f0b24daca | /LeetCode Practice/Problem66_PlusOne.java | 053ce0cafe5ba2d9aadf4856677530b436fb6e89 | [] | no_license | Deepanshuchauhan123/The_Data_Structure-and-Algorithms--Java | 3e808eae6e045db922ad51a2b5de0f5b6c61623e | 81166929b28b0676b0897a10e05be11bbd22b52f | refs/heads/master | 2023-05-10T07:02:38.699297 | 2021-06-08T09:27:04 | 2021-06-08T09:27:04 | 263,946,116 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | public class Problem66_PlusOne{
public static void main(String[] args) {
int arr[]=new int[]{9,9,9,9,9};
arr=plusOne(arr);
for(int val:arr)
System.out.print(val);
}
public static int[] plusOne(int[] digits) {
int n = digits.length-1,carry,value;
value=(d... | [
"deepanshuchauhan7287@gmail.com"
] | deepanshuchauhan7287@gmail.com |
ab61510ae4eededc87f2686ca5381a15ba072bff | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a306/A306603Test.java | c199a83e6d38239482295ffab1a777519bccc94a | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a306;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A306603Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
cc88a20ba98bbd82c97929ce6e7b82f50773a13c | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module60/src/main/java/module60packageJava0/Foo85.java | ea75375eb6b6a64501a636a67aa5dd7682538a9c | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 347 | java | package module60packageJava0;
import java.lang.Integer;
public class Foo85 {
Integer int0;
Integer int1;
public void foo0() {
new module60packageJava0.Foo84().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void ... | [
"oliviern@uber.com"
] | oliviern@uber.com |
36f6ba7a9aa701c7a74e2db6ee9d4805bed4d022 | 79c6e0bddbead42db766bb22cb7315d9ce2d3b6f | /ProjectTest/src/main/java/DistributeDataBase/dataSource/client/util/ZConstants.java | 8ee15fcefcca9b18646cb1aaff7fa916e4d368c2 | [] | no_license | LUCKYZHOUSTAR/ProjectTest | 6ac1b85c411e27b961b085b24b05f34d25819292 | 2d67dde598851dca4550fbd123134025405c0c25 | refs/heads/master | 2021-01-15T15:32:19.218585 | 2016-08-10T03:00:23 | 2016-08-10T03:00:23 | 54,181,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | /**
*
*/
package DistributeDataBase.dataSource.client.util;
/**
* @ClassName: ZConstants
* @Description:
* @author LUCKY
* @date 2016年5月17日 下午7:51:40
*
*/
public class ZConstants {
public static final String ERROR_CODE_DB_NOT_AVAILABLE = "100";
public static final String ERROR_CO... | [
"LUCKY@ZHOU"
] | LUCKY@ZHOU |
68f3a56f2ee2c4d53283e7677c11f5524d0b6fd9 | 259c101b7bbeef9efcc25134e7e21f037a7a4092 | /DTSEmbed_LSC_solve_path/src/softtest/rules/gcc/rule/IIOEStateMachine.java | 3cbc887e4492284aef56546d368f41f0268e68d0 | [] | no_license | 13001090108/dts-solve-path | a95c71c31d38afb2c55d85884b931f2938c1f75d | 649b92eddcc76705bbb4926b33da00009303c04a | refs/heads/master | 2020-04-16T23:17:21.340218 | 2019-01-24T09:34:50 | 2019-01-24T09:37:09 | 166,005,614 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,950 | java | package softtest.rules.gcc.rule;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import softtest.ast.c.*;
import softtest.config.c.Config;
import softtest.fsm.c.FSMMachine;
import softtest.fsm.c.FSMMachineInstance;
import softtest.rules.c.StateMachineUtils;
/**
* @auth... | [
"lishaochun@bupt.edu.cn"
] | lishaochun@bupt.edu.cn |
5cc003161f616c17c7d856f82e8bf44653740057 | c3b4cbce61aed64b1a038de6f0184cffaba07901 | /Algorithms/cycle-sort/AllMissingNumbers.java | d5d4356801056ebb64cb7c57d76635dffcd6a042 | [] | no_license | neerazz/FAANG | 30a1041b501d5ab9d81a38da0f7b45f4cdef414f | d113f24a12c773083a412065e715e0b66e7e6324 | refs/heads/master | 2023-09-05T07:25:13.835752 | 2023-04-09T17:30:05 | 2023-04-09T17:30:05 | 193,811,440 | 1,657 | 460 | null | 2023-09-10T12:45:39 | 2019-06-26T01:59:00 | Java | UTF-8 | Java | false | false | 749 | java | import java.util.ArrayList;
import java.util.List;
/**
* Created on: Jul 13, 2021
* Ref: https://www.educative.io/courses/grokking-the-coding-interview/Y52qNM0ljWK
*/
public class AllMissingNumbers {
public static void main(String[] args) {
}
public static List<Integer> findNumbers(int[] nums) {
... | [
"43318996+neerazz@users.noreply.github.com"
] | 43318996+neerazz@users.noreply.github.com |
356d4b34601dc6f49aa81803d0776036ee193e59 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_328/Testnull_32747.java | 2e89eeebee8095521fdb84c72bda309c8537f2fb | [] | 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_328;
import static org.junit.Assert.*;
public class Testnull_32747 {
private final Productionnull_32747 production = new Productionnull_32747("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
849101a707e1eb052758a08000af33096e74f1c4 | 1cdd58bbfebf8491fc09c64f417f7ad69244a920 | /src/com/design_patterns/strategy/improve/Duck.java | ee061f90161436edb94cb6dc72520f2831d18b6c | [] | no_license | yafengstark/JavaBook | cbe19bac29fbd6fbfbe6f23f432e4159de0100d7 | 3dd9f6254b85f552c24f6979c1192d32ebf3f09f | refs/heads/master | 2020-05-22T14:25:12.562376 | 2020-01-20T00:07:35 | 2020-01-20T00:07:35 | 186,383,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.design_patterns.strategy.improve;
public abstract class Duck {
//属性, 策略接口
FlyBehavior flyBehavior;
//其它属性<->策略接口
QuackBehavior quackBehavior;
public Duck() {
}
public abstract void display();//显示鸭子信息
public void quack() {
System.out.println("鸭子嘎嘎叫~~");
}
public void swim() {
System.out.... | [
"fengfeng043@gmail.com"
] | fengfeng043@gmail.com |
00e3f90a1d2a642f55842d3c90fd1175a9a41f12 | a11ba1b53c0e1e978b5f4f55a38b4ff5b13d5e36 | /ui/src/main/java/org/apache/hop/ui/hopui/HopUiPlugin.java | d0a581412342955ce2d97dc3b8510b7cb99bc768 | [
"Apache-2.0"
] | permissive | lipengyu/hop | 157747f4da6d909a935b4510e01644935333fef9 | 8afe35f0705f44d78b5c33c1ba3699f657f8b9dc | refs/heads/master | 2020-09-12T06:31:58.176011 | 2019-11-11T21:17:59 | 2019-11-11T21:17:59 | 222,341,727 | 1 | 0 | Apache-2.0 | 2019-11-18T01:50:19 | 2019-11-18T01:50:18 | null | UTF-8 | Java | false | false | 1,720 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... | [
"mattcasters@gmail.com"
] | mattcasters@gmail.com |
f0ed1a684fd42d597b9bb518252e0c89937a34b1 | c164d8f1a6068b871372bae8262609fd279d774c | /src/main/java/edu/uiowa/slis/VIVOISF/BFO_0000004/BFO_0000004NameCurrencyAR.java | 4a2bbf27ccacf0ad6243f993f0815ffeb8b03be8 | [
"Apache-2.0"
] | permissive | eichmann/VIVOISF | ad0a299df177d303ec851ff2453cbcbd7cae1ef8 | e80cd8b74915974fac7ebae8e5e7be8615355262 | refs/heads/master | 2020-03-19T03:44:27.662527 | 2018-06-03T22:44:58 | 2018-06-03T22:44:58 | 135,757,275 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,010 | java | package edu.uiowa.slis.VIVOISF.BFO_0000004;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspTagException;
@SuppressWarnings("serial")
public class BFO_0000004NameCurrencyAR extends edu.uiowa.slis.VIVOISF.TagLibSup... | [
"david-eichmann@uiowa.edu"
] | david-eichmann@uiowa.edu |
bf9dbef5e8a1d595b1bd81b9b3ab94527ab1cd8b | d90bc68346a2a786b01266e577dd23b0ff3387f2 | /core/src/core/org/jnode/vm/x86/compiler/l1a/FPUStack.java | 28be5d8774d5cf5eb26b19e71b9b952c585c0da2 | [] | no_license | flesire/jnode.mirror | aa2930923e998e7fbd9a48564c40edadfddb8cc7 | 2fae7f6b392a8ace3840e09635d3cc0105e4f335 | refs/heads/master | 2021-01-23T03:48:46.788908 | 2013-09-06T14:23:31 | 2013-09-06T14:23:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,533 | java | /*
* $Id: FPUStack.java 5956 2013-02-17 20:50:10Z lsantha $
*
* Copyright (C) 2003-2013 JNode.org
*
* 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... | [
"galatnm@gmail.com"
] | galatnm@gmail.com |
4391078fcf31aab4605dcabd111ba76ea8c43019 | eac0b43bd7bf55f9c59c6867cc52706f5a8b9c1c | /FQ/src/main/java/learn/spring/aop/MyAopInvoke.java | 1b80d5b7094a08be2efccf26da5906dfe85c68b5 | [] | no_license | fengqing90/Learn | b017fa9d40cb0592ee63f77f620a8a8f39f046b9 | 396f48eddb5b78a4fdb880d46ea1f2b109b707e4 | refs/heads/master | 2022-11-22T01:44:05.803929 | 2021-08-04T03:57:26 | 2021-08-04T03:57:26 | 144,801,377 | 0 | 3 | null | 2022-11-16T06:59:58 | 2018-08-15T03:29:15 | Java | UTF-8 | Java | false | false | 1,470 | java | package learn.spring.aop;
import java.util.List;
/**
* TODO
*
* @author fengqing
* @date 2021/6/23 14:35
*/
public class MyAopInvoke implements AopInvoke {
public MyAopInvoke(List<AopInvoke> invokeList) {
this.invokeList = invokeList;
}
private final List<AopInvoke> invokeList;
private... | [
"fengqing@youxin.com"
] | fengqing@youxin.com |
847024c939e3d43db35f7086962d134bda9d224d | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/87/org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator_DormandPrince54Integrator_104.java | bebd0f59a2729883ace530a925ede2155485ee44 | [] | 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,291 | java |
org apach common math od nonstiff
dormand princ integr ordinari
differenti equat
integr embed rung kutta integr
order local extrapol mode solut
comput high order formula stepsiz control
automat step initi continu output
method function evalu step
fsal evalu step
evalu step avoid
cost function evalu ... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
df6ed60fd4e9d757277c31d23e8803bb08fff83c | 0c0556e9b9574caac15a3b3c4b6f2f4982245f3c | /app/src/main/java/opay/com/oupaypay/utils/scanner/FlashlightManager.java | a31a5c06d9c87131bcbeba64f88d504df8ee809d | [] | no_license | wuyinlei/OuPayPay | de1bfaa812037e3ff4c0239070855e9708e511af | b956e2b5ecca731ac2365790407ea27364d27d03 | refs/heads/master | 2021-08-27T21:23:02.706558 | 2017-12-10T11:02:59 | 2017-12-10T11:02:59 | 111,794,613 | 0 | 4 | null | 2017-11-28T07:21:32 | 2017-11-23T10:15:53 | Java | UTF-8 | Java | false | false | 5,194 | java | /*
* Copyright (C) 2010 ZXing 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 applicable law or agr... | [
"power1118wu@gmail.com"
] | power1118wu@gmail.com |
3cf369aae773379817e0fac86df4e160facec1a6 | 5308297e063c59a065a025711ae62b0b7b015886 | /SDK/src/com/skyworth/tvos/context/menu/MenuNodeFactory.java | 3266350e680a8bb7980d6fd82c3cf70dcd89c95c | [] | no_license | bibiRe/AppStore | 77ddde3261cabe9294ffb74714c00febd0ec7268 | 06f5e05050ad01753fd9e6a9f6ec251474e3c6f1 | refs/heads/master | 2020-12-29T01:54:54.175750 | 2014-02-12T07:30:44 | 2014-02-12T07:30:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,966 | java | /**
* Copyright (C) 2012 The SkyTvOS Project
*
* Version Date Author
* ─────────────────────────────────────
* 2013-6-2 xingkong207
*
*/
package com.skyworth.tvos.context.menu;
import com.skyworth.framework.SkyData;
import com.skyworth.tvos.context.menu.MenuConstants.Keys;
impor... | [
"haotie1990@gmail.com"
] | haotie1990@gmail.com |
405de5d7948c4643029c312e8857d78e3bb71130 | e35bd41d70a38105a8fd5a35464b0292659a70d9 | /registry-ws-client/src/main/java/org/gbif/registry/ws/client/NetworkWsClient.java | d837e93789a6ea3d5b48fdf54060b25b93b4e0e9 | [
"Apache-2.0"
] | permissive | MattBlissett/registry | 0c42d5b886fa6094cc8f8fd90a21050907afe3fa | 63aafec68d7bd53b5c692113098d64cefc01ead4 | refs/heads/master | 2021-02-05T16:29:57.550181 | 2020-02-28T16:11:31 | 2020-02-28T16:11:31 | 243,803,209 | 0 | 0 | Apache-2.0 | 2020-02-28T16:12:03 | 2020-02-28T16:12:02 | null | UTF-8 | Java | false | false | 2,033 | java | /*
* Copyright 2013 Global Biodiversity Information Facility (GBIF)
* 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 appli... | [
"mdoering@gbif.org"
] | mdoering@gbif.org |
afa41a08eae5ce53b2995d183a358c5d627b3efd | d2d0d5d88319042071a4aae9d55a1c6e5a50cd67 | /legacy/spring-annotation/spring-annotation-example/src/main/java/com/paralun/app/example3/FileMain.java | c471e7ba5aeeee12ce1f66f3bf301a6a7b70482a | [] | no_license | paralun/belajar-spring-framework | b78106e6eaf6cd7fb81af3575cc526fa1645721a | 182a7afde528e52d6f827ed9f92f3ebc88f05122 | refs/heads/master | 2023-02-09T04:56:46.703886 | 2023-01-29T13:54:29 | 2023-01-29T13:54:29 | 74,141,057 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | /*
* Copyright (c) 2016 | James Kusmambang
* Source : https://github.com/paralun
*/
package com.paralun.app.example3;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class FileMain {
public static void main(String[... | [
"kusmambang@gmail.com"
] | kusmambang@gmail.com |
0fe784861f0351e47353140e9960f8be7eac777b | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/mapstruct/learning/6570/AnnotatedConstructor.java | 7c8945d9bfa631764354961a23237a8200f17702 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,698 | java | /*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.internal.model;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.mapstruct.ap.inte... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.