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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6de3e497471b3680a2f33e49af61d6352b6a8953 | 774004a61fbc87daf2a51fa8466e7508dbc9f6b6 | /bqiupu/src/com/borqs/common/view/MyGallery.java | ad409fc28571a35227dae321157ac9cf1bc7adbe | [] | no_license | eastlhu/android | 4f23984a5f11f835a22136ddd95b8f3b964ff3fd | 0d256031e3c04fffdf61700fcbb49f7fcf93486a | refs/heads/master | 2021-01-21T04:11:53.350910 | 2013-09-24T07:29:49 | 2013-09-24T07:29:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.borqs.common.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.widget.Gallery;
public class MyGallery extends Gallery
{
public MyGallery(Context context, AttributeSet attrs)
{
super(context, attrs);
}... | [
"liuhuadong78@gmail.com"
] | liuhuadong78@gmail.com |
b020937c6ab4073a0458937749eda2ac8456461b | 43eb759f66530923dfe1c6e191ec4f350c097bd9 | /projects/closure-compiler/src/com/google/javascript/jscomp/deps/DependencyInfo.java | fb902d2079fad59359f884b7ef980e8f0594003a | [
"MIT",
"GPL-1.0-or-later",
"CPL-1.0",
"BSD-3-Clause",
"NPL-1.1",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"MPL-1.1"
] | permissive | hayasam/lightweight-effectiveness | fe4bd04f8816c6554e35c8c9fc8489c11fc8ce0b | f6ef4c98b8f572a86e42252686995b771e655f80 | refs/heads/master | 2023-08-17T01:51:46.351933 | 2020-09-03T07:38:35 | 2020-09-03T07:38:35 | 298,672,257 | 0 | 0 | MIT | 2023-09-08T15:33:03 | 2020-09-25T20:23:43 | null | UTF-8 | Java | false | false | 6,945 | java | /*
* Copyright 2009 The Closure Compiler 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... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
3d425c3f934f8888a166f0d855a98ebe2d73bb37 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/minimum_depth_of_binary_tree_111/Solution.java | be0a013e7d48e07e724460345ea25381ce561235 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package cn.shui.order.minimum_depth_of_binary_tree_111;
import cn.shui.order.base.TreeNode;
public class Solution {
public static void main(String[] args) {
TreeNode node = new TreeNode(3);
node.left = new TreeNode(9);
node.right = new TreeNode(20);
node.right.left = new TreeNode(... | [
"chenyiting1995@gmail.com"
] | chenyiting1995@gmail.com |
2bdcaaa3f4338c87d0dded5eaa89ca93d97b5061 | 490e46ec2507cbe12c27fbddf744d77519f00cc5 | /src/com/alee/laf/menu/PopupMenuPainter.java | 63bdfc6a7f49b7460c6851df78d3cef2ea5e84e1 | [] | no_license | itsuifeng/weblaf | 973ccadb940ebcf79504e6cde2a38105730c3ff2 | d39c8aa34ce98a2986f167e35acc6d7ffc364bc3 | refs/heads/master | 2021-01-22T13:12:37.615691 | 2014-01-30T23:39:23 | 2014-01-30T23:39:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,695 | java | /*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library 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.
*
... | [
"mgarin@alee.com"
] | mgarin@alee.com |
c0390326f7c79e2bb25ca9b132739e141a640c29 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13372-13-15-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/extension/handler/internal/DefaultExtensionHandlerManager_ESTest.java | 317c02b44ac17b8138b6169ef71a5dbf8a56941c | [] | 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 | 603 | java | /*
* This file was automatically generated by EvoSuite
* Sat Apr 04 05:32:08 UTC 2020
*/
package org.xwiki.extension.handler.internal;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7d1813c4cd65f54a9b33be485a5b7207e9c7078a | 81b0bb3cfb2e9501f53451e7f03ec072ee2b0e13 | /src/com/paypal/android/sdk/payments/aD.java | 6c3affcf4e0f60b1e19e1543fc24e8ec42e4da57 | [] | no_license | reverseengineeringer/me.lyft.android | 48bb85e8693ce4dab50185424d2ec51debf5c243 | 8c26caeeb54ffbde0711d3ce8b187480d84968ef | refs/heads/master | 2021-01-19T02:32:03.752176 | 2016-07-19T16:30:00 | 2016-07-19T16:30:00 | 63,710,356 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 432 | java | package com.paypal.android.sdk.payments;
import android.view.View;
import android.view.View.OnClickListener;
final class ad
implements View.OnClickListener
{
ad(LoginActivity paramLoginActivity) {}
public final void onClick(View paramView)
{
LoginActivity.f(a, paramView);
}
}
/* Location:
* Qualifi... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
7ac557cec975b715f06019a02425ee17d323a65c | d4d54f1911ebecc8faa0bdd24336647811a211bd | /src/main/java/com/clueride/util/network/edge/EdgeStoreJson.java | 498b01f691e978ed3e7f66b2e00e8b96e15a017b | [
"Apache-2.0"
] | permissive | ClueRide/server | ed66beb347dd594bc75f2a7dcdba0008ce117940 | 0ec3facf4d818a8af1e122f8c9b1aba114f6f5c4 | refs/heads/master | 2022-11-28T04:29:23.186469 | 2021-01-03T20:22:25 | 2021-01-03T20:22:25 | 157,462,460 | 1 | 0 | Apache-2.0 | 2022-11-16T08:58:52 | 2018-11-13T23:46:24 | Java | UTF-8 | Java | false | false | 3,402 | java | /*
* Copyright 2019 Jett Marks
*
* 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 wr... | [
"jettmarks@gmail.com"
] | jettmarks@gmail.com |
864eb9dffa64159aa8e686579823dacddbd01bd5 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/gms/internal/ads/zzayp.java | deb59a32903fb21fb0f9e1c066a1bbeb7d0915cd | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,688 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal.ads;
import java.nio.ByteBuffer;
import java.security.GeneralSecurityException;
import java.security.interfaces.EC... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
097f6f0020839636f3d5793a74be604e911ec3e1 | 78e340dda73697b4c7e32ac346f116b61c981226 | /src/org/dmd/dmc/types/DmcTypeIntegerName.java | 668566688f233823382b0f53794e227ace1aeb9b | [] | no_license | dark-matter-org/dark-matter-data | 451e7b9da3ae34d94deb4084d462b887d1624da9 | b2e9bc79a6a8162651672871e2c7ccdf47a642e7 | refs/heads/master | 2023-05-25T00:47:44.782732 | 2023-05-19T17:15:06 | 2023-05-19T17:15:06 | 46,194,282 | 4 | 0 | null | 2023-05-19T17:15:07 | 2015-11-14T22:17:39 | Java | UTF-8 | Java | false | false | 3,258 | java | // ---------------------------------------------------------------------------
// dark-matter-data
// Copyright (c) 2011 dark-matter-data committers
// ---------------------------------------------------------------------------
// This program is free software; you can redistribute it and/or modify it
// under the term... | [
"pstrong99@gmail.com"
] | pstrong99@gmail.com |
566a57614d88628f22bf9dd45ee60bb7ea160b04 | 205e7175c428ff9d83d8bded152d22de92c8b030 | /mpos_web/src/main/java/com/site/controller/TCustSaleinfoController.java | 4cd09bc8000684b4dbc81182b7b02095a707b4a0 | [] | no_license | langrs/mpos | e0039ce479a052a9ff21b9ba55b96c447f75561c | 837c536c527179eba1bec6f7c954ea9a6d18ea0f | refs/heads/master | 2020-03-23T20:20:10.035520 | 2018-07-23T15:41:25 | 2018-07-23T15:42:16 | 142,035,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,283 | java | package com.site.controller;
import java.util.List;
import com.site.core.annotation.Myannotation;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import... | [
"27617839@qq.com"
] | 27617839@qq.com |
36e69e68a1cdecff6fb94171f796690f37285e52 | 6c640002f30f26e2db6d5619fb236a9063964c97 | /src/main/java/org/moon/core/init/TableCreator.java | 02806e234192d0ce6e3f2aaa48aec9f2d2c65155 | [] | no_license | gavincook/cddtsc | 72f3e1f0ab94a1c18ff9263d824e5dbaff972702 | 052b7a4015ff4ceadd9f9190bb4fa3caac265492 | refs/heads/master | 2016-09-06T16:23:42.728520 | 2015-05-05T15:52:36 | 2015-05-05T15:52:36 | 35,229,040 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package org.moon.core.init;
import org.apache.log4j.Logger;
import org.moon.db.manager.DBManager;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.BeanFactoryAware;
import javax.annotation.Resource;
public class TableCre... | [
"swbyzx@gmail.com"
] | swbyzx@gmail.com |
677442418819111465ba20346a4fe4a742a80382 | 92f10c41bad09bee05acbcb952095c31ba41c57b | /app/src/main/java/io/github/alula/ohmygod/MainActivity2221.java | 8c579c055537a5cff09cb04ea96df41cd7b6cac9 | [] | no_license | alula/10000-activities | bb25be9aead3d3d2ea9f9ef8d1da4c8dff1a7c62 | f7e8de658c3684035e566788693726f250170d98 | refs/heads/master | 2022-07-30T05:54:54.783531 | 2022-01-29T19:53:04 | 2022-01-29T19:53:04 | 453,501,018 | 16 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package io.github.alula.ohmygod;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity2221 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.acti... | [
"6276139+alula@users.noreply.github.com"
] | 6276139+alula@users.noreply.github.com |
36f99ffd8ea7e7054ff7cda8aa18c6fb2528bb64 | 840a2793dcb6cad4cd9541e572c984123ef99ae2 | /NewVersion/app/src/main/java/dingw/com/newversion/fragment/community/LawyerMideaFragment.java | 2a73ef9891dc166d8f86f5bb84aac2d0fe624cc5 | [] | no_license | kimonic/NewVersion1 | 9eea5db895c12f92be3e662911e5934fed694f65 | 99854a892067241c4e242bf101b987470ae7ade3 | refs/heads/master | 2021-01-20T09:06:37.686748 | 2017-05-22T10:04:24 | 2017-05-22T10:04:24 | 90,218,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,802 | java | package dingw.com.newversion.fragment.community;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.BaseAdapter;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
im... | [
"123456"
] | 123456 |
afc7c157cc69bc0affc357185028104f9a22b281 | 4e7d87840cf911e3a37bebfcf9dc4bcb3a4a7c4d | /spring-vault-core/src/test/java/org/springframework/vault/annotation/LeaseAwareVaultPropertySourceIntegrationTests.java | 414cea1d5d27dc4744c2e4860df893415e7db7a2 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | domix/spring-vault | d78cb062aba2a5df2c551a6356aebb605edbee60 | b28d97fe1bcc6fcf2b7147b30b4f656ad6327080 | refs/heads/master | 2021-01-21T07:30:31.256543 | 2017-05-12T09:48:48 | 2017-05-12T09:50:52 | 91,616,514 | 1 | 0 | null | 2017-05-17T20:18:05 | 2017-05-17T20:18:05 | null | UTF-8 | Java | false | false | 2,501 | java | /*
* Copyright 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 applica... | [
"mpaluch@pivotal.io"
] | mpaluch@pivotal.io |
5c2211e782b4c44feee6adba7b2cfdebf747911e | e8dc623a3b54babbfccfcc48949ea9546f56a939 | /src/com/javabase/base/cache/MCacheManager.java | 469e5f797f0b2e09295317922deed73748e53bce | [] | no_license | softgo/BPStruts1 | dd39bbb72c8c3c5ff384a7b84c1993f2a734f18f | 607c5055cf3d7de42cfd9cb78e5b0d68d7303bc8 | refs/heads/master | 2021-01-13T10:19:32.941492 | 2019-09-29T06:52:55 | 2019-09-29T06:52:55 | 76,633,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,052 | java | package com.javabase.base.cache;
import java.io.File;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import net.sf.ehcache.Cache;
import net.sf.ehcache.CacheManager;
import net.sf.ehcache.config.CacheConfiguration;
import net.sf.ehcache.config.Confi... | [
"sunping521@126.com"
] | sunping521@126.com |
7cdc7f295deb62ba0c2739bb95f5966b934c9dcf | 3a6b03115f89c52c0990048d653e2d66ff85feba | /android/view/GestureDetector.java | 9e1548d4c6b23cfee6038a125dc04bcf648f30a2 | [] | no_license | isabella232/android-sdk-sources-for-api-level-1 | 9159e92080649343e6e2be0da2b933fa9d3fea04 | c77731af5068b85a350e768757d229cae00f8098 | refs/heads/master | 2023-03-18T05:07:06.633807 | 2015-06-13T13:35:17 | 2015-06-13T13:35:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,192 | java | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: GestureDetector.java
package android.view;
import android.os.Handler;
// Referenced classes of package android.view:
... | [
"root@ifeegoo.com"
] | root@ifeegoo.com |
e51b4e7c05f8dd5fe2419b67bb9077e27317ee29 | 7bea7fb60b5f60f89f546a12b43ca239e39255b5 | /src/javax/management/relation/Relation.java | 3fa3edad1a8e7c488d5609ac732373e8d5f54560 | [] | no_license | sorakeet/fitcorejdk | 67623ab26f1defb072ab473f195795262a8ddcdd | f946930a826ddcd688b2ddbb5bc907d2fc4174c3 | refs/heads/master | 2021-01-01T05:52:19.696053 | 2017-07-15T01:33:41 | 2017-07-15T01:33:41 | 97,292,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,997 | java | /**
* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.management.relation;
import javax.management.ObjectName;
import java.util.List;
import java.util.Map;
public interface Relation{
public List<Ob... | [
"panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7"
] | panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7 |
de4e394bf07a8619b0ae721999ebfb4099108eea | d74ae31c66c8493260e4dbf8b3cc87581337174c | /src/main/java/hello/service/Customer1924Service.java | dd7bf6cc41edf477a1ee0f49d886600e52f58607 | [] | no_license | scratches/spring-data-gazillions | 72e36c78a327f263f0de46fcee991473aa9fb92c | 858183c99841c869d688cdbc4f2aa0f431953925 | refs/heads/main | 2021-06-07T13:20:08.279099 | 2018-08-16T12:13:37 | 2018-08-16T12:13:37 | 144,152,360 | 0 | 0 | null | 2021-04-26T17:19:34 | 2018-08-09T12:53:18 | Java | UTF-8 | Java | false | false | 223 | java | package hello.service;
import org.springframework.stereotype.Service;
import hello.repo.Customer1924Repository;
@Service
public class Customer1924Service {
public Customer1924Service(Customer1924Repository repo) {
}
}
| [
"dsyer@pivotal.io"
] | dsyer@pivotal.io |
ae59db426eec54558bfe7a5643fa61232d394917 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_7efc309ed9e4e4f3cf5f62410c4341c926b92a3b/CachePut/14_7efc309ed9e4e4f3cf5f62410c4341c926b92a3b_CachePut_s.java | c106babf3db009412cd933af20a0f3ad224489e9 | [] | 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,818 | java | package railo.runtime.functions.cache;
import railo.commons.io.cache.Cache;
import railo.runtime.PageContext;
import railo.runtime.config.ConfigImpl;
import railo.runtime.exp.PageException;
import railo.runtime.ext.function.Function;
import railo.runtime.op.Caster;
import railo.runtime.type.dt.TimeSpan;
/*... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
becb547813b6959a9b0ef3ee6ece509b1e1c7f2f | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a019/A019945Test.java | c98ee72483ee98c49e479751d88072c288e0ec4a | [] | 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.a019;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A019945Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
3627aec44aa3e33eb647545297253e2262998158 | a12a0f98b7a768c02d8d8329d1c52e2610fc7c51 | /app/src/main/java/in/vinkrish/quickwash/data/QuickWashDBHelper.java | 34faeb64cb10c2208ec265c8da4eca2fc51c7953 | [] | no_license | emppas/QuickWash | 1bff50439f20f1089c4dd3bafa10616c9d5277c3 | 24cc2e04b61a06590927aeaeb848e26608f465f8 | refs/heads/master | 2021-08-30T07:16:57.983949 | 2017-12-16T17:16:54 | 2017-12-16T17:16:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,617 | java | package in.vinkrish.quickwash.data;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import in.vinkrish.quickwash.data.QuickWashContract.QuickWashEntry;
/**
* Created by vinkrish on 04/12/15.
*/
public class QuickWashDBHelper extends SQL... | [
"vinaykrishna1989@gmail.com"
] | vinaykrishna1989@gmail.com |
b7bd3c572d506921302bf9467867ead88a8fff8c | 1ba33872823155f476a6f7e0c7074d0aa2432431 | /src/main/java/de/hshannover/f4/trust/irongui/event/StatusChangedReceiver.java | 67514a614a8301e406eb3d18781aa1b1cf0f54f8 | [
"Apache-2.0"
] | permissive | trustathsh/irongui | 15c7eafac686ed91b9a969ed5dc3c957a97333b0 | 7d48f795e2df5578bb364cd32c6048ebce49f5d9 | refs/heads/master | 2021-01-01T06:26:29.438446 | 2015-03-19T13:11:17 | 2015-03-19T13:11:17 | 9,518,232 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | /*
* #%L
* =====================================================
* _____ _ ____ _ _ _ _
* |_ _|_ __ _ _ ___| |_ / __ \| | | | ___ | | | |
* | | | '__| | | / __| __|/ / _` | |_| |/ __|| |_| |
* | | | | | |_| \__ \ |_| | (_| | _ |\__ \| _ |
* |_| |_| \__,_|___/... | [
"bahellma@googlemail.com"
] | bahellma@googlemail.com |
c2da7310492a74fc5a2c194b2a7cad934788d483 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/shortvideo/p1548ar/p1549a/C38465a.java | 1ed1be00d44ad49006911ee9b88186271bc06db6 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,431 | java | package com.p280ss.android.ugc.aweme.shortvideo.p1548ar.p1549a;
import android.graphics.PointF;
import android.view.MotionEvent;
import android.view.ScaleGestureDetector;
import com.p280ss.android.ugc.asve.recorder.effect.C20749b;
import com.p280ss.android.ugc.aweme.base.utils.C23482j;
import com.p280ss.android.ugc.aw... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
09eac6265072e603c0f9d2e679d41b1904717365 | ff0c33ccd3bbb8a080041fbdbb79e29989691747 | /jdk.localedata/sun/text/resources/cldr/ext/FormatData_es_AR.java | 36a480528a1fb258b30a04661041bfe29a02d399 | [] | no_license | jiecai58/jdk15 | 7d0f2e518e3f6669eb9ebb804f3c89bbfb2b51f0 | b04691a72e51947df1b25c31175071f011cb9bbe | refs/heads/main | 2023-02-25T00:30:30.407901 | 2021-01-29T04:48:33 | 2021-01-29T04:48:33 | 330,704,930 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,313 | java | /*
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"caijie2@tuhu.cn"
] | caijie2@tuhu.cn |
27c8c7a24a8bc8f38fa12d6b4e6c54fd5350fd7c | 3ef55e152decb43bdd90e3de821ffea1a2ec8f75 | /large/module1319_public/tests/unittests/src/java/module1319_public_tests_unittests/a/Foo3.java | d35d371513592e65e8d295d277d6fc6c51e6d247 | [
"BSD-3-Clause"
] | permissive | salesforce/bazel-ls-demo-project | 5cc6ef749d65d6626080f3a94239b6a509ef145a | 948ed278f87338edd7e40af68b8690ae4f73ebf0 | refs/heads/master | 2023-06-24T08:06:06.084651 | 2023-03-14T11:54:29 | 2023-03-14T11:54:29 | 241,489,944 | 0 | 5 | BSD-3-Clause | 2023-03-27T11:28:14 | 2020-02-18T23:30:47 | Java | UTF-8 | Java | false | false | 1,641 | java | package module1319_public_tests_unittests.a;
import java.beans.beancontext.*;
import java.io.*;
import java.rmi.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo ... | [
"gwagenknecht@salesforce.com"
] | gwagenknecht@salesforce.com |
dee829296802428d00e7d0675cacad7f68ce5c82 | fec4c1754adce762b5c4b1cba85ad057e0e4744a | /jf-base/src/main/java/com/jf/dao/PropertyRightProsecutionLogMapper.java | 9b1c3373465a73a08b7dbe7adda194d1d3719a1a | [] | no_license | sengeiou/workspace_xg | 140b923bd301ff72ca4ae41bc83820123b2a822e | 540a44d550bb33da9980d491d5c3fd0a26e3107d | refs/heads/master | 2022-11-30T05:28:35.447286 | 2020-08-19T02:30:25 | 2020-08-19T02:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package com.jf.dao;
import com.jf.common.base.BaseDao;
import com.jf.entity.PropertyRightProsecutionLog;
import com.jf.entity.PropertyRightProsecutionLogExample;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PropertyR... | [
"397716215@qq.com"
] | 397716215@qq.com |
6717c5ec9b369406997c9f362a06c26293c5863c | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/schildbach_bitcoin-wallet/wallet/src/de/schildbach/wallet/data/WalletBalanceLiveData.java | b19143aa6dc70ce1c8befe34181a54a35569dcbe | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,703 | java | // isComment
package de.schildbach.wallet.data;
import org.bitcoinj.core.Coin;
import org.bitcoinj.core.Transaction;
import org.bitcoinj.utils.Threading;
import org.bitcoinj.wallet.Wallet;
import org.bitcoinj.wallet.Wallet.BalanceType;
import org.bitcoinj.wallet.listeners.WalletChangeEventListener;
import org.bitcoinj... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
ef044e9cbde0d138eab3134d1fbff580f9064330 | 1e9819332147bf0d8987a5d884c2dd815e30aaaf | /core/model/src/main/java/sh/isaac/model/statement/CircumstanceImpl.java | 2b2e768d8206be5f3e070bf69325996ddd0dc27f | [
"Apache-2.0"
] | permissive | Sagebits/ISAAC | 5d4d1bade39c06cd6d4ed0993f7bce47ee57be64 | af62273159241162eee61134f21cc82219b8fc69 | refs/heads/develop-fx11 | 2022-12-03T18:13:36.324085 | 2020-05-17T22:04:08 | 2020-05-17T22:04:08 | 195,490,068 | 0 | 1 | Apache-2.0 | 2022-11-16T08:52:54 | 2019-07-06T02:49:49 | Java | UTF-8 | Java | false | false | 2,355 | java | /*
* Copyright 2018 Organizations participating in ISAAC, ISAAC's KOMET, and SOLOR development include the
US Veterans Health Administration, OSHERA, and the Health Services Platform Consortium..
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compl... | [
"campbell@informatics.com"
] | campbell@informatics.com |
0380e03d770e5316669507542a725a2605b20039 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/deviceregister/p855c/C19321d.java | ae3be5bdde6b3defceb35af581140bbfb754fc15 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,085 | java | package com.p280ss.android.deviceregister.p855c;
import android.os.Build;
import android.os.Build.VERSION;
import com.bytedance.common.utility.C6319n;
import com.p280ss.android.common.util.C6776h;
/* renamed from: com.ss.android.deviceregister.c.d */
public final class C19321d {
/* renamed from: a */
private... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
ac83dc9c22df7b60b82f58e2b038990bd6a4b634 | 04e648896a9c96867a11a84a1ad2f3c60409f159 | /src/test/java/StepFiles.java | a0c73a6bc3b44bc83ff99f0000929e2e6ab4f557 | [] | no_license | abhisheaksoni/DBSEnggPractices | 52ee9ac614246299486dda11e13b2a37f9b223f7 | e4591ee15426c976333d037f6efeaa37cb0bf699 | refs/heads/master | 2020-07-01T22:14:45.250086 | 2016-11-21T06:39:07 | 2016-11-21T06:39:07 | 74,333,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package test.java;
import cucumber.api.PendingException;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
public class StepFiles {
@Given("^Numbers are (\\d+) and (\\d+) and operation is +$")
public void Numbers_are_and_and_operation_is_add(int arg1, in... | [
"admin@admin-PC"
] | admin@admin-PC |
9310d101a784513adc88bca35b161cce30313d38 | 280da3630f692c94472f2c42abd1051fb73d1344 | /src/net/minecraft/network/play/server/S34PacketMaps.java | c0176d1d25a14a1135baa0f2ef02daa567b1b9c4 | [] | no_license | MicrowaveClient/Clarinet | 7c35206c671eb28bc139ee52e503f405a14ccb5b | bd387bc30329e0febb6c1c1b06a836d9013093b5 | refs/heads/master | 2020-04-02T18:47:52.047731 | 2016-07-14T03:21:46 | 2016-07-14T03:21:46 | 63,297,767 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,413 | java | package net.minecraft.network.play.server;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
import net.minecraft.util.Vec4b;
import net.minecraft.world.storage.MapData;
import jav... | [
"justanormalpcnoghostclientoranyt@justanormalpcnoghostclientoranyt-Aspire-XC-704"
] | justanormalpcnoghostclientoranyt@justanormalpcnoghostclientoranyt-Aspire-XC-704 |
57d9f030d3d5e3ac46e2ea2d5c73dfae8f7a2b67 | 63c449138a661dfdf579b6f2f1c35cc517e04b21 | /app/src/main/java/com/yiyue/store/module/certification/CertificationPresenter.java | 2a4c802e1a8805407cee211114ec5eff63bc0534 | [] | no_license | wuqiuyun/yy_merchant | dd3d915e1fc1e6ac89d77f0081d804cb8a839a11 | 778412b3faef9e69c2314f4931e581fb79eabec3 | refs/heads/master | 2020-04-15T01:28:42.483837 | 2019-01-06T05:24:24 | 2019-01-06T05:24:24 | 164,277,872 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,941 | java | package com.yiyue.store.module.certification;
import android.content.Context;
import com.yiyue.store.api.FileApi;
import com.yiyue.store.api.StoreAuthApplyApi;
import com.yiyue.store.base.data.BaseResponse;
import com.yiyue.store.base.mvp.BasePresenter;
import com.yiyue.store.component.net.YLRxSubscriberHelper;
impor... | [
"wuqiuyun_9629@163.com"
] | wuqiuyun_9629@163.com |
da6806e7aefc482f454b5ee0849bcfb39c7450a9 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/wallet/pwd/b.java | 381d5597922de54728ccbaa2b5912cbd8358df91 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 7,528 | java | package com.tencent.mm.plugin.wallet.pwd;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.os.Bundle;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.plugin.wallet... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
11e5f8b1274ebaa5a926e1b78438100321c94bb1 | a4f1d2a19fc1d158f27b2db57861443c8b16f5f0 | /source/com/barrybecker4/game/twoplayer/chess/ui/ChessBoardRenderer.java | 3d5d1e0f7d74e3b622d56d88cdb5a74090b694b0 | [
"MIT"
] | permissive | yangboz/bb4-games | 8ca0b58f6c9b468b009174e2a5048ebdc8b12f25 | 6e5cfbe6d502f13d8ca765e9386a3bacc99e920a | refs/heads/master | 2020-12-02T06:38:53.113736 | 2017-06-30T12:15:23 | 2017-06-30T12:15:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,281 | java | /** Copyright by Barry G. Becker, 2000-2011. Licensed under MIT License: http://www.opensource.org/licenses/MIT */
package com.barrybecker4.game.twoplayer.chess.ui;
import com.barrybecker4.game.common.board.Board;
import com.barrybecker4.game.common.player.Player;
import com.barrybecker4.game.common.ui.viewer.GameBoa... | [
"barrybecker4@yahoo.com"
] | barrybecker4@yahoo.com |
6f7b822da7bbe65a8ad2c38c649043aadfb73d56 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/live/model/d/a$a$$ExternalSyntheticLambda5.java | 3b458df88c00bb9cae19e86dc5d0cfa970af296c | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 356 | java | package com.tencent.mm.live.model.d;
public final class a$a$$ExternalSyntheticLambda5
implements Runnable
{
public final void run() {}
}
/* Location: L:\local\mybackup\temp\qq_apk\com.tencent.mm\classes2.jar
* Qualified Name: com.tencent.mm.live.model.d.a.a..ExternalSyntheticLambda5
... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
721cb02dc654ee776c8bf8dd4872cd8886698366 | e2ba7a3d63b7ee1618cb771a26d5dcb7d7add049 | /26-SDP/CSM/CSMFE/SDP_CSM_WS/src/main/java/com/accenture/sdp/csmfe/webservices/request/solutionoffer/CreateSolutionOfferAndPackageRequest.java | 0b44790a0aaa979c19f9b7f6aa43edc85f81ff8f | [] | no_license | adabalaravi/ca123 | e1cdd59aa4ee0964a111f54206cec39bce179e68 | 1f2950e33f9bdb72e16f27988d7a238d4c66aad3 | refs/heads/master | 2020-06-03T05:40:29.581085 | 2017-10-29T08:40:26 | 2017-10-29T08:40:26 | 94,117,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,463 | java | package com.accenture.sdp.csmfe.webservices.request.solutionoffer;
import java.io.Serializable;
import java.util.Date;
import javax.xml.bind.annotation.XmlAccessOrder;
import javax.xml.bind.annotation.XmlAccessorOrder;
import javax.xml.bind.annotation.XmlRootElement;
import com.accenture.sdp.csmfe.webservices.reques... | [
"ravindra.mca25@gmail.com"
] | ravindra.mca25@gmail.com |
d627d1b2d3e35ca69d34cdb9430bfacf30d6b5d3 | 12eaf974dd5cda4584d69fb6978838f0453c753e | /src/day62/TryCatchBlock.java | e10bc32efb8f406b3252807b19dc5806a85eb605 | [] | no_license | hunals/JavaSpringPractice2019 | 58b1232676254086f213a15c4095b82a8da34e1b | 81ace34df5595ace3b899b6be533a9773cff2537 | refs/heads/master | 2020-06-04T20:48:23.286332 | 2019-07-04T13:17:10 | 2019-07-04T13:17:10 | 192,184,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package day62;
import java.util.Scanner;
public class TryCatchBlock {
public static void main(String[] args) {
System.out.println("Beginning of the code ");
Scanner scanner = new Scanner(System.in);
try {
System.out.println("Enter num1 : ");
int num1 = scanner.nextInt();
System.out.println(... | [
"hunals06@hotmail.com"
] | hunals06@hotmail.com |
6540ea53fdfc2e74193930eb5bbdcd13f36c51d0 | ed966229704a77cc062635090d92682f5d6f2bf4 | /user/server/src/main/java/com/ljf/user/enums/RoleEnum.java | 36a10a28227d21799ee9ce4de7290d1b5aa2371d | [] | no_license | s1991721/SpringCloud_Practice | 47619adb4d776b1fdd2c947b79f3f5170c424f87 | ab682ed6a61170926fc60d0a5b13dfd7d623743a | refs/heads/master | 2020-06-13T20:35:38.943876 | 2019-07-02T03:56:00 | 2019-07-02T03:56:00 | 194,780,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.ljf.user.enums;
import lombok.Getter;
/**
* Created by mr.lin on 2019/6/27
*/
@Getter
public enum RoleEnum {
BUYER(1, "买家"),
SELLER(2, "卖家"),
;
private Integer code;
private String message;
RoleEnum(Integer code, String message) {
this.code = code;
this.message... | [
"278971585@qq.com"
] | 278971585@qq.com |
d000ed462673ba562f4e868c10d864f979aaff4d | f4762a908e49f7aaa177378c2ebdf7b985180e2b | /sources/gnu/math/Dimensions.java | 6193b3b9a88ebf9ccaf52e1ca1ac4f95b4e10274 | [
"MIT"
] | permissive | PixalTeam/receiver_android | 76f5b0a7a8c54d83e49ad5921f640842547a171f | d4aa75f9021a66262a9a267edd5bc25509677248 | refs/heads/master | 2020-12-03T08:49:57.484377 | 2020-01-01T20:38:04 | 2020-01-01T20:38:04 | 231,260,295 | 0 | 0 | MIT | 2020-11-15T12:46:40 | 2020-01-01T20:25:18 | Java | UTF-8 | Java | false | false | 4,761 | java | package gnu.math;
public class Dimensions {
public static Dimensions Empty = new Dimensions();
private static Dimensions[] hashTable = new Dimensions[100];
BaseUnit[] bases;
private Dimensions chain;
int hash_code;
short[] powers;
public final int hashCode() {
return this.hash_code... | [
"34947108+Gumbraise@users.noreply.github.com"
] | 34947108+Gumbraise@users.noreply.github.com |
bd6b2a71a3d818e304cdc124ef50dcff4eca4d18 | 09b7f281818832efb89617d6f6cab89478d49930 | /root/projects/alfresco-jlan/source/java/org/alfresco/jlan/server/core/NoPooledMemoryException.java | 09e502fa99a5bc2a951ce6470070345027e79ee7 | [] | no_license | verve111/alfresco3.4.d | 54611ab8371a6e644fcafc72dc37cdc3d5d8eeea | 20d581984c2d22d5fae92e1c1674552c1427119b | refs/heads/master | 2023-02-07T14:00:19.637248 | 2020-12-25T10:19:17 | 2020-12-25T10:19:17 | 323,932,520 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,349 | java | /*
* Copyright (C) 2005-2010 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | [
"verve111@mail.ru"
] | verve111@mail.ru |
840efbfae8ef30fd8ed17210f304ce4664568d85 | 0fc4aa42cf1609231bd5a59a4860f89c96878252 | /stackoverflow/joe-program/src/main/java/com/joe/qiao/headfirst/templatemethod/sort/Duck.java | 40f014290494e47d2ec227554cfe2771b9334f4b | [] | no_license | qiaoyunlai66/JOE | 6a7dbd3075df55ac2f90e4373b4765b1c37d83e3 | deadacbae9a06246946de8230c30daa063fe3124 | refs/heads/master | 2021-09-12T07:06:01.971653 | 2018-04-15T08:30:02 | 2018-04-15T08:30:02 | 113,730,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package com.joe.qiao.headfirst.templatemethod.sort;
public class Duck implements Comparable {
String name;
int weight;
public Duck(String name, int weight) {
this.name = name;
this.weight = weight;
}
public String toString() {
return name + " weighs " + weight;
}
public int compareTo(Object ob... | [
"joeqiao@fortinet.com"
] | joeqiao@fortinet.com |
2daee091169df7523e0f1c4c1a21363621c21887 | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group01/553624797/code2017/src/com/xxt/DataStructure/base/Stack.java | e6edc1990b56975328daf3f096911fee61696cc5 | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.xxt.DataStructure.base;
import com.xxt.DataStructure.base.ArrayList;
public class Stack {
private ArrayList elementData = new ArrayList();
public void push(Object o){
}
public Object pop(){
return null;
}
public Object peek(){
return null;
}
public boolean isEmpty(){
... | [
"542194147@qq.com"
] | 542194147@qq.com |
c54bfae5b8b02f2e8d408e8bc184df20d9cee1de | a28a8ef8027dcbe7f7eaa168347c6c2d0c1b2d79 | /war/datasets/argouml-1LC/t_241837/right_ActionNewPseudoState_1.8.java | 51d38a91a75b63135206d0e9eb61ee166d2879b3 | [] | no_license | martinezmatias/commitsurvey | f36f9e6a32c2dd43cc976eb2224ffae06067c609 | a1791d57b879c722d30ee174e1af81737ef04f34 | refs/heads/master | 2021-01-23T05:29:56.498364 | 2017-03-27T08:58:08 | 2017-03-27T08:58:08 | 86,312,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,069 | java | // $Id: ActionNewPseudoState.java,v 1.8 2004-12-05 19:31:04 mvw Exp $
// Copyright (c) 1996-2004 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, ... | [
"matias.sebastian.martinez@gmail.com"
] | matias.sebastian.martinez@gmail.com |
4099284d2bc2fa743965f5d593b1e17e90a8e848 | 41e407fbce3e10ddd61217c3acbaf04ade3294b0 | /jOOQ/src/main/java/org/jooq/impl/ArrayTableSimulation.java | 4688295fb2db5f2ab898a88887b1c708410e6e8a | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | pierrecarre/jOOQ-jdk5 | ad65b1eb77e89924cf6f5cad5e346440e1bc67ad | ce46c54fff7ebf4753c37c120c5d64b4d35f9690 | refs/heads/master | 2021-01-21T09:50:02.647487 | 2014-01-22T16:44:38 | 2014-01-22T16:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,583 | java | /**
* Copyright (c) 2009-2013, Data Geekery GmbH (http://www.datageekery.com)
* All rights reserved.
*
* This work is dual-licensed
* - under the Apache Software License 2.0 (the "ASL")
* - under the jOOQ License and Maintenance Agreement (the "jOOQ License")
* ===================================================... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
d9eceeb4058381451fc1f13b7b78c85d095b515f | 2613c9c2bde0cb3230a11bb04dfe863a612fccbc | /org.tolven.fdb/ejb/source/org/tolven/fdb/entity/FdbMinmaxwarningPK.java | 3e16aff28129b244138dcd22f11bb787db6b3362 | [] | no_license | kedar-s/bugtest | 1d38a8f73419cc8f60ff41553321ca9942ba09b0 | 36e3556973b7320f1f2fcf5ef48af733bcb537c1 | refs/heads/main | 2023-08-22T09:51:25.918449 | 2021-10-14T16:09:29 | 2021-10-14T16:09:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,589 | java | package org.tolven.fdb.entity;
import java.io.Serializable;
import javax.persistence.*;
/**
* The primary key class for the fdb_minmaxwarnings database table.
*
*/
@Embeddable
public class FdbMinmaxwarningPK implements Serializable {
//default serial version id, required for serializable classes.
private static... | [
"kedarsambhus@outlook.com"
] | kedarsambhus@outlook.com |
2882166102380e283f0253917f16167cffb87988 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/105/org/apache/commons/math/stat/descriptive/moment/Kurtosis_clear_109.java | 48d9b31a6700fb61eb6cdc96791d2c4bed1c10f0 | [] | 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 | 830 | java |
org apach common math stat descript moment
comput kurtosi valu
unbias formula defin kurtosi
kurtosi sum std
number valu link std
link standard deviat standarddevi
note statist undefin code doubl nan code
return suffici data comput statist
strong note implement strong
multipl thread access instan... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
b1197ffc98c32871ca0ebc3bf85b71da67e42fa0 | 51fa3cc281eee60058563920c3c9059e8a142e66 | /Java/src/testcases/CWE400_Resource_Exhaustion/s01/CWE400_Resource_Exhaustion__Environment_write_68a.java | e9b26248ae30767840f6bd6c38191b40a3afeffa | [] | no_license | CU-0xff/CWE-Juliet-TestSuite-Java | 0b4846d6b283d91214fed2ab96dd78e0b68c945c | f616822e8cb65e4e5a321529aa28b79451702d30 | refs/heads/master | 2020-09-14T10:41:33.545462 | 2019-11-21T07:34:54 | 2019-11-21T07:34:54 | 223,105,798 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 3,571 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE400_Resource_Exhaustion__Environment_write_68a.java
Label Definition File: CWE400_Resource_Exhaustion.label.xml
Template File: sources-sinks-68a.tmpl.java
*/
/*
* @description
* CWE: 400 Resource Exhaustion
* BadSource: Environment Read count from an environment varia... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
8d6c43ca62bc2fde508a0128c7a5d7acd376683c | 948988825700426256460221d2ecb5f673933447 | /blog/src/main/java/org/jhipster/org/web/rest/errors/BadRequestAlertException.java | 3031fb7fa1015e02f9b8d7983d37e5dfc0bc3f31 | [] | no_license | daniels75/jhipster | 55273ff9b24cd5e9e02830e0c55e416d3cb01e08 | 5979805c37aa102296044bc35624cfeca28e4872 | refs/heads/master | 2021-08-16T04:12:43.909029 | 2020-01-23T19:05:01 | 2020-01-23T19:05:01 | 217,149,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package org.jhipster.org.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
public class BadRequestAlertException extends AbstractThrowableProblem {
private static final long serialVersionU... | [
"daniel.sadowski75@gmail.com"
] | daniel.sadowski75@gmail.com |
af3f5d8b9aeb1f2ccb2b3dacbcc3695ac939b2b8 | 7d1926140921a33d933397add81b5fb8d45d12dd | /jy-shop/jy-shop-app/src/main/java/com/jiyi/common/config/FilterConfig.java | 95cd288c3fc372bb3206c9e7540a085c834af832 | [] | no_license | jyPBDepartment/jyshop | 28484f47d3d19fc151e73ab1a2f13e07647b5f9e | a59aa66632e41c6da6f642545d1abf5c22a821e5 | refs/heads/master | 2023-03-01T12:30:13.021414 | 2021-02-05T08:17:58 | 2021-02-05T08:17:58 | 336,201,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,458 | java | package com.jiyi.common.config;
import cn.hutool.core.util.StrUtil;
import com.jiyi.xss.XssFilter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annota... | [
"zhouguohui0328@163.com"
] | zhouguohui0328@163.com |
128fce6bb40852bea00c3ec1b73ed6d5cfb2ec8f | 801f424ce1e64073e5a32c89d368aaf072211d88 | /datarepository/src/main/java/com/library/repository/repository/remote/RemoteCompanyApi.java | 645f4cec19ee641f9e174ca3eb13acef9f37b3fd | [
"Apache-2.0"
] | permissive | ydmmocoo/MGM | 91688de95e798f4c7746640bd3c2ef17d294fced | 51d0822e9c378da1538847c6d5f01adf94524a4b | refs/heads/master | 2022-11-14T16:00:28.862488 | 2020-07-02T03:41:05 | 2020-07-02T03:41:05 | 270,987,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,992 | java | package com.library.repository.repository.remote;
import com.library.repository.models.CmpanydetaisModel;
import com.library.repository.models.CompanyDetailModel;
import com.library.repository.models.CompanyListModel;
import com.library.repository.models.CompanyTypeListModel;
import com.library.repository.models.Compa... | [
"ydmmocoo@gmail.com"
] | ydmmocoo@gmail.com |
b92b632934ae7b45b707b92d37410301ed2f10df | 575d99e6681fc1679cc46d92f2fa2acd47eab8d3 | /app/src/main/java/com/example/langyuye/materialdialog/LocationTestActivity.java | cc9cd555480fcee9a96c5649b46e10fc3d300f20 | [] | no_license | Langyuye/MaterialDialog | 4abe5bf256eb5a79cb5ac7c810e1f76cfe1c5730 | 86a840e74feb664d51ebc3d6fda5ba440552f527 | refs/heads/master | 2021-07-05T11:05:19.362083 | 2017-09-30T16:40:21 | 2017-09-30T16:40:21 | 105,383,068 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package com.example.langyuye.materialdialog;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.view.GestureDetectorCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.GestureDetector;
import android.view.LayoutInflater;
import android.view.MotionEv... | [
"="
] | = |
5f7db29b007cd52a3f3462ada9027db21a02ca70 | 661aaf1c10d25bcc96eefd536773efc3a8a9d35e | /support/src/main/java/com/base/components/common/boot/EventHandler.java | 40ed3b40cd865f6c2b89b28f2800eb6d5dc87668 | [] | no_license | hasone/base-components | 12dfb0ea95ceb66a05f98d0560bbac83fe9e5ceb | deb0485dcd222a5baf8f2dd5fb3e4a476bd3a7de | refs/heads/master | 2020-04-15T20:51:29.934021 | 2018-12-10T09:28:00 | 2018-12-10T09:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package com.base.components.common.boot;
import org.springframework.lang.Nullable;
/**
* EventHandler - 事件接口
*
* @author <a href="drakelee1221@gmail.com">LiGeng</a>
* @version v1.0.0
* @date 2018-07-24 12:50
*/
public interface EventHandler<T, R> {
/**
* 事件唯一ID,注册事件时会根据此ID去重
*
* @return - 非空ID
*/... | [
"123456"
] | 123456 |
9ba2402504d843e66ec1c839c51e055d01779f27 | 1b599e3a9adee5dd8af011fdf82972824562a872 | /sa_center/sacenter-parent/sacenter-core/src/main/java/com/ai/sacenter/provision/dbcp/impl/IUpfgsmCapitalImpl.java | dc68376da42944d8f22267f1961a716822cf4a6f | [] | no_license | mtbdc-dy/zhongds01 | e1381d44b0562d576cfdff6b7a5fb7297990a2a4 | ceb5e90d468add16d982f3eb10d5503a7a5c1cea | refs/heads/master | 2020-07-07T10:30:32.012016 | 2019-08-07T08:18:08 | 2019-08-07T08:18:08 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,361 | java | package com.ai.sacenter.provision.dbcp.impl;
import com.ai.sacenter.IUpdcContext;
import com.ai.sacenter.SFException;
import com.ai.sacenter.core.valuebean.IOVOrderPentium;
import com.ai.sacenter.core.valuebean.IOVTaskPentium;
import com.ai.sacenter.provision.IUpfwmFactory;
import com.ai.sacenter.provision.valuebean.I... | [
"1246696804@qq.com"
] | 1246696804@qq.com |
ecb40c9d994b52dcf07f82d74c2cd6804d329985 | 39e32f672b6ef972ebf36adcb6a0ca899f49a094 | /dcm4chee-jpdbi/trunk/src/java/com/agfa/db/tools/Base64.java | f58a1ac86e328c1a2c47d061332a55b444eb9bda | [
"Apache-2.0"
] | permissive | medicayun/medicayundicom | 6a5812254e1baf88ad3786d1b4cf544821d4ca0b | 47827007f2b3e424a1c47863bcf7d4781e15e814 | refs/heads/master | 2021-01-23T11:20:41.530293 | 2017-06-05T03:11:47 | 2017-06-05T03:11:47 | 93,123,541 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,700 | java | // $Id: Base64.java 13140 2010-04-10 17:58:33Z kianusch $
package com.agfa.db.tools;
class Base64 {
private static final String base64encode = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
private static final byte[] base64decode = new byte[128];
static {
for (int i = 0; i < bas... | [
"liliang_lz@icloud.com"
] | liliang_lz@icloud.com |
3b5bfd7e0970910792de159b28d1b095c94f4408 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-418-3-9-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/internal/wiki/XWikiWikiModel_ESTest_scaffolding.java | f53cc5f99abc6cb3869742836e5f1e50603d5a3b | [] | 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 | 452 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Apr 08 03:40:22 UTC 2020
*/
package org.xwiki.rendering.internal.wiki;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
9f61c9d86358462cad83ed42a80a8f53328ab148 | 4f4f84152b04246be5c323d20083ea3d00319ffc | /app/Global.java | b8a5c4fa24baa20ff8660de9a34b4b48b8c29726 | [
"Apache-2.0"
] | permissive | GeorgeIwu/breast-cancer-prognosis | 0d2f1d63b02c23e9afec1176d4bfe6e3e4feab58 | 98ef64dbe049bc2866386a8f8eebdff473ef9f9c | refs/heads/master | 2021-08-11T05:01:49.585167 | 2017-11-13T06:16:30 | 2017-11-13T06:16:30 | 110,506,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | //import org.quartz.*;
//import org.quartz.impl.StdSchedulerFactory;
import org.quartz.*;
import org.quartz.impl.StdSchedulerFactory;
import play.GlobalSettings;
import play.Logger;
/**
*/
public class Global extends GlobalSettings {
@Override
public void onStart(play.Application application) {
... | [
"c.georgeiwu@gmail.com"
] | c.georgeiwu@gmail.com |
3f28eaec297c4a39af6ee290737fb98f70264cb2 | 30bef3a00426c700012cea8e21163c65d3b6e887 | /BootSpringBatchApp4-CSVToDB/src/main/java/com/nt/config/BatchConfig.java | 6b2386a82dab73409bf6c0be6ef67a076b12777b | [] | no_license | nerdseeker365/NTSP610 | 00644252094013fd28b85bbbfcd31b102ba69fac | 30d17d59883360e061653c8ff6b285f692cd7fb7 | refs/heads/master | 2022-04-05T05:13:18.688551 | 2019-10-27T17:29:52 | 2019-10-27T17:29:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,248 | java | package com.nt.config;
import javax.sql.DataSource;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
import org.springframework.batch.core.configuration.annotation.JobBuilderFactory;
imp... | [
"admin@DESKTOP-8KUS3QR"
] | admin@DESKTOP-8KUS3QR |
2364b932f4d5929c6f73ab7755c62e1d4a390c2b | 23201229e306531c1a2d4a95dc3140f5fa3a04fa | /Java-Stack/Android/app/src/main/java/com/example/smarthomeapp/model/SheSwitch.java | 84b4f275d394a55dcfc4ac588a4a3d0681189e56 | [] | no_license | Olikelys/SmartHomeProject | c86c9d4b453bff72ad4d73a04c36c510cc8fac8a | bfc5d763a69e45f9fa5264f25ecb3239b914412b | refs/heads/master | 2022-02-14T00:14:01.170182 | 2018-07-31T04:24:52 | 2018-07-31T04:24:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package com.example.smarthomeapp.model;
import java.util.HashSet;
import java.util.Set;
/**
*/
public class SheSwitch implements java.io.Serializable {
// Fields
private Integer sheSwitchId;
private Set<SheSwitchStatus> sheSwitchStatuses = new HashSet<SheSwitchStatus>(
0);
// Constructors
/** default con... | [
"191836400@qq.com"
] | 191836400@qq.com |
9793bfb1d9b7639f164c301ac1bf6eaa218fce58 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/15_beanbin-net.sourceforge.beanbin.reflect.resolve.GetImplementationsFromDir-1.0-8/net/sourceforge/beanbin/reflect/resolve/GetImplementationsFromDir_ESTest_scaffolding.java | 8041fcd198b3d234c0c346c140526231bf17311d | [] | 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 | 571 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Oct 28 21:48:31 GMT 2019
*/
package net.sourceforge.beanbin.reflect.resolve;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
impo... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
eb53b873aaa98b399e9461b69c58c979de6996e2 | 591184fe8b21134c30b47fa86d5a275edd3a6208 | /openejb2/modules/openejb-core/src/main/java/org/openejb/config/sys/ProviderTypes.java | e9d5e6b8069376d724acd07ca2edcd1e91fdd1ca | [] | no_license | codehaus/openejb | 41649552c6976bf7d2e1c2fe4bb8a3c2b82f4dcb | c4cd8d75133345a23d5a13b9dda9cb4b43efc251 | refs/heads/master | 2023-09-01T00:17:38.431680 | 2006-09-14T07:14:22 | 2006-09-14T07:14:22 | 36,228,436 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | /*
* This class was automatically generated with
* <a href="http://www.castor.org">Castor 0.9.5.3</a>, using an XML
* Schema.
* $Id$
*/
package org.openejb.config.sys;
//---------------------------------/
//- Imported classes and packages -/
//---------------------------------/
/**
* Class ProviderTypes.
*
... | [
"dain@2b0c1533-c60b-0410-b8bd-89f67432e5c6"
] | dain@2b0c1533-c60b-0410-b8bd-89f67432e5c6 |
50b47476cfff74a6a66467b95e742fa1640dbf22 | 5ed0ce6a5bf847ab1bcc99cb9b005e5bd1334067 | /src/org/codehaus/jackson/map/ser/StdKeySerializer.java | 093555cd0642b2ed88391c669e5d2b753d395ce1 | [] | no_license | nikitakoselev/Alpha2Sdk | 10b0b83cba67d19d49191caa73e67c9f899664ad | ed2efdb5db0ea3a9271c9ebd351bf789b6ba0d37 | refs/heads/master | 2023-04-10T22:19:30.954805 | 2021-04-20T20:59:34 | 2021-04-20T20:59:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package org.codehaus.jackson.map.ser;
import java.io.IOException;
import java.lang.reflect.Type;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.JsonGenerator;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.Se... | [
"dave@davesnowdon.com"
] | dave@davesnowdon.com |
365b224e92dce5d0a2f316f5ae20c0ca302e0478 | 5345259f82a8ec70f846b1d2ac4774c64328473f | /crnk-gen/crnk-gen-typescript/src/main/java/io/crnk/gen/typescript/model/TSEnumType.java | f866162405b7b9392ff11c7c8b7c3d68043b9d19 | [
"Apache-2.0"
] | permissive | crnk-project/crnk-framework | 3da60c2f99b97a0a70eb85217d06a49c10a21fe9 | 4e4dd8970d2bc1bb63970093e2049689d6189f30 | refs/heads/master | 2023-01-21T18:18:36.466294 | 2022-09-06T12:01:49 | 2022-10-06T04:39:08 | 91,683,656 | 300 | 199 | Apache-2.0 | 2023-01-12T08:23:38 | 2017-05-18T11:06:31 | Java | UTF-8 | Java | false | false | 543 | java | package io.crnk.gen.typescript.model;
import java.util.ArrayList;
import java.util.List;
public class TSEnumType extends TSTypeBase implements TSExportedElement {
private List<TSEnumLiteral> literals = new ArrayList<>();
private boolean exported;
@Override
public boolean isExported() {
return exported;
}
... | [
"remo.meier@adnovum.ch"
] | remo.meier@adnovum.ch |
586c398eda8a007f4f1e8c34ed2b299b5d98bab9 | 94ab5579518876367c41fd0cc5016a65c447e52b | /src/test/java/com/cdi/model/oa/filter/SalesOrderOpenFilter.java | 5da41f0a94f1f692d31e39cb74e10a271730433e | [
"Apache-2.0"
] | permissive | ViaOA/oa-core | 31688eb10f304944054fa9b7372e95da927d2123 | a30ce92c6eb1d9557cd1145353717043b4cd0e23 | refs/heads/master | 2023-08-17T10:27:38.649812 | 2022-12-26T21:45:22 | 2022-12-26T21:45:22 | 180,035,642 | 0 | 0 | Apache-2.0 | 2022-12-25T18:39:54 | 2019-04-07T23:21:08 | Java | UTF-8 | Java | false | false | 3,605 | java | // Generated by OABuilder
package com.cdi.model.oa.filter;
import java.util.logging.*;
import com.cdi.model.oa.*;
import com.cdi.model.oa.propertypath.*;
import com.viaoa.annotation.*;
import com.viaoa.object.*;
import com.viaoa.hub.*;
import com.viaoa.util.*;
import java.util.*;
import com.cdi.model.search.*;
import ... | [
"vince@viaoa.com"
] | vince@viaoa.com |
ab1e134006afa6054a5de4eb0a0c5d3db2297e07 | c33cd3d925a768820ccf393e675c2977e860aa55 | /src/test/java/com/asofdate/dispatch/DMTests.java | 7f56e5dad6a112c911205ce0364dec55b74ad16d | [
"MIT"
] | permissive | forging2012/batch-scheduler | 1d7f895c746ae26b0ee4f5f719b8595a2ec19e10 | 8dc1edf9b7da9f27e46a57667c48ed62ea050d2e | refs/heads/master | 2020-12-03T00:19:07.591666 | 2017-06-29T16:05:41 | 2017-06-29T16:05:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,191 | java | package com.asofdate.dispatch;
import com.asofdate.dispatch.dao.*;
import com.asofdate.dispatch.entity.*;
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.c... | [
"hzwy23@163.com"
] | hzwy23@163.com |
fc2b5d46687f448fc2d96f56ea265ff1215fc40e | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/Fandc_Ro/Fandc_Ro_2018_11_04/java/l2f/gameserver/model/entity/events/fightclubmanager/FightClubLastPlayerStats.java | d1c0140cbc733a75138a599a0097146533bdbb7b | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java | package l2f.gameserver.model.entity.events.fightclubmanager;
import l2f.gameserver.model.Player;
import l2f.gameserver.utils.Util;
public class FightClubLastPlayerStats
{
private final String _playerNickName;
private final String _className;
private final String _clanName;
private final String _allyName;
... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
3bb92772c63b1b36ce91a5b79b9ab6bde46427c2 | 81dbe3c24de5e26af8c617a18121f150d760b8e2 | /src/main/java/org/reactome/web/elv/client/details/tabs/analysis/view/widgets/notfound/columns/AbstractColumn.java | 4bf2c33cc305110ef2c57d35ff3bd5e0822b9c26 | [] | no_license | PlantReactome/PathwayBrowser | 02f07d807de317f00e1c0b2842656ea7d47c53e7 | 2c2ff233c53df9f57930dfe098579509365626f0 | refs/heads/master | 2020-04-05T22:43:29.961843 | 2016-12-01T02:15:57 | 2016-12-01T02:15:57 | 60,292,111 | 0 | 0 | null | 2016-06-02T19:37:18 | 2016-06-02T19:37:18 | null | UTF-8 | Java | false | false | 1,743 | java | package org.reactome.web.elv.client.details.tabs.analysis.view.widgets.notfound.columns;
import com.google.gwt.cell.client.Cell;
import com.google.gwt.cell.client.TextCell;
import com.google.gwt.dom.client.Style;
import com.google.gwt.user.cellview.client.Column;
import com.google.gwt.user.cellview.client.Header;
impo... | [
"fabregat.antonio@gmail.com"
] | fabregat.antonio@gmail.com |
cc9bccbe5e4b7275a8d7e4e3663bdc6558a5a9fd | 768754287090c335417da829e2c68c7482225c95 | /2419/2146912_WA.java | 286124117e122b4bdb150d747292d56f5efb3a21 | [] | no_license | zhangfaen/pku-online-judge | f6a276eaac28a39b00133133ccaf3402f5334184 | e770ce41debe1cf832f4859528c7c751509ab97c | refs/heads/master | 2021-04-23T16:52:00.365894 | 2020-03-25T09:59:52 | 2020-03-25T09:59:52 | 249,941,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
public class Main
{
static BufferedReader cin;
public static void main(String[] args) throws IOException
... | [
"zhangfaen@ainnovation.com"
] | zhangfaen@ainnovation.com |
cc5b848095f778fbbac12fd86c1ae02d32608a26 | c83ae1e7ef232938166f7b54e69f087949745e0d | /sources/kotlin/concurrent/TimersKt$timerTask$1.java | 219fe09b3d5c5a2f62171013e0e7fbdf8c093c80 | [] | no_license | FL0RlAN/android-tchap-1.0.35 | 7a149a08a88eaed31b0f0bfa133af704b61a7187 | e405f61db55b3bfef25cf16103ba08fc2190fa34 | refs/heads/master | 2022-05-09T04:35:13.527984 | 2020-04-26T14:41:37 | 2020-04-26T14:41:37 | 259,030,577 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package kotlin.concurrent;
import java.util.TimerTask;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0011\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H\u0016¨\u0006... | [
"M0N5T3R159753@nym.hush.com"
] | M0N5T3R159753@nym.hush.com |
705711b4a6e2e463c501237e3ea643bc89e572e3 | 4089d276380f9098fb115f2a6b1d51455b02be37 | /src/test/java/com/atlassian/jira/rest/client/v2/model/AutoCompleteSuggestionsTest.java | 0f19e7737c67ceb6639a71d46694a71cb66b1cce | [] | no_license | amondnet/jira-client-v2 | fe07367adff5ecc947f2ecba51fa6405b6628819 | 5fa44a3b935f22a71b419ee5e4f6a4c5405ecc82 | refs/heads/main | 2023-04-02T13:20:02.303411 | 2021-04-16T12:48:20 | 2021-04-16T12:48:20 | 358,596,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,435 | java | /*
* The Jira Cloud platform REST API
* Jira Cloud platform REST API documentation
*
* The version of the OpenAPI document: 1001.0.0-SNAPSHOT
* Contact: ecosystem@atlassian.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do no... | [
"amond@amond.net"
] | amond@amond.net |
4c80230efc5b80ce1c8b6b0bdacadf93f54b1628 | e27942cce249f7d62b7dc8c9b86cd40391c1ddd4 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201702/cm/PlacesOfInterestOperandCategory.java | 8e870ee6bccf79959f5d9b8275bfa46aec48b94d | [
"Apache-2.0"
] | permissive | mo4ss/googleads-java-lib | b4b6178747d25d16ae6aa0c80d80ee18a2dfe01a | efaa9c3bd8a46a3ed4b00963dc9760c6dd8bd641 | refs/heads/master | 2022-12-05T00:30:56.740813 | 2022-11-16T10:47:15 | 2022-11-16T10:47:15 | 108,132,394 | 0 | 0 | Apache-2.0 | 2022-11-16T10:47:16 | 2017-10-24T13:41:43 | Java | UTF-8 | Java | false | false | 1,854 | java | // Copyright 2017 Google Inc. 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 applicable law... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
4d2c6c5e171a94216308a4a99076ee8bc9fd5de8 | 301e08053c0af40e6aa58b9228f71b217c113a70 | /src/main/java/org/bian/dto/BQServiceFeesRetrieveOutputModelServiceFeesInstanceRecord.java | 7da340d2cf14459359ee40ddd28b57ecd5f6b771 | [
"Apache-2.0"
] | permissive | bianapis/sd-loan-v2 | a12d09dca249375745c082d17dbdf562b42eddb4 | c18701b5813986a3a45813e470f21afc4da43c12 | refs/heads/master | 2020-07-24T04:20:58.950655 | 2019-09-12T06:09:44 | 2019-09-12T06:09:44 | 207,799,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.bian.dto.BQServiceFeesRetrieveOutputModelServiceFeesInstanceRecordFeeApplicationRecord;
imp... | [
"team1@bian.org"
] | team1@bian.org |
c052325d1272347520473071b13f24620064d79c | cdf9de3cd224ad789f8e132122bc892168ea1e04 | /23.Java Advanced Retake Exam - 22 August 2016/src/_01_Second_Nature.java | b98d0faf365dc7779f9ab193e1f6eb4f08609b61 | [
"MIT"
] | permissive | Tuscann/JAVA---Advanced---2017 | efad8a2338c260441cc9135a51739e6d0cd8f36c | 343375db5712f3ed41fadb65ed9325c7331c5a05 | refs/heads/master | 2021-03-24T10:34:42.876359 | 2017-10-23T20:35:05 | 2017-10-23T20:35:05 | 102,656,003 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.Deque;
public class _01_Second_Nature {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(Sys... | [
"fbinnzhivko@gmail.com"
] | fbinnzhivko@gmail.com |
c00a243a3ab076c41cab20fd4b58617fd1cb2adc | c1d20e33891deb190d096f5a5ea0cf426b257069 | /newserver1/newserver1/src/com/mayhem/rs2/content/interfaces/impl/SkillingInterface.java | c9f170b8d5ce39f2f1464dafa6c63795168f4766 | [] | no_license | premierscape/NS1 | 72a5d3a3f2d5c09886b1b26f166a6c2b27ac695d | 0fb88b155b2abbb98fe3d88bb287012bbcbb8bf9 | refs/heads/master | 2020-04-07T00:46:08.175508 | 2018-11-16T20:06:10 | 2018-11-16T20:06:10 | 157,917,810 | 0 | 0 | null | 2018-11-16T20:44:52 | 2018-11-16T20:25:56 | Java | UTF-8 | Java | false | false | 694 | java | package com.mayhem.rs2.content.interfaces.impl;
import com.mayhem.rs2.content.interfaces.InterfaceHandler;
import com.mayhem.rs2.entity.player.Player;
/**
* Handles the skilling teleport interface
* @author Daniel
*
*/
public class SkillingInterface extends InterfaceHandler {
public SkillingInterface(Player pl... | [
"brandon46142@icloud.com"
] | brandon46142@icloud.com |
bdbaaa321b9cf157aad49807cf299a16e04b6017 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/3/org/jfree/chart/renderer/category/AreaRenderer_clone_364.java | d70387c9b55d2e407e35c45e5fd3e49cb18ba5ae | [] | 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 | 899 | java |
org jfree chart render categori
categori item render draw area chart render
link categori plot categoryplot shown gener
code area chart demo1 areachartdemo1 java code program includ free chart jfreechart
demo collect
img src ... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
7de4f73c7d732b341c2ce85b3a3e37a1bdbaeadd | 4868c30471e67a801dd4d52751a23ef9ed65e48f | /Chapter5TestProject/src/presentation/InsertEmployeeSwing.java | 2ebd6f81a2dc2f630bda6b4f1bfed2963ed50baf | [] | no_license | sabotuer99/JavaTraining | 8a0dfe558d4dbca5d2b540b294ba151ab7fae53b | c0430da81e28047a731f7d440a7857ecdfed5405 | refs/heads/master | 2016-09-07T18:51:07.558830 | 2015-09-22T19:32:16 | 2015-09-22T19:32:16 | 42,882,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,232 | java | package presentation;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JTextField;
import models.Employe... | [
"sabotuer99@gmail.com"
] | sabotuer99@gmail.com |
5cda36d2dc734252e6a805f7bb8f01d5984abba5 | 4bdc2db9778a62009326a7ed1bed2729c8ff56a9 | /kernel/impl/fabric3-fabric/src/main/java/org/fabric3/fabric/container/interceptor/TransformerInterceptor.java | de9e967cf2173f26bb067c2a83fbc1005de9312f | [] | no_license | aaronanderson/fabric3-core | 2a66038338ac3bb8ba1ae6291f39949cb93412b2 | 44773a3e636fcfdcd6dcd43b7fb5b442310abae5 | refs/heads/master | 2021-01-16T21:56:29.067390 | 2014-01-09T15:44:09 | 2014-01-14T06:26:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,930 | java | /*
* Fabric3
* Copyright (c) 2009-2013 Metaform Systems
*
* Fabric3 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, with the
* ... | [
"jim.marino@gmail.com"
] | jim.marino@gmail.com |
630d828b970dbccb4602cec4782842cba0ac6585 | 4e90b1f53de6bd78063ba9c348a1e9792ac5c2cd | /hapi-fhir-structures-dstu2.1/src/main/java/org/hl7/fhir/dstu21/model/valuesets/VaccinationProtocolDoseStatusReasonEnumFactory.java | ee1c7721af675976f18f933be7b22a7049973153 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | matt-blanchette/hapi-fhir | fd2c096145ed50341b50b48358a53f239f7089ef | 0f835b5e5500e95eb6acc7f327579b37a5adcf4b | refs/heads/master | 2020-12-24T10:24:36.455253 | 2016-01-20T16:50:49 | 2016-01-20T16:50:49 | 50,038,488 | 0 | 0 | null | 2016-01-20T15:18:50 | 2016-01-20T15:18:49 | null | UTF-8 | Java | false | false | 3,353 | java | package org.hl7.fhir.dstu21.model.valuesets;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
aac95cbefa7a7b560dcbf07a7ef4c5721a01b9c7 | c8f4d4a888b73e0670f5c35b378ee152707bc850 | /STS_JAVA/CORE & ADV JAVA/src/interviewer_Tasks/SecondHighestElement.java | e3a3ca5b81407360d9efda46a7cc3a149c65f85f | [] | no_license | Sam062/STS_DEMO | 4b0172a84cf8782c8b77016172975668e829f3f7 | 65b7a0db2681045cf3b775d8044ff086f4b1a070 | refs/heads/master | 2023-08-05T09:36:39.830875 | 2020-03-12T06:31:19 | 2020-03-12T06:31:19 | 199,883,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,048 | java | package interviewer_Tasks;
import java.util.ArrayList;
import java.util.List;
import java.util.NavigableSet;
import java.util.TreeSet;
class Student1 implements Comparable<Student1>{
public Integer sid;
public String sname;
public Integer marks;
public Student1(Integer sid, String sname, Integer marks) {... | [
"sam062"
] | sam062 |
7b9d1847cf0c6df39bb0636aa3da8e0c1ca183f5 | 5fa40394963baf973cfd5a3770c1850be51efaae | /src/NHSensor/NHSensorSim/papers/EST/test/RestaFarMulticastQueryTest1.java | 2973158035930d044457b7d6e7cf0ff712ae7eac | [] | no_license | yejuns/wsn_java | 5c4d97cb6bc41b91ed16eafca5d14128ed45ed44 | f071cc72411ecc2866bff3dfc356f38b0c817411 | refs/heads/master | 2020-05-14T13:54:14.690176 | 2018-01-28T02:51:44 | 2018-01-28T02:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package NHSensor.NHSensorSim.papers.EST.test;
import NHSensor.NHSensorSim.papers.EST.AllParam;
import NHSensor.NHSensorSim.papers.EST.RestaFarMulticastQueryEnergyExperiment;
public class RestaFarMulticastQueryTest1 {
/**
* @param args
*/
public static void main(String[] args) {
boolean showAnimato... | [
"lixinlu2000@163.com"
] | lixinlu2000@163.com |
77f33ec1f0a16b66ac2704ed8fb11a1df8ebcaf7 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/protocal/protobuf/dil.java | 76ced72bde91916721312ae9536b611131a62975 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 1,894 | java | package com.tencent.mm.protocal.protobuf;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.bx.b;
public final class dil
extends com.tencent.mm.bx.a
{
public b aacO;
public final int op(int paramInt, Object... paramVarArgs)
{
AppMethodBeat.i(260207);
if (paramIn... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
7f971b1cbdeda91ebed20f5a75f58586c8fc973b | 8994a240a1ad800d4f8c6eb608452213a0d2de14 | /src/test/java/org/scribe/up/test/profile/yahoo/TestYahooInterest.java | a9294c140aae2f32714fdd6aa946435fee68fe4b | [
"Apache-2.0"
] | permissive | apetro/scribe-up | 04ae0e389d532d975aa904083596f4ce988fe0b4 | 96befc217b662764893c24818299f0383767dcd2 | refs/heads/master | 2023-04-09T17:02:54.760458 | 2012-05-25T08:48:32 | 2012-05-25T08:48:32 | 4,651,869 | 0 | 1 | Apache-2.0 | 2023-04-03T23:40:38 | 2012-06-13T14:22:47 | Java | UTF-8 | Java | false | false | 2,139 | java | /*
Copyright 2012 Jerome Leleu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wri... | [
"leleuj@gmail.com"
] | leleuj@gmail.com |
baba0cb2d0009845ebea18eabccdf9648d093a53 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_94a130c0073fcd4bc93ef45be61ba3cc7cc6c6e6/ChatServer/27_94a130c0073fcd4bc93ef45be61ba3cc7cc6c6e6_ChatServer_t.java | 1c2769c82fb0f11b103ac5dd04b927419b7c1d4b | [] | 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,102 | java | package chat;
import hypeerweb.HyPeerWebSegment;
import hypeerweb.Node;
import hypeerweb.NodeCache;
import hypeerweb.visitors.SendVisitor;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Random;
/**
* Handles communications in the chat network
*/
public class ChatServer{
priv... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a3762933a8ca495fab5f90d105f6099ef33e6bfd | 59a7a6958fe75863c4fe0f7aaae7e3045450565d | /src/main/java/org/osgl/util/algo/ArrayReverse.java | 2a027f2fc07e31b243e13d25af0829b04f9202d1 | [
"Apache-2.0"
] | permissive | zhouweiaccp/java-tool | ece0b702943e2abca9866c84595a9a9a15edfd45 | 20ecf16c8048d88fe2c290e813314d95b779a416 | refs/heads/master | 2021-01-15T20:13:07.425019 | 2015-08-23T23:37:58 | 2015-08-23T23:37:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 996 | java | package org.osgl.util.algo;
import org.osgl._;
import org.osgl.exception.NotAppliedException;
import org.osgl.util.E;
/**
* Return an new array contains elements specified by from and to in an array in reverse order
*/
public class ArrayReverse<T> implements ArrayAlgorithm, _.Func3<T[], Integer, Integer, T[]> {
... | [
"greenlaw110@gmail.com"
] | greenlaw110@gmail.com |
817c10dde51c6f65b31c460b8ace46f3e891b57d | b0b40790a9b5a1d81f8f82932da7d8f126edbe48 | /src/test/java/junit/rules/TemporaryFolderTest.java | a372bd5b0151924b64d7f84cf06f8c9403284aa6 | [] | no_license | ArekLopus/JUnitTest | d319da6e69d0b40ea4f6ade25a0d7edfe8b68817 | d9e1391336629c519f155171eb3f25c381d0adc6 | refs/heads/master | 2021-08-24T18:15:03.097415 | 2017-11-21T11:34:17 | 2017-11-21T11:34:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package junit.rules;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
public class Te... | [
"Ark@RuleZ.com"
] | Ark@RuleZ.com |
1ce01eb8566e46e68f49ed75da05b7e716c108c3 | b262b1e3487806cd6494fd4ac0220d932aa8b88f | /sample-mail/src/main/java/com/hannesdorfmann/mosby3/sample/mail/login/LoginViewState.java | 74291cc2c46ad47c718e5f1a7b78923efe424045 | [
"Apache-2.0"
] | permissive | SETANDGET/mosby | 3dd5b3fcedddb4e045496a5aa5fee83ff71a5406 | 513d1e96da1e328634f533483c5e1af5013f7a0d | refs/heads/master | 2020-03-09T08:41:33.779157 | 2018-04-08T20:53:52 | 2018-04-08T20:53:52 | 128,695,145 | 4 | 1 | Apache-2.0 | 2018-04-09T00:53:56 | 2018-04-09T00:53:56 | null | UTF-8 | Java | false | false | 1,496 | java | /*
* Copyright 2015 Hannes Dorfmann.
*
* 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 agree... | [
"hannes.dorfmann@gmail.com"
] | hannes.dorfmann@gmail.com |
9a9763ebc3ea960c4a67e0ca44bb6ccf8bc9e494 | 65423f57d25e34d9440bf894584b92be29946825 | /target/generated-sources/xjc/com/clincab/web/app/eutils/jaxb/e2br3/IVLPQ.java | de59fd8bf82af43ad251ee47599a9cab635ae54f | [] | no_license | kunalcabcsi/toolsr3 | 0b518cfa6813a88a921299ab8b8b5d6cbbd362fe | 5071990dc2325bc74c34a3383792ad5448dee1b0 | refs/heads/master | 2021-08-31T04:20:23.924815 | 2017-12-20T09:25:33 | 2017-12-20T09:25:33 | 114,867,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// 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.12.20 at 02:30:... | [
"ksingh@localhost.localdomain"
] | ksingh@localhost.localdomain |
552698a11db31fe5e33e28c4b32cfe9293ac2766 | a3696a826b68141bcc2a68106e57f0ba3b0e974d | /gobang-gdx-game/src/com/xl/gsnkxq/SpriteScreen.java | 49dce1f15af2d6eb62715167a6eab4c6ce5d5f4f | [] | no_license | fengdeyingzi/GoBang | 2775e9d31e1ed2d8a42fecddcacb2caab0b1e2a8 | 8e90d1c0ca2fde1868c7002e8f1f9b08d53ce324 | refs/heads/master | 2020-05-14T13:17:11.879468 | 2020-01-14T05:15:22 | 2020-01-14T05:15:22 | 181,809,083 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.xl.gsnkxq;
import com.xl.gdx.XLScreen;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/*
精灵测试Screen
spritex
*/
public class SpriteScreen extends XLScreen
{
SpriteX sprite;
SpriteBatch batch;
public SpriteScreen(int width,int height)
{
super(width,height);
batch = new SpriteBatch();
... | [
"2541012655@qq.com"
] | 2541012655@qq.com |
b382e6805bbeb525e58276e83568c4c5acecc164 | 26a837b93cf73e6c372830f9a7a316c01081a4ea | /doc-examples/src/main/java/arez/doc/examples/reference2/UserRepository.java | 2734dc2dcc60abf7abbf3de8f23a2849227da464 | [
"Apache-2.0"
] | permissive | arez/arez | 033b27f529b527c747b2a93f3c2c553c41c32acd | df68d72a69d3af1123e7d7c424f77b74f13f8052 | refs/heads/master | 2023-06-08T00:09:56.319223 | 2023-06-05T02:12:14 | 2023-06-05T02:12:14 | 96,367,327 | 13 | 4 | Apache-2.0 | 2022-12-10T20:29:35 | 2017-07-05T22:50:24 | Java | UTF-8 | Java | false | false | 515 | java | package arez.doc.examples.reference2;
import arez.annotations.ArezComponent;
import arez.component.internal.AbstractRepository;
import arez.doc.examples.reference.User;
import javax.annotation.Nullable;
@ArezComponent
public abstract class UserRepository
extends AbstractRepository<Integer, arez.doc.examples.referen... | [
"peter@realityforge.org"
] | peter@realityforge.org |
68a2c4a59858d2248be9aac2f3a19878b9e76731 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/13/org/apache/commons/math3/complex/Complex_Complex_98.java | bf048c9519373ce225595a1f01091578c14eaaf9 | [] | 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 | 2,062 | java |
org apach common math3 complex
represent complex number number
real imaginari part
implement arithmet oper handl code nan
infinit valu rule link java lang doubl
link equal equival relat instanc
code nan real imaginari part
consid equal
code nani
code nan
code nan nani
note contradict ie... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
bd51d328cf35a9b4c9fbd6c89e769a257f7fbfbc | 8bca6164fc085936891cda5ff7b2341d3d7696c5 | /ext/impex/testsrc/de/hybris/platform/impex/header/model/impl/DescriptorElementTreeConverterTest.java | f5f79c858a06d37662b2c24572f44d8b2479e13a | [] | no_license | rgonthina1/newplatform | 28819d22ba48e48d4edebbf008a925cad0ebc828 | 1cdc70615ea4e86863703ca9a34231153f8ef373 | refs/heads/master | 2021-01-19T03:03:22.221074 | 2016-06-20T14:49:25 | 2016-06-20T14:49:25 | 61,548,232 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,861 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2013 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... | [
"Kalpana"
] | Kalpana |
eead525794fe487940031c178a6776440dc45f84 | 5a0bfac7ad00c079fe8e0bdf1482f4271c46eeab | /app/src/main/wechat6.5.3/com/tencent/mm/svg/a/a/pt.java | 67467bfa616e6dab2938955dcc86697a0c644e8d | [] | no_license | newtonker/wechat6.5.3 | 8af53a870a752bb9e3c92ec92a63c1252cb81c10 | 637a69732afa3a936afc9f4679994b79a9222680 | refs/heads/master | 2020-04-16T03:32:32.230996 | 2017-06-15T09:54:10 | 2017-06-15T09:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,891 | java | package com.tencent.mm.svg.a.a;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Paint.Cap;
import android.graphics.Paint.Join;
import android.graphics.Paint.Style;
import android.graphics.Path;
import android.os.Looper;
import com.tencent.mm.svg.c;... | [
"zhangxhbeta@gmail.com"
] | zhangxhbeta@gmail.com |
e1072321a574c08d24c2abf800913a2b303bcf48 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_160/Testnull_15935.java | 2f7e9f064fbe558fa1efb732ddfcfe51e700d14b | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_160;
import static org.junit.Assert.*;
public class Testnull_15935 {
private final Productionnull_15935 production = new Productionnull_15935("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ac2cd4a00fb6cbff662df847d748a821be8dc4a3 | a14deb218f7e90e16e9fdcfe7723b924a7851f2b | /src/main/java/net/sourceforge/plantuml/activitydiagram3/ftile/vcompact/FtileSplit1.java | 57c5be9a3331e779ff3cd22ba2bb786cca854843 | [
"Apache-2.0"
] | permissive | btomala/sbt-plantuml-plugin | aac0dc27b5597452cc8dd5c3cd2576c8565cfc28 | 7b710ebbd9da6c9b5e95c66c592cf9a021f42987 | refs/heads/master | 2021-01-16T18:57:14.036051 | 2016-02-26T14:45:05 | 2016-02-26T14:45:05 | 67,075,540 | 0 | 0 | null | 2016-09-07T18:27:29 | 2016-08-31T21:42:49 | Java | UTF-8 | Java | false | false | 3,355 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2014, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part of... | [
"adam@ashannon.us"
] | adam@ashannon.us |
487f1bdc40b19f40ecee93d88e7d4f219fc4039f | 732a6fa36e14baf7f828ef19a62b515312f9a109 | /playbook/old/src/main/java/com/mindalliance/channels/playbook/pages/forms/NetworkingForm.java | 833e52f6abeb37d9e4a330cc308c09dab0cd411d | [] | no_license | gauravbvt/test | 4e991ad3e7dd5ea670ab88f3a74fe8a42418ec20 | 04e48c87ff5c2209fc4bc703795be3f954909c3a | refs/heads/master | 2020-11-24T02:43:32.565109 | 2014-10-07T23:47:39 | 2014-10-07T23:47:39 | 100,468,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package com.mindalliance.channels.playbook.pages.forms;
import com.mindalliance.channels.playbook.ref.Ref;
import com.mindalliance.channels.playbook.pages.forms.tabs.networking.NetworkingBasicTab;
import org.apache.wicket.extensions.markup.html.tabs.AbstractTab;
import org.apache.wicket.model.Model;
import org.apache.... | [
"jf@baad322d-9929-0410-88f0-f92e8ff3e1bd"
] | jf@baad322d-9929-0410-88f0-f92e8ff3e1bd |
9d2e3f5c3cb992aa71fdd05f8e5b567d1068c18b | 6cac2f521b47f755a26dd8cff2a0451df8460773 | /src/main/java/players/mcts/test/RewardsForParanoia.java | b15bd9c1fdcf61c262a09949a74b980d25977c38 | [
"MIT"
] | permissive | delphinic-owl/TabletopGames | 3858e801a2defc6406c2151e52a9365e41c8731d | b483aebe0f76a69c79070a8d4b43a147f433e49f | refs/heads/master | 2023-05-25T07:34:15.044705 | 2021-04-12T19:54:39 | 2021-04-12T19:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,536 | java | package players.mcts.test;
import core.*;
import core.actions.*;
import core.interfaces.IStatisticLogger;
import games.GameType;
import games.loveletter.*;
import games.virus.*;
import org.junit.*;
import players.PlayerConstants;
import players.mcts.*;
import players.simple.RandomPlayer;
import utilities.SummaryLogger... | [
"james@janigo.co.uk"
] | james@janigo.co.uk |
3937679618e2cd9f079db3074d687817fb266c45 | 6777964a07446712a5b1ac820e730033539ce503 | /java/java-collections/ArrayList/src/ExemploArrayLIst.java | 510d23933c3f56dae1ef786bdb30121c4f7be8c9 | [] | no_license | Ramonrune/computer-technician-course | e808cec156200bfb5b05776ace83e1fa96faeec2 | 27f1d6675f4511bb48a4fad66f80999810924021 | refs/heads/master | 2021-10-09T17:32:26.933337 | 2019-01-01T23:01:44 | 2019-01-01T23:01:44 | 91,250,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java |
import java.util.ArrayList;
import java.util.Collections;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Julia Carolina Maia da Silva
*/
public class ExemploArrayLIst {
public static void main(String[]args){
//Criando objeto ArrayLIs... | [
"ramonrune@gmail.com"
] | ramonrune@gmail.com |
43251f645d98dba384c3e770e0959e227884adaa | 0e6268fd8a7dab3e4d7b830d6cac079be0a8a0fe | /src/May19/Sentense.java | 1b9687894265705c56a33acb57dadabd6e15054b | [] | no_license | uday246/March18 | fc5fafbe20e12095da2e4e3fe94d1bc49dbc1df0 | 44ae546660f400b96b469c26decbe0c562b88a94 | refs/heads/master | 2020-08-15T07:27:19.063010 | 2019-10-15T13:07:02 | 2019-10-15T13:07:02 | 215,300,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package May19;
import java.util.ArrayList;
public class Sentense {
private ArrayList<String> words;
public Sentense(String text) {
// removing the punctuation mark
text = text.substring(0, text.length() - 1);
//splitting into words
String arr[] = text.split(" ");
words = new ArrayList<String>... | [
"teegalaudaykumar@gmail.com"
] | teegalaudaykumar@gmail.com |
2eb17a711eedf54ff722cc6748b45ab0df287b27 | 2d2e1c6126870b0833c6f80fec950af7897065e5 | /scriptom-office-2k7/src/main/java/org/codehaus/groovy/scriptom/tlb/office2007/MsoDocInspectorStatus.java | c2754ceb144538a5541e32a3116be84b28d29f53 | [] | no_license | groovy/Scriptom | d650b0464f58d3b58bb13469e710dbb80e2517d5 | 790eef97cdacc5da293d18600854b547f47e4169 | refs/heads/master | 2023-09-01T16:13:00.152780 | 2022-02-14T12:30:17 | 2022-02-14T12:30:17 | 39,463,850 | 20 | 7 | null | 2015-07-23T12:48:26 | 2015-07-21T18:52:11 | Java | UTF-8 | Java | false | false | 3,041 | java | /*
* Copyright 2009 (C) The Codehaus. All Rights Reserved.
*
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided that the
* following conditions are met:
* 1. Redistributions of source code must retain copyright statements an... | [
"ysb33r@gmail.com"
] | ysb33r@gmail.com |
9276470b6e12b8c4dc6ae10bd39b4920c38af09b | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /gp_JADX/com/google/android/gms/internal/xb.java | e434d04a14edf57d380eb5d5d8cd8ea84d429343 | [] | no_license | enaawy/gproject | fd71d3adb3784d12c52daf4eecd4b2cb5c81a032 | 91cb88559c60ac741d4418658d0416f26722e789 | refs/heads/master | 2021-09-03T03:49:37.813805 | 2018-01-05T09:35:06 | 2018-01-05T09:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package com.google.android.gms.internal;
import java.util.Arrays;
final class xb {
public final int f27653a;
public final byte[] f27654b;
xb(int i, byte[] bArr) {
this.f27653a = i;
this.f27654b = bArr;
}
public final boolean equals(Object obj) {
if (obj == this) {
... | [
"genius.ron@gmail.com"
] | genius.ron@gmail.com |
52572fb6e4549f10294ea1ad9a6dee2129116aa8 | 90c093f59ba5e001f778ecf7beaacd6185c464d0 | /src/com/eviware/soapui/support/swing/TreeUtils.java | f4ec4fc707495b60c990f16175802d2c217fa587 | [
"MIT"
] | permissive | juozasg/suis4j | b8c74811843cc9dfb16b3ee07fccfd7c1230f091 | 1c9f24bfc5ca98fd32882feb76c6e90440e1bcf0 | refs/heads/master | 2020-03-08T05:39:16.180735 | 2018-04-10T21:57:32 | 2018-04-10T21:57:32 | 127,952,899 | 0 | 0 | MIT | 2018-04-03T18:40:49 | 2018-04-03T18:40:49 | null | UTF-8 | Java | false | false | 1,567 | java | /*
* SoapUI, Copyright (C) 2004-2016 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequen
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Li... | [
"juozasgaigalas@gmail.com"
] | juozasgaigalas@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.