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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e789d65d9875e6f65cdc66008c7e65f276ee8a01 | 23d114389ed0e3d0b9f1dec7e61c8a745e744e5b | /jwr/src/com/wr4/domain/FileItem.java | 78486b9f118f022ff4c0b536dd1a1fe6dae5aef8 | [] | no_license | shanghaif/jwr | 3c6c7b01e7a1ab56129055735aba6e8ac9811138 | 355db3d25e15a17606842221fa67bdd1471b21cc | refs/heads/master | 2023-03-16T01:36:24.243834 | 2019-05-26T10:00:51 | 2019-05-26T10:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.wr4.domain;
public class FileItem
{
private String fileId;
private String fileName;
private String contentType;
private String locationPath;
private int contentLength;
public String getFileId() {
return fileId;
}
public void setFileId(String fileId) {
this.fileId = fil... | [
"[email protected]"
] | |
46e1449acfa1275c13869f2a8ad22f3d31ce05de | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/xiaomi/push/C4302bv.java | 83f5713997dc746cce021adcc3f36b386b3da965 | [] | no_license | rcoolboy/guilvN | 3817397da465c34fcee82c0ca8c39f7292bcc7e1 | c779a8e2e5fd458d62503dc1344aa2185101f0f0 | refs/heads/master | 2023-05-31T10:04:41.992499 | 2021-07-07T09:58:05 | 2021-07-07T09:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.xiaomi.push;
/* renamed from: com.xiaomi.push.bv */
public class C4302bv {
/* renamed from: a */
public static int f11463a = 200;
/* renamed from: a */
public static long f11464a = 52428800;
/* renamed from: a */
public static String f11465a = "MessageInfo.db";
}
| [
"[email protected]"
] | |
c6fe34f8891e6f12fe775a6216759ab274cdb294 | 6da766e38fcdbb67df9509ffda91916410a51c52 | /ncs-project/ncs-dao/src/main/java/com/ibm/ncs/model/example/TDevpolMapDaoExample.java | 9c59ff9f2d42db5426caa9c0b0da383f1d76de59 | [] | no_license | kakaluote-a/transformer-project | 351d98647a3441246beaf3b0d279361707580b06 | 98006a3e4d04b101741f9d9ece5f09cc1ce2aea7 | refs/heads/master | 2021-08-27T15:30:48.693840 | 2014-05-06T00:26:50 | 2014-05-06T00:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,242 | java | package com.ibm.ncs.model.example;
import java.math.*;
import java.util.Date;
import java.util.List;
import com.ibm.ncs.model.dao.TDevpolMapDao;
import com.ibm.ncs.model.dto.TDevpolMap;
import com.ibm.ncs.model.exceptions.TDevpolMapDaoException;
import com.ibm.ncs.model.factory.DaoFactory;
public class TDevpolMapDaoE... | [
"[email protected]"
] | |
8a9e14c9e2d9e0e3b6dad3d0f1dad7ded74f13a5 | 1de0bd7e9bf278009bcccb892864b893883ed0cb | /.history/MinimumStringWindow_20190308152434.java | 3b48564b1c06382bce36345cf2d564f9eb45b907 | [] | no_license | zhejianusc/leetcode_vs_code | b90a6539ff3d610302df06284d9ef2c4b27c6cca | 485565448adc98f90cc1135c7cd12cfdd3fde31c | refs/heads/master | 2020-04-24T00:44:20.160179 | 2020-03-24T04:40:32 | 2020-03-24T04:40:32 | 171,574,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java | public class MinimumStringWindow {
public String miniWindow(String s1, String s2) {
int[] charS2Mapping = new int[256];
int[] charS1Mapping = new int[256];
int size = s2.length();
for(int i = 0; i < s2.length(); i++)
{
char cur = s2.charAt(i);
charS2Ma... | [
"[email protected]"
] | |
cc5879258b5253a99d3328c590c30f5d6934bdac | d75b4852e7e43304e6d9dbd888572d74391b194b | /micrometer-core/src/main/java/io/micronaut/configuration/metrics/binder/web/ClientRequestMetricRegistryFilter.java | ea643dbafb21290827bb4ee9c19af08910e0c895 | [
"Apache-2.0"
] | permissive | dekstroza/micronaut-micrometer | 197a6efc038af8a00fd22e881965a56a5852802d | 2d7705046908f166683a40a665a35ffbb71f7d15 | refs/heads/master | 2020-05-07T16:07:47.704123 | 2019-04-18T21:48:33 | 2019-04-18T21:48:33 | 180,669,564 | 0 | 0 | Apache-2.0 | 2019-04-10T21:56:00 | 2019-04-10T21:55:59 | null | UTF-8 | Java | false | false | 2,620 | java | /*
* Copyright 2017-2019 original 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]"
] | |
4343883f385f1d08fb6ddb6eaa6cd88d5f2625f4 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/neo4j--neo4j/c6d4ada176b085ba3f6d19a1ba41cad8b7423889/before/LuceneCommandApplierTest.java | 39931fe694b20c5569880971590a556cb88a6d41 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,290 | java | /*
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"[email protected]"
] | |
0ec3730c40956afcfebc74e19c1fcc19b48fec0a | a23b277bd41edbf569437bdfedad22c2d7733dbe | /topcoder/RGBStreet.java | ce565a4a8da71df5614eca75b8025cc8680139de | [] | no_license | alexandrofernando/java | 155ed38df33ae8dae641d327be3c6c355b28082a | a783407eaba29a88123152dd5b2febe10eb7bf1d | refs/heads/master | 2021-01-17T06:49:57.241130 | 2019-07-19T11:34:44 | 2019-07-19T11:34:44 | 52,783,678 | 1 | 0 | null | 2017-07-03T21:46:00 | 2016-02-29T10:38:28 | Java | UTF-8 | Java | false | false | 560 | java | public class RGBStreet {
public int estimateCost(String[] houses) {
int costs[] = new int[3];
for (String house : houses) {
String fields[] = house.split(" ");
int current[] = new int[3];
for (int i = 0; i < current.length; i++) {
current[i] = Integer.parseInt(fields[i]);
}
int nextCosts[] = new... | [
"[email protected]"
] | |
11709cc80392558e2729caa232bc074df44d7a5e | e05a290f18b0ae8089709f4fbe92f3f49042daee | /registration-processor/registration-processor-core/src/main/java/io/mosip/registration/processor/core/packet/dto/demographicinfo/DemographicInfoJson.java | 835af4136fc607a168e48dbb2745b5899a62b8ff | [] | no_license | Aswin-MN/personal | 25e6d6bf306e61a236d0ea886d33ea621bb7dc56 | d096fa6ab16e13a66a82be0325cf4d117d3669f3 | refs/heads/master | 2021-10-11T16:24:08.604019 | 2019-01-28T12:52:41 | 2019-01-28T12:52:41 | 166,238,628 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package io.mosip.registration.processor.core.packet.dto.demographicinfo;
import lombok.Data;
/**
* Instantiates a new demographic info json.
*/
@Data
public class DemographicInfoJson {
/** The reg id. */
private String regId;
/** The pre reg id. */
private String preRegId;
/** The status code. */
private String... | [
"[email protected]"
] | |
6583a2f96a25bdc2426ee924051cb242ad7fc429 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a011/A011517Test.java | d175333c42f70d8e14e03cec2acd471345e8e813 | [] | 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.a011;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A011517Test extends AbstractSequenceTest {
}
| [
"[email protected]"
] | |
58ac47f63b5b012cf82b4b167988bea0cf4c5e2a | 8d8da85d74a14ec0de14b863558cde5cc567d5c9 | /src/demo/grid/LasrNameEditingSupport.java | a9e0b3923e287e9f47e8795d8edb9397f739b6af | [] | no_license | pascalleclercq/demoRCP | c9cc29024c1c22eebc1c7b3860f6a38602a6364f | bb4a8b161e50be3407a2c43ccb6fa70149dfe05c | refs/heads/master | 2020-04-05T22:52:27.883520 | 2013-06-04T21:03:29 | 2013-06-04T21:03:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package demo.grid;
import org.eclipse.jface.viewers.CellEditor;
import org.eclipse.jface.viewers.ColumnViewer;
import org.eclipse.jface.viewers.EditingSupport;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.TextCellEditor;
import org.eclipse.swt.widgets.Composite;
import demo.pojo.Pers... | [
"[email protected]"
] | |
4e515642c48b9ad94146932b0ebeb60815f95966 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/ui/base/MMGridView.java | 1a6d5c5487851ddb10924a5f9b0d905f0324e851 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.tencent.mm.ui.base;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View.MeasureSpec;
import android.widget.GridView;
public class MMGridView
extends GridView
{
public MMGridView(Context paramContext, AttributeSet paramAttributeSet)
{
super(paramContext, par... | [
"[email protected]"
] | |
d9954ca6e0ba52e46ba2e1952f52da9d40dbc625 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module501/src/main/java/module501packageJava0/Foo9.java | 808b62051cdf451df40af3281453e6cdab99bfd4 | [
"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 | 290 | java | package module501packageJava0;
import java.lang.Integer;
public class Foo9 {
Integer int0;
public void foo0() {
new module501packageJava0.Foo8().foo3();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
}
| [
"[email protected]"
] | |
256028aba5a9f2f127c19c401b7d13b2a7e7cb32 | d9e78246af5911628bd85fe705f8b9ea28a12408 | /src/main/java/com/note/designpattern/bjsxt/memento/CareTaker.java | ada18680cba717bfab2c274bf4753a59f0e8ef75 | [] | no_license | thinkal01/note02 | c2775d9c72f8f65a2bf771d5ec8606a4628e1bca | 33583112b1f52a3f49d61931a4f2f3189690dd61 | refs/heads/master | 2022-12-22T11:01:51.290414 | 2020-03-16T11:25:06 | 2020-03-16T11:25:06 | 164,791,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.note.designpattern.bjsxt.memento;
/**
* 负责人类
* 负责管理备忘录对象
*/
public class CareTaker {
private EmpMemento memento;
// private List<EmpMemento> list = new ArrayList<>();
public EmpMemento getMemento() {
return memento;
}
public void setMemento(EmpMemento memento) {
th... | [
"[email protected]"
] | |
162d59e235e649dede5fb5045274e3d77b228f9b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_01f3e33f629d01352378ce16508963a6b7c19591/ProfAddCourseMenu/2_01f3e33f629d01352378ce16508963a6b7c19591_ProfAddCourseMenu_s.java | a2dc4542eabe89fcdcfb470c19341089eb8ab5a6 | [] | 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 | 909 | java | /**
*
*/
package menu;
import java.util.Scanner;
/**
* @author Allison
*
*/
public class ProfAddCourseMenu{
private String promptText = "Please enter new course information in this order: <id> <coursename> <startdate> <enddate> <your_prof_id> \n All dates should be in the format mm/dd/yyyy";
... | [
"[email protected]"
] | |
1d93a12f51b8e2d0ce7b566749f6b633ba81e569 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/87/org/apache/commons/math/linear/SparseFieldVector_getField_312.java | 906ed70f40e91fdf687d7fd78a3b8b9f540dba2e | [] | 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 | 968 | java |
org apach common math linear
link field vector fieldvector link open int field hash map openinttofieldhashmap back store
param type field element
version revis date sat apr
spars field vector sparsefieldvector field element fieldel field vector fieldvector serializ
... | [
"[email protected]"
] | |
8c0e7810d607e0c8b9ce0aba03c5e14ec801234d | 51b90e6a68baee33e7c653d79b1c3e26ad71878c | /helianto-document/src/main/java/org/helianto/document/internal/AbstractSerializer.java | 8c816bbca4177234cd85765c60d9929415ac5330 | [
"Apache-2.0"
] | permissive | eldevanjr/helianto | 38a231abfe6fa8bc146e49b49959dc04f894a589 | 61c13ffeaa0d63bd243d9a4c00e01255f65baa40 | refs/heads/master | 2021-01-11T19:20:45.193650 | 2017-01-26T19:55:49 | 2017-01-26T19:55:49 | 79,360,379 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,129 | java | /* Copyright 2005 I Serv Consultoria Empresarial Ltda.
*
* 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 applic... | [
"[email protected]"
] | |
66f6e386305a50f389fce6f73c48366e2fd1da98 | c6202e70946a8513f7afbb3b146a49afc7f6ef7c | /app/src/main/java/com/yueyue/updatedemo/index/IndexPresenter.java | d3068beb01cb17992c3b8777c07bc91c7bf5eb9d | [
"Apache-2.0"
] | permissive | simplebam/UpdateDemo | edde90d0cd68f337bc77a5060576b7e1e18ae8de | 8263540aa7d76f8ce7a04edb275e7e5a711493b3 | refs/heads/master | 2021-05-08T22:02:45.503801 | 2018-04-17T01:49:03 | 2018-04-17T01:49:03 | 119,661,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | java | package com.yueyue.updatedemo.index;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import com.yueyue.updatedemo.utils.DownloadService;
import com.yueyue.updatedemo.ut... | [
"[email protected]"
] | |
342775cc23511a2592bfd8613fb3efa66532aaa4 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/51/76.java | 1db2c308c5c80e974066ff89da8060f9f79aec01 | [
"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 | 1,152 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int[] c = new int[500];
int max = 0;
int z;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
String a = new String(new char[500]);
String tempVar2 = ConsoleInput.... | [
"[email protected]"
] | |
b99168c89f007f41621d883698924e3dde67a9dd | 449c51c96ff3960d02911270d026970df82134bb | /lottery/src/main/java/cn/zcgames/lottery/home/view/iview/IPayActivity.java | 12291a7513ff60bc726acb462ad1b134205cd9b9 | [] | no_license | ps51/LotteryDemo | 171adf9f41596a8a11457c591524d1f077c98958 | 6578da22b4227a903938c4f47629b6e94e0cf097 | refs/heads/master | 2020-04-14T22:05:39.277894 | 2018-12-26T07:14:18 | 2018-12-26T07:14:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package cn.zcgames.lottery.home.view.iview;
import cn.zcgames.lottery.base.IBaseView;
/**
* 支付View接口
* Berfy修改 2018.8.27
*/
public interface IPayActivity<T> extends IBaseView {
void onBuyResult(boolean isOk, Object obj);
void requestResultOk(T object);
void requestResultFailed(boolean isNeedLogin, S... | [
"[email protected]"
] | |
7b3d77a7b1afc0ffb9f7eef68bef522fed649403 | 8678444323d32eb1f8b01b1484b4ec42c5f8902d | /intellij/src/main/java/net/minecraft/block/BlockCactus.java | 4e3bc15f815237425d826d32e6a5e1e9b6e97f64 | [] | no_license | Sub2Tastic/MCP | 65bf7d1c1d43030c7d8e22e43db09bda16ca2f79 | eea55cac7399c6c60d1789e9529606b04f7384fe | refs/heads/master | 2022-11-11T12:19:17.486438 | 2020-07-02T17:57:13 | 2020-07-02T17:57:13 | 276,683,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,027 | java | package net.minecraft.block;
import java.util.Random;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.properties.PropertyInteger;
import net.minecraft.block.state.BlockFaceShape;
import net.minecraft.block.state.BlockStateContainer;
import net.m... | [
"[email protected]"
] | |
d436d7562d1632aa192debd1fa72b5d9640a607f | 41ae950b46036a9ebe6a221fcc0a23601bfbf190 | /LeetCode/src/contest/contest131/Problem1023.java | e1f8d78f873584c86ec3eae5dfe28218b574e5b0 | [] | no_license | yuruiyin/AlgorithmLearn | f7a88a499d050fa9c5d666514a74de0f0a56d001 | 4224b664e6d05f233512f77088f6d1437a87cd97 | refs/heads/master | 2023-07-08T09:19:41.101604 | 2023-07-03T01:48:08 | 2023-07-03T01:48:08 | 143,147,502 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,177 | java | package contest.contest131;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Problem1023 {
private void calcCount(Map<Character, Integer> countMap, String str) {
char[] patternArr = str.toCharArray();
for (char c : patternArr) {
... | [
"[email protected]"
] | |
e6ff480e6f565c9832146b407117193760a3eecc | a03ddb4111faca852088ea25738bc8b3657e7b5c | /TestTransit/src/jp/co/yahoo/yconnect/YConnectImplicit.java | 9ba66d847872e8980fc48fb20bf738a1482cf798 | [] | no_license | randhika/TestMM | 5f0de3aee77b45ca00f59cac227450e79abc801f | 4278b34cfe421bcfb8c4e218981069a7d7505628 | refs/heads/master | 2020-12-26T20:48:28.446555 | 2014-09-29T14:37:51 | 2014-09-29T14:37:51 | 24,874,176 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,792 | 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 jp.co.yahoo.yconnect;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import jp.co.yahoo.yconnect.co... | [
"[email protected]"
] | |
6857c74cd67cb08ccfa6bf54012ba92107e2015a | 350a535e3e0fd67af9ad130d1342a8f5deb759df | /src/main/java/com/ileng/core/security/shiro/session/CacheSessionDAO.java | 9fba5197f416a35f5963375871e590d9083ea664 | [] | no_license | xjLeng/forum | a6088173ea98009ba9f698b52b7ec631b2b0c550 | fd9fea3a28b5ee401788f45eb3f4061902b4bea9 | refs/heads/master | 2020-06-26T07:11:48.161650 | 2017-08-27T08:40:21 | 2017-08-27T08:40:21 | 96,981,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,276 | java | package com.ileng.core.security.shiro.session;
import java.io.Serializable;
import java.util.Collection;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.UnknownSessionException;
import org.apache.shiro.session.mgt.eis.Enterp... | [
"[email protected]"
] | |
97647969f78c1aac02871f367a88cfb187050664 | 04be005e3330c72f0cc2862364e67c3ba138f85b | /app/src/main/java/net/anchong/app/entity/request/model/SpportingGoodsRequest.java | fe9ff7272c13ce5cb49dd9939c9105352b4b35b8 | [] | no_license | hongqinghe/Project_Anchong | d7e7f5b79d4842023335e7f14821528001c676e5 | 0813d66402065d2e1c4a47db5b9cbc7c3fbb1fc1 | refs/heads/master | 2021-05-07T19:35:17.186741 | 2017-10-30T15:25:14 | 2017-10-30T15:25:14 | 108,870,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package net.anchong.app.entity.request.model;
import java.io.Serializable;
/**
* 配套商品请求
* Created by baishixin on 16/7/21.
*/
public class SpportingGoodsRequest extends ParamModel implements Serializable {
/**
* goods_id : 商品品ID
*/
private String goods_id;
public SpportingGoodsRequest() {... | [
"[email protected]"
] | |
7204f210b40e4188b439505acc52107864ac542f | 4b2c2e3aaa4c43d187ed83c777290979d155e518 | /mongodb/src/test/java/de/taimos/dvalin/mongo/LinkedObject.java | 152db4d26978bbc81b8ab532ed3381841f032d1f | [
"Apache-2.0"
] | permissive | gspandy/dvalin | 1833c5d1429363a589077a278ac7fa6ac361016d | 75df8c01c2bab505a62f6cec6f0b79a1e14bb85b | refs/heads/master | 2023-08-09T17:41:23.296888 | 2017-07-13T15:43:00 | 2017-07-13T15:43:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | /**
*
*/
package de.taimos.dvalin.mongo;
/*
* #%L
* MongoDB support for dvalin
* %%
* Copyright (C) 2015 Taimos GmbH
* %%
* 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
*
* ... | [
"[email protected]"
] | |
648f6303babd469fd6b269b462b3f78724364648 | c6aa94983f3c8f82954463af3972ae06b30396a7 | /microservice_apollo/apollo-client/src/main/java/com/ctrip/framework/apollo/model/ConfigChange.java | a89d30d4a30debc0d020a20ca7b32b92e3eb7da2 | [
"Apache-2.0"
] | permissive | dobulekill/jun_springcloud | f01358caacb1b04f57908dccc6432d0a5e17745e | 33248f65301741ed97a24b978a5c22d5d6c052fb | refs/heads/master | 2023-01-24T13:24:59.282130 | 2020-11-25T17:30:47 | 2020-11-25T17:30:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,988 | java | package com.ctrip.framework.apollo.model;
import com.ctrip.framework.apollo.enums.PropertyChangeType;
/**
* Holds the information for a config change.
* @author Wujun
*/
public class ConfigChange {
private final String namespace;
private final String propertyName;
private String oldValue;
private String n... | [
"[email protected]"
] | |
afa9208b04b62ca530074abdd6d2118e6ada261e | 2de257be8dc9ffc70dd28988e7a9f1b64519b360 | /tags/rds-0.14.1/src/datascript/ast/Scope.java | 3f972b6b6959548a13951eec27ae8fb589f4d53c | [] | no_license | MichalLeonBorsuk/datascript-svn | f141e5573a1728b006a13a0852a5ebb0495177f8 | 8a89530c50cdfde43696eb7309767d45979e2f40 | refs/heads/master | 2020-04-13T03:11:45.133544 | 2010-04-06T13:04:03 | 2010-04-06T13:04:03 | 162,924,533 | 0 | 1 | null | 2018-12-23T21:18:53 | 2018-12-23T21:18:52 | null | UTF-8 | Java | false | false | 7,800 | java | /* BSD License
*
* Copyright (c) 2006, Harald Wellmann, Harman/Becker Automotive Systems
* All rights reserved.
*
* This software is derived from previous work
* Copyright (c) 2003, Godmar Back.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that ... | [
"hwellmann@7eccfe4a-4f19-0410-86c7-be9599f3b344"
] | hwellmann@7eccfe4a-4f19-0410-86c7-be9599f3b344 |
456e0827f8bf5a53dea82c8d3fd97fbfab2a9452 | 40722945c289208a6aabfab60468df34432ad3e3 | /mods/tinker/tconstruct/items/blocks/StainedGlassClearItem.java | 2a134e4826fe29cc97f072ac87a410a0b50ce971 | [
"CC-BY-3.0",
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | izstas/TinkersConstruct | c0c032a4384cbc78f4002f0dba19674e81dcecd6 | 899219fd8a60ba0a36eaacda7ed8772117d5133f | refs/heads/master | 2020-04-07T07:28:34.852107 | 2013-08-18T00:57:09 | 2013-08-18T00:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package mods.tinker.tconstruct.items.blocks;
import java.util.List;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.util.MathHelper;
public cla... | [
"[email protected]"
] | |
c59d3d668b9bf04f195e1018dc798a25062561b1 | 0214aadd5265a9a280c73e7e5a0950104e9c5ecb | /template-maven/power/app/ums-common-dal/src/main/java/net/zoneland/ums/common/dal/bo/AppMsgInfoBO.java | 98d011756b5cbd4d38e954ab882581c543112b84 | [] | no_license | foodoon-guda/guda | d78d7375895cc7e0edfa2496d3f2df986cceaf30 | df7fd7eaa50b0d610b050d588455aeb120b85aed | refs/heads/master | 2016-09-05T12:25:23.620070 | 2014-07-28T05:14:00 | 2014-07-28T05:14:00 | 21,302,564 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,067 | java | /**
* zoneland.net Inc.
* Copyright (c) 2002-2012 All Rights Reserved.
*/
package net.zoneland.ums.common.dal.bo;
import java.util.Date;
import net.zoneland.ums.common.dal.dataobject.UmsAppInfo;
import net.zoneland.ums.common.dal.dataobject.UmsAppSub;
import net.zoneland.ums.common.dal.dataobject.UmsUserInfo;
/**... | [
"[email protected]"
] | |
425eb67d5b84e40ef538ed91a407bf2c55a973f8 | 4b0cdc84fe1330eb1ad602669c2735ce995139d3 | /webfx-stack-orm-domainmodel-service/src/main/java/module-info.java | c68bad7e1e2d6436b853a1337621b6743345ae60 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | webfx-project/webfx-stack | 8f991a1552336dcad4a05883429ebe2c38aca2d1 | 0deeffe2509dcc6b24b776cbf2635f8605643f6c | refs/heads/main | 2023-08-17T00:13:43.321212 | 2023-08-14T16:33:40 | 2023-08-14T16:33:40 | 513,490,539 | 0 | 2 | Apache-2.0 | 2023-08-31T10:13:59 | 2022-07-13T11:15:37 | Java | UTF-8 | Java | false | false | 636 | java | // File managed by WebFX (DO NOT EDIT MANUALLY)
module webfx.stack.orm.domainmodel.service {
// Direct dependencies modules
requires java.base;
requires webfx.extras.label;
requires webfx.extras.type;
requires webfx.platform.async;
requires webfx.platform.console;
requires webfx.platform.u... | [
"[email protected]"
] | |
bc095ee1a1c02e17a79cc8d48f0f0d99cda6ede9 | b4fd07a18a9b13852d60b6e51fa67b7c8a000d6f | /senpure-io/senpure-io-server/src/main/java/com/senpure/io/server/protocol/message/SCBreakUserGatewayMessage.java | bfe6b66378a0ef57169bdeac7f0501fab3c13956 | [] | no_license | senpure/senpure-2022 | 0ec97738d4506f101f59f8ca192291b51594dec4 | c0c820a4262e74d8648eb93f2a3c5f2a325c801e | refs/heads/master | 2023-05-07T13:44:12.082251 | 2021-04-30T05:12:00 | 2021-04-30T05:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,689 | java | package com.senpure.io.server.protocol.message;
import com.senpure.io.protocol.CompressMessage;
import io.netty.buffer.ByteBuf;
/**
* 断开用户与网关
*
* @author senpure
* @time 2020-11-20 17:37:42
*/
public class SCBreakUserGatewayMessage extends CompressMessage {
public static final int MESSAGE_ID = 110;
pu... | [
"[email protected]"
] | |
783255b72dce62c5fa06c1178d4ca3b31ad4f0d4 | d654590ad9962cf5a039ed9da7ae892edb01bd2e | /reverse-kubernetes-model/generated/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/StorageOSPersistentVolumeSource.java | 533f4e6c54fc7b43fff32d001b9e9b2de0e2a85b | [] | no_license | Arnaud-Nauwynck/test-snippets | d3a314f61bddaeb6e6a5ed3fafd1932c72637f1d | a088bc1252bc677fbc70ee630da15b0a625d4a46 | refs/heads/master | 2023-07-19T15:04:38.067591 | 2023-07-09T14:55:50 | 2023-07-09T14:55:50 | 6,697,535 | 9 | 19 | null | 2023-03-02T00:25:17 | 2012-11-15T00:52:21 | JavaScript | UTF-8 | Java | false | false | 348 | java |
package io.fabric8.kubernetes.api.model;
import javax.annotation.Generated;
@Generated("jsonschema2pojo")
public class StorageOSPersistentVolumeSource implements KubernetesResource
{
public String fsType;
public boolean readOnly;
public ObjectReference secretRef;
public String volumeName;
public... | [
"[email protected]"
] | |
3a98bdb3b34599723fe7ebb775b696d9d85173b1 | 8410644e1fc643f913820ecb40a335ef4e179b92 | /lion-registry/lion-registry-api/src/test/java/com/lion/registry/api/AppTest.java | df4dbfd72f3394624c9472cfe95ab5b51d25fc92 | [] | no_license | zogwei/lion | c1044382710450f52b74d9572b8cc7ab83e7c89e | 3d8bf532b13a8b48e0076fa5d208195b28ba6d88 | refs/heads/master | 2020-04-12T03:55:35.615082 | 2017-12-23T09:08:40 | 2017-12-23T09:08:40 | 64,929,861 | 0 | 0 | null | 2017-05-25T01:41:35 | 2016-08-04T11:40:28 | JavaScript | UTF-8 | Java | false | false | 649 | java | package com.lion.registry.api;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public Ap... | [
"[email protected]"
] | |
032e6704dc2377b298dc4fa44970349a09fc220f | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A267383.java | cafd918c9b8af1454dbf1afda4cb2641ac3ea5a5 | [
"Apache-2.0"
] | permissive | gfis/joeis-lite | 859158cb8fc3608febf39ba71ab5e72360b32cb4 | 7185a0b62d54735dc3d43d8fb5be677734f99101 | refs/heads/master | 2023-08-31T00:23:51.216295 | 2023-08-29T21:11:31 | 2023-08-29T21:11:31 | 179,938,034 | 4 | 1 | Apache-2.0 | 2022-06-25T22:47:19 | 2019-04-07T08:35:01 | Roff | UTF-8 | Java | false | false | 1,993 | java | package irvine.oeis.a267;
import irvine.math.MemoryFunctionInt2;
import irvine.math.z.Integers;
import irvine.math.z.Stirling;
import irvine.math.z.Z;
import irvine.oeis.triangle.UpperLeftTriangle;
/**
* A267383 Number A(n,k) of acyclic orientations of the Turán graph T(n,k); square array A(n,k), n>=0, k>=1, r... | [
"[email protected]"
] | |
e6b6b4fa1f48de987a6240d32b79361f772ac67f | 6752dfd6b8c4ae6c6ea0776b5fc5a90fa4b15eac | /2.JavaCore/src/com/javarush/task/task20/task2023/Solution.java | 47d5d497b9940a6d73cd04621fbe48e19912b6c9 | [] | no_license | mabutamail/JavaRushTasks | 499937939e6a661b69bb33302f018d68a8ffcb7c | fff69a9b924de8fdcfeb88ec19222695f7539251 | refs/heads/master | 2020-05-03T13:17:41.593832 | 2020-02-11T19:21:41 | 2020-02-11T19:21:41 | 173,681,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,177 | java | package com.javarush.task.task20.task2023;
/*
Делаем правильный вывод
Расставить обращение к методам суперкласса и модификаторы доступа так,
чтобы вывод на экран был следующим:
C class, method2
A class, method2
A class, method1
B class, method1
1. Из одного метода можно вызвать только один метод суперкласса.
2. Из ... | [
"[email protected]"
] | |
a78931e0fcfeb834ab181fc1e0887857f7449d98 | ebebad707ff2d3b15b28c1a5085eedb8fbaa208e | /test-projects/AlgebraProgram/src/main/Main.java | 224afac634d4ff69c91712116d6d22127e041428 | [
"Apache-2.0"
] | permissive | Gabriel-Baril/random-java-projects | c7cc8eeb78d1ae9571c9b22a9d4f273877b4dd5d | cd1b942b3f4b2620b561335ad4515129c2415b2f | refs/heads/master | 2023-08-25T11:56:02.440797 | 2021-10-13T05:44:29 | 2021-10-13T05:44:29 | 416,587,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,945 | java | package main;
import java.util.ArrayList;
import algebra.Expression;
import algebra.connector.Addition;
import algebra.connector.Connector;
import algebra.connector.Division;
import algebra.connector.Multiplication;
import algebra.term.LogTerm;
import algebra.term.ParenthesisTerm;
import algebra.term.PolynomialTerm;
... | [
"[email protected]"
] | |
f0095877fb09f91825b6830bf50107549c1b1537 | acef3734b40f00c3db23455883d2610dfbb41f7e | /spring-aop/src/main/java/org/springframework/aop/support/ControlFlowPointcut.java | 2979c23cb3cf53282bdc15ca4fdae68de430726b | [
"Apache-2.0"
] | permissive | soaryang/spring | 50ff0e1b138307aee999c183938150e32aa87a83 | dba1b0d3498c07f9bad6a1e856120c4f009c4edc | refs/heads/master | 2023-01-07T18:42:41.622736 | 2020-10-14T17:07:40 | 2020-10-14T17:07:40 | 295,474,567 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,782 | java | /*
* Copyright 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"asdasd"
] | asdasd |
e89988c59dbae2aaa70db7bfb9d73cdffebaf0c2 | bc2a5c62da9f4dde43c78849b91ed70e6f15f41b | /smartpillownew/src/main/java/com/example/smartpillownew/utils/Utils.java | be33f9ad649f102618b8c22c3e25edc14793454c | [] | no_license | songdairong/SmartPillow | 8c7ebaa81ba3712a01a81544a90298df9e7bf359 | 88d25f653de2d5439d0c864b8c1286b32cf7def7 | refs/heads/master | 2023-01-05T13:24:24.568515 | 2020-10-30T03:13:08 | 2020-10-30T03:13:08 | 308,507,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package com.example.smartpillownew.utils;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by a450J on 2018/8/22.
*/
public class Utils {
/**判断是否为正确的手机号
* @param mobiles
* @return
*/
public static boolean isMobileNO(String mobiles) {
Pattern p = Pattern.... | [
"[email protected]"
] | |
02d0fe7aee4c5a2dbce2ed94c6f74ddbeed22231 | 4b954dbad1d42681157eee475d6cd1fa57628e1d | /module2/src/demo/review_ep_kieu_du_lieu/Person.java | 1452401fc855491261b0a2217382f4f1c35f682a | [] | no_license | hongson2410/C1020G1-PhamHongSon | c5466a068154f7cfcfb6a2c0c2f47bd90ff9f7ab | ae10660a5de6d9c3018a64f238dd34897f6ad2c2 | refs/heads/main | 2023-04-11T10:55:26.730907 | 2021-04-18T10:20:00 | 2021-04-18T10:20:00 | 307,275,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package demo.review_ep_kieu_du_lieu;
public class Person{
private String name;
private int age;
public Person() {
}
public Person(String name, int age) {
this.name = name;
this.age = age;
}
public String getName() {
return name;
}
void setName(String name... | [
"[email protected]"
] | |
831c938b4518a71d830b1875280e6b0c3dfbbe79 | 6cfab0fcbfdf8b36d6ea01003867163b17579f4a | /base/JH-Publish/src/main/java/com/jh/briefing/entity/TemplateReporter.java | e5f01590435215602114fd3e09a0f4440ce9c196 | [] | no_license | Fairy008/JiaHeDC | ac5ed60ae3db608d8656957ce0b0364c2253e51b | bf31ffe8f452f33d2554dd587770467cecd994ee | refs/heads/master | 2020-12-27T13:42:30.153810 | 2020-02-02T10:28:31 | 2020-02-02T10:28:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,615 | java | package com.jh.briefing.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.time.LocalDate;
import java.time.LocalDateTime;
/**
* 简报管理
*/
public class TemplateReporter {
private Long reporterId;//简报编号
private Long regionId; //区域编号
private Integer cropsId;//作物编号
private String... | [
"[email protected]"
] | |
bde289b15edb2a9bd045998b71a01b4cc0fbec83 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Gson-17/com.google.gson.DefaultDateTypeAdapter/BBC-F0-opt-100/tests/15/com/google/gson/DefaultDateTypeAdapter_ESTest_scaffolding.java | 734f24f34a24c378d6a1dd1a9d8f8ff6839a2da1 | [
"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 | 7,592 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 20 23:06:12 GMT 2021
*/
package com.google.gson;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
impo... | [
"[email protected]"
] | |
c756527afb58388cdf9c03630d309f8df67c600a | 40e1bb5656e2f7b34e7fca5ddfe993d700f237cf | /crawler/src/com/xdtech/platform/crawler/protocol/httpclient/DummyX509TrustManager.java | 58005ed1e2cf97099a65876f1cbc8b227b3edc0e | [] | no_license | psychic0111/cloudcrawler | 7d794ef5be7338091d1f8a96a15131f058a6805c | 3c2470c19284b2b15f5519755a08daddb24e5ce8 | refs/heads/master | 2016-08-04T19:05:55.275350 | 2013-09-06T06:46:44 | 2013-09-06T06:46:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | package com.xdtech.platform.crawler.protocol.httpclient;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import javax.net.ssl.TrustManager;
import j... | [
"[email protected]"
] | |
0d541745d7cd3ed05a1d0f113c8b34fe68e05801 | dab54f96a253ce054a64fbf28b6831087ef5a9e3 | /agorava-facebook-cdi/src/main/java/org/agorava/facebook/jackson/SwfPostMixin.java | 48c4e3b80511bb5afea309a90e6f2f756bab1276 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | banur2/agorava-facebook | 465edf3516aeb26f7c55935b4037e8cd6abefb63 | 397e9f3cf868fca236afc3302d2d126fbce85e7f | refs/heads/master | 2021-01-17T21:15:22.891027 | 2013-08-13T15:46:49 | 2013-08-13T15:46:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java | /*
* Copyright 2013 Agorava
*
* 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 wri... | [
"[email protected]"
] | |
ce4fc015e0f3fc73b64289065b3ae34bf95eafd7 | 866cc70a0f6ffc4446c9d378d2e01aee58919198 | /src/main/java/mayday/pathway/keggview/pathways/AnnotationManager.java | 3561aff878abc157a43acf3c1dc3782f629d640a | [] | no_license | Integrative-Transcriptomics/Mayday-pathway | eb4a6ca4ee057f4a0280e487428f77dee5d5f9de | a64b6df0eb5c942daa8ed11a1b29f32d30eefe18 | refs/heads/master | 2023-01-12T00:46:38.341409 | 2016-08-01T09:07:07 | 2016-08-01T09:07:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,437 | java | package mayday.pathway.keggview.pathways;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import mayday.core.Probe;
import mayday.core.meta.MIGroup;
import mayday.core.meta.MIGroupSelection;
import mayday.core.meta.MIType;
import mayday.core.meta.types.StringMIO;
import mayday.pathway.kegg... | [
"[email protected]"
] | |
55622cdd3b5011a8dac32c363d5c1c3de1d0d0d9 | 604e715c03b75cd33d3795b1fb652b501a84c6d1 | /Mobile App/HeartRateMonitor/sources/gnu/kawa/slib/XML.java | a00dbf8244dc0e37e3de92022c4e1766b3c39f46 | [] | no_license | aish21/CE3002-Sensors-Lab | 902ad691acd208e30e47a40c799bfcb5731bfc86 | eb0c9cf0f3d3a9b5d63336057ff95c0a00ec3507 | refs/heads/main | 2023-08-18T19:25:04.338391 | 2021-10-11T08:21:57 | 2021-10-11T08:21:57 | 415,335,117 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,913 | java | package gnu.kawa.slib;
import androidx.fragment.app.FragmentTransaction;
import gnu.expr.ModuleBody;
import gnu.expr.ModuleInfo;
import gnu.expr.ModuleMethod;
import gnu.kawa.xml.Document;
import gnu.kawa.xml.KAttr;
import gnu.kawa.xml.KComment;
import gnu.kawa.xml.KDocument;
import gnu.kawa.xml.KElement;
import gnu.k... | [
"[email protected]"
] | |
a01bf93357f631cfb5836006124df998a7fc0209 | 8c9b743f156307cfb8781f95d2039f3697305b78 | /src/com/gargoylesoftware/htmlunit/javascript/host/html/FormChild.java | 0af365a49fa6231285c6f462478e1b94e2dca39a | [] | no_license | jiafenggit/HtmlUnitTao | f8fbd9065b03b6cd0f3a4ce1db6b4fbfd4941000 | ede3e10603d16f022b60798ea340c392f57495f7 | refs/heads/master | 2021-04-28T23:46:58.642674 | 2016-03-15T08:08:02 | 2016-03-15T08:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | /*
* Copyright (c) 2002-2015 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"[email protected]"
] | |
e21fc6e311f4545973adf1c183a6d57d89a5d460 | b74bc2324c6b6917d24e1389f1cf95936731643f | /base/src/main/java/com/wuyizhiye/base/wechat/WeChatArticle.java | 18b903bdadb6f9300f3af935a1d99a7eb7423c5e | [] | no_license | 919126624/Feiying- | ebeb8fcfbded932058347856e2a3f38731821e5e | d3b14ff819cc894dcbe80e980792c08c0eb7167b | refs/heads/master | 2021-01-13T00:40:59.447803 | 2016-03-24T03:41:30 | 2016-03-24T03:41:30 | 54,537,727 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.wuyizhiye.base.wechat;
public class WeChatArticle {
private String Title;
private String Description;
private String PicUrl;
private String Url;
public String getTitle() {
return Title;
}
public void setTitle(String title) {
Title = title;
}
public String getDescription() {
return Descri... | [
"[email protected]"
] | |
06d158cf9d8b5beb36b65e4701d2e998a64faa15 | 89bedf3e111cdfd7b80f39b2eca3791a0dda276f | /activity_argouml01/org/argouml/uml/ui/foundation/core/UMLClassifierAssociationEndListModel.java | 2879ec4084b7e8ede306a6f17b9c76ac48e1847f | [
"LicenseRef-scancode-other-permissive",
"BSD-3-Clause"
] | permissive | TheProjecter/plea-spl | b80b622fcf4dee6a73ae72db4fc7f4826bef0549 | c28b308160c6ef8e68440d90a7710bff270f22c3 | refs/heads/master | 2020-05-28T14:14:30.727459 | 2014-10-03T18:43:35 | 2014-10-03T18:43:35 | 42,946,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,661 | java | // $Id: UMLClassifierAssociationEndListModel.java 10734 2006-06-11 15:43:58Z mvw $
// Copyright (c) 1996-2006 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is... | [
"[email protected]"
] | |
97197a194aa2525732f1b721b3590cd0564010de | 415c9522965a0581b2d54daf75042270552ae0fa | /sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/jdbc/unsupported/AbstractUnsupportedOperationStatement.java | 71fc64cc15d554fbd61f65b157bfea78ecf785c8 | [
"Apache-2.0"
] | permissive | syukyuu/sharding-jdbc | e095e1f3c30544a1aa5b74395d4e957ee68d9a08 | 8a1df213da46b9e3f77ffe43fbf5bef199dfb573 | refs/heads/master | 2021-01-23T14:42:06.483894 | 2016-05-06T13:20:56 | 2016-05-06T13:20:56 | 58,268,271 | 1 | 0 | null | 2016-05-07T13:58:05 | 2016-05-07T13:58:05 | null | UTF-8 | Java | false | false | 3,316 | java | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"[email protected]"
] | |
8d11457054eb7a44cb9ae1b14a687294f263ed18 | 4d28c317453f3b8a63c73916f624722705f18059 | /src/main/java/com/rgk/base/TopMenu.java | 9afe4720655fb5c4cab904e08f3758cff089c2a6 | [] | no_license | RohitKathe/pageobjectbasics | 0e0b451ef2015d8346f8df3c87fcb42dc8c201a4 | 53bde42641baac46a465a6b60a10b776408f513e | refs/heads/master | 2020-04-15T14:42:28.192885 | 2019-01-09T03:42:52 | 2019-01-09T03:42:52 | 164,763,915 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package com.rgk.base;
import org.openqa.selenium.WebDriver;
import com.rgk.pages.crm.accounts.AccountsPage;
public class TopMenu {
/*
* HomePage has a TopMenu Accounts page HASA TopMenu Encapsulation takes
* place
*
*/
WebDriver driver;
public TopMenu(WebDriver driver) {
this.driver = driver;
}
p... | [
"[email protected]"
] | |
2457911c6afaff55abffaf84c87ce5010b1ac4c6 | 8b31844bc6f5788c7b59c5b0bcc0ba079a3afa0b | /jOOQ/src/main/java/org/jooq/conf/BackslashEscaping.java | 6f2469efbd0dfdb4e53a48d2ede475a6228c8579 | [
"Apache-2.0"
] | permissive | bitbrain/jOOQ | 5a1801f8bd9f79434362299c25f4ce82b755fa0e | 75c87a485268682582337d6c01fa37d46f68aa74 | refs/heads/master | 2020-12-30T14:34:12.051852 | 2017-05-12T23:19:09 | 2017-05-12T23:19:09 | 91,068,299 | 0 | 0 | null | 2017-05-12T08:18:50 | 2017-05-12T08:18:50 | null | UTF-8 | Java | false | false | 856 | java |
package org.jooq.conf;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java-Klasse für BackslashEscaping.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
* <p>
* <pre>
* <simpleType name="BackslashEsc... | [
"[email protected]"
] | |
d14ca51484e1c5efe017db63f050ad09e9b411be | df79dbcfc869b9d2180a44e34aa1e5ef208d1655 | /springboot/Ms-Actuator/src/main/java/com/parag/main/ServletInitializer.java | 9962c26aeefb3ee17ead097cb1d7c9fd06db5e51 | [] | no_license | paragkhedkar07/TotalProjects | a170e3d5455a046b62709986f3f00a95b49fee70 | 7791da688c121d2422a4f4e52e91256c9b7606e5 | refs/heads/master | 2023-03-14T23:47:43.492749 | 2021-03-27T14:59:08 | 2021-03-27T14:59:08 | 352,097,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.parag.main;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplication... | [
"[email protected]"
] | |
d623ca158863ee75445c28dadee5b7a9eadf600d | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/com/e/a/a/g.java | 36f3f7383b0fe38681094731b7e17db5a7e5e9a4 | [] | no_license | iidioter/xueqiu | c71eb4bcc53480770b9abe20c180da693b2d7946 | a7d8d7dfbaf9e603f72890cf861ed494099f5a80 | refs/heads/master | 2020-12-14T23:55:07.246659 | 2016-10-08T08:56:27 | 2016-10-08T08:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | package com.e.a.a;
import java.io.OutputStream;
import java.nio.charset.Charset;
import java.util.Iterator;
import java.util.List;
final class g
extends a
{
private final List<b> d;
public g(String paramString1, Charset paramCharset, String paramString2, List<b> paramList)
{
super(paramString1, paramCh... | [
"[email protected]"
] | |
a171eaf6b580f98bafa893dd84d7043fe5f3f1b8 | 071ff2e7cc2e098568c703153b6cc15cdbb05c14 | /core/cas-server-core-services-api/src/main/java/org/apereo/cas/services/RegisteredServicesEventListener.java | fe65c04c890d1402bc14931c03d7a1e680069466 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | restmad/cas | 7a569e39df70e6766e1112b2a884e636587fc604 | ef86873eb27e12acd1ed37399e4ee1aae941e9bf | refs/heads/master | 2020-04-15T09:53:25.124088 | 2019-04-15T15:10:46 | 2019-04-15T15:10:46 | 164,570,430 | 0 | 0 | Apache-2.0 | 2019-04-15T15:10:47 | 2019-01-08T05:36:40 | Java | UTF-8 | Java | false | false | 2,380 | java | package org.apereo.cas.services;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.support.events.service.CasRegisteredServiceExpiredEvent;
import org.apereo.cas.support.events.service.CasRegisteredServicesRefreshEvent;
import org.apereo.cas.util.io.CommunicationsManager;
import lo... | [
"[email protected]"
] | |
d5ffa78e867dec0027587b4d4549b43de38f1444 | 958b13739d7da564749737cb848200da5bd476eb | /src/main/java/com/alipay/api/response/AlipayAppTokenGetResponse.java | 6fb8c753921a572f4e9a20cf0c033ea3914038ab | [
"Apache-2.0"
] | permissive | anywhere/alipay-sdk-java-all | 0a181c934ca84654d6d2f25f199bf4215c167bd2 | 649e6ff0633ebfca93a071ff575bacad4311cdd4 | refs/heads/master | 2023-02-13T02:09:28.859092 | 2021-01-14T03:17:27 | 2021-01-14T03:17:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.app.token.get response.
*
* @author auto create
* @since 1.0, 2019-03-26 17:00:00
*/
public class AlipayAppTokenGetResponse extends AlipayResponse {
p... | [
"[email protected]"
] | |
e26224c07aca5f9f0366f3f9e6fa0e2c2a945836 | eb49b52c81e7e6b8d4a4e2b33fdee0e7a0eff262 | /app/src/main/java/com/elementary/tasks/core/dialogs/BaseDialog.java | 81bc49348ec4055a5b494ba5b55d3d43ddd5d794 | [
"Apache-2.0",
"MIT"
] | permissive | naz013/Reminder | 3606b9f355ab448dde7228898eee7688ffbf9337 | 2d48963c29ddb6321202dbb8b7842d573f90b6a2 | refs/heads/master | 2021-01-23T05:09:50.383169 | 2018-07-09T17:28:07 | 2018-07-09T17:28:12 | 102,461,289 | 3 | 3 | Apache-2.0 | 2018-06-17T07:14:46 | 2017-09-05T09:21:55 | Java | UTF-8 | Java | false | false | 1,185 | java | package com.elementary.tasks.core.dialogs;
import android.app.Activity;
import android.os.Bundle;
import androidx.annotation.Nullable;
import com.elementary.tasks.core.utils.ThemeUtil;
/**
* Copyright 2017 Nazar Suhovich
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use t... | [
"[email protected]"
] | |
29fe43bb43054bcbd334f8ea6e540e80a15ce4a7 | 2471d32668ba06526d608602ad8c1d4260293a86 | /app/src/main/java/com/example/myportofolio/MainActivity.java | 890f90c64314bc23133a56c77a5b2aea94581b07 | [] | no_license | basriumar12/MyPortofolio | a498f0acf04f5ac55f62af62d3d428e645ace0bc | 5d54d355c53b2cac50067cd27c5f028ccf9809b2 | refs/heads/master | 2021-03-31T09:27:53.861664 | 2020-03-17T23:50:20 | 2020-03-17T23:50:20 | 248,096,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,591 | java | package com.example.myportofolio;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.v... | [
"[email protected]"
] | |
1f79e6e94b80dcad3bc9f7c91ea57606086c7432 | d4fb527864fee6caa489a6cecbfd868a70746a03 | /First_Edition/src/chapter_5/item_21/package-info.java | d8d8a50224b1bd1f516ef7401c860bb836105d9e | [] | no_license | ildar66/java-book-Effective_Java | a9642ecc15afd12750acbd95ed58020e7994da37 | 250eb584ebc8b3c185513891cafbe362193cf04b | refs/heads/master | 2020-06-13T02:51:53.439000 | 2017-02-07T07:22:48 | 2017-02-07T07:22:48 | 75,460,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | /**
* Item 21: Replace enum constructs with classes.
*
* In summary, the advantages of typesafe enums over int enums are great, and none of the
* disadvantages seem compelling unless an enumerated type is to be used primarily as a set
* element or in a severely resource constrained environment. Thus the typesafe ... | [
"[email protected]"
] | |
5ec978a7aeaa58caec62bab5fd8ee66852ca9192 | 86fc030462b34185e0b1e956b70ece610ad6c77a | /src/main/java/com/alipay/api/domain/AlipayDaoweiSpModifyModel.java | 7087dc28b6638f94bb86070db5e0593e14b085e3 | [] | no_license | xiang2shen/magic-box-alipay | 53cba5c93eb1094f069777c402662330b458e868 | 58573e0f61334748cbb9e580c51bd15b4003f8c8 | refs/heads/master | 2021-05-08T21:50:15.993077 | 2018-11-12T07:49:35 | 2018-11-12T07:49:35 | 119,653,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,756 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 创建或更新服务者信息接口
*
* @author auto create
* @since 1.0, 2017-03-10 16:06:09
*/
public class AlipayDaoweiS... | [
"[email protected]"
] | |
32e33559f67467f23f61ea5a1bc6f93a11292ec0 | 5c704d928f2ca708d6bc1d45ec4c5b400325d362 | /cuslib/src/main/java/com/zhengsr/cuslib/support/ZSupporActivity.java | 13d23b18c26a6eaad90fcff9e003855043f3d01e | [
"Apache-2.0"
] | permissive | LillteZheng/CommonLib | cea15b6849d8552b802962f10e5f4d186e01a734 | b0529f50b3e7aa4956d2b697ffbe4705a54b504b | refs/heads/master | 2020-04-03T20:36:09.342306 | 2018-11-29T12:33:44 | 2018-11-29T12:33:44 | 155,550,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,751 | java | package com.zhengsr.cuslib.support;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import com.zhengsr.cuslib.support.callback.IZBackInterface;
/**
* Created by zhengshaorui
* Time on 2018/10/13
*/
publ... | [
"[email protected]"
] | |
8c3306a6c1e7f0bb20827d71d754a771781b5d28 | 5a2f372ab62f151e9c1cb29d16bd97dd2c97a1ee | /java/com/intel/daal/algorithms/em_gmm/init/InitResult.java | 758755716bccbbf12e54f52ce0e849beba4e2867 | [
"Intel",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"MIT",
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bazelhpc/oneDAL | 30dd0d4d80a79a670f4ca684aad811707d859828 | 9fe1f6ec732875782edbe0b5b394d14ca292a5fc | refs/heads/master | 2023-04-08T13:01:18.897716 | 2021-01-11T09:39:25 | 2021-01-11T09:39:25 | 328,962,926 | 1 | 0 | Apache-2.0 | 2023-04-03T23:04:48 | 2021-01-12T11:18:48 | null | UTF-8 | Java | false | false | 5,079 | java | /* file: InitResult.java */
/*******************************************************************************
* Copyright 2014-2020 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 Licen... | [
"[email protected]"
] | |
17204cbf4570f6eab7ea239f1eab7c469016ca5a | a90f8343ca16224a1b05015094418cc9f228d4e7 | /ydc-common/src/main/java/com/ydc/commom/constant/DictionaryConstant.java | cd70f65f07404985c5cfc2900de02a370dabea93 | [] | no_license | oyjy2018/template | 0b381ecc50de254ecab37f34e2d1de058683ab8b | 3e9a07b9fff01b43a91b943152a3b9af9ff48e06 | refs/heads/master | 2022-12-06T11:02:16.875133 | 2019-06-05T16:12:35 | 2019-06-05T16:12:35 | 190,425,044 | 1 | 0 | null | 2022-11-16T10:56:08 | 2019-06-05T15:55:35 | Java | UTF-8 | Java | false | false | 8,866 | java | package com.ydc.commom.constant;
/**
* 数据字典常量配置
*
* @author gongjin
* @create 2018-09-04 11:35
**/
public class DictionaryConstant {
/**
* 积分获取
*/
public static final String DICT_CODE_JFHQ_CONFIG = "jfhq";
/**
* 积分消耗
*/
public static final String DICT_CODE_JFXH_CONFIG = "jfxh... | [
"[email protected]"
] | |
fae40cb0b4cf53c439d1cc006433b9f20538fe8b | 7559646e01a0ac7a96c64694991545a4b5585af3 | /Inheritance - Exercise/animals/Cat.java | 24c3757638bf3267a05f7c0deb3141621d035a95 | [
"MIT"
] | permissive | aquaruiz/Java-OOP | 5a6a78e4be9c794e3bf588fcbc14e50b8652b285 | d1321343397ef16ff5bc98f38a202644f5eb50fc | refs/heads/master | 2020-04-25T12:09:52.879498 | 2019-04-01T17:58:57 | 2019-04-01T17:58:57 | 172,769,199 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package animals;
public class Cat extends Animal{
public Cat(String name, int age, String gender) {
super(name, age, gender);
}
@Override
public String produceSound() {
return "MiauMiau";
}
}
| [
"[email protected]"
] | |
9ca78db459e1f7a2e1a065de0e68e22c3cd451f2 | aaa9751e4ed70a7b3b41fa2025900dd01205518a | /org.eclipse.rcpl.libs/src2/org/purl/dc/terms/LCC.java | 9ab8e686fbf119c4e5737231d9d7ecb2643159a7 | [] | no_license | rassisi/rcpl | 596f0c0aeb4b4ae838f001ad801f9a9c42e31759 | 93b4620bb94a45d0f42666b0bf6ffecae2c0d063 | refs/heads/master | 2022-09-20T19:57:54.802738 | 2020-05-10T20:54:01 | 2020-05-10T20:54:01 | 141,136,917 | 0 | 0 | null | 2022-09-01T23:00:59 | 2018-07-16T12:40:18 | Java | UTF-8 | Java | false | false | 7,255 | java | /*
* XML Type: LCC
* Namespace: http://purl.org/dc/terms/
* Java type: org.purl.dc.terms.LCC
*
* Automatically generated - do not modify.
*/
package org.purl.dc.terms;
/**
* An XML LCC(@http://purl.org/dc/terms/).
*
* This is an atomic type that is a restriction of org.purl.dc.terms.LCC.
*/
... | [
"[email protected]"
] | |
05732831d90671626ff9d86039decfd886b2dba5 | 18e42a09d7f5dacc1bbeeae4c22284c60cc88b1f | /xstream/src/java/com/thoughtworks/xstream/core/util/ThreadSafeSimpleDateFormat.java | 981b16850f49200905fb037295e8d35d6d82ddd1 | [
"BSD-3-Clause"
] | permissive | x-stream/xstream | ab7f586f1d682902bbf96f3be2b953df98ff32c3 | 289ae780001c31d7d5d75e0d58608c13f44549a2 | refs/heads/master | 2023-08-30T19:33:58.497180 | 2023-04-22T16:03:39 | 2023-04-22T16:03:39 | 32,219,624 | 818 | 270 | NOASSERTION | 2023-05-02T23:36:09 | 2015-03-14T15:57:12 | Java | UTF-8 | Java | false | false | 3,139 | java | /*
* Copyright (C) 2004, 2005 Joe Walnes.
* Copyright (C) 2006, 2007, 2009, 2011, 2012, 2014, 2022 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file... | [
"[email protected]"
] | |
8d5c3d803c4297067ee2743f6f526fa48c1c851f | 7d7421b373131067bb36283ea0be640463222724 | /uk.ac.gda.oe/src/gda/oe/dofs/SingleAxisAngularFixedSpeedDOF.java | a5f94cf9ec0099dac98bc58fe0cee4220da7a02a | [] | no_license | openGDA/gda-legacy | 65a72bd040fd4f0dcaad04174dc756a010b5bec4 | 0e3a2a5c8e87ee84e488fc1edcc8783e6d2a68c7 | refs/heads/master | 2021-04-29T13:41:57.067078 | 2017-09-20T15:56:55 | 2017-10-13T16:15:43 | 11,450,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | /*-
* Copyright © 2009 Diamond Light Source Ltd., Science and Technology
* Facilities Council Daresbury Laboratory
*
* This file is part of GDA.
*
* GDA is free software: you can redistribute it and/or modify it under the
* terms of the GNU General Public License version 3 as published by the Free
* Software Fo... | [
"[email protected]"
] | |
efa04e33cee7de5b410dfcda0476103634a41f39 | 985c21b0edcb062bda7812f7531ace31fc0da6d5 | /main/ip/src/boofcv/core/image/border/FactoryImageBorder.java | 94de60295295b3b1235201b419b17181edcd86a2 | [
"Apache-2.0"
] | permissive | siarheidevel/BoofCV | 2408c39e035d2046d74cf3bd6bf993a0eee2d501 | 07d4f9dee7f5e1704a547da43bab2c502e3bb5d3 | refs/heads/master | 2021-01-15T22:29:56.944693 | 2012-11-07T01:18:39 | 2012-11-07T01:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | /*
* Copyright (c) 2011-2012, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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... | [
"[email protected]"
] | |
392f49590a58a5516570116084692f389fe7e444 | c53797052bd953a7efa9a84a4e876eecedbd6913 | /java-advance-effective-java/src/main/java/name/fw/effectivejava/examples/chapter05/item28/Function.java | a73e55e34bc744bae8a95e5a456d2c4b2e9baec1 | [] | no_license | katlog/TestJava | 30519bdb172f3d907ccec1a6a6ef220c901f931f | 4e6ed17f1d67418ae2b9bb351b85f0b3ee8f89a9 | refs/heads/master | 2022-12-26T16:58:06.675341 | 2022-02-13T18:43:57 | 2022-02-13T18:43:57 | 158,736,284 | 3 | 1 | null | 2022-12-14T20:30:04 | 2018-11-22T18:13:38 | Java | UTF-8 | Java | false | false | 151 | java | // Generic Function interface - Page 122
package name.fw.effectivejava.examples.chapter05.item28;
interface Function<T> {
T apply(T arg1, T arg2);
}
| [
"[email protected]"
] | |
dd07d117a4c46ba8d805c948976582479e46a726 | 7fbe7bc87871f91033130e32126fb5a801f4033a | /Lesson06HomeworkTask05/src/training/FolderWatcher.java | a1fabb4bee4fe151ec2b1786ecc42d5d26fe9bcc | [] | no_license | OlegAnaniev/JavaOOPHomework | 4f681845edafc30978934a4f8d4b27ba77cee467 | 7e92464feba001def1d55c9e67d6ed738601a06f | refs/heads/master | 2020-06-14T01:35:04.534133 | 2019-08-13T22:47:39 | 2019-08-13T22:47:39 | 194,852,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,183 | java | package training;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* Class monitoring changes within a given folder
*
* @version 0.1 20.07.2019
* @author Oleg
*/
public class FolderWatcher implements Runnable {
... | [
"[email protected]"
] | |
fdaace4fc8996604dde62eddefedd46e31244ba2 | 49b57339d939ea3f498249d3aacca1dec543163b | /jadx-snap-new/sources/com/google/common/collect/ReverseOrdering.java | 723d7982dfd0fb38e9e19223b698019f7264b949 | [] | no_license | 8secz-johndpope/snapchat-re | 1655036c41518c3a2aaa0c2543dc49f4acb93eaf | 04f5c5bb627d21f620088525fffcf5c99abd7ce5 | refs/heads/master | 2020-08-24T09:14:38.209745 | 2019-06-14T05:13:44 | 2019-06-14T05:13:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package com.google.common.collect;
import com.google.common.base.Preconditions;
import java.io.Serializable;
final class ReverseOrdering<T> extends Ordering<T> implements Serializable {
final Ordering<? super T> forwardOrder;
ReverseOrdering(Ordering<? super T> ordering) {
this.forwardOrder = (Orderi... | [
"[email protected]"
] | |
a8171c99c22cb9a122f25ffa992f8d09c1b0cb62 | ea8013860ed0b905c64f449c8bce9e0c34a23f7b | /SystemUIGoogle/sources/com/android/wm/shell/onehanded/OneHandedController$OneHandedImpl$$ExternalSyntheticLambda1.java | 4bffc59753ae5097988d6cb7fbe55a6e7ab1e374 | [] | no_license | TheScarastic/redfin_b5 | 5efe0dc0d40b09a1a102dfb98bcde09bac4956db | 6d85efe92477576c4901cce62e1202e31c30cbd2 | refs/heads/master | 2023-08-13T22:05:30.321241 | 2021-09-28T12:33:20 | 2021-09-28T12:33:20 | 411,210,644 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | package com.android.wm.shell.onehanded;
import com.android.wm.shell.onehanded.OneHandedController;
/* loaded from: classes2.dex */
public final /* synthetic */ class OneHandedController$OneHandedImpl$$ExternalSyntheticLambda1 implements Runnable {
public final /* synthetic */ OneHandedController.OneHandedImpl f$0;... | [
"[email protected]"
] | |
d43717a2d98b45cce643d8f1fdb23a2b5490d346 | 2d2013c46190f7f9927d3a923b8413a91e91fbbb | /sources/kotlinx/coroutines/JobCancellationException.java | 362447c089607b72b2c84d421c622f71b504b39d | [] | no_license | ghuntley/Aarogya-Setu_v1.1.1.apk | af5b054feddc901ca62b9233bb4aac576f8c4249 | ca931e596a31ab7298f3c7dc1ca3eaa327f84473 | refs/heads/master | 2022-05-26T15:50:36.276158 | 2020-05-02T12:06:54 | 2020-05-02T12:06:54 | 260,674,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,377 | java | package kotlinx.coroutines;
import f.a.p0;
import f.a.q;
import f.a.x;
import java.util.concurrent.CancellationException;
import n.m.c.f;
/* compiled from: Exceptions.kt */
public final class JobCancellationException extends CancellationException implements q<JobCancellationException> {
public final p0 e;
/*... | [
"[email protected]"
] | |
390dac31a209aa68cd9c90732b78542310671f08 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/com/alipay/sofa/rpc/common/utils/CompatibleTypeUtilsTest.java | a7fb124a58b377014ba7ab3c7f979f2c0df25001 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 6,656 | 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]"
] | |
cbce21f8193489b57743c3f6341ec8a356d26613 | fef6d6dc71693215abc22cfd56382746b014e4ce | /src/java/com/entities/Merchantprofile.java | 6a321badcd5108a60db1032f6ebb18a2f4655879 | [] | no_license | lawale4me/ExitPortal | 0be926dcda7740b460717a473f27306f829d5d5b | 8b427f1a44d53164500a4e6b16b2ed095553b7ed | refs/heads/master | 2020-04-06T03:20:45.642544 | 2016-09-27T13:50:24 | 2016-09-27T13:50:24 | 69,361,830 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,507 | 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 com.entities;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import jav... | [
"[email protected]"
] | |
4b4b3d458c184f56ec0d8b872b18f7534ea464eb | a88404e860f9e81f175d80c51b8e735fa499c93c | /hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/gclient/ReferenceClientParam.java | 7b2aba70b6b6bd5054b135eb7fc5a194fbd8b096 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | sabri0/hapi-fhir | 4a53409d31b7f40afe088aa0ee8b946860b8372d | c7798fee4880ee8ffc9ed2e42c29c3b8f6753a1c | refs/heads/master | 2020-06-07T20:02:33.258075 | 2019-06-18T09:40:00 | 2019-06-18T09:40:00 | 193,081,738 | 2 | 0 | Apache-2.0 | 2019-06-21T10:46:17 | 2019-06-21T10:46:17 | null | UTF-8 | Java | false | false | 4,764 | java | package ca.uhn.fhir.rest.gclient;
import ca.uhn.fhir.context.FhirContext;
import org.apache.commons.lang3.Validate;
import org.hl7.fhir.instance.model.api.IIdType;
import java.util.Arrays;
import java.util.Collection;
import static org.apache.commons.lang3.StringUtils.isNotBlank;
/*
* #%L
* HAPI FHIR - Core Libra... | [
"[email protected]"
] | |
ecdb28791444a46950ee1423680daeb283e958b5 | e0e27926d952b5a5abedf24c850c7cae821f69fd | /google image loader api complete/com/google/android/accounts/CupcakeContentSyncer.java | d8ce9e7456a21c90a88aaa493a4bddb9dd5585e1 | [] | no_license | shadymumo/hbworkspace1-100 | b8d7794ba1b6e7b101641f015e2e92b3d6cd6e27 | a5e6f2f418cd6173ca2fb131e06842e1a7fa5113 | refs/heads/master | 2021-06-04T06:00:31.587498 | 2015-08-13T07:15:53 | 2015-08-13T07:15:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,188 | java | /*-
* Copyright (C) 2010 Google 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 agre... | [
"[email protected]"
] | |
5eb7d3e3d519826dfda621f69498ec856ec0f0b4 | 5b5f90c99f66587cea981a640063a54b6ea75185 | /src/main/java/com/coxandkings/travel/operations/model/core/OpsPaxTypeFareSupplier.java | 3d80a9d335200a3d30aca8ea6eec268e2eec952f | [] | no_license | suyash-capiot/operations | 02558d5f4c72a895d4a7e7e743495a118b953e97 | b6ad01cbdd60190e3be1f2a12d94258091fec934 | refs/heads/master | 2020-04-02T06:22:30.589898 | 2018-10-26T12:11:11 | 2018-10-26T12:11:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.coxandkings.travel.operations.model.core;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
import java.util.List;
@JsonIgnoreProperties(ignoreUnknown = true)
public class OpsPaxTypeFareSupplier extends OpsPaxTy... | [
"[email protected]"
] | |
59345751f2be4a58f7ecf4c5744094359297f601 | 2e03da8505fba2f5fba0aa96096240cfe1584490 | /crunchyroll/crunchyroll2-0-3/com/fasterxml/jackson/databind/ser/std/DateSerializer.java | f09d5bec328783f97efc97ca724f02b495c785a8 | [] | no_license | JairoBm13/crunchywomod | c00f8535a76ee7a5e0554d766ddc08b608e57f9b | 90ad43cdf12e41fc6ff2323ec5d6d94cc45a1c52 | refs/heads/master | 2021-01-20T14:48:30.312526 | 2017-05-08T21:37:16 | 2017-05-08T21:37:16 | 90,674,385 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | //
// Decompiled by Procyon v0.5.30
//
package com.fasterxml.jackson.databind.ser.std;
import com.fasterxml.jackson.core.JsonGenerationException;
import java.io.IOException;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.core.JsonGenerator;
import java.text.DateFormat;
import... | [
"[email protected]"
] | |
15de7e1b70159104d18befebf829a7093d1f2a95 | 342e571310f8019a4fa8117b08897b9fb5736030 | /src/test/java/com/firedata/qtacker/repository/search/AddressSearchRepositoryMockConfiguration.java | e9c6464ef4d01250da8b19c227f6a899e6777d61 | [] | no_license | Marko-Mijovic/qtacker-application | 383ae9e2bd6c6d92d2555c8b79bdfca9d801851b | 3f97152f208cb3347142b2bbc207c498469b6c6c | refs/heads/master | 2022-04-14T04:03:28.834874 | 2020-04-15T00:32:04 | 2020-04-15T00:32:04 | 255,757,303 | 0 | 0 | null | 2020-04-15T00:32:42 | 2020-04-15T00:04:04 | Java | UTF-8 | Java | false | false | 455 | java | package com.firedata.qtacker.repository.search;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.context.annotation.Configuration;
/**
* Configure a Mock version of {@link AddressSearchRepository} to test the
* application without starting Elasticsearch.
*/
@Configuration
publ... | [
"[email protected]"
] | |
013c605efbc1b168fd3d282081c20aaf9ee7f596 | 54990cda09e6275868cf7702e0a62690e26d2e7d | /app/src/main/java/com/example/app_deepanshu/student.java | d20efb2f1fb642c25a943bbda0129b2b531b0083 | [] | no_license | Deepanshuchauhan123/Education-System-App | d0b2e70a02a0c355787eb364ca14e94f172869b0 | 1384f5683c0d459afbade9c78914a559197ca755 | refs/heads/master | 2022-04-09T12:36:37.504022 | 2020-02-23T20:59:58 | 2020-02-23T20:59:58 | 232,082,533 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package com.example.app_deepanshu;
public class student {
public String E_mail,Name,Guardian_Name,student_adhaar,father_adhaar,Father_mobile,student_add,student_state;
public student(){
}
public student(String student_email,String student_name,String student_parents,
String stude... | [
"[email protected]"
] | |
4f755a447a2e76380ea56d2f81b8662db8ba53b4 | 83d56024094d15f64e07650dd2b606a38d7ec5f1 | /sicc_druida/fuentes/java/LPBusquedaModificarKitProductos.java | 5a469592985dc73665150052562d2da2694589ad | [] | no_license | cdiglesias/SICC | bdeba6af8f49e8d038ef30b61fcc6371c1083840 | 72fedb14a03cb4a77f62885bec3226dbbed6a5bb | refs/heads/master | 2021-01-19T19:45:14.788800 | 2016-04-07T16:20:51 | 2016-04-07T16:20:51 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,435 | java | /**
* Copyright 2003 © por Indra Sistemas,S.A.. Todos los derechos reservados.
* Avda. de Bruselas, 35
* Parque Empresarial Arroyo de la Vega
* 28108 Alcobendas, Madrid
* España
*
* Privado y Confidencial.
* La información contenida en este documento es propiedad de Indra sistemas.
* Para uso exclusivo de empl... | [
"[email protected]"
] | |
de16fb5cfcd23405234e4d26d170d2aa2e659727 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/83_xbus-net.sf.xbus.base.core.arithmetic.XIntSupport-0.5-3/net/sf/xbus/base/core/arithmetic/XIntSupport_ESTest.java | 39bd7c94885ec21a2b603f65938d29b993594ffd | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | /*
* This file was automatically generated by EvoSuite
* Tue Oct 29 11:09:19 GMT 2019
*/
package net.sf.xbus.base.core.arithmetic;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunW... | [
"[email protected]"
] | |
04105f51cd3f20d050390740497622b279d78e3b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_527fd82f377ae31fba6bfe4a87633a692715c4e1/AndroidAlertUI/4_527fd82f377ae31fba6bfe4a87633a692715c4e1_AndroidAlertUI_s.java | cc485f6ab44a03c56d9a1892ee9de0406270ef64 | [] | 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 | 6,882 | java | /**
* MicroEmulator
* Copyright (C) 2009 Bartek Teodorczyk <[email protected]>
*
* It is licensed under the following two licenses as alternatives:
* 1. GNU Lesser General Public License (the "LGPL") version 2.1 or any newer version
* 2. Apache License (the "AL") Version 2.0
*
* You may not u... | [
"[email protected]"
] | |
a9c2df46b0273ec5ee06a1891a33e8a7cbb38071 | adc60003df5a5f339bdd53be116e0f478698e481 | /tyre2.0/src/com/psylife/dao/impl/DeviceLoginLogDaoImpl.java | a622409b17f3f1d4c79116861b35851c9ee0643e | [] | no_license | shanghaif/ineutech | 39cac67c1a71d3dc77dc714c8ea39199fbbbddf0 | 9fab2e91cff8408452652c4aba8d8e0e3fd2cb5b | refs/heads/master | 2023-03-18T09:13:15.377277 | 2020-12-28T06:31:09 | 2020-12-28T06:31:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,151 | java | package com.psylife.dao.impl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.psylife.dao.DeviceLoginLogDao;
import com.psylife.dao.Tru... | [
"[email protected]"
] | |
6ffbf886670b81b509b6de4c1cca8970185045b5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_143f58f863e0c749acde46de8a6fa7ca9251e645/VersionRange/10_143f58f863e0c749acde46de8a6fa7ca9251e645_VersionRange_s.java | e81357e90116fe24c77118ec9690bb574df7d5dd | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,537 | java | /*******************************************************************************
* Copyright (c) 2003, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | [
"[email protected]"
] | |
2331545d2005166a8c6e8c7987a68592d13c27c6 | 5920503431adfdc8e20f229e4902e5ee9000a997 | /jvm/jvm-annotations/src/main/java/org/quickperf/jvm/allocation/AllocationRepository.java | 669ad22ede4c80c8f8d27206ad8ae29f93954ce5 | [
"Apache-2.0"
] | permissive | balaaagi/quickperf | 08abc224851f012ffe4188f5ea2ed2a16f5feb16 | 7343c12536fe8a42667ac8910629f4bdcc4eb879 | refs/heads/master | 2020-12-28T17:59:30.548404 | 2020-02-02T17:51:00 | 2020-02-02T17:51:00 | 238,431,583 | 1 | 0 | Apache-2.0 | 2020-02-05T11:11:51 | 2020-02-05T11:11:50 | null | UTF-8 | Java | false | false | 1,784 | 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 un... | [
"[email protected]"
] | |
407ba12b1f8018622f6f5c53f39e285f65d263b8 | 9a62169ace507c0be95adf3f86c849b0dc144c3e | /src/softtest/rules/keilc/fault/OOBSUMMARYStateMachine.java | 7134dc3e1130f2c38a51beb9362ccbf29799ed16 | [] | no_license | 13001090108/DTSEmbed_LSC | 84b2e7edbf1c7f5162b19f06c892a5b42d3ad88e | 38cc44c10304458e923a1a834faa6b0ca216c0e2 | refs/heads/master | 2020-04-02T05:27:57.577850 | 2018-10-22T06:28:28 | 2018-10-22T06:28:28 | 154,078,761 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,613 | java | package softtest.rules.keilc.fault;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import softtest.ast.c.ASTAssignmentExpression;
import softtest.ast.c.ASTConstant;
import softtest.ast.c.ASTPrimaryExpression;
import softtest.ast.c.SimpleNode;
import softtest.cfg.c.VexNode;
import softtest.d... | [
"[email protected]"
] | |
362d82024e61f249f0647b9f3f2e8f6be22bd3d3 | 99a8722d0d16e123b69e345df7aadad409649f6c | /jpa/deferred/src/main/java/example/repo/Customer172Repository.java | 84896374da152bfa83586b3fc761257bb23e1737 | [
"Apache-2.0"
] | permissive | spring-projects/spring-data-examples | 9c69a0e9f3e2e73c4533dbbab00deae77b2aacd7 | c4d1ca270fcf32a93c2a5e9d7e91a5592b7720ff | refs/heads/main | 2023-09-01T14:17:56.622729 | 2023-08-22T16:51:10 | 2023-08-24T19:48:04 | 16,381,571 | 5,331 | 3,985 | Apache-2.0 | 2023-08-25T09:02:19 | 2014-01-30T15:42:43 | Java | UTF-8 | Java | false | false | 280 | java | package example.repo;
import example.model.Customer172;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer172Repository extends CrudRepository<Customer172, Long> {
List<Customer172> findByLastName(String lastName);
}
| [
"[email protected]"
] | |
d90639e54e00c8be8fc759e162a45d70b9809db9 | c3d386b1a08ef0e1fb2d667cfc34f8dead2b487e | /app/src/main/java/com/app/alldemo/courview/phto/ClipTangularView.java | 3419ec4a8b1165b042912343b93551956f707404 | [] | no_license | wbsguo/StudioAlldemo | ef1b7ae131752ad8f90c76ccfbda0deb961dcc75 | 7e8b42eeb6c19f109f3e3ec57826b40c7a9a6c1c | refs/heads/master | 2021-01-17T12:52:11.158909 | 2016-08-04T07:08:55 | 2016-08-04T07:08:55 | 58,708,516 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,188 | java | package com.app.alldemo.courview.phto;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.View;
/**
* 裁剪边框,矩形
*/
public class ClipTangularView extends View {
/**
* 边框距左右边界距... | [
"[email protected]"
] | |
9c708681f2669d7ee9eb826975b01bedc76f2c36 | cefec0c12fa4b69c90ba54f135fb3bf83823690a | /imagepicker/src/main/java/com/lzy/imagepicker/ui/ImagePreviewBaseActivity.java | 8aeb53766bc8b4ff883b99f9f1fb2d0821fc2e31 | [] | no_license | freakcsh/legalaid | 1bb32504573a6c1ac64461082f758f67536b6dc3 | d461aebba256d65a8123527334a3bbda6e665ad1 | refs/heads/master | 2021-05-08T10:42:45.656627 | 2018-04-23T01:40:49 | 2018-04-23T01:40:49 | 119,856,154 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,121 | java | package com.lzy.imagepicker.ui;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.lzy.imagepicker.DataHolder;
import com.lzy.imagepicker.ImagePicker;
import com.lzy.imagepicker.R;
import com.lzy.imagepicker.ada... | [
"[email protected]"
] | |
c0b6333e81ef5a168379f1c294755af68a32cda7 | 2f3c04382a66dbf222c8587edd67a5df4bc80422 | /src/com/cedar/cp/ejb/base/cube/CubeUpdateEngine$5.java | 624cfd7984a710c759f5626475064b516562170b | [] | no_license | arnoldbendaa/cppro | d3ab6181cc51baad2b80876c65e11e92c569f0cc | f55958b85a74ad685f1360ae33c881b50d6e5814 | refs/heads/master | 2020-03-23T04:18:00.265742 | 2018-09-11T08:15:28 | 2018-09-11T08:15:28 | 141,074,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | // Decompiled by: Fernflower v0.8.6
// Date: 12.08.2012 13:07:02
// Copyright: 2008-2012, Stiver
// Home page: http://www.neshkov.com/ac_decompiler.html
package com.cedar.cp.ejb.base.cube;
import com.cedar.cp.ejb.base.cube.CubeUpdateEngine;
import com.cedar.cp.util.Tem... | [
"[email protected]"
] | |
b7739490185915bbc66c79e68c243f8eae005f00 | 10fdc3aa333ef07a180f29a4425650945c3da9c8 | /zhuanbo-external/src/main/java/com/zhuanbo/external/service/wx/config/WXConfig.java | c8f257f06e793f18c5a63b0301686c7edda84895 | [] | no_license | arvin-xiao/lexuan | 4d67f4ab40243c7e6167e514d899c6cd0c3f0995 | 6cffeee1002bad067e6c8481a3699186351d91a8 | refs/heads/master | 2023-04-27T21:01:06.644131 | 2020-05-03T03:03:52 | 2020-05-03T03:03:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 935 | java | package com.zhuanbo.external.service.wx.config;
import cn.binarywang.wx.miniapp.api.WxMaService;
import cn.binarywang.wx.miniapp.api.impl.WxMaServiceImpl;
import cn.binarywang.wx.miniapp.config.impl.WxMaDefaultConfigImpl;
import com.zhuanbo.core.config.AuthConfig;
import org.springframework.beans.factory.annotation.Au... | [
"[email protected]"
] | |
c374a73e8ad754ad24c119466f4c3959e95c54c4 | ff026f7189dc7127c99bddf2067b67f2aeba9363 | /erian/src/test/java/com/rambo/erian/repository/TaskDaoTest.java | d6769a24297b0ea330114836c96d428aba977519 | [] | no_license | freerambo/rambo | 41e383c7b94d078de884f44af38387f317e5ba49 | 4e7d710c9a01e0ecb7e38480c4041cd902c022ae | refs/heads/master | 2022-12-20T20:13:37.196253 | 2020-09-12T10:42:13 | 2020-09-12T10:42:13 | 25,810,606 | 1 | 2 | null | 2022-12-16T03:23:01 | 2014-10-27T08:53:33 | JavaScript | UTF-8 | Java | false | false | 1,419 | java | /*******************************************************************************
* Copyright (c) 2005, 2014 springside.github.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
*******************************************************************************/
package com.rambo.erian.repositor... | [
"[email protected]"
] | |
291ab8cbf374f8a3d6f15a5bfcda689bd5d50a5c | eab084584e34ec065cd115139c346180e651c1c2 | /src/main/java/v1/t500/T523.java | 2e3e92575ba4c68015a80b850ed4b003255ee316 | [] | no_license | zhouyuan93/leetcode | 5396bd3a01ed0f127553e1e175bb1f725d1c7919 | cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b | refs/heads/master | 2023-05-11T19:11:09.322348 | 2023-05-05T09:12:53 | 2023-05-05T09:12:53 | 197,735,845 | 0 | 0 | null | 2020-04-05T09:17:34 | 2019-07-19T08:38:17 | Java | UTF-8 | Java | false | false | 494 | java | package v1.t500;
import java.util.HashSet;
public class T523 {
public boolean checkSubarraySum(int[] nums, int k) {
HashSet<Integer> set = new HashSet<>(2*k);
int before = 0;
int sum = 0;
for (int i = 0; i < nums.length; i++) {
sum += nums[i];
sum %= k;
... | [
"[email protected]"
] | |
68d58cac96faf765dbad411bf83cccd06d7ee1e8 | a1d34d57e8bbdb5d9331d600d0de9fded269c871 | /test/java/secfox/soc/melon/es/EsIndexTest.java | 774c8794692bfce049be1edf5911b50897b90d43 | [] | no_license | zhanght86/melon-sg | b26117cca6a4c31011781acb73671505bef8304b | 6bdd1f06cf532727ea6b639de852bfeaf405babb | refs/heads/master | 2022-04-13T11:18:19.355386 | 2015-04-07T09:30:11 | 2015-04-07T09:30:11 | 104,092,166 | 0 | 0 | null | 2020-03-31T10:14:30 | 2017-09-19T15:20:11 | JavaScript | UTF-8 | Java | false | false | 4,624 | java | /*
* (c) Copyright 2013 网神信息技术(北京)股份有限公司
* http://www.legendsec.com
*/
package secfox.soc.melon.es;
import java.io.IOException;
import java.util.Date;
import java.util.Map;
import javax.annotation.Resource;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.index.IndexResponse;
imp... | [
"[email protected]"
] | |
8b95b145a317ee464d85261c4a0675cd26dad8ce | 5d00b27e4022698c2dc56ebbc63263f3c44eea83 | /gen/com/ah/xml/be/config/LDAPAuthPrivateKeyPassword.java | a74abc4dc9a9939ab8c2ca1fcb29659d81c7151a | [] | no_license | Aliing/WindManager | ac5b8927124f992e5736e34b1b5ebb4df566770a | f66959dcaecd74696ae8bc764371c9a2aa421f42 | refs/heads/master | 2020-12-27T23:57:43.988113 | 2014-07-28T17:58:46 | 2014-07-28T17:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,601 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.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: 2014.07.01 at 11:... | [
"[email protected]"
] | |
0e787b9a4e51b4729d5e412b2bf4c6d79b495a64 | b831852b771669a19acfc02ae5589c00cabeca8b | /src/com/speical/first/Pro147.java | 6981b8ee72a19eeaa39e7c5334f5c78ef37b0800 | [] | no_license | SpecialYang/NowCoderPostgraduateTest | 36d61573da1882269cdcf8dec38d77ba4c56670e | 9dbb442e0790f64b0e8cf96f569ff3a2fbe8919a | refs/heads/master | 2021-09-07T01:03:49.544599 | 2018-02-14T16:07:06 | 2018-02-14T16:07:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.speical.first;
import java.util.Scanner;
/**
*
* @author special
* @date 2018年1月25日 上午11:30:46
*/
public class Pro147 {
static final int MIN = Integer.MIN_VALUE;
static final int MAX = Integer.MAX_VALUE;
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner input = ... | [
"[email protected]"
] | |
67b78cac5f48ac33fc908b98026cfb25ef6a7343 | 19e0a7362b33632d7f000ae8abbb930d322a7cfa | /src/main/java/com/thinkgem/jeesite/modules/pms/dao/UnitDao.java | 2e83c2a663cf52972de5a1af5af5efa2cb0e1e47 | [
"Apache-2.0"
] | permissive | chuabo/pms | 3abf5b274b39bf61437979ea0c46a2a69b4bc12f | 5ad0ec915909e6ad1cee32a2632e2dbc524734d4 | refs/heads/master | 2022-03-04T09:25:24.990716 | 2022-03-02T09:15:38 | 2022-03-02T09:15:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | /**
* There are <a href="https://github.com/thinkgem/jeesite">JeeSite</a> code generation
*/
package com.thinkgem.jeesite.modules.pms.dao;
import org.springframework.stereotype.Repository;
import com.thinkgem.jeesite.common.persistence.BaseDao;
import com.thinkgem.jeesite.common.persistence.Parameter;
import com.th... | [
"[email protected]"
] | |
5452e263abb594e90ed30258dcd05c1c3c0ef366 | c99d70315aa072f2e38d1c66d049a5ee0adf8d2b | /elara-core/src/main/java/org/tools4j/elara/app/factory/AppendingSequencerFactory.java | f7aa6ea3763c51d94c2c18a5a1b837e4c821fdb2 | [
"MIT"
] | permissive | tools4j/elara | bb5d00d3fe2bc18a546170cabbc15412579eec71 | 57276e2d82628de7e41962ab4d36cbfaaefa3ca8 | refs/heads/master | 2023-09-02T01:25:21.168070 | 2023-06-09T11:30:09 | 2023-06-09T11:30:09 | 243,245,824 | 12 | 3 | MIT | 2023-03-28T15:50:20 | 2020-02-26T11:25:03 | Java | UTF-8 | Java | false | false | 3,441 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2020-2023 tools4j.org (Marco Terzer, Anton Anufriev)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including witho... | [
"[email protected]"
] | |
d209713993c5f96ce7a63a124776553b10328c7f | 9c5280f886007402de36dacc78c2be1ecf2408a6 | /languages/naming/source_gen/de/voelter/mps/naming/constraints/NamespaceImport_Constraints.java | 7abf61a5a9ce1580f9acf9fb20885aa5f85fe503 | [] | no_license | michaelhow/MPSLangComp-MPS2.0 | b169e00df06d0930240f3c7f70ab8d2669aa75ca | 52a7d7b58cacc72672714761d74eb84a43adf824 | refs/heads/master | 2021-01-15T10:35:42.245621 | 2011-07-05T13:26:32 | 2011-07-05T13:26:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package de.voelter.mps.naming.constraints;
/*Generated by MPS */
import jetbrains.mps.smodel.runtime.base.BaseConstraintsDescriptor;
import java.util.Map;
import jetbrains.mps.smodel.runtime.ReferenceConstraintsDescriptor;
import java.util.HashMap;
import jetbrains.mps.smodel.runtime.base.BaseReferenceConstraintsDesc... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.