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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd8c991b2790dc6037ba333bf4123cdb6d70e6a9 | 3,178,275,859,329 | ff884f6be46b7f550a725ed56748b914e27bf85d | /jdbc/src/test/java/com/becomejavasenior/dao/jdbc/impl/TagDaoImplTest.java | 81cf91127d244bd89831928ee1c4be9f8a6ed46a | [] | no_license | borntowinn/CRM | https://github.com/borntowinn/CRM | 79f5f3e69e81dcca44fd79690447c9f416ff277c | ddc1493c1aa9b8cea309cde60def328508defda2 | refs/heads/master | 2021-01-10T14:17:46.140000 | 2016-03-28T12:13:22 | 2016-03-28T12:13:22 | 53,863,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.becomejavasenior.dao.jdbc.impl;
import com.becomejavasenior.Tag;
import com.becomejavasenior.dao.TagDao;
import com.becomejavasenior.dao.exception.PersistException;
import com.becomejavasenior.dao.jdbc.factory.DaoFactory;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import... | UTF-8 | Java | 1,531 | java | TagDaoImplTest.java | Java | [] | null | [] | package com.becomejavasenior.dao.jdbc.impl;
import com.becomejavasenior.Tag;
import com.becomejavasenior.dao.TagDao;
import com.becomejavasenior.dao.exception.PersistException;
import com.becomejavasenior.dao.jdbc.factory.DaoFactory;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import... | 1,531 | 0.640105 | 0.639451 | 64 | 22.9375 | 21.74991 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421875 | false | false | 0 |
37ce4dc494a2cb01992d8e729c1cda909e5fb60e | 6,871,947,716,920 | 0b1ce1b4b75af68e3b67dbac8d31e71dbcec8c86 | /src/com/xinzhe/contest/weekly/season04/weekly194/Leetcode_weekly_19403.java | 2763c32517b79697b770cf8f072539245ecddee7 | [] | no_license | JasonZ2z/LeetCode | https://github.com/JasonZ2z/LeetCode | cc37bb8715cb52ab3069d2270fd9903958065149 | 20adb4583633c68491a1baa194985af56e8ab62d | refs/heads/master | 2023-02-17T22:07:38.351000 | 2023-02-14T03:21:08 | 2023-02-14T03:21:08 | 237,776,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinzhe.contest.weekly.season04.weekly194;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.PriorityQueue;
/**
* @author Xin
* @date 2020/6/21
* Title : 1488. 避免洪水泛滥
* Description : 你的国家有无数个湖泊,所有湖泊一开始都是空的。当第 n 个湖泊下雨的时候,如果第 n 个湖泊是空的,那... | UTF-8 | Java | 3,424 | java | Leetcode_weekly_19403.java | Java | [
{
"context": "p;\nimport java.util.PriorityQueue;\n\n/**\n * @author Xin\n * @date 2020/6/21\n * Title : 1488. 避免洪水泛滥\n * Des",
"end": 208,
"score": 0.9974726438522339,
"start": 205,
"tag": "NAME",
"value": "Xin"
}
] | null | [] | package com.xinzhe.contest.weekly.season04.weekly194;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.PriorityQueue;
/**
* @author Xin
* @date 2020/6/21
* Title : 1488. 避免洪水泛滥
* Description : 你的国家有无数个湖泊,所有湖泊一开始都是空的。当第 n 个湖泊下雨的时候,如果第 n 个湖泊是空的,那... | 3,424 | 0.467921 | 0.451882 | 106 | 29.584906 | 21.185999 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688679 | false | false | 0 |
60b9ea8665cb8561c69bae23fc490f4c3248938a | 21,577,915,734,913 | d66a8ceb5cecbb3f3109588151dd583131ebae87 | /src/com/company/Main.java | f648a91880575e27b2cdfface49674e19b36bc06 | [] | no_license | megatron028/task3.2 | https://github.com/megatron028/task3.2 | 8bd07e9a37f0af2ad4928d138fb15fe151037d42 | ae29e4db4d531b365d91c4b6d35ae937a25b9be9 | refs/heads/master | 2021-08-17T05:36:13.458000 | 2017-11-20T20:32:36 | 2017-11-20T20:32:36 | 111,458,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
//Создать класс Художник и его подклассы Пейзажист, Баталист, Портретист. Класс художник имеет свойство "имя" и метод рисовать(),
// который выводит на экран фразу "Я не художник, я только учусь".В дочерних классах переопределить метод рисовать()
// таким образом чтобы он выводил на э... | UTF-8 | Java | 857 | java | Main.java | Java | [] | null | [] | package com.company;
//Создать класс Художник и его подклассы Пейзажист, Баталист, Портретист. Класс художник имеет свойство "имя" и метод рисовать(),
// который выводит на экран фразу "Я не художник, я только учусь".В дочерних классах переопределить метод рисовать()
// таким образом чтобы он выводил на э... | 857 | 0.73638 | 0.73638 | 12 | 46.416668 | 47.839069 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
9fef28d21b4de63b8103a7b113c0184bf82be1ea | 25,288,767,441,816 | aeefa2902ddde987dfd45c2c38e68c515ae5c6a3 | /consumerdemo/src/main/java/goal/money/consumerdemo/testAop/Aop.java | 2493b2bf7630dbe513854dd6fc0cf808a9c06b12 | [] | no_license | 392983220/pomdemo | https://github.com/392983220/pomdemo | 9e19174954baa891bb4e6303a784c6ed59160f4c | 73df0218896e6c99894fc36b12f49636e9e0748e | refs/heads/master | 2021-06-21T23:42:36.886000 | 2020-03-22T03:22:04 | 2020-03-22T03:22:04 | 215,520,001 | 3 | 1 | null | false | 2021-06-04T02:14:49 | 2019-10-16T10:22:56 | 2020-12-16T05:10:50 | 2021-06-04T02:14:48 | 39,929 | 0 | 0 | 2 | Java | false | false | package goal.money.consumerdemo.testAop;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.stereotype.Component;
import java.util.Arrays;
@Aspect
@Component
public class Aop {
@AfterReturning(pointcut = "ex... | UTF-8 | Java | 675 | java | Aop.java | Java | [] | null | [] | package goal.money.consumerdemo.testAop;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.stereotype.Component;
import java.util.Arrays;
@Aspect
@Component
public class Aop {
@AfterReturning(pointcut = "ex... | 675 | 0.74028 | 0.74028 | 19 | 32.842106 | 37.993439 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 0 |
ea67c6315b4a3545c9d7fb9796569c7c114c5d8a | 25,288,767,443,214 | 46c952efe33da9870cfba15f8a2973da50e03395 | /src/main/java/com/ats/webapi/model/logistics/VehicalType.java | 8ed6d44b0e9d72ed3fb84b8d261ab5cfc9357783 | [] | no_license | Aaryatech/MonginisAhemadabadApi | https://github.com/Aaryatech/MonginisAhemadabadApi | 1d29f69b24ffe3d1931734c7e10a770e38fc528b | 78535291e962c333b9c62579f769ea86f59f699d | refs/heads/master | 2021-06-24T05:44:05.085000 | 2021-02-10T10:50:02 | 2021-02-10T10:50:02 | 196,930,151 | 0 | 1 | null | false | 2021-01-14T20:43:39 | 2019-07-15T05:30:36 | 2021-01-04T13:49:58 | 2021-01-14T20:43:37 | 1,866 | 0 | 1 | 2 | Java | false | false | package com.ats.webapi.model.logistics;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "m_logis_vehtype")
public class Vehic... | UTF-8 | Java | 1,393 | java | VehicalType.java | Java | [] | null | [] | package com.ats.webapi.model.logistics;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "m_logis_vehtype")
public class Vehic... | 1,393 | 0.681981 | 0.681981 | 68 | 18.485294 | 18.823088 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.161765 | false | false | 0 |
76ae35894a1c988287fbbdf5995a5ed4c389b526 | 30,296,699,341,326 | 2c63aada74f9212036c7ec0c693c5122cf559a21 | /src/main/java/dmv/spring/demo/rest/controller/RoleRestController.java | 7a5a944ad67dc7d3f0309ae0fde7cec013087933 | [] | no_license | Valery-Dm/restjdbc | https://github.com/Valery-Dm/restjdbc | a2f321e9c513cff90671cef3712ece3e43202485 | b296c59056290af4505a2aef462516dcb32c3d79 | refs/heads/master | 2021-01-19T00:23:30.297000 | 2017-05-04T20:21:04 | 2017-05-04T20:21:04 | 87,165,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dmv.spring.demo.rest.controller;
import static org.springframework.http.MediaType.APPLICATION_JSON_UTF8_VALUE;
import static org.springframework.web.bind.annotation.RequestMethod.GET;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest... | UTF-8 | Java | 2,798 | java | RoleRestController.java | Java | [
{
"context": "link RoleRepository} Restful endpoints.\n * @author dmv\n */\n@RestController\n@RequestMapping(path=\"/rest/r",
"end": 1229,
"score": 0.9992626905441284,
"start": 1226,
"tag": "USERNAME",
"value": "dmv"
}
] | null | [] | package dmv.spring.demo.rest.controller;
import static org.springframework.http.MediaType.APPLICATION_JSON_UTF8_VALUE;
import static org.springframework.web.bind.annotation.RequestMethod.GET;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest... | 2,798 | 0.779485 | 0.778771 | 81 | 33.543209 | 25.698177 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.296296 | false | false | 0 |
ff3736ae50231f6c03663f4d757e6170567303a0 | 14,620,068,727,499 | 61e1cd21cb55df3d406ea9450c1fa42de95589ae | /5-java/workspace/07-inhertitance/src/abstract_class/Member.java | 12bc43aad46b058915fc5cdfc3faa415fcd7fcf9 | [] | no_license | jintolPark/git2021-working | https://github.com/jintolPark/git2021-working | 5d66287436de578574376be4b1079ec2728309ae | f47d1e054eb6009dbfc3e499fe285976b65cb00a | refs/heads/master | 2023-08-31T20:47:26.539000 | 2021-10-22T00:33:58 | 2021-10-22T00:33:58 | 390,923,673 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package abstract_class;
// 사용자 중에서도 멤버십이 있는 사용자(쿠팡 멤버십)
public class Member extends User {
private int point;
// 메서드 오버라이딩(override) - 메서드를 재정의한다.
// 메서드 시그니처(signature): 메서드명+매개변수(타입,순서,개수)
// 부모의 메서드와 메서드 시그니처는 동일해야함
// 웬만하면 @Override를 써주는게 좋음, 그래야 재정의한건지 알 수 있음
@Override
public void printUserInfo() {
// ... | UTF-8 | Java | 906 | java | Member.java | Java | [] | null | [] | package abstract_class;
// 사용자 중에서도 멤버십이 있는 사용자(쿠팡 멤버십)
public class Member extends User {
private int point;
// 메서드 오버라이딩(override) - 메서드를 재정의한다.
// 메서드 시그니처(signature): 메서드명+매개변수(타입,순서,개수)
// 부모의 메서드와 메서드 시그니처는 동일해야함
// 웬만하면 @Override를 써주는게 좋음, 그래야 재정의한건지 알 수 있음
@Override
public void printUserInfo() {
// ... | 906 | 0.635093 | 0.631988 | 31 | 19.806452 | 19.585083 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.258065 | false | false | 0 |
68b403a879a01f704029cc0c77146267c20b56eb | 32,538,672,283,652 | cd8ecb33478ff8beb38a88a9afc35c55e368a37e | /app/src/main/java/com/example/myapplication4/WeatherApi.java | d2c815f8e16f3144bd62c948437fed9c7c757eeb | [] | no_license | MuhammedAgibaev/Weather4 | https://github.com/MuhammedAgibaev/Weather4 | 7b0a61f4f1ae63ced87d4ef38aa300e9ea85bc9c | 963c1b93cd2a0330ffd0069d7dcfc59d97d1b31d | refs/heads/master | 2020-06-23T17:26:44.035000 | 2019-07-24T19:18:11 | 2019-07-24T19:18:11 | 198,696,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication4;
import com.example.myapplication4.dataWeather.Weather;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Path;
import retrofit2.http.Query;
public interface WeatherApi {
@GET("{PlaceID}")
Call<Weather> GetWeatherData(@Path("PlaceID") String url, @Query... | UTF-8 | Java | 349 | java | WeatherApi.java | Java | [] | null | [] | package com.example.myapplication4;
import com.example.myapplication4.dataWeather.Weather;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Path;
import retrofit2.http.Query;
public interface WeatherApi {
@GET("{PlaceID}")
Call<Weather> GetWeatherData(@Path("PlaceID") String url, @Query... | 349 | 0.773639 | 0.756447 | 12 | 28.083334 | 24.948141 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
2e165bb0e9885760ed68b33f7aa5b70281def20c | 36,464,272,384,882 | 467a9bddfb0878d459584dafb4014e08499e250c | /proj2/src/RandomizedQueue.java | 13c55a0455da099fcdb5572088ede136c4938ce1 | [] | no_license | ThoundsN/Algorithm-PrincetionCourse | https://github.com/ThoundsN/Algorithm-PrincetionCourse | ac4da5f2659cc70d79c5bc64d0a6b47c15580ab5 | 3b55e04a200bec6297a96bbc2818a1df1bc1cfed | refs/heads/master | 2020-04-16T19:00:54.758000 | 2019-01-15T12:03:21 | 2019-01-15T12:03:21 | 165,843,541 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
import edu.princeton.cs.algs4.StdRandom;
public class RandomizedQueue<Item> implements Iterable<Item> {
private Item[] array;
private int size;
private int capacity;
public RandomizedQueue(){
size = 0 ;
capacity = 1;
update();
} //... | UTF-8 | Java | 2,842 | java | RandomizedQueue.java | Java | [] | null | [] | import java.util.Iterator;
import edu.princeton.cs.algs4.StdRandom;
public class RandomizedQueue<Item> implements Iterable<Item> {
private Item[] array;
private int size;
private int capacity;
public RandomizedQueue(){
size = 0 ;
capacity = 1;
update();
} //... | 2,842 | 0.518297 | 0.514778 | 98 | 28.010204 | 19.032461 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469388 | false | false | 0 |
10f133af5381914d306ce60d394ad055c6539ce5 | 36,464,272,384,330 | ffe8d4a82b07965a9efd3269fd8f001395087e56 | /proj1/enigma/Main.java | 3db98f9785ab82d4dfb327c57eca8dacaf70e384 | [] | no_license | celinapan/cs61b-data-structures | https://github.com/celinapan/cs61b-data-structures | b264a8ac664332feae74cdb63891b6081e12c046 | d52a4ec5998af67a6b3ace8867d19021f0dcfd5b | refs/heads/master | 2023-03-19T22:33:11.357000 | 2021-03-23T19:17:24 | 2021-03-23T19:17:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package enigma;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.NoSuchElementException;
import java.util.Scanner;
import java.util.regex.Pattern;
import static enigma.EnigmaException.*;
/** Enigma simulator.
* @auth... | UTF-8 | Java | 6,911 | java | Main.java | Java | [
{
"context": "gmaException.*;\n\n/** Enigma simulator.\n * @author Trang Van\n */\npublic final class Main {\n\n /** Process a ",
"end": 332,
"score": 0.9995947480201721,
"start": 323,
"tag": "NAME",
"value": "Trang Van"
}
] | null | [] | package enigma;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.NoSuchElementException;
import java.util.Scanner;
import java.util.regex.Pattern;
import static enigma.EnigmaException.*;
/** Enigma simulator.
* @auth... | 6,908 | 0.54435 | 0.538562 | 204 | 32.877453 | 22.416067 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563725 | false | false | 0 |
b0d494f6aca1487458e44a6adaedca6bee75f0e0 | 39,548,058,869,320 | 7b3a2fe51f110d2310c44e1182c615003588e90d | /string/ModifySequence.java | 5a082817597d576f72ea1ce90f908c0deeadb840 | [] | no_license | allwinsr/DataStructure | https://github.com/allwinsr/DataStructure | c72d0f8e6f35f536da4c812b69d55fead5ac50c6 | aec7d0decd9bfc649988e4d28d091cb99aa9d457 | refs/heads/master | 2021-01-19T04:12:57.739000 | 2016-04-05T07:57:01 | 2016-04-05T07:57:01 | 16,336,734 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package string;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
/**
* @author allwin.raj
*
*/
public class ModifySequence {
/**
*
*/
public ModifySequence() {
// TODO Auto-generated constructor stub
}
/**
* @param arg... | UTF-8 | Java | 778 | java | ModifySequence.java | Java | [
{
"context": "mReader;\nimport java.util.Scanner;\n\n/**\n * @author allwin.raj\n *\n */\npublic class ModifySequence {\n\n\t/**\n\t * \n\t",
"end": 174,
"score": 0.9557287096977234,
"start": 164,
"tag": "NAME",
"value": "allwin.raj"
}
] | null | [] | /**
*
*/
package string;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
/**
* @author allwin.raj
*
*/
public class ModifySequence {
/**
*
*/
public ModifySequence() {
// TODO Auto-generated constructor stub
}
/**
* @param arg... | 778 | 0.604113 | 0.598972 | 41 | 17.975609 | 18.738884 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804878 | false | false | 0 |
9f718cdb791e739cd599160339eaae5d980d90f8 | 30,193,620,136,137 | fdf2feb79d1ff1d1a53bfc9d8d5e4e89dc0c41e4 | /turkalman-hackbot/src/main/java/com/arcelikglobal/hackbot/turkalman/utilities/DBConnection.java | b032cdf6ca1bedd1e3e881f6681134b4fda371fa | [] | no_license | batikanor/arcelik_hackbot_turk-alman | https://github.com/batikanor/arcelik_hackbot_turk-alman | 5cfa2d4bddb0046b19218aaaa22143e1e6f04e6d | 2c2e5d25729fb022b471c4de63c71d194baa22b4 | refs/heads/master | 2022-11-19T21:35:35.447000 | 2020-07-24T10:19:06 | 2020-07-24T10:19:06 | 281,613,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arcelikglobal.hackbot.turkalman.utilities;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
//import com.arcelikglobal.hackbot.turkalman.bot.hackbot;
import java.sql.Statement;
import java.util.ArrayList;
... | UTF-8 | Java | 4,130 | java | DBConnection.java | Java | [
{
"context": "cDriver\";\n private static final String user = \"DBArcelikSorular\";\n private static final String pwd = \"temp\";\n ",
"end": 494,
"score": 0.998937726020813,
"start": 478,
"tag": "USERNAME",
"value": "DBArcelikSorular"
},
{
"context": "kSorular\";\n private ... | null | [] | package com.arcelikglobal.hackbot.turkalman.utilities;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
//import com.arcelikglobal.hackbot.turkalman.bot.hackbot;
import java.sql.Statement;
import java.util.ArrayList;
... | 4,136 | 0.65824 | 0.65508 | 192 | 20.427084 | 24.062092 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.473958 | false | false | 0 |
42e715ee5417cb7efff6610722d049847cff0c55 | 14,817,637,214,611 | 97865d45c521b23d700a1c7888ea1051b745891f | /pig-modules/caih-iscs-service/src/main/java/com/caih/cloud/iscs/charge/scoket/DeviceHandler.java | 62ee82c42537b78fc03b10aaf1c3fbc317fac317 | [
"MIT"
] | permissive | Eagle919/jenkinsTest | https://github.com/Eagle919/jenkinsTest | e54a1272b09266c946741889920b03f9c49c2fd1 | c42a9630cfe21d1eef66c646be5a06a8348ba384 | refs/heads/master | 2022-08-08T08:08:13.331000 | 2020-03-05T07:35:53 | 2020-03-05T07:35:53 | 245,089,242 | 0 | 0 | MIT | false | 2022-06-29T15:59:17 | 2020-03-05T06:46:15 | 2020-03-05T07:36:17 | 2022-06-29T15:59:14 | 4,945 | 0 | 0 | 2 | JavaScript | false | false | package com.caih.cloud.iscs.charge.scoket;
import com.caih.cloud.iscs.charge.scoket.Util.BCDUtil;
import com.caih.cloud.iscs.charge.scoket.Util.HexUtil;
import com.caih.cloud.iscs.charge.scoket.Util.MianCore;
import org.apache.mina.core.session.IoSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | UTF-8 | Java | 6,261 | java | DeviceHandler.java | Java | [] | null | [] | package com.caih.cloud.iscs.charge.scoket;
import com.caih.cloud.iscs.charge.scoket.Util.BCDUtil;
import com.caih.cloud.iscs.charge.scoket.Util.HexUtil;
import com.caih.cloud.iscs.charge.scoket.Util.MianCore;
import org.apache.mina.core.session.IoSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | 6,261 | 0.650316 | 0.635276 | 166 | 34.246986 | 25.381769 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.668675 | false | false | 0 |
8443b39c65c54a0c1240480119c50bd328a31530 | 9,749,575,806,492 | d4603bd55d0a0cd614f80e5ff7da60ad17cdb86a | /JavaBackup/AllProjects/src/games/generic/view/dataProviders/ObjLocatedProviderObjFiltering.java | 8404f9d4a1ea3a79631616f5638465f48de32926 | [] | no_license | lonevetad/PrivateBackups | https://github.com/lonevetad/PrivateBackups | 56d97736020048075ff6f3180d3111ebabe94603 | eabb3c3040c0f913218a3d473c99c2737b54912b | refs/heads/master | 2020-08-14T00:59:46.131000 | 2020-07-19T11:14:45 | 2020-07-19T11:14:45 | 215,067,721 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package games.generic.view.dataProviders;
import java.awt.Point;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import games.generic.controlModel.GModality;
import games.generic.controlModel.GObjectsInSpaceManager;
import games.generic.view.GameView;
import geometry.AbstractShape2D;
import ... | UTF-8 | Java | 1,592 | java | ObjLocatedProviderObjFiltering.java | Java | [] | null | [] | package games.generic.view.dataProviders;
import java.awt.Point;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import games.generic.controlModel.GModality;
import games.generic.controlModel.GObjectsInSpaceManager;
import games.generic.view.GameView;
import geometry.AbstractShape2D;
import ... | 1,592 | 0.771357 | 0.7701 | 45 | 34.377777 | 26.06427 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.844444 | false | false | 0 |
cd6e262b14cfab55e4e4927a3b61fde589bee247 | 22,479,858,831,100 | dbd011345dac0e2777ab565d7ef49db64951f72f | /Go9-bieunghi/app/src/main/java/travel/uittrser/go9/go9/View/TrangChu/chitietdiadiem.java | 6ad09d19e9ac912b1a899f587feb03989326787a | [] | no_license | vutuanhai237/Go9 | https://github.com/vutuanhai237/Go9 | 470cd321132f90ee6c74daf4ba45d815a77e7bb8 | 9cc7015262c475ecbdeeca2be07a2deecc064124 | refs/heads/master | 2020-04-01T06:08:54.200000 | 2018-10-14T03:17:29 | 2018-10-14T03:17:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package travel.uittrser.go9.go9.View.TrangChu;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
import travel.uittrser.go9.go9.R;
public class chitietdiadiem extends App... | UTF-8 | Java | 1,631 | java | chitietdiadiem.java | Java | [] | null | [] | package travel.uittrser.go9.go9.View.TrangChu;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
import travel.uittrser.go9.go9.R;
public class chitietdiadiem extends App... | 1,631 | 0.638872 | 0.635806 | 49 | 32.285713 | 23.59609 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
87d8979e919e6db8c5c7f07c53a8c988b7acd830 | 26,998,164,467,246 | 77b6383bf4c9d118ab9ddf437ecf82fb005ee5bc | /src/main/java/uz/pdp/appnews/controller/AuthController.java | 5d6a29d68048b83950df96d31232af4218a895a5 | [] | no_license | tokhirsam/news | https://github.com/tokhirsam/news | a363956f4d41ab3e0d565f2228ee604cd178e6dc | 98780c915ba9be6f41bc90ec95a201b7b26701bd | refs/heads/master | 2023-04-23T19:49:35.741000 | 2021-04-29T07:46:34 | 2021-04-29T07:46:34 | 362,713,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uz.pdp.appnews.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.ResponseEntity;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.User... | UTF-8 | Java | 1,669 | java | AuthController.java | Java | [] | null | [] | package uz.pdp.appnews.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.ResponseEntity;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.User... | 1,669 | 0.784302 | 0.780707 | 42 | 38.738094 | 30.681978 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 0 |
e9bbc36658af348d362714620a829d9ebccbf6a6 | 28,948,079,621,898 | 3f0df372621005ff4c4a81ae54bb79891ef55744 | /core/src/main/java/com/gentics/mesh/core/actions/impl/TagDAOActionsImpl.java | 28b149edda17a22392976222c963fbddd7155fbd | [
"Apache-2.0"
] | permissive | salvadordev/mesh | https://github.com/salvadordev/mesh | 0b6cf24e8f3d91de1a1ed25361e4c9d4ef3487df | 7383aeb767be6c2e9c4b84d46d84172067c136d3 | refs/heads/master | 2022-02-13T02:07:21.149000 | 2021-12-01T11:14:56 | 2021-12-01T11:14:56 | 115,204,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gentics.mesh.core.actions.impl;
import java.util.function.Predicate;
import javax.inject.Inject;
import javax.inject.Singleton;
import com.gentics.mesh.cli.BootstrapInitializer;
import com.gentics.mesh.context.BulkActionContext;
import com.gentics.mesh.context.InternalActionContext;
import com.gentics.me... | UTF-8 | Java | 4,559 | java | TagDAOActionsImpl.java | Java | [] | null | [] | package com.gentics.mesh.core.actions.impl;
import java.util.function.Predicate;
import javax.inject.Inject;
import javax.inject.Singleton;
import com.gentics.mesh.cli.BootstrapInitializer;
import com.gentics.mesh.context.BulkActionContext;
import com.gentics.mesh.context.InternalActionContext;
import com.gentics.me... | 4,559 | 0.758938 | 0.758938 | 136 | 32.52206 | 30.039917 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.007353 | false | false | 0 |
1bc7a3c6970cdb4b02adeb94fcce85d4650ef028 | 21,801,254,037,491 | 53a98b301db9ffbc166db4edb0d6cf4e4a81b7b5 | /src/main/java/com/emc/mongoose/base/load/step/client/metrics/MetricsSnapshotsSupplierTask.java | 3ca756a3b82044da444fc2db995286153b7181af | [
"MIT"
] | permissive | emc-mongoose/mongoose-base | https://github.com/emc-mongoose/mongoose-base | 004f5044e958aac8e5b246729f8710133df3700c | fb02df88bfe3b0e720a4bcd9319b88a6d4c63d09 | refs/heads/master | 2023-07-28T12:03:09.934000 | 2023-07-17T23:41:25 | 2023-07-17T23:41:25 | 175,399,579 | 4 | 4 | MIT | false | 2023-07-17T23:41:27 | 2019-03-13T10:36:44 | 2022-09-22T02:22:28 | 2023-07-17T23:41:26 | 13,486 | 4 | 3 | 3 | Java | false | false | package com.emc.mongoose.base.load.step.client.metrics;
import com.emc.mongoose.base.metrics.snapshot.AllMetricsSnapshot;
import com.github.akurilov.fiber4j.Fiber;
import java.util.List;
import java.util.function.Supplier;
public interface MetricsSnapshotsSupplierTask
extends Supplier<List<? extends AllMetricsSna... | UTF-8 | Java | 394 | java | MetricsSnapshotsSupplierTask.java | Java | [
{
"context": "cs.snapshot.AllMetricsSnapshot;\nimport com.github.akurilov.fiber4j.Fiber;\nimport java.util.List;\nimport java",
"end": 149,
"score": 0.9982566833496094,
"start": 141,
"tag": "USERNAME",
"value": "akurilov"
}
] | null | [] | package com.emc.mongoose.base.load.step.client.metrics;
import com.emc.mongoose.base.metrics.snapshot.AllMetricsSnapshot;
import com.github.akurilov.fiber4j.Fiber;
import java.util.List;
import java.util.function.Supplier;
public interface MetricsSnapshotsSupplierTask
extends Supplier<List<? extends AllMetricsSna... | 394 | 0.807107 | 0.804569 | 13 | 29.307692 | 24.16095 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
f5c97338237f0f82a64905c5e96e8a80dbc21087 | 32,444,183,001,057 | ced0fe9bfef43ea2e4077a37ca43ef77201ecbe5 | /service/src/main/java/com/epam/david/config/AppConfig.java | af89f03485c341a76502f2530cd2ad6a5f9adf04 | [] | no_license | abxaz92/book-mvc-epam | https://github.com/abxaz92/book-mvc-epam | ede0c080de775e1b0536e1d9e59977484892ffdd | 42f83c79f314e3474eb4fea40ae92a4c970e2e55 | refs/heads/master | 2021-01-20T09:31:52.484000 | 2018-11-29T21:53:35 | 2018-11-29T21:53:35 | 90,260,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.david.config;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.AdviceMode;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.transactio... | UTF-8 | Java | 569 | java | AppConfig.java | Java | [
{
"context": "on.EnableTransactionManagement;\n\n/**\n * Created by David_Chaava on 5/4/2017.\n */\n@Configuration\n@Component",
"end": 386,
"score": 0.7704430222511292,
"start": 381,
"tag": "NAME",
"value": "David"
},
{
"context": "bleTransactionManagement;\n\n/**\n * Created by Dav... | null | [] | package com.epam.david.config;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.AdviceMode;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.transactio... | 569 | 0.834798 | 0.824253 | 19 | 28.947369 | 26.422625 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 0 |
ec29c008c2cd822c8211af64fc649a753cf27c1e | 32,126,355,430,373 | cedcb6da09c5d4527d8d7f6d3b811c37c5e0c4fb | /homework4-book-service/src/main/java/ua/edu/ukma/krukovska/bookservice/controller/BookController.java | 6cd202be669cd224a2d8eca6749b292a3f571440 | [] | no_license | YanaKrukovska/javaee-course | https://github.com/YanaKrukovska/javaee-course | 91673a6808ed50b726617057dd241f67ed7b9904 | 089accae1f69a8f603172186e3d106b06df181a2 | refs/heads/master | 2023-04-04T15:18:36.565000 | 2021-04-03T14:05:08 | 2021-04-03T14:05:08 | 340,674,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.edu.ukma.krukovska.bookservice.controller;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import ua.edu.ukma.krukovska.bookservice.persistence.model.Book;
import java.util.LinkedList;
import java.util.List;
imp... | UTF-8 | Java | 1,736 | java | BookController.java | Java | [
{
"context": " database.add(new Book(\"Catcher In The Rye\", \"J.D. Salinger\", \"978-966-14-8783-2\"));\n database.add(new",
"end": 1501,
"score": 0.9998294711112976,
"start": 1488,
"tag": "NAME",
"value": "J.D. Salinger"
},
{
"context": "-966-14-8783-2\"));\n data... | null | [] | package ua.edu.ukma.krukovska.bookservice.controller;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import ua.edu.ukma.krukovska.bookservice.persistence.model.Book;
import java.util.LinkedList;
import java.util.List;
imp... | 1,713 | 0.684908 | 0.662442 | 55 | 30.563637 | 29.790031 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
32b114f829a02198bf5945950b46cdc5789107de | 11,922,829,266,325 | 12fb8f8edf3c7b1dd028b41023a6c9c45d4de0e6 | /app/src/test/java/com/smoothspark/msgme/ui/main/MainPagePresenterTest.java | a4b61401b9f17708f0efb42875f21b4b42acfbd2 | [] | no_license | gabex89/msgme | https://github.com/gabex89/msgme | c338a6b27a8f04e17d30c48006905b86a7fc2f18 | 6fa90240a2204deb08f49194bb7c2846ff4ff680 | refs/heads/master | 2020-03-13T19:43:20.868000 | 2018-05-04T20:26:55 | 2018-05-04T20:26:55 | 131,259,397 | 0 | 0 | null | false | 2018-05-04T20:26:56 | 2018-04-27T07:08:25 | 2018-05-01T21:07:56 | 2018-05-04T20:26:56 | 169 | 0 | 0 | 0 | Java | false | null | package com.smoothspark.msgme.ui.main;
import com.smoothspark.msgme.data.DataManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import static org.mockito.Mocki... | UTF-8 | Java | 1,127 | java | MainPagePresenterTest.java | Java | [
{
"context": "tic org.mockito.Mockito.verify;\n\n/**\n * Created by SmoothSpark on 2018. 05. 01.\n */\n@RunWith(MockitoJUnitRunner.",
"end": 361,
"score": 0.999502956867218,
"start": 350,
"tag": "USERNAME",
"value": "SmoothSpark"
}
] | null | [] | package com.smoothspark.msgme.ui.main;
import com.smoothspark.msgme.data.DataManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import static org.mockito.Mocki... | 1,127 | 0.710736 | 0.703638 | 53 | 20.283018 | 20.146049 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339623 | false | false | 0 |
ce0a9478b7e47cae94ee4b52394e92a6a445aea4 | 27,960,237,166,609 | ef40a77496ad1439c23742d085f9376714426cfd | /src/main/java/co/com/eam/controller/CategoriaController.java | bec9cee867cf6df5c4e8eb64ebce5ce95010095a | [] | no_license | sergiodazaguzman01/pruebaheroku | https://github.com/sergiodazaguzman01/pruebaheroku | 08d7b00915e6fa2a6ab3cf1eacacf3411eae35c1 | 3f430dc9db568f951e65373776a437c021476a8f | refs/heads/master | 2022-12-23T10:49:24.649000 | 2020-09-22T20:01:14 | 2020-09-22T20:01:14 | 297,738,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.eam.controller;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.GetMap... | UTF-8 | Java | 2,673 | java | CategoriaController.java | Java | [] | null | [] | package co.com.eam.controller;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.GetMap... | 2,673 | 0.710438 | 0.710438 | 72 | 36.138889 | 34.018501 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
ed134474f2fe4ccb29dbf4dd67ea4ebde0b1f335 | 9,878,424,837,031 | ee656221fcf0afc476de2a29fa2332705f291e4e | /Cryptocurrencies/app/src/main/java/demo/app/cryptocurrencies/model/Stats.java | c941cca7beb36ee4c39e54c20bd43707d872ba02 | [] | no_license | DevNavadip/Cryptocurrencies_coins | https://github.com/DevNavadip/Cryptocurrencies_coins | 5cededfbafbe0675718d5ee5d120c533aff7127f | 49c0152de7f39a41d2d76d4c7cff7f710e188eb4 | refs/heads/master | 2023-03-29T01:45:43.229000 | 2021-04-01T13:53:58 | 2021-04-01T13:53:58 | 353,712,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.app.cryptocurrencies.model;
public class Stats {
private String total;
private String totalExchanges;
private String totalMarkets;
private String totalMarketCap;
private String total24hVolume;
public String getTotal() {
return total;
}
public void setTotal(Str... | UTF-8 | Java | 1,118 | java | Stats.java | Java | [] | null | [] | package demo.app.cryptocurrencies.model;
public class Stats {
private String total;
private String totalExchanges;
private String totalMarkets;
private String totalMarketCap;
private String total24hVolume;
public String getTotal() {
return total;
}
public void setTotal(Str... | 1,118 | 0.669946 | 0.657424 | 54 | 19.703703 | 19.366474 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 0 |
6133971f243efdef66029664664c6e2d0687541b | 24,927,990,239,704 | 048aa598ec126a05434f351c6a9a32d06e47e4f0 | /WiseOlwHostel_Lib/src/uuu/woh/entity/Customer.java | cdf3c3c4d7faedb34025f9b4395359b703b2ad6e | [] | no_license | SeanWangYS/WiseOwlHostel | https://github.com/SeanWangYS/WiseOwlHostel | 918d2e92daea0fcbaf93f0ecdba57d7e6a65dc54 | 5745c07dd08b8999736d11f7afc26230a1584694 | refs/heads/master | 2021-07-17T00:34:55.399000 | 2020-08-24T01:21:48 | 2020-08-24T01:21:48 | 191,128,937 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package uuu.woh.entity;
/**
*
* @author Sean
*/
public class Customer {
private String email; //Pkey //required
private St... | UTF-8 | Java | 2,932 | java | Customer.java | Java | [
{
"context": "or.\n */\npackage uuu.woh.entity;\n\n/**\n *\n * @author Sean\n */\npublic class Customer {\n\n private String e",
"end": 232,
"score": 0.9992775917053223,
"start": 228,
"tag": "NAME",
"value": "Sean"
},
{
"context": " this.email = email;\n this.password... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package uuu.woh.entity;
/**
*
* @author Sean
*/
public class Customer {
private String email; //Pkey //required
private St... | 2,938 | 0.572708 | 0.567335 | 108 | 24.851852 | 26.975233 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
69db52aa5a7d59bf498a6ff676c27fb2cff1e96a | 26,920,855,070,020 | d27bd5e70114f99cae5af48f26a2f8b651213eff | /cwmd_core/src/main/java/application/core/repository/FlowPathRepository.java | a9a9ba981da7047d844edde44829f752196732c7 | [
"Apache-2.0"
] | permissive | paladin952/cwmd | https://github.com/paladin952/cwmd | 7471eb25965d9bd47cb0ff9e8bef0d74e0d9a86d | 0d8fdaf5d52fcd5bf42265eb0ca75cd081005f17 | refs/heads/develop | 2021-05-03T22:56:40.384000 | 2017-01-22T09:39:26 | 2017-01-22T09:39:26 | 71,712,542 | 0 | 3 | null | false | 2017-01-17T10:54:28 | 2016-10-23T15:43:36 | 2016-12-13T21:02:04 | 2017-01-17T10:54:28 | 32,143 | 0 | 3 | 7 | Java | null | null | package application.core.repository;
import application.core.model.FlowPath;
import application.core.model.PKs.FlowPathPK;
import javax.transaction.Transactional;
@Transactional
public interface FlowPathRepository extends CWMDRepository<FlowPathPK, FlowPath>, FlowPathRepositoryCustom {}
| UTF-8 | Java | 291 | java | FlowPathRepository.java | Java | [] | null | [] | package application.core.repository;
import application.core.model.FlowPath;
import application.core.model.PKs.FlowPathPK;
import javax.transaction.Transactional;
@Transactional
public interface FlowPathRepository extends CWMDRepository<FlowPathPK, FlowPath>, FlowPathRepositoryCustom {}
| 291 | 0.85567 | 0.85567 | 9 | 31.333334 | 32.666668 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
0d881db3dfe97b63915f4d1a6168d73e37df1a32 | 32,633,161,571,586 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/app/ebook/p1050d/C10678d.java | 05f68577b3068162e2d35ef76b774b8721e0292d | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.android.app.ebook.p1050d;
import android.content.Intent;
import com.zhihu.android.api.SharedProduct;
import com.zhihu.android.api.net.Net;
import com.zhihu.android.api.service2.EBookService;
import com.zhihu.android.app.ebook.util.MemeberWechatShareRecorder;
import java8.util.Optional;
import java8.u... | UTF-8 | Java | 1,315 | java | C10678d.java | Java | [] | null | [] | package com.zhihu.android.app.ebook.p1050d;
import android.content.Intent;
import com.zhihu.android.api.SharedProduct;
import com.zhihu.android.api.net.Net;
import com.zhihu.android.api.service2.EBookService;
import com.zhihu.android.app.ebook.util.MemeberWechatShareRecorder;
import java8.util.Optional;
import java8.u... | 1,315 | 0.765779 | 0.669962 | 27 | 47.703705 | 60.187862 | 277 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
00e9d2b90c8450f8050657564f907c9b783c037a | 25,400,436,640,461 | 2acdfbe89fce41d7935cf01cd6223f4bb7d39596 | /hibernate6/src/main/java/com/org/HibernateTest.java | c8c3d5f91dbb495190e6262a6eed075e73996188 | [] | no_license | nileshzarkar/hibernate | https://github.com/nileshzarkar/hibernate | 03e62368f660067695c89929d02876148121beec | ac711e273ec5b7201bd1a3600fcdb9f8ede89140 | refs/heads/master | 2015-08-13T23:14:48.583000 | 2014-10-11T01:33:44 | 2014-10-11T01:33:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.org;
import java.util.Date;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.AnnotationConfiguration;
import com.org.entity.model.UserDetails;
/**
* Hello world!
*
*/
public class HibernateTest
{
public static void main( String[] args )
{
Us... | UTF-8 | Java | 900 | java | HibernateTest.java | Java | [
{
"context": "ls.setUserId(1);\n userDetails.setUserName(\"Anvi\");\n userDetails.setLastName(\"Zarkar\");\n ",
"end": 434,
"score": 0.990888237953186,
"start": 430,
"tag": "USERNAME",
"value": "Anvi"
},
{
"context": "serName(\"Anvi\");\n userDetails.setLastNam... | null | [] | package com.org;
import java.util.Date;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.AnnotationConfiguration;
import com.org.entity.model.UserDetails;
/**
* Hello world!
*
*/
public class HibernateTest
{
public static void main( String[] args )
{
Us... | 900 | 0.654444 | 0.653333 | 36 | 24 | 22.123392 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 0 |
c669820a019ae8bf40154528fff2e96b4b730e96 | 1,013,612,337,536 | 94cb7d822b0d2b6275d306fc74c87eecc328fa56 | /src/nl/derpt/android/internal/jobs/GetFirstUnreadTweet.java | 8e2b62c83f982fb54f903957bd7f1da3fbe79ede | [] | no_license | paul999/Derpt | https://github.com/paul999/Derpt | 70f2c83a4d9de55e90f1b5bfc28e114c8fefaba9 | 57c2a887b23718e679c3d0c4baa0c376cd254846 | refs/heads/master | 2019-01-22T23:29:57.053000 | 2013-04-01T17:00:38 | 2013-04-01T17:00:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package nl.derpt.android.internal.jobs;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
import com.google.gson.Gson;
import nl.derpt.android.MainActivity;
import nl.derpt.android.R;
import nl.derpt.android.fragments.TweetFragment;
import nl.derpt.android.internal.JSON.TweetData;
... | UTF-8 | Java | 2,075 | java | GetFirstUnreadTweet.java | Java | [
{
"context": "Log;\nimport android.view.MenuItem;\n\n/**\n * @author paul_000\n * \n */\npublic class GetFirstUnreadTweet extends ",
"end": 460,
"score": 0.9994735717773438,
"start": 452,
"tag": "USERNAME",
"value": "paul_000"
}
] | null | [] | /**
*
*/
package nl.derpt.android.internal.jobs;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
import com.google.gson.Gson;
import nl.derpt.android.MainActivity;
import nl.derpt.android.R;
import nl.derpt.android.fragments.TweetFragment;
import nl.derpt.android.internal.JSON.TweetData;
... | 2,075 | 0.671325 | 0.668434 | 102 | 19.343138 | 19.94035 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.686275 | false | false | 0 |
46ac0153cc352fea73bc2681a0664d7c5d063b5e | 16,303,695,856,915 | f3d90b9b05c0e8892100fabe005a4adbfce03f73 | /app/src/main/java/com/example/android/bloodbankapp/statistics/StatisticsReportsFragment.java | 4b89155c8325ec08aab060ac7bfa8ae2228fc1e3 | [
"MIT"
] | permissive | k-slugger/blood-bank-app | https://github.com/k-slugger/blood-bank-app | cd6ebfa090394b4f61abdc92c478f034345ece93 | 946dfb504f72333f265d22f247611f9508f3340d | refs/heads/master | 2021-01-22T18:43:24.129000 | 2017-06-29T21:12:24 | 2017-06-29T21:12:24 | 85,109,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.bloodbankapp.statistics;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
imp... | UTF-8 | Java | 10,962 | java | StatisticsReportsFragment.java | Java | [] | null | [] | package com.example.android.bloodbankapp.statistics;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
imp... | 10,962 | 0.521255 | 0.489053 | 279 | 38.286739 | 25.713688 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.992832 | false | false | 0 |
cb6aaf134893fb7a905c73a5965db5a7b51c08df | 12,850,542,210,203 | 430d83a4196bb183f8c6cd86de4988022315c4f1 | /src/main/java/ua/training/controller/command/admin/UpdateUserGet.java | 62fafe708b3ff7c8fa2d027bb036d0837f628f5d | [] | no_license | yaruha1990/cashRegisterSystem | https://github.com/yaruha1990/cashRegisterSystem | a2badb28aa42841b2d9aaee10811ef0fd8ed199a | 5e6e0ae2599b1b8c3a0cad1507e2a84e53bdac56 | refs/heads/master | 2020-03-26T16:43:40.535000 | 2018-09-01T07:39:57 | 2018-09-01T07:39:57 | 145,112,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.training.controller.command.admin;
import ua.training.controller.command.Command;
import ua.training.model.dao.DaoFactory;
import ua.training.model.dao.UserDao;
import ua.training.model.entity.User;
import ua.training.model.utils.LocaleUtil;
import javax.servlet.ServletException;
import javax.servlet.http.... | UTF-8 | Java | 926 | java | UpdateUserGet.java | Java | [] | null | [] | package ua.training.controller.command.admin;
import ua.training.controller.command.Command;
import ua.training.model.dao.DaoFactory;
import ua.training.model.dao.UserDao;
import ua.training.model.entity.User;
import ua.training.model.utils.LocaleUtil;
import javax.servlet.ServletException;
import javax.servlet.http.... | 926 | 0.775378 | 0.775378 | 24 | 37.583332 | 26.536009 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 0 |
0b2f373be3fdf1aecb6a78d10af5c5b692dec5ab | 463,856,524,303 | e4066ce5d2d2338536503e27c36bec10af23dbac | /Validation UAT/workspace/Validation/src/org/gosh/validation/general/MiscValidationTransformer.java | ded7da98c5b1124ee93c859a70e2eb53a29deab0 | [] | no_license | stangg/Anthony-Test | https://github.com/stangg/Anthony-Test | 544ac50898a8a516fa3891959027dddeb73bee5f | a209e404f2251fa8bf5888e1db598449b26c162f | refs/heads/master | 2021-01-25T04:02:36.659000 | 2012-04-03T16:15:55 | 2012-04-03T16:15:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gosh.validation.general;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.... | UTF-8 | Java | 7,949 | java | MiscValidationTransformer.java | Java | [] | null | [] | package org.gosh.validation.general;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.... | 7,949 | 0.710026 | 0.70751 | 206 | 36.927185 | 38.28698 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.038835 | false | false | 0 |
3515974f62dff064bf1f4237d8d594c9755610bd | 2,070,174,238,806 | e812009c172078ec282e6ca9a3f57da9b5220e61 | /provider/src/main/java/com/lichun/dubbo/provider/service/DemoServiceImpl.java | e6043f9d2530b25046956932873bb5a1d3e10e45 | [] | no_license | 7doggy/springboot-dubbo | https://github.com/7doggy/springboot-dubbo | f17b1e30dd476204be1b2f32074bb0e0b9023313 | ec230d578015e89c9e39a730129ace319f3597dd | refs/heads/master | 2020-04-14T19:30:38.155000 | 2019-01-04T05:03:32 | 2019-01-04T05:03:32 | 164,060,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lichun.dubbo.provider.service;
import com.alibaba.dubbo.config.annotation.Service;
import com.lichun.dubbo.api.DemoService;
import org.springframework.stereotype.Component;
/**
* Give a provider to make a service implements api interface.
*/
@Service(interfaceClass = DemoService.class)
@Component
public... | UTF-8 | Java | 454 | java | DemoServiceImpl.java | Java | [] | null | [] | package com.lichun.dubbo.provider.service;
import com.alibaba.dubbo.config.annotation.Service;
import com.lichun.dubbo.api.DemoService;
import org.springframework.stereotype.Component;
/**
* Give a provider to make a service implements api interface.
*/
@Service(interfaceClass = DemoService.class)
@Component
public... | 454 | 0.77533 | 0.77533 | 17 | 25.705883 | 21.859888 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 0 |
7d61dbefb5c1009f08e6ca49f9822b54805acab0 | 21,096,879,427,084 | 549fbe9b69e8f798d88d2adbd83245318925dde7 | /src/DoTutorial/com/loldie/bots/dotutorial/branches/IsInRatPitBranch.java | 838d046d3f3fc9b1ded0a83463c3d5dcdbf27da7 | [] | no_license | N3uR0TiCV0iD/RuneMate-Bots | https://github.com/N3uR0TiCV0iD/RuneMate-Bots | 61a4a86d239201f45402c9bf42fa80a6bdb8a056 | ea0112583031eaade7ddb56a4f0516a1d318ac36 | refs/heads/master | 2023-08-24T15:12:26.455000 | 2023-08-12T14:08:57 | 2023-08-12T14:08:57 | 95,848,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.loldie.bots.dotutorial.branches;
import com.loldie.bots.common.logic.ILogicNode;
import com.loldie.bots.common.logic.LogicAreaBranch;
import com.runemate.game.api.hybrid.location.Area;
import com.runemate.game.api.hybrid.location.Coordinate;
public class IsInRatPitBranch extends LogicAreaBranch
{
public s... | UTF-8 | Java | 568 | java | IsInRatPitBranch.java | Java | [] | null | [] | package com.loldie.bots.dotutorial.branches;
import com.loldie.bots.common.logic.ILogicNode;
import com.loldie.bots.common.logic.LogicAreaBranch;
import com.runemate.game.api.hybrid.location.Area;
import com.runemate.game.api.hybrid.location.Coordinate;
public class IsInRatPitBranch extends LogicAreaBranch
{
public s... | 568 | 0.801056 | 0.783451 | 14 | 39.57143 | 25.594961 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 0 |
58bbabcc4c4a2785aa5151a9cc5be0cb40a735ca | 17,772,574,705,508 | 76c72bad91283a4b43934431cec197266ef0dc2b | /studyredis/src/main/java/com/jin/eledger/pojo/ReponseResult.java | 015e22526042eb8bf8d67ebe1d5f6b821b1e6495 | [] | no_license | study-day/study-demo | https://github.com/study-day/study-demo | c50a94b9373a19bf2e6b1d025f273acfee0126ac | 5be9a127e669190eb73f6d01d59a62a6e3924b24 | refs/heads/master | 2023-02-27T09:54:38.907000 | 2021-02-06T09:18:11 | 2021-02-06T09:18:11 | 289,409,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jin.eledger.pojo;
public class ReponseResult {
private byte code;
private String msg;
public byte getCode() {
return code;
}
public void setCode(byte code) {
this.code = code;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
}
| UTF-8 | Java | 305 | java | ReponseResult.java | Java | [] | null | [] | package com.jin.eledger.pojo;
public class ReponseResult {
private byte code;
private String msg;
public byte getCode() {
return code;
}
public void setCode(byte code) {
this.code = code;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
}
| 305 | 0.672131 | 0.672131 | 20 | 14.25 | 11.699893 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.35 | false | false | 0 |
d71159c909a036223f9b2ee23385ef21a06c773f | 32,392,643,378,711 | 01480d11e0f811c4ea5f7eb9a9032a3af9933838 | /src/main/java/br/com/flightslist/domain/pilot/Pilot.java | bd51ed8ffa68eb715000438979118ee2f02f66d1 | [] | no_license | dvdpansardis/Flights_List | https://github.com/dvdpansardis/Flights_List | 8723418c01ee86500b7442d8c78cde0c817c757f | 78b98539d6eabd9f94c56a8a5eb8d4587c06eb41 | refs/heads/master | 2021-01-06T20:39:31.500000 | 2017-08-07T18:48:01 | 2017-08-07T18:48:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.flightslist.domain.pilot;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import... | UTF-8 | Java | 1,293 | java | Pilot.java | Java | [
{
"context": "ilot entity, using the patther DDD.\n * \n * @author David\n * @version 1.0\n *\n */\n@Entity\n@Table(name = \"FL_",
"end": 576,
"score": 0.9995549321174622,
"start": 571,
"tag": "NAME",
"value": "David"
}
] | null | [] | package br.com.flightslist.domain.pilot;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import... | 1,293 | 0.734725 | 0.733179 | 65 | 18.892307 | 16.862452 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.892308 | false | false | 0 |
146d9f4e15c44e593377338b9644afe892a9f4f4 | 10,788,957,848,111 | 5947b607314ec81a9c4d0534b5863c024fe39852 | /LinNei-Master/src/main/java/com/het/linnei/ui/activity/device/DevShareFindAty.java | e9533e171b7e50bea4c224cfb08f08f5a3ffcaac | [] | no_license | ColinFly/HeaterApp | https://github.com/ColinFly/HeaterApp | ea653cce00dae4481f4e8d41437a238d149ba79f | 60fad5be588448fd97140eee2828c8cb1dfb6ddf | refs/heads/master | 2017-12-03T23:44:13.793000 | 2016-05-30T02:23:05 | 2016-05-30T02:23:05 | 54,194,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.het.linnei.ui.activity.device;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.text.Spanned;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.ListView;
import ... | UTF-8 | Java | 10,796 | java | DevShareFindAty.java | Java | [
{
"context": "ew;\nimport butterknife.OnClick;\n\n/**\n * Created by colin on 15-10-30.\n * 待分享设备界面\n * 多设备页面可进入\n * 单设备分享可进入\n ",
"end": 1479,
"score": 0.8191686868667603,
"start": 1474,
"tag": "USERNAME",
"value": "colin"
}
] | null | [] | package com.het.linnei.ui.activity.device;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.text.Spanned;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.ListView;
import ... | 10,796 | 0.534974 | 0.533549 | 269 | 38.115242 | 29.234053 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669145 | false | false | 0 |
9ae514a9a59b7d6020ff62950e9c24c0790baecd | 22,196,391,054,611 | 0385c090ad781a9e7ba915daf8d90c7d58bb2589 | /iterableapi/src/main/java/com/iterable/iterableapi/IterablePushRegistration.java | 889a8e7a5f10bdedf107d1867dd0df261cb47b2f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | mumbles42/iterable-android-sdk | https://github.com/mumbles42/iterable-android-sdk | 63d090db49f60af434bc4fcb0e1383f2479c4618 | 06bd057a9b8e3a6fc80e9b72cb9349409a9c7990 | refs/heads/master | 2022-11-13T04:47:03.157000 | 2020-07-06T16:44:41 | 2020-07-06T16:44:41 | 278,858,353 | 0 | 0 | MIT | true | 2020-07-11T12:35:30 | 2020-07-11T12:35:22 | 2020-07-11T12:35:24 | 2020-07-11T12:35:28 | 3,293 | 0 | 0 | 1 | null | false | false | package com.iterable.iterableapi;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import androidx.annotation.NonNull;
import com.google.firebase.iid.FirebaseInstanceId;
import org.json.JSONObject;
import java.io.IOException;
/**
* Created by David Truong dt@... | UTF-8 | Java | 7,037 | java | IterablePushRegistration.java | Java | [
{
"context": "t;\n\nimport java.io.IOException;\n\n/**\n * Created by David Truong dt@iterable.com\n */\nclass IterablePushRegistratio",
"end": 316,
"score": 0.9998705387115479,
"start": 304,
"tag": "NAME",
"value": "David Truong"
},
{
"context": "va.io.IOException;\n\n/**\n * Create... | null | [] | package com.iterable.iterableapi;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import androidx.annotation.NonNull;
import com.google.firebase.iid.FirebaseInstanceId;
import org.json.JSONObject;
import java.io.IOException;
/**
* Created by <NAME> <EMAIL>
... | 7,023 | 0.634361 | 0.633793 | 164 | 41.896343 | 41.117115 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 0 |
b3fbcabf600744a0bcb3190e41636f83d26ce3f3 | 3,032,246,980,343 | acc44c3749e89e372e1839325c70e0cba6bee404 | /IGNITE PURVI/sort binary array.java | 9f1340b71de9caf67f00949505d35904324b9539 | [] | no_license | ignite-plus-2021/Assignments-2021 | https://github.com/ignite-plus-2021/Assignments-2021 | fab2f0bf6ea17822cfff0212bc8a82d9a3b5bb29 | d12b6d257b3c0df88d0f64268129ee68cec8a491 | refs/heads/main | 2023-04-27T00:15:23.780000 | 2021-06-08T12:44:26 | 2021-06-08T12:44:26 | 345,991,838 | 0 | 27 | null | false | 2021-05-28T10:57:01 | 2021-03-09T12:02:49 | 2021-05-28T10:49:16 | 2021-05-28T10:57:00 | 484 | 0 | 22 | 4 | Java | false | false | class Binary{
public static void main(String args[]){
int a[] = {0,1,1,0,1,1,0,1,0,0};
int count=0;
for(int i=0;i<a.length;i++){
if(a[i]==0){
count++;
}
}
for(int i=0;i<count;i++){
a[i] = 0;
}
... | UTF-8 | Java | 412 | java | sort binary array.java | Java | [] | null | [] | class Binary{
public static void main(String args[]){
int a[] = {0,1,1,0,1,1,0,1,0,0};
int count=0;
for(int i=0;i<a.length;i++){
if(a[i]==0){
count++;
}
}
for(int i=0;i<count;i++){
a[i] = 0;
}
... | 412 | 0.322816 | 0.283981 | 17 | 21.647058 | 13.04265 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 0 |
37ddbb96652bce171cee554a6bbcb9e1b01852ac | 24,189,255,873,291 | 378692140be74e3ace67d96fde88c45e43cc95de | /src/main/java/com/demo/sinck/SinkTest.java | 761beafb3a9e0a345e54d16ede19c53cf67276bf | [] | no_license | wangxiaolin01/flink-demo | https://github.com/wangxiaolin01/flink-demo | 57e0bcc02b974310ba1a19a838d62e2ee7e4f6cd | 511401808e46220587cf6887f83439878dbdd1b3 | refs/heads/master | 2023-06-06T17:30:09.197000 | 2021-07-06T14:32:48 | 2021-07-06T14:32:48 | 383,496,546 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.sinck;
import org.apache.flink.api.common.RuntimeExecutionMode;
import org.apache.flink.api.common.functions.RichMapFunction;
import org.apache.flink.api.common.serialization.SimpleStringEncoder;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.connector.jdbc.JdbcConnectionOption... | UTF-8 | Java | 1,728 | java | SinkTest.java | Java | [] | null | [] | package com.demo.sinck;
import org.apache.flink.api.common.RuntimeExecutionMode;
import org.apache.flink.api.common.functions.RichMapFunction;
import org.apache.flink.api.common.serialization.SimpleStringEncoder;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.connector.jdbc.JdbcConnectionOption... | 1,728 | 0.722801 | 0.715278 | 38 | 44.473682 | 27.750521 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 0 |
ff75e0e2cc1280c9b7c66df28e07d8f14e712501 | 12,034,498,374,593 | ea5638b76bd1f000e70faab70d8dc6415bdcdd1b | /src/main/java/com/panda/SpringJspWeb/demo/datastructdemo/LoopQueue.java | a2def490d278cf5866bd91870ed06817d92c9628 | [] | no_license | topson-cn/SpringJspWeb | https://github.com/topson-cn/SpringJspWeb | 8f081bdb2474776fccc317de5219ee2cf4de5ef4 | 85fea63b52a6064de392dc3fd7f295c6ddb9e134 | refs/heads/master | 2022-07-12T23:48:59.056000 | 2020-01-22T06:24:23 | 2020-01-22T06:24:23 | 231,495,826 | 0 | 0 | null | false | 2022-06-21T02:33:51 | 2020-01-03T02:23:24 | 2020-01-22T06:24:34 | 2022-06-21T02:33:49 | 2,327 | 0 | 0 | 4 | JavaScript | false | false | package com.panda.SpringJspWeb.demo.datastructdemo;
/**
* 〈一句话功能简述〉<br>
* 循环队列: 数组实现
* @author 18048474
* @see [相关类/方法](可选)
* @since [产品/模块版本] (可选)
*/
public class LoopQueue<E> {
private Object[] data;
private int maxSize;
private int front;
private int rear;
public LoopQueue(){
... | UTF-8 | Java | 1,325 | java | LoopQueue.java | Java | [
{
"context": "o;\n\n/**\n * 〈一句话功能简述〉<br>\n * 循环队列: 数组实现\n * @author 18048474\n * @see [相关类/方法](可选)\n * @since [产品/模块版本] (可选)\n */",
"end": 107,
"score": 0.9989372491836548,
"start": 99,
"tag": "USERNAME",
"value": "18048474"
}
] | null | [] | package com.panda.SpringJspWeb.demo.datastructdemo;
/**
* 〈一句话功能简述〉<br>
* 循环队列: 数组实现
* @author 18048474
* @see [相关类/方法](可选)
* @since [产品/模块版本] (可选)
*/
public class LoopQueue<E> {
private Object[] data;
private int maxSize;
private int front;
private int rear;
public LoopQueue(){
... | 1,325 | 0.521883 | 0.508671 | 58 | 19.879311 | 16.124598 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362069 | false | false | 0 |
ba39be457190ccc490117c563a902f6c770391ef | 14,568,529,077,346 | 5be8c5c03c12e05d845c3102ff0a2948cf6638a8 | /components/camel-snmp/src/test/java/org/apache/camel/component/snmp/SnmpRespondTestSupport.java | 2e0e38dc9e693084cc35b2b84f28bb7a49a93a99 | [
"Apache-2.0"
] | permissive | Talend/apache-camel | https://github.com/Talend/apache-camel | cfc4657dc28a6c5701854b0889b9e0d090675b05 | fe9484bf5236f7af665c35cc7ed29527def8fe48 | refs/heads/master | 2023-08-10T14:15:19.145000 | 2023-06-28T06:30:44 | 2023-06-28T06:30:44 | 35,226,644 | 15 | 61 | Apache-2.0 | true | 2023-08-29T11:53:02 | 2015-05-07T15:03:34 | 2023-02-07T09:06:42 | 2023-08-29T11:53:00 | 644,703 | 15 | 54 | 0 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 8,547 | java | SnmpRespondTestSupport.java | Java | [
{
"context": "\n private static final String LOCAL_ADDRESS = \"127.0.0.1/0\";\n\n Snmp snmpResponder;\n String listening",
"end": 2167,
"score": 0.9997238516807556,
"start": 2158,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "ring key = vbs.stream().sequential()... | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 8,532 | 0.611092 | 0.578098 | 204 | 40.89706 | 29.581629 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642157 | false | false | 0 |
f4de19c959350140591066840d89920732b13b22 | 13,297,218,757,215 | b78ef134adf469e723fc02ec248b1f5dc9224763 | /app/src/main/java/com/vsahin/twitter_api_search/View/MainActivity.java | c5acf5d5aeef9e0aa23de9fe611999bd2da25d3d | [
"MIT"
] | permissive | volkansahin45/Twitter-Api-Search-Example | https://github.com/volkansahin45/Twitter-Api-Search-Example | fa6e8df1a521af6dca2f41ff11d3623026dabcd6 | f231f9be7ae463bd7c8831af9562bb84993fa57c | refs/heads/master | 2021-07-09T07:00:45.594000 | 2017-10-06T08:10:00 | 2017-10-06T08:10:00 | 105,979,446 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vsahin.twitter_api_search.View;
import android.arch.lifecycle.LifecycleActivity;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.FrameLayout;
import com.vsahin.twitter_ap... | UTF-8 | Java | 2,408 | java | MainActivity.java | Java | [] | null | [] | package com.vsahin.twitter_api_search.View;
import android.arch.lifecycle.LifecycleActivity;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.FrameLayout;
import com.vsahin.twitter_ap... | 2,408 | 0.679817 | 0.676495 | 77 | 30.272728 | 26.680231 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
8240ed66911bef899fa6ce24e7bb7fdbc81bbff3 | 18,975,165,520,895 | 58e3d4beac7d1a314546a506e854baab482a4862 | /src/main/java/agency/akcom/upwork/server/dao/UpworkUserSettingsDao.java | 9a76cab57bee9bd60fa9da9a14c8b960ca122bfd | [] | no_license | kupryanov97/upWork | https://github.com/kupryanov97/upWork | 74b93d1544e21eb855e1a2d7fbd9e8c72d526110 | e96cb9739dce88ffc247214b4144af6857709ecc | refs/heads/master | 2020-09-04T13:49:23.878000 | 2019-11-05T13:09:59 | 2019-11-05T13:09:59 | 219,748,601 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package agency.akcom.upwork.server.dao;
import java.util.List;
import agency.akcom.upwork.domain.UpworkUserSettings;
import com.google.appengine.api.datastore.PreparedQuery;
import static com.googlecode.objectify.ObjectifyService.ofy;
public class UpworkUserSettingsDao extends BaseDao<UpworkUserSettings> {
pu... | UTF-8 | Java | 927 | java | UpworkUserSettingsDao.java | Java | [] | null | [] | package agency.akcom.upwork.server.dao;
import java.util.List;
import agency.akcom.upwork.domain.UpworkUserSettings;
import com.google.appengine.api.datastore.PreparedQuery;
import static com.googlecode.objectify.ObjectifyService.ofy;
public class UpworkUserSettingsDao extends BaseDao<UpworkUserSettings> {
pu... | 927 | 0.748652 | 0.747573 | 31 | 28.903225 | 30.718655 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 0 |
3ef36e5c5334694639fcfe20d21d6a734c02ecaa | 22,488,448,764,482 | df90c842e5b9c404862ceae3fe142df751c490f9 | /src/main/java/com/reciconnect/domain/Usuario.java | 5b6e0127c63707f4a8a82071023b2116d855dc46 | [] | no_license | rtsouza26/ReciConnectB | https://github.com/rtsouza26/ReciConnectB | c653f90d75ad4eebcf68a73541e679abe3d3725b | ab1913889947d73d9ed28ec67dfc3ea65b7d3759 | refs/heads/master | 2020-05-27T11:37:27.145000 | 2019-05-26T23:53:00 | 2019-05-26T23:53:00 | 188,598,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reciconnect.domain;
import javax.persistence.*;
import javax.validation.constraints.*;
@Entity
@Table(name="TB_USUARIO")
public class Usuario {
@Id
@NotNull
private String email;
@Column
@NotNull
private String nome;
@Column
@NotNull
private String senha;
@Column
@NotNull
... | UTF-8 | Java | 821 | java | Usuario.java | Java | [] | null | [] | package com.reciconnect.domain;
import javax.persistence.*;
import javax.validation.constraints.*;
@Entity
@Table(name="TB_USUARIO")
public class Usuario {
@Id
@NotNull
private String email;
@Column
@NotNull
private String nome;
@Column
@NotNull
private String senha;
@Column
@NotNull
... | 821 | 0.645554 | 0.645554 | 52 | 13.788462 | 11.992524 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 0 |
d1d033cfcf13ea62f72ae02623b6bf5508db131e | 19,138,374,283,789 | 572175142e6157f93c97ad9132f9c45ef364bbc1 | /src/liveproject2/Select_Timing.java | 78e560f874d304b6dd74cfb024048242c9492784 | [] | no_license | iamPrashSri/Coaching-Institute-Management-System | https://github.com/iamPrashSri/Coaching-Institute-Management-System | f91a0f436f0215a8d4c3b49077abefb19a29fa4a | 928f95db3c3f5f53f364542ddfc20142f7372273 | refs/heads/master | 2020-08-18T15:54:52.153000 | 2019-10-24T14:56:02 | 2019-10-24T14:56:02 | 215,808,041 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package liveproject2;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.R... | UTF-8 | Java | 6,222 | java | Select_Timing.java | Java | [
{
"context": "racle.jdbc.driver.OracleDriver;\n\n/**\n *\n * @author Hp\n */\npublic class Select_Timing extends javax.swin",
"end": 520,
"score": 0.9994737505912781,
"start": 518,
"tag": "USERNAME",
"value": "Hp"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package liveproject2;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.R... | 6,222 | 0.652684 | 0.634362 | 132 | 46.136364 | 40.829056 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 0 |
e1b2fa87d6beeb6b18af2b13d0c4d5a43aee418e | 12,034,498,378,798 | 975993759563ef52e8b12b2c87610bdc59ff3096 | /app/src/main/java/edu/ucmo/cptonline/helper/UploadHelper.java | e0c164f1953eb357a0dbcb7f9f3a8d2ee663b7e7 | [] | no_license | spinachandkale/cptonline_android | https://github.com/spinachandkale/cptonline_android | cfeb138107f7318c94690c92d03cb36b589501c3 | 44e686038651712412015d3b555c3ac26c3427b6 | refs/heads/master | 2021-03-19T14:11:20.614000 | 2017-05-10T14:55:19 | 2017-05-10T14:55:19 | 90,048,346 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ucmo.cptonline.helper;
import android.os.AsyncTask;
import java.io.File;
import java.io.FileInputStream;
import java.io.OutputStream;
import java.io.InputStream;
import java.net.URLConnection;
import java.net.URL;
import java.util.ArrayList;
/**
* Created by avina on 5/3/2017.
*/
public class UploadHe... | UTF-8 | Java | 6,650 | java | UploadHelper.java | Java | [
{
"context": "RL;\nimport java.util.ArrayList;\n\n/**\n * Created by avina on 5/3/2017.\n */\n\npublic class UploadHelper exten",
"end": 280,
"score": 0.9956426024436951,
"start": 275,
"tag": "USERNAME",
"value": "avina"
}
] | null | [] | package edu.ucmo.cptonline.helper;
import android.os.AsyncTask;
import java.io.File;
import java.io.FileInputStream;
import java.io.OutputStream;
import java.io.InputStream;
import java.net.URLConnection;
import java.net.URL;
import java.util.ArrayList;
/**
* Created by avina on 5/3/2017.
*/
public class UploadHe... | 6,650 | 0.476992 | 0.456241 | 217 | 29.645161 | 22.821859 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 0 |
bcec0afed9a033e48575e6b6282594010b681320 | 12,034,498,378,067 | 6758067b257fdd286a3282d454bfd42c8daa7c98 | /src/Task1/Task1_10/CharType.java | 9917be57a0896a073ddbbd8a3793e4c761852d6c | [] | no_license | dziominpavel/EPAM_IntroductionToJava | https://github.com/dziominpavel/EPAM_IntroductionToJava | 98b01d0097f42a928baa4db42f9f401e7a93f68f | 79b10ca9d3241557a6760fff8f9411d51315bc0a | refs/heads/master | 2020-05-20T08:14:38.391000 | 2019-06-21T15:46:33 | 2019-06-21T15:46:33 | 185,028,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Task1.Task1_10;
public enum CharType {
VOWEL, CONSONANT
}
| UTF-8 | Java | 71 | java | CharType.java | Java | [] | null | [] | package Task1.Task1_10;
public enum CharType {
VOWEL, CONSONANT
}
| 71 | 0.71831 | 0.661972 | 5 | 13.2 | 10.419213 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
8d9ac3a140efcb7984b66716b6f88e6af84d19ae | 12,034,498,377,178 | e200cbeb134b979b35737be769433a6d2e03d538 | /repo/proj3/gitlet/CommitTest.java | 2e48f3a7124dc5780ff3b9a8b8dc374fc9b3d3ee | [] | no_license | Yang-B/CS61b | https://github.com/Yang-B/CS61b | 8dc877f3bc66123472c69e0331f7a60fe93e6472 | bdacb7c33156b44f837c3a97a0c1fa1ae9fd0fca | refs/heads/master | 2021-03-30T18:19:29.694000 | 2017-12-09T19:55:20 | 2017-12-09T19:55:20 | 106,618,626 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gitlet;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.Date;
import java.io.File;
import static gitlet.Utils.*;
import java.util.HashMap;
/** Test CommitTest.
* @author Bo Yang
*/
public class CommitTest {
@Test
public void testCommit() {
Commit initcommit = new Co... | UTF-8 | Java | 3,306 | java | CommitTest.java | Java | [
{
"context": "ava.util.HashMap;\n\n/** Test CommitTest.\n * @author Bo Yang\n */\npublic class CommitTest {\n @Test\n publi",
"end": 214,
"score": 0.9997431039810181,
"start": 207,
"tag": "NAME",
"value": "Bo Yang"
}
] | null | [] | package gitlet;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.Date;
import java.io.File;
import static gitlet.Utils.*;
import java.util.HashMap;
/** Test CommitTest.
* @author <NAME>
*/
public class CommitTest {
@Test
public void testCommit() {
Commit initcommit = new Com... | 3,305 | 0.624319 | 0.606171 | 76 | 42.5 | 23.521267 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.171053 | false | false | 0 |
cfafa6f139e242b60ba5914c1b74b60495edd58a | 12,610,024,050,960 | 572e2fe46cdbee3870e8468196521f3df6293c63 | /AsistenciaAutomatica/app/src/main/java/com/example/asistenciaautomatica/Asistente.java | 5a52ccb560baaeb27a6b1b8909f74525943bec94 | [] | no_license | bolisteward/AMST_2T2019_Toma-autom-tica-de-asistencia-de-eventos | https://github.com/bolisteward/AMST_2T2019_Toma-autom-tica-de-asistencia-de-eventos | 5c04ab1c0a70a9257e951c96584e31ea20f1f87a | 0bcfe162f0afbaf876e733db8b035822306fe911 | refs/heads/master | 2020-12-18T19:11:44.889000 | 2020-02-01T02:27:56 | 2020-02-01T02:27:56 | 235,493,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asistenciaautomatica;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content... | UTF-8 | Java | 46,072 | java | Asistente.java | Java | [] | null | [] | package com.example.asistenciaautomatica;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content... | 46,072 | 0.528893 | 0.525724 | 920 | 49.071739 | 41.130455 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58913 | false | false | 0 |
597b16cd845fd20cc0eaa7418a27b3f5ec44fa81 | 31,971,736,586,135 | b992259d58de4e94dbf2daca93f52863e682420f | /app/src/main/java/org/lntorrent/libretorrent/service/FeedDownloaderWorker.java | 4f7ae0dd81da22f9ec894e5574d4cf021b3687a4 | [] | no_license | hamzadevc/LNTorrentApp | https://github.com/hamzadevc/LNTorrentApp | 4b82e95b836b456a43731a9df49fc4c4dc2f9efb | 8ac52ced62028f97628bef06b0d3a6f684830885 | refs/heads/master | 2022-12-03T20:05:40.921000 | 2020-08-25T13:32:01 | 2020-08-25T13:32:01 | 290,222,079 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.lntorrent.libretorrent.service;
import android.content.Context;
import android.net.Uri;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.work.Data;
import androidx.work.Worker;
import androidx.work.WorkerParameters;
import org.lntorrent.libretorrent.core.RepositoryHelper;
im... | UTF-8 | Java | 6,207 | java | FeedDownloaderWorker.java | Java | [] | null | [] |
package org.lntorrent.libretorrent.service;
import android.content.Context;
import android.net.Uri;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.work.Data;
import androidx.work.Worker;
import androidx.work.WorkerParameters;
import org.lntorrent.libretorrent.core.RepositoryHelper;
im... | 6,207 | 0.6396 | 0.637989 | 180 | 33.472221 | 27.716507 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 0 |
706dfc3b7e94b243d0ac14308c511976881e4a75 | 30,605,936,962,097 | a31d928777bdf36a80854a2275eba85665dacf1b | /src/main/java/com/zyu/xjsy/common/util/JedisCacheManager.java | fef8e8ca0666ba18af654cff82ded06d769345ac | [] | no_license | travy3/xjsy | https://github.com/travy3/xjsy | 39d15f41c351e88b9156d4785e24d34c8da11cc7 | 8d6c751d0bc3fca416c2f6bd72eb5486bfa77bb3 | refs/heads/master | 2022-09-17T14:12:10.259000 | 2016-06-29T09:38:15 | 2016-06-29T09:38:15 | 51,828,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyu.xjsy.common.util;
import com.zyu.xjsy.common.config.Global;
import org.apache.shiro.cache.Cache;
import org.apache.shiro.cache.CacheException;
import org.apache.shiro.cache.CacheManager;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import redis.clients.jedis.Jedis;
import redis.clients.jedi... | UTF-8 | Java | 1,524 | java | JedisCacheManager.java | Java | [
{
"context": " redis.clients.jedis.JedisPool;\n\n/**\n * Created by chenjie on 2016/4/27.\n */\npublic class JedisCacheManager ",
"end": 359,
"score": 0.999600887298584,
"start": 352,
"tag": "USERNAME",
"value": "chenjie"
}
] | null | [] | package com.zyu.xjsy.common.util;
import com.zyu.xjsy.common.config.Global;
import org.apache.shiro.cache.Cache;
import org.apache.shiro.cache.CacheException;
import org.apache.shiro.cache.CacheManager;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import redis.clients.jedis.Jedis;
import redis.clients.jedi... | 1,524 | 0.652887 | 0.646982 | 64 | 22.8125 | 22.470032 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390625 | false | false | 0 |
0424f80bd866d744f58f922d30da886f7bc38d81 | 31,275,951,873,052 | 190644238eb7ed70d24d80bcef3b811132e60b3c | /Covid-19-DataCollection/src/org/hiber/covid/dao/PersonDAO.java | b346ffa8119d80feb4fd0432cebf507bb609e6a6 | [] | no_license | varunvasudev4/Java | https://github.com/varunvasudev4/Java | 4f800734c1e81cbf41178862ea629f4bb1cfb4f9 | a27f0b92b1b825def729e4a53f431f0acb355d2f | refs/heads/master | 2022-11-19T03:28:21.565000 | 2020-07-08T09:28:30 | 2020-07-08T09:28:30 | 278,039,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hiber.covid.dao;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import javax.xml.crypto.Data;
import org.hiber.covid.dto.Address;
import org.hiber.covid.dto.Person;
import org.hiber.covid.dto.VisitedPlaces;
import org.hiber.covid.utils.SessionFactoryManger;
import... | UTF-8 | Java | 3,003 | java | PersonDAO.java | Java | [] | null | [] | package org.hiber.covid.dao;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import javax.xml.crypto.Data;
import org.hiber.covid.dto.Address;
import org.hiber.covid.dto.Person;
import org.hiber.covid.dto.VisitedPlaces;
import org.hiber.covid.utils.SessionFactoryManger;
import... | 3,003 | 0.65035 | 0.648352 | 120 | 23.025 | 25.778694 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 0 |
69550efe4839ae68eb2d8b6f5f54a4785a80ff8b | 987,842,489,412 | f18428f066faf6a7c1786c8bce3dfbdd79e1b784 | /mbtt/ACB_MultiChannelCommonJar/src/com/acb/service/DienlucWS/OutputType.java | 175dffe2a0c5acd0b85f36265283485cc222a0c3 | [] | no_license | anhlt309/build_online.acb_UAT | https://github.com/anhlt309/build_online.acb_UAT | ea9c67ee3068df1a167a63b23e4ed6da54c5a9ac | d2d40e154306fb824804817b4099b9c9acb39a0d | refs/heads/master | 2020-03-26T11:09:54.357000 | 2018-08-14T03:01:04 | 2018-08-14T03:01:04 | 144,830,994 | 0 | 4 | null | false | 2021-02-04T03:16:35 | 2018-08-15T09:05:53 | 2018-08-16T06:31:51 | 2018-08-14T03:31:08 | 121,869 | 0 | 1 | 1 | Java | false | false | //
// Generated By:JAX-WS RI IBM 2.1.1 in JDK 6 (JAXB RI IBM JAXB 2.1.3 in JDK 1.6)
//
package com.acb.service.DienlucWS;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <... | UTF-8 | Java | 2,878 | java | OutputType.java | Java | [] | null | [] | //
// Generated By:JAX-WS RI IBM 2.1.1 in JDK 6 (JAXB RI IBM JAXB 2.1.3 in JDK 1.6)
//
package com.acb.service.DienlucWS;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <... | 2,878 | 0.574357 | 0.566018 | 122 | 22.590164 | 22.465183 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.262295 | false | false | 0 |
b10258dbe5b2200073b8114286053b9c84638401 | 13,039,520,714,984 | 7df159b42c785edd04d679851aa09eded908605f | /lorann/view/src/main/java/view/Renderer.java | c3a58e6aba419cca2cbecbe4b2becd9edede5d9a | [] | no_license | NeoDarkFire/Lorann | https://github.com/NeoDarkFire/Lorann | 2afaf5639824d298dbe409bb922ab31c604e72bd | 7bcb0e11a5576a791c48b05c9e75540a626237b9 | refs/heads/master | 2020-03-18T19:09:59.970000 | 2018-06-06T07:48:44 | 2018-06-06T07:48:44 | 135,138,426 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.event.KeyListener;
import java.util.Observable;
import model.ILevel;
import showboard.BoardFrame;
import showboard.ISquare;
/**
* <h1>The Class Renderer allows to show the display.</h1>
*
* @author aurel
* @version ... | UTF-8 | Java | 2,466 | java | Renderer.java | Java | [
{
"context": "r allows to show the display.</h1>\r\n *\r\n * @author aurel\r\n * @version 1.0\r\n */\r\n\r\npublic class Renderer ex",
"end": 306,
"score": 0.9989681243896484,
"start": 301,
"tag": "USERNAME",
"value": "aurel"
}
] | null | [] | package view;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.event.KeyListener;
import java.util.Observable;
import model.ILevel;
import showboard.BoardFrame;
import showboard.ISquare;
/**
* <h1>The Class Renderer allows to show the display.</h1>
*
* @author aurel
* @version ... | 2,466 | 0.623682 | 0.61841 | 125 | 17.736 | 17.962692 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.688 | false | false | 0 |
22cf0333756ec64b11b2e76f124bb2aecae58aa1 | 29,274,497,094,836 | 63b302fa7526b9b23c6e81e7a8406f0053dd9ae5 | /MVN/myproject/testapp/src/main/java/com/testcompany/testapp/BinaryTreeNode.java | d703c3ab5b98faef81448a686efcef5ffdfe3418 | [] | no_license | rgaicherry/Learning | https://github.com/rgaicherry/Learning | e47896b8d0685154431e8abafd7b6abf167ee8f6 | c4ea250f8adc0c035c87a2df568e5c113e25d644 | refs/heads/master | 2020-01-27T21:19:23.052000 | 2017-02-18T06:33:04 | 2017-02-18T06:33:04 | 35,519,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testcompany.testapp;
public abstract class BinaryTreeNode {
BinaryTreeNode leftNode;
BinaryTreeNode rightNode;
String value;
int result;
String displayStr = null;
public abstract void calculateResult();
public abstract void setDisplayStr();
public void setLeftNode (BinaryTreeN... | UTF-8 | Java | 867 | java | BinaryTreeNode.java | Java | [] | null | [] | package com.testcompany.testapp;
public abstract class BinaryTreeNode {
BinaryTreeNode leftNode;
BinaryTreeNode rightNode;
String value;
int result;
String displayStr = null;
public abstract void calculateResult();
public abstract void setDisplayStr();
public void setLeftNode (BinaryTreeN... | 867 | 0.683968 | 0.683968 | 46 | 16.847826 | 15.997238 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 0 |
36781074c18931265bc87c958110236ca98fc8b3 | 4,045,859,202,081 | 39c2bccf1cca529c7aae360c0f603fe3229bc4f7 | /app/src/main/java/com/example/demo/json/JsonMainTest.java | b8e99d0fff985ca1266d1c0d2f4117ab7d7b752b | [] | no_license | mygzk/VolleyAndroidTest | https://github.com/mygzk/VolleyAndroidTest | ba01e3dc2634484d98ce2a00e455238dbd8d9741 | 34e51d5b4a136adfc17f03a89c83034597012de0 | refs/heads/master | 2021-01-19T06:42:58.377000 | 2016-07-26T06:12:31 | 2016-07-26T06:12:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.json;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.util.List;
/**
* Created by guozhk on 16-7-5.
*/
public class JsonMainTest {
//static String jsonStr = "[{\"name\":\"name0\",\"age\":0},{\"name\":\"name1\",\"age\":5},{\"name\":\"name2\",\"age\":... | UTF-8 | Java | 1,478 | java | JsonMainTest.java | Java | [
{
"context": "eToken;\n\nimport java.util.List;\n\n/**\n * Created by guozhk on 16-7-5.\n */\npublic class JsonMainTest {\n\n /",
"end": 152,
"score": 0.9997005462646484,
"start": 146,
"tag": "USERNAME",
"value": "guozhk"
}
] | null | [] | package com.example.demo.json;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.util.List;
/**
* Created by guozhk on 16-7-5.
*/
public class JsonMainTest {
//static String jsonStr = "[{\"name\":\"name0\",\"age\":0},{\"name\":\"name1\",\"age\":5},{\"name\":\"name2\",\"age\":... | 1,478 | 0.506766 | 0.47226 | 35 | 41.228573 | 72.195404 | 353 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.371429 | false | false | 0 |
dbf87b62f133fbc3aa7e75021739930b9cc2f088 | 11,115,375,394,288 | ccf939f058113c0ce3bf69dd53c0f490add9a6f4 | /src/Managers/CalendarManager.java | d56e51f2e348c6085b1bd895edf9d850de3eb8fe | [] | no_license | fRandOmizer/PV168-Calendar | https://github.com/fRandOmizer/PV168-Calendar | aa85930cc3b3c15cf20a529209e6fb133f59b906 | c4a59d43cae85cd1468c721330351381c6566372 | refs/heads/master | 2020-05-02T18:56:47.432000 | 2015-04-02T10:02:01 | 2015-04-02T10:02:01 | 31,851,402 | 1 | 0 | null | false | 2015-03-17T22:07:02 | 2015-03-08T13:53:30 | 2015-03-17T22:07:02 | 2015-03-17T22:07:02 | 224 | 1 | 0 | 0 | Java | null | null | package Managers;
import Containers.Day;
import Containers.Note;
import Interfaces.CalendarManagerInterface;
import javax.sql.DataSource;
import java.sql.Date;
import java.time.Month;
import java.time.Year;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Lis... | UTF-8 | Java | 3,090 | java | CalendarManager.java | Java | [
{
"context": "alendar;\nimport java.util.List;\n\n/**\n * Created by Richard on 8. 3. 2015.\n */\n\n// METODA CHANGEMONTH BY MALA",
"end": 349,
"score": 0.9982914328575134,
"start": 342,
"tag": "NAME",
"value": "Richard"
},
{
"context": "chard on 8. 3. 2015.\n */\n\n// METODA CHANGEM... | null | [] | package Managers;
import Containers.Day;
import Containers.Note;
import Interfaces.CalendarManagerInterface;
import javax.sql.DataSource;
import java.sql.Date;
import java.time.Month;
import java.time.Year;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Lis... | 3,062 | 0.632039 | 0.627184 | 106 | 28.150944 | 23.955853 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584906 | false | false | 0 |
22844a69ad28978096a17c220353ec8cd6ee9aed | 23,476,291,245,354 | 4ce29ff0158f07f44ee2957bab6ae1996c559ede | /BookToGo/app/src/main/java/com/cs442/dliu33/booktogo/RegisterFragment.java | cfff0b82efe923becc11b3c46caae09745513da7 | [] | no_license | danna1406/cs442_project | https://github.com/danna1406/cs442_project | c4f40c28781e2b86016eed972e354e5d0c2b349f | 5bfe1e4ba001c7fce0d3d00f29a8e963eb47538b | refs/heads/master | 2022-01-04T23:04:55.071000 | 2021-06-22T21:32:21 | 2021-06-22T21:32:21 | 70,217,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cs442.dliu33.booktogo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.cs442.dliu33.booktogo... | UTF-8 | Java | 2,532 | java | RegisterFragment.java | Java | [] | null | [] | package com.cs442.dliu33.booktogo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.cs442.dliu33.booktogo... | 2,532 | 0.639021 | 0.632701 | 73 | 33.684933 | 29.922216 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561644 | false | false | 0 |
f5f73bc62f6cca8325928d0b10e3dcdc867e4b68 | 30,391,188,657,182 | 89799326b2439db478fc9a93ef8fb1b394a7e80a | /src/test/java/com/leonhart/bytebuddy/issue/reproduce/BaseSagaTest.java | 97744d7144f28418ed15add85b63d8801ae2c57e | [] | no_license | leozilla/reproduce-bytebuddy-issue | https://github.com/leozilla/reproduce-bytebuddy-issue | 9d35b5c2dc97a558e203bf5e90d4b7cf813c6d58 | 3b37303ce33c45526c72fdce796d0014cb395b04 | refs/heads/master | 2016-09-05T11:40:58.049000 | 2015-08-05T18:50:23 | 2015-08-05T18:50:23 | 39,737,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leonhart.bytebuddy.issue.reproduce;
import com.codebullets.sagalib.AbstractSaga;
import com.codebullets.sagalib.EventHandler;
import com.codebullets.sagalib.ExecutionContext;
import com.codebullets.sagalib.Saga;
import com.codebullets.sagalib.StartsSaga;
import com.leonhart.bytebuddy.issue.reproduce.messag... | UTF-8 | Java | 2,804 | java | BaseSagaTest.java | Java | [] | null | [] | package com.leonhart.bytebuddy.issue.reproduce;
import com.codebullets.sagalib.AbstractSaga;
import com.codebullets.sagalib.EventHandler;
import com.codebullets.sagalib.ExecutionContext;
import com.codebullets.sagalib.Saga;
import com.codebullets.sagalib.StartsSaga;
import com.leonhart.bytebuddy.issue.reproduce.messag... | 2,804 | 0.639087 | 0.63873 | 56 | 49.07143 | 37.810078 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 0 |
bf676517e2dc122aa9928d3ba175f904d9edf027 | 8,512,625,212,224 | 76ffe5f918b8c4dd41e4ba30b059ca7466e47c87 | /Clock/NumberDisplay.java | 934db89a9a5cf56eb8571e39a3445116a7497c33 | [] | no_license | JO-Sweeney/Week3 | https://github.com/JO-Sweeney/Week3 | 00a0a128308ca3c8de0d7fd26036eb8d02b45a01 | ecac02ea949c1f9f6179716a926376e822e8ee60 | refs/heads/master | 2020-03-30T13:03:22.635000 | 2018-10-04T18:08:31 | 2018-10-04T18:08:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Clock;
public class NumberDisplay {
private int limit;
private int value;
/* Multiple constructors as minutes and seconds limit are both 59
* whereas hour has a limit dependent on 24 vs 12 hour clock.
* They take in parameters passed from ClockDisplay that were themselves
* passed fr... | UTF-8 | Java | 1,358 | java | NumberDisplay.java | Java | [] | null | [] | package Clock;
public class NumberDisplay {
private int limit;
private int value;
/* Multiple constructors as minutes and seconds limit are both 59
* whereas hour has a limit dependent on 24 vs 12 hour clock.
* They take in parameters passed from ClockDisplay that were themselves
* passed fr... | 1,358 | 0.642857 | 0.620766 | 60 | 20.633333 | 21.931686 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.816667 | false | false | 0 |
0d86a84a21d65dfa8771ae28ec5f50e64218aea2 | 30,331,059,064,834 | be926858454430502b8095a1628e89b4420789d1 | /src/main/java/com/niit/shopping/model/RegistrationEmailAPI.java | 2debd8ac24b60637d178d4bffc868378b8fe7a52 | [] | no_license | Jayanth-vasu/mailsender | https://github.com/Jayanth-vasu/mailsender | 54fb4f1a55e1d64b55e2f3d0ee570be8c239f1de | ee386688b1c40528d9a57901f0d4032a33b7aa04 | refs/heads/master | 2020-01-28T15:39:43.746000 | 2016-08-28T17:53:42 | 2016-08-28T17:53:42 | 66,782,171 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niit.shopping.model;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* @autho... | UTF-8 | Java | 921 | java | RegistrationEmailAPI.java | Java | [
{
"context": "saction.annotation.Transactional;\n \n/**\n * @author Crunchify.com\n * \n */\n \n@Service(\"registrationEmail\")\npublic cl",
"end": 335,
"score": 0.7621721029281616,
"start": 322,
"tag": "EMAIL",
"value": "Crunchify.com"
}
] | null | [] | package com.niit.shopping.model;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* @autho... | 915 | 0.798046 | 0.798046 | 31 | 28.741936 | 26.014845 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387097 | false | false | 0 |
4d293e968f8af4b4cb481b018990346620042ede | 13,838,384,649,564 | 96ac36241a66221a465376b61f0d57224bff70f8 | /src/cn/edu/tju/util/GetXY_Base.java | 3b49898224bcf0210ad8afb9c58b9386622e70d7 | [] | no_license | tmeteorj/BaseAddressLocation | https://github.com/tmeteorj/BaseAddressLocation | d7c7b3cf79ab1dee54c3a1991440f3f736e7d3a8 | dd4e154798798269e31853725436ad1ccb0d076d | refs/heads/master | 2021-01-10T02:38:37.222000 | 2016-03-20T14:31:49 | 2016-03-20T14:31:49 | 54,263,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.tju.util;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.URL;
import net.sf.json.JSONObject;
public class GetXY_Base {
//http://api.gpsspg.c... | WINDOWS-1252 | Java | 2,113 | java | GetXY_Base.java | Java | [] | null | [] | package cn.edu.tju.util;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.URL;
import net.sf.json.JSONObject;
public class GetXY_Base {
//http://api.gpsspg.c... | 2,113 | 0.686936 | 0.670784 | 71 | 28.647888 | 28.962383 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.098592 | false | false | 0 |
f459e697496732a9ce5d4276807e078732c7ca94 | 32,298,154,079,775 | 27849c431a2710755e164f1702593fa0af369ecc | /app/src/main/java/donpironet/be/funproject/Dagger/DaggerConstants.java | 4149274f942a7605df88b800212aa40e6e2d482f | [] | no_license | donpironet/Dagger2Fun | https://github.com/donpironet/Dagger2Fun | 2e72655eb989f5f01b57bef1c0ba8481099bd72f | 85eef933ba2c36cc918c0d3a89195942c5f6a03f | refs/heads/master | 2017-12-03T10:03:00.087000 | 2017-03-23T13:14:33 | 2017-03-23T13:14:33 | 85,950,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package donpironet.be.funproject.Dagger;
/**
* Created by donpironet on 23/03/17.
*/
public final class DaggerConstants {
public static final String DEFAULT_RETROFIT = "default_retrofit_client";
public static final String OTHER_RETROFIT = "other_retrofit_client";
}
| UTF-8 | Java | 278 | java | DaggerConstants.java | Java | [
{
"context": "onpironet.be.funproject.Dagger;\n\n/**\n * Created by donpironet on 23/03/17.\n */\n\npublic final class DaggerConsta",
"end": 70,
"score": 0.9996335506439209,
"start": 60,
"tag": "USERNAME",
"value": "donpironet"
}
] | null | [] | package donpironet.be.funproject.Dagger;
/**
* Created by donpironet on 23/03/17.
*/
public final class DaggerConstants {
public static final String DEFAULT_RETROFIT = "default_retrofit_client";
public static final String OTHER_RETROFIT = "other_retrofit_client";
}
| 278 | 0.744604 | 0.723022 | 10 | 26.799999 | 28.392958 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
d553efb4407f96074d50a644cba8f95e0e72922a | 23,605,140,286,775 | a1d37379f32eed1fc8d02e4c7d6e1aae8556e263 | /src/main/java/agenzia/entities/Cliente.java | caf4b11ad8e7d48b7536a4da671dfb925cf904b5 | [] | no_license | rcclas/agenzia-viaggi | https://github.com/rcclas/agenzia-viaggi | f22b2f3a6e347e0f0719a0bf728052fff885ece4 | ed26b58db5a7fb3e0f170e7c1f7da6c657eb4b7d | refs/heads/main | 2023-06-28T00:56:01.924000 | 2021-07-23T14:06:44 | 2021-07-23T14:06:44 | 386,071,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package agenzia.entities;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.per... | UTF-8 | Java | 1,510 | java | Cliente.java | Java | [] | null | [] | package agenzia.entities;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.per... | 1,510 | 0.727152 | 0.727152 | 77 | 18.61039 | 16.03013 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.402597 | false | false | 0 |
f143afd26f251b320297adfe690d7b2fe8955bc9 | 29,824,252,928,621 | 0411273160856b5f3767fbe47796932f4b275a1c | /src/design_pattern/structural/bridge/DB2Impl.java | 6caa9197275ac739068ae102c19a7d50b89e37fd | [] | no_license | Cicinnus0407/DesignPatterns | https://github.com/Cicinnus0407/DesignPatterns | 910f20cd5e839c3e5b35b47f10e3dc86538c487b | 5f393f97a57488e89983ebfc11b2a9203217e395 | refs/heads/master | 2021-09-01T23:01:42.645000 | 2017-12-29T01:40:48 | 2017-12-29T01:40:48 | 103,557,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design_pattern.structural.bridge;
/**
* Created by Cicinnus on 2017/9/30.
*/
public class DB2Impl implements ExactDataImpl {
@Override
public ExactData readFromDB() {
System.out.println("DB2数据读取");
return new ExactData();
}
}
| UTF-8 | Java | 274 | java | DB2Impl.java | Java | [
{
"context": "sign_pattern.structural.bridge;\n\n/**\n * Created by Cicinnus on 2017/9/30.\n */\npublic class DB2Impl implements",
"end": 69,
"score": 0.9990221858024597,
"start": 61,
"tag": "USERNAME",
"value": "Cicinnus"
}
] | null | [] | package design_pattern.structural.bridge;
/**
* Created by Cicinnus on 2017/9/30.
*/
public class DB2Impl implements ExactDataImpl {
@Override
public ExactData readFromDB() {
System.out.println("DB2数据读取");
return new ExactData();
}
}
| 274 | 0.665414 | 0.631579 | 13 | 19.461538 | 17.770395 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 0 |
3e792bc635c7f74e04723c675c08487c48e0fefd | 3,831,110,838,673 | 49a358d1f418af8dc75b2ec0596b305f4bf19338 | /app/src/main/java/com/b2/myapplication/network/networkinterface/GetService.java | 9090b88511a7fd3ecdfe12e4eab90cd367692e85 | [
"Apache-2.0"
] | permissive | rizwanrazi/ShoppingCart | https://github.com/rizwanrazi/ShoppingCart | ab0eb58ad20fb3d67d4a133818a8fe4444062183 | 2888b31427ecb86466e5804e5f25866e029b7450 | refs/heads/main | 2022-12-28T04:14:57.478000 | 2020-10-09T01:59:52 | 2020-10-09T01:59:52 | 302,505,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.b2.myapplication.network.networkinterface;
import com.b2.myapplication.model.ProductModel;
import java.util.ArrayList;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by Rizwan Ahmed on 08/10/2020.
*/
public interface GetService {
@GET("products")
Call<ArrayList<ProductModel>> ... | UTF-8 | Java | 340 | java | GetService.java | Java | [
{
"context": "Call;\nimport retrofit2.http.GET;\n/**\n * Created by Rizwan Ahmed on 08/10/2020.\n */\npublic interface GetService {\n",
"end": 214,
"score": 0.9998579025268555,
"start": 202,
"tag": "NAME",
"value": "Rizwan Ahmed"
}
] | null | [] | package com.b2.myapplication.network.networkinterface;
import com.b2.myapplication.model.ProductModel;
import java.util.ArrayList;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by <NAME> on 08/10/2020.
*/
public interface GetService {
@GET("products")
Call<ArrayList<ProductModel>> getAll... | 334 | 0.758824 | 0.723529 | 16 | 20.25 | 19.356846 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
4b313e83c7021737e5fe8c813f81f755926b6f8b | 32,066,225,847,226 | 6a6b433894e9ae391d5d1f2a9c557207ec90e620 | /blog/src/main/java/com/google/style/blog/controller/BoringService.java | 898d3323a99de9b8f38b699a124f23f7a98dab15 | [] | no_license | passliang/monkey | https://github.com/passliang/monkey | 573d92e6ca8a5fa3fc9d3447b9b013d58b3f364c | d49cdacee3c67e466edce54eb9cc5c4d76185f6a | refs/heads/master | 2022-03-03T15:47:09.127000 | 2022-03-03T07:41:12 | 2022-03-03T07:41:12 | 121,089,959 | 7 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.style.blog.controller;
/**
* @author LYL
* @date 2018/2/22 17:55
*/
public interface BoringService {
/**
* 计算 心水
* @param monthSalary monthSalary
*/
void makeTimeSpeedFaster(double monthSalary);
}
| UTF-8 | Java | 254 | java | BoringService.java | Java | [
{
"context": " com.google.style.blog.controller;\n\n/**\n * @author LYL\n * @date 2018/2/22 17:55\n */\npublic interface Bor",
"end": 61,
"score": 0.9996829032897949,
"start": 58,
"tag": "USERNAME",
"value": "LYL"
}
] | null | [] | package com.google.style.blog.controller;
/**
* @author LYL
* @date 2018/2/22 17:55
*/
public interface BoringService {
/**
* 计算 心水
* @param monthSalary monthSalary
*/
void makeTimeSpeedFaster(double monthSalary);
}
| 254 | 0.642276 | 0.597561 | 15 | 15.4 | 16.280048 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.133333 | false | false | 0 |
dca1ff882ccd9e5fa598e6f93707d237fb81bb9e | 317,827,617,351 | 5c21350dc430563e4bbc1e9b402688ebaa3899f2 | /src/main/java/Main.java | 3a6238be9f7f588f9c79df3558b2ba231936bc7b | [] | no_license | Energyneer/tandem_pldr | https://github.com/Energyneer/tandem_pldr | dca074aba5279eb90b1889d1250f5eb67d5cf039 | 333081499daa101af5092d8bdcf302921bc83da7 | refs/heads/master | 2020-07-31T12:08:26.891000 | 2019-09-24T12:37:47 | 2019-09-24T12:37:47 | 210,599,016 | 0 | 0 | null | false | 2020-10-13T16:16:12 | 2019-09-24T12:35:59 | 2019-09-24T12:39:24 | 2020-10-13T16:16:11 | 13 | 0 | 0 | 1 | Java | false | false | import models.User;
import repositories.GameRep;
import repositories.GameRepImpl;
import repositories.UserRep;
import repositories.UserRepImpl;
public class Main {
public static void main(String[] args) {
UserRep userRep = new UserRepImpl();
GameRep gameRep = new GameRepImpl();
gameRep.ne... | UTF-8 | Java | 2,618 | java | Main.java | Java | [
{
"context": "Game();\n\n gameRep.newGame(userRep.getUser(\"userB\"));\n gameRep.newPalindrome(\"Noon\");\n ",
"end": 1977,
"score": 0.9947185516357422,
"start": 1972,
"tag": "USERNAME",
"value": "userB"
}
] | null | [] | import models.User;
import repositories.GameRep;
import repositories.GameRepImpl;
import repositories.UserRep;
import repositories.UserRepImpl;
public class Main {
public static void main(String[] args) {
UserRep userRep = new UserRepImpl();
GameRep gameRep = new GameRepImpl();
gameRep.ne... | 2,618 | 0.617977 | 0.617977 | 75 | 32.226665 | 18.207378 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813333 | false | false | 0 |
3f718086ee841af61370e14d4dd03adc6546af53 | 987,842,502,924 | 8ae76acdfdf21b14dd1f68cde48bad0124bb8a06 | /src/main/java/com/babelsubtitles/crawler/extractor/ChapterExtractor.java | b0681e92d184a9298fb5874a168947e0fe8c798a | [
"MIT"
] | permissive | fjavierjimenez/subtitles-crawler | https://github.com/fjavierjimenez/subtitles-crawler | d7b3dcce62471a71e15b2b4fad160f7ec26f7ebb | 2df4704497051fd8a3700a0a8502191b3f787623 | refs/heads/master | 2016-09-05T16:06:30.354000 | 2015-10-09T19:21:12 | 2015-10-09T19:21:12 | 38,896,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.babelsubtitles.crawler.extractor;
import com.babelsubtitles.crawler.model.Chapter;
import com.babelsubtitles.crawler.model.Serie;
import rx.Observable;
/**
* Created by Javi on 12/07/2015.
*/
public interface ChapterExtractor {
Observable<Chapter> getChapters(Serie serie, Integer seasonId);
}
| UTF-8 | Java | 314 | java | ChapterExtractor.java | Java | [
{
"context": "el.Serie;\nimport rx.Observable;\n\n/**\n * Created by Javi on 12/07/2015.\n */\npublic interface ChapterExt",
"end": 185,
"score": 0.7508240938186646,
"start": 184,
"tag": "NAME",
"value": "J"
},
{
"context": ".Serie;\nimport rx.Observable;\n\n/**\n * Created by Javi o... | null | [] | package com.babelsubtitles.crawler.extractor;
import com.babelsubtitles.crawler.model.Chapter;
import com.babelsubtitles.crawler.model.Serie;
import rx.Observable;
/**
* Created by Javi on 12/07/2015.
*/
public interface ChapterExtractor {
Observable<Chapter> getChapters(Serie serie, Integer seasonId);
}
| 314 | 0.786624 | 0.761146 | 12 | 25.166666 | 22.560413 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
51bc33a6e07c81d825a29cff203ff71e4fec2734 | 31,842,887,592,889 | a6c72277e479dda36169ab9f50114a887ceb821b | /src/main/java/model/Customer.java | 9e98afe8cd6a2a04d1370f982a2a2089b1ff0296 | [] | no_license | jhontona/ecommerce-model | https://github.com/jhontona/ecommerce-model | 57f6f0f428bcd382acff0f00cfcca6b3087c2146 | f5d5bc567120b4b1668753f2c274ec9b2c0b5d0d | refs/heads/master | 2020-03-29T01:02:01.237000 | 2018-09-19T01:29:39 | 2018-09-19T01:29:39 | 149,367,913 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class Customer
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public String name;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ord... | UTF-8 | Java | 845 | java | Customer.java | Java | [] | null | [] | package model;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class Customer
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public String name;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ord... | 845 | 0.473373 | 0.473373 | 66 | 11.787879 | 10.478716 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848485 | false | false | 0 |
6331be4917876f97b6fd7b81e63f77102818a2ab | 8,358,006,393,218 | 0e25a937dc61a75750401ca716a693743169eeca | /app/src/main/java/com/zx/player/tools/LifecycleMonitorImpl.java | 59b7e6cc029e2b12192a45d2f17745197fcefe38 | [] | no_license | zhangnn016/zxplayer | https://github.com/zhangnn016/zxplayer | 459d8b713ae0f3418a986e44d658cfc33db9cabe | edf807caf1ccb4675995f822367cbf4068346050 | refs/heads/master | 2021-01-10T00:54:59.567000 | 2015-08-15T00:30:44 | 2015-08-15T00:30:44 | 39,820,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zx.player.tools;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.app.Instrumentation;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import java.lang... | UTF-8 | Java | 10,389 | java | LifecycleMonitorImpl.java | Java | [
{
"context": "util.Map;\nimport java.util.Set;\n\n/**\n * Created by niuniuzhang on 15/7/21.\n */\npublic class LifecycleMonitorImpl",
"end": 575,
"score": 0.9997005462646484,
"start": 564,
"tag": "USERNAME",
"value": "niuniuzhang"
}
] | null | [] | package com.zx.player.tools;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.app.Instrumentation;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import java.lang... | 10,389 | 0.628521 | 0.625478 | 280 | 35.389286 | 29.877045 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364286 | false | false | 0 |
4e5f27febdbf70811f5d5a4f5851dec832c2f63e | 15,539,191,701,290 | 08d835e125d2c23f9de04111ef886bbca90d971c | /src/main/array/ArrayProuct.java | e36541b1c93f189b081d1f24de34cdada1596cdc | [] | no_license | santanuchoudhury/mycode | https://github.com/santanuchoudhury/mycode | 30e5bea7493bea221c432b49aef7554bff4bee50 | 1490319d2df27c9a3d508f96886e6613fc469113 | refs/heads/master | 2019-06-21T08:38:53.825000 | 2018-10-16T07:10:58 | 2018-10-16T07:10:58 | 25,798,564 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.array;
import java.security.InvalidParameterException;
public class ArrayProuct {
static void products (int[] a) {
validateArray(a);
printArray(a);
int n = a.length;
int[] l = new int[n];
int[] r = new int[n];
int[] p = new int[n];
int i = 0, j = 0;
//initialization
l[0] = 1;
r[n... | UTF-8 | Java | 1,677 | java | ArrayProuct.java | Java | [] | null | [] | package main.array;
import java.security.InvalidParameterException;
public class ArrayProuct {
static void products (int[] a) {
validateArray(a);
printArray(a);
int n = a.length;
int[] l = new int[n];
int[] r = new int[n];
int[] p = new int[n];
int i = 0, j = 0;
//initialization
l[0] = 1;
r[n... | 1,677 | 0.51938 | 0.502087 | 94 | 16.840425 | 14.035898 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.37234 | false | false | 0 |
e302f7410e0bb0bb5fca4627673fa8c57893443a | 17,016,660,465,486 | ea86380fdd2faf0721640537dc20ae8327ef085e | /src/test/java/cn/osxm/ssmi/chp06/junit/JunitSpringTest.java | e2d438cd088b62002f947d9ad9026760c01070cb | [] | no_license | osxm/ssmi | https://github.com/osxm/ssmi | 5c0c9225f2944599d150cb8db4da98f56ad682f8 | 506ccee5baf1656c30807c247e36cf0fcd1d3354 | refs/heads/master | 2022-12-24T07:16:47.500000 | 2021-12-21T15:56:59 | 2021-12-21T15:56:59 | 160,265,156 | 0 | 3 | null | false | 2022-12-16T00:46:32 | 2018-12-03T23:00:51 | 2021-12-21T15:57:01 | 2022-12-16T00:46:32 | 604 | 0 | 0 | 14 | Java | false | false | /**
* @Title: JunitSpringTest.java
* @Package cn.osxm.ssmi.chp6.junit
* @Description: TODO
* @author osxm:oscarxueming
* @date 2019年1月7日 下午10:27:33
* @version V1.0
*/
package cn.osxm.ssmi.chp06.junit;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
/... | GB18030 | Java | 949 | java | JunitSpringTest.java | Java | [
{
"context": "smi.chp6.junit\n * @Description: TODO\n * @author osxm:oscarxueming\n * @date 2019年1月7日 下午10:27:33\n * @ve",
"end": 109,
"score": 0.6213241815567017,
"start": 107,
"tag": "USERNAME",
"value": "xm"
},
{
"context": ".chp6.junit\n * @Description: TODO\n * @author osxm:osca... | null | [] | /**
* @Title: JunitSpringTest.java
* @Package cn.osxm.ssmi.chp6.junit
* @Description: TODO
* @author osxm:oscarxueming
* @date 2019年1月7日 下午10:27:33
* @version V1.0
*/
package cn.osxm.ssmi.chp06.junit;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
/... | 949 | 0.67789 | 0.654321 | 43 | 19.744186 | 17.835283 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232558 | false | false | 0 |
93c528834cd71b2628a5aa821e815b6ea650e3e6 | 18,425,409,730,941 | 630be9caedae55f467f98e4522cab93364f4d650 | /app/src/main/java/com/chumu/jianzhimao/mvp/LetterComparator.java | 1a9745b37b6d42c921faddfe8fbcce71ac7861c2 | [] | no_license | 15335179243/JianZhiMao | https://github.com/15335179243/JianZhiMao | 74a219ad7fd67d6b925b63dc0bd08731207980b9 | 6db1f41b38b2d7967dfedf274fceaa786169eebc | refs/heads/master | 2022-12-27T01:27:38.964000 | 2020-09-02T10:12:05 | 2020-09-02T10:12:05 | 292,249,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chumu.jianzhimao.mvp;
import com.chad.library.adapter.base.entity.MultiItemEntity;
import com.chad.library.adapter.base.viewholder.BaseViewHolder;
import com.chumu.jianzhimao.R;
import com.chumu.jianzhimao.mvp.bean.City;
import org.jetbrains.annotations.NotNull;
import java.util.Comparator;
import java.... | UTF-8 | Java | 819 | java | LetterComparator.java | Java | [] | null | [] | package com.chumu.jianzhimao.mvp;
import com.chad.library.adapter.base.entity.MultiItemEntity;
import com.chad.library.adapter.base.viewholder.BaseViewHolder;
import com.chumu.jianzhimao.R;
import com.chumu.jianzhimao.mvp.bean.City;
import org.jetbrains.annotations.NotNull;
import java.util.Comparator;
import java.... | 819 | 0.680098 | 0.672772 | 29 | 27.206896 | 24.102339 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 0 |
93629b8e38bb11a7b8465b378388f42bf862e8be | 575,525,643,648 | f529642caeab495a4fcb3792f0a421206295d779 | /Console_Rpg/src/Consumables/IConsumable.java | 681e88e6afcb4b9273873a53ad3707ce610756b3 | [] | no_license | Halil-Ibrahim-Kasapoglu/Console_Rpg | https://github.com/Halil-Ibrahim-Kasapoglu/Console_Rpg | 3434a636683d98c05abeee05b9ba997cd0b629e4 | 0f6676160ab14384306e29890d5ecc2c941339cc | refs/heads/main | 2023-05-07T21:24:53.900000 | 2021-05-25T19:24:12 | 2021-05-25T19:24:12 | 365,548,481 | 2 | 1 | null | false | 2021-05-08T18:26:41 | 2021-05-08T15:28:09 | 2021-05-08T15:46:14 | 2021-05-08T18:26:41 | 25 | 2 | 0 | 5 | Java | false | false | package Consumables;
public interface IConsumable {
void Consume();
}
| UTF-8 | Java | 76 | java | IConsumable.java | Java | [] | null | [] | package Consumables;
public interface IConsumable {
void Consume();
}
| 76 | 0.723684 | 0.723684 | 6 | 11.666667 | 11.869662 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
846a1b6132884ecb4dffe60cfea14387e4ea7bf4 | 9,775,345,601,239 | 2ef32a9eff9f7092fc63142d95ff698092be0d8b | /src/main/java/com/kaoriya/qb/ip_range/App.java | cba909f10859d45935b98ff03d8788e4e9e6d98d | [] | no_license | koron/ip_range | https://github.com/koron/ip_range | 216dbf35f6ddb70c94efc112ee78b1bf7815d3ca | 9dc7367105c9361076414a672d648b73ded7a318 | refs/heads/master | 2023-06-28T14:36:40.507000 | 2023-06-14T09:20:13 | 2023-06-14T09:20:13 | 5,658,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kaoriya.qb.ip_range;
import java.io.IOException;
import java.util.List;
import org.ardverk.collection.PatriciaTrie;
import org.ardverk.collection.Trie;
import org.ardverk.collection.IntegerKeyAnalyzer;
/**
* Hello world!
*
*/
public class App
{
public static void read(DataReader r, Trie<Integer,T... | UTF-8 | Java | 6,416 | java | App.java | Java | [] | null | [] | package com.kaoriya.qb.ip_range;
import java.io.IOException;
import java.util.List;
import org.ardverk.collection.PatriciaTrie;
import org.ardverk.collection.Trie;
import org.ardverk.collection.IntegerKeyAnalyzer;
/**
* Hello world!
*
*/
public class App
{
public static void read(DataReader r, Trie<Integer,T... | 6,416 | 0.48192 | 0.473192 | 231 | 26.774891 | 20.753584 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554113 | false | false | 0 |
db1f19776a2723d808a88e3863608cfa83ffa956 | 7,602,092,150,772 | 067df685707d1ea5452663d33152d72e6bf71a92 | /src/ConnectionManager.java | b03acef6b9f6020c2ae19fd1089ef0986659ea53 | [] | no_license | brenoafb/axur-challenge | https://github.com/brenoafb/axur-challenge | 274c811fe1b18f8e9bc5b7b3f1eeb10b57fb627e | 19645fcbdd08f63d61c248a887be496bfe562ff2 | refs/heads/master | 2023-03-26T22:01:51.998000 | 2021-03-28T13:40:05 | 2021-03-28T13:40:05 | 350,440,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Optional;
public class ConnectionManager {
private HttpURLConnection con;
private int timeout = 5000;
public boolean setupConnection... | UTF-8 | Java | 1,661 | java | ConnectionManager.java | Java | [] | null | [] | package src;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Optional;
public class ConnectionManager {
private HttpURLConnection con;
private int timeout = 5000;
public boolean setupConnection... | 1,661 | 0.683925 | 0.680915 | 51 | 31.588236 | 22.819992 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
750b0b668f1c118682b5c965036a232a1804d1a3 | 33,706,903,351,059 | 9bbbd2d8eea0a5068889c1bd0bbba90efea4f6ba | /easycluster-serialization/src/main/java/org/easycluster/easycluster/serialization/tlv/encode/encoders/BooleanTLVEncoder.java | 1765a9375c8f31e5f697083b25fa8efd59833399 | [] | no_license | xinster819/utils | https://github.com/xinster819/utils | 99e77d62547ed4c262fbccbb6d983190b062b3dc | cb42243a2af54b42e18287d10ece5e13224c1294 | refs/heads/master | 2020-05-20T05:22:14.315000 | 2015-05-10T06:09:10 | 2015-05-10T06:09:10 | 35,354,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.easycluster.easycluster.serialization.tlv.encode.encoders;
import java.util.Arrays;
import java.util.List;
import org.easycluster.easycluster.serialization.tlv.encode.TLVEncodeContext;
import org.easycluster.easycluster.serialization.tlv.encode.TLVEncoder;
public class BooleanTLVEncoder implements TLVEnc... | UTF-8 | Java | 613 | java | BooleanTLVEncoder.java | Java | [] | null | [] | package org.easycluster.easycluster.serialization.tlv.encode.encoders;
import java.util.Arrays;
import java.util.List;
import org.easycluster.easycluster.serialization.tlv.encode.TLVEncodeContext;
import org.easycluster.easycluster.serialization.tlv.encode.TLVEncoder;
public class BooleanTLVEncoder implements TLVEnc... | 613 | 0.75367 | 0.750408 | 18 | 33.055557 | 32.896255 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 0 |
0c0deca4bd1ae2d8b3d95099bf63f35f69309085 | 7,327,214,263,369 | 47c4e00a3e387a38e3b5491131da010d84fc2a5f | /eKartFront/src/main/java/com/niit/ekartfront/util/SendMail.java | d54742bade2524319bb584243e05cb92ab3d10ce | [] | no_license | ponmuthu5990/eKart | https://github.com/ponmuthu5990/eKart | af19d7be57690c7524a518fe1746f4f975520125 | 67d296c05c6891db16442e4f2e81561714f7c0f4 | refs/heads/master | 2021-01-02T22:34:09.644000 | 2018-01-06T10:16:48 | 2018-01-06T10:16:48 | 99,341,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niit.ekartfront.util;
import org.springframework.mail.SimpleMailMessage;
public class SendMail {
public static SimpleMailMessage sendingMail(String recipientAddress, String subject, String message){
SimpleMailMessage email = new SimpleMailMessage();
email.setTo(recipientAddre... | UTF-8 | Java | 440 | java | SendMail.java | Java | [] | null | [] | package com.niit.ekartfront.util;
import org.springframework.mail.SimpleMailMessage;
public class SendMail {
public static SimpleMailMessage sendingMail(String recipientAddress, String subject, String message){
SimpleMailMessage email = new SimpleMailMessage();
email.setTo(recipientAddre... | 440 | 0.681818 | 0.681818 | 19 | 21.157894 | 26.184092 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 0 |
c9b9a67c63c9530c7514ae632502dce5b696586c | 9,637,906,654,289 | fc6be6f6464e87de292e692ef22e6f3b7ccc8e95 | /src/main/java/py/org/fundacionparaguaya/pspserver/families/specifications/FamilySpecification.java | cc9991565e74fd2677ba048a64b283319a1cc064 | [
"Apache-2.0"
] | permissive | jazvillagra/FP-PSP-SERVER | https://github.com/jazvillagra/FP-PSP-SERVER | ca502b271b54337cd89d84aae9db920573cd8951 | 20922c8174f8d2b11bf7c00202e12e0f817c9a44 | refs/heads/master | 2020-03-10T08:48:36.703000 | 2018-03-20T19:31:51 | 2018-03-20T19:31:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package py.org.fundacionparaguaya.pspserver.families.specifications;
import org.apache.commons.lang3.StringUtils;
import org.springframework.data.jpa.domain.Specification;
import py.org.fundacionparaguaya.pspserver.families.dtos.FamilyFilterDTO;
import py.org.fundacionparaguaya.pspserver.families.entities.... | UTF-8 | Java | 3,872 | java | FamilySpecification.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author bsandoval\n *\n */\npublic class FamilySpecification {\n \n ",
"end": 1014,
"score": 0.999464213848114,
"start": 1005,
"tag": "USERNAME",
"value": "bsandoval"
}
] | null | [] | /**
*
*/
package py.org.fundacionparaguaya.pspserver.families.specifications;
import org.apache.commons.lang3.StringUtils;
import org.springframework.data.jpa.domain.Specification;
import py.org.fundacionparaguaya.pspserver.families.dtos.FamilyFilterDTO;
import py.org.fundacionparaguaya.pspserver.families.entities.... | 3,872 | 0.62345 | 0.623192 | 84 | 45.095238 | 34.473461 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 0 |
6cea0672fa7faa07ab535ce5f12d770b1f7663e9 | 2,628,520,011,402 | 086185861d3dfc9507b03927d1262414eb280523 | /newsnews-apis/src/main/java/com/light/apis/article/ApArticleCollectionControllerApi.java | 55d2b48f10cd7cb63b5afdf5d72ee5aa7008cacd | [] | no_license | houhaiiiii/News | https://github.com/houhaiiiii/News | 1e86eef97c71fde1b68a557b1ca68b27809733ff | 03dba52f73cd706e828680c66dd9a2977e854155 | refs/heads/master | 2023-06-18T20:20:55.344000 | 2021-07-22T16:01:13 | 2021-07-22T16:01:13 | 326,561,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.light.apis.article;
import com.light.model.article.dtos.CollectionBehaviorDto;
import com.light.model.common.dtos.ResponseResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@Api(value = "app端-文章收藏功能", tags = "article-collection", description = "app端-文章收藏功能")
public inte... | UTF-8 | Java | 489 | java | ApArticleCollectionControllerApi.java | Java | [] | null | [] | package com.light.apis.article;
import com.light.model.article.dtos.CollectionBehaviorDto;
import com.light.model.common.dtos.ResponseResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@Api(value = "app端-文章收藏功能", tags = "article-collection", description = "app端-文章收藏功能")
public inte... | 489 | 0.79691 | 0.79691 | 14 | 31.357143 | 27.041258 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
4e26a165d39a78bfd8f31e5b4697fcf512ca6148 | 27,187,143,009,746 | efab9fc501d7d8b53e54f20c0fb1f00d7012a272 | /Java_example/src/com/kh/example/practice3/run/Run.java | e2da3f15f7e4d84fe56b2a3cc2cb6c5fc40478c8 | [] | no_license | DK2554/JAVA_E | https://github.com/DK2554/JAVA_E | 7be99f42aa9334dcefe51bdec08bc4b0e477d33f | 4f16e8436c0ece699934eb4a67d0ea58ca0237aa | refs/heads/master | 2022-11-17T18:35:46.329000 | 2020-07-02T13:37:40 | 2020-07-02T13:37:40 | 275,790,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kh.example.practice3.run;
import com.kh.example.practice3.model.vo.Circle;
public class Run {
public static void main(String[] args) {
Circle cr=new Circle();
cr.getAreaOfCircle();
cr.getSizeOfCircle();
cr.incrementRadius();
cr.getAreaOfCircle();
cr.getSizeOfCircle();
}
}
| UTF-8 | Java | 312 | java | Run.java | Java | [] | null | [] | package com.kh.example.practice3.run;
import com.kh.example.practice3.model.vo.Circle;
public class Run {
public static void main(String[] args) {
Circle cr=new Circle();
cr.getAreaOfCircle();
cr.getSizeOfCircle();
cr.incrementRadius();
cr.getAreaOfCircle();
cr.getSizeOfCircle();
}
}
| 312 | 0.695513 | 0.689103 | 19 | 15.421053 | 15.298145 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.473684 | false | false | 0 |
15b32a7a7cceff5f55009d7cb61a4dc75a3ac81b | 29,583,734,748,533 | 708a95d12844db8ae9c5d9e02a17618394dcd0da | /src/jp/co/yh123/tank/chara/ActionWalk.java | b21876e58f26974b1344fe8427f3f75151f34cbf | [] | no_license | yohamta/swing-roguelike | https://github.com/yohamta/swing-roguelike | 708fa8bfea29323a19981ac09733fbf2fafb7d61 | f2d05d023bbdcc18e5c311a9b338e3614a74ac35 | refs/heads/master | 2021-05-28T19:19:49.365000 | 2015-04-06T14:25:54 | 2015-04-06T14:25:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.jp.co.yh123.tank.chara;
import src.jp.co.yh123.tank.collabo.IMaptipClbInterface;
import src.jp.co.yh123.tank.map.Map;
import src.jp.co.yh123.tank.map.MapFactory;
import src.jp.co.yh123.zlibrary.util.DebugUtil;
import src.jp.co.yh123.zlibrary.util.GameMath;
public class ActionWalk implements IChara... | SHIFT_JIS | Java | 3,971 | java | ActionWalk.java | Java | [] | null | [] | package src.jp.co.yh123.tank.chara;
import src.jp.co.yh123.tank.collabo.IMaptipClbInterface;
import src.jp.co.yh123.tank.map.Map;
import src.jp.co.yh123.tank.map.MapFactory;
import src.jp.co.yh123.zlibrary.util.DebugUtil;
import src.jp.co.yh123.zlibrary.util.GameMath;
public class ActionWalk implements IChara... | 3,971 | 0.578838 | 0.568107 | 131 | 23.610687 | 20.533188 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.076336 | false | false | 0 |
4071d85a0f5bb19f24a0f47ffd474f155dcae2bd | 33,268,816,694,841 | 1d02771abbe5f5080489c0da2fa7d32406e4eb98 | /src/test/java/com/knownstylenolife/hadoop/workshop/common/service/LinkDataServiceTest.java | 1f1a41ad1d760d16620dba97e4a0a533e44e96c1 | [
"Apache-2.0"
] | permissive | manboubird/hadoop-workshop | https://github.com/manboubird/hadoop-workshop | 7f3cda4f7df85a13e7994537fda8ea8f601b5cf4 | ec338a04d1775c717f49abc47a36073e649f3107 | refs/heads/master | 2020-12-30T11:15:32.471000 | 2011-09-04T16:41:48 | 2011-09-04T16:41:48 | 2,021,521 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.knownstylenolife.hadoop.workshop.common.service;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import java.io.File;
import java.util.Iterator;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.google.common.base.Charsets;
import c... | UTF-8 | Java | 2,294 | java | LinkDataServiceTest.java | Java | [] | null | [] | package com.knownstylenolife.hadoop.workshop.common.service;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import java.io.File;
import java.util.Iterator;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.google.common.base.Charsets;
import c... | 2,294 | 0.763731 | 0.762424 | 71 | 31.309858 | 26.624987 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.830986 | false | false | 0 |
7427d233c6a163ee84d483378a2fcacf84340b86 | 10,462,540,350,478 | 51de8829d17551f0ecfa8f234d5822eac96d860a | /src/main/java/net/io_0/caja/LoggingUtils.java | 9139fcf4f697d5430ff7ec5cd37863b9b5d4c0ca | [
"Apache-2.0"
] | permissive | peeeto/caja | https://github.com/peeeto/caja | fb337d69754ee6f99076625be785166b415c69b3 | db688302885563817a712d3952c7e220c75552aa | refs/heads/master | 2023-02-19T23:17:48.834000 | 2021-01-23T10:02:19 | 2021-01-23T10:02:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.io_0.caja;
import lombok.NoArgsConstructor;
import org.slf4j.Logger;
import static lombok.AccessLevel.PRIVATE;
import static net.io_0.caja.configuration.CacheConfig.LogLevel;
@NoArgsConstructor(access = PRIVATE)
public class LoggingUtils {
public static void logThrough(Logger log, LogLevel logLevel, St... | UTF-8 | Java | 688 | java | LoggingUtils.java | Java | [] | null | [] | package net.io_0.caja;
import lombok.NoArgsConstructor;
import org.slf4j.Logger;
import static lombok.AccessLevel.PRIVATE;
import static net.io_0.caja.configuration.CacheConfig.LogLevel;
@NoArgsConstructor(access = PRIVATE)
public class LoggingUtils {
public static void logThrough(Logger log, LogLevel logLevel, St... | 688 | 0.715116 | 0.710756 | 21 | 31.761906 | 25.817869 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 0 |
8d8dec7b05185367336183bac185586d5799ea67 | 816,043,840,844 | fbc9268f66e52c4b418cbd034cd0b6d03a4097a8 | /src/com/store/BuilderWindow.java | 5710abb645195afb9eb61a6c60402d279bab1795 | [] | no_license | Kemikals/AlsThingy | https://github.com/Kemikals/AlsThingy | af9619cab1309560c087c16ed55838d950b23736 | 7703c58366164e6412ef03350cbcf0b1d3e1a942 | refs/heads/master | 2023-03-17T11:36:57.001000 | 2021-03-09T22:04:40 | 2021-03-09T22:04:40 | 344,738,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.store;
import com.components.Component;
import com.components.MotherBoard;
import com.components.hardware.Cpu;
import com.components.hardware.Disk;
import com.components.hardware.Ram;
import com.components.software.OperatingSystem;
import com.helpers.Fonts;
import javax.swing.*;
import java.awt... | UTF-8 | Java | 7,819 | java | BuilderWindow.java | Java | [] | null | [] | package com.store;
import com.components.Component;
import com.components.MotherBoard;
import com.components.hardware.Cpu;
import com.components.hardware.Disk;
import com.components.hardware.Ram;
import com.components.software.OperatingSystem;
import com.helpers.Fonts;
import javax.swing.*;
import java.awt... | 7,819 | 0.652129 | 0.645351 | 190 | 39.163158 | 32.500198 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863158 | false | false | 0 |
515acdfb744b85bfe2b195fe2d0bf26018335ca8 | 27,470,610,878,262 | 807e22547b915aa10f3c936eb57d7df7b334d2c0 | /Project/Project 3/Project3Task1Server/src/blockchaintask0/EchoServerThreadTCP.java | 42b8e7e34e4f1b03b1a76cac0ed1a42233eb5fe3 | [] | no_license | ZipeiXiao/Distrubuted-System | https://github.com/ZipeiXiao/Distrubuted-System | 7ea8852c94c836d7a02b84cf62a5cbae40359e29 | dece2dac3a0cd4bc0c888c84dcfa5ca954e71eec | refs/heads/master | 2020-11-30T05:33:42.145000 | 2020-07-01T05:27:47 | 2020-07-01T05:27:47 | 230,318,627 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Author: Zipei (Tina) Xiao
* Last Modified: Oct. 16th, 2019
*
* This program demonstrates a very simple stand-alone Blockchain.
* Behind the scenes, there will be a client server interaction
* using JSON over TCP sockets.
*
* The message transfers in this program is formatted by two JSON messages types
* ... | UTF-8 | Java | 9,049 | java | EchoServerThreadTCP.java | Java | [
{
"context": "/**\n * Author: Zipei (Tina) Xiao\n * Last Modified: Oct. 16th, 2019\n *\n * This prog",
"end": 32,
"score": 0.9785273671150208,
"start": 15,
"tag": "NAME",
"value": "Zipei (Tina) Xiao"
}
] | null | [] | /**
* Author: <NAME>
* Last Modified: Oct. 16th, 2019
*
* This program demonstrates a very simple stand-alone Blockchain.
* Behind the scenes, there will be a client server interaction
* using JSON over TCP sockets.
*
* The message transfers in this program is formatted by two JSON messages types
* – a message... | 9,038 | 0.554548 | 0.552448 | 194 | 45.634022 | 32.576397 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453608 | false | false | 0 |
60fc99efb773eeabf3a884ae95214a5e08a1eebf | 6,914,897,379,804 | d447153f9dcc2e225a2871a2a4c1e3a49a05a5e8 | /src/main/java/presentation/ChefGUI.java | 7952d60e4854a9f5528b07f9d452db0ab43d9b8e | [] | no_license | PatriciaMateiu/restaurant-management-system | https://github.com/PatriciaMateiu/restaurant-management-system | 20910fd63dfee998fe4ef9f344f4214ee22b787d | f0c4061c49ec123ba72f2a3278702565406202a2 | refs/heads/master | 2022-04-10T08:40:43.175000 | 2020-03-28T16:47:27 | 2020-03-28T16:47:27 | 250,596,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package presentation;
import business.Order;
import javafx.beans.value.ObservableValue;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Observable;
import java.util.Observer;
public class ChefGUI implements Observer {
private JFr... | UTF-8 | Java | 1,115 | java | ChefGUI.java | Java | [] | null | [] | package presentation;
import business.Order;
import javafx.beans.value.ObservableValue;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Observable;
import java.util.Observer;
public class ChefGUI implements Observer {
private JFr... | 1,115 | 0.623318 | 0.612556 | 47 | 22.723404 | 17.832199 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680851 | false | false | 0 |
7e2ecfcaa42c501117478fac53783547c04fd6aa | 9,637,906,662,307 | bb3f8e4b20532486c6cc482756246df9a7df9d35 | /goolege/holeworld/Journal.java | 207632a3c6ab872c051b0af242ea568a3f13ed35 | [] | no_license | caixiaoting298/shuaiqideting | https://github.com/caixiaoting298/shuaiqideting | a5c36a34c0c504a6571a919dbcbf14985dcae6d9 | 3e417a9b66d58ced8d4dbebc66e7d6ef4fa854ce | refs/heads/master | 2020-07-22T06:51:42.247000 | 2019-11-10T02:42:32 | 2019-11-10T02:42:32 | 207,108,219 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.reading;
public class Journal implements Reading {
int price,pages;
String publishing_time;
public Journal(int pages,int price,String publishing_time) {
this.pages = pages;
this.price = price;
this.publishing_time = publishing_time;
}
//实现接口方法Info()
pu... | UTF-8 | Java | 514 | java | Journal.java | Java | [] | null | [] | package com.google.reading;
public class Journal implements Reading {
int price,pages;
String publishing_time;
public Journal(int pages,int price,String publishing_time) {
this.pages = pages;
this.price = price;
this.publishing_time = publishing_time;
}
//实现接口方法Info()
pu... | 514 | 0.640562 | 0.640562 | 15 | 32.200001 | 35.777462 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 0 |
9e95550dc6b376abe509bd2fa735064266616581 | 7,206,955,164,466 | d6ca672cf2784c3521826810ef5626d6902d7a2d | /src/main/java/com/mec/mfct/sender/ISendSection.java | 69692a544b3e257747afc16a6ada4b4510d83a43 | [] | no_license | 123quan123/Multiplefilecloudtransfer | https://github.com/123quan123/Multiplefilecloudtransfer | 4209310a369f360c9ab526fd381dcc9d127e908e | 4943c41a0fa008a0054157b702501841e5667997 | refs/heads/master | 2022-04-17T07:47:20.733000 | 2020-04-17T17:23:42 | 2020-04-17T17:23:42 | 256,566,179 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mec.mfct.sender;
import com.mec.mfct.resource.ResourceBaseInfo;
import com.mec.rmi.node.Node;
public interface ISendSection {
void sendSectionInfo(Node receiverNode, ResourceBaseInfo rbi);
}
| UTF-8 | Java | 219 | java | ISendSection.java | Java | [] | null | [] | package com.mec.mfct.sender;
import com.mec.mfct.resource.ResourceBaseInfo;
import com.mec.rmi.node.Node;
public interface ISendSection {
void sendSectionInfo(Node receiverNode, ResourceBaseInfo rbi);
}
| 219 | 0.762557 | 0.762557 | 8 | 25.25 | 22.614985 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 0 |
1193378916b6d5e070984ec3bee693cd8a9ab20d | 10,857,677,376,390 | 41858c4d72d7ab3aaa41cb5fa9bd11cf46ff3f0a | /src/main/java/com/java1234/framework/DisPatcherServlet.java | 437f0286e22e79fa0fcc9dc47451b92ada40adef | [] | no_license | fjhjava/smartFramework-web | https://github.com/fjhjava/smartFramework-web | ee6ffd68137607350d182c0f80b78f0d4cf1b6e7 | fecdbe490830f0d2a5c62d3a223c2291e76a211c | refs/heads/master | 2021-01-11T03:06:08.251000 | 2016-10-17T08:37:22 | 2016-10-17T08:41:20 | 71,117,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java1234.framework;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.reflect.Method;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRegi... | UTF-8 | Java | 4,455 | java | DisPatcherServlet.java | Java | [] | null | [] | package com.java1234.framework;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.reflect.Method;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRegi... | 4,455 | 0.702089 | 0.687859 | 125 | 32.855999 | 23.548656 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.184 | false | false | 0 |
8cbbad4a5c88123e27179332b92ecf00a10847d9 | 19,524,921,381,675 | 3f746c5b62dd4503c3dbf2b4eed5d34bc684cd7b | /juc/src/main/java/com/mashibing/juc/c04/T004_taobao2_02_condition.java | 2c54d8626ac5dc2ba1d1a2ea83341298e11e15ab | [] | no_license | tianxingqian/java-study | https://github.com/tianxingqian/java-study | f9c374f58615d7013eebc218e44f160f1ad581de | 14ba426d2b7176089dd65fa804d93c77b0ad2737 | refs/heads/master | 2023-03-24T11:35:41.169000 | 2021-03-21T12:17:27 | 2021-03-21T12:17:27 | 320,969,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mashibing.juc.c04;
import java.util.LinkedList;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* 写一个固定容量的容器,拥有put、get、getCount,支持2个生产者、10个消费者,阻塞调用
* 使用条件将 生产者、消费者 分类唤醒
* consumerCon.await(); // 容器中数据为0时, 消费者 等待
* producureCon.signalAll(); // 同时唤醒生产... | UTF-8 | Java | 2,630 | java | T004_taobao2_02_condition.java | Java | [] | null | [] | package com.mashibing.juc.c04;
import java.util.LinkedList;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* 写一个固定容量的容器,拥有put、get、getCount,支持2个生产者、10个消费者,阻塞调用
* 使用条件将 生产者、消费者 分类唤醒
* consumerCon.await(); // 容器中数据为0时, 消费者 等待
* producureCon.signalAll(); // 同时唤醒生产... | 2,630 | 0.489712 | 0.473663 | 84 | 27.928572 | 18.984821 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
b9cf8e83acb0f90e4f632638eaac67e18482d5ed | 17,437,567,253,268 | bcba8539e695ecc34ba5c221f5f23a82d1f96bfd | /src/test/java/com/example/ziying/service/TelevisionServiceTest.java | deb2f76d75a048f0e2c89ca0ddb675e7cadb289d | [] | no_license | 1802343117/ziying-api | https://github.com/1802343117/ziying-api | 8da16ddcfd752bc7b6533bd0106395437f7e9b62 | 9963c1584af6595203bd4f1ee1a7e5f23f846f2c | refs/heads/main | 2023-08-27T02:41:41.755000 | 2021-10-25T10:08:52 | 2021-10-25T10:08:52 | 418,348,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ziying.service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import javax.annotation.Resource;
@SpringBootTest
class TelevisionServiceTest {
@Resource
private TelevisionService televisionService;
@Test
void tVList(... | UTF-8 | Java | 390 | java | TelevisionServiceTest.java | Java | [] | null | [] | package com.example.ziying.service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import javax.annotation.Resource;
@SpringBootTest
class TelevisionServiceTest {
@Resource
private TelevisionService televisionService;
@Test
void tVList(... | 390 | 0.723077 | 0.723077 | 18 | 19.777779 | 19.80616 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
21ba4662873211abaa670a49390171ba3b23d867 | 38,482,906,992,363 | fa024cf7f0aa467c78dc94e87daa8528c19103d3 | /Array/src/array/ArraySortAsc.java | 1b78f788db2f4599597911173ae99cccc8a35184 | [] | no_license | grepfunlife/HomeWork | https://github.com/grepfunlife/HomeWork | 41836b870d8ae560e41aacf39a49a80973754de1 | cfd11ebebd63b858e1e364a8aa0990200317a169 | refs/heads/master | 2021-01-21T13:57:45.499000 | 2016-05-16T13:36:46 | 2016-05-16T13:36:46 | 45,569,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package array;
import java.util.Arrays;
public class ArraySortAsc {
public static void main(String[] args) {
int[] a = new int[5];
System.out.println("Befor sort:");
for (int i = 0; i < a.length; i++) {
a[i] = (int)(Math.random() * 100);
System.out.println(a[i]);
... | UTF-8 | Java | 513 | java | ArraySortAsc.java | Java | [] | null | [] | package array;
import java.util.Arrays;
public class ArraySortAsc {
public static void main(String[] args) {
int[] a = new int[5];
System.out.println("Befor sort:");
for (int i = 0; i < a.length; i++) {
a[i] = (int)(Math.random() * 100);
System.out.println(a[i]);
... | 513 | 0.477583 | 0.465887 | 23 | 21.304348 | 17.503876 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 0 |
7e7a6b17ca348a258b54b9f414b48b6d4bf3d994 | 2,173,253,501,563 | e7f0e6866791166605387a8e19742edc3419d6ad | /java210208/src/com/design/BaseBallGameLogic.java | 6b0b5c866e675ff29b568772a33c884f5d92648d | [] | no_license | RNCST/java210208 | https://github.com/RNCST/java210208 | 6f55ff5629b9ab6d7f0936d58f4fbb29ca2b9905 | 177e2dc92925fb2f9e92661f8099222973fa2665 | refs/heads/main | 2023-04-17T21:08:41.709000 | 2021-05-14T00:02:19 | 2021-05-14T00:02:19 | 336,936,454 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.design;
public class BaseBallGameLogic {
//JTexaArea에 순번 출력하기
int cnt = 0;
//컴퓨터가 난수발생으로 얻어낸 값 저장
int[] com = new int[3]; // 컴퓨터가 채번하는 값은 메소드가 필요하다. 메소드 중심의 코딩을 전개하기.
// 새 게임을 눌렀을때 재사용, 정답을 눌렀을때.
int[] my = new int[3]; // 사용자가 입력한 값은 로컬에서 온다.
public void nanSu(){
com[0] = (i... | UTF-8 | Java | 2,283 | java | BaseBallGameLogic.java | Java | [] | null | [] | package com.design;
public class BaseBallGameLogic {
//JTexaArea에 순번 출력하기
int cnt = 0;
//컴퓨터가 난수발생으로 얻어낸 값 저장
int[] com = new int[3]; // 컴퓨터가 채번하는 값은 메소드가 필요하다. 메소드 중심의 코딩을 전개하기.
// 새 게임을 눌렀을때 재사용, 정답을 눌렀을때.
int[] my = new int[3]; // 사용자가 입력한 값은 로컬에서 온다.
public void nanSu(){
com[0] = (i... | 2,283 | 0.485764 | 0.457873 | 65 | 24.507692 | 16.277519 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.307692 | false | false | 0 |
0167281874eae135c34caa2586858aacbe6f03db | 28,630,252,033,467 | 8a1308cc53d12e53dc3797bdbe4f92f130bf4b35 | /src/main/java/com/example/currencyexchange/exception/ExceptionHandling.java | 6ef416637d2e18d4c2628fa75176750888dea781 | [] | no_license | irerin07/currencyexchange | https://github.com/irerin07/currencyexchange | 499851fd0f46c52608414091d66dde64b913684e | d85c5f4d1e98eeb32b82a52b3d5df0e07da5c77c | refs/heads/master | 2023-06-10T15:29:53.533000 | 2020-05-25T07:53:40 | 2020-05-25T07:53:40 | 190,319,487 | 0 | 0 | null | false | 2023-05-26T22:16:42 | 2019-06-05T03:26:57 | 2020-05-25T07:53:44 | 2023-05-26T22:16:41 | 195 | 0 | 0 | 1 | Java | false | false | package com.example.currencyexchange.exception;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.spri... | UTF-8 | Java | 1,568 | java | ExceptionHandling.java | Java | [] | null | [] | package com.example.currencyexchange.exception;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.spri... | 1,568 | 0.757015 | 0.755102 | 30 | 51.266666 | 47.370125 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
9a79edcd6117e1825dc71a1335b70b85a851a79a | 31,181,462,609,507 | 4bb4a51ea57e8755ecd27861bc00a0f1503c9f53 | /Cluedo/src/Cluedo/Rooms.java | a55396e49a5589cde10dc7f24088e97688d581a6 | [] | no_license | michaelpearson/Swen-222-Cluedo | https://github.com/michaelpearson/Swen-222-Cluedo | 77867a0d887f0d3c697523ec328462c78ff6b2b6 | e848a5108bf2ee8f622baa24f3dfa7522ccca797 | refs/heads/master | 2021-03-12T20:41:29.172000 | 2015-07-26T23:18:44 | 2015-07-26T23:18:44 | 22,446,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Cluedo;
public enum Rooms implements CardValues{
KITCHEN ("Kitchen", "Images/Kitchen.png"),
BALL_ROOM ("Ball Room", "Images/BallRoom.png"),
CONSERVATORY ("Conservatory", "Images/Conservatory.png"),
BILLIARD_ROOM ("Billiard Room", "Images/BilliardRoom.png"),
LIBRARY ("Library", "Images/Library.png"),
ST... | UTF-8 | Java | 892 | java | Rooms.java | Java | [] | null | [] | package Cluedo;
public enum Rooms implements CardValues{
KITCHEN ("Kitchen", "Images/Kitchen.png"),
BALL_ROOM ("Ball Room", "Images/BallRoom.png"),
CONSERVATORY ("Conservatory", "Images/Conservatory.png"),
BILLIARD_ROOM ("Billiard Room", "Images/BilliardRoom.png"),
LIBRARY ("Library", "Images/Library.png"),
ST... | 892 | 0.692825 | 0.692825 | 36 | 23.777779 | 18.301657 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.861111 | false | false | 0 |
424be238294bb117dc384642efce49a5825c47de | 26,388,279,100,984 | ddffb8f48574b38e536dcc2f9fb2511b490b16f9 | /demo-springdata-neo4j/src/main/java/com/service/TDeviceService.java | 411084453ea79268af8e6aab0d06081d45f5eab4 | [] | no_license | littlemujiang/mydemo | https://github.com/littlemujiang/mydemo | 6aaa505f465793486a6d43af8a75b1a3000f6ae5 | 0cc5c313de62224270c2ca4b29007f37e238ddfe | refs/heads/master | 2021-01-20T04:08:07.050000 | 2019-02-21T03:21:23 | 2019-02-21T03:21:23 | 101,381,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2018 org.citic.iiot, Inc. All Rights Reserved.
*/
package com.service;
import com.model.Param;
import com.model.TDevice;
import com.dao.TDeviceRepository;
import com.model.TSensor;
import org.json.JSONException;
import org.json.JSONObject;
import org.neo4j.ogm.response.model.NodeModel;
import org... | UTF-8 | Java | 5,582 | java | TDeviceService.java | Java | [
{
"context": "duction\n * className: TDeviceService\n *\n * @author mujiang\n * @version 2018/4/3 上午10:31\n */\n\n@Service\npublic",
"end": 849,
"score": 0.7382581233978271,
"start": 842,
"tag": "USERNAME",
"value": "mujiang"
}
] | null | [] | /*
* Copyright (C) 2018 org.citic.iiot, Inc. All Rights Reserved.
*/
package com.service;
import com.model.Param;
import com.model.TDevice;
import com.dao.TDeviceRepository;
import com.model.TSensor;
import org.json.JSONException;
import org.json.JSONObject;
import org.neo4j.ogm.response.model.NodeModel;
import org... | 5,582 | 0.528566 | 0.520661 | 160 | 33.793751 | 32.196873 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68125 | false | false | 0 |
bafa3301709509bfffd0f29eccc8e545ca733713 | 17,403,207,544,368 | f69f62b7ec58529dc2c55c93d00e556b6a0498cb | /maze-traversal-back/resource-api/maze-traversal-api/src/main/java/edu/nileuniversity/grad/resource/api/mazetraversalapi/controller/MazeController.java | a819ed3aa16731d65fb13c1dee2c79f0e4a4f24f | [
"MIT"
] | permissive | 50Hertz/maze-solver | https://github.com/50Hertz/maze-solver | b93a27617cc9a593d65bbc783d52d70ff069f9a6 | 2e792cbb235247089daf535e14ef3874588fa82e | refs/heads/main | 2023-07-04T05:45:16.090000 | 2021-08-05T15:28:03 | 2021-08-05T15:28:03 | 376,891,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.nileuniversity.grad.resource.api.mazetraversalapi.controller;
import com.activedge.test.resource.pojo.RestResponsePojo;
import edu.nileuniversity.grad.resource.api.mazetraversalapi.dto.MazeDto;
import edu.nileuniversity.grad.resource.api.mazetraversalapi.services.MazeService;
import lombok.extern.slf4j.Slf... | UTF-8 | Java | 1,018 | java | MazeController.java | Java | [] | null | [] | package edu.nileuniversity.grad.resource.api.mazetraversalapi.controller;
import com.activedge.test.resource.pojo.RestResponsePojo;
import edu.nileuniversity.grad.resource.api.mazetraversalapi.dto.MazeDto;
import edu.nileuniversity.grad.resource.api.mazetraversalapi.services.MazeService;
import lombok.extern.slf4j.Slf... | 1,018 | 0.763261 | 0.760314 | 32 | 30.8125 | 27.423117 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 0 |
bb426e3209cc7bd5ae152df7e63b1183a96d0b38 | 21,741,124,517,264 | 9d1658359dccf7c54958c70f9d0a237c9ef3a961 | /src/object/PreviousPhoto.java | 45b2026cdd9c8eb3b5d51484d7ece4e003175d13 | [] | no_license | chensunCS/Cosmetic-After-sales-Service | https://github.com/chensunCS/Cosmetic-After-sales-Service | 917a978db1744a2ac3ee50ee618b51129f116de6 | fd0a2ced8c4c9b5411b4000920cf8337b6c45ffb | refs/heads/master | 2021-05-14T11:11:14.805000 | 2018-01-16T03:02:02 | 2018-01-16T03:02:02 | 116,373,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package object;
import java.util.Date;
public class PreviousPhoto {
private String userID = ""; //用户ID
private String previousPhotoID = "";//当前照片信息的ID
private Date date = new Date();//文件上传的日期
private String fileName = "";//文件名
private String filePath = "";//文件路径
//setter
public void setUserID(String userI... | GB18030 | Java | 1,013 | java | PreviousPhoto.java | Java | [] | null | [] | package object;
import java.util.Date;
public class PreviousPhoto {
private String userID = ""; //用户ID
private String previousPhotoID = "";//当前照片信息的ID
private Date date = new Date();//文件上传的日期
private String fileName = "";//文件名
private String filePath = "";//文件路径
//setter
public void setUserID(String userI... | 1,013 | 0.710445 | 0.710445 | 47 | 19.574469 | 16.221531 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.468085 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.