blob_id
stringlengths
40
40
__id__
int64
225
39,780B
directory_id
stringlengths
40
40
path
stringlengths
6
313
content_id
stringlengths
40
40
detected_licenses
list
license_type
stringclasses
2 values
repo_name
stringlengths
6
132
repo_url
stringlengths
25
151
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
70
visit_date
timestamp[ns]
revision_date
timestamp[ns]
committer_date
timestamp[ns]
github_id
int64
7.28k
689M
star_events_count
int64
0
131k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
23 values
gha_fork
bool
2 classes
gha_event_created_at
timestamp[ns]
gha_created_at
timestamp[ns]
gha_updated_at
timestamp[ns]
gha_pushed_at
timestamp[ns]
gha_size
int64
0
40.4M
gha_stargazers_count
int32
0
112k
gha_forks_count
int32
0
39.4k
gha_open_issues_count
int32
0
11k
gha_language
stringlengths
1
21
gha_archived
bool
2 classes
gha_disabled
bool
1 class
content
stringlengths
7
4.37M
src_encoding
stringlengths
3
16
language
stringclasses
1 value
length_bytes
int64
7
4.37M
extension
stringclasses
24 values
filename
stringlengths
4
174
language_id
stringclasses
1 value
entities
list
contaminating_dataset
stringclasses
0 values
malware_signatures
list
redacted_content
stringlengths
7
4.37M
redacted_length_bytes
int64
7
4.37M
alphanum_fraction
float32
0.25
0.94
alpha_fraction
float32
0.25
0.94
num_lines
int32
1
84k
avg_line_length
float32
0.76
99.9
std_line_length
float32
0
220
max_line_length
int32
5
998
is_vendor
bool
2 classes
is_generated
bool
1 class
max_hex_length
int32
0
319
hex_fraction
float32
0
0.38
max_unicode_length
int32
0
408
unicode_fraction
float32
0
0.36
max_base64_length
int32
0
506
base64_fraction
float32
0
0.5
avg_csv_sep_count
float32
0
4
is_autogen_header
bool
1 class
is_empty_html
bool
1 class
shard
stringclasses
16 values
47735be9d31305e79aa1119a5260d24f46bd9ee9
4,647,154,657,772
f94d3fedabd4ff57b86be18bdc9ac33ee1230726
/IOProj/src/com/io/byteStream/FileOutputStreamDemo.java
eae2f9dc15362da65812fa5dad6c0503501924d8
[]
no_license
bhchen-0914/JavaCourse
https://github.com/bhchen-0914/JavaCourse
e10e0ea1291845143db7d078f72f42390ca077f6
d1c0e7e90ba149242b3d8f09cec2c471ce488d16
refs/heads/master
2023-06-15T13:01:37.902000
2021-07-09T02:17:19
2021-07-09T02:17:19
378,378,414
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.io.byteStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; public class FileOutputStreamDemo { public static void main(String[] args) { FileOutputStream fos; FileInputStream fis; try { fos = new FileOutput...
GB18030
Java
882
java
FileOutputStreamDemo.java
Java
[]
null
[]
package com.io.byteStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; public class FileOutputStreamDemo { public static void main(String[] args) { FileOutputStream fos; FileInputStream fis; try { fos = new FileOutput...
882
0.664733
0.658933
40
20.549999
15.98898
56
false
false
0
0
0
0
0
0
2.325
false
false
15
7f1b11e9189e4d5e31372304b67b5648542e61f4
15,745,350,151,893
a17ed9ff62cc4955922e237e6dfb055ce56138df
/app/src/test/java/edu/stonehill/cs/bdugan/playground/TriangleUnitTestComplete.java
337474bdd9d882b9421678ec9208207af75bc2e0
[]
no_license
drbobdugan/AndroidTDD
https://github.com/drbobdugan/AndroidTDD
4184b7c4173f4db3c97489efb6b319d76bbbc595
7ac78486297c8ce4fa271ff9b2f879e8e235b5ed
refs/heads/master
2021-01-11T14:50:44.507000
2017-01-27T17:51:48
2017-01-27T17:51:48
80,231,129
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.stonehill.cs.bdugan.playground; import org.junit.Test; /** * Created by bdugan on 1/26/17. */ public class TriangleUnitTestComplete { @Test public void construction_isCorrect() throws Exception { Triangle t = new Triangle(1,1,1); assert(t.isValid()); } }
UTF-8
Java
301
java
TriangleUnitTestComplete.java
Java
[ { "context": "ground;\n\nimport org.junit.Test;\n\n/**\n * Created by bdugan on 1/26/17.\n */\n\npublic class TriangleUnitTestCom", "end": 93, "score": 0.9996615052223206, "start": 87, "tag": "USERNAME", "value": "bdugan" } ]
null
[]
package edu.stonehill.cs.bdugan.playground; import org.junit.Test; /** * Created by bdugan on 1/26/17. */ public class TriangleUnitTestComplete { @Test public void construction_isCorrect() throws Exception { Triangle t = new Triangle(1,1,1); assert(t.isValid()); } }
301
0.66113
0.634551
16
17.8125
19.157957
59
false
false
0
0
0
0
0
0
0.375
false
false
15
b7f82d5d304d7cf70315a83e3045cacda6f9a2ce
34,093,450,421,604
d47b9aa75544a5b9ca2173d82d99f7c50bf8f13d
/src/main/java/org/hcjf/properties/SystemProperties.java
0df3381cad88d46fdd5cc23926c59cc13c3523ee
[ "Apache-2.0" ]
permissive
cpuebla/HolandaCatalinaFw
https://github.com/cpuebla/HolandaCatalinaFw
308640ada86966f0a6c2b7adac5025c00b305885
17f5d75dc7ea1f185bf9bdaf64c60e7eaa474c95
refs/heads/master
2020-04-25T18:18:31.664000
2019-02-18T14:39:36
2019-02-18T14:39:36
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.hcjf.properties; import com.google.gson.*; import org.hcjf.cloud.impl.DefaultCloudServiceImpl; import org.hcjf.layers.locale.DefaultLocaleLayer; import java.nio.file.Path; import java.nio.file.Paths; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.SimpleDateFormat; ...
UTF-8
Java
75,174
java
SystemProperties.java
Java
[ { "context": "he service-oriented platforms\n * works.\n * @author javaito\n */\npublic final class SystemProperties extends P", "end": 566, "score": 0.9986789226531982, "start": 559, "tag": "USERNAME", "value": "javaito" }, { "context": " static final String DEFAULT_KEYSTORE_PASSWOR...
null
[]
package org.hcjf.properties; import com.google.gson.*; import org.hcjf.cloud.impl.DefaultCloudServiceImpl; import org.hcjf.layers.locale.DefaultLocaleLayer; import java.nio.file.Path; import java.nio.file.Paths; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.SimpleDateFormat; ...
75,115
0.65234
0.646686
1,306
56.56049
37.605347
393
false
false
0
0
0
0
64
0.000851
0.929556
false
false
15
6477e59a812cda2c2415e46f9773af571810acaa
34,093,450,420,068
69e2d1289f172cf16967881aa46881d94a7fe5e2
/src/main/java/com/example/log/controller/LogController.java
416bad19d3ffcdaee4dc406a43a319b41e863a1e
[]
no_license
RUDE3/log
https://github.com/RUDE3/log
00f8913d25b5d66be62297b3b24ead1ef3f4724a
6eafc3b0455b6bf56c5b6c0b8823d6f8096df9ab
refs/heads/master
2023-05-22T17:22:19.343000
2021-06-16T08:56:18
2021-06-16T08:56:18
377,431,391
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.log.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class LogController { private final Logger logger = LoggerFactory.getLogger(this.getClass...
UTF-8
Java
648
java
LogController.java
Java
[]
null
[]
package com.example.log.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class LogController { private final Logger logger = LoggerFactory.getLogger(this.getClass...
648
0.70216
0.699074
20
31.4
20.879177
75
false
false
0
0
0
0
0
0
0.6
false
false
15
1dbdd3243caeed11a72be3dfe95a55fa466409b8
33,801,392,642,491
86b2ce8eeee9799fa4358616d85d2f44eee0c3e0
/matura JavaSE Template/src/main/java/service/RESTservices.java
d3f58d70eaeeeac047b5e21e6a8876ee79dde765
[]
no_license
jakobhanner/GITschule5ahitm
https://github.com/jakobhanner/GITschule5ahitm
b88a4e95fe9e09f64663edbd7af7da4bf9b2fd30
f9b939a373f88ecb6fc2f532fba26be46bf40010
refs/heads/master
2021-09-06T14:12:26.996000
2018-02-07T10:39:55
2018-02-07T10:39:55
113,782,159
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package service; import entity.Student; import entity.Task; import entity.Team; import java.util.List; import javax.inject.Inject; import javax.ws.rs.core.*; import javax.ws.rs.*; import repository.StudentFacade; import repository.TaskFacade; import repository.TeamFacade; /** * REST Web Service * * @author H. Lack...
UTF-8
Java
4,149
java
RESTservices.java
Java
[ { "context": "TeamFacade;\n\n/**\n * REST Web Service\n *\n * @author H. Lackinger\n */\n\n@Path(\"rest\")\npublic class RESTservices {\n\n ", "end": 325, "score": 0.9997871518135071, "start": 313, "tag": "NAME", "value": "H. Lackinger" }, { "context": " team 1 \n Stude...
null
[]
package service; import entity.Student; import entity.Task; import entity.Team; import java.util.List; import javax.inject.Inject; import javax.ws.rs.core.*; import javax.ws.rs.*; import repository.StudentFacade; import repository.TaskFacade; import repository.TeamFacade; /** * REST Web Service * * @author <NAME> ...
4,143
0.591797
0.581665
161
24.745342
20.646772
100
false
false
0
0
0
0
0
0
0.428571
false
false
15
cebbc6891f288aac4ddbca7e7ee16aa22a0c8f3a
33,801,392,645,836
214c454359cdbd80301998424ba660f2d609a780
/scrimage-core/src/main/java/com/sksamuel/scrimage/nio/ImageIOReader.java
fdb1e21ca143c0c6259e7ef915a9c4364e156b8d
[ "Apache-2.0" ]
permissive
sksamuel/scrimage
https://github.com/sksamuel/scrimage
124d695e1e42c3054ca9f6c85661c6c3e16b478a
28170bd27472ec8026543d8fe8277aaf1344f2ad
refs/heads/master
2023-09-06T07:10:06.828000
2023-08-12T08:18:43
2023-08-12T08:18:43
10,459,209
902
140
Apache-2.0
false
2023-08-12T08:18:44
2013-06-03T16:40:25
2023-08-05T08:46:23
2023-08-12T08:18:43
613,599
974
136
4
Java
false
false
package com.sksamuel.scrimage.nio; import com.sksamuel.scrimage.ImmutableImage; import javax.imageio.ImageIO; import javax.imageio.ImageReadParam; import javax.imageio.ImageTypeSpecifier; import javax.imageio.stream.ImageInputStream; import java.awt.*; import java.awt.image.BufferedImage; import java.io.ByteArrayInpu...
UTF-8
Java
2,660
java
ImageIOReader.java
Java
[]
null
[]
package com.sksamuel.scrimage.nio; import com.sksamuel.scrimage.ImmutableImage; import javax.imageio.ImageIO; import javax.imageio.ImageReadParam; import javax.imageio.ImageTypeSpecifier; import javax.imageio.stream.ImageInputStream; import java.awt.*; import java.awt.image.BufferedImage; import java.io.ByteArrayInpu...
2,660
0.697368
0.696617
82
31.439024
30.641554
150
false
false
0
0
0
0
0
0
0.548781
false
false
15
65467296be6c993d57658d8e1cc13b32c91e8ed3
5,076,651,380,206
eb9833edba08cc7f841cc7ae3fba8123c45c7c6d
/src/gui/model/PorositeTableModel.java
cf2b1c6acef3ef0ce26666bedcc19cdfc3ab0230
[]
no_license
ValmirMujku/ICDS---Java-project
https://github.com/ValmirMujku/ICDS---Java-project
daee2d9ebc3ea6cd89c8b317d37900b20d5a5850
2f484b0f6018e291db3054b55d1b806006ab983b
refs/heads/master
2023-07-09T22:52:13.457000
2021-08-17T10:57:36
2021-08-17T10:57:36
397,216,961
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * 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 gui.model; import BLL.Porosite; import java.util.List; import javax.swing.table.AbstractTableModel; public class PorositeTab...
UTF-8
Java
1,543
java
PorositeTableModel.java
Java
[]
null
[]
/* * 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 gui.model; import BLL.Porosite; import java.util.List; import javax.swing.table.AbstractTableModel; public class PorositeTab...
1,543
0.568373
0.564485
67
22.02985
19.205076
79
false
false
0
0
0
0
0
0
0.402985
false
false
15
511b138fe804fa07c2e1c4dc538fac73b6de8118
5,076,651,379,843
847a147355505ae1485119f2aec6cb3d338e8cb2
/src/br/univel/TesteGravacao.java
b6f61e5a8adf8b07923382bd4f7bd04f178cb92c
[]
no_license
SrVieira/AulaSerializacao
https://github.com/SrVieira/AulaSerializacao
8d1b5f9c8f06918660edab1769186ef8ae47900d
d139250d81b0afd74a80498c782cb540ca48b519
refs/heads/master
2016-06-11T11:57:03.647000
2016-05-17T22:21:28
2016-05-17T22:41:26
58,496,500
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * * https://docs.oracle.com/javase/7/docs/api/java/io/FileOutputStream.html * https://docs.oracle.com/javase/7/docs/api/java/io/ObjectOutputStream.html * */ package br.univel; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; i...
ISO-8859-1
Java
1,329
java
TesteGravacao.java
Java
[ { "context": ");\r\n\t\tcloriginal.setId(2);\r\n\t\tcloriginal.setNome(\"JOAO\");\r\n\t\t\r\n\t\tFile file = new File(\"arquivo.dat\");//O", "end": 529, "score": 0.999799370765686, "start": 525, "tag": "NAME", "value": "JOAO" } ]
null
[]
/* * * https://docs.oracle.com/javase/7/docs/api/java/io/FileOutputStream.html * https://docs.oracle.com/javase/7/docs/api/java/io/ObjectOutputStream.html * */ package br.univel; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; i...
1,329
0.710046
0.707763
44
27.863636
39.154469
158
false
false
0
0
0
0
0
0
1.636364
false
false
15
86067a7e38c979c4e9a44e6c76f9c9415fa66923
2,954,937,547,941
3eabfdbdce1a690d802f4c123b68a097ba806be4
/bolum5/src/main/java/SivilPolis.java
0a75fec9623682d68b6509a91a4459fb34bc52ac
[]
no_license
Nesrinasan/TemelJavaCode
https://github.com/Nesrinasan/TemelJavaCode
a56537d67aaf314969c0a7678381a63420170aff
c017eb45d772a6837e47163436874d0a856c37ee
refs/heads/master
2020-03-31T16:33:46.437000
2018-04-01T20:00:19
2018-04-01T20:00:19
152,380,633
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Polis { private final void sucluYakala() { System.out.println("Polis.sucluYakala()"); } } public class SivilPolis extends Polis { public static void main(String[] args) { new SivilPolis().sucluYakala(); } public void sucluYakala() { System.out.println("SivilPolis...
UTF-8
Java
346
java
SivilPolis.java
Java
[]
null
[]
class Polis { private final void sucluYakala() { System.out.println("Polis.sucluYakala()"); } } public class SivilPolis extends Polis { public static void main(String[] args) { new SivilPolis().sucluYakala(); } public void sucluYakala() { System.out.println("SivilPolis...
346
0.618497
0.618497
19
17.157894
19.947994
55
false
false
0
0
0
0
0
0
0.157895
false
false
15
1c599ef25fd55f9c74bacc5484bb74125c63d108
5,222,680,278,750
305c95ae271944798d07f4201a34da2a64102dc4
/src/com/songrec/mappers/CSVConverterMapper.java
fa5d0dad5e5703e2d14bd9a83174eb863b9931cd
[]
no_license
dvguruprasad/song_rec
https://github.com/dvguruprasad/song_rec
30055532e3fd0f795642a84002d558e2952f5758
6b3c5b3a5786656ce898cf106d2f92d8f9a4631d
refs/heads/master
2016-09-06T05:34:48.447000
2012-07-03T10:52:34
2012-07-03T10:52:34
4,416,230
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.songrec.mappers; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; import java.io.IOException; public class CSVConverterMapper extends Mapper<LongWritable, Text, Text, Text> { @Override protected void map(LongWritable key, Text ...
UTF-8
Java
679
java
CSVConverterMapper.java
Java
[]
null
[]
package com.songrec.mappers; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; import java.io.IOException; public class CSVConverterMapper extends Mapper<LongWritable, Text, Text, Text> { @Override protected void map(LongWritable key, Text ...
679
0.686303
0.681885
19
34.736843
28.998806
112
false
false
0
0
0
0
0
0
1.052632
false
false
15
6e7da7f178108c6ae9a7358cf13081b3d5a159d3
35,639,638,642,620
671bf720147dca9082f08f28bad065dbd3bd9a44
/src/AtomicCounter.java
1a38c5a696ab6e55f9b6f35bf0887bde6402ca43
[]
no_license
OOP2018/threads-SupalukBenz
https://github.com/OOP2018/threads-SupalukBenz
00b14309f16c5cae2de90fdcc6227a382e7b1072
82eef0576e99e8c68c9487f081c5f7cf2952d979
refs/heads/master
2020-03-07T08:50:26.494000
2018-03-30T12:38:17
2018-03-30T12:38:17
127,390,270
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.concurrent.atomic.AtomicLong; /** * AtomicCounter that a long value that may be updated atomically. * * @author Supaluk Jaroensuk */ public class AtomicCounter extends Counter{ /** * AtomicLong class */ private AtomicLong total; /** * Initialize AtomicLong */ ...
UTF-8
Java
801
java
AtomicCounter.java
Java
[ { "context": "alue that may be updated atomically.\n *\n * @author Supaluk Jaroensuk\n */\n\npublic class AtomicCounter extends Counter{\n", "end": 150, "score": 0.9998604655265808, "start": 133, "tag": "NAME", "value": "Supaluk Jaroensuk" } ]
null
[]
import java.util.concurrent.atomic.AtomicLong; /** * AtomicCounter that a long value that may be updated atomically. * * @author <NAME> */ public class AtomicCounter extends Counter{ /** * AtomicLong class */ private AtomicLong total; /** * Initialize AtomicLong */ public Ato...
790
0.619226
0.619226
38
20.078947
21.137871
84
false
false
0
0
0
0
0
0
0.131579
false
false
15
ce312f129f4905b2bf93241e8685c76e42dd1d5a
35,639,638,644,378
e27807ddc61b3c69150eea49db3ebd8484f9cfd9
/src/main/java/xyz/crystallizedprison/petssystem/Events/PlayerLeaveEvent.java
4004d04ca9c5c861691c3c3b616c2b8d1da82793
[]
no_license
Hladenz/PetsSystem
https://github.com/Hladenz/PetsSystem
3405504a787d2fdb4d4d99430c67af0e096e502b
c723d51301edfd5646ba4ff5cc9283af1f84ca1f
refs/heads/master
2022-11-12T18:27:40.888000
2020-07-12T23:00:20
2020-07-12T23:00:20
279,162,009
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package xyz.crystallizedprison.petssystem.Events; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerQuitEvent; import xyz.crystallizedprison.petssystem.PetsSystem; public class PlayerLeaveEvent implements Listener { PetsSystem main; public PlayerLea...
UTF-8
Java
540
java
PlayerLeaveEvent.java
Java
[]
null
[]
package xyz.crystallizedprison.petssystem.Events; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerQuitEvent; import xyz.crystallizedprison.petssystem.PetsSystem; public class PlayerLeaveEvent implements Listener { PetsSystem main; public PlayerLea...
540
0.757407
0.757407
20
26
21.863211
55
false
false
0
0
0
0
0
0
0.4
false
false
15
925cbe51cf1c2c96cee09df3f0c547a8d98fbdcc
37,039,797,966,590
a9c3e9df413fe6d821aaade94d17a6a3bfb32ce3
/app/src/main/java/com/whiter/kazimir/model/Photos.java
87e2eb0ba2093f854d0135600e2cb1a3b56c0a5e
[]
no_license
jbialkowski13/Kazimir
https://github.com/jbialkowski13/Kazimir
5f966fba4671f798fd9b1dba24bbf39042235505
9a3b8d8160f90aa2842243d949c9ee5d79e88f99
refs/heads/master
2022-07-07T19:24:03.100000
2015-07-12T19:17:16
2015-07-12T19:17:16
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.whiter.kazimir.model; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.SerializedName; /** * Created by whiter */ public class Photos implements Parcelable{ @SerializedName("id") private long id; @SerializedName("details") private Details det...
UTF-8
Java
5,353
java
Photos.java
Java
[ { "context": "son.annotations.SerializedName;\n\n/**\n * Created by whiter\n */\npublic class Photos implements Parcelable{\n\n\n", "end": 168, "score": 0.9987866878509521, "start": 162, "tag": "USERNAME", "value": "whiter" } ]
null
[]
package com.whiter.kazimir.model; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.SerializedName; /** * Created by whiter */ public class Photos implements Parcelable{ @SerializedName("id") private long id; @SerializedName("details") private Details det...
5,353
0.547917
0.54717
227
22.581497
19.273277
79
false
false
0
0
0
0
0
0
0.352423
false
false
15
8c28d60deefeec507ade84ab508ddcc0501919e4
33,827,162,455,989
2f341f26da852e4fdae82280e9143a642dacfd80
/Stock/app/src/main/java/com/hjq/demo/ui/fragment/TestFragmentA.java
ed06aee683c9c215abc016c4df1934aa63c7862b
[]
no_license
niufuwei/block_chian
https://github.com/niufuwei/block_chian
0482727cfbc5082190f269cab5f4790bd64a0c3d
0658f483fe42e146da1391abf84b70d68716536e
refs/heads/master
2022-07-08T01:37:07.122000
2020-05-06T11:44:24
2020-05-06T11:44:24
261,737,843
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hjq.demo.ui.fragment; import android.content.Intent; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.hjq.demo.R; import com.hjq.demo.common.MyFragment; import com.hjq.demo.ui.activity.ChargeBitActivity; import com.hj...
UTF-8
Java
7,142
java
TestFragmentA.java
Java
[ { "context": "recyclerview.widget.RecyclerView;\n\n/**\n * author : Android 轮子哥\n * github : https://github.com/getActivity/Androi", "end": 745, "score": 0.9880637526512146, "start": 734, "tag": "NAME", "value": "Android 轮子哥" }, { "context": "thor : Android 轮子哥\n * github : https://g...
null
[]
package com.hjq.demo.ui.fragment; import android.content.Intent; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.hjq.demo.R; import com.hjq.demo.common.MyFragment; import com.hjq.demo.ui.activity.ChargeBitActivity; import com.hj...
7,131
0.66495
0.661516
184
36.994564
28.709848
100
false
false
0
0
0
0
0
0
0.603261
false
false
15
7f4eed55ca22941679c26c4e48adb320f0da87ad
15,702,400,501,223
58ec12b953964e7d7bb7b4d192acd8cf7a007bb2
/HumansandSuperHumanssrc/main/java/ibikunle/tolani/Human.java
3265be1adf2f2ff388ee879dfe645379beb248c7
[]
no_license
Tolaniibikunle/Reusing_Classes_Labs
https://github.com/Tolaniibikunle/Reusing_Classes_Labs
e9195c3a99a6334e9cedc218e98ed21c5d9a216e
84af82bda2683fd8b76f270b567f0f593ac3af9e
refs/heads/master
2021-01-11T19:27:47.800000
2017-01-19T02:38:42
2017-01-19T02:38:42
79,371,626
0
0
null
true
2017-01-18T18:41:59
2017-01-18T18:41:59
2017-01-18T18:19:57
2017-01-18T18:23:43
0
0
0
0
null
null
null
package ibikunle.tolani; /** * Created by tolaniibikunle on 1/18/17. */ public class Human { private String name; private String age; private String gender; private String occupation; private String address; public String getName() { return name; } public String getAge() { ...
UTF-8
Java
624
java
Human.java
Java
[ { "context": "package ibikunle.tolani;\n\n/**\n * Created by tolaniibikunle on 1/18/17.\n */\npublic class Human {\n private ", "end": 58, "score": 0.9992260336875916, "start": 44, "tag": "USERNAME", "value": "tolaniibikunle" } ]
null
[]
package ibikunle.tolani; /** * Created by tolaniibikunle on 1/18/17. */ public class Human { private String name; private String age; private String gender; private String occupation; private String address; public String getName() { return name; } public String getAge() { ...
624
0.600962
0.592949
36
16.305555
13.347533
40
false
false
0
0
0
0
0
0
0.333333
false
false
15
a765ceeb4ae69cbc7a38749053605d95f6fbb057
3,221,225,499,726
80711fe8411c12e36d08c145d323442efe42038d
/core-api/src/main/java/com/iwm/api/employment/EmploymentId.java
89a03f7e69c74c21d19e70238b57356094e45d61
[]
no_license
ljupchokotev/DelovnaPraksa
https://github.com/ljupchokotev/DelovnaPraksa
0a285296b674d4562c31271feb3ffd2d190358ae
a6c069461327de8401c82ea0ac19c7e0fc706dd3
refs/heads/master
2021-01-20T20:29:09.979000
2016-07-15T13:43:43
2016-07-15T13:43:43
61,444,371
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.iwm.api.employment; import org.axonframework.common.Assert; import org.axonframework.domain.IdentifierFactory; import java.io.Serializable; /** * Created by Bubo on 7/9/2016. */ public class EmploymentId implements Serializable { private static final long serialVersionUID = -1521062342351351076L; ...
UTF-8
Java
1,187
java
EmploymentId.java
Java
[ { "context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by Bubo on 7/9/2016.\n */\npublic class EmploymentId implem", "end": 177, "score": 0.9610430598258972, "start": 173, "tag": "USERNAME", "value": "Bubo" } ]
null
[]
package com.iwm.api.employment; import org.axonframework.common.Assert; import org.axonframework.domain.IdentifierFactory; import java.io.Serializable; /** * Created by Bubo on 7/9/2016. */ public class EmploymentId implements Serializable { private static final long serialVersionUID = -1521062342351351076L; ...
1,187
0.669756
0.648694
48
23.729166
22.815144
79
false
false
0
0
0
0
0
0
0.4375
false
false
15
cc903bb22842e70c89ec9d2263f6fe71cb3ab835
35,708,358,139,016
cb9a6229458694577eebb11782d80451657dfa75
/lrucacheanddisklruchche/src/main/java/com/example/lrucacheanddisklruchche/MainActivity.java
097e0720fef8be1bbcf8076d530569745ac8ddd8
[]
no_license
lcyseek/ImageView
https://github.com/lcyseek/ImageView
477c7d54230f85104723d24dedbedff1143c9422
21e6c71ec3c947c9ae98d2a564f36ad75ba7b575
refs/heads/master
2016-09-26T21:31:02.698000
2016-09-21T13:18:44
2016-09-21T13:18:44
68,076,360
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.lrucacheanddisklruchche; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.ViewTreeObserver; import android.widget.GridView; public class MainActivity extends AppCompatActivity { private GridView photoWall; private int mImageThumbSize; priv...
UTF-8
Java
1,935
java
MainActivity.java
Java
[]
null
[]
package com.example.lrucacheanddisklruchche; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.ViewTreeObserver; import android.widget.GridView; public class MainActivity extends AppCompatActivity { private GridView photoWall; private int mImageThumbSize; priv...
1,935
0.638243
0.636693
60
31.25
27.33778
116
false
false
0
0
0
0
0
0
0.466667
false
false
15
fff76351a11c038a6d34ae69f9e3db058ac05a7a
8,993,661,568,784
2e49371f19aa6e255a6f238d77928e34f8848cae
/test/tp1/modele/MembreTest.java
1b11e2e840dc29816955c01cf1ec65c629ea3fc7
[]
no_license
anjara4/TP_GLA
https://github.com/anjara4/TP_GLA
87dfa929aa07d7b994410977339001dca687d79a
b4ebdc0ca935e80df9bde1ade341668188564277
refs/heads/master
2021-06-29T17:11:38.121000
2017-08-19T12:22:27
2017-08-19T12:22:27
99,500,867
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * 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 tp1.modele; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import...
UTF-8
Java
1,229
java
MembreTest.java
Java
[ { "context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author nobby\n */\npublic class MembreTest {\n \n public Mem", "end": 395, "score": 0.9982040524482727, "start": 390, "tag": "USERNAME", "value": "nobby" } ]
null
[]
/* * 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 tp1.modele; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import...
1,229
0.577488
0.576672
53
22.132076
20.321972
79
false
false
0
0
0
0
0
0
0.358491
false
false
15
d535603652b184d60797f24ef7f809e771d26e87
35,605,278,921,832
10105afc1b623500f72681759aa4d15ab912ed9c
/src/main/java/com/recsys/svd/Results.java
0aaca752d8bdc5ec2e4fafdfa0d4c6fef1031d6c
[]
no_license
zeraqis/cobra
https://github.com/zeraqis/cobra
5211eaaf1a309f0266b9ef13175feaeff5a78e3a
9098535e7bee4b285d0592e557ca6da92cdac049
refs/heads/master
2018-01-12T01:43:26.394000
2015-09-25T15:47:32
2015-09-25T15:47:32
36,313,562
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.recsys.svd; import java.io.BufferedReader; import java.io.FileReader; import org.apache.mahout.cf.taste.impl.common.FullRunningAverage; import org.apache.mahout.cf.taste.impl.common.RunningAverage; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.gson.JsonElement; imp...
UTF-8
Java
1,375
java
Results.java
Java
[]
null
[]
package com.recsys.svd; import java.io.BufferedReader; import java.io.FileReader; import org.apache.mahout.cf.taste.impl.common.FullRunningAverage; import org.apache.mahout.cf.taste.impl.common.RunningAverage; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.gson.JsonElement; imp...
1,375
0.695273
0.680727
43
29.976744
23.047462
102
false
false
0
0
0
0
0
0
2.488372
false
false
15
db2dccbb35826fc658623b623f8c65063b59599f
34,325,378,673,797
0d4743a721e7e74dd1e960c1baa3e3a8278174b1
/javaBase/src/main/java/com/china/designPattern/bridge/fileDemo1/Client.java
350637c6574678f6c02d23dc3329bf41f3e699fa
[]
no_license
DingSJ/MyJava
https://github.com/DingSJ/MyJava
8ba8a640150dabb8dfd8837e3aa7d88c4a067759
c33a18afb54f776a13d6ea271f414712f5b1c8ef
refs/heads/master
2022-06-26T09:51:20.880000
2020-10-25T02:30:11
2020-10-25T02:30:11
237,915,543
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.china.designPattern.bridge.fileDemo1; public class Client { public static void main(String[] args) { FileExportImpl fileOracle = new FileExportFromOracle(); FileExportImpl fileMySql = new FileExportFromMySql(); FileExportImpl fileSqlServer = new FileExportFromSqlServer(); ...
UTF-8
Java
1,078
java
Client.java
Java
[]
null
[]
package com.china.designPattern.bridge.fileDemo1; public class Client { public static void main(String[] args) { FileExportImpl fileOracle = new FileExportFromOracle(); FileExportImpl fileMySql = new FileExportFromMySql(); FileExportImpl fileSqlServer = new FileExportFromSqlServer(); ...
1,078
0.667002
0.665996
29
33.310345
24.674576
69
false
false
0
0
0
0
0
0
0.517241
false
false
15
def2e4b4d90121896138ce1f18752fbe0cf1cc38
60,129,599,511
f3c02100d519149982dadd3d4adce388eace276a
/health_server/src/main/java/cn/zjutleo/health_server/constants/OauthTypes.java
da69b0f8f276b6c7ca46a5434fbf4a9b8d020cbb
[]
no_license
Qin10/Covid19SignInSystem
https://github.com/Qin10/Covid19SignInSystem
7ff87ef72b90c9492e149d66e3cd98b95a1fe4de
cb64a8a0e9a7dd06150b4afbd31f258e096646c4
refs/heads/master
2023-05-18T06:19:49.050000
2021-06-07T06:48:24
2021-06-07T06:48:24
358,093,631
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.zjutleo.health_server.constants; /** * @author : Qin Zhenghan * @date : Created in 2021/5/11 * @description: 授权类型常量类 */ public class OauthTypes { public static final String PHONE = "phone"; public static final String WECHAT = "wechat"; }
UTF-8
Java
276
java
OauthTypes.java
Java
[ { "context": "zjutleo.health_server.constants;\n\n/**\n * @author : Qin Zhenghan\n * @date : Created in 2021/5/11\n * @description: ", "end": 74, "score": 0.9998300075531006, "start": 62, "tag": "NAME", "value": "Qin Zhenghan" } ]
null
[]
package cn.zjutleo.health_server.constants; /** * @author : <NAME> * @date : Created in 2021/5/11 * @description: 授权类型常量类 */ public class OauthTypes { public static final String PHONE = "phone"; public static final String WECHAT = "wechat"; }
270
0.69084
0.664122
11
22.818182
17.933302
49
false
false
0
0
0
0
0
0
0.272727
false
false
15
4f7148a61ed465087907a3b3518d307e1284e3bb
39,522,289,078,493
c8d3ea684c044487c3e97d860b79626c42b68ec6
/src/main/java/top/chengdongqing/common/image/captcha/CaptchaGenerator.java
230cd9f1809402ef25f6acb933697445fb2751cd
[ "Apache-2.0" ]
permissive
chengdongqing/JCOMS
https://github.com/chengdongqing/JCOMS
e13e7eaac2d8843a02ba9e61343a7db3fafd9764
866feb3534d06bf692e23e11538a872542423131
refs/heads/master
2023-01-28T04:49:23.591000
2020-12-14T08:02:32
2020-12-14T08:02:32
307,078,604
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package top.chengdongqing.common.image.captcha; import top.chengdongqing.common.constant.ImageFormat; import top.chengdongqing.common.image.ImageGenerator; import top.chengdongqing.common.kit.StrKit; import javax.imageio.ImageIO; import java.awt.*; import java.awt.geom.QuadCurve2D; import java.awt.image.BufferedImage...
UTF-8
Java
4,502
java
CaptchaGenerator.java
Java
[ { "context": ".ThreadLocalRandom;\n\n/**\n * 图片验证码生成器\n *\n * @author Luyao\n */\npublic record CaptchaGenerator(String content", "end": 468, "score": 0.9297723174095154, "start": 463, "tag": "NAME", "value": "Luyao" } ]
null
[]
package top.chengdongqing.common.image.captcha; import top.chengdongqing.common.constant.ImageFormat; import top.chengdongqing.common.image.ImageGenerator; import top.chengdongqing.common.kit.StrKit; import javax.imageio.ImageIO; import java.awt.*; import java.awt.geom.QuadCurve2D; import java.awt.image.BufferedImage...
4,502
0.594223
0.578125
128
32
27.984091
109
false
false
0
0
0
0
0
0
0.78125
false
false
15
c94380aaeb1af74e142c52aaa6dbc03df2d2c268
35,210,141,932,110
ba0d7b05732aada923b4eb9fd6f1c03d98a30859
/src/main/java/com/mwb/structure/facade/Client1.java
88e193557d5007e7b3b058938b5e351710697005
[]
no_license
mwbGit/Pattern
https://github.com/mwbGit/Pattern
0c83c1ab79163d8130f259a163c87d3c08aebaa0
655ca8d52772bc9e8c920199ff4192aa455e1550
refs/heads/master
2021-01-10T06:53:31.877000
2016-01-27T08:33:38
2016-01-27T08:33:38
49,484,350
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mwb.structure.facade; public class Client1 { public static void main(String[] args) { new RegisterFacade().register(); } }
UTF-8
Java
143
java
Client1.java
Java
[]
null
[]
package com.mwb.structure.facade; public class Client1 { public static void main(String[] args) { new RegisterFacade().register(); } }
143
0.706294
0.699301
8
16.875
16.35877
41
false
false
0
0
0
0
0
0
1
false
false
15
472ee6b345fed742b05dbafa4c5916d1d3117495
16,681,653,035,264
f1d6dec17176a6ef257b7cde0bf03c16405637a0
/Operating-Systems/Balanced-Thread-Pool/MatrixMultiplyWorker.java
c4c0ee8d2ad4d09eed80f7b278cf1f3053a618b0
[]
no_license
FranklinDWorrell/Java-Assignments
https://github.com/FranklinDWorrell/Java-Assignments
c0a5095b6c577c04b5be60bc7b86835d62fce41a
5f516790cf987081df2fcf95166fe221ac0fbb2b
refs/heads/master
2021-01-12T09:50:08.165000
2017-08-01T04:54:52
2017-08-01T04:54:52
76,271,535
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.Serializable; import java.util.concurrent.LinkedBlockingQueue; /** * <b>[TODO]</b> Matrix multiplier worker. * Implement missing functionality in this class. * * Threads for the MatrixMultiplyServicePool to run. This implementation allows * for this class to be utilized in (1) unbalanced thread p...
UTF-8
Java
6,368
java
MatrixMultiplyWorker.java
Java
[ { "context": "hread pools that reuse\n * threads. \n *\n * @author\tFranklin D. Worrell\n * @version\t24 November 2016\n */\npublic class Mat", "end": 461, "score": 0.9998438358306885, "start": 442, "tag": "NAME", "value": "Franklin D. Worrell" } ]
null
[]
import java.io.Serializable; import java.util.concurrent.LinkedBlockingQueue; /** * <b>[TODO]</b> Matrix multiplier worker. * Implement missing functionality in this class. * * Threads for the MatrixMultiplyServicePool to run. This implementation allows * for this class to be utilized in (1) unbalanced thread p...
6,355
0.675408
0.672111
173
35.80925
29.589554
153
false
false
0
0
0
0
0
0
2.109827
false
false
15
0335edfd709c6edb3819e64d1ed3013ee175769e
37,649,683,336,168
714116ad2333e83b5c09040423136ffce55deb7b
/library/src/main/java/com/whiterabbit/postman/wakeful/WakefulIntentService.java
50469327fdf4bdc134a26819c5a353d8155da346
[ "Apache-2.0" ]
permissive
bryant1410/PostmanLib--Rings-Twice--Android
https://github.com/bryant1410/PostmanLib--Rings-Twice--Android
399e39253caf826555dc903cc0b2b5a63f4b9d06
756f1ae4f10b629dcc55d8e9b4c409f8ea215d64
refs/heads/master
2021-01-19T20:57:46.572000
2017-04-18T05:23:36
2017-04-18T05:23:36
88,585,021
0
0
null
true
2017-04-18T05:23:37
2017-04-18T05:23:37
2017-04-16T06:35:03
2014-01-17T21:08:57
19,129
0
0
0
null
null
null
/*** Copyright (c) 2009-11 CommonsWare, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
UTF-8
Java
2,845
java
WakefulIntentService.java
Java
[ { "context": "nous work in a wakeful fashion. All credits due to Mark Murphy\n * from Commonsware. Original library can be foun", "end": 871, "score": 0.9995107054710388, "start": 860, "tag": "NAME", "value": "Mark Murphy" }, { "context": "iginal library can be found at https://githu...
null
[]
/*** Copyright (c) 2009-11 CommonsWare, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
2,840
0.703691
0.699824
79
35.012657
32.141891
117
false
false
0
0
0
0
0
0
0.468354
false
false
15
0090cebfd1671c9b47f9e0ae31aeeabcb99c4bd4
20,298,015,501,911
6cd1f342fa00976fcc0eb391d258b61123b78e9d
/src/main/java/ru/otveska/yclients/service/YclientsAPIServiceImpl.java
3b055c9a038243a565ecefabaa6be519a7547271
[]
no_license
otves/yclients-java
https://github.com/otves/yclients-java
ab0ca890db49527bf87032e55e29506592a0ee86
139f7608b8573e21d6c37c9f1dbf9fabd4d7f1c1
refs/heads/master
2020-12-27T03:36:13.282000
2020-05-16T08:45:57
2020-05-16T08:45:57
237,750,960
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.otveska.yclients.service; import ru.otveska.yclients.conifg.YclientsConfig; import ru.otveska.yclients.model.Client; import ru.otveska.yclients.model.WebHookEventsSettings; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.spri...
UTF-8
Java
4,772
java
YclientsAPIServiceImpl.java
Java
[ { "context": "AdminLogin());\n requestData.put(\"password\", config.getAdminPassword());\n Map res = webClient(", "end": 4284, "score": 0.8767498135566711, "start": 4278, "tag": "PASSWORD", "value": "config" }, { "context": "in());\n requestData.put(\"password\",...
null
[]
package ru.otveska.yclients.service; import ru.otveska.yclients.conifg.YclientsConfig; import ru.otveska.yclients.model.Client; import ru.otveska.yclients.model.WebHookEventsSettings; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.spri...
4,770
0.632585
0.631955
122
38.040985
28.966742
113
false
false
0
0
0
0
0
0
0.590164
false
false
15
0c19e2ca425dada74dee2d01003cf8a7d1478628
2,284,922,646,056
5aac8875d9f53d3c32a47cd98711a65e62a81e7c
/org/eclipse/aether/util/artifact/SimpleArtifactTypeRegistry.java
fb26553d9772b320781a7df89b74c817a5b295c1
[]
no_license
peakster2/Paramorphism-2.0-Deobf-Source-Leak
https://github.com/peakster2/Paramorphism-2.0-Deobf-Source-Leak
70cb2783077928456969c0675a2aea35a4abec2e
ce06683cd8a75cd8b7994d96579f5f29aed4da43
refs/heads/master
2023-09-01T20:17:04.796000
2019-12-18T04:38:32
2019-12-18T04:38:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.eclipse.aether.util.artifact; import java.util.HashMap; import java.util.Map; import org.eclipse.aether.artifact.ArtifactType; import org.eclipse.aether.artifact.ArtifactTypeRegistry; class SimpleArtifactTypeRegistry implements ArtifactTypeRegistry { private final Map types = new HashMap(); SimpleA...
UTF-8
Java
664
java
SimpleArtifactTypeRegistry.java
Java
[]
null
[]
package org.eclipse.aether.util.artifact; import java.util.HashMap; import java.util.Map; import org.eclipse.aether.artifact.ArtifactType; import org.eclipse.aether.artifact.ArtifactTypeRegistry; class SimpleArtifactTypeRegistry implements ArtifactTypeRegistry { private final Map types = new HashMap(); SimpleA...
664
0.724398
0.716867
27
23.592592
21.508411
66
false
false
0
0
0
0
0
0
0.444444
false
false
15
890e60533a5ec4c589c9489134c55dddd584ee5f
13,099,650,263,474
782c063a45a40380383140966e0235875a714248
/compiler/src/main/java/com/bendcap/enkel/compiler/domain/node/expression/Argument.java
d25b1d00e9c5343812e5ed39307fc39831085563
[]
no_license
saveunhappy/Enkel
https://github.com/saveunhappy/Enkel
929b5a7e6e4020abab6d0f77492c60742592275a
9effaca2dc5c5cffe9b75fbefb83d028d702a611
refs/heads/master
2023-07-19T19:38:41.940000
2018-09-05T10:36:14
2018-09-05T10:36:14
617,827,788
0
0
null
true
2023-03-23T07:38:23
2023-03-23T07:38:22
2023-03-23T07:35:55
2018-09-05T10:36:26
360
0
0
0
null
false
false
package com.bendcap.enkel.compiler.domain.node.expression; import com.bendcap.enkel.compiler.bytecodegenerator.expression.ExpressionGenerator; import com.bendcap.enkel.compiler.bytecodegenerator.statement.StatementGenerator; import com.bendcap.enkel.compiler.domain.type.Type; import java.util.Optional; /** * Create...
UTF-8
Java
1,060
java
Argument.java
Java
[ { "context": "pe;\n\nimport java.util.Optional;\n\n/**\n * Created by KevinOfNeu on 2018/8/31 11:53.\n */\npublic class Argument im", "end": 335, "score": 0.9988659620285034, "start": 325, "tag": "USERNAME", "value": "KevinOfNeu" } ]
null
[]
package com.bendcap.enkel.compiler.domain.node.expression; import com.bendcap.enkel.compiler.bytecodegenerator.expression.ExpressionGenerator; import com.bendcap.enkel.compiler.bytecodegenerator.statement.StatementGenerator; import com.bendcap.enkel.compiler.domain.type.Type; import java.util.Optional; /** * Create...
1,060
0.730189
0.719811
34
30.17647
24.550632
83
false
false
0
0
0
0
0
0
0.411765
false
false
15
0203d8eaa409bb8e778c2af775cfa5d18eeb9a0c
14,078,902,838,270
359c31ad4d7441ec5c252364bebcafe2586c3aca
/mybatis-utils-tool/src/main/java/dominic/mybatis/constants/MybatisUtils.java
46e029c9f5a5f624b8b9d4d4349b3aa61c1537b6
[ "Apache-2.0" ]
permissive
dominiche/mybatis-utils
https://github.com/dominiche/mybatis-utils
40261b4b9c914d69f4479c24161ab17cbf1fbd9d
8cca4a589109d7d18283a445a3caa1baba0d06bb
refs/heads/master
2018-12-25T17:31:23.623000
2018-10-25T02:51:19
2018-10-25T02:51:19
119,947,235
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dominic.mybatis.constants; import org.apache.commons.lang.RandomStringUtils; /** * Created by Administrator:herongxing on 2018/1/10 14:08. */ public interface MybatisUtils { /** * 为与用户的参数名区分开,mybatis-utils用的参数名都要加paramPrefix */ String PARAM_PREFIX = "mybatis_util_"; /** * 参数map中s...
UTF-8
Java
1,253
java
MybatisUtils.java
Java
[ { "context": "ndomStringUtils;\n\n/**\n * Created by Administrator:herongxing on 2018/1/10 14:08.\n */\npublic interface MybatisU", "end": 129, "score": 0.9995636343955994, "start": 119, "tag": "USERNAME", "value": "herongxing" } ]
null
[]
package dominic.mybatis.constants; import org.apache.commons.lang.RandomStringUtils; /** * Created by Administrator:herongxing on 2018/1/10 14:08. */ public interface MybatisUtils { /** * 为与用户的参数名区分开,mybatis-utils用的参数名都要加paramPrefix */ String PARAM_PREFIX = "mybatis_util_"; /** * 参数map中s...
1,253
0.611346
0.601185
51
22.156862
21.90118
83
false
false
0
0
0
0
0
0
0.352941
false
false
15
264ffcd065485c07cabae266a1e1c99d26334884
26,414,048,937,137
abee1999f8176abb7bdc3f8015cd5be19d2361e0
/src/main/java/net/comtor/ocelot/html/forms/inputs/HtmlInputMonth.java
cd8448a72676836978b9b95f2bc324318f7c4af4
[]
no_license
juriel/ocelot-html
https://github.com/juriel/ocelot-html
393f54c2665e300bd114a0d1f1ff0bbfd4e2f8ab
4b88fa3f89ae34b50f3cb865ca7834300f60ec9d
refs/heads/master
2023-05-25T18:35:51.576000
2023-05-09T17:51:10
2023-05-09T17:51:10
216,123,905
2
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.comtor.ocelot.html.forms.inputs; /** * * @author Guido A. Cafiel Vellojin */ public class HtmlInputMonth extends HtmlInput { public HtmlInputMonth() { super(HtmlInput.MONTH); } }
UTF-8
Java
226
java
HtmlInputMonth.java
Java
[ { "context": "r.ocelot.html.forms.inputs;\r\n\r\n/**\r\n *\r\n * @author Guido A. Cafiel Vellojin\r\n */\r\npublic class HtmlInputMonth", "end": 75, "score": 0.9994525909423828, "start": 68, "tag": "NAME", "value": "Guido A" }, { "context": "html.forms.inputs;\r\n\r\n/**\r\n *\r\n * ...
null
[]
package net.comtor.ocelot.html.forms.inputs; /** * * @author <NAME>. <NAME> */ public class HtmlInputMonth extends HtmlInput { public HtmlInputMonth() { super(HtmlInput.MONTH); } }
216
0.632743
0.632743
13
15.384615
17.852121
47
false
false
0
0
0
0
0
0
0.153846
false
false
15
57ba43dea24da56d2c7806898dd9b2ea06a205f2
26,706,106,657,763
e23f58be14e4fd6a75f81568a42a78d5f4659efd
/pivot/idm.simpleusd.mm/src-gen/idm/simpleusd/mm/usd/impl/ImageImpl.java
e666ffc4238f3d328139ac9ec193a52e2ab866ce
[]
no_license
Mamadou59/MOKALLO_idm20_project
https://github.com/Mamadou59/MOKALLO_idm20_project
28b48b843d32a6aabb34cb612e66b97975d7222a
3f98d37499232d320506ee82e43d0dc0013da160
refs/heads/master
2023-02-09T14:29:48.264000
2021-01-06T04:06:59
2021-01-06T04:06:59
320,383,844
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** */ package idm.simpleusd.mm.usd.impl; import idm.simpleusd.mm.usd.Image; import idm.simpleusd.mm.usd.UsdPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Image</b></em>'. * <!-- end-user-doc --> * * @generated */ public class ImageI...
UTF-8
Java
666
java
ImageImpl.java
Java
[]
null
[]
/** */ package idm.simpleusd.mm.usd.impl; import idm.simpleusd.mm.usd.Image; import idm.simpleusd.mm.usd.UsdPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Image</b></em>'. * <!-- end-user-doc --> * * @generated */ public class ImageI...
666
0.614114
0.614114
37
17
17.223492
66
false
false
0
0
0
0
0
0
0.675676
false
false
15
d4869922aab55d2efede17a1884f94e88744d0c4
21,260,088,143,149
7bcff4d958998ea45baa9dfcce9fee706e23f9b0
/hobbydoge-backend/src/main/java/org/koroglu/hobbydoge/controller/AdminController.java
edc09726761543926009b5e543190389b31100bd
[]
no_license
BBM384-2021/final-koroglu
https://github.com/BBM384-2021/final-koroglu
f6e53e7c7e8792e629870317f28fd695ec071702
8ff3d02766fea5b0e4d9d164f3f04db5e7909721
refs/heads/main
2023-05-04T01:32:49.643000
2021-05-27T10:57:11
2021-05-27T10:57:11
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.koroglu.hobbydoge.controller; import lombok.AllArgsConstructor; import org.koroglu.hobbydoge.service.UserService; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; @RestController @AllArgsConstructor @RequestMapping("api/v1/admin") public class AdminControll...
UTF-8
Java
888
java
AdminController.java
Java
[]
null
[]
package org.koroglu.hobbydoge.controller; import lombok.AllArgsConstructor; import org.koroglu.hobbydoge.service.UserService; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; @RestController @AllArgsConstructor @RequestMapping("api/v1/admin") public class AdminControll...
888
0.72973
0.725225
26
33.153847
33.581924
119
false
false
0
0
0
0
0
0
0.538462
false
false
15
d7d4c3189ef5c2e44419568dec989f74f83462bf
7,842,610,343,654
7f2b0c6b08cfc2b9804e7d2f0ef370037d9b532f
/Kaprekar number/Main.java
2e6496d8cee11106381195439fb092488a2d3b5f
[]
no_license
vaishalisinghj/Playground
https://github.com/vaishalisinghj/Playground
657346cb45bfa3c0eda1e29f2867727aba36f80f
320063096ac5a24f07fa7b49f4a7b2bb05548271
refs/heads/master
2022-07-14T03:45:00.749000
2020-05-07T05:31:31
2020-05-07T05:31:31
259,921,604
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
#include<iostream> #include<math.h> using namespace std; int main() { //Type your code here. int n; cin>>n; int sq=n*n; int d=0; int t=sq; int t1=sq; while(sq) { d++; sq=sq/10; } //cout<<d; if(d%2==0) { int n=d/2; int k2=pow(10,n); int x=t%k2; int k=t/k2; i...
UTF-8
Java
690
java
Main.java
Java
[]
null
[]
#include<iostream> #include<math.h> using namespace std; int main() { //Type your code here. int n; cin>>n; int sq=n*n; int d=0; int t=sq; int t1=sq; while(sq) { d++; sq=sq/10; } //cout<<d; if(d%2==0) { int n=d/2; int k2=pow(10,n); int x=t%k2; int k=t/k2; i...
690
0.456522
0.417391
54
11.574074
8.824633
36
false
false
0
0
0
0
0
0
0.555556
false
false
15
e6935423c24624369233e3af5fb30858a8aed46d
21,225,728,423,959
e2b50929f434a383ec8ad7ca253adff2653af474
/openstack-api/src/main/java/org/openstack/client/OpenstackNotFoundException.java
c98dfa049dace58e6db3625b6f45d12e019378e6
[ "Apache-2.0" ]
permissive
platformlayer/openstack-java
https://github.com/platformlayer/openstack-java
5164d98373f2bad804a741856a677e1353761924
57a231eebb761a344e750d69e91eabea36a00d21
refs/heads/master
2021-01-15T22:33:26.474000
2013-01-25T19:06:21
2013-01-25T19:06:21
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.openstack.client; public class OpenstackNotFoundException extends OpenstackException { private static final long serialVersionUID = 1L; public OpenstackNotFoundException(String message, Throwable cause) { super(message, cause); } public OpenstackNotFoundException(String message) { super(message);...
UTF-8
Java
327
java
OpenstackNotFoundException.java
Java
[]
null
[]
package org.openstack.client; public class OpenstackNotFoundException extends OpenstackException { private static final long serialVersionUID = 1L; public OpenstackNotFoundException(String message, Throwable cause) { super(message, cause); } public OpenstackNotFoundException(String message) { super(message);...
327
0.795107
0.792049
14
22.357143
25.644846
69
false
false
0
0
0
0
0
0
1.071429
false
false
15
70c091b1b432308f901a83cd48b78362aee9419d
4,552,665,382,332
670cbe0ab2645e64023c21cd95e4d7fe53714ba1
/JavaSource/com/erun/utils/PageMaker.java
8530feadac0e1f5a9c4c93339573826a4324bbdd
[]
no_license
Richard-lc/XSWeb
https://github.com/Richard-lc/XSWeb
e7cfbe6f222896208cc73d8585c1864b3696d330
081a4e082058f15edb1e4e6a1e2932cf9c271514
refs/heads/master
2020-07-06T22:55:26.675000
2019-08-19T11:56:10
2019-08-19T11:56:10
203,163,297
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.erun.utils; import java.sql.SQLException; import java.util.Random; public class PageMaker{ //官网-文件头 public static StringBuffer WebSiteHead(String BaseName) { StringBuffer asb = new StringBuffer(); asb.append("<HEAD><TITLE>").append(AppSet.getConfigValue("CompanyName")).append("-").append(BaseName)...
UTF-8
Java
18,222
java
PageMaker.java
Java
[]
null
[]
package com.erun.utils; import java.sql.SQLException; import java.util.Random; public class PageMaker{ //官网-文件头 public static StringBuffer WebSiteHead(String BaseName) { StringBuffer asb = new StringBuffer(); asb.append("<HEAD><TITLE>").append(AppSet.getConfigValue("CompanyName")).append("-").append(BaseName)...
18,222
0.604767
0.578589
384
45.65625
44.226471
204
false
false
0
0
0
0
0
0
3.216146
false
false
15
18e4d0d25352f55e6dfed69033021295703e7fb4
2,147,483,673,221
ab7b78973b43f1f4d7ce8b066e471286eccf0a0f
/src/main/java/com/dgsoft/erp/action/CustomerAreaHome.java
d395de6f7bc2ddc639b55d5a79b4e556f4fbd059
[]
no_license
cooper-lyt/MINIERP
https://github.com/cooper-lyt/MINIERP
3fa4acd127dc94a5c2f5dbc687ef0f0ea9d2a37d
9929153e932fceb7b51029f0f13194200406e524
refs/heads/master
2022-08-04T10:05:42.483000
2021-04-05T16:25:29
2021-04-05T16:25:29
13,518,631
1
0
null
false
2022-07-07T22:49:20
2013-10-12T08:24:09
2021-04-05T16:25:54
2022-07-07T22:49:20
13,445
1
3
3
JavaScript
false
false
package com.dgsoft.erp.action; import com.dgsoft.common.system.action.RoleHome; import com.dgsoft.erp.ErpSimpleEntityHome; import com.dgsoft.erp.model.CustomerArea; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.*; import org.jboss.seam.faces.FacesMessages; import org.jboss.seam.international.Statu...
UTF-8
Java
2,643
java
CustomerAreaHome.java
Java
[ { "context": "List;\n\n/**\n * Created with IntelliJ IDEA.\n * User: cooper\n * Date: 10/27/13\n * Time: 8:14 AM\n * To change t", "end": 474, "score": 0.9995502829551697, "start": 468, "tag": "USERNAME", "value": "cooper" } ]
null
[]
package com.dgsoft.erp.action; import com.dgsoft.common.system.action.RoleHome; import com.dgsoft.erp.ErpSimpleEntityHome; import com.dgsoft.erp.model.CustomerArea; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.*; import org.jboss.seam.faces.FacesMessages; import org.jboss.seam.international.Statu...
2,643
0.669694
0.664775
89
28.696629
28.628736
161
false
false
0
0
0
0
0
0
0.494382
false
false
15
d26e88528504a60468dd61b25fbc63c61a590bcc
8,486,855,437,067
fd2b183452319d705d4a83b03b333abae233a380
/app/src/main/java/com/bignerdranch/android/CoursePageFragment.java
4f31ce99e06668459be847e25d0b97137d52368d
[]
no_license
omkarpatil18/course_review_app
https://github.com/omkarpatil18/course_review_app
10a75cca948536b2cca0feab19703d0b0b854fa6
af11163a3f21e977a2b0cc82abe140f677800f93
refs/heads/master
2020-02-03T09:27:54.783000
2016-08-31T14:11:48
2016-08-31T14:11:48
67,041,970
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bignerdranch.android.coursereview; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.view.Layo...
UTF-8
Java
4,629
java
CoursePageFragment.java
Java
[ { "context": "w;\r\n\r\nimport java.util.UUID;\r\n\r\n/**\r\n * Created by admin on 11-08-2016.\r\n */\r\npublic class CoursePageFragm", "end": 508, "score": 0.9729971289634705, "start": 503, "tag": "USERNAME", "value": "admin" } ]
null
[]
package com.bignerdranch.android.coursereview; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.view.Layo...
4,629
0.621301
0.618924
101
43.831684
37.289097
130
false
false
0
0
0
0
0
0
0.683168
false
false
15
d186d425d6d9ad3dc4180889001ee09d3cb4d463
8,486,855,437,053
d004deb7e9e743fd1711d105ceefdf430ab514bd
/app/src/com/itextpdf/text/pdf/PdfReader.java
9bb119c7aacf37c8442880f3798f5c4109699252
[]
no_license
lightswarm124/BitcoinOpenPOS
https://github.com/lightswarm124/BitcoinOpenPOS
8da690a58b9cbf205a20a0d5b5358002643dcf4f
f7501006d115fb0eeef02aec3b340df1fe1aa3b7
refs/heads/master
2016-03-23T03:17:13.474000
2015-09-09T00:26:54
2015-09-09T00:26:54
42,146,243
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.itextpdf.text.pdf; import com.itextpdf.text.DocWriter; import com.itextpdf.text.Document; import com.itextpdf.text.ExceptionConverte...
UTF-8
Java
158,477
java
PdfReader.java
Java
[ { "context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus", "end": 61, "score": 0.999691367149353, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" }, { "context": "alse;\n tampered = false;\n p...
null
[]
// Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.itextpdf.text.pdf; import com.itextpdf.text.DocWriter; import com.itextpdf.text.Document; import com.itextpdf.text.ExceptionConverter; import ...
158,475
0.483868
0.468718
5,153
29.754318
26.51133
386
false
false
0
0
0
0
0
0
0.534834
false
false
15
2769ace165750fafbf68e571bfb0432c37619745
6,004,364,317,754
7995562f0ec073dd765fe56a5b142bd2d82fa170
/Lesson11/src/tasks45/task5/ObjJsonInteract.java
575a05eba83449247b622339938dbe5875ce9e4b
[]
no_license
ramanhmr/TMS2021
https://github.com/ramanhmr/TMS2021
655ab8779ca3534153a0355a6380efa80007aa9f
2e563424fe7b4db04a40d690fc8d2d042adf6d9e
refs/heads/main
2023-04-28T01:11:09.059000
2021-05-14T18:09:27
2021-05-14T18:09:27
351,539,941
0
0
null
false
2021-05-14T18:09:28
2021-03-25T18:39:15
2021-05-14T18:09:03
2021-05-14T18:09:27
77
0
0
0
Java
false
false
package tasks45.task5; import com.fasterxml.jackson.databind.ObjectMapper; import java.io.File; import java.io.IOException; public final class ObjJsonInteract { private ObjJsonInteract() { } static void writeObjToJson(File file, Object obj) { ObjectMapper objectMapper = new ObjectMapper(); ...
UTF-8
Java
790
java
ObjJsonInteract.java
Java
[]
null
[]
package tasks45.task5; import com.fasterxml.jackson.databind.ObjectMapper; import java.io.File; import java.io.IOException; public final class ObjJsonInteract { private ObjJsonInteract() { } static void writeObjToJson(File file, Object obj) { ObjectMapper objectMapper = new ObjectMapper(); ...
790
0.611392
0.607595
31
24.483871
20.264175
64
false
false
0
0
0
0
0
0
0.516129
false
false
15
7544fd56db8b1d38461d3930dacb161d198adaa0
6,786,048,362,834
a6640dd6b429f1dd395f7af89deefa0952c0f489
/code/HospitalManagement/src/hospitalmanagement/ReceptionistForm.java
c06cc197401206f4622beeee7cd2db3b4a0dd5e7
[]
no_license
100111/hospital-manager
https://github.com/100111/hospital-manager
3aac2094313c8131845702aadd98599bf16d5dae
d971c8eda74ab9cb60e46d46ee4f68105e939fc5
refs/heads/master
2016-09-01T16:31:24.276000
2011-12-26T12:20:29
2011-12-26T12:20:29
50,025,947
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ReceptionistForm.java * * Created on Dec 13, 2011, 11:39:22 PM */ package hospitalmanagement; import java.awt.BorderLayout; import java.sql.Connection; import javax.swing.ImageIcon; import javax.swing.JLabel; ...
UTF-8
Java
14,768
java
ReceptionistForm.java
Java
[ { "context": "bel;\nimport javax.swing.JPanel;\n\n/**\n *\n * @author Thanh\n */\npublic class ReceptionistForm extends javax.s", "end": 371, "score": 0.9978883862495422, "start": 366, "tag": "NAME", "value": "Thanh" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ReceptionistForm.java * * Created on Dec 13, 2011, 11:39:22 PM */ package hospitalmanagement; import java.awt.BorderLayout; import java.sql.Connection; import javax.swing.ImageIcon; import javax.swing.JLabel; ...
14,768
0.672874
0.659399
328
44.024391
36.396019
171
false
false
0
0
0
0
0
0
0.640244
false
false
15
f3e5d265aa6abc3c95cdfbd106e9e78e6c85642f
5,669,356,882,722
80b7d005682924e3c860595cfacb7fc15ed2ecad
/src/test/java/com/tz/applyjob/domain/ApplyjobDataOnDemand.java
b2ae64dd2fe80061d4c15d653b6029285c42190e
[]
no_license
doohee323/tz.applyjob
https://github.com/doohee323/tz.applyjob
44c9b2c2d6eb37163b988eaba0cfa7988b0158ab
393cee8e6882b9e1e57f065a3793a29738f4082e
refs/heads/master
2020-05-18T16:30:45.341000
2013-11-29T14:12:04
2013-11-29T14:12:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tz.applyjob.domain; import org.springframework.roo.addon.dod.RooDataOnDemand; @RooDataOnDemand(entity = Applyjob.class) public class ApplyjobDataOnDemand { }
UTF-8
Java
171
java
ApplyjobDataOnDemand.java
Java
[]
null
[]
package com.tz.applyjob.domain; import org.springframework.roo.addon.dod.RooDataOnDemand; @RooDataOnDemand(entity = Applyjob.class) public class ApplyjobDataOnDemand { }
171
0.824561
0.824561
6
27.5
20.734432
57
false
false
0
0
0
0
0
0
0.333333
false
false
15
bb28c74a14d61a5cd0cd956cdec2d1da03924ccd
28,527,172,826,047
444b1287740b277ade079a07151c75527a78e601
/src/main/java/com/example/mapper/UserMapper.java
15a7f8cd45e953ac1e479edf257e32cb107ce447
[]
no_license
quliang123/springboot-start
https://github.com/quliang123/springboot-start
b16368012c41ef71e132e4a91916bee0d4c48d5c
01eaa1fa49e6025c5fa46867d0c14840bee925f1
refs/heads/master
2020-03-27T07:11:18.894000
2018-08-26T09:51:28
2018-08-26T09:51:28
146,169,650
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.mapper; import com.example.pojo.SysUser; import com.example.utils.MyMapper; import org.springframework.stereotype.Component; @Component public interface UserMapper extends MyMapper<SysUser> { }
UTF-8
Java
215
java
UserMapper.java
Java
[]
null
[]
package com.example.mapper; import com.example.pojo.SysUser; import com.example.utils.MyMapper; import org.springframework.stereotype.Component; @Component public interface UserMapper extends MyMapper<SysUser> { }
215
0.827907
0.827907
9
23
19.938795
55
false
false
0
0
0
0
0
0
0.444444
false
false
15
fa860b6ebf434a6a75bda2610738463082cb3e78
12,000,138,680,745
5daea348c482df46721b88feded27b5127e1af55
/app/src/main/java/com/example/exampleproject/base/fragment/BaseRecyclerViewFragment.java
73693992174ca63c546af17d44add0b99cefa22d
[]
no_license
chaymm/ExampleProject
https://github.com/chaymm/ExampleProject
06729ac0128a24da4f96bc5a0c2298601aee24e4
b636a59f8e982c6f26907e49131bde8b15ed53d2
refs/heads/master
2021-04-29T07:10:00.856000
2017-10-26T03:10:50
2017-10-26T03:10:50
77,971,851
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.exampleproject.base.fragment; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import android.view.View; import com.example.exampleproject.R; import com.example.exampleproject.base.adapter.BaseItemDecoration; import com.example.exampleproject.base.adapter.BaseRecyclerAdapte...
UTF-8
Java
3,513
java
BaseRecyclerViewFragment.java
Java
[ { "context": "*\n * 上拉刷新下拉更多RecyclerView Fragment基类\n * Created by chang on 2017/2/27.\n */\n\npublic abstract class BaseRecy", "end": 553, "score": 0.9912154674530029, "start": 548, "tag": "USERNAME", "value": "chang" } ]
null
[]
package com.example.exampleproject.base.fragment; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import android.view.View; import com.example.exampleproject.R; import com.example.exampleproject.base.adapter.BaseItemDecoration; import com.example.exampleproject.base.adapter.BaseRecyclerAdapte...
3,513
0.674343
0.671981
128
25.460938
30.413788
184
false
false
0
0
0
0
0
0
0.328125
false
false
15
d33d5f1086d749481c799b32eac531e2d493ab1e
4,028,679,325,863
8fd6304abd63e4adaeab2971f5153461f002739e
/Game2048ByEyoSitota/src/edu/wm/cs/cs301/game2048/GameState.java
6f3775e1ee7c48183723b0ddebf641dbe86909d1
[]
no_license
eyo-sit/2048Game
https://github.com/eyo-sit/2048Game
47c2722dbd8b3b60b6aaa417cc305575878c4116
ed35d7de3fe3eb0af511d728878db3ed7c52f250
refs/heads/master
2023-04-11T07:51:36.986000
2020-09-12T06:24:21
2020-09-12T06:24:21
357,024,983
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.wm.cs.cs301.game2048; public interface GameState { ///// Methods to get/set the values on the board /** * Gets the value of the tile on the board at the given position. * Index is zero based. * @param x index, range 0,1,2,3 * @param y index, range 0,1,2,3 * @return the value at the given (x,y)...
UTF-8
Java
2,712
java
GameState.java
Java
[]
null
[]
package edu.wm.cs.cs301.game2048; public interface GameState { ///// Methods to get/set the values on the board /** * Gets the value of the tile on the board at the given position. * Index is zero based. * @param x index, range 0,1,2,3 * @param y index, range 0,1,2,3 * @return the value at the given (x,y)...
2,712
0.673673
0.655236
86
30.546511
23.991596
69
false
false
0
0
0
0
0
0
1.418605
false
false
6
e5b63976baa0cf1bd3c25e9d4cb325021ce76606
4,114,578,740,185
8aa1ebd245dd9e60c3392f44deafb7a0c3976909
/src/com/alok/geeksforgeeks/MaxMinConversion.java
cb0cb78dbca118af31c90b5377033017cb3f2565
[]
no_license
AlokGhate/Algorithm
https://github.com/AlokGhate/Algorithm
18aa6d518eb8e6016bbdc33163a3e6fbddca062a
5fe3945cbfa95492487b172c3686d6eb3227e1f6
refs/heads/master
2017-12-19T04:32:58.599000
2017-03-08T21:17:32
2017-03-08T21:17:32
76,991,299
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.alok.geeksforgeeks; import java.util.Scanner; public class MaxMinConversion { public static void main(String[]args){ Scanner s = new Scanner(System.in); int testCases = s.nextInt(); int ans[] = new int[testCases]; int i = 0; while(testCases > 0){ String x = s.next(); ans[i] = findMinMaxSu...
UTF-8
Java
1,015
java
MaxMinConversion.java
Java
[]
null
[]
package com.alok.geeksforgeeks; import java.util.Scanner; public class MaxMinConversion { public static void main(String[]args){ Scanner s = new Scanner(System.in); int testCases = s.nextInt(); int ans[] = new int[testCases]; int i = 0; while(testCases > 0){ String x = s.next(); ans[i] = findMinMaxSu...
1,015
0.630542
0.62266
42
23.166666
16.811159
63
false
false
0
0
0
0
0
0
2.738095
false
false
6
88b527783e2703d69641cde07961f6e0af9df6eb
29,970,281,861,109
c8e91e4f3880a676caf00e19bebb9a3183bad4ca
/src/main/java/com/asiainfo/a4/core/syscfg/resmanager/service/UapResConfigureManagerService.java
4d0460da5d091e921171bf75e35418f7f167c866
[]
no_license
975545486/svnuap30
https://github.com/975545486/svnuap30
e909f407383f530926734342301516a59df3b12f
715611aa9b0427b02ff01cff0c75b8478eec9c3f
refs/heads/master
2016-09-16T22:21:50.429000
2016-08-01T11:04:16
2016-08-01T11:04:16
64,593,844
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.asiainfo.a4.core.syscfg.resmanager.service; import java.util.List; import com.asiainfo.a4.core.syscfg.resmanager.entity.UapResConfigureManager; /** * @author yinwy * @date JUL 7, 2012 * @description **/ public interface UapResConfigureManagerService { public void save(UapResConfigureManager uapR...
UTF-8
Java
590
java
UapResConfigureManagerService.java
Java
[ { "context": "ger.entity.UapResConfigureManager;\n\n/**\n * @author yinwy\n * @date JUL 7, 2012\n * @description \n **/\n\npubli", "end": 179, "score": 0.9996991753578186, "start": 174, "tag": "USERNAME", "value": "yinwy" } ]
null
[]
package com.asiainfo.a4.core.syscfg.resmanager.service; import java.util.List; import com.asiainfo.a4.core.syscfg.resmanager.entity.UapResConfigureManager; /** * @author yinwy * @date JUL 7, 2012 * @description **/ public interface UapResConfigureManagerService { public void save(UapResConfigureManager uapR...
590
0.789831
0.777966
24
23.583334
27.631378
77
false
false
0
0
0
0
0
0
0.791667
false
false
6
7b78973e2e3cd7a7676887593c4854f8c78bd44a
2,001,454,788,987
697efb96631dc541faab40bd58c71ded6abc1b28
/src/main/java/Problem055.java
da5d48382243cef644d5192698c9dd969b20f1f0
[ "MIT" ]
permissive
wchmielarz/project-euler-java
https://github.com/wchmielarz/project-euler-java
256f3f23fd6d818d3996a9369cc8f355253e9300
b8fbc9a85158d1a76675507516e2037752ad29d4
refs/heads/master
2021-03-30T01:06:32.893000
2018-02-28T20:51:06
2018-02-28T20:51:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.math.BigInteger; /** * Created by wojtek on 21.07.17. * Lychrel numbers * Problem 55 * If we take 47, reverse and add, 47 + 74 = 121, which is palindromic. * Not all numbers produce palindromes so quickly. For example, * 349 + 943 = 1292, * 1292 + 2921 = 4213 * 4213 + 3124 = 7337 * That is, 349 to...
UTF-8
Java
2,587
java
Problem055.java
Java
[ { "context": "import java.math.BigInteger;\n\n/**\n * Created by wojtek on 21.07.17.\n * Lychrel numbers\n * Problem 55\n * ", "end": 54, "score": 0.9983797669410706, "start": 48, "tag": "USERNAME", "value": "wojtek" } ]
null
[]
import java.math.BigInteger; /** * Created by wojtek on 21.07.17. * Lychrel numbers * Problem 55 * If we take 47, reverse and add, 47 + 74 = 121, which is palindromic. * Not all numbers produce palindromes so quickly. For example, * 349 + 943 = 1292, * 1292 + 2921 = 4213 * 4213 + 3124 = 7337 * That is, 349 to...
2,587
0.652493
0.604561
62
40.725807
98.19207
772
false
false
0
0
0
0
0
0
0.677419
false
false
6
e03b5bab1c45bb24ff2a8e6246fa1616d03f9842
17,257,178,606,738
6b595122e3589ec1142d867a79dec37e0ec83a0c
/src/main/java/com/zzy/javatest/mapper/UserMapper.java
99cf18b4fa4b4c1c1a127d45f6ed0506f690fa9d
[]
no_license
pingxie922/java-test
https://github.com/pingxie922/java-test
4792fc7157603c19f108952732487ca23dfb9e99
aa9ed6762fa8256640a06fb1a9bc34b5edd50e78
refs/heads/master
2020-04-25T02:00:32.912000
2019-03-19T06:06:44
2019-03-19T06:06:44
172,424,900
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * FileName: UserMapper * Author: DY10 * Date: 2018/12/19 16:12 * Description: mapper * History: * <author> <time> <desc> * 扬 2018/12/19 16:12 描述 */ package com.zzy.javatest.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import co...
UTF-8
Java
605
java
UserMapper.java
Java
[ { "context": "/**\r\n * FileName: UserMapper\r\n * Author: DY10\r\n * Date: 2018/12/19 16:12\r\n * Description: m", "end": 47, "score": 0.9995514750480652, "start": 43, "tag": "USERNAME", "value": "DY10" }, { "context": ".Mapper;\r\n\r\n/**\r\n * 〈一句话功能简述〉<br> \r\n *\r\n * @aut...
null
[]
/** * FileName: UserMapper * Author: DY10 * Date: 2018/12/19 16:12 * Description: mapper * History: * <author> <time> <desc> * 扬 2018/12/19 16:12 描述 */ package com.zzy.javatest.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import co...
605
0.57315
0.506024
28
18.035715
17.791414
55
false
false
0
0
0
0
0
0
0.142857
false
false
6
860f381bd79432275220c5df440e641777d60ea8
17,257,178,605,051
b58e15e64872063fef91e9308fc39b4111aa8be5
/src/main/java/org/atlasapi/remotesite/bt/channels/AllBtChannelsChannelGroupSaver.java
cde29e291aa139fc69bde608dfc644bbc04b6f93
[ "Apache-2.0", "LicenseRef-scancode-rsa-md4", "HPND-sell-variant", "metamail", "LicenseRef-scancode-rsa-1990", "LicenseRef-scancode-zeusbench", "Beerware", "Spencer-94", "MIT", "LicenseRef-scancode-pcre", "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "NTP", "RSA-MD" ]
permissive
atlasapi/atlas
https://github.com/atlasapi/atlas
fde93b0e820c99ef0598a465f2e7be151c65991f
60317c08ede7bbbbbaa6e8d839cb6fe961336133
refs/heads/master
2023-03-15T16:18:50.408000
2023-03-02T13:56:24
2023-03-02T13:56:24
762,119
21
11
Apache-2.0
false
2023-03-10T18:16:18
2010-07-07T16:28:33
2023-01-31T16:28:16
2023-03-10T18:16:18
379,767
33
9
27
Java
false
false
package org.atlasapi.remotesite.bt.channels; import static com.google.common.base.Preconditions.checkNotNull; import java.util.List; import java.util.Set; import com.google.common.collect.ImmutableSet; import org.atlasapi.media.channel.ChannelGroupResolver; import org.atlasapi.media.channel.ChannelGroupWriter; impor...
UTF-8
Java
1,997
java
AllBtChannelsChannelGroupSaver.java
Java
[]
null
[]
package org.atlasapi.remotesite.bt.channels; import static com.google.common.base.Preconditions.checkNotNull; import java.util.List; import java.util.Set; import com.google.common.collect.ImmutableSet; import org.atlasapi.media.channel.ChannelGroupResolver; import org.atlasapi.media.channel.ChannelGroupWriter; impor...
1,997
0.702554
0.701552
67
28.805969
22.148237
81
false
false
0
0
0
0
0
0
0.507463
false
false
6
069c40768760718bce8b183acf824a5dcea97670
11,072,425,724,801
9bb5c8ae2c8ec8e2fd38d43ef07c8772edb706e9
/app/src/main/java/com/soft/apk008/cd.java
fa33f7aaa0ee31f3e0703ca8a3a95246c24ce6f2
[]
no_license
yucz/008xposed
https://github.com/yucz/008xposed
0be57784b681b4495db224b9c509bcf5f6b08d38
3777608796054e389e30c9b543a2a1ac888f0a68
refs/heads/master
2021-05-11T14:32:57.902000
2017-09-29T16:57:34
2017-09-29T16:57:34
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.soft.apk008; import com.lishu.c.a; final class cd implements Runnable { cd(cc paramcc) {} public final void run() { a.c(this.a.a.a, "当前不可用 -1"); } } /* Location: D:\AndroidKiller_v1.3.1\projects\008\ProjectSrc\smali\ * Qualified Name: com.soft.apk008.cd...
UTF-8
Java
369
java
cd.java
Java
[]
null
[]
package com.soft.apk008; import com.lishu.c.a; final class cd implements Runnable { cd(cc paramcc) {} public final void run() { a.c(this.a.a.a, "当前不可用 -1"); } } /* Location: D:\AndroidKiller_v1.3.1\projects\008\ProjectSrc\smali\ * Qualified Name: com.soft.apk008.cd...
369
0.576602
0.529248
24
13.208333
18.280178
77
false
false
0
0
0
0
0
0
0.166667
false
false
6
5addef58f9162b0ba5fa31793e91be9633d739e3
21,758,304,360,181
b1078cfc8046ce3bf3dac74a74ffa8d339570a01
/src/chapter5/DotGame/SimpleDotCom.java
5ffb2c417b58c250b66a71b5e196bf51ac62eb06
[]
no_license
justforuse/Java-demo
https://github.com/justforuse/Java-demo
5db336c6521f90f8044b7cdc899814fdf05da443
bfaa2f2e04bf5e1e8fcebd8ac0668b9bb1b8032e
refs/heads/master
2021-01-19T09:02:51.162000
2017-04-23T14:53:26
2017-04-23T14:53:26
87,715,549
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chapter5.DotGame; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * Created by Administrator on 2017/4/9. */ public class SimpleDotCom { int[] locationCells; int numOfHits = 0; public void setLocationCells(int[] args){ locationCells = arg...
UTF-8
Java
1,372
java
SimpleDotCom.java
Java
[ { "context": "port java.io.InputStreamReader;\n\n/**\n * Created by Administrator on 2017/4/9.\n */\npublic class SimpleDotCom {\n ", "end": 152, "score": 0.8966557383537292, "start": 139, "tag": "NAME", "value": "Administrator" } ]
null
[]
package chapter5.DotGame; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * Created by Administrator on 2017/4/9. */ public class SimpleDotCom { int[] locationCells; int numOfHits = 0; public void setLocationCells(int[] args){ locationCells = arg...
1,372
0.578717
0.569971
55
23.945454
17.952887
81
false
false
0
0
0
0
0
0
0.490909
false
false
6
1ded17d2e6695ac4313c6e9c299ac7e5ed522cf2
9,199,819,966,982
44f98b729d5561ee0495b0a19192465cb741fdb6
/src/main/java/com/deroxas/binarytree/Node.java
c892adfd5795dca1fccebe442b296da2597e712b
[]
no_license
pderoxas/basics
https://github.com/pderoxas/basics
48618e7bea322bb3a35cb1367ba1defc6fd2cdc7
f676bc8b144f701d9785db9c8eef2f4aa800df2a
refs/heads/master
2016-07-28T22:17:34.779000
2015-09-17T01:16:19
2015-09-17T01:16:19
31,751,201
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.deroxas.binarytree; /** * Basic implementation of binary tree node * Created by pderoxas on 3/5/15. */ public class Node<T extends Comparable<T>> { private T data; private Node<T> leftChild; private Node<T> rightChild; public Node() { this.data = null; this.leftChild = n...
UTF-8
Java
1,160
java
Node.java
Java
[ { "context": "c implementation of binary tree node\n * Created by pderoxas on 3/5/15.\n */\npublic class Node<T extends Compar", "end": 103, "score": 0.9996653199195862, "start": 95, "tag": "USERNAME", "value": "pderoxas" } ]
null
[]
package com.deroxas.binarytree; /** * Basic implementation of binary tree node * Created by pderoxas on 3/5/15. */ public class Node<T extends Comparable<T>> { private T data; private Node<T> leftChild; private Node<T> rightChild; public Node() { this.data = null; this.leftChild = n...
1,160
0.582759
0.57931
57
19.350878
16.620102
64
false
false
0
0
0
0
0
0
0.403509
false
false
6
1faed9709972cf05dc662bdbbc7df81eb07317b1
4,836,133,223,493
39a246f2164d95e19cd471cae0d09543033ff0de
/MyApplication/app/src/main/java/com/example/user/myapplication/DB/DBMethod.java
a4deb5d6d7e7040f9013129bebc2bcde7343ef8f
[]
no_license
Kouheng/FCU_Topic_App
https://github.com/Kouheng/FCU_Topic_App
75103172bf3618f5c3bd0a463312f6ba66c16f26
e1f66b42ede66836f32e6e3c93a2bf6c6b75fb74
refs/heads/master
2021-01-19T07:10:16.163000
2016-12-16T01:12:12
2016-12-16T01:12:12
64,913,514
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.user.myapplication.DB; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.os.AsyncTask; import android.text.Html; import android.util.Log; import com.example.user.myapplicatio...
UTF-8
Java
6,783
java
DBMethod.java
Java
[ { "context": "ng[10];\n URL url = new URL(\"http://36.235.91.48/test/transferjson.php\");\n Buffered", "end": 1204, "score": 0.9064916968345642, "start": 1192, "tag": "IP_ADDRESS", "value": "36.235.91.48" } ]
null
[]
package com.example.user.myapplication.DB; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.os.AsyncTask; import android.text.Html; import android.util.Log; import com.example.user.myapplicatio...
6,783
0.50799
0.500228
183
34.912567
26.633169
115
false
false
0
0
0
0
0
0
0.885246
false
false
6
c59ac144306f2c0dcf6c0a9614cf6eab48e63b78
21,088,289,474,302
161d81298c271e4dba2ab0bf5c12eb6dddb80ae6
/circle_lib/src/main/java/com/guzhaolei/circledemo/adapter/FavoriteListAdapter.java
b9fbe44e83466d6b81303c6cbcadea197bcfa59c
[ "Apache-2.0" ]
permissive
SolittleBone/FriendCircle
https://github.com/SolittleBone/FriendCircle
9d13bcda9b022f20f0f9d63054796bc9bff09406
1e464edb72047d4ce52ac366b5c9a7fbc9c2fe58
refs/heads/master
2020-03-22T03:29:47.367000
2018-07-06T02:46:45
2018-07-06T02:46:45
139,435,615
4
3
Apache-2.0
false
2018-07-06T02:46:46
2018-07-02T11:41:59
2018-07-06T00:50:02
2018-07-06T02:46:46
1,831
1
2
0
Java
false
null
package com.guzhaolei.circledemo.adapter; import android.support.annotation.NonNull; import android.text.Spannable; import android.text.SpannableString; import android.text.SpannableStringBuilder; import android.text.style.DynamicDrawableSpan; import android.text.style.ImageSpan; import com.guzhaolei.circledemo.R; im...
UTF-8
Java
3,091
java
FavoriteListAdapter.java
Java
[ { "context": "eListView;\n\nimport java.util.List;\n\n/**\n * @author guzhaolei\n * @Description:\n * @date 16/1/2 18:51\n */\npublic", "end": 597, "score": 0.9996256828308105, "start": 588, "tag": "USERNAME", "value": "guzhaolei" } ]
null
[]
package com.guzhaolei.circledemo.adapter; import android.support.annotation.NonNull; import android.text.Spannable; import android.text.SpannableString; import android.text.SpannableStringBuilder; import android.text.style.DynamicDrawableSpan; import android.text.style.ImageSpan; import com.guzhaolei.circledemo.R; im...
3,091
0.633972
0.628776
99
30.101009
27.081804
149
false
false
0
0
0
0
0
0
0.565657
false
false
6
5d537581d736c7b29a6232e55414c00a5e4a6baf
35,124,242,549,491
11a9b087c569ac7594ee85eb1ebb9b6c56cb8712
/src/com/adward/AlfredLite/bll/FileScannerService.java
b769c2251f8145fdd1ae5280ecbe1530ad1ca15b
[ "Apache-2.0" ]
permissive
Adward-R/AlfredLite
https://github.com/Adward-R/AlfredLite
c99a6a57863695d56d043535f42c82fcb4e46758
332e739826effda73a1fae558e8b1e4b9c34050e
refs/heads/master
2020-05-18T06:47:57.240000
2015-01-15T03:55:28
2015-01-15T03:55:28
28,039,080
0
0
null
false
2014-12-18T11:17:42
2014-12-15T14:01:48
2014-12-18T03:08:50
2014-12-18T11:17:41
0
0
0
0
Java
null
null
package com.adward.AlfredLite.bll; import android.app.Service; import android.content.Intent; import android.os.Environment; import android.os.IBinder; import android.util.Log; import com.adward.AlfredLite.dal.DBOperation; import com.adward.AlfredLite.model.BaseTag; import com.adward.AlfredLite.util.Recursive...
UTF-8
Java
4,366
java
FileScannerService.java
Java
[]
null
[]
package com.adward.AlfredLite.bll; import android.app.Service; import android.content.Intent; import android.os.Environment; import android.os.IBinder; import android.util.Log; import com.adward.AlfredLite.dal.DBOperation; import com.adward.AlfredLite.model.BaseTag; import com.adward.AlfredLite.util.Recursive...
4,366
0.646092
0.646092
167
23.125748
21.138319
89
false
false
0
0
0
0
0
0
2.311377
false
false
6
426a4160d9071bcf2b6a4b7742e338de286f6213
23,656,679,877,452
1ef6cd6b0f9cd5290ee2790dca3c935918fb0925
/src/main/java/com/item/eshop/controller/NoticeController.java
811f0c13dca2a47fb29e50eb1d5914a2e670c397
[]
no_license
838375536/myshop
https://github.com/838375536/myshop
87ee18c63d6e0214d100cf86c1b0cf1e9944410e
5f48f317d1f1c494acbc6306dc0cdecd612aa895
refs/heads/master
2020-03-21T20:16:34.219000
2018-12-05T22:50:45
2018-12-05T22:50:45
138,997,622
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.item.eshop.controller; import com.item.eshop.model.Notice; import com.item.eshop.service.NoticeService; import com.item.eshop.util.JsonObject; import io.swagger.annotations.Api; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.spring...
UTF-8
Java
2,910
java
NoticeController.java
Java
[]
null
[]
package com.item.eshop.controller; import com.item.eshop.model.Notice; import com.item.eshop.service.NoticeService; import com.item.eshop.util.JsonObject; import io.swagger.annotations.Api; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.spring...
2,910
0.68331
0.679818
72
38.777779
34.928585
167
false
false
0
0
0
0
0
0
0.569444
false
false
6
9eea3eb99b8e7b0e5bff829ccfbeb237e9d39dc3
29,257,317,261,296
2b3e0c89b9ef2d01a1014723eb2659330f29c0c1
/File System Toolkit/toolkit-deployer/src/com/mitza/toolkit/deployer/JSonComponentPresentationDeploy.java
ea66fb4494034cc57f30a020bbf2d09b3af22671
[]
no_license
mitza13/yet-another-tridion-blog
https://github.com/mitza13/yet-another-tridion-blog
def0263f9797e62239956733da1682c2ebc08aec
a803ec3772d02dbfc76a21e7a5d44cc9ec87aac3
refs/heads/master
2021-01-20T04:28:52.805000
2018-04-06T14:54:57
2018-04-06T14:54:57
42,700,739
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mitza.toolkit.deployer; import com.mitza.toolkit.storage.StorageFactory; import com.tridion.configuration.Configuration; import com.tridion.configuration.ConfigurationException; import com.tridion.deployer.ProcessingException; import com.tridion.deployer.Processor; import com.tridion.deployer.modules.Compo...
UTF-8
Java
2,032
java
JSonComponentPresentationDeploy.java
Java
[ { "context": "h actions of Component Presentations\n *\n * @author Mihai Cadariu\n * @since 06.11.2015\n */\npublic class JSonCompone", "end": 662, "score": 0.9998604655265808, "start": 649, "tag": "NAME", "value": "Mihai Cadariu" } ]
null
[]
package com.mitza.toolkit.deployer; import com.mitza.toolkit.storage.StorageFactory; import com.tridion.configuration.Configuration; import com.tridion.configuration.ConfigurationException; import com.tridion.deployer.ProcessingException; import com.tridion.deployer.Processor; import com.tridion.deployer.modules.Compo...
2,025
0.78002
0.775098
50
39.639999
36.127419
140
false
false
0
0
0
0
0
0
0.62
false
false
6
e37e0d608bad9a2219b368d1f90034ee8098e187
34,729,105,565,135
097a5ed8bf8ad195681ff4bd5c0c4b126fa643b2
/src/main/java/com/cisco/iot/rabbitmq/AuditRabbitMQConstants.java
1d21e3499da61dae6b92536270cda9c72da23c84
[ "Apache-2.0" ]
permissive
Abhishek627/Rabbitmq-spring
https://github.com/Abhishek627/Rabbitmq-spring
0ba56597ee1c046c9c744e94da9cb625473b5212
b1cb7545326b3669aab97737ccda7b6f16fe1432
refs/heads/main
2023-03-28T15:49:13.120000
2021-04-04T13:27:07
2021-04-04T13:27:07
354,550,011
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cisco.iot.rabbitmq; public class AuditRabbitMQConstants { public static final int MAX_RETRY_COUNT = 10; /** * Configuration constants */ public static final String RABBITMQ_HOST = "localhost"; public static final String RABBITMQ_PORT = "5672"; public static final String RABBIT...
UTF-8
Java
1,289
java
AuditRabbitMQConstants.java
Java
[ { "context": " public static final String RABBITMQ_USERNAME = \"guest\";\n public static final String RABBITMQ_PASSWOR", "end": 340, "score": 0.9965003728866577, "start": 335, "tag": "USERNAME", "value": "guest" }, { "context": " public static final String RABBITMQ_PASSWORD = \"...
null
[]
package com.cisco.iot.rabbitmq; public class AuditRabbitMQConstants { public static final int MAX_RETRY_COUNT = 10; /** * Configuration constants */ public static final String RABBITMQ_HOST = "localhost"; public static final String RABBITMQ_PORT = "5672"; public static final String RABBIT...
1,288
0.707525
0.695112
30
41.966667
26.208755
80
false
false
0
0
0
0
0
0
0.633333
false
false
6
69746e6e9e0f6a629ac1378d348644f6df9f2864
21,157,008,926,045
ef21b72b5b8bdda97ebcdd89e2fbfb1d7f535dbf
/src/easy/s206/s206.java
4ae76a878c0db887f9b344d2d130643802521001
[]
no_license
lypee/MyLeetcode
https://github.com/lypee/MyLeetcode
2306412073d18d986db7b8962c79a9cb967e2103
e444d5f905b2f44ad61eb873d9ee234069091ba4
refs/heads/master
2020-05-30T19:54:25.823000
2019-06-03T04:47:26
2019-06-03T04:47:26
189,935,770
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package easy.s206; import easy.ListNode.ListNode; /** * 反转链表 */ public class s206 { public static void main(String[]args) { } public static ListNode reverseList(ListNode head ) { if(head == null || head.next == null) { return head ; } ...
UTF-8
Java
473
java
s206.java
Java
[]
null
[]
package easy.s206; import easy.ListNode.ListNode; /** * 反转链表 */ public class s206 { public static void main(String[]args) { } public static ListNode reverseList(ListNode head ) { if(head == null || head.next == null) { return head ; } ...
473
0.516129
0.503226
26
15.961538
16.699795
54
false
false
0
0
0
0
0
0
0.346154
false
false
6
df7e3a0bd97179c66d90148bb3f4f37d3438efd7
34,763,465,305,521
2c778fa27eed7b18e525277846887ba4f61b3e4b
/chapter_5/exercise_5_5/BlackJackGame.java
603af8913a531ba91ee4e29548f0aac6270d8b74
[]
no_license
frameture/introduction-to-programming-using-java
https://github.com/frameture/introduction-to-programming-using-java
d512f38e6a742b6f68a94015cacf7a44ce5fe323
b6f9975408d64904fe92f61f0eee50d3c504235a
refs/heads/master
2021-06-09T15:00:33.142000
2017-01-01T19:57:29
2017-01-01T19:57:29
68,524,131
3
1
null
null
null
null
null
null
null
null
null
null
null
null
null
import static java.lang.System.out; /** * * BlackJackGame depends on Card, Hand, BlackJackHand and Deck classes. * Its instance simulates BlackJack game in command line environment. * */ public class BlackJackGame { private Deck deck; private BlackJackHand playerHand; private BlackJackHand dealerHand; ...
UTF-8
Java
5,187
java
BlackJackGame.java
Java
[]
null
[]
import static java.lang.System.out; /** * * BlackJackGame depends on Card, Hand, BlackJackHand and Deck classes. * Its instance simulates BlackJack game in command line environment. * */ public class BlackJackGame { private Deck deck; private BlackJackHand playerHand; private BlackJackHand dealerHand; ...
5,187
0.647195
0.640062
162
31.018518
24.466524
94
false
false
0
0
0
0
0
0
0.561728
false
false
6
acd3f670ad1b5d6ff528b537ea0031b510e4b47d
27,376,121,561,897
77dd26058acee94e7aedcbc7d58bfa250caf7f96
/backend/src/main/java/greencar77/jump/model/java/classfile/XmlSpringContextNamespace.java
839506da05d3b11c5969034ebe92da2fc4e3eb87
[]
no_license
greencar77/jump
https://github.com/greencar77/jump
4e77d08e90f460aa08e084ef772d7ef6a3ce893b
dad20aaf36c50acab131044b8836f540910d2812
refs/heads/master
2021-07-12T12:14:36.018000
2017-10-12T13:52:51
2017-10-12T13:52:51
100,269,967
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package greencar77.jump.model.java.classfile; public enum XmlSpringContextNamespace { BEANS("beans"), CONTEXT("context"); private String prefix; private XmlSpringContextNamespace(String prefix) { this.prefix = prefix; } public String getPrefix() { return prefix; } }
UTF-8
Java
315
java
XmlSpringContextNamespace.java
Java
[]
null
[]
package greencar77.jump.model.java.classfile; public enum XmlSpringContextNamespace { BEANS("beans"), CONTEXT("context"); private String prefix; private XmlSpringContextNamespace(String prefix) { this.prefix = prefix; } public String getPrefix() { return prefix; } }
315
0.666667
0.660317
16
18.6875
17.279753
54
false
false
0
0
0
0
0
0
0.375
false
false
6
816612180b14db835ca087304693d293d55475c3
3,453,153,763,503
1a4770c215544028bad90c8f673ba3d9e24f03ad
/second/quark/src/main/java/com/ucpro/feature/v/a/b.java
fb174a3a848cd671a0767c90a5c793872238971a
[]
no_license
zhang1998/browser
https://github.com/zhang1998/browser
e480fbd6a43e0a4886fc83ea402f8fbe5f7c7fce
4eee43a9d36ebb4573537eddb27061c67d84c7ba
refs/heads/master
2021-05-03T06:32:24.361000
2018-02-10T10:35:36
2018-02-10T10:35:36
120,590,649
8
10
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ucpro.feature.v.a; import com.uc.encrypt.f; import com.uc.translate.j; /* compiled from: ProGuard */ public final class b implements j { public final String a() { return "24670765"; } public final String b() { return f.a("24670765", "6666"); } }
UTF-8
Java
293
java
b.java
Java
[]
null
[]
package com.ucpro.feature.v.a; import com.uc.encrypt.f; import com.uc.translate.j; /* compiled from: ProGuard */ public final class b implements j { public final String a() { return "24670765"; } public final String b() { return f.a("24670765", "6666"); } }
293
0.62116
0.552901
15
18.533333
14.132075
39
false
false
0
0
0
0
0
0
0.4
false
false
6
3da7265cd240abef65143c991b32e6661ad999bd
34,789,235,106,389
f59fa5dc162a1b2d470a5995086e35545d4cfa01
/app/src/main/java/com/example/android/apis/content/StyledText.java
cf8e3383b8974d4e0ebf6825c6bab4f2945da808
[]
no_license
wujingchao/ApiDemos
https://github.com/wujingchao/ApiDemos
8f025ee072dbc312cbeb59c1161fbc00ca17a683
ac55fb1f5a1dd8d6a06081c8542195cc9417e94e
refs/heads/master
2020-05-05T10:38:33.349000
2019-03-05T10:28:55
2019-03-05T10:28:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
UTF-8
Java
2,363
java
StyledText.java
Java
[]
null
[]
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,363
0.710537
0.707152
59
39.033897
32.416237
101
false
false
0
0
0
0
0
0
0.338983
false
false
6
7935768b808504f6726a0ccf2e9272de2315faaf
16,381,005,323,017
d14fa2b63da07c76d92ad30993ab587a784da730
/src/data/ModalErro.java
f23aeabf4ea289d041bf6207431247e9b2a0d0cb
[]
no_license
DellGarcia/blackjack
https://github.com/DellGarcia/blackjack
287554b8212166402142ffb5b51e7669cbc47dc3
8cb92a6c17a224012863409ef0c30d3eda13b910
refs/heads/master
2020-08-29T04:09:40.676000
2019-10-27T22:01:42
2019-10-27T22:01:42
217,921,259
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package data; import java.awt.Color; import java.awt.Font; import javax.swing.JDialog; import javax.swing.JLabel; import javax.swing.JPanel; @SuppressWarnings("serial") public class ModalErro extends JDialog{ public ModalErro(String title, String msg) { // TODO Auto-generated constructor stub JPanel fundo = n...
UTF-8
Java
685
java
ModalErro.java
Java
[]
null
[]
package data; import java.awt.Color; import java.awt.Font; import javax.swing.JDialog; import javax.swing.JLabel; import javax.swing.JPanel; @SuppressWarnings("serial") public class ModalErro extends JDialog{ public ModalErro(String title, String msg) { // TODO Auto-generated constructor stub JPanel fundo = n...
685
0.740146
0.719708
29
22.620689
16.727871
66
false
false
0
0
0
0
0
0
1.827586
false
false
6
492dc82c89b734d3083a554f180a41cde20af745
10,445,360,488,665
1fff4f3a9d958e62349b4cac385061ed488e9623
/src/main/java/com/ghaien/pattern/strategy/discount/SuperVip.java
5d400c411b6db9c095c13f4451ef7664be6477b1
[]
no_license
ghaien/design-pattern-demo
https://github.com/ghaien/design-pattern-demo
f7d8eae6c5e9c44f76f8c21bc8873dd2e836be3b
5054779fb4abe6d9b0859e5b1c84444e8bb0dafa
refs/heads/master
2020-04-24T07:14:46.797000
2019-03-08T09:35:30
2019-03-08T09:35:30
171,793,062
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ghaien.pattern.strategy.discount; /** * 超级VIP * * @author guo.haien * @date 2019/2/22 9:37 */ public class SuperVip implements Vip { @Override public double discount(double price) { return price * 0.8; } }
UTF-8
Java
249
java
SuperVip.java
Java
[ { "context": "ern.strategy.discount;\n\n/**\n * 超级VIP\n *\n * @author guo.haien\n * @date 2019/2/22 9:37\n */\npublic class SuperVip", "end": 83, "score": 0.998611330986023, "start": 74, "tag": "NAME", "value": "guo.haien" } ]
null
[]
package com.ghaien.pattern.strategy.discount; /** * 超级VIP * * @author guo.haien * @date 2019/2/22 9:37 */ public class SuperVip implements Vip { @Override public double discount(double price) { return price * 0.8; } }
249
0.636735
0.587755
15
15.333333
15.58917
45
false
false
0
0
0
0
0
0
0.133333
false
false
6
ece59042ca71ffdcfbce52e485a62f72a08d2fec
36,060,545,424,386
3511adb9dcefbd84310548a9eee947bd19c420a2
/BN/app/src/main/java/com/rpgroup/bn/view/entrance/RegisterActivity.java
9fa0940ddf3004ead8aad900e86a7d2805b88623
[]
no_license
Masquerade51256/RePic
https://github.com/Masquerade51256/RePic
c7d189ba05b34217b5e69a3cb77808e06a33f110
749aeeb7b8c41d070c33f948751f251f4ffc20a4
refs/heads/master
2021-10-10T02:16:02.047000
2019-01-06T13:54:43
2019-01-06T13:54:43
156,988,833
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rpgroup.bn.view.entrance; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.TextInputEditText; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toas...
UTF-8
Java
2,477
java
RegisterActivity.java
Java
[ { "context": "t.getText().toString();\n String password1 = password1_input.getText().toString();\n getPresenter", "end": 1484, "score": 0.58115553855896, "start": 1476, "tag": "PASSWORD", "value": "password" } ]
null
[]
package com.rpgroup.bn.view.entrance; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.TextInputEditText; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toas...
2,479
0.706819
0.704777
73
32.534248
26.857861
90
false
false
0
0
0
0
0
0
0.60274
false
false
6
e8b81ac4b7aed37a8b33e1c05db1e4255e5b3a30
25,726,854,141,869
a5e0521dcde8833e99afbb94dc965ed0482b12f8
/expressionlanguage/src/main/java/code/expressionlanguage/variables/LocalVariable.java
32cbb77633a6c615c0552545c82da656f761d4e6
[]
no_license
Cardman/util
https://github.com/Cardman/util
79b4058b574eb02e4ab4a5d3b20005f78258c75d
738de94c8369391daec861762a55fd91a76dbe05
refs/heads/master
2020-05-23T01:15:08.932000
2020-05-20T16:15:50
2020-05-20T16:15:50
34,724,613
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package code.expressionlanguage.variables; import code.expressionlanguage.ContextEl; import code.expressionlanguage.structs.NullStruct; import code.expressionlanguage.structs.Struct; public final class LocalVariable { private Struct element = NullStruct.NULL_VALUE; private String className; private bool...
UTF-8
Java
1,236
java
LocalVariable.java
Java
[]
null
[]
package code.expressionlanguage.variables; import code.expressionlanguage.ContextEl; import code.expressionlanguage.structs.NullStruct; import code.expressionlanguage.structs.Struct; public final class LocalVariable { private Struct element = NullStruct.NULL_VALUE; private String className; private bool...
1,236
0.687702
0.687702
47
25.297873
24.330976
96
false
false
0
0
0
0
0
0
0.468085
false
false
6
1ceb3c42b11f7a2c082a205a4aa76bea770b543c
33,346,126,119,403
c9eb335d0a9c66ee4259799b81b47ce5b36cb6ba
/src/main/java/com/codetaylor/mc/artisantools/common/util/PathCreator.java
e49b66153d66c0d923a293fac9f44ddafbaa6486
[ "Apache-2.0" ]
permissive
codetaylor/artisan-tools-1.16
https://github.com/codetaylor/artisan-tools-1.16
de72832581c37573022649ce4c7149d85ab3b5b1
9462e4efd5166a5ef814ce1e48c4481ebd63ac76
refs/heads/master
2023-03-13T16:58:54.547000
2021-03-08T20:36:17
2021-03-08T20:36:17
330,765,873
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.codetaylor.mc.artisantools.common.util; import org.apache.logging.log4j.Logger; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; public class PathCreator implements IPathCreator { private final Logger logger; private final Path path; public PathCreator(Path p...
UTF-8
Java
635
java
PathCreator.java
Java
[]
null
[]
package com.codetaylor.mc.artisantools.common.util; import org.apache.logging.log4j.Logger; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; public class PathCreator implements IPathCreator { private final Logger logger; private final Path path; public PathCreator(Path p...
635
0.685039
0.683465
34
17.67647
17.325127
64
false
false
0
0
0
0
0
0
0.441176
false
false
6
ebd5b460f88bbf315a004ebb0d6c4457ca4de552
36,713,380,448,545
79f38f93cfcd47711fe9db76b2b56ef37f18bf92
/telegraph/cq/core-app/core-app-search/src/test/java/uk/co/telegraph/core/search/api/SearchHitAdapterFactoryTest.java
d9bad66302945425c1c575958cca68520e112793
[]
no_license
jsdelivrbot/ionic4-angular6
https://github.com/jsdelivrbot/ionic4-angular6
3a6361bce9db129fbc841ee31fc029abe14ea273
0c67b344397c1ce276a808388f602ea68becaf2e
refs/heads/master
2020-04-10T13:58:48.155000
2018-12-09T12:53:32
2018-12-09T12:53:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package uk.co.telegraph.core.search.api; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import static org.mockito.Mockito.when; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ResourceResolver; import org.junit.Test; import org.junit.runner.RunWi...
UTF-8
Java
1,486
java
SearchHitAdapterFactoryTest.java
Java
[]
null
[]
package uk.co.telegraph.core.search.api; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import static org.mockito.Mockito.when; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ResourceResolver; import org.junit.Test; import org.junit.runner.RunWi...
1,486
0.791386
0.791386
49
29.32653
24.518538
71
false
false
0
0
0
0
0
0
1.346939
false
false
6
612bd5a0628056efe4ce868163f59da86ec7c13c
35,459,250,004,990
9dd1abefbfc29d06f15081b98c0ac287f81471d6
/leverage-parent/leverageapart-collector/src/main/java/com/hakoohakoo/leverageapart/collector/model/Customer.java
de46c58eb3e4bd62e15e729bcc3950ae41cd2491
[]
no_license
hakoohakoo/leverageapart
https://github.com/hakoohakoo/leverageapart
4703b1f5a9bb87f26fb1f0e453e119280c811cd1
e3477b89d38fdd8ebbc24da92ffbe4760f13a200
refs/heads/main
2023-04-04T08:57:10.292000
2021-04-11T02:56:24
2021-04-11T02:56:24
354,179,156
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hakoohakoo.leverageapart.collector.model; import org.springframework.data.annotation.Id; public class Customer { private int id; private final String name; @Id public int getId() { return id; } public String getName() { return this.name; } public Customer(String name) { ...
UTF-8
Java
454
java
Customer.java
Java
[]
null
[]
package com.hakoohakoo.leverageapart.collector.model; import org.springframework.data.annotation.Id; public class Customer { private int id; private final String name; @Id public int getId() { return id; } public String getName() { return this.name; } public Customer(String name) { ...
454
0.645374
0.645374
26
15.461538
16.476629
55
false
false
0
0
0
0
0
0
1.346154
false
false
6
f4a6b4f6d61f18d7c532d5dafa502220792f465e
35,296,041,240,883
8aa6f279062b77c8848b84d35986b6f947733a64
/src/po/MembersPO.java
4081f63391dc9ca3ea70ec0cd9300cca6a8e6d8a
[]
no_license
laimingjin/NBAInfo
https://github.com/laimingjin/NBAInfo
3ab66155ce67bbc4657aa7e0c727332ee4dd7efd
e966663b78465e5e61df70a6f547d43f9146d1fa
refs/heads/master
2021-04-29T01:37:55.977000
2016-12-31T17:04:27
2016-12-31T17:04:27
77,748,612
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package po; import java.util.ArrayList; /** *@author:小春 *@date:2015年5月19日下午10:18:29 *球队中球员 *@version */ public class MembersPO { String teamID; // String teamName;//球队全名 String matchSeason;//赛季 // String nameOfMembers;//球员名称,用“,”隔开 ArrayList<String> playerIDs; String chie...
UTF-8
Java
922
java
MembersPO.java
Java
[ { "context": "\r\n\r\nimport java.util.ArrayList;\r\n\r\n/**\r\n *@author:小春\r\n *@date:2015年5月19日下午10:18:29\r\n *球队中球员\r\n *@versio", "end": 63, "score": 0.9691231846809387, "start": 61, "tag": "NAME", "value": "小春" } ]
null
[]
package po; import java.util.ArrayList; /** *@author:小春 *@date:2015年5月19日下午10:18:29 *球队中球员 *@version */ public class MembersPO { String teamID; // String teamName;//球队全名 String matchSeason;//赛季 // String nameOfMembers;//球员名称,用“,”隔开 ArrayList<String> playerIDs; String chie...
922
0.645688
0.630536
43
17.953489
14.951011
56
false
false
0
0
0
0
0
0
1.186046
false
false
6
a2ee1c321fcff292c380d06ceccaaddadd0c1539
36,541,581,761,958
af67ada47a9e5edfd76f22f2fc7bedc3999fb236
/src/base/jee/servlet/ApiServlet.java
d4181863d24f497146679e5e4ca50e4a17007a2d
[ "Unlicense" ]
permissive
corydoras/base
https://github.com/corydoras/base
7e0bdff4503e92e3f0dd60ebc5434f3823ea08bd
af75aa96d8a224cee8f654833bb8cf51fa91cef3
refs/heads/master
2016-05-25T07:52:47.248000
2014-07-29T05:32:08
2014-07-29T05:32:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recogniz...
UTF-8
Java
7,182
java
ApiServlet.java
Java
[]
null
[]
/* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recogniz...
7,182
0.685464
0.681287
215
32.404652
27.326944
123
false
false
0
0
0
0
0
0
2.976744
false
false
6
c112e62dcf68c12ba51a9736b325479ff05497bb
3,375,844,345,680
ec6879f6f4063675cf31e3c50656141426f5f170
/SVMClassifier/src/org/whs/classifier/attributeSelect/WordSelector.java
b40fb27d5ac23010977c02fe0658160cee28951b
[]
no_license
wanghaoshuang/TextClassifier
https://github.com/wanghaoshuang/TextClassifier
33e5d0b6d40e82e02634b3cf7add4342f1466363
09c08fa181ca86eb85b8c7ea2a050a4627004c53
refs/heads/master
2016-08-05T14:00:59.188000
2015-04-07T03:41:53
2015-04-07T03:41:53
33,282,073
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.whs.classifier.attributeSelect; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import org.whs.classifier.config.Configuration; /** * 从训练数据中提取特征组成词典 */ public abstract class WordSelector { pr...
UTF-8
Java
3,858
java
WordSelector.java
Java
[]
null
[]
package org.whs.classifier.attributeSelect; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import org.whs.classifier.config.Configuration; /** * 从训练数据中提取特征组成词典 */ public abstract class WordSelector { pr...
3,858
0.6814
0.67833
152
20.43421
16.747612
82
false
false
0
0
0
0
0
0
2.230263
false
false
6
b907e95c1c5a82b08b6c718f3d2d7ec52ae75da5
14,714,557,997,443
2b407a6ab20242f3a916cdb21dee935616f33d14
/src/main/java/com/kangjian/commons/CommonInfo.java
8350d07cd5a8275164723a9d6a7cfd8c0cb7155e
[ "Apache-2.0" ]
permissive
Onlyzhoudechao/layui_ssm
https://github.com/Onlyzhoudechao/layui_ssm
20b7a24e493d2e09bdbb985b5db64742629e2860
3cf3f483d6721412e00f7e2c3b5b59a28ec4eada
refs/heads/master
2020-03-12T06:14:39.187000
2018-03-22T15:00:22
2018-03-22T15:00:22
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kangjian.commons; public class CommonInfo { /************** 回调函数返回值 ***********************/ // 返回状态:失败 public static final int state_failure = 0; // 返回状态:成功 public static final int state_success = 1; /************** 用户登录校验返回值 *******************/ public static final String user_code_none...
UTF-8
Java
997
java
CommonInfo.java
Java
[]
null
[]
package com.kangjian.commons; public class CommonInfo { /************** 回调函数返回值 ***********************/ // 返回状态:失败 public static final int state_failure = 0; // 返回状态:成功 public static final int state_success = 1; /************** 用户登录校验返回值 *******************/ public static final String user_code_none...
997
0.566707
0.564259
24
32.041668
21.641933
55
false
false
0
0
0
0
0
0
1.208333
false
false
6
4fc12e8b8c57e04c745eedac1ae440aec04e3202
764,504,236,578
b62c76ab304eaa5d4cfb1d7cddd13dce4a99e258
/bartelby/src/org/bartelby/configuration/ConfigurationCache.java
aa66cebadc32d2dd8a8b9b1807e7cfcb7c725b05
[ "MIT" ]
permissive
cscfa/bartleby
https://github.com/cscfa/bartleby
9fc069ff2fe1e0023355d8d70897b25e1b5f08a2
62a00d8710afc9c698d3336649d8da0fcf79f355
refs/heads/master
2021-01-01T19:30:51.933000
2015-06-27T23:10:10
2015-06-27T23:10:10
35,576,368
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.bartelby.configuration; import java.util.HashMap; import java.util.LinkedHashMap; import org.spleen.config.SpleenConfigurator; public class ConfigurationCache { protected static HashMap<String, LinkedHashMap> mappedValues = new HashMap<String, LinkedHashMap>(); public ConfigurationCache() { // TOD...
UTF-8
Java
1,347
java
ConfigurationCache.java
Java
[]
null
[]
package org.bartelby.configuration; import java.util.HashMap; import java.util.LinkedHashMap; import org.spleen.config.SpleenConfigurator; public class ConfigurationCache { protected static HashMap<String, LinkedHashMap> mappedValues = new HashMap<String, LinkedHashMap>(); public ConfigurationCache() { // TOD...
1,347
0.685226
0.685226
61
21.081966
22.017351
101
false
false
0
0
0
0
0
0
1.393443
false
false
6
987a9b1883ac8129334adc6f9b8feee96fa42d8c
35,742,717,850,016
dddb2c99ed01a7bc7efac5e1ef7a35318d92cc4b
/MuzickiUredjaj/src/java/entiteti/Destinacija.java
94bfb3e38dcf4f7aacf4df6e62648bef3175e8d6
[]
no_license
galicdusan/Pametna_kuca
https://github.com/galicdusan/Pametna_kuca
48c654aed7864231c5ba90be62940ffc36f4bbea
5dde778744cf832a4a1d264d0d2baa778b1b97d1
refs/heads/master
2020-08-07T15:40:44.911000
2019-10-08T00:29:46
2019-10-08T00:29:46
213,497,870
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * 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 entiteti; import java.io.Serializable; import java.util.Collection; import javax.persistence.Basic; import javax.per...
UTF-8
Java
4,428
java
Destinacija.java
Java
[ { "context": "nd.annotation.XmlTransient;\r\n\r\n/**\r\n *\r\n * @author Dusan\r\n */\r\n@Entity\r\n@Table(name = \"destinacija\")\r\n@XmlRo", "end": 848, "score": 0.9949017763137817, "start": 843, "tag": "NAME", "value": "Dusan" } ]
null
[]
/* * 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 entiteti; import java.io.Serializable; import java.util.Collection; import javax.persistence.Basic; import javax.per...
4,428
0.66215
0.660795
142
29.183098
29.114302
157
false
false
0
0
0
0
0
0
0.450704
false
false
6
01ffe8a6e40e3f7ec32c9173533d45669593413c
6,631,429,572,201
5d00b27e4022698c2dc56ebbc63263f3c44eea83
/src/com/ah/be/communication/event/BeCapwapFileDownProgressEvent.java
f28353618325cd596409572949922519570b3fd1
[]
no_license
Aliing/WindManager
https://github.com/Aliing/WindManager
ac5b8927124f992e5736e34b1b5ebb4df566770a
f66959dcaecd74696ae8bc764371c9a2aa421f42
refs/heads/master
2020-12-27T23:57:43.988000
2014-07-28T17:58:46
2014-07-28T17:58:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ah.be.communication.event; import com.ah.be.communication.BeCommunicationConstant; import com.ah.be.communication.BeCommunicationDecodeException; import com.ah.util.coder.AhDecoder; /** * FILE DOWNLOAD PROGRESS message element type *@filename BeCapwapFileDownProgressEvent.java *@version V1.0...
UTF-8
Java
2,448
java
BeCapwapFileDownProgressEvent.java
Java
[ { "context": "gressEvent.java\r\n *@version\t\tV1.0.0.0\r\n *@author\t\tjuyizhou\r\n *@createtime\t2007-11-10 02:29:00\r\n *Copyright (", "end": 345, "score": 0.9994405508041382, "start": 337, "tag": "USERNAME", "value": "juyizhou" } ]
null
[]
package com.ah.be.communication.event; import com.ah.be.communication.BeCommunicationConstant; import com.ah.be.communication.BeCommunicationDecodeException; import com.ah.util.coder.AhDecoder; /** * FILE DOWNLOAD PROGRESS message element type *@filename BeCapwapFileDownProgressEvent.java *@version V1.0...
2,448
0.617647
0.587827
108
20.685184
22.386606
76
false
false
0
0
0
0
0
0
1.351852
false
false
6
db9a5e9cf24828d5ca3afef798cbb48e2476ff85
28,544,352,692,474
6314befe99552f081fab2466ae4b65cac19dac3d
/team/src/main/java/model/dao/LikeItDAOHibernate.java
7c30d533842c62798ff2e81ef7c86e2ae7c7643a
[]
no_license
eeit99Team5/Remote20180205
https://github.com/eeit99Team5/Remote20180205
41c6a8292b8521a8faa81a82ad7a5aaa8ed66771
cda2198d920fb1e9f6fc2f546821bcdcff259b75
refs/heads/master
2021-05-04T16:53:02.338000
2018-03-03T08:57:55
2018-03-03T08:57:55
120,261,394
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.dao; import java.util.List; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.query.Query; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import model.LikeItBean; import model.LikeItDAO; ...
UTF-8
Java
1,769
java
LikeItDAOHibernate.java
Java
[]
null
[]
package model.dao; import java.util.List; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.query.Query; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import model.LikeItBean; import model.LikeItDAO; ...
1,769
0.662521
0.662521
64
25.609375
22.665791
94
false
false
0
0
0
0
0
0
1.1875
false
false
6
c9e32918d7e9b4618e7f6fa8f268c45b3e9b25da
16,612,933,550,282
d953cbf4833a553d6207c7225e5e0b2bb8f6fd65
/src/main/java/com/example/designpattern/interpreter/MinusExpression.java
a6bef21fe9fddb6f6de810f74d4e81b09d362a42
[]
no_license
zhangqw2/DesignPattern
https://github.com/zhangqw2/DesignPattern
d032b28189928ef442633d05f32f90355e3f0ec1
01359632daf8d409f93301cc711d885dab12477b
refs/heads/master
2023-01-05T16:10:48.336000
2020-11-04T12:19:06
2020-11-04T12:19:06
292,226,944
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.designpattern.interpreter; /** * 累减 * @author zhangquanwei */ public class MinusExpression extends Expression { /** * 解释一个给定的表达式 * * @param context */ @Override public void interpret(Context context) { this.context = context; String input = conte...
UTF-8
Java
558
java
MinusExpression.java
Java
[ { "context": "e.designpattern.interpreter;\n\n/**\n * 累减\n * @author zhangquanwei\n */\npublic class MinusExpression extends Expressi", "end": 81, "score": 0.9812450408935547, "start": 69, "tag": "USERNAME", "value": "zhangquanwei" } ]
null
[]
package com.example.designpattern.interpreter; /** * 累减 * @author zhangquanwei */ public class MinusExpression extends Expression { /** * 解释一个给定的表达式 * * @param context */ @Override public void interpret(Context context) { this.context = context; String input = conte...
558
0.597378
0.595506
28
18.071428
18.275528
63
false
false
0
0
0
0
0
0
0.214286
false
false
6
5bd164835478c6f25d4494e9726e1a1e29a9b5f7
36,094,905,156,451
929ec0dcd75a113725157a499b69965fe864ba66
/Lesson03/src/com/company/FunctionExample.java
5290ceb898cd60935839c437d9fa466517187256
[]
no_license
SZabirov/itpark_java_2018
https://github.com/SZabirov/itpark_java_2018
7850244b8c0fe14a2260240f43a724ddd2d91f27
cebd399a388642b4014e4390dd804f712d995a50
refs/heads/master
2020-04-02T04:28:14.534000
2019-02-10T14:42:14
2019-02-10T14:42:14
154,018,037
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company; public class FunctionExample { public static void main(String[] args) { int f = fact(4); System.out.println(f); } static int power(int a, int b) { int m = 1; for (int i = 0; i < b; i++) { m = m * a; } return m; ...
UTF-8
Java
673
java
FunctionExample.java
Java
[]
null
[]
package com.company; public class FunctionExample { public static void main(String[] args) { int f = fact(4); System.out.println(f); } static int power(int a, int b) { int m = 1; for (int i = 0; i < b; i++) { m = m * a; } return m; ...
673
0.419304
0.40981
32
17.75
14.779632
56
false
false
0
0
0
0
0
0
0.59375
false
false
6
8e1326d4030cb0e69a48c93088d834e85b95cfac
10,651,518,948,084
f74f59fa7e87e152edffc458d4ddd0623ddfbc0c
/CaixaEletronico/src/Caixa.java
5e5c6bba3353be9ffcf0e674cff1277423c3138d
[]
no_license
Loriele/CaixaEletronico
https://github.com/Loriele/CaixaEletronico
ede3c2f2b847999aeae3278465742149eb97be6d
942b905164592b86ee641ae04c31e5ceb6fea807
refs/heads/master
2021-01-20T22:19:49.120000
2016-06-24T00:36:31
2016-06-24T00:36:31
61,844,189
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Caixa { int saque = 784; int cem = 0, cinquenta = 0, dez = 0, cinco = 0, dois = 0; int temp; temp = saque; //nada// if(temp >= 100){ cem = saque / 100; temp = saque % 100; } if(temp >= 50){ cinquenta = saque / 50; temp = temp % 50; } } if(temp...
UTF-8
Java
434
java
Caixa.java
Java
[]
null
[]
public class Caixa { int saque = 784; int cem = 0, cinquenta = 0, dez = 0, cinco = 0, dois = 0; int temp; temp = saque; //nada// if(temp >= 100){ cem = saque / 100; temp = saque % 100; } if(temp >= 50){ cinquenta = saque / 50; temp = temp % 50; } } if(temp...
434
0.435484
0.370968
32
11.5
12.083046
59
false
false
0
0
0
0
0
0
0.46875
false
false
6
199d598c64797a3868cee961fc6550531bc195a8
24,721,831,791,130
47dab9265d756a84f68332ed7fd6769198c86ffb
/android/gcanvas_library/src/main/java/com/taobao/gcanvas/util/GCanvasHelper.java
781278828a21738e745b958549ce2cafe515d924
[ "Apache-2.0" ]
permissive
alifeitaoge/GCanvas
https://github.com/alifeitaoge/GCanvas
e098a55ac00455c5af8e90781fc7140f4aefc2fc
9d6d67f8c6a6d1e41e3fd730bb3426beee146fba
refs/heads/master
2020-11-26T21:18:28.668000
2019-12-09T07:33:43
2019-12-09T07:33:43
229,207,103
1
0
Apache-2.0
true
2019-12-20T06:48:46
2019-12-20T06:48:46
2019-12-20T06:48:45
2019-12-09T07:33:44
23,691
0
0
0
null
false
false
/** * Created by G-Canvas Open Source Team. * Copyright (c) 2017, Alibaba, Inc. All rights reserved. * * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information, please view * the LICENSE file in the root directory of this source tree. */ package com.taobao.gca...
UTF-8
Java
2,200
java
GCanvasHelper.java
Java
[]
null
[]
/** * Created by G-Canvas Open Source Team. * Copyright (c) 2017, Alibaba, Inc. All rights reserved. * * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information, please view * the LICENSE file in the root directory of this source tree. */ package com.taobao.gca...
2,200
0.661364
0.656818
82
25.829268
20.962687
73
false
false
0
0
0
0
0
0
1.963415
false
false
6
cdc6c58b22f54843e37a65dc3fc8a4f2a2b1f53f
35,046,933,159,360
f1af6bdb6af5784392367b9e5ddd8774223579f7
/src/gui/Controller.java
39916989179c86efcd76609576db692cbde99c0c
[]
no_license
GiltosMx/Distributed_Computing
https://github.com/GiltosMx/Distributed_Computing
c00c595bca55e83d6366953cf684289627f026fe
e58db151cd91b245ad523473a9ef5f23874485cf
refs/heads/master
2020-03-10T03:13:56.922000
2018-04-15T01:07:15
2018-04-15T01:07:15
129,158,902
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gui; import java.io.IOException; import java.net.UnknownHostException; import java.nio.file.Files; import java.nio.file.LinkOption; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardOpenOption; import java.util.ArrayList; import java.util.List; import application.User; import ...
UTF-8
Java
3,275
java
Controller.java
Java
[]
null
[]
package gui; import java.io.IOException; import java.net.UnknownHostException; import java.nio.file.Files; import java.nio.file.LinkOption; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardOpenOption; import java.util.ArrayList; import java.util.List; import application.User; import ...
3,275
0.709618
0.708702
112
28.241072
25.013298
132
false
false
0
0
0
0
0
0
2.428571
false
false
6
c2b60f0e37889055c51054b0090354f1f3271126
36,876,589,207,425
9ca0c3173dbeba2395461d4779913679bca3e2d9
/src/main/java/com/commons/utils/DateTimeExtendUtils.java
7dc43060d3670c2015cdfa84d04f8a28a5f6116e
[]
no_license
guyuer/simple-zxjy
https://github.com/guyuer/simple-zxjy
d2cb1440350a8007c5329e5b78bb54dcf816162c
500bf82ae0ce8019059ae5665d9d2647449b16e4
refs/heads/master
2018-01-02T06:29:07.237000
2017-01-22T11:59:34
2017-01-22T11:59:35
69,356,244
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.commons.utils; import com.commons.dictionary.DateKeys; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; public class DateTimeExtendUtils { private final static ThreadLocal<SimpleDateFormat> DATE_TIME_FORMAT_THREAD_LOCAL = new ThreadLocal<SimpleDateFormat>(); ...
UTF-8
Java
8,822
java
DateTimeExtendUtils.java
Java
[]
null
[]
package com.commons.utils; import com.commons.dictionary.DateKeys; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; public class DateTimeExtendUtils { private final static ThreadLocal<SimpleDateFormat> DATE_TIME_FORMAT_THREAD_LOCAL = new ThreadLocal<SimpleDateFormat>(); ...
8,822
0.6532
0.649401
258
32.674419
33.638103
132
false
false
0
0
0
0
0
0
0.48062
false
false
6
96dd03b10a28d3df107b85736a1ac2957d0c3bb0
37,623,913,514,182
8399c569909dabc84c9ccb27bed60f98af21f428
/refactor-rpc/src/main/java/com/tonglxer/common/exception/RPCException.java
efe06375573f1996ab4bfda87cf3d00b6f5c53eb
[]
no_license
tonglxer/Simplified-RPC
https://github.com/tonglxer/Simplified-RPC
e22c9954d819b4af87221ce70429c7b56dba19bf
6825e5f2815b136d82b379b5ad89b4e9cb6287da
refs/heads/master
2023-02-16T20:54:42.045000
2021-01-17T13:27:27
2021-01-17T13:27:27
320,848,029
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tonglxer.common.exception; /** * RPC异常 * * @Author Tong LinXing * @date 2020/12/22 */ public class RPCException extends RuntimeException { public RPCException(String message) { super(message); } }
UTF-8
Java
236
java
RPCException.java
Java
[ { "context": "lxer.common.exception;\n\n/**\n * RPC异常\n *\n * @Author Tong LinXing\n * @date 2020/12/22\n */\npublic class RPCException", "end": 79, "score": 0.9998318552970886, "start": 67, "tag": "NAME", "value": "Tong LinXing" } ]
null
[]
package com.tonglxer.common.exception; /** * RPC异常 * * @Author <NAME> * @date 2020/12/22 */ public class RPCException extends RuntimeException { public RPCException(String message) { super(message); } }
230
0.672414
0.637931
14
15.571428
16.829882
52
false
false
0
0
0
0
0
0
0.142857
false
false
6
944a25c5214f83966d15aa6f3891e38436dd3365
29,738,353,613,707
893c4a97456f5c8e3196ff81dfa5464d039c1ba3
/backbone/src/main/java/org/researchstack/backbone/StorageAccess.java
34a2c9f0d7d58dd1a3e3e30306a7d0a0b439e3a5
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
medaptivehealth/ResearchStack
https://github.com/medaptivehealth/ResearchStack
efe0630cd78023940c47939c957cd35ce64da0ea
965b64f77339d44a22864e300b63603de7f54ec5
refs/heads/master
2023-08-30T14:52:22.364000
2022-06-21T15:08:56
2022-06-21T15:08:56
86,023,658
1
0
Apache-2.0
true
2022-06-24T10:40:56
2017-03-24T03:33:39
2022-06-21T15:10:02
2022-06-21T15:08:56
18,606
1
0
0
Java
false
false
package org.researchstack.backbone; import android.app.Application; import android.content.Context; import android.content.SharedPreferences; import android.os.Handler; import android.os.Looper; import androidx.annotation.MainThread; import org.researchstack.backbone.storage.database.AppDatabase; import org.researchs...
UTF-8
Java
13,493
java
StorageAccess.java
Java
[ { "context": " private static final String SHARED_PREFS_KEY = \"StorageAccessSharedPrefsKey\";\n private static final String USES_FINGERPRIN", "end": 2119, "score": 0.7798213958740234, "start": 2092, "tag": "KEY", "value": "StorageAccessSharedPrefsKey" }, { "context": "ivate stat...
null
[]
package org.researchstack.backbone; import android.app.Application; import android.content.Context; import android.content.SharedPreferences; import android.os.Handler; import android.os.Looper; import androidx.annotation.MainThread; import org.researchstack.backbone.storage.database.AppDatabase; import org.researchs...
13,493
0.630401
0.630401
357
36.795517
33.565609
138
false
false
0
0
0
0
0
0
0.333333
false
false
6
b3b420f918aaaf71f5f40bd9050f109a3e289881
24,240,795,454,643
3eac33b6072f3ffc1db8e30101b99dce0d27993b
/core/src/main/java/constants/AConstants.java
cd6876df26ccb8e1639ef6cb222049c10db7a960
[]
no_license
arthureggert/java
https://github.com/arthureggert/java
1498113c601511af507cb75ecc48c121cade43da
b0986d63f6fbb628a34f23c0ab834d1f97246a01
refs/heads/master
2016-02-29T18:12:32.023000
2015-08-26T01:22:18
2015-08-26T01:22:18
21,479,780
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package constants; public class AConstants { public static final String[] SPRING_BEANS_PACKAGE = {"config","dataminig.daos"} ; public static final String[] JPA_PACKAGE_SCAN = { "dataminig.tables" }; public static final String USER_HOME = System.getProperty("user.home"); public static final String SYSTEM_PROP ...
UTF-8
Java
770
java
AConstants.java
Java
[]
null
[]
package constants; public class AConstants { public static final String[] SPRING_BEANS_PACKAGE = {"config","dataminig.daos"} ; public static final String[] JPA_PACKAGE_SCAN = { "dataminig.tables" }; public static final String USER_HOME = System.getProperty("user.home"); public static final String SYSTEM_PROP ...
770
0.744156
0.735065
25
29.799999
35.400566
110
false
false
0
0
0
0
0
0
1.28
false
false
6
0a972142fafd40be7ee19806f74c9627c5a7fd03
37,838,661,885,354
a70c6ccfcd8aad3302c73b33b8d9583cba575504
/src/main/java/JavaClassGeneratorFromWord.java
84e7f1275d157d55551b36e97cbb640af748af76
[]
no_license
lrh007/JavaGeneratorFromWord
https://github.com/lrh007/JavaGeneratorFromWord
c7bcca44e45f538cedd0c0e3a9aaf23b9800adbf
1d7bbc09619d7c295593fe20af2aa890a3741b7e
refs/heads/master
2023-07-28T15:53:05.848000
2021-09-10T10:38:04
2021-09-10T10:38:04
362,778,631
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import comm.Const; import entity.word.ClassObj; import entity.word.FieldObj; import entity.word.FileObj; import entity.xml.XmlClass; import generate.FromGenerate; import generate.impl.FromByWord; import parse.Parser; import parse.impl.ParseHtml; import parse.impl.ParseXml; import java.io.*; import java.net.URI; import...
UTF-8
Java
2,928
java
JavaClassGeneratorFromWord.java
Java
[ { "context": "/**\n * @Description: 从workd文件生成java实体类\n * @Author: liangruihao\n * @Date: 2021/4/23 11:21\n */\npublic class JavaCl", "end": 515, "score": 0.9995132684707642, "start": 504, "tag": "USERNAME", "value": "liangruihao" }, { "context": " doc :\n * @return java.io.File\...
null
[]
import comm.Const; import entity.word.ClassObj; import entity.word.FieldObj; import entity.word.FileObj; import entity.xml.XmlClass; import generate.FromGenerate; import generate.impl.FromByWord; import parse.Parser; import parse.impl.ParseHtml; import parse.impl.ParseXml; import java.io.*; import java.net.URI; import...
2,928
0.630403
0.618681
80
33.125
25.922178
129
false
false
0
0
0
0
0
0
0.5875
false
false
6
c68b71c77ce0597b8167b9ae7d5254cf1b2a42d4
32,186,484,962,128
0338c52c92e1faff658abb46e713271f3fbf9fc3
/app/src/main/java/com/example/homecctv/lostid.java
c5f8b5f36fa743ed20eb2d0f682526928fa82db6
[]
no_license
NIVIAL1/HomeCCTV
https://github.com/NIVIAL1/HomeCCTV
bbc3b74d71bf96141e35026d13758a32e91d5581
8541faee18963b4a96fbee19b47aeae054de91a9
refs/heads/master
2020-08-07T07:22:34.442000
2019-11-12T03:47:50
2019-11-12T03:47:50
213,345,612
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.homecctv; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; i...
UTF-8
Java
4,160
java
lostid.java
Java
[ { "context": "tQueue(this);\n String url_lostid = \"http://35.221.206.41:52274/find/idFind\";\n\n final StringRequest ", "end": 1723, "score": 0.9995616674423218, "start": 1710, "tag": "IP_ADDRESS", "value": "35.221.206.41" } ]
null
[]
package com.example.homecctv; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; i...
4,158
0.570171
0.563883
119
32.42017
26.787209
129
false
false
0
0
0
0
0
0
0.680672
false
false
6
5a77d4f5482f305a967749eb6b64e1638e63e60e
35,072,702,971,238
17d5995c3eaf6d56f49590c808c5b831425de00a
/core/src/com/overwhelmed/GameManager.java
c266e96b5f1f7cf9dfd3dd3bd0c42b17e4d92c2e
[]
no_license
sSh4nkss/OverWhelmed
https://github.com/sSh4nkss/OverWhelmed
54d3264ea0744a856d060532bbc6eea9160001f9
e7a995046a4e9b2f7aa09acd05dd432c0265f40a
refs/heads/master
2021-01-11T01:12:10.243000
2017-01-29T20:01:54
2017-01-29T20:01:54
71,068,297
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.overwhelmed; import com.badlogic.gdx.Game; import com.badlogic.gdx.physics.box2d.Box2D; public class GameManager extends Game { private float windowWidth; private float windowHeight; public GameManager(float windowWidth, float windowHeight) { this.windowWidth = windowWidth; this.wind...
UTF-8
Java
640
java
GameManager.java
Java
[]
null
[]
package com.overwhelmed; import com.badlogic.gdx.Game; import com.badlogic.gdx.physics.box2d.Box2D; public class GameManager extends Game { private float windowWidth; private float windowHeight; public GameManager(float windowWidth, float windowHeight) { this.windowWidth = windowWidth; this.wind...
640
0.715625
0.710938
31
18.645161
17.565634
60
false
false
0
0
0
0
0
0
1.290323
false
false
6
16a658fca45cda10967521c5593db5a46f394f6b
35,072,702,970,011
90a731e1cee5c9ca51e5662abb68f7d90ddee3df
/gtsl-admin/src/main/java/eu/futuretrust/gtsl/admin/controllers/api/ApiSignatureController.java
a0d8df73ccbc359bd52ed74218f86c96f04e70c4
[]
no_license
FutureTrust/gtsl
https://github.com/FutureTrust/gtsl
ab7dc64cbd292832c2bd01cc673d30ae4fb691a3
9be8ab9782994c354411f2acde384d2c7fe03e37
refs/heads/master
2021-06-27T13:45:11.228000
2019-06-27T07:47:19
2019-06-27T07:47:19
141,565,199
1
0
null
false
2020-10-13T15:37:30
2018-07-19T10:41:15
2020-10-01T11:54:26
2020-10-13T15:37:28
22,642
2
0
1
Java
false
false
/* * Copyright (c) 2017 European Commission. * * Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European * Commission - subsequent versions of the EUPL (the "Licence"). * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * ...
UTF-8
Java
4,721
java
ApiSignatureController.java
Java
[]
null
[]
/* * Copyright (c) 2017 European Commission. * * Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European * Commission - subsequent versions of the EUPL (the "Licence"). * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at: * ...
4,721
0.777071
0.773893
105
43.942856
29.351995
100
false
false
0
0
0
0
0
0
0.647619
false
false
6
dc1eda7ebba9ab469e7a0f556c74dc1112e0cd18
34,540,127,014,234
b60ac1f3589414dab9128bd43c20105203470d30
/HW3_Query_Expansion/RetrievalModelBM25.java
dba40f82219e7b83a91cfaeb50e07c3a5f0f7a69
[]
no_license
weiwang0831/CMU11642-Search-Engine
https://github.com/weiwang0831/CMU11642-Search-Engine
935376561949618730d33147c47bc0fae60742f7
cdf1dadbbbe3812dc9cd9bde74bbbed68c822804
refs/heads/master
2020-05-26T07:54:58.820000
2019-05-23T03:46:23
2019-05-23T03:46:23
188,157,113
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright (c) 2019, Carnegie Mellon University. All Rights Reserved. */ /** * An object that stores parameters for the unranked Boolean * retrieval model (there are none) and indicates to the query * operators how the query should be evaluated. */ public class RetrievalModelBM25 extends RetrievalModel ...
UTF-8
Java
785
java
RetrievalModelBM25.java
Java
[]
null
[]
/** * Copyright (c) 2019, Carnegie Mellon University. All Rights Reserved. */ /** * An object that stores parameters for the unranked Boolean * retrieval model (there are none) and indicates to the query * operators how the query should be evaluated. */ public class RetrievalModelBM25 extends RetrievalModel ...
785
0.675159
0.636943
30
25.166666
23.027641
72
false
false
0
0
0
0
0
0
0.333333
false
false
6
e30013394e7deffe8358d01717b7940fbc021c18
7,713,761,327,118
068d59a5f999d6e0105b5760ea0c1bbc2f4cf671
/src/de/passsy/friendbattle/games/NoGame.java
4e009d4506477bae34e298824d36ba02de363db5
[]
no_license
widerules/friendbattle
https://github.com/widerules/friendbattle
9b20747f4e43233b1576bccda671eb69dd7ae085
b4541ec939326a768f409d98b4f0f14059f5fab7
refs/heads/master
2020-05-04T19:17:58.662000
2012-02-16T12:23:04
2012-02-16T12:23:04
41,131,346
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package de.passsy.friendbattle.games; import android.content.Context; import de.passsy.friendbattle.data.Player; public class NoGame extends MiniGame { public NoGame(final Context context) { super(context); } @Override protected void showIntroductions(final int seconds) { } ...
UTF-8
Java
675
java
NoGame.java
Java
[]
null
[]
package de.passsy.friendbattle.games; import android.content.Context; import de.passsy.friendbattle.data.Player; public class NoGame extends MiniGame { public NoGame(final Context context) { super(context); } @Override protected void showIntroductions(final int seconds) { } ...
675
0.638519
0.638519
38
15.763158
16.924654
57
false
false
0
0
0
0
0
0
0.289474
false
false
6
43a7bb65707398c9c427a0a2f33c58c647d04e52
17,257,178,641,865
eb905f810ee98f7250d63851d36342ca0db6c757
/src/main/java/it/manueomm/facefile/bean/PhotoWrapper.java
585033fb7a8cd8bcff3dd6d824e4101333af668a
[]
no_license
Eomm/facebook-album-to-pdf
https://github.com/Eomm/facebook-album-to-pdf
d029bcc24ca816b6ea90f0552d645639118217cf
230187ad9700568078ffe6141da22d1219bf5c11
refs/heads/master
2022-09-25T18:28:13.508000
2022-09-24T14:47:06
2022-09-24T14:47:06
55,502,115
3
0
null
false
2016-06-25T12:30:28
2016-04-05T11:25:07
2016-04-10T13:24:10
2016-06-25T12:30:28
3,341
0
0
0
Java
null
null
package it.manueomm.facefile.bean; import com.restfb.types.Photo; public class PhotoWrapper { private Photo photo; private String localFilePath; public PhotoWrapper(Photo photo) { super(); this.photo = photo; } public PhotoWrapper(Photo photo, String localFilePath) { super(); ...
UTF-8
Java
693
java
PhotoWrapper.java
Java
[]
null
[]
package it.manueomm.facefile.bean; import com.restfb.types.Photo; public class PhotoWrapper { private Photo photo; private String localFilePath; public PhotoWrapper(Photo photo) { super(); this.photo = photo; } public PhotoWrapper(Photo photo, String localFilePath) { super(); ...
693
0.659452
0.659452
37
17.729731
17.238625
59
false
false
0
0
0
0
0
0
0.378378
false
false
6
b91bc664aac8c76cbdfa48c05ba72ed3bb8f3acc
17,257,178,644,074
6b3b3017e027d4499f76578c8c76019ee29a19bf
/restApi/src/main/java/org/dgf/shop/rest/common/ResponseError.java
170d8a33b7ee1064d1ea8fed2c9838e182b42215
[]
no_license
davidgfolch/shop
https://github.com/davidgfolch/shop
5d811ad5bcdedd35d8ebc34e83860446afaa9222
8d1b64694be05da71b1978faca37980446dd5cff
refs/heads/master
2021-01-08T06:44:00.489000
2020-02-26T18:37:35
2020-02-26T18:37:35
241,944,936
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.dgf.shop.rest.common; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; public class ResponseError extends ResponseEntity<Object> { public ResponseError(String error) { super(error, HttpStatus.NOT_ACCEPTABLE); } }
UTF-8
Java
287
java
ResponseError.java
Java
[]
null
[]
package org.dgf.shop.rest.common; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; public class ResponseError extends ResponseEntity<Object> { public ResponseError(String error) { super(error, HttpStatus.NOT_ACCEPTABLE); } }
287
0.770035
0.770035
11
25.09091
22.629244
59
false
false
0
0
0
0
0
0
0.454545
false
false
6
941eb70fba3d0d3563ea25904efab63c850a1683
17,257,178,643,370
c741c19a26add681f24fda46deab4234e691c968
/app/src/main/java/com/godamwale/SettingsActivity.java
9e987818615c9bbd21ec903993894259178575e8
[]
no_license
nikkhil0018/Godamwale
https://github.com/nikkhil0018/Godamwale
98c88da135cddf5231fdfd30b666ce81507cd07c
fdd9a42ab8496352447896bf45d5bcc5f9dc8ab6
refs/heads/master
2020-08-05T05:16:17.653000
2019-10-03T18:56:45
2019-10-03T18:56:45
208,768,975
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.godamwale; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.net.ConnectivityManager; import android.net...
UTF-8
Java
5,579
java
SettingsActivity.java
Java
[]
null
[]
package com.godamwale; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.net.ConnectivityManager; import android.net...
5,579
0.60722
0.606681
150
36.126667
31.509003
130
false
false
0
0
0
0
0
0
0.58
false
false
6
0f1471c78bb0b41f7dc15cf8b053feac488e47d7
35,931,696,424,609
69ba9bdd39415236647ae6a667179bc0e093d721
/app/src/main/java/com/burjburj/realtor/ui/favorite/ViewHolder.java
eb0e0937dd51d9eb0046badbde3e063f9222d217
[]
no_license
edgebasis/realtor
https://github.com/edgebasis/realtor
276d7b3a9a3548c4fd18884650f929261e7afcec
8fe4a9676e000979f6223eb76434b36f361a547f
refs/heads/master
2020-05-04T04:50:20.432000
2019-04-02T01:35:17
2019-04-02T01:35:17
178,975,092
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.burjburj.realtor.ui.favorite; public interface ViewHolder { }
UTF-8
Java
80
java
ViewHolder.java
Java
[]
null
[]
package com.burjburj.realtor.ui.favorite; public interface ViewHolder { }
80
0.75
0.75
9
7.888889
14.768167
41
false
false
0
0
0
0
0
0
0.111111
false
false
6
1208e51513e42c59f6a90bb1a3f159e1f036becc
35,175,782,190,478
960491ba79df08ecc15919ec91fbb60fc5d84abd
/src/main/java/com/vopt/fleetapp/repositories/LocationRepository.java
50c46c8fa6dfc5774efd6ae65ea3ad6d40f495d9
[ "Apache-2.0" ]
permissive
Vo172/Learning
https://github.com/Vo172/Learning
440248838894fda220ae4de7ab19cd13316029a9
07fa7f1c5e2f14ae8e50100c6e32190d133687bc
refs/heads/master
2023-04-24T20:12:54.715000
2020-09-03T14:40:17
2020-09-03T14:43:35
266,728,626
0
0
null
false
2021-05-12T00:30:06
2020-05-25T08:44:10
2020-09-03T14:44:29
2021-05-12T00:30:05
3,230
0
0
1
HTML
false
false
package com.vopt.fleetapp.repositories; import com.vopt.fleetapp.models.Location; import org.springframework.data.jpa.repository.JpaRepository; public interface LocationRepository extends JpaRepository<Location,Integer> { }
UTF-8
Java
226
java
LocationRepository.java
Java
[]
null
[]
package com.vopt.fleetapp.repositories; import com.vopt.fleetapp.models.Location; import org.springframework.data.jpa.repository.JpaRepository; public interface LocationRepository extends JpaRepository<Location,Integer> { }
226
0.845133
0.845133
7
31.285715
29.280487
77
false
false
0
0
0
0
0
0
0.571429
false
false
6
d72fedebe86847605520afe428c1d9a2e57bda12
38,070,590,119,981
0ee11d4086119026812d878b70445c154118544d
/src/main/java/com/jf/jf_smartsite/IOTData/entity/ConfDevicetype.java
ac658e6351f981dd3210ed98da88a39ad66aa13b
[]
no_license
zhujianju/smartsite
https://github.com/zhujianju/smartsite
6b15702e935d6d97613a05ece19c8584f0eec11a
fc1b6cb3fff2451c38500bf930bcf0af8e7e8a1c
refs/heads/master
2022-06-21T09:06:02.721000
2019-09-25T06:45:32
2019-09-25T06:45:32
206,735,860
0
0
null
false
2022-06-17T02:28:02
2019-09-06T07:14:58
2019-09-25T06:45:45
2022-06-17T02:27:59
12,467
0
0
3
JavaScript
false
false
package com.jf.jf_smartsite.IOTData.entity; import lombok.Data; import java.io.Serializable; /** * 设备类型(服务类型)对象 conf_devicetype * * @author ruoyi * @date 2019-09-05 */ @Data public class ConfDevicetype implements Serializable { private static final long serialVersionUID = 1L; /** 类型编号 */ private ...
UTF-8
Java
660
java
ConfDevicetype.java
Java
[ { "context": "/**\n * 设备类型(服务类型)对象 conf_devicetype\n * \n * @author ruoyi\n * @date 2019-09-05\n */\n@Data\npublic class ConfDe", "end": 153, "score": 0.9995673298835754, "start": 148, "tag": "USERNAME", "value": "ruoyi" } ]
null
[]
package com.jf.jf_smartsite.IOTData.entity; import lombok.Data; import java.io.Serializable; /** * 设备类型(服务类型)对象 conf_devicetype * * @author ruoyi * @date 2019-09-05 */ @Data public class ConfDevicetype implements Serializable { private static final long serialVersionUID = 1L; /** 类型编号 */ private ...
660
0.632509
0.616608
37
14.297297
14.837616
52
false
false
0
0
0
0
0
0
0.27027
false
false
6
490e7c5e0cad3f73271c17e96692f1424ecea303
35,003,983,503,755
00b88fa2accabc1c430570c0c994a54375314d89
/hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/annotation/Dimension.java
87595228e06809f84f89d0c03ae3f8a316cae7c7
[ "Apache-2.0" ]
permissive
hs-web/hsweb-framework
https://github.com/hs-web/hsweb-framework
07101fbacb592977e6039cbb1c94558b5718fdd6
e577bc368a91a862927682bf90bda8d17456fccc
refs/heads/master
2023-08-14T17:43:37.042000
2023-08-14T09:22:09
2023-08-14T09:22:09
49,850,704
9,107
3,543
Apache-2.0
false
2023-09-14T08:43:27
2016-01-18T03:51:39
2023-09-13T13:20:17
2023-09-14T08:43:26
33,327
8,133
3,040
3
Java
false
false
package org.hswebframework.web.authorization.annotation; import java.lang.annotation.*; @Target({ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface Dimension { String type(); String[] id() default {}; Logical logical() default Logical.DEFAULT; ...
UTF-8
Java
395
java
Dimension.java
Java
[]
null
[]
package org.hswebframework.web.authorization.annotation; import java.lang.annotation.*; @Target({ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface Dimension { String type(); String[] id() default {}; Logical logical() default Logical.DEFAULT; ...
395
0.729114
0.729114
20
18.799999
18.233486
56
false
false
0
0
0
0
0
0
0.35
false
false
6