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
533a3072f08b5c59ba5bf5ccc5bc1a3560ea01b3
5bd81f1d0e1e8ca3e9c96810f8639de7906f56b7
/work-14/src/main/java/ru/otus/work14/config/ItemReaderConfig.java
8e5b970ac51b0d48aeb3dce8ef4013c10e5ebfc5
[]
no_license
mgilivanov/2019-11-otus-spring-GilivanovM
770c398e14de3b2ec0e439fee06883c14a787b3d
73b8f70a193dee85e8cd2f422e054551b5436f36
refs/heads/master
2022-09-20T07:14:13.900313
2020-06-01T08:37:33
2020-06-01T08:37:33
225,004,561
0
0
null
2022-09-08T01:09:45
2019-11-30T11:52:17
Java
UTF-8
Java
false
false
1,416
java
package ru.otus.work14.config; import lombok.RequiredArgsConstructor; import org.springframework.batch.core.configuration.annotation.StepScope; import org.springframework.batch.item.data.MongoItemReader; import org.springframework.batch.item.data.builder.MongoItemReaderBuilder; import org.springframework.context.annot...
[ "maratgilivanov@yandex.ru" ]
maratgilivanov@yandex.ru
93559a42fca8d2f002bf89b7a557922b89a7e6b9
6b1f9865707e2151d140fc81f8c8be54e0402069
/main/java/com/ex/Order.java
2143cf95a23a7aa3210e51ab3b2fcef54c8fead7
[]
no_license
Bdvoga/spring
8d111478c43c4dd00e6ea458f6a192a172695d29
3185b9117f34911c46fa04137e2617b5208d3c07
refs/heads/master
2023-03-30T22:24:24.945393
2021-03-24T17:56:23
2021-03-24T17:56:23
346,493,425
0
0
null
null
null
null
UTF-8
Java
false
false
40
java
package com.ex; public class Order { }
[ "samib@mail.ru" ]
samib@mail.ru
ff011327e6b623fa99a2db3fb6e1983cdf4b1cc3
31694ab52b873c4bc1e1adf9804cecea24918fa9
/graqulus-generator-java/src/main/resources/trimou/java/imports.trimou.java
5f0fb530e49bab3ff70df4c9245ce25f4f42f9c4
[ "Apache-2.0" ]
permissive
hwellmann/org.ops4j.graqulus
9704473afd207c4838a1d3acb9d248f4c1cd3bc3
fa06173cbcf09ff46eca632f87de77c0cdcdc3c7
refs/heads/master
2022-10-05T06:01:43.001582
2019-11-06T15:15:12
2019-11-06T15:15:12
161,987,188
0
0
Apache-2.0
2022-09-16T21:07:14
2018-12-16T09:47:05
Java
UTF-8
Java
false
false
43
java
{{#imports}} import {{this}}; {{/imports}}
[ "harald.wellmann@gmx.de" ]
harald.wellmann@gmx.de
85ce05813ab9f975479450650994cd958d482c68
99c03face59ec13af5da080568d793e8aad8af81
/hom_classifier/2om_classifier/scratch/AOIU19AOIU4/Pawn.java
b94ec0f3554b854eb6e165b7b86ddd8fa65b71fe
[]
no_license
fouticus/HOMClassifier
62e5628e4179e83e5df6ef350a907dbf69f85d4b
13b9b432e98acd32ae962cbc45d2f28be9711a68
refs/heads/master
2021-01-23T11:33:48.114621
2020-05-13T18:46:44
2020-05-13T18:46:44
93,126,040
0
0
null
null
null
null
UTF-8
Java
false
false
3,759
java
// This is a mutant program. // Author : ysma import java.util.ArrayList; public class Pawn extends ChessPiece { public Pawn( ChessBoard board, ChessPiece.Color color ) { super( board, color ); } public java.lang.String toString() { if (color == ChessPiece.Color.WHITE) { ...
[ "fout.alex@gmail.com" ]
fout.alex@gmail.com
1373e11823ee4dafebca2d79ea1366cb436c7ee4
24643916cd1515911b7837ce81ebd17b0890cc81
/packages/apps/iSMS/src/com/hissage/util/queue/NmsMessagePump.java
7d078b35d83e4dac24bb4c7e969d3c4712fe5dd7
[ "Apache-2.0" ]
permissive
touxiong88/92_mediatek
3a0d61109deb2fa77f79ecb790d0d3fdd693e5fd
5e96a7bb778fd9d9b335825584664e0c8b5ff2c7
refs/heads/master
2020-05-02T10:20:49.365871
2019-04-25T09:12:56
2019-04-25T09:12:56
177,894,636
1
1
null
null
null
null
UTF-8
Java
false
false
1,487
java
package com.hissage.util.queue; //import packages. import java.util.Vector; import com.hissage.util.log.NmsLog; public final class NmsMessagePump { // data member of message pump. private Vector<NmsMessage> cmdQueue = new Vector<NmsMessage>(); public NmsMessage getMessage() { NmsMessage msg = n...
[ "sunhouzan@163.com" ]
sunhouzan@163.com
d029dae4fdaa83cdeefc15945f736099d08a41db
4e5d5b2cf98cddc8fdce3aa74eda71f747a4730e
/src/main/java/com/smzh/thread/t2/TestBusiness.java
2590cdf64079a9070d05a8bd01767fc0e58901ae
[]
no_license
yuzhenjun/jdk-sources
b5b251c73df05dfc5f5d88aff099e33aca02262f
09da2e70450eecd1b3fc4d80f83362538f47bccc
refs/heads/master
2020-05-30T18:50:47.852525
2015-08-10T05:13:28
2015-08-10T05:13:28
34,654,735
0
0
null
null
null
null
UTF-8
Java
false
false
691
java
/** * @title TestBusiness.java * @package com.smzh.thread.t2 * @projectName jdk-sources * @author zhenjun.yu * @date 2015年5月25日 下午6:06:14 */ package com.smzh.thread.t2; /** * @author zhenjun.yu */ public class TestBusiness { /** * @param args */ public static void main(String[] args...
[ "zhenjun.yu@sihuatech.com" ]
zhenjun.yu@sihuatech.com
b5cd41da0abcb49adea22d76c77140f373055cd1
7b065ab5fc40976bffbb9087d3d3440fd8097838
/app/src/main/java/com/example/movienightplanner/EventDateTime.java
4ab7200a4422f8bcb91b96d9dbbab45b11d206a5
[]
no_license
Peter-Program/MovieNightPlannerApp
9a38154c546231a355c5c0ec8a999f87d8a09848
637e152a79f5826c4225c636aad5bbad2f09611e
refs/heads/master
2020-06-15T03:50:19.021567
2019-07-04T08:00:54
2019-07-04T08:00:54
195,195,898
0
0
null
null
null
null
UTF-8
Java
false
false
2,806
java
package com.example.movienightplanner; import android.util.Log; public class EventDateTime { int day; int month; int year; int hour; int minute; public EventDateTime(int day, int month, int year, int hour, int minute) { this.day = day; this.month = month; this.year = y...
[ "peterkderasmo@gmail.com" ]
peterkderasmo@gmail.com
dfaa6f5771f8fe3f6da90087993adf99709b9a36
81a410bb85d1e307b06efbc75ff47d513b6de666
/app/src/main/java/stark/skshare/demo/WeiboShareActivity.java
c659744743a6b40c73158807fa49325fecfecea9
[ "Apache-2.0" ]
permissive
jhwing/SKShare
bf5f32dc37f2de1b50c30f22119ed46ecd2d3425
f692852c7e2d6f21a218868240462c0587a390e2
refs/heads/master
2020-05-21T20:08:58.779227
2017-03-01T10:10:29
2017-03-01T10:10:29
65,266,193
5
6
null
null
null
null
UTF-8
Java
false
false
3,262
java
package stark.skshare.demo; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.ImageView; import stark.skshare.SKShare; import s...
[ "jhwing@163.com" ]
jhwing@163.com
0ac97bc3e69ce798c855dc8f33be819a96c1d6a8
1da2b66632d3ebe6a0c6f9566caaa52b1ef88cb1
/src/metro/Metro.java
4bac145b1e3e71a403da66cdad743a0bde750b6d
[]
no_license
mocodertz/metroui
16fe9a81f31de5e748f886410d70847d58283d84
5f8122a17c9fa9926632406e9e4bbafde98ab3e5
refs/heads/master
2020-03-30T08:20:44.387345
2018-09-30T23:06:55
2018-09-30T23:06:55
151,007,748
0
0
null
null
null
null
UTF-8
Java
false
false
12,645
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 metro; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx...
[ "mocoder1956@ou.com" ]
mocoder1956@ou.com
11acfc7afc5f5c14d6fc86d619a86114e28f0738
63245155f916fc51625dab1c0c99eb6837616c23
/app/src/main/java/com/framgia/wsm/screen/managelistrequests/memberrequestdetail/MemberRequestDetailViewModel.java
99bff1bf67ed426ddb135a8537d388b00e015c22
[]
no_license
AppSecAI-TEST/wsm_android
263e1302047c8b5e46e7f72f8ff86f66d6da3a66
0208c08608a8a34557333dc2df53bf2ba8d4f465
refs/heads/develop
2021-01-16T11:39:52.551496
2017-08-11T04:15:27
2017-08-11T04:15:27
100,002,193
0
0
null
2017-08-11T07:00:35
2017-08-11T07:00:35
null
UTF-8
Java
false
false
37,027
java
package com.framgia.wsm.screen.managelistrequests.memberrequestdetail; import android.content.Context; import android.databinding.BaseObservable; import android.databinding.Bindable; import android.support.annotation.IntDef; import android.support.annotation.StringDef; import android.support.v4.app.Fragment; import co...
[ "thuanpx1710@gmail.com" ]
thuanpx1710@gmail.com
e8067138e01da62b56b8b141eae22c1b3547ffa8
0ef9046a3e034e2f8717fb2cd4375905a59e04de
/Sample/SpringIOC/src/main/java/com/app/ioc/Test1/MotorBike.java
1b551752d2d0c3d7670471649e0f206891e9ff05
[]
no_license
Peddaraju/MyProjectRepository
4d4a363a98efdb8462146b5b576985c56eb1bfa8
0337a3a2d2db319684b322496ee9f527366d6c49
refs/heads/master
2021-06-06T18:31:03.757933
2018-12-20T12:05:59
2018-12-20T12:05:59
95,098,893
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.app.ioc.Test1; public class MotorBike implements Vechicle { private int maxSpeed; public void setMaxSpeed(int maxSpeed) { this.maxSpeed = maxSpeed; } public void move() { System.out.println("Fuel Type: Petrol"); System.out.println("Max speed:"+maxSpeed); System.out.println("Bi...
[ "noreply@github.com" ]
Peddaraju.noreply@github.com
70e2d9bd7e7d3b44f5153546abbf616bb6e0a02f
ede2136d7f1a60edadc7458cbda5ceeda821bd70
/AbstractFactory/src/br/com/k19/abstractfactory/models/cartoes/mastercard/teste/TesteMastercardComunicadorFactory.java
97374e91e950eed83bfa8fbb35f4008c5e3ab5e7
[]
no_license
viniciusSilvano/K19DesignPatternsCriacao
cea37a42102012e4a1a82dbb98de5f481804b1f5
9e98eb41e8e5e2f04c255efc977f2828c0ac3e73
refs/heads/master
2020-09-11T20:08:13.155501
2019-12-01T21:42:42
2019-12-01T21:42:42
222,177,152
1
0
null
null
null
null
UTF-8
Java
false
false
775
java
package br.com.k19.abstractfactory.models.cartoes.mastercard.teste; import br.com.k19.abstractfactory.models.Emissor; import br.com.k19.abstractfactory.models.Receptor; import br.com.k19.abstractfactory.models.cartoes.factory.ComunicadorFactory; import br.com.k19.abstractfactory.models.cartoes.mastercard.MastercardCom...
[ "viniciusssf3@gmail.com" ]
viniciusssf3@gmail.com
d0469484d5696cc73769ef1a138bfa58bb26dc6f
9593f22e1ef7635c92cdc3ae674a988ec90317c4
/src/main/java/com/sigurd4/bioshock/passives/PassiveStaticDischarge.java
2b0c341b55764c28e68705ff60e0e631d608b5a8
[]
no_license
sigurd4/BioShockMod
847ca445f1a6fe40487687469067b044c62e3a7a
2cbe39b673080997ce413d7812c52e5104265aa1
refs/heads/master
2020-05-17T23:08:39.269632
2015-06-30T22:52:04
2015-06-30T22:53:10
34,406,444
1
3
null
null
null
null
UTF-8
Java
false
false
1,359
java
package com.sigurd4.bioshock.passives; import net.minecraft.entity.EntityLivingBase; import net.minecraftforge.event.entity.living.LivingHurtEvent; import com.sigurd4.bioshock.element.Element; public class PassiveStaticDischarge extends Passive { public final Element element; public final float damage; public fin...
[ "sigurd-s@online.no" ]
sigurd-s@online.no
d3dbb263e655aa79cb1e4485d876ae8f0c1e992a
17baa7e14c352564010cba8998d1d1d2440cc340
/jvmload/src/main/java/com/example/jvmload/JvmloadApplication.java
9c33df297b706e18d13549dc4370c0ad80158e3d
[]
no_license
liusuifen/file-change
36601f68734509e3c40d7e1bd8e43545646acbfb
af78e9487312095306937a56e8ac23e2c148295d
refs/heads/master
2022-07-23T00:39:32.765298
2020-04-09T07:21:31
2020-04-09T07:21:31
254,043,913
0
0
null
2021-06-15T16:04:35
2020-04-08T09:30:59
Java
UTF-8
Java
false
false
326
java
package com.example.jvmload; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class JvmloadApplication { public static void main(String[] args) { SpringApplication.run(JvmloadApplication.class, args); ...
[ "2660444092@qq.com" ]
2660444092@qq.com
c3a09dc18807f228f3154a90e227a7d79a2c88b9
e128eae6e1ee6080fdd31699daebbe19a5def299
/M1LectureCode/StudentTester.java
2854afc41e2a1c975ba9e7d9d1731d06a502d84f
[]
no_license
ericyan3000/CS111C
4d41af014f0c59f582e728c36cf405f3c657cf97
f3ad0ae591c33f71a48a8ad9063333683d166cae
refs/heads/master
2020-12-22T05:34:25.112664
2020-05-13T07:41:52
2020-05-13T07:41:52
236,684,208
0
0
null
null
null
null
UTF-8
Java
false
false
659
java
public class StudentTester { public static void main(String[] args) { Student s1 = new Student("Sally", "Studier", 1234); Student s2 = new Student("Pete", "Procrastinator", 5264); Student s3 = new Student("Alan", "Asksalot", 3671); Student s4 = new Student("Sally", "Studier", 1234); s3.setLastN...
[ "ericyan3000@gmail.com" ]
ericyan3000@gmail.com
025459f9a0c8bde4ba08572e6153684c82a7a365
04dc03b750d078bac08129fe9802d680b5d5aa44
/src/hu/eisys/david/model/Efile.java
fa51dcec77a3ab90ea6d9e552fd0974ea7fd7aad
[]
no_license
eisysDavid/BetaEisysApp
47b4c0750500520dec0ab0168517a7184a33c983
3f608b72529fc141593a0f4676274ff5cfd6c910
refs/heads/master
2020-03-27T15:54:57.871729
2018-09-05T09:29:55
2018-09-05T09:29:55
146,747,229
0
0
null
null
null
null
UTF-8
Java
false
false
719
java
package hu.eisys.david.model; import java.io.File; import com.fasterxml.jackson.annotation.JsonIgnore; public class Efile implements Step { private String comment; private String showElement; private File file; public Efile(String path, String showElement) { this.file = new File(path); this.showElement = s...
[ "david.turi@eisys.hu" ]
david.turi@eisys.hu
b49e874adecba6118053cf0bb38c03037b523472
564c4a932698f887a3f9ea5c21c32f6dae1ea024
/app/src/main/java/cz/kennny/mobile/bombdefuser/FailedActivity.java
a83ec213bc78141745f91d3ffbde7f55cf4f736b
[]
no_license
MartinUbl/BombDefuseApp
6b7e17b0e517f1158541304b143344e89f19c9fc
a18d1b3c568e04759e54dd567783bd0c419ccd78
refs/heads/master
2020-12-25T05:30:46.308985
2016-06-24T16:26:27
2016-06-24T16:26:27
61,387,294
0
0
null
null
null
null
UTF-8
Java
false
false
615
java
package cz.kennny.mobile.bombdefuser; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Window; import android.view.WindowManager; public class FailedActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
[ "cmaranec@seznam.cz" ]
cmaranec@seznam.cz
a36ac9bb23040aca0a993fbb071d79d5f169929f
5e7e6eceb20aa190a39b59c28abbe06c4278ba72
/src/main/java/com/souche/springboot/config/KafkaConsumerConfig.java
33386d4834c5ff2e96a6e35dd3ac0cd902102535
[]
no_license
xiaomingmeng/springboot
ed65c09bc78c98b22680a9353c93bf604be63316
c17ab44e77aab7aa73f094ed62a5e11ecb1b8594
refs/heads/master
2020-03-24T20:05:48.548982
2018-07-31T03:54:34
2018-07-31T03:54:34
142,959,350
0
0
null
null
null
null
UTF-8
Java
false
false
2,431
java
package com.souche.springboot.config; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.common.serialization.StringDeserializer; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Co...
[ "dsclimingming@cheyipai.com" ]
dsclimingming@cheyipai.com
a140144830ad9eb5799fe38564fbd7f991d4f3a7
0bb2834a85209d0e596aa31d3fb6f276a12a4300
/lang/lucene/src/test/java/org/carrot2/language/extras/IrishLanguageComponentsTest.java
4f5028cf981389ac30580fa130c848b3996ffaee
[ "Apache-2.0", "LicenseRef-scancode-bsd-ack-carrot2", "BSD-3-Clause" ]
permissive
carrot2/carrot2
201f7c59b529161a2aad5ce4be95ac5c06463268
623bab58c3e1781f1c56a857990b9e1a77df2f48
refs/heads/master
2023-07-24T19:03:16.853577
2023-05-08T20:00:25
2023-05-08T20:00:25
2,424,377
586
168
null
2023-07-19T09:03:37
2011-09-20T18:19:05
Java
UTF-8
Java
false
false
707
java
/* * Carrot2 project. * * Copyright (C) 2002-2022, Dawid Weiss, Stanisław Osiński. * All rights reserved. * * Refer to the full license file "carrot2.LICENSE" * in the root folder of the repository checkout or at: * https://www.carrot2.org/carrot2.LICENSE */ package org.carrot2.language.extras; import java.io...
[ "dawid.weiss@carrotsearch.com" ]
dawid.weiss@carrotsearch.com
1ce64d7740c60519c2e76e4b487e2cdbb173ed6b
4ea5417ecd70f8c6757603ad463bd1abf394d358
/org.sheepy.lily.openal.core/src/main/java/org/sheepy/lily/openal/core/resource/decoder/VorbisDecoder.java
b9090a7beed8ffb0d07dc8948a1f0bd424dd6a98
[ "MIT" ]
permissive
Ealrann/Lily-Vulkan
88fd02373ce7ca390ab3581faf10a7a8b799adea
04c72b506a1db472b9f23dde25c4e1915480f122
refs/heads/master
2023-08-12T16:43:33.403548
2023-08-11T21:05:09
2023-08-11T21:05:09
141,837,401
0
0
null
null
null
null
UTF-8
Java
false
false
803
java
package org.sheepy.lily.openal.core.resource.decoder; import org.lwjgl.system.MemoryStack; import org.sheepy.lily.openal.core.resource.util.RawAudioBuffer; import java.nio.ByteBuffer; import java.nio.IntBuffer; import static org.lwjgl.stb.STBVorbis.stb_vorbis_decode_memory; public final class VorbisDecoder implemen...
[ "ealrann@gmail.com" ]
ealrann@gmail.com
e108d2107c903dec76e51cb0aedb7cb186903009
f71b006309ee709e844a001cb0d73f0eb125b9e8
/src/main/java/com/leosamblas/application/validator/ValidEnum.java
67b8aa70d58294127318dd3402a933550b633e50
[]
no_license
leosamblas/spring-boot-application
051d775382ce0c5a27f3c074889ffcaa7372c35f
4d7ac6e2dce1a1146d3282f718d4c70fb1c2a348
refs/heads/main
2023-06-25T16:01:52.256123
2021-07-19T00:53:26
2021-07-19T00:53:26
347,793,104
0
0
null
null
null
null
UTF-8
Java
false
false
897
java
package com.leosamblas.application.validator; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import javax.validation.Constraint; import javax.validation.Payload; @...
[ "leosamblas@gmail.com" ]
leosamblas@gmail.com
3abd4934c933e6b26f658e762f61bba9c8810d91
9eb0140b0378ccfef8cba083cb4c7f51428c4a36
/YPX_ImagePicker_androidx/imagepicker/src/main/java/com/ypx/imagepicker/activity/singlecrop/SingleCropActivity.java
6ec872a5aff78ce4922505dd334f8ba5910876d5
[]
no_license
JayGengi/YImagePicker
365ef949ec617fadff85d570891e07b89a4a5c85
504bd8f47169c90fea26295f900567b21aa56629
refs/heads/master
2020-09-22T20:15:59.800189
2019-11-29T09:42:21
2019-11-29T09:42:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,998
java
package com.ypx.imagepicker.activity.singlecrop; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import android.widget.ImageView; import androidx...
[ "313930500@qq.com" ]
313930500@qq.com
67af640da25796149019ea760cf3c22cecc8dcae
46b1970bd103fdab3e39e89cdd2ff1e698542205
/src/dao/DAO.java
3fd740abf38c716f362b8d4f97e15c983916e7ac
[]
no_license
shabalindm/warehouse
ededd21c96b46085eb4870659bcb5d0bc7a76f44
14833a26e4ac53a6a8912c74750e1dd6c87b9c03
refs/heads/master
2021-01-10T19:05:51.893125
2014-07-04T11:03:56
2014-07-04T11:03:56
null
0
0
null
null
null
null
WINDOWS-1251
Java
false
false
13,412
java
package dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.RowId; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; public class DAO { private Conn...
[ "shabalindm@gmail.com" ]
shabalindm@gmail.com
0016480774c74f95d84d535d1ab69c42daa102dd
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/elastic--elasticsearch/5bea31cb96ded0308408788deefbf57abc036ccf/before/RestRestoreSnapshotAction.java
db8c1a03cb38388f970d7e1dd3a93cd138704a69
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,609
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
494269cac4fbbcad906cc70fd2c25404d5c8af31
e114ab03fcda58897f522dc8603365d50b098131
/japs/java/src/net/mumie/cocoon/xml/SAXFilter.java
dab50b9925a961a6759bfdbd9506a70203bddde8
[ "MIT" ]
permissive
TU-Berlin/Mumie
07ff6ed89cae043f0a942fa1b32916b0a319a7d0
322f6772f5bf1ce42fc00d0c6f8c3eba27ecc010
refs/heads/master
2016-08-12T11:33:53.553539
2016-01-13T11:01:20
2016-01-13T11:01:20
49,567,992
0
0
null
null
null
null
UTF-8
Java
false
false
2,477
java
/* * The MIT License (MIT) * * Copyright (c) 2010 Technische Universitaet Berlin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation t...
[ "erhard@math.tu-berlin.de" ]
erhard@math.tu-berlin.de
923d27f36cb7a724c2d297c40e4a6062f59c4c27
d8c92d5b6527b2139ebc2599f2a6fca875e80909
/BubbleSort.java
6bfdda6bf42c0571a362e285111252c90eb9dd46
[]
no_license
averydl/sorting-comparison
bd8d27c78c49f04469900e2bab36f070bb32e684
a132d8f82ae238e64194ce0f32d5bd56604e3768
refs/heads/master
2020-05-21T12:49:44.267280
2019-06-03T21:44:18
2019-06-03T21:44:18
186,051,066
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
public class BubbleSort implements Sort { private Comparable[] arr; public BubbleSort(Comparable[] arr) { this.arr = arr; } /* * implements sort using * the bubble sort algorithm */ @Override public void sort() { boolean swap = true; // swap any unordered a...
[ "derek.avery@bellevuecollege.edu" ]
derek.avery@bellevuecollege.edu
4675998ab9d5157e94bc6a2f337617baf1f1dee7
a9c1b007c8530bf3caab3aceb7437b0d8fc9da8d
/wizardDetective/src/byui/cit260/detectiveWizard/view/StartProgramView.java
45308c691cb10d8aef401f5962165db5b28e70db
[]
no_license
lauryncosette/wizard
4981102701642c3c6b24e4d899018e8efcc6c05d
884f4e8cb8bdad6d3e633230bd82a94a821ce947
refs/heads/master
2021-03-12T22:39:30.744249
2015-04-09T15:09:20
2015-04-09T15:09:20
29,870,295
0
0
null
null
null
null
UTF-8
Java
false
false
5,068
java
package byui.cit260.detectiveWizard.view; import byui.cit260.detectiveWizard.control.ProgramControl; import byui.cit260.detectiveWizard.model.Player; import detectiveWizard.DetectiveWizard; import java.io.BufferedReader; import java.io.PrintWriter; public class StartProgramView extends View { public St...
[ "Cassandra@VanLydegraf" ]
Cassandra@VanLydegraf
50cd1b693f34dca2927060a21c9306d6844a5ac7
7a056cde5712425956064d576084ce5d69644a23
/studio/src/runner/TestRunner.java
bca09286a7921fccea43c630b312cf9d22ab1b0d
[]
no_license
krishnayadava/java-project
3103d6e8492ce54d2d5f5b8a29794fd4275a09d5
f1b494a95aadb70368945a0adff4fdec25c31cb2
refs/heads/master
2022-07-10T21:08:11.213895
2019-06-17T13:12:28
2019-06-17T13:12:28
76,626,758
0
0
null
2022-06-29T17:26:48
2016-12-16T06:08:54
JavaScript
UTF-8
Java
false
false
745
java
package runner; import org.junit.runner.RunWith; import cucumber.api.junit.Cucumber; import cucumber.api.CucumberOptions; @RunWith(Cucumber.class) @CucumberOptions( features = "src/studio/7_Digits_input.feature", glue= {"stepDefinitions"} ) public class TestRunner { /* private TestNGCucumberRunner testNGC...
[ "krishna.yadav@verdantis.net" ]
krishna.yadav@verdantis.net
ecabf59674060dcb79bfd8f280ee9d5d90b0ee9d
08831c5a0ee84e2b811daa58e83bdc0692a85c8c
/app/src/main/java/database/google/com/denguespot/history_Mode.java
5c910462b389870ad95f3acbbb017dff82bacd3c
[]
no_license
Rayhanshuvo/DengueSpot
09ff4488fe1fbfd49dec0f6f91981baa0a89ad22
789f37dd699fa6378879febda3237bc60292c055
refs/heads/master
2021-07-08T08:09:10.947631
2017-10-05T17:02:16
2017-10-05T17:02:16
105,916,983
0
0
null
null
null
null
UTF-8
Java
false
false
3,317
java
package database.google.com.denguespot; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.SupportMapFr...
[ "you@example.com" ]
you@example.com
a5c6c66461e17817a9901fb1b9074d85338976af
5bd7eb364cc4c4465f827dfc4c8067bb66bba167
/src/test/java/br/com/alura/challenge/backend/repository/UsuarioRepositoryTest.java
037a6bfe6e1ff27c5225d951f15ff8890084fa95
[]
no_license
felipefriserio/AluraChallenge2
9e23688af2fb1fb39b6b6db28e8069165204be26
e5e3fc282232bde7bc7825f1e465b9745c721eed
refs/heads/main
2023-07-05T01:31:54.930289
2021-08-23T00:27:19
2021-08-23T00:27:19
388,266,914
0
0
null
null
null
null
UTF-8
Java
false
false
1,679
java
package br.com.alura.challenge.backend.repository; import br.com.alura.challenge.backend.entity.Usuario; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.jdbc.AutoConfi...
[ "%RMPkx578OMIi$2" ]
%RMPkx578OMIi$2
6cffd72208b5192e662394edfbf4691bb7580f9f
489e44a7187c0963acce47cbaef3b3bd5e02ccc9
/src/main/java/com/exam/entities/exam/Category.java
ed204a15dc5296a6c30c07bbd8106688643e3e66
[]
no_license
Kingsrv/examserver
6c59b2b06ac63246eabe4b90a24d43a41736552c
0bd61a160eb584eab9d07ceb86efda42032badf7
refs/heads/master
2023-06-24T18:07:16.780474
2021-07-23T17:31:36
2021-07-23T17:31:36
388,878,135
0
0
null
null
null
null
UTF-8
Java
false
false
1,070
java
package com.exam.entities.exam; import com.fasterxml.jackson.annotation.JsonIgnore; import javax.persistence.*; import java.util.LinkedHashSet; import java.util.Set; @Entity public class Category { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long cid; private String title; privat...
[ "kingsrv03@gmail.com" ]
kingsrv03@gmail.com
466ea8c720403c5d7c90a06fe46604e4431f4bc4
cd8793e4c4a73cf4b5724a94c843af7bc480f64d
/src/test/java/com/mycompany/myapp/service/MailServiceIT.java
c9c2de71067d8882ce9c797178654c2968e9189f
[]
no_license
pcoloigner/jhipsterv2
2c9cb6dfba72a4fbb0eb2a65aa98b803602bf2e1
edc0bbb4398d52b15d93704f2167800c249d51c3
refs/heads/main
2023-03-11T00:53:08.194668
2021-02-24T23:05:48
2021-02-24T23:05:48
342,060,266
0
0
null
null
null
null
UTF-8
Java
false
false
11,620
java
package com.mycompany.myapp.service; import static org.assertj.core.api.Assertions.*; import static org.mockito.ArgumentMatchers.any; import static org.mockito.Mockito.*; import com.mycompany.myapp.Jhipsterv2App; import com.mycompany.myapp.config.Constants; import com.mycompany.myapp.domain.User; import io.github.jhi...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
3a839ac6be0a80422dd5acb1d9e3beba013bc0c8
32cd70512c7a661aeefee440586339211fbc9efd
/aws-java-sdk-inspector/src/main/java/com/amazonaws/services/inspector/model/transform/RulesPackageJsonMarshaller.java
7ea9c2454e54e8809f5b9a4e05f1cf4ae1bd99d4
[ "Apache-2.0" ]
permissive
twigkit/aws-sdk-java
7409d949ce0b0fbd061e787a5b39a93db7247d3d
0b8dd8cf5e52ad7ae57acd2ce7a584fd83a998be
refs/heads/master
2020-04-03T16:40:16.625651
2018-05-04T12:05:14
2018-05-04T12:05:14
60,255,938
0
1
Apache-2.0
2018-05-04T12:48:26
2016-06-02T10:40:53
Java
UTF-8
Java
false
false
2,917
java
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
[ "aws@amazon.com" ]
aws@amazon.com
eb226063f3e88454e4dc1a4f51866c403b43777e
b844208f6be28c9dd29321ea62c0742361b6b6ee
/src/util/GsonHelp.java
4b9cbf8e7defb4571b58dac8e7c059f47c384380
[]
no_license
tanglonghui/Retrofit2Server
d3cd65d7403e18bedea0d781ef12b24fe0640dc3
a65e9bd3ed00681d51124793944fc20715e7a7f8
refs/heads/master
2020-03-28T13:34:27.035334
2018-09-12T02:07:41
2018-09-12T02:07:41
148,406,691
2
0
null
null
null
null
UTF-8
Java
false
false
180
java
package util; import com.google.gson.Gson; public class GsonHelp { private static Gson gson=new Gson(); private GsonHelp() { } public static Gson getGson(){ return gson; } }
[ "1776234240@qq.com" ]
1776234240@qq.com
b241e195bcf6f4a14c846160e01a301f65f8adb6
7d71026b19c21dcdcd90803780ae6a4c8151b5b6
/databridge/src/main/java/com/advantech/apphub/databridge/constants/DataBridgeError.java
17f3ea1aeed8b88e3167029021f86229c6036f33
[]
no_license
EdgeSolution/ApphubDataBridge
0cbaa7547fd001c2cdc153638ee35a2b0bd7529a
2d7a053427b0d853649262e42df10e3dbfc93b88
refs/heads/main
2023-07-17T18:19:35.963892
2021-09-03T05:10:04
2021-09-03T05:10:04
401,551,818
0
0
null
null
null
null
UTF-8
Java
false
false
1,399
java
package com.advantech.apphub.databridge.constants; /** * ClassName: DataBridgeError * Description: Some common error codes are defined, and users can add their own error codes on this basis * CreateDate 2021/08/26 * Author: fengchao.dai@advantech.com.cn */ public class DataBridgeError { public static fin...
[ "fengchao.dai@advantech.com.cn" ]
fengchao.dai@advantech.com.cn
c0bc752dfacb44091734f27d57f8a45b9160325a
cf9ec4a44ea26d5b3fc21c335a2c71c08abcb49a
/src/algorithms/com/guan/mianshi/huanweiOJ/YangHuiTriangleDeformation.java
02786420bbe10d173656003c7f1a37429646a717
[]
no_license
zhongwen7710/algorithm
22b8ba860ae84f5b9bca6c7e6611a4de982150e6
5735237dc48dffa6c02fc982756e1c39978690dd
refs/heads/master
2021-01-18T17:15:16.523909
2020-12-13T07:35:39
2020-12-13T07:35:39
23,423,697
0
0
null
null
null
null
GB18030
Java
false
false
1,847
java
package algorithms.com.guan.mianshi.huanweiOJ; import java.util.Scanner; /** * 问题描述: 1 1 1 1 1 2 3 2 1 1 3 6 7 6 3 1 1 4 10 16 19 16 10 4 1 以上三角形的数阵,第一行只有一个数1,以下每行的每个数,是恰好是它上面的数,左上角数到右上角的数,3个数之和(如果不存在某个数,认为该数就是0)。 求第n行第一个偶数出现的位置。如果没有偶数,则输出-1。例如输入3,则输出2,输入4则输出3。 输入n(n ...
[ "zhongwen7710@126.com" ]
zhongwen7710@126.com
da9d545241393814d15b32c68f8484a33152c640
aef94b8d46236244a8c5272cca4dee83b2a8c5e6
/customer-project/src/main/java/com/example/customerproject/controller/CustomerController.java
b55645bc6b7dea9ffcefe55bb1de1aa4c352a54e
[]
no_license
tendulkar1997/Redhat-jenkins
218247ea79af9e9a61697a59fa09245abc92faeb
445ec77657466c32d23747d8a35960f760e392e7
refs/heads/main
2023-06-25T19:37:32.782202
2021-07-20T06:18:03
2021-07-20T06:18:03
387,498,008
0
0
null
null
null
null
UTF-8
Java
false
false
1,534
java
package com.example.customerproject.controller; import com.example.customerproject.dao.CustomerDao; import com.example.customerproject.model.Customer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; import org.springframework.http.HttpStatus; impor...
[ "noreply@github.com" ]
tendulkar1997.noreply@github.com
c72f04fc84b4f63e968ffe98bd98694373fcb5ed
5e6cfdb43b75810f03021d1890e6ed1d4fa1f362
/tests/TestBasicAnimationModel.java
54a5a751c30aee197f56f296440b76c47ec2d9ea
[]
no_license
zohebaziz/Animator
cceb3e4c6e1930c8637911ad559179bde34fcf62
afb2ff9e9863287b7fe109641a4383a5ca264dc4
refs/heads/master
2023-03-02T11:54:33.087869
2021-02-14T23:00:51
2021-02-14T23:00:51
338,919,835
0
0
null
null
null
null
UTF-8
Java
false
false
15,807
java
import static org.junit.Assert.assertEquals; import cs3500.animator.models.AnimationModel; import cs3500.animator.models.BasicAnimationModel; import cs3500.animator.models.Position2D; import cs3500.animator.models.Shape; import cs3500.animator.models.Shape.ShapeType; import java.util.ArrayList; import java.util.HashMa...
[ "zaziz101@gmail.com" ]
zaziz101@gmail.com
bcf259317e810d8dc53fc34cacea9f272ba48b08
28c7917bd9b62e875d4fd265ac5bbd1da215cc51
/Source/airlinebooking.core.ws/src/test/java/airlinebooking/core/ws/test/CrawlerTest.java
fa4b29701f7d7d40a5abeebaefe669fb64952719
[]
no_license
ledona1509/AirplaneBooking
a1ca0d76f4b0f719d94f97b488921cb4082f919b
1a4f94b3ea2f7a3e2f1192a8aefcb67d03c1f9f0
refs/heads/master
2020-06-01T16:15:12.558987
2015-03-17T16:53:47
2015-03-17T16:53:47
31,423,182
1
1
null
null
null
null
UTF-8
Java
false
false
6,916
java
package airlinebooking.core.ws.test; import java.io.File; import java.util.Calendar; import java.util.Date; import java.util.List; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org....
[ "ledona1509@gmail.com" ]
ledona1509@gmail.com
87d8f923f1b7673700af8d6ce8849f266b9856c7
80c51a130a9d24a69d7fe2d4f7cdc12c5a2b7bec
/src/main/java/by/training/webapplication/model/Question.java
684f1d6dae5bec3f1555101da6c5ddf51bf1c559
[]
no_license
lutanya/final-project
21532e0fc0600cf6cc58f4786183680227329ca9
84cd06d23e6cd692723556e03fa1a1c7d70e4418
refs/heads/master
2020-06-23T19:34:29.056240
2016-10-10T05:08:25
2016-10-10T05:08:25
67,934,987
0
0
null
null
null
null
UTF-8
Java
false
false
1,095
java
package by.training.webapplication.model; /** * Created by Tanya on 14.09.2016. */ public class Question { private int questionId; private String questionerName; private String backEmail; private String questionText; private int replied; public String getQuestionerName() { return qu...
[ "lutanya@tut.by" ]
lutanya@tut.by
831115d5bf4d4410271e3a6e00602a7865614788
fdda9ec6ee2de20d403f942fb8c18c356f7f7c14
/src/Sockets/Server.java
970c74ad9a68c264ec0aac6f8d4a3ce7a2069dc5
[]
no_license
DwightIke/FlightsApp
08c408a337109afcaf0c7571cdea98958c158e6e
7fb9946bfd452d8f347dd212875f78635d12b757
refs/heads/master
2021-01-23T06:45:38.230710
2017-04-06T08:12:59
2017-04-06T08:12:59
86,399,825
0
1
null
2017-04-05T13:16:21
2017-03-28T01:10:11
Java
UTF-8
Java
false
false
1,485
java
package Sockets; import Database.Database; import Domain.LoginData; import Repository.UserRepository; import Services.UserService; import com.google.gson.Gson; import java.io.*; import java.net.*; import java.sql.Connection; public class Server { public static final String IP = "localhost"; public static fi...
[ "paul.bv96@yahoo.com" ]
paul.bv96@yahoo.com
2d12184db91a5a52df993f908eb6d04640c1f906
bf2523e1da431f26937614de9c9640295899d7d5
/src/main/java/com/njq/chain/Handler.java
90ca7a2f0f4bb6ef7bcc15cf872a547fbcae9bab
[]
no_license
zbnfy/SpringProxy
c2276befd754f1cc3fcbff8aaac950701f479565
bbbdc5d55699bb0b7663c9140b1cdb36c7714546
refs/heads/master
2021-07-08T05:47:44.906250
2017-10-05T17:06:41
2017-10-05T17:06:41
105,917,899
0
0
null
null
null
null
UTF-8
Java
false
false
515
java
package com.njq.chain; /** * 链式调用 * Created by NIJIAQI on 2017/10/6. */ public abstract class Handler { //判断后续是否有处理 private Handler sucessor; public Handler getSucessor() { return sucessor; } public void setSucessor(Handler sucessor) { this.sucessor = sucessor; } publi...
[ "352632597@qq.com" ]
352632597@qq.com
8b0e77553c058b4a01f1b0d6c6100d7383900574
8cae4c912d66c3a530cd1e13025285be1da259bd
/sdk/src/main/java/org/bitcoinj/wallet/Protos.java
86b3499c9d27375f27b62384e6f0632da60ef72a
[ "MIT" ]
permissive
elastos/Elastos.DID.Java.SDK
c7c7b2c24bc25c2c92a10836fdd94f29dcc21e9e
7cf79021379e89683e19a31ae88ab3885e7a34a1
refs/heads/master
2023-07-10T23:08:25.077391
2023-06-29T03:11:41
2023-06-29T03:34:53
227,095,310
8
7
MIT
2023-06-29T03:34:55
2019-12-10T10:52:20
Java
UTF-8
Java
false
true
17,339
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: wallet.proto package org.bitcoinj.wallet; import org.bitcoinj.core.ByteString; public final class Protos { private Protos() {} public interface ScryptParametersOrBuilder { /** * <pre> * Salt to use in generation of the wallet ...
[ "stiartsly@gmail.com" ]
stiartsly@gmail.com
c271c78ecc2b04dbe6ff3a603a97752e812f4bbd
7a96e3f5249bcac741ca25809a0a69fd1d086ba6
/src/ElectionDriver.java
90bf785f88dcfbb945fc6c3825ce5f95bafdd70a
[]
no_license
le000043/Voting-System
0f55b7a31f5695ee47241084ad8f971ae5ad8c19
6b8839d8b017c7ac7ce0e17a8c2d4d07c4a3254d
refs/heads/master
2022-12-15T10:06:17.483339
2020-08-30T22:57:31
2020-08-30T22:57:31
291,564,522
0
0
null
null
null
null
UTF-8
Java
false
false
7,322
java
/** * <h1>Election Driver</h1> * The Election Driver is a static class with the main event loop for the Election Voting system. * This Class handles setting up the election voting system as well as user ballot file input and light parsing. * <p> * * @author Griffin Higley * @version 1.0 */ import java.io.File;...
[ "datle@MacBook-Pro-3.local" ]
datle@MacBook-Pro-3.local
98cc84056c781ed20ccea0653803de57c6a43f78
2a822060c0e66379e23bdc13225676246717571a
/ProjetoElevador/src/passageiro/EventoPassageiro.java
720f3b556ade0cd24b3fea6a4b4d4fbc01f16011
[]
no_license
apljjr/elevador
a105ea85ba213e69079741b3eac89c093cf9c370
4beac184fd93365e6fcd65ce3f4dac801e7b95fa
refs/heads/master
2020-05-19T15:20:04.460101
2019-05-07T03:48:13
2019-05-07T03:48:13
185,082,988
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
package passageiro; public class EventoPassageiro { private Integer andarSolicitado; private Integer andarOrigem; public Integer getAndarSolicitado() { return andarSolicitado; } public void setAndarSolicitado(Integer andarSolicitado) { this.andarSolicitado = andarSolicitado; ...
[ "aplj.adeilson@gmail.com" ]
aplj.adeilson@gmail.com
ba7934d62e8b0df6fd7839776dda905877ad1701
f84b91e90653be5cf76ccf6699f01c77175ac55e
/src/java/models/Empleado.java
c54a91f32c5d27bb27b33015a02fc74a22b5113a
[]
no_license
serraguti/proyectostruts
71ae845598109a15ab539db68d3f52685934d948
aba187282518b0f04b317c208ab39a5b21fffb72
refs/heads/master
2023-03-06T21:18:50.493106
2021-02-18T16:23:25
2021-02-18T16:23:25
337,115,393
1
0
null
null
null
null
UTF-8
Java
false
false
1,417
java
package models; public class Empleado { private int idEmpleado; private String apellido; private String oficio; private int salario; private int iddepartamento; public Empleado() { } public Empleado(int id, String ape, String ofi, int sal) { this.idEmpleado = id; this...
[ "pacoserranox@gmail.com" ]
pacoserranox@gmail.com
17beb0e759208432c7acef0e21ba001cf44aac2c
55bece5af06037849166e0b8a0867c3cefa3f9d1
/Web/src/Controlleur/ControlleurGenerationPlan.java
af3a5d3921fb1ab876a651a5ed1f1d7ec16edd83
[ "Apache-2.0" ]
permissive
yachakou/coaching-muscu
7a46c96792f204097176e42216b559b0167b323a
e64280ad299a2e319ef92640e1c3fc83c416b4ae
refs/heads/master
2021-01-19T00:46:49.923564
2016-08-07T21:27:50
2016-08-07T21:27:50
65,154,832
0
1
null
null
null
null
UTF-8
Java
false
false
1,016
java
package Controlleur; import Modele.Utilisateur; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import java.io.IOExc...
[ "chakouryacine@hotmail.fr" ]
chakouryacine@hotmail.fr
a0570eca46315c3eb74ac792bc4027b0fdd43b5e
016d66f32d9ac2e1d7a2fa0661e03a48e21af302
/desktop applications/hsqldb-master/src/org/hsqldb/lib/DoubleIntIndex.java
f535240f12215d9fb01763491ef00ac125cb250a
[]
no_license
18745332164/co-occurrence
62f9af4c4bf6089c486adfea5c17c74421dfd4e4
f7c8e4f4c0e904d66867bd81808b4f4d5826c79f
refs/heads/master
2023-06-25T11:09:31.817159
2021-07-20T08:45:13
2021-07-20T08:45:13
387,396,410
0
1
null
null
null
null
UTF-8
Java
false
false
25,197
java
/* Copyright (c) 2001-2020, The HSQL Development Group * 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...
[ "2015545633@qq.com" ]
2015545633@qq.com
f2e93ee15d96f5be5dcf611909544c45640121b5
91151c1711e829a5ac3b9e6e88e99422e15f1eb2
/src/main/java/io/github/computician/enterprise/resources/Helloworld.java
f7d5690ed22d65c5d151641256ef1ce6379570c3
[ "Apache-2.0" ]
permissive
benwtrent/javaplay
7895acb53cd9a83818c7a9750cae3366b09b1e3f
2aadf60e81c8e6299417007c10d905ebbaa867f9
refs/heads/master
2021-04-15T13:13:27.260777
2018-03-23T17:52:41
2018-03-23T17:52:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
544
java
package io.github.computician.enterprise.resources; import io.github.computician.enterprise.entities.subdir.subsubdir.HelloworldObjectFactoryGeneratorReallyLongEnterprisyName; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; @Path("/hello") public class Helloworld { @GET @Path...
[ "benjamin.trent@rackspace.com" ]
benjamin.trent@rackspace.com
dd29a5eae03752addba8c9841289a777153b09c2
b1b017a9948f083f97a3e19c754af897dc2ffd27
/tools/license-gen/java/src/licensecreation/LicenseSection.java
821bde1eb5207d2c3306a4826f7640437e58561e
[ "Apache-2.0" ]
permissive
MIT-Informatics/LegalTags
2571244e13e131d26339d06fbca010c78e16ff41
1af7cbc10a44b9e4e6e4886a57440c655eec27cc
refs/heads/master
2020-12-02T18:05:11.686927
2019-09-26T01:34:12
2019-09-26T01:34:12
96,456,669
1
0
null
null
null
null
UTF-8
Java
false
false
5,376
java
package licensecreation; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Each section of the license which takes automated input has its * own enum, which contains the placeholder to search for and replace * in the license text, a default replacement if...
[ "chong@seas.harvard.edu" ]
chong@seas.harvard.edu
b13a7d4d516e421dbe6aca631bba9155dd82cfd4
47cf5b996e8f9954e5fbd989f29aad0deb3aeb9d
/springfox-bean-validators/src/main/java/springfox/bean/validators/configuration/BeanValidatorPluginsConfiguration.java
f7b4e28e553dcb1f350ae1dc06b9591d14b2f859
[ "Apache-2.0" ]
permissive
rubencepeda/springfox
8423883b140f033ad3bb431ddb7caf642becb658
ec07ccaa7b525b555bbec29e5b158a449b972f57
refs/heads/master
2020-02-26T13:27:58.523992
2016-05-17T21:55:04
2016-05-17T21:55:04
59,061,667
0
0
null
2016-05-17T21:50:27
2016-05-17T21:50:27
null
UTF-8
Java
false
false
1,366
java
/* * * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "dilipkrish@users.noreply.github.com" ]
dilipkrish@users.noreply.github.com
b0c1326adccd1becd7909864f02d539701d6a358
84b81b32c0129316aa89f0197caa587ef0f9156c
/app/src/test/java/com/sliit/get/ExampleUnitTest.java
0b80694984e68b5dda1d3f984927d8a917f7687c
[]
no_license
davisaaron/hacking
b834ca0cde3d8ef0fd93e21bd2b81824a90e7cc9
b00424aa732c3c3b09426e3d1f2459dbfb1adabe
refs/heads/master
2021-07-09T06:50:54.388886
2021-05-04T10:28:01
2021-05-04T10:28:01
242,978,112
0
2
null
2021-05-04T10:28:01
2020-02-25T10:57:57
Java
UTF-8
Java
false
false
374
java
package com.sliit.get; 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 public void addition...
[ "davisabraham32@gmail.com" ]
davisabraham32@gmail.com
e08313ee90ea347201c923550a1faf143c3e0092
2437e4d8f037ee8cc81a61e41340ea4620d50ef2
/app/src/main/java/me/elmira/simpletwitterclient/composetweet/ComposeDialogFragment.java
7046c5c4e1ec4919c831172bb79f0c45cbc99887
[ "Apache-2.0" ]
permissive
Orina/TwitterClient
92f52e524816ad98c690f9b4839edf163012fcc5
00b113db16a0120c90f337130e0e6964f5653f63
refs/heads/master
2021-01-23T04:34:27.413727
2017-09-20T01:07:06
2017-09-20T01:07:06
86,212,891
0
0
null
null
null
null
UTF-8
Java
false
false
3,773
java
package me.elmira.simpletwitterclient.composetweet; import android.app.Dialog; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.DialogFragment; im...
[ "elmira.andreeva@gmail.com" ]
elmira.andreeva@gmail.com
ba217c7506f7b1c14c5c0c8bcddc041b685bca5e
9cdf4a803b5851915b53edaeead2546f788bddc6
/machinelearning/5.0.x/drools-core/src/main/java/org/drools/common/TripleBetaConstraints.java
8aca409bbdcd75d093757fad4c102bba54c99ca9
[ "Apache-2.0" ]
permissive
kiegroup/droolsjbpm-contributed-experiments
8051a70cfa39f18bc3baa12ca819a44cc7146700
6f032d28323beedae711a91f70960bf06ee351e5
refs/heads/master
2023-06-01T06:11:42.641550
2020-07-15T15:09:02
2020-07-15T15:09:02
1,184,582
1
13
null
2021-06-24T08:45:52
2010-12-20T15:42:26
Java
UTF-8
Java
false
false
14,506
java
package org.drools.common; /* * Copyright 2005 JBoss Inc * * 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 re...
[ "gizil.oguz@gmail.com" ]
gizil.oguz@gmail.com
e746807775298cabe10c5e898aed101f55769eb1
17d6ba8d11c870eb1c74ba9256574f6bfcd4a359
/src/controllers/AdminViewPatientControllerFX.java
7d221d2009d85c0bebadb0e3f4f7185d84843d33
[]
no_license
AditiSJadhav/Medoc_JavaProject
6aea2d99e1959aa306c99e9594cdce0f0debb58c
60ae2639c5e8d683e7147f7e1012b6829c204147
refs/heads/master
2023-04-20T10:17:53.557663
2021-05-20T17:33:46
2021-05-20T17:33:46
369,288,361
0
0
null
null
null
null
UTF-8
Java
false
false
7,300
java
package controllers; import java.net.URL; import java.util.List; import java.util.ResourceBundle; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.value.ObservableValue; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.event.ActionEvent;...
[ "aditisjadhav2529@gmail.com" ]
aditisjadhav2529@gmail.com
11cdcf4570bb855182951c1ed1d8e5b1352d9bdc
ab4c6ac52952fbf1332cb3fe39afcb1f2e0e7e9b
/app/src/main/java/com/example/dxc/xfdemo/view/LoadingDialog.java
54531b694f7119b4755784e69973da071d965015
[]
no_license
In-Heart/XFDemo
e7595d96a72298c4d222fe0bc744c43f2471c178
9b5c7f8f8257f496fa5aaeaf23a71e8aeb1caf0a
refs/heads/master
2022-12-23T14:21:01.613276
2020-09-23T08:55:03
2020-09-23T08:55:03
114,955,438
0
0
null
null
null
null
UTF-8
Java
false
false
1,107
java
package com.example.dxc.xfdemo.view; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.widget.TextView; import com.example.dxc.xfdemo.R; /** * @Class: * @Description: * @Author: haitaow(haitaow@hpe.com) * @Date: 4/1/2018-7:26 PM. * @Version 1.0 */ public class...
[ "1528779372@qq.com" ]
1528779372@qq.com
ee08bb15ff7a7ec3b83fbf6367813bbe2032b075
006be2dd903340b19a4ce39264dfdaf5fbc671cd
/core/src/hu/hdani1337/marancsicsDash/ParentClasses/Scene2D/MultiSpriteActor.java
c2c6af6021b0fc97e92236007cbbaaeba40942ea
[ "MIT" ]
permissive
hdani1337/MarancsicsDash
b81bcf5b89668e199043cc43e311ec8d1f1cca03
e41febc5f742013a5258d457a61ae011b8b787ea
refs/heads/master
2020-04-22T12:43:04.864077
2019-12-08T12:36:37
2019-12-08T12:36:37
170,382,100
0
0
null
null
null
null
UTF-8
Java
false
false
7,658
java
package hu.hdani1337.marancsicsDash.ParentClasses.Scene2D; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.g2d.Batch; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import hu.hdani1337.marancsicsDash.ParentClasses.Game.InitableInterface; import java.util.Collection; import java.util....
[ "admin@hdani1337.hu" ]
admin@hdani1337.hu
4ff57348c18e99b88108e4724cbc6ba7d5edf296
bf0b198c8b0adb6c3231b7d33fc6e0f58d8e3202
/src/pang/insert_student_ui.java
ebf032dd74c53f3171893296c213aebddb20072e
[]
no_license
pangtongtong/--XD
cec1696b67af1f32317b81acc9e0efb782b84d19
d99e04994ee9eef33e778fe37bef5069602a03ba
refs/heads/master
2021-03-18T02:10:44.193280
2020-03-13T09:51:32
2020-03-13T09:51:32
247,037,976
1
0
null
null
null
null
GB18030
Java
false
false
2,054
java
package pang; import java.awt.BorderLayout; import java.awt.ScrollPane; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; i...
[ "15902919525@163.com" ]
15902919525@163.com
16109105520be659be51300051f4c5ae09d35be7
0d7220b4a680f220e04ecad46d51b6532d90bf64
/dev/nuker/pyro/faL.java
feebb2814097d4f3072b911de395ea4b97937153
[]
no_license
HelpMopDog/PyroClient-Deobf
d2816bd39de7a792748e52e7b1de611b9fe07473
23cdef6fed8ae19025757c076f2147fbb9816802
refs/heads/main
2023-08-28T01:57:25.423834
2021-10-23T03:16:53
2021-10-23T03:16:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
761
java
/** * Obfuscator: Binsecure Decompiler: FernFlower * De-obfuscated by Gopro336 */ package dev.nuker.pyro; import java.util.function.Consumer; import net.minecraft.client.entity.EntityPlayerSP; import net.minecraft.world.World; import org.jetbrains.annotations.NotNull; public class faL implements Consumer { // ...
[ "63124240+Gopro336@users.noreply.github.com" ]
63124240+Gopro336@users.noreply.github.com
9c4755d670e1dfb7d71761cb5da791364ad7f7b3
9be7a8876fa7bbe84301e9fc92503fc408ac0133
/homework04/homework04/src/main/java/com/kubrafelek/homework04/Homework04Application.java
b6c8dfa41baee55b72546730fdfb7874a42688dd
[ "MIT" ]
permissive
kubrafelek/Gittigidiyor-Spring-Bootcamp
c320f4be1ce6042e696a85039ee9c3ab82798022
bde2f49d3b6cf3eae0b4efaf99f8a75efa20dd06
refs/heads/main
2023-08-04T16:56:48.057130
2021-09-15T16:42:08
2021-09-15T16:42:08
405,196,875
1
0
null
null
null
null
UTF-8
Java
false
false
423
java
package com.kubrafelek.homework04; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import springfox.documentation.swagger2.annotations.EnableSwagger2; @SpringBootApplication @EnableSwagger2 public class Homework04Application { public static...
[ "kbr.flk@hotmail.com" ]
kbr.flk@hotmail.com
2b6442f0ede39d5a2a0ba96f3c27bc08199230be
625d782abb119993a10fd336b3d06cf7d321a824
/app/src/main/java/com/example/bazarbaba/checksum.java
c6ab5d2c1a67b284a3fdf9b4261003dd95150ef0
[]
no_license
archisman-dey/BazarBaba2
526d0dc3907a590a0f584878ee827b46a7dce227
7365af8d66bb90ef0bd4a7768bb214c82fa5acd1
refs/heads/master
2020-08-22T15:54:16.933456
2019-10-20T21:48:35
2019-10-20T21:48:35
216,430,931
0
0
null
null
null
null
UTF-8
Java
false
false
9,483
java
package com.example.bazarbaba; import android.app.ProgressDialog; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.os.Parcelable; import android.util.Log; import android.view.Window...
[ "archismandey13@gmail.com" ]
archismandey13@gmail.com
ed7f30a28d44f6def0721d4898beebf3b775b156
300c48be93911b238587c3c0e963948b61627638
/megadesk-recipes/src/main/java/com/liveramp/megadesk/recipes/gear/worker/NaiveWorker.java
23859dbd7815ded26bda95c62d69f977d1587c6d
[]
no_license
conglei/megadesk
a22ffa15a48440887b20bded021dde0edb3e5577
36d08dca34d54abc9913f14b56425244a502bedd
refs/heads/master
2021-01-22T23:20:38.507871
2014-01-26T22:34:50
2014-01-26T22:34:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,726
java
/** * Copyright 2014 LiveRamp * * 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...
[ "thomas@liveramp.com" ]
thomas@liveramp.com
78a19c3266ba1a0f6803777a82fa10da25201977
1d461d829bcd1451f64b4447918ed817bab3516f
/src/com/timexautoweb/domain/EmployeeHome.java
4de8815069121891a3281f5cee59de0cc99d9a36
[]
no_license
alvaroe/timex_java
8f5e5d47148aa2b43b674329e4d1bce4d976cad4
a63723a5dde6d5d4bbba838f542efbf1b86414f4
refs/heads/master
2021-01-01T05:14:07.702391
2014-04-25T01:06:43
2014-04-25T01:06:43
58,427,992
0
0
null
null
null
null
UTF-8
Java
false
false
7,030
java
package com.timexautoweb.domain; // Generated Feb 13, 2013 6:38:59 PM by Hibernate Tools 3.4.0.CR1 import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.HibernateException; import org.hibernate.LockMode; import org.hibernate.Session...
[ "alvaro@3ed9dff2-893a-d44d-aa01-dc056e061ce7" ]
alvaro@3ed9dff2-893a-d44d-aa01-dc056e061ce7
221619f267ecbdddb0684f9c9be63853ec708368
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdasApi21/applicationModule/src/test/java/applicationModulepackageJava15/Foo962Test.java
9c970ed2a71d60319609da99511db06dbe949dc4
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package applicationModulepackageJava15; import org.junit.Test; public class Foo962Test { @Test public void testFoo0() { new Foo962().foo0(); } @Test public void testFoo1() { new Foo962().foo1(); } @Test public void testFoo2() { new Foo962().foo2(); } @Test public void testFoo3() {...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
62f4ecff730bd997b9719735f1afb76b7cea5d82
eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3
/tags/2010-02-27/seasar2-2.4.41/s2jdbc-gen/s2jdbc-gen/src/main/java/org/seasar/extension/jdbc/gen/internal/command/GenerateEntityTestCommand.java
45dcb21ddf3630105e24f3edac50a5c826740547
[ "Apache-2.0" ]
permissive
svn2github/s2container
54ca27cf0c1200a93e1cb88884eb8226a9be677d
625adc6c4e1396654a7297d00ec206c077a78696
refs/heads/master
2020-06-04T17:15:02.140847
2013-08-09T09:38:15
2013-08-09T09:38:15
10,850,644
0
1
null
null
null
null
UTF-8
Java
false
false
18,206
java
/* * Copyright 2004-2010 the Seasar Foundation and the Others. * * 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 ...
[ "koichik@319488c0-e101-0410-93bc-b5e51f62721a" ]
koichik@319488c0-e101-0410-93bc-b5e51f62721a
8e010d8298cd6007051ff034ed7398950c542d9a
71d2e973cc67f252ee631852b9b35e124dca6e4e
/app/src/main/java/com/darshan/tutorial08/DatabaseHelper.java
a23a937763e3ad3658c069dcb82c6aec0c4512bc
[]
no_license
akadarshan/Android-Tutorial-08
3cf8bf09c2798097b0920f6c730c8e51f828fc07
00d52f7415175c22acfc6854250c61827ab32b79
refs/heads/master
2022-12-17T12:57:43.912049
2020-09-20T16:05:02
2020-09-20T16:05:02
297,110,646
0
0
null
null
null
null
UTF-8
Java
false
false
3,875
java
package com.darshan.tutorial08; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import androidx.annotation.Nullable; import java.util.ArrayList; public class Database...
[ "darshanvadodariya71@gmail.com" ]
darshanvadodariya71@gmail.com
0e8d82ab84adc9710ddfec146755e0fe67583936
d92e1c1a13e1a2211fdc12d47cbc7ef12fde75e9
/src/org/spireader/zlibrary/core/drm/embedding/EmbeddingInputStream.java
e64819d1c9b42d0c0ab66c02f01c5765f00c71af
[]
no_license
PhieF/spireader
32741edfbb5de07ba540c234c801b4dcd57d5d9e
259f7f8aaa94fba899cc20904f981dc47fcba7d8
refs/heads/master
2021-08-22T22:11:32.405007
2017-12-01T12:15:27
2017-12-01T12:15:27
112,736,391
0
0
null
null
null
null
UTF-8
Java
false
false
2,021
java
/* * Copyright (C) 2007-2015 FBReader.ORG Limited <contact@fbreader.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 2 of the License, or * (at your option) any later ...
[ "phoenamandre@gmail.com" ]
phoenamandre@gmail.com
a883e1b420b7a1b65bfa017d18a597c17a03b206
c3f27897b5659345ed6018148b0313eb0f74f80a
/344-Reverse-String/solution.java
6478cef4015689790c22b8f198133f26e286ff42
[]
no_license
benjiyue/PersonalProjects
a4dd56b3ecc83fac5d1a1800a01dc0b812c851ef
df0b6e5f14526fb5352e2a5f81d656f86ddfebe4
refs/heads/master
2021-01-19T05:01:09.694868
2016-12-26T15:35:00
2016-12-26T15:35:00
66,719,098
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
public class Solution { public String reverseString(String s) { char[] c = s.toCharArray(); for(int i=0;i<s.length()/2;i++){ char temp = c[i]; c[i] = c[s.length()-1-i]; c[s.length()-1-i] = temp; } return new String(c); } }
[ "byue2013@my.fit.edu" ]
byue2013@my.fit.edu
2104b1eb4339161bff88dba85c2865a867bc26e7
b7936f9a99afb096bc6d68448c32631d7416e177
/build/tmp/recompileMc/sources/net/minecraft/world/storage/loot/LootContext.java
4d40b08bfc306aaf19c968f196c99df9cefa3808
[]
no_license
AlphaWolf21/JATMA
ff786893893879d1f158a549659bbf13a5e0763c
93cf49cca9e23fa1660099999b2b46ce26fb3bbb
refs/heads/master
2021-01-19T02:43:34.989869
2016-11-07T04:06:16
2016-11-07T04:06:16
73,483,501
2
0
null
2016-11-11T14:20:06
2016-11-11T14:20:05
null
UTF-8
Java
false
false
5,040
java
package net.minecraft.world.storage.loot; import com.google.common.collect.Sets; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; import java.util.Set; import javax.annotation.Nullable; import net.minecraft.entity.Entity...
[ "techperson71@gmail.com" ]
techperson71@gmail.com
c4a2facc0f54ef5466303c48e9d8fc145a4697ca
03d61086047f041168f9a77b02a63a9af83f0f3f
/newrelic/src/main/java/com/newrelic/agent/deps/com/google/common/util/concurrent/ListeningExecutorService.java
9afa724715ea3def01a3f0bfad88c77566ad322b
[]
no_license
masonmei/mx2
fa53a0b237c9e2b5a7c151999732270b4f9c4f78
5a4adc268ac1e52af1adf07db7a761fac4c83fbf
refs/heads/master
2021-01-25T10:16:14.807472
2015-07-30T21:49:33
2015-07-30T21:49:35
39,944,476
1
0
null
null
null
null
UTF-8
Java
false
false
790
java
// // Decompiled by Procyon v0.5.29 // package com.newrelic.agent.deps.com.google.common.util.concurrent; import java.util.concurrent.TimeUnit; import java.util.concurrent.Future; import java.util.List; import java.util.Collection; import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; ...
[ "dongxu.m@gmail.com" ]
dongxu.m@gmail.com
427b9f0306df2e924fdb0fb6a87ac0437c4afafa
3a072155199ffa44e85d78f9d90b682731eb8121
/Java/Topic5/1/testpackage/Foundation.java
2a7f45ece7190b3f599c351521d561501db9abb7
[]
no_license
ArunkumarSennimalai/java-assignment
4de199e2cabaae88efdc51fd1cd48070cc507e9e
3629cccee77cbed3622b5ad93d56c6f96519480f
refs/heads/master
2022-07-18T03:11:17.028830
2020-05-20T06:03:17
2020-05-20T06:03:17
265,465,961
0
0
null
null
null
null
UTF-8
Java
false
false
338
java
package testpackage; public class Foundation { private int var1; int var2; protected int var3; public int var4; Foundation() { } Foundation(int var1,int var2,int var3,int var4) { this.var1 = var1; this.var2 = var2; this.var3 = var3; this.var4 = va...
[ "noreply@github.com" ]
ArunkumarSennimalai.noreply@github.com
44f87ae77ce95cd937ab05388d8c0bbe2f81d311
61b2d0e7043932479ab88b36a4ff86db20985cec
/wear/src/main/java/com/example/shahnaz/beatwatch/HeartbeatService.java
17cbf1dddb1f82154b825b7e0cb25bb75e9cea81
[]
no_license
Shahnazps/HeartBeatWatchApp
45b6f579f95dca2d958e20916ac863d38cd37dd7
34a7f22e9678dc5e40ed27cbd1171e5e908047e6
refs/heads/master
2020-03-10T17:59:48.098474
2018-04-14T12:16:20
2018-04-14T12:16:20
129,514,020
0
0
null
null
null
null
UTF-8
Java
false
false
4,719
java
package com.example.shahnaz.beatwatch; import android.app.Service; import android.content.Intent; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android.os.Binder; import android.os.IBinder; import android....
[ "shahnaz.ps@gmail.com" ]
shahnaz.ps@gmail.com
7b70a483bf779c1c5b0dbe2bf1112f0941544b5c
452305662c1b4c2a3261f7348309cba5d6f58c67
/myapp6/src/main/java/com/example/myapp6/MainActivity.java
8d5de43526b89b8d9f1d50de1199fd9465ef3c3d
[]
no_license
jmw93/myfirstapp4
594529883e22331e86fd3c3fbc8a0a90bdfaff71
aebed64ac319c796fbf4a0c0d9e82ccf42e8f636
refs/heads/master
2020-05-07T22:25:14.640388
2019-04-12T06:15:42
2019-04-12T06:15:42
180,944,535
1
0
null
null
null
null
UTF-8
Java
false
false
331
java
package com.example.myapp6; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main...
[ "jmw93@naver.com" ]
jmw93@naver.com
1aeab497ff0a766aa3fc1ea10df3e51705a47c24
0354a384325d8c243ff183017b143be46a314d62
/spring-boot-jpa-lock/src/main/java/cn/mariojd/jpa/lock/service/TeacherService.java
c0d56e1ed387853903b489e40e1fb77e4d613213
[]
no_license
hetingde/spring-boot-learning
bb66e1d4912a5691fc5db545a75c2b690b8ee8d5
1c663d2dd56564fe22abf404005daf84200583e1
refs/heads/master
2023-02-18T05:38:29.939304
2020-06-07T13:42:09
2020-06-07T13:42:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,957
java
package cn.mariojd.jpa.lock.service; import cn.mariojd.jpa.lock.entity.Teacher; import cn.mariojd.jpa.lock.repository.TeacherRepository; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Isolation; import org.springframework.transaction.a...
[ "happyjared1995@gmail.com" ]
happyjared1995@gmail.com
8a2911a72cde3704a3be60c3c36c2cee049f13bf
43bc71c15ae56de3d99b0404e4f9c6ea95f3fc05
/src/bai_3_mang_va_phuong_thuc_trong_java/thuc_hanh/UngDungDemSoLuongSVThiDo.java
5566e6295a3ceba760831a014bd7683bd28ebc45
[]
no_license
sontra2611/C0321G1_NguyenDinhSonTra_Module_2
086b2a0f09cf4f66af71edac1e4dffc85f455a6b
5307695c3488933da70ef0da45d5b1b085e63bcd
refs/heads/master
2023-05-10T13:00:27.376323
2021-06-04T08:30:05
2021-06-04T08:30:05
363,975,429
0
0
null
null
null
null
UTF-8
Java
false
false
1,048
java
package bai_3_mang_va_phuong_thuc_trong_java.thuc_hanh; import java.util.Scanner; public class UngDungDemSoLuongSVThiDo { public static void main(String[] args) { int size; int[] array; Scanner scanner = new Scanner(System.in); do { System.out.print("Enter a size:"); ...
[ "sontra9798@gmail.com" ]
sontra9798@gmail.com
48c062acaa241ad3992234ffc9e3a53dcd1b4a83
58d5e23ca9f9bb0dd6e951d147f6f625476ab1ce
/LeetCodeWeekly/April3/415.java
00b0721a1c16d1afe6197d5c568c8ce8d5f6fa4b
[]
no_license
zhan2209/Algorithm
9449e5bc8f3a9dacea73e66b5ef9cf7038ace5a7
f72ab6122be255bad8e682bc035cefa1864d0656
refs/heads/master
2021-06-01T13:54:39.779118
2020-09-14T00:24:15
2020-09-14T00:24:15
93,651,338
0
0
null
null
null
null
UTF-8
Java
false
false
1,338
java
class Solution { public String addStrings(String nums1, String nums2) { StringBuilder sb = new StringBuilder(); int i = nums1.length() - 1; int j = nums2.length() - 1; int flag = 0; while( i >= 0 || j >= 0){ if( i >=0 && j >= 0 ){ ...
[ "zhan2209@users.noreply.github.com" ]
zhan2209@users.noreply.github.com
528cd4517425ad530e32c22bd134ef64be092902
9b2f68d6af27b0def7a294b604db25c4a81f38f6
/src/main/java/bammerbom/ultimatecore/sponge/modules/ban/commands/IpCommand.java
84bf83379eb9ad9630cc34487b751217de893d34
[ "MIT" ]
permissive
JonathanBrouwer/UltimateCore
29a7b8bcad2f1271ebeca5e69593728f61b791a0
35537cd4b5c4b4cc9a13295955e880ebb0b8ac37
refs/heads/master
2022-01-23T14:38:57.843270
2019-03-30T08:33:32
2019-03-30T08:33:32
20,760,008
3
2
null
null
null
null
UTF-8
Java
false
false
3,572
java
/* * This file is part of UltimateCore, licensed under the MIT License (MIT). * * Copyright (c) Bammerbom * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, includi...
[ "j.brouwer@filternet.nl" ]
j.brouwer@filternet.nl
76ee091a58520cc270aaf82bbf2e7db00432eaa4
6b4047f51fabb18169e0030024871ddbfb0fe306
/app/src/main/java/com/coolweather/android/service/AutoUpdateService.java
e26ccd6b3f1f4bd99b1d0a2e412ee2a27fad2c27
[ "Apache-2.0" ]
permissive
qrwds/coolweathor
17cc21bf8d4201ce08e0c072540bce11dd3f69a8
ab8e0141778229032058759c6181cc3387353b5a
refs/heads/master
2020-03-14T09:58:49.876504
2018-06-18T13:40:30
2018-06-18T13:40:30
131,556,324
0
0
null
null
null
null
UTF-8
Java
false
false
10,704
java
package com.coolweather.android.service; import android.app.AlarmManager; import android.app.PendingIntent; import android.app.Service; import android.content.BroadcastReceiver; import android.content.Intent; import android.content.SharedPreferences; import android.os.IBinder; import android.os.SystemClock; import and...
[ "1095771630@qq.com" ]
1095771630@qq.com
616cc7ee9244627507fcb0886879de119bad2384
4f03f9ca6cb52a2eb25c1735913b34c29bad781b
/backend/src/test/java/com/sinobre/robo_4n69/Robo4n69ApplicationTests.java
2a7ce1fe73f46c0ccce04f96a5946a78aa70b432
[]
no_license
FabioSinobre/Robo_4n69
52fd1058d239591aa30a027dfd0d7e922c686d34
43eafc4e7967f933610816f7f823f341c0914a55
refs/heads/main
2023-08-30T10:02:59.624102
2021-11-14T01:39:58
2021-11-14T01:39:58
417,808,445
3
4
null
2021-11-13T00:57:11
2021-10-16T11:32:43
TypeScript
UTF-8
Java
false
false
215
java
package com.sinobre.robo_4n69; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class Robo4n69ApplicationTests { @Test void contextLoads() { } }
[ "engenharia.computacao4.0@gmail.com" ]
engenharia.computacao4.0@gmail.com
4f13e4248eb2fbc87083ddbfc2d93efb120398e5
d00e6bbd5ef846d95f324ded19824dc8eaeaff97
/src/main/java/com/chy/service/impl/AbstractServiceImpl.java
1e0008a9f0106c9de0380ba4d079b5eb4e275ce6
[]
no_license
octopanda/games
3899f6a03e68f51d952677b243160e0a5c2442d6
9ef088d406cda5e9cbf8c96262588bdc1ebc118c
refs/heads/master
2021-01-21T03:30:10.836528
2013-10-30T19:02:09
2013-10-30T19:02:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
843
java
package com.chy.service.impl; import com.chy.dao.AbstractDao; import com.chy.service.AbstractService; import java.io.Serializable; import java.util.List; import org.springframework.transaction.annotation.Transactional; @Transactional public class AbstractServiceImpl<E, I extends Serializable> implements AbstractSer...
[ "chy@caihaoyutekiMacBook-Pro.local" ]
chy@caihaoyutekiMacBook-Pro.local
bebcd33bce76d83ed46325e48112842efa39562b
ceb2b2ad9c3979d51c03ffecc34112a0dfa93b78
/src/com/chen/ucatch/ui/TestForData.java
0153044143f6054a80446c06f1ba2bcca4734da1
[]
no_license
chenjiqiang/UcatchAS
6e51c0174b3ef665ae03bd93c0ef54d259698f3f
cba8aff1215492a0590a93f784d2666851ae10f3
refs/heads/master
2021-01-01T05:28:44.395933
2016-05-24T09:04:21
2016-05-24T09:04:21
59,496,959
0
0
null
null
null
null
UTF-8
Java
false
false
9,442
java
package com.chen.ucatch.ui; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.location.Location; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.wid...
[ "1170879721@qq.com" ]
1170879721@qq.com
8b50f6d580cc06c3a1444b2839408434621ca946
a7b49d70c8f350ffb991fc446fa226ef8a603756
/src/test/java/com/puppycrawl/tools/checkstyle/grammars/AstRegressionTest.java
63549011f32aec8ea718228ccba8a898b52bd91b
[]
no_license
wenjianliang/check-style-ext
a6afc1d45b9f622a8fbdd066f9ef0715842ecdce
ad835f980bd16f1c095d6d46aa2e3c3a64fc8ff2
refs/heads/master
2021-06-19T20:10:43.525738
2017-07-18T10:18:15
2017-07-18T10:18:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,682
java
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2017 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
[ "yanglikun@jd.com" ]
yanglikun@jd.com
bcd073ccc30564badd661bbd8eadff466476582c
2acbc2b6067efee7b644248eefa6c98e680d9d06
/taotao_web/src/main/java/com/taotao/shop/controller/PageController.java
c9a025c113999d822630bbcfb238880d2930344f
[]
no_license
zhangfanzxx/taotao
749dca98c541eaad1e22573500da8166935f8ad5
238f930d6a7b7a55851b0abf1e481ccfa3a1fd08
refs/heads/master
2021-08-28T06:39:45.584524
2017-12-11T12:02:18
2017-12-11T12:03:14
113,851,631
0
0
null
null
null
null
UTF-8
Java
false
false
450
java
package com.taotao.shop.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; /** * ${DESCRIPTION} * * @author zzff * @create 2017-12-11 16:44 **/ @Controller public class PageContr...
[ "475083976@qq.com" ]
475083976@qq.com
5eb31892694ae377d5dbcb9d169e611a5e3ea270
36d1eb13a33ea89684e1c1309d58bfc45bc0a889
/server/src/main/java/com/gtfo/res/S3Connection.java
8746d2cd388c4f3c94efb5704c5d8a4524fecbb4
[]
no_license
hjchun96/GTFO
df2030bbec03a9b855a163c3dd77704e496bc4e3
09a1fc343672967f204f3b55b6989fc8fa469dcb
refs/heads/master
2020-03-29T11:17:18.132512
2019-04-12T15:16:30
2019-04-12T15:16:30
149,844,504
0
0
null
2019-04-07T22:26:08
2018-09-22T04:16:17
Python
UTF-8
Java
false
false
1,615
java
package com.gtfo.res; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.regions.Regions; import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.AmazonS3ClientBuilder; import com.amaz...
[ "oliverchanyw@gmail.com" ]
oliverchanyw@gmail.com
a856d51aa4671af1e2e0a3eb22881a53d524653d
47d50eca7584315888da50263ec10fa89ff121e0
/contract-frameworks/contract-guice/contract-guice-mvel/src/main/java/com/github/sebhoss/contract/module/DefaultMVELModule.java
60c600baefbb392c33738906bdb33e17e1d5e212
[ "Unlicense", "WTFPL", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sebhoss/annotated-contracts
c9d0482764d09faa173ebd78d3dcce86d979264e
f4d99f9bcd58b184123dfa60ab3f9ed2aafdfaa5
refs/heads/master
2021-01-18T21:30:41.123041
2016-11-20T18:35:19
2016-11-20T18:35:19
5,302,847
0
0
null
null
null
null
UTF-8
Java
false
false
1,678
java
/* * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or * distribute this software, either in source code form or as a compiled * binary, for any purpose, commercial or non-commercial, and by any * means. * * In jurisdictio...
[ "mail@shoss.de" ]
mail@shoss.de
2fc44f2d4d2bec9b5ef305df34d14f05b5de28e5
a7b868c8c81984dbcb17c1acc09c0f0ab8e36c59
/src/main/java/com/alipay/api/domain/FaceMachineInfo.java
acc51aba2576b7b4ea2b3dd69bd85a8f954c469b
[ "Apache-2.0" ]
permissive
1755616537/alipay-sdk-java-all
a7ebd46213f22b866fa3ab20c738335fc42c4043
3ff52e7212c762f030302493aadf859a78e3ebf7
refs/heads/master
2023-02-26T01:46:16.159565
2021-02-02T01:54:36
2021-02-02T01:54:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,310
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 人脸识别机具信息 * * @author auto create * @since 1.0, 2018-11-20 14:56:05 */ public class FaceMachineInfo extends AlipayObject { private static final long serialVersionUID = 188347369...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
ca78ff8aa2bb303fcdc3f1539010f77654cb77a6
2b26fdfbc554e5aa24b01ca5dbc94b9f15db4ee6
/src/main/java/com/nb/crm/settings/dao/IParkDao.java
60adae974da5a8f518976c14ca77d83f2190b0af
[]
no_license
qun15/zhuzhaixiaoquwuyeguanli-
b057a7450084cd5c2c567c05e09a65cf4453d1af
1d96d57b22dd1d770dea25372a7c7ecd07b84aa0
refs/heads/master
2023-05-04T00:47:05.698950
2021-05-28T06:39:33
2021-05-28T06:39:33
365,657,566
0
0
null
null
null
null
UTF-8
Java
false
false
429
java
package com.nb.crm.settings.dao; import com.nb.crm.settings.domain.Park; import java.util.List; import java.util.Map; public interface IParkDao { int getTotalByCondition(Map<String, Object> map); List<Park> getUserListByCondition(Map<String, Object> map); Park getParkListById(String id); int upda...
[ "2805950026@qq.com" ]
2805950026@qq.com
6f333059b044c1358cc6b71bbf7a2d93f10c474a
c1afde3fba89411202486f665cb7d90565fd5038
/src/main/java/hu/frontrider/arcana/recipes/PotionRegistry.java
a6ebc6fcd021311438a9a448074d6cfd8d9a7810
[]
no_license
meitangdehulu/thaumic_arcana
f23e826b492544fce76c667866393423f9bfd0df
b2ed4cb1f45982e49414e57accdf039020deb2cd
refs/heads/master
2020-03-27T08:24:39.101686
2018-08-27T02:07:33
2018-08-27T02:07:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
109
java
package hu.frontrider.arcana.recipes; public class PotionRegistry { static void register() { } }
[ "kisandrasgabor@gmail.com" ]
kisandrasgabor@gmail.com
12377caecd6c3b5ed302b1ae4d786bff0e23341c
10f72da46f36670e8dc1a06fd3c5794c6538640f
/xchange/src/main/java/org/knowm/xchange/internal/service/trade/TradeService.java
ee7bb7871dd703fe390cb8e44486c222208cebdc
[]
no_license
BlockUnison/batm-ext-decent
ae6e31c71d670911db8cab766ed22991e2a125f9
446d4b40562014936c66276f57f2b59c20b02f49
refs/heads/master
2020-04-02T06:37:18.909405
2019-01-29T19:04:50
2019-01-29T19:04:50
154,159,320
0
0
null
null
null
null
UTF-8
Java
false
false
13,343
java
package org.knowm.xchange.internal.service.trade; import java.io.IOException; import java.util.Collection; import org.knowm.xchange.internal.Exchange; import org.knowm.xchange.internal.dto.Order; import org.knowm.xchange.internal.dto.trade.LimitOrder; import org.knowm.xchange.internal.dto.trade.MarketOrder; import or...
[ "peter.nosko@gmail.com" ]
peter.nosko@gmail.com
bb873a915dedfb21863f09c073f73a363b424771
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/ant_cluster/2987/src_1.java
d55361173c4fc79dec2f1ff5f9492a42c6725f94
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,101
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "375833274@qq.com" ]
375833274@qq.com
5104c871461556228b7ed1e97ccb46b94caff313
3293fb62516d7a673a3504792d661cec009a0013
/src/main/java/Sword_finger_offer/BinaryBitNumber.java
bc019588e06dd6781488a70a483fe6a6c6a6c386
[]
no_license
LJJ1994/algorithm-for-interview
67ee6f4c814dd9daf27abca4c6e366c90ccd47b9
97b67faba79ef5c4d647c44bfba818fb2d5f5921
refs/heads/main
2023-05-22T18:51:47.302228
2021-06-16T18:32:57
2021-06-16T18:32:57
343,346,179
0
0
null
2021-05-01T14:05:54
2021-03-01T08:44:03
Java
UTF-8
Java
false
false
1,931
java
package Sword_finger_offer; import java.util.ArrayList; import java.util.HashMap; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CopyOnWriteArrayList; /** * 二进制中1的个数 * * 请实现一个函数,输入一个整数,输出该数二进制表示中 1 的个数。例如,把 9表示成二进制是 1001,有 2 位是 1。 * 因此,如果输入 9,则该函数输出 2。 * * 示例 1: * * 输入:000000000000...
[ "optionsci111@gmail.com" ]
optionsci111@gmail.com
b36e1d2278b9b24c8c626e551305559bf1231403
607bd7c101cc200204e959ea2d73d3f75ba1e36c
/Java/LRUCache.java
022579844b280e4e79a58addf1e9e7b93614bb2d
[]
no_license
qianwen/LeetCode-Solutions
7f989ff17432de8a407c13a7ea616388cfa6bbda
b94eb16d3c0f5556ec8ec185d4b0849f27eb0151
refs/heads/master
2021-01-19T15:32:32.108127
2014-08-27T06:23:31
2014-08-27T06:23:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,291
java
/* LRU (Least Recently Used) Cache * Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. * get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. * set(key, value) - Set or ins...
[ "sissiqianwen@gmail.com" ]
sissiqianwen@gmail.com
4404fa16af86cd0b9a2fab75cf75fdbff1261442
30ce2437da14f0a2f84ac99a9a3acad7148512ae
/手指测心率/gen/com/wl/adrxin/BuildConfig.java
e28895385c969692b04afe1b2c8291281880bf4a
[]
no_license
wuleihenbang/MyFirstRepo1
8754cbbc90ea6f86986a2dadfea3ea0a59529532
6165db5b4cf7034a8a98dac3c04f7bc6fcfef35d
refs/heads/master
2021-01-19T07:57:14.825334
2014-03-29T09:12:03
2014-03-29T09:12:03
17,465,194
0
1
null
null
null
null
UTF-8
Java
false
false
155
java
/** Automatically generated file. DO NOT MODIFY */ package com.wl.adrxin; public final class BuildConfig { public final static boolean DEBUG = true; }
[ "wuleihenbang@126.com" ]
wuleihenbang@126.com
8f15ff1bf8372a0e5f0948bfa2a1752e5d939b25
e399874d5ae2af48ac4394cc4b5b725155ed3efa
/PrimerEjercicio/Ejemplo_Relaciones.java
3fc8ae25ffe1cbd00037f7444fe8eddff3d3e069
[]
no_license
adriujo/Proyecto-ENDES
617e466f8d34971e3867602e395bed839bd00120
ffc7bd99983951eaa565564143d13ede9ec0a19d
refs/heads/master
2023-01-20T21:35:48.028328
2020-11-27T19:32:14
2020-11-27T19:32:14
316,581,204
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
java
/** * */ package PrimerEjercicio; import java.util.*; /** * @author TARDES * */ public class Ejemplo_Relaciones { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub //clase scanner para peticion de datos Scanner teclado = new Scanner (System.in); ...
[ "adrifanjul2452@gmail.com" ]
adrifanjul2452@gmail.com
fc784e552b2c7530b88f77cdce8e294cf1d30931
1f10320ee66a0379661c123ee6019fa495fa0744
/src/server/Order.java
f731d864d81c7082569a7ab2ed8f4fbc36cdfa3f
[]
no_license
preslava98/SAP-PROJECT-TastyPizza-
432cd3f6b5ed5eccbd3bca09fa3afb7b7cefa10e
28dd7166b0719efd5d3f576c97b18c6d13f48290
refs/heads/master
2020-06-17T07:30:31.038559
2019-07-12T09:16:42
2019-07-12T09:16:42
195,846,934
0
0
null
null
null
null
UTF-8
Java
false
false
710
java
package server; public class Order { private String name; private int quantity; private int id; private double price; private Food food; public Order(String name, int id, int quantity, double price, Food food) { this.name = name; this.id = id; this.quantity = quantity; this.price=price; this.food = ...
[ "preslava981@abv.bg" ]
preslava981@abv.bg
c2a022047055c46fa94efe3e2e40bf6df9ecb96e
454e0b0c9d000d03d3767b2d7231ab0dfe1344a7
/src/Code/Commands/Reset_fly_speed.java
dfe58f396140546cec81eb175e0615be36e90e8f
[]
no_license
580baby/Narwall-Plugin
f4661ca6484d418aeed53de282f4a85ca2b94526
42d839c8b2e9e0d1f3d1d93c38a1b092c96510d3
refs/heads/master
2020-05-26T15:22:16.914337
2018-03-08T02:17:54
2018-03-08T02:17:54
85,010,112
2
2
null
2018-03-08T03:16:38
2017-03-15T00:16:37
Java
UTF-8
Java
false
false
809
java
package Code.Commands; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import Code.Main; public class Reset_fly_speed implements CommandExecutor { @SuppressWarnings("unused") private Main core; public Reset_fl...
[ "rooneyjferguson@gmail.com" ]
rooneyjferguson@gmail.com
2fa6a7831b9b9d8ce6634145929554da06836870
de1aa7d6c44b2243208d033c3a7daf4782033322
/src/main/java/pl/tobynartowski/database/executor/MySQLExecutor.java
18768cb67de36d0144e775cac1d4dbe868a3a8ca
[]
no_license
TobyNartowski/FileReader
171765088b91b2a3cfb1f4cf5801b12008c2f758
c4142ebb5a0368647b5925a6bddb192bd7ab8dda
refs/heads/master
2022-12-17T06:30:07.047288
2020-09-27T18:45:30
2020-09-27T18:45:30
298,822,379
0
0
null
null
null
null
UTF-8
Java
false
false
1,492
java
package pl.tobynartowski.database.executor; import pl.tobynartowski.database.query.create.CreateQuery; import pl.tobynartowski.utils.TopologicalSorter; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Statement; import java.util.List; public class MySQLExe...
[ "tobiasznartowski@gmail.com" ]
tobiasznartowski@gmail.com
048bb83ba102f5028b4cbf23afc7dd8790b62d90
fc2a742044c72e1e08aafc9d337425e7c19d1eb4
/src/main/java/com/iluo/rabbitmq/MQSender.java
66afc8e9d1719857d664db5e3956310299c8165e
[]
no_license
ILUO/vacations
906df4daa3fe9b887e6a12196af7086faed70203
492a218ae3d79df22db5fe76ad0e987e180b0333
refs/heads/master
2022-06-26T06:16:01.972326
2020-01-02T09:29:34
2020-01-02T09:29:34
228,647,982
0
1
null
2022-06-17T02:49:03
2019-12-17T15:39:22
Java
UTF-8
Java
false
false
1,406
java
package com.iluo.rabbitmq; import com.iluo.redis.RedisService; import com.iluo.vo.MiaoShaMessageVo; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.amqp.core.AmqpTemplate; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation...
[ "2323221725@qq.com" ]
2323221725@qq.com
0eac2423963a6bcac4aa88f68644426f324ff479
a0f6cf75af5cc26f2b9e3ffe5d1f0e81fc4538bb
/audio2mp3/src/main/java/com/czt/mp3recorder/MP3Recorder.java
e5b3bc25b1886b8b7e01bec958a7296741cc5c16
[]
no_license
juyingguo/AndroidJavaDemoTestForAS
5ac4ab022e854e6033761af830f0857d8b59d0a8
259db4653a58926a90cd3046aa3e8bf883f4b935
refs/heads/master
2023-04-14T16:25:00.394511
2023-04-05T13:55:04
2023-04-05T13:55:04
198,392,366
0
0
null
null
null
null
UTF-8
Java
false
false
6,341
java
package com.czt.mp3recorder; import android.media.AudioFormat; import android.media.AudioRecord; import android.media.MediaRecorder; import android.os.Handler; import android.os.Message; import com.czt.mp3recorder.util.LameUtil; import java.io.File; import java.io.IOException; public class MP3Recorder { //========...
[ "juying2050@sina.cn" ]
juying2050@sina.cn
e54807ebc8eafb6db178ac6e0e52d3b82b998d20
c885ef92397be9d54b87741f01557f61d3f794f3
/results/JacksonDatabind-103/com.fasterxml.jackson.databind.deser.std.StdValueInstantiator/BBC-F0-opt-20/tests/20/com/fasterxml/jackson/databind/deser/std/StdValueInstantiator_ESTest.java
a27f4acb679b1c7eb405d9f7957ccaecd20e5c4c
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
63,555
java
/* * This file was automatically generated by EvoSuite * Thu Oct 21 22:52:54 GMT 2021 */ package com.fasterxml.jackson.databind.deser.std; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com...
[ "pderakhshanfar@serg2.ewi.tudelft.nl" ]
pderakhshanfar@serg2.ewi.tudelft.nl