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
7e0edc87045103a9a2d8444d740d2deda494852d
1,219,770,756,542
63d3023b94baabc0f685682c3b69f373f025a3b4
/pong_game/src/main/java/pong_game/AI/AI.java
7d752b9bc48f8dc5e2373a7079967027aa689965
[ "MIT" ]
permissive
topejee/Pong_game
https://github.com/topejee/Pong_game
66d6cc900e8ac359bb8072c762db71f9cb3eebfa
acb9c2e3727f78b0b01d7de6d28ac1d901237982
refs/heads/master
2020-06-01T19:40:40.233000
2015-01-12T09:08:04
2015-01-12T09:08:04
28,221,666
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 pong_game.AI; import java.util.Random; import pong_game.PelinToiminta.Peli; import pong_game.Oliot.Pelaaja; /** * * @author...
UTF-8
Java
2,971
java
AI.java
Java
[ { "context": "import pong_game.Oliot.Pelaaja;\n\n/**\n *\n * @author Tommi\n */\npublic class AI {\n\n private Pelaaja pela", "end": 324, "score": 0.5532158017158508, "start": 321, "tag": "NAME", "value": "Tom" }, { "context": "rt pong_game.Oliot.Pelaaja;\n\n/**\n *\n * @author To...
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 pong_game.AI; import java.util.Random; import pong_game.PelinToiminta.Peli; import pong_game.Oliot.Pelaaja; /** * * @author...
2,971
0.566249
0.559133
116
24.439655
21.7348
81
false
false
0
0
0
0
0
0
0.301724
false
false
7
f45ce80fd0b7b08d0fac03b473fa59a9606fe05b
5,334,349,423,963
0309e50c0883b45534de75945d298b8c05875320
/Neural Net/src/com/neuralnet/layer/FeedForwardOutputLayer.java
346a99df435531665abb5d3d7abcfd8d25a65ad8
[ "MIT" ]
permissive
ike-elue/neural-net-improved
https://github.com/ike-elue/neural-net-improved
39442ba37178546c5500d20ce45b0d16e1d96987
9a104ba45b9324a5a313efe2e5c8ee9d3c7299ec
refs/heads/master
2020-05-23T03:19:19.725000
2017-03-27T18:31:03
2017-03-27T18:31:03
84,744,970
0
0
null
false
2017-03-25T00:53:27
2017-03-12T17:45:59
2017-03-12T17:48:51
2017-03-25T00:53:27
88
0
0
0
Java
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 com.neuralnet.layer; import com.neuralnet.neuron.FeedForwardOutput; /** * * @author CSLAB313-1740 */ public c...
UTF-8
Java
887
java
FeedForwardOutputLayer.java
Java
[ { "context": "t.neuron.FeedForwardOutput;\r\n\r\n/**\r\n *\r\n * @author CSLAB313-1740\r\n */\r\npublic class FeedForwardOutputLayer extends L", "end": 305, "score": 0.9897400140762329, "start": 292, "tag": "USERNAME", "value": "CSLAB313-1740" } ]
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 com.neuralnet.layer; import com.neuralnet.neuron.FeedForwardOutput; /** * * @author CSLAB313-1740 */ public c...
887
0.712514
0.70124
26
32.115383
38.079197
124
false
false
0
0
0
0
0
0
0.769231
false
false
7
f62d87fa9cd9767e6af781ceb83040e9e4e06866
15,238,544,018,016
49bd79c02519ce61e236da2d83389fc9a89858ee
/CtT-client/src/controller/Controller.java
aaede756439b39eb693413011f25523f4b3200df
[]
no_license
Amarylian/CatchTheThief-client
https://github.com/Amarylian/CatchTheThief-client
65c7dee86571c4115d2e098517783de2408b55f3
763ff29e47856db89ec88357bffc3ba2c0450b07
refs/heads/master
2021-01-11T22:30:58.622000
2017-02-21T22:12:32
2017-02-21T22:12:32
78,980,684
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 controller; import java.io.IOException; import java.util.concurrent.Semaphore; import view.ViewController; /** * * @author ...
UTF-8
Java
3,193
java
Controller.java
Java
[ { "context": "re;\nimport view.ViewController;\n\n/**\n *\n * @author LU\n */\npublic class Controller {\n \n private fi", "end": 322, "score": 0.5750226974487305, "start": 320, "tag": "USERNAME", "value": "LU" } ]
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 controller; import java.io.IOException; import java.util.concurrent.Semaphore; import view.ViewController; /** * * @author ...
3,193
0.590752
0.589494
104
29.567308
27.281569
137
false
false
0
0
0
0
0
0
0.480769
false
false
7
8f00a354119fdfc7f39913647983b5cf89df21e2
4,071,629,036,950
0f98d667f501bbdaea517e3aa2b44cd5c750341e
/exceptionhandling/Customexception.java
5cee1d86ef88cec2787cb18575c75b4a62e0c01f
[]
no_license
abinayaaaa/Abinaya_IBM_Training
https://github.com/abinayaaaa/Abinaya_IBM_Training
e3b41f74974ea63c6fdce9cba23a2e930a104532
7b9d90e73fc14d54c433cde739a46631a89a0820
refs/heads/master
2021-01-07T22:57:43.033000
2020-02-20T10:47:14
2020-02-20T10:47:14
241,844,455
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package exceptionhandling; class Customexception extends Exception { Customexception(String s) { // TODO Auto-generated constructor stub super(s); } }
UTF-8
Java
161
java
Customexception.java
Java
[]
null
[]
package exceptionhandling; class Customexception extends Exception { Customexception(String s) { // TODO Auto-generated constructor stub super(s); } }
161
0.745342
0.745342
10
15.1
16.585836
42
false
false
0
0
0
0
0
0
0.6
false
false
7
38d6e442f43899abec271c6de30f59681f437ae5
4,071,629,035,350
3edcee75d50fe6cf679bba05ef5a58acb35e4b91
/Celis.java
7049446217b463ea9e8ef6ed9d56fed348aad4bb
[]
no_license
dhakne1997/java-program
https://github.com/dhakne1997/java-program
7a880e0b9e4dc90cd5666765e6fbad981a1fc072
839b3f20bf4f638cb960b8f4803756674e09dd21
refs/heads/main
2023-08-03T19:26:53.883000
2021-09-15T17:50:32
2021-09-15T17:50:32
385,702,356
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package practice; import java.util.Scanner; public class Celis { public static void main (String args[]) { Scanner sc = new Scanner(System.in); float Fahrenheit, Celsius ; System.out.println("Enter temperature in Celsius: "); Celsius = sc.nextFloat(); // Celsius= 13; ...
UTF-8
Java
539
java
Celis.java
Java
[]
null
[]
package practice; import java.util.Scanner; public class Celis { public static void main (String args[]) { Scanner sc = new Scanner(System.in); float Fahrenheit, Celsius ; System.out.println("Enter temperature in Celsius: "); Celsius = sc.nextFloat(); // Celsius= 13; ...
539
0.575139
0.564007
21
23.666666
21.020021
75
false
false
0
0
0
0
0
0
0.714286
false
false
7
e73989d53792cb2898e6f836ee3cee2a416d780d
26,663,157,010,775
1f5f470f0850f356d9f5c579f912e3089994ddcf
/src/com/metat/webservices/ClientWebservices.java
ecec04d8e09142806a973c565a979c0f9425535c
[]
no_license
gmarland/metat
https://github.com/gmarland/metat
85ddbaed9bade9c01a501fb042f91fe2fcd3796d
06a5e6b01a1588c2959a7d9173b11c78cb65d5f4
refs/heads/master
2021-01-18T19:17:01.316000
2012-12-04T19:04:22
2012-12-04T19:04:22
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.metat.webservices; import java.io.ByteArrayOutputStream; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.StatusLine; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.DefaultHttpClient;...
UTF-8
Java
5,766
java
ClientWebservices.java
Java
[ { "context": "es {\n\tpublic static final String METAT_API_KEY = \"mdefm4kojdu6bl0uset6g97umt\";\n\tpublic static final String METAT_API_KEY_SECRE", "end": 1006, "score": 0.9974650144577026, "start": 980, "tag": "KEY", "value": "mdefm4kojdu6bl0uset6g97umt" }, { "context": "ublic stat...
null
[]
package com.metat.webservices; import java.io.ByteArrayOutputStream; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.StatusLine; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.DefaultHttpClient;...
5,724
0.730142
0.725286
180
31.033333
29.843275
129
false
false
0
0
0
0
0
0
2.233333
false
false
7
6eb81282266bca998ced3b5f988e6feb21658044
15,745,350,146,761
24941df4271c38a719cefce379b0c439b4abf2fe
/Spring+JPA/src/main/java/ben/com/dao/AuthorDaoImpl.java
0e75c54ba4138460ee83322b9a383a9f8d48403a
[]
no_license
madben87/Spring-DAO_Example
https://github.com/madben87/Spring-DAO_Example
79bc4f66d340123cbb3fece577d650416f33b08f
79549e55b84d366dc14158d9ba024cfc092bc767
refs/heads/master
2020-12-24T12:29:48.843000
2016-11-06T13:51:00
2016-11-06T13:51:00
72,993,013
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ben.com.dao; import ben.com.beans.Author; import ben.com.beans.Books; import ben.com.interfaces.BeanDao; import org.hibernate.SessionFactory; import org.springframework.stereotype.Repository; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import...
UTF-8
Java
1,366
java
AuthorDaoImpl.java
Java
[]
null
[]
package ben.com.dao; import ben.com.beans.Author; import ben.com.beans.Books; import ben.com.interfaces.BeanDao; import org.hibernate.SessionFactory; import org.springframework.stereotype.Repository; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import...
1,366
0.746706
0.746706
49
26.87755
28.160353
120
false
false
0
0
0
0
0
0
0.510204
false
false
7
d91bf20439c4abaa9da9b8e2e23bf0483fe39901
19,104,014,574,448
1da8b5349f66fb3bac2ce95295ad6e81734ff244
/src/main/java/io/solit/plugin/maven/deb/pack/PackageMojo.java
0fd8810e5cd5873bf9019437d6133cdb5204e6f3
[]
no_license
meszibalu/deb-maven-plugin
https://github.com/meszibalu/deb-maven-plugin
ed0c0f56ef7ec3c5f4db73e21c393b9958ff5081
55989692ade9d544f88ba5bcb1a5be69f457bb6d
refs/heads/master
2020-06-28T14:23:08.012000
2019-12-16T10:26:01
2019-12-16T10:26:01
200,253,843
0
0
null
true
2019-08-02T15:00:34
2019-08-02T15:00:34
2019-04-18T16:48:50
2018-09-30T13:33:10
103
0
0
0
null
false
false
package io.solit.plugin.maven.deb.pack; import io.solit.deb.Control; import io.solit.deb.DebFileWriter; import io.solit.deb.Version; import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveOutputStream; import org.apache.commons.compress.archivers.ta...
UTF-8
Java
20,253
java
PackageMojo.java
Java
[ { "context": "ed on a configuration</li>\n * </ul>\n * @author yaga\n * @since 18.01.18\n */\n@Mojo(name = \"package\", de", "end": 2215, "score": 0.9995203018188477, "start": 2211, "tag": "USERNAME", "value": "yaga" } ]
null
[]
package io.solit.plugin.maven.deb.pack; import io.solit.deb.Control; import io.solit.deb.DebFileWriter; import io.solit.deb.Version; import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveOutputStream; import org.apache.commons.compress.archivers.ta...
20,253
0.610033
0.606972
507
38.946747
28.120815
139
false
false
0
0
0
0
0
0
0.591716
false
false
7
cba83018ed46451b46ddebfcfb227c0a02ab7e17
33,139,967,697,518
a405049be7cebcb7dcfefc9f770f2bfc021450c6
/src/main/java/com/library/controller/BookController.java
d6119c1749a16fedb9078cd6b1a3abfd31531088
[]
no_license
ridermontu/library_webservices
https://github.com/ridermontu/library_webservices
379f2085d8ea7f28fcf187eb764f476df32d3d41
1e93d7bce20c44afc0aa793622ab6248449a6d91
refs/heads/master
2021-01-21T19:40:35.243000
2017-05-25T05:53:10
2017-05-25T05:53:10
92,153,375
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.library.controller; import java.util.List; import javax.mail.internet.MimeMessage; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.mail.Mail...
UTF-8
Java
2,476
java
BookController.java
Java
[ { "context": "setMailSender(mailSender);\n\temailSender.sendMail(\"pradeep.rathore2629@yahoo.com\",\"pradeep.rathore2629@gmail.com\", \"tt\", \"hi\");\n\tL", "end": 1651, "score": 0.9999269247055054, "start": 1622, "tag": "EMAIL", "value": "pradeep.rathore2629@yahoo.com" }, { "contex...
null
[]
package com.library.controller; import java.util.List; import javax.mail.internet.MimeMessage; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.mail.Mail...
2,432
0.815024
0.810178
92
25.913044
25.230955
99
false
false
0
0
0
0
0
0
0.728261
false
false
7
7ff0a6477da448b53b08b574d96693413c69339a
33,139,967,696,075
2a245319a2c2a46c6913ed58bf20f4c61940c58c
/src/main/java/com/itescia/itbadge/domain/Cours.java
d4d166c796685d486e77da3ee44cd73627a786c3
[]
no_license
GrenardAntoine/itbadge
https://github.com/GrenardAntoine/itbadge
45857ebb0776bfd9b46aedc00dc07074f29bd4a2
a39bf3534b35c373a2bde5b69e873820431e73ef
refs/heads/master
2021-06-03T09:20:16.003000
2018-06-28T09:24:19
2018-06-28T09:24:19
138,993,241
0
1
null
false
2020-09-18T15:37:17
2018-06-28T08:59:35
2018-06-28T09:26:25
2018-09-13T09:01:46
723
0
1
1
Java
false
false
package com.itescia.itbadge.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.*; i...
UTF-8
Java
4,947
java
Cours.java
Java
[]
null
[]
package com.itescia.itbadge.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.*; i...
4,947
0.627653
0.62644
199
23.859297
21.109674
109
false
false
0
0
0
0
0
0
0.40201
false
false
7
05f34707badc6a1d9073d695fbaeba53c054f17f
29,703,993,875,154
738628c752abb2feb9369b698fc430a717d042bc
/sdk/explorer-link-rtc/src/main/java/com/tencent/iot/explorer/link/rtc/model/TRTCUIManager.java
ac69db5952e64cdb97c194d5c292c9ff216edb1e
[]
no_license
tencentyun/iot-link-android
https://github.com/tencentyun/iot-link-android
935039e16fbaa1dfb3b00429aaade0794277ad92
08e250ee51d59d4f7e23f184d26590038e7709ba
refs/heads/master
2023-07-23T23:22:54.478000
2023-03-15T08:54:18
2023-03-15T08:54:18
257,203,729
30
22
null
false
2021-09-10T08:15:00
2020-04-20T07:25:41
2021-09-09T12:17:48
2021-09-10T08:14:58
50,018
15
12
0
Kotlin
false
false
package com.tencent.iot.explorer.link.rtc.model; import android.text.TextUtils; import com.tencent.iot.explorer.link.rtc.consts.Common; import org.json.JSONException; import org.json.JSONObject; public class TRTCUIManager { private static TRTCUIManager instance; private TRTCCallingParamsCallback callingPa...
UTF-8
Java
12,099
java
TRTCUIManager.java
Java
[]
null
[]
package com.tencent.iot.explorer.link.rtc.model; import android.text.TextUtils; import com.tencent.iot.explorer.link.rtc.consts.Common; import org.json.JSONException; import org.json.JSONObject; public class TRTCUIManager { private static TRTCUIManager instance; private TRTCCallingParamsCallback callingPa...
12,099
0.53511
0.533883
235
47.540424
36.850033
167
false
false
0
0
0
0
0
0
0.476596
false
false
13
26161fc13dca2520f215fc3ec25afb3810befa7b
18,923,625,973,586
7ee44a3c73cef9da29f9f10832586b53807fc97b
/Codes/ServerControl/src/main/java/model/ftp/Ftp.java
cf3910447909c775cb5fe464cb78a1d36056a7ad
[]
no_license
thanhnhan2tn/constats
https://github.com/thanhnhan2tn/constats
c0faf72877ffb6f8c0c3453a093200aace8b6fc6
2923f12a56bcc29af6f4c2a89f1f3dbc9ec7409d
refs/heads/master
2020-07-09T08:25:46.154000
2015-05-31T02:53:24
2015-05-31T02:53:24
28,324,618
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.ftp; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlRootElement(name = "ftp") @XmlType(propOrder = { "listen", "anonymous_enable", "local_enable", "write_enable", "anon_upload_enable", "anon_mkdir_write_enable...
UTF-8
Java
3,683
java
Ftp.java
Java
[]
null
[]
package model.ftp; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlRootElement(name = "ftp") @XmlType(propOrder = { "listen", "anonymous_enable", "local_enable", "write_enable", "anon_upload_enable", "anon_mkdir_write_enable...
3,683
0.740972
0.734999
136
26.080883
22.793528
75
false
false
0
0
0
0
0
0
1.588235
false
false
13
307518aebb7731d318ad58278c50a32233c6c3a4
35,888,746,751,863
8e5e7100c07f426cc67d2cbd3c35e68dec1e9bbb
/src/main/java/it/unimi/dsi/compression/TreeDecoder.java
0511c03c249bb025e6412a43430115d0bb44cc9a
[]
no_license
Bubbad/dsiutilsExtensionDANF
https://github.com/Bubbad/dsiutilsExtensionDANF
33132832924c4a1585e051acecb4fd5edca12a65
db0fa1f6d107f42935f7d5f9424cbcd8ad507a45
refs/heads/master
2021-01-09T20:15:32.275000
2016-05-30T06:46:13
2016-05-30T06:46:13
59,829,669
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package it.unimi.dsi.compression; /* * DSI utilities * * Copyright (C) 2005-2016 Sebastiano Vigna * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the ...
UTF-8
Java
6,422
java
TreeDecoder.java
Java
[ { "context": "\t\t \n * DSI utilities\n *\n * Copyright (C) 2005-2016 Sebastiano Vigna \n *\n * This library is free software; you can re", "end": 104, "score": 0.9998674988746643, "start": 88, "tag": "NAME", "value": "Sebastiano Vigna" } ]
null
[]
package it.unimi.dsi.compression; /* * DSI utilities * * Copyright (C) 2005-2016 <NAME> * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, o...
6,412
0.692775
0.687636
187
33.342247
30.209791
148
false
false
0
0
0
0
0
0
1.877005
false
false
13
4c8d35bbca2b0b795e5dd21a396615626f1f79ac
7,997,229,171,695
c1ffe6b76d6211a0256c69e7c7f3bdd53581ec8a
/src/main/java/guru/springframework/spring5webapp/bootstrap/LoadData.java
4fb0e2ea78ace810c56e920425114fe57c926da1
[]
no_license
russellheines/spring5webapp
https://github.com/russellheines/spring5webapp
3466594e358c437d4c63e581762924126ec58c74
35e4e15367d39fa9121de1c7b77f8296b0e3e581
refs/heads/master
2021-05-16T19:32:20.626000
2020-05-22T18:39:50
2020-05-22T18:39:50
250,440,041
0
0
null
true
2020-03-27T04:28:49
2020-03-27T04:28:48
2020-03-26T19:57:04
2020-03-19T17:20:04
137
0
0
0
null
false
false
package guru.springframework.spring5webapp.bootstrap; import guru.springframework.spring5webapp.model.Author; import guru.springframework.spring5webapp.model.Book; import guru.springframework.spring5webapp.model.Publisher; import guru.springframework.spring5webapp.repositories.AuthorRepository; import guru.springframe...
UTF-8
Java
2,306
java
LoadData.java
Java
[ { "context": "blishing\");\n\n Author author1 = new Author(\"Rowling\", \"J. K.\");\n\n Book book1 = new Book(\"Sorce", "end": 1258, "score": 0.9998557567596436, "start": 1251, "tag": "NAME", "value": "Rowling" }, { "context": "\n\n Author author1 = new Author(\"...
null
[]
package guru.springframework.spring5webapp.bootstrap; import guru.springframework.spring5webapp.model.Author; import guru.springframework.spring5webapp.model.Book; import guru.springframework.spring5webapp.model.Publisher; import guru.springframework.spring5webapp.repositories.AuthorRepository; import guru.springframe...
2,308
0.725932
0.706418
60
37.433334
27.339451
128
false
false
0
0
0
0
0
0
0.75
false
false
13
1926c15e28f4f3fadec572095a89ba3cd3864a58
34,102,040,365,718
0f5e788411b74934febdcfe21811e7c0ee4a6307
/src/com/Test01.java
c6a4f1752dc955412185f14f860c325b7e2e76aa
[]
no_license
qyqianyou/rep2
https://github.com/qyqianyou/rep2
90357f49b44efd9d1254c755dbb0b8553ed2a626
cbd965dcb38549cd13aceb1ea66931dcb0b4151c
refs/heads/master
2022-12-01T11:04:08.048000
2020-08-16T02:18:23
2020-08-16T02:18:23
287,701,088
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com; public class Test01 { private String student; private int age; private String email; }
UTF-8
Java
113
java
Test01.java
Java
[]
null
[]
package com; public class Test01 { private String student; private int age; private String email; }
113
0.690265
0.672566
7
15.142858
10.245955
27
false
false
0
0
0
0
0
0
0.571429
false
false
13
80ffcd28829d2b416cb92ac11f80b92eb357bacf
20,246,475,878,439
d4f40631461c8602023e0510152f4feccf55723e
/SparkExamples/src/main/java/group_2/Ex8_Task3.java
b38a9f03b626c8e5adb5853050c228aa0e2eca0f
[]
no_license
oossparsa/ILAS_EX7
https://github.com/oossparsa/ILAS_EX7
aae5d54b1af6efea9dac4c767f89ca92ca5ac5a4
a0648d073ed4f652d6ae08e49f9634d78d5faed2
refs/heads/master
2020-06-10T05:16:02.029000
2019-07-03T08:21:12
2019-07-03T08:21:12
193,593,697
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package group_2; import java.util.Map; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaPairRDD; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import scala.Tuple2; public class Ex8_T...
UTF-8
Java
1,565
java
Ex8_Task3.java
Java
[ { "context": "pair.getKey()+\"\\t[\"+pair.getValue()+\"]\");\n\t\t}\n\t\t//Mark knopfler\n\t\tSystem.out.println(\"##################", "end": 1332, "score": 0.6963551640510559, "start": 1328, "tag": "NAME", "value": "Mark" }, { "context": "etKey()+\"\\t[\"+pair.getValue()+\"]\");\n\...
null
[]
package group_2; import java.util.Map; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaPairRDD; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import scala.Tuple2; public class Ex8_T...
1,565
0.730351
0.686262
40
38.125
34.311943
151
false
false
0
0
0
0
0
0
2.275
false
false
13
7ab8141771e5f947787ece79cff73c9ab9cb538e
35,244,501,666,093
0ef40b3bc3bfaa8d19948dbb62820a7255d27b1e
/Android/app/src/main/java/com/example/vdandroid/Adapter/MusterAdapter.java
29f9a23924f652e938918bb67ec76e184025b2de
[]
no_license
DatThanhNguyen113/VD-Education
https://github.com/DatThanhNguyen113/VD-Education
f65766d06649faf43e44b2e6cdeed34f24b61ca8
e1d83365776da8252d1977bc67fbcbf0fd030a92
refs/heads/master
2022-12-18T20:11:43.074000
2019-07-30T14:16:49
2019-07-30T14:16:49
199,480,429
0
0
null
false
2022-12-08T05:53:33
2019-07-29T15:35:44
2019-07-30T14:17:04
2022-12-08T05:53:30
153,287
0
0
20
JavaScript
false
false
package com.example.vdandroid.Adapter; import android.annotation.SuppressLint; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.TextView; import com.examp...
UTF-8
Java
2,220
java
MusterAdapter.java
Java
[]
null
[]
package com.example.vdandroid.Adapter; import android.annotation.SuppressLint; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.TextView; import com.examp...
2,220
0.690745
0.690293
63
34.142857
28.213392
104
false
false
0
0
0
0
0
0
0.730159
false
false
13
b014d0223d8f7b36cec65d23440a5ef4485eb650
17,540,646,504,849
34f5268f587d47893ac1b67267572bd422f1f396
/src/test/java/org/pg/march/lc/arr/IncreasingTripletSubsequenceTest.java
ae3d12fcb38b64ccc39da6ccd2fa98a0d93b0167
[]
no_license
Pragadesh/march
https://github.com/Pragadesh/march
dd3501f18138b4e41c51ba14b7106e3241cd7c0b
cffe91a1cc208f9097e1846b138fae93a98d11fc
refs/heads/develop
2022-08-16T06:17:23.066000
2022-07-05T21:24:27
2022-07-05T21:24:27
157,222,768
0
0
null
false
2020-10-13T10:49:56
2018-11-12T14:04:40
2020-05-28T13:53:37
2020-10-13T10:49:54
253
0
0
1
Java
false
false
package org.pg.march.lc.arr; import org.junit.Before; import org.junit.Test; import junit.framework.Assert; public class IncreasingTripletSubsequenceTest { private IncreasingTripletSubsequence increasingTripletSubsequence; @Before public void setup() { increasingTripletSubsequence = new Increas...
UTF-8
Java
888
java
IncreasingTripletSubsequenceTest.java
Java
[]
null
[]
package org.pg.march.lc.arr; import org.junit.Before; import org.junit.Test; import junit.framework.Assert; public class IncreasingTripletSubsequenceTest { private IncreasingTripletSubsequence increasingTripletSubsequence; @Before public void setup() { increasingTripletSubsequence = new Increas...
888
0.667793
0.64527
34
25.117647
27.636044
89
false
false
0
0
0
0
0
0
0.852941
false
false
13
1760faba39bcc3938df543c05f8efda4eead6dfa
30,760,555,826,010
ffb118a91ca46eb6e35067f4396adc829c4a7056
/src/test/java/com/mx/pruebas/PruebaAutomatizada.java
24840a60b905889f327ebd9a18f24ae9a7a721bc
[]
no_license
jdeflores127/ClasesSpringBootBasico
https://github.com/jdeflores127/ClasesSpringBootBasico
3e5c130f816630ee82636e178cbf152a9c326917
92ac4b8ebf714ef22f81382deffebaeca2a3e737
refs/heads/master
2023-04-02T08:50:57.084000
2021-03-28T02:22:58
2021-03-28T02:22:58
312,941,886
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mx.pruebas; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.ExpectedCo...
UTF-8
Java
2,305
java
PruebaAutomatizada.java
Java
[ { "context": "is.rellenarCajaTexto(\"/html/body/form/input[2]\", \"Juan\");\r\n\t\tthis.rellenarCajaTexto(\"/html/body/form/inp", "end": 1671, "score": 0.9997752904891968, "start": 1667, "tag": "NAME", "value": "Juan" } ]
null
[]
package com.mx.pruebas; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.ExpectedCo...
2,305
0.716703
0.704989
75
28.733334
25.320522
97
false
false
0
0
0
0
0
0
1.76
false
false
13
55da35f1670776ac97fd64555597e297211ee7e9
23,244,363,008,039
bc88e004cbac10eebb64af06b9bd57cd0135dd2e
/job-scheduler/src/main/java/com/pg/sample/model/JobStatus.java
ac4a72b1fad233d6eb00337d8945eeb626104502
[]
no_license
prakashg1984/workplace
https://github.com/prakashg1984/workplace
cee0009b93562b7f0b064d5ca276abb1d55f3058
9c191de879641cc462fec4ccd3209e9c2de0e0a5
refs/heads/master
2019-06-15T09:29:41.424000
2019-03-04T12:22:14
2019-03-04T12:22:14
97,866,303
0
10
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pg.sample.model; public class JobStatus { private String jobName; private String correlationId; private String jobStatus; private String jobSummary; public String getJobName() { return jobName; } public void setJobName(String jobName) { this.jobName = jobName; } public String getJobStatus() ...
UTF-8
Java
725
java
JobStatus.java
Java
[]
null
[]
package com.pg.sample.model; public class JobStatus { private String jobName; private String correlationId; private String jobStatus; private String jobSummary; public String getJobName() { return jobName; } public void setJobName(String jobName) { this.jobName = jobName; } public String getJobStatus() ...
725
0.750345
0.750345
35
19.714285
15.875536
53
false
false
0
0
0
0
0
0
1.4
false
false
13
9ed7a8a5c6895d5c24476b65266a65342a7aeb70
21,775,484,198,709
4ec45f4664c024f4ea820fd660506e5dee4fdf76
/MakeAllLetterUpperInAString.java
16c9cab6281c971ab507d82021e5a9177f7ca1b2
[]
no_license
at0m1x19/JavaPractice
https://github.com/at0m1x19/JavaPractice
871c4b266de1a900e4c080bfc4f365bbcdfdb235
27acbe5ed05904075068b06e02de12ef2103b6da
refs/heads/master
2021-04-11T19:59:28.573000
2020-03-22T12:11:35
2020-03-22T12:11:35
249,049,842
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; /* Написать программу, которая вводит с клавиатуры строку текста. Программа заменяет в тексте первые буквы всех слов на заглавные. Вывести результат на экран. */ public clas...
UTF-8
Java
1,467
java
MakeAllLetterUpperInAString.java
Java
[]
null
[]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; /* Написать программу, которая вводит с клавиатуры строку текста. Программа заменяет в тексте первые буквы всех слов на заглавные. Вывести результат на экран. */ public clas...
1,467
0.599102
0.590875
40
32.424999
27.528973
102
false
false
0
0
0
0
0
0
0.6
false
false
13
dff4c777a0174099d013426f879147c394ce28b9
15,650,860,841,710
f71dfebdf87be25d96e4ea440381fd20da6285b3
/Airline/src/test/java/model/services/AddFlightServiceTest.java
8b0f387194b3fc76aff00c90aee83c285ec94429
[]
no_license
MishkaKolpakov/java-tasks
https://github.com/MishkaKolpakov/java-tasks
212dc29ddc578202270325deadfa971d1a4e5a7d
6512a5118c20047b3695f62c5c09b43461d2e25a
refs/heads/master
2021-01-01T17:11:51.695000
2017-10-10T12:02:01
2017-10-10T12:02:01
98,019,371
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.services; import static org.mockito.Mockito.*; import static org.junit.Assert.*; import java.util.Optional; import org.junit.Test; import dao.DaoFactory; import dao.FlightInstanceDao; import model.entity.FlightInstance; import model.service.impl.AddFlightService; public class AddFlightServiceTest { p...
UTF-8
Java
1,703
java
AddFlightServiceTest.java
Java
[]
null
[]
package model.services; import static org.mockito.Mockito.*; import static org.junit.Assert.*; import java.util.Optional; import org.junit.Test; import dao.DaoFactory; import dao.FlightInstanceDao; import model.entity.FlightInstance; import model.service.impl.AddFlightService; public class AddFlightServiceTest { p...
1,703
0.772754
0.772754
52
31.75
27.829754
108
false
false
0
0
0
0
0
0
2.038461
false
false
13
f298c053340bd47f409c6752b67876991660eb4a
1,374,389,540,189
cc3413ce80918c314510ff67335ac7c2aa789d5a
/src/test/java/com/epsm/epsmCore/model/utils/json/ConsumerStateDeserializerTest.java
dd106a537e5c1ae0448701b65442510ae5c5d7a5
[]
no_license
ResearchEngr/epsm-core
https://github.com/ResearchEngr/epsm-core
dd07e2cb2cc7905b0058caba3e65ee8b0240cb20
0fd9bcb846ca7e6996c9c265698e352654f170df
refs/heads/master
2021-01-16T22:18:23.012000
2016-01-19T07:57:25
2016-01-19T07:57:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.epsm.epsmCore.model.utils.json; import java.io.IOException; import java.time.LocalDateTime; import java.time.LocalTime; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import com.epsm.epsmCore.model.consumption.ConsumerState; import com.fasterxml.jackson.core.JsonParseException; ...
UTF-8
Java
2,851
java
ConsumerStateDeserializerTest.java
Java
[]
null
[]
package com.epsm.epsmCore.model.utils.json; import java.io.IOException; import java.time.LocalDateTime; import java.time.LocalTime; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import com.epsm.epsmCore.model.consumption.ConsumerState; import com.fasterxml.jackson.core.JsonParseException; ...
2,851
0.737636
0.704665
92
29.98913
26.231203
82
false
false
0
0
0
0
0
0
2.532609
false
false
13
96f894383955750aff3a59b4c14e487b86286cb8
2,534,030,706,734
cf1bdb5340429ce4bd967951b079d77f0e840b2f
/src/main/java/com/st/ats/constant/ATSConstants.java
f7fa0632267bfee4fa17db1e48bd3abd14c4dc5c
[]
no_license
JEEBAN95/ATS_Project
https://github.com/JEEBAN95/ATS_Project
9da5996c53ee2df7f1e8e9078dd200c0448c7cce
be2b796d9264a4f571c335573420fdd87740306b
refs/heads/master
2022-11-25T22:27:45.994000
2020-07-29T03:05:19
2020-07-29T03:05:19
269,882,073
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.st.ats.constant; /** * * This interface is used to declare application related String as a constants * @author Jeeban * */ public interface ATSConstants { /** * this is used modelattribute for atsUser class */ public static final String MODE_KEY_FOR_ATSUSER = "atsUserMod"; public static fi...
UTF-8
Java
4,624
java
ATSConstants.java
Java
[ { "context": "lication related String as a constants\n * @author Jeeban\n *\n */\npublic interface ATSConstants {\n\t/**\n\t * t", "end": 135, "score": 0.9464350342750549, "start": 129, "tag": "NAME", "value": "Jeeban" }, { "context": "\n\tpublic static final String KEY_SUPER_ADMIN_...
null
[]
package com.st.ats.constant; /** * * This interface is used to declare application related String as a constants * @author Jeeban * */ public interface ATSConstants { /** * this is used modelattribute for atsUser class */ public static final String MODE_KEY_FOR_ATSUSER = "atsUserMod"; public static fi...
4,626
0.719507
0.719507
145
30.889656
33.707283
94
false
false
0
0
0
0
0
0
1.193103
false
false
13
2c663eb08b7016df4575f0acce06bf1fcceaa5b7
20,667,382,690,744
7a052d5422179870af5c25f6172fe8271fbbc960
/abstractions/src/jump_application/classes/com/sun/j2me/main/Configuration.java
7d35604dae6b418c782b84065b33198454b10866
[]
no_license
magicus/phoneME
https://github.com/magicus/phoneME
b74bf54f750d7cc1f90e0b5032508cd8bf36f56f
a0ec242bb01bff38d2a7f4550163aafcde9253d6
refs/heads/master
2023-09-05T09:37:12
2021-11-24T20:56:56
2021-11-24T20:56:56
429,628,167
17
9
null
false
2021-11-24T20:56:57
2021-11-19T01:07:03
2021-11-22T13:08:14
2021-11-24T20:56:57
69,904
6
2
0
Java
false
false
/* * Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free Software ...
UTF-8
Java
3,240
java
Configuration.java
Java
[]
null
[]
/* * Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free Software ...
3,240
0.637037
0.62716
104
30.153847
25.424765
79
false
false
0
0
0
0
0
0
0.317308
false
false
13
43210b339660bbfd9e04c83f4396009ec3d0dfbd
28,561,532,521,065
28daed96b3c9d79fdbb495c16374cee8a9cc99c5
/src/main/java/com/church/util/DelegateHandler.java
fae9c92c93db107c0bcbf68b5080fa144769da07
[]
no_license
deep900/church-management
https://github.com/deep900/church-management
7f7d78246c19d2993b9ec47ac2cab9752afd0792
d235fbfd2b30efdf55e815a1e65daa8223fe70b2
refs/heads/master
2022-12-12T21:25:52.492000
2020-09-19T07:21:54
2020-09-19T07:21:54
264,780,752
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.church.util; import org.springframework.beans.factory.annotation.Autowired; import com.church.model.Event; import com.church.model.Task; import com.church.task.TaskAllotmentManager; import com.church.task.TaskGenerator; import lombok.extern.slf4j.Slf4j; /** * @author pradheep * */ @Slf4j ...
UTF-8
Java
765
java
DelegateHandler.java
Java
[ { "context": "\nimport lombok.extern.slf4j.Slf4j;\n\n/**\n * @author pradheep\n *\n */\n@Slf4j\npublic class DelegateHandler {\n\t\n\t@", "end": 305, "score": 0.9987231492996216, "start": 297, "tag": "USERNAME", "value": "pradheep" } ]
null
[]
/** * */ package com.church.util; import org.springframework.beans.factory.annotation.Autowired; import com.church.model.Event; import com.church.model.Task; import com.church.task.TaskAllotmentManager; import com.church.task.TaskGenerator; import lombok.extern.slf4j.Slf4j; /** * @author pradheep * */ @Slf4j ...
765
0.769935
0.766013
37
19.675676
20.079643
62
false
false
0
0
0
0
0
0
0.864865
false
false
13
dab68580cad1d4ea5e9e97929e10f1de1360e496
7,370,163,893,162
23b952a957228df9fb09c0396de9f8097d0da222
/src/test/java/testcases/selendroid/SelendroidScreenTest.java
d35240487f587041c413acb5be6b0f2cab806a1c
[]
no_license
Sagar5885/AppiumAndroidIOS
https://github.com/Sagar5885/AppiumAndroidIOS
18298e8d4fce15a9bbace8f714992dfd36c90da4
7c1607c4e801411926e66fa0b25d24356bd1ff4d
refs/heads/master
2022-07-18T12:52:27.815000
2019-06-05T05:29:35
2019-06-05T05:29:35
190,330,934
1
0
null
false
2022-06-29T17:25:22
2019-06-05T05:24:18
2019-07-11T00:07:36
2022-06-29T17:25:21
133,290
0
0
1
Java
false
false
package testcases.selendroid; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import base.TestBase; import screens.selendroid.SelendDroidTestScreen; public class SelendroidScreenTest extends TestBase { SelendDroidTestScreen sts; @BeforeTest public void init(){ sts = new SelendDro...
UTF-8
Java
465
java
SelendroidScreenTest.java
Java
[]
null
[]
package testcases.selendroid; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import base.TestBase; import screens.selendroid.SelendDroidTestScreen; public class SelendroidScreenTest extends TestBase { SelendDroidTestScreen sts; @BeforeTest public void init(){ sts = new SelendDro...
465
0.782796
0.780645
21
21.142857
18.808018
53
false
false
0
0
0
0
0
0
1.047619
false
false
13
6b038a43848eb09d7b8da4c0c76c415d8fd9bd78
28,664,611,760,873
318629397cf18c9884f29ab64a5eb8a4d1a9f46c
/PinWiDemo/src/com/hatchtact/pinwi/fragment/AfterSchoolActivityByChildIdFragment.java
f11488f658e1273c48b2edc64e4ecc5f276547db
[]
no_license
DRIODDEV/PinWi
https://github.com/DRIODDEV/PinWi
8e035cfd7bf0264219660ff3170d09360b001ab4
4b0064d132209cd5d97dd5ea83c88c67f80f59a3
refs/heads/master
2020-06-10T18:25:34.054000
2017-01-31T10:22:18
2017-01-31T10:22:18
75,723,242
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hatchtact.pinwi.fragment; import java.util.ArrayList; import android.annotation.SuppressLint; import android.app.ProgressDialog; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.view.LayoutInflater; import android.view.Menu; import android.vie...
UTF-8
Java
15,327
java
AfterSchoolActivityByChildIdFragment.java
Java
[]
null
[]
package com.hatchtact.pinwi.fragment; import java.util.ArrayList; import android.annotation.SuppressLint; import android.app.ProgressDialog; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.view.LayoutInflater; import android.view.Menu; import android.vie...
15,327
0.748679
0.746917
441
32.750568
34.18552
141
false
false
0
0
0
0
0
0
2.845805
false
false
13
592693a7cfbb088051d93eee98d72d03e7c0f8de
28,664,611,760,540
12142657671b196a51b29bf5268c2f5d02cb209d
/src/Controlador/Conexion.java
322d6b8fc4fe77eb40f4b20fe787a0538aa0f2f2
[]
no_license
jhonmario14/ProyectoSoftware
https://github.com/jhonmario14/ProyectoSoftware
bf4d5d466f7ed4697859a598ee334febc5ad0cd3
6ae682bb87ac5fbbd563f4b4d542badfb7986cbb
refs/heads/master
2023-07-19T04:09:27.874000
2021-09-07T05:51:03
2021-09-07T05:51:03
399,864,342
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Controlador; import Modelo.Usuario; import Vista.VentanaLogin; import com.sun.istack.internal.logging.Logger; import java.sql.*; import java.util.logging.Level; import javax.swing.JOptionPane; public class Conexion { private static Connection connection; static Usuario usuario_BD = new Usuario()...
UTF-8
Java
3,896
java
Conexion.java
Java
[]
null
[]
package Controlador; import Modelo.Usuario; import Vista.VentanaLogin; import com.sun.istack.internal.logging.Logger; import java.sql.*; import java.util.logging.Level; import javax.swing.JOptionPane; public class Conexion { private static Connection connection; static Usuario usuario_BD = new Usuario()...
3,896
0.524641
0.521047
93
40.881721
28.739786
140
false
false
0
0
0
0
0
0
0.634409
false
false
13
182d2fe99633a757b0559daefdfc1ff093f30f23
15,573,551,424,566
e289a33892c0109c0e1866d0f19d6df1adf15a57
/exercises/java/spring-mvc/web-bootcamp/src/main/java/org/academiadecodigo/bootcamp/model/dao/GenericDao.java
19ef00d742446b4dde9b1849ed7814562321ddd1
[]
no_license
nunocampelo/runner_bros
https://github.com/nunocampelo/runner_bros
0709c817aca376cf803d25a6b0ef2ecea21d3af9
c1c01ca91566363927183c3ca0cfdb7b240dc405
refs/heads/master
2017-12-04T17:04:33.130000
2016-04-29T12:02:42
2016-04-29T12:02:42
45,201,395
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.academiadecodigo.bootcamp.model.dao; import org.academiadecodigo.bootcamp.persistence.HibernateSessionManager; import org.hibernate.Query; import org.hibernate.criterion.Projections; import java.util.List; public abstract class GenericDao<T> implements Dao<T> { private Class<T> type; protected ...
UTF-8
Java
1,583
java
GenericDao.java
Java
[]
null
[]
package org.academiadecodigo.bootcamp.model.dao; import org.academiadecodigo.bootcamp.persistence.HibernateSessionManager; import org.hibernate.Query; import org.hibernate.criterion.Projections; import java.util.List; public abstract class GenericDao<T> implements Dao<T> { private Class<T> type; protected ...
1,583
0.618446
0.618446
71
21.295774
20.756397
78
false
false
0
0
0
0
0
0
0.225352
false
false
13
a58e247dd6c4690d6f6037ffcd0c4d3477ed0b40
3,427,383,940,871
c7d9b202ff5a73c9e01ffcb1dd1051b80336459a
/Studytracker/src/test/java/studytracker/domain/UserTest.java
612b394df81ef137c609dd9f6155c6b8b31cf9b1
[]
no_license
papirila/ot-harjoitustyo
https://github.com/papirila/ot-harjoitustyo
4a2f49ce2c81f485e6b4f0fcc144abeb59fce437
7da7f2b851b0af1aae17802e897b9b29a59b1f88
refs/heads/master
2021-06-30T02:28:56.573000
2020-02-23T20:15:03
2020-02-23T20:15:03
176,549,351
0
0
null
false
2020-10-13T12:39:36
2019-03-19T15:59:02
2020-02-23T20:15:12
2020-10-13T12:39:34
1,106
0
0
3
Java
false
false
package studytracker.domain; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class UserTest { @Test public void userNameIsRight() { User user = new User(1, "Mary", "123"); assertEquals("Mary", user.getName()); } @Test ...
UTF-8
Java
1,578
java
UserTest.java
Java
[ { "context": "rNameIsRight() {\n User user = new User(1, \"Mary\", \"123\");\n assertEquals(\"Mary\", user.getNa", "end": 246, "score": 0.9998674392700195, "start": 242, "tag": "NAME", "value": "Mary" }, { "context": "new User(1, \"Mary\", \"123\");\n assertEqual...
null
[]
package studytracker.domain; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class UserTest { @Test public void userNameIsRight() { User user = new User(1, "Mary", "123"); assertEquals("Mary", user.getName()); } @Test ...
1,578
0.564639
0.52725
64
23.65625
19.578543
70
false
false
0
0
0
0
0
0
0.796875
false
false
13
15baa216d760dd72badb563626081679f2ee15a7
30,494,267,811,261
6be367d13c275cd830cbbcc87a79f7bfdee27667
/sfa/src/main/java/com/gaadi/sfa/annotations/RequiredName.java
9033a832c5ff16589db1dce5cac377a660e2120e
[ "Apache-2.0" ]
permissive
musharib499/gittuts
https://github.com/musharib499/gittuts
ee2b1634983ba99054b8c8d180bb167c60fc21a8
646df462a6f9843f2ab7f1f71507cffbfe17cc8a
refs/heads/master
2021-01-10T06:49:03.949000
2016-04-08T17:13:22
2016-04-08T17:13:22
55,796,190
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gaadi.sfa.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Created by Vaibhav on 6/8/2015. */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interfac...
UTF-8
Java
529
java
RequiredName.java
Java
[ { "context": "rt java.lang.annotation.Target;\n\n/**\n * Created by Vaibhav on 6/8/2015.\n */\n@Target(ElementType.FIELD)\n@Rete", "end": 223, "score": 0.9986668825149536, "start": 216, "tag": "NAME", "value": "Vaibhav" } ]
null
[]
package com.gaadi.sfa.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Created by Vaibhav on 6/8/2015. */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interfac...
529
0.761815
0.748582
21
24.190475
21.138138
81
false
false
0
0
0
0
0
0
0.428571
false
false
13
a0fe88a1c432bf79d745020552b455be6ae04e2d
26,448,408,644,986
626bbdd748ac6f46a2df7a9b1066c9d3abb8d9ce
/strings/snake-string.java
9475b80362bdec441ad3691529d09f76a69ffdf7
[]
no_license
claytonbjerke/code-fluency
https://github.com/claytonbjerke/code-fluency
3fc6cf652c9d42007aec73e1066c33adfee8bdb5
15d833813f183d8838eb3c993612d54887a2500d
refs/heads/master
2017-11-09T07:45:51.931000
2017-07-12T05:30:22
2017-07-12T05:30:22
69,041,634
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* print a string as follows.. input: google worked output: o ~ k o g e w r e g l o d questions: - is it just for a max peak of 3? yes brute force: - make a 3x(Size of string) matrix and put the characters in the correct grid cell - time: O(N) - space: O(3xN) optimization: - notice the top line sta...
UTF-8
Java
1,179
java
snake-string.java
Java
[]
null
[]
/* print a string as follows.. input: google worked output: o ~ k o g e w r e g l o d questions: - is it just for a max peak of 3? yes brute force: - make a 3x(Size of string) matrix and put the characters in the correct grid cell - time: O(N) - space: O(3xN) optimization: - notice the top line sta...
1,179
0.68363
0.666667
43
26.418604
28.083126
77
false
false
0
0
0
0
0
0
0.372093
false
false
13
e6138cdbdeb3f772b43a24cd1bdbc4e13230dd8f
12,644,383,737,750
df91373a298825456e829d5c630229f02d0368f4
/src/topics/Math/l523ContinuousSubarraySum/Solution.java
6674e0e68f42c9425bf467b37c29fe50ff706dc5
[]
no_license
JoeBlack220/InterviewPrep
https://github.com/JoeBlack220/InterviewPrep
81830dac09187bd5b2c0de6aa8e95e5813cdde5c
1d073c7103e9f186c57cca95510c231de17293bf
refs/heads/master
2020-06-16T15:01:04.632000
2020-05-27T00:05:03
2020-05-27T00:05:03
195,616,548
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package topics.Math.l523ContinuousSubarraySum; import java.util.*; public class Solution { // straight forward // time O(n^2) space O(n) public boolean checkSubarraySum(int[] nums, int k) { int[] prefix = new int[nums.length + 1]; for(int i = 1; i <= nums.length; ++i) { prefix[i]...
UTF-8
Java
1,358
java
Solution.java
Java
[]
null
[]
package topics.Math.l523ContinuousSubarraySum; import java.util.*; public class Solution { // straight forward // time O(n^2) space O(n) public boolean checkSubarraySum(int[] nums, int k) { int[] prefix = new int[nums.length + 1]; for(int i = 1; i <= nums.length; ++i) { prefix[i]...
1,358
0.430781
0.41458
46
28.543478
17.852909
70
false
false
0
0
0
0
0
0
0.652174
false
false
13
210e14d96a7f7868afd9927609b79658a5c7b5be
2,903,397,897,245
0e47759bb8d47a99278c03b010f7fd55a716ce68
/src/main/java/com/lazyrecipe/rest/RecipeController.java
78e54d0d0f30e8e9b0b7fce27e6c188b51069850
[ "MIT" ]
permissive
vpkannan/LazyRecipe
https://github.com/vpkannan/LazyRecipe
abbd9e2da63d55cfbc36e8f3932f8f98717abeb4
907cd3f699e6335be5abbc2712ea25c0d2aae951
refs/heads/master
2021-01-21T14:24:46.241000
2016-06-17T03:33:31
2016-06-17T03:33:31
57,943,792
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.lazyrecipe.rest; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; import com.lazyrecipe.entity.Recipe; imp...
UTF-8
Java
1,335
java
RecipeController.java
Java
[ { "context": "ipe.manager.impl.RecipeManager;\r\n\r\n/**\r\n * @author Vignesh\r\n * \r\n * Recipe REST controller. REST API", "end": 442, "score": 0.9979369044303894, "start": 435, "tag": "NAME", "value": "Vignesh" } ]
null
[]
/** * */ package com.lazyrecipe.rest; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; import com.lazyrecipe.entity.Recipe; imp...
1,335
0.724345
0.724345
58
21.017241
23.98023
101
false
false
0
0
0
0
0
0
0.827586
false
false
13
fcb198d22a9a121449672e187400779a702d0aac
33,320,356,296,912
e7f9602a1b9ec15274e14e78bd18aaef3f6b6cc5
/TopCoder/TC/src/SRM691/Plusonegame.java
cc93867e271626ed3da4e07c02641b0093c190ba
[]
no_license
AishwaryaRK/Code
https://github.com/AishwaryaRK/Code
00417a342adc280cfdae95f3cd507fe9927014fd
a8497e33bfe34ac431a42ac9ea6440f5a7da1aa6
refs/heads/master
2020-06-13T15:51:55.679000
2019-07-04T23:34:47
2019-07-04T23:34:47
75,363,279
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package SRM691; import java.util.Arrays; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Plusonegame { public static void main(String[] args) { System.out.println(getorder("+0++")); } public static String getorder(String s) { Pattern pattern = Pattern.compile("[0-9]+"); Matcher...
UTF-8
Java
1,165
java
Plusonegame.java
Java
[]
null
[]
package SRM691; import java.util.Arrays; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Plusonegame { public static void main(String[] args) { System.out.println(getorder("+0++")); } public static String getorder(String s) { Pattern pattern = Pattern.compile("[0-9]+"); Matcher...
1,165
0.574249
0.563949
54
20.574074
15.837838
53
false
false
0
0
0
0
0
0
2.648148
false
false
13
919809ff68c839d129885fc4522ee9d7df74332b
18,141,941,922,675
b212c466f88daf1584aaf4f72cb1a8f0a951d585
/Application/src/test/java/com/macpietr/barbershop/model/UserTest.java
f9a185e1c33dfc84840425278795f065736b5c7b
[]
no_license
macpietr/Barbershop
https://github.com/macpietr/Barbershop
4cb32ff362418b90f147085aeb677689ec94039f
8111a4571bde9bcd5b124cac04c630b40f000b41
refs/heads/main
2023-06-07T14:32:07.798000
2021-06-26T10:23:26
2021-06-26T10:23:26
372,168,898
0
0
null
false
2021-06-17T18:50:12
2021-05-30T09:04:57
2021-06-16T21:03:02
2021-06-17T18:49:33
1,568
0
0
4
JavaScript
false
false
package com.macpietr.barbershop.model; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class UserTest { @Test public void testLombok(){ User user = new User(); user.setFirstname("MACK"); assertEquals("MACK",user.getFirstname()); } }
UTF-8
Java
310
java
UserTest.java
Java
[ { "context": "ser user = new User();\n user.setFirstname(\"MACK\");\n assertEquals(\"MACK\",user.getFirstname(", "end": 248, "score": 0.9997180700302124, "start": 244, "tag": "NAME", "value": "MACK" }, { "context": " user.setFirstname(\"MACK\");\n assertEquals(\"...
null
[]
package com.macpietr.barbershop.model; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class UserTest { @Test public void testLombok(){ User user = new User(); user.setFirstname("MACK"); assertEquals("MACK",user.getFirstname()); } }
310
0.66129
0.66129
16
18.4375
18.172674
49
false
false
0
0
0
0
0
0
0.4375
false
false
13
985d27caa4d17327ea0253a978fc42b34eec92fe
18,141,941,922,795
275a686ea9e6cbd6756f2a1f52e7c4597b00e309
/app/src/main/java/fragments/surviceFragment.java
bdc06938fee22f100d0bdf99eaa3d128f7d6a582
[]
no_license
Jack-WangZhe/NeuLibrary
https://github.com/Jack-WangZhe/NeuLibrary
9a11dc5b254435f7feefa4c10f4d18491df2d852
9aae9d17d5f311f1c3fc206e93c11f4c6d9aa376
refs/heads/master
2020-03-14T08:04:42.436000
2018-04-29T17:55:57
2018-04-29T17:55:57
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fragments; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.wid...
UTF-8
Java
3,554
java
surviceFragment.java
Java
[]
null
[]
package fragments; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.wid...
3,554
0.658046
0.657759
98
34.510204
25.352312
94
false
false
0
0
0
0
0
0
0.755102
false
false
13
f19cc987f2b51a0aaf47e2d45c6dbe7d34f23fa4
21,973,052,695,961
3518b1ff266e8196020014c0a500c288fafd7890
/commonlibrary/src/main/java/cn/lp/commonlibrary/ui/base/BaseCommonFragment.java
aa9b36a8816e2f9b82f8e4973497724b1927b72f
[]
no_license
ailypan/commonlibrary
https://github.com/ailypan/commonlibrary
71d476c9780cc52b4098b49893247a32304f2e68
2f45f3d20cc1f567bf64bba1e30ecce696394d2c
refs/heads/master
2021-08-07T22:38:37.580000
2020-06-09T08:39:16
2020-06-09T08:39:16
188,582,101
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.lp.commonlibrary.ui.base; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.trello.rxlifecycle2.components.support.RxFragment; import ...
UTF-8
Java
4,087
java
BaseCommonFragment.java
Java
[]
null
[]
package cn.lp.commonlibrary.ui.base; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.trello.rxlifecycle2.components.support.RxFragment; import ...
4,087
0.589281
0.588787
165
23.539394
20.518284
88
false
false
0
0
0
0
0
0
0.375758
false
false
13
add93dd5880538d618ea2859eba4e8dcb7b3abf8
30,940,944,404,217
9d507d722628cd2c35a484385a2da14fb7673e3a
/src/main/java/HelloWorld.java
e33a7f0a7710953699f25b29f23091c8f40f5565
[]
no_license
jodk/psn
https://github.com/jodk/psn
60b9ed8e4c4cad05432e00bb63ccaae9866c8b80
da81e21bf3ccd13016b589a694ae810cefaac8dd
refs/heads/master
2021-01-25T04:08:18.434000
2015-01-19T07:59:53
2015-01-19T07:59:53
27,599,881
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Created by zhangdekun on 14-12-8-下午4:48. */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world..."); } }
UTF-8
Java
181
java
HelloWorld.java
Java
[ { "context": "/**\n * Created by zhangdekun on 14-12-8-下午4:48.\n */\npublic class HelloWorld {\n", "end": 28, "score": 0.9977164268493652, "start": 18, "tag": "USERNAME", "value": "zhangdekun" } ]
null
[]
/** * Created by zhangdekun on 14-12-8-下午4:48. */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world..."); } }
181
0.610169
0.564972
8
21.125
19.068544
45
false
false
0
0
0
0
0
0
0.125
false
false
13
6d10ccbd054cd700f07f3c1572e121d35c8403f0
27,668,179,351,741
bdc5b950754a161a3b097908d76f43e1a3d3aa4f
/main-service/src/main/java/com/xhkj/server/energy/page/ResponseResult.java
43abedd69e2664af1d69f60afa96e6fdf09e8ad1
[]
no_license
Lusior/x-energy
https://github.com/Lusior/x-energy
1b5e3f41072c401eacc2263622dda387d254e43a
c4ae69cc58169484a999c1e1f577b6893ae6d4c7
refs/heads/master
2020-06-13T20:35:44.810000
2019-07-02T04:39:06
2019-07-02T04:39:06
194,779,790
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.xhkj.server.energy.page; /** * ClassName:ResponseResult <br/> * Function: TODO ADD FUNCTION. <br/> * Reason: 在新增,修改等ajax请求时,返回的结果封装 * Date: 2015年9月10日 下午6:31:44 <br/> * * @author benq * @version V1.0 * @see */ public class ResponseResult { private static final long serialVersionUID = -379...
UTF-8
Java
715
java
ResponseResult.java
Java
[ { "context": "Date: 2015年9月10日 下午6:31:44 <br/>\n *\n * @author benq\n * @version V1.0\n * @see\n */\npublic class Respons", "end": 207, "score": 0.9996027946472168, "start": 203, "tag": "USERNAME", "value": "benq" } ]
null
[]
package com.xhkj.server.energy.page; /** * ClassName:ResponseResult <br/> * Function: TODO ADD FUNCTION. <br/> * Reason: 在新增,修改等ajax请求时,返回的结果封装 * Date: 2015年9月10日 下午6:31:44 <br/> * * @author benq * @version V1.0 * @see */ public class ResponseResult { private static final long serialVersionUID = -379...
715
0.629297
0.57997
34
18.647058
17.120478
71
false
false
0
0
0
0
0
0
0.264706
false
false
13
29aea32d16dbdacf5f997123eab236b26893e316
19,670,950,268,281
38d868a9d471a09210b1efb2cb546cbab0ad72b0
/bigdatatest/src/main/java/org/zbw/cli/SSHPass.java
ce8ed587182c5df3d995187d7c5fe1137d733ded
[]
no_license
2535463841/bigdata
https://github.com/2535463841/bigdata
855c5b1943cceeb87b575642a0a89e6d09e5ce89
50e6ba5379f08f70f0e693e42b8b6a37065720f5
refs/heads/master
2020-08-22T08:57:50.816000
2020-07-29T16:23:56
2020-07-29T16:23:56
216,360,659
0
0
null
false
2020-10-13T23:09:00
2019-10-20T12:47:22
2020-07-29T16:26:08
2020-10-13T23:08:58
15,478
0
0
2
JavaScript
false
false
package org.zbw.cli; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import org.apache.commons.cli.ParseException; import org.apache.log4j.Level; import org.zbw.lib.ArgsParser; import org.zbw.lib.ssh.HostInfo; import org.zbw.lib.ssh.SSHClient; import org.zbw.t...
UTF-8
Java
3,168
java
SSHPass.java
Java
[ { "context": " parser.get(\"user\", System.getenv(\"USERNAME\")),\n parser.get(\"password\")\n ", "end": 2899, "score": 0.9988974332809448, "start": 2891, "tag": "USERNAME", "value": "USERNAME" } ]
null
[]
package org.zbw.cli; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import org.apache.commons.cli.ParseException; import org.apache.log4j.Level; import org.zbw.lib.ArgsParser; import org.zbw.lib.ssh.HostInfo; import org.zbw.lib.ssh.SSHClient; import org.zbw.t...
3,168
0.571068
0.567593
78
39.589745
26.764612
122
false
false
0
0
0
0
0
0
1.089744
false
false
13
5f83687c43c5acf5bd4f4b79cf04e1080e6d0838
35,304,631,185,064
1e93b2ccee46cdc785660fa2d1462bad281593ed
/279. Perfect Squares/src/Solution.java
cddc2a386dcc137d04c63fc56fcce47c4cd73aae
[]
no_license
NevMor37/leetCode
https://github.com/NevMor37/leetCode
30ac0db41625f2953113508ec8c1cf9a82c30192
c6c7099d74e7541b55e878e1f6e28dda78750c80
refs/heads/master
2021-05-05T08:48:45.504000
2018-09-24T15:43:59
2018-09-24T15:43:59
119,007,578
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Arrays; public class Solution { public int numSquares(int n) { int [] ans = new int[n+1]; Arrays.fill(ans, Integer.MAX_VALUE); ans[0] = 0; for(int i=1;i<=n;i++){ for(int j=1;j<=Math.sqrt(i);j++){ ans[i] = Math.min(ans[i], ans[i-j*j]+1); ...
UTF-8
Java
490
java
Solution.java
Java
[]
null
[]
import java.util.Arrays; public class Solution { public int numSquares(int n) { int [] ans = new int[n+1]; Arrays.fill(ans, Integer.MAX_VALUE); ans[0] = 0; for(int i=1;i<=n;i++){ for(int j=1;j<=Math.sqrt(i);j++){ ans[i] = Math.min(ans[i], ans[i-j*j]+1); ...
490
0.516327
0.502041
19
24.789474
16.136192
53
false
false
0
0
0
0
0
0
1.368421
false
false
13
3102acaa169e9dd4d93ab02fd506d1614540d215
35,304,631,184,249
6c1d2591a5650b028b1eeedb5749435a05e095af
/app/src/test/java/LogicaNegocio/FNBCTest.java
7f141fddf2ce822a03421d3371501fa643d4bfc5
[]
no_license
fedeLizondo/BaseDeDatos
https://github.com/fedeLizondo/BaseDeDatos
7cfc04450d32b9281d3c79a7b6518f3d64004b65
e401a3f703dc63dcfcf4187fea03ed3e7aad806f
refs/heads/master
2021-01-11T16:25:14.742000
2017-08-01T03:02:03
2017-08-01T03:02:03
80,079,794
0
3
null
false
2017-02-22T00:32:35
2017-01-26T02:36:18
2017-01-26T02:37:17
2017-02-22T00:32:34
476
0
2
0
Java
null
null
package LogicaNegocio; import org.junit.Test; import static org.junit.Assert.*; /** * Created by federicolizondo on 27/01/17. */ public class FNBCTest { private static FNBC fnbc = new FNBC(); @Test public void justificaMiFN() throws Exception { assertEquals("Esta en Forma Normal de Boyce-Codd....
UTF-8
Java
939
java
FNBCTest.java
Java
[ { "context": "port static org.junit.Assert.*;\n\n/**\n * Created by federicolizondo on 27/01/17.\n */\npublic class FNBCTest {\n\n pri", "end": 116, "score": 0.9938796162605286, "start": 101, "tag": "USERNAME", "value": "federicolizondo" } ]
null
[]
package LogicaNegocio; import org.junit.Test; import static org.junit.Assert.*; /** * Created by federicolizondo on 27/01/17. */ public class FNBCTest { private static FNBC fnbc = new FNBC(); @Test public void justificaMiFN() throws Exception { assertEquals("Esta en Forma Normal de Boyce-Codd....
939
0.650692
0.644302
43
20.860466
22.465044
82
false
false
0
0
0
0
0
0
0.372093
false
false
13
94ef4d0f51f1bba9c684a9e763e44b04c83a458f
25,864,293,085,517
a0e4f155a7b594f78a56958bca2cadedced8ffcd
/compute/src/main/java/org/zstack/compute/vm/DualStackNicSecondaryNetworksOperator.java
75cad33f0cc2ca9662e565e28c6bafb64305aeff
[ "Apache-2.0" ]
permissive
zhao-qc/zstack
https://github.com/zhao-qc/zstack
e67533eabbbabd5ae9118d256f560107f9331be0
b38cd2324e272d736f291c836f01966f412653fa
refs/heads/master
2020-08-14T15:03:52.102000
2019-10-14T03:51:12
2019-10-14T03:51:12
215,187,833
3
0
Apache-2.0
true
2019-10-15T02:27:17
2019-10-15T02:27:16
2019-10-15T02:26:59
2019-10-14T12:00:10
73,614
0
0
0
null
false
false
package org.zstack.compute.vm; import org.springframework.beans.factory.annotation.Autowire; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Configurable; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.network.l3.UsedIpInventory; im...
UTF-8
Java
10,828
java
DualStackNicSecondaryNetworksOperator.java
Java
[ { "context": "zstack.utils.CollectionDSL.map;\n\n/**\n * Created by shixin on 2018/12/05.\n */\n@Configurable(preConstruction ", "end": 813, "score": 0.9080760478973389, "start": 807, "tag": "USERNAME", "value": "shixin" } ]
null
[]
package org.zstack.compute.vm; import org.springframework.beans.factory.annotation.Autowire; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Configurable; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.network.l3.UsedIpInventory; im...
10,828
0.596232
0.586258
251
42.139442
35.040222
138
false
false
0
0
0
0
0
0
0.641434
false
false
13
e01b5165d3af35a864cce434def81f604318dc5d
34,961,033,796,291
ae538bdcc2a4ef4ec83d86d36f8ec7a39a46b1e3
/dataverse-webapp/src/test/java/edu/harvard/iq/dataverse/dataaccess/StorageIOTest.java
1fcb31301724528019e8074a6d2b1594f0aeac5c
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
chopeen/dataverse
https://github.com/chopeen/dataverse
feed6bd1bf4c55f12530f8cb295039ac041206fa
6c1bd6add829e25c336cee7d97702aab9994a7fc
refs/heads/develop
2021-01-14T16:59:49.327000
2020-03-11T16:38:32
2020-03-11T16:38:32
242,687,181
0
0
NOASSERTION
true
2020-02-24T08:49:08
2020-02-24T08:49:07
2020-02-24T08:48:59
2020-02-24T08:48:56
92,169
0
0
0
null
false
false
package edu.harvard.iq.dataverse.dataaccess; import com.google.common.io.Resources; import edu.harvard.iq.dataverse.persistence.datafile.DataFile; import edu.harvard.iq.dataverse.persistence.datafile.datavariable.DataVariable; import edu.harvard.iq.dataverse.persistence.dataset.Dataset; import edu.harvard.iq.dataverse...
UTF-8
Java
6,338
java
StorageIOTest.java
Java
[ { "context": "port static org.junit.Assert.fail;\n\n/**\n * @author oscardssmith\n */\npublic class StorageIOTest {\n StorageIO<Da", "end": 853, "score": 0.9964994192123413, "start": 841, "tag": "USERNAME", "value": "oscardssmith" } ]
null
[]
package edu.harvard.iq.dataverse.dataaccess; import com.google.common.io.Resources; import edu.harvard.iq.dataverse.persistence.datafile.DataFile; import edu.harvard.iq.dataverse.persistence.datafile.datavariable.DataVariable; import edu.harvard.iq.dataverse.persistence.dataset.Dataset; import edu.harvard.iq.dataverse...
6,338
0.665036
0.664405
189
32.534393
28.411472
173
false
false
0
0
0
0
0
0
0.708995
false
false
13
ea73685acd65c1ce8bf4edba1a75ac6c38965e9c
36,498,632,089,275
81b30e00ef8d13c635eab6a29eeaa41d2ec6a71c
/zipryde/src/main/java/com/trivecta/zipryde/model/service/BookingServiceImpl.java
52d5803728f4a05921326d7e3f3c14282b8bc42b
[]
no_license
aartisoft/Zipryde-Backend
https://github.com/aartisoft/Zipryde-Backend
93a0ddf5f478f14ecd182122510a31abb16fb369
cd028cbce7354b0286bd3d1370e059e6ed861b2a
refs/heads/master
2020-04-25T17:21:09.505000
2017-12-28T08:45:27
2017-12-28T08:45:27
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.trivecta.zipryde.model.service; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.trivecta.zipryde.framework.excep...
UTF-8
Java
4,302
java
BookingServiceImpl.java
Java
[]
null
[]
package com.trivecta.zipryde.model.service; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.trivecta.zipryde.framework.excep...
4,302
0.801488
0.801488
136
29.632353
30.141775
118
false
false
0
0
0
0
0
0
1.338235
false
false
13
449adceb44258f3f7010820bfd088fe655b89c11
27,668,179,355,705
cb7e9e729f7c328494c5b772344e935cfff8c74b
/test/Graph/ConcreteVerticesGraphTest.java
2baeeeb36d4774e359287064b6d60bd7e543bf6f
[]
no_license
1160300904/test
https://github.com/1160300904/test
d3e1d89aba830d89fe2a56e0ea0330c5a228757a
6ca6c2cd249c12d071becb665beb9ac550629cbd
refs/heads/master
2020-05-30T11:36:22.521000
2019-06-01T07:57:52
2019-06-01T07:57:52
189,707,368
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2015-2016 MIT 6.005 course staff, all rights reserved. Redistribution of original * or derived work requires permission of course staff. */ package Graph; import static org.junit.Assert.*; import java.util.Iterator; import java.util.List; import org.junit.Test; /** * Tests for ConcreteVertice...
UTF-8
Java
4,619
java
ConcreteVerticesGraphTest.java
Java
[]
null
[]
/* * Copyright (c) 2015-2016 MIT 6.005 course staff, all rights reserved. Redistribution of original * or derived work requires permission of course staff. */ package Graph; import static org.junit.Assert.*; import java.util.Iterator; import java.util.List; import org.junit.Test; /** * Tests for ConcreteVertice...
4,619
0.640952
0.597752
155
28.270967
24.184055
98
false
false
0
0
0
0
0
0
0.748387
false
false
13
4756859172dd666a7dee3af8a0d82629e430c94c
3,659,312,189,147
a0370d45bb865f84adfcf99e0529d37fc62d287d
/src/main/java/com/code/Array/SmallestNotInArray.java
4680df7f7e84262e25d664aa5c11eadbed96908e
[]
no_license
CodePc/mycode
https://github.com/CodePc/mycode
0dce878f3375643e1cc7e7600b005ef79fb2e69b
c00eddb679440394a2054d45deb5c06525e9ada5
refs/heads/master
2020-03-29T17:26:20.349000
2018-09-24T20:11:08
2018-09-24T20:11:08
150,162,830
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.code.Array; /** * @author prem chand shah on 07-05-2018 * @project myJava */ import java.util.Arrays; /** * This is a demo task. * <p> * Write a function: * <p> * class Solution { public int solution(int[] A); } * <p> * that, given an array A of N integers, returns the smallest positive intege...
UTF-8
Java
1,279
java
SmallestNotInArray.java
Java
[ { "context": "package com.code.Array;\n\n/**\n * @author prem chand shah on 07-05-2018\n * @project myJava\n */\n\n\nimport jav", "end": 55, "score": 0.9589347839355469, "start": 40, "tag": "NAME", "value": "prem chand shah" } ]
null
[]
package com.code.Array; /** * @author <NAME> on 07-05-2018 * @project myJava */ import java.util.Arrays; /** * This is a demo task. * <p> * Write a function: * <p> * class Solution { public int solution(int[] A); } * <p> * that, given an array A of N integers, returns the smallest positive integer (greate...
1,270
0.592302
0.548311
54
22.592592
28.22628
126
false
false
0
0
0
0
0
0
0.666667
false
false
13
528dd5a9b61aa0d358d24dffd24872e573c0ef91
18,811,956,800,645
d63006c3250c6b0ecaa6fbde6e6d2efd824a9f6f
/app/src/main/java/protocol/TexasPlayerWarRecord.java
f5ad8710cf4ecf3c58c15b0c7ac57bbb2383fdb1
[]
no_license
xuzhiyong017/comego
https://github.com/xuzhiyong017/comego
9846fbbf131b961225a81d85a039c3a8675a6ce9
8707d23ded037cbde6ccd15e40602518291160af
refs/heads/master
2021-06-22T22:13:05.193000
2017-04-07T05:30:22
2017-04-07T05:30:22
59,554,018
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Code generated by Wire protocol buffer compiler, do not edit. // Any Question Please Contact: jerryzhou@outlook.com package protocol; import com.squareup.wire.Message; import com.squareup.wire.ProtoField; import static com.squareup.wire.Message.Datatype.INT64; import static com.squareup.wire.Message.Datatype.STRIN...
UTF-8
Java
3,116
java
TexasPlayerWarRecord.java
Java
[ { "context": "iler, do not edit.\n// Any Question Please Contact: jerryzhou@outlook.com\npackage protocol;\n\nimport com.squareup.wire.Messa", "end": 118, "score": 0.999916672706604, "start": 97, "tag": "EMAIL", "value": "jerryzhou@outlook.com" } ]
null
[]
// Code generated by Wire protocol buffer compiler, do not edit. // Any Question Please Contact: <EMAIL> package protocol; import com.squareup.wire.Message; import com.squareup.wire.ProtoField; import static com.squareup.wire.Message.Datatype.INT64; import static com.squareup.wire.Message.Datatype.STRING; import stat...
3,102
0.671694
0.662709
113
26.575222
21.238138
83
false
false
0
0
0
0
0
0
0.575221
false
false
13
6e04599d6c256fefa6e255d6ad6db7aa8e1fd8df
24,489,903,580,368
c0f11f3239bf03fb73ab41d8962d3fd86fb0e5da
/src/main/java/ir/kn/panels/SignUpPanel.java
46b053b986f3be135d916926cc8cb05e6babf5a8
[]
no_license
armanakakak/Wintage
https://github.com/armanakakak/Wintage
e5b87fbe31f4700f3e81fd34e293258fa39a3356
ca55ddb2b2557f01465f496216ff179aaa238134
refs/heads/master
2022-12-06T00:43:50.295000
2020-08-24T17:23:49
2020-08-24T17:23:49
289,985,805
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ir.kn.panels; import javax.swing.JPanel; import javax.swing.JLabel; import javax.swing.JTextField; import javax.swing.JButton; import ir.kn.dblayer.DBLayer; import ir.kn.entity.User; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.Color; import java.awt.Comp...
UTF-8
Java
10,262
java
SignUpPanel.java
Java
[ { "context": "\r\n\r\n\t\tUser user = new User();\r\n\t\tuser.setUsername(username.getText());\r\n\t\tuser.setEmail(email.getText());\r\n\t", "end": 6367, "score": 0.9908776879310608, "start": 6359, "tag": "USERNAME", "value": "username" }, { "context": "user.setName(name.getText());...
null
[]
package ir.kn.panels; import javax.swing.JPanel; import javax.swing.JLabel; import javax.swing.JTextField; import javax.swing.JButton; import ir.kn.dblayer.DBLayer; import ir.kn.entity.User; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.Color; import java.awt.Comp...
10,256
0.508772
0.478752
321
29.968847
23.2034
117
false
false
0
0
0
0
0
0
1.604361
false
false
13
0ee624b7e18ac8acfe7354c6ce3ed353c5b0eb92
30,485,677,923,940
ed11eeaf6fc9eca414699aa8bf9458d0a7c4f300
/neuroph/Contrib/src/main/java/org/neuroph/contrib/art/ART1CompetitiveNeuron.java
626d405284c56dc5e5ec671acc28c6d8f2f6122e
[ "Apache-2.0" ]
permissive
milo-sobral/NeurophFramework
https://github.com/milo-sobral/NeurophFramework
ba7e35e942e70c50c22e186d1e08269908f3d36c
55df2f0434ed86070f33b2bcf79877b133f007e7
refs/heads/master
2023-01-29T15:54:29.480000
2020-11-30T02:44:55
2020-11-30T02:44:55
310,045,264
2
3
Apache-2.0
true
2020-12-11T01:25:26
2020-11-04T15:38:53
2020-11-30T02:44:58
2020-12-11T01:11:34
160,908
2
2
0
Java
false
false
/* * 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 org.neuroph.contrib.art; import org.neuroph.core.Neuron; /** * * @author ja */ public class ART1CompetitiveNeuron extends ...
UTF-8
Java
1,046
java
ART1CompetitiveNeuron.java
Java
[ { "context": "import org.neuroph.core.Neuron;\n\n/**\n *\n * @author ja\n */\npublic class ART1CompetitiveNeuron extends Ne", "end": 272, "score": 0.9975008368492126, "start": 270, "tag": "USERNAME", "value": "ja" } ]
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 org.neuroph.contrib.art; import org.neuroph.core.Neuron; /** * * @author ja */ public class ART1CompetitiveNeuron extends ...
1,046
0.595602
0.594646
55
18.018183
19.3132
79
false
false
0
0
0
0
0
0
0.254545
false
false
13
56a5f5e6d359cbdf2b6454320de51429d17b625d
30,485,677,925,266
262e597e9361e65922afaa1f07d21195bdf5e30b
/Core/gameserver/src/l2s/gameserver/listener/AiListener.java
e2c3f4b168eaef9f7e75b54c807c2e4b4b90bede
[]
no_license
ellitedev/l2ellite
https://github.com/ellitedev/l2ellite
5a7ccac82f2c7b5413913cda8ad13b5bad435f92
cb050cfa96fa7dabe70f0159fa0680878825b9c1
refs/heads/master
2017-12-30T18:44:21.556000
2016-09-28T23:14:59
2016-09-28T23:14:59
68,864,146
1
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package l2s.gameserver.listener; import l2s.commons.listener.Listener; import l2s.gameserver.model.Creature; public interface AiListener extends Listener<Creature> { }
UTF-8
Java
171
java
AiListener.java
Java
[]
null
[]
package l2s.gameserver.listener; import l2s.commons.listener.Listener; import l2s.gameserver.model.Creature; public interface AiListener extends Listener<Creature> { }
171
0.818713
0.80117
9
18
20.450481
54
false
false
0
0
0
0
0
0
0.333333
false
false
13
61fb789731575049b4a4701112f935f383df0774
25,031,069,463,989
02d1e1b704180c96b0295379fc93a513a55038af
/app/src/main/java/com/mansoor/asmaulhusna/adapters/ImagePostsAdapter.java
79ffbce46bd58001ed19c9f5c3c21cd11dcf975c
[]
no_license
kpamansoor/asmaulhusna
https://github.com/kpamansoor/asmaulhusna
73ce47da65bcc84cac85c75918f07629d1f2fb71
c2021dd846cea6029fc74ebc52b3343ac10dea7d
refs/heads/master
2021-05-03T06:38:33.271000
2019-01-18T07:40:11
2019-01-18T07:40:11
120,598,810
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mansoor.asmaulhusna.adapters; import android.content.Context; import android.content.ContextWrapper; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.net.Uri; import android.os.Environment; import android.support.v4.app.Fragment; impor...
UTF-8
Java
6,202
java
ImagePostsAdapter.java
Java
[]
null
[]
package com.mansoor.asmaulhusna.adapters; import android.content.Context; import android.content.ContextWrapper; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.net.Uri; import android.os.Environment; import android.support.v4.app.Fragment; impor...
6,202
0.638665
0.636891
170
35.482353
28.940958
149
false
false
0
0
0
0
0
0
0.658824
false
false
13
1e1571f8325f02cda4be4fed9c4c6cfa8740232e
17,514,876,690,022
cdbd53ceb24f1643b5957fa99d78b8f4efef455a
/vertx-gaia/vertx-co/src/main/java/io/vertx/up/eon/em/DSMode.java
3d8c1b1ec9b64204e33bf29d7b0c1f6736a33ffc
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
chundcm/vertx-zero
https://github.com/chundcm/vertx-zero
f3dcb692ae6b9cc4ced52386cab01e5896e69d80
d2a2d096426c30d90be13b162403d66c8e72cc9a
refs/heads/master
2023-04-27T18:41:47.489000
2023-04-23T01:53:40
2023-04-23T01:53:40
244,054,093
0
0
Apache-2.0
true
2020-02-29T23:00:59
2020-02-29T23:00:58
2020-02-29T16:18:15
2020-02-29T16:18:12
24,276
0
0
0
null
false
false
package io.vertx.up.eon.em; public enum DSMode { // Default Value ( Major Database configured by 'provider' ) PRIMARY, // History Value ( configured by 'orbit' ) HISTORY, // Workflow Value ( configured by 'workflow' ) WORKFLOW, // Dynamic Value ( Build by 'DataPool' here ) DYNAMIC, ...
UTF-8
Java
396
java
DSMode.java
Java
[]
null
[]
package io.vertx.up.eon.em; public enum DSMode { // Default Value ( Major Database configured by 'provider' ) PRIMARY, // History Value ( configured by 'orbit' ) HISTORY, // Workflow Value ( configured by 'workflow' ) WORKFLOW, // Dynamic Value ( Build by 'DataPool' here ) DYNAMIC, ...
396
0.641414
0.641414
14
27.285715
21.482313
64
false
false
0
0
0
0
0
0
0.428571
false
false
13
5621176b51a10b6731c5d94d975d2b3367e463b4
21,526,376,121,867
1792068ab7478b0cf793b78a80f454114e86cdf9
/artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java
e9eb2874ce4e9216e9b9daab25b84081af7c106f
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "MIT", "OFL-1.1" ]
permissive
apache/activemq-artemis
https://github.com/apache/activemq-artemis
caf9a87a245e0e20e24a981b030e55a81583c421
98710fe0320c391631626736291962df3639de7f
refs/heads/main
2023-09-01T20:39:35.019000
2023-09-01T19:26:12
2023-09-01T19:26:28
36,057,260
969
1,097
Apache-2.0
false
2023-09-14T16:42:37
2015-05-22T07:00:05
2023-09-09T07:43:52
2023-09-14T16:42:37
91,487
878
887
10
Java
false
false
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
UTF-8
Java
147,415
java
FileConfigurationParser.java
Java
[ { "context": "AP) role names. For example, given a role\n * \"myrole\" with a DN of \"cn=myrole,dc=local,dc=com\":\n * ", "end": 56115, "score": 0.7479277849197388, "start": 56109, "tag": "USERNAME", "value": "myrole" }, { "context": "mpts(reconnectAttempts).setUser(user).setP...
null
[]
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
147,419
0.719927
0.718665
2,860
50.543705
49.234722
949
false
false
0
0
0
0
0
0
0.851049
false
false
13
8def4c937c06b0b8bca8429bb08e6834a7ef2d8f
20,675,972,585,444
6b898c0abd5726a4a882c234dcd660bfe7f68cf9
/JavaTraining/src/devendra/assignment2/experiments/PermutationWithoutRepetition.java
0bdc2f52d6970b217914bc5e052d0b356fdeebad
[]
no_license
Devenc042/JavaTrainingGithub
https://github.com/Devenc042/JavaTrainingGithub
0943fdc4b6f44482de340e2f8ed9e4a762229f47
ece13e799bf3c9a36b355024d1c21e861d29d66c
refs/heads/master
2021-01-01T19:09:07.326000
2017-08-29T05:32:28
2017-08-29T05:32:28
98,525,316
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Devendra.assignment2; import java.util.Arrays; public class PermutationWithoutRepetition { public static void main(String[] args) { int v = 1260; int level = 2; int number = v; int digit; String str = ""; while(number!=0) { digit = number%10; number = number/10; str = str ...
UTF-8
Java
1,884
java
PermutationWithoutRepetition.java
Java
[]
null
[]
package Devendra.assignment2; import java.util.Arrays; public class PermutationWithoutRepetition { public static void main(String[] args) { int v = 1260; int level = 2; int number = v; int digit; String str = ""; while(number!=0) { digit = number%10; number = number/10; str = str ...
1,884
0.52017
0.504246
76
23.789474
22.088528
92
false
false
0
0
0
0
0
0
1.368421
false
false
13
31675a284c5a32facfd679d60eae83cc22ca040b
4,621,384,855,440
94e3945e13040f286c2648f55c31016f91321810
/src/main/java/com/aesirteam/smep/client/message/MMSFile.java
ced6853c35a8fb49d4bd732ac098d59e2ef9e753
[]
no_license
tingfv/smep
https://github.com/tingfv/smep
06d70c9206e5f00f956556f223aa5ef516e0c9cb
33811d4554343db1f0aa6ec7d3b2a2826b78048e
refs/heads/master
2020-05-07T12:38:15.173000
2015-11-20T09:21:53
2015-11-20T09:22:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.aesirteam.smep.client.message; import java.io.Serializable; import com.cmcc.mm7.vasp.common.MMConstants.ContentType; import com.cmcc.mm7.vasp.common.MMContentType; public class MMSFile implements Serializable { private static final long serialVersionUID = 7667603360356234284L; private final static...
UTF-8
Java
2,177
java
MMSFile.java
Java
[]
null
[]
package com.aesirteam.smep.client.message; import java.io.Serializable; import com.cmcc.mm7.vasp.common.MMConstants.ContentType; import com.cmcc.mm7.vasp.common.MMContentType; public class MMSFile implements Serializable { private static final long serialVersionUID = 7667603360356234284L; private final static...
2,177
0.697749
0.683969
104
19.932692
16.248234
67
false
false
0
0
0
0
0
0
1.855769
false
false
13
d8eb383ec6b76e6ee032fa7ebdeaf944455c6238
2,027,224,583,068
78d345a30b04c64e6ea1e87d742a1e8e3c7e1c9f
/.apt_generated/com/foodcomposer/DaftarMakananActivity$$ViewInjector.java
cd971d2bb12213b1b5d96982e36b65f4689a2489
[]
no_license
fahmihidayah/FoodComposer
https://github.com/fahmihidayah/FoodComposer
f53d9efb85314d96a4bbc69e9522cc2ca129ac51
1510fa5f95c92b33e2152b8287de6130cc27141a
refs/heads/master
2021-01-01T18:12:38.168000
2015-01-19T05:34:49
2015-01-19T05:34:49
29,455,414
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Generated code from Butter Knife. Do not modify! package com.foodcomposer; import android.view.View; import butterknife.ButterKnife.Finder; public class DaftarMakananActivity$$ViewInjector { public static void inject(Finder finder, final com.foodcomposer.DaftarMakananActivity target, Object source) { View vi...
UTF-8
Java
900
java
DaftarMakananActivity$$ViewInjector.java
Java
[]
null
[]
// Generated code from Butter Knife. Do not modify! package com.foodcomposer; import android.view.View; import butterknife.ButterKnife.Finder; public class DaftarMakananActivity$$ViewInjector { public static void inject(Finder finder, final com.foodcomposer.DaftarMakananActivity target, Object source) { View vi...
900
0.722222
0.697778
26
33.615383
29.791683
112
false
false
0
0
0
0
0
0
0.615385
false
false
13
5a84aad8983473dfefb9d6ee1d16d68b9e6bec53
24,257,975,326,678
47afebaececdbe71719aae96aa47cad24aa7a2b9
/src/main/java/com/sergey/savchenko/controller/TmControllerRemove.java
cadf6d5679ef161ef6b570169ea5f382640a85d9
[]
no_license
SergeySavchenko/Laboratornaya_1
https://github.com/SergeySavchenko/Laboratornaya_1
dcc8e620397e4a1c3df1cba6ceeca584fdb590ba
822af46857cb1c05289a4433dc67dadbc401059a
refs/heads/master
2021-05-11T10:32:13.441000
2018-01-19T09:39:04
2018-01-19T09:39:04
115,523,894
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sergey.savchenko.controller; import com.sergey.savchenko.model.TmModel; import com.sergey.savchenko.model.Task; import com.sergey.savchenko.view.*; /** * class "TmControllerRemove", class that connects view removing tasks classes with removing tasks methods and * other way round * * Created by 2017 on...
UTF-8
Java
2,611
java
TmControllerRemove.java
Java
[]
null
[]
package com.sergey.savchenko.controller; import com.sergey.savchenko.model.TmModel; import com.sergey.savchenko.model.Task; import com.sergey.savchenko.view.*; /** * class "TmControllerRemove", class that connects view removing tasks classes with removing tasks methods and * other way round * * Created by 2017 on...
2,611
0.594025
0.587131
88
28.670454
24.787607
110
false
false
0
0
0
0
0
0
0.329545
false
false
13
4447cfc12726ec0de8679ed25284c8650448feda
6,253,472,407,496
f92d6fa8ea4f384a4e10c329c604f5a8c6e2a344
/app/src/main/java/utils/Constants.java
91b56f99952b0519c3cc9e3cb96fcbfed2eb1e79
[]
no_license
chirag285/CheckShopAndroid
https://github.com/chirag285/CheckShopAndroid
26d5f7a5a9aac60120f67ef4b6254b889fda2633
db2e6720395d8e438efb3addea676bb3e7a8beba
refs/heads/master
2022-01-10T04:37:35.079000
2019-05-17T05:23:37
2019-05-17T05:23:37
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package utils; import java.util.ArrayList; public class Constants { public static final String ARG_USERS = "users"; public static final String ARG_USERSs = "users"; public static final String ARG_RECEIVER = "receiver"; public static final String ARG_RECEIVER_UID = "receiver_uid"; public static fin...
UTF-8
Java
2,029
java
Constants.java
Java
[ { "context": " public static final String ARG_FIREBASE_TOKEN = \"firebaseToken\";\n public static final String ARG_FRIENDS = \"f", "end": 427, "score": 0.8218859434127808, "start": 414, "tag": "KEY", "value": "firebaseToken" } ]
null
[]
package utils; import java.util.ArrayList; public class Constants { public static final String ARG_USERS = "users"; public static final String ARG_USERSs = "users"; public static final String ARG_RECEIVER = "receiver"; public static final String ARG_RECEIVER_UID = "receiver_uid"; public static fin...
2,029
0.669788
0.665352
50
39.580002
15.350687
74
false
false
0
0
0
0
0
0
0.92
false
false
13
cb699073e9618f9691ceb30450cb066390254baa
35,785,667,515,594
189e29f617c369c3db45bcd02af10f73fba86428
/src/main/java/com/tutorial/training/factoryMethod/Circle.java
76196b4cfd833d7e1bf6ea3a1ee544c787f8ad74
[]
no_license
ilaghrissi/TutorialDesignPatterns
https://github.com/ilaghrissi/TutorialDesignPatterns
51f59a1452f5a42bd3a802c1d968371bdc4c0788
84d438d79259f6ca7a0b511aa6743531fe37289c
refs/heads/master
2020-08-07T23:24:14.382000
2019-11-01T21:23:45
2019-11-01T21:23:45
213,621,515
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tutorial.training.factoryMethod; public class Circle implements Shape{ @Override public Shape draw() { System.out.println("Draw Circle"); return this; } }
UTF-8
Java
177
java
Circle.java
Java
[]
null
[]
package com.tutorial.training.factoryMethod; public class Circle implements Shape{ @Override public Shape draw() { System.out.println("Draw Circle"); return this; } }
177
0.734463
0.734463
11
15.090909
16.18335
44
false
false
0
0
0
0
0
0
0.909091
false
false
13
3f61819b2d411637625c294510c5e813e8ed93b0
34,050,500,749,447
fc4b3853e5e88bafc65223c7ef563990285104e5
/src/main/java/com/what21/action/IndentStateAction.java
5b6e4e458662fc057e3f4d7f66e7071ef0224ac4
[]
no_license
myege/oms
https://github.com/myege/oms
003c79a994a75cc48ca294a426b197c0ae4a4262
8343507ebf99cfa524f38a5ac7a5d7588ae8c5cd
refs/heads/master
2023-09-03T15:22:15.463000
2021-09-18T09:23:08
2021-09-18T09:23:08
407,808,363
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.what21.action; import com.alibaba.fastjson.JSONObject; import com.what21.model.IndentState; import com.what21.service.IndentStService; import java.io.IOException; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springf...
UTF-8
Java
1,045
java
IndentStateAction.java
Java
[]
null
[]
package com.what21.action; import com.alibaba.fastjson.JSONObject; import com.what21.model.IndentState; import com.what21.service.IndentStService; import java.io.IOException; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springf...
1,045
0.786603
0.780861
29
34.931034
24.975756
106
false
false
0
0
0
0
0
0
0.586207
false
false
13
ad7acbc3d357bf2121016a6437b06519ce7239a1
4,939,212,443,195
eda3b39d84ff1c36fb1b9cbec7346c55e88d18ac
/src/com/nis/patient/service/impl/St008BcjlServiceImpl.java
b4ed365c0df6f77fae69794218c8cce594d2a493
[]
no_license
caofujun/lqt
https://github.com/caofujun/lqt
cea1defccf3e62886b2472369504d931b3af7cc4
ae3e93074304243198aa0c631c0eca4541dbd389
refs/heads/master
2021-07-07T03:40:29.331000
2017-10-03T03:12:22
2017-10-03T03:12:22
105,349,611
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.nis.patient.service.impl; import com.nis.comm.entity.DataWarning; import com.nis.comm.entity.MyPage; import com.nis.comm.enums.Param; import com.nis.param.service.SysParamService; import com.nis.patient.dao.St008BcjlDao; import com.nis.patient.entity.St008Bcjl; import com.nis.patient.service.St008BcjlServi...
UTF-8
Java
5,274
java
St008BcjlServiceImpl.java
Java
[]
null
[]
package com.nis.patient.service.impl; import com.nis.comm.entity.DataWarning; import com.nis.comm.entity.MyPage; import com.nis.comm.enums.Param; import com.nis.param.service.SysParamService; import com.nis.patient.dao.St008BcjlDao; import com.nis.patient.entity.St008Bcjl; import com.nis.patient.service.St008BcjlServi...
5,274
0.736972
0.701407
142
36.03521
47.494762
283
false
false
0
0
0
0
0
0
1.978873
false
false
13
1bfb3fb17b0dc026a74a128a36967bfb221ac5ad
34,660,386,104,036
f673856d905c8dd32dd16f1c77d539e8aa025860
/app/src/main/java/com/lulian/Zaiyunbao/ui/activity/rentback/RentBackAddEntryActivity.java
befed94493d3d5e3ce04a098b9ecd13842a44c93
[]
no_license
sy707919626/Zaiyunbao
https://github.com/sy707919626/Zaiyunbao
ea28c05ec2c45ae7597d35283132c4d639d6cdbc
0b9944ff48fbc9ac83b2810bf622119cb11dc8ac
refs/heads/master
2020-04-19T09:54:54.352000
2019-09-09T09:38:27
2019-09-09T09:38:27
168,124,197
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lulian.Zaiyunbao.ui.activity.rentback; import android.content.Intent; import android.graphics.Color; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.But...
UTF-8
Java
5,072
java
RentBackAddEntryActivity.java
Java
[]
null
[]
package com.lulian.Zaiyunbao.ui.activity.rentback; import android.content.Intent; import android.graphics.Color; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.But...
5,072
0.664775
0.66133
142
33.746479
24.692028
119
false
false
0
0
0
0
0
0
0.626761
false
false
13
4b052a3a53f969d4cf8fbd51d621979ac6b3fd7b
36,069,135,352,235
95189fcb8903881fbbad0a108dffb468dc872cb9
/src/main/java/it/polimi/ingsw/ps29/model/space/BonusInit.java
8511c7a9dc33822594861a13b1c24b7f76d4b02c
[]
no_license
JayAves/IngegneriaDelSoftware
https://github.com/JayAves/IngegneriaDelSoftware
9f2a527ad76d9d71041eebeaf2098d487e7c34ad
e40de57d8818da624bf792a9238d40e999456d08
refs/heads/master
2021-06-19T17:37:50.975000
2017-07-11T11:55:00
2017-07-11T11:55:00
86,469,581
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package it.polimi.ingsw.ps29.model.space; import java.util.ArrayList; import it.polimi.ingsw.ps29.model.game.resources.Resource; /** * Used to read resource bonuses from Bonus.json for all {@link BonusActionSpace} * @author Giovanni Mele */ public class BonusInit { ArrayList<Resource> bonus; public ArrayLis...
UTF-8
Java
366
java
BonusInit.java
Java
[ { "context": "s.json for all {@link BonusActionSpace}\n * @author Giovanni Mele\n */\npublic class BonusInit {\n\t\n\tArrayList<Resourc", "end": 242, "score": 0.9998586773872375, "start": 229, "tag": "NAME", "value": "Giovanni Mele" } ]
null
[]
package it.polimi.ingsw.ps29.model.space; import java.util.ArrayList; import it.polimi.ingsw.ps29.model.game.resources.Resource; /** * Used to read resource bonuses from Bonus.json for all {@link BonusActionSpace} * @author <NAME> */ public class BonusInit { ArrayList<Resource> bonus; public ArrayList<Resou...
359
0.743169
0.73224
19
18.263159
22.536152
81
false
false
0
0
0
0
0
0
0.631579
false
false
13
201e94a228d6093abb4beb87984ad0adad1bd525
30,794,915,543,361
62cfe2bba06cc4f3abfe75d068e9305fb2f36bfd
/starter/cloudstorage/src/test/java/com/udacity/jwdnd/course1/cloudstorage/mapper/UserMapperTest.java
53bc5d9d4e634bcf91cd398753299526fce4e254
[]
no_license
WalterOrtiz21/nd035-c1-spring-boot-basics-project-starter
https://github.com/WalterOrtiz21/nd035-c1-spring-boot-basics-project-starter
19257d3d801621aafe27b81d831cf5477d920e17
015b7fe18e9f1e98cc2f92283c953f6841272972
refs/heads/master
2022-12-27T21:58:32.413000
2020-10-03T14:58:33
2020-10-03T14:58:33
296,889,628
0
0
null
true
2020-09-19T14:45:18
2020-09-19T14:45:17
2020-08-17T11:06:23
2020-09-04T13:19:00
197
0
0
0
null
false
false
package com.udacity.jwdnd.course1.cloudstorage.mapper; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class UserMapperTest { @Test void getUser() { } @Test void insert() { } }
UTF-8
Java
242
java
UserMapperTest.java
Java
[]
null
[]
package com.udacity.jwdnd.course1.cloudstorage.mapper; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class UserMapperTest { @Test void getUser() { } @Test void insert() { } }
242
0.673554
0.669421
16
14.1875
17.158157
54
false
false
0
0
0
0
0
0
0.1875
false
false
6
7af3f13ecd344b92b40780973d89fe201b93d94e
35,072,702,962,359
455692cc5ddcc24f8da919ddab49b1350cbaa2c1
/src/main/java/org/coody/framework/constant/ParaCheckFinal.java
582521e64bdc3eb06a44eb870b036f369f01e9a0
[]
no_license
yizhihua/ezone
https://github.com/yizhihua/ezone
9ae4436768408f2877621dafcedd438ba6c5b0e9
b128bda0e41dcb89d5c90d2cb9a2e6019199255a
refs/heads/master
2020-04-09T10:49:04.048000
2018-12-04T02:25:29
2018-12-04T02:25:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.coody.framework.constant; public class ParaCheckFinal { public final static String NUMBER="^-?[0-9]\\d*$"; //验证用户名 public final static String USER_NAME="^[a-z0-9_-]{3,15}$"; //验证邮箱 public final static String EMAIL="^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$"; }
UTF-8
Java
311
java
ParaCheckFinal.java
Java
[]
null
[]
package org.coody.framework.constant; public class ParaCheckFinal { public final static String NUMBER="^-?[0-9]\\d*$"; //验证用户名 public final static String USER_NAME="^[a-z0-9_-]{3,15}$"; //验证邮箱 public final static String EMAIL="^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$"; }
311
0.62116
0.576792
12
23.416666
28.241394
88
false
false
0
0
0
0
0
0
0.916667
false
false
6
40fdb32417075286541975a9c23c17d19f47c395
19,250,043,421,916
578fc1f283de8eddc31f936486f399f5ab91e03f
/src/designPatterns/Client1.java
02fb4f84d2489ed0adaa021c1242603e40dbf489
[]
no_license
twig-xsk/test20190718
https://github.com/twig-xsk/test20190718
99bbf2f7d6a30c2c9aa7ed236fb8af281a3348d1
57a4970a86ebd860ab1a98fe0b562bda4e61dae4
refs/heads/master
2020-06-21T18:47:45.198000
2019-07-18T07:45:54
2019-07-18T07:45:54
197,530,188
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package designPatterns; class Client1 { public void test(Operation op){ op.closing(); } public static void main(String[] args){ Client1 c = new Client1(); Adapter adapter = new Adapter(){ public void closing() { System.exit(1); } }; c.test(adapter); } }
UTF-8
Java
302
java
Client1.java
Java
[]
null
[]
package designPatterns; class Client1 { public void test(Operation op){ op.closing(); } public static void main(String[] args){ Client1 c = new Client1(); Adapter adapter = new Adapter(){ public void closing() { System.exit(1); } }; c.test(adapter); } }
302
0.592715
0.57947
17
15.882353
13.127799
41
false
false
0
0
0
0
0
0
1.823529
false
false
6
83c3cce6f1f4d7c9757f3ac2fd36d4a7650f7bef
38,001,870,638,931
bc366e03592e92180f3f23e13dbf8d79a8e77566
/tanhua-mongo-service/src/main/java/com/itheima/service/mongo/impl/VideoServiceImpl.java
b8ef25571c736a3c00af9f0f0ee973202bbc571b
[]
no_license
stephendengbl/tanhua
https://github.com/stephendengbl/tanhua
136df8b168e9bf87061dcb73303ec93e30aed1ee
53c8fb9317be7cbd0f7a53fceb8a2d6242f8d684
refs/heads/main
2023-06-11T23:17:55.282000
2021-07-11T09:15:13
2021-07-11T09:15:13
384,902,101
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.itheima.service.mongo.impl; import cn.hutool.core.collection.CollectionUtil; import com.itheima.domain.mongo.RecommendVideo; import com.itheima.domain.mongo.Video; import com.itheima.service.mongo.VideoService; import com.itheima.util.ConstantUtil; import com.itheima.vo.PageBeanVo; import org.apache.dubbo....
UTF-8
Java
3,310
java
VideoServiceImpl.java
Java
[]
null
[]
package com.itheima.service.mongo.impl; import cn.hutool.core.collection.CollectionUtil; import com.itheima.domain.mongo.RecommendVideo; import com.itheima.domain.mongo.Video; import com.itheima.service.mongo.VideoService; import com.itheima.util.ConstantUtil; import com.itheima.vo.PageBeanVo; import org.apache.dubbo....
3,310
0.67481
0.669416
90
34.022221
25.954651
98
false
false
0
0
0
0
0
0
0.644444
false
false
6
5456c92ddaf7bc249f05d914baa36baf25adbcf8
13,219,909,381,932
ac6860984f395514fd7d27f93317e34d67a7479b
/src/main/java/io/shiftleft/tarpit/util/Unzipper.java
e984d986860bd913c66cb210d302983102e54080
[ "Apache-2.0" ]
permissive
CMYanko/tarpit-java
https://github.com/CMYanko/tarpit-java
c58bb9fc442ca3a19c802d0bd8ee1fe2b8744f89
745309a2358653667c1dd78130b6fb4f53b1c870
refs/heads/main
2023-08-22T15:55:06.197000
2021-09-29T19:38:16
2021-09-29T19:38:16
329,721,291
1
0
Apache-2.0
true
2021-03-31T16:05:24
2021-01-14T20:02:32
2021-03-30T21:29:29
2021-03-31T16:05:17
120
1
0
1
Java
false
false
package io.shiftleft.tarpit.util; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.file.FileSystem; import java.nio.file.FileSystems; import java.nio.file.Files; import net.lingala.zip4j.core.ZipFile; import net.lingala.zip4j.exception.ZipException; public class U...
UTF-8
Java
2,609
java
Unzipper.java
Java
[]
null
[]
package io.shiftleft.tarpit.util; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.file.FileSystem; import java.nio.file.FileSystems; import java.nio.file.Files; import net.lingala.zip4j.core.ZipFile; import net.lingala.zip4j.exception.ZipException; public class U...
2,609
0.695669
0.694902
95
26.473684
25.023712
98
false
false
0
0
0
0
0
0
0.4
false
false
6
fc6f8c1b8e636bd983b4a2c14df43fbab896ee9e
360,777,301,223
0b51dad63ebb08b001500a4410905970267b34b7
/src/question/MathQuestionGenerator.java
2e794dd4609372da4549b33046b756640dae1013
[]
no_license
jmcrawford45/CS108-Final-Project
https://github.com/jmcrawford45/CS108-Final-Project
19d7d229617843bfea39daeb41bce24e5323e67b
6e2df77ab4437236f7f451602aeb7c0593a123e5
refs/heads/master
2021-01-10T09:54:58.352000
2016-03-13T00:39:35
2016-03-13T00:39:35
52,179,427
0
0
null
false
2016-02-21T00:00:43
2016-02-20T22:47:24
2016-02-20T22:47:24
2016-02-21T00:00:42
0
0
0
0
null
null
null
package question; import java.util.Random; public class MathQuestionGenerator { int difficulty; //max number of digits in question + 3 (enter val between 1 - 7) int type; //1 if addition, 2 if subtraction, 3 if multiplication, 4 if division, random is any other number public MathQuestionGenerator(int difficu...
UTF-8
Java
2,404
java
MathQuestionGenerator.java
Java
[]
null
[]
package question; import java.util.Random; public class MathQuestionGenerator { int difficulty; //max number of digits in question + 3 (enter val between 1 - 7) int type; //1 if addition, 2 if subtraction, 3 if multiplication, 4 if division, random is any other number public MathQuestionGenerator(int difficu...
2,404
0.646839
0.634359
84
27.619047
22.111677
110
false
false
0
0
0
0
0
0
2.976191
false
false
6
322039b659e7baea81e75ddf1296adf89ab12e79
13,520,557,078,603
8a6caa5579e3f80033a6a2d4d57774a76f0e4e7f
/data/src/main/java/ru/vladislav/razgonyaev/data/db/WeatherDatabase.java
3d022e13a468272e490602e168d321918b8af70b
[]
no_license
vladcrash/Weather
https://github.com/vladcrash/Weather
23a2eaf942749f071efc81c24b76805acfc261d1
dcb44c5b252cb1e3e186b7f7c708d2dacd6b2e11
refs/heads/master
2020-03-26T08:49:35.027000
2018-08-19T21:28:08
2018-08-19T21:28:08
144,721,923
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.vladislav.razgonyaev.data.db; import android.arch.persistence.room.Database; import android.arch.persistence.room.RoomDatabase; import ru.vladislav.razgonyaev.data.db.dao.ForecastDao; import ru.vladislav.razgonyaev.data.db.dao.HourDao; import ru.vladislav.razgonyaev.domain.model.Forecast; import ru.vladisl...
UTF-8
Java
659
java
WeatherDatabase.java
Java
[]
null
[]
package ru.vladislav.razgonyaev.data.db; import android.arch.persistence.room.Database; import android.arch.persistence.room.RoomDatabase; import ru.vladislav.razgonyaev.data.db.dao.ForecastDao; import ru.vladislav.razgonyaev.data.db.dao.HourDao; import ru.vladislav.razgonyaev.domain.model.Forecast; import ru.vladisl...
659
0.808801
0.807284
18
35.611111
27.978441
100
false
false
0
0
0
0
0
0
0.777778
false
false
6
12536576efa82dec46b72d0f918db10c554abfaa
32,521,492,428,958
faabcda965cdab601d830f32c8dbbf4c0f0d57b6
/src/main/java/app/profile/ProfileController.java
db87556be57fa1842a705a7927156bc30413b0f1
[]
no_license
cuongdd2/MUMSchedule
https://github.com/cuongdd2/MUMSchedule
ce461efe02ac4d34215ec5719841e6bdc2e74ea4
49b1e794fea190db138de18502c313f0c9094551
refs/heads/master
2021-07-18T23:28:53.652000
2017-10-25T19:08:26
2017-10-25T19:08:26
105,693,279
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app.profile; import app.entry.Entry; import app.student.Student; import app.util.Path; import app.util.ViewUtil; import spark.Route; import java.util.HashMap; import java.util.Map; import static app.Application.studentDao; public class ProfileController { public static Route profilePage = (request, res...
UTF-8
Java
638
java
ProfileController.java
Java
[]
null
[]
package app.profile; import app.entry.Entry; import app.student.Student; import app.util.Path; import app.util.ViewUtil; import spark.Route; import java.util.HashMap; import java.util.Map; import static app.Application.studentDao; public class ProfileController { public static Route profilePage = (request, res...
638
0.703762
0.702194
28
21.785715
23.589279
86
false
false
0
0
0
0
0
0
0.75
false
false
6
5c1f4650052ac554c20bec8c07abf03d290e6d16
5,351,529,285,422
cabf1ce9cff893e4b5ec14e2d418868160442b8b
/src/main/java/com/harry/entity/HouseType.java
7cf0a5520a8b3f5c9a1a2a3bd6dd0624ff12c2c2
[]
no_license
harry1999/RentingSSH
https://github.com/harry1999/RentingSSH
e58ffa062018a445c60e0720e2dfc673bb9f68cb
476af8544c54b9f35b59e7cfaea70c3a61d850c3
refs/heads/master
2021-07-05T03:52:06.840000
2017-09-26T08:41:31
2017-09-26T08:41:31
104,830,317
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.harry.entity; import java.io.Serializable; public class HouseType implements Serializable { /** * */ private static final long serialVersionUID = 1L; public static final String ONE_BEDROOM_ONE_LIVINGROOM = "一室一厅"; public static final String TWO_BEDROOM_ONE_LIVINGROOM = "两室一厅...
UTF-8
Java
986
java
HouseType.java
Java
[]
null
[]
package com.harry.entity; import java.io.Serializable; public class HouseType implements Serializable { /** * */ private static final long serialVersionUID = 1L; public static final String ONE_BEDROOM_ONE_LIVINGROOM = "一室一厅"; public static final String TWO_BEDROOM_ONE_LIVINGROOM = "两室一厅...
986
0.63522
0.634172
50
18.08
20.754604
67
false
false
0
0
0
0
0
0
0.32
false
false
6
65512a85fcc84cbd90d189e9269d74a2d545a6a3
6,665,789,245,610
9282301e55a15c6bf6bcaaf9efd7d72523ed7fd8
/week-01/day-4/Tasks/src/CodingHours.java
507f8d42b6dde2f8c37bd0343f841ae35128d63c
[]
no_license
green-fox-academy/birozsombor4
https://github.com/green-fox-academy/birozsombor4
5554eac32d49b0f6650f6f9b495133e1aab5fc8e
847c5693082ddff492226355bc7d33be35212097
refs/heads/master
2021-02-15T14:37:33.709000
2020-06-03T07:51:15
2020-06-03T07:51:15
244,908,164
0
3
null
null
null
null
null
null
null
null
null
null
null
null
null
public class CodingHours { public static void main(String[] args) { int dailyCodingHours = 6; int weeks = 17; int daysOfAWeek = 5; int weeklyWorkHours = 52; int semesterCodingHours = weeks * daysOfAWeek * dailyCodingHours; int semesterWorkHours = weeks * weeklyWorkHours; System.out.printl...
UTF-8
Java
550
java
CodingHours.java
Java
[]
null
[]
public class CodingHours { public static void main(String[] args) { int dailyCodingHours = 6; int weeks = 17; int daysOfAWeek = 5; int weeklyWorkHours = 52; int semesterCodingHours = weeks * daysOfAWeek * dailyCodingHours; int semesterWorkHours = weeks * weeklyWorkHours; System.out.printl...
550
0.696364
0.68
13
41.307693
39.633678
138
false
false
0
0
0
0
0
0
0.615385
false
false
6
489c8d64e1b00c7df04712bad4c84fcea1e6e2fa
16,990,890,686,607
25210480ad47389e2ef44cef1b9123b3d3e57054
/JavaCodeSpace/src/cn/medemede/leecode/Exchange.java
1b5503c3b69c9a9ff47821a1d13e0b3fc8689f78
[]
no_license
XuCpeng/LeetCode_PTA
https://github.com/XuCpeng/LeetCode_PTA
393892112766039772860ba158221fd10a1a36bd
22602deeb4d709b702e175096f677dd18429cf19
refs/heads/master
2023-08-27T01:20:40.377000
2021-10-28T14:17:44
2021-10-28T14:17:44
164,803,509
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.medemede.leecode; /** * 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面 */ public class Exchange { public int[] exchange(int[] nums) { int i = 0; int j = nums.length - 1; while (i < j) { while (i < j && ((nums[i] & 1) == 1)) { i++; } while (i < ...
UTF-8
Java
655
java
Exchange.java
Java
[]
null
[]
package cn.medemede.leecode; /** * 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面 */ public class Exchange { public int[] exchange(int[] nums) { int i = 0; int j = nums.length - 1; while (i < j) { while (i < j && ((nums[i] & 1) == 1)) { i++; } while (i < ...
655
0.36876
0.355878
29
20.413794
14.464027
51
false
false
0
0
0
0
0
0
0.551724
false
false
6
aafe66af1fc20d27bfbc3b1079fb281104377f6e
6,322,191,914,091
0d1846d587a8ddc50f06a6dbb6935c1ffe2d67a3
/zdcat/src/main/java/xyz/ibenben/zhongdian/shortpay/service/LogReceiptService.java
e45b652fe91892db80504fa19d88cef430995100
[]
no_license
srain12/muryf
https://github.com/srain12/muryf
2a10ba2e782bf34d3b97cd693b352b5824578fe6
3502e28e0512e1f866c59f495524ea472d1b0758
refs/heads/master
2021-07-04T17:44:40.988000
2017-09-26T15:45:00
2017-09-26T15:45:00
103,949,817
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package xyz.ibenben.zhongdian.shortpay.service; import java.util.List; import xyz.ibenben.zhongdian.shortpay.entity.LogReceipt; public interface LogReceiptService { public void saveLogReceipt(LogReceipt log); /** * 查询列表信息 * @return */ public List<LogReceipt> listLogReceiptByTime(Stri...
UTF-8
Java
380
java
LogReceiptService.java
Java
[]
null
[]
package xyz.ibenben.zhongdian.shortpay.service; import java.util.List; import xyz.ibenben.zhongdian.shortpay.entity.LogReceipt; public interface LogReceiptService { public void saveLogReceipt(LogReceipt log); /** * 查询列表信息 * @return */ public List<LogReceipt> listLogReceiptByTime(Stri...
380
0.730978
0.730978
16
22
27.011572
98
false
false
0
0
0
0
0
0
0.4375
false
false
6
21de757b28f7bea6408c7f5d50120e598c8a4276
37,048,387,903,091
dac46ea6b1e92d5ecb0e3ab0fbe82814153cd8d6
/comcatter/src/main/scala/spark/wordcount.java
ae87ac5136d89043c5c1fa300d845f890bc3f5c3
[]
no_license
catter123/GP_22
https://github.com/catter123/GP_22
db34d18db7709559c9eb3de0ddf5635add0068c7
b7e4ff19adbd3bd054e2da94b505a899ca97bfdf
refs/heads/master
2022-07-03T22:56:52.466000
2019-08-19T12:02:10
2019-08-19T12:02:10
203,116,413
0
0
null
false
2022-06-21T01:41:50
2019-08-19T07:00:01
2019-08-19T12:02:27
2022-06-21T01:41:47
109
0
0
4
Scala
false
false
package spark; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaPairRDD; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.api.java.function.FlatMapFunction; import org.apache.spark.api.java.function.Function2; import org.apache....
UTF-8
Java
2,480
java
wordcount.java
Java
[ { "context": "Arrays;\nimport java.util.Iterator;\n\n/**\n * @author catter\n * @date 2019/7/29 19:21\n */\npublic class wordcou", "end": 454, "score": 0.9995858669281006, "start": 448, "tag": "USERNAME", "value": "catter" }, { "context": " });\n endd.saveAsTextFile(\"C:\...
null
[]
package spark; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaPairRDD; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.api.java.function.FlatMapFunction; import org.apache.spark.api.java.function.Function2; import org.apache....
2,480
0.644758
0.630242
65
37.153847
35.179203
123
false
false
0
0
0
0
0
0
0.784615
false
false
6
d0c3fad443b3828459402919682428900c39ddb3
5,652,177,025,619
3152e4fbb91b071e0bf0b43ec3b49470d7474376
/src/main/java/fr/cluji/ludiverse/common/domain/MetadataType.java
9217f3c9a79f2b56c781964f05004ede42595d54
[ "MIT" ]
permissive
Fumoffu/ludiverse
https://github.com/Fumoffu/ludiverse
5d2105b06be5d47cef2527ee2606e7f36298aee9
f82daea0936e35716b62b348fec9eac9bf4a66b7
refs/heads/master
2016-04-04T00:16:24.516000
2015-07-05T08:51:42
2015-07-05T08:51:42
37,014,327
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.cluji.ludiverse.common.domain; /** * Created by Julian on 10/06/2015. */ public enum MetadataType { LANGUAGE, BOARDGAME_GENRE, BOARDGAME_THEME, BOARDGAME_CARACTERISTIC, BOARDGAME_MECHANIC, BOARDGAME_REWARD }
UTF-8
Java
246
java
MetadataType.java
Java
[ { "context": ".cluji.ludiverse.common.domain;\n\n/**\n * Created by Julian on 10/06/2015.\n */\npublic enum MetadataType {\n ", "end": 67, "score": 0.9995512962341309, "start": 61, "tag": "NAME", "value": "Julian" } ]
null
[]
package fr.cluji.ludiverse.common.domain; /** * Created by Julian on 10/06/2015. */ public enum MetadataType { LANGUAGE, BOARDGAME_GENRE, BOARDGAME_THEME, BOARDGAME_CARACTERISTIC, BOARDGAME_MECHANIC, BOARDGAME_REWARD }
246
0.699187
0.666667
13
17.923077
12.730711
41
false
false
0
0
0
0
0
0
0.461538
false
false
6
1a97c3ebbf91579dabf7500aa87130bf7de004be
5,652,177,022,187
ad3b35096bbad3dcdf0c07af26aec9eaefe70123
/tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/thirdparty/parquet/ParquetWriter.java
75274376ea3166cb54fddde825c5c0e258d3f33d
[ "Apache-2.0", "PostgreSQL", "BSD-3-Clause", "MIT" ]
permissive
gruter/tajo-elasticsearch
https://github.com/gruter/tajo-elasticsearch
ab72f15604e34cbf0aa90e523b6da9ea8c77d38b
1e0217709d98702b8d8af4e8dc0b3e27af2d3072
refs/heads/master
2022-12-22T00:01:09.536000
2020-02-16T02:56:57
2020-02-16T02:56:57
35,532,096
5
5
Apache-2.0
false
2022-12-12T21:42:52
2015-05-13T06:28:14
2020-02-16T02:57:05
2022-12-12T21:42:49
10,976
5
1
16
Java
false
false
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
UTF-8
Java
9,243
java
ParquetWriter.java
Java
[]
null
[]
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
9,243
0.742941
0.739695
224
40.263393
36.228779
249
true
false
0
0
0
0
0
0
0.674107
false
false
6
b85521fbc61eda15a5a8bc4256fd145e5711a340
35,364,760,742,620
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/21/21_eba4d45dbf76e1229c8b9cb7e107caa66f34a2a8/GreenPepperReportsParser/21_eba4d45dbf76e1229c8b9cb7e107caa66f34a2a8_GreenPepperReportsParser_t.java
72f8d8ceeed838f6e3226cda07442d9f4b4cb1b3
[]
no_license
zhongxingyu/Seer
https://github.com/zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516000
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
false
2023-06-22T07:55:57
2020-04-28T11:07:49
2023-06-21T00:53:27
2023-06-22T07:55:57
2,849,868
2
2
0
null
false
false
/* * Sonar GreenPepper Plugin * Copyright (C) 2009 SonarSource * dev@sonar.codehaus.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the Licens...
UTF-8
Java
3,031
java
21_eba4d45dbf76e1229c8b9cb7e107caa66f34a2a8_GreenPepperReportsParser_t.java
Java
[ { "context": " * Sonar GreenPepper Plugin\n * Copyright (C) 2009 SonarSource\n * dev@sonar.codehaus.org\n *\n * This program i", "end": 67, "score": 0.9988299012184143, "start": 56, "tag": "USERNAME", "value": "SonarSource" }, { "context": "pper Plugin\n * Copyright (C) 2009 Son...
null
[]
/* * Sonar GreenPepper Plugin * Copyright (C) 2009 SonarSource * <EMAIL> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your ...
3,016
0.716595
0.713296
74
39.945946
30.308723
110
false
false
0
0
0
0
0
0
0.662162
false
false
6
d8a2ceafe65531bb14e583b78b5acbc5f6a1f156
35,338,990,945,970
76f7007a21a5a319c5170a212d7c70ee26102bb6
/src/com/compitation/ticketsystem/dispatchImpl/LoginAndRegisterDispatchImpl.java
c5c7d43bf0daa3ed84ca25e599102089cacb0dbe
[]
no_license
treejames/TicketSystem
https://github.com/treejames/TicketSystem
50077d07e1d4005c6a68d92eb4171092853edd1d
6993d26f95bd888aa5453ba352f46ba3ad742de7
refs/heads/master
2017-12-03T00:57:49.347000
2014-09-28T03:43:01
2014-09-28T03:43:01
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.compitation.ticketsystem.dispatchImpl; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.content.SharedPreferences; import android.os.Handler; import com.compitation.ticketsystem.Idispatch.ILoginAndRegisterDispatch; import com.compitation.ticketsystem...
UTF-8
Java
1,181
java
LoginAndRegisterDispatchImpl.java
Java
[]
null
[]
package com.compitation.ticketsystem.dispatchImpl; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.content.SharedPreferences; import android.os.Handler; import com.compitation.ticketsystem.Idispatch.ILoginAndRegisterDispatch; import com.compitation.ticketsystem...
1,181
0.808637
0.808637
31
36.096775
26.937628
80
false
false
0
0
0
0
0
0
1.612903
false
false
6
63729d914a64bd375d0fe8b5b694a1c7084b89d5
38,878,043,992,199
a0befed723d71cec09fd1d3745a7db0c32b9c2cc
/src/model/Terapia.java
b4659ebed56599133c0590c85f761996bd69dc14
[]
no_license
marchish/ElaboratoIngegneria
https://github.com/marchish/ElaboratoIngegneria
ef747c732bb22427ce28c33e55e08697bae8d55e
5d30edf662fa561d419b9ca4398ff31b02ed0d26
refs/heads/master
2020-04-08T20:37:16.442000
2016-09-15T09:15:07
2016-09-15T09:15:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class Terapia { protected static Connection c = null; protected static Statement stmt = null; private Ricovero ricovero; private String dataInizio; private String ...
UTF-8
Java
3,482
java
Terapia.java
Java
[]
null
[]
package model; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class Terapia { protected static Connection c = null; protected static Statement stmt = null; private Ricovero ricovero; private String dataInizio; private String ...
3,482
0.575818
0.573521
109
29.944954
23.293041
96
false
false
0
0
0
0
0
0
2.275229
false
false
6
f91547336967faf6dfddc852f86df004c0a25fe7
34,926,674,082,283
1964ebf4244e8f9ea5374ab0e3fd25829a566811
/src/main/java/com/corpse/controller/TradePointAddressController.java
00a8e0da4b9555c2593cd395341b30a50df3dda2
[]
no_license
kissofblood/corpse_rest_sample
https://github.com/kissofblood/corpse_rest_sample
97912356f3a4fe9bde576fafc6b765835f79d565
ac47debf5be860a4e290c7dfbb42ae3193fd370a
refs/heads/master
2021-08-15T14:55:45.482000
2017-11-17T21:40:27
2017-11-17T21:40:27
106,329,269
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.corpse.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework...
UTF-8
Java
766
java
TradePointAddressController.java
Java
[]
null
[]
package com.corpse.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework...
766
0.839426
0.839426
26
28.461538
23.499968
62
false
false
0
0
0
0
0
0
0.730769
false
false
6
e049bd5284a9e54fea23af7583614fa7cdc1c25d
20,066,087,211,156
e04f18fc073830ae27ebd54026c4394fdb517e52
/src/main/java/net/darkhax/wawla/plugins/generic/PluginEquipment.java
2ecd1088bc20c76b6e29ceb75e7ab8ccc827d5f6
[]
no_license
Neerwan/WAWLA
https://github.com/Neerwan/WAWLA
ea9a3dd52a3ca6e47691b598c2aa2f322d6a4d3d
b8a541881373bbdde115b038e02bd7b185e528c4
refs/heads/master
2020-05-18T12:12:54.735000
2019-05-01T05:49:43
2019-05-01T05:49:43
184,401,198
0
0
null
true
2019-05-01T10:32:53
2019-05-01T10:32:52
2019-02-02T00:51:04
2019-05-01T05:49:58
982
0
0
0
null
false
false
package net.darkhax.wawla.plugins.generic; import java.util.List; import com.mojang.realmsclient.gui.ChatFormatting; import net.darkhax.wawla.config.Configurable; import net.darkhax.wawla.lib.InfoAccess; import net.darkhax.wawla.plugins.InfoProvider; import net.darkhax.wawla.plugins.ProviderType; import net.darkhax....
UTF-8
Java
1,741
java
PluginEquipment.java
Java
[]
null
[]
package net.darkhax.wawla.plugins.generic; import java.util.List; import com.mojang.realmsclient.gui.ChatFormatting; import net.darkhax.wawla.config.Configurable; import net.darkhax.wawla.lib.InfoAccess; import net.darkhax.wawla.plugins.InfoProvider; import net.darkhax.wawla.plugins.ProviderType; import net.darkhax....
1,741
0.716829
0.713383
43
39.488373
43.792519
227
false
false
0
0
0
0
0
0
0.55814
false
false
6
c9f7ccfbec3ff987b741570d86df90b57d7dc04f
38,594,576,124,604
61b1791a1775a0dd7a80677b4093a1fd0c755882
/simple-rpc-service/src/main/java/org/alpha/netty/handler/ServerInitializer.java
27c5fb73be765efe0d0d4f3f66ac6b67fb7f1e4f
[ "Apache-2.0" ]
permissive
li-yazhou/simple-rpc
https://github.com/li-yazhou/simple-rpc
4e656b26d28c0bf9335fec2b08fffdc2b67d6520
51783944bef8063dc497095b2e9acd765d7b743a
refs/heads/master
2022-12-23T17:34:57.473000
2019-12-09T14:43:31
2019-12-09T14:43:31
179,844,260
1
0
Apache-2.0
false
2022-11-16T10:58:38
2019-04-06T14:35:02
2019-12-09T14:46:27
2022-11-16T10:58:34
28
1
0
4
Java
false
false
package org.alpha.netty.handler; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelPipeline; import io.netty.channel.socket.SocketChannel; import io.netty.handler.codec.LengthFieldBasedFrameDecoder; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stere...
UTF-8
Java
1,154
java
ServerInitializer.java
Java
[ { "context": "a.serialization.JsonSerialization;\n\n/**\n * @author liyazhou1\n * @date 2019/12/6\n */\n@Component\npublic class Se", "end": 555, "score": 0.9996013641357422, "start": 546, "tag": "USERNAME", "value": "liyazhou1" } ]
null
[]
package org.alpha.netty.handler; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelPipeline; import io.netty.channel.socket.SocketChannel; import io.netty.handler.codec.LengthFieldBasedFrameDecoder; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stere...
1,154
0.764298
0.7513
37
30.18919
26.434864
84
false
false
0
0
0
0
0
0
0.513514
false
false
6
7d42f2cac520399205632da5991ce6f4382cb8bd
38,259,568,684,442
fc4916bcbae74333c020082d954a3c2eed6fcf70
/app/src/main/java/com/pullmi/entity/WareValve.java
0f41aa3560243d8c703890a7f758794236c7dc59
[]
no_license
xadevelop/smartHouse
https://github.com/xadevelop/smartHouse
87ffe1015cbbab33c3308fcfe73706d64d1836a1
482b126d252422f37c4d0096c157c674c2d3c30f
refs/heads/master
2020-12-24T19:04:02.088000
2016-05-20T08:08:00
2016-05-20T08:08:00
59,276,214
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pullmi.entity; import java.io.Serializable; public class WareValve implements Serializable { /** * */ private static final long serialVersionUID = 1L; public WareDev dev; public byte bOnOff; public byte timRun; public byte powChnOpen; public byte powChnC...
UTF-8
Java
330
java
WareValve.java
Java
[]
null
[]
package com.pullmi.entity; import java.io.Serializable; public class WareValve implements Serializable { /** * */ private static final long serialVersionUID = 1L; public WareDev dev; public byte bOnOff; public byte timRun; public byte powChnOpen; public byte powChnC...
330
0.657576
0.654545
15
20
15.739547
52
false
false
0
0
0
0
0
0
0.533333
false
false
6
56ebf88f1c26d4810a3dac27a97b8bcbc6b38104
37,769,942,405,815
a66732b5f995db1031f8673a97d21fda183d43b6
/Chapter2 List/MyList/MyList.java
e03c6889c858da2836bd0852a5d770f1c943ae92
[]
no_license
clarkchen/cracking-code
https://github.com/clarkchen/cracking-code
fb8da933b71389cc953da3f62c0e0507ebf259bb
8d932ca261c30c39a7ae8a1acc022cebb43fa6fa
refs/heads/master
2020-04-28T09:02:22.458000
2014-11-05T14:26:46
2014-11-05T14:26:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package MyList; import java.util.*; public class MyList { public Node head,tail; public int size = 0; public void insert(int a[]) { if(a==null||a.length==0) return; if(head==null) head = new Node(a[0]); Node cur = head; for(int i=1;i<a.length;i++) { cur.next = new Node(a[i]); cur = cur.next; } ...
UTF-8
Java
889
java
MyList.java
Java
[]
null
[]
package MyList; import java.util.*; public class MyList { public Node head,tail; public int size = 0; public void insert(int a[]) { if(a==null||a.length==0) return; if(head==null) head = new Node(a[0]); Node cur = head; for(int i=1;i<a.length;i++) { cur.next = new Node(a[i]); cur = cur.next; } ...
889
0.5973
0.591676
49
17.142857
14.676095
53
false
false
0
0
0
0
0
0
2.122449
false
false
6
697d962136dbc0bd5cd74a86e1c142ea8ff45d01
35,218,731,861,814
cd9b62349721dc60e6e00959dccf94b86d2c569e
/src/com/ltmcp/mobile/dao/Shoufa_personServiceDao.java
73cbc457ab30d5e25aa8d21e37d5437aa02b7693
[]
no_license
xinsec/oirlManage
https://github.com/xinsec/oirlManage
c4f471979dae391d680d1df674ee0e53cd3ef727
b454cf36a762e2563987e0aa6bb112efd80571d6
refs/heads/master
2018-02-07T12:53:36.945000
2017-06-30T06:25:32
2017-06-30T06:25:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ltmcp.mobile.dao; import java.util.List; import com.ltmcp.entity.Limt; import com.ltmcp.entity.Person; import com.ltmcp.entity.shoufa_person; public interface Shoufa_personServiceDao { /** * 把分发人登录信息保存session中 * @param shoufa_person */ public void saveShoufa_personInfoToSession(shoufa_person sho...
GB18030
Java
357
java
Shoufa_personServiceDao.java
Java
[]
null
[]
package com.ltmcp.mobile.dao; import java.util.List; import com.ltmcp.entity.Limt; import com.ltmcp.entity.Person; import com.ltmcp.entity.shoufa_person; public interface Shoufa_personServiceDao { /** * 把分发人登录信息保存session中 * @param shoufa_person */ public void saveShoufa_personInfoToSession(shoufa_person sho...
357
0.773134
0.773134
16
19.9375
19.995214
73
false
false
0
0
0
0
0
0
0.6875
false
false
6
05d391df582e7b8718302949df6749dc81e08b68
12,687,333,411,373
ae4066a69cb9d62cd9faf759e613940c3b620d39
/src/main/java/com/mzh/emock/type/bean/EMBeanWrapper.java
502c5c9a47d435bc6a9e3373c5df75277214f87a
[]
no_license
zhmacn/emock
https://github.com/zhmacn/emock
27c9205e6e34f315c775bb27f41e0e6dbe0091e1
37d42c245e6f0c7419df184006debf46733cf203
refs/heads/master
2023-06-03T23:20:03.294000
2021-07-03T10:36:25
2021-07-03T10:36:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mzh.emock.type.bean; @FunctionalInterface public interface EMBeanWrapper<T> { T wrap(T t); }
UTF-8
Java
109
java
EMBeanWrapper.java
Java
[]
null
[]
package com.mzh.emock.type.bean; @FunctionalInterface public interface EMBeanWrapper<T> { T wrap(T t); }
109
0.743119
0.743119
5
20.799999
12.188519
35
false
false
0
0
0
0
0
0
0.4
false
false
6
176c1053bb431198ea444b8b67af55cd40f14b7b
3,126,736,210,992
2cd64269df4137e0a39e8e67063ff3bd44d72f1b
/commercetools/commercetools-sdk-java-api/src/main/java-predicates-generated/com/commercetools/api/predicates/query/message/CustomerEmailVerifiedMessagePayloadQueryBuilderDsl.java
98d4fbafe7ba5cc8cc98211c890b476b1b3da3b2
[ "Apache-2.0", "GPL-2.0-only", "EPL-2.0", "CDDL-1.0", "MIT", "BSD-3-Clause", "Classpath-exception-2.0" ]
permissive
commercetools/commercetools-sdk-java-v2
https://github.com/commercetools/commercetools-sdk-java-v2
a8703f5f8c5dde6cc3ebe4619c892cccfcf71cb8
76d5065566ff37d365c28829b8137cbc48f14df1
refs/heads/main
2023-08-14T16:16:38.709000
2023-08-14T11:58:19
2023-08-14T11:58:19
206,558,937
29
13
Apache-2.0
false
2023-09-14T12:30:00
2019-09-05T12:30:27
2023-08-25T13:41:43
2023-09-14T12:29:59
549,563
27
13
16
Java
false
false
package com.commercetools.api.predicates.query.message; import com.commercetools.api.predicates.query.*; public class CustomerEmailVerifiedMessagePayloadQueryBuilderDsl { public CustomerEmailVerifiedMessagePayloadQueryBuilderDsl() { } public static CustomerEmailVerifiedMessagePayloadQueryBuilderDsl of()...
UTF-8
Java
762
java
CustomerEmailVerifiedMessagePayloadQueryBuilderDsl.java
Java
[]
null
[]
package com.commercetools.api.predicates.query.message; import com.commercetools.api.predicates.query.*; public class CustomerEmailVerifiedMessagePayloadQueryBuilderDsl { public CustomerEmailVerifiedMessagePayloadQueryBuilderDsl() { } public static CustomerEmailVerifiedMessagePayloadQueryBuilderDsl of()...
762
0.784777
0.784777
19
39.052631
38.072609
109
false
false
0
0
0
0
0
0
0.315789
false
false
6
fc159816fa6c7f292f1db3d184d8493a1ff52a3a
3,126,736,215,221
cea084bfe199ba1d51dc906a32abdd354818b11c
/src/Controlor/ExpressManager.java
0298a903d470d06a6ccf63d768f2d8b4aa62f2a1
[]
no_license
Xavier396/databaseWithGui
https://github.com/Xavier396/databaseWithGui
957df82464ed122b391cf1e572f2635f7fbc9375
675dc3423827c9887c59193fe9a6d79624084d97
refs/heads/master
2020-09-30T00:32:51.609000
2019-12-22T11:47:45
2019-12-22T11:47:45
227,157,151
0
0
null
false
2019-12-10T15:51:05
2019-12-10T15:42:58
2019-12-10T15:45:44
2019-12-10T15:50:46
0
0
0
1
Java
false
false
package Controlor; import Dao.BasicDao; import javafx.fxml.FXML; import javafx.scene.control.*; import utils.Utils; import java.sql.ResultSet; import java.sql.SQLException; import java.text.ParseException; import java.time.LocalTime; import java.time.format.DateTimeParseException; public class ExpressManager { ...
UTF-8
Java
9,704
java
ExpressManager.java
Java
[]
null
[]
package Controlor; import Dao.BasicDao; import javafx.fxml.FXML; import javafx.scene.control.*; import utils.Utils; import java.sql.ResultSet; import java.sql.SQLException; import java.text.ParseException; import java.time.LocalTime; import java.time.format.DateTimeParseException; public class ExpressManager { ...
9,704
0.488886
0.47944
229
38.292576
32.244522
276
false
false
0
0
0
0
0
0
1.157205
false
false
6
ecaa674615e48bb52f1dd3b3a36cafd0800a9947
34,677,565,996,616
0fd94707075d1c0affc53d9c1b4cf384c6d8495c
/src/CountryPageParser.java
986cca54311a7efcb65e825474663107e739c83b
[]
no_license
evanragon/factbook
https://github.com/evanragon/factbook
f44875fe337c08cba941c174eb963ef05fa6f976
e61a81e6728af7149570918e09f89b80a4ac032f
refs/heads/master
2016-09-05T22:33:09.984000
2015-04-08T19:36:26
2015-04-08T19:36:26
33,629,762
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.InputStream; import java.util.HashMap; import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * A parser for CIA Factbook pages * @author evan */ public class CountryPageParser { private Scanner pageScanner; private Country country; private HashMap<String...
UTF-8
Java
17,514
java
CountryPageParser.java
Java
[ { "context": "\n/**\n * A parser for CIA Factbook pages\n * @author evan\n */\n\npublic class CountryPageParser {\n\n\tprivate S", "end": 200, "score": 0.9582182168960571, "start": 196, "tag": "NAME", "value": "evan" } ]
null
[]
import java.io.InputStream; import java.util.HashMap; import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * A parser for CIA Factbook pages * @author evan */ public class CountryPageParser { private Scanner pageScanner; private Country country; private HashMap<String...
17,514
0.699326
0.697499
636
26.537735
26.552904
121
false
false
0
0
0
0
0
0
1.900943
false
false
6
0aaa7921cf97c5a48ba21821c14a4f6b3780935e
32,435,593,068,338
0bef16c06815bf0db0bfc8550df62eb9a64dd4a4
/Assign 3/src/SafeZone.java
81039bfb83283eb23dcb0483f57225c6458f5f18
[]
no_license
sfayez/2AA4
https://github.com/sfayez/2AA4
423a3de1c5cfb8889f1c5f261e5758095bd4d2ce
abb215b1553d355d2ed51986d9eeabbc2bfe74cc
refs/heads/master
2021-01-17T15:51:31.818000
2017-03-21T02:12:21
2017-03-21T02:12:21
84,115,127
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.ArrayList; /** * Class for a GenericList to hold the safe zone. * *@author Susan Fayez *001404420 */ public class SafeZone extends GenericList{ //Redefining the constant from GenericList public static final int MAX_SIZE = 1; protected ArrayList<RegionT> s; /** * Constructor for SafeZone...
UTF-8
Java
388
java
SafeZone.java
Java
[ { "context": " a GenericList to hold the safe zone.\n *\n *@author Susan Fayez\n *001404420\n */\npublic class SafeZone extends Gen", "end": 107, "score": 0.9998680949211121, "start": 96, "tag": "NAME", "value": "Susan Fayez" } ]
null
[]
import java.util.ArrayList; /** * Class for a GenericList to hold the safe zone. * *@author <NAME> *001404420 */ public class SafeZone extends GenericList{ //Redefining the constant from GenericList public static final int MAX_SIZE = 1; protected ArrayList<RegionT> s; /** * Constructor for SafeZone */...
383
0.701031
0.675258
21
17.476191
16.706484
49
false
false
0
0
0
0
0
0
0.761905
false
false
6
27247d5881f2b1f4999b953bb3c6586ccd060af1
34,222,299,470,238
5f666eba3050bd2497c2442124b01b2a67306bb3
/src/test/java/net/snowflake/client/jdbc/PreparedStatementArrow1LatestIT.java
5c68c198bf7b0b76a817efc06f6015784e9ed52e
[ "Apache-2.0" ]
permissive
snowflakedb/snowflake-jdbc
https://github.com/snowflakedb/snowflake-jdbc
d6cfa4b84aa1082d98f4e11d9ad6ad5c6ec6303f
1e92087beb9733173554065f94cfe098f8b202f8
refs/heads/master
2023-08-31T12:37:41.759000
2023-08-28T05:21:47
2023-08-28T05:21:47
62,267,978
157
185
Apache-2.0
false
2023-09-11T16:52:00
2016-06-30T00:59:41
2023-09-06T17:21:18
2023-09-11T16:51:59
52,721
155
152
58
Java
false
false
/* * Copyright (c) 2012-2020 Snowflake Computing Inc. All right reserved. */ package net.snowflake.client.jdbc; import net.snowflake.client.category.TestCategoryStatement; import org.junit.experimental.categories.Category; /** * PreparedStatement integration tests for the latest JDBC driver. This doesn't work for ...
UTF-8
Java
600
java
PreparedStatementArrow1LatestIT.java
Java
[]
null
[]
/* * Copyright (c) 2012-2020 Snowflake Computing Inc. All right reserved. */ package net.snowflake.client.jdbc; import net.snowflake.client.category.TestCategoryStatement; import org.junit.experimental.categories.Category; /** * PreparedStatement integration tests for the latest JDBC driver. This doesn't work for ...
600
0.795
0.775
18
32.333332
32.221455
99
false
false
0
0
0
0
0
0
0.222222
false
false
6
824b66e54b1fe0310f66282edfb8283f342e0eb5
35,639,638,666,616
ff93d57449b4717185e9b3fd64292b4e5b8c6aa4
/src/Player.java
8b27ffe37020ac698b71e2a047bfea0680d31a36
[]
no_license
akuzhi2/Quizzes
https://github.com/akuzhi2/Quizzes
e4fdd4af0a4f258186ff527cec132e202f60b14c
35e86ba5dceec820f0f3f7fa00776e2e09ab63f4
refs/heads/master
2021-08-28T11:17:52.687000
2017-12-12T03:27:44
2017-12-12T03:27:44
113,780,099
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Player { private int[] harryPotter; private int[] hist; private int[] sharkos; private int quiz; public Player(int quiz) { this.quiz = quiz; if(this.quiz == 0) { hist = new int[12]; } else if (this.quiz == 1) { harryPotter = new int[5]; } else if(this.quiz == 2) { sharkos = new int[...
UTF-8
Java
335
java
Player.java
Java
[]
null
[]
public class Player { private int[] harryPotter; private int[] hist; private int[] sharkos; private int quiz; public Player(int quiz) { this.quiz = quiz; if(this.quiz == 0) { hist = new int[12]; } else if (this.quiz == 1) { harryPotter = new int[5]; } else if(this.quiz == 2) { sharkos = new int[...
335
0.59403
0.573134
16
19.875
8.915401
30
false
false
0
0
0
0
0
0
2
false
false
6
48894b6d74ffa0f71f5c13864cd182a7c8f48e92
13,967,233,667,075
544bd85586fffb372af299a77d46f0ee97b770dd
/lekser/lekser10/Question28.java
7e699fa94f1d325f1dcb8321ec9ab135752bb61d
[]
no_license
Macsrone/EPM
https://github.com/Macsrone/EPM
7772d1ef1238cc6c8b4b154cf5ec3d41399d10f3
23374a19a2fcf9241647c2cb75c63f47dc58625e
refs/heads/master
2022-04-19T00:12:33.143000
2020-04-15T17:13:52
2020-04-15T17:13:52
255,987,814
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package lekser10; public class Question28 { public static void main(String[] args) { System.out.println(clean("alo,ula,aloo", "ula")); } public static String clean(String s1, String s2) { String result=""; if(s1.indexOf(s2)==0) { result=s1.replace(s2, "").trim(); }else{ result=s1.rep...
UTF-8
Java
400
java
Question28.java
Java
[]
null
[]
package lekser10; public class Question28 { public static void main(String[] args) { System.out.println(clean("alo,ula,aloo", "ula")); } public static String clean(String s1, String s2) { String result=""; if(s1.indexOf(s2)==0) { result=s1.replace(s2, "").trim(); }else{ result=s1.rep...
400
0.6075
0.565
27
13.814815
18.640928
64
false
false
0
0
0
0
0
0
1.703704
false
false
6
939974508b0e15dd6fdf4f4e98e8b488e09e49e5
36,077,725,327,797
2089e80014f289e0d632e2cc8ded1b820dc82b61
/odata2-lib/odata-client-core/src/test/java/org/apache/olingo/odata2/client/core/ep/deserializer/XmlMetadataAssociationTest.java
7e5e5476ab6e82deeea4649e96449435ef37eb5a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
apache/olingo-odata2
https://github.com/apache/olingo-odata2
a0e489101a6173734934eb9dd1b592f0ca284f49
bed23e77f9735c0094b5784aa0d7e3ee972018be
refs/heads/master
2023-08-25T06:05:34.246000
2022-10-23T06:54:29
2022-11-30T17:01:41
18,830,102
45
96
Apache-2.0
false
2023-09-03T07:44:00
2014-04-16T07:00:07
2022-12-13T10:34:31
2023-09-03T07:43:58
6,956
38
75
9
Java
false
false
/******************************************************************************* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this f...
UTF-8
Java
30,382
java
XmlMetadataAssociationTest.java
Java
[ { "context": "es = \"r_Employees\";\n final String manager = \"r_Manager\";\n final String xmlWithInvalidAssociationSetEn", "end": 21152, "score": 0.7619488835334778, "start": 21145, "tag": "USERNAME", "value": "Manager" }, { "context": "ees = \"r_Employees\";\n final String...
null
[]
/******************************************************************************* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this f...
30,382
0.615364
0.605885
522
57.203064
33.862026
119
false
false
0
0
0
0
0
0
0.40613
false
false
6
929c0710de8f38d10259b17f1f67bc81bdd07c52
39,565,238,757,066
ab398cc0717f1d794c5e626a00c7000c4216ab22
/MIS_Server/src/main/java/srm/curd/model/Project.java
1f89a5e9efb4c0fd79d8b412dfc9dd0d3a7f7094
[]
no_license
sujathaanand/sampleclientndweb
https://github.com/sujathaanand/sampleclientndweb
e1a865c23b2782cf27f63f6169623497cce3489d
9c798b4c697bc1137b3896740fdfe0569d9d8f6f
refs/heads/master
2020-04-01T01:35:29.932000
2018-10-12T12:20:17
2018-10-12T12:20:17
152,744,821
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package srm.curd.model; import java.io.Serializable; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import com.fasterxml.jackson.ann...
UTF-8
Java
2,200
java
Project.java
Java
[]
null
[]
package srm.curd.model; import java.io.Serializable; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import com.fasterxml.jackson.ann...
2,200
0.724545
0.724545
111
18.828829
20.373924
113
false
false
0
0
0
0
0
0
1.333333
false
false
6