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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e3039d54084cc9111147e7cac3d870a13e85120b | 35,012,573,401,836 | 3d7390c53b0e36b0bba0928582437896bd0bd400 | /application-java/src/main/java/iruiz/survey/domain/model/Survey.java | febd888d22a40e46e99026cb125725795893b96d | [] | no_license | varavan/backend-test | https://github.com/varavan/backend-test | 7dc0d02d1930595b2471981b23369c850323e2eb | 1fc41f990d79024a49edb3e97023ea9569936c6a | refs/heads/master | 2021-06-09T12:29:18.902000 | 2016-11-09T19:23:40 | 2016-11-09T19:23:40 | 63,000,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iruiz.survey.domain.model;
import java.util.ArrayList;
import iruiz.utils.Slugify;
public final class Survey {
private String name;
private String slug;
private String description;
private String createdAt;
private ArrayList<Question> questions;
private ArrayList<Tag> tags;
public Survey(String na... | UTF-8 | Java | 1,070 | java | Survey.java | Java | [] | null | [] | package iruiz.survey.domain.model;
import java.util.ArrayList;
import iruiz.utils.Slugify;
public final class Survey {
private String name;
private String slug;
private String description;
private String createdAt;
private ArrayList<Question> questions;
private ArrayList<Tag> tags;
public Survey(String na... | 1,070 | 0.723364 | 0.723364 | 56 | 18.107143 | 15.843744 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.553571 | false | false | 7 |
b182f9862dbbc70c0aae1abeed69e11a15275199 | 23,003,844,841,812 | 9b30f50a2cf2cfecae0955817b2c3817436853a6 | /app/src/main/java/Utils/SubCatUtil.java | f13cc8d63ecc4fb0606713862c7ef4b995441d9e | [] | no_license | Digiinteracts/Aasaan | https://github.com/Digiinteracts/Aasaan | 296f807afd1245706ab54dd789466d52f63814e5 | faeac120c44ed7b070d566ce675a54b7afdd47e3 | refs/heads/master | 2020-07-29T04:18:40.801000 | 2016-11-14T09:48:48 | 2016-11-14T09:48:48 | 73,683,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Utils;
/**
* Created by Sonu Saini on 4/26/2016.
*/
public class SubCatUtil {
String image,image_cat;
String image_name;
String sub_cat__id;
public SubCatUtil(String image,String image_name,String image_cat,String sub_cat__id){
this.image=image;
this.image_name=image_name;
... | UTF-8 | Java | 689 | java | SubCatUtil.java | Java | [
{
"context": "package Utils;\n\n/**\n * Created by Sonu Saini on 4/26/2016.\n */\n\npublic class SubCatUtil {\n ",
"end": 44,
"score": 0.9998638033866882,
"start": 34,
"tag": "NAME",
"value": "Sonu Saini"
}
] | null | [] | package Utils;
/**
* Created by <NAME> on 4/26/2016.
*/
public class SubCatUtil {
String image,image_cat;
String image_name;
String sub_cat__id;
public SubCatUtil(String image,String image_name,String image_cat,String sub_cat__id){
this.image=image;
this.image_name=image_name;
... | 685 | 0.618287 | 0.608128 | 31 | 21.225807 | 18.798952 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 7 |
3cc46ed26c09fa8f71e250968c1612e98146bdd5 | 35,493,609,745,305 | 989f4453719711486080aa13f0579bab163252f4 | /practice/src/practice/AbstFactory.java | 7bb45b5974a5d8837ba0829f8bd43f39eab97e06 | [] | no_license | MKamalesh/oops-practice | https://github.com/MKamalesh/oops-practice | dc109a1ca606b7d294c97dff7390b9b0870b85d9 | 1161d892f4b4bb5c264e2fe206ec0e0afa7995af | refs/heads/master | 2021-04-04T07:00:30.868000 | 2020-03-19T07:20:39 | 2020-03-19T07:20:39 | 248,435,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
public abstract class AbstFactory extends AbstSmartphone {
boolean isOriginalPiece=false;
static int price=0;
abstract void verifyFingerPrint();
abstract void providePattern();
void browsing()
{
System.out.println("factory demo browsing");
}
}
| UTF-8 | Java | 289 | java | AbstFactory.java | Java | [] | null | [] | package practice;
public abstract class AbstFactory extends AbstSmartphone {
boolean isOriginalPiece=false;
static int price=0;
abstract void verifyFingerPrint();
abstract void providePattern();
void browsing()
{
System.out.println("factory demo browsing");
}
}
| 289 | 0.726644 | 0.723183 | 14 | 18.642857 | 18.476267 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 7 |
97a129237c5a1ca6e952203d09b6ad8b41a4c93c | 6,451,040,920,399 | 143b606fdb9c7abee57d476aef1e65e025ce3268 | /src/com/lv/spider/SpiderStart.java | f85eddf3dadf416d9162556a6ffbef1766b356ba | [] | no_license | woxiaobao/Study | https://github.com/woxiaobao/Study | e55ee0632ee804e6cc07258c4c23fa0956bec0fa | a70e2046d3cb837eb50bcbbd9acba32d5fef3e96 | refs/heads/master | 2021-11-07T09:50:22.140000 | 2021-11-01T08:19:51 | 2021-11-01T08:19:51 | 47,092,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lv.spider;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import com.lv.log.TimeC... | UTF-8 | Java | 3,948 | java | SpiderStart.java | Java | [] | null | [] | package com.lv.spider;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import com.lv.log.TimeC... | 3,948 | 0.636364 | 0.624347 | 131 | 27.183207 | 24.840193 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.687023 | false | false | 7 |
8a9156d4ecbef670f15e1b09f4e7c466454e5a26 | 10,264,971,887,847 | c04887684b6e7f3fb3d88d2dde4368e3ffc9f4b9 | /src/Engine/entity/MobileEntity.java | 763d3981aafd2abf38145e18831453003d570b55 | [] | no_license | winrar-rar/GameEngine | https://github.com/winrar-rar/GameEngine | f029ddbcb75104d3c4b999c8a81171e8f84ceead | d7ecd1dbfcd2429520a784ccfcfbd4deafbc7dc5 | refs/heads/master | 2020-03-11T13:55:40.463000 | 2018-04-18T09:41:53 | 2018-04-18T09:41:53 | 130,038,632 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Engine.entity;
import Engine.Engine;
import Engine.graphics.Render;
import Engine.graphics.Sprite;
/**
* The Entity class for entities that is movable.
* @author Christian
*
*/
public abstract class MobileEntity extends Entity{
protected static final int DIR_NORTH = 0;
protected static fi... | UTF-8 | Java | 3,612 | java | MobileEntity.java | Java | [
{
"context": "ty class for entities that is movable.\r\n * @author Christian\r\n *\r\n */\r\npublic abstract class MobileEntity exte",
"end": 191,
"score": 0.9919643998146057,
"start": 182,
"tag": "NAME",
"value": "Christian"
}
] | null | [] | package Engine.entity;
import Engine.Engine;
import Engine.graphics.Render;
import Engine.graphics.Sprite;
/**
* The Entity class for entities that is movable.
* @author Christian
*
*/
public abstract class MobileEntity extends Entity{
protected static final int DIR_NORTH = 0;
protected static fi... | 3,612 | 0.637043 | 0.632337 | 158 | 20.86076 | 23.035873 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.462025 | false | false | 7 |
f5156b07281315d42131ea7ba6e3172212f08bd1 | 6,012,954,253,514 | 6fc1cf7dd939e102c8bbf288ba3bd94bb32432a9 | /3aqary/src/aaqary/MobileApp/MainPackage/UsersDataBase.java | 7940d9b205cdfc985517d5695147900d7c34db65 | [] | no_license | mSobhy90/3aqary | https://github.com/mSobhy90/3aqary | 5b4e69cc3f06248d91635cbd4b8efd2f58901ed3 | ce95b2bd3b2aa3b554fa33d73343d5fed599e14e | refs/heads/master | 2020-03-20T04:41:59.634000 | 2012-10-23T10:32:04 | 2012-10-23T10:32:04 | 137,191,842 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aaqary.MobileApp.MainPackage;
import java.util.ArrayList;
public class UsersDataBase {
ArrayList<User> users = new ArrayList<User>();
public User getUser(String userName) {
for (int i = 0; i < users.size(); i++)
if (users.get(i).getUserName().equals(userName))
return users.get(i);
ret... | UTF-8 | Java | 863 | java | UsersDataBase.java | Java | [] | null | [] | package aaqary.MobileApp.MainPackage;
import java.util.ArrayList;
public class UsersDataBase {
ArrayList<User> users = new ArrayList<User>();
public User getUser(String userName) {
for (int i = 0; i < users.size(); i++)
if (users.get(i).getUserName().equals(userName))
return users.get(i);
ret... | 863 | 0.633835 | 0.630359 | 35 | 22.657143 | 19.384741 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.114286 | false | false | 7 |
71d7c58675d07be8921a507195a5de0f4f5367f4 | 6,622,839,617,059 | c56d0ea6d707be5eccd703829467867ef25a2a6d | /src/test/java/com/userregistration/app/demo/service/UserServiceTest.java | 54eda6af70879ef6b1b8406210572717a908bdaf | [] | no_license | margarita-ignatieva/UserApp | https://github.com/margarita-ignatieva/UserApp | 951b4f0ecf85508acb30873e35c81a7386483382 | c605b35f5a490383462e10bc7522daacc020de87 | refs/heads/main | 2023-01-24T01:44:22.111000 | 2020-11-16T10:42:13 | 2020-11-16T10:42:13 | 310,694,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.userregistration.app.demo.service;
import com.userregistration.app.demo.model.UserAccount;
import com.userregistration.app.demo.repository.UserAccountRepository;
import org.junit.Assert;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.m... | UTF-8 | Java | 1,976 | java | UserServiceTest.java | Java | [
{
"context": "w UserAccount();\n userAccount.setUsername(\"user\");\n userAccount.setFirstName(\"chester\");\n ",
"end": 849,
"score": 0.9954348206520081,
"start": 845,
"tag": "USERNAME",
"value": "user"
},
{
"context": "ername(\"user\");\n userAccount.setFirstNa... | null | [] | package com.userregistration.app.demo.service;
import com.userregistration.app.demo.model.UserAccount;
import com.userregistration.app.demo.repository.UserAccountRepository;
import org.junit.Assert;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.m... | 1,976 | 0.684717 | 0.683198 | 67 | 28.492537 | 20.277458 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 7 |
010100fdef2fc1b925ac5f3d7919c33fd0020ca4 | 3,143,916,070,017 | 3c33a35a6b45616a0422b8885e85d52c45cf6cad | /src/test/java/cat/lump/aq/textextraction/wikipedia/utilities/CommonArticlesFinderTest.java | 76d42edfebb6c47fa85ad750038fbe2e8789d03e | [] | no_license | cristinae/WikiTailor | https://github.com/cristinae/WikiTailor | 9442522c222d8ca710c817d6e6e4eb7acf1035bb | d541df0aa33023c243c5857738edf2d9415ce73e | refs/heads/master | 2022-08-01T07:48:29.680000 | 2020-10-16T16:00:56 | 2020-10-16T16:00:56 | 51,362,801 | 1 | 2 | null | false | 2022-07-01T20:38:30 | 2016-02-09T11:28:32 | 2020-11-23T09:57:11 | 2022-07-01T20:38:29 | 502,352 | 1 | 0 | 22 | Java | false | false | package cat.lump.aq.textextraction.wikipedia.utilities;
import java.io.File;
import java.io.IOException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import cat.lump.aq.basics.io.files.FileIO;
/**
* Test for the {@code CommonArticlesFinder} class.
* Methods that depend on specific tab... | UTF-8 | Java | 1,752 | java | CommonArticlesFinderTest.java | Java | [
{
"context": " tables in the database are not tested.\n * @author cristina\n * @since Feb 13, 2015 \n */\npublic class CommonAr",
"end": 375,
"score": 0.9916937351226807,
"start": 367,
"tag": "USERNAME",
"value": "cristina"
}
] | null | [] | package cat.lump.aq.textextraction.wikipedia.utilities;
import java.io.File;
import java.io.IOException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import cat.lump.aq.basics.io.files.FileIO;
/**
* Test for the {@code CommonArticlesFinder} class.
* Methods that depend on specific tab... | 1,752 | 0.655822 | 0.606164 | 72 | 23.333334 | 20.887264 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.861111 | false | false | 7 |
8520e0b32f41f238904b43519b490cf94d6a469d | 14,740,327,825,261 | 092c635f11d6326787a9fb2abc8d5340930c40be | /functions/flattening the Doubly linked list.java | da4c518b756df79bcb273793b8783c6ebda0ed94 | [] | no_license | jeyansaran620/Practise_DSA | https://github.com/jeyansaran620/Practise_DSA | 879dfd206163eb812417f71d15acd192b59c483e | 2a280cf04d9f96b3ebdb11aa2fe45eb4469a725f | refs/heads/master | 2023-01-04T14:53:05.112000 | 2020-11-01T17:33:16 | 2020-11-01T17:33:16 | 271,811,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public Node flatten(Node head) {
Node temp = head;
while(temp != null)
{
if (temp.child != null)
{
Node nex = temp.next;
temp.next = flatten(temp.child);
if (temp.next != null)
... | UTF-8 | Java | 836 | java | flattening the Doubly linked list.java | Java | [] | null | [] | public Node flatten(Node head) {
Node temp = head;
while(temp != null)
{
if (temp.child != null)
{
Node nex = temp.next;
temp.next = flatten(temp.child);
if (temp.next != null)
... | 836 | 0.278708 | 0.278708 | 31 | 25.032259 | 11.023388 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 7 |
2a4667318244146a13b7fdde8111fa9e09ae059d | 19,920,058,356,578 | c426d16d44a0dbc998afba0703ae963594aa442e | /src/com/apd/tema2/factory/IntersectionHandlerFactory.java | 847c0dc8bebd69ee9047725979ef106089a548ec | [] | no_license | ranja-ionut/Java-Threads-Traffic-Simulator | https://github.com/ranja-ionut/Java-Threads-Traffic-Simulator | 019b82547bb47febf374a0be83f6c86029bf8d92 | 5242517e9aa704e20a0938e82399ec5af23f721d | refs/heads/main | 2023-03-13T18:45:00.899000 | 2021-03-07T15:03:14 | 2021-03-07T15:03:14 | 345,362,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apd.tema2.factory;
import com.apd.tema2.Main;
import com.apd.tema2.entities.*;
import com.apd.tema2.utils.Constants;
import static java.lang.Thread.sleep;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import ... | UTF-8 | Java | 28,289 | java | IntersectionHandlerFactory.java | Java | [] | null | [] | package com.apd.tema2.factory;
import com.apd.tema2.Main;
import com.apd.tema2.entities.*;
import com.apd.tema2.utils.Constants;
import static java.lang.Thread.sleep;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import ... | 28,289 | 0.480646 | 0.477854 | 631 | 43.832012 | 28.697123 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.554675 | false | false | 7 |
5ac16cb19d59a7e5d7f36da5af19840b1586de6f | 32,770,600,507,217 | 2850de89d7d690fa6404d5e323439faea202e0cb | /src/DB/DBLink.java | b8667560532a22b772400189df7ed3f6b3faaded | [] | no_license | WilliamLeaves/MolConstructor | https://github.com/WilliamLeaves/MolConstructor | 21086463f5c664872b54520515b5dc1e210974aa | 676eabc6a08adfa4c201dbf25d5a7501328b0387 | refs/heads/master | 2020-03-06T15:24:24.208000 | 2018-04-13T03:16:18 | 2018-04-13T03:16:18 | 126,955,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DB;
import java.util.ArrayList;
import SV_support.CmbMolecule;
public class DBLink {
// stub field and method
public ArrayList<CmbMolecule> cmbList = new ArrayList<CmbMolecule>();
public void getCmbMol(CmbMolecule cm) {
this.cmbList.add(cm);
}
}
| UTF-8 | Java | 266 | java | DBLink.java | Java | [] | null | [] | package DB;
import java.util.ArrayList;
import SV_support.CmbMolecule;
public class DBLink {
// stub field and method
public ArrayList<CmbMolecule> cmbList = new ArrayList<CmbMolecule>();
public void getCmbMol(CmbMolecule cm) {
this.cmbList.add(cm);
}
}
| 266 | 0.740601 | 0.740601 | 16 | 15.625 | 19.27393 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 7 |
80fb5597e11528d6d4d7a66101a573e762299429 | 25,391,846,699,158 | 31d9e59a5aa5c4143cc481e7aa37966274899597 | /src/MultiplyStrings.java | 9180a1203ba1c7022417af0d9d9a8ae1006e13ac | [] | no_license | BlackZheng/MySolutionForLeetCode | https://github.com/BlackZheng/MySolutionForLeetCode | 637b608bf3ca0b4786891d0e17c8d1b246d3b4a5 | 24439f04e852a802d04931317f60cc42cb467001 | refs/heads/master | 2020-05-21T23:14:13.218000 | 2016-11-22T16:22:57 | 2016-11-22T16:22:57 | 65,029,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class MultiplyStrings {
public String multiply(String num1, String num2) {
String zero = "0";
if(num1.equals(zero) || num2.equals(zero))
return zero;
int len1, len2;
if(num1.length() < num2.length()){
String temp = num1;
num1 = num2;
num2 = temp;
}
len1 = num1.length();
le... | UTF-8 | Java | 983 | java | MultiplyStrings.java | Java | [] | null | [] |
public class MultiplyStrings {
public String multiply(String num1, String num2) {
String zero = "0";
if(num1.equals(zero) || num2.equals(zero))
return zero;
int len1, len2;
if(num1.length() < num2.length()){
String temp = num1;
num1 = num2;
num2 = temp;
}
len1 = num1.length();
le... | 983 | 0.575788 | 0.527976 | 38 | 24.842106 | 16.84375 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.263158 | false | false | 7 |
f43aa233c66b36656e4751755e6dd4e62f0ce70b | 15,358,803,056,138 | 7553da480a369870b922e9cdb7eec09517327e85 | /src/net/omniblock/network/library/helpers/PlayerCache.java | 33ed680e542637b7920209516c2290f66e905773 | [] | no_license | zlToxicNetherlz/omniblock-network | https://github.com/zlToxicNetherlz/omniblock-network | 623290ef80fda17fd44091f2fcbb21df0391ff1e | cd9295846efe10ef26649ab9ec59a9fe7c1325b9 | refs/heads/master | 2020-05-04T04:00:05.150000 | 2018-08-14T04:42:42 | 2018-08-14T04:42:44 | 178,956,753 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.omniblock.network.library.helpers;
import org.bukkit.entity.Player;
import java.util.*;
import java.util.stream.Stream;
@Deprecated
public class PlayerCache<T> {
private static Set<PlayerCache<?>> INSTANCES = new HashSet<>();
public static void handlePlayerDisconnection(UUID uuid) {
INSTANCES.forEa... | UTF-8 | Java | 2,508 | java | PlayerCache.java | Java | [] | null | [] | package net.omniblock.network.library.helpers;
import org.bukkit.entity.Player;
import java.util.*;
import java.util.stream.Stream;
@Deprecated
public class PlayerCache<T> {
private static Set<PlayerCache<?>> INSTANCES = new HashSet<>();
public static void handlePlayerDisconnection(UUID uuid) {
INSTANCES.forEa... | 2,508 | 0.713488 | 0.713488 | 117 | 20.418804 | 20.691151 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 7 |
9bb388165e07e79a7c67d6de3b72ed88de36d174 | 26,680,336,865,310 | 84ecbbaf65907ac82b5f7a7e2e64278f53bb432c | /src/main/java/com/cars/config/HibernateConfig.java | 254183ae4cdda86d29f4d3cd9d11bd5bc0309c04 | [] | no_license | ADrobots/cars | https://github.com/ADrobots/cars | b11859c8d53f267f48f137bd39441c66879f8ea9 | 5b48190734853a4ee33ce3bf18b6aaf2ea95c741 | refs/heads/master | 2020-05-05T01:26:57.917000 | 2019-04-12T05:19:58 | 2019-04-12T05:19:58 | 179,603,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cars.config;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springfr... | UTF-8 | Java | 2,344 | java | HibernateConfig.java | Java | [] | null | [] | package com.cars.config;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springfr... | 2,344 | 0.762799 | 0.761092 | 61 | 37.426231 | 29.404169 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622951 | false | false | 7 |
c8ffab5793966cb1f6796fc55fc32b5d426d6aab | 12,214,887,025,993 | d8cb48d47919d3d7efdbb1adb56fbcdb5dcf564b | /companies/google/MinimumDominoRotations.java | 3de365c2081424a97e4fe28967025ca638b3a7ff | [] | no_license | pankajk86/MySandbox | https://github.com/pankajk86/MySandbox | 991c213edfa322cb5c864f3258bf1189a5928c41 | bbeebe4ae801f2d51e648959b64471f76539015e | refs/heads/master | 2020-05-30T07:19:31.726000 | 2020-02-16T02:39:49 | 2020-02-16T02:39:49 | 33,578,135 | 0 | 0 | null | false | 2018-04-11T01:55:26 | 2015-04-08T01:40:35 | 2016-02-04T03:55:09 | 2018-04-11T01:55:26 | 193 | 0 | 0 | 0 | Java | false | null | package google;
public class MinimumDominoRotations {
public static void main(String[] args) {
int[] a = { 2, 3, 2, 1, 1, 1, 2, 2 };
int[] b = { 2, 1, 2, 1, 1, 3, 1, 1 };
int result = minimumRotation(a, b);
System.out.println(result);
}
private static int minimumRotation(int[] a, int[] b) {
if(a == n... | UTF-8 | Java | 760 | java | MinimumDominoRotations.java | Java | [] | null | [] | package google;
public class MinimumDominoRotations {
public static void main(String[] args) {
int[] a = { 2, 3, 2, 1, 1, 1, 2, 2 };
int[] b = { 2, 1, 2, 1, 1, 3, 1, 1 };
int result = minimumRotation(a, b);
System.out.println(result);
}
private static int minimumRotation(int[] a, int[] b) {
if(a == n... | 760 | 0.518421 | 0.473684 | 33 | 22.030304 | 22.215862 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.969697 | false | false | 7 |
0d0cf87b0aefd80c07c1cc676e783559977a02fa | 28,338,194,244,264 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_be8d6f1414e8935f46061b8496ebf907c96949ca/BeforeOrAfterStep/2_be8d6f1414e8935f46061b8496ebf907c96949ca_BeforeOrAfterStep_s.java | 1acd20c2d7990be60ded5217e775aea2db09d667 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package org.jbehave.core.steps;
import java.lang.reflect.Method;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.jbehave.core.annotations.AfterScenario;
import org.jbehave.core.annotations.AfterStory;
import org.jbehave.core.annotations... | UTF-8 | Java | 2,365 | java | 2_be8d6f1414e8935f46061b8496ebf907c96949ca_BeforeOrAfterStep_s.java | Java | [] | null | [] | package org.jbehave.core.steps;
import java.lang.reflect.Method;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.jbehave.core.annotations.AfterScenario;
import org.jbehave.core.annotations.AfterStory;
import org.jbehave.core.annotations... | 2,365 | 0.712051 | 0.712051 | 67 | 34.283581 | 31.027098 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671642 | false | false | 7 |
8d9ab8443424698a30e0c00060b94f173bb998ca | 6,244,882,497,676 | deb733a9b902658778db0a7417431d631fe62e0b | /jvmjava-java/src/main/java/xianzhan/jvmjava/java/instruction/loads/ALoad1Inst.java | 2bba86ecfb51ced1c0f595e394821b3f8c61bfed | [
"MIT"
] | permissive | Xianzhan/jvmjava | https://github.com/Xianzhan/jvmjava | cd11fa254bd470b6315d05f92c4616898e1f1b2b | 69a1e22c30d43fac0f3c893df0474a80a3eebe1b | refs/heads/master | 2021-01-16T13:57:34.259000 | 2020-08-05T11:19:21 | 2020-08-05T11:19:21 | 243,144,720 | 1 | 0 | MIT | false | 2020-07-08T12:30:31 | 2020-02-26T01:56:35 | 2020-07-08T07:17:07 | 2020-07-08T12:30:30 | 255 | 1 | 0 | 0 | Java | false | false | package xianzhan.jvmjava.java.instruction.loads;
import xianzhan.jvmjava.java.instruction.Instruction;
import xianzhan.jvmjava.java.runtime.Frame;
/**
* @author xianzhan
* @since 2020-06-08
*/
public class ALoad1Inst implements Instruction {
@Override
public void execute(Frame frame) {
var localVar... | UTF-8 | Java | 534 | java | ALoad1Inst.java | Java | [
{
"context": "anzhan.jvmjava.java.runtime.Frame;\n\n/**\n * @author xianzhan\n * @since 2020-06-08\n */\npublic class ALoad1Inst ",
"end": 172,
"score": 0.9995586276054382,
"start": 164,
"tag": "USERNAME",
"value": "xianzhan"
}
] | null | [] | package xianzhan.jvmjava.java.instruction.loads;
import xianzhan.jvmjava.java.instruction.Instruction;
import xianzhan.jvmjava.java.runtime.Frame;
/**
* @author xianzhan
* @since 2020-06-08
*/
public class ALoad1Inst implements Instruction {
@Override
public void execute(Frame frame) {
var localVar... | 534 | 0.662921 | 0.642322 | 23 | 22.217392 | 17.956364 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 7 |
7a5c6312c69a736cee066eaac0aa13f3bdd7a3a5 | 17,952,963,329,612 | 64a0daca5d13030953b53aadc84e590ccbe6b3da | /src/main/java/com/example/service/ErrorCheckServiceInterface.java | 2ba384e074e64e436b92ef672c09aeab30463867 | [] | no_license | jhcorea9n9q/Course_App | https://github.com/jhcorea9n9q/Course_App | b3089ace0f84ecdc24398cd1929edebfd47362cf | d53a8ad43beb58031bbbcf762df9e685aa9e2be8 | refs/heads/master | 2021-06-13T19:49:22.369000 | 2019-06-17T02:23:12 | 2019-06-17T02:23:12 | 187,732,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.service;
import org.springframework.validation.BindingResult;
import com.example.domain.CourseReg;
import com.example.domain.CourseUser;
import com.example.web.AdminForm;
import com.example.web.DUForm;
import com.example.web.UserForm;
public interface ErrorCheckServiceInterface {
p... | UTF-8 | Java | 694 | java | ErrorCheckServiceInterface.java | Java | [] | null | [] | package com.example.service;
import org.springframework.validation.BindingResult;
import com.example.domain.CourseReg;
import com.example.domain.CourseUser;
import com.example.web.AdminForm;
import com.example.web.DUForm;
import com.example.web.UserForm;
public interface ErrorCheckServiceInterface {
p... | 694 | 0.804035 | 0.804035 | 21 | 31.047619 | 32.485126 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
118dc3f7b781ef091956eab18f80043ce3b83abf | 23,115,514,030,054 | 63a8be08802505ce2bc746bbe62c5d304497970e | /src/main/java/com/kristin/spring/Test.java | cd6ef7c44e8e024c765792f9b0a8e98b7a48639a | [] | no_license | KristinLee1997/pro_train | https://github.com/KristinLee1997/pro_train | 9854fc00acd39f07b22f0e72dc60223278661fe4 | dae6332bf47a7e340c67c4f2ce98938bee1ad527 | refs/heads/master | 2020-03-22T19:18:24.088000 | 2018-07-25T10:25:40 | 2018-07-25T10:25:40 | 140,519,431 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kristin.spring;
/**
* @author 李航
* @school 哈尔滨理工大学
* @date 2018/7/5 11:20
* @desc
**/
public class Test {
public static void main(String[] args) {
}
}
| UTF-8 | Java | 196 | java | Test.java | Java | [
{
"context": "package com.kristin.spring;\n\n/**\n * @author 李航\n * @school 哈尔滨理工大学\n * @date 2018/7/5 11:20\n * @de",
"end": 46,
"score": 0.9984564781188965,
"start": 44,
"tag": "NAME",
"value": "李航"
}
] | null | [] | package com.kristin.spring;
/**
* @author 李航
* @school 哈尔滨理工大学
* @date 2018/7/5 11:20
* @desc
**/
public class Test {
public static void main(String[] args) {
}
}
| 196 | 0.601124 | 0.544944 | 13 | 12.692307 | 12.614916 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 7 |
54c2640d7fc85820afc8c3621a441a95cd6cd65f | 26,843,545,644,024 | 91f0610db6a56b0c85246903aded65b77288bad1 | /01Library/ReferenceBook.java | 2ecef4d74d24e39b0f87ec2674c4791b85c799d2 | [] | no_license | srahman7/MKS21X | https://github.com/srahman7/MKS21X | b031f89743cca95922097912ced18f78b8a59cd6 | d0f485a9d48538b583345e094c154664d030a51e | refs/heads/master | 2020-06-22T07:22:26.843000 | 2016-12-22T08:32:42 | 2016-12-22T08:32:42 | 74,599,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ReferenceBook extends LibraryBook{
private String collection;
public ReferenceBook(String person, String name, String ID, String num, String e){
super(person, name, ID, num);
collection=e;
}
public void checkout(String patron, String due){
System.out.println("Cannot checkout a reference ... | UTF-8 | Java | 810 | java | ReferenceBook.java | Java | [] | null | [] | public class ReferenceBook extends LibraryBook{
private String collection;
public ReferenceBook(String person, String name, String ID, String num, String e){
super(person, name, ID, num);
collection=e;
}
public void checkout(String patron, String due){
System.out.println("Cannot checkout a reference ... | 810 | 0.691358 | 0.691358 | 26 | 30.153847 | 23.104599 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 7 |
caac237d9500df953aaf6fea5cb154baea5b6c30 | 11,665,131,232,038 | 0792fd743473295485494172d1a6cca7eaa8f004 | /Speaker/src/ar/com/datos/tests/TestMerge.java | 3a4b6d27d7f2fa902666c70231aa1da96bce4337 | [] | no_license | lolocripto/ahoradatos | https://github.com/lolocripto/ahoradatos | 32acb12a82077b08452a80393ae22c9c7f7cb5eb | 65c9a40473d09385effb2454429f9a3cfac723e4 | refs/heads/master | 2020-05-15T11:33:32.552000 | 2010-01-29T22:03:28 | 2010-01-29T22:03:28 | 33,027,063 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.datos.tests;
import java.util.ArrayList;
import ar.com.datos.grupo5.sortExterno.Merge;
public class TestMerge {
public static void main(String[] args) {
ArrayList<String> lista = new ArrayList<String>();
lista.add("/home/zeke/Escritorio/arcpru/1");
lista.add("/home/zeke/Escritorio/arcp... | UTF-8 | Java | 1,280 | java | TestMerge.java | Java | [
{
"context": "pru/20\");\n\t\n\t\n\tMerge mer = new Merge(lista,\"/home/zeke/Escritorio/arcpru/final.txt\");\n\tmer.ejecutarMerge",
"end": 1211,
"score": 0.9956833720207214,
"start": 1207,
"tag": "USERNAME",
"value": "zeke"
}
] | null | [] | package ar.com.datos.tests;
import java.util.ArrayList;
import ar.com.datos.grupo5.sortExterno.Merge;
public class TestMerge {
public static void main(String[] args) {
ArrayList<String> lista = new ArrayList<String>();
lista.add("/home/zeke/Escritorio/arcpru/1");
lista.add("/home/zeke/Escritorio/arcp... | 1,280 | 0.711719 | 0.686719 | 45 | 27.444445 | 21.835299 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 7 |
6a6716877ef1d9be31c7737a1fc6ed7988f9a3c6 | 17,678,085,444,120 | aef60bf791e39b8c49de0e3dc483cddfa7bbf870 | /src/main/java/com/university/api/service/exceptions/handlers/GlobalExceptionHandler.java | dfe795f2226b681158e01a56b5a8e82fb7b76afa | [] | no_license | vdonets-dev/RESTful-University-Service | https://github.com/vdonets-dev/RESTful-University-Service | 0162f193438ea2b3a2b0c37f6476a9d21db82bd6 | 99df12989b5700d2b0e1844d2eb2344f871b8fba | refs/heads/master | 2023-07-13T17:55:20.105000 | 2021-08-28T12:49:21 | 2021-08-28T12:49:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.university.api.service.exceptions.handlers;
import com.university.api.service.models.ApiErrorResponse;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.MethodArgumentNotValidException... | UTF-8 | Java | 2,312 | java | GlobalExceptionHandler.java | Java | [] | null | [] | package com.university.api.service.exceptions.handlers;
import com.university.api.service.models.ApiErrorResponse;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.MethodArgumentNotValidException... | 2,312 | 0.767301 | 0.766869 | 47 | 48.212765 | 36.585045 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87234 | false | false | 7 |
bc040532ba50d5e31e525f8d3f5881b9bdfaa2d2 | 19,902,878,505,032 | 93f9d84eb6b41e8035d4a2db15c067d38ad33878 | /JavaBasics5/JB5Tests/assignment1Test/OperationTest.java | 97448d143ac79d8dc4f00f887ca4eb62bebcd005 | [] | no_license | DanielWilson1191/Smoothstack_Training | https://github.com/DanielWilson1191/Smoothstack_Training | f528879036e935f2584f9eda7803d82b1e97f33e | 477409863f5e5b4d94c2ed4d0ff64310e90b73cb | refs/heads/master | 2023-07-07T12:48:09.700000 | 2021-07-20T21:47:49 | 2021-07-20T21:47:49 | 383,570,429 | 0 | 0 | null | false | 2021-07-20T21:47:50 | 2021-07-06T18:54:16 | 2021-07-15T22:14:08 | 2021-07-20T21:47:49 | 57 | 0 | 0 | 0 | Java | false | false | package assignment1Test;
import static org.junit.Assert.assertEquals;
import org.junit.jupiter.api.Test;
import Assignment1.Assignment1;
/**
* JUnit tests that utilize the selectOperation method from Assignment1 class.
*
* @author Daniel Wilson
*
*/
public class OperationTest {
@Test
public void testOdd() ... | UTF-8 | Java | 719 | java | OperationTest.java | Java | [
{
"context": "tion method from Assignment1 class.\n * \n * @author Daniel Wilson\n *\n */\npublic class OperationTest {\n\n\t@Test\n\tpubl",
"end": 252,
"score": 0.999115526676178,
"start": 239,
"tag": "NAME",
"value": "Daniel Wilson"
}
] | null | [] | package assignment1Test;
import static org.junit.Assert.assertEquals;
import org.junit.jupiter.api.Test;
import Assignment1.Assignment1;
/**
* JUnit tests that utilize the selectOperation method from Assignment1 class.
*
* @author <NAME>
*
*/
public class OperationTest {
@Test
public void testOdd() {
as... | 712 | 0.735744 | 0.705146 | 35 | 19.542856 | 23.674391 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.085714 | false | false | 7 |
3a325a8afbc12c7e1c1ae0019ce994c938f00aab | 5,583,457,542,042 | 242675021b586adb82a0d0049136b6e247ab0d1f | /ArrayListProject/src/MyArrayList.java | 2857d996ed8bf18ca2e90895870332b8f9dd1cb7 | [] | no_license | adamseth2/Cool-Code-Squad | https://github.com/adamseth2/Cool-Code-Squad | 8d0f6948456b16716d75660a98b6d662ab1cd758 | ed967f80960c0c3dca765f8847f79d2fd202f271 | refs/heads/master | 2023-02-25T01:43:45.650000 | 2021-02-05T07:36:26 | 2021-02-05T07:36:26 | 294,453,371 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* An implementation of MyList with an array (a longer exercise would be to
* implement the List interface as is done in the class java.util.ArrayList: the
* source of the ArrayList class is available from Sun. Check it out).
*/
public class M... | UTF-8 | Java | 7,150 | java | MyArrayList.java | Java | [
{
"context": "ject?\n\t */\n\tpublic boolean equals(Object o) {\n\t\t// JACOB IDK IF THIS WORKS OR NOTTT!!!!?!?!?!\n\t\tif (!(o in",
"end": 5219,
"score": 0.8600017428398132,
"start": 5214,
"tag": "NAME",
"value": "JACOB"
}
] | null | [] | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* An implementation of MyList with an array (a longer exercise would be to
* implement the List interface as is done in the class java.util.ArrayList: the
* source of the ArrayList class is available from Sun. Check it out).
*/
public class M... | 7,150 | 0.641538 | 0.637902 | 287 | 23.912891 | 24.29686 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.073171 | false | false | 7 |
ab6a05f4bac7aa2fe6a1171ec04872a0902c59c2 | 17,162,689,369,895 | ad033d10057626289c55e4f2f8a0154d698ad008 | /src/main/java/de/xgme/jojo/jigsaw_gradle_plugin/extension/task/JavaCompileExtension.java | c99415b120dcdfbedfa590690ce1476be8005575 | [] | no_license | JojOatXGME/jigsaw-gradle-plugin | https://github.com/JojOatXGME/jigsaw-gradle-plugin | e6315814aaf220f3cfdef1808b7c8a85d166bc33 | b10d603219cbc75b559a4e547ab4abc5f284f288 | refs/heads/master | 2020-04-28T01:52:03.239000 | 2020-03-26T03:09:36 | 2020-03-26T03:09:36 | 174,875,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.xgme.jojo.jigsaw_gradle_plugin.extension.task;
import de.xgme.jojo.jigsaw_gradle_plugin.extension.task.capabilities.*;
public interface JavaCompileExtension
extends Activatable,
WithModuleName,
WithModuleVersion,
WithDynamicExports,
WithDynamicReads
{
}
| UTF-8 | Java | 309 | java | JavaCompileExtension.java | Java | [] | null | [] | package de.xgme.jojo.jigsaw_gradle_plugin.extension.task;
import de.xgme.jojo.jigsaw_gradle_plugin.extension.task.capabilities.*;
public interface JavaCompileExtension
extends Activatable,
WithModuleName,
WithModuleVersion,
WithDynamicExports,
WithDynamicReads
{
}
| 309 | 0.728155 | 0.728155 | 12 | 24.75 | 21.833174 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
5f1ed7bb04a592093eff60a3aa00f695ea9721d3 | 17,162,689,368,505 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Struts/Struts1022.java | 36709876b105d54b2fff3cc6ebf121341119d96b | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | private void checkGetTexts(MyActionSupport mas) {
assertEquals("Hello World", mas.getText("hello"));
assertEquals("not.in.bundle", mas.getText("not.in.bundle"));
assertEquals("Hello World", mas.getText("hello", "this is default"));
assertEquals("this is default", mas.getText("not.in... | UTF-8 | Java | 567 | java | Struts1022.java | Java | [] | null | [] | private void checkGetTexts(MyActionSupport mas) {
assertEquals("Hello World", mas.getText("hello"));
assertEquals("not.in.bundle", mas.getText("not.in.bundle"));
assertEquals("Hello World", mas.getText("hello", "this is default"));
assertEquals("this is default", mas.getText("not.in... | 567 | 0.638448 | 0.638448 | 13 | 42.307693 | 31.37462 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 7 |
97c19bbf2c63f40c8564a3b3703e2158df4c3e15 | 3,461,743,690,717 | 3bf9bbf113aa4bf74e0a4f9411cce44fe5d66e30 | /ZensaiAS/app/src/main/java/com/example/zensai/LoginPage.java | 4e85568ad2543eaa9694706027e98ec21d250040 | [] | no_license | natanaelb27/Zensai-ProjectMobile | https://github.com/natanaelb27/Zensai-ProjectMobile | 4ebc4df74ffe8335454f504e382cc5127bf08752 | fa558c5586eb8456acb0237657309b350932f483 | refs/heads/main | 2023-03-02T12:03:33.374000 | 2021-02-10T05:02:41 | 2021-02-10T05:02:41 | 337,621,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zensai;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import co... | UTF-8 | Java | 7,296 | java | LoginPage.java | Java | [
{
"context": " i.putExtra(\"username\",Uname);\n startAc",
"end": 3687,
"score": 0.9469679594039917,
"start": 3682,
"tag": "USERNAME",
"value": "Uname"
},
{
"context": " i.putExtra(\"username... | null | [] | package com.example.zensai;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import co... | 7,298 | 0.492736 | 0.492462 | 145 | 49.317242 | 32.784081 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868966 | false | false | 7 |
69b6051db8e792fcf91788e3d9cbc4fd05e4e114 | 3,461,743,689,906 | 79bf0e832d3764ff2506590d2cd5a326f4dc09ed | /src/main/java/com/example/tools/retry/GuavaRetry.java | 8938e4018093e26cab4238d5af2f07d78ae32ef2 | [
"MIT"
] | permissive | wangxiaofeng0010/tools | https://github.com/wangxiaofeng0010/tools | c0ed3e940ec0d13bbbdd1ba172768babcb64c2a8 | 74ea4273fea58d2849d7e31609d222982f9290dc | refs/heads/master | 2018-10-27T23:44:42.838000 | 2018-10-19T03:59:45 | 2018-10-19T03:59:45 | 141,259,086 | 0 | 0 | MIT | false | 2020-01-21T22:10:43 | 2018-07-17T08:42:37 | 2019-06-13T10:43:28 | 2020-01-21T22:10:41 | 71 | 0 | 0 | 1 | Java | false | false | package com.example.tools.retry;
import com.github.rholder.retry.Attempt;
import com.github.rholder.retry.RetryException;
import com.github.rholder.retry.RetryListener;
import com.github.rholder.retry.Retryer;
import com.github.rholder.retry.RetryerBuilder;
import com.github.rholder.retry.StopStrategies;
import com.gi... | UTF-8 | Java | 2,127 | java | GuavaRetry.java | Java | [] | null | [] | package com.example.tools.retry;
import com.github.rholder.retry.Attempt;
import com.github.rholder.retry.RetryException;
import com.github.rholder.retry.RetryListener;
import com.github.rholder.retry.Retryer;
import com.github.rholder.retry.RetryerBuilder;
import com.github.rholder.retry.StopStrategies;
import com.gi... | 2,127 | 0.650602 | 0.649157 | 60 | 33.583332 | 24.74826 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
b005cca4db4d22fbddddb1e95a0033e04e987593 | 18,932,215,905,231 | 7aff662d8f9473b43b2e8a55c5e43bc03f96f747 | /src/org/vashonsd/zork/Objects/BaseInterpreter.java | a07f88872ab64ca39b146f9375b8ee4763fbe750 | [] | no_license | phillipcutter/zork-clone | https://github.com/phillipcutter/zork-clone | a251cad0da3767ea5781f0466fed1d5e79e2666e | 6b4fb153f1b573e0fd37255d57f6dd708b193351 | refs/heads/master | 2023-02-24T18:10:34.110000 | 2017-12-14T16:15:45 | 2017-12-14T16:15:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.vashonsd.zork.Objects;
public class BaseInterpreter {
}
| UTF-8 | Java | 69 | java | BaseInterpreter.java | Java | [] | null | [] | package org.vashonsd.zork.Objects;
public class BaseInterpreter {
}
| 69 | 0.797101 | 0.797101 | 4 | 16.25 | 15.817316 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
af25809a4f13034fe206d8836c24eda52208e258 | 13,494,787,280,249 | bd5c659b4f3e524a2985421854d253fa35dc86a2 | /src/main/java/org/example/lesson7/SemaphoreExample.java | b3e9d5df7b88ef184be18abfa529fdedc16b84aa | [] | no_license | zvuk331/learn_java_core | https://github.com/zvuk331/learn_java_core | e41a5bad9fa1d89d0f0650a1953a9e0836afd684 | 25651ac5c7df2e9ecafc1a9d0edc1081707b9fdf | refs/heads/master | 2023-03-14T20:08:41.164000 | 2021-02-26T13:17:37 | 2021-02-26T13:17:37 | 328,897,110 | 0 | 0 | null | false | 2021-02-26T13:17:37 | 2021-01-12T06:46:30 | 2021-01-12T06:46:35 | 2021-02-26T13:17:37 | 48 | 0 | 0 | 0 | null | false | false | package org.example.lesson7;
import java.util.concurrent.Semaphore;
public class SemaphoreExample {
public static void main(String[] args) {
Semaphore callBox = new Semaphore(2);
Person person1 = new Person("Pavel",callBox);
Person person2 = new Person("Alem",callBox);
Person perso... | UTF-8 | Java | 1,175 | java | SemaphoreExample.java | Java | [
{
"context": "emaphore(2);\n Person person1 = new Person(\"Pavel\",callBox);\n Person person2 = new Person(\"A",
"end": 235,
"score": 0.9996929168701172,
"start": 230,
"tag": "NAME",
"value": "Pavel"
},
{
"context": "l\",callBox);\n Person person2 = new Person(\"... | null | [] | package org.example.lesson7;
import java.util.concurrent.Semaphore;
public class SemaphoreExample {
public static void main(String[] args) {
Semaphore callBox = new Semaphore(2);
Person person1 = new Person("Pavel",callBox);
Person person2 = new Person("Alem",callBox);
Person perso... | 1,175 | 0.586631 | 0.576957 | 42 | 26.071428 | 19.567213 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 7 |
d9c15a09a23c57a7ed21b89b3538f9a92737aeed | 21,672,405,028,431 | ca08339f4f90a4ce527eb6b8e594ec1b00a51f2e | /src/com/company/Main.java | a0041b69177af69e1e3de9749a82e11f52332dd7 | [] | no_license | rogierpijpers/HungerGames | https://github.com/rogierpijpers/HungerGames | 7b1e7b1fadf5fd0572a7604c84e0029fbaa3f65b | e11f5c7f7dde14273bd60707c7e2fd80bd1b94a3 | refs/heads/master | 2020-03-28T22:36:21.356000 | 2018-09-18T09:59:41 | 2018-09-18T09:59:41 | 149,244,196 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import com.company.controller.ArenaController;
import com.company.controller.ContestantController;
import com.company.domain.CareerContestant;
import com.company.domain.Contestant;
import java.util.List;
public class Main {
public static void main(String[] args) {
ArenaController co... | UTF-8 | Java | 388 | java | Main.java | Java | [] | null | [] | package com.company;
import com.company.controller.ArenaController;
import com.company.controller.ContestantController;
import com.company.domain.CareerContestant;
import com.company.domain.Contestant;
import java.util.List;
public class Main {
public static void main(String[] args) {
ArenaController co... | 388 | 0.755155 | 0.755155 | 16 | 23.25 | 20.308558 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
dedd0299ed8fa455606eaa037e443859948147fc | 34,041,910,818,923 | c898410b85a07a59cbf19061ab4084e317e28bd5 | /hw8_icpc/src/task_H.java | ff7b70e91935da03698d2a25e9a38f44ccec1575 | [] | no_license | lejabque/java-intro | https://github.com/lejabque/java-intro | d113c451b28fe93d586e36953f6d7788684e9fdd | 259c020a07dee2f9c0ae632dcfb374c6670c86d5 | refs/heads/master | 2020-07-25T16:37:15.776000 | 2020-03-24T00:28:43 | 2020-03-24T00:28:43 | 208,357,194 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.io.*;
public class task_H {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
int n... | UTF-8 | Java | 2,034 | java | task_H.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.io.*;
public class task_H {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
int n... | 2,034 | 0.388253 | 0.372822 | 64 | 30.390625 | 15.80409 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640625 | false | false | 7 |
7ad91724bf2925dc1c884aa0ffcd85db57c14841 | 20,091,857,069,073 | b4fb3228875fec228aed01942bd8702781911265 | /Java-オブジェクト指向/practice409_02/Practice409_02.java | b4186912463c9f7f48d47490535c9f51e098205b | [
"MIT"
] | permissive | shoki-3738/- | https://github.com/shoki-3738/- | 37b1c56b95749e2767b0bb625c3058ad13a76913 | 01f5e4d9894736e81434fcefd363be7555680a14 | refs/heads/master | 2020-09-19T23:04:53.075000 | 2020-06-10T05:09:45 | 2020-06-10T05:09:45 | 224,318,753 | 0 | 1 | MIT | false | 2020-06-10T05:02:38 | 2019-11-27T01:31:19 | 2020-06-10T04:53:24 | 2020-06-10T05:02:37 | 2 | 0 | 1 | 0 | Java | false | false | package practice409_02;
public class Practice409_02 {
public static void main(String[] args) {
String clothWash = "シャツ";
Laundry1 inst1;
Laundry2 inst2;
inst1 = new Laundry1();
inst2 = new Laundry2();
System.out.println("Lundry1で洗濯します。");
inst1.wash(clothWash);
System.out.println(... | UTF-8 | Java | 411 | java | Practice409_02.java | Java | [] | null | [] | package practice409_02;
public class Practice409_02 {
public static void main(String[] args) {
String clothWash = "シャツ";
Laundry1 inst1;
Laundry2 inst2;
inst1 = new Laundry1();
inst2 = new Laundry2();
System.out.println("Lundry1で洗濯します。");
inst1.wash(clothWash);
System.out.println(... | 411 | 0.647215 | 0.588859 | 22 | 15.136364 | 14.719484 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 7 |
db3d634eadb3e8046f59e754ce4760259a63c0aa | 35,192,962,040,051 | 50dcd914e8ed7c08c61a731a458d907b60eeafca | /liai_java_exercise/Liai-java-exercise/src/fr/java/_0201_PhoneObjet/One.java | b5178d826cc45f982128e58d95cf0c5fa99ac287 | [] | no_license | AiLi72/JavaExercise | https://github.com/AiLi72/JavaExercise | a84d1999bc60bdca8692cab23bef09d09de5ae33 | 16a0360528c6b1b71f651e58b227277b203cf1bb | refs/heads/master | 2023-02-21T00:37:13.148000 | 2021-01-12T21:55:01 | 2021-01-12T21:55:01 | 329,121,150 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.java._0201_PhoneObjet;
public class One {
public static void main(String[] args) {
Phone phone1 = new Phone();
phone1.color = "black";
phone1.name = "iphone";
phone1.price = 90000;
method(phone1);
}
public static void method (Phone param){
System... | UTF-8 | Java | 498 | java | One.java | Java | [] | null | [] | package fr.java._0201_PhoneObjet;
public class One {
public static void main(String[] args) {
Phone phone1 = new Phone();
phone1.color = "black";
phone1.name = "iphone";
phone1.price = 90000;
method(phone1);
}
public static void method (Phone param){
System... | 498 | 0.588353 | 0.548193 | 20 | 23.9 | 15.782585 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 7 |
0a3792f8ae5fe036fd42292e3d13d176d9986024 | 23,733,989,332,436 | a539107ee268933e37ed07b0be5f62e47f554269 | /HackLinguist/app/src/main/java/com/example/android/HackLinguist/MainActivity.java | 1ebf0706aa3a46af0de36ea2a3c0de7460ad52bb | [] | no_license | ShadowGits/HackFest2019 | https://github.com/ShadowGits/HackFest2019 | 3b3e92826200042cf8e9103f949dbeb16f31eb2c | 5b5a50a9d1c8b9f726b5491975f200a45fbb17e2 | refs/heads/master | 2020-04-16T06:37:37.753000 | 2019-01-12T06:38:19 | 2019-01-12T06:38:19 | 165,354,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.HackLinguist;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.example.android.happybirthday3.R;
public class MainActivity extends AppCompatActivity {
But... | UTF-8 | Java | 567 | java | MainActivity.java | Java | [] | null | [] | package com.example.android.HackLinguist;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.example.android.happybirthday3.R;
public class MainActivity extends AppCompatActivity {
But... | 567 | 0.751323 | 0.737213 | 24 | 22.583334 | 19.023926 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
33e4a597c78f08097e1d7b7195cebf54e0c883b8 | 7,224,135,048,099 | 85f70f81885d40afa62092fd604621741fd65617 | /src/com/fsti/fjdicClient/util/FileUtil.java | f7976e7161429fad6f56e02d7301ab3ff919ce45 | [] | no_license | tojames/fuji | https://github.com/tojames/fuji | a5e62fc51d2b18fc7e5da877d7bc6b915b71d607 | 8a25981077ff311d7b99713ae5480ec5f3a99de5 | refs/heads/master | 2019-05-16T03:57:56.131000 | 2015-01-25T14:33:55 | 2015-01-25T14:33:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fsti.fjdicClient.util;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection... | UTF-8 | Java | 19,076 | java | FileUtil.java | Java | [
{
"context": " android.util.Log;\r\n\r\n/**\r\n * 文件处理工具类\r\n * @author 金涛\r\n *\r\n */\r\npublic class FileUtil {\r\n\tprivate Strin",
"end": 790,
"score": 0.9992871880531311,
"start": 788,
"tag": "NAME",
"value": "金涛"
}
] | null | [] | package com.fsti.fjdicClient.util;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection... | 19,076 | 0.634798 | 0.626132 | 536 | 31.373135 | 27.171009 | 312 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.404851 | false | false | 7 |
68ff9b3fc389692ace9a9c3cd91a8adb4c8098bc | 19,396,072,344,783 | 0136d125f4373ee6e3540742dcbdc40ded200325 | /Android_Client_ETBike/ETBike/ETBike/src/com/swmaestro/etbike/network/NetworkManager.java | 61865f881f2f5ff79899c440d4aab9eaf16bfc5e | [] | no_license | swmaestro2012/E.T_Bike | https://github.com/swmaestro2012/E.T_Bike | c3bbf276cddab718beae38c807078fea842ab7ab | 3f7bc4c13b9dbb8ced96190bda78ab37b4d2ca54 | refs/heads/master | 2016-09-16T06:59:17.570000 | 2012-11-21T09:53:15 | 2012-11-21T09:53:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swmaestro.etbike.network;
import java.util.ArrayList;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.facebook.android.FHaloManager;
import com.google.gson.Gson;
import com.swmaestro.etbike.activity.MyProfileActivity;
import com.swmaestro.etbike.serverobject.JsonR... | UTF-8 | Java | 11,882 | java | NetworkManager.java | Java | [
{
"context": " \"ㅎㅎ\");\ncon.setRequestProperty(\"login_password\", \"ㅎㅎ\");\ncon.setRequestProperty(\"x\", \"40\");\ncon.setRequ",
"end": 1690,
"score": 0.9992387890815735,
"start": 1688,
"tag": "PASSWORD",
"value": "ㅎㅎ"
},
{
"context": "geThumbPath(path);\n\t\t\t}\n\n\t\t}\n\n\t}\n... | null | [] | package com.swmaestro.etbike.network;
import java.util.ArrayList;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import com.facebook.android.FHaloManager;
import com.google.gson.Gson;
import com.swmaestro.etbike.activity.MyProfileActivity;
import com.swmaestro.etbike.serverobject.JsonR... | 11,884 | 0.718549 | 0.711258 | 363 | 31.495869 | 23.826088 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.366391 | false | false | 7 |
9394c5545fa519616928c9b12278280c8afd171c | 17,944,373,405,330 | a296394330d3d03d726784051f903024c9d07a3e | /src/Script/helpdesk.java | 90e0d03387ded363b2852a2b48d0888eee0e891d | [] | no_license | Adityarj96/faveoadmin | https://github.com/Adityarj96/faveoadmin | 3c4dd53ce9d393999c165b393583ef64003c0ae7 | bdc9ef2d28d907255d4d87f6f601a4e1d7ae7f9a | refs/heads/master | 2020-04-14T13:12:01.592000 | 2019-01-02T17:19:11 | 2019-01-02T17:19:11 | 163,862,149 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Script;
import org.testng.annotations.Test;
import Generic.Basetest;
import Generic.input;
import Page.helpdeskindepth;
public class helpdesk extends Basetest
{
@Test
public void Test2()
{
helpdeskindepth help=new helpdeskindepth(driver);
help.clicklogin11();
help.username11(input.getdata(excel, "s... | UTF-8 | Java | 475 | java | helpdesk.java | Java | [
{
"context": "eskindepth(driver);\n\t\thelp.clicklogin11();\n\t\thelp.username11(input.getdata(excel, \"sheet1\", 0, 1));\n\t\thelp.pas",
"end": 296,
"score": 0.9009544253349304,
"start": 286,
"tag": "USERNAME",
"value": "username11"
}
] | null | [] | package Script;
import org.testng.annotations.Test;
import Generic.Basetest;
import Generic.input;
import Page.helpdeskindepth;
public class helpdesk extends Basetest
{
@Test
public void Test2()
{
helpdeskindepth help=new helpdeskindepth(driver);
help.clicklogin11();
help.username11(input.getdata(excel, "s... | 475 | 0.741053 | 0.709474 | 23 | 19.652174 | 18.105028 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.565217 | false | false | 7 |
a8e25358d20d652738760f79c3d2c252b66582ae | 7,378,753,839,767 | d9610033aa8854dd4427ecf34b83148282becfcc | /CocafopWeb/src/vwg/skoda/cocafop/filters/CocafopFilter.java | e910d1ce405d389b06296ae7e5cdac5e2ccfea4e | [] | no_license | grecman/cocafop | https://github.com/grecman/cocafop | 737df20bd271954251cefe833372c6d954e3e98b | 4538055e60dc1d8083059c435b0029ee7eb74de5 | refs/heads/master | 2021-03-12T23:44:21.751000 | 2015-02-25T11:58:40 | 2015-02-25T11:58:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vwg.skoda.cocafop.filters;
import java.io.IOException;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.EntityManager;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import javax.servlet.Filter;
import javax.servlet... | UTF-8 | Java | 3,155 | java | CocafopFilter.java | Java | [] | null | [] | package vwg.skoda.cocafop.filters;
import java.io.IOException;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.EntityManager;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import javax.servlet.Filter;
import javax.servlet... | 3,155 | 0.694453 | 0.693502 | 108 | 27.212963 | 31.523375 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.944444 | false | false | 7 |
41c6f3592836b18ffa920d83a65aa53da0c1d3b0 | 22,308,060,155,744 | 05c980926df9372411126d9446339ca8af21b526 | /src/main/java/com/yurucamp/mallsystem/model/dao/OrderDetailBeanDao.java | 7a8aaaf00f7bb8913695160377f301929bc9b566 | [] | no_license | Beck791/Yuru | https://github.com/Beck791/Yuru | cf3279606d1711846b4bc417e4b7eda61348ed47 | 618a98d4dbfbb67f4f39be0ab51a2fc0d63723aa | refs/heads/main | 2023-01-22T22:48:56.414000 | 2020-11-26T06:57:02 | 2020-11-26T06:57:02 | 309,875,146 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yurucamp.mallsystem.model.dao;
import java.sql.SQLException;
import java.util.List;
import com.yurucamp.mallsystem.model.OrderBean;
import com.yurucamp.mallsystem.model.OrderDetailBean;
public interface OrderDetailBeanDao {
public void insert(OrderDetailBean orderDetailBean)throws SQLException;
publ... | UTF-8 | Java | 679 | java | OrderDetailBeanDao.java | Java | [] | null | [] | package com.yurucamp.mallsystem.model.dao;
import java.sql.SQLException;
import java.util.List;
import com.yurucamp.mallsystem.model.OrderBean;
import com.yurucamp.mallsystem.model.OrderDetailBean;
public interface OrderDetailBeanDao {
public void insert(OrderDetailBean orderDetailBean)throws SQLException;
publ... | 679 | 0.835052 | 0.835052 | 23 | 28.52174 | 30.13862 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
b85f97f2f7687726486ab373eb5a13b4a63858c8 | 8,332,236,581,280 | d5b6be3dd3f60c511fc72b4e23eaf55a44662f5b | /src/com/project/common/ConfigKey.java | c8ee2a32c0419fc45246488558c168e2c423e5a6 | [] | no_license | jeluck/tennis | https://github.com/jeluck/tennis | 897bc0f54f4349a7d45cdcf6555bb9147df3a1f8 | 2e20ed1edfa135c9cfb750dfa1c46a8172f86261 | refs/heads/master | 2020-03-21T13:22:09.946000 | 2018-06-25T16:12:45 | 2018-06-25T16:12:45 | 138,602,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.common;
import com.project.util.Config;
/////////gaidong
/**
* 系统设置参数
* @author daybreak
*
*/
public class ConfigKey {
/**
* 用户限制在最早打球时间多久之前不能取消订单 单位为小时
*/
public final static String EARLIST_CANCEL_ORDER_TIME="earlist_cancel_order_time";
/***
* 默认取消订单时间 单位为分钟
*/
public final s... | UTF-8 | Java | 6,191 | java | ConfigKey.java | Java | [
{
"context": "onfig;\n\n/////////gaidong\n\n/**\n * 系统设置参数\n * @author daybreak\n *\n */\npublic class ConfigKey {\n\t\n\t/**\n\t * 用户限制在最",
"end": 113,
"score": 0.9994254112243652,
"start": 105,
"tag": "USERNAME",
"value": "daybreak"
}
] | null | [] | package com.project.common;
import com.project.util.Config;
/////////gaidong
/**
* 系统设置参数
* @author daybreak
*
*/
public class ConfigKey {
/**
* 用户限制在最早打球时间多久之前不能取消订单 单位为小时
*/
public final static String EARLIST_CANCEL_ORDER_TIME="earlist_cancel_order_time";
/***
* 默认取消订单时间 单位为分钟
*/
public final s... | 6,191 | 0.693528 | 0.692981 | 256 | 20.425781 | 34.522106 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 7 |
5afa96f84feb473ff818eed1af5c9bdfd1579767 | 19,696,720,055,945 | a73ae671a71762a79f3004f26316b9370fc94831 | /AcaciaBusinessAce/AcaciaBusinessAce-app-client/src/java/com/cosmos/acacia/gui/entity/BusinessDocumentListPanel.java | c89276bfc2523da2c8d2282fa28d9b14e4a38f87 | [] | no_license | pavor84/acacia-business-ace | https://github.com/pavor84/acacia-business-ace | 913dab0f10aac69850c7e9e4e068287a601ef058 | c2fa4a2f21b3b5cb4068be2650d327211812e5fd | refs/heads/master | 2016-09-05T09:25:48.606000 | 2010-06-20T22:44:44 | 2010-06-20T22:44:44 | 32,273,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cosmos.acacia.gui.entity;
import com.cosmos.acacia.crm.data.Classifier;
import com.cosmos.acacia.crm.data.document.BusinessDocument;
import com.cosmos.acacia.crm.data.DbResource;
import com.cosmos.acacia.cr... | UTF-8 | Java | 1,667 | java | BusinessDocumentListPanel.java | Java | [
{
"context": "tType;\nimport java.util.Arrays;\n\n/**\n *\n * @author Miro\n */\npublic class BusinessDocumentListPanel<E exte",
"end": 441,
"score": 0.9959416389465332,
"start": 437,
"tag": "USERNAME",
"value": "Miro"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cosmos.acacia.gui.entity;
import com.cosmos.acacia.crm.data.Classifier;
import com.cosmos.acacia.crm.data.document.BusinessDocument;
import com.cosmos.acacia.crm.data.DbResource;
import com.cosmos.acacia.cr... | 1,667 | 0.657468 | 0.657468 | 64 | 25.046875 | 24.718685 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421875 | false | false | 7 |
e15ca55c63c75590d1dd5e928d5b3a7742e17c3c | 14,611,478,751,351 | c2664b81488ef3d05071abef219b97b7d8ac8f7c | /app/src/main/java/com/cartoon/tinytips/Personal/Setting/Security/SecurityModel.java | 99fbe3abc0a075a35010f0de649dbdd6106d838e | [] | no_license | cartoonYu/TinyTips | https://github.com/cartoonYu/TinyTips | dbaedce70834aac1c0b8f045b81a249f31fe69db | 54c064051233f5de2c8c338130a18fb4c1d5205e | refs/heads/master | 2021-07-04T11:02:54.756000 | 2019-03-05T14:50:27 | 2019-03-05T14:50:27 | 123,309,779 | 1 | 1 | null | false | 2018-09-26T02:42:09 | 2018-02-28T16:14:16 | 2018-09-26T02:30:22 | 2018-09-26T02:42:09 | 8,691 | 0 | 1 | 0 | Java | false | null | package com.cartoon.tinytips.Personal.Setting.Security;
import com.cartoon.tinytips.ValueCallBack;
import com.cartoon.tinytips.bean.table.Information;
import com.cartoon.tinytips.bean.table.Local.ILocalInformation;
import com.cartoon.tinytips.bean.table.Local.LocalInformation;
import com.cartoon.tinytips.bean.IOperate... | UTF-8 | Java | 2,106 | java | SecurityModel.java | Java | [
{
"context": "ew Information();\n information.setPassword(password);\n operateInformation.update(info, informa",
"end": 1152,
"score": 0.8052685260772705,
"start": 1144,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.cartoon.tinytips.Personal.Setting.Security;
import com.cartoon.tinytips.ValueCallBack;
import com.cartoon.tinytips.bean.table.Information;
import com.cartoon.tinytips.bean.table.Local.ILocalInformation;
import com.cartoon.tinytips.bean.table.Local.LocalInformation;
import com.cartoon.tinytips.bean.IOperate... | 2,108 | 0.657242 | 0.657242 | 61 | 32.049179 | 27.708332 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 7 |
09adfd6965ed1618c4ff3b57e8d72576c5201a18 | 8,177,617,761,639 | 79e0d9b45b7daefbcbc2a06cbbd595a29aae022c | /main/src/java/test/self/micromagic/eterna/model/DataHandlerTest.java | 18228533d2577dfb6061f8347d511f5130ae38db | [
"Apache-2.0"
] | permissive | biankudingcha/eterna | https://github.com/biankudingcha/eterna | fd3863273008b370072129ed4a1ca8fb390cb503 | ab32d1b804dc5698a0f85bcf457d0c05b72e852c | refs/heads/master | 2023-03-18T15:46:29.987000 | 2020-04-29T01:41:53 | 2020-04-29T01:41:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 xinjunli (micromagic@sina.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | UTF-8 | Java | 5,225 | java | DataHandlerTest.java | Java | [
{
"context": "/*\r\n * Copyright 2015 xinjunli (micromagic@sina.com).\r\n *\r\n * Licensed under the",
"end": 30,
"score": 0.9898615479469299,
"start": 22,
"tag": "USERNAME",
"value": "xinjunli"
},
{
"context": "/*\r\n * Copyright 2015 xinjunli (micromagic@sina.com).\r\n *\r\n * Lice... | null | [] | /*
* Copyright 2015 xinjunli (<EMAIL>).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 5,213 | 0.68689 | 0.675215 | 149 | 33.080536 | 30.767262 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.771812 | false | false | 7 |
dbc7f2124168203610d41eb88495f8c973fb023b | 23,287,312,731,853 | 0e9aa87c0d65c7b4d743c20e106668fbfe647459 | /src/main/java/com/chen1144/wheel/gui/view/PagedView.java | 32790bf5794c2ebb8ed10af423468c599b5e90d4 | [] | no_license | 1163710132/wheel | https://github.com/1163710132/wheel | 813867dead118cc7f756e54834a467a4bb5b7176 | 1c05b374224def4d9557bc32715452685cd23697 | refs/heads/master | 2020-07-21T10:45:20.818000 | 2019-09-06T16:50:59 | 2019-09-06T16:50:59 | 206,837,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chen1144.wheel.gui.view;
import com.chen1144.wheel.gui.AbstractView;
import com.chen1144.wheel.gui.adapter.PageAdapter;
import com.chen1144.wheel.util.Cancellable;
import com.chen1144.wheel.util.Range;
import javax.swing.*;
import java.awt.*;
import java.util.concurrent.CompletableFuture;
import java.util... | UTF-8 | Java | 2,940 | java | PagedView.java | Java | [] | null | [] | package com.chen1144.wheel.gui.view;
import com.chen1144.wheel.gui.AbstractView;
import com.chen1144.wheel.gui.adapter.PageAdapter;
import com.chen1144.wheel.util.Cancellable;
import com.chen1144.wheel.util.Range;
import javax.swing.*;
import java.awt.*;
import java.util.concurrent.CompletableFuture;
import java.util... | 2,940 | 0.612245 | 0.603741 | 87 | 32.793102 | 19.387836 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 7 |
56023ef97947ff8b84cde50d0466ab1cf3643a00 | 33,715,493,275,738 | cc5079f8625734909857d39e86dbcf66eba6ed7f | /source/java/eric/j2se/net/url/UrlEncodeDecodeTest.java | 5344c994e9d5457b996816d6ddea70c68e202b12 | [] | no_license | ericoudesu/eric | https://github.com/ericoudesu/eric | 72c1e33db983899449893feedf54cb0e3b1f7624 | eabae45fc423f45d17be294f2ed770a0f47ffa4f | refs/heads/master | 2016-09-22T20:30:07.558000 | 2016-09-22T19:51:41 | 2016-09-22T19:51:41 | 33,305,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eric.j2se.net.url;
import java.net.URLDecoder;
import java.net.URLEncoder;
/**
* URLEncode & URLDecode test
*
* @author eric
* @date 2011-2-20 下午04:32:16
*/
public class UrlEncodeDecodeTest {
public static void main(String[] args) {
System.out.println("Hello world!");
test();
}
public static voi... | UTF-8 | Java | 530 | java | UrlEncodeDecodeTest.java | Java | [
{
"context": "\n/**\n * URLEncode & URLDecode test\n * \n * @author eric\n * @date 2011-2-20 下午04:32:16\n */\npublic class Ur",
"end": 138,
"score": 0.9978038668632507,
"start": 134,
"tag": "USERNAME",
"value": "eric"
}
] | null | [] | package eric.j2se.net.url;
import java.net.URLDecoder;
import java.net.URLEncoder;
/**
* URLEncode & URLDecode test
*
* @author eric
* @date 2011-2-20 下午04:32:16
*/
public class UrlEncodeDecodeTest {
public static void main(String[] args) {
System.out.println("Hello world!");
test();
}
public static voi... | 530 | 0.659004 | 0.597701 | 25 | 19.879999 | 20.694578 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 7 |
dfa560c1aff9f988184896ae9c8492f811528c3c | 23,682,449,692,135 | 2bd17b6ad9ca526626e11f5c1a4f87f36f04a305 | /src/main/java/com/biss/excel/ShippingPdfView.java | d352470269141d219831adb61d7052cf7bbd95e8 | [] | no_license | Biswajit1244/WareHouseProject | https://github.com/Biswajit1244/WareHouseProject | c7a23aa7887fdb850832f39ad2a00ad540e0fd2b | 6055ae341fef7e0bf769b1331c9220767b3eb91c | refs/heads/master | 2022-12-21T14:38:28.788000 | 2021-02-17T09:42:40 | 2021-02-17T09:42:40 | 239,838,157 | 0 | 0 | null | false | 2022-12-16T15:21:22 | 2020-02-11T18:47:39 | 2021-02-17T09:42:48 | 2022-12-16T15:21:19 | 466 | 0 | 0 | 5 | Java | false | false | package com.biss.excel;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.view.document.AbstractPdfView;
import com.biss.model.Shipping;
import com.lowagi... | UTF-8 | Java | 1,753 | java | ShippingPdfView.java | Java | [] | null | [] | package com.biss.excel;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.view.document.AbstractPdfView;
import com.biss.model.Shipping;
import com.lowagi... | 1,753 | 0.719909 | 0.719338 | 52 | 31.673077 | 21.746548 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 7 |
8403c8ffcfccd94f4d885d2be56e9ef151a0d154 | 23,682,449,690,428 | efcb1aa0e988cb5ce3f914e9acddb3d66ce1c3f2 | /logistics_by_spring_cloud/comm/src/main/java/com/cssl/entity/RoleUser.java | b0fc1310f346fb55df29fba81822449bb0e5d6ff | [] | no_license | logistics-team/logistics-demo | https://github.com/logistics-team/logistics-demo | b4fcd91c6350065ee94f73d28d7a905ebdb7ae3d | e911caab0859aedd50b091593cfbafce7608f899 | refs/heads/master | 2022-06-25T03:42:16.827000 | 2019-09-26T10:00:26 | 2019-09-26T10:00:26 | 205,815,333 | 1 | 0 | null | false | 2022-06-21T01:47:57 | 2019-09-02T08:50:14 | 2019-09-26T10:00:45 | 2022-06-21T01:47:57 | 17,385 | 0 | 0 | 4 | HTML | false | false | package com.cssl.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
/**
* <p>
* 关联用户和角色之间的关系,角色用户关联表
* </p>
*
* @author Devil
* @since 2019-09-03
*/
public class RoleUser implements Serializable {
private static... | UTF-8 | Java | 1,167 | java | RoleUser.java | Java | [
{
"context": "\n * 关联用户和角色之间的关系,角色用户关联表\n * </p>\n*\n* @author Devil\n* @since 2019-09-03\n*/\n public class RoleUser ",
"end": 225,
"score": 0.9991002082824707,
"start": 220,
"tag": "NAME",
"value": "Devil"
}
] | null | [] | package com.cssl.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
/**
* <p>
* 关联用户和角色之间的关系,角色用户关联表
* </p>
*
* @author Devil
* @since 2019-09-03
*/
public class RoleUser implements Serializable {
private static... | 1,167 | 0.549246 | 0.54126 | 57 | 18.771931 | 16.848154 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 7 |
14596380735ba4edb75f70015f0fab99c7fdc0bb | 22,024,592,299,337 | 744ed9aa40f54c09877d5fcb2dbc9eeda35b17b3 | /StructuralPatterns1_Adapter/src/org/developer/pattern/Classadapter/One_interface.java | 612fd70fce33611e86fefc01b71782797fffb7a8 | [] | no_license | yikaraman/Design-Patterns | https://github.com/yikaraman/Design-Patterns | 2203f4ebd074064f6df3418b3df5db75d3e491eb | bee85ef2fe9d44e3ed085f41d215ba217026987d | refs/heads/master | 2021-01-10T01:16:38.693000 | 2015-06-03T18:17:36 | 2015-06-03T18:17:36 | 36,821,409 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.developer.pattern.Classadapter;
public interface One_interface {
public void AnMethod();
public int calculateSum();
}
| UTF-8 | Java | 136 | java | One_interface.java | Java | [] | null | [] | package org.developer.pattern.Classadapter;
public interface One_interface {
public void AnMethod();
public int calculateSum();
}
| 136 | 0.764706 | 0.764706 | 9 | 14.111111 | 16.285265 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
ad1abd58a6faabb8e83140435748d54aa6765a02 | 23,356,032,211,235 | 6d9ba06842d1c48583a91999b938cb9e7614a1f9 | /src/DrawFace.java | 864ec377abbdb31d663c7193dbecc19051e9e2f6 | [] | no_license | Ant0nie/PW11 | https://github.com/Ant0nie/PW11 | 4d382d9d5d484ccff4177a7b212f036098409772 | c04ef58c55cc984c2d9266a75a1f0f01eae023cd | refs/heads/master | 2020-04-09T04:53:07.032000 | 2018-12-02T11:59:10 | 2018-12-02T11:59:10 | 160,041,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import acm.program.GraphicsProgram;
public class DrawFace extends GraphicsProgram {
public static final int FACE_WIDTH = 100;
public static final int FACE_HEIGHT = 200;
public static final int WINDOW_WIDTH = 300;
public static final int WINDOW_HEIGHT = 400;
public void run() {
... | UTF-8 | Java | 525 | java | DrawFace.java | Java | [] | null | [] | import acm.program.GraphicsProgram;
public class DrawFace extends GraphicsProgram {
public static final int FACE_WIDTH = 100;
public static final int FACE_HEIGHT = 200;
public static final int WINDOW_WIDTH = 300;
public static final int WINDOW_HEIGHT = 400;
public void run() {
... | 525 | 0.647619 | 0.620952 | 18 | 27.166666 | 26.236637 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
475a96274fc4ab64ffbfbf88a27830273aa7daec | 13,675,175,885,806 | 4a545fac31f78cb8bfdfffa99f8b618c51f3c6dd | /myjavaprograms/MyOnlineShop/src/myonlineshop/TV.java | 7391595034bb1ad1dc665351feec71692535f139 | [] | no_license | chadmulligan/JavaStuff | https://github.com/chadmulligan/JavaStuff | 3eaa5fb61b4e589f67b0e00dab47c64ddf330881 | 5510608ef498e55c6cd7d6a95fa4f9d45e38ddd6 | refs/heads/master | 2020-03-19T01:36:08.911000 | 2018-05-31T08:41:53 | 2018-05-31T08:41:53 | 135,557,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myonlineshop;
/**
*
* @author laz
*/
public class TV extends Electronics {
int size;
/** Creates a new instance of TV */
public TV(double regularPrice,
String manufacturer,
... | UTF-8 | Java | 669 | java | TV.java | Java | [
{
"context": "itor.\n */\npackage myonlineshop;\n\n/**\n *\n * @author laz\n */\npublic class TV extends Electronics {\n int",
"end": 144,
"score": 0.7069085240364075,
"start": 141,
"tag": "USERNAME",
"value": "laz"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myonlineshop;
/**
*
* @author laz
*/
public class TV extends Electronics {
int size;
/** Creates a new instance of TV */
public TV(double regularPrice,
String manufacturer,
... | 669 | 0.603886 | 0.596413 | 32 | 19.90625 | 16.778631 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 7 |
f68dcf1aa3f075f3f82f7d42d1ee8b8e4e92cf4f | 10,093,173,175,503 | 17e099a77d29fc6278e475b3af13a75a4ea8987a | /src/JavaSessions/Day2/GreatestOf4Numbers.java | 3c71cd043190dac1df2e6f00d066fdf872066160 | [] | no_license | Nagi6210/SepSeleniumCode | https://github.com/Nagi6210/SepSeleniumCode | f32cc23c7de0a9f8fbf86b174bad12230a11f234 | b2406e5eacd2d67e2d1966d4d0bb85f368ef32f5 | refs/heads/master | 2020-09-06T05:19:21.266000 | 2019-11-07T22:24:07 | 2019-11-07T22:24:07 | 220,335,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaSessions.Day2;
import java.util.Arrays;
public class GreatestOf4Numbers {
public static void main(String[] args) {
int[] arr = { -3, -4, 5, 121 };
Arrays.sort(arr);
System.out.println("The greatest is : " + arr[arr.length - 1]);
GreatestOf4Numbers ob1 = new GreatestOf4Numbers();
int maxnum = ... | UTF-8 | Java | 518 | java | GreatestOf4Numbers.java | Java | [] | null | [] | package JavaSessions.Day2;
import java.util.Arrays;
public class GreatestOf4Numbers {
public static void main(String[] args) {
int[] arr = { -3, -4, 5, 121 };
Arrays.sort(arr);
System.out.println("The greatest is : " + arr[arr.length - 1]);
GreatestOf4Numbers ob1 = new GreatestOf4Numbers();
int maxnum = ... | 518 | 0.604247 | 0.571429 | 24 | 20.583334 | 19.680609 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 7 |
3137241070b0c2edfaef19a0053c6ae5e5ef37b9 | 7,507,602,873,581 | 70acba8804d350d52d9d2448614e85136c65e155 | /AIZU/Allocation/Main - コピー.java | 62eaecc2b459a104da2dceaeea9a41f4183a9729 | [] | no_license | random25umezawa/programming | https://github.com/random25umezawa/programming | 72a936259540bbf5fa7a3645c85081bf057a19a0 | ec392748fd7ad0aa2d0683dd7d815f756417fab4 | refs/heads/master | 2016-08-09T11:51:06.675000 | 2016-04-10T04:56:30 | 2016-04-10T04:56:30 | 54,191,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.util.Scanner;
import java.util.ArrayList;
import java.util.Arrays;
class Main{
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(new File("in.txt"));
//Scanner scan = new Scanner(System.in);
int input1 = scan.nextInt();
int input2 ... | UTF-8 | Java | 1,364 | java | Main - コピー.java | Java | [] | null | [] | import java.io.File;
import java.util.Scanner;
import java.util.ArrayList;
import java.util.Arrays;
class Main{
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(new File("in.txt"));
//Scanner scan = new Scanner(System.in);
int input1 = scan.nextInt();
int input2 ... | 1,364 | 0.535924 | 0.519795 | 57 | 22.929825 | 17.882521 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649123 | false | false | 7 |
983c60a46e399301378c62ee964bcd5b25f514cc | 7,284,264,551,225 | 1641d6b477108e97272b882b123f1be8b0f86386 | /core/src/main/java/com/geese/core/apartment/mapper/ApartmentSignRecordMapper.java | f137a078a909f1737652dcba62c58e77578ea96a | [] | no_license | yinfei725/houqinbao | https://github.com/yinfei725/houqinbao | adffcc8c98f8a7890904a96334056b6bdf061dfe | 6b424e34415154ba85f28be788bf1a5dc7218aef | refs/heads/master | 2018-12-20T19:31:04.094000 | 2018-10-18T00:48:06 | 2018-10-18T00:48:06 | 117,062,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.geese.core.apartment.mapper;
import com.geese.base.BaseMapper;
import com.geese.core.apartment.domain.ApartmentSignRecord;
/**
* @Description 公寓签到配置定义Mapper接口
* @author 吴航
* @date 2017年11月24日 10:54:52
*/
public interface ApartmentSignRecordMapper extends BaseMapper<ApartmentSignRecord> {
}
| UTF-8 | Java | 339 | java | ApartmentSignRecordMapper.java | Java | [
{
"context": "\n\n/**\n * @Description 公寓签到配置定义Mapper接口\n * @author 吴航\n * @date 2017年11月24日 10:54:52\n */\npublic interfac",
"end": 187,
"score": 0.9995103478431702,
"start": 185,
"tag": "NAME",
"value": "吴航"
}
] | null | [] | package com.geese.core.apartment.mapper;
import com.geese.base.BaseMapper;
import com.geese.core.apartment.domain.ApartmentSignRecord;
/**
* @Description 公寓签到配置定义Mapper接口
* @author 吴航
* @date 2017年11月24日 10:54:52
*/
public interface ApartmentSignRecordMapper extends BaseMapper<ApartmentSignRecord> {
}
| 339 | 0.796117 | 0.750809 | 12 | 24.75 | 25.703842 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
1e37aef84f818b9254317dc3c92cbd6cddc2fc33 | 16,801,912,086,320 | ff7bcd017d44402ca56b730208e8bf219088cfbe | /Code/test-exam-maker/src/main/java/com/crossover/test/exam/maker/bean/ExamResult.java | 4a7b366ce9b1a703897221182d5ad33285b7f0b9 | [] | no_license | romerorsp/crossover-sw-engineer | https://github.com/romerorsp/crossover-sw-engineer | 522b000052f396a3c4a2e37da50f6946c9102652 | 692c63577086477837c34af504b2afb48de11847 | refs/heads/master | 2021-01-10T04:22:54.807000 | 2016-02-21T21:26:58 | 2016-02-21T21:26:58 | 51,764,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crossover.test.exam.maker.bean;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
public class ExamResult {
private List<QuestionResult> questions;
private int corectness;
public void setQuestions(List<QuestionResult> questions) {
this.questions = questions;
}
public ... | UTF-8 | Java | 550 | java | ExamResult.java | Java | [] | null | [] | package com.crossover.test.exam.maker.bean;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
public class ExamResult {
private List<QuestionResult> questions;
private int corectness;
public void setQuestions(List<QuestionResult> questions) {
this.questions = questions;
}
public ... | 550 | 0.763636 | 0.763636 | 28 | 18.642857 | 20.412207 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.035714 | false | false | 7 |
474d3d26684a4279821b5069d8d5fe38629092ad | 16,767,552,369,819 | 276ce9244ef599a4c0ea5e6caee2e0e0fa9757ca | /src/main/java/com/store/model/ProductCategory.java | 5b2ab877a1d72b48435c436c276e0b56e10919b3 | [] | no_license | rajansinghal/store | https://github.com/rajansinghal/store | dadccd8b317a874d02bf6c6f25b0944711fe931e | 682172e01ffbe1c00b3662cfa02a4f12bda0887f | refs/heads/master | 2020-03-11T19:23:44.305000 | 2018-04-19T11:40:17 | 2018-04-19T11:40:17 | 130,206,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.store.model;
/**
* Created by rsinghal on 4/19/2018.
*/
public enum ProductCategory {
GROCERY, GARMENT, SANITARY
}
| UTF-8 | Java | 134 | java | ProductCategory.java | Java | [
{
"context": "package com.store.model;\n\n/**\n * Created by rsinghal on 4/19/2018.\n */\npublic enum ProductCategory {\n ",
"end": 52,
"score": 0.999542772769928,
"start": 44,
"tag": "USERNAME",
"value": "rsinghal"
}
] | null | [] | package com.store.model;
/**
* Created by rsinghal on 4/19/2018.
*/
public enum ProductCategory {
GROCERY, GARMENT, SANITARY
}
| 134 | 0.69403 | 0.641791 | 8 | 15.75 | 14.350523 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
5d419c576ee855a26cf3d0acb3ee914e084c2a37 | 19,284,403,159,536 | 5079d07c4cf1013acec0385f6a393326c2a5a13f | /Firstwindow.java | 957cddc442c59dec53c24bc60d8e33bfdc01a8b7 | [] | no_license | Mayez/Bookstore | https://github.com/Mayez/Bookstore | c857e7156d5ee16da156db8dcc274a5c5d14f260 | dd4d53f52f65e8cd782cd5b074116d5573678251 | refs/heads/master | 2020-04-15T04:26:28.463000 | 2019-01-07T05:46:32 | 2019-01-07T05:46:32 | 164,383,392 | 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 javaapplication4;
/**
*
* @author Mayez
*/
import java.awt.GridLayout;
import java.awt.event.*;
import javax.s... | UTF-8 | Java | 3,871 | java | Firstwindow.java | Java | [
{
"context": "\r\npackage javaapplication4;\r\n\r\n/**\r\n *\r\n * @author Mayez\r\n */\r\nimport java.awt.GridLayout;\r\nimport java.aw",
"end": 244,
"score": 0.9996717572212219,
"start": 239,
"tag": "NAME",
"value": "Mayez"
}
] | 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 javaapplication4;
/**
*
* @author Mayez
*/
import java.awt.GridLayout;
import java.awt.event.*;
import javax.s... | 3,871 | 0.620253 | 0.612503 | 125 | 28.968 | 20.902416 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.776 | false | false | 7 |
3961516677d99fe7a36e407fb38a14d42acc4401 | 29,119,878,315,382 | f43f3763f36c224fd6b69b5beae454d3c33b204b | /SimpleConditionalStatements/src/P06_BonusScore.java | c7ac268a8440d89534eb88ff65800533d1f80b02 | [
"MIT"
] | permissive | theoners/Programing-Basics | https://github.com/theoners/Programing-Basics | 753101f297d2196a8d7120190a4ecc6eb377cf34 | 4b4cb5f1555625ca05404ca0972d9514717aee08 | refs/heads/master | 2020-03-15T13:50:25.720000 | 2018-05-04T18:42:45 | 2018-05-04T18:42:45 | 132,176,440 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class P06_BonusScore {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
int number = Integer.parseInt(console.nextLine());
double bonus = 0;
if (number<=100){
bonus = 5;
if (number % 2==0){
... | UTF-8 | Java | 1,017 | java | P06_BonusScore.java | Java | [] | null | [] | import java.util.Scanner;
public class P06_BonusScore {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
int number = Integer.parseInt(console.nextLine());
double bonus = 0;
if (number<=100){
bonus = 5;
if (number % 2==0){
... | 1,017 | 0.400197 | 0.367748 | 40 | 24.424999 | 14.251119 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
5ecaf9ec23eadbfcf12b3bd2b2b1fb7bc616be9d | 9,105,330,691,888 | 7e04a321ca9a7b6addc70c9cea231129593c28d3 | /src/main/java/cn/itcast/Application.java | 281aeb8e0e26879c4bd1809c837ee45bf29b3a27 | [] | no_license | GithubRobot01/springboot | https://github.com/GithubRobot01/springboot | c9c5f8ec29f60fe9f33b5ce7c1b99879a6aa13eb | f0d10bf8ebb7415092fd95dba4f22035744c30b1 | refs/heads/master | 2022-06-21T09:51:55.204000 | 2019-11-04T05:59:34 | 2019-11-04T05:59:34 | 219,428,298 | 0 | 0 | null | false | 2022-06-21T02:10:09 | 2019-11-04T05:58:54 | 2019-11-04T05:59:49 | 2022-06-21T02:10:06 | 14 | 0 | 0 | 1 | Java | false | false | package cn.itcast;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import tk.mybatis.spring.annotation.MapperScan;
/**
* spring boot工程都有一个启动引导类,这是工程的入口类
* 并在引导类上添加@SpringBootApplication
*
* SpringBootApplication是springboot的核心注解,有很多功能,主要功能之一是包... | UTF-8 | Java | 750 | java | Application.java | Java | [] | null | [] | package cn.itcast;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import tk.mybatis.spring.annotation.MapperScan;
/**
* spring boot工程都有一个启动引导类,这是工程的入口类
* 并在引导类上添加@SpringBootApplication
*
* SpringBootApplication是springboot的核心注解,有很多功能,主要功能之一是包... | 750 | 0.794314 | 0.794314 | 22 | 26.181818 | 22.953781 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 7 |
287cabfecb933fbbb4ad2c89c115668009a62a13 | 9,105,330,690,940 | 0d100b812711e24a9a72d2fdaa761ed0d3c72659 | /337.java | e6d5fb4dccc8d5da1512c4d53d6f3cc3642d092b | [] | no_license | aprilzhang/Leetcode-Solutions | https://github.com/aprilzhang/Leetcode-Solutions | 0055d1bb4403f09da36a7607f55f2e128f30a4c3 | 8f65968cba3f4daeb0eb64126aa072a5892a30aa | refs/heads/master | 2021-01-12T01:17:35.052000 | 2017-08-27T23:19:58 | 2017-08-27T23:19:58 | 78,365,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
337. House Robber III
The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each house has one and only one parent house. After a tour, the smart thief realized that "all houses in this place forms a binary tree". It will automa... | UTF-8 | Java | 3,240 | java | 337.java | Java | [] | null | [] | /**
337. House Robber III
The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each house has one and only one parent house. After a tour, the smart thief realized that "all houses in this place forms a binary tree". It will automa... | 3,240 | 0.56358 | 0.551543 | 117 | 26.700855 | 39.887936 | 386 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418803 | false | false | 7 |
940b8d6fdff24a8f6cb3ebd67da15cc5ac3a843c | 9,105,330,692,818 | 72bf79e70c5d08b560432a4763f5acb2834b3b45 | /tetris-project/bvc/cloud/bvc2.0-web/src/main/java/com/sumavision/bvc/device/monitor/subtitle/MonitorSubtitleFont.java | 64f2ca72447718f32f3055bb972af657f530c40a | [] | no_license | lvdeyang/tetris | https://github.com/lvdeyang/tetris | ebc94313ddfbb6944011b2c7b3a5dd99d08bae8e | 8c9e36025bec5882a9c6aca9f8a3046de0e8847e | refs/heads/master | 2022-12-13T11:31:37.640000 | 2020-06-09T05:38:47 | 2020-06-09T05:38:47 | 166,190,568 | 1 | 2 | null | false | 2022-12-07T13:52:58 | 2019-01-17T08:37:21 | 2020-06-09T05:38:51 | 2022-12-07T13:52:57 | 207,835 | 1 | 2 | 22 | JavaScript | false | false | package com.sumavision.bvc.device.monitor.subtitle;
import com.sumavision.tetris.orm.exception.ErrorTypeException;
/**
* 字幕字体<br/>
* <b>作者:</b>lvdeyang<br/>
* <b>版本:</b>1.0<br/>
* <b>日期:</b>2019年5月6日 下午1:50:57
*/
public enum MonitorSubtitleFont {
HEITI("黑体", "黑体"),
SONTTI("宋体", "宋体"),
KAITI("楷体... | UTF-8 | Java | 1,415 | java | MonitorSubtitleFont.java | Java | [
{
"context": "TypeException;\r\n\r\n/**\r\n * 字幕字体<br/>\r\n * <b>作者:</b>lvdeyang<br/>\r\n * <b>版本:</b>1.0<br/>\r\n * <b>日期:</b>2019年5月",
"end": 161,
"score": 0.999636173248291,
"start": 153,
"tag": "USERNAME",
"value": "lvdeyang"
}
] | null | [] | package com.sumavision.bvc.device.monitor.subtitle;
import com.sumavision.tetris.orm.exception.ErrorTypeException;
/**
* 字幕字体<br/>
* <b>作者:</b>lvdeyang<br/>
* <b>版本:</b>1.0<br/>
* <b>日期:</b>2019年5月6日 下午1:50:57
*/
public enum MonitorSubtitleFont {
HEITI("黑体", "黑体"),
SONTTI("宋体", "宋体"),
KAITI("楷体... | 1,415 | 0.672168 | 0.662416 | 56 | 21.803572 | 22.241707 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 7 |
f769e77c1c8335ea55670577aee0c43f676322cd | 16,862,041,629,594 | 0f50187d8eb67b49dbab502b41e3775d2bf695b4 | /src/test/java/com/xh/redis/test/RedisTemplateTest2.java | 109da43bb36a0a79c46b3516de61295163093e29 | [] | no_license | deeplhub/redis-demo | https://github.com/deeplhub/redis-demo | 1ad5bd7f924156419890f7f85527d7a388ffb5df | 17b2612ece442790f446747cdd6b708f7a58418a | refs/heads/master | 2021-09-16T05:40:41.129000 | 2018-06-17T09:58:12 | 2018-06-17T09:58:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xh.redis.test;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import com.xh.redis.util.RedisTemplateUtil... | UTF-8 | Java | 1,374 | java | RedisTemplateTest2.java | Java | [
{
"context": "le: </p>\r\n * <p>Description: </p>\r\n * \r\n * @author H.Yang\r\n * @QQ 1033542070\r\n */\r\n@RunWith(SpringJUnit4Cla",
"end": 397,
"score": 0.9998889565467834,
"start": 391,
"tag": "NAME",
"value": "H.Yang"
},
{
"context": "象</p>\r\n\t * <p>Description: </p>\r\n\t * ... | null | [] | package com.xh.redis.test;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import com.xh.redis.util.RedisTemplateUtil... | 1,374 | 0.678306 | 0.657504 | 51 | 24.392157 | 22.107649 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490196 | false | false | 7 |
fc15a32779fff2b4b0b71c6c9e2ef2370d240ed2 | 16,862,041,629,671 | b9bb53905f7817bd6a530a3c1785a9c33393fa6d | /src/main/java/com/bingo/code/example/oom/DirectMemoryOutOfMemory.java | f568dbeab8872b9e6e37ace0ca41561bf7194b07 | [] | no_license | namjagbrawa/code-example | https://github.com/namjagbrawa/code-example | 34827b24e9badc2f6b828951238736e5459dfab8 | a48ca7a981ebb1ac21e07091f586b757a51447c1 | refs/heads/master | 2021-01-22T13:30:11.262000 | 2019-03-16T15:56:38 | 2019-03-16T15:56:38 | 100,659,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bingo.code.example.oom;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ZhangGe on 2017/9/22.
*/
public class DirectMemoryOutOfMemory {
public static void main(String[] args) throws Exception{
List<ByteBuffer> buffers = new ArrayList<>();
... | UTF-8 | Java | 446 | java | DirectMemoryOutOfMemory.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by ZhangGe on 2017/9/22.\n */\npublic class DirectMemoryOutO",
"end": 140,
"score": 0.780869722366333,
"start": 135,
"tag": "NAME",
"value": "Zhang"
},
{
"context": "t;\nimport java.util.List;\n\n/**\n * Created by Zha... | null | [] | package com.bingo.code.example.oom;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ZhangGe on 2017/9/22.
*/
public class DirectMemoryOutOfMemory {
public static void main(String[] args) throws Exception{
List<ByteBuffer> buffers = new ArrayList<>();
... | 446 | 0.656951 | 0.632287 | 18 | 23.777779 | 19.693642 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 7 |
63ba2a241c87a7ff5e41dea0ee62f058ee24771b | 26,053,271,637,902 | 85a4eb42f4b4463d97fa58dce167538289da8106 | /java/tests/com/google/template/soy/sharedpasses/opti/SimplifyExprVisitorTest.java | 8e8d26f75ec9a59efeedcb2b5731730fdece5c6d | [
"Apache-2.0"
] | permissive | google/closure-templates | https://github.com/google/closure-templates | d1a8e9b3eed562ae0562e5fd66dd5b7f8f3eb5b0 | e6f96357cddbf5d642012afd322510039880778c | refs/heads/master | 2023-08-31T14:43:42.610000 | 2023-08-30T19:27:02 | 2023-08-30T19:28:11 | 18,845,068 | 641 | 233 | Apache-2.0 | false | 2023-09-14T20:09:39 | 2014-04-16T15:31:58 | 2023-09-13T08:03:14 | 2023-09-14T20:09:39 | 73,153 | 612 | 207 | 174 | Java | false | false | /*
* Copyright 2015 Google Inc.
*
* 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 ... | UTF-8 | Java | 21,765 | java | SimplifyExprVisitorTest.java | Java | [] | null | [] | /*
* Copyright 2015 Google Inc.
*
* 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 ... | 21,765 | 0.599541 | 0.589662 | 501 | 42.443115 | 30.466814 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510978 | false | false | 7 |
6e4c929da3dbae71958653038b9d1fc5ed48231c | 28,166,395,592,584 | 4dbece088a4f1c839a9156fc7ceb3e1e2f86a313 | /annotations-runtime/src/main/java/com/github/dynamicextensionsalfresco/policy/BehaviourProxyFactory.java | 4f7ca4e7f13f591b77591ff8ea2682f2ca4d8590 | [
"Apache-2.0"
] | permissive | xenit-eu/dynamic-extensions-for-alfresco | https://github.com/xenit-eu/dynamic-extensions-for-alfresco | 6b487556bf2caf44efa8e0c2b7f7e9fcc3332b43 | 304b132ee4ac372ad806f4646c16c4f55803fb63 | refs/heads/master | 2023-07-22T18:28:15.415000 | 2023-07-19T07:45:10 | 2023-07-19T07:45:10 | 6,187,281 | 36 | 10 | Apache-2.0 | false | 2023-09-07T08:39:18 | 2012-10-12T08:23:17 | 2023-05-20T13:43:02 | 2023-09-07T08:39:16 | 33,550 | 77 | 32 | 14 | Java | false | false | package com.github.dynamicextensionsalfresco.policy;
import org.alfresco.repo.policy.Behaviour;
/**
* Defines factory operations for creating {@link BehaviourProxy} instances.
*
* @author Laurens Fridael
*
*/
public interface BehaviourProxyFactory {
BehaviourProxy createBehaviourProxy(Behaviour behaviour);
... | UTF-8 | Java | 322 | java | BehaviourProxyFactory.java | Java | [
{
"context": "g {@link BehaviourProxy} instances.\n * \n * @author Laurens Fridael\n * \n */\npublic interface BehaviourProxyFactory {\n",
"end": 209,
"score": 0.9998800754547119,
"start": 194,
"tag": "NAME",
"value": "Laurens Fridael"
}
] | null | [] | package com.github.dynamicextensionsalfresco.policy;
import org.alfresco.repo.policy.Behaviour;
/**
* Defines factory operations for creating {@link BehaviourProxy} instances.
*
* @author <NAME>
*
*/
public interface BehaviourProxyFactory {
BehaviourProxy createBehaviourProxy(Behaviour behaviour);
}
| 313 | 0.785714 | 0.785714 | 15 | 20.466667 | 25.347891 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 7 |
a9279cd8f51c5e5520bbb7c1e88a5e70f9e731b4 | 22,119,081,624,267 | 5d76b555a3614ab0f156bcad357e45c94d121e2d | /src-v2/com/google/android/gms/ads/doubleclick/PublisherAdView.java | a82ea78e6536f114c4b415a06b30921eca8d5d0b | [] | no_license | BinSlashBash/xcrumby | https://github.com/BinSlashBash/xcrumby | 8e09282387e2e82d12957d22fa1bb0322f6e6227 | 5b8b1cc8537ae1cfb59448d37b6efca01dded347 | refs/heads/master | 2016-09-01T05:58:46.144000 | 2016-02-15T13:23:25 | 2016-02-15T13:23:25 | 51,755,603 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* android.content.Context
* android.util.AttributeSet
* android.view.View
* android.view.ViewGroup
*/
package com.google.android.gms.ads.doubleclick;
import android.content.Context;
import android.util.AttributeSet;
import android.v... | UTF-8 | Java | 3,922 | java | PublisherAdView.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* android.content.Context
* android.util.AttributeSet
* android.view.View
* android.view.ViewGroup
*/
package com.google.android.gms.ads.doubleclick;
import android.content.Context;
import android.util.AttributeSet;
import android.v... | 3,922 | 0.623916 | 0.609383 | 135 | 28.044445 | 23.541569 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 7 |
84963f6ebc25aa288b3e015346118494a4bd8fcb | 7,344,394,105,766 | 0c6ec8524033e383674d83422e4fa1a9a51b81af | /demoApp/jaggery/src/main/java/com/example/jaggery/providers/VaultProvider.java | df8a90029121b9cefa0da2f1b28eb089e0ace83e | [] | no_license | alexvdp/secure-banzai-vault | https://github.com/alexvdp/secure-banzai-vault | 0dfc210581a884f3a5a4f5d653a9467b18ff04bb | 5d16ec6415fbb23285ce634c3a7d2f1906432ae1 | refs/heads/master | 2020-05-18T00:57:36.809000 | 2019-08-28T14:20:24 | 2019-08-28T14:20:24 | 184,076,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jaggery.providers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.vault.core.VaultKeyValueOperations;
import org.springframework.vault.core.VaultKeyValueOperationsSupport.KeyValueBackend;
import or... | UTF-8 | Java | 3,141 | java | VaultProvider.java | Java | [
{
"context": "port.*;\nimport java.util.List;\n\n/**\n * \n * @author nidhi & alex\n *\n */\npublic class VaultProvider {\n\n p",
"end": 511,
"score": 0.9993745684623718,
"start": 506,
"tag": "USERNAME",
"value": "nidhi"
},
{
"context": "import java.util.List;\n\n/**\n * \n * @aut... | null | [] | package com.example.jaggery.providers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.vault.core.VaultKeyValueOperations;
import org.springframework.vault.core.VaultKeyValueOperationsSupport.KeyValueBackend;
import or... | 3,141 | 0.610315 | 0.609997 | 114 | 26.552631 | 24.260317 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 7 |
989c0674d3ef2b5188d4568c3955e99167488d34 | 18,511,309,092,767 | 61843e36993a0cccdc49777088ebb2f719ad7893 | /src/graph/edge.java | b5cf4d2d4d565676526ac7eb352f916bf932d682 | [] | no_license | samjjx/GraphSimulation | https://github.com/samjjx/GraphSimulation | 100a6b40fadf2bde82442fcac9b3eea11c9470f4 | be8fa36b93c53f822300f317ac02a8cf22d0f322 | refs/heads/master | 2021-01-01T03:58:04.130000 | 2016-05-22T14:23:24 | 2016-05-22T14:23:24 | 59,416,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graph;
import java.io.Serializable;
import org.jgraph.graph.DefaultEdge;
public class edge extends DefaultEdge implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
public edge(){
}
public edge(String fn, String tn){
this.setSource(fn);
this.setTarget(tn);
... | UTF-8 | Java | 1,131 | java | edge.java | Java | [] | null | [] | package graph;
import java.io.Serializable;
import org.jgraph.graph.DefaultEdge;
public class edge extends DefaultEdge implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
public edge(){
}
public edge(String fn, String tn){
this.setSource(fn);
this.setTarget(tn);
... | 1,131 | 0.649867 | 0.645446 | 57 | 18.842106 | 28.959614 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 7 |
a353c3ec94bf66c1ea6215e224f7dd27742dfc99 | 18,511,309,092,970 | 48187ad601e613d99f7a9403154b0a9f35668208 | /src/main/java/com/randioo/majiang_collections_server/module/fight/component/dispatch/ClientDispatcher.java | e881c345378c5b80f28ddecb20b2d8d6c8dc1742 | [] | no_license | wcyfd/majiang-collections-server | https://github.com/wcyfd/majiang-collections-server | 265b5eada3abb170319dd15dc7e897dc290a5eed | 4f6f5f180bb94c538006399920b7b3bd5f2f5d01 | refs/heads/master | 2021-01-19T15:02:12.253000 | 2017-11-27T01:21:18 | 2017-11-27T01:21:18 | 100,938,566 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.randioo.majiang_collections_server.module.fight.component.dispatch;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.randioo.mahjong_public_server.protocol.Entity.ClientCard;
impor... | UTF-8 | Java | 3,270 | java | ClientDispatcher.java | Java | [
{
"context": "se.utils.RandomUtils;\n\n/**\n * 客户端分牌\n * \n * @author wcy 2017年8月14日\n *\n */\n@Component\npublic class ClientD",
"end": 595,
"score": 0.9996861219406128,
"start": 592,
"tag": "USERNAME",
"value": "wcy"
}
] | null | [] | package com.randioo.majiang_collections_server.module.fight.component.dispatch;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.randioo.mahjong_public_server.protocol.Entity.ClientCard;
impor... | 3,270 | 0.590286 | 0.580324 | 96 | 32.458332 | 25.911274 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
9b62869fb6fa8c2b3115828d9a9f68fc3c2005fb | 11,278,584,179,291 | b2aa6c57a2dc2e1a5e4b2e0921e3eeae9ff4f75b | /star-framework-module/star-framework-module-order/src/main/java/com/star/truffle/module/order/temp/DeliveryAddress.java | 5486f3214bee3ca4336708f9e376a9101dcb81ce | [] | no_license | 284288787/star11 | https://github.com/284288787/star11 | 6a02f5105edc4003948427ebf3ceb4092e56b75d | 11cd39f36f0b717909f04503d5bcf2deeddf37fb | refs/heads/master | 2020-05-07T21:35:51.036000 | 2019-05-15T09:11:32 | 2019-05-15T09:11:32 | 180,907,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**create by liuhua at 2018年9月18日 上午10:33:06**/
package com.star.truffle.module.order.temp;
import com.star.truffle.module.build.annotation.StarDomainName;
import com.star.truffle.module.build.annotation.StarField;
import com.star.truffle.module.build.constant.DsType;
@StarDomainName(caption = "收货地址", createTable = t... | UTF-8 | Java | 1,416 | java | DeliveryAddress.java | Java | [
{
"context": "/**create by liuhua at 2018年9月18日 上午10:33:06**/\npackage com.star.truf",
"end": 19,
"score": 0.9842413067817688,
"start": 13,
"tag": "USERNAME",
"value": "liuhua"
}
] | null | [] | /**create by liuhua at 2018年9月18日 上午10:33:06**/
package com.star.truffle.module.order.temp;
import com.star.truffle.module.build.annotation.StarDomainName;
import com.star.truffle.module.build.annotation.StarField;
import com.star.truffle.module.build.constant.DsType;
@StarDomainName(caption = "收货地址", createTable = t... | 1,416 | 0.71151 | 0.687593 | 37 | 35.162163 | 32.255329 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
aa4f900865b5ed0bf26a1f1b52b6932b0656f69c | 31,585,189,525,480 | 0d03fffb46cf0843f1776d8a2cb341b2b13ee8c9 | /ProgrammingChallenges/src/challenges/binayaka/common/TestPetal.java | 3b3efd78647d297b74918da8d7a9cc4fc197acf5 | [] | no_license | Binayaka/Challenges | https://github.com/Binayaka/Challenges | 2c0e80ff653fe08820fb683b4c845f61e3829ae3 | 9e8d8cee00d29f93e0003f47e4e583ee68269ba1 | refs/heads/master | 2021-01-12T07:57:30.824000 | 2017-04-21T02:18:56 | 2017-04-21T02:18:56 | 77,059,253 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package challenges.binayaka.common;
import processing.core.PApplet;
import processing.core.PFont;
import processing.core.PMatrix2D;
import processing.core.PVector;
public class TestPetal extends PApplet {
final float kRadius = 20.0f;
final float kTilt = 60.0f;
final float kPetalLength = 250.0f; // try 250 and 102... | UTF-8 | Java | 12,321 | java | TestPetal.java | Java | [] | null | [] | package challenges.binayaka.common;
import processing.core.PApplet;
import processing.core.PFont;
import processing.core.PMatrix2D;
import processing.core.PVector;
public class TestPetal extends PApplet {
final float kRadius = 20.0f;
final float kTilt = 60.0f;
final float kPetalLength = 250.0f; // try 250 and 102... | 12,321 | 0.661797 | 0.638098 | 425 | 27.990589 | 20.863926 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.04 | false | false | 7 |
0d31cd9751e493a2010a9ca6751a023592a1476c | 3,401,614,135,923 | 7beba2d4210e48579030ab10382728795b98b6ac | /src/main/java/com/twelve/demo/EditTextSamplesActivity.java | edf21782d6c0adfcb846170b33d57564d5d30fa5 | [] | no_license | campusboy/TwelveCustomViews | https://github.com/campusboy/TwelveCustomViews | d334bce216651601aee471815f32891dda4ec900 | a7628d9f7fc0d6399eaf0126e26425007e898009 | refs/heads/master | 2016-09-06T20:11:37.689000 | 2015-04-08T02:28:08 | 2015-04-08T02:28:08 | 29,461,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twelve.demo;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Environment;
import android.text.*;
import android.text.style.*;
import android.text.util.Linkify;
import android.util.... | UTF-8 | Java | 5,252 | java | EditTextSamplesActivity.java | Java | [
{
"context": ".TextView;\nimport com.twelve.R;\n\n/**\n * Created by lgq on 15-3-24.\n */\npublic class EditTextSamplesActiv",
"end": 475,
"score": 0.9996193647384644,
"start": 472,
"tag": "USERNAME",
"value": "lgq"
},
{
"context": "etText(\"EditText设置AutoLink无法点击:https://github.com/... | null | [] | package com.twelve.demo;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Environment;
import android.text.*;
import android.text.style.*;
import android.text.util.Linkify;
import android.util.... | 5,252 | 0.675086 | 0.667166 | 121 | 37.619835 | 28.163118 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.801653 | false | false | 7 |
5b6a75604762f805af45debed5177a6c6eb70cd7 | 10,342,281,256,271 | 5725bd8869f1638363ac1bee8e53dd92fecd7a4d | /siscae/src/main/java/pe/edu/unmsm/fisi/siscae/service/IPrestamoDetalle2Service.java | 02fad9dfa8139d8f98ca843ccaacb2f5e8b0b360 | [] | no_license | CrisDC/SISCAE | https://github.com/CrisDC/SISCAE | cc331295e37834a528a3628a005c6b965611f2a0 | 8fa750e41473f72a939528ce05406d294ae99491 | refs/heads/master | 2023-04-10T05:54:33.870000 | 2020-01-15T22:01:44 | 2020-01-15T22:01:44 | 362,678,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.unmsm.fisi.siscae.service;
import java.util.List;
import pe.edu.unmsm.fisi.siscae.model.consulta.PrestamoDetalle2;
import pe.edu.unmsm.fisi.siscae.model.criterio.PrestamoDetalle2CriterioBusqueda;
public interface IPrestamoDetalle2Service {
public List<PrestamoDetalle2> buscarPorCrite... | UTF-8 | Java | 383 | java | IPrestamoDetalle2Service.java | Java | [] | null | [] | package pe.edu.unmsm.fisi.siscae.service;
import java.util.List;
import pe.edu.unmsm.fisi.siscae.model.consulta.PrestamoDetalle2;
import pe.edu.unmsm.fisi.siscae.model.criterio.PrestamoDetalle2CriterioBusqueda;
public interface IPrestamoDetalle2Service {
public List<PrestamoDetalle2> buscarPorCrite... | 383 | 0.804178 | 0.791123 | 15 | 23.533333 | 32.869167 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
6c161a9c63c473cd7fa075a152cab9972ffeb9fa | 11,424,613,009,426 | ca6900982842375498da684a42fc1140cc6e61c4 | /Searching/Java/rahul_binary_search.java | 7a1a5597ed24cae7ca028cb6cac054c821e6b6b1 | [] | no_license | NeilKerman/Algorithms | https://github.com/NeilKerman/Algorithms | 8aeccade2e0e553b9ab2610f00e54589d70ffb3e | 10aa335f5dbe11c923e8c8f6a2731d0933cc15b1 | refs/heads/master | 2023-03-22T18:06:10.153000 | 2022-10-25T10:29:04 | 2022-10-25T10:29:04 | 299,921,825 | 1 | 0 | null | true | 2021-03-07T11:15:00 | 2020-09-30T13:06:38 | 2021-03-05T14:53:25 | 2021-03-07T11:14:59 | 12 | 1 | 0 | 0 | null | false | false | import java.util.Scanner;
import java.util.*;
public class Main {
public static void main(String args[]) {
/* first we will create scanner for taking input */
Scanner sc=new Scanner(System.in);
/* taking input for array's size */
int size=sc.nextInt();
/* Creating array */
... | UTF-8 | Java | 1,240 | java | rahul_binary_search.java | Java | [] | null | [] | import java.util.Scanner;
import java.util.*;
public class Main {
public static void main(String args[]) {
/* first we will create scanner for taking input */
Scanner sc=new Scanner(System.in);
/* taking input for array's size */
int size=sc.nextInt();
/* Creating array */
... | 1,240 | 0.478226 | 0.471774 | 50 | 23.82 | 16.696934 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 7 |
e9d475aaef174523445d86023ef550d69081ee00 | 26,465,588,531,866 | 8d7b29453ec4736f2db56a438c30d9c4ba55c83c | /chapter_004/src/test/java/tictactoe/view/reader/XOReaderTest.java | c7e337f2894caa65a7a3787a9f49ea1b8855c62b | [] | no_license | ogneyar79/junior | https://github.com/ogneyar79/junior | 26ef3d5d6364ca66d11f6b90e131a93b41b3cdc9 | e854cd52af24edf89d0727ad65be3e51d362dbea | refs/heads/master | 2022-12-25T00:13:36.531000 | 2021-03-27T08:56:05 | 2021-03-27T08:56:05 | 180,862,467 | 0 | 0 | null | false | 2022-12-16T05:14:36 | 2019-04-11T19:20:19 | 2021-03-27T08:56:23 | 2022-12-16T05:14:33 | 478 | 0 | 0 | 11 | Java | false | false | package tictactoe.view.reader;
import org.junit.Test;
import tictactoe.model.Figure;
import java.io.ByteArrayInputStream;
import java.util.Scanner;
import static org.junit.Assert.assertEquals;
public class XOReaderTest {
XOReader reader = new XOReader();
Scanner scanner;
@Test
public void askCoord... | UTF-8 | Java | 654 | java | XOReaderTest.java | Java | [] | null | [] | package tictactoe.view.reader;
import org.junit.Test;
import tictactoe.model.Figure;
import java.io.ByteArrayInputStream;
import java.util.Scanner;
import static org.junit.Assert.assertEquals;
public class XOReaderTest {
XOReader reader = new XOReader();
Scanner scanner;
@Test
public void askCoord... | 654 | 0.680428 | 0.67737 | 27 | 23.25926 | 19.988131 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 7 |
afa9abd8925a3929a14940271520b51efaa89310 | 27,814,208,214,033 | 7fab7f0cede80584ff36ad43630091a6c00fb52f | /ArcadeEngine/src/com/starnetmc/core/commands/modulecontrol/DisableModule.java | 5fae93355db08596082978562cb6c5c51ef6b037 | [] | no_license | alish2001/StarNet-ArcadeEngine | https://github.com/alish2001/StarNet-ArcadeEngine | 5074a0a3005e810f3430e1f60e9ce0baf1fd2e1d | 897e06654ab4b367d4f319c7da8b3b150809b1f0 | refs/heads/master | 2022-11-11T05:20:59.007000 | 2022-10-31T06:42:23 | 2022-10-31T06:42:23 | 43,328,823 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.starnetmc.core.commands.modulecontrol;
import org.bukkit.Bukkit;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
import com.starnetmc.core.commands.util.CommandBase;
import com.starnetmc.core.events.ModuleStateChangeEvent;
import com.starnetmc.core.gadgets.Gadgets;
import com.starnetmc.... | UTF-8 | Java | 5,086 | java | DisableModule.java | Java | [] | null | [] | package com.starnetmc.core.commands.modulecontrol;
import org.bukkit.Bukkit;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
import com.starnetmc.core.commands.util.CommandBase;
import com.starnetmc.core.events.ModuleStateChangeEvent;
import com.starnetmc.core.gadgets.Gadgets;
import com.starnetmc.... | 5,086 | 0.641762 | 0.640975 | 172 | 27.569767 | 19.587633 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.27907 | false | false | 7 |
0ab7e3b54febefd5cff26a88f395f023c2ac4c1a | 18,373,870,127,123 | a76e0b82562bb5096ec1b3e4157ba4fb2ac1f5f5 | /Server/src/main/java/com/daffodil/renters/core/service/pooledactions/listingcreator/ListingFromPropertyCreator.java | f800e33030237b9da12e79161ce8b117b35533c5 | [] | no_license | singaltanmay/Daffodil-Renters | https://github.com/singaltanmay/Daffodil-Renters | 005a021d7dd7daecd8f929180b396c970813dbed | bea899557529df13fc31e08a2b7d97fe139bd1e6 | refs/heads/master | 2020-12-05T08:56:00.989000 | 2020-05-10T19:48:27 | 2020-05-10T19:48:27 | 232,062,994 | 0 | 0 | null | false | 2020-05-10T19:48:28 | 2020-01-06T09:04:36 | 2020-05-10T18:04:26 | 2020-05-10T19:48:27 | 549 | 0 | 0 | 0 | Java | false | false | package com.daffodil.renters.core.service.pooledactions.listingcreator;
import com.daffodil.renters.core.model.beans.Listing;
import com.daffodil.renters.core.model.beans.postables.Building;
import com.daffodil.renters.core.model.beans.postables.Property;
import com.daffodil.renters.core.service.GeoLocationService;
i... | UTF-8 | Java | 3,407 | java | ListingFromPropertyCreator.java | Java | [] | null | [] | package com.daffodil.renters.core.service.pooledactions.listingcreator;
import com.daffodil.renters.core.model.beans.Listing;
import com.daffodil.renters.core.model.beans.postables.Building;
import com.daffodil.renters.core.model.beans.postables.Property;
import com.daffodil.renters.core.service.GeoLocationService;
i... | 3,407 | 0.702377 | 0.694159 | 80 | 41.587502 | 32.619278 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675 | false | false | 7 |
45b7615e65e44a51e8dac39f955ae3d5e843f35b | 6,957,847,058,975 | 1a653f3e1f58431a3602ddb71c68fe0291164b88 | /Renaissance/app/src/main/java/com/example/renaissance/adapter/JourneyAdapter.java | 9bc2d9c544c69f897136c0d01801bd4707646681 | [] | no_license | yayadi23/android-projects | https://github.com/yayadi23/android-projects | d3c1ee7b69bcde45dd5d3a27581ca7a2e1e0ec5d | b125566366c0907b43518ea185892eae3126f682 | refs/heads/master | 2021-01-02T09:46:28.018000 | 2017-09-12T05:32:27 | 2017-09-12T05:32:27 | 99,297,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.renaissance.adapter;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.exa... | UTF-8 | Java | 4,119 | java | JourneyAdapter.java | Java | [
{
"context": "liciakeys};\n private String[] author_names = {\"Lady Gaga\", \"Taylor Swift\", \"Demi Lovato\", \"Alicia Keys\"};\n",
"end": 858,
"score": 0.9998958110809326,
"start": 849,
"tag": "NAME",
"value": "Lady Gaga"
},
{
"context": " private String[] author_names = {\"La... | null | [] | package com.example.renaissance.adapter;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.exa... | 4,097 | 0.682077 | 0.666007 | 93 | 42.494625 | 32.79871 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.892473 | false | false | 7 |
821d3ea98032b933f13a70a3211eab251cc22db7 | 25,245,817,810,540 | 88fba1850edaee8d7dcebb9313b2759557848081 | /pixmm-portal/src/main/java/com/ydhd/pixmm/controller/ItemController.java | 380f56a831fe07272ad4d4cd061d4ae416282d34 | [] | no_license | victorWangpb/pixmm | https://github.com/victorWangpb/pixmm | 210a6c482d31f68cf85edbc67dd25cfbe7eaf79c | 744e45a29c9432fa2770383d61ede8dd4eddbcda | refs/heads/master | 2021-01-18T17:06:02.429000 | 2017-08-17T12:06:22 | 2017-08-17T12:06:22 | 100,481,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ydhd.pixmm.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.ydhd.pixmm.rest.pojo.ItemInfo;
import com.ydhd.pixmm.rest.facade.ItemFacade;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.s... | UTF-8 | Java | 1,352 | java | ItemController.java | Java | [
{
"context": ".bind.annotation.ResponseBody;\n\n/**\n * Created by 王朋波 on 2017/8/15.\n */\n@Controller\npublic class ItemCo",
"end": 515,
"score": 0.9521176815032959,
"start": 512,
"tag": "USERNAME",
"value": "王朋波"
}
] | null | [] | package com.ydhd.pixmm.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.ydhd.pixmm.rest.pojo.ItemInfo;
import com.ydhd.pixmm.rest.facade.ItemFacade;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.s... | 1,352 | 0.745914 | 0.739227 | 44 | 29.59091 | 27.641634 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
db23c0a1a5076145c816379501a2df9dc4346d34 | 20,143,396,688,608 | b3d6eae710b156f82dee5cf1453f9ed3e181995b | /datetime/MinguoDates.java | 6efb913d40c9e5c9ff65396811d1cdffba1d0113 | [] | no_license | XLiu85/Java-Core | https://github.com/XLiu85/Java-Core | 9bc9279e69f1db118b96682fa3089070b6ccdcdb | 5bdc21cd77dff6af5f5eeaea5857f6abf641173f | refs/heads/master | 2021-01-12T13:39:59.399000 | 2016-09-27T08:17:04 | 2016-09-27T08:17:04 | 69,214,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // datetime/MinguoDate.java
package datetime;
import java.time.LocalDate;
import java.time.chrono.MinguoDate;
/**
* Review a full example to convert a LocalDate to MinguoDate
*
* @author kyoku-ryu
* @version 0.1
* @since 2016/09/27
*/
public class MinguoDates {
/**
* MinguoDate Execute... | UTF-8 | Java | 1,218 | java | MinguoDates.java | Java | [
{
"context": " convert a LocalDate to MinguoDate\r\n *\r\n * @author kyoku-ryu\r\n * @version 0.1\r\n * @since 2016/09/27\r\n */\r\npubl",
"end": 210,
"score": 0.989713728427887,
"start": 201,
"tag": "USERNAME",
"value": "kyoku-ryu"
}
] | null | [] | // datetime/MinguoDate.java
package datetime;
import java.time.LocalDate;
import java.time.chrono.MinguoDate;
/**
* Review a full example to convert a LocalDate to MinguoDate
*
* @author kyoku-ryu
* @version 0.1
* @since 2016/09/27
*/
public class MinguoDates {
/**
* MinguoDate Execute... | 1,218 | 0.601806 | 0.554187 | 41 | 27.707317 | 24.587568 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 7 |
7904ea63de1c05f84404c60d24ab96cf23821a59 | 721,554,562,185 | f347cd603ab4f6303a19c42354601242c39e2708 | /src/main/java/gui/ElevatorBtnPanel.java | 447f54bd51a2430d7f177a84a95486341620977d | [] | no_license | llyyyy/elevator_simulator | https://github.com/llyyyy/elevator_simulator | d13c78b70d58dba6c42850219402cf5c5a06b642 | 537c8072fccf142d5f8ccf73fb2e17960c2144a8 | refs/heads/master | 2021-01-15T13:29:40.324000 | 2014-12-19T05:50:53 | 2014-12-19T05:50:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import middle.InputBuffer;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import java.util.List;
/**
* Created by ksh on 2014-05-24.
*/
class ElevatorBtnPanel extends Panel implements ActionListener {
private final int BTN_SIZE = 20;... | UTF-8 | Java | 2,545 | java | ElevatorBtnPanel.java | Java | [
{
"context": ".util.*;\nimport java.util.List;\n\n/**\n * Created by ksh on 2014-05-24.\n */\nclass ElevatorBtnPanel extends",
"end": 199,
"score": 0.9996007680892944,
"start": 196,
"tag": "USERNAME",
"value": "ksh"
}
] | null | [] | package gui;
import middle.InputBuffer;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import java.util.List;
/**
* Created by ksh on 2014-05-24.
*/
class ElevatorBtnPanel extends Panel implements ActionListener {
private final int BTN_SIZE = 20;... | 2,545 | 0.552849 | 0.542633 | 79 | 31.215189 | 22.75943 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734177 | false | false | 7 |
27cdef5046925f5e1d134a435aec8aa73cb5853c | 3,375,844,295,658 | cdc4c07cc87c88ccca9585a40a3600ce92c5e147 | /ssia-ch19-ex3/src/main/java/uk/me/uohiro/ssia/config/ProjectConfig.java | 8ac87949721df23227fd0349b7040113af96ab03 | [] | no_license | osakanaya/Spring-Security-in-Action | https://github.com/osakanaya/Spring-Security-in-Action | ec587d617092747bb7f347161d3115bc6b14c3f3 | 968af23e16d7469216777c0924c259f6bbea716d | refs/heads/main | 2023-03-14T12:52:55.367000 | 2021-03-08T14:01:57 | 2021-03-08T14:01:57 | 345,674,746 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.me.uohiro.ssia.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.web.server.ServerHttpSecurity;
import org.springframework.security.core.userdet... | UTF-8 | Java | 1,509 | java | ProjectConfig.java | Java | [
{
"context": "vice() {\r\n\t\tUserDetails user = User.withUsername(\"john\")\r\n\t\t\t\t.password(\"12345\")\r\n\t\t\t\t.authorities(\"read",
"end": 943,
"score": 0.9796967506408691,
"start": 939,
"tag": "USERNAME",
"value": "john"
},
{
"context": " user = User.withUsername(\"john\")... | null | [] | package uk.me.uohiro.ssia.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.web.server.ServerHttpSecurity;
import org.springframework.security.core.userdet... | 1,514 | 0.7833 | 0.779987 | 44 | 32.295456 | 28.32328 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.659091 | false | false | 7 |
e1a60d75b2160ebe76991ac078ee8b683af156f3 | 2,886,218,049,482 | 2223d5b5c344c2c01d81191eff0d5e1b5a766f31 | /src/main/java/com/jackie/medium/SwapPairs.java | 3cc21c475c3a3fcd89b00ce51103bb9436696edb | [] | no_license | 296245482/leetcode-exercise | https://github.com/296245482/leetcode-exercise | 76fa481a7dfd8ea164151951f4c9a531664c6e8c | 853a09db8481267ae34406b9304c2e0582e29306 | refs/heads/master | 2023-06-24T02:50:08.973000 | 2023-04-11T16:35:34 | 2023-04-11T16:35:34 | 164,183,090 | 0 | 0 | null | false | 2023-06-14T22:36:26 | 2019-01-05T04:54:01 | 2023-04-11T16:45:52 | 2023-06-14T22:36:26 | 76 | 0 | 0 | 2 | Java | false | false | package com.jackie.medium;
import com.jackie.datastructures.ListNode;
/**
* 两两交换链表中的元素,递归做法,每次直接交换这个点和下一个点
*
* @author chenglong
* @date 2020/5/24.
*/
public class SwapPairs {
public ListNode swapPairs(ListNode head) {
if (head == null || head.next == null) {
return head;
}
... | UTF-8 | Java | 772 | java | SwapPairs.java | Java | [
{
"context": "**\n * 两两交换链表中的元素,递归做法,每次直接交换这个点和下一个点\n *\n * @author chenglong\n * @date 2020/5/24.\n */\npublic class SwapPairs {\n",
"end": 133,
"score": 0.9986662864685059,
"start": 124,
"tag": "USERNAME",
"value": "chenglong"
}
] | null | [] | package com.jackie.medium;
import com.jackie.datastructures.ListNode;
/**
* 两两交换链表中的元素,递归做法,每次直接交换这个点和下一个点
*
* @author chenglong
* @date 2020/5/24.
*/
public class SwapPairs {
public ListNode swapPairs(ListNode head) {
if (head == null || head.next == null) {
return head;
}
... | 772 | 0.611268 | 0.590141 | 33 | 20.515152 | 22.713127 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
0009f72c86e39e75810090baab10e54acae0e05a | 2,087,354,121,919 | a4081a256e1e46253270d2c08fd4cdfcf72c429a | /src/test/java/frets/main/SimplePropertiesTest.java | 7f2f56bb347497b6240c48f26528f64c167777c2 | [] | no_license | beckerdo/Frets | https://github.com/beckerdo/Frets | f9235d364ce9e8032d9757edf03a71f9600c3f7c | dec5598df5e57ea7f080b339c4fa4e9ffbda2771 | refs/heads/master | 2021-01-23T11:55:20.244000 | 2020-10-20T14:57:56 | 2020-10-20T14:57:56 | 23,289,798 | 0 | 0 | null | false | 2020-10-20T14:57:57 | 2014-08-24T19:01:22 | 2019-03-26T16:58:22 | 2020-10-20T14:57:56 | 126 | 0 | 0 | 0 | Java | false | false | package frets.main;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
import frets.util.FilenameRegExFilter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.HashMap;
import ja... | UTF-8 | Java | 5,281 | java | SimplePropertiesTest.java | Java | [
{
"context": "lidate this class.\n * \n * @author <a href=\"mailto:dan@danbecker.info\">Dan Becker</a>\n */\npublic class SimpleProperties",
"end": 533,
"score": 0.9999340772628784,
"start": 515,
"tag": "EMAIL",
"value": "dan@danbecker.info"
},
{
"context": "* \n * @author <a href=\"... | null | [] | package frets.main;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
import frets.util.FilenameRegExFilter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.HashMap;
import ja... | 5,266 | 0.703087 | 0.701004 | 160 | 32.012501 | 28.080685 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.56875 | false | false | 7 |
80eb5acb69710c5d08006e83fcb8d20718b50271 | 30,468,498,057,313 | 94f91fae532f86ef33b442bce9363cfe3973f2c4 | /coffee-module/coffee-module-document/coffee-module-document-action/src/main/java/hu/icellmobilsoft/coffee/module/document/service/TemplateParameterService.java | 440adf15d290a44df5e38674c430f193324247a8 | [
"Apache-2.0"
] | permissive | speter555/coffee | https://github.com/speter555/coffee | 296e2d8ebedfdb4e83614f64ed1bbd540a0d6f5a | 910c1bd69b7e05b50a3a3790eccebb5b0c54f2da | refs/heads/master | 2022-12-18T15:58:25.178000 | 2020-09-16T15:53:51 | 2020-09-16T15:53:51 | 290,177,747 | 0 | 0 | null | true | 2020-08-25T09:53:55 | 2020-08-25T09:53:54 | 2020-08-17T07:34:02 | 2020-08-17T07:34:58 | 935 | 0 | 0 | 0 | null | false | false | /*-
* #%L
* Coffee
* %%
* Copyright (C) 2020 i-Cell Mobilsoft Zrt.
* %%
* 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
*
* Unl... | UTF-8 | Java | 2,863 | java | TemplateParameterService.java | Java | [
{
"context": "ality. Represents only DB operations\n *\n * @author imre.scheffer\n * @since 1.0.0\n */\n@Model\npublic class TemplateP",
"end": 1475,
"score": 0.9121424555778503,
"start": 1462,
"tag": "NAME",
"value": "imre.scheffer"
}
] | null | [] | /*-
* #%L
* Coffee
* %%
* Copyright (C) 2020 i-Cell Mobilsoft Zrt.
* %%
* 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
*
* Unl... | 2,863 | 0.710094 | 0.704506 | 79 | 35.240505 | 32.487667 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518987 | false | false | 7 |
da667310a3e516041a44842755e747271aec3139 | 1,348,619,781,227 | a25b0f0a4504abb90da07557bf7e2d97ed936f0f | /app/models/Race.java | c12f24b683f7f3b52a47e4a31bad9b98296a92e7 | [] | no_license | gargamal/formulazero-core | https://github.com/gargamal/formulazero-core | 4ae73142dd186b1742e9edf2589b8bb4ab57b29a | 60a574b76cac362668ca10c1af596e027d445dc6 | refs/heads/master | 2021-07-12T03:50:39.345000 | 2018-01-10T15:52:01 | 2018-01-10T15:52:01 | 95,969,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import org.hibernate.annotations.LazyCollection;
import org.hibernate.annotations.LazyCollectionOption;
import play.data.validation.Constraints;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
@Entity
public class Race extends AbstractWorldCh... | UTF-8 | Java | 1,382 | java | Race.java | Java | [] | null | [] | package models;
import org.hibernate.annotations.LazyCollection;
import org.hibernate.annotations.LazyCollectionOption;
import play.data.validation.Constraints;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
@Entity
public class Race extends AbstractWorldCh... | 1,382 | 0.696816 | 0.696816 | 59 | 22.423729 | 19.565798 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338983 | false | false | 7 |
7ad4f6c33307ce4826b3c9f9081e193c039a061f | 26,560,077,800,699 | ded26055e26db340fe5f39b5fcdaef2fc80fb101 | /First_year_work/CustApp.java | f2e4d3b6c3a90218d75e97c6298a9ea7c4108f23 | [] | no_license | hasskell/First_Year_Java_Projects | https://github.com/hasskell/First_Year_Java_Projects | d00a2e8ec63fa2639e065323604d9cad24afbb16 | a4b1b7d5b0729b556bfafe812e3f591cf6f8bced | refs/heads/master | 2016-09-06T11:55:45.487000 | 2015-09-21T20:52:15 | 2015-09-21T20:52:15 | 42,892,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
/**
* Created by Dimitri on 24.04.15.
*/
public class CustApp {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
Customer customers[] = new Customer[3];
int pos, num;
num = 0;
pos = -1;
for (int i = 0; i ... | UTF-8 | Java | 1,114 | java | CustApp.java | Java | [
{
"context": "import java.util.Scanner;\n\n/**\n * Created by Dimitri on 24.04.15.\n */\npublic class CustApp {\n publi",
"end": 52,
"score": 0.999675452709198,
"start": 45,
"tag": "NAME",
"value": "Dimitri"
}
] | null | [] | import java.util.Scanner;
/**
* Created by Dimitri on 24.04.15.
*/
public class CustApp {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
Customer customers[] = new Customer[3];
int pos, num;
num = 0;
pos = -1;
for (int i = 0; i ... | 1,114 | 0.482944 | 0.469479 | 44 | 24.318182 | 20.062145 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 7 |
b89292dc65daa9b23f461fbc3c0935c5d5326cdd | 1,829,656,103,478 | f44160822aef219c9b5cc313ed8bf19e6a04aea1 | /src/main/java/nl/codebasesoftware/produx/conversion/SearchCriteriaToSolrQuery.java | 04a43d8da3e1fc10b4c97f3af3584d6d687df075 | [] | no_license | rubenski/ICTCursus-Spring | https://github.com/rubenski/ICTCursus-Spring | c839f8e7f8e02c2aaf45da3a3e565ac95523f452 | f44e2dc1ac82a715f8a34c6cc19142d33bd0d5d2 | refs/heads/master | 2016-09-06T19:32:07.560000 | 2013-12-25T17:13:34 | 2013-12-25T17:13:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.codebasesoftware.produx.conversion;
import nl.codebasesoftware.produx.search.criteria.SearchCriteria;
import nl.codebasesoftware.produx.search.criteria.SolrParameters;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.common.params.ModifiableSolrParams;
import org.springframework.core.co... | UTF-8 | Java | 1,627 | java | SearchCriteriaToSolrQuery.java | Java | [
{
"context": "til.Iterator;\nimport java.util.List;\n\n/**\n * User: rvanloen\n * Date: 10-8-13\n * Time: 13:28\n * <p/>\n * Turns ",
"end": 420,
"score": 0.9996325373649597,
"start": 412,
"tag": "USERNAME",
"value": "rvanloen"
}
] | null | [] | package nl.codebasesoftware.produx.conversion;
import nl.codebasesoftware.produx.search.criteria.SearchCriteria;
import nl.codebasesoftware.produx.search.criteria.SolrParameters;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.common.params.ModifiableSolrParams;
import org.springframework.core.co... | 1,627 | 0.68654 | 0.681008 | 47 | 33.595745 | 28.833092 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638298 | false | false | 7 |
67cd6242554492091b483904713f0e4f9da9eef0 | 25,683,904,441,161 | 53a02eb7846ded09167866af228904e37dd539c3 | /Week_04_OOP_III/src/book_examples/Course.java | 4b16fd35050477893911ff3992990c6a78540c66 | [] | no_license | cindel67/CS2012_Fall_2019 | https://github.com/cindel67/CS2012_Fall_2019 | 7df9959e627f7fc8eddb03d23dacca437d60d757 | 211aaed4c819f0f0728c47966a3a8118a55e1847 | refs/heads/master | 2020-08-30T10:52:13.407000 | 2019-10-23T17:49:56 | 2019-10-23T17:49:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package book_examples;
public class Course {
private String courseName;
private String[] students = new String[100];
private int numberOfStudents;
public Course(String courseName) {
this.courseName = courseName;
}
public void addStudent(String student) {
this.students[this.numberOfStudents] = student... | UTF-8 | Java | 642 | java | Course.java | Java | [] | null | [] | package book_examples;
public class Course {
private String courseName;
private String[] students = new String[100];
private int numberOfStudents;
public Course(String courseName) {
this.courseName = courseName;
}
public void addStudent(String student) {
this.students[this.numberOfStudents] = student... | 642 | 0.724299 | 0.714953 | 34 | 17.911764 | 16.71978 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264706 | false | false | 7 |
16e657e8a72d8bbff915a463858fc8115745edf2 | 32,306,744,062,466 | b1ea4d3e65786744c172183977f6bf1bafe09c31 | /Owners.com/Owners.com/src/soldHouse.java | 1953a4367687bbcc3e02e3de30bd5cacd3d5ae54 | [] | no_license | ebahtiyar/Java-Swing-Project | https://github.com/ebahtiyar/Java-Swing-Project | 6af16ac5b9f5e48c7ed7ce8b6f1a27f205e70790 | f37f5ab974c722a1c5c44700d44db37d65323d3f | refs/heads/main | 2023-06-25T10:08:49.948000 | 2021-07-25T08:38:23 | 2021-07-25T08:38:23 | 389,299,530 | 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.
*/
/**
*
* @author Acer
*/
public class soldHouse extends Home{
public soldHouse(int price, String numberOfRoom, String conne... | UTF-8 | Java | 635 | java | soldHouse.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Acer\n */\npublic class soldHouse extends Home{\n \n ",
"end": 208,
"score": 0.7013968229293823,
"start": 204,
"tag": "USERNAME",
"value": "Acer"
}
] | 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.
*/
/**
*
* @author Acer
*/
public class soldHouse extends Home{
public soldHouse(int price, String numberOfRoom, String conne... | 635 | 0.72126 | 0.72126 | 20 | 30.75 | 36.795212 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 7 |
fd22f92c71cc5f164c2663c469868aaf756f3609 | 19,378,892,489,815 | 132dcf1419edb73cec9546ab5c8f6dad4033f403 | /bankgateway_09.18release/bankgateway-common-util/src/main/java/com/pinganfu/bankgateway/common/util/groovy/FileFormater.java | fecb680af6ca9317a730b3677a57a5bf1205cdad | [] | no_license | shmp2005/fncp-fmg-restruct | https://github.com/shmp2005/fncp-fmg-restruct | 8ea183b32f04607410ddecf4abd7c6ee3c92cc6c | 72d7d388ef17d187ec1df59cf4e09b5b6056b933 | refs/heads/master | 2017-12-02T16:29:23.847000 | 2016-09-06T03:27:19 | 2016-09-06T03:27:19 | 67,470,049 | 0 | 0 | null | true | 2016-09-06T03:26:58 | 2016-09-06T03:26:58 | 2015-01-13T08:43:27 | 2015-01-13T08:42:35 | 241,496 | 0 | 0 | 0 | null | null | null | /**
* Pinganfu.com Inc.
* Copyright (c) 2013-2013 All Rights Reserved.
*/
package com.pinganfu.bankgateway.common.util.groovy;
import java.util.List;
import com.pinganfu.bankgateway.common.util.exception.BankgatewayBizException;
/**
*
* @author Eason
* @version $Id: Formater.java, v 0.1 2013-10-24 下午2:16:33 E... | UTF-8 | Java | 460 | java | FileFormater.java | Java | [
{
"context": "ption.BankgatewayBizException;\n\n/**\n * \n * @author Eason\n * @version $Id: Formater.java, v 0.1 2013-10-24 ",
"end": 259,
"score": 0.9369863271713257,
"start": 254,
"tag": "NAME",
"value": "Eason"
}
] | null | [] | /**
* Pinganfu.com Inc.
* Copyright (c) 2013-2013 All Rights Reserved.
*/
package com.pinganfu.bankgateway.common.util.groovy;
import java.util.List;
import com.pinganfu.bankgateway.common.util.exception.BankgatewayBizException;
/**
*
* @author Eason
* @version $Id: Formater.java, v 0.1 2013-10-24 下午2:16:33 E... | 460 | 0.747807 | 0.695175 | 18 | 24.333334 | 28.656975 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 7 |
d179e477118ccd238805f9b9909e6ac2cfad02ac | 16,226,386,474,765 | 7120ac66769fe4c543926fb786d03734cbc1e9e1 | /src/main/java/br/com/coda/epartido/repository/UsuarioRepository.java | c02edd8af8e2f1aafe548e7c539573e89546849a | [
"Unlicense"
] | permissive | RodMatheus/epartido_spring | https://github.com/RodMatheus/epartido_spring | df162adf10de934a8db1e020725d3e69ab192816 | 23ebbba92890206ed385dd3714db0f83d6fe5981 | refs/heads/master | 2020-06-01T22:10:26.271000 | 2019-06-08T23:46:35 | 2019-06-08T23:46:35 | 190,945,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.coda.epartido.repository;
import br.com.coda.epartido.models.Usuario;
public interface UsuarioRepository {
public Usuario pesquisarPorEmail(String email);
}
| UTF-8 | Java | 178 | java | UsuarioRepository.java | Java | [] | null | [] | package br.com.coda.epartido.repository;
import br.com.coda.epartido.models.Usuario;
public interface UsuarioRepository {
public Usuario pesquisarPorEmail(String email);
}
| 178 | 0.803371 | 0.803371 | 9 | 18.777779 | 20.756674 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
9f3c3bb00755e3f3473be42a816f626036bafaa7 | 16,226,386,473,894 | a67903f1e816a29028ec4b137afd92aa8139c31f | /mobile/android/app/src/main/java/com/nl/clubbook/ui/adapter/ClubPhotoPagerAdapter.java | e38a4e07fd01b3fbb7829dd23f3428069e5cbd61 | [] | no_license | andrewkuzmych/clubbook | https://github.com/andrewkuzmych/clubbook | 021e838631960b296527b1752aee96966f0ad93f | 19e30cfe5215d74f45f05339379980d85e22e4e2 | refs/heads/master | 2021-03-24T12:34:06.563000 | 2015-02-25T09:24:31 | 2015-02-25T09:24:31 | 19,495,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nl.clubbook.ui.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.nl.clubbook.R;
import com.nl.clubbook.ui.fragment.ImageViewFragment;
import java.util.List;
/**
* Created by Volodymyr on 15.08.2... | UTF-8 | Java | 798 | java | ClubPhotoPagerAdapter.java | Java | [
{
"context": "agment;\n\nimport java.util.List;\n\n/**\n * Created by Volodymyr on 15.08.2014.\n */\npublic class ClubPhotoPagerAda",
"end": 309,
"score": 0.9983918070793152,
"start": 300,
"tag": "USERNAME",
"value": "Volodymyr"
}
] | null | [] | package com.nl.clubbook.ui.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.nl.clubbook.R;
import com.nl.clubbook.ui.fragment.ImageViewFragment;
import java.util.List;
/**
* Created by Volodymyr on 15.08.2... | 798 | 0.716792 | 0.703008 | 34 | 22.470589 | 24.812515 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 7 |
8ba68291e39eb72ac3074025af70c53cee2faec2 | 798,863,932,803 | 81546c0d1b8dd0c8b62488becc7c3406f7671392 | /hq-web/src/test/java/com/hq/TestController.java | 2ea770ad4498e8bd88b7dff9673102740f1c93d9 | [] | no_license | huangzelin2018/springmvc-shiro-api | https://github.com/huangzelin2018/springmvc-shiro-api | 783025ebd9f59cbe004c23a6ced00b17d2680ed4 | bbc5a729554d2b0f767487fb76d81279d5c4275f | refs/heads/master | 2020-03-18T20:00:36.552000 | 2018-05-29T15:23:23 | 2018-05-29T15:23:23 | 135,190,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hq;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import static org.springframework.test.web.servlet.setup.MockMvcBuilders.webAppContextSetup;
import org.junit.Before;
import or... | UTF-8 | Java | 1,554 | java | TestController.java | Java | [] | null | [] | package com.hq;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import static org.springframework.test.web.servlet.setup.MockMvcBuilders.webAppContextSetup;
import org.junit.Before;
import or... | 1,554 | 0.768919 | 0.766892 | 42 | 34.238094 | 27.446753 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 7 |
1c0a26122e2e94ac0d5d20b595b1cd366bbed25c | 17,703,855,199,837 | 8ae1946f961a9c762a1512e197154a769943a698 | /selectView/app/src/main/java/exam/day03/view/selectview/view/adapter/User.java | 7f3d79ddd2ec322a9013a94d330d29a32dedcc9a | [] | no_license | snowcuphea/AndroidWork | https://github.com/snowcuphea/AndroidWork | 14c73bd40c29a72ee108934f820ef6fb296f47ec | 798a7479686c0e1f78c125fa8ffa57c972d623b1 | refs/heads/master | 2022-07-07T23:23:45.881000 | 2020-05-14T12:07:05 | 2020-05-14T12:07:05 | 250,256,025 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exam.day03.view.selectview.view.adapter;
//row에 출력할 데이터 정보를 담는 객체(=DTO)
//외부에서 변수로 접근한다.
public class User {
int myImg;
String name;
String telNum;
public User(int myImg, String name, String telNum) {
this.myImg = myImg;
this.name = name;
this.telNum = telNum;
}
... | UTF-8 | Java | 687 | java | User.java | Java | [
{
"context": " \"myImg=\" + myImg +\n \", name='\" + name + '\\'' +\n \", telNum='\" + telNum + ",
"end": 504,
"score": 0.9672181010246277,
"start": 500,
"tag": "NAME",
"value": "name"
}
] | null | [] | package exam.day03.view.selectview.view.adapter;
//row에 출력할 데이터 정보를 담는 객체(=DTO)
//외부에서 변수로 접근한다.
public class User {
int myImg;
String name;
String telNum;
public User(int myImg, String name, String telNum) {
this.myImg = myImg;
this.name = name;
this.telNum = telNum;
}
... | 687 | 0.50764 | 0.504245 | 25 | 22.6 | 16.124516 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 7 |
3fbaa39894bada2a462682638c8feacb2ae8f51a | 4,638,564,695,618 | 487aaf7af1cff7683bb1496846d6e5bb1a7dd785 | /src/main/java/ua/com/bajiepka/model/entities/AccountType.java | 5aae98d488c9ecbd17d86cdaf6c8d62c5322f2f6 | [
"Apache-2.0"
] | permissive | bajiepka13/hib-std | https://github.com/bajiepka13/hib-std | 6b4eccb320264080c18843e9480279a7de7308e7 | 573b354b332fcb9d94632d5aef8aaaac053ab965 | refs/heads/master | 2018-02-07T06:13:01.933000 | 2017-06-29T05:04:58 | 2017-06-29T05:04:58 | 95,738,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.com.bajiepka.model.entities;
/**
* Created by bajiepka on 23.06.2017.
*/
public class AccountType {
}
| UTF-8 | Java | 116 | java | AccountType.java | Java | [
{
"context": "ua.com.bajiepka.model.entities;\n\n/**\n * Created by bajiepka on 23.06.2017.\n */\npublic class AccountType {\n}\n",
"end": 67,
"score": 0.9996325969696045,
"start": 59,
"tag": "USERNAME",
"value": "bajiepka"
}
] | null | [] | package ua.com.bajiepka.model.entities;
/**
* Created by bajiepka on 23.06.2017.
*/
public class AccountType {
}
| 116 | 0.706897 | 0.637931 | 7 | 15.571428 | 16.421738 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 7 |
29356847f5df8a01b586b435e38591d8815e3d7a | 6,897,717,478,674 | 476b8603f7e11ec2d5cddfd8e3da29b8d2d72dad | /app/src/main/java/edu/nju/lc/candyheart/activity/SendActivity.java | c8506c8ae47a04a8af4a6f41dad03cfa20655d7a | [] | no_license | lcnju/CandyHeart | https://github.com/lcnju/CandyHeart | 05bdca4012ea0b2f30d63b399755dfeb983b5668 | e4333264acbd5ddb2eb01d364f8d5e66000524d5 | refs/heads/master | 2018-12-28T02:08:59.493000 | 2015-08-28T13:54:34 | 2015-08-28T13:54:34 | 39,502,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.nju.lc.candyheart.activity;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import... | UTF-8 | Java | 2,761 | java | SendActivity.java | Java | [] | null | [] | package edu.nju.lc.candyheart.activity;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import... | 2,761 | 0.669685 | 0.668236 | 78 | 34.397434 | 26.477053 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525641 | false | false | 7 |
690aa3b24459f0f6734c608cc4316c2cf4058469 | 7,679,401,549,773 | 948c5b3765986c09d4124a6da9ba690c63ede266 | /src/main/java/com/jsg/base/util/DataUtil.java | 77df22c2b3af4765fc4aa2590e2a53fc2c76989d | [] | no_license | duanxiaoliu/jsg-base-0.0.1 | https://github.com/duanxiaoliu/jsg-base-0.0.1 | 67faccf4fab17bdd7e1f18a9c639f23bfa1fe686 | e53f9867099e564f149d4a4e156185f52415e176 | refs/heads/master | 2020-05-22T17:34:14.012000 | 2017-03-12T07:44:10 | 2017-03-12T07:44:10 | 84,709,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsg.base.util;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.TreeMap;
import java.util.UUID;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;... | UTF-8 | Java | 9,563 | java | DataUtil.java | Java | [
{
"context": ": DataUtil \n* @Description: TODO(开发帮助类) \n* @author duanws\n* @date 2017-3-12 下午03:09:29 \n*\n */\npublic class ",
"end": 450,
"score": 0.9997197985649109,
"start": 444,
"tag": "USERNAME",
"value": "duanws"
},
{
"context": " @return\n\t* @return boolean\n\t* @throws \n... | null | [] | package com.jsg.base.util;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.TreeMap;
import java.util.UUID;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;... | 9,563 | 0.623916 | 0.589986 | 458 | 18.884279 | 14.557735 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.59607 | false | false | 7 |
c11103d5af0dfe92b35ecc134a08679f9d758746 | 10,806,137,737,747 | 697f56cd02f90a64fb3608fda932ed6ff566ce20 | /src/ihm/java/fr/edf/distribution/linkylog/testing/ihm/admin/UserTest.java | fa752e0554a6546944538dce26ce2bd31fae3ce5 | [] | no_license | zhenghu/seleniumzk | https://github.com/zhenghu/seleniumzk | 67f766fa1a7a0b08d794e9ce61fd7e6ebeb15480 | f0dbbae759d35d82f27922488384cae8c1ffad23 | refs/heads/master | 2016-09-05T10:45:58.072000 | 2015-01-06T20:12:21 | 2015-01-06T20:12:21 | 27,317,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.edf.distribution.linkylog.testing.ihm.admin;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.fest.assertions.api.Assertions;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.su... | UTF-8 | Java | 3,889 | java | UserTest.java | Java | [] | null | [] | package fr.edf.distribution.linkylog.testing.ihm.admin;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.fest.assertions.api.Assertions;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.su... | 3,889 | 0.754508 | 0.750129 | 121 | 31.082645 | 27.878897 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.628099 | false | false | 7 |
b964a86387a94d3811a23800963531c4066245bb | 9,560,597,231,297 | 347779692fe82c6c02c838c901108db19eb19a5d | /apnehatii_example/java/apnehatii_example/model/Address.java | d41cbac2358433b6221c745960a0f0009135513b | [] | no_license | iSandeep1234/Apneehatti | https://github.com/iSandeep1234/Apneehatti | 180c79a5fca9020ec6c86fbff8817822ee9702cf | 1a2208e9b09c4f8744b96b8aaf008c9bf84fa85c | refs/heads/main | 2023-03-19T22:30:16.967000 | 2021-03-19T11:27:46 | 2021-03-19T11:27:46 | 345,993,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package apnehatii_example.model;
import com.apneehatti.constant.Status;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import javax.persistence.*;
import java.util.List;
@Setter
@Getter
@Entity
@ToString
@Table(name = "ADDRESS", schema = "LF")
public class Address extends Persiste... | UTF-8 | Java | 724 | java | Address.java | Java | [] | null | [] | package apnehatii_example.model;
import com.apneehatti.constant.Status;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import javax.persistence.*;
import java.util.List;
@Setter
@Getter
@Entity
@ToString
@Table(name = "ADDRESS", schema = "LF")
public class Address extends Persiste... | 724 | 0.700276 | 0.696133 | 30 | 22.133333 | 14.885638 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.