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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6b2dca100ecf3766e27e4b723ac86fa8540c81d | 12,970,801,241,574 | 263bcffa223bb440cd5b5527ffd3c3053ae73cf1 | /app/src/main/java/com/dam/pmdm04/ClienteMenu.java | b36a7a40b2aa01b4f860ed653ea8ac7bc4371636 | [] | no_license | marce100/PMDM04 | https://github.com/marce100/PMDM04 | f6ebae0fb4bc7e64bfd459348c1dd7ec7bff581b | 8f269c5df648b15d26dc94a7c2c70e2c52f4f1ae | refs/heads/master | 2021-01-01T07:23:11.293000 | 2020-02-08T16:57:19 | 2020-02-08T16:57:19 | 239,167,916 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dam.pmdm04;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.dam.pmdm04.menu.ToolBarCliente;
public class ClienteMenu extends ToolBarCliente {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | UTF-8 | Java | 1,563 | java | ClienteMenu.java | Java | [] | null | [] | package com.dam.pmdm04;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.dam.pmdm04.menu.ToolBarCliente;
public class ClienteMenu extends ToolBarCliente {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | 1,563 | 0.627892 | 0.625321 | 70 | 21.228571 | 20.413 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328571 | false | false | 4 |
bbbadb40c74513a1004582413e1e6c6060b49a99 | 12,970,801,241,978 | 156fb8dc333a095113bf081df2be42319a3ccf84 | /JsonEvaluator/src/main/java/com/parag/jsonevaluator/evaluator/LogicalEvaluator.java | 9064449455ec2f427e64e542851ca8549cd29949 | [] | no_license | paragsn/json-expression-evaluator | https://github.com/paragsn/json-expression-evaluator | 943c0f8a50b5eb7e7da32b99f238923cf2dedd80 | 6ce3a8bf4676f7a8ca337461cf19011b972d26cb | refs/heads/master | 2021-05-07T19:53:54.401000 | 2017-10-30T22:53:09 | 2017-10-30T23:10:02 | 108,914,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.parag.jsonevaluator.evaluator;
import org.json.JSONObject;
import com.parag.jsonevaluator.enums.LogicalOperator;
/**
* Solves Logical Operations
*
* @author parag
*
*/
public class LogicalEvaluator {
private JsonEvaluator jsonEvaluator;
/**
* Constructor
... | UTF-8 | Java | 1,684 | java | LogicalEvaluator.java | Java | [
{
"context": "/**\r\n * Solves Logical Operations\r\n * \r\n * @author parag\r\n *\r\n */\r\npublic class LogicalEvaluator {\r\n \r\n",
"end": 190,
"score": 0.9991294145584106,
"start": 185,
"tag": "USERNAME",
"value": "parag"
}
] | null | [] | package com.parag.jsonevaluator.evaluator;
import org.json.JSONObject;
import com.parag.jsonevaluator.enums.LogicalOperator;
/**
* Solves Logical Operations
*
* @author parag
*
*/
public class LogicalEvaluator {
private JsonEvaluator jsonEvaluator;
/**
* Constructor
... | 1,684 | 0.626485 | 0.623515 | 55 | 28.618181 | 32.384335 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418182 | false | false | 4 |
c06e6469615154adbebb346a38b821507647f1c9 | 18,640,158,072,947 | b755a269f733bc56f511bac6feb20992a1626d70 | /qiyun-lottery/lottery-service/src/main/java/com/qiyun/thread/LeCaiOpenResultThread.java | e309053e2afb216f9b0fc67cc0002db426d08cb3 | [] | no_license | yysStar/dubbo-zookeeper-SSM | https://github.com/yysStar/dubbo-zookeeper-SSM | 55df313b58c78ab2eaa3d021e5bb201f3eee6235 | e3f85dea824159fb4c29207cc5c9ccaecf381516 | refs/heads/master | 2022-12-21T22:50:33.405000 | 2020-05-09T09:20:41 | 2020-05-09T09:20:41 | 125,301,362 | 2 | 0 | null | false | 2022-12-16T10:51:09 | 2018-03-15T02:27:17 | 2020-08-27T10:23:46 | 2022-12-16T10:51:08 | 60,758 | 1 | 0 | 231 | Java | false | false | package com.qiyun.thread;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import com.qiyun.builder.AnalysisBuilderFactory;
import com.qiyun.builder.IndexInfoBuilder;
import com.qiyun.builder.TermInfoBuilder;
import com.qiyun.commonModel.LotteryType;
import com.qiyun.lotteryterm.OpenCodeSnatcher... | UTF-8 | Java | 8,986 | java | LeCaiOpenResultThread.java | Java | [
{
"context": "开,方便尽早在首页的最新开奖显示,但方案的开奖需要等到出票商提供的号码进行开奖\n * @author sxh\n *\n */\npublic class LeCaiOpenResultThread impleme",
"end": 750,
"score": 0.9995050430297852,
"start": 747,
"tag": "USERNAME",
"value": "sxh"
}
] | null | [] | package com.qiyun.thread;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import com.qiyun.builder.AnalysisBuilderFactory;
import com.qiyun.builder.IndexInfoBuilder;
import com.qiyun.builder.TermInfoBuilder;
import com.qiyun.commonModel.LotteryType;
import com.qiyun.lotteryterm.OpenCodeSnatcher... | 8,986 | 0.711618 | 0.705554 | 257 | 31.085604 | 28.720179 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.342412 | false | false | 4 |
f05c0440bfff6c164b176ad847932947f76d1d47 | 8,246,337,222,418 | 3682ff80b03ebd44ad1bc0d668af16f9d571a57e | /app/src/main/java/com/tk/simpleui/triangledialog/dialog/TriangleContainer.java | 6598dceca6019ed9df37af8efba844bb10bc9bd9 | [] | no_license | TruthKeeper/SimpleUI | https://github.com/TruthKeeper/SimpleUI | 8f990c1c6a569cfa4b626bde33d11f23d4f47f71 | f24f6567323875d5716d3a930483d761b971d99a | refs/heads/master | 2020-02-26T16:50:18.600000 | 2018-04-03T07:57:34 | 2018-04-03T07:57:34 | 71,622,234 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tk.simpleui.triangledialog.dialog;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import android.support.annotation.FloatRange;
import android.support.annotation.NonNull;
import android.support.anno... | UTF-8 | Java | 6,098 | java | TriangleContainer.java | Java | [
{
"context": "widget.FrameLayout;\n\n/**\n * <pre>\n * author : TK\n * time : 2018/3/30\n * desc :\n * </pre>",
"end": 439,
"score": 0.910737156867981,
"start": 437,
"tag": "USERNAME",
"value": "TK"
}
] | null | [] | package com.tk.simpleui.triangledialog.dialog;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import android.support.annotation.FloatRange;
import android.support.annotation.NonNull;
import android.support.anno... | 6,098 | 0.591074 | 0.585639 | 152 | 38.947369 | 27.673326 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.940789 | false | false | 4 |
6bd2167e0a8a2d22433da086e3242f0cbf024f85 | 28,793,460,758,978 | 24a0c0b51844c82d0d79b0355e45762a6f03176f | /Provider/src/main/java/com/qf/provider/controller/HelloController.java | eef961f54c4c8c6f66fe2c2ea88fc50da1052672 | [] | no_license | NHYZY/SpringCloud | https://github.com/NHYZY/SpringCloud | fdbe39ff14e3836fae9d5edbf9e6ec81ecdd7d0d | 572729c1f364a896731df2d51cffb2f085818b78 | refs/heads/master | 2020-07-02T18:34:30.719000 | 2019-08-10T11:48:04 | 2019-08-10T11:48:04 | 201,623,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @program: Demo
* @author: yzy
* @create: 2019-08-09 23:31
*/
package com.qf.provider.controller;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
... | UTF-8 | Java | 683 | java | HelloController.java | Java | [
{
"context": "/**\n * @program: Demo\n * @author: yzy\n * @create: 2019-08-09 23:31\n */\n\npackage com.qf.",
"end": 37,
"score": 0.999680757522583,
"start": 34,
"tag": "USERNAME",
"value": "yzy"
}
] | null | [] | /**
* @program: Demo
* @author: yzy
* @create: 2019-08-09 23:31
*/
package com.qf.provider.controller;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
... | 683 | 0.687403 | 0.66563 | 28 | 21.892857 | 20.55018 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
db8fac3b05861eb0d706ea91e3b1416f0f4f56de | 29,635,274,355,668 | f9afe93b7c482674c1f56cb2880a8d8611dcdc2b | /curso_Java_com_JUnit5/Tema16/src/main/java/tema16/Clientela.java | e46c243c039e43ce7493f026bb52efb3a5e46de1 | [] | no_license | isabellavecchi/POO_Java | https://github.com/isabellavecchi/POO_Java | 316e1f96e3b69ad6d6eb948b97ffc4bc467bb253 | 08b5ac5dfe42b3ad47419ae83b634ac6cf26bf1c | refs/heads/master | 2023-03-15T13:26:14.222000 | 2023-03-11T14:07:14 | 2023-03-11T14:07:14 | 284,599,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tema16;
import java.util.ArrayList;
import java.util.Optional;
public class Clientela {
private ArrayList<Cliente> clientela = new ArrayList<Cliente>();
public void addCliente(Cliente cliente) {
clientela.add(cliente);
}
public void rmCliente(Cliente cliente) {
c... | UTF-8 | Java | 1,631 | java | Clientela.java | Java | [] | null | [] | package tema16;
import java.util.ArrayList;
import java.util.Optional;
public class Clientela {
private ArrayList<Cliente> clientela = new ArrayList<Cliente>();
public void addCliente(Cliente cliente) {
clientela.add(cliente);
}
public void rmCliente(Cliente cliente) {
c... | 1,631 | 0.583691 | 0.582465 | 55 | 27.654545 | 22.953089 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 4 |
548a120c508060a378baa1223a125cb265e26490 | 14,207,751,864,256 | 18b9a77a6719e39740f3cb0fd1da994374662afc | /Array/RemoveDuplicatesfromSortedArrayII.java | 90ca50a92dad89e5dfb34a7aed7d32797f55bd7e | [] | no_license | yfganker/Leetcode | https://github.com/yfganker/Leetcode | b8cce486b441890576beec7de37e17baba3de215 | 024bd5f7c613ed707f15ade604f82ea52d02b5d0 | refs/heads/master | 2020-01-28T03:47:35.238000 | 2016-05-05T11:23:39 | 2016-05-05T11:23:39 | 57,211,428 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class RemoveDuplicatesfromSortedArrayII {
public int removeDuplicates(int[] nums) {
if (nums == null || nums.length <= 2)
return nums.length;
int index = 2;
for (int i = 2; i < nums.length; ++i) {
if (nums[index - 2] != nums[i]) {
nums[index++] = nums[i];
}
}
return index;
}
public static voi... | UTF-8 | Java | 645 | java | RemoveDuplicatesfromSortedArrayII.java | Java | [] | null | [] | class RemoveDuplicatesfromSortedArrayII {
public int removeDuplicates(int[] nums) {
if (nums == null || nums.length <= 2)
return nums.length;
int index = 2;
for (int i = 2; i < nums.length; ++i) {
if (nums[index - 2] != nums[i]) {
nums[index++] = nums[i];
}
}
return index;
}
public static voi... | 645 | 0.662015 | 0.646512 | 22 | 28.363636 | 25.777977 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.636364 | false | false | 4 |
c9c35099d751ea50023c55d415717f08b24594fc | 14,207,751,866,433 | e5bde70eb51b7ab6380cdcadd80a4f589f562611 | /src/main/java/bln/fin/dozer/StringToLocalDateConverter.java | ea3a9f36fdde34005f021152f56b76d504656de8 | [] | no_license | eugenenew80/bln-fin | https://github.com/eugenenew80/bln-fin | 5dd72683a7745158d563e71b36e3d34d0731f4cd | 2967e9cf6da5c2c22d4da93cc94b3556933aa591 | refs/heads/master | 2022-09-16T01:48:29.517000 | 2020-12-14T05:42:30 | 2020-12-14T05:42:30 | 137,473,960 | 0 | 0 | null | false | 2022-09-08T00:18:59 | 2018-06-15T10:20:45 | 2020-12-14T05:42:59 | 2022-09-08T00:18:56 | 670 | 0 | 0 | 3 | Java | false | false | package bln.fin.dozer;
import org.dozer.DozerConverter;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
public class StringToLocalDateConverter extends DozerConverter<String, LocalDate> {
public StringToLocalDateConverter() {
super(String.class, LocalDate.class);
}
@Overrid... | UTF-8 | Java | 726 | java | StringToLocalDateConverter.java | Java | [] | null | [] | package bln.fin.dozer;
import org.dozer.DozerConverter;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
public class StringToLocalDateConverter extends DozerConverter<String, LocalDate> {
public StringToLocalDateConverter() {
super(String.class, LocalDate.class);
}
@Overrid... | 726 | 0.721763 | 0.721763 | 23 | 30.565218 | 27.959328 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 4 |
1585986485ee00f4255f6acecbc4971a816b5a3a | 1,821,066,166,294 | e187e9a4221b4f482be95145b49947273c7e4ae9 | /Lab31.java | 954641b4c2d2b2048b3f81a117bd54e4ad2dd5d3 | [] | no_license | chauthuy89/BasicJava | https://github.com/chauthuy89/BasicJava | 49219178dcc03f26068a727656cf0e24a89a97bc | 1d5e9bf0ab08614f677cbc26d32e7f1fc6880f2b | refs/heads/master | 2020-08-05T19:30:51.174000 | 2019-10-03T20:50:43 | 2019-10-03T20:50:43 | 212,677,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.ArrayList;
import java.util.Collections;
/**
* Write a description of class Lab31 here.
*
* @author (Rose)
* @version (03/10/2016)
*/
public class Lab31 {
public static void main(String[] args) {
Scanner kb = new Scanner(System.in);
String line = kb.n... | UTF-8 | Java | 1,057 | java | Lab31.java | Java | [
{
"context": "a description of class Lab31 here.\n *\n * @author (Rose)\n * @version (03/10/2016)\n */\npublic class Lab31 ",
"end": 151,
"score": 0.9996464848518372,
"start": 147,
"tag": "NAME",
"value": "Rose"
}
] | null | [] | import java.util.Scanner;
import java.util.ArrayList;
import java.util.Collections;
/**
* Write a description of class Lab31 here.
*
* @author (Rose)
* @version (03/10/2016)
*/
public class Lab31 {
public static void main(String[] args) {
Scanner kb = new Scanner(System.in);
String line = kb.n... | 1,057 | 0.520341 | 0.505203 | 40 | 25.4 | 16.269297 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
4b7eb18e55627c12372881c0ac5e48ed71bc1ca1 | 1,821,066,167,276 | 5c97d9d6fc372c543d07527ab61245e5237c9663 | /IRAssignment_2/src/main/java/com/assignment2/TokenMap.java | 7d9ee153bfb7bc79d6956f0dcb8ed35f98c3378a | [] | no_license | priyankadshenoy/InformationRetrieval | https://github.com/priyankadshenoy/InformationRetrieval | 5a0bd55c62c9a6f527d7887d5d3c1d6a47b1be01 | 1a526951b27dfec78527b3a652d9adb94e84e42b | refs/heads/master | 2021-01-20T14:59:36.899000 | 2017-09-13T22:31:23 | 2017-09-13T22:31:23 | 90,703,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.assignment2;
/**
* Created by ps on 6/7/17.
*/
public class TokenMap implements Comparable<TokenMap> {
private String docId;
private int count;
private String term;
private String positions;
private int docFreq;
// public TokenMap(String docId, int count) {
// super();
// ... | UTF-8 | Java | 1,644 | java | TokenMap.java | Java | [
{
"context": "package com.assignment2;\n\n/**\n * Created by ps on 6/7/17.\n */\npublic class TokenMap implements C",
"end": 46,
"score": 0.9946687817573547,
"start": 44,
"tag": "USERNAME",
"value": "ps"
}
] | null | [] | package com.assignment2;
/**
* Created by ps on 6/7/17.
*/
public class TokenMap implements Comparable<TokenMap> {
private String docId;
private int count;
private String term;
private String positions;
private int docFreq;
// public TokenMap(String docId, int count) {
// super();
// ... | 1,644 | 0.562652 | 0.559611 | 81 | 19.296297 | 16.329512 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 4 |
3aa86a31d692a9f3acf41487ad4fb9c938623fda | 5,875,515,322,607 | 3454793ecb4ffb8ec78c72085ebe3e7b830bf1b6 | /Pattern_Printing/Z.java | 1d6aa4313693113ffb97b05283af73c5c2bff9c7 | [
"MIT"
] | permissive | satyam878/Java-Questions-and-Solutions | https://github.com/satyam878/Java-Questions-and-Solutions | f833fb1bf3383705a0140184a70524d1223fc5b3 | 55885edb7a55ac625c2f967e3bf7c1736a418b3f | refs/heads/master | 2023-08-14T11:14:06.264000 | 2021-10-10T09:00:47 | 2021-10-10T09:00:47 | 411,284,756 | 1 | 0 | MIT | true | 2021-09-28T13:05:01 | 2021-09-28T13:05:00 | 2021-09-28T08:59:35 | 2021-09-28T08:49:35 | 82 | 0 | 0 | 0 | null | false | false | // Write a program to print letter Z exactly
class Z{
public static void main(String args[]){
for(int x=0;x<8;x++){ //for iteration of lines from top to bottom
for(int y=0;y<9;y++){ //for iteration of lines from left to right
if(x==0 || x==7){
... | UTF-8 | Java | 733 | java | Z.java | Java | [] | null | [] | // Write a program to print letter Z exactly
class Z{
public static void main(String args[]){
for(int x=0;x<8;x++){ //for iteration of lines from top to bottom
for(int y=0;y<9;y++){ //for iteration of lines from left to right
if(x==0 || x==7){
... | 733 | 0.421555 | 0.410641 | 21 | 33.952381 | 30.092676 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
a1aedc7191289d0f6b23ff859f1ad1221530a33d | 1,159,641,235,045 | 20ed964f340d689751e049b3a62a965f72743d69 | /src/main/java/com/zolarrobot/baselib/model/NaviDatagram.java | 7dd108749e1c5cbb953b224bf19dec973b55a8c6 | [] | no_license | Itaceorg/zolar_baselib | https://github.com/Itaceorg/zolar_baselib | 56a8192c45069c47b56190c2b4a4aff5456d5ca9 | ce543d499dd3ba2746e71c2ba4fd559b28800d68 | refs/heads/master | 2020-06-09T13:01:39.469000 | 2019-06-24T05:47:48 | 2019-06-24T05:47:48 | 193,441,578 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zolarrobot.baselib.model;
import com.zolarrobot.baselib.constant.ZNaviParam;
import static com.zolarrobot.baselib.constant.ZAction.Pub_AppBoard_Navi;
/**
* Created by Go on 2018/12/28.
*/
public class NaviDatagram extends Datagram {
private transient final String KEY = Pub_AppBoard_Navi;
// pu... | UTF-8 | Java | 591 | java | NaviDatagram.java | Java | [] | null | [] | package com.zolarrobot.baselib.model;
import com.zolarrobot.baselib.constant.ZNaviParam;
import static com.zolarrobot.baselib.constant.ZAction.Pub_AppBoard_Navi;
/**
* Created by Go on 2018/12/28.
*/
public class NaviDatagram extends Datagram {
private transient final String KEY = Pub_AppBoard_Navi;
// pu... | 591 | 0.656514 | 0.642978 | 27 | 20.888889 | 20.936117 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
d89a4472ee1329e7760b2f0c176b8b8a8c3f8426 | 18,442,589,581,366 | 1f83d04281bf4977ff4927bc43db6b4972606e8f | /jsf-20-siasa/JavaSource/br/gov/caixa/siasa/model/dao/Asabk307CicsDAO.java | d9d384dd3d206c0ea3f8518cb760354c3229885c | [] | no_license | holiveiraz/jsf-20-siasa | https://github.com/holiveiraz/jsf-20-siasa | c9e51d5681d8dad80e736813dbd3c8cfcaf4f07e | 3c82ee22937d105ed4ef94395cdc6a096f2a4da7 | refs/heads/master | 2016-09-06T03:43:11.062000 | 2012-10-16T02:55:12 | 2012-10-16T02:55:12 | 32,642,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.gov.caixa.siasa.model.dao;
import br.gov.caixa.siasa.model.dto.CobolBook;
public final class Asabk307CicsDAO extends MockCicsDAO implements IDao {
public Asabk307CicsDAO(String string) {
}
@Override
public CobolBook execute(CobolBook cb) {
StringBuilder builder = new StringBuilder("000")... | ISO-8859-1 | Java | 727 | java | Asabk307CicsDAO.java | Java | [] | null | [] | package br.gov.caixa.siasa.model.dao;
import br.gov.caixa.siasa.model.dto.CobolBook;
public final class Asabk307CicsDAO extends MockCicsDAO implements IDao {
public Asabk307CicsDAO(String string) {
}
@Override
public CobolBook execute(CobolBook cb) {
StringBuilder builder = new StringBuilder("000")... | 727 | 0.674483 | 0.630345 | 28 | 23.892857 | 20.49972 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
ba3e60244650e7a3b4404ea9239a11016fe3648c | 27,633,819,614,035 | 393d9cda7c756d469c5c0108d301f374f284ad18 | /AP2012_1 for Students/ClimbingClubTest.java | 9378e0598fc093880935a3af15cced65eddb3cee | [] | no_license | tengelo/ATengProject | https://github.com/tengelo/ATengProject | 2e00417eb1e06d28edbf9de9b5e4c909c0fcda18 | 260ae8c13300b8de7c9749ec6fa2bf7264a7b333 | refs/heads/master | 2016-09-06T07:05:14.641000 | 2015-05-08T14:52:00 | 2015-05-08T14:52:00 | 35,284,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.util.List;
/**
* The test class ClimbingClubTest.
*
* @author (your name)
* @version (a version number or a date)
*/
public class ClimbingClubTest
{
ClimbingClub hikerClub, hikerClub2;
... | UTF-8 | Java | 3,210 | java | ClimbingClubTest.java | Java | [] | null | [] | import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.util.List;
/**
* The test class ClimbingClubTest.
*
* @author (your name)
* @version (a version number or a date)
*/
public class ClimbingClubTest
{
ClimbingClub hikerClub, hikerClub2;
... | 3,210 | 0.609969 | 0.590031 | 115 | 26.878262 | 21.887915 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 4 |
71697c4e7761152b3e8984305fa554e9d727dd1f | 30,253,749,659,183 | 095ccaddfa62f62ff89a0a99a3710c9f17096780 | /app/src/main/java/com/pebble/daedeokms/info/ImageDetailActivity.java | f553b4e96fde443caabce3e36e94d9d14ed1d7b0 | [] | no_license | pjookim/YonginDaedeokMS | https://github.com/pjookim/YonginDaedeokMS | c88fef755aaf9df3fc9c4db6e8caf6478b5ee910 | 166ac81480ef2d1120b736c8df421e714f9fafe8 | refs/heads/master | 2020-04-17T10:06:40.421000 | 2016-11-05T13:14:17 | 2016-11-05T13:14:17 | 66,462,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pebble.daedeokms.info;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.widget.Toolbar;
import com.pebble.daedeokms.R;
public class ImageDetailActivity extends ActionBarActivity {
Toolbar mToolbar;
ViewT... | UTF-8 | Java | 802 | java | ImageDetailActivity.java | Java | [] | null | [] | package com.pebble.daedeokms.info;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.widget.Toolbar;
import com.pebble.daedeokms.R;
public class ImageDetailActivity extends ActionBarActivity {
Toolbar mToolbar;
ViewT... | 802 | 0.721945 | 0.718204 | 29 | 26.689655 | 23.075743 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
d20edcad9be6573c813e8c07df7cf7171b1593ea | 18,485,539,250,215 | 97489fc504068096c366880e1370aacd90939603 | /httpcore/src/main/java/org/apache/httpcore/protocol/HttpExpectationVerifier.java | 1e09763701e8ec3bfee2c756001d2ed6e0a75681 | [] | no_license | zhongshuiyuan/apache-components | https://github.com/zhongshuiyuan/apache-components | ecab3811c3ddb39c14d03c72416491eaef47bec3 | bbc4ee2dfb557718ba593204dd7ba7825261c729 | refs/heads/master | 2020-04-18T17:32:10.010000 | 2019-01-21T11:32:34 | 2019-01-21T11:32:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | 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
... | UTF-8 | Java | 3,227 | java | HttpExpectationVerifier.java | Java | [] | null | [] | /*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | 3,227 | 0.688875 | 0.682677 | 71 | 44.46479 | 35.947079 | 110 | false | false | 0 | 0 | 0 | 0 | 69 | 0.042764 | 0.28169 | false | false | 4 |
dab7defb7c0f37ca287542ae572e5c53f8b41329 | 19,542,101,237,583 | b30af7da01e6a749af45d2dd9a40dc1590805243 | /languages/BaseTemplate/sandbox/source_gen/BaseTemplate/sandbox/TemplateExample.java | 98aba7fdb6f804f404951bebf7388b5ed05ae01f | [] | no_license | dslmeinte/BaseTemplates | https://github.com/dslmeinte/BaseTemplates | a61d79d08f325f1649149253f54f306803a55103 | 5b09112eb656bb7cf89970cfbe9efa085e6c2995 | refs/heads/master | 2020-08-03T15:15:41.962000 | 2019-10-11T09:17:18 | 2019-10-11T09:17:18 | 211,797,433 | 0 | 0 | null | true | 2019-09-30T07:07:21 | 2019-09-30T07:07:21 | 2019-09-27T21:49:02 | 2019-09-27T21:49:00 | 631 | 0 | 0 | 0 | null | false | false | package BaseTemplate.sandbox;
/*Generated by MPS */
import BaseTemplate.behavior.TemplateResult;
import java.util.List;
import java.util.ArrayList;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.internal.collections.runtime.DequeSequence;
import org.jetbrains.mps.openapi.language.SAbstractConcept;... | UTF-8 | Java | 3,292 | java | TemplateExample.java | Java | [] | null | [] | package BaseTemplate.sandbox;
/*Generated by MPS */
import BaseTemplate.behavior.TemplateResult;
import java.util.List;
import java.util.ArrayList;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.internal.collections.runtime.DequeSequence;
import org.jetbrains.mps.openapi.language.SAbstractConcept;... | 3,292 | 0.631531 | 0.613305 | 103 | 30.961164 | 24.556225 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650485 | false | false | 4 |
e2aff2b11c7aeb0d734b80398f191ad73e7f3489 | 627,065,263,082 | aabbde3016fd77923f3f4900a07f721d279dcc05 | /src/main/java/zx/soft/phrase/finding/mapred/JoinBigramMapper.java | c7a255c4703338e063dd8eae0e91b9403aef72c7 | [] | no_license | KEVINYZY/phrase-finding | https://github.com/KEVINYZY/phrase-finding | 4f7b6abe07c68c452269665bc5233f3e29cdd5d7 | adbc6be5a6f49260900f999a3b97ada4c5cb2f84 | refs/heads/master | 2020-03-30T02:14:22.337000 | 2019-11-28T08:50:32 | 2019-11-28T08:50:32 | 150,620,968 | 0 | 0 | null | true | 2018-09-27T17:04:17 | 2018-09-27T17:04:16 | 2018-03-07T06:34:42 | 2014-07-21T01:29:58 | 448 | 0 | 0 | 0 | null | false | null | package zx.soft.phrase.finding.mapred;
import java.io.IOException;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/**
* Reprocesses the bigram data so the keys are the unigram terms, but the
* values include the bigram data so they can be reconstructed in the Reducer.
*
* @author ... | UTF-8 | Java | 991 | java | JoinBigramMapper.java | Java | [
{
"context": "an be reconstructed in the Reducer.\n * \n * @author wgybzb\n *\n */\npublic class JoinBigramMapper extends Mapp",
"end": 326,
"score": 0.9996432065963745,
"start": 320,
"tag": "USERNAME",
"value": "wgybzb"
}
] | null | [] | package zx.soft.phrase.finding.mapred;
import java.io.IOException;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/**
* Reprocesses the bigram data so the keys are the unigram terms, but the
* values include the bigram data so they can be reconstructed in the Reducer.
*
* @author ... | 991 | 0.70333 | 0.699294 | 31 | 30.967741 | 31.199135 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.806452 | false | false | 4 |
4745bda00e9879f54a90d69a8c4765abf72a5e8d | 4,509,715,671,058 | 607d0c7799d9867e7cb576bbd9bbeea290c0e3d1 | /string/LengthOfLastWord.java | 0e3edba641f32b33f5768d51d8986d7c97835630 | [] | no_license | soapyigu/LeetCode | https://github.com/soapyigu/LeetCode | fe0c3fbef52b8c16014ba2efe8bc2685f649e751 | d97c95c552e87a6367fb1291da149096f281e8fb | refs/heads/master | 2016-04-02T19:52:02.358000 | 2014-04-07T17:34:31 | 2014-04-07T17:34:31 | 15,857,145 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package string;
public class LengthOfLastWord {
public static int solution(String s) {
if(s == null || s.length() == 0){
return 0;
}
int i = s.length()-1;
int len = 0;
while(s.charAt(i)!=' '){
len++;
i--;
if(i<0)... | UTF-8 | Java | 522 | java | LengthOfLastWord.java | Java | [] | null | [] | package string;
public class LengthOfLastWord {
public static int solution(String s) {
if(s == null || s.length() == 0){
return 0;
}
int i = s.length()-1;
int len = 0;
while(s.charAt(i)!=' '){
len++;
i--;
if(i<0)... | 522 | 0.431034 | 0.421456 | 27 | 18.333334 | 13.455001 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 4 |
a6a1fc1034967ea66f1f82bab24fb5c57d47e7e9 | 26,860,725,531,773 | a1d2c3a2396ed37a417e0a04ce2482f3e01fc88c | /site/components/src/test/java/uk/nhs/digital/common/components/apispecification/swagger/model/BodyWithMediaTypesExtractorTest.java | fa51fdd0fef57c891fbc71108db34d2f0328d86e | [
"OGL-UK-3.0"
] | permissive | NHS-digital-website/hippo | https://github.com/NHS-digital-website/hippo | 93db3cabfdab6d7c81869dd3a54f7a298ff4a612 | 5f4a2e73c19c93ead7239f0fc110d25c6ffdeef6 | refs/heads/master | 2023-09-01T01:28:47.821000 | 2023-08-31T15:31:03 | 2023-08-31T15:31:03 | 104,457,155 | 13 | 20 | NOASSERTION | false | 2023-09-12T08:32:21 | 2017-09-22T09:29:54 | 2023-03-01T11:35:28 | 2023-09-12T08:32:21 | 73,842 | 12 | 16 | 34 | FreeMarker | false | false | package uk.nhs.digital.common.components.apispecification.swagger.model;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static uk.nhs.digital.test.util.ReflectionTestUtils.setField;
import static uk.nhs.digital.test.util.TestFileUtils.contentOfFileFromClasspath;
import ... | UTF-8 | Java | 4,575 | java | BodyWithMediaTypesExtractorTest.java | Java | [] | null | [] | package uk.nhs.digital.common.components.apispecification.swagger.model;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static uk.nhs.digital.test.util.ReflectionTestUtils.setField;
import static uk.nhs.digital.test.util.TestFileUtils.contentOfFileFromClasspath;
import ... | 4,575 | 0.710164 | 0.710164 | 109 | 40.972477 | 35.078278 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954128 | false | false | 4 |
6dc0fc3816eb7dca536808b19e60d883b532ab3c | 15,161,234,568,326 | 112acdd98e2757c08d62f1b5502ac96ed8474ca4 | /src/com/imudges/LoveUApp/model/MoneyModel.java | 03a406b64ad536b98e7377634ad2381c69d0dc95 | [] | no_license | imu-hupeng/LoveUApp | https://github.com/imu-hupeng/LoveUApp | 99b59470a3d9465e983ef49a71691d57437db575 | 1f0c3c3b58228518e7b494ec61ab219dd77564d8 | refs/heads/master | 2021-05-04T11:40:33.226000 | 2016-04-21T05:44:10 | 2016-04-21T05:44:10 | 53,415,780 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imudges.LoveUApp.model;
/**
* Created by dy on 2016/4/7.
*/
public class MoneyModel {
private Integer state;
private Integer money;
public Integer getState() {
return state;
}
public void setState(Integer state) {
this.state = state;
}
public Integer getMsg(... | UTF-8 | Java | 425 | java | MoneyModel.java | Java | [
{
"context": "age com.imudges.LoveUApp.model;\n\n/**\n * Created by dy on 2016/4/7.\n */\npublic class MoneyModel {\n pr",
"end": 57,
"score": 0.9951419830322266,
"start": 55,
"tag": "USERNAME",
"value": "dy"
}
] | null | [] | package com.imudges.LoveUApp.model;
/**
* Created by dy on 2016/4/7.
*/
public class MoneyModel {
private Integer state;
private Integer money;
public Integer getState() {
return state;
}
public void setState(Integer state) {
this.state = state;
}
public Integer getMsg(... | 425 | 0.592941 | 0.578824 | 25 | 16 | 13.928389 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 4 |
5d5b0ec067465c82794f859c9118efe5a0155eb6 | 34,497,177,324,242 | 9d6feeda3159286b0040dee5fb15d493fccf7be9 | /app/src/main/java/cz/cvut/mazanma5/feedReader/ArticleActivity.java | ff87f3011e9f85132e85ba47f548170ab17fef21 | [] | no_license | mazanma5/FeedReaderApp | https://github.com/mazanma5/FeedReaderApp | eb7d41e2eb3e7d30be76e697069712635464015c | ea28927d6047861d3eb5ef9baa37b0d74e69e2b2 | refs/heads/master | 2016-08-09T20:19:27.412000 | 2016-03-21T22:34:56 | 2016-03-21T22:34:56 | 54,427,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.cvut.mazanma5.feedReader;
import android.content.Intent;
import android.support.v4.app.FragmentActivity;
import android.support.v4.view.MenuItemCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatCallback;
import android.support.v7.widget... | UTF-8 | Java | 2,817 | java | ArticleActivity.java | Java | [] | null | [] | package cz.cvut.mazanma5.feedReader;
import android.content.Intent;
import android.support.v4.app.FragmentActivity;
import android.support.v4.view.MenuItemCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatCallback;
import android.support.v7.widget... | 2,817 | 0.689031 | 0.686191 | 86 | 31.755814 | 25.147442 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 4 |
901397535734835ed51d272f619fe2c6a7e08da8 | 15,126,874,880,119 | 4c45c3a10392f31459c0835ca09e6052e7d538d5 | /FragmentExample/src/main/java/com/gizmogauravgmail/myapplication/MainActivity.java | 1f4120c41c3bdeaaf9858f27daef61da468d5fd8 | [] | no_license | gizmogaurav/MyAndroidJsonProject | https://github.com/gizmogaurav/MyAndroidJsonProject | 90673742325e7503d40af29530bc70ca20fe6dcb | 55beba4b1c3c118065f396d288d3fd04ba8f4eb9 | refs/heads/master | 2021-01-17T08:44:20.043000 | 2016-08-15T19:31:05 | 2016-08-15T19:31:05 | 65,758,966 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gizmogauravgmail.myapplication;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
private Button button, button4,pagerBtn, menuDrawer;... | UTF-8 | Java | 1,950 | java | MainActivity.java | Java | [
{
"context": "package com.gizmogauravgmail.myapplication;\n\nimport android.content.I",
"end": 19,
"score": 0.7603681683540344,
"start": 13,
"tag": "USERNAME",
"value": "izmoga"
},
{
"context": "package com.gizmogauravgmail.myapplication;\n\nimport android.content.Inten",
"end": ... | null | [] | package com.gizmogauravgmail.myapplication;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
private Button button, button4,pagerBtn, menuDrawer;... | 1,950 | 0.62718 | 0.624103 | 62 | 30.451612 | 26.247997 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532258 | false | false | 4 |
975b475cf9ed658b46b771302b50074bb34d9763 | 1,073,741,877,398 | 5afeaa831aecc7a7d252f3abec2c812adbac15d1 | /app/src/main/java/fin/laakso/burlybugs/GrassTile.java | 75b38572d93a938c47d3d89252e40bd90e0bd90b | [] | no_license | drugggi/QuakersUnderground | https://github.com/drugggi/QuakersUnderground | b570f7fcb00867b9bde1d908fb9adcbec3c48e37 | 7f355b25d1dd7dfd3e9032103aab72be32bdc485 | refs/heads/master | 2020-04-05T00:16:52.142000 | 2018-11-16T10:01:08 | 2018-11-16T10:01:08 | 156,390,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fin.laakso.burlybugs;
import android.graphics.Bitmap;
public class GrassTile extends Tile {
public GrassTile( int id) {
super(Assets.grass, id);
}
@Override
public boolean isSolid() {
return true;
}
}
| UTF-8 | Java | 250 | java | GrassTile.java | Java | [] | null | [] | package fin.laakso.burlybugs;
import android.graphics.Bitmap;
public class GrassTile extends Tile {
public GrassTile( int id) {
super(Assets.grass, id);
}
@Override
public boolean isSolid() {
return true;
}
}
| 250 | 0.636 | 0.636 | 16 | 14.625 | 14.260413 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
af5c3a87e46ce2f183a1a77b1244235af10ebeeb | 4,569,845,236,977 | dedd8b238961dbb6889a864884e011ce152d1d5c | /src/com/google/android/gms/internal/jj.java | c22e11e1007cc088f1b67949fa9b1abf311cf157 | [] | no_license | reverseengineeringer/gov.cityofboston.commonwealthconnect | https://github.com/reverseengineeringer/gov.cityofboston.commonwealthconnect | d553a8a7a4fcd7b846eebadb6c1e3e9294919eb7 | 1a829995d5527f4d5798fa578ca1b0fe499839e1 | refs/heads/master | 2021-01-10T05:08:31.188000 | 2016-03-19T20:37:17 | 2016-03-19T20:37:17 | 54,285,966 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.os.Bundle;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.api.Scope;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
public class jj
implements SafeParcel... | UTF-8 | Java | 1,585 | java | jj.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.os.Bundle;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.api.Scope;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
public class jj
implements SafeParcel... | 1,585 | 0.660568 | 0.646688 | 81 | 18.580246 | 20.776211 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54321 | false | false | 4 |
60f685be931177b18cd36a66ae00e498364657e5 | 21,827,023,838,217 | d664a99f1d6e784e17a71944d2dfca38b65b3d5f | /EJB/src/main/java/Models/Usuario.java | 5a3a7025fa19f5cb4e16d84bb6c0f2e04dec2407 | [] | no_license | RamonQuirino/Idominus | https://github.com/RamonQuirino/Idominus | 5d13a903d81274d59253ea755360693278cd4620 | 69a4d3d3fe3f61196f9ef4f151c3723796e50f2e | refs/heads/master | 2016-08-12T14:25:08.037000 | 2016-03-06T21:26:43 | 2016-03-06T21:26:43 | 51,209,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* Created by ramon on 06/02/16.
*/
@Entity(name = "TB_USUARIO")
public class Usuario {
@Id
@GeneratedValue
@Column(name = "ID", nullable = false)... | UTF-8 | Java | 1,163 | java | Usuario.java | Java | [
{
"context": ";\nimport javax.persistence.Id;\n\n\n/**\n * Created by ramon on 06/02/16.\n */\n\n@Entity(name = \"TB_USUARIO\")\npu",
"end": 178,
"score": 0.9949719905853271,
"start": 173,
"tag": "USERNAME",
"value": "ramon"
}
] | null | [] | package Models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* Created by ramon on 06/02/16.
*/
@Entity(name = "TB_USUARIO")
public class Usuario {
@Id
@GeneratedValue
@Column(name = "ID", nullable = false)... | 1,163 | 0.627687 | 0.622528 | 61 | 18.065575 | 16.752655 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344262 | false | false | 4 |
2c6af4e71a844322596aa90e7b33aeccc7dfe57b | 21,827,023,837,228 | 41ee79208465f95b35e9b1754f708511ed51c28d | /src/main/java/basics/stringsarrays/MergeIntervals.java | a221bab342d8e72c71df56ace14f81f7e8395ca0 | [] | no_license | bhakiyakalimuthu/RepoLearnJava | https://github.com/bhakiyakalimuthu/RepoLearnJava | 8520d4981b0850e5e3205a30a6555acaf7a95d45 | 4c297d98d98e6225d09aeccac380609afd1f53c9 | refs/heads/master | 2022-11-20T11:02:55.910000 | 2019-07-06T22:00:33 | 2019-07-06T22:00:33 | 195,586,382 | 0 | 0 | null | false | 2022-11-16T11:54:10 | 2019-07-06T21:57:54 | 2019-07-06T22:00:54 | 2022-11-16T11:54:07 | 77 | 0 | 0 | 5 | Java | false | false | package basics.stringsarrays;
import java.util.ArrayList;
import java.util.List;
/**
* @author : Bhakiyaraj Kalimuthu
* @date : 2019-05-19
*/
public class MergeIntervals {
public static void main(String[] args) {
}
public List<int[]> mergeIntervals(List<int[]> arrList){
List<int[]> mergedList = new ArrayLis... | UTF-8 | Java | 716 | java | MergeIntervals.java | Java | [
{
"context": "rrayList;\nimport java.util.List;\n\n/**\n * @author : Bhakiyaraj Kalimuthu\n * @date : 2019-05-19\n */\npublic class MergeInter",
"end": 120,
"score": 0.999860405921936,
"start": 100,
"tag": "NAME",
"value": "Bhakiyaraj Kalimuthu"
}
] | null | [] | package basics.stringsarrays;
import java.util.ArrayList;
import java.util.List;
/**
* @author : <NAME>
* @date : 2019-05-19
*/
public class MergeIntervals {
public static void main(String[] args) {
}
public List<int[]> mergeIntervals(List<int[]> arrList){
List<int[]> mergedList = new ArrayList<>();
for ... | 702 | 0.575419 | 0.548883 | 33 | 20.69697 | 19.994673 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 4 |
78b44a9a472e1cc352f24aa9bb566c0d89a97c01 | 33,260,226,780,098 | 0e0d01c7060769ea0fe69fd8d2e1b5fdd17d2d76 | /aleksandr.sarichev/builder/src/com/example/transportparts/trolleybus/TrolleybusBody.java | 7e33ce99949f035d15cc126d23645c30f9447934 | [] | no_license | synergytrainings/design-patterns-c4 | https://github.com/synergytrainings/design-patterns-c4 | 0d7bc17103592c6178578e8303e32c9660530dc5 | 0b5dd6851afffd0070d4aa8dca244e1a2fa55dcf | refs/heads/master | 2021-05-07T20:18:55.577000 | 2018-01-07T19:52:51 | 2018-01-07T19:53:10 | 108,949,404 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.transportparts.trolleybus;
import com.example.transportparts.*;
public class TrolleybusBody extends Body{
@Override
public void subscribe(Wheel wheel) {
System.out.println("Subscribe wheel to trolleybus body");
}
@Override
public void subscribe(Headlight headlight) {
System.out.print... | UTF-8 | Java | 537 | java | TrolleybusBody.java | Java | [] | null | [] | package com.example.transportparts.trolleybus;
import com.example.transportparts.*;
public class TrolleybusBody extends Body{
@Override
public void subscribe(Wheel wheel) {
System.out.println("Subscribe wheel to trolleybus body");
}
@Override
public void subscribe(Headlight headlight) {
System.out.print... | 537 | 0.731844 | 0.731844 | 31 | 16.32258 | 21.154406 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 4 |
cd29316cef0ee35849d9f7c0c099ec8ea4098846 | 22,419,729,331,390 | 5d22321566cafb5105822755fd1bf7bc3dcc1682 | /app/src/main/java/com/qoovers/snapwhyb/PermissionLocationActivity.java | 7b3d342653638dfcfeb4d13cb922c01edcdfb3d8 | [] | no_license | khoo0030/android-snapwhyb-native | https://github.com/khoo0030/android-snapwhyb-native | 5341a5e8d2deea1e56fc76d4cd9876d8881fceaf | 0009432f6a73557cc1ae1ad3960d3bd9be2af0b7 | refs/heads/master | 2020-05-03T23:56:46.363000 | 2020-04-02T05:03:07 | 2020-04-02T05:03:07 | 178,875,466 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qoovers.snapwhyb;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import com.qoovers.snapwhyb.app.values.Perm... | UTF-8 | Java | 2,243 | java | PermissionLocationActivity.java | Java | [] | null | [] | package com.qoovers.snapwhyb;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import com.qoovers.snapwhyb.app.values.Perm... | 2,243 | 0.646901 | 0.645118 | 80 | 27.0375 | 27.539719 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 4 |
3b6a4d9abb8227f026a035afbf401d173c962bba | 17,772,574,714,281 | b8a2ab2c00fb1cc8b16920ac1de493a4c71505cd | /program/java/lfz oo/sourecode/源代码/ch3/CompleteNumber.java | a6e2dbb6f5fda1f5392f36ccfefe5f72b9521749 | [] | no_license | baltimost/lisubuntu | https://github.com/baltimost/lisubuntu | 578cf05c8b3136e7c8d437893f98f7194e644899 | 3ea70edd50bfac2eb86da5ac8174205e2a49c04a | refs/heads/master | 2021-01-19T13:11:32.439000 | 2017-02-18T07:01:49 | 2017-02-18T07:01:49 | 82,368,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //: CompleteNumber.java
/*
要判断一个自然数是否为完数,首先必须找到其所有因数。
而一个数的所有因数可以利用计算机速度快的特点,从2开始到这个数的最大因数
为止(偶数不大于其值的二分之一,奇数不大于其值的三分之一),进行取模判断,
凡是可以被整除的数均为该数的因数。
*/
//package g3ds.joop.ch3;
public class CompleteNumber{
public static void main(String[] args){
int i;
try{
i=Integer.parseInt(args[0]);
... | GB18030 | Java | 1,156 | java | CompleteNumber.java | Java | [] | null | [] | //: CompleteNumber.java
/*
要判断一个自然数是否为完数,首先必须找到其所有因数。
而一个数的所有因数可以利用计算机速度快的特点,从2开始到这个数的最大因数
为止(偶数不大于其值的二分之一,奇数不大于其值的三分之一),进行取模判断,
凡是可以被整除的数均为该数的因数。
*/
//package g3ds.joop.ch3;
public class CompleteNumber{
public static void main(String[] args){
int i;
try{
i=Integer.parseInt(args[0]);
... | 1,156 | 0.574514 | 0.552916 | 54 | 15.185185 | 12.168682 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.574074 | false | false | 4 |
af28fc8991665fe1b952ed8f36d56abbc990fa39 | 22,539,988,424,498 | e39322fd1dc48eec84c69d386741e0539b7e6cd3 | /src/main/java/com/jaenyeong/springboot_started/actuator/ActuatorController.java | e38045524e34df3ac7e516fc5c277b2ad59e3e45 | [] | no_license | jaenyeong/Study_Spring-Springboot | https://github.com/jaenyeong/Study_Spring-Springboot | e0dbeba2b9fbe4cb6f8ea1995c37d2c4f0cbe649 | 9e4caa952472f3de278556f817d8e744e1068f15 | refs/heads/master | 2022-11-26T05:39:07.169000 | 2020-08-01T07:06:21 | 2020-08-01T07:06:21 | 280,154,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jaenyeong.springboot_started.actuator;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ActuatorController {
@GetMapping("/act/hello")
public String hello() {
return "hello";
}
}
| UTF-8 | Java | 301 | java | ActuatorController.java | Java | [] | null | [] | package com.jaenyeong.springboot_started.actuator;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ActuatorController {
@GetMapping("/act/hello")
public String hello() {
return "hello";
}
}
| 301 | 0.79402 | 0.79402 | 13 | 22.153847 | 21.816881 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 4 |
8d6afa3125a3f5da000479bdf558bc21fc198037 | 24,086,176,646,157 | eca8968871251ae680bd00eaa100c06577f06be8 | /hello-feign-service-api/src/main/java/hello/IUserService.java | 5d42078d1f3dfad8672a1040af642d1a62f35e9e | [] | no_license | starSmallDream/spring-cloud-demo | https://github.com/starSmallDream/spring-cloud-demo | 179acb222f5ed6ab95af522bc0723b9599c138dd | db509714dec68dbc1237fe8435fac9c660b3f234 | refs/heads/master | 2020-05-30T19:05:04.879000 | 2019-06-03T02:12:01 | 2019-06-03T02:12:01 | 189,916,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@FeignClient(value = "user-service",path="user")
public interface IUserService {
@RequestMapping(value = "/getCurrentUse... | UTF-8 | Java | 379 | java | IUserService.java | Java | [] | null | [] | package hello;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@FeignClient(value = "user-service",path="user")
public interface IUserService {
@RequestMapping(value = "/getCurrentUse... | 379 | 0.810026 | 0.810026 | 13 | 28.153847 | 26.308367 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 4 |
fb6bebd9c183603ec87fed944324f99d206032ea | 15,710,990,425,232 | 8aba0c7efceabd397c98d847c0d7785d73c41d29 | /HW08/src/hr/fer/zemris/java/simplecomp/impl/instructions/InstrPop.java | 5169a72fb280d4e8412c027ed57e034a337d2555 | [] | no_license | vhanzek/java-course | https://github.com/vhanzek/java-course | 3f9019945aba28ceeddd1249de985e9be5032cf4 | f380d0fa1e3d15900c655e0451ad6da3fe1713ef | refs/heads/master | 2021-10-28T11:43:17.725000 | 2019-04-23T16:20:53 | 2019-04-23T16:20:53 | 113,565,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.fer.zemris.java.simplecomp.impl.instructions;
import static hr.fer.zemris.java.simplecomp.ArgumentUtil.checkArguments;
import static hr.fer.zemris.java.simplecomp.ArgumentUtil.checkRegisters;
import java.util.List;
import hr.fer.zemris.java.simplecomp.RegisterUtil;
import hr.fer.zemris.java.simplecomp.Sta... | UTF-8 | Java | 1,470 | java | InstrPop.java | Java | [
{
"context": "x <- [r15+1]\n * r15 <- r15 + 1 </p>\n * \n * @author Vjeco\n */\npublic class InstrPop implements Instruction ",
"end": 895,
"score": 0.9995453953742981,
"start": 890,
"tag": "NAME",
"value": "Vjeco"
}
] | null | [] | package hr.fer.zemris.java.simplecomp.impl.instructions;
import static hr.fer.zemris.java.simplecomp.ArgumentUtil.checkArguments;
import static hr.fer.zemris.java.simplecomp.ArgumentUtil.checkRegisters;
import java.util.List;
import hr.fer.zemris.java.simplecomp.RegisterUtil;
import hr.fer.zemris.java.simplecomp.Sta... | 1,470 | 0.755116 | 0.745566 | 49 | 28.918367 | 27.695013 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061224 | false | false | 4 |
5153cd3322824e3f160e931954a2fd8dd4b1b4d5 | 15,710,990,422,228 | 41563e9e9a37553f7e6da6096a3b1a5db251c94b | /src/VocabPrac.java | d7d4dea2ebf80f0e7f16ec85f3e794889451fca0 | [] | no_license | BSISJ7/Vocabulary-Quizzer-v1.0 | https://github.com/BSISJ7/Vocabulary-Quizzer-v1.0 | f28049e929af6af37b636096f2d54e7d36524f7f | 0988138499d8db9c4127d8d3691ac00be3577ee3 | refs/heads/master | 2020-12-14T08:48:02.330000 | 2017-06-26T22:49:16 | 2017-06-26T22:49:16 | 95,376,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.applet.Applet;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.io.File;
public class VocabPrac ex... | UTF-8 | Java | 24,853 | java | VocabPrac.java | Java | [] | null | [] | import javax.swing.*;
import java.applet.Applet;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.io.File;
public class VocabPrac ex... | 24,853 | 0.617712 | 0.610027 | 796 | 30.222363 | 26.014482 | 129 | false | false | 0 | 0 | 0 | 0 | 392 | 0.078823 | 3.807789 | false | false | 4 |
fa320f1007ee3e520f1a93580d9a6aeef7bd42e2 | 6,743,098,706,366 | d1740ba003315b8175a8cb89aada827694bfa26d | /crlr-commons/src/main/java/org/crlr/report/impl/ZipReport.java | f232c3adf09d744bdb3aa34a3417f996b544598a | [] | no_license | GIP-RECIA/cahier-de-texte | https://github.com/GIP-RECIA/cahier-de-texte | 079fbd5b3e1dbe7b4374faa660c755bbf6f89f74 | 87c7c5f6c19f8f6a6ecaab726902ff38948481d9 | refs/heads/master | 2016-09-15T17:55:46.688000 | 2016-03-23T09:04:03 | 2016-03-23T09:04:03 | 14,982,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Projet ENT-CRLR - Conseil Regional Languedoc Roussillon.
* Copyright (c) 2009 Bull SAS
*
* $Id: ZipReport.java,v 1.1 2009/05/26 07:33:22 ent_breyton Exp $
*/
package org.crlr.report.impl;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java... | UTF-8 | Java | 2,328 | java | ZipReport.java | Java | [
{
"context": "\r\n * <code>application/zip</code>.\r\n *\r\n * @author breytond\r\n */\r\npublic class ZipReport extends AbstractByte",
"end": 474,
"score": 0.9996663331985474,
"start": 466,
"tag": "USERNAME",
"value": "breytond"
}
] | null | [] | /*
* Projet ENT-CRLR - Conseil Regional Languedoc Roussillon.
* Copyright (c) 2009 Bull SAS
*
* $Id: ZipReport.java,v 1.1 2009/05/26 07:33:22 ent_breyton Exp $
*/
package org.crlr.report.impl;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java... | 2,328 | 0.552688 | 0.543656 | 101 | 21.019802 | 19.639313 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227723 | false | false | 4 |
d85a6a7ea094fed98db9a2828d7839737179b837 | 6,743,098,705,745 | 3a2ad66337d5481958d9aab3b0b64d640f4c70e1 | /heaven/src/com/framework/dao/TsCompanyDao.java | 651d17adf3bcd2b61513eaeffaefa5f0f51eb9ff | [] | no_license | guozenghuan/TianYinDe | https://github.com/guozenghuan/TianYinDe | 0a79fe2f1a3fe62c06d50d817f69840b16b9738f | f02ecc7ccae278a72ac2fcbd19cfa08678bfcf65 | refs/heads/master | 2021-01-26T11:23:50.657000 | 2020-02-27T07:56:49 | 2020-02-27T07:56:49 | 243,420,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.framework.dao;
import com.framework.entity.TsCompanyEntity;
/**
* 公司信息
*
* @author R & D
* @email
* @date 2019-03-20 13:52:39
*/
public interface TsCompanyDao extends BaseDao<TsCompanyEntity> {
TsCompanyEntity queryObject(Long value);
}
| UTF-8 | Java | 268 | java | TsCompanyDao.java | Java | [
{
"context": "ntity.TsCompanyEntity;\n\n/**\n * 公司信息\n * \n * @author R & D\n * @email \n * @date 2019-03-20 13:52:39\n */\npubli",
"end": 106,
"score": 0.9997958540916443,
"start": 101,
"tag": "NAME",
"value": "R & D"
}
] | null | [] | package com.framework.dao;
import com.framework.entity.TsCompanyEntity;
/**
* 公司信息
*
* @author <NAME>
* @email
* @date 2019-03-20 13:52:39
*/
public interface TsCompanyDao extends BaseDao<TsCompanyEntity> {
TsCompanyEntity queryObject(Long value);
}
| 269 | 0.719231 | 0.665385 | 14 | 17.571428 | 19.42647 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
cc30b5bf78f34ecedca9bc6d5b7c0eca4a1f81c4 | 8,452,495,689,594 | b7f5ddf9afaac7f10692724b079398a7f6947998 | /app/src/main/java/com/android/twindow/THandlerThread.java | cf37dcd3d321df40f29e52ae8033fccb29941fed | [
"Apache-2.0"
] | permissive | xwpeng/TWindow | https://github.com/xwpeng/TWindow | b35fd0ba7ee1c415d535d11f0624a02b1582e1ad | 6db90a1bcd9ac04c640d34feaa3b9cc19de4b3a3 | refs/heads/master | 2021-04-27T04:04:02.620000 | 2018-02-24T09:30:59 | 2018-02-24T09:30:59 | 122,725,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.twindow;
import android.os.Handler;
import android.os.HandlerThread;
/**
* 实验HandlerThread
* Created by Administrator on 2018/2/7.
*/
public class THandlerThread {
public static void t(){
HandlerThread handlerThread = new HandlerThread("t");
handlerThread.run();
Han... | UTF-8 | Java | 473 | java | THandlerThread.java | Java | [
{
"context": "ndlerThread;\n\n/**\n * 实验HandlerThread\n * Created by Administrator on 2018/2/7.\n */\n\npublic class THandlerThread {\n ",
"end": 141,
"score": 0.9456316828727722,
"start": 128,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.android.twindow;
import android.os.Handler;
import android.os.HandlerThread;
/**
* 实验HandlerThread
* Created by Administrator on 2018/2/7.
*/
public class THandlerThread {
public static void t(){
HandlerThread handlerThread = new HandlerThread("t");
handlerThread.run();
Han... | 473 | 0.667377 | 0.652452 | 20 | 22.450001 | 18.123121 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 4 |
8d75b00af2d5f2de7bf566feb78050944751d679 | 26,869,315,448,822 | 94d2705ad9c642301fc60ae9728032a7c0b58db3 | /Xcoiffure_model/src/main/java/fr/xcoiffure/model/Employes.java | 0afa9946ef47cfb1ed074b8c42876a28232f0c6e | [] | no_license | mmoute/Xcoiffure | https://github.com/mmoute/Xcoiffure | b8c87aa489bb6934ce54654a65579631d13e6b1a | 7499b2d93aca5fde315064082a445cc8cd9173b7 | refs/heads/master | 2020-03-17T21:28:53.716000 | 2018-06-26T09:20:36 | 2018-06-26T09:20:36 | 133,960,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.xcoiffure.model;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import... | UTF-8 | Java | 1,958 | java | Employes.java | Java | [] | null | [] | package fr.xcoiffure.model;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import... | 1,958 | 0.695608 | 0.6905 | 103 | 17.009708 | 16.621716 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.145631 | false | false | 4 |
2969e5788a24f8580986cb4f73e5d22ef8ff4ae9 | 10,737,418,240,705 | b43f3833f92353fb71bd9600a3521d2107dc326f | /src/main/java/org/jitsi/videobridge/EndpointMessageTransport.java | 59a6d2c0b7745ef13a5436f75588bfda4698b6a8 | [] | no_license | iamcrawler/target-jvb | https://github.com/iamcrawler/target-jvb | 16e81ad00c43c148ee36a1512352ebae10410f26 | 1863e0336c5ee18c5ae5f04aac7a24d86abd7999 | refs/heads/master | 2022-11-06T17:12:07.753000 | 2020-06-17T13:04:07 | 2020-06-17T13:04:07 | 272,970,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jitsi.videobridge;
import java.io.IOException;
import java.lang.ref.WeakReference;
import java.util.Collections;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
import org.jitsi.eventadmin.EventAdmin;
import org.jitsi.utils.logging.Logger;
import org.jitsi.videobridge.rest.Colibri... | UTF-8 | Java | 11,365 | java | EndpointMessageTransport.java | Java | [] | null | [] | package org.jitsi.videobridge;
import java.io.IOException;
import java.lang.ref.WeakReference;
import java.util.Collections;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
import org.jitsi.eventadmin.EventAdmin;
import org.jitsi.utils.logging.Logger;
import org.jitsi.videobridge.rest.Colibri... | 11,365 | 0.640387 | 0.639859 | 266 | 41.725563 | 31.239613 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 4 |
254f61801a1095a6e1529764512fdbf8a269a334 | 17,179,911,141 | 520a11d68591d9e195a9cfe6e2b35ed2fb96d591 | /src/main/java/cn/choleece/oschina/constant/Errors.java | 2d98cade3bae5833becb467ff2442b0aaf106c4b | [] | no_license | choleece/OSChinaAPI | https://github.com/choleece/OSChinaAPI | 6fcadc61369355cbc9ae57336b37158244b723a6 | 85e9bf097b5ff4e59bc2266d7e6979b1dce6fd51 | refs/heads/master | 2020-03-04T11:17:16.911000 | 2017-05-31T23:43:03 | 2017-05-31T23:43:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.choleece.oschina.constant;
/**
* Created by choleece on 2017/5/25.
*/
public class Errors {
public static final String Server_Error = "哎呀,服务器出小差了......";
public static final String SUCCESS = "0";
public static final String EXCEPTION = "-1";
}
| UTF-8 | Java | 292 | java | Errors.java | Java | [
{
"context": "e cn.choleece.oschina.constant;\n\n/**\n * Created by choleece on 2017/5/25.\n */\npublic class Errors {\n\n publ",
"end": 65,
"score": 0.9996077418327332,
"start": 57,
"tag": "USERNAME",
"value": "choleece"
}
] | null | [] | package cn.choleece.oschina.constant;
/**
* Created by choleece on 2017/5/25.
*/
public class Errors {
public static final String Server_Error = "哎呀,服务器出小差了......";
public static final String SUCCESS = "0";
public static final String EXCEPTION = "-1";
}
| 292 | 0.669118 | 0.636029 | 13 | 19.923077 | 22.393206 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 4 |
898e825d8d3e102d256fb6ace5b8fde02798a5be | 33,182,917,367,633 | a9a7fbe171100b5b895ebbd43399e8e27fdba5ad | /springboot-base/src/main/java/com/weiun/springboot/base/interceptor/DemoInterceptor.java | 00e9db02f3560ba3379ccfe4ee3f2d007b6ded1c | [] | no_license | weijj0528/wei-learn | https://github.com/weijj0528/wei-learn | 7c77d37d74e21c109b0b063dcd56df6cb233877d | a1754aca6ce1cf8daf4a8ade7d90f5efcdae4b7d | refs/heads/master | 2020-04-24T07:13:58.171000 | 2020-03-04T22:29:11 | 2020-03-31T01:36:54 | 171,792,326 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weiun.springboot.base.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* @author William
* @Date 2019/2/27
* @Description 拦截器示例
... | UTF-8 | Java | 1,186 | java | DemoInterceptor.java | Java | [
{
"context": ".servlet.http.HttpServletResponse;\n\n/**\n * @author William\n * @Date 2019/2/27\n * @Description 拦截器示例\n */\npubl",
"end": 277,
"score": 0.9970471262931824,
"start": 270,
"tag": "NAME",
"value": "William"
}
] | null | [] | package com.weiun.springboot.base.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* @author William
* @Date 2019/2/27
* @Description 拦截器示例
... | 1,186 | 0.749117 | 0.742933 | 33 | 33.303032 | 38.088799 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
ae7ebae5cdfededb96bc213cdb066cc95bbd81f0 | 14,448,270,038,649 | 9fc01fb3ab2e0af9abf9918634d71274ff923ee7 | /ibeer-parent/ibeer-account-service/src/main/java/com/ibeer/account/service/AccountServiceApi.java | a523dd82398ab004ef9ab265d27905fd036d53f2 | [] | no_license | wangtao-luse/ibeer | https://github.com/wangtao-luse/ibeer | 4e644c6906febe4a6ad670c6e4defae667e48020 | 1c88a3c35b4984a4422c004fb99509ea5c80e92e | refs/heads/master | 2021-06-29T22:04:38.476000 | 2020-04-10T02:06:22 | 2020-04-10T02:06:22 | 225,549,173 | 0 | 0 | null | false | 2021-05-18T20:29:21 | 2019-12-03T06:39:36 | 2020-04-10T02:06:56 | 2021-05-18T20:29:18 | 2,511 | 0 | 0 | 8 | HTML | false | false | package com.ibeer.account.service;
import java.util.Base64;
import java.util.Date;
import java.util.UUID;
import org.apache.commons.lang.StringUtils;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.util.ByteSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | UTF-8 | Java | 6,377 | java | AccountServiceApi.java | Java | [
{
"context": "ge.getRequestHeader().getRemoteAddr();\n\t\t\t if(!\"127.0.0.1\".equals(remoteAddr)) {\n\t\t\t\t String address =Add",
"end": 5023,
"score": 0.999762237071991,
"start": 5014,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package com.ibeer.account.service;
import java.util.Base64;
import java.util.Date;
import java.util.UUID;
import org.apache.commons.lang.StringUtils;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.util.ByteSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | 6,377 | 0.729965 | 0.721902 | 180 | 32.761112 | 22.896715 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.311111 | false | false | 4 |
6fff565151e757f7235c9a580faedf68fd43f649 | 14,774,687,505,911 | eaff9e3fa49e23f89a0fd4ee9eaf256f560be109 | /gmall-manage-service/src/main/java/com/zcm/dao/PmsSkuSaleAttrValueMapper.java | 6bf1a1930239b2b5abec4a03922d8f738ac40acd | [] | no_license | zcmlijie/gmall | https://github.com/zcmlijie/gmall | d973d84980508e85ac4b5b4879b43ae250019985 | 9a59936c6c6f9bc89c47badd14385237184f72bf | refs/heads/master | 2022-09-11T10:24:26.111000 | 2020-09-15T02:19:43 | 2020-09-15T02:19:43 | 246,607,792 | 3 | 0 | null | false | 2022-09-01T23:21:33 | 2020-03-11T15:25:49 | 2020-09-15T02:20:48 | 2022-09-01T23:21:31 | 3,961 | 1 | 0 | 6 | Java | false | false | package com.zcm.dao;
import com.zcm.bean.PmsSkuSaleAttrValue;
import java.util.List;
public interface PmsSkuSaleAttrValueMapper {
int deleteByPrimaryKey(Integer id);
int insert(PmsSkuSaleAttrValue record);
int insertSelective(PmsSkuSaleAttrValue record);
PmsSkuSaleAttrValue selectByPrimaryKey(Inte... | UTF-8 | Java | 524 | java | PmsSkuSaleAttrValueMapper.java | Java | [] | null | [] | package com.zcm.dao;
import com.zcm.bean.PmsSkuSaleAttrValue;
import java.util.List;
public interface PmsSkuSaleAttrValueMapper {
int deleteByPrimaryKey(Integer id);
int insert(PmsSkuSaleAttrValue record);
int insertSelective(PmsSkuSaleAttrValue record);
PmsSkuSaleAttrValue selectByPrimaryKey(Inte... | 524 | 0.801527 | 0.801527 | 21 | 23.952381 | 25.087421 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 4 |
7f9b480a9cc2c32566e876c593ee8872efa2e1b9 | 17,317,308,174,150 | 2a35a1f9687b7546944138505dffee7cc69ba0ab | /Architect_Day18/src/main/java/com/darren/architect_day18/simple1/QQUserSystem.java | 42e5bac83f896b576fb719dba3be12e372aa4393 | [] | no_license | keeponZhang/SystemArchitect | https://github.com/keeponZhang/SystemArchitect | f2a809246ca142332457dea10b844038ae961517 | 9179c07dc536420497b94f8b56b428df6af93d1a | refs/heads/master | 2021-06-22T06:29:24.856000 | 2021-02-05T10:56:57 | 2021-02-05T10:56:57 | 145,002,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.darren.architect_day18.simple1;
import java.util.ArrayList;
import java.util.List;
/**
* Created by hcDarren on 2017/10/22.
* QQ用户系统 - 列表存储
*/
public class QQUserSystem {
private List<UserInfo> userInfos;
public QQUserSystem(){
userInfos = new ArrayList<>();
userInfos.add(new U... | UTF-8 | Java | 606 | java | QQUserSystem.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by hcDarren on 2017/10/22.\n * QQ用户系统 - 列表存储\n */\npublic class ",
"end": 123,
"score": 0.9881321787834167,
"start": 115,
"tag": "USERNAME",
"value": "hcDarren"
},
{
"context": "rrayList<>();\n userInfos.add(new... | null | [] | package com.darren.architect_day18.simple1;
import java.util.ArrayList;
import java.util.List;
/**
* Created by hcDarren on 2017/10/22.
* QQ用户系统 - 列表存储
*/
public class QQUserSystem {
private List<UserInfo> userInfos;
public QQUserSystem(){
userInfos = new ArrayList<>();
userInfos.add(new U... | 606 | 0.641379 | 0.555172 | 23 | 24.217392 | 22.084732 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 4 |
9f950145a10586f2540443b09e37eaf4a7819329 | 24,507,083,451,213 | 402c508c3247e8e57fea924246d67c92e95f6b50 | /everyweek/src/main/java/strategy/kongzicollege/LoveMoney.java | 81ba883498d6afe3ac8596207fed4e2b587f9bf0 | [] | no_license | jiawengu/designpatter | https://github.com/jiawengu/designpatter | 17350b5231cadf2e1df714533816a1a54a7c60a8 | 0e4e850c512014cfb826fd362f63146208eca4b6 | refs/heads/master | 2021-01-10T09:07:45.139000 | 2016-03-16T09:41:36 | 2016-03-16T09:41:36 | 51,060,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strategy.kongzicollege;
public class LoveMoney implements AskPolitics {
public String askPolitics() {
return "LoveMoney";
}
}
| UTF-8 | Java | 154 | java | LoveMoney.java | Java | [] | null | [] | package strategy.kongzicollege;
public class LoveMoney implements AskPolitics {
public String askPolitics() {
return "LoveMoney";
}
}
| 154 | 0.694805 | 0.694805 | 10 | 13.4 | 16.505756 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
1509a35ebbcb8c2a952bca89f31cbac5b207ee7a | 9,680,856,299,050 | f6439de65dc8ef6c9b3450b7bf720d7877ba1901 | /src/main/java/org/openwms/common/comm/osip/ResponseHeader.java | 2c8b47c1822de424bd63514bbb41ae65173c0bb0 | [
"Apache-2.0"
] | permissive | sunshinekyo/org.openwms.common.comm | https://github.com/sunshinekyo/org.openwms.common.comm | 1c5f2c91cba8496950ba04f5945824c63b70dddb | ad9643db979524683b174f514c1d3831fa3066e0 | refs/heads/master | 2023-03-08T05:10:29.589000 | 2021-02-24T21:14:39 | 2021-02-24T21:14:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2005-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 4,523 | java | ResponseHeader.java | Java | [
{
"context": "ingJoiner;\n\n/**\n * A ResponseHeader.\n *\n * @author Heiko Scherrer\n */\npublic class ResponseHeader implements Serial",
"end": 898,
"score": 0.999534547328949,
"start": 884,
"tag": "NAME",
"value": "Heiko Scherrer"
}
] | null | [] | /*
* Copyright 2005-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 4,515 | 0.599381 | 0.596507 | 165 | 26.412121 | 21.188616 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 4 |
6eb0e1f6f034d59f3af3f8aba03aba9d8cdeb992 | 13,752,485,328,866 | b07e424eea5ca3baece821b4ae0996403a56a0d5 | /src/main/java/co/smartshuffle/last/fm/api/responses/ArtistCorrection.java | 5b74c821669290f97343eb8f010a30143951882c | [] | no_license | andymc903/last4j | https://github.com/andymc903/last4j | 0a2c2d08edb8c232d847f322ab63553a09330d42 | ea44283595ff209cf7791ff1b0e8d3fd1febc986 | refs/heads/master | 2016-09-06T12:44:07.511000 | 2013-06-24T07:44:29 | 2013-06-24T07:44:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.smartshuffle.last.fm.api.responses;
import java.io.IOException;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.JsonProcessingException;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonPro... | UTF-8 | Java | 1,345 | java | ArtistCorrection.java | Java | [] | null | [] | package co.smartshuffle.last.fm.api.responses;
import java.io.IOException;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.JsonProcessingException;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonPro... | 1,345 | 0.699628 | 0.699628 | 45 | 28.888889 | 23.128839 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
70096904a3ef02a4ed188680472a9034766163c5 | 481,036,360,015 | ade338d38fad1f5a385ee2cf41be66ea707cd8f7 | /src/com/comit/web/controller/MessageDao.java | 4004501463ee55ebd37f9dd587d02699476aa138 | [] | no_license | monjurul003/khanscafe | https://github.com/monjurul003/khanscafe | 0bd6f19c913dffdafd6bb6faec0e781b5399a744 | c9b87eb4f150a68524e5fb7e5c18b61b98794f40 | refs/heads/master | 2022-12-16T14:20:42.239000 | 2020-04-26T22:48:17 | 2020-04-26T22:48:17 | 248,120,996 | 0 | 0 | null | false | 2022-12-05T13:59:52 | 2020-03-18T02:34:36 | 2020-04-26T22:48:34 | 2022-12-05T13:59:51 | 8,543 | 0 | 0 | 15 | Java | false | false | package com.comit.web.controller;
public class MessageDao {
public MessageDao() {
// TODO Auto-generated constructor stub
}
}
| UTF-8 | Java | 133 | java | MessageDao.java | Java | [] | null | [] | package com.comit.web.controller;
public class MessageDao {
public MessageDao() {
// TODO Auto-generated constructor stub
}
}
| 133 | 0.729323 | 0.729323 | 9 | 13.777778 | 15.547617 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
4441cbd736794fcb5b01736ae12b696984cc26c8 | 16,836,271,820,191 | ee7795d04fb7869c945e4427ad87295a6b099fe0 | /proj/reflection/src/test/java/com/swcorp/reflection/SampleRepository.java | 43c098405e6c7eefb927237fd9bb6596f153b9c7 | [] | no_license | wiewioraseb/edu | https://github.com/wiewioraseb/edu | 628c8a156b84623d0b49257cab2d880b79c276cb | 8339d28a857a9fcbfeaa85014b9f20b29b210483 | refs/heads/master | 2021-07-12T20:23:20.095000 | 2018-10-19T16:31:22 | 2018-10-19T16:31:22 | 97,136,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swcorp.reflection;
import java.util.List;
/**
* @author swcorp
*/
abstract class SampleRepository extends AbstractRepository {
void save(Object object) {
}
Object find(Long id) {
return null;
}
List<Object> findAll() {
return null;
}
}
| UTF-8 | Java | 267 | java | SampleRepository.java | Java | [
{
"context": "eflection;\n\nimport java.util.List;\n\n/**\n * @author swcorp\n */\nabstract class SampleRepository extends Abstr",
"end": 77,
"score": 0.9995512962341309,
"start": 71,
"tag": "USERNAME",
"value": "swcorp"
}
] | null | [] | package com.swcorp.reflection;
import java.util.List;
/**
* @author swcorp
*/
abstract class SampleRepository extends AbstractRepository {
void save(Object object) {
}
Object find(Long id) {
return null;
}
List<Object> findAll() {
return null;
}
}
| 267 | 0.685393 | 0.685393 | 22 | 11.136364 | 14.848617 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
56dd402b81877daf1ef8b5fece352d43f25b629a | 3,281,355,060,896 | e0ac3c6443b26dcceb351b7434c745aa1721bc19 | /src/main/java/org/apache/struts2/shiro/example/security/RoleDao.java | 9d5cf6ab4e6047211688509f8c46aaefaaa3aff2 | [] | no_license | tkofford/shiro-realm | https://github.com/tkofford/shiro-realm | 45ec616f82986cc6cae5daa49a0b4931802ac225 | da274fd8eef33da8d94feb7c3f77028dc06aa9b6 | refs/heads/master | 2021-06-02T16:08:09.965000 | 2021-05-07T17:23:59 | 2021-05-07T17:23:59 | 98,230,559 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.struts2.shiro.example.security;
import java.util.List;
import java.util.Map;
import org.apache.struts2.shiro.example.model.Role;
public interface RoleDao {
Map<String, Role> getAllRoles();
Role getRole(String roleName);
List<String> lookupAllPermissionsForRole(String roleName);
}
| UTF-8 | Java | 315 | java | RoleDao.java | Java | [] | null | [] | package org.apache.struts2.shiro.example.security;
import java.util.List;
import java.util.Map;
import org.apache.struts2.shiro.example.model.Role;
public interface RoleDao {
Map<String, Role> getAllRoles();
Role getRole(String roleName);
List<String> lookupAllPermissionsForRole(String roleName);
}
| 315 | 0.771429 | 0.765079 | 12 | 25.25 | 21.111313 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
62ba6b6f4930c8f0de680a8efe628480fb60812d | 14,937,896,314,105 | 2c9e0541ed8a22bcdc81ae2f9610a118f62c4c4d | /harmony/tests/functional/src/test/functional/org/apache/harmony/test/func/api/java/io/share/RandomGenerate.java | 73df392de0f7bc7c8c7ef6d7a735a48cad88246a | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | JetBrains/jdk8u_tests | https://github.com/JetBrains/jdk8u_tests | 774de7dffd513fd61458b4f7c26edd7924c7f1a5 | 263c74f1842954bae0b34ec3703ad35668b3ffa2 | refs/heads/master | 2023-08-07T17:57:58.511000 | 2017-03-20T08:13:25 | 2017-03-20T08:16:11 | 70,048,797 | 11 | 9 | null | null | null | null | null | null | null | null | null | null | null | null | 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... | UTF-8 | Java | 6,517 | java | RandomGenerate.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | 6,517 | 0.566211 | 0.562068 | 205 | 30.790243 | 24.890196 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604878 | false | false | 4 |
d7ba71a9b38f01bce100e3db5c6e46f47aa9fc63 | 14,370,960,582,187 | 084329f7905e0be394af67f6bf45d3c60cf931a1 | /src/main/java/backend/ResultDownloader.java | a694d96e5ffb81b14a808c6b45eda47c9839e8e2 | [] | no_license | cmongis/MHCombine2 | https://github.com/cmongis/MHCombine2 | 908b8d1deb880ed4c7cc8366541639746a5d6f05 | 440f1b73c23b420f21a186f2ccfa1e1d4666c429 | refs/heads/master | 2023-08-31T15:16:11.681000 | 2021-10-04T19:24:53 | 2021-10-04T19:24:53 | 404,085,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package backend;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
im... | UTF-8 | Java | 2,107 | java | ResultDownloader.java | Java | [
{
"context": "ogging.log4j.core.util.IOUtils;\n\n/**\n *\n * @author Cyril MONGIS\n */\n@WebServlet(\"/download\")\npublic class ResultD",
"end": 605,
"score": 0.9998033046722412,
"start": 593,
"tag": "NAME",
"value": "Cyril MONGIS"
}
] | 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 backend;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
im... | 2,101 | 0.61177 | 0.607024 | 71 | 28.676056 | 24.686642 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591549 | false | false | 4 |
b584d5a341bbf86b6bb461897dfdea9ef6fb3947 | 21,268,678,079,913 | d292a8912d63b3953193c94a1354981a32637835 | /YouTube_API/src/FilesUploadingFrame.java | 07b067487bd516878fab9173a7ed6f8450524866 | [] | no_license | Danielyt/java | https://github.com/Danielyt/java | 1231ce51c11b25dfa8013164cbea2c5da8429175 | c36ce251f2d7cee05f953d1bd66837f41a15110f | refs/heads/master | 2020-05-16T23:52:26.824000 | 2013-10-06T16:52:49 | 2013-10-06T16:52:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.Cursor;
import java.awt.event.WindowEvent;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JProgressBar;
import javax.swing.SwingWorker;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Danielyt
*/
pub... | UTF-8 | Java | 7,916 | java | FilesUploadingFrame.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Danielyt\n */\npublic class FilesUploadingFrame extends java",
"end": 312,
"score": 0.8013865947723389,
"start": 304,
"tag": "NAME",
"value": "Danielyt"
}
] | null | [] |
import java.awt.Cursor;
import java.awt.event.WindowEvent;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JProgressBar;
import javax.swing.SwingWorker;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Danielyt
*/
pub... | 7,916 | 0.648055 | 0.635801 | 183 | 42.251366 | 31.823492 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628415 | false | false | 4 |
2078a0c609d556d942dc2db4a3e7962794d9ea90 | 11,175,504,940,236 | 4d6fb2a24868b2deaaf0e6946bcfcf80219a7a10 | /src/structured_programming/compiler_assignment.java | 749072d2c1d12299a3f3e30f659ff331ac1cc71e | [] | no_license | alactic/structured-programming | https://github.com/alactic/structured-programming | d31722b0586b6d9a60ba4ca57d6e8e0882794c19 | e78e3c36e6af032d9512c76f9f344fe45ec1c0c3 | refs/heads/master | 2021-01-09T06:15:16.630000 | 2016-07-30T09:42:52 | 2016-07-30T09:42:52 | 64,537,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package structured_programming;
import java.util.StringTokenizer;
import java.util.Scanner;
import java.io.FileReader;
import java.io.BufferedReader;
public class compiler_assignment
{
public static void main(String[] args)
{
String read;
String filename;
String name;
FileReade... | UTF-8 | Java | 2,835 | java | compiler_assignment.java | Java | [] | null | [] | package structured_programming;
import java.util.StringTokenizer;
import java.util.Scanner;
import java.io.FileReader;
import java.io.BufferedReader;
public class compiler_assignment
{
public static void main(String[] args)
{
String read;
String filename;
String name;
FileReade... | 2,835 | 0.493827 | 0.485362 | 73 | 37.835617 | 34.597496 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.287671 | false | false | 4 |
422dcee4dd17675c4cdace7cbbd6806926e8ab58 | 2,817,498,547,419 | 0b099219b60cfea5d827c890d83287f3122f8976 | /src/test/java/com/example/Test.java | 4d02f54bca7bfe19c24d34ba5e53dec69c073338 | [
"MIT"
] | permissive | siddharth-sahoo/TestSummarizer | https://github.com/siddharth-sahoo/TestSummarizer | 764479eb403e8f9228aaf181aca959f33108c2fa | 28070e5dc35cc877bfab1a0d1afde05e071f9469 | refs/heads/master | 2021-01-01T17:57:32.346000 | 2015-01-09T06:51:45 | 2015-01-09T06:51:45 | 27,117,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import com.awesome.pro.report.TestReport;
import com.awesome.pro.report.TestReportTable;
public class Test {
public static void main(String[] args) {
TestReport report = TestReport.getTestReport("Spirit");
TestReportTable table1 = report.addTable(
report.getTableBuilder("table1")
.... | UTF-8 | Java | 1,214 | java | Test.java | Java | [] | null | [] | package com.example;
import com.awesome.pro.report.TestReport;
import com.awesome.pro.report.TestReportTable;
public class Test {
public static void main(String[] args) {
TestReport report = TestReport.getTestReport("Spirit");
TestReportTable table1 = report.addTable(
report.getTableBuilder("table1")
.... | 1,214 | 0.707578 | 0.69687 | 40 | 29.35 | 25.015545 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.725 | false | false | 4 |
736abbf89695e5806016089a11e84309743fd657 | 23,648,089,972,630 | 5152774002f10c813273c0068a37148ac7d788e2 | /sino-hkgta-be/gta-entity/src/main/java/com/sinodynamic/hkgta/entity/fms/FacilityUtilizationRateDate.java | 86b77221a1dc51e5faca3096120b2bd2242d48b3 | [] | no_license | zsydtc4323/sino-hkgta | https://github.com/zsydtc4323/sino-hkgta | 0f672703f132675cb44ef83296a9bd0a843b0c71 | 84e820ceaaeb89e0f3146d88cff318078b381fb8 | HEAD | 2018-01-12T02:59:10.726000 | 2016-03-29T05:44:34 | 2016-03-29T05:44:34 | 54,948,858 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinodynamic.hkgta.entity.fms;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Generated... | UTF-8 | Java | 3,209 | java | FacilityUtilizationRateDate.java | Java | [] | null | [] | package com.sinodynamic.hkgta.entity.fms;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Generated... | 3,209 | 0.779682 | 0.775943 | 145 | 21.137932 | 23.461964 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.151724 | false | false | 4 |
9f4af5b4c750d27e21ecd06a0b85292993087bae | 23,648,089,973,418 | 38c282943024c3159f830b6a1c3a407a688fab09 | /app/src/test/java/br/com/renanmassaroto/manualimagesorganizer/v1/repository/MediaRepositoryTest.java | f5e40581b5530698c675be98770df80e75b0c65f | [] | no_license | rmassaroto/ManualImagesOrganizer | https://github.com/rmassaroto/ManualImagesOrganizer | b92bfb4d033eb14da956026843fc9be389d497a9 | dc132fafeead6e2d3ab657be25d1280f27461270 | refs/heads/master | 2019-07-13T17:51:54.943000 | 2018-03-05T23:23:30 | 2018-03-05T23:23:30 | 82,184,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.renanmassaroto.manualimagesorganizer.v1.repository;
import org.junit.Test;
import java.io.File;
import java.lang.reflect.Field;
import java.util.Calendar;
import br.com.renanmassaroto.manualimagesorganizer.v1.model.Media;
import static org.junit.Assert.*;
/**
* Created by Renan Cardoso Massaroto on... | UTF-8 | Java | 7,409 | java | MediaRepositoryTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by Renan Cardoso Massaroto on 13/02/17.\n */\npublic class MediaRepositoryTest",
"end": 317,
"score": 0.9998871684074402,
"start": 294,
"tag": "NAME",
"value": "Renan Cardoso Massaroto"
}
] | null | [] | package br.com.renanmassaroto.manualimagesorganizer.v1.repository;
import org.junit.Test;
import java.io.File;
import java.lang.reflect.Field;
import java.util.Calendar;
import br.com.renanmassaroto.manualimagesorganizer.v1.model.Media;
import static org.junit.Assert.*;
/**
* Created by <NAME> on 13/02/17.
*/
pu... | 7,392 | 0.509515 | 0.506816 | 267 | 26.75281 | 27.048277 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.247191 | false | false | 4 |
b0b99869916233708465170e4efd7d1919901e86 | 11,544,872,142,085 | 0d0424eedeedb24e37715d72e7a6ebc411170aca | /src/srm3.0/src/java/com/pureinfo/srm/outlay/model/IOutlayCodeGenerator.java | 255fac55e397b2a45c9137fd131f1508f52163e5 | [] | no_license | bokix/bokix-private-project | https://github.com/bokix/bokix-private-project | c64cdab4732680a100401cac522d6895ba1c7878 | 56cf8f0a32fab7597dade794f69695485e68c65d | refs/heads/master | 2018-04-14T19:26:03.533000 | 2013-09-10T02:30:43 | 2013-09-10T02:30:43 | 40,460,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* PureInfo Quake
* @(#)IOutlayCodeGenerator.java 1.0 Dec 5, 2005
*
* Copyright(c) 2004-2005, PureInfo Information Technology Corp. Ltd.
* All rights reserved, see the license file.
*
* www.pureinfo.com.cn
*/
package com.pureinfo.srm.outlay.model;
import com.pureinfo.force.exception.PureExce... | UTF-8 | Java | 671 | java | IOutlayCodeGenerator.java | Java | [
{
"context": " modified on Dec 5, 2005\r\n * </P>\r\n * \r\n * @author Freeman.Hu\r\n * @version 1.0, Dec 5, 2005\r\n * @since Quake 1.",
"end": 454,
"score": 0.9998222589492798,
"start": 444,
"tag": "NAME",
"value": "Freeman.Hu"
}
] | null | [] | /**
* PureInfo Quake
* @(#)IOutlayCodeGenerator.java 1.0 Dec 5, 2005
*
* Copyright(c) 2004-2005, PureInfo Information Technology Corp. Ltd.
* All rights reserved, see the license file.
*
* www.pureinfo.com.cn
*/
package com.pureinfo.srm.outlay.model;
import com.pureinfo.force.exception.PureExce... | 671 | 0.657228 | 0.599106 | 29 | 21.137932 | 21.080673 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 4 |
e00556367d1235a46c943857a33aea628b538d5c | 17,600,776,021,776 | a7b260c699e5581fd5c0d7ce867722363984bced | /EMS/src/main/java/com/dev/spring/dao/EmployeeJPAImpl.java | 50d672009a2164167a5c7ac2eeda4256d8f95589 | [] | no_license | lolaliya/EmployeeManagementSystem | https://github.com/lolaliya/EmployeeManagementSystem | 5448141042c40778d004f565118e66900dc767f1 | b6e4dc821081cb32c3c19dd75e21d7887018c49a | refs/heads/master | 2022-12-20T07:10:45.894000 | 2019-09-09T06:33:31 | 2019-09-09T06:33:31 | 207,229,725 | 0 | 0 | null | false | 2022-12-16T08:53:59 | 2019-09-09T05:20:45 | 2019-09-09T06:33:53 | 2022-12-16T08:53:57 | 15 | 0 | 0 | 5 | Java | false | false | package com.dev.spring.dao;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.dev.spring.beans.Employee;
public class EmployeeJPAImpl implements ... | UTF-8 | Java | 2,215 | java | EmployeeJPAImpl.java | Java | [] | null | [] | package com.dev.spring.dao;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.dev.spring.beans.Employee;
public class EmployeeJPAImpl implements ... | 2,215 | 0.674944 | 0.674944 | 91 | 22.34066 | 18.407009 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 4 |
c31fd38c7b6b21b46596be2d61a52090b654b0d1 | 16,037,407,928,638 | 733c882dd4a6ddb8b4ccc3fe3bc70c9a6030ff16 | /src/zerocool211/mods/zerocore/ZeroCore.java | 1ba6f4fb9f867fb69a17ee1f5a2aa1df8844b887 | [] | no_license | Zerocool211/ZeroCore | https://github.com/Zerocool211/ZeroCore | aeb1094b3768f66b595606761efe3ff6bc26ae79 | 1c2444817d7059a6b68e7db3748bf6d548ba43ea | refs/heads/master | 2016-08-30T21:21:57.484000 | 2016-04-11T18:16:50 | 2016-04-11T18:16:50 | 19,633,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zerocool211.mods.zerocore;
import net.minecraft.creativetab.CreativeTabs;
import zerocool211.mods.zerocore.common.CreativeTabZeroCore;
import zerocool211.mods.zerocore.common.WorldGeneratorZC;
import zerocool211.mods.zerocore.common.ZeroContent;
import zerocool211.mods.zerocore.common.ZeroDuplicationRecipes;
... | UTF-8 | Java | 2,055 | java | ZeroCore.java | Java | [] | null | [] | package zerocool211.mods.zerocore;
import net.minecraft.creativetab.CreativeTabs;
import zerocool211.mods.zerocore.common.CreativeTabZeroCore;
import zerocool211.mods.zerocore.common.WorldGeneratorZC;
import zerocool211.mods.zerocore.common.ZeroContent;
import zerocool211.mods.zerocore.common.ZeroDuplicationRecipes;
... | 2,055 | 0.763504 | 0.750365 | 64 | 31.109375 | 25.441795 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 4 |
be7c8e330c1bb60ff0a164923b4e97112f7cbe59 | 20,830,591,394,011 | 2409cc2faa868bb0fa54c8a8693d6c9eca5c00cb | /with-deps-res/src/main/java/com/jk/exejar/depsres/Runner.java | 9eae444a2b0c075825cba7d7f3df68919b8bae9e | [
"MIT"
] | permissive | chengjk/executablejar | https://github.com/chengjk/executablejar | 74cb4db45e765bd4ea964ba41d520bff8cdab13b | 55c2f0248e698d71ab5aead714eb0404b84ec3c5 | refs/heads/master | 2022-06-22T21:53:13.245000 | 2020-02-07T03:48:31 | 2020-02-07T03:48:31 | 183,409,892 | 0 | 1 | MIT | false | 2022-06-17T02:09:45 | 2019-04-25T10:14:22 | 2020-02-07T03:49:00 | 2022-06-17T02:09:45 | 12 | 0 | 1 | 1 | Java | false | false | package com.jk.exejar.depsres;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
/**
* created by jacky. 2020/2/7 10:41 AM
*/
public class Runner {
public static void main(String[] args) throws IOException {
Properties properties=new Properties();
propertie... | UTF-8 | Java | 508 | java | Runner.java | Java | [
{
"context": "n;\nimport java.util.Properties;\n\n/**\n * created by jacky. 2020/2/7 10:41 AM\n */\npublic class Runner {\n ",
"end": 145,
"score": 0.9996280670166016,
"start": 140,
"tag": "USERNAME",
"value": "jacky"
}
] | null | [] | package com.jk.exejar.depsres;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
/**
* created by jacky. 2020/2/7 10:41 AM
*/
public class Runner {
public static void main(String[] args) throws IOException {
Properties properties=new Properties();
propertie... | 508 | 0.706693 | 0.687008 | 18 | 27.222221 | 24.316332 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
40c829585a41b427e6020de046d4dc2df16e5457 | 20,830,591,391,707 | 6f38f3ac3ff13056aedd2531e3e6d58b92112e11 | /src/LEVEL_2/lesson_5/MyArray.java | b5961e1b0e75393f76ec79d0b620b3d5e32e2a6a | [] | no_license | wellcomein/Education | https://github.com/wellcomein/Education | b50ef765703a8ddfa006eb7ca6341836f5581666 | 25ed7acd8f93cf577760cc729bcc47e6c86f5b80 | refs/heads/master | 2022-12-22T00:53:17.146000 | 2020-09-29T10:55:00 | 2020-09-29T10:55:00 | 272,744,806 | 0 | 0 | null | false | 2020-09-04T07:51:05 | 2020-06-16T15:28:34 | 2020-07-03T10:23:14 | 2020-09-04T07:51:05 | 315 | 0 | 0 | 0 | Java | false | false | package LEVEL_2.lesson_5;
import java.util.Arrays;
class MyArray {
private static final int SIZE = 10_000_000;
private static final int HALF = SIZE / 2;
public static void main(String[] args) {
printResult(method_1(getArray()));
printResult(method_2(getArray()));
}
static float[] ... | UTF-8 | Java | 1,525 | java | MyArray.java | Java | [] | null | [] | package LEVEL_2.lesson_5;
import java.util.Arrays;
class MyArray {
private static final int SIZE = 10_000_000;
private static final int HALF = SIZE / 2;
public static void main(String[] args) {
printResult(method_1(getArray()));
printResult(method_2(getArray()));
}
static float[] ... | 1,525 | 0.619718 | 0.594903 | 38 | 38.236843 | 29.023977 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 4 |
dae21c2d722b1f9c3d62ee0e1cd5edf672a889d2 | 23,648,089,979,259 | 3ad685ab26cf20056a88dc38d30e1a2fcf945e12 | /src/main/java/com/social_network/dao/UserPhotosDao.java | 3aa1d6000a91d62a14debea882848737ea25efab | [] | no_license | MavdrykD/SocialNetworc | https://github.com/MavdrykD/SocialNetworc | 6c86fbacb216df71eaab50e36fee13bccb3a70ac | a4ea7dccded1544bde4edad6f201ebbe39079b6b | refs/heads/master | 2021-01-22T05:54:12.519000 | 2017-08-25T10:09:40 | 2017-08-25T10:09:40 | 92,503,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.social_network.dao;
import com.social_network.entity.UserPhotos;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.List;
/**
* Created by Дімон on 10.07.2017.
*/
pu... | UTF-8 | Java | 526 | java | UserPhotosDao.java | Java | [
{
"context": ".Param;\n\nimport java.util.List;\n\n/**\n * Created by Дімон on 10.07.2017.\n */\npublic interface UserPhotosDao",
"end": 298,
"score": 0.9994986057281494,
"start": 293,
"tag": "NAME",
"value": "Дімон"
}
] | null | [] | package com.social_network.dao;
import com.social_network.entity.UserPhotos;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.List;
/**
* Created by Дімон on 10.07.2017.
*/
pu... | 526 | 0.775432 | 0.760077 | 17 | 29.647058 | 26.828302 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
2675066fef681feba6e355f56618a6c888289c80 | 21,990,232,572,016 | 32d6257ba2f37b6d167696d09a9614d5194260ea | /app/src/main/java/com/yjf/myapplication/Fragment_Result.java | 4ebf25f71fef8ac5738d756e6dc29bdc738ae983 | [] | no_license | BlueFoxCN/text_recog_client | https://github.com/BlueFoxCN/text_recog_client | 865a95fb11f1452cbe14ed22273fa62f514f046e | aa9c510c7eff7b7cf5effcca2fe0acae980dd72c | refs/heads/master | 2020-04-15T01:31:06.175000 | 2019-01-06T07:06:53 | 2019-01-06T07:06:53 | 164,279,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.yjf.myapplication;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.graphics.PointF;
import android.graphics.RectF;
import android.o... | UTF-8 | Java | 10,150 | java | Fragment_Result.java | Java | [] | null | [] |
package com.yjf.myapplication;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.graphics.PointF;
import android.graphics.RectF;
import android.o... | 10,150 | 0.532945 | 0.528013 | 301 | 32.657806 | 25.858788 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61794 | false | false | 4 |
47ceb100f461d815cee815f998f8ce4d0f430333 | 4,930,622,519,979 | fdd04312e4c9ed0f9ed4113c39aee8e943dc3eeb | /app/src/main/java/com/example/alticast/clearrecentapps/MainActivity.java | 370669fc836ba439511e5efc6034af0643108939 | [] | no_license | tantdktmt/ClearRecentApps | https://github.com/tantdktmt/ClearRecentApps | 34fc7a0dd5055c7fb8a9325c60ac89f842d575e4 | bbf97bfebdbff2ca5525acc650cd30dc20fe1224 | refs/heads/master | 2021-04-01T14:22:09.555000 | 2020-03-18T10:03:04 | 2020-03-18T10:03:04 | 248,193,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alticast.clearrecentapps;
import androidx.appcompat.app.AppCompatActivity;
import android.content.ComponentName;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
public class MainActivity extends AppCom... | UTF-8 | Java | 806 | java | MainActivity.java | Java | [] | null | [] | package com.example.alticast.clearrecentapps;
import androidx.appcompat.app.AppCompatActivity;
import android.content.ComponentName;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
public class MainActivity extends AppCom... | 806 | 0.728288 | 0.728288 | 25 | 30.24 | 28.775379 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 4 |
25dc6b460dae3780a0e7ead2c9837c74f3607a0e | 18,760,417,217,012 | 4966bf628c802cfa023af825bea1b3acd56c4b45 | /Bonks-And-Zaps/src/uk/ac/aber/iwl1/BonksAndZaps/utilities/Utilities.java | dadb9e0e5acbf7eb7ce24133aecd0f84dbc20011 | [] | no_license | isaklovold/B-Z-CS12320 | https://github.com/isaklovold/B-Z-CS12320 | 5a7576f341990a2e947bcd9609045f1a2ad91bdb | 5ffd6315f4c7361a11378ec62c57a54ac5d8ed27 | refs/heads/master | 2021-01-01T05:17:55.620000 | 2016-05-06T04:00:25 | 2016-05-06T04:00:25 | 56,679,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.aber.iwl1.BonksAndZaps.utilities;
import java.util.Random;
import uk.ac.aber.iwl1.BonksAndZaps.mechanics.Position;
/**
* Utilities class where logic such as random and movement is gathered
*
* @author Isak Wisth Løvold
* @version 1.0 (6th May 2016)
*
*/
public class Utilities {
private Random ... | UTF-8 | Java | 1,849 | java | Utilities.java | Java | [
{
"context": " as random and movement is gathered\n * \n * @author Isak Wisth Løvold\n * @version 1.0 (6th May 2016)\n *\n */\n\npublic cla",
"end": 238,
"score": 0.999861478805542,
"start": 221,
"tag": "NAME",
"value": "Isak Wisth Løvold"
}
] | null | [] | package uk.ac.aber.iwl1.BonksAndZaps.utilities;
import java.util.Random;
import uk.ac.aber.iwl1.BonksAndZaps.mechanics.Position;
/**
* Utilities class where logic such as random and movement is gathered
*
* @author <NAME>
* @version 1.0 (6th May 2016)
*
*/
public class Utilities {
private Random rand;
priv... | 1,837 | 0.52868 | 0.50974 | 102 | 17.117647 | 15.693319 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.823529 | false | false | 4 |
da2f9282a1e11d91791e944fcd897096a39ad058 | 15,066,745,314,781 | 4aa10c52b43711fd2b3d5b2ec1e9e5a6004e8c81 | /src/main/java/io/github/xieyinglin/domain/GithubIndicator.java | 3a3974116a4ccc565d945e7aa3b50ed69fa6d9d0 | [] | no_license | xieyinglin/github | https://github.com/xieyinglin/github | 5484fb33f48026eefa772ed31c7d5da559dde7f9 | c4130e4cfd590b4c55bbc35cf574a2e67a8e4c6f | refs/heads/master | 2022-11-18T15:59:36.367000 | 2019-10-12T01:53:43 | 2019-10-12T01:53:43 | 214,181,399 | 0 | 0 | null | false | 2022-11-15T23:31:02 | 2019-10-10T12:48:36 | 2019-10-12T01:54:05 | 2022-11-15T23:30:59 | 1,991 | 0 | 0 | 5 | JavaScript | false | false | package io.github.xieyinglin.domain;
import java.util.Date;
public class GithubIndicator {
private Long id;
private String userId;
private String projectName;
private Integer watch;
private Integer star;
private Integer issues;
private Integer fork;
private Date fetchTime;
... | UTF-8 | Java | 1,513 | java | GithubIndicator.java | Java | [
{
"context": "package io.github.xieyinglin.domain;\n\nimport java.util.Date;\n\npublic class Git",
"end": 28,
"score": 0.9951084852218628,
"start": 18,
"tag": "USERNAME",
"value": "xieyinglin"
}
] | null | [] | package io.github.xieyinglin.domain;
import java.util.Date;
public class GithubIndicator {
private Long id;
private String userId;
private String projectName;
private Integer watch;
private Integer star;
private Integer issues;
private Integer fork;
private Date fetchTime;
... | 1,513 | 0.595506 | 0.595506 | 85 | 16.811764 | 16.784794 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305882 | false | false | 4 |
98fce820ffd0dfdc59883e595264efbe22442ad1 | 15,066,745,313,588 | 7627a685d7705aa9c6651b35f92e35821a664c57 | /src/modules/Clip.java | 6982fd6d2075abc1698bb505abb9e54ec0b5ae23 | [] | no_license | whitelje/NoiseBot | https://github.com/whitelje/NoiseBot | 359a0656a85bdcc5c217ab29ce1269c3874b41fc | 71c9393f2cd9792cd532fe67cc855527533cb0d4 | refs/heads/master | 2021-01-18T01:24:07.575000 | 2014-02-05T05:31:53 | 2014-02-05T05:35:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modules;
import static main.Utilities.getJSON;
import static org.jibble.pircbot.Colors.*;
import java.io.IOException;
import org.json.JSONException;
import org.json.JSONObject;
import debugging.Log;
import main.Message;
import main.NoiseModule;
import static panacea.Panacea.*;
/**
* Clip
*
* @author Mi... | UTF-8 | Java | 1,701 | java | Clip.java | Java | [
{
"context": "atic panacea.Panacea.*;\n\n/**\n * Clip\n *\n * @author Michael Mrozek\n * Created Feb 19, 2011.\n */\npublic class",
"end": 332,
"score": 0.9998601078987122,
"start": 318,
"tag": "NAME",
"value": "Michael Mrozek"
}
] | null | [] | package modules;
import static main.Utilities.getJSON;
import static org.jibble.pircbot.Colors.*;
import java.io.IOException;
import org.json.JSONException;
import org.json.JSONObject;
import debugging.Log;
import main.Message;
import main.NoiseModule;
import static panacea.Panacea.*;
/**
* Clip
*
* @author <N... | 1,693 | 0.671958 | 0.653733 | 54 | 30.5 | 34.451656 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.703704 | false | false | 4 |
0a4fe241277fe176af21d09b93aea19a086d7207 | 3,444,563,840,024 | d9c124efc2eb1758e7dd47494676b58185f68cd6 | /core/src/main/java/cn/qj/core/service/AccountService.java | 2fdc5dd290be2891010924c9a72e5a67f9ebe4c2 | [] | no_license | QiuJava/spring | https://github.com/QiuJava/spring | c7dfc777098cf49993aba0f1072aab3429cacee5 | 05a37eb1b60fc65502234d46b322278061725bf3 | refs/heads/master | 2022-11-07T11:48:04.727000 | 2019-09-06T06:02:27 | 2019-09-06T06:02:27 | 133,899,294 | 1 | 1 | null | false | 2022-10-23T07:09:09 | 2018-05-18T03:41:02 | 2020-07-30T12:52:48 | 2022-10-23T07:09:08 | 88,439 | 0 | 1 | 0 | JavaScript | false | false | package cn.qj.core.service;
import cn.qj.core.entity.Account;
/**
* 账户服务
*
* @author Qiujian
* @date 2018/11/01
*/
public interface AccountService {
/**
* 根据用户账户Id获取账户
*
* @param id
* @return
*/
Account get(Long id);
/**
* 更新 并判断乐观锁是否成功
*
* @param account
*/
vo... | UTF-8 | Java | 664 | java | AccountService.java | Java | [
{
"context": "e.entity.Account;\r\n\r\n/**\r\n * 账户服务\r\n * \r\n * @author Qiujian\r\n * @date 2018/11/01\r\n */\r\npublic interface Accou",
"end": 105,
"score": 0.9419553875923157,
"start": 98,
"tag": "NAME",
"value": "Qiujian"
}
] | null | [] | package cn.qj.core.service;
import cn.qj.core.entity.Account;
/**
* 账户服务
*
* @author Qiujian
* @date 2018/11/01
*/
public interface AccountService {
/**
* 根据用户账户Id获取账户
*
* @param id
* @return
*/
Account get(Long id);
/**
* 更新 并判断乐观锁是否成功
*
* @param account
*/
vo... | 664 | 0.543165 | 0.528777 | 45 | 10.355556 | 10.267869 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755556 | false | false | 4 |
da9c1d58ac51ad019bd8962320976b1390e09863 | 23,725,399,392,356 | 2a78e21286a64940658a0a01d54f9fd87b7b60f1 | /src/com/baidu/dingding/adapter/AbstractBaseAdapter.java | ccff3c219666a874602ef37c86dd7b57712955cd | [] | no_license | RyanTech/DingDing | https://github.com/RyanTech/DingDing | 82f7b7dad2485312a83cd245347f17a690d777f1 | cfee46a871f0ae85af1b2cfba30c516e651c4a39 | refs/heads/master | 2017-05-20T17:55:48.987000 | 2015-12-25T01:23:42 | 2015-12-25T01:25:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.dingding.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.baidu.dingding.TApplicat... | UTF-8 | Java | 1,827 | java | AbstractBaseAdapter.java | Java | [] | null | [] | package com.baidu.dingding.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.baidu.dingding.TApplicat... | 1,827 | 0.694581 | 0.694581 | 74 | 23.68919 | 21.658234 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 4 |
a20c2be2fbe9734b1d7837ad563a65cb5bfe6f57 | 13,640,816,196,669 | 07b39bfca351de5636caa5cda4556ae0bc74ee42 | /spring-security/src/main/java/com/cloud/security/springsecurity/security/modular/validatecode/processor/impl/SmsValidateCodeProcessor.java | b157ef6043c25f1914484707bd3013d62c74a3e4 | [] | no_license | organizations-loops/imooc-spring-security | https://github.com/organizations-loops/imooc-spring-security | 251c559e88774d5880395b8e3709b7f9aaf06489 | 1d76284b6303b88c4fe81483d2c629287fda9a2d | refs/heads/master | 2023-08-04T13:10:09.380000 | 2021-04-12T09:52:04 | 2021-04-12T09:52:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.cloud.security.springsecurity.security.modular.validatecode.processor.impl;
import com.cloud.security.springsecurity.security.constants.SecurityConsts;
import com.cloud.security.springsecurity.security.modular.validatecode.model.ValidateCode;
import com.cloud.security.springsecurity.security.mo... | UTF-8 | Java | 1,326 | java | SmsValidateCodeProcessor.java | Java | [
{
"context": "ServletWebRequest;\n\n/**\n * 短信验证码处理器\n * \n * @author zhailiang\n *\n */\n@Component(\"smsValidateCodeProcessor\")\npub",
"end": 747,
"score": 0.9979820847511292,
"start": 738,
"tag": "USERNAME",
"value": "zhailiang"
}
] | null | [] | /**
*
*/
package com.cloud.security.springsecurity.security.modular.validatecode.processor.impl;
import com.cloud.security.springsecurity.security.constants.SecurityConsts;
import com.cloud.security.springsecurity.security.modular.validatecode.model.ValidateCode;
import com.cloud.security.springsecurity.security.mo... | 1,326 | 0.826121 | 0.826121 | 37 | 33.972973 | 36.793423 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837838 | false | false | 4 |
d22e033cefc610210688ae34aecd2d0d2a866374 | 21,672,404,976,224 | 992908c78130f84381d801c2b8097542f2d17991 | /src/exceptions/TipoQuartoInvalidoException.java | 0b94ce4431561ea0da96535a96102a5f6801acb0 | [] | no_license | castrPS/ProjetoOrganizado | https://github.com/castrPS/ProjetoOrganizado | c2f0a146f47ea81d36ec07df407c368b97ae7e82 | 478e3fb18f73278b3dada69a6844e88d758def20 | refs/heads/master | 2021-01-20T20:18:30.818000 | 2016-06-21T15:12:15 | 2016-06-21T15:12:15 | 61,482,488 | 1 | 3 | null | false | 2016-06-20T19:33:29 | 2016-06-19T13:52:03 | 2016-06-20T13:04:20 | 2016-06-20T19:33:29 | 61 | 1 | 3 | 0 | Java | null | null | package exceptions;
public class TipoQuartoInvalidoException extends Exception {
public TipoQuartoInvalidoException() {
super("Tipo invalido. Escolha entre Standard ou Luxo");
}
}
| UTF-8 | Java | 194 | java | TipoQuartoInvalidoException.java | Java | [] | null | [] | package exceptions;
public class TipoQuartoInvalidoException extends Exception {
public TipoQuartoInvalidoException() {
super("Tipo invalido. Escolha entre Standard ou Luxo");
}
}
| 194 | 0.757732 | 0.757732 | 8 | 22.25 | 24.432304 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
76465e8a39cfef1b4c28e45af2b4dad4858bb02d | 22,531,398,475,402 | e2f495168d93f933d76f9fa14662f4ef15c50091 | /src/com/company/designpatterns/factory/XmlReader.java | 92217daf9970e5f6001e1a19df4161155625df2e | [] | no_license | LevonAloyan/LevelUpJava | https://github.com/LevonAloyan/LevelUpJava | 461e14a5d52afae45069f9d8837026092a8ceb6d | 59653a324fb04f5580a8b40e6165ab4197c0a3ff | refs/heads/master | 2020-04-07T22:50:00.372000 | 2019-01-25T12:46:55 | 2019-01-25T12:46:55 | 158,507,913 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.designpatterns.factory;
public class XmlReader implements Reader {
@Override
public void read() {
System.out.println("XML reader");
}
public void write(){
}
}
| UTF-8 | Java | 210 | java | XmlReader.java | Java | [] | null | [] | package com.company.designpatterns.factory;
public class XmlReader implements Reader {
@Override
public void read() {
System.out.println("XML reader");
}
public void write(){
}
}
| 210 | 0.647619 | 0.647619 | 12 | 16.5 | 16.830032 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 4 |
90512c71c406645aaedb24cbdd506c91be824ef5 | 30,253,749,636,014 | 5944fbeed9311559737856deb61bb72c5e6d4918 | /ProgrammingSkills/src/org/sahilINC/Skills/Challenge_2.java | 596cbd3fe6182bac0e44e04442b09ef0ddfb1bcb | [] | no_license | Shanghaai/ProgrammingSkills | https://github.com/Shanghaai/ProgrammingSkills | 93d3f6670535b46afbb182bf055d1e30e22ec0de | b4590776ea92cc234e4a7f4fa638fc767cb6b329 | refs/heads/master | 2021-08-28T06:28:43.663000 | 2017-12-11T12:24:35 | 2017-12-11T12:24:35 | 113,855,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sahilINC.Skills;
import java.util.regex.*;
import java.util.Scanner;
public class Challenge_2 {
public static void main(String[] args)
{
//using regex API to implement patter match
String[] str = new String[4];
System.out.println("Enter your 4 User Name ?");
Scanne... | UTF-8 | Java | 786 | java | Challenge_2.java | Java | [] | null | [] | package org.sahilINC.Skills;
import java.util.regex.*;
import java.util.Scanner;
public class Challenge_2 {
public static void main(String[] args)
{
//using regex API to implement patter match
String[] str = new String[4];
System.out.println("Enter your 4 User Name ?");
Scanne... | 786 | 0.477099 | 0.463104 | 30 | 24.066668 | 19.356194 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.566667 | false | false | 4 |
5ec170da443a56140d4945e81756073280f64185 | 6,794,638,307,211 | 58d681b4bf639e573e9b4ce9457d366ac3e071a2 | /src/main/java/com/lwj/springsecurity/entity/UserInfoEntity.java | bf3ba1df2e4fc85bf7c44e47d2f987413194ec74 | [] | no_license | OL1V1A/spring-security | https://github.com/OL1V1A/spring-security | 249cb1f09fef91468b6381933f6e7aef9b3fde55 | 60cc78581c96f54f0ae2092646378e31b39ba9ca | refs/heads/master | 2022-07-06T10:44:10.747000 | 2019-12-12T08:34:04 | 2019-12-12T08:34:04 | 227,556,239 | 0 | 0 | null | false | 2022-06-17T02:43:51 | 2019-12-12T08:24:30 | 2019-12-12T08:34:26 | 2022-06-17T02:43:51 | 72 | 0 | 0 | 1 | Java | false | false | package com.lwj.springsecurity.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName(value = "user_info")
public class UserInfoEntity {
@TableId
private Long id;
private String name;
private Integer age... | UTF-8 | Java | 409 | java | UserInfoEntity.java | Java | [] | null | [] | package com.lwj.springsecurity.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName(value = "user_info")
public class UserInfoEntity {
@TableId
private Long id;
private String name;
private Integer age... | 409 | 0.743276 | 0.743276 | 23 | 16.782608 | 16.610518 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 4 |
bdbfe7fc25906d292d8cca15c7f56934fa85fa96 | 6,794,638,309,059 | b91816f5772258a4db910ab3a082609487042f47 | /Code/PlayList(1).java | e718066d039a7c837a2d63589cfee4a924bb0a33 | [] | no_license | panderson14/CS2110 | https://github.com/panderson14/CS2110 | fd4ab2d285da19ea2c38a038b6f59513dfcf0a41 | b8178c717d52410ce71bd9ec8ab4999fc9d1ad88 | refs/heads/master | 2021-06-05T21:23:49.298000 | 2016-09-11T19:37:14 | 2016-09-11T19:37:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @author Patrick Anderson psa5dg
* Homework 2
* Lab 102
*/
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Scanner;
public class PlayList implements Playable {
private String name;
private Arra... | UTF-8 | Java | 4,812 | java | PlayList(1).java | Java | [
{
"context": "/*\n * @author Patrick Anderson psa5dg\n * Homework 2\n * Lab 102\n*/\n\nimport java.i",
"end": 30,
"score": 0.9998752474784851,
"start": 14,
"tag": "NAME",
"value": "Patrick Anderson"
},
{
"context": "/*\n * @author Patrick Anderson psa5dg\n * Homework 2\n * Lab 102\n*... | null | [] | /*
* @author <NAME> psa5dg
* Homework 2
* Lab 102
*/
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Scanner;
public class PlayList implements Playable {
private String name;
private ArrayList<Play... | 4,802 | 0.60453 | 0.595387 | 227 | 20.202642 | 19.340523 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.546256 | false | false | 4 |
48dd389dad4327165cf85b82a08db5f1600bd134 | 19,121,194,444,398 | 9247d988687205ac8891a20c2251dd10b1f83d5f | /app/src/main/java/prodigalwang/newbornassistant/educational/presenter/et_login/EtLoginPresenterImp.java | 8c532b74481581d7fdcbe7e30812f900fbcbe863 | [
"Apache-2.0"
] | permissive | ProdigalWang/NewbornAssistant | https://github.com/ProdigalWang/NewbornAssistant | 656774d817f52a759a7a760f1f512ca4f43810d8 | f5c09094ee2f4a7748edb21ba3b33dddd6a19052 | refs/heads/master | 2022-06-20T02:38:52.957000 | 2020-05-12T03:40:12 | 2020-05-12T03:40:12 | 263,223,363 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prodigalwang.newbornassistant.educational.presenter.et_login;
import java.util.HashMap;
import prodigalwang.newbornassistant.educational.model.et_login.IEtLoginModel;
import prodigalwang.newbornassistant.educational.model.et_login.EtLoginCallback;
import prodigalwang.newbornassistant.educational.model.et_logi... | UTF-8 | Java | 2,214 | java | EtLoginPresenterImp.java | Java | [
{
"context": "newbornassistant.utils.NetUtil;\n\n/**\n * Created by ProdigalWang on 2017/3/8.\n */\n\npublic class EtLoginPresenterIm",
"end": 499,
"score": 0.9936290979385376,
"start": 487,
"tag": "USERNAME",
"value": "ProdigalWang"
},
{
"context": "\n private static final String... | null | [] | package prodigalwang.newbornassistant.educational.presenter.et_login;
import java.util.HashMap;
import prodigalwang.newbornassistant.educational.model.et_login.IEtLoginModel;
import prodigalwang.newbornassistant.educational.model.et_login.EtLoginCallback;
import prodigalwang.newbornassistant.educational.model.et_logi... | 2,216 | 0.650463 | 0.647685 | 65 | 32.23077 | 24.931765 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 4 |
19f3f2d3ddf33add5a32e5648e046ae777e08b90 | 10,093,173,204,463 | fa9f749dba280a5893e4ada8cd217be12ad558e1 | /java第三次作业/2011011258第三次作业/第三四题_IntLinearList/src/AbstractIntLinearList.java | 04d4bf3a9e796ce44d6a6b18a328619e986a50a4 | [] | no_license | tantantzp/javaHW | https://github.com/tantantzp/javaHW | d0a764d593d395bd667ae99d2767dca551c38888 | 9ac80f70d39c43f9736df471b5b3866d781b7131 | refs/heads/master | 2021-01-01T16:56:37.340000 | 2015-07-04T08:37:25 | 2015-07-04T08:37:25 | 38,526,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public abstract class AbstractIntLinearList extends AbstractIntCollection{
abstract IntLinearIterator linearIterator();
abstract int get(int index);
abstract void addAt(int index, int n);
} | UTF-8 | Java | 201 | java | AbstractIntLinearList.java | Java | [] | null | [] |
public abstract class AbstractIntLinearList extends AbstractIntCollection{
abstract IntLinearIterator linearIterator();
abstract int get(int index);
abstract void addAt(int index, int n);
} | 201 | 0.78607 | 0.78607 | 6 | 31.5 | 25.53266 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 4 |
e81a28717ba01d3fcf7b080941c1423ad36d3cca | 7,017,976,620,605 | 94b239b1a51f25ac010a4021c088f2ffa503f274 | /excel/src/main/java/org/jboss/jsf/excel/ui/ExcelComponent.java | ebbb7f11b3c9164bcdba7434a37a3ca09c38ae6d | [] | no_license | leoluzh/jsfexcel | https://github.com/leoluzh/jsfexcel | 8eacdecba1b3d3b07440ca07fb025e0a7e7e8ed5 | 701ed178425b5295cc2c5b6bca40e6afc8e28f8c | refs/heads/master | 2021-01-20T07:07:48.919000 | 2017-05-01T21:25:24 | 2017-05-01T21:25:24 | 89,964,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jboss.jsf.excel.ui;
import java.io.IOException;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.List;
import javax.faces.component.UIComponent;
import javax.faces.component.UIComponentBase;
import javax.faces.context.FacesContext;
import javax.faces.context.ResponseWriter;
import... | UTF-8 | Java | 5,584 | java | ExcelComponent.java | Java | [
{
"context": " helper methods for merging\n * etc.\n * \n * @author Nicklas Karlsson (nickarls@gmail.com)\n * @author Daniel Roth (dani",
"end": 641,
"score": 0.9998634457588196,
"start": 625,
"tag": "NAME",
"value": "Nicklas Karlsson"
},
{
"context": " merging\n * etc.\n * \n * @aut... | null | [] | package org.jboss.jsf.excel.ui;
import java.io.IOException;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.List;
import javax.faces.component.UIComponent;
import javax.faces.component.UIComponentBase;
import javax.faces.context.FacesContext;
import javax.faces.context.ResponseWriter;
import... | 5,543 | 0.675143 | 0.674785 | 193 | 27.932642 | 27.02907 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336788 | false | false | 4 |
5e58e30f81ef753232fa51f6d5eb845add56912d | 28,063,316,327,721 | dd1f40f8ad07d251af9fc07ae0d7cbb8d2f69ea6 | /ochre-api/src/main/java/gov/vha/isaac/ochre/api/dag/Node.java | 0865e8707b4246ce1cfc57a4b330a2543083cfd0 | [
"Apache-2.0"
] | permissive | VA-CTT/ISAAC | https://github.com/VA-CTT/ISAAC | a45efd491ee9d3cf4a3076fb72252f03634f88bf | d897daae815dbf7b5982927f1891c5aaf3afa71b | HEAD | 2016-06-15T16:48:51.196000 | 2016-06-14T16:05:12 | 2016-06-14T16:05:12 | 48,414,774 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 U.S. Department of Veterans Affairs.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 1,651 | java | Node.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n *\n * @author kec\n * @param <T>\n */\npublic class Node<T> {\n priv",
"end": 732,
"score": 0.9993135929107666,
"start": 729,
"tag": "USERNAME",
"value": "kec"
}
] | null | [] | /*
* Copyright 2015 U.S. Department of Veterans Affairs.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 1,651 | 0.626893 | 0.622047 | 67 | 23.64179 | 21.389565 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432836 | false | false | 4 |
a3cc08ad11f59bccca5b310a32f8d9e689435b5f | 28,063,316,329,071 | 11ce8a8e2a05a045dcd9a48a14ff12d419c49b02 | /src/main/java/com/cas/core/FixedInputFunction.java | a925bfa646f7f7d6e24a3173373c05e075cb300b | [
"Apache-2.0"
] | permissive | AzizZayed/Computer-Algebra-System-Java | https://github.com/AzizZayed/Computer-Algebra-System-Java | f326d9c0c7d1df12c565fbf8f373f49004a3efac | a26f9899b28664a5e5111e69be7d5453761448b8 | refs/heads/main | 2023-07-19T12:01:17.499000 | 2021-09-10T02:25:02 | 2021-09-10T02:25:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cas.core;
/**
* class that represents any elementary function like trigonometric functions,
* absolute value, floor, ceiling ... etc. Notice all these function have fixed
* amount of inputs. If a function has an arbitrary amount of inputs, it is a
* subclass of the ManyInputFucntion class
*
* @author... | UTF-8 | Java | 591 | java | FixedInputFunction.java | Java | [
{
"context": "class of the ManyInputFucntion class\n *\n * @author Abd-El-Aziz Zayed\n */\npublic abstract class FixedInputFunction exte",
"end": 338,
"score": 0.9998776316642761,
"start": 321,
"tag": "NAME",
"value": "Abd-El-Aziz Zayed"
}
] | null | [] | package com.cas.core;
/**
* class that represents any elementary function like trigonometric functions,
* absolute value, floor, ceiling ... etc. Notice all these function have fixed
* amount of inputs. If a function has an arbitrary amount of inputs, it is a
* subclass of the ManyInputFucntion class
*
* @author... | 580 | 0.72758 | 0.72758 | 19 | 30.157894 | 29.910856 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 4 |
59962bae68048145991d16097e005f239ede130d | 28,269,474,747,873 | 5c2fa6708ea0bf3cbc16d97be2a8e36c1e8040d7 | /refresh/src/main/java/com/common/refresh/pulltorefresh/PullToRefreshHeaderBase.java | 462242e81c6b4894fc4addeac4dd1745dd107d31 | [] | no_license | simonz19/android-infra | https://github.com/simonz19/android-infra | 86570104057b294d545e225f6ff89bc5044954de | b6aa5f85f17e9e3ecf0dd279bc629371e6647ca0 | refs/heads/master | 2020-12-14T23:31:35.010000 | 2020-01-16T14:00:14 | 2020-01-16T14:00:14 | 234,909,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.common.refresh.pulltorefresh;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
/**
* Created by zou on 2016/3/21.
*/
public abstract class PullToRefreshHeaderBase extends RelativeLayout {
public PullToRefreshHeaderBase(Context context) {
... | UTF-8 | Java | 692 | java | PullToRefreshHeaderBase.java | Java | [
{
"context": " android.widget.RelativeLayout;\n\n/**\n * Created by zou on 2016/3/21.\n */\npublic abstract class PullToRef",
"end": 169,
"score": 0.9987549185752869,
"start": 166,
"tag": "USERNAME",
"value": "zou"
}
] | null | [] | package com.common.refresh.pulltorefresh;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
/**
* Created by zou on 2016/3/21.
*/
public abstract class PullToRefreshHeaderBase extends RelativeLayout {
public PullToRefreshHeaderBase(Context context) {
... | 692 | 0.741329 | 0.731214 | 26 | 25.615385 | 23.111897 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
0a32da9d32b21ef752f9ece252f57d113afb8818 | 30,210,800,018,702 | 5f8105b21581533529bf2063c20990cede29e72c | /app/src/main/java/com/vaibhav/smartq/utils/MyFileOperations.java | 442516105fc757b30fec1fe1ec3dee128b04c227 | [] | no_license | tolabo/SmartQ | https://github.com/tolabo/SmartQ | 953c95d4f9eb0e9e8dd25504f5dbffa20c5cdb03 | b7cd27d80041bdef4f3e3feb6072c33574e42ad3 | refs/heads/master | 2021-06-14T15:06:18.043000 | 2017-03-29T18:33:20 | 2017-03-29T18:33:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vaibhav.smartq.utils;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.util.Log;
import android.widget.Toast;
import com.vaibhav.smartq.MyVariables;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java... | UTF-8 | Java | 3,040 | java | MyFileOperations.java | Java | [
{
"context": "am;\nimport java.io.IOException;\n\n/**\n * Created by vaibhav on 10/22/2016.\n */\n\npublic class MyFileOperations",
"end": 363,
"score": 0.999584972858429,
"start": 356,
"tag": "USERNAME",
"value": "vaibhav"
}
] | null | [] | package com.vaibhav.smartq.utils;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.util.Log;
import android.widget.Toast;
import com.vaibhav.smartq.MyVariables;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java... | 3,040 | 0.595724 | 0.592105 | 96 | 30.666666 | 24.283768 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 4 |
5789b6df55447b694c27faa49c4fa0f39abdf7e4 | 30,408,368,484,168 | 67c44dafec30c54872568ff36c20e3ab55269e40 | /app/src/main/java/com/aitewei/stock/fragment/HomeFragment.java | 8c3964257649a005c63349c1655a269b2a78f873 | [] | no_license | Azjunjie/Stock | https://github.com/Azjunjie/Stock | f3c4c93ce90758336cf144c32df60d2974b2b9d1 | 25ca40d914d9349e88c053d1b7e0a1417c998872 | refs/heads/master | 2021-04-07T04:21:54.450000 | 2020-03-30T09:12:22 | 2020-03-30T09:12:22 | 248,645,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aitewei.stock.fragment;
import com.aitewei.stock.R;
/**
* 首页
*/
public class HomeFragment extends BaseFragment {
public static HomeFragment newInstance() {
HomeFragment fragment = new HomeFragment();
return fragment;
}
@Override
protected int getLayoutId() {
ret... | UTF-8 | Java | 468 | java | HomeFragment.java | Java | [] | null | [] | package com.aitewei.stock.fragment;
import com.aitewei.stock.R;
/**
* 首页
*/
public class HomeFragment extends BaseFragment {
public static HomeFragment newInstance() {
HomeFragment fragment = new HomeFragment();
return fragment;
}
@Override
protected int getLayoutId() {
ret... | 468 | 0.633621 | 0.633621 | 29 | 15 | 16.74556 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.172414 | false | false | 4 |
c956ead5e8dd4b10f85055b8310b77762a23d91d | 30,408,368,486,204 | 491f605ac0bac3900345419f467dbb36a226bce8 | /code/src/com/sunsea/parkinghere/biz/api/CRSS.java | 39611673cdfe84b759cf1f532766feb99181f865 | [] | no_license | dzhaoyang/Agri | https://github.com/dzhaoyang/Agri | eb70e927adacea0c979d2e7775921c111a40bede | b499205715c4e94e052598d210703decc9b4b3dc | refs/heads/master | 2020-03-21T17:15:05.195000 | 2018-06-27T03:05:33 | 2018-06-27T03:05:33 | 138,822,331 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sunsea.parkinghere.biz.api;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.sunsea.parkinghere.Configuratio... | UTF-8 | Java | 931 | java | CRSS.java | Java | [
{
"context": "t.annotation.Auditable;\n/**\n * 配置文件重新加载\n * @author ylr\n *\n */\n@Auditable\n@Controller\n@RequestMapping(\"/a",
"end": 472,
"score": 0.9995129704475403,
"start": 469,
"tag": "USERNAME",
"value": "ylr"
}
] | null | [] | package com.sunsea.parkinghere.biz.api;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.sunsea.parkinghere.Configuratio... | 931 | 0.768306 | 0.768306 | 35 | 25.142857 | 22.584625 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.085714 | false | false | 4 |
b65a60b720d38faf9c4c914d03d4a84d94b1851d | 5,600,637,420,865 | b4d613fe90a34347bc4a23bcb79bfa41903e0cc2 | /app/src/main/java/aperture/science/final_project_umbreon/SubmitBallotActivity.java | 5bda3fd5f5fedf47a64f9d9273eb2e44e8c57d8d | [] | no_license | wryrye/gavel-guide | https://github.com/wryrye/gavel-guide | fd6e4f3efbc8edbc8d0e92b26a32e26426414dcd | fb6986b5af3185fe4a02fa7ed39c1f9b0d767cf7 | refs/heads/master | 2021-01-11T17:54:18.028000 | 2016-12-05T00:00:22 | 2016-12-05T00:00:22 | 79,869,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aperture.science.final_project_umbreon;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import a... | UTF-8 | Java | 6,349 | java | SubmitBallotActivity.java | Java | [
{
"context": "ack;\nimport retrofit2.Response;\n\n/**\n * Created by Brandon on 11/27/2016.\n */\npublic class SubmitBallotActiv",
"end": 811,
"score": 0.9993374347686768,
"start": 804,
"tag": "NAME",
"value": "Brandon"
}
] | null | [] | package aperture.science.final_project_umbreon;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import a... | 6,349 | 0.660104 | 0.640258 | 184 | 33.505436 | 28.553724 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766304 | false | false | 4 |
b2a966b6327ee4788f8d5ed6a431dd252e76ebb4 | 11,141,145,166,862 | a68233dea1dcab18feab84aa92748bd3bae8615f | /BAUMKNOTEN.java | c700d015c74c2ee7473302bb3f5e908423f4a183 | [] | no_license | holbein/ListenBaum-AlTrAugsburg-Luki- | https://github.com/holbein/ListenBaum-AlTrAugsburg-Luki- | 5348ef431faafd91511f65369b8dd0cb86db6688 | 65b297284e8a11f39a9b815bd67cc4c87601b033 | refs/heads/master | 2021-04-03T08:41:51.513000 | 2018-03-11T11:09:12 | 2018-03-11T11:09:12 | 124,495,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Knoten Klasse des Binärbaumes
class BAUMKNOTEN extends BAUMELEM {
private BAUMELEM links;
private BAUMELEM rechts;
private DATENELEM inhalt;
BAUMKNOTEN(BAUMELEM l, BAUMELEM r, DATENELEM i) {
links = l;
rechts = r;
inhalt = i;
}
BAUMELEM LinksGeben(){
return li... | UTF-8 | Java | 1,609 | java | BAUMKNOTEN.java | Java | [] | null | [] | //Knoten Klasse des Binärbaumes
class BAUMKNOTEN extends BAUMELEM {
private BAUMELEM links;
private BAUMELEM rechts;
private DATENELEM inhalt;
BAUMKNOTEN(BAUMELEM l, BAUMELEM r, DATENELEM i) {
links = l;
rechts = r;
inhalt = i;
}
BAUMELEM LinksGeben(){
return li... | 1,609 | 0.529008 | 0.527137 | 59 | 26.169491 | 18.465866 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 4 |
1f0365f6b494251c1d05a0965b9087793979f900 | 4,440,996,233,839 | d65512d202e6689e211374408a4dfe77cdd6dce3 | /SpotifyStreamer/app/src/main/java/pierro/dallett/josh/spotifystreamer/SearchActivity.java | 76444bd55b4db4071246919f6a241a7fb38400c0 | [] | no_license | joshpierro/Udacity | https://github.com/joshpierro/Udacity | 838376c17e2342d32fc0626a9f3aff4024f9733c | 2f1cbaa16efd48dc72bdc37136a46f4790a8c763 | refs/heads/master | 2016-07-26T12:38:32.992000 | 2015-07-28T14:29:24 | 2015-07-28T14:29:24 | 37,836,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pierro.dallett.josh.spotifystreamer;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import java.util.ArrayList;
import pierro.dallett.josh.spotifystreamer.data.ArtistListItem;
import pierro.dall... | UTF-8 | Java | 2,507 | java | SearchActivity.java | Java | [] | null | [] | package pierro.dallett.josh.spotifystreamer;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import java.util.ArrayList;
import pierro.dallett.josh.spotifystreamer.data.ArtistListItem;
import pierro.dall... | 2,507 | 0.694456 | 0.694057 | 80 | 30.3375 | 26.223055 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 4 |
9d3bfcd55c82f200776a2f6b49a9156180edc012 | 11,373,073,459,775 | 65e5c9a30571f89501630d026df3516e4d605f87 | /src/main/java/org/problems/favourite/SubtreeOfAnotherTree.java | bdc7a763e20b2d8fafafd5047c1c930bf4b1e72f | [] | no_license | Akalu/cs-problems | https://github.com/Akalu/cs-problems | 7a816c077e4e07e043afeceda728952ac848f70a | 39a4aa8882299255cc9ed49c4b008cc885c92dbb | refs/heads/master | 2021-02-16T01:49:16.332000 | 2020-10-03T11:32:04 | 2020-10-03T11:32:04 | 244,955,251 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.problems.favourite;
import org.problems.model.TreeNode;
/**
* Subtree of Another Tree
*
* Given two non-empty binary trees s and t, check whether tree t has exactly
* the same structure and node values with a subtree of s.
* A subtree of s is a
* tree consists of a node in s and all of this node's... | UTF-8 | Java | 1,402 | java | SubtreeOfAnotherTree.java | Java | [] | null | [] | package org.problems.favourite;
import org.problems.model.TreeNode;
/**
* Subtree of Another Tree
*
* Given two non-empty binary trees s and t, check whether tree t has exactly
* the same structure and node values with a subtree of s.
* A subtree of s is a
* tree consists of a node in s and all of this node's... | 1,402 | 0.603424 | 0.603424 | 72 | 18.472221 | 18.648035 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.930556 | false | false | 4 |
a367f0ccc6848f8a0474fe77e800cfb1ed1235f9 | 21,268,678,098,470 | b2c18b8a2d22b2ec8bbea09311cbad8e1e6ed4e5 | /src/data/Handler.java | f822bbe1e4e73bff7fc3355058fbaf9acb6d204f | [] | no_license | SunnyNagam/ENSF480Project1 | https://github.com/SunnyNagam/ENSF480Project1 | f8891e20dc1cd2f1d81c1e73e0af060d040027e7 | 7ac7c8d648c993faf3a378c2e452c3592f659f9b | refs/heads/master | 2020-04-07T02:23:53.711000 | 2018-11-27T01:44:21 | 2018-11-27T01:44:21 | 157,974,626 | 0 | 0 | null | false | 2018-11-27T01:43:04 | 2018-11-17T10:41:45 | 2018-11-26T23:23:05 | 2018-11-27T01:43:04 | 175 | 0 | 0 | 3 | Java | false | null | package data;
import presentation.View;
import presentation.forms.Form;
public interface Handler {
public void interact();
public void setupButtons(View view, Controller controller);
}
| UTF-8 | Java | 198 | java | Handler.java | Java | [] | null | [] | package data;
import presentation.View;
import presentation.forms.Form;
public interface Handler {
public void interact();
public void setupButtons(View view, Controller controller);
}
| 198 | 0.757576 | 0.757576 | 9 | 20 | 18.281746 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 4 |
476ecb1a197b3978299a65d0d7f17a7e0c00e949 | 7,679,401,539,760 | ce3deb311b617d1156f27963c256e808a2347e55 | /src/main/java/com/lind/zuulgateway/ZuulGatewayApplication.java | cde1938322dbfcb73687709d9977974b092c11c3 | [] | no_license | bfyxzls/zuul-gateway | https://github.com/bfyxzls/zuul-gateway | 274f483bc979c9d9cad5c6ea826eaa3bc7b238d7 | 68c608b4212537d77c9e8686791cf6f32a8c2f5c | refs/heads/master | 2020-04-01T20:01:37.443000 | 2018-10-18T07:51:33 | 2018-10-18T07:51:33 | 153,584,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lind.zuulgateway;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
@EnableZuulProxy //@EnableZuulProxy它默认加上了@EnableCircu... | UTF-8 | Java | 648 | java | ZuulGatewayApplication.java | Java | [] | null | [] | package com.lind.zuulgateway;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
@EnableZuulProxy //@EnableZuulProxy它默认加上了@EnableCircu... | 648 | 0.821767 | 0.821767 | 23 | 26.565218 | 27.191473 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 4 |
0faec53ef8c91523aea315fd93c6d791d53d331f | 16,801,912,118,963 | 74c4316a3f1c69da5acb88d307d3c3e2a6f0ab46 | /Rotating Line Project/src/ScreenPanel.java | 33a868b342a39c763ad4e6c7a25e6a4fe36e85cb | [] | no_license | KZcheese/Rotating-Line-Project | https://github.com/KZcheese/Rotating-Line-Project | cbfcee2bbde943a2fe4373d0ada40c4c68aa0132 | 2457d2c0ae6f3b4ed2107e523042e98d36ffaaa6 | refs/heads/master | 2021-01-23T19:45:23.757000 | 2015-05-04T22:36:17 | 2015-05-04T22:36:17 | 30,079,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Polygon;
import javax.swing.JPanel;
/**
* A class that displays a regular polygon that can rotate with modifiable line
* width, side number, radius, and color.
*
* ... | WINDOWS-1252 | Java | 3,241 | java | ScreenPanel.java | Java | [
{
"context": "th, side number, radius, and color.\n * \n * @author Kevin Zhan\n * @author Umanga Balasuriya\n * @version Last upd",
"end": 338,
"score": 0.9998524188995361,
"start": 328,
"tag": "NAME",
"value": "Kevin Zhan"
},
{
"context": "s, and color.\n * \n * @author Kevin Zhan\n... | null | [] | import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Polygon;
import javax.swing.JPanel;
/**
* A class that displays a regular polygon that can rotate with modifiable line
* width, side number, radius, and color.
*
* ... | 3,226 | 0.655545 | 0.636392 | 146 | 21.171232 | 19.767609 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.760274 | false | false | 4 |
3cc31cc16b9389b3759a4752ff2c832202a3751f | 24,678,882,149,126 | fd08889043d7d4731fb077634933bd3be6785f71 | /src/DataStructures/Arrays/Code/Code14.java | 7148dcecb8b2fbbf8e762f2ef0202ab742a8e557 | [] | no_license | Kunal1358/java | https://github.com/Kunal1358/java | 7c705a5019ed7e41f532745106eddc3174db1a37 | 91b3ebc752ab91f9a04a174e88186ca43c24d5bb | refs/heads/master | 2023-08-15T15:11:35.048000 | 2021-09-30T14:32:53 | 2021-09-30T14:32:53 | 358,797,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataStructures.Arrays.Code;
//Find subarray with given sum
public class Code14 {
static int subarray(int arr[],int sum){
int n=arr.length;
int curr_sum;
for(int i=0;i<n;i++){
curr_sum=arr[i];
for(int j=i+1;j<n;j++) {
if (curr_sum == sum) {... | UTF-8 | Java | 818 | java | Code14.java | Java | [] | null | [] | package DataStructures.Arrays.Code;
//Find subarray with given sum
public class Code14 {
static int subarray(int arr[],int sum){
int n=arr.length;
int curr_sum;
for(int i=0;i<n;i++){
curr_sum=arr[i];
for(int j=i+1;j<n;j++) {
if (curr_sum == sum) {... | 818 | 0.425428 | 0.4022 | 35 | 22.371429 | 18.054024 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
57293119fe7e8101bcd1f16a895f269e9093ca9f | 24,206,435,732,952 | aca457909ef8c4eb989ba23919de508c490b074a | /DialerJADXDecompile/io/grpc/internal/bd.java | 633d0596bfa986eb420eb1b057b43c1709cc7fe1 | [] | no_license | KHikami/ProjectFiCallingDeciphered | https://github.com/KHikami/ProjectFiCallingDeciphered | bfccc1e1ba5680d32a4337746de4b525f1911969 | cc92bf6d4cad16559a2ecbc592503d37a182dee3 | refs/heads/master | 2021-01-12T17:50:59.643000 | 2016-12-08T01:20:34 | 2016-12-08T01:23:04 | 71,650,754 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.grpc.internal;
import cob;
import cwm;
import dhn;
import dhu;
import java.util.Collection;
/* compiled from: PG */
final class bd implements dhu {
final z a;
final /* synthetic */ bb b;
bd(bb bbVar) {
this.b = bbVar;
this.a = new z(bbVar.d);
this.a.a(new be(this, bbVar... | UTF-8 | Java | 1,028 | java | bd.java | Java | [] | null | [] | package io.grpc.internal;
import cob;
import cwm;
import dhn;
import dhu;
import java.util.Collection;
/* compiled from: PG */
final class bd implements dhu {
final z a;
final /* synthetic */ bb b;
bd(bb bbVar) {
this.b = bbVar;
this.a = new z(bbVar.d);
this.a.a(new be(this, bbVar... | 1,028 | 0.459144 | 0.457198 | 50 | 19.559999 | 12.989472 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
128e34103ee29c049f903d446b8236998478e713 | 3,169,685,898,531 | 746f42f851b1ff6ecd9d4367f8d37544b519a81b | /app/src/main/java/com/jeankarax/popular_movies_pt1/ui/activity/MovieInformationsActivity.java | 9a25fd33772cca894064341e000483ccf9501d29 | [] | no_license | nurcwb/popular_movies_pt1 | https://github.com/nurcwb/popular_movies_pt1 | 39dfa659e44074113dc05a73e41e3e04dbdbbaa2 | 0ad914abca9f5e5978c5b75841ec5f219f208e58 | refs/heads/master | 2020-04-09T23:45:41.735000 | 2018-11-19T17:09:09 | 2018-11-19T17:09:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jeankarax.popular_movies_pt1.ui.activity;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import com.jeankarax.popular_movies_pt1.R;
import com.jeankarax.popul... | UTF-8 | Java | 2,572 | java | MovieInformationsActivity.java | Java | [] | null | [] | package com.jeankarax.popular_movies_pt1.ui.activity;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import com.jeankarax.popular_movies_pt1.R;
import com.jeankarax.popul... | 2,572 | 0.717729 | 0.715008 | 67 | 37.388062 | 31.289669 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597015 | false | false | 4 |
181354f7a5879c2e349ebc27e90b4a545b064902 | 7,859,790,190,858 | 1950bf8630814a36fc7c30a8df275dd0d95c944a | /src/Controller/BrowsingController.java | bfaa1064df23016e3b754072c51fa2eb3339626f | [] | no_license | duan-le/Movie-Theatre-App | https://github.com/duan-le/Movie-Theatre-App | 88fd8340bef1495a2ad37518bfe7909ed11a9bba | b59ae7f06852353695f51572d72dc0fe6236f084 | refs/heads/master | 2023-01-22T18:36:21.465000 | 2020-12-01T20:42:14 | 2020-12-01T20:42:14 | 315,204,140 | 1 | 1 | null | false | 2020-12-06T05:40:20 | 2020-11-23T04:54:56 | 2020-11-29T01:50:05 | 2020-12-06T05:40:18 | 2,506 | 0 | 1 | 0 | Java | false | false | package Controller;
import Database.DatabaseController;
import Model.*;
import View.BrowsingGUI;
import java.awt.Color;
import java.io.*;
import java.util.*;
public class BrowsingController {
private BrowsingGUI browsingGUI;
private DatabaseController databaseController;
private MovieTheatreApp movieTheatreAp... | UTF-8 | Java | 5,748 | java | BrowsingController.java | Java | [] | null | [] | package Controller;
import Database.DatabaseController;
import Model.*;
import View.BrowsingGUI;
import java.awt.Color;
import java.io.*;
import java.util.*;
public class BrowsingController {
private BrowsingGUI browsingGUI;
private DatabaseController databaseController;
private MovieTheatreApp movieTheatreAp... | 5,748 | 0.68389 | 0.680411 | 188 | 29.574469 | 26.512136 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.393617 | false | false | 4 |
c0c520998e5b81ea50fdc80620a309c0ef441173 | 10,368,051,117,692 | 8664c982644274f8543e744a960facc857fa1542 | /OnlineShoppeLayeredWebApp/src/main/java/com/phoenix/web/models/LoginBean.java | 181718b5e3d59c82aba6b5aab2a0bd1cdfac9080 | [] | no_license | bhargav0605/LayeredWebApp | https://github.com/bhargav0605/LayeredWebApp | 8c0561e99a8425eea08c45f4155d2bc483771d50 | c38e86812926ac0408476de3d4412702fbe2630d | refs/heads/master | 2023-06-14T16:24:30.678000 | 2021-07-08T11:14:00 | 2021-07-08T11:14:00 | 383,995,571 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phoenix.web.models;
/*
* Author: bhargav.parmar@stltech.in
* version: 1.0.0
* Date: 07-Jul-2021
* Copyright: Sterlite Technology Ltd.
*/
import java.sql.SQLException;
import com.phoenix.daos.LoginDao;
import com.phoenix.daos.LoginDaoImpl;
import com.phoenix.data.User;
import com.phoenix.exceptions.Se... | UTF-8 | Java | 1,330 | java | LoginBean.java | Java | [
{
"context": "package com.phoenix.web.models;\n/*\n * Author: bhargav.parmar@stltech.in\n * version: 1.0.0\n * Date: 07-Jul-2021\n * Copyrig",
"end": 71,
"score": 0.9997419714927673,
"start": 46,
"tag": "EMAIL",
"value": "bhargav.parmar@stltech.in"
}
] | null | [] | package com.phoenix.web.models;
/*
* Author: <EMAIL>
* version: 1.0.0
* Date: 07-Jul-2021
* Copyright: Sterlite Technology Ltd.
*/
import java.sql.SQLException;
import com.phoenix.daos.LoginDao;
import com.phoenix.daos.LoginDaoImpl;
import com.phoenix.data.User;
import com.phoenix.exceptions.ServiceExceptions;
i... | 1,312 | 0.740601 | 0.733835 | 54 | 23.629629 | 18.19676 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.462963 | false | false | 4 |
c8926152b1a3eee8939c7bf3f7575470351f6d2e | 14,087,492,785,566 | 5d2f845d1e3f08c65dbc0f0bcacfc20247e7445c | /test-spring/src/main/java/hello/simplelogic/data/Data.java | 2eb421aebbcebc15a0e245654a99f77747e1b6fd | [] | no_license | Freeongoo/spring-examples | https://github.com/Freeongoo/spring-examples | 15cf87912ddeb2a3de294375bbf404451f622e01 | 48ffdf267837f95e67bf1f702812b57647afbf5e | refs/heads/master | 2022-01-28T21:33:53.275000 | 2021-03-29T14:07:20 | 2021-03-29T14:07:20 | 148,529,220 | 17 | 17 | null | false | 2022-01-21T23:22:14 | 2018-09-12T19:12:31 | 2021-03-29T14:07:26 | 2022-01-21T23:22:14 | 1,017 | 18 | 15 | 5 | Java | false | false | package hello.simplelogic.data;
import org.springframework.stereotype.Component;
@Component
public class Data {
private String info;
public String getInfo() {
return "getInfo from Data: " + info;
}
public void setInfo(String info) {
this.info = info;
}
}
| UTF-8 | Java | 295 | java | Data.java | Java | [] | null | [] | package hello.simplelogic.data;
import org.springframework.stereotype.Component;
@Component
public class Data {
private String info;
public String getInfo() {
return "getInfo from Data: " + info;
}
public void setInfo(String info) {
this.info = info;
}
}
| 295 | 0.657627 | 0.657627 | 16 | 17.4375 | 16.458162 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
e53f7c3e5d74d67c820e78c95423307f5e41166b | 2,551,210,577,087 | 480722b5de4e2422fd2e64ccfc99e8d681fa140f | /plugins/commons/api/src/main/java/org/pcsoft/app/jimix/plugin/common/api/annotation/JimixPropertyIntegerRestriction.java | 2af6f6cd38525f916629428c1cf9e8e3caabbec5 | [
"Apache-2.0"
] | permissive | KleinerHacker/jimix | https://github.com/KleinerHacker/jimix | 8f5e53075d7339366c72bd1109a479d2d5e4b571 | f0d0f03f7ad1dc8a12587bddcf0ec10396a932bf | refs/heads/master | 2021-09-09T14:15:50.123000 | 2018-03-16T22:18:10 | 2018-03-16T22:18:10 | 121,425,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.pcsoft.app.jimix.plugin.common.api.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface JimixPropertyIntegerRestriction {
int minValue();
int maxValue();
}
| UTF-8 | Java | 261 | java | JimixPropertyIntegerRestriction.java | Java | [] | null | [] | package org.pcsoft.app.jimix.plugin.common.api.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface JimixPropertyIntegerRestriction {
int minValue();
int maxValue();
}
| 261 | 0.781609 | 0.781609 | 11 | 22.727272 | 18.897287 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 4 |
49bdba453124b26911ffaf4f107f4afeff3809e3 | 8,572,754,733,743 | ea514f5b441a8f21d50e1c325ab877eb1cba416c | /DaMi3/src/com/demo/action/SelectindentAction.java | 89b117f3799847f6b0e98e7f40f716e79ba93042 | [] | no_license | kid3028/dami_plaything_webapp | https://github.com/kid3028/dami_plaything_webapp | 141199e22566015de30120831d614a96dafee5e2 | 486917389c96e3431d9f389359927c12fda55ca2 | refs/heads/master | 2020-03-11T15:09:11.481000 | 2014-12-03T04:00:21 | 2014-12-03T04:00:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.action;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import com.demo.entity.Indent;
import com.demo.entity.Page;
import com.demo.service.SelectindentServiceInf;
import com.opensymphony.xwork2.ActionSupport;
@Controller("SelectindentActi... | UTF-8 | Java | 3,046 | java | SelectindentAction.java | Java | [] | null | [] | package com.demo.action;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import com.demo.entity.Indent;
import com.demo.entity.Page;
import com.demo.service.SelectindentServiceInf;
import com.opensymphony.xwork2.ActionSupport;
@Controller("SelectindentActi... | 3,046 | 0.678267 | 0.677938 | 123 | 23.764227 | 21.519543 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.837398 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.