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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c936ecf4818ce9b39dfb17e880ef44c23a6eae1 | 15,771,119,939,709 | cf362c40b0db8c6780df41d90d2ce57d1b566796 | /src/com/uc/base/system/UCLibLoader.java | 9861a7cbf3d981126d908f7bb1713e98af494935 | [] | no_license | andrewlu1/UCLibLoader | https://github.com/andrewlu1/UCLibLoader | ce1e9de2a6662484c4201748eaaff9de25805202 | ac6791ff9416b418c4be1108e784e17ce2f1a994 | refs/heads/master | 2020-12-24T20:42:56.275000 | 2016-04-27T13:19:56 | 2016-04-27T13:19:56 | 57,207,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uc.base.system;
import java.util.LinkedList;
import java.util.List;
import android.os.Build;
/**
*
* @author Andrewlu 2016.03.24. 用于API 23加载系统so库使用. 通过定制加载过程避免系统弹窗安全提醒.
*
*/
public class UCLibLoader {
private final static String TAG = "UCLibLoader";
private final static List<String> LOADEDLIBS_LI... | UTF-8 | Java | 1,198 | java | UCLibLoader.java | Java | [
{
"context": "ist;\n\nimport android.os.Build;\n\n/**\n * \n * @author Andrewlu 2016.03.24. 用于API 23加载系统so库使用. 通过定制加载过程避免系统弹窗安全提醒",
"end": 135,
"score": 0.9849283695220947,
"start": 127,
"tag": "USERNAME",
"value": "Andrewlu"
}
] | null | [] | package com.uc.base.system;
import java.util.LinkedList;
import java.util.List;
import android.os.Build;
/**
*
* @author Andrewlu 2016.03.24. 用于API 23加载系统so库使用. 通过定制加载过程避免系统弹窗安全提醒.
*
*/
public class UCLibLoader {
private final static String TAG = "UCLibLoader";
private final static List<String> LOADEDLIBS_LI... | 1,198 | 0.717972 | 0.703737 | 49 | 21.938776 | 21.575125 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 14 |
2607e2f7544e00c6a49d3cb54010079901c951c2 | 30,769,145,728,003 | e2eee95a7b2418f65446c025b382427caa795b5f | /app/controllers/Secured.java | 671e9d89da8348451db70fe12698c43465a2fa15 | [] | no_license | laiynus/webnotesPlayFramework | https://github.com/laiynus/webnotesPlayFramework | 973c59841d0200de401414ac72bce1c82ffc5e79 | 56519403e1057870f4a9631b5e0641e47c544d03 | refs/heads/master | 2016-09-08T01:28:33.983000 | 2015-09-30T14:53:08 | 2015-09-30T14:53:08 | 42,659,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import model.Note;
import play.*;
import play.mvc.*;
import play.mvc.Http.*;
import models.*;
public class Secured extends Security.Authenticator{
@Override
public String getUsername(Context ctx) {
return ctx.session().get("username");
}
@Override
... | UTF-8 | Java | 569 | java | Secured.java | Java | [
{
"context": "Context ctx) {\r\n return ctx.session().get(\"username\");\r\n }\r\n\r\n @Override\r\n public Result onU",
"end": 287,
"score": 0.9334805607795715,
"start": 279,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package controllers;
import model.Note;
import play.*;
import play.mvc.*;
import play.mvc.Http.*;
import models.*;
public class Secured extends Security.Authenticator{
@Override
public String getUsername(Context ctx) {
return ctx.session().get("username");
}
@Override
... | 569 | 0.643234 | 0.643234 | 26 | 19.807692 | 21.35239 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
e87582be2613c308619186972f4aa53c93c21f47 | 7,361,573,977,758 | 3cb428c79822120aef8598b31d9eef50ef805111 | /src/main/java/it/polimi/ingsw/PSP50/Model/GodsList/God.java | 45e68ac8491faae8cccf919b785b2183f0875a32 | [] | no_license | Lorenzo-Mazza/BSc-Thesis-Project-Santorini | https://github.com/Lorenzo-Mazza/BSc-Thesis-Project-Santorini | 2af0bd4d0a6d0f1d6e69c5e367da3e1ce81e3e46 | a68bdaa684588f5498511a8308761745edfef2bb | refs/heads/master | 2023-02-25T14:19:30.502000 | 2021-01-31T23:09:22 | 2021-01-31T23:09:22 | 334,774,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.PSP50.Model.GodsList;
import it.polimi.ingsw.PSP50.Model.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* God is an abstract class that will be inherited by every God card
*/
public abstract class God implements Serializable {
/**
* A list o... | UTF-8 | Java | 6,689 | java | God.java | Java | [] | null | [] | package it.polimi.ingsw.PSP50.Model.GodsList;
import it.polimi.ingsw.PSP50.Model.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* God is an abstract class that will be inherited by every God card
*/
public abstract class God implements Serializable {
/**
* A list o... | 6,689 | 0.652713 | 0.65077 | 177 | 36.796612 | 32.597935 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322034 | false | false | 14 |
37891c735bc129e1bbf416276192ce3ebd4f1332 | 2,869,038,178,560 | e154086e6d0ee171508ecf00333de63245c6d5dd | /src/test/java/driver/LocalDriver.java | 3256cf7a8367673e3f1f777f0d6aeb7211296754 | [] | no_license | Pashkar80/GoogleCalculatorDataVerification | https://github.com/Pashkar80/GoogleCalculatorDataVerification | cdbe8ecf471b71f61403c81451a0bcd43b23fb4a | 5f70c77df8ba7e4167244f85d3d84299722614bf | refs/heads/master | 2023-05-10T21:44:29.466000 | 2020-04-25T21:02:53 | 2020-04-25T21:02:53 | 241,716,474 | 0 | 0 | null | false | 2023-05-09T18:24:07 | 2020-02-19T20:17:11 | 2020-04-25T21:03:15 | 2023-05-09T18:24:03 | 28 | 0 | 0 | 1 | Java | false | false | package driver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
/**
* Created by user on 22.10.2019.
*/
public class LocalDriver {
private static final String CHROME="webdriver.chrome.driver";
private static final String CHROME_PATH="E:\\webdriver\\chromedriver.exe"... | UTF-8 | Java | 790 | java | LocalDriver.java | Java | [
{
"context": "a.selenium.chrome.ChromeDriver;\n\n/**\n * Created by user on 22.10.2019.\n */\npublic class LocalDriver {\n ",
"end": 126,
"score": 0.9951210618019104,
"start": 122,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package driver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
/**
* Created by user on 22.10.2019.
*/
public class LocalDriver {
private static final String CHROME="webdriver.chrome.driver";
private static final String CHROME_PATH="E:\\webdriver\\chromedriver.exe"... | 790 | 0.622785 | 0.612658 | 37 | 20.351351 | 20.857582 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 14 |
cebc8d2cd681f22f1c29b5e19523e3732732514b | 17,514,876,665,075 | 1057e3769e8fb4f267ea0ef7ee3987c6f48dff95 | /positronic/satisfiability/demos/bit/BitInequalityIndicatorDemo.java | b1b119d6e3b60e8296e24465e184653285ca7663 | [] | no_license | kmsoileau/just-for-fun | https://github.com/kmsoileau/just-for-fun | fd3a77fc777474329c7685b86f3c47d08ff56d36 | b98494b5cce3461eb84e8792c3f65d130c9741af | refs/heads/master | 2021-01-22T06:28:39.740000 | 2017-04-30T12:48:14 | 2017-04-30T12:48:14 | 81,852,876 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package positronic.satisfiability.demos.bit;
import positronic.satisfiability.elements.BitInequalityIndicator;
import positronic.satisfiability.elements.BooleanLiteral;
import positronic.satisfiability.elements.BooleanVariable;
import positronic.satisfiability.elements.IBooleanVariable;
import positronic.satisfi... | UTF-8 | Java | 1,074 | java | BitInequalityIndicatorDemo.java | Java | [] | null | [] | package positronic.satisfiability.demos.bit;
import positronic.satisfiability.elements.BitInequalityIndicator;
import positronic.satisfiability.elements.BooleanLiteral;
import positronic.satisfiability.elements.BooleanVariable;
import positronic.satisfiability.elements.IBooleanVariable;
import positronic.satisfi... | 1,074 | 0.777467 | 0.774674 | 26 | 39.23077 | 27.371107 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 14 |
a9cd840ec13d3b1402ead3cffe135b77b7eb37c0 | 12,472,585,054,339 | e3dc9d4f6db6ae926293fb921d659cd412b2477f | /hijactools/trunk/.svn/pristine/a9/a9cd840ec13d3b1402ead3cffe135b77b7eb37c0.svn-base | b735dd0d3a62cc7de0e2ab84f835bd37b552233d | [] | no_license | scjl2/circusTranslation | https://github.com/scjl2/circusTranslation | 2adfb0e90947071298e7d38e1f8797d37d4bbc18 | 573394dda45aac1b06e7912153d3fe5a20c679fb | refs/heads/master | 2020-12-23T17:51:03.919000 | 2017-04-20T13:02:47 | 2017-04-20T13:02:47 | 58,379,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hijac.tools.scjmsafe.language.RefCon;
public class CurrentPlus extends MetaRefCon {
private int depth;
public CurrentPlus(int i) {
depth = i;
}
public void setDepth(int i) {
depth = i;
}
public int getDepth() {
return depth;
}
public void printMetaRe... | UTF-8 | Java | 902 | a9cd840ec13d3b1402ead3cffe135b77b7eb37c0.svn-base | Java | [] | null | [] | package hijac.tools.scjmsafe.language.RefCon;
public class CurrentPlus extends MetaRefCon {
private int depth;
public CurrentPlus(int i) {
depth = i;
}
public void setDepth(int i) {
depth = i;
}
public int getDepth() {
return depth;
}
public void printMetaRe... | 902 | 0.529933 | 0.529933 | 44 | 19.5 | 17.323788 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 14 | |
a2a5893b213a686fcbfbee299f6f60037d6d39ef | 12,472,585,054,219 | d0b7cd6626285f1a4b2327b7606be6abdb050074 | /VirementMultiple/src/main/java/ma/adria/banque/entities/VirementMultipleBeneficiaire.java | ba69bbc4716efa7d8c9ec291834ecb6669b18077 | [] | no_license | Ouakrim/VirementMultipleBack | https://github.com/Ouakrim/VirementMultipleBack | a433fbb942ea5eb63e993a7318c3d9d9631f345b | 224567765c252cbd8005cf2194ec847637689935 | refs/heads/master | 2016-08-12T15:20:42.639000 | 2016-02-26T17:23:57 | 2016-02-26T17:23:57 | 51,502,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.adria.banque.entities;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinC... | ISO-8859-2 | Java | 2,865 | java | VirementMultipleBeneficiaire.java | Java | [
{
"context": "ntMultiple et la classe Beneficiaire \r\n * @author ouakrim\r\n * @since 02/2016\r\n * @version 1.0.0\r\n */\r\n\r\n@En",
"end": 528,
"score": 0.9996681213378906,
"start": 521,
"tag": "USERNAME",
"value": "ouakrim"
}
] | null | [] | package ma.adria.banque.entities;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinC... | 2,865 | 0.546439 | 0.542947 | 102 | 26.078432 | 27.242443 | 103 | false | false | 0 | 0 | 0 | 0 | 85 | 0.178073 | 1.22549 | false | false | 14 |
3722e56e0177bbc8388023a7907fbb197c6e872f | 31,336,081,416,105 | e913b3717e1a79029be1c615f4bd5b7a61006ecd | /src/main/java/ru/highloadcup/api/UsersDto.java | e2cda274b13e3549155aa977674f17c265e56552 | [] | no_license | AnkBurov/highloadcup | https://github.com/AnkBurov/highloadcup | 85a5b66c8ce700c21607d00ab4424364e6e62e36 | d8f1d1d25ac4cf351a4b28c0e8df634ab5a6e1af | refs/heads/master | 2021-01-22T00:45:13.246000 | 2017-09-02T12:37:16 | 2017-09-02T12:37:16 | 102,192,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.highloadcup.api;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class UsersDto implements Serializable {
private List<User> users = new ArrayList<>();
public UsersDto() {
}
public UsersDto(List<User> users) {
this.users = users;
}
... | UTF-8 | Java | 461 | java | UsersDto.java | Java | [] | null | [] | package ru.highloadcup.api;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class UsersDto implements Serializable {
private List<User> users = new ArrayList<>();
public UsersDto() {
}
public UsersDto(List<User> users) {
this.users = users;
}
... | 461 | 0.637744 | 0.637744 | 25 | 17.440001 | 16.582111 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 14 |
41634bbbbaf1c3468f9015d5eafceda806dcbcbc | 17,394,617,578,479 | a9f95bf4bbaa7dc1a395c76df5488974ef2aab67 | /app/src/main/java/com/adamnickle/delivering/Delivery.java | 9eb9393515b25bea82e395e9d65f618b01796218 | [] | no_license | anickle060193/delivering | https://github.com/anickle060193/delivering | e2c38da3b45d60dd6d58448bdf2bce7cf76759ae | 274d8dea199622ee24e9c824fc1f0691affa5cb5 | refs/heads/master | 2021-01-20T20:03:40.821000 | 2015-10-28T00:45:12 | 2015-10-28T00:45:12 | 44,425,191 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adamnickle.delivering;
import com.parse.ParseACL;
import com.parse.ParseClassName;
import com.parse.ParseObject;
import com.parse.ParseQuery;
import java.math.BigDecimal;
import java.util.Date;
@ParseClassName( "Delivery" )
public class Delivery extends ParseObject
{
public static final String NAME ... | UTF-8 | Java | 4,403 | java | Delivery.java | Java | [] | null | [] | package com.adamnickle.delivering;
import com.parse.ParseACL;
import com.parse.ParseClassName;
import com.parse.ParseObject;
import com.parse.ParseQuery;
import java.math.BigDecimal;
import java.util.Date;
@ParseClassName( "Delivery" )
public class Delivery extends ParseObject
{
public static final String NAME ... | 4,403 | 0.622303 | 0.622303 | 183 | 23.06011 | 22.256126 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387978 | false | false | 14 |
084248c10966306f693249d7aa1c502753271cdd | 20,529,943,703,199 | dcc778760358a18b2f0ac8817d3e74171ceadd59 | /Assignment2/Assn2.java | de44114638ca17fc6b59914f33130135196086ba | [] | no_license | FAFIERROJR/CECS424 | https://github.com/FAFIERROJR/CECS424 | bbe32d60ca3390ccdd55a0ea7227befcaf072ff8 | bfb00d3813bf420f7a82a3ac3e60fd779caf4c49 | refs/heads/master | 2021-03-30T17:09:03.929000 | 2018-04-24T18:10:40 | 2018-04-24T18:10:40 | 118,951,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.regex.Pattern;
import java.io.File;
import java.io.FileReader;
import java.io.BufferedReader;
import java.util.regex.Matcher;
public class Assn2 {
public static void main(String args[]){
//only proceed if filename given
if(args.length > 0){
//compile reg ex
... | UTF-8 | Java | 1,567 | java | Assn2.java | Java | [] | null | [] | import java.util.regex.Pattern;
import java.io.File;
import java.io.FileReader;
import java.io.BufferedReader;
import java.util.regex.Matcher;
public class Assn2 {
public static void main(String args[]){
//only proceed if filename given
if(args.length > 0){
//compile reg ex
... | 1,567 | 0.498405 | 0.492023 | 45 | 33.844444 | 24.04159 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
58e58879d81ecdfaa34c6792afc222677f055038 | 19,361,712,595,506 | ef841a5b67d5a709a32d040ca04eb6a414fd1a9a | /EclipseProjects/Notificator/src/co/edu/udea/campusmovil/notificador/model/Forum.java | 0320e9bb4ae458e102689fd99ffaefe7b985542a | [] | no_license | llanox/Mootify | https://github.com/llanox/Mootify | fb2eebe553109512cb76acfe8b4b35f6c3f5fc4e | 85443beb412f26ba2bed2157ac1f3d675b587471 | refs/heads/master | 2021-01-23T19:41:46.206000 | 2012-10-03T19:30:42 | 2012-10-03T19:30:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.edu.udea.campusmovil.notificador.model;
public class Forum {
public static String[] COLS = new String[] {"consecutive_id", "id", "name", "type", "course_id"};
public static String DATABASE_TABLE = "forums";
public static String TABLE_CREATE = "create table if not exists " + Forum.DATABA... | UTF-8 | Java | 1,832 | java | Forum.java | Java | [] | null | [] | package co.edu.udea.campusmovil.notificador.model;
public class Forum {
public static String[] COLS = new String[] {"consecutive_id", "id", "name", "type", "course_id"};
public static String DATABASE_TABLE = "forums";
public static String TABLE_CREATE = "create table if not exists " + Forum.DATABA... | 1,832 | 0.552948 | 0.548581 | 74 | 22.756756 | 23.972288 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
ba77fa31717362b1cfa3441b71d6f710f21a76e5 | 35,502,199,710,248 | eab17ed3be9c93df70a381ca8a7b2f1a907ab304 | /src/Intro_To_Random/Magic8Ball.java | 450afc9b97898cb426c69abdd3a1e4d99139dbd2 | [] | no_license | League-Level0-Student/Level-0-Module-2-ZZMimiCoder | https://github.com/League-Level0-Student/Level-0-Module-2-ZZMimiCoder | 30ceafbf50463b1376ace98d14d640074401cd2a | 10f3143e52e231137a4f71c3bec25110c32072b5 | refs/heads/master | 2020-05-30T17:23:31.069000 | 2019-07-28T18:28:23 | 2019-07-28T18:28:23 | 189,873,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Intro_To_Random;
import java.util.Random;
import javax.swing.JOptionPane;
public class Magic8Ball {
public static void main(String[] Args) {
Random Rand = new Random();
int R = Rand.nextInt(4);
JOptionPane.showInputDialog("Ask a question:");
if(R == 0) {
JOptionPane.showMessageDialog(null, "Yes");
... | UTF-8 | Java | 542 | java | Magic8Ball.java | Java | [] | null | [] | package Intro_To_Random;
import java.util.Random;
import javax.swing.JOptionPane;
public class Magic8Ball {
public static void main(String[] Args) {
Random Rand = new Random();
int R = Rand.nextInt(4);
JOptionPane.showInputDialog("Ask a question:");
if(R == 0) {
JOptionPane.showMessageDialog(null, "Yes");
... | 542 | 0.673432 | 0.664207 | 22 | 23.636364 | 17.481277 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.272727 | false | false | 14 |
5b84213ee5258ad9a07b9cb31a882a8dfba2e44e | 27,075,473,897,793 | a0654a9c87c607cc2495e682a93a0ddaa516a0e5 | /Day6/Exercise/src/com/training/FoodItem.java | 1f7f19affe1ec02d0bace3d0ffa8ae4d54a857d7 | [] | no_license | sibashish99/JAVA_training | https://github.com/sibashish99/JAVA_training | d2d1b95665271e90a953df206ee4ebede69c9ac7 | a9f164dc3f7b5fe5dee9ad1ac79414e6c39a280b | refs/heads/main | 2023-08-15T00:40:56.378000 | 2021-10-05T05:56:15 | 2021-10-05T05:56:15 | 407,387,488 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.training;
public class FoodItem extends Product {
private boolean isVegetarian;
public FoodItem(int itemCode, String itemName, double quantity, double unitPrice, boolean isVegetarian) {
super(itemCode, itemName, quantity, unitPrice);
this.isVegetarian = isVegetarian;
}
... | UTF-8 | Java | 321 | java | FoodItem.java | Java | [] | null | [] | package com.training;
public class FoodItem extends Product {
private boolean isVegetarian;
public FoodItem(int itemCode, String itemName, double quantity, double unitPrice, boolean isVegetarian) {
super(itemCode, itemName, quantity, unitPrice);
this.isVegetarian = isVegetarian;
}
... | 321 | 0.716511 | 0.716511 | 14 | 22 | 30.359747 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 15 |
d46db44f9fcc6deda4d66b1dd2d1152be2c5f28e | 30,683,246,385,073 | 8216899ad4937914dbf653e50f1e5ba8c102e6bf | /test/CatchAndReturn.java | 7b3a86bb4c7940054f9b1ebb3992dc0151cddd92 | [] | no_license | Zhou-Xiaowei/mvc | https://github.com/Zhou-Xiaowei/mvc | f9bed3afa14aa8c3818466a7ac1a3ec8a31c22fd | c0969ab7ad1ff69d24e5ee96bd6aa1cbddedddaf | refs/heads/master | 2020-03-31T12:18:54.900000 | 2018-10-25T00:54:46 | 2018-10-25T00:54:46 | 152,211,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import org.apache.log4j.Logger;
public class CatchAndReturn {
private static Logger logger=Logger.getLogger(CatchAndReturn.class);
String test(){... | UTF-8 | Java | 1,024 | java | CatchAndReturn.java | Java | [] | null | [] | import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import org.apache.log4j.Logger;
public class CatchAndReturn {
private static Logger logger=Logger.getLogger(CatchAndReturn.class);
String test(){... | 1,024 | 0.722222 | 0.707071 | 37 | 25.756756 | 17.758751 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.108108 | false | false | 15 |
1043de7d46e722f324ce140d1ccef6c8dd1503fc | 19,963,007,992,581 | ecb7e109a62f6a2a130e3320ed1fb580ba4fc2de | /reference-code/esr/esale-tenants/src/main/java/jp/co/softbrain/esales/tenants/service/SettingEnvironmentService.java | 494e23323f100c7bd061335035d2293e1b457ee3 | [] | no_license | nisheeth84/prjs_sample | https://github.com/nisheeth84/prjs_sample | df732bc1eb58bc4fd4da6e76e6d59a2e81f53204 | 3fb10823ca4c0eb3cd92bcd2d5d4abc8d59436d9 | refs/heads/master | 2022-12-25T22:44:14.767000 | 2020-10-07T14:55:52 | 2020-10-07T14:55:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.co.softbrain.esales.tenants.service;
import com.amazonaws.xray.spring.aop.XRayEnabled;
import jp.co.softbrain.esales.tenants.web.rest.vm.response.SettingEnvironmentResponse;
/**
* Service interface for managing SettingEnvironment
*
* @author tongminhcuong
*/
@XRayEnabled
public interface SettingEnviro... | UTF-8 | Java | 679 | java | SettingEnvironmentService.java | Java | [
{
"context": "face for managing SettingEnvironment\n *\n * @author tongminhcuong\n */\n@XRayEnabled\npublic interface SettingEnvironm",
"end": 272,
"score": 0.9978234767913818,
"start": 259,
"tag": "USERNAME",
"value": "tongminhcuong"
}
] | null | [] | package jp.co.softbrain.esales.tenants.service;
import com.amazonaws.xray.spring.aop.XRayEnabled;
import jp.co.softbrain.esales.tenants.web.rest.vm.response.SettingEnvironmentResponse;
/**
* Service interface for managing SettingEnvironment
*
* @author tongminhcuong
*/
@XRayEnabled
public interface SettingEnviro... | 679 | 0.759941 | 0.759941 | 23 | 28.52174 | 30.889523 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 15 |
7e717b3a2398f86733283fc4829912a83f980347 | 23,484,881,237,303 | 114e1075274bf35468ae30917372fe3927496629 | /account-service/src/test/java/com/test/bank/accountservice/AccountServiceTest.java | afca710e2cdff9d41517fac39997222fe9c2d543 | [
"Apache-2.0"
] | permissive | jaflolo/bank-exercise | https://github.com/jaflolo/bank-exercise | 7a89ba7271af049afdc521828115da0a9c6f8ba1 | a4af3b333417d1e9e0312cbb34d9e90fc0300d26 | refs/heads/master | 2020-08-05T19:45:42.347000 | 2019-10-07T05:57:36 | 2019-10-07T05:57:36 | 212,682,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 9,707 | java | AccountServiceTest.java | Java | [
{
"context": "nt = new Account();\n account.setFirstName(\"Jaime\");\n account.setLastName(\"Flores\");\n ",
"end": 2077,
"score": 0.9997793436050415,
"start": 2072,
"tag": "NAME",
"value": "Jaime"
},
{
"context": "tFirstName(\"Jaime\");\n account.setLastNa... | null | [] | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 9,707 | 0.716699 | 0.702689 | 241 | 39.278008 | 32.851505 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684647 | false | false | 15 |
0fc4773a6de1e5ee54f99b4819b2441067f229d0 | 30,477,087,933,491 | 61583e7b56ec16bf6d2e80494b3215648efad959 | /GeeksforGeeks/Tree/Make Binary Tree From Linked List.java | fd9b56c811ba83da6a04fa75e0be4da4e6baa8d2 | [] | no_license | VaibhavSethia07/Coding-Questions | https://github.com/VaibhavSethia07/Coding-Questions | 45470817d1efd725c88ea291beddfe90ba5075d3 | 9630c49f022aefb5904122e4513cd06a9f3155df | refs/heads/master | 2023-06-22T02:06:08.353000 | 2022-08-21T12:41:11 | 2022-08-21T12:41:11 | 244,925,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Given a Linked List Representation of Complete Binary Tree. The task is to construct the Binary tree.
Note : The complete binary tree is represented as a linked list in a way where if root node is stored at position i, its left, and right children are stored at position 2*i+1, 2*i+2 respectively.
Input:
First l... | UTF-8 | Java | 2,395 | java | Make Binary Tree From Linked List.java | Java | [] | null | [] | /*
Given a Linked List Representation of Complete Binary Tree. The task is to construct the Binary tree.
Note : The complete binary tree is represented as a linked list in a way where if root node is stored at position i, its left, and right children are stored at position 2*i+1, 2*i+2 respectively.
Input:
First l... | 2,395 | 0.517745 | 0.48643 | 79 | 29.316456 | 39.635536 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35443 | false | false | 15 |
c3d70fbb587698d29345009e3b76c7ef1b149b24 | 32,212,254,789,288 | a9f0a7cb7b5920b1f038978d009a857a1c5cfc47 | /2022-shenzhen-FinTechathon/guolizhongzheng/Back/src/main/java/com/example/springbootdemo/utils/bo/d.java | 061285aac5c7f5277d5addc1c32f6f9a18dd3fbe | [] | no_license | FISCO-BCOS/hackathon | https://github.com/FISCO-BCOS/hackathon | 5a6ba59b24d9483f86404f50b90599f094f4612e | 6b655b3970c2ad94f08adb65b5f9028b6cb4bf48 | refs/heads/master | 2023-01-22T07:38:26.150000 | 2023-01-16T02:33:38 | 2023-01-16T02:33:38 | 195,968,114 | 77 | 108 | null | false | 2023-01-16T02:33:40 | 2019-07-09T08:38:10 | 2022-12-14T23:02:45 | 2023-01-16T02:33:39 | 173,509 | 62 | 83 | 13 | Java | false | false | package com.example.springbootdemo.utils.bo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class d {
private String docAdd;
}
| UTF-8 | Java | 233 | java | d.java | Java | [] | null | [] | package com.example.springbootdemo.utils.bo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class d {
private String docAdd;
}
| 233 | 0.785408 | 0.785408 | 10 | 21.299999 | 12.313002 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
22d2143b2ffe6968b460f81f38ece273fbf6e454 | 14,276,471,324,306 | 914ac4b8aeb086cc6eca661fc65b43994d09919a | /Backend/ms-ux-distribucion-de-costos-envio-parametria-pga/src/main/java/pe/com/pacifico/kuntur/expose/MovCuentaContableController.java | 9c6332d5150e82bd4db62bfcb4004885474d939b | [] | no_license | alburg-ms-peru/BackMTG | https://github.com/alburg-ms-peru/BackMTG | 203b4e7830c1e998cc5ee7c1ddceb4e24d91c30f | 688facc846ad2320f96d93d375e8c333c162b234 | refs/heads/main | 2023-06-29T10:38:38.009000 | 2021-08-06T01:38:04 | 2021-08-06T01:38:04 | 391,156,917 | 0 | 1 | null | false | 2021-08-06T03:09:15 | 2021-07-30T18:21:10 | 2021-08-06T03:08:54 | 2021-08-06T03:08:51 | 337 | 0 | 1 | 0 | Java | false | false | package pe.com.pacifico.kuntur.expose;
import io.swagger.annotations.ApiOperation;
import java.util.List;
import javax.validation.Valid;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.De... | UTF-8 | Java | 5,546 | java | MovCuentaContableController.java | Java | [
{
"context": " = {\"http://localhost:4200\",\"https://distribuciongastosdev.pacificotest.com.pe\"})\n@RequestMapping(\"/params/accounts-period\")\n@Sl",
"end": 1622,
"score": 0.8724943399429321,
"start": 1594,
"tag": "EMAIL",
"value": "astosdev.pacificotest.com.pe"
}
] | null | [] | package pe.com.pacifico.kuntur.expose;
import io.swagger.annotations.ApiOperation;
import java.util.List;
import javax.validation.Valid;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.De... | 5,525 | 0.725699 | 0.719207 | 135 | 40.074074 | 33.030094 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 15 |
1685f8edd805a1a5d358bda6d7f47b1d6f9126ff | 18,416,819,781,695 | 6eaedc766a14b2335d5aecef02f98e8a9242f76a | /src/Gui/SignUpForm.java | 61a571c1353bb05c34c86fc94a6e52fcd6b193d5 | [] | no_license | khaoulasoury/DonationMobile | https://github.com/khaoulasoury/DonationMobile | 81ecfa594058b34a76a40c1b62a83f704cc71b2d | fad2e5f5c90740fb6522694b2fd596cd7d3f6c04 | refs/heads/master | 2022-11-05T02:21:09.177000 | 2020-06-19T16:10:07 | 2020-06-19T16:10:07 | 273,541,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package Gui;
import com.codename1.components.FloatingHint;
import com.codename1.ui.Button;
import com.codename1.ui.Command;
import com.codename1.ui.Container;
import com.codename1.ui.Dialog;
import com.codename1.ui.Display;
import com.codename1.ui.Form;
import com.codename1.ui.Label;
import com.codename1.ui.TextFiel... | UTF-8 | Java | 5,590 | java | SignUpForm.java | Java | [
{
"context": "\n TextField username = new TextField(\"\", \"* Username\", 20, TextField.ANY);\n TextField email = n",
"end": 1424,
"score": 0.9939006567001343,
"start": 1416,
"tag": "USERNAME",
"value": "Username"
}
] | null | [] |
package Gui;
import com.codename1.components.FloatingHint;
import com.codename1.ui.Button;
import com.codename1.ui.Command;
import com.codename1.ui.Container;
import com.codename1.ui.Dialog;
import com.codename1.ui.Display;
import com.codename1.ui.Form;
import com.codename1.ui.Label;
import com.codename1.ui.TextFiel... | 5,590 | 0.583721 | 0.577102 | 132 | 41.333332 | 27.983671 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.143939 | false | false | 15 |
418aefe8f5a62c40d8dcee6487e6a829d05f9783 | 27,865,747,873,720 | 25aeb5a4a119d23b616fb818f5001d569958905d | /JPL/ch22/ex22_14/TestDoubleCalculator.java | a2d48bf762950eec0a26807c725199e321b522fa | [] | no_license | YN111/Java2013 | https://github.com/YN111/Java2013 | 74e59a42cd64ac19c18219da12124ffab2b7dc63 | 5e074d0ba5c833254308585b8c8093006dcb65b0 | refs/heads/master | 2016-09-02T00:54:37.800000 | 2015-01-13T15:20:11 | 2015-01-13T15:20:11 | 16,603,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Test;
import junit.framework.TestCase;
public class TestDoubleCalculator extends TestCase{
@Test
public void testSum() {
assertEquals(DoubleCalculator.sum("err err 10.0"), 10.0);
assertEquals(DoubleCalculator.sum("10 10.0 10.0f"), 30.0);
assertEquals(DoubleCalculator.sum("1.0e2 1.0e2"), 200... | UTF-8 | Java | 331 | java | TestDoubleCalculator.java | Java | [] | null | [] | import org.junit.Test;
import junit.framework.TestCase;
public class TestDoubleCalculator extends TestCase{
@Test
public void testSum() {
assertEquals(DoubleCalculator.sum("err err 10.0"), 10.0);
assertEquals(DoubleCalculator.sum("10 10.0 10.0f"), 30.0);
assertEquals(DoubleCalculator.sum("1.0e2 1.0e2"), 200... | 331 | 0.731118 | 0.649547 | 14 | 22.642857 | 24.070156 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 15 |
57b0082c1fae697fe3c12f62a91b0887a4b5c120 | 23,364,622,130,612 | 72b6316321f45d650cbed01bcfb25c5015a64556 | /4.JavaCollections/src/com/javarush/task/task26/task2613/CurrencyManipulator.java | 30f0f0c34b4d1bae840efde6b1f87272247b3aac | [] | no_license | whiskels/JavaRush | https://github.com/whiskels/JavaRush | b7e21760c10f5d88da26261640024168052dd8d5 | aaed9ee89249bdce0240fcdb3364741901311428 | refs/heads/master | 2022-11-27T19:55:55.788000 | 2020-08-08T12:50:04 | 2020-08-08T12:50:04 | 257,210,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.task.task26.task2613;
import com.javarush.task.task26.task2613.exception.NotEnoughMoneyException;
import java.util.*;
public class CurrencyManipulator {
private String currencyCode;
private Map<Integer, Integer> denominations = new TreeMap<>(Collections.reverseOrder());
;
public... | UTF-8 | Java | 2,643 | java | CurrencyManipulator.java | Java | [] | null | [] | package com.javarush.task.task26.task2613;
import com.javarush.task.task26.task2613.exception.NotEnoughMoneyException;
import java.util.*;
public class CurrencyManipulator {
private String currencyCode;
private Map<Integer, Integer> denominations = new TreeMap<>(Collections.reverseOrder());
;
public... | 2,643 | 0.622399 | 0.614453 | 82 | 31.231707 | 28.868626 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52439 | false | false | 15 |
d956dd590c0f6d6fd26667ef55cde55feed05841 | 26,130,581,058,271 | 39439b61b8ddb53fb2962b2f26cb9153e555ef88 | /app/src/main/java/net/nashlegend/sourcewall/request/api/ArticleAPI.java | fdfb3376dc731f31de8297ef0b184eff33523b3c | [] | no_license | joshuayingwhat/SourceWall | https://github.com/joshuayingwhat/SourceWall | 874e0dbe2cf5c0a088111d3921af570f89f90560 | a90e2faf5ed67aede165bde3a60291062a57a444 | refs/heads/master | 2023-04-07T16:23:29.878000 | 2017-08-27T08:26:32 | 2017-08-27T08:26:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.nashlegend.sourcewall.request.api;
import net.nashlegend.sourcewall.data.Tail;
import net.nashlegend.sourcewall.model.Article;
import net.nashlegend.sourcewall.model.Author;
import net.nashlegend.sourcewall.model.SubItem;
import net.nashlegend.sourcewall.model.UComment;
import net.nashlegend.sourcewall.req... | UTF-8 | Java | 19,579 | java | ArticleAPI.java | Java | [] | null | [] | package net.nashlegend.sourcewall.request.api;
import net.nashlegend.sourcewall.data.Tail;
import net.nashlegend.sourcewall.model.Article;
import net.nashlegend.sourcewall.model.Author;
import net.nashlegend.sourcewall.model.SubItem;
import net.nashlegend.sourcewall.model.UComment;
import net.nashlegend.sourcewall.req... | 19,579 | 0.497549 | 0.495231 | 447 | 41.449665 | 26.793209 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456376 | false | false | 15 |
1d2fe72ce90d76173a04f06906a26c763b1f14cb | 13,426,067,769,906 | c4623aa95fb8cdd0ee1bc68962711c33af44604e | /src/com/yelp/android/y/e.java | 75978cc784a466d9dea8e1cfd7862e3d96f1d89b | [] | no_license | reverseengineeringer/com.yelp.android | https://github.com/reverseengineeringer/com.yelp.android | 48f7f2c830a3a1714112649a6a0a3110f7bdc2b1 | b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8 | refs/heads/master | 2021-01-19T02:07:25.997000 | 2016-07-19T16:37:24 | 2016-07-19T16:37:24 | 38,555,675 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yelp.android.y;
import android.util.Log;
import com.bumptech.glide.load.b;
import com.yelp.android.t.a.c;
import java.io.File;
import java.io.IOException;
public class e
implements a
{
private static e a = null;
private final c b = new c();
private final j c;
private final File d;
private fina... | UTF-8 | Java | 4,730 | java | e.java | Java | [
{
"context": "lide/load/b;)V\n // 105: aload_2\n // 106: athrow\n // Local variable table:\n // start\tlengt",
"end": 3819,
"score": 0.874235987663269,
"start": 3813,
"tag": "USERNAME",
"value": "athrow"
}
] | null | [] | package com.yelp.android.y;
import android.util.Log;
import com.bumptech.glide.load.b;
import com.yelp.android.t.a.c;
import java.io.File;
import java.io.IOException;
public class e
implements a
{
private static e a = null;
private final c b = new c();
private final j c;
private final File d;
private fina... | 4,730 | 0.561945 | 0.501269 | 177 | 25.728813 | 22.309454 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847458 | false | false | 15 |
f1ee1cd4c338bff077e2cfd5858ee6dfb4990ebf | 9,345,848,855,126 | 8764386218f81abac52bb72b4dd6ade4b0f75da1 | /blockchainproj/miner/src/main/java/by/matusevich/repository/BlockRepo.java | 13a1889e4ea2cb64cc3d73f625e8f051d7b8dae4 | [] | no_license | matthewsevich/blockchainproj | https://github.com/matthewsevich/blockchainproj | 4df22728ac0408121d9ebbab520db464203975ea | ff34b5762f82e038e8db612782cd95c9d8b87708 | refs/heads/main | 2023-02-02T23:21:51.749000 | 2020-12-22T11:24:05 | 2020-12-22T11:24:05 | 303,525,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.matusevich.repository;
import by.matusevich.pojo.Block;
import org.springframework.data.repository.CrudRepository;
public interface BlockRepo extends CrudRepository<Block, Long> {
Block findFirstByOrderByTimestampDesc();
}
| UTF-8 | Java | 241 | java | BlockRepo.java | Java | [] | null | [] | package by.matusevich.repository;
import by.matusevich.pojo.Block;
import org.springframework.data.repository.CrudRepository;
public interface BlockRepo extends CrudRepository<Block, Long> {
Block findFirstByOrderByTimestampDesc();
}
| 241 | 0.821577 | 0.821577 | 9 | 25.777779 | 24.786993 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 15 |
edc6fd1ab665fafd7d11aff0fc4b5b051efface0 | 32,865,089,771,807 | 8837d68fd099c3529e1f940712e54556cb6b613f | /Test/src/com/example/spring5/demo01/decoupled/HelloWorldDecoupled.java | bd4d8a509f760ddd1058c5ec52f37ed87c84fdd8 | [] | no_license | iosdouble/JavaLean | https://github.com/iosdouble/JavaLean | f360beafef24c2b358f77b2e6e8ac3b212d0e539 | 0abe3076101133db103138c6d0124b2dd74a702a | refs/heads/master | 2020-04-22T09:13:53.752000 | 2019-06-06T06:20:12 | 2019-06-06T06:20:12 | 170,265,020 | 2 | 0 | null | false | 2019-02-12T07:13:41 | 2019-02-12T06:29:32 | 2019-02-12T07:10:56 | 2019-02-12T07:10:55 | 0 | 0 | 0 | 1 | Java | false | null | package com.example.spring5.demo01.decoupled;
/**
* @ClassName HelloWorldDecoupled
* @Author nihui
* @Date 2019/3/15 14:18
* @Version 1.0
* @Description TODO
*/
public class HelloWorldDecoupled {
public static void main(String[] args) {
MessageRenderer mr = new StandardOutMessageRenderer();
M... | UTF-8 | Java | 438 | java | HelloWorldDecoupled.java | Java | [
{
"context": "\n\n/**\n * @ClassName HelloWorldDecoupled\n * @Author nihui\n * @Date 2019/3/15 14:18\n * @Version 1.0\n * @Desc",
"end": 101,
"score": 0.9730777740478516,
"start": 96,
"tag": "USERNAME",
"value": "nihui"
}
] | null | [] | package com.example.spring5.demo01.decoupled;
/**
* @ClassName HelloWorldDecoupled
* @Author nihui
* @Date 2019/3/15 14:18
* @Version 1.0
* @Description TODO
*/
public class HelloWorldDecoupled {
public static void main(String[] args) {
MessageRenderer mr = new StandardOutMessageRenderer();
M... | 438 | 0.680365 | 0.643836 | 18 | 23.333334 | 19.759666 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 15 |
54cfef16b094224eed1f53facab11853b279e055 | 824,633,787,880 | d5eedccc590f18feda47ace1007ac6a16c1de590 | /musicdatamining/src/main/java/com/semkagtn/musicdatamining/DataCollector.java | d9f51d1e3cd4806fb9befa6a7454d50ed6fd0669 | [
"MIT"
] | permissive | semkagtn/last-fm | https://github.com/semkagtn/last-fm | ab029c02f459ec6a9774f131485efd34ee17ca59 | 9e8f37b2ee3dccfc9fd13428b1353d06fa5c0e15 | refs/heads/master | 2016-09-05T22:25:59.814000 | 2016-03-02T11:44:22 | 2016-03-02T11:44:22 | 30,871,915 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.semkagtn.musicdatamining;
import com.semkagtn.musicdatamining.database.DatabaseWriterHelper;
import com.semkagtn.musicdatamining.database.EntityConverter;
import com.semkagtn.musicdatamining.httpclient.HttpClient;
import com.semkagtn.musicdatamining.httpclient.HttpClientConfig;
import com.semkagtn.musicdat... | UTF-8 | Java | 8,429 | java | DataCollector.java | Java | [
{
"context": "pi.userwalker.UserPredicates.*;\n\n/**\n * Created by semkagtn on 03.09.15.\n */\npublic class DataCollector {\n\n ",
"end": 1661,
"score": 0.9996709823608398,
"start": 1653,
"tag": "USERNAME",
"value": "semkagtn"
}
] | null | [] | package com.semkagtn.musicdatamining;
import com.semkagtn.musicdatamining.database.DatabaseWriterHelper;
import com.semkagtn.musicdatamining.database.EntityConverter;
import com.semkagtn.musicdatamining.httpclient.HttpClient;
import com.semkagtn.musicdatamining.httpclient.HttpClientConfig;
import com.semkagtn.musicdat... | 8,429 | 0.67505 | 0.671729 | 208 | 39.52404 | 27.124523 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725962 | false | false | 15 |
9daac987545279b30860d494db372d85d8e4d453 | 1,743,756,782,495 | 479bc79c9ac9b13a460cb97d8c3e24e4c95731af | /backend/src/main/java/com/example/ticketmaster/backend/repository/UserRepository.java | 413af3609bf6ace5f8e55e87dab34542f00c93ad | [] | no_license | ghaniasim/ticket-master | https://github.com/ghaniasim/ticket-master | c556092d6d90123b21bdb17231d92bc0f6421c26 | 2adb3365cc805be6802f710f6b077192d2071d41 | refs/heads/master | 2023-01-13T00:06:04.887000 | 2019-12-01T23:08:54 | 2019-12-01T23:08:54 | 225,207,728 | 9 | 2 | null | false | 2023-01-05T02:04:52 | 2019-12-01T18:24:31 | 2022-11-27T03:05:54 | 2023-01-05T02:04:51 | 7,338 | 6 | 1 | 21 | JavaScript | false | false | package com.example.ticketmaster.backend.repository;
import com.example.ticketmaster.backend.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface UserRepository extends JpaRepository<User, Long>... | UTF-8 | Java | 769 | java | UserRepository.java | Java | [] | null | [] | package com.example.ticketmaster.backend.repository;
import com.example.ticketmaster.backend.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface UserRepository extends JpaRepository<User, Long>... | 769 | 0.661899 | 0.660598 | 22 | 32.954544 | 31.312904 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 15 |
21630d9be81bc9b0422b2367f122103dd0fbba07 | 24,644,522,393,262 | 32932d2343067685cd2fedba91761a38921a49df | /test/src/WhileTest.java | f1d7dad46575c579a84e0b7f02dd9c35b97ec4cf | [] | no_license | haewoni/eclipse-workspaceSE | https://github.com/haewoni/eclipse-workspaceSE | e32a1236e0804dc26d1e61b63bd6de4ade901bbc | b45cb86ce3902551c1b9e79968b0cb95e6af915d | refs/heads/master | 2022-11-19T15:11:39.679000 | 2020-07-22T02:13:02 | 2020-07-22T02:13:02 | 272,352,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class WhileTest {
public static void main(String[] args) {
/*
반복문
stmt1;
while(조건문){
//조건문--> 논리형데이타를 반환하는 식, 논리형 변수, 논리형 리터럴
stmt2;
}
stmt3;
흐름 stmt1 -->조건식의 데이타가 true인동안 stmt2를 반복 실행--> stmt3
흐름 stmt1 -->조건식의 데이타가 false가 되면 stmt2를 반복 실행x(Whil... | UTF-8 | Java | 1,204 | java | WhileTest.java | Java | [] | null | [] |
public class WhileTest {
public static void main(String[] args) {
/*
반복문
stmt1;
while(조건문){
//조건문--> 논리형데이타를 반환하는 식, 논리형 변수, 논리형 리터럴
stmt2;
}
stmt3;
흐름 stmt1 -->조건식의 데이타가 true인동안 stmt2를 반복 실행--> stmt3
흐름 stmt1 -->조건식의 데이타가 false가 되면 stmt2를 반복 실행x(Whil... | 1,204 | 0.517635 | 0.491701 | 56 | 16.196428 | 16.782665 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.678571 | false | false | 15 |
dc93ae7fdfe5641edc7ee1ff9a84b29928d96e32 | 31,610,959,345,417 | ed79c59100d2b9452470a68d0213f1c1b35473cf | /plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/glue/GlueIcebergTableOperations.java | 50e19f2c43fa23e5bb20ab52ea982a51e286362d | [
"Apache-2.0"
] | permissive | trinodb/trino | https://github.com/trinodb/trino | 3ce066dde7d1b84511af96f5f77b20bbd5abe0d9 | 5c3326fd8cfd9d7e676e9bd36f54467fde23dc94 | refs/heads/master | 2023-08-18T15:36:55.838000 | 2023-08-10T11:40:10 | 2023-08-18T09:11:40 | 166,515,022 | 7,046 | 1,949 | Apache-2.0 | false | 2023-09-14T21:51:07 | 2019-01-19T06:38:14 | 2023-09-14T21:31:27 | 2023-09-14T21:51:05 | 235,519 | 8,492 | 2,499 | 2,433 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | UTF-8 | Java | 8,269 | java | GlueIcebergTableOperations.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | 8,269 | 0.72415 | 0.723425 | 183 | 44.185791 | 32.402664 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770492 | false | false | 15 |
92a661a22113f6e25d4b68abaa5d5b945036abc2 | 3,341,484,569,701 | 05446daf392458991aab014c459c8eeae9a9a242 | /app/src/com/dhk/api/service/impl/BankCssService.java | b642fe0809c570e8c524c32a5096a0e402254a5e | [] | no_license | supenghao/kzr | https://github.com/supenghao/kzr | b8e4759a4ba4847720ff0efc7b2c8b960ce32237 | a060175071aa27491ed48842d7e9a65ab7e30390 | refs/heads/master | 2020-03-30T19:11:37.446000 | 2018-10-21T15:08:22 | 2018-10-21T15:08:22 | 151,532,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dhk.api.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import com.dhk.api.entity.BankCss;
import com.dhk.api.service.IBankCssService;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereo... | UTF-8 | Java | 1,184 | java | BankCssService.java | Java | [] | null | [] | package com.dhk.api.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import com.dhk.api.entity.BankCss;
import com.dhk.api.service.IBankCssService;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereo... | 1,184 | 0.693412 | 0.681588 | 40 | 27.6 | 20.689127 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675 | false | false | 15 |
097b40d1e3497d2cfe41039ff149158bc70ba5d3 | 26,886,495,290,932 | 12203e4a8e2f0bad1e62f4f6c7b0a11540301e18 | /src/com/alex/perceler/device/misc/BasicDevice.java | 955edb2b3f4bbee32742ce39d4105069c9b54563 | [] | no_license | axenlarde/PERCELER | https://github.com/axenlarde/PERCELER | f78359dc4f3f410db81415d49f33951a509a6761 | 097d737ad08f940908ae8056c54121cf6f3eb50c | refs/heads/master | 2020-09-09T02:57:26.840000 | 2020-02-15T18:22:52 | 2020-02-15T18:22:52 | 221,324,905 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alex.perceler.device.misc;
import java.lang.reflect.Field;
import org.apache.commons.validator.routines.InetAddressValidator;
import com.alex.perceler.cli.CliProfile;
import com.alex.perceler.cli.CliProfile.cliProtocol;
import com.alex.perceler.misc.SimpleItem;
import com.alex.perceler.utils.Var... | UTF-8 | Java | 4,642 | java | BasicDevice.java | Java | [
{
"context": "**\r\n * Used to store a device data\r\n *\r\n * @author Alexandre RATEL\r\n */\r\npublic class BasicDevice extends SimpleItem",
"end": 406,
"score": 0.9998744130134583,
"start": 391,
"tag": "NAME",
"value": "Alexandre RATEL"
},
{
"context": " officeid;\r\n\t\tthis.user... | null | [] | package com.alex.perceler.device.misc;
import java.lang.reflect.Field;
import org.apache.commons.validator.routines.InetAddressValidator;
import com.alex.perceler.cli.CliProfile;
import com.alex.perceler.cli.CliProfile.cliProtocol;
import com.alex.perceler.misc.SimpleItem;
import com.alex.perceler.utils.Var... | 4,635 | 0.658122 | 0.655321 | 237 | 17.586498 | 23.298782 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.831224 | false | false | 15 |
0a60fdd07177b6106c9ba0f1be4da153eae15207 | 11,682,311,089,398 | 41d6d2052846bec1744f53cb3196c620bcf358e4 | /sentarum-promotion/promotion-domain/src/main/java/io/scleropages/sentarum/promotion/goods/entity/mapper/GoodsSpecsEntityMapper.java | fd53c6e7f6d1ebf2a78a30ed0a93642b46bdf715 | [] | no_license | moutainhigh/sentarum | https://github.com/moutainhigh/sentarum | cf127e4bb8cba6c6418f1b264c192a08c2fa15c3 | 72489f0a1b6f9b0de4e9d3c195cb67489b576aa6 | refs/heads/master | 2023-02-05T12:28:43.222000 | 2020-12-15T18:24:50 | 2020-12-15T18:24:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2001-2005 The Apache Software Foundation.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... | UTF-8 | Java | 1,857 | java | GoodsSpecsEntityMapper.java | Java | [
{
"context": "MapperRepository;\n\n/**\n * @author <a href=\"mailto:martinmao@icloud.com\">Martin Mao</a>\n */\npublic interface GoodsSpecsEn",
"end": 1185,
"score": 0.9999339580535889,
"start": 1165,
"tag": "EMAIL",
"value": "martinmao@icloud.com"
},
{
"context": "\n * @author <a hr... | null | [] | /**
* Copyright 2001-2005 The Apache Software Foundation.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... | 1,840 | 0.761443 | 0.754981 | 45 | 40.266666 | 35.139973 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 15 |
75e688043ff89ef6c77eb521b2c43de313323c90 | 85,899,393,619 | b5b347e69aaf4079673728e0113c60f0e5efb6a2 | /Java_Programming/src/cntStarForth.java | e5fe3d932dba74119662f6d4ad8ea034f2635a38 | [] | no_license | FoxMon/Java | https://github.com/FoxMon/Java | 127c2d2d2704869b10657191a313968c864a4e97 | 2ed3fc231396fed66d57a2fdf171bd6c87ba479f | refs/heads/master | 2020-05-21T17:05:23.127000 | 2020-05-09T15:45:02 | 2020-05-09T15:45:02 | 179,515,043 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class cntStarForth {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("º°Âï±â °³¼ö!>>");
int cntStar;
cntStar = scan.nextInt();
for(int i = 0;i<cntStar;i++) {
for(int j = 0;j<cntStar;j++) {
if(j<i) {
System.ou... | WINDOWS-1252 | Java | 449 | java | cntStarForth.java | Java | [] | null | [] | import java.util.Scanner;
public class cntStarForth {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("º°Âï±â °³¼ö!>>");
int cntStar;
cntStar = scan.nextInt();
for(int i = 0;i<cntStar;i++) {
for(int j = 0;j<cntStar;j++) {
if(j<i) {
System.ou... | 449 | 0.562642 | 0.553531 | 24 | 17.333334 | 13.652431 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.833333 | false | false | 15 |
65214a16101e70474389e805f9db10c99b478923 | 5,815,385,754,211 | 4ec01a8f2a72624b28aed7aa26800444ad6cf0e1 | /RPG/src/rpg/Dice.java | 293762cb654479de20a121517fe15303b58897db | [] | no_license | katriarts/CC3-1J-AUSTRIA-BALAJADIA | https://github.com/katriarts/CC3-1J-AUSTRIA-BALAJADIA | 4d4f31cf371c4703c4068a3cc06e314096bbfb01 | 18213b17e85b7064895274b0ee4b56d605747658 | refs/heads/master | 2020-04-16T12:58:18.602000 | 2019-03-04T09:30:38 | 2019-03-04T09:30:38 | 165,604,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package rpg;
//the dice class models rolling a regular 6-sided die
import java.util.Random;
public class Dice {
//instance variables
private int roll;
private Random r;
//instantiate the object r
public Dice(){
this.r = new Random();
}
public i... | UTF-8 | Java | 400 | java | Dice.java | Java | [] | null | [] |
package rpg;
//the dice class models rolling a regular 6-sided die
import java.util.Random;
public class Dice {
//instance variables
private int roll;
private Random r;
//instantiate the object r
public Dice(){
this.r = new Random();
}
public i... | 400 | 0.5425 | 0.535 | 20 | 17.9 | 12.72753 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 15 |
ecb344e56f23d1fd219f9429591b88e4b139773b | 22,531,398,468,215 | c63d090a4c01948bbbe89257b932316a32c7378a | /Section5ChallengeQuestions/src/com/company/EvenDigitSum.java | 01b41c8342a26a23066c0898aed275cdd31c39a1 | [] | no_license | nbknight-zz/java_masterclass | https://github.com/nbknight-zz/java_masterclass | 56b8a9caa1c435354d5e5b705c66ea177f3862d0 | 95588d8d8bd9a6325cb2afdffb44a3d3e8b190ec | refs/heads/main | 2023-02-20T00:10:42.283000 | 2021-01-20T04:19:46 | 2021-01-20T04:19:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class EvenDigitSum {
public static int getEvenDigitSum(int number) {
if(number < 0) {
return -1;
}
int firstNumber = 0;
int workingNumber = number;
int evenNumber = 0;
while(workingNumber != 0) {
firstNum... | UTF-8 | Java | 523 | java | EvenDigitSum.java | Java | [] | null | [] | package com.company;
public class EvenDigitSum {
public static int getEvenDigitSum(int number) {
if(number < 0) {
return -1;
}
int firstNumber = 0;
int workingNumber = number;
int evenNumber = 0;
while(workingNumber != 0) {
firstNum... | 523 | 0.493308 | 0.472275 | 21 | 22.904762 | 15.426954 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 15 |
746b4085f4f8537f08465a16c131328af6e030c5 | 28,140,625,756,907 | 51ec63113b3994312e300e6976527ee3c5bf1114 | /MethodOverloading/src/Main.java | d19d1e8f59c32fdf37b1f2de57fa3020169a52a4 | [] | no_license | 10xOXR/LearningJavaProjects | https://github.com/10xOXR/LearningJavaProjects | c78d08025ac39aa1a57a48ab3cc216be8abefedb | c572125ec14b3d50e390549d2c9a6785348e9a21 | refs/heads/master | 2022-12-20T14:02:48.506000 | 2020-10-04T12:28:51 | 2020-10-04T12:28:51 | 255,301,473 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
double centimetres = calcFeetAndInchesToCentimetres(6, 0);
double altCentimetres = calcFeetAndInchesToCentimetres(72);
System.out.println("Method 1 output = " + centimetres + " cm");
System.out.println("Method 2 ou... | UTF-8 | Java | 930 | java | Main.java | Java | [] | null | [] | public class Main {
public static void main(String[] args) {
double centimetres = calcFeetAndInchesToCentimetres(6, 0);
double altCentimetres = calcFeetAndInchesToCentimetres(72);
System.out.println("Method 1 output = " + centimetres + " cm");
System.out.println("Method 2 ou... | 930 | 0.583871 | 0.556989 | 26 | 33.76923 | 29.411285 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
2d2affbefa1033661b8f45e0bfa2d8b9aa6a3a33 | 11,622,181,541,430 | 319d3fe0504eddbcdcd7db03e1fb06bc431eb8ac | /src/main/java/com/market/serverside/model/inheritence/per_concrete_class/PCCAbstract.java | 2f180f651adb5ca1f6400190d1329f26b2aeec2e | [] | no_license | DirtyRamirez/MarketLearning | https://github.com/DirtyRamirez/MarketLearning | 8d0c4096995c86299bbf125f79986fa7cd304e34 | 00ba42f4fe311041a2251e1364293ea322a7e0a8 | refs/heads/master | 2016-08-04T16:59:27.163000 | 2015-05-14T07:54:32 | 2015-05-14T07:54:32 | 33,621,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.market.serverside.model.inheritence.per_concrete_class;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
import java.io.Serializable;
/**
* Created by ramirez on 04.05.15.
*/
@MappedSuperclass
public abstract class PCCAbstract implements Serializable {
@Column(name = "INF... | UTF-8 | Java | 499 | java | PCCAbstract.java | Java | [
{
"context": "s;\nimport java.io.Serializable;\n\n/**\n * Created by ramirez on 04.05.15.\n */\n@MappedSuperclass\npublic abstrac",
"end": 200,
"score": 0.9986427426338196,
"start": 193,
"tag": "USERNAME",
"value": "ramirez"
}
] | null | [] | package com.market.serverside.model.inheritence.per_concrete_class;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
import java.io.Serializable;
/**
* Created by ramirez on 04.05.15.
*/
@MappedSuperclass
public abstract class PCCAbstract implements Serializable {
@Column(name = "INF... | 499 | 0.705411 | 0.693387 | 23 | 20.695652 | 19.810921 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 15 |
6e8fc9aa70f2a76542f85fe5da41918d3239fcfd | 28,114,855,950,741 | 97676c37fa146b9ff58f529fabbe2407fce6d1aa | /campusAssitant/src/cn/edu/zzu/controller/NewsController.java | f2aada0648f5cfa9456e5c233c3b871094cb1bda | [] | no_license | xujiwan/liangsheng | https://github.com/xujiwan/liangsheng | 979abd6f65333f8dc4a0e4ff4a9c225dca9c014e | dcc1291ccf48dac7443d74319f526e014975c8ff | refs/heads/master | 2021-01-13T11:31:22.565000 | 2017-02-07T06:59:46 | 2017-02-07T06:59:46 | 81,182,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* File Created at 2016年1月21日
*
* Copyright 2016 zzuchina.com Limited.
* All rights reserved.
*/
package cn.edu.zzu.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang... | UTF-8 | Java | 3,103 | java | NewsController.java | Java | [
{
"context": "zzu.util.ConvertUtils;\n\n/**\n * 新闻,公告控制器\n * @author jiwan.xu\n *\n */\n@RestController\n@RequestMapping(path=\"/n/n",
"end": 754,
"score": 0.9876077771186829,
"start": 746,
"tag": "NAME",
"value": "jiwan.xu"
}
] | null | [] | /**
* File Created at 2016年1月21日
*
* Copyright 2016 zzuchina.com Limited.
* All rights reserved.
*/
package cn.edu.zzu.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang... | 3,103 | 0.72625 | 0.71996 | 97 | 30.144329 | 21.681381 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.020618 | false | false | 15 |
22b654157f052bd06973d5a458ffcb7cc4c35e7c | 9,277,129,405,442 | ae456ffe700e191a9ed7a63610ca6dae4910d6e3 | /src/cn/Static/Test.java | 4c52296160c85d1e67f4a029b8b77745972234dd | [] | no_license | qiansimin88/javalearn | https://github.com/qiansimin88/javalearn | 1e589dc0c7a0bc1dbca7f0ade5b179e34f3086ff | 8f2cf5d0e0699bffefec64ded6758a89bdc4cf85 | refs/heads/master | 2021-08-22T07:19:46.147000 | 2017-11-29T15:52:35 | 2017-11-29T15:52:35 | 108,278,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.Static;
/**
* Created by qsm on 2017/11/29.
*/
public class Test {
public static void main(String[] args) {
Person p1 = new Person();
Person p2 = new Person();
p1.name = "呵呵";
p2.name = "嘻嘻";
System.out.println(p1.name); //呵呵 每个对象都有自己的独有的内存地址 来存贮普通成员变量
... | UTF-8 | Java | 710 | java | Test.java | Java | [
{
"context": "package cn.Static;\n\n/**\n * Created by qsm on 2017/11/29.\n */\npublic class Test {\n public",
"end": 41,
"score": 0.9996072053909302,
"start": 38,
"tag": "USERNAME",
"value": "qsm"
},
{
"context": " Person p2 = new Person();\n\n p1.name = \"呵呵\";\n ... | null | [] | package cn.Static;
/**
* Created by qsm on 2017/11/29.
*/
public class Test {
public static void main(String[] args) {
Person p1 = new Person();
Person p2 = new Person();
p1.name = "呵呵";
p2.name = "嘻嘻";
System.out.println(p1.name); //呵呵 每个对象都有自己的独有的内存地址 来存贮普通成员变量
... | 710 | 0.575646 | 0.538745 | 22 | 23.636364 | 24.266598 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
5e10208a924de41bd84a79199c5e4612fe9963f3 | 8,564,164,841,061 | 36d0eeaf23f3fbdb60ddf7c381f620a476e71cc8 | /guaraniBD/src/main/java/guarani/Conexion/PA.java | 11f53de001f7ec4c2dc2f08cc47ba51b8300d76e | [] | no_license | regMeet/myScaThesis | https://github.com/regMeet/myScaThesis | 6d0422d28e9180810a1f8ba3f432b84d1342280d | aab18f74a80e066ed09b32f7f5c45a5598891970 | refs/heads/master | 2016-09-05T11:10:03.079000 | 2014-06-18T00:58:59 | 2014-06-18T00:58:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package guarani.Conexion;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
public class PA {
public static final String DATOS_PRINCIPALES = "ws_a";
public static final String DATOS_FAMILIARES = "ws_b";
public static final String DATOS_EXTRANJE... | UTF-8 | Java | 1,413 | java | PA.java | Java | [] | null | [] | package guarani.Conexion;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
public class PA {
public static final String DATOS_PRINCIPALES = "ws_a";
public static final String DATOS_FAMILIARES = "ws_b";
public static final String DATOS_EXTRANJE... | 1,413 | 0.739561 | 0.738854 | 43 | 31.860466 | 28.130577 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.767442 | false | false | 15 |
e6c418dc61c8bd848d48e48f5361a4da457e8570 | 876,173,337,493 | 3b6053c22e47daef8e38094aa854295528e4848e | /src/main/java/array/ContainerWithMostWater.java | e1856894051fda8dbf3448a8cc212dea4ffd7114 | [] | no_license | louisrj/untitled | https://github.com/louisrj/untitled | e9196b3fde680f36d37ccdf10f3839abbe24946b | e83bef154dd31e0dd8ff4852c3f12c75d6dca8eb | refs/heads/master | 2021-06-26T22:59:54.911000 | 2020-11-30T09:29:22 | 2020-11-30T09:29:22 | 187,667,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package array;
public class ContainerWithMostWater {
public static void main(String[] args) {
ContainerWithMostWater containerWithMostWater = new ContainerWithMostWater();
System.out.println(containerWithMostWater.maxArea(new int[]{1, 8, 6, 2, 5, 4, 8, 3, 7}));
}
private int maxArea(int[] height) {
... | UTF-8 | Java | 585 | java | ContainerWithMostWater.java | Java | [] | null | [] | package array;
public class ContainerWithMostWater {
public static void main(String[] args) {
ContainerWithMostWater containerWithMostWater = new ContainerWithMostWater();
System.out.println(containerWithMostWater.maxArea(new int[]{1, 8, 6, 2, 5, 4, 8, 3, 7}));
}
private int maxArea(int[] height) {
... | 585 | 0.569231 | 0.548718 | 28 | 19.892857 | 24.729015 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 15 |
33844f6bb79f9e369449c42db7c1e17705593b24 | 876,173,334,063 | 18237bc643deab327a4b49b16b49ed4154f5f99b | /ambit2-all/ambit2-rules/src/main/java/ambit2/rules/actions/IStringAction.java | 72ea6fb6ad4f05f518c7ab9c0ace69e6d286c430 | [] | no_license | ideaconsult/ambit-mirror | https://github.com/ideaconsult/ambit-mirror | 14ce076cd286ca4f5dc3465ed4105b03967c7cf0 | 21655a99791ef2f538786367f6dc779d3bff0200 | refs/heads/master | 2023-08-22T20:26:43.554000 | 2023-07-15T10:35:41 | 2023-07-15T10:35:41 | 133,390,762 | 5 | 3 | null | false | 2022-05-16T18:53:27 | 2018-05-14T16:28:03 | 2021-12-23T11:45:15 | 2022-05-16T18:53:26 | 203,095 | 2 | 3 | 1 | Java | false | false | package ambit2.rules.actions;
public interface IStringAction extends IAction<String> {
}
| UTF-8 | Java | 91 | java | IStringAction.java | Java | [] | null | [] | package ambit2.rules.actions;
public interface IStringAction extends IAction<String> {
}
| 91 | 0.802198 | 0.791209 | 5 | 17.200001 | 22.355312 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
8bdee01cb1696ebd8bf6220c7f11a3e816f144b7 | 8,873,402,440,858 | d5e1d1452c6c79ebddb9aedf8630a3f84505d381 | /src/main/java/br/net/benfatto/jacares/model/Municipio.java | c7ffdefb3a00e6dc99bda1de6bf2b9b1de80ef7b | [] | no_license | mrossioliveira/ctt-jacares | https://github.com/mrossioliveira/ctt-jacares | b1d290af4e5a5c7274c41437f617aaab13370048 | a3e67bf7f1f96a75fe9b046fb0f218db0957352e | refs/heads/master | 2023-03-02T23:19:37.799000 | 2021-02-06T15:08:47 | 2021-02-06T15:08:47 | 336,564,846 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.net.benfatto.jacares.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
/**
* @author Murilo Oliveira
*/
@NoArgsConstructor
@Getter(AccessLevel.PUBLIC)
@Setter(Acce... | UTF-8 | Java | 553 | java | Municipio.java | Java | [
{
"context": "tter;\n\nimport javax.persistence.*;\n\n/**\n * @author Murilo Oliveira\n */\n@NoArgsConstructor\n@Getter(AccessLevel.PUBLIC",
"end": 256,
"score": 0.9998814463615417,
"start": 241,
"tag": "NAME",
"value": "Murilo Oliveira"
}
] | null | [] | package br.net.benfatto.jacares.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
/**
* @author <NAME>
*/
@NoArgsConstructor
@Getter(AccessLevel.PUBLIC)
@Setter(AccessLevel.P... | 544 | 0.748644 | 0.748644 | 29 | 18.068966 | 15.072083 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 15 |
b266f0676784cd70275e89d18e5634e3b432d0f1 | 15,238,543,974,333 | 2af2bef0b59c8e9b559e54152a50011ebe93cab0 | /Gulliver_Traveller/src/br/com/fiap/interfaces/ReservaInterface.java | 20aa3702fe0e75be7234b71c28aa3d7ac887720d | [] | no_license | joaoviclps123/Enterprise | https://github.com/joaoviclps123/Enterprise | c20f11e0ea147ddfb396388ab92556b8e275c756 | 17a72ea2c63d0a5110df00410472fe28b957d907 | refs/heads/main | 2023-05-31T02:32:10.196000 | 2021-06-25T14:29:38 | 2021-06-25T14:29:38 | 380,263,345 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.fiap.interfaces;
import br.com.fiap.entity.Reserva;
public interface ReservaInterface extends GenericDaointerface<Reserva, Integer>{
}
| UTF-8 | Java | 160 | java | ReservaInterface.java | Java | [] | null | [] | package br.com.fiap.interfaces;
import br.com.fiap.entity.Reserva;
public interface ReservaInterface extends GenericDaointerface<Reserva, Integer>{
}
| 160 | 0.78125 | 0.78125 | 7 | 20.857143 | 27.961344 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 15 |
b2a90c2ed2917295ab2291dc633ee23e5cd51a74 | 31,533,649,895,268 | e25015f5bd0cf8349c5a0730e0c48d785a7d3732 | /src/main/java/com/tobeng/test/controller/UserController.java | 2271d8e3e65107fd043c69cd662ea8ee752b3b72 | [] | no_license | tobeng/example-sharding-jdbc-datebase | https://github.com/tobeng/example-sharding-jdbc-datebase | 38eede734a103de5e37e0bc56ace621425f982a0 | 5da162bec54d119fa4740252f05527f0e8310b46 | refs/heads/master | 2022-07-01T12:34:27.384000 | 2019-08-15T08:44:57 | 2019-08-15T08:44:57 | 202,378,174 | 0 | 0 | null | false | 2022-06-21T01:40:13 | 2019-08-14T15:30:42 | 2019-08-15T08:45:12 | 2022-06-21T01:40:10 | 13 | 0 | 0 | 1 | Java | false | false | package com.tobeng.test.controller;
import com.tobeng.test.dao.UserDao;
import com.tobeng.test.dto.UserDTO;
import com.tobeng.test.entity.User;
import com.tobeng.test.service.UserService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bin... | UTF-8 | Java | 886 | java | UserController.java | Java | [
{
"context": "estController;\n\n/**\n * 用户 controller\n *\n * @author yaorui\n * @version 1.0\n * @date 2019-08-15 15:20\n **/\n@R",
"end": 574,
"score": 0.999533474445343,
"start": 568,
"tag": "USERNAME",
"value": "yaorui"
}
] | null | [] | package com.tobeng.test.controller;
import com.tobeng.test.dao.UserDao;
import com.tobeng.test.dto.UserDTO;
import com.tobeng.test.entity.User;
import com.tobeng.test.service.UserService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bin... | 886 | 0.777778 | 0.758503 | 34 | 24.941177 | 21.079599 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 15 |
beb79ff3a24e2ccaa49859c9274c23d174963f8c | 11,295,764,001,639 | 43ab1119214d951ddba8636d944f68f7054b1958 | /car2-core/src/main/java/com/ymt/mirage/car/domain/GamePoint.java | 234af00a5eda72f51ea762dcc5382ef603a74188 | [] | no_license | programmer-luxw/hdcy-server | https://github.com/programmer-luxw/hdcy-server | 4361d56729179e14c4a31d086af006d954e5aa65 | 31de054b4b4391debe1baa348bc4b68125fb7981 | refs/heads/master | 2021-06-13T09:45:54.016000 | 2017-01-28T10:50:14 | 2017-01-28T10:50:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 项目名称:car2-core
* 类名称: GamePoint
* 创建时间: 2016年12月18日 下午3:27:59
* 创建人: zhailiang@pz365.com
*
* 修改历史:
*
* Copyright: 2016 www.pz365.com Inc. All rights reserved.
*
*/
package com.ymt.mirage.car.domain;
import javax.persistence.Entity;
import com.ymt.pz365.data.jpa.domain.DomainImpl;
/**
*
*
* @autho... | UTF-8 | Java | 1,235 | java | GamePoint.java | Java | [
{
"context": ": GamePoint\n * 创建时间: 2016年12月18日 下午3:27:59\n * 创建人: zhailiang@pz365.com\n *\n * 修改历史:\n * \n * Copyright: 2016 www.pz365.com ",
"end": 97,
"score": 0.9999224543571472,
"start": 78,
"tag": "EMAIL",
"value": "zhailiang@pz365.com"
},
{
"context": ".data.jpa.domain.DomainI... | null | [] | /*
* 项目名称:car2-core
* 类名称: GamePoint
* 创建时间: 2016年12月18日 下午3:27:59
* 创建人: <EMAIL>
*
* 修改历史:
*
* Copyright: 2016 www.pz365.com Inc. All rights reserved.
*
*/
package com.ymt.mirage.car.domain;
import javax.persistence.Entity;
import com.ymt.pz365.data.jpa.domain.DomainImpl;
/**
*
*
* @author <EMAIL>
*... | 1,211 | 0.554339 | 0.526537 | 75 | 14.826667 | 14.223336 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.16 | false | false | 15 |
58f3f88620cebe7b2020e9646624f81977ca5fc4 | 28,621,662,071,542 | ba24fd7bf8b58896a034c77ab434ee4a9ac3bc1a | /app/src/main/java/util/datautil/RegisterData.java | ac546dae5ca5ed4912c58b122774a11860b901fd | [] | no_license | liu1107581306/Altair_wifl | https://github.com/liu1107581306/Altair_wifl | e109dc5e7b32765b0a74c080a6f8121fe07941b7 | 89fd25e7e301162253889c3452e9823e519e9d5e | refs/heads/master | 2020-02-29T08:13:07.153000 | 2017-12-19T08:11:10 | 2017-12-19T08:11:10 | 101,977,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util.datautil;
import android.content.Context;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
import java.util.Map;
import util.GreenTreeNetworkUtil;
import util.RequestDataCallback;
import util.StringUtil;
import util.Url;
/**
* Created by Administrator on 2016/5/30.
*... | UTF-8 | Java | 1,842 | java | RegisterData.java | Java | [
{
"context": "il.StringUtil;\nimport util.Url;\n\n/**\n * Created by Administrator on 2016/5/30.\n * 登入的数据\n */\npublic class RegisterD",
"end": 303,
"score": 0.849952220916748,
"start": 290,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package util.datautil;
import android.content.Context;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
import java.util.Map;
import util.GreenTreeNetworkUtil;
import util.RequestDataCallback;
import util.StringUtil;
import util.Url;
/**
* Created by Administrator on 2016/5/30.
*... | 1,842 | 0.62221 | 0.617746 | 60 | 28.866667 | 25.068882 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 15 |
70981bcaa166df2705408bf1aa4242cbae5bbb7d | 30,837,865,197,026 | 5bf19e720ddd957ed65501c8827ab5a76852ab1b | /src/main/java/tw/idv/midexam/controller/CourseRSController.java | 7b3ae511ea4ef19d8bcbc848b0afb56eb9b786c2 | [] | no_license | lihenry12345/MidExam | https://github.com/lihenry12345/MidExam | bd7a851b23a20f776a5ac0606365c59b3548a102 | 7738cc9475bd14823cce872be7590bd360be0526 | refs/heads/master | 2019-04-08T16:53:59.759000 | 2017-04-24T04:55:13 | 2017-04-24T04:55:13 | 88,391,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tw.idv.midexam.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMap... | UTF-8 | Java | 1,626 | java | CourseRSController.java | Java | [] | null | [] | package tw.idv.midexam.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMap... | 1,626 | 0.752153 | 0.752153 | 55 | 28.563637 | 26.596489 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 15 |
1c5e21dfce41b7f722234b883b3e141bf6e17652 | 3,968,549,796,246 | 4562e83343636de2bc6687c0dc9ca8a4fb1f9d73 | /src/main/java/org/pethotel/HeavenForPets/mappers/ShelfMap.java | 5037fd9277c924519af792f6d7901e72c7ef360f | [] | no_license | PaulinaKoltun/pethotel | https://github.com/PaulinaKoltun/pethotel | 9c88a9fd117f6916e9189973998fe6a371b079bc | fbb2c7809eda3fdfe26817da23dc0b8f66eab3c4 | refs/heads/master | 2023-05-26T01:39:43.154000 | 2023-05-10T19:41:28 | 2023-05-10T19:41:28 | 105,036,178 | 0 | 0 | null | false | 2018-09-11T16:26:41 | 2017-09-27T15:30:57 | 2018-09-02T11:56:13 | 2018-09-11T16:26:40 | 297 | 0 | 0 | 2 | Java | false | null | package org.pethotel.HeavenForPets.mappers;
import org.pethotel.HeavenForPets.domein.Shelf;
import org.pethotel.HeavenForPets.entity.ShelfEntity;
import java.util.List;
public interface ShelfMap {
ShelfEntity map(Shelf shelf);
Shelf map(ShelfEntity shelfEntity);
List<ShelfEntity> mapToEntity(List<Shelf> ... | UTF-8 | Java | 391 | java | ShelfMap.java | Java | [] | null | [] | package org.pethotel.HeavenForPets.mappers;
import org.pethotel.HeavenForPets.domein.Shelf;
import org.pethotel.HeavenForPets.entity.ShelfEntity;
import java.util.List;
public interface ShelfMap {
ShelfEntity map(Shelf shelf);
Shelf map(ShelfEntity shelfEntity);
List<ShelfEntity> mapToEntity(List<Shelf> ... | 391 | 0.787724 | 0.787724 | 13 | 29.076923 | 21.642059 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 15 |
5e3720090bb3cc7a5ccd80dc83063f3d338c1ed5 | 30,751,965,889,413 | 9b562326231e1f35c27662da38b5294286e52710 | /third_party/closure-compiler/src/src/com/google/javascript/jscomp/PassFactory.java | bad9a3986716307725a29bfb080d885127575b7a | [
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"MPL-1.1",
"MIT",
"GPL-1.0-or-later",
"CPL-1.0",
"NPL-1.1"
] | permissive | GoogleChromeLabs/chromeos_smart_card_connector | https://github.com/GoogleChromeLabs/chromeos_smart_card_connector | 401ba58d6f33c3c074094e86e26634bd482cd9d3 | 009cb61c03677be7acad8e26f7bbc470855b7910 | refs/heads/main | 2023-09-01T20:14:44.791000 | 2023-08-31T09:59:04 | 2023-08-31T09:59:04 | 56,184,614 | 99 | 43 | Apache-2.0 | false | 2023-09-14T18:26:57 | 2016-04-13T20:41:25 | 2023-09-08T17:09:12 | 2023-09-14T18:26:56 | 188,636 | 126 | 62 | 34 | C++ | false | false | /*
* Copyright 2009 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | UTF-8 | Java | 4,216 | java | PassFactory.java | Java | [] | null | [] | /*
* Copyright 2009 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 4,216 | 0.715133 | 0.713235 | 120 | 34.133335 | 30.90818 | 99 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 15 |
1933119d39545c5e2a73de533468e6974e7bcca7 | 15,092,515,124,166 | 70ab7a362ae78e92679169ee591a3c59ce09d2f7 | /app/src/main/java/com/imangazalievm/bubbble/presentation/mvp/userprofile/UserProfilePresenter.java | a77fa5d06c3785234250063ec4ec20e08e8538a1 | [
"MIT"
] | permissive | AkimovAN/Bubbble | https://github.com/AkimovAN/Bubbble | c031c9421163a040a3ec9030c08acd62bd5a6829 | 2d3986b9b5b4179d8ef8176ad7dc6f8c6ea75dc3 | refs/heads/master | 2022-12-27T14:05:11.796000 | 2020-09-23T17:07:52 | 2020-09-23T17:07:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imangazalievm.bubbble.presentation.mvp.userprofile;
import com.arellomobile.mvp.InjectViewState;
import com.arellomobile.mvp.MvpPresenter;
import com.imangazalievm.bubbble.domain.global.exceptions.NoNetworkException;
import com.imangazalievm.bubbble.domain.userprofile.UserProfileInteractor;
import com.iman... | UTF-8 | Java | 2,512 | java | UserProfilePresenter.java | Java | [] | null | [] | package com.imangazalievm.bubbble.presentation.mvp.userprofile;
import com.arellomobile.mvp.InjectViewState;
import com.arellomobile.mvp.MvpPresenter;
import com.imangazalievm.bubbble.domain.global.exceptions.NoNetworkException;
import com.imangazalievm.bubbble.domain.userprofile.UserProfileInteractor;
import com.iman... | 2,512 | 0.709793 | 0.709793 | 85 | 28.55294 | 26.503942 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423529 | false | false | 15 |
c760e0450d1e01f45cc917b71c493832a40686f7 | 28,810,640,648,969 | 26def5c2e1b8e72c6c9b65bb5ee691dae6598d39 | /Tic-Tac-Toe with AI/task/src/tictactoe/GStrings.java | 107f5fea50a43744dce48afb26b805a0f249ebc6 | [] | no_license | neksudm/JetBrainsEdu_tictac | https://github.com/neksudm/JetBrainsEdu_tictac | c76df9396b84c44bbd5b87228b43dda81a2c2cf3 | 94a5f32419c42eb9980dddcb519ddb6b1137b0ec | refs/heads/master | 2023-08-27T03:39:30.174000 | 2021-11-13T10:23:25 | 2021-11-13T10:23:25 | 427,633,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tictactoe;
public class GStrings {
//errors
public static final String ERROR_BAD_PARAMETERS = "Bad parameters!";
public static final String ERROR_COORDINATES_FORMAT = "You should enter numbers!";
public static final String ERROR_COORDINATES_OUT_OF_BOUND = "Coordinates should be from 1 to ... | UTF-8 | Java | 1,327 | java | GStrings.java | Java | [] | null | [] | package tictactoe;
public class GStrings {
//errors
public static final String ERROR_BAD_PARAMETERS = "Bad parameters!";
public static final String ERROR_COORDINATES_FORMAT = "You should enter numbers!";
public static final String ERROR_COORDINATES_OUT_OF_BOUND = "Coordinates should be from 1 to ... | 1,327 | 0.668425 | 0.666918 | 35 | 35.914288 | 29.708462 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
40466b1f4594bb602187427e2b9b11ac6c3a2764 | 7,456,063,239,855 | 5df36048a4f46b091590378235e7a5cf1bdd8055 | /spring/src/main/java/com/spring/demo3/ItemService.java | 7bd6033a9a7cb40eb206399c1df0b5eada99ca79 | [] | no_license | primitiveheart/basestudy | https://github.com/primitiveheart/basestudy | 83e866a33006db0973b8c4927dabe9fdf0a580cf | d236ed8d5764445108b5036197ea20afbfa5190c | refs/heads/master | 2020-03-16T06:32:20.250000 | 2018-06-08T06:47:02 | 2018-06-08T06:47:02 | 132,557,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.demo3;
/**
* Created by admin on 2018/5/22.
*/
public class ItemService {
}
| UTF-8 | Java | 98 | java | ItemService.java | Java | [
{
"context": "package com.spring.demo3;\n\n/**\n * Created by admin on 2018/5/22.\n */\npublic class ItemService {\n}\n",
"end": 50,
"score": 0.9977689385414124,
"start": 45,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.spring.demo3;
/**
* Created by admin on 2018/5/22.
*/
public class ItemService {
}
| 98 | 0.673469 | 0.591837 | 7 | 13 | 13.234155 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 15 |
e0f75dc8749a1e936d3491494d94a2f00402b7e8 | 14,834,817,086,931 | 2689068c253e6bfa871bf6d30bfec369defe8a94 | /coupon-java/src/main/java/com/refactoring/ts/async/DummyData.java | 68491ba26fba79f8ae5beabf777a429369444ea9 | [] | no_license | StanciuMarian/refactoring-ts-async | https://github.com/StanciuMarian/refactoring-ts-async | ab138e74cc7dc1dc532084839dc15bd47899e7d8 | 099fe8b708c991d5c4453ea9a60d402a6e8787ee | refs/heads/master | 2020-04-26T03:51:19.891000 | 2019-05-22T14:44:05 | 2019-05-22T14:44:05 | 173,281,466 | 8 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.refactoring.ts.async;
import static java.util.Arrays.asList;
import java.util.HashSet;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import com.refactoring.ts.async.... | UTF-8 | Java | 1,958 | java | DummyData.java | Java | [
{
"context": "serRepo.saveAndFlush(new User()\n\t\t\t\t.setFullName(\"Marian Stanciu\")\n\t\t\t\t.setCnp(\"1000000123456\")\n\t\t\t\t.setCountryId(",
"end": 1875,
"score": 0.9998716115951538,
"start": 1861,
"tag": "NAME",
"value": "Marian Stanciu"
}
] | null | [] | package com.refactoring.ts.async;
import static java.util.Arrays.asList;
import java.util.HashSet;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import com.refactoring.ts.async.... | 1,950 | 0.750768 | 0.743603 | 59 | 32.118645 | 23.171494 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.355932 | false | false | 15 |
51fa704746328cf6ddba0b326a45725ee0afab21 | 30,683,246,373,243 | 19878dcf613fa264f2004dbf4aa334247ab87578 | /app/src/main/java/cn/feihutv/zhibofeihu/ui/live/ReportActivity.java | d6fec68e395f674c458d1d3dd11ec2f1c2f44ac0 | [] | no_license | hhyq520/feihuZhiboPro | https://github.com/hhyq520/feihuZhiboPro | 9a56babb5ea61d6440e537b83b8eaf1ef4a3f089 | a26e83f3bce73cfe98adef448ec08d25894000e7 | refs/heads/master | 2020-04-29T01:24:13.592000 | 2019-03-15T02:13:51 | 2019-03-15T02:13:51 | 175,728,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.feihutv.zhibofeihu.ui.live;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Message;
import android.support.annotation.IdRes;
import android.support.v7.widget.GridLay... | UTF-8 | Java | 20,972 | java | ReportActivity.java | Java | [
{
"context": "eviceConfig.context;\n\n/**\n * <pre>\n * author : huang hao\n * time :\n * desc : 界面绘制\n * versi",
"end": 2713,
"score": 0.9998379945755005,
"start": 2704,
"tag": "NAME",
"value": "huang hao"
}
] | null | [] | package cn.feihutv.zhibofeihu.ui.live;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Message;
import android.support.annotation.IdRes;
import android.support.v7.widget.GridLay... | 20,969 | 0.539801 | 0.533607 | 509 | 37.699409 | 27.466465 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563851 | false | false | 15 |
d43bd8b114636577e07298f2772b59ede3a37391 | 10,402,410,814,820 | 3ee4cc11524a593c1d98113d49c427998843ebd4 | /src/main/java/net/toxicwolf/techrev/gui/widget/IGuiWidget.java | 14bfa887decde1759de21d8d75a998a1b218c6bb | [] | no_license | toxicwolf/Technical-Revolution | https://github.com/toxicwolf/Technical-Revolution | fb77324275b478e848e6c2cbee397baafabcb217 | cacc442cd4f1230425af68cac363f47388883039 | refs/heads/master | 2015-07-08T15:18:00 | 2014-07-21T12:52:29 | 2014-07-21T12:52:29 | 9,177,850 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.toxicwolf.techrev.gui.widget;
import net.minecraft.util.ResourceLocation;
import net.toxicwolf.techrev.client.gui.GuiTR;
import net.toxicwolf.techrev.gui.container.ContainerTR;
import net.toxicwolf.techrev.gui.tooltip.Tooltip;
import net.toxicwolf.techrev.network.PacketTR;
import net.toxicwolf.techrev.net... | UTF-8 | Java | 1,081 | java | IGuiWidget.java | Java | [] | null | [] | package net.toxicwolf.techrev.gui.widget;
import net.minecraft.util.ResourceLocation;
import net.toxicwolf.techrev.client.gui.GuiTR;
import net.toxicwolf.techrev.gui.container.ContainerTR;
import net.toxicwolf.techrev.gui.tooltip.Tooltip;
import net.toxicwolf.techrev.network.PacketTR;
import net.toxicwolf.techrev.net... | 1,081 | 0.777983 | 0.777983 | 46 | 22.5 | 22.950562 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.369565 | false | false | 15 |
5d31dc1b3f690273bc14e2337c03aad0bd83f8f7 | 22,832,046,173,342 | 69410b61d8bd2015dcfc8e2f94d07b8cda286649 | /src/test/java/test/WeekTest.java | 091f11a14c84eab5f163afb32a450edd87d2af54 | [
"MIT"
] | permissive | 6tail/lunar-java | https://github.com/6tail/lunar-java | 6afc8fe5133a0be5be1097937ccd2f2044bc86c9 | ceac1afc3e76c179bd494389a2e278dc5d8876b9 | refs/heads/master | 2023-09-03T03:48:21.143000 | 2023-09-03T03:39:25 | 2023-09-03T03:39:25 | 138,385,487 | 519 | 117 | MIT | false | 2020-10-15T11:53:41 | 2018-06-23T08:41:14 | 2020-10-15T11:28:58 | 2020-10-15T11:52:32 | 322 | 57 | 21 | 0 | Java | false | false | package test;
import com.nlf.calendar.Solar;
import com.nlf.calendar.SolarWeek;
import com.nlf.calendar.util.SolarUtil;
import org.junit.Assert;
import org.junit.Test;
/**
* 周测试
*
* @author 6tail
*/
public class WeekTest {
@Test
public void testFromMonday(){
//一周的开始从星期一开始计
int start = 1;
SolarWee... | UTF-8 | Java | 1,680 | java | WeekTest.java | Java | [
{
"context": "\nimport org.junit.Test;\n\n/**\n * 周测试\n *\n * @author 6tail\n */\npublic class WeekTest {\n\n @Test\n public voi",
"end": 200,
"score": 0.9974771738052368,
"start": 195,
"tag": "USERNAME",
"value": "6tail"
}
] | null | [] | package test;
import com.nlf.calendar.Solar;
import com.nlf.calendar.SolarWeek;
import com.nlf.calendar.util.SolarUtil;
import org.junit.Assert;
import org.junit.Test;
/**
* 周测试
*
* @author 6tail
*/
public class WeekTest {
@Test
public void testFromMonday(){
//一周的开始从星期一开始计
int start = 1;
SolarWee... | 1,680 | 0.680574 | 0.6206 | 57 | 25.912281 | 24.829439 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877193 | false | false | 15 |
8f3dfcaf6b6fe63253e2e549d6baaf53a4286985 | 18,090,402,273,118 | 8358717b853f240843ffa56784773a29b1efc19e | /service-impl-wms/src/main/java/com/jumbo/wms/manager/hub2wms/RtnOrderManagerImpl.java | 38dc6f36d4c17086de1bbe3c2a14b13aa4963ddc | [] | no_license | huanglongf/enterprise_project | https://github.com/huanglongf/enterprise_project | 65ec3e2c56e4a2909f0881a9276a9966857bb9c7 | de1865e638c9620e702818124f0b2deac04028c9 | refs/heads/master | 2020-05-07T13:25:07.223000 | 2018-10-21T08:44:33 | 2018-10-21T08:44:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jumbo.wms.manager.hub2wms;
import java.math.BigDecimal;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import loxia.dao.Pagination;
import loxia.dao.support.BeanPropertyRowMapperExt;
import net.sf.json.JSONArray... | UTF-8 | Java | 58,798 | java | RtnOrderManagerImpl.java | Java | [] | null | [] | package com.jumbo.wms.manager.hub2wms;
import java.math.BigDecimal;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import loxia.dao.Pagination;
import loxia.dao.support.BeanPropertyRowMapperExt;
import net.sf.json.JSONArray... | 58,798 | 0.650497 | 0.645913 | 1,153 | 48.953167 | 31.52099 | 249 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773634 | false | false | 15 |
873e732630969a22a876e1633e2b7a057de1cc04 | 5,738,076,334,415 | 41fa22a783b565658b48af3601582f809c0829b7 | /JuegoDeLaVida/src/com/app/App.java | faecdbc2e6db5b0017ad25d03ccf6feeddfb0259 | [] | no_license | aalejoz25/ElJuegoDeLaVida | https://github.com/aalejoz25/ElJuegoDeLaVida | 727d577e30549c152cd7f558a256b2ae68076f12 | f2f5d556765153c061cf4589c1c3ea0c2750f08b | refs/heads/main | 2023-07-21T20:35:36.966000 | 2021-09-08T20:52:15 | 2021-09-08T20:52:15 | 404,440,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app;
import com.model.Juego;
public class App {
public static void main(String[] args) {
Juego miJuego = new Juego();
System.out.println("El Juego de la Vida\n");
try {
miJuego.configurarParametros();
} catch (Exception e) {
System.out.println(... | UTF-8 | Java | 355 | java | App.java | Java | [] | null | [] | package com.app;
import com.model.Juego;
public class App {
public static void main(String[] args) {
Juego miJuego = new Juego();
System.out.println("El Juego de la Vida\n");
try {
miJuego.configurarParametros();
} catch (Exception e) {
System.out.println(... | 355 | 0.56338 | 0.56338 | 17 | 19.882353 | 18.181705 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 15 |
950ab9aa775122fccb38d97b6ea5ff1256e5ac3a | 16,664,473,133,651 | 22f7a21092c5440ae316ef249b4a62c44f5972c2 | /src/com/massivecraft/massivegates/cmd/CmdGateEditThat.java | bc57e240e37c153ad9c2b98f2fd32d700630ed42 | [] | no_license | MassiveCraft/MassiveGates | https://github.com/MassiveCraft/MassiveGates | 6a2ae2c3e4f94f51ff17ac0c5d9dbaa27296cfec | 8025e14d416055fe90a42a7e31df25029cb57fb7 | refs/heads/master | 2020-12-24T06:03:23.043000 | 2018-07-01T13:47:58 | 2018-07-01T13:47:58 | 4,297,714 | 2 | 6 | null | false | 2018-05-15T07:45:15 | 2012-05-11T14:13:05 | 2018-04-30T19:47:49 | 2018-05-15T07:45:14 | 406 | 2 | 5 | 2 | Java | false | null | package com.massivecraft.massivegates.cmd;
import com.massivecraft.massivecore.command.requirement.RequirementHasPerm;
import com.massivecraft.massivecore.command.requirement.RequirementIsPlayer;
import com.massivecraft.massivecore.command.type.primitive.TypeString;
import com.massivecraft.massivecore.ps.PS;
import co... | UTF-8 | Java | 2,309 | java | CmdGateEditThat.java | Java | [] | null | [] | package com.massivecraft.massivegates.cmd;
import com.massivecraft.massivecore.command.requirement.RequirementHasPerm;
import com.massivecraft.massivecore.command.requirement.RequirementIsPlayer;
import com.massivecraft.massivecore.command.type.primitive.TypeString;
import com.massivecraft.massivecore.ps.PS;
import co... | 2,309 | 0.684279 | 0.683413 | 84 | 26.488094 | 22.951033 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.928571 | false | false | 15 |
cef6a1fdb0555a55a91228047cfeca03b600a842 | 22,419,729,298,440 | 2f82122f43ae57215cf523d5d83c6c055471ee75 | /src/test/java/com/tests/loginPageTest.java | b89b5c05debcfab62887621ff170be4d52f1a16b | [] | no_license | vvoicu/BetaEvozon | https://github.com/vvoicu/BetaEvozon | bc822c6343841ec0ce1a9f4012481913f32648d9 | 28e2d9bba8c627f30084c1edbf3d2b700d0854ae | refs/heads/master | 2021-01-13T02:03:49.316000 | 2015-09-01T11:57:14 | 2015-09-01T11:57:14 | 35,817,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tests;
import net.thucydides.core.annotations.Managed;
import net.thucydides.core.annotations.ManagedPages;
import net.thucydides.core.annotations.Steps;
import net.thucydides.core.pages.Pages;
import net.thucydides.junit.runners.ThucydidesRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
im... | UTF-8 | Java | 936 | java | loginPageTest.java | Java | [
{
"context": "r webdriver;\n\n\t@ManagedPages(defaultUrl = \"http://172.22.4.88:9090/login\")\n\tpublic Pages pages;\n\tpublic String ",
"end": 635,
"score": 0.9980486035346985,
"start": 624,
"tag": "IP_ADDRESS",
"value": "172.22.4.88"
},
{
"context": "gin\")\n\tpublic Pages pages;\n... | null | [] | package com.tests;
import net.thucydides.core.annotations.Managed;
import net.thucydides.core.annotations.ManagedPages;
import net.thucydides.core.annotations.Steps;
import net.thucydides.core.pages.Pages;
import net.thucydides.junit.runners.ThucydidesRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
im... | 941 | 0.782051 | 0.767094 | 40 | 22.4 | 18.125673 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 15 |
f07347c995ba1c74308720b8a0c01b861e792f19 | 12,025,908,442,792 | d85bcba75a3ecc59c474f2eb1e53d8dc3723e9f6 | /src/main/java/com/yuhe/mywebmagic/test/ZhihuRegistHttpClient.java | efb05505e49ede1247f21d08f9c32c27fa1ff9ca | [] | no_license | freetiger/mywebmagic | https://github.com/freetiger/mywebmagic | 02173bcc28e162e1467ed99ce795d9f47e4a7036 | c7fca884d5d75da2c8edbc9c1a981fc79dea572d | refs/heads/master | 2021-01-01T18:03:06.744000 | 2014-08-22T10:42:26 | 2014-08-22T10:42:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuhe.mywebmagic.test;
import java.io.File;
import java.io.IOException;
import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.http.ParseException;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import com.... | UTF-8 | Java | 3,064 | java | ZhihuRegistHttpClient.java | Java | [
{
"context": "rintStackTrace();\n\t\t\t}\n\t\t}\n\t\t//\n\t\tString email = \"hyx1166@163.com\";\n\t\tString first_name = \"1166\";\n\t\tString last_nam",
"end": 1458,
"score": 0.995962917804718,
"start": 1443,
"tag": "EMAIL",
"value": "hyx1166@163.com"
},
{
"context": "email = \"hyx... | null | [] | package com.yuhe.mywebmagic.test;
import java.io.File;
import java.io.IOException;
import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.http.ParseException;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import com.... | 3,056 | 0.702373 | 0.673369 | 94 | 31.276596 | 41.31184 | 295 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.212766 | false | false | 15 |
4a8170ce105d1d21b8061e487a6b4af95d08aaf6 | 19,310,172,978,453 | b439339c951bcb35f314c05295cf7850ad2a753b | /dlfc-user-datacenter/src/main/java/com/dlfc/user/entity/UsrUser.java | 21cef943d17379e2e1ec33550febd42fd59ca7c0 | [] | no_license | iversonwuwei/zfgj-wechat-datacenter | https://github.com/iversonwuwei/zfgj-wechat-datacenter | 1096f0aee5e55c34cb231fbe5e9c8bd6c5a545bf | a2e325043bf6f80ffd5fe11d5172b7759831aad5 | refs/heads/master | 2021-01-25T09:31:47.912000 | 2017-06-09T05:28:22 | 2017-06-09T05:28:22 | 93,844,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dlfc.user.entity;
import com.dlfc.user.common.DataEntity;
import java.util.Date;
public class UsrUser extends DataEntity {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column usr_user.ID
*
* @mbggenerated Tue May 30 08:58:10 CST 201... | UTF-8 | Java | 28,717 | java | UsrUser.java | Java | [] | null | [] | package com.dlfc.user.entity;
import com.dlfc.user.common.DataEntity;
import java.util.Date;
public class UsrUser extends DataEntity {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column usr_user.ID
*
* @mbggenerated Tue May 30 08:58:10 CST 201... | 28,717 | 0.641084 | 0.602222 | 937 | 29.64888 | 25.762056 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.102455 | false | false | 15 |
e668afee223b6cd661d75195781f79a8a790c015 | 30,966,714,217,921 | 4c3673da3bcde84854ebc05ba034ecb6077c9138 | /meem/app/src/main/java/com/hotsauce/meem/CreateMemeActivity.java | 86442f8b690e1dff7ebd900b3b97c1340576cdcd | [] | no_license | justinjnlim/CS446-team-hotsauce | https://github.com/justinjnlim/CS446-team-hotsauce | 749759bb510a455ff19f82d35074cb3c2c188bbc | 65947210ee996265e71ce338bb1f739a4bc34490 | refs/heads/master | 2020-05-20T07:34:34.343000 | 2019-07-22T02:17:54 | 2019-07-22T02:17:54 | 185,455,158 | 0 | 0 | null | false | 2019-07-20T01:49:22 | 2019-05-07T18:13:21 | 2019-07-19T23:33:38 | 2019-07-20T01:49:21 | 11,235 | 0 | 0 | 0 | Java | false | false | package com.hotsauce.meem;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint.Style;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.ShapeDrawable;
import a... | UTF-8 | Java | 7,892 | java | CreateMemeActivity.java | Java | [] | null | [] | package com.hotsauce.meem;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint.Style;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.ShapeDrawable;
import a... | 7,892 | 0.62519 | 0.620375 | 216 | 35.537037 | 26.746729 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.768519 | false | false | 15 |
83364d08fae5c9db97f01a9c89cc2827b3b319a5 | 8,263,517,133,578 | d44c07264026bfa6538b718f2bcdfec82afae52a | /src/com/example/apkselfupdate/MainActivity.java | ce6ad63c011696713474038c4e8fbdbee9914c5c | [] | no_license | ko-taro-02/ApkSelfUpdate | https://github.com/ko-taro-02/ApkSelfUpdate | 8e82b6419ee68cdb110a85e3ae91be89307e125a | 7ee7c0876b80345280ddd5d8cee6eee65c3ba3f6 | refs/heads/master | 2018-03-27T10:08:36.832000 | 2015-01-20T09:18:28 | 2015-01-20T09:18:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.apkselfupdate;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import com.android.volley.RequestQueue;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;... | UTF-8 | Java | 4,757 | java | MainActivity.java | Java | [
{
"context": "com/_layouts/15/guestaccess.aspx?guestaccesstoken=5jjpmbbMDq%2by6wecgRZQmT78IO8gIq2%2fafkgFVJp4ek%3d&docid=07e",
"end": 1022,
"score": 0.8422664999961853,
"start": 1012,
"tag": "PASSWORD",
"value": "5jjpmbbMDq"
},
{
"context": "/15/guestaccess.aspx?guestaccesstoken=5jjp... | null | [] | package com.example.apkselfupdate;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import com.android.volley.RequestQueue;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;... | 4,746 | 0.598071 | 0.589524 | 140 | 31.592857 | 29.510506 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.407143 | false | false | 15 |
8ef18e0ea702fb1d8271df0e071f26612aee9b1f | 14,800,457,356,949 | 5b5e172d2db08cedf4253363f6b535e16ae983a3 | /app/src/main/java/com/example/umangpatel/smarthealth/DiseaseQuiz.java | d56b9081d5f98b0555c52bc417fc20d8d4144042 | [] | no_license | Umang31/SmartHealth | https://github.com/Umang31/SmartHealth | 37f610491a39f99f1274dded8c67f60b67b7802f | 13ec0ec4c0f8345a58df64006659fe270184694e | refs/heads/master | 2021-01-18T21:37:42.474000 | 2016-05-16T00:27:11 | 2016-05-16T00:27:11 | 55,909,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.umangpatel.smarthealth;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolba... | UTF-8 | Java | 3,620 | java | DiseaseQuiz.java | Java | [
{
"context": "tView;\n private static final String KEY_INDEX=\"index\";\n\n //Question(int , boolean)\n private Ques",
"end": 662,
"score": 0.9794252514839172,
"start": 657,
"tag": "KEY",
"value": "index"
}
] | null | [] | package com.example.umangpatel.smarthealth;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolba... | 3,620 | 0.603315 | 0.598619 | 112 | 31.321428 | 22.238245 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633929 | false | false | 15 |
a42c714373ea280ab9e7992d077390ed4f135b9d | 12,910,671,694,691 | abbc52e03a8150ed016c9713d42485cf12d30932 | /src/main/java/br/com/zup/ecommerce/product/image/FakeUploader.java | 41948d13aeab659310fcd29caf39c8df2b1e9aff | [
"Apache-2.0"
] | permissive | grsantos13/orange-talents-01-template-ecommerce | https://github.com/grsantos13/orange-talents-01-template-ecommerce | 06411c381f50b96f4bf3bf27eb7d2f1cbdf7a09e | 66cbeaed14bb77e8d93c3050b0bb2000cc555115 | refs/heads/main | 2023-03-01T05:07:53.863000 | 2021-02-05T12:58:26 | 2021-02-05T12:58:26 | 333,531,247 | 0 | 0 | Apache-2.0 | true | 2021-01-27T19:05:02 | 2021-01-27T19:05:01 | 2021-01-21T14:17:00 | 2021-01-21T14:16:56 | 4 | 0 | 0 | 0 | null | false | false | package br.com.zup.ecommerce.product.image;
import org.springframework.stereotype.Component;
import org.springframework.util.Assert;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import java.util.stream.Collectors;
@Component
public class ... | UTF-8 | Java | 742 | java | FakeUploader.java | Java | [] | null | [] | package br.com.zup.ecommerce.product.image;
import org.springframework.stereotype.Component;
import org.springframework.util.Assert;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import java.util.stream.Collectors;
@Component
public class ... | 742 | 0.702156 | 0.699461 | 21 | 34.333332 | 32.680756 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
3519b2ac9d579d0e7bfb44d24299a59ca0289fe3 | 11,785,390,275,239 | d0b0db24670c6a963bc47c47707f405fb3c6f6ad | /svn/XinMeiTi/MessagePush/src/com/ai/service/MessagePushService.java | ba04a7cfcf0f03b79715c265c0602fca73033f58 | [] | no_license | Lynwood01/asiainfoCode | https://github.com/Lynwood01/asiainfoCode | 3daebf58873dd6a9fd9b29d44bb1899fd7885132 | 93c319428afaf837a96ac79b267118dd9d757eec | refs/heads/master | 2019-03-20T22:38:46.902000 | 2018-09-02T08:09:44 | 2018-09-02T08:09:44 | 124,053,464 | 0 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ai.service;
public interface MessagePushService {
public void pushMsg(String msgReqId);
}
| UTF-8 | Java | 108 | java | MessagePushService.java | Java | [] | null | [] | package com.ai.service;
public interface MessagePushService {
public void pushMsg(String msgReqId);
}
| 108 | 0.768519 | 0.768519 | 7 | 14.428572 | 16.421738 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 15 |
d7870ea92ec1f2489705fc7798d52f43e4bf4eb9 | 11,785,390,278,280 | 15d2ed58a258af68a479773a7e541ceafb3f64e0 | /src/rockpaperscissors/Game.java | 08b0280b7f6d6900f1aa195bd0360bb829231029 | [] | no_license | michal-kowalczewski/RockPaperScissors | https://github.com/michal-kowalczewski/RockPaperScissors | 40ae241c2880bd06bd86b68bade3ac7365d9569f | b912b8bd54e3ae2a58d3e11a2bda6d17c29b1a3f | refs/heads/master | 2021-01-21T23:23:44.812000 | 2017-06-23T16:47:51 | 2017-06-23T16:47:51 | 95,239,281 | 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 rockpaperscissors;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
impo... | UTF-8 | Java | 3,896 | java | Game.java | Java | [
{
"context": ";\r\nimport java.util.Random;\r\n\r\n/**\r\n *\r\n * @author A613431\r\n */\r\npublic class Game {\r\n public void start() ",
"end": 371,
"score": 0.9965651035308838,
"start": 364,
"tag": "USERNAME",
"value": "A613431"
},
{
"context": "\n System.out.printl... | 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 rockpaperscissors;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
impo... | 3,896 | 0.414249 | 0.406218 | 124 | 29.129032 | 19.867695 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427419 | false | false | 15 |
cedd145dd6ccd723787075e9bf96b7ab76b653a3 | 15,290,083,608,515 | fdbcf2ae2f278e7c14d8add3cde95aaf731cd038 | /Programs/hackerrank/src/koaneeye.java | fe8b5631db20d38269ed7a14c88f922bd966a315 | [] | no_license | devraj94/Programs | https://github.com/devraj94/Programs | 8eb7863794fbc607e5d3cab784fcaf1dcbf58caa | 3fbc860a63fc3160bc9dd0c489ceabf0aa8ccc74 | refs/heads/master | 2021-01-02T22:16:52.938000 | 2013-09-21T20:14:51 | 2013-09-21T20:14:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class koaneeye {
public static void main(String[] args) {
try{
InputStreamReader in=new InputStreamReader(System.in);
BufferedReader br=new BufferedReader(in);
String g... | UTF-8 | Java | 679 | java | koaneeye.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class koaneeye {
public static void main(String[] args) {
try{
InputStreamReader in=new InputStreamReader(System.in);
BufferedReader br=new BufferedReader(in);
String g... | 679 | 0.5243 | 0.512518 | 27 | 24.148148 | 15.414528 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37037 | false | false | 15 |
167691b9a6c9ba85a935cf95f579b377b531d297 | 15,290,083,605,157 | 52a37811b7d37095843382294d839d4bed2553f7 | /app/src/main/java/com/example/fieldaware/MainActivity.java | c8eb29b3b728652ba72769bde29d6373fd744982 | [] | no_license | aishuaiswarya1/FieldApp1 | https://github.com/aishuaiswarya1/FieldApp1 | bf986f78a2c3669a69bbf911b64fc65e523136d3 | e4a66323005fe9d619b33d9e6c5e1bf1a2fa8f3b | refs/heads/master | 2023-08-18T06:26:53.201000 | 2021-10-16T14:18:46 | 2021-10-16T14:18:46 | 412,143,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fieldaware;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Patterns;
import android.view.View;
import android.widget.Toast;
import com.example.fieldawa... | UTF-8 | Java | 3,469 | java | MainActivity.java | Java | [] | null | [] | package com.example.fieldaware;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Patterns;
import android.view.View;
import android.widget.Toast;
import com.example.fieldawa... | 3,469 | 0.562698 | 0.560392 | 84 | 40.261906 | 29.397165 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630952 | false | false | 15 |
42209414f990657763daa3d45475513436f500e2 | 31,387,621,058,530 | 60a7165b6ce324db01b34a54057a7f6071a6454d | /src/main/java/com/resow/wiapi/infrastructure/BeansDefinition.java | 45d8893c03b701d0273ec640c3e0ac5dd0b7182a | [] | no_license | Brunomcarvalho89/WeatherIntegrationAPI | https://github.com/Brunomcarvalho89/WeatherIntegrationAPI | f8631de5c11d21020c3c03600901a9283ff98e94 | ae0a683158ed2afaa5b857efc54550e231276043 | refs/heads/master | 2023-03-08T06:20:14.679000 | 2021-02-23T15:51:22 | 2021-02-23T15:51:22 | 331,368,093 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.resow.wiapi.infrastructure;
import com.resow.wiapi.application.ICurrentWeatherService;
import com.resow.wiapi.application.impl.RegisterCurrentWeatherDataService;
import com.resow.wiapi.domain.repository.ICurrentWeatherRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | UTF-8 | Java | 3,284 | java | BeansDefinition.java | Java | [
{
"context": "mework.web.client.RestTemplate;\n\n/**\n *\n * @author brunomcarvalho89@gmail.com\n */\n@Configuration\npublic class BeansDefinition {",
"end": 1459,
"score": 0.9998931288719177,
"start": 1433,
"tag": "EMAIL",
"value": "brunomcarvalho89@gmail.com"
}
] | null | [] | package com.resow.wiapi.infrastructure;
import com.resow.wiapi.application.ICurrentWeatherService;
import com.resow.wiapi.application.impl.RegisterCurrentWeatherDataService;
import com.resow.wiapi.domain.repository.ICurrentWeatherRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | 3,265 | 0.789586 | 0.785323 | 85 | 37.635296 | 30.681992 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458824 | false | false | 15 |
bf257175b7ee0ad1bd3dcf6bdecabd4c088e7c55 | 24,395,414,259,777 | 28d45f096319f3eb4aff9bad1eff530a05b1cc41 | /quoteAutomationTest/src/com/ibm/dsw/automation/pageobject/pgs/SubmitSQSalesInfoTabPage.java | e3165892229bad76c106c950fd58ebdcb04a3618 | [] | no_license | zmmwl/dsw | https://github.com/zmmwl/dsw | 4a3f53413e63d8f5ed3caa0f3423f20aec8d67ba | 94fab0433a4e40425561a07f218361a0294aded5 | refs/heads/master | 2016-09-10T20:11:08.842000 | 2015-06-16T09:41:48 | 2015-06-16T09:41:48 | 35,540,090 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibm.dsw.automation.pageobject.pgs;
import org.openqa.selenium.WebDriver;
public class SubmitSQSalesInfoTabPage extends PGSBasePage
{
public SubmitSQSalesInfoTabPage(WebDriver driver) {
super(driver);
}
public PGSApprovalTabPage goToApprovalTab() {
elementClickByLinkText("Approval");
PGSApprov... | UTF-8 | Java | 428 | java | SubmitSQSalesInfoTabPage.java | Java | [] | null | [] | package com.ibm.dsw.automation.pageobject.pgs;
import org.openqa.selenium.WebDriver;
public class SubmitSQSalesInfoTabPage extends PGSBasePage
{
public SubmitSQSalesInfoTabPage(WebDriver driver) {
super(driver);
}
public PGSApprovalTabPage goToApprovalTab() {
elementClickByLinkText("Approval");
PGSApprov... | 428 | 0.775701 | 0.775701 | 20 | 20.4 | 21.964518 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 15 |
fc4d07b5959fd5ef3c9e1635683acca76c23d9ee | 22,952,305,230,993 | fa3cb29a95883e50a8e50a4b233bab5b71e607a9 | /src/main/java/gui3/FontManager.java | d198b4945c52b9eecb9b391cfdf124eea3da4db5 | [] | no_license | curious-attempt-bunny/mudiiclient | https://github.com/curious-attempt-bunny/mudiiclient | ab498a48fd2399121d5247ffb46bce3370f5df90 | 62be0cc44e876c52386df5e8e82115acf766f635 | refs/heads/master | 2021-01-25T08:49:23.031000 | 2018-06-08T15:29:58 | 2018-06-08T15:29:58 | 38,087,906 | 2 | 2 | null | false | 2019-02-13T17:09:06 | 2015-06-26T03:11:55 | 2018-06-08T15:30:27 | 2018-06-09T16:28:06 | 1,103 | 1 | 1 | 2 | Java | false | null | package gui3;
import java.awt.*;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import domain.Configuration;
public class FontManager {
private List fontConsumers;
private int fontSize;
private Configuration configuration;
private String fontName;
public... | UTF-8 | Java | 2,889 | java | FontManager.java | Java | [] | null | [] | package gui3;
import java.awt.*;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import domain.Configuration;
public class FontManager {
private List fontConsumers;
private int fontSize;
private Configuration configuration;
private String fontName;
public... | 2,889 | 0.687781 | 0.680512 | 115 | 24.121738 | 26.705526 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.182609 | false | false | 15 |
0b6dfa2cfe9e304c680769127aa9d1421c3586a0 | 12,927,851,628,244 | 481e52410260596323e3f6ecce05ae01a3732585 | /app/src/main/java/com/example/fooandbar/ibeacon/model/UserDevice.java | 69931266b0b23970fe80adf8780912ccdf712473 | [] | no_license | viogull/IndoorNavigation | https://github.com/viogull/IndoorNavigation | 6265f2984fdc92a0f0e2f10412ef34d98daddb18 | aa331bff837fd6321535e02d0674465579ded7d0 | refs/heads/master | 2020-07-02T19:23:08.117000 | 2016-05-17T19:52:53 | 2016-05-17T19:52:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fooandbar.ibeacon.model;
public class UserDevice {
private String name;
private String idBeacon;
private String userID;
private double distance;
private boolean sex;
public String getName() {
return name;
}
public boolean isSex() {
return sex;
... | UTF-8 | Java | 916 | java | UserDevice.java | Java | [] | null | [] | package com.example.fooandbar.ibeacon.model;
public class UserDevice {
private String name;
private String idBeacon;
private String userID;
private double distance;
private boolean sex;
public String getName() {
return name;
}
public boolean isSex() {
return sex;
... | 916 | 0.599345 | 0.599345 | 51 | 16.960785 | 15.133343 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313726 | false | false | 15 |
247fb5193e7e666588c316f39b2e186ac05085c3 | 25,082,609,058,829 | 32fdc25e95888e8d412cdd786ff638bf932c2c57 | /Queue/src/queue/QueueEngineImpl.java | b6c8145028bfa9a2576eafa150f6933ee6db71da | [] | no_license | guillermo-moran/Computing-Concepts-2 | https://github.com/guillermo-moran/Computing-Concepts-2 | 9c0a5fe48abd3294931ad1ad41a04191bf39e862 | 266a3367560403b960faff04c5ebb1935c0e91ae | refs/heads/master | 2021-06-08T07:10:07.307000 | 2016-11-08T18:44:11 | 2016-11-08T18:44:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package queue;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import javax.swing.event.EventListenerList;
public class QueueEngineImpl implements QueueEngine {
private QueueList<String> myQueue;
private EventListenerList eventListenerList;
private final ChangeEvent CHANGE_EVENT... | UTF-8 | Java | 2,724 | java | QueueEngineImpl.java | Java | [] | null | [] | package queue;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import javax.swing.event.EventListenerList;
public class QueueEngineImpl implements QueueEngine {
private QueueList<String> myQueue;
private EventListenerList eventListenerList;
private final ChangeEvent CHANGE_EVENT... | 2,724 | 0.731278 | 0.729442 | 90 | 29.266666 | 28.472912 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.355556 | false | false | 15 |
0f931a8a5af6269503e76fc3483c907ab6eea8d8 | 7,017,976,592,963 | d13332bd2b9e4513096a24ff52673c54f88fe788 | /src/week3/ControlePaneelZuid.java | 4290d7dcfd9fd4d84d2ff0e1fc98070dc7f4da75 | [] | no_license | IOGP3/Oefeningen | https://github.com/IOGP3/Oefeningen | 95f23278c316f070236da81b064dd52081ceb00e | cc38f4a8a4a4035c7c446bd69c90b6b24ee1e413 | refs/heads/master | 2016-09-06T20:46:42.909000 | 2014-08-25T08:51:24 | 2014-08-25T08:51:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week3;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
public class ControlePaneelZuid extends JPanel implements ActionListener
{
private JButton animate;
private JButton stop;
private Bal bal;
private BalView balvie... | UTF-8 | Java | 1,297 | java | ControlePaneelZuid.java | Java | [] | null | [] | package week3;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
public class ControlePaneelZuid extends JPanel implements ActionListener
{
private JButton animate;
private JButton stop;
private Bal bal;
private BalView balvie... | 1,297 | 0.657672 | 0.656901 | 51 | 24.450981 | 22.045687 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490196 | false | false | 15 |
9c74a8841b0ba775fd9299371a082ea5145b5d6e | 11,914,239,286,806 | e5c44b75b4711e159bff3c507056960cc7f0bfec | /androidApp/Umeed/app/src/main/java/com/example/umeed/RedirectLogin.java | 8c731e1dd7e10ccc768dec44de889effce4b2f18 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | CFGIndia20/team-9 | https://github.com/CFGIndia20/team-9 | 0cb8a9a81b5b5f40d4bd32780874b613fc37f1c3 | a9a19295a6e9fbeb3a553187038e2465c1709ca8 | refs/heads/master | 2023-02-09T17:36:46.313000 | 2021-01-06T14:23:24 | 2021-01-06T14:23:24 | 281,386,472 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.umeed;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.webkit.WebView;
import com.firebase.ui.auth.AuthUI;
import com.google.firebase.auth... | UTF-8 | Java | 2,071 | java | RedirectLogin.java | Java | [] | null | [] | package com.example.umeed;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.webkit.WebView;
import com.firebase.ui.auth.AuthUI;
import com.google.firebase.auth... | 2,071 | 0.64365 | 0.638822 | 69 | 29.028986 | 23.707745 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550725 | false | false | 15 |
d134bf5add8c0cfbd9fa414a96402b5df582b1c3 | 16,707,422,843,896 | 815cb91776796792e808277bbfe8c778da7ff062 | /app/src/main/java/com/jhorje18/quicktrade/EditarUser.java | d6f2d319312f498213ee421e86123d066a649f75 | [] | no_license | ferrarichi/QuickTrade | https://github.com/ferrarichi/QuickTrade | 3fdcebf0bfc7785a488f36ccf377d9d248702e8a | 06e28f33ede6c9da2b85aad3d69769e0f8273f91 | refs/heads/master | 2021-05-10T13:37:17.960000 | 2018-01-13T14:22:54 | 2018-01-13T14:22:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jhorje18.quicktrade;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
impo... | UTF-8 | Java | 6,523 | java | EditarUser.java | Java | [
{
"context": "package com.jhorje18.quicktrade;\n\nimport android.content.Intent;\nimpor",
"end": 20,
"score": 0.9315969944000244,
"start": 13,
"tag": "USERNAME",
"value": "horje18"
},
{
"context": "firebase.database.ValueEventListener;\nimport com.jhorje18.quicktrade.model.Usuario;\n... | null | [] | package com.jhorje18.quicktrade;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
impo... | 6,523 | 0.635778 | 0.635011 | 156 | 40.782051 | 34.119377 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705128 | false | false | 15 |
b86c3a717d4f6dd2bf0dc2da4cad0813e4b10028 | 25,331,717,129,749 | 6af6feb0c20984a9358a37540f79096de3018115 | /core/src/main/java/com/alibaba/alink/operator/batch/dataproc/format/VectorToCsvBatchOp.java | 6c7c968f30cf44d8a48cd1d757ea4591df475770 | [
"Apache-2.0"
] | permissive | Vipamp/Alink | https://github.com/Vipamp/Alink | 613c833d67e81ad688abd6d631b6297640e3b2a3 | 2b5d0ae81c7cf90fe3b68cc5ba39d4b6c9b57ef8 | refs/heads/mylearn | 2021-07-21T13:45:27.206000 | 2020-10-29T09:44:41 | 2020-10-29T09:44:41 | 224,653,808 | 0 | 0 | Apache-2.0 | true | 2020-07-14T05:07:16 | 2019-11-28T12:56:51 | 2020-01-21T02:48:20 | 2020-07-14T05:07:16 | 3,552 | 0 | 0 | 0 | Java | false | false |
package com.alibaba.alink.operator.batch.dataproc.format;
import com.alibaba.alink.operator.common.dataproc.format.FormatType;
import com.alibaba.alink.params.dataproc.format.VectorToCsvParams;
import org.apache.flink.ml.api.misc.param.Params;
public class VectorToCsvBatchOp extends BaseFormatTransBatchOp<VectorToCs... | UTF-8 | Java | 568 | java | VectorToCsvBatchOp.java | Java | [] | null | [] |
package com.alibaba.alink.operator.batch.dataproc.format;
import com.alibaba.alink.operator.common.dataproc.format.FormatType;
import com.alibaba.alink.params.dataproc.format.VectorToCsvParams;
import org.apache.flink.ml.api.misc.param.Params;
public class VectorToCsvBatchOp extends BaseFormatTransBatchOp<VectorToCs... | 568 | 0.774648 | 0.774648 | 17 | 32.35294 | 28.398304 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 15 |
fb1bbdbb5ad4fff7f8ad0f76fb693735373eefd6 | 10,737,418,254,069 | df7e087e980a0006b5688b9aa8749ee4e4486878 | /src/smali/stmt/ConstStmt.java | ffad639766895c29dee0f1deb02d90f06ae9cb36 | [] | no_license | Wenhao-Chen/JustSmali | https://github.com/Wenhao-Chen/JustSmali | 8cdaac12a80a53333e4ed0cb81f3db72d5c55411 | a9eac4c47409e0f52a1ac682daf45076d38f9ee5 | refs/heads/master | 2021-05-27T15:28:06.629000 | 2015-02-14T23:13:07 | 2015-02-14T23:13:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smali.stmt;
import staticFamily.StaticStmt;
@SuppressWarnings("serial")
public class ConstStmt extends StaticStmt{
public String getV() {
return getvA();
}
public String getValue() {
return getvB();
}
}
| UTF-8 | Java | 226 | java | ConstStmt.java | Java | [] | null | [] | package smali.stmt;
import staticFamily.StaticStmt;
@SuppressWarnings("serial")
public class ConstStmt extends StaticStmt{
public String getV() {
return getvA();
}
public String getValue() {
return getvB();
}
}
| 226 | 0.712389 | 0.712389 | 16 | 13.125 | 13.476253 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 15 |
4faae77c6c23427e101a4714c9fa358ba2486bb5 | 31,353,261,294,927 | c36f14c6606019ca46896f3dc34d204f204104ad | /src/main/java/servlet/BaseHttpServlet.java | cbdc2f6c9957292ace6ef08537c5252a58966291 | [
"Apache-2.0"
] | permissive | Yoya-Ng/MyJavaWebCourse | https://github.com/Yoya-Ng/MyJavaWebCourse | aeb1ccb6a353b753b9a1aecdacd7d4fb58f2f7f3 | 33ea85b2e3463a06628ff401491515813ba2c168 | refs/heads/master | 2022-06-05T09:03:30.372000 | 2020-08-24T09:41:15 | 2020-08-24T09:41:15 | 172,624,044 | 0 | 0 | null | false | 2020-08-24T09:41:16 | 2019-02-26T02:39:40 | 2019-07-08T13:44:26 | 2020-08-24T09:41:15 | 6,385 | 0 | 0 | 0 | Java | false | false | package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet(name = "BaseHttpSe... | UTF-8 | Java | 1,315 | java | BaseHttpServlet.java | Java | [] | null | [] | package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet(name = "BaseHttpSe... | 1,315 | 0.687452 | 0.68365 | 43 | 29.581396 | 30.510565 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 15 |
36bd669f3266e3748c04a5e90f2d62f42528715d | 21,723,944,612,313 | 1038e998c45dbc1bfd06ed80aac66d140aa1eac5 | /src/com/sgc/bean/DBConnectionPool.java | ef60a4d17d64841b51bce833061c1681f05ac80f | [] | no_license | ChengUU/vlpr | https://github.com/ChengUU/vlpr | dbed763abd220b97db82fe944871de7c2f6b70a1 | 05241a5d85740532f2feb6109337e933266007db | refs/heads/master | 2021-01-23T10:19:39.964000 | 2019-04-20T04:31:12 | 2019-04-20T04:31:12 | 102,608,352 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sgc.bean;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
public class DBConnectionPool {
private int checkedOut;
private List<Connection> freeConnec... | UTF-8 | Java | 3,132 | java | DBConnectionPool.java | Java | [
{
"context": "Connection, int maxConnection) {\r\n\t\tthis.password=password;\r\n\t\tthis.url=url;\r\n\t\tthis.user=user;\r\n\t\tthis.norm",
"end": 699,
"score": 0.9995588064193726,
"start": 691,
"tag": "PASSWORD",
"value": "password"
},
{
"context": ".password=password;\r\n\t\tthis.... | null | [] | package com.sgc.bean;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
public class DBConnectionPool {
private int checkedOut;
private List<Connection> freeConnec... | 3,134 | 0.662115 | 0.658964 | 125 | 20.848 | 15.897198 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.456 | false | false | 15 |
dfefa269bf3eeab6a740007ec71068106c1a752a | 12,146,167,579,797 | 6c888f95009bf19a025dc212aa8b24785c106f6c | /src/utils/exceptions/Msg.java | ff978f2db80a3a0af7d7ae83a6e44dc297dbd413 | [] | no_license | zyxakarene/OpenGLDevelopment | https://github.com/zyxakarene/OpenGLDevelopment | 5e505d9fc892ae604414202f9240cd1b1794f6c5 | 5fb79338483228ee840252ee89ded9fcf40e0494 | refs/heads/master | 2021-01-19T08:31:10.860000 | 2016-03-06T17:09:47 | 2016-03-06T17:09:47 | 25,429,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils.exceptions;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import utils.constants.GameConstants;
public class Msg
{
private static final Logger LOG = GameConstants.LOGGER;
public static void info(String msg)
{
JOptionP... | UTF-8 | Java | 530 | java | Msg.java | Java | [] | null | [] | package utils.exceptions;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import utils.constants.GameConstants;
public class Msg
{
private static final Logger LOG = GameConstants.LOGGER;
public static void info(String msg)
{
JOptionP... | 530 | 0.677359 | 0.677359 | 22 | 22.09091 | 25.407423 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 15 |
00e6a9ef7b0a88b27d9890474087d05fb5ecb525 | 1,451,699,000,446 | 0de988d43db11ca963cd58cc679cbf0325691cab | /Library/PaintedSkin/src/main/java/org/alee/component/skin/pack/DefaultSkinResourcesProvider.java | ba7d8dc788ba989c53af457590a9c5d2660d574c | [
"Apache-2.0"
] | permissive | dahui888/PaintedSkin | https://github.com/dahui888/PaintedSkin | ada28dd3d6c98ef46ed6bd7a977db0ba0ec0b94b | 18797fcac76ae47bc6497f46b2755c6bfedf8524 | refs/heads/main | 2023-03-19T18:01:57.781000 | 2021-03-20T09:24:00 | 2021-03-20T09:24:00 | 351,623,832 | 2 | 0 | Apache-2.0 | true | 2021-03-26T01:18:11 | 2021-03-26T01:18:11 | 2021-03-26T01:04:46 | 2021-03-20T09:24:53 | 254 | 0 | 0 | 0 | null | false | false | package org.alee.component.skin.pack;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import... | UTF-8 | Java | 4,618 | java | DefaultSkinResourcesProvider.java | Java | [
{
"context": "***********************************\n *\n * @author: MY.Liu\n * @date: 2021/2/11\n * @description: App原生皮肤提供者\n ",
"end": 495,
"score": 0.9994974136352539,
"start": 489,
"tag": "NAME",
"value": "MY.Liu"
}
] | null | [] | package org.alee.component.skin.pack;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import... | 4,618 | 0.660754 | 0.658734 | 150 | 28.693333 | 31.242481 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 15 |
6476b08fbc8c297c859bbddec45007e3f76dc084 | 19,507,741,522,278 | 41b5f7c84c4a1343f7d543e73eaf7a156384f423 | /app/src/main/java/cc/coocol/jinxiujob/models/AllEnterItemModel.java | 83b1a2c1b5e8f42eab598bb0de1d2edde05a1f0e | [] | no_license | coocol/Glory-Android | https://github.com/coocol/Glory-Android | 0c98d2bac7cf50c47f2b28f8ab0bd1758c19c3cf | 1cedd0b20f56856add527c4e2ffb8e84fff594f2 | refs/heads/master | 2021-01-10T13:12:56.036000 | 2016-03-30T11:17:42 | 2016-03-30T11:17:42 | 53,909,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.coocol.jinxiujob.models;
/**
* Created by rrr on 16-2-29.
*/
public class AllEnterItemModel extends BaseEnterItemModel {
public AllEnterItemModel() {
}
public AllEnterItemModel(int id, String name, String nick, String address, String time, int companyId) {
super(id, name, nick, add... | UTF-8 | Java | 352 | java | AllEnterItemModel.java | Java | [
{
"context": "age cc.coocol.jinxiujob.models;\n\n/**\n * Created by rrr on 16-2-29.\n */\npublic class AllEnterItemModel ex",
"end": 58,
"score": 0.9995096921920776,
"start": 55,
"tag": "USERNAME",
"value": "rrr"
}
] | null | [] | package cc.coocol.jinxiujob.models;
/**
* Created by rrr on 16-2-29.
*/
public class AllEnterItemModel extends BaseEnterItemModel {
public AllEnterItemModel() {
}
public AllEnterItemModel(int id, String name, String nick, String address, String time, int companyId) {
super(id, name, nick, add... | 352 | 0.690341 | 0.676136 | 16 | 21 | 29.983328 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
0ad3a87895aa21a89365475cf1fa6e7d5f539854 | 35,631,048,699,286 | f81647eacfdbd6151bfab677f64d9f469c46f01e | /Day 5-Exception/Activity 1/ArithExcep.java | a1d96ca21fb1f7ce5005c5d59f477c8828149b24 | [] | no_license | mohnishkheraa/Core-Java | https://github.com/mohnishkheraa/Core-Java | 00204d64c9d34eb2c9cdc5f3f57febeb16ec4b2e | 23d4b59c253fd7ce1fd0adc0a80a21fd97446d8c | refs/heads/master | 2023-03-23T23:07:14.914000 | 2021-03-19T04:06:43 | 2021-03-19T04:06:43 | 342,119,209 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package world.hello;
import java.util.*;
public class ArithExcep {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
float cur_runrate;
try
{
System.out.println("Enter the total runs scored ");
String sr=sc.next();
int scoredruns= Integer.parseInt(sr);
System.ou... | UTF-8 | Java | 661 | java | ArithExcep.java | Java | [] | null | [] | package world.hello;
import java.util.*;
public class ArithExcep {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
float cur_runrate;
try
{
System.out.println("Enter the total runs scored ");
String sr=sc.next();
int scoredruns= Integer.parseInt(sr);
System.ou... | 661 | 0.645991 | 0.645991 | 35 | 17.914286 | 17.991064 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.171429 | false | false | 15 |
60226028d3b5879885e3286e7d7cdc878ac61157 | 20,392,504,786,144 | 21f9e8210f411a5bf73342fed5251b55892b8e5f | /src/model/NhanVien.java | 01421f052f3bc74dcaf4b31ea9047dc089ab8594 | [] | no_license | nghiaonthecloud/-project-I-hotel-management | https://github.com/nghiaonthecloud/-project-I-hotel-management | 5e48468adf5184ceb07786692cdc56d709f6df65 | c7ad3fe10688e2d853e7070aaa4ab965b4021f5e | refs/heads/master | 2022-03-24T15:47:22.758000 | 2019-12-26T05:01:24 | 2019-12-26T05:01:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Objects;
public class NhanVien {
// LOAI NHAN VIEN
public static final int QUANLY = 0;
public static final int LETAN = 1;
private int maNv;
private String tenNv;
private int loaiNv;
private String tenDangNhap;
private String matKhau;
private boolea... | UTF-8 | Java | 3,031 | java | NhanVien.java | Java | [] | null | [] | package model;
import java.util.Objects;
public class NhanVien {
// LOAI NHAN VIEN
public static final int QUANLY = 0;
public static final int LETAN = 1;
private int maNv;
private String tenNv;
private int loaiNv;
private String tenDangNhap;
private String matKhau;
private boolea... | 3,031 | 0.587265 | 0.586605 | 153 | 18.810457 | 19.44718 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418301 | false | false | 15 |
a5dc10a8e5a0c83932f97a7048a10e695ae84531 | 1,932,735,332,912 | 77467207aae3202ef1b16edc26ec1bf7795ad618 | /app/src/main/java/com/sanqi/wxtool/network/OkHttpCommodity.java | 61017da35e72e97c318c34293e1d04aacc6f6901 | [] | no_license | wenkefan/Wxtool | https://github.com/wenkefan/Wxtool | 15708ed6cdf0edbeddd0cc34982866a5d8cbfc9d | 46a5070831374ae552d9f6c7f896fda4718dc0c8 | refs/heads/master | 2021-07-02T03:29:56.894000 | 2017-09-22T07:46:27 | 2017-09-22T07:46:27 | 103,943,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanqi.wxtool.network;
import com.google.gson.Gson;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Response;
/**
* Created by 范文轲 on 2017/9/21.
*/
public class OkHttpCommodity extends Okhttp {
@Override
public void onError(Call call, IOException ... | UTF-8 | Java | 665 | java | OkHttpCommodity.java | Java | [
{
"context": "Call;\nimport okhttp3.Response;\n\n/**\n * Created by 范文轲 on 2017/9/21.\n */\n\npublic class OkHttpCommodity e",
"end": 191,
"score": 0.9996774196624756,
"start": 188,
"tag": "NAME",
"value": "范文轲"
}
] | null | [] | package com.sanqi.wxtool.network;
import com.google.gson.Gson;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Response;
/**
* Created by 范文轲 on 2017/9/21.
*/
public class OkHttpCommodity extends Okhttp {
@Override
public void onError(Call call, IOException ... | 665 | 0.626707 | 0.61305 | 33 | 18.969696 | 23.001297 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 15 |
85ad2122a65e5642274f74efc4714a8028e7a8e3 | 36,644,660,982,069 | a0364b73b7df30459e0e3ce4eda0db47d1110cb7 | /src/ch/heigvd/bomberman/common/communication/requests/DestroyElementsRequest.java | 01f19a77cca87a53737bb7a0d77c43ad1d55f99f | [] | no_license | pikkle/bomberman | https://github.com/pikkle/bomberman | 28c4eae24c4cd1ffad068fe0b135bee7b5ce4e44 | e1291a9f0e7d5308cb18a57e0792e14d65a793b6 | refs/heads/master | 2021-04-30T22:51:10.936000 | 2016-06-17T09:17:22 | 2016-06-17T09:17:22 | 52,432,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.heigvd.bomberman.common.communication.requests;
import ch.heigvd.bomberman.common.communication.responses.Response;
import ch.heigvd.bomberman.common.game.Element;
/**
* Created by matthieu.villard on 29.05.2016.
*/
public class DestroyElementsRequest extends Request<Element> {
@Override
public Respons... | UTF-8 | Java | 400 | java | DestroyElementsRequest.java | Java | [
{
"context": ".bomberman.common.game.Element;\n\n/**\n * Created by matthieu.villard on 29.05.2016.\n */\npublic class DestroyElementsRe",
"end": 211,
"score": 0.8948599100112915,
"start": 195,
"tag": "NAME",
"value": "matthieu.villard"
}
] | null | [] | package ch.heigvd.bomberman.common.communication.requests;
import ch.heigvd.bomberman.common.communication.responses.Response;
import ch.heigvd.bomberman.common.game.Element;
/**
* Created by matthieu.villard on 29.05.2016.
*/
public class DestroyElementsRequest extends Request<Element> {
@Override
public Respons... | 400 | 0.79 | 0.77 | 15 | 25.666666 | 26.302513 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 15 |
a46652645353661fd04497d70f57dc042c9ac89d | 35,570,919,170,325 | 119d81b862b831c77b7956af1f703bbd8a6ed19f | /ohhay-module-piepme/src/main/mongo/com/ohhay/piepme/mongo/utils/PiepmeTemplateRule.java | 558e65900dee95a5ccc1ed5ff438513affc04a64 | [] | no_license | ThoaiNguyenHuu842/leanrjava | https://github.com/ThoaiNguyenHuu842/leanrjava | ac63ad7aad8f1e6847742fa673d59062f20c09e1 | 9ea7c05e9df11e1942919f7593f04dce18654358 | refs/heads/master | 2021-07-08T11:21:41.594000 | 2017-10-04T17:13:18 | 2017-10-04T17:13:18 | 105,794,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ohhay.piepme.mongo.utils;
import com.ohhay.core.constant.QbMongoCollectionsName;
import com.ohhay.piepme.mongo.entities.reportpieper.B200BPMG;
import com.ohhay.piepme.mongo.entities.reportpieper.B200PPMG;
/**
* @author ThoaiNH
* create May 11, 2017
*/
public class PiepmeTemplateRule {
public static St... | UTF-8 | Java | 1,506 | java | PiepmeTemplateRule.java | Java | [
{
"context": "go.entities.reportpieper.B200PPMG;\n\n/**\n * @author ThoaiNH\n * create May 11, 2017\n */\npublic class PiepmeTem",
"end": 241,
"score": 0.8032511472702026,
"start": 234,
"tag": "USERNAME",
"value": "ThoaiNH"
}
] | null | [] | package com.ohhay.piepme.mongo.utils;
import com.ohhay.core.constant.QbMongoCollectionsName;
import com.ohhay.piepme.mongo.entities.reportpieper.B200BPMG;
import com.ohhay.piepme.mongo.entities.reportpieper.B200PPMG;
/**
* @author ThoaiNH
* create May 11, 2017
*/
public class PiepmeTemplateRule {
public static St... | 1,506 | 0.776892 | 0.737052 | 56 | 25.892857 | 21.893965 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.017857 | false | false | 15 |
b4942e96c8fdb61b54f34979fa04be290e55fc89 | 37,898,791,435,064 | fb679f7a3666b39e1d1e9acf865a6414ccc572f5 | /src/Answer.java | 36484a734fa78c6eb3c1cd80b5698488a717b738 | [] | no_license | liquangumax/TravellingSalesmanProblem | https://github.com/liquangumax/TravellingSalesmanProblem | 91d975de573cc753654590e3be2d05195e67fac9 | 9f9153e3f6d7d3b0e372a437ff61ee91903086a9 | refs/heads/master | 2021-05-31T03:46:37.538000 | 2016-02-06T21:18:52 | 2016-02-06T21:18:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.JFrame;
import java.awt.Graphics;
import javax.swing.JComponent;
public class Answer {
State endState;
Question question;
long cnt;
long timeElapsed;
Answer(Question q,State endState,long cnt,long timeElapsed)
{
this.question = q;
this.endState = endState;
this.cnt = cnt;
this.timeEl... | UTF-8 | Java | 939 | java | Answer.java | Java | [] | null | [] | import javax.swing.JFrame;
import java.awt.Graphics;
import javax.swing.JComponent;
public class Answer {
State endState;
Question question;
long cnt;
long timeElapsed;
Answer(Question q,State endState,long cnt,long timeElapsed)
{
this.question = q;
this.endState = endState;
this.cnt = cnt;
this.timeEl... | 939 | 0.695421 | 0.695421 | 46 | 19.413044 | 17.498541 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.847826 | false | false | 15 |
aef880463f98cdbaa5bc81c1ef787e098b14c847 | 34,273,839,064,540 | 52200d130d75d2c1f225ca709d9de270ec2b1d2b | /src/main/java/me/prismskey/rpgcore/Events/OnChunkPopulate.java | 44fac4d6c2cd0aaa4e82dc7cd37648b69ebfded0 | [
"MIT"
] | permissive | ItzAmirreza/DSCore | https://github.com/ItzAmirreza/DSCore | 81f45d94f34f70c16ecf37e28cab4e99eb1ed2f8 | 3d75a36e2ebedbae9ddc75cb07f28f1a4492a585 | refs/heads/main | 2023-04-18T11:51:58.797000 | 2021-05-03T20:35:45 | 2021-05-03T20:35:45 | 364,026,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.prismskey.rpgcore.Events;
import org.bukkit.Bukkit;
import org.bukkit.Chunk;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.world.ChunkPopulateEvent;
import java.util.Random;
public class OnChunkPopulate implements Listener {
private Random rand;
... | UTF-8 | Java | 2,377 | java | OnChunkPopulate.java | Java | [
{
"context": "package me.prismskey.rpgcore.Events;\n\nimport org.bukkit.Bukkit;\nimp",
"end": 17,
"score": 0.616108238697052,
"start": 11,
"tag": "USERNAME",
"value": "prisms"
}
] | null | [] | package me.prismskey.rpgcore.Events;
import org.bukkit.Bukkit;
import org.bukkit.Chunk;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.world.ChunkPopulateEvent;
import java.util.Random;
public class OnChunkPopulate implements Listener {
private Random rand;
... | 2,377 | 0.564156 | 0.540597 | 53 | 43.849056 | 45.941059 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.867925 | false | false | 15 |
00b5fb2d7141ccc3165f58fb0f76eb95918a7c2e | 38,431,367,367,029 | 694079fbeae23fde2c442d51f5aede3d7a815729 | /TestDemo/Demo/ListDemo1.java | f7346871fcfe0a7eaf127f6ad3062f1b8fe1ae40 | [] | no_license | MrMalleable/java01 | https://github.com/MrMalleable/java01 | c57d3e2a5f75a81509db25348bce7bc9d2767714 | 5ea12e34ab632ae4d4a51bc12cea136de8f13204 | refs/heads/master | 2018-04-02T21:40:27.049000 | 2017-04-21T12:02:08 | 2017-04-21T12:02:08 | 88,639,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycode;
import java.util.ArrayList;
import java.util.List;
public class ListDemo1 {
public static void main(String[] args) {
List<String> lists=null;
lists = new ArrayList<String>();
lists.add("A"); //添加字符
lists.add("B");
System.out.println(lists.isEmpty())... | GB18030 | Java | 671 | java | ListDemo1.java | Java | [] | null | [] | package com.mycode;
import java.util.ArrayList;
import java.util.List;
public class ListDemo1 {
public static void main(String[] args) {
List<String> lists=null;
lists = new ArrayList<String>();
lists.add("A"); //添加字符
lists.add("B");
System.out.println(lists.isEmpty())... | 671 | 0.5488 | 0.5424 | 24 | 25.041666 | 17.829 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 15 |
9ec10429f3af73cae3f2ad4cd2486705ad4064b6 | 29,300,266,929,228 | 8a6078109a8c5b0ae036cdb8395d2c17389de418 | /device-admin/device-service/src/main/java/com/gz/common/DeptService.java | d75d63ae64e90c42cc0473cc0790a56d8d33e1b0 | [
"MIT"
] | permissive | hczyh888/hydeviceVue | https://github.com/hczyh888/hydeviceVue | a5a58cdb8ae3e49a604a1b6c34d966f56d0ae174 | 88ccbf115cf8bcc4a2e87c79a585193aa97ec9a0 | refs/heads/master | 2020-04-03T19:03:26.989000 | 2018-10-31T07:39:07 | 2018-10-31T07:39:07 | 155,508,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gz.common;
import com.gz.common.model.Dept;
import com.gz.common.objects.CascaderObject;
import com.jfinal.plugin.activerecord.Db;
import java.util.*;
public class DeptService {
private static DeptService deptService;
private DeptService(){
}
public static DeptService getService(){
... | UTF-8 | Java | 3,613 | java | DeptService.java | Java | [] | null | [] | package com.gz.common;
import com.gz.common.model.Dept;
import com.gz.common.objects.CascaderObject;
import com.jfinal.plugin.activerecord.Db;
import java.util.*;
public class DeptService {
private static DeptService deptService;
private DeptService(){
}
public static DeptService getService(){
... | 3,613 | 0.518434 | 0.500714 | 108 | 31.398148 | 22.035299 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564815 | false | false | 15 |
a7bd0fa492a8f18a7737e0a6ea3e6c6613230ff6 | 1,975,685,006,553 | c9791f5e07b43df9ab4463dd1504159e0495daba | /src/main/java/com/jack12324/eop/recipe/recipes/InfuserRecipe.java | 55a55bd9cb2985c0bf152450bee2366630b244fa | [
"MIT"
] | permissive | jack12324/EOP | https://github.com/jack12324/EOP | afb8ef538475209141c7e6d465018926409ad662 | 477bbe31e7d61e6de4e981a07da526a4bbe8ede8 | refs/heads/master | 2021-01-23T10:54:46.009000 | 2017-08-21T20:09:48 | 2017-08-21T20:09:48 | 93,094,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jack12324.eop.recipe.recipes;
import com.jack12324.eop.recipe.recipeInterfaces.EOPRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IFluidInRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IFluidOutRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IMultipleInputRecipe;
import net.mine... | UTF-8 | Java | 1,243 | java | InfuserRecipe.java | Java | [
{
"context": "package com.jack12324.eop.recipe.recipes;\n\nimport com.jack12324.eop.rec",
"end": 21,
"score": 0.9845693707466125,
"start": 12,
"tag": "USERNAME",
"value": "jack12324"
},
{
"context": "age com.jack12324.eop.recipe.recipes;\n\nimport com.jack12324.eop.recipe.recipeInter... | null | [] | package com.jack12324.eop.recipe.recipes;
import com.jack12324.eop.recipe.recipeInterfaces.EOPRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IFluidInRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IFluidOutRecipe;
import com.jack12324.eop.recipe.recipeInterfaces.IMultipleInputRecipe;
import net.mine... | 1,243 | 0.722446 | 0.701529 | 47 | 25.446808 | 24.992601 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 15 |
6433be08610aa17e320807eda230fe543c5b87c7 | 21,440,476,786,183 | e98ff686d361591498bc68e15b6e224070a83f9e | /src/main/java/com/company/app/controller/command/user/DeleteUserCommand.java | c1b6097eb7208c50a87602b59c3c4177b108c843 | [] | no_license | jane-kirina/cash_machine | https://github.com/jane-kirina/cash_machine | b8ef1fcb80a39269a6f3fe0158125d32f6ba1c84 | 41e7c69d492876f32b7b6693238ca8628b6d48f7 | refs/heads/master | 2023-03-08T21:41:48.974000 | 2021-02-28T22:50:56 | 2021-02-28T22:50:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.app.controller.command.user;
import com.company.app.controller.command.ICommand;
import com.company.app.service.impl.UserService;
import com.company.app.util.constant.Path;
import org.apache.log4j.Logger;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
... | UTF-8 | Java | 1,401 | java | DeleteUserCommand.java | Java | [] | null | [] | package com.company.app.controller.command.user;
import com.company.app.controller.command.ICommand;
import com.company.app.service.impl.UserService;
import com.company.app.util.constant.Path;
import org.apache.log4j.Logger;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
... | 1,401 | 0.697359 | 0.695931 | 39 | 34.923077 | 25.354294 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 15 |
dd445d10fcd83f10a7538428da3a2a8ee395aec3 | 17,583,596,151,472 | 57a38fa1512d7577cf890464a13ed265fb51de76 | /src/main/java/com/homework/app/domain/ViewController.java | e4dfddf95ef1d77e2d4e2cb0df4c5f45c6e06e33 | [] | no_license | michalwedzik/simple-app | https://github.com/michalwedzik/simple-app | 8e1b484b94548e33a155c028e0be92893159ea2a | 8462a7e6e1fbbd384d673b487a086a1c9f40620d | refs/heads/master | 2020-12-24T11:53:42.069000 | 2016-11-06T18:19:53 | 2016-11-06T18:19:53 | 73,009,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.homework.app.domain;
import java.util.ArrayList;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import javax.faces.event.ActionEvent;
import org.apache.log4j.Logger;
impo... | UTF-8 | Java | 4,466 | java | ViewController.java | Java | [] | null | [] | package com.homework.app.domain;
import java.util.ArrayList;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import javax.faces.event.ActionEvent;
import org.apache.log4j.Logger;
impo... | 4,466 | 0.628751 | 0.628527 | 162 | 26.567902 | 25.609816 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475309 | false | false | 15 |
eb3d7a6f4d766aeb2e98ff80ae17cbe3de3303ad | 807,453,908,042 | da76a2bb9c48ed6a3adb626457ba1cb0e9a9eb30 | /src/main/java/cn/leetcode/_175_Combine_Two_Tables.java | 9b4a68584990bf9a19b6e8563df9e07f517a0237 | [] | no_license | nothing2016/leetCode | https://github.com/nothing2016/leetCode | e548b01ba47273c57ce1818acc9254d45d02e9b3 | f2ead9e6371cc82cd911315f447c92f76c4c4eff | refs/heads/master | 2023-06-05T00:26:02.701000 | 2021-07-01T02:06:48 | 2021-07-01T02:06:48 | 312,720,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.leetcode;
/**
* 175. 组合两个表
* SQL架构
* 表1: Person
* <p>
* +-------------+---------+
* | 列名 | 类型 |
* +-------------+---------+
* | PersonId | int |
* | FirstName | varchar |
* | LastName | varchar |
* +-------------+---------+
* PersonId 是上表主键
* 表2: Address
* <p>
* +-----... | UTF-8 | Java | 1,030 | java | _175_Combine_Two_Tables.java | Java | [
{
"context": "\n * FirstName, LastName, City, State\n *\n * @author oudaming\n * @date 2021/3/20 0020 08:53\n */\npublic class _1",
"end": 702,
"score": 0.999639093875885,
"start": 694,
"tag": "USERNAME",
"value": "oudaming"
}
] | null | [] | package cn.leetcode;
/**
* 175. 组合两个表
* SQL架构
* 表1: Person
* <p>
* +-------------+---------+
* | 列名 | 类型 |
* +-------------+---------+
* | PersonId | int |
* | FirstName | varchar |
* | LastName | varchar |
* +-------------+---------+
* PersonId 是上表主键
* 表2: Address
* <p>
* +-----... | 1,030 | 0.447661 | 0.422049 | 39 | 22.02564 | 15.673737 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.871795 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.