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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a4b1556ddec1f2aab121efa7f0e899c3d5047a92 | 60f8c70d135763ef4ceab106f63af2244b2807f2 | /YiLian/src/main/java/com/yilian/mall/CrashHandler.java | e8a9ddef45d09e529ec3afb8943d751ba37d38b7 | [
"MIT"
] | permissive | LJW123/YiLianMall | f7f7af4d8d8517001455922e2a55e7064cdf9723 | ea335a66cb4fd6417aa264a959847b094c90fb04 | refs/heads/master | 2022-07-16T08:54:43.231502 | 2020-05-21T09:22:05 | 2020-05-21T09:22:05 | 265,793,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,595 | java | package com.yilian.mall;
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.os.Build;
import android.os.Environment;
import android.os.Looper;
impo... | [
"[email protected]"
] | |
2eaaf982bdf1717df1cc1d543caa5332d01fd102 | bb56f7f78815dd73f57aee50a3fa0099f6956331 | /algorithm-code/src/cn/xie/leetcode/LRUCache.java | 238a332205c4babfc1ed91420592d5d368bcb54e | [] | no_license | ziemm/basic-code | 86e11fbd267646146fb254bc6e210bdc339eab2b | c6cdf1d62138cc8560645ce7b4123b3598f07616 | refs/heads/master | 2023-08-23T02:55:24.350373 | 2021-10-02T03:17:18 | 2021-10-02T03:17:18 | 256,085,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,155 | java | package cn.xie.leetcode;
import java.util.HashMap;
import java.util.Map;
/**
* @author: xie
* @create: 2020-09-06 12:19
**/
public class LRUCache {
class Node{
int key,val;
Node pre;
Node next;
Node(int key,int val){
this.key = key;
this.val = val;
... | [
"[email protected]"
] | |
c2cf1127560dc5ff976e59102569537fef3ccf1e | 7dd73504d783c7ebb0c2e51fa98dea2b25c37a11 | /eaglercraftx-1.8-main/sources/main/java/com/google/common/base/Present.java | 1c19c400543836aae62cc488a6a59c46923dc33e | [
"LicenseRef-scancode-proprietary-license"
] | permissive | bagel-man/bagel-man.github.io | 32813dd7ef0b95045f53718a74ae1319dae8c31e | eaccb6c00aa89c449c56a842052b4e24f15a8869 | refs/heads/master | 2023-04-05T10:27:26.743162 | 2023-03-16T04:24:32 | 2023-03-16T04:24:32 | 220,102,442 | 3 | 21 | MIT | 2022-12-14T18:44:43 | 2019-11-06T22:29:24 | C++ | UTF-8 | Java | false | false | 2,345 | java | /*
* Copyright (C) 2011 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"[email protected]"
] | |
9544213dbf0e6018fdec96577a17ae532ca726d9 | 1af1b7ffb2fff798b8ebc9334bac335044716264 | /app/src/main/java/digimatic/shangcommerce/adapter/AllCategoryAdapter.java | cabe8032e686816391a2fc9c49da9a4315d27ddd | [] | no_license | loipn1804/Shang | dd93347afa0c40e9aad634571df1d7c3693a72e5 | 23ed6a891e1cfb18531a79a81654968d4bcca2b2 | refs/heads/master | 2021-01-19T02:33:37.810759 | 2017-04-26T14:25:07 | 2017-04-26T14:25:07 | 61,686,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,800 | java | package digimatic.shangcommerce.adapter;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import ... | [
"[email protected]"
] | |
d6376ce274458e09d13643cee2d8c23cfe09f6c9 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a055/A055647Test.java | 31b036b061cb8650c16724793dd6b82953e3e7dd | [] | 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.a055;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A055647Test extends AbstractSequenceTest {
}
| [
"[email protected]"
] | |
ae5cccc7a1f6b75fe533892747ca92abb2968f96 | 52bd8a00782a8b4fcb23f458c93240d9b9273a48 | /java-problems/src/main/java/com/games/CSES/bitStrings/Solution.java | 15d231df9589a1cb74f9a772a7f86f05732a72a6 | [] | no_license | atulanand206/Games | 27ba2878d477d58ad25b579b81cddef29ccf3d63 | 936d5a3b479a8bbd5d95b3616897ac11fb227f24 | refs/heads/master | 2023-04-15T05:22:38.376852 | 2022-03-08T21:37:01 | 2022-03-08T21:37:01 | 63,499,385 | 1 | 0 | null | 2023-04-12T05:38:03 | 2016-07-16T19:35:21 | Java | UTF-8 | Java | false | false | 402 | java | package com.games.CSES.bitStrings;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Solution {
public static void main(String[] args) {
Scanner sc = new Scanner(new InputStreamReader(System.in));
long x = sc.nextInt(), res = 1, limit = (long) (Math.pow(10, 9) + 7);
... | [
"[email protected]"
] | |
50437c818d883e2c9a98e429c7e96fb0efb49634 | bb13907de0911a1c03f1a32a7ea16740234abf1c | /src/main/java/com/emc/fapi/jaxws/v4_3_1/FunctionalAPIActionFailedException_Exception.java | 43f2aaa06b37cf187228e29e149b8f745923db77 | [] | no_license | noamda/fal431 | 9287e95fa2bacdace92e65b16ec6985ce2ded29c | dad30667424970fba049df3ba2c2023b82b9276e | refs/heads/master | 2021-01-21T14:25:10.211169 | 2016-06-20T08:55:43 | 2016-06-20T08:58:33 | 58,481,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package com.emc.fapi.jaxws.v4_3_1;
import javax.xml.ws.WebFault;
@WebFault(name = "FunctionalAPIActionFailedException", targetNamespace = "http:
public class FunctionalAPIActionFailedException_Exception
extends Exception
{
private FunctionalAPIActionFailedException faultInfo;
... | [
"[email protected]"
] | |
eafe46f836df5e94289318d9d3d09e0c76516784 | 48a0e5e050c172cd225928a710e3be63398ad6ab | /java-web-project/src01/main/java/com/eomcs/lms/servlet/LessonUpdateServlet.java | af196b36d39a8b93feeefee1fe324f7f22a473e4 | [] | no_license | jeonminhee/bitcamp-java-2018-12 | ce38011132a00580ee7b9a398ce9e47f21b1af8b | a1b5f8befc1c531baf6c238c94a44206b48f8d94 | refs/heads/master | 2020-04-14T04:57:57.565700 | 2019-05-19T06:32:27 | 2019-05-19T06:32:27 | 163,650,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | package com.eomcs.lms.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespo... | [
"[email protected]"
] | |
e194ed5ca863c431a3caebdbb95cce9ef0bad4ec | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_ecd2e8d65725cb7b654a5e60063c0216d188346f/Subclass/27_ecd2e8d65725cb7b654a5e60063c0216d188346f_Subclass_t.java | 060fafcf51288e45406a0ae4674eca7585a6f3a2 | [] | 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,882 | java | package com.googlecode.objectify.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* <p>Indicates that a class is part of a polymorphic persistence hierarchy. Subclasses
* of an ... | [
"[email protected]"
] | |
3573949766890b23a5d2e69521405ea2cade1fe7 | 91e67632d2a4d3e02b8ebe954c47fe5ae2bdfb33 | /app/src/main/java/com/omneagate/activity/dialog/RetryFailedMasterDataDialog.java | 7d053b7399993ec0f74afa6f1c9ec84afd31265b | [] | no_license | RamprasathPnr/FpsPosUttarPradesh | a2b14022d59f41b5af0d7d8e6a564ee3abd1fbb3 | 99fb57ecb4b0df59b29119f398a83eaf434d2681 | refs/heads/master | 2021-08-31T13:32:10.236720 | 2017-12-21T13:47:01 | 2017-12-21T13:47:01 | 115,010,323 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,180 | java | package com.omneagate.activity.dialog;
import android.app.Activity;
import android.app.Dialog;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.TextView;
import com.omneagate.activity.R;
... | [
"[email protected]"
] | |
1c64d410b6f74444cd1483086594c053e956c29e | 6dd5f5bb63a54e36aab43f9dcafafd88b468b03a | /scfs-web/src/test/java/com/scfs/web/schedule/InvokeLogJobTest.java | e001cd6c6d93fbadbb753c578d1e05c0a643357f | [] | no_license | qm1083824922/scfs | ce9cef8c1c06563dcddb7c133c5dac567b622581 | bd2f12615653658b06915fee6a2cdb8a3d393d81 | refs/heads/master | 2022-12-22T20:09:54.936706 | 2019-07-07T09:41:23 | 2019-07-07T09:41:23 | 195,634,196 | 6 | 5 | null | 2022-12-16T06:33:52 | 2019-07-07T09:41:15 | HTML | UTF-8 | Java | false | false | 449 | java | package com.scfs.web.schedule;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.scfs.service.schedule.InvokeLogJob;
import com.scfs.web.base.BaseJUnitTest;
/**
* Created by Administrator on 2017年1月9日.
*/
public class InvokeLogJobTest extends BaseJUnitTest{
@Autow... | [
"[email protected]"
] | |
b3941f750c11e3f1d75353d23c97e32d31a9bbab | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate9155.java | 1181b2345144435c3068425063b37c29c8e92739 | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | protected Item findByDescription(SessionBuilder sessionBuilder, final String description) {
Session s = sessionBuilder.openSession();
try {
return (Item) s.createCriteria(Item.class)
.setCacheable(true)
.setReadOnly(true)
.add(Restrictions.eq("description", des... | [
"[email protected]"
] | |
d3e97e8458db4801ba2a4c8d163aa975e8b16da0 | 1264ce4f7240a56b39b99bbfcdf7c59131cac5db | /AndExam안드로이드프로그램정복/AndExam/src/exam/andexam/C04_CodeLayout.java | 4a6e0ada1ac89ef889e4b3a5f74d3b15bb04e3e2 | [] | no_license | danielkulcsar/webhon | 7ea0caef64fc7ddec691f809790c5aa1d960635a | c6a25cc2fd39dda5907ee1b5cb875a284aa6ce3d | refs/heads/master | 2021-06-23T08:06:48.890022 | 2017-08-27T05:28:19 | 2017-08-27T05:28:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package exam.andexam;
import android.app.*;
import android.os.*;
public class C04_CodeLayout extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.c04_codelayout);
}
} | [
"[email protected]"
] | |
45723a567438872412bf0b6743964a5c1f6ea7ba | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_46963053054321ba741324f61c0525d1d1da3987/SemiImplicitEuler/4_46963053054321ba741324f61c0525d1d1da3987_SemiImplicitEuler_t.java | 70b67ad08551c94adddccef822153299c758427a | [] | 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,492 | java | package feynstein.properties.integrators;
import feynstein.*;
import feynstein.geometry.*;
import feynstein.utilities.*;
import java.util.ArrayList;
public class SemiImplicitEuler extends Integrator<SemiImplicitEuler> {
public SemiImplicitEuler(Scene scene) {
super(scene);
objectType = "SemiImplici... | [
"[email protected]"
] | |
327424d6ec1a69a95844b96da402a8eb9844cd4d | f337ca8ffd40388e153607496ed68b85658b3a76 | /app/src/main/java/eslglobal/com/esl/dialogfragments/CommonDialog.java | 0d0153dfd37f6545390c7185bde069b09b56fbf2 | [] | no_license | prudhvibsecure/ESLGlobal | a567e27d5c76143a5c30145a0109464ffda8663e | 57f0229ff4fcf9030e17bce5530cf804b4989537 | refs/heads/master | 2021-01-11T14:44:01.986802 | 2017-01-27T11:23:52 | 2017-01-27T11:23:52 | 80,201,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,788 | java | package eslglobal.com.esl.dialogfragments;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.view.LayoutInflater;
import android.view.View;
imp... | [
"[email protected]"
] | |
b6d7d8462ad38ff4350cead297046ee3d0650c0a | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-nas/src/main/java/com/aliyuncs/nas/model/v20170626/ApplyDataFlowAutoRefreshRequest.java | 314bbc35dbf39ebeca36306ee60cdbb2ab9d4541 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 3,900 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"[email protected]"
] | |
c8cea2abdd53a8c92b8761df3d8a771c5a5a4fcf | 00a3673f40a5368d43698bffb700002d4735ca88 | /src/main/java/be/fgov/famhp/pharmastatus/externals/config/DefaultProfileUtil.java | dd086e5a495bfabdad81d1b1678847f8b878a3a3 | [] | no_license | cedricclaus/pharma-status-externals-initial | 0b5db9d7448bac0f036058bbe5eff96e7c9dd86c | 85568b3612361a9cf65e236095baec5a8c4767da | refs/heads/master | 2020-06-07T15:03:38.163672 | 2019-06-21T06:47:14 | 2019-06-21T06:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package be.fgov.famhp.pharmastatus.externals.config;
import io.github.jhipster.config.JHipsterConstants;
import org.springframework.boot.SpringApplication;
import org.springframework.core.env.Environment;
import java.util.*;
/**
* Utility class to load a Spring profile to be used as default
* when there is no {@c... | [
"[email protected]"
] | |
b0086c2553df8411fec38df414882fcc6444c0c2 | 23e26634f4a7648d3a516bb8bb43c7120c611906 | /jtwig-core/src/main/java/org/jtwig/property/PropertyResolveRequest.java | ee7c9cc3df3693a08606f6419ee3473b534c7e03 | [
"Apache-2.0"
] | permissive | joao-de-melo/jtwig-draft | f5314c6d863ced119a216affb3a8f807ea19d1fc | 4f471ae23f4f69b43b158984a315eef93a47d7cc | refs/heads/master | 2021-10-28T07:01:38.888887 | 2015-05-02T17:04:47 | 2015-05-02T17:04:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package org.jtwig.property;
import org.jtwig.functions.FunctionArgument;
import org.jtwig.model.expression.function.Argument;
import org.jtwig.model.position.Position;
import java.util.Collection;
public class PropertyResolveRequest {
private final Position position;
private final Object entity;
private ... | [
"[email protected]"
] | |
24f610889d859b8f832d687d2286e6072a02b5d4 | fd1a5a6d21948d3e50742d617b40146acd326609 | /src/dima/ontologies/basicFIPAACLMessages/ACLTell.java | d12d37725977d56b492b781bb31bd95c12deb61f | [] | no_license | Droop/DimaX | 468c0b85c197695d8a4c044079539a729551fa69 | 886410ead3d8d89f7b517efa0e1245bc66773fa9 | refs/heads/master | 2021-01-01T05:41:32.873760 | 2011-12-12T14:53:12 | 2011-12-12T14:53:12 | 2,634,865 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | package dima.ontologies.basicFIPAACLMessages;
/**
* Titre :
* Description :
* Copyright : Copyright (c) 2001
* Soci�t� :
* @author
* @version 1.0
*/
public class ACLTell extends FIPAACLMessage {
/**
*
*/
private static final long serialVersionUID = 7843276510569534893L;
public ACL... | [
"[email protected]"
] | |
7cf7997bf51f625dc98eb6e2fd8fb22e6c067917 | 40d456fc391ae29ab93853127c9537ee364d057b | /webapp/src/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/UseMiscellaneousEditorPages.java | 6b03bc75501a667ff0adbd280ecaaf7e688c5647 | [] | no_license | UniMelb-source/vitro-core | 232d85cf291734125aa338c50de664653c9ae93a | c35c632e6bc7bd0285e85f18551591c8daecdb34 | refs/heads/master | 2016-09-06T05:37:09.276136 | 2012-02-24T05:49:05 | 2012-02-24T05:49:05 | 3,312,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.RequestedAction;
/** Should we allow the user to use the odd-lots pages that were desig... | [
"j2blake@440791e1-c2bf-4c1e-ad7c-caf3f8b0ebe8"
] | j2blake@440791e1-c2bf-4c1e-ad7c-caf3f8b0ebe8 |
b356aaf18647886e96f5c860cceef0ec787256c1 | 3b55fa2ab12a3034cd38a7ace86b9d6adc9127db | /default/administracion/gen/ceip/applications/application/AcademicYearProperty.java | 906a5a7204d51105718579ca9b57fd65a19e0b7e | [] | no_license | ellishia/CEIP | e1b58eb5fef0aa7130845f2f31c4c96f4f348c5a | 206177a0924d1f0c0e84f77a93976fd9439d9645 | refs/heads/master | 2020-12-30T09:58:04.809910 | 2013-05-13T08:45:27 | 2013-05-13T08:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package ceip.applications.application;
import org.monet.metamodel.SelectFieldProperty;
@SuppressWarnings("all")
public class AcademicYearProperty extends SelectFieldProperty {
public AcademicYearProperty() {
super();this._code = "m2ypi9w";
this._name = "AcademicYear";
this._label = "Año Académico";
... | [
"askerosi@askerosi-laptop.(none)"
] | askerosi@askerosi-laptop.(none) |
e9d767523adc5ecd66733df11f4f32d6a2865144 | 2d5c6766fb7ebbb6fd9b3f81e015b8c56eda2733 | /nephele/nephele-profiling/src/test/java/eu/stratosphere/nephele/profiling/impl/InstanceProfilerTest.java | 4acb0ee1384ba2c0bb36ee3b4106b9565fd1974e | [] | no_license | bel90/nephele | e134197edeb86d5b2bfde138445f2f624f934bae | 674876a9714a6b48fd7467cadbc48f9eacfd5c84 | refs/heads/master | 2021-08-24T00:43:16.161984 | 2017-12-07T09:22:36 | 2017-12-07T09:22:36 | 112,023,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,082 | java | /***********************************************************************************************************************
*
* Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance... | [
"[email protected]"
] | |
508d5383192a8b667d2e141da4edc894cc73c6f8 | 018d078a531c15194f4f7b4d1b344fe38f55730c | /src/com/miiceic/refactor/pattern/factorymethod/Fruit.java | 8df3deb0fe188da20ae3022438e3f6ba57d04559 | [] | no_license | 75168859/patterns | 344f4cc99ab0c04d61b8335ad025402b98361921 | f3d9d2b2256a1a6b6ccc7497c1ca0cc7ab701bcc | refs/heads/master | 2021-01-13T00:38:47.592396 | 2016-04-01T15:30:19 | 2016-04-01T15:30:19 | 55,242,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package com.miiceic.refactor.pattern.factorymethod;
public interface Fruit
{
void grow();
void harvest();
void plant();
}
| [
"[email protected]"
] | |
6945761c7255bd2d01d49afa476a13e7b1461b62 | 25cfbbb243aef9514848b160b0e8d7ba31d44a7d | /src/main/java/com/tencentcloudapi/cdn/v20180606/models/ScdnAclConfig.java | c2f018a3dd0835ecb20b83b65620e64dbb9c0858 | [
"Apache-2.0"
] | permissive | feixueck/tencentcloud-sdk-java | ceaf3c493eec493878c0373f5d07f6fe34fa5f7b | ebdfb9cf12ce7630f53b387e2ac8d17471c6c7d0 | refs/heads/master | 2021-08-17T15:37:34.198968 | 2021-01-08T01:30:26 | 2021-01-08T01:30:26 | 240,156,902 | 0 | 0 | Apache-2.0 | 2021-01-08T02:57:29 | 2020-02-13T02:04:37 | Java | UTF-8 | Java | false | false | 3,472 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"[email protected]"
] | |
ef6e2400776f070bc34bb0b16502ed5efcbb77d7 | 3aa976e0376699df32b57009d37d51b21640ca98 | /operatorgraph/src/main/java/lupos/gui/operatorgraph/arrange/Edge.java | 07f62cd6dc127f6d115ca29332d480ebe99ae213 | [] | no_license | boldt/luposdate | 5267090e6c29b9778038c84e1ebc6dab124c0979 | 97e5e33683b1e2b5e65bd1e30b980bbd328dbeb8 | refs/heads/master | 2020-12-30T17:45:26.118723 | 2013-03-05T14:15:05 | 2013-03-05T14:15:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,377 | java | /**
* Copyright (c) 2013, Institute of Information Systems (Sven Groppe), University of Luebeck
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
* following conditions are met:
*
* - Redistributions of source code must... | [
"[email protected]"
] | |
4199826d4019c4d0f5e2b6e25a274ea02da426eb | 406920ca903220dd87b5c5e96abd5334285b619a | /CPEListener/src/com/um/cpelistener/NetworkDetector.java | a2c561b57191c536066c260105b5f68dd6bf4065 | [] | no_license | Phenix-Collection/unionman_apps | 2c5f569ba1702f660f59220a34eb5a50a5b41baf | 9f1efa3aa99cfc453f60ab4383ea25690339886b | refs/heads/master | 2021-07-15T01:50:56.268296 | 2016-09-20T08:48:12 | 2016-09-20T08:48:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.um.cpelistener;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class NetworkDetector {
private Context mContext = null;
public NetworkDetector(Context context) {
this.mContext = context;
}
public boolean NetwrokCheck() {
Connect... | [
"[email protected]"
] | |
7267654059eb55512bcf2b9a73e64bbd8a445898 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_1004326.java | d671dbb876a62e9663df3bb5fe1b95f9d2e37679 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | @Override @NotNull public ApolloStoreOperation<Set<String>> write(@NotNull final GraphqlFragment fragment,@NotNull final CacheKey cacheKey,@NotNull final Operation.Variables variables){
checkNotNull(fragment,"fragment == null");
checkNotNull(cacheKey,"cacheKey == null");
checkNotNull(variables,"operation == null"... | [
"[email protected]"
] | |
58d6fbff9736ff91a5aae02cb42e86dfbe5b211b | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/google/android/material/progressindicator/AnimatorDurationScaleProvider.java | cd06d95746dde0cd91c4004c3654ad67ff4ab137 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.google.android.material.progressindicator;
import android.content.ContentResolver;
import android.provider.Settings;
import androidx.annotation.NonNull;
import androidx.annotation.RestrictTo;
import androidx.annotation.VisibleForTesting;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
public class AnimatorDu... | [
"[email protected]"
] | |
9e2bd74b551b33a33218b1e8519911e3b94668cd | b2e6fc08d727836afb0fcfce784b1618097482ff | /ch04_Booleans/src/BooleanApp.java | 7da09eb5123801b15a375d6e4e7294550b4505de | [] | no_license | sean-blessing/java-instruction-202003jbc | ccfa7354350676e496872ff1090cb4fcf0dc974c | ffec0b9a82a008fcff2e08102fc643642aa0c502 | refs/heads/master | 2021-04-19T03:30:24.468265 | 2020-10-08T13:37:23 | 2020-10-08T13:37:23 | 249,576,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | import java.util.Scanner;
public class BooleanApp {
public static void main(String[] args) {
boolean isValid;
isValid = false;
while (isValid == false) {
System.out.println("Loop runs as long as isValid is false!");
break;
}
isValid = true;
Scanner sc = new Scanner(System.in);
System.... | [
"[email protected]"
] | |
58d7352e284d05ddab0798a1b8678e44f8764fd8 | 3d28124f3c614d73c39c552efcf3fdd013a30b15 | /wwe/jWya.java | d464f001216c715eee8279fa9e71941603edd73b | [] | no_license | WarriorCrystal/WWE-Deobf-Source-Leak | ac5caff81e96cf1d15e53c7f62f4af20053682df | 660a29c3a32a7753299cc8edadf83c109369da1c | refs/heads/master | 2022-03-25T08:29:40.333788 | 2019-11-29T01:09:59 | 2019-11-29T01:09:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package wwe;
import net.minecraft.util.math.*;
public class jWya extends gkrg
{
public BlockPos phME;
public int GFhL;
public int njMC;
public jWya(final BlockPos phME, final int gFhL, final int njMC) {
super();
this.phME = phME;
this.GFhL = gFhL;
this.njMC = njMC;... | [
"[email protected]"
] | |
e5509530aedb6e008230c26b4ff81981e39ce525 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/tomcat70/497.java | c8548fb24bf05ffdc5cd59be3e1adc4e863ccb79 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 6,553 | 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]"
] | |
1cde13622b0c47950b80f577ea306538ff1cbaa8 | 8b9022dda67a555c3fd70e652fa9159e5b517602 | /src/main/java/org/drip/sample/bessel/AlphaZeroFirstApproximate.java | 5bcc37acf4fd4b79a23016f350aa153df87aee0a | [
"Apache-2.0"
] | permissive | BugHunterPhilosopher/DROP | 19b77d184fea32366c4892d7d2ca872a16b10c1c | 166c1fc6276045aad97ffacf4226caccfa23ce10 | refs/heads/master | 2022-07-05T22:13:09.331395 | 2020-05-04T03:41:08 | 2020-05-04T03:41:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,443 | java |
package org.drip.sample.bessel;
import org.drip.numerical.common.FormatUtil;
import org.drip.service.env.EnvManager;
import org.drip.specialfunction.bessel.FirstFrobeniusSeriesEstimator;
import org.drip.specialfunction.definition.BesselFirstKindEstimator;
import org.drip.specialfunction.gamma.EulerIntegralSecondKind;... | [
"[email protected]"
] | |
b1d535b5449051526791f6ce48bb6d76a93221a3 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.unifiedtelemetry-UnifiedTelemetry/sources/X/IH.java | 8c41cae7e573059b423cb6f6a07e746d04d97d00 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 4,115 | java | package X;
import java.text.DateFormat;
import java.text.FieldPosition;
import java.text.ParseException;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
public final class IH extends DateFormat {
public static final IH A... | [
"[email protected]"
] | |
f220f1da5034ecabcfbf8ffabc2e3fe334b8ae54 | 144c99466cfb085f2015ec2dc2e67c54f1af1443 | /guyue-hadoop/src/main/java/com/amazon/mr/ContentBasedRecommendation.java | a190ba7059628bb7ed8046016e0a311b4f61deae | [] | no_license | guyuetftb/guyue-parents | 8c999c9ee510c141f4ddf31ee98d74e00d9287c7 | d15bd256e70c10819f86d018d7a3e7cc5c513005 | refs/heads/master | 2023-05-24T08:18:48.921990 | 2023-05-15T03:03:42 | 2023-05-15T03:03:42 | 132,435,187 | 3 | 3 | null | 2022-11-16T08:28:50 | 2018-05-07T09:05:27 | Java | UTF-8 | Java | false | false | 2,670 | java | package com.amazon.mr;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapred.JobConf;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop... | [
"[email protected]"
] | |
62b2b1760dd1016c00c5ab0a0fc42371393541cd | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/median/c716ee619761838749589cbd08d5fd56830bff349039f8587e988a5b0cd6310e04844d8e0ee98c5ffee3275aa227bd2c92fcde0993637fcf3bfbd41a37378833/001/mutations/277/median_c716ee61_001.java | ae61a2be18ca61c91c0adbbb382229d2f64565e2 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,366 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"[email protected]"
] | |
9453d4f37811f01d7911100a8625a1671aa03aad | 72e1e90dd8e1e43bad4a6ba46a44d1f30aa76fe6 | /java/spring/spring-boot-2-recipes/spring-boot-2-recipes-chapter05-spring-webflux/spring-boot-2-recipes-chapter05-recipe-5-2-i-publising-consuming-reactive-rest-services/src/main/java/com/apress/springbootrecipes/order/web/OrderController.java | ab0441dd90c161e9681de4baf3220b0095b37c38 | [
"Apache-2.0"
] | permissive | fernando-romulo-silva/myStudies | bfdf9f02778d2f4993999f0ffc0ddd0066ec41b4 | aa8867cda5edd54348f59583555b1f8fff3cd6b3 | refs/heads/master | 2023-08-16T17:18:50.665674 | 2023-08-09T19:47:15 | 2023-08-09T19:47:15 | 230,160,136 | 3 | 0 | Apache-2.0 | 2023-02-08T19:49:02 | 2019-12-25T22:27:59 | null | UTF-8 | Java | false | false | 826 | java | package com.apress.springbootrecipes.order.web;
import com.apress.springbootrecipes.order.Order;
import com.apress.springbootrecipes.order.OrderService;
import org.springframework.web.bind.annotation.*;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
@RestController
@RequestMapping("/orders")
... | [
"[email protected]"
] | |
8ba9264383e2f126449cbc6761d1dc2fc0894e21 | 79146d7479dea9d466e5a21c77b81cc1ec99ba77 | /packages/arquillian-unit-tests/src/test/java/org/openecomp/mso/global_tests/asdc/notif_emulator/JsonArtifactInfo.java | 90511033dd82275cce5019a44cfc219159469d0e | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onapdemo/so | b0d61b302fbac4a5c57ebfc0746fec0d6f375b0e | 494af587df06635820cf184edc7a4cc453b97529 | refs/heads/master | 2020-03-17T20:41:00.090762 | 2018-05-18T08:20:53 | 2018-05-18T08:20:53 | 133,923,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | /*-
* ============LICENSE_START=======================================================
* ONAP - SO
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* =============================================================... | [
"[email protected]"
] | |
5926429f7c5712ea3e1b5271f3bfca5c14e61a27 | b34da2a0c9718bfcd67548c58a26194aaaa15541 | /wzb-order/src/main/java/com/jiuchunjiaoyu/micro/wzbOrder/manager/impl/WzbOrderMngImpl.java | 539b93227a7d51b36b34e573ffbaa914ec0dcf05 | [] | no_license | qidianliusong/springcloud | a5fac34880da042d0c3392842e4c5350b194a71b | 77700263b0123809f0cf43480ef4e6cdbd47900b | refs/heads/master | 2021-07-09T19:49:51.325448 | 2017-10-11T01:45:10 | 2017-10-11T01:45:10 | 106,490,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | package com.jiuchunjiaoyu.micro.wzbOrder.manager.impl;
import com.jiuchunjiaoyu.micro.wzbOrder.entity.WzbOrder;
import com.jiuchunjiaoyu.micro.wzbOrder.manager.WzbOrderMng;
import com.jiuchunjiaoyu.micro.wzbOrder.repository.WzbOrderRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springf... | [
"[email protected]"
] | |
13ab032c39b9004a4052b1e2a9c18103a7a1eb5c | 962a6192bbbadcd1a314026406670d8e87db83f5 | /talkTV30/src/main/java/com/sumavision/talktv2/dao/DBActivityContactsInfo.java | 38b951fe16fde8dc4712e2b52c05453331b93e94 | [] | no_license | sharpayzara/TalkTV3.0_Studio_yy | 1aa09c1b5ba697514535a507fd017faf1db81b06 | 801afa091aa41835873f466655872190745a9d93 | refs/heads/master | 2021-01-19T16:04:12.195817 | 2017-04-13T21:00:19 | 2017-04-13T21:00:19 | 88,245,487 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,125 | java | package com.sumavision.talktv2.dao;
import java.util.ArrayList;
import android.content.Context;
import android.database.Cursor;
import android.util.Log;
import com.sumavision.talktv2.bean.ActivityJoinBean;
public class DBActivityContactsInfo extends AbstractDBHelper {
public DBActivityContactsInfo(Context ctx) {
... | [
"[email protected]"
] | |
93df9e365c43022ddc54a8608df060b5db3ca171 | a1da47c5fdfc644e3029f03316fe76f6b5cf5bb4 | /components/chemaxon-camel/src/main/java/org/squonk/camel/chemaxon/processor/enumeration/ReactorProcessor.java | 1122eaf05fc9492aa41245111e9479839a9f80ce | [
"Apache-2.0"
] | permissive | InformaticsMatters/squonk | a25af0454f4637827136b19cc91f0ad22c0cbe87 | 56e826858bb495b064d215f7c4851429493cf639 | refs/heads/master | 2021-03-30T17:15:11.194844 | 2021-03-08T18:09:42 | 2021-03-08T18:09:42 | 94,418,987 | 7 | 4 | Apache-2.0 | 2021-03-08T18:09:43 | 2017-06-15T08:40:39 | Java | UTF-8 | Java | false | false | 6,024 | java | /*
* Copyright (c) 2017 Informatics Matters Ltd.
*
* 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]"
] | |
19a0f10e21a9d409adbe365060b2775ece1ce88a | 644277e4b4aa6b3a9932931081bb524c53688937 | /Java/Examples/arpggame(0.5)/src/com/mygame/SwordBlock.java | da082c81bad368ee9d73f0e2f647219b086cf0c6 | [
"Apache-2.0"
] | permissive | cping/LGame | 25e905281e31f4ca9e60ddbf7e192d130c8fa886 | 9b003a2e3e8a485c1b039b1ba15971dc17eb3f3c | refs/heads/master | 2023-08-31T23:23:10.921734 | 2023-08-30T10:16:12 | 2023-08-30T10:16:12 | 6,753,822 | 470 | 163 | Apache-2.0 | 2022-02-16T06:29:56 | 2012-11-19T02:05:03 | Java | UTF-8 | Java | false | false | 378 | java | package com.mygame;
public class SwordBlock extends Thing
{
SwordBlock(float x, float y)
{
height = 50;
width = 50;
this.x = x;
this.y = y;
solid = true;
}
public void update(Player player, int enemiesLeft)
{
if(state == Thing.STATE_NORMAL && player... | [
"[email protected]"
] | |
86d3f7d3d22933467d7d125f723fb4278b10f614 | 5f7f9c25fc304ff52071c698530bbed3383aac47 | /ta4j/src/test/java/eu/verdelhan/ta4j/mocks/MockDecimalIndicator.java | d071cfbd2d9fe2f24e06c05763779534e76c207b | [
"MIT"
] | permissive | rsrtime/ta4j | c6706adc65a513b84cc06487f837d394142da565 | 61c09128c7a6fd5d5e3875385f55f15a5031632f | refs/heads/master | 2021-01-19T20:57:23.202477 | 2014-12-30T04:04:30 | 2014-12-30T04:04:30 | 28,551,303 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | /**
* The MIT License (MIT)
*
* Copyright (c) 2014 Marc de Verdelhan & respective authors
*
* 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 without limit... | [
"[email protected]"
] | |
4ffdb79623cb86d0cc1446ad643fedcb76b722db | e369d9879042675c259345e9d83c99fabb27de64 | /NS_Client201802/src/com/netsuite/webservices/lists/accounting_2018_2/types/BillingScheduleMonthDowim.java | 82d56f9582d94f0aa9ea1db80c3bf54d50f2fcc3 | [] | no_license | zbansi/intretech_netsuite | 609d59949a36e080841a5341812005df414a79d6 | 17d56760fd8b920a378e373c4ab021877ece7315 | refs/heads/master | 2021-06-26T00:31:19.500230 | 2019-06-06T01:59:49 | 2019-06-06T01:59:49 | 154,297,224 | 0 | 0 | null | 2020-10-13T10:51:34 | 2018-10-23T09:06:33 | Java | UTF-8 | Java | false | false | 3,375 | java | /**
* BillingScheduleMonthDowim.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Jul 28, 2010 (04:07:04 PDT) WSDL2Java emitter.
*/
package com.netsuite.webservices.lists.accounting_2018_2.types;
public class BillingScheduleMonthDowim implements java.io.Serializable {
private java.lang... | [
"[email protected]"
] | |
9554511a4fe4e784d4bb17a11a2489b148eb6458 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_1cc7d1f8d785c83bd1639f6617d8eb3102fe6f30/ModifyTemplateProducer/28_1cc7d1f8d785c83bd1639f6617d8eb3102fe6f30_ModifyTemplateProducer_s.java | b9a6bdc858444164f5f981497cdeda830ecbc2cd | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,143 | java | /******************************************************************************
* TemplateProducer.java - created on Aug 21, 2006
*
* Copyright (c) 2007 Virginia Polytechnic Institute and State University
* Licensed under the Educational Community License version 1.0
*
* A copy of the Educational C... | [
"[email protected]"
] | |
cf73bdba54ee9f496b672d129e2221fc1d5577fe | 1cce29cd23674b1e7f3d523c779231032720add4 | /src/main/java/com/suixingpay/profit/leetcode/code/lc150.java | 4184cb3106a1420068b3d46737bc183df0d79935 | [] | no_license | histjxg/hxg-all | b87a30f2c18c8c075067c406fb1aac8b56dbff4d | 01a1aabb12f3a56bb74698ac986fd16268421698 | refs/heads/master | 2023-07-11T22:10:39.808894 | 2021-08-18T16:07:35 | 2021-08-18T16:07:36 | 397,638,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,316 | java | package com.suixingpay.profit.leetcode.code;
/*
* 150. Evaluate Reverse Polish Notation
* 题意:波兰表达式运算
* 难度:Medium
* 分类:Stack
* 思路:用栈即可
* Tips:
*/
import java.util.Stack;
public class lc150 {
public int evalRPN(String[] tokens) {
if(tokens.length==1) return Integer.valueOf(tokens[0]);
Stack<In... | [
"[email protected]"
] | |
a03b03cc0f175cade0aa8b93be5b3faf5b06bbd1 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/apereo--cas/e96e75ec0c7a5d06902756e53317c3450fb7e532/after/RegexRegisteredServiceTests.java | b69527cadd0af317c8b528b85f9f1651e8e6a338 | [] | 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,524 | java | package org.apereo.cas.services;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.commons.io.FileUtils;
import org.apereo.cas.authentication.principal.Service;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.apereo.cas.services.RegisteredS... | [
"[email protected]"
] | |
ba056452da121c28fad7b90396cc304e8b83e493 | 017be3d27ff71f655cad3fc43136f0cb14035f04 | /src/main/java/pl/coderslab/book/BookService.java | 4cd44da4008ebe32e1fafbc71288b2104353c120 | [] | no_license | mdziadon/Spring21hibernate | ef957eea9015cee2e0961378e674d4882baf0d83 | be62e466e02557e5cc674671f4609e5f04bd616a | refs/heads/master | 2022-12-21T12:19:01.160584 | 2019-11-05T13:40:29 | 2019-11-05T13:40:29 | 218,048,390 | 0 | 1 | null | 2022-12-16T00:36:45 | 2019-10-28T13:05:07 | Java | UTF-8 | Java | false | false | 2,116 | java | package pl.coderslab.book;
import org.hibernate.Hibernate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Service
@Transactional
public class BookService {
priv... | [
"[email protected]"
] | |
4cb982b18ad4783d4c5777374024c332deed516b | e3a09a1c199fb3e32d1e43c1393ec133fa34ceab | /game/data/scripts/instances/KartiasLabyrinth/KartiaHelperHayuk.java | 95d76a25af4b9a41077656f9988edf2caef55196 | [] | no_license | Refuge89/l2mobius-helios | 0fbaf2a11b02ce12c7970234d4b52efa066ef122 | d1251e1fb5a2a40925839579bf459083a84b0c59 | refs/heads/master | 2020-03-23T01:37:03.354874 | 2018-07-14T06:52:51 | 2018-07-14T06:52:51 | 140,927,248 | 1 | 0 | null | 2018-07-14T07:49:40 | 2018-07-14T07:49:39 | null | UTF-8 | Java | false | false | 7,768 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"[email protected]"
] | |
af59603dd4bce2eb958a2b1805f95b5a8f5e0945 | 7c23099374591bc68283712ad4e95f977f8dd0d2 | /com/google/android/gms/internal/gb.java | 1f66769d8a19d7b93f02fef1d4bdd816c0eb733d | [] | no_license | eFOIA-12/eFOIA | 736af184a67de80c209c2719c8119fc260e9fe3e | e9add4119191d68f826981a42fcacdb44982ac89 | refs/heads/master | 2021-01-21T23:33:36.280202 | 2015-07-14T17:47:01 | 2015-07-14T17:47:01 | 38,971,834 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,097 | java | package com.google.android.gms.internal;
import android.content.ComponentName;
import android.content.Context;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Bundle;
import com.google.android.gms.internal.av;
import com.google.android.gms.internal.ey;
import com.google.androi... | [
"[email protected]"
] | |
c9571c8f90da139bde16d6099df598256d40b4dd | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_42007.java | 16370ad5b7b23c2168996b27461cb8b6286c4732 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,743 | java | private void toggleEnabledChild(boolean enable){
findViewById(R.id.ll_security_body_apply_hidden).setEnabled(enable);
findViewById(R.id.ll_security_body_apply_delete).setClickable(enable);
findViewById(R.id.ll_active_security_fingerprint).setClickable(enable);
if (enable) {
((ThemedIcon)findViewById(org.hor... | [
"[email protected]"
] | |
a10d6afb1316d9fc656953ed111230f8e5917462 | 366b894b7555c6c5cec1c528a53ec9637737a232 | /Softtechjava/src/com/softtech/java/training/annotations/property/ApplicationProperties.java | 2cc913887a2602636f9598a748adb8e4e4b9d1d0 | [] | no_license | osmanyaycioglu/softtech2 | 417a436720156278b6eb16c98fd341d1f866bdf3 | 7f76f752f8c43f68391f97a261090a1fc6dab90f | refs/heads/master | 2022-12-26T06:33:45.489567 | 2020-10-02T14:26:28 | 2020-10-02T14:26:28 | 299,283,828 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package com.softtech.java.training.annotations.property;
@PropertyFile("app.properties")
public class ApplicationProperties {
@Property(key = "app.appName")
private String appName;
@Property(key = "app.host")
private String host;
@Property(key = "app.port")
private int port;
@Property(k... | [
"[email protected]"
] | |
a0f06463490fb63c974c69241a1d276a030896ce | e486128983b8d60c3921e94fdc250c6330e5a1dc | /jsp_project/First_Web/src/main/java/member/Member.java | 314b54bf29baa9f47eab176f025504abe4afb540 | [] | no_license | Ellie-Jung/java205 | ee15740ca6b0335fe712d748f920bb7c992533e8 | 2fb163f71fa09db2c4e453c9967d594469301d28 | refs/heads/main | 2023-08-18T20:17:56.109671 | 2021-10-06T09:41:00 | 2021-10-06T09:41:00 | 370,221,944 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package member;
//빈즈 클래스 생성
public class Member {
//변수는 모두 private처리
private String id;
private String pw;
private String name;
//beans 클래스는 기본생성자 필수!
public Member(){}
public Member(String name){} //디폴트 생성자가 없는 상태해서 실행해보면 오류생긴다.
public Member(String id, String pw, String name) {
this.id = id;
th... | [
"[email protected]"
] | |
8700a9799111800638928b041ba1b56315855e1d | 49744e4c91d519e12d7985383af5575460899a90 | /bak/faceye-stock-manager/src/template/project/src/main/java/com/faceye/component/generate/service/impl/ComponentServiceImpl.java | 499ef0a069769f34354c79be27d4495509ddc1d7 | [] | no_license | haipenge/faceye-stock | b179a367d064a2c3823b1177900de45cca966ef7 | f6e6b3d9c92dde0466877d20010ef1e5d934fb16 | refs/heads/master | 2021-07-09T06:42:18.151541 | 2019-06-03T09:38:55 | 2019-06-03T09:38:55 | 73,882,158 | 2 | 0 | null | 2020-10-12T19:19:48 | 2016-11-16T03:56:23 | Java | UTF-8 | Java | false | false | 811 | java | package com.faceye.component.generate.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.faceye.component.generate.entity.Component;
import com.faceye.component.generate.repository.mongo.ComponentRepository;
import com.faceye.componen... | [
"[email protected]"
] | |
9dae3b8e65b35890f6f5ccd40c48c130a2afdb02 | ea16aa0fa650ad746c3dc5d4df72c0f586fd17cf | /app/src/main/java/com/d2956987215/mow/dialog/SettingPasswordDialog.java | f96623c423f7ea17dccf2513f86e0c4b7b6ff01f | [] | no_license | lkxiaojian/msmm | 78886e30f1b6873154a2bd2b4e10441abd62f061 | 3ad336e194e5dffcf1a45de1f9d333446cf50f46 | refs/heads/master | 2022-01-23T16:32:05.449911 | 2019-07-24T03:17:41 | 2019-07-24T03:17:41 | 198,366,675 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.d2956987215.mow.dialog;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.widget.TextView;
import com.d2956987215.mow.R;
public class SettingPasswordDialog extends BaseDialog implements View.OnClickListener {
private Activity activity;
private T... | [
"[email protected]"
] | |
03a28255c1b79317f651b88b5f4d11e8b0d56ab4 | db86ad13bcef5aa6401a989621f2cc2bb199892e | /modules/swagger-jaxrs2/src/test/java/io/swagger/v3/jaxrs2/resources/RefHeaderResource.java | dce896ecc3a3cad56d43712c8aaa7d501672b730 | [
"Apache-2.0"
] | permissive | fabianvo/swagger-core | 8619839b45654de0cbb0cc08d586e08d80de43f2 | 4993709d403ba76225bd1489bcc2b3d91b44b523 | refs/heads/master | 2021-04-18T15:42:24.642246 | 2021-03-31T09:23:45 | 2021-03-31T09:23:45 | 249,558,793 | 0 | 1 | Apache-2.0 | 2021-03-31T07:32:48 | 2020-03-23T22:33:11 | null | UTF-8 | Java | false | false | 1,193 | java | package io.swagger.v3.jaxrs2.resources;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.headers.Header;
import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
/**
* Class wit... | [
"[email protected]"
] | |
cf2ad27e43be249a405e3a9698148faf109fde41 | b49ee04177c483ab7dab6ee2cd3cabb44a159967 | /medicineDaChen/src/main/java/com/dachen/medicine/entity/DepartmentEntity.java | e512fcfb373f267c71fa05154af7770fce94a011 | [] | no_license | butaotao/MedicineProject | 8a22a98a559005bb95fee51b319535b117f93d5d | 8e57c1e0ee0dac2167d379edd9d97306b52d3165 | refs/heads/master | 2020-04-09T17:29:36.570453 | 2016-09-13T09:17:05 | 2016-09-13T09:17:05 | 68,094,294 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.dachen.medicine.entity;
public class DepartmentEntity {
String name;
int id;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
@Override
public String toStrin... | [
"[email protected]"
] | |
fd19a8795d68bcfbca741ab24ea9c1c6664aa2f6 | 128da67f3c15563a41b6adec87f62bf501d98f84 | /com/emt/proteus/duchampopt/__tcf_413695.java | df99f7340be6a7f5217dbfb94949d9983cc03f13 | [] | no_license | Creeper20428/PRT-S | 60ff3bea6455c705457bcfcc30823d22f08340a4 | 4f6601fb0dd00d7061ed5ee810a3252dcb2efbc6 | refs/heads/master | 2020-03-26T03:59:25.725508 | 2018-08-12T16:05:47 | 2018-08-12T16:05:47 | 73,244,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,644 | java | /* */ package com.emt.proteus.duchampopt;
/* */
/* */ import com.emt.proteus.runtime.api.Env;
/* */ import com.emt.proteus.runtime.api.Frame;
/* */ import com.emt.proteus.runtime.api.Function;
/* */ import com.emt.proteus.runtime.api.ImplementedFunction;
/* */ import com.emt.proteus.runtime.librar... | [
"[email protected]"
] | |
da61f5896e4fdd658e7910fe19f17b1f33b8a293 | 59e6dc1030446132fb451bd711d51afe0c222210 | /components/appmgt/org.wso2.carbon.appmgt.impl/1.2.1/src/main/java/org/wso2/carbon/appmgt/impl/template/APITemplateBuilderImpl.java | 5280a8d0e9455310e37135fa085456da9b99db58 | [] | no_license | Alsan/turing-chunk07 | 2f7470b72cc50a567241252e0bd4f27adc987d6e | e9e947718e3844c07361797bd52d3d1391d9fb5e | refs/heads/master | 2020-05-26T06:20:24.554039 | 2014-02-07T12:02:53 | 2014-02-07T12:02:53 | 38,284,349 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,394 | java | /*
* Copyright WSO2 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 agreed to in writi... | [
"[email protected]"
] | |
6979784fa4e942f26b5f1ce297813344d349dca0 | bccb412254b3e6f35a5c4dd227f440ecbbb60db9 | /hl7/pseudo/group/PERSONNEL_RESOURCE_SRR_S07.java | f9c84bce97007316a858cc231a2d177125927ef9 | [] | no_license | nlp-lap/Version_Compatible_HL7_Parser | 8bdb307aa75a5317265f730c5b2ac92ae430962b | 9977e1fcd1400916efc4aa161588beae81900cfd | refs/heads/master | 2021-03-03T15:05:36.071491 | 2020-03-09T07:54:42 | 2020-03-09T07:54:42 | 245,967,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package hl7.pseudo.group;
import hl7.bean.Structure;
public class PERSONNEL_RESOURCE_SRR_S07 extends hl7.model.V2_3.group.PERSONNEL_RESOURCE_SRR_S07{
public PERSONNEL_RESOURCE_SRR_S07(){
super();
}
public static PERSONNEL_RESOURCE_SRR_S07 CLASS;
static{
CLASS = new PERSONNEL_RESOURCE_SRR_S07();
}
public ... | [
"[email protected]"
] | |
fc13b1c6e67e371ba80e0b5b66899e05e635d163 | 982f6c3a3c006d2b03f4f53c695461455bee64e9 | /src/main/java/com/alipay/api/response/AnttechAiCvOcrVatinvoiceIdentifyResponse.java | c648a26f00eeaa8951ca05bef08d0a804aa053de | [
"Apache-2.0"
] | permissive | zhaomain/Alipay-Sdk | 80ffc0505fe81cc7dd8869d2bf9a894b823db150 | 552f68a2e7c10f9ffb33cd8e0036b0643c7c2bb3 | refs/heads/master | 2022-11-15T03:31:47.418847 | 2020-07-09T12:18:59 | 2020-07-09T12:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: anttech.ai.cv.ocr.vatinvoice.identify response.
*
* @author auto create
* @since 1.0, 2020-06-05 16:20:12
*/
public class AnttechAiCvOcrVatinvoiceIdentifyRespons... | [
"[email protected]"
] | |
1557bd7bee6e559c63aea01f8b6255b9e9170750 | 5142a8986e7a80420357a7f1b1bbfdf94ad02767 | /hybris-commerce-suite-5.5.1.2/hybris/bin/ext-commerce/basecommerce/testsrc/de/hybris/platform/orderprocessing/OrderFulfillmentProcessServiceTest.java | 95a62a5cc0ee10312855ca0a4837274da388884e | [] | no_license | gerardoram/research1 | 613ef2143ba60a440bb577362bcf1ce2a646664b | 2a4515e3f8901f0b3b510653d61dac059c6521a8 | refs/heads/master | 2020-05-20T17:04:39.574621 | 2015-06-23T17:53:26 | 2015-06-23T17:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,852 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"[email protected]"
] | |
46ea287ac2f41ffbdc6429797a0c2c35e5fa1b84 | a793d0ec2ac7f77da121f63738e43a54e171dbf8 | /mybatis_day04_8_ann_dynamicSql/src/main/java/com/itheima/domain/Account.java | 2ddd8e2199f2607ca0070aca4df76bcb42e19a4d | [] | no_license | Jasonpyt/project_335 | c60f22da50ca18a7ffd8155c4bc640ec1367fe2d | 160d5eb9145a94efd53ca48e2d6bed80d1780de3 | refs/heads/master | 2020-04-30T14:33:51.701190 | 2019-03-21T07:44:08 | 2019-03-21T07:44:08 | 176,894,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.itheima.domain;
/**
* @author 黑马程序员
* @Company http://www.ithiema.com
* @Version 1.0
*/
public class Account {
private Integer id;
private String accountName;
private Integer userId;
// 一个账户对应一个用户
private User user;
public User getUser() {
return user;
}
public... | [
"[email protected]"
] | |
11c8457040d1277c7d7a4b67e4eedb5c2c1fa458 | 6ca93af58a6bc9e41d6d753240345ab78dce4daf | /org.dbdoclet.tidbit.package/test/dbdoclet/java/org/dbdoclet/test/tokenizer/CommentTests.java | 3d1a03cb358f08781ba994fb27a4fb30f0874e17 | [] | no_license | mfuchs23/dodo | a33a319c1701c7e94f0ef0cd04fe3a5dc589afb0 | e47eb2ea463db021302248ea0dc17ff367e96880 | refs/heads/master | 2021-01-20T01:59:04.343254 | 2015-05-28T06:52:37 | 2015-05-28T06:52:37 | 37,484,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,242 | java | /*
* ### Copyright (C) 2001-2003 Michael Fuchs ###
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distri... | [
"[email protected]"
] | |
72522ccbbca9bbe399442be324f6c7af95cb2b94 | c62ddcd27b0c259fd77c19b2c10af12f832ab5ef | /xungen/src/main/java/com/ruihuo/ixungen/activity/chatactivity/DiscussionFormAdapter.java | 06183a5cf2e1c594277b1f97bc23a8746f575f53 | [] | no_license | yudonghui/ixungen | f759d0059a4b5d64e877d0518d76c4210980c119 | e1e2bd9ae1d5719cd66e91404f206efc060fd25d | refs/heads/master | 2020-04-16T18:20:31.172362 | 2019-01-15T08:48:57 | 2019-01-15T08:48:57 | 165,815,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,057 | java | package com.ruihuo.ixungen.activity.chatactivity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;... | [
"[email protected]"
] | |
eec8e9aec018087f09910a72a3a18f489215012d | fde8954411245ced754cf84e742d95f928b3ecbf | /src/main/java/com/sensei/search/nodes/SenseiCore.java | 805784e35d3421f3c20fab80b232068a09ef0ff0 | [] | no_license | xiaoyang/sensei | 7d089b705b9c693ad7a29f03d663dfa551fdd575 | d6d565d9cd5eb02301a92042f14e96afaab16eb6 | refs/heads/master | 2021-01-20T21:59:12.542719 | 2011-04-09T08:12:32 | 2011-04-09T08:12:32 | 533,081 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,651 | java | package com.sensei.search.nodes;
import java.io.File;
import java.io.FilenameFilter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import javax.ma... | [
"[email protected]"
] | |
b387b0a1f0f8393b775e79326f91513ab7c752e9 | 1bfbdd1cebe5201baca9ad5ff4e05874cfee546a | /src/main/java/com/jtt/websocket/WebSocketHandShakeInterceptor.java | fca1e205ad9d5bec6537456514ad1a6c08ca9f26 | [] | no_license | challengerzsz/Simple-Im-Server | a6cbc8e99c6636415cd119963e85ffbceba97e98 | 391a03743c04d2fcadc92c1b999e3b71c0b549d8 | refs/heads/master | 2020-06-13T07:16:53.201564 | 2019-07-03T20:19:39 | 2019-07-03T20:19:39 | 194,583,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | package com.jtt.websocket;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.http.server.ServerHttpRequest;
import org.springframework.http.server.ServerHttpResponse;
import org.springfra... | [
"[email protected]"
] | |
84495deab19158c2c0ebf864a08e6c185024388c | 511a5e5b585be029dc61dd95390c812027c2413b | /newapp/src/main/java/com/tzpt/cloudlibrary/utils/badger/impl/ZTEHomeBadger.java | c50e31e97b81b7d11579adfa4ac43851a61ab1a5 | [] | no_license | MengkZhang/ebook | 60733cff344dd906c20ec657d95e4fa4d0789cf5 | 109101ebad3e8e5274e758c786013aab650c3ff1 | refs/heads/master | 2020-05-07T09:56:05.996761 | 2019-04-09T15:17:10 | 2019-04-09T15:17:10 | 180,392,558 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package com.tzpt.cloudlibrary.utils.badger.impl;
import android.content.ComponentName;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import com.tzpt.cloudlibrary.utils.badger.BaseBadger;
import com.tzpt.cloudlibrary.utils.badger.exception.ShortcutBadgeException;
import java.util.A... | [
"[email protected]"
] | |
212abdd0f81abbdf48db1122539c383f7e2a7f8a | 774b50fe5091754f23ef556c07a4d1aab56efe27 | /oag/src/main/java/org/oagis/model/v101/ChangeAcknowledgeWarrantyClaimType.java | 05910e3cdd62d876c6a8ae6fc515be5e9e2e3b66 | [] | no_license | otw1248/thirdpartiess | daa297c2f44adb1ffb6530f88eceab6b7f37b109 | 4cbc4501443d807121656e47014d70277ff30abc | refs/heads/master | 2022-12-07T17:10:17.320160 | 2022-11-28T10:56:19 | 2022-11-28T10:56:19 | 33,661,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | 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: 2015.04.... | [
"[email protected]"
] | |
acc176861eda0d60ad736df17da48f097663f502 | 18176792205946483b6026acbc5df34457063bb9 | /src/com/javalearn/test/level12/lesson04/task01/Solution.java | 48d9d216152e9e0528948281c947903e1d735b36 | [] | no_license | shev-denys/my-JavaRush-Homework | ee1779ba05d9093e5fa7c7043d5aa8ed75ffc8b8 | 2f9e577bc35331f8c4165986acd50f5aa6beee51 | refs/heads/master | 2021-01-17T07:40:09.827500 | 2016-07-14T09:10:49 | 2016-07-14T09:10:49 | 27,239,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.javalearn.test.level12.lesson04.task01;
/* print(int) и print(String)
Написать два метода: print(int) и print(String).
*/
public class Solution
{
public static void main(String[] args)
{
}
public void print(int i)
{
System.out.println(i);
}
public void print(String... | [
"[email protected]"
] | |
060cf9375e010ea1965d9b89f4efa50e27a3f75b | 0b1a9109de1f41752a34374a75790af350c9d8f0 | /ontologizer/src/ontologizer/set/PopulationSet.java | d839d8088b694548c6ee666334ced117b01018da | [] | no_license | visze/ontologizer | 1f3cb5e75f222b5a41b48211ce6ff35ca3fe4a1d | 1aba3851f54e1bb8ddd7cccd70eefb2cfb22af32 | refs/heads/master | 2021-01-13T11:08:39.231003 | 2017-03-17T16:23:29 | 2017-03-17T16:23:29 | 54,557,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | /*
* Created on 14.07.2005
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package ontologizer.set;
/**
* This class represents the whole population. It inherits from
* StudySet
*
* @author Sebastian Bauer, Steffen Grossmann
*/
public cl... | [
"[email protected]"
] | |
fce237dcaa9668b838251d4486a62bcbfdb93fa7 | 58c00bf811d02379aef98b6da0bdc7ff27728145 | /JAVA/src/ar/com/bosoft/crud/LocalidadCRUD.java | c9eff8b536a88bd56816a79db4fa76fd85f05fdd | [] | no_license | tinchogava/Matera | 9e39ad2deb5da7f61be6854e54afb49c933fc87a | 63b0f60c65af0293d6384837d03116d588996370 | refs/heads/master | 2021-05-05T22:30:17.306179 | 2018-01-03T16:06:00 | 2018-01-03T16:06:00 | 116,151,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,476 | java | /**
* Derechos de uso otrogados a MyA Tecnología Quirúrgica S.A.
* Todos los derechos reservados - 2014 -
* BOSOFT - Servicios Informáticos Integrales
* www.bosoft.com.ar
*/
package ar.com.bosoft.crud;
import ar.com.bosoft.clases.Utiles;
import ar.com.bosoft.conexion.Conexion;
import ar.com.bosoft.data.Localidad... | [
"[email protected]"
] | |
3a418cf07d478ed03094fda9e4d07d4ef6023ddc | cc66a11bfc637063bdd1cb703072ced8caf942e9 | /ejbs/cxfws/BasicWSWeb/src/main/java/com/dhenton9000/cxf/sample/InventoryRequestParametersType.java | 341f413131477b4574c92213298840ce32c04f45 | [] | no_license | donhenton/code-attic | e905840a4d53181d8a6d7c8b983c7b2dc553074b | e8588bea7af3d3a168958ae96ea8a476fcb6969f | refs/heads/master | 2016-09-05T14:47:39.348847 | 2015-07-20T17:37:38 | 2015-07-20T17:37:38 | 39,396,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,346 | java |
package com.dhenton9000.cxf.sample;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* The actual parameters of the web call
*
* <p>Java class for InventoryRequ... | [
"[email protected]"
] | |
00580ce98e0d7adef854db710a508a29fb47d362 | 072216667ef59e11cf4994220ea1594538db10a0 | /googleplay/com/google/android/finsky/widget/WidgetTrampolineActivity.java | 1d46d8c71ef6e619ddd80a152c559e9fe4e57e1b | [] | no_license | jackTang11/REMIUI | 896037b74e90f64e6f7d8ddfda6f3731a8db6a74 | 48d65600a1b04931a510e1f036e58356af1531c0 | refs/heads/master | 2021-01-18T05:43:37.754113 | 2015-07-03T04:01:06 | 2015-07-03T04:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | package com.google.android.finsky.widget;
import android.appwidget.AppWidgetManager;
import android.content.Intent;
import android.os.Build.VERSION;
import com.android.vending.R;
public abstract class WidgetTrampolineActivity extends TrampolineActivity {
protected abstract Class<? extends BaseWidgetProvider> getW... | [
"[email protected]"
] | |
e6b494605b6731d13c00e9969279128d216eaa80 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/google/android/gms/common/api/internal/ListenerHolder.java | f234bc3881fbbf4c124301997a2c390422465091 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,823 | java | package com.google.android.gms.common.api.internal;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import com.google.android.gms.common.annotation.KeepForSdk;
import com.google.android.gms.common.internal.Preconditions;
import com.tencent.matrix.trace.core.AppMethodBeat;
@KeepForSdk
p... | [
"[email protected]"
] | |
5bec97ec281cfea90b5ee9c4abf1d57bd2dfef93 | 698695296508d4a84410388d776ed6e1c2fd87f7 | /driver/src/main/java/com/ins/driver/map/OverlayManager.java | f41f94af71876d31a573691db63fb7b049eb2fd1 | [] | no_license | davidHuW/Kuaidi | ca2c86ab07e906a409bc42ffc717fdacd3f66745 | d63beb56738b731b567c9c24cc7532425986d2ac | refs/heads/master | 2020-12-04T20:32:18.634794 | 2017-08-18T03:24:29 | 2017-08-18T03:24:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,413 | java | package com.ins.driver.map;
import com.baidu.mapapi.map.BaiduMap;
import com.baidu.mapapi.map.BaiduMap.OnPolylineClickListener;
import com.baidu.mapapi.map.MapStatusUpdateFactory;
import com.baidu.mapapi.map.Marker;
import com.baidu.mapapi.map.Overlay;
import com.baidu.mapapi.map.OverlayOptions;
import com.baidu.mapap... | [
"abcdefgghhh01"
] | abcdefgghhh01 |
d9bd3170f897ea03c55f5bff26b63ddab31dce2c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_8f73b1a62b84f530ced42ff7b4010709151afbba/InjectionModel/6_8f73b1a62b84f530ced42ff7b4010709151afbba_InjectionModel_s.java | 3acab6020329da74d7170556ba8959fb33c2da36 | [] | 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,158 | java | /*
* Copyright (c) 2007, Rickard Öberg. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
* Unless required by appli... | [
"[email protected]"
] | |
b32e2852ab98c3d64d987c79c28b270e7d12c9b1 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/deeplearning4j--deeplearning4j/4aecdef0027f03d7b09bc740b667f2979194d381/after/DenoisingAutoEncoder.java | 94785fea52ed2fa8908eff4b84f6d86ace3bd865 | [] | 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 | 6,429 | java | package org.deeplearning4j.da;
import static org.deeplearning4j.util.MathUtils.binomial;
import static org.deeplearning4j.util.MatrixUtil.oneMinus;
import static org.deeplearning4j.util.MatrixUtil.sigmoid;
import java.io.Serializable;
import org.apache.commons.math3.distribution.RealDistribution;
import org.apache.c... | [
"[email protected]"
] | |
8603c032f6c1f03937a5edece9a0b6828b7b1181 | 2043467dfdd12c6ec461ac0a615ed2162f19d577 | /SpMVC_20_BBS_Final(C)/src/main/java/com/biz/bbs/service/BBsServiceImplV2.java | 424a8ad73ae76e4cf8248f99a523258e2cabcd89 | [] | no_license | atakage/Shop_Project | 970686a551a022e8df1046a0c661d65b66e9ccfd | 813d6e65778cb225392789cbf8dd2769ba1931fc | refs/heads/master | 2022-12-23T04:57:32.473430 | 2020-06-08T05:25:52 | 2020-06-08T05:25:52 | 244,572,033 | 0 | 0 | null | 2022-12-16T15:39:55 | 2020-03-03T07:41:34 | Java | UTF-8 | Java | false | false | 1,086 | java | package com.biz.bbs.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.biz.bbs.domain.BBsVO;
import com.biz.bbs.repository.BBsDao;
import lombok.RequiredArgsConstructor;
/*
*
* 다중 select를 수행하는 method들이 있고
... | [
"[email protected]"
] | |
da1500f65b77db929be593ea9e5d75e9c122b754 | e3d6330b1358fffaef563248fb15722aeb977acc | /upa-impl/src/main/java/net/vpc/upa/impl/persistence/specific/oracle/OraclePersistenceStore.java | e420bb0497fab2dec46f39afee303193387fba3b | [] | no_license | nesrinesghaier/upa | 92fd779838c045e0e3bbe71d33870e5b13d2e3fe | 2eb005e03477adad5eb127c830bc654ab62f5cc9 | refs/heads/master | 2021-04-09T11:33:36.714597 | 2018-02-24T12:04:41 | 2018-02-24T12:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,550 | java | package net.vpc.upa.impl.persistence.specific.oracle;
import net.vpc.upa.filters.FieldFilters;
import net.vpc.upa.types.*;
import net.vpc.upa.*;
import net.vpc.upa.exceptions.UPAException;
import net.vpc.upa.impl.persistence.DefaultPersistenceStore;
import net.vpc.upa.impl.persistence.shared.marshallers.Constan... | [
"vpc@linux-booster"
] | vpc@linux-booster |
a9cd8941162d4143c68fa260e57f508534fc1c48 | 1f7a8a0a76e05d096d3bd62735bc14562f4f071a | /NeverPuk/net/np/eo.java | dd629ebe47b28e22fec22ee251992a5e5876ae69 | [] | no_license | yunusborazan/NeverPuk | b6b8910175634523ebd4d21d07a4eb4605477f46 | a0e58597858de2fcad3524daaea656362c20044d | refs/heads/main | 2023-05-10T09:08:02.183430 | 2021-06-13T17:17:50 | 2021-06-13T17:17:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package net.np;
import java.util.UUID;
import net.xn;
import net.np.g;
public class eo implements net.c0.x {
public int X() {
return 108;
}
public net.nj.f r(net.nj.f var1) {
String var2 = g.D();
if(var1.K("UUID", 8)) {
var1.h("UUID", UUID.fromString(var1.J("UUID")));
}
... | [
"[email protected]"
] | |
9fd00fd1db300384ffd72872200f66e778990095 | cc592462ab78489ad8b3a771aa9609a95a6cd0ca | /Practice For Hackathon/Tiles/src/tiles/Tiles.java | 91f786f6983d42bfa894d241b4debc89677e1a33 | [] | no_license | Trung28899/Code | 09f0de81719aca1e82ba86e3a19df5c9b7ccae20 | c57a71783bac466e1ef8cb3fe6fc9897f6358917 | refs/heads/master | 2020-11-25T11:58:30.865956 | 2020-03-29T14:57:36 | 2020-03-29T14:57:36 | 228,622,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | // 3 points problem, DMOPC '14 Contest 1 P2 - Tiles
package tiles;
import java.util.*;
public class Tiles {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int length = input.nextInt();
int width = input.nextInt();
int lengthTile = inpu... | [
"[email protected]"
] | |
9c58b9286c55fc67657c758b0671ed1c485969ce | b64f98383fb24e938cd5a380bd4488a97e30de6b | /src/main/java/com/example/app/pojo/MyRealtimeData.java | f344ded8850ae7ae79b143a0e235e37cb8a499fc | [] | no_license | dmshan88/iot-tcp-server | 2c653396ba4cc395cad5cfdf434851ff7d79bb0f | 18ed01586cae7b7ec4832e825c0669d16a8a2676 | refs/heads/master | 2020-06-27T00:59:39.642716 | 2019-07-31T07:40:38 | 2019-07-31T07:40:38 | 199,805,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package com.example.app.pojo;
public class MyRealtimeData {
private int deviceId;
private long recordTime;
MyNodeData[] nodeData;
public int getDeviceId() {
return deviceId;
}
public void setDeviceId(int deviceId) {
this.deviceId = deviceId;
}
public long getRecordTime() {
return recordTime;
}
public ... | [
"[email protected]"
] | |
db3703fe1f7a1efad9e341fdf49b70bcb8b7dd3b | f4c521ca1e8a33d6d80134a63df6c2bdc57298fd | /XsdToJavaAPIRoot/FasterApi/HtmlApiFaster/src/main/java/org/xmlet/htmlapifaster/Th.java | dc1a588934eaf74fb72d984e2f7d69530b0ce6bb | [
"MIT"
] | permissive | lcduarte/XsdToJavaAPI | 222fdd89a124234deb261b94ccdb7b9550c405f2 | c35d390df19c4dbe85ff907930a36c8eae349d34 | refs/heads/master | 2021-07-18T05:41:26.238355 | 2018-11-28T18:49:00 | 2018-11-28T18:49:00 | 110,739,522 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,385 | java | package org.xmlet.htmlapifaster;
import java.util.function.Consumer;
public final class Th<Z extends Element> implements GlobalAttributes<Th<Z>, Z>, AltFlowContentChoice<Th<Z>, Z> {
protected final Z parent;
protected final ElementVisitor visitor;
public Th(ElementVisitor visitor) {
this.visitor = vis... | [
"[email protected]"
] | |
9112a0b9e8e922bc3f6a56db9e3503fc578bd754 | 5a9568f06d54c8a8ffa7d3efec8063f474372817 | /app/src/main/java/com/xinyuan/xyorder/common/bean/HomeMultipleItem.java | a1c4dadeaa5da1cd128074d35c52130ddffd3e19 | [] | no_license | xiasiqiu/ShareFood | a38851ccdcd06c3647cfac0fb925c2cb301c8c0c | e37fc520ce79b1b88a15dcdc26e5ff82e64da1f7 | refs/heads/master | 2022-12-01T00:35:50.329787 | 2020-07-29T09:46:44 | 2020-07-29T09:46:44 | 283,417,760 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package com.xinyuan.xyorder.common.bean;
import com.chad.library.adapter.base.entity.MultiItemEntity;
/**
* Created by fx on 2017/5/4 0004.
* 首页模块视图实体类
*/
public class HomeMultipleItem implements MultiItemEntity {
public static final int BANNER = 1;
public static final int CATEGORY = 2;
public static final in... | [
"[email protected]"
] | |
44d89422ff368288b630a22c48825595d113cf41 | b0a4dcaa23ee7a9bb3a37d796c13d720ab972ffc | /app/src/main/java/com/henghao/hhworkpresent/adapter/JoinPeopleListAdapter.java | 1104ed31d5b6658ef2f4b55bc9548a12d979604b | [] | no_license | yuanzp/HHWorkPresent | d7284ab319e2a5fabcf79dff62d461eca16090aa | 37e6f9da3033d9036f66a253b5a05c4f196c5c6a | refs/heads/master | 2020-12-31T22:30:03.133145 | 2018-03-07T08:55:13 | 2018-03-07T08:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,512 | java | package com.henghao.hhworkpresent.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.CheckBox;
import android.widget.TextView;
import com.henghao.hhworkpresent.R;
import java.ut... | [
"[email protected]"
] | |
8d6325a3279f067c9e72cc6db6eec25663a427bb | e0d9a2a8512065feb2045cff9d2bad30447d414d | /EventosFtp/src/cl/bluex/inicio/Principal.java | 29263ca3449635bc3e5304e38984c72686f69f22 | [] | no_license | repositoriosbe/repositorioArchivosFtp | 2a13f41cf175d43cc48a99a07262a00047f0b191 | 44d2525c06511536a8b412b8292b3d7e189e6176 | refs/heads/master | 2020-05-04T22:12:47.782582 | 2014-04-09T14:38:30 | 2014-04-09T14:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,523 | java | package cl.bluex.inicio;
import java.io.IOException;
import java.util.List;
import org.apache.log4j.Logger;
import cl.bluex.entidades.Constantes;
import cl.bluex.entidades.ParametrosGenerales;
import cl.bluex.negocio.Parametros;
import cl.bluex.negocio.ProcesarArchivos;
/**
* The Class Principal.
* ... | [
"[email protected]"
] | |
8dbdb27592c28bd7406e9e6db54612b790933b22 | 2eb5604c0ba311a9a6910576474c747e9ad86313 | /chado-pg-orm/src/org/irri/iric/chado/so/FiveMethyldihydrouridineHome.java | 69a4d9a1093d114bf69c9ac0e23db3eeada8ec1d | [] | no_license | iric-irri/portal | 5385c6a4e4fd3e569f5334e541d4b852edc46bc1 | b2d3cd64be8d9d80b52d21566f329eeae46d9749 | refs/heads/master | 2021-01-16T00:28:30.272064 | 2014-05-26T05:46:30 | 2014-05-26T05:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,899 | java | package org.irri.iric.chado.so;
// Generated 05 26, 14 1:32:32 PM by Hibernate Tools 3.4.0.CR1
import java.util.List;
import javax.naming.InitialContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.SessionFactory;
import org.... | [
"[email protected]"
] | |
9bc62d00f2d83dbb3ed97e88fa804467f461fea4 | 13639b9aa91611cbd03301db41cdc33a5ed4986a | /lichkin-projects-core-admin/src/main/java/com/lichkin/application/apis/api10003/I/n00/I.java | 9d453e5c4a4a5243950ffb00aa40109a5ce250e7 | [
"MIT"
] | permissive | LichKinContributor/lichkin-projects-core | 95fe3c36d2a754996fc6688ee2d725ffbf802982 | 2acc0c430b3107f0ef9b01fca16e58e95460d839 | refs/heads/master | 2020-03-30T01:13:14.117132 | 2019-05-21T14:58:13 | 2019-05-21T14:58:13 | 150,565,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.lichkin.application.apis.api10003.I.n00;
import com.lichkin.framework.beans.impl.LKRequestBean;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class I extends LKRequestBean {
private String categoryCode;
private String dictCode;
private String dictName;
private Byte sortId;
}... | [
"[email protected]"
] | |
49b5ef042925931e7a99bee5f046244855dbe04b | 3835bc4164a93e226aa78353f26d8620adf7e877 | /macaGame/app/src/main/java/com/cindodcindy/macagame/MainActivity.java | 8470afef4ae91c23c07fda2f1413b15ed73b8e9d | [] | no_license | CindoddCindy/missNiaProject | 7ab53bdbd2c0845ebb0e5509e23d7105c634927c | a920e301720d83e84385471824c8bfff04df3ed8 | refs/heads/main | 2023-05-05T09:42:49.021397 | 2021-06-01T06:35:04 | 2021-06-01T06:35:04 | 372,021,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.cindodcindy.macagame;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | [
"[email protected]"
] | |
29af6fa99392b39d80daef038728e33faf4b3ef5 | 6199fff8d8cb7fa3f2965afd91e2fc343eb1f4ef | /modules/liberty/src/main/java/org/testcontainers/containers/liberty/LibertyAdapter.java | 4de2abe07cbbdcd012a546f493cb309b429d6f72 | [
"Apache-2.0"
] | permissive | ryanesch/microshed-testing | f94c5219a8951d7bc7e2a0c61ca458989ce3e583 | 4a491f688707f2e5c2736ffdc155018fb84872a4 | refs/heads/master | 2020-09-10T14:58:58.528206 | 2019-11-11T21:13:04 | 2019-11-11T21:13:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,048 | java | /*
* Copyright (c) 2019 IBM Corporation and others
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may ob... | [
"[email protected]"
] | |
ce191bb5f24eee9cfa21067da247b036cd941488 | 3362a1396fdd4193441bec57b8e345bfb5391788 | /src/main/java/org/the/force/thirdparty/druid/sql/dialect/mysql/ast/statement/MySqlPartitionByKey.java | ee466a8fbaf606ddf17c464a6ca07b7332bfb665 | [] | no_license | xuji1122/jdbc-partition | 23b5c1a73eb6e728bfb08b91f3c0dff07f1a16ef | a2510b58f5d6083b52122d78700c34d84fe2ad2d | refs/heads/master | 2021-01-01T17:31:14.591369 | 2018-07-02T09:05:29 | 2018-07-02T09:05:29 | 98,094,329 | 7 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,179 | java | /*
* Copyright 1999-2017 Alibaba Group Holding Ltd.
*
* 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 b... | [
"[email protected]"
] | |
f472bca600b10fff7842314303b2c415635242eb | 2f49e2f63dea85d62aa1a56b12d103d8bab0bee3 | /EasyMPermission/src/core/lombok/package-info.java | 5e34c914e1ea09289442ba5a88a473c12eb9917e | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mobmead/EasyMPermission | 9837a0bbb1c6f6b33a6905fd7e60ffb921484b27 | e373737c4c9d9494a25f3700654022c155d027fc | refs/heads/master | 2021-01-18T20:30:06.222457 | 2015-11-12T17:45:18 | 2015-11-12T17:45:18 | 39,174,977 | 62 | 12 | null | null | null | null | UTF-8 | Java | false | false | 1,771 | java | /*
* Copyright (C) 2009-2014 The Project Lombok Authors.
*
* 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 without limitation the rights
* to use, copy, ... | [
"[email protected]"
] | |
6e5461f8725aede06be2d25f1009af2ef0a67ac0 | d00958862bdeab0de6eafb29625be92ca5fda62e | /src/com/rashmi/oops/practice/example/EncapsulationDemo.java | 44901ce579f46c2e32028c0782b1d7a1d59f0f12 | [] | no_license | mrashmi791/Practice_Program | 9b556fb8014cd579d28252575c5809e2cae7a71f | 866180429b00d1e337df48eafeac86b17a7b3ccb | refs/heads/master | 2022-06-30T20:41:42.936447 | 2020-05-13T10:03:22 | 2020-05-13T10:03:22 | 243,255,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package com.rashmi.oops.practice.example;
class Person {
private double id;
private String name;
public Person() {
id = Math.random();
message();
}
private void message() {
System.out.println("hii "+getId());
}
public double getId() {
return id;
}
public String getName() {
re... | [
"[email protected]"
] | |
1e34f26a721f0773f317e16f3f8e67105b018a27 | 71cbe0607ed77a86649e1de8ec8ab8df1fefb1c3 | /src/main/java/com/jieweifu/common/utils/AliyunOSSClientUtil.java | 66d85cc15f12fb2f8b55e283cc6d6c523c1c4cf1 | [] | no_license | surick/cms | 8b542ca627c7e0a27bf6cc6d187603806594b11d | 8de9b0eb8ef79834e6ef37a9bd497c341eaf8732 | refs/heads/master | 2020-04-07T20:15:10.135569 | 2019-05-16T09:40:07 | 2019-05-16T09:40:07 | 158,681,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,391 | java | package com.jieweifu.common.utils;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import org.apache.log4j.Logger;
import com.aliyun.oss.OSSClient;
import com.aliyun.oss.model.Bucket;
import com.aliyun.oss.model.OSSObject;
import com.aliyun.oss.m... | [
"[email protected]"
] | |
4939f452a949764b319feb86f2a67f2c42f8f077 | 33ba5d97d7f9610e89d40899657bf24aa3a8cbe7 | /web/src/main/java/de/hpfsc/web/panels/BorderLayoutExample.java | 56c44946f1d5457f78a19a6b35e9c2d05fba8c12 | [
"LicenseRef-scancode-public-domain"
] | permissive | dmitrybilyk/timers | 8f5b46fa1ce2ee54e06d06fcfa89c02689b81806 | 841c98b4326c813d025009063a00b4c592471e79 | refs/heads/master | 2021-01-10T13:00:46.340034 | 2016-02-19T14:57:41 | 2016-02-19T14:57:41 | 43,221,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,970 | java | package de.hpfsc.web.panels;
import com.extjs.gxt.ui.client.Style.LayoutRegion;
import com.extjs.gxt.ui.client.event.ButtonEvent;
import com.extjs.gxt.ui.client.event.SelectionListener;
import com.extjs.gxt.ui.client.widget.ContentPanel;
import com.extjs.gxt.ui.client.widget.HorizontalPanel;
import com.extjs.gxt.ui.cl... | [
"[email protected]"
] | |
feff0e3da425d2faff0c10958bd20f59adfb43fe | fdc1a3e6e6746ca53739a489ef3a662dd05c3c60 | /src/main/java/com/mrbonono63/create/content/contraptions/components/structureMovement/piston/MechanicalPistonGenerator.java | 8fbd33140f61c7ab2d5367c05bac7fbe689fda0f | [
"MIT"
] | permissive | Bonono63/Create---Fabric-Edition | 197babf8a008144e742616a7f8a6c7a19b61d307 | 94d03047a9fba5d4346e0be91353a8d7dbd3a709 | refs/heads/master | 2023-04-04T17:17:59.443779 | 2021-04-17T00:54:39 | 2021-04-17T00:54:39 | 249,259,508 | 9 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java | package com.mrbonono63.create.content.contraptions.components.structureMovement.piston;
import com.mrbonono63.create.content.contraptions.components.structureMovement.piston.MechanicalPistonBlock.PistonState;
import com.mrbonono63.create.foundation.data.SpecialBlockStateGen;
import com.tterrag.registrate.providers.Dat... | [
"[email protected]"
] | |
05187644a2e83724934c9b2400af601a903009bd | fd27d6a119631663476b8d0cd158ed7d9ab0ce43 | /java/request-url-parser/src/main/java-generated/ws/epigraph/url/parser/psi/impl/UrlReqModelPathImpl.java | c0da61617d61901cb3c872472fa2bc6e34999a9c | [
"Apache-2.0"
] | permissive | SumoLogic/epigraph | e3afd43a90d97a31131f0ee87a49a5e1d516209d | c099be0802c683a02dd8651a3540288650f5449c | refs/heads/master | 2021-05-01T06:43:06.624523 | 2019-03-06T21:13:32 | 2019-03-06T21:13:32 | 54,748,632 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,068 | java | /*
* Copyright 2017 Sumo Logic
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"[email protected]"
] | |
ad79f98ea8ad11c55c37a7077c0ef70eb458b8f8 | 443928d406ef51efd35020de050decd8151dae9b | /asnlab-uper/src/main/java/com/hisense/hiatmp/asn/v2x/MapLane/Position_LL_28B.java | eaa7b972fd6812260d2808d750d9880faf74b729 | [
"Apache-2.0"
] | permissive | zyjohn0822/asn1-uper-v2x-se | ad430889ca9f3d42f2c083810df2a5bc7b18ec22 | 85f9bf98a12a57a04260282a9154f1b988de8dec | refs/heads/master | 2023-04-21T11:44:34.222501 | 2021-05-08T08:23:27 | 2021-05-08T08:23:27 | 365,459,042 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,156 | java | /*
* Generated by ASN.1 Java Compiler (https://www.asnlab.org/)
* From ASN.1 module "DefPositionOffset"
*/
package com.hisense.hiatmp.asn.v2x.MapLane;
import org.asnlab.asndt.runtime.conv.AnnotationCompositeConverter;
import org.asnlab.asndt.runtime.conv.AsnConverter;
import org.asnlab.asndt.runtime.conv.CompositeC... | [
"[email protected]"
] | |
d7f0cc110493ec38f3015e406594628e6a1c22bb | 597b0daa76ba28adf45359b5aa09cef5886f0e29 | /spring-orm/src/main/java/org/springframework/orm/jpa/vendor/AbstractJpaVendorAdapter.java | 8f31b12ec09a8dde67c6682a4e76d9be6e255a4a | [
"Apache-2.0"
] | permissive | wjmwss-zz/spring | 78e579e3ec4abc983aa80a4547fadc2b654ea959 | e94eb5efb79fc4bc5336d0b571609c141d35d5cb | refs/heads/master | 2023-02-21T09:26:25.768420 | 2021-01-23T19:04:30 | 2021-01-23T19:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,888 | java | /*
* Copyright 2002-2020 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... | [
"[email protected]"
] | |
79998cd70b86ffdf1c3ee934c46a740cf06d502e | a91b7856a43b487e4e90271d00c168a5d90d3fcc | /Ftc3543Lib/src/main/java/trclib/TrcDigitalOutput.java | dd81767ed7281ff25cf243f793e41d0d324a4e24 | [
"BSD-3-Clause",
"MIT"
] | permissive | RoboBears5611/Ftc2019RoverRuckus | d9dbd48c747c49e0869514cb335ed7f65fcc8ce1 | f397161236e1ce315d2add3caea98587ced70276 | refs/heads/master | 2020-03-28T20:02:11.907550 | 2019-04-27T02:10:28 | 2019-04-27T02:10:28 | 149,031,898 | 0 | 0 | MIT | 2019-01-03T19:21:52 | 2018-09-16T20:11:25 | Java | UTF-8 | Java | false | false | 2,768 | java | /*
* Copyright (c) 2017 Titan Robotics Club (http://www.titanrobotics.com)
*
* 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 without limitation the rights
... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.