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
91a1f7d82cdc0403062ce474bdea18c1c05f7092
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_3/src/f/c/j/Calc_1_3_5291.java
5e4a4cfe3438c2c9f7083fd976943ea20e7c2759
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
131
java
package f.c.j; public class Calc_1_3_5291 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
f3bb2e3a5a6224656e8aa7d1e2413fa8ffeda4f4
b239c0c30aee6aedf5f935f23874907a6a85edd7
/src/main/java/com/delphix/modals/FireBallResponse.java
5226d9f5bdb30e2796ee556b08b42bd46da4205f
[]
no_license
sahilorn/DelphixSolution
1f2583192def4d6b68285ef8cdaabd1eec19be36
bfa254c6b61ebe25787cea9d0a1a7b786a17aaa6
refs/heads/main
2023-01-29T09:11:22.431128
2020-12-12T07:44:19
2020-12-12T07:44:19
320,776,157
0
0
null
null
null
null
UTF-8
Java
false
false
823
java
package com.delphix.modals; import java.util.List; public class FireBallResponse { public Signature signature; public String count; public List<String> fields; public List<List<String>> data; public Signature getSignature() { return signature; } public void setSignature(Signatur...
[ "sahil.bhatia@idemia.com" ]
sahil.bhatia@idemia.com
b22fc8e5f32141a9d85de6b346d1355670e26992
14fec7d48aa2bd28ecbeb87e4e1d8aeb23e20635
/src/main/java/com/mht/controller/GoodsClassController.java
264113a02dca1c258ef2716d1e2213f9a678adb6
[]
no_license
haoqiunie/api1
352a2d75ee77b98ff09f7e5a43bfc4f6cab98294
37bf9c55edda5e9b7a70a85f0851472dd8306280
refs/heads/master
2022-06-27T18:22:03.203863
2019-08-12T03:02:11
2019-08-12T03:02:11
201,601,048
0
0
null
2022-06-17T02:25:39
2019-08-10T08:17:18
Java
UTF-8
Java
false
false
329
java
package com.mht.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * <p> * 前端控制器 * </p> * * @author jobob * @since 2019-07-29 */ @RestController @RequestMapping("/goods-class") public class GoodsClassController { }
[ "1778715299@qq.com" ]
1778715299@qq.com
24ae35b32166d88e3cbaf9beb3995974e80a1c20
cca643c048356e80944c828cd311d871994b801d
/Cat.java
88374292f32c1c52623eddb84604fb5633486182
[]
no_license
FibbleDibble/Cat-Project
2a8187c390ca1b27a44e81cf06b25173141ed25c
db742c5ef5e9ee9983702f94cec8381feafcd234
refs/heads/master
2021-06-26T19:52:08.312537
2017-09-14T19:37:59
2017-09-14T19:37:59
103,573,390
0
0
null
null
null
null
UTF-8
Java
false
false
677
java
public class Cat { private String name; private Integer age; private String owner; public String setName() { return name = "Blake"; } public Integer setAge(int b) { return age = b; } public String setOwner() { return owner = "Bob"; } ...
[ "epsilonick@gmail.com" ]
epsilonick@gmail.com
6afd8642a9a25c2ecdd6c58459fd9c60b81782a6
5c31c88766365e11904cc826f79a86a973fa121f
/src/test/java/pages/LoginPage.java
364b6d4eca3156ccec6f505483f75e3a2430ee9f
[]
no_license
islamfatema/boot2018
c02ba8d9a4bf708a28bab9d92a90744b6b41923a
b87349a23e734f73dd69e5f28b80beffe564d120
refs/heads/master
2020-03-16T02:23:23.065280
2018-05-13T01:46:00
2018-05-13T01:46:00
132,463,936
0
0
null
null
null
null
UTF-8
Java
false
false
1,375
java
package pages; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.CacheLookup; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.How; import org.openqa.selenium.support.PageFactory; public class Log...
[ "islamfatema04@gmail.com" ]
islamfatema04@gmail.com
464717380a2ea057e0208749934a54b282a95e3a
8ed4f3c445ba2a1464acb8c125096678c558df79
/src/edu/mukul/MergeSort.java
410939cbd334da55999db5462a212451e4a91eee
[]
no_license
MUKUL821/DataStructure
a7f5e2b52f1daca59846545c5b52a23464487a40
f060a1a133092b2205d6bf6b73af7ddc55a9ff9a
refs/heads/master
2021-05-08T05:19:46.963799
2017-12-29T19:32:27
2017-12-29T19:32:27
108,504,468
0
0
null
null
null
null
UTF-8
Java
false
false
2,492
java
package edu.mukul; /*mukul*/ class MergeSort { // Merges two subarrays of arr[]. // First subarray is arr[l..m] // Second subarray is arr[m+1..r] void merge(int arr[], int l, int m, int r) { // Find sizes of two subarrays to be merged int n1 = m - l + 1; int n2 = r ...
[ "mukul@celect.com" ]
mukul@celect.com
7efa74bebc8f7848fdde024a34eba55fc6f18d91
5e25ad1b6932ffb477c99bf80b45cd6af18a44b4
/src/rpg/net/msg/s2c/PeerUpdateMessage.java
4df161b828f0957f3939c98169aea268ca505cc5
[]
no_license
dlubarov/rpg
161c16a38623ba542223f757c6457be8af4f90e1
4bbc07affe6f42172b8fc126ca978a24200c296a
refs/heads/master
2016-08-04T23:08:26.699002
2013-12-30T00:27:58
2013-12-30T00:27:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,304
java
package rpg.net.msg.s2c; import java.util.List; import rpg.game.MotionState; import rpg.net.msg.Message; import rpg.net.msg.MessageType; import rpg.util.ToStringBuilder; import rpg.util.serialization.ByteSink; import rpg.util.serialization.ByteSource; import rpg.util.serialization.IntegerSerializer; import rpg.util.se...
[ "dlubarov@squareup.com" ]
dlubarov@squareup.com
448373a9121f6a8fa069fad505f79264fe1d9e02
2ae9c2afd617086d790d547a501c43fc4b615ddf
/Hidden - Greenfoot game/Hidden Project/MouseCursor.java
6d1613d65fe76a6706aefba64d98dbcdf7790187
[ "MIT" ]
permissive
cinnamonbreakfast/Projects
1e988b96e5382dc27984236d5e895ac2cc0153a9
96b27636b5302bc8d42ec1379650e039145b3e40
refs/heads/master
2021-06-21T02:16:33.817212
2021-04-05T18:45:32
2021-04-05T18:45:32
188,426,156
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class MouseCursor here. * * @author (your name) * @version (a version number or a date) */ public class MouseCursor extends Actor { public void act() { } }
[ "candetandrei@gmail.com" ]
candetandrei@gmail.com
c73e6c742ebb6489d393da38e2f8a5c3e5a2430d
0ed81481ead5a8cbbd7272dcc1a5a84057cb2316
/CPUSchedulingSimulatorNoGUI/src/com/jimweller/cpuscheduler/PrioritySchedulingAlgorithm.java
56495c7d18efa788574362ac2f59c8428b8d2853
[]
no_license
pavin918/Java_OS_SchedulingAlgorithms
ea7e693b6e31776b685e8d500434e28efca1bbdf
7b0df67f77f02eb63e4bf4bd836dcdbeccdfe793
refs/heads/master
2021-06-30T14:39:34.504852
2017-09-20T09:36:38
2017-09-20T09:36:38
104,195,804
1
0
null
null
null
null
UTF-8
Java
false
false
3,928
java
/** PrioritySchedulingAlgorithm.java * * A single-queue priority scheduling algorithm. * * @author: Charles Zhu * Spring 2016 * */ package com.jimweller.cpuscheduler; import java.util.*; import com.jimweller.cpuscheduler.Process; public class PrioritySchedulingAlgorithm extends BaseSchedulingAlgorithm implem...
[ "pauldao42@yahoo.com" ]
pauldao42@yahoo.com
6fcc9490cf92cfdb95d2ead450af18961bdf564d
0354b3c8cba9c1a859c9b5cef90312647ff201f7
/yesibc/examples/ip/IPSeeker.java
6f4ffa45ec66e5d3890d853e98b9dd5760bfbd40
[]
no_license
mestatrit/yesidc
bd2aac2f017e3d20e68a9c708b9d45fd46289ebd
082f37db073c11fe8c09d945e0f2205c269f7447
refs/heads/master
2021-01-10T06:29:50.423787
2014-12-28T09:48:33
2014-12-28T09:48:33
36,560,282
0
0
null
null
null
null
UTF-8
Java
false
false
18,046
java
package ip; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteOrder; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.util.ArrayList; import java.util.HashMap; import java.util.List; ...
[ "chinagooogle@gmail.com" ]
chinagooogle@gmail.com
953d723f0e7ec343a264498923ad63e7637d8695
686bb633247d1b5916a05b47fd8136b6332e9f11
/src/main/java/thKaguyaMod/client/render/living/IMobTextureProvider.java
0a0b92f4a626e013ef6c644d17340c9404639415
[]
no_license
ntrwansuiBC/THKaguyaMod
c6dff93207f6f875bdaef0c2bd229456e6b8d13c
a11cd8756efaa9b015ad0ae30e3caad355a0e7e6
refs/heads/master
2022-12-02T23:47:44.642961
2020-08-04T00:44:46
2020-08-04T00:44:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package thKaguyaMod.client.render.living; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @OnlyIn(Dist.CLIENT) @Retention(RetentionPolicy.RUNTIME) public @interface IMobTextureProvider ...
[ "929513338@qq.com" ]
929513338@qq.com
3f584f132312c9e089fb0c46f88cf0fee0c352ac
37515a0a63e3e6e62ba5104567201d2f14360f13
/com.fudanmed.platform.core/src/main/java/com/fudanmed/platform/core/entityextension/proxy/RCCompositeTypeProxy.java
122b35a920c5281ebafb1a857e1384903986a80b
[]
no_license
rockguo2015/newmed
9d95e161ba7cb9c59b24c4fb0bec2eb328214831
b4818912e5bbc6e0147d47e8ba475c0ac5c80c2e
refs/heads/master
2021-01-10T05:16:25.491087
2015-05-29T10:03:23
2015-05-29T10:03:23
36,384,873
0
0
null
null
null
null
UTF-8
Java
false
false
425
java
package com.fudanmed.platform.core.entityextension.proxy; import com.fudanmed.platform.core.entityextension.proxy.RCTypeProxy; import edu.fudan.mylang.pf.ProxyTarget; @ProxyTarget("com.fudanmed.platform.core.entityextension.RCCompositeType") public class RCCompositeTypeProxy extends RCTypeProxy { public RCComposite...
[ "rock.guo@me.com" ]
rock.guo@me.com
94060a8c9f5dc2b8a73b16242199cc6d61093418
a5ec04dc86ae5c54f8fba4c60af98bc8e521346d
/codeJava/TimeManager.java
35015d2feae56a2e017259e8436d815162c00855
[]
no_license
Kukindoo/java
f5e69cbd784b7304b42b9074a57359d8a8187f5b
1571d8f056e00e51cc8d8eeddc17839eaf688415
refs/heads/main
2023-06-28T23:54:16.541549
2021-07-30T23:41:52
2021-07-30T23:41:52
327,639,405
0
0
null
null
null
null
UTF-8
Java
false
false
725
java
package codeJava; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.time.Instant; public class TimeManager { public static int convertTimeToSec(String time){ return Integer.parseInt(time.substring(6,8)) + (Integer.parseInt(time.substring(3,5)) * 60) + (Integer.parseInt(time.subs...
[ "Jakub.Zavacky@gmail.com" ]
Jakub.Zavacky@gmail.com
bd884af479d78f34c1f23e61b23f96329732da76
776f7a8bbd6aac23678aa99b72c14e8dd332e146
/src/com/fasterxml/jackson/databind/module/SimpleAbstractTypeResolver.java
bb34de4fa02b02ed847bbec02ce8636588e15930
[]
no_license
arvinthrak/com.nianticlabs.pokemongo
aea656acdc6aa419904f02b7331f431e9a8bba39
bcf8617bafd27e64f165e107fdc820d85bedbc3a
refs/heads/master
2020-05-17T15:14:22.431395
2016-07-21T03:36:14
2016-07-21T03:36:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,114
java
package com.fasterxml.jackson.databind.module; import com.fasterxml.jackson.databind.AbstractTypeResolver; import com.fasterxml.jackson.databind.DeserializationConfig; import com.fasterxml.jackson.databind.JavaType; import com.fasterxml.jackson.databind.type.ClassKey; import com.fasterxml.jackson.databind.type.TypeFac...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
1ae0f74cb67003340f2b966e8848d8ba51178dcb
37c15ee271421e8e16327fc016e380bafff533ea
/persistence-jpa/src/main/java/com/git/yanlei/jpa/entity/joined_table/TeachingStaff.java
602b56f725b0e63e06621b86c8dfd94eff412d5b
[]
no_license
TinyRay1989/root
e8a6e8422e984f0f697d1061dd9c87e6e378b76a
dad57b74c4bff99eedb527cf64053c4fcf0f8728
refs/heads/master
2021-01-21T21:14:21.612455
2017-07-14T20:05:01
2017-08-08T12:17:49
92,319,013
1
0
null
null
null
null
UTF-8
Java
false
false
1,534
java
package com.git.yanlei.jpa.entity.joined_table; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.PrimaryKeyJoinColumn; import javax.persistence.Table; @Entity(name = "TeachingStaffJoin") @Table(name = "T_TEACHING_STAFF_JOIN") @PrimaryKeyJoinColumn(name = "C_ID") pu...
[ "yanlei0518@163.com" ]
yanlei0518@163.com
0d6f9b4c81e55a9a364a0b6a6dd19130e25eeb2e
af23579ae8f3848f5f57f1cf0f6f8e04ea1bfe33
/src/main/java/org/example/client/FabricClient.java
b7ad1a7d920b65e581aea7ed9d835a753fa60ff2
[]
no_license
helenwhatsup/CallForCode
17141a66b98845fd5bfc670bb77e34ae20ddf4d7
b3f5ca068b35e0f58b6d4f4bc31c8d2f144cea77
refs/heads/master
2022-12-20T23:17:31.383894
2020-07-16T09:58:37
2020-07-16T09:58:37
193,493,230
0
1
null
2022-12-14T20:41:36
2019-06-24T11:34:16
Java
UTF-8
Java
false
false
4,194
java
/****************************************************** * Copyright 2018 IBM Corporation * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LIC...
[ "Hwang@windows10.microdone.cn" ]
Hwang@windows10.microdone.cn
1e6fd28bafcc2cef23f6fc42fb09a46a40c2a40b
dc40b202b8fce85551b61697c93f7697ee3e3b66
/src/be/pxl/h6/voorbeeldPersoon/SchoolApp.java
2141671e7e62a6d7b04ec2b23162cc09af82a416
[]
no_license
SteveVanReethPXL/JavaEssentials
3765d7e92944eb32dbc5b6143ce5268364be0403
d81c6a989335886fdc68ab5ff7a0dccc2cf9cdf9
refs/heads/master
2020-04-15T21:31:14.882965
2019-01-10T10:01:19
2019-01-10T10:01:19
165,035,242
0
0
null
null
null
null
UTF-8
Java
false
false
361
java
package be.pxl.h6.voorbeeldPersoon; public class SchoolApp { public static void main(String[] args) { Persoon persoon = new Persoon(); Student student = new Student(); student.setNaam("Balboa"); student.setVoornaam("Rocky"); student.wijzigLeerkrediet(250); persoon.p...
[ "steve.vanreeth@student.pxl.be" ]
steve.vanreeth@student.pxl.be
09be83d03d1f209f2a1ea66f2fd61a00bae19af8
c8743708ef8d88f6af6182d41faec99320e1f63b
/src/main/java/com/ranga/assignment/AnotherSearch.java
12df5b6603b6f1539965338b781ecb39a91f4d85
[]
no_license
RangareddyJulakanti/coding-interview
e3f8cfc4baa3a32e6c3a3e681efd2d54462cdecd
908f0a33d4b96e64e6b1efac22b60df1416c2baa
refs/heads/master
2022-12-26T13:50:04.861687
2020-10-13T15:35:16
2020-10-13T15:35:16
288,374,404
0
0
null
null
null
null
UTF-8
Java
false
false
1,575
java
package com.ranga.assignment; import java.util.*; public class AnotherSearch { public static void main(String[] args) { char[][] array ={ { 's', 't', 'a', 'c' }, { 'x', 'f', 'l', 'o' }, { 'x', 'x', 'x', 'v' }, { 'x', 'x', 'x', 'e' }, ...
[ "Arunjd25@gmail.com" ]
Arunjd25@gmail.com
884293286672a2d1421d6ad48437472b827e49ed
52859037cc0a9f2cb55c79616199de2097adda25
/spring-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java
f4a62386414c8c15bafae6fbe72345e431cf5b53
[]
no_license
diqichengshi/zhao_framework
5b01823a05b48d7b5803f66d1905af1e2967facb
52179d116996d5dcac13032bffa04b20bfd30ead
refs/heads/master
2022-12-24T12:27:04.681694
2019-12-30T09:47:00
2019-12-30T09:47:00
216,310,405
0
0
null
2022-12-14T20:30:35
2019-10-20T05:06:14
Java
UTF-8
Java
false
false
2,541
java
/* * Copyright 2002-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 ap...
[ "1209829998@qq.com" ]
1209829998@qq.com
b6f6c156220e55f954cbf387ef3a2bc5f2c7efba
1cf8c6745ab96254d755988ef15afdd79848b70a
/RadioPlayerDemo/app/src/main/java/co/mobiwise/myapplication/MainActivity.java
7a79fbc55a762c62ff70bf770c28c0945ab5f362
[ "Apache-2.0" ]
permissive
hobo71/RadioPlayerService
a127f85224f17828c0549703a1f2a0e26b2cf939
feabd29131ff1823f73e3e75731bf8cfad83c65b
refs/heads/master
2020-12-11T04:10:01.278857
2015-07-21T08:30:34
2015-07-21T08:30:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,822
java
package co.mobiwise.myapplication; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.Button; import android.widget.TextView; import co.mobiwise.radioplayerservice.RadioListener; import co.mobiwise.radioplayers...
[ "mert@mobiwise.co" ]
mert@mobiwise.co
0f69b56d03daf83fc0f322b71b8bc3ed3f0ceb33
ed0260efeefa3094f8c9f3073ea644da9b9f4ace
/src/main/java/com/qwazr/search/index/IndexStatus.java
d918b19f747cd67d79773c08d2759a410a989cfd
[ "Apache-2.0" ]
permissive
csageder/search
21aacd5494c675bb7db81ed2d61d53c387b76938
a8869fc01a922f077e6beaa2db02db806c2ba368
refs/heads/master
2020-04-21T08:03:02.401464
2018-11-26T22:03:54
2018-11-26T22:03:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
24,010
java
/* * Copyright 2015-2018 Emmanuel Keller / QWAZR * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by app...
[ "ekeller@open-search-server.com" ]
ekeller@open-search-server.com
84eae81110a332316f7abd24c3fba41ee22fd581
545dc590a4e610c516fa6b41b0dbb43a0d16a695
/src/main/java/no/bekk/bekkopen/mail/model/Kommunenummer.java
e5f79dd11c75261babd49a202e9943a5dc785331
[ "MIT" ]
permissive
storbukas/NoCommons
73bbc3621d23520927584da687e925a29502f1b5
44c4bbac44817ce5894efb87cd4578cd19cc6ff7
refs/heads/master
2021-06-20T06:36:34.909917
2021-02-15T22:54:41
2021-02-15T22:54:41
179,371,023
0
0
MIT
2021-02-04T07:13:57
2019-04-03T21:11:06
Java
UTF-8
Java
false
false
357
java
package no.bekk.bekkopen.mail.model; import no.bekk.bekkopen.common.StringNumber; /** * This class represent a Norwegian Municipalioty code - a Kommunenummer. * A Kommunenummer consists of 4 digits. */ public class Kommunenummer extends StringNumber { public Kommunenummer(String kommunenummer) { ...
[ "larserik.storbukas@gmail.com" ]
larserik.storbukas@gmail.com
fe3d9ede582741120f687af787900905a7140463
0b90c8d863f81cac34e9ec84037e8c441cae94aa
/spring-boot-shiro-dynamic-permission-sample/src/main/java/com/example/springboot/shiro/mapper/UserMapper.java
33d1e9955d9d42f3619e21e1c00b7097cb3728a7
[ "Apache-2.0" ]
permissive
yiminyangguang520/shiro-sample
754a4ab15fab06533be6cce4640cfddb8571a6d7
2309424461d213764c84a39454d1397cf1e97015
refs/heads/master
2022-12-28T00:58:36.645575
2020-04-17T00:59:17
2020-04-17T00:59:52
140,244,097
1
1
Apache-2.0
2022-11-24T10:17:58
2018-07-09T06:58:54
Java
UTF-8
Java
false
false
360
java
package com.example.springboot.shiro.mapper; import com.example.springboot.shiro.entity.User; import java.util.List; import org.springframework.stereotype.Repository; /** * @author min */ @Repository public interface UserMapper { User findUserByUserName(String username); List<User> findAllUsers(); List<Use...
[ "litz-a@glodon.com" ]
litz-a@glodon.com
59c37b9ce38a7b8f733113a998f902a3f71d8467
8022e46baeab00ac792a6f243d5852a71c5b76da
/evyn-design-pattern-all/evyn-design-pattern-proxy/src/main/java/com/evyn/desig/pattern/proxy/dbroute/DBrouteTest.java
521d398bf0e086daa8619cc05ccb4a04b367637f
[]
no_license
Evynxyw/design-pattern
16b9b3b55334ae980b0291d978d96f1e5b2e4615
a8c0b386b053533bf5c1fdc56cc4816fd851528d
refs/heads/master
2020-04-27T21:02:40.828381
2019-03-19T13:31:40
2019-03-19T13:31:40
174,681,791
1
0
null
null
null
null
UTF-8
Java
false
false
887
java
package com.evyn.desig.pattern.proxy.dbroute; import com.evyn.desig.pattern.proxy.dbroute.proxy.OrderServiceDynamicProxy; import java.text.SimpleDateFormat; import java.util.Date; /** * @ClassName DBrouteTest * @Description: * @Author xyw * @Date 2019/3/15 22:16 * @Version 1.0 */ public class DBrouteTest { ...
[ "evynxyw@sina.com" ]
evynxyw@sina.com
6b79e2bb79aa913ee0042c1e44a67d2d78a2c2aa
f8cb6ba0fb47ae01b2620b4603504f14fddab0b7
/ibator/src/org/mybatis/generator/internal/db/SqlReservedWords.java
68f3ccdcf9e151774b729a5d7cf4689cac18e1f7
[]
no_license
shijiyu/mybatis-tool
3a4015c9370f7ba471a3932e28f7acf3722cd2d6
1cef575358489ded82293d488418365a0978a928
refs/heads/master
2020-04-05T02:32:31.686876
2018-11-08T02:56:08
2018-11-08T02:56:08
156,480,967
0
0
null
null
null
null
UTF-8
Java
false
false
17,745
java
package org.mybatis.generator.internal.db; import java.util.HashSet; import java.util.Set; public class SqlReservedWords { private static Set<String> RESERVED_WORDS; static { String[] words = { "A", "ABORT", "ABS", "ABSOLUTE", "ACCESS", "ACTION", "ADA", "ADD...
[ "shijy2@Lenovo.com" ]
shijy2@Lenovo.com
3e5fa2e900f2a90effb77c928672d1541ab236bb
d105e39161ffabc46d529abf7184a5e383cddbfb
/outbox/order-service/src/main/java/io/debezium/examples/outbox/order/model/EntityNotFoundException.java
ad9b2ce0e6d373292834ced111602544b5633ea9
[ "Apache-2.0" ]
permissive
debezium/debezium-examples
d4758b0bcaa95a6415a10b8901634a726792c69e
c84eb5a852ab48e695a2fad4a3b8ad932ea70dc1
refs/heads/main
2023-09-03T15:12:45.198421
2023-08-10T14:01:23
2023-08-10T14:01:23
98,498,455
1,316
859
Apache-2.0
2023-09-14T13:15:07
2017-07-27T05:48:19
JavaScript
UTF-8
Java
false
false
480
java
/* * Copyright Debezium Authors. * * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package io.debezium.examples.outbox.order.model; /** * An exception that indicates an entity could not be found. */ public class EntityNotFoundException extends ...
[ "gunnar.morling@googlemail.com" ]
gunnar.morling@googlemail.com
6a433f853e647c37b74ce524c613332b2661c8a7
a563a6080ad6c371de5696a62af55fb6dbc72b15
/src/daoImpl/ValidationDaoImpl.java
8d56a51a8958ce665cd4ab163e72955cc5aa5764
[]
no_license
04143066/chuangke
d08f007d434e5f09b5e710f7cb73ba9e0d97d319
9009fecdfeb9072b0870b86fbd2a17c6125a03d0
refs/heads/master
2020-03-29T08:57:39.009124
2017-06-18T06:15:56
2017-06-18T06:15:56
94,668,879
0
0
null
null
null
null
UTF-8
Java
false
false
12,089
java
package daoImpl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import java.util.ArrayList; import java.util.List; import dao.ValidationDao; import model.Validation; import util.DBConnection; import util.P...
[ "1005569912@qq.com" ]
1005569912@qq.com
e6cb688895987e4afbec55e7bf69ccd1af885c62
e836986a441d8618d6d5b981bcf09272a4d41c10
/app/src/main/java/com/codepath/instagram/activities/HomeActivity.java
1fb5c8a35ba175483e6731087899270c25f59f09
[ "Apache-2.0" ]
permissive
marcojmar/HW-1
43342deea0cd34836ccca18e2ddc0caffa80da70
5af6002d60c753be265a5950186cccd472934aad
refs/heads/master
2021-01-10T07:54:12.602430
2015-10-28T01:36:50
2015-10-28T01:36:50
45,078,037
0
0
null
null
null
null
UTF-8
Java
false
false
3,065
java
package com.codepath.instagram.activities; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.Menu; import android.view.MenuItem; import com.codepath.instagram.R; import com...
[ "mmar@yahoo-inc.com" ]
mmar@yahoo-inc.com
914a48203ad6d1fdd4bab8fe97346ed16e12b1d3
b5d39f5eff1065bf2939449313632cd1e511914a
/simulator/package-info.java
c8eb1b2eb0694736596bea2951f3bbaad12eba18
[]
no_license
ni3ol/ProcessScheduling
850fc22ff2542a7c8eee6512c1ddf14e46bbf7a1
ad00940bd57b9cd2bc2c4d56ada73fb2c65fa13a
refs/heads/master
2021-01-17T08:13:18.162464
2016-06-09T10:21:17
2016-06-09T10:21:17
60,766,047
1
0
null
null
null
null
UTF-8
Java
false
false
97
java
/** * This package contains data types for creating scheduling simulations. */ package simulator;
[ "vjcnic001@myuct.ac.za" ]
vjcnic001@myuct.ac.za
7773aeba6e4f5bf4d84f0228b50661cce12c499d
d1e3c96573cdcad2fa36e9c57569e5c57ad108cf
/src/main/java/manon/user/registration/RegistrationForm.java
9ea27e72fa4b5efd6ef9e23b6f38acf4b309d202
[ "MIT" ]
permissive
jbravo/manon
a721eec854938e57e4b24974d0acd124c14806b4
bb926c475eb492942f8993b5a8a8bc8a722ada79
refs/heads/master
2020-06-01T11:12:56.947245
2017-09-08T16:29:12
2017-09-08T16:29:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
264
java
package manon.user.registration; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public class RegistrationForm { private String username; private String password; }
[ "jonathan.lermitage@gmail.com" ]
jonathan.lermitage@gmail.com
156198bee54160aa81478499ee40bc72462682e1
0c2817433299178441d7a31ee9e1c8c17ff4dcad
/src/main/java/br/com/zupacademy/gabriel/ecommerce/compra/CompraRepository.java
7dc0071ce9f33f6c070f37727726277ccc031ff2
[ "Apache-2.0" ]
permissive
guesserzup/orange-talents-08-template-ecommerce
bb30be3730d2296aec1044cba26e0c0faac9fd9c
f39b9a1e7690fa652581de64c30ec40fea714f8c
refs/heads/master
2023-07-27T06:28:07.261160
2021-09-08T12:18:23
2021-09-08T12:18:23
401,777,369
0
0
Apache-2.0
2021-08-31T16:49:35
2021-08-31T16:49:35
null
UTF-8
Java
false
false
190
java
package br.com.zupacademy.gabriel.ecommerce.compra; import org.springframework.data.jpa.repository.JpaRepository; public interface CompraRepository extends JpaRepository<Compra, Long> { }
[ "gabriel.guesser@zup.com.br" ]
gabriel.guesser@zup.com.br
95051a7fd09eb5cb282637ec64f10030ef24fef1
e26ebaea4fb6dca55f9c778ccb892c1ac46fa20f
/biz/src/test/java/service/RemoteServiceTest.java
f112325859332cdca7aef48036c02e3733abc357
[]
no_license
jinchengyang/ding-isv-channel
c022a2bc6ba925b42681fc0a21de787695183e01
aef40ae677420b7540603ac2b1486f9535946720
refs/heads/master
2020-06-13T16:20:35.666731
2016-10-30T11:20:38
2016-10-30T11:20:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,398
java
package service; import base.BaseTestCase; import com.alibaba.fastjson.JSON; import com.caucho.hessian.client.HessianProxyFactory; import com.dingtalk.isv.access.api.model.corp.CorpJSAPITicketVO; import com.dingtalk.isv.access.api.model.corp.CorpTokenVO; import com.dingtalk.isv.access.api.model.suite.CorpSuiteAuthVO; ...
[ "lifeng.zlf@alibaba-inc.com" ]
lifeng.zlf@alibaba-inc.com
ff704f9f86ef51d82c01492850c26ce4e621ec37
55b93ddeb025281f1e5bdfa165cb5074ec622544
/graphsdk/src/main/java/com/microsoft/graph/generated/BaseReportRootGetOneDriveUsageStorageRequestBuilder.java
9909649aa7bbf972ee764274137ad30a3e9cb26a
[ "MIT" ]
permissive
Glennmen/msgraph-sdk-android
7c13e8367fb6cb7bb9a655860a4c14036601296b
cb774abbaa1abde0c63229a70256b3d97f212a3e
refs/heads/master
2020-03-30T15:56:29.622277
2018-10-03T09:07:00
2018-10-03T09:07:00
151,386,422
1
0
NOASSERTION
2018-10-03T09:03:00
2018-10-03T09:02:59
null
UTF-8
Java
false
false
2,519
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "caitbal@microsoft.com" ]
caitbal@microsoft.com
8a9e5aabb66a0b947368115d07ee8915382aa039
17df4d90b600269f028953d7676da222180ade6b
/src/main/java/com/lan/authentication/auth/service/impl/RolePermissionServiceImpl.java
ea44b094bd84a60b6106d7a5046e4f4505124eec
[]
no_license
VlanBlues/AuthenticationTemplate
15cc4590fd90ccda273dca5e034effc0c4decf97
f11b868a36796c8f632c0314ac2799d9974907e7
refs/heads/master
2023-03-07T23:14:17.719908
2021-02-23T03:49:59
2021-02-23T03:49:59
321,617,119
0
0
null
null
null
null
UTF-8
Java
false
false
598
java
package com.lan.authentication.auth.service.impl; import com.lan.authentication.auth.entity.RolePermission; import com.lan.authentication.auth.mapper.RolePermissionMapper; import com.lan.authentication.auth.service.IRolePermissionService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.s...
[ "794758167@qq.com" ]
794758167@qq.com
331be1c3acdddcd837cbf6b3a493b4d12b04d360
610ae0a8be6b9e0a8371dcbbc20f76896b53d3e3
/src/main/java/com/tencent/ads/model/OrderByStruct.java
4693d009cc458afdcaf66adbcb3de6f961365ee3
[ "Apache-2.0" ]
permissive
TencentAd/marketing-api-java-sdk
d106c6e4cd6e47857a0c63f23fd95e97a34666f3
f9c7e5d06202e05f8f7317e5bf69b61080829de9
refs/heads/master
2023-07-23T10:01:28.748383
2023-07-13T03:07:34
2023-07-13T03:07:34
266,974,939
31
14
Apache-2.0
2022-05-20T21:54:42
2020-05-26T07:32:11
Java
UTF-8
Java
false
false
2,221
java
/* * Marketing API * Marketing API * * OpenAPI spec version: 1.3 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.tencent.ads.model; import com.google.gson.Gson; import com.go...
[ "dennyqian@tencent.com" ]
dennyqian@tencent.com
9f70c22156e0d5993681fd250a407483df0e8510
a0fc286ead8d6d62884b69e78c54b680794fb550
/Flashcards/Problems/The maximum pairwise product/src/Main.java
d46e3356518c5882d38f32e5d777d7f97e70b747
[]
no_license
szilex/Course_JetBrains_Academy_Java_Developer
4a6bddb6cc7a0e8e447d7805ef723963b56374eb
4d8b36ab83526536385107659a8d910227dd38e8
refs/heads/master
2022-10-20T11:35:27.737743
2020-06-13T09:35:00
2020-06-13T09:35:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int size = scanner.nextInt(); int max = 0, oldValue = scanner.nextInt(), value; for(int i = 0; i < size - 1; i++ ){ value = scanner.nextInt(); ...
[ "michsze007@student.polsl.pl" ]
michsze007@student.polsl.pl
cfa7964a47c36c2eca02f91cfe5bb4fd978b9864
51fa3cc281eee60058563920c3c9059e8a142e66
/Java/src/testcases/CWE400_Resource_Exhaustion/s02/CWE400_Resource_Exhaustion__listen_tcp_write_81_goodB2G.java
d075cdbef7f2d6ecf635d2452babbcc8a6d22ae9
[]
no_license
CU-0xff/CWE-Juliet-TestSuite-Java
0b4846d6b283d91214fed2ab96dd78e0b68c945c
f616822e8cb65e4e5a321529aa28b79451702d30
refs/heads/master
2020-09-14T10:41:33.545462
2019-11-21T07:34:54
2019-11-21T07:34:54
223,105,798
1
4
null
null
null
null
UTF-8
Java
false
false
3,004
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE400_Resource_Exhaustion__listen_tcp_write_81_goodB2G.java Label Definition File: CWE400_Resource_Exhaustion.label.xml Template File: sources-sinks-81_goodB2G.tmpl.java */ /* * @description * CWE: 400 Resource Exhaustion * BadSource: listen_tcp Read count using a liste...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
5fa7e63c7a14c18f98415aaad4c2f00e894b46cf
3b0d03e1d84aa22d0c3f99547742a282ffe535c1
/app/src/main/java/jp/faraopro/play/view/RangeSelectBar.java
5b814f054f353a8841d7387d74882a5761009eb1
[]
no_license
faith-masui/FaRaoPRO_kotlin
03c5660286b1891448783efe66472ea4618986eb
c898be80e5f6b61c45cf17d6380c064c5908c3c0
refs/heads/master
2020-04-01T22:10:54.727864
2018-10-18T23:17:10
2018-10-18T23:17:10
153,695,844
0
0
null
null
null
null
UTF-8
Java
false
false
17,801
java
package jp.faraopro.play.view; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.LinearGradient; import android.graphics.Paint; import android.graphics.Point; import android.graphics.RectF; import android.graphics.Shader.TileMode; import an...
[ "masui@faith.co.jp" ]
masui@faith.co.jp
ab68d19f4a790a7699c95ce224edc8f1da468e10
92e7a62c54bcf24de97b5d4c1bb15b99f775bed2
/OpenConcerto/src/org/openconcerto/sql/ui/IPolyCombo.java
cbb988c58e6d76e6d6d033e3ce333c3a314cf7b5
[]
no_license
trespe/openconcerto
4a9c294006187987f64dbf936f167d666e6c5d52
6ccd5a7b56cd75350877842998c94434083fb62f
refs/heads/master
2021-01-13T02:06:29.609413
2015-04-10T08:35:31
2015-04-10T08:35:31
33,717,537
3
0
null
null
null
null
UTF-8
Java
false
false
8,119
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved. * * The contents of this file are subject to the terms of the GNU General Public License Version 3 * only ("GPL"). You may not use this file except in compliance with th...
[ "guillaume.maillard@gmail.com@658cf4a1-8b1b-4573-6053-fb3ec553790b" ]
guillaume.maillard@gmail.com@658cf4a1-8b1b-4573-6053-fb3ec553790b
144ed251cbd06d8ef639f38a482ed4a3d1434064
b6a2a799929f9d6436f3abcee4830e6eed5a0234
/Assignment/Java OO Concepts Lesson 02_Drills Set 1/Conditionals JUnit/Conditionals JUnit Tests/ConditionalsJUnitTests/src/test/java/com/sg/conditionalsjunittests/HasTeenTest.java
dd3a44d24072f1b3e15f43434743f60afb12872d
[]
no_license
KratosOmega/software_guild_akron
6e03406a80948b526a403a5fc580e4e8aaab3c65
cc5943fd0885ebbd972bc134d8c8d5bf44e8399f
refs/heads/master
2020-07-08T10:31:54.192733
2016-08-19T22:14:58
2016-08-19T22:14:58
66,115,326
1
0
null
null
null
null
UTF-8
Java
false
false
1,572
java
package com.sg.conditionalsjunittests; /* * 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. */ import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit...
[ "Kratos@Xins-MacBook-Air.local" ]
Kratos@Xins-MacBook-Air.local
42922d25facb1f2985b1951160981ccb245bc848
2a47cd6b2ae0d9f8d6b0470eaef55791c620e4a4
/src/main/java/com/avs/coxinventory/services/ApiServiceKeyImpl.java
f112b56ddf9139a87ee91455a7af200bcfd6d94c
[]
no_license
allen244/CoxInventory
ef7659ee12b1dc1c3ab2983439e5dcedb94b2294
5f7dcb5a5a09b66f47a24fa54dc74999560df79c
refs/heads/master
2021-05-02T00:30:34.229484
2018-02-09T19:23:20
2018-02-09T19:23:20
120,946,022
0
0
null
null
null
null
UTF-8
Java
false
false
75
java
package com.avs.coxinventory.services; public class ApiServiceKeyImpl { }
[ "alsmaldone@yahoo.com" ]
alsmaldone@yahoo.com
fbf926563dd03806e63324a60a550e4155010bd8
4a0f50317a8433fcaabc58ec2811744331f9f1f8
/diaghealth-entities/src/main/java/com/diagonline/converter/Neo4jConverterConfiguration.java
244253d9171e5917842cda9261fbf18af15173c5
[]
no_license
diaghealth/diaghealth
8c2b19f9ecc18bf429734f45f899f33bb0a5525b
cace2296ac3999d684383a2321e183559ed51c47
refs/heads/master
2021-01-10T12:02:36.268063
2015-06-02T15:31:45
2015-06-02T15:31:45
36,742,547
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
java
package com.diagonline.converter; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.core.convert.ConversionService; import org.springframework.core.convert.converter.ConverterRegistry; import org.springframework.data.n...
[ "contact@diaghealth.com" ]
contact@diaghealth.com
c7c894ec47fe367cd430a1c57f367ae0a4636204
97e9dbed947a139add8521b971f4a3cc59f07762
/app/src/test/java/com/anderssonlegitapp/joakim/bluetoothmadness/ExampleUnitTest.java
be05a4aae52c42014116720647477802d388f0bf
[]
no_license
HerrAndersson95/BlueToothMadness
529539bc79b4a35d006c40053982b7bdb517af58
65a420ffef7993cf0ad1e0c4c163a42605d6de12
refs/heads/master
2021-05-07T08:05:37.902440
2017-11-02T11:04:17
2017-11-02T11:04:17
109,253,806
0
0
null
null
null
null
UTF-8
Java
false
false
423
java
package com.anderssonlegitapp.joakim.bluetoothmadness; 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 { ...
[ "dic14jan@student.lu.se" ]
dic14jan@student.lu.se
9b12ee4509a6c3fec86ae85328e0d1120aeeebc3
395db7bc1c7c166ecfdfa092434634f907001c87
/ma-gpro-gpao/ma-gpro-gpao-persistance/src/main/java/com/gpro/consulting/tiers/gpao/persitance/fichecolisage/entity/FicheColisageEntity.java
899169cf035fd7eb26486c78b0e5bc3575ce162a
[]
no_license
anouarbensaad/habillement
2c4aea85511bae5cef00b5b0fc200b8c1973219f
4d6c395300c3eff0a81b38d68d0e0873c130f7b6
refs/heads/master
2022-02-19T10:14:15.442154
2019-09-26T19:09:02
2019-09-26T19:09:02
204,194,945
0
0
null
null
null
null
UTF-8
Java
false
false
6,869
java
package com.gpro.consulting.tiers.gpao.persitance.fichecolisage.entity; import java.io.Serializable; import java.util.Calendar; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax....
[ "bensaad.tig@gmail.com" ]
bensaad.tig@gmail.com
3df8f990d1bd74f3b7088468679a14655f988b65
0b595e7c8f74928fc81e464019da331412e4eac0
/services/hrdb/src/com/auto_wopjoasedt/hrdb/service/UserService.java
e893e8ec3372fdf2cef2f94dabc4a744de0382dd
[]
no_license
wavemakerapps/Auto_WoPjoaSEdt
8ac5038120d19e2ef9a4832d112a9a8109b5f033
4c543e733c5687fee86d875aeab3772a54762de6
refs/heads/master
2021-01-24T16:29:52.443291
2018-02-27T23:20:22
2018-02-27T23:20:22
123,199,962
0
0
null
null
null
null
UTF-8
Java
false
false
5,788
java
/*Copyright (c) 2015-2016 wavemaker.com All Rights Reserved. This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the source code license agreement you entered into with wavemaker.com*/...
[ "automate1@wavemaker.com" ]
automate1@wavemaker.com
9efca09660837388d576a81fa44fbbf6770e3a0c
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-new-fitness/results/LANG-54b-1-29-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/apache/commons/lang/LocaleUtils_ESTest_scaffolding.java
2165a96cc5f5a185f6d868e45db37b3775ff356e
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
1,917
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon May 18 01:58:00 UTC 2020 */ package org.apache.commons.lang; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Aft...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
ef7d6f8dd1e39c48cd284a3f50ee471cebe63e23
fa472a5a6c521c5af6fac2f678bb4ba353f961d9
/src/main/java/com/equifax/api/core/common/TestBase.java
de0eea2cf1c3f092cdbf4b7554b725174502bca4
[]
no_license
OlenaSalo/google_automation
2589307d24821de382a0c5720664eaad9ed0446d
7d905780f2a288e970f357155e8e93ef3300d41b
refs/heads/master
2022-12-24T15:57:33.880909
2020-09-29T09:02:49
2020-09-29T09:02:49
296,282,694
0
0
null
null
null
null
UTF-8
Java
false
false
26,680
java
package com.equifax.api.core.common; import com.equifax.api.core.gcp.BigQueryConnection; import com.equifax.api.reporting.ExtentTestReporter; import com.equifax.api.core.tablePOJO.TableFields; import com.google.cloud.bigquery.FieldValue; import com.google.common.base.Strings; import com.opencsv.CSVReader; import com.o...
[ "olena.salo@equifax.com" ]
olena.salo@equifax.com
e4493cff390e023e5d9c711a30c9feaf4ff6255f
06e22f38fbc8e88ba6ff4eec3a3efa446a27f8c4
/app/src/test/java/com/example/cs449_project/ScaleCreationAlgorithmTest.java
041dbdbfe4bc6abe9a8749fef349c4ec1ce5ec23
[]
no_license
BrettGB/CS449-Project1
5907b862b00033818ee436d0c553ead5efa09cf8
64be51d463e699c0002bb8510947ed33f5acec84
refs/heads/master
2022-06-18T01:31:35.886665
2020-05-08T17:08:20
2020-05-08T17:08:20
255,174,209
0
0
null
null
null
null
UTF-8
Java
false
false
1,414
java
package com.example.cs449_project; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertArrayEquals; public class ScaleCreationAlgorithmTest { private ScaleCreationAlgorithm theCreation; @Before public void setUp() throws Exception { theCre...
[ "bbarnow17@gmail.com" ]
bbarnow17@gmail.com
a03b0a37af02ed4b7be121092664a1b7e618bbab
1d3e7afa102d1ef79046229367f4931961f2d386
/src/main/java/com/linbit/linstor/api/model/ResourceDefinition.java
e792c8fb71098e551ff831f6dcdb8136fe849b92
[]
no_license
LINBIT/linstor-api-java
99e115b36229c97b37d38ae0a31dcb4923c0b341
1cf072c4c7d79c2aa74761f7e0ed33df857ee7c7
refs/heads/master
2023-07-18T12:55:39.701778
2021-08-31T11:12:51
2021-08-31T11:12:51
356,216,454
1
0
null
null
null
null
UTF-8
Java
false
false
7,418
java
/* * Linstor REST API * * * OpenAPI spec version: 1.10.0 * Contact: rene.peinthor@linbit.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.linbit.linstor.api.model; import ja...
[ "rene.peinthor@linbit.com" ]
rene.peinthor@linbit.com
fa179c9b605e34524de86f30d5a1a3b5b9692160
3634eded90370ff24ee8f47ccfa19e388d3784ad
/src/main/java/com/igexin/push/core/a/q.java
549dcd77c21da0c53919bf60cf2457a97d06bc02
[]
no_license
xiaofans/ResStudyPro
8bc3c929ef7199c269c6250b390d80739aaf50b9
ac3204b27a65e006ebeb5b522762848ea82d960b
refs/heads/master
2021-01-25T05:09:52.461974
2017-06-06T12:12:41
2017-06-06T12:12:41
93,514,258
0
0
null
null
null
null
UTF-8
Java
false
false
1,055
java
package com.igexin.push.core.a; import com.igexin.a.a.c.a; import com.igexin.push.config.k; import com.igexin.push.core.c.f; import com.igexin.push.core.g; import org.json.JSONObject; public class q extends b { private static final String a = k.a; public boolean a(Object obj, JSONObject jSONObject) { ...
[ "zhaoyu@neoteched.com" ]
zhaoyu@neoteched.com
5af25af302990e5d37d9ea8bae0bca8e5ce633a7
eeb9a8f1e57e43bea2cec30a449b273921e705d8
/src/SDET_PROBLEMS/searchForElementInArray.java
6446f3a9b6286ecbd1ccb8c26b35658d0ac0e7e3
[]
no_license
hakimliver/practice
6457a09d3d409464648605056e394b04432dd3d0
53fddb15a6d1d3f640fb72393bc8b659f32add12
refs/heads/main
2023-04-17T09:09:10.108385
2021-04-29T21:51:47
2021-04-29T21:51:47
362,954,629
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package SDET_PROBLEMS; public class searchForElementInArray { public static void main(String[] args) { // search for an element in array int a[] = {10, 4, 5, 76}; int num = 3; boolean status = false; for (int i = 0; i < a.length; i++) { if (num == a[i]) { ...
[ "lehamelhakim833@gmail.com" ]
lehamelhakim833@gmail.com
19f70635e1f6babaec075e099af869aec8cc42f1
e7c3690505f8ea4a907454ed945cc01d7c052eef
/src/Bai3/Triangle.java
7fea2d6e7af3b05e561e795cad9331976919c8ce
[]
no_license
ThanhNuong/ThanhNuong_59131817_BTCreationalPattern
43635b418e41ee4243f86418e66523d1cbf562cd
dce8a95d855c41d56e056b66bede3173e2aea6be
refs/heads/master
2022-07-03T10:05:20.105318
2020-05-13T02:13:11
2020-05-13T02:13:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
627
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 Bai3; /** * * @author Admin */ public class Triangle extends Shape{ public Triangle() { System.out.println("\n...
[ "nuong.btt.59cntt@ntu.edu.vn" ]
nuong.btt.59cntt@ntu.edu.vn
f46e8bc0aba69ea4ecc78d61e34134410445a958
dd76d0b680549acb07278b2ecd387cb05ec84d64
/divestory-CFR/androidx/transition/CanvasUtils.java
cbaa705b9b9ed7fb2fafc67b7b87e8cf001e99f9
[]
no_license
ryangardner/excursion-decompiling
43c99a799ce75a417e636da85bddd5d1d9a9109c
4b6d11d6f118cdab31328c877c268f3d56b95c58
refs/heads/master
2023-07-02T13:32:30.872241
2021-08-09T19:33:37
2021-08-09T19:33:37
299,657,052
0
0
null
null
null
null
UTF-8
Java
false
false
2,498
java
/* * Decompiled with CFR <Could not determine version>. * * Could not load the following classes: * android.graphics.Canvas * android.os.Build * android.os.Build$VERSION */ package androidx.transition; import android.graphics.Canvas; import android.os.Build; import java.lang.reflect.InvocationTargetExceptio...
[ "ryan.gardner@coxautoinc.com" ]
ryan.gardner@coxautoinc.com
1c1b896975951803b9caec282dbc3589e6cb4f58
9b33f64bfc56c249ff779fa72fb3d1b1f847f0e5
/app/src/main/java/es/tfandroid/roombarlauncher/FileUtils.java
d036426e5943e1c93b1cb48de48ebb3b22b5f812
[]
no_license
fraggel/roombarlauncher
6efe1889d57e0ba22f28dad8818e8b161988a006
67b2a9bf8ff7fb16128d8543049453644564bf62
refs/heads/master
2021-01-25T09:08:45.584671
2018-11-14T19:13:55
2018-11-14T19:13:55
93,781,977
0
0
null
null
null
null
UTF-8
Java
false
false
594
java
package es.tfandroid.roombarlauncher; import java.io.File; /** * Static method for helping user to validates servers configurations */ public class FileUtils { /** * Check if required file exist * * @return boolean */ public static boolean checkIfExecutableExists() { return new ...
[ "fraggelillo666@gmail.com" ]
fraggelillo666@gmail.com
270f8c3cd1d79cc92f1cac1fa5a8a4ce6e22e818
2597369eeea50276d776d1de531c2cdbad1713ee
/src/com/vincesu/framework/util/SystemUtil.java
3500ef6c6890266616162519fcb15bfbb70ff329
[]
no_license
vincesu/zhgyms
47710a96dd6dcb692e5894d5ae9325803070930d
34d1acc3fbbbff5cab1c3a274c2fc1b1fa25834d
refs/heads/master
2020-05-31T05:56:43.675917
2014-12-08T08:00:04
2014-12-08T08:00:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
872
java
/* 1: */package com.vincesu.framework.util; /* 2: */ /* 3: */import java.security.ProtectionDomain; /* 4: */ /* 5: */public class SystemUtil /* 6: */{ /* 7: */ public static String getLocation() /* 8: */ { /* 9: 9 */ java.io.File file = new java.io.File(SystemUtil.class.getProtectionDomain...
[ "vince.lr.s@gmail.com" ]
vince.lr.s@gmail.com
813ff9972bc19f2d7513d633bca948e49940811c
8f9131b2cfdfa4ba7372165c589b936eb10a5402
/src/main/java/org/datanucleus/metadata/ClassMetaData.java
29453729102152cc97aec0060cf6d0eea7f8a315
[ "Apache-2.0" ]
permissive
dcheung2/datanucleus-core
2375e7f4635c2ae870566e2de3570365f9a730cd
59883710579df22d53d5963e5c66946b85025479
refs/heads/master
2023-06-21T17:14:26.745748
2021-08-05T14:20:53
2021-08-05T14:20:53
393,211,930
0
0
null
2021-08-06T01:22:57
2021-08-06T01:22:56
null
UTF-8
Java
false
false
60,249
java
/********************************************************************** Copyright (c) 2004 Andy Jefferson and others. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at h...
[ "andy@datanucleus.org" ]
andy@datanucleus.org
be52d158323d50619b6af9b805a3bbc34c4ba7fb
7beb3def8ee38125132b01c0b74830a10ff1480c
/src/main/test/com/sk/test/Test.java
f6aeafb20a4f9ba4531d5caf0896cb6cbc0f45b9
[]
no_license
sandeep-temp/socket-server
651e4a38c7ee8b50cff2c663e6ba2f6ce3f84a1f
ecb09efd4ee6a3c95d02122622096d67157f80ed
refs/heads/master
2021-01-23T13:31:59.876948
2015-04-17T04:57:43
2015-04-17T04:57:43
34,097,409
0
0
null
null
null
null
UTF-8
Java
false
false
666
java
package com.sk.test; import java.io.IOException; public class Test { public static void main(String[] args) { long startTime = System.nanoTime(); try { long count = 0; while (true) { String command = "curl -X GET http://localhost:8123/api/request?timeout=1&connId=" + count; Runtime.getRunti...
[ "sandeep.1904@gmail.com" ]
sandeep.1904@gmail.com
5dbb0be2d272022bbd31245588c47265e4d1d567
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a188/A188510Test.java
ddac836fec05a8fd7808c16619ec3b958bd217db
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
195
java
package irvine.oeis.a188; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A188510Test extends AbstractSequenceTest { }
[ "sairvin@gmail.com" ]
sairvin@gmail.com
3a6fae89da6ccf47ec2cf3a518201a63ffab58c6
02cbc33bb33663ac450460e5522c50b60d51515e
/src/main/java/iot/jdbc/JDBCMeasurements.java
6d13587ee9325c4bab935632a58fb505605bdbeb
[]
no_license
kwlee0220/sensorthings
e8e9a9c9f7982a926f2d677095459daf7ee63c26
6b4841184929cc7d59a1f1822b35f25ad6a7d248
refs/heads/master
2021-01-17T22:21:12.590043
2019-07-29T14:03:17
2019-07-29T14:03:17
84,194,772
0
0
null
null
null
null
UTF-8
Java
false
false
2,333
java
package iot.jdbc; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Map; import java.util.function.Function; import java.util.stream.Stream; /** * * @author Kang-Woo Lee (ETRI) */ pub...
[ "kwlee@etri.re.kr" ]
kwlee@etri.re.kr
8e72f4ebb025f45cc955eb3b6358f8b796fe4eec
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_3b50afca43ab983fb11842973545b934a081f8a5/SearchMessagesDialog/2_3b50afca43ab983fb11842973545b934a081f8a5_SearchMessagesDialog_s.java
eae8c36a232af0700af45dec139bb0733d031ae7
[]
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
69,762
java
/* SearchMessagesDialog.java / Frost Copyright (C) 2006 Frost Project <jtcfrost.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8c11df3b3bd12eb460059500d4d9bef1fea8a66d
863acb02a064a0fc66811688a67ce3511f1b81af
/sources/com/flurry/sdk/C7508dc.java
3e1a675af098b8cbe61ea9ed88825a3f0b797bfe
[ "MIT" ]
permissive
Game-Designing/Custom-Football-Game
98d33eb0c04ca2c48620aa4a763b91bc9c1b7915
47283462b2066ad5c53b3c901182e7ae62a34fc8
refs/heads/master
2020-08-04T00:02:04.876780
2019-10-06T06:55:08
2019-10-06T06:55:08
211,914,568
1
1
null
null
null
null
UTF-8
Java
false
false
2,169
java
package com.flurry.sdk; /* renamed from: com.flurry.sdk.dc */ public final class C7508dc { /* renamed from: a */ public static final String f14798a = C7508dc.class.getSimpleName(); /* renamed from: b */ private static C7508dc f14799b = null; /* renamed from: c */ public boolean f14800c = fal...
[ "tusharchoudhary0003@gmail.com" ]
tusharchoudhary0003@gmail.com
ff61542673b856f446ae3bd3d26fade284d44d28
98e8ec6214edbf59bf042a65f754d68611805e15
/src/model/design/singleton/Test02.java
90fde484243ddcad08aa8cf6abbf505437567bad
[]
no_license
guliangliang/zJavaDemo
61f9d048d12aedf770e8fb25f0cf85fed1105fcb
eaac549a5c5a77c2e854976c3f2d2655ba9835c3
refs/heads/master
2021-01-10T11:00:51.361470
2020-12-31T03:02:15
2020-12-31T03:02:15
47,619,298
1
0
null
null
null
null
UTF-8
Java
false
false
1,050
java
package model.design.singleton; /** * 懒汉式 * @author liang.gu * @date 2020/12/30 */ public class Test02 { public static void main(String[] args) { Singleton.getInstance(); } } //饿汉式 class Singleton1{ //1 构造器私有化 private Singleton1(){ } private static Singleton1 instance; publ...
[ "frinds@163.com" ]
frinds@163.com
0812c2ff5e287592eb81f881bd4e7531650dd7ff
88ca36fd1078c299e62b1b994f41e1850314a502
/src/main/java/msifeed/misca/mixins/wizardry/EntityMagicConstructMixin.java
237d2cdca7dfb433aea53f45ce0f6c5896396db8
[ "MIT" ]
permissive
msifd/misca
580ab7f9f95ddfa18e009d7169c2ce6ad7629860
f34c9ddf8a86a770084ee28540bcf8621978540f
refs/heads/1.12.2
2023-01-21T16:34:39.454021
2023-01-13T22:56:21
2023-01-13T22:57:16
96,866,006
8
4
MIT
2021-04-05T19:34:10
2017-07-11T07:47:24
Java
UTF-8
Java
false
false
1,610
java
package msifeed.misca.mixins.wizardry; import electroblob.wizardry.entity.construct.EntityMagicConstruct; import msifeed.misca.combat.battle.Battle; import msifeed.misca.combat.battle.BattleManager; import msifeed.misca.combat.battle.BattleStateClient; import msifeed.misca.combat.cap.CombatantProvider; import msifeed....
[ "remsifeed@gmail.com" ]
remsifeed@gmail.com
bf96e77a0d91d8ef4b46e5dbe0e4cc5d785e3d96
ee70f137f4ae15cdcf9345db48f3ddb9dd244037
/ServletJSP/7.MusicBox/src/main/java/ru/napadovskiu/servlets/EditUserServlets.java
ecbe33872aa8ba8000349761fbc88a4f0182840a
[ "Apache-2.0" ]
permissive
BohdanNapadovskiy/jvm-byte-code
1289478aa89d7d3c60bcdad19db324932ecc8e93
aa77c5fdede7d74c84cd4bf00e46f6d927fa9b3e
refs/heads/master
2023-01-22T03:57:48.684484
2020-12-07T18:01:38
2020-12-07T18:01:38
319,394,258
0
0
null
null
null
null
UTF-8
Java
false
false
3,918
java
package ru.napadovskiu.servlets; import ru.napadovskiu.entities.Address; import ru.napadovskiu.entities.MusicType; import ru.napadovskiu.entities.Role; import ru.napadovskiu.entities.User; import ru.napadovskiu.store.AddressStore; import ru.napadovskiu.store.MusicStore; import ru.napadovskiu.store.RoleStore; import r...
[ "napadovskibohdan@gmail.com" ]
napadovskibohdan@gmail.com
ddc0d4621d53ca63501efca056f01712b683b54b
5199e14992bca024a45e2b5e0cc0a1733cdc7cb9
/src/com/algo/Tentamen/TEN1_150317/uppgift4/BinarySearchTree.java
942930c63e42160ad4b45494b6f8b8b05d31170d
[]
no_license
TimothyHolmsten/Algoritmer_Datastrukturer
f714718929aa4c605075442c6bb9040e01765ff9
1041e565c44c13f2945c08855e7b08da3f3a5105
refs/heads/master
2020-05-28T05:25:32.976012
2017-04-16T12:20:20
2017-04-16T12:20:20
82,582,478
0
0
null
null
null
null
UTF-8
Java
false
false
1,837
java
package com.algo.Tentamen.TEN1_150317.uppgift4; public class BinarySearchTree<E extends Comparable<E>> { private Node<E> root; public BinarySearchTree() { root = null; } private boolean add(E data, Node<E> node) { if (data.compareTo(node.data) == 0) return false; ...
[ "timhol@kth.se" ]
timhol@kth.se
3152202607524d7de72eea178740026b6dec4cf5
ff3a61c2979ef01b8dad763fc6eabed555ae7fe9
/src/cn/edu/bnu/land/model/AHP.java
81f6502721e52d3345b298cc0e484c11a53be15f
[]
no_license
bnu-land/tdlz
8b277e8f41ef9edea5a84c95202e90faa712eb9e
474a1da97a5b7296c52c08daa4b594908c73f127
refs/heads/master
2021-01-10T14:15:27.853720
2015-10-21T10:51:02
2015-10-21T10:51:02
44,668,212
2
1
null
null
null
null
UTF-8
Java
false
false
3,764
java
package cn.edu.bnu.land.model; import java.util.HashMap; public class AHP { static int n;// 鐭╅樀鐨勯樁鏁� double cal[][];// 灞傛姣旇緝鐭╅樀,褰掍竴鍖栧悗鐨� double cal1[][];// 灞傛姣旇緝鐭╅樀 static HashMap hm = null;// 灏�2闃剁殑鎴愬姣旇緝鐭╅樀鐨勫钩鍧囬殢鏈轰竴鑷存�鎸囨爣鍊间繚瀛樺湪鍝堝笇鏄犲皠琛ㄩ噷 // 璁剧疆骞冲潎闅忔満涓�嚧鎬ф寚鏍囧� public static void setHm() { hm = new HashMap(...
[ "wucangeo@gmail.com" ]
wucangeo@gmail.com
f03f47ab609b80e44f27eacb64a827efb6578060
99b095ef2e52f6e22a42f93724256064cb9b78fa
/app/src/main/java/de/psawicki/payleven/ui/BasketListAdapter.java
c56e4f0d48e62fd46da1b71863b3f68ce895653c
[]
no_license
pawsaw/payleven
2efaa8170bea0640ca8c18aa1dbc026101b28a5a
da44611b7e3f6881928bc8ab7c82dca747dd7733
refs/heads/master
2021-01-22T18:23:09.665775
2014-12-14T12:20:16
2014-12-14T12:20:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,057
java
package de.psawicki.payleven.ui; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ListAdapter; import android.widget.TextView; import de.psawicki.payleven.R; import de.psawicki.payleven.app.BasketSession; import de.ps...
[ "public@psawicki.de" ]
public@psawicki.de
b761e9df49122bf918ad51391ee6398dc6d5ff7a
3476915d393a562e547a7b0efd7536daa25e1103
/src/main/java/com/wangrollin/leetcode/n0_normal/p1600/p1650/problem1652/Solution1.java
d064e804566292b708051423ddfa79bfee4e835a
[ "Apache-2.0" ]
permissive
wangrollin/leetcode-java
3c4987fb67685571c5332e4b5e23172eec54e4c0
82b8e029ebad195db082fa4453f1852d88b76062
refs/heads/master
2023-04-16T14:23:53.605531
2021-04-29T16:17:55
2021-04-29T16:17:55
218,214,448
0
0
null
null
null
null
UTF-8
Java
false
false
2,863
java
package com.wangrollin.leetcode.n0_normal.p1600.p1650.problem1652; import java.util.Arrays; /** * 拆炸弹 * * 你有一个炸弹需要拆除,时间紧迫!你的情报员会给你一个长度为n的循环数组code以及一个密钥k。 * 为了获得正确的密码,你需要替换掉每一个数字。所有数字会同时被替换。 * 如果k > 0,将第i个数字用 接下来k个数字之和替换。 * 如果k < 0,将第i个数字用 之前k个数字之和替换。 * 如果k == 0,将第i个数字用0替换。 * 由于code是循环的,code[n-1]下一个元素是code[0],...
[ "wangrollin@foxmail.com" ]
wangrollin@foxmail.com
22fd79afd785f8ec70429f786fee939955e195c2
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mobileqqi/classes.jar/cwh.java
191c01c69e223240f90bbabb8317a54ef6597497
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
1,307
java
import android.widget.TextView; import com.tencent.mobileqq.activity.ModifyFriendInfoActivity; import com.tencent.mobileqq.app.FriendListObserver; import com.tencent.mobileqq.app.QQAppInterface; import com.tencent.mobileqq.model.FriendManager; public class cwh extends FriendListObserver { public cwh(Modif...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
794bdb5b09bce73c83ee36e385ff2e727220434d
228ed08f0c496a9c4f522eda16de147582124dde
/runWithWind-protal/src/main/java/com/runwithwind/project/demo/domain/GoodsModel.java
76a36e4e63a5f4d6b40370b59ebc195ad1ee3f54
[]
no_license
tangminnan/suifengbenpao
b2e6d676a8f5b31dc557874ed5f80ce98e04090b
0ba6b38ba2eead027c11642a1f0f583cc805ef14
refs/heads/master
2023-04-16T03:32:17.724145
2021-04-25T10:59:41
2021-04-25T10:59:41
361,402,249
0
0
null
null
null
null
UTF-8
Java
false
false
1,638
java
package com.runwithwind.project.demo.domain; import java.util.Date; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; /** * 商品测试信息 * * @author runwithwind */ public class GoodsModel { /** * 商品名称 */ private String name; /** ...
[ "jzf18235182968@163.com" ]
jzf18235182968@163.com
87d511a92e380a7d3e36facd56cd6037f513a811
b7f369b7c920802ee1d0f629314634941492099f
/BeeeOn/app/src/main/java/com/rehivetech/beeeon/gui/view/CircleTransformation.java
02301047e9b7be2e65e3f2d1df20482ae23126bc
[ "BSD-3-Clause" ]
permissive
BeeeOn/android
d974b81a5e358f0e39be90bc7fd407821caef40d
a7189089594f1b79c97919fc18032f82698c47b2
refs/heads/master
2021-01-17T14:13:10.842428
2017-03-26T16:26:52
2017-03-26T16:26:52
47,215,894
10
1
null
null
null
null
UTF-8
Java
false
false
1,832
java
package com.rehivetech.beeeon.gui.view; /* * Copyright 2014 Julian Shen * * 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...
[ "mlynarict@gmail.com" ]
mlynarict@gmail.com
471951d0e12da190ce624a26a6e9076770ba3e05
f234000f117f3d6a87dbb4134c59e26c87c175e2
/src/main/java/com/manong/community/service/CommentService.java
3328dcd2d338026a74585cae40116d34850638b7
[]
no_license
hua2580027487/community
d4559bc37f6bc82e07bc71f1fe9267fc2dc85ec8
ec0688e64ebc1057c241a09d13a0bb7d45577d8b
refs/heads/master
2022-07-03T06:07:14.611603
2020-03-30T14:57:00
2020-03-30T14:57:00
197,539,338
0
0
null
2022-06-21T01:56:12
2019-07-18T07:52:55
JavaScript
UTF-8
Java
false
false
5,587
java
package com.manong.community.service; import com.manong.community.dto.CommentDTO; import com.manong.community.enums.CommentTypeEnums; import com.manong.community.enums.NotificationStatusEnum; import com.manong.community.enums.NotificationTypeEnum; import com.manong.community.exception.CustomizeErrorCode; import com.ma...
[ "2580027487@qq.com" ]
2580027487@qq.com
45f432c0bd4b29dcd20f3a30d997c9e7b3b0833d
8e5fde0772c6925a1c78406dce3a6f4d2668330d
/app/src/main/java/edu/tesis/healthyfood/EditaReceta.java
6bc7c620e614ed108e3bbed36eaf4384fb356860
[ "Apache-2.0" ]
permissive
lfmexi/HealtyFood
ee7399e0b5bcf8dc3888abfd0ed03fc147cc45e8
48fa95f562c9c5215435421efe965347e520e877
refs/heads/master
2020-05-17T00:42:27.218357
2015-10-01T19:55:02
2015-10-01T19:55:02
24,485,862
1
0
null
null
null
null
ISO-8859-1
Java
false
false
11,188
java
package edu.tesis.healthyfood; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.HttpC...
[ "lfmexi@gmail.com" ]
lfmexi@gmail.com
00d1b66d1df34166ed37e829b8322174e6141d48
b90cdb4c1d3e66355342a05fb497f3d185a7bdb1
/Assignment 5/RandomInts.java
75ba2892bdc657b6c69917f5873e3c5f6909d50c
[]
no_license
mosest/11th-CP1-pt2
47d526f5d9252939c3aee4f7dc921294061b9ae2
f46fca2a8c0166845845dc9c1237f046d99149c2
refs/heads/master
2021-01-18T14:06:29.859895
2015-09-14T22:14:27
2015-09-14T22:14:27
42,431,473
0
0
null
null
null
null
UTF-8
Java
false
false
625
java
//Tara Moses //Assignment 5.4: Random Integers //July 19, 2013 public class RandomInts { public static void main(String[] args) { System.out.println("-----5.4: RANDOM INTEGERS-----\n"); int sum=0; int min=43; int max=0; int[] nums=new int[100]; for (int i=0;i<100;i++) { int newInt=(int)(Math.r...
[ "colorsplusplus@gmail.com" ]
colorsplusplus@gmail.com
66f6f392c5f7b626173f57c195ff9c9dc755897c
27be6e4824ba82b5af2b33c38b1482be80cc20c1
/src/main/java/Andromeda/Collision/ContactPoint.java
186a450ee38385e0b91293c9060b73de9c007490
[ "MIT" ]
permissive
eJatte/Simple-2D-physics-engine
17a16277095e7237506f4425ab97c1a5959758d4
008c4e812eec89e6b7d1358e95e1a86e5c37561d
refs/heads/master
2022-10-29T06:56:41.608339
2022-10-15T15:25:22
2022-10-15T15:25:22
172,190,551
3
0
null
null
null
null
UTF-8
Java
false
false
709
java
package Andromeda.Collision; import Andromeda.Utils.Vector2; /** * Classname: ContactPoint * Author: Elias Jätte * Date: 18/08/06 * * Information container regarding a contact point. */ public class ContactPoint { private Vector2 point; private double depth; public ContactPoint(Vector2 point, doubl...
[ "c16eje@cs.umu.se" ]
c16eje@cs.umu.se
4d5a237add240e10c5150cace2687a5ea046627a
b3de8ecd6b7e5ed1e1baebdef44d7b26e7a7e3d8
/helloworld/SSHM/ssm/src/main/java/cn/ben/dao/AccountDao.java
e3f4f69f06d6d7de2e78243382308e4b36ddda5d
[]
no_license
lee-quinnf/quinnfResp
f9a57af8957ebe74be9676d70a1a32871a2a2226
0eeb9e2e69079f15e8b45994d48114d318bd3602
refs/heads/master
2022-12-21T09:59:37.661630
2020-05-03T01:01:39
2020-05-03T01:01:39
251,167,938
5
0
null
2022-12-15T23:47:28
2020-03-30T01:01:21
Java
UTF-8
Java
false
false
561
java
package cn.ben.dao; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Repository; import cn.ben.domain.Account; import java.util.List; /** * 帐户dao接口 */ @Repository public interface AccountDao { // 查询所有账户 @Selec...
[ "2552887079@qq.com" ]
2552887079@qq.com
f03ddc1e29e4ae8a9df1f970434fe4bfc5f629f6
e3a856e023ef723e37911ed65748d61336a06bdc
/app/src/main/java/uk/ac/tees/v8218996/p2_engage/LoginFragment.java
f03d4b40ba62976db711f4e36cc5b059dc6663ba
[]
no_license
mal33k-eden/p2-engage
0822997893ca16970ae75c6c7609c3a925b6a6c3
84f84f33933478f6ad2cabb1f6bfc801093e22cc
refs/heads/master
2023-02-09T05:51:26.511164
2021-01-03T00:06:37
2021-01-03T00:06:37
316,518,005
0
0
null
null
null
null
UTF-8
Java
false
false
8,420
java
package uk.ac.tees.v8218996.p2_engage; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import a...
[ "edenated@gmail.com" ]
edenated@gmail.com
eb89fcf4f3dbd5e19d62fdb97544d925b63037c4
c87f811f69bfb566682a99a88a6a810fd2b41afe
/src/main/java/at/matthew/dbexample/DB.java
6ea930f146489844cdceb7f0f0ebb0b485c87dbb
[]
no_license
atmatthewat/dbexample
54041a91acf73d3d7c9b34a4eb6d42778a204f12
94c3548a4a5ffb0a49d8afbfbe951c6c8571440a
refs/heads/master
2021-01-06T03:05:09.463478
2020-02-18T18:00:41
2020-02-18T18:00:41
241,206,899
0
0
null
null
null
null
UTF-8
Java
false
false
1,747
java
package at.matthew.dbexample; import java.util.ArrayDeque; class DB { private final DBStorage storage; private final ArrayDeque<DBTransaction> transactions; public DB() { transactions = new ArrayDeque<>(); storage = new DBStorage(); } public String get(String key) { for ...
[ "matthew@eeph.com" ]
matthew@eeph.com
f172cc429cb7816cb22d0290e18fef0e68725103
5dbc04981baee365800632a97715148094d64c65
/src/main/java/ru/cpositive/t3/logic/Player.java
112f0d1f2e6f8d144d21ac4d13a3ac91e27d4487
[]
no_license
posonsky/t3
5025834251de7ec5a10f605c7cced7ba884f52f6
61acdfec0c614ddbd3023932810ce0ba1537f2ad
refs/heads/master
2021-01-18T23:06:04.096948
2016-11-04T20:10:51
2016-11-04T20:10:51
72,613,169
0
0
null
2017-02-14T04:35:01
2016-11-02T07:03:46
Java
UTF-8
Java
false
false
310
java
package ru.cpositive.t3.logic; public abstract class Player { protected Dots dot; protected GameField gameField; public Player(GameField gameField) { this.gameField = gameField; } abstract protected void realTurn(); public boolean turn() { realTurn(); return gameField.isFinalState(dot); } }
[ "psk@cpositive.ru" ]
psk@cpositive.ru
ce84083a6f8976d93582a8fac3048e61f588eac3
96ded4b80a459483d3359c9e2f68f1e4c80453a2
/leetcode/507_Perfect_Number.java
9b241c2a06494a85072bcc855d9a9d29b73c618c
[]
no_license
hanrick2000/Leetcode-for-Fun
bd37f8a9ab92ac564e24e38edfa04f1fbaab9fbd
cce863008199c0beb0fc8839f9efbd4487240e2c
refs/heads/master
2020-12-19T05:33:48.957554
2019-04-15T19:52:01
2019-04-15T19:52:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
830
java
class Solution { public boolean checkPerfectNumber(int num) { if (num <= 0) return false; int sum = 0; for (int i = 1; i*i <= num; i++) { if (num % i == 0) { sum += i; if (i*i != num) sum += num / i; } } ...
[ "phoebe800@gmail.com" ]
phoebe800@gmail.com
34ff12c5bd43bb6718bd5857b1efb44e802566a0
6e166bc4e5d8e01560a97a8e62a808f9caf3901c
/app/src/main/java/com/example/shoesworld/ui/busqueda/BuscarFragment.java
2209fab20bc760805aca8791ad609ff67838bdbd
[]
no_license
alucero-gs/ShoesWorld
349f9168f1f0c407dc992c1f2e3aaa3bc456d540
ccabc9ba12513613106361c78f298ace476a574d
refs/heads/master
2023-06-04T09:46:46.636543
2021-06-21T08:50:11
2021-06-21T08:50:11
374,744,497
0
0
null
null
null
null
UTF-8
Java
false
false
7,026
java
package com.example.shoesworld.ui.busqueda; import androidx.lifecycle.ViewModelProvider; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGro...
[ "72269843+luceroGS@users.noreply.github.com" ]
72269843+luceroGS@users.noreply.github.com
6cb7aa90ad87a7180fc437c9ba161ac4911f1e51
83ce1f74d83aeb0261a5772365c81ce7ba26e6d6
/src/main/java/com/Jaysun/Jaysun/Entity/Cellule.java
0e2a8c5ae28bf4e5cad4a34c20ef44f11f4bedfc
[]
no_license
saliou-tech/jaysun-api
a674d1952a77643c3a488d9cafa054959ac433a2
a7100393c97b8722a7e55b8869954d2e8d5434ca
refs/heads/main
2023-05-04T03:18:57.251152
2021-05-18T16:14:34
2021-05-18T16:14:34
368,593,720
0
0
null
null
null
null
UTF-8
Java
false
false
3,718
java
package com.Jaysun.Jaysun.Entity; import com.fasterxml.jackson.annotation.JsonManagedReference; import javax.persistence.*; import java.util.Collection; @Entity public class Cellule { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String nomcellule; private Long...
[ "gueyesaliou067@gmail.com" ]
gueyesaliou067@gmail.com
691e826b9027082adf8cb4170b0c121a6e9f54ee
953fd537e07b37b71415896b615ab84531d7ed6f
/src/minecraft_server/net/minecraft/src/biomesoplenty/biomes/BiomeGenWoodland.java
5a57ed4fedd9959373d1848cf01c2b32a4e25e35
[]
no_license
Pfilson/BiomesOPlentyBTWLight
29af766f9106e2e5104ee5c2d241ed7cee628c2d
1d77a9cd50e88b63e7a8531275a72f7a371e425a
refs/heads/master
2021-01-15T16:15:55.787143
2013-09-03T10:13:23
2013-09-03T10:13:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,518
java
package net.minecraft.src.biomesoplenty.biomes; import java.util.Random; import net.minecraft.src.BiomeGenBase; import net.minecraft.src.Block; import net.minecraft.src.World; import net.minecraft.src.WorldGenerator; import net.minecraft.src.biomesoplenty.worldgen.WorldGenLog; public class BiomeGenWoodland extends B...
[ "a.dubbz@hotmail.com" ]
a.dubbz@hotmail.com
76ed04c348cf0104a364f646bc854be3a0003d45
e7ef4db3f2edbc9edbab92aa759b6050290a5bd1
/mall-manager/src/main/java/com/dd/manager/web/config/sys/SysProperties.java
3092c3aeb7581b1be60c1451c8280405dd4854d8
[]
no_license
Ivan252525/dd-mall
e66fc8769867efb1b7dc908ec6473b7be062d6a7
8d167e8ade42f1c996bf0ea186303f90ec84426a
refs/heads/master
2022-06-23T07:31:48.282002
2019-08-27T09:22:12
2019-08-27T09:22:12
201,833,243
0
0
null
2022-06-17T02:21:40
2019-08-12T01:01:36
Java
UTF-8
Java
false
false
680
java
package com.dd.manager.web.config.sys; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; @ConfigurationProperties(prefix = "sys.config") @Component public class SysProperties { private String host; private int qrWidth; private int qrHei...
[ "yihao123698745@126.com" ]
yihao123698745@126.com
1117feac72647f7e9e76532905ceb3321d10b073
332f03d44ed3f9cc8f0d512e5a1406e5e4ad503e
/commons/src/main/java/ca/esystem/bridges/service/impl/ContentServiceImpl.java
8da51a636242109816985c4e0dc369d548bd0732
[]
no_license
ubcweicai/3qnow
26d25f7d5c5d5317dede39f2f18d7e3704321e39
82e79c83d903e560797ad0bca7a754f25d781442
refs/heads/master
2021-06-24T18:02:42.165099
2017-09-10T05:35:46
2017-09-10T05:35:46
103,006,457
0
0
null
null
null
null
UTF-8
Java
false
false
1,467
java
package ca.esystem.bridges.service.impl; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import ca.esystem.bridges.dao.ContentDao; import ca.esystem.bridges.service.ContentService; import ca.esystem.framework.service.AbstractService; /** * ServiceImpl for Conte...
[ "ubcweicai@gmail.com" ]
ubcweicai@gmail.com
9e6770a47f831bf2ad10f6524036c80bd691a238
514414459119502f223a01bb7d7cb7732591b089
/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/android/AndroidApplicationResourceInfoApi.java
7a0441d2a380818aed704dc86177bc5b43ceef7e
[ "Apache-2.0" ]
permissive
mgp/bazel
abdd2dd88050be3bca10f68abbb2c58606a5f6ab
d3ff5734d14a4afcfd4cd7fac48b183f77722ea0
refs/heads/master
2022-07-02T10:10:01.984572
2020-05-08T22:03:40
2020-05-08T22:04:43
262,443,498
1
0
Apache-2.0
2020-05-08T22:44:13
2020-05-08T22:44:12
null
UTF-8
Java
false
false
5,316
java
// Copyright 2019 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
2b261ddb2e3bbdadd0133e93c1853906b0c6d5c3
bc266f399ca5046efa2a8f8246b81a6301e71be1
/src/test/java/com/muditasoft/artofwritingunittest/sample03/AssertTest.java
51ec3a8928e0364d869518ed47bf6ed464d6e4c0
[]
no_license
tutkuince/art-of-writing-unit-test
52b60d4b07e86d611d8ec1dc12d0e79f98760b4f
45c667877b1359218a9319b54ff0a845647acfca
refs/heads/master
2022-12-15T22:37:19.603291
2020-09-09T19:52:10
2020-09-09T19:52:10
293,084,688
0
0
null
null
null
null
UTF-8
Java
false
false
795
java
package com.muditasoft.artofwritingunittest.sample03; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; public class AssertTest { @Test void test_assertions() { Dummy d1 = new Dummy(5); Dummy d2 = new Dummy(5); Dummy d3 = d2; Dummy d4 = null...
[ "tutku.ince@outlook.com" ]
tutku.ince@outlook.com
d980e5eddffda343b7b10e37704eaca116843dd4
24902eb4b6d30c017aba3066ff9965248b250d3b
/src/leetcode_81_TO_100/Program_85.java
4fa293e873d1a5a16f9779da944d1cb0de096be3
[]
no_license
gaoshoutuo/leetcode_java
c725ee64fbb32b88c518f4566af92d3ff073eeab
af5d270c8a27929a2630f071172c4f15796f699a
refs/heads/master
2021-06-22T10:32:20.803786
2021-01-27T09:08:58
2021-01-27T09:08:58
188,839,370
0
0
null
null
null
null
UTF-8
Java
false
false
480
java
package leetcode_81_TO_100; public class Program_85 { /*85. Maximal Rectangle hard 最大矩形 1X1 Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. Input: [ ["1","0","1","0","0"], ["1","0","1","1","1"], ["1","1","1","1","1"], ["1","0...
[ "715686280@qq.com" ]
715686280@qq.com
e10b9e499588935464ae9afe88665e7d7b5ab1e7
2b4df652feb0383b192de78fca3480b430ee4b65
/SplashScreen.java
64668658622ef3e5bc96463881a4acb253ff1970
[]
no_license
aleksandraczarnecka/Breakout
f6fb10f04bf0b83587e31fbdd6979afa942efc6f
75903480a8bc5d70c7d15f537a40c71c98d113b4
refs/heads/master
2021-05-31T16:03:03.444789
2016-01-31T00:36:28
2016-01-31T00:36:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,464
java
/** * Created by SPARK on 2016-01-28. */ import java.awt.*; import java.awt.event.ActionListener; import javax.swing.*; public class SplashScreen extends JWindow { private static JProgressBar progressBar = new JProgressBar(); public static SplashScreen execute; private static int count; private stat...
[ "sm2park@gmail.com" ]
sm2park@gmail.com
7dbd91f3045599a9d9ccbe3afc9fb76e9aaf2cc2
00b9c9a9f653a96a5110dc5ad8ba5f0c8459baf0
/app/src/main/java/com/example/leonardescorcia/altosdelalgoritmo/Listado_Apartamentos.java
8a8c268b5a69eace7b17791f47ad8bbe3d600b63
[]
no_license
ingescorcia1427/Altos-del-Algoritmo
f969701437abf70f523cbe6ff0684323af6699bf
e717b26349df771e3eb911e653ef5998eac73f2f
refs/heads/master
2020-12-30T12:35:06.640324
2017-05-20T22:43:14
2017-05-20T22:43:14
91,391,337
0
0
null
null
null
null
UTF-8
Java
false
false
1,794
java
package com.example.leonardescorcia.altosdelalgoritmo; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TableLayout; import android.widget.TableRow; import android.widget.TextView; import java.text.DecimalFormat; import java.util.ArrayList; public class Listado_Apartam...
[ "ingescorciapalmera@gmail.com" ]
ingescorciapalmera@gmail.com
b1a62e57b3e4695e8fb6b792de86cff51e5d4123
552c42b246bef7eb154217d464635358d7e18bad
/serviceDemo/app/src/main/java/com/example/sunny_joy/servicedemo/service/MyService.java
ae5af24eb0990805935e368897f9933bcd1eab63
[]
no_license
enre1008/android
2246077cbcc7c7cc3da1bf5a82748f8727c22238
49a0267d648deda2afc5c369754d5c7bbbdd434c
refs/heads/master
2020-05-08T22:27:14.438340
2019-04-12T08:51:10
2019-04-12T08:51:10
180,969,291
0
0
null
null
null
null
UTF-8
Java
false
false
1,258
java
package com.example.sunny_joy.servicedemo.service; import android.app.Service; import android.content.Intent; import android.nfc.TagLostException; import android.os.IBinder; import android.support.annotation.IntDef; import android.support.annotation.Nullable; import android.util.Log; /** * Created by sunny-joy on 20...
[ "enre1008@163.com" ]
enre1008@163.com
1cc208d5f5ea24e6e19d62d51dc89d5e0ef2ce08
5219510be29db7844728c9adf419267a08311e4a
/src/tema11/calculadorainterfaz/main/Run.java
71a9639d655a8be10a2446c5c89162c26f6cee56
[]
no_license
sergiomalagon/ProyectoProgramacion
cb95b52959731cb19db74b53a302b8ffee0342b1
187805ffb9ed7aa965add4d4882a967509d4905a
refs/heads/master
2021-02-26T10:29:28.834422
2020-05-05T14:57:31
2020-05-05T14:57:31
245,519,905
1
0
null
null
null
null
UTF-8
Java
false
false
734
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 tema11.calculadorainterfaz.main; import tema11.calculadorainterfaz.controlador.CCalculadora; import tema11.calculadorainterfaz...
[ "sergiomalagonmartin@gmail.com" ]
sergiomalagonmartin@gmail.com
c66d5540f44b355aeda7c4f492a19e55d083280d
9eed3b1acddc8a73cc44cb230b15819c8bb4301a
/src/cn/qzl/www/Core_2/JDBC/Java/JDBC_5_select.java
c1a8fce98e21da3fa8c2a47b0d1ffcc9420aff1a
[]
no_license
userqzl/Personal-learning-Java
59389c8437bc3f053bc256da3dd065c29fa3d874
189072fba7b11515027dc0109edaf1d1843237b8
refs/heads/master
2022-11-21T12:04:22.926845
2020-07-19T03:30:37
2020-07-19T03:30:37
279,033,114
1
0
null
null
null
null
UTF-8
Java
false
false
2,481
java
package cn.qzl.www.Core_2.JDBC.Java; import java.sql.*; /** * @description: select语句将查询的多个结果打印 * +--------+--------+-----+------+------+---------+ * | stu_id | name | age | addr | math | english | * +--------+--------+-----+------+------+---------+ * | 1001 | 马云 | 25 | 杭州 | 51 | 85 | * | 1002 | ...
[ "1879799228@qq.com" ]
1879799228@qq.com
9d27309ef62ea1f7296e67a7b1f09a91017d3011
7175acfe15de173ac68a675bb560114cc3bb5bf8
/src/main/java/org/bdgp/util/ReverseComparator.java
6485f808583546b948289f9aae0914d4460ecc82
[]
no_license
ylzheng/BatchAmpTargetSeqSearch
5762fef6cc4c86330e20d5325f3ec32f4acb507c
a68caea55130b0a97b8ec5b641a742a026c879d5
refs/heads/master
2021-01-10T01:10:02.392330
2016-02-05T06:09:26
2016-02-05T06:09:26
50,147,790
0
1
null
2016-02-05T06:09:26
2016-01-22T01:00:43
Java
UTF-8
Java
false
false
633
java
package org.bdgp.util; /** * A ReverseComparator wraps another Comparator and returns the reverse * ordering of the wrapped comparator. */ public class ReverseComparator implements Comparator { private Comparator original; public ReverseComparator(Comparator in) { original = in; } public...
[ "zhengyueli@gmail.com" ]
zhengyueli@gmail.com
c422fb07f196799e0852d12b3546f6c5348a312d
cfa35b90ea92b386543d629cf060b4d02ccba6e3
/app/src/main/java/com/digibarber/app/activities/EditProfileActivity.java
99e86b34ebbb9b30646c5fe180512e2e73928cb6
[]
no_license
KoderAndrey/digibarber-digibarber-partner
629dc317a9495cd60532662dfeb8ea4ffa3db6db
10ac30fbf04b16f222867c0c6daf4d22f583a422
refs/heads/master
2023-01-13T05:55:14.084837
2020-11-14T11:11:54
2020-11-14T11:11:54
309,145,621
0
0
null
null
null
null
UTF-8
Java
false
false
7,084
java
package com.digibarber.app.activities; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.Window; import android.widget.ImageView; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Reques...
[ "I&LqJz0E" ]
I&LqJz0E
69fb76038bde154a47f91bb23ab5fcb4515ccff8
ddd6a6d33c4bf638d8130721d35ac586ea0d1c45
/src/main/java/com/techstack/designpatterns/behavioral/chainofresponsibility/OutForDeliveryYard.java
03d1f3cbb954e68389e6f568699db7598ddce124
[]
no_license
sudheerrachuri/LearnDesignPatterns
ef122af1dbd307fb379cc26db2ff01e0a15f267d
a6238251ced5f2c7943e654495df933e8159f757
refs/heads/master
2022-01-31T17:17:55.026458
2019-07-22T14:00:04
2019-07-22T14:00:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
546
java
/** * */ package com.techstack.designpatterns.behavioral.chainofresponsibility; import com.techstack.designpatterns.behavioral.chainofresponsibility.vo.Car; /** * @author Karthikeyan N * */ public class OutForDeliveryYard implements Stage { @Override public void previousStage() { // TODO Auto-generated met...
[ "323017@cognizant.com" ]
323017@cognizant.com
9b36727d1b298ea5b74357c3b10abad58a2c276e
961a20a1201a9a915fff455234381343348f4446
/content/src/androidTest/java/com/coshx/chocolatine/content/ApplicationTest.java
48a069355db0d7423208418abc2f48669078f564
[ "MIT" ]
permissive
coshx/chocolatine
daceed403548403784fec6b12d9909a5b385cfce
6dcd7a499d3fbae84f24623d6e97d4ce398a125c
refs/heads/master
2021-01-23T08:15:24.081092
2016-02-22T22:08:47
2016-02-22T22:08:47
32,535,952
0
0
null
2016-02-22T22:08:48
2015-03-19T17:19:50
Java
UTF-8
Java
false
false
363
java
package com.coshx.chocolatine.content; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing * Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() ...
[ "acadet@live.fr" ]
acadet@live.fr
1fadf014d83d1797143eafa032fcddb165efd871
74bac57dbe07b468651aa89f70e90dd560dadf33
/Practice3/src/Main.java
0e16422ea65c7ed43f8bd55137376a7803f5074b
[]
no_license
kato2901/JAVA
5839d9f3b94229429ec6ddcfc0414793c00b3e58
dcbf1827623b7534fc08a4a4c4c21324f00dc62b
refs/heads/master
2022-08-21T20:23:36.560708
2020-05-23T12:33:22
2020-05-23T12:33:22
262,717,905
0
0
null
null
null
null
UTF-8
Java
false
false
551
java
public class Main { public static void main(String[] args) { Person person1 = new Person("sotou", "tarou", 25, 1.7, 55.0, "医者"); person1.printData(); Person person2 = new Person("yamamoto", "d", "tarou", 30, 1.85, 75.0, "教師"); person2.printData(); System.out.println("-------...
[ "seiten.hkss321@gmail.com" ]
seiten.hkss321@gmail.com
5f9705a7fc6ddf3608cb477c36cc16256d6fa98b
c9e5ffde325b509516498c0ce2a2fde6b9d9f30f
/src/main/java/com/revature/application/Application.java
2ba727ebe2d87f36b4a99255d84bd386a7df47b9
[]
no_license
brandonrost/ProjectOne
86ffd2606fba55fc9172985b522fbe72ab68b100
b1de2a7f3340bc28696d4961b0d20661ec16e970
refs/heads/main
2023-05-04T02:18:50.465494
2021-05-21T18:51:02
2021-05-21T18:51:02
362,933,922
0
0
null
null
null
null
UTF-8
Java
false
false
1,511
java
package com.revature.application; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.json.JsonMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import com.revature.controllers.Controller; import com.reva...
[ "brandon.rost@revature.net" ]
brandon.rost@revature.net
885bda9915f09589738d6a197e3388b34d251eed
5a1bb7df4a9671c18d54d149560246b66e6333fa
/app/src/main/java/com/example/falconp/dndapp/ui/character/CharacterViewModel.java
d1b7a8b2e4ef4affc07f7dff56ef23b51131d45e
[]
no_license
FalconJ/DragonApp
82c6db8494db7027bc936201b41540666b9ec94a
dc71aa941363da42d08f2e8d501cb570d27df029
refs/heads/master
2020-03-17T21:07:15.008499
2018-05-21T05:27:34
2018-05-21T05:27:34
133,943,993
0
0
null
null
null
null
UTF-8
Java
false
false
880
java
package com.example.falconp.dndapp.ui.character; import android.app.Application; import android.arch.lifecycle.AndroidViewModel; import android.arch.lifecycle.LiveData; import com.example.falconp.dndapp.data.DragonRepository; import com.example.falconp.dndapp.data.database.CharacterEntry; import java.util.List; pub...
[ "jfalcon95@outlook.com" ]
jfalcon95@outlook.com