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
f136bbd37f888e68a8db27c97af72828126d4000
5d7854e54c2f46a1f3915e6b8caba2c2de495a4e
/src/graphics/Sprite.java
ca7fab61266541a4c4907b883ce58deb18b5439f
[]
no_license
SimpleSol/Rain
0d5d64211341be9f5b922576a6439eb83d776f27
f3e09a230d51d72afb6fd4d57f0bd872ed7c80a2
refs/heads/master
2021-01-01T05:22:09.456648
2016-06-04T11:30:11
2016-06-04T11:30:11
58,905,548
0
0
null
null
null
null
UTF-8
Java
false
false
792
java
package graphics; /** * Created by Leon on 02.06.2016. */ public class Sprite { public static Sprite grass = new Sprite(16, 0, 0, SpriteSheet.tiles); public final int SIZE; public int[] pixels; private int x; private int y; private SpriteSheet sheet; public Sprite(int ...
[ "gworkmaill@gmail.com" ]
gworkmaill@gmail.com
4441886f8a75df1c91d0e1044dc75973ff0cef6c
9254e7279570ac8ef687c416a79bb472146e9b35
/cdn-20180510/src/main/java/com/aliyun/cdn20180510/models/UpdateFCTriggerRequest.java
206c59fd1dc5831a4ab64f01b3a89b60a2a26525
[ "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
1,911
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.cdn20180510.models; import com.aliyun.tea.*; public class UpdateFCTriggerRequest extends TeaModel { @NameInMap("OwnerId") public Long ownerId; @NameInMap("TriggerARN") public String triggerARN; @NameInMap("SourceARN") ...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
7ae5269ee4662f88e0656daed85b4ef7eb24bd40
848c563ddecdefdb4e6d91dfb9651c67ddcbee78
/tangminet/service-api/merchant-service-api/src/main/java/com.topaiebiz.merchant/dto/template/FreightTemplateDetailDTO.java
391bdba5e76088e8678745a21b436641080019ef
[]
no_license
liveqmock/tangxIdea
264481ca7e087d5d8cf23854fb677b0c1376c188
7e780c538434638a79d50e33f45ab0be3ae90625
refs/heads/master
2020-04-04T14:44:18.241241
2018-06-29T14:51:49
2018-06-29T14:51:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
876
java
package com.topaiebiz.merchant.dto.template; import lombok.Data; import java.io.Serializable; import java.math.BigDecimal; import java.util.List; /** * zxp */ @Data public class FreightTemplateDetailDTO implements Serializable { /** 全局主键id */ private Long id; /** 关联的运费模板ID */ private Long freight...
[ "207542948@qq.com" ]
207542948@qq.com
972232957532896cd6abef4e6407fcee51117489
a354ddb5559ae048519814aa3d2f6c1513a3a1d3
/Java/Error02.java
92c6797f7eccb3a26971abb2a68ce21113aa4d22
[]
no_license
ufdilla/backUp
4050309674f00423bcc2ba62247fa629b4927ed9
bcdce3d34bee9a0ba3157d2641ab41c086094312
refs/heads/master
2021-05-11T23:04:48.149473
2018-01-15T06:34:36
2018-01-15T06:34:36
117,506,517
0
0
null
null
null
null
UTF-8
Java
false
false
798
java
import java.util.Scanner; import java.util.InputMismatchException; class Error02 { public static void main (String[] Lined_operands) { Scanner An_input_device = new Scanner (System.in); System.out.print ("Please input the numerator value : "); int numerator = An_input_device.nextInt(); System.out.pri...
[ "learnmore.cumi@gmail.com" ]
learnmore.cumi@gmail.com
fda1a9e6e418afefd3b135bf58401a0f40655786
b8ba70194e0dbfbc1db0544bba628e1ae134a380
/project/src/main/java/utils/ui/SwipeHelper.java
5f9276356c86e9657216d66bb7d3fc86da7c820f
[]
no_license
sunstream/multiplatform-testing
1bf10a87480d1bf49561380ac1c2d0d3bd8e59f3
61524e91ab09921ea739d12857a9128a9fcf0c70
refs/heads/master
2021-01-19T14:21:25.816124
2017-06-29T16:22:31
2017-06-29T16:22:31
88,150,151
0
0
null
null
null
null
UTF-8
Java
false
false
3,505
java
package utils.ui; import io.appium.java_client.MobileElement; import io.appium.java_client.SwipeElementDirection; import org.openqa.selenium.By; public class SwipeHelper { private SwipeHelper() {} public static void swipeRight(MobileElement inElement) { Swipe swipe = buildGenericSwipe(null, inElement); swipe.d...
[ "darina.chernysheva@techery.io" ]
darina.chernysheva@techery.io
f10df8216d177d9d8125aa027a31e40b2e24cd46
ffb6e60458ccdc6830040eafb01b3444476d9bc9
/app/src/main/java/com/udacity/firebase/shoppinglistplusplus/ui/login/CreateAccountActivity.java
ced8803c8001db0c4e3b4e3ebc2eab35a6fe8be2
[]
no_license
coderark/shop-co
92d1437cd6e588811e3af5b3f6152eabe984660b
0362745b5e8b6e508fa747c315e2bfe6fbd6bb42
refs/heads/master
2021-01-01T05:22:38.409945
2016-06-04T14:45:48
2016-06-04T14:45:48
59,714,438
1
0
null
null
null
null
UTF-8
Java
false
false
7,675
java
package com.udacity.firebase.shoppinglistplusplus.ui.login; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.util.Log; import android.util.Patterns; import android.view.Menu; import android.view.View; import android.wi...
[ "prit.adra@gmail.com" ]
prit.adra@gmail.com
824443ff50cacb1939547f7d440093ca2b5d5f7a
05f4c8e70a044acb9a74642b28fffbb356efd584
/src/level2/ordinary_rectangle/Problem.java
166de93d475cbb23fad1d5fd4e190d15a5a5c519
[]
no_license
YoungWukJeon/programmers-skill-checks
eaef43d6d8f9757407b5ce709210212494be92f8
7040f2ecfb4f37a12473eced663265b727d44d72
refs/heads/master
2023-02-16T06:54:22.225643
2021-01-17T13:50:06
2021-01-17T13:50:06
282,955,586
0
0
null
null
null
null
UTF-8
Java
false
false
547
java
package level2.ordinary_rectangle; public class Problem { public static void main(String[] args) { Solution solution = new Solution(); int w = 8; int h = 12; System.out.println(solution.solution(w, h)); } static class Solution { public long solution(int w, int h) {...
[ "kdh10080@gmail.com" ]
kdh10080@gmail.com
087d842c600020800514660a1ab5ec2833902e75
f4dd1d089368f6f72b4518ebdf2b01cc1559d25b
/demo6/src/main/java/com/example/demo6/controller/TestController.java
a6bd2f835167f18a9873728e14a9ec3c0ffa22ed
[]
no_license
GUANJAIWEI/GUANJIAWEI001
4277654f87396d97ea80c4ddacf71f342d70a787
1e3eb6472644cfe38815482c2a8154eceab9a23e
refs/heads/master
2021-03-30T03:56:22.097312
2020-07-15T12:50:19
2020-07-15T12:50:19
248,013,193
0
0
null
2020-07-15T07:07:55
2020-03-17T16:02:01
Java
UTF-8
Java
false
false
587
java
package com.example.demo6.controller; import com.example.demo6.entity.TestEntity; import com.example.demo6.service.TestService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @RestController @RequestMapping("/demo6/test") public class TestController { ...
[ "814881396@qq.com" ]
814881396@qq.com
670c846ccc3b120677e05659d2e4eff58f2ff7d4
ed5ca6efefa9cab00f18c6cf50f878de02576f22
/JAVA_EE/jQueryAjax_maven/src/main/java/com/niit/service/impl/MessagesServiceImpl.java
81a2fd02932d1c9f6282370222f8fa02ee88a637
[]
no_license
fuxiaoyangAlex/IDEA_Project
97ac43c79012cf6ebb34c9ecffcc7dd14e0000a5
59f2c336d86f06e1f451b274e9f154935652e35c
refs/heads/master
2022-12-23T05:59:18.217172
2019-07-09T09:20:45
2019-07-09T09:20:45
195,971,157
0
0
null
2022-12-16T05:00:59
2019-07-09T08:55:43
JavaScript
UTF-8
Java
false
false
926
java
package com.niit.service.impl; import com.niit.dao.MessagesDao; import com.niit.entity.Messages; import com.niit.service.MessagesService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; impor...
[ "fuxiaoyang18@163.com" ]
fuxiaoyang18@163.com
50f659b2a67ab9aec1713ca6e9e3068fa9b9b6bb
6c7832831d7d457ed0257049516950839f4dea01
/Test/src/app/App.java
2b7641edac26c8ac2c665d506a63624322df6c54
[]
no_license
w8990/lshaarp
476ad51534b8ba8fe21ac197a14a91bf91ebf693
df05d9cbb99878a6450855b45da360fb6dda45e7
refs/heads/master
2020-05-16T17:28:16.331863
2019-04-25T01:45:30
2019-04-25T01:45:30
183,195,129
0
0
null
2019-04-25T01:45:31
2019-04-24T09:27:09
null
UTF-8
Java
false
false
147
java
package app; public class App { public static void main(String[] args) throws Exception { System.out.println("Hello213 Java"); } }
[ "ka-go@ios-net.co.jp" ]
ka-go@ios-net.co.jp
61c4488656e8bfc4964902f9e1a1b2748f3b1dab
1a1fa9d2b103d3e8ba3d940316343ee34c2fe5b6
/ddal-sqlparser/src/main/java/studio/raptor/sqlparser/ast/statement/SQLAlterTableCoalescePartition.java
3a1db1f1b5b85fd3fb3f83487964e3a9744f4cfa
[ "Apache-2.0" ]
permissive
mf1389004071/incubator-ddal
70ab4f8c6bd0a8ca394f5f20253702777a168e39
b5a827dfcfbf07c380dc5ea3ecb4c61749426a81
refs/heads/master
2022-01-30T12:38:38.491395
2018-08-24T06:17:19
2018-08-24T06:17:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,287
java
/* * Copyright 1999-2017 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "charleywu@aliyun.com" ]
charleywu@aliyun.com
d05d14f8919b257c57171b1a4f78112d8d68c529
c80e6a84abef45bc7665cacb59e6839b7419f996
/src/main/java/com/zwl/learn/service/OrderService.java
4009efd1ac308857584d58faf7311c51b3b902bf
[]
no_license
weiliangzhou/learn-demo
fce5312c9328b847b9c3c4c7f1889ee1d20674c2
c08cab9e52f08610f2a62555db8118d0b1d34045
refs/heads/master
2023-04-10T14:41:52.628612
2021-04-16T06:55:54
2021-04-16T06:55:54
306,205,172
0
0
null
null
null
null
UTF-8
Java
false
false
181
java
package com.zwl.learn.service; /** @ClassName OrderService @Description @Author 二师兄 @Date 2020-07-15 14:19 @Version V1.0 */ public interface OrderService { void order(); }
[ "382308664@qq.com" ]
382308664@qq.com
6529b25cf7e83b7bcd5a0e3eee57af6faa760597
b7af7389d4878721fabdbe8d1ddeb4e055222af2
/src/test/java/com/example/demo/CustomerUpdateResourceTest.java
093c44918cf3152b3200292ab89e2601f8770584
[]
no_license
ramireddy11/DemoApp
bde67f4c50d336aeb4a68e3e5230c947b06f9a32
0f11722a719a009613c6cc9872a95e4af09f24d2
refs/heads/master
2022-11-20T15:32:56.829496
2020-07-08T16:10:33
2020-07-08T16:10:33
278,135,044
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package com.example.demo; import com.example.demo.entity.Customer; import com.example.demo.repository.CustomerRepository; @ExtendWith(SpringExtension.class) @SpringBootTest(classes = CustomerUpdateResource.class) public class CustomerUpdateResourceTest { @Autowired private CustomerRepository customerReposito...
[ "ramireddy.k18@gmail.com" ]
ramireddy.k18@gmail.com
06d1abbcd212dfcbb48be9ac7b08f3a6099a02eb
5ab6a03551e721fc08feae3ab3a746ef48cb1e25
/src/test/java/com/simplify/vms/onboard/data/config/WebConfigurerTestController.java
23b082f82353cb02374585dd2e6c70fd1748c046
[]
no_license
arpanm/VMSV2Data
6221f4ca6249c5c555ebbff565bafb0923e26081
70348865bf679048be827949f05380fa1f43eebe
refs/heads/main
2023-04-21T08:31:48.246245
2021-05-10T16:31:45
2021-05-10T16:31:45
365,219,238
0
0
null
2021-05-10T16:31:46
2021-05-07T12:00:15
Java
UTF-8
Java
false
false
382
java
package com.simplify.vms.onboard.data.config; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class WebConfigurerTestController { @GetMapping("/api/test-cors") public void testCorsOnApiPath() {} @GetMapping(...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
c5afb28a9802f91bdf2373506a58e42665243068
82963b7aac94471acc0dcfc92e07e585948156b6
/src/test/java/http/SocketTest.java
cf2741b9cab8819dd47fc4788fb5c27880fbd475
[ "Apache-2.0" ]
permissive
hanweida/JerryCodeApp
fec72f884a459f4cd9fe8f9f6902eda26cde7e9b
b9cfd3ae4048c4154efe4f5ad17ae84aee035de6
refs/heads/master
2022-12-26T16:24:30.590244
2022-07-18T06:20:59
2022-07-18T06:20:59
110,661,228
0
0
Apache-2.0
2022-12-16T10:32:34
2017-11-14T08:22:51
Java
UTF-8
Java
false
false
752
java
package http; import org.junit.Test; import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; /** * Socket编程 */ public class SocketTest { @Test public void Test(){ serverScoket(); } public static void serverScoket(){ try { ServerSocket serverSock...
[ "534446340@qq.com" ]
534446340@qq.com
353336e226c65444616fdb2d37f8fa93d73ea797
e394c797d57882823bb656f7a4904ea92909e274
/src/test/java/com/sezer/slackmessager/SlackmessagerApplicationTests.java
c98655c74dea54fb4d78b2dce596fd5ab8a55b7b
[]
no_license
ovuncsezer/SlackSMSMessagerServer
f9b86d318146699a4fb1ad4f561d4e7329aeb45f
ed305b8221717b4293e0666ba80974180c73eb1a
refs/heads/master
2023-05-02T10:45:24.240219
2019-07-31T14:32:52
2019-07-31T14:32:52
194,381,849
0
0
null
2023-04-14T17:48:39
2019-06-29T08:18:27
Java
UTF-8
Java
false
false
356
java
package com.sezer.slackmessager; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class SlackmessagerApplicationTests { @Test pu...
[ "Ovunc.Sezer@hearst.co.uk" ]
Ovunc.Sezer@hearst.co.uk
ccd29f526ab789eb2a37612fa1d40bb87ade8f0b
f61e573fc1e80ca8467b26820b8c398543cf6158
/src/main/java/com/example/dto/SimpleEmployee.java
e21b8a1872207e2758f60911546917fbc43ef879
[]
no_license
tanphat1896/leaveexample
a8d2ed7218007f361c3745eed3b18e362a6b82eb
8e03febbee5be67716b9e25da70172eea4f06b6d
refs/heads/master
2020-03-20T17:50:07.974816
2018-06-18T16:53:24
2018-06-18T16:53:24
137,566,815
0
0
null
null
null
null
UTF-8
Java
false
false
60
java
package com.example.dto; public class SimpleEmployee { }
[ "tanphat1896@gmail.com" ]
tanphat1896@gmail.com
18ac5a4f2d25da04f6a246dfca0313c328e1c718
47f0090f929417581c085918e20e12afc8d7ec18
/app/src/main/java/com/adshow/player/util/MigrationHelper.java
845beae86ef599837cbd00eca1dd2fdc7203ba1a
[]
no_license
xianguoguo/adplayer
e44dfe50d0f1bb5e81746f62387cec0a773ae3ef
bd05c057823111d1a4e36675131fbfac08e70edf
refs/heads/master
2020-03-28T10:53:09.758687
2018-10-11T15:40:11
2018-10-11T15:40:11
148,155,470
0
0
null
null
null
null
UTF-8
Java
false
false
6,866
java
package com.adshow.player.util; import android.database.Cursor; import android.text.TextUtils; import android.util.Log; import com.adshow.player.dao.DaoMaster; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.database.Database; import org.greenrobot.greendao.internal.DaoConfig; import jav...
[ "zhaoxianbin.dx@163.com" ]
zhaoxianbin.dx@163.com
60773769ebd5ed23f540c918661cdceb871d49d3
b5ba81d0395afc2bd02e3272855b488516dd1799
/src/test/java/com/demo/test/TestIOUtils.java
81a00bc7b419c490598de40bec4bd94adfa0a9b5
[]
no_license
chirvin/complex
50a113ab73ee07eb0fc392811de4f525848719a7
ef842e7acd7e840fa86fd5dfc83b52016b0b7d43
refs/heads/main
2023-03-22T16:16:20.794916
2021-03-01T07:37:00
2021-03-01T07:37:00
343,309,847
0
0
null
null
null
null
UTF-8
Java
false
false
1,312
java
package com.demo.test; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.junit.Before; import org.junit.Test; import java.io.*; import static org.hamcrest.Matchers.notNullValue; import static org.junit.Assert.assertThat; /** * @author scc * @date 2020/5/28 15:36 */ public cla...
[ "congcong.sang@huifu.com" ]
congcong.sang@huifu.com
f9c7903d3720226c0976c27729105573dc25d5ce
33fab5d2c4ff50e560c08902267aabe33c07ddf7
/src/se/hig/project/maze/CreatMazeClass.java
9c38f5114fff7188ebbfc834ab75c3dff2cb11e5
[]
no_license
AghyadJabali/Create-and-solve-a-maze-by-BFS-and-DFS-algorithms
8163b5cd64b0d5964d592018735ef0d0bf533044
ef65f4865045f1992ef2ed2b96cfc7df02255e79
refs/heads/master
2022-04-13T20:22:45.373317
2020-04-12T10:32:47
2020-04-12T10:32:47
255,057,420
1
0
null
null
null
null
UTF-8
Java
false
false
2,947
java
package se.hig.project.maze; import java.awt.Point; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Random; import java.util.Stack; public class CreatMazeClass<T> implements CreatMaze<T> { private static final int ROW_MAZE[] = { -1, 0, 0, 1 }; private static...
[ "noreply@github.com" ]
AghyadJabali.noreply@github.com
7ecc79f46faf738d2ef84129430f7bc4a8942636
8246da9a0ea49ef6e70bfb6bc05148fb6134ed89
/dianping2/src/main/java/com/dianping/travel/SceneryOrderListActivity.java
927c817209b4a04c96af64054292b562b0d92157
[]
no_license
hezhongqiang/Dianping
2708824e30339e1abfb85e028bd27778e26adb56
b1a4641be06857fcf65466ce04f3de6b0b6f05ef
refs/heads/master
2020-05-29T08:48:38.251791
2016-01-13T08:09:05
2016-01-13T08:09:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,535
java
package com.dianping.travel; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.Uri; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; impor...
[ "xuetong@dkhs.com" ]
xuetong@dkhs.com
444b547a7964e4a8c50683a815288c3774971d6d
c41760cf7d9efe59190b8f5314bba283fb75dc27
/consolidator/src/main/java/com/mercadolibre/mutant/consolidator/config/ContainerFactoryConfigurer.java
55617538e1e98430be1939042138c5e72e9b24b3
[]
no_license
deiru87/mutant-seeker
8c5479fe0b174e5d01f8c22e91a65c2b04842b2c
5c780424fbaaa02cc10c56915c3ddfbd1c8b0307
refs/heads/master
2022-12-12T23:56:47.673333
2020-09-15T01:14:33
2020-09-15T01:14:33
295,515,169
0
0
null
null
null
null
UTF-8
Java
false
false
400
java
package com.mercadolibre.mutant.consolidator.config; import org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory; import org.springframework.stereotype.Component; @Component class ContainerFactoryConfigurer { ContainerFactoryConfigurer(ConcurrentKafkaListenerContainerFactory<?, ?> factory) { ...
[ "Deimer87" ]
Deimer87
41f5f9f80b33a7a13b7df65d777591f47dfce170
de05dff4cc5b8fb97dfbb857bad2394ed8f79ae4
/src/jd/plugins/hoster/UploadKeepCom.java
6cddfab89017dfa93eda68c8ffb5ce818508b98c
[]
no_license
thiagocrestani/jdownloader-service
3a6c4929b808eb596c66f156812310701f4508eb
2d24d86bb97a1e5f93feb474f688a6a289447553
refs/heads/master
2020-12-24T18:12:38.941947
2010-11-16T13:34:57
2010-11-16T13:34:57
35,786,842
0
0
null
null
null
null
UTF-8
Java
false
false
19,953
java
// jDownloader - Downloadmanager // Copyright (C) 2009 JD-Team support@jdownloader.org // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License,...
[ "dpsenner@gmail.com" ]
dpsenner@gmail.com
ea2f183d64e622d6bb429f9a7c455bafb4d517a1
ec230127bd9aa25a651a8dd9c0844ac23a792add
/app/src/test/java/com/example/lab3/clase13022019/ExampleUnitTest.java
4f288f6a8f060a83fa7245c286c2dbee0f48ab2e
[]
no_license
Julioolivares12/clase13022019
9f28866800b8d523b5e7d2b4bfd97d119cfba801
a551c753101b61d085db99ac643371941053a408
refs/heads/master
2020-04-22T23:44:05.037603
2019-02-14T20:11:27
2019-02-14T20:11:27
170,751,233
0
0
null
null
null
null
UTF-8
Java
false
false
391
java
package com.example.lab3.clase13022019; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test pub...
[ "julioolivares90@gmail.com" ]
julioolivares90@gmail.com
169f8980bb31951ddba67785bea13956cab40ff5
abfed6b51bb6e35fdc5c573dc93fed7188a0da95
/src/main/java/com/github/davidfantasy/mybatisplus/generatorui/service/MapperXmlParser.java
c90c1a62468fe0c1052a98a7a33189ac4bb1ee29
[ "Apache-2.0" ]
permissive
wenit/mybatis-plus-generator-ui
d163a03cbb4aad3163543f5528157449c0fc03c9
e1457f2adbc71786ce7490042a1dd2b514918632
refs/heads/master
2022-11-24T05:46:37.387549
2020-07-31T06:07:19
2020-07-31T06:07:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,160
java
package com.github.davidfantasy.mybatisplus.generatorui.service; import com.github.davidfantasy.mybatisplus.generatorui.common.ServiceException; import com.github.davidfantasy.mybatisplus.generatorui.dto.ElementPosition; import com.github.davidfantasy.mybatisplus.generatorui.dto.MapperElement; import com.google.common...
[ "davidfantasy8@163.com" ]
davidfantasy8@163.com
0d83fcfc1498d377d7850a7916e663f539367820
70b0c3a853060944161ce7d55e7458cd78eadf03
/The New Boston/src/com/example/theNewBoston/StatusBar.java
35d7e51f197d4279c0dfba2aa1fcaef08aa762ed
[]
no_license
ajayrkp/AndroidTutorials
129d5eafc77e4080647f04ff9aca3465982163be
3e13bc21b7b0135fdcf355ebf6b46cfccf0b2d6f
refs/heads/master
2016-09-05T16:37:17.561531
2012-10-25T15:17:21
2012-10-25T15:17:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,316
java
package com.example.theNewBoston; import android.app.Activity; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Bu...
[ "sharma_puja@Puja-Panchals-MacBook-Pro.local" ]
sharma_puja@Puja-Panchals-MacBook-Pro.local
bb65b5b2843e6e7e782d31492ff10126674d0841
884056b6a120b2a4c1c1202a4c69b07f59aecc36
/java projects/quickSort/result/slicedQuickSort/traditional_mutants/void_quickSort(int,int,int)/AOIS_18/slicedQuickSort.java
21eac4b2f943f5cb7425749e4e46a76957c84725
[ "MIT" ]
permissive
NazaninBayati/SMBFL
a48b16dbe2577a3324209e026c1b2bf53ee52f55
999c4bca166a32571e9f0b1ad99085a5d48550eb
refs/heads/master
2021-07-17T08:52:42.709856
2020-09-07T12:36:11
2020-09-07T12:36:11
204,252,009
3
0
MIT
2020-01-31T18:22:23
2019-08-25T05:47:52
Java
UTF-8
Java
false
false
1,084
java
// This is mutant program. // Author : ysma public class slicedQuickSort { public static void quickSort( int[] list ) { quickSort( list, 0, list.length - 1 ); } private static void quickSort( int[] list, int first, int last ) { if (last > first) { int pivotIndex = part...
[ "n.bayati20@gmail.com" ]
n.bayati20@gmail.com
5477492e347f95201738f584a6858f8c973050e0
f096ad3cc9a8e8a4313c1bd82890f39592d6d9d3
/app/src/androidTest/java/com/familybiz/greg/moviepaint/ApplicationTest.java
a4b00a8c5b8e8f44e376b738927f0e9cf6677efd
[]
no_license
greganderson/MoviePaint
4ff5e142152b6aa479d109ed270d3bd461160836
2ea1cd4a6725fd3839ab6e66c9decb963b60683e
refs/heads/master
2021-03-12T22:36:24.330938
2014-10-23T20:11:15
2014-10-23T20:11:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
package com.familybiz.greg.moviepaint; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
[ "greg@infobytes.com" ]
greg@infobytes.com
e52092adf485732b23152c86d8ea05c56d75e307
0c698e4eff8601ae27a1a833ef506aed19e2b2cb
/src/main/java/repetition/proba001/NotAbstract.java
ecc52079afb3578400a81e458741979333ff2165
[]
no_license
alsamancov/BruceEckel
ea432e9de1c8be3148a0750c13c8987707fa0a2a
b827917220304c8dd0a8f0708ea505214ba395da
refs/heads/master
2020-04-04T20:17:40.864127
2019-03-14T13:39:38
2019-03-14T13:39:38
156,241,215
1
0
null
null
null
null
UTF-8
Java
false
false
169
java
package repetition.proba001; public class NotAbstract extends Basic { @Override void uniplemented() { System.out.println("print something!"); } }
[ "alsamancov@gmail.com" ]
alsamancov@gmail.com
dcb8f55c822f3a096e85b1cc9b206c06b1aca29f
2fc600bc6ff91ce842cbe99ca80f5227b066dcf5
/Android Text Code/Sign_in/src/main/java/com/example/sajibpal/singinsingout/Account.java
2e8c9ce04209ce46800d0ec02006375919e58db5
[]
no_license
sajibpal/Android-Text-Code
9991ae0d2101fe1146829948ca8f9064bf431fc3
2f4584d78357c0e2035d0f152beae31efb1aaac9
refs/heads/main
2023-04-15T14:32:14.138746
2021-04-13T09:06:17
2021-04-13T09:06:17
357,930,773
1
0
null
null
null
null
UTF-8
Java
false
false
1,503
java
package com.example.sajibpal.singinsingout; import android.database.sqlite.SQLiteDatabase; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; public class Account extends AppCom...
[ "sajibpal20@gmail.com" ]
sajibpal20@gmail.com
b00dbbfa3e1f40bebb62feb8c41704be9b8baa49
30614192ae67d9cced3866bd310f9fb58dfa2fbe
/src/main/java/ke/co/turbosoft/med/repository/AgentRepo.java
ea3bfc2ea9c2454ff70dd658c06554bebaa856ec
[]
no_license
ktonym/turbomed-underwriting
33086bc08787347401b0b2037e0fbc1891f28d4c
0daa864ab8aeac3f6be5caf3cc14659434e79372
refs/heads/master
2021-01-01T15:31:04.373863
2015-02-27T16:41:30
2015-02-27T16:41:30
27,634,219
0
0
null
null
null
null
UTF-8
Java
false
false
257
java
package ke.co.turbosoft.med.repository; import ke.co.turbosoft.med.entity.Agent; import org.springframework.data.jpa.repository.JpaRepository; /** * Created by akipkoech on 12/8/14. */ public interface AgentRepo extends JpaRepository<Agent,Integer> { }
[ "ktonym@gmail.com" ]
ktonym@gmail.com
df2a1703e0b897b3474d96bde9f840442ca62d50
0478e72cf7af4c00453ea1815e2630a1b25f917c
/src/main/java/cse/buffalo/edu/algorithms/string/LSD.java
890309f7ff90fcee13075661953b7dd1389b52ee
[]
no_license
sondrev/algorithm_training
7b5ace714cf51c4812133de2851dbdbd79b106ad
5b15d7a0e528aa9d2c5357ce79d8c1c290646256
refs/heads/master
2021-01-14T19:45:12.981472
2013-10-08T02:40:47
2013-10-08T02:40:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,040
java
package cse.buffalo.edu.algorithms.string; import cse.buffalo.edu.algorithms.stdlib.StdIn; import cse.buffalo.edu.algorithms.stdlib.StdOut; public class LSD { // W is the digits of the string public static void sort(String[] a, int W) { int N = a.length; int R = 256; String[] aux = new String[N]; ...
[ "zhang.chao.eric@gmail.com" ]
zhang.chao.eric@gmail.com
7c084e90a7ee219dd7946b6c4f6f11777494e578
06b0b357098ce5f237e3802fdee4d5f9ae341617
/medical_assistant/src/main/java/com/dao/TOtherSymptomsDAO.java
ac2ba2573891324bd34fc5795685f37581ebbfb8
[]
no_license
qinmp/maven_project
7e783c7a08bf4f7e59e39f61a1f6a3fc2d6a490b
3630894923f181dc2daf274e128f3b1c20b70e7d
refs/heads/master
2022-12-22T02:03:28.543109
2020-09-16T16:18:18
2020-09-16T16:18:18
101,548,822
1
0
null
2022-12-16T11:22:52
2017-08-27T11:49:01
Java
UTF-8
Java
false
false
131
java
package com.dao; import com.model.TOtherSymptoms; public interface TOtherSymptomsDAO extends BaseDao<TOtherSymptoms, Long> { }
[ "qinmp@qq.com" ]
qinmp@qq.com
91bdb8716b5a43274c79442cd12de131bbdfd57b
9071e58d1df855d65d58942ffc80b04291a4ec8e
/src/java/vinhnq/servlet/UpdateCartServlet.java
014023d55a4ec2d8155d2df51244000414882db9
[]
no_license
ThomasVinhSE/Food-Shop-Project
6762fe092ab973691a36d3be2da728013a73d6ca
e43aa300edaa99d436afe3c7db015558897c5049
refs/heads/master
2023-03-06T10:41:23.193446
2021-02-23T02:08:03
2021-02-23T02:08:03
331,569,610
0
0
null
null
null
null
UTF-8
Java
false
false
4,717
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 vinhnq.servlet; import java.io.IOException; import java.sql.SQLException; import java.util.Map; import javax.naming.NamingExce...
[ "74160788+ThomasVinhSE@users.noreply.github.com" ]
74160788+ThomasVinhSE@users.noreply.github.com
02bc3f95551a797256b874e6190427ced0da5460
ceab0f095f205dd7c2eb121c5c8f49ed53305164
/src/test/java/Positive_SuccessfullyRegisterInAmazon.java
b22d6d775e18e364eb495f3b414d08b0022b9d50
[]
no_license
mjuneja01/selenium-example.g8
3419b600420cb979cff96ff748dd4a7781219348
4d0586d2abb6dc5393ca471c72c030115d7677f8
refs/heads/master
2020-04-20T14:50:46.169968
2019-02-03T05:17:47
2019-02-03T05:17:47
168,911,236
0
0
null
null
null
null
UTF-8
Java
false
false
2,637
java
import org.openqa.selenium.By; import org.openqa.selenium.StaleElementReferenceException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriver...
[ "mjuneja@knoldus.in" ]
mjuneja@knoldus.in
bd69fdbc92377672df5746d92076a6a488da7c49
ee2b5f7b5d152ccae517c82b865e8bfa16659226
/src/main/java/com/springbasic/start/controller/MyController.java
60734465bf9bd2357d574dd3d33060795c1c15db
[]
no_license
Samhitha1193/Springtest
d50c3b48b6756d56ec6fef55ce58f356ddb73052
e5466ed703d042b62e38188f9d01d600adc1ca15
refs/heads/master
2020-09-06T01:39:24.570816
2019-11-07T16:05:53
2019-11-07T16:05:53
220,086,393
0
0
null
null
null
null
UTF-8
Java
false
false
1,672
java
package com.springbasic.start.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import c...
[ "stummanapalli@miraclesoft.com" ]
stummanapalli@miraclesoft.com
9cfae6755a1e2140a5cdfa85b5a10c8702819cc2
fe92205836844a17836c2c4b849e763d4018686d
/src/Selenium/OrangeHRM_TableTextVerification.java
7b7d80f38213de04931d8c6e45b51d8885881a87
[]
no_license
cherukuripavanteja318/TM_1
f436b3dcbe8bfa1a6f284304311fc1e54fb1d95a
982e3535c560fa4b12d0a1527ced851019a507e0
refs/heads/master
2020-11-27T11:26:07.336482
2019-12-21T12:04:16
2019-12-21T12:04:16
229,420,631
0
0
null
null
null
null
UTF-8
Java
false
false
2,007
java
package Selenium; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.interactions.Actions; public class OrangeHRM_TableTextVerification { public sta...
[ "prathap.ufttest@gmail.com" ]
prathap.ufttest@gmail.com
918236ea04e024d89d5cd096c953eaaf07b4f42b
4c4c017d3eb765902a87f4f9d76fa43ae1268d1f
/src/main/java/compiler/CompilationUnit.java
4348bcb6744d5cd11feb1339408bef19b04c4221
[]
no_license
sergiotaborda/compilelittle
fe282b0036835a23ad9290b028a883908f12c632
0c40969b81ade6a8e01556921e7784ae26238f26
refs/heads/master
2023-01-08T14:00:45.823418
2023-01-04T14:38:17
2023-01-04T14:38:17
36,563,803
1
0
null
2020-10-13T10:03:47
2015-05-30T15:30:46
Java
UTF-8
Java
false
false
325
java
/** * */ package compiler; import java.io.IOException; import java.io.Reader; import compiler.filesystem.SourcePath; /** * */ public interface CompilationUnit { public Reader read() throws IOException; /** * @return */ public String getName(); public SourcePath getOrigin();...
[ "sergiotaborda@yahoo.com.br" ]
sergiotaborda@yahoo.com.br
b55ebee2de1b0ffdf8280e43c75379dcfb50297f
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a260/A260575.java
94c8f2c1d78ea5480b53c7a86edf346cf27cedf3
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
package irvine.oeis.a260; // Generated by gen_pattern.pl - DO NOT EDIT here! import irvine.oeis.GeneratingFunctionSequence; /** * A260575 Number of ways to place <code>2n</code> rooks on <code>n X n</code> board, 2 rooks in each row and each column, multiple rooks in a cell allowed, and exactly 3 rooks below the mai...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
ae6aafbae6ec3651495171bb7dedd4c4bf3f329e
9cada71ecbcc25e79a718e0c170ae7113af0c8ed
/app/src/main/java/ru/geekbrains/android3_4/view/MainActivity.java
98911de61379890c058bada7fb59176889f0bf12
[]
no_license
AlekseyYakovlev/android3_4
f006f8d13a6fef45db1d693f14fe2b2cc4ed895d
f18c0f47a5ee4f8cca7d1f3d990b0e88dc791585
refs/heads/master
2020-03-19T04:36:30.492873
2018-06-02T19:21:12
2018-06-02T19:25:02
135,845,831
1
0
null
null
null
null
UTF-8
Java
false
false
1,841
java
package ru.geekbrains.android3_4.view; import android.os.Bundle; import android.widget.ImageView; import android.widget.TextView; import com.arellomobile.mvp.MvpAppCompatActivity; import com.arellomobile.mvp.presenter.InjectPresenter; import com.arellomobile.mvp.presenter.ProvidePresenter; import java.util.List; im...
[ "aleksey@yakovlev.spb.ru" ]
aleksey@yakovlev.spb.ru
99b9e40c1f91d8abe8b2a18bd0440970a6dfedef
2f1a31afcad0129f6b2d37cbe57c0b27fd910e92
/core/src/com/mygdx/game/States/MenuState.java
6e70f610ba409548658ce6fcb5c8fd1d1731083a
[]
no_license
s60912frank/FlappyDemo
b2e414e4174d5bd1becabd83ca3e27dbb9ce9712
62c64c949d57af0dda38d284676e16bb111d8981
refs/heads/master
2021-01-10T04:31:06.940161
2016-03-15T03:54:09
2016-03-15T03:54:09
53,737,379
0
0
null
null
null
null
UTF-8
Java
false
false
1,343
java
package com.mygdx.game.States; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.mygdx.game.flappyDemo; /** * Created by 繼民 on 2016/2/29. */ public class MenuState extends State { ...
[ "陳繼民" ]
陳繼民
75632485212126af5ba092bbf54635a51c896e76
6d3ea1f8617dc237ea015ca0544c5f44d04c9f4f
/email-service/src/main/java/com/email/common/MsgStatus.java
7fd2683aa78651716d5432115e4cf2f9b94f9b91
[]
no_license
mahisandip/spring-boot
d12e682050dd2ab50f014dd57b1ebc24f155f767
6ffc3d9740022193c6628882b374313c169b2225
refs/heads/master
2021-05-20T20:00:33.340286
2020-08-05T06:16:22
2020-08-05T06:16:22
252,399,825
0
0
null
null
null
null
UTF-8
Java
false
false
225
java
package com.email.common; public enum MsgStatus { SUCCESS("Ok"), FAILED("Failed"), ERROR("Error"); private final String val; MsgStatus(String val) { this.val = val; } public String getVal() { return val; } }
[ "mahisandip2.1@gmail.com" ]
mahisandip2.1@gmail.com
e48eaade8982aa7ad5efb1ca96fb202df74ae787
827030803119007ac05f08ca385bfcdf9d204821
/src/java/lang/Enum.java
ad19bf432daf9d416e7a21404e3460c01cbff2aa
[ "Apache-2.0" ]
permissive
AdrianodeOS/pedido-venda
e64945996d7080a4272545e24d41aeac7108e4e3
7df89e3a4e63e2e60e4c062aa08ec3660667307e
refs/heads/master
2021-01-22T06:12:07.762440
2017-03-09T14:13:18
2017-03-09T14:13:18
81,745,039
0
0
null
null
null
null
UTF-8
Java
false
false
60
java
package java.lang; public abstract class Enum<E> { }
[ "adrianoosyeshua@gmail.com" ]
adrianoosyeshua@gmail.com
7e43d6580bce220166d868b4a457ba5da1b6bfcd
3e898a0edf2aebd3345c79615d9c533139d6666e
/sdk/network/mgmt/src/main/java/com/azure/management/network/BgpCommunity.java
f940e3b0f01c52b64e9c22a86972daa8fd40a289
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-or-later", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
JasonWHowell/azure-sdk-for-java
81fd8988895511080b0d1feff5112e1c47dad620
346475e8f6ebbcd09047797f7fcef4129c78ce43
refs/heads/master
2023-04-16T05:16:52.441674
2020-06-03T16:38:26
2020-06-03T16:38:26
269,185,086
0
0
MIT
2020-06-03T20:14:00
2020-06-03T20:14:00
null
UTF-8
Java
false
false
5,700
java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.management.network; import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annot...
[ "noreply@github.com" ]
JasonWHowell.noreply@github.com
54478edce6c93fef04611465c464531c9757f745
2e036b061d4808893d732d0fe44a33d52448f324
/src/net/sourceforge/kolmafia/request/ContactListRequest.java
79b0cf9cbde13f2de2aa135c5f8113912bfabb51
[]
no_license
gumpshroom/kolmafia-githhub
a2c31fed4170caec5a5f3306fe9e8beb44ac9cff
7c6b7591f71c0b07d3b97d7e497186043891f3bf
refs/heads/master
2022-04-16T14:01:45.012629
2020-04-11T14:48:26
2020-04-11T14:48:26
254,889,543
1
1
null
null
null
null
UTF-8
Java
false
false
3,125
java
/** * Copyright (c) 2005-2020, KoLmafia development team * http://kolmafia.sourceforge.net/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * [1] Redistributions of source code must ...
[ "dra032005@gmail.com" ]
dra032005@gmail.com
96349a703eb2603ca9ce6d168d1a099f8a10c94d
a4a51084cfb715c7076c810520542af38a854868
/src/main/java/com/tencent/ugc/TXRecordCommon.java
194126df6aae0711334265a8edfcd1a69ae70931
[]
no_license
BharathPalanivelu/repotest
ddaf56a94eb52867408e0e769f35bef2d815da72
f78ae38738d2ba6c9b9b4049f3092188fabb5b59
refs/heads/master
2020-09-30T18:55:04.802341
2019-12-02T10:52:08
2019-12-02T10:52:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,853
java
package com.tencent.ugc; import android.graphics.Bitmap; import android.os.Bundle; import com.garena.android.gpns.utility.CONSTANT; public class TXRecordCommon { public static final int AUDIO_SAMPLERATE_16000 = 16000; public static final int AUDIO_SAMPLERATE_32000 = 32000; public static final int AUDIO_SA...
[ "noiz354@gmail.com" ]
noiz354@gmail.com
519903f2a296cd7c69b396c7f912e194c32fabf2
7ae169648c4b1848401bf87d5fd86dd26bb9ac6f
/src/main/java/net/dev123/sns/facebook/FacebookUserAdapter.java
d355a560259bdadf93baba9d642fb32e2ee2293c
[ "Apache-2.0" ]
permissive
NeoCN/yibo-library
ef76ef099eac3b4458f0012d879a11661ba69ba7
90701c36bac5a3ac173909ebaee755ab09b035d3
refs/heads/master
2021-01-16T21:47:16.110891
2013-03-24T01:18:01
2013-03-24T01:18:01
8,941,478
1
0
null
null
null
null
UTF-8
Java
false
false
8,372
java
package net.dev123.sns.facebook; import static net.dev123.commons.util.ParseUtil.getRawString; import java.text.ParseException; import java.util.ArrayList; import java.util.List; import net.dev123.commons.ServiceProvider; import net.dev123.commons.util.ParseUtil; import net.dev123.entity.Education; import net.dev123...
[ "raise-0@163.com" ]
raise-0@163.com
080508b59c8926b7c0eb37594a3511b4dc9664f8
41b416b9c30ff4139775f3d546d204d360668dd9
/racgroup/springboot/src/main/java/com/oracle/stcdc/racgroup/repository/MySecondLevelRepository.java
0439f996ed6498feff0da41a114600eb24a22181
[]
no_license
RiverXiao/spring
be45b3b71f23f5736784863a48089287b432ed05
734eb1e440680f6810971a6d4a5eb0711bb5735c
refs/heads/master
2022-12-20T23:14:54.130254
2019-09-26T07:08:58
2019-09-26T07:08:58
211,020,575
0
0
null
2022-03-31T21:41:55
2019-09-26T06:53:04
Java
UTF-8
Java
false
false
331
java
package com.oracle.stcdc.racgroup.repository; import com.oracle.stcdc.racgroup.annotation.SecondLevelRepository; @SecondLevelRepository(value = "JunheSecondLevelRepository") public class MySecondLevelRepository { public static void print(String s){ System.out.println("JunheSecondLevelRepository: = " + s...
[ "noreply@github.com" ]
RiverXiao.noreply@github.com
17470322262ed9d91a8e2787df7eb7f1fd5fe7e6
80de34da51012e6472dc836fe7e325fe89f025d1
/src/GUIFTC.java
b33eaf525c77f101387cf2b0eb5fb75bef2fdf11
[]
no_license
Kondalf/PathGeneration
a183ca2f65690bfb38aec449c2c3362cbba4fb0b
4f36ca65d293d0da77462c101ee0eb66b3a15ad4
refs/heads/master
2021-01-23T16:19:10.174378
2017-06-02T20:21:46
2017-06-02T20:21:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,923
java
/** * Created by Florent Astié on 5/31/2017. */ import java.awt.*; import java.awt.event.*; import java.util.ArrayList; import javax.swing.*; import static java.awt.Color.DARK_GRAY; public class GUIFTC extends JFrame implements ActionListener,MouseListener{ JLabel field; JTextField filein; JLabel width;...
[ "fastie15@gmail.com" ]
fastie15@gmail.com
f86ed57f33681e89fcbd3b2aaebdbd3dddcc0688
735145b5fce4713ecaeb6acb4fca304122523a3e
/mileston2/XqueryBaseVisitor.java
33ae8d86c9e6e995b27e2d99b2f143ecc006fb2a
[]
no_license
Angelababe/cse232b
f67e5e4b7f573afbf7f02063bc83b7a19ccc3dea
e24bc96727286dfe05430ec146f0694d27a421e7
refs/heads/main
2023-03-23T17:54:04.314202
2021-03-16T08:01:02
2021-03-16T08:01:02
334,608,923
0
0
null
null
null
null
UTF-8
Java
false
false
12,595
java
// Generated from E:/IntelliJ IDEA 2020.3.1/projects/ms2/src\Xquery.g4 by ANTLR 4.9.1 import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor; /** * This class provides an empty implementation of {@link XqueryVisitor}, * which can be extended to create a visitor which only needs to handle a subset * of the ...
[ "noreply@github.com" ]
Angelababe.noreply@github.com
ab5d352b53fece5712c68825263fea611fb18665
da7d94957965c6263c2b81e6850219e87b07e903
/src/filter/UpperFilter.java
a4973af889e161a44f483dce0e7a59732e4b3836
[]
no_license
yuyue888/DesignPatternLearning
b4981b6c3663cdb8b6e9031f26bf6aa5f480c6f7
4981577b4d84a6bcf26bea99538e5430ee24a5d9
refs/heads/master
2021-09-02T07:34:31.351959
2017-12-31T14:22:14
2017-12-31T14:22:14
114,445,346
0
0
null
null
null
null
UTF-8
Java
false
false
348
java
package filter; import java.util.List; import java.util.stream.Collectors; /** * 大写过滤器 * Created by ssc on 2017/12/24. */ public class UpperFilter implements Filter<String> { @Override public List<String> filter(List<String> list) { return list.stream().map(String::toUpperCase).collect(Collectors.t...
[ "chao6688@vip.qq.com" ]
chao6688@vip.qq.com
eae726a6c8ecc53a55eafbee97a24a9011bb0a7b
c2b1c7102e33e062c48055cb42b3ce6a783d4284
/app/src/main/java/luan/localmotion/MessageReceiver.java
cb0c5aec148aa30496746ed89530c7bdee4cb00a
[]
no_license
ngoluan/localmotionnew
4cb0cd463cc69109759cc97f7a443e18989316a3
866a69b947cebe98215659142b7ce33374f677af
refs/heads/master
2020-04-12T06:45:19.208634
2016-10-14T22:05:03
2016-10-14T22:05:03
62,257,129
0
0
null
null
null
null
UTF-8
Java
false
false
817
java
package luan.localmotion; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; /** * Created by luann on 2016-07-20. */ public class MessageReceiver extends BroadcastReceiver { OnReceiveMessage onReceiveMessage; @Override publ...
[ "luan.t.ngo@gmail.com" ]
luan.t.ngo@gmail.com
315bb0ea4000f0f4c5a7aff60aad1fcc99b53c46
d0f1de3d67f017868798527b6b221c00ad40d804
/src/main/java/com/javastart/rest/repository/ProductRepository.java
62890ba3bc21b1dce9ab5e91db53f62e3b750354
[]
no_license
MaViProg/rest
86f5ed182e4a4f55c6ad410bf29ad50001cc0764
823d0fa597e7f9c4c9257f7913fec205b9f994ce
refs/heads/main
2023-07-10T07:40:16.653282
2021-08-11T20:03:42
2021-08-11T20:03:42
395,095,602
0
0
null
null
null
null
UTF-8
Java
false
false
223
java
package com.javastart.rest.repository; import com.javastart.rest.entity.Product; import org.springframework.data.jpa.repository.JpaRepository; public interface ProductRepository extends JpaRepository<Product, Long> { }
[ "viktrija-iknnikva@yandex.ru" ]
viktrija-iknnikva@yandex.ru
6a41c7cce6243bac8c96438fd63b4090abc5d9db
4110c4a8be73c6ab77a1d944c381f0432feba525
/app/src/main/java/com/delsart/bookdownload/utils/StatusBarUtils.java
6091d3d03d2a7c4a4410de46a23694ca0a58650b
[ "Apache-2.0" ]
permissive
QMSCount/Bookster
a5e2ae13ccc6337d1d9e8a7a1135a06e42c06bac
a761cbfd71bdfbe63afe954bc82c5dbb8152c3c2
refs/heads/master
2023-03-23T07:22:38.791825
2021-03-06T12:09:57
2021-03-06T12:10:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,867
java
package com.delsart.bookdownload.utils; import android.app.Activity; import android.os.Build; import android.view.View; import android.view.Window; import java.lang.reflect.Field; import java.lang.reflect.Method; public class StatusBarUtils { public static boolean MIUISetStatusBarLightMode(Activity activity, bo...
[ "d2289582155@gmail.com" ]
d2289582155@gmail.com
a5e23bd6d44d5e77269f558323638b4512de5b6e
a774498904656397aa0e58a72f573f9c6ea010a0
/Exercise802/src/exercise802/Person.java
bdb14943ceea7526b5af7b536e35f6de2b3bbd86
[]
no_license
KAdams01/SDJ1
a543acfd7ece83ad1009b585542b10b59055bbc1
b097c45e98df9e388135858b6cdd704aa0c2ff2f
refs/heads/master
2021-10-08T05:30:22.966282
2018-12-08T12:37:38
2018-12-08T12:37:38
103,536,844
0
0
null
null
null
null
UTF-8
Java
false
false
349
java
package exercise802; public class Person { private String person; private String birthday; public Person(String p, String b) { person=p; birthday=b; } public void setName(String p) { person=p; } public void setBirthday(String b) { birthday=b; } public String getName() { return person; } public String getBirthda...
[ "kevin_adams25@hotmail.com" ]
kevin_adams25@hotmail.com
101c6609f1c6c5efafd8bbe55fe554b8a2d9d0b3
7d8008a6b28aa4d42db3b03b18e25199c2aeac0a
/SenseSim-mathModel/src/main/java/org/mdyk/netsim/mathModel/observer/ConfigurationSpaceFactory.java
35866cd5dad999de0cb78b07c531785599dae52b
[]
no_license
mdyk/SenseSim
46ff276dc4a49a4c61470956bba4de14f433a084
a5104bd8a11956b3ea51addcd1ac1915ab87f28b
refs/heads/master
2023-04-07T22:08:46.436827
2019-06-01T13:04:27
2019-06-01T13:04:27
114,037,101
0
0
null
2021-04-26T18:38:46
2017-12-12T20:42:15
Java
UTF-8
Java
false
false
411
java
package org.mdyk.netsim.mathModel.observer; public interface ConfigurationSpaceFactory { /** * Builds configuration space basing on its string value * @param value * value of the configuration space as string * @return * instance of the configuration space */ //TODO ok...
[ "mdyk@wat.edu.pl" ]
mdyk@wat.edu.pl
78b4983d2eb0933ff4760cf316ece8fcfdf0896d
2b6e3a34ec277f72a5da125afecfe3f4a61419f5
/Ruyicai_168/v3.5.4/v3.5.4/src/com/ruyicai/dialog/LogOutDialog.java
b58c4e8d3c9694f2cb1fe5e8f56d514145c38e9f
[]
no_license
surport/Android
03d538fe8484b0ff0a83b8b0b2499ad14592c64b
afc2668728379caeb504c9b769011f2ba1e27d25
refs/heads/master
2020-04-02T10:29:40.438348
2013-12-18T09:55:42
2013-12-18T09:55:42
15,285,717
3
5
null
null
null
null
UTF-8
Java
false
false
2,142
java
package com.ruyicai.dialog; import com.palmdream.RuyicaiAndroid168.R; import com.ruyicai.activity.common.UserLogin; import com.ruyicai.constant.ShellRWConstants; import com.ruyicai.util.RWSharedPreferences; import android.app.Activity; import android.widget.Toast; /** * 注销对话框 * @author Administrator ...
[ "zxflimit@gmail.com" ]
zxflimit@gmail.com
ae8bca1c5105eaa37909e609672117b460cfb56e
d60bd7144cb4428a6f7039387c3aaf7b295ecc77
/ScootAppSource/android/support/v4/view/a/z.java
cd7e52080d66e92bdd9a72f88f32de0ce72fe83e
[]
no_license
vaquarkhan/Scoot-mobile-app
4f58f628e7e2de0480f7c41998cdc38100dfef12
befcfb58c1dccb047548f544dea2b2ee187da728
refs/heads/master
2020-06-10T19:14:25.985858
2016-12-08T04:39:10
2016-12-08T04:39:10
75,902,491
1
0
null
null
null
null
UTF-8
Java
false
false
5,340
java
package android.support.v4.view.a; import android.graphics.Rect; import android.view.View; import android.view.accessibility.AccessibilityNodeInfo; final class z { public static Object a() { return AccessibilityNodeInfo.obtain(); } public static Object a(View paramView) { return AccessibilityNode...
[ "vaquar.khan@gmail.com" ]
vaquar.khan@gmail.com
4f4bf3bc6c5627dc80bffb366439f107ef50da11
b85d0ce8280cff639a80de8bf35e2ad110ac7e16
/com/fossil/dao.java
17ac2d45ba3cffef278718c3b9d15203cd723d02
[]
no_license
MathiasMonstrey/fosil_decompiled
3d90433663db67efdc93775145afc0f4a3dd150c
667c5eea80c829164220222e8fa64bf7185c9aae
refs/heads/master
2020-03-19T12:18:30.615455
2018-06-07T17:26:09
2018-06-07T17:26:09
136,509,743
1
0
null
null
null
null
UTF-8
Java
false
false
764
java
package com.fossil; import com.fossil.daj.C2602b; public final class dao implements emi<C2602b> { static final /* synthetic */ boolean $assertionsDisabled = (!dao.class.desiredAssertionStatus()); private final dam cNC; public /* synthetic */ Object get() { return akW(); } public dao(dam ...
[ "me@mathiasmonstrey.be" ]
me@mathiasmonstrey.be
2062ad3001c5e710e918aad4a7a0c05c62a393e9
70749fa5903ad075b552cfe9434af178f8758bc9
/app/src/main/java/io/github/vpaladino778/pacecalculator/ErgCalculation/ErgSplit.java
bcf202d8530ecb21592c015d8536380a03b558bc
[ "MIT" ]
permissive
vpaladino778/PaceCalculator
0ae692f1bfdf931214be807dcc638ddb675af614
734d9c8da7149132ed639d131862a55e98a7cb12
refs/heads/master
2020-03-19T07:11:11.378448
2019-10-11T15:21:49
2019-10-11T15:21:49
136,094,301
3
0
null
2018-08-14T18:40:33
2018-06-04T23:37:31
Java
UTF-8
Java
false
false
1,988
java
package io.github.vpaladino778.pacecalculator.ErgCalculation; import android.widget.EditText; import android.widget.TextView; import java.text.DecimalFormat; /** * Represents the users 500m split time. * Allows for conversion from ErgSplit to ErgTime and ErgDistance */ public class ErgSplit { private EditTex...
[ "vincent.paladino@stonybrook.edu" ]
vincent.paladino@stonybrook.edu
87703e5cad916e529b16f17c0dfc652542c13c97
08c537a7f390fbc85b40298f9595ea380e59fc8e
/app/src/main/java/com/azalea/www/piccap/PicPreViewActivity.java
076c3ed08f1a77bdb3b5e872dd2f56515c78c3da
[]
no_license
kapaseker/PicCap
47eecc2a3747408521a3c542cc3f7f6cd7d9f012
ba4cb992c0090b90d52dd189356ed8cf47cf7b7e
refs/heads/master
2021-01-10T09:38:05.538194
2015-06-11T05:24:34
2015-06-11T05:24:34
36,967,442
0
0
null
null
null
null
UTF-8
Java
false
false
1,011
java
package com.azalea.www.piccap; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class PicPreViewActivity extends ActionBarActivity { public static final String BUNDLE_PIC_FILE_PATH = "PicPreViewActivity.filepath"; @Ove...
[ "panoogunker@gmail.com" ]
panoogunker@gmail.com
6403f6f9f32ae5f4b19fae008923b55cc827e13b
7402de91eb9268dcfe26e1b91c24b1e7ede40fd8
/Keiko/src/java/net/instantcom/util/BitField.java
fee44979b59a3d622a9f874fb148a199e3c48892
[ "Apache-2.0" ]
permissive
InstantCom/Keiko
1a907fb8e00667ead7ae0149c0622e742175c5cf
92860784447e010b1a7e5525d2535811dc3e6869
refs/heads/master
2019-01-02T04:00:34.548869
2015-04-20T07:48:28
2015-04-20T07:48:28
34,246,205
5
1
null
null
null
null
UTF-8
Java
false
false
4,001
java
package net.instantcom.util; import java.io.Serializable; public class BitField implements Serializable { private static final long serialVersionUID = 20080119L; private static final int[] BITS = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; private static final int[] LAST_BYTE_FIX = { ...
[ "sasa.skevin@gmail.com" ]
sasa.skevin@gmail.com
13b580cec4a3db81b6224f4fea9b75b6fb9e1bad
e157fa3ecc29d779c8c584791bc64f61155fbc41
/android/app/src/main/java/com/dailyworkouts/MainApplication.java
7f1dc5139ea6e43640b1d029d126f242eac08849
[]
no_license
dominiclind/daily
372a074687ec259f44385173f360e212ffebddc6
f11ec4631c27b2dfc89e3c8e74eca69c9b23917c
refs/heads/master
2021-08-20T10:14:03.067341
2017-11-28T21:26:39
2017-11-28T21:26:39
111,936,325
0
0
null
null
null
null
UTF-8
Java
false
false
2,101
java
package com.dailyworkouts; import android.app.Application; import com.facebook.react.ReactApplication; import com.microsoft.codepush.react.CodePush; import com.microsoft.appcenter.reactnative.crashes.AppCenterReactNativeCrashesPackage; import com.microsoft.appcenter.reactnative.analytics.AppCenterReactNativeAnalytics...
[ "linddominic@gmail.com" ]
linddominic@gmail.com
65dfa707bb0bbe4eb5e357391f8a4881f0dc6f8d
a36d5ce588c7f9712ff2b1e1f780dd0e058cf865
/贪心/src/种花问题/CanPlaceFlowers.java
c5d360b845ac328ef91bc3397840043de2e8d1d8
[]
no_license
ThereNoTeaThisAfternoon/Algorithms
92461f5f9d8805655d705d1d28bfe4b602fe0259
cfc5743579043565a22b5972c75633f2704ea750
refs/heads/master
2023-04-13T18:50:43.266638
2021-04-18T02:18:27
2021-04-18T02:18:27
297,070,779
2
0
null
null
null
null
UTF-8
Java
false
false
2,482
java
package 种花问题; import Greedy公共方法.PublicMethod; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * FileName: CanPlaceFlowers.java * 类的详细说明 * 假设你有一个很长的花坛,一部分地块种植了花,另一部分却没有。 * 可是,花卉不能种植在相邻的地块上,它们会争夺水源,两者都会死去。 * 给定一个花坛(表示为一个数组包含0和1,其中0表示没种植花,1表示种植了花),和一个数 n 。 * 能否在不打破...
[ "1622410986@qq.com" ]
1622410986@qq.com
6f016ac36f9e0219c0d7b998109499e2505c0b9e
5262588f35289d1a0fc75a19d317daa25f6a9933
/customerhist/src/main/java/gmfd/Registerd.java
ed3d22f2efce9e616b374c0d993d3865442930fb
[]
no_license
sakata2kr/Team5
b02d6a487dbd796fda28729add0db4d06d2f4a89
cdaea4d82cd4ca55ddc6b38ee9cebf0671dd2cfb
refs/heads/main
2023-02-24T20:02:07.706111
2021-01-21T06:59:32
2021-01-21T06:59:32
330,551,104
0
0
null
null
null
null
UTF-8
Java
false
false
1,252
java
package gmfd; public class Registerd extends AbstractEvent { private Long id; private Long customerid; private String name; private String phone; private String address; private Integer age; private String status; public Registerd(){ super(); } public Long getId() { ...
[ "sakata2@gmail.com" ]
sakata2@gmail.com
17cabf5c538343c53d47c805d9100c7028e368a0
ea87cc36876ab6acdf9cd6bee7d59e85cd473c64
/app/src/main/java/com/example/smart/wishlist.java
0d86ca291210d53ddbcc455056f37d9a13818637
[]
no_license
chinmay3445/smart-basket
05686baa9ec2bb04c9ee42dc021b6ead721522a4
d085747e60581a321dd26fb3ec34d45412af3973
refs/heads/main
2023-05-31T22:06:22.950948
2021-06-10T08:58:27
2021-06-10T08:58:27
375,633,579
0
0
null
null
null
null
UTF-8
Java
false
false
3,996
java
package com.example.smart; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.content.Context; import android.content.DialogInterface; import android.os.Bu...
[ "chinmaytipugade@gmail.com" ]
chinmaytipugade@gmail.com
6e9e5005a63849e495d5696d7ecadde6a4028b7d
0df45b3fee02b8ff0481d72049ded464a98f833d
/app/src/main/java/com/carlShen/jsbridge/fmwebviewjsbridge/MainActivity.java
1ae8ac30fdb22b35249e598da1b0b63a6a6165df
[ "MIT" ]
permissive
carlSQ/FMWebViewJSBridge
6264c3e4097a3a3c61f62ef7c2372c43d73a4bf7
413b2b878c923cebe13417426994331cfa5853b4
refs/heads/master
2021-01-20T20:56:39.008732
2016-08-08T10:01:25
2016-08-08T10:01:25
64,657,331
4
0
null
null
null
null
UTF-8
Java
false
false
4,274
java
package com.carlShen.jsbridge.fmwebviewjsbridge; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.webkit.ValueCallback; import android.webkit.WebChromeClient; import android.webkit.WebView; import android.widget.Butto...
[ "qiang..shen@ele.me" ]
qiang..shen@ele.me
e3faf987a9befa7459dc02cff5c59bb0cbc1a6f6
6ef4869c6bc2ce2e77b422242e347819f6a5f665
/devices/google/Pixel 2/29/QPP6.190730.005/src/ext/gov/nist/javax/sip/header/TimeStamp.java
2bdd13cda6a55d3a42d0d2510e4e13a56bdd6ba2
[]
no_license
hacking-android/frameworks
40e40396bb2edacccabf8a920fa5722b021fb060
943f0b4d46f72532a419fb6171e40d1c93984c8e
refs/heads/master
2020-07-03T19:32:28.876703
2019-08-13T03:31:06
2019-08-13T03:31:06
202,017,534
2
0
null
2019-08-13T03:33:19
2019-08-12T22:19:30
Java
UTF-8
Java
false
false
4,122
java
/* * Decompiled with CFR 0.145. */ package gov.nist.javax.sip.header; import gov.nist.javax.sip.header.SIPHeader; import javax.sip.InvalidArgumentException; import javax.sip.header.TimeStampHeader; public class TimeStamp extends SIPHeader implements TimeStampHeader { private static final long serialVersionUID =...
[ "me@paulo.costa.nom.br" ]
me@paulo.costa.nom.br
ef6c79cdbf6d0e303c760a293e1e27a0e2a34c66
aa8a3972d192dc27805b6c564e6bd5a34eb34636
/examples/adwords_axis/src/main/java/adwords/axis/v201409/targeting/AddCampaignTargetingCriteria.java
bc340e3d12c4600afcb329856d45026859e87da2
[ "Apache-2.0" ]
permissive
nafae/developer
201e76ef6909097b07936dbc7f4ef05660fe2a26
ea3ad63c72009c83c2cdbeebfc3868905a188166
refs/heads/master
2021-01-19T17:48:32.453689
2014-11-11T22:17:32
2014-11-11T22:17:32
26,411,286
0
1
null
null
null
null
UTF-8
Java
false
false
7,827
java
// Copyright 2014 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "jradcliff@google.com" ]
jradcliff@google.com
5f2b5aea4770487790c50d1401bd47e584c9ee87
925ac84a742f94494ae079168db9b511c613cd3c
/MyLinkedList.java
c32466972d895bd435855571a3fdbda4cb732e97
[]
no_license
mwang20/RadixSort
5b1786fc3fd25e1e095f0f2e2dce64d69a02c460
04f8fc8c4b3314a04421ddad2982ceb575af1412
refs/heads/main
2023-02-21T09:03:07.954555
2021-01-20T03:32:26
2021-01-20T03:32:26
329,073,853
0
0
null
null
null
null
UTF-8
Java
false
false
3,506
java
import java.lang.IllegalArgumentException; public class MyLinkedList{ private int size; private Node start,end; public MyLinkedList(){ size = 0; start = null; end = null; } public int size(){ return size; } public boolean add(String value){ Node node = new Node(value); if...
[ "mwang20@stuy.edu" ]
mwang20@stuy.edu
1bb3d8e4043d8dcb28c0f39892e361460de782bf
2999da83ea54ad656250f050c48ccbe7485119fc
/app/src/main/java/com/conan/xconan/download/db/DownDbManager.java
cedf063412a55bc6429b933ec8fbc77b9d92fc2c
[]
no_license
wjyconan/Xconan
96586c98f6e9d9d0d0e12f74420a8cce6cc64b8d
d9400fb782db04640e10b2baabd6df53f3e0687b
refs/heads/master
2021-01-22T02:40:13.773801
2017-02-06T08:20:41
2017-02-06T08:20:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,038
java
package com.conan.xconan.download.db; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import com.conan.xconan.download.core.DownTask; import com.conan.xconan.download.mode.DownProgress; import com.conan.xconan.download.mode.DownRecord; import com.conan.xc...
[ "673665678@qq.com" ]
673665678@qq.com
d55168ad3f810fa56ff7e4bd22f580a621e65896
7f3847b4f29dd30c6492794afc24eaeb6682f3fa
/app/src/main/java/checklist/args/def/ArgsBlockDef.java
3713369e7a8baddd76ea7c4c5fa79f7037346f9c
[ "MIT" ]
permissive
anton0xf/checklist
4ac91bdd091d6874449888986d205cc1f9814aeb
6cd7d5dbcd2f1874b07a1e38e9852efa1314dfe2
refs/heads/main
2023-04-18T04:30:49.204433
2021-05-02T21:32:34
2021-05-02T21:32:34
330,450,003
0
0
MIT
2021-04-21T07:30:51
2021-01-17T17:42:46
Java
UTF-8
Java
false
false
5,861
java
package checklist.args.def; import java.util.function.Function; import java.util.function.Predicate; import checklist.args.ArgParseException; import checklist.args.OptionsUtil; import checklist.args.val.ArgsBlockVal; import checklist.args.val.OptionArgVal; import checklist.args.val.PositionalArgVal; import checklist....
[ "anton0xf@gmail.com" ]
anton0xf@gmail.com
924934fce641111c6ffeffe3b4a7569bcd3e331f
43669aab9f9fd22cbca4c6f2fdebfc8ed2159e05
/src/main/java/com/springboot/demo/entity/mongo/ProvinceYearGdp.java
2be05da4cee93641d8a11d47398934a7dddbd455
[]
no_license
zwj499/demo
6f593748136f7808e0c0e78556b8a52033723c9c
abeb939b13574c9f0cb7c8269ff3a9297fb2921b
refs/heads/master
2022-06-29T18:46:24.361464
2020-11-06T09:51:46
2020-11-06T09:51:46
244,869,809
0
0
null
2022-02-09T22:06:13
2020-03-04T10:19:35
Java
UTF-8
Java
false
false
1,062
java
package com.springboot.demo.entity.mongo; import org.apache.commons.lang3.StringUtils; /** * @author zwj * @since 1.0 */ public class ProvinceYearGdp { private String province; private Integer year; private Double value; private String unit = "万亿"; public String getProvince() { return ...
[ "499930612@qq.com" ]
499930612@qq.com
08a5bfa917152b4c578e339d0a9ae66ee26e85e4
bbf5a755c31512dddc5999284921d394bf203e5c
/JavaExperiments/src/tyagiabhinav/leetcode/FourSum.java
daa38369ad8c4cc00e1354f495107454e0b2c37f
[ "MIT" ]
permissive
abhi007tyagi/JavaExperiments
e762a756ebe24724c5c5ac2cfc41c785c9072286
65fdd9bb982189babefbb9912cae9f1d3979731f
refs/heads/master
2022-02-26T07:45:34.240518
2022-02-11T16:11:28
2022-02-11T16:11:28
57,456,900
1
0
null
null
null
null
UTF-8
Java
false
false
1,082
java
package tyagiabhinav.leetcode; import java.util.*; public class FourSum { public static List<List<Integer>> fourSum(int[] nums, int target) { int size = nums.length; if (size < 4) return new ArrayList<>(); Arrays.sort(nums); Set<List<Integer>> set = new HashSet<>(); for (i...
[ "abhi007tyagi@yahoo.co.in" ]
abhi007tyagi@yahoo.co.in
a3806009e7d1ee3ec50a2ea0eac07bf32bcbead8
222967e9d652382604a856766ca0fedf7893db56
/wordnet-lib/src/main/java/kpaschal/wordnet/domain/semantics/path/RelationCAPath.java
063f6a5aaffdf648d5dc4a5ef8c058686f525253
[]
no_license
kpaschal/wordnet
0d5e61e928e94748840e12b3811bdb0572d44adb
94d925deb94a58ad752d8eac34fdcb5542bfe8c8
refs/heads/master
2020-03-19T07:42:43.808516
2018-06-16T03:54:59
2018-06-16T03:54:59
136,142,408
0
0
null
null
null
null
UTF-8
Java
false
false
1,537
java
package kpaschal.wordnet.domain.semantics.path; import kpaschal.wordnet.domain.semantics.node.RelationNode; import kpaschal.wordnet.domain.semantics.node.RelationNodeList; /** * * @author */ public class RelationCAPath extends RelationPath { int anchestorIndex_; public RelationCAPath() { ...
[ "noreply@github.com" ]
kpaschal.noreply@github.com
173a20f6daefce2133fee66db02a5c5e3048f46d
c3ce97e279ef4dea8d76b3ad373d91517dcd8830
/gen/com/example/touchtest/BuildConfig.java
ca85f6f5394c5d15a41ba378fb331af19955271a
[]
no_license
ponJuice/TouchTest
67843a042ca980adbbc6d5263705da78c5a019e8
445a69da3bbeb5e645421e0c403729e3d20ca0e9
refs/heads/master
2021-01-20T17:32:49.388026
2016-07-08T07:11:57
2016-07-08T07:11:57
62,867,061
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
/** Automatically generated file. DO NOT MODIFY */ package com.example.touchtest; public final class BuildConfig { public final static boolean DEBUG = true; }
[ "matsu_tetsu_tty@yahoo.co.jp" ]
matsu_tetsu_tty@yahoo.co.jp
ea230b9b877c791eccd3f53305b9c5d7cc232350
15e2cdbd472781c1d050dbef9cf811750ea0315d
/alfresco-integration/src/main/java/com/github/dynamicextensionsalfresco/osgi/Configuration.java
3c67d7832e0cac8bc8e8401c20ea5815466410de
[ "Apache-2.0" ]
permissive
tom-vandepoele/dynamic-extensions-for-alfresco
fd7453f8ab5d159f1a39e64269ee5259064296cf
82d21f6b85d6e09a81cdb26f7d270fccc009a676
refs/heads/master
2021-01-02T05:38:05.497394
2020-01-17T10:52:26
2020-01-17T10:52:26
239,513,196
0
0
Apache-2.0
2020-02-10T13:03:20
2020-02-10T13:03:19
null
UTF-8
Java
false
false
2,091
java
package com.github.dynamicextensionsalfresco.osgi; import java.io.File; /** * Value object representing the OSGi container configuration; */ public class Configuration { private static final String TMP_DIR = "java.io.tmpdir"; private boolean frameworkRestartEnabled = true; public boolean getFrameworkRe...
[ "zlatin.todorinski@xenit.eu" ]
zlatin.todorinski@xenit.eu
510cd9a80bae96bdff7d840566a09c838c93685d
3864b51de244041791ab1b896e9b56eef94477b6
/concurrency/src/main/java/ru/job4j/concurrency/training/threadfactory/Main.java
4b3885e5ee05f2f61b7a989a33a43c42d4fdeb62
[]
no_license
mankokolya/job4j_middle
0a7b88a27238b2df78f75acc10c386c37cb165d6
1c892a107b9b9ad8fab2a105f758e47a77db76a5
refs/heads/master
2023-01-27T21:24:03.803435
2020-12-17T21:41:07
2020-12-17T21:41:07
308,041,947
0
0
null
null
null
null
UTF-8
Java
false
false
537
java
package ru.job4j.concurrency.training.threadfactory; public class Main { public static void main(String[] args) { MyThreadFactory factory = new MyThreadFactory("MyThreadFactory"); Task task = new Task(); Thread thread; System.out.println("Starting the Threads\n"); for (int i...
[ "mankokolya@gmail.com" ]
mankokolya@gmail.com
3988a01510d856df11c78b698e3f0afb0749aa6f
2aa86170dbaa2c08ef8bb3ba6af61cb124223bae
/worksheet/src/main/java/org/library/worksheet/cellstyles/WorkSheet.java
926606f56403a3a32c98c92dcbe6e76e3310ef6a
[ "Apache-2.0" ]
permissive
john-julius/worksheet
844f097185c504279a1a2b4f50fe7ba0f47e3fdc
85dcf7d64fe1cfa90bf1e6d4d3eb0768e6240aa6
refs/heads/master
2022-12-13T11:56:33.697372
2020-09-03T07:03:26
2020-09-03T07:03:26
292,296,848
0
0
Apache-2.0
2020-09-02T13:52:21
2020-09-02T13:52:21
null
UTF-8
Java
false
false
4,007
java
package org.library.worksheet.cellstyles; import android.content.Context; import org.library.worksheet.ExcelBookImpl; import java.io.IOException; import java.util.List; import java.util.Map; public class WorkSheet { private List<?> objects; private List<Map<String, List<?>>> map; private String path; ...
[ "=" ]
=
f4947c90e9aa875d6f84e5eeb4162d3b5a1fcbcb
33f83d1bd89be63fe16036d1d5a2fb00c7c1cf28
/CustomAuthFailureHandler.java
13f78992eb9cfec408033598157ed1d639b41155
[ "Unlicense", "MIT" ]
permissive
nikhilg85/peerhuntr
ebbb6687919011e5655005139ff784ded294415e
44f258e66fa4216a1cedeac54379fa46b56e6670
refs/heads/master
2020-03-24T03:33:21.258173
2018-09-07T11:15:03
2018-09-07T11:15:03
142,424,146
0
0
null
null
null
null
UTF-8
Java
false
false
1,784
java
package com.infodart.peerhuntr.spring.config.security; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.security.core.AuthenticationException;...
[ "noreply@github.com" ]
nikhilg85.noreply@github.com
67e7aa7598bb48a5c0f765721c22220c644ba04b
64c495510a349aac8ca67cab242ca5d49c6cca9e
/app/src/main/java/com/nohttp/download/SyncDownloadExecutor.java
74e7047ab85e179c537001b1bed7caddca6781c2
[]
no_license
payencai/YunCheBao
6b303e1ccc74f85a168c948ddd796785758e010f
6870976cdda81a4cdf6835733c9d04b4c6c5478b
refs/heads/master
2020-04-15T18:11:04.702963
2019-06-20T10:50:48
2019-06-20T10:50:48
164,904,559
1
0
null
null
null
null
UTF-8
Java
false
false
1,312
java
/* * Copyright © Yan Zhenjie. All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "771548229@qq.com" ]
771548229@qq.com
1576869afc307c94b19087116b99345358c855dc
0a4d4b808ee0724114e6153c1204de4e253c1dcb
/samples/135/a.java
8147f67541a809465a46d7c76b078bcdc667a4bb
[ "MIT" ]
permissive
yura-hb/sesame-sampled-pairs
543b19bf340f6a35681cfca1084349bd3eb8f853
33b061e3612a7b26198c17245c2835193f861151
refs/heads/main
2023-07-09T04:15:05.821444
2021-08-08T12:01:04
2021-08-08T12:01:04
393,947,142
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
class Functions { /** Returns the identity function. */ // implementation is "fully variant"; E has become a "pass-through" type @SuppressWarnings("unchecked") public static &lt;E&gt; Function&lt;E, E&gt; identity() { return (Function&lt;E, E&gt;) IdentityFunction.INSTANCE; } }
[ "hayeuyur@MacBook-Pro.local" ]
hayeuyur@MacBook-Pro.local
e5f12317682a204af937311fa01846be0136186b
2c02b6ed8affe6a261a1692d386015e33185ada2
/src/galaxy/gabrielblink/galaxymambascore/Main.java
79d013521e9faf7e09486209e3a8934e9d5e2e1b
[]
no_license
GabrielAtlas/GalaxyMambaScoreBoard
885830bae7294ea4ebe927e5396b84af691e87dd
3c90f4db9cb7c9d1d6c6ea400ebc1a899662c122
refs/heads/master
2021-10-25T07:47:17.608680
2019-04-02T22:31:06
2019-04-02T22:31:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,559
java
package galaxy.gabrielblink.galaxymambascore; import java.io.File; import java.nio.charset.Charset; import org.black_ixx.playerpoints.PlayerPoints; import org.bukkit.Bukkit; import org.bukkit.plugin.Plugin; import org.bukkit.plugin.RegisteredServiceProvider; import org.bukkit.plugin.java.JavaPlugin; import com.googl...
[ "blinkplaygm@gmail.com" ]
blinkplaygm@gmail.com
cb56fc65c8c02450fe3b621834063beab5cb9c0b
dcea0c771ba995001c4b9ac8247e19b54908dde0
/app/src/main/java/fr/blahrache/hy/lapitchat/StatusActivity.java
8895ed1632e7dfb086d21513c488acab03c2841d
[]
no_license
Newstarstart/LapitChat
e31b54fc74a46ace8f116ad67e77e667548ecc45
2722b72d8ab04220f0e993cd1ebcad451cf98471
refs/heads/master
2021-05-13T14:44:38.060602
2018-01-09T01:20:20
2018-01-09T01:20:20
116,748,370
0
0
null
null
null
null
UTF-8
Java
false
false
3,402
java
package fr.blahrache.hy.lapitchat; import android.app.ProgressDialog; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.text.TextUtils; import android.view.View; import android.widget.Button; im...
[ "lahrachebachir@gmail.com" ]
lahrachebachir@gmail.com
628de63e2cffc3241f79b54ff6ac5b4dc863cc1f
4bed099200674d583d402abd6fab609233f543e9
/src/main/java/domain/Panel.java
6e7847cf302a2e2f0d668036b02eadd884449fc6
[]
no_license
joslarmorETSII/Acme-Style
fb37f4d5b71ad081f1db3f6f213c6f830000c94e
b122f98249aed2b5426fcd9c88d191a9600e47a4
refs/heads/master
2020-03-17T07:39:17.890495
2018-06-08T17:52:17
2018-06-08T17:52:17
133,407,362
0
1
null
null
null
null
UTF-8
Java
false
false
1,332
java
package domain; import org.hibernate.validator.constraints.NotBlank; import org.hibernate.validator.constraints.SafeHtml; import javax.persistence.*; import javax.validation.Valid; import javax.validation.constraints.NotNull; import java.util.Collection; @Entity @Access(AccessType.PROPERTY) public class Panel extend...
[ "yastaz1@alum.us.es" ]
yastaz1@alum.us.es
b8bceeec742d3dbca15f529da7e8c1d6c138ef3f
4bc963faf108b50aa14a8b537cc513015ad92e13
/app/src/main/java/com/hwang/min81/fullcount/Inning.java
2abdb5b9e1bd98f49ffd1bff9a1687d1897a0808
[]
no_license
minhwang/smart_umpire_android
7315a7e65b78c752c51e5f31c583c4e3cb527530
df9b99dcfaa616d2405c41cb0a92fcf43d6191e1
refs/heads/master
2021-01-10T06:42:44.868483
2016-03-10T01:19:09
2016-03-10T01:19:09
43,754,114
0
0
null
null
null
null
UTF-8
Java
false
false
1,200
java
package com.hwang.min81.fullcount; /** * Created by min on 2016. 1. 9.. */ public class Inning { private int inning; private boolean isTop; public Inning() { setInning(0); setIsTop(true); } public Inning(int inning, boolean isTop) { setInning(inning); setIsTop(isT...
[ "min81.hwang@gmail.com" ]
min81.hwang@gmail.com
e79713ee1af5567fe9474c80fe89024e924b7d84
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/28/28_c8e504cb9ab788d14767124d4eefa23234a24a49/AntlrParserPlugin/28_c8e504cb9ab788d14767124d4eefa23234a24a49_AntlrParserPlugin_t.java
2a9c1065fd9d02c60ee51c06bc6b6f377c4f8a99
[]
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
106,847
java
/* * Copyright 2003-2007 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 requi...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
49b0e509a0a814513e294aa01f302131b9290899
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_431b6c9322e844225fda7e1faa1cd9a7e04a39e8/MessageDownloadThread/7_431b6c9322e844225fda7e1faa1cd9a7e04a39e8_MessageDownloadThread_t.java
e9defb69c3487707e828013bc0234885960ae9f3
[]
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
19,682
java
/* MessageDownloadThread.java / Frost Copyright (C) 2001 Jan-Thomas Czornack <jantho@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of th...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
43565b19853d1d58a05ee2c92d4c302165eed5e1
eac06e3b1627e3b76b07aea3c1d799fb3f7cb1f1
/android/app/src/main/java/com/rnniubiz/NiubizModule.java
4f9d4e3f8d3d5d2036b400d5cb10024bc5fbf7be
[]
no_license
ksandon/NiubizReactNative
e064fcebd58dc6067d6b2fe32e6464152998afba
ccb10bf26123de63b4f602f936d0b29c775a34ab
refs/heads/master
2023-07-01T11:53:29.727304
2021-07-18T07:43:29
2021-07-18T07:43:29
387,071,703
0
0
null
null
null
null
UTF-8
Java
false
false
3,432
java
package com.rnniubiz; import android.app.Activity; import android.content.Intent; import android.util.Log; import androidx.annotation.NonNull; import com.facebook.react.bridge.ActivityEventListener; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.faceboo...
[ "kevin_sp6@hotmail.com" ]
kevin_sp6@hotmail.com
5be554c3a50f02d0188534d2c8ac440efc318217
4b42a40e006d88e0159bc607c019b22e2b0fc6ce
/src/CAD.java
73be3e937959c892c1a4e524dff56d4b0207e219
[]
no_license
mclindino/Quine-McCluskey
ae092e4cbc3dd381f3cb264b1bd786cdc95fd9ae
0c3ba57abc195039118a79eb351370f52eaab31d
refs/heads/master
2020-07-31T02:55:56.275334
2019-09-23T22:02:33
2019-09-23T22:02:33
210,460,024
0
0
null
null
null
null
UTF-8
Java
false
false
6,696
java
package FerCAD; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Scanner; public class CAD { public static List<String> getLetters() { List<String> v = new ArrayList<>(); v.add("a"); v.add("b"); v.add("c"); v.add("d"); return v; } public static String ...
[ "noreply@github.com" ]
mclindino.noreply@github.com
3e3dddde0acd7a0eb710bc9fa44cfb4bf7639a95
a5cd88d80d2c6af43528153199c86eacbea22f55
/java/2. Add Two Numbers.java
1880b6aa78c53a057616dc45eba50b07e7563eba
[]
no_license
qingmm/leetcode
c23a674a9051227b26288105482f99ce128abb00
ae2ac905cb6ad216e554332388f1ec37e45ed0df
refs/heads/master
2020-03-11T15:14:55.444601
2018-09-23T13:58:22
2018-09-23T13:58:22
130,078,586
0
0
null
null
null
null
UTF-8
Java
false
false
718
java
/** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { val = x; } * } */ class Solution { public ListNode addTwoNumbers(ListNode l1, ListNode l2) { ListNode cur = new ListNode(0), l3 = cur; int carry = 0; while(l1...
[ "noreply@github.com" ]
qingmm.noreply@github.com
ecde965abef4f0970e7ca0631bb36c8aa0982ca8
d5c16c604fd6c9a7741cdd554fa20373de61832f
/zookeeper_book/src/main/java/book/chapter05/$5_4_1/Get_Children_Sample.java
ef71f0775120b0f668601661a284581fa57d32ea
[]
no_license
sunbaolong/study
0ca132795d85c493746715ff912225a438cf3dac
07ed461e9fc6461811879a841fda27a48887a312
refs/heads/master
2021-09-20T22:58:44.680305
2018-08-16T09:51:59
2018-08-16T09:51:59
109,987,429
0
0
null
null
null
null
UTF-8
Java
false
false
1,138
java
package book.chapter05.$5_4_1; import java.util.List; import book.ConnectUtil; import org.I0Itec.zkclient.IZkChildListener; import org.I0Itec.zkclient.ZkClient; // ZkClient获取子节点列表。 public class Get_Children_Sample { public static void main(String[] args) throws Exception { String path = "/zk-book"; ...
[ "sunbaolong@daojia.com" ]
sunbaolong@daojia.com
8ba5e15d6e38cc5aedc4a51301aa33b224990fde
e88fa8e7a2fc8b91c24922b624a18b68772832de
/v-ol2/src/test/java/org/vaadin/vol/demo/SelectMultipleVectorLayers.java
a615517c9aae64d47621eb565e4cb5838d7a6d3e
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mstahv/v-ol2
73dd031e7b6a22bcfa7653fe6c98a00abff977e5
1f0f9b270badf7fce691df94afa86691167ba2ab
refs/heads/master
2020-12-03T10:24:50.853688
2016-01-08T15:12:32
2016-01-08T15:12:32
49,279,084
0
0
null
2016-01-08T15:18:21
2016-01-08T15:18:21
null
UTF-8
Java
false
false
4,758
java
package org.vaadin.vol.demo; import com.vaadin.data.Property.ValueChangeEvent; import com.vaadin.data.Property.ValueChangeListener; import com.vaadin.ui.CheckBox; import com.vaadin.ui.Component; import com.vaadin.ui.HorizontalLayout; import com.vaadin.ui.Label; import com.vaadin.ui.Notification; import com.vaadin.ui.V...
[ "spatialguru.net@gmail.com" ]
spatialguru.net@gmail.com
1d072014bdcd4b1e542a7a23f23052826ac13489
af8542364da07adb69b59438cb28011ff4fdc2ab
/src/com/project/controller/TicTacToeView.java
ac963b94c065cdf030e9838c6f2934ce34ca56c8
[]
no_license
prashantbasnet94/JunitTest
8ab8408a4f6d0c59c78b7bd890e2980e0d772b00
6ee62404f3b3f7b2f16463f6e8d065e7010a8d4f
refs/heads/master
2020-12-29T21:13:40.828014
2020-02-21T06:13:37
2020-02-21T06:13:37
238,734,020
0
0
null
null
null
null
UTF-8
Java
false
false
678
java
package com.project.controller; public class TicTacToeView { public static void printBoard( int [][] matrix ){ for( int row = 0; row < matrix.length; row++ ){ for( int col = 0; col < matrix[row].length; col++ ){ // Uses the "global" constants to print out appropriate letter. ...
[ "30943807+prashantbasnet94@users.noreply.github.com" ]
30943807+prashantbasnet94@users.noreply.github.com
6ee38ab7b5d9b3f3397e94c1986a37be0c138014
ffbdbdbbd94592081310541959066d0e3ce96631
/Cell.java
4e1d952de2cd5c30f8dc49649f89a2adf4b80dd8
[]
no_license
GangulyYadav/Java-Programs
977a20ce995acd5a240bd11ad9e4336507ae4035
43768fea85b0b39333caa4593bdb439abf0dea3d
refs/heads/master
2023-08-05T02:26:15.660633
2021-09-18T08:56:55
2021-09-18T08:56:55
407,808,617
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
// Java program to create CellPhone class with methods printing ringing and vibrating methods // CWH practice set 8 question 2 // By Ganguly Yadav // 26th July 2021 class CellPhone{ public void ringing(){ System.out.println("Ringing..."); } public void vibrating(){ System.out.println("Vibrat...
[ "yadavganguly77@gmail.com" ]
yadavganguly77@gmail.com
b4d2a378472c4ffe3c97b14fcbfb3ca2ed95ea23
9db1ce61724ef2b5d394b7c8dc7968158824b83d
/src/test/java/org/keyko/retirement/domain/PurchaseTest.java
252bde4f8e99802809145ca72cb36f435140d6ae
[]
no_license
kombucha-java/retirement
efee3d2551cc0c9759cafec4d557c8586549f4f9
cf0bc8587c2f5a1e878fe7d436fe4d334af0f5f5
refs/heads/master
2023-04-11T04:08:49.743204
2021-04-26T15:30:23
2021-04-26T15:30:23
361,800,951
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
package org.keyko.retirement.domain; import static org.assertj.core.api.Assertions.assertThat; import org.junit.jupiter.api.Test; import org.keyko.retirement.web.rest.TestUtil; class PurchaseTest { @Test void equalsVerifier() throws Exception { TestUtil.equalsVerifier(Purchase.class); Purcha...
[ "kombucha.java@yandex.ru" ]
kombucha.java@yandex.ru
25872880f685576af9da98501a7fb81cfeb6846d
5b9a04d3c911c16aba63258d48606d6ea364a6da
/distribution_inventory/modules/inventory/app/dto/product_inventory/ProductInventoryDetailDto.java
a28e80213231991d396692d7b2d755e98761844b
[ "Apache-2.0" ]
permissive
yourant/repository1
40fa5ce602bbcad4e6f61ad6eb1330cfe966f780
9ab74a2dfecc3ce60a55225e39597e533975a465
refs/heads/master
2021-12-15T04:22:23.009473
2017-07-28T06:06:35
2017-07-28T06:06:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,579
java
package dto.product_inventory; /** * @author longhuashen * @since 2016/12/13 */ public class ProductInventoryDetailDto { private String account; private String sku; private Integer warehouseId; private String warehouseName; private Integer isGift; private Integer expirationDateSort;// ...
[ "3002781863@qq.com" ]
3002781863@qq.com
298b309353345661ea29890dea277ed57d0a4716
99c7920038f551b8c16e472840c78afc3d567021
/aliyun-java-sdk-dts-v5/src/main/java/com/aliyuncs/v5/dts/model/v20200101/DescribeSubscriptionInstanceStatusResponse.java
4ddcee638266c313ba8652e0f731651b5f0b50c1
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk-v5
9fa211e248b16c36d29b1a04662153a61a51ec88
0ece7a0ba3730796e7a7ce4970a23865cd11b57c
refs/heads/master
2023-03-13T01:32:07.260745
2021-10-18T08:07:02
2021-10-18T08:07:02
263,800,324
4
2
NOASSERTION
2022-05-20T22:01:22
2020-05-14T02:58:50
Java
UTF-8
Java
false
false
7,371
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
76cf1dd608e977d6870f07c6d5d432a535c36e54
463562b9797bf0318850bf4714c73b52eb283974
/app/src/main/java/com/wangyh2116/sunnyweather/logic/model/dailyresponse/LifeIndex.java
f98e78fc42c419f5ae348628d8cfdc8723445dc0
[ "Apache-2.0" ]
permissive
Android-keki-Ading/SunnyWeather2
8492af9e9eb4682a3972ff4d1a91774322a52409
143799cd83a68a0ed869338a95ae69aa2fce4d50
refs/heads/main
2023-02-13T16:02:52.088008
2021-01-06T03:32:39
2021-01-06T03:32:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
939
java
package com.wangyh2116.sunnyweather.logic.model.dailyresponse; import java.util.List; public class LifeIndex { private List<LifeDescription> coldRisk; private List<LifeDescription> carWashing; private List<LifeDescription> ultraviolet; private List<LifeDescription> dressing; public LifeIndex(List...
[ "17843107345@163.com" ]
17843107345@163.com
af103356662842603d7dcc0356d6a5668e7cb9c4
e0a87d0e197f3c2420289ee6b742e3e1508c549e
/src/main/java/com/example/entity/InvoiceReceiveInfo.java
915127ddf561ea174de4a7450c8e1e7efc1d2fcf
[]
no_license
kongad/engineer0
d8a8961ba0de5eb8b248cf97e0af69bf9e6fbc91
d70d0f7025288c3db479df9c71dee04933dcb7c8
refs/heads/master
2022-12-28T09:45:43.139974
2020-10-05T02:33:43
2020-10-05T02:33:43
303,316,097
1
0
null
null
null
null
UTF-8
Java
false
false
4,095
java
package com.example.entity; import java.io.Serializable; /** * 发票收票登记表(InvoiceReceiveInfo)实体类 * * @author makejava * @since 2020-10-05 10:18:36 */ public class InvoiceReceiveInfo implements Serializable { private static final long serialVersionUID = 808341848716170939L; /** * 编号 */ private In...
[ "15072273853@163.com" ]
15072273853@163.com