blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
5785c3bdc158a4e227ec9a832568855c199966e6
6b495e45de41200afc76fc5d5df0f2e47cbd8b6e
/Top_300+_Freq_by_Tag/Two Pointers/medium/287. Find the Duplicate Number.java
aca4e0c74e6126c441f2890bc34462f486996a3a
[]
no_license
desperatecat/leetcode_practice_set
96e4139239b01fbde66b1e75510b1250e3fade72
785a947b0ad338e17eecceae8dc1e659b6fb3221
refs/heads/master
2020-12-27T08:31:18.974520
2020-09-13T23:23:55
2020-09-13T23:23:55
237,832,998
0
0
null
null
null
null
UTF-8
Java
false
false
523
java
//https://leetcode.com/problems/find-the-duplicate-number/discuss/72846/My-easy-understood-solution-with-O(n)-time-and-O(1)-space-without-modifying-the-array.-With-clear-explanation. class Solution { public int findDuplicate(int[] nums) { if (nums.length > 1){ int slow = nums[0]; int fast = nums[nums[0]...
[ "376198935@qq.com" ]
376198935@qq.com
1f25640806deeb5251aee98c11b41ee8dc369048
696b0c72aa79bcb4db1a5ee003059fc69d2364ff
/tests/tests/calllog/src/android/calllog/cts/TestUtils.java
d2c57a5ead4216f38e024d25f101e196da1e1c74
[]
no_license
jpxiong/platform_cts
720ba8f0f2ce56aba4643d27df5516f9720df2d8
dd40d693dfc3030cf8e9b0bf9f450f2276feb9ca
refs/heads/master
2021-01-10T09:26:31.419082
2015-10-02T19:27:59
2015-10-02T19:27:59
43,866,634
8
2
null
null
null
null
UTF-8
Java
false
false
2,663
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...
[ "santoscordon@google.com" ]
santoscordon@google.com
434cb9d0bc5ceb3bf1f774b105e877d89ebd5505
f0a5adeedb54a061c8e7bdfcec8d039ce15666d6
/src/com/example/tipcalculator/CalculateTipActivity.java
5a226d711a200ed977b90cc4ba0e8cba9c52acdc
[]
no_license
sumitusc/AndroidTipCalculator
2a1c2a06408e11fb1eee349b33a571ed8b85825f
44e24993d78e99d4f8189963cf4d9fa5dc4ff514
refs/heads/master
2020-04-20T10:59:47.017965
2014-01-14T06:48:11
2014-01-14T06:48:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,628
java
package com.example.tipcalculator; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.view.View; import android.widget.Toast; import android.widget.EditText; import android.widget.TextView; public class CalculateTipActivity extends Activity { public EditText etBillAmoun...
[ "gupsumit@futurespoke-lm.(none)" ]
gupsumit@futurespoke-lm.(none)
3ec48e5a3c7e7168e133a33519f1e3ca48201fbb
8a09cbb8026c6f435a713cf62baba721e8327453
/realmtester/src/main/java/info/juanmendez/realmtester/demo/models/Query.java
ee6e321807f29520a1bddc241512826077d5f53b
[]
no_license
juanmendez/realm-tester
1c37780417fbdca3e4f9adbdafd791795e258303
2a25585c98b66d1db3dbe6804f47fa7051efb157
refs/heads/master
2018-12-08T20:02:50.376678
2018-09-23T18:57:56
2018-09-23T18:57:56
82,135,476
4
1
null
2018-09-12T01:00:41
2017-02-16T03:36:58
Java
UTF-8
Java
false
false
951
java
package info.juanmendez.realmtester.demo.models; public class Query { private String field; private String condition; private Object[] args; private Boolean asTrue = true; public static Query build() { return new Query(); } private Query() { } public Query setField(Strin...
[ "contact@juanmendez.info" ]
contact@juanmendez.info
83254284d036e88d7faf795f1b38a8a97bdcaf50
27b91623fdc42621ee25cd2731e48e683b42a2b0
/app/src/main/java/co/com/android_dev/gdgcali/gdgcali/model/AttachmentsAnswer.java
a4a4b88b52679a02e14ac7012ca837dcd635e2c9
[]
no_license
gdgcali/GDGCaliApp
6809d67ddd8c3169ed8ded5c83963b7feed31bbd
f34384919c05b9e87a4a38872d48abcd708eedfb
refs/heads/master
2021-01-10T20:07:44.882179
2015-07-29T03:53:50
2015-07-29T03:53:50
38,412,114
5
0
null
null
null
null
UTF-8
Java
false
false
2,448
java
package co.com.android_dev.gdgcali.gdgcali.model; import com.google.gson.annotations.SerializedName; /** * Created by user on 25/06/2015. */ public class AttachmentsAnswer { @SerializedName("id") private Integer id; @SerializedName("url") private String url; @SerializedName("slug") priva...
[ "juan.gomez01@gmail.com" ]
juan.gomez01@gmail.com
0b2612cacdad71124a80f5f8b0d855e26bf46540
0cc6bc0a0c92b9903b163a7aeb4f013c1a9fd795
/google-speech-protobuf/src/main/java/nlp_fst/Path.java
7bc10c09ae16766abb930366ab2f7d178623f309
[]
no_license
jackz314/SpeechRecognizer
fe34254727ae44ee3ddd83daad873257df1ac078
07ba8ec2a158830b37000bb3750a4f7c622b12d0
refs/heads/master
2023-04-08T09:24:19.079178
2021-04-12T23:55:33
2021-04-12T23:55:33
320,767,241
3
2
null
null
null
null
UTF-8
Java
false
true
56,321
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: speech/fst/path.proto package nlp_fst; public final class Path { private Path() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com...
[ "zhangmengyu10@gmail.com" ]
zhangmengyu10@gmail.com
d614933f2594f3c8c65f03070f067b8df5a6ced5
c4086e3cf193104c662ba1a4d4cadce9a7767f5b
/express/WEB-INF/classes/com/alltel/lsr/common/util/PostEvent.java
e0b77133e085c2dd29f4900b9e2e8a697b72c7c6
[]
no_license
srijithManeshkumar/ExpressApp
7b64eccd1fc5cc82252a7ae6008f5e7666f3dc05
7997e3f0cde56404915b0473b1357ea4c64b22d4
refs/heads/master
2023-05-09T02:06:03.916506
2021-05-25T14:11:56
2021-05-25T14:11:56
370,685,144
0
0
null
null
null
null
UTF-8
Java
false
false
5,022
java
/* * NOTICE: * THIS MATERIAL CONTAINS TRADE SECRETS THAT BELONGS TO ALLTEL INFORMATION * SERVICES, INC. AND IS LICENSED BY AN AGREEMENT. ANY UNAUTHORIZED ACCESS, * USE, DUPLICATION, OR DISCLOSURE IS UNLAWFUL. * * COPYRIGHT (C) 2004 * BY * ...
[ "srijith.m@prodapt.com" ]
srijith.m@prodapt.com
88b2be91c28becffd917784d4da9c77675fdb540
eb33ac1a80b0964d3aa23e2ab21e5bb554000c0b
/src/main/java/com/huawei/it/service/dto/package-info.java
5d62c076f21f5c1bf99e81986c845723e85db76e
[]
no_license
bearlly/msnlp
f7cb56d0e6a04c52fad2526cb8d1e64dc71775d3
0469dcd046893386e989803b1a6f2ecebd45c2dc
refs/heads/master
2020-03-24T07:34:39.001160
2018-07-27T11:25:56
2018-07-27T11:25:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
69
java
/** * Data Transfer Objects. */ package com.huawei.it.service.dto;
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
cc8aa89354cf3e849db937fb140ceedd0c8ad89a
087136b0ead4dde00b557a02a181be6ea7081c9a
/SupetsCamera/thirdlib/MotuSDKLib/src_sdk/cn/jingling/lib/filters/onekey/CameraFuguSceneryLive.java
d6bff49cb852ff73220146b26b170b6dd9032b8c
[]
no_license
JiShangShiDai/supets-camera
34fb32d16ebeb8de5d0271dbc9fa83314998895c
4976922fd77cfc62afbe64836185faa03642254f
refs/heads/master
2021-05-14T10:59:44.532044
2017-08-09T03:57:56
2017-08-09T03:57:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
740
java
package cn.jingling.lib.filters.onekey; import android.content.Context; import android.graphics.Bitmap; import cn.jingling.lib.filters.CMTProcessor; import cn.jingling.lib.filters.Curve; import cn.jingling.lib.filters.OneKeyFilter; public class CameraFuguSceneryLive extends OneKeyFilter { @Override public Bitmap a...
[ "lihongjiang@supets.com" ]
lihongjiang@supets.com
b58cfaea8f696d61b275f5cdf74fae540566e705
9dd1526e874ee69e78abe01ce59e8d13011986d3
/src/cn/edu/zjut/po/Customer.java
637456aa32a77a3c4e6e09251af96f43ea7089f1
[]
no_license
MarsDingC/hibernate-prj1
ede4384f9e67001e1384f9185fc3f913e7dff6ef
877858cb860f72e7440692681103c1576997e38b
refs/heads/master
2021-05-06T14:08:32.916103
2017-12-06T14:39:01
2017-12-06T14:39:01
113,327,329
0
0
null
null
null
null
UTF-8
Java
false
false
4,425
java
package cn.edu.zjut.po; import java.sql.Date; /** * Created by 92377 on 2017/11/8. */ public class Customer { private int customerId; private String account; private String name; private String password; private String sex; private Date birthday; private ContactInfo contactInfo; pub...
[ "923779127@qq.com" ]
923779127@qq.com
f9e0d7e421c9b3805feff4c840e8928ceae4d8d5
455f8692099d40d41eb94b04cba5c9a82602d7f3
/src/main/java/com/airbnb/airpal/sql/jdbi/URIArgumentFactory.java
e8236d0b2a24595fdb6b03aa331b99db4dfd70bd
[ "Apache-2.0" ]
permissive
combineads/airpal
7556a0411f4fcfd252a22b8c8dcd52237c83c0eb
f1cae9f8469181eba8236a44b49e2486622ea617
refs/heads/master
2020-03-14T05:02:38.189792
2018-04-30T09:06:34
2018-04-30T09:06:34
131,455,648
0
2
Apache-2.0
2018-04-29T02:16:43
2018-04-29T01:03:40
Java
UTF-8
Java
false
false
557
java
package com.airbnb.airpal.sql.jdbi; import org.skife.jdbi.v2.StatementContext; import org.skife.jdbi.v2.tweak.Argument; import org.skife.jdbi.v2.tweak.ArgumentFactory; import java.net.URI; public class URIArgumentFactory implements ArgumentFactory<URI> { @Override public boolean accepts(Class<?> expectedType...
[ "a.r.kramolisch@gmail.com" ]
a.r.kramolisch@gmail.com
7711f0416486bf6d2e04ef454545d71f438ea81c
fd41b64b6cb47a03e10a7c1c2f08af7e9b502963
/src/Service/ICrudDao.java
e686d765ebe7adab574d4bc277e5c7ef8aa00e3c
[]
no_license
DiegoLooo/ProyectoARC-FE
93a0e08ac8c84149794a32f74f62ebf2d9d3e882
7315205ebc491476cf323855f821ed56caa59519
refs/heads/master
2022-12-22T10:36:42.485948
2020-09-23T04:50:12
2020-09-23T04:50:12
293,453,747
0
0
null
null
null
null
UTF-8
Java
false
false
511
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 Service; import java.util.List; /** * * @author ARCRODINPC-02 */ public interface ICrudDao<T> { void create(T t) ...
[ "42753912+DiegoLooo@users.noreply.github.com" ]
42753912+DiegoLooo@users.noreply.github.com
83fa59ebb0120bfbf6c69c483150fc1f27357da1
6bf2ed8639e4fa1df2de8cab2dea1470b4f8b32a
/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java
090455090cf8cc98d2c5aed5f885ea0849d13d9c
[]
no_license
xiefan46/OrderSystem
b4661adc427f0d585feaf4166a9a349082a32338
2ebaaecbcebaa1a367945fe57d547eab559d272e
refs/heads/master
2020-07-03T00:33:58.932855
2016-11-19T12:46:52
2016-11-19T12:46:52
74,208,274
1
0
null
null
null
null
UTF-8
Java
false
false
3,789
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 ...
[ "958034172@qq.com" ]
958034172@qq.com
a760151cef676371680cfaf8505ae15d069e5d49
b7a1592a60c7ff46dc577a0690671f40788db66b
/app/src/main/java/hr/ferit/tumiljanovic/osnoverwima_lv1/MainActivity.java
5cf610c7a948d28803f6556325dda6a5ea26509f
[]
no_license
TeaUmily/ORWIMA
1194c714efed930b420d56b1dba099f6b5b5e41b
133e02d5de32c2a238b38021198afe36679870a0
refs/heads/master
2020-04-08T00:59:02.356183
2018-11-23T20:43:19
2018-11-23T20:43:19
158,876,345
0
0
null
null
null
null
UTF-8
Java
false
false
4,552
java
package hr.ferit.tumiljanovic.osnoverwima_lv1; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.widget.Button; import andro...
[ "terezija.umiljanovic@gmail.com" ]
terezija.umiljanovic@gmail.com
7e82046f47163158fde8c09df353b29683735af1
5a0bfac7ad00c079fe8e0bdf1482f4271c46eeab
/app/src/main/wechat6.5.3/com/tencent/tmassistantsdk/aidl/ITMAssistantDownloadSDKServiceInterface.java
830b5eb1424516faa447a0a1be6338fc2b4a1591
[]
no_license
newtonker/wechat6.5.3
8af53a870a752bb9e3c92ec92a63c1252cb81c10
637a69732afa3a936afc9f4679994b79a9222680
refs/heads/master
2020-04-16T03:32:32.230996
2017-06-15T09:54:10
2017-06-15T09:54:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,203
java
package com.tencent.tmassistantsdk.aidl; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import com.tencent.tmassistantsdk.downloadclient.TMAssistantDownloadTaskInfo; import java.util.Map; public interface ITMAssistantDownloadSDKServiceInterface extends IIn...
[ "zhangxhbeta@gmail.com" ]
zhangxhbeta@gmail.com
e99f8ffe0e46b66f0ca5b7edad59102940013f64
85c98acdfd0698092fcb7d7bd54ee1ce28e83163
/src/代理模式/动态代理/code/IUserDao.java
39cd7e076d6fc9d934a9ad450bc68c18c627538c
[]
no_license
743551828/Design-Patterns-Java
195f420c166ae2d6be23d04ea3dba4346f869538
5e2d7653e7ae6c5a43d3510985dcffebf16c7c28
refs/heads/master
2022-12-03T07:39:04.072279
2020-08-25T02:35:27
2020-08-25T02:35:27
285,503,490
0
0
null
null
null
null
UTF-8
Java
false
false
185
java
package 代理模式.动态代理.code; /** * @description: * @author: zhangys * @create: 2020-08-21 14:12 **/ public interface IUserDao { void save(); void update(); }
[ "zhangys@dist.com.cn" ]
zhangys@dist.com.cn
00e268b933b56b16ae5aae0b7a928afb384c4d5f
757061288c23f75bbe18fedb34cfd90d5e8def50
/ServerSingle.java
309f86d067d357447c06fa41751d461f09b2fe6c
[]
no_license
stono888/JavaSocket
351a6d05dc6dd6efdb109cae0398e9707476473c
3c6dff494c715229e8e9ccfea82fa0cad610fa40
refs/heads/master
2021-01-01T18:41:37.502620
2014-12-03T08:01:49
2014-12-03T08:01:49
null
0
0
null
null
null
null
GB18030
Java
false
false
1,509
java
package com.srie.test; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; /** * 基于TCP协议的Socket通信,服务器端 * * @author ThinkPad * */ pub...
[ "stono_wang@163.com" ]
stono_wang@163.com
4b0d65932578a4c41ece04ed7323dc24beb48f2a
b558c99857bcc4ce1ff97c53ebeba0391fdd3967
/src/test/java/com/kazale/pontointeligente/api/repositories/LancamentoRepositoryTest.java
7586d847f5983e47c9f4d90ec5525c9a8a101aee
[ "MIT" ]
permissive
ESKoda/ponto-inteligente-api
1d31bdf909ca35a6c9743c83871c6a2ea4be1679
88bd2d7ecd2372eb76a58318f70510927b61e10a
refs/heads/master
2023-01-29T06:42:13.708285
2020-12-14T17:30:07
2020-12-14T17:30:07
312,087,475
0
0
null
null
null
null
UTF-8
Java
false
false
3,074
java
package com.kazale.pontointeligente.api.repositories; import static org.junit.Assert.assertEquals; import java.security.NoSuchAlgorithmException; import java.util.Date; import java.util.List; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import or...
[ "ekoda@uolinc.com" ]
ekoda@uolinc.com
7537bf7035609d5b542ac068b1f3d535cfb767f5
882d3591752a93792bd8c734dd91b1e5439c5ffe
/android/QNLiveShow_Anchor/liveshowApp/src/main/java/com/qpidnetwork/anchor/framework/widget/barlibrary/BarParams.java
ddf735a7137b0a5d6f98950e0c42a5fc24d1e162
[]
no_license
KingsleyYau/LiveClient
f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231
cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2
refs/heads/master
2022-10-15T13:01:57.566157
2022-09-22T07:37:05
2022-09-22T07:37:05
93,734,517
27
14
null
null
null
null
UTF-8
Java
false
false
3,995
java
package com.qpidnetwork.anchor.framework.widget.barlibrary; import android.database.ContentObserver; import android.graphics.Color; import android.support.annotation.ColorInt; import android.support.annotation.FloatRange; import android.view.View; import android.view.WindowManager; import java.util.HashMap; import ja...
[ "Kingsleyyau@gmail.com" ]
Kingsleyyau@gmail.com
eb287dc482bfff84d38567b3e7471ba5391957d7
9a13de8ba2517924f09bbc8b7bc8e40d3225f598
/src/main/java/com/tt/teach/dao/StudentDao.java
423fe78ffe9d39068540ea4ce8ed6032eceb3b79
[]
no_license
songce1/teach
f44ab07147b66057ad1adaff0dc31a46ae0ffdc1
ea31816b030999f186bc3930fec26fa6438a2434
refs/heads/master
2020-04-12T10:32:54.933012
2018-12-19T12:17:30
2018-12-19T12:17:30
162,432,994
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package com.tt.teach.dao; import com.tt.teach.pojo.Student; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Repository; import java.util.List; @Mapper @Repository public interface StudentDao { @Select("select * from student where st...
[ "1914762186@qq.com" ]
1914762186@qq.com
9d062adcbe39a14cf2856e17b07ad762ba226074
b5cfe0f0ea89c2f4d4ba3a662fc178736fab5636
/Printing numbers in pyramid pattern/Main.java
bacbd249719a9e4e47d118e82ddecfefc02bacd8
[]
no_license
diksha9023/Playground
568e7fcd4b6943c125b80dca622d5a0e357f5aa3
cfb113b982d9faff794b929fedeeab9b061b4823
refs/heads/master
2020-04-14T17:00:24.648100
2019-05-02T09:59:10
2019-05-02T09:59:10
163,967,297
0
0
null
null
null
null
UTF-8
Java
false
false
483
java
import java.util.Scanner; class Main{ public static void main (String[] args){ Scanner scan = new Scanner(System.in); int n =scan.nextInt(); int val=1; for(int i=1;i<=n;i++) { for(int space =1;space<=(n-i);space++) { System.out.print(" "); }...
[ "46346380+diksha9023@users.noreply.github.com" ]
46346380+diksha9023@users.noreply.github.com
6c6d44fda9fdb70ce1c2c2220662443a5740a879
05078c9584083f3f0e4a861894893ffe50dd54e8
/Yok/app/src/main/java/com/example/zuhal/yok/Tab3.java
4eedbaa86de37d398c4a1b7d049ae1db9ec3a9d7
[]
no_license
zuhalhur/UniversityApp
a1fec96f5d47cc2a17878177e179b104d5b77cfe
c64882e086d3be0dbbd983ac8394668b87e6efb1
refs/heads/master
2020-09-16T06:58:05.755022
2017-06-15T22:43:51
2017-06-15T22:43:51
94,484,363
0
0
null
null
null
null
UTF-8
Java
false
false
4,279
java
package com.example.zuhal.yok; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.DisplayMetrics; import android.view.Display; import android.view.LayoutInflater; import android.view.View; i...
[ "zuhalhur@gmail.com" ]
zuhalhur@gmail.com
69246fa6d851c5349dd87f82a0a4c288d2ffea9a
e0f91ceb995d7876ab40bc549d1f0ae1257ee410
/dto/src/main/java/kr/co/theplay/zzz/ZUserSingleResDto.java
f7ebd20d42f884d8607e200fbffcf189c684118b
[]
no_license
Hae-Riri/alcohol
41b41905f6959efa6d01fbd13dfb4067bd83f975
1f3816deb0687bb2e80116acd8e065362e15b955
refs/heads/master
2023-03-17T16:51:11.278602
2021-02-22T06:28:10
2021-02-22T06:28:10
337,103,572
0
0
null
null
null
null
UTF-8
Java
false
false
638
java
package kr.co.theplay.zzz; import io.swagger.annotations.ApiModelProperty; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; @Getter @NoArgsConstructor public class ZUserSingleResDto { @ApiModelProperty(value = "uid", dataType = "String", required = true, example = "ehl3288@naver.com"...
[ "ehl3288@naver.com" ]
ehl3288@naver.com
e7c3099e2c804082d44ae1c7b7176beb63e8a011
0ef389a004d0f36de8f24bdc76cd76122a9c0638
/easymock/src/main/java/com/tsingsoft/android/util/PointLoadHandleUtil.java
694cbc2bbf3a8806af2d08f918a036c41eb57723
[]
no_license
songjz2011/water
8d677b33641efb3da16c9fad176fc1a66a021119
434732385f401ce7c239495ebe79c0d141e27723
refs/heads/master
2016-09-06T08:40:17.673896
2014-12-09T06:45:20
2014-12-09T06:45:20
11,657,188
1
2
null
null
null
null
UTF-8
Java
false
false
3,366
java
package com.tsingsoft.android.util; import java.text.NumberFormat; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.TreeMap; import com.tsingsoft.android.common.SysConstant; /** * <pre> * 时刻点值处理的工具类 * </pre> * * @author songjz...
[ "songjz2011@163.com" ]
songjz2011@163.com
311ede7e8550da6e573b21b68084ef2d6ef5fa67
e4a21bee21efb3b79b7767980b2f07c49957ca86
/step 15/NewReleasePrice.java
43085f89930a6df65662c136e5e0e7572ab98700
[]
no_license
bladefo/FinalRefactoring
6fb5da93889b647d0ed1c3785ca08873e49c8975
cc78ca43015e32d87e52e8d1cd7589a5a8923b38
refs/heads/master
2020-04-11T20:18:53.719127
2018-12-17T07:56:47
2018-12-17T07:56:47
162,066,169
0
0
null
null
null
null
UTF-8
Java
false
false
405
java
package bad.robot.refactoring.chapter1; public class NewReleasePrice extends Price{ @Override public int getPriceCode(){ return Movie.NEW_RELEASE; } @Override public double getCharge(int daysRented){ return daysRented*3; } @Override public int getRentalPts(int daysRen...
[ "bladeforsythe@gmail.com" ]
bladeforsythe@gmail.com
bb1c7a0f179efe709f0f8e5d6fb77adde6b86f50
5aacddb3f25ff4b7231f0be38f56056fc2063b25
/Etudiant/src/com/formation/etudiant/Modifier.java
33cd7a341255dc1e77cbee87d8575e5071f8132f
[]
no_license
rihi001/WorkAndroid
ea54979931094629b2a4350b724ddc017523dbc7
759c74f486a6a324ffa4eb6c1884bb7d2544801e
refs/heads/master
2021-01-10T05:11:49.792234
2016-02-03T23:52:12
2016-02-03T23:52:12
50,382,708
2
0
null
null
null
null
UTF-8
Java
false
false
967
java
package com.formation.etudiant; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class Modifier extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R...
[ "RIHI@192.168.1.5" ]
RIHI@192.168.1.5
83db697dc6e10ab77e5694d5b2dc0cb4650fdff7
be1faf8675ebf3ca53e46b97b08935a4c2ea4426
/Sannad_App/app/src/main/java/com/Sannad/SannadApp/TrackerService.java
6fde1d9ebb175d435c9ead1a03ffeaa8dfc3d60c
[]
no_license
tareksoliman26072020/sannad
fe489a69ce57b3506dd7a70c94ebcd1f8daf90ec
25f268152942bd296ab60b3c6c1fc32b79b3008a
refs/heads/main
2023-04-06T01:33:42.980256
2021-05-04T16:07:15
2021-05-04T16:07:15
364,309,989
0
0
null
null
null
null
UTF-8
Java
false
false
3,985
java
package com.Sannad.SannadApp; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Service; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.location.Location; import android.location.Loca...
[ "soliman@uni-bremen.de" ]
soliman@uni-bremen.de
79ad3fb0efaf954dbdd427d2d9f764ac67ff6418
5d2240448ec30daf6164661e1f9984e54f403417
/repositories/impl/src/test/java/com/alexkbit/iblog/repository/RepositoryTestApplication.java
804749dc63de3877859b18ff34a5b600446fd1f4
[]
no_license
gestatech/iblog
bb3003243bcdb5f370576110c115f621e3ee06c1
ab46b2011af91eff0bc2c955e150a330280d73a3
refs/heads/master
2021-05-05T16:20:05.311591
2017-04-15T12:39:11
2017-04-15T12:39:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
776
java
/* * Copyright (c) T-Systems International, 2016 * The copyright of the computer program herein is the property of * T-Systems International. The program may be used and/or copied * only with the written permission of T-Systems International or in * accordance with the terms and conditions stipulated in the * agr...
[ "sav4enkoaleksandr@gmail.com" ]
sav4enkoaleksandr@gmail.com
f0cacfa9eb4934f9f07dc19fd36a6c28a9b7c300
74c4c831c2411e02ec7212dce6a7a993cd0bc59d
/TankArenaTalk/src/main/java/com/tiem625/tankarenatalk/utils/GUIScene.java
5e472320c5b644351cdad7067433e97965f43438
[]
no_license
Anatolij-Grigorjev/TankArenaTalk
104f9e516d2e254c39ae066449b48195a516395e
24441c1d887b15b3bfe08cc2c6c9faa5c30f30a0
refs/heads/master
2020-12-30T10:23:46.741158
2017-08-17T06:55:11
2017-08-17T06:55:11
98,869,319
0
0
null
null
null
null
UTF-8
Java
false
false
1,387
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.tiem625.tankarenatalk.utils; import com.tiem625.tankarenatalk.constants.GUIScenes; import java.io.IOException; import java...
[ "grigorjev.anatolij@gmail.com" ]
grigorjev.anatolij@gmail.com
cac8e0d47272b5bbf8f43a5909c81df278ad8522
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/com/google/android/youtube/player/internal/e.java
b76488ca856ffbdec2301228eae023d34e363939
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
2,043
java
package com.google.android.youtube.player.internal; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; public interface e extends IInterface { public static abstract class a extends Binder implements e { private static class a implements e { ...
[ "yihsun1992@gmail.com" ]
yihsun1992@gmail.com
62622dd06bcce9e7ff3b729f4093628176aab41c
f27dc411ee142d5d299661a6194ba4c2a7506a30
/src/main/java/rest/clone/domain/model/greeting/GreetId.java
b6a19e9a469c72dce4dff5939f4f4a4d2e05de01
[]
no_license
ymzkjpx/restclone
62679903ae981ea4856b485b4538de565fbb79fa
4098843b9fd6bc58308714e796cd850374948550
refs/heads/main
2023-07-04T20:20:55.464998
2021-08-29T00:19:19
2021-08-29T00:19:19
398,527,415
0
0
null
2021-08-25T14:57:29
2021-08-21T10:19:41
Java
UTF-8
Java
false
false
526
java
package rest.clone.domain.model.greeting; public class GreetId { Integer value; @Deprecated GreetId() {} public GreetId(Integer value) { this.value = value; } public GreetId(String textValue) { this.value = Integer.parseInt(textValue); } public Integer value() { ...
[ "ymzkjpx@gmail.com" ]
ymzkjpx@gmail.com
ced636438245cc823b97cec71e83de515b572ee6
4b832b7837f4878d6a55310e08e040f073f467fe
/src/main/java/rtc/signaling/SignalingServerApplication.java
461d86eaabc17a6244336cda7d102f4117f6ab5c
[ "MIT" ]
permissive
pcimcioch/rtc-signal-server
59f7f29a8471c918ed0320a08f387af565e47152
d9e535d12576fd406ef64c2837f2e154b8c304ed
refs/heads/master
2020-05-22T10:03:12.673994
2019-05-13T21:49:40
2019-05-13T21:49:40
186,302,543
0
2
null
null
null
null
UTF-8
Java
false
false
700
java
package rtc.signaling; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; @SpringBootApplication publ...
[ "cimcioch.przemyslaw@gmail.com" ]
cimcioch.przemyslaw@gmail.com
5b38ff0c14a045887a63e8e3d9ccd5a926d6d787
2af5fb9f6d063a4dc2aee533e0b57d4aba88e47f
/gmall-user/src/main/java/com/fate/gmall/user/controller/UserController.java
afdf08c9c60506918229bb8a60f8037bcb612760
[]
no_license
fate-xjc/gmall0105
2a8170f706d7b9d67a2bcade43247de87a0b3427
52b69e47d304711e80564884b2c8bf5925a16f1b
refs/heads/master
2022-09-12T12:30:55.608212
2020-04-09T09:52:51
2020-04-09T09:52:51
239,666,426
0
0
null
2022-09-01T23:20:32
2020-02-11T03:20:54
CSS
UTF-8
Java
false
false
1,204
java
package com.fate.gmall.user.controller; import com.fate.gmall.bean.UmsMember; import com.fate.gmall.bean.UmsMemberReceiveAddress; import com.fate.gmall.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bi...
[ "1559822619@qq.com" ]
1559822619@qq.com
8686d69c6669e14d1f0e7b53a8af837d679fa423
3ccea1c2e0f186dae42f1808201f8eda9f8bd826
/src/test/java/steps/SearchResultsSteps.java
a11554c17f349d92eb48c9bbe2c15b5238a8d45d
[]
no_license
hubs0n/automationOtoApp
446f71e3eef48aa47e0235a1fd0e72bdefeb875d
1b5676970307562d4228ad23f5ce931d45d6f6d1
refs/heads/master
2020-12-04T08:35:35.147325
2020-01-04T02:24:30
2020-01-04T02:24:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
759
java
package steps; import io.appium.java_client.MobileElement; import io.appium.java_client.android.AndroidElement; import pages.SearchResultsPages; import utilities.AndroidModel; import java.util.List; public class SearchResultsSteps { public static int checkResulst() { int res = 0; List<MobileElem...
[ "aakj@demant-technology.com" ]
aakj@demant-technology.com
52b6842a7e87cf2925001f872d73f0b9b6567b87
1052c529bace6d587bf349b7d56be715e52ce311
/array_2d_minmaxfinder.java
0ede2cd073c9eea9d4dcd37d2f7dbca04ef89ab3
[]
no_license
KrishivVora/Main-Program-Archive
89bf9f7affe571c208706bf9ced75b673ab15d95
5ee65e0a1d244c0939df2242acab0c03d2058724
refs/heads/master
2020-04-11T11:03:12.578407
2018-12-15T02:50:46
2018-12-15T02:50:46
161,735,533
0
0
null
null
null
null
UTF-8
Java
false
false
2,838
java
import java.util.*; public class array_2d_minmaxfinder { public static void main(String args[]) { Scanner sc=new Scanner(System.in); System.out.println("\fEnter dimensions of array, first rows then columns. (size between 2 and 20)"); int M=sc.nextInt(); int N=sc.nextInt()...
[ "noreply@github.com" ]
noreply@github.com
d3c31011fa38cd558aaf1eed6d4296ffcfb5c82e
8b37a6fe0a647f7b2dea197cb9c2456faa09e408
/src/main/java/com/makun/proxy/Test.java
626086be0bfda4ac76387f11a94a34e643e88297
[]
no_license
MichaelDady/java_base_knowledge
9212e4eee66a3362012a84acdca089a3b6957adf
a80dda3766baa6b2d944786eb8392d0cdad8cb34
refs/heads/master
2022-12-22T14:45:45.721196
2020-02-03T14:10:01
2020-02-03T14:10:01
205,149,494
0
0
null
2022-12-16T04:32:38
2019-08-29T11:36:50
Java
UTF-8
Java
false
false
189
java
package com.makun.proxy; /** * @author Created by makun * @Date 2019-09-19 */ public class Test { public static void main(String[] args) { System.out.println(1<<2); } }
[ "makun@cai-inc.com" ]
makun@cai-inc.com
2700de052b4e375362f131da295752eeb44c36a2
9d1d28d62367d3063c9cb9d8b978c3f78f7d4f99
/src/gov/nist/sip/instantmessaging/ConfigurationFrame.java
0f16787c5ec7841e128cc5a3aac384953df15df4
[]
no_license
eliasbaixas/chat-p2p-sip
a00192db973d0b1e54d64fb8007d286e616bbdb1
a9c609fa855c1190a6a6b6ee395a9aeee4d6c5f2
refs/heads/master
2021-01-22T05:15:28.061664
2008-10-07T17:53:18
2008-10-07T17:53:18
60,503
6
2
null
null
null
null
UTF-8
Java
false
false
14,379
java
/* * * * Created on April 1, 2002, 3:08 PM */ package gov.nist.sip.instantmessaging; import javax.swing.*; import javax.swing.border.*; import org.apache.log4j.ConsoleAppender; import org.apache.log4j.FileAppender; import org.apache.log4j.Logger; import org.apache.log4j.SimpleLayout; import java.awt.*; import ja...
[ "elias@eresmas.net" ]
elias@eresmas.net
d01d3ebdf8b865f0c918d264c06cd8b56bacf057
5f767a1699880eb026edcc886a9415c42d11bb50
/Sistema academico/src/sistema/academico/ListaProfessor.java
9c03ce6f95f8551c9f670b5c547d766f56d8c42e
[]
no_license
marcosr123/Projetos
ecad9dd012350f77223085cffda5c22477b2d83a
825bf1b75b57164c9913bf41e72d78b6417cdda7
refs/heads/master
2021-04-15T07:54:52.192424
2018-03-24T18:02:57
2018-03-24T18:02:57
126,624,963
1
0
null
null
null
null
UTF-8
Java
false
false
378
java
package sistema.academico; public class ListaProfessor extends Lista { public Professor find(String nome){ Professor obj; for(int i = 0; i < this.length(); i++){ obj = (Professor)this.get(); if(obj.getNome().equalsIgnoreCase(nome)){ return obj; ...
[ "noreply@github.com" ]
noreply@github.com
31a480e9f84f6a4149ddd43e29b183c7f6aaf81b
e7d6a0d74a2a4a137c16c014a8525483dff99e42
/src/main/java/com/github/pagehelper/Constant.java
b3faf7d978e0e3f4149409dfca0010af5de73c72
[ "MIT" ]
permissive
MrhuRose/Mybatis-PageHelper
87790d2a7b4dd416f6603ea6da149feabf9fdd10
4dbd735ddd23c3597ae6ae339cd408a66017497a
refs/heads/master
2021-06-28T14:30:58.160089
2020-09-09T09:01:58
2020-09-09T09:01:58
140,372,608
1
0
MIT
2018-07-10T03:33:17
2018-07-10T03:33:17
null
UTF-8
Java
false
false
1,556
java
/* * The MIT License (MIT) * * Copyright (c) 2014-2017 abel533@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
[ "abel533@gmail.com" ]
abel533@gmail.com
9c8051ece87a1d818bb91cf8ac3d30738c96fc45
7b2d2cb399636bf7284e78f975e0970a0b70949f
/Day five/dou/dou/src/main/java/com/bytedance/androidcamp/network/dou/MainActivity.java
54c5e0c1c00be86cd36bd7da925fc294dff07197
[]
no_license
Zoe923/Android-software-development
0d2a23622cf462e64eb8a0477103fce7a30a6a57
75ce0b14875a97a2026a010b0c0a4e6ff04ef1f0
refs/heads/master
2022-11-15T19:39:28.311163
2020-07-15T13:58:43
2020-07-15T13:58:43
277,551,083
0
0
null
null
null
null
UTF-8
Java
false
false
9,744
java
package com.bytedance.androidcamp.network.dou; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.s...
[ "871844693@qq.com" ]
871844693@qq.com
466b825995017fb12818b7a3b0d6f157cead045f
dd6cb045babdb8977aaa5afc39b105f7bc651305
/fila/src/main/java/one/digitalInovation/No.java
4d3ee20467746088922d58ed09031b7c30b43ec0
[]
no_license
andreaPaulo/estrutura-de-dados
c56e0ab7df14bd6df252b5d8780074707833d309
c08565c8c5fb3fc984ba60fac49b0076891c8957
refs/heads/main
2023-07-14T13:47:09.354590
2021-08-23T16:27:03
2021-08-23T16:27:03
396,113,064
0
0
null
null
null
null
UTF-8
Java
false
false
674
java
package one.digitalInovation; public class No <T>{ private T objectNo; private No refNo; public No() { } public No(T objectNo) { this.refNo = null; this.objectNo = objectNo; } public Object getObjectNo() { return objectNo; } public voi...
[ "noreply@github.com" ]
noreply@github.com
9c37d25c5d32e640ab32c628d2b8ed5b8179ce1e
3910929e060740183bbf3716e3c6d1943cda97ee
/core/src/com/crashinvaders/texturepackergui/controllers/ConfigurationController.java
ef2df7e92fb464cf441c2c0f137be7fc9ba5497a
[ "Apache-2.0" ]
permissive
iromk/gdx-texture-packer-gui
afc662b1da4d4c41301b80dc23b4d58fdd5c9341
ef7c5a0b1dc98d8ba6beadd36a038cc6f7da9fde
refs/heads/master
2021-08-28T23:04:44.228030
2017-12-13T07:42:37
2017-12-13T07:42:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,363
java
package com.crashinvaders.texturepackergui.controllers; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.*; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFo...
[ "metaphore@bk.ru" ]
metaphore@bk.ru
3cef2e6f04741a35cbf7de5eadf02ef1d61f7e02
1f87e4e449c44743002da2a2bf302d3cc44828bb
/ColorsWitch/src/colorswitch/Level5.java
f5a8256e32977255eaba38353cfdf1806a944140
[]
no_license
wyj4630/finished_projects
9770ac10c0600fea726ca3ffc879769473112c7d
852cd49790855b8617e866cc7333af6742685dfd
refs/heads/master
2020-05-07T10:41:56.435456
2019-04-10T12:44:18
2019-04-10T12:44:18
180,428,004
0
0
null
null
null
null
UTF-8
Java
false
false
1,056
java
package colorswitch; public class Level5 extends Level { public Level5(double screenWidth, double screenHeight) { super(screenWidth, screenHeight); double x = screenWidth / 2; // Création des obstacles RotatingCircle obstacle1 = new RotatingCircle(x, 0.75*screenHeight, ...
[ "noreply@github.com" ]
noreply@github.com
1d57c47a77781b55df6624868efc4f3e417db495
7f01b7ca55d23aed2d3a3e295200a214cfbf051d
/Decorator/src/My/Ford.java
64702f7de5d8acdfc2f3ea8555303988e6960571
[]
no_license
Nekit-vp/Design-Patterns-Java
ad2d4e17b75f3eddbd023ab1e722607057056376
97274c1a8389546c354b4098c78839409f4a08a1
refs/heads/main
2023-04-16T11:09:07.386860
2021-04-15T08:23:50
2021-04-15T08:23:50
346,417,031
0
0
null
null
null
null
UTF-8
Java
false
false
172
java
package My; public class Ford extends Car{ @Override public int cost() { return 300000; } public Ford() { description = "Ford"; } }
[ "lobanov_2000_nikita@mail.ru" ]
lobanov_2000_nikita@mail.ru
f26dae2a73dadbe81e639cf422aa79cee8ce38fa
4d35e6dc0aabb06fd702df38cbac8cdb750621e1
/app/src/main/java/com/connectycube/sample/chat/ui/activity/SelectUsersActivity.java
62d6acd686e6c3a375ccf9d7d5f4fd57ed9ea443
[ "MIT" ]
permissive
Alfian5229/connectycube-android-sample-chat
3b80fef3f2bdbaf70c0004705a6738d493a72cc4
9ca1ca1729d2aecd4f6ea3fd0840f1bd11235cdb
refs/heads/master
2020-09-08T00:12:22.964572
2019-11-11T10:12:33
2019-11-11T10:12:33
220,948,640
0
0
null
null
null
null
UTF-8
Java
false
false
7,012
java
package com.connectycube.sample.chat.ui.activity; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.SystemClock; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuItem; import android.view.View; im...
[ "administrator@Livina-iMac.local" ]
administrator@Livina-iMac.local
6cdd02219a5d9619a15a99313101b33124f2d652
fa475f76ba6f655380d1e4eee901600541ae3d66
/sandbox/DaemonTestThread.java
cafcbdf628dc977b2334e57a216aba7b4b2399ba
[]
no_license
Mokane3562/secret-java-hipster-sandbox
de86ce4d842c1662d1deb83f885726f436ddc938
32d92e0d1c55f2d8a6be7a27e194150a8fe2f055
refs/heads/master
2022-08-07T23:05:41.287141
2015-02-10T19:27:58
2015-02-10T19:27:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
325
java
import java.util.Timer; import java.util.TimerTask; public class DaemonTestThread { public static void main(String[] args) { TimerTask task = new TimerTask() { public void run(){ System.out.println("zombie thread!"); return; } }; Timer timer = new Timer(true); timer.schedule(task, 10000); ...
[ "mikesingleton.24@gmail.com" ]
mikesingleton.24@gmail.com
27b9aa0da0479d970cbb36c9afdee38afe90b07a
a22df36bf6f8c7e1d072335d6214011cccc2f668
/com/drturner/nowcoderv2/problem34/CommonNode.java
cdd13316d3767452ab2f401f976ce4f9391e51a0
[]
no_license
Turnarde/nowcoderv2
2897231726dab155a195b2e15a7c480cbcd1690a
8502fa6c883c948117ac2b51ff7f9248f547f2b4
refs/heads/master
2021-04-17T16:08:18.426831
2020-03-23T14:39:18
2020-03-23T14:39:18
249,458,039
1
0
null
null
null
null
UTF-8
Java
false
false
1,743
java
package com.drturner.nowcoderv2.problem34; import com.drturner.nowcoderv2.listNode.ListNode; public class CommonNode { public ListNode FindFirstCommonNode(ListNode pHead1, ListNode pHead2) { int count=0; ListNode node1=pHead1; ListNode node2=pHead2; if (pHead1==null||pHead2==null) ...
[ "you@example.comliu" ]
you@example.comliu
e7710b4edb3352c7748243030659374c60db0297
2ec242ede1e8929b2b2416cee889041329f74bdb
/src/main/java/com/coalescebd/spotwifi/AdService.java
143f4b70bf137cd59074b7d57cd92e91de3b17cb
[]
no_license
redviper2017/SpotWifiApplication
d1f6a8af7bf9948fd9bb4da66792e7ce03d50bcf
e1ca014acd32bd48ea8f3cb1b3e756abb673cf0f
refs/heads/master
2020-03-08T10:08:37.959683
2018-04-03T09:54:01
2018-04-03T09:54:01
113,000,264
0
0
null
null
null
null
UTF-8
Java
false
false
2,570
java
package com.coalescebd.spotwifi; import android.app.Service; import android.content.Context; import android.content.Intent; import android.net.DhcpInfo; import android.net.wifi.WifiInfo; import android.net.wifi.WifiManager; import android.os.IBinder; import android.util.Log; import java.net.InetAddress; import java.n...
[ "programmer@coalescebd.com" ]
programmer@coalescebd.com
b60dbb378a2a9a05a6ac592963073e9fe51defcf
90435c1126a3451ad857ec3132085b440d28c79f
/Java/KafkaReader.java
6ab3a3136c74321abe9f2cec876417caae2db977
[]
no_license
spldlehich/demo
a38766b458447785346550529283f39d2855e178
570b428e005e78b56052c35785a6ff0d335c7325
refs/heads/master
2021-01-21T13:49:12.366806
2016-05-06T08:35:36
2016-05-06T08:35:36
20,923,458
0
0
null
null
null
null
UTF-8
Java
false
false
5,794
java
--- import java.net.InetSocketAddress; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import java.util.concurrent.Future; import java.util.concurrent.RejectedExecutionException; import java.util.concurrent.ScheduledFuture; import java.util...
[ "agar@1c.ru" ]
agar@1c.ru
cece604bdc3b5f7978f948c98ef583bc4e399333
8f5d3d144cf98de0b0c535526eb65db0702d4ffc
/main/java/dqr/entity/petEntity/render2/DqmRenderPetGoldmanto.java
154a567d5217b9fd9173636306e0372a77b973d1
[]
no_license
azelDqm/MC1.7.10_DQRmod
54c0790b80c11a8ae591f17d233adc95f1b7e41a
bfec0e17fcade9d4616ac29b5abcbb12aa562d2a
refs/heads/master
2020-04-16T02:26:44.596119
2020-04-06T08:58:47
2020-04-06T08:58:47
57,311,023
6
2
null
null
null
null
UTF-8
Java
false
false
1,266
java
package dqr.entity.petEntity.render2; import net.minecraft.client.renderer.entity.RenderLiving; import dqr.entity.petEntity.DqmPetBase; import net.minecraft.entity.Entity; import net.minecraft.util.ResourceLocation; import dqr.entity.mobEntity.model2.DqmModelGoldmanto; public class DqmRenderPetGoldmanto extends Rende...
[ "azel.dqm@gmail.com" ]
azel.dqm@gmail.com
b57193ed2a34c0c7ad06bda489264a17289b0b10
6ea5a7020fed331ad06703d4054a72a8b059885c
/src/main/java/android/api/model/User.java
15128e3d8d5346878f578ba39fdb499e00502301
[]
no_license
ljorge19/Android-lista-supermercado-api
2b480ffc9aa5826aec1bb988f397a269a58e7dbd
c96d128b7e6d8e484cf4e64267720e597ff6d256
refs/heads/master
2020-04-08T05:16:05.582494
2018-11-27T20:46:45
2018-11-27T20:46:45
159,053,500
0
0
null
null
null
null
UTF-8
Java
false
false
1,131
java
package android.api.model; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; public class User { @Id public String id; @Indexed(unique=true) private String login; private String name; private String password; public User() { super(); } pu...
[ "ljorge@brq.com" ]
ljorge@brq.com
282d44a50472aa238e4a1c11cf7188b70675ef49
f65f9694b65ed252c9ae6322f00d6eef622f051a
/2.JavaCore/src/com/javarush/task/task17/task1707/IMF.java
8ae090a74fb6013d3c308735e0471a6f157f2c1c
[]
no_license
osavenko/JavaRushTasks
de6886e0643a97dc420aae1610685a7d88cfc3c5
30815d2e6be9262f87dac8f8575b4d2592ac27c3
refs/heads/master
2020-05-05T11:55:33.487963
2019-12-14T13:41:15
2019-12-14T13:41:15
180,008,573
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.javarush.task.task17.task1707; public class IMF { private static IMF imf;// = new IMF(); public static IMF getFund() { //add your code here - добавь код тут synchronized (IMF.class){ if(imf == null) imf = new IMF(); } return imf; } private IMF...
[ "osavenko@gmail.com" ]
osavenko@gmail.com
7d02d3bcc302ea7f8a9af2f5006a0daa62747672
b6ec7e0be4fb11fcc61dcc84f598179f0e0f2775
/src/main/java/com/starmcc/qmframework/redis/QmRedisServiceImpl.java
97d68a213d4c6cae5033432a424d097c5de4213a
[ "Apache-2.0" ]
permissive
starmcc/qm-framework
71ba66a88a1aaf11c2a5c60225e323539d175298
8eb8678d783749de0e1a6ff079ed83da7b56d5c9
refs/heads/master
2022-06-24T07:43:41.513804
2021-12-28T07:37:01
2021-12-28T07:37:01
189,567,639
1
0
Apache-2.0
2022-06-17T02:09:47
2019-05-31T09:30:54
Java
UTF-8
Java
false
false
24,082
java
package com.starmcc.qmframework.redis; import com.starmcc.qmframework.exception.QmRedisServiceException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import redis.clients.jedis.*; import redis.clients.jedis.resps.KeyedListElement; import java....
[ "starczt@163.com" ]
starczt@163.com
a48847dfff9b5edf994667b3caebd98d65dc50f1
ccb342428bb50c72dc1b482505bf8c6e9f91471d
/shancha-config-server/src/main/java/com/shancha/config/server/ShanchaConfigServerApplication.java
337fab95c68bcc998a635e5a07f21f7632f9db6c
[]
no_license
AndyWee213/shancha-parent
6e8155c71ebc14c270d5b5b8addea65b902cc5d6
85bd328b337320958d274c3e11eedc7fa5ae6ac3
refs/heads/master
2021-09-18T09:07:16.564380
2018-07-12T09:53:10
2018-07-12T09:53:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
679
java
package com.shancha.config.server; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; import org.springframework...
[ "weiq.sp@fosun.com" ]
weiq.sp@fosun.com
513a1243ba0ab65fc0fff59aadce681233ce434f
fa2a63e78d5c8010a9dbe65846c326f7bee9faa2
/WeClean source/weClean/src/main/java/com/ligootech/weclean/Shopdetails.java
50e353af1768e3b5ca0f0f819ba2b17584be26f1
[]
no_license
cubecnelson/WeClean
ea89297b2c2b33926767034852822c1cb6b05a61
ce5928ca986e83ebda8f5970f4f533e11a187b2c
refs/heads/master
2016-09-12T22:17:11.196510
2016-04-22T04:13:33
2016-04-22T04:13:33
56,349,306
0
0
null
null
null
null
UTF-8
Java
false
false
7,621
java
package com.ligootech.weclean; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Locale; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.H...
[ "cubecnelson" ]
cubecnelson
ee44486e47d8717b4f98bc47c4b54e38ad3d75bf
20eb62855cb3962c2d36fda4377dfd47d82eb777
/newEvaluatedBugs/Jsoup_42_buggy/mutated/75/TokeniserState.java
bf8c7d3c8568bf3622d093d83c73ca6ebc3294bd
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
61,202
java
package org.jsoup.parser; /** * States and transition activations for the Tokeniser. */ enum TokeniserState { Data { // in data state, gather characters until a character reference or tag is found void read(Tokeniser t, CharacterReader r) { switch (r.current()) { case ...
[ "justinwm@163.com" ]
justinwm@163.com
d672d14c6766cf417da6a54b6c26e873e30b4a11
5a90bfc1147e143df82ea9a8a3c6dab99c3dd67b
/CS445_Project1_Client.java
8f93a8f7df820abecac0979ab1f2de0a1386f24e
[ "Apache-2.0" ]
permissive
FightingGinger/Carson-Use-This
4c6a8e41b6d00fdfb5c6a2e877af3755e6ad383c
9ae1c37703a072314bd03449feba1fa177ee8db2
refs/heads/master
2021-01-15T14:59:03.203506
2015-10-19T00:02:20
2015-10-19T00:02:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,515
java
import java.util.Arrays; import java.util.Scanner; import java.util.StringTokenizer; /* CS 445 - Computer Architecture & Organization * File Name: CS445_Project1_Client.java * Project 1 - Due X/XX/XXXX * Instructor: Dr. Dan Grissom * * Name: FirstName LastName * Name: FirstName LastName * Description: Insert y...
[ "joshdubisz@gmail.com" ]
joshdubisz@gmail.com
46db5d594f2a3027625d4e03d6599a051f418423
0b34a6d866078ab01fd35df6d5d8b088580febb2
/app/src/main/java/fpt/com/virtualoutfitroom/room/database/VOFRDatabase.java
0a5a4b2ff4043932c12524f63dcb5e5a4ea7b726
[]
no_license
chitrung252/MobileReleaseVOFR
9dcc024cb22c8f4c85885e2ebc1765f2158b1b19
4f9e8e4a35a7c440d7b83034b98efdc1551f6ead
refs/heads/master
2020-09-03T08:41:44.959481
2020-05-10T06:36:09
2020-05-10T06:36:09
219,428,649
0
0
null
2020-02-24T02:36:38
2019-11-04T06:01:27
Java
UTF-8
Java
false
false
1,307
java
package fpt.com.virtualoutfitroom.room.database; import android.arch.persistence.room.Database; import android.arch.persistence.room.Room; import android.arch.persistence.room.RoomDatabase; import android.content.Context; import fpt.com.virtualoutfitroom.room.AccountItemEntities; import fpt.com.virtualoutfitroom.room...
[ "chitrung252@users.noreply.github.com" ]
chitrung252@users.noreply.github.com
042b65e0f6b54790ebbb89197e0ec21d73e95e7f
26b7f30c6640b8017a06786e4a2414ad8a4d71dd
/src/number_of_direct_superinterfaces/i55443.java
b45512723bd23e7d0541a21dc80fa4d31e7b18ed
[]
no_license
vincentclee/jvm-limits
b72a2f2dcc18caa458f1e77924221d585f23316b
2fd1c26d1f7984ea8163bc103ad14b6d72282281
refs/heads/master
2020-05-18T11:18:41.711400
2014-09-14T04:25:18
2014-09-14T04:25:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
69
java
package number_of_direct_superinterfaces; public interface i55443 {}
[ "vincentlee.dolbydigital@yahoo.com" ]
vincentlee.dolbydigital@yahoo.com
c70b160543353c4300f7a9423d3c379982a83c43
0ed256d41f02ac3110e57b2de4bb46dcea214699
/ecsite/src/main/java/jp/co/internous/ecsite/model/form/Cart.java
8a6a403700566bdc2d9390d1e8013a29684d14e5
[]
no_license
HirofumiSomeya/ecsite
d9bcea3383b7747580f8b486d82a5aa929d5466c
6f2dadbca1ac9cf9abf98f54d72946254457c4e4
refs/heads/master
2023-07-05T23:08:32.071711
2021-08-14T12:31:45
2021-08-14T12:31:45
395,858,379
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package jp.co.internous.ecsite.model.form; import java.io.Serializable; public class Cart implements Serializable { private static final long serialVersioonUID = 1L; private long id; private String goodsName; private long price; private long count; public long getId() { return id; } public void setId(...
[ "someyahirofumi@someyahiroshishis-MacBook-Air.local" ]
someyahirofumi@someyahiroshishis-MacBook-Air.local
8b426f0f831f741d7b6737920dc1bcc430d40c63
1c8db0988dc681abdafce766796af2acbfd66a04
/src/main/java/com/lennie/cse/repositoryImpl/InformationDAOImpl.java
481f10efa0a068dd12a80db369a177cf044a82ae
[]
no_license
lennie-li/hello-java
7ac6e6e1f241396a979c626f6a3830fe5b9cd4c6
cdddaa55a86a139424ce905e552760e6c636885f
refs/heads/master
2020-04-16T22:02:00.286110
2019-01-16T01:19:33
2019-01-16T01:19:33
165,949,703
0
0
null
null
null
null
UTF-8
Java
false
false
2,072
java
package com.lennie.cse.repositoryImpl; import com.lennie.cse.model.Information; import com.lennie.cse.repository.InformationDAO; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.ResultSetHandler; import org.springframework.stereotype.Repository; import java.sql.Date; import java.sql.Re...
[ "lennieli@hotmail.com" ]
lennieli@hotmail.com
d46f1f01805be7dbc82940f9c10eff80d2250142
e112ee9fba8cfcf368217277dfc25b976026a232
/modules/implementation-script/src/main/java/org/apache/tuscany/sca/implementation/script/impl/ScriptImplementationImpl.java
a610e77147679542a7a358f1ed9affce621bf19f
[ "BSD-3-Clause", "Apache-2.0", "W3C-19980720", "W3C", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
apache/tuscany-sca-2.x
3ea2dc984b980d925ac835b6ac0dfcd4541f94b6
89f2d366d4b0869a4e42ff265ccf4503dda4dc8b
refs/heads/trunk
2023-09-01T06:21:08.318064
2013-09-10T16:50:53
2013-09-10T16:50:53
390,004
19
22
Apache-2.0
2023-08-29T21:33:50
2009-11-30T09:00:10
Java
UTF-8
Java
false
false
3,144
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 ...
[ "rfeng@apache.org" ]
rfeng@apache.org
07741d831ecc676f1b7b0c9062009735a01d3b6d
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/u6/a/b.java
db730e6ab59b0089cd71b87b3c5900dc5cfea41f
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
6,398
java
package u6.a; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; import kotlin.Result; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsJvmKt; import kotlin.coroutines.jvm.internal.Boxing...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
a29524e596e86bff8156dbbef79a415ec6a5eea5
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-11/u-11-111/u-11-111-1112/u-11-111-1112-11113-111111/u-11-111-1112-11113-111111-f1527.java
188bbdc4a85897969465a7fab2ebf3b48bfcb44b
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 3814552702307
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
372fecbbfd9f10f01f3321174c17cf3c6269c19c
fe84169d6a1b66884aa8a4baf8609fa3eb0625e6
/app/src/main/java/com/spring/start/springProjekt/user/UserService.java
72281be4ecffde5790e3d21f1452270d7c0dd743
[]
no_license
EwaGrabowska/SpringProjekt
f2e0ce2657bbc06f48485aa39decf81d62bd397d
e4eadf3bcf8544d3d6a800187b2181038e537968
refs/heads/main
2023-03-01T06:11:22.776406
2023-02-16T17:12:14
2023-02-16T17:12:14
328,454,890
0
0
null
null
null
null
UTF-8
Java
false
false
723
java
package com.spring.start.springProjekt.user; import com.spring.start.springProjekt.netcdfFfile.vo.ArgoFileEvent; import com.spring.start.springProjekt.user.DTO.UserDTO; import org.springframework.transaction.annotation.Transactional; interface UserService { UserDTO findUserByEmail(String email); void saveN...
[ "e.w.grabowska@onet.eu" ]
e.w.grabowska@onet.eu
f5808d953f66f52b8c77aea105d8da77bca9e810
9a47c430a1ff9b91a0bf64621fd19081a586ce68
/GreenLadle/src/exousia/greenladlemain/DishDetail.java
0189dcbfdeaa9caff63eb8ffd8a7222316d4e624
[]
no_license
EX-AK/EclipseProject
8bf67f41e5bfb07e1b6df96db590484f5aa01ed6
d423d4b54441c54162d00a592c819748fd4d47e3
refs/heads/master
2021-01-10T17:08:08.505023
2016-03-01T04:21:42
2016-03-01T04:21:42
52,847,672
1
0
null
null
null
null
UTF-8
Java
false
false
845
java
package exousia.greenladlemain; public class DishDetail { private String dishName; private int dishCount=1; private int _id; private String wheatOrWhite; private int mealFor2Or4; public void setDishName(String dishName) { this.dishName=dishName; } public String getDishName() { return dishName; } ...
[ "aamir.exousia@gmail.com" ]
aamir.exousia@gmail.com
e55c000b41d2a81a4f247daf47fd9529ab65f398
62510fa67d0ca78082109a861b6948206252c885
/hihope_neptune-oh_hid/00_src/v0.1/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/EscapeTransliterator.java
c3986435ee54254c4378b6dd56a385d28ac0f46c
[ "LicenseRef-scancode-unicode", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "ICU", "Apache-2.0" ]
permissive
dawmlight/vendor_oh_fun
a869e7efb761e54a62f509b25921e019e237219b
bc9fb50920f06cd4c27399f60076f5793043c77d
refs/heads/master
2023-08-05T09:25:33.485332
2021-09-10T10:57:48
2021-09-10T10:57:48
406,236,565
1
0
null
null
null
null
UTF-8
Java
false
false
9,509
java
/* GENERATED SOURCE. DO NOT MODIFY. */ // © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License /* ********************************************************************** * Copyright (c) 2001-2011, International Business Machines * Corporation and others...
[ "liu_xiyao@hoperun.com" ]
liu_xiyao@hoperun.com
8e2253a424d4aa2127a6bd0b84108fafb01a8881
648f22cd3b57ad176a841b594567107995b77897
/ApplyMaskRegex/src/solver/Doc.java
7cc361125d2abc7220989765e0399fa7d964d705
[]
no_license
chrislucas/kotlin-regex-samples
f26e9354c729f48f5995166ed9d3b24ba36df38c
3ac1246b4258fb4fbfa898b860011dab3a40ed2b
refs/heads/master
2020-05-17T15:46:10.850676
2020-05-15T20:29:31
2020-05-15T20:29:31
183,800,712
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package solver; import java.util.regex.Pattern; import static java.lang.System.*; public class Doc { private static String aplicarFormatacao(String doc) { if (doc.length() == 11) { return doc.replaceAll("(\\d{3})(\\d{3})(\\d{3})(\\d{2})", "$1.$2.$3-$4"); } else { return ...
[ "christoffer.luccas@gmail.com" ]
christoffer.luccas@gmail.com
95056498a977a2b7aa3561acff56fde34625a3a8
f275c71514db10b47ced924021b36608f42150bf
/src/br/ufrn/imd/utravel/dto/VeiculoDTO.java
0268b628c51296f038be85ae3cd5226a88e42b2f
[]
no_license
mrayanealves/utravel-api
4209896b8ce0b211932f2406128f76f77a2c2df2
692b6efa2662b6ba81665e7cb2483df96d685235
refs/heads/master
2020-08-29T18:15:09.441434
2019-11-26T13:20:20
2019-11-26T13:20:20
218,124,338
0
0
null
2019-11-25T19:41:23
2019-10-28T19:04:36
Java
UTF-8
Java
false
false
1,051
java
package br.ufrn.imd.utravel.dto; import br.ufrn.imd.utravel.enums.EnumTipoTransporte; public class VeiculoDTO { private long idVeiculo; private String placa; private String cor; private String modelo; private String marca; private EnumTipoTransporte tipoTransporte; public long getIdVeiculo() { return idVe...
[ "mrayalves05@gmail.com" ]
mrayalves05@gmail.com
582e089f8a52d34ade3f05c528ff78f4d909c5ab
f908e8f99d09c24471454f1b9e124063799694dd
/src/main/java/nl/piq/realworldjavaee/domain/AuthenticationProvider.java
cbdea5a57bcc5124ccea622130acdbd04f482127
[]
no_license
pkuijpers/realworld-java-ee
282f9ac358eab7d65ad912c5026d1106d749989b
99ea57836fcbc1d8a231259dedd96a8dabcb13f1
refs/heads/master
2021-04-03T10:25:11.861912
2018-11-16T18:30:10
2018-11-16T18:30:10
125,232,833
1
0
null
null
null
null
UTF-8
Java
false
false
999
java
package nl.piq.realworldjavaee.domain; class AuthenticationProvider { private final UserRepository userRepo; AuthenticationProvider(UserRepository userRepo) { this.userRepo = userRepo; } private User loggedInUser; User login(String username, String password) { User user = userRe...
[ "pieter@pi-q.nl" ]
pieter@pi-q.nl
75558c6e4549f54922b3e229294d79ad1a81e5d7
5afa38d12579305ba9c2db1e448623677f7d1e2d
/app/src/main/java/com/example/tunecloud/PlayMusic.java
dd2f16f9e053f54acc77a5c43fd2d3d7e91191c8
[]
no_license
SamimKamruzzaman/TuneCloud
09294706772f67a5be8f68c7453979510a99ff87
f08cf99ff60013ed9c6ee1551ba6765902048a24
refs/heads/master
2023-02-13T01:03:09.549881
2020-12-30T10:37:55
2020-12-30T10:37:55
325,522,912
0
0
null
null
null
null
UTF-8
Java
false
false
5,713
java
package com.example.tunecloud; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.content.Intent; import android.graphics.PorterDuff; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.view.MenuItem; import android.vi...
[ "samimsam9489@gmail.com" ]
samimsam9489@gmail.com
3b2e13228276ad4f04848fe66064c55cbacf96b6
06922b9af842db75f2099437a9051c271a7d8896
/SessionManagement/src/model/Product.java
0870a3cf4b6e42422b648c4a27239904041d620f
[]
no_license
myrmidon8000/Servlets
0d01e5b6c7b5681dd496afa102480d0c47f6077a
f91d7aaad0c55a9ebadff66d39932a61db2da1e8
refs/heads/master
2020-04-13T15:07:06.927037
2019-01-04T07:07:40
2019-01-04T07:07:40
163,282,105
1
1
null
null
null
null
UTF-8
Java
false
false
795
java
package model; public class Product { private int prodid; private String prodname; private int rate; public Product() { super(); // TODO Auto-generated constructor stub } public Product(int prodid, String prodname, int rate) { super(); this.prodid = prodid; this.prodname = prodname; this.rate = rate;...
[ "sumithansrajsharma@gmail.com" ]
sumithansrajsharma@gmail.com
d9aed0bb81ec373f47b04b36754d8ac6f07c8714
d65d408b75b64929e7f323459cb61779b63d1f5a
/LeetcodeBinarySearch/src/GuessGame.java
9aa89b86012f5d2b1b23245ee1b6c02d18bdbb3f
[]
no_license
AssumptionXiaohan/leetcode
fc4e4311396c79e868e5a518093bc0318b6a2191
69ec4025cbad937c11c95c761f221ea6dcf50810
refs/heads/master
2020-06-05T04:52:49.489265
2019-10-27T07:07:39
2019-10-27T07:07:39
192,319,420
0
0
null
null
null
null
UTF-8
Java
false
false
117
java
/** * Created by 79300 on 2019/10/8. */ public class GuessGame { int guess(int num){ return 0; } }
[ "xiaohangong04@gmail.com" ]
xiaohangong04@gmail.com
3e1b1bbcf63ff980831b47de98fa102ccd343266
51155d668c66b286e9786bcf1047251d80fc4bcf
/src/main/java/com/xujialin/Handler/CustomizeAuthenticationSuccessHandler.java
59a4e6362bb4f082d036b6a1d0eedc40e8072058
[]
no_license
Jolly-Xu/ShoppingMall
679a573a6836c1adce0a951b22b0e27029fbc600
128249066856071c9c43da95ac37f2ba4d4fff5a
refs/heads/master
2023-08-28T12:50:47.480831
2021-10-02T03:51:42
2021-10-02T03:51:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,632
java
package com.xujialin.Handler; import com.alibaba.fastjson.JSON; import com.xujialin.CommonReturnResult.ReturnResult; import com.xujialin.CommonReturnResult.ReturnResultCode; import com.xujialin.SafetyVerification.MyUserDetails; import com.xujialin.entity.Userinfo; import lombok.extern.slf4j.Slf4j; import org.springfra...
[ "1589112546@qq.com" ]
1589112546@qq.com
3989e46871908924d8bd3a67d75f65869b153353
67b49f5204f8f661b9f5ce89d5eb45e25b1cad50
/Sum/Backtrack/Java/Permutation2.java
01b44eff1540b3cc2b5deed802a2b07d8877a9fc
[]
no_license
aaaYaaa2/Algorithm
eb851a201b327ff929687a545ae67848cc50708c
7a34f0854d189b2a699303e72e94b61ab08e37b8
refs/heads/master
2021-06-09T08:59:07.405756
2016-11-19T20:41:30
2016-11-19T20:41:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,130
java
package AlgoFolder; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class Solution { public static List<List<Integer>> permute(int[] nums){ List<List<Integer>> fres = new ArrayList<List<Integer>>(); if(nums==null || nums.length==0) return fres; ...
[ "xcicada824@gmail.com" ]
xcicada824@gmail.com
cc2bb5fef5d8973eb11aae2fc5bc1daf0ad2bac5
5d7e4135a19a3d05a8fd5b7beff19c0f5cb7d738
/app/src/main/java/com/qlckh/purifier/http/exception/ApiException.java
de49f82a44bdd4ff3223be83eedcb4a19ab6458f
[]
no_license
AndyAls/baojieyuan
56765fb2c4b228137303b311fbe228c8218eca37
ce5bb72dd0b74a504acc02e982a768f5fa267be7
refs/heads/master
2020-03-19T05:47:54.289337
2019-09-18T06:28:52
2019-09-18T06:28:52
135,962,800
0
0
null
null
null
null
UTF-8
Java
false
false
4,543
java
package com.qlckh.purifier.http.exception; import com.google.gson.JsonParseException; import com.google.gson.JsonSerializer; import com.google.gson.JsonSyntaxException; import org.apache.http.conn.ConnectTimeoutException; import org.json.JSONException; import java.io.IOException; import java.io.NotSerializableExcept...
[ "andy_als@163.com" ]
andy_als@163.com
cc60dd9f041f4c83615aa78bd369ec58f0ecf2d2
897bb08cdc27dc5631b7f64384808c835360b9ae
/src/main/java/br/com/zupacademy/natalia/mercadolivre/mercadolivre/dto/LoginRequest.java
e5ee919732cd9dad814712c7755a1d58ad01be35
[ "Apache-2.0" ]
permissive
natyff/orange-talents-05-template-mercado-livre
3180b5d351b315226edc8e05b48a47883ff35d68
3632533eae0527e205df7f43083a89fa21280a2a
refs/heads/main
2023-05-09T01:27:05.029160
2021-06-03T00:47:12
2021-06-03T00:47:12
370,774,034
0
0
Apache-2.0
2021-05-25T17:22:01
2021-05-25T17:22:00
null
UTF-8
Java
false
false
496
java
package br.com.zupacademy.natalia.mercadolivre.mercadolivre.dto; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; public class LoginRequest { private String login; private String senha; public String getLogin() { return login; } public String getSe...
[ "natyyy@gmail.com" ]
natyyy@gmail.com
f0227a2f9de886fc02109f65a4ba1c4d1e03fc3a
a2156434bb25806c7b23e9404541bcdda6a66fc2
/APS-APIs/src/main/java/se/natusoft/osgi/aps/activator/annotation/Schedule.java
bffad5f496d84e38f41cce86d36464c9041b6873
[ "Apache-2.0" ]
permissive
tombensve/APS
1fcac378f2d1ac1ad1cd34fc4ac7e853ef44b38e
67d6ba32e4598d6649f55c6560303431f06eab02
refs/heads/master
2023-04-28T18:28:23.346965
2023-01-04T17:49:40
2023-01-04T17:49:40
7,192,240
4
1
Apache-2.0
2023-04-15T00:45:35
2012-12-16T16:06:14
Java
UTF-8
Java
false
false
2,231
java
/* * * PROJECT * Name * APS APIs * * Code Version * 1.0.0 * * Description * Provides the APIs for the application platform services. * * COPYRIGHTS * Copyright (C) 2012 by Natusoft AB All rights reserved. * * LICENSE * Apache 2.0 (Open ...
[ "tommy@natusoft.se" ]
tommy@natusoft.se
1378e56b8b9227c5dc8860be166ce63108e8a30f
59325db5c0f257c836ce2f27c9409a33342ceafc
/StreamsFilesAndDirectories/MergeTwoFiles.java
5b2c5d1382ff748e333b19a67aaec8a162a76f56
[]
no_license
vladimiruzunov/Java-Advanced
c61985011e7ac12900a13645e5727978e9106a20
081bede4979ff34c5f1b83a137358811538beff9
refs/heads/master
2023-04-08T23:21:25.095069
2021-04-14T18:58:58
2021-04-14T18:58:58
337,795,653
0
0
null
null
null
null
UTF-8
Java
false
false
1,208
java
import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; public class MergeTwoFiles { private static final String FIRST_INPUT_PATH = "src\\Resources\\inputOne.txt"; private static final String SECOND_INP...
[ "uzunovladimir@gmail.com" ]
uzunovladimir@gmail.com
0d550ee8769720f5d00aed1af69f8cdcda1c58a0
90af8b95923b2bd0bb9c623cb659e089310d338c
/arkspot/src/main/java/com/shanchain/shandata/widgets/pickerimage/utils/AttachmentStore.java
93f8eef00d28f5d9c50aa792bfad14e421ac4433
[]
no_license
ShanChain/AndroidShanchain
80dd77bb2af861bb20aa8ebb1f0a30af9cc87e43
c58a862e1b3c3cb5a552ffc2fe5a621e82df863a
refs/heads/shanchain2.0
2023-07-24T03:33:22.435978
2019-06-10T02:52:14
2019-06-10T02:52:14
149,384,698
0
1
null
2023-07-11T21:14:51
2018-09-19T03:05:13
Java
UTF-8
Java
false
false
9,414
java
package com.shanchain.shandata.widgets.pickerimage.utils; import android.graphics.Bitmap; import android.text.TextUtils; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import ...
[ "630121101@qq.com" ]
630121101@qq.com
29fb84234167ca455bfb436aaabf56e6440eb809
0db7d7a7dba705d958c9db5f4e26728fda631950
/app/src/main/java/com/vcontrol/vcontroliot/fragment/CameraFragment.java
f0d027993d9ed88cf7fd180f8db7431ea4609caf
[]
no_license
heybody/vcontrolPT
8273e9eece693ecbf7c4bad0f0affac06f1a1ab0
0a842c13e01dc0867a3f7b3c1d89292be6c9a532
refs/heads/master
2021-10-19T11:10:22.065239
2019-02-20T14:06:40
2019-02-20T14:06:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,201
java
package com.vcontrol.vcontroliot.fragment; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.RadioGroup; import com.vcontrol.vcontroliot.R; import com.vcontrol.vcontroliot.util.ConfigParams; import com.vcontrol.vcontroliot.util...
[ "chaimengbing@163.com" ]
chaimengbing@163.com
1d93de06f468ff8ab311ad968abd5422456c520b
8834f4b2893f0610226eb5067c5c5325fe642bde
/LambdasWorkshop/src/mx/javaday/lambda/exercise1/LambdaHello.java
bb0f20ad0e33da559a67a1801277bc81bf4182f0
[]
no_license
taurus2819/lambdas
8b3f11632fa2150a11d481f8d5681fda72a75fa8
f5a22818c58af1dc935ee2433762ff95f892fbef
refs/heads/master
2021-01-11T21:22:27.187566
2015-05-01T21:20:34
2015-05-01T21:20:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
622
java
package mx.javaday.lambda.exercise1; /** * * @author jgmnx */ public class LambdaHello { static void speak(SayHello sayhello) { System.out.println(sayhello.salute()); } public static void main(String... args) { SayHello sayHelloInEnglish = null; //TODO: lambda expression f...
[ "skuarch@yahoo.com.mx" ]
skuarch@yahoo.com.mx
2a6748e44943b4c1786f2807d586cf40b4955e5d
a91e44554dc55cc0de99627d9d6376dee0c99083
/baseproject/src/main/java/com/zhiyicx/baseproject/utils/GlideCachUtils.java
047dda00c6f734bb2a81e8784c4dea317c76119b
[]
no_license
laoshaoguo/Rapid
dc90feee1a588771aa4c7ed23ccd67e6b2a6484e
bc62c0ac09b751c6e21c45d74ecc9f9ea9a7c30f
refs/heads/master
2020-08-02T07:43:40.835923
2019-10-09T06:00:22
2019-10-09T06:00:22
211,277,835
3
0
null
null
null
null
UTF-8
Java
false
false
4,975
java
package com.zhiyicx.baseproject.utils; import android.content.Context; import android.os.Looper; import com.bumptech.glide.Glide; import com.bumptech.glide.module.GlideModule; import com.zhiyicx.common.utils.FileUtils; import java.io.File; import java.math.BigDecimal; /** * @author Jungle68 * @describe Glide缓存工...
[ "gaoquanyue" ]
gaoquanyue
f614ffc6a7d8bbdfd2be3ff2f1b7eca8d6710889
55033e61f7ddae9eb63e7183650151fb7787f01b
/kraken-model-dsl/src/test/java/kraken/model/dsl/KrakenModelDSLParserContextTest.java
9585bcea77949a383be039f0b85afd95f97d1333
[ "Apache-2.0" ]
permissive
cothong/kraken-rules
7e53a47a44cbd4ecdb940542f0b44d3daaf3035b
920a5a23492b8bc0a1c4621f674a145c53dea5c6
refs/heads/main
2023-08-30T00:50:14.186463
2021-11-15T16:12:36
2021-11-15T16:12:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,591
java
/* * Copyright 2018 EIS Ltd and/or one of its affiliates. * * 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 ...
[ "rzukaitis@eisgroup.com" ]
rzukaitis@eisgroup.com
36f01f9fa24814622026cf51dbc34cfaf2eeb872
ee5610148237c2a0d44ddfa8d8054ea05143105e
/src/com/warsys/geraclasse/classes/LeXMLFrm.java
2cf682def5eab84309138a7a2b9d4c2200ec5e8d
[]
no_license
adilsonguerra/GeraClasse
83071bb3f9a3ca3166fb602789d483b6c546f38d
97e5de1c989924474ccfb562deb41672f7eb3e59
refs/heads/master
2021-01-02T09:39:14.992798
2020-10-16T09:37:57
2020-10-16T09:37:57
99,172,044
1
0
null
null
null
null
ISO-8859-1
Java
false
false
3,864
java
package com.warsys.geraclasse.classes; import java.awt.*; import java.awt.event.*; import javax.swing.*; /** * Sample application using Frame. * * @author * @version 1.00 06/03/06 */ public class LeXMLFrm extends JFrame { JTextField txtCaminhoXml = new JTextField(40); public LeXMLFrm() { ImageIc...
[ "adilsonguerra@bol.com.br" ]
adilsonguerra@bol.com.br
ecbf0110ca8651d0fb0b7adc4e1282ea17ccbf9c
10b554295b00a55ce92711779e3c11c0bc01c1f1
/src/com/px/tilepuzzle/GamePlay.java
a5d38cdd24ee422bcfcd4f11cf2b1785811a0cd8
[]
no_license
PXMYH/TilePuzzle
5f1374fdb8aa1dc7bbfab770888e3ed76a4cdcde
985212d0d2ac3d0db07c7e39fa5f9fa331f88a5b
refs/heads/master
2021-01-18T15:17:16.580694
2013-08-27T07:29:22
2013-08-27T07:29:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package com.px.tilepuzzle; import android.app.Activity; import android.os.Bundle; public class GamePlay extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // TODO Auto-generated method stu...
[ "pxmyhdev@gmail.com" ]
pxmyhdev@gmail.com
add8bab747da7e4ea4615c8dde71787639b26df1
350da4a8e39ae7a70fcbed0e775014f5e1a3cec6
/server/src/main/java/es/us/chatbot/server/config/LoggingConfiguration.java
40db9e55d85c6a4e38d2d060d312afb2602df669
[]
no_license
BulkSecurityGeneratorProject/Chatbot-Watson-Java-Angular
4343849b709e4219759feb9774bbf9ed7fa6e05e
f38d5182d3d8235e2f4f08ad86b03aa61f2b2113
refs/heads/master
2022-12-12T05:48:32.914678
2019-05-19T22:40:00
2019-05-19T21:40:00
296,648,650
0
0
null
null
null
null
UTF-8
Java
false
false
12,507
java
package es.us.chatbot.server.config; import java.net.InetSocketAddress; import java.util.Iterator; import io.github.jhipster.config.JHipsterProperties; import ch.qos.logback.classic.AsyncAppender; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.LoggerContext; import ch.qos.logback.classic.boolex.O...
[ "guillermo.bandres@babel.es" ]
guillermo.bandres@babel.es
f16a7a7f09fd379074844f2f3b892458a0cfa43e
dd09e3d765187b9e3138f186d8273753fd3fd737
/lvqibin-oa/lvqibin-oa-web/src/main/java/com/lvqibin/oa/sys/controller/SysPermissionController.java
4528a0bddae21b64d97bb2cf1c950311f2699868
[ "BSD-2-Clause" ]
permissive
lvqibin123/oa-server
86f45a696088bbd9956d55b4f11a8a51c870ef36
95444466f79e2759e346d32b4de5250002b2a0ae
refs/heads/master
2023-03-05T15:52:24.834388
2020-04-13T01:32:31
2020-04-13T01:32:31
234,206,637
0
0
BSD-2-Clause
2023-02-22T08:25:32
2020-01-16T01:17:31
TSQL
UTF-8
Java
false
false
6,345
java
package com.lvqibin.oa.sys.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.RestController; import com.baomidou.mybatisplu...
[ "lvqibin_123@126.com" ]
lvqibin_123@126.com
a8eb34b38c205305b0dfaf11266d2d653312f14a
47cf461856c90c237025d1ac733a4c8f7f7a316b
/Yawei_AppFrame/app/src/main/java/com/android/yawei/jhoa/fingerprint/MyAuthCallback.java
c9e3933206e7548a77df998e2dcee6acf45c31d3
[]
no_license
qiuqing927583/AppFrame_1
62c950ee8735b8a216fc140033f1a94093eac12e
edd1bbca96f1e58781c3e0079c1c917c1804d9d6
refs/heads/master
2020-04-22T02:42:30.254287
2019-02-12T03:03:51
2019-02-12T03:03:51
170,060,289
0
0
null
null
null
null
UTF-8
Java
false
false
2,113
java
package com.android.yawei.jhoa.fingerprint; import android.os.Handler; import android.support.v4.hardware.fingerprint.FingerprintManagerCompat; /** * Created by baniel on 7/21/16. */ public class MyAuthCallback extends FingerprintManagerCompat.AuthenticationCallback { private Handler handler = null; publi...
[ "1625686656@qq.com" ]
1625686656@qq.com
907835aefbd002dd8a6d05ea25926daa4a2221fa
b78f4e4fb8689c0c3b71a1562a7ee4228a116cda
/JFramework/crypto/src/main/java/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.java
da572201f169bf8d045ba63ef33ebad8965882d4
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
richkmeli/JFramework
94c6888a6bb9af8cbff924e8a1525e6ec4765902
54250a32b196bb9408fb5715e1c677a26255bc29
refs/heads/master
2023-07-24T23:59:19.077417
2023-05-05T22:52:14
2023-05-05T22:52:14
176,379,860
5
6
Apache-2.0
2023-07-13T22:58:27
2019-03-18T22:32:12
Java
UTF-8
Java
false
false
5,048
java
package org.bouncycastle.math.ec.custom.sec; import org.bouncycastle.math.ec.ECFieldElement; import org.bouncycastle.math.raw.Nat256; import org.bouncycastle.util.Arrays; import java.math.BigInteger; public class SecT233FieldElement extends ECFieldElement.AbstractF2m { protected long[] x; public SecT233Fiel...
[ "richkmeli@gmail.com" ]
richkmeli@gmail.com
658816d1b8994632a2bbd4e585239c595de1da7a
7f190ba82048a3d5ae0e5ade6844fa3bdf5f2ba9
/src/main/java/com/jeesite/modules/mc/entity/Category.java
0f87aca7344d6acde34811c01db0d9f6cabe6cf0
[ "Apache-2.0" ]
permissive
Thatpot/jeesite-web
8097dc01a511514945befcdd25046027979218e2
8d6cef28de156fb434bae1c2d552858688e895f8
refs/heads/master
2020-03-26T13:46:51.078754
2018-08-31T08:38:05
2018-08-31T08:38:05
144,956,408
0
0
null
null
null
null
UTF-8
Java
false
false
6,545
java
/** * Copyright (c) 2013-Now http://jeesite.com All rights reserved. */ package com.jeesite.modules.mc.entity; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.Length; import org.hibernate.validator.constraints.NotBlank; import com.jeesite.common.entity.DataEntity; import com...
[ "xuyuxiang29@foxmail.com" ]
xuyuxiang29@foxmail.com
fde065fa912234b7194811ecb35ef4e4b384d4b0
a88bd8c8d16dc5c141996bce8aefeb6b385d3261
/serwer/src/main/java/pl/nakicompany/ewzwierzat/controller/dto/utworzAdopcje/UtworzAdopcjeResponseDTO.java
e5dda5a2a6151b9fd61d7c49654fbad3640b9a85
[]
no_license
MateuszNakielski/Ewidencja-Zwierzat
5e6443d64a217fcaad965ef798dc714c85083245
d9e00b768ea723152736d010d996cfcb5b371276
refs/heads/master
2021-09-04T11:45:51.871294
2018-01-18T11:55:47
2018-01-18T11:55:47
115,532,714
0
1
null
null
null
null
UTF-8
Java
false
false
236
java
package pl.nakicompany.ewzwierzat.controller.dto.utworzAdopcje; import lombok.Data; import pl.nakicompany.ewzwierzat.controller.dto.common.AdopcjaDTO; @Data public class UtworzAdopcjeResponseDTO { private AdopcjaDTO adopcjaDTO; }
[ "kot@DESKTOP-RNHST0K" ]
kot@DESKTOP-RNHST0K
2cc13aecb923d1463e4a48c26b20a97ee758dca2
7810ee083e1e73211535c49ce995a7d73a943a52
/insurance-web/src/main/java/com/born/insurance/web/interceptor/LoginInterceptorAdapter.java
125433d186c55bcd366f24019cacf73ad932e6a1
[]
no_license
robben766/insuranceSystem
702013b8ad83a596404c7718bff8097ac8a255fa
852acf72136b560a4a3cdf890eae02a55d4e2995
refs/heads/master
2023-03-15T08:15:26.434405
2018-01-31T08:03:35
2018-01-31T08:03:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,119
java
package com.born.insurance.web.interceptor; /** * www.yiji.com Inc. * Copyright (c) 2012 All Rights Reserved. */ import java.io.IOException; import java.net.URLEncoder; import java.util.Enumeration; import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServlet...
[ "your@email.com" ]
your@email.com
1c29350675fedd48f2be70cf26ed9708892081ab
37506249d96e24906cd79544dfd932002be0ca00
/sky-system/sky-sys/src/main/java/com/yanyu/sky/sys/dao/RoleMapper.java
9af2fd4c36c57564ca11307021e817a591a8084c
[ "Apache-2.0" ]
permissive
MRgzhen/sky-admin
039c90a4a61f956bb7cc9b8ed109188f95820a37
dbdcce3e00ad4a43643080bfb4d849d87cca3453
refs/heads/master
2023-03-03T07:54:24.363984
2021-02-19T08:12:01
2021-02-19T08:12:01
339,978,337
1
0
null
null
null
null
UTF-8
Java
false
false
732
java
package com.yanyu.sky.sys.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.yanyu.sky.sys.bean.po.Role; import com.yanyu.sky.sys.bean.vo.role.RoleInfoVo; import com.yanyu.sky.sys.bean.vo.role.RoleSearchVo; import org.apache.ibatis.annotations.P...
[ "1175533636@qq.com" ]
1175533636@qq.com
0f0cb75de2d44442963b23c2400865b852c9c06b
ea495cae7042fbfd0df16580d4a2283753731385
/LabEx7.java
6bf91cfcabc92b2378284cbfeedcd04b6f9fa35f
[]
no_license
aafreenbenazir/lab-ex
b4d23d3230359f8236093d52075ca9212b289e9e
d4b5790d371f6ba986dd2f596f7723e376752f8d
refs/heads/master
2023-01-03T12:32:19.366907
2020-10-31T10:22:07
2020-10-31T10:22:07
294,011,467
0
0
null
null
null
null
UTF-8
Java
false
false
1,470
java
//author:K.AAFREEN BENAZIR //initializing 20 elements randomly in an array and calculating sum and avrg //of that 20 elements and storing elements which are of above avrg in list1 //and below avrg in list2 and printing both lists package lab.ex.pkg7; //importing packages import java.util.Scanner; import ja...
[ "noreply@github.com" ]
noreply@github.com
01756d625ea28d05c4fafcc43bc496a31d7b7f41
92aba68ccebf23376d5ce48d5657b93553c11d04
/agent/plugins/elasticsearch-plugin/src/test/common/java/org/glowroot/agent/plugin/elasticsearch/SharedSetupRunListener.java
eeda0cd0cade6bfe64491b78e4d3e7cc68f9aa02
[ "Apache-2.0" ]
permissive
marcelogwolff/glowroot
c1d7b0d395fc1a404916d7daa9c45890e369e5f9
c00097f985d948c9c2bb7f7919e75d70578b2e61
refs/heads/master
2020-03-28T00:03:25.948337
2018-09-03T22:34:13
2018-09-04T04:24:17
147,371,262
0
0
Apache-2.0
2018-09-04T15:53:59
2018-09-04T15:53:58
null
UTF-8
Java
false
false
2,446
java
/* * Copyright 2017-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "trask.stalnaker@gmail.com" ]
trask.stalnaker@gmail.com
d7a02df2b433999aa7529a96091492a99fd6ed04
601582228575ca0d5f61b4c211fd37f9e4e2564c
/logisoft_revision1/src/com/gp/cong/logisoft/hibernate/dao/lcl/LclUnitSsManifestDAO.java
d0c984c3bda49ea37f997e73eb6fcc21c3560ab2
[]
no_license
omkarziletech/StrutsCode
3ce7c36877f5934168b0b4830cf0bb25aac6bb3d
c9745c81f4ec0169bf7ca455b8854b162d6eea5b
refs/heads/master
2021-01-11T08:48:58.174554
2016-12-17T10:45:19
2016-12-17T10:45:19
76,713,903
1
1
null
null
null
null
UTF-8
Java
false
false
7,223
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.gp.cong.logisoft.hibernate.dao.lcl; import com.gp.cong.common.CommonUtils; import com.gp.cong.hibernate.BaseHibernateDAO; import com.gp.cong.logisoft.beans.ManifestBean; import com.gp.cong.logisoft.domain.Us...
[ "omkar@ziletech.com" ]
omkar@ziletech.com
9714feb4027e10c13bbc3fe828ca61228ce3e6db
ba495feb811bc008463165ef336d0940c1e9b2cc
/AtomSuiteModules/GUISuite/NiftyVisualEditor/jme3-gui/src/com/jme3/gde/gui/base/model/attributes/GColor.java
27374fd4b7a92473bed4f173fe2b7d8ef513435f
[]
no_license
atomixgame/atom-game-framework-sdk
a3dce7542eff3bda004c80ef7cab1e26666c3e33
4ac86ff6e469bc1f706ce6e43bdb37048ed22b7b
refs/heads/master
2021-08-02T10:35:13.161474
2015-09-27T02:20:05
2015-09-27T02:20:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
218
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.jme3.gde.gui.base.model.attributes; /** * * @author cuong.nguyenmanh2 */ public class GColor { }
[ "atomixnmc@gmail.com" ]
atomixnmc@gmail.com
6cd1eda02587fe07740cff9a4d2a4b97f372657f
a7908ba24cba1b2912d87dc1d698c519e350cd5f
/game_server/common/src/main/java/network/NetClient.java
048e66e53f357e54b2be9850bbddc28ce3798ca0
[]
no_license
liligege/wz_game
1f776a55a05f7c9b2ac661f747d818f8740ba78f
6715a361ba7dededb870275daa8f645b87e395db
refs/heads/master
2020-03-28T14:05:43.112632
2017-09-18T14:50:59
2017-09-18T14:50:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,916
java
package network; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.TimeUnit; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.protobuf.InvalidProtocolBufferException; import actor.ICallback; import define.AppId; i...
[ "316315963@qq.com" ]
316315963@qq.com
3ed985565a9a4c19ea21057a3448ca7311f901ec
99322d3d35d892fd520b502e536698fca8098b81
/src/com/zimnicky/draughts/Board.java
5919d051f6ff4d2ba9f1b172093a6cccd83a871c
[ "MIT" ]
permissive
zimnicky/draughts
9c37bcf275a456f9cabda9d7afa3132e3682f36b
f4c2e1507451d89bb56ed7243bdb700fd34581e9
refs/heads/master
2021-01-19T18:04:02.486124
2014-11-21T20:23:37
2014-11-21T23:24:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,848
java
package com.zimnicky.draughts; public class Board { public enum Cell { EMPTY, INVALID, BLACK, WHITE, BLACK_QUEEN, WHITE_QUEEN; boolean sameColor(Cell other) { return (isWhite() && other.isWhite()) || (isBlack() && other.isBlack()); } boolean sameColor(Player.Color col...
[ "zimnicky@gmail.com" ]
zimnicky@gmail.com