blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
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
684M
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
132 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
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
7f6762a2c74d74810bea5526cd7be5b997c1a711
9a71c570a7ecac9a4b42dcac21e21b9ab898320e
/CustomerManagementSystem/src/com/capg/cust/ui/User.java
2ef302dc0f5454c5d239d7d00604f7bebb9f3096
[]
no_license
ranadeepajay/demo
e6e497ddcdfc6cefd9c52f92f9999f66726e8819
9290cc3d105a171ad4ff5b619af9b64e1ff3b2f6
refs/heads/master
2021-01-05T13:49:06.374208
2020-02-17T07:23:15
2020-02-17T07:23:15
241,040,128
0
0
null
null
null
null
UTF-8
Java
false
false
1,950
java
package com.capg.cust.ui; import java.sql.Date; import java.util.Scanner; import com.capg.cust.bean.Customer; import com.capg.cust.service.CustomerService; import com.capg.cust.service.ICustomerService; public class User { public static void main(String[] args) { // TODO Auto-generated method stub ...
[ "ADMIN@ECE-LAB-193" ]
ADMIN@ECE-LAB-193
e7b4d778f6bdf446349a845b983ffee886e1333d
8f4380708a8d92e52ce2ed80ee650aabe35ac749
/testGit/src/main/java/domain/Person.java
f34b15a4847d05245c239b6a6991bd52da07ddf8
[]
no_license
humenmiku/gittest
88a3bc7d4427d3b451e5fdaea3b355703244f25f
1226ffac5b63412d1701b46fd005c2fc7e0d6a4c
refs/heads/master
2023-01-24T02:45:07.426572
2020-11-23T07:01:50
2020-11-23T07:01:50
315,185,043
0
0
null
2020-11-23T03:25:58
2020-11-23T02:58:45
null
UTF-8
Java
false
false
113
java
package domain; public class Person { private String name; private Integer age; private String id; }
[ "gkdxdmaoligei@163.com" ]
gkdxdmaoligei@163.com
9758515e2805736d24803d6c1664e485292a455f
3bf2529241103df0996440a4a50092822d45abc4
/src/main/java/net/ninjacat/pop500/api/callbacks/OnBitmapListener.java
d373634b1e58a9ea2ade5b72bb1f0ce1327fece0
[ "Apache-2.0" ]
permissive
uaraven/Pop500
cea0951d3801dc904ccdd082425564643d2c5b18
ae7e53756bcda1f073865c5c2e95e66d9badac03
refs/heads/master
2020-03-31T11:30:35.339077
2014-02-13T15:16:37
2014-02-13T15:16:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
208
java
package net.ninjacat.pop500.api.callbacks; import android.graphics.Bitmap; public interface OnBitmapListener { void bitmapAvailable(String key, Bitmap bitmap); void bitmapFailed(Throwable fail); }
[ "ovoronin@gmail.com" ]
ovoronin@gmail.com
36147909f90b57d7660e064aab94a2d2423c4cbf
9329071c7a74c2bf206b7bdf7edd984748d205b3
/src/main/java/io/sporkpgm/module/modules/region/exception/InvalidRegionException.java
d8f9ea28593204b556ae8c80e7cf45e80cd3d33d
[]
no_license
simba3rcks/SporkPGM
c102e0ee55dcab5ef59360b79d3e9caf39029942
a32f017f579967e9ae66e11e2edf614bcce0d700
refs/heads/master
2021-01-18T06:05:10.373516
2014-06-10T21:49:24
2014-06-10T21:49:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
377
java
package io.sporkpgm.module.modules.region.exception; import io.sporkpgm.module.exceptions.ModuleBuildException; import org.jdom2.Element; public class InvalidRegionException extends ModuleBuildException { private static final long serialVersionUID = -8988962714866893205L; public InvalidRegionException(Element ele...
[ "harry.fox.ic@icloud.com" ]
harry.fox.ic@icloud.com
9867c79c2ae85ea7cadce8ea22497a56cbd9f087
cd6c199441cbdb958797983cca67e3048faf9262
/src/main/java/com/mana/spring/dao/PasswordResetDAO.java
d275dd37efcc1ec05b0bd6c002e0a7afef71307d
[]
no_license
nik8singh/blueberry
9e0491d2f680a237ee2792f496eb6f7ca0543865
4e57e6419f2a141490a24b37ac711bceaae41115
refs/heads/master
2022-12-20T07:18:31.671313
2021-01-23T00:29:47
2021-01-23T00:29:47
148,213,464
1
0
null
2022-12-15T23:39:39
2018-09-10T20:15:08
Java
UTF-8
Java
false
false
260
java
package com.mana.spring.dao; import com.mana.spring.domain.PasswordReset; public interface PasswordResetDAO { long savePasswordReset(PasswordReset passwordReset); PasswordReset getPasswordReset(String token); void deleteToken(String token); }
[ "nscoder8@gmail.com" ]
nscoder8@gmail.com
eaa6278be3855e6952426fd4b5cc5be69649ddde
a0b58788f463fc324db4b2c8882f4e1ad2bb9334
/app/src/main/java/com/shade/journey/base/MapLocationHelper.java
d6c1c48da0ca6e1f9fd0b7225386c86017b27a7a
[ "Apache-2.0" ]
permissive
1210958801/Journey
22fb6caa7a8bc0b39d0d5f7eb30efc7778f4291d
832301801494bf0c669dd555a6cd91d20a7972c6
refs/heads/master
2020-04-22T19:51:22.694297
2019-02-14T04:09:56
2019-02-14T04:09:56
170,621,389
1
0
null
null
null
null
UTF-8
Java
false
false
2,994
java
package com.shade.journey.base; import android.content.Context; import android.util.Log; import com.amap.api.location.AMapLocation; import com.amap.api.location.AMapLocationClient; import com.amap.api.location.AMapLocationClientOption; import com.amap.api.location.AMapLocationListener; public class MapLocationHelper...
[ "lzyBeyond86@163.com" ]
lzyBeyond86@163.com
1bcde86b93c39d98a6f916d9322fd5c57a603756
e9e167b19297e84b10b101d2e228d3e5be729a9f
/demo/src/main/java/com/example/demo/test/Test2.java
06fa3aae2e4f04116c374adf3559551563d4c023
[]
no_license
X-Yu/test
eb0b29ad2ae938d76681ca3a8c005b768cb3a378
ca9aa5944ff6dcb14a8bd2e730a59da9913700e8
refs/heads/master
2023-07-11T01:30:05.719764
2021-08-12T03:35:43
2021-08-12T03:35:43
395,185,144
0
0
null
null
null
null
UTF-8
Java
false
false
278
java
package com.example.demo.test; /** * @ClassName : Test2 //类名 * @Description : //描述 * @Author : lhy //作者 * @Date: 2020-09-23 16:01 //时间 */ public class Test2 extends AbstractTest { @Override public boolean m2() { return false; } }
[ "lihanyu@xinyusoft.com" ]
lihanyu@xinyusoft.com
066e160d9863ac127f8ab9b54c7044cb568ea2d3
f6ece9edadc81fcebc236827480627346b692a9d
/lib/DevApp/src/main/java/dev/utils/common/ConvertUtils.java
9173e931de55762f4b54b868e41363c1ba7e9d09
[ "Apache-2.0" ]
permissive
ExpLife0011/DevUtils
55d65c9b5195d5f9ecec662d2f7852b9a0533430
ede5b8df6f3fb11f1c9a9ba9031fe1c8daf17664
refs/heads/master
2021-01-08T22:30:31.243973
2020-02-20T16:00:45
2020-02-20T16:00:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
56,664
java
package dev.utils.common; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.math.BigDecimal; import java.math.BigInteger; import java.util.Arrays; import dev.utils.JCLogUtils; /** * detail: 转换工具类 (Byte、Hex 等 ) ...
[ "13798405957@163.com" ]
13798405957@163.com
49ee92d98bb3b5ae8e93b156dea96b9c61a43b36
eef96a57c1ca92b76190d4d79ade076a98d86fa9
/Kisugu High School/src/clarion/finance/core/Accounts.java
80e3bcbdc32a442ac76c8bcb58804f332f91402f
[]
no_license
WalterNyeko/customizable-school-system
f64ee9514a2eed951087f58aa9bb54df50b200e0
f606921527e8500b5f72397ea50d6061485022c0
refs/heads/master
2020-03-18T00:32:17.404629
2019-04-21T12:57:55
2019-04-21T12:57:55
134,099,804
1
0
null
null
null
null
UTF-8
Java
false
false
8,271
java
package clarion.finance.core; import java.math.BigDecimal; import java.text.DecimalFormat; import java.util.Date; public class Accounts { private BigDecimal id; private Date date; private String accountName; private String voucherNumber; private String details; private String folio; priv...
[ "walter@walter-Inspiron-15-3567" ]
walter@walter-Inspiron-15-3567
4e9d9f8b05bf03a7978440738d521a80f7081edc
aff056ee146a9ffa01d18acce83b1a4f6bf3a0e9
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/androidx/constraintlayout/widget/R.java
829f81c5f2da71b1e14340d9138d2e0b3a007f6a
[]
no_license
demflou/eCommerceApp
f54baff2165cea556e38e415500cf684f1b120b6
6309b332445a86023ad6eacbf6a6c513e4043770
refs/heads/master
2023-07-15T01:17:53.580456
2019-10-09T12:11:31
2019-10-09T12:11:31
196,408,457
0
0
null
null
null
null
UTF-8
Java
false
false
187,977
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package androidx.constraintlayout.widget; public final class R { private R() {} public static final class anim { priva...
[ "kyrchristod@gmail.com" ]
kyrchristod@gmail.com
2620368b4176a1bf58f4f6f20ef37a6a0936fc47
e87b04a5f6193b01eda45f682a48b82aa0d01695
/account-api/src/main/java/com/jalarbee/aleef/account/api/AccountService.java
ed5ed70e2e560eb9ff83e9284580e5142a049a35
[]
no_license
teranga/ecommerce-paltform
f474949f1a400ca0aa761b86f246f6e6e29f2d27
524fd4b43343119ed25a7feb8124ef44b7eadc50
refs/heads/master
2021-01-12T18:06:07.733218
2017-04-14T04:38:50
2017-04-14T04:38:50
69,907,435
0
0
null
null
null
null
UTF-8
Java
false
false
1,433
java
package com.jalarbee.aleef.account.api; import akka.Done; import akka.NotUsed; import com.jalarbee.aleef.account.api.model.Account; import com.lightbend.lagom.javadsl.api.Descriptor; import com.lightbend.lagom.javadsl.api.Service; import com.lightbend.lagom.javadsl.api.ServiceCall; import com.lightbend.lagom.javadsl.a...
[ "barrymanda@gmail.com" ]
barrymanda@gmail.com
28c5830c4a24cda09911c26507c6ab32822a6a7c
8c003261d6a4d267d39f4013160d990db2391cd6
/src/ch/theband/benno/jarepo/Rechnung.java
4a1ff71b7464a257ec2393f9db7de9cbf7cd542b
[]
no_license
saxmaster79/jarepo
982b189db96437b09c0144a65482b1c7a58ed6de
2415a36e8688bfc035d327af5370003b6460a3fc
refs/heads/master
2020-04-15T16:55:16.346631
2019-05-14T18:59:50
2019-05-14T18:59:50
762,227
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
package ch.theband.benno.jarepo; public class Rechnung { private String luecke; private String vorLuecke; private String nachLuecke; public Rechnung(String luecke, String vorLuecke, String nachLuecke) { this.luecke = luecke; this.vorLuecke = vorLuecke; this.nachLuecke = nachLuecke; } ...
[ "saxmaster79@gmail.com" ]
saxmaster79@gmail.com
493ed8f3e3ed5a9d46874e887dfcae6d3d4f6d6e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/34/34_5d2a05ba329424f9b95b3cf72c7c50c2eba28c48/EnvelopeHandlerBasedConsumer/34_5d2a05ba329424f9b95b3cf72c7c50c2eba28c48_EnvelopeHandlerBasedConsumer_t.java
1f620f6acb09d5895f3e082afbc1656758740755
[]
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
4,304
java
package pegasus.eventbus.rabbitmq; import java.io.IOException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import pegasus.eventbus.client.Envelope; import pegasus.eventbus.client.EnvelopeHandler; import pegasus.eventbus.client.EventResult; import com.rabbitmq.client.Channel; import com.rab...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
285ad7f5ef347ee56ded6556548fec1d42cce2ff
0375bc8e5711b2b004950db237f2a3988368fd20
/Topics/Iterating over arrays/Check if an array is sorted ascending/src/Main.java
31678e26aba45bcd00cce9cebde375675d6c717a
[]
no_license
miannuzzi/Simple_Tic-Tac-Toe
bb74cf6ab05d4b7718228e326f763b9a5b9465d8
e1a5042296b70d667b9e764ad75f6ed6db7b91ca
refs/heads/master
2023-05-15T09:35:38.921339
2021-06-05T15:23:41
2021-06-05T15:23:41
374,147,533
0
0
null
null
null
null
UTF-8
Java
false
false
533
java
import java.util.*; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int length = scanner.nextInt(); boolean ordered = true; int i = 0; int previousValue = 0; while (ordered && i < length) { i++; ...
[ "marcelo.iannuzzi@wdc.com" ]
marcelo.iannuzzi@wdc.com
b25b6ee9b9bc7995890060f085ea2e9140c5cdd9
7f6cf436e8bed082466f97bcc7abf0721d235f1a
/src/com/bionic/javase/week3/ClassPrivateConstructor.java
16f277e56eb6f1cd34bd35c3b14166df48b83b75
[]
no_license
Jose0007/BionicJavaCourses
2bdb61cd49e1dd761ca82e0ceb0d2b2e6b78441a
271e05dd5fc7de04b6ff70e66ea12ba96da441f6
refs/heads/master
2020-12-14T07:22:28.297075
2014-04-02T12:24:31
2014-04-02T12:24:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
package com.bionic.javase.week3; public class ClassPrivateConstructor { private ClassPrivateConstructor() { System.out.println("ololo"); } }
[ "yaroslav.shlapak@gmail.com" ]
yaroslav.shlapak@gmail.com
7ca54815643ce45ddfc8c9b9bed5adfb68de5d9a
f10fcce714caa718b8ab031c87d7bcf36c72e2da
/src/main/java/com/example/springbootshiro/SpringbootShiroApplication.java
2c1bcc7c4645497e79e0e9f49ef0d3f1f95b62b1
[]
no_license
zfx1101804091/springboot-shiro
32f2ad29a5e95707edb9456a62df708587dc0fda
15376ba55600f06ca8d40ca9df77b120a133143e
refs/heads/master
2022-06-23T17:09:28.178016
2019-08-05T16:01:51
2019-08-05T16:01:51
200,464,232
0
0
null
null
null
null
UTF-8
Java
false
false
451
java
package com.example.springbootshiro; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @MapperScan("com.example.springbootshiro.*.mapper") public class SpringbootShiroApplicati...
[ "1875586562@qq.com" ]
1875586562@qq.com
e77194409ae83c95009adb9a92186d80477152da
19b6616975d65b3660f0a8f7b84104440467d973
/src/com/tpm/dao/PPTrainingConceptDao.java
47400e268e460ac7b24418c1eab2b5411a7a0c1f
[]
no_license
shuyun1/TPM
9646b25eae25936e8c216cca9b8eef41de81dc8f
7011c781410f1bd6c73bf28316f3d9a1d4726e05
refs/heads/master
2023-03-18T02:03:24.648742
2019-08-31T10:21:39
2019-08-31T10:21:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
236
java
package com.tpm.dao; import com.tpm.entity.Department; import com.tpm.entity.PPTrainingConcept; public interface PPTrainingConceptDao extends BaseDao<PPTrainingConcept>{ PPTrainingConcept getbydepartment(Department department); }
[ "48194573+15930599706@users.noreply.github.com" ]
48194573+15930599706@users.noreply.github.com
9c93b16ff47f47aaf75b395e38f1a7f7824d244e
07d4c2f245ba02b315927e0bf6efeb8263f74ec0
/src/main/java/com/stock/repository/StockRepository.java
f214ea93816e63b9aef62fd0112f39ef2745432a
[]
no_license
dkumar261/stock
1c0dc58e862015b3f148355b5720f4dfb34a4a99
39672eb51dbda956b11730aa1376180692d99f10
refs/heads/master
2023-02-16T02:19:08.369028
2023-02-07T19:07:09
2023-02-07T19:07:09
266,615,250
0
0
null
2023-02-07T19:07:10
2020-05-24T20:00:25
null
UTF-8
Java
false
false
278
java
package com.stock.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.stock.domain.Stock; @Repository public interface StockRepository extends JpaRepository<Stock, Integer> { }
[ "krsnvicky@gmail.com" ]
krsnvicky@gmail.com
d31fc85368bacacb581d37034690a723178e4ef8
c56f05bdbde4090ee4138c6564eacc855155fc6b
/app/src/main/java/com/kingl/zxs/klapplication/Net/NetStateEvent.java
23b9a4bb3eb2ba473f7209ccf30433546a860a09
[]
no_license
zxs055/newApplication
af8f5c65ebc249cc307cf653d9348329545787b1
0c47b3dbeecdf64a749b4c93b9824c421d675121
refs/heads/master
2020-03-21T14:53:12.959904
2018-06-26T03:50:28
2018-06-26T03:50:28
138,681,041
0
0
null
null
null
null
UTF-8
Java
false
false
160
java
package com.kingl.zxs.klapplication.Net; /** * Created by Administrator on 2018/6/11. */ public class NetStateEvent { public NetStateEvent(){ } }
[ "308090180@qq.com" ]
308090180@qq.com
a9ddcb0ba70e45bba8b3b7ba5adc029cfb9782c4
69f586852f6d1a2be27c634cfd7fcc8490a7438c
/src/java/servicio/CursoService.java
cac2b1cdeb8edb350a03e1162908b395475764f8
[]
no_license
seminarioumg20188102/WServiceEscuela
29b7375c0c13608a0952bfbcb72d3e66167668d6
1d5025df4e10ddd1b790ac9c526fdf8fe1d5d711
refs/heads/master
2020-04-01T16:42:22.256575
2018-10-17T04:15:27
2018-10-17T04:15:27
153,394,100
0
0
null
null
null
null
UTF-8
Java
false
false
1,713
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 servicio; import entities.Curso; import java.util.List; import javax.ejb.EJB; import javax.jws.WebService; import javax.ejb.St...
[ "josfischmann@gmail.com" ]
josfischmann@gmail.com
db1538393c5672f09d20b7d188bf9b48e13249e0
b1c8154e536146c85100d8f1366d9a7371254d41
/src/main/java/com/util/PageDataGrid.java
ecdd5090e926e874a5437739b5e5775d6d40e018
[]
no_license
wangzai9999/hrms
1e73451702c4c7f03e31501015ee016d2faeb917
23878ae44c28de32016a7bbdaa6a24173a8ac0e2
refs/heads/master
2020-07-10T10:29:19.950353
2019-08-25T02:39:58
2019-08-25T02:39:58
204,240,743
0
0
null
null
null
null
UTF-8
Java
false
false
379
java
package com.util; import java.util.List; public class PageDataGrid { private long total; private List rows; public long getTotal() { return total; } public void setTotal(long total) { this.total = total; } public List getRows() { return rows; } public v...
[ "chuan@qq.com" ]
chuan@qq.com
f94a4f38dd5c384c1a2c7b1009b78b4c50e225d9
f09e549c92dfebe1fb467575916ed56e6a6e327e
/snap/src/main/java/org/snapscript/tree/define/EnumConstantGenerator.java
b928a66177920e4621c9be3b69ef88ab9099466b
[]
no_license
karino2/FileScripting
10e2ff7f5d688a7a107d01f1b36936c00bc4d6ad
4790830a22c2effacaaff6b109ced57cb6a5a230
refs/heads/master
2021-04-27T19:28:23.138720
2018-05-04T11:09:18
2018-05-04T11:09:18
122,357,523
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package org.snapscript.tree.define; import static org.snapscript.core.Reserved.ENUM_NAME; import static org.snapscript.core.Reserved.ENUM_ORDINAL; import org.snapscript.core.scope.State; import org.snapscript.core.scope.instance.Instance; import org.snapscript.core.type.TypeState; import org.snapscript.core.type.Type...
[ "hogeika2@gmailcom" ]
hogeika2@gmailcom
ec6df42ac1eee41246b91ee33bdcf0d79c0b0ef3
4dd2889eb5fe1bdb026d5b30403b0bd8a13de980
/src/entity/MyButton.java
20b13851205f131a7388bc01c3603a5fa96ceb99
[]
no_license
sfzhou5678/Project2Tetris
ad739e4e45f4f6fd84dc913d66308a8aa84d2ba5
b4b91dfcbde6d09133275d216ef64f103f2afa2d
refs/heads/master
2021-06-04T13:37:13.220424
2016-08-28T05:43:14
2016-08-28T05:43:14
null
0
0
null
null
null
null
GB18030
Java
false
false
1,227
java
package entity; import java.awt.Image; import java.awt.Insets; import javax.swing.ImageIcon; import javax.swing.JButton; public class MyButton extends JButton{ int width,height; private static final long serialVersionUID = 1218571878182523580L; public MyButton(String url,String text,int width,int height){ th...
[ "260174969@qq.com" ]
260174969@qq.com
9b7a59efad3e29539a5df8188ff1a1d3bebdfae9
a5606ada7786b0eee5d56ebf6d92256eae0c06ec
/src/main/java/PositionalKeys/FastCoordLocal.java
38ab70c6f52704e832cc09c8647039456bc69071
[]
no_license
CircuitCM/StickyBlockTest
3b27f427e95102d4335faf4e2f3b0a4c424e8887
b2cb0abefedbfcafb2666e4e843a7a15d049266b
refs/heads/master
2022-04-06T15:03:27.246418
2019-11-22T20:58:00
2019-11-22T20:58:00
195,263,672
0
0
null
null
null
null
UTF-8
Java
false
false
402
java
package PositionalKeys; public final class FastCoordLocal extends ChunkLocalCoord{ private final byte y; FastCoordLocal(byte xl, byte yl, byte zl) { super(xl, zl); y=yl; } public byte getY(){ return y; } @Override public int hashCode() { return 0; } ...
[ "Mycatisnice1.charlesmarksco@gmail.com" ]
Mycatisnice1.charlesmarksco@gmail.com
5d21d31b21dee50e60893ed901e3d7ffae619fde
6ffe8c280007a70dd91a0e2d7144c863c06c1bd7
/pos-v2-framework/src/main/java/com/cykj/framework/config/SecurityConfig.java
d9281fb782c15e57e73c74b67b4d8350fe9e9751
[ "MIT" ]
permissive
syswjb8888/-cykj-bobo-java
ffc42910022818f4eb693cc9844671b88338381f
9fad4635212515166ae07678babedea4353cc8e2
refs/heads/master
2023-03-09T06:34:14.458085
2021-03-02T03:19:17
2021-03-02T03:19:17
341,116,100
0
0
null
null
null
null
UTF-8
Java
false
false
5,937
java
package com.cykj.framework.config; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.http.HttpMethod; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.security.config.annotati...
[ "syswjb@126.com" ]
syswjb@126.com
750dce2c320bac29dd26802e9041451782fb58d8
9282591635f3cf5a640800f2b643cd57048ed29f
/app/src/main/java/com/android/p2pflowernet/project/view/fragments/mine/orderflow/refund/ApplyforRefundActivity.java
fd13248f0fe5a3e1c849dedaa9b97ae2b15d3ced
[]
no_license
AHGZ/B2CFlowerNetProject
de5dcbf2cbb67809b00f86639d592309d84b3283
b1556c4b633fa7c0c1463af94db9f91285070714
refs/heads/master
2020-03-09T17:27:14.889919
2018-04-10T09:36:33
2018-04-10T09:36:33
128,908,791
1
0
null
null
null
null
UTF-8
Java
false
false
1,362
java
package com.android.p2pflowernet.project.view.fragments.mine.orderflow.refund; import android.text.TextUtils; import android.view.KeyEvent; import com.android.p2pflowernet.project.entity.OrderDetailItemBean; import com.android.p2pflowernet.project.entity.OrderListBean; import com.android.p2pflowernet.project.mvp.KAct...
[ "18911005030@163.com" ]
18911005030@163.com
1dc60e592b4a44a53e51fea050aa50f86e418cf8
74f1bca93f8019e5b9db4e98793a0b8ff0fc309f
/AdvancedTraining/src/com/training/advanced/java/JavaMain.java
8c9681dbcb7c560063f9797ca8681cc60eafd027
[]
no_license
osmanyoy/beyaz
cf64952baae3588e2b4a3bf03abec59cc3eb5ac1
baaf10922163df01eacd7dd9d4051f6df8aa508d
refs/heads/master
2021-05-06T06:24:08.447465
2018-05-30T13:14:05
2018-05-30T13:14:05
113,846,413
1
0
null
null
null
null
ISO-8859-9
Java
false
false
1,629
java
package com.training.advanced.java; public class JavaMain { public static void main(final String[] args) { IIslem<Double, Double, String> myIslem = (a, b) -> "" + (a + b); IOperation<Double> toplama2 = (d, f) -> d + f; Double dResult = toplama2.execute(100D, 50D); IOpera...
[ "osman.yaycioglu@gmail.com" ]
osman.yaycioglu@gmail.com
e728ca7c4952385b19e94fe4ebd7bd53c641b154
95bca8b42b506860014f5e7f631490f321f51a63
/dhis-2/dhis-support/dhis-support-xml/src/main/java/org/amplecode/staxwax/framework/OutputPort.java
3163f83a67675c14c47f42ba355755d98030a9e4
[ "BSD-3-Clause" ]
permissive
hispindia/HP-2.7
d5174d2c58423952f8f67d9846bec84c60dfab28
bc101117e8e30c132ce4992a1939443bf7a44b61
refs/heads/master
2022-12-25T04:13:06.635159
2020-09-29T06:32:53
2020-09-29T06:32:53
84,940,096
0
0
BSD-3-Clause
2022-12-15T23:53:32
2017-03-14T11:13:27
Java
UTF-8
Java
false
false
2,254
java
package org.amplecode.staxwax.framework; /* * Copyright (c) 2004-2005, University of Oslo * 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 ...
[ "mithilesh.hisp@gmail.com" ]
mithilesh.hisp@gmail.com
350e680fe8f815cfc1e19ac158cd7edfde79b1dd
341163baa793788b854dc195d1788b40355a1829
/club/src/main/java/com/iamycx/club/dao/FeedDao.java
c68ae63b90b15b56fc64fe3811064f8edaa6afa5
[ "Apache-2.0" ]
permissive
xiong1991min/Spring-learning
0245e04fb6e843396c2b8f610fbd9b3c873bacda
8731522bc017f28c8b050353da070dc958154312
refs/heads/master
2021-05-05T13:17:03.457524
2018-01-10T09:50:16
2018-01-10T09:50:16
118,337,362
1
0
null
2018-01-21T13:30:13
2018-01-21T13:30:13
null
UTF-8
Java
false
false
891
java
package com.iamycx.club.dao; import com.iamycx.club.model.Feed; import org.apache.ibatis.annotations.*; import java.util.List; @Mapper public interface FeedDao { String TABLE_NAME = " feed "; String INSERT_FIELDS = " user_id, data, created_date, type "; String SELECT_FIELDS = " id, " + INSERT_FIELDS; ...
[ "{956428086@qq.com}" ]
{956428086@qq.com}
34d1e1476f472b7e2e8ed7e9de77323ff865c283
ce8bde86f06eefd0135a9fb973a00ab253cf2df8
/app/src/main/java/domain/IpAddress.java
5b52d265d6008604478362e668cd1c423195ef19
[]
no_license
Raphael95/GraduationProject
d6091cda27f7ec747612239b78c95ab42ab97549
3cfa81856fed2ea13ce7a2ecf33d20e50fc299e6
refs/heads/master
2021-01-20T09:36:50.247059
2018-10-26T10:49:58
2018-10-26T10:49:58
90,266,709
0
0
null
null
null
null
UTF-8
Java
false
false
521
java
package domain; import org.litepal.crud.DataSupport; /** * Created by raphael on 2017/5/24. */ public class IpAddress extends DataSupport{ private String ip_address; public String getIp_address() { return ip_address; } public void setIp_address(String ip_address) { this.ip_addres...
[ "691225520@qq.com" ]
691225520@qq.com
2ffe8bdcffd8b57d33db94c881f2d92c5ad9228f
8b41c1795c837792260f95fafa37667b0a9ab585
/spring_step_1/src/main/java/com/example/spring_step_1/scope/JDBCConnection.java
4d21f510b0a63c9672193bc43ed5a67d39745fad
[]
no_license
Shipra-Chauhan/Project
cfc8f190858e40f9073fe3244a2e8aebaf73c90f
51427ed09375ce17593279e4e9a6ecb2de0fb3b6
refs/heads/master
2021-07-04T10:49:48.539849
2020-08-03T21:32:39
2020-08-03T21:32:39
136,805,721
0
0
null
2020-08-03T21:32:40
2018-06-10T12:10:30
Java
UTF-8
Java
false
false
496
java
package com.example.spring_step_1.scope; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.ScopedProxyMode; import org.springframework.stereotype.Component; @Component @Scope(value = ConfigurableB...
[ "shipra.chauhan@soprastera.com" ]
shipra.chauhan@soprastera.com
30ec9f5d20a638531c5c7a90cbdfd53b1b4fcecd
65f1313dc5ee176307e2c4594f9600f08f445c9c
/presto-main/src/main/java/com/facebook/presto/sql/planner/RelationPlan.java
70b7b227709f2bb949579a8d8dd038403c7c2188
[ "Apache-2.0" ]
permissive
zhyzhyzhy/presto-0.187
5254fcd953526595de50b235fc2fd9d6343216f5
84ca7d57b1e9ca0a2e1ad72d1d2aaed669d9faf4
refs/heads/master
2022-09-18T09:32:43.863865
2020-01-30T06:55:28
2020-01-30T06:55:28
237,153,678
0
0
Apache-2.0
2022-06-27T16:15:25
2020-01-30T06:33:10
Java
UTF-8
Java
false
false
3,286
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 * distribut...
[ "1012146386@qq.com" ]
1012146386@qq.com
a5f6cee6c4cbbe1e0d8eec8fcb211ebd8228c106
4b2635b9e2706463bef08098132e36807bbc3f7f
/PCL_Wrapper/wrapper/pcl/PointXYZRGB.java
31b9a747d09932b5cfc3b68f7d4bf7825710f024
[]
no_license
srubio131/UA__PCL-Wrapper
6262a49771682c67a430d4005bfa204fbce778b7
ebb7021acc857243865a0fd478e50d7f34a2de08
refs/heads/master
2021-05-28T17:21:45.990394
2015-03-06T16:30:53
2015-03-06T16:30:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,445
java
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.2 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
[ "s.rubio131@gmail.com" ]
s.rubio131@gmail.com
5cbb921aa51379293c7b043b216d914c5c02a467
4627d514d6664526f58fbe3cac830a54679749cd
/results/cling/time-org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber-org.joda.time.format.DateTimeFormatterBuilder-8/org/joda/time/format/DateTimeFormatterBuilder$PaddedNumber_ESTest.java
9319601312cefe6f4525c6abaeb096e695339124
[]
no_license
STAMP-project/Cling-application
c624175a4aa24bb9b29b53f9b84c42a0f18631bd
0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5
refs/heads/master
2022-07-27T09:30:16.423362
2022-07-19T12:01:46
2022-07-19T12:01:46
254,310,667
2
2
null
2021-07-12T12:29:50
2020-04-09T08:11:35
null
UTF-8
Java
false
false
3,634
java
/* * Tue Mar 03 18:27:03 GMT 2020 */ package org.joda.time.format; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import java.io.Writer; import java.util.Locale; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; imp...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
f3a1a506bad03a1ed264e8711a813eed0135dcd3
d72cdc4a0158ee3ecae5e1b2d9cdb9bb7e241763
/tools/base/lint/libs/lint-api/src/main/java/com/android/tools/lint/detector/api/Category.java
a14baf8937577bec075b8e2d47ef1eaf176ebdf1
[ "Apache-2.0" ]
permissive
yanex/uast-lint-common
700fc4ca41a3ed7d76cb33cab280626a0c9d717b
34f5953acd5e8c0104bcc2548b2f2e3f5ab8c675
refs/heads/master
2021-01-20T18:08:31.404596
2016-06-08T19:58:58
2016-06-08T19:58:58
60,629,527
3
0
null
null
null
null
UTF-8
Java
false
false
5,761
java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "yan.zhulanow@jetbrains.com" ]
yan.zhulanow@jetbrains.com
2998ff262417206313a58fdbfe1a9680d1da2e82
4fa7a1c5c8e0c1e44ff64554e221dc61feb8ad57
/uippush-client-api/src/main/java/com/sinoif/esb/query/model/dto/FirmwareDTO.java
593594e0d9546c0634a07580213a8df284c67d73
[]
no_license
yuanyixiong/esb
66e7912ab844497cb9a8f23c8439320dae5699bf
7dfafe71e530d3e704045303830b2403cfd39078
refs/heads/master
2022-12-25T00:47:29.128583
2020-01-17T08:32:40
2020-01-17T08:32:40
234,504,607
5
2
null
2022-12-16T04:49:31
2020-01-17T08:26:40
Java
UTF-8
Java
false
false
1,378
java
package com.sinoif.esb.query.model.dto; import java.io.Serializable; public class FirmwareDTO implements Serializable { /** * 制造商 */ private String manufacturer; /** * 名称 */ private String name; /** * 简介 */ private String description; /** * 版本 */...
[ "15926499574@163.com" ]
15926499574@163.com
9c2adc993d79ca93105469d2aab46215e267cd07
03f55fcf175589b85fa51bd6230118be28ab94b5
/src/main/java/com/springframework/brewery/model/events/BeerEvent.java
d98ce32062466e57914476029ef8625886761756
[]
no_license
ericlee83/mssc-beer-service
0b1aba951449ccc22bb7cc9b07dcc00b49ed839a
427491c63ccfc1daa6c5559d37263769939f0de9
refs/heads/master
2022-11-21T00:44:45.394965
2020-07-26T23:44:24
2020-07-26T23:44:24
275,076,149
0
0
null
null
null
null
UTF-8
Java
false
false
349
java
package com.springframework.brewery.model.events; import com.springframework.brewery.model.BeerDto; import lombok.*; import java.io.Serializable; @Data @AllArgsConstructor @Builder @NoArgsConstructor public class BeerEvent implements Serializable { static final long serialVersionUID = -5173935999266003444L; ...
[ "eric-lee-83@hotmail.com" ]
eric-lee-83@hotmail.com
6ad8e257db70ba7a37983cc09393f744eecb963c
6f4edc431304c13535410c9ced498b336a426ec7
/jms-spring/src/main/java/com/easylab/jms/consumer/myListenner.java
4be825d42df955ae6934f6df7c68879da209a6c2
[]
no_license
MrLiu1227/ActiveMQ
fdb31302359c986dc733493364cbea8d97d7fe77
82c87e6b117b61f8a8f077c7ceeda05827387775
refs/heads/master
2020-05-17T12:51:13.123687
2019-04-27T04:30:57
2019-04-27T04:30:57
182,504,026
0
0
null
null
null
null
UTF-8
Java
false
false
1,251
java
package com.easylab.jms.consumer; import com.easylab.jms.entity.Student; public class myListenner { //方法里面的参数可以是那五种消息类型,在接受的时候会自动通过反射转换,而不是想别的监听器需要在onmessage房中手动转换 public void handleMessage(Student message) { System.out.println("ConsumerListener通过handleMessage接收到一个纯文本消息,消息内容是:" + message.toString());...
[ "you@example.com" ]
you@example.com
6fddbb6f1cff099fd00cc4e2403a5a6e159d8bf1
3e64983624647aac113ccd96c7b29dc894a631ae
/src/main/java/com/es/phoneshop/model/exceptions/ProductNotFoundException.java
f93f14dca113b556bf0282f69aa8bd738f7eefd9
[]
no_license
davill02/phoneshop-servlet-api
897d0c16ae1835658e76ad5cc0bc77112e9790bb
ff114b3d35cc9ffa25d2daabb610d62dbd2bd0df
refs/heads/master
2023-03-25T23:25:43.888758
2021-03-10T16:10:51
2021-03-10T16:10:51
332,718,821
1
0
null
2021-03-12T13:43:40
2021-01-25T11:04:52
Java
UTF-8
Java
false
false
258
java
package com.es.phoneshop.model.exceptions; public class ProductNotFoundException extends RuntimeException{ public ProductNotFoundException() { super(); } public ProductNotFoundException(String message) { super(message); } }
[ "49804801+davill02@users.noreply.github.com" ]
49804801+davill02@users.noreply.github.com
23e72906192bf6f87e0313982545c7b3d7d72b17
7b5bcc8f46f3aa72e0d831a0aa315edc7e3d9a65
/src/test/java/library/Singleton.java
b5d44435b2b455ff3169a01991ccee95455e1204
[]
no_license
JayeshKumud/JavaBasics
0c02e6b65e4f2797d0258e2f0f93582f4ca4e30e
653374eba0c798316a9596d1929344a2c0c03edc
refs/heads/master
2021-07-15T07:28:07.985536
2018-12-27T17:15:38
2018-12-27T17:15:38
146,283,919
0
0
null
null
null
null
UTF-8
Java
false
false
685
java
package library; public class Singleton { private String value; private static Singleton singleton; private Singleton() { value = "Test Singleton Class Test"; } public static Singleton getInstance() { if (singleton == null) singleton = new Singleton(); return ...
[ "jayesh.kumud@gmail.com" ]
jayesh.kumud@gmail.com
ee280b95b35e19d13d2493184373d3605766d5d8
bf10d89edb49045426aa8b35c65902ea7fc2d844
/src/org/usfirst/frc/team319/paths/turning_calibration.java
38666e87f1c2a01cba7b67a138b4778be4220149
[]
no_license
TripleHelixProgramming/PowerUp
0809a6454eac6b19df8eca0f15e069893135b9fa
37f8fec52155127fead97b876b4bc6e53a3c205f
refs/heads/master
2021-09-25T21:44:21.279618
2018-03-27T15:33:21
2018-03-27T15:33:21
113,512,851
3
2
null
2018-03-27T15:33:22
2017-12-08T00:33:49
Java
UTF-8
Java
false
false
19,850
java
package org.usfirst.frc.team319.paths; import org.usfirst.frc.team319.models.SrxMotionProfile; import org.usfirst.frc.team319.models.SrxTrajectory; public class turning_calibration extends SrxTrajectory{ // WAYPOINTS: // (X,Y,degrees) // (0.00,0.00,0.00) // (4.00,4.00,89.99) public turning_calibr...
[ "robotics@TH-2363-17-2" ]
robotics@TH-2363-17-2
9f5b0d6457f712ded63befcb5a94593f1105dd4c
9837da64c6dcf654a1ba041f4616a20ffee4dcdd
/src/main/java/pl/cdv/ffr/utils/ftp/FTPProperties.java
9e7b89ca75af59a8a1173c7b1ca0f5c266864499
[]
no_license
wieczorekmarcin/ffr-api
16c6ca32973b15a0da161002cee54e2b08047573
3a9af538c5d981e05ade6611de82617e9c909db5
refs/heads/master
2022-12-15T04:25:21.540041
2019-07-24T22:20:54
2019-07-24T22:20:54
157,200,181
0
0
null
2022-12-06T00:31:30
2018-11-12T11:01:45
Java
UTF-8
Java
false
false
1,013
java
package pl.cdv.ffr.utils.ftp; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; @Configuration @ConfigurationProperties( prefix = "ftp" ) public class FTPProperties { private String server; private String username; ...
[ "marcin.wieczorek@best.net.pl" ]
marcin.wieczorek@best.net.pl
9557c45fb35625a99fdbc073a8de66523abd4c0b
e1c39611c3e6744f518afea95ee66555c99ddeac
/src/main/java/com/zr/xuezhu/Live/controller/EducationController.java
eb6fd2c5dfbf392fac59a2caec8f5d00202b5084
[]
no_license
harry2048/xuezhu
88a6cea93ba7b3e05052531e5fe3cb189af866fc
2c378b63ce63929f3bd6c9755c24171009ecfa09
refs/heads/master
2022-12-09T04:34:18.933836
2019-07-21T11:57:51
2019-07-21T11:57:51
198,050,749
0
0
null
2022-06-17T02:19:16
2019-07-21T11:57:44
Java
UTF-8
Java
false
false
2,511
java
package com.zr.xuezhu.Live.controller; import com.zr.xuezhu.Live.bean.EducationAddVo; import com.zr.xuezhu.Live.bean.JuZhuAddVo; import com.zr.xuezhu.Live.bean.XiaLaVo; import com.zr.xuezhu.Live.enumall.XueLiEnum; import com.zr.xuezhu.Live.enumall.ZhiYeEnum; import com.zr.xuezhu.Live.service.EducationService; import c...
[ "gengwei1024@163.com" ]
gengwei1024@163.com
d72f4be3c55637eb804618774162b89d09ac9028
7ee164735cfd2c320048a4f2dfb26070ac39b64e
/app/src/main/java/com/example/seifmostafa/checktasty/Signup.java
0d9642eb96adfa3c30cb9e15a01d5c165a1a300f
[]
no_license
SeifMostafa/SoftwareEngineeringProject
f7b4cdfb45bc2e0d2217043cd0233ecec71b2112
33460bf7fd9c9c39df32ab6391c93d64d9d0cedb
refs/heads/master
2020-12-02T19:26:04.336540
2016-05-15T16:05:29
2016-05-15T16:05:29
46,576,301
0
0
null
null
null
null
UTF-8
Java
false
false
3,622
java
package com.example.seifmostafa.checktasty; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; im...
[ "seifmostafa235@gmail.com" ]
seifmostafa235@gmail.com
372c025ec121a79074156be2813b5a114e49ad88
70103ef5ed97bad60ee86c566c0bdd14b0050778
/src/main/java/com/credex/fs/digital/web/rest/errors/InvalidPasswordException.java
58f8857cadd0a404f39790a5d9114cb0a58088bf
[]
no_license
alexjilavu/Smarthack-2021
7a127166cef52bfc9ee08ef1840c0fde2d2b79aa
564abdc14df4981cdcad984a661f105327758559
refs/heads/master
2023-08-29T18:34:44.280519
2021-11-07T10:42:00
2021-11-07T10:42:00
423,957,218
0
0
null
null
null
null
UTF-8
Java
false
false
408
java
package com.credex.fs.digital.web.rest.errors; import org.zalando.problem.AbstractThrowableProblem; import org.zalando.problem.Status; public class InvalidPasswordException extends AbstractThrowableProblem { private static final long serialVersionUID = 1L; public InvalidPasswordException() { super(E...
[ "alexjilavu17@gmail.com" ]
alexjilavu17@gmail.com
e6fc220ebc32b78e72d786f2c526ea07c078ad5c
d749b137c90ea3dad00db1b56f90be1255e9fe76
/dgarcia-commons/src/main/java/ar/com/dgarcia/coding/caching/SimpleCacheConcurrentMap.java
45c71802759f88aebc15d6c2e2e7464718a8ec60
[]
no_license
kfgodel/dgarcia_public
3702a587947aeb1cf9148ddb368814b9c9ff4276
0287aeae8d418d4d54f09b39efcbce456ea6e4af
refs/heads/master
2022-07-27T08:25:56.168201
2020-06-18T18:41:43
2020-06-18T18:41:43
12,097,765
0
0
null
2022-06-29T15:57:23
2013-08-14T02:10:11
Java
UTF-8
Java
false
false
4,333
java
/** * Created on: 12/06/2010 15:23:22 by: Dario L. Garcia * * <a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img * alt="Creative Commons License" style="border-width:0" * src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br /> * <span xmlns:dct="http://purl.org/dc/terms/" h...
[ "dario.garcia@ikari01ubuntu" ]
dario.garcia@ikari01ubuntu
e8ef1c9ef1626dc0ecff50adacbd76ea2f781d42
7560ca02c7cd77cc3be5cff0d884e0546cebec0a
/movieland-persistence-jdbc/src/test/java/com/stezhka/movieland/dao/jdbc/mapper/RandomMovieRowMapperTest.java
b263468c1c1a607dbf1139c648fd4c7c303f76ec
[]
no_license
mstezhka/movieland
a4bece0fadba423b162618196ba89de0c9bd9bea
2bcaf4e6fbd7297bbe6d39770f294fde637537cc
refs/heads/master
2021-09-14T01:11:47.410181
2018-05-07T00:53:52
2018-05-07T00:53:52
108,014,127
0
0
null
2018-05-07T00:42:48
2017-10-23T17:16:27
Java
UTF-8
Java
false
false
2,048
java
package com.stezhka.movieland.dao.jdbc.mapper; import com.stezhka.movieland.entity.Movie; import org.junit.Test; import java.sql.ResultSet; import java.sql.SQLException; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; public class RandomMo...
[ "mstezhka@gmail.com" ]
mstezhka@gmail.com
63d708f0714aa1a41b6132d0ff62057168299323
b101e5c236105caff0a824764a798ff1b554ebfa
/Exercicios/src/Exercs/Exerc2.java
e606d83ab5ab658098604627be4688a177595455
[]
no_license
AntLucas/Interface-Grafica-JAVA
a2cd7b7f587ca9fa4abb20e734cdc9a6b63757ab
c852b4ab788dfd3fae7b8893c85364903ab85879
refs/heads/master
2020-05-03T11:36:40.286418
2019-03-30T20:06:02
2019-03-30T20:06:02
178,604,833
1
0
null
null
null
null
ISO-8859-2
Java
false
false
1,629
java
package Exercs; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Exerc2 extends JFrame{ JLabel hip,cat1,cat2,form,formula; JTextField hipo,cate1,cate2; JButton calc; public Exerc2() { setLayout(null); Container tela = getContentPane(); hip = new JLabel("Hipotenusa: "); cat...
[ "antonio.lucas278@outlook.com" ]
antonio.lucas278@outlook.com
6ad868d6847414563943619b8be0de6d97f6b5f7
1fdd7af846fb961fdf78840261509404837f9c24
/app/src/main/java/com/yuejiajun/BreakfastExpress/view/PasswordType.java
307fbdaf65d6d82aae485a773ffc1cd228c88089
[]
no_license
BreakfastExpress/BreakfastExpress
a601137035eaff4f540dab78da5eb538b5c35d18
9d87a5a278847c3901da160761d9e31b465e6e08
refs/heads/master
2016-09-01T04:54:50.955761
2015-06-04T05:56:24
2015-06-04T05:56:24
36,795,014
0
0
null
null
null
null
UTF-8
Java
false
false
195
java
package com.yuejiajun.BreakfastExpress.view; /** * @author Jungly * @mail jungly.ik@gmail.com * @date 15/3/21 16:47 */ public enum PasswordType { NUMBER, TEXT, TEXTVISIBLE, TEXTWEB; }
[ "litao@yuejiajun.com" ]
litao@yuejiajun.com
26dbbc417dde29967195bb1d67e877a4b56ba6ba
f58f464ceaa6a17ece431b71d2d799796be24cc0
/me/projectx/module/Module.java
dbe83df006938de81e5610f42b934f3ee16ed517
[]
no_license
Byte1337/Project-X
4caf8408e36b00795cf015b80cbd10772869bcf4
7ec71d2421bea2b00c47f7ffec83aeeaaf53bbb8
refs/heads/master
2020-07-20T18:49:13.710664
2019-09-06T04:56:18
2019-09-06T04:56:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,508
java
package me.projectx.module; import me.projectx.ClientBase; import net.minecraft.network.play.server.S02PacketChat; import org.lwjgl.input.Keyboard; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; public class Module { public enum Category { Movement, Combat, ...
[ "47438036+DreamHaxs@users.noreply.github.com" ]
47438036+DreamHaxs@users.noreply.github.com
b6021efe6bdc84300443b88767326a68154de418
58c2906050dbab50c151ba2ce908ef71c227c059
/app/src/main/java/com/globant/iot/drinkgadget/utils/MainPostingBus.java
fa722e739d5cbc06821d429fa9d09a23d9c7b67d
[]
no_license
capraber/drinkgadget
7b8153239e135da742dabf86515568498e3ad2f0
b40610de4e8f23b10655fcac7357c30536c06952
refs/heads/master
2021-01-11T18:36:14.553984
2017-01-25T15:03:50
2017-01-25T15:03:50
79,579,877
0
0
null
2017-01-25T14:35:48
2017-01-20T17:16:07
Java
UTF-8
Java
false
false
713
java
package com.globant.iot.drinkgadget.utils; import android.os.Looper; import android.os.Handler; import com.squareup.otto.Bus; import com.squareup.otto.ThreadEnforcer; public class MainPostingBus extends Bus { private final Handler handler = new Handler(Looper.getMainLooper()); public MainPostingBus() { ...
[ "bernardo.capra@globant.com" ]
bernardo.capra@globant.com
17cb83b6473a834cb373e711a989e61477fdc618
e8c694e5c53126852f44dc40654fd1a4ddc8cfb5
/app/src/main/java/com/ioter/bean/ScanInfoData.java
b6023aaa38b767000cdb40d126a95b60f5e25049
[]
no_license
yalonga/android
1850f2b411b11c0ba97b38f53f0be00dd48e7845
d9e237d863938ab4188e4405a41f00bcf2f0cf26
refs/heads/master
2021-08-24T13:43:12.455087
2017-11-21T08:27:35
2017-11-21T08:27:35
108,513,193
0
0
null
null
null
null
UTF-8
Java
false
false
232
java
package com.ioter.bean; import java.io.Serializable; /** * 出入库数据 * @author Administrator * */ public class ScanInfoData implements Serializable { public String content; public String time; }
[ "yalong_hu@163.com" ]
yalong_hu@163.com
ba925f6d9c251e34eed5cf7d482c967008a1477c
f5a7d8d8ac72aad84e2b514858d7aed1426ea0ee
/revature_java/arrays_demo/src/examples/Demo3.java
10ccc8452966e9700e9a741d5fa6263b8f16a938
[]
no_license
mealtracker/java_batch1_revature
b037d99f98c6c93c3259e998310ed474274703d7
0b6340d0b97f86546975a8343caff8e83d615fe1
refs/heads/master
2020-11-25T11:53:34.362089
2019-10-02T17:02:25
2019-10-02T17:02:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,115
java
package examples; import java.util.Scanner; public class Demo3 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter the size of array"); int size = sc.nextInt(); int ar2[] = new int[size]; System.out.println("Enter " + size + " no of element/s"); for ...
[ "vinay.ingalahalli1989@gmail.com" ]
vinay.ingalahalli1989@gmail.com
73642630662c2ae50ba97eb027b525db0b20073a
694ce86b3c53e7e2ea630d9395f651ffbc5ca56c
/dsl/AntlrToProgram.java
37f741f2031048181d76c1f2cce3875ceef351df
[]
no_license
jaiteg1012/DSL-for-Crew
bb3af42a495974d9b3d7db910aa22e1f1dbe1342
a76d66280cff330ce208180a74b8616e9671d38b
refs/heads/main
2023-04-25T10:32:52.229787
2021-05-11T03:29:48
2021-05-11T03:29:48
366,237,750
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
import java.util.ArrayList; public class AntlrToProgram extends GrammarBaseVisitor<Program> { @Override public Program visitProg(GrammarParser.ProgContext ctx) { Program prog = new Program(); int i = 0; int children = ctx.getChildCount(); ArrayList<String> errors = new ArrayLis...
[ "jaiteg1012@gmail.com" ]
jaiteg1012@gmail.com
edc1b4ca115fd7087792ef21971401552c5a9ddf
ae2ef816f9317bafbcc9a28f09c0edb31b9e3a38
/src/TaxiApp/src/main/java/mytaxi/app/exceptions/LoginException.java
4f3424698abd8b8923b4dd58a6d9b1445b2e0d63
[]
no_license
NazarMykhailechko/TaxiService
cc819b739ea2b57ce102362c6e2e5356c049af12
4bb63a5122e1af23837807743f4a901aeb9ae517
refs/heads/master
2021-05-06T00:27:22.364333
2018-12-13T14:24:36
2018-12-13T14:24:36
117,242,511
0
0
null
null
null
null
UTF-8
Java
false
false
167
java
package main.java.mytaxi.app.exceptions; public class LoginException extends Exception { public LoginException(String message) { super(message); } }
[ "mykhailechko@accordbank.com.ua" ]
mykhailechko@accordbank.com.ua
559555c0331209f78db25c4b22f694dbe1a21a31
c68cb8f48d32095efb6b243ae6a853af3e00bb5f
/src/main/java/app/service/logger/LoggerServiceImpl.java
957bbbd8d1259293b9a3e44b32f55f1d11bdc985
[]
no_license
Artem76/Go_together
a47f76e5f3e8157c2c32d6cd6e0914cfc7dc55fc
c6933c0314d05587850c0e1c9ae9009d3213af9a
refs/heads/master
2021-05-11T19:09:32.722124
2018-01-17T16:16:07
2018-01-17T16:16:07
117,854,589
0
0
null
null
null
null
UTF-8
Java
false
false
444
java
package app.service.logger; import app.controller.MainController; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; /** * Created by Олег on 19.12.2017. */ @Service public class LoggerServiceImpl implements LoggerService{ private final org.slf4j.Logger logger = LoggerFactory.getLo...
[ "cmua76@outlook.com" ]
cmua76@outlook.com
21d187aeeda7c10179db3e470045e91749a678c8
7f103cae05d721c0cb4f42857fe276e86e50fdf0
/app/src/main/java/com/gipl/bluetoothprinting/DeviceListAdapter.java
255521d8916b038c32ca2b6950c1530460786091
[]
no_license
polekar-ankit/BluetoothPrinting
cc3db3f33bc71741bb4bb94f4b1776beff678d2d
cd0e2c02e37639b71c2cf402f64833dbfe4a678c
refs/heads/master
2020-07-20T21:36:07.311165
2019-09-06T04:28:15
2019-09-06T04:28:15
206,712,692
0
0
null
null
null
null
UTF-8
Java
false
false
2,124
java
package com.gipl.bluetoothprinting; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import java.util.ArrayList; /** * Created by Ankit on 03-Sep-19. */...
[ "polekar.ankit@gmail.com" ]
polekar.ankit@gmail.com
040e318420883c8b5da3536bb6638e824ea5e0bc
bb05863513d77365d870a394bad6983209070d59
/SpringMVC/src/main/java/com/przemo/controller/UserController.java
7ce93a46164468cc76ccccec6bab269fefd3c651
[]
no_license
przemekwoj/SpringMVC_Hibernate
6570f6f93dfd4760ea32a9f4af218bcc57e02fc6
a5f52dc3f19808a9952a5e461ab8e0e765f547f9
refs/heads/master
2020-04-20T09:55:23.800617
2019-02-05T00:15:38
2019-02-05T00:15:38
168,777,212
0
0
null
null
null
null
UTF-8
Java
false
false
3,606
java
package com.przemo.controller; import java.util.ArrayList; import java.util.List; import javax.transaction.Transactional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotatio...
[ "przemoemo@poczta.onet.pl" ]
przemoemo@poczta.onet.pl
5dc5291b4ea5caf2e8a304f6f343bde87d73ec3d
63e36d35f51bea83017ec712179302a62608333e
/OnePlusCamera/com/adobe/xmp/XMPIterator.java
6a0ea81fd5740a667f8b0eccbd0a92b501309780
[]
no_license
hiepgaf/oneplus_blobs_decompiled
672aa002fa670bdcba8fdf34113bc4b8e85f8294
e1ab1f2dd111f905ff1eee18b6a072606c01c518
refs/heads/master
2021-06-26T11:24:21.954070
2017-08-26T12:45:56
2017-08-26T12:45:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package com.adobe.xmp; import java.util.Iterator; public abstract interface XMPIterator extends Iterator { public abstract void skipSiblings(); public abstract void skipSubtree(); } /* Location: /Users/joshua/Desktop/system_framework/classes-dex2jar.jar!/com/adobe/xmp/XMPIterator.class * Java...
[ "joshuous@gmail.com" ]
joshuous@gmail.com
020ff139b8deb3a6fdf0ae8ffbe058685ef8efd7
74b47b895b2f739612371f871c7f940502e7165b
/aws-java-sdk-workmail/src/main/java/com/amazonaws/services/workmail/model/DescribeMailboxExportJobRequest.java
44bf62201f3d9797115db6d5b78bb0c82dfb5c8c
[ "Apache-2.0" ]
permissive
baganda07/aws-sdk-java
fe1958ed679cd95b4c48f971393bf03eb5512799
f19bdb30177106b5d6394223a40a382b87adf742
refs/heads/master
2022-11-09T21:55:43.857201
2022-10-24T21:08:19
2022-10-24T21:08:19
221,028,223
0
0
Apache-2.0
2019-11-11T16:57:12
2019-11-11T16:57:11
null
UTF-8
Java
false
false
4,886
java
/* * Copyright 2017-2022 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 "licen...
[ "" ]
081833ca3723c339f2db75065497ab998dd6fd70
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/BrandroidTools_OpenExplorer/src/org/itadaki/bzip2/BZip2HuffmanStageEncoder.java
c5200efee83c0522d4117d1c3f2ef94d0549f7c5
[]
no_license
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
0564143d92f8024ff5fa6b659c2baebf827582b1
refs/heads/master
2020-07-13T13:53:40.297493
2019-01-11T11:51:18
2019-01-11T11:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,423
java
// isComment package org.itadaki.bzip2; import java.io.IOException; import java.util.Arrays; /** * isComment */ class isClassOrIsInterface { /** * isComment */ private static final int isVariable = isIntegerConstant; /** * isComment */ private final BZip2BitOutputStream isVaria...
[ "matheus@melsolucoes.net" ]
matheus@melsolucoes.net
b98dda202e5b272ba71f0369ccf716feb32a1761
3d0c9bf755990cce6fc0b3a5d364e3ffe62a9e38
/src/test/java/com/demoqa/pages/RegisterPage.java
52d6c953328d484477ce6ba9e2a66ada125423d8
[]
no_license
Anastasiaivanov/DemoQA
845002fa54c0a55c2faed3acc8e3c537c3452155
cd0cb092466b55cf60ed3746b256750af35b156f
refs/heads/main
2023-03-25T05:09:50.767753
2021-03-23T14:15:45
2021-03-23T14:15:45
344,439,766
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package com.demoqa.pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class RegisterPage extends PageBase { public RegisterPage(WebDriver driver) { super(driver); } @FindBy(id = "firstname") WebElement firstNa...
[ "anastasiaivanova1986@gmail.com" ]
anastasiaivanova1986@gmail.com
b53e2286b4975ddd9133d042ff1ea836fd3ab9ed
1b07910ae2109d4516cb39e469fa5cb776080f9c
/anttest/src/sftp_java/TestMySFTP.java
408389c8df6b8aa08ee51cb8a81ba3223fea7266
[]
no_license
meilaHou/anttest
9cc1ccd76fa69eb5270d873a8f8c957d1f933d34
d4bce4379e884ff9f4f46bf760220c48f40a3954
refs/heads/master
2021-01-11T01:51:49.458327
2016-11-16T10:25:42
2016-11-16T10:25:42
70,654,435
0
0
null
null
null
null
UTF-8
Java
false
false
2,738
java
package sftp_java; import java.util.List; import java.util.Map; import com.jcraft.jsch.ChannelSftp; public class TestMySFTP { static String userName = "javaftp2"; // FTP 登录用户名 static String password = "168TYFzmN4aY4j[JIAvJ"; // FTP 登录密码 static String host = "180.178.62.226"; // FTP 服务器地址IP地址 static int port = 9...
[ "houxl@git.com" ]
houxl@git.com
6c00757d72abe334ab8e2a472a319caea92521be
dcfff6b9d59936aa5a87b881e5a27cc38e89956e
/src/main/java/com/fakenews/spring/model/Noticia.java
44a2676585ce4a9ac78fdbb928e6c3230f19772c
[]
no_license
HFRANCO1987/fakenews
6540857cd19824e4171b710f98b59538920eda01
3cbb2c68ffc9e4ce610c12f1925a32bd899494c0
refs/heads/master
2020-04-06T08:11:28.261429
2018-11-16T21:16:18
2018-11-16T21:16:18
157,297,811
0
0
null
null
null
null
UTF-8
Java
false
false
3,452
java
package com.fakenews.spring.model; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Gene...
[ "henriquesantiagofranco@gmail.com" ]
henriquesantiagofranco@gmail.com
aa8a7125de156e88286ca803167ccb44496af7a5
c0b825047815ac4b4a18eca135b9a5f9739824c4
/src/main/modified/io/reactivex/super/io/reactivex/internal/schedulers/ScheduledDirectPeriodicTask.java
70d70ad90bad140a146420e9c126c368993e2078
[ "Apache-2.0" ]
permissive
intendia-oss/rxjava-gwt
74650a11215829c8ee8cb84ad58b15ae5611d660
8dacda90d32868de08acdf46b7ac7fce98e119c0
refs/heads/2.x
2022-05-17T04:49:52.641745
2022-04-17T20:21:59
2022-04-17T20:21:59
24,603,615
51
11
Apache-2.0
2022-04-13T20:53:59
2014-09-29T16:43:31
Java
UTF-8
Java
false
false
1,520
java
/** * Copyright (c) 2016-present, RxJava Contributors. * * 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 applic...
[ "ignacio@bacamt.com" ]
ignacio@bacamt.com
603ea4958a24a15c87310614673d973068ffd2e9
35866b73337b94e8adbdf13c19415ec8f5f1cc63
/JAVA-SE Applications/collectionFramework/Set/StringTreeSet.java
02bbd12e3cf58b563d3605d76a249b2b9e29653f
[]
no_license
debiprasadmishra50/All-Core-Java-Applications---JAVA-SE
fe7080cbf3c21e18bc02b56f5adbccd98d4599ae
c8cbcac0257357035122e91575772ecb84545236
refs/heads/master
2022-11-11T20:56:05.011844
2020-06-28T08:10:17
2020-06-28T08:10:17
275,537,700
0
0
null
null
null
null
UTF-8
Java
false
false
401
java
package collectionFramework.Set; import java.util.TreeSet; public class StringTreeSet { public static void main(String[] args) { TreeSet<String> set = new TreeSet<String>(); //Orders the string set in alphabetical order set.add("ABC"); set.add("XYZ"); set.add("KJH"); set.add("DTR"); for (String res : ...
[ "debiprasadmishra50@gmail.com" ]
debiprasadmishra50@gmail.com
4236c9d4de1cc487c84833b4985d2de3c2d7e12c
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--intellij-community/1e937add5f846a026373c06f978efdf6cff2dada/before/DeleteAction.java
63dccd6254f2f44109e6a2762f32541660e3862e
[]
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,947
java
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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 agre...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
729cd3dc4a3cc2594f2810a4e8cfe3f86f641c8d
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java
e1602f2cc9f8efbac9b3a59e4eef4f99325b05b6
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
Java
false
false
12,981
java
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.appmenu; import android.animation.TimeAnimator; import android.annotation.SuppressLint; import android.app.Activity; ...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
eac0ec939561b32a5969b392172d6ab11ffadda4
49561a469b9e32ddc54655d27e61233275feceb8
/app/src/main/java/fanpeihua/huamusic/base/BaseActivity.java
2eaa1e08aa0fe48dea7959f52e2d8fdd55d289fb
[]
no_license
fanpeihua/HuaMusic
43f5ff0d98d7b396c002d0c9b5be58828d5ba0ae
0471c70370fe0de9d6cd9696befbc592475d5e8b
refs/heads/master
2020-03-12T06:07:16.056182
2018-11-09T09:58:42
2018-11-09T09:58:42
130,478,547
0
0
null
null
null
null
UTF-8
Java
false
false
1,198
java
package fanpeihua.huamusic.base; import android.content.ServiceConnection; import android.os.Handler; import android.support.annotation.Nullable; import android.support.v4.widget.SwipeRefreshLayout; import android.view.View; import com.trello.rxlifecycle2.components.support.RxAppCompatActivity; import javax.inject.I...
[ "fph19930825@163.com" ]
fph19930825@163.com
19ad079288992fa25a57b257d59b50550ce1b50d
b60844e059a5ee7c4d8d2d030dd782a8c3386f50
/app/src/main/java/com/irmadevelop/authentication/WelcomeActivity.java
0d70f05da34b031a004dd653b022b5988fe4deb0
[]
no_license
irmaDevelop/firebase
4623647bf98c0a3b2bbaa330f4357e5243aa2e55
d778418562cd56ac32debaa8b7b7bca2d43c4693
refs/heads/master
2020-04-09T11:00:09.543113
2018-12-06T14:01:09
2018-12-06T14:01:09
160,291,316
0
0
null
null
null
null
UTF-8
Java
false
false
4,806
java
package com.irmadevelop.authentication; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.w...
[ "irmajuliadavila@icloud.com" ]
irmajuliadavila@icloud.com
7ac247a8fb07ae4aa5a97a877c3474ae83e83e57
38935b55d38d5b2a705409ab43e6dbcc5cc3d684
/browser_Selenium/src-gen/org/xtext/example/mydsl/myDsl/impl/StringTypeImpl.java
beb8787177e774419937b1afa2b7d90bd0617a01
[]
no_license
Thomas-dot-G/DSL_Selenium
bd3ef29177f6f695d61564a76850212c323118c9
1750de3bb44a4d43553bf9565545aa31eeed7443
refs/heads/master
2021-01-10T15:15:39.473369
2016-02-21T22:41:05
2016-02-21T22:41:05
51,580,525
0
0
null
2016-02-20T21:20:49
2016-02-12T10:23:39
Java
UTF-8
Java
false
false
8,090
java
/** * generated by Xtext 2.9.1 */ package org.xtext.example.mydsl.myDsl.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; import org.xtext.example.mydsl.myDsl.MyDs...
[ "thomas.garesse@gmail.com" ]
thomas.garesse@gmail.com
5581a1bee13ed31186c1548eadd280cb3e01251a
311a0d7e7dcacf2312fc7a01a37dbc62770306e2
/src/main/java/com/caoc/test/goodException/exceptions/BusinessException.java
559e373a60c14869ef689566910ee7cbaa37a5ee
[]
no_license
aizen1984/all-test
d7cc93cdf22d756be92c93d7db79ec567469e9ec
7af729da7f3d4333a47254588aa309a2d1b685c9
refs/heads/master
2022-06-28T22:25:08.874297
2021-08-30T08:56:59
2021-08-30T08:56:59
207,789,556
1
0
null
2022-06-17T02:48:56
2019-09-11T10:54:35
Java
UTF-8
Java
false
false
505
java
package com.caoc.test.goodException.exceptions; import com.caoc.test.goodException.constant.enums.IResponseEnum; public class BusinessException extends BaseException { private static final long serialVersionUID = 1L; public BusinessException(IResponseEnum responseEnum, Object[] args, String message) { super(res...
[ "n_f.s@163.com" ]
n_f.s@163.com
4d0ccc666e2697a93de80b8d4c7561005ff7f1e6
a6f020019cf3a2b7fd7de3c2d88ceba98a3e2271
/jaxrs/src/main/java/me/philcali/api/gateway/jaxrs/reflection/ReflectionUtils.java
6bc92851cb042d5fa5c66bc80142c57638f9ec38
[]
no_license
philcali/api-gateway-jaxrs
edc019a3853a282d979b7a8fb5a66930b1adb277
10c0dc3218cd5d5ce752bac092711e5fc616140a
refs/heads/master
2020-07-31T16:27:52.105288
2017-02-06T00:45:49
2017-02-06T00:45:49
73,595,859
1
0
null
2017-02-06T00:45:50
2016-11-13T04:42:36
Java
UTF-8
Java
false
false
1,632
java
package me.philcali.api.gateway.jaxrs.reflection; import java.lang.reflect.Parameter; import java.util.Map; import java.util.Optional; class ReflectionUtils { private ReflectionUtils() { } public static Optional<Object> findContextType(Map<String, Object> context, Parameter param) { return findCo...
[ "philip.cali@gmail.com" ]
philip.cali@gmail.com
73daa46c61af222239ccabeeb89a0cbcbc2836e5
e81e2e80386206ed91d391b8fb6730ac644fb231
/java-project/src28-before/main/java/java100/app/control/GenericController.java
aaaff7fc16c7d31c3f2aa9354159be18b0cd8391
[]
no_license
jaehoon166/bitcamp
d7b696994eba998dd235377a839d7a3890e1a172
b958146a82c74cf9e5e40572fb699ce6e76e49ca
refs/heads/master
2021-08-23T17:53:33.234778
2017-12-06T00:09:43
2017-12-06T00:09:43
104,423,425
0
0
null
null
null
null
UTF-8
Java
false
false
267
java
package java100.app.control; import java.util.ArrayList; import java.util.Scanner; public class GenericController<T> { static Scanner keyScan = new Scanner(System.in); protected ArrayList<T> list = new ArrayList<>(); public void execute() { } }
[ "jaehoon166@gmail.com" ]
jaehoon166@gmail.com
111f7dfd3c92ab27f03d89c019250c0551bfc0d2
2791763b7c372f8777790f169db15d8d59710d08
/src/main/java/onix/social/logos/TextContent.java
5f74aa4968e57bb66744248cfbb2e3baf6e13bfc
[]
no_license
log-os/gutenberg-project
a619a82921757f379340e6293aa1f616862bdfb1
7f6ae6256228dff9eafdb9cffd82c1688693d288
refs/heads/master
2021-07-15T19:07:57.773593
2017-10-20T06:48:59
2017-10-20T06:48:59
77,812,644
1
0
null
null
null
null
UTF-8
Java
false
false
13,029
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016...
[ "naresh.uppada@gmail.com" ]
naresh.uppada@gmail.com
8bf9f0d7d96bcd276594adcee62b57574dfe2166
2448d6c8338ea5328aa44da6ca27cb54d37a2196
/common/src/main/java/org/broadleafcommerce/common/cache/engine/HydrationItemDescriptor.java
391cce6ae0d26f43e3a65d58c588d0d879e4b2ed
[]
no_license
RDeztroyer/StartUP-master
8077240074816a3535eac309a009d9d0d5e36df6
5262bbd0a5225529a38e5a68eb651177b029050c
refs/heads/master
2023-03-05T20:08:52.418953
2013-07-06T17:44:38
2013-07-06T17:44:38
338,304,002
0
1
null
null
null
null
UTF-8
Java
false
false
1,214
java
/* * Copyright 2008-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "bharath.abcom@gmail.com" ]
bharath.abcom@gmail.com
b506254d1e3fa5ed7443748f92fcbef1a404287c
206e19488db291434a8f0cf19a0391719319ff1b
/src/org/xadzkd/domain/AuditTime.java
fe868bfb1839cd403e6c12e1d8e97eb5390f12c8
[]
no_license
yuzhicheng/ModelWorker
b7ffedeb22582d5be1a831d140b6cc9c22d2ef9e
674bc6d7107a6c4241551bbac222d8c56abae2f7
refs/heads/master
2020-12-25T05:55:43.413056
2016-07-14T06:40:27
2016-07-14T06:40:27
63,306,840
0
0
null
null
null
null
UTF-8
Java
false
false
519
java
package org.xadzkd.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="auditTime") public class AuditTime { /** * id有且仅有1 */ @Id @Column private Long id; @Column private Boolean start; public Long ge...
[ "1799281706@qq.com" ]
1799281706@qq.com
da3c930f8bd537ac90e7f5cbaea6e55a03fdad1e
b253b560d4d9863d314675b3130b3c3a4224d48a
/app/src/test/java/com/example/android/bargainmate/ExampleUnitTest.java
5390988f9336cb93082b1ceb195b7b5fdc6dd5d1
[]
no_license
nebed/BargainMate
8158743089a9c89f0acb322306cc3d3ca9774082
b9294b035b282cedd306781450fe329ed0992852
refs/heads/master
2020-04-10T17:46:28.255930
2018-12-08T20:23:33
2018-12-08T20:23:33
160,823,358
0
0
null
2018-12-10T13:56:24
2018-12-07T12:51:25
Java
UTF-8
Java
false
false
409
java
package com.example.android.bargainmate; 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 pu...
[ "anekepeter47@gmail.com" ]
anekepeter47@gmail.com
b4e838677c80961f376e73a7b4743ef1086b31f4
6153167380a820c63f176e48bb5cd541d6be8807
/src/TB10_Perkantoran/Gaji.java
ac210c35a24664db947bd4da6966473642c3c0ed
[]
no_license
ZeR-000/OOP_1918090
c8cba2d109ec6e9ed0d8ea12c5af4231e419c435
506dbf34ed0064b8ba25cd9cbe3fed592d93d1a3
refs/heads/master
2023-02-03T08:34:15.690675
2020-12-20T05:19:28
2020-12-20T05:19:28
322,857,303
0
0
null
null
null
null
UTF-8
Java
false
false
387
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package TB10_Perkantoran; import TB8_Perkantoran.*; /** * * @author USER */ public abstract class Gaji { protect...
[ "muhammadardhinurrasyid@gmail.com" ]
muhammadardhinurrasyid@gmail.com
7d22be68ca11af0e7ba0537532da18a412717900
c445c8ebe889f813651a06de5f7ada4a8ded43c0
/src/main/java/com/patterns/structural/adapter/Pump/Ball.java
2f9b1b4a490b97560b4bb35e7ba3b0869ec3ebba
[]
no_license
Vladimir1506/Patterns
ff7e647cab9894b8ddc840d3b80852fe8099ad7f
1e9c5a24b96370809fee7b6509d9c5c2137d525e
refs/heads/main
2023-03-15T10:28:53.202710
2021-03-24T21:40:02
2021-03-24T21:40:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
public class Ball implements BallPump { @Override public void pumpUpBall() { System.out.println("Ball is being pumped..."); } }
[ "kuro4king@gmail.com" ]
kuro4king@gmail.com
1f5c384699522f41fbf3d7ce307377d8b46ceb58
bfbfdb87807191e08f40a3853b000cd5d8da47d8
/common/service/facade/src/main/java/com/xianglin/appserv/common/service/facade/model/vo/PageParam.java
04b6c9951cb1f342aa6e4182a56f9f298852f30b
[]
no_license
1amfine2333/appserv
df73926f5e70b8c265cc32277d8bf76af06444cc
ca33ff0f9bc3b5daf0ee32f405a2272cc4673ffa
refs/heads/master
2021-10-10T09:59:03.114589
2019-01-09T05:39:20
2019-01-09T05:40:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
781
java
package com.xianglin.appserv.common.service.facade.model.vo; import java.io.Serializable; /** * @author xingyali * @description Created by xingyali */ public class PageParam<T> implements Serializable { private static final long serialVersionUID = 1604192717721580125L; private int pageSize; privat...
[ "wangleitom@126.com" ]
wangleitom@126.com
3c1ca468ec172acd6b32d6eab472d92d9b674cc3
0af8b92686a58eb0b64e319b22411432aca7a8f3
/api-vs-impl-small/domain/src/main/java/org/gradle/testdomain/performancenull_34/Productionnull_3377.java
d8e1d76d9275bdce889c3755891abfbc3a926060
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
591
java
package org.gradle.testdomain.performancenull_34; public class Productionnull_3377 { private final String property; public Productionnull_3377(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String ge...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
6846bc3230ed0621c6990f9dcb290e9b9b34d6dd
722deb2dc4dc683f5da09f0a668ac07f8b6f7aaf
/webflux.intro/src/main/clients/WebClientExample2.java
8f0e9b27167b33c46b2e95f1dae539ea2e392bea
[]
no_license
anatali/iss2020LabBo
f98874d961b10feaea760c5c78edf9f322372e75
60282c8b2160792348516130c2ac33eb92919746
refs/heads/master
2022-12-20T10:14:42.736826
2021-06-08T09:27:31
2021-06-08T09:27:31
241,646,373
2
3
null
2022-12-12T05:16:03
2020-02-19T14:45:07
HTML
UTF-8
Java
false
false
805
java
package clients; import org.springframework.web.reactive.function.client.WebClient; import reactor.core.publisher.Mono; public class WebClientExample2 { public static void main(String[] args) throws InterruptedException { WebClient webClient = WebClient.create("http://localhost:8082"); Mono<String...
[ "antonio.natali@unibo.it" ]
antonio.natali@unibo.it
b9e4962d5b37784a101098831fdd533c4a984022
e6bd810b35471bc39e472c01fe86affe7685c89c
/mobicomkitui/src/main/java/com/applozic/mobicomkit/uiwidgets/conversation/activity/MobicomLocationActivity.java
e4143e67f41507acb8c0473dfbdaa94fede250f9
[]
no_license
konstantinos41/Hyperchat
183c6decbe256bde9c71cb5e1c1cea59cc9d606a
c235a2085d1b2250419f52bd229d00f1855bb154
refs/heads/master
2021-07-10T17:56:40.259123
2017-10-12T12:54:37
2017-10-12T12:54:37
72,199,757
1
1
null
null
null
null
UTF-8
Java
false
false
9,253
java
package com.applozic.mobicomkit.uiwidgets.conversation.activity; import android.Manifest; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.location.Location; import android.loc...
[ "konstantinos41@hotmail.com" ]
konstantinos41@hotmail.com
d570a2b8d979dda65ab163d50850284a172fa764
4cab28395563aae06274e2ba79c024cb9e3c83c1
/Presenter/src/presenter/util/PropertyFileUtil.java
26eebeec6ff553deaef9155a80be2256039c14bf
[]
no_license
tospatel/PresenterPlugin
343a763e47ec332c1d47acc5da3088852e45ca44
ddffed7b4a4cf884fdf755d2834af8633049aca4
refs/heads/master
2020-05-18T00:23:03.739217
2014-12-10T14:29:46
2014-12-10T14:29:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,681
java
package presenter.util; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.HashMap; import java.util.Map.Entry; import java.util.Properties; import org.apache.log4j.Logger; import presenter.views.FileView; public class PropertyFileU...
[ "sunilpatel@whitehatsec.com" ]
sunilpatel@whitehatsec.com
33bdb0f766dbe1cc8d03be444fa70adf2ab99aa5
51830a51638e18ad5c208c65ab9aea9695fcb1ae
/src/main/java/ie/home/App.java
47d11b09af791c5e5360203bbd6af0f11ff48c66
[]
no_license
Octtavius/data-structures-examples
a188276b221b1df1fd8e79ee28bb4dd64aa8b249
74becec4d9fadbf19a0df8ca17c837f85f62c585
refs/heads/master
2021-06-23T07:18:51.485042
2019-10-28T13:17:19
2019-10-28T13:17:19
211,544,134
0
0
null
2021-03-31T21:30:29
2019-09-28T18:24:18
Java
UTF-8
Java
false
false
956
java
package ie.home; import java.util.Scanner; /** * Hello world! * */ public class App { public static String LongestWord(String sen) { // code goes here /* Note: In Java the return type of a function and the parameter types being passed are defined, so this return call must matc...
[ "octavian.morcov@sap.com" ]
octavian.morcov@sap.com
1d4b4ec16e90e9ce2a7407c7be97f0f32547bf43
b89db6d9c8aa117b33def125ed0a8fa6b95b73be
/src/test/java/com/atos/esope/tools/web/rest/AccountResourceIntTest.java
2b5a274227d0e676f4186489b977e30a8c97ac7f
[]
no_license
leFlint/chimera
a4c7a91b7637778b9b36f4666662d3f2d8646760
e8f079a8f7448660cd6475ca9f0cc8f47107a327
refs/heads/master
2020-12-31T05:09:45.059944
2016-05-24T20:46:13
2016-05-24T20:46:13
59,607,913
0
2
null
2020-09-18T09:43:14
2016-05-24T20:53:23
CSS
UTF-8
Java
false
false
15,994
java
package com.atos.esope.tools.web.rest; import com.atos.esope.tools.EsopeToolsApp; import com.atos.esope.tools.domain.Authority; import com.atos.esope.tools.domain.User; import com.atos.esope.tools.repository.AuthorityRepository; import com.atos.esope.tools.repository.UserRepository; import com.atos.esope.tools.securit...
[ "a.ouazani@gmail.com" ]
a.ouazani@gmail.com
afb07cdbae6d488c4369d2e417558d706e0f8ff1
b4d3f13d7d855962a4de63f03da28af4ff13deaf
/koans/src/java7/AboutStringsInSwitch.java
030c668bcac507cf3f67cb5a34836cbfeac68540
[ "Apache-2.0" ]
permissive
pratikkadam22/pkadvjava
e479a7a083acc1fde529d1b79c1710129a499e60
79f860c399099ae8b8ba72e2ae07a42a6ff33aa7
refs/heads/master
2022-04-12T04:37:15.022764
2020-03-18T23:05:59
2020-03-18T23:05:59
234,430,682
0
1
null
null
null
null
UTF-8
Java
false
false
758
java
package java7; import com.sandwich.koan.Koan; import static com.sandwich.util.Assert.assertEquals; public class AboutStringsInSwitch { @Koan public void stringsInSwitchStatement() { String[] animals = {"Dog", "Cat", "Tiger", "Elephant", "Zebra"}; String dangerous = null; String notDa...
[ "pratikkadam2212@gmail.com" ]
pratikkadam2212@gmail.com
a9cad70d07161f94efe658ec1b9b9dafce8cfb94
8519fe643261eae2093e0209509300e24510d137
/src/kg/geektech/game/players/Magic.java
af0f111a9f1c0378ba202ae9181c94425788d21b
[]
no_license
IT-Kubat/Lesson8.1
05fd44f63866fd231e98c4734058454972d3a04d
cedf50f8f13da62b22adee36e9ca8a1a5525a73e
refs/heads/master
2020-09-22T10:37:27.750288
2019-11-20T18:09:17
2019-11-20T18:09:17
225,158,323
0
0
null
null
null
null
UTF-8
Java
false
false
713
java
package kg.geektech.game.players; import kg.geektech.game.Boss.Boss; import kg.geektech.game.general.AbilityType; import java.util.Random; public class Magic extends Hero { public Magic(int health, int damage) { super(health, damage, AbilityType.UNIQUE_ABILITY, AbilityType.BOOST); } @Override ...
[ "ваш gmail adresskubat88@list.ru" ]
ваш gmail adresskubat88@list.ru
20a2c334433f19fe3082d52914167e8d1328708a
a7448233103c6b55a1f5f3ebf3d42e0ca6e70542
/library/src/main/java/com/datatorrent/lib/appdata/schemas/DataResultSnapshot.java
1af0f4493b47eeec91b9aff44e18914f041cc168
[ "Apache-2.0" ]
permissive
ilooner/incubator-apex-malhar
af2cf0cdcc24b958e47096c9462f9ec8c8c7126a
23635c1fb2b905d5c67b722feb68e43475d5b0fe
refs/heads/master
2021-01-16T19:36:06.595421
2015-07-31T03:05:53
2015-07-31T03:05:53
41,442,065
0
0
null
2015-08-26T18:14:45
2015-08-26T18:14:45
null
UTF-8
Java
false
false
2,727
java
/* * Copyright (c) 2015 DataTorrent, 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 required by applicable law or ag...
[ "tim@datatorrent.com" ]
tim@datatorrent.com
bcd13204c05463cf040e64867067d68fd8651ed6
20f24a41285a4edb22aaa47b089779d7e50ed18e
/app/src/main/java/com/walletmix/humayunkabir/cholbe/Registration.java
2e763c6371ed6e40335b41cc520abdf3d2250df2
[]
no_license
sohel-github/cholbemeterial
f944d4bbbd603dd3e645a51ad496ede20878ed93
be601f11776b62a4c21cf5d8b5e937d9e487bc7e
refs/heads/master
2020-06-13T02:00:39.981816
2016-12-15T08:41:29
2016-12-15T08:41:29
75,464,310
0
0
null
null
null
null
UTF-8
Java
false
false
1,487
java
package com.walletmix.humayunkabir.cholbe; import android.graphics.Typeface; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view.MenuItem; import android.widget.TextView; public class Registration extends A...
[ "tosohel22@gmail.com" ]
tosohel22@gmail.com
2ad30e0a62f98cb93d938e2ca6be03b0aed79afe
625b87d8a86ea049c2fba665936a1f91cbb27135
/src/main/java/com/nbcuni/test/cms/utils/jsonparsing/tvecms/parser/RuleListConditionsJsonDefault.java
7d38ca690b3db567d9db332e1bda9b34c588f84c
[]
no_license
coge9/ott
fd8c362aeff267783b73f31d4620c08515cfad23
edd929d1c70555ebab33a02b2c8d5a981608a636
refs/heads/master
2020-12-02T22:56:01.568675
2017-07-04T11:29:00
2017-07-04T11:29:00
96,206,363
1
0
null
2017-07-04T11:29:01
2017-07-04T10:30:32
Java
UTF-8
Java
false
false
2,655
java
package com.nbcuni.test.cms.utils.jsonparsing.tvecms.parser; import com.google.gson.annotations.SerializedName; /** * Created by Aleksandra_Lishaeva on 1/22/16. */ public class RuleListConditionsJsonDefault implements RuleListConditions { private static final String DEFAULT_FIELD = "fullEpisode"; private s...
[ "Enrique.Cortes@nbcuni.com" ]
Enrique.Cortes@nbcuni.com
a83fbdfc34dd3c45e4ec72e9b9c9120444fd30bd
47b2501e9eb224c386b78e12be78d480979adbfd
/app/src/main/java/com/example/galgelegreallyfinal/MainActivity.java
3db54c6abebee1221cb1dffa793b0b5a3ebe1653
[]
no_license
Amiransari2129/GalgelegFinal
c19fc8e5495ded689f88bfbb0549d5113380349e
1342e203f0625c397b55ba8603aa367aa4433b27
refs/heads/master
2023-02-15T21:06:26.158210
2021-01-17T18:03:13
2021-01-17T18:03:13
321,177,892
0
0
null
null
null
null
UTF-8
Java
false
false
1,779
java
package com.example.galgelegreallyfinal; import androidx.appcompat.app.AppCompatActivity; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.view.View; import android.widget.Button; public class MainActivity extends AppComp...
[ "zvkg8wzr8yfty" ]
zvkg8wzr8yfty
4f72f8258cdaa063799ebc2b8bd49b56a9807f90
5c57c399921f2363955107b70a8cd82f470b1166
/src/main/java/com/sofrecom/cos/mw/config/LocaleConfiguration.java
2b988180a6411639b41f4f88d3ce9754c8dc9b09
[]
no_license
khabane1992/reamenagement-management
f348415d17587b783cfefc1eb24ceb2f3778dfe4
8cb838cc5d39a82e4725ff9e3f48c2858473a67a
refs/heads/main
2023-04-26T00:34:04.215459
2021-06-03T17:47:12
2021-06-03T17:47:12
373,594,728
0
0
null
null
null
null
UTF-8
Java
false
false
1,031
java
package com.sofrecom.cos.mw.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.LocaleResolver; import org.springframework.web.servlet.config.annotation.*; import org.springframework.web.servlet.i18n.LocaleChang...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
520ae87cad6f6dcbde5a63387f9b5c47c88a6c44
36de714ba98db31fb58b5441bba951fbc16fb649
/src/oracle/bi/web/soap/CopyItem2.java
7b31e4c00bf494df24be7fe93393e419839189e4
[]
no_license
sadikovi/Csv-data-manager
06bc29bfe5aff73dfeb154f9fa531fc67edee281
00faae21d2493e47350fb36a822495e7e7aad067
refs/heads/master
2021-01-10T20:46:26.030985
2014-06-22T05:58:39
2014-06-22T05:58:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,449
java
package oracle.bi.web.soap; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.Xml...
[ "sadikovi@ivans-mbp.telecom" ]
sadikovi@ivans-mbp.telecom
659ee0883984c44a6db3b433d1ae2ef170f62de8
ed28460c5d24053259ab189978f97f34411dfc89
/Software Engineering/Java DB Fundamentals/Databases Advanced - Hibernate/05. Hibernate Relations/Demo/shampoo-company-core/src/main/java/com/neckandelbows/domain/enums/Size.java
bc1c271b08fb753db2433a70d29b99a844a95f50
[]
no_license
Dimulski/SoftUni
6410fa10ba770c237bac617205c86ce25c5ec8f4
7954b842cfe0d6f915b42702997c0b4b60ddecbc
refs/heads/master
2023-01-24T20:42:12.017296
2020-01-05T08:40:14
2020-01-05T08:40:14
48,689,592
2
1
null
2023-01-12T07:09:45
2015-12-28T11:33:32
Java
UTF-8
Java
false
false
121
java
package com.neckandelbows.domain.enums; import javax.persistence.Entity; public enum Size { SMALL, MEDIUM, LARGE; }
[ "george.dimulski@gmail.com" ]
george.dimulski@gmail.com
8a58c54565b0fd179beff974a318cb83cfcebd18
35206400dbb3cf062feb5a65e8151c0069d7fa08
/CafePerfeito/xsd_Config_Nfe/src/main/java/br/com/cafeperfeito/xsd/config_nfe/layoutConfig/CertificadoCfg.java
c3d47d912c29ae441805c50a4c1d79517825a403
[]
no_license
tlmacedo/_olds
6427af8ce0c51ca4426c42c98fc97f6424096bdf
4c47e682e5cca61123d9d1bf1521cc797f55f900
refs/heads/main
2023-07-17T04:54:28.782611
2021-09-02T14:29:06
2021-09-02T14:29:06
402,447,345
0
0
null
null
null
null
UTF-8
Java
false
false
2,245
java
// // Este arquivo foi gerado pela Arquitetura JavaTM para Implementaxe7xe3o de Referxeancia (JAXB) de Bind XML, v2.3.1-b171012.0423 // Consulte <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> // Todas as modificaxe7xf5es neste arquivo serxe3o perdidas apxf3s a recompilaxe7xe3o do es...
[ "tl.macedo@hotmail.com" ]
tl.macedo@hotmail.com
88386c00ccc04ef699cbc9f3690e8e0da994e8d7
37f996515cb7424dbbaaf8d8c9335f034c4aea97
/src/com/david/s/MinK.java
f74d6bfc4059323fcc9234336fb85f99dc039f15
[]
no_license
sunshine2176/TestCase
e97e57deb311fa8ce66f0be8c236284df0a1b963
cefc0d2d7337d4446371d8ccd52f640a34f636d4
refs/heads/master
2021-01-10T03:06:10.454086
2016-01-25T03:23:54
2016-01-25T03:23:54
50,322,667
0
0
null
null
null
null
UTF-8
Java
false
false
1,593
java
package com.david.s; public class MinK { /** * * @param krr * @param k * @return */ public static int[] minK(int krr[],int k){ int arr[] = new int[k]; for(int i = 0;i<k;i++) arr[i] = krr[i]; buildHeap(arr); for(int j = k...
[ "leisun@CD.TA-MP.COM" ]
leisun@CD.TA-MP.COM
617916f922950fa67cedf986bc8b7647da6210a9
37903e9a9e446b089aa1ae3acd440d03adc9c373
/Kinetise/src/com/kinetise/data/systemdisplay/views/scrolls/AGScrollView.java
b899975cb7e0df1746e6948233a3acb7e2785d6f
[]
no_license
mobilechampion/Cieo-Home
43b62cf1c499fd1446641b264629aac947d55740
d56c302e910c213bcb654092cda9de622f89a9bf
refs/heads/master
2020-06-25T04:59:41.784713
2017-06-10T07:33:44
2017-06-10T07:33:44
94,236,177
1
1
null
null
null
null
UTF-8
Java
false
false
49,081
java
package com.kinetise.data.systemdisplay.views.scrolls; import android.graphics.Rect; import android.view.FocusFinder; import android.view.KeyEvent; import android.view.MotionEvent; import android.view.VelocityTracker; import android.view.View; import android.view.ViewConfiguration; import android.view.ViewGro...
[ "henryblanc0403@yahoo.com" ]
henryblanc0403@yahoo.com
5411cfd432bea53e197f39b1ba89eb237da14687
ec98872943c0a6a791668d6dc432ae7937905673
/android/src/com/android/tools/idea/lint/AndroidLintTypographyDashesInspection.java
a07c72bd3bb68306309ae98615e34ce992e4cbae
[]
no_license
zjw-swun/android
cabd8c172346467494af4fba4c17062161570ded
3761afcc07ebbd4f86c1e7469c2c828f8b0eab5f
refs/heads/master
2020-05-15T22:09:43.221694
2019-04-18T21:58:51
2019-04-18T22:01:08
182,518,753
1
0
null
2019-04-21T10:19:22
2019-04-21T10:19:21
null
UTF-8
Java
false
false
1,381
java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "tnorbye@google.com" ]
tnorbye@google.com