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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7f10bc5d977e1cbe8c373a4a46f0ba67d446588d | ee99c44457879e56bdfdb9004072bd088aa85b15 | /live-core/src/main/java/cn/idongjia/live/db/mybatis/po/PureLiveBookPO.java | 34847fbeb98a909ccc354434b6df7be868bfdd23 | [] | no_license | maikezhang/maike_live | b91328b8694877f3a2a8132dcdd43c130b66e632 | a16be995e4e3f8627a6168d348f8fefd1a205cb3 | refs/heads/master | 2020-04-07T15:10:52.210492 | 2018-11-21T03:21:18 | 2018-11-21T03:21:18 | 158,475,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package cn.idongjia.live.db.mybatis.po;
import lombok.Getter;
import lombok.Setter;
import java.sql.Timestamp;
/**
* Created by zhang on 2017/3/9.
* 纯直播订阅数据表类
*/
@Getter
@Setter
public class PureLiveBookPO extends BasePO {
/**
* 唯一ID
*/
private Long id;
/**
* 用户ID
*/
private L... | [
"[email protected]"
] | |
247b601ce2924756e3944765821dc38968855502 | 5b20675279b8c3559512397563b7dacc690e8785 | /gameserver/branches/obfuscated/login-src/com/l2jfrozen/loginserver/network/serverpackets/PlayOk.java | 2903e045d10ef40728ae29c540ab1bab3a2d7154 | [] | no_license | Bokoa/l2jfrozen | 0226a1d30eaf4bfa0078fedb46ac4f650cbca805 | 624d29604b1626f379929f0100c6a3a431a7f89b | refs/heads/master | 2023-02-11T01:39:49.699822 | 2020-05-10T12:50:46 | 2020-05-10T12:50:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | /*
* Copyright (C) 2004-2016 L2J Server
*
* This file is part of L2J Server.
*
* L2J Server is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your opti... | [
"[email protected]"
] | |
9df2f6e5a3250a803004326ff6e2ea81b3fa275b | 1d1e9aa76a882ce430f17c6c6570a00086b0b79c | /src/main/java/no/cantara/docsite/executor/ExecutorService.java | 9a5631ee9864f1a13232a7883c723b040e7fddd8 | [
"Apache-2.0"
] | permissive | mortsa/SourceCodePortal | 32d71317b824f370aa23cce36e3c47bbd6b513ed | a1d42eb5f73674e0a677cb62bf98852492ed891b | refs/heads/master | 2020-04-03T10:04:16.539283 | 2018-10-26T15:45:51 | 2018-10-26T15:45:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package no.cantara.docsite.executor;
import java.util.concurrent.ThreadPoolExecutor;
public interface ExecutorService {
int MAX_RETRIES = 3;
int BLOCKING_QUEUE_SIZE = 5000;
long WAIT_FOR_THREAD_POOL = 50;
long WAIT_FOR_TERMINATION = 100;
long SLEEP_INTERVAL = 100;
void start();
void shu... | [
"[email protected]"
] | |
0d29a7339019493739bd32b945b94f1b983bfb8f | 724c2eeac5a587f6e9ff8f02b4bd393ef3351e19 | /src/main/java/be/docarch/maven/oxt/JarMojo.java | 0d51982729ddf28d06eefb225aae2d6be37ad10d | [] | no_license | bertfrees/oxt-maven-plugin | 2dd175abd15459e90981a62b0080fe736ba6b03a | 89afaee9b421a859bd8adb9cfdebb7778f2dcb3b | refs/heads/master | 2021-01-10T20:36:00.009876 | 2019-05-31T10:38:05 | 2019-05-31T10:38:05 | 6,322,823 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,469 | java | package be.docarch.maven.oxt;
import java.io.File;
import org.apache.commons.lang.StringUtils;
import org.apache.maven.execution.MavenSession;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.BuildPluginManager;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven... | [
"[email protected]"
] | |
91358cfd74a8977fbdfa0e821c89cea325bb8737 | 20059c7e0d529c5bfb296e98f3d984a696c9e966 | /common/src/main/java/com/serenegiant/media/MediaVideoDecoder.java | 8b8d7d7f7b42fc2fd629be2b7b984f89c0c8311d | [
"Apache-2.0"
] | permissive | pocketfpv/libcommon | 96ec5693c25793a7d1094d049ec7284c697aa8f6 | c5839d68581028dae530681f0a27c38b700f3871 | refs/heads/master | 2021-01-23T13:08:30.634537 | 2019-01-25T01:55:09 | 2019-01-25T01:55:09 | 93,223,526 | 0 | 0 | Apache-2.0 | 2019-01-25T01:55:10 | 2017-06-03T04:32:28 | Java | UTF-8 | Java | false | false | 3,593 | java | package com.serenegiant.media;
/*
* libcommon
* utility/helper classes for myself
*
* Copyright (c) 2014-2018 saki [email protected]
*
* 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... | [
"[email protected]"
] | |
e51e45f984ef2d671958f1c1c1fcc693eee6fe31 | 8e20336d5c5bd0500e8d952ce9613f3f0382845c | /src/org/omg/PortableInterceptor/NON_EXISTENT.java | aca023086357f952f1cb2719a843980a851572e4 | [] | no_license | ifhuang/jdk1.7.0_45-src | b49a62386d6200c594b195d5b366a508c069b063 | 502a8a00b0ae4744d1c7360040f77a5b448471b5 | refs/heads/master | 2020-06-15T05:11:47.111092 | 2015-08-30T13:42:42 | 2015-08-30T13:42:42 | 24,877,648 | 0 | 9 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/NON_EXISTENT.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Tuesday, October 8, 2013 5:42:17 AM PDT
*/
public interface NON_EXISTENT
{
... | [
"[email protected]"
] | |
34a88b2b8c8a0e2d9ad4f8fc0b2356cdcea650a0 | 43b02ae78c60d27927a93347ba6e53aa06ffe30d | /third-party/java/dx/src/com/android/dx/ssa/PhiTypeResolver.java | 2fc999d2e00e331470d71356e4e129ad857039b3 | [
"Apache-2.0"
] | permissive | bocon13/buck | 75e7b6bb2cba9976d2f836e22a6980ae12966ff1 | bb08f203569a2527a78b6471d016479d52783f3e | refs/heads/master | 2021-01-18T08:33:02.435393 | 2017-12-20T22:23:17 | 2017-12-20T22:30:51 | 55,684,269 | 0 | 1 | Apache-2.0 | 2017-12-20T22:30:52 | 2016-04-07T10:05:28 | Java | UTF-8 | Java | false | false | 6,294 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
387e54bef11af904046a86c1afb98d225b107abe | df134b422960de6fb179f36ca97ab574b0f1d69f | /org/bukkit/entity/minecart/StorageMinecart.java | 2481e23525a8c23a140dd09cdab89eeaa414a529 | [] | no_license | TheShermanTanker/NMS-1.16.3 | bbbdb9417009be4987872717e761fb064468bbb2 | d3e64b4493d3e45970ec5ec66e1b9714a71856cc | refs/heads/master | 2022-12-29T15:32:24.411347 | 2020-10-08T11:56:16 | 2020-10-08T11:56:16 | 302,324,687 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package org.bukkit.entity.minecart;
import com.destroystokyo.paper.loottable.LootableEntityInventory;
import org.bukkit.entity.Minecart;
import org.bukkit.inventory.InventoryHolder;
public interface StorageMinecart extends Minecart, InventoryHolder, LootableEntityInventory {}
/* Location: C:\Users\Jose... | [
"[email protected]"
] | |
fd8333065875cbfa1f0cd9e64a89712d7b53ad13 | 5313a900a672805bdaf6dd586dec96523c6caf55 | /src/main/java/com/ociweb/pronghorn/pipe/PipeConfig.java | af87d1273c731934cda29c2059e0f143a99c6a98 | [] | no_license | stgk4/PronghornPipes | 41e8170f68bce13955c88e8d768637f0dc1838b2 | cfa44f4754651a3f1a3199eb4c834c083fdef925 | refs/heads/master | 2021-01-25T08:27:47.895745 | 2017-07-19T19:05:59 | 2017-07-19T19:05:59 | 93,766,298 | 0 | 0 | null | 2017-07-07T22:16:52 | 2017-06-08T15:41:55 | Java | UTF-8 | Java | false | false | 6,412 | java | package com.ociweb.pronghorn.pipe;
/**
* @param <T>
*/
public class PipeConfig<T extends MessageSchema<T>> {
//try to keep all this under 20MB and 1 RB under 64K if possible under 256K is highly encouraged
final byte slabBits;
final byte blobBits;
final byte[] byteConst;
final T schema;
int debugFlags = 0... | [
"[email protected]"
] | |
6664e2aa2fbec81b940fe331cbe408e9985732cb | c04f812bea53c3d180baeea583f43176a6565005 | /app/src/main/java/com/yuyh/github/api/git/CommitInfoClient.java | fa9862130c0b1e7d84d01d5b602e9ab336fe6c7a | [
"Apache-2.0"
] | permissive | tim0523/GithubClient | 4fd83457be59e9c7124655c115d9dff2c189e2bc | 2ab35289f21f9cb1cb7ee955c9df3c5577d5a139 | refs/heads/master | 2021-05-02T11:37:28.020500 | 2016-11-02T09:41:59 | 2016-11-02T09:41:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package com.yuyh.github.api.git;
import com.yuyh.github.api.client.BaseClient;
import com.yuyh.github.bean.info.RepoInfo;
import com.yuyh.github.bean.resp.GitCommit;
import retrofit2.Retrofit;
import rx.Observable;
/**
* @author yuyh.
* @date 2016/11/2.
*/
public class CommitInfoClient extends BaseClient<GitCommi... | [
"[email protected]"
] | |
1f12c1e4338d8e44fe3a246c578e7ae374b24a89 | 1851d5e827b3941ad92aba68d45a7f009da53a48 | /ax-boot-admin/src/main/java/com/chequer/axboot/admin/domain/BaseService.java | 7dd9a98c75afba0458b1fe117c02a0657630abd2 | [
"MIT"
] | permissive | neoguru/axboot-emp-dept | 1d6f6651050968d99f9975c58fe59641846967b0 | c3bac4e8bdfc0e3473808804b720b4fbd073e392 | refs/heads/master | 2020-04-26T02:45:26.745480 | 2019-03-03T06:32:49 | 2019-03-03T06:32:49 | 173,244,389 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,475 | java | package com.chequer.axboot.admin.domain;
import com.chequer.axboot.admin.domain.code.QCommonCode;
import com.chequer.axboot.admin.domain.file.QCommonFile;
import com.chequer.axboot.admin.domain.program.QProgram;
import com.chequer.axboot.admin.domain.program.menu.QMenu;
import com.chequer.axboot.admin.domain.user.QUse... | [
"[email protected]"
] | |
c5e63590f5eaa5aff8642190cfa280674cab9e92 | e0ce65ca68416abe67d41f340e13d7d7dcec8e0f | /src/main/java/org/trypticon/luceneupgrader/lucene3/internal/lucene/search/function/DocValues.java | 1dd8f0db8f3013208fb226e41695f8e01a21e419 | [
"Apache-2.0"
] | permissive | arandomgal/lucene-one-stop-index-upgrader | 943264c22e6cadfef13116f41766f7d5fb2d3a7c | 4c8b35dcda9e57f0507de48d8519e9c31cb8efb6 | refs/heads/main | 2023-06-07T04:18:20.805332 | 2021-07-05T22:28:46 | 2021-07-05T22:28:46 | 383,277,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,876 | 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 ... | [
"[email protected]"
] | |
d893b6661a23efc7ec9a097a9a741a8cd6287cf9 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/publish/drafts/di/PublishDraftsModule_ProvidePublishDraftRepositoryFactory.java | b8a4e67b007b688e66cf20709ce05cd70f056e11 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,052 | java | package com.avito.android.publish.drafts.di;
import android.app.Application;
import com.avito.android.app.work.PublishDraftsSyncWorkFactory;
import com.avito.android.publish.drafts.PublishDraftRepository;
import com.avito.android.remote.DeviceIdProvider;
import com.avito.android.remote.PublishApi;
import com.avito.and... | [
"[email protected]"
] | |
c83d189dbcd9ddbf7ccb62c308e0c686f2ab35b0 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/22/374.java | fbb15371f5162cf2441d35cdfca47effbdeafdbd | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java | package <missing>;
public class GlobalMembers
{
public static void Main()
{
String s = new String(new char[500]);
int[] a = new int[200];
int len;
int n;
int i;
int r = 0;
int j;
int max1 = 0;
int max2 = 0;
int p;
s = new Scanner(System.in).nextLine();
len = s.length();
for (i = 0;i < len;... | [
"[email protected]"
] | |
214659d981cfff1d57dc271dc95cbd2093b436ba | 1c5fd654b46d3fb018032dc11aa17552b64b191c | /spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTestWithIncludeFilterIntegrationTests.java | 72b771e979d8521b6cd9070b05dba9b6fc89c30a | [
"Apache-2.0"
] | permissive | yangfancoming/spring-boot-build | 6ce9b97b105e401a4016ae4b75964ef93beeb9f1 | 3d4b8cbb8fea3e68617490609a68ded8f034bc67 | refs/heads/master | 2023-01-07T11:10:28.181679 | 2021-06-21T11:46:46 | 2021-06-21T11:46:46 | 193,871,877 | 0 | 0 | Apache-2.0 | 2022-12-27T14:52:46 | 2019-06-26T09:19:40 | Java | UTF-8 | Java | false | false | 1,152 | java |
package org.springframework.boot.test.autoconfigure.jdbc;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.stereotype.Repository;
import org.springfram... | [
"[email protected]"
] | |
7ff8a62b7e42ea818c6b435e22f6f9d03acccc2f | cb5f27eb6960c64542023d7382d6b917da38f0fc | /sources/com/google/android/gms/internal/firebase_auth/zzgu.java | 223ce37bf15af0ecf1d788f05268fe434bdd38d1 | [] | no_license | djtwisty/ccah | a9aee5608d48448f18156dd7efc6ece4f32623a5 | af89c8d3c216ec3371929436545227682e811be7 | refs/heads/master | 2020-04-13T05:33:08.267985 | 2018-12-24T13:52:39 | 2018-12-24T13:52:39 | 162,995,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.google.android.gms.internal.firebase_auth;
public final class zzgu<K, V> {
static <K, V> void zza(zzfa zzfa, zzgv<K, V> zzgv, K k, V v) {
zzfk.zza(zzfa, zzgv.zzzc, 1, k);
zzfk.zza(zzfa, zzgv.zzze, 2, v);
}
static <K, V> int zza(zzgv<K, V> zzgv, K k, V v) {
return zzfk.z... | [
"[email protected]"
] | |
20b53a385f9a17d48306510e7ec715e29db54125 | 940c83f519088a82938b4f1a7775e640642a6332 | /core/core-service/src/main/java/com/dreameddeath/core/service/registrar/ClientRegistrar.java | e46e6c1d50a734997344b2556db3f100ae545392 | [] | no_license | renovate-bot/couchbase-testing | 53fc2dc3c94f6fc51bc858171c75d98cc04589c9 | 4c8f260599944ca5315156c9ee764312c07020a8 | refs/heads/master | 2023-06-08T12:48:44.750880 | 2015-12-22T13:50:37 | 2015-12-22T13:50:37 | 479,451,774 | 0 | 0 | null | 2022-04-08T15:52:40 | 2022-04-08T15:52:39 | null | UTF-8 | Java | false | false | 2,141 | java | /*
* Copyright Christophe Jeunesse
*
* 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 i... | [
"[email protected]"
] | |
7687239ef48a44ef0d8556dda297bcba6ed3c59b | fb1e2c9654fc0143e9dd09f8bf7307598ec351b6 | /src/main/java/org/ml4j/wit/api/impl/AbstractWitOperations.java | a18acf1803e9dbec39d5a5e9a1093f035ee18d88 | [
"Apache-2.0"
] | permissive | anuragpatle/wit-java-client | 488486397ec83ef6a70a2371ed7f33edeab9c545 | 3dc26afe40d0785f54e32aba2675260fbc7862cb | refs/heads/master | 2021-01-12T13:22:26.445419 | 2015-01-15T17:16:54 | 2015-01-15T17:16:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"[email protected]"
] | |
260fbdf5892d90a58590e29f52dda849f85a02dd | 821d68cfac0976bc0ab201771630c2f9794074f8 | /src/com/medicom/passlan/inter/imp/sys/FrequencyImpl.java | 6f146a7873ab891c9c3d5aca940bb0caa3fd34da | [] | no_license | adaideluanmaku/pass_java_anli | ae8de6a620dab998734dbfc1148d4991fa23d4f9 | 75891687bf1b982c79a85dcad655c43198838501 | refs/heads/master | 2021-05-09T05:36:55.350672 | 2018-02-26T06:00:28 | 2018-02-26T06:00:28 | 119,314,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,137 | java | package com.medicom.passlan.inter.imp.sys;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
i... | [
"[email protected]"
] | |
ffcdb540092fbdb4659105944caaf0cd62e39e7c | b8e42a5722f55c00c79b3d183f5452061085639d | /chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/long_screenshots/bitmap_generation/BitmapGenerator.java | 2cc5a098111dab29565368b1ff02809a682e6a08 | [
"BSD-3-Clause"
] | permissive | jovanivanovic/chromium | 943f5978d415bcd92a6354d5a4a1075ac00e476f | dd3be1f4832766bb94603f69d6edf8a6938b9e2b | refs/heads/master | 2023-05-05T07:53:36.937804 | 2021-05-06T08:52:50 | 2021-05-06T08:52:50 | 365,790,229 | 0 | 0 | BSD-3-Clause | 2021-05-09T15:50:21 | 2021-05-09T15:50:21 | null | UTF-8 | Java | false | false | 5,084 | java | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.share.long_screenshots.bitmap_generation;
import android.graphics.Bitmap;
import android.graphics.Rect;
import andro... | [
"[email protected]"
] | |
d0f4ddb3fff6bb3f3651dbb20a592d9656ec53f6 | 004832e529873885f1559eb8c864384b3e1cda3f | /java/lineage2/gameserver/model/entity/events/actions/AnnounceAction.java | cf09751314b737bcefa47862f00ca1d0dda43191 | [] | no_license | wks1222/mobius-source | 02323e79316eabd4ce7e5b29f8cd5749c930d098 | 325a49fa23035f4d529e5a34b809b83c68d19cad | refs/heads/master | 2021-01-10T02:22:17.746138 | 2015-01-17T20:08:13 | 2015-01-17T20:08:13 | 36,601,733 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,332 | java | /*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be u... | [
"[email protected]"
] | |
a47bfbde0712ca4f08158970b45a73b492abb374 | d7dab538d6fc5390c5160c28f5c8231834c0a406 | /src/main/java/gov/nist/javax/sip/header/CallInfoList.java | 07f641db184df4951aa4d63f48c30e2d1329e23e | [
"Apache-2.0"
] | permissive | fhg-fokus-nubomedia/nubomedia-ims-connector | 037cbcc11c2f053fc3c159b3c53735dcc27fdcaf | a6dac8810f779c75351355cdd03933fedf07a99a | refs/heads/master | 2020-04-06T06:42:11.608858 | 2016-07-29T12:40:34 | 2016-07-29T12:40:34 | 49,443,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,027 | java | /*
* Conditions Of Use
*
* This software was developed by employees of the National Institute of
* Standards and Technology (NIST), an agency of the Federal Government.
* Pursuant to title 15 Untied States Code Section 105, works of NIST
* employees are not subject to copyright protection in the United States
* and are... | [
"[email protected]"
] | |
9e8fc430cd135b254e7e776534b700d8ee987b1e | 128eb90ce7b21a7ce621524dfad2402e5e32a1e8 | /laravel-converted/src/main/java/com/project/convertedCode/includes/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/file_MorphToMany_php.java | 294f8d251f7e890d2faf7261225660e92ad28e66 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | RuntimeConverter/RuntimeConverterLaravelJava | 657b4c73085b4e34fe4404a53277e056cf9094ba | 7ae848744fbcd993122347ffac853925ea4ea3b9 | refs/heads/master | 2020-04-12T17:22:30.345589 | 2018-12-22T10:32:34 | 2018-12-22T10:32:34 | 162,642,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,243 | java | package com.project.convertedCode.includes.vendor.laravel.framework.src.Illuminate.Database.Eloquent.Relations;
import com.runtimeconverter.runtime.RuntimeStack;
import com.runtimeconverter.runtime.interfaces.ContextConstants;
import com.runtimeconverter.runtime.includes.RuntimeIncludable;
import com.runtimeconverter.... | [
"[email protected]"
] | |
17f10d940f7eae07b2547b42a719733d0f3db636 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate8691.java | dd44bd71e4b49d3f4160d66d12cec1fd35f5398f | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | @Test
public void testEncapsulatedCompositeIdNoFetches2() {
// Parent is an entity with a composite identifier mapped via a @EmbeddedId class (ParentPK) which is defined
// using just basic types (strings, ints, etc)
Configuration cfg = new Configuration();
cfg.addAnnotatedClass( EncapsulatedCompositeIdResult... | [
"[email protected]"
] | |
a86ed5740b74124ad0eed0e7b55539c929eabf99 | c9578323a36528593ae98f9dc55fd426711f38c6 | /app/src/main/java/kioskmode/com/epoptia/viewmodel/models/NetworkStateViewModel.java | d5888b108c4254dcd80278df31a97675541c7338 | [] | no_license | tsironis13/EpoptiaKioskModeApp | 43e262a341faa0708c73f84c796b5963767660a6 | 6b83dd9113be49b2cf01f64da088a3746fb32c5b | refs/heads/master | 2021-01-21T13:30:27.903913 | 2019-05-12T13:39:44 | 2019-05-12T13:39:44 | 102,132,242 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package kioskmode.com.epoptia.viewmodel.models;
import androidx.databinding.BaseObservable;
import androidx.databinding.Bindable;
import androidx.databinding.library.baseAdapters.BR;
import javax.inject.Inject;
public class NetworkStateViewModel extends BaseObservable {
//region Private Properties
private ... | [
"[email protected]"
] | |
158c721be70e5348e4f3a0645bacc5d5b43c3565 | 351ab8768c9786a52a6b5b54ecd68d8283f7b2f0 | /app/src/main/java/com/example/administrator/my_ali_im/MyApplication.java | cd461a3f4f4e97d14dd4c6f0e79570d6e4c68da9 | [] | no_license | liuxin1234/My_Ali_IM | 0d091181e79cfc33f70684b718447add89b5fe76 | 099b2e23de69042c651d860b3307b2353c5e129a | refs/heads/master | 2021-01-01T16:45:56.948836 | 2017-07-21T06:15:59 | 2017-07-21T06:15:59 | 97,909,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,601 | java | package com.example.administrator.my_ali_im;
import android.app.Application;
import android.content.Context;
import android.support.multidex.MultiDex;
import com.alibaba.wxlib.util.SysUtil;
import com.example.administrator.my_ali_im.IMsample.InitHelper;
/**
* 项目:OkHttp_Retrofit
* 作者:nbcei
* 时间:2017/7/4
* 功能:
... | [
"[email protected]"
] | |
fe7c33c819d641bc7d6d8683e63516b54af65e18 | 44abee7981ec47704f59d0cb9345efc4b909ad4f | /src/chap14/textbook/s140402/UsingLocalVariable.java | 9c20e659c6806acf252ce55007674fa834bdea33 | [] | no_license | hyojjjin/java20200929 | ad24e96c2c3837f695951be783c59418559eceee | 8a2d7b34bc814465c83ae0efa0bd59f29205c738 | refs/heads/master | 2023-03-11T22:56:51.890496 | 2021-03-02T01:08:15 | 2021-03-02T01:08:15 | 299,485,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package chap14.textbook.s140402;
public class UsingLocalVariable {
void method(int arg) { // arg는 final 특성을 가짐
int localVar = 30; // locarvar는 final 특성을 가짐
//arg = 31; //final 특성으로 수정 불가
//localVar = 41; //fibal 수정 불가
//람다식
MyFunctionalInterface fi = () -> {
//로컬 변수 읽기
System.out.println("arg: "... | [
"[email protected]"
] | |
f13a39b895081c7268428740311cb3ffa47eb3c1 | 84e3dfdf4e7887c0bc421c0771bb6e3eb5f19ead | /opennlp-distr/target/filtered-md/opennlp-tools/src/main/java/opennlp/tools/cmdline/parser/BuildModelUpdaterTool.java | f8827ce57fd1470fc6fe989d6495d62e57bd38ec | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | shrsv/opennlp-testing | 0db621dfc112fe56a1777d90ee53f3adb74c14f4 | aad23bcbbedb628dce0e30cf0982a87ff06a5fa9 | refs/heads/master | 2023-04-23T01:36:18.018271 | 2020-05-30T23:01:42 | 2020-05-30T23:01:42 | 258,618,873 | 1 | 0 | Apache-2.0 | 2021-04-26T20:20:05 | 2020-04-24T20:37:28 | HTML | UTF-8 | Java | false | false | 2,485 | 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 ... | [
"[email protected]"
] | |
78f13bb8c1ab9558f3009854a606d14402157a59 | 7261cf7a1f2616cfc58f2a194bc4e17e97092a2c | /src/main/java/com/opslab/helper/ImageHelper.java | 82342344e8dd0812d20d2f6d66e7576766f7fb52 | [] | no_license | WGWangTrendSetter/opslabJutil | 8df3d3a8fb0efb32738c71672fd380db683992e1 | 66f9276fa49eba80a262de077c90ac60dcec5909 | refs/heads/master | 2020-09-22T17:18:44.002572 | 2019-10-29T06:58:12 | 2019-10-29T06:58:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,142 | java | package com.opslab.helper;
import com.opslab.bean.ResultBean;
import com.opslab.util.RandomUtil;
import com.opslab.util.image.CaptchaUtil;
import javax.imageio.ImageIO;
import java.awt.*;
import java.io.File;
public final class ImageHelper {
/**
* 判断呢是否是图片
*
* @param filePath 文件路径
... | [
"[email protected]"
] | |
14a436a0957bb3187516a25a978fd39b206d9339 | 984784c4a9bffd0a0456cf6d3ec8b568ebdc5f86 | /src/com/wemall/manage/seller/action/WaterMarkSellerAction.java | e21c1854d6937263dfdad31f09ad43ccef6b097c | [] | no_license | javaknow/wemall | 6e5b44460ff2f27613f01eeb828fe098779cee94 | 3813150e4089ef8d716739583a55a5a24d3ed96c | refs/heads/master | 2020-09-15T03:52:32.623846 | 2019-08-31T10:03:50 | 2019-08-31T10:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,491 | java | package com.wemall.manage.seller.action;
import com.wemall.core.annotation.SecurityMapping;
import com.wemall.core.mv.JModelAndView;
import com.wemall.core.security.support.SecurityUserHolder;
import com.wemall.core.tools.CommUtil;
import com.wemall.core.tools.WebForm;
import com.wemall.foundation.domain.Accessory;
im... | [
"jhy..1008611"
] | jhy..1008611 |
0f56c25bc9262c45a9e95a73bd8a4873fc9910a0 | 29f78bfb928fb6f191b08624ac81b54878b80ded | /generated_SPs_SCs/IADC/SCs/SC_command/src/main/java/SP_aircraftcarrier1/output/OutputDataClassName_2_4.java | 766d8c3ac8a6596cbe813634123a3e1344eb3804 | [] | no_license | MSPL4SOA/MSPL4SOA-tool | 8a78e73b4ac7123cf1815796a70f26784866f272 | 9f3419e416c600cba13968390ee89110446d80fb | refs/heads/master | 2020-04-17T17:30:27.410359 | 2018-07-27T14:18:55 | 2018-07-27T14:18:55 | 66,304,158 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,858 | java | package SP_aircraftcarrier1.output;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name =... | [
"[email protected]"
] | |
0b9b3737ae6aa8bf0a8d795086c7020442558611 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /JFreeChart/rev91-389/left-branch-389/tests/org/jfree/chart/plot/junit/MeterPlotTests.java | 2472a96a1a3549f4b73f281e736488a93c475ff4 | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,784 | java |
package org.jfree.chart.plot.junit;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInput;
import java.io.ObjectInputStream;
import java.io.ObjectOutput;
import java.io.ObjectOutputStream;
impo... | [
"[email protected]"
] | |
878b4fd0dd9b001e059d6d203ca6c516b0b1dec6 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/google/android/gms/common/api/internal/LifecycleActivity.java | e84c80c5ab3f1949bc4d80c708bec125ec8022a1 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.google.android.gms.common.api.internal;
import android.app.Activity;
import android.support.p057v4.app.FragmentActivity;
import com.google.android.gms.common.annotation.KeepForSdk;
import com.google.android.gms.common.internal.Preconditions;
import com.tencent.matrix.trace.core.AppMethodBeat;
@KeepForSdk
... | [
"[email protected]"
] | |
d28629d5fd0e3bd36fd9d2f562d305b5fc77d59f | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module342/src/main/java/module342packageJava0/Foo715.java | 84d88b44d3ae1b1867b374313f9f37cbc11c9a3c | [
"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 | 511 | java | package module342packageJava0;
import java.lang.Integer;
public class Foo715 {
Integer int0;
Integer int1;
public void foo0() {
new module342packageJava0.Foo714().foo8();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public v... | [
"[email protected]"
] | |
f29bf0675a449a0b00262dd1801940b3a3744c4e | 5ffd030d9eae417ccba8a71017dbb5c5e02a41d4 | /src/main/java/com/mycompany/myapp/service/impl/LocationServiceImpl.java | 392aa500c225d3a64f032e0062e9ae98157464c0 | [] | no_license | MousaAsmaran/jhipster-sample-application | 28284dd8390c85efc661e73a38dda35611893ae2 | 62f9989a2fef2e56542ea0db585132a333dc2cf7 | refs/heads/master | 2022-12-24T06:04:06.992663 | 2020-01-21T07:47:16 | 2020-01-21T07:47:16 | 235,282,973 | 0 | 0 | null | 2022-12-16T04:43:29 | 2020-01-21T07:44:48 | Java | UTF-8 | Java | false | false | 3,656 | java | package com.mycompany.myapp.service.impl;
import com.mycompany.myapp.service.LocationService;
import com.mycompany.myapp.domain.Location;
import com.mycompany.myapp.repository.LocationRepository;
import com.mycompany.myapp.repository.search.LocationSearchRepository;
import com.mycompany.myapp.service.dto.LocationDTO;
... | [
"[email protected]"
] | |
52e282b3194ee579dfd938d0b017d4097ff0d3b9 | 81b3984cce8eab7e04a5b0b6bcef593bc0181e5a | /android/CarLife/app/src/main/java/com/facebook/imagepipeline/memory/C5641n.java | 020b269a81333ec222b4b34c38f1e4a795eaf50a | [] | no_license | ausdruck/Demo | 20ee124734d3a56b99b8a8e38466f2adc28024d6 | e11f8844f4852cec901ba784ce93fcbb4200edc6 | refs/heads/master | 2020-04-10T03:49:24.198527 | 2018-07-27T10:14:56 | 2018-07-27T10:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,450 | java | package com.facebook.imagepipeline.memory;
import com.facebook.common.internal.C5350k;
import com.facebook.common.internal.VisibleForTesting;
import com.facebook.common.p140h.C2921a;
import com.facebook.imagepipeline.memory.C5640y.C5655a;
import javax.annotation.concurrent.GuardedBy;
import javax.annotation.concurrent... | [
"[email protected]"
] | |
dd27cfd8aa7e52bde215271390078089c4d97a24 | a4178e5042f43f94344789794d1926c8bdba51c0 | /iwxxmCore/src/main/resources/schemabindings2_1/net/opengis/gml/v_3_2_1/VectorType.java | abfb931e6e93e25feb2fda1da978440ee8c17348 | [
"Apache-2.0"
] | permissive | moryakovdv/iwxxmConverter | c6fb73bc49765c4aeb7ee0153cca04e3e3846ab0 | 5c2b57e57c3038a9968b026c55e381eef0f34dad | refs/heads/master | 2023-07-20T06:58:00.317736 | 2023-07-05T10:10:10 | 2023-07-05T10:10:10 | 128,777,786 | 11 | 7 | Apache-2.0 | 2023-07-05T10:03:12 | 2018-04-09T13:38:59 | Java | UTF-8 | Java | false | false | 1,156 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// 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: 2018.02.... | [
"[email protected]"
] | |
24f2393ad69a517ec8c82ed0b200c1664f7012a6 | cecf17c0c2adaa885a67b4012b9fd479f08cbf51 | /jstorm/jstorm-client/src/main/java/backtype/storm/serialization/KryoTupleSerializer.java | e04b145ba7f959776600047edecbb21fd65d3c27 | [
"Apache-2.0"
] | permissive | bopopescu/CodeRead | 39cef6c23ae0b09d5d8285fe516fd96b17ccb435 | d193c4aae47dd22f4913961be6dc8945bc39ba13 | refs/heads/master | 2022-11-29T15:46:21.446310 | 2017-05-19T01:13:53 | 2017-05-19T01:13:53 | 281,996,462 | 0 | 0 | null | 2020-07-23T16:01:14 | 2020-07-23T16:01:13 | null | UTF-8 | Java | false | false | 1,952 | java | package backtype.storm.serialization;
import backtype.storm.task.GeneralTopologyContext;
import backtype.storm.tuple.Tuple;
import backtype.storm.tuple.TupleExt;
import com.esotericsoftware.kryo.io.Output;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.Map;
public class KryoTup... | [
"[email protected]"
] | |
c48eac133582df639f5ee668b99713a525e63f82 | 3cd69da4d40f2d97130b5bf15045ba09c219f1fa | /sources/kotlinx/coroutines/DispatchersKt.java | 6b8d5ac83842b5ef67fb010128d91b2418941ffa | [] | no_license | TheWizard91/Album_base_source_from_JADX | 946ea3a407b4815ac855ce4313b97bd42e8cab41 | e1d228fc2ee550ac19eeac700254af8b0f96080a | refs/heads/master | 2023-01-09T08:37:22.062350 | 2020-11-11T09:52:40 | 2020-11-11T09:52:40 | 311,927,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package kotlinx.coroutines;
import kotlin.Metadata;
@Metadata(mo33669bv = {1, 0, 3}, mo33670d1 = {"\u0000\b\n\u0000\n\u0002\u0010\u000e\n\u0000\"\u000e\u0010\u0000\u001a\u00020\u0001XT¢\u0006\u0002\n\u0000¨\u0006\u0002"}, mo33671d2 = {"IO_PARALLELISM_PROPERTY_NAME", "", "kotlinx-coroutines-core"}, mo33672k = 2, mo33... | [
"[email protected]"
] | |
11117af30e690440ff26a3f3f470b1be01da71bb | f0cdf98c1332634fdac66764779f3e722349cd02 | /library/extractor/src/test/java/com/upax/exoplayer2/extractor/flac/FlacExtractorTest.java | 894175b29ae8cdfa0c2a225510b6771e35c6f53b | [
"Apache-2.0"
] | permissive | UlaiS/exoplayer2 | acc8a565b4f2c379fe129c561786371b5078105c | 73ea2e4283b753d081da603dbcd6b8079aeb0935 | refs/heads/main | 2022-07-29T19:57:50.987503 | 2021-11-23T23:52:06 | 2021-11-23T23:52:06 | 431,241,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,968 | java | /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
3b98543effa1a05d5d432f6e55090fd107d46e91 | a7412e915e3115ea12629eb764aba7b6d7d618fa | /app/src/main/java/com/puyue/www/qiaoge/model/home/GetEquipmentByIdAndDateModel.java | dc3460ab8f6cf1140667192d851d6f306c0a20ec | [] | no_license | wang15855271796/qiaoge | a50a93f03a0e5b64562f7f85a2d8d5c7ce5aa56e | b6f8009e72cbf9bdcf293dd9760dcb904e164f00 | refs/heads/master | 2023-03-22T05:34:09.716442 | 2021-03-20T07:19:30 | 2021-03-20T07:19:30 | 349,652,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,460 | java | package com.puyue.www.qiaoge.model.home;
import java.util.List;
/**
* If I become novel would you like ?
* Created by WinSinMin on 2018/4/23.
*/
public class GetEquipmentByIdAndDateModel {
/**
* code : 1
* message : 成功
* data : {"id":1,"name":"设备1","spec":"规格1","price":"100.00","number":85,"to... | [
"[email protected]"
] | |
8013d41d56068c8354b3a2ae7612ca767e8989bb | 6253283b67c01a0d7395e38aeeea65e06f62504b | /decompile/app/HwSystemManager/src/main/java/com/huawei/systemmanager/addviewmonitor/IAppChangeListener.java | 0202a3c2e02cc4a46a3cbf0b6f5ed80c9c57f628 | [] | no_license | sufadi/decompile-hw | 2e0457a0a7ade103908a6a41757923a791248215 | 4c3efd95f3e997b44dd4ceec506de6164192eca3 | refs/heads/master | 2023-03-15T15:56:03.968086 | 2017-11-08T03:29:10 | 2017-11-08T03:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.huawei.systemmanager.addviewmonitor;
public interface IAppChangeListener {
void onPackageAdded(String str, AddViewAppInfo addViewAppInfo);
void onPackageRemoved(String str);
}
| [
"[email protected]"
] | |
14384920d4ca277bc63b1e0373e6b8c5bb1366dd | 3f3c51248f812750a702e3349bcb29653942a886 | /spring-messaging/src/main/java/org/springframework/messaging/simp/user/DestinationUserNameProvider.java | 8c0ac7d191b77fa74617d60bf1babfac20ff83aa | [
"Apache-2.0"
] | permissive | sniper602/spring-framework-4.1 | f17b05f36b640ab1beee38d75c3a8098e0168827 | 6628bade53173075024bd1104ce1f04743cd69c4 | refs/heads/master | 2020-09-12T06:56:36.349853 | 2018-11-24T02:53:14 | 2018-11-24T02:53:14 | 222,347,493 | 1 | 0 | null | 2019-11-18T02:31:24 | 2019-11-18T02:31:24 | null | UTF-8 | Java | false | false | 579 | java | package org.springframework.messaging.simp.user;
/**
* An interface to be implemented in addition to {@link java.security.Principal}
* when {@link java.security.Principal#getName()} is not globally unique enough
* for use in user destinations. For more on user destination see
* {@link org.springframework.messaging... | [
"[email protected]"
] | |
e324a5d924d8c47f0a18f303ed80f9be8c3ff1e4 | 25baed098f88fc0fa22d051ccc8027aa1834a52b | /src/main/java/com/ljh/controller/base/JytPrivatecloudZzController.java | 440b28676ac595bd0d6dc014b0549ca1da08cd16 | [] | no_license | woai555/ljh | a5015444082f2f39d58fb3e38260a6d61a89af9f | 17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9 | refs/heads/master | 2022-07-11T06:52:07.620091 | 2022-01-05T06:51:27 | 2022-01-05T06:51:27 | 132,585,637 | 0 | 0 | null | 2022-06-17T03:29:19 | 2018-05-08T09:25:32 | Java | UTF-8 | Java | false | false | 329 | java | package com.ljh.controller.base;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 前端控制器
* </p>
*
* @author ljh
* @since 2020-10-26
*/
@Controller
@RequestMapping("/jytPrivatecloudZz")
public class JytPrivatecloudZzController {
}
| [
"[email protected]"
] | |
65daa3c1c07b52cd8a1f73de1b800c18ba836519 | 83204cdcdf62a8f78dc701eb68d7f26131c4b474 | /ch4/src/main/java/com/apress/prospring3/ch4/NonSingleton.java | 1ac0b8887c5f6c56fe6e543888ba2b17f39da67b | [] | no_license | wikibook/prospring3 | 1974189e573b8bf7c42ba570339375c84b29ee12 | 1a463948898753d8817088d093e14c819ce0e040 | refs/heads/master | 2021-01-01T05:31:25.398537 | 2013-10-25T13:57:17 | 2013-10-25T13:57:17 | 13,862,097 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | /**
* Created on Sep 22, 2011
*/
package com.apress.prospring3.ch4;
import org.springframework.context.support.GenericXmlApplicationContext;
/**
* @author Clarence
*
*/
public class NonSingleton {
public static void main(String[] args) {
GenericXmlApplicationContext ctx = new GenericXmlApp... | [
"[email protected]"
] | |
d0305b644ee3bb1c979591803f85da0bbeddecce | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_081acf11cb40cbe48f1a1939b7370a3aff8b4ed1/CachedActivity/17_081acf11cb40cbe48f1a1939b7370a3aff8b4ed1_CachedActivity_t.java | 7fb57a290120ed81ba313f6a56b017e1c0b55d7f | [] | 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,056 | java | /*
*
* This file is part of ASage.
*
* ASage is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ASa... | [
"[email protected]"
] | |
70423398f61880610c6b7468747ec9da891ab1a0 | 5f68b5878db3ed4a8d6d736c8259762647717968 | /src/com/fzjt/xiaoliu/read/interfaces/business/pc/home/bean/bottom/rsp/RspBottomBean.java | fea7e52848621ce2b5ac7df2607057439394cdbb | [] | no_license | haoziapple/recommend | 04cb3c37c74b1d1e4221d0cbf6ff76f75adb66e2 | ba4b3a7cf15854d921b7659639639a2a2fa99a1d | refs/heads/master | 2021-01-10T11:33:50.805750 | 2016-04-05T05:31:38 | 2016-04-05T05:31:38 | 55,469,573 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | /**
* Copyright (C) 2015 FuZhong
*
*
* @className:com.fzjt.xiaoliu.read.interfaces.business.pc.home.bean.bottom.rsp.RspBottomBean
* @description:TODO
*
* @version:v1.0.0
* @author:LiangJin
*
* Modification History:
* Date Author Version Description
* -------------------------------------... | [
"[email protected]"
] | |
aa4854c50f9bb9f5a994b1afbbe79c9c05694028 | 72670efb51af91ac86ca5b0f6145287d7547c34c | /src/gui/EliminarClientePanel.java | f2a8ec9cea260348972927e7d7c07f01509354de | [] | no_license | ccpomposo/Zapateria-KD | 4bd6306c2fcc8e3e982018813bb87f47270dceb2 | c734841daf7adb978410cbb4df2faee757b65ab0 | refs/heads/master | 2021-01-19T12:09:00.196757 | 2017-04-12T07:12:07 | 2017-04-12T07:12:07 | 88,021,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,352 | 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 gui;
import controller.Controlador;
import exceptions.ClienteNoEncontradoException;
import java.awt.FlowLayout;
import java.aw... | [
"Usuario"
] | Usuario |
af3371d9436c240b7a1c8ed1323be2a33d42d15f | 104cda8eafe0617e2a5fa1e2b9f242d78370521b | /aliyun-java-sdk-vod/src/main/java/com/aliyuncs/vod/model/v20170321/GetMediaAuditResultTimelineResponse.java | 9b0b79ff82e23a842e48609909e9aa9c2be84bcd | [
"Apache-2.0"
] | permissive | SanthosheG/aliyun-openapi-java-sdk | 89f9b245c1bcdff8dac0866c36ff9a261aa40684 | 38a910b1a7f4bdb1b0dd29601a1450efb1220f79 | refs/heads/master | 2020-07-24T00:00:59.491294 | 2019-09-09T23:00:27 | 2019-09-11T04:29:56 | 207,744,099 | 2 | 0 | NOASSERTION | 2019-09-11T06:55:58 | 2019-09-11T06:55:58 | null | UTF-8 | Java | false | false | 3,296 | 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... | [
"[email protected]"
] | |
30f5d05613e9b9fee65183cf0bcc4790031e592a | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a081/A081598.java | 95a87c644ba5a59f8222446e43570dc52a021cd3 | [] | 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 | 516 | java | package irvine.oeis.a081;
// Generated by gen_pattern.pl - DO NOT EDIT here!
import irvine.oeis.GeneratingFunctionSequence;
/**
* A081598 Let <code>n = 10x + y</code> where <code>0 <= y <= 9, x >= 0</code>. Then <code>a(n) = 7x+y</code>.
* @author Georg Fischer
*/
public class A081598 extends GeneratingFu... | [
"[email protected]"
] | |
2173b2a0d7cd0e684fa9a50b1cd131848968fa2b | 4a7cb14aa934df8f362cf96770e3e724657938d8 | /MFES/ATS/Project/structuring/projectsPOO_1920/96/Grupo242_POO2020/projeto/Projeto/EncomendasAceites.java | 9765583c3291aca25c0901dbd49436de4c5a6160 | [] | no_license | pCosta99/Masters | 7091a5186f581a7d73fd91a3eb31880fa82bff19 | f835220de45a3330ac7a8b627e5e4bf0d01d9f1f | refs/heads/master | 2023-08-11T01:01:53.554782 | 2021-09-22T07:51:51 | 2021-09-22T07:51:51 | 334,012,667 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package Projeto;
import java.util.ArrayList;
public class EncomendasAceites {
private ArrayList<Encomenda> encAceites;
public EncomendasAceites(ArrayList<Encomenda> encAceites){
this.encAceites = encAceites;
}
public EncomendasAceites(){
this.encAceites = new ArrayList<Encomenda>();
... | [
"[email protected]"
] | |
962d6d8ab8613ea02af0ceef7e7de180cf8e376f | 7c9f969db90ae6434b7003aa224a16d244126ebf | /HipsWriter/src/main/java/io/github/pascalgrimaud/hipswriter/security/SecurityUtils.java | d7d7369c21ba8aacee5cd03ac6c55e264d144c0a | [] | no_license | pascalgrimaud/jhipster-kafka-samples | 2156dd663964f227d803d59e7ced55f426aec6f8 | 59bd907388313569a54f28cf1fb6387c9bef991d | refs/heads/master | 2020-05-17T11:45:54.755844 | 2019-04-26T21:24:23 | 2019-04-26T21:24:23 | 183,693,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,008 | java | package io.github.pascalgrimaud.hipswriter.security;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Optional;
/**
* Utility class for Spring S... | [
"[email protected]"
] | |
51dd8fea774db5ec7de5e961981c49b29ea97dd7 | f87904b0d14bc865b174c21b9c6e8406ccccf6d1 | /object-class/app1/src/com/lara/Manager11.java | a62167c2179bacf7cbec406dea03f959ea8d6c82 | [] | no_license | nextuser88/lara_java_code | f7c90e662b4d25cfb9a572f68a8ab86773febb92 | f53349afa87aa5a8fa475b29ccf0c5ea903dcc74 | refs/heads/master | 2021-05-15T20:19:00.931695 | 2017-10-22T06:28:48 | 2017-10-22T06:28:48 | 107,842,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package com.lara;
class K
{
int i = 10;
}
public class Manager11
{
public static void main(String[] args)
{
K k1 = new K();
K k2 = new K();
System.out.println(k1 == k2);
}
}
| [
"[email protected]"
] | |
38900bf95972c7995dbbae4393d31ecff57e5552 | f034fffa1ff323bfe976c62c613b6a2774c9ae24 | /app/src/main/java/com/example/ylf019/zlxandroid/home/adapter/ZlxrecommendAdapter.java | 52f576ce6d263ea378f80ec3999da1bdb159cc91 | [] | no_license | yuanlifan/zlxandroid | 8286b9ac8e5326df91c6233b3bd0386c674d98cd | dd5443662ec504bc03c8949f727a8aa2117f5e7f | refs/heads/master | 2020-03-07T08:43:01.089791 | 2018-05-30T01:41:53 | 2018-05-30T01:41:53 | 127,386,502 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,134 | java | package com.example.ylf019.zlxandroid.home.adapter;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.widget.CardView;
import android.text.TextUtils;
import android.view.View;
import android.widget.FrameLayout;
import com.bumptech.glide.Glide;
import com.chad.library... | [
"[email protected]"
] | |
fb570e53a9163108de443a2a5bfaa8f0a46d0e03 | 3d2a5f21535a8ebeac4dbdf678d9b4307429e565 | /src/main/java/br/com/blog/security/AutenticaUsuarioListener.java | 92b3787385705ca123fe62d6d43da4a16601409f | [] | no_license | gilmardeveloper/java-blog | 1afa6b01f4a4f68df76f4c7f3263155ea8a43a79 | d1066ce38ec7b5492b72286fcefc356de4fd3f0b | refs/heads/master | 2021-05-13T14:00:28.098054 | 2018-08-22T21:33:51 | 2018-08-22T21:33:51 | 116,725,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package br.com.blog.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
import br.com.blog.model.Usuario;
@Component
public class AutenticaUsuarioListener implements ApplicationListener<Auten... | [
"[email protected]"
] | |
a31385b865b3d63d5e28d5d9ce99527c377f990e | f7d18cb63acfca73d23e74bceb160eb9ffa8fdcc | /src/main/java/io/github/frodo/application/web/rest/errors/LoginAlreadyUsedException.java | eedb1d0dc2210ac9f098e7c12c9bd1b7d1edb770 | [] | no_license | Patzifist/Frodo | 3047c1d63debe0480febba5101479f7a0dd66807 | a4411f58fb2522524692b052fcff8d968c029c59 | refs/heads/master | 2020-04-22T06:24:07.490848 | 2019-02-12T15:25:15 | 2019-02-12T15:25:15 | 170,189,077 | 0 | 0 | null | 2019-02-11T19:36:21 | 2019-02-11T19:32:51 | Java | UTF-8 | Java | false | false | 347 | java | package io.github.frodo.application.web.rest.errors;
public class LoginAlreadyUsedException extends BadRequestAlertException {
private static final long serialVersionUID = 1L;
public LoginAlreadyUsedException() {
super(ErrorConstants.LOGIN_ALREADY_USED_TYPE, "Login name already used!", "userManagemen... | [
"[email protected]"
] | |
33442f41a9df0e691b2a11f0c08463362a4d0d07 | 7736da1e7eb763d838e6715e89293d75ea536d3a | /a20/src/main/java/memoizrlabs/com/a20/util8/util6/util3/util6/util4/util1/Ut11.java | 3f2109425de37c6c985aa92848906510ad340692 | [
"Apache-2.0"
] | permissive | memoizr/gradle-build-times-stress-test | 6944af4a731bda6e84cd27525837b4efed84ebcf | 16bf4e9c8291ad90ccc083f287fb00a8218a43e8 | refs/heads/master | 2020-09-21T04:36:39.864158 | 2016-09-13T12:11:15 | 2016-09-13T12:11:15 | 67,682,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package memoizrlabs.com.a20.util8.util6.util3.util6.util4.util1;
public class Ut11 {
class Foo {
public void printHey() {
System.out.println("hey");
}
}
class Foo2 {
public void printHey() {
System.out.println("hey");
}
}
class Foo3 {
... | [
"[email protected]"
] | |
aa1a21d86482b6e77f53c7e6ff8450e47f53fe83 | 01563cf663b502102e22b73bd3ff6a16dde701d0 | /src/main/java/com/jk51/annotation/TimeRequired.java | 6387cf195d42b9f9972bd786773130042c095fb7 | [] | no_license | tomzhang/springTestB | 17cc2d866723d7200302b068a30239732a9cda26 | af4bd2d5cc90d44f0b786fb115577a811d1eaac7 | refs/heads/master | 2020-05-02T04:35:50.729767 | 2018-10-24T02:24:35 | 2018-10-24T02:24:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.jk51.annotation;
import org.springframework.web.bind.annotation.Mapping;
import java.lang.annotation.*;
/**
* 版权所有(C) 2017 上海伍壹健康科技有限公司
* 描述:
* 作者: dumingliang
* 创建日期: 2018-09-07
* 修改记录:
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Mapping
publ... | [
"[email protected]"
] | |
a8dc94908c4339870780d66c7030601be2577a50 | ba9375cd1003cfa631e2b8dacdb6f02cde782d9d | /driver-embedded/src/main/com/mongodb/embedded/client/EmbeddedServer.java | f070d231abb5b39403bcb1e79f65e71bb5f87ddf | [
"Apache-2.0"
] | permissive | will-wangv/mongo-java-driver | b352fb7ecc834c0b2de40f571159e0ed19f6e010 | 4311d95791c2313d102e4509850044966e73d77d | refs/heads/master | 2020-08-29T07:52:23.208633 | 2019-10-22T20:18:30 | 2019-10-24T17:06:16 | 217,973,671 | 1 | 0 | Apache-2.0 | 2019-10-28T06:36:52 | 2019-10-28T05:39:56 | Java | UTF-8 | Java | false | false | 7,578 | java | /*
* Copyright 2008-present MongoDB, 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 ag... | [
"[email protected]"
] | |
c0e5d3990f8a86ffa39308395e92674116dfb65f | 23c672f64283b889eb5bc087f1108a9f04a952a1 | /Simulator/2015MockWpi/src/com/snobot/simulator/AnalogWrapper.java | 4599d5b7fa2b191c79c6b761b4164ef97a199977 | [] | no_license | ArcticWarriors/snobot-2015 | 5074f6847586edbaad9988b19151b2ff6d49489f | 460ef7b1cec6fdc3dfe8082714a4e9923c1e6cae | refs/heads/master | 2021-05-31T18:10:50.456370 | 2015-12-09T03:37:11 | 2015-12-09T03:37:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package com.snobot.simulator;
public class AnalogWrapper extends ASensorWrapper
{
public AnalogWrapper(int aIndex)
{
super("Analog " + aIndex);
}
private double mVoltage;
private double mAccumulator;
public void setVoltage(double aVoltage)
{
mVoltage = aVoltage;
}
... | [
"[email protected]"
] | |
5859e374db659ffd8ff80527f85f511a778be417 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_296/Testnull_29593.java | 0e67b396fe0f7038f620e38b3dfb0948867a4609 | [] | 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_296;
import static org.junit.Assert.*;
public class Testnull_29593 {
private final Productionnull_29593 production = new Productionnull_29593("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"[email protected]"
] | |
54a318af62c25ef2fc52e36ce61e8158124d910c | 22361430ab12e5a7c1eba4664293fc4a39051d9b | /QMRPublic/src/com/game/dataserver/manager/SyncPlayerError.java | 90f605e0900ae1870e73cdb14ab4f71e45c19129 | [] | no_license | liuziangexit/QMR | ab93a66623e670a7f276683d94188d1b627db853 | 91ea3bd35ee3a1ebf994fb3fd6ffdbaa6fbf4d22 | refs/heads/master | 2020-03-30T00:22:31.028514 | 2017-12-20T05:41:17 | 2017-12-20T05:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.game.dataserver.manager;
public class SyncPlayerError {
//角色不存在
public static int PLAYER_NOT_EXITS = 1;
//账号不存在
public static int USER_NOT_EXITS = 2;
//正在跨服中
public static int ALREADY_CROSS_SERVER = 3;
//当前跨服对象不正确
public static int CROSS_SERVER_PLAYER_ERROR = 4;
//没有准备好跨服
... | [
"[email protected]"
] | |
5d9c50c28c84f9e42771e5021313976660caa0f3 | 42db8ca1afb6b9a695b67507414166164b9c26d8 | /java/src/encapsulamento/Main2.java | 2c77888f7bce3f43125f09f45cc4ab3fcfad56c7 | [] | 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 | 369 | java | package encapsulamento;
public class Main2 {
public static void main(String[] args) {
Classe1 camiseta = new Classe1("Algodão","Manga longa","Alta","Florido","Nike","Verde");
Classe2 calca= new Classe2("Jeans","Classica","Grande",true,"Adidas","Azul");
camiseta.vestir();
calca.setBolso("pequeno")... | [
"[email protected]"
] | |
5bc634d55b35a94f9441904b478ea31b0d5aa587 | 205a24a4aff316504ed9a86a74f8e407b91af2c8 | /src/test/java/houseware/learn/j8/stream/Streams7.java | a948977015a6f9d4f35fbf6e8494fffc9ca68f12 | [] | no_license | bcntec-learning/j8 | 11729a79661e22ea323f07f4328a51a2d9048ddb | 9bd221729c86ac35db8208be0292f9d3f4b796b3 | refs/heads/master | 2021-09-07T22:48:11.884923 | 2018-03-02T11:46:57 | 2018-03-02T11:46:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | package houseware.learn.j8.stream;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.IntStream;
/**
* @author [email protected]
*/
public class Streams7 {
static class Foo {
String name;
List<Bar> bars = new ArrayList<>();
Foo(String ... | [
"[email protected]"
] | |
0fd43e477fcf918806c36fe68396b5e489d9adf0 | 9e632588def0ba64442d92485b6d155ccb89a283 | /billingSystem/billingsystem-web/src/main/java/com/balicamp/webapp/action/customerservice/UnblockUser.java | 3dbfe90b90001fcdaaf498e4c69390fc12d409d2 | [] | no_license | prihako/sims2019 | 6986bccbbd35ec4d1e5741aa77393f01287d752a | f5e82e3d46c405d4c3c34d529c8d67e8627adb71 | refs/heads/master | 2022-12-21T07:38:06.400588 | 2021-04-29T07:30:37 | 2021-04-29T07:30:37 | 212,565,332 | 0 | 0 | null | 2022-12-16T00:41:00 | 2019-10-03T11:41:00 | Java | UTF-8 | Java | false | false | 2,392 | java | package com.balicamp.webapp.action.customerservice;
import static com.balicamp.webapp.constant.WebConstant.User.STATUS_BLOCKED;
import org.apache.tapestry.IPage;
import org.apache.tapestry.annotations.InjectObject;
import org.apache.tapestry.annotations.InjectPage;
import org.apache.tapestry.form.IFormComponent;
impo... | [
"[email protected]"
] | |
3096c28559b8311ea5b67bd40874fec8309d2173 | 330f4d819c36d7e26ac13504861d02ddf6dfee19 | /src/main/java/com/techshroom/wood/module/ModuleLoader.java | e0f65d12011b85813fd68ad6c570d25fcc4e8f6e | [
"MIT"
] | permissive | TechShroom/WoodPilings | 22754462a6b031c970d829fbd72891b68f02101c | 469f5e452dbfa3c4c5a780056a689516bde8f27d | refs/heads/master | 2021-01-12T16:27:20.961013 | 2016-09-27T14:37:28 | 2016-09-27T14:37:28 | 69,277,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,971 | java | /*
* This file is part of WoodPilings, licensed under the MIT License (MIT).
*
* Copyright (c) TechShroom Studios <https://techshroom.com>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... | [
"[email protected]"
] | |
7eb2cab34dea9e552d1fe317365b44b5395c92be | f2ac70adc55d0df8269f20721f24cb83e4eda801 | /ServiciosWebSIOT/ServiciosWebSIOT-war/src/java/modelo/logica/generadorReportes/GestionMotorbd.java | b269427fd77c09af99fb73d64a45dd2f9d15cf82 | [] | no_license | julianmira01/servintesa | 23966d3a73b5a118b880f3c81af8ad2f8e780d4f | 3ab90faf126f3b5964e5d21931b8ff9b1ba4c6d6 | refs/heads/master | 2021-01-09T20:08:30.825588 | 2016-06-08T15:12:39 | 2016-06-08T15:12:39 | 60,717,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,215 | java | package modelo.logica.generadorReportes;
import java.sql.Connection;
import java.util.List;
import modelo.conexion.Conexion;
import modelo.datos.dao.generadorReportes.MotorbdDao;
import modelo.datos.objetos.generadorReportes.Motorbd;
import utilidades.Funciones;
public class GestionMotorbd {
C... | [
"[email protected]"
] | |
f21b812e1196aa2d67ba6837b03c1ff19f0c6629 | ac41341eb32557d0159b633881ed5668044b99ca | /src/org/genesys/models/Node.java | e0870ba1cc028455e5686c85f605699645d4b4df | [] | no_license | utopia-group/neo | 421651732cc0b7f698265d689d02359f904ee487 | 1d3572ff4fee0c55c741dea2852e2562c160d589 | refs/heads/master | 2020-06-18T15:18:07.517234 | 2019-07-11T23:43:30 | 2019-07-11T23:43:30 | 196,342,026 | 5 | 5 | null | null | null | null | UTF-8 | Java | false | false | 3,004 | java | package org.genesys.models;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.genesys.language.Production;
/**
* Created by yufeng on 5/26/17.
*/
public class Node {
private boolean pe_ = false;
private Object symbol;
public int id = -1;
public int componen... | [
"[email protected]"
] | |
5f47e279a5d2750f0adea10e9f8104ad9076af30 | d3679002d911a2b4e62e9270be387e7da099f81c | /src/p15/textbook/TreeSetExample1.java | 7f7c254cde93a866f025132e921e8c364ce650c5 | [] | no_license | dailydevp/java20210325 | 3fb3315fbbba31b914959c32b51eaf4d12d52883 | 7c022fc6f194de3b5e876b2e74c61bbd2b33f702 | refs/heads/master | 2023-04-23T00:36:19.028568 | 2021-05-04T12:52:35 | 2021-05-04T12:52:35 | 351,269,342 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | package p15.textbook;
import java.util.TreeSet;
public class TreeSetExample1 {
@SuppressWarnings("deprecation")
public static void main(String[] args) {
TreeSet<Integer> scores = new TreeSet<Integer>();
scores.add(new Integer(87));
scores.add(new Integer(98));
scores.add(new Integer(75));
scores.add(new I... | [
"[email protected]"
] | |
936d4b16c459f3ddf2569cdd0338242fc38294ad | ecb84d38338596f5f72ac657b64260b28f447d7b | /RealTradingV2/src/clientConnection/Util.java | 4655dab83bc48a6d80ab6b55d8c8b416e4c3a616 | [] | no_license | edisonnica/RealTradingV2 | 595fe08e7d1a92f0f37f859c756eb9b125d99fc6 | 27f17a6df0e1c14bdf924b7107b4899fdd4ebd35 | refs/heads/master | 2021-01-22T08:48:34.297843 | 2013-02-19T02:51:58 | 2013-02-19T02:51:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | /*
* Util.java
*/
package clientConnection;
import java.util.Vector;
public class Util {
public static boolean StringIsEmpty(String str) {
return str == null || str.length() == 0;
}
public static String NormalizeString(String str) {
return str != null ? str : "";
}
public static int StringC... | [
"denman@denman-PC"
] | denman@denman-PC |
0af732cb21fd9db41738c5eef6f8082212c7fa05 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Spring/Spring7048.java | 80fd729fd2844f7cacc78076430465f12944a36d | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | @Test
public void activeMQResourceAdapterSetup() {
activationSpecConfig.setAcknowledgeMode(Session.SESSION_TRANSACTED);
JmsActivationSpecFactory activationSpecFactory = new DefaultJmsActivationSpecFactory();
StubActiveMQActivationSpec spec = (StubActiveMQActivationSpec) activationSpecFactory.createActivationSpe... | [
"[email protected]"
] | |
5c04c71998904b0a7b6233ca0ed8c8fbbbdf07b7 | 53b95b8940411003fb4fa82f920c91326656fea0 | /branches/BR_DEV_ADMIN_CONSOLE_2/zoie-admin/src/proj/zoie/admin/client/ZoieAdmin.java | 239cac4198d670b887135010c0fdb3d2da7bbe9b | [] | no_license | BGCX261/zoie-svn-to-git | a8a9c272a952e96490e159f56e9d901885760e23 | 092ccdb992d57872337420ba9f7218b73e7118c5 | refs/heads/master | 2016-08-04T22:19:45.459439 | 2015-08-25T15:35:52 | 2015-08-25T15:35:52 | 41,485,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,430 | java | package proj.zoie.admin.client;
import proj.zoie.admin.client.jmx.JMXAdminService;
import proj.zoie.admin.client.jmx.JMXAdminServiceAsync;
import proj.zoie.admin.client.search.SearchService;
import proj.zoie.admin.client.search.SearchServiceAsync;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.co... | [
"[email protected]"
] | |
276d31d7cd3b977a5696c94578d9e761017d24f4 | 4473046026ff215c6c9fbb6ecd1cad9b1f95a67e | /JavaDB/DatabasesAdvancedHibernate/XMLProcessing/ProductsShopXml/src/main/java/app/utils/XmlParserImpl.java | 176cf0f033da67b839ab1708ad56e4a7cf48f3d7 | [] | no_license | miroslavangelov/Java-Development | e105248d82dd0772902eeeefbeb2389919fec262 | 61fcc2fb8a5ae9f38647f85eb63f809e7d8df350 | refs/heads/master | 2022-12-12T04:27:27.932969 | 2019-12-08T12:38:36 | 2019-12-08T12:38:36 | 138,468,780 | 0 | 0 | null | 2022-11-24T08:50:00 | 2018-06-24T09:18:55 | Java | UTF-8 | Java | false | false | 1,020 | java | package app.utils;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.*;
public class XmlParserImpl implements XmlParser {
@Override
public <O> O parseXml(Class<O> objectClass, String path) throws JAXBExc... | [
"[email protected]"
] | |
f84b76fa19d2f2efb8a855956f73368c9d8d287c | b7a7906ab61c28d260a0be87d3ff77d818a0c817 | /web/webcommon/java/so/wwb/creditbox/web/defense/biz/enums/DefenseAction.java | 36ae3b55cfa525e101b6680e05b8e29c6d19d4fa | [] | no_license | as12334/xy-creditbox | c136aa2b4d00c8667f7e19742b827d2253723614 | 7091fb9174cd9ddcdd2a4e3e8f5d3a70abaa0e52 | refs/heads/master | 2022-12-21T01:01:10.182917 | 2019-12-04T17:12:50 | 2019-12-04T17:12:50 | 215,942,849 | 3 | 4 | null | 2022-12-16T08:45:21 | 2019-10-18T04:43:59 | Java | UTF-8 | Java | false | false | 870 | java | package so.wwb.creditbox.web.defense.biz.enums;
import org.soul.commons.enums.EnumTool;
import org.soul.commons.enums.ICodeEnum;
public enum DefenseAction implements ICodeEnum {
PLAYER_REGISTER("player_register","防御:玩家注册"),
AGENT_REGISTER("agent_register","防御:代理注册"),
PHONE("phone","防御:手机验证"),
MAIL("ma... | [
"[email protected]"
] | |
19bbe9d9b707e250bd40c63d5e74e4dfa7ac25ef | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/DSm.java | 0199392ec3486056294802a77206cf735fcd9611 | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package p000X;
import java.lang.reflect.Field;
/* 'enum' modifier removed */
/* renamed from: X.DSm */
public final class DSm extends DSj {
public DSm() {
super("UPPER_CAMEL_CASE_WITH_SPACES", 2);
}
public final String Brh(Field field) {
return DSj.A00(DSj.A01(field.getName(), " "));
... | [
"[email protected]"
] | |
ac4bef78509f980f65cccb8b85405facb9f2d64d | cbcab39e220ad555c8af4f19408335d5fc5aecdd | /src/org.hyperflex.componentmodels.orocos.model/src/org/hyperflex/orocoscomponentmodel/AbstractComponent.java | f19c778ef9bbbf0f98b9a9390bcf48802f985327 | [] | no_license | GertKanter/HyperFlex | 2d6b5133e9b94b04459897e546126626d29d30c3 | 427613e076f7604dcfdb40b7e4a491146ba071a8 | refs/heads/master | 2020-03-28T20:39:44.513690 | 2014-09-11T15:10:15 | 2014-09-11T15:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,219 | java | /**
* HyperFlex Toolchain
*
* Copyright (c) 2013
* All rights reserved.
*
* Luca Gherardi
* University of Bergamo
* Department of Engineering
*
* ***********************************************************************************************
*
* Author: <A HREF="mailto:[email protected]">Luca Gherardi</A>
... | [
"[email protected]"
] | |
d1aa074b23ea8b1daeb4e90487cc21ceb530fef4 | 471a1d9598d792c18392ca1485bbb3b29d1165c5 | /jadx-MFP/src/main/java/com/google/ads/interactivemedia/v3/internal/fn.java | a93a3b0cbb568a698bafc2c870cbaf1ed688f9c7 | [] | no_license | reed07/MyPreferencePal | 84db3a93c114868dd3691217cc175a8675e5544f | 365b42fcc5670844187ae61b8cbc02c542aa348e | refs/heads/master | 2020-03-10T23:10:43.112303 | 2019-07-08T00:39:32 | 2019-07-08T00:39:32 | 129,635,379 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | java | package com.google.ads.interactivemedia.v3.internal;
import java.util.Arrays;
/* compiled from: IMASDK */
public final class fn implements fy {
public final int a;
public final int[] b;
public final long[] c;
public final long[] d;
public final long[] e;
private final long f;
public fn(in... | [
"[email protected]"
] | |
b834468f75ce479499dd85aa5f837fe799cf8816 | 65f2e38158413af5c8688813321c5c4f24488ac8 | /src/main/java/com/yx/pos/service/impl/VipDiscountDetailServiceImpl.java | 99d4359c0bdd89d62d243e9eb9664ddf3f3a37f3 | [] | no_license | langrs/pos | 177141dea8161753d1b5ff319d92ac4a161412e5 | 19c3b0f0f28fb6f98066136330e4c2402b9e51dd | refs/heads/master | 2020-04-11T06:26:59.406350 | 2018-12-13T03:50:50 | 2018-12-13T03:50:50 | 161,580,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.yx.pos.service.impl;
import com.yx.pos.base.BaseDao;
import com.yx.pos.base.BaseServiceImpl;
import com.yx.pos.dao.VipDiscountDetailDao;
import com.yx.pos.model.VipDiscountDetail;
import com.yx.pos.service.VipDiscountDetailService;
import org.springframework.stereotype.Service;
import javax.annotation.Res... | [
"[email protected]"
] | |
84881ed4c2dcffb55ebc0a2516cf7640c6d4729b | 0529524c95045b3232f6553d18a7fef5a059545e | /app/src/androidTest/java/TestCase_abdelrahman_photorecovery__1538805655.java | 247548ce59a2c3c744c36326340855f4bee3a44b | [] | no_license | sunxiaobiu/BasicUnitAndroidTest | 432aa3e10f6a1ef5d674f269db50e2f1faad2096 | fed24f163d21408ef88588b8eaf7ce60d1809931 | refs/heads/main | 2023-02-11T21:02:03.784493 | 2021-01-03T10:07:07 | 2021-01-03T10:07:07 | 322,577,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class TestCase_abdelrahman_photorecovery__1538805655 {
@Test
public void testCase() throws Exception {
// $FF: Couldn't be decompiled
}
}
| [
"[email protected]"
] | |
44096b9cd3e4e586935ecdd5905177c14a6a0a69 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_74cfd064a5324fb45d0a27c4dbf06c92c9a81b79/AttributeTypeImpl/1_74cfd064a5324fb45d0a27c4dbf06c92c9a81b79_AttributeTypeImpl_t.java | 474f2548eae9b6a44a82c7c0b3a040aa29c09771 | [] | 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 | 8,026 | 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
* "Li... | [
"[email protected]"
] | |
1d3ada2e161ce7f3671289a3ea424852d39a9cb7 | d217153d3a9ae32e3dab6a91e1e05a9aa881c074 | /src/com/huiyin/ui/flash/FlashGridAdapter.java | 47afcc9d4a97e391d032f5d3b1613b1b43211378 | [] | no_license | sengeiou/huiyinlehu | c892c6d804a5410de9d1f56db34b5df0f407be58 | 47a6523104746353950a482ab95600e19887b2e0 | refs/heads/master | 2020-05-30T11:00:09.656997 | 2015-07-28T07:32:52 | 2015-07-28T07:32:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,875 | java | package com.huiyin.ui.flash;
import android.content.Context;
import android.text.Html;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.style.StrikethroughSpan;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAd... | [
"[email protected]"
] | |
a20522a89ebbf1b5992e4a34ca47a0b783472ddb | fe711416301bdc8fcd798a5c20d7a02f37f61362 | /hibernate_day02/src/test/java/cn/itheima/d_tx/Demo.java | 7716d095f5fc83cde5cd0cd64a403362fe38cd88 | [] | no_license | chaiguolong/javaweb_step1 | e9175521485813c40e763a95629c1ef929405010 | e9e8d3e70fd5d9495b6675c60e35d8ca12eefdc2 | refs/heads/master | 2022-07-07T18:10:59.431906 | 2020-04-28T05:41:51 | 2020-04-28T05:41:51 | 143,223,415 | 1 | 0 | null | 2022-06-21T00:55:31 | 2018-08-02T00:53:40 | Java | UTF-8 | Java | false | false | 807 | java | package cn.itheima.d_tx;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.junit.Test;
import cn.itheima.domain.Customer;
import cn.itheima.utils.HibernateUtils;
//测试getCurrentSession
public class Demo {... | [
"[email protected]"
] | |
3e963e83c58dcbb37fc550967b69cfb0361200eb | 46fa5d39a3091f4d42b9e07baf3ad2633ba9c21d | /evaluation/subjects/rsa_modpow_834443/src/modpow/SimplifiedRSA.java | e6684571cbf28976643e66d6d3de6ebd4fa5409e | [
"Apache-2.0"
] | permissive | yannicnoller/qfuzz | 0231db497de3c16937c1a4501f44385ddfde5774 | ca03bf187cb1127763a9c78f7547cda536a69a4e | refs/heads/master | 2023-04-14T15:36:20.927575 | 2021-05-17T00:35:36 | 2021-05-17T00:35:36 | 204,430,941 | 12 | 2 | Apache-2.0 | 2021-12-03T03:41:05 | 2019-08-26T08:28:10 | Java | UTF-8 | Java | false | false | 596 | java | package modpow;
public class SimplifiedRSA {
public static int modPowFastKocherReduction(int num, int e, int m, int max_high) {
// computes num^e mod m
int s = 1;
int y = num;
int res = 0;
int bound = (int) (Math.log(max_high + 1) / Math.log(2));
int j=0;
while (e > 0) {
if (e % 2 == 1) ... | [
"[email protected]"
] | |
ae4343ea94a816fd52f38d232c011cf9fca6833e | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/Java/src/ShowColors2Frame/ShowColors2Frame.java | cf84c10b03da8199b26bc3aa542c09fff34d625c | [] | no_license | MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014296 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,205 | java | package ShowColors2Frame;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class ShowColors2Frame extends JFrame {
... | [
"[email protected]"
] | |
7dc786279491f133ddf3b385b6ff481c6845d2a9 | 3e43b899a0352fc5848ae31cc80ac4e00b92399e | /hybris/bin/custom/mercury/mercuryfulfilmentprocess/src/org/mercury/fulfilmentprocess/actions/order/SendPaymentFailedNotificationAction.java | 83e30eee45e0e12b364b8d9dec3cc30b9a988e6c | [] | no_license | vinayj344/interviewpractice | 8e84c876336a737cb32858ab24f56e50d35d2269 | 3d61c30e9f32b7ac3787d5190e11032b4f07836c | refs/heads/master | 2020-06-26T03:03:07.195821 | 2019-08-03T06:22:20 | 2019-08-03T06:22:20 | 199,505,882 | 0 | 0 | null | 2019-08-03T06:22:21 | 2019-07-29T18:23:35 | Java | UTF-8 | Java | false | false | 1,475 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"[email protected]"
] | |
6c8502e1c64b2321b9df519756314c37045396f9 | 4440dfc7ec2ea83d3e41b627004a700e42487aad | /source/src/main/java/java/util/concurrent/Executor.java | 6651f65dee26a14e619e739c43679430d35f1cd6 | [] | no_license | bdluck/jdk | 35f9b6b984a9cd06e70542f27bff6b0a320a1539 | e7d23f3dc666036a68bf75a2888cd219209e82a9 | refs/heads/master | 2022-11-10T15:05:35.074409 | 2020-06-23T07:24:58 | 2020-06-23T07:24:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,768 | java | /*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/p... | [
"[email protected]"
] | |
d8e59dd81c22718c3a97c3edeba3ea763229f75b | df0142ad807e93d4b08267475eabcc1a27864b78 | /app/src/main/java/com/example/samsung/p0621_alertdialogitems/MainActivity.java | f0a679af6269886ebb1290e6aa57d3efb6b23fbe | [] | no_license | btow/P0621_AlertDialogItems | d5b89291f09322e802ac64c3d4a7ab4209f5da5f | 98676f8fd20c4346ab061754dd9392fbf7344d02 | refs/heads/master | 2021-01-18T15:52:44.107475 | 2017-03-30T11:33:22 | 2017-03-30T11:33:22 | 86,686,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,355 | java | package com.example.samsung.p0621_alertdialogitems;
import android.app.Dialog;
import android.content.DialogInterface;
import android.database.Cursor;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;... | [
"[email protected]"
] | |
ea68fc6e5a3b1f1b7218070c5a03b856dd448c96 | d2b62ff1c6b197b0d4dc84fdf962d3916f8df868 | /SceTris MyCourses/Iteration 4 (Shift focus on webapp)/svn r1387 2010-11-28/src/de/fu/scetris/web/tests/ServletTest.java | 621826f6750067accb84ca730331d47d1a1b8fc9 | [] | no_license | scravy/SceTris | 51247efb21c5885c74dc44fe8e344ca8db79c963 | 29497641a2dafb7836a1e6d0d64ad411e79cdfaa | refs/heads/master | 2021-01-25T06:36:38.365033 | 2012-11-01T13:55:30 | 2012-11-01T13:55:30 | 1,563,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | /* ServletTest.java / 11:05:22 PM
* Part of SCORE myCourses
*
* Team Scetris: David Bialik, Julian Fleischer,
* Hagen Mahnke, Konrad Reiche, André Zoufahl
*/
package de.fu.scetris.web.tests;
import org.json.JSONTokener;
import org.junit.Test;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.servlet.Con... | [
"[email protected]"
] | |
704fb6f1f3bd03706c67fe10760ee8dd09ee391e | 9541f55fd2c9b0b645af315196ea6bb32d1d4192 | /vertx-jooq-generate/src/test/java/generated/classic/jdbc/regular/vertx/tables/Somethingcomposite.java | 99704dc4c38ab3ff87d8d47179c01229a643ee16 | [
"MIT"
] | permissive | dlkw/vertx-jooq | 59477f312c4afe97522d9add9bd7a519fb4033f3 | 783ecb0a1b61be4d457dac22185c3e51a35b25dd | refs/heads/master | 2021-04-27T04:16:26.447340 | 2018-02-23T09:24:06 | 2018-02-23T09:24:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 4,432 | java | /*
* This file is generated by jOOQ.
*/
package generated.classic.jdbc.regular.vertx.tables;
import generated.classic.jdbc.regular.vertx.Indexes;
import generated.classic.jdbc.regular.vertx.Keys;
import generated.classic.jdbc.regular.vertx.Vertx;
import generated.classic.jdbc.regular.vertx.tables.records.Somethingco... | [
"[email protected]"
] | |
d6abdb80eb12d0aff5d74978a311391182dcc334 | 72a69bd3edc5fe15160e2a8d2a04b25078044ad6 | /core/src/testFixtures/java/io/zero88/jooqx/ReactiveTestDefinition.java | 92244b659e47312de0534f8c0a0d6bb4c3a5bd62 | [
"Apache-2.0"
] | permissive | Smile8488/jooqx | 74176707e5e839a8f7855010076a35cd0f381f7f | e2a08c3e7328d85b521f043de62a02923d2b5458 | refs/heads/main | 2023-03-24T23:54:07.015214 | 2021-03-24T08:33:23 | 2021-03-24T08:33:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,871 | java | package io.zero88.jooqx;
import org.testcontainers.containers.JdbcDatabaseContainer;
import io.vertx.core.Vertx;
import io.vertx.junit5.VertxTestContext;
import io.vertx.sqlclient.Pool;
import io.vertx.sqlclient.Row;
import io.vertx.sqlclient.RowSet;
import io.vertx.sqlclient.SqlClient;
import io.vertx.sqlclient.SqlC... | [
"[email protected]"
] | |
f79e61f8c2ee071992989f33eee5d3d2a25938b5 | d074f79febe5868a2e907ea7799125a528fbb92e | /src/com/killing3k/gamepoker/MetaItem.java | 9a95362c997b26fb0d344b1aaa92b65e565a8962 | [] | no_license | Arcaneless/GamePoker | ba681bebb2fcec16d4e9bc2f6a9e2568d32dd81f | b0721f1520eaaa26971404d79227ded3da64bb71 | refs/heads/master | 2021-01-19T17:25:05.087696 | 2020-08-24T12:59:35 | 2020-08-24T12:59:35 | 82,454,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.killing3k.gamepoker;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import java.util.List;
public class MetaItem extends ItemStack {
public MetaItem(Material type, int meta, String name, List<String> lore) {
super(type, 1, (byte)... | [
"[email protected]"
] | |
3d69a62e9c054a76428ba5ee67f84cac844f8c92 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XWIKI-13303-1-4-Single_Objective_GGA-WeightedSum/com/xpn/xwiki/doc/XWikiDocument_ESTest.java | f43510523f5f72f1281cb985e68d7c4b0b5df6e2 | [
"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 | 550 | java | /*
* This file was automatically generated by EvoSuite
* Mon Mar 30 23:08:41 UTC 2020
*/
package com.xpn.xwiki.doc;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.c... | [
"[email protected]"
] | |
59bafe2b6723798e7d10cb224db98095b46afada | eacfc7cf6b777649e8e017bf2805f6099cb9385d | /APK Source/src/com/adobe/air/Automation.java | 03f7fb6e75d2c41a4d336e082f5430bfde82204d | [] | no_license | maartenpeels/WordonHD | 8b171cfd085e1f23150162ea26ed6967945005e2 | 4d316eb33bc1286c4b8813c4afd478820040bf05 | refs/heads/master | 2021-03-27T16:51:40.569392 | 2017-06-12T13:32:51 | 2017-06-12T13:32:51 | 44,254,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,534 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.adobe.air;
import android.os.SystemClock;
import android.view.KeyEvent;
import android.view.MotionEvent;
import com.adobe.air.utils.... | [
"[email protected]"
] | |
7da075f7fd46512b2f79f9e71cb7cf5d995f2bff | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/api/model/ListAdAutoJacksonDeserializer.java | dfa9dfbf4dc7370aa8cf977433beb7ecadd190ea | [] | 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 | 2,677 | java | package com.zhihu.android.api.model;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.p519b.JsonParser;
import com.fasterxml.jackson.p519b.JsonToken;
import com.secneo.apkwrapper.C6969H;
import com.zhihu.android.autojackson.BaseStdDeserializer;
import com.zhihu.android.autojac... | [
"[email protected]"
] | |
fb6125542bee1e3c5f9ffeb063ae25d6c4f9c983 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/google/android/gms/internal/ads/C16051tb.java | cdb2341c3a6a65ff019298021e4fd0ee1e6a9b7d | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.google.android.gms.internal.ads;
import java.util.concurrent.CountDownLatch;
/* renamed from: com.google.android.gms.internal.ads.tb */
final /* synthetic */ class C16051tb implements Runnable {
/* renamed from: a */
private final C16050ta f45000a;
/* renamed from: b */
private final Cou... | [
"[email protected]"
] | |
99dab4a08a799bab64fcd20a2e362f83c00f6a2f | 534efe193f0fdcf0a386b5092508779555587c80 | /1.JavaSyntax/src/com/javarush/task/task03/task0304/Solution.java | eb7760e98db0b71f146ad1afdbe6237059d80348 | [] | no_license | teoheel/JavaRushTasks | b1ddef5da78858aa1b462d19042208a5f1241688 | 447e9c3172324251aaaccd1e50134c2b4005b544 | refs/heads/master | 2023-07-16T04:59:32.379948 | 2021-09-06T14:54:15 | 2021-09-06T14:54:15 | 284,746,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.javarush.task.task03.task0304;
/*
Задача на проценты
*/
public class Solution {
public static double addTenPercent(int i) {
//напишите тут ваш код
return 1.1 * i;
}
public static void main(String[] args) {
System.out.println(addTenPercent(9));
}
}
| [
"[email protected]"
] | |
c62ba27310c9604d2d680278abf37902508440d6 | 4989cdf349ea3b221e06390c57652bf32727d084 | /src/main/java/org/n3r/eql/parser/IsEmptyParser.java | 74f14fff0ecd6e5337a97e30b53b29186d81fd89 | [] | no_license | pipinior/eql | dcd987fa89f1b693588d0fc3e57515b2fe1f8549 | 283ad3dd750dcdf2e89e48f3df460f9960da6662 | refs/heads/master | 2021-01-18T03:00:00.981849 | 2014-04-15T06:55:33 | 2014-04-15T06:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package org.n3r.eql.parser;
import java.util.List;
import java.util.regex.Matcher;
public class IsEmptyParser implements PartParser {
protected final String expr;
protected MultiPart multiPart = new MultiPart();
public IsEmptyParser(String expr) {
this.expr = expr;
}
@Override
public... | [
"[email protected]"
] | |
0cf0447fefa243b28e8f0dd82aa91f0fc45bb808 | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes2/rbk.java | 815ce553576b5b9a7b753fbe0a26aaa80a7a7af9 | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,119 | java | import android.net.Uri;
import android.net.Uri.Builder;
import android.provider.ContactsContract.RawContacts;
import com.tencent.mobileqq.contactsync.ContactSyncManager;
import com.tencent.mobileqq.hotpatch.NotVerifyClass;
public class rbk
{
public static final int a = 0;
public static final String[] a = { "_id", ... | [
"[email protected]"
] | |
b0c9895a90b70e9734510631687e6e73a5eee143 | d78655cbf31bb6aed9f9ddc82a2f3d031b6c4243 | /web/src/main/java/com.songsy.iframe/Application.java | 4eb6c9512cdd844967e98cbeac3fe669f0c47666 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | homelucky/iframe | 1c73fdb5fb50e40c04615b6ea4cf2b1e1170f28a | 3f4140be08b91949c7a9be3dd6bf6b8651a3c610 | refs/heads/master | 2021-03-28T04:30:33.533304 | 2019-10-23T10:16:40 | 2019-10-23T10:16:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package com.songsy.iframe;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
/**
* @author songshuiyang
* @date 2018/... | [
"[email protected]"
] | |
522d61be057fad5968ba0f93ccf301c2cf2bceda | 005fcf8ac7bb289b0f97f842dcb4d07581eaedc0 | /src/OfficeHours/practice_05_04_21/LameBD.java | 46405618400f23d74af17cc018841cc223fb94d8 | [] | no_license | VladislavShekhovsev/java-programming | 6b780641a4243071716d1fdebe9ce3689c56d4de | f2e3f87a8aee3e465e78deac741957ace794e164 | refs/heads/master | 2023-05-27T00:09:03.613616 | 2021-06-20T15:23:40 | 2021-06-20T15:23:40 | 365,674,623 | 0 | 0 | null | 2021-05-28T02:16:23 | 2021-05-09T05:27:57 | Java | UTF-8 | Java | false | false | 1,963 | java | package OfficeHours.practice_05_04_21;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class LameBD {
public static String lameDb(String db, String op, String id, String data) {
ArrayList<String> list = new ArrayList<>(Arrays.asList(db.split("#")));
... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.