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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e00807712c1e5d560b31af0b5d7d020db91351d | a0b7ea8bb4bd18e0f93c58e7cd07cc12372b97bd | /src/Graph/AlienDictionary.java | 23bd981300c4a7b76a9807191aed53143806ca58 | [] | no_license | shiyanch/InterviewPrep | e53115f7d00b8f72be50b4df4e8718800fb8cddc | bd8c4af8a8705148cc8dec1fef00191818f7d2b3 | refs/heads/master | 2021-01-21T21:09:59.751333 | 2017-05-24T16:50:21 | 2017-05-24T16:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,083 | java | package Graph;
import java.util.Arrays;
/**
* Created by shiyanch on 1/4/17.
*/
public class AlienDictionary {
public String alienOrder(String[] words) {
int n = 26;
int[][] adj = new int[n][n];
int[] visited = new int[n];
Arrays.fill(visited, -1);
for (String word : wor... | [
"shiyanch@gmail.com"
] | shiyanch@gmail.com |
3dd2e9dbf16a3912866ff125581c93bb8b90b14e | 15d0df6ba5c3a9b5a1b0798a873a2ad30608a2ce | /Workspace/org.condast.js.bootstrap/src/org/condast/js/bootstrap/Activator.java | cbd796d175590c57968b06303b580141f08dbafc | [
"Apache-2.0"
] | permissive | condast/org.condast.js | 5a8ce7ef7b0053e17d15f773f61800119309e444 | 2796a614abdfc1b4ce84d7b31cb6c4942953b277 | refs/heads/master | 2022-08-30T12:42:38.513505 | 2022-06-09T17:22:58 | 2022-06-09T17:22:58 | 74,229,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package org.condast.js.bootstrap;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
public class Activator implements BundleActivator {
private static BundleContext context;
static BundleContext getContext() {
return context;
}
/*
* (non-Javadoc)
* @see or... | [
"info@condast.com"
] | info@condast.com |
c9affe32f5718182c4784d784d9b74532291011a | 3a3d51f069841893eabf7f58f81ebf411107efba | /src/main/java/org/akomantoso/schema/v3/release/EolType.java | cc432919021d0c6e5a230cb618cbecef608f7d2a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ymartin59/akomantoso-lib | 7481f4cf3ead3d8b410f40f6b7b3106318692dfb | 3215cb0d8596ea2c74595b59a0f81c6e91183fab | refs/heads/master | 2022-03-27T20:27:39.719762 | 2017-06-29T17:21:41 | 2017-06-29T17:21:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,850 | 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: 2017.05.... | [
"ashok@hariharan.org.in"
] | ashok@hariharan.org.in |
1a5f15d6f0a0302fb838b5ea997aa2d79629b1c0 | 8ba7e66ca0c880a5b251e76309382e1bac17c3bd | /code/client/corepower/helloworld-coolsql/src/com/coolsql/pub/parse/StringManagerFactory.java | 37f76c47cc92a491e0a15bbe76fadb608dddbf46 | [] | no_license | gongweichuan/gongweichuan | b80571d21f8d8d00163fc809ed36aae78887ae40 | 65c4033f95257cd8f33bfd5723ba643291beb8ca | refs/heads/master | 2016-09-05T20:12:18.033880 | 2013-04-09T15:53:28 | 2013-04-09T15:53:28 | 34,544,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | /**
*
*/
package com.coolsql.pub.parse;
import java.util.HashMap;
import java.util.Map;
/**
* This class manages instances of <TT>StringManager</TT> objects. It keeps a
* cache of them, one for each package.
* @author 刘孝林(kenny liu)
*
* 2008-1-13 create
*/
public class StringManagerFactory {
... | [
"gongweichuan@gmail.com@934a62da-e7e6-11dd-bce9-bf72c0239d3a"
] | gongweichuan@gmail.com@934a62da-e7e6-11dd-bce9-bf72c0239d3a |
f735c128e24bf3d07b1268c24e7bbd05da93d3d9 | 75e7d1a3ab7e6bf8e9305827aebb787cd6ed94e6 | /study/architecture/src/main/java/com/shang/jvm/Test02.java | 5b92c2ae8dfa6668863e58f4f862a8c1389691d3 | [
"Apache-2.0"
] | permissive | nickshang/study | 9f3f8c9b4bfe72a67b54aed24973e9bb941b603a | 49afda86aa3a816a21d998a8456106a6d78d7cf5 | refs/heads/master | 2021-01-22T10:59:36.107512 | 2018-03-01T14:57:24 | 2018-03-01T14:57:24 | 102,343,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.shang.jvm;
/**
* Created by Think on 2017/11/7.
*/
public class Test02 {
public static void main(String[] args) {
//第一次配置
//-Xms20m -Xmx20m -Xmn1m -XX:SurvivorRatio=2 -XX:+PrintGCDetails -XX:+UseSerialGC
//第二次配置
//-Xms20m -Xmx20m -Xmn7m -XX:SurvivorRatio=2 -XX:+Prin... | [
"ssj00@163.com"
] | ssj00@163.com |
65620c81e1eb99f7b8ae983752d43d07df9d780e | ce1f43ad1cd2434ba1d65df57267aa84e3cadb50 | /visualization/src/de/peerthing/visualization/querymodel/ListWithParent.java | fe70e042af8320c83d0f805bddc169616fc7c046 | [
"Apache-2.0"
] | permissive | rju/peerthing | 3387d049475d0049f8e3991d9a363ea48572ab7c | 7abe8d3be11f5e66c8413b780640c3892503ce16 | refs/heads/master | 2021-04-26T22:22:27.396478 | 2018-03-06T21:50:22 | 2018-03-06T21:50:22 | 124,080,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package de.peerthing.visualization.querymodel;
import java.util.ArrayList;
import de.peerthing.visualization.querymodel.interfaces.IListWithParent;
import de.peerthing.visualization.querymodel.interfaces.IQueryDataModel;
/**
* Default Implementation of IListWithParent. See
* the interface for a description.
*
*... | [
"reiner.jung@email.uni-kiel.de"
] | reiner.jung@email.uni-kiel.de |
6320ec4be45a324c73170d18dbb8f78fcf214a90 | 352163a8f69f64bc87a9e14471c947e51bd6b27d | /bin/ext-template/yb2bacceleratorfacades/src/de/hybris/platform/yb2bacceleratorfacades/variant/populators/VariantOptionDataPricePopulator.java | bb856109488b26d3cb0d9e49ab4c3556d8144475 | [] | no_license | GTNDYanagisawa/merchandise | 2ad5209480d5dc7d946a442479cfd60649137109 | e9773338d63d4f053954d396835ac25ef71039d3 | refs/heads/master | 2021-01-22T20:45:31.217238 | 2015-05-20T06:23:45 | 2015-05-20T06:23:45 | 35,868,211 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,604 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2014 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... | [
"yanagisawa@gotandadenshi.jp"
] | yanagisawa@gotandadenshi.jp |
5ddc96ca3d1532acf50274852e015c7120747f1b | 9bac6b22d956192ba16d154fca68308c75052cbb | /icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/biz/generator/GFPIWitnessSummonsAllocationResultGenerator.java | 5469db84a3a416ce4078214c91d8ea570bff4db7 | [] | no_license | peterso05168/icmsint | 9d4723781a6666cae8b72d42713467614699b66d | 79461c4dc34c41b2533587ea3815d6275731a0a8 | refs/heads/master | 2020-06-25T07:32:54.932397 | 2017-07-13T10:54:56 | 2017-07-13T10:54:56 | 96,960,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package hk.judiciary.icmsint.model.sysinf.biz.generator;
import java.util.List;
import hk.judiciary.fmk.common.security.user.JudiciaryUser;
import hk.judiciary.icms.model.dao.entity.SysInfCtrl;
import hk.judiciary.icmsint.model.common.SysInfConstant;
import hk.judiciary.icmsint.model.sysinf.dao.DAOException;
import h... | [
"peterso05168@gmail.com"
] | peterso05168@gmail.com |
fddf568645a3e83a9b2b9c5111947ad5b557050d | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/com/tencent/open/Util$Statistic.java | 43a9fd26ced71c9a3e0a556569724b0c0a695df1 | [] | 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 | 466 | java | package com.tencent.open;
public class Util$Statistic
{
public String a;
public long b;
public long c;
public Util$Statistic(String paramString, int paramInt)
{
this.a = paramString;
this.b = paramInt;
if (this.a != null) {
this.c = this.a.length();
}
}
}
/* Location: ... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
ecb35ef160705d602b3ef80548291712ffb31b27 | 274a3f814e12712ad56d463b31e18fcf9d7a6955 | /src/main/de/hsmainz/cs/semgis/arqextension/envelope/relation/BBOXBelow.java | 836a21fb968e61b6eef68caa577a71019c2d1cb9 | [] | no_license | lisha992610/my_jena_geo | a5c80c8345ef7a32dd487ca57400b7947d80d336 | fff8e26992a02b5a1c1de731b2e6f9ab09249776 | refs/heads/master | 2023-04-23T03:11:39.128121 | 2021-05-12T05:05:29 | 2021-05-12T05:05:29 | 366,588,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,897 | java | package de.hsmainz.cs.semgis.arqextension.envelope.relation;
import org.apache.jena.sparql.expr.ExprEvalException;
import org.apache.jena.sparql.expr.NodeValue;
import org.apache.jena.sparql.function.FunctionBase2;
import org.apache.sis.coverage.grid.GridCoverage;
import org.opengis.geometry.MismatchedDimensionExcepti... | [
"shiying.li@sec.ethz.ch"
] | shiying.li@sec.ethz.ch |
4bd2574d3fc9148950516180222935950caebb56 | 3a59bd4f3c7841a60444bb5af6c859dd2fe7b355 | /sources/com/google/android/gms/internal/ads/zzdly.java | 9b660b743f42aad6d116b7b4e9bc9e7f0393afbd | [] | no_license | sengeiou/KnowAndGo-android-thunkable | 65ac6882af9b52aac4f5a4999e095eaae4da3c7f | 39e809d0bbbe9a743253bed99b8209679ad449c9 | refs/heads/master | 2023-01-01T02:20:01.680570 | 2020-10-22T04:35:27 | 2020-10-22T04:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package com.google.android.gms.internal.ads;
final /* synthetic */ class zzdly {
static final /* synthetic */ int[] zzhbp = new int[zzdlg.values().length];
/* JADX WARNING: Can't wrap try/catch for region: R(8:0|1|2|3|4|5|6|8) */
/* JADX WARNING: Failed to process nested try/catch */
/* JADX WARNING: ... | [
"joshuahj.tsao@gmail.com"
] | joshuahj.tsao@gmail.com |
2e530e268d01b662e54866b6522872e56cfb539b | 058e40ad56cdac40ebb2a99597b274021ea08265 | /android/app/src/debug/java/com/square_lab_26872/ReactNativeFlipper.java | 8db9472b2686333bc06f384e32d91ac2f66d9673 | [] | no_license | crowdbotics-apps/square-lab-26872 | c100d243138a62fea44fc41231f60069344e0458 | 6941e4f4b89209e3031d1c127e4e235ed2d145ea | refs/heads/master | 2023-04-29T21:58:06.964100 | 2021-05-18T14:33:57 | 2021-05-18T14:33:57 | 368,562,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,271 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.square_lab_26872;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import ... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
b64cc05175dfa9797488635ee7e924e57ed1dc5f | 83be00a56f9d4f1b97ad1bb16bce1b253f460639 | /p407.java | cf768255f2272272bfdf055c360d4f01764f6744 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | koonom1985/Project-Euler-solutions | b4ad2b0ea7764d746eee9a0424746915b764114e | 2dbd5db087f727062c6adc3cb14b4bfffd5f1a0d | refs/heads/master | 2020-07-05T09:11:14.444520 | 2013-09-27T22:30:33 | 2013-09-27T22:30:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,958 | java | /*
* Solution to Project Euler problem 407
* By Nayuki Minase
*
* http://nayuki.eigenstate.org/page/project-euler-solutions
* https://github.com/nayuki/Project-Euler-solutions
*/
import java.util.ArrayList;
import java.util.List;
public final class p407 implements EulerSolution {
public static void main(S... | [
"nayuki@eigenstate.org"
] | nayuki@eigenstate.org |
cfd87f320612ffce54655cb2bc2d6467316d8b78 | d8e1f5b8ff88a4c7578ae5c8632c306bd565f049 | /usertype.core/src/test/java/org/jadira/usertype/moneyandcurrency/moneta/TestPersistentMoneyMajorAmountAndCurrency.java | 65779a11f94e029b64c43c68031458b6995234dd | [
"Apache-2.0"
] | permissive | sigmamupi/jadira | eb0205e304a3b57989844e96b2e77dbc390a2a2b | 09c9a28a6305852366a2ff0908e8dd0bb9c04407 | refs/heads/master | 2020-12-02T01:06:50.192392 | 2019-12-30T12:20:49 | 2019-12-30T12:20:49 | 230,838,403 | 0 | 0 | Apache-2.0 | 2019-12-30T03:09:35 | 2019-12-30T03:09:34 | null | UTF-8 | Java | false | false | 2,460 | java | /*
* Copyright 2010, 2011 Christopher Pheby
*
* 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... | [
"chris@jadira.co.uk"
] | chris@jadira.co.uk |
c820410d2e658308632d9d1e770261305de9421a | 8b06f012c6b741c1a9e591946b861969f8ea9533 | /src/project/fantalk/command/AbstractMessageHanler.java | c57198c8cc484cf2dfc603c2e0eb74da19c4dd00 | [] | no_license | gavin01du/fantalk | 4afa0e985713a3f62b01c46bc24833ced9c8cbdc | d1579c2f8817fc67a2b8bbd0c3b672092266beea | refs/heads/master | 2020-07-15T03:12:17.148905 | 2011-06-19T07:01:40 | 2011-06-19T07:01:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,255 | java | package project.fantalk.command;
import java.util.Calendar;
import java.util.List;
import java.util.TimeZone;
import project.fantalk.api.Utils;
import project.fantalk.api.fanfou.FanfouService;
import project.fantalk.api.fanfou.Message;
import project.fantalk.model.Datastore;
import project.fantalk.model.Member;
impor... | [
"mcxiaoke@gmail.com"
] | mcxiaoke@gmail.com |
dd11448fb7268db4c74a6db5966ebc665025cb1c | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/contract/client/OaOpinionUI.java | 3e69ae77c260300e13b0498eac5876ece3ce7459 | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 2,492 | java | /**
* output package name
*/
package com.kingdee.eas.fdc.contract.client;
import java.awt.event.*;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.log4j.Logger;
import com.kingdee.bos.ui.face.CoreUIObject;
import com.kingdee.bos.ctrl.kdf.table.IRow;
import com.kingdee.... | [
"yfsmile@qq.com"
] | yfsmile@qq.com |
fff5fbf0e91dd309956f04b1159063c98835c3cf | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/yauaa/learning/1122/YauaaVersion.java | a1db09bd67d026b354a6129c62fcc183644b4d21 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,854 | java | /*
* Yet Another UserAgent Analyzer
* Copyright (C) 2013-2018 Niels Basjes
*
* 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... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
231e9c8c44dfd8e17290b985cb9f84dee55850a4 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/inspection/switchExpressionMigration/afterSwitchWithReturnNonExhaustiveSealed.java | 5d1c070f8e7a275a0edf5905b9d8e1fb4383f235 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 282 | java | // "Replace with 'switch' expression" "true-preview"
class X {
int test(I i) {
return switch (i) {
case C1 c1 -> 3;
default -> 5;
};
}
sealed interface I {}
final class C1 implements I {}
final class C2 implements I {}
} | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
575ba700dc42a82a0d0d70b18d9371107e16b7e5 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/derby/10.10.2.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/_Suite.java | dd66fa7a37ac1a73a83585128010b9d442f1a6ac | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,567 | java | /*
Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite
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.... | [
"snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
ec30c127fba22ed747eb8aab99b9cacb772a2e2b | 462c6815dadc83b1bd406fba29ab0c905cf4bc05 | /src/bee/generated/server/CreatePullPointResponse.java | e9f03c8c19f2bb3fc12472e5590a149f7ace78c0 | [] | no_license | francoisperron/learning-soap-onvif | ab89b38d770547c0b9ad17a45865c7b8adea5d09 | 6a0ed9167ad8c2369993da21a5d115a309f42e16 | refs/heads/master | 2020-05-14T23:53:35.084374 | 2019-04-18T02:33:17 | 2019-04-18T02:33:17 | 182,002,749 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,669 | java |
package bee.generated.server;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyEl... | [
"fperron@gmail.com"
] | fperron@gmail.com |
2098fbf348842982f10b56a746c78408c837cebe | bdb5d205d56ef9e0f523be1c3fd683400f7057a5 | /app/src/main/java/com/tgf/kcwc/mvp/model/CouponEventModel.java | 0cb5dbcf400d6e8cfecd8fc250cab9de0c8e650d | [] | no_license | yangyusong1121/Android-car | f8fbd83b8efeb2f0e171048103f2298d96798f9e | d6215e7a59f61bd7f15720c8e46423045f41c083 | refs/heads/master | 2020-03-11T17:25:07.154083 | 2018-04-19T02:18:15 | 2018-04-19T02:20:19 | 130,146,301 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package com.tgf.kcwc.mvp.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Auther: Scott
* Date: 2017/2/15 0015
* E-mail:hekescott@qq.com
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class CouponEventModel {
@JsonProperty... | [
"328797668@qq.com"
] | 328797668@qq.com |
d9c5d638376110908063a95a79284f0ea4db6b0f | 879a1a1c39eaa31399e13fedf56384477e877f32 | /gradle-core-3.1.0.jar_dir/gradle-core-3.1.0/52bded9389c25f568914b1ebf31a5d18/com/android/build/gradle/internal/tasks/CheckProguardFiles.java | 75c48a63784febd64fc330b5b3b5733a86359cb6 | [
"Apache-2.0"
] | permissive | ytempest/gradle-source-3.2.1 | dcf330e7be877fa6106b532cc8a29a93c41fb8a8 | 2957cc9a46826f8f72851c7e1c88caffc677df7c | refs/heads/master | 2023-03-27T03:57:27.198502 | 2021-03-09T03:55:50 | 2021-03-09T03:55:50 | 345,876,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,172 | java | /* */ package com.android.build.gradle.internal.tasks;
/* */
/* */ import com.android.build.gradle.ProguardFiles;
/* */ import com.android.build.gradle.ProguardFiles.ProguardFile;
/* */ import com.android.build.gradle.internal.scope.TaskConfigAction;
/* */ import com.android.build.gradle.intern... | [
"787491096@qq.com"
] | 787491096@qq.com |
882ba82c6b9be79d9e1cea972fcbaca46eaf5d2c | e48bbaf1bd1089f256a4832d4e45f45ef87bd585 | /p2psys-core/src/main/java/com/rongdu/p2psys/tpp/chinapnr/model/ChinapnrReconciliation.java | ef6ecc44063884ef58366a124aa21da207152075 | [] | no_license | rebider/pro_bank | 330d5d53913424d8629622f045fc9b26ad893591 | 37799f63d63e8a2df1f63191a92baf5b01e88a3f | refs/heads/master | 2021-06-17T21:15:58.363591 | 2017-05-25T09:45:38 | 2017-05-25T09:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,126 | java | package com.rongdu.p2psys.tpp.chinapnr.model;
import java.io.UnsupportedEncodingException;
/**
* 放还款对账(投标对账)
*
* @author yinliang
* @version 2.0
* @Date 2015年1月17日
*/
public class ChinapnrReconciliation extends ChinapnrModel {
private String beginDate;
private String endDate;
private String pa... | [
"jinxlovejinx@vip.qq.com"
] | jinxlovejinx@vip.qq.com |
7a79e2ceb7ec443c5cce6b25c4980ee97edb4a58 | b4c47b649e6e8b5fc48eed12fbfebeead32abc08 | /android/util/ContainerHelpers.java | c7ddd32764931c8c3f0e991acb43d10864178613 | [] | no_license | neetavarkala/miui_framework_clover | 300a2b435330b928ac96714ca9efab507ef01533 | 2670fd5d0ddb62f5e537f3e89648d86d946bd6bc | refs/heads/master | 2022-01-16T09:24:02.202222 | 2018-09-01T13:39:50 | 2018-09-01T13:39:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
package android.util;
class ContainerHelpers
{
ContainerHelpers()
{
}
static int binarySearch(int ai[], int i, int j)
{
b... | [
"hosigumayuugi@gmail.com"
] | hosigumayuugi@gmail.com |
d341da5e1b1222ad9f95d8dbc84e3667842e9ead | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project66/src/main/java/org/gradle/test/performance66_2/Production66_123.java | 8a180c218edc626c235b67d0e611235b993eccb8 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance66_2;
public class Production66_123 extends org.gradle.test.performance15_2.Production15_123 {
private final String property;
public Production66_123() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
9c7d1369af83ce3c86b8836238b05a82eaf446de | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/train/Revenge_of_the_Pancakes/S/readInFile.java | b8c9db51f665efcac82cab6b79ba9c179783a8ea | [] | no_license | yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660282 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package methodEmbedding.Revenge_of_the_Pancakes.S.LYD78;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class readInFile {
public static void main(String[] args) {
BufferedReader br = null;
... | [
"liangyuding@sjtu.edu.cn"
] | liangyuding@sjtu.edu.cn |
48c845f124c4a24f43c9c0a81b81ac74fe08b0a3 | e1ed5f410bba8c05310b6a7dabe65b7ef62a9322 | /src/main/java/com/sda/javabyd3/mizi/designPattern/fabricMethod/generators/OfficialReportGenerator.java | 3453547d26beeb9a1d71e0288289838aa5481d56 | [] | no_license | pmkiedrowicz/javabyd3 | 252f70e70f0fc71e8ef9019fdd8cea5bd05ca90b | 7ff8e93c041f27383b3ad31b43f014c059ef53e3 | refs/heads/master | 2022-01-01T08:56:08.747392 | 2019-07-26T19:02:50 | 2019-07-26T19:02:50 | 199,065,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 437 | java | package com.sda.javabyd3.mizi.designPattern.fabricMethod.generators;
import com.sda.javabyd3.mizi.designPattern.fabricMethod.reports.OfficialReport;
import com.sda.javabyd3.mizi.designPattern.fabricMethod.reports.Report;
public class OfficialReportGenerator implements ReportGenerator {
@Override
public Repor... | [
"pmkiedrowicz@gmail.com"
] | pmkiedrowicz@gmail.com |
d61d83ab1a236719d14f578c60b6d5d50eea72a1 | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/cpdb/cpdbns/GetCpdbIdsInFsetResponse.java | 08dcefb27435a5772b88cbc4e437408843a0ce33 | [] | no_license | ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631231 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java |
package cpdbns;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>T... | [
"ouni_ali@yahoo.fr"
] | ouni_ali@yahoo.fr |
a6c6cabd48db7b7a3a8e1642dc181acd95eb877f | 2e17f9bab427647bd7ad5b6a07544d21e16b11e3 | /Chapter18/PalindromRecursiveHelper/PalindromRecursiveHelperTester.java | e90b96d52fbbbb74e4e2ebc46c98de07c418c9cc | [
"MIT"
] | permissive | freakygeeks/BigJavaCodeSolution | 42918111d8efb7bcb88616b256e44894c6433ed1 | ed02f808cf61a1bf0f3af8bd5fb891d10229e3f3 | refs/heads/master | 2021-07-11T13:15:00.466897 | 2021-04-02T14:49:48 | 2021-04-02T14:49:48 | 52,708,407 | 3 | 0 | null | 2021-04-02T14:41:13 | 2016-02-28T06:35:46 | Java | UTF-8 | Java | false | false | 482 | java | //Chapter 18 - Example 18.1
import java.util.Scanner;
public class PalindromRecursiveHelperTester
{
public static void main (String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Please enter a string : ");
String s = in.next();
PalindromRecursiveHelper drom = new PalindromRecursiveHelp... | [
"freakygeeks@users.noreply.github.com"
] | freakygeeks@users.noreply.github.com |
621737af02c60a4436c8ef74d3a7c6c32bd89031 | 875d88ee9cf7b40c9712178d1ee48f0080fa0f8a | /geronimo-jcdi_2.0_spec/src/main/java/javax/decorator/Decorator.java | b3d3369c44d2fac55c174f2af1da7d26340cb90c | [
"Apache-2.0",
"W3C",
"W3C-19980720"
] | permissive | jgallimore/geronimo-specs | b152164488692a7e824c73a9ba53e6fb72c6a7a3 | 09c09bcfc1050d60dcb4656029e957837f851857 | refs/heads/trunk | 2022-12-15T14:02:09.338370 | 2020-09-14T18:21:46 | 2020-09-14T18:21:46 | 284,994,475 | 0 | 1 | Apache-2.0 | 2020-09-14T18:21:47 | 2020-08-04T13:51:47 | Java | UTF-8 | Java | false | false | 1,490 | 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 ... | [
"struberg@apache.org"
] | struberg@apache.org |
3e9e564772a5fd62ea447ac71eb963fcb5fe62d3 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/server/api/protocolrecords/RunSharedCacheCleanerTaskRequest.java | b8e71f04d40de69d73128285ca96f292e8c57556 | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package org.apache.hadoop.yarn.server.api.protocolrecords;
import org.apache.hadoop.classification.InterfaceAudience.Public;
import org.apache.hadoop.classification.InterfaceStability.Unstable;
@Public
@Unstable
public abstract class RunSharedCacheCleanerTaskRequest
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
0ae56f2bd16c80fad6a95b13c4794fe81cd09fae | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/google/android/gms/internal/firebase_ml/zzhc.java | 46299b4bb6a5b561ddc50188f1fe10ffff43ef5f | [] | 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 | 258 | java | package com.google.android.gms.internal.firebase_ml;
import java.nio.charset.Charset;
public final class zzhc {
public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
public static final Charset UTF_8 = Charset.forName("UTF-8");
}
| [
"593746220@qq.com"
] | 593746220@qq.com |
b645aab1a521e3465b80273cf8ab24fea169e042 | 5ebf8e5463d207b5cc17e14cc51e5a1df135ccb9 | /moe.apple/moe.platform.ios/src/main/java/apple/uikit/NSFileProviderExtension.java | e78831f096cbd11b02f6d5f8678ca232c245c9d1 | [
"ICU",
"Apache-2.0",
"W3C"
] | permissive | multi-os-engine-community/moe-core | 1cd1ea1c2caf6c097d2cd6d258f0026dbf679725 | a1d54be2cf009dd57953c9ed613da48cdfc01779 | refs/heads/master | 2021-07-09T15:31:19.785525 | 2017-08-22T10:34:50 | 2017-08-22T10:59:02 | 101,847,137 | 1 | 0 | null | 2017-08-30T06:43:46 | 2017-08-30T06:43:46 | null | UTF-8 | Java | false | false | 7,243 | java | /*
Copyright 2014-2016 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, s... | [
"kristof.liliom@migeran.com"
] | kristof.liliom@migeran.com |
261bc93598335fddf69c9e81a4c3a3aad1722920 | dc599e9ff38515bc4505450fa6b2a07f2bc83a3c | /algorithms/java/src/DynamicProgramming/DistinctSubsequencesT.java | 4ff9ce4ed99d79c75adefdaeee1f50be4be63763 | [] | no_license | Jack47/leetcode | dd53da8b884074f23bc04eb14429fe7a6bdf3aca | aed4f6a90b6a69ffcd737b919eb5ba0113a47d40 | refs/heads/master | 2021-01-10T16:27:41.855762 | 2018-07-20T08:53:36 | 2018-07-20T08:53:36 | 44,210,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package DynamicProgramming;
public class DistinctSubsequencesT {
// subsequence(s) ==> t
public int numDistinct(String s, String t) {
int[][] dp = new int[t.length() + 1][s.length() + 1];
for (int i = 0; i <= t.length(); i++) {
for (int j = 0; j <= s.length(); j++) {
... | [
"scsvip@gmail.com"
] | scsvip@gmail.com |
f8669c4208db409de08be8d2d597fcd885957c79 | ff7e107a5068b07436342353dbf912d587c3840b | /flow-master0925---处理/flow-master0925/flow/flow-server/src/main/java/com/zres/project/localnet/portal/flowdealinfo/data/dao/CheckFeedbackDao.java | 5e1a8cc006ab65dc51f53ebe6438a27919eaeee4 | [] | no_license | lichao20000/resflow-master | 0f0668c7a6cb03cafaca153b9e9b882b2891b212 | 78217aa31f17dd5c53189e695a3a0194fced0d0a | refs/heads/master | 2023-01-27T19:15:40.752341 | 2020-12-10T02:07:32 | 2020-12-10T02:07:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | package com.zres.project.localnet.portal.flowdealinfo.data.dao;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
* Created by tang.huili on 2019/3/5.
*/
public interface CheckFeedbackDao {
public Map<String,Object> queryInfoByWoId(String woId);
public Map<String... | [
"2832383563@qq.com"
] | 2832383563@qq.com |
b396d17aa6f44b52c8153c2b94b210d9794ef260 | 781d6bff059ad5a68079e5a135b987e818d66b77 | /Homework 1/Lesson3.2/src/nekretnina/Stan.java | 05f2992966e83cd056fef56ded074e765266327d | [] | no_license | Ana-cpu/JavaZadaci | a48a5622163b098ed1065946c265fac54bb4c106 | c3dbd3966ea3d200f2d93a4c5cc0769b3566e715 | refs/heads/master | 2020-09-25T00:00:15.864213 | 2020-02-20T12:23:14 | 2020-02-20T12:23:14 | 225,874,328 | 0 | 0 | null | 2020-02-20T12:23:16 | 2019-12-04T13:30:18 | Java | UTF-8 | Java | false | false | 932 | java | package nekretnina;
public class Stan extends Nekretnina{
Nekretnina Nekretnina;
public Stan() {
super();
}
public Stan(Vlasnik Vlasnik, String address, int zone, int kvadratura) {
this.Nekretnina = Nekretnina;
}
public double izracunajCenu(double kvadratura, int zone) {
double cena = 0.0;
if (zo... | [
"you@example.com"
] | you@example.com |
029c9010eaa41d3000a251512ba39b571545a295 | 7f287b27f6f0a4accb3ab01da7452f23565396ae | /datamasking/progetto/src/it/unibas/datamasking/Costanti.java | c4798be5e692744be20e5c197006e78b75d72350 | [] | no_license | MihaiSoanea/Java-Projects | d941776f7a0bd79527dde805e1a549f609484dd6 | 56c0d5d2792160c8fa4e4f5c43938fefd48ddd4f | refs/heads/master | 2020-09-01T15:06:47.126318 | 2019-11-01T13:47:48 | 2019-11-01T13:47:48 | 218,987,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 153 | java | package it.unibas.datamasking;
public class Costanti {
public static final String REDIRECT = "?faces-redirect=true&includeViewParams=true";
}
| [
"mihaisoanea@yahoo.it"
] | mihaisoanea@yahoo.it |
f065d99779465e5b8e812c5202459acb35599258 | e047870136e1958ce80dad88fa931304ada49a1b | /eu.cessar.ct.cid.model/src_model/eu/cessar/ct/cid/model/elements/impl/NamedElementImpl.java | 86357de0423a61754bb49d1c513164ae4dd0f74e | [] | no_license | ONagaty/SEA-ModellAR | f4994a628459a20b9be7af95d41d5e0ff8a21f77 | a0f6bdbb072503ea584d72f872f29a20ea98ade5 | refs/heads/main | 2023-06-04T07:07:02.900503 | 2021-06-19T20:54:47 | 2021-06-19T20:54:47 | 376,735,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,526 | java | /**
*/
package eu.cessar.ct.cid.model.elements.impl;
import eu.cessar.ct.cid.model.CIDEObject;
import eu.cessar.ct.cid.model.elements.ElementsPackage;
import eu.cessar.ct.cid.model.elements.NamedElement;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.eco... | [
"onagaty@a5sol.com"
] | onagaty@a5sol.com |
eaa9efaae889c62c90a767f3ac5c40013fde38f4 | da91506e6103d6e12933125f851df136064cfc30 | /src/main/java/org/phw/hbaser/util/HTableBatchDeletes.java | f9a0eb28b6aacbb0a67e3ea805042a3b131751f9 | [] | no_license | wuce7758/Mr.Hbaser | 41709cb28568092699cb2803a06e232c28654110 | af5afb7e4b4b2e51d15ff266e08204b9caf1657e | refs/heads/master | 2020-06-29T13:29:49.751123 | 2012-07-11T00:18:57 | 2012-07-11T00:18:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package org.phw.hbaser.util;
import java.io.IOException;
import java.util.ArrayList;
import org.apache.hadoop.hbase.client.Delete;
import org.apache.hadoop.hbase.client.HTable;
public class HTableBatchDeletes {
private ArrayList<Delete> putArr = new ArrayList<Delete>(1000);
private HTable hTable;
private... | [
"bingoo.huang@gmail.com"
] | bingoo.huang@gmail.com |
0ee9474fd7e080dc74a41acda71a8c9bfdbe85c6 | f6188396a6056d7b1a0ddcac118f0d9d8a8b4aff | /src/com/practice/FibonacciSeries.java | 1d5ee6b48f87bd593641452bfd1274ae22aebd90 | [] | no_license | mrashmi791/programs | 810d62e5c956f427d7879ac542bc9bbf7f7dc077 | 7e4c62df17462e42278e785b5ebae868f56439e6 | refs/heads/main | 2023-02-07T03:22:30.013001 | 2020-12-26T12:34:44 | 2020-12-26T12:34:44 | 324,551,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.practice;
import java.util.Scanner;
public class FibonacciSeries {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int a = 0;
int b = 1;
for(int i = 1; i <=n; i++) {
System.out.print(a+" ");
int ... | [
"mrashmi791@gmail.com"
] | mrashmi791@gmail.com |
4c9a22e7de300d09db93d1f46793160997ef7e1f | cec0c2fa585c3f788fc8becf24365e56bce94368 | /net/minecraft/world/entity/ai/behavior/BecomePassiveIfMemoryPresent.java | 89260466cff4e096f3fe564b99d851b2f31167a0 | [] | no_license | maksym-pasichnyk/Server-1.16.3-Remapped | 358f3c4816cbf41e137947329389edf24e9c6910 | 4d992e2d9d4ada3ecf7cecc039c4aa0083bc461e | refs/heads/master | 2022-12-15T08:54:21.236174 | 2020-09-19T16:13:43 | 2020-09-19T16:13:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,526 | java | /* */ package net.minecraft.world.entity.ai.behavior;
/* */
/* */ import com.google.common.collect.ImmutableMap;
/* */ import java.util.Map;
/* */ import net.minecraft.server.level.ServerLevel;
/* */ import net.minecraft.world.entity.LivingEntity;
/* */ import net.minecraft.world.entity.ai.memory.... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
7b82189c659efcec7bf694bd01d9a01efa6f4f73 | 768ac7d2fbff7b31da820c0d6a7a423c7e2fe8b8 | /WEB-INF/java/com/youku/search/index/query/parser/ParserResult.java | dcf2e9aea5d457b4445c8708ad3f8143290614ba | [] | no_license | aiter/-java-soku | 9d184fb047474f1e5cb8df898fcbdb16967ee636 | 864b933d8134386bd5b97c5b0dd37627f7532d8d | refs/heads/master | 2021-01-18T17:41:28.396499 | 2015-08-24T06:09:21 | 2015-08-24T06:09:21 | 41,285,373 | 0 | 0 | null | 2015-08-24T06:08:00 | 2015-08-24T06:08:00 | null | UTF-8 | Java | false | false | 997 | java | package com.youku.search.index.query.parser;
import java.util.HashMap;
import java.util.Iterator;
public class ParserResult {
private String keyword = null;
private HashMap<String,String> result = new HashMap<String,String>();
public void setAttribute(String field,String value){
result.put(field, val... | [
"lyu302@gmail.com"
] | lyu302@gmail.com |
88da7fb52bc87251a857593b684f78bdf90edb5a | 92dd6bc0a9435c359593a1f9b309bb58d3e3f103 | /src/LeetcodeTemplate/_0277FindCelebrity.java | 0c0c0944298dc57705e5ade4ba7fb150ce1c2582 | [
"MIT"
] | permissive | darshanhs90/Java-Coding | bfb2eb84153a8a8a9429efc2833c47f6680f03f4 | da76ccd7851f102712f7d8dfa4659901c5de7a76 | refs/heads/master | 2023-05-27T03:17:45.055811 | 2021-06-16T06:18:08 | 2021-06-16T06:18:08 | 36,981,580 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package LeetcodeTemplate;
public class _0277FindCelebrity {
public static void main(String[] args) {
System.out.println(findCelebrity(3));
}
static boolean knows(int a, int b) {
return true;
}
public static int findCelebrity(int n) {
}
}
| [
"hsdars@gmail.com"
] | hsdars@gmail.com |
98d7a6cb324717a61f9c9e4b29f283b001bdf8bb | 166b6f4d0a2a391b7d05f6ddd245f1eb9dbce9f4 | /spring/RetailSvc/.svn/pristine/98/98d7a6cb324717a61f9c9e4b29f283b001bdf8bb.svn-base | b64bedadc17eef136a9b6678da705012dc958a3c | [] | no_license | ashismo/repositoryForMyBlog | 72690495fb5357e5235776d143e60582881cb99a | f6bc2f6b57382fdc732ac477733aa0e7feb69cbb | refs/heads/master | 2023-03-11T17:28:41.943846 | 2023-02-27T12:59:08 | 2023-02-27T12:59:08 | 35,325,045 | 2 | 27 | null | 2022-12-16T04:26:05 | 2015-05-09T10:47:17 | Java | UTF-8 | Java | false | false | 3,284 | package com.org.coop.retail.entities;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
import com.mysema.query.types.path.PathInits;
/**
* QGlLedgerHr... | [
"ashishkrmondal@gmail.com"
] | ashishkrmondal@gmail.com | |
60a3df57e6f441fe5f01d4b946e3c9c454ea778d | b39d7e1122ebe92759e86421bbcd0ad009eed1db | /sources/android/app/WaitResult.java | f7f30924bc99e61b5abb331c01bd85af48656a1a | [] | no_license | AndSource/miuiframework | ac7185dedbabd5f619a4f8fc39bfe634d101dcef | cd456214274c046663aefce4d282bea0151f1f89 | refs/heads/master | 2022-03-31T11:09:50.399520 | 2020-01-02T09:49:07 | 2020-01-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,649 | java | package android.app;
import android.content.ComponentName;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import java.io.PrintWriter;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
public class WaitResult implements Parcelab... | [
"shivatejapeddi@gmail.com"
] | shivatejapeddi@gmail.com |
7492cc165b7d2cec3152a9cbd567f9a93a3a26b2 | a4b9bcf602647bf48a5412ad0f7d274b1bb147a9 | /DesignPattern/factory/pizzafm/ChicagoStyleVeggiePizza.java | 415c38664da0c0163dd3c1452a7521a8f42834c3 | [] | no_license | huangketsudou/javalearning | 5680884584771b6c9a9fb1ba5838824cd0ebb550 | 6a5b751e50007702641d14588cb90c0ea0ca0f4c | refs/heads/master | 2022-11-10T14:50:08.716494 | 2020-06-25T09:12:02 | 2020-06-25T09:12:02 | 264,204,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package DesignPattern.factory.pizzafm;
public class ChicagoStyleVeggiePizza extends Pizza {
public ChicagoStyleVeggiePizza() {
name = "Chicago Deep Dish Veggie Pizza";
dough = "Extra Thick Crust Dough";
sauce = "Plum Tomato Sauce";
toppings.add("Shredded Mozzarella Cheese");
... | [
"1941161938@qq.com"
] | 1941161938@qq.com |
ab0d95b5a209fbb73e8b2555989132636bbb7667 | 190584f707ba708c5797fc90263642106befa35d | /api/src/main/java/org/jenkinsmvn/jenkins/api/model/UpstreamProject.java | 3574d81625c999712e451452f7a67bd3ffc7aca2 | [
"Apache-2.0"
] | permissive | jenkinsmvn/jenkinsmvn | 3a926bb7c0b26a2df78d021b1d653ccc2debc054 | 7be372ed3cb4e45b23476e0d6bb6e0d230256b65 | refs/heads/master | 2021-01-21T21:40:06.040317 | 2013-08-02T02:56:01 | 2013-08-02T02:56:01 | 11,729,346 | 1 | 1 | null | 2016-03-09T15:30:10 | 2013-07-29T02:16:49 | Java | UTF-8 | Java | false | false | 1,325 | java | /*
* Copyright (c) 2013. Jenkinsmvn. All Rights Reserved.
*
* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The Jenkinsmvn licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in complianc... | [
"badong2210@yahoo.com"
] | badong2210@yahoo.com |
f84edff4ed12c3a02946c424a6fd8bc0ddeb9b06 | 71afe661f41cea549619da8f4b8d6c8369d1ae96 | /showcase/src/main/java/com/pepperonas/showcase/App.java | 7b0b7622a31d2d68326b7bad7e3dae1342f84aa0 | [
"Apache-2.0"
] | permissive | pepperonas/AndBasx | 8f368e401777141acfc24f86dc3e26201ef983a3 | d08f3777bbd3c123ca22138c8af57f467acabe4b | refs/heads/master | 2020-05-21T12:44:07.908674 | 2017-05-31T18:13:10 | 2017-05-31T18:13:10 | 54,524,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | /*
* Copyright (c) 2017 Martin Pfeffer
*
* 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... | [
"martinpaush@gmail.com"
] | martinpaush@gmail.com |
b8d7b5df4e6e63dea8aae01d8501540daedc143d | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A276789.java | 9eea0ff1dcea77cdd2eb00157889ed3e63594716 | [
"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 | 366 | java | package irvine.oeis.a276;
// generated by patch_offset.pl at 2023-06-16 18:27
import irvine.oeis.DifferenceSequence;
import irvine.oeis.a003.A003145;
/**
* A276789 First differences of A003145.
* @author Georg Fischer
*/
public class A276789 extends DifferenceSequence {
/** Construct the sequence. */
public A... | [
"dr.Georg.Fischer@gmail.com"
] | dr.Georg.Fischer@gmail.com |
47c70333da6f4c42cc14568218eb883492d3ac84 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_3e915f1991b5d2ee372778476c1374d4ededfc1f/BodyImageGetter/10_3e915f1991b5d2ee372778476c1374d4ededfc1f_BodyImageGetter_t.java | e4da2db9278a9573388b6cf7a360f4ec0898caa7 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,575 | java | package edu.grinnell.sandb.img;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
im... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3f12641cb7340a7981716335a4b256d7864f38d8 | 430e84d424c73c994254430dee372cdaccbf6bbd | /WeLife/WeLife/src/edu/jlxy/Module/table/File.java | ffab48a6d7baa142a7527952dee2ed6c41e636b8 | [] | no_license | huitianbao/WeLife_Complete_Edition | bc9315dcee4d5e9971f6c7e325c2be7b31373d47 | 29a4cc52471f5ce8064c3e6b477880d6bd48238a | refs/heads/master | 2020-03-19T09:01:04.921101 | 2018-06-10T00:54:19 | 2018-06-10T00:54:41 | 136,253,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | 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 edu.jlxy.Module.table;
import edu.jlxy.Module.entity.FileEntity;
import edu.jlxy.Module.entity.SendDynamicEntity;
import java.... | [
"1622162492@qq.com"
] | 1622162492@qq.com |
810ba583a206c5008da6c57abf7bf9c50c19fe5b | 3565a4379a592f128472ddffdd1c6ef26e464f66 | /app/src/main/java/com/gabilheri/pawsalert/data/queryManagers/AnimalManager.java | a501d1e815a2c4ae011a1ff2a7837b003b28dab1 | [] | no_license | fnk0/PawsAlert | 37a0b3aa85a6f2835fcdcb735b7adb0c5243de06 | 9b9ee41bb8b8943f0697fe1b6f38d30e7d50f7dd | refs/heads/master | 2020-04-10T08:31:43.200019 | 2016-05-09T17:45:52 | 2016-05-09T17:45:52 | 50,889,367 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | package com.gabilheri.pawsalert.data.queryManagers;
import android.support.annotation.NonNull;
import com.gabilheri.pawsalert.data.models.Animal;
import com.parse.GetCallback;
import com.parse.ParseException;
import com.parse.ParseQuery;
import com.parse.SaveCallback;
import timber.log.Timber;
/**
* Created by <a ... | [
"marcusandreog@gmail.com"
] | marcusandreog@gmail.com |
93ffd08c46a4556fbc515f3359976edf5a9b46c4 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/52_lagoon-nu.staldal.lagoon.core.PartEntry-1.0-7/nu/staldal/lagoon/core/PartEntry_ESTest.java | 5c75b3824491412b4338bc9161bc7e34d8caf2e6 | [] | 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 | 646 | java | /*
* This file was automatically generated by EvoSuite
* Mon Oct 28 20:50:46 GMT 2019
*/
package nu.staldal.lagoon.core;
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(EvoRun... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
0e0057102f948ec8607e6ee917ba759ea2e7c4c6 | b335007231060f873bb5df88d774b287a053f52e | /com/google/firebase/iid/zzu.java | 24511dbf407d2d66a79a87eb91b654fa9b5c5fbc | [] | no_license | NomiasSR/LoveParty1 | e1afb449e0c9bba0504ce040bf3d7987a51c3b1a | 15e3c8a052cefdd7e0ad6ef44b7962dd72872b8e | refs/heads/master | 2020-03-19T08:09:54.672755 | 2018-06-05T02:00:44 | 2018-06-05T02:00:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,615 | java | package com.google.firebase.iid;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
import android.util.Log;
import com.google.android.gms.common.util.zzq;
import... | [
"felipe@techsamurai.com.br"
] | felipe@techsamurai.com.br |
bad52b2f8906e645c49029914440e59d0371e215 | 1e9def625ebc5d34142be781bec2ada4520647cf | /src/main/java/com/aresPosTaggerModelDataProcessor/writer/bigrams/BigramsWriterImpl.java | 47baa2a4662394785a497d9bdce0c41e061b1316 | [] | no_license | ares2015/AresPosTaggerModelDataProcessor | a83a910946df10ea0916796ddf7b9efba87ff3bb | 1a551629b48c3243fbf0245ec4cfdee841ca312b | refs/heads/master | 2021-09-19T09:15:38.597981 | 2018-07-26T07:49:29 | 2018-07-26T07:49:29 | 58,848,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.aresPosTaggerModelDataProcessor.writer.bigrams;
import com.aresPosTaggerModelDataProcessor.data.syntax.BigramData;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
/**
* Created by Oliver on 2/7/2017.
*/
public class BigramsWriterImpl implemen... | [
"eder@essential-data.sk"
] | eder@essential-data.sk |
2cbba8442827e8c1fba55d8aec3016482e365d09 | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/xalan/2.5/org/apache/xpath/axes/IteratorPool.java | 3b403e42860be235c1b88f70b3ad47efb83c0b5e | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,994 | java | package org.apache.xpath.axes;
import java.util.Vector;
import org.apache.xml.dtm.DTMIterator;
import org.apache.xml.utils.WrappedRuntimeException;
/**
* <meta name="usage" content="internal"/>
* Pool of object of a given type to pick from to help memory usage
*/
public class IteratorPool implements java.io.Seria... | [
"hvdthong@github.com"
] | hvdthong@github.com |
fab4b040223eb0e221b00292c62d7a29afaf645f | cf93be05cb55d09672eb2a8f29be510f29682a0a | /android/app/src/main/java/com/m_11_nov_2020_dev_14959/MainApplication.java | 4c2da0ba44d292ffee034b6a3109144b5527eb6b | [] | no_license | crowdbotics-apps/m-11-nov-2020-dev-14959 | ae360767147dab38379e6eaec9bf2a8d251ead5c | 3f5ca1e790bbaaef94049eceb3aa7d45413636df | refs/heads/master | 2023-01-12T21:45:11.223735 | 2020-11-11T14:23:35 | 2020-11-11T14:23:35 | 311,935,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,700 | java | package com.m_11_nov_2020_dev_14959;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
impo... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
f4261e8d4dfa41b91a92d4dd2d2169ee3e9bd0d5 | 23eaf717fda54af96f3e224dde71c6eb7a196d8c | /custos-integration-services/custos-integration-services-commons/src/main/java/org/apache/custos/integration/services/commons/interceptors/LoggingInterceptor.java | 9a5eb7a59a59a9763522278667b8cc25ee67b24f | [
"Apache-2.0"
] | permissive | etsangsplk/airavata-custos | 8a0e52f0da10ec29e13de03d546962e6038e6266 | 2d341849dd8ea8a7c2efec6cc73b01dfd495352e | refs/heads/master | 2023-02-09T22:56:26.576113 | 2020-10-14T01:15:22 | 2020-10-14T01:15:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,373 | 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 ma... | [
"irjanith@gmail.com"
] | irjanith@gmail.com |
1c8e5155f73bd5a9596923ae7051d8e36492d10d | 609bc361c57760e11855b5574fd018066e687174 | /programe_take/programe_take-web/src/main/java/com/tang/web/ConcernController.java | 73e9bd3b764380429a66991ba78b054823b0baf0 | [] | no_license | tangxiaonian/programe_talk | cc135218f92394d59fe953a70342a579193f2850 | 1dfc9eab683915fe9ea87cd4aa42037af000623a | refs/heads/master | 2020-07-03T07:54:05.496294 | 2019-07-25T11:23:32 | 2019-07-25T11:23:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,584 | java | package com.tang.web;
import com.tang.Service.ConcernService;
import com.tang.bean.Collect;
import com.tang.bean.Concerns;
import com.tang.bean.ResultBean;
import com.tang.bean.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframew... | [
"2684270465@qq.com"
] | 2684270465@qq.com |
199c6389c07ee2e2695e0c7eb06baef2677083f5 | 0ec9946a46c6dafcb2440d7f6e3e8d897f950313 | /Java_source/Exam2/src/chapter6/chapter6_1/Student.java | eef49d23669bc730456b385cbbaedf82ca5cca64 | [] | no_license | hamilkarr/Java | 14c8286f1ecc5edd41bb2956dfd108d7fa9de9d5 | f0c209446d35fe2cf48b0d6244ae0a56ac0bf597 | refs/heads/main | 2023-09-05T17:08:30.344966 | 2021-11-24T09:13:03 | 2021-11-24T09:13:03 | 398,113,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package chapter6.chapter6_1;
public class Student {
static int serialNum; // 학번
int studentID;
public Student() { // 인스턴스를 생성할 때마다 학번 serialNum 증감
studentID = ++serialNum;
}
public int getSerialNum() {
return serialNum;
}
public int getStudentID() {
return studentID;
}
}
| [
"12uclock@gmail.com"
] | 12uclock@gmail.com |
7fe7b988eaff86d455601090bae42d61b6579d5d | f0ef082568f43e3dbc820e2a5c9bb27fe74faa34 | /com/google/android/gms/internal/zzmk.java | b2738febfdb95f886e695c65b86018773a026f60 | [] | no_license | mzkh/Taxify | f929ea67b6ad12a9d69e84cad027b8dd6bdba587 | 5c6d0854396b46995ddd4d8b2215592c64fbaecb | refs/heads/master | 2020-12-03T05:13:40.604450 | 2017-05-20T05:19:49 | 2017-05-20T05:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,835 | java | package com.google.android.gms.internal;
import com.google.android.gms.drive.metadata.SearchableOrderedMetadataField;
import com.google.android.gms.drive.metadata.SortableMetadataField;
import java.util.Date;
public class zzmk {
public static final zza zzWe;
public static final zzb zzWf;
public static fin... | [
"mozammil.khan@webyog.com"
] | mozammil.khan@webyog.com |
9cc9e4807aeb9fe972a6a159fbe7de0892c49556 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/5/org/jfree/chart/plot/XYPlot_getOrientation_681.java | f00e486cdf666c98780858c966a7e8507789d606 | [] | 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 | 5,832 | java |
org jfree chart plot
gener plot data form p... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
a9773dbcc9df431120bf8d446cc754bf6500a1c2 | fe5d04a68c592cebd243719302f78db2e2343bbe | /MobileClient/src/net/sweetmonster/hocuspocus/PackageUtils.java | 63135892ccbd517b8856d4b276c093302dbfcbfb | [] | no_license | davidjonas/mediawerf_game | f88c11c998c5e5702d3ae05b064f47e1310fdff9 | d039093301afc1bcabacd80227d52698f8a74bab | refs/heads/master | 2021-01-17T21:59:31.644387 | 2013-05-27T21:09:25 | 2013-05-27T21:09:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | package net.sweetmonster.hocuspocus;
import java.util.jar.*;
import java.util.*;
import java.io.*;
public class PackageUtils {
private static boolean debug = true;
public static List getClasseNamesInPackage(String jarName,
String packageName) {
ArrayList classes = new ArrayList();
packageName = packageNam... | [
"victormdb@gmail.com"
] | victormdb@gmail.com |
10f08352938024f20598e050a630cc3626b8e7ff | 042eb400317af211070771b200d90fc168eba863 | /app/src/main/java/com/khalej/ramada/Adapter/RecyclerAdapter_first_order.java | 672d12230ce3124bb1427b94422a58ec66063bed | [] | no_license | mohamedfathyd/Ramada | 90d062b4c91f806658303e627e95d3a470642368 | 6d9de29a2c91bf169e7e93c2bdf11b3e8618f70e | refs/heads/master | 2022-11-17T06:31:24.303492 | 2020-07-18T02:52:42 | 2020-07-18T02:52:42 | 280,568,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,481 | java | package com.khalej.ramada.Adapter;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import androi... | [
"m.fathy7793@gmail.com"
] | m.fathy7793@gmail.com |
f1f71e5670d31c54a6f2316cfe328be79936c7b9 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/center-task1/src/main/java/com/smate/center/task/dao/sns/quartz/KeywordsEnTranZhDao.java | dcb53e21001e71b025060f42078112333519e04e | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 782 | java | package com.smate.center.task.dao.sns.quartz;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Repository;
import com.smate.center.task.model.sns.quartz.KeywordsEnTranZh;
import com.smate.core.base.utils.data.SnsHibernateDao;
@Repository
public class KeywordsEnTranZhDao extends SnsH... | [
"zhiranhe@irissz.com"
] | zhiranhe@irissz.com |
8dd22f6b78d84963e4882e31083b9d90d40a7ce0 | d528fe4f3aa3a7eca7c5ba4e0aee43421e60857f | /src/common/newp/ArrayUtil.java | 59a2221cb85ce42e6f6f54c386f8e54875d8449a | [] | no_license | gxlioper/xajd | 81bd19a7c4b9f2d1a41a23295497b6de0dae4169 | b7d4237acf7d6ffeca1c4a5a6717594ca55f1673 | refs/heads/master | 2022-03-06T15:49:34.004924 | 2019-11-19T07:43:25 | 2019-11-19T07:43:25 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,203 | java | package common.newp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class ArrayUtil {
private static final String BZ = "bz";//备注字段
/**
* 判断一个数组是否为null,如果数组为null或数组长度为0,则返回true,
* 否则返回false
* @param str
*
*/
public static boolean isNull(Object[] array... | [
"1398796456@qq.com"
] | 1398796456@qq.com |
c76f092d4cef4168a4c6f0409cc757e2303391d7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_bc9795591eeb7f6de618617ff1e6af4b38394fac/Label/19_bc9795591eeb7f6de618617ff1e6af4b38394fac_Label_s.java | 2806914b16b6c873d1b597fe45a6847b88db978c | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,046 | java | package com.indivisible.tortidy.database;
/** class to represent a torrent's label **/
public class Label
{
//// data
private long id;
private String title;
private boolean isExistingLabel;
//// constructors
/* create a new label */
public Label(long id, String labelTitle, boolean exists) {
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b7bef35b297ef33835bcb11c843804003282b975 | dfc61e58169f84d0bb9e9f7c516a71441054cb26 | /dating-system-rest-web/src/test/java/de/alpharogroup/dating/system/ApplicationJettyRunner.java | 6184882f832e73ccfb2babb8b34832dd3cf43358 | [] | no_license | lightblueseas/dating-system-data | b67b38b6f223eb87694c1e66ab7266eef9c7a316 | 6a1c58879e53b64c0ffd9f7bb29391f69f00c867 | refs/heads/master | 2023-03-15T11:08:57.937997 | 2016-03-10T16:07:36 | 2016-03-10T16:07:36 | 45,294,373 | 1 | 1 | null | 2016-03-10T16:07:36 | 2015-10-31T08:21:51 | Java | UTF-8 | Java | false | false | 4,438 | java | package de.alpharogroup.dating.system;
import java.io.File;
import java.io.IOException;
import java.sql.SQLException;
import java.util.Properties;
import org.apache.cxf.transport.servlet.CXFServlet;
import org.apache.log4j.Logger;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.servlet.ServletContext... | [
"asterios.raptis@gmx.net"
] | asterios.raptis@gmx.net |
ec8f0ddfa0b79d3b4aa8eb996f210c0c1061e395 | 95ea92360a655265240a0da03f777a87861992c6 | /jOOQ-test/src/org/jooq/test/mysql/generatedclasses/tables/TBooleans.java | ce69426400cb432b0fa4a8ba39af16962a3f08b1 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | hekar/jOOQ | 886bd8579d6d1069d477f8d1322a51b6f4acfce0 | d5945b9ee37ac92949fa6f5e9cd229046923c2e0 | refs/heads/master | 2021-01-17T21:58:21.141951 | 2012-09-03T02:11:51 | 2012-09-03T02:11:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,400 | java | /**
* This class is generated by jOOQ
*/
package org.jooq.test.mysql.generatedclasses.tables;
/**
* This class is generated by jOOQ.
*/
public class TBooleans extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql.generatedclasses.tables.records.TBooleansRecord> {
private static final long serialVersionUID... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
066fd310cd91273968c8b5bab8966ade22bf6aa4 | f33516ffd4ac82b741f936ae2f7ef974b5f7e2f9 | /changedPlugins/org.emftext.language.java.resource.java/src-gen/org/emftext/language/java/resource/java/debug/JavaLineBreakpoint.java | 1a10f95180260f068706853955126f71ad385cdd | [] | no_license | ichupakhin/sdq | e8328d5fdc30482c2f356da6abdb154e948eba77 | 32cc990e32b761aa37420f9a6d0eede330af50e2 | refs/heads/master | 2023-01-06T13:33:20.184959 | 2020-11-01T13:29:04 | 2020-11-01T13:29:04 | 246,244,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | /*******************************************************************************
* Copyright (c) 2006-2015
* Software Technology Group, Dresden University of Technology
* DevBoost GmbH, Dresden, Amtsgericht Dresden, HRB 34001
*
* All rights reserved. This program and the accompanying materials
* are made availabl... | [
"bla@mail.com"
] | bla@mail.com |
9b12e216e805be0ba70bd4a1fc540a1815a1b584 | 1ca86d5d065372093c5f2eae3b1a146dc0ba4725 | /spring-cloud/spring-cloud-functions/src/test/java/com/surya/spring/cloudfunction/aws/CloudFunctionApplicationUnitTest.java | c2518438ffc2e6f615002c424e0998d15c42cdc2 | [] | no_license | Suryakanta97/DemoExample | 1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e | 5c6b831948e612bdc2d9d578a581df964ef89bfb | refs/heads/main | 2023-08-10T17:30:32.397265 | 2021-09-22T16:18:42 | 2021-09-22T16:18:42 | 391,087,435 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package com.surya.spring.cloudfunction.aws;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.boot.te... | [
"suryakanta97@github.com"
] | suryakanta97@github.com |
610342f98d188a8f19772256b7c0b9e7e9677c5d | 092c76fcc6c411ee77deef508e725c1b8277a2fe | /hybris/bin/ext-accelerator/b2bacceleratorfacades/src/de/hybris/platform/b2bacceleratorfacades/order/populators/TriggerReversePopulator.java | 672c33ca3ab23e9f9b4d6ead5b61c40f3f6958d7 | [
"MIT"
] | permissive | BaggaShivanshu2/hybris-bookstore-tutorial | 4de5d667bae82851fe4743025d9cf0a4f03c5e65 | 699ab7fd8514ac56792cb911ee9c1578d58fc0e3 | refs/heads/master | 2022-11-28T12:15:32.049256 | 2020-08-05T11:29:14 | 2020-08-05T11:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,500 | 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... | [
"xelilim@hotmail.com"
] | xelilim@hotmail.com |
1ede974b47320309cc3e90f99d4f50dd0540e2c0 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_51/Productionnull_5011.java | b749fac675bd3043cd3db0b79abd4ddf9482df11 | [] | 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 | 585 | java | package org.gradle.test.performancenull_51;
public class Productionnull_5011 {
private final String property;
public Productionnull_5011(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getProp0... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
7787941c6923b081296dfd6b8f9f63e83c8eb217 | 287d6d170530a04bff9f80460125993cb8c506b1 | /tl/src/main/java/com/github/badoualy/telegram/tl/api/TLMessageMediaContact.java | 5b165e4badbf4062a8a026117b06741fd71436f2 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | thecodrr/kotlogram | c72fb8f81a422d5c3d067ef194faab6e20861d30 | dc692348229fed14b738f376f7a3af2c474e5737 | refs/heads/master | 2020-07-30T00:14:07.740929 | 2017-01-06T07:19:09 | 2017-01-06T07:19:09 | 210,013,661 | 0 | 0 | MIT | 2019-09-21T16:00:26 | 2019-09-21T16:00:25 | null | UTF-8 | Java | false | false | 3,188 | java | package com.github.badoualy.telegram.tl.api;
import com.github.badoualy.telegram.tl.TLContext;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import static com.github.badoualy.telegram.tl.StreamUtils.readInt;
import static com.github.badoualy.telegram.tl.StreamUtils.readTLString... | [
"yann.badoual@gmail.com"
] | yann.badoual@gmail.com |
e6e5ab7b950ef14bfe3e76de9ef6b04afb7febdb | 7033d33d0ce820499b58da1d1f86f47e311fd0e1 | /org/lwjgl/opengl/LinuxPeerInfo.java | ae80084ddf1ee666019379c19005bc299620a133 | [
"MIT"
] | permissive | gabrielvicenteYT/melon-client-src | 1d3f1f65c5a3bf1b6bc3e1cb32a05bf1dd56ee62 | e0bf34546ada3afa32443dab838b8ce12ce6aaf8 | refs/heads/master | 2023-04-04T05:47:35.053136 | 2021-04-19T18:34:36 | 2021-04-19T18:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package org.lwjgl.opengl;
import java.nio.*;
abstract class LinuxPeerInfo extends PeerInfo
{
LinuxPeerInfo() {
super(createHandle());
}
private static native ByteBuffer createHandle();
public final long getDisplay() {
return nGetDisplay(this.getHandle());
}
priva... | [
"haroldthesenpai@gmail.com"
] | haroldthesenpai@gmail.com |
04506cc9f64867641fe877d4ce8d7d7ed70896f3 | c3cf33e7b9fe20ff3124edcfc39f08fa982b2713 | /pocs/terraform-cdk-fun/src/main/java/imports/kubernetes/DataKubernetesPodSpecContainerLivenessProbeTcpSocket.java | c3b78eeeab864936c54f50c3642926edb3d832ef | [
"Unlicense"
] | permissive | diegopacheco/java-pocs | d9daa5674921d8b0d6607a30714c705c9cd4c065 | 2d6cc1de9ff26e4c0358659b7911d2279d4008e1 | refs/heads/master | 2023-08-30T18:36:34.626502 | 2023-08-29T07:34:36 | 2023-08-29T07:34:36 | 107,281,823 | 47 | 57 | Unlicense | 2022-03-23T07:24:08 | 2017-10-17T14:42:26 | Java | UTF-8 | Java | false | false | 2,010 | java | package imports.kubernetes;
@javax.annotation.Generated(value = "jsii-pacmak/1.30.0 (build adae23f)", date = "2021-06-16T06:12:12.513Z")
@software.amazon.jsii.Jsii(module = imports.kubernetes.$Module.class, fqn = "kubernetes.DataKubernetesPodSpecContainerLivenessProbeTcpSocket")
public class DataKubernetesPodSpecConta... | [
"diego.pacheco.it@gmail.com"
] | diego.pacheco.it@gmail.com |
d106800154896e9fd793946bd1a4492a8a0771b2 | d77964aa24cfdca837fc13bf424c1d0dce9c70b9 | /spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/couchbase/CouchbaseDataAutoConfiguration.java | e67697311a83ec85e7791a24db7d8cf1ce1b1e34 | [] | no_license | Suryakanta97/Springboot-Project | 005b230c7ebcd2278125c7b731a01edf4354da07 | 50f29dcd6cea0c2bc6501a5d9b2c56edc6932d62 | refs/heads/master | 2023-01-09T16:38:01.679446 | 2018-02-04T01:22:03 | 2018-02-04T01:22:03 | 119,914,501 | 0 | 1 | null | 2022-12-27T14:52:20 | 2018-02-02T01:21:45 | Java | UTF-8 | Java | false | false | 2,598 | java | /*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"suryakanta97@github.com"
] | suryakanta97@github.com |
c3753147f2b7d6cc2c35309589e59db8df0127f5 | f2dbc9505a830ac2ae8674475ab52d56da5fcd25 | /src/main/java/com/tchepannou/kiosk/validator/ValidatorContext.java | 4e42c105835330f58824c3e8139ac142d8062962 | [] | no_license | htchepannou/content-validator | 25cd5266ff03280cb99bf86abc74a333ef75e84c | 813d4bc575a1e853249b570e57cd1b1e5faec8cf | refs/heads/master | 2021-01-11T03:39:30.447058 | 2016-10-27T23:50:00 | 2016-10-27T23:50:00 | 71,404,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.tchepannou.kiosk.validator;
import java.util.List;
public interface ValidatorContext {
List<Rule> getRules();
List<String> getLanguages();
int getContentMinLength();
boolean alreadyPublished(String id, String title);
}
| [
"htchepannou@expedia.com"
] | htchepannou@expedia.com |
5dbbbd70777dc18f1144e473a83325cd33ed88e4 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-60b-2-12-NSGA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/special/Gamma_ESTest.java | 50d1a5ce424cbf9860a32305e792c91451e469e5 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | /*
* This file was automatically generated by EvoSuite
* Sat Jan 18 21:55:00 UTC 2020
*/
package org.apache.commons.math.special;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWi... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
2da9615522a96e2a4c0b7feda487012e78fcbf15 | d4aba85df60dae4547c2235af0b8df945f2f1be1 | /lingshi/src/lingshi/getway/filter/TokenCheckFilter.java | b6e0b0b69cf8d9aadee3a820bc882eb69894f43d | [] | no_license | MyAuntIsPost90s/lingshiframework | 87e27a9e7d518a38a19cbe6c016929ec41901ed5 | acd3ad89cd23c6791f468137cf88726ad7f163ab | refs/heads/master | 2021-05-08T10:12:25.764656 | 2018-06-18T14:52:08 | 2018-06-18T14:52:08 | 119,833,482 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,130 | java | package lingshi.getway.filter;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.serv... | [
"1126670571@qq.com"
] | 1126670571@qq.com |
c0717429e994ed24d67397c0a6ddd3020f420729 | c5de33ac8f22c8a1876ffd4761bded03fd9630c1 | /src/ems/org/mc4j/ems/connection/support/metadata/AbstractConnectionTypeDescriptor.java | 42dcd3ae443a7c30e9fb39b69b55afa2b6c2be95 | [] | no_license | rhq-project/ems | 533805c83018d2ba9132782f2328f543e96c69e0 | d582b934c60f3c49edbb14b776907252add6d727 | refs/heads/master | 2020-05-20T10:41:01.757095 | 2014-07-02T08:24:36 | 2014-07-02T08:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,391 | java | /*
* Copyright 2002-2004 Greg Hinkle
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"hwr@pilhuhn.de"
] | hwr@pilhuhn.de |
8a9c8ad974b6492654938bba747036e8571977e5 | 888c751c5509bad104dd996c51c0b55786d1db4a | /JavaMVCFrameworksSpring/05.TheRightWay/src/main/java/com/social/services/BikeServiceImpl.java | 3892aa8892f5d0846c0714451219e01f9326a2e3 | [] | no_license | vasilgramov/java-web | bdb25dd8e126aa96c3b4f40832a805880e0aa71b | 0544f61be6927023753b659ffdb06c1a39c75736 | refs/heads/master | 2020-06-27T05:01:24.746846 | 2018-01-03T14:56:01 | 2018-01-03T14:56:01 | 97,046,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,909 | java | package com.social.services;
import com.social.entities.Bike;
import com.social.exceptions.BikeNotFoundException;
import com.social.models.viewModels.BikeViewModel;
import com.social.repositories.BikeRepository;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import o... | [
"gramovv@gmail.com"
] | gramovv@gmail.com |
2f694d9ed8388c35e984d9a669e4884588e38d47 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/spoon/learning/1054/SourceFragmentContextList.java | 98c76ce76e3c66ab680826e2be828020b8f82f82 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,764 | java | /**
* Copyright (C) 2006-2018 INRIA and contributors
* Spoon - http://spoon.gforge.inria.fr/
*
* This software is governed by the CeCILL-C License under French law and
* abiding by the rules of distribution of free software. You can use, modify
* and/or redistribute the software under the terms of the CeCILL-C li... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
4fb04583b57ffbc8cf7d61a7539ecceef31f2535 | 64bf664bcd26edde84306825c2e9cabdb4ad8ef6 | /src/main/java/me/neznamy/tab/shared/features/scoreboard/lines/NumberedStableDynamicLine.java | e1d4705ee62346344742193d3ec2b920c7ca4a00 | [
"Apache-2.0"
] | permissive | Kore-Development/TAB | 2283823650214e0529e3313d27b58991cf134fcc | 98c3b3da5940e0d90b792974367e2ce2dd68a84c | refs/heads/master | 2023-04-09T11:18:52.951925 | 2020-12-17T22:26:56 | 2020-12-17T22:26:56 | 322,449,084 | 0 | 0 | Apache-2.0 | 2023-04-04T02:02:48 | 2020-12-18T00:46:25 | null | UTF-8 | Java | false | false | 642 | java | package me.neznamy.tab.shared.features.scoreboard.lines;
import me.neznamy.tab.api.TabPlayer;
import me.neznamy.tab.shared.features.scoreboard.Scoreboard;
/**
* A stable (anti-flickering) line with dynamic text (supports placeholders) with numbers 1-15
* Limitations:
* 1.5.x - 1.12.x: up to 32 characters (depend... | [
"n.e.z.n.a.m.y@azet.sk"
] | n.e.z.n.a.m.y@azet.sk |
43a89f4eb0825794eb966c8e265c20a4e7668d51 | 63e2ca4f438bc64d2462746bc27584d6df2656da | /webapp/src/aides/nc/ccas/gasel/jwcs/budget/annuel/HATableau.java | 7cdabe7e60aae6609b19489c7f21a1abf8920c12 | [] | no_license | DSI-Ville-Noumea/gasel | f091cf64d7a4726f4a7121ab8dbdcb680242b168 | b330e88acfeff167c3978ef43c1aafa92101f500 | refs/heads/master | 2020-04-17T00:15:26.231907 | 2016-07-06T22:32:43 | 2016-07-06T22:32:43 | 44,145,158 | 0 | 1 | null | 2016-01-21T03:12:59 | 2015-10-13T01:51:15 | Java | UTF-8 | Java | false | false | 3,932 | java | package nc.ccas.gasel.jwcs.budget.annuel;
import static java.lang.String.valueOf;
import static nc.ccas.gasel.model.budget.Imputation.ALIMENTATION;
import static nc.ccas.gasel.modelUtils.CommonQueries.findById;
import static nc.ccas.gasel.modelUtils.CommonQueries.getAll;
import java.util.ArrayList;
import java.util.H... | [
"mcluseau@isi.nc"
] | mcluseau@isi.nc |
1ed59ac72c9caec41ec8974e2fbc0963f3a736e4 | 59c213cb32f9cb5afd4eac0d19427a69fa940860 | /src/ru/alexander/mp3player/entity/MP3.java | 3c898fa7fd00186d14215705a7de57b3720c3696 | [] | no_license | ansurakin/Mp3-Player | 94a0b9baf0b4404508d5e78fa7751d0d9000a125 | f3bc7fe9b65f79042abfe23ac320f5a3d5bec066 | refs/heads/master | 2021-05-10T11:58:15.432084 | 2018-01-22T17:19:51 | 2018-01-22T17:19:51 | 118,428,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package ru.alexander.mp3player.entity;
import java.io.Serializable;
import ru.alexander.mp3player.utils.FileUtils;
public class MP3 implements Serializable{
private String name;
private String path;
public MP3(String name, String path) {
this.name = name;
this.path = path;
}
... | [
"Alex@Alex-PC"
] | Alex@Alex-PC |
9572e94817484c243e834e02b68a6ca45600fc0f | 732b4c455a52dacf043abaaa33395285bc17d49c | /src/main/java/com/artland/controller/admin/AdminController.java | ade6fd55d60ab08d36eade339b7da42555121f6f | [
"Apache-2.0"
] | permissive | WaylanPunch/ArtLand | 1aa10868ecd6ba1d47465210940d3121eef651ac | ec3fc1e8e035ab4b321afd4d095aa7c23213f985 | refs/heads/main | 2023-02-06T15:47:33.696959 | 2020-12-30T17:25:14 | 2020-12-30T17:25:14 | 325,594,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,790 | java | package com.artland.controller.admin;
import com.artland.entity.AdminUser;
import com.artland.service.*;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import javax.servlet.http.HttpServ... | [
"waylanpunch@gmail.com"
] | waylanpunch@gmail.com |
b1c881d43260f68c84ef7c5ed58e89c60b482422 | e175eb50cc5b29a766344ecc1fb5a3e1c32e16f2 | /Android_Dev/Hackaton_Project/platform/media/src/com/telenav/media/ITnMediaListener.java | bd9393547d8fb7d3e49614c21bf5f9ca2eaf8320 | [] | no_license | rajpalparyani/RajRepo | 28fddd8eef7cc83b2194ba25105628ee7fd887ca | 5f3e215bcf39f0a7542b3bb8dfc458854ae25cde | refs/heads/master | 2020-04-12T18:25:07.276246 | 2013-12-09T22:41:51 | 2013-12-09T22:41:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | /**
*
* Copyright 2010 TeleNav, Inc. All rights reserved.
* ITnMediaListener.java
*
*/
package com.telenav.media;
/**
* ITnMediaListener is the interface for receiving asynchronous events generated by players or recorders. Applications
* may implement this interface and register their implementations ... | [
"x"
] | x |
a3c736eccb2eff3d4340568e6703b5af8bb6836b | 68d12c475b11edc3582f4d958862b847cacdf833 | /pgpainless-core/src/test/java/org/pgpainless/signature/builder/UniversalSignatureBuilderTest.java | 37bc6fd3174e083e4d1fe2fabcd9c6c28484cbb9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"EPL-1.0",
"EPL-2.0",
"MIT",
"LGPL-2.1-only"
] | permissive | pgpainless/pgpainless | 496331e6f8b1b3c03c4cc81eaaa1c077800dbd8d | 9ac681d88cd63e016bb0069ecc96ac0d648c210a | refs/heads/main | 2023-08-31T04:47:26.079558 | 2023-08-30T11:18:39 | 2023-08-30T11:18:39 | 135,846,104 | 117 | 29 | Apache-2.0 | 2023-08-28T16:27:59 | 2018-06-02T19:24:33 | Java | UTF-8 | Java | false | false | 4,516 | java | // SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.pgpainless.signature.builder;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import java.io.IOException;
import org.boun... | [
"vanitasvitae@fsfe.org"
] | vanitasvitae@fsfe.org |
015449c20115dad871ade3a726d0312f9946ae55 | 9a819f7453058e9fbc56953a4968779406746c88 | /src/main/java/com/github/czyzby/lml/vis/parser/impl/attribute/tabbed/tab/TabDirtyLmlAttribute.java | db72b3e89c88905cbb7f0c75823ff944864c3a15 | [
"Apache-2.0"
] | permissive | Mr00Anderson/gdx-liftoff | 4ca544b599060702ccc46194602c4490eff2388f | c3a1a76ed9ec76531d7e9785fc4c4b8cda030e94 | refs/heads/master | 2022-11-06T06:13:05.351231 | 2020-05-29T19:57:04 | 2020-05-29T19:57:04 | 267,970,273 | 0 | 0 | Apache-2.0 | 2020-05-29T22:53:40 | 2020-05-29T22:53:39 | null | UTF-8 | Java | false | false | 1,291 | java | package com.github.czyzby.lml.vis.parser.impl.attribute.tabbed.tab;
import com.github.czyzby.lml.parser.LmlParser;
import com.github.czyzby.lml.parser.action.ActorConsumer;
import com.github.czyzby.lml.parser.tag.LmlAttribute;
import com.github.czyzby.lml.parser.tag.LmlTag;
import com.github.czyzby.lml.util.LmlUtiliti... | [
"tommy.ettinger@gmail.com"
] | tommy.ettinger@gmail.com |
660910bafbbf9a6eadf2ceec0fd44e7693cb12fd | 06f7bd5ee2773c2a5599575235e3dc934799b9df | /rundeckapp/src/main/groovy/com/dtolabs/rundeck/server/plugins/services/UIPluginProviderService.java | c96ab17079c802611d13b94db58cfdbe4be5ee7f | [
"Apache-2.0"
] | permissive | rundeck/rundeck | 46c6fb57d7bf7b1ff890908eb4cb1ee8078c09b4 | 7c5000f2929c3f07b9ff7d08981dc7738da3372d | refs/heads/main | 2023-09-01T19:48:37.654990 | 2023-09-01T19:08:15 | 2023-09-01T19:08:15 | 886,774 | 4,827 | 1,022 | Apache-2.0 | 2023-09-14T21:51:34 | 2010-09-03T22:11:25 | Groovy | UTF-8 | Java | false | false | 1,987 | java | /*
* Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com)
*
* 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 ... | [
"greg.schueler@gmail.com"
] | greg.schueler@gmail.com |
6146803082d0aef47338d51abdf1913e62ba71c5 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /ocr-api-20210707/src/main/java/com/aliyun/ocr_api20210707/models/RecognizeMedicalDeviceManageLicenseRequest.java | a951b5412bf8f4b811f50424a0ffdda648d308bc | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ocr_api20210707.models;
import com.aliyun.tea.*;
public class RecognizeMedicalDeviceManageLicenseRequest extends TeaModel {
// 图片链接(长度不超 1014,不支持 base64)
@NameInMap("Url")
public String url;
public static RecognizeMedicalDevice... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
6ee23188d42bcac2a7f07cac25e88a3cf763b130 | 794473ff2ba2749db9c0782f5d281b00dd785a95 | /braches_20171206/qiubaotong-server/qbt-system-web/src/main/java/com/qbt/web/support/impl/SfNotifyConfigSupportImpl.java | 7a8a4773bbe1c1866f40c63002a028d0d9a5887b | [] | no_license | hexilei/qbt | a0fbc9c1870da1bf1ec24bba0f508841ca1b9750 | 040e5fcc9fbb27d52712cc1678d71693b5c85cce | refs/heads/master | 2021-05-05T23:03:20.377229 | 2018-01-12T03:33:12 | 2018-01-12T03:33:12 | 116,363,833 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package com.qbt.web.support.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.qbt.common.entity.PageEntity;
import com.qbt.common.enums.ErrorCodeEnum;
import com.qbt.common.exception.BusinessException;
import com.qbt.... | [
"louis.he@missionsky.com"
] | louis.he@missionsky.com |
9b1c2d368b8215d3d18fe28324488a075f14a497 | c3a83420ab341677929e4be7676467294e52aee3 | /everything-like/src/main/java/task/ScannerCallBack.java | 4ba4f6f81ecbd4ff2d3a455b7874351550bc82d8 | [] | no_license | LYHccc/study_java | 525474403d9c0aaadaac84c1bf1ba7d7d77de89e | 732e1ada5e3d9d2117ddfefac750f9b1354fbb6f | refs/heads/master | 2022-11-25T19:57:18.091460 | 2020-11-13T14:29:58 | 2020-11-13T14:29:58 | 217,519,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package task;
import java.io.File;
public interface ScannerCallBack {
//文件扫描回调,用来保存下一级子文件夹和子文件到数据库
void callBack(File dir);
}
| [
"1587168434@qq.com"
] | 1587168434@qq.com |
e6ff0a4e552882fc0adcb57c3524b3ce4e5739f1 | 4347ea57d9a2f78977c05ade175ed2d70134cde4 | /Trainer Works/JavaWorks/src/com/fannie/HelloWorld.java | c49943215cf136f52e9d8cc13d65813006a17c1e | [] | no_license | adithnaveen/SDET5 | fb92ed5459f43558a3027c4545957eea2ac4e3f3 | 4a3d60f1fe5085b111d32663f7542ed4974e1ab3 | refs/heads/master | 2020-12-30T14:57:29.930662 | 2018-09-11T09:37:13 | 2018-09-11T09:37:13 | 91,100,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package com.fannie;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World from Java");
}
}
| [
"adith.naveen@gmail.com"
] | adith.naveen@gmail.com |
d303d97abdc11761b1b805f9018332e93dd95327 | 7cb7c478a85fd6c48dd1480cdab5180b6484cc7b | /app/src/main/java/com/scu/xing/myapplication/BCReceiver3.java | 43a81e5c7c21998b0404a4d1cc037ee1560b7d77 | [] | no_license | xingyiyang/MyApplication | b24f5694ebb8603ab92f442464725f85bbc8e55e | e719aa8446535790d3808a0ea24a71459a923216 | refs/heads/master | 2021-01-19T19:01:59.103429 | 2017-08-23T14:01:32 | 2017-08-23T14:01:32 | 101,181,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.scu.xing.myapplication;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
/**
* Created by xing on 2017/8/9.
*/
public class BCReceiver3 extends BroadcastReceiver{
@Override
public void on... | [
"532956941@qq.com"
] | 532956941@qq.com |
cee5434576e24219c7c3294ec416746b3297224e | 5250398e2b3d6e3abcbbd2825330d05b4eb94414 | /j360-dubbo-base/src/main/java/me/j360/dubbo/base/model/result/PageDTO.java | 47e72bd5e46cfb607842548a7c24295d5b716771 | [] | no_license | pengqing123/dubbo-app-all | 1616bc0b79f5295afc71844dd20e172e5fb80689 | 2cda281507bee6a4dc7b0fc7e3479549d5fb5a18 | refs/heads/master | 2021-08-08T21:37:28.637844 | 2017-11-01T12:00:09 | 2017-11-01T12:00:09 | 110,332,337 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | package me.j360.dubbo.base.model.result;
import java.io.Serializable;
public class PageDTO<T> implements Serializable {
private static final long serialVersionUID = 1L;
private int recordCount;
private int recordSize;
private int pageNo;
private int pageSize;
private T data;
public int getRecordCo... | [
"xumin_wlt@163.com"
] | xumin_wlt@163.com |
b6d8e0e035a2a8d31d2e12da833988629371b51b | 755a5432e9b53191a8941591f560e7a4fc28b1a0 | /java-web-project/src05/main/java/com/eomcs/lms/servlet/MemberUpdateServlet.java | 6e896a0813b7dddda6d7ab2f8a6045f0ac72f6ee | [] | no_license | SeungWanWoo/bitcamp-java-2018-12 | 4cff763ddab52721f24ce8abcebcec998dacc9e3 | d14a8a935ef7a4d24eb633fedea892378e59168d | refs/heads/master | 2021-08-06T22:11:24.954160 | 2019-08-06T08:17:07 | 2019-08-06T08:17:07 | 163,650,664 | 0 | 0 | null | 2020-04-30T03:39:17 | 2018-12-31T08:00:39 | Java | UTF-8 | Java | false | false | 1,980 | java |
package com.eomcs.lms.servlet;
import java.io.IOException;
import java.util.UUID;
import javax.servlet.ServletException;
import javax.servlet.annotation.MultipartConfig;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet... | [
"seungwan.woo94@gmail.com"
] | seungwan.woo94@gmail.com |
87c04ebd86864a147e8e4b1520e5218b9ff78fe4 | bcbc759d0163c45d45196b8ba2a76f0d52b95bcb | /xxpay-manage/src/main/java/org/xxpay/manage/settlement/ctrl/AgentpayController.java | 1c703a0334452edffd754d1d5959118229575fdd | [] | no_license | xiaoxiaoguai233/xxpay-0514 | 0cec7a9bdeaa7a9cd19509d5859b01f9bf2a62c0 | e234dc6a597a7ccd824066c82c8f21a1e870315a | refs/heads/main | 2023-04-25T16:22:32.984923 | 2021-05-09T07:25:05 | 2021-05-09T07:25:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,475 | java | package org.xxpay.manage.settlement.ctrl;
import com.alibaba.fastjson.JSONObject;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | [
"1255343742@qq.com"
] | 1255343742@qq.com |
080c594697554f26f9db5b5664ecd0af29acc634 | a6b6e362eac85c55e93ee1e0e967a2fcaa76394a | /hku-domain/src/main/java/com/accentrix/hku/domain/app/SpecialScheme.java | e2347e3a8d378d4b83d438cd37361c07600c9817 | [] | no_license | peterso05168/hku | 4a609d332ccb7d8a99ce96afc85332f96dc1ddba | 2447e29d968a1fff7a0f8a788e5cbbb39877979a | refs/heads/master | 2020-03-21T17:11:28.961542 | 2018-06-27T02:24:54 | 2018-06-27T02:24:54 | 118,405,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,325 | java | package com.accentrix.hku.domain.app;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.Xm... | [
"peterso05168@gmail.com"
] | peterso05168@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.