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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e7fa69735c8dd36aab426fad496336a7a7f7d353 | 19b1ed801a2453c4f93e758ee4e2c39cb0fbe913 | /RemoveDuplicatesFromSortedArray_1.java | 2c8a44d1bc118cf8dbc8af628ab1422b1c201569 | [] | no_license | guaguahuahua/Leetcode | c1ea867b98f2e493c3686fa9b8d089af5ecccecc | 95b5554b6d8e44cd0c4fe4e23b316517791dd1a7 | refs/heads/master | 2021-01-23T01:56:09.973798 | 2017-04-07T14:26:12 | 2017-04-07T14:26:12 | 85,947,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | package com.xjtuse.easy;
public class RemoveDuplicatesFromSortedArray_1 {
public static int removeDuplicates(int []nums){
if(nums.length==0){
System.out.print(0);
return 0;
}
int i=0,length=1,total=0;
for(int j=1;j<nums.length;j++){
if(nums[i]==nums[j]){
length++;
}else{
if(length>... | [
"[email protected]"
] | |
159958979224fa01b407355818b64ede246add1c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_d40efb532fb769946012d3f25773c2d74a920620/WeightedIntDocVector/31_d40efb532fb769946012d3f25773c2d74a920620_WeightedIntDocVector_t.java | 0497ba269daff95a06914112f4d18857f82b289a | [] | 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,447 | java |
package ivory.data;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.Iterator;
import org.apache.hadoop.io.WritableUtils;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import edu.umd.cloud9.io.map.HMapIFW;
/**
* Implementati... | [
"[email protected]"
] | |
50d460b3624b4ead009f62183c5a797042500c5f | e78325594090f7891ec9246ae0a99c139f1bd151 | /timesheet/src/main/java/com/fastcode/timesheetapp1/addons/scheduler/application/job/dto/UpdateJobInput.java | 125929a36fbb4309a781b01f1a1785da665e1e59 | [] | no_license | fastcode-inc/timesheet-old | a3eb3359ce4dd34bed326e7f54ad0e788787d810 | 0fb28c98b7b3f702c364e09884384c465f215794 | refs/heads/master | 2023-03-23T22:06:26.319991 | 2021-03-25T19:08:34 | 2021-03-25T19:08:34 | 351,547,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java | package com.fastcode.timesheetapp1.addons.scheduler.application.job.dto;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class UpdateJobInput {
private String jobName;
private String jobGroup;
pr... | [
"[email protected]"
] | |
c9d84bec53ac240051138488cc5155e5e2556501 | c8705eb0df74ff16ae8ad9a6c2fe39697de2a78c | /spring-boot-web/elasticsearch-demo/src/main/java/com/ynthm/elasticsearch/config/ElasticsearchConfig.java | 01ba5eaee5f5b6132b04fe557e90a1af7116a4bd | [] | no_license | ynthm/spring-boot-demo | 4140992d3a513bffe83660c3c624e21b8971b41c | d471bf0dd047d1249e1addb75fa26b4bcdddaa8e | refs/heads/master | 2023-07-09T15:56:48.610656 | 2023-06-27T05:47:06 | 2023-06-27T05:47:06 | 222,863,011 | 0 | 0 | null | 2023-07-07T21:52:10 | 2019-11-20T06:04:27 | Java | UTF-8 | Java | false | false | 2,735 | java | package com.ynthm.elasticsearch.config;
import co.elastic.clients.elasticsearch.ElasticsearchAsyncClient;
import co.elastic.clients.elasticsearch.ElasticsearchClient;
import co.elastic.clients.json.jackson.JacksonJsonpMapper;
import co.elastic.clients.transport.ElasticsearchTransport;
import co.elastic.clients.transpo... | [
"[email protected]"
] | |
40f4b95a9cde657adfeb73e6084c605f778e4880 | 22e506ee8e3620ee039e50de447def1e1b9a8fb3 | /java_src/android/support/p007v4/view/ViewPropertyAnimatorCompatKK.java | e03ad9bdd9871457a9ea2a361a966ceb1dcbf6e2 | [] | no_license | Qiangong2/GraffitiAllianceSource | 477152471c02aa2382814719021ce22d762b1d87 | 5a32de16987709c4e38594823cbfdf1bd37119c5 | refs/heads/master | 2023-07-04T23:09:23.004755 | 2021-08-11T18:10:17 | 2021-08-11T18:10:17 | 395,075,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package android.support.p007v4.view;
import android.animation.ValueAnimator;
import android.view.View;
/* renamed from: android.support.v4.view.ViewPropertyAnimatorCompatKK */
class ViewPropertyAnimatorCompatKK {
ViewPropertyAnimatorCompatKK() {
}
public static void setUpdateListener(final View view, fin... | [
"[email protected]"
] | |
9f9607e33f85465bf0e432bbcdae5a401e04dc0a | ca95555a6ce6410807699face40f070f92d41d20 | /LQian-change-param/src/main/java/com/zl/github/translate/TransformerSettings.java | 6dbab207b37ecb2d7a6ca9a8cd9a99159443e583 | [] | no_license | SaberSola/LQian | 0000adef39a0940c2771f76e69790643acc6c892 | b8a42ffe46d37968ecdbf70b402f7b1b09549f55 | refs/heads/master | 2022-12-20T23:43:19.657158 | 2021-12-27T13:18:45 | 2021-12-27T13:18:45 | 144,002,792 | 9 | 3 | null | 2022-12-16T04:33:33 | 2018-08-08T11:15:53 | Java | UTF-8 | Java | false | false | 1,098 | java | package com.zl.github.translate;
import com.zl.github.model.FieldTransformer;
import lombok.Getter;
import lombok.Setter;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
/**
* @Author zl
* @Date 2019-09-13
* @Des ${todo}
*/
@Getter
public class... | [
"[email protected]"
] | |
f54004f8557230bf35df87a45b654185b44431b1 | ca7d41ff7b2a52de9393274ce8f54be8cb34958b | /src/main/java/cn/xpbootcamp/refactoring/Order.java | a88db6897a6e47ba6333d8f67aec587f02298857 | [] | no_license | xpbootcamp/refactoring-cashier-baseline | 173b6a9b3aa2dcd0f42c858650d56ff07faa726b | b7c5502ba477053e6dbdfb10d124741d61d78dac | refs/heads/master | 2022-07-15T10:07:08.469364 | 2020-05-18T10:29:51 | 2020-05-18T10:29:51 | 264,900,703 | 0 | 11 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package cn.xpbootcamp.refactoring;
import java.util.List;
public class Order {
String nm;
String addr;
List<LineItem> li;
public Order(String nm, String addr, List<LineItem> li) {
this.nm = nm;
this.addr = addr;
this.li = li;
}
public String getCustomerName() {
... | [
"[email protected]"
] | |
a3a97d9c5a35ec5d27a4910904e417e4242c00ea | d001000626f1c4279663f0070b5cd32391b661fe | /src/main/java/com/imaginea/javapractise/OCJP/StaticFrog.java | 6d3b59753947eebbb6ec3cc7628cdef3c2c41524 | [] | no_license | scharanjit/JavaPractise | 26e5de6e285ed489239bc025cfec9941096006d5 | de07f66274fe97fce7697a2b3057cb00fa5d39f1 | refs/heads/master | 2016-09-12T09:00:52.967466 | 2016-05-20T07:07:28 | 2016-05-20T07:07:28 | 59,269,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package OCJP;
public class StaticFrog
{
int frogSize = 0;
public int getFrogSize()
{
return frogSize;
}
public StaticFrog(int s)
{
frogSize = s;
}
public static void main (String [] args)
{
StaticFrog f = new StaticFrog(25);
System.out.println(f.getFrogSize()); // Access instance... | [
"[email protected]"
] | |
703faa31a01169e6b4e507230eacc7d12232f94f | 64e3f2b8d6abff582d8dff2f200e0dfc708a5f4b | /2017/Isis/DemoApp/src/main/java/domainapp/dom/impl/HelloWorldObject.java | c7cdb6ca1bca6e74c9f993797bee23690edf07ce | [] | no_license | tedneward/Demos | a65df9d5a0390e3fdfd100c33bbc756c83d4899e | 28fff1c224e1f6e28feb807a05383d7dc1361cc5 | refs/heads/master | 2023-01-11T02:36:24.465319 | 2019-11-30T09:03:45 | 2019-11-30T09:03:45 | 239,251,479 | 0 | 0 | null | 2023-01-07T14:38:21 | 2020-02-09T05:21:15 | Java | UTF-8 | Java | false | false | 4,434 | 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")... | [
"[email protected]"
] | |
041d2f2154e41b6742d761eab72d4aa48a8d32f3 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a167/A167978Test.java | 634773ebceca71f8c0c077e9c1ef63125bff1166 | [] | 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.a167;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A167978Test extends AbstractSequenceTest {
}
| [
"[email protected]"
] | |
50ad0e1dc866360f995bf744f347dd09ba47cd8b | cbb46a87afffde3964b0f952c9555a7e2966bf62 | /modules/learning/src/test/java/deepboof/impl/backward/standard/TestBackwards_DFunctionDropOut_F64.java | 7089351f613f1b539009a43606ae89b535c02d71 | [
"Apache-2.0"
] | permissive | caomw/DeepBoof | 973179c5274908b267cb5cbdcb15a466d803afaf | df8a901ce554d95a88feac197c767aaeb27bbd86 | refs/heads/master | 2020-05-23T08:15:53.463486 | 2016-09-15T16:10:01 | 2016-09-15T16:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,921 | java | /*
* Copyright (c) 2016, Peter Abeles. All Rights Reserved.
*
* This file is part of DeepBoof
*
* 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/LIC... | [
"[email protected]"
] | |
d0f3a12b85a4639f46636df6b91a0d4e43d2c5ee | 6259a830a3d9e735e6779e41a678a71b4c27feb2 | /anchor-plugin-image/src/main/java/org/anchoranalysis/plugin/image/bean/thumbnail/object/ThumbnailColorIndex.java | 1e0ad8a2d1a5c89ba0e5bcd7139f848a6d853a06 | [
"MIT",
"Apache-2.0"
] | permissive | anchoranalysis/anchor-plugins | 103168052419b1072d0f8cd0201dabfb7dc84f15 | 5817d595d171b8598ab9c0195586c5d1f83ad92e | refs/heads/master | 2023-07-24T02:38:11.667846 | 2023-07-18T07:51:10 | 2023-07-18T07:51:10 | 240,064,307 | 2 | 0 | MIT | 2023-07-18T07:51:12 | 2020-02-12T16:48:04 | Java | UTF-8 | Java | false | false | 3,145 | java | /*-
* #%L
* anchor-plugin-image
* %%
* Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* 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 ... | [
"[email protected]"
] | |
f56e260cd003145e7a8b4019c5e416e2e06852b5 | 9ed31b29d6062572648795668aee9ab05c38d2fd | /src/test/java/tests/day7/CssSelectorPractice.java | 1a37d6f5d3e68f78cc689655047282faccf0b5e3 | [] | no_license | erhan-d/TestNGSeleniumProject | 938ee058c26ee22bb4d7224e108527b0ae6efc4c | 269dea8a566bb544d62108f719c022ca724ea3b6 | refs/heads/master | 2023-05-11T11:08:07.261384 | 2020-04-23T00:16:57 | 2020-04-23T00:16:57 | 258,051,432 | 1 | 2 | null | 2023-05-09T18:22:29 | 2020-04-23T00:20:57 | Java | UTF-8 | Java | false | false | 1,830 | java | package tests.day7;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import utils.BrowserFactory;
import utils.BrowserUtils;
import java.util.List;
public class CssSelectorPractice {
//Please use google chrome
//Which locator to use?
//#1 id
... | [
"[email protected]"
] | |
36f7b2db907a821b2771612565280ad8cdbf740c | 1930d97ebfc352f45b8c25ef715af406783aabe2 | /src/main/java/com/alipay/api/response/AlipayAccountCashpoolDetailQueryResponse.java | 5983bf609cf66c6864bc05556fd4e0219d1961fe | [
"Apache-2.0"
] | permissive | WQmmm/alipay-sdk-java-all | 57974d199ee83518523e8d354dcdec0a9ce40a0c | 66af9219e5ca802cff963ab86b99aadc59cc09dd | refs/heads/master | 2023-06-28T03:54:17.577332 | 2021-08-02T10:05:10 | 2021-08-02T10:05:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.account.cashpool.detail.query response.
*
* @author auto create
* @since 1.0, 2020-07-06 11:22:30
*/
public class AlipayAccountCashpoolDetailQueryResponse... | [
"[email protected]"
] | |
8046d047338c3d332b09007fce510bfeef365c64 | d67f6450b24fb08f2f61b74dcdecce3025ee3efc | /gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set11/light/Card11_016.java | 54caf3cade471585bca5605016093cd2e1cd36e2 | [
"MIT"
] | permissive | cburyta/gemp-swccg-public | 00a974d042195e69d3c104e61e9ee5bd48728f9a | 05529086de91ecb03807fda820d98ec8a1465246 | refs/heads/master | 2023-01-09T12:45:33.347296 | 2020-10-26T14:39:28 | 2020-10-26T14:39:28 | 309,400,711 | 0 | 0 | MIT | 2020-11-07T04:57:04 | 2020-11-02T14:47:59 | null | UTF-8 | Java | false | false | 4,772 | java | package com.gempukku.swccgo.cards.set11.light;
import com.gempukku.swccgo.cards.AbstractNormalEffect;
import com.gempukku.swccgo.cards.GameConditions;
import com.gempukku.swccgo.cards.effects.usage.OncePerGameEffect;
import com.gempukku.swccgo.common.*;
import com.gempukku.swccgo.filters.Filters;
import com.gempukku.s... | [
"[email protected]"
] | |
48ac62763ff78c00cd45e8b64bb619ab9fe71f4d | fcb6c796a4a345cfff3cc71b95b01e150ab10755 | /WebAuthServer/src/main/java/ru/scorpio92/socketchat/authserver/data/model/message/request/DeauthServerDataRequest.java | 0066e9f1f8ab7bdb455b477f4055a40c14ef1f46 | [] | no_license | Scorpio92/SocketChat | 950514d9fee957a6f4afb4ea1cfe0c4519fe770d | 56d362b9a15c2990ddce2cb33b73a828f57ed963 | refs/heads/master | 2020-03-21T02:47:45.784161 | 2018-07-04T13:23:22 | 2018-07-04T13:23:22 | 138,019,677 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package ru.scorpio92.socketchat.authserver.data.model.message.request;
public class DeauthServerDataRequest {
private String authToken;
public String getAuthToken() {
return authToken;
}
}
| [
"[email protected]"
] | |
69e67de536cfff72781eadce6a11733a4886ed21 | 1ebdbfcc6c4f906bb202e4cb97c38d9719a49f1d | /SyncAppServer/webagent/src/main/java/com/borqs/sync/server/webagent/account/ConfigfileServlet.java | 68d2ab5e215ba4b2f749a55a5d24125ab0e712ed | [] | no_license | FreeDao/syncserver | 8ebc6d7ad6da1e1eddcc692f6d0e88ca0e160030 | 8967e73106b8a248ff5c346883323be5d53ca16a | refs/heads/master | 2020-12-25T06:13:05.053916 | 2013-09-24T07:54:36 | 2013-09-24T07:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package com.borqs.sync.server.webagent.account;
import java.util.logging.Logger;
import com.borqs.sync.server.common.exception.AccountException;
import com.borqs.sync.server.common.httpservlet.HttpServletDelegate;
import com.borqs.sync.server.common.httpservlet.QueryParams;
import com.borqs.sync.server.common.httpser... | [
"[email protected]"
] | |
495e1a641347f870bc3e1ae4f7c80f817fa1cd8f | 7af928921898828426b7af6eff4dd9b7e4252817 | /platforms/android-28/android-stubs-src/file/java/net/URISyntaxException.java | 1135175eab496cc725dcf49a0b74246da1b396e1 | [] | no_license | Davidxiahao/RAPID | 40c546a739a818a6562d0c9bce5df9f1a462d92b | e99f46155a2f3e6b84324ba75ecd22a278ba7167 | refs/heads/master | 2023-06-27T13:09:02.418736 | 2020-03-06T01:38:16 | 2020-03-06T01:38:16 | 239,509,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,726 | java | /*
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"[email protected]"
] | |
81351e5dc2852079c12c5ab5b2d1b116780b68f1 | fd96fd48f06cc20ee5472a99ec6c6dcc2e2ca956 | /src/main/java/org/slieb/soy/meta/MetaCustomClassConverterFactory.java | 48aac74fefa1236a3d52940798fedfeeb76f449d | [
"MIT"
] | permissive | StefanLiebenberg/SoyAnnotations | 0e0a9f1153a5f2ffbef5f0f34263f4b43d4b418f | 353618e160eda65a1456a09298a0288ee9206681 | refs/heads/master | 2021-01-21T21:43:23.762262 | 2016-03-24T00:05:40 | 2016-03-24T00:05:40 | 17,048,427 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package org.slieb.soy.meta;
import com.google.inject.Inject;
import org.slieb.soy.annotations.CustomConverter;
import org.slieb.soy.factories.MetaConverterFactory;
import org.slieb.soy.helpers.FactoryHelper;
import org.slieb.throwables.FunctionWithThrowable;
import javax.annotation.Nonnull;
@SuppressWarnings("Weaker... | [
"[email protected]"
] | |
245403c39c7432581925f77ee964d1d9663ac59f | 732182a102a07211f7c1106a1b8f409323e607e0 | /gsd/externs/cfg/equip/AnnealBonus.java | 23c99e2d384e7eb9a27ba3e179a1e265d7b888e5 | [] | no_license | BanyLee/QYZ_Server | a67df7e7b4ec021d0aaa41cfc7f3bd8c7f1af3da | 0eeb0eb70e9e9a1a06306ba4f08267af142957de | refs/heads/master | 2021-09-13T22:32:27.563172 | 2018-05-05T09:20:55 | 2018-05-05T09:20:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package cfg.equip;
public final class AnnealBonus extends cfg.CfgObject {
public final static int TYPEID = 1317540776;
final public int getTypeId() { return TYPEID; }
public final int id;
public final String name;
public final java.util.List<cfg.equip.BonusData> bonus = new java.util.ArrayList<>();
public AnnealB... | [
"[email protected]"
] | |
57a58f937462c8707370f3a3ddb020beee6af8b6 | 11f8ead88a9b02959c5cf9a7eee27084259519a0 | /src/main/java/carpet/mixins/TrapezoidHeightProvider_cleanLogsMixin.java | 4c024ba4c6483ad4212a1f990ec65124af58d41e | [
"MIT"
] | permissive | DichuuCraft/fabric-carpet | 0d90c7a9e5500eb35c4d650901f4d94c73dd542b | 157f76ced08f76b741d2bfb0335d8b106fe23f28 | refs/heads/master | 2023-08-09T23:15:57.253430 | 2022-02-26T06:49:36 | 2022-02-26T06:49:36 | 249,002,188 | 2 | 2 | MIT | 2022-03-09T11:28:02 | 2020-03-21T15:17:03 | Java | UTF-8 | Java | false | false | 766 | java | package carpet.mixins;
import carpet.CarpetSettings;
import net.minecraft.world.gen.heightprovider.TrapezoidHeightProvider;
import org.apache.logging.log4j.Logger;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Redirect;
@Mixin(T... | [
"[email protected]"
] | |
def55a595b88037e6e0680626bb0870113f90025 | 8e03a2d3a5554a7193a5fdb22afdcefe634878cb | /Webflux/lib/org/springframework/web/reactive/ServerHttpRequest$Builder.java | 3f14f4507f5693ea121832b7f26b780db0852163 | [] | no_license | iathanasy/notes | 586ae05f0f270307e87e1be8ed009bfa30bb67a7 | e6eced651f86759ed881a4145b71f340a0493688 | refs/heads/master | 2023-08-03T00:58:16.035557 | 2021-09-29T02:01:11 | 2021-09-29T02:01:11 | 414,809,012 | 1 | 0 | null | 2021-10-08T01:33:56 | 2021-10-08T01:33:56 | null | IBM852 | Java | false | false | 533 | java | --------------------
Builder
--------------------
# ServerHttpRequest─┌▓┐ŻË┐┌
interface Builder
--------------------
this
--------------------
Builder method(HttpMethod httpMethod);
Builder uri(URI uri);
Builder path(String path);
Builder contextPath(String contextPath);
Builder header(String headerName, Stri... | [
"[email protected]"
] | |
af6509e390c8ea243a305270c730bb7736783a97 | a8a7cc6bae2a202941e504aea4356e2a959e5e95 | /jenkow-activiti/modules/activiti-bpmn-model/src/main/java/org/activiti/bpmn/model/StartEvent.java | 0cb3fd2eb05f191715fe20180ebf5ce0b5c8c3b9 | [
"Apache-2.0"
] | permissive | jenkinsci/jenkow-plugin | aed5d5db786ad260c16cebecf5c6bbbcbf498be5 | 228748890476b2f17f80b618c8d474a4acf2af8b | refs/heads/master | 2023-08-19T23:43:15.544100 | 2013-05-14T00:49:56 | 2013-05-14T00:49:56 | 4,395,961 | 2 | 4 | null | 2022-12-20T22:37:41 | 2012-05-21T16:58:26 | Java | UTF-8 | Java | false | false | 1,332 | 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
* distribut... | [
"[email protected]"
] | |
61305c2deed38a0715a156f960035267326e5343 | 381f843b02e47be9ca87da97f1c7e61b7d83d425 | /src/utopia/vision/test/VisionMapTest.java | 7187b839d94f4b8525af2a4edcaed7f4c0d09c31 | [] | no_license | Mikkomario/Utopia-Vision | 8cf87d8872209d13bb26251ace905a971d085009 | 16c4496ee8bd18cedbf9a88cf315d1774c2741d7 | refs/heads/master | 2021-01-15T15:32:52.857539 | 2016-06-26T14:42:34 | 2016-06-26T14:42:34 | 27,561,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,343 | java | package utopia.vision.test;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
import utopia.arc.io.XmlFileBankRecorder;
import utopia.arc.resource.Bank;
imp... | [
"[email protected]"
] | |
3c3df4ca00be5b7328a45674878eb7299f74cf11 | 95f5e9a6401fb4ff57ed600b243e937f7cd16627 | /FitnessRoomCtrService/src/main/java/fitnessroom/service/UsersService.java | f9d4f36639e225247875006d7f693d996502f95b | [] | no_license | MyAuntIsPost90s/FitnessRoom | 50c97513c877552453a8562398d9146efb4d4244 | 703a37b37832cf84e19320fa9d9c7a3c12edba64 | refs/heads/master | 2021-01-24T04:13:19.484049 | 2018-05-31T12:26:54 | 2018-05-31T12:26:54 | 122,926,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package fitnessroom.service;
import java.util.List;
import fitnessroom.base.model.Users;
import fitnessroom.uimodel.EUIPageList;
public interface UsersService {
public Users doLogin(Users users, StringBuilder stringBuilder);
public Users getSingle(String userid);
public EUIPageList<Users> getList(... | [
"[email protected]"
] | |
4fe62fef46904d2ce481eb5c2605165ad1568969 | e97b3dbaa5ee1e6bd64989299827d7056968c7f2 | /inception-ui-kb/src/main/java/de/tudarmstadt/ukp/inception/ui/kb/project/KnowledgeBaseProjectSettingsPanelFactory.java | f492b7dcc66ddc3d8f9532942e1eb313e14f938e | [
"Apache-2.0"
] | permissive | HerrKrishna/inception | 998d1ef052eb4e1e6dbc58f9c9061d09ec62c8f0 | 218709fea6b6374dc753601e616a74204f605db4 | refs/heads/master | 2023-03-12T21:26:15.633221 | 2021-02-16T11:07:49 | 2021-02-16T11:07:49 | 313,596,910 | 0 | 0 | Apache-2.0 | 2021-02-08T10:39:33 | 2020-11-17T11:23:00 | null | UTF-8 | Java | false | false | 1,991 | java | /*
* Copyright 2018
* Ubiquitous Knowledge Processing (UKP) Lab and FG Language Technology
* Technische Universität Darmstadt
*
* Licensed to the Technische Universität Darmstadt under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* re... | [
"[email protected]"
] | |
5b3f2fd15a0c7576d31d6f7ceaed758f11eb6ac1 | 88b6ebd21c60f2e52a1fa34e7d8cdac0c903e6c2 | /pms/src/main/java/com/beskilled/controller/ImageOptimizer.java | 5e77149c2c5a910e6575a79154004c6427f165b8 | [] | no_license | mostafiz9900/spring | f8738a1c9bc01013d9ec9804ec742d8ca553326d | c31208a629dd6c1735a6688389c25af28063f4c7 | refs/heads/master | 2020-04-19T21:57:17.908148 | 2019-03-22T23:44:39 | 2019-03-22T23:44:39 | 168,456,063 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.beskilled.controller;
import org.springframework.stereotype.Component;
import org.springframework.web.multipart.MultipartFile;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio... | [
"[email protected]"
] | |
dc44a147353dabdc0e10c8f035ebc8f91f447ed2 | a303420d87f033aab7f2d90cbcfb7f9eeea3fc8f | /drools/drools-model/drools-model-compiler/src/main/java/org/drools/modelcompiler/builder/DeclaredTypeWriter.java | 03824dc7fb6e25b25efd26d07929ea1502538df3 | [
"Apache-2.0"
] | permissive | elguardian/kogito-runtimes | 2ebb5bf7e6a7791e54dd7198c2ed2198329ad97b | e9e73651812ec9d629c892c491899411aa557fcb | refs/heads/master | 2023-06-22T10:10:34.033976 | 2019-09-25T06:29:13 | 2019-09-25T06:29:13 | 211,028,460 | 0 | 0 | Apache-2.0 | 2019-09-26T07:33:48 | 2019-09-26T07:33:48 | null | UTF-8 | Java | false | false | 1,550 | java | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"[email protected]"
] | |
6ac7ce8daf13a468860333ed99b2e0eba15c9173 | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /zuiyou/sources/cn/xiaochuankeji/tieba/json/UgcVideoMusicJson.java | 2ee59729b7e68aa5bf5c4647bce698536d58c31d | [] | 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 | 2,006 | java | package cn.xiaochuankeji.tieba.json;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import cn.xiaochuankeji.tieba.json.imgjson.ServerImgJson;
import com.alibaba.fastjson.annotation.JSONField;
import java.io.Serializable;
import java.util.ArrayList;
public class UgcVideoM... | [
"[email protected]"
] | |
635e0e80474203015a1c3f7bffa92619ba9be097 | 4e9c5e37a4380d5a11a27781187918a6aa31f3f9 | /dse-core-6.7.0/com/datastax/bdp/cassandra/tracing/ClientConnectionMetadata.java | f1ade119b00f1fa227f49aa94b0864abdb4f752a | [] | no_license | jiafu1115/dse67 | 4a49b9a0d7521000e3c1955eaf0911929bc90d54 | 62c24079dd5148e952a6ff16bc1161952c222f9b | refs/heads/master | 2021-10-11T15:38:54.185842 | 2019-01-28T01:28:06 | 2019-01-28T01:28:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.datastax.bdp.cassandra.tracing;
import java.net.InetAddress;
import java.util.Objects;
public class ClientConnectionMetadata {
public final String userId;
public final InetAddress clientAddress;
public final int clientPort;
public final String connectionId;
private final int hash;
publi... | [
"[email protected]"
] | |
6e46f9b22ee5111fa4da71d427149b6e9a31019e | 6a95484a8989e92db07325c7acd77868cb0ac3bc | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201409/cm/GeoTargetTypeSettingNegativeGeoTargetType.java | fdad6346d82cf5a1abba6c21e145cfa41400f5cd | [
"Apache-2.0"
] | permissive | popovsh6/googleads-java-lib | 776687dd86db0ce785b9d56555fe83571db9570a | d3cabb6fb0621c2920e3725a95622ea934117daf | refs/heads/master | 2020-04-05T23:21:57.987610 | 2015-03-12T19:59:29 | 2015-03-12T19:59:29 | 33,672,406 | 1 | 0 | null | 2015-04-09T14:06:00 | 2015-04-09T14:06:00 | null | UTF-8 | Java | false | false | 1,376 | java |
package com.google.api.ads.adwords.jaxws.v201409.cm;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for GeoTargetTypeSetting.NegativeGeoTargetType.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* ... | [
"[email protected]"
] | |
48557d5b84ae95524ae1d93d78a47afa14b24ea6 | 31f043184e2839ad5c3acbaf46eb1a26408d4296 | /src/main/java/com/github/highcharts4gwt/model/highcharts/option/api/plotoptions/funnel/MouseOutEvent.java | dab831fa8aabb36105dbb4f2dbcdb6b4cbe5287f | [] | no_license | highcharts4gwt/highchart-wrapper | 52ffa84f2f441aa85de52adb3503266aec66e0ac | 0a4278ddfa829998deb750de0a5bd635050b4430 | refs/heads/master | 2021-01-17T20:25:22.231745 | 2015-06-30T15:05:01 | 2015-06-30T15:05:01 | 24,794,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java |
package com.github.highcharts4gwt.model.highcharts.option.api.plotoptions.funnel;
import com.github.highcharts4gwt.model.highcharts.object.api.Series;
public interface MouseOutEvent {
Series series();
}
| [
"[email protected]"
] | |
12909dd7bcdc5b9ee98e4e08c2ce32f987d28022 | d6bd766475fbd87945a6d4c56c828fb0f82e53c2 | /src/main/java/com/kwic/security/base64/Base64Decoder.java | e81c2a403fececc358eedc4256da91060fe0233e | [] | no_license | suhojang/TCPforScraping | 1d2d66824f5938229fb4c2da37d4d15ffd9e1c6c | f9eab5fd01d8f3e861476c538a150194080d15fb | refs/heads/main | 2023-04-13T00:42:21.844097 | 2021-04-07T06:36:44 | 2021-04-07T06:36:44 | 355,095,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,543 | java | // Base64Decoder.java
// $Id: Base64Decoder.java,v 1.1 1980/01/03 17:02:38 jjh Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
package com.kwic.security.base64;
import java.io.* ;
/**
* Decode a BASE64 encoded input stream to some output stream.
... | [
"[email protected]"
] | |
b31481560b22084b6cb8dfc20c3ee136e28cdc40 | c04e424a5282b06598fe2d6f689f69b2bcf00786 | /isap-dao/src/main/java/com/gosun/isap/dao/po/face/ListFilterParaBean.java | 159164dc6ed62be6aca19c2e0c6d1a4923edf216 | [] | no_license | soon14/isap-parent | 859d9c0d4adc0e7d60f92a537769b237c1c5095b | 2f6c1ec4e635e08eab57d4df4c92e90e4e09e044 | refs/heads/master | 2021-12-15T03:09:00.641560 | 2017-07-26T02:13:40 | 2017-07-26T02:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.gosun.isap.dao.po.face;
import java.io.Serializable;
public class ListFilterParaBean implements Serializable{
private Integer listType; //名单类型(1.黑名单 2.白名单)
private String departmentID; //部门ID
private String cameraID; //相机ID
private String startTime; //开始时间
private Strin... | [
"[email protected]"
] | |
86bb32519f30f371d81469dec75ff391ce2c80d3 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/3.6.2/common/src/main/java/com/tc/util/Stack.java | 7a74d0e8ee54a25f5ad79e119ac3de42df906107 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,450 | java | /**
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tc.util;
import java.util.ArrayList;
import java.util.EmptyStackException;
import java.util.Iterator;
import java.util.List;
/*
* This stack implementa... | [
"hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864 |
dfea2d71074e11004980c98bbad78dbe306df612 | 95a54e3f3617bf55883210f0b5753b896ad48549 | /java_src/com/google/zxing/maxicode/decoder/DecodedBitStreamParser.java | e6ccc229dd27aba670c5dd9e6c10c587d487db95 | [] | 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 | 7,018 | java | package com.google.zxing.maxicode.decoder;
import com.google.zxing.common.DecoderResult;
import java.text.DecimalFormat;
/* access modifiers changed from: package-private */
public final class DecodedBitStreamParser {
private static final char ECI = 65530;
private static final char FS = 28;
private static... | [
"[email protected]"
] | |
435f490f2c01c66a2e44b60cf2f66c4f881486e1 | cc6ebd1214a2a33bbb5de97449bd30b986c38f61 | /subsystem/src/test/java/test/org/picketlink/as/subsystem/util/TestModule.java | db8e71f3b35a1cf011a5181a38db46967f5e4d0f | [] | no_license | picketlink/picketlink-tests | aacdf967b85798f0897122094bf878e28e748e79 | 153ae9ad2771f671b3986976f0afc7d45b353bf0 | refs/heads/master | 2020-05-28T13:29:16.505241 | 2015-12-17T04:13:05 | 2015-12-17T04:13:05 | 16,284,113 | 0 | 1 | null | 2014-07-24T07:00:12 | 2014-01-27T16:05:21 | Java | UTF-8 | Java | false | false | 7,774 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, 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... | [
"[email protected]"
] | |
182b06a57d6a4141261ecf0afb0de60fbc7fb272 | eae1771a055d3d1796f87e7491a405ac5d030d26 | /test/com/facebook/buck/rules/coercer/SourceSetTest.java | ba781240148d9fff658f80075c722f40ea44e563 | [
"Apache-2.0"
] | permissive | auserj/buck | 0015bf14dfdf1125923e295ff8c0bc227916cac4 | 046feaa1eb9b1dd2c31ce6c364995fb3207e627d | refs/heads/master | 2021-09-20T17:20:19.845804 | 2018-08-12T21:39:25 | 2018-08-12T22:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,261 | java | /*
* Copyright 2016-present Facebook, 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | [
"[email protected]"
] | |
2a850a1799e7f3be8452ba9886e97a8dfc6be9dd | 98d14a8d01c22b473c14ed61323c6a30c1081088 | /src/main/java/com/mashibing/juc/c_028_interview/A1B2C3/T04_00_lock_condition.java | d11e758f78089741c86d8d53e54f62c7a1c3626f | [] | no_license | lintianneng/JUC | 4d489686df95679ee88b34c2d4dfc1ffea20bc25 | 1bc8ae127947c402ce032aaee4fd9f24e54fb112 | refs/heads/master | 2020-08-08T23:09:25.807066 | 2019-09-29T03:24:03 | 2019-09-29T03:24:03 | 213,942,502 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,372 | java | package com.mashibing.juc.c_028_interview.A1B2C3;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class T04_00_lock_condition {
public static void main(String[] args) {
char[] aI = "1234567".toCharArray();
... | [
"[email protected]"
] | |
256a5cb09fd0b5f549c46ff113da40852922e870 | bfbfdb87807191e08f40a3853b000cd5d8da47d8 | /common/service/facade/src/main/java/com/xianglin/appserv/common/service/facade/model/Response.java | bf15a37caa21f9bb3acef0af2c5c5295db9a9766 | [] | no_license | 1amfine2333/appserv | df73926f5e70b8c265cc32277d8bf76af06444cc | ca33ff0f9bc3b5daf0ee32f405a2272cc4673ffa | refs/heads/master | 2021-10-10T09:59:03.114589 | 2019-01-09T05:39:20 | 2019-01-09T05:40:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,324 | java | /**
*
*/
package com.xianglin.appserv.common.service.facade.model;
import com.google.common.base.Optional;
import com.xianglin.appserv.common.service.facade.model.enums.FacadeEnums;
import com.xianglin.appserv.common.service.facade.model.enums.ResponseEnum;
import org.apache.commons.lang3.StringUtils;
import static... | [
"[email protected]"
] | |
638d066ca2886fd93b4fa15fbd30ee04a247b034 | 3659875802aec87a3ab191c09388d59b63869380 | /javademo/src/java0705_basic_operator/prob/Prob0705_02.java | 51a1cfd83423a49d2d4a7c497051fc11780c8fb0 | [] | no_license | hongdaepyo/h1o1n1g1 | fab31dbd459dab78cb380acdec6563eb02cb2534 | 87896497a321440dff589e163cfa5a0644fad559 | refs/heads/master | 2021-06-06T17:38:46.362177 | 2016-12-20T10:47:39 | 2016-12-20T10:47:39 | 64,099,068 | 0 | 0 | null | 2021-05-07T06:13:59 | 2016-07-25T02:55:09 | Java | UTF-8 | Java | false | false | 549 | java | package java0705_basic_operator.prob;
/*
* data변수의 값이 대문자 이면 'A', 소문자이면 'a'을
* 출력하는 프로그램을 구현하시오.
* [실행결과]
* a
*/
/* char result = data >= 'A'&&data<='Z'?'A':'a';
System.out.println(result);
*/
public class Prob0705_02 {
public static void main(String[] args) {
char data = 'A'; // A ~ Z a~z
/... | [
"[email protected]"
] | |
75a1871f020b9ca0b135f41d979d5cc096e2f2c7 | a602903c73834edbd6b1161dd202d1e36428a7ca | /Java/restassured.sandata.interop/src/test/java/AltEVV_generic/restassured/sandata/Indiana/Visit/SEVV277_TC100795_AltEVV_Visit_Modifier1field_validation_positive.java | 9c40aaaef13f143406eae8fc651ad65aa38ee2c8 | [] | no_license | PharahPhat/Selenium | e5e0ce5ca91708f63005fe205b061f23f1cd2c8e | 572fcf773c9e70b7ac168752d11c11b24837cab9 | refs/heads/master | 2022-12-08T12:59:52.010706 | 2020-04-01T04:49:04 | 2020-04-01T04:49:04 | 143,975,962 | 0 | 0 | null | 2022-12-06T00:44:30 | 2018-08-08T07:20:16 | Java | UTF-8 | Java | false | false | 3,189 | java | package AltEVV_generic.restassured.sandata.Indiana.Visit;
import java.io.IOException;
import java.sql.SQLException;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.ParseException;
import org.testng.annotations.Test;
import com.globalMethods.core.Assertion_DbVerifier;
... | [
"[email protected]"
] | |
076891fab3aa1c98dacac56a37bd7ead2b601353 | f84cdfcbf69944a0c553a7c75bc886cb048961a2 | /base/src/com/google/idea/blaze/base/projectview/section/sections/DirectoryEntry.java | 0744eea10ddd94880c2821a8f76628087d490df9 | [
"Apache-2.0"
] | permissive | ahirreddy/intellij | 737940df855c3c72f10f365c187cc076d1b7e96b | 369ec0911356207231bffee0995095159ae8c93d | refs/heads/master | 2021-01-19T21:19:48.543782 | 2018-08-17T22:10:54 | 2018-08-17T22:10:54 | 82,481,985 | 0 | 1 | Apache-2.0 | 2019-03-22T21:17:33 | 2017-02-19T18:59:05 | Java | UTF-8 | Java | false | false | 2,072 | java | /*
* Copyright 2016 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"[email protected]"
] | |
278ee40e7ac3ec37e9f7ddad6e5118a8aa8e79dc | 013056e44ecf131f5ff76f5280e05c95d443303a | /IDE Files/Phase2/src/main/controllers/SHPController/encog/app/analyst/csv/basic/BasicCachedFile.java | 8ab6c268ac5f29313ca6de2e07b02829026e6405 | [] | no_license | neguskay/CS5099-Dissertation | f1921b15d370e056a7d6d8e6aee26ef8224ed390 | 561d48318c720e3963775953bd67c75cb9ccd002 | refs/heads/master | 2020-04-10T09:46:32.247792 | 2018-12-08T15:20:47 | 2018-12-08T15:20:47 | 160,946,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,301 | java | /*
* Encog(tm) Core v3.4 - Java Version
* http://www.heatonresearch.com/encog/
* https://github.com/encog/encog-java-core
* Copyright 2008-2016 Heaton Research, 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... | [
"[email protected]"
] | |
437ca551d3de102f9f39e2b601ae73880c5001d8 | a8d19866f2fc047c5efc6f6a1eadc633838f2dcb | /fbcore/src/main/java/com/facebook/common/internal/Closeables.java | 3f82ef3f6a27cdb31d6293f494ef44db75ca4a28 | [
"BSD-3-Clause"
] | permissive | gavanx/l-fres | e3464f961cab7492f9fb455166376f217b73cdcb | b2de0f052f6074069bded3080bcce0b2a68bf11e | refs/heads/master | 2021-01-17T17:19:35.253905 | 2016-06-17T07:22:17 | 2016-06-17T07:22:17 | 61,353,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,882 | java | /*
* Copyright (C) 2007 The Guava 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 agre... | [
"[email protected]"
] | |
95d47d0102c52c39eeddd08f589e0a0700a7fedb | dd3eec242deb434f76d26b4dc0e3c9509c951ce7 | /2018-work/jiuy-biz/jiuy-biz-core/src/main/java/com/qianmi/open/api/response/ItemDetailUpdateResponse.java | 8644e427b79cc5712d9f7c5b0a16fb238c83e650 | [] | no_license | github4n/other_workplace | 1091e6368abc51153b4c7ebbb3742c35fb6a0f4a | 7c07e0d078518bb70399e50b35e9f9ca859ba2df | refs/heads/master | 2020-05-31T10:12:37.160922 | 2019-05-25T15:48:54 | 2019-05-25T15:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.qianmi.open.api.response;
import com.qianmi.open.api.tool.mapping.ApiField;
import com.qianmi.open.api.domain.cloudshop.Item;
import com.qianmi.open.api.QianmiResponse;
/**
* API: qianmi.cloudshop.item.detail.update response.
*
* @author auto
* @since 2.0
*/
public class ItemDetailUpdateResponse ext... | [
"[email protected]"
] | |
164fa3f2092117ba4a98e801f4745fd881f19b2f | 02d263f0e15f5448924b966568f986498234a9bd | /core/jreleaser-model/src/main/java/org/jreleaser/model/Twitter.java | 56bfdf910ac2dd2d239e45f9b1168ae084fcf752 | [
"Apache-2.0"
] | permissive | DennisRippinger/jreleaser | 3dd0692d88d60b3d9cc5165c80737d19700aab9c | 65b0e520d3bcc6c129e725ae42d65a1bfa6b55aa | refs/heads/main | 2023-05-04T02:38:30.269492 | 2021-05-21T20:31:43 | 2021-05-21T20:31:43 | 370,090,801 | 0 | 0 | Apache-2.0 | 2021-05-23T15:37:14 | 2021-05-23T15:37:14 | null | UTF-8 | Java | false | false | 4,083 | java | /*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2020-2021 Andres Almiray.
*
* 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
... | [
"[email protected]"
] | |
924814930ffa39079c5251d64df62fe8f2721f94 | 8b1138629e7d22a9b6d33e43ae93cd1dd765b6e0 | /rpc/src/test/java/cc/lovezhy/raft/rpc/kryo/KryoTest.java | 6ff52d228f2a3ad3378dc894fe8289ba1fcfe374 | [
"Apache-2.0"
] | permissive | zhyzhyzhy/Rub-Raft | 4271fa8f972b28456cd943e1fb05efdd8217140d | cea1fb65a67e99c6bb5b59c0ce2f30159a5deeae | refs/heads/master | 2022-07-07T07:29:05.343491 | 2020-01-31T07:56:07 | 2020-01-31T07:56:50 | 156,950,281 | 7 | 1 | Apache-2.0 | 2022-06-17T02:03:50 | 2018-11-10T05:21:21 | Java | UTF-8 | Java | false | false | 1,558 | java | package cc.lovezhy.raft.rpc.kryo;
import cc.lovezhy.raft.rpc.kryo.model.School;
import cc.lovezhy.raft.rpc.kryo.model.Student;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.google.common.collect.Lists;
import org.junit.Assert;
i... | [
"[email protected]"
] | |
28c7aae364e821a6e3f03e12d11a79746d35a4a6 | 4a65774fef1062b5b89c244b18a9474f7b7661b5 | /RitmeRecipe/src/be/apb/gfddpp/productfilter/RangesType.java | 7501ed2931cee362c612c9ac931f6eea812ab8e0 | [] | no_license | imec-int/ritme | 30c3c8eb7488a66f83a69527ee501b4b7889e568 | a004895d3b33d73156eaf113b7aeb85aa5bcf9d0 | refs/heads/master | 2022-01-15T04:58:12.436553 | 2019-07-29T14:12:05 | 2019-07-29T14:12:05 | 80,729,112 | 0 | 1 | null | 2019-07-29T14:12:06 | 2017-02-02T13:49:28 | Java | UTF-8 | Java | false | false | 2,225 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0... | [
"[email protected]"
] | |
026c7c447301d4c14207d1db7cf0a09e53f49f58 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-481-15-28-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/com/xpn/xwiki/api/Document_ESTest_scaffolding.java | 78c5db8567c24ac4db5fd22a5c0cf2378cb9c8c4 | [] | 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 | 430 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Apr 06 14:58:48 UTC 2020
*/
package com.xpn.xwiki.api;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@... | [
"[email protected]"
] | |
7fc444ff7e3692913c0e08133d51b03de6f4a19a | 5fd3d2d20539d4e160f8ac293e0d4f1566a98a2c | /hz-fine-master/src/main/java/com/hz/fine/master/core/service/impl/DidServiceImpl.java | edecf6a0b22cecc8a3611203d58f1af5887d5235 | [] | no_license | hzhuazhi/hz-fine | eeac8ba3b7eecebf1934abab5a4610d3f7e0cd6f | addc43d2fe849e01ebd5b78300aae6fdf2171719 | refs/heads/master | 2022-12-14T12:24:59.982673 | 2020-09-05T11:02:02 | 2020-09-05T11:02:02 | 262,562,132 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package com.hz.fine.master.core.service.impl;
import com.hz.fine.master.core.common.dao.BaseDao;
import com.hz.fine.master.core.common.service.impl.BaseServiceImpl;
import com.hz.fine.master.core.mapper.DidMapper;
import com.hz.fine.master.core.model.did.DidModel;
import com.hz.fine.master.core.service.DidService;
imp... | [
"[email protected]"
] | |
ee31a4eddd5cda397e4a9e82813f96bd209ce083 | 30fb57d45aa33af600898998f30924185ea21872 | /src/main/java/it/unimi/dsi/fastutil/floats/FloatBigList.java | 1b1993eb5bf21128a9ea320fbae165e204cf6534 | [
"Apache-2.0"
] | permissive | mrfsong363/fastutil | 7fb632c577360a44d9787feaf2bcfc6617287770 | 4609803e953926e0670e59335a75624f74388e2a | refs/heads/master | 2021-09-24T08:14:41.094887 | 2018-10-05T14:34:55 | 2018-10-05T14:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,624 | java |
/*
* Copyright (C) 2010-2017 Sebastiano Vigna
*
* 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 la... | [
"[email protected]"
] | |
77424159df6e75b0687dcf7b36d89625754df2d8 | 1fc89c80068348031fdd012453d081bac68c85b0 | /CalculadoraDeHorasDeProjetos/src/main/java/br/com/rsi/business/rules/DataPatterns.java | dd7f572a25015c8e763976a68584e519c1d77acf | [] | no_license | Jose-R-Vieira/WorkspaceEstudosJava | e81858e295972928d3463f23390d5d5ee67966c9 | 7ba374eef760ba2c3ee3e8a69657a96f9adec5c1 | refs/heads/master | 2020-03-26T16:47:26.846023 | 2018-08-17T14:06:57 | 2018-08-17T14:06:57 | 145,123,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | package br.com.rsi.business.rules;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class DataPatterns {
String symbols = ":\\/,\\.";
Pattern numberComponents = Pattern.compile("^[0-9]*$");
Pattern numberScreens = Pattern.compile("^[0-9]*$")... | [
"[email protected]"
] | |
b5d822089b9de8a494c3dd8a4835f9dcf4a5abae | dc72291d817c3e61bd427b50eac9706c2b80b963 | /ConcurrencyLabAugust2017/src/lesson170830/SerialExecutor.java | 20278321670730e914fed7366220add86bfd6ec9 | [] | no_license | zstudent/ConcurrencyLabAug2017 | 7a5eee7d519ff2e2d740823f69c69d4a97977bec | 72c672dd7c8b31b1304173e261f5cad28967f256 | refs/heads/master | 2021-01-19T17:30:25.261856 | 2017-09-02T10:18:07 | 2017-09-02T10:18:07 | 101,063,220 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | package lesson170830;
import java.util.ArrayDeque;
import java.util.Queue;
import java.util.concurrent.Executor;
public class SerialExecutor implements Executor {
final Queue<Runnable> tasks = new ArrayDeque<Runnable>();
final Executor executor;
Runnable active;
SerialExecutor(Executor executor) {
this.executo... | [
"[email protected]"
] | |
e7cae6b8c443b7cb609c00c0dd35415aa9b8ac81 | 8b6f42415b617072aa3b81ade82f1345d2c1962e | /src/main/java/org/realityforge/replicant/client/transport/RequestDebugger.java | 034f4e7846d73f3ff0d9049b85d7e6fd5b1fba9a | [
"Apache-2.0"
] | permissive | icaughley/replicant | 31a7e418a5fe99cd8e64b1729c5a0f5fead3621c | fafad58c9876d8fb9b37d5c50123d70467e3cdef | refs/heads/master | 2021-01-18T01:12:40.072622 | 2015-04-02T02:33:05 | 2015-04-02T02:33:05 | 33,848,399 | 0 | 0 | null | 2015-04-13T04:49:53 | 2015-04-13T04:49:53 | null | UTF-8 | Java | false | false | 1,131 | java | package org.realityforge.replicant.client.transport;
import java.util.logging.Logger;
import javax.annotation.Nonnull;
public class RequestDebugger
{
protected static final Logger LOG = Logger.getLogger( RequestDebugger.class.getName() );
public void outputRequests( @Nonnull final String prefix, @Nonnull final C... | [
"[email protected]"
] | |
0a917936216f74423347fe17d82279e1f31161dd | 2fb8bc59cfaa6cef59f0212cc394fa4e51208a35 | /src/main/java/com/yisingle/webapp/websocket/HandshakeInterceptor.java | 2e5fbbdb15ce4ccca9ecbc993659c6edcd25976f | [] | no_license | ooozxv2/yisingle | e48322e6699d4d79549db10cb60300b55c645185 | 976757d3152fdc9a3fcda92d4ceb209aee3e5233 | refs/heads/master | 2020-05-20T05:25:33.736914 | 2018-11-01T10:21:45 | 2018-11-01T10:21:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.yisingle.webapp.websocket;
import java.util.Map;
import org.springframework.http.server.ServerHttpRequest;
import org.springframework.http.server.ServerHttpResponse;
import org.springframework.stereotype.Component;
import org.springframework.web.socket.WebSocketHandler;
import org.springframework.web.sock... | [
"[email protected]"
] | |
59efb919e558c46a34199c3f8376e96704f23ca8 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/twitter4j/internal/http/XAuthAuthorization.java | 94361165a5a052d3f57c1a7785e866ba87366c87 | [] | no_license | cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299852 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | package twitter4j.internal.http;
import java.io.Serializable;
import twitter4j.auth.Authorization;
import twitter4j.auth.BasicAuthorization;
public class XAuthAuthorization
implements Serializable, Authorization
{
private static final long serialVersionUID = -6082451214083464902L;
private BasicAuthori... | [
"[email protected]"
] | |
bb3cc2fd552f9c2ffa48940eaff61dc9a0adacca | 5ebf8e5463d207b5cc17e14cc51e5a1df135ccb9 | /moe.apple/moe.platform.ios/src/main/java/apple/networkextension/NEAppRule.java | a4d5ac60e74010c94627032e666c7cf136e88d1d | [
"ICU",
"Apache-2.0",
"W3C"
] | permissive | multi-os-engine-community/moe-core | 1cd1ea1c2caf6c097d2cd6d258f0026dbf679725 | a1d54be2cf009dd57953c9ed613da48cdfc01779 | refs/heads/master | 2021-07-09T15:31:19.785525 | 2017-08-22T10:34:50 | 2017-08-22T10:59:02 | 101,847,137 | 1 | 0 | null | 2017-08-30T06:43:46 | 2017-08-30T06:43:46 | null | UTF-8 | Java | false | false | 6,341 | java | /*
Copyright 2014-2016 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 License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, s... | [
"[email protected]"
] | |
bd348979ece40b700b66a051c98142ab83f5335e | e7b14ab36032a83e3e96e153eb5442577773da60 | /open-metadata-implementation/access-services/discovery-engine/discovery-engine-server/src/main/java/org/odpi/openmetadata/accessservices/discoveryengine/converters/DiscoveryServicePropertiesConverter.java | 4eeb5cba0820cfc4d377c3e99c323cba920538a1 | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | popa-raluca/egeria | fc2f45c84ef3f16d33762f7bfeb1718177b2d727 | cb9dc3189d4a4954fa7e43e492d6e1f6dab586cf | refs/heads/master | 2023-06-22T07:56:58.117738 | 2021-05-25T08:44:23 | 2021-05-25T08:44:23 | 149,274,100 | 0 | 0 | Apache-2.0 | 2018-09-18T11:02:17 | 2018-09-18T11:02:16 | null | UTF-8 | Java | false | false | 8,134 | java | /* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.discoveryengine.converters;
import org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIMapper;
import org.odpi.openmetadata.frameworks.connectors.ffdc.Property... | [
"[email protected]"
] | |
3acc00adbb801307f25366b6b41dc620b2f670ca | 9208ba403c8902b1374444a895ef2438a029ed5c | /sources/androidx/media/AudioAttributesImplApi21.java | d41089aaf21d10d0254b137405480c08003b43eb | [] | no_license | MewX/kantv-decompiled-v3.1.2 | 3e68b7046cebd8810e4f852601b1ee6a60d050a8 | d70dfaedf66cdde267d99ad22d0089505a355aa1 | refs/heads/main | 2023-02-27T05:32:32.517948 | 2021-02-02T13:38:05 | 2021-02-02T13:44:31 | 335,299,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,701 | java | package androidx.media;
import android.media.AudioAttributes;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import androidx.annotation.RestrictTo;
import androidx.annotation.RestrictTo.Scope;
import java.l... | [
"[email protected]"
] | |
d61ff6a9b29dd451c2b987da2f5847174725d610 | ccdb80501cb1724a4084f987b7315bb7289e21a0 | /praxis.core/src/net/neilcsmith/praxis/core/interfaces/ServiceManager.java | c588473cbbce51ae17e72742a003822bc16e6574 | [] | no_license | omzo006/praxis | 1f33796b14e968e3de6237441ce8fc6072373a52 | d2e561739dd326ad96b7f61c4a269bcfd6f3804f | refs/heads/master | 2021-01-01T03:36:32.452130 | 2013-12-05T16:55:57 | 2013-12-05T16:55:57 | 56,091,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2010 Neil C Smith.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 only, as
* published by the Free Software Foundation.
*
* This code is distrib... | [
"[email protected]"
] | |
f0038f6903c42f19b689512bab25479457e4938f | 8d571d9eb9de0cc964c8e1149459866121326142 | /app/src/main/java/com/example/administrator/layzyweek/selfadapter/SecondCategoryAdapter.java | d442ebff793d09a49d8c15e2d44bf39349d43921 | [] | no_license | yulu1121/LayzyWeek | f82698a7655fea1e5743bbff8efd5f937de37765 | 6831e098e51d56acc244f7dc9aa4c0cc785d8bfd | refs/heads/master | 2021-01-09T05:18:44.506014 | 2017-02-07T11:03:21 | 2017-02-07T11:03:21 | 80,798,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,656 | java | package com.example.administrator.layzyweek.selfadapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import androi... | [
"[email protected]"
] | |
7f864ae86982821dfb5dcc878012e65400239b18 | 1983964b1c049f426f100b833775eec21a3e9917 | /JavaKnow/src/main/java/com/feagle/learn/thread/racecondition/EnergySystem.java | b0b58fcf22328f2ffb7193b466ed81c6287eace4 | [] | no_license | adanac/java-project | 688accbb97773dd52c0e68d96d99003d637d8ecb | f90418ea89406f0c0ddf4f0383f7fbd0b532a205 | refs/heads/master | 2021-01-21T15:03:46.890994 | 2017-08-29T14:24:54 | 2017-08-29T14:24:54 | 95,373,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,864 | java | package com.feagle.learn.thread.racecondition;
/**
* 宇宙的能量系统
* 遵循能量守恒定律:
* 能量不会凭空创生或消失,只会从一处转移到另一处
*/
public class EnergySystem {
//能量盒子,能量存贮的地方
private final double[] energyBoxes;
private final Object lockObj = new Object();
/**
*
* @param n 能量盒子的数量
* @param initialEnergy 每个能量盒子初始含有的能量值
*/
publi... | [
"[email protected]"
] | |
488e8d9ffa1fa305cab39831d4874dcc47f44e1d | e9474845462e5f2531a74c760b7770d17c74baef | /10-Application/Application/Swing-Sample-APP/src/main/java/com/sgu/infowksporga/jfx/views/file/explorer/action/PasteFilesAction.java | 9cca6777f0f1fd4f0b50af0ca9104e243f2c4783 | [
"Apache-2.0"
] | permissive | github188/InfoWkspOrga | 869051f4e70ebc9a0125a0bddecdc1704e868b52 | 89162f127af51d697e25a46bc32dc90553388a54 | refs/heads/master | 2020-12-03T00:43:46.453187 | 2016-11-06T05:48:37 | 2016-11-06T05:48:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | package com.sgu.infowksporga.jfx.views.file.explorer.action;
import java.awt.event.ActionEvent;
import com.sgu.apt.annotation.AnnotationConfig;
import com.sgu.apt.annotation.i18n.I18n;
import com.sgu.apt.annotation.i18n.I18nProperty;
import com.sgu.core.framework.spring.loader.SpringBeanHelper;
import com.sgu.infowks... | [
"[email protected]"
] | |
57a2730ff1bc91fb59298ee2231555ccf7cea9a6 | f7160c0f0526cc5afc0fe4e6f06d384394059aa1 | /fsa/fs-gridservice/src/impl/java/com/fs/gridservice/core/impl/hazelcast/objects/DgSetHC.java | 9de3c93f60b79e4a4e2fd16b0c8b917058f962be | [] | no_license | o1711/somecode | e2461c4fb51b3d75421c4827c43be52885df3a56 | a084f71786e886bac8f217255f54f5740fa786de | refs/heads/master | 2021-09-14T14:51:58.704495 | 2018-05-15T07:51:05 | 2018-05-15T07:51:05 | 112,574,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | java | /**
* Dec 13, 2012
*/
package com.fs.gridservice.core.impl.hazelcast.objects;
import java.util.ArrayList;
import java.util.List;
import com.fs.gridservice.core.api.objects.DgSetI;
import com.fs.gridservice.core.impl.hazelcast.DataGridHC;
import com.fs.gridservice.core.impl.hazelcast.HazelcastObjectWrappe... | [
"[email protected]"
] | |
1375ce27b1436cc6afb3c49f6defa0655ddf25a5 | dc97ffc79dc1ef8150852bbc08a3e07d0c5b59b0 | /jdroid-android-sample/src/main/java/com/jdroid/android/sample/ui/notifications/NotificationsFragment.java | a517c5fd53044e60049167362f5feb811ff91839 | [
"Apache-2.0"
] | permissive | irfanirawansukirman/jdroid | 7349480810aba53aedcb5ae046d5c832f6d85374 | 31b3294db1241185749e8566df161db864c14977 | refs/heads/master | 2021-07-20T05:57:47.273315 | 2017-10-30T02:55:18 | 2017-10-30T02:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,780 | java | package com.jdroid.android.sample.ui.notifications;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.CheckBox;
import android.widget.EditText;
import com.jdroid.android.application... | [
"[email protected]"
] | |
e029bd7320891f33154246dffcf00c7a58979354 | e3c38acaa9105863d6181afa68c15ef61122bc56 | /src/android/support/v4/app/TaskStackBuilder.java | d4d9a36613cc51d596393044af82f69e10970ed4 | [] | no_license | Neio/iMessageChatDecompile | 2d3349d848c25478e2bbbbaaf15006e9566b2f26 | f0b32c44a6e7ba6bb6952adf73fa8529b70db59c | refs/heads/master | 2021-01-18T06:52:36.066331 | 2013-09-24T17:29:28 | 2013-09-24T17:29:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,421 | java | package android.support.v4.app;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build.VERSION;
import android.os.Bundle;
... | [
"[email protected]"
] | |
d8cf2c43afa8e2f11c5802dd841c75c6e381d16e | 5e2cab8845e635b75f699631e64480225c1cf34d | /modules/core/org.jowidgets.impl/src/main/java/org/jowidgets/impl/widgets/composed/blueprint/defaults/QuestionDialogDefaults.java | 70907d71e0b6867c1306ac6aeba680256e6e9e99 | [
"BSD-3-Clause"
] | permissive | alec-liu/jo-widgets | 2277374f059500dfbdb376333743d5507d3c57f4 | a1dde3daf1d534cb28828795d1b722f83654933a | refs/heads/master | 2022-04-18T02:36:54.239029 | 2018-06-08T13:08:26 | 2018-06-08T13:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,445 | java | /*
* Copyright (c) 2010, Michael Grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | [
"[email protected]"
] | |
4242a59bcbb10cbcee032af92edaa2cc16cf9ba6 | 440129ba5acb1166570b13a97653ae9c95c9387c | /src/caceresenzo/libs/boxplay/culture/searchngo/content/text/INovelContentProvider.java | f24bbe2016349747636075b07ff1bf111dbdd9a7 | [] | no_license | Caceresenzo/boxplay3-library | b8bd923d0431e84b342b7016c71a202a70bdf77b | 5d65333a323d77e457962060120fbdf03d64cd20 | refs/heads/master | 2022-02-21T03:45:53.090540 | 2019-09-18T20:46:38 | 2019-09-18T20:46:38 | 137,792,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package caceresenzo.libs.boxplay.culture.searchngo.content.text;
public interface INovelContentProvider extends ITextContentProvider {
} | [
"[email protected]"
] | |
54abec77fe7e0ced4ef5bf51d99eff8a8ca56a72 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Codec-14/org.apache.commons.codec.language.bm.PhoneticEngine/BBC-F0-opt-70/tests/29/org/apache/commons/codec/language/bm/PhoneticEngine_ESTest.java | 04eb57ba05f57a27b12b202c88727583f7cb5dfd | [
"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 | 5,967 | java | /*
* This file was automatically generated by EvoSuite
* Sun Oct 24 04:31:05 GMT 2021
*/
package org.apache.commons.codec.language.bm;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.LinkedHashSet;
import java.util.LinkedList;
import jav... | [
"[email protected]"
] | |
fd7f51709fc040f5e09ace962bd9225898211324 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/app/feed/p1083ui/holder/p1103ad/AdFocusVideoDynamicViewHolder.java | b4f0df49f09cd6207bd4e6a69f9d87d3d7f47635 | [] | no_license | Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716323 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,721 | java | package com.zhihu.android.app.feed.p1083ui.holder.p1103ad;
import android.view.View;
import android.widget.TextView;
import com.secneo.apkwrapper.C6969H;
import com.zhihu.android.R;
import com.zhihu.android.api.model.FeedAdvert;
import com.zhihu.android.p945ad.C9180g;
import com.zhihu.android.video.player2.widget.Vide... | [
"[email protected]"
] | |
29bc8c8da1f9a955e2504e92a9ea07642afe6f06 | 0d0d2eb6da1b7f9416f5baac5041e84e3f9e66a6 | /drools-model/drools-canonical-model/src/main/java/org/drools/model/functions/Predicate3.java | 396f8f0de956389c1140dfc03ed262ce827f1adb | [
"Apache-2.0"
] | permissive | denis554/drools | 33dcddc6d5c61fdd405c8be2dbbfbe4ea3e189be | 90479684574a001c5a5cf60ad30f02d11f6c0e98 | refs/heads/master | 2020-04-25T01:10:34.137932 | 2019-02-22T16:45:54 | 2019-02-22T16:45:54 | 172,400,914 | 1 | 0 | Apache-2.0 | 2019-02-24T23:01:55 | 2019-02-24T23:01:54 | null | UTF-8 | Java | false | false | 661 | java | package org.drools.model.functions;
import java.io.Serializable;
public interface Predicate3<A, B, C> extends Serializable {
boolean test(A a, B b, C c) throws Exception;
class Impl<A, B, C> extends IntrospectableLambda implements Predicate3<A, B, C> {
private final Predicate3<A, B, C> predicate;
... | [
"[email protected]"
] | |
ec5b09557ed676becbb2dea8018b6f883cfca716 | 0e7f18f5c03553dac7edfb02945e4083a90cd854 | /src/main/resources/jooqgen/.../src/main/java/com/br/sp/posgresdocker/model/jooq/pg_catalog/tables/PgReplicationOriginStatus.java | 15a7c78625bed8a3276020f12e033071968a7398 | [] | no_license | brunomathidios/PostgresqlWithDocker | 13604ecb5506b947a994cbb376407ab67ba7985f | 6b421c5f487f381eb79007fa8ec53da32977bed1 | refs/heads/master | 2020-03-22T00:54:07.750044 | 2018-07-02T22:20:17 | 2018-07-02T22:20:17 | 139,271,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 4,850 | java | /*
* This file is generated by jOOQ.
*/
package com.br.sp.posgresdocker.model.jooq.pg_catalog.tables;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.PgCatalog;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.tables.records.PgReplicationOriginStatusRecord;
import javax.annotation.Generated;
import org.j... | [
"[email protected]"
] | |
f4861e5e82bdc84d51b3d084f6f18007948c6157 | c1a9357cf34cb93fe1828a43d6782bcefa211804 | /source_code/netweaver/src/main/java/com/sap/netweaver/porta/core/ServerFactory.java | 80d2ada69b8ba314fd3822c4ae16c9c3b92373b9 | [] | no_license | Hessah/Quality-Metrics-of-Test-suites-for-TDD-Applications | d5bd48b1c1965229f8249dcfc53a10869bb9bbb0 | d7abc677685ab0bc11ae9bc41dd2554bceaf18a8 | refs/heads/master | 2020-05-29T22:38:33.553795 | 2014-12-22T23:55:02 | 2014-12-22T23:55:02 | 24,071,022 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,693 | java | /*******************************************************************************
* Copyright (c) 2009, 2010 SAP AG.
* 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 is available a... | [
"[email protected]"
] | |
19d359c91f25b39125f6edbfabc4bd6b09678eba | 7cee770c9a0b35fb881f2a54cac688de72e8c511 | /DOM/src/dombook/suathongtin.java | 0bc40f056b97723ab87dbfcaadae3fec8407cfba | [] | no_license | nguyenbahung94/Java | e65920bdeffcd7954e01f22fa9abd5a0dedc23b7 | 84350c6bc619fc913a8e8f9e7963fa6b8c075ee1 | refs/heads/master | 2021-01-10T06:22:13.219546 | 2016-03-21T17:47:17 | 2016-03-21T17:47:17 | 54,410,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,257 | java | package dombook;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Scanner;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.O... | [
"[email protected]"
] | |
4a819fbaba0d9d0e412945630a81114719ea737a | ba1aa2e72bd7b139855f52013f35260ebcdbc853 | /web/src/main/java/org/tdar/struts/action/bulk/BulkUpdateStatusAction.java | 47e75ff90ee1c9e218da381bfccd7c836ae830ac | [
"Apache-2.0"
] | permissive | digital-antiquity/tdar | 6286194f87c559a9b50af38543b5525bfa0ca6d6 | 4984d088921f2a33e566e1d4b121e157d4a283f5 | refs/heads/master | 2023-08-15T21:21:12.184455 | 2023-08-04T05:58:21 | 2023-08-04T05:58:21 | 149,938,554 | 2 | 3 | NOASSERTION | 2023-09-14T17:04:05 | 2018-09-23T01:30:51 | Java | UTF-8 | Java | false | false | 2,336 | java | package org.tdar.struts.action.bulk;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.annotation.ParentPackage;
import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.interceptor.validation... | [
"[email protected]"
] | |
6c6b0dcdc1258abc56002cf4a08b9175c4992769 | 17a8c11a36b9ae72fe47e584ba63a8a9d7e9dfeb | /src/main/java/com/space/demo/spider/newsRecommend/QuestionAnswer.java | 5e30de6b1729af09f527a6f27f432a7846b6b801 | [] | no_license | LumenWang/Knowledge_Graph_Aerospace | 7a0ec1c047616a70a548b2ece0e0d36e79873469 | 1e745cbc1b1d1c9f073f91c8ee64a8eee2a7e75d | refs/heads/master | 2023-05-13T01:31:10.050776 | 2021-06-01T13:14:02 | 2021-06-01T13:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,755 | java | package com.space.demo.spider.newsRecommend;
import com.space.demo.entity.newsReommend.Question;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site;
import us.codecraft.webmagic.processor.PageP... | [
"[email protected]"
] | |
bf9dd337a3c1ad30374fd38cb86235f4678f8f8f | 7bfe3e48037c507b3797bf7059a070ccf03b779c | /build/generated-sources/jax-ws/co/matisses/b1ws/drafts/UpdateFromXML.java | 4cae1992acc06f49a5da8eae68ca063d71165484 | [] | no_license | matisses/B1WSClient | c0f8147a0f86eb7ef8377f2398ecfc248c6159e2 | 6fdc8d1010cc6d3cc32a583b63d2d538fc1a540b | refs/heads/master | 2020-03-17T12:13:04.267787 | 2018-05-15T22:14:50 | 2018-05-15T22:14:50 | 133,578,758 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java |
package co.matisses.b1ws.drafts;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para anonymous complex type.... | [
"[email protected]"
] | |
152efa84c7b8c83cbc1e335110fe9305cf19adf3 | 88f997d8bb36917a4dcbde5e2dea99d4f6ab6563 | /workspace/okwei-myportal/src/main/java/com/okwei/myportal/service/IDistributorMgtService.java | 6d20b5250f447ec4593dbe536832a51da00613a6 | [] | no_license | cenbow/wd | f68843fec0da31487ce9f8928383d9979a643185 | c32f30107cf44dff45027447c0b6f29fc35e571f | refs/heads/master | 2021-01-21T17:23:37.337895 | 2016-12-01T06:57:59 | 2016-12-01T06:57:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.okwei.myportal.service;
import com.okwei.common.Limit;
import com.okwei.common.PageResult;
import com.okwei.myportal.bean.vo.DistributorVO;
import com.okwei.service.IBaseService;
public interface IDistributorMgtService extends IBaseService {
PageResult<DistributorVO> getMyDistributors(Long user... | [
"[email protected]"
] | |
84c357f264d38dd2bd42dd8c8f16a18888166bbf | 35d7385f92e046e9ccf6a5697dc76396d8720244 | /Clase03/AprendiendoColecciones/src/pe/uni/aprendiendocolecciones/set/Ejemplo01.java | 72cf6a15f1fb01f1bd044981311dbd6989d0812d | [] | no_license | gcoronelc/JAVA-OO-2020-1 | 81d95e310ceabdd438cb99c12eea016dcd09e8bb | 47309db120011e944add50bd3e9ab1bdbee241e3 | refs/heads/master | 2020-12-07T20:33:35.415018 | 2020-01-23T13:04:33 | 2020-01-23T13:04:33 | 232,795,350 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package pe.uni.aprendiendocolecciones.set;
import java.util.HashSet;
import java.util.Set;
/**
*
* @author Gustavo Coronel
* @blog gcoronelc.blogspot.pe
* @videos youtube.com/c/DesarrollaSoftware
*/
public class Ejemplo01 {
public static void main(String[] args) {
Set<String> lista = new HashSet<>();
... | [
"[email protected]"
] | |
7ce0dfc1b4529d2ef6d139c1b4477509d0c3b107 | 7884ee9eefe884eba1a8db0722c556729647d23a | /spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser.java | a56ce83b5c5941e1b253e2135aa83b9c202fa022 | [
"Apache-2.0"
] | permissive | 1030907690/spring-boot-2.0.4.RELEASE | c050d74e3b89c3edc6bdef3993153b8aec265ff4 | 0426c9aa8f6767b4e8e584c957439c8d373aae30 | refs/heads/master | 2023-01-23T01:33:09.576021 | 2022-05-07T08:42:42 | 2022-05-07T08:42:42 | 165,577,620 | 1 | 0 | Apache-2.0 | 2022-12-27T14:52:43 | 2019-01-14T01:48:13 | Java | UTF-8 | Java | false | false | 6,301 | java | /*
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"[email protected]"
] | |
14b490c2879dd90bae2bce449711cf09fa1f1d7a | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/61/org/apache/commons/lang/NumberUtils_createBigDecimal_377.java | 3b8d12b917b6a1a8fd862ac7a090b50bbbf25078 | [] | 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,348 | java |
org apach common lang
extra function java number class
author href mailto bayard generationjava henri yandel
author href mailto rand mcneeli yahoo rand neeli mcneeli
author stephen colebourn
author href mailto steve downei netfolio steve downei
author eric pugh
author phil steitz
version
deprec ... | [
"[email protected]"
] | |
697e244102d420716098e3dd8c62c05965a997df | ae6b36ea0c1e5e8a5f52a59db155b698e1d6b558 | /src/main/java/com/github/fge/jsonschema/keyword/digest/NullDigester.java | d1d6f59da7bdf45badf0d8fbfbd9956b3cd32a77 | [] | no_license | erwink/json-schema-validator | 5eeae39fb95ead27131c689a22757dc3d97d00b1 | dce5c64379e455488c60f8f59cfbe7ba99fbb5f8 | refs/heads/master | 2020-12-25T17:14:45.268780 | 2013-02-08T14:00:32 | 2013-02-08T14:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | /*
* Copyright (c) 2013, Francis Galiegue <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Lesser GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later ve... | [
"[email protected]"
] | |
5a2a2c05512ce6c9517e6bdbf873be01b16ba086 | c3a78a28ea12b598b7287a804a099529a0910337 | /src/main/java/ar/com/telecom/gemp/domain/TipoObra.java | d5a72c91ac03b3ff35332e8d26e500288fbaf24c | [] | no_license | Palopezg/gemp | 80be9ad7766167e7507a97ee024b1b792e76a0b5 | c582b440489e198b99510bd1164c93d5b51721ad | refs/heads/master | 2023-04-22T18:25:26.038545 | 2020-11-16T13:13:40 | 2020-11-16T13:13:40 | 288,794,038 | 0 | 1 | null | 2021-03-16T15:30:58 | 2020-08-19T17:24:33 | TypeScript | UTF-8 | Java | false | false | 2,048 | java | package ar.com.telecom.gemp.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.io.Serializable;
/**
* A TipoObra.
*/
@Entity
@Table(name = "tipo_obra")
public class TipoObra implements Serializable {
private static final long serialVersionUID = 1L;
... | [
"[email protected]"
] | |
f414fefd1ec774d26c5daf6b4aa5c0fe35ae090d | ad01d3afcadd5b163ecf8ba60ba556ea268b4827 | /amuedrp/trunk/LibMS/src/java/com/myapp/struts/circulation/OpacCheckOutDoc.java | dcfaa6f25e59c3f9f3f6eea27438254292590a5a | [] | no_license | ynsingh/repos | 64a82c103f0033480945fcbb567b599629c4eb1b | 829ad133367014619860932c146c208e10bb71e0 | refs/heads/master | 2022-04-18T11:39:24.803073 | 2020-04-08T09:39:43 | 2020-04-08T09:39:43 | 254,699,274 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package com.myapp.struts.circulation;
import com.myapp.struts.admin.*;
public class OpacCheckOutDoc {
private String memid;
private String memname;
private String accession_no;
private String document_id;
private String call_no;
private String title;
private String author;
/**
... | [
"ynsingh@0c22728b-0eb9-4c4e-a44d-29de7e55569f"
] | ynsingh@0c22728b-0eb9-4c4e-a44d-29de7e55569f |
e817233d4af1c7253f7acd53f60b9e1180283185 | 6f356af61b6a00bbd3064882ad16f77b814edecc | /product-app/src/main/java/cn/stylefeng/guns/cloud/product/service/Impl/GunsCouponProductServiceImpl.java | c2403e6b76cb9baaca703d992c01ab6158447438 | [] | no_license | xwb666666/sp_server | 7ebc34b0ea991aca0786520207fedfa69ac17de2 | a8ed11913586cafa80778d0e9900b55bfc540e2b | refs/heads/master | 2023-06-25T07:41:48.280132 | 2021-05-31T01:36:03 | 2021-05-31T01:37:30 | 387,706,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package cn.stylefeng.guns.cloud.product.service.Impl;
import cn.stylefeng.guns.cloud.product.mapper.GunsCouponProductMapper;
import cn.stylefeng.guns.cloud.product.model.api.GunsCouponProduct;
import cn.stylefeng.guns.cloud.product.service.GunsCouponProductService;
import com.baomidou.mybatisplus.extension.service.imp... | [
"[email protected]"
] | |
a241f648a0f6a91025073a370569577e0aac379a | adfc518a40bae0e7e0ef08700de231869cdc9e07 | /src/main/java/zes/base/privacy/PrivacyHwpFileFilter.java | 8994e33a804e68907e0158343395f7dff7555f43 | [
"Apache-2.0"
] | permissive | tenbirds/OPENWORKS-3.0 | 49d28a2f9f9c9243b8f652de1d6bc97118956053 | d9ea72589854380d7ad95a1df7e5397ad6d726a6 | refs/heads/master | 2020-04-10T02:49:18.841692 | 2018-12-07T03:40:00 | 2018-12-07T03:40:00 | 160,753,369 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,680 | java | /*
* Copyright (c) 2012 ZES Inc. All rights reserved. This software is the
* confidential and proprietary information of ZES Inc. You shall not disclose
* such Confidential Information and shall use it only in accordance with the
* terms of the license agreement you entered into with ZES Inc.
* (http://www.zesinc.... | [
"[email protected]"
] | |
8e5bad9316105ffc3298fd39a8e31bee1863e8cc | b1d46d20de3352b7ab145b11374a0b32a9d53b20 | /chapter15_day01/src/main/java/chapter15_day01/errorExample/CodeGroup.java | adbece1e0166a89fbd2707a90d9d7f16a1fa2a46 | [] | no_license | KnewHow/studyDesignPatterns | 5f6cd3561b7263b04e3c407e94cd4b84d8a4b19c | c7254b1172019494a8de9f70c2af23cb5fedba2a | refs/heads/master | 2021-01-01T04:28:34.693674 | 2017-08-17T11:32:19 | 2017-08-17T11:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package chapter15_day01.errorExample;
public class CodeGroup extends Group {
@Override
public void find() {
System.out.println("find code group");
}
@Override
public void add() {
System.out.println("add some codes");
}
@Override
public void delete() {
System.out.println("delete some codes");
}
@Ove... | [
"="
] | = |
c14513eab59e2bd2d31ce7021aabf9d5075511e2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_1358ff130f0a9a1080f1bdee962f4e197e8d6285/StringUtil/3_1358ff130f0a9a1080f1bdee962f4e197e8d6285_StringUtil_t.java | b33afe10f2ee98de64e5157b650c8b4267ece52f | [] | 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,925 | java | package net.pms.util;
import static org.apache.commons.lang3.StringUtils.isBlank;
public class StringUtil {
private static final int[] MULTIPLIER = new int[] {1, 60, 3600, 24*3600};
public static final String ASS_TIME_FORMAT = "%01d:%02d:%02.2f";
public static final String SRT_TIME_FORMAT = "%02d:%02d:%02.... | [
"[email protected]"
] | |
7d36c69a66a09bae50e50b63c607a8774a83d2f7 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/reduce/IntSumReducer.java | 78906556af2561eecdd9edca2165ec38141694aa | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package org.apache.hadoop.mapreduce.lib.reduce;
import java.io.IOException;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.mapreduce.Reducer;
@InterfaceAudience.Public
@InterfaceStab... | [
"[email protected]"
] | |
560b39a20fa8c58f9bb8505862384e76d01a6434 | cc953f667e11f32d4119ac827d9378ed477b7706 | /backend-servers/tms-server/src/main/java/com/stosz/tms/web/ShippingController.java | 0925ea1e70eb23f6c0e68a0233d2b1c6c0aea1b0 | [] | no_license | ttggaa/erp | e20ed03ecf6965da95c9fc472d505ae8ef4f3902 | 167f5d60d085d016b08452083f172df654a7c5c5 | refs/heads/master | 2020-04-22T12:03:43.913915 | 2018-12-05T16:16:11 | 2018-12-05T16:16:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,880 | java | package com.stosz.tms.web;
import com.google.common.primitives.Ints;
import com.google.errorprone.annotations.RestrictedApi;
import com.stosz.plat.common.RestResult;
import com.stosz.plat.common.ThreadLocalUtils;
import com.stosz.plat.common.UserDto;
import com.stosz.plat.web.AbstractController;
import com.stosz.tms.e... | [
"[email protected]"
] | |
6da190ac770061d42890d53ec45e334a22daa467 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava18/Foo25.java | 80249dbd5d70074a78ea4e8d631f1c3bc94d3583 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package applicationModulepackageJava18;
public class Foo25 {
public void foo0() {
new applicationModulepackageJava18.Foo24().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void f... | [
"[email protected]"
] | |
4c5fd12320b0a4aae09ea8debc0acaf7cfffbf0f | f2bdbc0f528fbb744ea2f4f76ac1de2056af940a | /java-note-algorithm/src/main/java/com/leosanqing/leetcode/medium/_92_reverseLinkedList2.java | 90db87a94ff54fcc57bdda7468dcc1b556694ce5 | [] | no_license | krystal-my/Java-Notes | 62f5ae1be3f866921303346ac1a3b1b7041dce0d | 8a80365e4e05107de0bf190de53b319f4cde593f | refs/heads/master | 2022-10-07T09:40:21.662106 | 2020-06-02T11:50:56 | 2020-06-02T11:50:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package com.leosanqing.leetcode.medium;
import java.util.List;
/**
* @Author: rtliu
* @Date: 2020/6/1 下午7:01
* @Package: com.leosanqing.leetcode.medium
* @Description: Reverse a linked list from position m to n. Do it in one-pass.
* 对反转给定范围的链表节点进行反转,只遍历一遍
*
* Note: 1 ≤ m ≤ n ≤ length of list.... | [
"[email protected]"
] | |
5454743a24b1b137d5369574bce84ceefdf19598 | 9fb90a4bcc514fcdfc0003ed2060e88be831ac26 | /src/com/mic/demo/strings/ReplacingStringTokenizer.java | beccbcbae0489fd1fdd07aa6369db3706d4dbda1 | [] | no_license | lpjhblpj/FimicsJava | 84cf93030b7172b0986b75c6d3e44226edce2019 | 0f00b6457500db81d9eac3499de31cc980a46166 | refs/heads/master | 2020-04-24T23:32:16.893756 | 2019-02-24T14:45:43 | 2019-02-24T14:45:43 | 132,058,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | //: com.mic.demo.strings/ReplacingStringTokenizer.java
package com.mic.demo.strings; /* Added by Eclipse.py */
import java.util.Arrays;
import java.util.Scanner;
import java.util.StringTokenizer;
public class ReplacingStringTokenizer {
public static void main(String[] args) {
String input = "But I'm not d... | [
"[email protected]"
] | |
bf7072374ba8461f095a25a1bcca6c4ff9ed3d03 | 359f049e4575dc1ecba21d0e99766f0c4a1534eb | /standard_test/src/main/java/com/Class0911.java | 6a10456fe7c5e73487c5ffe002915b134146d150 | [] | no_license | CK-qa/IDETest | be9001ffa20b025fc8fd2a54c5b58861349eb81a | 7f798d4ab463b075a18bbf278883dd4b3278c430 | refs/heads/master | 2021-05-10T12:11:21.720178 | 2019-09-27T10:17:03 | 2019-09-27T10:17:03 | 118,434,301 | 0 | 0 | null | 2021-03-31T20:33:12 | 2018-01-22T09:20:33 | Java | UTF-8 | Java | false | false | 131 | java | package com;
public class Class0911 {
public static void main(String[] args) {
System.out.println("lalala");
}
}
| [
"[email protected]"
] | |
fa5707ee8c5b6becfadfd93f7398f4b903db978d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/LANG-35b-1-24-Single_Objective_GGA-IntegrationSingleObjective-/org/apache/commons/lang3/time/DateUtils_ESTest_scaffolding.java | 0d9115e9a62a002014e0a447cb99b663df6020cf | [
"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 | 1,989 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon May 18 01:58:11 UTC 2020
*/
package org.apache.commons.lang3.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.jun... | [
"[email protected]"
] | |
1c42e7efdc05bf9988feab46d009261ebf54ee60 | 93ac298897fb0b8df30882028254e48857684217 | /lecture/src/jdbc1/StudentDAO3.java | 5d2d4f752be76e01bc31c6afea07052c3c3b1c5f | [] | no_license | KimJye/jsp_practice | 976361f908bc06691f02fcc408a7009f782fc294 | 8e9b871b9d4d817a99bb6e2737cdbfd5e58ba8e4 | refs/heads/master | 2021-04-06T19:25:24.423360 | 2018-11-07T04:08:13 | 2018-11-07T04:08:13 | 124,510,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,966 | java | package jdbc1;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class StudentDAO3 {
public static Student createStudent(ResultSet resultSet) throws SQLException{
Student student = new S... | [
"[email protected]"
] | |
3df443f9505bc1e5074bdbed1a57197817523b80 | f378ddd47c8b7de6e9cf1d4228c84f73e9dc59f1 | /projetos/LearnEnglishApp/src/program/SoundEngine.java | 3920ab891249adcac345fc88784c6e8582b8873e | [] | no_license | charles-marques/dataset-375 | 29e2f99ac1ba323f8cb78bf80107963fc180487c | 51583daaf58d5669c69d8208b8c4ed4e009001a5 | refs/heads/master | 2023-01-20T07:23:09.445693 | 2020-11-27T22:35:49 | 2020-11-27T22:35:49 | 283,315,149 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | /*
* SoundEngine.java 1.1 2012/6/1
*
* Copyright (c) 2012 Northeastern University Software Engineering College
* Software International 1001 Group Three
*
* All rights reserved.
*/
package program;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import javazoom.jl.player.Player;
/**
* A... | [
"[email protected]"
] | |
36f8522820778261bb50de8b3f85a1988a6f09ed | f3d5667d71bf4aea5104ac789547b15241499b2f | /app/src/main/java/com/gsy/ml/prestener/message/EaseChatPrestener.java | 670f4908e5c96a443de91922d92cf03c8593c406 | [] | no_license | ax3726/MaiLi | c55c3482c0fe2e7e646fc1f3a0dbe1a01eb1f73c | cefb0d66f4b2ce838e420d0354a1ab4e74b19ee2 | refs/heads/master | 2021-07-14T11:48:56.104111 | 2018-09-14T09:43:40 | 2018-09-14T09:43:40 | 135,269,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,033 | java | package com.gsy.ml.prestener.message;
import com.gsy.ml.common.Api;
import com.gsy.ml.common.Link;
import com.gsy.ml.common.MaiLiApplication;
import com.gsy.ml.model.common.HttpErrorModel;
import com.gsy.ml.model.message.EaseChatFragmentModel;
import com.gsy.ml.prestener.common.ILoadPVListener;
import java.util.HashM... | [
"15970060419lma"
] | 15970060419lma |
3bb666941213d2d99d675cda83fbf84f291597b2 | 22c0ea86a3a73dda44921a87208022a3871d6c06 | /Source/com/tv/xeeng/base/protocol/messages/json/BanTruongJSON.java | ac3f0df81fb947965d55bc667a5ef4fd8b998dbd | [] | no_license | hungdt138/xeeng_server | e9cd0a3be7ee0fc928fb6337e950e12846bd065a | 602ce57a4ec625c25aff0a48ac01d3c41f481c5a | refs/heads/master | 2021-01-04T14:06:51.158259 | 2014-08-01T09:52:00 | 2014-08-01T09:52:00 | 22,504,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,225 | java | package com.tv.xeeng.base.protocol.messages.json;
import org.json.JSONObject;
import org.slf4j.Logger;
import com.tv.xeeng.base.common.LoggerContext;
import com.tv.xeeng.base.common.ServerException;
import com.tv.xeeng.base.protocol.messages.BanTruongRequest;
import com.tv.xeeng.base.protocol.messages.BanTruongRespon... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.