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
a4f406de005310f1e325bce5af2b7fcc936b1c5d
25,159,918,441,632
a698b3308483844ab26c4446afc4ded879f15b8a
/src/main/java/ua/kvelinskyi/entity/PhoneBook.java
bf550047a04624ef4973f064b6e9bf31577dac3e
[]
no_license
IgorKvjava/PolyclinicWeb
https://github.com/IgorKvjava/PolyclinicWeb
70161163b25af4fc914426ef068016af2f3efb7f
3059f688e2ed8e6495b81f1114b77c3e10a73dcf
refs/heads/master
2020-03-25T08:32:37.645000
2019-10-17T13:02:28
2019-10-17T13:02:28
143,618,409
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ua.kvelinskyi.entity; import javax.persistence.*; @Entity @Table(name = "phone_books", schema = "polyclinicbase") public class PhoneBook { private int id; private int idUser; private String suname; private String fistName; private String middleName; private String phoneMobile; priv...
UTF-8
Java
5,048
java
PhoneBook.java
Java
[]
null
[]
package ua.kvelinskyi.entity; import javax.persistence.*; @Entity @Table(name = "phone_books", schema = "polyclinicbase") public class PhoneBook { private int id; private int idUser; private String suname; private String fistName; private String middleName; private String phoneMobile; priv...
5,048
0.561014
0.556458
185
26.286486
23.414227
113
false
false
0
0
0
0
0
0
0.464865
false
false
6
356a1cc0116ac706db989010c55915e545114e5e
25,254,407,720,455
832ccdda4e326002bcece9693631c2883b66d7bf
/src/main/java/springbootexample/jpa/config/DataSourceConfig.java
8c0c1b361aa0d1153cf69908fd0a7fe3860e571f
[]
no_license
maheshpeddigithub/springbootexample
https://github.com/maheshpeddigithub/springbootexample
d2d6650a154a0fab7c3bbbe5481831aee440aad9
4a6133bce283a2a37d04b8ce28f9c21df9b3c890
refs/heads/master
2021-01-13T08:06:08.557000
2016-10-23T22:59:55
2016-10-23T22:59:55
71,724,310
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package springbootexample.jpa.config; import com.mchange.v2.c3p0.ComboPooledDataSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import javax.sql.DataSource; @Configuration public class DataSourceConfig { @Bean public DataSource createD...
UTF-8
Java
605
java
DataSourceConfig.java
Java
[ { "context": "DataSource();\n ds.setJdbcUrl(\"jdbc:derby://127.0.0.1:1527/EmployeeDB;create=true;user=sa;password=sa\")", "end": 460, "score": 0.9997201561927795, "start": 451, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": ".0.1:1527/EmployeeDB;create=true;user=sa;...
null
[]
package springbootexample.jpa.config; import com.mchange.v2.c3p0.ComboPooledDataSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import javax.sql.DataSource; @Configuration public class DataSourceConfig { @Bean public DataSource createD...
605
0.757025
0.735537
20
29.25
28.278746
96
false
false
0
0
0
0
0
0
0.6
false
false
6
7da52361c52eb6471f388b19d522dd7733c43d75
20,693,152,458,121
e4243d395f4666cc0a940d335ad64c49d5e2f02b
/src/fot/Create_Timetable.java
02ed54827048be4b2b063a03f2f7274dacaad79b
[]
no_license
ruwan97/FOT-TECMIS
https://github.com/ruwan97/FOT-TECMIS
27f17367e77465a391fe20a407a67d91d8fa3965
d9933282707abad4f049d4edd414ca286bd54c36
refs/heads/main
2023-03-14T13:32:51.505000
2021-03-05T14:56:10
2021-03-05T14:56:10
341,253,023
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 fot; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; imp...
UTF-8
Java
16,536
java
Create_Timetable.java
Java
[ { "context": "port net.proteanit.sql.DbUtils;\n\n/**\n *\n * @author user\n */\npublic class Create_Timetable extends javax.sw", "end": 478, "score": 0.977563738822937, "start": 474, "tag": "USERNAME", "value": "user" } ]
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 fot; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; imp...
16,536
0.581519
0.561381
444
36.243244
28.223198
168
false
false
0
0
0
0
0
0
0.862613
false
false
6
89e4ead25121efc3de0ffc396a17ba30cc0f102f
20,693,152,458,353
ff7ae6d52a00ff4ea10ea948a57e793fe52c0611
/src/main/java/hsoft/yfzx/jlgs/business/im/ctmmodel/QChatCfgSyncRec.java
4cc9e73bfcbae405b1daf5f0a72668aa51012d50
[]
no_license
l631768226/jlgs
https://github.com/l631768226/jlgs
4d1a0469cb8cff9fa9dfd8d4cf8f20048f67caaa
30d6e76a37615790d3a81df3ad5f884e47465a96
refs/heads/master
2022-05-26T18:17:23.657000
2019-10-23T00:52:06
2019-10-23T00:52:06
208,682,542
0
0
null
false
2022-05-20T21:09:20
2019-09-16T01:14:50
2019-10-23T00:52:18
2022-05-20T21:09:20
4,231
0
0
1
Java
false
false
package hsoft.yfzx.jlgs.business.im.ctmmodel; import hsoft.yfzx.jlgs.utils.validation.AbstactBaseRec; import hsoft.yfzx.jlgs.utils.validation.DataType; import hsoft.yfzx.jlgs.utils.validation.DataValidation; import java.math.BigDecimal; /** * 同步会话设置时使用的实体类 */ public class QChatCfgSyncRec extends AbstactBaseRec { ...
UTF-8
Java
853
java
QChatCfgSyncRec.java
Java
[]
null
[]
package hsoft.yfzx.jlgs.business.im.ctmmodel; import hsoft.yfzx.jlgs.utils.validation.AbstactBaseRec; import hsoft.yfzx.jlgs.utils.validation.DataType; import hsoft.yfzx.jlgs.utils.validation.DataValidation; import java.math.BigDecimal; /** * 同步会话设置时使用的实体类 */ public class QChatCfgSyncRec extends AbstactBaseRec { ...
853
0.716034
0.713586
34
23.029411
24.341305
101
false
false
0
0
0
0
0
0
0.411765
false
false
6
dcae7b6537fba38a9580715dcede4d87e7f37513
14,199,161,903,623
a1b80a8b99dc9dda23690382a27043fa7c38ee04
/src/main/java/de/fraunhofer/iais/eis/ComponentCertificationBuilder.java
5f3d7f0272c38cbce084ab5ecea1742cd7978546
[]
no_license
ashokkumarta/infomodel
https://github.com/ashokkumarta/infomodel
35cbf78847f835f9cc16fa37949ef8bd81a16078
475c1d8c081024e439763e9044785ade427831a9
refs/heads/main
2023-06-24T14:21:10.937000
2021-07-17T09:17:54
2021-07-17T09:17:54
386,892,021
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package de.fraunhofer.iais.eis; import de.fraunhofer.iais.eis.util.*; import de.fraunhofer.iais.eis.*; import javax.xml.datatype.XMLGregorianCalendar; import java.lang.String; import java.math.BigInteger; import java.net.URL; import java.net.URI; import java.util.*; import javax.validation.constraints.*; import java....
UTF-8
Java
2,184
java
ComponentCertificationBuilder.java
Java
[]
null
[]
package de.fraunhofer.iais.eis; import de.fraunhofer.iais.eis.util.*; import de.fraunhofer.iais.eis.*; import javax.xml.datatype.XMLGregorianCalendar; import java.lang.String; import java.math.BigInteger; import java.net.URL; import java.net.URI; import java.util.*; import javax.validation.constraints.*; import java....
2,184
0.804487
0.804487
73
28.917809
35.083366
146
false
false
0
0
0
0
0
0
1.164384
false
false
6
52d3756a79f44ad7c8ca6e968f4c78c37e5af04e
29,910,152,274,601
edba71f2847437f7e25cefc1db8234507e6e7b53
/src/test/java/com/javatpoint/seleniumjavatpoint/BaseTest.java
cfda84a35228919157036929bcbb06971bdbfbfb
[]
no_license
TonyYuta/seleniumjavatpoint
https://github.com/TonyYuta/seleniumjavatpoint
2e0b3841e66590b55b88a03adec3962a51605cef
8f35da447336136438a545abfb0c154395afcb65
refs/heads/master
2023-05-25T21:13:50.873000
2019-08-24T15:39:02
2019-08-24T15:39:02
198,095,732
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.javatpoint.seleniumjavatpoint; import org.openqa.selenium.WebDriver; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Parameters; import seleniumjavatpoint.*; import java.util.ArrayList; import java.util.HashSet; public class BaseTest { ...
UTF-8
Java
1,558
java
BaseTest.java
Java
[]
null
[]
package com.javatpoint.seleniumjavatpoint; import org.openqa.selenium.WebDriver; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Parameters; import seleniumjavatpoint.*; import java.util.ArrayList; import java.util.HashSet; public class BaseTest { ...
1,558
0.638639
0.638639
54
27.851852
21.833891
91
false
false
0
0
0
0
0
0
0.611111
false
false
6
386442498a46f960ac4d131875a32f6904176d57
3,822,520,918,192
c6430b8f70a5f73d7631ce1a6dcda4b87c2294de
/Projects/TM02_VideoRentalInventorySystem/src/service/Video.java
79cabdac84633e007bf395015c5db706c80b3152
[]
no_license
Masher828/Java
https://github.com/Masher828/Java
62691b5ce26612aeff1b0c00b06795354e9d54bd
a6c71f30065dbf3fb81e69d83d33e5bac1cbfae5
refs/heads/master
2021-04-07T10:13:46.986000
2020-03-20T04:20:28
2020-03-20T04:20:28
248,667,447
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package service; public class Video { public String videoName; boolean checkout=false; int rating=0; Video(String videoName){ this.videoName=videoName; } String getName() { return this.videoName; } void doCheckout() { this.checkout=true; } void doReturn() { this.checkout=false; } void recieveRat...
UTF-8
Java
463
java
Video.java
Java
[]
null
[]
package service; public class Video { public String videoName; boolean checkout=false; int rating=0; Video(String videoName){ this.videoName=videoName; } String getName() { return this.videoName; } void doCheckout() { this.checkout=true; } void doReturn() { this.checkout=false; } void recieveRat...
463
0.691145
0.688985
29
14.965517
10.28049
33
false
false
0
0
0
0
0
0
1.517241
false
false
6
fe0706b69f6641961aae43c88bf341db6b1c679e
15,393,162,817,252
6bf1811bf944f89e4cac3f66cce080638afd62b7
/app/src/main/java/com/example/android/splash/Splash.java
e4af5e5b83a7d3fba7440b80b0118ecef65bcb36
[]
no_license
kartiksethi/DMRC_final
https://github.com/kartiksethi/DMRC_final
22a58d56d6f22c8300d13a0c9aabc27be2e59f9a
d5021e8078c67249f2384da210979c1cb0c458ba
refs/heads/master
2021-08-30T06:33:26.107000
2017-12-16T14:13:43
2017-12-16T14:13:43
63,752,166
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.android.splash; import android.content.Intent; import android.content.SharedPreferences; import android.database.Cursor; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.DisplayMetrics; import android.util.Log; import android.view.Display; import androi...
UTF-8
Java
4,795
java
Splash.java
Java
[ { "context": " cursor.close();\n }\n\n}\n\n\n\n\n\n/**\n * Created by Kartik Sethi on 01-Jun-16.\n */\n/**\n *\n public class Splash ext", "end": 3952, "score": 0.999850869178772, "start": 3940, "tag": "NAME", "value": "Kartik Sethi" } ]
null
[]
package com.example.android.splash; import android.content.Intent; import android.content.SharedPreferences; import android.database.Cursor; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.DisplayMetrics; import android.util.Log; import android.view.Display; import androi...
4,789
0.632325
0.625235
144
32.305557
27.603662
115
false
false
0
0
0
0
0
0
0.701389
false
false
6
bf3c6599a0d009ddb7368760f602006d58ecadfe
773,094,145,127
8cf5662d60219945c3be4a27b5974b481bee887e
/cloud-technical-model/src/main/java/com/francetelecom/clara/cloud/techmodel/cf/EnvVariable.java
79639a11697af6436679c0aee3dfaa77d6fe73ae
[ "Apache-2.0" ]
permissive
guypod/elpaaso-core
https://github.com/guypod/elpaaso-core
d9f62700b3a8c52a71880f37e58397347428cd8b
749f643e8163c4fd45d601bde8375d745e040d48
refs/heads/master
2021-06-13T23:51:16.210000
2015-09-23T14:30:27
2015-09-23T14:30:27
94,277,327
0
0
Apache-2.0
true
2021-05-27T04:28:47
2017-06-14T02:00:20
2017-06-14T02:00:26
2021-05-27T04:28:46
20,546
0
0
218
Java
false
false
/** * Copyright (C) 2015 Orange * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, s...
UTF-8
Java
2,206
java
EnvVariable.java
Java
[]
null
[]
/** * Copyright (C) 2015 Orange * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, s...
2,206
0.755666
0.749773
77
27.649351
25.664047
83
false
false
0
0
0
0
0
0
0.714286
false
false
6
6f0a617dce875ff4edc6f51a5af1b2e2a99f98ac
16,149,077,068,231
be0b8f24b7efa190232ed3515b1004b472b4f7db
/src/main/java/ru/mail/skorobogatov/www/functionality/Theme.java
84e7a68d1ecff68f39aeed09ece1745eb66e5fe3
[]
no_license
Bobarik/Test-Generator
https://github.com/Bobarik/Test-Generator
33eae9068f6a2317c32ba97ba7bbc80109b1db81
26e497d8a7958a0121e39db032590fcedbed25fc
refs/heads/main
2023-07-10T09:24:00.659000
2021-08-25T11:12:10
2021-08-25T11:12:10
399,787,841
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.mail.skorobogatov.www.functionality; import java.util.HashMap; import java.util.Map; public enum Theme { KINET("Кинетика"), FAZ("Фазовые"), TERM("Термодинамика"), elek("Электрохимия"), KINETK("Кинетика - контрольная"), KHKONE("КХ - коллоквиум 1"), KHKTWO("КХ - коллок...
UTF-8
Java
1,078
java
Theme.java
Java
[]
null
[]
package ru.mail.skorobogatov.www.functionality; import java.util.HashMap; import java.util.Map; public enum Theme { KINET("Кинетика"), FAZ("Фазовые"), TERM("Термодинамика"), elek("Электрохимия"), KINETK("Кинетика - контрольная"), KHKONE("КХ - коллоквиум 1"), KHKTWO("КХ - коллок...
1,078
0.572864
0.570854
44
20.65909
18.295483
69
false
false
0
0
0
0
0
0
0.409091
false
false
6
fa5429797c0bccaa956a2129e0e6bea39ddb598f
37,426,345,049,463
a819f66654b066f2130dbcde3f021122667d2a63
/Lab2Activities/src/main/java/co/edu/udea/compumovil/gr04_20211/lab2/adapter/SitioAdapter.java
58eda9dca2774f53bf335a8986dd6dd6655dd054
[]
no_license
samuelgil007/LabsCM20211-Gr04
https://github.com/samuelgil007/LabsCM20211-Gr04
e32f685b586374e8e5660e8a0fb9ce99ba17320a
5f83213b516268a15b9c157e2c9b4bc56dbef3a1
refs/heads/master
2023-07-14T02:17:25.290000
2021-08-31T08:23:15
2021-08-31T08:23:15
358,050,787
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package co.edu.udea.compumovil.gr04_20211.lab2.adapter; import android.content.Context; import android.content.Intent; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; impor...
UTF-8
Java
4,047
java
SitioAdapter.java
Java
[]
null
[]
package co.edu.udea.compumovil.gr04_20211.lab2.adapter; import android.content.Context; import android.content.Intent; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; impor...
4,047
0.651347
0.64344
115
34.191303
25.413073
102
false
false
0
0
0
0
0
0
0.582609
false
false
6
37039c058a94e0ba2843eb2c4f60ca8369a7f70c
8,770,323,247,616
89fff99067bff89fa89a6153a3ad49852e83596b
/luckybookpreview/src/main/java/com/example/luckybookpreview/ui/fragments/BookFragment.java
288a1cd7563b311539430abada590bcedf587a62
[]
no_license
DFgQuartex/LuckyBookLastVersion
https://github.com/DFgQuartex/LuckyBookLastVersion
bf9d053b4d74b1d178000d560bcf824aa457b66b
770e3628aa4ccccc572e415c98dbd9703c80baf5
refs/heads/master
2020-04-09T23:36:26.472000
2018-12-06T11:03:54
2018-12-06T11:03:54
160,661,415
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.luckybookpreview.ui.fragments; import android.graphics.Bitmap; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.luckybookpreview.R; import com.example.luckybookprevi...
UTF-8
Java
2,552
java
BookFragment.java
Java
[ { "context": "server;\n\nimport java.util.List;\n\n/**\n * Created by DemaFayz on 29.06.2016.\n */\npublic class BookFragment exte", "end": 591, "score": 0.9585360288619995, "start": 583, "tag": "USERNAME", "value": "DemaFayz" } ]
null
[]
package com.example.luckybookpreview.ui.fragments; import android.graphics.Bitmap; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.luckybookpreview.R; import com.example.luckybookprevi...
2,552
0.693965
0.685345
88
27.988636
26.939535
123
false
false
0
0
0
0
0
0
0.556818
false
false
6
2c5ff45b4067aa4a3ac259e3ef9f2518892e42d9
19,679,540,179,557
d9e964900a3fe05d17ab8c565f58c1e36807d091
/src/main/java/net/mky/jfxmpi/ImageViewStart.java
74d889175cb0fb75c71e150fb91701e347e01b32
[ "MIT" ]
permissive
Azmechatech/JFXMPI
https://github.com/Azmechatech/JFXMPI
7d676045d7a977085dec924b0d7e1f6facefd70e
f1182880e963c84eb225be339b915e76cc54712b
refs/heads/master
2023-04-28T18:38:42.631000
2021-05-23T13:21:30
2021-05-23T13:21:30
160,830,758
1
0
MIT
false
2023-04-14T17:38:17
2018-12-07T13:59:52
2021-05-23T13:22:17
2023-04-14T17:38:17
210,294
1
0
2
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 net.mky.jfxmpi; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import j...
UTF-8
Java
1,115
java
ImageViewStart.java
Java
[ { "context": "import java.io.FileInputStream;\n\n/**\n *\n * @author Manoj\n */\npublic class ImageViewStart extends Applicat", "end": 499, "score": 0.9995951056480408, "start": 494, "tag": "NAME", "value": "Manoj" } ]
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 net.mky.jfxmpi; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import j...
1,115
0.699552
0.688789
45
23.777779
22.731173
79
false
false
0
0
0
0
0
0
0.511111
false
false
6
8016d673af002cca4eab8ff14d3fd401eaf2b47e
19,207,093,769,727
24a6265947ea6c6d12f728db2c38ee5c79312ae5
/MatZipSpring/src/main/java/com/koreait/matzip/HomeController.java
15d6a0f90260c608514f41f24fa8e46677d5e02c
[]
no_license
monkeymagic92/MatzipSpring
https://github.com/monkeymagic92/MatzipSpring
b3d6585af3ae75e2505049831d741d0f29b401e4
b3c0ee997b0e1c7ea1d9b126ab8909092aa79b18
refs/heads/master
2022-12-16T19:44:36.100000
2020-09-28T08:46:50
2020-09-28T08:46:50
296,271,134
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.koreait.matzip; import java.text.DateFormat; import java.util.Date; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframe...
UTF-8
Java
2,407
java
HomeController.java
Java
[ { "context": "Model.addAttribute\n\t\tmodel.addAttribute(\"myName\",\"용가리\"); \t// model로 했을때 리퀘스트하는법\n\t\trequest.setAttribute(", "end": 1094, "score": 0.9980540871620178, "start": 1091, "tag": "NAME", "value": "용가리" } ]
null
[]
package com.koreait.matzip; import java.text.DateFormat; import java.util.Date; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframe...
2,407
0.755725
0.749618
45
42.666668
44.625851
159
false
false
0
0
0
0
0
0
1.755556
false
false
6
de1674f06e11477d60ebd181f38a4429f7e9bbdf
29,549,375,024,224
132e86debc5a69876a92c71e8c38362284bd9268
/src/team/manincode/fasterinfomer/server/dao/MessageDao.java
930397d21c15e02bd7ff287875eddaf275e9fbb4
[]
no_license
The-man-in-coding/FastInformerServer
https://github.com/The-man-in-coding/FastInformerServer
5d6f8073b358c34a9cf8c28cb2736f7eaf3e9a36
55d071f05c6ac75f0e153ab3d5d2b1d03edc75a6
refs/heads/master
2016-09-09T22:15:42.500000
2015-07-16T11:46:21
2015-07-16T11:46:21
33,922,016
0
1
null
true
2015-04-14T09:13:39
2015-04-14T09:13:39
2015-04-14T08:40:31
2015-04-14T08:40:31
0
0
0
0
null
null
null
package team.manincode.fasterinfomer.server.dao; import java.util.List; import org.springframework.dao.DataAccessException; import org.springframework.orm.hibernate4.HibernateTemplate; import org.springframework.orm.hibernate4.support.HibernateDaoSupport; import org.springframework.stereotype.Repository; import tea...
UTF-8
Java
1,564
java
MessageDao.java
Java
[]
null
[]
package team.manincode.fasterinfomer.server.dao; import java.util.List; import org.springframework.dao.DataAccessException; import org.springframework.orm.hibernate4.HibernateTemplate; import org.springframework.orm.hibernate4.support.HibernateDaoSupport; import org.springframework.stereotype.Repository; import tea...
1,564
0.677749
0.675831
68
22
18.525023
70
false
false
0
0
0
0
0
0
1.176471
false
false
6
c8d81e86f6a881f66d03a1c73264e1702d4c13b1
27,462,020,927,508
352c5668917fcce7bfe3f38b00510a63a29b79a1
/TestProject/src/com/mayur/test/DeadLock.java
2627e5178afcdf5c543438118a39949ec514ba32
[]
no_license
mayurbakare/first-demo
https://github.com/mayurbakare/first-demo
1e91331245281fbdca570077f41131b5985295d2
2a1d8186b80bc5991d5bbf43290657adb29747ad
refs/heads/master
2021-05-08T14:11:55.240000
2018-02-04T08:09:41
2018-02-04T08:09:41
120,072,797
0
0
null
false
2018-02-04T08:09:42
2018-02-03T08:21:55
2018-02-03T08:23:58
2018-02-04T08:09:41
19
0
0
0
Java
false
null
package com.mayur.test; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; class as implements Runnable{ @Override public void run() { System.out.println("--"+ Thread.currentThread().getName()); } } public class DeadLock { public static void main(String[] args) { ExecutorServ...
UTF-8
Java
459
java
DeadLock.java
Java
[]
null
[]
package com.mayur.test; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; class as implements Runnable{ @Override public void run() { System.out.println("--"+ Thread.currentThread().getName()); } } public class DeadLock { public static void main(String[] args) { ExecutorServ...
459
0.705882
0.697168
23
18.956522
18.983925
62
false
false
0
0
0
0
0
0
1.434783
false
false
6
6d19b69671e9ebc5aaff936fbd93fc6479552527
27,462,020,925,802
79f5fd3d1e9dd33dc464d7c60fb8e3d276d874a9
/src/com/company/Sorting/QuickSort.java
18eb3429ce62a6eaf35d30a4760a01010bb9e701
[]
no_license
vincentdu101/Java-Algorithms-and-Data-Structures
https://github.com/vincentdu101/Java-Algorithms-and-Data-Structures
d1e8e706a59e7bfc6e6aa26834defa14a7eb2a7d
ec243ee83617f59686e28be3966a7e168b80a7d6
refs/heads/master
2021-07-10T22:11:55.645000
2021-04-29T05:30:49
2021-04-29T05:30:49
244,956,251
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company.Sorting; public class QuickSort { private int[] input; public QuickSort(int[] input){ this.input = input; } private void swap(int[] arr, int i, int j) { int temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } /* This function takes last eleme...
UTF-8
Java
1,633
java
QuickSort.java
Java
[]
null
[]
package com.company.Sorting; public class QuickSort { private int[] input; public QuickSort(int[] input){ this.input = input; } private void swap(int[] arr, int i, int j) { int temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } /* This function takes last eleme...
1,633
0.492345
0.486834
68
23.014706
19.379713
59
false
false
0
0
0
0
0
0
0.602941
false
false
6
026567c910ce1142d69f2d1c7c402e2ff2a2452c
2,929,167,728,954
8a60718f831b7377c4af7d5e824be351dc137242
/src/main/java/com/dingtalk/robot/annotation/MessageType.java
92f02324ddb01ebfb2fb0ef54a813fcabeea7f91
[]
no_license
jryiz/dingtalk-sdk
https://github.com/jryiz/dingtalk-sdk
4fbe54e9e3f915a0672805252cc316bbf3f94852
de350597a3da4a7d9b2c86920e22bf3a8795b028
refs/heads/master
2020-04-13T18:03:17.342000
2018-12-28T03:47:46
2018-12-28T03:47:46
163,363,283
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dingtalk.robot.annotation; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE,ElementType.METHOD}) @Documented public @interface MessageType { String type() default ""; }
UTF-8
Java
231
java
MessageType.java
Java
[]
null
[]
package com.dingtalk.robot.annotation; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE,ElementType.METHOD}) @Documented public @interface MessageType { String type() default ""; }
231
0.774892
0.774892
10
22.1
16.507271
46
false
false
0
0
0
0
0
0
0.4
false
false
6
cd60bf30f700c843d08bcc5301914470459163af
20,358,145,029,246
a4125dba3cc557b647cb2239de95a104a8ec5f01
/src/main/java/Lesson06/Market/Laptop.java
9c3d0d2715725b14aff8b236c7c48c6ad4ca4384
[]
no_license
YuriiPavlenko720/practice
https://github.com/YuriiPavlenko720/practice
c0c0ab33114e68c40b89d74639d5a451d5243cf9
80968d7d48739cd8a86404e689c7b3176b88efdf
refs/heads/main
2023-06-27T02:20:03.751000
2021-08-03T16:19:17
2021-08-03T16:19:17
377,566,983
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Lesson06.Market; public class Laptop extends Computer { private String diagonal; private String weight; public String getDiagonal() { return diagonal; } public void setDiagonal(String diagonal) { this.diagonal = diagonal; } public String getWeight() { ret...
UTF-8
Java
420
java
Laptop.java
Java
[]
null
[]
package Lesson06.Market; public class Laptop extends Computer { private String diagonal; private String weight; public String getDiagonal() { return diagonal; } public void setDiagonal(String diagonal) { this.diagonal = diagonal; } public String getWeight() { ret...
420
0.630952
0.62619
23
17.26087
15.671124
46
false
false
0
0
0
0
0
0
0.304348
false
false
6
f92791b115051f627acd07a74331a8ebf5471c4f
20,907,900,829,769
47460b4423feb8441a2882ef33ead3c80254f411
/src/main/java/me/zzp/jss/wrapper/Wrapper.java
9c37d0a1816b5f67de3f1c150649fa760701d92d
[]
no_license
fulus06/jss
https://github.com/fulus06/jss
debbaa9c59484fac782b7326a8cc79939384df2e
69875be70cc797ae3186b295379e05092ac62c01
refs/heads/master
2020-07-03T06:27:43.332000
2015-12-10T05:17:44
2015-12-10T05:17:44
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package me.zzp.jss.wrapper; import me.zzp.jss.scope.Context; public interface Wrapper { void wrap(Context context) throws Exception; }
UTF-8
Java
141
java
Wrapper.java
Java
[]
null
[]
package me.zzp.jss.wrapper; import me.zzp.jss.scope.Context; public interface Wrapper { void wrap(Context context) throws Exception; }
141
0.758865
0.758865
7
19.142857
17.60218
48
false
false
0
0
0
0
0
0
0.428571
false
false
6
6e47f257d729f33124820b30098a0428cd531906
23,115,514,017,484
10604e4fe62e6ff37cc60b716820d745ee7e4014
/src/main/java/com/jasper/backtracking/LC0078_Subsets.java
eb787642d92f78dc677da0e349909b2eb38947f2
[]
no_license
yichillout/LeetCode
https://github.com/yichillout/LeetCode
83df127d947fd101c8d249e11a9e6a16187cb54c
bf16f9b8885df03d8324bea3ef5394c9736468dd
refs/heads/master
2022-03-17T06:31:56.673000
2022-03-11T22:08:40
2022-03-11T22:08:40
131,534,757
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jasper.backtracking; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class LC0078_Subsets { // Solution 1 : backtracking public List<List<Integer>> subsets1(int[] nums) { List<List<Integer>> result = new ArrayList<>(); List<Integer> pa...
UTF-8
Java
1,279
java
LC0078_Subsets.java
Java
[]
null
[]
package com.jasper.backtracking; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class LC0078_Subsets { // Solution 1 : backtracking public List<List<Integer>> subsets1(int[] nums) { List<List<Integer>> result = new ArrayList<>(); List<Integer> pa...
1,279
0.494136
0.481626
45
26.422222
21.565908
95
false
false
0
0
0
0
0
0
0.733333
false
false
6
17dbb70bf88d45b29cd40c6da2ac7f54f6db9b41
31,928,786,907,152
d23b7dce694a09a296fff775d94855440fe43e09
/workflow-server/src/main/java/eu/unicore/workflow/pe/files/StageOutProcessor.java
7f117412552dfb62dcc5e019c1b8d4339663ae34
[]
no_license
schmitts/workflow
https://github.com/schmitts/workflow
5f30fd0fe11bc1337140748bc63788555ea5a818
f32f1ff19fe6aae5de1c7b010f5ebd5c7cb92347
refs/heads/master
2023-08-29T05:29:42.273000
2021-10-14T19:09:22
2021-10-14T19:09:22
417,431,959
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package eu.unicore.workflow.pe.files; import java.io.FileNotFoundException; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; import org.json.JSONArray; import org.json.JSONObject; import de.fzj.unicore.persist.Persist; import de.fzj.unicore.uas.impl.sms.SMSBaseImpl; import de.fzj...
UTF-8
Java
4,797
java
StageOutProcessor.java
Java
[ { "context": "n (the job working directory) <br/>\n * \n * @author schuller\n */\npublic class StageOutProcessor {\n\n\tprivate fi", "end": 942, "score": 0.9643934369087219, "start": 934, "tag": "USERNAME", "value": "schuller" } ]
null
[]
package eu.unicore.workflow.pe.files; import java.io.FileNotFoundException; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; import org.json.JSONArray; import org.json.JSONObject; import de.fzj.unicore.persist.Persist; import de.fzj.unicore.uas.impl.sms.SMSBaseImpl; import de.fzj...
4,797
0.70961
0.707734
172
26.889534
24.497377
103
false
false
0
0
0
0
0
0
2.418605
false
false
6
3ba7143c06a86ca2dc380ba1f7a2444e967f7c94
10,239,202,081,894
ed8fa4fd12f3f05f537c210d839ffdb6a0b9ffec
/com.goodow.web/com.goodow.web.core/src/main/java/com/goodow/web/core/servlet/ResourceServlet.java
b43bd9972fbaf86329b960aebe592815dfe8f69a
[]
no_license
larrytin/webg
https://github.com/larrytin/webg
1ecc73490c3be9e3f2d55a6c8b662b3e69b84fbe
f9dce1cf03ef2be7240bb0338aab48e4718b38d7
refs/heads/master
2016-09-06T02:58:35.210000
2013-01-21T07:35:06
2013-01-21T07:35:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.goodow.web.core.servlet; import com.goodow.web.core.server.JSONMarshaller; import com.goodow.web.core.shared.Resource; import com.goodow.web.core.shared.ResourceService; import com.google.inject.Inject; import com.google.inject.Singleton; import java.io.IOException; import javax.servlet.Servl...
UTF-8
Java
1,718
java
ResourceServlet.java
Java
[]
null
[]
package com.goodow.web.core.servlet; import com.goodow.web.core.server.JSONMarshaller; import com.goodow.web.core.shared.Resource; import com.goodow.web.core.shared.ResourceService; import com.google.inject.Inject; import com.google.inject.Singleton; import java.io.IOException; import javax.servlet.Servl...
1,718
0.720023
0.712456
55
29.236364
23.64123
85
false
false
0
0
0
0
0
0
0.581818
false
false
6
edf23992aa52faa64aaf5457c0494a3a5b82207f
24,799,141,204,625
693a6eb260ac9b565a22cf99e7114b647c0e41b9
/core/src/explorer/game/framework/InputEngine.java
3a26533167731971856acedf937022deed7d8c18
[]
no_license
TPiotr/UniverseExplorer
https://github.com/TPiotr/UniverseExplorer
69f3be484da1516ed91f1fa9d827f154d91275f0
1629291865f7443ac0eddbada6400f7f97c08555
refs/heads/master
2020-06-14T16:27:44.717000
2019-07-05T12:34:08
2019-07-05T12:34:08
195,055,705
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package explorer.game.framework; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.InputProcessor; public class InputEngine { private InputMultiplexer multi_input; public InputEngine() { multi_input = new InputMultiplexer(); Gdx.input.setInputProcessor(multi_input...
UTF-8
Java
715
java
InputEngine.java
Java
[]
null
[]
package explorer.game.framework; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.InputProcessor; public class InputEngine { private InputMultiplexer multi_input; public InputEngine() { multi_input = new InputMultiplexer(); Gdx.input.setInputProcessor(multi_input...
715
0.777622
0.777622
31
22.064516
20.871243
65
false
false
0
0
0
0
0
0
1.258065
false
false
6
79d98d9b59a90050d2f4b85b62583afb68334646
22,651,657,559,462
4505d18851ce2156c599ded45688e259d07efdd3
/BTS/src/Domaine/materiel/EmpruntMateriel.java
b1d53568a7ccde3869cdb986e4793fa052da8ae7
[]
no_license
BTS-DSI/School-Management-System
https://github.com/BTS-DSI/School-Management-System
2c15de9aebcfc8017670c78ce8471e2a1298a878
39c55de96be9db42e6f858f5ed5bc67141ec1654
refs/heads/master
2022-10-08T09:26:30.063000
2020-06-10T16:29:20
2020-06-10T16:29:20
248,840,825
1
5
null
null
null
null
null
null
null
null
null
null
null
null
null
package Domaine.materiel; import java.util.Date; import Domaine.utilisateur.Utilisateur; public class EmpruntMateriel { private int id; private ExemplaireMateriel exemplaireMateriel; private Utilisateur emprunteur; private Date dateEmprunt; private Date dateRetour; private String observation; private String e...
UTF-8
Java
2,029
java
EmpruntMateriel.java
Java
[]
null
[]
package Domaine.materiel; import java.util.Date; import Domaine.utilisateur.Utilisateur; public class EmpruntMateriel { private int id; private ExemplaireMateriel exemplaireMateriel; private Utilisateur emprunteur; private Date dateEmprunt; private Date dateRetour; private String observation; private String e...
2,029
0.740759
0.740759
78
25.02564
21.74501
128
false
false
0
0
0
0
0
0
1.935897
false
false
6
9fdd8d2e6882cb055f93db12538cc3aabdca7bf7
5,729,486,413,560
ec5673358b7aa38c7386d7ad23aa55e2c83f3ec1
/src/main/java/com/kl/bean/Association.java
a696f20c2545161bddc248d5a5bda3c1d1078fe4
[]
no_license
JupiterMouse/CamhelpOld
https://github.com/JupiterMouse/CamhelpOld
6a1514cbb7deebd13f443b7cd45bf112b6d8d3f4
ded043097c0c6aa41befbddabb2eaa7fd583c287
refs/heads/master
2020-02-16T21:42:49.651000
2018-03-13T12:12:30
2018-03-13T12:12:30
125,046,247
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kl.bean; public class Association { private int assID; private String assName; private String assIntro; private String assAvatar; private String assPic; private int userID; public int getAssID() { return assID; } public void setAssID(int assID) { this.assID = assID; } public String getAssNam...
UTF-8
Java
911
java
Association.java
Java
[]
null
[]
package com.kl.bean; public class Association { private int assID; private String assName; private String assIntro; private String assAvatar; private String assPic; private int userID; public int getAssID() { return assID; } public void setAssID(int assID) { this.assID = assID; } public String getAssNam...
911
0.712404
0.712404
48
17.979166
13.226377
45
false
false
0
0
0
0
0
0
1.541667
false
false
6
c989cb7d1ec57149f31e41a6d826545434f65bde
489,626,322,718
00f580894ad65cf22f781d1e6f3aae4d5263728e
/src/main/java/ru/pharmvilar/crm/service/interfaces/FileService.java
869459ba203846125c89953892827c17d2c2815d
[]
no_license
StepanovNickolay/PharmVilarCRM
https://github.com/StepanovNickolay/PharmVilarCRM
afa778e8629e5a936141454bb5be21da90b3e844
9a8c572f0bb7abf69733f21b901ee0c179f94002
refs/heads/master
2017-12-05T18:50:10.896000
2017-08-29T20:07:20
2017-08-29T20:07:20
80,139,835
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.pharmvilar.crm.service.interfaces; import org.springframework.web.multipart.commons.CommonsMultipartFile; import ru.pharmvilar.crm.model.File; import java.util.List; /** * @author Stepanov Nickolay * @version 1.0 */ public interface FileService { List<File> getFilesByJournalId(int journalId); ...
UTF-8
Java
493
java
FileService.java
Java
[ { "context": "odel.File;\n\nimport java.util.List;\n\n/**\n * @author Stepanov Nickolay\n * @version 1.0\n */\npublic interface FileService ", "end": 212, "score": 0.9998216032981873, "start": 195, "tag": "NAME", "value": "Stepanov Nickolay" } ]
null
[]
package ru.pharmvilar.crm.service.interfaces; import org.springframework.web.multipart.commons.CommonsMultipartFile; import ru.pharmvilar.crm.model.File; import java.util.List; /** * @author <NAME> * @version 1.0 */ public interface FileService { List<File> getFilesByJournalId(int journalId); int addFil...
482
0.754564
0.750507
23
20.434782
22.837471
75
false
false
0
0
0
0
0
0
0.434783
false
false
6
753dfe98b5c84b2b934bc8074b9fb541ff95ada3
29,635,274,391,635
8305206fbeb88d72bd82c03e6780abb9bc0c6605
/game/TMT-Client_Main/src/net/tmt/map/SpaceMap.java
7a53ee058a314a19ecc2481b3d9d19c932bd94c2
[]
no_license
Cyboot/tmt
https://github.com/Cyboot/tmt
9dc1b299f6b44eca35c9b48caed1e716876ca6ef
4ba7f2d21ca57d193e58c7b70f049b394ee494a3
refs/heads/master
2021-03-24T10:39:30.029000
2013-12-20T20:17:32
2013-12-20T20:17:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.tmt.map; import net.tmt.game.manager.EntityManager; import net.tmt.map.generator.MapGenerator; import net.tmt.util.Vector2d; public class SpaceMap extends WorldMap { public static final int CHUNK_SIZE = 2048; private static SpaceMap instance = null; private boolean isInit = false; @Override publ...
UTF-8
Java
732
java
SpaceMap.java
Java
[]
null
[]
package net.tmt.map; import net.tmt.game.manager.EntityManager; import net.tmt.map.generator.MapGenerator; import net.tmt.util.Vector2d; public class SpaceMap extends WorldMap { public static final int CHUNK_SIZE = 2048; private static SpaceMap instance = null; private boolean isInit = false; @Override publ...
732
0.734973
0.726776
33
21.181818
22.068014
99
false
false
0
0
0
0
0
0
1.757576
false
false
6
eea95c088907ab3319b93eb3897f74fb7e87cfb5
18,202,071,447,341
6f672fb72caedccb841ee23f53e32aceeaf1895e
/Photography/amazon_photos_source/src/com/amazon/gallery/framework/gallery/actions/PrepareMediaItemsHelper$ProgressNotifier.java
84c4aad1c6d2b8cd1ba60ccf17105223302c7628
[]
no_license
cha63506/CompSecurity
https://github.com/cha63506/CompSecurity
5c69743f660b9899146ed3cf21eceabe3d5f4280
eee7e74f4088b9c02dd711c061fc04fb1e4e2654
refs/heads/master
2018-03-23T04:15:18.480000
2015-12-19T01:29:58
2015-12-19T01:29:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.amazon.gallery.framework.gallery.actions; // Referenced classes of package com.amazon.gallery.framework.gallery.actions: // ...
UTF-8
Java
426
java
PrepareMediaItemsHelper$ProgressNotifier.java
Java
[ { "context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus", "end": 61, "score": 0.9996459484100342, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.amazon.gallery.framework.gallery.actions; // Referenced classes of package com.amazon.gallery.framework.gallery.actions: // Prepar...
416
0.748826
0.732394
15
27.4
27.678633
78
false
false
0
0
0
0
0
0
0.2
false
false
6
363342d133a9aaab6d9aad4445c136e90d467016
22,230,750,767,578
31f3d74725b09e150421b18160002036a6900b85
/src/main/java/com/rubyplay/demo/demo/repository/NightClubRepository.java
3b806972ff2273dcdb29367fd43abe5961beb95f
[]
no_license
GennadiyO/demoForRubyPlay
https://github.com/GennadiyO/demoForRubyPlay
a3a54b6fd2ecc6ce2a54c543915e9c36a6db9584
db644e4a6268397e4d78914fae702fba2c3a9846
refs/heads/master
2020-06-18T06:03:37.455000
2019-07-12T15:08:04
2019-07-12T15:08:04
196,189,239
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rubyplay.demo.demo.repository; import com.rubyplay.demo.demo.model.NightClub; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; public interface NightClubRepository extends JpaRepository<NightClub, Integer> { Optional<NightClub> findByNightClubNameEquals(String...
UTF-8
Java
339
java
NightClubRepository.java
Java
[]
null
[]
package com.rubyplay.demo.demo.repository; import com.rubyplay.demo.demo.model.NightClub; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; public interface NightClubRepository extends JpaRepository<NightClub, Integer> { Optional<NightClub> findByNightClubNameEquals(String...
339
0.831858
0.831858
11
29.818182
30.273956
80
false
false
0
0
0
0
0
0
0.545455
false
false
6
efdae40ec95bc18818d8ced6b1b54ca1afedf8d6
18,777,597,065,015
7c13026304e0148ee5ade7b78ca3c4315a99bde8
/src/leetcode/LargestTriangleArea.java
1320baf9ca6e5209c9d7b3fa61f690e1ca22af86
[]
no_license
luzcn/leetcode
https://github.com/luzcn/leetcode
ce13e5ff2febd75df7ae6655083f199a32fb4f74
e8dd5021754e8546dc8863855cf66c7d162f995c
refs/heads/master
2021-06-26T22:41:19.613000
2019-04-19T19:13:52
2019-04-19T19:13:52
95,046,834
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package leetcode; // You have a list of points in the plane. // Return the area of the largest triangle that can be formed by any 3 of the points. // // Example: // Input: points = [[0,0],[0,1],[1,0],[0,2],[2,0]] // Output: 2 // Explanation: // The five points are show in the figure below. The red triangle is the larg...
UTF-8
Java
1,352
java
LargestTriangleArea.java
Java
[]
null
[]
package leetcode; // You have a list of points in the plane. // Return the area of the largest triangle that can be formed by any 3 of the points. // // Example: // Input: points = [[0,0],[0,1],[1,0],[0,2],[2,0]] // Output: 2 // Explanation: // The five points are show in the figure below. The red triangle is the larg...
1,352
0.533284
0.514793
50
26.040001
24.732941
86
false
false
0
0
0
0
0
0
0.76
false
false
6
83d161ac9d49201a1b9d2e30658d16ef81d892b8
39,548,058,873,340
aaac30301a5b18e8b930d9932a5e11d514924c7e
/framework/shiro/shiro-boot/src/main/java/me/maiz/framework/shiro/shiroboot/dao/RoleRepo.java
654cee739faf50e2407400d9baca3a1e49c93d61
[]
no_license
stickgoal/trainning
https://github.com/stickgoal/trainning
9206e30fc0b17c817c5826a6e212ad25a3b9d8a6
58348f8a3d21e91cad54d0084078129e788ea1f4
refs/heads/master
2023-03-14T12:29:11.508000
2022-12-01T09:17:50
2022-12-01T09:17:50
91,793,279
1
0
null
false
2023-02-22T06:55:38
2017-05-19T10:06:01
2023-01-17T13:25:05
2023-02-22T06:55:36
51,761
2
0
83
JavaScript
false
false
package me.maiz.framework.shiro.shiroboot.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import me.maiz.framework.shiro.shiroboot.entity.Role; import org.apache.ibatis.annotations.Select; import java.util.Set; public interface RoleRepo extends BaseMapper<Role> { @Select("select * from role r,user_...
UTF-8
Java
426
java
RoleRepo.java
Java
[]
null
[]
package me.maiz.framework.shiro.shiroboot.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import me.maiz.framework.shiro.shiroboot.entity.Role; import org.apache.ibatis.annotations.Select; import java.util.Set; public interface RoleRepo extends BaseMapper<Role> { @Select("select * from role r,user_...
426
0.767606
0.767606
15
27.4
29.767544
100
false
false
0
0
0
0
0
0
0.466667
false
false
6
0111090bfa2c7bfa212ea62b6f12da136a7ca63a
6,433,861,052,075
013071cc22b94791bd49e291ca5b9bd961232dd8
/src/main/java/com/danim/service/search/BookmarkDto.java
2096693cadd084a09d3ea1de73613ceafa2b3f13
[]
no_license
dbdl0909/firework_danim
https://github.com/dbdl0909/firework_danim
6f49e88960e648a9b05f08b14d12d62cc798ad70
85981416272f5d7f97c6274e434ae6defcdfdd82
refs/heads/master
2021-01-13T07:19:43.095000
2016-11-24T06:20:23
2016-11-24T06:20:23
71,537,706
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.danim.service.search; public class BookmarkDto { private int bookmarkNo; private String bookmarkInfo; public int getBookmarkNo() { return bookmarkNo; } public void setBookmarkNo(int bookmarkNo) { this.bookmarkNo = bookmarkNo; } public String getBookmarkInfo() { return bookmarkIn...
UTF-8
Java
569
java
BookmarkDto.java
Java
[]
null
[]
package com.danim.service.search; public class BookmarkDto { private int bookmarkNo; private String bookmarkInfo; public int getBookmarkNo() { return bookmarkNo; } public void setBookmarkNo(int bookmarkNo) { this.bookmarkNo = bookmarkNo; } public String getBookmarkInfo() { return bookmarkIn...
569
0.699473
0.699473
25
20.76
20.94236
90
false
false
0
0
0
0
0
0
1.4
false
false
6
a52dccce7602dc7d0ac03980915f7c1e86b73502
16,303,695,896,378
0647568a3f5915a4643635a3c8bd9a276409498f
/gloria-soap/src/main/java/eu/gloria/gs/services/teleoperation/base/AbstractTeleoperation.java
bb203b0e1a103d8bb6029245117c43692776c1c3
[]
no_license
fserena/GLORIAServices
https://github.com/fserena/GLORIAServices
1aebdd198458c6d157951860aba3a249148bd517
d587a98a3c50032cef47e5bce9e8a8d6fddfa47f
refs/heads/master
2020-04-06T03:33:35.223000
2014-05-29T14:20:31
2014-05-29T14:20:31
9,467,709
1
1
null
false
2014-05-29T14:20:31
2013-04-16T08:14:55
2014-05-29T14:20:31
2014-05-29T14:20:31
1,658
3
1
3
Java
null
null
package eu.gloria.gs.services.teleoperation.base; import java.lang.reflect.Constructor; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.Map; import eu.gloria.gs.services.core.GSLogProducerService; import eu.gloria.gs.services.log.action.ActionException; import eu.gloria.gs.servic...
UTF-8
Java
4,107
java
AbstractTeleoperation.java
Java
[]
null
[]
package eu.gloria.gs.services.teleoperation.base; import java.lang.reflect.Constructor; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.Map; import eu.gloria.gs.services.core.GSLogProducerService; import eu.gloria.gs.services.log.action.ActionException; import eu.gloria.gs.servic...
4,107
0.698807
0.698563
144
26.520834
23.773518
75
false
false
0
0
0
0
0
0
2.340278
false
false
6
5426ba9f05319bfdb532763233e24816235620a4
10,720,238,410,477
5fd011017b9a2ec48069ba470bc6344d8374cf30
/src/edu/isi/pegasus/planner/refiner/CreateDirectory.java
bf973cc7d8940c7c3df02b88369bd6c2ccf9e2cf
[ "Apache-2.0" ]
permissive
pegasus-isi/pegasus
https://github.com/pegasus-isi/pegasus
578c6d8f2df77a7d43c4b9e2d1edf6687db92040
6b7e41d7ebfacca23d853890937e593a248e6a6a
refs/heads/master
2023-08-02T08:20:18.871000
2023-07-20T23:00:08
2023-07-20T23:00:08
8,016,431
156
80
Apache-2.0
false
2023-06-15T18:55:18
2013-02-04T21:18:31
2023-06-02T07:11:29
2023-06-15T18:55:17
290,568
155
68
0
Java
false
false
/** * Copyright 2007-2008 University Of Southern California * * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required b...
UTF-8
Java
5,430
java
CreateDirectory.java
Java
[ { "context": " the rest of the nodes in the graph.\n *\n * @author Karan Vahi\n * @author Gaurang Mehta\n * @version $Revision$\n ", "end": 1520, "score": 0.9998058080673218, "start": 1510, "tag": "NAME", "value": "Karan Vahi" }, { "context": " in the graph.\n *\n * @author Karan Vah...
null
[]
/** * Copyright 2007-2008 University Of Southern California * * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required b...
5,419
0.692449
0.689871
138
38.347828
32.529732
99
false
false
0
0
0
0
0
0
0.333333
false
false
6
2191132d1cf2a93e8e6c9fddd9766e175ddf071a
12,128,987,696,352
1c72f4142f65c880f995db09619bb71be652f815
/src/main/java/com/vertxexploration/webapp/MainVerticle.java
c50638a340497851473170fc449543ebc6882934
[]
no_license
joshuahendinata/vertx-exploration
https://github.com/joshuahendinata/vertx-exploration
252f101cd4bd6fa4d1ecb6d330dc2d59fbe07d74
5f5e720650ce7dd3223141712a7adffb79bfcfb0
refs/heads/master
2020-03-21T21:12:11.652000
2018-06-28T18:49:24
2018-06-28T18:49:24
139,051,629
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.vertxexploration.webapp; import io.reactivex.Single; import io.vertx.core.DeploymentOptions; import io.vertx.core.Future; import io.vertx.reactivex.core.AbstractVerticle; public class MainVerticle extends AbstractVerticle { @Override public void start(Future<Void> startFuture) throws Exception { /* ...
UTF-8
Java
1,382
java
MainVerticle.java
Java
[]
null
[]
package com.vertxexploration.webapp; import io.reactivex.Single; import io.vertx.core.DeploymentOptions; import io.vertx.core.Future; import io.vertx.reactivex.core.AbstractVerticle; public class MainVerticle extends AbstractVerticle { @Override public void start(Future<Void> startFuture) throws Exception { /* ...
1,382
0.733719
0.732272
44
30.431818
29.41119
118
false
false
0
0
0
0
0
0
1.818182
false
false
6
f06ef46a81f45e3b3b3f7887da2f76180cfb71df
16,587,163,757,214
b4ce680133c3e113f03ce84e98773b8508af6d82
/app/src/main/java/net/hrsoft/vote/home/model/ChangSexRequest.java
1bf46d809c31d7e7c360b623ac6ffb30db82d0bc
[]
no_license
yangcihang/Vote_V2.0
https://github.com/yangcihang/Vote_V2.0
a64f807a882317657e054973e4231b71e274c9df
bab1646d33cf6c9042ce2ea6bc78558146357e8b
refs/heads/master
2021-01-22T10:51:23.844000
2017-05-30T11:06:10
2017-05-30T11:06:10
92,658,635
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.hrsoft.vote.home.model; import net.hrsoft.vote.common.BaseModel; /** * @author YangCihang. * @since 2017/5/24 0024. * Email yangcihang@hrsoft.net */ public class ChangSexRequest extends BaseModel { String newSex; public void setNewSex(String newSex) { this.newSex = newS...
UTF-8
Java
401
java
ChangSexRequest.java
Java
[ { "context": "t.hrsoft.vote.common.BaseModel;\r\n\r\n/**\r\n * @author YangCihang.\r\n * @since 2017/5/24 0024.\r\n * Email yangcihang@", "end": 109, "score": 0.9997856020927429, "start": 99, "tag": "NAME", "value": "YangCihang" }, { "context": "r YangCihang.\r\n * @since 2017/5/24 0...
null
[]
package net.hrsoft.vote.home.model; import net.hrsoft.vote.common.BaseModel; /** * @author YangCihang. * @since 2017/5/24 0024. * Email <EMAIL> */ public class ChangSexRequest extends BaseModel { String newSex; public void setNewSex(String newSex) { this.newSex = newSex; } ...
387
0.630923
0.603491
21
17.095238
16.100592
48
false
false
0
0
0
0
0
0
0.238095
false
false
6
56e2a3650996f3e28120b4374079d6943be8784f
1,606,317,822,249
0e55b04d9ce09d421aef6c321867b73ba2062722
/JUnit/SqureRoot.java
0b9e053e1df1d9cd12c0f2a16207c6be677ccb27
[]
no_license
dabhade904/bridgelabz-program
https://github.com/dabhade904/bridgelabz-program
b00deab3c8e13591c80cf5d5c6313c73bc7ab75d
ff4de30e6a804321db4166728d374211a91c3b29
refs/heads/master
2020-09-11T06:58:17.189000
2019-11-27T14:10:27
2019-11-27T14:10:27
221,980,451
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bridgelabz.fellowshipprograms.JUnit; import com.bridgelabz.fellowshipprograms.Utility.Utility; public class SqureRoot { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Please enter non negative number"); double num=Utility.inputDouble(); ...
UTF-8
Java
537
java
SqureRoot.java
Java
[]
null
[]
package com.bridgelabz.fellowshipprograms.JUnit; import com.bridgelabz.fellowshipprograms.Utility.Utility; public class SqureRoot { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Please enter non negative number"); double num=Utility.inputDouble(); ...
537
0.707635
0.703911
20
24.85
23.044033
75
false
false
0
0
0
0
0
0
1.7
false
false
6
962354ea947b3983c3288feaa2eade5ccabd1ae4
16,269,336,167,517
9780970ee226e89df46714c9fa1d1e9447bd0c6f
/src/TPA.java
1ad925425d68caf8bad8a38ddd083818b171aea2
[]
no_license
anusha-vivekanandan/cloud-data-storage
https://github.com/anusha-vivekanandan/cloud-data-storage
6a508f1d9264b1c9be118c401ecf0215d9bd1d8f
100d6d27e2fa51c82e433fa5ed0ff66617e24a29
refs/heads/master
2020-05-02T18:17:21.893000
2019-03-28T04:20:10
2019-03-28T04:20:10
178,124,867
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/****************************************************************/ /* TPA */ /* */ /****************************************************************/ import java.awt.Component; import java.awt.C...
UTF-8
Java
10,022
java
TPA.java
Java
[]
null
[]
/****************************************************************/ /* TPA */ /* */ /****************************************************************/ import java.awt.Component; import java.awt.C...
10,022
0.585312
0.569148
370
25.062162
24.804945
128
false
false
0
0
0
0
74
0.007384
3.008108
false
false
6
b740e23857769ddfe09827dd4e0879417773c6a3
24,962,349,975,025
35e430dd0f1c27bbc67f7866e067498b1a260dcf
/java/src/com/orachestrall/tracy/mt/WordCountClazz.java
43838189b89ad382340ab80578996bd98d9707a7
[]
no_license
tracythink/polarbear
https://github.com/tracythink/polarbear
8ac0e72811673bc6b14f175faa018bcf6c16fd11
da7ea7df53b08f15f8d8f71014f6c57fd6c29c72
refs/heads/master
2021-01-25T10:14:18.197000
2014-05-16T05:16:11
2014-05-16T05:16:11
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.orachestrall.tracy.mt; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import org.apache.hadoop.map...
WINDOWS-1252
Java
1,534
java
WordCountClazz.java
Java
[ { "context": "tion;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Schiffer.huang\n * Date: 14-4-28\n * Time: ÏÂÎç3:51\n * To change t", "end": 568, "score": 0.9987239837646484, "start": 554, "tag": "NAME", "value": "Schiffer.huang" } ]
null
[]
package com.orachestrall.tracy.mt; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import org.apache.hadoop.map...
1,534
0.709804
0.702614
43
34.581394
25.815294
107
false
false
0
0
0
0
0
0
0.72093
false
false
6
45ba3bc602577a8574b7a1f96c23b7e3892fc921
2,894,808,019,997
5602c8243e239f3ad7f98e3c1a1d5371685b344e
/chatBot/src/main/java/chatbot/ai_event/processor/datamodel/RoomUtil.java
8a7e18dc4213edbd80b7d66e7999bd11eee2f777
[]
no_license
kaifsm/bnpprhinos
https://github.com/kaifsm/bnpprhinos
a8421c1a2477a37c047f50f240a34ee4b033a2d8
b20436a96fc8b408cdaa067d420a63fe6b6165de
refs/heads/master
2020-03-18T21:39:37.475000
2018-06-06T02:14:44
2018-06-06T02:14:44
135,293,277
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chatbot.ai_event.processor.datamodel; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.function.Consumer; import com.f...
UTF-8
Java
4,997
java
RoomUtil.java
Java
[]
null
[]
package chatbot.ai_event.processor.datamodel; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.function.Consumer; import com.f...
4,997
0.690014
0.689013
159
29.427673
28.551279
127
false
false
0
0
0
0
0
0
2.352201
false
false
6
a12838f371171adc29b188cbfc7b566076db7663
10,453,950,443,694
efe3e6014d251db94b2c338f3ba0d4db5a3cb056
/src/main/java/com/algo/inc/config/security/SecurityConfig.java
675409633d33b36ce858367377add3083c10e000
[]
no_license
smucs13/springboot-board
https://github.com/smucs13/springboot-board
a27c197dc959ea0f8bd06842010e29170fb3b266
05bcce2e27c07a8edae40c6d11c8bada537edad2
refs/heads/master
2022-12-21T06:03:42.684000
2020-09-27T15:44:06
2020-09-27T15:44:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.algo.inc.config.security; import com.algo.inc.domain.member.Role; import com.google.common.collect.Lists; import lombok.extern.java.Log; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.security.config.annotation.a...
UTF-8
Java
2,841
java
SecurityConfig.java
Java
[ { "context": "ue);\n\n http.rememberMe()\n .key(\"ysh\")\n .userDetailsService(customUserServi", "end": 2168, "score": 0.835882842540741, "start": 2165, "tag": "KEY", "value": "ysh" } ]
null
[]
package com.algo.inc.config.security; import com.algo.inc.domain.member.Role; import com.google.common.collect.Lists; import lombok.extern.java.Log; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.security.config.annotation.a...
2,841
0.75044
0.748328
73
37.917809
33.016705
107
false
false
0
0
0
0
0
0
0.479452
false
false
6
80419f3bc06bcf9ed976bfa86da4e7073fad3a10
23,871,428,299,843
b800396f481f403d08092db9992c0dc02498ace4
/springboot2.2/springboot-sso/sso-api/src/main/java/com/zsx/sso/Config.java
767a61e0fd16f396b37b66d18c88c37e2729d7e7
[ "Apache-2.0" ]
permissive
zhaoshuxue/springBoot
https://github.com/zhaoshuxue/springBoot
dd8fd87c2f8f82e0409a993d1380ad8bc903c2fe
50471217cf32193744e584d2688033fa41117094
refs/heads/master
2021-06-03T14:38:43.455000
2021-06-03T11:07:40
2021-06-03T11:07:40
73,699,858
36
57
Apache-2.0
false
2020-07-27T15:20:35
2016-11-14T11:51:54
2020-07-27T15:19:49
2020-07-27T15:19:47
25,289
34
47
7
JavaScript
false
false
package com.zsx.sso; public class Config { public static final String SSO_SESSIONID = "sso_sessionid"; }
UTF-8
Java
111
java
Config.java
Java
[]
null
[]
package com.zsx.sso; public class Config { public static final String SSO_SESSIONID = "sso_sessionid"; }
111
0.720721
0.720721
6
17.5
22.261702
63
false
false
0
0
0
0
0
0
0.333333
false
false
6
a47d1a6f804f4497f4ab7d8e5a4732fb0c269416
29,850,022,761,919
79b63ced2993917c39feeb4058c39df3a315a6e9
/app/src/main/java/br/com/infobella/whatomail/whatomail/modelo/MessageReceived.java
95953b077fe3f0c704670c4c8dad9070de3e81c3
[]
no_license
CarlosHenriqueUFF/Whatomail_Android
https://github.com/CarlosHenriqueUFF/Whatomail_Android
b06ec7ea2f15a5eab9b5d8c5c94b15db5707dc53
bc2f1353fe2804aded622955e1f58478a2a140a0
refs/heads/master
2021-08-07T23:00:13.693000
2020-08-15T13:54:26
2020-08-15T13:54:26
211,421,479
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.infobella.whatomail.whatomail.modelo; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; /** * Created by HENRI on 26/03/2017. */ public class MessageReceived implements Serializable{ public static enum Status { Storing, Waiting, Send...
UTF-8
Java
3,613
java
MessageReceived.java
Java
[ { "context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by HENRI on 26/03/2017.\n */\n\npublic class MessageReceived ", "end": 181, "score": 0.9577521681785583, "start": 176, "tag": "NAME", "value": "HENRI" } ]
null
[]
package br.com.infobella.whatomail.whatomail.modelo; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; /** * Created by HENRI on 26/03/2017. */ public class MessageReceived implements Serializable{ public static enum Status { Storing, Waiting, Send...
3,613
0.594797
0.592029
139
24.992805
23.049679
120
false
false
0
0
0
0
0
0
0.417266
false
false
6
5dd7c0ca0d0c38bd95a0eaeb45febcf7d1a25230
29,850,022,760,590
5aa118035339a7c0fc5c38de2b0f1cfa5e2596a7
/app/src/main/java/com/example/era_4/bakingmecrazy/utils/RecipeAdapter.java
36819e5b037fd20d6c5e9d50fac7591911a0ff0a
[]
no_license
eadams432/BakingMeCrazy
https://github.com/eadams432/BakingMeCrazy
fda5bbb1e252aea65cb00ea3e996d64113c5ce41
238c24cbfed2e3e5f58d759543f333f1fbfc62c7
refs/heads/master
2020-03-26T00:50:21.486000
2018-09-09T23:55:54
2018-09-09T23:55:54
144,340,400
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.era_4.bakingmecrazy.utils; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; ...
UTF-8
Java
2,574
java
RecipeAdapter.java
Java
[]
null
[]
package com.example.era_4.bakingmecrazy.utils; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; ...
2,574
0.685703
0.683372
84
29.642857
25.943457
109
false
false
0
0
0
0
0
0
0.52381
false
false
6
c8916add8adeb4c99cd0f7619c96684693e94bb8
29,850,022,762,611
9ff796729414f94e2ffc3d477fe11c94cdad5dcd
/app/src/main/java/com/example/myapplication/codigo_qr.java
63d92c26eb35d736a3904dc95067afbb98211f5b
[]
no_license
2160781/1FaseNavegacaoQrcode
https://github.com/2160781/1FaseNavegacaoQrcode
1a1b6c7573616995c6d8dbad784da5fb36fe0430
54685ce4be40aa317ac1913790d73ce40cecc65e
refs/heads/master
2023-05-12T13:23:13.678000
2021-06-03T16:15:24
2021-06-03T16:15:24
373,567,947
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.myapplication; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import javax.xml.transform.Result; import me...
UTF-8
Java
1,577
java
codigo_qr.java
Java
[]
null
[]
package com.example.myapplication; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import javax.xml.transform.Result; import me...
1,577
0.717185
0.715916
67
22.552238
23.053658
75
false
false
0
0
0
0
0
0
0.432836
false
false
6
c0d6bb7233e3eb076f9150df2bb45a7e7dd413fb
25,340,307,111,460
3c5e5af8e96c0f2a79cbae4c4b6517c866b87796
/src/main/java/ru/majordomo/hms/personmgr/service/DiscountServiceHelper.java
2d282e459656ff56f0555613887d5fc70e4354f3
[ "Apache-2.0" ]
permissive
6d6a/hms-personmgr
https://github.com/6d6a/hms-personmgr
af29778480801b732674903a9672db12c81476c0
c0bd802b6d16f50fd79b5bf4a214789230740781
refs/heads/master
2023-08-12T16:18:05.865000
2021-10-12T20:26:31
2021-10-12T20:26:39
408,609,114
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.majordomo.hms.personmgr.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ru.majordomo.hms.personmgr.manager.PersonalAccountManager; import ru.majordomo.hms.personmgr.model.account.PersonalAccount; import ru.majordomo.hms.personmgr....
UTF-8
Java
2,707
java
DiscountServiceHelper.java
Java
[]
null
[]
package ru.majordomo.hms.personmgr.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ru.majordomo.hms.personmgr.manager.PersonalAccountManager; import ru.majordomo.hms.personmgr.model.account.PersonalAccount; import ru.majordomo.hms.personmgr....
2,707
0.690432
0.690432
67
39.402985
33.092842
126
false
false
0
0
0
0
0
0
0.492537
false
false
6
6a53ae8e45fc6e0f9df486a89cd7694d5faf06e3
8,478,265,444,276
a5bb1ad31d7eb322b06d73b3b966c07a9b1ded69
/src/simulator/SimuFrame.java
4877d0d838239ac40030c9a9141d3aa9cc5ebb95
[]
no_license
Arthuret/GenetisAI
https://github.com/Arthuret/GenetisAI
3c745dba2f39535e2707e53e93737ae7e9838749
b6507af349b0d8a44645896cfa4bf6aa6f449dc5
refs/heads/master
2020-09-21T08:02:30.198000
2020-09-18T06:49:59
2020-09-18T06:49:59
224,735,482
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package simulator; import java.awt.event.KeyEvent; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import javax.swing.KeyStroke; @SuppressWarnings("serial") /** * Conainer for the SimuPane, and JMenuBar holder * @author Arthur France * */ public cla...
UTF-8
Java
3,636
java
SimuFrame.java
Java
[ { "context": "r for the SimuPane, and JMenuBar holder\n * @author Arthur France\n *\n */\npublic class SimuFrame extends JFrame {\n\n\t", "end": 302, "score": 0.9998831748962402, "start": 289, "tag": "NAME", "value": "Arthur France" } ]
null
[]
package simulator; import java.awt.event.KeyEvent; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import javax.swing.KeyStroke; @SuppressWarnings("serial") /** * Conainer for the SimuPane, and JMenuBar holder * @author <NAME> * */ public class Simu...
3,629
0.730198
0.727448
123
28.560976
24.767258
119
false
false
0
0
0
0
0
0
2.227642
false
false
6
479299d7adafcf8b43d57f01834edb8982318bad
8,349,416,491,168
7580e1aabc86d38b1b155ce5382c689b817fdc91
/fyodor-junit/src/test/java/uk/org/fyodor/random/Report.java
d110c5a4e02078c914a891fb040af661f94dc89b
[ "MIT" ]
permissive
mikeholmesuk/fyodor
https://github.com/mikeholmesuk/fyodor
53eda5c2bee1bd30c6f7478956ed406b577d438c
fc84efac7c0c093babf2206447377724d18174db
refs/heads/master
2021-01-21T15:17:48.797000
2014-10-18T19:40:57
2014-10-18T19:40:57
25,917,418
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package uk.org.fyodor.random; final class Report { private long seedWhenTestStarts = 0; private long seedDuringTest = 0; private long seedWhenTestFinishes = 0; private long seedReportedInTestFailure = 0; long getSeedWhenTestStarts() { return seedWhenTestStarts; } Report setSeedWh...
UTF-8
Java
1,085
java
Report.java
Java
[]
null
[]
package uk.org.fyodor.random; final class Report { private long seedWhenTestStarts = 0; private long seedDuringTest = 0; private long seedWhenTestFinishes = 0; private long seedReportedInTestFailure = 0; long getSeedWhenTestStarts() { return seedWhenTestStarts; } Report setSeedWh...
1,085
0.710599
0.706912
42
24.833334
23.460115
77
false
false
0
0
0
0
0
0
0.333333
false
false
6
3ef3d2ed2702ce9229448d120675240965da9eb2
13,898,514,232,971
be6ed787be3214ce7414e09245225293f5e45273
/emp/src/test/java/ch/splab/cab/sentinel/AppConfigurationTest.java
10e2219e43d7e171ca66b533a465144bf3437c88
[ "Apache-2.0" ]
permissive
elastest/elastest-monitoring-platform
https://github.com/elastest/elastest-monitoring-platform
236b316e8a416106fa6b7d2e66c496dbbcfdef64
1d0c1926ecdf2504d9f8356ce7bb31b59912dc33
refs/heads/master
2022-12-12T02:56:55.442000
2020-01-20T11:27:21
2020-01-20T11:27:21
101,078,762
0
2
Apache-2.0
false
2022-12-07T23:59:19
2017-08-22T15:31:22
2020-01-20T11:27:53
2022-12-07T23:59:19
48,111
0
2
12
JavaScript
false
false
package ch.splab.cab.sentinel; /* * Copyright (c) 2018. Service Prototyping Lab, ZHAW * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * ...
UTF-8
Java
3,496
java
AppConfigurationTest.java
Java
[ { "context": " * under the License.\n *\n *\n * Author: Piyush Harsh,\n * URL: piyush-harsh.info\n * Email: ", "end": 761, "score": 0.999875545501709, "start": 749, "tag": "NAME", "value": "Piyush Harsh" }, { "context": "h,\n * URL: piyush-harsh.info\n *...
null
[]
package ch.splab.cab.sentinel; /* * Copyright (c) 2018. Service Prototyping Lab, ZHAW * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * ...
3,478
0.667334
0.659039
122
27.655737
33.142952
115
false
false
0
0
0
0
0
0
0.467213
false
false
6
3423e927346f0acc66c1b5e9b59e8f5b3895d437
12,326,556,139,902
7a1795233250e89c9397cd7772bd30da8f893e73
/tests/org.jboss.tools.ws.jaxrs.core.test/projects/org.jboss.tools.ws.jaxrs.tests.sampleproject2/src/main/java/org/jboss/tools/ws/jaxrs/sample/services/CustomerResource.java
4af207a0b70c3f86d8683c61d31ff61dbf5bdeb1
[]
no_license
jbosstools/jbosstools-webservices
https://github.com/jbosstools/jbosstools-webservices
8cd5a288f47e01a622fcb12054a29de5b2908aaa
6c3d591eeb4890275529e1103ad0f92400b674b1
refs/heads/main
2023-07-12T22:07:10.201000
2023-07-03T09:33:33
2023-07-03T09:33:33
6,308,293
2
19
null
false
2023-03-13T09:32:52
2012-10-20T11:23:06
2023-01-20T13:51:45
2023-03-13T09:32:51
26,731
3
30
1
Java
false
false
package org.jboss.tools.ws.jaxrs.sample.services; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.DefaultValue; import javax.ws.rs.Encoded; import javax.ws.rs.GET; import javax.ws.rs....
UTF-8
Java
2,562
java
CustomerResource.java
Java
[]
null
[]
package org.jboss.tools.ws.jaxrs.sample.services; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.DefaultValue; import javax.ws.rs.Encoded; import javax.ws.rs.GET; import javax.ws.rs....
2,562
0.764247
0.761905
86
28.790697
28.444609
126
false
false
0
0
0
0
0
0
1.093023
false
false
6
be8e2c3ca8208d9da2766596e630186dc3624035
26,113,401,164,239
aff3627f3c08c355549ff6f34893c175e5c2a23a
/uaa/src/main/java/com/yanhai/uaa/UaaApplicationConfig.java
2f551428cafbc1c93d6c185123e2ba9a86533079
[ "Apache-2.0" ]
permissive
Dokuro-YH/alice-projects
https://github.com/Dokuro-YH/alice-projects
2d1cdf4280476d62eb83412cfb368d198d584d27
389abae790a6439e0021fe477358073db897d1b8
refs/heads/master
2021-06-27T06:46:48.955000
2017-09-13T19:23:17
2017-09-13T19:23:17
103,029,714
1
0
null
false
2017-09-13T00:51:23
2017-09-10T13:01:09
2017-09-13T00:30:48
2017-09-13T00:51:23
0
0
0
0
Java
null
null
package com.yanhai.uaa; import java.util.ArrayList; import java.util.List; import javax.servlet.Filter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springf...
UTF-8
Java
13,814
java
UaaApplicationConfig.java
Java
[]
null
[]
package com.yanhai.uaa; import java.util.ArrayList; import java.util.List; import javax.servlet.Filter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springf...
13,814
0.695157
0.69204
315
42.790478
33.885529
120
false
false
0
0
0
0
0
0
0.495238
false
false
6
680c63d3ed25b2be8746fb2c3259e1a826d7d502
10,075,993,339,451
77e84748f213428f50451e28b37ab2a1e8e6fd8c
/src/main/java/com/mychef/rest/common/UserType.java
1169e32d4c2a63d09f3517fd6c94649997ddc7da
[]
no_license
midoreigh/Mychefv1
https://github.com/midoreigh/Mychefv1
1f36c2e9bf3ed17e955f694841f42460a853cbb0
424ff1b72ddd13d98e12e55daf49cb9b02a56c52
refs/heads/master
2020-04-13T05:40:05.937000
2019-02-26T23:06:32
2019-02-26T23:06:32
162,998,823
0
0
null
true
2019-02-26T23:06:34
2018-12-24T14:35:03
2018-12-24T14:35:05
2019-02-26T23:06:33
912
0
0
0
Java
false
null
package com.mychef.rest.common; /** * Author: Nguyen Duc Cuong * Create date: Friday, 12/7/2018 4:36 PM * Email: cuongnd@vega.com.vn * Project: rest */ public class UserType { public static final String BAKER_USER_TYPE = "baker"; public static final String CUSTOMER_USER_TYPE = "customer"; }
UTF-8
Java
308
java
UserType.java
Java
[ { "context": "package com.mychef.rest.common;\n\n/**\n * Author: Nguyen Duc Cuong\n * Create date: Friday, 12/7/2018 4:36 PM\n * Emai", "end": 64, "score": 0.9995757341384888, "start": 48, "tag": "NAME", "value": "Nguyen Duc Cuong" }, { "context": "* Create date: Friday, 12/7/2018 4:...
null
[]
package com.mychef.rest.common; /** * Author: <NAME> * Create date: Friday, 12/7/2018 4:36 PM * Email: <EMAIL> * Project: rest */ public class UserType { public static final String BAKER_USER_TYPE = "baker"; public static final String CUSTOMER_USER_TYPE = "customer"; }
286
0.691558
0.659091
14
21
20.80522
63
false
false
0
0
0
0
0
0
0.285714
false
false
6
4c2795e0dd311dfebf802e4d462307e979fb0e9c
26,963,804,699,187
1093f87ac967c16cb558a75281b16f0d34e5b831
/examples/java/com/ibm/watson/developer_cloud/alchemy_data_news/v1/GetNewsDocumentExample.java
d27ca7eb014756cedb662253c3c7a6c32bfd4432
[ "Apache-2.0", "metamail", "LicenseRef-scancode-other-permissive", "Beerware", "LicenseRef-scancode-zeusbench", "Apache-1.1", "LicenseRef-scancode-rsa-1990", "LicenseRef-scancode-pcre", "Spencer-94", "LicenseRef-scancode-public-domain", "NTP", "LicenseRef-scancode-rsa-md4", "MIT", "HPND-sel...
permissive
nondejus/watson-java-sdk
https://github.com/nondejus/watson-java-sdk
a35d8f1659695a0e227375ebfc6bdffa4a204943
a7275ff4a0ea97dd340b5e7858d73d756cd53b72
refs/heads/master
2021-05-29T00:05:36.640000
2020-04-09T06:36:59
2020-04-09T06:36:59
254,291,212
0
0
Apache-2.0
true
2020-04-09T06:36:19
2020-04-09T06:36:18
2016-05-11T14:48:05
2016-06-29T12:37:18
26,144
0
0
0
null
false
false
/** * Copyright 2015 IBM Corp. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
UTF-8
Java
1,847
java
GetNewsDocumentExample.java
Java
[]
null
[]
/** * Copyright 2015 IBM Corp. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
1,847
0.733081
0.708717
53
33.849056
33.601662
100
false
false
0
0
0
0
0
0
0.641509
false
false
6
56a79cbd9cefb5dc0427feb5ff0a307d49223c70
31,696,858,707,943
6fc95d813aa5d9e995d5e04b70bc3acf6680474e
/xml/src/test/java/Main.java
60df868c1fb05058920bf84784cba1012ffab1a4
[]
no_license
YuKnight/AndroidBinaryXml
https://github.com/YuKnight/AndroidBinaryXml
82853848fb7b10c8cd00aa27dc73bd9ab38ed1cf
d2af7d46ecfbebb9760598d0ce118dbcb841f96f
refs/heads/main
2023-07-22T07:44:14.397000
2021-09-03T00:24:31
2021-09-03T00:24:31
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import com.axml.AndroidBinaryXml; import java.io.File; import java.io.IOException; /** * Created by Sens on 2021/8/27. */ public class Main { public static void main(String[] args) throws IOException { File file = new File(args[0]); System.out.println("file->" + file); AndroidBinaryXml...
UTF-8
Java
532
java
Main.java
Java
[ { "context": "le;\nimport java.io.IOException;\n\n/**\n * Created by Sens on 2021/8/27.\n */\npublic class Main {\n\n public", "end": 107, "score": 0.9009056091308594, "start": 103, "tag": "USERNAME", "value": "Sens" } ]
null
[]
import com.axml.AndroidBinaryXml; import java.io.File; import java.io.IOException; /** * Created by Sens on 2021/8/27. */ public class Main { public static void main(String[] args) throws IOException { File file = new File(args[0]); System.out.println("file->" + file); AndroidBinaryXml...
532
0.667293
0.652256
22
23.181818
23.528776
71
false
false
0
0
0
0
0
0
0.409091
false
false
6
ea238e8e6733755d4972442953e1e1c1316e3f86
31,696,858,710,666
6812bc592c5b822c0763b13e3cc2cb87818f0f96
/src/Controller/BackstageController.java
42dd168e2b6c7bdde5d463dcb3a5a8161437a324
[]
no_license
th1998/Vote
https://github.com/th1998/Vote
5809d8ca76b87deb2102679c5b17a37ed97e4afc
fd774b52fcf67ec2ef2e657698cfbdd4ccf64b18
refs/heads/master
2020-06-05T01:10:35.992000
2019-06-27T12:42:54
2019-06-27T12:42:54
192,261,686
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Controller; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; impo...
GB18030
Java
12,626
java
BackstageController.java
Java
[]
null
[]
package Controller; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; impo...
12,626
0.671767
0.665762
454
24.77533
20.090603
103
false
false
0
0
0
0
0
0
2.376652
false
false
6
19c49625a40da45a84aa12e89b33dfaf9088b866
28,321,014,355,935
3004de56c590ed820b674da9efbc9d917c226a20
/tests/src/test/java/com/almende/eve/test/TestTransports.java
e101f60802430414d6c667038dd3707cd710634a
[]
no_license
almende/eve-java
https://github.com/almende/eve-java
8d4a5917da80535de90ab1c5ad6779963f651af2
d896f87ff584df35c9bda4ae1438d3b52e106e7a
refs/heads/master
2023-03-18T20:04:09.946000
2017-12-15T20:45:43
2017-12-15T20:45:43
25,576,055
8
10
null
false
2016-09-27T13:50:32
2014-10-22T10:40:30
2016-04-03T19:34:46
2016-09-27T13:50:32
40,571
6
7
2
Java
null
null
/* * Copyright: Almende B.V. (2014), Rotterdam, The Netherlands * License: The Apache Software License, Version 2.0 */ package com.almende.eve.test; import java.io.IOException; import java.net.URI; import java.util.logging.Level; import java.util.logging.Logger; import junit.framework.TestCase; import org.junit.T...
UTF-8
Java
7,088
java
TestTransports.java
Java
[ { "context": "/*\n * Copyright: Almende B.V. (2014), Rotterdam, The Netherlands\n * License: Th", "end": 28, "score": 0.9658059477806091, "start": 17, "tag": "NAME", "value": "Almende B.V" }, { "context": "sportConfig.create();\n\t\tparams.setAddress(\"xmpp://alex@openid.almende.org/...
null
[]
/* * Copyright: <NAME>. (2014), Rotterdam, The Netherlands * License: The Apache Software License, Version 2.0 */ package com.almende.eve.test; import java.io.IOException; import java.net.URI; import java.util.logging.Level; import java.util.logging.Logger; import junit.framework.TestCase; import org.junit.Test; ...
7,018
0.706828
0.693426
260
26.261538
24.161175
73
false
false
0
0
0
0
0
0
1.961538
false
false
6
c7ee1bcb2e9d01c4c6bb89bf27cdcb14eb3d94b0
9,844,065,112,042
d9ec920973033c4d5f6901b41578f2ce9c01fab4
/src/ru/krayuhin/pingerbot/ModelFiller.java
b10cf75012c70a70d5fb5784cd3e9450901d13e1
[]
no_license
KrayuhinV/pingerbot_2.0
https://github.com/KrayuhinV/pingerbot_2.0
6092ef23c5dba851ec176282aab2ee0272d6751f
affc0201f0c6848636644bde65deb5e5506dab0f
refs/heads/master
2021-01-10T16:51:58.040000
2015-12-08T14:32:19
2015-12-08T14:32:19
47,625,046
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.krayuhin.pingerbot; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.b...
UTF-8
Java
1,770
java
ModelFiller.java
Java
[]
null
[]
package ru.krayuhin.pingerbot; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.b...
1,770
0.728249
0.728249
63
27.095238
39.139843
288
false
false
0
0
0
0
0
0
1.888889
false
false
6
aed1b312ca5ab9b9a725ddbc0e9d2b259d2f0b2d
20,040,317,468,055
3324b01700fdc02ea42ad72d2c9b3fc69e4ae8b3
/HazeBankMenagmentSystem-master/src/main/java/com/domain/AccessSystemApplication/Rules/iAccessRules.java
37fe0779fb4958189963b2f6aa7050c7526e87c5
[]
no_license
mdipede3/qgg
https://github.com/mdipede3/qgg
ef7127365b91f1e77b4b711c33c31be843b39b9f
d84b7abd034dd749692e2c812aa93ce3fcafe776
refs/heads/master
2021-01-20T05:46:52.022000
2017-04-29T18:14:48
2017-04-29T18:14:48
89,803,798
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.domain.AccessSystemApplication.Rules; public interface iAccessRules { boolean accessPremiumPage = false; boolean accessSubPage = true; boolean accessLoginServlet = false; boolean accesssRegisterServlet = false; boolean isAccessPremiumPage(); boolean isAccessSubPage(); boolean...
UTF-8
Java
424
java
iAccessRules.java
Java
[]
null
[]
package com.domain.AccessSystemApplication.Rules; public interface iAccessRules { boolean accessPremiumPage = false; boolean accessSubPage = true; boolean accessLoginServlet = false; boolean accesssRegisterServlet = false; boolean isAccessPremiumPage(); boolean isAccessSubPage(); boolean...
424
0.759434
0.759434
13
31.538462
14.286171
49
false
false
0
0
0
0
0
0
0.769231
false
false
6
78e9e91380a73e9f0965be59947ae7c7e4dfa7d4
20,040,317,467,003
a19fa06b3320ebf773e6c87947cb641ebe6d3e86
/yumhub_server/src/main/java/edu/northeastern/zry/repositories/DelivererRepository.java
ac56393458c9919378558589f40c23cbe6ed4566
[]
no_license
RayWrc/Yumhub-FullStack-Web-Application
https://github.com/RayWrc/Yumhub-FullStack-Web-Application
bd8029b8a4b0c5c1c3990c7e6e18897c88d0b575
b6bb5e8835589237dde753a5d5756dc42b1af504
refs/heads/master
2020-04-17T08:26:28.354000
2019-01-28T15:12:13
2019-01-28T15:12:13
166,412,221
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.northeastern.zry.repositories; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import java.util.Optional; import edu.northeastern.zry.models.Deliverer; public interface DelivererRepo...
UTF-8
Java
786
java
DelivererRepository.java
Java
[]
null
[]
package edu.northeastern.zry.repositories; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import java.util.Optional; import edu.northeastern.zry.models.Deliverer; public interface DelivererRepo...
786
0.756997
0.756997
21
36.42857
34.763927
89
false
false
0
0
0
0
0
0
0.47619
false
false
6
5c5b289122372258313dff253b96028bed04975f
22,239,340,663,481
615e8408e8a84c152b5c533fd47937a2ec3cfee1
/app/src/main/java/com/official/android_mvvm/data/AppDataManager.java
de0d94423a7e2a98c5240c0855799c2d76847c10
[]
no_license
noowenz/AndroidMVVM
https://github.com/noowenz/AndroidMVVM
8fc92957149cd4a3ffe3c34c751893c3bc783759
98988038288d3256fce89eabfec4be267e392f76
refs/heads/master
2021-05-10T15:32:08.899000
2018-02-23T12:27:55
2018-02-23T12:27:55
118,554,452
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://mindorks.com/license/apache-v2 * * Unless required by a...
UTF-8
Java
5,048
java
AppDataManager.java
Java
[ { "context": " LoggedInMode loggedInMode,\n String userName,\n String email,\n String pro", "end": 3482, "score": 0.5712034702301025, "start": 3474, "tag": "USERNAME", "value": "userName" }, { "context": "dInMode(loggedInMode);\n setCurrent...
null
[]
/* * Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://mindorks.com/license/apache-v2 * * Unless required by a...
5,048
0.705824
0.704437
173
28.179192
27.092375
134
false
false
0
0
0
0
0
0
0.398844
false
false
6
d0edf067cae0ef2335d04e27e1bc0d7e666b1841
21,973,052,699,985
14e3204442d8abbf9225ac86fbe8d789f4de7e3f
/Departure Time Notifications/src/com/curlymo/departurenotifications/AlarmService.java
e1a715eb9e1e7407be61345f953885f690b26f14
[]
no_license
Curly-Mo/Time2Go
https://github.com/Curly-Mo/Time2Go
e0d0be37aaecc6f4d805b900ef56f7a3457be275
875df27c468599a022aa47d962c553f2ce9ba046
refs/heads/master
2016-09-06T18:15:26.518000
2012-09-04T02:11:39
2012-09-04T02:11:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.curlymo.departurenotifications; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.SocketTimeoutException; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.HashSet; i...
UTF-8
Java
22,713
java
AlarmService.java
Java
[]
null
[]
package com.curlymo.departurenotifications; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.SocketTimeoutException; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.HashSet; i...
22,713
0.673139
0.661736
553
39.072334
32.300945
159
false
false
0
0
0
0
0
0
1.96745
false
false
6
f32cec055a5de8b131779171bd2d1b82c9fd6d1f
22,299,470,204,796
5c08c95f8d8c96f0f1a04b16a4d0abaddd3457e2
/src/main/java/com/d/rfsv1/controller/datasource/tableInstances/DBEmployee.java
2beec5567aab523aa9ff35f4e9436f4b48337907
[]
no_license
Uluwatta/rrrrrfffffffssss
https://github.com/Uluwatta/rrrrrfffffffssss
5c4c2794956e2a75f1326dd7e674f878368c2b07
e80af85100e10e19b2b3e5dba92d6943fc090f84
refs/heads/master
2018-01-08T10:01:59.880000
2015-10-26T16:13:28
2015-10-26T16:13:28
44,049,388
0
2
null
false
2015-10-24T17:30:00
2015-10-11T11:22:15
2015-10-11T11:35:19
2015-10-23T18:55:23
1,516
0
2
0
Java
null
null
package com.d.rfsv1.controller.datasource.tableInstances; import com.d.rfsv1.controller.datasource.DatabaseHandlerUtil; import java.sql.SQLException; import java.util.Date; /** * Created by Uluwatta on 10/18/2015. */ public class DBEmployee { private static String errorContext="rfs : Unable to execute query - ...
UTF-8
Java
3,431
java
DBEmployee.java
Java
[ { "context": "ception;\nimport java.util.Date;\n\n/**\n * Created by Uluwatta on 10/18/2015.\n */\npublic class DBEmployee {\n ", "end": 202, "score": 0.9735878705978394, "start": 194, "tag": "NAME", "value": "Uluwatta" }, { "context": "first i.e mysql=>> describe employee\n //...
null
[]
package com.d.rfsv1.controller.datasource.tableInstances; import com.d.rfsv1.controller.datasource.DatabaseHandlerUtil; import java.sql.SQLException; import java.util.Date; /** * Created by Uluwatta on 10/18/2015. */ public class DBEmployee { private static String errorContext="rfs : Unable to execute query - ...
3,431
0.277762
0.274556
80
41.887501
19.295721
97
false
false
0
0
0
0
0
0
0.9
false
false
6
38463919646c519b17fc7a4d8240606408e98a34
9,878,424,847,726
1ab282864ae16ff164124dfabe8f7ae5747a083d
/core/src/main/scala/com/foofv/crawler/similarity/structure/Tuple.java
a46380da151cc4c16caa6892230004371560a8f3
[]
no_license
wbj0110/crawler
https://github.com/wbj0110/crawler
69381e0aea1cae52788a586944ac3d990a8eae4b
f9953e587c9c178d673d1bd7ddb43e94dfcd4a18
refs/heads/master
2016-09-13T15:34:38.185000
2016-09-08T07:01:00
2016-09-08T07:01:00
60,136,227
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.foofv.crawler.similarity.structure; /** * Created by msfenn on 21/09/15. */ public class Tuple<T, C> { public Tuple() { } public Tuple(T first, C second) { this.first = first; this.second = second; } public T _1() { return first; } public C _2() {...
UTF-8
Java
395
java
Tuple.java
Java
[ { "context": "v.crawler.similarity.structure;\n\n/**\n * Created by msfenn on 21/09/15.\n */\npublic class Tuple<T, C> {\n\n ", "end": 73, "score": 0.9996581673622131, "start": 67, "tag": "USERNAME", "value": "msfenn" } ]
null
[]
package com.foofv.crawler.similarity.structure; /** * Created by msfenn on 21/09/15. */ public class Tuple<T, C> { public Tuple() { } public Tuple(T first, C second) { this.first = first; this.second = second; } public T _1() { return first; } public C _2() {...
395
0.534177
0.513924
29
12.620689
13.417471
47
false
false
0
0
0
0
0
0
0.310345
false
false
6
8b4946caccbaa3e373e8c45421ab540264781da3
1,683,627,216,041
a08762aba7861ca20a46eeff0be7c8be73a0834a
/strongbox-storage/strongbox-storage-api/src/main/java/org/carlspring/strongbox/configuration/Configuration.java
64c2ce6d302a0242a127ada9234ed0a7a4a8327b
[ "Apache-2.0" ]
permissive
martin-g/strongbox
https://github.com/martin-g/strongbox
8f4bb71b141c5cadebdeaf798eb39dc4bd26a9a4
5351fbcc3be1e1de4175eb4fb79033052ee5151d
refs/heads/master
2022-11-10T06:00:39.819000
2016-03-12T21:01:09
2016-03-12T21:01:09
53,877,630
1
1
Apache-2.0
true
2022-10-26T06:35:37
2016-03-14T17:39:37
2016-03-14T18:19:41
2022-10-26T06:03:29
1,726
1
2
0
Java
false
false
package org.carlspring.strongbox.configuration; import org.carlspring.strongbox.storage.Storage; import org.carlspring.strongbox.storage.routing.RoutingRules; import org.carlspring.strongbox.xml.StorageMapAdapter; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import...
UTF-8
Java
2,763
java
Configuration.java
Java
[ { "context": "nkedHashMap;\nimport java.util.Map;\n\n/**\n * @author mtodorov\n */\n@XmlRootElement\n@XmlAccessorType(XmlAccessTyp", "end": 548, "score": 0.9985769391059875, "start": 540, "tag": "USERNAME", "value": "mtodorov" } ]
null
[]
package org.carlspring.strongbox.configuration; import org.carlspring.strongbox.storage.Storage; import org.carlspring.strongbox.storage.routing.RoutingRules; import org.carlspring.strongbox.xml.StorageMapAdapter; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import...
2,763
0.673543
0.67101
129
20.418604
21.267838
96
false
false
0
0
0
0
0
0
0.27907
false
false
6
cccb4021073122d1c8d4bc46d7252e502c4563f0
2,070,174,255,994
1f04233b56e1d94873321c971186162ccebf4848
/RobotSoccerSimulator/br/unifor/si/rosos/breno_pedro_team/MonkeyTeam.java
f23ce8ea57ec0431d9e5b6396254f16e0d01c613
[ "MIT" ]
permissive
Beroni/FuzzyRobotSoccer
https://github.com/Beroni/FuzzyRobotSoccer
57511d7de64d50ecd866ff68f993db8f1563ff84
91f53c8610864d5f92b173aba40f09f9f49c0e95
refs/heads/master
2022-12-21T01:27:16.092000
2020-10-03T01:01:47
2020-10-03T01:01:47
300,768,866
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.unifor.si.rosos.breno_pedro_team; import br.unifor.si.rosos.GameSimulator; import br.unifor.si.rosos.Robot; import br.unifor.si.rosos.Team; import br.unifor.si.rosos.TeamSide; import java.util.ArrayList; public class MonkeyTeam implements Team { ArrayList<PlayerBot> players; public String getTea...
UTF-8
Java
849
java
MonkeyTeam.java
Java
[ { "context": " public String getTeamName() {\n return \"Breno e Pedro\";\n }\n\n private void assertPlayers() {\n ", "end": 359, "score": 0.9973944425582886, "start": 346, "tag": "NAME", "value": "Breno e Pedro" } ]
null
[]
package br.unifor.si.rosos.breno_pedro_team; import br.unifor.si.rosos.GameSimulator; import br.unifor.si.rosos.Robot; import br.unifor.si.rosos.Team; import br.unifor.si.rosos.TeamSide; import java.util.ArrayList; public class MonkeyTeam implements Team { ArrayList<PlayerBot> players; public String getTea...
842
0.62662
0.62662
39
20.794872
17.534113
57
false
false
0
0
0
0
0
0
0.410256
false
false
6
e53ac1d6253ed17293e6a315ae5b76691eb8238d
8,847,632,648,274
b404acd941f00a070218755cf591ce98456194a5
/jsdLibrary/src/main/java/com/jsd/library/network/RequestCallback.java
99a89128487362a4228a58b08737454c5459b06f
[]
no_license
shihui397/Tool
https://github.com/shihui397/Tool
b63d282630fbb568dd6c4ec4790c9bd1cfcb4127
d447b1c1f1c5b6ec2a6418ef7e2a3ffeb00087cd
refs/heads/master
2021-01-22T13:51:57.248000
2017-08-18T08:06:09
2017-08-18T08:06:09
100,589,804
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jsd.library.network; /** * Created by sf on 2017/3/22. */ public interface RequestCallback<T> { /** * 成功 */ void success(T t); /** * 失败 */ void error(String err); }
UTF-8
Java
225
java
RequestCallback.java
Java
[ { "context": "ackage com.jsd.library.network;\n\n/**\n * Created by sf on 2017/3/22.\n */\n\npublic interface RequestCallba", "end": 54, "score": 0.9975084066390991, "start": 52, "tag": "USERNAME", "value": "sf" } ]
null
[]
package com.jsd.library.network; /** * Created by sf on 2017/3/22. */ public interface RequestCallback<T> { /** * 成功 */ void success(T t); /** * 失败 */ void error(String err); }
225
0.520737
0.488479
17
11.823529
12.142465
37
false
false
0
0
0
0
0
0
0.176471
false
false
6
f4ae460db02da21b647d85985e85a4fb21d8cdf4
21,835,613,733,254
d37b8315bcb00b393b34bedcd24833a7a62fa339
/vehpayfee_pay/src/main/java/com/sutong/pay/service/impl/filetool/GenerateJSONCompressedFile.java
12e2293165e34a01edc85a2eabd854ea5b7d8e73
[]
no_license
springbn/bejing
https://github.com/springbn/bejing
87e94c8df02e0a57595ad5494ebb310b1dda8227
f26a86884691a2b7832b742d9cd774cd127b837d
refs/heads/master
2022-10-01T17:11:49.503000
2020-06-09T16:13:53
2020-06-09T16:13:53
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sutong.pay.service.impl.filetool; import org.springframework.stereotype.Component; import java.io.*; import java.util.zip.ZipEntry; import java.util.zip.ZipOutputStream; @Component public class GenerateJSONCompressedFile { /** * 将json字符串生成json文件到指定路径并压缩到指定的路径下 * @param jsonString json字符串 ...
UTF-8
Java
9,099
java
GenerateJSONCompressedFile.java
Java
[]
null
[]
package com.sutong.pay.service.impl.filetool; import org.springframework.stereotype.Component; import java.io.*; import java.util.zip.ZipEntry; import java.util.zip.ZipOutputStream; @Component public class GenerateJSONCompressedFile { /** * 将json字符串生成json文件到指定路径并压缩到指定的路径下 * @param jsonString json字符串 ...
9,099
0.491827
0.485681
242
30.599174
20.537621
107
false
false
0
0
0
0
0
0
0.491736
false
false
6
2c68bdc1a3d57ff1651bf9d3c304b2a99bdda552
21,930,103,049,324
f4aedf55b54c465a5c48cc921af91c1b14d97095
/src/main/SingleFieldEqualityPredicate.java
76e74fd3ccdb363f0aa308f7bd7b92ae6ef4ff8e
[]
no_license
TheOwlDude/ComScore
https://github.com/TheOwlDude/ComScore
1e6ed0edd193292a220efaf8c0c62972d3ad25d8
921d0829b5b27bf5b8dd3e833742ec841c825be3
refs/heads/master
2021-01-12T08:30:25.024000
2016-12-19T05:33:48
2016-12-19T05:33:48
76,565,658
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Created by bkcol_000 on 12/17/2016. * * Selector for a simple field equality condition * */ public class SingleFieldEqualityPredicate implements ViewingPredicate { private SingleFieldEqualityCondition leafFilterCondition; public SingleFieldEqualityPredicate(SingleFieldEqualityCondition le...
UTF-8
Java
599
java
SingleFieldEqualityPredicate.java
Java
[ { "context": "/**\r\n * Created by bkcol_000 on 12/17/2016.\r\n *\r\n * Selector for a simple fiel", "end": 28, "score": 0.9996495246887207, "start": 19, "tag": "USERNAME", "value": "bkcol_000" } ]
null
[]
/** * Created by bkcol_000 on 12/17/2016. * * Selector for a simple field equality condition * */ public class SingleFieldEqualityPredicate implements ViewingPredicate { private SingleFieldEqualityCondition leafFilterCondition; public SingleFieldEqualityPredicate(SingleFieldEqualityCondition le...
599
0.762938
0.744574
17
33.235294
36.326183
114
false
false
0
0
0
0
0
0
0.176471
false
false
6
fe693960b680f16374eede4017a254bae2523d3d
11,364,483,475,148
6e62ebd6779730066b4e8d7b7e1a47e83b0aaef1
/src/main/java/com/nov/hotel/dao/impl/BlockDaoImpl.java
633564cb5d29bcda8dac03caa9bff434c1f1577c
[]
no_license
IgorNo/HotelN
https://github.com/IgorNo/HotelN
0cdeb54bb5829d9d53135843a27efe7b994b0a75
2305943d1b413b3a7aa609c2b6f797c7ebc2201d
refs/heads/master
2016-09-13T22:33:20.941000
2016-04-23T11:23:32
2016-04-23T11:23:32
56,159,197
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.nov.hotel.dao.impl; import com.nov.hotel.collections.impl.BlockCollection; import com.nov.hotel.dao.abstr.CrudDaoAbstractInt; import com.nov.hotel.entities.Block; import org.springframework.jdbc.core.RowMapper; import org.springframework.jdbc.core.namedparam.MapSqlParameterSource; import org.springframewor...
UTF-8
Java
1,786
java
BlockDaoImpl.java
Java
[]
null
[]
package com.nov.hotel.dao.impl; import com.nov.hotel.collections.impl.BlockCollection; import com.nov.hotel.dao.abstr.CrudDaoAbstractInt; import com.nov.hotel.entities.Block; import org.springframework.jdbc.core.RowMapper; import org.springframework.jdbc.core.namedparam.MapSqlParameterSource; import org.springframewor...
1,786
0.676372
0.676372
55
31.472727
26.115725
83
false
false
0
0
0
0
0
0
0.545455
false
false
6
20d178bcfab2d5cf671de85d574633ce2bac8764
18,571,438,597,882
29116a4dfe18a5b748eaef7bb26f7684989155eb
/Formacio/src/es/pue/proyectos/model/persistencelayer/impl/sqlserver/manager/SqlServerPersistenceManager.java
638ef27c5279434d36f58bcbd501da55463b2201
[]
no_license
adrimf89/formacioJ2EE
https://github.com/adrimf89/formacioJ2EE
77f4cd9d7746aa88a03412edd1f9914c6bfa108e
a059a09b444a11780956b485a64fbd539f077b0a
refs/heads/master
2021-01-13T07:19:20.195000
2016-10-26T13:45:45
2016-10-26T13:45:45
71,546,602
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package es.pue.proyectos.model.persistencelayer.impl.sqlserver.manager; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.hibernate.cfg.Configuration; import org.hibernate.service.Ser...
UTF-8
Java
1,837
java
SqlServerPersistenceManager.java
Java
[]
null
[]
package es.pue.proyectos.model.persistencelayer.impl.sqlserver.manager; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.hibernate.cfg.Configuration; import org.hibernate.service.Ser...
1,837
0.745781
0.745781
69
24.623188
25.235184
127
false
false
0
0
0
0
0
0
1.623188
false
false
6
00cf00cda4f95c353618caa4e5a214d230514121
8,100,308,354,141
a8b740205a82c53e89a853df1d705543e750cfce
/src/main/java/app/saiou/kantios/entity/TbUser.java
34088d3886f7844d5637efabe8b690f683532e5e
[]
no_license
tatsunori-1029/kantios
https://github.com/tatsunori-1029/kantios
3ae6b20ebdf3bac8171bdb58b23d2c03888341ee
5d6a274ccc8cf13dacb657bc7c2b18ed2a4bf7b5
refs/heads/master
2020-04-05T12:06:59.964000
2018-11-09T03:39:40
2018-11-09T03:39:40
156,859,313
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app.saiou.kantios.entity; import java.io.Serializable; import java.util.Date; @SuppressWarnings("javadoc") public class TbUser implements Serializable { private String _userId; private String _authUserId; private String _displayName; private String _createUserId; private...
UTF-8
Java
3,857
java
TbUser.java
Java
[]
null
[]
package app.saiou.kantios.entity; import java.io.Serializable; import java.util.Date; @SuppressWarnings("javadoc") public class TbUser implements Serializable { private String _userId; private String _authUserId; private String _displayName; private String _createUserId; private...
3,857
0.607726
0.604874
114
31.850878
36.737148
151
false
false
0
0
0
0
0
0
0.350877
false
false
6
85fa2384b434fdadd0ad21749da1adb0841338a3
22,110,491,656,550
ef8d02ea128d069428aaec516dc0bf40f6e2e448
/core/src/com/barelyconscious/stonequest/journal/Entry.java
7f87f7419f457032e0431536efa0338bf30d5192
[]
no_license
mattschwartz/stonequest-libgdx
https://github.com/mattschwartz/stonequest-libgdx
603de5cfbe2063f72c6bd51ff3b319aa7c35fc13
bd9b6f8cf33028aac84462c034b31c83843b0491
refs/heads/master
2020-12-30T11:15:04.766000
2014-12-18T03:09:27
2014-12-18T03:09:27
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* ***************************************************************************** * Project: StoneQuest * File Name: Entry.java * Author: Matt Schwartz * Date Created: 07.12.2014 * Redistribution: You are free to use, reuse, and edit any of the text in * this...
UTF-8
Java
1,708
java
Entry.java
Java
[ { "context": "ile Name: Entry.java\n * Author: Matt Schwartz\n * Date Created: 07.12.2014\n * Redistributio", "end": 182, "score": 0.9995635151863098, "start": 169, "tag": "NAME", "value": "Matt Schwartz" }, { "context": " by yourself. \n * ...
null
[]
/* ***************************************************************************** * Project: StoneQuest * File Name: Entry.java * Author: <NAME> * Date Created: 07.12.2014 * Redistribution: You are free to use, reuse, and edit any of the text in * this file. ...
1,680
0.566159
0.561475
58
28.448277
24.840992
87
false
false
0
0
0
0
0
0
0.344828
false
false
6
fb14d47d712906b9a78009d045023b341cd36e17
23,089,744,197,444
32eff853e4d00cf744a2906d34bc7df08180ca05
/WordSearch.java
04a6cd55e98e80effc7d80129f1257f66f59dd20
[]
no_license
manicha321/Backtracking-3
https://github.com/manicha321/Backtracking-3
d5736940386d4f560e2801ebd435d5bbf2bf85b3
f141d0f832971096fd80084e85a78c260d618fc6
refs/heads/master
2022-12-23T09:15:07.510000
2020-09-24T21:28:32
2020-09-24T21:28:32
298,398,559
0
0
null
true
2020-09-24T21:26:32
2020-09-24T21:26:32
2020-06-29T01:52:08
2020-09-24T20:38:13
2
0
0
0
null
false
false
//Time Complexity=O(n*m*n*m) //Space Complexity=O(n*m)//Recursive stack class Solution { public boolean exist(char[][] board, String word) { if(board.length==0||board==null||board[0].length==0||word==null||word.length()==0) { return true; } for(int i=0;i<board.length;i++) ...
UTF-8
Java
1,615
java
WordSearch.java
Java
[]
null
[]
//Time Complexity=O(n*m*n*m) //Space Complexity=O(n*m)//Recursive stack class Solution { public boolean exist(char[][] board, String word) { if(board.length==0||board==null||board[0].length==0||word==null||word.length()==0) { return true; } for(int i=0;i<board.length;i++) ...
1,615
0.448297
0.43096
53
29.490566
25.576096
130
false
false
0
0
0
0
0
0
0.830189
false
false
6
14e3ee5ff55ab3242ceaccf84188d878df1613c5
4,492,535,800,943
4b28b3c555a88c81ed862498a17a474d1b24939d
/tests/us.coastalhacking.corvus.eclipse.provider.tests/src/us/coastalhacking/corvus/eclipse/provider/entrypoint/MarkerToEntryPointProviderTest.java
b9d3434ccc6dd15d73ab69dd0f43d0967a2304f4
[]
no_license
CoastalHacking/corvus-eclipse
https://github.com/CoastalHacking/corvus-eclipse
be3ad028a8e3e9d7f18d2aa3dcbb2eaa12f3b89e
2780940416853de9f820a7c2cee8efeb43e8d283
refs/heads/master
2020-03-31T09:56:01.460000
2018-12-06T18:11:17
2018-12-06T18:11:17
152,115,796
0
1
null
false
2018-12-06T18:11:19
2018-10-08T17:01:25
2018-12-05T23:26:37
2018-12-06T18:11:18
280
0
1
29
Java
false
null
package us.coastalhacking.corvus.eclipse.provider.entrypoint; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import java.ut...
UTF-8
Java
8,343
java
MarkerToEntryPointProviderTest.java
Java
[]
null
[]
package us.coastalhacking.corvus.eclipse.provider.entrypoint; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import java.ut...
8,343
0.787367
0.786647
218
37.270641
28.709957
125
false
false
0
0
0
0
0
0
2.197248
false
false
6
4bca63fcd226e60df0a19557715b781b22958d8e
11,510,512,361,292
7e8c431100b7b961660ed97b8ad87b960b7f320c
/src/test/java/study/StringCalculatorTest.java
ec8a3f68c18a057c4e91fd80901035ff2311ce68
[]
no_license
zeeyonchung/java-racingcar
https://github.com/zeeyonchung/java-racingcar
be3aa0a426c31eaa8dbcee9df6a5eb802317c246
841264aee58f1ca478a7068cb493a3ed9aac2444
refs/heads/master
2022-07-20T05:26:34.859000
2020-05-22T12:34:37
2020-05-22T12:34:37
262,492,287
0
0
null
true
2020-05-22T12:34:38
2020-05-09T04:59:37
2020-05-20T02:37:27
2020-05-22T12:34:38
3,008
0
0
0
HTML
false
false
package study; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import static org.assertj.core.api.Assertions.assertThat; public class StringCalculatorTest { private StringCal...
UTF-8
Java
1,956
java
StringCalculatorTest.java
Java
[]
null
[]
package study; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import static org.assertj.core.api.Assertions.assertThat; public class StringCalculatorTest { private StringCal...
1,956
0.603503
0.557325
59
30.932203
25.919605
81
false
false
0
0
0
0
0
0
0.898305
false
false
6
d6b59d77f3def86285b39979276e73d8d9f54c9e
4,286,377,381,458
1d44536b5ea5c3c158398eef3a301e5d412db9a0
/app/data/db/dao/Users.java
557e04fb8b46d34aa70dc1cc9639cd95a205721b
[]
no_license
jdhatton/bmts-web
https://github.com/jdhatton/bmts-web
e6f0a741e3d30bf0a059f7b9e53bcb83ddb74aaf
6ae41e1e17b538b0e19a040c42457fcc9976161a
refs/heads/master
2021-01-23T19:37:31.576000
2015-01-20T00:40:00
2015-01-20T00:40:00
28,008,440
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package data.db.dao; import java.util.List; import org.skife.jdbi.v2.sqlobject.Bind; import org.skife.jdbi.v2.sqlobject.BindBean; import org.skife.jdbi.v2.sqlobject.SqlQuery; import org.skife.jdbi.v2.sqlobject.SqlUpdate; import org.skife.jdbi.v2.sqlobject.customizers.RegisterMapper; import org.skife.jdbi.v2.sqlobject...
UTF-8
Java
783
java
Users.java
Java
[]
null
[]
package data.db.dao; import java.util.List; import org.skife.jdbi.v2.sqlobject.Bind; import org.skife.jdbi.v2.sqlobject.BindBean; import org.skife.jdbi.v2.sqlobject.SqlQuery; import org.skife.jdbi.v2.sqlobject.SqlUpdate; import org.skife.jdbi.v2.sqlobject.customizers.RegisterMapper; import org.skife.jdbi.v2.sqlobject...
783
0.734355
0.726692
27
28
21.674358
65
false
false
0
0
0
0
0
0
0.592593
false
false
6
f46b9a4aa889f1313a7aa7026f3fa21802033a0d
28,398,323,770,550
e609c28ce538b4aadccab7214293c6081c5eb322
/src/main/java/create/data/frame/Main.java
c284dffa1b17d71fa53ead5a70c5d93e88b63d97
[]
no_license
Jeka1978/spark-888
https://github.com/Jeka1978/spark-888
38e01726876dd28f29b3d554245f40d59806c37c
7c770defa55f7ad341e869f1f7b5a33f017506cf
refs/heads/master
2021-01-13T15:17:53.575000
2016-12-28T14:12:44
2016-12-28T14:12:44
76,452,518
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package create.data.frame; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.sql.SQLContext; import java.util.Arrays; /** * Created by Evegeny on 28/12/2016. */ public class Main { public static void main(Stri...
UTF-8
Java
655
java
Main.java
Java
[ { "context": "text;\n\nimport java.util.Arrays;\n\n/**\n * Created by Evegeny on 28/12/2016.\n */\npublic class Main {\n public", "end": 248, "score": 0.9837315678596497, "start": 241, "tag": "USERNAME", "value": "Evegeny" } ]
null
[]
package create.data.frame; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.sql.SQLContext; import java.util.Arrays; /** * Created by Evegeny on 28/12/2016. */ public class Main { public static void main(Stri...
655
0.709924
0.69313
22
28.772728
29.661625
111
false
false
0
0
0
0
0
0
0.818182
false
false
6
5fadc62076e3bee27c07cbeabd77e9d684d2d640
7,816,840,480,372
3a320d10d070e346ae15232fc0372522ef145aa4
/innovate/src/Dao/ChartDao.java
fa498bb0a89121479b450f75cec35de345ae3f0b
[]
no_license
Feithle/blue
https://github.com/Feithle/blue
62ea04aa02177240bcfa03a6772864d4aa65d48f
3a1a9be2191376a8e8c1a665fc790945b00dc1da
refs/heads/master
2020-03-23T13:50:48.333000
2018-09-24T14:16:43
2018-09-24T14:16:43
141,641,319
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package Dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import Bean.BasicMessage; import Util.DBUtil; public class ChartDao { public String[] Static() { Connection connection = DBUtil.getConnection(); //准备sql语句 String Tec[]=new String...
UTF-8
Java
1,259
java
ChartDao.java
Java
[]
null
[]
package Dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import Bean.BasicMessage; import Util.DBUtil; public class ChartDao { public String[] Static() { Connection connection = DBUtil.getConnection(); //准备sql语句 String Tec[]=new String...
1,259
0.675109
0.662882
56
19.446428
16.026674
74
false
false
0
0
0
0
0
0
1.732143
false
false
6
4d0d976ef4af49e6fa6062563e601c351a8db686
17,592,186,057,086
d2ae55c5b1feae8a4eaf44ecceb98a11f8bb1a8e
/src/test/java/aisystem/demo/jdbc/jdbcDemo/CodeReview.java
2365791768dbd25773f5f129637943d40568e2f1
[]
no_license
Husarz/jdbcDemo
https://github.com/Husarz/jdbcDemo
26ff5fc3881f1b00b471b2fc7db2cf6a31b1740a
42b3288ff2eee37c1025860c307aeccb541bb89b
refs/heads/master
2020-03-31T19:13:33.002000
2019-08-12T20:50:29
2019-08-12T20:50:29
152,489,316
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package aisystem.demo.jdbc.jdbcDemo; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.junit.Test; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Optional; impor...
UTF-8
Java
2,271
java
CodeReview.java
Java
[ { "context": "\"21/4\");\n private Person manager = new Person(\"John\", \"alekkkk\", Collections.singletonList(a1));\n ", "end": 546, "score": 0.9828100204467773, "start": 542, "tag": "NAME", "value": "John" }, { "context": "\n private Person manager = new Person(\"John\", ...
null
[]
package aisystem.demo.jdbc.jdbcDemo; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.junit.Test; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Optional; impor...
2,271
0.598415
0.589608
105
20.638096
20.392401
90
false
false
0
0
0
0
0
0
0.47619
false
false
6
9b18b7d7a9fc5f2e073e2a472c2d18173574215f
17,617,955,863,232
f4707f2466a4397a315a659520a98ba59137d460
/src/ch/jmildner/observer/callback/TestCallback.java
532a4735b4ad255738a186e08850f30cd650065a
[]
no_license
java-akademie/java_designpatterns
https://github.com/java-akademie/java_designpatterns
5f7de12b0c829472a352516d8869bd64435f7b50
b08349d6dc3bfb9bac6da17ebb7693a58a10de68
refs/heads/master
2020-03-25T07:18:15.585000
2018-08-09T08:35:04
2018-08-09T08:35:04
143,553,159
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch.jmildner.observer.callback; import ch.jmildner.tools.MyTools; class Callback { WasZuTunIst testCallback = null; Callback(WasZuTunIst testCallback) { this.testCallback = testCallback; testCallback.fuehreAus(); } } public class TestCallback { public static void main(String[]...
UTF-8
Java
739
java
TestCallback.java
Java
[]
null
[]
package ch.jmildner.observer.callback; import ch.jmildner.tools.MyTools; class Callback { WasZuTunIst testCallback = null; Callback(WasZuTunIst testCallback) { this.testCallback = testCallback; testCallback.fuehreAus(); } } public class TestCallback { public static void main(String[]...
739
0.618403
0.618403
47
13.723404
15.021548
54
false
false
0
0
0
0
0
0
1.382979
false
false
6
cfbcbaa991332f69028efd7ed88dfe981737be45
19,112,604,480,839
8655b64fba9aef0f441322c0617f1b6bbb0ac6c8
/src/main/java/com/spring/DAO/UserDAOImpl.java
49947dca9e696d5260dd3c8eceacdf916f9bb7b2
[]
no_license
pminhtri11/OnlineMusicBook
https://github.com/pminhtri11/OnlineMusicBook
8e95ebdb40352bab823297ed10703e50ddddcdc7
af10bd0f28d659423a411263947454c8053b4589
refs/heads/master
2022-12-29T07:37:05.912000
2020-10-14T22:16:17
2020-10-14T22:16:17
304,147,704
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.spring.DAO; import java.text.Format; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.hibernate.Criteria; import org.hibernate.ScrollableResults; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cr...
UTF-8
Java
6,178
java
UserDAOImpl.java
Java
[ { "context": "= null;\n\t\tString HQL =\"from User where username= :username and password= :password\";\n\t\tQuery query = session", "end": 1376, "score": 0.5878511667251587, "start": 1368, "tag": "USERNAME", "value": "username" }, { "context": "rom User where username= :username and...
null
[]
package com.spring.DAO; import java.text.Format; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.hibernate.Criteria; import org.hibernate.ScrollableResults; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cr...
6,180
0.679832
0.676918
185
32.394596
30.565853
255
false
false
0
0
0
0
0
0
2.124324
false
false
6
d4847732c0704da8d192defaa716e05e037b49b8
28,827,820,503,892
d2a5557a933f0b911687c84312d7a178001fe9e7
/study-core/src/main/java/com/silence/study/core/service/sys/SysRoleMenuModService.java
0489a18ffda0febb02fd40adc828850bda95eb8b
[]
no_license
zhuSilence/silence-study
https://github.com/zhuSilence/silence-study
3d49048dace1306bed1f0eb93ee3d8d0e80be22e
9fcd258a9790ae01304307475ee8b8bbc2782822
refs/heads/master
2020-03-16T23:09:06.098000
2018-06-17T04:17:23
2018-06-17T04:17:23
133,067,172
0
0
null
false
2018-06-17T04:17:24
2018-05-11T17:06:14
2018-06-17T04:16:36
2018-06-17T04:17:24
3,309
0
0
0
JavaScript
false
null
package com.silence.study.core.service.sys; import com.silence.study.core.entity.sys.SysRoleMenuModEntity; import com.silence.study.core.mapper.sys.SysRoleMenuModMapper; import com.origin.eurybia.base.BaseService; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org...
UTF-8
Java
1,675
java
SysRoleMenuModService.java
Java
[ { "context": "<br>\n * <b>功能:</b>角色菜单权限 Service<br>\n * <b>作者:</b>siber.xu<br>\n * <b>日期:</b>2015-11-21 21:54:25<br>\n * <b>详细", "end": 495, "score": 0.9994648694992065, "start": 487, "tag": "USERNAME", "value": "siber.xu" } ]
null
[]
package com.silence.study.core.service.sys; import com.silence.study.core.entity.sys.SysRoleMenuModEntity; import com.silence.study.core.mapper.sys.SysRoleMenuModMapper; import com.origin.eurybia.base.BaseService; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org...
1,675
0.734758
0.722816
60
25.516666
23.858255
80
false
false
0
0
0
0
0
0
1.3
false
false
6
11afe36cff80469bd7781e93e05e6775f695fc0d
28,827,820,500,307
2992ec745a417ac3f4a1598387fcb450e5f8c75f
/code/IFTS/src/JDBC_Gestionale/Company.java
7d54ffcc9793658da5e829514b9c17a04a22634b
[]
no_license
Andrea99-beep/ooprogramming
https://github.com/Andrea99-beep/ooprogramming
404eec0bc7e1d4ac440844a55e5296776d3ba124
4d08dda9efd6156155c49eb2b43408248a919777
refs/heads/master
2022-06-24T14:19:47.211000
2020-05-07T09:40:04
2020-05-07T09:40:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package JDBC_Gestionale; import java.util.ArrayList; public class Company { protected ArrayList<WorkRoom> lwr; public Company() { lwr = new ArrayList<WorkRoom>(); } public void addWorkRoom(WorkRoom wr) { lwr.add(wr); } public void removeWorkRoom(WorkRoom wr) { lwr.remove(wr); } public WorkRoom s...
UTF-8
Java
447
java
Company.java
Java
[]
null
[]
package JDBC_Gestionale; import java.util.ArrayList; public class Company { protected ArrayList<WorkRoom> lwr; public Company() { lwr = new ArrayList<WorkRoom>(); } public void addWorkRoom(WorkRoom wr) { lwr.add(wr); } public void removeWorkRoom(WorkRoom wr) { lwr.remove(wr); } public WorkRoom s...
447
0.666667
0.666667
29
14.413794
14.627601
44
false
false
0
0
0
0
0
0
1.413793
false
false
6
d3acb71a98ff9e707422f353a128123efa04be75
22,720,377,023,160
7ec1570d678e6f090b979e9715ee3a9f722710ee
/src/ComunicationObjects/RequestDownloadEmail.java
48f64f11e37a861eeefcedf90d21d8996880991e
[]
no_license
adz99IT/ServerJson
https://github.com/adz99IT/ServerJson
204e5b1e6590839ac8ec5127f7ca9d83f91a139e
cdce53f3327cddb82c557bcbe68cc12a6da1d317
refs/heads/master
2023-02-16T06:10:05.983000
2021-01-05T10:39:32
2021-01-05T10:39:32
320,578,342
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ComunicationObjects; import java.io.Serializable; import java.util.Date; public class RequestDownloadEmail extends Login implements Serializable { Date sinceDate; public RequestDownloadEmail(String userMail, String encryptedPassword, Date sinceDate){ super(userMail, encryptedPassword); ...
UTF-8
Java
582
java
RequestDownloadEmail.java
Java
[]
null
[]
package ComunicationObjects; import java.io.Serializable; import java.util.Date; public class RequestDownloadEmail extends Login implements Serializable { Date sinceDate; public RequestDownloadEmail(String userMail, String encryptedPassword, Date sinceDate){ super(userMail, encryptedPassword); ...
582
0.723368
0.723368
23
24.304348
25.999054
91
false
false
0
0
0
0
0
0
0.608696
false
false
6
1f75349d9955ab043dca9ac412d6ba07c7a161cc
4,131,758,553,521
985d719e0cb4cbc2f617275c07a4ad15ce5113d8
/rs_doc_service/src/main/java/com/dhkim/common/misc/Utils.java
ab87c9ab2c88217d1ab86f8fde53b2a1fbd0825a
[]
no_license
loeaf/rfpquicksearch
https://github.com/loeaf/rfpquicksearch
14a23fe5b25d9959ab3099ab5bb6e78dabed1b6a
5c2cea51e466dadcc98bafb75076d694ee184603
refs/heads/master
2023-05-12T11:16:06.183000
2023-05-07T13:34:23
2023-05-07T13:34:23
264,616,785
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.dhkim.common.misc; import org.apache.commons.io.FileUtils; import org.apache.http.HttpEntity; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.client.methods.HttpDelete; import org.apache.http.client.metho...
UTF-8
Java
9,635
java
Utils.java
Java
[]
null
[]
/** * */ package com.dhkim.common.misc; import org.apache.commons.io.FileUtils; import org.apache.http.HttpEntity; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.client.methods.HttpDelete; import org.apache.http.client.metho...
9,635
0.635142
0.628968
435
20.22069
23.259102
181
false
false
0
0
0
0
0
0
2.193104
false
false
6
373fb157a80623b85a371d3c5f0a2509bc4dd182
19,619,410,609,158
c99f824baf28b83483cac60b164d70f7daccf303
/src/com/jeecms/ruanwen/service/RuanWenService.java
eb3060be1308babef0dee40e6df6a7498ff21f92
[]
no_license
wbteve/hts
https://github.com/wbteve/hts
f9146bde10081cde29c28edd84b845605fa202a3
3eabac7b67a9c204cefb4ab3f4a72f27889bcd87
refs/heads/master
2021-04-03T09:38:30.329000
2016-11-03T13:43:09
2016-11-03T13:43:09
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jeecms.ruanwen.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.jeecms.cms.service.BaseServiceImpl; import com.jeecms.ruanwen.dao.RuanWenDao; import com.jeecms.ruanwen.service.Inter.IRuanWenService; @Service public class Ruan...
UTF-8
Java
425
java
RuanWenService.java
Java
[]
null
[]
package com.jeecms.ruanwen.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.jeecms.cms.service.BaseServiceImpl; import com.jeecms.ruanwen.dao.RuanWenDao; import com.jeecms.ruanwen.service.Inter.IRuanWenService; @Service public class Ruan...
425
0.842353
0.842353
16
25.5625
25.763269
79
false
false
0
0
0
0
0
0
0.625
false
false
6
e53d637385006b8963ec7596d37aa6efe5e4ceee
24,859,270,771,080
05fde6e551477206993a58a2cb7b75ea2157fbf1
/trading-view-swing/src/main/java/trading/view/swing/NeuralNetworkForm.java
e75b94a7ba0d4b20609912929631ada9976af5e3
[]
no_license
DmitryPukhov/TradeRobotics
https://github.com/DmitryPukhov/TradeRobotics
2f6b0b87e8b0fe93a1530b35e9a314cf98c9722e
cf26468703d2280149a7607dda7b94b1739a3363
refs/heads/master
2021-01-22T01:33:49.952000
2015-10-18T17:05:26
2015-10-18T17:05:26
11,341,725
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package trading.view.swing; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTabbedPane; import javax.swing.SpringLayout; import javax.swing.border.EmptyBorder;...
UTF-8
Java
4,042
java
NeuralNetworkForm.java
Java
[ { "context": "ider;\n\n/**\n * Main application form\n * \n * @author dima\n * \n */\npublic class NeuralNetworkForm extends JF", "end": 705, "score": 0.9891561269760132, "start": 701, "tag": "USERNAME", "value": "dima" } ]
null
[]
package trading.view.swing; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTabbedPane; import javax.swing.SpringLayout; import javax.swing.border.EmptyBorder;...
4,042
0.747897
0.738991
144
27.069445
21.533131
73
false
false
0
0
0
0
0
0
2.229167
false
false
6
8de815a51f0cb3bd67c1d51a1a03b59b900de383
15,281,493,654,561
9192f9f9118637cbc1c8f6d77e50d3afade1c2f8
/movieRecommendations/src/Reducer1.java
5fc192705b87ae10cee81bae3842927b3445cc93
[]
no_license
Hisham-Traboulsi/Hadoop-Movie-Recommender
https://github.com/Hisham-Traboulsi/Hadoop-Movie-Recommender
39a697c09e6c17e98d2828a584f39586b8fedf7c
2031a06365a3ffb32ace400bf1cae052fb7706ff
refs/heads/master
2021-04-26T22:26:55.313000
2018-03-06T14:55:40
2018-03-06T14:55:40
124,089,370
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.IOException; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Reducer; public class Reducer1 extends Reducer<Text, Text, Text, Text> { private static Text data = new Text(); public void reduce(Text key, Iterable<Text> values, Contex...
UTF-8
Java
732
java
Reducer1.java
Java
[]
null
[]
import java.io.IOException; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Reducer; public class Reducer1 extends Reducer<Text, Text, Text, Text> { private static Text data = new Text(); public void reduce(Text key, Iterable<Text> values, Contex...
732
0.61612
0.612022
26
27.153847
25.824396
84
false
false
0
0
0
0
0
0
1
false
false
6
6788c2a0c66c61ce313a0bde1a7d27e675b7dcc4
25,262,997,658,993
69557f606c5fcb125b38b5fa5abac5d3bfdd49c3
/java8/src/main/java/lambda/FunctionDescriptor.java
8543e103e90eff139905002d538c5c648a418770
[]
no_license
cchangee/java-base
https://github.com/cchangee/java-base
db1e39940c6bf2f3f086dc58d413f723bc4a0c66
dbe778e9d9820dfc1189bef6bf05acf99f79ae2f
refs/heads/master
2018-10-16T09:17:43.801000
2018-07-13T03:15:46
2018-07-13T03:15:46
117,269,405
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package lambda; /** * No blood ! No bone! No ash! * * @Author: cchangee * @Date: 2018/1/13 * @Time: 1:45 * </p> */ import org.junit.After; import org.junit.Before; import org.junit.Test; import java.util.*; import java.util.List; import java.util.function.*; /** * Java8中常用的函数式接口 */ public class FunctionDes...
UTF-8
Java
2,171
java
FunctionDescriptor.java
Java
[ { "context": "\n/**\n * No blood ! No bone! No ash!\n *\n * @Author: cchangee\n * @Date: 2018/1/13\n * @Time: 1:45\n * </p>\n */\n\ni", "end": 75, "score": 0.9996693730354309, "start": 67, "tag": "USERNAME", "value": "cchangee" } ]
null
[]
package lambda; /** * No blood ! No bone! No ash! * * @Author: cchangee * @Date: 2018/1/13 * @Time: 1:45 * </p> */ import org.junit.After; import org.junit.Before; import org.junit.Test; import java.util.*; import java.util.List; import java.util.function.*; /** * Java8中常用的函数式接口 */ public class FunctionDes...
2,171
0.515469
0.508805
104
19.211538
19.095747
89
false
false
0
0
0
0
0
0
0.394231
false
false
6
2597bdefb4204ae4619ebc88e20c1a705dcae33e
26,757,646,289,494
71d41942c1295e089dd1b05a33993daf9848a103
/07a.ReflectionExercises/src/pr03_barracks_wars_new_factory/models/units/Horseman.java
d51e1b48d3069f6667350f96fd09e9c470bd7067
[]
no_license
pnkosev/Java-OOP
https://github.com/pnkosev/Java-OOP
dfd2b11d61ee45630cc8ce696fdeeed6bad62ccc
e387d94f1d109d323deefc83dce1921548330f24
refs/heads/master
2020-11-27T19:43:17.762000
2020-01-23T10:40:08
2020-01-23T10:40:08
229,580,731
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pr03_barracks_wars_new_factory.models.units; public class Horseman extends AbstractUnit { private static final int HEALTH = 50; private static final int ATTACK_DAMAGE = 10; public Horseman() { super(HEALTH, ATTACK_DAMAGE); } }
UTF-8
Java
271
java
Horseman.java
Java
[]
null
[]
package pr03_barracks_wars_new_factory.models.units; public class Horseman extends AbstractUnit { private static final int HEALTH = 50; private static final int ATTACK_DAMAGE = 10; public Horseman() { super(HEALTH, ATTACK_DAMAGE); } }
271
0.675277
0.653137
10
25.1
20.61286
52
false
false
0
0
0
0
0
0
0.5
false
false
6
7c5f6399581666dc067ab7b2a1eec9babdbf4ec1
2,207,613,254,280
816a6a03f5c43adb5ee4dcc3db33f713b46dbf00
/src/manager/interfaces/managerConnections.java
8b62817effc59107b45a8364103905eafc4a81dc
[ "MIT" ]
permissive
xSzymo/DataBaseConsoleApp
https://github.com/xSzymo/DataBaseConsoleApp
b649c213ffc444ce5a4e9dfb8cc3b4dc4875a781
cfbe5fb13ae83061f5e782d25affbfa6af4b0743
refs/heads/master
2017-12-21T10:47:43.015000
2017-05-01T16:07:52
2017-05-01T16:07:52
76,351,840
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package manager.interfaces; public interface managerConnections { public void info(); public void addConnection(); public void addFewConnections(int howManyConnections); public void showConnection(); public void showConnection(int... id); public void showAllConnection(); public void showAll(); public voi...
UTF-8
Java
747
java
managerConnections.java
Java
[]
null
[]
package manager.interfaces; public interface managerConnections { public void info(); public void addConnection(); public void addFewConnections(int howManyConnections); public void showConnection(); public void showConnection(int... id); public void showAllConnection(); public void showAll(); public voi...
747
0.779116
0.779116
29
24.758621
17.752426
57
false
false
0
0
0
0
0
0
1.517241
false
false
6
e502a3eae299d825d55a4e92c1d8969968a41379
25,383,256,742,294
248a2eb582dff9e87994c338bcb30abd36b5daf6
/FamilyMapServer/test/server/load/LoadServiceTest.java
6a7e63d0d9fde39145560acc2b402b8897c7340d
[]
no_license
ericwtodd/cs240
https://github.com/ericwtodd/cs240
0b8d8c5d36e0b8020125fd648d0ec64b98e35cb8
050125ef3548da517b3d2c84f06248eae4b974bb
refs/heads/master
2021-01-03T14:31:33.577000
2020-02-12T20:33:10
2020-02-12T20:33:10
239,261,059
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package server.load; import api.model.Event; import api.model.Person; import api.model.User; import api.request.LoadRequest; import api.result.MessageResult; import com.google.gson.Gson; import org.junit.After; import org.junit.Before; import org.junit.Test; import server.clear.ClearService; import server.dataaccess.D...
UTF-8
Java
4,624
java
LoadServiceTest.java
Java
[ { "context": "\n File loadFile = new File(\"C:\\\\Users\\\\Eric Todd\\\\IdeaProjects\\\\FamilyMapServer\\\\json\\\\example.jso", "end": 1253, "score": 0.9997732043266296, "start": 1244, "tag": "NAME", "value": "Eric Todd" }, { "context": "());\n\n assertNotNull(...
null
[]
package server.load; import api.model.Event; import api.model.Person; import api.model.User; import api.request.LoadRequest; import api.result.MessageResult; import com.google.gson.Gson; import org.junit.After; import org.junit.Before; import org.junit.Test; import server.clear.ClearService; import server.dataaccess.D...
4,621
0.623486
0.612673
116
38.870689
29.897678
129
false
false
0
0
0
0
0
0
1.051724
false
false
6
3a88c2b88449f48fb12490cc4d0f885611fa2c09
5,059,471,499,293
1de1694c8418a8e901413ef7b8915207ab580c8f
/core/src/main/java/org/commonjava/indy/core/conf/IndyWeftConfig.java
a3368951e1e27472aebf209f522dbe9914b6754d
[ "Apache-2.0" ]
permissive
ligangty/indy
https://github.com/ligangty/indy
9f01ded9e4e12f65ec15592656251cc906a968ea
003ffdb1d8aae02a98dad0f2cf64a35d60037a0a
refs/heads/master
2023-08-31T18:21:47.713000
2023-08-16T03:22:40
2023-08-16T03:22:40
55,512,284
0
0
null
true
2016-04-05T13:57:28
2016-04-05T13:57:28
2016-03-29T22:12:44
2016-03-29T22:12:43
16,149
0
0
0
null
null
null
/** * Copyright (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
UTF-8
Java
5,749
java
IndyWeftConfig.java
Java
[ { "context": "t (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/indy)\n *\n * Licensed under the Apache License, Ve", "end": 75, "score": 0.9994171857833862, "start": 65, "tag": "USERNAME", "value": "Commonjava" } ]
null
[]
/** * Copyright (C) 2011-2022 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
5,749
0.591755
0.588972
167
33.425148
29.121758
150
false
false
0
0
0
0
0
0
0.389222
false
false
6
edb5af98e108958bad3116b96bceef5060c7012d
32,478,542,729,292
ff0a629691e13e6916fbed1c776b75c0bcc70e25
/src/pt/ist/cm/hardware/ScreenOrientation.java
4eee3b2b52d31821b06b1a9d189dedc523411fa3
[]
no_license
jcarvalho/MDPong
https://github.com/jcarvalho/MDPong
f38f7327b2dcc05711694d746ccc7d4cf91c40d4
3ff29f0cfebc94fd857f1e61f33bce5048bf4c67
refs/heads/master
2016-09-05T11:05:49.220000
2012-06-17T23:50:57
2012-06-17T23:50:57
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pt.ist.cm.hardware; import pt.ist.cm.game.GameActivity; import android.util.Log; import android.view.KeyEvent; public enum ScreenOrientation { LANDSCAPE_LEFT(1, 1, KeyEvent.KEYCODE_DPAD_UP, KeyEvent.KEYCODE_DPAD_DOWN), LANDSCAPE_RIGHT(1, -1, KeyEvent.KEYCODE_DPAD_DOWN, KeyEvent.KEYCODE_DPAD_UP), PORTRAI...
UTF-8
Java
2,320
java
ScreenOrientation.java
Java
[]
null
[]
package pt.ist.cm.hardware; import pt.ist.cm.game.GameActivity; import android.util.Log; import android.view.KeyEvent; public enum ScreenOrientation { LANDSCAPE_LEFT(1, 1, KeyEvent.KEYCODE_DPAD_UP, KeyEvent.KEYCODE_DPAD_DOWN), LANDSCAPE_RIGHT(1, -1, KeyEvent.KEYCODE_DPAD_DOWN, KeyEvent.KEYCODE_DPAD_UP), PORTRAI...
2,320
0.746552
0.741379
95
23.421053
22.37554
78
false
false
0
0
0
0
0
0
1.947368
false
false
6
a7d303427a2770618efa754296acb0f68b64a559
2,173,253,487,971
d57b3b513333e821bd85ac9d5f26749ff5917ad1
/SynergySpace2.1/src/synergyspace/net/objectmessaging/utility/serializers/.svn/text-base/LongSerializer.java.svn-base
98d322bfb2cefa6a780a3c58e53a46c190d3e2ef
[ "BSD-2-Clause" ]
permissive
synergynet/synergynet2.1
https://github.com/synergynet/synergynet2.1
a65ed5010fde83b247b527093f65c97e758d7de4
034f11aa94304e7ba95c857fe4cf73bb8d8da4a2
refs/heads/master
2020-12-02T16:23:45.669000
2017-07-07T15:15:01
2017-07-07T15:15:01
96,545,952
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package synergyspace.net.objectmessaging.utility.serializers; import java.nio.ByteBuffer; import synergyspace.net.objectmessaging.connections.ConnectionHandler; public class LongSerializer extends Serializer { @SuppressWarnings("unchecked") public Long readObjectData (ConnectionHandler connectionHandler,...
UTF-8
Java
656
LongSerializer.java.svn-base
Java
[]
null
[]
package synergyspace.net.objectmessaging.utility.serializers; import java.nio.ByteBuffer; import synergyspace.net.objectmessaging.connections.ConnectionHandler; public class LongSerializer extends Serializer { @SuppressWarnings("unchecked") public Long readObjectData (ConnectionHandler connectionHandler,...
656
0.791159
0.791159
19
32.421051
36.293129
121
false
false
0
0
0
0
0
0
1.421053
false
false
6
c2acd84326175524312c4381caf336d99245cbb8
13,202,729,500,195
2fc31174742e4205702c7f6ffdd568adfa4aa4cb
/src/module-info.java
746e2111d711afca80696f656641d76f3134371c
[]
no_license
Mangrich/JavaKatas
https://github.com/Mangrich/JavaKatas
4208151515060ac5ac681b09806c33a80cdacc53
2a30372383ea498643211af211255def158d55bc
refs/heads/master
2022-12-26T02:38:28.748000
2020-10-06T01:49:11
2020-10-06T01:49:11
301,586,699
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
module JavaKatas { requires junit; requires org.junit.jupiter.params; }
UTF-8
Java
73
java
module-info.java
Java
[]
null
[]
module JavaKatas { requires junit; requires org.junit.jupiter.params; }
73
0.780822
0.780822
4
17.5
12.05197
35
false
false
0
0
0
0
0
0
1
false
false
6
c153671951a54a21335dce775dc038b83553b442
7,241,314,911,768
d9d5b73b3b9fe2b014ab4cfe4b079bc51219b2b3
/src/main/java/fr/bbougon/ousontmesaffaires/domain/patch/ImagePatch.java
2ea378cf99014acc4f422364714fdfc9d028df51
[]
no_license
bbougon/ousontmesaffaires
https://github.com/bbougon/ousontmesaffaires
97800fef5f288d64ffc828238bbf46355a2dbca0
7f1642baacbbe2d5438862261ad0af8a7136bc21
refs/heads/master
2020-12-24T15:13:51.036000
2018-12-05T06:38:39
2018-12-05T06:38:39
34,619,657
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.bbougon.ousontmesaffaires.domain.patch; import com.google.gson.internal.LinkedTreeMap; import fr.bbougon.ousontmesaffaires.domain.container.Container; import fr.bbougon.ousontmesaffaires.domain.container.Item; import fr.bbougon.ousontmesaffaires.domain.container.PatchedContainer; import fr.bbougon.ousontmes...
UTF-8
Java
1,724
java
ImagePatch.java
Java
[]
null
[]
package fr.bbougon.ousontmesaffaires.domain.patch; import com.google.gson.internal.LinkedTreeMap; import fr.bbougon.ousontmesaffaires.domain.container.Container; import fr.bbougon.ousontmesaffaires.domain.container.Item; import fr.bbougon.ousontmesaffaires.domain.container.PatchedContainer; import fr.bbougon.ousontmes...
1,724
0.679234
0.679234
41
41.048782
29.625261
100
false
false
0
0
0
0
0
0
0.731707
false
false
6
a323b6e7f5fb98437d3704b4405edb0014c6dd75
28,664,611,799,591
0ed15f9c9a2b998ab58d2cb4bd40b80a7b7a680e
/src/top20/Sol146.java
15fe81304e69066cc17b3e9b567acc60adc4a385
[]
no_license
Elliiee/FrequencyII
https://github.com/Elliiee/FrequencyII
14172ffc249bda444e470a456d2abf5d485df7e8
4800937c27d91d303c198743de73c840b965d199
refs/heads/master
2020-06-30T05:45:17.388000
2019-08-07T21:18:14
2019-08-07T21:18:14
200,746,927
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package top20; import java.util.Hashtable; import java.util.LinkedHashMap; import java.util.Map; public class Sol146 extends LinkedHashMap<Integer, Integer> { /* 146. LRU Cache Design and implement a data structure for Least Recently Used Cache (LRU) cache. It should support the following operations: ...
UTF-8
Java
3,331
java
Sol146.java
Java
[]
null
[]
package top20; import java.util.Hashtable; import java.util.LinkedHashMap; import java.util.Map; public class Sol146 extends LinkedHashMap<Integer, Integer> { /* 146. LRU Cache Design and implement a data structure for Least Recently Used Cache (LRU) cache. It should support the following operations: ...
3,331
0.665266
0.65746
110
29.281818
25.677769
99
false
false
0
0
0
0
0
0
0.418182
false
false
6
255883295f8258826ec35ce6288c29a180f82147
9,010,841,410,262
2630c378710093baea4c4b93aa119c62db3de524
/UberStockApp/src/uberstockapp/CheckoutCartController.java
eaa1c25cb60c038617724b59cd2e63eaeccc0456
[]
no_license
KyKlersy/uberstock
https://github.com/KyKlersy/uberstock
4fbe2f02a7db41231e24e6f0a1460a466543954e
8dfe658e55f3d6a75b05c801c36202691443b002
refs/heads/master
2021-05-08T07:24:26.609000
2017-10-22T21:57:24
2017-10-22T21:57:24
106,760,368
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * this class handles the checkout panel and all related operations that occur when * the user clicks to checkout their cart. */ package uberstockapp; import Interfaces.Resetable; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.LayoutManager; import java.sql.ResultSet; import j...
UTF-8
Java
13,939
java
CheckoutCartController.java
Java
[ { "context": "tockapp.database.sqlController;\n\n/**\n *\n * @author Kyle and Tri\n */\npublic class CheckoutCartController imple", "end": 596, "score": 0.9757685661315918, "start": 588, "tag": "NAME", "value": "Kyle and" }, { "context": "atabase.sqlController;\n\n/**\n *\n * @author...
null
[]
/** * this class handles the checkout panel and all related operations that occur when * the user clicks to checkout their cart. */ package uberstockapp; import Interfaces.Resetable; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.LayoutManager; import java.sql.ResultSet; import j...
13,937
0.592869
0.589569
431
31.341066
29.05826
178
false
false
0
0
0
0
0
0
0.556845
false
false
6