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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e5100ac5c307221df46ddc0178f259c72caa667 | 3,461,743,664,937 | a2efcc5decabcc8f5de5c952779b45dfb0867ef3 | /src/TextOper.java | 56e074e6d7f68d3821720ad92102f3922c4845db | [] | no_license | prubach/CP_summer_2017 | https://github.com/prubach/CP_summer_2017 | 2df981ea8d303f100d0529ed039e37ddfed98ab7 | 065f0ff04c37a9e182c9da480b5d152b87b14f32 | refs/heads/master | 2021-01-18T12:32:53.759000 | 2017-05-31T16:43:48 | 2017-05-31T16:43:48 | 84,332,360 | 0 | 21 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by prubac on 3/8/2017.
*/
public class TextOper {
public static void main(String[] args) {
String s1 = "abc";
String s2 = "def";
String s3 = s1 + s2;
int posBC = s3.lastIndexOf("ab");
String s4 = s3.substring(2, 4);
s4 = s3.replace("ab", "AB");
... | UTF-8 | Java | 823 | java | TextOper.java | Java | [
{
"context": "/**\n * Created by prubac on 3/8/2017.\n */\npublic class TextOper {\n\n pub",
"end": 24,
"score": 0.9985337853431702,
"start": 18,
"tag": "USERNAME",
"value": "prubac"
}
] | null | [] | /**
* Created by prubac on 3/8/2017.
*/
public class TextOper {
public static void main(String[] args) {
String s1 = "abc";
String s2 = "def";
String s3 = s1 + s2;
int posBC = s3.lastIndexOf("ab");
String s4 = s3.substring(2, 4);
s4 = s3.replace("ab", "AB");
... | 823 | 0.482382 | 0.441069 | 42 | 18.595238 | 17.539152 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 9 |
61797569648cb855a7fabf6efcc7c730089b8154 | 8,478,265,458,439 | 602716d84ca5a59e4d3b2cc6edf400cfe5c7845f | /src/main/java/com/woniuxy/oas/util/TimeUtils.java | e3b8aec076aeaa758151736020d9b8be5116da94 | [] | no_license | shihaoH/woniuoas | https://github.com/shihaoH/woniuoas | 8c24d37a5f17c7b2dc10cdb8bc56a1cd12fdaa94 | 951466d03d662d619d7c0587140e453e0427b03c | refs/heads/master | 2021-06-20T22:45:35.256000 | 2021-04-25T11:09:50 | 2021-04-25T11:09:50 | 208,551,284 | 0 | 0 | null | false | 2021-04-25T11:09:51 | 2019-09-15T06:20:39 | 2019-09-17T04:12:20 | 2021-04-25T11:09:50 | 6,192 | 0 | 0 | 0 | Java | false | false | package com.woniuxy.oas.util;
import java.util.Date;
public class TimeUtils {
private static final long ONE_DAY_MILL = 24 * 60 * 60 * 1000;
private static final long ONE_HOUR_MILL = 60 * 60 * 1000L;
private static final String DATE_RANGE_REG = "^\\d{4}(\\-|\\/|.)\\d{1,2}\\1\\d{1,2} - \\d{4}(\\-|\\/|.)\\d... | UTF-8 | Java | 1,258 | java | TimeUtils.java | Java | [] | null | [] | package com.woniuxy.oas.util;
import java.util.Date;
public class TimeUtils {
private static final long ONE_DAY_MILL = 24 * 60 * 60 * 1000;
private static final long ONE_HOUR_MILL = 60 * 60 * 1000L;
private static final String DATE_RANGE_REG = "^\\d{4}(\\-|\\/|.)\\d{1,2}\\1\\d{1,2} - \\d{4}(\\-|\\/|.)\\d... | 1,258 | 0.581081 | 0.556439 | 36 | 33.944443 | 28.56955 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
cbba2245a58ec283702c7c696826a8e71cb685ca | 7,808,250,571,401 | 6235d3b43a49a6d7fea4344300874e8e6853f020 | /src/main/java/com/mapbox/api/geocoding/v5/models/h.java | e3dd11301a98fd0ca15fb745a027022d1630c5eb | [] | no_license | junges521/src_awe | https://github.com/junges521/src_awe | a12bcfeb6c62bd55afba7147b83f4e3df8797019 | cff4a5e230f3346f493df79744e6f2a6f20a47e2 | refs/heads/master | 2020-07-13T19:37:36.253000 | 2019-08-29T10:47:51 | 2019-08-29T10:47:51 | 205,140,726 | 0 | 0 | null | true | 2019-08-29T10:41:58 | 2019-08-29T10:41:58 | 2019-08-29T08:24:29 | 2019-08-23T11:31:27 | 177,015 | 0 | 0 | 0 | null | false | false | package com.mapbox.api.geocoding.v5.models;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonObject;
import com.google.gson.TypeAdapter;
import com.g... | UTF-8 | Java | 3,782 | java | h.java | Java | [] | null | [] | package com.mapbox.api.geocoding.v5.models;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonObject;
import com.google.gson.TypeAdapter;
import com.g... | 3,782 | 0.688789 | 0.684294 | 129 | 28.317829 | 36.663773 | 319 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 9 |
fdb3820cb1609ea7bc43f2bfeb2509e178b2f487 | 14,096,082,698,524 | 9edc28892e6ca4f047f7a69fe84cd5a839985f3f | /OpenLibrary/src/DTO/UserBookComment.java | 562f59b83c483adb2639779e72bcb637c47f7d19 | [] | no_license | bhvora123/Open-Library | https://github.com/bhvora123/Open-Library | dfc74878685cab319957581d548078e8fc0b6c62 | c52846d0a3e8f47560aea41e4079794485bec3ad | refs/heads/master | 2022-04-15T10:52:12.370000 | 2020-03-26T14:07:23 | 2020-03-26T14:07:23 | 250,275,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DTO;
import javax.persistence.Embeddable;
@Embeddable
public class UserBookComment {
private int user;
private int book;
public int getUser() {
return user;
}
public void setUser(int user) {
this.user = user;
}
public int getBook() {
return book;
}
public void setBook(int book) {
thi... | UTF-8 | Java | 342 | java | UserBookComment.java | Java | [] | null | [] | package DTO;
import javax.persistence.Embeddable;
@Embeddable
public class UserBookComment {
private int user;
private int book;
public int getUser() {
return user;
}
public void setUser(int user) {
this.user = user;
}
public int getBook() {
return book;
}
public void setBook(int book) {
thi... | 342 | 0.672515 | 0.672515 | 29 | 10.793103 | 11.701398 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
8975cfae13b4756d8aed98cb68b91484fdab6e77 | 26,001,732,040,763 | 4c0c1b97bf6437ea38ca8eac2a69e9f8247783ee | /Biblioteca/src/java/com/biblioteca/servlets/cms/cmsdeletebook.java | 714da76c17a369c111d11fd59f105ef3443aafda | [] | no_license | vassea3/Project_OnlineLibrary_JSP_Servlet | https://github.com/vassea3/Project_OnlineLibrary_JSP_Servlet | 4820993b6cc1f5451a7c89bf15a4acc959b9869e | cc7eb2c5a6cffc6d98355afd1c6931bd82b4baca | refs/heads/master | 2021-01-17T04:55:05.030000 | 2017-02-24T11:45:12 | 2017-02-24T11:45:12 | 83,036,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.biblioteca.servlets.cms;
import com.biblioteca.dao.impl.DeleteFile;
import com.biblioteca.dao.impl.MyBookDaoImpl;
import com.biblioteca.dao.intf.MyBookDaoIntf;
import com.biblioteca.entitati.MyBook;
import java.io.File;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servle... | UTF-8 | Java | 3,277 | java | cmsdeletebook.java | Java | [] | null | [] | package com.biblioteca.servlets.cms;
import com.biblioteca.dao.impl.DeleteFile;
import com.biblioteca.dao.impl.MyBookDaoImpl;
import com.biblioteca.dao.intf.MyBookDaoIntf;
import com.biblioteca.entitati.MyBook;
import java.io.File;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servle... | 3,277 | 0.67867 | 0.67867 | 82 | 38.963413 | 31.606747 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52439 | false | false | 9 |
4a36470e43cfb23f6c7b68b593edd77cb2296172 | 30,657,476,588,434 | 78db8c48d9435ef82afa1a375e9f0b400467fc52 | /src/com/github/beisser/challenges/array/MineSweeper.java | 212d878f38a4d1c46fc3a4cc32237f1e1779ec9f | [] | no_license | beisser/clean_code_java | https://github.com/beisser/clean_code_java | 10dc7c4bcb7085225df320a9d9d56ca399aeb096 | a1c05889e6add2b2075ffa3a23d90c420f9a409e | refs/heads/master | 2020-03-22T14:40:48.500000 | 2018-12-01T11:18:50 | 2018-12-01T11:18:50 | 140,196,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.beisser.challenges.array;
// Gegeben: Mine Sweeper Feld (zweidimensionales Array) und Bomben-Orte
// Ziel: Bomben Orte in das 2D Array packen und Felder um die Bombe entsprechend kennzeichnen
// Default Feld-Wert: 0, Bomben-Feld -1, An Bombe angrenzendes Feld 1
class MineSweeper {
public static... | UTF-8 | Java | 1,403 | java | MineSweeper.java | Java | [] | null | [] | package com.github.beisser.challenges.array;
// Gegeben: Mine Sweeper Feld (zweidimensionales Array) und Bomben-Orte
// Ziel: Bomben Orte in das 2D Array packen und Felder um die Bombe entsprechend kennzeichnen
// Default Feld-Wert: 0, Bomben-Feld -1, An Bombe angrenzendes Feld 1
class MineSweeper {
public static... | 1,403 | 0.507484 | 0.488239 | 48 | 28.229166 | 28.245382 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 9 |
2b0826e3cccfcaaf6af96f897fb3ce4b95152a4b | 13,116,830,160,413 | 2b931f6e591c1c2889fb4ad3d862814e3f5fb048 | /src/main/java/com/example/rgbk/old_service/impl/ProjectServiceImplSetterInjection.java | b394f032f8e05a0fdd42514d97647668e6388d2a | [] | no_license | rgbk21/Spring-Basics | https://github.com/rgbk21/Spring-Basics | 47145b88b2cb10c95f61282655cb907b673e02fd | 9390a8d67d5fc85028ac082eba200c393449a36b | refs/heads/master | 2023-01-04T16:40:42.806000 | 2020-10-31T13:51:41 | 2020-10-31T13:51:41 | 305,106,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rgbk.old_service.impl;
import com.example.rgbk.persistence.model.Project;
import com.example.rgbk.persistence.old_repository.IProjectRepository;
import com.example.rgbk.old_service.IProjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.facto... | UTF-8 | Java | 981 | java | ProjectServiceImplSetterInjection.java | Java | [] | null | [] | package com.example.rgbk.old_service.impl;
import com.example.rgbk.persistence.model.Project;
import com.example.rgbk.persistence.old_repository.IProjectRepository;
import com.example.rgbk.old_service.IProjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.facto... | 981 | 0.781855 | 0.781855 | 33 | 28.69697 | 25.915346 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 9 |
b570f75c426a7a581e64c40710cfff9f7dc909e3 | 9,113,920,646,360 | 22502f87cab3a49a993b7ba3566d223b3fbaea54 | /app/src/main/java/com/jack/demo/webviewdemo/cloud/bean/dr/AccountCommon.java | a3969e52bd404fd9eb24cf7e013c0b3d844cc679 | [] | no_license | Jaky88/WebViewDemo | https://github.com/Jaky88/WebViewDemo | fe8c9401b59b2e3180ca5b7d0fff1306fb907f6e | fbabb618e5dba87be1cefeecf812001dcc4adc49 | refs/heads/master | 2021-05-04T14:30:42.758000 | 2018-02-12T09:10:37 | 2018-02-12T09:10:37 | 120,203,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jack.demo.webviewdemo.cloud.bean.dr;
/**
* Created by jaky on 2018/2/12 0012.
*/
public class AccountCommon {
public String name;
}
| UTF-8 | Java | 152 | java | AccountCommon.java | Java | [
{
"context": "demo.webviewdemo.cloud.bean.dr;\n\n/**\n * Created by jaky on 2018/2/12 0012.\n */\n\npublic class AccountCommo",
"end": 72,
"score": 0.9996650218963623,
"start": 68,
"tag": "USERNAME",
"value": "jaky"
}
] | null | [] | package com.jack.demo.webviewdemo.cloud.bean.dr;
/**
* Created by jaky on 2018/2/12 0012.
*/
public class AccountCommon {
public String name;
}
| 152 | 0.697368 | 0.625 | 9 | 15.888889 | 17.42568 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 9 |
ddf9d94464b4feadfc79b107ea4dbab107d4e181 | 3,178,275,840,836 | 4b53fc17162eb0f24fbc17c5eca65ff2c4a97711 | /TestA.java | cb05908566702270fe237ba5133c71f74c2e2d9e | [] | no_license | RisKakaN/LeetCodePractice | https://github.com/RisKakaN/LeetCodePractice | 9076e025e5a7953145ad1f6d699d16e17836f6f3 | ab1431fab91b3e40b859c1dd6c2db540093e3a65 | refs/heads/master | 2022-11-07T20:51:51.026000 | 2020-06-23T15:12:30 | 2020-06-23T15:12:30 | 274,431,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class TestA {
// ==================================================
// Sample test:
// 3
// ATCCGCTTAGAGGGATT
// GTCCGTTTAGAAGGTTT
// *....*.....*..*..
// abcdefghijklmnopqrstuvwxyz
// bcdefghijklmnopqrstuvwxyza
// **************************
/... | UTF-8 | Java | 2,384 | java | TestA.java | Java | [] | null | [] | import java.util.Scanner;
public class TestA {
// ==================================================
// Sample test:
// 3
// ATCCGCTTAGAGGGATT
// GTCCGTTTAGAAGGTTT
// *....*.....*..*..
// abcdefghijklmnopqrstuvwxyz
// bcdefghijklmnopqrstuvwxyza
// **************************
/... | 2,384 | 0.497903 | 0.480285 | 66 | 35.121212 | 25.183878 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439394 | false | false | 9 |
53db6c56dec77b4a585a66db65b53578fb5239f8 | 12,635,793,828,688 | 174b2e63106970baea851c3739ea282dbe782e40 | /src/edu/rit/bsg/helium/util/HeliumConfig.java | 19670da858e5b7085f840b021fb52bb357d369ec | [] | no_license | lihebi/JHelium | https://github.com/lihebi/JHelium | d74090fb0657d3cf54656fc9e342619af7e7bf9c | 1a07f7a4177586b9fea82aedb538b245275824fe | refs/heads/master | 2019-01-19T23:27:43.230000 | 2015-07-09T22:36:56 | 2015-07-09T22:36:56 | 36,016,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Nate Levesque <ngl3477@rit.edu>
* @since Aug 7, 2013
*/
package edu.rit.bsg.helium.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import java.io.PrintStream;
import java.io.FileOu... | UTF-8 | Java | 3,089 | java | HeliumConfig.java | Java | [
{
"context": "/**\r\n * @author Nate Levesque <ngl3477@rit.edu>\r\n * @since Aug 7, 2013\r\n */\r\npa",
"end": 29,
"score": 0.9998752474784851,
"start": 16,
"tag": "NAME",
"value": "Nate Levesque"
},
{
"context": "/**\r\n * @author Nate Levesque <ngl3477@rit.edu>\r\n * @since Aug 7, ... | null | [] | /**
* @author <NAME> <<EMAIL>>
* @since Aug 7, 2013
*/
package edu.rit.bsg.helium.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import java.io.PrintStream;
import java.io.FileOutputStream;
... | 3,074 | 0.671091 | 0.668177 | 135 | 20.881481 | 21.62442 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 9 |
d27495c1374658603a8f5425d6834bed945eea79 | 26,018,911,884,565 | 5957535824d463db27bd334c7dcc30e89e858fbd | /src/main/java/com/roxx/learning/servicemix/service/UserService.java | e699dbec2bcf123b462bc57c58b00af79c8273e9 | [] | no_license | jmoutsinga/servicemixdiscovery | https://github.com/jmoutsinga/servicemixdiscovery | eec030512170f456fd70bca1fab92e7678ca369e | 6ebd1b5fde520a1460cad036dcfc03afbf1503ca | refs/heads/master | 2021-01-20T20:53:35.852000 | 2016-07-18T20:59:53 | 2016-07-18T20:59:53 | 63,636,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roxx.learning.servicemix.service;
import java.util.List;
import com.roxx.learning.servicemix.domain.User;
/**
* @author julien
*
*/
public interface UserService {
public User getUserByExactName(String name) throws NoUserMatchingException;
public User getUserById(Long userId) throws UserNotExistExc... | UTF-8 | Java | 381 | java | UserService.java | Java | [
{
"context": "x.learning.servicemix.domain.User;\n\n/**\n * @author julien\n *\n */\npublic interface UserService {\n\n\tpublic Us",
"end": 142,
"score": 0.9956970810890198,
"start": 136,
"tag": "USERNAME",
"value": "julien"
}
] | null | [] | package com.roxx.learning.servicemix.service;
import java.util.List;
import com.roxx.learning.servicemix.domain.User;
/**
* @author julien
*
*/
public interface UserService {
public User getUserByExactName(String name) throws NoUserMatchingException;
public User getUserById(Long userId) throws UserNotExistExc... | 381 | 0.787402 | 0.787402 | 19 | 19.052631 | 24.811869 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 9 |
07573623e45629baad3a05f20f9f67cd63c104a7 | 12,412,455,523,355 | 6d8578834fc7d538a2c3cfc474473996a6c80ed3 | /rpc-core/src/main/java/com/zyx/rpc/RpcServer.java | b9212a6375d5bf8a9b007b73e8fb69b6d4e76de6 | [] | no_license | zyxplus/RPCframe | https://github.com/zyxplus/RPCframe | b2b10bd1b80ac69b9f11eb3c7e7e3cce4e61e429 | 9f262d01f914c324b66d732a20e19b35aecf7f08 | refs/heads/master | 2023-01-24T13:25:41.816000 | 2020-12-07T14:43:37 | 2020-12-07T14:43:37 | 319,207,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyx.rpc;
import com.zyx.rpc.serializer.CommonSerializer;
public interface RpcServer {
void start(int port);
void setSerializer(CommonSerializer serializer);
}
| UTF-8 | Java | 182 | java | RpcServer.java | Java | [] | null | [] | package com.zyx.rpc;
import com.zyx.rpc.serializer.CommonSerializer;
public interface RpcServer {
void start(int port);
void setSerializer(CommonSerializer serializer);
}
| 182 | 0.769231 | 0.769231 | 9 | 19.222221 | 19.429518 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
939385ed88352a099e13fd34bfa05185d6e9dfd3 | 33,311,766,392,908 | 86a042a0879c73a2f175bc2fd7b9797c81cabf0a | /Modulo 1/Aritmetica.java | 118f11732f4e7f278466ddea0435f90b458a1c5d | [] | no_license | JoJDev/Curso_Java_Uaemex | https://github.com/JoJDev/Curso_Java_Uaemex | c34c2c25602e682b4796d288205f7a1c4ec79a9c | f6492016225168525eb637a183a074b1074728ea | refs/heads/master | 2022-03-27T08:28:03.180000 | 2020-01-20T15:27:26 | 2020-01-20T15:27:26 | 233,323,182 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Aritmetica.java
//Programa que muestras algunas de las operaiones aritmeticas
import java.util.Scanner;
public class Aritmetica{
public static void main(String[] args) {
int i, j, suma, resta, mult, div, mod;
Scanner input = new Scanner(System.in);
System.out.println("Ingresa el primer numero: ");... | UTF-8 | Java | 846 | java | Aritmetica.java | Java | [] | null | [] | //Aritmetica.java
//Programa que muestras algunas de las operaiones aritmeticas
import java.util.Scanner;
public class Aritmetica{
public static void main(String[] args) {
int i, j, suma, resta, mult, div, mod;
Scanner input = new Scanner(System.in);
System.out.println("Ingresa el primer numero: ");... | 846 | 0.641844 | 0.641844 | 29 | 27.241379 | 23.555738 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.965517 | false | false | 9 |
c122e43b0d07858416e5838335c05ace67aa0b30 | 12,378,095,787,973 | 4f9e893cedd8f25557239f939edee6bcb1246715 | /jinghua/dmm_personal/src/main/java/cn/gilight/personal/student/course/dao/CourseDao.java | 2390a7ba81f4e2c2fb6403781b966d17e5c42e61 | [] | no_license | yangtie34/projects | https://github.com/yangtie34/projects | cc9ba22c1fd235dadfe18509bc6951e21e9d3be4 | 5a3a86116e385db1086f8f6e9eb07198432fec27 | refs/heads/master | 2020-06-29T11:04:26.615000 | 2017-07-25T03:28:15 | 2017-07-25T03:28:15 | 74,436,105 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.gilight.personal.student.course.dao;
import java.util.List;
import java.util.Map;
public interface CourseDao {
/**
* 查今日课程
* @param stu_id
* @param school_year
* @param term_code
* @param zc
* @param week
* @return
*/
public List<Map<String, Object>> getTodayCourse(String stu_id,String s... | UTF-8 | Java | 919 | java | CourseDao.java | Java | [] | null | [] | package cn.gilight.personal.student.course.dao;
import java.util.List;
import java.util.Map;
public interface CourseDao {
/**
* 查今日课程
* @param stu_id
* @param school_year
* @param term_code
* @param zc
* @param week
* @return
*/
public List<Map<String, Object>> getTodayCourse(String stu_id,String s... | 919 | 0.670773 | 0.670773 | 42 | 20.261906 | 29.658421 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 9 |
2f9bacd40eb4fcc86a125699d8913061044efd4a | 32,126,355,412,771 | 1f742409cbab86f55d310ab282359fccf5f907c0 | /shoppingapplication/model/UsersInfoDTO.java | 9d4fcf9e6e6eb5157556e0ecf1e14de52b933539 | [] | no_license | sriramselvaraj21/Java | https://github.com/sriramselvaraj21/Java | fc675550a4476b9e5975c69db7218253ae920897 | 6b9df408fcc439308148c54a5b4cad55adafe5af | refs/heads/main | 2023-04-25T10:48:30.105000 | 2021-04-27T05:35:35 | 2021-04-27T05:35:35 | 353,292,828 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shoppingapplication.model;
import java.io.Serializable;
public class UsersInfoDTO implements Serializable {
public UsersInfoDTO() {
// TODO Auto-generated constructor stub
}
public UsersInfoDTO(int customerNumber, String customerUsername, String customerPassword, int customerFlag) {
this.customerNum... | UTF-8 | Java | 1,619 | java | UsersInfoDTO.java | Java | [
{
"context": "Number = customerNumber;\n\t\tthis.customerUsername = customerUsername;\n\t\tthis.customerPassword = customerPassword;\n\t\tth",
"end": 384,
"score": 0.9959844350814819,
"start": 368,
"tag": "USERNAME",
"value": "customerUsername"
},
{
"context": "name = customerUsernam... | null | [] | package shoppingapplication.model;
import java.io.Serializable;
public class UsersInfoDTO implements Serializable {
public UsersInfoDTO() {
// TODO Auto-generated constructor stub
}
public UsersInfoDTO(int customerNumber, String customerUsername, String customerPassword, int customerFlag) {
this.customerNum... | 1,607 | 0.772699 | 0.772082 | 66 | 23.530304 | 25.151192 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.393939 | false | false | 9 |
8837ca57ba0c29755222cb4e1f862127aee81e76 | 25,950,192,471,524 | ebb430108171922d03af3699b99d79b911dbad41 | /app/src/main/java/local/portal/android/tasks/LoginTask.java | f4b015a7b08f0a981fc8e282971a5f8a790d9bb2 | [] | no_license | salex009/Android | https://github.com/salex009/Android | 97b88ae5797c8a1f06fedb999d42af36f15a9101 | 40298c447ce20b3b982e2a9794d6d500b66e3a1b | refs/heads/master | 2020-02-29T16:23:11.893000 | 2016-10-14T15:30:57 | 2016-10-14T15:30:57 | 70,057,131 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.portal.android.tasks;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.preference.PreferenceManager;
import android.util.Log;
import android.widget.Toast;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
... | UTF-8 | Java | 7,317 | java | LoginTask.java | Java | [
{
"context": "eContact;\n\n/**\n * Адаптер для логина\n * Created by salex009@gmail.com on 29.09.2016.\n */\n\npublic class LoginTask extend",
"end": 965,
"score": 0.9999102354049683,
"start": 947,
"tag": "EMAIL",
"value": "salex009@gmail.com"
}
] | null | [] | package local.portal.android.tasks;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.preference.PreferenceManager;
import android.util.Log;
import android.widget.Toast;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
... | 7,306 | 0.598396 | 0.588409 | 207 | 33.342995 | 28.186632 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763285 | false | false | 9 |
d8308ba1a9ff820dbed9f3d46dd410d284c83aa9 | 25,958,782,338,031 | 6fa9885b2bfe4cb5baf561cfd099a83f82935f19 | /ch6-2/zoy-springcloud-learning-zuul/src/main/java/com/zoy/springcloud/config/SwaggerConfig.java | 7e14b591754290c650909985d52be34c2a4e77cb | [] | no_license | zoy2control/springcloud-learning | https://github.com/zoy2control/springcloud-learning | 2c1d7103d4916772eb6d9a46761d0be62cec9450 | b74762957173859af367457a644ab97b2d35e877 | refs/heads/master | 2020-04-23T01:53:31.201000 | 2019-02-28T02:11:46 | 2019-02-28T02:11:46 | 170,827,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zoy.springcloud.config;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;
import springfox.documentation.swagger.web.SwaggerResource;
import springfox.documentation.swagger.web.SwaggerResourcesProvider;
import java.util.ArrayList;
import java.util.Lis... | UTF-8 | Java | 1,681 | java | SwaggerConfig.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by zouzp on 2019/2/21.\n */\n@Component\n@Primary\npublic clas",
"end": 347,
"score": 0.999636173248291,
"start": 342,
"tag": "USERNAME",
"value": "zouzp"
}
] | null | [] | package com.zoy.springcloud.config;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;
import springfox.documentation.swagger.web.SwaggerResource;
import springfox.documentation.swagger.web.SwaggerResourcesProvider;
import java.util.ArrayList;
import java.util.Lis... | 1,681 | 0.728411 | 0.717864 | 44 | 33.477272 | 32.344376 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
e7059d41079a4c2e4135d1f07cce3269f3a2352f | 3,298,534,921,198 | 270beea6151ed2fc23e3296bed91c90866b001fc | /src/test/java/DirectorTest.java | 40203038bad890b1f7af9f01ce8e418245f2c6a9 | [] | no_license | RobbieDumbrell/week6-day-4-Inheritance | https://github.com/RobbieDumbrell/week6-day-4-Inheritance | 3842dfd8e3895404f39412232f786341f2ca9cd4 | 64188fab6c3c3453a600e92ae4330b1b97cb1d02 | refs/heads/master | 2020-03-25T02:55:28.895000 | 2018-08-02T15:32:07 | 2018-08-02T15:32:07 | 143,313,731 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import Management.Director;
import Management.Manager;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class DirectorTest {
Director director;
@Before
public void before(){
director = new Director("Melinda", 555, 60000, "Sales", 100000);
}
... | UTF-8 | Java | 1,241 | java | DirectorTest.java | Java | [
{
"context": "c void before(){\n director = new Director(\"Melinda\", 555, 60000, \"Sales\", 100000);\n }\n\n @Test\n",
"end": 281,
"score": 0.9998171329498291,
"start": 274,
"tag": "NAME",
"value": "Melinda"
},
{
"context": "\n public void hasName(){\n assertE... | null | [] | import Management.Director;
import Management.Manager;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class DirectorTest {
Director director;
@Before
public void before(){
director = new Director("Melinda", 555, 60000, "Sales", 100000);
}
... | 1,241 | 0.622885 | 0.578566 | 59 | 20.033897 | 19.086748 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59322 | false | false | 9 |
6ff5e0410676830230235552963236fdbe886286 | 31,275,951,889,184 | 613f12cf441451efee4f0cc0d2d46258386bc2a3 | /College/Main.java | c71b47c21a6ec2ad609ef0c2a6f036d0c411f24a | [] | no_license | kaustubhxd/Playground | https://github.com/kaustubhxd/Playground | 0e2f4e3976d9821bf4981985e788da05877ea0a5 | 988f3d8a48e476379b0748fb33b29ccc34f20cf5 | refs/heads/master | 2022-12-28T21:55:43.947000 | 2020-10-18T00:38:27 | 2020-10-18T00:38:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | #include<iostream>
using namespace std;
struct details{
char name[30];
char city[30];
int est;
float per;
};
int main()
{
int n;
cout<<"Enter the number of colleges";
cin>>n;
details s[n];
for(int i=0;i<n;i++)
{
cout<<"\nEnter the details of college "<<i+1;
cout<<"\nEnter name\nEnter ... | UTF-8 | Java | 691 | java | Main.java | Java | [] | null | [] | #include<iostream>
using namespace std;
struct details{
char name[30];
char city[30];
int est;
float per;
};
int main()
{
int n;
cout<<"Enter the number of colleges";
cin>>n;
details s[n];
for(int i=0;i<n;i++)
{
cout<<"\nEnter the details of college "<<i+1;
cout<<"\nEnter name\nEnter ... | 691 | 0.575977 | 0.564399 | 36 | 18.138889 | 19.810425 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
cb50ab4f1b2095b85b736ed379617f737bd30234 | 32,968,169,015,336 | d0f2ade1f39d9d4b49df8b3c52c29701112b3c1a | /src/main/java/com/nstrct/nstrct/Argument.java | 13ffb3215de7b03fd7fc67ecf29acb88dae4552f | [
"MIT"
] | permissive | nstrct/nstrct-java | https://github.com/nstrct/nstrct-java | 7f18f5b8c5fe6d029551ab43f4e48f532b8ece2e | 2c577c4fb84209c8b1c18f3ea2247284455e8779 | refs/heads/master | 2016-09-05T22:33:04.243000 | 2014-01-13T20:22:00 | 2014-01-13T20:22:00 | 15,293,023 | 0 | 0 | null | false | 2014-01-13T20:22:00 | 2013-12-18T20:06:13 | 2014-01-13T20:22:00 | 2014-01-13T20:22:00 | 156 | 1 | 0 | 0 | Java | null | null | package com.nstrct.nstrct;
import java.nio.ByteBuffer;
import java.util.ArrayList;
public class Argument {
public static Argument parse(ByteBuffer buffer) {
Argument argument = new Argument();
argument.datatype = Value.datatypeFromInt((int)buffer.get());
if(argument.datatype == Value.Datatype.Array) {... | UTF-8 | Java | 2,358 | java | Argument.java | Java | [] | null | [] | package com.nstrct.nstrct;
import java.nio.ByteBuffer;
import java.util.ArrayList;
public class Argument {
public static Argument parse(ByteBuffer buffer) {
Argument argument = new Argument();
argument.datatype = Value.datatypeFromInt((int)buffer.get());
if(argument.datatype == Value.Datatype.Array) {... | 2,358 | 0.647159 | 0.64419 | 85 | 26.741177 | 24.866302 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 9 |
780c9a7338728961217d402fb876da23ff06e8de | 13,864,154,471,309 | d8e3fdf4308647675617ac2c4393cda632ea39ba | /src/main/java/com/hs/yourfit/domain/user/exception/UserNotFoundException.java | 0d47d8ac783926ddf4e703919012c1c35a12a464 | [] | no_license | gan-ta/your-fit | https://github.com/gan-ta/your-fit | 2debfc8b4c554e34e28c1f6f696e31b1fca1127f | 4121325f92ea48d3032da763a45324b7ca553b00 | refs/heads/master | 2023-02-27T07:11:40.394000 | 2021-02-01T16:46:37 | 2021-02-01T16:46:37 | 303,065,018 | 0 | 0 | null | false | 2020-12-28T15:22:32 | 2020-10-11T07:21:49 | 2020-12-20T06:40:18 | 2020-12-28T15:22:31 | 131 | 0 | 0 | 1 | Java | false | false | package com.hs.yourfit.domain.user.exception;
import com.hs.yourfit.core.error.exception.BusinessLogicException;
import com.hs.yourfit.core.error.enums.ErrorCode;
public class UserNotFoundException extends BusinessLogicException {
public UserNotFoundException(){super(ErrorCode.USER_NOT_FOUND);}
}
| UTF-8 | Java | 304 | java | UserNotFoundException.java | Java | [] | null | [] | package com.hs.yourfit.domain.user.exception;
import com.hs.yourfit.core.error.exception.BusinessLogicException;
import com.hs.yourfit.core.error.enums.ErrorCode;
public class UserNotFoundException extends BusinessLogicException {
public UserNotFoundException(){super(ErrorCode.USER_NOT_FOUND);}
}
| 304 | 0.825658 | 0.825658 | 8 | 37 | 29.46184 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
93c910c0e0300dd2b2a3eab4684b341bf8641fc7 | 18,562,848,693,910 | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/Colecoes/src/Fila/Fila.java | d6ec52fa14ffcb6432fa7aa5ebec2802b58751af | [] | no_license | MatheusGrenfell/java-projects | https://github.com/MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014000 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Fila;
import java.util.PriorityQueue;
import java.util.Queue;
public class Fila {
public Fila() {
Queue<Double> fila = new PriorityQueue<Double>();
fila.offer(3.2);//offer(Double e) insere um elemento do tipo double na posição apropiada com base na ordem de prioridade
fila.offer(9... | UTF-8 | Java | 2,192 | java | Fila.java | Java | [] | null | [] | package Fila;
import java.util.PriorityQueue;
import java.util.Queue;
public class Fila {
public Fila() {
Queue<Double> fila = new PriorityQueue<Double>();
fila.offer(3.2);//offer(Double e) insere um elemento do tipo double na posição apropiada com base na ordem de prioridade
fila.offer(9... | 2,192 | 0.579332 | 0.563329 | 66 | 32.136364 | 29.233587 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 9 |
408d8fcfc1ccd616b6737784001f5fb52eb141ba | 18,562,848,692,288 | d5acc11fe67f1923ffe7b892da1a1a6a6d606aa3 | /src/net/sourcewalker/olv/messages/calls/MenuItem.java | 78ace5d922cbb1fdb544d1f0a4c8fd317916ca17 | [
"Apache-2.0"
] | permissive | shortcolin/OpenLiveView | https://github.com/shortcolin/OpenLiveView | ed70b5b5988795e114cf6dfc0ee3f1e4dbdb34bc | b27b18f7c7f440a943ee236cc8342340a77bfd2a | refs/heads/master | 2021-01-15T15:58:05.931000 | 2011-09-19T17:59:18 | 2011-09-19T17:59:18 | 2,415,512 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sourcewalker.olv.messages.calls;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import net.sourcewalker.olv.messages.LiveViewCall;
import net.sourcewalker.olv.messages.MessageConstants;
import net.sourcewalker.olv.messages.UShort;
public class MenuItem extends LiveViewCall {
... | UTF-8 | Java | 1,865 | java | MenuItem.java | Java | [] | null | [] | package net.sourcewalker.olv.messages.calls;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import net.sourcewalker.olv.messages.LiveViewCall;
import net.sourcewalker.olv.messages.MessageConstants;
import net.sourcewalker.olv.messages.UShort;
public class MenuItem extends LiveViewCall {
... | 1,865 | 0.617158 | 0.608043 | 55 | 32.909092 | 21.458012 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690909 | false | false | 9 |
bfb12d5928c2d39125d57c5cc8db0dbc8f197ace | 19,387,482,415,156 | a3d9e474df1f980b347e91a439fdaaf289455369 | /src/main/java/com/leocaliban/loja/api/services/validators/ClienteUpdateValidator.java | 7dfe8509751036377b5a08002d082bf872d16f66 | [] | no_license | leocaliban/spring-ionic-loja-api | https://github.com/leocaliban/spring-ionic-loja-api | 2b1295fb907a63ef90865474dee258c61391a80c | cd1f8b57d44c1b0ed293a9e469875b7af2e3a48e | refs/heads/master | 2020-03-23T23:57:04.563000 | 2018-08-14T07:15:47 | 2018-08-14T07:15:47 | 142,265,289 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leocaliban.loja.api.services.validators;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import org.springframework.beans.factory.annotat... | UTF-8 | Java | 1,993 | java | ClienteUpdateValidator.java | Java | [] | null | [] | package com.leocaliban.loja.api.services.validators;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import org.springframework.beans.factory.annotat... | 1,993 | 0.787833 | 0.787833 | 56 | 34.5 | 32.834 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.660714 | false | false | 9 |
a15986edf5abdb392449ac072fb642bd712af096 | 20,727,512,211,436 | 34de58f7410b97978bacb85c1c87f87be52e0687 | /src/repository/BookRepository.java | 7bdd40f123d23ef73876b03940cfe15f083cace4 | [] | no_license | Naufalazmi48/Perpustakaan | https://github.com/Naufalazmi48/Perpustakaan | 13e0ed8ad7ef4facb12eda14c6383f5174a2dd30 | de5c6d452c869ddf17f4a7ce0de7be4e5fb9bb3a | refs/heads/master | 2023-04-14T14:17:09.763000 | 2021-04-24T01:47:01 | 2021-04-24T01:47:01 | 323,784,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repository;
import model.Admin;
import model.Book;
import repository.local.ConnectionDatabase;
import javax.swing.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
public class BookRepos... | UTF-8 | Java | 8,290 | java | BookRepository.java | Java | [] | null | [] | package repository;
import model.Admin;
import model.Book;
import repository.local.ConnectionDatabase;
import javax.swing.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
public class BookRepos... | 8,290 | 0.541496 | 0.53848 | 238 | 33.831932 | 24.851261 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.831933 | false | false | 9 |
b7e5d652e2b03dbb53958a6603332e137ea7179e | 16,690,242,962,965 | d385ded2a850ca9155256d6faaa59171483b5311 | /core/src/com/vt/gameobjects/actionqueue/QueueableAction.java | e198672ed6b5986a23b8cc2977411cc0f277799b | [] | no_license | binary-machinery/VT | https://github.com/binary-machinery/VT | d5df2331747e199718b6ad23dd99ac216c990ecf | f0f1fb04b25e19514294bad77e0d7626f18d5ae7 | refs/heads/master | 2021-06-14T18:47:36.823000 | 2017-03-22T12:24:49 | 2017-03-22T12:24:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vt.gameobjects.actionqueue;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/**
* Created by Fck.r.sns on 22.08.2015.
*/
public interface QueueableAction {
class Flags {
public boolean CHANGE_MOVE_PTR = false;
public boolean CHANGE_VIEW_PTR = false;
}
enum State {
... | UTF-8 | Java | 749 | java | QueueableAction.java | Java | [
{
"context": "c.gdx.graphics.g2d.SpriteBatch;\n\n/**\n * Created by Fck.r.sns on 22.08.2015.\n */\n\npublic interface QueueableAct",
"end": 119,
"score": 0.7996926307678223,
"start": 110,
"tag": "NAME",
"value": "Fck.r.sns"
}
] | null | [] | package com.vt.gameobjects.actionqueue;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/**
* Created by Fck.r.sns on 22.08.2015.
*/
public interface QueueableAction {
class Flags {
public boolean CHANGE_MOVE_PTR = false;
public boolean CHANGE_VIEW_PTR = false;
}
enum State {
... | 749 | 0.663551 | 0.651535 | 32 | 22.40625 | 22.840286 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 9 |
1d86377a31cc9e3099413393ee4ef6a8dcbc72f9 | 17,961,553,270,343 | 2d092a778d45050aef0e0cdfc0b4167fa64848fe | /contactsbook/moduleA/src/main/java/com/itechart/maleiko/contact_book/business/command/GetContactList.java | 8b411da858d79f67cd76dda8a64902d9acaa33be | [] | no_license | AlexMaleyko/project | https://github.com/AlexMaleyko/project | 33ddec3eb599b9b7ca1d4377c9b55d490b5ec6f5 | 012d4a6c4cbb7d2ae4caf58f834bb1e72fd341bd | refs/heads/master | 2021-01-23T01:08:43.913000 | 2017-05-22T14:12:53 | 2017-05-22T14:12:53 | 85,881,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itechart.maleiko.contact_book.business.command;
import com.itechart.maleiko.contact_book.business.model.ContactDTO;
import org.apache.commons.lang3.StringUtils;
import com.itechart.maleiko.contact_book.business.service.ContactController;
import com.itechart.maleiko.contact_book.business.service.TemplateMes... | UTF-8 | Java | 3,090 | java | GetContactList.java | Java | [] | null | [] | package com.itechart.maleiko.contact_book.business.command;
import com.itechart.maleiko.contact_book.business.model.ContactDTO;
import org.apache.commons.lang3.StringUtils;
import com.itechart.maleiko.contact_book.business.service.ContactController;
import com.itechart.maleiko.contact_book.business.service.TemplateMes... | 3,090 | 0.694498 | 0.689968 | 75 | 40.200001 | 28.280972 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 9 |
edc7954de37ab7cd0106f257f162cdfc147507bc | 17,961,553,274,240 | fd38a054c24d53b81d9ba7e70eee60fb7f5cc2b7 | /app/src/main/java/com/waysideutilities/waysidetruckfreights/Profile/TripDetails.java | 1768ec41fa914cb614a3ae928385163302fc6c91 | [] | no_license | srinivasudadi9000/Freight | https://github.com/srinivasudadi9000/Freight | aab6574a0a146d9a9b1f1fe3a25286682ec1baaa | 7f909aabb6b2dd1e0b780b80c7b1c996df8b05c5 | refs/heads/master | 2020-03-17T01:31:29.394000 | 2018-05-12T15:05:12 | 2018-05-12T15:05:12 | 133,156,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.waysideutilities.waysidetruckfreights.Profile;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.uti... | UTF-8 | Java | 13,281 | java | TripDetails.java | Java | [
{
"context": "helper.Constants.MY_PREFS_NAME;\n\n/**\n * Created by Archana on 8/29/2016.\n */\npublic class TripDetails extend",
"end": 1029,
"score": 0.9987413883209229,
"start": 1022,
"tag": "NAME",
"value": "Archana"
}
] | null | [] | package com.waysideutilities.waysidetruckfreights.Profile;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.uti... | 13,281 | 0.596642 | 0.595437 | 298 | 43.567116 | 36.204823 | 290 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.718121 | false | false | 9 |
ebd7cd1ad633e48dab007bcad79cbe28ff7cb639 | 5,961,414,658,455 | 75fcebb3837574fc83a9df164b25a68415aa0d2c | /src/entities/Depart.java | 0fd89741eda2c0017c2a456e8cb8daef6efe088a | [] | no_license | deadBlueShark/employee-rank | https://github.com/deadBlueShark/employee-rank | bd1a38f28d96daa43657a85b8d6a740fa4494c47 | 6c6c42623eaf31f93196358fc0d7104103204e59 | refs/heads/master | 2021-07-02T22:11:38.656000 | 2017-09-20T00:34:53 | 2017-09-20T00:34:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
// Generated Apr 26, 2017 3:11:57 PM by Hibernate Tools 5.2.1.Final
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persi... | UTF-8 | Java | 1,585 | java | Depart.java | Java | [] | null | [] | package entities;
// Generated Apr 26, 2017 3:11:57 PM by Hibernate Tools 5.2.1.Final
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persi... | 1,585 | 0.716088 | 0.70347 | 74 | 20.418919 | 20.187637 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.162162 | false | false | 9 |
f77d00f6d16476235ef11d133364dc0208645606 | 7,292,854,510,777 | a3e5b90e168c2856448a80b5012bc463da1db03c | /T1/src/Array/easy/q278/Solution.java | 7843a1b456130621a01552c9d0d08e06668478fb | [] | no_license | Vik1ang/LeetWithJava | https://github.com/Vik1ang/LeetWithJava | 9ef28990cec3a954bcb0ddf4a62c5ff195f473b6 | 07440c9b7cc39cf1f8fb787824fe74f71d165251 | refs/heads/master | 2023-07-30T10:19:46.148000 | 2021-09-15T01:04:17 | 2021-09-15T01:04:17 | 327,828,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Array.easy.q278;
/**
* @author Vikiang
* @URL
*/
public class Solution extends VersionControl {
public int firstBadVersion(int n) {
return 0;
}
}
| UTF-8 | Java | 175 | java | Solution.java | Java | [
{
"context": "package Array.easy.q278;\n\n/**\n * @author Vikiang\n * @URL\n */\npublic class Solution extends Version",
"end": 48,
"score": 0.9997038245201111,
"start": 41,
"tag": "NAME",
"value": "Vikiang"
}
] | null | [] | package Array.easy.q278;
/**
* @author Vikiang
* @URL
*/
public class Solution extends VersionControl {
public int firstBadVersion(int n) {
return 0;
}
}
| 175 | 0.634286 | 0.611429 | 11 | 14.818182 | 15.086527 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 9 |
3e251e80157f73ba7e57eda130a2bfe372ba0b37 | 7,172,595,423,587 | 2d6a5d29e1c67e6845dd87c7a93a9c3fcbe5ef5d | /src/main/java/com/prateek/army/Service/OwnersService.java | fdee552bfaaeab7044e726a32daab38a1ccf6b9e | [] | no_license | prateekmaurya10/Complain_Portal_Back | https://github.com/prateekmaurya10/Complain_Portal_Back | f3db5bd84116a5bf48a790e8c130eabf6f2c541d | 26417d285c8705f92baa1877724ea2d2e25698c3 | refs/heads/master | 2021-04-27T18:23:58.480000 | 2018-04-14T00:37:07 | 2018-04-14T00:37:07 | 122,338,436 | 0 | 1 | null | false | 2018-04-25T20:43:38 | 2018-02-21T13:14:53 | 2018-04-14T00:37:19 | 2018-04-25T20:41:47 | 1,529 | 0 | 1 | 1 | Java | false | null | package com.prateek.army.Service;
import com.prateek.army.model.Owners;
import java.util.List;
public interface OwnersService {
void addOwner(Owners owner);
List<Owners> findOwners();
int getOwnerId(Owners owner);
Owners findOwnerById(int id);
}
| UTF-8 | Java | 269 | java | OwnersService.java | Java | [] | null | [] | package com.prateek.army.Service;
import com.prateek.army.model.Owners;
import java.util.List;
public interface OwnersService {
void addOwner(Owners owner);
List<Owners> findOwners();
int getOwnerId(Owners owner);
Owners findOwnerById(int id);
}
| 269 | 0.728625 | 0.728625 | 16 | 15.8125 | 15.946076 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 9 |
825bb3987fd93d4d96b515558cfbee779c762c9b | 31,628,139,212,611 | df13db4cabfaf130613ee7a3ca64bb1a5b7f44a3 | /src/main/java/com/moonsworth/lunar/client/util/ColorUtil.java | c0ac5180207c2edeaf70a1741c17340938c00521 | [] | no_license | 1onely-lucas/LunarClient | https://github.com/1onely-lucas/LunarClient | 8425ba152e388023fdbba6889af132e32e207921 | aa2e05705c43bb0481b16036a97b874a9b6de24b | refs/heads/main | 2023-08-04T20:19:28.563000 | 2021-09-24T18:13:19 | 2021-09-24T18:13:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moonsworth.lunar.client.util;
public final class ColorUtil {
public static float lIlIlIlIlIIlIIlIIllIIIIIl(int n) {
return (float)ColorUtil.IlllIIIIIIlllIlIIlllIlIIl(n) / 255.0f;
}
public static int IlllIIIIIIlllIlIIlllIlIIl(int n) {
return n >> 16 & 0xFF;
}
public sta... | UTF-8 | Java | 1,786 | java | ColorUtil.java | Java | [] | null | [] | package com.moonsworth.lunar.client.util;
public final class ColorUtil {
public static float lIlIlIlIlIIlIIlIIllIIIIIl(int n) {
return (float)ColorUtil.IlllIIIIIIlllIlIIlllIlIIl(n) / 255.0f;
}
public static int IlllIIIIIIlllIlIIlllIlIIl(int n) {
return n >> 16 & 0xFF;
}
public sta... | 1,786 | 0.647816 | 0.605263 | 52 | 33.365383 | 37.964066 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 9 |
15660d9cb22078348e5681287ff0a6d62eaa6652 | 9,062,381,042,317 | 6c89f1797bd4162498f7db9129fe4ac5ba9c5bdc | /src/main/java/com/qm/model/IUnit.java | d0ef2a3b169442c6ef9f6a2a05ed704140384794 | [] | no_license | janhavi07/QuantityAPI | https://github.com/janhavi07/QuantityAPI | 43ba7ccf318f1e81bf979bfb54ea6a46c3ee1b03 | 8d4e95aee585c75cbe072bb19d7c4941d0685751 | refs/heads/master | 2020-12-10T09:38:22.630000 | 2020-01-13T09:28:28 | 2020-01-13T09:28:28 | 233,558,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qm.model;
public interface IUnit {
Double conversion();
}
| UTF-8 | Java | 75 | java | IUnit.java | Java | [] | null | [] | package com.qm.model;
public interface IUnit {
Double conversion();
}
| 75 | 0.706667 | 0.706667 | 5 | 14 | 11.081516 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
1da19c66dec06383deed16a5ca6fe48a88aea21c | 21,096,879,406,175 | d8c31d2f3bd8a878fead45607db17653cdb7f025 | /backstage-service/src/main/java/com/zhancheng/backstage/service/CouponService.java | 0d8de551741e41d389f294999ff58f45883a3a6f | [] | no_license | qunniao/zc_program | https://github.com/qunniao/zc_program | 9225dfbe359d2110f74564cd0a7adba34b5d5f6c | 38c2fc0d5435f70682a7b2ac8733e20c9e156ca8 | refs/heads/master | 2022-06-22T12:54:12.449000 | 2020-04-24T20:09:42 | 2020-04-24T20:09:42 | 258,612,834 | 0 | 0 | null | false | 2022-06-17T03:09:07 | 2020-04-24T20:07:16 | 2020-04-24T20:10:03 | 2022-06-17T03:09:07 | 150 | 0 | 0 | 1 | Java | false | false | package com.zhancheng.backstage.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zhancheng.core.entity.Coupon;
/**
* <p>
* 商家发布的优惠券 服务类
* </p>
*
* @author tangchao
* @since 2019-08-16
*/
public interface CouponService extends IService<Coupon> {
}
| UTF-8 | Java | 326 | java | CouponService.java | Java | [
{
"context": "\r\n * <p>\r\n * 商家发布的优惠券 服务类\r\n * </p>\r\n *\r\n * @author tangchao\r\n * @since 2019-08-16\r\n */\r\npublic interface Coup",
"end": 211,
"score": 0.9996347427368164,
"start": 203,
"tag": "USERNAME",
"value": "tangchao"
}
] | null | [] | package com.zhancheng.backstage.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zhancheng.core.entity.Coupon;
/**
* <p>
* 商家发布的优惠券 服务类
* </p>
*
* @author tangchao
* @since 2019-08-16
*/
public interface CouponService extends IService<Coupon> {
}
| 326 | 0.690789 | 0.664474 | 16 | 17 | 20 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 9 |
0ee44e57ef999c42a08404b6e05713b6568bf636 | 28,346,784,210,525 | 1998c2bde8ec9f9f42ff898088138386f55816af | /src/main/java/br/com/alura/controller/HoraLancadaController.java | fb6e98f2d6095acc4f47c498c0ba74a64010a468 | [] | no_license | FernandoMarcheti/vraptor-jpa | https://github.com/FernandoMarcheti/vraptor-jpa | 55a041e88c7d006e4575d02303db9204e196a1bc | b17de7960b994549de2ac06cb48130ff7832bd14 | refs/heads/master | 2020-12-02T19:17:46.327000 | 2017-07-05T12:58:41 | 2017-07-05T12:58:41 | 96,319,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.alura.controller;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import br.com.alura.dao.HoraLancadaDAO;
import br.com.alura.modelo.HoraLancada;
import br.com.alura.modelo.UsuarioLogado;
import br.com.caelum.vraptor.Controller;
import br.com.caelum.vraptor.Path;
impo... | UTF-8 | Java | 1,544 | java | HoraLancadaController.java | Java | [] | null | [] | package br.com.alura.controller;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import br.com.alura.dao.HoraLancadaDAO;
import br.com.alura.modelo.HoraLancada;
import br.com.alura.modelo.UsuarioLogado;
import br.com.caelum.vraptor.Controller;
import br.com.caelum.vraptor.Path;
impo... | 1,544 | 0.777202 | 0.777202 | 58 | 25.620689 | 20.777 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.413793 | false | false | 9 |
701433428bb1f6af88fc9cf8df01de6b10c6dfa6 | 25,546,465,521,072 | 6aaa879f7e1cc2b1d977115867fc8a0f500e3827 | /health/src/main/java/com/develop/recruitmentstatics/controllers/HealthController.java | 5d2d314c7a8d7a60de94dcd884b0a16a27aa5481 | [] | no_license | shivamalpha/Health | https://github.com/shivamalpha/Health | 719a162fa10e3f43b4f2f171e46a0d76ed41d6ff | 61e1d554e502d0ca70a6fc53a2a9260d9af59452 | refs/heads/main | 2023-08-02T04:44:03.047000 | 2021-09-20T09:23:54 | 2021-09-20T09:23:54 | 408,158,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.develop.recruitmentstatics.controllers;
import com.develop.recruitmentstatics.request.*;
import com.develop.recruitmentstatics.response.*;
import com.develop.recruitmentstatics.service.HealthService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org... | UTF-8 | Java | 1,932 | java | HealthController.java | Java | [] | null | [] | package com.develop.recruitmentstatics.controllers;
import com.develop.recruitmentstatics.request.*;
import com.develop.recruitmentstatics.response.*;
import com.develop.recruitmentstatics.service.HealthService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org... | 1,932 | 0.788302 | 0.786232 | 49 | 38.42857 | 39.491669 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387755 | false | false | 9 |
07fa7828a87fd7917b1b94dc3b6186cc96e869a3 | 17,609,365,955,921 | 64642b1e00b3000e5b68a908b3ce62801d270d79 | /src/main/java/javaBase/RuntimeConstantOOM.java | dec56eaea4cb2c67baa2b64655d0b9367714b103 | [] | no_license | toFindMore/Algorithm | https://github.com/toFindMore/Algorithm | a473f1f1792d10bc74d74d0d76566b3d10ad5641 | 39d2e30583c43c3246bfe00d2ffb652fcb919f8a | refs/heads/master | 2021-06-08T18:20:25.338000 | 2019-07-14T04:05:21 | 2019-07-14T04:05:21 | 152,101,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaBase;
public class RuntimeConstantOOM {
public static void main(String[] args) {
String str1 = new StringBuilder("计算机").append("软件").toString();
String str11 = "计算机软件";
System.out.println(str11 == str1);
System.out.println(str1.intern() == str1);
String st... | UTF-8 | Java | 452 | java | RuntimeConstantOOM.java | Java | [] | null | [] | package javaBase;
public class RuntimeConstantOOM {
public static void main(String[] args) {
String str1 = new StringBuilder("计算机").append("软件").toString();
String str11 = "计算机软件";
System.out.println(str11 == str1);
System.out.println(str1.intern() == str1);
String st... | 452 | 0.611111 | 0.585648 | 19 | 21.789474 | 25.115688 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 9 |
126f2562d793d253a2d7b3a9f7098a61c7c60f75 | 5,196,910,428,488 | b1c81b8caa41978c662c5e978b67741f6e1acbcd | /java/Tuples/SequenceDiffs.java | 067f7a4394e40e6f22318fe1d77c5af15a265f09 | [] | no_license | mmammel/projects | https://github.com/mmammel/projects | 6e254444664d13a3f8fbd9c01037d37c6e3c010b | f78c8fc7f00ad4fdbd458afa890f5d271a7d9b1d | refs/heads/master | 2023-09-03T22:52:55.198000 | 2023-08-16T18:24:29 | 2023-08-16T18:24:29 | 5,439,201 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class SequenceDiffs
{
public void dumpDiffs( int [] array )
{
int [] diffArray = new int [ array.length - 1 ];;
this.printArray( array );
if( array.length == 1 ) return;
for( int i = 1; i < array.length; i++ )
{
diffArray[ i - 1 ] = Math.abs(array[i] - array[i-1]);
}
dumpDi... | UTF-8 | Java | 854 | java | SequenceDiffs.java | Java | [] | null | [] | public class SequenceDiffs
{
public void dumpDiffs( int [] array )
{
int [] diffArray = new int [ array.length - 1 ];;
this.printArray( array );
if( array.length == 1 ) return;
for( int i = 1; i < array.length; i++ )
{
diffArray[ i - 1 ] = Math.abs(array[i] - array[i-1]);
}
dumpDi... | 854 | 0.533958 | 0.52459 | 38 | 21.473684 | 19.900723 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 9 |
f4ec7c985f8d3d9bdef67fa8501fbd6d0cf558cc | 5,196,910,432,680 | 022bc1e7c9f509c9f40cbacc7e0a5823650035d3 | /day10/day10/Demo-Day10-Homework/helloworld-consumer/src/main/java/microservice/demo/training21days/provider/service/HelloServiceReactive.java | f2d59b1b2c020518c06a0726848fd0f9e40391cd | [] | no_license | LnkSaber/HUAWEI-Microservice-demo | https://github.com/LnkSaber/HUAWEI-Microservice-demo | 02e7e853a819edf466504a2145d60d949fa74e4b | b149fa21f4f8a4654ec7efe977b9f4be6f318e8c | refs/heads/master | 2022-01-19T14:37:18.121000 | 2019-04-02T01:33:13 | 2019-04-02T01:33:13 | 176,182,838 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package microservice.demo.training21days.provider.service;
import java.util.concurrent.CompletableFuture;
public interface HelloServiceReactive {
CompletableFuture<String> sayHello(String name);
}
| UTF-8 | Java | 201 | java | HelloServiceReactive.java | Java | [] | null | [] | package microservice.demo.training21days.provider.service;
import java.util.concurrent.CompletableFuture;
public interface HelloServiceReactive {
CompletableFuture<String> sayHello(String name);
}
| 201 | 0.840796 | 0.830846 | 7 | 27.714285 | 24.276468 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
b5a33396e911053e98237d15cfca49193352a7e6 | 5,196,910,431,533 | f112672437a9429d1630a8fdee443c8b2cf3e53a | /src/HammingDistance/Test.java | e452858b16b43b6dd0ad02fb1798af9e1deac43f | [] | no_license | shichaohao/LeetCodeUsingJava | https://github.com/shichaohao/LeetCodeUsingJava | 09d6a47769f86f4b808b6aa794bcb2eceeaf8360 | 34c1708ce0e9e5592dba2b3ce6a1a6c238c8415c | refs/heads/master | 2020-04-12T06:44:00.602000 | 2017-09-02T07:09:40 | 2017-09-02T07:09:40 | 62,051,832 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package HammingDistance;
/**
* Created by Think on 12/23/16.
*/
public class Test {
public static void main(String[] args) {
Solution solution = new Solution();
System.out.println(solution.hammingDistance(1, 4));
}
}
| UTF-8 | Java | 244 | java | Test.java | Java | [
{
"context": "package HammingDistance;\n\n/**\n * Created by Think on 12/23/16.\n */\npublic class Test {\n public s",
"end": 49,
"score": 0.7282853722572327,
"start": 44,
"tag": "USERNAME",
"value": "Think"
}
] | null | [] | package HammingDistance;
/**
* Created by Think on 12/23/16.
*/
public class Test {
public static void main(String[] args) {
Solution solution = new Solution();
System.out.println(solution.hammingDistance(1, 4));
}
}
| 244 | 0.643443 | 0.610656 | 11 | 21.181818 | 19.85318 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 9 |
a58e016e664d07612955d1444278ae559f0c0cce | 21,303,037,842,890 | 022cb37222ca9ebea0bfbbe6e0813b5e7786650c | /Soru_1/src/Soru_1/Calculator.java | d6cf22d50d3cb94d7e4ff7108a24123bb4275676 | [
"Apache-2.0"
] | permissive | frknbrbr/Simple-Interpreter | https://github.com/frknbrbr/Simple-Interpreter | c0b0fecc58a2644737cd773ba38ef305f857b307 | edfa1e45e821a689dc975cc5d2c9748d42436061 | refs/heads/master | 2020-04-13T01:16:04.370000 | 2019-02-22T17:49:43 | 2019-02-22T17:49:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Soru_1;
public class Calculator {
private Parser parser = new Parser();
/**
* private calculate method for turning a number sign to negative
*
* @param operator
* @param number
* @return a double value
*/
private double calculate(Operator operator, double number) {
if (operato... | UTF-8 | Java | 2,398 | java | Calculator.java | Java | [] | null | [] | package Soru_1;
public class Calculator {
private Parser parser = new Parser();
/**
* private calculate method for turning a number sign to negative
*
* @param operator
* @param number
* @return a double value
*/
private double calculate(Operator operator, double number) {
if (operato... | 2,398 | 0.650959 | 0.635113 | 91 | 24.351648 | 23.009016 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.098901 | false | false | 9 |
14a78da1ecd24e61c87a6de154a703e3cd72f72a | 9,423,158,304,253 | eb5a5cdc0ba9aedb8efb3539de1791812de0e32d | /src/main/java/base_examples/multi_array/LessonNine.java | 8ab937b192b936adbd8b8d51ba19bf8995323f2a | [] | no_license | andriyanov-roman/base_1 | https://github.com/andriyanov-roman/base_1 | 5247a0523f171d193b35138a562d2bb64be99606 | f10175c89399d317fa0a639382c4606d28f2c4b8 | refs/heads/master | 2020-12-24T15:41:21.923000 | 2015-10-27T12:30:17 | 2015-10-27T12:30:17 | 31,550,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base_examples.multi_array;
public class LessonNine {
public static void main(String[] args) {
int a = 1, b = 3, c = 3;
findMax(a, b, c);
int[] array = {4, 2, 5, 2, 56};
for (int i : array) {
System.out.print(array[i] + " ");
}
System.out.println(... | UTF-8 | Java | 2,181 | java | LessonNine.java | Java | [] | null | [] | package base_examples.multi_array;
public class LessonNine {
public static void main(String[] args) {
int a = 1, b = 3, c = 3;
findMax(a, b, c);
int[] array = {4, 2, 5, 2, 56};
for (int i : array) {
System.out.print(array[i] + " ");
}
System.out.println(... | 2,181 | 0.424117 | 0.418157 | 73 | 28.876713 | 20.054682 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60274 | false | false | 9 |
654e4090377f47cf41dd1419bdc8c58213e75efd | 32,590,211,869,213 | 78545d626ac8117899989bc93d586de6180321d3 | /app/src/main/java/com/ignovate/lectrefymob/model/LoginReqModel.java | 32da5ef15838b0dc648de5a62168ddfe81a84110 | [] | no_license | rajalakshmicogniseer/MobileApp | https://github.com/rajalakshmicogniseer/MobileApp | 7b6b04dfe1b7682dd13e9902d6026855662b5fc5 | 0197db78e5927f6bed6063369cf998dd98c9f882 | refs/heads/master | 2020-04-04T05:17:33.783000 | 2018-11-01T15:08:21 | 2018-11-01T15:08:21 | 155,740,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ignovate.lectrefymob.model;
import com.google.gson.annotations.SerializedName;
public class LoginReqModel {
@SerializedName("email")
public String login_id;
@SerializedName("password")
public String password;
public String getlogin_id() {
return login_id;
}
publi... | UTF-8 | Java | 556 | java | LoginReqModel.java | Java | [
{
"context": "assword(String password) {\n this.password = password;\n }\n\n\n}\n",
"end": 544,
"score": 0.9339958429336548,
"start": 536,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.ignovate.lectrefymob.model;
import com.google.gson.annotations.SerializedName;
public class LoginReqModel {
@SerializedName("email")
public String login_id;
@SerializedName("password")
public String password;
public String getlogin_id() {
return login_id;
}
publi... | 558 | 0.647482 | 0.647482 | 33 | 15.848485 | 17.020702 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242424 | false | false | 9 |
d947c77eada895c46d4ab3e3f10c15b5608491da | 6,708,738,971,908 | 04d599e02131af134c18d8377a4f20e266f54f77 | /algo/SWEA/D2/200729_2001_파리퇴치.java | f36be732f21c5693af0b956fcaa8f04be560e4e4 | [] | no_license | hyemz/TIL | https://github.com/hyemz/TIL | 6a293d5cfeffbb6c51a18672d96f8e53aa122fe8 | 87578cfeac92465ec2c637fd9d1e5d425ce58f23 | refs/heads/develop | 2022-05-09T01:08:05.058000 | 2022-04-25T14:25:25 | 2022-04-25T14:25:25 | 234,567,009 | 0 | 0 | null | false | 2022-04-25T14:25:26 | 2020-01-17T14:38:47 | 2021-11-02T16:16:09 | 2022-04-25T14:25:25 | 134 | 0 | 0 | 0 | Java | false | false | import java.util.Scanner;
public class flyKill {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int T = sc.nextInt();
for (int test_case = 1; test_case <= T; test_case++) {
int N = sc.nextInt(); // 배열 크기
int M = sc.nextInt(); // 파리채 크기
... | UTF-8 | Java | 974 | java | 200729_2001_파리퇴치.java | Java | [] | null | [] | import java.util.Scanner;
public class flyKill {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int T = sc.nextInt();
for (int test_case = 1; test_case <= T; test_case++) {
int N = sc.nextInt(); // 배열 크기
int M = sc.nextInt(); // 파리채 크기
... | 974 | 0.470339 | 0.455508 | 42 | 21.476191 | 18.139982 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.642857 | false | false | 9 |
887586c41e50c9fe738fe0a28c277264bd2e76de | 18,708,877,591,728 | f4a0ee92c90078fa5c0af270873cc8e49ded911e | /web/org.eclipse.xtext.web/src/main/xtend-gen/org/eclipse/xtext/web/server/occurrences/OccurrencesResult.java | 9ffb0748f4bf76ffc247639676aae9ecfb84399d | [
"LicenseRef-scancode-generic-cla"
] | no_license | stoll-it/xtext | https://github.com/stoll-it/xtext | e4985fb1c219a25d421d3186599abb7d20594b6d | 64b22d2eea1038fa2fe1a81ca0b920f657ea4e31 | refs/heads/master | 2021-01-23T22:52:39.202000 | 2015-07-13T15:15:02 | 2015-07-13T15:15:02 | 38,067,171 | 0 | 0 | null | true | 2015-06-25T18:40:42 | 2015-06-25T18:40:42 | 2015-06-24T03:46:46 | 2015-06-25T15:07:47 | 667,959 | 0 | 0 | 0 | null | null | null | package org.eclipse.xtext.web.server.occurrences;
import com.google.common.collect.Iterables;
import java.util.ArrayList;
import org.eclipse.xtend.lib.annotations.Data;
import org.eclipse.xtend.lib.annotations.ToString;
import org.eclipse.xtext.util.ITextRegion;
import org.eclipse.xtext.web.server.IServiceResult;
impo... | UTF-8 | Java | 2,769 | java | OccurrencesResult.java | Java | [] | null | [] | package org.eclipse.xtext.web.server.occurrences;
import com.google.common.collect.Iterables;
import java.util.ArrayList;
import org.eclipse.xtend.lib.annotations.Data;
import org.eclipse.xtend.lib.annotations.ToString;
import org.eclipse.xtext.util.ITextRegion;
import org.eclipse.xtext.web.server.IServiceResult;
impo... | 2,769 | 0.689419 | 0.687252 | 92 | 29.097826 | 25.399015 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 9 |
efc598c354558721e78a1a4b213c3eb83d4b2a25 | 1,872,605,797,568 | a6f4729e863bc3d68fba4a73b00ca9f4c75b8af0 | /universal-application-tool-0.0.1/app/services/program/BlockDefinition.java | 0af9ac275a89998e7f867fdfd616009e3cf2a38d | [
"Apache-2.0",
"CC0-1.0"
] | permissive | sowmyanarayananSoma/civiform | https://github.com/sowmyanarayananSoma/civiform | 4fbef9a514ac9f72b31d723ac9083bbceb1a5d0a | 1f5cab8da94a2d17de081340e48552f894d40d41 | refs/heads/main | 2023-04-15T09:46:12.874000 | 2021-04-28T20:31:37 | 2021-04-28T20:31:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package services.program;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.google.auto.value.AutoValue;
import com.google.auto.value.extension.memoized.Memoized;
import com.google.commo... | UTF-8 | Java | 6,991 | java | BlockDefinition.java | Java | [] | null | [] | package services.program;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.google.auto.value.AutoValue;
import com.google.auto.value.extension.memoized.Memoized;
import com.google.commo... | 6,991 | 0.74038 | 0.74038 | 201 | 33.781094 | 31.192738 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313433 | false | false | 9 |
0fd07251752f95f29aecdac987c252c8e66eb3dc | 1,872,605,793,432 | 1aa35ddf5e7f05d263d95c3292ce6d96b57c6455 | /src/service/converter/ICoverter.java | fa4756765d7e365e4bfca6b6252e0c17e3fd239e | [] | no_license | ErickCohen08/OfiPagos | https://github.com/ErickCohen08/OfiPagos | 9662e6287d9b87f8d72cad3e9e62fa9496168b38 | 8dc6dfa8b549de8e9b2f522305f7eeb96e2e8e6f | refs/heads/master | 2019-07-18T17:15:51.118000 | 2016-07-11T15:50:39 | 2016-07-11T15:50:39 | 62,151,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service.converter;
import export.FieldDescExportaFiles;
public interface ICoverter
{
public String convert(String value, FieldDescExportaFiles descExportaFiles);
}
| UTF-8 | Java | 184 | java | ICoverter.java | Java | [] | null | [] | package service.converter;
import export.FieldDescExportaFiles;
public interface ICoverter
{
public String convert(String value, FieldDescExportaFiles descExportaFiles);
}
| 184 | 0.798913 | 0.798913 | 8 | 21 | 25.258661 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 9 |
e8c6016b0ba78eb3903b1114b313233529a0a2e1 | 30,803,505,503,258 | 788f040e24672a9fdb264ef0acf3a05a0c4357c0 | /hl7_cpinfo/src/test/java/test/testPatient.java | ea4925be22e35e46390157567956e8f28ca5b2e3 | [
"Apache-2.0"
] | permissive | JesseHu1520/GitDepository | https://github.com/JesseHu1520/GitDepository | 822eb491695fd545ca8fceb30b82b4461f997b9f | 9738e1ba3aee0ddcc81580db630319302a3cedb1 | refs/heads/master | 2018-02-16T00:14:16.797000 | 2016-12-04T06:16:35 | 2016-12-04T06:16:35 | 62,888,703 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.junit.Before;
import org.junit.Test;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.model.api.ExtensionDt;
import ca.uhn.fhir.model.api.Reso... | GB18030 | Java | 5,611 | java | testPatient.java | Java | [
{
"context": "Dt namedt = new HumanNameDt();\r\n\t\tnamedt.setText(\"刘康\");\r\n\t\tlist.add(namedt);\r\n\t\tp.setName(list);\r\n\t\t\r\n",
"end": 1772,
"score": 0.9998467564582825,
"start": 1770,
"tag": "NAME",
"value": "刘康"
},
{
"context": "tact();\r\n\t\tpct.setName(new HumanNameDt... | null | [] | package test;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.junit.Before;
import org.junit.Test;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.model.api.ExtensionDt;
import ca.uhn.fhir.model.api.Reso... | 5,611 | 0.712569 | 0.685135 | 143 | 37 | 33.82803 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.244755 | false | false | 9 |
a5dcb42a4b98d1f4b688e5ecf6b82defb4e34b8c | 16,200,616,700,124 | 007cc2783c488ccbc61da2c068d0cfa002e2169f | /Factory/src/main/java/au/edu/swin/ict/road/composite/exceptions/MessageDelivererException.java | a5d408805afebadb22e9eb2728e67246a7e5aefc | [] | no_license | road-framework/SDSN | https://github.com/road-framework/SDSN | cdc9806a3948b800191187d3ecb09c1f00ad58b3 | ad3fbb5c6bc67c6afba6dff9bd909e2c2967bd72 | refs/heads/master | 2021-01-11T07:46:37.383000 | 2019-02-25T15:24:19 | 2019-02-25T15:24:19 | 68,914,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.edu.swin.ict.road.composite.exceptions;
/**
* MessageDelivererException is thrown if a problem occurs with one
* of the MessageDeliverers moving messages about the composite.
*
* @author The ROAD team, Swinburne University of Technology
*/
@SuppressWarnings("serial")
public class MessageDelive... | UTF-8 | Java | 766 | java | MessageDelivererException.java | Java | [] | null | [] | package au.edu.swin.ict.road.composite.exceptions;
/**
* MessageDelivererException is thrown if a problem occurs with one
* of the MessageDeliverers moving messages about the composite.
*
* @author The ROAD team, Swinburne University of Technology
*/
@SuppressWarnings("serial")
public class MessageDelive... | 766 | 0.664491 | 0.664491 | 28 | 25.357143 | 24.581081 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 9 |
60a10cbca54195b42a2be3870f83ee586a479ab8 | 23,742,579,228,105 | 06b529186163a7d6e2633783e363cbdeda3aef25 | /PortalKitClient/src/main/java/org/etp/portalKit/client/logic/MenuItemElement.java | 785ab22eeab36cddb6fb4487d5239d6c38f0ae3c | [] | no_license | etp-work/ThePower | https://github.com/etp-work/ThePower | 20ae85385d241b3a3c492de716afdf2a13844495 | dd4dce4dd2330ee52180d5a297c4196acab8ce1d | refs/heads/master | 2021-01-23T22:38:36.219000 | 2014-02-20T13:27:43 | 2014-02-20T13:27:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.etp.portalKit.client.logic;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.MenuItem;
/**
* The purpose of this class is to provide source controller to
* MenuItem
*/
public class MenuItemElement {
private String MenuItemText;
private MenuItem menuItem;
private Menu drop... | UTF-8 | Java | 1,469 | java | MenuItemElement.java | Java | [] | null | [] | package org.etp.portalKit.client.logic;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.MenuItem;
/**
* The purpose of this class is to provide source controller to
* MenuItem
*/
public class MenuItemElement {
private String MenuItemText;
private MenuItem menuItem;
private Menu drop... | 1,469 | 0.603812 | 0.603812 | 72 | 19.402779 | 17.511631 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.208333 | false | false | 9 |
b8fbedd046f6756a16cdf2ec7f85854b60e9d90a | 22,359,599,793,299 | 9d7e4dde2f4f3bbebc5a8012d9c1bd472e446d8f | /myshop/src/com/qfedu/myshop/dao/ItermDao.java | a928534daac3afc667737ca8b3aeb8c33df84f65 | [] | no_license | lzc981106650/caonima | https://github.com/lzc981106650/caonima | 1a97613ca683eb309d08cd740bcebedc0a69ca5f | 39395afb51ff982843fd461d77d28f8a43779113 | refs/heads/master | 2023-02-22T09:08:24.869000 | 2021-01-30T12:21:10 | 2021-01-30T12:21:10 | 334,406,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qfedu.myshop.dao;
import com.qfedu.myshop.entity.Cart;
import com.qfedu.myshop.entity.Item;
import java.sql.SQLException;
import java.util.List;
public interface ItermDao {
int addIterm(List<Cart> carts, String oid) throws SQLException;
List<Item> detail(String oid) throws SQLException;
}
| UTF-8 | Java | 314 | java | ItermDao.java | Java | [] | null | [] | package com.qfedu.myshop.dao;
import com.qfedu.myshop.entity.Cart;
import com.qfedu.myshop.entity.Item;
import java.sql.SQLException;
import java.util.List;
public interface ItermDao {
int addIterm(List<Cart> carts, String oid) throws SQLException;
List<Item> detail(String oid) throws SQLException;
}
| 314 | 0.770701 | 0.770701 | 13 | 23.153847 | 21.346395 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 9 |
df1e79005212cf1b3624be1bd0469cc25f95d5ee | 25,649,544,714,804 | 16e71102f2e51eefc6b12b9d5761307fa4857ab6 | /src/main/java/com/srum/repository/MistakeRepository.java | 7066e60532d0b2567dddb642e4ca5977ad133be8 | [] | no_license | sanglthe140466/SRUM | https://github.com/sanglthe140466/SRUM | 8d0fc06e58b38cb89e7d724bb722ff57a7de3ed2 | 62cf4fae75a17c1c9a55e151c55b702b33fae9db | refs/heads/main | 2023-08-19T00:51:06.134000 | 2021-09-26T09:27:28 | 2021-09-26T09:30:26 | 410,498,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.srum.repository;
import com.srum.entity.Mistake;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author ThoNN1
*/
@Repository
public interface MistakeRepository extends CrudRepository<Mistake, Long> {
Mistake... | UTF-8 | Java | 387 | java | MistakeRepository.java | Java | [
{
"context": "epository;\n\nimport java.util.List;\n\n/**\n * @author ThoNN1\n */\n@Repository\npublic interface MistakeRepositor",
"end": 217,
"score": 0.9996692538261414,
"start": 211,
"tag": "USERNAME",
"value": "ThoNN1"
}
] | null | [] | package com.srum.repository;
import com.srum.entity.Mistake;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author ThoNN1
*/
@Repository
public interface MistakeRepository extends CrudRepository<Mistake, Long> {
Mistake... | 387 | 0.788114 | 0.78553 | 17 | 21.764706 | 22.521961 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 9 |
af5efb737175b42e1bed0f77356a2b9dca60dcfd | 23,493,471,131,208 | 3cec9b50be837d33e7822afdf79196da44c71436 | /src/main/java/com/ray/jstl/models/City.java | 349af1de82701810254eff05ea676ec705d45fc7 | [] | no_license | lekyvong09/public_JavaEE_WebComponent_4_JSTL | https://github.com/lekyvong09/public_JavaEE_WebComponent_4_JSTL | dcc39eb623023d024c6de23c80c91bfce70bfb56 | 2ef522dc7e245f81aee95c923516ea8057179d0e | refs/heads/master | 2023-08-18T10:11:51.866000 | 2021-09-29T14:30:14 | 2021-09-29T14:30:14 | 399,123,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ray.jstl.models;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotEmpty;
public class City {
private int id;
@Length(min=3, max=100)
private String name;
@NotEmpty
private String countryCode;
@No... | UTF-8 | Java | 1,619 | java | City.java | Java | [] | null | [] | package com.ray.jstl.models;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotEmpty;
public class City {
private int id;
@Length(min=3, max=100)
private String name;
@NotEmpty
private String countryCode;
@No... | 1,619 | 0.570105 | 0.567017 | 85 | 18.047058 | 16.571348 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317647 | false | false | 9 |
f8b139e8ff0100e43e664ee92b717338f293e511 | 31,774,168,056,976 | bff8730f479a5bcbea6b0dfefa8e233f724d87bf | /Desafios DIO - Java/CombinacaoDeStrings.java | 62847b70c09682e4524569f79a90cd99582725cf | [
"MIT"
] | permissive | saintravi/DesafiosDIO | https://github.com/saintravi/DesafiosDIO | e051b8d5c3c9ae0e987b0e0351b664c436181404 | 165702205c7d358dde933cfbfcfe53924a5a7538 | refs/heads/master | 2023-05-14T13:34:23.296000 | 2022-05-12T14:30:34 | 2022-05-12T14:30:34 | 347,722,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Combinação de Strings
*
* Desafio:
* - Crie um algoritmo que receba dois inputs que sejam strings e combine-as
* alternando as letras de cada string.
*
* - Deve começar pela primeira letra da primeira string, seguido pela primeira
* letra da segunda string, em seguida pela segunda letra da primeira st... | UTF-8 | Java | 2,056 | java | CombinacaoDeStrings.java | Java | [] | null | [] | /**
* Combinação de Strings
*
* Desafio:
* - Crie um algoritmo que receba dois inputs que sejam strings e combine-as
* alternando as letras de cada string.
*
* - Deve começar pela primeira letra da primeira string, seguido pela primeira
* letra da segunda string, em seguida pela segunda letra da primeira st... | 2,056 | 0.556207 | 0.550831 | 66 | 30.015152 | 26.449776 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.257576 | false | false | 9 |
d74cde755d24e942f302a6bad13fa137dec16a8e | 21,096,879,423,987 | 7487866f1213e08fd103e4ce0291aa6d2a37cbd4 | /app/src/main/java/com/ileja/aidlsample/DataService.java | 8ef8d79ed0fc1dd33c77710ce486e4b558ad57c6 | [] | no_license | fingerMask/AIDLCallbackSample | https://github.com/fingerMask/AIDLCallbackSample | 13a994b34011a0e4b379c1301dd6ee88b7cbc83a | 5928b76821562ac46f79cec35985e6918b0dcad1 | refs/heads/master | 2016-09-13T22:16:41.551000 | 2016-05-24T03:30:59 | 2016-05-24T03:30:59 | 59,537,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ileja.aidlsample;
import android.app.Service;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.RemoteCallbackList;
import android.os.RemoteException;
public class DataService extends Service {
private RemoteCallbackList<... | UTF-8 | Java | 2,520 | java | DataService.java | Java | [] | null | [] | package com.ileja.aidlsample;
import android.app.Service;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.RemoteCallbackList;
import android.os.RemoteException;
public class DataService extends Service {
private RemoteCallbackList<... | 2,520 | 0.592357 | 0.590366 | 99 | 24.373737 | 21.861633 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
8175a28cee87171ec9300229b67de86f8ee92ba1 | 10,849,087,458,485 | b639977e84c152553dd9c74bda1ead2d8d0875e9 | /src/main/java/mx/com/gseguros/ws/autosgs/infovehiculo/service/impl/InfoVehiculoServiceImpl.java | d4687eecbf0651d8fc838e9088caee0869e6b944 | [] | no_license | BiosnetTCS/ice_all | https://github.com/BiosnetTCS/ice_all | a41e6deba3c947e369855ab68cb1c9442a4c6077 | d47f6d9a0f10dd5382b5a8fa6c6072db62cda276 | HEAD | 2018-04-07T16:10:49.031000 | 2017-05-02T15:47:17 | 2017-05-02T15:47:17 | 89,630,581 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.com.gseguros.ws.autosgs.infovehiculo.service.impl;
import mx.com.gseguros.exception.WSException;
import mx.com.gseguros.ws.autosgs.infovehiculo.client.axis2.VehiculoWSServiceStub;
import mx.com.gseguros.ws.autosgs.infovehiculo.client.axis2.VehiculoWSServiceStub.ObtenerValorComercial;
import mx.com.gseguros.... | UTF-8 | Java | 4,468 | java | InfoVehiculoServiceImpl.java | Java | [] | null | [] | package mx.com.gseguros.ws.autosgs.infovehiculo.service.impl;
import mx.com.gseguros.exception.WSException;
import mx.com.gseguros.ws.autosgs.infovehiculo.client.axis2.VehiculoWSServiceStub;
import mx.com.gseguros.ws.autosgs.infovehiculo.client.axis2.VehiculoWSServiceStub.ObtenerValorComercial;
import mx.com.gseguros.... | 4,468 | 0.739033 | 0.735452 | 113 | 38.548672 | 40.694412 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.840708 | false | false | 9 |
d15233a4c9d2bea872a8f789cf102e8ee469dfeb | 13,597,866,519,951 | f6be000ca4fe75119a7a7f374ca2fb6e27ae9233 | /SmsSafe/src/com/softmo/smssafe2/views/CMHelperBaseActivity.java | 139cc3d3c1ac5a700ef8f0b9b8082fb5e27e9e11 | [] | no_license | rusmonster/PocketSafe | https://github.com/rusmonster/PocketSafe | 6157085514a1cf7daa6096ce4c7ae5a67075ee36 | 48b0c392237f941a3420e86205ebdf175d9839df | refs/heads/master | 2020-06-03T20:19:04.083000 | 2014-05-31T20:38:40 | 2014-05-31T20:38:40 | 2,808,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softmo.smssafe2.views;
import android.app.Activity;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import and... | UTF-8 | Java | 12,065 | java | CMHelperBaseActivity.java | Java | [] | null | [] | package com.softmo.smssafe2.views;
import android.app.Activity;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import and... | 12,065 | 0.685288 | 0.682221 | 434 | 26.79954 | 22.764147 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.813364 | false | false | 9 |
35643ea907bfd816b3cd66402b195662983eb590 | 13,597,866,516,953 | 34550053d523908e37d03e2fd0166765ef1b1bb4 | /org.eclipse.emf.eson.parent/org.eclipse.emf.eson/src/org/eclipse/emf/eson/EFactoryRuntimeModule.java | d4c4405dba28dbf7a8aa8aa1b30b29be13997a6b | [] | no_license | RBirdwatcher/efbt | https://github.com/RBirdwatcher/efbt | 77831b224936ee2afd729dd96fd0e7b70e72bb65 | 8ba8d7e70234abf578f28a397c5c1de72b6da094 | refs/heads/master | 2021-04-23T23:52:09.180000 | 2020-10-08T09:12:39 | 2020-10-08T09:12:39 | 250,036,536 | 0 | 0 | null | true | 2020-03-25T16:49:14 | 2020-03-25T16:49:13 | 2020-03-08T20:16:58 | 2020-03-25T16:45:48 | 6,455 | 0 | 0 | 0 | null | false | false | /*
* #%L
* org.eclipse.emf.eson
* %%
* Copyright (C) 2009 - 2014 Sebastian Benz & Michael Vorburger
* %%
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
... | UTF-8 | Java | 6,878 | java | EFactoryRuntimeModule.java | Java | [
{
"context": "ipse.emf.eson\r\n * %%\r\n * Copyright (C) 2009 - 2014 Sebastian Benz & Michael Vorburger\r\n * %%\r\n * All rights reserve",
"end": 87,
"score": 0.9998596906661987,
"start": 73,
"tag": "NAME",
"value": "Sebastian Benz"
},
{
"context": " %%\r\n * Copyright (C) 2009 - 20... | null | [] | /*
* #%L
* org.eclipse.emf.eson
* %%
* Copyright (C) 2009 - 2014 <NAME> & <NAME>
* %%
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclip... | 6,859 | 0.78991 | 0.78642 | 176 | 37.079544 | 30.999714 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.630682 | false | false | 9 |
a3072fde5de881fbabf80d67cdd6f1b7b62c9fbf | 5,360,119,249,577 | 2f3bc56781a38bb3f3ad06897d27febde51fa968 | /server/src/main/java/com/example/server/Activities/repository/SchoolYearRepository.java | ec20dec6411f8137ff35ecc992a7141227c9a634 | [] | no_license | sut62/team08 | https://github.com/sut62/team08 | e4e44c14a668128b2cb8ab338adbc2651b8b5c06 | 040dc9813fb88749c3715ff25264fd1d2805cca3 | refs/heads/master | 2023-01-09T01:04:38.599000 | 2020-03-05T03:57:19 | 2020-03-05T03:57:19 | 223,877,313 | 3 | 0 | null | false | 2023-01-04T13:56:24 | 2019-11-25T06:30:28 | 2020-03-05T03:57:41 | 2023-01-04T13:56:24 | 3,503 | 3 | 0 | 59 | Java | false | false | package com.example.server.Activities.repository;
import com.example.server.Activities.entity.SchoolYear;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import org.springframework.web.bind.annotation.CrossOrigin;
@Repos... | UTF-8 | Java | 512 | java | SchoolYearRepository.java | Java | [] | null | [] | package com.example.server.Activities.repository;
import com.example.server.Activities.entity.SchoolYear;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import org.springframework.web.bind.annotation.CrossOrigin;
@Repos... | 512 | 0.818359 | 0.810547 | 12 | 40.666668 | 27.487371 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 9 |
2caedfe6ee504ac978fb64d1a9ac7300789902d3 | 7,945,689,555,042 | 93da970fe747061bec11ec425507c2816386da81 | /FishLib/src/main/java/com/fish/lib/fishlib/util/system/net/WifiStateUtil.java | 36d8812a3fde6c554daf99db16041392051bde71 | [] | no_license | chefish/FishProject | https://github.com/chefish/FishProject | a958633e18ce132511bddc1949720bb1ba394faa | d011b37234b4df85e2ecd9e4e872e01ecb4ce129 | refs/heads/master | 2020-04-23T22:19:36.556000 | 2019-02-19T15:26:11 | 2019-02-19T15:26:11 | 171,497,920 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fish.lib.fishlib.util.system.net;
/**
* @author xmyu
* @createTime 2015-3-9 下午4:43:04
*/
public class WifiStateUtil {
/**
* 将广播得到的int值转化为字符串
*
* @param ws
* @return
*/
public static String wifistate2Str(int ws) {
switch (ws) {
case 0:
... | UTF-8 | Java | 726 | java | WifiStateUtil.java | Java | [
{
"context": "m.fish.lib.fishlib.util.system.net;\n/**\n * @author xmyu\n * @createTime 2015-3-9 下午4:43:04\n */\npublic clas",
"end": 65,
"score": 0.9995458722114563,
"start": 61,
"tag": "USERNAME",
"value": "xmyu"
}
] | null | [] | package com.fish.lib.fishlib.util.system.net;
/**
* @author xmyu
* @createTime 2015-3-9 下午4:43:04
*/
public class WifiStateUtil {
/**
* 将广播得到的int值转化为字符串
*
* @param ws
* @return
*/
public static String wifistate2Str(int ws) {
switch (ws) {
case 0:
... | 726 | 0.478448 | 0.454023 | 29 | 22.965517 | 15.349902 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 9 |
c0fd8fefb854efbc5cb0c8219b8c1c8f01e5578b | 24,249,385,418,327 | d2934c9e1dd795a92ae24f373f1d1ecf9a2d60bd | /src/main/java/aa/df.java | 0ff4c850fa75b2f361623da274ac4f3ef98455f5 | [] | no_license | wokaowokao/javaSpring | https://github.com/wokaowokao/javaSpring | 72e7f6852f7c094c0bbc4fc17fc4a36f4886870a | 542fc8376b6de65ef26f41a21ac6e0456dfd0f91 | refs/heads/master | 2022-12-26T19:14:17.888000 | 2020-04-27T02:32:16 | 2020-07-21T01:59:59 | 92,391,043 | 0 | 0 | null | false | 2022-12-16T05:29:28 | 2017-05-25T10:09:57 | 2020-07-21T02:00:23 | 2022-12-16T05:29:26 | 53 | 0 | 0 | 4 | Java | false | false | package aa;
import java.util.ArrayList;
import java.util.List;
/**
* @author zhangyawei Created on 2020/6/2.
*/
public class df {
public static void main(String[] args) {
List<? extends Father> list = new ArrayList<>();
List<? super Father> list1 = new ArrayList<>();
list1.add(new Fathe... | UTF-8 | Java | 372 | java | df.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author zhangyawei Created on 2020/6/2.\n */\npublic class df {\n pu",
"end": 90,
"score": 0.9349910020828247,
"start": 80,
"tag": "USERNAME",
"value": "zhangyawei"
}
] | null | [] | package aa;
import java.util.ArrayList;
import java.util.List;
/**
* @author zhangyawei Created on 2020/6/2.
*/
public class df {
public static void main(String[] args) {
List<? extends Father> list = new ArrayList<>();
List<? super Father> list1 = new ArrayList<>();
list1.add(new Fathe... | 372 | 0.607527 | 0.586021 | 19 | 18.578947 | 19.082413 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 9 |
09048a78d91307bf95ac2d4375c0a44af45190b3 | 30,906,584,718,906 | 16a2a266403b463c1702fa57c5661c6f3e61f9f5 | /Time/Time.java | 6c2458a764dcdb70801f84563714800ebbed97c0 | [] | no_license | haticeozdilek/object-oriented-programming | https://github.com/haticeozdilek/object-oriented-programming | dfbffed0e0e3f5059414ee21cdbd57a044db21cc | 2603e14e5cf1bbd1c1d5bb572720332f628dda02 | refs/heads/master | 2020-09-07T15:18:57.019000 | 2019-12-24T18:18:47 | 2019-12-24T18:18:47 | 220,825,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.Exception;
public class Time {
private int hour,min,sec;
public void setTime(int h,int m,int s)throws Exception {
if((h>=0 && h<24) && (m>=0 && m<60) && (s>=0 && s<60)) {
hour=h;
min=m;
sec=s;
}
else
throw new IllegalAccessException("\n Hatali giris.")... | UTF-8 | Java | 736 | java | Time.java | Java | [] | null | [] | import java.lang.Exception;
public class Time {
private int hour,min,sec;
public void setTime(int h,int m,int s)throws Exception {
if((h>=0 && h<24) && (m>=0 && m<60) && (s>=0 && s<60)) {
hour=h;
min=m;
sec=s;
}
else
throw new IllegalAccessException("\n Hatali giris.")... | 736 | 0.506793 | 0.482337 | 36 | 18.277779 | 27.726452 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.194444 | false | false | 9 |
f772fa9d58c0e5f6ac027fd59785e590829124bd | 30,906,584,723,259 | 794473ff2ba2749db9c0782f5d281b00dd785a95 | /braches_20171122/qiubaotong-server/qbt-data-migration/src/main/java/com/qbt/data/migration/pgsql/entity/UserWeixin.java | 0ccd9fe4c3b0de0920b7eb362ef590a81d33db8a | [] | no_license | hexilei/qbt | https://github.com/hexilei/qbt | a0fbc9c1870da1bf1ec24bba0f508841ca1b9750 | 040e5fcc9fbb27d52712cc1678d71693b5c85cce | refs/heads/master | 2021-05-05T23:03:20.377000 | 2018-01-12T03:33:12 | 2018-01-12T03:33:12 | 116,363,833 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qbt.data.migration.pgsql.entity;
public class UserWeixin {
private Integer id;
private Short sex;
private String openid;
private String nickname;
private String head_img_url;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id ... | UTF-8 | Java | 1,030 | java | UserWeixin.java | Java | [] | null | [] | package com.qbt.data.migration.pgsql.entity;
public class UserWeixin {
private Integer id;
private Short sex;
private String openid;
private String nickname;
private String head_img_url;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id ... | 1,030 | 0.58835 | 0.58835 | 53 | 18.452829 | 19.415581 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301887 | false | false | 9 |
30487a92577b7d33a8a13ae2694f2b004a481611 | 11,742,440,588,239 | b2b2ed69e3ae1579c5747951003a96a9d5743d48 | /appDemo/src/main/java/com/umbrella/demo/mock/subjects/service/BradleyServiceImpl.java | a6839261e390cac30e61faab9015c0af662a8e4f | [] | no_license | land012/IdeaTestJdk7 | https://github.com/land012/IdeaTestJdk7 | 3db2497df64e5581e8d25be4fcefdb19d1fb8b89 | fc56d712424cce8767e87a81dba1ebc44dfc058d | refs/heads/master | 2022-02-22T22:21:38.808000 | 2020-06-24T15:46:12 | 2020-06-24T15:46:12 | 60,146,281 | 0 | 2 | null | false | 2022-03-31T20:55:27 | 2016-06-01T04:51:11 | 2020-06-24T15:50:03 | 2022-03-31T20:55:27 | 1,208 | 0 | 4 | 17 | Java | false | false | package com.umbrella.demo.mock.subjects.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
/**
* Created by xudazhou on 2017/1/4.
*/
@Service("bradleyService")
public class BradleyServiceImpl implements BradleyService {
private static Logger log = L... | UTF-8 | Java | 503 | java | BradleyServiceImpl.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by xudazhou on 2017/1/4.\n */\n@Service(\"bradleyService\")\npubli",
"end": 181,
"score": 0.9997115731239319,
"start": 173,
"tag": "USERNAME",
"value": "xudazhou"
},
{
"context": "e\n public void hello() {\n l... | null | [] | package com.umbrella.demo.mock.subjects.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
/**
* Created by xudazhou on 2017/1/4.
*/
@Service("bradleyService")
public class BradleyServiceImpl implements BradleyService {
private static Logger log = L... | 499 | 0.727634 | 0.71173 | 20 | 24.15 | 23.07439 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
5c6f0d8cf0970c3261b02e4d16e0eede7ec83427 | 28,518,582,912,982 | a7267b7d05ca70b18ad279a53e660434edb0145b | /src/test/java/com/kodekonveyor/work_request/offer/OfferEntityRepositoryStubs.java | 5e6674b32c0bbedf67f12108a2f5dfbd0f0c30fa | [] | no_license | kode-konveyor/tidy-up | https://github.com/kode-konveyor/tidy-up | 6215e56a44ffc4329965618d9d9e91d8e2572eb5 | ffb95403decf6c1f76a203d9f11e1a7a9439de4a | refs/heads/develop | 2022-09-28T19:07:10.287000 | 2020-06-26T11:18:50 | 2020-06-26T11:18:50 | 204,216,340 | 0 | 60 | null | false | 2022-09-08T01:03:31 | 2019-08-24T21:48:15 | 2020-06-26T11:18:55 | 2022-09-08T01:03:29 | 529 | 0 | 46 | 2 | Java | false | false | package com.kodekonveyor.work_request.offer;
import java.util.Optional;
import org.mockito.Mockito;
public class OfferEntityRepositoryStubs {
public static void
behaviour(final OfferEntityRepository offerEntityRepository) {
Mockito.doReturn(Optional.of(OfferEntityTestData.getWorkRequestPosted()))
... | UTF-8 | Java | 400 | java | OfferEntityRepositoryStubs.java | Java | [] | null | [] | package com.kodekonveyor.work_request.offer;
import java.util.Optional;
import org.mockito.Mockito;
public class OfferEntityRepositoryStubs {
public static void
behaviour(final OfferEntityRepository offerEntityRepository) {
Mockito.doReturn(Optional.of(OfferEntityTestData.getWorkRequestPosted()))
... | 400 | 0.7825 | 0.7825 | 15 | 25.666666 | 28.50419 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 9 |
f9eb10d735e00e93b94e87cc76c0f2bd5a0efd67 | 15,247,133,912,819 | 4aa303b0595d2d2903a9bb67291a4037a708d974 | /src/main/java/com/gregpalacios/gesticole/service/impl/NivelServiceImpl.java | 42268fc6427c133005f07c693a059e610cd64efb | [] | no_license | gpalacios26/gesticole-backend | https://github.com/gpalacios26/gesticole-backend | 0b571ceacb937cc8277595eb572ade0b8756baf5 | cc12a34523c630e21134a6f5a275a5043314fb43 | refs/heads/main | 2023-08-01T05:35:01.340000 | 2021-09-22T15:46:13 | 2021-09-22T15:46:13 | 387,537,190 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gregpalacios.gesticole.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gregpalacios.gesticole.model.Nivel;
import com.gregpalacios.gesticole.repo.IGenericRepo;
import com.gregpalacios.gesticole.repo.INivelRepo;
import c... | UTF-8 | Java | 594 | java | NivelServiceImpl.java | Java | [] | null | [] | package com.gregpalacios.gesticole.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gregpalacios.gesticole.model.Nivel;
import com.gregpalacios.gesticole.repo.IGenericRepo;
import com.gregpalacios.gesticole.repo.INivelRepo;
import c... | 594 | 0.824916 | 0.824916 | 22 | 26 | 26.527859 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 9 |
949be6d16cd17a74d3a0e66386f942427318e901 | 10,075,993,279,145 | 0450213968ee34d830f69b8167ec5095bd7b4c97 | /acquirer-service/src/main/java/org/sep/acquirerservice/model/Transaction.java | a1b49bbf05ea4ab13a915e8ea9d3ed838ff6d028 | [] | no_license | tayduivn/PaymentHub | https://github.com/tayduivn/PaymentHub | 1c7ffaeb510d903304d93c28dada82d84532d576 | fd1b3481e87ee2e3767f007c90bdbae466b3c880 | refs/heads/master | 2022-03-31T16:26:29.020000 | 2020-01-31T19:28:40 | 2020-01-31T19:28:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sep.acquirerservice.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalDate;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Transaction {
private String id;
private String item;
private... | UTF-8 | Java | 403 | java | Transaction.java | Java | [] | null | [] | package org.sep.acquirerservice.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalDate;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Transaction {
private String id;
private String item;
private... | 403 | 0.789082 | 0.789082 | 20 | 19.15 | 12.183083 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 9 |
4e4b643cc84e57b7387f920eae2efadf0a0cbde4 | 3,667,902,072,207 | a50c77a98f7f52e31ed6478858ff8a0e1e1d7c02 | /Selenium/src/com/practiceActiTime/testcase/FlipkartCaptureNoOfProducts.java | 514c0751efedf6a31a63855bac30a62131b68c8a | [] | no_license | SeleniumPracticeProject1/SeleniumPractice | https://github.com/SeleniumPracticeProject1/SeleniumPractice | 9583e182fb12855b606f829b2455a4084f87d88f | f7627be027fd453b42ea1293736d280f8b4c196e | refs/heads/master | 2020-03-19T12:04:05.081000 | 2018-06-07T15:07:22 | 2018-06-07T15:07:22 | 136,493,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practiceActiTime.testcase;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
/**
*
* @author Namitha
*
*/
public class FlipkartCaptureNoOfProducts... | UTF-8 | Java | 1,090 | java | FlipkartCaptureNoOfProducts.java | Java | [
{
"context": "ium.firefox.FirefoxDriver;\r\n\r\n/**\r\n * \r\n * @author Namitha\r\n *\r\n */\r\npublic class FlipkartCaptureNoOfProduct",
"end": 269,
"score": 0.999765157699585,
"start": 262,
"tag": "NAME",
"value": "Namitha"
}
] | null | [] | package com.practiceActiTime.testcase;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
/**
*
* @author Namitha
*
*/
public class FlipkartCaptureNoOfProducts... | 1,090 | 0.67739 | 0.673713 | 44 | 22.727272 | 24.435781 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 9 |
c655447cf69b8fd156938d552461b69943c46eff | 2,345,052,162,450 | e2712ccf9998dd7d457cd47ae2e77c4ed5192fb0 | /src/main/java/com/simpragma/management/controller/TradeController.java | f08f749705562c3f81855e2234cbb3987974c1a2 | [] | no_license | swagatikadd1995/TradesManagement | https://github.com/swagatikadd1995/TradesManagement | 9ba5403f0fffd502bd2b19a9086c20d435afd429 | ec2e5421c48cb0775bd46994b6a1d830379b3ba0 | refs/heads/master | 2022-11-11T18:10:02.828000 | 2020-07-04T17:24:53 | 2020-07-04T17:24:53 | 277,052,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simpragma.management.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.an... | UTF-8 | Java | 2,238 | java | TradeController.java | Java | [] | null | [] | package com.simpragma.management.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.an... | 2,238 | 0.804736 | 0.803396 | 65 | 33.430771 | 30.498407 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.261539 | false | false | 9 |
7ff919b86e41c7f4aec369a6cdad11b1326b74c0 | 20,401,094,724,759 | 639bbf89239c68c9368c0afe9e8b0a374d7eed21 | /app/src/main/java/space/weme/remix/Constants.java | 447fbea02fdf91aa5128bccddd276882c9e72ea8 | [] | no_license | signalall/WeMe | https://github.com/signalall/WeMe | ce2963c2dd67b8de10871849d9e99b5c29ebe150 | fb753da34a074d6ffa3c76665535b14fb072f94a | refs/heads/master | 2021-04-29T10:50:30.380000 | 2017-01-15T09:28:05 | 2017-01-15T09:28:05 | 77,834,116 | 2 | 1 | null | true | 2017-01-15T08:51:16 | 2017-01-02T13:08:10 | 2017-01-15T08:51:03 | 2017-01-15T08:51:16 | 4,150 | 2 | 0 | 0 | Java | null | null | package space.weme.remix;
/**
* Created by Joyce on 2017/1/3.
*/
public class Constants {
// Post
public static final String GET_POST_LIST = "getpostlist";
public static final String GET_POST_DETAIL = "getpostdetail";
public static final String LIKE_POST_URL = "likepost";
public static final S... | UTF-8 | Java | 2,963 | java | Constants.java | Java | [
{
"context": "package space.weme.remix;\n\n/**\n * Created by Joyce on 2017/1/3.\n */\n\npublic class Constants {\n\n /",
"end": 50,
"score": 0.9983622431755066,
"start": 45,
"tag": "USERNAME",
"value": "Joyce"
},
{
"context": "\n public static final String RESET_PASSWORD = \"r... | null | [] | package space.weme.remix;
/**
* Created by Joyce on 2017/1/3.
*/
public class Constants {
// Post
public static final String GET_POST_LIST = "getpostlist";
public static final String GET_POST_DETAIL = "getpostdetail";
public static final String LIKE_POST_URL = "likepost";
public static final S... | 2,960 | 0.732366 | 0.730341 | 67 | 43.223881 | 29.766665 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 9 |
6c14f4b6a69d8c4023aad1716acb79a62be125b4 | 12,232,066,859,728 | ea093432b4c1ae70f452aa3675f30e1d0572e759 | /src/main/java/com/mt/country/service/CountryService.java | e8c5883fdef7f5359d9faa78b38a33200e6c6391 | [] | no_license | draco-malfoy/country-be | https://github.com/draco-malfoy/country-be | 468f16bf5af35350a3007e7ec83156c43e73c463 | 05a5397a1afe4d8a2fcd9f48606bcaa1377b29fd | refs/heads/master | 2023-04-23T01:14:25.666000 | 2021-05-04T10:08:55 | 2021-05-04T10:08:55 | 364,191,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mt.country.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.mt.country.exception.CountryNotFoundException;
import com.mt.country.model.Country;
import com.mt.country.repository.CountryRepo;
@Service
p... | UTF-8 | Java | 966 | java | CountryService.java | Java | [] | null | [] | package com.mt.country.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.mt.country.exception.CountryNotFoundException;
import com.mt.country.model.Country;
import com.mt.country.repository.CountryRepo;
@Service
p... | 966 | 0.776398 | 0.776398 | 42 | 22 | 22.215395 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047619 | false | false | 9 |
03c5d4b42968199b7e81e17513c573965f1a7e23 | 15,934,328,675,770 | e3af7a4520fbec3612f8e60a7552820354f2c4c6 | /AndroidStudioProjects/SHAKIL/app/src/main/java/com/example/shakil/shakil/UPBUTTONACTIVITY.java | 71a9275ba35abbfd2667a8daf06e1a527bbe67fe | [] | no_license | shakil102030/Multiple-Quiz | https://github.com/shakil102030/Multiple-Quiz | 6c420a8dfa2b0c79ed0438b0dcf0c87a5ff582f5 | 82d570e52df1829c17ecb9e0275b1f8bd79587db | refs/heads/master | 2020-05-03T22:18:54.041000 | 2019-04-03T10:44:19 | 2019-04-03T10:44:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shakil.shakil;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
public class UPBUTTONACTIVITY extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreat... | UTF-8 | Java | 613 | java | UPBUTTONACTIVITY.java | Java | [] | null | [] | package com.example.shakil.shakil;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
public class UPBUTTONACTIVITY extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreat... | 613 | 0.742251 | 0.74062 | 23 | 25.652174 | 23.22781 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 9 |
a6a5d8a676bf1ebe50d17a886c25740c27cfe22c | 2,714,419,357,313 | 5d049f588d4b711bace235b50dfc709abfdb1cf1 | /Composite/Client.java | 15cedcfd678e59ab32dd7d2ee6f6f5f36cb7ca03 | [] | no_license | rameshkumartdp/Hibernate_Advanced | https://github.com/rameshkumartdp/Hibernate_Advanced | c3e7ef686653b3ecc29753f7daa59f03db4e7c1e | 7fbb558f1538d7ab9c05dee38d6d1e241b79dc8f | refs/heads/master | 2023-06-02T16:41:13.764000 | 2021-06-27T10:21:45 | 2021-06-27T10:21:45 | 366,709,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.hibernate.*;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.*;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.criterion.*;
import org.hibernate.Criteria;
import java.util.*;
public class Client {
public static void... | UTF-8 | Java | 743 | java | Client.java | Java | [] | null | [] | import org.hibernate.*;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.*;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.criterion.*;
import org.hibernate.Criteria;
import java.util.*;
public class Client {
public static void... | 743 | 0.734859 | 0.717362 | 50 | 13.88 | 14.695087 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74 | false | false | 9 |
ade75717722c82528234a91a13e26cdd5122cef9 | 29,274,497,092,736 | 7a682dcc4e284bced37d02b31a3cd15af125f18f | /bitcamp-java-basic/src/main/java/ch13/a/Test01.java | 560326927f2726a9f6e4b67d55000e5e04859de8 | [] | no_license | eomjinyoung/bitcamp-java-20190527 | https://github.com/eomjinyoung/bitcamp-java-20190527 | a415314b74954f14989042c475a4bf36b7311a8c | 09f1b677587225310250078c4371ed94fe428a35 | refs/heads/master | 2022-03-15T04:33:15.248000 | 2019-11-11T03:33:58 | 2019-11-11T03:33:58 | 194,775,330 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 기능 확장 - 방법1) 기존 코드를 가져와서 새 기능을 추가하기
package ch13.a;
public class Test01 {
public static void main(String[] args) {
Calculator2 c1 = new Calculator2();
c1.plus(5);
c1.multiple(2);
c1.minus(2);
c1.divide(4);
System.out.println(c1.getResult());
}
}
/*
# 기능 추가하기
1) 기존 클래스 파일에 추가하는 방법
- ... | UTF-8 | Java | 1,850 | java | Test01.java | Java | [] | null | [] | // 기능 확장 - 방법1) 기존 코드를 가져와서 새 기능을 추가하기
package ch13.a;
public class Test01 {
public static void main(String[] args) {
Calculator2 c1 = new Calculator2();
c1.plus(5);
c1.multiple(2);
c1.minus(2);
c1.divide(4);
System.out.println(c1.getResult());
}
}
/*
# 기능 추가하기
1) 기존 클래스 파일에 추가하는 방법
- ... | 1,850 | 0.592292 | 0.572008 | 39 | 24 | 16.665642 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.179487 | false | false | 9 |
890603ea42b7184e8b387744ba5ba34923820085 | 19,318,762,928,452 | a2fa6ca271c2d9edf1d9c1b2145320e405bb8519 | /Project2/src/com/sanju/bean/GroupCustomerBean.java | 6fca250c13740cf4a51c22e30f19a6cb445be5d9 | [] | no_license | ramanaidu214/chitdemo1 | https://github.com/ramanaidu214/chitdemo1 | 4e7d3b42777f2a4c159e3fc4b018b6b8aba4dbad | a7f689e9255dc706693cd90373f94007210a7973 | refs/heads/master | 2021-04-06T11:35:52.294000 | 2018-03-14T17:22:16 | 2018-03-14T17:22:16 | 125,248,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanju.bean;
public class GroupCustomerBean {
//group_id,customer_id,group_name,customer_name,credit_amount
private int groupId;
private int customerId;
private String groupName;
private String customerName;
private double creditAmount;
public int getGroupId() {
return groupId;
}
p... | UTF-8 | Java | 991 | java | GroupCustomerBean.java | Java | [] | null | [] | package com.sanju.bean;
public class GroupCustomerBean {
//group_id,customer_id,group_name,customer_name,credit_amount
private int groupId;
private int customerId;
private String groupName;
private String customerName;
private double creditAmount;
public int getGroupId() {
return groupId;
}
p... | 991 | 0.720484 | 0.720484 | 42 | 21.595238 | 16.561659 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619048 | false | false | 9 |
3f908d7e38f7c783231e02455fd322eabeed02c5 | 10,325,101,395,285 | d50dd66328b506e1d4fc711ec1232068b3dc978d | /src/test/java/nl/trifork/tictactoe/board/BoardBuilder.java | 846f9b0de98a7cf94ad8cdd5ccc975441540fb83 | [] | no_license | Steaton/Tictactoe | https://github.com/Steaton/Tictactoe | 5065151645c32dd65c6c93d82d08f9cd77ae2a0b | 8b05634c16e1427c6525c6cbeafdf5cb465cb1bf | refs/heads/master | 2020-04-19T03:24:35.067000 | 2019-01-28T09:24:26 | 2019-01-28T09:24:26 | 167,933,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.trifork.tictactoe.board;
/**
* Utility for simplifying test cases (non-standard builder pattern using inheritance).
*/
public class BoardBuilder extends Board {
public BoardBuilder() {
super();
}
public static BoardBuilder aBoard() {
return new BoardBuilder();
}
publ... | UTF-8 | Java | 1,363 | java | BoardBuilder.java | Java | [] | null | [] | package nl.trifork.tictactoe.board;
/**
* Utility for simplifying test cases (non-standard builder pattern using inheritance).
*/
public class BoardBuilder extends Board {
public BoardBuilder() {
super();
}
public static BoardBuilder aBoard() {
return new BoardBuilder();
}
publ... | 1,363 | 0.514307 | 0.503302 | 48 | 27.395834 | 26.210478 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
a9e55610a45c69d08c7f680b0dd0d91c61b4365e | 2,654,289,791,123 | 0659303f22a4fcc75b51315d35f1a1793facda73 | /src/main/java/com/hq/simpleblog/controller/ArticleTypeController.java | f9be043083497dbf8a6b7f55187648ba0d8c1e65 | [
"Apache-2.0"
] | permissive | HQ1228234037/simple-blog-server | https://github.com/HQ1228234037/simple-blog-server | 1e01e1d4d5b9906970efaf2618bb91ca3eef19fd | 65923a5645f6776d54e218559f46536134937e1a | refs/heads/master | 2022-06-23T18:38:48.283000 | 2020-05-03T13:01:15 | 2020-05-03T13:01:15 | 248,778,634 | 0 | 0 | Apache-2.0 | false | 2022-06-17T03:10:23 | 2020-03-20T14:42:03 | 2020-05-03T13:02:45 | 2022-06-17T03:10:23 | 46 | 0 | 0 | 1 | Java | false | false | package com.hq.simpleblog.controller;
import com.hq.simpleblog.dto.ArticleTypeDTO;
import com.hq.simpleblog.dto.ArticleTypeQueryDTO;
import com.hq.simpleblog.enums.Code;
import com.hq.simpleblog.service.ArticleTypeService;
import com.hq.simpleblog.vo.ResultVO;
import org.springframework.beans.factory.annotation.Autowi... | UTF-8 | Java | 2,586 | java | ArticleTypeController.java | Java | [
{
"context": "ion.Valid;\n\n/**\n * (ArticleType)表控制层\n *\n * @author HQ\n * @version v1.0\n * @since 2020-04-23 22:07:31\n *",
"end": 449,
"score": 0.9838892221450806,
"start": 447,
"tag": "USERNAME",
"value": "HQ"
},
{
"context": " *\n * @param articleTypeId 主键\n * @autho... | null | [] | package com.hq.simpleblog.controller;
import com.hq.simpleblog.dto.ArticleTypeDTO;
import com.hq.simpleblog.dto.ArticleTypeQueryDTO;
import com.hq.simpleblog.enums.Code;
import com.hq.simpleblog.service.ArticleTypeService;
import com.hq.simpleblog.vo.ResultVO;
import org.springframework.beans.factory.annotation.Autowi... | 2,586 | 0.647554 | 0.607057 | 100 | 23.950001 | 21.459438 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21 | false | false | 9 |
399735a557a638fab89b171fb08f721758eac42c | 20,100,447,007,737 | 5705d2d504023f8f3720b818a049600af1be2fa7 | /src/main/java/homework/lab_enums/SuccessHandler.java | f117d6771b28e733df1d64dedfafee5b9348ee90 | [] | no_license | Nastasia-Kvasnyak/Nastasia | https://github.com/Nastasia-Kvasnyak/Nastasia | c3763dcd8020adc7d850c409cb9763f4369d98d8 | aeccbc4f5041fcdb1070e3df4010ede67d4f6111 | refs/heads/master | 2023-07-18T07:40:27.119000 | 2021-09-05T22:14:35 | 2021-09-05T22:14:35 | 399,224,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework.lab_enums;
public class SuccessHandler implements HttpHandler{
@Override
public void handle(int httpCode) {
System.out.println(httpCode+" Success");
}
}
| UTF-8 | Java | 191 | java | SuccessHandler.java | Java | [] | null | [] | package homework.lab_enums;
public class SuccessHandler implements HttpHandler{
@Override
public void handle(int httpCode) {
System.out.println(httpCode+" Success");
}
}
| 191 | 0.706806 | 0.706806 | 8 | 22.875 | 19.643303 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
264aed0366689e572deecbc94839e114fc5174ed | 24,867,860,707,205 | 3ba019d5cb66d79a9d66cdc5f098711a5365f891 | /API/Rating/RatingWeb/src/main/java/com/estes/myestes/rating/dao/iface/RateHistoryDAO.java | c92530cf3a4426e2ca01e8e25d3230796f2b60ce | [] | no_license | meataur/estes-express.com | https://github.com/meataur/estes-express.com | d94e4d3d28abc2f3240c9ff27d2ffc38b28cbd39 | a71c6f2786edf677ad1c1a512bc8d54fa49484bf | refs/heads/master | 2022-03-02T01:32:07.356000 | 2019-09-12T19:18:49 | 2019-09-12T19:18:49 | 208,119,348 | 0 | 0 | null | false | 2022-03-02T05:34:49 | 2019-09-12T18:31:24 | 2019-09-12T19:19:05 | 2022-03-02T05:34:46 | 3,672 | 0 | 0 | 23 | Java | false | false | /**
* @author: Todd Allen
*
* Creation date: 02/27/2019
*/
package com.estes.myestes.rating.dao.iface;
import java.util.List;
import com.estes.dto.common.rest.Pageable;
import com.estes.myestes.rating.dto.RateSearch;
import com.estes.myestes.rating.dto.RateSummary;
import com.estes.myestes.rating.exception.Ratin... | UTF-8 | Java | 1,232 | java | RateHistoryDAO.java | Java | [
{
"context": "/**\n * @author: Todd Allen\n *\n * Creation date: 02/27/2019\n */\n\npackage com.",
"end": 26,
"score": 0.9998149275779724,
"start": 16,
"tag": "NAME",
"value": "Todd Allen"
}
] | null | [] | /**
* @author: <NAME>
*
* Creation date: 02/27/2019
*/
package com.estes.myestes.rating.dao.iface;
import java.util.List;
import com.estes.dto.common.rest.Pageable;
import com.estes.myestes.rating.dto.RateSearch;
import com.estes.myestes.rating.dto.RateSummary;
import com.estes.myestes.rating.exception.RatingExc... | 1,228 | 0.727273 | 0.718344 | 51 | 23.156862 | 24.362759 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745098 | false | false | 9 |
b01556d3af0c9a5a1217f645dc32351ccb66f70b | 8,881,992,390,573 | 6195edf7e2ead57ad09c81404d86c42358989b95 | /src/main/java/com/gustavokring/backendtest/repository/PaisRepository.java | 48179c049b81e3c8b5a7e6778fbe3da70f5fe76d | [] | no_license | gustavoktausend/backendtest | https://github.com/gustavoktausend/backendtest | 4c79d7ced1967cf8515740ce0d46deeef51336a6 | 6c3cbe74629e49f244b5c63322ae227088c2ce82 | refs/heads/main | 2023-01-13T21:57:48.110000 | 2020-11-18T22:48:36 | 2020-11-18T22:48:36 | 313,463,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gustavokring.backendtest.repository;
import com.gustavokring.backendtest.entities.Pais;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface... | UTF-8 | Java | 511 | java | PaisRepository.java | Java | [] | null | [] | package com.gustavokring.backendtest.repository;
import com.gustavokring.backendtest.entities.Pais;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface... | 511 | 0.792564 | 0.792564 | 15 | 33.066666 | 29.539728 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 9 |
e1a2ee53fd4206690ee3cfef676c4bc4647de996 | 24,094,766,544,660 | 7e83cbd10100f8c0a3bb73e27ce4ff6806003680 | /src/main/java/project/utils/Testlistener.java | db14a12ff55d74eb9cd8721d1af3c65d6cdcbba6 | [] | no_license | ExperientAutomation/DPAutomation | https://github.com/ExperientAutomation/DPAutomation | b0ef02a6b3ad16ab9e1b0500d003d7ace8735865 | f1d4666e9c25bef92887d1c844111c48c31b5262 | refs/heads/master | 2023-05-10T20:23:57.097000 | 2019-10-15T13:17:27 | 2019-10-15T13:17:27 | 215,305,544 | 0 | 0 | null | false | 2023-05-09T17:58:20 | 2019-10-15T13:26:51 | 2019-10-15T13:49:53 | 2023-05-09T17:58:16 | 10,758 | 0 | 0 | 1 | HTML | false | false | package project.utils;
import org.testng.ITestContext;
import org.testng.ITestResult;
import org.testng.internal.IResultListener;
import com.relevantcodes.extentreports.LogStatus;
import application.test.TCExecution;
import project.library.ApplicationMethods;
import project.library.CommonMethods;
public class Testl... | UTF-8 | Java | 3,362 | java | Testlistener.java | Java | [] | null | [] | package project.utils;
import org.testng.ITestContext;
import org.testng.ITestResult;
import org.testng.internal.IResultListener;
import com.relevantcodes.extentreports.LogStatus;
import application.test.TCExecution;
import project.library.ApplicationMethods;
import project.library.CommonMethods;
public class Testl... | 3,362 | 0.753421 | 0.750149 | 104 | 31.326923 | 36.549084 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.086539 | false | false | 9 |
f31977f6cb8ed03255f697ccd5111ca4521e86d5 | 33,079,838,115,206 | f62da05c540e6ed897e2c6805723606caa3e4e85 | /src/main/java/com/qa/clare/MercuryToursTest/Constant.java | 18a11a82f71f8a008c6cbee888b71fdc119ca000 | [] | no_license | ckirabo/MercuryTours | https://github.com/ckirabo/MercuryTours | 4d6c9017b9ed117c0b0a31d47fd73ee2c5c68a3a | 230ff38c0397ce50940d44e549ab39175357a56f | refs/heads/master | 2020-04-18T08:43:07.635000 | 2019-01-24T17:12:20 | 2019-01-24T17:12:20 | 167,405,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qa.clare.MercuryToursTest;
public class Constant {
/*
* Attributes for the file location , name of file , driver location
*
* public static void final
*
*/
public static final String driverLocation = "C:\\\\\\\\Users\\\\\\\\Admin\\\\\\\\Downloads/chromedriver_win32/chromedriver.exe";
p... | UTF-8 | Java | 613 | java | Constant.java | Java | [] | null | [] | package com.qa.clare.MercuryToursTest;
public class Constant {
/*
* Attributes for the file location , name of file , driver location
*
* public static void final
*
*/
public static final String driverLocation = "C:\\\\\\\\Users\\\\\\\\Admin\\\\\\\\Downloads/chromedriver_win32/chromedriver.exe";
p... | 613 | 0.694943 | 0.69168 | 23 | 25.652174 | 40.190426 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 9 |
52e4140002117d5ea74eee90eb0622ca79f98c96 | 4,320,737,145,753 | d826274ef6050b9be011abe3f93185d5640915f9 | /gameserver/src/i3k/gmap/StringChannelHandler.java | 5d8f9588a80598b74bc788013ba85e81c30f445a | [] | no_license | dzheming/javaText | https://github.com/dzheming/javaText | 5460e48f5a900de908b5a50093ab641eae7a06d0 | a5ade2b311b486c6e852fa9fc4598191000ab94d | refs/heads/master | 2021-01-18T11:07:43.621000 | 2019-03-26T08:26:17 | 2019-03-26T08:26:17 | 84,320,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // modified by ket.kio.RPCGen at Sat May 06 15:19:06 CST 2017.
package i3k.gmap;
import ket.util.SStream;
import i3k.SBean;
import i3k.util.GVector3;
public class StringChannelHandler
{
public StringChannelHandler(MapServer ms)
{
this.ms = ms;
}
private boolean checkTimeOut(SBean.TimeTick timeTick)
{
if(... | UTF-8 | Java | 16,989 | java | StringChannelHandler.java | Java | [] | null | [] | // modified by ket.kio.RPCGen at Sat May 06 15:19:06 CST 2017.
package i3k.gmap;
import ket.util.SStream;
import i3k.SBean;
import i3k.util.GVector3;
public class StringChannelHandler
{
public StringChannelHandler(MapServer ms)
{
this.ms = ms;
}
private boolean checkTimeOut(SBean.TimeTick timeTick)
{
if(... | 16,989 | 0.728707 | 0.726705 | 621 | 26.357489 | 30.904003 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.302737 | false | false | 9 |
fb53d331e530b6e5c9ce12284edd59fe13322fc1 | 2,207,613,237,741 | ea8f29d6d5f04af4fcd6ce8977d0d5c560bcdf61 | /goldcommon/src/main/java/com/orange/goldgame/domain/PackagePropsExample.java | 9d59a004505815d8493e89ac3a7fd9d47436742a | [] | no_license | liushagit/goldgame | https://github.com/liushagit/goldgame | 9178f298cc23fd507070cce4b382991160a26813 | 36e4f659913bccf1a48f630cf04e88db41d586ef | refs/heads/master | 2020-04-07T13:56:01.201000 | 2015-05-11T03:28:01 | 2015-05-11T03:28:01 | 35,399,747 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orange.goldgame.domain;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class PackagePropsExample {
/**
* This field was generated by Apache iBATIS ibator. This field corresponds to the database table package_props
* @ibatorgenerated Thu Jul... | UTF-8 | Java | 13,338 | java | PackagePropsExample.java | Java | [] | null | [] | package com.orange.goldgame.domain;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class PackagePropsExample {
/**
* This field was generated by Apache iBATIS ibator. This field corresponds to the database table package_props
* @ibatorgenerated Thu Jul... | 13,338 | 0.708727 | 0.694032 | 489 | 26.278118 | 26.47027 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.543967 | false | false | 9 |
dd76907478387d64261f448634bdc9a798e1ce06 | 919,123,029,097 | 2ff1b5f988f137fcf3253c205854663438cac45e | /src/main/java/com/ex/BParse/Models/XmlHelpModels/Currency.java | 23ebf97d3929d8206aa919fe595af040ceca41ed | [] | no_license | yanyasha228/eparse | https://github.com/yanyasha228/eparse | 9414e9da7e2b832d3b7bd4eba9e2809ad9aed01b | c08d72dae737bd22906604359ff25e7ceac59aba | refs/heads/master | 2022-09-11T19:35:08.925000 | 2019-08-23T17:28:20 | 2019-08-23T17:28:20 | 204,042,427 | 0 | 0 | null | false | 2022-09-01T23:11:54 | 2019-08-23T17:29:51 | 2019-08-23T17:31:34 | 2022-09-01T23:11:50 | 47 | 0 | 0 | 4 | Java | false | false | package com.ex.BParse.Models.XmlHelpModels;
import com.ex.BParse.Models.Enums.MoneyCurrency;
import lombok.Data;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
@Data
@Xml... | UTF-8 | Java | 540 | java | Currency.java | Java | [] | null | [] | package com.ex.BParse.Models.XmlHelpModels;
import com.ex.BParse.Models.Enums.MoneyCurrency;
import lombok.Data;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
@Data
@Xml... | 540 | 0.783333 | 0.783333 | 21 | 24.714285 | 18.749331 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
c4e02a79350445ca53d09031b60fcd5a12b9fb6e | 4,741,643,912,670 | 5d0b74cf88b22ef3b5d7845f802b67beb0980178 | /shopping_back/src/main/java/hs/kr/shopping_back/Domain/Product.java | 33c04a7c61ccf0fa99db2de8f85f3b9073203752 | [] | no_license | nozomu03/shopping | https://github.com/nozomu03/shopping | 9c5e5bee5bb58c29ac37dc5e7a9c17e3e6772855 | 3faea11702d3266cedd35e2e14c61a59e8e3e485 | refs/heads/master | 2020-06-05T01:44:53.575000 | 2019-06-30T12:11:25 | 2019-06-30T12:11:25 | 192,270,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hs.kr.shopping_back.Domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.time.LocalDateTime;
@Entity
@Data
public class Product {
... | UTF-8 | Java | 1,088 | java | Product.java | Java | [] | null | [] | package hs.kr.shopping_back.Domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.time.LocalDateTime;
@Entity
@Data
public class Product {
... | 1,088 | 0.67739 | 0.67739 | 46 | 22.652174 | 20.429323 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673913 | false | false | 9 |
d1a2f1755a156c9b9b156949c719ce674936ee86 | 11,802,570,138,847 | f576053c06ddc09116bc02f327f28fadbea1ee41 | /Alkosto/src/main/java/co/com/alkosto/tasks/WaitToCloseAdvertisingPage.java | ac442c2d149af4882595203aed9d5ccccc6fe0bd | [] | no_license | Cleyly/Reto-Sophos | https://github.com/Cleyly/Reto-Sophos | 0d2cf183eee1dc16a7022e2c3a6c8024eb117b30 | 22d613ad75295c515454ed37e0a46f0584bca513 | refs/heads/master | 2020-04-28T23:05:14.244000 | 2019-03-14T15:44:38 | 2019-03-14T15:44:38 | 175,641,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.alkosto.tasks;
import static net.serenitybdd.screenplay.Tasks.instrumented;
import static net.serenitybdd.screenplay.matchers.WebElementStateMatchers.isVisible;
import co.com.alkosto.userinterfaces.AlkostoHomePage;
import net.serenitybdd.screenplay.Actor;
import net.serenitybdd.screenplay.Task;
import ... | UTF-8 | Java | 700 | java | WaitToCloseAdvertisingPage.java | Java | [] | null | [] | package co.com.alkosto.tasks;
import static net.serenitybdd.screenplay.Tasks.instrumented;
import static net.serenitybdd.screenplay.matchers.WebElementStateMatchers.isVisible;
import co.com.alkosto.userinterfaces.AlkostoHomePage;
import net.serenitybdd.screenplay.Actor;
import net.serenitybdd.screenplay.Task;
import ... | 700 | 0.808571 | 0.808571 | 27 | 24.925926 | 28.1266 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
4bcf37fc995ad75423435fc7746828d7b5a98391 | 32,521,492,387,435 | 784963998e78935b363b9b405c24afb0c295d82b | /app/src/main/java/fr/simona/smartlamp/device/repository/DeviceRepositoryImpl.java | dfcd198297238496aa71ad600ccd72c8c56c8b21 | [] | no_license | Amraneze/SmartLamp | https://github.com/Amraneze/SmartLamp | 9331932f1a5a267493ee4ab1e555f90818124c78 | 480da57ec6c30a0562034e57654417cacca38652 | refs/heads/master | 2021-03-24T12:11:36.059000 | 2018-01-23T22:30:20 | 2018-01-23T22:30:20 | 111,798,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.simona.smartlamp.device.repository;
import java.util.ArrayList;
import java.util.List;
import io.realm.Realm;
import fr.simona.smartlamp.device.model.DeviceInfo;
import io.realm.RealmResults;
/**
* Created by Amrane Ait Zeouay on 26-Nov-17.
*/
public class DeviceRepositoryImpl implements DeviceReposito... | UTF-8 | Java | 1,519 | java | DeviceRepositoryImpl.java | Java | [
{
"context": ";\nimport io.realm.RealmResults;\n\n/**\n * Created by Amrane Ait Zeouay on 26-Nov-17.\n */\n\npublic class DeviceRepositoryI",
"end": 241,
"score": 0.9998943209648132,
"start": 224,
"tag": "NAME",
"value": "Amrane Ait Zeouay"
}
] | null | [] | package fr.simona.smartlamp.device.repository;
import java.util.ArrayList;
import java.util.List;
import io.realm.Realm;
import fr.simona.smartlamp.device.model.DeviceInfo;
import io.realm.RealmResults;
/**
* Created by <NAME> on 26-Nov-17.
*/
public class DeviceRepositoryImpl implements DeviceRepository {
@... | 1,508 | 0.631336 | 0.628703 | 54 | 27.148148 | 19.203016 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 9 |
bdb0fc19c60b0a14b2bbf7b2ccab147dd6f36580 | 23,347,442,258,700 | a0c5bbd09df3fb573cb9e4648bf5655a94182d28 | /src/main/java/com/rentancy/inventorygraphql/api/Agreement.java | f0f718b83ad3ea4d5b01d9c36e29ded6c65fe224 | [] | no_license | Programmer129/RentancyGraphQLExplorer | https://github.com/Programmer129/RentancyGraphQLExplorer | 002f689fac25e9dbd281786c5b8e5247f83ba404 | 8df79b8e775cd9273a5121ae5e2dffca0c6d7aa3 | refs/heads/master | 2021-01-02T20:50:58.276000 | 2020-03-07T19:12:11 | 2020-03-07T19:12:11 | 239,794,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rentancy.inventorygraphql.api;
import lombok.Data;
import java.time.LocalDate;
@Data
public class Agreement {
private final long id;
private final String userId;
private final long propertyId;
private final boolean furnished;
private final LocalDate signedDate;
private final Local... | UTF-8 | Java | 778 | java | Agreement.java | Java | [] | null | [] | package com.rentancy.inventorygraphql.api;
import lombok.Data;
import java.time.LocalDate;
@Data
public class Agreement {
private final long id;
private final String userId;
private final long propertyId;
private final boolean furnished;
private final LocalDate signedDate;
private final Local... | 778 | 0.714653 | 0.714653 | 29 | 25.827587 | 15.558719 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 9 |
ad379af63709bddb199061a9dee4e85415d98054 | 14,525,579,421,776 | 6806f9c5892613123f9f6305ab4458f3d5f2691a | /spring-boot-util-web/src/main/java/com/github/edgar615/util/spring/web/RequestLoggerFilter.java | 11197991c65d8e6639027579611c103d5400776b | [] | no_license | edgar615/microservice-scaffold | https://github.com/edgar615/microservice-scaffold | 19f3b1f3ece78347ee8f2d3505fcdae551243c89 | 8b52122d78b07103b338e3d8865a01081a49fc3b | refs/heads/master | 2018-10-10T11:25:43.943000 | 2018-10-08T01:15:01 | 2018-10-08T01:15:01 | 128,588,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.edgar615.util.spring.web;
import com.google.common.base.Joiner;
import com.google.common.base.Strings;
import com.google.common.collect.Iterators;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
import org.springframework.web.filter.OncePerRequestFilter;
import org.spr... | UTF-8 | Java | 7,771 | java | RequestLoggerFilter.java | Java | [
{
"context": "package com.github.edgar615.util.spring.web;\n\nimport com.google.common.base.J",
"end": 27,
"score": 0.9993091821670532,
"start": 19,
"tag": "USERNAME",
"value": "edgar615"
}
] | null | [] | package com.github.edgar615.util.spring.web;
import com.google.common.base.Joiner;
import com.google.common.base.Strings;
import com.google.common.collect.Iterators;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
import org.springframework.web.filter.OncePerRequestFilter;
import org.spr... | 7,771 | 0.668897 | 0.664305 | 215 | 34.460464 | 26.982803 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567442 | false | false | 9 |
786c86ec3076ebcb56ea7b213bfd97f3189b4df8 | 32,856,499,877,938 | dc5a65a6ad41a5bd6caa95f27f65b5ab483b0ab2 | /src/main/java/com/acl/utils/util/UUIDUtils.java | 7f64961d8283599fb97f1ce32f096fd94a40538a | [] | no_license | longxionga/mingruida | https://github.com/longxionga/mingruida | 06b88b1bbf44853ffabade6923855c4b4c112bc5 | b776dae9f5292b848e18a3a3fe68b095bc3adebe | refs/heads/master | 2022-07-21T00:41:48.509000 | 2019-07-29T01:57:11 | 2019-07-29T01:57:11 | 199,159,948 | 0 | 0 | null | false | 2022-06-25T07:29:57 | 2019-07-27T12:07:06 | 2019-07-29T01:57:38 | 2022-06-25T07:29:56 | 11,992 | 0 | 0 | 3 | JavaScript | false | false | /*
package com.acl.utils.util;
import java.util.UUID;
*/
/**
* <b>模块描述 : </b>UUID处理工具类<br/>
* <b>使用描述 : </b><br/>
* <b>JDK版本 : </b>JDK 1.6<br/>
* <b>作者 : </b>辜家乐<br/>
* <b>创建日期 : </b>2009-01-01<br/>
* <b>创建版本 : </b>v1.0<br/>
* ###############修改记录###############<br/>
* …………v1.0<br/>
* 修改日期 : 2009-01-01<br/>
... | UTF-8 | Java | 836 | java | UUIDUtils.java | Java | [
{
"context": "/>\n * <b>JDK版本\t: </b>JDK 1.6<br/>\n * <b>作者\t\t: </b>辜家乐<br/>\n * <b>创建日期\t: </b>2009-01-01<br/>\n * <b>创建版",
"end": 166,
"score": 0.5967023968696594,
"start": 165,
"tag": "USERNAME",
"value": "辜"
},
{
"context": "/>\n * <b>JDK版本\t: </b>JDK 1.6<br/>\n * <b>作者\t\t: </b... | null | [] | /*
package com.acl.utils.util;
import java.util.UUID;
*/
/**
* <b>模块描述 : </b>UUID处理工具类<br/>
* <b>使用描述 : </b><br/>
* <b>JDK版本 : </b>JDK 1.6<br/>
* <b>作者 : </b>辜家乐<br/>
* <b>创建日期 : </b>2009-01-01<br/>
* <b>创建版本 : </b>v1.0<br/>
* ###############修改记录###############<br/>
* …………v1.0<br/>
* 修改日期 : 2009-01-01<br/>
... | 836 | 0.477208 | 0.445869 | 40 | 16.549999 | 14.735926 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
cb5dcd0faaace9a6daa9abda11d4b075ffdfcb30 | 13,752,485,283,290 | ea502d84d8be6fb3d1e72ec296007d7e0fdb8875 | /jso-common/datamodel/src/es/model/SItem.java | 525a19e7b538e0f5bfad9c370e0e79ff17ceb127 | [] | no_license | wangwangduizuodalao/ai | https://github.com/wangwangduizuodalao/ai | 4603fa50f47337f6a27fb6bcd5d2d2bf881423c2 | 2142ed66976a49383d1ff24775097dc8c520a444 | refs/heads/master | 2023-03-31T05:05:51.670000 | 2016-11-09T06:14:29 | 2016-11-09T06:14:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.model;
import java.io.Serializable;
import bk.biz.memory.util.Cacheable;
import es.datamodel.ContentInfo;
public class SItem implements Serializable,Cacheable{
private long id;
private static final long serialVersionUID = 1L;
public SItem(){
}
public SItem(long _id){
id=_id;
}
... | UTF-8 | Java | 504 | java | SItem.java | Java | [] | null | [] | package es.model;
import java.io.Serializable;
import bk.biz.memory.util.Cacheable;
import es.datamodel.ContentInfo;
public class SItem implements Serializable,Cacheable{
private long id;
private static final long serialVersionUID = 1L;
public SItem(){
}
public SItem(long _id){
id=_id;
}
... | 504 | 0.654762 | 0.650794 | 31 | 14.258064 | 15.206042 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.129032 | false | false | 9 |
2f185f852b2f7b9f5c89327fffef21326f152660 | 1,786,706,420,650 | b313b4ef43fba4747fcdd9ceb4c5c66ca7ee2a24 | /br.ufes.inf.nemo.ontouml.ontoumlprime.tests/src-gen/br/ufes/inf/nemo/ontouml/PrimeOntoUML/tests/ComplexDataTypeTest.java | 24b05d58c8862763c820779e1aaaa3bd11ecf892 | [] | no_license | nemo-ufes/ontoumlprime | https://github.com/nemo-ufes/ontoumlprime | 0a70a085d83b2064d9b27f15f2965d06c6c2910a | 774bb861886f5621fcfd01d9255810f03569b067 | refs/heads/master | 2023-05-03T10:35:20.509000 | 2023-04-26T10:19:08 | 2023-04-26T10:19:08 | 6,246,310 | 2 | 1 | null | false | 2013-10-22T17:26:06 | 2012-10-16T15:07:33 | 2013-10-22T17:26:06 | 2013-10-22T17:26:06 | 958 | null | 1 | 0 | null | null | null | /**
*/
package br.ufes.inf.nemo.ontouml.PrimeOntoUML.tests;
import br.ufes.inf.nemo.ontouml.PrimeOntoUML.ComplexDataType;
import br.ufes.inf.nemo.ontouml.PrimeOntoUML.PrimeOntoUMLFactory;
import junit.textui.TestRunner;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Complex Data Type</b>... | UTF-8 | Java | 1,592 | java | ComplexDataTypeTest.java | Java | [] | null | [] | /**
*/
package br.ufes.inf.nemo.ontouml.PrimeOntoUML.tests;
import br.ufes.inf.nemo.ontouml.PrimeOntoUML.ComplexDataType;
import br.ufes.inf.nemo.ontouml.PrimeOntoUML.PrimeOntoUMLFactory;
import junit.textui.TestRunner;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Complex Data Type</b>... | 1,592 | 0.625 | 0.625 | 76 | 19.947369 | 20.457205 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.118421 | false | false | 9 |
e0dc435d545c9fe234fa7fedbe1421044c25cc9d | 15,401,752,747,136 | f160f7ffb750c12f1421b5107947003ed524a2f9 | /Yubotu.0.1/src/Posicio.java | 73c5ff3781bbe082d85c16b12e6d4dcbc7f576cf | [] | no_license | dtordera/miscelaneous | https://github.com/dtordera/miscelaneous | 8c49df86c4d3895c8056f4bc1e55fb1646765c57 | a01a86f07b494f370841be5f2f0eb4da0ed66a8d | refs/heads/master | 2021-01-24T18:58:24.074000 | 2017-03-25T13:20:25 | 2017-03-25T13:20:25 | 86,157,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Posicio {
Index i;
boolean o;
public Posicio(int x,int y,boolean h){i=new Index(x,y);o=h;}
public Posicio(Index I, boolean h){i=new Index(I.x,I.y);o=h;}
public boolean e(Posicio p){return ei(p)&&eo(p);}
public boolean ei(Posicio p){return(p.i.x==i.x)&&(p.i.y==i.y);}
public boolean eo(Posicio ... | UTF-8 | Java | 581 | java | Posicio.java | Java | [] | null | [] |
public class Posicio {
Index i;
boolean o;
public Posicio(int x,int y,boolean h){i=new Index(x,y);o=h;}
public Posicio(Index I, boolean h){i=new Index(I.x,I.y);o=h;}
public boolean e(Posicio p){return ei(p)&&eo(p);}
public boolean ei(Posicio p){return(p.i.x==i.x)&&(p.i.y==i.y);}
public boolean eo(Posicio ... | 581 | 0.629948 | 0.623064 | 13 | 43.615383 | 24.981649 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.769231 | false | false | 9 |
ab87df719baabb80279333fcf7b4bf4d7bc43ef2 | 27,908,697,513,209 | cb2db5110d3aa6d11bb82d23ab9709a67971046d | /src/main/java/com/qad/db/config/EntityAuditAware.java | 3d892521c496d591b4a299eb7d6a1854743441cb | [
"MIT"
] | permissive | sandeepn26/leaguepanda-service | https://github.com/sandeepn26/leaguepanda-service | 4afe6e3a02a84cb59e268047a5022861f6ff42ea | 0e642c8eff366567fa69b8340bac8b5b02dc2c86 | refs/heads/master | 2020-04-13T10:06:04.158000 | 2019-08-16T06:16:22 | 2019-08-16T06:16:22 | 163,129,922 | 0 | 0 | MIT | false | 2020-07-01T22:20:29 | 2018-12-26T03:01:52 | 2019-08-16T06:16:53 | 2020-07-01T22:20:27 | 69 | 0 | 0 | 3 | Java | false | false | package com.qad.db.config;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.domain.AuditorAware;
import org.springframework.stereotype.Component;
@Component(value = "entityAuditAware")
public class EntityAuditAware implements AuditorAware<L... | UTF-8 | Java | 531 | java | EntityAuditAware.java | Java | [] | null | [] | package com.qad.db.config;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.domain.AuditorAware;
import org.springframework.stereotype.Component;
@Component(value = "entityAuditAware")
public class EntityAuditAware implements AuditorAware<L... | 531 | 0.764595 | 0.758945 | 19 | 25.947369 | 23.683157 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 9 |
e5b3c32bbbe63edce342d73f28f3a6c2cfeeeea9 | 26,070,451,509,227 | df3604338f4fd806f6d4fa5918dd97af709a1d9b | /hw25/DLLNode.java | b9da121e0bba784ee4d28e9467043963af1cdaf4 | [] | no_license | woosuk3746/APCS2 | https://github.com/woosuk3746/APCS2 | db8cf4e38e9055cd93c1c5ac85d13f00d1372997 | 52c8c388a577bd026e2fe8d3e080f0d0cc7220a8 | refs/heads/master | 2018-09-23T07:53:15.967000 | 2018-06-06T20:52:44 | 2018-06-06T20:52:44 | 119,607,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***********Generically typed version****************/
/*****************************************************
* class DLLNode
* Implements a doubly-linked node,
* for use in lists and other collection classes.
* Stores data of type String
*****************************************************/
public class DLLNode<... | UTF-8 | Java | 1,895 | java | DLLNode.java | Java | [] | null | [] | /***********Generically typed version****************/
/*****************************************************
* class DLLNode
* Implements a doubly-linked node,
* for use in lists and other collection classes.
* Stores data of type String
*****************************************************/
public class DLLNode<... | 1,895 | 0.47124 | 0.47124 | 61 | 30.065575 | 21.928249 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 9 |
52c820138383a9a3faefd4ec2b7633a90286165e | 16,063,177,712,268 | 870ca8e9f72a209de29452a1751f424788fde376 | /src/test/java/utilities/ExtentListeners.java | 01e815e449fd12b42fae336ce1ee0e8e37de6861 | [] | no_license | JaishankarGitHub79/VideoGameProject | https://github.com/JaishankarGitHub79/VideoGameProject | 79bb08268863e163e065bc82a4ee2502705e784c | 2bfbe907372fc69425e34e4ce91d48dfd3dc588a | refs/heads/master | 2023-02-26T14:18:39.672000 | 2021-02-03T22:46:38 | 2021-02-03T22:46:38 | 330,491,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utilities;
import java.util.Arrays;
import java.util.Date;
import org.testng.ITestContext;
import org.testng.ITestListener;
import org.testng.ITestResult;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.markuputils.ExtentC... | UTF-8 | Java | 2,538 | java | ExtentListeners.java | Java | [] | null | [] | package utilities;
import java.util.Arrays;
import java.util.Date;
import org.testng.ITestContext;
import org.testng.ITestListener;
import org.testng.ITestResult;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.markuputils.ExtentC... | 2,538 | 0.708038 | 0.708038 | 73 | 33.767124 | 32.708977 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.506849 | false | false | 9 |
3ad0970bb1a05d81830b70539ddb79f3e8541c6c | 10,952,166,657,868 | d3958de1d3c8dc3c15bc894552ef5e903850bdb3 | /Java on Eclipse/ch02/src/p217.java | 8253d891fbf193785114f9515eabfc30e1e249b7 | [] | no_license | champe0711/JavaFolder | https://github.com/champe0711/JavaFolder | acd44517a7b48feab6edb39431861c153af384af | 7b30ffc8eaf7400ffafb783245c379160ceb34f6 | refs/heads/master | 2020-12-02T06:40:05.910000 | 2017-07-11T10:22:55 | 2017-07-11T10:22:55 | 96,874,337 | 1 | 0 | null | false | 2017-07-18T13:37:39 | 2017-07-11T09:13:04 | 2017-07-11T18:04:41 | 2017-07-18T13:37:21 | 13,105 | 0 | 0 | 1 | Java | null | null |
import Misc.Car;
/**
* Name: carTester
* Programming Exercise: 17.
*
* Implement a class Car with the following properties. a car has a certain fuel efficiency (measured in miles/gallon or litter/km - pick one) and a certain amount of fuel in the gas tank. The efficiency is specified in the constructor, and the ... | UTF-8 | Java | 1,031 | java | p217.java | Java | [
{
"context": "\nimport Misc.Car;\n\n/**\n * Name: carTester\n * Programming Exercise: 17.\n * \n * Implement a c",
"end": 41,
"score": 0.9988440871238708,
"start": 32,
"tag": "USERNAME",
"value": "carTester"
}
] | null | [] |
import Misc.Car;
/**
* Name: carTester
* Programming Exercise: 17.
*
* Implement a class Car with the following properties. a car has a certain fuel efficiency (measured in miles/gallon or litter/km - pick one) and a certain amount of fuel in the gas tank. The efficiency is specified in the constructor, and the ... | 1,031 | 0.694471 | 0.678952 | 23 | 43.782608 | 110.551956 | 537 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 9 |
051bdf826300dcd714b2b40ef0fac80ceae45dce | 5,093,831,249,493 | 78c7da546ec00f90167e1b8ba6e5df574f8a36bd | /src/main/java/com/zmh/dto/UserLoginDTO.java | 4ab1aa572c65b86edcf267da4cc4ef430f5904aa | [] | no_license | z573419235/MB_WXAPI | https://github.com/z573419235/MB_WXAPI | 106da7d0c8887ce322dd9564dba416f26c98fd11 | eeb72fc2bdb56a50edd8831aff8fe4f9ef7032b9 | refs/heads/master | 2020-03-29T14:19:48.609000 | 2018-10-25T14:47:35 | 2018-10-25T14:47:35 | 150,011,246 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zmh.dto;
/**
* realms里查询数据库的数据
* */
public class UserLoginDTO {
private String SALESMANPHONE;
private int SALESMANSTATE=1;
public UserLoginDTO() {
}
public UserLoginDTO(String SALESMANPHONE) {
this.SALESMANPHONE = SALESMANPHONE;
}
public UserLoginDTO(String SALESMANP... | UTF-8 | Java | 823 | java | UserLoginDTO.java | Java | [] | null | [] | package com.zmh.dto;
/**
* realms里查询数据库的数据
* */
public class UserLoginDTO {
private String SALESMANPHONE;
private int SALESMANSTATE=1;
public UserLoginDTO() {
}
public UserLoginDTO(String SALESMANPHONE) {
this.SALESMANPHONE = SALESMANPHONE;
}
public UserLoginDTO(String SALESMANP... | 823 | 0.670807 | 0.669565 | 36 | 21.361111 | 19.849648 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 9 |
0b227f9f20765aaf2fb5e9d8b0e4895677f651c2 | 30,305,289,245,775 | f67a5db5b453739132e458e8c049fd41bdcb4e61 | /io/src/main/java/com/leo/JavaImprove/nio/test/FileTest.java | 6f4eb459377a73701817ce0679a90cbf04ae0bf7 | [] | no_license | LeoWuxg/JavaImprove | https://github.com/LeoWuxg/JavaImprove | 6ce4567d693ca9b26e063e968643c157bc671ecf | d37d01b8e535ed4a41cd966b5a65e47520506e57 | refs/heads/master | 2020-02-04T02:35:35.913000 | 2019-04-10T02:45:43 | 2019-04-10T02:45:43 | 56,242,209 | 0 | 0 | null | false | 2020-04-14T03:27:59 | 2016-04-14T14:02:25 | 2020-04-14T03:27:37 | 2020-04-14T03:27:58 | 105 | 0 | 0 | 1 | Java | false | false | package com.leo.JavaImprove.nio.test;
import java.io.*;
/**
* @author xiangguang.wu
* @ClassName File
* @Description
* @Date 2018/10/22 14:56
* @since Jdk 1.7
*/
public class FileTest {
public static void main(String[] args) {
File file = new File("C:\\Users\\xiangguang.wu\\Desktop\\策略.txt");
... | UTF-8 | Java | 832 | java | FileTest.java | Java | [
{
"context": "prove.nio.test;\n\nimport java.io.*;\n\n/**\n * @author xiangguang.wu\n * @ClassName File\n * @Description\n * @Date 2018/",
"end": 86,
"score": 0.9943044781684875,
"start": 73,
"tag": "NAME",
"value": "xiangguang.wu"
},
{
"context": "rgs) {\n File file = new Fil... | null | [] | package com.leo.JavaImprove.nio.test;
import java.io.*;
/**
* @author xiangguang.wu
* @ClassName File
* @Description
* @Date 2018/10/22 14:56
* @since Jdk 1.7
*/
public class FileTest {
public static void main(String[] args) {
File file = new File("C:\\Users\\xiangguang.wu\\Desktop\\策略.txt");
... | 832 | 0.608696 | 0.59058 | 29 | 27.551723 | 23.595129 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.