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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
292829f7d73b97c60e87d04b3586b52bfbf5cb55 | 12,532,714,612,637 | 141b7880443b7f5168213b233b22e9195da72cd2 | /src/main/java/org/trent/jcamp/concurrece/GetRet.java | bdad8029967f34a7b4137ed09953e235534211b7 | [] | no_license | trent87/jcamp | https://github.com/trent87/jcamp | 46657aa125783f9886d85663c890ca7c08afc187 | fe7e165dd19f46f62e00e7d904a3923013ee2029 | refs/heads/master | 2023-05-25T22:51:46.790000 | 2021-06-14T13:13:23 | 2021-06-14T13:13:23 | 366,226,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.trent.jcamp.concurrece;
import java.util.concurrent.*;
public class GetRet {
static volatile int result;
public static void main(String[] args) throws ExecutionException, InterruptedException {
/*
使用runnable通过类变量获取返回值
*/
Thread t1 = new Thread(new Runnable() {
... | UTF-8 | Java | 1,438 | java | GetRet.java | Java | [] | null | [] | package org.trent.jcamp.concurrece;
import java.util.concurrent.*;
public class GetRet {
static volatile int result;
public static void main(String[] args) throws ExecutionException, InterruptedException {
/*
使用runnable通过类变量获取返回值
*/
Thread t1 = new Thread(new Runnable() {
... | 1,438 | 0.592619 | 0.578871 | 48 | 27.791666 | 30.665506 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 13 |
cfa6bcec11c4c7845f5a9257529da5bc56c33993 | 26,036,091,780,478 | 99c6dd9d6702c538344e3751dfbb76260443169a | /src/com/supermercado/entity/Producto.java | 57680647e31bda6fd9aab07868d0664ae99139d3 | [] | no_license | djresil/pnt | https://github.com/djresil/pnt | fdebfc7c063b35fcafcb2e99a0a48cde75715c47 | 27cffe0f0b303069820a5060665f3d4ce0d6c6f5 | refs/heads/main | 2023-08-16T09:24:49.206000 | 2021-10-24T19:48:41 | 2021-10-24T19:48:41 | 316,344,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.supermercado.entity;
import java.util.ArrayList;
import java.util.List;
public class Producto implements Comparable<Producto> {
private String nombre;
private int precio;
private double presentacion;
private static List<Producto> productoList = new ArrayList<>();
public Producto() {
... | UTF-8 | Java | 1,688 | java | Producto.java | Java | [] | null | [] | package com.supermercado.entity;
import java.util.ArrayList;
import java.util.List;
public class Producto implements Comparable<Producto> {
private String nombre;
private int precio;
private double presentacion;
private static List<Producto> productoList = new ArrayList<>();
public Producto() {
... | 1,688 | 0.620996 | 0.618031 | 69 | 23.434782 | 22.666121 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405797 | false | false | 13 |
00cb1abdf1241d8bb8d8afabc952125f8d06b959 | 7,138,235,683,407 | 13ff9c95aee0fc8187dbac5380d8fdd4dce4c10f | /src/main/java/org/rapidpm/dependencies/core/logger/Logger.java | e2ef80bd826676a5a4ee198104f0c541b8d517b7 | [
"Apache-2.0"
] | permissive | jitpack-io/logger-adapter | https://github.com/jitpack-io/logger-adapter | a1f86839da16a160c8199973da2f980d6330e21a | 37e4c1afdc47f644e79ece10bdcbb1f5d767a5a2 | refs/heads/master | 2020-05-04T08:02:49.210000 | 2019-01-20T19:43:13 | 2019-01-20T19:43:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com)
*
* 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... | UTF-8 | Java | 4,239 | java | Logger.java | Java | [
{
"context": "/**\n * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com)\n *\n * Licensed under the",
"end": 36,
"score": 0.999860405921936,
"start": 24,
"tag": "NAME",
"value": "Sven Ruppert"
},
{
"context": "/**\n * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com)\n *\n *... | null | [] | /**
* Copyright © 2017 <NAME> (<EMAIL>)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | 4,218 | 0.693252 | 0.689476 | 123 | 33.455284 | 28.494259 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.308943 | false | false | 13 |
39085449d3fc91c046be64c1a1943bdbbef55fd2 | 24,343,874,672,638 | ec9cc8f64d09c00fdf65a71de662c00b74ba039a | /src/com/jcex/action/AutoRight.java | 6537ba5ef230290a2b09247ab79391d90ce60f83 | [] | no_license | peibc/e8 | https://github.com/peibc/e8 | 56da38cd0dd1546c3cb3c8385ce33be5a580574a | 91e4f376a3ef98901bcf896c8b357642217b9805 | refs/heads/master | 2020-04-07T12:08:26.305000 | 2019-12-24T06:32:03 | 2019-12-24T06:32:03 | 158,355,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jcex.action;
import weaver.conn.RecordSet;
import weaver.formmode.setup.ModeRightInfo;
import weaver.interfaces.schedule.BaseCronJob;
import weaver.interfaces.workflow.action.Action;
import weaver.soa.workflow.request.RequestInfo;
/**
* @program: ecology_test
* @description:
* @author: peibc
* @create... | UTF-8 | Java | 717 | java | AutoRight.java | Java | [
{
"context": "program: ecology_test\n * @description:\n * @author: peibc\n * @create: 2019-04-25 15:01\n **/\npublic class Au",
"end": 309,
"score": 0.9996822476387024,
"start": 304,
"tag": "USERNAME",
"value": "peibc"
}
] | null | [] | package com.jcex.action;
import weaver.conn.RecordSet;
import weaver.formmode.setup.ModeRightInfo;
import weaver.interfaces.schedule.BaseCronJob;
import weaver.interfaces.workflow.action.Action;
import weaver.soa.workflow.request.RequestInfo;
/**
* @program: ecology_test
* @description:
* @author: peibc
* @create... | 717 | 0.740586 | 0.72106 | 28 | 24.607143 | 19.198845 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 13 |
4a7857a167578a0424c2c1bf48559f81a52aa056 | 23,940,147,737,384 | eee35c57128fe4f4ba069f74b89b0c7732c65477 | /src/definitions/VideoStore.java | 4695dec2d755014483ec22e264ab83e82b11027c | [] | no_license | Himanshu-Gupta2001/VideoRentalInventorySystem | https://github.com/Himanshu-Gupta2001/VideoRentalInventorySystem | d9fc31d2095e010cfbb207ddbbdfe067d14ce5c3 | cbbb0a642c9ee7a787e30f50483b68ca6e5b967b | refs/heads/master | 2023-08-28T20:57:05.867000 | 2021-11-16T11:49:26 | 2021-11-16T11:49:26 | 289,656,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Created by IntelliJ IDEA.
* Author: Himanshu Gupta (191500345)
* Date: 8/24/2020
* Time: 1:25 AM
*/
package definitions;
import java.util.Arrays;
public class VideoStore {
private Video[] store;
public VideoStore() {
this.store = new Video[5];
for (int i = 0; i < store.length; i++) ... | UTF-8 | Java | 2,602 | java | VideoStore.java | Java | [
{
"context": "/* Created by IntelliJ IDEA.\n * Author: Himanshu Gupta (191500345)\n * Date: 8/24/2020\n * Time: 1:25 AM",
"end": 55,
"score": 0.9998357892036438,
"start": 41,
"tag": "NAME",
"value": "Himanshu Gupta"
}
] | null | [] | /* Created by IntelliJ IDEA.
* Author: <NAME> (191500345)
* Date: 8/24/2020
* Time: 1:25 AM
*/
package definitions;
import java.util.Arrays;
public class VideoStore {
private Video[] store;
public VideoStore() {
this.store = new Video[5];
for (int i = 0; i < store.length; i++) {
... | 2,594 | 0.55073 | 0.542275 | 103 | 24.252428 | 23.338255 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242718 | false | false | 13 |
ab55f73139d682f5928002649443c3fdc96a5b33 | 11,261,404,296,090 | cc5203f1c3833aa957c1930aa719882bef339403 | /wonione/src/main/java/cafe24/wio/mapper/QuestionMapper.java | 05e63eb911d1c072d9156f1d3182815f37e9e854 | [] | no_license | xsxs112/wonione | https://github.com/xsxs112/wonione | 1e99fd51bfd868fa1226def6500f853cdf1eabbd | 6fa8b9fc1072191407b9fcce10f38d2cd036ea94 | refs/heads/master | 2023-02-19T07:25:13.627000 | 2020-10-27T08:49:42 | 2020-10-27T08:49:42 | 291,642,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cafe24.wio.mapper;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QuestionMapper {
//타이틀리스트
public List<Map<String, Object>> QuestionList(Map<String, Object> parameterMap);
//타이틀갯수
public int QuestionListCount();
//몇문제있는지... | UTF-8 | Java | 2,639 | java | QuestionMapper.java | Java | [] | null | [] | package cafe24.wio.mapper;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QuestionMapper {
//타이틀리스트
public List<Map<String, Object>> QuestionList(Map<String, Object> parameterMap);
//타이틀갯수
public int QuestionListCount();
//몇문제있는지... | 2,639 | 0.778071 | 0.774549 | 62 | 34.629032 | 32.85807 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.580645 | false | false | 13 |
411c086b0fb11922986c3300ec941d4d68999897 | 10,204,842,334,132 | 0d6bca6c73643998a85fa7506f84d66256ed539a | /src/NO26/Solution.java | f5f2e1bf798ec1c5831dbf34a06720dc9fb5aa55 | [] | no_license | Zeahan/Leetcode | https://github.com/Zeahan/Leetcode | 68e75e50fbab226a509de971c93cf83243efb54c | 7208d53914c707fdb48adabb1d312176e28ded43 | refs/heads/master | 2022-11-15T13:31:11.850000 | 2020-07-17T09:46:17 | 2020-07-17T09:46:17 | 280,387,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NO26;
class Solution {
public int removeDuplicates(int[] nums) {
int left = 0;
for (int i=1; i<nums.length; i++) {
if (nums[i] != nums[left]) {
left++;
nums[left] = nums[i];
}
}
return left + 1;
}
}
| UTF-8 | Java | 306 | java | Solution.java | Java | [] | null | [] | package NO26;
class Solution {
public int removeDuplicates(int[] nums) {
int left = 0;
for (int i=1; i<nums.length; i++) {
if (nums[i] != nums[left]) {
left++;
nums[left] = nums[i];
}
}
return left + 1;
}
}
| 306 | 0.415033 | 0.398693 | 16 | 18.125 | 15.479321 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 13 |
b4663cae2a5530f8333f09474757b8f147e3787c | 13,434,657,743,050 | f11089aeae07612f6e1d7915116d65995db22f09 | /src/main/java/frc/robot/subsystems/Intake.java | 5c71c504722331b26cb69e927215224ddcd9f744 | [] | no_license | frc4610/TexasCup_Lime | https://github.com/frc4610/TexasCup_Lime | e7560c5a993f44a9ae55ca2617540240c58560e8 | 5476e6ca7985fa84f005942b89534f0f0ccb7851 | refs/heads/main | 2023-05-26T14:18:41.986000 | 2021-06-14T16:56:39 | 2021-06-14T16:56:39 | 376,888,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;... | UTF-8 | Java | 746 | java | Intake.java | Java | [] | null | [] | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;... | 746 | 0.746649 | 0.742627 | 27 | 26.629629 | 23.943062 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
f1a9b60f6267268c97f2ac686a5b18c51130c3d1 | 4,672,924,460,174 | ef187851bc15a77c1198c85c420958f3f5152ce3 | /src/main/java/com/rads/scheduler/DBHelper.java | aebe4c934196300bb4139f87b49e269f1d685a93 | [] | no_license | rchakraborty/dps | https://github.com/rchakraborty/dps | 7ba8e25b4de3d921ddf1f379065ee6c94fe0ff23 | 42fdb9874379c3ee01beb4da7d25390495f1053d | refs/heads/master | 2021-01-10T05:03:55.962000 | 2016-02-01T03:24:15 | 2016-02-01T03:24:15 | 50,809,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rads.scheduler;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.BreakIterator;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.uti... | UTF-8 | Java | 4,199 | java | DBHelper.java | Java | [
{
"context": "= DriverManager.getConnection(\n\t\t\t\t\t\"jdbc:mysql://192.168.2.13:3308/demo?autoReconnect=true&useSSL=false\", \"root",
"end": 3777,
"score": 0.9996083378791809,
"start": 3765,
"tag": "IP_ADDRESS",
"value": "192.168.2.13"
}
] | null | [] | package com.rads.scheduler;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.BreakIterator;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.uti... | 4,199 | 0.673494 | 0.668731 | 171 | 23.555555 | 25.263781 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.204678 | false | false | 13 |
2ba0982a8c97ea81fc3dc999855db67e00b800e9 | 26,749,056,363,057 | 427e8980fc3f8a97b90509b6f37fd0d5f015363c | /src/com/comdosoft/ExerciseBook/AnswerOrderActivity.java | 9282664ed9bad6afe09ef109ba456b1292dfd185 | [] | no_license | lifang/exercise_book | https://github.com/lifang/exercise_book | 709c8fae3af509f835b6f93d4d99bda1ae431551 | bca293ebf4a87d2404552783ceee6aa357c41469 | refs/heads/master | 2016-09-06T21:34:06.049000 | 2014-06-05T09:31:18 | 2014-06-05T09:31:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.comdosoft.ExerciseBook;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.graphics.Color;
import android.os.Bundle;... | UTF-8 | Java | 13,989 | java | AnswerOrderActivity.java | Java | [
{
"context": "oft.ExerciseBook.pojo.AnswerBasePojo;\n\n/**\n * @作者 马龙\n * @时间 2014-4-11 下午6:16:31\n */\npublic class Answe",
"end": 726,
"score": 0.9894628524780273,
"start": 724,
"tag": "NAME",
"value": "马龙"
}
] | null | [] | package com.comdosoft.ExerciseBook;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.graphics.Color;
import android.os.Bundle;... | 13,989 | 0.673996 | 0.661812 | 457 | 29.352297 | 28.37689 | 448 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.380744 | false | false | 13 |
9b7bd6680e966bdb8ab694f10076d4e18eb06cb5 | 15,899,968,970,462 | 4f116476f06a59a1528c20cf1caac0efd6508f83 | /core/model/src/main/java/it/unibz/inf/ontop/model/atom/DistinctVariableOnlyDataAtom.java | 7f15aafca2c4c24cbe9dedef49b9107715e36ae5 | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | fanavarro/ontop | https://github.com/fanavarro/ontop | 280423c8056de8e7a34a83825dabb0b6b1b9707d | d01fbc7ebb3e8326b8eb14854359a796b07096ca | refs/heads/version3 | 2019-07-07T16:48:50.903000 | 2018-04-24T14:12:55 | 2018-04-24T14:13:18 | 87,398,333 | 0 | 0 | null | true | 2017-04-06T07:15:03 | 2017-04-06T07:15:03 | 2017-04-03T09:56:15 | 2017-03-28T09:10:15 | 134,050 | 0 | 0 | 0 | null | null | null | package it.unibz.inf.ontop.model.atom;
/**
* TODO: find a better name
*
* Data atom only composed of variables; all these variables are distinct.
*
*/
public interface DistinctVariableOnlyDataAtom extends VariableOnlyDataAtom, DistinctVariableDataAtom {
}
| UTF-8 | Java | 262 | java | DistinctVariableOnlyDataAtom.java | Java | [] | null | [] | package it.unibz.inf.ontop.model.atom;
/**
* TODO: find a better name
*
* Data atom only composed of variables; all these variables are distinct.
*
*/
public interface DistinctVariableOnlyDataAtom extends VariableOnlyDataAtom, DistinctVariableDataAtom {
}
| 262 | 0.774809 | 0.774809 | 10 | 25.200001 | 34.248505 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 13 |
1dbd4fae0247866aa84059262116e267faea1a50 | 18,743,237,323,291 | 9c7a9702d26a6696ee01e03fa0214e3013254120 | /DataBase/dbrepository/src/main/java/ru/geekbrains/projectx/database/repository/jdbc/PageRepositoryJdbc.java | 5b12f192fe7f35e2690d382c3d271b2ee4e7f879 | [] | no_license | firstGeekbrains/ProjectX | https://github.com/firstGeekbrains/ProjectX | 144c0d820f37aee04a7e7cbeae76d2e065de405a | e70cfc2d66c556cc2278baedcdafd199f745c108 | refs/heads/master | 2016-08-17T10:20:27.474000 | 2016-06-02T08:43:34 | 2016-06-02T08:43:34 | 55,440,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.geekbrains.projectx.database.repository.jdbc;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.support.JdbcDaoSupport;
import org.springframework.... | UTF-8 | Java | 3,864 | java | PageRepositoryJdbc.java | Java | [] | null | [] | package ru.geekbrains.projectx.database.repository.jdbc;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.support.JdbcDaoSupport;
import org.springframework.... | 3,864 | 0.661232 | 0.660197 | 96 | 39.25 | 28.402245 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 13 |
c7f85b6f61c6b2ad352828f84e671fbea0b25dd1 | 18,708,877,597,614 | 474227613193d9c540adad9acaa10bdd93e06668 | /gobblin-cluster/src/main/java/org/apache/gobblin/cluster/SingleTaskRunnerMainOptions.java | ca988fe6b65b7875b6b62887037c5dc9315e2dbd | [
"MIT",
"Apache-2.0"
] | permissive | Will-Lo/incubator-gobblin | https://github.com/Will-Lo/incubator-gobblin | 86912629390bdcd5f2ec5a4abd47e796aab839a2 | be6d46c2a117b1248d88d22cc64db5a12b802d16 | refs/heads/master | 2023-08-31T13:04:48.788000 | 2023-03-13T17:04:30 | 2023-03-13T17:04:30 | 206,628,556 | 2 | 0 | Apache-2.0 | true | 2023-04-07T21:56:41 | 2019-09-05T18:13:07 | 2022-01-13T20:16:45 | 2023-04-07T21:56:41 | 113,163 | 0 | 0 | 5 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 3,342 | java | SingleTaskRunnerMainOptions.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 may ... | 3,342 | 0.740574 | 0.738181 | 91 | 35.725273 | 29.633314 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 13 |
a87279f463be78b84c46128191eeaedf44d14cfc | 128,849,078,431 | 23c671b096ecd0c11861ec1bf68af81bd5cc8d7d | /TestModel.java | 0a33d3ccc68d06062e285cc533204f8f89718d65 | [] | no_license | kumar04/interview | https://github.com/kumar04/interview | e7881c5bc22aceadee95350135ce0623c8ea22b6 | c0a230282d684731295d04cb4b309e9b717c22b0 | refs/heads/master | 2021-05-11T07:45:26.355000 | 2018-01-29T19:31:30 | 2018-01-29T19:31:30 | 118,030,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.set.retriveobjectindividualvalue;
public class TestModel {
private String Id;
private String speed;
private String name;
public TestModel(String id, String speed, String name) {
super();
Id = id;
this.speed = speed;
this.name = name;
}
public String getId() {
return... | UTF-8 | Java | 620 | java | TestModel.java | Java | [] | null | [] | package com.set.retriveobjectindividualvalue;
public class TestModel {
private String Id;
private String speed;
private String name;
public TestModel(String id, String speed, String name) {
super();
Id = id;
this.speed = speed;
this.name = name;
}
public String getId() {
return... | 620 | 0.619355 | 0.619355 | 42 | 12.761905 | 14.084455 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.309524 | false | false | 13 |
3b75a56b466c16e178133e58d8ed29c36d986855 | 5,763,846,112,304 | 86795e07fc886d99a1a9ac87cd3deaf3a93bd097 | /jangaroo-test-maven-plugin/src/main/java/de/girino/jangaroo/test/RhinoTestMojo.java | f0fd45cc4fd841412d9597aa6d1947ad21a432ea | [] | no_license | pkaul/jangaroo-test | https://github.com/pkaul/jangaroo-test | 8e5388d4898eaed10280b1fbe67139d15db600e7 | 991510c5339b4333ab3062682aae091151a08ca8 | refs/heads/master | 2016-08-08T11:34:56.387000 | 2013-06-01T14:27:56 | 2013-06-01T14:27:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.girino.jangaroo.test;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugin.logging.Log;
import org.apache.maven.surefire.report.*;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.Scriptable;
import org... | UTF-8 | Java | 18,077 | java | RhinoTestMojo.java | Java | [] | null | [] | package de.girino.jangaroo.test;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugin.logging.Log;
import org.apache.maven.surefire.report.*;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.Scriptable;
import org... | 18,077 | 0.568623 | 0.566576 | 521 | 33.696735 | 33.252831 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619962 | false | false | 13 |
9ba5e81ca729e914e69f71677b99e09b507fcf00 | 10,514,079,995,410 | f610fe23245831d5cbc16534138e508af46dcfe5 | /base/src/main/java/com/xiaofei/base/model/builder/Product.java | 9de615e81849674578b99318f801efa0f131524a | [] | no_license | xiaoxiao-0796/javatest | https://github.com/xiaoxiao-0796/javatest | 1697cd77a0e57b783e0ae31d98827794880a7a8d | fa999b73e4721b61a33c59b7c18d92e12d59f802 | refs/heads/master | 2021-01-21T09:23:44.845000 | 2017-12-01T07:50:23 | 2017-12-01T07:50:23 | 101,970,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaofei.base.model.builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Product {
private String size;
private String colour;
}
| UTF-8 | Java | 182 | java | Product.java | Java | [] | null | [] | package com.xiaofei.base.model.builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Product {
private String size;
private String colour;
}
| 182 | 0.741758 | 0.741758 | 14 | 12 | 12.598186 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
3a372ce18ff4f083d955fd4274d33ee8a66100e4 | 15,530,601,800,207 | 0b9fd89c882b491bdfc7234e166459d9292fe0a9 | /src/ourbox/answer/dao/AnswerDaoImpl.java | 673e719f1c57529c30803bc5f86975124c46ba1f | [] | no_license | jeolki/ourbox | https://github.com/jeolki/ourbox | df66b38d5bf177134df724351e337dd52129d796 | d2d8ce22f08ddb896c657372377b55d6ee0bdd0d | refs/heads/master | 2023-02-21T01:20:36.943000 | 2021-01-12T01:35:49 | 2021-01-12T01:35:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ourbox.answer.dao;
import java.sql.SQLException;
import java.util.List;
import com.ibatis.sqlmap.client.SqlMapClient;
import ourbox.common.util.SqlMapClientFactory;
import ourbox.common.vo.AnswerVO;
public class AnswerDaoImpl implements IAnswerDao{
private SqlMapClient smc;
private static IAnswerDao a... | UTF-8 | Java | 1,091 | java | AnswerDaoImpl.java | Java | [] | null | [] | package ourbox.answer.dao;
import java.sql.SQLException;
import java.util.List;
import com.ibatis.sqlmap.client.SqlMapClient;
import ourbox.common.util.SqlMapClientFactory;
import ourbox.common.vo.AnswerVO;
public class AnswerDaoImpl implements IAnswerDao{
private SqlMapClient smc;
private static IAnswerDao a... | 1,091 | 0.751604 | 0.751604 | 51 | 20.392157 | 22.34057 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 13 |
b840de793574741f79ad79a8d70d52bbf09efa47 | 5,231,270,231,005 | 79e96ec6b6998a5c491625bd3147c9b7fb9a0e26 | /bs/src/main/java/vbs/vvi/com/bs/bean/UserLocalMainListBean.java | 210c8f8a9ed36f65b301d3436d045bac861b36e8 | [] | no_license | loveuu715/VBs | https://github.com/loveuu715/VBs | 63e4bfe5761eb7656ad97ccbb90a356a83d97b4d | 3620be75656496f8574e14251688efec1b9a6ab4 | refs/heads/master | 2020-12-24T13:17:13.209000 | 2016-08-12T10:07:49 | 2016-08-12T10:07:49 | 63,592,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vbs.vvi.com.bs.bean;
/**
* Created by Wayne on 2016/7/26.
* Email: loveuu715@163.com
*/
public class UserLocalMainListBean {
private String name;
private int gender;
private String remark;
private long birthdayStamp;
private String avatarPath;
public UserLocalMainListBean(String nam... | UTF-8 | Java | 1,365 | java | UserLocalMainListBean.java | Java | [
{
"context": "package vbs.vvi.com.bs.bean;\n\n/**\n * Created by Wayne on 2016/7/26.\n * Email: loveuu715@163.com\n */\npub",
"end": 53,
"score": 0.9990260004997253,
"start": 48,
"tag": "NAME",
"value": "Wayne"
},
{
"context": ";\n\n/**\n * Created by Wayne on 2016/7/26.\n * Email: l... | null | [] | package vbs.vvi.com.bs.bean;
/**
* Created by Wayne on 2016/7/26.
* Email: <EMAIL>
*/
public class UserLocalMainListBean {
private String name;
private int gender;
private String remark;
private long birthdayStamp;
private String avatarPath;
public UserLocalMainListBean(String name, int gen... | 1,355 | 0.627106 | 0.617582 | 64 | 20.328125 | 19.631014 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390625 | false | false | 13 |
a978f004e092b046e7d53333a4cbdbe7101926de | 32,358,283,663,077 | cc164510d4dd74ea55c3dea1756707b07a87a6ae | /2.JavaCore/src/com/javarush/task/task19/task1910/asd.java | e4d4157207e1c1b1caded470acc95f632e71c211 | [] | no_license | XFNeo/JavaRushTasks | https://github.com/XFNeo/JavaRushTasks | 34715053000dfa4137b68bfd1127e2d8ddc17cc9 | 9f9f8c544b0cbae5c3fe764893e35bda2c9c68a0 | refs/heads/master | 2021-06-27T04:12:48.158000 | 2019-09-22T14:04:15 | 2019-09-22T14:04:15 | 210,154,249 | 0 | 0 | null | false | 2021-01-21T00:23:48 | 2019-09-22T13:44:28 | 2019-09-22T14:05:06 | 2021-01-21T00:23:46 | 850 | 0 | 0 | 1 | Java | false | false | package com.javarush.task.task19.task1910;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class asd {
public static void main(String[] args) {
Pattern p = Pattern.compile("dog");
Matcher m = p.matcher("1dogddasd");
System.out.println(m.lookingAt());
}
}
| UTF-8 | Java | 312 | java | asd.java | Java | [] | null | [] | package com.javarush.task.task19.task1910;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class asd {
public static void main(String[] args) {
Pattern p = Pattern.compile("dog");
Matcher m = p.matcher("1dogddasd");
System.out.println(m.lookingAt());
}
}
| 312 | 0.666667 | 0.644231 | 12 | 25 | 18.106169 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
85baaeb91074034927bdb621cbb8c650803e7312 | 26,723,286,570,109 | 2cbf1f8fa6ea877c82993a19579ceb9c6edcfb3c | /src/main/java/com/jcf/orm/storages/Table.java | 139e7476917c89e38107fb21af0b8ecb7f37617b | [] | no_license | Java-Camp/Back-end | https://github.com/Java-Camp/Back-end | d4f01a74b69fafe1a6c98107c9ff6ec37db57f00 | 89e4212c259a67925750a2fa25544e5fc1736779 | refs/heads/main | 2023-07-18T00:06:48.967000 | 2021-09-03T20:28:00 | 2021-09-03T20:28:00 | 385,312,059 | 0 | 0 | null | false | 2021-08-23T18:07:43 | 2021-07-12T16:27:05 | 2021-08-23T13:59:22 | 2021-08-23T18:07:43 | 22,095 | 0 | 0 | 0 | Java | false | false | package com.jcf.orm.storages;
import com.jcf.orm.annotation.ManyToOne;
import com.jcf.orm.connections.MyConnection;
import com.jcf.orm.sql.EntityDAO;
import com.jcf.orm.sql.SQLBuilder;
import java.lang.reflect.Field;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class Table {
publi... | UTF-8 | Java | 7,014 | java | Table.java | Java | [] | null | [] | package com.jcf.orm.storages;
import com.jcf.orm.annotation.ManyToOne;
import com.jcf.orm.connections.MyConnection;
import com.jcf.orm.sql.EntityDAO;
import com.jcf.orm.sql.SQLBuilder;
import java.lang.reflect.Field;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class Table {
publi... | 7,014 | 0.610066 | 0.608497 | 187 | 36.508022 | 35.866863 | 223 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481283 | false | false | 13 |
9db24231f4043f844e917fb6118216886dbdc9df | 24,060,406,851,956 | 2330e4d09ae0f1695e46e4721e4035b90bde3038 | /deduplicator/src/edu/bu/ec504/group9/FileInfo.java | eca0affee17cb37248cef258c932f601ce391816 | [
"MIT"
] | permissive | liuknan/DeDuplicator | https://github.com/liuknan/DeDuplicator | 34b1233edb3c2dc1018ace6baa3363aa0eb848bc | d1f2dba9e6e076bc68ed1eec92622cb64258ad2d | refs/heads/master | 2020-06-30T20:45:56.037000 | 2019-08-07T01:20:11 | 2019-08-07T01:20:11 | 200,947,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.bu.ec504.group9;
import java.io.Serializable;
import java.util.LinkedList;
public class FileInfo implements Serializable {
/** a linkedlist contains all the chunks' hash */
public LinkedList<String> hashes;
/** record file's type and format */
public String format;
/** record the fil... | UTF-8 | Java | 759 | java | FileInfo.java | Java | [] | null | [] | package edu.bu.ec504.group9;
import java.io.Serializable;
import java.util.LinkedList;
public class FileInfo implements Serializable {
/** a linkedlist contains all the chunks' hash */
public LinkedList<String> hashes;
/** record file's type and format */
public String format;
/** record the fil... | 759 | 0.621871 | 0.615283 | 32 | 22.71875 | 18.30682 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 13 |
f68ca4509af5fdcc4a79f057c4834eff357aeb1f | 4,887,672,843,902 | ed19809863e15f187dfa2ce65b399f5e717ca078 | /prefix/FastPrefixDictionary.java | ae54abb491c64637c302c475aaf998b3fb1b8cf9 | [] | no_license | dcods22/Prefix | https://github.com/dcods22/Prefix | 37df1b48234c5e7a209b101a289a10d6dd59de9c | 15e79726a772dc1b70a4c6abd995490ef2fd44af | refs/heads/master | 2021-01-10T20:40:09.721000 | 2013-12-05T16:52:20 | 2013-12-05T16:52:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prefix;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.HashMap;
import java.util.Map;
/**
* Class to return the sum of the dictionary values in a CSV file
* @author Dan
*/
public class FastPrefixDictionary implements PrefixDictionary{
//HashMap of the First letters
Map<String... | UTF-8 | Java | 2,435 | java | FastPrefixDictionary.java | Java | [
{
"context": " of the dictionary values in a CSV file\n * @author Dan\n */\npublic class FastPrefixDictionary implements ",
"end": 208,
"score": 0.9977020621299744,
"start": 205,
"tag": "NAME",
"value": "Dan"
}
] | null | [] | package prefix;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.HashMap;
import java.util.Map;
/**
* Class to return the sum of the dictionary values in a CSV file
* @author Dan
*/
public class FastPrefixDictionary implements PrefixDictionary{
//HashMap of the First letters
Map<String... | 2,435 | 0.634908 | 0.627515 | 86 | 27.313953 | 20.016424 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.302325 | false | false | 13 |
6a5426317f92c87a587557d243b89c0b1bf29811 | 11,261,404,313,723 | 14e04e15d357a4682bf9dbd37c19e973e71debdb | /src/main/java/org/optaplanner/examples/nurserostering/swingui/CustomTabShiftTypePanel.java | 2f48b46afbce181f7f0b7e85ea7a0d3fbabf31cc | [
"Apache-2.0"
] | permissive | Cranium1/Roster-Planner | https://github.com/Cranium1/Roster-Planner | c3a3d61d3993cdd0ac857f9f96c25130c6f0ca2d | 33d6e33b5c28c5d7a49aa7d2299fcfce6f535560 | refs/heads/master | 2018-12-07T03:16:55.370000 | 2018-11-13T15:01:41 | 2018-11-13T15:01:41 | 148,192,609 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 JBoss by Red Hat.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UTF-8 | Java | 17,824 | java | CustomTabShiftTypePanel.java | Java | [
{
"context": "ng.swingui.NurseRosteringPanel;\n\n/**\n *\n * @author Martien\n */\npublic class CustomTabShiftTypePanel extends ",
"end": 1682,
"score": 0.99974524974823,
"start": 1675,
"tag": "NAME",
"value": "Martien"
}
] | null | [] | /*
* Copyright 2018 JBoss by Red Hat.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 17,824 | 0.617987 | 0.615855 | 387 | 45.056847 | 31.054705 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664083 | false | false | 13 |
b7b8bd52a52d4bf1c571199bdf6d26112d11fbb0 | 8,134,668,114,228 | b44c17d33a01f459e7a4439640f6402487e503d5 | /chenillekit-hibernate/src/main/java/org/chenillekit/hibernate/daos/GenericDAO.java | 55ba53bd9773d1bf303a12e9b5273ebc829b4e2f | [] | no_license | intercommit/chenillekit | https://github.com/intercommit/chenillekit | cee30b09c5fe81258320419c3ecbab0593ce648c | f42dce536008e93034168e2d452c3cc212980e45 | refs/heads/master | 2021-01-17T13:48:04.637000 | 2014-10-15T08:26:50 | 2014-10-15T08:26:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* Copyright 2008 by chenillekit.org
*
* 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://w... | UTF-8 | Java | 7,851 | java | GenericDAO.java | Java | [] | null | [] | /*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* Copyright 2008 by chenillekit.org
*
* 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://w... | 7,851 | 0.637371 | 0.635588 | 274 | 27.653284 | 26.848728 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.193431 | false | false | 13 |
dfa8a70315fda3510f268ddd8c8b0f6cb69cf961 | 8,134,668,114,996 | 4b4c977be78b5f56820c5de9f42a6d864634ac24 | /app/src/main/java/fr/wcs/blablawild/SearchRequestModel.java | ad95446052d801e0fe6211a2e29fe66b2d316b25 | [] | no_license | quentindlf/BlaBlaWild | https://github.com/quentindlf/BlaBlaWild | 645e56ded7aef3c9cddfa603400d5b825c6c0f28 | babf0385be9098d504a6f98dd5512b71e10f6832 | refs/heads/master | 2021-07-06T05:56:19.706000 | 2017-10-02T08:45:28 | 2017-10-02T08:45:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.wcs.blablawild;
import android.content.Context;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.Date;
public class SearchRequestModel implements Parcelable {
private String CityDeparture;
private String CityArrival;
private Date DateTrip;
public SearchRequestModel... | UTF-8 | Java | 1,872 | java | SearchRequestModel.java | Java | [] | null | [] | package fr.wcs.blablawild;
import android.content.Context;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.Date;
public class SearchRequestModel implements Parcelable {
private String CityDeparture;
private String CityArrival;
private Date DateTrip;
public SearchRequestModel... | 1,872 | 0.660791 | 0.660256 | 74 | 24.297297 | 23.4669 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418919 | false | false | 13 |
67256763c41bc56027525de3a792a31cfdd5e48f | 21,964,462,819,397 | 7aef041f14acb4e88f1c35a793c7f8c3157c7904 | /src/implementation/MyDoublyLinkedList.java | 2487557be6fab258e9645d5ebde04ab28ad846de | [] | no_license | divaibhav/DoublyLinkedListImplementaionPractice | https://github.com/divaibhav/DoublyLinkedListImplementaionPractice | ede62561e934ce714eb4b68e4e7e033cfd627688 | d0c7eea4c5ebee731bf6d6ea5643bedca8e910fd | refs/heads/master | 2023-02-25T06:25:49.472000 | 2021-02-15T19:17:29 | 2021-02-15T19:17:29 | 339,179,968 | 7 | 25 | null | null | null | null | null | null | null | null | null | null | null | null | null | package implementation;
import myinterface.DoublyLinkedListADT;
/**
* Implement all the methods from DoublyLinkedListADT
*/
public class MyDoublyLinkedList implements DoublyLinkedListADT {
/**
* This method will add a new node in the linked list at the head.
* It is also known as insertAtBeginning or... | UTF-8 | Java | 5,689 | java | MyDoublyLinkedList.java | Java | [] | null | [] | package implementation;
import myinterface.DoublyLinkedListADT;
/**
* Implement all the methods from DoublyLinkedListADT
*/
public class MyDoublyLinkedList implements DoublyLinkedListADT {
/**
* This method will add a new node in the linked list at the head.
* It is also known as insertAtBeginning or... | 5,689 | 0.644577 | 0.640534 | 181 | 30.430939 | 30.017895 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.220994 | false | false | 13 |
81725b53e3758e6071a2655e0123d59bad9d81e2 | 31,696,858,704,012 | 632d1fa24724f8cd1ae9fe26452239ccbd41f948 | /src/GUI/SchermataApparato.java | 1067a6ac442e74d65d9bb75e1ddbc566beade6a2 | [] | no_license | armandoegger1/MagazzinoAziendale | https://github.com/armandoegger1/MagazzinoAziendale | 48e45876e25bc7f599c9a4d16fcfbe1e45d60a94 | 0c0c6b07f8d0cf1c201ab7288531694a21a0b7e1 | refs/heads/main | 2023-08-28T09:17:30.032000 | 2021-10-21T14:24:02 | 2021-10-21T14:24:02 | 416,782,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import Driver.Main;
import net.miginfocom.swing.MigLayout;
import javax.swing.JLabel;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alig... | UTF-8 | Java | 3,739 | java | SchermataApparato.java | Java | [] | null | [] | package GUI;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import Driver.Main;
import net.miginfocom.swing.MigLayout;
import javax.swing.JLabel;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alig... | 3,739 | 0.750735 | 0.731746 | 109 | 33.302753 | 25.556738 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.642202 | false | false | 13 |
3541e91c729daa94ef9d6e88a9d4975971bf9944 | 33,200,097,250,753 | d33ebf436afdd5b03bf610a4811a8a9157540d7c | /src/Fruit.java | 6be892321f7ea046fcf34910da6dbb76b166d643 | [] | no_license | unholydeath7856/JavaGame | https://github.com/unholydeath7856/JavaGame | 0f86d9789c013f8e4d4c9502662ae0254014929b | 9fd03224cdfc7ce54481fabfe8a130ed75ef385d | refs/heads/master | 2021-01-10T02:02:55.098000 | 2016-01-12T06:35:29 | 2016-01-12T06:35:29 | 49,304,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Fruit extends Item {
int smlFruitCount;
int medFruitCount;
int lrgFruitCount;
int rippenDay;
int matureDay;
int startMonth;
int endMonth;
public Fruit(String name, String desc, int fruitCountS, int fruitCountM, int fruitCountL, int startMnth, int endMnth, int ripeDay, int matureDay) {
super(name... | UTF-8 | Java | 557 | java | Fruit.java | Java | [] | null | [] |
public class Fruit extends Item {
int smlFruitCount;
int medFruitCount;
int lrgFruitCount;
int rippenDay;
int matureDay;
int startMonth;
int endMonth;
public Fruit(String name, String desc, int fruitCountS, int fruitCountM, int fruitCountL, int startMnth, int endMnth, int ripeDay, int matureDay) {
super(name... | 557 | 0.755835 | 0.755835 | 19 | 28.263159 | 29.901316 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.578947 | false | false | 13 |
0b9c465c480e15274407efdb2ba0697b30e07514 | 6,339,371,743,315 | 047e3dfeeaa2c214bee61c76742222b844b99a90 | /src/java/Models/OrdersDaoImpl.java | 739ba5d8fa277052a4b6f0cb491884766dfdd2b9 | [] | no_license | prabhjotsinghsaggu/GroceryOnline-1 | https://github.com/prabhjotsinghsaggu/GroceryOnline-1 | 2a7b500065a94765973673f1cf421566fc54e032 | 810f7bf39013d43c2c326c5fe260ff758cc98ea2 | refs/heads/master | 2021-06-20T22:58:10.168000 | 2017-08-07T02:44:59 | 2017-08-07T02:44:59 | null | 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 Models;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.Criteria;
import org.h... | UTF-8 | Java | 2,190 | java | OrdersDaoImpl.java | Java | [
{
"context": "work.stereotype.Repository;\r\n\r\n/**\r\n *\r\n * @author Chonzom\r\n */\r\n\r\n@Repository\r\npublic class OrdersDaoImpl e",
"end": 591,
"score": 0.9993992447853088,
"start": 584,
"tag": "USERNAME",
"value": "Chonzom"
}
] | 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 Models;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.Criteria;
import org.h... | 2,190 | 0.66621 | 0.665753 | 84 | 24.095238 | 26.017677 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
163964170497b2d59ca7ac056d89b97b18b7423e | 29,910,152,268,834 | 058e5c699fca78dc49e3517fdb84d679da9a2797 | /engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/interop/generic/ReadArrayElementNode.java | d9538ec19c57beb0877276508c8a318eae763605 | [
"AGPL-3.0-only",
"Apache-2.0",
"AGPL-3.0-or-later"
] | permissive | enso-org/enso | https://github.com/enso-org/enso | f6c6e85aade77689b1859962d6f3f28d1c9151cf | 52b1189212d92bef0146ad9b2ae605c90d83bcc2 | refs/heads/develop | 2023-08-07T17:34:33.073000 | 2023-08-07T14:42:15 | 2023-08-07T14:42:15 | 76,672,223 | 3,345 | 166 | Apache-2.0 | false | 2023-09-14T18:39:21 | 2016-12-16T17:23:37 | 2023-09-14T09:41:57 | 2023-09-14T18:39:20 | 67,750 | 6,603 | 245 | 796 | Rust | false | false | package org.enso.interpreter.node.expression.builtin.interop.generic;
import com.oracle.truffle.api.interop.InteropLibrary;
import com.oracle.truffle.api.interop.InvalidArrayIndexException;
import com.oracle.truffle.api.interop.UnsupportedMessageException;
import com.oracle.truffle.api.nodes.Node;
import com.oracle.tr... | UTF-8 | Java | 1,924 | java | ReadArrayElementNode.java | Java | [] | null | [] | package org.enso.interpreter.node.expression.builtin.interop.generic;
import com.oracle.truffle.api.interop.InteropLibrary;
import com.oracle.truffle.api.interop.InvalidArrayIndexException;
import com.oracle.truffle.api.interop.UnsupportedMessageException;
import com.oracle.truffle.api.nodes.Node;
import com.oracle.tr... | 1,924 | 0.773389 | 0.773389 | 43 | 43.744186 | 27.557207 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790698 | false | false | 13 |
d54459a0ff4dab882b3241c13de11f628a5ad71b | 12,025,908,456,553 | 73147fb0f346a47cb9a9f7d6e1b28e744079728c | /LocalVariableTest.java | 15cefd201b9ed2e67421e25ebd90885bdb979e79 | [] | no_license | WangAnJie/gitRepertory | https://github.com/WangAnJie/gitRepertory | 87618902aba39109729b261295925b443f0f10bc | 2e67cb4a11a3297df32f18e7939cd59cd1cf93aa | refs/heads/master | 2021-09-10T13:37:19.688000 | 2018-03-27T03:31:34 | 2018-03-27T03:31:34 | 110,789,131 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.system.java.newnature.test;
import java.util.ArrayList;
public class LocalVariableTest {
public static void main(String[] args){
var x = new ArrayList<String>();
for(int i = 0; i<10; i++){
x.add("here is "+i);
}
for(int i = 0;i<x.size(); i++){
System.out.println(x.get(i));
}
... | UTF-8 | Java | 325 | java | LocalVariableTest.java | Java | [] | null | [] | package com.system.java.newnature.test;
import java.util.ArrayList;
public class LocalVariableTest {
public static void main(String[] args){
var x = new ArrayList<String>();
for(int i = 0; i<10; i++){
x.add("here is "+i);
}
for(int i = 0;i<x.size(); i++){
System.out.println(x.get(i));
}
... | 325 | 0.6 | 0.587692 | 17 | 18.117647 | 15.361841 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 13 |
6ed0296aadd7761badd7de8b993e8ee3e392ba3b | 17,858,474,042,344 | ec181933cfb6659efce5fd089551eee7d0c07846 | /neiu-cs-321/neiu-cs-321/SJCarpentry/src/main/java/com/sjcarpentry/web/DatabaseController.java | 64e701f80d8804412731222cebe612ff438585a7 | [] | no_license | psafiejko/neiu-cs-321 | https://github.com/psafiejko/neiu-cs-321 | 06dd30687547c926e2d96b078b81a0f30e107903 | dc1dd8b50a31122f4b5360b2a15167e00c53a411 | refs/heads/master | 2023-01-22T12:00:01.448000 | 2020-12-08T01:46:42 | 2020-12-08T01:46:42 | 292,376,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sjcarpentry.web;
import com.sjcarpentry.User;
import com.sjcarpentry.data.EstimateRepository;
import com.sjcarpentry.data.JobTypestRepository;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import ... | UTF-8 | Java | 1,276 | java | DatabaseController.java | Java | [] | null | [] | package com.sjcarpentry.web;
import com.sjcarpentry.User;
import com.sjcarpentry.data.EstimateRepository;
import com.sjcarpentry.data.JobTypestRepository;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import ... | 1,276 | 0.766458 | 0.764107 | 43 | 27.674419 | 24.77313 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488372 | false | false | 13 |
38e54f9713d9c60ec01619ef2bb44dc9662db309 | 11,218,454,606,615 | 2af8d29ad4347310247ab01231c6af1b993aa1dd | /xith3d/src/org/xith3d/utility/image/DrawingTools.java | ccb586f63223f07e2008858dade39805de6357ed | [
"BSD-2-Clause"
] | permissive | pboechat/xithcluster | https://github.com/pboechat/xithcluster | 332951bef924febd3bb6a5181344aa26f09aaa9a | 4fc7cd30525b7661eaba35fcb9928891d866f442 | refs/heads/master | 2021-04-05T23:21:20.824000 | 2016-07-24T18:33:19 | 2016-07-24T18:33:19 | 1,865,370 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2003-2010, Xith3D Project Group all rights reserved.
*
* Portions based on the Java3D interface, Copyright by Sun Microsystems.
* Many thanks to the developers of Java3D and Sun Microsystems for their
* innovation and design.
*
* Redistribution and use in source and binary forms, with or wi... | UTF-8 | Java | 14,685 | java | DrawingTools.java | Java | [
{
"context": " various\n * control paint functions.\n *\n * @author David Yazel\n */\npublic class DrawingTools\n{\n public Drawin",
"end": 2126,
"score": 0.9998615384101868,
"start": 2115,
"tag": "NAME",
"value": "David Yazel"
}
] | null | [] | /**
* Copyright (c) 2003-2010, Xith3D Project Group all rights reserved.
*
* Portions based on the Java3D interface, Copyright by Sun Microsystems.
* Many thanks to the developers of Java3D and Sun Microsystems for their
* innovation and design.
*
* Redistribution and use in source and binary forms, with or wi... | 14,680 | 0.552877 | 0.540143 | 405 | 35.259258 | 33.719311 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.002469 | false | false | 13 |
6cc15be4c8daa863617b00a861e9d1c60920a574 | 20,933,670,626,036 | 961f96baff66acb6049598c119b4b1a326209fea | /src/BeverageFactory.java | 7d645dbe4ddd11f1e93afbf5d8f385446a1436d5 | [] | no_license | JayantSogani/bevFactory | https://github.com/JayantSogani/bevFactory | aaf08a6419d0cc4a594b88b73050b6a175e8c79c | 3519658db86efa41121b4a333c40a5cd6dbc0831 | refs/heads/master | 2022-04-16T18:36:55.977000 | 2020-04-15T12:46:31 | 2020-04-15T12:46:31 | 255,913,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.Map;
public class BeverageFactory {
Map<String,Item> bevarges;
public void init(Map<String,Item> bevarges){
this.bevarges = bevarges;
}
public Result order(String orders){
OrderContext ctx = new OrderContext(bevarges);
Arrays.asList(o... | UTF-8 | Java | 438 | java | BeverageFactory.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Map;
public class BeverageFactory {
Map<String,Item> bevarges;
public void init(Map<String,Item> bevarges){
this.bevarges = bevarges;
}
public Result order(String orders){
OrderContext ctx = new OrderContext(bevarges);
Arrays.asList(o... | 438 | 0.659817 | 0.659817 | 18 | 23.333334 | 25.451479 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
1890f03f31f9c686b7ee3e00f66a7d64f803f4cc | 11,012,296,171,252 | 705ab15e4253463c7abc00bd0363289822137814 | /src/main/java/com/ypwh/http/impl/DefaultHttpExecutor.java | ff6362fbbb7900b16099cde88aff59587f613595 | [] | no_license | songxiaoqi/weichat-robot | https://github.com/songxiaoqi/weichat-robot | 5317d2c0a6a9d353a2fa0fa5743f30650851a412 | 627b8b23683aa97b89ec05f20ddf793a1a4ee619 | refs/heads/master | 2022-05-31T22:38:02.981000 | 2019-07-16T12:28:46 | 2019-07-16T12:28:46 | 194,718,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ypwh.http.impl;
import java.io.DataOutputStream;
import java.io.InputStream;
import java.net.*;
import java.security.SecureRandom;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.net.ssl.*;
import utils.StringUtils;
import com.ypwh.http.*;
/**
* http执行器默认实现
*/
public... | UTF-8 | Java | 9,343 | java | DefaultHttpExecutor.java | Java | [] | null | [] | package com.ypwh.http.impl;
import java.io.DataOutputStream;
import java.io.InputStream;
import java.net.*;
import java.security.SecureRandom;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.net.ssl.*;
import utils.StringUtils;
import com.ypwh.http.*;
/**
* http执行器默认实现
*/
public... | 9,343 | 0.624336 | 0.621844 | 274 | 32.68248 | 27.152945 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489051 | false | false | 13 |
71c93548c73c99b4a7bd34d9b0e16f637286c6a6 | 1,013,612,307,805 | f9a2242c4f5cce14a14dc895bbecbd21c9632db9 | /src/java/modelo/pojo/TblUsuarioSociedad.java | 6326f1a4d0dbbb093e7ff3fea407951012244dc7 | [] | no_license | MarthaGuillen/ORIE | https://github.com/MarthaGuillen/ORIE | 5c3f0e3cd076d8fe1169780e82c07ddd71da3ff8 | a9b6e5d5924168309d989b764a289ba0fef5ef24 | refs/heads/master | 2021-01-22T18:50:46.543000 | 2017-04-26T19:12:32 | 2017-04-26T19:12:32 | 85,122,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo.pojo;
// Generated 15-mar-2017 16:17:44 by Hibernate Tools 4.3.1
import java.util.Date;
/**
* TblUsuarioSociedad generated by hbm2java
*/
public class TblUsuarioSociedad implements java.io.Serializable {
private int id;
private TblSociedad tblSociedad;
private TblUsuario tblUsuari... | UTF-8 | Java | 2,566 | java | TblUsuarioSociedad.java | Java | [] | null | [] | package modelo.pojo;
// Generated 15-mar-2017 16:17:44 by Hibernate Tools 4.3.1
import java.util.Date;
/**
* TblUsuarioSociedad generated by hbm2java
*/
public class TblUsuarioSociedad implements java.io.Serializable {
private int id;
private TblSociedad tblSociedad;
private TblUsuario tblUsuari... | 2,566 | 0.664458 | 0.658223 | 100 | 24.629999 | 25.616266 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43 | false | false | 13 |
ee9f3eb8629e6d3f3e4fd827ca813a103b3a97b3 | 18,081,812,344,127 | 15afc6a4cad0a8ccd15d889f86ed20bc55393374 | /src/main/java/org/ciokoko/salesman/division/NearestNeighbour.java | c44ac3c5a709c209ee3e5532256743b78fada51f | [
"MIT"
] | permissive | dawiddc/travelling-salesman-problem | https://github.com/dawiddc/travelling-salesman-problem | 1e06dc28eb378144a7fd7d40a5c5c821ec23ca7c | 03b969bf8f10471070f97b3a41a1794857569ff1 | refs/heads/master | 2020-04-16T21:35:19.077000 | 2019-01-20T20:38:52 | 2019-01-20T20:38:52 | 165,930,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ciokoko.salesman.division;
import org.ciokoko.salesman.model.City;
import org.ciokoko.salesman.util.EuclideanDistanceCalculator;
import java.util.*;
public class NearestNeighbour implements DivisionAlgorithm {
NearestNeighbour() {}
@Override
public City nextPoint(List<City> points, City act... | UTF-8 | Java | 680 | java | NearestNeighbour.java | Java | [] | null | [] | package org.ciokoko.salesman.division;
import org.ciokoko.salesman.model.City;
import org.ciokoko.salesman.util.EuclideanDistanceCalculator;
import java.util.*;
public class NearestNeighbour implements DivisionAlgorithm {
NearestNeighbour() {}
@Override
public City nextPoint(List<City> points, City act... | 680 | 0.741176 | 0.741176 | 19 | 34.789474 | 38.185944 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 13 |
46c3943c8005f254846515d204db58f4c0099b5d | 3,032,246,931,164 | 91796f1c3246511962c4eddf378380453ce3a4bf | /decorefloor/decorefloor-fe/src/main/java/br/com/decorefloor/web/model/departament/category/Diallo.java | 4a517d064d699593ed59cc85220e1ab3012f4b1d | [] | no_license | rafaelfirmino/decorefloor | https://github.com/rafaelfirmino/decorefloor | 7c67f5c4dc5f27177bc26080a455a2ad529afaca | 438b324826c92e146b2ab936400c920153e020ac | refs/heads/master | 2015-08-12T16:49:34.373000 | 2015-04-06T21:47:33 | 2015-04-06T21:47:33 | 22,349,562 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.decorefloor.web.model.departament.category;
public class Diallo extends Category{
}
| UTF-8 | Java | 102 | java | Diallo.java | Java | [] | null | [] | package br.com.decorefloor.web.model.departament.category;
public class Diallo extends Category{
}
| 102 | 0.803922 | 0.803922 | 6 | 16 | 23.086792 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 13 |
aca3d59acffc7561abe474dfb0ecff047acc1db2 | 36,472,862,323,559 | 515fa18febac151fcc198a456be025e5edff0dd6 | /SortingAlgorithms/src/mergeSort.java | 3336c4cd428439faeb3f01c5621a0ae5b25b0283 | [] | no_license | quitefire/Current-Interview-Preparation | https://github.com/quitefire/Current-Interview-Preparation | 6b6d987dead515764c315871a652f3198a50289d | 6e52cf101ed5fa123006199948be23969324eefc | refs/heads/master | 2017-12-12T09:18:56.020000 | 2016-03-06T23:25:40 | 2016-03-06T23:25:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class mergeSort {
//Time complexity: Worst: O(nlogn)
// Average: O(nlogn)
// Best: O(nlogn)
//Space complexity: O(n)
//Stability? Stable. It does preserve the order of keys
public static void main(String args[]){
int[] array = {10,9,8,7,6,5,4,3,2,1};
int[] tmpArra... | UTF-8 | Java | 1,476 | java | mergeSort.java | Java | [] | null | [] | import java.util.*;
public class mergeSort {
//Time complexity: Worst: O(nlogn)
// Average: O(nlogn)
// Best: O(nlogn)
//Space complexity: O(n)
//Stability? Stable. It does preserve the order of keys
public static void main(String args[]){
int[] array = {10,9,8,7,6,5,4,3,2,1};
int[] tmpArra... | 1,476 | 0.624661 | 0.613821 | 56 | 25.357143 | 21.505339 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.982143 | false | false | 13 |
8c9db22bb12bd5c7cf8cb80e04b31bbe80ba305f | 38,852,274,184,696 | e8a46ab37fe46a1e56400c2c9e68b5a03b028e69 | /mod10/ex03/Fax.java | d2dbff6a2eb02752c3f68287751e9f28ae868864 | [] | no_license | Gorah/JavaTraining | https://github.com/Gorah/JavaTraining | 4ce0e1e13e5e0548b6ab3e6d7b1542d2bfecf9d4 | 7b63b7cf0b83f4e721d6ad97f969cac13f3fc4d8 | refs/heads/master | 2020-06-05T07:13:18.910000 | 2012-09-29T13:10:50 | 2012-09-29T13:10:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mod10.ex03;
public class Fax {
private String message;
public Fax(String m){
message = m;
}
@Override
public String toString() {
return message;
}
}
| UTF-8 | Java | 172 | java | Fax.java | Java | [] | null | [] | package mod10.ex03;
public class Fax {
private String message;
public Fax(String m){
message = m;
}
@Override
public String toString() {
return message;
}
}
| 172 | 0.668605 | 0.645349 | 14 | 11.285714 | 9.587407 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 13 |
3c5956340e4976019c8e7a8b1d7002caeae36f83 | 7,868,380,115,669 | eda986652a7c4168b50fd114e1f327913aa26df7 | /model/src/main/java/model/Action/Kill.java | 8b14ae392f06a6d01925d82f16e2205eff6c2068 | [] | no_license | YukiRai/Lorann | https://github.com/YukiRai/Lorann | e9d4663e4e4b24ad34e3ce414c09604a8bc1f977 | f972cffdd2a990fad6ff8e0ef7197f5d79c9631a | refs/heads/master | 2016-09-22T20:41:36.217000 | 2016-06-16T15:15:15 | 2016-06-16T15:15:15 | 61,019,135 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.Action;
public class Kill implements IAction {
// This method kill the character
public Kill(String type) {
// TODO Auto-generated constructor stub
}
public void Action(String Object, String type) {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 281 | java | Kill.java | Java | [] | null | [] | package model.Action;
public class Kill implements IAction {
// This method kill the character
public Kill(String type) {
// TODO Auto-generated constructor stub
}
public void Action(String Object, String type) {
// TODO Auto-generated method stub
}
}
| 281 | 0.686833 | 0.686833 | 15 | 16.733334 | 18.178619 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 13 |
bddf6b9a512254c3148ba6ea05427f0e9d1b8820 | 20,461,224,225,071 | 54c39551f60bf965ad68543bd6c022c09cc3ba12 | /src/main/java/com/raphfrk/shplib/shp/SHPInputStream.java | 6d80d29bd2b076b008a49c2db48c78ff08dfab29 | [] | no_license | Raphfrk/ShapeParser | https://github.com/Raphfrk/ShapeParser | 47e943c86963163b192ba657f60e18369c498543 | 28fbd2210fde066fda055310c497d325ad45f694 | refs/heads/master | 2021-01-10T18:50:48.697000 | 2012-02-20T21:56:12 | 2012-02-20T21:56:12 | 3,474,823 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raphfrk.shplib.shp;
import java.io.InputStream;
import com.raphfrk.shplib.util.ExtendedDataInputStream;
public class SHPInputStream extends ExtendedDataInputStream {
public SHPInputStream(InputStream in) {
super(in);
}
}
| UTF-8 | Java | 258 | java | SHPInputStream.java | Java | [] | null | [] | package com.raphfrk.shplib.shp;
import java.io.InputStream;
import com.raphfrk.shplib.util.ExtendedDataInputStream;
public class SHPInputStream extends ExtendedDataInputStream {
public SHPInputStream(InputStream in) {
super(in);
}
}
| 258 | 0.748062 | 0.748062 | 12 | 19.5 | 21.865116 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 13 |
858871ad562636caba99f7dfc7e3883e4629ddcb | 19,104,014,553,919 | b8f127c5eb3500707699d53948006ebfb8126bba | /src/file_Manager/Search_File.java | fa1773ff9ea62f7b2c0d7ed98af5a3cea067b4f3 | [] | no_license | AsmaitM/SimplilearnFullStack | https://github.com/AsmaitM/SimplilearnFullStack | 2f48df261f21ef2355eab595c1247c1834c085e2 | 38aecf7e8f38320fa7b08466ac1ecf26bdbf828c | refs/heads/master | 2022-12-24T19:27:56.614000 | 2020-10-09T03:22:17 | 2020-10-09T03:22:17 | 302,155,336 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package file_Manager;
import fManagerInterfaces.LockersPvtSearch;
import java.io.File;
import java.io.IOException;
public class Search_File implements LockersPvtSearch{
@Override
public String searchMyFile(String FolderPath,String FileName) throws IOException { // create a method in the interface search... | UTF-8 | Java | 1,192 | java | Search_File.java | Java | [] | null | [] | package file_Manager;
import fManagerInterfaces.LockersPvtSearch;
import java.io.File;
import java.io.IOException;
public class Search_File implements LockersPvtSearch{
@Override
public String searchMyFile(String FolderPath,String FileName) throws IOException { // create a method in the interface search... | 1,192 | 0.614094 | 0.613255 | 40 | 28.825001 | 30.141241 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 13 |
19aafc818612d959160b57b5017ef597723f1827 | 5,961,414,635,640 | 83cf261d55e98bf84247b76acbdf01128a1ff235 | /webapp/src/test/java/uk/gov/dvsa/motr/web/component/subscription/service/RandomIdGeneratorTests.java | 0764f4c6a8a8e0335fab133a2b3b2c8c21a24d8d | [
"MIT"
] | permissive | dvsa/motr-webapp | https://github.com/dvsa/motr-webapp | 3cdc1d13f7a710b8c51da96dcef57f72d1a17b7c | ae210e4b8ba2440d7970c556423e414da85aa172 | refs/heads/master | 2019-07-31T04:47:33.027000 | 2017-12-01T15:59:14 | 2017-12-01T15:59:14 | 75,856,166 | 2 | 3 | MIT | false | 2017-12-01T15:59:15 | 2016-12-07T16:46:23 | 2017-03-06T19:23:46 | 2017-12-01T15:59:15 | 810 | 1 | 3 | 1 | Java | false | null | package uk.gov.dvsa.motr.web.component.subscription.service;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class RandomIdGeneratorTests {
@Test
public void randomIdIsTwentyTwoCharactersLong() {
String id = RandomIdGenerator.generateId();
assertTrue(id.length() == ... | UTF-8 | Java | 333 | java | RandomIdGeneratorTests.java | Java | [] | null | [] | package uk.gov.dvsa.motr.web.component.subscription.service;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class RandomIdGeneratorTests {
@Test
public void randomIdIsTwentyTwoCharactersLong() {
String id = RandomIdGenerator.generateId();
assertTrue(id.length() == ... | 333 | 0.720721 | 0.714715 | 15 | 21.200001 | 22.265669 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
3bda9f1fb7bbe521c60f53e3e96af6240fc77999 | 5,927,054,869,569 | 50bcde1c167409d2443fcc385085063e22036ecb | /src/chapter4/Example4_4.java | 06866858f3e890ea09b5f6843d2a68b904f02587 | [] | no_license | Ji-yeonPark/study_java | https://github.com/Ji-yeonPark/study_java | 2d18f84da16497f9a210d3c112ac218277bdd50c | eebafc651bf03638d8e5c585147b4b64aa1becbc | refs/heads/master | 2020-04-08T16:26:15.193000 | 2018-12-03T13:38:13 | 2018-12-03T13:38:13 | 159,518,429 | 0 | 1 | null | false | 2019-05-07T07:38:39 | 2018-11-28T14:54:50 | 2018-12-03T13:48:10 | 2019-05-07T07:34:28 | 10 | 0 | 1 | 0 | Java | false | false | package chapter4;
public class Example4_4 {
public static void main(String[] arg) {
// 예제 4 - 4
// 1+(-2)+3+(-4)+... 과 같은 식으로 계속 더해나갔을 때, 몇까지 더해야 총합이 100이상이 되는지 구하시오.
int sum = 0;
int num = 1;
do {
if (num % 2 == 0) {
sum -= num;
} e... | UTF-8 | Java | 532 | java | Example4_4.java | Java | [] | null | [] | package chapter4;
public class Example4_4 {
public static void main(String[] arg) {
// 예제 4 - 4
// 1+(-2)+3+(-4)+... 과 같은 식으로 계속 더해나갔을 때, 몇까지 더해야 총합이 100이상이 되는지 구하시오.
int sum = 0;
int num = 1;
do {
if (num % 2 == 0) {
sum -= num;
} e... | 532 | 0.391775 | 0.348485 | 22 | 20 | 17.414728 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 13 |
3dd4477203d76064bab877da053d6788e8c1bdbe | 37,855,841,778,009 | 984bd1b97333371a9507de5afb57e43415515763 | /webappserver/SaveFunction.java | f0895be048a24071ea57dadfd6bc83a7a6a87f46 | [] | no_license | Facehuggar4life/ServerManagementCLT | https://github.com/Facehuggar4life/ServerManagementCLT | df553d040ab3c63cd366c1663b21d5f99984cd56 | 06661d89329148035c18077eb04f35af160e5c90 | refs/heads/master | 2020-04-23T09:45:45.630000 | 2019-02-17T04:17:11 | 2019-02-17T04:17:11 | 171,080,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webappserver;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
/**
* @author owena
*/
public class SaveFunction {
p... | UTF-8 | Java | 5,814 | java | SaveFunction.java | Java | [
{
"context": "ays;\r\nimport java.util.HashMap;\r\n\r\n/**\r\n * @author owena\r\n */\r\npublic class SaveFunction {\r\n public voi",
"end": 279,
"score": 0.9996857047080994,
"start": 274,
"tag": "USERNAME",
"value": "owena"
}
] | null | [] | package webappserver;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
/**
* @author owena
*/
public class SaveFunction {
p... | 5,814 | 0.544548 | 0.538356 | 128 | 43.40625 | 31.904016 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78125 | false | false | 13 |
3c5cff5df7e5e230368d7f518a676a0c91961408 | 22,479,858,856,712 | 9680b9b16a894bfb8693b73fe676366bceec88aa | /BankSpringBootRabbit/src/main/java/com/cg/bank/service/BankService.java | 126fd86624e8f940f84442d6fd7a6d4e4c1e0d1e | [] | no_license | parwezaamir1/Java-Training | https://github.com/parwezaamir1/Java-Training | 923c8108b967772215b4cb9b87bee49b4902b654 | 972c7df3d14a5975c63bdea036161c340925132f | refs/heads/master | 2018-10-05T14:42:30.617000 | 2018-06-08T06:11:06 | 2018-06-08T06:11:06 | 129,739,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.bank.service;
import java.util.Optional;
import com.cg.bank.exception.MyException;
import com.cg.bank.model.Bank;
/**
* @author trainee
*
*/
public interface BankService {
public Bank createBank(Bank bank) throws MyException;
public Optional<Bank> getBankDetails(Integer Id);
}
| UTF-8 | Java | 306 | java | BankService.java | Java | [
{
"context": "n;\nimport com.cg.bank.model.Bank;\n\n\n/**\n * @author trainee\n *\n */\npublic interface BankService {\n\n\tpublic Ba",
"end": 156,
"score": 0.9996165633201599,
"start": 149,
"tag": "USERNAME",
"value": "trainee"
}
] | null | [] | package com.cg.bank.service;
import java.util.Optional;
import com.cg.bank.exception.MyException;
import com.cg.bank.model.Bank;
/**
* @author trainee
*
*/
public interface BankService {
public Bank createBank(Bank bank) throws MyException;
public Optional<Bank> getBankDetails(Integer Id);
}
| 306 | 0.748366 | 0.748366 | 20 | 14.3 | 18.185434 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
b44c303db0fe4320e2760124cbed7c86e5a135c9 | 17,454,747,117,931 | 91a9bbcc6cfffc7d33ae53d6cd163c50ffa2738d | /src/khoata/util/MathUtility.java | 8d3a0caa2a06ea9320cf40b6d7c0306de4433900 | [] | no_license | AnhKhoa1405/math-util | https://github.com/AnhKhoa1405/math-util | 1ebe6d58d6b1e4af9deac3815c2c3ce9a34103d3 | 73e7f2670e78d169242a0b1ced5a58647c510dfc | refs/heads/main | 2023-01-14T14:22:28.696000 | 2020-11-19T01:34:06 | 2020-11-19T01:34:06 | 313,473,857 | 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 khoata.util;
/**
*
* @author ADMIN
*/
public class MathUtility {
//class này chứa các hàm tiện ích dùng chung cho mọi n... | UTF-8 | Java | 1,649 | java | MathUtility.java | Java | [
{
"context": "ditor.\n */\npackage khoata.util;\n\n/**\n *\n * @author ADMIN\n */\npublic class MathUtility {\n //class này ch",
"end": 230,
"score": 0.990234911441803,
"start": 225,
"tag": "USERNAME",
"value": "ADMIN"
}
] | 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 khoata.util;
/**
*
* @author ADMIN
*/
public class MathUtility {
//class này chứa các hàm tiện ích dùng chung cho mọi n... | 1,649 | 0.523218 | 0.498365 | 48 | 30.854166 | 24.939919 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 13 |
e3f92a8769984e6e428b1cd28d5703441b659fba | 15,590,731,305,324 | a4aa8299ce4896b0c221f6856b98c247e8814e30 | /logic/src/main/java/application/api/suppliersApi/GetSupplier.java | ca431fda97f714eceeeb78711c71b0e3769fa121 | [] | no_license | David-sqrtpi/shop-stalls | https://github.com/David-sqrtpi/shop-stalls | 357fda26084770c8f2b1fb6ea5a33127594d50b3 | f45432b3876c3f5e9017fb6ffa38ce52175dbabf | refs/heads/master | 2023-05-02T19:10:44.732000 | 2021-06-03T03:33:53 | 2021-06-03T03:33:53 | 342,413,456 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.api.suppliersApi;
import application.Repository.SupplierRepository;
import application.entity.Supplier;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("suppliers")
@CrossOrigin
public class GetSupplie... | UTF-8 | Java | 539 | java | GetSupplier.java | Java | [] | null | [] | package application.api.suppliersApi;
import application.Repository.SupplierRepository;
import application.entity.Supplier;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("suppliers")
@CrossOrigin
public class GetSupplie... | 539 | 0.790353 | 0.790353 | 19 | 27.368422 | 20.754734 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 13 |
bf0606549aaca21e201923e91efc90e2d1c53725 | 12,111,807,839,216 | c988bae694f2da6805fdd650f2018e0da1a0a867 | /Nora_GUI/src/opencomm/android2/ScreenView.java | cd973ab25b683641201f08c83ac2af91c0713c0f | [] | no_license | moki80/OpenCommAndroid | https://github.com/moki80/OpenCommAndroid | b51254be041cd505e260fffe128c7b1c43fdba02 | dcacf6def62eb79899375b521b260b8cf2e28864 | refs/heads/master | 2021-01-23T12:05:46.811000 | 2011-09-03T15:45:11 | 2011-09-03T15:45:11 | 1,588,908 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package opencomm.android2;
import java.util.LinkedList;
import java.util.ListIterator;
import opencomm.android2.Button.ButtonType;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Point;
import android.view.MotionEv... | UTF-8 | Java | 2,434 | java | ScreenView.java | Java | [] | null | [] | package opencomm.android2;
import java.util.LinkedList;
import java.util.ListIterator;
import opencomm.android2.Button.ButtonType;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Point;
import android.view.MotionEv... | 2,434 | 0.702547 | 0.695563 | 90 | 26.044445 | 19.624197 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.644444 | false | false | 13 |
10cdf51d342498a6da31d478ccd3b3efaf233cca | 13,245,679,183,605 | 0c643d16a3076818a1740fb6609d90ef774978c9 | /agency/src/main/java/com/maidirui/agency/module/home/fragment/ConfirmFragment.java | 9f2e78300ddd6e212d36e55474d5450d70adff9c | [] | no_license | ThisMJ/MaiDiRui | https://github.com/ThisMJ/MaiDiRui | 746adb73239fe5c5a1235ed9fc8f57dd237aae08 | 77c1152e16427fe500b26f9d13a9e7fa0e7cdcbc | refs/heads/master | 2016-12-13T01:40:44.531000 | 2016-11-24T07:20:59 | 2016-11-24T07:20:59 | 56,203,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maidirui.agency.module.home.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.maidirui.agency.R;
import com.maidirui.agency.basic.fragment.B... | UTF-8 | Java | 2,161 | java | ConfirmFragment.java | Java | [
{
"context": "/(___\n * / └-(____/\n *  ̄ ̄ ̄ ̄\n * 此处写用途\n *\n * @author tangmingjian\n * @version v1.0\n * @date 2016-10-25 22:27\n */\npu",
"end": 479,
"score": 0.9959985613822937,
"start": 467,
"tag": "USERNAME",
"value": "tangmingjian"
}
] | null | [] | package com.maidirui.agency.module.home.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.maidirui.agency.R;
import com.maidirui.agency.basic.fragment.B... | 2,161 | 0.623932 | 0.616334 | 80 | 25.325001 | 24.164423 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4125 | false | false | 13 |
e7f84343b2aace01b6082ad8cc3e42cce4383209 | 4,380,866,688,091 | 807e614f98d5cab8be19284d1642495b76c6ad16 | /rxjava-json-core/src/test/java/trials/rxjava/RxJavaAPITrialConnectableObservables.java | 08bc56fb420204e14cc2f8a514fd9dd4d2b043ef | [
"Apache-2.0"
] | permissive | act-ive/rxjava-experiment-1 | https://github.com/act-ive/rxjava-experiment-1 | b07731e4103fdc5c14b713037c5a708ced89b802 | 6146cb410a818c032b8efa63cb21967a8b2b3a27 | refs/heads/master | 2017-09-09T23:45:16.457000 | 2017-05-07T01:56:20 | 2017-05-07T01:56:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trials.rxjava;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import rx.observables.ConnectableObservable;
import rx.observers.TestSubscriber;
import static org.testng.Assert.assertEquals;
import static trials.rxjava.TestHarness.part1;
public class RxJavaAPITrialConnectableOb... | UTF-8 | Java | 1,392 | java | RxJavaAPITrialConnectableObservables.java | Java | [] | null | [] | package trials.rxjava;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import rx.observables.ConnectableObservable;
import rx.observers.TestSubscriber;
import static org.testng.Assert.assertEquals;
import static trials.rxjava.TestHarness.part1;
public class RxJavaAPITrialConnectableOb... | 1,392 | 0.771552 | 0.764368 | 46 | 29.282608 | 23.903486 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 13 |
361783e2c7b8c8cff8fac2a9641b116c55b28617 | 21,053,929,742,822 | a78d46589e9d917419eb51d83cbd205efdd366ea | /公司项目/优学金服/project/branch/java/wangfx_yxjf_p2p_20170922/src/main/java/com/zw/p2p/loan/exception/LoanException.java | cdd6ac17d1d0425e7d6912ea7869383340145d13 | [] | no_license | zhangchuang4561/object | https://github.com/zhangchuang4561/object | 4bcdebcd3d0ac826b21b51abd352ef58ef20e1fb | 7a9f48d65f8b801d3aeb1b14c4ecd7cab8c7292f | refs/heads/master | 2018-01-12T20:46:53.988000 | 2017-11-29T03:36:54 | 2017-11-29T03:36:54 | 82,665,398 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zw.p2p.loan.exception;
/**
* Created by lijin on 15/2/1.
*/
public class LoanException extends Exception{
public LoanException(String message) {
super(message);
}
public LoanException(String message, Throwable cause) {
super(message, cause);
}
public LoanException() ... | UTF-8 | Java | 330 | java | LoanException.java | Java | [
{
"context": "kage com.zw.p2p.loan.exception;\n\n/**\n * Created by lijin on 15/2/1.\n */\npublic class LoanException extends",
"end": 59,
"score": 0.9994752407073975,
"start": 54,
"tag": "USERNAME",
"value": "lijin"
}
] | null | [] | package com.zw.p2p.loan.exception;
/**
* Created by lijin on 15/2/1.
*/
public class LoanException extends Exception{
public LoanException(String message) {
super(message);
}
public LoanException(String message, Throwable cause) {
super(message, cause);
}
public LoanException() ... | 330 | 0.648485 | 0.633333 | 17 | 18.411764 | 18.582277 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 13 |
f084149e5dc0fff393b50358a98ed1b06ea8ea96 | 23,931,557,820,813 | 51bcd111213aba344b03ef06c9cb991f933b10c9 | /backend/src/main/java/thu/declan/xi/server/mapper/ResumeMapper.java | 2430d79b838b6b85c0f9fb10bdf1f5ee89f7e2b3 | [] | no_license | ZhangKGit/xiangshixi-back | https://github.com/ZhangKGit/xiangshixi-back | 91b513bd0c8351c58dbf7969d4a421a990e02a24 | 6aa01d9a315ba8f7c10369d1e88192c819c3f677 | refs/heads/master | 2020-03-23T14:25:35.277000 | 2018-07-20T06:56:07 | 2018-07-20T06:56:07 | 141,559,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thu.declan.xi.server.mapper;
import java.util.List;
import thu.declan.xi.server.model.Resume;
/**
*
* @author declan
*/
public interface ResumeMapper extends BaseMapper<Resume> {
List<Resume> selectByPositionId(int companyId);
List<Resume> selectByStudentId(int studentId);
List<Resume> selectLi... | UTF-8 | Java | 354 | java | ResumeMapper.java | Java | [
{
"context": ".declan.xi.server.model.Resume;\n\n/**\n *\n * @author declan\n */\npublic interface ResumeMapper extends BaseM",
"end": 126,
"score": 0.6777793765068054,
"start": 122,
"tag": "NAME",
"value": "decl"
},
{
"context": "an.xi.server.model.Resume;\n\n/**\n *\n * @author dec... | null | [] | package thu.declan.xi.server.mapper;
import java.util.List;
import thu.declan.xi.server.model.Resume;
/**
*
* @author declan
*/
public interface ResumeMapper extends BaseMapper<Resume> {
List<Resume> selectByPositionId(int companyId);
List<Resume> selectByStudentId(int studentId);
List<Resume> selectLi... | 354 | 0.751412 | 0.751412 | 18 | 18.666666 | 21.079216 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
5fd10ddd066b5086b5b04258902bf0310b419851 | 8,469,675,559,926 | 47ab7b7a02413821bc3e5392c5e895a26bda4639 | /src/InputManager.java | fd6b94def4006c4d2abd51441113b689e40817cc | [] | no_license | AyPeeTee/TestPlayground | https://github.com/AyPeeTee/TestPlayground | 7f07ab253c7236a4d9caf04d0b369cb14b990514 | c449e985959de24494f460c38b583cac0441e448 | refs/heads/main | 2023-01-20T17:42:20.625000 | 2020-11-27T20:33:26 | 2020-11-27T20:33:26 | 316,594,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class InputManager {
static Scanner sc;
static String input;
public static void newInput() {
sc = new Scanner(System.in);
input = sc.nextLine();
}
}
| UTF-8 | Java | 216 | java | InputManager.java | Java | [] | null | [] | import java.util.Scanner;
public class InputManager {
static Scanner sc;
static String input;
public static void newInput() {
sc = new Scanner(System.in);
input = sc.nextLine();
}
}
| 216 | 0.625 | 0.625 | 11 | 18.636364 | 13.61999 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
a35228e9c47cf80cef290bb44d5222b9e6f414ea | 26,053,271,667,037 | 5c0033ee6c2ef4f357edb7af1b7972d3fc881eac | /src/orchard/OrchardImportCSV.java | 93e0da7f2e7d5d34d507006bd3d63d30e1ac1bf3 | [] | no_license | grimgorgon/Orchard | https://github.com/grimgorgon/Orchard | 3ef432a35fedb1750bb5db0b6836acd88cc77d63 | 5be850c1403b2cc6f9126015a1de468b4ff418da | refs/heads/master | 2021-05-29T16:26:02.830000 | 2015-08-05T20:21:17 | 2015-08-05T20:21:17 | null | 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 orchard;
import au.com.bytecode.opencsv.CSVReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.F... | UTF-8 | Java | 1,815 | java | OrchardImportCSV.java | Java | [
{
"context": ";\nimport java.sql.SQLException;\n\n/**\n *\n * @author seaadmin\n */\npublic class OrchardImportCSV {\n\n private ",
"end": 444,
"score": 0.9996544718742371,
"start": 436,
"tag": "USERNAME",
"value": "seaadmin"
}
] | 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 orchard;
import au.com.bytecode.opencsv.CSVReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.F... | 1,815 | 0.658402 | 0.655647 | 61 | 28.754099 | 28.657763 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 13 |
2989354283507bc4b8e141f9eb0b87e9f43f9f78 | 30,004,641,587,940 | 22c15d6f63a7c082c9c3357449b693c2df50b01a | /src/com/xb/demo/mvc/action/DemoAction.java | da3b179f19d6d396ec41eeae904d026cf24b05e4 | [] | no_license | lushubei/spring5study | https://github.com/lushubei/spring5study | fa444c347cae9ab9b308ca8537544feeb742c30d | 1351826c889ab5a74b031c864ad4dd33f13ad085 | refs/heads/master | 2021-02-28T18:57:11.949000 | 2020-01-21T11:49:54 | 2020-01-21T11:49:54 | 245,725,317 | 2 | 0 | null | true | 2020-03-08T00:07:17 | 2020-03-08T00:07:16 | 2020-03-08T00:07:08 | 2020-02-27T11:04:30 | 2,950 | 0 | 0 | 0 | null | false | false | package com.xb.demo.mvc.action;
import com.xb.demo.IDemoService;
import com.xb.demo.impl.DemoService;
import com.xb.mvcframework.annotation.XBAutowired;
import com.xb.mvcframework.annotation.XBController;
import com.xb.mvcframework.annotation.XBRequestMapping;
import com.xb.mvcframework.annotation.XBRequestParam;
imp... | UTF-8 | Java | 1,773 | java | DemoAction.java | Java | [] | null | [] | package com.xb.demo.mvc.action;
import com.xb.demo.IDemoService;
import com.xb.demo.impl.DemoService;
import com.xb.mvcframework.annotation.XBAutowired;
import com.xb.mvcframework.annotation.XBController;
import com.xb.mvcframework.annotation.XBRequestMapping;
import com.xb.mvcframework.annotation.XBRequestParam;
imp... | 1,773 | 0.669139 | 0.669139 | 60 | 28.216667 | 27.4093 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 13 |
0a29f164b24a6632a4e5fcd4971a2c8b892d7b2a | 28,535,762,782,232 | 7634273719ff3766bff3e1932fe09ff5400f0a73 | /app/src/main/java/com/efunhub/starkio/pickpricedealer/Modal/Offers.java | ffe0bca6fd4c4315f0cbb9cedcbf629410750e97 | [] | no_license | vivekp18/PickPriceDealer | https://github.com/vivekp18/PickPriceDealer | c7711af5ee5fbfefb244dec7cca8ed9e012a0672 | 58c62127a42509dec9ed54bc593a92ff97e2ff79 | refs/heads/master | 2020-04-21T01:59:34.855000 | 2019-02-22T07:15:32 | 2019-02-22T07:15:32 | 169,241,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.efunhub.starkio.pickpricedealer.Modal;
/**
* Created by Admin on 20-12-2018.
*/
public class Offers {
public String offers_id;
public String offer;
public Offers() {
}
public String getOffers_id() {
return offers_id;
}
public void setOffers_id(String offers_id) {... | UTF-8 | Java | 501 | java | Offers.java | Java | [
{
"context": ".starkio.pickpricedealer.Modal;\n\n/**\n * Created by Admin on 20-12-2018.\n */\n\npublic class Offers {\n\n\n p",
"end": 75,
"score": 0.42831823229789734,
"start": 70,
"tag": "USERNAME",
"value": "Admin"
}
] | null | [] | package com.efunhub.starkio.pickpricedealer.Modal;
/**
* Created by Admin on 20-12-2018.
*/
public class Offers {
public String offers_id;
public String offer;
public Offers() {
}
public String getOffers_id() {
return offers_id;
}
public void setOffers_id(String offers_id) {... | 501 | 0.598802 | 0.582834 | 32 | 14.6875 | 15.928429 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21875 | false | false | 13 |
8bf44a6876458b9b28a9570138ae6c86be11fc51 | 22,505,628,646,389 | b4e5646a9555e8f94fd0a840198b9d7a5e9ba8a1 | /angrybirds/src/Main/Main.java | 296cafdfe84253a087613e2f6d3b7c615019f9f9 | [] | no_license | BurakBatuhan/Java | https://github.com/BurakBatuhan/Java | b647ecad2f78c514682f12f88b5837bef0eceebb | 389e5af363c47e1cacff8c5081d842a73aae1848 | refs/heads/main | 2023-02-22T07:30:41.393000 | 2021-01-20T13:14:37 | 2021-01-20T13:14:37 | 330,145,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
import Grafik.Menu;
public class Main {
private static Pencere f;
public static int compteur =0;
public static void main(String[] args) {
f = new Pencere(1024,576);
f.setTitle("Burak Batuhan Erol - Angry Birds");
f.changerFond(new Menu());
}
public static Pencere getFen... | UTF-8 | Java | 451 | java | Main.java | Java | [] | null | [] | package Main;
import Grafik.Menu;
public class Main {
private static Pencere f;
public static int compteur =0;
public static void main(String[] args) {
f = new Pencere(1024,576);
f.setTitle("Burak Batuhan Erol - Angry Birds");
f.changerFond(new Menu());
}
public static Pencere getFen... | 451 | 0.643016 | 0.625277 | 27 | 14.703704 | 15.59158 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 13 |
2a53f64bcbc9d4439494fe1725e2af640d77569c | 12,154,757,474,345 | 6581fdf98dfd0368429bf840084a2a3b3d0595fb | /src/main/java/nl/knaw/dans/dccd/web/upload/UploadPage.java | 2bf34dfdf27081df613e56424984cd11a947e480 | [
"Apache-2.0"
] | permissive | DANS-KNAW/dccd-webui | https://github.com/DANS-KNAW/dccd-webui | 3708d6c898add557fa0bf4c24ab015ae4183f6f5 | e7ae645742164b6f5f4dbd0da7f3b390031afa7b | refs/heads/master | 2020-05-27T21:42:48.319000 | 2018-10-01T13:28:08 | 2018-10-01T13:28:08 | 37,195,019 | 0 | 2 | Apache-2.0 | false | 2018-10-01T13:28:09 | 2015-06-10T12:11:40 | 2018-09-11T13:00:27 | 2018-10-01T13:28:09 | 10,447 | 0 | 2 | 4 | Java | false | null | /*******************************************************************************
* Copyright 2015 DANS - Data Archiving and Networked Services
*
* 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 Licen... | UTF-8 | Java | 2,104 | java | UploadPage.java | Java | [
{
"context": ";\n\nimport org.apache.log4j.Logger;\n\n/**\n * @author paulboon\n */\npublic class UploadPage extends BasePage {\n\tp",
"end": 1159,
"score": 0.9991609454154968,
"start": 1151,
"tag": "USERNAME",
"value": "paulboon"
}
] | null | [] | /*******************************************************************************
* Copyright 2015 DANS - Data Archiving and Networked Services
*
* 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 Licen... | 2,104 | 0.687262 | 0.673954 | 64 | 31.859375 | 27.927847 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.328125 | false | false | 13 |
aab496a1ac966f20a2cec27c9334433cd7c91179 | 14,748,917,725,593 | 1b3c9f70d9d649f38c3138322335c02795972b7d | /paineladm-ejb/src/main/java/com/bambole/paineladm/ejb/CadastroBean.java | c4ba1360e992a0e0cd11ec667a4dcdef6c130ea5 | [] | no_license | JaninyOliveira/paineladm | https://github.com/JaninyOliveira/paineladm | a693995152d95bd42aeea9241e6bd5424ea7ac09 | 7a59fbee3c4d0ae6acfb4b42577994d84998daaa | refs/heads/master | 2020-03-30T05:31:06.584000 | 2018-11-07T21:41:22 | 2018-11-07T21:41:22 | 150,801,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bambole.paineladm.ejb;
import javax.ejb.Stateless;
import javax.inject.Inject;
import com.bambole.paineladm.model.Usuario;
import com.bambole.paineladm.persistence.CadastroPersistence;
@Stateless(mappedName = "CadastroBean")
public class CadastroBean implements Cadastro {
@Inject
private C... | UTF-8 | Java | 1,003 | java | CadastroBean.java | Java | [
{
"context": "arioObj.setLogin(usuario);\r\n\t\tusuarioObj.setSenha(senha);\r\n\t\tusuarioObj.setAdmin(\"Admin\".equals(tipo));\r\n",
"end": 630,
"score": 0.9672727584838867,
"start": 625,
"tag": "PASSWORD",
"value": "senha"
}
] | null | [] | package com.bambole.paineladm.ejb;
import javax.ejb.Stateless;
import javax.inject.Inject;
import com.bambole.paineladm.model.Usuario;
import com.bambole.paineladm.persistence.CadastroPersistence;
@Stateless(mappedName = "CadastroBean")
public class CadastroBean implements Cadastro {
@Inject
private C... | 1,008 | 0.761715 | 0.761715 | 36 | 25.861111 | 25.737082 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.361111 | false | false | 13 |
45b35af5c280c20d31fbe26ba31fd4ea2ee4caf1 | 14,748,917,723,731 | 1105eed0dfd8caaf29a3c479d2b910c9738eed1d | /ren-automation-tests/src/test/java/com/exigen/ren/modules/billing/groupbenefits/fulladmin/TestSupportBillingByLocation.java | f2941b8207fd36d6ac8bfb45be80d34e68cbcbe1 | [] | no_license | NandiniDR29/123 | https://github.com/NandiniDR29/123 | 3123d04b44f2b6c74b6c5c3c1c9c271a8028e520 | 22138c8dd8267270aca05d67a7ae8cec791abb81 | refs/heads/master | 2022-12-09T15:01:34.815000 | 2020-09-22T05:26:56 | 2020-09-22T05:26:56 | 297,538,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright © 2016 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S. copyright laws.
CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or incorporated into any other media without EIS Group prior written consent.*/
package c... | UTF-8 | Java | 15,391 | java | TestSupportBillingByLocation.java | Java | [] | null | [] | /* Copyright © 2016 EIS Group and/or one of its affiliates. All rights reserved. Unpublished work under U.S. copyright laws.
CONFIDENTIAL AND TRADE SECRET INFORMATION. No portion of this work may be copied, distributed, modified, or incorporated into any other media without EIS Group prior written consent.*/
package c... | 15,391 | 0.784081 | 0.776933 | 180 | 84.5 | 68.862144 | 303 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 13 |
bb80ad3307444e793fa68389eaab476947dcba1d | 12,575,664,288,759 | ddd4cbe13edaecd5d6d714ef05fb45cc422752f3 | /src/Infrastructure/Solution.java | 8bbd6238197e39a0f0ec49813eb49d806e7651a7 | [] | no_license | imadelboustani/Optimisation-des-taches | https://github.com/imadelboustani/Optimisation-des-taches | 2981df8bdb745b2c49163ff8884c091eecd55b25 | 6aa402886eedb480a0af3ce464ec02b79e20a3a8 | refs/heads/master | 2022-12-11T07:08:16.811000 | 2020-08-12T16:44:40 | 2020-08-12T16:44:40 | 287,064,165 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Infrastructure;
import java.util.HashMap;
public class Solution {
private HashMap<Integer,Host> hosts = new HashMap<Integer,Host>();
private int[][] solution;
private double CEtotale;
private double CCtotale;
public HashMap<Integer, Host> getHosts() {
return hosts;
}
public void setHosts(HashM... | UTF-8 | Java | 961 | java | Solution.java | Java | [] | null | [] | package Infrastructure;
import java.util.HashMap;
public class Solution {
private HashMap<Integer,Host> hosts = new HashMap<Integer,Host>();
private int[][] solution;
private double CEtotale;
private double CCtotale;
public HashMap<Integer, Host> getHosts() {
return hosts;
}
public void setHosts(HashM... | 961 | 0.69719 | 0.69719 | 48 | 19.020834 | 17.740595 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 13 |
f43cf8239652adb9527c9f0e72510ec6a5e8e5f7 | 438,086,711,362 | e9dbeca67e3747acce2688d92b21c478754ae60f | /src/main/java/pl/website/converter/ProductSizeTableConverter.java | 8026c1338f560368889657c4bc4b7c4a03802c63 | [] | no_license | dnaitsabes/Website_and_shop_J | https://github.com/dnaitsabes/Website_and_shop_J | 5169d96f87a71fe9c9a9790c2920f3c0ed2fd66b | 161b3e746287e86f19308e2c608ba6716f5950cb | refs/heads/master | 2020-04-24T10:25:07.705000 | 2019-03-10T13:17:38 | 2019-03-10T13:17:38 | 171,893,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.website.converter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import pl.website.model.ProductSizeTable;
import pl.website.model.User;
import pl.website.service.ProductSizeTableService;
import pl.website.service.UserService;
pu... | UTF-8 | Java | 640 | java | ProductSizeTableConverter.java | Java | [] | null | [] | package pl.website.converter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import pl.website.model.ProductSizeTable;
import pl.website.model.User;
import pl.website.service.ProductSizeTableService;
import pl.website.service.UserService;
pu... | 640 | 0.81875 | 0.81875 | 17 | 36.64706 | 27.928356 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
1930c5a36d237ca7e4f395e35a0e43a24ebc922b | 31,499,290,196,366 | 0a0d2745399bc98862e56c8d36c6e00b8d17533d | /springboot_redis/src/main/java/pers/springboot_redis/seckill/exception/SeckillException.java | cb1428dcc7b75d59b022918b0882a19505dcc31d | [] | no_license | ltx0720/seckill | https://github.com/ltx0720/seckill | c1ae74d6f327e56eee690d972aae2d714d7a58d8 | 2d2a7efa4d2a3e17354559ade9d000727d194241 | refs/heads/master | 2021-05-18T15:41:01.095000 | 2020-03-30T13:01:13 | 2020-03-30T13:01:13 | 251,301,288 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pers.springboot_redis.seckill.exception;
/**
* @Author ltx
* @Date 10:12 2020/3/19
*
* 秒杀业务相关异常
*/
public class SeckillException extends RuntimeException {
public SeckillException(String message) {
super(message);
}
public SeckillException(String message, Throwable caus... | UTF-8 | Java | 384 | java | SeckillException.java | Java | [
{
"context": "ngboot_redis.seckill.exception;\r\n\r\n/**\r\n * @Author ltx\r\n * @Date 10:12 2020/3/19\r\n *\r\n * 秒杀业务相关异常\r\n */\r\n",
"end": 71,
"score": 0.9996545910835266,
"start": 68,
"tag": "USERNAME",
"value": "ltx"
}
] | null | [] | package pers.springboot_redis.seckill.exception;
/**
* @Author ltx
* @Date 10:12 2020/3/19
*
* 秒杀业务相关异常
*/
public class SeckillException extends RuntimeException {
public SeckillException(String message) {
super(message);
}
public SeckillException(String message, Throwable caus... | 384 | 0.644022 | 0.61413 | 18 | 18.444445 | 20.521593 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 13 |
3b323b918e49ee7a4e21e4e0073826313acd43f8 | 23,630,910,106,292 | 0f353d1aaafe6bef5885ac9ba20116ef4a6db4b0 | /brt-t-platform-test/brt-t-platform-test/T-Platform/T-Launcher/src/main/java/kr/tracom/platform/launcher/channel/TChannelServer.java | 376d61c2845f9f02c77ae41a62603d18b88a1ac3 | [] | no_license | pdw624/TIMS_Server | https://github.com/pdw624/TIMS_Server | caf88e4ade2e125a2618ba1852d62fcb5c6e0b65 | a981d8665ebe63d04bc1476f6c3bc76ee142b8f2 | refs/heads/master | 2022-12-28T21:45:55.432000 | 2020-09-25T04:16:37 | 2020-09-25T04:16:37 | 298,194,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.tracom.platform.launcher.channel;
import java.util.Iterator;
import java.util.List;
import org.joda.time.DateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.netty.channel.Channel;
import kr.tracom.platform.attribute.manager.AttributeManager;
import kr.tracom.platform.common.config... | UTF-8 | Java | 7,525 | java | TChannelServer.java | Java | [] | null | [] | package kr.tracom.platform.launcher.channel;
import java.util.Iterator;
import java.util.List;
import org.joda.time.DateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.netty.channel.Channel;
import kr.tracom.platform.attribute.manager.AttributeManager;
import kr.tracom.platform.common.config... | 7,525 | 0.752312 | 0.746549 | 210 | 34.528572 | 27.668301 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.709524 | false | false | 13 |
bcd8653165125393c59c79cc46c300535098f46e | 15,023,795,647,273 | 43aa135f1d0983b5a8a8455857931c720d8787df | /oms/web3-NewDc/plugin/web3-xbaio/java/webbroker3/aio/data/AmountRangeRow.java | 77615a581c61f7f067aecc25a62edea824301950 | [
"W3C-19980720",
"Apache-2.0",
"Apache-1.1",
"BSD-2-Clause"
] | permissive | leegine/COMS | https://github.com/leegine/COMS | d8637ee07d0d0cc83187cf216c5b423d19ce9c43 | f8d9027ca0b6f3656843d908b0c6b95600266193 | refs/heads/master | 2020-04-18T05:37:41.079000 | 2019-01-29T08:31:38 | 2019-01-29T08:31:38 | 167,285,652 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | head 1.1;
access;
symbols;
locks; strict;
comment @// @;
1.1
date 2011.03.16.02.48.00; author zhang-tengyu; state Exp;
branches;
next ;
deltatype text;
kopt kv;
permissions 666;
commitid 6a04d801c24738b;
filename AmountRangeRow.java;
desc
@@
1.1
log
@*** empty log message ***
@
text
@package webbroker3.aio.data;
... | SHIFT_JIS | Java | 6,295 | java | AmountRangeRow.java | Java | [
{
"context": "ment\t@// @;\n\n\n1.1\ndate\t2011.03.16.02.48.00;\tauthor zhang-tengyu;\tstate Exp;\nbranches;\nnext\t;\ndeltatype\ttext;\nkopt",
"end": 108,
"score": 0.982487678527832,
"start": 96,
"tag": "USERNAME",
"value": "zhang-tengyu"
},
{
"context": "タフェースの実装オブジェクトを検索します。 \n * ... | null | [] | head 1.1;
access;
symbols;
locks; strict;
comment @// @;
1.1
date 2011.03.16.02.48.00; author zhang-tengyu; state Exp;
branches;
next ;
deltatype text;
kopt kv;
permissions 666;
commitid 6a04d801c24738b;
filename AmountRangeRow.java;
desc
@@
1.1
log
@*** empty log message ***
@
text
@package webbroker3.aio.data;
... | 6,295 | 0.685587 | 0.677542 | 217 | 19.62212 | 22.425402 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.262673 | false | false | 13 |
a3c20719c1596df2f43af1b3a06316f01ba71458 | 2,010,044,763,472 | 3b7922a961c5fa587236e81d9b981ceaa83f5c9c | /pool-server/src/main/java/com/pool/model/OpenPoolsListResponse.java | e0226b631cd3b1694f027a472f57cffde2443ac7 | [] | no_license | surendarDashinamurthy/PoolApplication | https://github.com/surendarDashinamurthy/PoolApplication | 517521b4d9b91d1dfb880299d71cd884f1bd7a19 | 6d12ad84a6339f7888b28d845b72a5eb12325ca3 | refs/heads/master | 2021-01-10T03:09:57.910000 | 2016-03-12T15:27:05 | 2016-03-12T15:27:05 | 53,728,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pool.model;
import java.util.List;
/**
* The webservice response for the list of open swimming pools available in a given time
* @author AtoS
*
*/
public class OpenPoolsListResponse {
ErrorCode errorCode;
List<SwimmingPool> swimmingPoolsList;
/**
* @return the errorCode
*/
public ErrorC... | UTF-8 | Java | 957 | java | OpenPoolsListResponse.java | Java | [
{
"context": "wimming pools available in a given time\n * @author AtoS\n *\n */\npublic class OpenPoolsListResponse {\n\t\n\n\tE",
"end": 157,
"score": 0.9993500709533691,
"start": 153,
"tag": "USERNAME",
"value": "AtoS"
}
] | null | [] | package com.pool.model;
import java.util.List;
/**
* The webservice response for the list of open swimming pools available in a given time
* @author AtoS
*
*/
public class OpenPoolsListResponse {
ErrorCode errorCode;
List<SwimmingPool> swimmingPoolsList;
/**
* @return the errorCode
*/
public ErrorC... | 957 | 0.723093 | 0.723093 | 52 | 17.403847 | 21.23428 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 13 |
37ff735354ca8baed9eb5f47e92e060b195f7960 | 7,687,991,512,832 | 916c4c35c5a5406d0476a158b4837d50e32404a5 | /SpringBasics/src/main/java/com/Annotations/ConsoleLog.java | 3ba2a50314f3e55aeea2a57a975804d5c83917bd | [] | no_license | mchandini/CodeSamples | https://github.com/mchandini/CodeSamples | d1e744f55e03bebbccd1def0920cc70a51ce0684 | bb1f10b8c3ad8d9ec76187e1b6d9b96c6ff95a24 | refs/heads/master | 2022-12-20T06:00:02.728000 | 2020-06-08T09:25:59 | 2020-06-08T09:25:59 | 235,999,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Annotations;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
//to use a particular child class on parent bean creation
//@Qualifier("useThis")
//for automatic bean creation no need of bean declaration in xml
@Component
public class... | UTF-8 | Java | 446 | java | ConsoleLog.java | Java | [] | null | [] | package com.Annotations;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
//to use a particular child class on parent bean creation
//@Qualifier("useThis")
//for automatic bean creation no need of bean declaration in xml
@Component
public class... | 446 | 0.757848 | 0.757848 | 16 | 25.875 | 23.832422 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
c2585173fe57a404bde028080774891a3bd9c481 | 22,385,369,597,678 | 5c0a5d1e3685720e5fa387a26a60dd06bb7c6e4a | /group-core/common-core/src/main/java/com/spark/bitrade/util/AppIdUtil.java | 83bfcf3272fae30f50eb0a25b1bcf77ddbf098a5 | [] | no_license | im8s/silk-v1 | https://github.com/im8s/silk-v1 | 5d88ccd1b5ed2370f8fba4a70298d1d14d9a175d | ff9f689443af30c815a8932899a333dfc87f6f12 | refs/heads/master | 2022-06-20T13:08:01.519000 | 2020-04-28T02:56:50 | 2020-04-28T02:56:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spark.bitrade.util;
import com.fasterxml.jackson.annotation.JsonValue;
import lombok.Setter;
import java.util.Arrays;
import java.util.Optional;
/**
* @author shenzucai
* @time 2019.03.21 10:43
*/
public class AppIdUtil {
/**
* 处理appid问题,兼容open-api和以前的应用
* @author shenzucai
* @time... | UTF-8 | Java | 1,485 | java | AppIdUtil.java | Java | [
{
"context": "Arrays;\nimport java.util.Optional;\n\n/**\n * @author shenzucai\n * @time 2019.03.21 10:43\n */\npublic class AppIdU",
"end": 184,
"score": 0.999625563621521,
"start": 175,
"tag": "USERNAME",
"value": "shenzucai"
},
{
"context": "*\n * 处理appid问题,兼容open-api和以前的应用\n ... | null | [] | package com.spark.bitrade.util;
import com.fasterxml.jackson.annotation.JsonValue;
import lombok.Setter;
import java.util.Arrays;
import java.util.Optional;
/**
* @author shenzucai
* @time 2019.03.21 10:43
*/
public class AppIdUtil {
/**
* 处理appid问题,兼容open-api和以前的应用
* @author shenzucai
* @time... | 1,485 | 0.44943 | 0.409125 | 54 | 23.351852 | 15.562488 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703704 | false | false | 13 |
8e6ea1488a52013005ae4f8a36a354a090622240 | 26,723,286,560,863 | c43519717b705f9f49127d7cdb5e1397e90278d1 | /src/main/java/uk/gov/hmcts/reform/idam/health/probe/FixedHealthConfig.java | bcff399139767e505c11c8a3798c58298f8f1a82 | [] | no_license | hmcts/idam-health-checker | https://github.com/hmcts/idam-health-checker | 5c5d9943f50e49208ab4ec2a80ad4d369d337f61 | 5bef085f09d1cf9bf27070cb8b5a9f0470c11dfe | refs/heads/master | 2023-06-09T04:03:46.582000 | 2023-06-06T15:22:35 | 2023-06-06T15:22:35 | 154,117,328 | 0 | 1 | null | false | 2023-08-21T02:37:57 | 2018-10-22T09:24:00 | 2022-03-11T10:33:09 | 2023-08-21T02:37:56 | 643 | 1 | 1 | 11 | Java | false | false | package uk.gov.hmcts.reform.idam.health.probe;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
@Configuration
@Profile({"optimist","pessimist"})
public class FixedHealthConfig {
@Bean
@Prof... | UTF-8 | Java | 584 | java | FixedHealthConfig.java | Java | [] | null | [] | package uk.gov.hmcts.reform.idam.health.probe;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
@Configuration
@Profile({"optimist","pessimist"})
public class FixedHealthConfig {
@Bean
@Prof... | 584 | 0.744863 | 0.744863 | 23 | 24.391304 | 21.473419 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 13 |
702a83d2b77650183ad9d70a0bfefa7be10be02f | 4,148,938,466,531 | 1adc5c4d4170736d1f343e404b3879ab5823b246 | /JMS/jms-app03-durable-topic/src/main/java/com/app/listener/MyQueueListenerB.java | e3b8371083523d6f289e50caf1d358d200a664b5 | [] | no_license | melnyknikolay/conference2 | https://github.com/melnyknikolay/conference2 | 5843f322d40e10ad48510181c29fa8ab072c104c | 3fce08275f24b426af20308614d303caf7141d24 | refs/heads/master | 2022-12-27T23:31:45.934000 | 2020-10-16T07:24:51 | 2020-10-16T07:24:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.listener;
import org.springframework.jms.annotation.JmsListener;
import org.springframework.stereotype.Component;
import javax.jms.Message;
import javax.jms.TextMessage;
import java.util.Enumeration;
@Component
public class MyQueueListenerB {
@JmsListener(destination = "myTopic3", containerFact... | UTF-8 | Java | 1,187 | java | MyQueueListenerB.java | Java | [] | null | [] | package com.app.listener;
import org.springframework.jms.annotation.JmsListener;
import org.springframework.stereotype.Component;
import javax.jms.Message;
import javax.jms.TextMessage;
import java.util.Enumeration;
@Component
public class MyQueueListenerB {
@JmsListener(destination = "myTopic3", containerFact... | 1,187 | 0.631845 | 0.63016 | 35 | 32.914288 | 26.81617 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 13 |
781a2a2885db26bbaeb3723a405be47fd6199de6 | 17,480,516,948,577 | 6c4b3ce3e12c5a8ceda91006dfaceddbcd5908aa | /com/afrisoftech/hospinventory/ZoomBuyerPrDetailsTable.java | 08507f625326c62e0f4d2ae0ae82a7d4d6974082 | [] | no_license | josefloso/FunsoftHMIS | https://github.com/josefloso/FunsoftHMIS | a34bcc6f88c15e85069804814ecef1f9738d7576 | 0ba481260737382e57ac2c674acd03e00e9dde90 | refs/heads/master | 2021-01-15T22:20:32.504000 | 2015-12-01T07:02:42 | 2015-12-01T07:02:42 | 50,920,224 | 1 | 0 | null | true | 2016-02-02T12:49:53 | 2016-02-02T12:49:53 | 2015-10-08T19:48:16 | 2015-12-01T07:03:34 | 0 | 0 | 0 | 0 | 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 com.afrisoftech.hospinventory;
import java.awt.Color;
/**
*
* @author sytem partners
*/
public class ZoomBuyerPrDetailsTa... | UTF-8 | Java | 11,861 | java | ZoomBuyerPrDetailsTable.java | Java | [
{
"context": "entory;\n\nimport java.awt.Color;\n\n/**\n *\n * @author sytem partners\n */\npublic class ZoomBuyerPrDetailsTable exte",
"end": 278,
"score": 0.861538290977478,
"start": 268,
"tag": "USERNAME",
"value": "sytem part"
},
{
"context": "port java.awt.Color;\n\n/**\n *\n * ... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.afrisoftech.hospinventory;
import java.awt.Color;
/**
*
* @author sytem partners
*/
public class ZoomBuyerPrDetailsTa... | 11,861 | 0.643116 | 0.624821 | 274 | 42.288322 | 32.550255 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.828467 | false | false | 13 |
1dfe2848d7a0a638eab582963fe264a5c6e99e47 | 7,060,926,288,434 | b457df2f2930c2a548cd1a72ba796f3a9cd19384 | /Redis4j/src/main/java/org/elk/redis4j/impl/transfers/Session.java | f62092654e7e4f08597d8f303ccad71673401d8e | [] | no_license | srz/RedisClient4Java | https://github.com/srz/RedisClient4Java | 4439e828ffae4c8592bc7912b76d4608d749877d | ecfc095a10a60ee79652f629f5d4831ea63aec48 | refs/heads/master | 2016-08-04T10:59:34.022000 | 2011-12-20T00:58:37 | 2011-12-20T00:58:37 | 1,380,846 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.elk.redis4j.impl.transfers;
import java.net.InetSocketAddress;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.l... | UTF-8 | Java | 9,642 | java | Session.java | Java | [] | null | [] | package org.elk.redis4j.impl.transfers;
import java.net.InetSocketAddress;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.l... | 9,642 | 0.698962 | 0.696262 | 376 | 24.611702 | 27.012671 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.890957 | false | false | 13 |
8661cd2e7fc9a192b84c593c21509d828d71d4e3 | 13,718,125,608,501 | 1a9bc3fd388aa7f524c294b0a2bea01f351ab05b | /app/src/main/java/com/redbear/bodyvis/Bioharness/BluetoothUtils.java | 2d6c635a3ec43630e9823ed0b050d0609b97682d | [] | no_license | SeokbinKang/Bodyvis_v3 | https://github.com/SeokbinKang/Bodyvis_v3 | 2852faaf3f36875c2c7859531181d7515539770f | 46d5dcce95fca244a551ddc917fe61d41b8adca9 | refs/heads/master | 2020-04-14T00:02:14.409000 | 2015-03-18T18:35:52 | 2015-03-18T18:35:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redbear.bodyvis.Bioharness;
import android.bluetooth.BluetoothAdapter;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
public abstract class BluetoothUtils {
private BluetoothUtils(){}
public static Boolean checkBluetoothAvailabilityOnDevice(){
return checkBlue... | UTF-8 | Java | 1,196 | java | BluetoothUtils.java | Java | [] | null | [] | package com.redbear.bodyvis.Bioharness;
import android.bluetooth.BluetoothAdapter;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
public abstract class BluetoothUtils {
private BluetoothUtils(){}
public static Boolean checkBluetoothAvailabilityOnDevice(){
return checkBlue... | 1,196 | 0.704849 | 0.704849 | 37 | 31.351351 | 26.765465 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.594595 | false | false | 13 |
b9150e62773d38728a903d6b0ee83b96f3178312 | 33,998,961,140,055 | d40231597f41daf3315fe2b3963c9fe3edb3fca8 | /Open Access Room/Linked Medical Data Space/Linking Component/L2S-DS/src/com/deri/l2s/jena/QueryExecuter.java | 19bc15f2a324fc7fe207fd05b4f23cde903a9117 | [] | no_license | bopopescu/code-1 | https://github.com/bopopescu/code-1 | 15cf1778849773ab5250f9863ccd9f31e141ae67 | 8def42ea30b989407e5d71204d2a135a645e0e41 | refs/heads/master | 2021-05-27T21:14:50.544000 | 2014-09-29T09:46:04 | 2014-09-29T09:46:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.deri.l2s.jena;
/*
* Linked2Safety SPARQL Endpoint Discovery and Linking Framework
*
* Copyright (C) 2014 Muntazir Mehdi <muntazir.mehdi@insight-centre.org>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen... | UTF-8 | Java | 19,701 | java | QueryExecuter.java | Java | [
{
"context": "nd Linking Framework\r\n * \r\n * Copyright (C) 2014 Muntazir Mehdi <muntazir.mehdi@insight-centre.org>\r\n *\r\n * Lice",
"end": 144,
"score": 0.9999063611030579,
"start": 130,
"tag": "NAME",
"value": "Muntazir Mehdi"
},
{
"context": "ork\r\n * \r\n * Copyright (C... | null | [] | package com.deri.l2s.jena;
/*
* Linked2Safety SPARQL Endpoint Discovery and Linking Framework
*
* Copyright (C) 2014 <NAME> <<EMAIL>>
*
* 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 ... | 19,667 | 0.703568 | 0.700421 | 498 | 37.560242 | 28.628162 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.158634 | false | false | 13 |
c24f3799df76dff7109665853ef137a899b497f7 | 19,928,648,285,906 | c1c8f77b644f7fe7a8b200068a34647a447ae6d7 | /src/main/java/com/java8/Map/Clone_Map.java | 3b1c9349c5aeb56d8336ffe0d65f093a133b4284 | [
"MIT"
] | permissive | makopov2000/Code | https://github.com/makopov2000/Code | e7f7e577069b00d487d3d126511a029a3b52b66b | fef1d727eb0f7c7395f78f96b7348abe4212eaf3 | refs/heads/master | 2022-12-03T21:38:56.539000 | 2021-03-10T03:08:41 | 2021-03-10T03:08:41 | 128,973,153 | 0 | 0 | MIT | false | 2022-11-16T06:26:45 | 2018-04-10T17:45:33 | 2021-03-10T03:08:59 | 2022-11-16T06:26:42 | 1,627 | 0 | 0 | 13 | Java | false | false | package com.java8.Map;
import java.util.HashMap;
public class Clone_Map {
public static void main(String[] args) {
HashMap<Integer, Student> hMapStudents = new HashMap<Integer, Student>();
//add students object
hMapStudents.put(1, new Student(1, "Jack") );
hMapStud... | UTF-8 | Java | 2,667 | java | Clone_Map.java | Java | [
{
"context": "ject\n\t hMapStudents.put(1, new Student(1, \"Jack\") );\n\t hMapStudents.put(2, new Student(2, ",
"end": 297,
"score": 0.9998738169670105,
"start": 293,
"tag": "NAME",
"value": "Jack"
},
{
"context": ") );\n\t hMapStudents.put(2, new Student(2, \"B... | null | [] | package com.java8.Map;
import java.util.HashMap;
public class Clone_Map {
public static void main(String[] args) {
HashMap<Integer, Student> hMapStudents = new HashMap<Integer, Student>();
//add students object
hMapStudents.put(1, new Student(1, "Jack") );
hMapStud... | 2,667 | 0.569929 | 0.565054 | 85 | 30.376471 | 26.150684 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.164706 | false | false | 13 |
ba8fe754d3c06798a06b5e08ed9e8c972ab5510f | 4,303,557,281,822 | 9b9396e78f0bd2cd253047b6c1248dcdb0aaaaca | /Lista 9 - Exercícios/2_Calculadora_Grafica/src/Calculadora_Grafica/Calculadora.java | c7849ea8cc7f6e54e67c846a73a464d797e2ddf0 | [] | no_license | KelvinSeverino/ExercicesJAVA | https://github.com/KelvinSeverino/ExercicesJAVA | 40746a11e14febc2140b6266261e92b2844b6004 | 01aeff28b8e3716d4988c921cf9262742e530b38 | refs/heads/master | 2022-02-21T09:32:42.166000 | 2019-09-16T23:06:31 | 2019-09-16T23:06:31 | 108,460,065 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Calculadora_Grafica;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
public class Calculadora extends J... | ISO-8859-1 | Java | 1,921 | java | Calculadora.java | Java | [] | null | [] | package Calculadora_Grafica;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
public class Calculadora extends J... | 1,921 | 0.646691 | 0.624805 | 76 | 23.25 | 21.427433 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.434211 | false | false | 13 |
7e99a46952950542b9ae4b61f1b8aaded5e7c7a1 | 31,293,131,768,448 | f9c37657918ec7741d3b1c5a14b52e176287b351 | /src/main/java/masterthesis/utils/Sat4jTool.java | e6382b48da224443f036104bab4c2819617a8969 | [] | no_license | my-jabin/sat_prime_implicant_computation | https://github.com/my-jabin/sat_prime_implicant_computation | 6d1800ddd26ad8a20877c62a72d3b75a77fad9a0 | 2a621ceaeebbb1ef13d2889012fe81a16f95b344 | refs/heads/master | 2021-04-18T19:38:32.851000 | 2018-06-02T14:26:55 | 2018-06-02T14:26:55 | 126,331,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package masterthesis.utils;
import masterthesis.base.*;
import org.sat4j.core.VecInt;
import org.sat4j.minisat.SolverFactory;
import org.sat4j.specs.ContradictionException;
import org.sat4j.specs.IProblem;
import org.sat4j.specs.ISolver;
import org.sat4j.specs.TimeoutException;
import java.util.ArrayList;
import java... | UTF-8 | Java | 2,130 | java | Sat4jTool.java | Java | [] | null | [] | package masterthesis.utils;
import masterthesis.base.*;
import org.sat4j.core.VecInt;
import org.sat4j.minisat.SolverFactory;
import org.sat4j.specs.ContradictionException;
import org.sat4j.specs.IProblem;
import org.sat4j.specs.ISolver;
import org.sat4j.specs.TimeoutException;
import java.util.ArrayList;
import java... | 2,130 | 0.561502 | 0.551174 | 67 | 30.791044 | 20.427181 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597015 | false | false | 13 |
62af21d7322aa1b33607632dbe5ab616dfc5465c | 32,993,938,798,684 | eeb5bccb522d182442304796a9c6946ef370d501 | /workspace_MAC5/ecf/src/edu/franklin/eac/dao/hibernate/EmployeeDAOHibernate.java | d96666008d300f5effbcafe6f38ad3c376d9c256 | [] | no_license | vishnusunkari/franklin | https://github.com/vishnusunkari/franklin | 59d76faf1a2ecad52a490b5eb3379cff08ae4255 | 624849066044732903cc6954d919fb2f152855d1 | refs/heads/master | 2021-05-30T08:36:13.707000 | 2015-08-29T00:35:04 | 2015-08-29T00:35:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.franklin.eac.dao.hibernate;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import edu.franklin.eac.dao.EmployeeDAO;
import edu.franklin.eac.model.pmp.Department;
import edu.f... | UTF-8 | Java | 4,074 | java | EmployeeDAOHibernate.java | Java | [] | null | [] | package edu.franklin.eac.dao.hibernate;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import edu.franklin.eac.dao.EmployeeDAO;
import edu.franklin.eac.model.pmp.Department;
import edu.f... | 4,074 | 0.774669 | 0.771969 | 101 | 39.336632 | 45.977669 | 211 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.594059 | false | false | 13 |
24721eacd69372125d470186e288c5e096775f0a | 33,406,255,685,446 | 1da624ec2eb540ea640ea7f36966c546081ba0a7 | /impl/src/main/java/org/wildfly/mail/ra/MailActivation.java | ed06cb4d516b666aa008659161356f6e947b2720 | [] | no_license | wildfly/mail-ra | https://github.com/wildfly/mail-ra | 82113227223be11b500ab7bedcd1599267897ad2 | e19e65c40fc57f7e282d3597f702e7e1b9c8d747 | refs/heads/master | 2023-09-02T04:51:48.615000 | 2021-06-01T17:20:39 | 2021-06-01T17:20:39 | 20,740,679 | 2 | 7 | null | false | 2021-06-01T17:20:39 | 2014-06-11T20:41:37 | 2016-04-28T17:59:53 | 2021-06-01T17:20:39 | 37 | 2 | 4 | 0 | Java | false | false | /*
* JBoss, Home of Professional Open Source
* Copyright 2016, Red Hat, Inc., and individual contributors as indicated
* by the @authors tag.
*
* 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 Licen... | UTF-8 | Java | 4,814 | java | MailActivation.java | Java | [
{
"context": "#endpointActivation\n *\n * @author <a href=\"mailto:scott.stark@jboss.org\">Scott Stark</a>\n * @author <a href=\"mailto:jespe",
"end": 1108,
"score": 0.9998906254768372,
"start": 1087,
"tag": "EMAIL",
"value": "scott.stark@jboss.org"
},
{
"context": " * @author <a hre... | null | [] | /*
* JBoss, Home of Professional Open Source
* Copyright 2016, Red Hat, Inc., and individual contributors as indicated
* by the @authors tag.
*
* 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 Licen... | 4,753 | 0.612588 | 0.610926 | 183 | 25.306011 | 23.979826 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311475 | false | false | 13 |
f3b0a4634c87b13eb5faac59513599bfcfe1d96a | 15,290,083,613,956 | 2d4b0dc712a3de9ba175d0b0f64e07bda10c296b | /Jimin/app/src/main/java/com/example/lenovo/jimin/MainActivity.java | fd397db85e999fd31518e2f9ef3ea275f81c5342 | [] | no_license | chauhananita/AllAndroidProjects | https://github.com/chauhananita/AllAndroidProjects | f86d5409f897087d641721a15f3a95a614cb01e8 | 30b316630da034172d30ae985ab518abd764cc09 | refs/heads/master | 2020-04-29T06:46:29.263000 | 2019-03-16T05:22:56 | 2019-03-16T05:22:56 | 175,929,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lenovo.jimin;
import android.content.Intent;
import android.support.design.widget.TextInputEditText;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class... | UTF-8 | Java | 2,052 | java | MainActivity.java | Java | [
{
"context": "package com.example.lenovo.jimin;\n\nimport android.content.Intent;\nimport and",
"end": 26,
"score": 0.8803277015686035,
"start": 20,
"tag": "USERNAME",
"value": "lenovo"
},
{
"context": "\"anita\") && password.getText().toString().equals(\"taehyung\")) {\n ... | null | [] | package com.example.lenovo.jimin;
import android.content.Intent;
import android.support.design.widget.TextInputEditText;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class... | 2,054 | 0.591618 | 0.591131 | 74 | 26.729731 | 24.201462 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
2e26d2533b65c5b408142ad51056e41ca45c94b3 | 1,829,656,086,777 | 03ace6231e7a950e4663efd306433feaea99913e | /core/src/main/java/com/spaceprogram/simplejpa/stats/Statistics.java | 7bd4da6d5eee73863b28d9152e75cbc9f77aae26 | [] | no_license | kerrywright/simplejpa | https://github.com/kerrywright/simplejpa | 4e83a62f9b222a6f384305af1e102af8701af03c | 279e74bb3d5ba44c29dc255d04a3bc4a083c04a5 | refs/heads/master | 2021-01-17T21:00:27.517000 | 2011-08-22T04:04:40 | 2011-08-22T04:04:40 | 1,850,307 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spaceprogram.simplejpa.stats;
/**
* User: treeder
* Date: Oct 9, 2008
* Time: 6:07:28 PM
*/
public interface Statistics {
}
| UTF-8 | Java | 150 | java | Statistics.java | Java | [
{
"context": "com.spaceprogram.simplejpa.stats;\r\n\r\n/**\r\n * User: treeder\r\n * Date: Oct 9, 2008\r\n * Time: 6:07:28 PM\r\n */\r\n",
"end": 66,
"score": 0.9995713233947754,
"start": 59,
"tag": "USERNAME",
"value": "treeder"
}
] | null | [] | package com.spaceprogram.simplejpa.stats;
/**
* User: treeder
* Date: Oct 9, 2008
* Time: 6:07:28 PM
*/
public interface Statistics {
}
| 150 | 0.633333 | 0.566667 | 9 | 14.666667 | 13.424687 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 13 |
4c483702c4ef51dac120a73b54e6365f58170b83 | 31,327,491,485,669 | 2d4cb45b2abd01b674d5397460b6ad7a3bf050c4 | /src/examples/lesson_09/MethodsOverload.java | b26ef25494539fd429528c32417d387b8b2f68c5 | [] | no_license | Eugene1992/java-starter-06 | https://github.com/Eugene1992/java-starter-06 | fcc9e43e9d4bd44f72ea55a2266e74e47c6689d0 | 3ef6f62c4311c051ac23af8f521bc5208bb13359 | refs/heads/master | 2021-01-20T20:03:30.351000 | 2016-07-06T08:27:20 | 2016-07-06T08:27:20 | 60,558,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson_09;
public class MethodsOverload {
public static void main(String[] args) {
System.out.println(getIntervalSum(2, 4));
System.out.println(getIntervalSum(3.0, 6.0));
}
static int getIntervalSum(int start, int end){
int sum = 0;
for (; start < end; start++) {
... | UTF-8 | Java | 947 | java | MethodsOverload.java | Java | [] | null | [] | package lesson_09;
public class MethodsOverload {
public static void main(String[] args) {
System.out.println(getIntervalSum(2, 4));
System.out.println(getIntervalSum(3.0, 6.0));
}
static int getIntervalSum(int start, int end){
int sum = 0;
for (; start < end; start++) {
... | 947 | 0.531151 | 0.519535 | 44 | 20.522728 | 19.664791 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
f12c591ec9156c4ec8bb1cefb6e821219e6b5d4d | 8,796,093,023,698 | 6493a82b645ba97429c5dbc8fc5d42e56dc77431 | /paymentprocessorBottomupService/src/main/java/com/bottomup/ws/paymentprocessor/shared/PaymentRequest.java | bb012666cc6015fc10f1b49965932cbd8ab9b0d7 | [] | no_license | mthaiseer/jax-ws-webservice | https://github.com/mthaiseer/jax-ws-webservice | d6cfea284598dba318a5aba820b0f9ba6c2e5971 | 9a61b9d746720d4a8e95f9d22b527f888bb8bdae | refs/heads/master | 2022-11-20T07:04:53.722000 | 2020-07-17T18:51:18 | 2020-07-17T18:51:18 | 280,498,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bottomup.ws.paymentprocessor.shared;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "PaymentRequest")
@XmlAccessorType(XmlAccessType.FIELD)
public class... | UTF-8 | Java | 728 | java | PaymentRequest.java | Java | [] | null | [] | package com.bottomup.ws.paymentprocessor.shared;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "PaymentRequest")
@XmlAccessorType(XmlAccessType.FIELD)
public class... | 728 | 0.778846 | 0.778846 | 32 | 21.75 | 18.953892 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96875 | false | false | 13 |
dceb5cd158278dde60ce507d4efe31a22bd15af7 | 21,878,563,427,411 | 83c3153c09b9e5f8d464fee4c6c54b1362804618 | /XiaoNei/src/com/shoulder/xiaonei/card/Card_school_adapter.java | 8b8b5d20c1d4ddc1a5f789fad515406712b33e6d | [] | no_license | rgtjf/Android-ChatApp-XiaoNei | https://github.com/rgtjf/Android-ChatApp-XiaoNei | 3b3380f0aa37e4f08ceb486dbb1b670955c9bb75 | 690e5061d8c2dd644273d3ca6e85036f85914d65 | refs/heads/master | 2021-06-05T01:52:20.685000 | 2016-05-14T18:15:20 | 2016-05-14T18:15:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shoulder.xiaonei.card;
import java.util.List;
import com.shoulder.xiaonei.R;
import com.shoulder.xiaonei.myClass.MyVal;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.wid... | UTF-8 | Java | 1,729 | java | Card_school_adapter.java | Java | [] | null | [] | package com.shoulder.xiaonei.card;
import java.util.List;
import com.shoulder.xiaonei.R;
import com.shoulder.xiaonei.myClass.MyVal;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.wid... | 1,729 | 0.675535 | 0.675535 | 65 | 25.6 | 21.613956 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 13 |
67b14b0fe1499197979d191a39229ba03e9a9808 | 4,535,485,509,004 | 5fdff4e7f08429f44a8c1ce79bc4ee80dae6444f | /src/cn/foot/day03/oneToOne2/test/App.java | 5704de3f5d4fb7907edd95ad409fdc5944fa67ac | [
"Apache-2.0"
] | permissive | baoff/hibernate3.6 | https://github.com/baoff/hibernate3.6 | ac7bcb5f833c975868c1e1cb346b33f8cd03d428 | 438e3bded2c0d830d78949ab932e36abb06b19a9 | refs/heads/master | 2021-01-17T19:19:24.378000 | 2016-11-28T13:41:05 | 2016-11-28T13:41:05 | 71,414,884 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.foot.day03.oneToOne2.test;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.junit.Test;
import cn.foot.day03.oneToOne2.entity.Card;
import cn.foot.day03.oneToOne2.entity.Person;
public class A... | GB18030 | Java | 1,247 | java | App.java | Java | [
{
"context": "\tPerson person = new Person();\r\n\t\tperson.setName(\"张三\");\r\n\t\tCard card = new Card();\r\n\t\tcard.setNumber(\"",
"end": 765,
"score": 0.998551607131958,
"start": 763,
"tag": "NAME",
"value": "张三"
}
] | null | [] | package cn.foot.day03.oneToOne2.test;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.junit.Test;
import cn.foot.day03.oneToOne2.entity.Card;
import cn.foot.day03.oneToOne2.entity.Person;
public class A... | 1,247 | 0.712739 | 0.701915 | 45 | 24.688889 | 16.8692 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 13 |
445577c50141da298c20be728af6e6c0f8417684 | 35,648,228,585,422 | 1e1219895775e898be4eda6795b00d757404161b | /boket_05/Roket_0.5/src/management/cards/catrecnew/ICatRecBase.java | b207a7dd0623d9b07c58781f7b160a084ee03e92 | [] | no_license | aaaaaaaaalkj/boket | https://github.com/aaaaaaaaalkj/boket | 28ac04a619bf88992f146c145b7f9e0c9dfdfeab | 0c325acdba9746e78a3a2427bb715187ed54a5e2 | refs/heads/master | 2021-01-02T22:50:04.022000 | 2018-01-04T09:18:37 | 2018-01-04T09:18:37 | 25,786,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package management.cards.catrecnew;
import java.util.List;
import management.cards.cards.Card;
public interface ICatRecBase {
IResult check(List<Card> cards);
}
| UTF-8 | Java | 166 | java | ICatRecBase.java | Java | [] | null | [] | package management.cards.catrecnew;
import java.util.List;
import management.cards.cards.Card;
public interface ICatRecBase {
IResult check(List<Card> cards);
}
| 166 | 0.783133 | 0.783133 | 9 | 17.444445 | 15.819195 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
9f42ce535783a16798e84ced82eb4b9519fda2f7 | 37,563,783,992,085 | 299a9e9921d4def1c2e013e19b6087950e8f918d | /app/src/main/java/txlabz/com/geoconfess/models/response/ServerNotificationModel.java | da5ea1b2ab5e9df98280df79b90384b28cdc534d | [] | no_license | silverstarsoftware/geoconfess-android-chat_fragment | https://github.com/silverstarsoftware/geoconfess-android-chat_fragment | 15655432120538588fa298ab422a8e3a1c02d7d4 | c95148448fe67797ca39b61dd46117306ed6efaf | refs/heads/master | 2021-10-25T18:26:39.028000 | 2019-04-05T22:40:43 | 2019-04-05T22:40:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package txlabz.com.geoconfess.models.response;
import com.google.gson.annotations.SerializedName;
/**
* Created by dusan on 31.05.16..
*/
public class ServerNotificationModel {
@SerializedName("id")
long id;
@SerializedName("unread")
boolean unread;
@SerializedName("model")
String model;
... | UTF-8 | Java | 1,809 | java | ServerNotificationModel.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by dusan on 31.05.16..\n */\npublic class ServerNotification",
"end": 123,
"score": 0.9987831711769104,
"start": 118,
"tag": "USERNAME",
"value": "dusan"
},
{
"context": "nitent\": {\n// \"id\": 25,\n// \"... | null | [] | package txlabz.com.geoconfess.models.response;
import com.google.gson.annotations.SerializedName;
/**
* Created by dusan on 31.05.16..
*/
public class ServerNotificationModel {
@SerializedName("id")
long id;
@SerializedName("unread")
boolean unread;
@SerializedName("model")
String model;
... | 1,809 | 0.576562 | 0.563847 | 85 | 20.282352 | 16.111094 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364706 | false | false | 13 |
1eedaf1f70d00e304aa9c5ba3f7ac7eab9326dd5 | 37,563,783,989,662 | 0992878b395c649b4b5a33c0be39009dffc870c9 | /Server/src/main/java/server/MessageHandler.java | 16b5d4b96997e624114e33de5c1eed532ced50e7 | [] | no_license | Spedry/LocalChat | https://github.com/Spedry/LocalChat | c241179b9bc92045a2aaf9f5f556840701d6ed5a | f8b875009a8616f1e8e7e207c216a0a6fbfdf7f3 | refs/heads/master | 2020-11-24T16:19:00.652000 | 2020-11-19T17:57:28 | 2020-11-19T17:57:28 | 228,239,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.LinkedBlockingQueue;
public class MessageHandler {
private static volatile Mess... | UTF-8 | Java | 3,552 | java | MessageHandler.java | Java | [] | null | [] | package server;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.LinkedBlockingQueue;
public class MessageHandler {
private static volatile Mess... | 3,552 | 0.646396 | 0.643863 | 102 | 33.833332 | 28.502867 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421569 | false | false | 13 |
b18dd8deb3a67882e76a80199d089402c718c536 | 32,744,830,719,760 | 5b77eee55f6f76f823b96445d2e06af820929636 | /app/src/main/java/com/pcsalt/example/databasedemo/MyDatabase.java | e55c538ee9812ee7dfeacf88b890f6a2bb75e439 | [] | no_license | krrishnaaaa/sqlite-to-android-room-migration | https://github.com/krrishnaaaa/sqlite-to-android-room-migration | d7219e1374b10a2a876b44b473a26149f0a59888 | 3eccc95efb0793022a904f81babbe47afe673c90 | refs/heads/master | 2022-05-21T13:04:04.588000 | 2020-04-25T15:25:36 | 2020-04-25T15:25:36 | 260,386,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pcsalt.example.databasedemo;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class MyDatabase implements DBConsts {
pri... | UTF-8 | Java | 3,594 | java | MyDatabase.java | Java | [] | null | [] | package com.pcsalt.example.databasedemo;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class MyDatabase implements DBConsts {
pri... | 3,594 | 0.636895 | 0.634947 | 99 | 35.313129 | 32.961147 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757576 | false | false | 13 |
d9981a30d68ba1f5e7e77f591c210960f3f5b411 | 37,005,438,254,316 | f666cd8789d60b718bcbc269e552cf90a58dbab4 | /project_4/src/Main.java | ac6555fb2077796f64e49242de110f58382f5507 | [] | no_license | zewazla/Java | https://github.com/zewazla/Java | 7f96d30195bc408486c9f7da0b99fba1c34a0371 | 09c23ed1bb705b746193a637691dbc9884eab9dd | refs/heads/master | 2020-04-27T00:16:16.425000 | 2019-03-24T09:04:16 | 2019-03-24T09:04:16 | 173,929,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main
{
public static void main (String[] args)
{
int tab[] = new int[5];
tab[0] = 6;
tab[1] = 4;
tab[2] = 3;
for(int i=0; i<tab.length; i++)
{
System.out.println("Element tablicy = " + tab[i]);
}
for (int x : tab)
{... | UTF-8 | Java | 660 | java | Main.java | Java | [] | null | [] | public class Main
{
public static void main (String[] args)
{
int tab[] = new int[5];
tab[0] = 6;
tab[1] = 4;
tab[2] = 3;
for(int i=0; i<tab.length; i++)
{
System.out.println("Element tablicy = " + tab[i]);
}
for (int x : tab)
{... | 660 | 0.368182 | 0.35 | 32 | 19.625 | 14.683643 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 13 |
bfa4749c883cf47ce2fd7acfee8efa712f993fb7 | 21,062,519,680,439 | af4072a285b4ef7fa027387cf81b51957e5b17d9 | /components/notification-sender-config/org.wso2.carbon.identity.notification.sender.tenant.config/src/main/java/org/wso2/carbon/identity/notification/sender/tenant/config/internal/NotificationSenderTenantConfigServiceDS.java | 5518ea9926369a8d8ca82d11c1c1cd6944c808d9 | [
"Apache-2.0"
] | permissive | wso2-extensions/identity-event-handler-notification | https://github.com/wso2-extensions/identity-event-handler-notification | 805ac61e9b5cdc5c243dffba2b29644e68010414 | de86ca5cf8386c1d98f36d23dbcb643714c5b31a | refs/heads/master | 2023-08-05T08:02:44.751000 | 2023-07-26T08:23:02 | 2023-07-26T08:23:02 | 57,964,374 | 3 | 104 | Apache-2.0 | false | 2023-07-26T08:04:26 | 2016-05-03T11:31:25 | 2023-04-19T06:16:16 | 2023-07-26T08:04:25 | 1,553 | 4 | 101 | 1 | Java | false | false | /*
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com).
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | UTF-8 | Java | 8,876 | java | NotificationSenderTenantConfigServiceDS.java | Java | [] | null | [] | /*
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com).
*
* WSO2 Inc. licenses this file to you 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
... | 8,876 | 0.751014 | 0.748197 | 201 | 43.159203 | 36.694035 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39801 | false | false | 13 |
5cac3d50348ce16a80cf105b3a69505ff802a53f | 2,199,023,280,639 | c4552bd84a9656978deceadc962e684f5a191ce1 | /src/main/java/service/WorksService.java | aff8e9008a15bc87b0cdd2f530ccb7aa848e4236 | [] | no_license | arloor/i | https://github.com/arloor/i | 263519dce791654c71bdaf598fbe427fe75b27df | 14aca11f4e284fd73142748084218b9e0fd69b74 | refs/heads/master | 2020-07-22T05:54:36.676000 | 2017-10-29T02:07:41 | 2017-10-29T02:07:41 | 94,343,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import domain.Works;
import java.util.List;
public interface WorksService {
List<Works> getWorks(String name, int index);
}
| UTF-8 | Java | 148 | java | WorksService.java | Java | [] | null | [] | package service;
import domain.Works;
import java.util.List;
public interface WorksService {
List<Works> getWorks(String name, int index);
}
| 148 | 0.75 | 0.75 | 9 | 15.444445 | 16.180311 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
505f77a561ba4c2ad68ad51a1ca3f26bde556a7e | 23,115,514,002,851 | a79e79c8090248894145b84d55bde26e4085f039 | /app/src/main/java/citypass/jiyun/com/citypass/model/biz/bbs/Ibbs.java | 46bb740cf139474d355db0f3aa6060d414c24c47 | [] | no_license | WuDaddy/Ccoocity | https://github.com/WuDaddy/Ccoocity | 60a93f443535ff3d1ca6ffbe5525c9e72c955685 | 636af183870bf0f37a9eac8e8a38d5a02b162d83 | refs/heads/master | 2018-02-08T14:25:20.345000 | 2017-07-07T00:52:02 | 2017-07-07T00:52:02 | 94,774,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package citypass.jiyun.com.citypass.model.biz.bbs;
import citypass.jiyun.com.citypass.model.callback.NewUrlCallback;
/**
* Created by Daddy on 2017/6/20.
*/
public interface Ibbs {
void loadPCW(NewUrlCallback callback, int ispm);
void loadBq(NewUrlCallback callback, String method);
void loadZX(NewUrl... | UTF-8 | Java | 490 | java | Ibbs.java | Java | [
{
"context": ".model.callback.NewUrlCallback;\n\n/**\n * Created by Daddy on 2017/6/20.\n */\n\npublic interface Ibbs {\n vo",
"end": 142,
"score": 0.8104953765869141,
"start": 137,
"tag": "NAME",
"value": "Daddy"
}
] | null | [] | package citypass.jiyun.com.citypass.model.biz.bbs;
import citypass.jiyun.com.citypass.model.callback.NewUrlCallback;
/**
* Created by Daddy on 2017/6/20.
*/
public interface Ibbs {
void loadPCW(NewUrlCallback callback, int ispm);
void loadBq(NewUrlCallback callback, String method);
void loadZX(NewUrl... | 490 | 0.751037 | 0.736515 | 18 | 25.777779 | 25.563766 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
9d091fa32d8a2c6306503229c85a65a717e5c4db | 6,803,228,218,784 | dfcf3faed2fa84673e44dd3748ca31e48fb0d665 | /src/MaxCounters.java | 181c839dfabcfccbc054f1bff272502e55b78f36 | [] | no_license | savioroney/code-tests | https://github.com/savioroney/code-tests | 4195e055f8814400915bf3482cc2b15b4ff4fc18 | 4eb3ece9e94c61dd2107a368a97d059f473cfc1d | refs/heads/main | 2022-12-31T00:56:28.213000 | 2020-10-24T19:05:00 | 2020-10-24T19:05:00 | 306,951,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class MaxCounters {
public static void main(String[] args) {
//int N = 1;
// int[] A = {2, 1, 1, 2, 1};
int N = 5;
int[] A = {3, 4, 4, 6, 1, 4, 4};
int[] counters = new int[N];
int conditional = N + 1;
int maxCounters = 0;
... | UTF-8 | Java | 938 | java | MaxCounters.java | Java | [] | null | [] | import java.util.Arrays;
public class MaxCounters {
public static void main(String[] args) {
//int N = 1;
// int[] A = {2, 1, 1, 2, 1};
int N = 5;
int[] A = {3, 4, 4, 6, 1, 4, 4};
int[] counters = new int[N];
int conditional = N + 1;
int maxCounters = 0;
... | 938 | 0.407249 | 0.382729 | 34 | 26.588236 | 20.517019 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.970588 | false | false | 13 |
ffec2fb8723a4ace2a9afa830c787a4e9de3e4cf | 9,629,316,705,833 | 043285553602e162e3180241f53291b8be648bee | /core/src/main/java/com/hlag/oversigt/sources/event/MapEvent.java | 84f65bbf5c3cd360a3a8fc7d3913b6a701c6e259 | [
"MIT"
] | permissive | Hapag-Lloyd/oversigt | https://github.com/Hapag-Lloyd/oversigt | 7ac8dfc041d49606d5c021e71804a21c1153ed91 | 5f603c3c422e1c76b930583d6f0269ff839c148f | refs/heads/develop | 2021-08-06T11:19:25.139000 | 2021-06-24T19:44:18 | 2021-06-24T19:44:18 | 147,336,851 | 7 | 4 | MIT | false | 2021-06-24T19:44:19 | 2018-09-04T11:38:59 | 2021-06-21T21:16:10 | 2021-06-24T19:44:19 | 43,038 | 4 | 2 | 16 | JavaScript | false | false | package com.hlag.oversigt.sources.event;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Objects;
import com.hlag.oversigt.core.event.OversigtEvent;
import com.hlag.oversigt.properties.Color;
import edu.umd.cs.findbugs.annotations.Nullable;
public class MapEvent exte... | UTF-8 | Java | 2,416 | java | MapEvent.java | Java | [] | null | [] | package com.hlag.oversigt.sources.event;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Objects;
import com.hlag.oversigt.core.event.OversigtEvent;
import com.hlag.oversigt.properties.Color;
import edu.umd.cs.findbugs.annotations.Nullable;
public class MapEvent exte... | 2,416 | 0.680878 | 0.680878 | 120 | 19.133333 | 18.269709 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 13 |
8c73775d68d30ea2fbfe7f8fa8faeb5313f62d6b | 20,126,216,775,295 | 27dfb8995e7ac77dbcbf4834f3e7d614d2786820 | /config/src/main/java/au.id.ah.config/au/id/ah/config/Configuration.java | 69ca026276c5a252848f21450b982c51a2429e63 | [] | no_license | harrisaoz/config | https://github.com/harrisaoz/config | 4b1de931d13766d6ab95664bda43b4ce96fb72d0 | 0b951eca3b8c67cb541a214d6ce9c9bf4b9cb2e0 | refs/heads/master | 2020-04-21T08:52:42.492000 | 2019-12-09T17:12:06 | 2019-12-09T17:12:06 | 169,432,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.id.ah.config;
import au.id.ah.sio.FileInClasspathToInputStream;
import java.io.IOException;
import java.util.Properties;
public class Configuration {
public static Properties loadProperties(final String filename) throws IOException {
return new PropertiesFromInputStream()
.appl... | UTF-8 | Java | 400 | java | Configuration.java | Java | [] | null | [] | package au.id.ah.config;
import au.id.ah.sio.FileInClasspathToInputStream;
import java.io.IOException;
import java.util.Properties;
public class Configuration {
public static Properties loadProperties(final String filename) throws IOException {
return new PropertiesFromInputStream()
.appl... | 400 | 0.72 | 0.72 | 14 | 27.571428 | 24.996326 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
f231751c98633fe3d7d56ee4ea8c36d63fa77caa | 20,126,216,777,206 | 05ebf6638c17232d3f53a4f63463967f47aad1a9 | /src/test/java/com/sg/webservice/HomePageWebServiceImplTest.java | 38bbd7dd31aa3e1822a59081afba73b32101d036 | [] | no_license | jennagordon/GoForCodeWork | https://github.com/jennagordon/GoForCodeWork | 80658046a06ee4292bb591d2b89044c844c9a951 | 53dad420d266955dc2d936405be3f695b7eb5b4a | refs/heads/master | 2020-03-18T03:58:56.983000 | 2018-05-21T19:04:32 | 2018-05-21T19:04:32 | 134,265,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sg.webservice;
import com.sg.dto.Hero;
import com.sg.dto.Location;
import com.sg.dto.Sighting;
import com.sg.model.viewmodel.homepage.HomePageHeroViewModel;
import com.sg.model.viewmodel.homepage.HomePageLocationViewModel;
import com.sg.model.viewmodel.homepage.HomePageSightingViewModel;
import com... | UTF-8 | Java | 3,780 | java | HomePageWebServiceImplTest.java | Java | [] | null | [] | package com.sg.webservice;
import com.sg.dto.Hero;
import com.sg.dto.Location;
import com.sg.dto.Sighting;
import com.sg.model.viewmodel.homepage.HomePageHeroViewModel;
import com.sg.model.viewmodel.homepage.HomePageLocationViewModel;
import com.sg.model.viewmodel.homepage.HomePageSightingViewModel;
import com... | 3,780 | 0.692328 | 0.68836 | 107 | 33.345795 | 30.655792 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476636 | false | false | 13 |
68e4e108dd305b809f5c72c6543a9717249d1e1e | 20,126,216,774,634 | d62f24bfdf3b1c9cbaa99cad57644785a52912fb | /primefaces/src/main/java/org/primefaces/component/confirmdialog/ConfirmDialogRenderer.java | 103b827091a4522306db183944c0c4106a90c409 | [
"MIT"
] | permissive | primefaces/primefaces | https://github.com/primefaces/primefaces | 10f215ec2dd7afcda771301c24a89dbd15757bec | d779b82471b49526c976cc094126f71f10306ae9 | refs/heads/master | 2023-08-31T17:53:19.537000 | 2023-08-31T11:11:19 | 2023-08-31T11:11:19 | 33,770,699 | 2,002 | 1,174 | MIT | false | 2023-09-14T19:57:39 | 2015-04-11T09:48:53 | 2023-09-14T18:43:42 | 2023-09-14T19:57:39 | 124,534 | 1,655 | 727 | 130 | Java | false | false | /*
* The MIT License
*
* Copyright (c) 2009-2023 PrimeTek Informatics
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | UTF-8 | Java | 6,825 | java | ConfirmDialogRenderer.java | Java | [] | null | [] | /*
* The MIT License
*
* Copyright (c) 2009-2023 PrimeTek Informatics
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 6,825 | 0.671355 | 0.670183 | 179 | 37.12849 | 31.031614 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.932961 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.