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
e8b32457853d2dccc4d6e6d3db33d2f7e996fdf3
ae1d95b11d775cb1ab105cc7662c237e3482b860
/microprofile/graphql/server/src/test/java/io/helidon/microprofile/graphql/server/test/types/DateTimePojo.java
bcf0d6679d8e1845079f56eb530a708032e40c08
[ "Apache-2.0", "APSL-1.0", "LicenseRef-scancode-protobuf", "GPL-1.0-or-later", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference", "CC-PDDC", "LicenseRef-scancode-generic-export-compliance", "LicenseRef-scancode-unicode", "EPL-1.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL...
permissive
barchetta/helidon
7a517cbf36e0a3c908bb269d9a92446a507332ce
e8bf60e64e3510df66569688fe1172981766f729
refs/heads/main
2023-09-03T20:19:30.214812
2023-08-11T22:39:16
2023-08-11T22:39:16
165,092,426
3
0
Apache-2.0
2019-01-10T16:21:59
2019-01-10T16:21:58
null
UTF-8
Java
false
false
5,189
java
/* * Copyright (c) 2020, 2021 Oracle and/or 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 ...
[ "noreply@github.com" ]
barchetta.noreply@github.com
fd3f1ed9ea479e200d1b8a12490cc9598377bf1a
e247cbbb0b55d9d5f3c86c8f808b9c3757effe3a
/src/main/java/edu/wofford/MutuallyExclusiveArgumentException.java
0a7d165136733f75341b1462c5704cea249aac65
[]
no_license
cgwhouse/project-threatlevelmidnight
3437ea9796b5fd825fd0c72063a860cd2639d3bc
dd025184cf80f1fc04d9562c0a86b68d4db6bdb3
refs/heads/master
2018-07-20T00:44:41.392751
2018-06-02T00:57:57
2018-06-02T00:57:57
113,778,887
1
2
null
2017-12-10T19:55:38
2017-12-10T19:55:38
null
UTF-8
Java
false
false
453
java
package edu.wofford; /** * Thrown to indicate that ArgumentParser has parsed over two arguments that are mutually exclusive. */ public class MutuallyExclusiveArgumentException extends ArgumentException { /** * Constructs an UnrecognizedArgumentException with the specified detail message. * * @param...
[ "ledfordhl@email.wofford.edu" ]
ledfordhl@email.wofford.edu
27606c12a8b96447649c1f13f0f618bab9a72607
7dd62def55f1b1ac029aa534336daf209e2d1b01
/src/org/andengine/entity/sprite/vbo/ITiledSpriteVertexBufferObject.java
e06337bf3c84dcf1f09b26809894709cb9f2c7a7
[ "Apache-2.0" ]
permissive
heinrisch/AndEngine
fa45d0dc8ef060f1ed30bb0415630c6c58b2b85e
60f9b0af2095cc0a41185c11e344691961d5b09c
refs/heads/GLES2
2021-01-18T00:29:05.175822
2014-06-23T08:39:57
2014-06-23T08:39:57
15,848,439
0
1
Apache-2.0
2021-01-29T06:00:48
2014-01-12T18:56:46
Java
UTF-8
Java
false
false
767
java
package org.andengine.entity.sprite.vbo; import org.andengine.entity.sprite.TiledSprite; /** * (c) Zynga 2012 * * @author Nicolas Gramlich <ngramlich@zynga.com> * @since 18:39:06 - 28.03.2012 */ public interface ITiledSpriteVertexBufferObject extends ISpriteVertexBufferObject { // ==============================...
[ "ngramlich@zynga.com" ]
ngramlich@zynga.com
3d164267b6f4446a4c1825f657a81eb2b4f8a0bd
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc117/B/4889695.java
a515d4454c20341f485936988bb7b493419626b3
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
Java
false
false
674
java
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int[] l = new int[N]; for(int i = 0; i < N; i++){ l[i] = sc.nextInt(); } Main abc117B = new Main(); if(abc117B.solve(l)){ ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
966d080db1a46615686999a696d31561f65850a7
5fc819627f4a38797f4357625d04f9b86944423b
/tags/release1.13/src/edu/ucla/loni/ccb/itools/view/AutoCompleteDocument.java
704ed82e2aa66292e3a98a7883a872fe9846e189
[]
no_license
antonaidsus/itools
475b0faf61b2446bbfe61608f01244cdd3993978
269869d096ea305bf825182a10462d094cb29bba
refs/heads/master
2021-04-26T16:43:35.759698
2010-07-15T00:41:14
2010-07-15T00:41:14
53,169,385
0
0
null
null
null
null
UTF-8
Java
false
false
2,064
java
package edu.ucla.loni.ccb.itools.view; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.JTextComponent; import javax.swing.text.PlainDocument;...
[ "iwaterpolo@33f94e8c-d63b-0410-833f-a3f389d1c9ff" ]
iwaterpolo@33f94e8c-d63b-0410-833f-a3f389d1c9ff
996a09b8b5e3bd313d0dedd4d06eec19549b573b
d8c3f4ec6b85315ad892972aa91fbb559f955183
/src/main/java/still/data/Binner.java
19ed60a0bf2ad6a4e6d6213ddb3505e3c6ac4787
[]
no_license
sfingram/DimStiller
28ad4af3c6b9716e37222fda123a00a4b8392d75
e8478dec735f3ac60d65092887808438a965641f
refs/heads/master
2021-01-10T20:01:06.749509
2014-12-09T20:46:11
2014-12-09T20:46:11
27,614,813
1
0
null
null
null
null
UTF-8
Java
false
false
6,375
java
package still.data; import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.ArrayList; import java.util.Collections; import java.util.Hashtable; /** * * Handles binning numeric dimensions into equipartitions * or returns the set of unique values of the dimension. * * @author sfingram *...
[ "stephen@cohodata.com" ]
stephen@cohodata.com
5df9d123c7acfa717ad5bc9a70ece280162532a0
47c70f16f7b5b2421d9fc2cd36cc8f985a0e489d
/src/yqlApi/StockQueryBuilder.java
3a89ddb80468e81522e2d909d61caa91bb3b8db1
[]
no_license
scottwilliambeasley/StockViewer
f13513afa16ae3817129b9966fee57a8ddb38343
0e6963250448f32c8fa965a10bbcd14203e52eae
refs/heads/master
2021-01-17T01:38:51.367226
2016-06-17T11:24:22
2016-06-17T11:24:22
61,361,289
0
0
null
null
null
null
UTF-8
Java
false
false
3,300
java
package yqlApi; import java.net.MalformedURLException; import java.net.URL; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.regex.Matcher; import java.util.regex.Pattern; /* * This class is meant to build different Query URLS, and return them */ public class Stoc...
[ "scottwilliambeasley@gmail.com" ]
scottwilliambeasley@gmail.com
bc6da80cc367c7241e2f1d695089afdff4d4174e
b0583604218923830ec201c66bd6e98b9298065e
/core/src/main/java/com/havells/servlet/RatingComponent.java
fddbe0b4ec2ded966223a5eb537439476a14902e
[]
no_license
TinyCorn89/havells
64d6b2780299957c484691d5e047574244653eb4
63abb30025bc4af4a33093d4eae5f3f910955dc4
refs/heads/master
2020-12-01T13:07:02.955598
2016-03-23T05:22:05
2016-03-23T05:22:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,473
java
package com.havells.servlet; import com.havells.services.RatingService; import org.apache.felix.scr.annotations.Properties; import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotations.Reference; import org.apache.felix.scr.annotations.sling.SlingServlet; import org.apache.sling.api.SlingH...
[ "shivanig@intelligrape.com" ]
shivanig@intelligrape.com
14719901f50c74650635ad29cd04a51a659053fb
88483bbcd6b6b3038233d0a7ebda6c493e4ef589
/OA/src/com/ht/service/impl/SalaryInfoServiceImpl.java
6ad39fdd61f91b795a1153a6554b6b7a9db9cbcf
[]
no_license
tjy1985001/Teaching
5760eab3cd3e6c4cd1332c80fcf8098c160a7deb
31e090c866493443b5a944c043fbfb2f1c90c372
refs/heads/master
2020-06-06T22:37:51.921889
2018-12-10T03:45:51
2018-12-10T03:45:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,181
java
package com.ht.service.impl; import java.io.Serializable; import java.util.List; import com.ht.bean.SalaryInfo; import com.ht.common.bean.Pager4EasyUI; import com.ht.dao.SalaryInfoDAO; import com.ht.service.SalaryInfoService; public class SalaryInfoServiceImpl implements SalaryInfoService { private SalaryInfoDAO ...
[ "847315251@qq.com" ]
847315251@qq.com
ac18aedcade2248f3ce701551d5dceebec369974
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_48ef28b64f89d7939d43c1102c5fb026f28ea870/TwoSourceTransactionScenarios/2_48ef28b64f89d7939d43c1102c5fb026f28ea870_TwoSourceTransactionScenarios_s.java
4beb287072f1841377291748b49ef4d501a53eaf
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
30,697
java
/* * Copyright (c) 2000-2007 MetaMatrix, Inc. * All rights reserved. */ package org.teiid.test.testcases; import java.sql.Connection; import java.sql.SQLException; import java.util.ArrayList; import org.teiid.test.framework.AbstractQueryTransactionTest; import org.teiid.test.framework.QueryExecution; ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bd85e59fb0dcc5743c6e9fd5ab4249a22fa5a4aa
0247370f43819c5417ede71235664f52e5530a79
/src/main/java/net/mercadobitcoin/common/exception/MercadoBitcoinInternalException.java
7be9b1b2e6b6d2b02b12ef2551fb3b1b339fc283
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
drecchia/mb-api-client-java
188c8cd6a6deff03a5c7839108c542c815fdb72f
80cf3277577543e63de9e502e5865fe96fac9775
refs/heads/master
2021-01-22T05:57:43.311461
2017-05-26T14:30:39
2017-05-26T14:30:39
92,511,399
0
0
null
2017-05-26T13:05:49
2017-05-26T13:05:49
null
UTF-8
Java
false
false
540
java
/** * under the MIT License (MIT) * Copyright (c) 2015 Mercado Bitcoin Servicos Digitais Ltda. * @see more details in /LICENSE.txt */ package net.mercadobitcoin.common.exception; /** * Mercado Bitocin generic exception type used in internal errors ( If its internal, should not be an checked exception ). */ publ...
[ "danilo.recchia@vortus.solutions" ]
danilo.recchia@vortus.solutions
be449a0397518371c6c10dfbc9db9cee4dbb8791
7e1511cdceeec0c0aad2b9b916431fc39bc71d9b
/flakiness-predicter/input_data/original_tests/joel-costigliola-assertj-core/nonFlakyMethods/org.assertj.core.api.Assertions_assertThat_inHexadecimal_Test-should_assert_floats_in_hexadecimal.java
39a730e4b21c5b4f9cb8a4516543471d7d3333de
[ "BSD-3-Clause" ]
permissive
Taher-Ghaleb/FlakeFlagger
6fd7c95d2710632fd093346ce787fd70923a1435
45f3d4bc5b790a80daeb4d28ec84f5e46433e060
refs/heads/main
2023-07-14T16:57:24.507743
2021-08-26T14:50:16
2021-08-26T14:50:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
@Test public void should_assert_floats_in_hexadecimal(){ thrown.expectMessage("expected:<[0x408[3_3333]]> but was:<[0x408[9_999A, 0xC000_0000]]>"); assertThat(new float[]{4.3f,-2f}).inHexadecimal().isEqualTo(new float[]{4.1f}); }
[ "aalsha2@masonlive.gmu.edu" ]
aalsha2@masonlive.gmu.edu
e8fdfdfa76157f2bc48f96616f072a1fbb518661
080963e5c8f2cf5fd69b8cad789886b205485a23
/src/main/java/com/fuhao/service/WyCommunityEventService.java
814be2143f506b973c02e0e3a36ace97d5a685fc
[]
no_license
aifujiahao/family_service_platform
3ad40b85b48ad5040f16758fef5625ef119620ac
1eb7c7c407b1bd5d6506e664eed48f522f7491ca
refs/heads/master
2022-12-16T17:32:52.781394
2020-09-23T13:42:10
2020-09-23T13:42:10
297,979,932
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package com.fuhao.service; import com.fuhao.bean.WyCommunityEvent; import com.baomidou.mybatisplus.extension.service.IService; /** * <p> * 社区活动 服务类 * </p> * * @author hao * @since 2020-09-21 */ public interface WyCommunityEventService extends IService<WyCommunityEvent> { }
[ "52033327+aifujiahao@users.noreply.github.com" ]
52033327+aifujiahao@users.noreply.github.com
1133b217743229c0b226cec28ce60ad5ef69033d
9a8fe8a35286bb0bf1689d61e08ef6c5d4734524
/src/main/java/com/yk/springboot/controller/RedisController.java
33d025baa2bf3cbed8979fd341018773baa58fd0
[]
no_license
292528867/springboot-example
1b7567b52dfc6db7790395f852be09dc8c379d85
7531827eaaf31f468c3a46747761565d5ed1f050
refs/heads/master
2020-05-21T23:13:07.847626
2016-12-19T07:57:50
2016-12-19T07:57:50
61,787,523
0
0
null
null
null
null
UTF-8
Java
false
false
696
java
package com.yk.springboot.controller; import com.yk.springboot.service.RedisService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * Created by yukui on 2016/12/1...
[ "yukui@wondersgroup.com" ]
yukui@wondersgroup.com
5a20c0ce602e2f154984b4f91da58e404f916ceb
3864406df6f75378a2e15c176f0250b2b4c775e6
/src/esocial-esquemas/src/main/java/br/jus/tst/esocial/esquemas/eventos/tribproctrab/TIdeTrabSemVinculo.java
d05ca6f3dd6d732f14f4ad79c9d39a9a0e2bdc99
[ "BSD-3-Clause" ]
permissive
tst-labs/esocial
272a4ccfc1a33868e669e454e976f848e79cf6c9
8be5092a80709521597189c3413de10dfd910f89
refs/heads/master
2023-07-23T07:26:43.590176
2023-07-18T13:23:20
2023-07-18T13:23:20
136,499,720
119
75
BSD-3-Clause
2023-09-08T12:24:41
2018-06-07T15:50:24
Java
UTF-8
Java
false
false
3,270
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2023.03....
[ "tiago.bento@tst.jus.br" ]
tiago.bento@tst.jus.br
0a53377939df86323613d3cb860d3e3a4733f463
7991235bca98e131d5d07ff2a332a9da738ca4df
/src/Employee.java
24073984763c5e2dccef24fa823ef27bd4a923db
[]
no_license
saharatijol/codeup-java-exercises
089235db22dc18d75fbd9dacf023821e6474e47f
bd675b6def7471f6750b5c9d270c6263b324f709
refs/heads/master
2023-01-23T22:11:18.033644
2020-11-27T04:56:31
2020-11-27T04:56:31
299,391,286
0
0
null
2020-11-10T04:39:59
2020-09-28T18:03:03
Java
UTF-8
Java
false
false
1,284
java
// Curriculum notes: // *** How to define class that inherits from another class using "extends" keyword public class Employee extends Person2 { private double salary; public Employee(String employeeName) { super(employeeName); } // Inheritance Demo // public static void main(String[] ...
[ "sahara.tijol@gmail.com" ]
sahara.tijol@gmail.com
a8e52d00ccc280b0a91d3f4f71df6dfce113bdde
3631de3e4b13c380f8e74338469b205a9ddc09ae
/app/src/main/java/com/sqube/tipshub/LoginActivity.java
1f8a1688d5510c0346f74372be939a912bd8ffb7
[]
no_license
dhakney/Tipshub
5ef2a6b76901d9ca81f5589eb6587eff8d479733
b7cce003e28de62b20fb811bc28800527bc19d25
refs/heads/master
2022-01-27T00:39:02.800619
2019-07-20T19:08:57
2019-07-20T19:08:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
17,210
java
package com.sqube.tipshub; import android.app.ProgressDialog; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.annotation.NonNull; import android.support.design.widget.Snackbar;...
[ "imendhie@yahoo.com" ]
imendhie@yahoo.com
ef1fb5d1e0b9f785fb5f1bcc2971cada3e86774a
71fe74e2fb644aaa623afb94d985e2b807292b8f
/src/main/java/com/kuuhaku/robot/handler/PetPetHandler.java
3e1bf6f21bfa659d90b7862b9695ecd45deeb1ec
[]
no_license
MikuQxi/qq-robot
fab65e24fa6c8f92e81ecfbb91ad9ad3d2dd1fa8
fa8b5cf1fcc1e656136bc7fc762f74e9bec01444
refs/heads/master
2023-05-04T02:02:19.737264
2021-05-22T00:19:40
2021-05-22T00:19:40
370,643,714
1
0
null
null
null
null
UTF-8
Java
false
false
3,279
java
package com.kuuhaku.robot.handler; import com.kuuhaku.robot.common.annotation.Handler; import com.kuuhaku.robot.common.annotation.HandlerComponent; import com.kuuhaku.robot.common.annotation.Permission; import com.kuuhaku.robot.common.constant.HandlerMatchType; import com.kuuhaku.robot.core.chain.ChannelContext; impor...
[ "q215836858@gmail.com" ]
q215836858@gmail.com
1de5edc5cd62185980b7b4ca717fbdf917990ed9
64c6352eec253f015ae2cefa8759681d92f5e22a
/app/src/main/java/com/example/a1step/LoginActivity.java
56afa5d5cc8e2259e4a8faaa18db28553dcf8e16
[]
no_license
JLam0113/1Step
77e5a43b52bb2f49b8fcd57fccb9611dd70f13e4
6effe66e227b3ab326cab08b21bff918efb1b18e
refs/heads/main
2023-01-24T16:37:18.835769
2020-11-22T23:25:07
2020-11-22T23:25:07
309,489,436
0
0
null
2020-11-22T23:25:08
2020-11-02T20:39:57
Java
UTF-8
Java
false
false
4,956
java
package com.example.a1step; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import androidx.an...
[ "43499445+GodPlue@users.noreply.github.com" ]
43499445+GodPlue@users.noreply.github.com
db925d614037895c1a0a262fbfff7fe6de3731b0
86ae22d7a01ea5c5f653e7ad38fed9ff44e07a4f
/ui/src/main/java/org/jboss/forge/netbeans/ui/context/NbUIRegion.java
e3c21bfe9c1507de23e3393da39d0f8d635b204f
[]
no_license
forge/netbeans-plugin
5749ba7eeb980808e0353682d820352ab7fe344e
b354f414859799a349417f1154cd2b5b0bd733e5
refs/heads/master
2022-05-06T04:40:50.917141
2022-04-30T03:21:08
2022-04-30T03:21:08
30,539,203
6
3
null
2022-04-30T03:21:09
2015-02-09T14:19:31
Java
UTF-8
Java
false
false
1,758
java
/* * Copyright (c) 2016 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * <a href="mailto:ggastald@redhat.com">George Gastaldi</a> - initial API and implementation and/or initial documen...
[ "gegastaldi@gmail.com" ]
gegastaldi@gmail.com
6a63b8394f93004dfedb089767b738774e069772
e19b6dce833dd0ac9bab405bb8a4ebb3e72dd559
/src/main/java/lach_01298/qmd/multiblock/gui/GuiLinearAcceleratorController.java
e10a0001727c368cead754bec88830bef3848a27
[]
no_license
quarterwave0/QMD
a7830238ee791dc037d988a84e3a2a81b8da19ea
c8b1bd733637ea79fa81ee07a7bbca975ee9b6f8
refs/heads/master
2023-05-29T06:42:59.527009
2021-04-11T18:27:03
2021-04-11T18:27:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,322
java
package lach_01298.qmd.multiblock.gui; import java.util.ArrayList; import java.util.List; import lach_01298.qmd.QMD; import lach_01298.qmd.accelerator.Accelerator; import lach_01298.qmd.accelerator.LinearAcceleratorLogic; import lach_01298.qmd.accelerator.tile.IAcceleratorController; import lach_01298.qmd.gu...
[ "ltgoulden@tpg.com.au" ]
ltgoulden@tpg.com.au
9fa3f7f7655ebfdcc1bed41e5c77873ef35e6901
8a3298fcd134ea016c480722fa9537d33920a01e
/src/main/java/withTSDectect/TSDMain.java
af13a30d3451d9357856b5a2bd6ed60ca8be4409
[]
no_license
bayes-diarra/code_smell_extractor_ci
86908d198a460e1d38fb7f1a372b9a1027762bed
c5d9cec769defc623856cb57837b5806b6ec1976
refs/heads/master
2023-07-04T17:47:18.562775
2021-08-06T12:12:54
2021-08-06T12:12:54
344,615,378
0
0
null
2021-03-18T10:47:05
2021-03-04T21:33:14
Java
UTF-8
Java
false
false
1,572
java
package withTSDectect; import java.io.IOException; import java.util.HashMap; import java.util.List; import environments.Environment; import environments.Linux; import environments.Windows; import utilities.Build; import utilities.Utility; public class TSDMain { public static void main(String[] args) throws ...
[ "bayesdiarra77@gmail.com" ]
bayesdiarra77@gmail.com
3bbcafc73c46630989b6ff8fdc7efe93aa67bbe8
5e2cab8845e635b75f699631e64480225c1cf34d
/modules/core/org.jowidgets.impl/src/main/java/org/jowidgets/impl/layout/PreferredSizeLayoutImpl.java
ab64aea7a471c7ee9d9a56927be79273732ce3f9
[ "BSD-3-Clause" ]
permissive
alec-liu/jo-widgets
2277374f059500dfbdb376333743d5507d3c57f4
a1dde3daf1d534cb28828795d1b722f83654933a
refs/heads/master
2022-04-18T02:36:54.239029
2018-06-08T13:08:26
2018-06-08T13:08:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,591
java
/* * Copyright (c) 2011, grossmann * 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 condit...
[ "herrgrossmann@users.noreply.github.com" ]
herrgrossmann@users.noreply.github.com
0dde796ebcaf747bcefd4d672f3b53bb55fbea3f
467246fb1b1c1a02dd2275dcbe87a808575e4c50
/integration-tests/src/test/java/tachyon/client/FileOutStreamIntegrationTest.java
f2895a075289299c88e5acea49d7833fd1c7350b
[ "BSD-3-Clause", "CC-PDDC", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain", "EPL-1.0", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license" ]
permissive
ZhangXFeng/tachyon
9664e8c2639f20f154b39c1a8d7027c53484b713
dd9c1c9476bb0a972efdc31630591d05df3729f2
refs/heads/master
2022-11-25T09:56:44.683592
2015-09-20T11:38:16
2015-09-20T11:38:16
42,810,448
0
0
Apache-2.0
2022-11-16T03:34:14
2015-09-20T11:24:14
HTML
UTF-8
Java
false
false
9,611
java
/* * Licensed to the University of California, Berkeley 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 no...
[ "zxf1105@gmail.com" ]
zxf1105@gmail.com
ec4148ab114c9a21bd64a77fdf6fe0c15da06fd0
bc8209f7faffcb4b359fe712c1d20decd546d30a
/app/src/main/java/io/harry/doodlenow/DoodleApplication.java
008aaa6071a33eb0fc474cd775e2996d2dd53381
[]
no_license
ehrudxo/doodle_now
89d2dc98bb0f08cac706f47e6fd06d7370183296
a878c1cd583b266b9ce4cff6c117c61f4f71104e
refs/heads/master
2020-04-06T05:27:58.430358
2016-07-20T02:24:55
2016-07-20T02:25:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
955
java
package io.harry.doodlenow; import android.app.Application; import io.harry.doodlenow.component.DaggerDoodleComponent; import io.harry.doodlenow.component.DoodleComponent; import io.harry.doodlenow.module.DoodleModule; import io.harry.doodlenow.module.NetworkModule; public class DoodleApplication extends Application...
[ "zillaci@gmail.com" ]
zillaci@gmail.com
90aa0643239a70f75a4e1798d12875210947fbc4
b08504ab8543e8edbb3fbe9ab3d59d1350c7c19e
/src/cn/mumu/architecture/model/future/success/MyDataProxy.java
1d573e5ad1d0609a520c4308b30730c797d350d1
[]
no_license
hjl12/DDup
49df819059e23aefd1cfe5b72fa5bff1c683a96a
9e0bc516b2c3db020c2cccf286362ff2d06432b3
refs/heads/master
2020-03-22T16:12:50.872572
2018-12-27T09:34:45
2018-12-27T09:34:45
140,311,270
0
0
null
null
null
null
UTF-8
Java
false
false
686
java
package cn.mumu.architecture.model.future.success; public class MyDataProxy { public MyFutureData getData(final int i) { final MyFutureData myFutureData =new MyFutureData(); final Thread thread = Thread.currentThread(); new Thread(new Runnable() { @Override public void run() { System.out.pr...
[ "hjl21@126.com" ]
hjl21@126.com
bfbaef0646f7b0bd34d55c3be7735b186bf6be82
634d56dd5e372567a3c5a9b1daba779ff46613a7
/src/com/data/trie/SortingArrayOfString.java
867cc65f9d1ab96547ce3623f92fba2907b6e2ce
[]
no_license
sqasim2329/DataStructures
d122d7e93b74af26ee8725b1d0f402d10d784fb1
2586c22c616007304b557b465a784124d200a73a
refs/heads/master
2023-06-27T10:13:19.208519
2021-07-24T07:59:12
2021-07-24T07:59:12
225,795,264
0
0
null
null
null
null
UTF-8
Java
false
false
1,156
java
package com.data.trie; import java.util.Set; import java.util.TreeMap; class TTNode{ TreeMap<Character,TTNode> children; boolean endOfWord; public TTNode() { children=new TreeMap<>(); } } public class SortingArrayOfString { public static void main(String args[]) { String arr[]= {"geeks", "for", "geeks", "...
[ "Sunil.Sencha@gfs.com" ]
Sunil.Sencha@gfs.com
beb2209c11e9bffc4237d0f4135a547d837f378e
660c40b1bee2f259cf61fa89e530e91973a2a469
/src/v48/CountC.java
941e55499d86c62ca766cfbcb496ed2d1bc8b951
[]
no_license
Trapprullarn/refactored-octo-garbanzo
f4abc61cc9889234fc6daeaa783bcd464e5d2aaf
5b5db1cb75ca51868bdf7119719dfe72a8f130c6
refs/heads/master
2020-04-08T23:41:52.663331
2018-11-30T14:38:52
2018-11-30T14:38:52
159,836,064
0
0
null
null
null
null
UTF-8
Java
false
false
309
java
package v48; public class CountC { public static void main(String[] args) { System.out.println(count("Yeet",'e')); } public static int count(String str, char c) { int result = 0; for(int i = 0; i < str.length(); i++) { if(str.charAt(i)== c) { result++; } } return result; } }
[ "lindfredrik411@gmail.com" ]
lindfredrik411@gmail.com
3a9e792411fe67d0699c4bd04182513d25367e1d
d7d6d8ba074a18c4734deddce091cdd4ef0db2f3
/netty/src/main/java/com/echo/EchoServer.java
246f0b6a3db9a55142392a36409d1e4e5bcf7b62
[]
no_license
Zhaojing033033/Blog
863b9ffc5bd2618faf50f8143934d0cad86b37a0
f5901e450cd3845dedd43dfec2d806ecfba8011b
refs/heads/master
2020-03-29T11:26:00.414612
2018-10-08T13:53:43
2018-10-08T13:53:43
149,852,298
0
0
null
null
null
null
UTF-8
Java
false
false
3,177
java
package com.echo; import com.imitate.echo.EchoChannelHandler; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; impo...
[ "1129091381@qq.com" ]
1129091381@qq.com
e06f8f51379ea37f4fa06591b4b640e49cd81991
08ba72e6bf2456c9bacf32a385552a083a9e3e2a
/IdeaProjects/task19/src/ListMerge.java
791bdf23c0aba957adeb23208f26b6332ef3c44e
[]
no_license
YuliyaKarima/task19
6a038e5fc15303efa9435b600f3bcb456f4282d0
4f669f490ff3be870f0e30cc4ee40ba143e22b71
refs/heads/master
2021-05-15T23:32:08.176697
2017-10-14T08:49:31
2017-10-14T08:49:31
106,912,776
0
0
null
null
null
null
UTF-8
Java
false
false
2,243
java
import java.util.List; public class ListMerge { /** * Add all elements from second sorted list to first one * so that the first list is also sorted * * @param from list-source of elements * @param to list-receiver of elements */ public void merge(List<Integer> from, List<Integer...
[ "julijanet@gmail.com" ]
julijanet@gmail.com
33d28862cc8f643775e348dbfcc30e06c5c03dcc
b300b4f7d156a8dfed6df90f0848301e443758d5
/thymeleaf-demo-2-rest-crud/src/main/java/com/demo/dao/EmployeeRepository.java
9116767383db59c8f8b177329a943e91e5f7f0b4
[]
no_license
Mi7ai/Spring
14e21a5cc16b2452664b7b947dde6cd7ffd2169b
9a5fcfce50ac06fa55992e7ef834cf89bb7db90c
refs/heads/master
2023-03-28T14:48:26.625803
2021-03-31T21:55:41
2021-03-31T21:55:41
334,400,472
1
0
null
null
null
null
UTF-8
Java
false
false
489
java
package com.demo.dao; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.demo.entity.Employee; //crud methods for free baby //change the access, instead of /*/employees you access /*/members //by default is lower case Entity name(employee) + s = /employees //@RepositoryR...
[ "hottmayer@gmail.com" ]
hottmayer@gmail.com
70f1fe66cf5b5085531c2ded5d2c4b79acfc13e0
95833ea3ed99724c62b628006518e6bea3648315
/app/src/main/java/com/example/archana/finalproject_carma/PreferenceActivity.java
3b9c4e559cb95a2f01a887604725e6a4001b4211
[]
no_license
arcVoila/FinalProject_Carma
22549ad048cfe0fab554cb0a66af040fe1139d4a
f9d7f801e17b61d4f886a0d142ba0be50030c121
refs/heads/master
2016-08-12T04:19:09.591551
2015-12-03T15:10:25
2015-12-03T15:10:25
47,015,985
0
0
null
null
null
null
UTF-8
Java
false
false
2,069
java
package com.example.archana.finalproject_carma; import android.app.ActionBar; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.preference.Preference; import android.util.Log; import androi...
[ "archana.ramakrishnan2507@gmail.com" ]
archana.ramakrishnan2507@gmail.com
593ab4e67450493235361e890501e228c235bab5
95e944448000c08dd3d6915abb468767c9f29d3c
/sources/com/google/android/gms/maps/p764a/C16738q.java
1de08258df61c2716747e0ae546d1908218ab4fb
[]
no_license
xrealm/tiktok-src
261b1faaf7b39d64bb7cb4106dc1a35963bd6868
90f305b5f981d39cfb313d75ab231326c9fca597
refs/heads/master
2022-11-12T06:43:07.401661
2020-07-04T20:21:12
2020-07-04T20:21:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
860
java
package com.google.android.gms.maps.p764a; import android.os.Parcel; import android.os.RemoteException; import com.google.android.gms.internal.p763e.C16372e; import com.google.android.gms.internal.p763e.C16373f; import com.google.android.gms.internal.p763e.C16378k; /* renamed from: com.google.android.gms.maps.a.q */ ...
[ "65450641+Xyzdesk@users.noreply.github.com" ]
65450641+Xyzdesk@users.noreply.github.com
3a5bc6bbcf18bd158c6d54d38086133d017bcd9d
3c64f9fcee155c0e95c7ab75ed5c9fa389a2dc8c
/DAY 4/ThreeInOne.java
a6c4b131b1673b2757b99832848345124bb8315b
[]
no_license
me-am-i/cracking-interview
70d2b83df3d3bd6ba7c645eca8478ba1b7d223f6
0252dd6c257ecd08aacad46ffd08517ce848db2c
refs/heads/master
2022-04-19T20:25:56.369082
2020-04-18T05:33:33
2020-04-18T05:33:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,364
java
public class ThreeInOne { public static void main(String[] args) { MultipleStack st = new MultipleStack(3); st.push(0, 1); st.push(0, 2); st.push(1, 3); st.push(1, 4); st.push(1, 5); st.push(2, 6); st.push(2, 7); st.push(2, 8); st.push(2, 9); st.push(2, 1); st.push(2, ...
[ "aleksandr.yankovskiy@gmail.com" ]
aleksandr.yankovskiy@gmail.com
c1d28cd439bbf0aa6afb9d5dbee24cd450e7f7f0
3f7a5d7c700199625ed2ab3250b939342abee9f1
/src/gcom/gui/cadastro/imovel/InserirImovelClienteAction.java
86001a498c3552254e9c7078a077ed512ec66eb7
[]
no_license
prodigasistemas/gsan-caema
490cecbd2a784693de422d3a2033967d8063204d
87a472e07e608c557e471d555563d71c76a56ec5
refs/heads/master
2021-01-01T06:05:09.920120
2014-10-08T20:10:40
2014-10-08T20:10:40
24,958,220
1
0
null
null
null
null
ISO-8859-1
Java
false
false
6,261
java
/* * Copyright (C) 2007-2007 the GSAN - Sistema Integrado de Gestão de Serviços de Saneamento * * This file is part of GSAN, an integrated service management system for Sanitation * * GSAN is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
[ "felipesantos2089@gmail.com" ]
felipesantos2089@gmail.com
5b1bcd8ee712da4bfb6d8143d76af8a23b36cc03
5588512ce3f1298e4eb863b6bb0407d19be3556a
/src/main/java/com/springingdream/adviser/config/SwaggerConfig.java
3bec3c60c20093911623b0a8b78a6bb5e38261bf
[]
no_license
SpringingDream/adviser
fd778cc34aff02e14c7f02939ceae358152ec66e
be14055e6338f54d10df27abf6e42618902ab10a
refs/heads/master
2020-03-30T06:27:04.278215
2018-12-27T10:48:24
2018-12-27T10:48:24
150,862,409
0
0
null
2018-12-26T17:48:51
2018-09-29T12:32:10
Java
UTF-8
Java
false
false
768
java
package com.springingdream.adviser.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.PathSelectors; import springfox.documentation.builders.RequestHandlerSelectors; import springfox.documentation.spi.Document...
[ "sve4nikov.roma@yandex.ru" ]
sve4nikov.roma@yandex.ru
754a6f837444cad8040a296e803936588cbee467
0ef31fa64881668cd92ee0c5d663a33596e4d098
/src/main/java/by/epam/task6/ResourceManager.java
b3315d67edd7241b0b0fe7d5579edc2356703309
[]
no_license
IvanStrazhevich/task6
4d0928728ebe36a9a5ae6a12b2f5f79d1f04fa3b
fa08b96bc76c7eda3afaf613be7c5f50e41fac85
refs/heads/master
2020-03-20T21:36:01.182117
2018-07-09T21:32:07
2018-07-09T21:32:07
137,749,607
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package by.epam.task6; import java.util.Locale; import java.util.ResourceBundle; public enum ResourceManager { INSTANCE; private ResourceBundle resourceBundle; private final String resourceName = "message"; ResourceManager() { resourceBundle = ResourceBundle.getBundle(resourceName, Locale.get...
[ "ivanstrazhevich@MacBook-Pro.local" ]
ivanstrazhevich@MacBook-Pro.local
c34d38cc93a0035ccb6131c61dda65390c649c5b
17e6d69c353e6d0adaf1f537e407cb9d00fb84f0
/src/main/java/com/monotonic/generics/_7_reflection/c_reflecting_generic_information/ReifiableExamples.java
80aaef4533cfb3b5fa99eb400c6f29a43698a3cb
[]
no_license
ravindraranwala/GenericsDemo
1e6401838d76576cb6edd037214371b27ed6c75c
e60dca3a74b1ee28de737421b8b9c9e34a021cd1
refs/heads/master
2020-04-03T05:23:05.832487
2018-10-28T06:58:35
2018-10-28T06:58:35
155,043,784
0
0
null
null
null
null
UTF-8
Java
false
false
1,053
java
package com.monotonic.generics._7_reflection.c_reflecting_generic_information; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.lang.reflect.TypeVariable; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class ReifiableExamples { public stati...
[ "URANWRA@PEROOT.COM" ]
URANWRA@PEROOT.COM
2d8c2e2ab3292a10681ef786fa803f1b2d0b55c9
e444b145c056e6c91a65b4e8e2f8e3b7204d1805
/DomaciZadaci/8 Domaci2508/Domaci_2581.java
01f6d0ce95207ef276bb2c21bb2877708d218340
[]
no_license
VesnaUzelac/DomaciZadaci
01c61d2545554ef5311116980bd2a4772494a74c
37a4b731475f40f4abd5ab24b24f9a594338aeb5
refs/heads/main
2023-08-15T01:24:32.222111
2021-09-24T07:30:40
2021-09-24T07:30:40
407,529,210
0
0
null
null
null
null
UTF-8
Java
false
false
917
java
package funkcije; import java.util.Scanner; public class Domaci_2581 { public static void main(String[] args) { // TODO Auto-generated method stub //Funkcije1: Napisati program koji ce procitati 3 cela broja sa standardnog ulaza (znaci da korisnik unosi tri broja) // i taj program treba da pozove i isp...
[ "noreply@github.com" ]
VesnaUzelac.noreply@github.com
3726afb7e1ce6b80813313527fb52872f7fcddea
15275e903bf4c5c7e0f657385a8093d03318fac8
/src/com/example/designpattern/ch11/protectionproxy/MatchMakingTestDrive.java
e4435f678b9a49621c8f4c30ff7461ed46035b9b
[]
no_license
Asisranjan/JavaDesignPattern
49c14e01bf0742e8311f74c9be8e7de4485be876
94e59dfab96456eacac2924ed0f9f870729f04ff
refs/heads/master
2020-05-15T16:10:50.766388
2019-08-10T03:53:22
2019-08-10T03:53:22
182,385,076
0
0
null
null
null
null
UTF-8
Java
false
false
2,717
java
package com.example.designpattern.ch11.protectionproxy; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Proxy; import java.util.HashMap; public class MatchMakingTestDrive { HashMap<String, PersonBean> datingDB = new HashMap<>(); public MatchMakingTestDrive() { initialize(); } ...
[ "noreply@github.com" ]
Asisranjan.noreply@github.com
034b1c3389ff46a42d955d2006e7adafe5b01d3e
d3336c82b5eba727a5468aaf3676143bd2bc9637
/src/br/com/webinside/runtime/integration/Condition.java
635d1dbbf24b1f6880062dda46fa2dbdb092f677
[]
no_license
webinside/webinside.github.io
b8bc1f84ba7cbc811318e048f42c405f98aaba3e
a970949078b2a93d9cba015a3e873ab3adbac13b
refs/heads/master
2021-01-19T00:24:18.343034
2015-02-04T02:29:09
2015-02-04T02:29:09
25,974,972
1
5
null
null
null
null
ISO-8859-1
Java
false
false
11,310
java
/* * WEBINSIDE - Ferramenta de produtividade Java * Copyright (c) 2011-2012 LINEWEB Soluções Tecnológicas Ltda. * Copyright (c) 2009-2010 Incógnita Inteligência Digital Ltda. * * Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo * sob os termos da GNU LESSER GENERAL PUBLIC LICENSE (LGPL) ...
[ "geraldo@lineweb.com.br" ]
geraldo@lineweb.com.br
15965049160d4d8573e9187537f0fecd093811d2
c92dd458e9eb69a7e15f5bcabf2107d8cb8e87b0
/medicine/app/src/main/java/com/kw/app/medicine/mvp/contract/IUserLoginContract.java
c178a3d66f7db6071c73c627329968d627cf5841
[]
no_license
tingyouwu/CMProject
d85ebb41890873468768eb01c2299cbf2a7b53f6
d79f1e4271c10fd2346e862cee948b449f2efa98
refs/heads/master
2021-01-12T12:42:52.661728
2016-10-20T06:43:41
2016-10-20T06:43:41
69,660,320
1
0
null
null
null
null
UTF-8
Java
false
false
897
java
package com.kw.app.medicine.mvp.contract; import android.content.Context; import com.kw.app.commonlib.mvp.model.IBaseModel; import com.kw.app.commonlib.mvp.view.IBaseView; import com.kw.app.medicine.data.bmob.UserBmob; import com.kw.app.medicine.data.local.UserDALEx; import com.kw.app.widget.ICallBack; import com.kw....
[ "wutingyou@wxchina.com" ]
wutingyou@wxchina.com
134aae4612d11df3340e350fcb394ffd9fb3e451
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_5c2aaad659a12b1079be2ff024d7cffc2d22de37/PlayHandler/1_5c2aaad659a12b1079be2ff024d7cffc2d22de37_PlayHandler_s.java
1aaffdd70899abef5682448810f68db099d1354c
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
56,493
java
package play.server; import static org.jboss.netty.buffer.ChannelBuffers.wrappedBuffer; import static org.jboss.netty.handler.codec.http.HttpHeaders.Names.CACHE_CONTROL; import static org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONTENT_TYPE; import static org.jboss.netty.handler.codec.http.HttpHeaders.N...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
fa30b51abd611cb73de446c99dc0a1521d124ef2
5cc20c73521012ddba8a2b7bcafe727f5543cc9d
/src/eluniversitario/ElUniversitario.java
c5793d02194223f513813329e3c31528f8376d04
[]
no_license
Daquinosan/ElUniversitario
a028e0edb380e848e26b182a70d0fe634f828f97
c179629315bffa60ff145a8555222a241aeefad2
refs/heads/master
2021-01-10T18:02:31.333638
2015-06-06T00:12:58
2015-06-06T00:12:58
36,961,358
0
0
null
null
null
null
UTF-8
Java
false
false
5,325
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 eluniversitario; import eluniversitario.complemento.CuentaException; import eluniversitario.complemento.CuentaException2; imp...
[ "aquino_daniel@live.com" ]
aquino_daniel@live.com
ca3da73bed9878de15782d1d5bf78319f74274a8
c660f18af9d169a0362de030745063952c27e962
/service/resource/src/main/java/com/alibaba/citrus/service/resource/support/InputStreamResource.java
b4562576a89a2e7ffd049e2891e925792fd1f9ea
[ "Apache-2.0" ]
permissive
lpx1989/citrus
2395c3c248ead4d0ae7301a5a4763d9b5283007b
51fdd768621fe75f666b989e81ee42498f715534
refs/heads/master
2021-01-18T07:31:10.532149
2011-10-27T20:50:17
2011-10-27T20:50:17
null
0
0
null
null
null
null
GB18030
Java
false
false
3,088
java
/* * Copyright 2010 Alibaba Group Holding Limited. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
[ "yizhi@taobao.com" ]
yizhi@taobao.com
4c8f56b2ea4d6711c29a78318ebc74eb4cb2ab0f
da68446ad3fa56c5d5f9a55b4428e21e0f0ed406
/src/main/java/mac/foundation/protocol/NSCopying.java
5dda028520aa26c6c2691a354bd01577462cf5c0
[]
no_license
multi-os-engine/moe-mac-core
90d9764ab38807cac004aed70b68ca54c5c8a79b
0ffb7b52af9cdd75f25b33d0c4723903a521d2f7
refs/heads/master
2020-04-06T06:58:01.357013
2016-08-09T18:57:05
2016-08-09T18:57:05
65,319,982
4
2
null
null
null
null
UTF-8
Java
false
false
1,148
java
/* Copyright 2014-2016 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
[ "alexey.suhov@intel.com" ]
alexey.suhov@intel.com
5b96a73a47eade4b86eb8975e47913f78b2470fa
60bc6ce87226f6f28567a26d505be9265d6fdb1f
/src/main/java/net/codejava/springmvc/domain/Level.java
4b924148df5b35bd043ba0314e3ba42ad38b98dd
[]
no_license
skghtjr/HelloSpringMVC
c3b480bea5713f106ef33b1717cf60377faf81de
14bcbb800625b30fac0795f1a5a8cd7d444948bb
refs/heads/master
2020-04-07T05:24:46.991908
2014-11-18T08:31:31
2014-11-18T08:31:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
571
java
package net.codejava.springmvc.domain; public enum Level { GOLD(3, null), SILVER(2, GOLD), BASIC(1, SILVER); private final int value; private final Level next; Level(int value, Level next) { this.value = value; this.next = next; } public int intValue() { return this.value; } public Leve...
[ "skghtjr@gmail.com" ]
skghtjr@gmail.com
4598dcc24eea9522c3b97bfa70a98e687450ffff
fe6073277fa09b67681f6e5b80e2ac8630b90534
/InterviewPrep-1/src/package1/ClassB.java
b7da257b82258a262aee7faba0ee788ff831e473
[]
no_license
MitaliBhade/AllProjects
26a825c9569629e7a75c08dedd34fd83cc1c0b95
3ce1865627c77fa4450f35fb3320ec3a7c9dbd50
refs/heads/master
2022-12-05T08:21:26.287920
2020-08-31T10:37:19
2020-08-31T10:37:19
288,431,056
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package package1; public class ClassB extends ClassA { @Override public String myName() { // TODO Auto-generated method stub return "Mitali Harshal"; } public static String mySurname() { return "Bhore"; } }
[ "harshalbhore1692.hb@gmail.com" ]
harshalbhore1692.hb@gmail.com
6a5d50652d784a9a68fe960e020960c580c9d308
b18a6eefabca5f511915c5cc3e2d94698afc23f5
/src/main/java/fr/axicer/furryattack/server/FAServer.java
b7d22e415f8bf42e628018513b99548006377767
[]
no_license
Axicer/Furry-Attack-les-sergals-contre-attaquent
e9639a24ee46a152592c36975a05a7e3e253fce5
8a970d8192441b520210738ad0941c72da7e91dd
refs/heads/master
2022-01-17T04:25:50.580474
2021-04-14T21:06:15
2021-04-14T21:06:15
115,853,796
1
1
null
2022-01-04T16:48:54
2017-12-31T09:13:20
Java
UTF-8
Java
false
false
65
java
package fr.axicer.furryattack.server; public class FAServer { }
[ "julienrabez@gmail.com" ]
julienrabez@gmail.com
807bbe97aa352fa1ed6c6a638119831f506d6995
98e6fa7ac105d725b86e1bec6b80396f42ab8013
/app/src/main/java/com/giserpeng/ntripshare/ui/About/AboutViewModel.java
889ffe4dbf4261e20ecbdd9aa8e8635267107f8f
[ "Apache-2.0" ]
permissive
liukai-tech/NtripShareCat
96dbf916d41560861ac773ef52c213a43942339b
d4099b574886df2fb10e3d69e986e2716f619577
refs/heads/master
2023-08-26T16:47:23.624604
2021-11-14T12:24:24
2021-11-14T12:24:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
455
java
package com.giserpeng.ntripshare.ui.About; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; public class AboutViewModel extends ViewModel { private MutableLiveData<String> mText; public AboutViewModel() { mText = new MutableLiveData<...
[ "giserpeng@163.com" ]
giserpeng@163.com
927965d413acc11059259ed05ab0ac848f2d8dc4
1bbd0c00d7cd80a75dbd8b28257d2763e23c87c1
/src/main/java/com/expenses/expensesentrance/controller/Rabo2YnabController.java
7449715069ca238b3de8ab060b439fea5bb92f11
[]
no_license
driekeerJ/rabo-ynab-transaction-processor
53736821eb6716eb713c01d928230200bce87c2d
b168165fd1520f66f705d1d297eec888567b3551
refs/heads/master
2023-01-11T03:28:04.113913
2022-12-28T06:33:09
2022-12-28T06:33:09
194,244,953
0
0
null
null
null
null
UTF-8
Java
false
false
2,789
java
package com.expenses.expensesentrance.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.multipar...
[ "jeroen.van.der.wal@rabobank.nl" ]
jeroen.van.der.wal@rabobank.nl
ee668d25ddf882b1b982f7395f2409ad8c4bcccc
348277a66a9ac251f115c962da993e997cb4e7fd
/glarimy-patterns-adapter-02/src/main/java/com/glarimy/patterns/adapter/Type.java
0834453eaab0d78437eab1fb067f8457892fab56
[]
no_license
glarimy/glarimy-patterns
37ba8ad1e88b02000b15483aa5dedafb04dbf9cb
d39bf4b735856f98ae8eb68347628a36325b6473
refs/heads/master
2020-03-10T17:47:59.588624
2019-02-28T09:21:20
2019-02-28T09:21:20
128,758,989
0
0
null
null
null
null
UTF-8
Java
false
false
73
java
package com.glarimy.patterns.adapter; public enum Type { NOUN, VERB; }
[ "krishna@glarimy.com" ]
krishna@glarimy.com
41d55987a60a5557825b6e03dff10f5fc2adeb5d
114e553bd7dab83386fd0a7b7d0aa7d95d363a1f
/src/main/java/com/com/devil/runoob/decorator/ShapeDecorator.java
a6bfc89b0c82f2d0587c32f4c38b9abd93b464b1
[]
no_license
devilhan/design-patterns
460257ed164b9128cc7c7f5bca3a91a3285c900a
52478438c861e238b4fa59f74f750b2df866d88b
refs/heads/master
2023-02-21T13:46:51.042287
2021-01-14T08:19:55
2021-01-14T08:19:55
297,927,490
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package com.com.devil.runoob.decorator; /** * @author Hanyanjiao * @date 2020/11/3 */ public abstract class ShapeDecorator implements Shape { protected Shape decoratorShape; public ShapeDecorator(Shape decoratorShape) { this.decoratorShape = decoratorShape; } @Override public void draw...
[ "hanyanjiao_hyj@163.com" ]
hanyanjiao_hyj@163.com
cd2add15573e68b3d05c6ce2e05ac75a1e50ecfa
77cb5f9541034238b90fcd4fcecd3349197b8b21
/2.JavaCore/src/com/javarush/task/task14/task1410/BubblyWine.java
811ab7612da30aa75eae52ffd9e39b394b3277eb
[]
no_license
Dmytro-V/javarush
254b74988aaba2dcfff36f7357179fe6d512d1a7
fc41678ca7b852bd86e9e753937fc5133a3168e5
refs/heads/master
2023-05-03T01:45:29.725520
2021-05-08T22:14:44
2021-05-08T22:14:44
279,148,864
0
0
null
null
null
null
UTF-8
Java
false
false
171
java
package com.javarush.task.task14.task1410; public class BubblyWine extends Wine { public String getHolidayName() { return "Новый Год"; } }
[ "wvaskod@gmail.com" ]
wvaskod@gmail.com
92e00cf8cae2bf8a2e54ebc9d604f36fb9f1db32
2122d24de66635b64ec2b46a7c3f6f664297edc4
/dp/src/main/java/com/lee/dp/interpreter/example1/ReadAppXml.java
3e73b883ea1b3dcd8ab32f8e8815e7aff83be853
[]
no_license
yiminyangguang520/Java-Learning
8cfecc1b226ca905c4ee791300e9b025db40cc6a
87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25
refs/heads/master
2023-01-10T09:56:29.568765
2022-08-29T05:56:27
2022-08-29T05:56:27
92,575,777
5
1
null
2023-01-05T05:21:02
2017-05-27T06:16:40
Java
UTF-8
Java
false
false
2,921
java
package com.lee.dp.interpreter.example1; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.*; /** * 读取配置文件 */ public class ReadAppXml { /** * 读取配置文件内容 * * @param filePathName 配置文件的路径和文件名 * @throws Exception */ public void read(String f...
[ "litz-a@glodon.com" ]
litz-a@glodon.com
584b8f9c6741704f82118288aa5ff6d1e9b16e28
e2860c5381361b0940ac36548a4fc2344bf2f231
/RateMaPlate-andi/app/src/main/java/com/example/ratemaplate/MatchesActivity.java
57d7ed9fbcf04e9213843a8ae1a365542c7a5e64
[]
no_license
andreagibb93/ratemaplate
1c7232f60522ca393c4498da7e052a01f3a85ce8
7c3b97191de0993a6c5abd59d565248b5810f416
refs/heads/master
2020-04-27T23:05:11.598457
2019-03-20T19:21:14
2019-03-20T19:21:14
174,214,762
0
0
null
null
null
null
UTF-8
Java
false
false
3,399
java
package com.example.ratemaplate; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.SearchView; import android.support.v7.widget.Toolbar; import android.util.Log...
[ "andreagibb@hotmail.co.uk" ]
andreagibb@hotmail.co.uk
f1695acbf2f8d38d49ad2cf09b43707874f65653
1629e37bba65c44f8cf5e88d73c71870089041a4
/JAVA高级/day32_Hibernate框架/hibernate02/src/cn/itcast/b_one2Many/App3_inverse.java
31622c2f2bfddeb121eb024088e6cf4213530e61
[]
no_license
15529343201/Java-Web
e202e242663911420879685c6762c8d232ef5d61
15886604aa7b732d42f7f5783f73766da34923e2
refs/heads/master
2021-01-19T08:50:32.816256
2019-03-28T23:34:31
2019-03-28T23:34:31
87,683,430
0
0
null
null
null
null
GB18030
Java
false
false
2,857
java
package cn.itcast.b_one2Many; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import org.hibernate.classic.Session; import org.junit.Test; import cn.itcast.a_collection.User; public class App3_inverse { private static SessionFactory sf; static { sf = new Configuration() .configu...
[ "15529343201@139.com" ]
15529343201@139.com
e578812c7aa409719ff722781620e65423fdba7d
27405db8f64d4a302540f5ff70425c996d3b7b37
/main/background-task/src/main/java/com/rosettastone/succor/timertask/.svn/text-base/SendPostalBatchTimer.java.svn-base
6af937ea9c2b695a4a96257f9b8be58b5ae995a7
[]
no_license
Anupamaniac/Repo
f1d9d9da116fe0453c7e57e0ed84751a02d4efca
d8f5a4b3630a9a1b565c03bed1e8baa9b61c7439
refs/heads/master
2020-04-27T21:45:13.975416
2012-09-26T11:40:45
2012-09-26T11:40:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,633
package com.rosettastone.succor.timertask; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Date; import java.util.List; import java.util.Locale; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReadWriteLock; import com.rosettastone.succor.exception.FTPExcept...
[ "anupamgupta53@gmail.com" ]
anupamgupta53@gmail.com
ab07f92b18e1d8646d3ebd3668c79a6508b7f5f6
b3d9e98f353eaba1cf92e3f1fc1ccd56e7cecbc5
/fx-games/mahjong/mahjong/gameserver/game-data/src/com/lingyu/noark/asm/ItemCloneHelper.java
140cf6e6ed47a04508df0fc3fd207a01888131f6
[]
no_license
konser/repository
9e83dd89a8ec9de75d536992f97fb63c33a1a026
f5fef053d2f60c7e27d22fee888f46095fb19408
refs/heads/master
2020-09-29T09:17:22.286107
2018-10-12T03:52:12
2018-10-12T03:52:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
385
java
package com.lingyu.noark.asm; import java.util.Date; import com.lingyu.noark.data.entity.Item; public class ItemCloneHelper { AttributeCloneHelper h = new AttributeCloneHelper(); public Item clone(Item source) { Item item = new Item(); if (source.getAddTime() != null) { item.setAddTime(new Da...
[ "905202059@qq.com" ]
905202059@qq.com
d00cbaa6fdb9820a67deb4032cde2e88889c8d4c
9b7d8abd34f56707ce1a26c50dbcde72efae5ab8
/app/src/main/java/com/example/app_samsat/UserRegis.java
008dc0389f84db3c82deb529fd1faa25ae6186ca
[]
no_license
yuvisandika/app_samsat_jambi
cdbc55bec2f5aa1949905123d126e8ec1a9795b3
c8fa8b6af5b751e59be6d2ddb38b42b137406d2e
refs/heads/master
2023-04-12T02:12:47.972967
2021-04-27T08:15:26
2021-04-27T08:15:26
362,024,711
0
0
null
null
null
null
UTF-8
Java
false
false
6,894
java
package com.example.app_samsat; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; //create and develop by yuvi sandika import android.app.ProgressDialog; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.widget.B...
[ "yuvidwiputra@gmail.com" ]
yuvidwiputra@gmail.com
739ee7c73753de914391891368440f536d3a19bd
01ebbc94cd4d2c63501c2ebd64b8f757ac4b9544
/backend/gxqpt-file/gxqpt-file-repository/src/main/java/com/hengyunsoft/platform/file/converter/utils/EncodeFormatTransfer.java
77f53b27aefa12e2d7391bc33dc8a89ad9e52141
[]
no_license
KevinAnYuan/gxq
60529e527eadbbe63a8ecbbad6aaa0dea5a61168
9b59f4e82597332a70576f43e3f365c41d5cfbee
refs/heads/main
2023-01-04T19:35:18.615146
2020-10-27T06:24:37
2020-10-27T06:24:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,351
java
package com.hengyunsoft.platform.file.converter.utils; import info.monitorenter.cpdetector.CharsetPrinter; import lombok.extern.slf4j.Slf4j; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoun...
[ "470382668@qq.com" ]
470382668@qq.com
2c4a5432c56a4ceeef36323e98985f835737ef4f
b02bbfa863e74e1a71ff78e3a08106900e116bb3
/CartOrderRestApi/src/test/java/com/omnicuris/CartOrderRestApiApplicationTests.java
ae0e384aad617ca1fe12ec85a107fd96c11b1296
[]
no_license
mohammanavab/CardOrderRestApp
a58a12cee4aff6759289c3fbda067550fd1bae8b
888a18a41a92f8e9212f3dd0d59af22fad69a90b
refs/heads/master
2022-07-10T22:29:27.329827
2020-05-11T05:26:41
2020-05-11T05:26:41
262,944,819
0
0
null
null
null
null
UTF-8
Java
false
false
215
java
package com.omnicuris; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class CartOrderRestApiApplicationTests { @Test void contextLoads() { } }
[ "mohammadnavabh@gmail.com" ]
mohammadnavabh@gmail.com
b2bf53adcc63e4ed4cb0615a32bc72f3d894712d
c7d5b9d3cc19b43b9a279be1401579ba54e5d8eb
/src/org/mechaevil/algos/ds/dlx/RootNode.java
a360bcda5ea76110ec972d51f24894a861ba7264
[]
no_license
yangkklt/Algorythms
f5d6991382bc45e71776e0be90f6591f8c7aebac
aeedb593bd491c27f61a783652a353da1983fc03
refs/heads/master
2021-01-22T14:55:39.738117
2014-08-30T00:25:28
2014-08-30T00:25:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,928
java
package org.mechaevil.algos.ds.dlx; import java.util.ArrayList; import java.util.List; public class RootNode extends ColumnHeader { private List<ColumnHeader> columns; private List<Node> rows; public RootNode() { super(-1); this.columns = new ArrayList<ColumnHeader>(); this.rows = new ArrayList<Node>(); }...
[ "gaurav.kamath108+webapps@gmail.com" ]
gaurav.kamath108+webapps@gmail.com
060475a8ce9e26dcd61f414f14b20762eb91cb5f
5e6363ea93b23764e0707e0edf04ca4c5094b707
/interop-lab/demo-apps/src/main/java/org/mdpnp/apps/testapp/pumps/AP4000ChannelController.java
fb74728e8483895d827fd13972275443a76e30c4
[ "BSD-2-Clause" ]
permissive
mdpnp/mdpnp
9c0d21c4599d1ac36e14b3a8a9be3b3d724cb2ee
2e8cd167bda7c3fdecc02a1192afeb0218df561a
refs/heads/master
2023-08-19T11:49:25.988717
2023-03-09T17:24:42
2023-03-09T17:24:42
10,971,357
110
69
null
2022-08-31T10:52:13
2013-06-26T15:20:01
Java
UTF-8
Java
false
false
11,648
java
package org.mdpnp.apps.testapp.pumps; import java.text.FieldPosition; import java.text.Format; import java.text.ParsePosition; import java.util.Date; import java.util.NoSuchElementException; import java.util.Optional; import org.mdpnp.apps.fxbeans.AlertFx; import org.mdpnp.apps.fxbeans.AlertFxList; import org.mdpnp.a...
[ "35110418+simonkelly1973@users.noreply.github.com" ]
35110418+simonkelly1973@users.noreply.github.com
5cbe12f6fe3a035f9e30ad44f50cb56bb8473b7b
72246d2a8e3cd21c4a3f100caa051c8079b5664a
/kerberos-distribution-center/src/main/java/net/yan/kerberos/kdc/config/KerberosSettingsBuilder.java
120dec2c07d7139f54e2db619838d6bc485f263e
[]
no_license
RadixIsatidis/kerberos-auth
fa9629e6b2d7e4b88f1bf43e8320f85e2cffd300
72b19ad3e04b053f82bdf36ec0cf922df23ca96e
refs/heads/master
2021-01-20T18:09:59.080771
2016-08-10T06:03:31
2016-08-10T06:03:31
65,354,844
0
0
null
null
null
null
UTF-8
Java
false
false
1,831
java
package net.yan.kerberos.kdc.config; /** * Builder for {@link KerberosSettings} * * @see KerberosSettings */ public class KerberosSettingsBuilder { private Long sessionLifeTime; private String ticketGrantServerName; private String masterKey; public Long getSessionLifeTime() { return ses...
[ "yanleaon@gmail.com" ]
yanleaon@gmail.com
ead5b6435ed136793fea7b86b208ad913e77b0d9
6ae8eae5ef913985aec8edfc3d05c0b74f48ab73
/blogManager/src/main/java/com/syp/web/MenuController.java
a79493989247b0429343956be060623844223ead
[]
no_license
feichailianmeng/feichai
0d63691313190c3bf2fd04e8cafff5659260fe4b
2e10472a75bf706c79f4ad2accf1c5d3ae34d520
refs/heads/master
2020-03-24T00:45:04.490171
2018-08-15T11:47:32
2018-08-15T11:47:32
142,306,317
1
0
null
null
null
null
UTF-8
Java
false
false
12,955
java
package com.syp.web; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.syp.entity.Tmenu; import com.syp.entity.Trolemenu; import com.syp.service.*; import org.apache.commons.lang3.StringUtils; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.stereo...
[ "suyupeng@aliyun.com" ]
suyupeng@aliyun.com
f6ee36d70c128d73a5f3c18d50b90e750a14a080
00cd23d4ba7b7c230b0d522c7678bb7588e81274
/BeneFactor V1.1/src/UserAction/CopyEventListener.java
0e52e336b9d3c056ca7a77b3f2af2b1277d71e1d
[]
no_license
TheProjecter/flexible-refactoring-tools
4c76c46c04beb81c3dcb30e64ab02842cbe30e2f
9e08ebec988c3dddc3588aac410a5108cfef4736
refs/heads/master
2021-01-10T15:17:57.972699
2012-06-04T16:52:38
2012-06-04T16:52:38
43,163,657
0
0
null
null
null
null
UTF-8
Java
false
false
782
java
package UserAction; import org.eclipse.mylyn.monitor.core.IInteractionEventListener; import org.eclipse.mylyn.monitor.core.InteractionEvent; import org.eclipse.mylyn.monitor.core.InteractionEvent.Kind; import org.eclipse.mylyn.monitor.core.IInteractionEventListener; public class CopyEventListener implements II...
[ "xge.ncsu2@gmail.com" ]
xge.ncsu2@gmail.com
274a757036ebdec4412b5d2261d629795f686dfb
7c18608823ce7616436eadef0a83cfbd64943502
/hazelcast-code-samples/mapreduce/src/main/java/wordcount/WordcountCombinerFactory.java
a17b3559d521a3211fb770012d11bc9116a58870
[]
no_license
djkevincr/JCache-Samples
a7cd6118464997b00d77f6c9de89a2ef20e9089c
1504dc9956d7660d6a191e1a1fd95eed63b4dab2
refs/heads/master
2021-01-01T05:42:55.461979
2016-05-24T15:06:12
2016-05-24T15:06:12
59,575,941
3
1
null
null
null
null
UTF-8
Java
false
false
1,372
java
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
[ "djkevincr@yahoo.com" ]
djkevincr@yahoo.com
55f092732642e0b0134912c51e2915ccc69d8281
797c9bb7fdc4ff689652a26d16b3bff2d75ad541
/Group Project/src/com/cis1500/groupproject/tiles/TileMap.java
d845fb9e25c496a4b561d704052ac34a5ec86a38
[]
no_license
kevin11189/com.cis1500.groupproject
aea87ac2b059cc948ed9ee6c659ba1f024e76e17
bcb56b276f010e22ce41eb0274c015e496f18a49
refs/heads/master
2021-03-12T23:43:39.092295
2013-11-11T05:10:11
2013-11-11T05:10:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,373
java
package com.cis1500.groupproject.tiles; import java.awt.Graphics; import java.awt.image.BufferedImage; import com.cis1500.groupproject.Game; import com.cis1500.groupproject.gfx.ImageManager; public class TileMap { private ImageManager im; public TileMap(ImageManager im){ this.im = im; } public void rende...
[ "kevin11189@gmail.com" ]
kevin11189@gmail.com
df5fd1c020023a9ffbdb0d967b04d08e3f28bbe5
2173d136de981d7a581e4970f4dc7313750b2b22
/tfkc_shop/src/com/koala/core/ip/IPEntry.java
5828e1448a212193a25aed35d876588445c2f30f
[]
no_license
yunwow/lyRespository
b26a6c488f8aec382c2d419dacf99cfba1ece271
8e472b1350914c488a268bc5c7e8756e093a5743
refs/heads/master
2021-10-24T04:52:56.530018
2019-03-22T02:51:21
2019-03-22T02:51:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
560
java
package com.koala.core.ip; /** * * <p>Title: IPEntry.java</p> * <p>Description:纯真ip查询,该类用来读取QQWry.dat中的的IP记录信息 </p> * <p>Copyright: Copyright (c) 2014</p> * <p>Company: 湖南创发科技有限公司 www.koala.com</p> * @author erikzhang * @date 2014-4-24 * @version koala_b2b2c v2.0 2015版 */ public class IPEntry { public Stri...
[ "67857020@qq.com" ]
67857020@qq.com
cc60f2e592dac7b3be885c749f9d56b53b4bc488
53eaee33e7257588e2eab1d9e0d53bc4978f5103
/To-Do-App/src/model/command/api/OtherCommand.java
776117d864cb9a3e7dad0109ca5e939af2040054
[]
no_license
uladzislaumia/JB-Internship-2020
e56dbd964f603456262d7f9d5ca27fcb566c5308
693f1f22c60190110d68e29bcb51561131d8262c
refs/heads/master
2023-05-26T00:48:59.481281
2020-03-26T13:35:50
2020-03-26T13:35:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
99
java
package model.command.api; public interface OtherCommand extends Command { void execute(); }
[ "vladislav.myasnikov@bk.ru" ]
vladislav.myasnikov@bk.ru
85ad226852c88a619b58f97bee10f1f852778a90
a355563cab3aa4d92507f285e5358bc2e83f620a
/src/main/java/com/uuauth/login/resources/SwfObjectJsLoader.java
f8c4f81b1b340e3277139e8f9d1d299de953af78
[]
no_license
zhaohaolin/uuauth-ams
18147d854e89d7c664cbbf35a4366f0ae65e6a3b
9032083fb31a424523d9cf1386b3771c87aff6de
refs/heads/master
2016-09-06T18:27:15.817156
2013-10-15T01:52:19
2013-10-15T01:52:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,007
java
package com.uuauth.login.resources; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public abstract class SwfObjectJsLoader { private static String STYLE = null; static { STYLE = readFile(SwfObjectJsLoader.class.getResourceAsStr...
[ "zhaohaolin2010@gmail.com" ]
zhaohaolin2010@gmail.com
8dd95b2851dc0b3cdba7ccdf66730e823ddb549d
7957430f1cf014ceae195cf27f4d78bdec7b3efb
/JDBC/src/main/java/Service/CustomerServiceImpl.java
31bc9ca3d927214ef0ff0c7febc0a2c600f46812
[]
no_license
AlexMackevich/JIS7
33c51895adfd946c7e6d987ebd34db830764d2c5
9ef0d3533e8ca4e12a56587115da089c58f62786
refs/heads/main
2023-07-09T07:16:22.635690
2021-08-09T16:29:42
2021-08-09T16:29:42
351,516,897
1
0
null
2021-07-17T05:45:00
2021-03-25T17:14:06
Java
UTF-8
Java
false
false
8,067
java
package Service; import DBConfig.PostgreConnector; import Model.Customer; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collection; public class CustomerServiceImpl implements CustomerService { @Override p...
[ "noreply@github.com" ]
AlexMackevich.noreply@github.com
7f262c8b15a31d76adf7e1ed2097e633fe29f1d6
d6c2af1963546731d8e17b959756d40147535100
/lenguajes-otnielmartinez/src/Senebal/inicio30.java
2b0aec3e73c93d7eece8ddba9171ac9a07fe7fcf
[]
no_license
Otni92/lenguajes-otnielmartinez
156d5bc7057e844ae6d33b7e4ea9b88322db21ab
9696592013e5836e810ff22de7a8c0f5594a5b51
refs/heads/master
2021-01-18T21:29:37.952224
2015-12-01T01:54:22
2015-12-01T01:54:22
42,484,257
0
0
null
null
null
null
UTF-8
Java
false
false
3,846
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 Senebal; /** * * @author T-107 */ public class inicio30 extends javax.swing.JFrame { /** * Creates new form inici...
[ "T-107@PC258" ]
T-107@PC258
635e6f5bfabbd67f4f08caa0b0304c9317c7f4f2
5b2c309c903625b14991568c442eb3a889762c71
/classes/com/sleepycat/b/h/h.java
56f6031383e9dee124007df5a68a78dbffb752e6
[]
no_license
iidioter/xueqiu
c71eb4bcc53480770b9abe20c180da693b2d7946
a7d8d7dfbaf9e603f72890cf861ed494099f5a80
refs/heads/master
2020-12-14T23:55:07.246659
2016-10-08T08:56:27
2016-10-08T08:56:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
16,751
java
package com.sleepycat.b.h; import com.sleepycat.b.c.ad; import com.sleepycat.b.c.ao; import com.sleepycat.b.c.p; import com.sleepycat.b.l.a; import com.sleepycat.b.l.aa; import com.sleepycat.b.l.j; import com.sleepycat.b.p.n; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.Sorted...
[ "1776098770@qq.com" ]
1776098770@qq.com
ef8027a2f6ccd4a29d56217398d060ab7128b0e2
0388a1237e2a98a01fe07cb2c197c95d34d3dcfa
/src/br/com/furb/behaviour/AttackPersonagemB.java
5bf57f79ea10060a41e7e1540c41a25e1845de56
[]
no_license
DiovaniMotta/exercicio-designer-patterns
3e56aac4d06fdbca47601210a6067b70cdb5ca35
fcc598f1306a070efe6cc1d628e47486e6a718c0
refs/heads/master
2021-05-03T11:23:32.841684
2016-09-23T03:09:40
2016-09-23T03:09:40
68,983,542
0
0
null
null
null
null
UTF-8
Java
false
false
171
java
package br.com.furb.behaviour; public class AttackPersonagemB implements AttackBehaviour { @Override public Double attack(Double force) { return force * 0.70; } }
[ "Diovani Bernardi da Motta" ]
Diovani Bernardi da Motta
3e203f5b58469d16324f7edb9917725140102407
2a3f19a4a2b91d9d715378aadb0b1557997ffafe
/sources/com/amap/api/services/geocoder/GeocodeQuery.java
084efc0173da780cb473a52db652f9a320744218
[]
no_license
amelieko/McDonalds-java
ce5062f863f7f1cbe2677938a67db940c379d0a9
2fe00d672caaa7b97c4ff3acdb0e1678669b0300
refs/heads/master
2022-01-09T22:10:40.360630
2019-04-21T14:47:20
2019-04-21T14:47:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,659
java
package com.amap.api.services.geocoder; public class GeocodeQuery { /* renamed from: a */ private String f3859a; /* renamed from: b */ private String f3860b; public GeocodeQuery(String str, String str2) { this.f3859a = str; this.f3860b = str2; } public String getLocationNa...
[ "makfc1234@gmail.com" ]
makfc1234@gmail.com
e21f221bf21f9eeffffa0f6dc7099ab550d8ce36
f3e49a44cb4acfaab727020e7d7749450786c388
/app/src/main/java/com/haoji/haoji/custom/zxing/zx/QRCodeDecoder.java
0f2ae7e7b3220c435deb7798e7a39be72139a5b3
[ "Apache-2.0" ]
permissive
Fuge2008/HJ
e251d2b586e20b9b2a555748ae897dda33ed70b7
f2e21be5186f0d00e4dc00d87520c4a9f4292960
refs/heads/master
2020-03-22T16:26:49.754698
2019-04-09T01:53:00
2019-04-09T01:53:00
140,327,135
1
0
null
null
null
null
UTF-8
Java
false
false
4,326
java
package com.haoji.haoji.custom.zxing.zx; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import com.google.zxing.BarcodeFormat; import com.google.zxing.BinaryBitmap; import com.google.zxing.DecodeHintType; import com.google.zxing.MultiFormatReader; import com.google.zxing.RGBLuminanceSource; im...
[ "fzwooo@163.com" ]
fzwooo@163.com
45b4d461859975dd23ddf3f2dd1a2b4e1c95ac62
449fc83b8a805166a6234e5a4f2f729a4c511fdb
/src/main/java/com/qantas/airport/search/service/AirportFilterPredicate.java
48d4a86e72bfb47626af0e7db69d14314c7eb27e
[]
no_license
rezagh/qantas_airport_filter
4d18b95406249cee047164780048f47d63d0b6d2
7e1fa20c249186c573217e4b2f426e23d6c90a51
refs/heads/master
2020-04-15T11:49:42.689201
2017-02-03T00:01:38
2017-02-03T00:01:38
164,646,796
0
0
null
null
null
null
UTF-8
Java
false
false
1,408
java
package com.qantas.airport.search.service; import org.apache.commons.collections4.Predicate; import org.apache.commons.lang3.StringUtils; import com.qantas.airport.search.model.Airport; import com.qantas.airport.search.model.FilterCriteria; /** * We are assuming filter parameters operate as logical AND not OR. * ...
[ "rezaghp@gmail.com" ]
rezaghp@gmail.com
56115f5ceee14a80060b89c8965b5c5f764b7c89
96aaca3a14f63192c85ac5b1b8d7554660c10e77
/java-basic/src/main/java/bitcamp/java100/ch15/ex2/Client.java
6f1f106e508f6b8b6822c4dd9af1f3266aa9b718
[]
no_license
sehyun94/bitcamp
6b46c51df9f15dc4c45d49f3f380d3af4537ec6d
f408cc8113a8b191c5c28f6b1481b31e03d23258
refs/heads/master
2018-12-25T17:01:02.866040
2018-10-19T01:30:42
2018-10-19T01:30:42
104,423,407
1
0
null
null
null
null
UTF-8
Java
false
false
788
java
// 네트워킹 프로그래밍 - Socket 사용법 package bitcamp.java100.ch15.ex2; import java.net.Socket; public class Client { public static void main(String[] args) throws Exception { // 서버에 연결 요청 Socket socket = new Socket("192.168.0.58", 9999); System.out.println("서버와 연결 되었다!"); S...
[ "lightpine.natural@gmail.com" ]
lightpine.natural@gmail.com
b0b38d83f3c2f52281bce17225d147aeead0b6fd
a40fe0f5d9e52600698ef8ac195215f1c75f2d81
/src/main/java/com/immco/routing/messaging/receivers/WorkFlowStartMsgReceiver.java
a1def75cd66200770343cf054e133b65ceb236ed
[]
no_license
nivinskumar/routerservice
71553c80b305561fac83ab735d4979ea5caab341
4bba58bbec49cf130db7e35c5fcbdd102479af73
refs/heads/master
2021-01-11T14:48:36.927569
2017-01-27T15:50:05
2017-01-27T15:50:05
80,219,799
0
0
null
null
null
null
UTF-8
Java
false
false
3,323
java
package com.immco.routing.messaging.receivers; import java.math.BigDecimal; import java.util.HashMap; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.messaging.Message; import org.springframework.stereotype.Ser...
[ "nivinskumar@gmail.com" ]
nivinskumar@gmail.com
5bf8737e935b8bdf6e6770a8782d6f0ab13b3ba4
70006f617aaed3d6ef18dfab202d8ef457008cfd
/mind/model/function/helpers/LinearFunction.java
beed0ae9a9813203955a3d955bcf8f0cb81a64f5
[]
no_license
magka63/tremind
10bf282ec38cd5791f4f3c1a0c6689beb7d62487
57b6b83f696468bfc046ede69957c4232dda3688
refs/heads/master
2021-01-02T08:46:26.037466
2011-09-29T07:29:04
2011-09-29T07:29:04
37,649,085
1
1
null
null
null
null
ISO-8859-1
Java
false
false
3,179
java
/* * Copyright 2003: * Almsted Åsa <asaal288@student.liu.se> * Anliot Manne <manan699@student.liu.se> * Fredriksson Linus <linfr529@student.liu.se> * Gylin Mattias <matgy024@student.liu.se> * Sjölinder Mattias <matsj509@student.liu.se> * Sjöstrand Johan <johsj438@student.liu.se> * Åkerlund Anders <andak...
[ "josa@ltu.se" ]
josa@ltu.se
28151f8d7aaef70353004b00df9af55415fc17d8
0a3d4793191ada98124ad97f6d665081aa4ad9bd
/app/src/main/java/com/coal/black/bc/socket/exception/ExceptionBase.java
f28e76f2303e822f450682eefbf090cd41a4878c
[]
no_license
acmllaugh/TaskManager
9e61cf3bfa479d42f1636fcd3119e04c1dd58072
7d260b882f0772bbb8555cec27fb7b8e83e8f39b
refs/heads/master
2021-01-17T06:12:29.724499
2014-12-26T09:26:32
2014-12-26T09:26:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
964
java
package com.coal.black.bc.socket.exception; public class ExceptionBase { public static byte NONE_EXCEPTION = 0; public static byte SERVER_INNER_EXCEPTION = 1; public static byte LOGIN_NOT_ALLOWNED = 2; public static byte DATA_LENGTH_NOT_SAME = 3;// 实际接收的数据的长度和ClientInfo中实际需要的数据长度不一致的情况下 public static byte CLIENT_...
[ "xiaoyue@huaqin.com" ]
xiaoyue@huaqin.com
9eed69afcb97d4e70689d78f55ca58aa00863b61
9254e7279570ac8ef687c416a79bb472146e9b35
/sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/CancelLinkeBahamutAppcustomciexecutionexecutionidRequest.java
927dc59bebe28a264056761f178c031ce11579f7
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
839
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.sofa20190815.models; import com.aliyun.tea.*; public class CancelLinkeBahamutAppcustomciexecutionexecutionidRequest extends TeaModel { @NameInMap("ExecutionId") public String executionId; public static CancelLinkeBahamutAppcustomci...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
a1ba61d31d86d850feea61fdf1fd0055830ed1c0
236cf89c494c5fa432342d3cfabc82d08b3a2bbd
/WEB-INF/src/com/igate/iconnect/controller/ADMIN_Settings_ReturnTypeStringOrMAVController.java
7b9611847d41796b26cf0b3e04d49400094b2fef
[]
no_license
karunakart144/TestHL1
7d05e6e09b07bcebff005a2e6e2c30f9c52a31d6
9f574ac49ffc7e96526810fb3ee29b2ae904c690
refs/heads/master
2021-05-11T17:12:43.213833
2018-01-17T05:49:08
2018-01-17T05:49:08
117,790,944
0
0
null
null
null
null
UTF-8
Java
false
false
8,519
java
/* * Copyright (c) 2011.Information Systems(IGATE) */ package com.igate.iconnect.controller; import java.util.ArrayList; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; import org.springframew...
[ "karunakar-reddy.thummalapalli@capgemini.com" ]
karunakar-reddy.thummalapalli@capgemini.com
ce5c9b1a5e64bf8ebeb5640c33225cd3ec5bfc3a
c12a40940b5ddeb2c4c3a3f9aed416e6fcd721a5
/hackerrank/src/java/SimilarPair.java
169b89b743ec4498e87dba6235c29f44a8056f30
[]
no_license
gouthampradhan/hackerrank
8161cbfb2785af9bb4b19726c4c0bfa93e055782
2fd176b59c0271b2730ba18da6db0fa4d5c1b3e5
refs/heads/master
2020-03-17T00:51:13.279041
2019-02-05T00:52:35
2019-02-05T00:52:35
133,132,300
3
3
null
null
null
null
UTF-8
Java
false
false
2,998
java
package java; /** * Created by gouthamvidyapradhan on 28/05/2018. * * https://www.hackerrank.com/challenges/similarpair/problem */ import java.util.*; public class SimilarPair { static class Ftree{ private int[] a; Ftree(int n){ a = new int[n + 1]; } void update(int...
[ "goutham.vidya.pradhan@gmail.com" ]
goutham.vidya.pradhan@gmail.com
9bea599bf0778c04ff4881fe5230bbf7ac357d65
1e854b78a1ffef08d076b37ada4cfc3039452f65
/app/src/main/java/com/example/cks/foodorderappclient/MenuActivity.java
4453af1c6d412ecacc3ec02add25c63f37b00a4d
[]
no_license
AliakberSaifuddin/FoodOrderAppClient
d0e2fef2cd1a3433cff8db384a0696e41b65860c
5638b8b2a0c10a10724252ebaee60f901d310ea4
refs/heads/master
2021-02-08T22:09:43.638336
2020-03-01T18:29:19
2020-03-01T18:29:19
244,202,014
0
0
null
null
null
null
UTF-8
Java
false
false
4,469
java
package com.example.cks.foodorderappclient; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.RequiresApi; import android.support.v7.app.AppCompatActivity; import android.support...
[ "48749005+AliakberSaifuddin@users.noreply.github.com" ]
48749005+AliakberSaifuddin@users.noreply.github.com
958f35cd8c2441d7fe17fbdee1df1d989e1a4f27
19a7de372b4a9691689891f258b66aa9f471f040
/src/test/java/com/br/coletar/integration/UserControllerIT.java
f9975aa11a6a4067d207bbe61b45d3d270b41c1f
[]
no_license
brunoliraa/coletaR
d4a588a6320598060ab48e8f9df4f7fe7be2be37
be2dd2badcab00bbda5102d01b0f97ad66af17ef
refs/heads/master
2022-12-18T16:11:30.018783
2020-09-15T19:00:52
2020-09-15T19:00:52
287,027,475
0
0
null
null
null
null
UTF-8
Java
false
false
3,150
java
package com.br.coletar.integration; import com.br.coletar.exception.UserNotFoundException; import com.br.coletar.model.User; import com.br.coletar.repository.UserRepository; import com.br.coletar.util.UserCreator; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter...
[ "brunoliracz@gmail.com" ]
brunoliracz@gmail.com
5fc8d6aaba615c792a0bcfbec05d1cb7320f11ee
d9ea3ae7b2c4e9a586e61aed23e6e997eaa38687
/99.我的案例/Day67_分布式电商项目/Day01_SOA架构搭建/mall-shops/mall-mybatis-generator/src/com/syc/manager/pojo/TbUser.java
5ae4498712948482d7a2270ddffdc91d551f8625
[]
no_license
yuanhaocn/Fu-Zusheng-Java
6e5dcf9ef3d501102af7205bb81674f880352158
ab872bcfe36d985a651a5e12ecb6132ad4d2cb8e
refs/heads/master
2020-05-15T00:20:47.872967
2019-04-16T11:06:18
2019-04-16T11:06:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,526
java
package com.syc.manager.pojo; import java.util.Date; public class TbUser { private Long id; private String username; private String password; private String phone; private String email; private Date created; private Date updated; private String sex; private String address; ...
[ "fuzusheng@gmail.com" ]
fuzusheng@gmail.com
2e63897f64bf463a1fa42dbc3afcf150b2019018
f11c1429061d8479d2632110ef33fc7ff39b94fb
/src/main/java/me/vrekt/fortnitexmpp/party/implementation/request/member/PartyMemberJoined.java
00440282607bd7f5e6e9bd4fc2d51e04932f7681
[ "MIT" ]
permissive
Vrekt/FortniteXMPP
55c250fa8c99bcad247a214971bba3977002c733
eae7ca8327eb095d5e5f78a885ef728885be8dda
refs/heads/master
2020-04-25T00:04:55.041836
2019-05-12T13:17:06
2019-05-12T13:17:06
172,366,407
15
3
null
null
null
null
UTF-8
Java
false
false
1,863
java
package me.vrekt.fortnitexmpp.party.implementation.request.member; import me.vrekt.fortnitexmpp.party.implementation.Party; import me.vrekt.fortnitexmpp.party.implementation.member.PartyMember; import me.vrekt.fortnitexmpp.party.implementation.request.PartyRequest; import me.vrekt.fortnitexmpp.party.implementatio...
[ "noreply@github.com" ]
Vrekt.noreply@github.com
a266d538e1e165862ba3a48cd7484565d9eb62aa
178be29de3eea59c63008e82defcf872a1c8a46f
/src/main/java/com/lisn/demo/model/Websites.java
e0623e0a889cc64141b46c745c3aa9dab98fb713
[]
no_license
cnlisn/SpringDemo
4f17040d32c343333486e5da2a206736af460ae8
0d96c50bdb20dcef6c779dfd6a4c35f30e54ab6a
refs/heads/master
2022-09-06T06:01:53.724662
2019-12-24T03:28:53
2019-12-24T03:28:53
228,728,750
0
0
null
2022-09-01T23:17:43
2019-12-18T00:59:38
Java
UTF-8
Java
false
false
1,690
java
package com.lisn.demo.model; import javax.persistence.*; public class Websites { @Id private Integer id; /** * 站点名称 */ private String name; private String url; /** * Alexa 排名 */ private Integer alexa; /** * 国家 */ private String country; /** ...
[ "cnlishan@163.com" ]
cnlishan@163.com
8d589440ac785bf4a0491d14b1b551a52a82d3ca
487c0d5c43bd8bfd9c3a07b7a39ddb63a61d6078
/Analisador Semantico/MiniC/src/br/com/minic/elementos/ExpRelAux.java
0b9575f603e1f02720e8ec8c00b49948186842d1
[]
no_license
jacksonterceiro/MiniC
4fcc4abe1cfa10dc76f6195be534219f3b3024ff
82c11c538fae3ff83ad28326e20b18e10fe59f99
refs/heads/master
2020-04-02T17:31:22.297740
2018-11-21T22:53:41
2018-11-21T22:53:41
154,660,444
0
0
null
null
null
null
UTF-8
Java
false
false
628
java
package br.com.minic.elementos; public class ExpRelAux implements IExpressao { //Atributo private IExpressao expRelAux; //Construtor public ExpRelAux(IExpressao expRelAux) { setExpRelAux(expRelAux); } public IExpressao getExpRelAux() { return expRelAux; } public void setExpRelAux(IExpressao expRelAux)...
[ "jacksonterceiro@yahoo.com.br" ]
jacksonterceiro@yahoo.com.br
2e5428f01a86cfa33d8011616261ffcc51a03b07
dc99a7068bfca05eec1ddfd968e34e238ed6b3ed
/src/com/soat/exosSgcib/ws/FizzBuzzService.java
581138e5bb5246e95ef95e684337f7611bed59ac
[]
no_license
rhyno/tests
5eb3effad3db419516789e719dc9df95efeabea2
a6bf930b426d2d51369288e6d28e77f418ace399
refs/heads/master
2021-01-18T01:21:30.461559
2015-11-30T21:30:11
2015-11-30T21:30:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,648
java
package com.soat.exosSgcib.ws; import java.io.Serializable; import java.util.function.BiFunction; import javax.enterprise.context.SessionScoped; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; ...
[ "renaud.maldonado@gmail.com" ]
renaud.maldonado@gmail.com
068601c95495e96e4bdbd04bcdb7106070876aca
3fb1632dacf3f48961a6056513c86f3698dc6ec5
/jsf2-pagination/src/main/java/com/roytuts/jsf/mbean/JsfPaginationBean.java
a243777df1146081d71da46b1f39f696717c6762
[]
no_license
jonasvm/jsf2-pagination
e0075fa978f3c3db0dd73f3a65612b9356fb7fb7
111abb2fb12f0aabd5cba838778dc2b6442f08a2
refs/heads/master
2022-11-25T12:53:10.924482
2019-11-29T15:20:37
2019-11-29T15:20:37
224,876,315
0
0
null
2022-11-24T02:22:35
2019-11-29T15:11:54
Java
UTF-8
Java
false
false
3,648
java
package com.roytuts.jsf.mbean; import java.io.Serializable; import java.util.List; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.component.UICommand; import javax.faces.event.ActionEvent; import com.roytuts.jsf.hibernate.domain.Cds; import com.roytuts.jsf.hibernate.sql.Q...
[ "jonas@inatel.br" ]
jonas@inatel.br
1a3eeaa07502382e8a89f92c4f6d2a39512924ea
ede50566b7d1e9e14eb75c20a6c75330594ad48f
/3-dependency-injection-deepdive/src/com/joshcummings/di/instantiation/NumberGenerator.java
17bbee2655d8f45d79bfdbc3ce3d726b4b51e3e9
[]
no_license
AdoucheAli/advancedjava
f898296859625999848715cd717e23227ea8650f
247e2de0b8e049f3e6ece0b912189fd343bf7252
refs/heads/master
2021-06-02T18:55:31.524828
2015-06-25T11:48:15
2015-06-25T11:48:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
104
java
package com.joshcummings.di.instantiation; public interface NumberGenerator { Integer nextNumber(); }
[ "josh.cummings@gmail.com" ]
josh.cummings@gmail.com
022139fb8f1b09a73a7b0751b08d3e860cbafc72
4a1eac4b48d9020c4292b2224e88ee99f7095778
/Android/TRTCSimpleDemo/live/src/main/java/com/tencent/live/LivePlayActivity.java
b5d3b0c6265bde345e23a49d322c8e4b206cfd2a
[]
no_license
suzy56/TRTCSDK
b8abb19237a456a64dc3fcc6386eb10453dc1fdf
8c8b62b38b6a76d994815f0edad29667106c4f42
refs/heads/master
2022-12-19T08:53:37.087198
2020-09-27T14:47:24
2020-09-27T14:47:54
299,158,727
2
0
null
2020-09-28T01:53:41
2020-09-28T01:53:40
null
UTF-8
Java
false
false
8,801
java
package com.tencent.live; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.LinearLayout; import com.tencent.liteav.beauty.TXBeautyManager; import com.tencent.liteav.debug.Constant; import com.tencent.liteav.debug.GenerateTestUserSig; import com.tencent.trtc.TRTCC...
[ "“whalehe@tencent.com”" ]
“whalehe@tencent.com”
671fc990ea676ea82f258294d4da8918fde427fb
86c4d1f7f3745b278d2c7e7bc394902688aa681b
/src/com/comparision/is/IsAlgorithmTWD.java
8e0a462f5f3e35c51ae490ce1f8e4df86707509b
[]
no_license
wslsl0318/PotentialCommunity
ab2d61da19bf2c7bcdc87a09985ae55a75e74a97
a85df61c7b63290959a58bf1968b96b5fc071da8
refs/heads/main
2023-06-21T01:28:40.975688
2021-07-13T13:59:02
2021-07-13T13:59:02
386,802,353
0
0
null
null
null
null
GB18030
Java
false
false
15,550
java
package com.comparision.is; import java.util.*; /****** 20190614 Nodes Connectivity ******/ public class IsAlgorithmTWD { public int node_size; public int link_size; public int numberOfCommunities; public ArrayList<ArrayList<Integer>> adjacencyTable; public NodeInfluence ni = new NodeInfluen...
[ "24868010@qq.com" ]
24868010@qq.com
83d8d82da1c14d87510672730b0ada4854026280
d0087c6bf646f787052c414e34ad61411a818189
/src/main/java/com/test/bookingsystem/converter/ScreenSeatLayoutConverter.java
41f89067affa34b85fd40231ba1a7eb70d6e2062
[]
no_license
Abishek1726/BookingSystem
388de396f383c294aaaadf5ca72df9338ea98272
80e23baf4ce4057bbcdc7c7eb4f16c9638a8c720
refs/heads/master
2022-12-30T08:11:51.495225
2020-10-21T10:11:16
2020-10-21T10:11:16
305,931,152
0
0
null
null
null
null
UTF-8
Java
false
false
1,113
java
package com.test.bookingsystem.converter; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.test.bookingsystem.model.ScreenSeatLayout; import javax.persistence.AttributeConverter; import javax.persistence.Converter; @Converter public class Scree...
[ "abishek.kumar@freshworks.com" ]
abishek.kumar@freshworks.com
e1ee6fe4af415c96df41ea239463104f6d3973ea
83c0994ebf756f2728252781126715d1d709e8ca
/com.geasp.micro.empresas/src/test/java/com/geasp/micro/empresas/EmpresasApplicationTests.java
a3daf362e3b88ffc8b08ad6aa7f471209af8349d
[]
no_license
gvalmana/MICROSERVICIOS-TESIS
960427308a07dd8e76cd9bac8b5902ebcf089ec6
999df4fcafb62fc4db806f0c525bf7da043331fe
refs/heads/master
2023-01-05T08:21:41.891467
2020-10-22T13:47:21
2020-10-22T13:47:21
279,361,382
0
0
null
null
null
null
UTF-8
Java
false
false
220
java
package com.geasp.micro.empresas; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class EmpresasApplicationTests { //@Test void contextLoads() { } }
[ "gustavo.shotokai@gmail.com" ]
gustavo.shotokai@gmail.com
961a5b614c069b5a65e16273ffea72aa106c878e
fab99ca0914e62a334ab610265ef4adf9375233c
/src/main/java/com/liangxiaoqiao/leetcode/day/medium/BulbSwitcher.java
d4d4686c005d576cf430549c9374351ec43e2e26
[ "Apache-2.0" ]
permissive
liangxiaoqiao/LeetcodeDay
f6b9587e62ae10c36d71f15ce9d4769f1cb9caae
42d7a3fc86fd24c259c0bfc041a49bab3dcdd773
refs/heads/master
2022-06-22T02:25:42.262798
2020-04-05T10:58:28
2020-04-05T10:58:28
253,175,661
0
0
null
null
null
null
UTF-8
Java
false
false
1,837
java
package com.liangxiaoqiao.leetcode.day.medium; /* * English * id: 319 * title: Bulb Switcher * href: https://leetcode.com/problems/bulb-switcher * desc: There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle every third bulb...
[ "348722306@qq.com" ]
348722306@qq.com