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
9eec4378cd991ca5bf17154110824202204ff420
b09f518c08e930460e08309dc5f6dd5b1e6ff6de
/1086-synchronized/src/main/java/com/tuyrk/unit03/SynchronizedObjectCodeBlock2.java
e920cbd86706a067b99355689d11c469538a27b6
[]
no_license
tuyrk/learn-imooc
087c185d9fa50b39f73b29b44bc281f03f5e5ccf
99040f6fca437ecf36eaaaf21447a92c5f2eb0ec
refs/heads/master
2022-11-04T12:36:15.671227
2020-11-22T12:07:03
2020-11-22T12:07:03
219,886,876
1
1
null
2022-10-05T19:37:44
2019-11-06T01:38:53
Java
UTF-8
Java
false
false
1,451
java
package com.tuyrk.unit03; /** * 对象锁示例1,代码块形式 */ public class SynchronizedObjectCodeBlock2 implements Runnable { private static SynchronizedObjectCodeBlock2 instance = new SynchronizedObjectCodeBlock2(); private Object lock1 = new Object(); private Object lock2 = new Object(); public static void mai...
[ "tuyrk@qq.com" ]
tuyrk@qq.com
37b18b516ee1cce92cf6116daee3a1df3a5d7a83
111209d369157dbcca1d01056623c27f3cecc9d7
/CohesiveAppServer/CohesiveBackend/CohesiveBusiness-ejb/src/java/com/ibd/cohesive/app/business/teacher/summary/teacherleavemanagement/TeacherLeaveManagementBO.java
a0e42b938241bf67dca2fe4dc63de1aa0ff75653
[]
no_license
IBD-Technologies/NewGenEducationApp
d3c1768316c091ade0bda050fdfc1dfe66aa5070
7e27094a635782ebd8c0a940b614485c52fe63d3
refs/heads/master
2021-05-19T11:30:04.032333
2020-06-12T17:35:22
2020-06-12T17:35:22
251,661,845
0
0
null
null
null
null
UTF-8
Java
false
false
798
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.ibd.cohesive.app.business.teacher.summary.teacherleavemanagement; /** * * @author DELL */ public class TeacherLeaveMana...
[ "60004888+RajkumarIBD@users.noreply.github.com" ]
60004888+RajkumarIBD@users.noreply.github.com
f65db80d0744af0547d6f4fbe2dd4b8081bc0680
7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b
/Crawler/data/Token.java
d6c54bde34690cffbabee9dcdfea1eeeeb15b805
[]
no_license
NayrozD/DD2476-Project
b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0
94dfb3c0a470527b069e2e0fd9ee375787ee5532
refs/heads/master
2023-03-18T04:04:59.111664
2021-03-10T15:03:07
2021-03-10T15:03:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
14 https://raw.githubusercontent.com/mjtb49/LattiCG/master/src/randomreverser/reversal/asm/Token.java package randomreverser.reversal.asm; public class Token { private final String text; private final int line; public Token(String text, int line) { this.text = text; this.line = line; ...
[ "veronika.cucorova@gmail.com" ]
veronika.cucorova@gmail.com
5cec364e7d1f0f407f153faa741887e7a7129776
1edb528ff62988fe9f58f4ecdca9089ebe36155d
/app/src/main/java/com/example/mainactivity/dashActivity.java
6873650671bdc807d018b0263eb856e4640e0917
[]
no_license
Mayur2311/News
7d8d937bd14b4fb4a676af91f59442a03c672876
f868042586b822520cdb96dd145fbf70e1f47eac
refs/heads/master
2023-05-04T05:49:10.112474
2021-05-23T19:45:10
2021-05-23T19:45:10
368,980,988
0
0
null
null
null
null
UTF-8
Java
false
false
2,927
java
package com.example.mainactivity; import androidx.annotation.NonNull; import androidx.appcompat.app.ActionBarDrawerToggle; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.core.view.GravityCompat; import androidx.drawerlayout.widget.DrawerLayout; import android...
[ "you@example.com" ]
you@example.com
c29979fef650a6372a34a7556b147d1025856cec
cc4d254ace9fbb01333537a33d752ae535ef28c2
/Testing/app/src/main/java/com/adityadua/testing/MainActivity.java
52b1106f93b29834ab0219b1dc37f40ed0225ded
[]
no_license
aditya-dua/Android19May
511531d4324b39c6e34257b8d60adfa803afa826
f36fc49d67a76e75294443697d33cd5d98d89738
refs/heads/master
2020-03-18T17:17:21.005919
2018-09-02T04:21:45
2018-09-02T04:21:45
135,018,910
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.adityadua.testing; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_m...
[ "adityaduatechm@gmail.com" ]
adityaduatechm@gmail.com
93de9602d9a2126ab9b3792ef510ec18e0c2e083
35b710e9bc210a152cc6cda331e71e9116ba478c
/tc-unused/src/main/java/com/topcoder/web/openaim/dao/hibernate/DocumentDAOHibernate.java
4ffdb5164111f2facba43e08f53e8233e31efaac
[]
no_license
appirio-tech/tc1-tcnode
d17649afb38998868f9a6d51920c4fe34c3e7174
e05a425be705aca8f530caac1da907d9a6c4215a
refs/heads/master
2023-08-04T19:58:39.617425
2016-05-15T00:22:36
2016-05-15T00:22:36
56,892,466
1
8
null
2022-04-05T00:47:40
2016-04-23T00:27:46
Java
UTF-8
Java
false
false
490
java
package com.topcoder.web.openaim.dao.hibernate; import com.topcoder.web.common.dao.hibernate.Base; import com.topcoder.web.openaim.dao.DocumentDAO; import com.topcoder.web.openaim.model.Document; /** * @author dok * @version $Revision: 68803 $ Date: 2005/01/01 00:00:00 * Create Date: Aug 1, 2006 */ publi...
[ "dongzhengbin@winterflames-MacBook-Pro.local" ]
dongzhengbin@winterflames-MacBook-Pro.local
d7ac3aa302dceee8b313256a63550b5c5bbb0e0a
e9c2f8cdcee975a5900ecdc12e50aefc1f8be813
/spring-framework/test/org/springframework/jmx/AbstractJmxTests.java
ec98b00a54192a91bbac169d2921af661ff5de2d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
z-dp/springsource
feee1c285667098b72ff65c95a5e8fa5e2aa4b07
e217eeb091c27834409ac5ee55b690b8e669c2e8
refs/heads/master
2020-04-10T03:19:35.581789
2018-12-07T04:10:04
2018-12-07T04:10:04
160,766,989
0
0
null
null
null
null
UTF-8
Java
false
false
682
java
/* * Created on Jul 5, 2004 */ package org.springframework.jmx; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * @author Rob Harrop */ public abstract class AbstractJmxTests extends AbstractMBeanServerTests { p...
[ "zidp@cyclecentury.com" ]
zidp@cyclecentury.com
673388fb3d892020d927e90ee0d7b332d003a542
0c359e241cce729ce777db41d3a4feefa48c30c0
/src/main/java/com/controllerface/cmdr_j/classes/modules/optional/shields/shieldcells/size6/ShieldCellBank_6D.java
14033aa4124f4cfc495d6227a860a6507c3420aa
[]
no_license
controllerface/CMDR-J
760cafe4b89fc86715ee7941d66eaaf7978cf067
9fc70e1ae2f2119e3dc93bbc9a26544526beb56a
refs/heads/main
2022-09-29T02:43:58.308231
2022-09-12T02:09:01
2022-09-12T02:09:01
128,938,494
1
1
null
2021-11-21T01:42:20
2018-04-10T13:37:30
Java
UTF-8
Java
false
false
1,542
java
package com.controllerface.cmdr_j.classes.modules.optional.shields.shieldcells.size6; import com.controllerface.cmdr_j.classes.data.ItemEffects; import com.controllerface.cmdr_j.classes.data.ItemEffectData; import com.controllerface.cmdr_j.classes.modules.optional.shields.shieldcells.AbstractShieldCellBank; import com...
[ "controll.face@gmail.com" ]
controll.face@gmail.com
2dbe3835e55209e83db2ad82de4f07b0c999eb4a
e1938b85ba2f6f15bd925e916727f48d9db5490d
/src/main/java/com/qunjie/ocean/servcie/TokenCache.java
a7c3cf952413b731136157174ae3e51027a41b59
[]
no_license
weizhuxiao/integration
5a6daea250f4becf7f6286d1818e2fab754289cd
56765a97bbeb804004cfbb5841386c6f0185ea37
refs/heads/main
2023-08-19T04:26:48.267906
2021-05-19T08:35:20
2021-05-19T08:35:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,067
java
package com.qunjie.ocean.servcie; import com.alibaba.fastjson.JSONObject; import com.google.common.collect.Maps; import com.qunjie.common.email.DefaultEmailAddress; import com.qunjie.common.email.event.SendEmailEvent; import com.qunjie.ocean.model.TokenModel; import com.qunjie.ocean.utils.HttpHelper; import lombok.ext...
[ "704378949@qq.com" ]
704378949@qq.com
531e5cdd734d39cb798eed98817ec7c0d6d16e39
f15889af407de46a94fd05f6226c66182c6085d0
/callosumemr/src/main/java/com/nas/recovery/web/action/appointment/AppointmentAction.java
eed03dbf5497f5ce08f1b547fbc527d57620fd72
[]
no_license
oreon/sfcode-full
231149f07c5b0b9b77982d26096fc88116759e5b
bea6dba23b7824de871d2b45d2a51036b88d4720
refs/heads/master
2021-01-10T06:03:27.674236
2015-04-27T10:23:10
2015-04-27T10:23:10
55,370,912
0
0
null
null
null
null
UTF-8
Java
false
false
1,228
java
package com.nas.recovery.web.action.appointment; import java.util.ArrayList; import java.util.List; import javax.faces.event.ValueChangeEvent; import javax.faces.model.SelectItem; import javax.persistence.EntityManager; import org.hibernate.Criteria; import org.hibernate.criterion.Restrictions; ...
[ "singhj@38423737-2f20-0410-893e-9c0ab9ae497d" ]
singhj@38423737-2f20-0410-893e-9c0ab9ae497d
bdc951717aae4aef617d589838f2f04bfd75691e
45d58ad7e0af7cf0ec69ee218b0ba46da81c2abd
/src/java/org/apache/fop/datatypes/ValidationPercentBaseContext.java
6349fc4d16757f9ddb20f9cc6079514b0cbf82a0
[ "Apache-2.0" ]
permissive
balabit-deps/balabit-os-7-fop
48cc73bfb90a83329d4e8041bf1c622884df8a08
3ff623f6752a0550998528362469857048ccb324
refs/heads/master
2020-04-07T09:11:06.972556
2018-11-07T15:43:56
2018-11-07T15:43:56
158,243,262
0
0
null
null
null
null
UTF-8
Java
false
false
2,169
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "testbot@balabit.com" ]
testbot@balabit.com
3cf2ef4f2adcd6c62473514b35f71c973663c4d7
9aeb261d951d7efd9511184ed38c9caa0a3cd59f
/src/main/java/com/android/tools/r8/naming/identifiernamestring/ClassForNameIdentifierNameStringLookupResult.java
5785d0a64b92ec3a845e61df207a0c10f9903c5c
[ "BSD-3-Clause", "MIT", "Apache-2.0", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference" ]
permissive
veryriskyrisk/r8
70bbac0692fcdd7106721015d82d898654ba404a
c4e4ae59b83f3d913c34c55e90000a4756cfe65f
refs/heads/master
2023-03-22T03:51:56.548646
2021-03-17T16:53:58
2021-03-18T09:00:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
795
java
// Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.naming.identifiernamestring; import com.android.tools.r8.graph.DexType; impo...
[ "christofferqa@google.com" ]
christofferqa@google.com
d38d0fe2e104d9cc0efc77ec8b2623907975359a
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/chrome/test/android/javatests/src/org/chromium/chrome/test/pagecontroller/controllers/notifications/DownloadNotificationController.java
248bd4504556a7b27893317e94f53521ee3fb393
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
Java
false
false
1,398
java
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.test.pagecontroller.controllers.notifications; import org.chromium.chrome.test.pagecontroller.controllers.PageController; imp...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1ab1c3234c91736e24381684c2cee3fc184455ac
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project38/src/test/java/org/gradle/test/performance38_4/Test38_385.java
20dc32a99c4dc57cc8ae372b3179059568e5c342
[]
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
292
java
package org.gradle.test.performance38_4; import static org.junit.Assert.*; public class Test38_385 { private final Production38_385 production = new Production38_385("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
d60dbebc4d489da2aa254beb2fe7d28072f6b912
c992cc664787167313fb4d317f172e8b057b1f5b
/modules/ui-widgets/src/main/java/io/jmix/ui/widgets/client/addons/dragdroplayouts/ui/VDDLayoutStateDragImageProvider.java
6ebb845d868efb5a49367874d1eb79b218d0fdd2
[ "Apache-2.0" ]
permissive
alexbudarov/jmix
42628ce00a2a67bac7f4113a7e642d5a67c38197
23272dc3d6cb1f1a9826edbe888b3c993ab22d85
refs/heads/master
2020-12-19T15:57:38.886284
2020-01-23T10:06:16
2020-01-23T10:06:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,687
java
/* * Copyright 2015 John Ahlroos * * 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...
[ "minaev@haulmont.com" ]
minaev@haulmont.com
2eedebb1df8b91c8d37f97aad06e23103e62ae29
fa1408365e2e3f372aa61e7d1e5ea5afcd652199
/src/testcases/CWE81_XSS_Error_Message/CWE81_XSS_Error_Message__Servlet_listen_tcp_81_base.java
baa2631f20821fa2632e8b9ca96dc50c8b15a154
[]
no_license
bqcuong/Juliet-Test-Case
31e9c89c27bf54a07b7ba547eddd029287b2e191
e770f1c3969be76fdba5d7760e036f9ba060957d
refs/heads/master
2020-07-17T14:51:49.610703
2019-09-03T16:22:58
2019-09-03T16:22:58
206,039,578
1
2
null
null
null
null
UTF-8
Java
false
false
871
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE81_XSS_Error_Message__Servlet_listen_tcp_81_base.java Label Definition File: CWE81_XSS_Error_Message__Servlet.label.xml Template File: sources-sink-81_base.tmpl.java */ /* * @description * CWE: 81 Cross Site Scripting (XSS) in Error Message * BadSource: listen...
[ "bqcuong2212@gmail.com" ]
bqcuong2212@gmail.com
b6cd0418719f18dc23c1deea4c8b6ad782419396
dfac1eb4ac647b96f311a7cdd07dec558a209bd6
/src/com/zjxjwxk/leetcode/_0725_Split_Linked_List_in_Parts/SolutionTest.java
60015720b0cd8cedfe38c0753108339d42b5a195
[]
no_license
zjxjwxk/LeetCode
7f8e91edb23b24bbedbff6cca49c32e4e3bd78bf
99a8a17fa1417b066bbd204ab7170fdcb5295532
refs/heads/master
2023-08-25T18:46:11.137419
2023-08-15T08:10:45
2023-08-15T08:10:45
141,663,719
0
0
null
null
null
null
UTF-8
Java
false
false
1,267
java
package com.zjxjwxk.leetcode._0725_Split_Linked_List_in_Parts; import com.zjxjwxk.leetcode.util.DSFactory; import com.zjxjwxk.leetcode.util.ListNode; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class SolutionTest { private final Solution solution = new Solution(); @...
[ "zjxjwxk@gmail.com" ]
zjxjwxk@gmail.com
f18efa563dc96a042b2791d7911326d40e7ce267
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/platform/testFramework/bootstrap/src/com/intellij/tests/IgnoreException.java
9721ec7c7af9335a09bf70280bf3191e09140641
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560889
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
2023-09-12T07:41:58
2011-09-30T13:33:05
null
UTF-8
Java
false
false
1,262
java
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.tests; import org.junit.AssumptionViolatedException; import java.lang.reflect.Method; import java.util.List; public class IgnoreException...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
5400fd57a63f3e74ceb3f696f10c07d969038515
1591b38d9b7fb8ef3e16c79f32980cb3b6e04fa2
/examples/hostCardEmulationClient/src/main/java/com/github/skjolber/nfc/external/hceclient/EchoHostAdpuServiceActivity.java
0b70b9926fbf206261c35be4025ffbcbe069977c
[ "Apache-2.0" ]
permissive
imartinezortiz/external-nfc-api
4dd7a5df40b8678a7591bd0edbf5c8c353c6fe56
e98aa670f656219151b2bbf25b51cbaa0de92280
refs/heads/master
2022-04-09T12:56:47.104520
2020-03-25T10:13:42
2020-03-25T10:13:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,292
java
package com.github.skjolber.nfc.external.hceclient; import android.app.AlertDialog; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.c...
[ "thomas.skjolberg@gmail.com" ]
thomas.skjolberg@gmail.com
facdf70b8a96fde18e203401c57ee7f2a13451cb
319a371ab83c04a9a2466b0ec1e2a67b93fa7f2f
/zj-xm-salary/src/main/java/com/apih5/mybatis/dao/ZjXmJxPeripheryScoreDetailedMapper.java
1109ee6c6c09c608e59193370908acfb37d4dde2
[]
no_license
zhangrenyi666/apih5-2
0232faa65e2968551d55db47fb35f689e5a03996
afd9b7d574fab11410aab5e0465a0bd706bcf942
refs/heads/master
2023-08-01T13:11:51.678508
2021-09-10T05:52:34
2021-09-10T05:52:34
406,647,352
0
0
null
null
null
null
UTF-8
Java
false
false
1,786
java
package com.apih5.mybatis.dao; import java.util.List; import java.util.Map; import com.apih5.mybatis.pojo.ZjXmJxPeripheryScoreDetailed; public interface ZjXmJxPeripheryScoreDetailedMapper { int deleteByPrimaryKey(String key); int insert(ZjXmJxPeripheryScoreDetailed record); int insertSelective(ZjXmJxPeripherySc...
[ "2267843676@qq.com" ]
2267843676@qq.com
44cc7391c15225b226ffbe370e4bfe21acb91a03
1d8cadbe702d2f23f68f09ce668528cd44ccb2c8
/domino-ui/src/main/java/org/dominokit/domino/ui/modals/DefaultZIndexManager.java
6bd963bb34c0e0651caf01da4c90fc1a929f7ca7
[ "Apache-2.0" ]
permissive
mamta/domino-ui
1f2c438c11ffe98efc576a8b29477e36ded2611e
39ce3e679ddae269b847d236c6d6a1065d3b1cb1
refs/heads/master
2023-06-24T15:32:24.613806
2023-03-21T09:07:59
2023-03-21T09:07:59
202,545,464
0
0
Apache-2.0
2019-11-29T08:45:07
2019-08-15T13:24:32
Java
UTF-8
Java
false
false
3,349
java
/* * Copyright © 2019 Dominokit * * 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 ...
[ "ahmad.bawaneh@dominokit.com" ]
ahmad.bawaneh@dominokit.com
bc08479c6382ec687d427169c7a2c8db1e64e8d3
406856cc4bddfe155163998b13abbe60c0691a4d
/trunk/demonstrate-project/ddd-mybatis-project/infra/src/main/java/com/dayatang/domain/InstanceFactory.java
32561239280e52503cf846a73b408435b00cdd4c
[]
no_license
tylerchen/demonstrates
15368098ad121ac292646ff389bc744685321e90
2c9cc9bc7c30455e328b2e4aaac8efae2b51fe56
refs/heads/master
2020-04-05T23:14:05.153233
2018-09-13T03:34:19
2018-09-13T03:34:19
2,938,431
10
3
null
null
null
null
UTF-8
Java
false
false
4,335
java
package com.dayatang.domain; import java.util.HashMap; import java.util.Map; /** * 实例工厂类。通过它可以获得其管理的类的实例。 InstanceFactory向客户代码隐藏了IoC工厂的具体实现。在后台,它通过 * InstanceProvider策略接口,允许选择不同的IoC工厂,例如Spring, Google Guice和TapestryIoC等等。 * IoC工厂应该在应用程序启动时装配好,也就是把初始化好的InstanceProvider * 实现类提供给InstanceFactory。对于web应用来说,最佳的初始化方式是创 ...
[ "iffiff1@gmail.com" ]
iffiff1@gmail.com
8676d8d02357ad260cf08f52a5c23e788ba7f391
2eb5604c0ba311a9a6910576474c747e9ad86313
/chado-pg-orm/src/org/irri/iric/chado/so/Orf.java
84bd2addccc668cdfb50a8c90ccfec83073346b5
[]
no_license
iric-irri/portal
5385c6a4e4fd3e569f5334e541d4b852edc46bc1
b2d3cd64be8d9d80b52d21566f329eeae46d9749
refs/heads/master
2021-01-16T00:28:30.272064
2014-05-26T05:46:30
2014-05-26T05:46:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
369
java
package org.irri.iric.chado.so; // Generated 05 26, 14 1:32:25 PM by Hibernate Tools 3.4.0.CR1 /** * Orf generated by hbm2java */ public class Orf implements java.io.Serializable { private OrfId id; public Orf() { } public Orf(OrfId id) { this.id = id; } public OrfId getId() { return this.id; } pub...
[ "locem@berting-debian.ourwebserver.no-ip.biz" ]
locem@berting-debian.ourwebserver.no-ip.biz
ff7896b44036e07ee094c7f128e01c5cafd27fbf
d71e879b3517cf4fccde29f7bf82cff69856cfcd
/ExtractedJars/RT_News_com.rt.mobile.english/javafiles/android/support/transition/ViewUtils$1.java
812319c338ae73d3c7851c4043e8e961e3df7367
[ "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
1,986
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 android.support.transition; import android.util.Property; import android.view.View; // Referenced classes of package android.support.transition: ...
[ "silenta237@gmail.com" ]
silenta237@gmail.com
812b57a3e59603846ae77425e0ecb120be228a45
27ebd68f113d1fd6045d65e3475289b286c2cdc5
/temp/src/minecraft_server/net/minecraft/block/BlockCactus.java
2814773ec8381a3f64a9abc641e5cdbe9e873b1c
[]
no_license
EvilKanoa/KClient
1959a4b4cdcb659c356a3ee0ee2a8cb6469c9bc9
0003f5a8b86d6866140cc6be8d2dc6e13f7ce810
refs/heads/master
2021-01-20T23:16:47.776753
2014-08-19T22:10:15
2014-08-19T22:10:15
23,127,153
0
1
null
null
null
null
UTF-8
Java
false
false
3,795
java
package net.minecraft.block; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.Entity; import net.minecraft.init.Blocks; import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.D...
[ "kanoa@kanoa.ca" ]
kanoa@kanoa.ca
1f134bc57a3ee1f0d19c58e9112989871a2346d5
1f8498c886dedd9cd9cb5296f25a5a4962abb6d4
/stack-client/src/main/java/com/inductiveautomation/opcua/stack/client/fsm/states/DisconnectedState.java
5994190599afa9816d742d040e5244a6addc231b
[ "Apache-2.0" ]
permissive
doutdex/opc-ua-stack
ea6c98f6ee92b48ee3f8778c75b37bcb5c221044
a577af239a255a9de784ceded1be5b638aaccefa
refs/heads/master
2021-01-17T21:53:09.912599
2015-02-16T14:28:09
2015-02-16T14:28:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,422
java
package com.inductiveautomation.opcua.stack.client.fsm.states; import java.util.concurrent.CompletableFuture; import com.inductiveautomation.opcua.stack.client.UaTcpClient; import com.inductiveautomation.opcua.stack.client.fsm.ConnectionStateContext; import com.inductiveautomation.opcua.stack.client.fsm.ConnectionSta...
[ "kevinherron@gmail.com" ]
kevinherron@gmail.com
a4febf779baad28d13cbd428246f720be3dcd596
bf7b4c21300a8ccebb380e0e0a031982466ccd83
/middlewareConcepts2014-master/Assignment3/lib/jacorb-3.4/src/generated/org/omg/PortableServer/POAManagerFactoryHolder.java
fd733e8a6b5d4cbb1e94f4acfdc4f9340b77331f
[]
no_license
Puriakshat/Tuberlin
3fe36b970aabad30ed95e8a07c2f875e4912a3db
28dcf7f7edfe7320c740c306b1c0593a6c1b3115
refs/heads/master
2021-01-19T07:30:16.857479
2014-11-06T18:49:16
2014-11-06T18:49:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
774
java
package org.omg.PortableServer; /** * Generated from IDL interface "POAManagerFactory". * * @author JacORB IDL compiler V @project.version@ * @version generated at 27-May-2014 20:14:30 */ public final class POAManagerFactoryHolder implements org.omg.CORBA.portable.Streamable{ public POAManagerFactory value; p...
[ "puri.akshat@gmail.com" ]
puri.akshat@gmail.com
e38fd94030e103ce7e279270ccd39145505c8830
0487b3aa560fb587dca5d0c1978a6adf60e2a03e
/plugins/gradle/src/org/jetbrains/plugins/gradle/action/AbstractGradleLinkedProjectAction.java
7f228ee17aa5dc44e7b5e7faffa2d99f5f5d554d
[ "Apache-2.0" ]
permissive
serso/intellij-community
c09ed9ce0b00340cb58a7fb7fa7cf280896ac1bf
f7e8ad45f6b987c1c7940bb8a667086d1b554365
refs/heads/master
2021-01-15T17:59:53.752302
2012-11-08T12:59:30
2012-11-08T12:59:51
6,597,019
1
0
null
null
null
null
UTF-8
Java
false
false
2,155
java
package org.jetbrains.plugins.gradle.action; import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Pair; import com.intellij.openapi.util.text.StringUtil; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org....
[ "Denis.Zhdanov@jetbrains.com" ]
Denis.Zhdanov@jetbrains.com
58f85ac7b8d42948ea2f53057ab1afaa32bde9a9
0290374216c09b3b8a914f24351114d4262353ac
/aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstanceAttributeResponse.java
a3083915ed974c137d62d4f25f2318b709c6285a
[ "Apache-2.0" ]
permissive
tanglong8848/aliyun-openapi-java-sdk
7ab06933afb468648d6eaefd0388f371cf066273
c01b826b7957745890439702c86832d956ca752b
refs/heads/master
2020-05-22T12:17:55.556803
2019-05-10T10:15:51
2019-05-10T10:15:51
186,335,507
1
0
null
2019-05-13T02:58:49
2019-05-13T02:58:49
null
UTF-8
Java
false
false
5,808
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
6d27a4d1ce292e85de46946f4ca3ea1b6c7afccf
d40ae6dca13e6be7c914f6a9fc3539b3ea201a7d
/extensions/robospice-spring-android-parent/robospice-spring-android-test/src/com/octo/android/robospice/springandroid/test/model/xml/Forecast.java
f813f008568037a8a3e40baea66935b05a4d66a3
[ "Apache-2.0" ]
permissive
hakan42/robospice
f8fabfe3dc54699b5c4fe25597d1293aabdb68b3
a93ee5d7ee6c565ec72995614de93a8808292920
refs/heads/master
2021-01-17T05:26:00.163051
2013-01-02T15:54:25
2013-01-02T15:54:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,354
java
package com.octo.android.robospice.springandroid.test.model.xml; import java.util.List; import org.simpleframework.xml.Element; import org.simpleframework.xml.ElementList; public class Forecast { private int id; @Element private String date; @ElementList(inline = true) private Lis...
[ "steff.nicolas@gmail.com" ]
steff.nicolas@gmail.com
00151120d6e1516bac2b78562604d93053114a5a
13c68c3dc922acfb8171ab7418451156ab8ea0c5
/app/build/generated/source/r/debug/com/alibaba/android/vlayout/R.java
bce6aa595062f9defbdacd710de4250ab21446ee
[]
no_license
sceneren/yuntx_sdk_new_ui
d94ca530759c7682b20a72c7e612ec9a6cdb70ea
9e6ffcd03ab022e0bc680d5e95057886a3a79b6c
refs/heads/master
2020-06-10T08:19:13.122557
2019-06-25T02:46:02
2019-06-25T02:46:02
193,621,948
0
1
null
null
null
null
UTF-8
Java
false
false
1,265
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package com.alibaba.android.vlayout; public final class R { public static final class attr { public static final int layout...
[ "renjunjia1@163.com" ]
renjunjia1@163.com
73624b1c90b9be8c493caa08d9b996dc64f1ad95
00cb65b1c597ac9dcfb5777d9c2a53df4afb6fe0
/src/main/java/org/folio/cataloging/dao/persistence/IndexListKey.java
37d77e919dab89ce7224b704505594e3cb112738
[ "Apache-2.0" ]
permissive
cchiama/mod-cataloging
35bb6d7a74cff436ce3482038eaad56bd3a2386c
03033567e708400fd9596cd79493bca503e1cca2
refs/heads/master
2020-03-28T17:00:51.976674
2018-09-20T13:24:17
2018-09-20T13:24:17
148,750,798
0
0
null
2018-09-14T07:17:23
2018-09-14T07:17:23
null
UTF-8
Java
false
false
2,127
java
/* * (c) LibriCore * * Created on Jul 20, 2004 * * IndexListKey.java */ package org.folio.cataloging.dao.persistence; import java.io.Serializable; import java.util.Locale; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Hibernate key class for IDX_LIST table * @author p...
[ "a.gazzarini@gmail.com" ]
a.gazzarini@gmail.com
ba80f3703af0305d9e72f2a435ebc363aa7a8684
22b1fe6a0af8ab3c662551185967bf2a6034a5d2
/experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_751.java
717aa06851bb8082c98e722cf7ca0fdf86c03500
[ "Apache-2.0" ]
permissive
lesaint/experimenting-annotation-processing
b64ed2182570007cb65e9b62bb2b1b3f69d168d6
1e9692ceb0d3d2cda709e06ccc13290262f51b39
refs/heads/master
2021-01-23T11:20:19.836331
2014-11-13T10:37:14
2014-11-13T10:37:14
26,336,984
1
0
null
null
null
null
UTF-8
Java
false
false
145
java
package fr.javatronic.blog.massive.annotation2; import fr.javatronic.blog.processor.Annotation_002; @Annotation_002 public class Class_751 { }
[ "sebastien.lesaint@gmail.com" ]
sebastien.lesaint@gmail.com
ceb39161ef36e695606229866c4d5a26fd5fd05b
9004c7b5e7086ab0f53d40d3ac9feae80fa3d1b9
/src/main/java/me/dags/copy/PlayerManager.java
059735902f6ff4495cc255d58b3e6055f6e52bc9
[]
no_license
dags-/CopyPasta
9bf8ab4f97aec071db9d4125688a1959acb92621
d42d6c33b1ea1314a200cbcdad50a1b3a7a8f07e
refs/heads/master
2021-06-07T04:35:58.108319
2020-09-01T21:14:18
2020-09-01T21:14:18
90,264,705
0
2
null
null
null
null
UTF-8
Java
false
false
2,959
java
package me.dags.copy; import java.nio.file.Path; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.UUID; import java.util.function.Function; import me.dags.copy.util.Utils; import me.dags.copy.util.fmt; import org.spongepowered.api.Sponge; import org.spongepowered.api.config.C...
[ "dags@dags.me" ]
dags@dags.me
8c847e28b5e9df815bcd33d3115013c2e60c0c79
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_498/Testnull_49798.java
f274cdfaa155cf3d3804e992539c7ce40228f15f
[]
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_498; import static org.junit.Assert.*; public class Testnull_49798 { private final Productionnull_49798 production = new Productionnull_49798("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
7620d29ab45fb6304b97335de8e9cf6248091daa
097df92ce1bfc8a354680725c7d10f0d109b5b7d
/com/amazon/ws/emr/hadoop/fs/shaded/com/amazonaws/services/dynamodbv2/endpointdiscovery/AmazonDynamoDBEndpointCacheLoader.java
4f8b8fad4413de945da21f60abca40556bd00e79
[]
no_license
cozos/emrfs-hadoop
7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f
ba5dfa631029cb5baac2f2972d2fdaca18dac422
refs/heads/master
2022-10-14T15:03:51.500050
2022-10-06T05:38:49
2022-10-06T05:38:49
233,979,996
2
2
null
2022-10-06T05:41:46
2020-01-15T02:24:16
Java
UTF-8
Java
false
false
1,705
java
package com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.dynamodbv2.endpointdiscovery; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.cache.CacheLoader; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.dynamodbv2.AmazonDynamoDB; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws....
[ "Arwin.tio@adroll.com" ]
Arwin.tio@adroll.com
0f52c4a11b4a176f4a421f80449af648a17c1a15
963a2d17f03a6c18a120687b03f9a624b78a7423
/crux-dev/src/main/java/org/cruxframework/crux/core/client/screen/RootViewContainer.java
9dee6a60a34413965612b2f03fe831349ac8e11f
[]
no_license
MiskaRoming/crux
3f3026ec20d87d2808846dc10ea00c0d4479c496
03c02cc10866d6509112b7b5a5f577ff6e9aedf3
refs/heads/master
2021-01-24T15:33:31.007204
2015-06-02T18:08:42
2015-06-02T18:08:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,257
java
/* * Copyright 2011 cruxframework.org. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "thiago@cruxframework.org" ]
thiago@cruxframework.org
0cbce173b773089ca12071a7462e8ff8c958173c
a4082921471f4a22f59b6698aef54900317f5709
/01SourceCode/lambda-mls/lambda-portal/src/main/java/com/yatop/lambda/portal/job/controller/JobController.java
37346925370af31811d86e7dde9030fa0f131e84
[]
no_license
P79N6A/lambda-xxoo
3aae11893a78ce863a4f96b821a500dcb7f35500
75c41019282d53eaa59aaa220e6fff49a337d01f
refs/heads/master
2020-04-29T07:35:36.491014
2019-03-16T10:34:03
2019-03-16T10:34:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,696
java
package com.yatop.lambda.portal.job.controller; import com.yatop.lambda.portal.common.annotation.Log; import com.yatop.lambda.portal.common.controller.BaseController; import com.yatop.lambda.portal.common.domain.QueryRequest; import com.yatop.lambda.portal.common.exception.PortalException; import com.yatop.lambda.port...
[ "tomlee714@126.com" ]
tomlee714@126.com
f0f28e7f50706eebc8b869daeca238d1a2418cac
768f506ef2a4bd9099dda9e7e4a51679dea7efa5
/stc05.studentsMVC-master/src/main/controllers/HelloServlet.java
a92a03d96ab2fcd8dcf410dab05565f2a546201b
[]
no_license
wohan/PracticeAdapterObserver-master
a5a211dace48931d1598a3dd8a9183f4238a6cf2
a68c963792e79dbd029c72f15c55fbddf024d8cc
refs/heads/master
2021-01-20T12:23:13.548655
2017-05-05T09:10:44
2017-05-05T09:10:44
90,357,992
0
0
null
null
null
null
UTF-8
Java
false
false
841
java
package main.controllers; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * Created by admin on 18.04.2017. */ public cla...
[ "you@example.com" ]
you@example.com
9e1cb2078b7026afc2a2ec6f3bf4cd46a4353398
ff3dfce1e20ad81adcd57c706d975d8a47151882
/src/Ship.java
418f9788179e40c9b676b1cdd84e0e9a1d19b7a8
[]
no_license
Keos99/MySeaBattle
c33c4158a83e7d4d80045377bcaade32ff94b809
8046767a0454ced47804bb4c9370fa8903f54e92
refs/heads/master
2020-06-27T11:34:01.145627
2017-08-15T20:24:15
2017-08-15T20:24:15
97,043,391
0
0
null
null
null
null
UTF-8
Java
false
false
1,273
java
/** * Created by Keos99 on 15.06.2017. */ public class Ship { private int decknum = 0; // Количество палуб private int count = 0; // Счетчик Field field; Verification verifi; void shipGeneration(Field field, Verification verifi, char[][] gamefield) { int decknum; int count; ...
[ "keos99@bk.ru" ]
keos99@bk.ru
09775e90550c7a9ce6e16ebbd302cd9c1a6efbb4
6b63ef1bf7bf75b90d520c2b16d7f74bf8358ceb
/ResearchPortlet/src/th/ac/kmutt/research/form/PositionMasterForm.java
b7b0c15fb7df5ec1ec7f71abac6d69108e40f99e
[]
no_license
GJ-jirayu/Kmutt-Research
868ec5d28e68a930d9d267ca733c91eadab108be
e5c929e7b609d9ef3477a8be1e7954de63ffce80
refs/heads/master
2021-01-17T10:23:49.339311
2016-06-15T10:54:52
2016-06-15T10:54:52
58,120,639
3
1
null
null
null
null
UTF-8
Java
false
false
747
java
package th.ac.kmutt.research.form; import java.io.Serializable; import th.ac.kmutt.research.model.PositionM; public class PositionMasterForm extends CommonForm implements Serializable { /** * */ private static final long serialVersionUID = 1L; /** * */ private PositionM positionM...
[ "wirun@goingjesse.com" ]
wirun@goingjesse.com
dfa975a65eb4699557ece73cd0a4460acd614fbc
97fd02f71b45aa235f917e79dd68b61c62b56c1c
/src/main/java/com/tencentcloudapi/dasb/v20191018/models/ResetUserResponse.java
c1d13473533dfb0cf151bbb62c5d6f44500881b1
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-java
7df922f7c5826732e35edeab3320035e0cdfba05
09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec
refs/heads/master
2023-09-04T10:51:57.854153
2023-09-01T03:21:09
2023-09-01T03:21:09
129,837,505
537
317
Apache-2.0
2023-09-13T02:42:03
2018-04-17T02:58:16
Java
UTF-8
Java
false
false
2,433
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
c86580dc8d0395a3e006f6eaa6f461680850ea0e
f7def0ab5b7bfbb0f2f9fbb989238f09bf18a93f
/servlet/src/test/java/io/undertow/servlet/test/listener/request/async/onError/AsyncServlet3.java
8dd8b49205c6087291662cf31acf5d031ef81327
[ "Apache-2.0" ]
permissive
stuartwdouglas/undertow
9f12ead5426c05b7414dac33b66663fc8112298d
1609b26b67030f9ca5a62869f5088087f2d1ecbf
refs/heads/master
2023-01-11T00:33:15.464202
2020-07-28T06:26:37
2020-07-28T06:26:37
5,106,225
1
1
Apache-2.0
2020-07-30T11:07:44
2012-07-19T06:22:19
Java
UTF-8
Java
false
false
1,551
java
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
[ "stuart.w.douglas@gmail.com" ]
stuart.w.douglas@gmail.com
bf1b86e640fa952673aea33f9ed360ab8a1a2f25
3913a14e2cc38ffc08f5ac46b47494170ed451dd
/java/src/main/java/com/ibm/watson/data/client/model/SearchResultCategories.java
f057e88072d08ae42e4480d9d725e2740147f6db
[ "Apache-2.0" ]
permissive
samirvikash/watson-data-api-clients
0c143e16ebe7b94f4c643c4748d8e641562e56a6
a871aad7d4189ea28b04c2887a63592ae24034fd
refs/heads/master
2023-06-12T09:27:41.854074
2021-05-24T10:05:44
2021-05-24T10:05:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,124
java
/* * Copyright 2020 IBM Corp. 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 la...
[ "chris@thegrotes.net" ]
chris@thegrotes.net
ae744b70c256ef787a2dfacd4d2f4ca67b1b3407
79595075622ded0bf43023f716389f61d8e96e94
/app/src/main/java/com/android/org/bouncycastle/crypto/signers/ECDSASigner.java
4defa02c4906be09b88f8c5cd37d74b7bb593f78
[]
no_license
dstmath/OppoR15
96f1f7bb4d9cfad47609316debc55095edcd6b56
b9a4da845af251213d7b4c1b35db3e2415290c96
refs/heads/master
2020-03-24T16:52:14.198588
2019-05-27T02:24:53
2019-05-27T02:24:53
142,840,716
7
4
null
null
null
null
UTF-8
Java
false
false
5,576
java
package com.android.org.bouncycastle.crypto.signers; import com.android.org.bouncycastle.crypto.CipherParameters; import com.android.org.bouncycastle.crypto.DSA; import com.android.org.bouncycastle.crypto.params.ECDomainParameters; import com.android.org.bouncycastle.crypto.params.ECKeyParameters; import com.android.o...
[ "toor@debian.toor" ]
toor@debian.toor
2a3a15e3210edd0154202e552809f5be0ee5fc73
4bec34f9f496db1f092d71b3dedbc77e2b9d2ee1
/cbs.api.contest.dao/src/main/java/com/lifeix/cbs/contest/dto/fb/FbContestExt.java
b873db3182ba34d118465aae9ed39c994432795e
[]
no_license
888xin/cbs.api
08ec358363f1d7a0fc9037cf6746cc441c879497
d9667aa1933fd9f0e02d2be97bc8aa7b8c8fe782
refs/heads/master
2020-03-27T07:14:56.367782
2018-08-26T11:49:04
2018-08-26T11:50:00
146,175,221
0
1
null
null
null
null
UTF-8
Java
false
false
2,430
java
package com.lifeix.cbs.contest.dto.fb; import java.io.Serializable; public class FbContestExt implements Serializable { private static final long serialVersionUID = -8991527363577124824L; private Long contestId; private Long targetId; private String homeTeamExt; private String awayTeamExt; ...
[ "888xin@sina.com" ]
888xin@sina.com
dc14cd3c513535f57c5f80e175f67a2936928176
a744882fb7cf18944bd6719408e5a9f2f0d6c0dd
/sourcecode8/src/sun/net/www/content/text/plain.java
98225450da41b99fc67c552a12f9bcfa176cdde9
[ "Apache-2.0" ]
permissive
hanekawasann/learn
a39b8d17fd50fa8438baaa5b41fdbe8bd299ab33
eef678f1b8e14b7aab966e79a8b5a777cfc7ab14
refs/heads/master
2022-09-13T02:18:07.127489
2020-04-26T07:58:35
2020-04-26T07:58:35
176,686,231
0
0
Apache-2.0
2022-09-01T23:21:38
2019-03-20T08:16:05
Java
UTF-8
Java
false
false
1,826
java
/* * Copyright (c) 1994, 1996, 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 ...
[ "763803382@qq.com" ]
763803382@qq.com
bd0ed47a7219fc3df0f549b048080c480eb49916
473b76b1043df2f09214f8c335d4359d3a8151e0
/benchmark/bigclonebenchdata_completed/13368520.java
748616a69c7c10a3bed76895c19e92c31e21cb09
[]
no_license
whatafree/JCoffee
08dc47f79f8369af32e755de01c52d9a8479d44c
fa7194635a5bd48259d325e5b0a190780a53c55f
refs/heads/master
2022-11-16T01:58:04.254688
2020-07-13T20:11:17
2020-07-13T20:11:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,100
java
class c13368520 { public MyHelperClass Streams; public MyHelperClass getWriter(){ return null; } public MyHelperClass _getFile(String o0){ return null; } public void sendTextFile(String filename) throws IOException { MyHelperClass Checker = new MyHelperClass(); Checker.checkEmpty(filename, "fi...
[ "piyush16066@iiitd.ac.in" ]
piyush16066@iiitd.ac.in
7825f590711fc58fc092a1a5c1e820c7df6e5660
92c1674aacda6c550402a52a96281ff17cfe5cff
/module22/module11/module2/src/main/java/com/android/example/module22_module11_module2/ClassAAD.java
c4052dcc65f2c57f4ebf4eaf8c60aa7dbea33f1f
[]
no_license
bingranl/android-benchmark-project
2815c926df6a377895bd02ad894455c8b8c6d4d5
28738e2a94406bd212c5f74a79179424dd72722a
refs/heads/main
2023-03-18T20:29:59.335650
2021-03-12T11:47:03
2021-03-12T11:47:03
336,009,838
0
0
null
null
null
null
UTF-8
Java
false
false
1,685
java
package com.android.example.module22_module11_module2; public class ClassAAD { private com.android.example.module06_module061_module4.ClassAAJ instance_var_1_0 = new com.android.example.module06_module061_module4.ClassAAJ(); private com.android.example.module06_module165_module6.ClassAAD instance_var_1_1 = new com...
[ "bingran@google.com" ]
bingran@google.com
76523687bc97b01b39fe26dfa2d7c17ba2c65215
3ce95d041a94a3fa5eef116513c13a988aa8c6c8
/src/main/java/com/softuni/sportify/domain/entities/Order.java
144ee6bd23fa42cb9813311123b8844aadac04d0
[ "MIT" ]
permissive
Andrey-V-Georgiev/Sportify
14db0d49f873b2b4ae0fd04bbac75406f90b8775
3b922b731b19ead26a0238900e92c405efc8b66f
refs/heads/master
2022-10-29T02:14:35.069358
2019-12-21T15:56:39
2019-12-21T15:56:39
222,259,427
0
1
MIT
2022-10-19T01:40:22
2019-11-17T14:19:47
Java
UTF-8
Java
false
false
1,851
java
package com.softuni.sportify.domain.entities; import javax.persistence.*; import java.math.BigDecimal; import java.time.LocalDateTime; @Entity @Table(name = "orders") public class Order extends BaseEntity { private Event event; private Account account; private LocalDateTime orderDate; private boolean...
[ "andrey.v.georgiev@gmail.com" ]
andrey.v.georgiev@gmail.com
86b5cbbd592edf53c1db47ed70f89e86434bb0bd
afa96a9730f720bedca6bdfa7c3c49b2c37efcd5
/asm/src/org/objectweb/asm/xml/SAXModuleAdapter.java
9c9c2c36cd5d3785a82ec897904ce6f0a9a399a5
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
cybernetics/moditect
98ac2a171cb507ed42fe37df2f5d1ce05827a8f9
169b480ccc83310498d3bba0f541d4f3f1d79865
refs/heads/master
2021-01-18T05:13:56.559812
2017-03-07T20:36:19
2017-03-07T20:36:19
84,278,943
1
0
null
2017-03-08T04:38:18
2017-03-08T04:38:18
null
UTF-8
Java
false
false
5,756
java
/*** * ASM XML Adapter * Copyright (c) 2004-2011, Eugene Kuleshov * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * ...
[ "gunnar.morling@googlemail.com" ]
gunnar.morling@googlemail.com
982fe99eda40e1c719e1d94667b6a8e7a86412de
f0d25d83176909b18b9989e6fe34c414590c3599
/app/src/main/java/com/google/android/gms/internal/bq.java
90187eec2f1336515f965b4045cad86af6673cea
[]
no_license
lycfr/lq
e8dd702263e6565486bea92f05cd93e45ef8defc
123914e7c0d45956184dc908e87f63870e46aa2e
refs/heads/master
2022-04-07T18:16:31.660038
2020-02-23T03:09:18
2020-02-23T03:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package com.google.android.gms.internal; public final class bq extends bs { /* access modifiers changed from: protected */ public final boolean zze(double d, double d2) { return d <= d2; } }
[ "quyenlm.vn@gmail.com" ]
quyenlm.vn@gmail.com
59dd34df0ba21743512093000150cbe37409787f
6be17cb822590c2800034c903bc8b06485d35a9c
/slider-core/src/main/java/org/apache/hoya/core/registry/ServiceRegistryClient.java
0a0a29b4bc77474e66fc237ec9718a69e751e321
[ "Apache-2.0" ]
permissive
victoryWang/slider
e3308c94bb9df6fa8acc51b03a74601e119a5c1f
869df8c53633af45d5b7ec22289e7184d0fa7b96
refs/heads/master
2020-01-23T22:00:13.213331
2014-03-31T17:37:42
2014-03-31T17:37:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,904
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "stevel@hortonworks.com" ]
stevel@hortonworks.com
11da13a5fa692d671d275b32e86288f57362df86
18c10aa1261bea4ae02fa79598446df714519c6f
/70_spring/11_AOP_JoinPoint/src/main/java/com/spring/biz/user/UserServiceClient.java
db629b8692b18ddfbdc3e4f4705e660d03555a7f
[]
no_license
giveseul-23/give_Today_I_Learn
3077efbcb11ae4632f68dfa3f9285d2c2ad27359
f5599f0573fbf0ffdfbcc9c79b468e3c76303dd4
refs/heads/master
2023-05-06T08:13:49.845436
2021-05-25T04:33:20
2021-05-25T04:33:20
330,189,867
0
0
null
null
null
null
UTF-8
Java
false
false
1,104
java
package com.spring.biz.user; import java.util.List; import org.springframework.context.support.GenericXmlApplicationContext; import com.spring.biz.board.BoardService; import com.spring.biz.board.BoardVO; public class UserServiceClient { public static void main(String[] args) { //1. 스프링 컨테이너 구동 GenericXmlAppli...
[ "joodasel@icloud.com" ]
joodasel@icloud.com
95a3c67903620732793203f3c8723bd5d3484d70
4e3c5dc1cfd033b0e7c1bea625f9ee64ae12871a
/com/vungle/publisher/ij.java
512b72d5f933dfd84240817d6ea1c046ee6db74b
[]
no_license
haphan2014/idle_heroes
ced0f6301b7a618e470ebfa722bef3d4becdb6ba
5bcc66f8e26bf9273a2a8da2913c27a133b7d60a
refs/heads/master
2021-01-20T05:01:54.157508
2017-08-25T14:06:51
2017-08-25T14:06:51
101,409,563
1
4
null
null
null
null
UTF-8
Java
false
false
1,224
java
package com.vungle.publisher; import com.vungle.publisher.ig.C1790a; import dagger.MembersInjector; import javax.inject.Provider; /* compiled from: vungle */ public final class ij implements MembersInjector<C1790a> { static final /* synthetic */ boolean f2165a = (!ij.class.desiredAssertionStatus()); private f...
[ "hien.bui@vietis.com.vn" ]
hien.bui@vietis.com.vn
b432d64401fed22dcf01979cf5237580b40d5e56
9f68540857f4233e06b9a9bdaa2f6a186cf4f583
/src/com/android/settings/webview/WebViewAppPicker.java
88ead258ad8835384e49303c58bac29996753d47
[ "Apache-2.0" ]
permissive
Ankits-lab/packages_apps_Settings
142dc865ff5ba0a5502b36fc4176f096231c3181
82cbefb9817e5b244bb50fdaffbe0f90381f269c
refs/heads/main
2023-01-12T04:07:58.863359
2020-11-14T09:36:09
2020-11-14T09:36:09
312,785,971
0
0
null
null
null
null
UTF-8
Java
false
false
6,455
java
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
[ "keneankit01@gmail.com" ]
keneankit01@gmail.com
e27d5ce577b552bbe7eaac8fec231be1972a78e6
c4ccf1f266e1984f10d978b03b64ec053799f68c
/core/src/main/java/com/google/errorprone/bugpatterns/android/IsLoggableTagLength.java
777a53949acad19a54aa602236f464e3ddb9e515
[ "Apache-2.0" ]
permissive
reudismam/error-prone
717a3e7651a7ba947f89b06dce10fcdeb194205a
8beb267881dacf3146e47a8b366d013a4c94c127
refs/heads/master
2021-01-24T07:25:36.216154
2018-02-22T18:33:13
2018-02-22T22:54:02
122,960,649
0
0
Apache-2.0
2018-02-26T11:33:01
2018-02-26T11:33:00
null
UTF-8
Java
false
false
5,390
java
/* * Copyright 2016 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
[ "cushon@google.com" ]
cushon@google.com
b75bbb6c8149e58a570f985ad566388dae5866c2
cca5f035dbbe018268b63a8ddd77b4ec8a9ac0c0
/src/test/java/com/amyliascarlet/jsontest/bvt/JSONBytesTest.java
3d6d7f328db1ebdc708b1c1baa979db65b2e040c
[ "Apache-2.0" ]
permissive
AmyliaScarlet/amyliascarletlib
45195dc277fa16ec7f9c71f20686acaaf2b84366
6bd7f69edae8d201e41c6ccfa231ce51fb0ffe16
refs/heads/master
2020-05-25T10:53:20.312058
2019-05-21T07:04:35
2019-05-21T07:04:35
187,766,221
0
2
null
null
null
null
UTF-8
Java
false
false
992
java
package com.amyliascarlet.jsontest.bvt; import org.junit.Assert; import com.amyliascarlet.lib.json.JSON; import junit.framework.TestCase; public class JSONBytesTest extends TestCase { public void test_codec() throws Exception { int len = (Character.MAX_VALUE - Character.MIN_VALUE) + 1; char[] c...
[ "amy373978205@outlook.com" ]
amy373978205@outlook.com
10a5871cf7bdee7f786f1d7a5df91ecc2d94c540
a1e14f4ac34b55f70fb924b59d966716920e3d8b
/src/main/java/com/newscrawler/newsletter/exception/EmailAddressDuplicateException.java
3de5146a4daed60618a4960e3754a26c83078c42
[]
no_license
cocodori/news-bot
618256974353f94d0e817cb8fd4fd530686b9bf7
00dbe38ac6b291d6fc49314a654ebb50f0db8e05
refs/heads/main
2023-04-09T00:19:10.947117
2021-04-18T12:21:44
2021-04-18T12:21:44
356,917,985
5
0
null
null
null
null
UTF-8
Java
false
false
195
java
package com.newscrawler.newsletter.exception; public class EmailAddressDuplicateException extends Exception { public EmailAddressDuplicateException(String msg) { super(msg); } }
[ "moradulee@gmail.com" ]
moradulee@gmail.com
f327cc59af76866713dfd6bd5428233a97c22755
3fc503bed9e8ba2f8c49ebf7783bcdaa78951ba8
/TRAVACC_R5/travelfacades/src/de/hybris/platform/travelfacades/strategies/impl/OriginDestinationRefNumberValidationStrategy.java
18d236fa028c663e42b90a7196bce4e227ffe282
[]
no_license
RabeS/model-T
3e64b2dfcbcf638bc872ae443e2cdfeef4378e29
bee93c489e3a2034b83ba331e874ccf2c5ff10a9
refs/heads/master
2021-07-01T02:13:15.818439
2020-09-05T08:33:43
2020-09-05T08:33:43
147,307,585
0
0
null
null
null
null
UTF-8
Java
false
false
3,613
java
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the te...
[ "sebastian.rulik@gmail.com" ]
sebastian.rulik@gmail.com
33e7bc5171cd1176bb65978ee26e645bfa0dfc0c
43ca534032faa722e206f4585f3075e8dd43de6c
/src/com/fasterxml/jackson/annotation/JsonGetter.java
df740c380ad6861e399bb65e2e890a8ea9bc25c6
[]
no_license
dnoise/IG-6.9.1-decompiled
3e87ba382a60ba995e582fc50278a31505109684
316612d5e1bfd4a74cee47da9063a38e9d50af68
refs/heads/master
2021-01-15T12:42:37.833988
2014-10-29T13:17:01
2014-10-29T13:17:01
26,952,948
1
0
null
null
null
null
UTF-8
Java
false
false
351
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.fasterxml.jackson.annotation; import java.lang.annotation.Annotation; public interface JsonGetter extends Annotation { pub...
[ "leo.sjoberg@gmail.com" ]
leo.sjoberg@gmail.com
e80c4022d597ded3a9cb55887e19ed1890ff1025
0af8b92686a58eb0b64e319b22411432aca7a8f3
/api-vs-impl-small/app/src/main/java/org/gradle/testapp/performancenull_44/Productionnull_4332.java
f5f898d96eb11b6eb561eb39fd5369378bb5104c
[]
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
588
java
package org.gradle.testapp.performancenull_44; public class Productionnull_4332 { private final String property; public Productionnull_4332(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getPr...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
15d500dcc8bad4a6679a207156a32eb208ba0fe1
7839ce2360744f81ff874383492ea24df330e7bc
/src/main/java/com/di/jdbc/mapper/core/PreparedStatementMapper.java
31d75ce24f72580d6187be96b3c89f7a126b5d06
[]
no_license
dingey/jdbc-mapper
0f2fee1e0b8972bca47cd44efe984af38647c76a
d9c883b428643fc92363dc095e117c7ef6962cc8
refs/heads/master
2022-05-01T17:36:11.178794
2022-03-07T03:15:44
2022-03-07T03:15:44
73,085,922
11
2
null
null
null
null
UTF-8
Java
false
false
1,224
java
package com.di.jdbc.mapper.core; import java.util.List; import java.util.Map; public interface PreparedStatementMapper extends StatementMapper { /** * 执行预编译的sql语句,args参数,返回成功或失败。 * * @param preparedStatement 预编译的prepareStatement语句 * @param args 参数值 * @return 影响的行数 */ int execute(String prep...
[ "d" ]
d
938d01d8c003101c783bc4980561e1d4f8d7743e
0b95a85deaf1c9fade3e2a5af2e816a5b00607a4
/tempcode/src/main/java/commons/setting/external/service/IAccountRuleOutService.java
aab838ac68ba56e6bd546a23b8e5f20449e65f20
[]
no_license
liwen666/lw_code
6009fb1a83ad74c987a5e58937c3a178537094b0
6fb3f4373fdf1363938ee4f30b39c9fd17c8a8d7
refs/heads/master
2020-04-09T22:58:38.355751
2019-04-25T07:37:52
2019-04-25T07:37:52
160,643,842
0
0
null
null
null
null
UTF-8
Java
false
false
890
java
package commons.setting.external.service; import java.util.List; import com.tjhq.commons.exception.ServiceException; import com.tjhq.commons.setting.external.po.AccountRuleOutPO; public interface IAccountRuleOutService { /** * 查询记账定义PO * @param appId * @return * @throws ServiceException */ public List<Ac...
[ "1316138287@qq.com" ]
1316138287@qq.com
62662b4710d4617cf76c8c2c15efcc0bdb77f02c
cb99c11c514f465ea1e7e114a1bb2992789e563e
/Test-master/changeskin/src/main/java/com/example/changeskin/MainActivity.java
4d45649d23b47605fff99607a564db012a4c1b0a
[]
no_license
fengyuehan/Test
a79630452e282a17ded6b6c6318a0d252c8207ff
453496cbf26449241f303a5b39a603e7aa6fe158
refs/heads/master
2022-05-26T23:38:20.196093
2022-03-17T04:35:52
2022-03-17T04:35:52
174,118,194
8
0
null
null
null
null
UTF-8
Java
false
false
1,776
java
package com.example.changeskin; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.os.Bundle; import android.util.AttributeSet; import android.view.View; import java.util.concurrent.CopyOnWriteArrayL...
[ "981831456@qq.com" ]
981831456@qq.com
195c3363c78fae97aed571c87b433d9b26317e16
365b59229710d5b387e00f924ac0087102cb97c9
/framework/jcompany_model/src/test/java/com/powerlogic/jcompany/persistence/jpa/entity/attach/Employee.java
b90dce32a004e924eb96543749ffe69f8756c56d
[]
no_license
iecker/jaguar615
a8045ad4729b8fe572d13cb91239b9cca81d5383
4b2658738dac4fb93dd52489de640c7f3de4e782
refs/heads/master
2020-04-21T15:20:20.126020
2018-05-25T15:14:03
2018-05-25T15:14:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,674
java
/* Jaguar-jCompany Developer Suite. Powerlogic 2010-2014. Please read licensing information in your installation directory.Contact Powerlogic for more information or contribute with this project: suporte@powerlogic....
[ "josivan.silva@castgroup.com.br" ]
josivan.silva@castgroup.com.br
108e78d6c098e4cf16ef7e6130951c67d9835aae
a26cbfbfa9415496f7f2762d2877b7e143d0607a
/Week4/Element.java
3644173ba49ac749a175283ff4cd3cbab11e53ee
[]
no_license
amandeep-verma/Princeton-Programming-With-A-Purpose
daf09d79f94de771ca8a06d18945d3375566d14a
d5b0e14ddd2f75821d4e4f3f0a90abbce427b27a
refs/heads/master
2023-03-14T16:46:40.994192
2021-04-05T09:07:44
2021-04-05T09:07:44
270,541,491
0
0
null
null
null
null
UTF-8
Java
false
false
2,164
java
import java.awt.Color; public class Element { double r; // real radius of ball double m; double vx; double vy; double height; double radius; // radius of ball (purely for graphical represation so as you can see the motion) double p; double D; double G = -9.81; double sideSquare...
[ "39786879+amandeep-verma@users.noreply.github.com" ]
39786879+amandeep-verma@users.noreply.github.com
ab713ec9de665414a651811e47db8cb196348958
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_473/Testnull_47274.java
f8fcc8caea729f7f09497bfeaa050d1f3f404ee4
[]
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_473; import static org.junit.Assert.*; public class Testnull_47274 { private final Productionnull_47274 production = new Productionnull_47274("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
f5ea3492409dc0004ca78e9bd5e6cc76764b3e61
80d32e12ffc52bb5742b76339887554a1c8af132
/runtime/runtime/master/src/main/java/es/bsc/mobile/runtime/types/profile/CoreProfile.java
b5d7148a771a44e4b56822d1581db6e32b0e6614
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
flordan/WACCPD
b16d97799bc142b8e89716f9313166978f1cae14
6a80bb079b5ce037221bf657e13b27672c7d82b8
refs/heads/master
2020-04-17T15:26:40.435582
2017-09-19T16:19:53
2017-09-19T16:19:53
166,698,932
0
0
null
null
null
null
UTF-8
Java
false
false
3,297
java
/* * Copyright 2008-2016 Barcelona Supercomputing Center (www.bsc.es) * * 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 * * Unl...
[ "francesc.lordan@gmail.com" ]
francesc.lordan@gmail.com
d2144af37ab7285e24964913368159237d6e8429
fdbe7ae2cf66afd34b275583441da8b7c437ae8f
/app/src/main/java/com/example/lijinfeng/eses/colorful/setter/ViewGroupSetter.java
1f5dfaffcf816a50bf4192cbfaf203eeba5bd726
[]
no_license
jinfengli/Eses
93ba178c90b4aa8ed6a36fe3cbf32a0fa725c9e3
cbe25ced7e13d79dcd4d632c7ee51341fdc5cb2e
refs/heads/master
2021-01-17T10:59:23.398263
2016-06-16T08:23:18
2016-06-16T08:23:18
41,034,793
0
0
null
null
null
null
UTF-8
Java
false
false
5,506
java
package com.example.lijinfeng.eses.colorful.setter; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashSet; import java.util.Set; import android.content.res.Resources.Theme; import android.support.v7.widget.RecyclerView; import and...
[ "lijinfeng.ljf@gmail.com" ]
lijinfeng.ljf@gmail.com
fb6e2de671eee20fa6f118b28b3f5c2909700fd6
494837669ad12b8665a21c6a6cf284931dd62954
/trunk/Web Duc/java/dao/BankInfoFacadeLocal.java
8e7169c13ee4d706fb41f01701284868a5416abb
[]
no_license
BGCX067/f1203t0-sem4-eproject-svn-to-git
17865d1d37cf820face5431f4f43ef20b62aa462
30a61f31e693f6122ff190a4542a8a937749a8a5
refs/heads/master
2016-09-01T08:52:04.248683
2015-12-28T14:44:56
2015-12-28T14:44:56
48,851,007
0
0
null
null
null
null
UTF-8
Java
false
false
529
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package dao; import java.util.List; import javax.ejb.Local; import model.BankInfo; /** * * @author Duc */ @Local public interface BankInfoFacadeLocal { void create(BankInfo bankInfo); vo...
[ "you@example.com" ]
you@example.com
87d6beae852955e2cb118833574126f8b8265e71
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/30/30_09dbec77dc3956d046812225aa4a3a22147c0f2b/RPCCopy/30_09dbec77dc3956d046812225aa4a3a22147c0f2b_RPCCopy_s.java
08b300197489c99b08679921ed9ae4d267399faa
[]
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
4,236
java
/** * */ package com.google.gwt.user.server.rpc; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import com.google.gwt.user.client.rpc.SerializationException; /** * Encapsulation of both RPCCopy for GWT 1.4 and GWT 1.5 * (damned invokeAndEncodeResponse ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
42b44046cbc3faabc8fea9b32bb359b4f6e417a1
e5e048f1716e5d8e92023b6a9d4f80d9e6bd366b
/src/main/java/com/opengamma/analytics/math/minimization/ParameterLimitsTransformTestCase.java
7568eae6026553e0bf30c93070ea521849222301
[ "Apache-2.0" ]
permissive
jerome79/Analytics
e4dd03ae9d95a67f7ff36fb75bd5e268b87f2547
71ab1c7a88ed851c50a8de87af000155666f4894
refs/heads/master
2020-04-09T17:24:30.623733
2015-08-17T10:01:27
2015-08-17T10:01:27
42,441,934
1
0
null
2015-09-14T10:19:57
2015-09-14T10:19:56
null
UTF-8
Java
false
false
2,966
java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.math.minimization; import static org.testng.AssertJUnit.assertEquals; import cern.jet.random.engine.MersenneTwister; import cern.jet.random.engine....
[ "stephen@opengamma.com" ]
stephen@opengamma.com
c86a274f68e5b00764e182fdbb3bc8f3658ed621
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_e44fa3c3a5f3917f088cf28b29b7c4978bb2ef74/TcpPinger/13_e44fa3c3a5f3917f088cf28b29b7c4978bb2ef74_TcpPinger_s.java
44d132f2dd00ab7cd5d61e3b0c44922bc58c32dd
[]
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
4,183
java
import java.net.*; import java.text.*; /** This class does TCP-based pinging of a remote destination using a specific port @author Steven Pigeon <pigeon@iro.umontreal.ca> */ public class TcpPinger implements Pinger { /** Holds the last collected times */ private String m_tcp_times; ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
4d4e243a70adb2580e8e947414069207ca5010c4
a217123228e3015da161eebb1848bd39081e7095
/marathon-javafx/marathon-javafx-recorder/src/main/java/net/sourceforge/marathon/javafxrecorder/component/RFXSpinner.java
d9734615d9352c19ea7e2a9f99adc65986130b9c
[ "Apache-2.0" ]
permissive
matamehta/marathonv5
7455c90817e7b9bcb07e9fc88ceddbe5890b35e6
abb640eb2a447a45560351f4c77113a052064688
refs/heads/master
2021-01-25T14:49:33.496503
2018-02-12T07:06:56
2018-02-12T07:06:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,903
java
/******************************************************************************* * Copyright 2016 Jalian Systems Pvt. Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:...
[ "dakshinamurthy.karra@jaliansystems.com" ]
dakshinamurthy.karra@jaliansystems.com
6ceb5f0b5ede6f9255bf423ed529b28038456597
7a720d8496be69fe547a34891b0e49289cc133a2
/src/day07_ForLoop/Q04.java
ac19d6ee615d5535a3d42202f8359c3099caccc6
[]
no_license
yamangokhan/Summer2021Practice
e06300a5acf744e4ac47a0cdf7dccae06db2b896
bb81f7b7d5bae479707c3efe707d062485fe85c2
refs/heads/master
2023-07-31T22:32:58.837266
2021-09-09T20:31:27
2021-09-09T20:31:27
null
0
0
null
null
null
null
ISO-8859-9
Java
false
false
726
java
package day07_ForLoop; import java.util.Scanner; public class Q04 { public static void main(String[] args) { // kullanıcıdan 5 adet sayı isteyiniz. // bu sayılardan 5 ile 10 arasındakiler hariç diğerlerinin toplamını bulunuz. // bu soruyu continue kullanarak çözünüz. Scanner scan = new Scanner (System.in);...
[ "mottnr@gmail.com" ]
mottnr@gmail.com
e5792991b970db3c13713dd13c7dea4186721b6e
3a5985651d77a31437cfdac25e594087c27e93d6
/contrib-demo/xacml/netbeans-module/src/xacmlmodule/project/customizer/SEPluginProjectCustomizerModel.java
acad91d40b363c4f5cbb0517c12293344ddfe5a9
[]
no_license
vitalif/openesb-components
a37d62133d81edb3fdc091abd5c1d72dbe2fc736
560910d2a1fdf31879e3d76825edf079f76812c7
refs/heads/master
2023-09-04T14:40:55.665415
2016-01-25T13:12:22
2016-01-25T13:12:33
48,222,841
0
5
null
null
null
null
UTF-8
Java
false
false
4,564
java
/* * SEPluginProjectCustomizerModel.java * */ package xacmlmodule.project.customizer; import java.io.IOException; import javax.swing.ButtonModel; import javax.swing.text.Document; import org.netbeans.api.project.Project; import org.netbeans.api.project.ProjectManager; import xacmlmodule.project.SEPluginProjectProp...
[ "bitbucket@bitbucket02.private.bitbucket.org" ]
bitbucket@bitbucket02.private.bitbucket.org
f6df34235caf50f6643614330683b4c2de6a59c7
e6356bebcc294ef7c8af2f828ebdbcf34fb1cf95
/3 survey-handover_mhub@a7072cb1c04/service/src/main/java/com/mainlevel/monitoring/survey/service/model/ResultQuestion.java
b6cd89203a540da54e86918ee89aa0ec302bf3e0
[]
no_license
kondwa/nape-backend
e7a0a9df042a8d2fe3c24ff65e7eb58ae276bb04
3d877a05707177081a0fb14ae0728363261cb74b
refs/heads/master
2023-02-11T02:49:44.226746
2021-01-07T11:11:32
2021-01-07T11:11:32
327,583,710
0
0
null
null
null
null
UTF-8
Java
false
false
667
java
/* * ReportingPeriodDTO.java - v1.0.0 - 17.04.2016 * Copyright 2016, Reiner Hoppe. All rights reserved. */ package com.mainlevel.monitoring.survey.service.model; import java.util.List; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgs...
[ "kondwa@gmail.com" ]
kondwa@gmail.com
974c829a21ccfdb0b572423558454d79e0e323fd
38610ac1caf50647ad391a27d653d7a724e73905
/src/main/test/ua/training/model/dao/implementation/JDBCUserDaoTest.java
0c2477c5ccd102cccaf32445c4173dcfc2925b7f
[]
no_license
Dean4iq/Railway-ticket-office
dc0d6b8941d473f516c8b9769ebd2537d2a0dfb9
ce6d27d0fccae098e41dad96754ed7969dbbe134
refs/heads/master
2020-04-13T11:13:36.773445
2019-01-12T22:58:22
2019-01-12T22:58:22
163,167,933
0
0
null
null
null
null
UTF-8
Java
false
false
2,877
java
package ua.training.model.dao.implementation; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.mockito.Mockito; import ua.training.model.dao.UserDao; import ua.training.model.entity.User; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; impor...
[ "denis.ua22@gmail.com" ]
denis.ua22@gmail.com
c8f4604040d719aca715ccc10de92775a46e978c
fc6c7a82fcad534ddc06cb368d9209384f74a385
/1.JavaSyntax/src/com/javarush/task/task09/task0911/Solution.java
66939a6d3ce15bd369ffa359bd3edc288a213be9
[]
no_license
edmams789/JavaRushTasks
51d2cb4525b98f3e79718a58fb6301aa8eb43570
d8c8d33af04cd1ea67d846db1d0a435462fabd60
refs/heads/master
2023-05-05T12:20:34.636306
2021-05-19T14:45:35
2021-05-19T14:45:35
368,760,470
0
0
null
null
null
null
UTF-8
Java
false
false
1,404
java
package com.javarush.task.task09.task0911; import java.awt.*; import java.util.HashMap; /* Исключение при работе с коллекциями Map Перехватить исключение (и вывести его на экран), указав его тип, возникающее при выполнении кода: HashMap map = new HashMap(null); map.put(null, null); map.remove(null); Требования: 1. ...
[ "edmams789@gmail.com" ]
edmams789@gmail.com
dcbaa0b6aa02281fabec69979707f24e2967367e
0b26aac6cb5103a25ee1cf73663a3e0adff780b4
/kubernetes/src/test/java/io/kubernetes/client/openapi/models/ExtensionsV1beta1SupplementalGroupsStrategyOptionsTest.java
c860562fd82fdb90c9735e96f3f05b7be7d078f4
[ "Apache-2.0" ]
permissive
wings-software/java
b7b551989aaf6a943b0f9bf26c4e030ddc6a99f6
ec60b5246a444631fb1a2c72bda6bfb901679bef
refs/heads/master
2020-09-20T14:28:47.084448
2019-12-18T20:41:46
2019-12-18T20:41:46
224,510,803
1
0
Apache-2.0
2019-12-18T20:41:47
2019-11-27T20:21:05
null
UTF-8
Java
false
false
1,718
java
/* * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.15.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do no...
[ "291271447@qq.com" ]
291271447@qq.com
f6f491af6441f33507e2806587f5c0fd7ddca416
71071f98d05549b67d4d6741e8202afdf6c87d45
/files/Spring_XD/XD-2831/spring-xd-dirt/src/main/java/org/springframework/xd/dirt/server/DefaultModuleDeploymentPropertiesProvider.java
14cc6a6463dc7097fc06a4364d22e6c1b838ce7a
[]
no_license
Sun940201/SpringSpider
0adcdff1ccfe9ce37ba27e31b22ca438f08937ad
ff2fc7cea41e8707389cb62eae33439ba033282d
refs/heads/master
2022-12-22T09:01:54.550976
2018-06-01T06:31:03
2018-06-01T06:31:03
128,649,779
1
0
null
2022-12-16T00:51:27
2018-04-08T14:30:30
Java
UTF-8
Java
false
false
2,354
java
/* * Copyright 2014 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 applicable l...
[ "527474541@qq.com" ]
527474541@qq.com
dff76940771f2fa1d34d0aa69dfb2367132176f6
5a076617e29016fe75d6421d235f22cc79f8f157
/androidtalk_2010_11_17【Sundy系列】全看懂了-加两年经验-语音朗读-语音识别-语音/Study/TextOpration.java
fbacc0cad4d98d6bb7c00dca2b9f90afdf7699ef
[]
no_license
dddddttttt/androidsourcecodes
516b8c79cae7f4fa71b97a2a470eab52844e1334
3d13ab72163bbeed2ef226a476e29ca79766ea0b
refs/heads/master
2020-08-17T01:38:54.095515
2018-04-08T15:17:24
2018-04-08T15:17:24
null
0
0
null
null
null
null
GB18030
Java
false
false
2,532
java
package com.androidtalk; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.util.Arrays; import android.util.Log; public final class Text...
[ "harry.han@gmail.com" ]
harry.han@gmail.com
e07361d51c4c5c33f54b82bc9df6dcf3674c15ef
6e57bdc0a6cd18f9f546559875256c4570256c45
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/OverviewToAllAppsTouchController.java
b7cffa7a9d698ee77b21402ae29acc6a02e7ec0e
[ "Apache-2.0" ]
permissive
dongdong331/test
969d6e945f7f21a5819cd1d5f536d12c552e825c
2ba7bcea4f9d9715cbb1c4e69271f7b185a0786e
refs/heads/master
2023-03-07T06:56:55.210503
2020-12-07T04:15:33
2020-12-07T04:15:33
134,398,935
2
1
null
2022-11-21T07:53:41
2018-05-22T10:26:42
null
UTF-8
Java
false
false
3,104
java
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "dongdong331@163.com" ]
dongdong331@163.com
ce77beada7b970dc7d071b8e0a7fc0287742fe4a
f563d5aedb3441a9ff872eeb4d561dfa78ecfb9c
/src/headfirst/combined/djview/ControllerInterface.java
856490037285372de4a34382701bfe7ec0560ff4
[]
no_license
nevenchen/headfirst
b1e72fd976cf8b0a52b8c8e8b89ba546e0f9a771
d7ec8272af10226f24de0a84ce598df281503b87
refs/heads/master
2021-01-25T03:49:36.487684
2019-04-24T01:37:32
2019-04-24T01:37:32
7,239,898
0
0
null
null
null
null
UTF-8
Java
false
false
173
java
package headfirst.combined.djview; public interface ControllerInterface { void start(); void stop(); void increaseBPM(); void decreaseBPM(); void setBPM(int bpm); }
[ "neven.chen@hotmail.com" ]
neven.chen@hotmail.com
ad957044396ef6454559146bf72012290d9db0a9
0dfbe8f98be8f04e9aad102bef22479f37b6ebe7
/2.JavaCore/src/com/javarush/task/task12/task1224/Solution.java
57e0d096322eb25b3a9a26ca1cab06be107645fd
[]
no_license
evgeniykarpenko/MyJavaRushTasks
4a6134bad734bac5cadd7d7591b82a89ea9dc4db
07aeab9e89c89f0ddf38ea3c1b3ccb78a0d4f5ce
refs/heads/master
2020-04-18T04:17:58.702797
2019-02-20T19:56:12
2019-02-20T19:56:12
167,233,011
0
0
null
null
null
null
UTF-8
Java
false
false
945
java
package com.javarush.task.task12.task1224; /* Неведома зверушка */ public class Solution { public static void main(String[] args) { System.out.println(getObjectType(new Cat())); System.out.println(getObjectType(new Tiger())); System.out.println(getObjectType(new Lion())); System.o...
[ "izifrag@yandex.ru" ]
izifrag@yandex.ru
b1e69c6eebf9720bcba1238e4b3077bcaa55df4a
ae6b36ea0c1e5e8a5f52a59db155b698e1d6b558
/src/test/java/com/github/fge/jsonschema/old/keyword/draftv4/DraftV4KeywordValidatorTest.java
db5a2dd8fe664f7625e587edb07314b9c1362156
[]
no_license
erwink/json-schema-validator
5eeae39fb95ead27131c689a22757dc3d97d00b1
dce5c64379e455488c60f8f59cfbe7ba99fbb5f8
refs/heads/master
2020-12-25T17:14:45.268780
2013-02-08T14:00:32
2013-02-08T14:00:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
java
/* * Copyright (c) 2012, Francis Galiegue <fgaliegue@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the Lesser GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later ve...
[ "fgaliegue@gmail.com" ]
fgaliegue@gmail.com
cf625249b6f289cdaa771fd5ce0a453f0f14c83f
a0dfd5c1ac53014855cbdb6c5baf34ee96923b79
/net/minecraft/scoreboard/ScoreboardSaveData.java
ca9366e18fe52162f2872115ea1abe1fc650eaef
[]
no_license
a3535ed54a5ee6917a46cfa6c3f12679/5ab07bac_orizia_v1
13b0d93ea8cd77e82f0d2e151b00fa41559fe145
1b7507aabd17dea3981a765a18f0798f20815cd7
refs/heads/master
2021-05-08T16:41:38.684821
2018-02-12T14:56:34
2018-02-12T14:56:34
120,166,619
0
0
null
null
null
null
UTF-8
Java
false
false
8,130
java
package net.minecraft.scoreboard; import java.util.Collection; import java.util.Iterator; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraft.nbt.NBTTagString; import net.minecraft.world.WorldSavedData; import org.apache.logging.log4j.LogManager; import org.apach...
[ "unknowlk@tuta.io" ]
unknowlk@tuta.io
45d5d709a885263fef12648551578f2803235c11
28f1dedfa55de3381f0e2124c7c819f582767e2a
/core/components/restlet/src/org/smartfrog/services/restlet/overrides/ExtendedResponse.java
8e0b29d9e0c0e278b33cc99f757d242984350b53
[]
no_license
rhusar/smartfrog
3bd0032888c03a8a04036945c2d857f72a89dba6
0b4db766fb1ec1e1c2e48cbf5f7bf6bfd2df4e89
refs/heads/master
2021-01-10T05:07:39.218946
2014-11-28T08:52:32
2014-11-28T08:52:32
47,347,494
0
1
null
null
null
null
UTF-8
Java
false
false
2,545
java
/* (C) Copyright 2008 Hewlett-Packard Development Company, LP This library 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 2.1 of the License, or (at your option) any later version. This li...
[ "steve_l@9868f95a-be1e-0410-b3e3-a02e98b909e6" ]
steve_l@9868f95a-be1e-0410-b3e3-a02e98b909e6
3922adb41783ee20f5bfcc0420ed9cf94fe2e867
83c877d9b2380a6bc049d8fcf0aa62ebb7d16647
/src/test/java/com/SpringBoot/RestCURD/SpringBootRestCurdApplicationTests.java
d3c8c9f9fbfdb6f4aaf87678d44f3d29a17e4ac1
[]
no_license
Fariha-Arifin/Springboot-Simple-REST-CURD
0ac973e98b9b5cc536843177ba7d316d36e8e671
694fa80d282140fab020ec92ee04c242a391e2b1
refs/heads/master
2023-04-20T23:09:37.215637
2021-05-08T08:51:24
2021-05-08T08:51:24
365,448,807
0
0
null
null
null
null
UTF-8
Java
false
false
227
java
package com.SpringBoot.RestCURD; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SpringBootRestCurdApplicationTests { @Test void contextLoads() { } }
[ "farihaarifin@gmail.com" ]
farihaarifin@gmail.com
28c8eb0bda9a450f1a7d03ea5d5ed91e5f0a6f57
09649412e12bdc15cf61607e881203735cfafa50
/proxies/com/microsoft/bingads/v10/campaignmanagement/FixedBid.java
f55b7e018d3c4674f771cbf37d5fc92ed0f0ea9b
[ "MIT" ]
permissive
yosefarr/BingAds-Java-SDK
cec603b74a921e71c6173ce112caccdf7c1fdbc8
d1c333d0ba5b7e434c85a92c7a80dad0add0d634
refs/heads/master
2021-01-18T15:02:53.945816
2016-03-06T13:18:32
2016-03-06T13:18:32
51,738,651
0
1
null
2016-02-15T07:38:14
2016-02-15T07:38:13
null
UTF-8
Java
false
false
1,453
java
package com.microsoft.bingads.v10.campaignmanagement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for FixedBid complex type. * * <p>The following schem...
[ "jiaj@microsoft.com" ]
jiaj@microsoft.com
6964a02f91561fe86e28ff70e1d82c95e51cc4ec
92f10c41bad09bee05acbcb952095c31ba41c57b
/app/src/main/java/io/github/alula/ohmygod/MainActivity771.java
ef65062fcd3198e0bb02b77bbbd6172973aa5a90
[]
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
338
java
package io.github.alula.ohmygod; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity771 extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activ...
[ "6276139+alula@users.noreply.github.com" ]
6276139+alula@users.noreply.github.com
de68c2f8dcf0ec10e5f71959b62be98d246b6812
47798511441d7b091a394986afd1f72e8f9ff7ab
/src/main/java/com/alipay/api/domain/AlipayOpenMiniDataPoiSyncModel.java
f17a995458fbff3a8bde756d59af8d2164d4e891
[ "Apache-2.0" ]
permissive
yihukurama/alipay-sdk-java-all
c53d898371032ed5f296b679fd62335511e4a310
0bf19c486251505b559863998b41636d53c13d41
refs/heads/master
2022-07-01T09:33:14.557065
2020-05-07T11:20:51
2020-05-07T11:20:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 小程序poi数据同步 * * @author auto create * @since 1.0, 2019-07-29 16:33:16 */ public class AlipayOpenMiniDataPoiSyncModel extends AlipayObject { private static final long serialVersi...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
f727c6f006dbb94457eb072c803cecbfec712a8f
e87f985fdd9177e92966f8b2e85b6e57662e7cf6
/jOOQ-test/src/org/jooq/test/access/generatedclasses/tables/records/TIdentityPkRecord.java
a56ece59403a67a3bf5e3f957aa9a7f892136cae
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
ben-manes/jOOQ
5ef43f8ea8c5c942dc0b2e0669cc927dca6f2ff7
9f160d5e869de1a9d66408d90718148f76c5e000
refs/heads/master
2023-09-05T03:27:56.109520
2013-08-26T09:48:14
2013-08-26T10:05:05
12,375,424
1
0
null
null
null
null
UTF-8
Java
false
false
2,729
java
/** * This class is generated by jOOQ */ package org.jooq.test.access.generatedclasses.tables.records; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.access.generatedcla...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
e957fd242a2cbe51f1d2219ea1dd8995916420b2
6839e7abfa2e354becd034ea46f14db3cbcc7488
/src/cn/com/sinosoft/action/admin/LogConfigAction.java
ed42010fc5ca3df9487ba5d59233fb9c99b0c584
[]
no_license
trigrass2/wj
aa2d310baa876f9e32a65238bcd36e7a2440b8c6
0d4da9d033c6fa2edb014e3a80715c9751a93cd5
refs/heads/master
2021-04-19T11:03:25.609807
2018-01-12T09:26:11
2018-01-12T09:26:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,208
java
package cn.com.sinosoft.action.admin; import java.lang.reflect.Method; import java.util.List; import java.util.Set; import javax.annotation.Resource; import org.apache.commons.lang.ArrayUtils; import org.apache.commons.lang.StringUtils; import org.apache.struts2.convention.annotation.ParentPackage; import org.sprin...
[ "liyinfeng0520@163.com" ]
liyinfeng0520@163.com
02f6246a3a72c5b0aa7afcc16a77dedc6a33ba1d
1c6d3bb92f64bdc8eda7e287cf1cfbb0a5044684
/frameworkx/dubbo-cluster/src/main/java/net/jahhan/spi/LoadBalance.java
a202f2f04a458076eceba751311170ca2cf35854
[ "Apache-2.0" ]
permissive
zhaohq90/jahhan
59e36f7d7b353d64c777663b44109d2c3afd082b
370a1c090035ce19ec18bb8c5e13d35c33275e99
refs/heads/master
2020-03-23T19:43:10.462699
2018-04-08T13:11:53
2018-04-08T13:11:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,629
java
/* * Copyright 1999-2011 Alibaba Group. * * 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 la...
[ "41284688@qq.com" ]
41284688@qq.com
8258d3aaef6d2740223e8e18564c4aa38441bb4e
a0a0e4ea8dfe45b0d35194ddf020915e39ae3f24
/MyCismClient/src/test/java/org/mycmis/MyCismClient/AppTest.java
0a8a145060243682b7c28997016ff90820497b15
[]
no_license
msen2000/mycmis
0b67e2d55b0201e16782127cbd00286b17d85962
ecd0afe41deef83099f83beef3218d24c54ff5c9
refs/heads/master
2021-01-10T18:41:30.860617
2015-03-02T19:59:39
2015-03-02T19:59:39
31,040,041
0
0
null
null
null
null
UTF-8
Java
false
false
651
java
package org.mycmis.MyCismClient; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public ...
[ "msen2000@gmail.com" ]
msen2000@gmail.com
00ea4d625277727e575089c5c59c0419e50cc039
535e5d97d44fd42fca2a6fc68b3b566046ffa6c2
/com/google/android/gms/internal/zzqf.java
f8f8f77b818bfaf4c2d0e55066bafd730c878cb0
[]
no_license
eric-lanita/BigRoadTruckingLogbookApp_v21.0.12_source_from_JADX
47566c288bc89777184b73ef0eb199b61de39f82
fb84301d90ec083ce06c68a3828cf99d8855c007
refs/heads/master
2021-09-01T07:02:52.500068
2017-12-25T15:06:05
2017-12-25T15:06:05
115,346,008
0
3
null
null
null
null
UTF-8
Java
false
false
4,640
java
package com.google.android.gms.internal; import android.content.Context; import android.content.res.Resources; import android.text.TextUtils; import com.google.android.gms.C3176R; import com.google.android.gms.common.api.Status; import com.google.android.gms.common.internal.zzab; import com.google.android.gms.common.i...
[ "eric.lanita@gmail.com" ]
eric.lanita@gmail.com
36c0115b8cc0c7e61a676e4d8c9f36c6187bb664
ea80be7c916654b2da85977d4876132f1e0fcd8c
/imal_admin_portal/src/reporting_services_common_src/com/path/vo/reporting/IRP_REP_ARG_CONSTRAINTSCO.java
77187e4693884184dd51f707d33c2da9a4fb243f
[]
no_license
jenil-shah135/imal_admin_portal
1352b47aa38530d7ddcc56399f6f83b37d804d38
fa47f0f45d486999eb30d58e7da6c0a79c236b1b
refs/heads/master
2023-01-15T15:59:27.683025
2020-11-25T12:43:30
2020-11-25T12:43:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,522
java
package com.path.vo.reporting; import java.io.Serializable; import com.path.dbmaps.vo.IRP_REP_ARG_CONSTRAINTSVO; import com.path.lib.vo.BaseVO; public class IRP_REP_ARG_CONSTRAINTSCO extends BaseVO implements Serializable { private IRP_REP_ARG_CONSTRAINTSVO irpRepArgConstraintsVO = new IRP_REP_ARG_CON...
[ "aleem2k11@gmail.com" ]
aleem2k11@gmail.com
f312a54f2942c723be0a970d25239e2580a44888
b7bc39c604f7b83a7d7f0d750240fe86d8df7a5c
/java-basic/src/main/java/ch30/f/MyAdvice.java
4e83f7aa5e214ed1ec975889d3443a7730522eeb
[]
no_license
ppappikko/bitcamp-java-2018-12
e79e023a00c579519ae67ba9f997b615fb539e5c
bd2a0b87c20a716d2b1e8cafc2a9cd54f683a37f
refs/heads/master
2021-08-06T17:31:37.187323
2019-07-19T04:55:07
2019-07-19T04:55:07
163,650,729
0
0
null
2020-04-30T16:14:59
2018-12-31T08:01:24
Java
UTF-8
Java
false
false
2,494
java
package ch30.f; import org.aspectj.lang.annotation.After; import org.aspectj.lang.annotation.AfterReturning; import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.aspectj.lang.annotation.Pointcut; import org.springframework.st...
[ "sanghyun.dev@gmail.com" ]
sanghyun.dev@gmail.com