blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
ec80fccef80a56281f0671b02a05db6c9a6fb407
77610e3cfcb0afe54d975d1d96a0b30f934daf9b
/LotteryTicketAPI/src/main/java/com/demo/lottery/ticket/jpa/TicketRepository.java
e7a27db0f3a823240261744144c51e25f156b4c6
[]
no_license
mohomar84/LottoryTicketDemo
8c7e09a25cff6e9ea6d6c9f577b8c4c5459895ed
db5dbd81e01df59f2be25fe54f448e0e5a569a2c
refs/heads/master
2020-05-19T16:15:52.111586
2019-05-07T05:26:42
2019-05-07T05:26:42
185,104,321
0
0
null
null
null
null
UTF-8
Java
false
false
285
java
package com.demo.lottery.ticket.jpa; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.demo.lottery.ticket.dao.Ticket; @Repository public interface TicketRepository extends JpaRepository<Ticket, Long>{ }
[ "omar@mmohamedomar.me" ]
omar@mmohamedomar.me
c0d9fab2788df3f2c59aabbc005fdf64d4b408c9
ac3a7a8d120d4e281431329c8c9d388fcfb94342
/src/test/java/com/leetcode/algorithm/easy/shortestunsortedcontinuoussubarray/SolutionTest.java
3d43e397c1f5244d70f76faa393c929ec34cd53d
[ "MIT" ]
permissive
paulxi/LeetCodeJava
c69014c24cda48f80a25227b7ac09c6c5d6cfadc
10b4430629314c7cfedaae02c7dc4c2318ea6256
refs/heads/master
2021-04-03T08:03:16.305484
2021-03-02T06:20:24
2021-03-02T06:20:24
125,126,097
3
3
null
null
null
null
UTF-8
Java
false
false
519
java
package com.leetcode.algorithm.easy.shortestunsortedcontinuoussubarray; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; public class SolutionTest { @Test public void testCase1() { Solution solution = new Solution(); assertEquals(5, solution.findUnsortedSuba...
[ "paulxi@gmail.com" ]
paulxi@gmail.com
88f3dc0bed161485993e0d9f338e36ebea317f39
40cbcc26fd67b81ac46fbb6562486da7560e76fd
/videocompressor/src/main/java/com/sach/mark42/videocompressor/Track.java
daa6d70b4f4318b7b2e2f4f66c0dab09f02b9337
[]
no_license
Im-Mark42/VideoCompression
198451f5e5d3ef2776f4f3c88ae02c423ba9bc31
60677bb5379a5531672347655a49b635d6cee8f6
refs/heads/master
2022-11-16T04:56:22.092190
2020-07-06T13:34:00
2020-07-06T13:34:00
271,814,792
0
0
null
null
null
null
UTF-8
Java
false
false
10,157
java
package com.sach.mark42.videocompressor; import android.media.MediaCodec; import android.media.MediaFormat; import com.coremedia.iso.boxes.AbstractMediaHeaderBox; import com.coremedia.iso.boxes.SampleDescriptionBox; import com.coremedia.iso.boxes.SoundMediaHeaderBox; import com.coremedia.iso.boxes.VideoMediaHeaderBox...
[ "sachi.sujit@gmail.com" ]
sachi.sujit@gmail.com
f0db1e4231ffab00d357ef695adf6c9bd1fb3622
5db474e0db734cf0f47f8ecee7a17e561e7153b4
/crypto/src/main/java/com/fdm/CryptoCurrency/exception/NotFoundCurrencyException.java
d2d39ac56bd452ef279ea98f63c90b8eb1b22557
[]
no_license
nxsec1/crypto-api
d961ff7c2c46eb2bf60e7a9fa4f17e658fa9f414
3f6c50a0514e0207045775536bf4aa6966ea21d0
refs/heads/master
2022-12-15T23:01:37.693100
2020-09-09T01:00:07
2020-09-09T01:00:07
289,851,335
0
0
null
null
null
null
UTF-8
Java
false
false
265
java
package com.fdm.CryptoCurrency.exception; public class NotFoundCurrencyException extends Exception { /** * */ private static final long serialVersionUID = -4889971604742823620L; public NotFoundCurrencyException(String message) { super(message); } }
[ "douk@student.unimelb.edu.au" ]
douk@student.unimelb.edu.au
415451f583d069aaa4d17686ad321eb73826829f
331ddb62dd2a9045634063391c223556e4d58494
/src/H05/PraktijkOpdracht2.java
fb84da5e14c4ee2205185f2d2ec5d57b2eb1503b
[]
no_license
Broodje-Bram/inleiding-java
9504fbd8546ba1f218f68b1530a500976c4d5328
7c548da6b7e2c7bb8e13866175aab4b382a77810
refs/heads/master
2023-05-31T11:20:24.509959
2021-06-09T16:05:23
2021-06-09T16:05:23
293,850,709
0
0
null
2020-09-08T15:25:22
2020-09-08T15:25:22
null
UTF-8
Java
false
false
1,642
java
package H05; import java.awt.*; import java.applet.Applet; public class PraktijkOpdracht2 extends Applet { Color opvulkleur; Color lijnkleur; int breedte; int hoogte; public void init() { opvulkleur = Color.MAGENTA; lijnkleur = Color.black; breedte = 200; hoogte =...
[ "bramgoudsmid@hotmail.com" ]
bramgoudsmid@hotmail.com
f1a3e052c33dd908cd244f07dc5e129b0b782265
8536eeb72d5408419778b848e28b269cc845d032
/src/dao/ItemDAO.java
87329dfe5942af083835c12a213400135910c745
[]
no_license
ccmcwolf/webMVC
d414cea2801b20622fe97f07ab511b572058bcb3
9e6eeae8020f88c8af8c5137fb9da513a64ae939
refs/heads/master
2021-01-10T13:25:58.626268
2016-01-19T03:50:12
2016-01-19T03:50:12
49,924,386
0
0
null
null
null
null
UTF-8
Java
false
false
400
java
package dao; import java.sql.Connection; import java.sql.SQLException; import java.util.List; import bo.Customer; import bo.Item; public interface ItemDAO { int add(Item item, Connection conn) throws SQLException ; int edit(Item item, Connection con) throws SQLException ; Item get(Item item, Connection con) th...
[ "ccmcwolf@gmail.com" ]
ccmcwolf@gmail.com
c2d6bcdce2df197f967e6bd2d43a3bb06feb6d78
dff1d28634101e8cdc053f9b2fcad428f5b09e4e
/src/main/java/com/stuonline/thirds/tpl/UserInfo.java
66b80577b40a980b218459472f1f062ac9187ebb
[ "Apache-2.0" ]
permissive
hnxylc8818/StudentOnlineClient
a9580f13f348cfcec59fcb974dbfbc6ef878b336
793d8b7b6ce0a812951a691e678dd6e69c722074
refs/heads/master
2021-01-01T20:34:05.632843
2015-09-26T03:05:19
2015-09-26T03:05:19
42,436,824
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package com.stuonline.thirds.tpl; public class UserInfo { private String userIcon; private String userName; private Gender userGender; private String userNote; public String getUserIcon() { return userIcon; } public void setUserIcon(String userIcon) { this.userIcon = userIcon; } public String getUser...
[ "1716938123@qq.com" ]
1716938123@qq.com
f418bb3afe7919d17e8d4b62a94e1c773fecb797
8435d89c156abc185962e4a181309318bdf27613
/src/Models/powerUp.java
dd2b9aa8b4c8d7b6d66dc203ead31fcbd42363b7
[]
no_license
jonathanStevanka/Basket_Bud
9061e87b009f64d40f09edfbb87cd93a847bbae0
bf253800be73399ce1c0f8b59cd0c9948fdc7c90
refs/heads/master
2020-04-13T03:17:38.894533
2018-12-25T08:41:10
2018-12-25T08:41:10
162,927,014
0
0
null
null
null
null
UTF-8
Java
false
false
528
java
package Models; import java.util.Random; /** * @author Jordan * This will be our powerUp class where onCollect it will give you one of 3 random effects. */ public class powerUp extends gameObject{ public powerUp(int speed, int spawnRate) { //Set the speed and spawnRate to 1 super(1, 1); //...
[ "jonathanstevanka@yahoo.com" ]
jonathanstevanka@yahoo.com
1dbda72d676c606059db7a52bb41b94fd2fa0f38
abe96a95e1ee15dd9a0ccfabbe8527399bfb2cf0
/app/src/main/java/jp/co/pokemon/cardboardsumo/sumo/SumoImageThread.java
e7b50eed998f2ed9c50edad42a8680c7c01f3fd6
[ "MIT" ]
permissive
psyark/CardboardSumo
f6b3966f7ef4c43b33d06b172767fb4178557602
766f2d25997fed6de14336bd8bedd5c6e6278bbb
refs/heads/master
2021-01-19T21:52:00.994794
2015-01-05T10:05:19
2015-01-05T10:05:19
28,499,246
1
0
null
null
null
null
UTF-8
Java
false
false
723
java
package jp.co.pokemon.cardboardsumo.sumo; import android.graphics.Bitmap; /** * Created by psyark on 2014/12/24. */ public class SumoImageThread implements Runnable { private final String TAG = SumoImageThread.class.getSimpleName(); private SumoSession session; private SumoImageCallback callback; p...
[ "psyark@wailmer.local" ]
psyark@wailmer.local
b3f03f11d1a5069705cff2f06ba74b166a18dd7f
9d0019f316d10d3b442024bfb7e446110b497170
/SimpleJAXRPCWeb/src/simple/jaxrpc/Hello.java
61016cccdd10fb1387dd63bd2bb72e906fd28629
[]
no_license
e30532/SimpleApps
25dec541f7168ba068ce251b6716ade734b57870
20014c3de564a7bfa306afccf47df9d89b70ba38
refs/heads/master
2023-08-16T18:12:22.000610
2023-08-03T07:14:23
2023-08-03T07:14:23
68,100,341
0
0
null
2016-09-13T12:38:01
2016-09-13T10:56:02
Java
UTF-8
Java
false
false
110
java
package simple.jaxrpc; public class Hello { public String say(String name) { return "Hello " + name; } }
[ "root@hokiest1.fyre.ibm.com" ]
root@hokiest1.fyre.ibm.com
f6504d927d3dd8aece799bebeb26e9dba7a4390b
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/math/group/GaloisFieldTest.java
147bf5bcf6fa3e7974065f7935c99c13900c22d6
[]
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
1,244
java
package irvine.math.group; import irvine.math.api.Group; import irvine.math.z.Z; import junit.framework.TestCase; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class GaloisFieldTest extends TestCase { public void testBad() { try { new GaloisField(Z.FOUR); fail(); } ...
[ "sairvin@gmail.com" ]
sairvin@gmail.com
de181b3c44d66c4f6a8076015c4d83f0b1b50472
c320ff075166a5dd93c356109684f931c99e2283
/src/hw4/ch6/q3/HouseShape.java
4cac37e905f1f29a8ad3db9579e08226eca83265
[]
no_license
palmerjoshua/COP4331
07e251c06150751b847be61ddacfe13be00942c3
effc7d90209051008e1718bbe430a64375fa8154
refs/heads/master
2021-01-18T01:31:16.154708
2015-11-12T19:48:21
2015-11-12T19:48:21
41,370,781
0
1
null
2015-11-03T17:41:12
2015-08-25T15:14:23
Java
UTF-8
Java
false
false
991
java
package hw4.ch6.q3; import java.awt.geom.*; /** A house shape. */ public class HouseShape extends CompoundShape { /** Constructs a house shape. @param x the left of the bounding rectangle @param y the top of the bounding rectangle @param width the width of the bounding rectangle */ ...
[ "palmerjoshua2013@fau.edu" ]
palmerjoshua2013@fau.edu
fa4a8e243e0f3ee00275d9bedb2905fb0df589b8
c17c9c2b6d49ddcf88fa427b0aaea0657e523c18
/alfresco-jlan/src/main/java/org/alfresco/jlan/oncrpc/nfs/BadCookieException.java
6dada1ff33976d2c79f350ccff498dc909a0fb19
[]
no_license
surcloudorg/SurFS-NAS-Protocol
9a0e92872724f22bee4166d7a9abfe1623d383a4
cdce2b579f8864b008400c1d1789b0ad50549886
refs/heads/master
2020-04-06T06:42:59.272315
2016-04-22T09:31:07
2016-04-22T09:31:07
54,711,148
4
1
null
null
null
null
UTF-8
Java
false
false
1,658
java
/* * Copyright (C) 2006-2008 Alfresco Software Limited. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
6ab505ace0c02e4e2478439acc022bd0bb3f1381
c62de2cd4e858241a5fc786ff6a0e0039497dbd9
/sdk/src/main/java/com/jccdex/rpc/utils/CheckUtils.java
d69ff49224496218d8fe2cba97d8a0603a43d1bc
[ "MIT" ]
permissive
xdjiang/Jcc_Jingtum_java
fb12f767479974742b00239a4521f6f1c402b76f
bf6920be02762c5676538df228fc7e2eb9d42fbd
refs/heads/master
2023-08-17T06:30:26.714055
2021-09-27T10:31:35
2021-09-27T10:31:35
405,048,981
0
0
MIT
2021-09-10T10:55:18
2021-09-10T10:55:18
null
UTF-8
Java
false
false
4,089
java
package com.jccdex.rpc.utils; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.jccdex.core.client.Wallet; import org.apache.commons.lang3.ArrayUtils; import org.apache.commons.lang3.StringUtils; import com.jccdex.rpc.client.bean.AmountInfo; import com.jccdex.rpc.config.Config; ...
[ "jiangxudong1982@gmail.com" ]
jiangxudong1982@gmail.com
9d2efca6a3aa2a39ce3d78519eb02e510fdfc4f6
8402fa1e02666a28bf81e76cc6ea0da4016eaff3
/Source/Cinemetrics/app/build/generated/source/r/debug/com/google/android/gms/cast/R.java
41ce13e80aba82729920ade1922d269c0e472b71
[]
no_license
VinuthnaGummadi/Cinemetrics-Project
f4f88611ff956e6b15d5a03d8bdae9bf048cfe27
098931717b13ae4c7639e04ec64a7b1bf2e59ede
refs/heads/master
2021-01-19T12:39:29.822126
2017-10-23T22:25:52
2017-10-23T22:25:52
82,328,286
0
0
null
2017-02-17T18:55:44
2017-02-17T18:55:44
null
UTF-8
Java
false
false
21,941
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.google.android.gms.cast; public final class R { public static final class attr { public static final int adSize = 0x7f01002...
[ "vinuthna.gummadi@gmail.com" ]
vinuthna.gummadi@gmail.com
a2ab3d511687817c42ca929be7ea82b6fd203e6a
06c16d686b07845907b4446ac3b3275e9db34a85
/queComemos-3053-04/src/main/java/grupo4/dds/receta/busqueda/postProcesamiento/PostProcesamiento.java
6b888a6c468c86003b67d07996c6b283aaf70c9c
[]
no_license
fsena92/2015-vn-group-4
6e4de24c1d8927067545d92451aef880e9a48a8d
ec93daee6e1f5fc046940db56a461c7e533b7c07
refs/heads/master
2021-01-10T11:07:34.806074
2016-04-23T21:15:47
2016-04-23T21:15:47
50,967,630
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package grupo4.dds.receta.busqueda.postProcesamiento; import grupo4.dds.receta.Receta; import java.util.List; public interface PostProcesamiento { public List<Receta> procesar(List<Receta> recetas); }
[ "fedes_92@hotmail.com" ]
fedes_92@hotmail.com
06ab9f7a68b662b99e30639d84a25a350212277e
ab4c5208ec085d21f7a22af45ef8c81ca8ff8c5b
/src/java/com/yahoo/dtf/actions/selenium/commands/state/Getalert.java
03409c18058741c1c286876bc0ad14b8036321d8
[ "BSD-3-Clause" ]
permissive
rlgomes/dtf
cea9a6b0debe6ddb8be696e9a51359da23051496
1c578fe199c9c56f062ee150345fe12db6eb3829
refs/heads/master
2020-06-05T04:06:37.067918
2011-11-13T00:14:52
2011-11-13T00:14:52
257,098
3
0
null
null
null
null
UTF-8
Java
false
false
1,372
java
package com.yahoo.dtf.actions.selenium.commands.state; import com.yahoo.dtf.exception.DTFException; /** * @dtf.tag getAlert * @dtf.skip.index * * @dtf.since 1.0 * @dtf.author Rodney Gomes * * @dtf.tag.desc <p> * Retrieves the message of a JavaScript alert generated during * the...
[ "rodneygomes@gmail.com" ]
rodneygomes@gmail.com
ae0aaab581d3e6e537c136082af3953cd5a759a1
596d59292b2355e93f57c1d55f107664adda4e10
/app/src/main/java/com/rackluxury/lamborghini/reddit/activities/ReportActivity.java
63d93d42309f63b53bd76fa024b2a35d347fe934
[]
no_license
HarshAProgrammer/Lamborghini
25dd82af51f29c4d2c4fa4a90c651c3a59b57434
6e2a4eda873a376f2d05b74048d7f2e8ea227811
refs/heads/master
2023-08-01T03:33:05.151537
2021-09-13T16:26:58
2021-09-13T16:26:58
405,989,932
0
0
null
null
null
null
UTF-8
Java
false
false
7,547
java
package com.rackluxury.lamborghini.reddit.activities; import android.content.SharedPreferences; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.view.Menu; import android.view.MenuItem; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.appcomp...
[ "App.Lavishly@Gmail.com" ]
App.Lavishly@Gmail.com
aba68171f7efe707e591624e531c4241833a8402
108b4ebcd420adbf743e308fe1a792d397a5755e
/Sped/src/java/com/t2tierp/padrao/java/Biblioteca.java
1af119f59b06bac64493cf9fbadd25ea2443be68
[ "MIT" ]
permissive
DeveloperMobile/T2Ti-ERP-1.0-Java
19565ba429cf751a4e845f20c7809426352db655
3a91981d0a11e5ff258d09df6fee73f5b6d1cb07
refs/heads/master
2023-03-15T13:58:24.144105
2019-09-03T00:54:56
2019-09-03T00:54:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,030
java
package com.t2tierp.padrao.java; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.math.BigInteger; import java.security.Key; import java.security.KeyStore; import java.security...
[ "claudiobsi@gmail.com" ]
claudiobsi@gmail.com
abcb93d3ad3dbd0b5575047fdd5a24eb412686e9
3502743e7d520895ee80ca1db2e0f35658007990
/projects/umls.download/src/main/java/ytex/umls/FileDownloadS3ServiceImpl.java
02f3e8c928561e4e2619871109b1f3360d7ac343
[]
no_license
wenx999/ytex
4ef52be6c4972d238903c609cac664b863c5a617
f73f8025056da09c886f95237167368aec7f2c10
refs/heads/master
2021-01-22T14:02:42.645660
2013-05-06T01:02:58
2013-05-06T01:02:58
32,970,250
0
0
null
null
null
null
UTF-8
Java
false
false
1,658
java
package ytex.umls; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.IOException; import java.util.Properties; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.services.s3.AmazonS3Client; import com.amazonaws.services.s3.model.GetObjectRequest; import...
[ "vngarla@gmail.com@199a8c0d-f52f-db5a-f41a-c7518a5198ba" ]
vngarla@gmail.com@199a8c0d-f52f-db5a-f41a-c7518a5198ba
e7073269ff5dd4ec4cdb3023ddaaeadc4f8c793e
95ee0d5e0361dfec283a375cea0f081ad29e13a5
/src/main/gol/log/Rules.java
10958d92a6c92b6e7b0b149fe70fa3e726643a0a
[]
no_license
MrDenkoV/GameOfLife
0e8ba29b57b2d09158b974cee9dbce75aa7110f7
8f9e03a43a86e04ae94d2684563dc717c304a968
refs/heads/master
2023-03-17T09:32:37.757087
2023-03-07T12:59:18
2023-03-07T12:59:18
233,926,690
0
0
null
null
null
null
UTF-8
Java
false
false
1,893
java
package gol.log; import java.util.Arrays; public class Rules { States[] rules; public Rules(String rules){ this.rules = new States[9]; this.setRules(rules); } public Rules(){ this.rules = new States[8]; for(int i=0; i<9; i++) this.rules[i]=States.DIES; ...
[ "mr.denkov@gmail.com" ]
mr.denkov@gmail.com
7ac2ce90d3bf6fd8f6dbdaefeb030174a5e0d818
25240fd5845b4392111abffeb31389a393819963
/src/main/java/com/nanosai/gridops/ion/write/IonFieldWriterInt.java
6f5a1b50f5880b5816ce7c945f45fd99eee39e33
[ "Apache-2.0" ]
permissive
nanosai/grid-ops-java
c60963bbab6ff9849c8162812df5348572876047
02771b305cff845ab923fc01ee16d040707a27da
refs/heads/master
2020-09-22T10:54:48.088602
2017-07-24T09:49:19
2017-07-24T09:49:19
66,138,672
34
4
null
null
null
null
UTF-8
Java
false
false
1,184
java
package com.nanosai.gridops.ion.write; import com.nanosai.gridops.ion.IonFieldTypes; import com.nanosai.gridops.ion.IonUtil; import java.lang.reflect.Field; /** * Created by jjenkov on 04-11-2015. */ public class IonFieldWriterInt extends IonFieldWriterBase implements IIonFieldWriter { public IonFieldWriterIn...
[ "jakob@jenkov.com" ]
jakob@jenkov.com
792b6f081339f83e1132945a761e7c0965fbd7d4
86325d06c29dbdf3b3167e060d6a55c0394505c4
/src/test/java/tw/gtb/quiz/QuizApplicationTests.java
0e16e69635814dc97d3ce7cad61af6186139c6fe
[]
no_license
pigeonsL/B-basic-quiz
149f88c24be960ea41161d63903a5eeeae6d461c
ee16fbc20839e76b96fc5dadfbffeb8950eb7f83
refs/heads/master
2022-11-05T14:37:44.720932
2020-06-21T11:55:47
2020-06-21T11:55:47
273,490,313
0
0
null
2020-06-19T12:37:15
2020-06-19T12:37:14
null
UTF-8
Java
false
false
201
java
package tw.gtb.quiz; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class QuizApplicationTests { @Test void contextLoads() { } }
[ "noreply@github.com" ]
pigeonsL.noreply@github.com
072963d8ab98351539f13c89e1c8ffadb2341539
7ef269897694a34691cce89114a3a50d799aff0c
/api/src/main/java/org/openmrs/module/hgu/activator/Initializer.java
438f45e7745640e5102a4d8459427bdd7c7f3856
[]
no_license
brandixi3/hgu
80d1d0a640d3c3bc172e57ce984163d8df200556
e91af41efb7a5ebfa5d914b7e5c0df49e28cd3e2
refs/heads/master
2020-12-13T07:46:52.706253
2016-08-03T11:21:48
2016-08-03T11:21:48
55,751,817
3
0
null
null
null
null
UTF-8
Java
false
false
227
java
package org.openmrs.module.hgu.activator; // TODO: Auto-generated Javadoc /** * The Interface Initializer. */ public interface Initializer { /** * Started. */ void started(); /** * Stopped. */ void stopped(); }
[ "dushmane@brandixi3.com" ]
dushmane@brandixi3.com
353ab11c45112d8b7f84d1fa7b94b17b1372b223
e5c3511f3ff3efd7ad45df55c513ccb6de0bb0bd
/src/com/zhou/feidong/mapper/UserActionLogMapper.java
8a2bd07bcd52034b80e55935cd91622b99af403a
[]
no_license
liangjinggjia/mybatis-generator
5c058be119e966a79949d6e8c147fdb25355f02a
de60259614afed3ce18c4f3036058bdc6b8b8c60
refs/heads/master
2020-06-02T15:22:54.534387
2017-06-12T13:03:42
2017-06-12T13:03:42
94,096,840
0
0
null
null
null
null
UTF-8
Java
false
false
948
java
package com.zhou.feidong.mapper; import com.zhou.feidong.domian.UserActionLog; import com.zhou.feidong.domian.UserActionLogExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface UserActionLogMapper { int countByExample(UserActionLogExample example); int deleteByExample(U...
[ "1084477855@qq.com" ]
1084477855@qq.com
14d15a6434d699e84db4cfebb311e229c9827f7e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_9320cdf00b6f1ec73ce01d7ae4283541c0905338/Analyzer/5_9320cdf00b6f1ec73ce01d7ae4283541c0905338_Analyzer_s.java
777c69f3d4b4918d7cf8c2b098fd6a4733abebb5
[]
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
7,009
java
package ru.spbau.bioinf.tagfinder; import org.jdom.Document; import org.jdom.Element; import ru.spbau.bioinf.tagfinder.util.XmlUtil; import ru.spbau.bioinf.tagfinder.view.Table; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Map; public class Analyzer { ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a6e0275a84a36d0701cc9f79bd8faf36c876338a
f77c2365e4f936c6779e26a4ab7879d342b44500
/vertx-jooq-generate/src/test/java/generated/classic/reactive/mysql/tables/records/SomethingRecord.java
b30b9db80082edb0408dd13ec08b849f9e3fe031
[ "MIT" ]
permissive
cvgaviao/vertx-jooq
1e6be6c374d46042c028664f319eb70470ae6a7c
ee68124a31d742232e9df2a8378f2b45de11bfbd
refs/heads/master
2021-07-16T17:18:14.749377
2021-03-12T09:57:40
2021-03-12T09:57:40
244,900,588
0
0
MIT
2020-03-04T12:56:56
2020-03-04T12:56:55
null
UTF-8
Java
false
true
12,396
java
/* * This file is generated by jOOQ. */ package generated.classic.reactive.mysql.tables.records; import generated.classic.reactive.mysql.enums.SomethingSomeenum; import generated.classic.reactive.mysql.tables.Something; import generated.classic.reactive.mysql.tables.interfaces.ISomething; import io.github.jklingsp...
[ "jens.klingsporn@gmail.com" ]
jens.klingsporn@gmail.com
561b0ead58256f59e771e923aab78fdd94d26788
6e27e35fc985e15b106f07d71fc9fb4a4a050fea
/app/src/main/java/com/originacion/promotor/MainActivity.java
aac8ced32f7078e03ac5ccda420e1bbe8ccbc482
[]
no_license
adralbavilla/OriginacionPromotor
b0dd66e424551885f7ff5e809de4d3d8d5223c1b
6f0c1786b75661ac666341b3135eae36deda3e6a
refs/heads/master
2020-12-12T19:33:45.896816
2020-01-16T01:53:10
2020-01-16T01:53:10
234,211,905
0
0
null
null
null
null
UTF-8
Java
false
false
2,437
java
package com.originacion.promotor; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import android.app.NotificationChannel; import android.app.NotificationManager; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.text.SpannableSt...
[ "e-ralba@externos.gentera.com.mx" ]
e-ralba@externos.gentera.com.mx
57075dc407f94f957052e3757e4a8a7b04600022
d4b23e51037d005afb4b64138822ea67c57b1366
/src/main/java/com/xiao/domain/Product.java
93fd0c84c4e38ce1e8b690f0ab7cf78c1844a5fb
[]
no_license
xykid1986/rabbitmq-spring-template
ad5db266a3a3b96aeda8c35039223fc9ed3fbc1a
c4e87b78fe611a8a816dbb0a173faba0413577f4
refs/heads/master
2021-01-01T16:40:17.220142
2013-11-24T00:48:47
2013-11-24T00:48:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
428
java
package com.xiao.domain; import javax.xml.bind.annotation.*; @SuppressWarnings("restriction") @XmlRootElement public class Product { private String name; private int price; @XmlElement public String getName() { return name; } public void setName(String name) { this.name = name; } @XmlElement pub...
[ "xykid1986@gmail.com" ]
xykid1986@gmail.com
8a2208431380598bc91bc1e47fdfed8c847f5df3
a5828c5e021dbe5f7dfc91960955e3d86ea011be
/Empirical Comparison of Two Algorithms 02 - Excel Outputing/src/output_test01.java
e9f74461879b0e4c1b68db5be0237450146fc956
[ "MIT" ]
permissive
n9839950/Empirical-Comparison-of-Two-Algorithms-CAB301
930737cb3b43d9fa505053ab2bf3f226c6d6c5e2
96d17b258a1c7cf23a43e0f564c26c37476b341c
refs/heads/master
2020-04-04T18:57:56.882643
2018-11-09T09:25:54
2018-11-09T09:25:54
156,186,811
0
0
null
null
null
null
UTF-8
Java
false
false
2,158
java
import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.util.Random; public class output_test01 { static Random r = new Random(); static int operations = 0; static StringBuilder sb02 = new StringBuilder(); public static int Median(int[] A) { if (A.length==1)...
[ "noreply@github.com" ]
n9839950.noreply@github.com
7ac50dd80fdf7569eb3683eba4933faddc3e0a7a
d6e74cf08efb47d08c4178924d0ae997d3fcba71
/demo/src/main/java/me/hyungchul/spinrgapplicationcontext/hckService.java
d063c889b9dbab9d53bbe7c01740697939418e07
[]
no_license
defianz/SpringBootStudy
8e89cbb1264ba30f20b8e45d5fb6d14a698defca
2ac3b604aec2d0496092c734fae42295414b85ee
refs/heads/master
2023-06-22T17:48:10.972438
2021-07-19T08:49:53
2021-07-19T08:49:53
384,649,013
0
0
null
null
null
null
UTF-8
Java
false
false
279
java
package me.hyungchul.spinrgapplicationcontext; import org.springframework.lang.NonNull; import org.springframework.stereotype.Service; @Service public class hckService { @NonNull public String createEvent(@NonNull String name){ return "Hello "+name; } }
[ "iautm91@gmail.com" ]
iautm91@gmail.com
c33d8c058748d78b770f4b7dde073cf7dc54eff9
008750cc110d6c974e42b5f1d5cfd0b5ab96580d
/org.earthsystemcurator.cupid.esmf/src/org/earthsystemcurator/cupid/esmf/ESMFStageActionImportStateAdd.java
9c60abf764f2ff04941ab959bc66d40c9a63c20f
[ "MIT" ]
permissive
NESII/cupid
b1403e899190d7a67caa152ffc4828eef2b20968
ac1ca1f2910c7e6cd656a9c294881eb6da4455f3
refs/heads/master
2021-01-18T01:15:10.868441
2015-01-18T04:35:58
2015-01-18T04:35:58
45,696,880
0
4
null
2015-11-06T17:33:44
2015-11-06T17:33:44
null
UTF-8
Java
false
false
1,291
java
/** */ package org.earthsystemcurator.cupid.esmf; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Stage Action Import State Add</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <l...
[ "rocky@cc.gatech.edu" ]
rocky@cc.gatech.edu
8b2db7997abfaee4fe361bfa14494448ac7e104d
9208ba403c8902b1374444a895ef2438a029ed5c
/sources/com/alibaba/fastjson/util/ParameterizedTypeImpl.java
1e85774b2549790edbb0495ac72070a3853fe4ca
[]
no_license
MewX/kantv-decompiled-v3.1.2
3e68b7046cebd8810e4f852601b1ee6a60d050a8
d70dfaedf66cdde267d99ad22d0089505a355aa1
refs/heads/main
2023-02-27T05:32:32.517948
2021-02-02T13:38:05
2021-02-02T13:44:31
335,299,807
0
0
null
null
null
null
UTF-8
Java
false
false
2,045
java
package com.alibaba.fastjson.util; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.Arrays; public class ParameterizedTypeImpl implements ParameterizedType { private final Type[] actualTypeArguments; private final Type ownerType; private final Type rawType; ...
[ "xiayuanzhong@gmail.com" ]
xiayuanzhong@gmail.com
80d1a01b79ce61cf937e7e86b85b5ddd385d2291
22889d87384ab446202a998513397174ea2cadea
/shared/impl/src/test/java/org/kuali/mobility/math/geometry/SphericalTest.java
129b3dff9011b999336a9b8beb3def80f92a4c91
[ "MIT" ]
permissive
tamerman/mobile-starting-framework
114dfe0efc45c010e844ba8d0d5f3a283947c6cb
11c70d7ff5ac36c7ad600df2f93b184a0ca79b43
refs/heads/master
2016-09-11T15:09:39.554255
2016-03-11T16:57:14
2016-03-11T16:57:14
22,442,542
1
3
null
2016-03-11T16:57:14
2014-07-30T19:59:01
Java
UTF-8
Java
false
false
2,441
java
/** * The MIT License * Copyright (c) 2011 Kuali Mobility Team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, ...
[ "charl.thiem@gmail.com" ]
charl.thiem@gmail.com
befc57e33ccaeb16d233d47288ca33c0a6c3d091
54d78eeb9d019f6e1f4789f0bce30a849fc93e05
/app/src/main/java/com/app/coolweather/util/Utility.java
86339257535c4a9727cd344c6417abee1baa11f2
[ "Apache-2.0" ]
permissive
zhouliuping/coolweather
c44ff76f98f9eb34d2d8035a79a0a6e6d82b119c
be929e78b32a84fe60192528fd94cf8330a0c65a
refs/heads/master
2023-07-07T02:08:05.312746
2021-08-13T08:31:15
2021-08-13T08:31:15
394,937,496
0
0
null
null
null
null
UTF-8
Java
false
false
3,437
java
package com.app.coolweather.util; import android.text.TextUtils; import com.app.coolweather.db.City; import com.app.coolweather.db.County; import com.app.coolweather.db.Province; import com.google.gson.Gson; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class Utility {...
[ "liuping.zhou@tpv-tech.com" ]
liuping.zhou@tpv-tech.com
6b9a0efbf87055f8bf8b292b7034071880c14c3e
5440c44721728e87fb827fb130b1590b25f24989
/GPP/com/brt/gpp/aplicacoes/enviarBonusCSP14/ConcessaoBumerangueProdutor.java
afc72a838a510cf44a5531917e8cb22481abb145
[]
no_license
amigosdobart/gpp
b36a9411f39137b8378c5484c58d1023c5e40b00
b1fec4e32fa254f972a0568fb7ebfac7784ecdc2
refs/heads/master
2020-05-15T14:20:11.462484
2019-04-19T22:34:54
2019-04-19T22:34:54
182,328,708
0
0
null
null
null
null
UTF-8
Java
false
false
5,736
java
package com.brt.gpp.aplicacoes.enviarBonusCSP14; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Iterator; import com.brt.gpp.aplicacoes.Aplicacoes; import com.brt.gpp.comum.Definicoes; import com.brt.gpp.comum.conexoes.bancoDados.PREPConexao; ...
[ "lucianovilela@gmail.com" ]
lucianovilela@gmail.com
4a9c13934e96c73c425257a68863e1b8f3965669
0a799d14388c7a579e5d2f523e50aa96ae57f22a
/src/main/java/com/fasterxml/jackson/core/json/JsonWriteFeature.java
c3b03fe3c29866c01cb474b233f349141226e400
[ "Apache-2.0" ]
permissive
GotoFinal/jackson-core
1b4af807e2ac4294d12184f87705eb6827d66afb
b46e7a1dc2130507e8032cadcd7ead904c5e0ce7
refs/heads/master
2020-04-02T00:04:57.178000
2018-10-12T18:29:43
2018-10-12T18:29:43
153,787,878
1
0
null
2018-10-19T13:34:54
2018-10-19T13:34:54
null
UTF-8
Java
false
false
5,414
java
package com.fasterxml.jackson.core.json; import com.fasterxml.jackson.core.*; /** * Token writer features specific to JSON backend. * * @since 2.10 */ public enum JsonWriteFeature implements FormatFeature { // // // Support for non-standard data format constructs: comments // // Quoting-related featu...
[ "tatu.saloranta@iki.fi" ]
tatu.saloranta@iki.fi
1b279ce2bc6e3a63a9fc9a0e1aa83f319395f90b
8fd92f2563c1f9fb72158c0ab759f8a8aafb7506
/src/com/math/calculator/calculation/exception/OperatorNotFoundException.java
cf33a6c9ec5f550d50ae817d38c96410f7fc4ff0
[]
no_license
vladmirlu/Calculator
2f8e574757f7d6dae0228600f62cc58bd04b0cc2
e84123885d95d41934f2a2fef631bc28bc6d8f0a
refs/heads/master
2020-04-02T18:00:08.788099
2018-11-22T23:28:04
2018-11-22T23:28:04
154,682,905
0
0
null
null
null
null
UTF-8
Java
false
false
268
java
package com.math.calculator.calculation.exception; /** Signals that math operator not found during the calculation process*/ public class OperatorNotFoundException extends Exception { public OperatorNotFoundException() { super.printStackTrace(); } }
[ "vladlub2601@gmail.com" ]
vladlub2601@gmail.com
d6602c2d412099a36b055bfb4a3b986223df2906
54d57678b3aae5229d54620ddf7994cb63cc1218
/app/src/androidTest/java/neighbors/com/spacetrader/ExampleInstrumentedTest.java
c7e944726a5ff49c5b16a11dced2174f46a34b03
[]
no_license
oetago/CS2340-SpaceTrader
1bef2231e6d4ae5bfb75ef20e278fce0e3c35fb3
8c316bdbe59f4ba9432457bc14cb333993cd475e
refs/heads/master
2023-01-10T11:03:42.933699
2019-04-15T18:00:02
2019-04-15T18:00:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
732
java
package neighbors.com.spacetrader; import android.content.Context; import org.junit.Test; import org.junit.runner.RunWith; import androidx.test.InstrumentationRegistry; import androidx.test.runner.AndroidJUnit4; import static org.junit.Assert.assertEquals; /** * Instrumented test, which will execute on an Android...
[ "ryanm1114@gmail.com" ]
ryanm1114@gmail.com
b56ac428189ad5378bc9aef4a62df12d7f43a5e4
50dfd27c6574fdbf691d09c0fa9ee712ddb248a9
/src/main/java/Model/PorteEntree.java
97c9fcc59ecb8596fc1cdbb904ed218310e60ccd
[]
no_license
GhadaRV/ExamenPoo
9da531816e9a2537367fc11e03d959ca16a29cf7
e0a1d57ac63a6bb45f770e9a6ab16b9f9d152c70
refs/heads/master
2022-01-01T08:45:07.077248
2019-12-18T15:46:51
2019-12-18T15:46:51
228,688,198
0
0
null
2021-12-14T21:37:36
2019-12-17T19:36:37
Java
UTF-8
Java
false
false
384
java
package Model; public class PorteEntree extends Porte { private int numeroDePorte; public Integer getNumeroDePorte() { return numeroDePorte; } public void setNumeroDePorte(int numeroDePorte) { this.numeroDePorte = numeroDePorte; } public PorteEntree(int numeroDePorte) { super(); this.numeroDePorte =...
[ "ghada.dridi@esprit.tn" ]
ghada.dridi@esprit.tn
e0ccd8a87b464b1f49b7f67b4089235b8a3c16ff
7178a1390a38efbce6cd61e55bdc9d1d2cd9ecbf
/DataStructure/src/ch4cp3/Client.java
3b577a643f585490ec9931601181b1e9fe924ac6
[]
no_license
massarfusion/EclipseBackUp2020
ac91acbc25e660d2877b0a1d7f797466328705a9
703d95d274c7097193eccb87ddc2dbbe3e9ee56a
refs/heads/master
2023-01-19T04:51:23.927085
2020-12-04T00:17:06
2020-12-04T00:17:06
313,882,611
0
0
null
null
null
null
UTF-8
Java
false
false
246
java
package ch4cp3; import java.util.Scanner; public class Client { public static void main(String[] args) { Scanner in =new Scanner (System.in); int target=in.nextInt(); Round rd=new Round(target); rd.spin(); rd.printme(); } }
[ "48271049+massarfusion@users.noreply.github.com" ]
48271049+massarfusion@users.noreply.github.com
0c8dfe80c5af55b8e8a65a9e695dfc1f2adc1c2e
c1e3dfee888665f16e4db1d3c723027a9b650d24
/gulimall_order/src/main/java/com/wu/gulimall/gulimall_order/entity/RefundInfoEntity.java
27b387a151ef3d294a31170b67f9143745ecc3f6
[ "Apache-2.0" ]
permissive
DOCCA0/gulimall
875af849305498bc402c0aabe73d7027ef8eb05c
1ecf200119ba389c631f70d24ecd729388aee0ea
refs/heads/main
2023-03-19T20:53:31.532635
2021-03-07T13:54:40
2021-03-07T13:54:40
344,119,004
0
0
null
null
null
null
UTF-8
Java
false
false
935
java
package com.wu.gulimall.gulimall_order.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 退款信息 * * @author wucao * @email 2947323341@qq.com *...
[ "2947323341@qq.com" ]
2947323341@qq.com
2972027c07421a80ef8eb4674fa20c2e3da9029b
8a5a42b8d1352a7184cb4fe8ed535073d673c8a9
/src/main/java/src/MainController.java
e36ae89266810a80330ad2b1d5422cecb3a7fff0
[ "Unlicense" ]
permissive
Arquisoft/participationSystem2a
91c61ebf99482f89e7573368b2ef238d12b562e9
1deb9412ade3ce0e37a25de93396d16a000c6557
refs/heads/master
2021-01-17T14:19:18.283759
2017-05-10T10:45:30
2017-05-10T10:45:30
84,083,652
0
0
null
null
null
null
UTF-8
Java
false
false
5,211
java
package src; import java.util.List; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.w...
[ "jonivalles@gmail.com" ]
jonivalles@gmail.com
0da2a53fe31f6dfaf90aa8709cfa0eb2a0a45225
56cd72421de2321109a3a971f3b71a0bb25b321f
/interfaces/jni/java/Const.java
989cd9cc1692c0c6edec755d043d7cf3551559c6
[]
no_license
amas2010/NewSouffle
e7bc184b567b5cd4c51722fe9aa85d2f71280e96
e956c2f089a0ec2350c78cef0b1e7e299db3446a
refs/heads/master
2021-08-07T11:10:32.359090
2017-10-28T04:52:20
2017-10-28T04:52:20
109,920,651
0
0
null
2017-11-08T03:33:54
2017-11-08T03:02:04
C++
UTF-8
Java
false
false
198
java
package com.soufflelang.souffle; public class Const extends Arg { public Const(String num) { init(Long.decode(num)); } private native void init(long num); private long nativeHandle; }
[ "paul@Pauls-MacBook-Air-2.local" ]
paul@Pauls-MacBook-Air-2.local
2bb2c650ecc71160a500dbe1b84900d198b60c89
d4ef5a014caa09af8f4fe9a9b65d56f09f98f834
/automationtrainingcourse/src/test/java/com/peoplentech/automationtrainingcourse/Sign.java
c5f0d40adf8a7491d3258960a7616a7c53212f44
[]
no_license
MUHAMMADSaleemThr/Automationa
1a5149ced8a1d4cd5d2758bf790124db5f2a7d5e
da5f6aa39bdff6fb2d2bf24f808bac1bd86a1121
refs/heads/master
2023-04-17T02:25:29.868069
2021-04-22T02:16:32
2021-04-22T02:16:32
360,008,326
0
0
null
null
null
null
UTF-8
Java
false
false
1,064
java
package com.peoplentech.automationtrainingcourse; import org.testng.annotations.Test; import org.openqa.selenium.By; import org.testng.annotations.DataProvider; public class Sign extends Comon { @Test(dataProvider = "Sign") public void f(String n, String s) throws InterruptedException { /* Home home=new Home(dr...
[ "MUHAMMAD Shahbaz Sal@DESKTOP-TQ5Q620.fios-router.home" ]
MUHAMMAD Shahbaz Sal@DESKTOP-TQ5Q620.fios-router.home
976ce68a486ddd80b8fe4ab5f3aeb062b969569c
b3143b62fbc869674392b3f536b1876af0b2611f
/jsf-worker-parent/jsf-worker-dao/src/main/java/com/ipd/jsf/worker/domain/DeploySys.java
741d06b9b68a3d6c2089a4bb5000eb8dc544b612
[ "Apache-2.0" ]
permissive
Mr-L7/jsf-core
6630b407caf9110906c005b2682d154da37d4bfd
90c8673b48ec5fd9349e4ef5ae3b214389a47f65
refs/heads/master
2020-03-18T23:26:17.617172
2017-12-14T05:52:55
2017-12-14T05:52:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,366
java
/** * Copyright 2004-2048 . * * 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 writi...
[ "yangzhiwei@jd.com" ]
yangzhiwei@jd.com
389437eef9b7f52eab29cf13a16423214fc7aa81
e986454d21734b88b190bde7ff4e9c299fc9e098
/src/main/java/modInvisibles.java
ffa7057bf91981666b5ef0a1e50a1db1e2cfda5b
[]
no_license
DakaraOnline/dakara-server-java
67b6368d6323d37604d8dd146e9d1e08092fad27
a1f0b54273a162ff5499be5e2b40bd0d68255e11
refs/heads/master
2021-01-10T17:38:44.589368
2016-10-27T10:09:59
2016-10-27T10:09:59
53,197,108
5
5
null
2018-09-13T13:58:09
2016-03-05T11:00:14
Java
UTF-8
Java
false
false
1,133
java
/* AUTOMATICALLY CONVERTED FILE */ /* * Este archivo fue convertido automaticamente, por un script, desde el * código fuente original de Visual Basic 6. */ /* [(0, 'ATTRIBUTE'), (1, 'VB_Name'), (5, '='), (4, '"modInvisibles"')] */ import enums.*; public class modInvisibles { /* ' 0 = viejo */ /* ' 1 = nuev...
[ "alejolp@gmail.com" ]
alejolp@gmail.com
6945c6c16ddaabc13443b187b1d3f2d51d8b1b28
be76fa2e6c35ff99386ead879e059639613249b1
/src/cn/store/domain/Product.java
7fcd3c78c3594897fc6df1f70b944a3816f36c0c
[]
no_license
stnh001/BullStore
249c9781d220f57241aa1dc46c2dfb26c048e1d8
3fdd2eaac340de2ffc6e961665dc780496e1f9b9
refs/heads/master
2021-01-25T14:04:33.178626
2018-03-02T13:26:52
2018-03-02T13:26:52
123,650,213
0
0
null
null
null
null
UTF-8
Java
false
false
1,782
java
package cn.store.domain; import java.io.Serializable; public class Product implements Serializable { private Integer id; // 商品的id private String name; // 商品的名称 private String address; // 商品的地址 private double price; // 商品的价格 private int sales; // 商品的销量 private int stock; // 商品的库存 private String ...
[ "344809958@qq.com" ]
344809958@qq.com
bdb20cb2a9c3392fe2e05eb42aea403e09960424
23854c7cc8cde35c3bfcd59a8ab404234319d31b
/src/main/java/com/lab/hometask/dto/ItemDto.java
4f7775776ee717c0c34c645362f0f6dfc338d745
[]
no_license
seradd/lab
0eebff8d9f91f3ae9fd7665618f62d94a8fddf2a
ee27769b765c818a3e351f361d811f881201e73e
refs/heads/main
2023-06-23T14:57:03.251685
2021-07-26T11:07:14
2021-07-26T11:07:14
383,217,540
0
0
null
null
null
null
UTF-8
Java
false
false
255
java
package com.lab.hometask.dto; import lombok.Data; import java.io.Serializable; @Data public class ItemDto implements Serializable { private static final long serialVersionUID = 1L; private String itemValue; private CategoryDto category; }
[ "serhataydin@seradd-3.local" ]
serhataydin@seradd-3.local
f0cafcde9a7ac04e0fe512db093cf9ea9215a988
bf2966abae57885c29e70852243a22abc8ba8eb0
/aws-java-sdk-qldb/src/main/java/com/amazonaws/services/qldb/model/transform/S3EncryptionConfigurationJsonUnmarshaller.java
0d7da637ee60edcfcf20ac4c8b58f9c18bf4c768
[ "Apache-2.0" ]
permissive
kmbotts/aws-sdk-java
ae20b3244131d52b9687eb026b9c620da8b49935
388f6427e00fb1c2f211abda5bad3a75d29eef62
refs/heads/master
2021-12-23T14:39:26.369661
2021-07-26T20:09:07
2021-07-26T20:09:07
246,296,939
0
0
Apache-2.0
2020-03-10T12:37:34
2020-03-10T12:37:33
null
UTF-8
Java
false
false
3,124
java
/* * Copyright 2016-2021 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...
[ "" ]
cd7516c9f76056d49ed96609488c58468e1341ec
cbf45e436c2a36006a91b2edb66a21cb96754df2
/src/com/onsite/chic/actions/Asset.java
dcd40ae5670ff0eb5b42fd83288447a2f76c06a2
[]
no_license
on-site/chic
3f02e80b05b7f25993a93cc2255a98b9d95256e3
660f30b703af091eb594ebdd520d1344fc143a92
refs/heads/master
2021-01-23T13:44:17.475109
2015-06-25T00:06:54
2015-06-25T00:06:54
37,692,907
0
0
null
null
null
null
UTF-8
Java
false
false
2,201
java
package com.onsite.chic.actions; import com.onsite.chic.Request; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.io.IOException; /** * Action to render a static asset like JS and CSS files. * * @author Mike Virata-Stone */ public class Asset extends Action...
[ "mjstone@on-site.com" ]
mjstone@on-site.com
09fdef8452ad3b6ab721404bd9774ca4b493c39e
eef1297da46d45810e538badf753ed107e1402e8
/ParentModule/Statistics_Service/src/main/java/com/wpf/service/statistic/impl/StatisticServiceImpl.java
0683d712c0a771ee4977c78dde1301248f734100
[]
no_license
StevenFlyGit/MySaasExportProject
6df982368785953ca48aab1a552964b807e834c0
a896000df56c6228f4d83f88e70c0043cf8e7f65
refs/heads/master
2023-01-14T18:40:45.703130
2020-11-21T00:14:11
2020-11-21T00:14:11
309,135,800
0
0
null
null
null
null
UTF-8
Java
false
false
946
java
package com.wpf.service.statistic.impl; import com.alibaba.dubbo.config.annotation.Service; import com.wpf.dao.statistic.StatisticDao; import com.wpf.service.statistic.StatisticService; import org.springframework.beans.factory.annotation.Autowired; import java.util.List; import java.util.Map; /** * 创建时间:2020/11/17 ...
[ "w1p2f3@126.com" ]
w1p2f3@126.com
6e9e3c1c0f4cd6d3af4baa02f241f9f1ddfaa8c9
287141849083296f8bec9e0ea001d7e92f119571
/src/com/niceappp/filepanda/FilesAdapter.java
295f3734eb7d580499fdc68f4719fca561b7967c
[]
no_license
seymores/filepanda
96e7825d30880b21422ce8e707d0fdab0ee6b36c
292236638814fe5d6b208555fc67b564ecd4650b
refs/heads/master
2020-06-04T20:58:24.809223
2013-01-27T16:54:23
2013-01-27T16:54:23
7,803,129
6
0
null
null
null
null
UTF-8
Java
false
false
4,763
java
package com.niceappp.filepanda; import java.io.File; import java.util.Arrays; import java.util.Comparator; import java.util.Date; import org.ocpsoft.prettytime.PrettyTime; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Color; import android.graphics.Typeface; import a...
[ "ping@favoritemedium.com" ]
ping@favoritemedium.com
23a2f7d59d3ddf30f737e9eeacd4a65190a58030
bebe2c3fbc455b8acb1c34d0827c18dfcc30b0f2
/src/com/redmintie/steelplate/input/event/KeyListener.java
ff4e69baf59adc23f5fa7f2c62739ab8eed093ef
[ "Apache-2.0" ]
permissive
matanui159/Steelplate-Engine
3b5559b37e03dd835aeb98e43dbb7ada15395528
11c1d77c4eaaec4b1f690616a7946a4a022cb962
refs/heads/master
2021-01-10T07:15:57.485989
2015-12-14T13:57:23
2015-12-14T13:57:23
45,290,554
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package com.redmintie.steelplate.input.event; public interface KeyListener { public void keyPressed(KeyEvent event); public void keyReleased(KeyEvent event); public void keyTyped(KeyEvent event); }
[ "josh@minteronline.com" ]
josh@minteronline.com
8f802bf0660d52f2dbdbfbef97c53627093a066d
9e4ed22825bd0e15648b6dc888cba90b9b4066d9
/src/com/koch/dao/RoleDao.java
78a54bc5eb57f6736ef166b3c82d9ed6ef0aff14
[]
no_license
liaoqifeng/szdisplays
64d7633eab19e5aea01d50bb0fcc448e1fcf44a5
c774108f954b39ef0222399dfd9c4e50a346944e
refs/heads/master
2020-03-28T05:26:46.499030
2016-11-11T02:26:02
2016-11-11T02:26:02
73,438,774
1
0
null
null
null
null
UTF-8
Java
false
false
208
java
package com.koch.dao; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Repository; import com.koch.entity.Role; public interface RoleDao extends BaseDao<Role>{ }
[ "liaoqifen@sina.com" ]
liaoqifen@sina.com
cb6a43e79483e9621bf585286a7b36b614c2fcbc
c903e7051410827bfeb3849fa1253726a5ca6a07
/myresumemaker/src/android/support/v4/media/TransportController.java
64befe19e721306c76ab4e69f97651d9bdbcd967
[]
no_license
anmola10/Android
8aafc513dc79a443b15dd8baf261d553330a6a25
3e39a235191ca07fd080b49d0eef17a9af651936
refs/heads/master
2021-01-10T13:54:45.386972
2016-02-13T02:32:44
2016-02-13T02:32:54
51,422,966
0
0
null
null
null
null
UTF-8
Java
false
false
846
java
package android.support.v4.media; public abstract class TransportController { public abstract int getBufferPercentage(); public abstract long getCurrentPosition(); public abstract long getDuration(); public abstract int getTransportControlFlags(); public abstract boolean isPlaying(); public abstract v...
[ "T00049862@OM1350-31.mytru.univ" ]
T00049862@OM1350-31.mytru.univ
eb121cf37ba6b580ba8ec630a6a57c58b604be02
fe0bd7ff423ab6286f99e85f3861364c04b51928
/backend/src/main/java/com/rodrigorvsn/springDashboard/controllers/SaleController.java
1c523eb08a145d8194c7786aceb88c8ff6426a1d
[]
no_license
RodrigoRVSN/dashboard-full
1efb42ff2627dd8d6fd601d685480218457346f6
f588039ce7515c183e43b676e94bb2263d9b4129
refs/heads/main
2023-08-17T12:33:46.075023
2021-09-12T17:07:04
2021-09-12T17:07:04
404,477,965
0
0
null
null
null
null
UTF-8
Java
false
false
1,412
java
package com.rodrigorvsn.springDashboard.controllers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.a...
[ "rodrigovictor81@gmail.com" ]
rodrigovictor81@gmail.com
03ac570d110a18b535b6675f250b9bdf5965eae8
0002fd6b69fec8d6a055af5f857c4766476b17dd
/src/main/java/de/unistuttgart/iaas/servicewrapper/utils/OpalProperties.java
774727671951a39bb6d108e1ed45be723fe1b477
[ "Apache-2.0" ]
permissive
traDE4chor/trade-opalCLUS-wrapper
94400bf0e7d90f5d797018e640c1acc39b51b237
133d3a029620e5be63b4a91a6ba7bba16d7caec4
refs/heads/master
2020-05-02T13:33:33.653996
2019-03-28T13:18:02
2019-03-28T13:18:02
177,987,952
0
0
null
null
null
null
UTF-8
Java
false
false
2,999
java
/* Copyright 2017 Michael Hahn * * 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...
[ "mhahn.dev@gmail.com" ]
mhahn.dev@gmail.com
4f2993578754a2884a4830eeaafa8f9ce19ee909
ebca8f6059be58b86387260f3bf9af82ccd65e86
/src/main/java/com/yc/www/jfinal/config/AppConfig.java
10d76e04e171b7c95518fef9f9d82d3e73faf549
[]
no_license
I321065/JFinal
3a598ec74cbe3d1ca6b7bc65aea3960df311a7ed
bf843285bc7b2e4977f84b9c6db93c0e8c383540
refs/heads/master
2021-01-21T00:01:53.926444
2017-10-31T15:48:13
2017-10-31T15:48:13
101,856,801
0
0
null
null
null
null
UTF-8
Java
false
false
2,245
java
package com.yc.www.jfinal.config; import com.jfinal.config.*; import com.jfinal.ext.handler.ContextPathHandler; import com.jfinal.kit.PathKit; import com.jfinal.kit.Prop; import com.jfinal.kit.PropKit; import com.jfinal.plugin.activerecord.ActiveRecordPlugin; import com.jfinal.plugin.activerecord.dialect.MysqlDialect;...
[ "1181476441@qq.com" ]
1181476441@qq.com
9b526511a39482168b78205919a135d725a0dc63
7361846e16b9f439f692cd366ed9b8238bd74d34
/dongdong/chongdianbao/app/src/main/java/com/btkj/chongdianbao/model/User.java
d7860d96cfac40d94f96c5aa9b0f7aefe75334e6
[]
no_license
wannaRunaway/btwork
9cfcb336e23c6805ee0efe315a4266b8e8f69744
e22f47660c1ef5696024419008a9aa1f6333b267
refs/heads/master
2023-07-14T08:35:04.472645
2021-08-30T12:13:11
2021-08-30T12:13:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,303
java
package com.btkj.chongdianbao.model; import java.io.Serializable; /** * created by xuedi on 2019/8/1 */ public class User implements Serializable { private static User user; public static User getInstance(){ if (null == user){ synchronized (User.class){ if (null == user){...
[ "xuedicr7@gmail.com" ]
xuedicr7@gmail.com
6d027281dc24e0bdfde15dd4bc360a64ad6b371b
ab5562c710d4723341aa37e55db5e12f160af913
/src/main/java/com/cvbuilder/entity/DB.java
b658195e3e3b312df4393f6d7825e3b4b03a6afb
[]
no_license
Telougat/CVBuilder
5638cdba792f8e71960f3e958531b1c88148f0a5
4d0a72570afa52aac8101b68ea0159cb49d1c2e5
refs/heads/master
2022-12-29T01:47:50.657480
2020-10-07T21:36:39
2020-10-07T21:36:39
300,433,550
3
0
null
null
null
null
UTF-8
Java
false
false
385
java
package com.cvbuilder.entity; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; public class DB { private static final EntityManagerFactory emf = Persistence.createEntityManagerFactory("default"); public static EntityManager getEntity...
[ "thelorenzo533@gmail.com" ]
thelorenzo533@gmail.com
23ab7f3494cf816a7a9f640c7ae39b81ec8a4d75
661745607fbf28e024deaf112608759dc8dd2469
/360updatelibrary/src/test/java/com/emotte/shb/update/ExampleUnitTest.java
d21c79672b0ad416195c4a7f0469c6c0ae66463d
[]
no_license
ma969070578/Mobile
be602db569a40d64af22acedce443624c31b3f07
ae5e7eedf4f34a5accd125099ae9f5b0a0b6b6eb
refs/heads/master
2021-01-22T19:15:36.125710
2017-09-21T01:50:31
2017-09-21T01:50:31
85,185,915
0
0
null
null
null
null
UTF-8
Java
false
false
314
java
package com.emotte.shb.update; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "x969070578" ]
x969070578
b3ce0dcee2118a5b81a1f3587a0a0e52b68045e6
5a2c482e73675da3f554d0c5b2fb6ee51faeef98
/src/Types/MenuCommand.java
f2ab0a5c82850e69094b9da338bc836dcced32c3
[]
no_license
yuriclaure/javapart
e2a12c28cd67263d2e66df01027880bf0628f858
a83ce13e3877ad7ed10ba6c62ca443b673d00670
refs/heads/master
2020-05-26T19:57:07.494245
2013-03-10T00:49:01
2013-03-10T00:49:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
70
java
package Types; public enum MenuCommand { Add, Remove, Edit, Print }
[ "yuriclaure@gmail.com" ]
yuriclaure@gmail.com
0a5eead29f5b20fea54aeca9e47e0fa244d6e142
54e8503812191e2bc9478e422d73d08021b78e83
/interface/src/main/java/Plane.java
1d13a7526f91e5bd693ea44c7b404138dd7a5f8b
[]
no_license
meishaaaaa/02-11-2
16bd3d4ca3f94cb6a586263c8bab3de65a4cb0e2
15f4e923350ab7de31acff45a341355b1a33ff76
refs/heads/master
2021-01-02T19:12:19.224343
2020-02-11T12:46:19
2020-02-11T12:46:19
239,759,565
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
public class Plane implements Transportation { @Override public int getUnitOfPrice() { return 1000; } @Override public void select(int fee) { if (getUnitOfPrice() <= fee) { System.out.println("可以选择飞机前往北京"); } } }
[ "meishaaaaa@163.com" ]
meishaaaaa@163.com
1b9c9befab087e05532926e36fe86f31bce3d43a
963599f6f1f376ba94cbb504e8b324bcce5de7a3
/sources/p059rx/internal/operators/OnSubscribeCollect.java
79d7ba038a21ca7742e4aa7613c243f61b41a628
[]
no_license
NikiHard/cuddly-pancake
563718cb73fdc4b7b12c6233d9bf44f381dd6759
3a5aa80d25d12da08fd621dc3a15fbd536d0b3d4
refs/heads/main
2023-04-09T06:58:04.403056
2021-04-20T00:45:08
2021-04-20T00:45:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,805
java
package p059rx.internal.operators; import p059rx.Observable; import p059rx.Subscriber; import p059rx.exceptions.Exceptions; import p059rx.functions.Action2; import p059rx.functions.Func0; /* renamed from: rx.internal.operators.OnSubscribeCollect */ public final class OnSubscribeCollect<T, R> implements Observable.OnS...
[ "a.amirovv@mail.ru" ]
a.amirovv@mail.ru
2aac7e3f6b2666664f7176bafb916181163d3257
9b6f67eb9fc362cc4f10472151a6612698457a8f
/src/test/java/cn/hkxj/platform/spider/CaptchaBreakerTest.java
68c3723b99970a49049921f1a7755d5d120b7976
[ "MIT" ]
permissive
sophonai/hkxj
f2bf981119ec4104d63eca3186d150a874e14234
462102c8d32f0af6d480c8ac5024098ffbd55d98
refs/heads/master
2020-07-21T05:15:24.163587
2019-09-06T03:31:25
2019-09-06T03:31:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,228
java
package cn.hkxj.platform.spider; import cn.hkxj.platform.PlatformApplication; import cn.hkxj.platform.pojo.constant.RedisKeys; import lombok.extern.slf4j.Slf4j; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.data.redis.cor...
[ "jrchan02@gmail.com" ]
jrchan02@gmail.com
9ce13cd1b92a76c50026664eec81d5ed052386ef
1074c97cdd65d38c8c6ec73bfa40fb9303337468
/rda0105-agl-aus-java-a43926f304e3/xms-persistence/src/main/java/com/gms/xms/persistence/dao/TradeTypeDao.java
694d9d6772a7b2b637bf17388b4e52c3367f2270
[]
no_license
gahlawat4u/repoName
0361859254766c371068e31ff7be94025c3e5ca8
523cf7d30018b7783e90db98e386245edad34cae
refs/heads/master
2020-05-17T01:26:00.968575
2019-04-29T06:11:52
2019-04-29T06:11:52
183,420,568
0
0
null
null
null
null
UTF-8
Java
false
false
604
java
package com.gms.xms.persistence.dao; import com.gms.xms.common.exception.DaoException; import com.gms.xms.txndb.vo.webship.TradeTypeVo; import java.util.List; /** * Posted from TradeTypeDaoService * <p> * Author DatTV Date Mar 27, 2015 */ public class TradeTypeDao extends BaseDao<TradeTypeVo> { ...
[ "sachin.gahlawat19@gmail.com" ]
sachin.gahlawat19@gmail.com
c18044696c1970af3d62a860e4e112f68ca00317
2597df9f5d08c964dd0f69f76695d2f01b01f1c3
/src/com/example/nav/SubActivity.java
34ce26f49cf00c0ebb448137ea711e8364f38bfc
[]
no_license
comecourse/Android-lollipop-Simple-web-app
55ebcf1016191eb917fab21f5ea02eb505091240
85a2dc1207d309033097e50e94b08fee2d119fe0
refs/heads/master
2021-01-17T19:01:02.105560
2016-07-30T05:59:23
2016-07-30T05:59:23
64,528,413
0
0
null
2016-07-30T05:49:09
2016-07-30T05:42:55
null
UTF-8
Java
false
false
1,246
java
package com.example.nav; import android.app.Activity; import android.os.Bundle; import android.support.v4.app.NavUtils; import android.support.v7.app.ActionBarActivity; import android.view.Menu; import android.view.MenuItem; public class SubActivity extends ActionBarActivity { @Override protected void ...
[ "noreply@github.com" ]
comecourse.noreply@github.com
e751861fe8fc41691f73032f3a9255d0ec671af1
c67f401cdd72466cb54284c990aae1df00c7f0ef
/mailsimulationapp1/src/main/java/com/te/mailsimapp/service/UserInfoServiceImpl.java
3140ad7edf75bf46fb5c27cd77398c383c721953
[]
no_license
poojapadagatti123/poojapadagatti123-technoelevate_poojapadagatti_JFSA_20Apr_mailsimulationapp
368031cb568b1b73242075c79a09aa6f95615f8f
2f3bdeede7e27aecdb22768bf8c40ab18428feb0
refs/heads/main
2023-06-08T23:43:39.890969
2021-07-03T15:28:43
2021-07-03T15:28:43
382,648,426
0
0
null
null
null
null
UTF-8
Java
false
false
1,029
java
package com.te.mailsimapp.service; import java.util.Scanner; import com.te.mailsimapp.dao.UserDAO; import com.te.mailsimapp.dao.UserHibernateImpl; import com.te.mailsimapp.dto.UserData; public class UserInfoServiceImpl implements UserService{ Scanner sc=new Scanner(System.in); UserDAO dao=new UserH...
[ "noreply@github.com" ]
poojapadagatti123.noreply@github.com
88482f4156ffd3a47ba193700c66964ddcc2371e
c8aca4cc3e1d052aa726ea2bf898f82bdc33db97
/src/main/java/com/third/web/rest/vm/KeyAndPasswordVM.java
d6bf9775383d69f70572a7cb2dcea34e4c4db39a
[]
no_license
PashaEagle/jhipster-third
ca5df92d7bd233bcd63d7ceecfa578915946db97
ebaa20598198f57ad610fd9ef3993789c69d5479
refs/heads/master
2022-07-31T19:02:39.775119
2020-03-05T20:09:40
2020-03-05T20:09:40
245,257,221
0
0
null
2022-07-07T17:12:31
2020-03-05T20:06:40
Java
UTF-8
Java
false
false
490
java
package com.third.web.rest.vm; /** * View Model object for storing the user's key and password. */ public class KeyAndPasswordVM { private String key; private String newPassword; public String getKey() { return key; } public void setKey(String key) { this.key = key; } ...
[ "kolpal17@gmail.com" ]
kolpal17@gmail.com
676607777f672879424d0a8c6ce0de5f0abef610
8361f1308da164fb5350f84557de1db1b9f2a50e
/src/main/Java/com/finstone/tmall/service/PropertyValueService.java
b25d33db5df045ecdd02f568a9f3188be6679880
[]
no_license
uncle90/tmall_ssm
09daa43051ddd6a66613ba8990dc54df16625ebb
8a67752da44e81e058aa74e72ca90f78770ab6e0
refs/heads/master
2022-12-28T18:26:52.044376
2019-10-14T15:04:51
2019-10-14T15:04:51
173,953,982
1
0
null
2022-12-16T05:00:13
2019-03-05T13:42:02
Java
UTF-8
Java
false
false
1,098
java
package com.finstone.tmall.service; import com.finstone.tmall.entity.Product; import com.finstone.tmall.entity.PropertyValue; import java.util.List; /** * 属性值 PropertyValue */ public interface PropertyValueService { /** * 根据产品所属分类,初始化指定产品的属性(名称) * 分类:Property.cid * 属性:Property.name * 初始化:i...
[ "yuzd2016@hotmail.com" ]
yuzd2016@hotmail.com
5eec57f574921a43525a9af98523659d74901f3c
ef3c1f79be430d0d015ec49d9a046bcc449fd5c2
/src/one/nio/cluster/ServiceProvider.java
2a10f29674b493f6f015bd7eb1e26e857f891e27
[]
no_license
Teraqz/one-nio
2a5be1a7090548fc06f80e3f8887bd6264e03161
06ce0081c087a4c40a0c36d1bd9975314bee4a8c
refs/heads/master
2021-01-18T12:45:57.350955
2014-06-21T18:39:37
2014-06-21T18:39:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
189
java
package one.nio.cluster; public interface ServiceProvider { boolean available(); boolean check() throws Exception; boolean enable(); boolean disable(); void close(); }
[ "andrey.pangin@odnoklassniki.ru" ]
andrey.pangin@odnoklassniki.ru
02eca86533dc79e42e95ccccec31a2b97c5d5146
27f5457d47aaf3491f0d64032247adc08efba867
/vertx-gaia/vertx-ams/src/main/jib/io/horizon/uca/log/LogModule.java
ac4b749bbabc738093e749ca1c21153f13600af8
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
silentbalanceyh/vertx-zero
e73d22f4213263933683e4ebe87982ba68803878
1ede4c3596f491d5251eefaaaedc56947ef784cd
refs/heads/master
2023-06-11T23:10:29.241769
2023-06-08T16:15:33
2023-06-08T16:15:33
108,104,586
348
71
Apache-2.0
2020-04-10T02:15:18
2017-10-24T09:21:56
HTML
UTF-8
Java
false
false
3,513
java
package io.horizon.uca.log; import io.horizon.uca.cache.Cc; import java.util.Objects; import java.util.function.Function; /** * @author lang : 2023/4/25 */ public class LogModule { private static final Cc<String, LogModule> CC_LOG_EXTENSION = Cc.openThread(); private final String module; private String...
[ "silentbalanceyh@126.com" ]
silentbalanceyh@126.com
311f5985ed4f115351584fa8605c644474f7a191
c885ef92397be9d54b87741f01557f61d3f794f3
/results/Cli-38/org.apache.commons.cli.DefaultParser/BBC-F0-opt-10/tests/29/org/apache/commons/cli/DefaultParser_ESTest_scaffolding.java
a1c6775865a5e346f46333cc2b9c47cc7054b171
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
4,497
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Oct 23 03:16:48 GMT 2021 */ package org.apache.commons.cli; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.Afte...
[ "pderakhshanfar@serg2.ewi.tudelft.nl" ]
pderakhshanfar@serg2.ewi.tudelft.nl
e14740c502a45813868f67185cf4010f651aceb3
2a94292e78f52a0b5965139f11114343d3690fe7
/src/CallByReference/Operation2.java
48b5750b732bcea7ca9c2f3fcb6a5232bd5563b3
[]
no_license
Solomon3038/Hello_World
58094f8ebf8e268325a5a6f9c89e052cbb9960b8
567c57a135e4b9425742b14ef4dddd3a446fea5c
refs/heads/master
2020-03-27T07:12:26.674214
2018-08-26T10:33:58
2018-08-26T10:33:58
146,171,202
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
package CallByReference; public class Operation2 { int data=50; void change(Operation2 op){ op.data=op.data+100;//changes will be in the instance variable } public static void main(String args[]){ Operation2 op=new Operation2(); System.out.printl...
[ "anhalt79@gmail.com" ]
anhalt79@gmail.com
72099a6ee8cb45dcff6b8be6fc07eba04f8fa107
e71af1c4f7d4b61babdc954dc9d43bd25fe436b9
/java/com/helloants/mm/helloants1/data/zoomCheck/CustomViewPager.java
4550219129c86cbc825327323d7cd6ec4ffeec53
[]
no_license
jinhee0833/know
41c4122df4272e580a249bf86b4f1653da3546f7
d0c2060b7c4bf35d6a9cdf30a1ce4d038ceae8ba
refs/heads/master
2021-01-17T17:14:49.374700
2016-06-03T07:21:58
2016-06-03T07:21:58
60,327,126
0
0
null
null
null
null
UTF-8
Java
false
false
970
java
package com.helloants.mm.helloants1.data.zoomCheck; import android.content.Context; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.MotionEvent; /** * Created by JJ on 2016. 5. 16.. */ public class CustomViewPager extends ViewPager { public CustomViewPager(Contex...
[ "spirit0833@naver.com" ]
spirit0833@naver.com
e0553341eeb03255b81259310aea3c940c1864e5
4179ceffc666badb0a13a6f97a2f1e38eee9b361
/accumulators-core/src/test/java/org/chrisgray/accumulators/core/stddev/tests/StdDevAccumulatorTest.java
c299d3a8b01b5601baefd89b669075a85e36b8f3
[]
no_license
chrisgray/accumulators
590d9bed857c860c2d8328d59a6ff0d5b89e3830
f9faf177411c749ad9ae2e01e744fabf4a6e47af
refs/heads/master
2020-06-04T11:19:02.183435
2012-12-14T01:31:53
2012-12-14T01:31:53
6,801,782
0
1
null
null
null
null
UTF-8
Java
false
false
1,194
java
package org.chrisgray.accumulators.core.stddev.tests; import org.chrisgray.accumulators.core.DoubleAccumulator; import org.chrisgray.accumulators.core.stddev.StdDevAccumulator; import org.junit.Before; import org.junit.Test; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; public cl...
[ "cgray@yammer-inc.com" ]
cgray@yammer-inc.com
c09c4a28d48f0421697f127508af69a21947e128
8c3d6c361364ba5d27b4e7918ce3bf29cd538957
/src/main/java/com/demo/hospital/managment/patientdetails/controller/PatientDetailsController.java
85e885462fed2833b757f34e0b653b362fcfeeb4
[]
no_license
sagarblock72/patient-Detail
5b6ac6a451923092aaa96ff7d339841e64c85fc1
379ba7e2afdd08658cbd8d5c05b2b4bf43561b3a
refs/heads/master
2023-06-25T08:07:09.524116
2021-08-04T06:28:16
2021-08-04T06:28:16
391,302,011
0
0
null
null
null
null
UTF-8
Java
false
false
5,083
java
package com.demo.hospital.managment.patientdetails.controller; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springfra...
[ "SagarC2@citiustech.com" ]
SagarC2@citiustech.com
a257f2ef3c5f2ac2ffa830c0e56a438de6fd7570
24636c3be1652b29c3ea405973ba0a3e34ebe502
/org.eclipse.microservices/src/micro/MicroFactory.java
a473d960f55f30a4c85b8afb876b4abf64a92fe1
[]
no_license
yaseenkhantanoli/MDE-Sirius_project
f43951450434ca663ac511e88ca53e7858212add
42b58aa3778a39994b56f5507b82eb86528b8280
refs/heads/master
2020-03-24T04:51:08.735233
2018-07-26T16:41:39
2018-07-26T16:41:39
142,466,833
0
0
null
null
null
null
UTF-8
Java
false
false
4,542
java
/** */ package micro; import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> * The <b>Factory</b> for the model. * It provides a create method for each non-abstract class of the model. * <!-- end-user-doc --> * @see micro.MicroPackage * @generated */ public interface MicroFactory e...
[ "noreply@github.com" ]
yaseenkhantanoli.noreply@github.com
54db79dc5b26f48ad2835999a599b0b71aac14a3
71bb06968377b1f3c65aceccd7a434a4b0575244
/IoC_Example/src/com/training/beans/Medicine.java
c169e75a8d6f65a921d8e532a646000c4777560c
[]
no_license
tawade-harshad/MyInteliJProjects
92c93bc79450cad3e0f9e53b78a862c698f23446
01fd6cc8fd94ec70a1a076d8ed6f02a14b0d2713
refs/heads/master
2023-01-29T01:12:24.467865
2019-12-15T14:28:27
2019-12-15T14:28:27
226,092,883
0
1
null
2023-01-11T04:07:33
2019-12-05T12:03:39
Java
UTF-8
Java
false
false
316
java
package com.training.beans; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor public class Medicine { private long code; private String medicineName; private double ratePerUnit; private Distributor distributor; }
[ "tawade.harshad@gmail.com" ]
tawade.harshad@gmail.com
2b03a93900dae1bf874b381123014aab92bcf5aa
64cb88fbf5288f7d6ce055e1c6375c53ad990f3d
/src/main/java/ioedata/actuator/repository/ActuatorRepository.java
0c6461fd0ee0e89917561b37e7d19cc4287eadae
[]
no_license
potatolylc/SmartHomeRapidPrototype
cc86f0bdb31265bd08ad7cdab7594d56efcb5ece
5c11bf0d58b914b38c558e00350f554cb36045d8
refs/heads/master
2016-09-06T00:04:31.669932
2015-05-29T07:59:23
2015-05-29T07:59:23
33,343,631
0
0
null
null
null
null
UTF-8
Java
false
false
1,222
java
package ioedata.actuator.repository; import java.io.Serializable; import java.util.List; import org.bson.types.ObjectId; import ioedata.actuator.model.ActuatorValue; import ioedata.mongodb.repository.BaseRepository; /** * This interface provides abstract methods specifically for actuator to access MongoDB. * It wi...
[ "superpotato@163.com" ]
superpotato@163.com
54a999b97ba2c541adc9577dfa5a4de3d765a4a7
5464087e4fbedad13e20f86e7107ba8a19944784
/src/main/java/com/umtest/testframe/capability/CapabilityMatcher.java
5a3e503c1ca346b15bc2deb946af8fa31ece9f13
[]
no_license
jayapaul47/Corebas
9c786ed2d6ded1b5efecef8c2fc2e12d59b3a31f
bfb2fd6b5ae67eccdbfb32459833865894135791
refs/heads/master
2023-04-06T22:27:19.881313
2020-10-14T05:36:59
2020-10-14T05:36:59
312,026,240
0
0
null
null
null
null
UTF-8
Java
false
false
879
java
package com.umtest.testframe.capability; import org.openqa.grid.internal.utils.DefaultCapabilityMatcher; import java.util.Map; public class CapabilityMatcher extends DefaultCapabilityMatcher { private final String deviceName = "deviceName"; @Override public boolean matches(Map nodeCapability, Map reques...
[ "gupta.o@u.com.my" ]
gupta.o@u.com.my
d928ff25877ea8b522d50ad5871e7ead6c098afe
fa3af5d27c425e24f94a1740b1eef99a4b381c61
/src/main/java/pl/coderslab/snakesprogram/controller/TestController.java
87063e859243141d9995b34a5bc54ba61ed89b30
[]
no_license
barik90/Program-for-snakes-breeder
05a107c36f6f8374d3f4bb3a75e2b6f9792b37a4
7b4d80db4d070028754c28642060a7e42c7ee022
refs/heads/master
2020-03-20T06:21:26.048542
2018-06-13T17:27:34
2018-06-13T17:27:34
137,245,061
0
0
null
null
null
null
UTF-8
Java
false
false
678
java
package pl.coderslab.snakesprogram.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import pl.coderslab.snakesprogram.repository.FeedingRepository;...
[ "barik.rafal@gmail.com" ]
barik.rafal@gmail.com
e21480bcab0e4320e5dba1739555402d98eac639
f8bc4ef3aaad43163b6c2b6fc383b212a98b6437
/JavaExercise2/src/day2/Exersice5.java
feaf3d7c61c15d84781ca8a78f9284b80f90e8e7
[]
no_license
zaydtadesse/JavaExerciseAprill2021
90022aa071c50eb87cae5f1d4cbb6c9a59d845ab
5bef06189e141d395f281213253365c413c55daf
refs/heads/main
2023-05-15T16:58:27.350275
2021-06-13T22:53:57
2021-06-13T22:53:57
360,683,908
0
0
null
null
null
null
UTF-8
Java
false
false
486
java
package day2; import java.util.Scanner; public class Exersice5 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Please enter first number: "); int num1 = input.nextInt(); System.out.println("Please enter first number: "); int num2 = input.n...
[ "zaydtadesse@192.168.0.15" ]
zaydtadesse@192.168.0.15
31e1eaa6742a012372b492c37b5996a0b427b8b5
b57dfda46fc9fd818f4e820147e9933c97f0a77c
/src/main/java/com/teklifver/repository/CityRepository.java
0deeb270c3f89bac123db75a3368ec72932df26a
[]
no_license
samikemal/GraduationProject
123fb80c1c0d3bd52a304cba7d078e9bc5b940d0
c2debad24b7e8a726d4a0071372a1527f808589a
refs/heads/master
2022-12-07T13:29:12.787622
2020-08-25T21:10:26
2020-08-25T21:10:26
290,321,910
0
0
null
null
null
null
UTF-8
Java
false
false
337
java
package com.teklifver.repository; import com.teklifver.entity.CityEntity; import org.springframework.data.repository.CrudRepository; /** * Created by hasan on 24.04.2018. */ public interface CityRepository extends CrudRepository<CityEntity,Long> { CityEntity findById(long id); CityEntity findByCityName(Str...
[ "kemal.sami@hotmail.com" ]
kemal.sami@hotmail.com
4b60424b103969b8428fb447672ae2b2e40cf7d2
74b47b895b2f739612371f871c7f940502e7165b
/aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/transform/LineageConfigurationMarshaller.java
b2697041680e12b93ef05a67e382608adee2d5f6
[ "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
2,047
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...
[ "" ]
0de036e151a7faad8c3209ee89d23b4ecc71787b
b133c99928033bbf49b0aca58b1618e8b09f7e43
/rest-es-provider/src/main/java/my/dubbo/provider/service/impl/EsProductServiceImpl.java
c773b3022985385df1e4fb143b3fbaca449743e8
[]
no_license
lzy9456/dubbo-es-parent
ac255f11a0e9f3d0c5186d003a9a3ba1d2bb7367
f8ac2e6dfc9a62c795487cc91574103e7d02f101
refs/heads/master
2023-01-21T08:48:49.662666
2020-11-26T12:14:13
2020-11-26T12:14:13
316,208,617
0
0
null
null
null
null
UTF-8
Java
false
false
2,547
java
package my.dubbo.provider.service.impl; import com.google.common.collect.Iterables; import my.dubbo.provider.dao.EsProductRepository; import my.dubbo.provider.entity.EsProduct; import my.dubbo.provider.service.IEsProductService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
[ "lzy9456@163.com" ]
lzy9456@163.com
ad60a98a1b28433292f6e70a20a7d6f64043f827
de7e61a4298f9f3c5dfab328b0121143b3448c48
/longjian-measure-domain/src/main/java/com/longfor/longjian/measure/vo/StoreUrlVo.java
03f85b99a1066e053b8b8ee29f07019bd886ce96
[]
no_license
zhourihu5/longjian-measure-server
f8b2ed983849e3c0809bfc5b744e821efd997c56
94ea0850cf14cabed71734a176b2e50c915f8d31
refs/heads/master
2023-07-31T06:07:15.111078
2019-03-29T07:30:08
2019-03-29T07:30:08
409,152,852
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
package com.longfor.longjian.measure.vo; import lombok.Data; import lombok.NoArgsConstructor; /** * Jiazm 2019/01/10 13:59 */ @Data @NoArgsConstructor public class StoreUrlVo { private String schema; private String uri; }
[ "a-jiazhongmin" ]
a-jiazhongmin
d872be0894703c27f0c43febb8dadd5ab11ef874
52b8d715da6c58e225a0731a2112fa63374eff7c
/StateMachineEditRules/src-gen/stateMachineEditRules/StateMachineEditRulesFactory.java
f4e69542077e7beca72d07a9f0d8a688bee17d39
[]
no_license
gelareh1985/MDE-Excercises
7b9fd2427ae69d1491c0989a640e7fed621dc02d
22f2bc5504aa970413545f83807c7ca0ece7150a
refs/heads/master
2020-04-05T08:20:33.053906
2019-08-29T10:30:34
2019-08-29T10:30:34
156,711,050
0
0
null
null
null
null
UTF-8
Java
false
false
1,531
java
/** */ package stateMachineEditRules; import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> * The <b>Factory</b> for the model. * It provides a create method for each non-abstract class of the model. * <!-- end-user-doc --> * @see stateMachineEditRules.StateMachineEditRulesPackage * @generated ...
[ "gmeidanipour@gmmobil.informatik.uni-siegen.de" ]
gmeidanipour@gmmobil.informatik.uni-siegen.de
5c498194dbb4ed8b8ce227af4f240a6a7c0af8cb
b4cb1360365f87466e6dfac915198a0e2810e0a3
/common/src/androidTest/java/com/muziko/common/ExampleInstrumentedTest.java
f0831d90b15fb8c4855af687ea382cc95c71b245
[]
no_license
Solunadigital/Muziko
9b7d38d441c5e41fdea17d07c3d0ab00e15c7c5a
8fb874c4e765949c32591b826baee1937e8d49ca
refs/heads/master
2021-09-09T01:55:13.063925
2018-03-13T08:13:20
2018-03-13T08:13:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.muziko.common; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.assertEquals; /** * Instrumentation test, which will execute on an...
[ "lokeshmehta333@gmail.com" ]
lokeshmehta333@gmail.com
0bd9ac3e7499c3a571e2df524d985f7273991bcf
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_ac7cc5dc8f056412c39f1dda6b83a47241e8cacf/ZoneView/3_ac7cc5dc8f056412c39f1dda6b83a47241e8cacf_ZoneView_t.java
2697ee180d19b88a53add33d30ea9da2685af33b
[]
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
12,162
java
package net.rptools.maptool.client.ui.zone; import java.awt.Point; import java.awt.geom.AffineTransform; import java.awt.geom.Area; import java.awt.geom.Ellipse2D; import java.awt.geom.Rectangle2D; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.Li...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
4bba8d0e70da368a94dfd4081d204a359886366c
faa710159a8abd5ec5915e35c3e4417411ecf57a
/src/main/java/com/nieyue/service/impl/ActivationCodeServiceImpl.java
5a8b7f984134215dd8c5ada7c027a69358ade1ca
[]
no_license
nieyue/freeride
12a61ba9c87c981ed6c9909faeff4b45079d5e10
7db561460c05d75321a754e2d08b14556a620929
refs/heads/master
2020-04-11T16:19:38.218588
2019-02-22T07:35:01
2019-02-22T07:35:01
161,920,291
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package com.nieyue.service.impl; import com.nieyue.bean.ActivationCode; import org.springframework.stereotype.Service; import com.nieyue.service.ActivationCodeService; @Service public class ActivationCodeServiceImpl extends BaseServiceImpl<ActivationCode,Long> implements ActivationCodeService { }
[ "278076304@qq.com" ]
278076304@qq.com
1d7204a1762c66217f5b4667aec331db8f7b4e00
7730793c2e5981f98fcc3c2f12526e153fba2e72
/src/main/java/com/apptium/order/domain/OrdContactDetails.java
ffaa3cc6b96925d4ccc8804d8296a4eec7da7472
[]
no_license
ravi7mech/order-management
3de18db5e26099d5fa5968ea991b62089e9b3699
a968c8cc71fc0a23c739999de4cce1d97f9b2cb3
refs/heads/main
2023-06-16T16:51:09.393167
2021-07-14T07:39:11
2021-07-14T07:39:11
385,852,996
0
0
null
2021-07-14T07:39:12
2021-07-14T07:31:15
Java
UTF-8
Java
false
false
4,807
java
package com.apptium.order.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.io.Serializable; import javax.persistence.*; /** * A OrdContactDetails. */ @Entity @Table(name = "ord_contact_details") public class OrdContactDetails implements Serializable { private static final long ...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
371f11be3dc4495985e3dcb510121ccf4ef18e00
d2dd79e32de106fe96e3a7d69ac3631571ad77a4
/src/pers/rush/bookstore/tool/Cart.java
fafc7a54d027b97694bd8e9f2ba386da9576f0cc
[]
no_license
zhurunshi/bookstore
d1d932081f61b8c3b6b2c8b7a079e52428caf839
043a1096c1a4611e159a7b7a84d6e7d4f651cfc4
refs/heads/master
2020-08-30T10:34:01.741743
2018-05-24T06:56:52
2018-05-24T06:56:52
94,389,671
0
0
null
null
null
null
UTF-8
Java
false
false
1,568
java
package pers.rush.bookstore.tool; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import pers.rush.bookstore.vo.Book; import pers.rush.bookstore.vo.Orderitem; public class Cart { protected Map<Integer, Orderitem> items; public Map<Integer, Orderitem> getItems() { return ite...
[ "rushzhu95@hotmail.com" ]
rushzhu95@hotmail.com
cdda2ab6900fd31110ba5c033fe592f915889567
313514501f967fbd4b81f1c5f254220e53c368c5
/lab/android/lablibrary/src/main/java/com/lightappbuilder/lab4/lablibrary/utils/ImageUtils.java
6887aa72f2dda646578a036cd38ca3d6462f314b
[]
no_license
Billshimmer/blogs
1624b92d29730fe2b8d6dc9312e75a19a5b13c61
06bef0f06e3d2b8eeb89c54dd13e410ba0e0fc67
refs/heads/master
2021-01-13T17:03:51.323191
2017-09-04T01:21:05
2017-09-04T01:21:05
76,326,323
2
1
null
null
null
null
UTF-8
Java
false
false
5,913
java
package com.lightappbuilder.lab4.lablibrary.utils; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Matrix; import android.media.ExifInterface; import android.opengl.GLES10; import android.util.Log; import java.io.File; import java.io.FileNotFoundException; import java.io...
[ "shimmer.bjh@gmail.com" ]
shimmer.bjh@gmail.com
6c8191c98124209252bf4a8957414abadf560768
07be9fac780e8d43f52527f4fff79289d354b1e5
/TPs/2B_SpringDataRest/source/model/Post.java
09d569883496ef4e2ed6fa7cff13b07ddf4ae783
[]
no_license
dthibau/springboot
55b68d88b0b2ab5009359150a5f7074729db6969
f8445dadf74cbb2e210b30690844f0cfc90e4072
refs/heads/master
2021-08-01T18:37:46.865532
2021-07-28T16:43:05
2021-07-28T16:43:05
249,222,902
0
1
null
null
null
null
UTF-8
Java
false
false
1,221
java
package org.formation.model; import java.io.Serializable; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Lob; import javax.persistence.ManyToOne; import javax.persistence.Temporal; import javax.persistence.Temporal...
[ "david.thibau@gmail.com" ]
david.thibau@gmail.com
0ae792b5a3b696fab709e71b121481f88fc5efa1
ab9af0c92a7172cd18ef7a51a17e883a38f040e0
/MyDemo/src/main/java/com/hank/demo/finalTest.java
d580518a074f480c8e346ac3bf7e71e0d5e4d3f7
[]
no_license
HankLiu9320/JavaDemo
c3e73141bfd3cd4c6035e45d4bd8a65d0b89c0f9
a8ca1a52f63fd1f7756da1ad37b1e4b89077ee15
refs/heads/master
2020-03-21T12:02:30.549530
2018-06-25T03:50:20
2018-06-25T03:50:20
138,533,506
0
0
null
null
null
null
UTF-8
Java
false
false
751
java
package com.hank.demo; //被final修饰的对象,是引用不可变,对象的内容是可以改变 //fianl赋值声明的时候可以不用赋值,但是在构造方法中必须每一次都赋值 public class finalTest { public static void main(String[] args) { final StringBuffer sb = new StringBuffer("ss"); sb.append("2");// 改变对象的内容,对 //sb = new StringBuffer();// 编译未通过,报错:The final local va...
[ "liujianjia@jd.com" ]
liujianjia@jd.com
037de6184723aee69f752f300034bb1f7ffcb888
7a713cd0d6f5b4c8bef171fd603ef38e341c4d0c
/app/src/androidTest/java/com/example/sunnny/scrollingappbar/ExampleInstrumentedTest.java
666cebace9d944c059ade00b2d358e419addc588
[]
no_license
sun3y21/ScrollingAppBar
6da647508bda541fa9a4e52424329dd44b239a8b
2936b28f3300ce8849b2e25f77d295aaaadddba1
refs/heads/master
2020-05-23T20:59:09.596715
2017-03-13T06:04:03
2017-03-13T06:04:03
84,789,609
0
0
null
null
null
null
UTF-8
Java
false
false
772
java
package com.example.sunnny.scrollingappbar; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute...
[ "sun3ysaini@gmail.com" ]
sun3ysaini@gmail.com
4b5b32e0b7df940c09a3de790d1b6e0ab01a9a5b
d2cb1f4f186238ed3075c2748552e9325763a1cb
/methods_all/nonstatic_methods/javax_imageio_stream_MemoryCacheImageOutputStream_readDouble.java
577a7252ce176914053c316b90c2fb5269025645
[]
no_license
Adabot1/data
9e5c64021261bf181b51b4141aab2e2877b9054a
352b77eaebd8efdb4d343b642c71cdbfec35054e
refs/heads/master
2020-05-16T14:22:19.491115
2019-05-25T04:35:00
2019-05-25T04:35:00
183,001,929
4
0
null
null
null
null
UTF-8
Java
false
false
230
java
class javax_imageio_stream_MemoryCacheImageOutputStream_readDouble{ public static void function() {javax.imageio.stream.MemoryCacheImageOutputStream obj = new javax.imageio.stream.MemoryCacheImageOutputStream();obj.readDouble();}}
[ "peter2008.ok@163.com" ]
peter2008.ok@163.com
d00f95405fda7c36250a1d827d7cdb6b410c55bd
06dd235ea238871d5a62fe783e0cceedb5505ad8
/Sessions of Day 3/Example code/AnimationDemo/src/in/mihirgokani/aworkshop/animationdemo/AnimatorDemo1a.java
7ab1c3f7e3b64b267cdf77757291bc938caa15f7
[]
no_license
sparkma/Android-workshop-content-2013
c288602eb811d54b0f7ea72dbc4173ada3c0bffb
010ccbf5bb5474050401fb48e98b5d2bdd1dcd36
refs/heads/master
2021-01-21T04:03:59.093858
2013-08-13T06:30:00
2013-08-13T06:30:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,508
java
package in.mihirgokani.aworkshop.animationdemo; import android.animation.ValueAnimator; import android.animation.ValueAnimator.AnimatorUpdateListener; import android.app.Activity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; impo...
[ "ninadchilap@gmail.com" ]
ninadchilap@gmail.com