blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
b673414c5217850fc376d537eef78eecdb801b3e
428a98013d841eb9ff28938e3c13be685c9b0994
/Assignment 1/Assign1/src/image/processing/OperationFactory.java
e1ff4d0bfdf11f93b4023a01b116b96a71369576
[]
no_license
nelavensubas/CS1027
810070e937491a33aa3f94a50e2aeeef5005d806
da0ac2533beebdbd884356ec3dd73e80b883a97b
refs/heads/master
2023-05-15T08:49:14.417474
2021-06-11T21:39:29
2021-06-11T21:39:29
288,287,833
0
0
null
null
null
null
UTF-8
Java
false
false
630
java
package image.processing; import image.processing.operations.IdentityOperation; import image.processing.operations.InverseOperation; public class OperationFactory { /* Create an object able to perform specified image operation */ public static ImageOperation create(String op) { switch (op) { case "Contour": ...
[ "nelavensubas@gmail.com" ]
nelavensubas@gmail.com
dadfca647114ee79f9a56d1744f2b948f37adae0
1df6d61b300975c4e8ac04316f9361901a78947d
/app/src/main/java/com/tomato/z/androidday36/activity/MediaPlayerActivity.java
38a07d32d96f1ec824c5d44932e1fc749adb99a9
[]
no_license
18300602795/AndroidDay36
9e4be420d164296ec9c0e5fce1cab864053f3b84
01b3427c1a7f5f9b4cd5560eb67f0e99794f3824
refs/heads/master
2021-01-20T18:44:59.238965
2016-08-10T10:10:57
2016-08-10T10:10:57
65,372,458
0
0
null
null
null
null
UTF-8
Java
false
false
2,969
java
package com.tomato.z.androidday36.activity; import android.app.Activity; import android.content.ComponentName; import android.content.Intent; import android.content.ServiceConnection; import android.os.Bundle; import android.os.Handler; import android.os.IBinder; import android.os.Message; import android.view.View; im...
[ "18300602795@163.com" ]
18300602795@163.com
0de8bc1ff161a67d801f29e193ea4a9846b11987
ce9dc73f41dad472fe1a86e42b0e6ddc9387009f
/app/src/main/java/com/sxh/olddriver/utils/UrlUtils.java
a01482aa225b1dc139e44944323cb0741d950b3d
[]
no_license
CheckTiger/xiushi
1355a46f5874fa0a05c6951061e55e0176c8adfa
77ac43639b2dcc41eb2693336663a2eae305301e
refs/heads/master
2021-01-19T09:28:16.754446
2017-04-12T05:16:47
2017-04-12T05:16:47
87,761,824
0
0
null
null
null
null
UTF-8
Java
false
false
868
java
package com.sxh.olddriver.utils; /** * Created by user on 2016/7/28. */ public class UrlUtils { public static String ICON_URL = "http://pic.qiushibaike.com/system/avtnew/"; public static String PiC_UPL = "http://pic.qiushibaike.com/system/pictures/"; /** * 返回用户头像 * @param icon_id * @param...
[ "1215167396@qq.com" ]
1215167396@qq.com
7368412f90c636381b2b72f6fea30bd9e2bdfa25
ea681d4eae4f3603938d52a5e1bc9e5e230f5cab
/lcRound1/src/ContainerWithMostWater.java
5d6eb9503ba11738b3868263466d0133d3da27fd
[]
no_license
ichappysky/eclipse
a71dfa2a13ecfb767ce56a83a07bef8afd8a84e5
b994bdd1c22755b8062271e7a5365070ebfcc13d
refs/heads/master
2016-09-08T01:27:22.484973
2013-12-16T00:55:02
2013-12-16T00:55:02
15,214,018
1
0
null
null
null
null
UTF-8
Java
false
false
371
java
public class ContainerWithMostWater { public int maxArea(int[] h) { if (h == null || h.length <= 1) { return 0; } int left = 0; int right = h.length - 1; int max = 0; while (left <= right) { max = Math.max(max, Math.min(h[left], h[right]) * (right - left)); if (h[left] < h[right]) { left++; ...
[ "ichappysky@gmail.com" ]
ichappysky@gmail.com
581d51e9ca98f47c363e95643a2e83f4c230442c
de7fa00078bd8f64a03f61d15bc89a8063a4477f
/outbound/src/main/java/com/sun/mdm/index/webservice/AssignRefObjectNode.java
a583c99a2d38801f46a111a93d3349c98f1f56f2
[]
no_license
ameleito/Assignment_Lab
1bf5bc9a02a668b652ff49e6b01920e5c9a19043
d75d12a11985a9d0458d2415de81f4cfce28a000
refs/heads/master
2020-05-24T22:39:08.252830
2019-05-24T16:26:19
2019-05-24T16:26:19
187,499,905
0
0
null
null
null
null
UTF-8
Java
false
false
4,012
java
package com.sun.mdm.index.webservice; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for assignRefObjectNode complex type. * * <p>The following schema fragment specifies the expected content containe...
[ "jamezqui@redhat.com" ]
jamezqui@redhat.com
5a66113a3aded31bb652ffcffebde4ced1fb1512
2869fc39e2e63d994d5dd8876476e473cb8d3986
/pet/lvmama_common/src/main/java/com/lvmama/comm/pet/po/mobile/MobilePersistanceLog.java
1aab4f48d43055d747988cbde4f1c9951c2fa201
[]
no_license
kavt/feiniu_pet
bec739de7c4e2ee896de50962dbd5fb6f1e28fe9
82963e2e87611442d9b338d96e0343f67262f437
refs/heads/master
2020-12-25T17:45:16.166052
2016-06-13T10:02:42
2016-06-13T10:02:42
61,026,061
0
0
null
2016-06-13T10:02:01
2016-06-13T10:02:01
null
UTF-8
Java
false
false
3,783
java
package com.lvmama.comm.pet.po.mobile; import java.io.Serializable; import java.util.Date; import com.lvmama.comm.utils.StringUtil; import com.lvmama.comm.vo.Constant; public class MobilePersistanceLog implements Serializable{ /** * */ private static final long serialVersionUID = -5678659383108...
[ "feiniu7903@163.com" ]
feiniu7903@163.com
f228c7a27a7b6a3e79b357949cec455fb1d6f66e
6738ee12bf4794557a666c9628ff3414231e4d9d
/simpleimageslider/src/main/java/com/axionteq/simpleimageslider/InfinitePagerAdapter.java
48e7aae7aa22cac4a660eb56c7204180764ca5d6
[ "MIT" ]
permissive
jadeleke/simpleimageslider
66d003e27229a5d7dcb0be7a8e6eed7a68f456c0
305659acb4410009c16f26aaf6607a1140277531
refs/heads/master
2022-11-10T18:53:35.238999
2020-06-17T04:53:25
2020-06-17T04:53:25
269,816,286
1
0
null
2020-06-17T04:53:26
2020-06-06T00:12:42
Java
UTF-8
Java
false
false
2,879
java
package com.axionteq.simpleimageslider; import android.os.Parcelable; import android.util.Log; import android.view.View; import android.view.ViewGroup; import androidx.viewpager.widget.PagerAdapter; /** * A PagerAdapter that wraps around another PagerAdapter to handle paging wrap-around. * Thanks to: https://gith...
[ "akdeljoseph@outlook.com" ]
akdeljoseph@outlook.com
8eb885d6521705d74a7021f99e742631bc924acb
4f50f688e0643be54b7f07305ab0204eb7892532
/src/main/java/com/itachi1706/cheesecakeservercommands/util/TextUtil.java
5b643d55a254945016e9c84a040060eedb98cae7
[]
no_license
itachi1706/CheesecakeServerCommands
69581cde67197e182b67533d403f50b10ffc0111
00e87e2d2e700986fc8d596464b970e2169c2992
refs/heads/master
2022-07-31T14:12:07.403906
2022-07-09T17:31:19
2022-07-09T17:31:19
42,306,163
1
0
null
2022-07-09T16:42:00
2015-09-11T12:04:27
Java
UTF-8
Java
false
false
7,912
java
package com.itachi1706.cheesecakeservercommands.util; import net.minecraft.ChatFormatting; import net.minecraft.commands.CommandSourceStack; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.TextComponent; import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.server...
[ "kenneth@itachi1706.com" ]
kenneth@itachi1706.com
eff528efaeff6c6f312e1b1948c46a89407f996e
c82378b541a8503acfb5701844807bf2a79a8e98
/osgi.ee.extender.web/src/osgi/extender/web/service/WebContextListener.java
c3aa5b3d31c0946a3af49356103b3fea7cd396ed
[ "Apache-2.0" ]
permissive
gabrielbran/osgi.ee
5c0b7a50264dd4332619539c7bc10675a4caed67
a669f3b05af030c363677e09c17dca4f7d298075
refs/heads/master
2022-12-23T03:00:30.283966
2020-09-26T11:50:24
2020-09-26T11:50:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,531
java
/* * Copyright 2015, aVineas IT Consulting * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
[ "arie@avineas.org" ]
arie@avineas.org
fe88402e7d4f06f8c1cbdf4b44cf0baa03b0c069
59338a2db160ad65f8be8b219267d6315ea6cad1
/app/src/main/java/com/smart/novel/wights/SonnyJackDragView.java
0b2e642a16c1f0c0d9bff11aab07f256a61f90da
[]
no_license
729533572/Novel-Search-App
9758615926fc6187c4809b3d84eac9fb81838b7e
c30e3e4ba46b03375cbcf8eb657f7f4f08bc540e
refs/heads/master
2020-05-29T19:33:57.571017
2019-01-31T07:08:28
2019-01-31T07:08:28
189,334,989
0
1
null
2019-05-30T02:55:48
2019-05-30T02:55:48
null
UTF-8
Java
false
false
9,143
java
package com.smart.novel.wights; import android.animation.ValueAnimator; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.os.Build; import android.util.DisplayMetrics; import android.view.MotionEvent; import android.view.View; import android.view.WindowManager; i...
[ "honghuotai" ]
honghuotai
214465a0ca1077d2d92e45bcb54690d483dc92a7
3d4b80887e3d2b89a59f01ba621ca06b05dc6de3
/src/main/java/com/worknomads/worknomads/ethereum/utils/ContractTransactionUtils.java
682a1a8c32df351f31d61e93974859e6f1ba8134
[]
no_license
pm1g14/worknomadsbackend
0614f58007ddaf90604a9163682768c245e2f809
44d92190408fbddbfec404a1a4322b316c508f1a
refs/heads/master
2023-08-27T21:15:40.718521
2021-10-08T23:52:23
2021-10-08T23:52:23
378,099,826
0
0
null
null
null
null
UTF-8
Java
false
false
5,809
java
package com.worknomads.worknomads.ethereum.utils; import com.worknomads.worknomads.dos.ContractDO; import com.worknomads.worknomads.ethereum.EthNetworkAPI; import com.worknomads.worknomads.ethereum.constants.EnvironmentConstants; import com.worknomads.worknomads.ethereum.gasprovider.CustomGasProvider; import com.workn...
[ "panosmav22@gmail.com" ]
panosmav22@gmail.com
ab61513a977790d65a46d14ffb3ea77c4f45e322
c77ab04ef4a55fee4f2cf965b1e44165b9fdc55f
/admin/src/main/java/kz/beeset/med/admin/utils/CommonService.java
3e9128f84f896678d5c7a3d8d74e2cbf6497c26d
[]
no_license
https-github-com-blackshot/asm-med-back
9fbfbbfb8e84e6df599d96395e3aa7069875901e
0f52bba2f1f73d4a2099e02b7ed72848678aabab
refs/heads/master
2020-08-21T04:37:47.943379
2019-10-18T20:09:39
2019-10-18T20:09:39
216,098,206
1
0
null
null
null
null
UTF-8
Java
false
false
5,522
java
package kz.beeset.med.admin.utils; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import kz.beeset.med.admin.utils.strategy.AnnotationExclusionStrategy; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity;...
[ "tima.kh.97@gmail.com" ]
tima.kh.97@gmail.com
ffe02d0b44158a3c1dddb9d9353530b0c9cd2e88
dd779276508074e26dc4f9afb84c129c1704697b
/com-crud/src/main/java/com/crud/entities/LoginBean.java
b7449fdd24ee410c3d6c68bdf514ec3a1a50858d
[]
no_license
akashmulik/springsecurity
de20005c60ab65f3e9acf8e2b2d82f0ac334b86b
e69e4c4862b732b953fc1ac2b6a81085942b8810
refs/heads/master
2022-12-24T01:28:11.337201
2020-09-06T10:52:12
2020-09-06T10:52:12
151,362,673
1
0
null
2022-12-16T10:35:24
2018-10-03T04:56:18
JavaScript
UTF-8
Java
false
false
936
java
package com.crud.entities; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "users") public class LoginBean implements Serializable{ /** * */ private static final long serialVersio...
[ "akashmulik@users.noreply.github.com" ]
akashmulik@users.noreply.github.com
1dc3b154f9a7378aa0ac25f03182e1cf3384a1c4
cd3e2c0dcd5c4eddc65930bdc4e76820b2dc64d5
/gulimall-third-party/src/main/java/com/gulimall/GulimallThirdPartyApplication.java
ec4b4ea30aeb922da69440d15abe91a1bf2fa79a
[ "Apache-2.0" ]
permissive
li-jiafang/gulimall
9280d5fa16f001ac61102f219b4b8d001ecb1115
09dd62f947bb5c3ed159fc84ca000fafbda8bf21
refs/heads/master
2023-07-31T08:48:40.343031
2021-09-06T06:30:12
2021-09-06T06:30:12
384,025,848
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
package com.gulimall; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @EnableDiscoveryClient @SpringBootApplication public class GulimallThirdPartyApplication { public ...
[ "ljfsunlight@gmail.com" ]
ljfsunlight@gmail.com
9f0694547550969a50551bd1425ef346fb78e282
e7cfb5bdf6273a671d675a13a2d5ee4ad9cfa476
/videotrimmerview/src/main/java/com/video/cut/utils/BackgroundExecutor.java
542e326f5ce03bfb55c32d7b9bc414a43389328f
[]
no_license
gyymz1993/videoTrimmerView
04b75b9d36cbd2f01f2e747b68177363f72927e9
3fab9b099db017a79403ec9d26595361b4c42c33
refs/heads/master
2020-03-23T14:22:40.703867
2018-08-10T07:42:59
2018-08-10T07:42:59
141,672,181
3
2
null
null
null
null
UTF-8
Java
false
false
9,142
java
/** * Copyright (C) 2010-2016 eBusiness Information, Excilys Group * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unle...
[ "myymz5843570" ]
myymz5843570
cdffb0b59acbc23b12d061945c7b9e3b3182600d
7bd91222d410aa2178bdf10f5aef6114b6e1897f
/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/PermissionAppsFragment.java
29839c1429017e52a77ecfa4bd713b4815c8ddd1
[ "Apache-2.0" ]
permissive
huimingli/androidsourccode
657c53c26dbdf7e22754e8e8634f5899bf45edb7
74eeb77e12de91e1f14f582a64b550c5f7c33a19
refs/heads/master
2021-04-29T09:48:29.403003
2016-12-30T02:55:09
2016-12-30T02:55:09
77,655,025
3
0
null
null
null
null
UTF-8
Java
false
false
16,686
java
/* * Copyright (C) 2015 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...
[ "1573717522@qq.com" ]
1573717522@qq.com
fe30ef44924856751463f6a1277c2bf8e72a9499
0c49c8019eb8e10fa8dc133213a75f4d077d4800
/app/src/main/java/com/pranjal98/instagram/searchContents.java
24d675991a3d2e084af946a88cfe15a9984f3533
[]
no_license
Pranjal98/Instagram_Clone
c54c5522cdacdc4f23b63ad2821bd984f4f69f80
a36913f41e9809367b622c1663aabf2ebaa411b6
refs/heads/master
2021-07-06T14:55:39.907566
2020-09-27T17:49:22
2020-09-27T17:49:22
190,617,780
2
1
null
null
null
null
UTF-8
Java
false
false
751
java
package com.pranjal98.instagram; public class searchContents { private String dp_url; private String UserName; private String Key; public searchContents() { } public searchContents(String dp_url, String userName, String key) { this.dp_url = dp_url; UserName = userName; ...
[ "daspranjal830@gmail.com" ]
daspranjal830@gmail.com
4bae32023da3e1e965fe1c58c267f2e7c2c25e33
ad73784c5a3687c68f3eaf17d9d184dcf05b98b1
/src/main/java/com/miaomiao/aop/cglib/CallbackFilterDemo.java
914aed9cd6d3caa8fe54ff74175dc0322913c34a
[]
no_license
lss598018587/faceView
75a5f95458f74347e16fd4dc1d7cb7f2145dcc8d
cb258d577d324d01fe80ff09522a5b1a07cb4900
refs/heads/master
2022-07-27T20:56:06.889893
2020-01-19T07:44:43
2020-01-19T07:44:43
205,144,965
0
0
null
2022-06-29T17:53:40
2019-08-29T11:08:54
Java
UTF-8
Java
false
false
1,648
java
package com.miaomiao.aop.cglib; import net.sf.cglib.proxy.*; import java.lang.reflect.Method; public class CallbackFilterDemo { public static void main(String[] args) { Callback[] callbacks = new Callback[] { new MethodInterceptorImpl(), NoOp.INSTANCE }; Enhancer enhancer...
[ "miaomiao@tongbanjie.com" ]
miaomiao@tongbanjie.com
ea30acb4a5eccbe4a99a3fe8687d6ae00b3165ef
3b2c561583a0592f285d32baa69aeb644058ff4a
/src/main/java/com/entity/Property.java
1cc145043e15eba4839ab41d50d3b24072a9cf65
[]
no_license
xujing0/testIoc
75e5e0ff012b686b51699571d859284ad32f2a54
1891d82c41b4a303741babc1216146a33b609cd2
refs/heads/main
2023-06-25T17:00:21.662687
2021-07-13T07:27:05
2021-07-13T07:27:05
385,513,816
0
0
null
null
null
null
UTF-8
Java
false
false
613
java
package com.entity; /** * 用于封装一个property标签 */ public class Property { //属性名称 private String name; //属性值 private String value; //属性的引用 private String ref; public String getName() { return name; } public void setName(String name) { this.name = name; } publ...
[ "791806505@qq.com" ]
791806505@qq.com
381d101217fafb3aabbf23c5f71ed327b36698c2
a4076d2da945ed61fbfde1c9785c616626bb07eb
/app/src/main/java/com/score/fragments/FragmentDashboard.java
4ba8bc6d948186841cbbd03ba9dfaeb0ca7719ce
[]
no_license
mystvictor/RENTAL-MANAGER
db2dd9b06603a2ef072a1047c015a835e3d535a2
012882d5a8e693018f2e78e71d4014b4e0d78ec8
refs/heads/master
2021-01-22T08:27:56.210107
2015-07-20T19:40:56
2015-07-20T19:40:56
39,404,094
1
0
null
null
null
null
UTF-8
Java
false
false
1,010
java
package com.score.fragments; import android.app.Activity; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.score.rentalmanager.R; /** * Created by myves.stvictor on 2015-06-12. */ public class F...
[ "myves.stvictor@gmail.com" ]
myves.stvictor@gmail.com
e5c4b1751043d0be45ca60a96943baf0381c683d
6e7783c9c1b983de5aa268908c35b8ba4afae08b
/recycle_test/app/src/main/java/test/yuedong/com/myapplication/bitmap/ResBitmapCache.java
079deb16a48751825098689685d669e1c9d00d84
[]
no_license
Wxx57/shennandadao
6e67f641998d141ffc4b43259f6610a2eac80479
5cce72f75085c52dd0477a7f0fd6ad180c17f68a
refs/heads/master
2023-03-28T10:26:54.773587
2021-03-22T03:00:10
2021-03-22T03:00:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,581
java
package test.yuedong.com.myapplication.bitmap; import android.content.res.Resources; import android.graphics.BitmapFactory; import java.util.HashMap; import java.util.HashSet; /** * Created with IntelliJ IDEA. * User: virl * Date: 14-4-25 * Time: 上午10:21 * Email: nervending@gmail.com */ public class ResBitmapC...
[ "" ]
594335c51dce0ac260718dfa79082bc1f14a2ac6
f866fc5cb717c2e6f327d3eae39ba2e7099b944e
/app/src/main/java/com/sarl/monifywatch/linechart/LineCardTwo.java
5b7e676417268f4e2edd21cfd4fa6222d1bb30f4
[]
no_license
SamkeetJain/MonifyWatch
f17bf46b670806371c1bc329b9308be1a601d122
a3ceddbeec557d8422e95bbddc8b999f44195b2f
refs/heads/master
2021-07-24T02:35:44.752326
2017-11-03T19:54:09
2017-11-03T19:54:09
109,282,451
0
0
null
null
null
null
UTF-8
Java
false
false
3,591
java
package com.sarl.monifywatch.linechart; import android.graphics.Color; import android.graphics.DashPathEffect; import android.graphics.Paint; import android.support.v7.widget.CardView; import com.db.chart.util.Tools; import com.db.chart.animation.Animation; import com.db.chart.model.LineSet; import com.db.chart.model...
[ "jain.sankeet2210@gmail.com" ]
jain.sankeet2210@gmail.com
0abdb0c6d92a5d8247cd8522b3fc9c0aa59fe23f
f6a513efdb72eb9b55e2dbef723e06b1853ba0cb
/ps-future-travel-common/src/main/java/com/future/travel/utils/TableData.java
247f73abcba612a580b24e2911c4e1ebd14db8e5
[]
no_license
PengFuture/PS-FUTURE-TRAVEL
cfdef4bd00a06801776c0b21f0624b7989550be7
bba59258fd8aa41080d814d1a296c262e794e0b3
refs/heads/master
2023-08-17T11:12:11.871149
2021-09-28T07:35:47
2021-09-28T07:35:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
810
java
package com.future.travel.utils; import lombok.Data; import java.util.List; /** * @author Peng * @date 2021/9/13 23:17 */ @Data public class TableData<T> { /** * 响应码,默认0 */ private Integer code; /** * 响应信息 */ private String msg; /** * 数据统计 */ private long c...
[ "pengfuture@outlook.com" ]
pengfuture@outlook.com
11ba706f6f4877468f15cc78b7ce1c8b33545991
0c7def36209fe78a59eea361cf533ae0100a1f17
/src/main/java/com/game/cardgame/game/dal/GameRepository.java
df87049a40bea7cccd9f03804f5c45d7540ec740
[]
no_license
alexandregignac/card
fda7cee72043246512bd746421c729902dece9d1
5591768c5e0a574e50a0c89bfd256505af6b88d1
refs/heads/master
2020-04-23T11:22:34.284611
2019-02-17T15:01:08
2019-02-17T15:01:08
171,134,635
0
0
null
null
null
null
UTF-8
Java
false
false
274
java
package com.game.cardgame.game.dal; import com.game.cardgame.game.entity.Game; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface GameRepository extends JpaRepository<Game,Long>{ }
[ "d9654039@hotmail.com" ]
d9654039@hotmail.com
328e9e5861d07f80e8741d3a962e0e4706c32b03
601b097b638bdd24a2e27e5775bf0d793b7b18d8
/src/dao/JDBSConnectionFactory.java
46f085cdfd3ee2c4c9b336898b91a024a3c4af3c
[]
no_license
konovaliuk/WhatWhereWhen
4f8356d60b8921d2799f6818099ffe36cb9f08e6
9b0ea9a005795dcd2df211d80c685441d3654394
refs/heads/master
2020-03-17T18:51:20.589037
2018-05-17T15:48:25
2018-05-17T15:48:25
133,836,126
0
0
null
null
null
null
UTF-8
Java
false
false
923
java
package dao; import exeptions.DaoException; import javax.naming.Context; import javax.naming.InitialContext; import javax.sql.DataSource; public class JDBSConnectionFactory implements IConnectionFactory { protected DataSource dataSource; protected ConnectionWrapp connection; private JDBSConnectionFactory() ...
[ "ivankorzh21@gmail.com" ]
ivankorzh21@gmail.com
3f6c7f271be18488346aecca40c8bd60e375dff6
b13c0ea2eeedb9bcbacd0aae503c3a7b655488fe
/com.acstech.churchlife/src/com/acstech/churchlife/listhandling/IndividualListItem.java
fbef43e6b153d3ac3571cb60263596132bbcb862
[]
no_license
mwangepatrick/ChurchLife-Android
e31be20ba30ff067ba42cdd61647d79f2f609f79
99ad08563bf19d04525dc232f1c1a5d9120b278f
refs/heads/master
2020-04-10T11:00:45.654303
2013-05-31T19:50:59
2013-05-31T19:50:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,149
java
package com.acstech.churchlife.listhandling; import com.acstech.churchlife.R; import com.acstech.churchlife.exceptionhandling.AppException; import com.acstech.churchlife.webservice.AddressBase; import com.acstech.churchlife.webservice.CoreIndividualEmail; import com.acstech.churchlife.webservice.EmailBase; import com....
[ "softwarearchitect@hotmail.com" ]
softwarearchitect@hotmail.com
cad487640f1add0028a8a866c4870e5a4671c412
c491e20e03c69972f9c56a6cf58173916c089182
/src/main/java/com/shopee/product/utils/HttpUtils.java
20ab0e81b9dc009877d00d5d35dd37f00d5e87b6
[]
no_license
yuanzr/shopee-product
b4c229799c5032996370ad5989eb9d7a653b6c7f
5a014738b4cdb3143458b5948831f3af91c2373d
refs/heads/master
2022-06-21T11:08:42.636607
2021-05-30T14:15:16
2021-05-30T14:15:16
243,482,710
1
2
null
2022-06-17T02:59:00
2020-02-27T09:39:20
Java
UTF-8
Java
false
false
9,385
java
package com.shopee.product.utils; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import org.apache.http.HttpEntity; import org.apache.http.HttpHost; import org.apache.http.HttpResponse; import org.apache.http.client.config.RequestConfig; import org.apache.http.client.entity.UrlEncodedFo...
[ "81491531@163.com" ]
81491531@163.com
12030bc2643d8dcdeda60f90792d18be0b2e20ee
50ef7483c5b43af36a361e0114e3a200e48e5251
/src/main/java/com/cognizant/antlr4/TDGrammarBaseVisitor.java
6fece10ed942be5fb8d3e70a306b92dd6b1325eb
[]
no_license
saikat9/Translator
c54ba8860694eb5ac14893ec67a4d1c9be201c00
5a5500bf0e126eef5f8fa54064611e3ec1dd8f4f
refs/heads/master
2020-06-28T10:24:15.207585
2019-08-02T09:53:30
2019-08-02T09:53:30
200,209,279
0
0
null
null
null
null
UTF-8
Java
false
false
5,453
java
// Generated from TDGrammar.g4 by ANTLR 4.7.1 package com.cognizant.antlr4; import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor; /** * This class provides an empty implementation of {@link TDGrammarVisitor}, * which can be extended to create a visitor which only needs to handle a subset * of the av...
[ "35727711+saikat9@users.noreply.github.com" ]
35727711+saikat9@users.noreply.github.com
d9bb21cea0a1ad13b29a5566e4241b8b7b4b7ae3
fd35dd10b22abc45ed160e450237dde4581f914e
/src/test/java/org/gradle/EstructurasDatosTest.java
588ed1eca84e4242390a5d528d53d988a9fd8ca0
[]
no_license
jrperez175/EstructuraDeDatosGradle
a2b947b95a24e3a66eb4f1e29c987b1f4b458e5c
90598b6e542c6be7a01c543f2e8cf09233bd81a5
refs/heads/master
2021-01-25T09:44:07.770645
2018-03-13T20:46:46
2018-03-13T20:46:46
123,313,897
0
0
null
null
null
null
UTF-8
Java
false
false
25,821
java
package org.gradle; import org.junit.Before; import org.junit.Test; import org.junit.Assert; import static org.junit.Assert.*; public class EstructurasDatosTest { private EstructurasDatos estructuraDeDatos; @Before public void setup() { estructuraDeDatos = new EstructurasDatos(); } @Test ...
[ "jrperez175@gmail.com" ]
jrperez175@gmail.com
dec7604981b8038b9f8475402ef949ea6196e604
c17e6a4bc29916381f870655651f9ea41e744e36
/src/main/java/com/example/coronavirusdemo/models/StatsRo.java
33b6914bbfd6371de9ef383354a1324efc021076
[]
no_license
cosminpopescu14/coronavirus-app
dbc981d148b3e1c284df5e03a2e2cb56e4285588
4b56e438b1e8c90152146082213ea57f5b6d4056
refs/heads/master
2023-08-31T15:53:26.313894
2021-01-23T06:32:41
2021-01-23T06:32:41
244,305,402
3
0
null
2023-03-16T09:33:37
2020-03-02T07:18:19
Java
UTF-8
Java
false
false
478
java
package com.example.coronavirusdemo.models; import com.fasterxml.jackson.annotation.JsonProperty; public class StatsRo { private CoronaVirusStatsRo data; @JsonProperty("data") public CoronaVirusStatsRo getData() { return data; } @JsonProperty("data") public void setData(CoronaVirusStatsRo value)...
[ "cosmin.popescu93@gmail.com" ]
cosmin.popescu93@gmail.com
19b2669f1fb3680ac9b9e87607821e630dccef5b
ee1136d48902e52e331be61f1b83d46006258074
/src/main/java/org/bitcoinj/core/Sha256Hash.java
73f5e31ea842c75b31a32a6e7d151c0b736a79b4
[ "MIT" ]
permissive
WaykiChain/wicc-wallet-utils-kotlin
1d9361bb841e8ffa4123d39f81e17601a562e29f
11cf81f4c567ff8aff229ebb03368642b0b0bad7
refs/heads/master
2021-12-15T00:45:32.088409
2020-08-24T09:40:07
2020-08-24T09:40:07
147,825,939
9
11
null
2020-01-09T10:58:20
2018-09-07T13:18:17
Java
UTF-8
Java
false
false
9,611
java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 requ...
[ "richardchen@Richards-MacBook-Pro.local" ]
richardchen@Richards-MacBook-Pro.local
b2709f51e4d401687adb0b1c2714a5732ad3e5b9
fab995fb25bfd363b8f699ef4b56c00e7ea0198f
/src/simple/BadRund.java
66c4ceeaef764305c4981558beb62e1ac5fc46e7
[ "MIT" ]
permissive
Mangara/CodeCup2012
4e4bb7fae9b0d920a9e0820876c9b4980eef7d66
f3a400bdd57a702be5a2718275cb6869e5800f42
refs/heads/master
2021-09-04T10:09:13.347535
2018-01-17T20:58:10
2018-01-17T20:58:10
117,888,312
0
0
null
null
null
null
UTF-8
Java
false
false
1,098
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package simple; import framework.QTTTGame; import java.io.IOException; import montecarlo.MCPlayer; /** * * @author Sander */ public class BadRund extends MCPlayer { public static void main(String[] args) throws...
[ "sander.verdonschot@gmail.com" ]
sander.verdonschot@gmail.com
ff0d5ab8676708749767ad6407515becd254c7dc
0387c5473495a0c0d9542f208a6c6f827d4747cd
/rbv/src/main/java/com/axway/ats/rbv/filesystem/rules/FileGidRule.java
c30ab09d03e8f245934c662624356e315b3776ac
[ "Apache-2.0" ]
permissive
radokostadinov/ats-framework
fd1c02dc5776bfa1dfc66400d357a05c19581c24
78b154de004aa61fee5769b7cdaaa03945a9b37d
refs/heads/master
2021-05-07T07:38:00.646735
2017-11-01T13:32:04
2017-11-01T13:33:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,818
java
/* * Copyright 2017 Axway Software * * 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 t...
[ "rslavchev@axway.com" ]
rslavchev@axway.com
ea5af465e88a4f4e5a9efe0780ad1fc95750fb57
aedf44cae53e4ed0e3173fe03120d557ba445ba7
/src/test/java/fr/locapov/app/web/rest/util/PaginationUtilUnitTest.java
f00c48d5efb335a83a5daffcc2e36f4691f1def2
[]
no_license
Locapov/locapov-front
6596166dfec4c4b022e213d948a828b17acb3a10
2948cbe1696cc41b39662d83999a5ed29819027c
refs/heads/master
2021-08-30T11:29:24.061672
2017-12-17T18:55:14
2017-12-17T18:55:14
114,560,705
0
0
null
null
null
null
UTF-8
Java
false
false
1,743
java
package fr.locapov.app.web.rest.util; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; import org.junit.Test; import org.springframework.data.domain.Page; import org.springframework...
[ "aymerictibere@gmail.com" ]
aymerictibere@gmail.com
3c0e0e8c1e5f0bb7c1524d39e778a4cd5124d542
b7bcff9ea821d90071cbff87872e7640bd6aff68
/core/src/java/org/opencrx/application/uses/ezvcard/property/Categories.java
f1234f8a3d91322eeae721e43a2232ec86a00732
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "Apache-2.0", "JSON" ]
permissive
sangjiexun/opencrx4
26be272f64a872713964cbb6128c9af35d3d8516
4e8fb194f5b392e3efca228ab88500bcbcfb83b0
refs/heads/master
2020-12-28T09:36:05.167852
2017-10-14T08:40:57
2017-10-14T08:40:57
238,270,604
1
0
null
2020-02-04T18:00:05
2020-02-04T18:00:04
null
UTF-8
Java
false
false
3,604
java
package org.opencrx.application.uses.ezvcard.property; import java.util.EnumSet; import java.util.List; import java.util.Set; import org.opencrx.application.uses.ezvcard.VCardVersion; /* Copyright (c) 2013, Michael Angstadt All rights reserved. Redistribution and use in source and binary forms, with or without ...
[ "wfro@users.sourceforge.net" ]
wfro@users.sourceforge.net
dac1f04fceed254f47d559d00808f1e2a190a46b
b39a7ccf23511fb84d31a93a59cee7d54f70bdf7
/downloader/src/main/java/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java
2a0a4a30d0f6e1b82e5200a174cd543427901e76
[]
no_license
Thram/thram-expansion-tools
a9af11badc68afc6de2bd90eaa399ead04e215f3
e6c25fba0c5af559e76730468f71ae59d0316e4c
refs/heads/master
2021-01-18T06:30:09.021256
2016-01-10T22:51:41
2016-01-10T22:51:41
48,403,425
3
1
null
2016-06-12T20:51:56
2015-12-22T01:32:44
Java
UTF-8
Java
false
false
9,458
java
/* * Copyright (C) 2012 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...
[ "thramposo@gmail.com" ]
thramposo@gmail.com
b620a467281897b8fcbab30298303fcf3d4a5957
f3c0edd0705f0f286aade9e6e5510028fb5c3db1
/Aula7/Exercicio1 Porta/Principal.java
e9260074ecc710bf052fac72c66ac512d7a6beeb
[ "MIT" ]
permissive
marciopocebon/Exercicios
6bd00c3e6c626f4c7438151cf41c921f1bfff4b8
ea25e81b036d000d1630cf7c2a6d831bca49d472
refs/heads/master
2022-10-24T07:41:32.587580
2020-06-15T01:54:31
2020-06-15T01:54:31
318,780,838
1
0
MIT
2020-12-05T12:18:29
2020-12-05T12:18:28
null
UTF-8
Java
false
false
322
java
public class Principal { public static void main(String args[]) { System.out.println("\f"); Porta porta = new Porta(25, 14, 30, "Sim", "Azul"); System.out.println(porta); Porta porta1 = new Porta(30,40,30, "Não", "Verde"); System.out.println(porta1); } ...
[ "eduardorambolima@gmail.com" ]
eduardorambolima@gmail.com
42b782e1b5b16b7e37a606c1c2c5a55a5f10ae77
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-800-Files/boiler-To-Generate-800-Files/syncregions-800Files/TemperatureController3910.java
87d97b4da1307f0d6dda2def8470625083575690
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
367
java
package syncregions; public class TemperatureController3910 { public execute(int temperature3910, int targetTemperature3910) { //sync _bfpnFUbFEeqXnfGWlV3910, behaviour 1-if(temperatureDifference > 0 && boilerStatus == true) { return 1; } else if (temperatureDifference < 0 && boilerStatus == false) {...
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
424adec784de80d4f4d6dd056a95fd71bd103f97
b3c1ff870ffe77c9aa2e39f93bb725e0919a7d43
/WOOBIN/src/woobin/Test4.java
9d7ae4e1dc9836cb0f3a3b11c9b76937d77f1221
[]
no_license
WOOBINKIM0518/eclipse-workspace
96e2ea13ee0fb845717a84c32d67070fd872ef6f
03ce277138b6e749d17f2381b0864aeeb32a485e
refs/heads/master
2023-06-27T09:49:05.727080
2021-07-23T09:21:29
2021-07-23T09:21:29
385,150,892
0
0
null
null
null
null
UTF-8
Java
false
false
511
java
package woobin; public class Test4 { public static void main(String[] args) { int lineCount = 4; int starCount = 1; int spaceCount = 0; for (int i =0 ; i < lineCount; i++) { for ( int j = 0; j <spaceCount; j++) { System.out.print(' '); } for(int j = 0 ; j < starCount ; j++) {...
[ "dnqls518@gmail.com" ]
dnqls518@gmail.com
6e1c5c56317eac5060dda8036aded88541b30f35
3444c615563c0c8a6542d4d3a6d07a42250b9f5b
/ex7/src/oop/ex7/types/DoubleVariable.java
b48b1506c579d279e737262c038902d94657b10d
[]
no_license
liatgin/Object-Oriented-Programming
489957d8a3b7cb2500baa35b5a1f3778e598513c
a929a8dac67e2a9ac3238561fc6fa616b946d289
refs/heads/master
2021-07-09T15:24:47.116460
2017-10-08T12:56:54
2017-10-08T12:56:55
106,175,098
0
0
null
null
null
null
UTF-8
Java
false
false
817
java
package oop.ex7.types; import oop.ex7.main.IllegalCodeException; import oop.ex7.regex.RegexBox; /** * class Double variable. * represents a variable of the type Double. */ public class DoubleVariable extends Type { /** * constructor. * @param value a double value. * @throws IllegalCodeException */ publ...
[ "liatginosar@gmail.com" ]
liatginosar@gmail.com
2e7c0046513e624c8d9fa986ecb6abb3c6a04c07
d9f29ab34ea1589c87a0f532b0912bc3935a74f3
/app/src/main/java/com/example/bustransport/TimingsFragment.java
7245364f52345e3682230bfaf96d1f9bdff553b9
[]
no_license
Annamayya-0513/BusTransport
e0ab98472ae9081dac0b1ff7340dc0e9541442f7
23a1554144d49dd695802c379b54de659fffba2d
refs/heads/master
2021-04-10T04:41:47.199351
2020-03-21T05:14:54
2020-03-21T05:14:54
248,911,523
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.example.bustransport; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; public class TimingsFragment extends Fragment { ...
[ "pridanandini.amigatechnologies@outlook.com" ]
pridanandini.amigatechnologies@outlook.com
762b16eb7af02e27c39ef667d537285e1e7e182b
91d05cadcb7a027e382491b252407777dcad1bce
/samples/src/main/java/org/alfonz/samples/alfonzrest/entity/RepoEntity.java
7241aaa0edd8fca9953fbddfb116f2acc9f66c0c
[ "Apache-2.0" ]
permissive
salvopr/Alfonz
f4bb27d273d16289c817f8e52ee8607f20444db9
4e185bce09fe58aaeb39f10a3e6b00d24f306858
refs/heads/master
2020-03-18T10:16:38.876713
2018-03-23T16:41:27
2018-03-23T16:41:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,427
java
package org.alfonz.samples.alfonzrest.entity; import com.google.gson.annotations.SerializedName; import java.util.Date; public class RepoEntity { @SerializedName("id") private long id; @SerializedName("name") private String name; @SerializedName("owner") private OwnerEntity owner; @SerializedName("private") pri...
[ "petr.nohejl@gmail.com" ]
petr.nohejl@gmail.com
7b2c6ddef3e51acedef0f38930a6e7506d46613a
9fb373c3501c5dd1d3baac53c68b9becafe18ea6
/src/com/pabula/fw/action/AjaxModifyRequestHelper.java
3d8bcafc8cc9275c0e8fea3c99680ac739affcab
[]
no_license
253133851/XCOOPER_J
2469dab030e59985eab6576666b68382a3c5f849
24565e5fe0f41e70335e01b42f00ad38ac909b37
refs/heads/master
2021-01-01T05:24:36.170195
2016-05-03T04:00:46
2016-05-03T04:00:46
56,374,006
0
0
null
null
null
null
UTF-8
Java
false
false
3,175
java
package com.pabula.fw.action; import com.xcooper.ENV; import com.pabula.common.util.StrUtil; import com.pabula.common.util.ValidateUtil; import com.pabula.fw.exception.RuleException; import com.pabula.fw.utility.AbstractRequestHelper; import com.pabula.fw.utility.Command; import com.pabula.fw.utility.VO; import javax...
[ "253133851@qq.com" ]
253133851@qq.com
7e5467a006283a534a42817cabe2b658afdca28f
632ca1acb081bf042c2600b92d712a8d9683a972
/src/main/java/com/banner/bean/ConStantBannerType.java
d89e4e1faee51fd7c64a65ce73be56ec5ad825ba
[ "Apache-2.0" ]
permissive
oryjk/portal
4a5b9e1a66a796fa8e6049ad75e602a7b2e0c60e
b764518e3c2d7d21bfe2b0ccd14e98a248291102
refs/heads/master
2021-01-10T06:03:31.348938
2016-01-30T02:06:39
2016-01-30T02:06:39
50,703,618
0
0
null
null
null
null
UTF-8
Java
false
false
632
java
package com.banner.bean; import org.springframework.stereotype.Component; /** * Created by wangyirui on 28/12/15. */ @Component public class ConStantBannerType { public static final Integer HOME_TYPE = 1;//首页banner public static final Integer JUEDANGTAO_TYPE = 2;//绝当淘banner public static final Integer S...
[ "taincaihao@126.com" ]
taincaihao@126.com
2bddbad3d05fd28df61641b762c77f77dc70d87e
502fb76597e782f31aae799a32d1c7b4db393d93
/2019-2020 Season/3583/Tests/DriveSpeed.java
e1bf362a7be5582954ef5df4bf0d5f9bc49dff75
[]
no_license
powerhawks/FTCCodeArchive
3fd0da96b517f5953b7501fc35a46d2160255fcf
a11338a3da61d059cd5cb424316c9b34ff314403
refs/heads/master
2021-06-25T03:59:11.534575
2020-12-05T22:43:29
2020-12-05T22:43:29
172,997,069
2
0
null
null
null
null
UTF-8
Java
false
false
284
java
package org.firstinspires.ftc.teamcode.Tests; enum DriveSpeed { LOWPOWER(.25), MIDPOWER(.75), HIGHPOWER(1.0); private double speed; private DriveSpeed(double speed){ this.speed = speed; } double getSpeed(){ return speed; } }
[ "noreply@github.com" ]
powerhawks.noreply@github.com
4e80247a551ff4c1f8c1c43bce5ec2f33b2ff780
432c8fa04729bc808e463b41b49f1014c5ee3241
/report-phresco-plugin/src/main/java/com/photon/phresco/plugins/XmlReport.java
46b8d0b705275f6d1cd2a97dfc2598a97007b14e
[]
no_license
piyushshekhar/plugins
96cf922977cb44ba8ca2a6ad1977fdeb5efbb27e
97dd6a429866f63c35be777e6dc82b2a3b6b235e
refs/heads/master
2021-01-17T11:45:30.289524
2013-03-01T06:12:43
2013-03-01T06:12:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
436
java
package com.photon.phresco.plugins; import java.util.List; public class XmlReport { private String fileName; private List<TestSuite> testSuites; public String getFileName() { return fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public List<TestSuite> getTestSuites() { ...
[ "kaleeswaran.subbaiya@photoninfotech.net" ]
kaleeswaran.subbaiya@photoninfotech.net
9114abc7ef76c14b4f652cf1260131424b756ad4
d5f09c7b0e954cd20dd613af600afd91b039c48a
/sources/com/coolapk/market/databinding/ItemRelatedDataBinding.java
4e9655d6825ea1faa0fc085ac4cc2c7b7a829053
[]
no_license
t0HiiBwn/CoolapkRelease
af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3
a6a2b03e32cde0e5163016e0078391271a8d33ab
refs/heads/main
2022-07-29T23:28:35.867734
2021-03-26T11:41:18
2021-03-26T11:41:18
345,290,891
5
2
null
null
null
null
UTF-8
Java
false
false
2,378
java
package com.coolapk.market.databinding; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import androidx.databinding.Bindable; import androidx.databinding.DataBindingUtil; import androidx.databinding.ViewDat...
[ "test@gmail.com" ]
test@gmail.com
5665847ee6480a89be94bc8e33e90fff3eb49c51
5714e16fd17e6329504d9e43ac8e2f1501906b14
/esop/trunk/src/com/starcpt/cmuc/service/LockScreenService.java
3508bc4465cf86319be35a6222918023f063aa2e
[]
no_license
lizhling/scAndroid_project
688c2de23bc0eeae7fae9275dba406e01df940c4
452f762638cbad6a25ecb130baf3b3d3af7f20b2
refs/heads/master
2021-01-21T12:16:44.528698
2017-05-19T10:06:41
2017-05-19T10:06:41
91,785,146
4
0
null
null
null
null
UTF-8
Java
false
false
1,200
java
package com.starcpt.cmuc.service; import com.starcpt.cmuc.broadcast.ScreenOffBroadcastReceiver; import android.app.Service; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.IBinder; public class LockScreenService extends Service{ private ScreenOffB...
[ "licolin@qq.com" ]
licolin@qq.com
84a272892bd18c83c0d4a723af19a658ca24cfd1
21838a502fa2a579229992815c34598778c288ca
/Project Account/src/com/cg/mypaymentapp/util/ConnectionSQL.java
1fc4b877f1b3d15f074cc7eb4d137be67e804a75
[]
no_license
todishubham30/153104_phase2
730fc716e1c07ad56ae480450702c57bc132c7a1
e588671979feddb56f00bbb5701470f805aa6310
refs/heads/master
2020-03-23T05:20:00.383084
2018-07-16T12:48:30
2018-07-16T12:48:30
141,137,672
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.cg.mypaymentapp.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class ConnectionSQL { public static Connection connection; static { try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException e) { e.printStack...
[ "noreply@github.com" ]
todishubham30.noreply@github.com
a984f59c366f441245a98b7b901321451a7af9f6
8cd0fdb6ea81474a8cfbb3dc8cb443100e98f445
/Arquitetura de Software/src/java/org/springframework/web/bind/annotation/PostMapping.java
0ccc12cc5130bb0dfffbbeaf59b44cfa1333d928
[]
no_license
JeffersonOuro/Arquitetura-de-Software
1ae99e1e09c18d463257a682daebbc153f14aff4
627838ed050e4e508ed4bced56493cd8c7371f85
refs/heads/main
2023-05-30T20:12:02.849425
2021-06-22T02:16:12
2021-06-22T02:16:12
379,116,196
0
0
null
null
null
null
UTF-8
Java
false
false
315
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 org.springframework.web.bind.annotation; /** * * @author Jefferson */ public class PostMapping { }
[ "noreply@github.com" ]
JeffersonOuro.noreply@github.com
f7b7f9757780bc75f3a797c9f75455f055c94308
5a4b1265df77ac3036f0890cca291320ecadb7e1
/src/main/java/com/mishchenkov/entity/product/lamp/LedLamp.java
9b31c6ff36ec18b3ac24b0de77781f59e22ec9fd
[]
no_license
oleg-mischenkov/console_shop
21e9202711003bbe4439f668284fc739f52c4326
31e9192aa4af23c052c361a7bca123f9c323a926
refs/heads/master
2023-04-18T07:47:50.387356
2021-05-03T17:02:49
2021-05-03T17:02:49
364,001,380
0
0
null
null
null
null
UTF-8
Java
false
false
1,655
java
package com.mishchenkov.entity.product.lamp; import com.mishchenkov.annotation.Item; import java.util.Objects; /** * This object simulates an LED lamp. The lamp may have a different count of LEDs, * and may or may not have a radiator. */ public abstract class LedLamp extends Lamp { @Item(title = "Item.input....
[ "oleh_mishchenkov@epam.com" ]
oleh_mishchenkov@epam.com
1d5514e7be11e822d74f13f79376954f991ba825
240b5cb7816c6db2d250c487805514da4a4664b7
/pt/pt-dealer/pt-dealer-proc/src/main/java/com/pt/ptdealerproc/service/impl/ProcProcessServiceImpl.java
1241df5a3f0ae0e02584ee6ba6ee1f978587510a
[]
no_license
cup1516/ProductTraceability
355ce009c4eed34870d7d4079a8239359817cba5
de9d2d6a35dec7a65f8c3aa41d4660ec9cf90314
refs/heads/master
2021-01-02T02:58:53.998896
2020-08-08T04:16:38
2020-08-08T04:16:38
239,458,949
1
1
null
2020-02-24T10:54:50
2020-02-10T08:09:57
JavaScript
UTF-8
Java
false
false
6,930
java
/* * Copyright (c) 2018-2025, lengleng 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 above copyright notice, * this list of conditions ...
[ "836591036@qq.com" ]
836591036@qq.com
4c56e2b2df395aa9ff05dad7521e1633f0b5e9b2
77cab7c0f4f8d8115e19f9d118f3a600d99435e4
/Web Programming/5. Cookie, Session, Security/securityexam/src/main/java/org/edwith/webbe/securityexam/config/WebAppInitializer.java
ddf484388c055ccbd0889e2a0c64effee3fb6369
[]
no_license
not-solved/Edwith
d595dbf7d4a14a34eb3bc1464a185f92b96fd366
073de471c69dcfe4bf805d3462cccb236082f83a
refs/heads/master
2023-02-20T18:07:59.563726
2021-01-27T13:47:00
2021-01-27T13:47:00
332,384,777
0
0
null
null
null
null
UTF-8
Java
false
false
1,359
java
package org.edwith.webbe.securityexam.config; import org.springframework.web.filter.CharacterEncodingFilter; import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer; import javax.servlet.*; public class WebAppInitializer extends AbstractAnnotationConfigDispatcherServletIni...
[ "rudtn5799@naver.com" ]
rudtn5799@naver.com
80754127a2751df7c1e2903deb297668159e85b9
66f5079fc5fca29f46b1fb3be7463207b90b2582
/src/escuela/Persona.java
dcc09cc5708c1c22df62be62f141292d589a76cc
[]
no_license
valenchu/PracticaHerencia
5a60d8e386c860ff20caacc7ad130797f4019b59
1bd183b9ecb8363077e494857e4832088b4a249c
refs/heads/master
2021-08-12T04:53:32.863198
2017-11-14T12:46:35
2017-11-14T12:46:35
110,253,534
0
0
null
null
null
null
UTF-8
Java
false
false
2,132
java
package escuela; import static com.sun.org.apache.xalan.internal.lib.ExsltDatetime.date; import static com.sun.org.apache.xalan.internal.lib.ExsltDatetime.date; import java.time.Year; import java.util.Date; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.Locale; import static j...
[ "valenchu_13@hotmail.com" ]
valenchu_13@hotmail.com
ee42683302d946ffbb490e508e8d170411d72ed9
2cd2a60068c62427d4d2a5eb4022ad76d0e05b1b
/yqq-micro-third/src/main/java/com/yqq/third/model/request/wap/RightsLeadReq.java
3d1a34838cd8bd8b378b4622fba6280602cde53e
[]
no_license
yangchuan9369/yqq
f65e325e081b9f537807b3d0a0d60c7e790544ac
5eaf1b7ccadadeb43cea90e2d4cb0790aa016c7c
refs/heads/master
2023-02-18T03:35:54.411029
2021-01-19T09:25:01
2021-01-19T09:25:01
330,838,711
0
1
null
null
null
null
UTF-8
Java
false
false
5,205
java
/* * 文 件 名: RightsLeadReq.java * 版 权: Nanjing Xinwang Tech Co.,Ltd.Copyright 2013-2018,All rights reserved * 描 述: <描述> * 修 改 人: zhuyao 1824 * 修改时间: 2020年3月2日 * 跟踪单号: <跟踪单号> * 修改单号: <修改单号> * 修改内容: <修改内容> */ package com.yqq.third.model.request.wap; import com.yqq.third.model.UserInfoBean; import i...
[ "killer9369" ]
killer9369
5cc1cbb364b4228d4c3e8caecb6b054a532b75c8
e6d8721469ee4abcb2344985be84ea99ce6b2b59
/app/living/hz/util/FileUtil.java
3e92d874162caaf2f939e022b008878bf99a78f3
[]
no_license
zizih/selfws
586787fd4b525f9d4464c4e57a9363904ec9050b
adfe8640706b8f326c8334b111d9ad5eada7ba9a
refs/heads/master
2019-01-21T19:12:42.879769
2013-03-03T05:07:03
2013-03-03T05:07:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,480
java
package living.hz.util; import java.awt.image.BufferedImage; import java.io.File; import javax.imageio.ImageIO; import org.eclipse.jdt.core.dom.ThisExpression; import org.eclipse.jdt.internal.core.util.PublicScanner; import com.sun.org.apache.bcel.internal.generic.RETURN; import play.Play; public class FileUtil {...
[ "zizihjk@gmail.com" ]
zizihjk@gmail.com
bf272d3f0fdb293edb96274807b25a817ab51604
41c76671b044fbead64f491b929ae2e5f5e740cf
/src/main/java/designpattern/interpreter/InterpreterPatternEx.java
558ba5e038f884dc37716bcef3dad20c0f997e54
[]
no_license
FisherChen3/Java_Core
fa45dd1342e442a112420deb425b5774fbf72d34
6a617aff98433427adab8a5f0e05b79564dead9a
refs/heads/master
2020-12-31T07:10:11.525876
2017-04-11T03:17:41
2017-04-11T03:17:41
80,557,591
0
0
null
null
null
null
UTF-8
Java
false
false
1,240
java
package designpattern.interpreter; import java.util.Scanner; /** * Created by Fisher on 4/10/2017. */ public class InterpreterPatternEx { public Context clientContext = null; public IExpression exp = null; public InterpreterPatternEx(Context c) { clientContext = c; } public void interp...
[ "chenxiongfei3@gmail.com" ]
chenxiongfei3@gmail.com
f6177176eff375e9b95cf95e57212b01d146693a
32aab6ba61d2ba2d1c22ebd3614fa40c85362846
/backend/smarthome-sharedwifi/src/main/java/com/phicomm/smarthome/sharedwifi/protocol/downloadbill/DownloadBillResData.java
f653c5dc577e94105951e232cac720404339ca16
[ "Apache-2.0" ]
permissive
rongwei84n/Auts_Assert_manager
d6346d14c87bc2e6eaf86c772441f73722b83ee0
8464d280fa7344d80191219c9491518a93a699bd
refs/heads/master
2021-01-21T14:19:25.267322
2017-06-24T09:16:56
2017-06-24T09:16:56
95,267,686
1
0
null
null
null
null
UTF-8
Java
false
false
591
java
package com.phicomm.smarthome.sharedwifi.protocol.downloadbill; /** * User: rizenguo * Date: 2014/10/25 * Time: 16:48 */ public class DownloadBillResData { //协议层 private String return_code = ""; private String return_msg = ""; public String getReturn_code() { return return_code; } ...
[ "rongwei84n@163.com" ]
rongwei84n@163.com
ba6439179902786884fed2cb32dda70814525398
db4ad606d8b7deebaf1003bc0a429bbb2cdb514e
/src/main/java/com/yunjae/springr2dbc/repository/CoffeeRepository.java
58a3992ca01a4de730266db0e7366103d93c29a0
[]
no_license
yunjaecho/spring-r2dbc
d7526ee5f59f0d52b1f0f109b3ce5b437460f7b9
4277a02fb9e834ad489a230470f0928bf4d8a630
refs/heads/master
2020-04-02T06:32:48.176798
2018-10-22T14:11:03
2018-10-22T14:11:03
154,155,406
0
0
null
null
null
null
UTF-8
Java
false
false
417
java
package com.yunjae.springr2dbc.repository; import com.yunjae.springr2dbc.entity.Coffee; import org.springframework.data.jdbc.repository.query.Query; import org.springframework.data.repository.reactive.ReactiveCrudRepository; import reactor.core.publisher.Mono; public interface CoffeeRepository extends ReactiveCrudRep...
[ "chotom73@gmail.com" ]
chotom73@gmail.com
9c06cec71600fc9097af94e6b3005399b4efa46d
674a8e44b2e89fdf66b0c9f4ebc4c937c8feba24
/projects/consulting/consulting/src/main/java/org/project/common/ejb/EJBManager.java
9279a88ac72af2eb23d5b099768500fedf59b7be
[]
no_license
shahbazaamir/learn
585309072c26eeff038fc57ac764485f18783704
4a39386825632c48fa127202ee334d0b42f3bf18
refs/heads/master
2022-12-22T08:21:10.564178
2020-04-12T14:36:28
2020-04-12T14:36:28
116,004,417
2
2
null
2022-12-22T04:59:27
2018-01-02T10:38:26
Java
UTF-8
Java
false
false
340
java
package org.project.common.ejb; import javax.naming.InitialContext; import org.project.naming.NamingManager; public class EJBManager { public static Object getEJBObject (String jndiName) throws Exception{ InitialContext context = NamingManager.getInitialContext(); Object ejbObj = context.lookup(jndiName); r...
[ "shahbaz07dbit@gmail.com" ]
shahbaz07dbit@gmail.com
4b2b2526714514eae0a769a3eb51ea6a09a8458a
d41a6999c471b3ffb4bf436beadad3e8aca6b5be
/Lesson6_homework/src/main/java/WeitHelper.java
a3d4bfe4601f0f9919bb4d5f12d12ad93562dfc9
[]
no_license
RazmikMkhitaryan/Automation_Course
460d97681b68a9b76cef0834e455a2acbde222b5
381b66add26da0289310c981ea413409a484d2ca
refs/heads/main
2023-04-25T23:52:41.000790
2021-06-03T09:27:22
2021-06-03T09:27:22
365,699,326
0
0
null
null
null
null
UTF-8
Java
false
false
1,205
java
import org.openqa.selenium.By; import org.openqa.selenium.WebDriverException; import org.openqa.selenium.support.ui.ExpectedCondition; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import static Driver.DriverSetup.getDriver; public class WeitHelper { ...
[ "razmik.mkhitaryan@picsart.com" ]
razmik.mkhitaryan@picsart.com
3758f3fdec2229f45d714205c63c0ef1872e556b
a9b3cd0ad9fc2cc86c6a948e8555b68aec6a131e
/src/com/taskpad/input/Edit.java
9461a6782fe4ae096e7406c57747f445c7577740
[]
no_license
chanjunweimy/TaskPad
f343d135ee17a17e4a9051051e9b27fd05674cae
3542e1e7a7ba3c236a062d561b345345b9986579
refs/heads/master
2020-09-12T20:45:03.774495
2015-09-08T01:52:59
2015-09-08T01:52:59
35,029,540
5
0
null
null
null
null
UTF-8
Java
false
false
20,646
java
//@author A0119646X package com.taskpad.input; import java.util.ArrayList; import java.util.Scanner; import java.util.logging.Logger; import com.taskpad.dateandtime.DateAndTimeManager; import com.taskpad.dateandtime.InvalidQuotesException; import com.taskpad.execute.InvalidTaskIdException; public class ...
[ "lynnette-ng@outlook.com" ]
lynnette-ng@outlook.com
8f636428e0da1c99c05cb0297ed1aecbe012b99a
5cacbd84368f921fafc6e6bd529c966dc5bffb35
/Game2/src/game2/Consumable.java
536f431a0f8917365ad234af648805db935ae6a7
[]
no_license
crecco24/Game2
f48046fed4999bc998c579e7021ff23531fccc35
c9094b9caeab49228309febbc1e629d5be4da7eb
refs/heads/master
2021-01-20T03:31:45.502225
2015-11-06T03:57:40
2015-11-06T03:57:40
34,492,012
0
0
null
null
null
null
UTF-8
Java
false
false
223
java
package game2; import javalib.worldimages.*; public interface Consumable { Boolean isConsumed(PacMan p); Posn getPosn(); int getScore(); boolean makeEdible(); WorldImage makeImage(); }
[ "brcrecco@vassar.edu" ]
brcrecco@vassar.edu
b6d9b226a03381b01c95bff43cfb35167a21bde1
cccb245a603c26d01617f8e1c8a0f1815e8dfb63
/src/main/java/com/lhy/vo/JsonResult.java
2d74c5404f22bc50a610eb2772fa3886add255e3
[]
no_license
shally1213/dreamcloud
093c2afd5b134cf303e2ad312c12534b58924ca8
e4bd41792a22de028e415b585827555d74d9274a
refs/heads/master
2023-05-09T06:43:18.640945
2021-05-29T08:59:17
2021-05-29T08:59:17
370,014,625
1
0
null
null
null
null
UTF-8
Java
false
false
848
java
package com.lhy.vo; public class JsonResult<T> { private String message; private Integer code=20; private T data; public JsonResult() { } public JsonResult(T data) { this.data = data; } @Override public String toString() { return "JsonResult{" + "m...
[ "365487740@qq.com" ]
365487740@qq.com
bc09ab9a0448f706b9e4303dedb7b932ae42abba
8eb5747699fe5bd31973a6ef75719c032482401c
/problem_5/Solution.java
5bc3d129a75f7ce5e949fa08b844d63f43e234f9
[]
no_license
vltsu/projecteuler
1dc7b76841dcdcb2b7a73dc8f48c5715c0618164
f9582d203f1e2e003cff4769e3ad4acfb78c6d01
refs/heads/master
2021-01-01T19:52:22.917191
2013-12-10T21:16:46
2013-12-10T21:16:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,080
java
/* 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20? */ import java.util.*; class Solution { public static void main(String[] args) { assert( numberToPri...
[ "tsukanov.vl@gmail.com" ]
tsukanov.vl@gmail.com
8d1cd4afe6b99464689f8be989e48384dda9204a
682d1ee51097ccf9ae07093397a02ee50ac81a63
/app/src/main/java/com/example/truongbxph07651_asm/adapter/Thu/ThuKhoanSpinnerAdapter.java
616ca366d4593706acce70ce9eae5db882c0b31a
[]
no_license
bxTruong/truongbxph07651_ASM
41a8316f9964b975bb14d76cb7fa5aa49012ea33
36d03348ed017f8e7cd942f0bfb9bd4336c91eee
refs/heads/master
2020-08-02T11:08:38.625343
2019-09-27T13:50:49
2019-09-27T13:50:49
211,329,998
0
0
null
null
null
null
UTF-8
Java
false
false
2,306
java
package com.example.truongbxph07651_asm.adapter.Thu; import android.content.Context; import android.database.DataSetObserver; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.SpinnerAdapter; import android.widget.TextView; import com.example.truongbxph...
[ "truongmagic9a@gmail.com" ]
truongmagic9a@gmail.com
5e87ae4755fd5aee38d7b6de83c973684c31e83e
e189ea2403a4aaf4ccd033fab24463b041d23b2c
/src/java/servlets/UserServlet.java
812badeb4236220140705c0ab3378b83ace61394
[]
no_license
ashleybrown2296/Week11Lab
f48756dd6cf08fb3973296083a68af4ef6af89d9
09381e7ffcc7a479d33e88d1ba85d1b88f5b6b65
refs/heads/master
2021-08-22T15:49:53.698021
2017-11-30T15:15:32
2017-11-30T15:15:32
112,625,852
0
0
null
null
null
null
UTF-8
Java
false
false
3,278
java
package servlets; import businesslogic.UserService; import domainmodel.Role; import domainmodel.User; import java.io.IOException; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax...
[ "679918@ELF6IT215951.ACDM.DS.SAIT.CA" ]
679918@ELF6IT215951.ACDM.DS.SAIT.CA
719a78428c01d4ef2d361da52063647d3738ac63
4590b7b7c80aa198212c29d8849bec2d361657fa
/src/main/java/cn/edu/tsinghua/iotdb/kairosdb/query/aggregator/QueryAggregatorType.java
536e6f775ae51601a80d3c13cb7a8229b59ffa52
[ "Apache-2.0" ]
permissive
chengupc/iotdb-kairosdb
f1dc04e0bd5a98aeaab90b30df36e3988c3cb37e
3507d40f24ce3ecd5549107e8f6225eb06e4137e
refs/heads/master
2023-01-03T01:03:33.147931
2019-12-31T06:49:21
2019-12-31T06:49:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
630
java
package cn.edu.tsinghua.iotdb.kairosdb.query.aggregator; import static cn.edu.tsinghua.iotdb.kairosdb.util.Preconditions.checkNotNullOrEmpty; public enum QueryAggregatorType { AVG, DEV, COUNT, FIRST, LAST, MAX, MIN, PERCENTILE, SUM, DIFF, DIV, RATE, SAMPLER, SAVE_AS, FILTER; public s...
[ "791122475@qq.com" ]
791122475@qq.com
5fa9c9a1047f083b2495847011cfe3b1e3f6a659
c54e0cc79b6067af173396cf99043b9dd1cdae7b
/src/main/java/com/astra/space/demo/entity/SpacecraftJourneyCatalog.java
9179e5426b1357064276f6d68803c624ab4a0b1d
[ "Apache-2.0" ]
permissive
dondemcsak/Astra-Java-SpaceCraft-Examples
aa8628c1b4df9f5ae5115242195a5351fd143b26
d322f755912a088bfac1037d37d4afb59bfe0ee8
refs/heads/main
2023-06-02T17:14:41.982183
2021-06-13T19:50:29
2021-06-13T19:50:29
376,624,930
0
0
null
null
null
null
UTF-8
Java
false
false
5,138
java
package com.astra.space.demo.entity; import java.io.Serializable; import java.time.Instant; import java.util.UUID; import com.datastax.oss.driver.api.core.CqlIdentifier; import com.datastax.oss.driver.api.core.CqlSession; import com.datastax.oss.driver.api.core.metadata.schema.ClusteringOrder; import com.datastax.oss...
[ "don@donxml.com" ]
don@donxml.com
171d7d03a25ff53c1beba17bef02828ce5431e11
3e6d333331318adede5d8db777f7aff3749e2c38
/src/main/java/org/practice/linear/search/LinearSearch.java
29afca1e3a9ac44c32e3f9732e59e18234bc0c2d
[]
no_license
raovikas/algorithms
577156a532a337aa822c116dc078bbc63e81524d
65d6b21ed5a39a6aebeea8e6975bff7c5f9eb84a
refs/heads/master
2022-12-07T06:30:12.809484
2020-08-26T07:15:53
2020-08-26T07:15:53
283,934,844
0
0
null
null
null
null
UTF-8
Java
false
false
569
java
package org.practice.linear.search; public class LinearSearch { public static void main(String[] args) { int[] arr = { 1, 22, 4, 7, 10, 6 }; int element = 2; LinearSearch ls = new LinearSearch(); int index = ls.search(arr, element); System.out.println("index of element 7 in array: ...
[ "vyadav@mycom-internal.com" ]
vyadav@mycom-internal.com
faa5dea7d68003c4079c8c0b62c15d2d6f3c89dc
b0041ebe5bc592e2f9e67023b5956a11e96ae0c1
/linkedlist/LinkedListString.java
05b7aaa52faccf97c55496e6dca2f2e7c6c83c31
[]
no_license
saniyat013/data-structures-101
eeeaa86cba7b73fd1f2599d938be19236b0cc702
3be3b6a15b3b0e9eea9022ca76bccc2de6454aeb
refs/heads/master
2023-03-02T20:07:43.969632
2021-02-09T11:47:08
2021-02-09T11:47:08
325,786,700
0
0
null
null
null
null
UTF-8
Java
false
false
4,645
java
package linkedlist; class LinkedListString { Node head; static class Node { String data; Node next; Node(String data) { this.data = data; next = null; } } void push(String data) { Node newNode = new Node(data); newNode.next = ...
[ "saniyat123@CEMS.LOCAL" ]
saniyat123@CEMS.LOCAL
54e30a500da10b2798844cd14094b69782237718
a477fdda4d1a5e5a9d9b437b74b58ba41b0829df
/ruisiyuan/src/com/yjw/ctrl/OrderCtrl.java
b39c975fd0271ca0a6a08d274ae30f522a0d532d
[]
no_license
htyten/ruisiyuan
9c76c34ab4f8d0983ea5aa702c6cc05735521190
d59d9e05cac63878a95d4751a73985d802535397
refs/heads/master
2020-12-29T04:57:42.619158
2020-02-05T14:00:47
2020-02-05T14:00:47
238,462,068
0
0
null
null
null
null
UTF-8
Java
false
false
2,540
java
package com.yjw.ctrl; import java.util.HashMap; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.b...
[ "869782481@qq.com" ]
869782481@qq.com
88bc28ad48d54e4a536ae26c596795966ca6df4b
768a5d76f8d2c8c7f2b84e436ba4e4d1963171ed
/wildfly-11.0.0.CR1-quickstarts/xml-dom4j/src/main/java/org/jboss/as/quickstart/xml/DOM4JXMLParser.java
9fa350142306491e6568d209fa6244fa3a5a0823
[ "Apache-2.0" ]
permissive
asaini94/war_agent
dbc4252363329f1d9486416dd7efe1cde9f399ef
079deb3388352d14d1271afdb3fe12846bdbe41c
refs/heads/master
2020-04-22T21:02:56.201178
2019-02-15T06:38:58
2019-02-15T06:38:58
170,660,831
0
0
null
null
null
null
UTF-8
Java
false
false
5,471
java
/* * JBoss, Home of Professional Open Source * Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual * contributors by the @authors tag. See the copyright.txt in the * distribution for a full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License")...
[ "anusaini16394@gmail.com" ]
anusaini16394@gmail.com
93681b602e585f84bb11ed35f3b82196b5785820
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/com/moat/analytics/mobile/und/MoatFactory.java
b24cc3f6ae3ea48d756dad622303bc8c071b892b
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
814
java
package com.moat.analytics.mobile.und; import android.view.View; import android.view.ViewGroup; import android.webkit.WebView; import com.moat.analytics.mobile.und.v.b; import java.util.Map; public abstract class MoatFactory { public static MoatFactory create() { try { return new n(); ...
[ "anon@ymous.email" ]
anon@ymous.email
6ecd4740f8c14b69ddd1f1c9d680c0af59e05edb
b66b4ca3c7dd65cbf2d7914a2f6bd8e551be9218
/spring-graphQL/src/main/java/com/hcl/springgraphQL/entity/Person.java
9fd0f10cce2cd4b24706edbbcb29000e80f5888b
[]
no_license
saikumar1822/SpringBootWithMicroSerivces
b57355a0b9d475f959ce21c4b2097122dddab0a5
0b00b7f2e6120effac08fea218585520a22ca147
refs/heads/master
2023-09-05T04:55:27.460649
2021-10-27T11:00:36
2021-10-27T11:00:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,144
java
package com.hcl.springgraphQL.entity; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class Person { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; private String name; private ...
[ "saikumar.yadda@hcl.com" ]
saikumar.yadda@hcl.com
ae4ec62e31037c7ad92815c1169f3d3ee3034959
35409e5c139f8e2af6adc09a7ab224e8501e974d
/src/javaElementary/lesson2/Main.java
11fc2e5bbbb5697f264c3393d1c65f94debf835b
[]
no_license
OleksandraLy/javaElementary
622bf1e1792425ad7d4bbe7b0cda9394aab4e054
f02a4567edd013abc380137d94f1779882fbe264
refs/heads/master
2023-05-02T16:41:21.291933
2021-05-29T11:07:32
2021-05-29T11:07:32
370,380,855
0
0
null
2021-05-29T12:15:31
2021-05-24T14:29:01
Java
UTF-8
Java
false
false
1,514
java
package javaElementary.lesson2; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; public class Main { public static void main(String[] args) { Animal cat = new Animal("Maincoon", 2, 30, 1000); Animal dog = new Animal("Malamute", 5, 50, 2000); Animal bird = n...
[ "ol.lystopad@gmail.com" ]
ol.lystopad@gmail.com
a46fcbe446e377022c3e213a51316f281120ddb8
df84a95b0d77eb4f5053c5debe213613394f7f56
/sso-server/src/main/java/com/learn/sso/server/service/LoginService.java
e2e8e76e2b26ad0d3dace9f44ed5ba2432d37e9d
[]
no_license
wu00yu11/learn-sso
ba8ef145cbe4eadf96ccc0b0a11df3dd0ed9a209
91569ce66b27402ba7e3ed5305926e1ff6dad0ac
refs/heads/master
2023-03-03T10:45:56.760938
2021-02-15T14:55:10
2021-02-15T14:55:10
332,445,265
0
0
null
null
null
null
UTF-8
Java
false
false
117
java
package com.learn.sso.server.service; /** * @author wu00y */ public interface LoginService { void login(); }
[ "wu00yu@163.com" ]
wu00yu@163.com
b0e89c9b3b280909eebfaeee133a05d11aa21a68
763957995defbfce3be80fdae2fbdd6b3c7edf11
/relf/src/main/java/org/nexus_lab/relf/lib/rdfvalues/crypto/EncryptionKey.java
69e8927e9164055d5a807e5ccb4047146bbdf4f0
[]
no_license
nexus-lab/relf-client
f294008eed04086b5b28d898ae85240ae59e20b7
579fbb40285507860fc06b0536fab0605cc77d46
refs/heads/master
2023-06-13T03:22:58.113933
2021-07-05T21:20:51
2021-07-05T21:20:51
382,899,495
2
0
null
null
null
null
UTF-8
Java
false
false
3,801
java
package org.nexus_lab.relf.lib.rdfvalues.crypto; import com.google.protobuf.ByteString; import org.nexus_lab.relf.lib.rdfvalues.RDFBytes; import org.nexus_lab.relf.utils.ByteUtils; import net.badata.protobuf.converter.type.TypeConverter; import java.security.MessageDigest; import java.security.NoSuchAlgorithmExcepti...
[ "ppoffice@users.noreply.github.com" ]
ppoffice@users.noreply.github.com
0b69201f37efd31a51fae3d5c0b6f7610f63e26b
1f01d9a940d4db4a4f65dccfc31350060249fdd5
/day4/question3.java
78e246e3b76e861ca3a2a4ee4d503e5b0c733160
[]
no_license
sarthakblr11/JAVA
3d2c9b5695fb8a7badd300a1aa07196ede7a3113
fa40530fb89883587f35f394fa64062877adeec1
refs/heads/main
2022-12-28T10:48:32.826927
2020-10-16T11:26:11
2020-10-16T11:26:11
303,329,611
0
0
null
null
null
null
UTF-8
Java
false
false
393
java
public class SumOfArray { public static void main(String[] args) { int [] arr = new int [] {1, 2, 3, 4, 5}; int sum = 0; for (int i = 0; i < arr.length; i++) { sum = sum + arr[i]; } System.ou...
[ "noreply@github.com" ]
sarthakblr11.noreply@github.com
ba2d22db67387569689f00bf82b99e0c0ff6cc5d
7c5fd32e93edcd032a33bb1cb4544f53d9095d87
/fees/src/main/java/com/emt/constant/StateConstant.java
1e76598f0751c2f01d522ee489123c1b45a430a9
[]
no_license
traxexee/esdemo
00ca3fbdf8039e0bddf41ffa2aa3e1c3cad08483
25f412280fe15b96ee412c20996fa93875184a27
refs/heads/master
2023-02-02T14:17:54.482276
2020-12-15T09:54:14
2020-12-15T09:54:14
321,617,504
0
0
null
null
null
null
UTF-8
Java
false
false
230
java
package com.emt.constant; /** * @author 刘震 * @date 2018年12月11日 下午2:16:08 */ public interface StateConstant { //异常 Integer basicState=10; //正常 Integer successState=0; //已处理 Integer dealState=1; }
[ "zhen.liu@i-emt.com" ]
zhen.liu@i-emt.com
6b68657224974376a1c7e906f3b494fd11a01244
36ba7792e0cccfe9c217a2fe58700292af6d2204
/in_dev_npc_combat_b/SkeletonHellhound214Combat.java
7edf81f995588c5d8c7d9cf9c6b4dc877a25296d
[]
no_license
danielsojohn/BattleScape-Server-NoMaven
92a678ab7d0e53a68b10d047638c580c902673cb
793a1c8edd7381a96db0203b529c29ddf8ed8db9
refs/heads/master
2020-09-09T01:55:54.517436
2019-11-15T05:08:02
2019-11-15T05:08:02
221,307,980
0
0
null
2019-11-12T20:41:54
2019-11-12T20:41:53
null
UTF-8
Java
false
false
1,880
java
package script.npc.combat; import java.util.Arrays; import java.util.List; import com.palidino.osrs.io.cache.NpcId; import com.palidino.osrs.model.npc.combat.NpcCombatDefinition; import com.palidino.osrs.model.npc.combat.NpcCombatHitpoints; import com.palidino.osrs.model.npc.combat.NpcCombatStats; import com.palidino....
[ "palidino@Daltons-MacBook-Air.local" ]
palidino@Daltons-MacBook-Air.local
40ead70885f3ecd2e43f3b67b5776a173c2196d5
3e9c8f1aa9563f002bae6ec9dc2917b3df47ce15
/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/SingleTabModelSelector.java
a99538136708d75b5abe21dba274ef055d9532ce
[ "BSD-3-Clause" ]
permissive
raymomd/chromium
f99db09e85914de2229caf47e3cc8dbbb695c560
dbf955be0c470d6568e146420fefe10e75a08f92
refs/heads/master
2023-01-15T12:56:52.274925
2019-08-19T19:50:59
2019-08-19T19:50:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
862
java
// Copyright 2015 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.browser.tabmodel; import android.app.Activity; import org.chromium.chrome.browser.tab.Tab; /** * Simple TabModelSelector t...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c38601764af39fe5ee5d058434d6d68164f393cb
fd0102a0e292a5beda4ff1fc09839249863a14f4
/src/main/java/com/platzhaltr/flatlinr/core/FlatFileIterator.java
99274b727ef55300ef6d7f07a458805e59c6b5e1
[]
no_license
platzhaltr/flatlinr
d8215300aa3ef6bee4fe765bbbfc108f484dfdfd
61f5476c33e4803addf81577309f3667c996e80f
refs/heads/master
2021-01-02T08:52:35.739851
2012-10-10T12:50:47
2012-10-10T12:50:47
3,228,122
0
0
null
null
null
null
UTF-8
Java
false
false
6,629
java
/* * Copyright 2011 Oliver Schrenk * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[ "oliver.schrenk@gmail.com" ]
oliver.schrenk@gmail.com
fd2be5e6e1068c2b1976d3441294487a30459c68
2943f233ac0e073f585c9142f5ff66ecba7d8b13
/MessageCore/JavaSource/com/legacytojava/message/bo/rule/RulesDataBoImpl.java
a4f1f0d8ab5d1b68a3106aaa069becb2c9e7947b
[]
no_license
barbietunnie/jboss-5-to-7-migration
1a519afeee052cf02c51823b5bf2003d99056112
675e33b8510ca09e7efdb5ca63ccb73c93abba8a
refs/heads/master
2021-01-10T18:40:13.068747
2015-05-29T19:01:26
2015-05-29T19:01:26
57,383,835
0
0
null
null
null
null
UTF-8
Java
false
false
4,811
java
package com.legacytojava.message.bo.rule; import java.util.List; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.legacytojava.jbatch.SpringUtil; import com.legacytojava.message.bo.TaskBaseBo; import c...
[ "jackwng@gmail.com" ]
jackwng@gmail.com
a01e0b15e4272ba48f5b394d9ba551340bfec711
36eaa7e145ac294415cde582b554d4d379bdec86
/app/src/main/java/com/example/squadzframes/model/Event.java
83a16e048abc2313b6b368b52a35fac2bbbb02de
[]
no_license
JustinAntunes-Cardoso/SquadzApplication
f0c1e4e5de9f6de63ec7fe21a41dfd13eb7d60e6
efc2052bc2669472d3a407b53506ed3b48d71560
refs/heads/master
2023-04-09T12:20:01.171415
2021-04-24T21:34:04
2021-04-24T21:34:04
320,925,939
0
0
null
null
null
null
UTF-8
Java
false
false
1,079
java
package com.example.squadzframes.model; public class Event { String id; String location; String host; String time; String partySize; String complvl; public Event(){ this.id = ""; this.location = ""; this.host = ""; this.time = ""; this.partySize = ""...
[ "justin.antunes-cardoso@hotmail.com" ]
justin.antunes-cardoso@hotmail.com
290138abcf0f4ea511ccec248b8d4c56abb5f60e
bd7de1014ce448c2ae6cd670eeb3dc7f4fecea51
/src/src/GFG.java
2cb71edffc4232adf556fc7a2284ebe3ac94566b
[]
no_license
LeemonX/asu-travelling-salesman-problem
461310dc9424c0a78190c3bd4837da899044e867
849d0f45dc7adbfe43ed3e071bfd4cd542523180
refs/heads/master
2022-11-07T23:44:00.729613
2020-06-24T12:58:23
2020-06-24T12:58:23
268,269,380
0
0
null
null
null
null
UTF-8
Java
false
false
3,046
java
import java.util.Arrays; public class GFG { static int N; static int[] final_path; static boolean[] visited; static int final_res; public GFG(){ N = 4; final_path = new int[N + 1]; visited = new boolean[N]; final_res = Integer.MAX_VALUE; } static void copy...
[ "zloylemonchik@gmail.com" ]
zloylemonchik@gmail.com
f446661dda29294ac1ae431f03b7d440359f0ca7
60b637aee9095ff0fd7a1affd86c6b6fe8fecf6c
/App/android/MyAR/app/src/main/java/marvyco/myar/GPSManager.java
89f4a67ce24082169e9598291135c036ef11e2bb
[ "Apache-2.0" ]
permissive
NaTQiM/Street-name-detection
666a2ab2201f9e53474bf26d913cfb0773336331
cb8e29f14f41b2dc807641bbc63c0c673e086b91
refs/heads/main
2023-04-03T00:27:20.646140
2021-04-05T14:56:45
2021-04-05T14:56:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,253
java
package marvyco.myar; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.pm.PackageManager; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import andro...
[ "35948603+ngthquocminh@users.noreply.github.com" ]
35948603+ngthquocminh@users.noreply.github.com
5bbec3ae48d16356cdaf0a7f6ecf6005a6f1bc28
290697a05998e282d95e8c7acf2f1ad440b2eafc
/core/src/com/mrwalker/firstgame/Entity/Models/EntityEnvEffect.java
ef4e98d7a53f5ae0bd17c49d34de7d41ef74458a
[]
no_license
szymonjanas/JamesWalkerGame
15ef28e64595dd02ce114aca50b69f789a48847c
abc85ec2457b67f1c4fd93832b137fbdb56b70ad
refs/heads/master
2022-08-20T20:28:44.760339
2020-05-29T19:59:21
2020-05-29T19:59:21
262,081,962
0
0
null
null
null
null
UTF-8
Java
false
false
1,883
java
package com.mrwalker.firstgame.Entity.Models; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.utils.TimeUtils; public class EntityEnvEffect { /* Entity Environmental Effects */ private short realSpeed = 0; private short noise = 0; //representation of noise in circle radius ...
[ "szymon.janas.95@gmail.com" ]
szymon.janas.95@gmail.com
565f8eaff6e2dc336fa0a42b644730d4a6ec2d84
a35547ea99a947ee22a1749ff902120f2ac02c87
/minijava/minijava-examples-new/LinearSearch.java
b2332bba526f37de00055198653067fce80f1120
[]
no_license
johnkalog/MiniJava
981bd44a6f8a997a99b506a638686c7c6f7d7e27
1b0a1f08d24d6b5e4d84b3bd621bb3eaff047718
refs/heads/master
2020-05-05T12:17:39.503951
2019-10-06T20:17:04
2019-10-06T20:17:04
180,022,570
0
0
null
null
null
null
UTF-8
Java
false
false
1,712
java
class LinearSearch{ public static void main(String[] a){ System.out.println(new LS().Start(10)); } } // This class contains an array of integers and // methods to initialize, print and search the array // using Linear Search class LS { int[] number ; int size ; // Invoke methods to initializ...
[ "JohnKal97@gmail.com" ]
JohnKal97@gmail.com
ae9a50575e543a181e70b6d9f532ebd14d281606
5eeef357dda16437f988ee271034425788c9f7d1
/src/main/java/inflearn/step07_DFS_BFS/_01.java
79a20dc16136b3827844a9b3fc550411158e0f7a
[]
no_license
kimdia200/baekjoon_Algorithm
dad1a315ffca65541017c4f79bc9d19c6e7e7ad7
7e4daf549c8612d8ea398040597465a1a722fe4f
refs/heads/master
2023-04-26T14:43:48.995685
2023-04-20T06:02:18
2023-04-20T06:02:18
194,688,304
4
0
null
null
null
null
UHC
Java
false
false
618
java
package inflearn.step07_DFS_BFS; public class _01 { //재귀를 언제 호출하냐에 따라 결과가 달라짐 public static void main(String[] args) { System.out.println("dfs1============================="); new _01().dfs1(10); System.out.println(); System.out.println("dfs2============================="); ...
[ "kimdia2000@gmail.com" ]
kimdia2000@gmail.com
b25f4d2810ab860f2da2014da3cffc8b51da1cc0
c1136f943bca02e7259438c82e2e7823dd1d562f
/app/src/main/java/com/project/ahmed/v_tracker/DevicesFragment.java
436304436fe30e81631a40b8e8231883ed23f879
[]
no_license
ahmedelmoughazy/V-Tracker
a2f00302e2f601411f18f8e912d57566e9d52b01
b0cf081288ef414b4e428e2d3844707dde91e9ee
refs/heads/master
2020-03-22T14:41:27.349551
2019-05-11T07:49:08
2019-05-11T07:49:08
140,197,764
0
0
null
null
null
null
UTF-8
Java
false
false
14,109
java
package com.project.ahmed.v_tracker; import android.Manifest; import android.app.NotificationManager; import android.app.PendingIntent; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.content.BroadcastReceiver; import android.content.Context; import android.content.In...
[ "ahmedelmoughazy2@gmail.com" ]
ahmedelmoughazy2@gmail.com
ff85241d051846503fcfc7c8f2d5952b3f129237
75e6cca0fdf75987e8bf59874de309e914096a78
/src/test/java/testcore/controls/common/RadioControl.java
4c17032098b8b0ce81559b0659a6d122240fb057
[]
no_license
santhoshkumarmoolya/Neutron
d6778d49d1830615fc52c314f54a8f73c94c8377
997a9d7bcf0b7095f17e387f9dd272ef4f70ae89
refs/heads/master
2023-05-10T17:10:38.474155
2023-05-02T04:17:40
2023-05-02T04:17:40
226,841,964
0
0
null
2023-05-02T04:17:41
2019-12-09T10:11:59
Java
UTF-8
Java
false
false
344
java
package testcore.controls.common; import control.WebControl; import org.openqa.selenium.WebElement; import page.IPage; public class RadioControl extends WebControl { public RadioControl(String name, IPage page, WebElement element) { super(name, page, element); } @Override public void click() { this.getRawWe...
[ "msanthosh87@gmail.com" ]
msanthosh87@gmail.com
f11d83a8d965308543d35888f34d21882eb7d5f9
1e1b967637da64bfcb6b770b82ba1b0a9d47eba7
/happy-log/src/main/java/org/happy/log/slf4j/Slf4jLoggerImpl.java
ea624329fd779a082b1945d73b446410fd1e0272
[]
no_license
happy150923/happy-parent
dd03bfaf11d6f45c1086f4b39dbef51ad6ec3644
864d343b0409df5936987a7a819087fb4a4d2c37
refs/heads/master
2021-01-19T23:53:18.791692
2017-02-09T14:51:32
2017-02-09T14:51:32
76,442,768
0
0
null
null
null
null
UTF-8
Java
false
false
693
java
package org.happy.log.slf4j; import org.happy.log.Log; import org.slf4j.Logger; class Slf4jLoggerImpl implements Log { private Logger log; public Slf4jLoggerImpl(Logger logger) { log = logger; } @Override public boolean isDebugEnabled() { return log.isDebugEnabled(); } @Override public boolean isTrace...
[ "chengxia0714@sina.cn" ]
chengxia0714@sina.cn
1ea6c803278088647a792b0aaf1f3eb2ce848949
a2cdf80a1339dcc8eee5fd4d9fcbf3e9e538673d
/android/app/src/main/java/com/textfieldgesturebug/MainApplication.java
6e540a2e490cc4e8e270b839d75693f6d5cfeaa3
[]
no_license
desmondmc/RNTextInputGestureBug
7b0359c17a72bc2d580e00fc1403c6d366f0354f
34f7f076d85dc7bc8da8f722f5209909440279be
refs/heads/master
2023-01-10T10:36:29.081860
2020-02-16T19:38:44
2020-02-16T19:38:44
240,950,442
1
0
null
2023-01-05T07:26:14
2020-02-16T19:17:02
Objective-C
UTF-8
Java
false
false
2,286
java
package com.textfieldgesturebug; import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.soloader.SoLoader; import java.lang....
[ "desmondmcnamee@gmail.com" ]
desmondmcnamee@gmail.com
78abbb77bed7b4b81987ca21c134c7450e125b98
6b0af00c82ecd16c4251b72331d398c4c7314eba
/commons/trunk/commons-pattern/src/test/java/com/xplus/commons/pattern/interpreter/node/ActionNode.java
50e4e27e1ef83dd88cde2e55ba3fae293808d3a3
[ "MIT" ]
permissive
hunny/xplus
0c918259f9a4c61586cab37081ec793276297b79
506b963498bd3196c3d4de95893993dae2688a7d
refs/heads/master
2021-01-22T23:29:46.425201
2018-07-15T04:16:37
2018-07-15T04:16:37
85,644,862
3
1
null
null
null
null
UTF-8
Java
false
false
486
java
package com.xplus.commons.pattern.interpreter.node; // 动作解释:终结符表达式 public class ActionNode implements Node { private String action; public ActionNode(String action) { this.action = action; } // 动作(移动方式)表达式的解释操作 @Override public String interpret() { if ("move".equalsIgnoreCase(action)) { return "移动"; ...
[ "huxiong888@163.com" ]
huxiong888@163.com
63b50c1e2d002315b5de60a199e3a534ca916fc2
29c4261902f7e3dc6f206f16c02a977e84d18326
/OCSE/airlines-osce-logger-service/airlines-S3/src/main/java/com/cg/airlines/bean/Flights.java
cddbb96ef149fbf74e090549e2b7da81739c6b99
[]
no_license
loggerservice/OSCE_LOGGER
ed7cb0cab882304f384a5dabff3c77eb418e2003
5a14b0e255d53f7f3e93b7ff8fcea3ce77e00e0a
refs/heads/master
2022-06-26T04:54:42.590194
2019-06-17T10:59:15
2019-06-17T10:59:15
191,538,356
0
0
null
2022-06-21T01:16:59
2019-06-12T09:17:14
Java
UTF-8
Java
false
false
2,848
java
package com.cg.airlines.bean; import java.io.Serializable; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; import javax...
[ "noreply@github.com" ]
loggerservice.noreply@github.com
bbd846ce33149360e77eb0f4677d9ba2465fbdf7
5d614df21b2408da5696785de97f66f15bdf4817
/src/main/java/eu/mivrenik/particles/io/Dialog.java
cf65c9b5b5d3366c1c3897fab5645eca396dd1c7
[ "MIT" ]
permissive
gim-/particles-in-box-java
58e7109dd1ace556185210d5062998c13e4814cb
4f00b8a32691d2452be53fd816a54567d2d699f2
refs/heads/master
2020-04-12T09:00:49.398489
2016-10-15T21:29:35
2016-10-15T21:29:35
65,075,956
6
1
null
2016-10-15T21:29:36
2016-08-06T09:48:08
Java
UTF-8
Java
false
false
1,510
java
package eu.mivrenik.particles.io; import javafx.scene.control.Alert; import javafx.scene.control.Label; import javafx.scene.control.TextArea; import javafx.scene.layout.GridPane; import javafx.scene.layout.Priority; import java.io.PrintWriter; import java.io.StringWriter; public final class Dialog { private Dial...
[ "igor@morozov.is" ]
igor@morozov.is
7277889faf9870908c8a1400134d3733a170541d
2bdfa1041b173ffed185a121b7fdb3c86e3f76e3
/src/com/lero/web/DormManagerServlet.java
2ae508855848206dab3df7b9e2e901cb918f3225
[]
no_license
a1055167474/DormManage
10b851899c2ee67bd754d93bcbd56842d2386223
e5809dc83470aac9210780807d9146346451b4ec
refs/heads/master
2020-06-09T03:12:41.132135
2019-06-23T14:50:25
2019-06-23T14:50:25
193,359,609
0
1
null
null
null
null
UTF-8
Java
false
false
8,680
java
package com.lero.web; import java.io.IOException; import java.sql.Connection; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import...
[ "48648802+a1055167474@users.noreply.github.com" ]
48648802+a1055167474@users.noreply.github.com
a39ef1b3dd64b41422021a95da094426b5867e5d
4c99452860313b59656d10d56f56d6bcc0e39114
/springboot-config/src/main/java/com/appcity/app/config/SpringbootConfigApplication.java
9242e8dc2dbf9f205848ed06f612e902b8b486d4
[]
no_license
appcityudea/springboot
4f60ecfdaef68a00a9811c8a41d2888a6bd95a30
ffa5e16864e050a18776b2845634cf39adc8b0d1
refs/heads/main
2023-04-13T15:42:16.115198
2021-04-12T14:02:46
2021-04-12T14:02:46
357,210,889
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
package com.appcity.app.config; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @EnableConfigServer @SpringBootApplication public class SpringbootConfigApplication { public stat...
[ "David Guerrero@DESKTOP-BG2QFCV" ]
David Guerrero@DESKTOP-BG2QFCV
7571793f344d3767c86ec597f15a488df6d1da07
e8a829a71b8509165712c47cb2c503f112acd642
/src/main/java/selenium/Omniful/WebSiteLoginPage.java
1ff56d06c272e19ec3adbf509c40304cc3a2267d
[]
no_license
hadeer1993/Omniful
0e7d7b4a8b062f86c3c1d85ce3be14d219d7718d
a02615db30a3dbf4a3a94658f2391cc04e320dba
refs/heads/main
2023-05-27T10:11:54.769831
2021-06-17T15:01:58
2021-06-17T15:01:58
305,352,292
0
1
null
null
null
null
UTF-8
Java
false
false
567
java
package selenium.Omniful; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class WebSiteLoginPage extends PageBases { public WebSiteLoginPage(WebDriver driver) { super(driver); // TODO Auto-generated constructor stub } @FindBy(id="e...
[ "hadeer.ali@ibtikar.net.sa" ]
hadeer.ali@ibtikar.net.sa