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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b37385fbdb0681041bf4f41147105cc5dc7b1ed | 20,882,131,054,879 | c15e2916bb813d4714986f7e1a989646dc4bc444 | /src/g13/ONode.java | 7c19271a3cd009826862bff3bccb6823f3a52396 | [
"MIT"
] | permissive | AlbertSuarez/Wikipedia-PROP | https://github.com/AlbertSuarez/Wikipedia-PROP | fbf93252c9809a66f5b7f9e43b661c02b7e124d9 | 845cc511f993111c280a0a138d29547f05d9b8d3 | refs/heads/master | 2020-12-24T20:33:13.264000 | 2016-04-25T13:43:01 | 2016-04-25T13:43:01 | 57,044,910 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package g13;
import wikipedia.domain.Element;
/**
* Own Node implementation
* @author G13.2
*/
public class ONode extends Node
{
/**
* The element of Node.
*/
private Element e;
/**
* Creates a new ONode.
* @param e element of the ONode.
*/
public ONode(Element e)
{
this.e = e;
}
/**
* Com... | UTF-8 | Java | 1,398 | java | ONode.java | Java | [
{
"context": "lement;\n\n/**\n * Own Node implementation\n * @author G13.2\n */\npublic class ONode extends Node\n{\n\t/**\n\t * Th",
"end": 95,
"score": 0.9992057085037231,
"start": 90,
"tag": "USERNAME",
"value": "G13.2"
}
] | null | [] | package g13;
import wikipedia.domain.Element;
/**
* Own Node implementation
* @author G13.2
*/
public class ONode extends Node
{
/**
* The element of Node.
*/
private Element e;
/**
* Creates a new ONode.
* @param e element of the ONode.
*/
public ONode(Element e)
{
this.e = e;
}
/**
* Com... | 1,398 | 0.653791 | 0.649499 | 72 | 18.416666 | 19.639635 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.138889 | false | false | 12 |
04944846a0fac2d3f365e9501a8023030d0e5e7f | 29,283,087,051,033 | cf57c9b614b7d769c26a2b1ed5c9b1904e2388f7 | /backend/lesson/src/main/java/com/group/lesson/service/impl/UserServiceImpl.java | eb28acb7be0a77f0f4eb34c1bb4b0d0328d1ff17 | [] | no_license | zixixiyu/lessonDesign | https://github.com/zixixiyu/lessonDesign | d73e3c482b1fcd3e29826d1e414e5ccdcd43db60 | 83b66dff3fb949e7db70f2339634f401a5d8a966 | refs/heads/main | 2023-08-10T19:39:24.445000 | 2021-09-12T01:29:29 | 2021-09-12T01:29:29 | 403,439,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.group.lesson.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.group.lesson.entity.User;
import com.group.lesson.mapper.UserMapper;
import com.group.lesson.service.UserService;
import com.group.lesson.vo.UserVo;
import org.springframework.beans.factory.annotation.... | UTF-8 | Java | 2,952 | java | UserServiceImpl.java | Java | [
{
"context": "util.List;\nimport java.util.UUID;\n\n/**\n * @Author: hwj\n * @Date: 2021/9/8 13:19\n */\n@Service\npublic clas",
"end": 577,
"score": 0.9996644854545593,
"start": 574,
"tag": "USERNAME",
"value": "hwj"
},
{
"context": "w QueryWrapper<>();\n wrapper.eq(\"usernam... | null | [] | package com.group.lesson.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.group.lesson.entity.User;
import com.group.lesson.mapper.UserMapper;
import com.group.lesson.service.UserService;
import com.group.lesson.vo.UserVo;
import org.springframework.beans.factory.annotation.... | 2,952 | 0.661247 | 0.652778 | 90 | 31.799999 | 22.39752 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
d811e03f82558feaad193daa20a63d32ef089a8f | 12,240,656,828,766 | d27622a034c1a2f5c480517f6f04f8933f0f601a | /BookStoreWeb/src/main/java/com/pika/bookstoreweb/BookStoreService.java | f1bc196d10b9daff8426ef443095b2f20e5d103a | [] | no_license | sahil-diwan/SpringBoot-Microservices-BookStore-Application | https://github.com/sahil-diwan/SpringBoot-Microservices-BookStore-Application | 66a546058779c282989ced9924c1f5005caf091f | b22f54b86a3a69971bd29789db8005489803cabf | refs/heads/master | 2023-05-01T02:41:28.433000 | 2021-05-17T08:29:23 | 2021-05-17T08:29:23 | 367,547,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pika.bookstoreweb;
import java.util.List;
import java.util.Map;
public interface BookStoreService {
public List<Book> getMyBooks(String author, String category);
public Book getBookByBookId(Integer bookId);
public BookInfo getBookInfoByBookId(Integer bookId);
public void placeOrder(Map<Integer, Boo... | UTF-8 | Java | 525 | java | BookStoreService.java | Java | [] | null | [] | package com.pika.bookstoreweb;
import java.util.List;
import java.util.Map;
public interface BookStoreService {
public List<Book> getMyBooks(String author, String category);
public Book getBookByBookId(Integer bookId);
public BookInfo getBookInfoByBookId(Integer bookId);
public void placeOrder(Map<Integer, Boo... | 525 | 0.794286 | 0.794286 | 22 | 22.863636 | 22.782162 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 12 |
16270268a7b591fc8f00bff1a09e1172644d075a | 19,164,144,075,170 | 3ebf384e0dbd3c3291e3b293f7daf666570ba7e8 | /src/main/java/fr/esiea/gl/ihm/PanelRecherche.java | 6f02045c497ef4905ee2ea0398019b78853b020c | [
"MIT"
] | permissive | Aktarel/loto-swing | https://github.com/Aktarel/loto-swing | ba8a11a11cc0fd15ff07116e8145f9f4d3768725 | bc51227948e339a41120f1274ae1e48e296c2d5a | refs/heads/master | 2020-12-31T05:24:15.608000 | 2016-05-10T07:46:57 | 2016-05-10T07:46:57 | 58,372,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.esiea.gl.ihm;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JButton;
i... | ISO-8859-2 | Java | 4,142 | java | PanelRecherche.java | Java | [] | null | [] | package fr.esiea.gl.ihm;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JButton;
i... | 4,142 | 0.6777 | 0.652331 | 178 | 22.25281 | 18.497742 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.606742 | false | false | 12 |
08b0f227b192b6f6babf202dc44e2e7e9c8b125d | 2,911,987,893,860 | 5ed878fc63124f91b14482d6549c4c62ccfdbbd6 | /Threads/src/by/epam/javatraining/threads/thirdway/SecondThread.java | b9378e0217dcb6d5d0abeef6aac140bcd0c6b36a | [] | no_license | Kudzko/Repeating | https://github.com/Kudzko/Repeating | 140379689f4b2f4cbbef16894b013906cdadc163 | 7f33cd4b4728ebcb87255c15ea9c5a171098f856 | refs/heads/master | 2020-04-24T09:28:10.311000 | 2019-03-31T09:54:13 | 2019-03-31T09:54:13 | 171,863,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.epam.javatraining.threads.thirdway;
import java.util.Random;
public class SecondThread implements Runnable {
private Thread thread;
public SecondThread() {
thread = new Thread(this);
thread.start();
}
public Thread getThread() {
return thread;
}
@Override... | UTF-8 | Java | 670 | java | SecondThread.java | Java | [] | null | [] | package by.epam.javatraining.threads.thirdway;
import java.util.Random;
public class SecondThread implements Runnable {
private Thread thread;
public SecondThread() {
thread = new Thread(this);
thread.start();
}
public Thread getThread() {
return thread;
}
@Override... | 670 | 0.546269 | 0.537313 | 29 | 22.103449 | 17.585936 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 12 |
67d68fb9405d2f5718032421cf6646cadd4c7c40 | 22,024,592,310,396 | 8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f | /src/test/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLineTest.java | bf6816ede4c6bbc77a9aa140480c7f3464c3fb0d | [
"Apache-2.0"
] | permissive | bazelbuild/bazel | https://github.com/bazelbuild/bazel | 5896162455f032efc899b8de60aa39b9d2cad4a6 | 171aae3f9c57b41089e25ec61fc84c35baa3079d | refs/heads/master | 2023-08-22T22:52:48.714000 | 2023-08-22T18:01:53 | 2023-08-22T18:01:53 | 20,773,773 | 20,294 | 4,383 | Apache-2.0 | false | 2023-09-14T18:38:44 | 2014-06-12T16:00:38 | 2023-09-14T16:49:53 | 2023-09-14T18:38:43 | 834,634 | 21,350 | 3,861 | 1,797 | Java | false | false | // Copyright 2020 The Bazel Authors. All rights reserved.
//
// 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 appl... | UTF-8 | Java | 20,642 | java | LinkCommandLineTest.java | Java | [] | null | [] | // Copyright 2020 The Bazel Authors. All rights reserved.
//
// 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 appl... | 20,642 | 0.702984 | 0.702015 | 457 | 44.168491 | 29.847315 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531729 | false | false | 12 |
da0c4c77b4c3ea21d89d7fa54cfb848e6da7a33e | 31,155,692,798,308 | 65a931e21cee213d2dad700f56947b785eb90462 | /comp6231/assignment2/src/DRSCommon/DRSCommonServiceOperations.java | d046950ea7aecff18ba12646888a33686072b0a7 | [] | no_license | joeyzhang1989/sample_code | https://github.com/joeyzhang1989/sample_code | ed2de587c07aede145e872f6d76ef8a3d72a20d4 | 395258ce85d2f72c357cbd669c028a684e4ad56c | refs/heads/master | 2016-08-08T08:46:43.703000 | 2014-11-20T17:33:10 | 2014-11-20T17:33:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DRSCommon;
/**
* DRSCommon/DRSCommonServiceOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from D:/workspace/comp6231ass2/src/DRSCommon.idl
* Saturday, October 27, 2012 6:12:47 PM EDT
*/
public interface DRSCommonServiceOperations
{
int buy (String custome... | UTF-8 | Java | 635 | java | DRSCommonServiceOperations.java | Java | [] | null | [] | package DRSCommon;
/**
* DRSCommon/DRSCommonServiceOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from D:/workspace/comp6231ass2/src/DRSCommon.idl
* Saturday, October 27, 2012 6:12:47 PM EDT
*/
public interface DRSCommonServiceOperations
{
int buy (String custome... | 635 | 0.762205 | 0.733858 | 17 | 35.35294 | 32.012756 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 12 |
ff277af06c3c2b1940eed25de630bf0456b6969e | 2,422,361,593,096 | fb92fb1a82182260879b6f7660bc69b4df634850 | /src/FirstSample.java | ccfc24230f250dee7631631602db72f71bc4c810 | [] | no_license | xubowen0601/study | https://github.com/xubowen0601/study | 8e34619c3ba0cb23b7753713caeefd4079638085 | 00bdad9e66f2b3ee2fe77376963a58a53c095e5a | refs/heads/master | 2023-02-21T05:37:05.618000 | 2021-01-11T09:16:29 | 2021-01-11T09:16:29 | 314,500,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static java.lang.Math.*;
public class FirstSample {
public static void main(String[] args) {
System.out.println("We will not use 'Hello World!'");
System.out.println(2.0 - 1.1);
int vacation = 12;
System.out.println(vacation);
double salary = 65000.0;
System.o... | UTF-8 | Java | 1,163 | java | FirstSample.java | Java | [] | null | [] | import static java.lang.Math.*;
public class FirstSample {
public static void main(String[] args) {
System.out.println("We will not use 'Hello World!'");
System.out.println(2.0 - 1.1);
int vacation = 12;
System.out.println(vacation);
double salary = 65000.0;
System.o... | 1,163 | 0.530524 | 0.503009 | 37 | 30.432432 | 17.803038 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 12 |
c68a5d07eb04274d2e331cd20c5c544c982597b9 | 2,422,361,592,011 | 0221b3f7cb59c86179df5df8d170788d01166e97 | /src/main/java/com/catalina/tokobat/dao/UserDao.java | 9e9ba246cf78f857d7c5e4890744c2b0c27fad5b | [] | no_license | CatalinaID/tokobat-api | https://github.com/CatalinaID/tokobat-api | 20d9a4943a3205c3def9eff0a7170335901becf9 | d600fc38eab48a79e5a9089bae7a12377061f32b | refs/heads/master | 2021-01-10T18:12:41.380000 | 2016-02-26T22:41:47 | 2016-02-26T22:41:47 | 50,477,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.catalina.tokobat.dao;
import com.catalina.tokobat.entity.User;
import java.util.List;
/**
* Created by Alifa on 1/29/2016.
*/
public interface UserDao {
List<User> getAllUser();
User getUserById(Long id);
User addNewUser(User user);
User updateUser(User user);
User findByUsername(St... | UTF-8 | Java | 338 | java | UserDao.java | Java | [
{
"context": "y.User;\n\nimport java.util.List;\n\n/**\n * Created by Alifa on 1/29/2016.\n */\npublic interface UserDao {\n ",
"end": 124,
"score": 0.9169503450393677,
"start": 119,
"tag": "USERNAME",
"value": "Alifa"
}
] | null | [] | package com.catalina.tokobat.dao;
import com.catalina.tokobat.entity.User;
import java.util.List;
/**
* Created by Alifa on 1/29/2016.
*/
public interface UserDao {
List<User> getAllUser();
User getUserById(Long id);
User addNewUser(User user);
User updateUser(User user);
User findByUsername(St... | 338 | 0.710059 | 0.689349 | 16 | 20.125 | 15.337353 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
527d33b570158cf7cce0a3c72e18324f6fd22bca | 24,137,716,231,297 | 57de10bc7884c5bee2c53ae24d826aaed4cde095 | /SpringBootAdminClient/src/main/java/com/sam/admin/client/model/Person.java | 97f0fd8d67eb72648008d44bf2298984b2a22f6d | [] | no_license | samirandeb/SamRepo | https://github.com/samirandeb/SamRepo | 1994014dfe6d30e2348471e141f95c9b9ebc650b | b6af61f3b9f196ab68aea2a96adb2da781da1a07 | refs/heads/master | 2022-08-04T04:01:36.699000 | 2020-06-14T04:04:51 | 2020-06-14T04:04:51 | 61,801,746 | 1 | 0 | null | false | 2022-06-28T14:53:53 | 2016-06-23T11:57:23 | 2022-06-09T11:39:55 | 2022-06-28T14:53:53 | 35,763 | 1 | 0 | 3 | JavaScript | false | false | package com.sam.admin.client.model;
public class Person {
//private Long id;
private String fname;
private String lname;
private Long age;
public Person(String fname, String lname, Long age) {
super();
this.fname = fname;
this.lname = lname;
this.age = age;
}
/*public Long getId... | UTF-8 | Java | 735 | java | Person.java | Java | [] | null | [] | package com.sam.admin.client.model;
public class Person {
//private Long id;
private String fname;
private String lname;
private Long age;
public Person(String fname, String lname, Long age) {
super();
this.fname = fname;
this.lname = lname;
this.age = age;
}
/*public Long getId... | 735 | 0.613605 | 0.613605 | 43 | 15.093023 | 12.782281 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.604651 | false | false | 12 |
e4f224de3dd69794ccffc76f775ecbe6887b51fa | 27,522,150,455,066 | eaef94ecfbbe42266cc97cf0b7272ae5cc6dbbee | /src/main/java/concurrency/ThreadInterfacesReview.java | 990feb25dbf0bec93d09262e189fec3976fa0fc3 | [] | no_license | MatheusY/1zo-819-part-2 | https://github.com/MatheusY/1zo-819-part-2 | d986b9075f4ea8fbd47b2694c288558fc5ea7ffa | 02470012ff7967e3ecb8c0bc343897fff124befb | refs/heads/main | 2023-04-14T22:24:53.040000 | 2021-04-25T22:32:38 | 2021-04-25T22:32:38 | 354,155,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package concurrency;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.function.Supplier;
/*
The Learn Programming Academy
Java SE 11 Developer 1Z0-819 OCP Course - Part 2
Section 11: Concurren... | UTF-8 | Java | 2,838 | java | ThreadInterfacesReview.java | Java | [] | null | [] | package concurrency;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.function.Supplier;
/*
The Learn Programming Academy
Java SE 11 Developer 1Z0-819 OCP Course - Part 2
Section 11: Concurren... | 2,838 | 0.699084 | 0.692037 | 103 | 26.553398 | 22.036478 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.640777 | false | false | 12 |
332c875619f858f4d9767a579a28a17f16f1a567 | 22,703,197,156,005 | 75996fe8fb07f219f63595f23f3025969763d983 | /FTSP Maven Webapp/src/main/java/com/fujitsu/manager/reportManager/action/ReportAction.java | 93fb44b2b8221867486d5ec1dff06a4b2785911f | [] | no_license | caiwei56011/FTSP | https://github.com/caiwei56011/FTSP | 6482dee9aae4b3ca291bf1d005ef20597348ef5e | 4a66588ffe815587e09950ac51d39a7327bad2f9 | refs/heads/master | 2021-04-17T00:28:50.819000 | 2016-03-30T02:05:33 | 2016-03-30T02:05:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fujitsu.manager.reportManager.action;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.annotation.Resour... | UTF-8 | Java | 64,898 | java | ReportAction.java | Java | [
{
"context": "询资源统计信息<BR>\n\t * Remark: 2013-12-05<BR>\n\t * @author CaiJiaJia\n\t * @return String<BR>\n\t */\n\t@IMethodLog(desc = \"",
"end": 3437,
"score": 0.9982674717903137,
"start": 3428,
"tag": "NAME",
"value": "CaiJiaJia"
},
{
"context": "询资源详细信息<BR>\n\t * Remark: 2013-12-06... | null | [] | package com.fujitsu.manager.reportManager.action;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.annotation.Resour... | 64,898 | 0.673279 | 0.658874 | 1,514 | 39.854691 | 26.65683 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.677675 | false | false | 12 |
32fcebf5ac6d87fac0eaf77f6220b9bccdad12c8 | 25,477,746,034,332 | 54a0b2133ebaadf88a920479f89f77260942af11 | /src/com/syntax/class13/DogProgram.java | 0d9a1649a1235850d3ad852bfba26fa9f853b80c | [] | no_license | JustFatCat/JavaBatch8 | https://github.com/JustFatCat/JavaBatch8 | 162a28917b1f5d7a5961873702dcbc2f145f4469 | 08d2eea2664d3fca10d7d36d23ebc9f7e0de36fb | refs/heads/main | 2023-01-20T12:35:59.876000 | 2020-12-03T13:54:55 | 2020-12-03T13:54:55 | 304,907,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syntax.class13;
public class DogProgram {
public static void main(String[] args) {
Dog shepherd= new Dog();
shepherd.numberOfLegs = 4;
shepherd.age = 7;
shepherd.name = "Shep";
shepherd.color = "white";
shepherd.breed = "Golden";
shepherd.hasMaste... | UTF-8 | Java | 439 | java | DogProgram.java | Java | [
{
"context": " shepherd.age = 7;\n shepherd.name = \"Shep\";\n shepherd.color = \"white\";\n sheph",
"end": 223,
"score": 0.9996215105056763,
"start": 219,
"tag": "NAME",
"value": "Shep"
}
] | null | [] | package com.syntax.class13;
public class DogProgram {
public static void main(String[] args) {
Dog shepherd= new Dog();
shepherd.numberOfLegs = 4;
shepherd.age = 7;
shepherd.name = "Shep";
shepherd.color = "white";
shepherd.breed = "Golden";
shepherd.hasMaste... | 439 | 0.560364 | 0.551253 | 18 | 23.388889 | 12.785143 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
f605ce8ffb372dc72f835be895b28e2acc734107 | 15,736,760,173,500 | e7ce2e07d02002c7e721c573c6ac0b48b9e4e6c9 | /src/main/java/za/co/jacon/btca/exchange/bitfinex/accumulator/BitfinexPriceAccumulator.java | a72d4d9bae3021b4712ec53c4567aad160a810fd | [] | no_license | jaconza/btca | https://github.com/jaconza/btca | 5433797c7fab3d2fe83bb0cdf27dd3bc879497b6 | 2a0d449a872e95e9efdfd0a12f94111e2924b25d | refs/heads/master | 2021-05-30T19:55:36.649000 | 2015-12-10T20:35:49 | 2015-12-10T20:35:49 | 47,785,333 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.co.jacon.btca.exchange.bitfinex.accumulator;
import org.apache.log4j.Logger;
import za.co.jacon.btca.accumulator.PollingAccumulator;
import za.co.jacon.btca.distributor.Distributor;
import za.co.jacon.btca.exchange.bitfinex.api.BitfinexApi;
import za.co.jacon.btca.model.TransactionVO;
import java.util.List... | UTF-8 | Java | 1,913 | java | BitfinexPriceAccumulator.java | Java | [] | null | [] | package za.co.jacon.btca.exchange.bitfinex.accumulator;
import org.apache.log4j.Logger;
import za.co.jacon.btca.accumulator.PollingAccumulator;
import za.co.jacon.btca.distributor.Distributor;
import za.co.jacon.btca.exchange.bitfinex.api.BitfinexApi;
import za.co.jacon.btca.model.TransactionVO;
import java.util.List... | 1,913 | 0.714062 | 0.713539 | 53 | 35.094341 | 36.334019 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339623 | false | false | 12 |
0c413258f199080fde8088f8040229cfb5d92f3d | 27,015,344,326,002 | 6c58e5fdf9227c8c769171c18c08b59c93b50780 | /app/src/main/java/com/can/mz/utils/DimensionUtils.java | 5825153d2b33dceb1e79caa3420f71bb7916fdbc | [] | no_license | cmyeyi/smm | https://github.com/cmyeyi/smm | 47996c2b354ab87e09ba4d309d4d6377f3056ab2 | 6f4882644557c2c6b421569ec8231a39bbf7238e | refs/heads/master | 2020-03-26T23:45:36.823000 | 2020-03-01T11:06:09 | 2020-03-01T11:06:09 | 145,501,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.can.mz.utils;
import android.content.Context;
import java.lang.reflect.Field;
public final class DimensionUtils {
/**
* dp转换px
*
* @param context
* @param dip
* @return
*/
public static int dpToPx(Context context, float dip) {
final float SCALE = context.getR... | UTF-8 | Java | 2,068 | java | DimensionUtils.java | Java | [] | null | [] | package com.can.mz.utils;
import android.content.Context;
import java.lang.reflect.Field;
public final class DimensionUtils {
/**
* dp转换px
*
* @param context
* @param dip
* @return
*/
public static int dpToPx(Context context, float dip) {
final float SCALE = context.getR... | 2,068 | 0.642562 | 0.635331 | 79 | 23.506329 | 22.199825 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.455696 | false | false | 12 |
0cd096198bf59187101d806d17e82e343f5e9783 | 14,456,859,923,804 | 762f2a533fcf5fa55371dc8555d12cc5195fdae7 | /src/jvm/final_project/control/SMSParser.java | 9c89d7b6239dd8ea4766ba263829437133bafec3 | [
"Apache-2.0"
] | permissive | jconnuck/fencing | https://github.com/jconnuck/fencing | 529a346f04450f79192f41f8c9b19d1504985788 | 2f81de60c0b984a2b9e4cbe51895b9dd55d1d2bd | refs/heads/master | 2020-05-19T09:12:57.113000 | 2011-05-14T23:24:32 | 2011-05-14T23:24:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package final_project.control;
import java.util.Scanner;
import java.util.Calendar;
import final_project.model.store.*;
import final_project.view.PoolObserverPanel;
//import mocks.*;
public class SMSParser {
private IDataStore _store;
private SMSController _control;
private Calendar _cal;
public SMSParser(IDat... | UTF-8 | Java | 11,112 | java | SMSParser.java | Java | [] | null | [] | package final_project.control;
import java.util.Scanner;
import java.util.Calendar;
import final_project.model.store.*;
import final_project.view.PoolObserverPanel;
//import mocks.*;
public class SMSParser {
private IDataStore _store;
private SMSController _control;
private Calendar _cal;
public SMSParser(IDat... | 11,112 | 0.660097 | 0.658387 | 384 | 27.9375 | 28.047974 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.216146 | false | false | 12 |
cdf1d7eeef0605be0148617b41bb56b377820007 | 23,364,622,109,285 | 8144c2f81e0c1b190dc237b921b292af83df3c07 | /MyApp.FileExplorer-0.0.1-SNAPSHOT/src/main/java/MyApp/FileExplorer/FileUtil.java | 2cda6c4d15ea564c8754050e577002883834f452 | [] | no_license | GlibKostsov/textFileExploration | https://github.com/GlibKostsov/textFileExploration | 4a211815acd86c12013f983e411a048bb2f5fe5c | 384b791700d7f4fe72e43d54d44ad8c85d7cda06 | refs/heads/master | 2016-08-12T22:24:10.569000 | 2016-02-22T01:23:08 | 2016-02-22T01:23:08 | 52,230,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MyApp.FileExplorer;
import java.io.File;
import java.util.Scanner;
public class FileUtil {
public static void checkFile(String fileName) {
try
{
File myFile = new File(fileName);
Scanner scanner = new Scanner(myFile);
String longestWord = "";
whi... | UTF-8 | Java | 1,247 | java | FileUtil.java | Java | [] | null | [] | package MyApp.FileExplorer;
import java.io.File;
import java.util.Scanner;
public class FileUtil {
public static void checkFile(String fileName) {
try
{
File myFile = new File(fileName);
Scanner scanner = new Scanner(myFile);
String longestWord = "";
whi... | 1,247 | 0.448276 | 0.448276 | 41 | 28.414635 | 22.362835 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.365854 | false | false | 12 |
3c91e2dee9e1ddbfc20751979c1e4036f0c0a1db | 2,224,793,127,349 | 06237a2d67bfd0ed18e81e7903794524f422dedd | /mybetispring/src/nwp/entity/Student.java | e38a6253186912a2762b233c98f153b18e867abb | [] | no_license | nwp65535/mybit | https://github.com/nwp65535/mybit | 883f14256932e8f7fce818ff956068cfd431566e | 255bd0fe331b224379b08420acca597c6e9cbb8a | refs/heads/master | 2020-04-07T07:40:31.799000 | 2018-11-19T08:15:58 | 2018-11-19T08:15:58 | 158,184,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nwp.entity;
public class Student {
private Integer sid;
private String sname;
private String smiaoshu;
private Cla cla;
public Integer getSid() {
return sid;
}
public void setSid(Integer sid) {
this.sid = sid;
}
public String getSname() {
return sname;
}
public void setSname(St... | UTF-8 | Java | 600 | java | Student.java | Java | [] | null | [] | package nwp.entity;
public class Student {
private Integer sid;
private String sname;
private String smiaoshu;
private Cla cla;
public Integer getSid() {
return sid;
}
public void setSid(Integer sid) {
this.sid = sid;
}
public String getSname() {
return sname;
}
public void setSname(St... | 600 | 0.648333 | 0.648333 | 33 | 16.181818 | 12.028891 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.515152 | false | false | 12 |
b4a1c4099d2c6653fe46117f753cdb2ae4fc1f6b | 8,048,768,751,478 | 3743d566d4690c29d329870d0346685aa16ae0e2 | /alibaba-sentinel-consumer-order-80/src/main/java/com/kon/cloud/sentinel/consumer/controller/OrderController.java | 73c9ae5a05c8b6398755f8859d5b5b04a4f7b484 | [] | no_license | q821863269/cloud-2020 | https://github.com/q821863269/cloud-2020 | 7f8417f55345f38ccc0c53349e5b506649344336 | 6303553b395af7c7d5b9849fa06de61fc39e15ae | refs/heads/master | 2022-07-05T13:28:49.025000 | 2020-03-29T12:41:56 | 2020-03-29T12:41:56 | 246,864,138 | 4 | 1 | null | false | 2022-06-21T02:58:46 | 2020-03-12T15:07:27 | 2020-03-29T07:16:33 | 2022-06-21T02:58:46 | 38,631 | 1 | 0 | 1 | Java | false | false | package com.kon.cloud.sentinel.consumer.controller;
import com.alibaba.csp.sentinel.annotation.SentinelResource;
import com.alibaba.csp.sentinel.slots.block.BlockException;
import com.kon.cloud.common.vo.R;
import com.kon.cloud.common.vo.Result;
import com.kon.cloud.sentinel.consumer.feign.PaymentService;
import lombo... | UTF-8 | Java | 2,639 | java | OrderController.java | Java | [
{
"context": "x.annotation.Resource;\n\n/**\n * 订单控制器\n *\n * @author Lin Kun\n * @create 2020/3/13\n */\n@Slf4j\n@RestController\n@",
"end": 514,
"score": 0.9998194575309753,
"start": 507,
"tag": "NAME",
"value": "Lin Kun"
}
] | null | [] | package com.kon.cloud.sentinel.consumer.controller;
import com.alibaba.csp.sentinel.annotation.SentinelResource;
import com.alibaba.csp.sentinel.slots.block.BlockException;
import com.kon.cloud.common.vo.R;
import com.kon.cloud.common.vo.Result;
import com.kon.cloud.sentinel.consumer.feign.PaymentService;
import lombo... | 2,638 | 0.568851 | 0.564535 | 74 | 33.445946 | 32.289291 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 12 |
1a780c20e3b96d0790ab2c34285bbbca31835cb1 | 37,615,323,578,493 | db15e41c3ca1181c051960988b4539afbcd981d9 | /src/main/java/at/s110103/skywars/listener/PlayerJoinListener.java | e3ca9f1aa4a2222889da0e2d4cf2f743bf7de5a0 | [] | no_license | s110103/SkyWars | https://github.com/s110103/SkyWars | 7230ac64b34442da073498cece4e21fe31d39244 | 4c0999555f920c063b90f25833c77335faf04791 | refs/heads/master | 2020-08-12T00:55:32.474000 | 2019-10-13T22:03:39 | 2019-10-13T22:03:39 | 214,660,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.s110103.skywars.listener;
import at.s110103.skywars.methods.locations.LocationGet_Method;
import at.s110103.skywars.status.GameStatus;
import at.s110103.skywars.utilities.Utils;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;... | UTF-8 | Java | 1,365 | java | PlayerJoinListener.java | Java | [] | null | [] | package at.s110103.skywars.listener;
import at.s110103.skywars.methods.locations.LocationGet_Method;
import at.s110103.skywars.status.GameStatus;
import at.s110103.skywars.utilities.Utils;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;... | 1,365 | 0.646583 | 0.62748 | 38 | 34.815788 | 28.867077 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 12 |
5427babf08454177496c4a569a9180363f517c57 | 23,733,989,329,051 | 52a53a6e1d5276e6c4b1b24c66d806d7f71ab4a3 | /Assignment 2/HandIn/ReadFile.java | 19aef71f4aad5ad519f6dbac94cd1a9c55ea349f | [] | no_license | yid164/Introduction-to-Artificial-Intelligence | https://github.com/yid164/Introduction-to-Artificial-Intelligence | a962d2e5a8cac0d057f1a720794fbd8e04e371ab | 7ce791a4cddc4b59cffbb1ae890a2230dd2dad6f | refs/heads/master | 2020-06-26T08:10:08.511000 | 2019-07-30T05:30:20 | 2019-07-30T05:30:20 | 199,580,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
public class ReadFile {
//ArrayList<Problem> problems;
public static ArrayList<Problem> readProblemFile(String dir)
{
ArrayList<Double> given_list = null;
double target = 0;
... | UTF-8 | Java | 1,104 | java | ReadFile.java | Java | [] | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
public class ReadFile {
//ArrayList<Problem> problems;
public static ArrayList<Problem> readProblemFile(String dir)
{
ArrayList<Double> given_list = null;
double target = 0;
... | 1,104 | 0.537138 | 0.53442 | 41 | 25.926828 | 21.38884 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 12 |
688ae52dd7eedc78baf73f9428a157ab27d703de | 33,449,205,341,105 | 201b14aa1ab118ecc6b04e9e70d64bb5ca898d2e | /blog-common/src/main/java/com/whl/blog/web/common/DESedeUtil.java | 8541b0b97c8ba1febca165455d95eecc924da1b2 | [] | no_license | whling/blog | https://github.com/whling/blog | 819bded9dce5ce385ca12f7a19457e7ca15a7183 | 4b1fbd75e575ddd2234a5211f31144955c54ddfc | refs/heads/master | 2020-03-11T07:00:12.790000 | 2018-04-20T00:56:57 | 2018-04-20T00:57:06 | 129,846,173 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whl.blog.web.common;
import javax.crypto.Cipher;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.spec.SecretKeySpec;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
/**
* Created by whling on 2017/6/29.
*/
public class DE... | UTF-8 | Java | 3,373 | java | DESedeUtil.java | Java | [
{
"context": "urity.NoSuchAlgorithmException;\n\n/**\n * Created by whling on 2017/6/29.\n */\npublic class DESedeUtil {\n\n ",
"end": 286,
"score": 0.9995864629745483,
"start": 280,
"tag": "USERNAME",
"value": "whling"
}
] | null | [] | package com.whl.blog.web.common;
import javax.crypto.Cipher;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.spec.SecretKeySpec;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
/**
* Created by whling on 2017/6/29.
*/
public class DE... | 3,373 | 0.632078 | 0.619923 | 96 | 34.135418 | 26.603813 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572917 | false | false | 12 |
6fc16c443efec99d99ea6e230379f8b1a5c27959 | 19,301,583,066,308 | ff3482ef4644009e1415663e0d03c89361eed7ce | /src/ddmp/projecttetra/Utilities.java | b683304f7d6cf2891cc02ef20c2257834dd88b22 | [] | no_license | dset/Tetra | https://github.com/dset/Tetra | 41cdf263b051032063a05082b9ccc6d2989f4ac4 | 9fe1ddf5839d1bbb7cfcd1bc1c31c5b9c4d29aa2 | refs/heads/master | 2021-01-20T10:09:09.825000 | 2012-05-10T00:15:58 | 2012-05-10T00:15:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ddmp.projecttetra;
import com.badlogic.gdx.math.Vector2;
/**
* Holds utility methods.
*/
public class Utilities {
/**
* Returns a random float f, such that low <= f < high.
*/
public static float getRandomFloatBetween(float low, float high) {
if(high < low) {
throw new IllegalArgumentException(... | UTF-8 | Java | 1,056 | java | Utilities.java | Java | [] | null | [] | package ddmp.projecttetra;
import com.badlogic.gdx.math.Vector2;
/**
* Holds utility methods.
*/
public class Utilities {
/**
* Returns a random float f, such that low <= f < high.
*/
public static float getRandomFloatBetween(float low, float high) {
if(high < low) {
throw new IllegalArgumentException(... | 1,056 | 0.635417 | 0.632576 | 43 | 23.55814 | 25.525457 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.581395 | false | false | 13 |
02f5088bd57406e5fcccf67146c5802a2596ce9e | 14,937,896,255,502 | 9ffbcf3069e2eff72d3dacd208799a839d6ec9d1 | /src/com/mpnet/bitswarm/io/protocols/MPIoHandler.java | 168519f599e527d6adf37a7bcd6e0b80c32e7a3b | [] | no_license | mengtest/MPNetServer | https://github.com/mengtest/MPNetServer | 63bdb577e14eeb0d80992a4d5d5e89126201ec9a | 5ef2e826eb838d4f658bf7f620ab586e92311c0a | refs/heads/master | 2020-11-23T20:36:05.308000 | 2015-03-24T07:16:05 | 2015-03-24T07:16:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mpnet.bitswarm.io.protocols;
import com.mpnet.MPNetServer;
import com.mpnet.bitswarm.data.IPacket;
import com.mpnet.bitswarm.data.Packet;
import com.mpnet.bitswarm.data.TransportType;
import com.mpnet.bitswarm.io.AbstractIOHandler;
import com.mpnet.bitswarm.io.IProtocolCodec;
import com.mpnet.bitswarm.sess... | UTF-8 | Java | 7,512 | java | MPIoHandler.java | Java | [
{
"context": "\n * @Description: TODO(这里用一句话描述这个类的作用) \n * @author daixiwei daixiwei15@126.com\n * @date 2015年3月18日 上午11:47:53",
"end": 882,
"score": 0.9913724064826965,
"start": 874,
"tag": "USERNAME",
"value": "daixiwei"
},
{
"context": "ription: TODO(这里用一句话描述这个类的作用) \n * @author d... | null | [] | package com.mpnet.bitswarm.io.protocols;
import com.mpnet.MPNetServer;
import com.mpnet.bitswarm.data.IPacket;
import com.mpnet.bitswarm.data.Packet;
import com.mpnet.bitswarm.data.TransportType;
import com.mpnet.bitswarm.io.AbstractIOHandler;
import com.mpnet.bitswarm.io.IProtocolCodec;
import com.mpnet.bitswarm.sess... | 7,501 | 0.708456 | 0.698287 | 232 | 31.219828 | 28.323545 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.719828 | false | false | 13 |
759259ac05d497b5545da372520bf13537200610 | 31,318,901,566,256 | 080173631a570e7d032a1d500c54d21df6356a5a | /FBPM/CRM/fcs-crm-facade-wsp/src/main/java/com/born/fcs/crm/ws/service/order/DistributionOrder.java | e76fc23f6f7be33ec7f727bf2d97a0c79ae725ee | [] | no_license | cckmit/fcs | https://github.com/cckmit/fcs | d3d577284859b517f3ecc0519b25e2a8add64ca2 | 6ea55733a4aeade931149ee02bc9d3867301d047 | refs/heads/master | 2022-04-28T12:09:00.393000 | 2018-02-08T03:55:32 | 2018-02-08T03:55:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.born.fcs.crm.ws.service.order;
import com.born.fcs.pm.ws.order.base.ValidateOrderBase;
/**
* 客户移交分配
* */
public class DistributionOrder extends ValidateOrderBase {
private static final long serialVersionUID = -9094343097754419322L;
/** 用户Id */
private long userId;
/** 客户经理ID */
private long cus... | UTF-8 | Java | 2,544 | java | DistributionOrder.java | Java | [] | null | [] | package com.born.fcs.crm.ws.service.order;
import com.born.fcs.pm.ws.order.base.ValidateOrderBase;
/**
* 客户移交分配
* */
public class DistributionOrder extends ValidateOrderBase {
private static final long serialVersionUID = -9094343097754419322L;
/** 用户Id */
private long userId;
/** 客户经理ID */
private long cus... | 2,544 | 0.706645 | 0.698947 | 121 | 19.396694 | 16.69289 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677686 | false | false | 13 |
b614c51cd613342a39c15adc8a307185652cf02f | 23,716,809,444,056 | 13598b530a21952959b51ecebce81310995b1dcc | /1.P/Curs 1/Magazin.java | ddb8588fb160c2b7298762ef14cf4c1fc4a0ef9f | [] | no_license | kashann/java-telacad | https://github.com/kashann/java-telacad | 04c9c0258e7d872bb34aebaee97ee99c0ead2475 | 250fe71d2c00ac30af51bf270a845fd85c24c650 | refs/heads/master | 2020-07-14T18:46:24.503000 | 2019-08-30T13:37:23 | 2019-08-30T13:37:23 | 205,376,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class Magazin{
private static Magazin SINGLETON;
private List<Produs> produse = new ArrayList<>();
private Magazin(){
}
public static Magazin getInstance(){
if(SINGLETON == null){
SINGLETON = new Magazin();
}
... | UTF-8 | Java | 1,547 | java | Magazin.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class Magazin{
private static Magazin SINGLETON;
private List<Produs> produse = new ArrayList<>();
private Magazin(){
}
public static Magazin getInstance(){
if(SINGLETON == null){
SINGLETON = new Magazin();
}
... | 1,547 | 0.527473 | 0.52618 | 56 | 26.642857 | 18.626429 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 13 |
cbfa96f56fd5bfe18ca093ddaee75cc19aace4d7 | 19,370,302,554,964 | 34bcf41c98b60da861b2d90c332a0a879815a6c2 | /src/main/java/com/etermax/spacehorse/core/specialoffer/cheat/RemoveSpecialOfferCheat.java | 4534dc34ceba8e0a3443bdce814d2d85fe6d7a1a | [] | no_license | damianciocca/horse-api | https://github.com/damianciocca/horse-api | af3c15ad749b81541cffa62f68824fe0df69b2f2 | 2f8df8a50081a2c2ad2dc57d15932776d93c3f2e | refs/heads/master | 2020-03-19T21:22:45.733000 | 2018-06-11T14:32:13 | 2018-06-11T14:32:13 | 136,938,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.etermax.spacehorse.core.specialoffer.cheat;
import com.etermax.spacehorse.core.catalog.model.Catalog;
import com.etermax.spacehorse.core.cheat.model.Cheat;
import com.etermax.spacehorse.core.cheat.resource.response.CheatResponse;
import com.etermax.spacehorse.core.player.model.Player;
import com.etermax.sp... | UTF-8 | Java | 1,248 | java | RemoveSpecialOfferCheat.java | Java | [] | null | [] | package com.etermax.spacehorse.core.specialoffer.cheat;
import com.etermax.spacehorse.core.catalog.model.Catalog;
import com.etermax.spacehorse.core.cheat.model.Cheat;
import com.etermax.spacehorse.core.cheat.resource.response.CheatResponse;
import com.etermax.spacehorse.core.player.model.Player;
import com.etermax.sp... | 1,248 | 0.844551 | 0.84375 | 32 | 38.03125 | 32.635757 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 13 |
029023f58c8e9338b64b517fdd56f18b913dbdf5 | 8,143,258,046,876 | 47d4ded02ab6c0f8bb2c6d4822e2a7876cf287e4 | /src/main/java/components/ElectricMotor.java | 3803513d4ddb756ca00f5650845c16d60774cb45 | [] | no_license | fionaw237/composition-lab-CodeClanCars | https://github.com/fionaw237/composition-lab-CodeClanCars | 09538b865ca509c0d8dbc944becb43d18107ab5f | 44139fde693563a2455a1d72089ea901c4b2e850 | refs/heads/master | 2020-03-30T16:47:50.093000 | 2018-10-03T18:04:06 | 2018-10-03T18:04:06 | 151,427,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package components;
import interfaces.CanPowerVehicle;
public class ElectricMotor implements CanPowerVehicle{
private String voltage;
private String power;
public ElectricMotor(String voltage, String power){
this.voltage = voltage;
this.power = power;
}
public String getVoltage(... | UTF-8 | Java | 416 | java | ElectricMotor.java | Java | [] | null | [] | package components;
import interfaces.CanPowerVehicle;
public class ElectricMotor implements CanPowerVehicle{
private String voltage;
private String power;
public ElectricMotor(String voltage, String power){
this.voltage = voltage;
this.power = power;
}
public String getVoltage(... | 416 | 0.663462 | 0.663462 | 22 | 17.90909 | 17.077122 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 13 |
b9d50d7729ac89b94d8428445a9865e75c16563a | 27,977,417,007,869 | 9a15fc313d69e49a18d96aeae17fb5ff618b9026 | /copyconst.java | 4940a7139e15c31aadbfdea2c653a34310d739ce | [] | no_license | ravi-gohil/OOP | https://github.com/ravi-gohil/OOP | f50f6c3fe6ae39424e701571ba25dc00d0e9055e | 71e987893ff1e0857de23017d175e07c01950af4 | refs/heads/master | 2021-01-11T17:37:03.225000 | 2017-01-23T12:56:26 | 2017-01-23T12:56:26 | 79,804,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class copyconst {
int id;
String name;
copyconst(int i, String n)
{
id = i;
name = n;
}
copyconst(copyconst c)
{
id = c.id;
name = c.name;
}
void display()
{
System.out.println("Id is "+id+"and name is"+name);
}
public static void main (String args[])
{
copyc... | UTF-8 | Java | 423 | java | copyconst.java | Java | [] | null | [] |
public class copyconst {
int id;
String name;
copyconst(int i, String n)
{
id = i;
name = n;
}
copyconst(copyconst c)
{
id = c.id;
name = c.name;
}
void display()
{
System.out.println("Id is "+id+"and name is"+name);
}
public static void main (String args[])
{
copyc... | 423 | 0.553191 | 0.536643 | 28 | 13.035714 | 15.954136 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 13 |
473d9ca7162565fadbd05415af118cdea77aa612 | 24,361,054,508,562 | 545509d26f6fee0840c095147b935fb2d7c85490 | /src/layouts/TitleScreenLayout.java | 4fdba5f07fb885754d44399547f26da4bdfe28e8 | [] | no_license | mjemnawaz/stick-fight-game | https://github.com/mjemnawaz/stick-fight-game | 8d20cc24205c2bb2cb2ef45133752cf8dba44992 | ed9b6859a0a3488969136c7b2a6d3c35c1c5e04c | refs/heads/master | 2023-02-19T00:56:10.718000 | 2021-01-22T23:23:59 | 2021-01-22T23:23:59 | 331,368,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package layouts;
import constants.GlobalConstants;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.sc... | UTF-8 | Java | 2,681 | java | TitleScreenLayout.java | Java | [] | null | [] | package layouts;
import constants.GlobalConstants;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.sc... | 2,681 | 0.761656 | 0.751585 | 77 | 33.81818 | 25.62199 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.506494 | false | false | 13 |
937e908e3ae0db4d6540482842a651152f28d3c0 | 28,673,201,711,909 | b03cc2264c9da12fff7fbe6fdfb146b22e01d315 | /hw7/src/main/java/com/av/services/ObjectFormatter.java | aa7b776b2df78642737b56d584d78f6bd85069d9 | [] | no_license | drliho86/2021-02-otus-spring-vasiliev-alexey | https://github.com/drliho86/2021-02-otus-spring-vasiliev-alexey | 3c49d34dad0e4b4489415e7ebdab667ab1de6c66 | 4bd50295f36dd958544c352cadc6b67a328b1777 | refs/heads/master | 2023-06-02T18:21:09.803000 | 2021-06-09T17:26:46 | 2021-06-09T17:26:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.av.services;
import com.fasterxml.jackson.core.JsonProcessingException;
public interface ObjectFormatter {
String format(Object object) throws JsonProcessingException;
}
| UTF-8 | Java | 188 | java | ObjectFormatter.java | Java | [] | null | [] | package com.av.services;
import com.fasterxml.jackson.core.JsonProcessingException;
public interface ObjectFormatter {
String format(Object object) throws JsonProcessingException;
}
| 188 | 0.824468 | 0.824468 | 7 | 25.857143 | 25.390823 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
5893ecc67fd27ce0a0da68b1c8faa0f2c9d7358f | 18,442,589,569,776 | 59a4e4643444ac5f0c5d1c222558e013303d7fce | /src/main/java/com/group/service/impl/BorrowbooksServiceImpl.java | c1f764ca79d8bd0ac929734ea4ec9a30fa92761c | [] | no_license | KnightAlduin/tushuguanlixitong | https://github.com/KnightAlduin/tushuguanlixitong | 85352cef361ad8f9f95ce4d7522bb6bbc3e6aa2c | 87caaa2e27aeba4bcf1f3d966133d81a8966d757 | refs/heads/master | 2023-03-15T16:20:51.922000 | 2020-08-06T00:45:29 | 2020-08-06T00:45:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.group.service.impl;
import com.group.dao.BorrowbooksMapper;
import com.group.pojo.Borrowbooks;
import com.group.service.BorrowbooksService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Borrowbook... | UTF-8 | Java | 1,033 | java | BorrowbooksServiceImpl.java | Java | [] | null | [] | package com.group.service.impl;
import com.group.dao.BorrowbooksMapper;
import com.group.pojo.Borrowbooks;
import com.group.service.BorrowbooksService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Borrowbook... | 1,033 | 0.738625 | 0.738625 | 39 | 25.487179 | 22.739182 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 13 |
3514163461cf6e321aaec3070229110d00229388 | 21,938,692,968,453 | 5a5f355d6c34fddbff997233592bc6041af9eb38 | /src/day09/LanguagePicker_SwitchStatement_Task4_Ayse.java | d97388b0f3ddf75a84538fb86be15527dae1c3fc | [] | no_license | AyseYB/JavaProgrammingB15Online | https://github.com/AyseYB/JavaProgrammingB15Online | 19ea64bdd143c8fda4d1591400ea6e0f6d26e4b7 | 24f1eb09ab209c636122fcf5074e51d7bff7bbad | refs/heads/master | 2021-01-16T15:13:26.852000 | 2020-02-26T04:22:15 | 2020-02-26T04:22:15 | 243,164,084 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day09;
public class LanguagePicker_SwitchStatement_Task4_Ayse {
public static void main(String[] args) {
System.out.println("Welcome to Cybertek Call Center");
System.out.println(" Please select your language option from 1- 7");
/* assume you are on the call and you have been give... | UTF-8 | Java | 1,323 | java | LanguagePicker_SwitchStatement_Task4_Ayse.java | Java | [] | null | [] | package day09;
public class LanguagePicker_SwitchStatement_Task4_Ayse {
public static void main(String[] args) {
System.out.println("Welcome to Cybertek Call Center");
System.out.println(" Please select your language option from 1- 7");
/* assume you are on the call and you have been give... | 1,323 | 0.456538 | 0.440665 | 49 | 26 | 23.096956 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 13 |
1d5561d643408a19f318d161043c99f0acb6330a | 20,641,612,840,055 | f7c63d27c7a95f8d29925e25ba459110feab1b59 | /app/src/main/java/android_team/gymme_client/gym/manage_profile/GymEditDataActivity.java | 398ccfbfdb28ba6fdcd07443b2de71ff9dc9b66a | [] | no_license | giovannirigotti/gymme-client | https://github.com/giovannirigotti/gymme-client | fa3316099d72c28db4cfdf7bb069f17ae6106dbf | acb8bd13dd219e42fb98052d9dffab398547d5dd | refs/heads/main | 2023-03-05T20:20:31.889000 | 2021-02-18T10:26:00 | 2021-02-18T10:26:00 | 331,703,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android_team.gymme_client.gym.manage_profile;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Switch;
import android.widget.Toast;
import androidx.appcompat.app.AppCompa... | UTF-8 | Java | 18,976 | java | GymEditDataActivity.java | Java | [
{
"context": " try {\n url = new URL(\"http://10.0.2.2:4000/gym/get_boolean_data/\" + params[0]);\n ",
"end": 10384,
"score": 0.9976081848144531,
"start": 10376,
"tag": "IP_ADDRESS",
"value": "10.0.2.2"
},
{
"context": " try {\n url = new ... | null | [] | package android_team.gymme_client.gym.manage_profile;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Switch;
import android.widget.Toast;
import androidx.appcompat.app.AppCompa... | 18,976 | 0.526823 | 0.522344 | 437 | 42.425629 | 33.763779 | 239 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691076 | false | false | 13 |
f15b3d3190db19d6c3f76bd73a37019057609f78 | 9,990,093,934,984 | bb2f903ff43b928087c74129e4db2d37e75b5f9f | /app/src/main/java/com/geli/m/coustomview/recyclerviewscrollerview/FastScrollUtils.java | 5c144be0aee78643d3291703d8907b89101f89e0 | [] | no_license | namezhouyu/geliandroid | https://github.com/namezhouyu/geliandroid | c5e869a46aa125f780740d42f3de24f0d651c995 | 6a7f2c6413d471c92cb8faabfe634a2bc2274051 | refs/heads/master | 2021-02-10T02:03:45.256000 | 2020-03-02T12:09:35 | 2020-03-02T12:09:35 | 244,342,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.geli.m.coustomview.recyclerviewscrollerview;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.view.View;
/**
* Created by mklimczak on 31/07/15.
*/
public class FastScrollUtils {
/**
* 获取"本控件"在屏幕的"Y坐标"
*
* getLocationInWindow -- 计算此视图在其窗口中的坐标。参数必须是两个... | UTF-8 | Java | 2,093 | java | FastScrollUtils.java | Java | [
{
"context": "uild;\nimport android.view.View;\n\n/**\n * Created by mklimczak on 31/07/15.\n */\npublic class FastScrollUtils {\n\n",
"end": 180,
"score": 0.999669075012207,
"start": 171,
"tag": "USERNAME",
"value": "mklimczak"
}
] | null | [] | package com.geli.m.coustomview.recyclerviewscrollerview;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.view.View;
/**
* Created by mklimczak on 31/07/15.
*/
public class FastScrollUtils {
/**
* 获取"本控件"在屏幕的"Y坐标"
*
* getLocationInWindow -- 计算此视图在其窗口中的坐标。参数必须是两个... | 2,093 | 0.57071 | 0.561766 | 71 | 24.197184 | 21.131792 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323944 | false | false | 13 |
07bbfc181a76cb2820d36a2376b856d98458a4b9 | 31,868,657,393,063 | eb4857971159cb80994f77a904337799e879f241 | /spring-cloud-gateway-service-dynamic-redis/src/main/java/com/lidong/gateway/GatewayApplication.java | 8fce1c87cf6dfd24346e57e798c7d499b98bfddf | [
"Apache-2.0"
] | permissive | AlexAnYang/spring-cloud-learning-example | https://github.com/AlexAnYang/spring-cloud-learning-example | b4c21ab47986b2a7275056db46cdccf2f8cfec9e | 72a1a6eeb7796eff99f221d32ee406cafd4b4b25 | refs/heads/master | 2020-09-04T23:11:16.345000 | 2019-09-19T03:15:20 | 2019-09-19T03:15:20 | 219,919,982 | 1 | 0 | Apache-2.0 | true | 2019-11-06T05:38:17 | 2019-11-06T05:38:16 | 2019-10-31T09:44:19 | 2019-09-19T03:15:47 | 365 | 0 | 0 | 0 | null | false | false | package com.lidong.gateway;
import com.lidong.gateway.repository.RedisRouteDefinitionRepository;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.cloud.clie... | UTF-8 | Java | 1,986 | java | GatewayApplication.java | Java | [] | null | [] | package com.lidong.gateway;
import com.lidong.gateway.repository.RedisRouteDefinitionRepository;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.cloud.clie... | 1,986 | 0.812569 | 0.812569 | 53 | 32.905659 | 27.413166 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358491 | false | false | 13 |
c15234a70dca2e58173ed5ff98b1097a71348b79 | 32,985,348,851,145 | 05ab2e539cea5899179f2ceea83a4dd7965c644b | /app/src/main/java/com/ssd/yiqiwa/model/entity/MacOrderSubPo.java | 23d729df22a1b94ecece5405ab3e2a109b29fc81 | [] | no_license | lxpanup/yiqiwa_as | https://github.com/lxpanup/yiqiwa_as | 3e6228e3c06eecb86e731b57dcf1a10f9d999bd4 | 3087599f0774b00f168387c84f8a46c22feb4646 | refs/heads/master | 2020-07-07T21:32:13.391000 | 2019-09-03T16:32:30 | 2019-09-03T16:32:30 | 203,482,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssd.yiqiwa.model.entity;
import android.os.Parcel;
import android.os.Parcelable;
public class MacOrderSubPo implements Parcelable {
private String city;
private String count;
private String county;
private String createDate;
private String giftScore;
p... | UTF-8 | Java | 8,120 | java | MacOrderSubPo.java | Java | [] | null | [] | package com.ssd.yiqiwa.model.entity;
import android.os.Parcel;
import android.os.Parcelable;
public class MacOrderSubPo implements Parcelable {
private String city;
private String count;
private String county;
private String createDate;
private String giftScore;
p... | 8,120 | 0.62032 | 0.620197 | 317 | 24.615143 | 28.729954 | 432 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529968 | false | false | 13 |
7de220749e015c47911b7d593b4b090f94c8f18b | 16,569,983,840,762 | f1187a34009ad04c8339146c2a56200562c1986f | /Chapter2/Avoid_creating_unnecessary_objects.java | 4b343b8b601ea18aeaee16a445c23c207f70da4e | [] | no_license | BigBigBoss/effectiveJava | https://github.com/BigBigBoss/effectiveJava | 0bd8b8df294e6e3585b219d947c948f596c1c532 | 83ac49ddb451b60cbabce778fda0791ad8a7a207 | refs/heads/master | 2016-09-06T05:15:54.163000 | 2015-11-11T07:42:33 | 2015-11-11T07:42:33 | 40,953,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by aalexanov on 24.08.15.
*
* Избегайте создания ненужных объектов
*
* Часто можно повторно использовать один и тот же объект, вместо создания
* новых с похожей функциональностью.
* Объект всегда может переиспользоваться, если он неизменяем(immutable)
*
* Так же можно использовать изменяемые объе... | UTF-8 | Java | 736 | java | Avoid_creating_unnecessary_objects.java | Java | [
{
"context": "/**\n * Created by aalexanov on 24.08.15.\n *\n * Избегайте создания ненужных об",
"end": 27,
"score": 0.9990596175193787,
"start": 18,
"tag": "USERNAME",
"value": "aalexanov"
}
] | null | [] | /**
* Created by aalexanov on 24.08.15.
*
* Избегайте создания ненужных объектов
*
* Часто можно повторно использовать один и тот же объект, вместо создания
* новых с похожей функциональностью.
* Объект всегда может переиспользоваться, если он неизменяем(immutable)
*
* Так же можно использовать изменяемые объе... | 736 | 0.752665 | 0.735608 | 16 | 28.3125 | 29.775658 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
f1f14cec27353dbda8070466106a51064404ccb9 | 25,563,645,361,309 | 6d82f06048d330216b17c19790f29075e62e47d5 | /branches/SDK-2/main/util/cli/src/test/dpml/cli/application/CpTest.java | 1e42f0ce1f646590a1d68496b9a8dfd52cd3527a | [
"Apache-2.0"
] | permissive | IdelsTak/dpml-svn | https://github.com/IdelsTak/dpml-svn | 7d1fc3f1ff56ef2f45ca5f7f3ae88b1ace459b79 | 9f9bdcf0198566ddcee7befac4a3b2c693631df5 | refs/heads/master | 2022-03-19T15:50:45.872000 | 2009-11-23T08:45:39 | 2009-11-23T08:45:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2003-2004 The Apache Software Foundation
* Copyright 2005-2006 Stephen McConnell, The Digital Product Management Laboratory
*
* 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 Li... | UTF-8 | Java | 17,711 | java | CpTest.java | Java | [
{
"context": "Apache Software Foundation\r\n * Copyright 2005-2006 Stephen McConnell, The Digital Product Management Laboratory\r\n *\r\n ",
"end": 100,
"score": 0.9997594952583313,
"start": 83,
"tag": "NAME",
"value": "Stephen McConnell"
},
{
"context": " regular file. * </pre>\r\n ... | null | [] | /**
* Copyright 2003-2004 The Apache Software Foundation
* Copyright 2005-2006 <NAME>, The Digital Product Management Laboratory
*
* 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
... | 17,690 | 0.524081 | 0.520863 | 399 | 42.38847 | 37.343452 | 356 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503759 | false | false | 13 |
a80062383029a39327911c5dc89632c371a30eec | 10,969,346,482,878 | 741cbecde787991cd1b768172a213d3c00fe0f9e | /src/main/java/com/example/ordermanagementsystemapi/api/OrderController.java | bc77e28627a164559257f5910a1442814f7ca8dd | [] | no_license | krsmll/kn-order-management-system-api | https://github.com/krsmll/kn-order-management-system-api | 08af409fb079beec1e55366ef0800e58d33730c5 | ccc1573cd95c9c84ebe5dea45333850c39571697 | refs/heads/main | 2023-08-26T20:07:22.111000 | 2021-10-11T00:51:29 | 2021-10-11T00:51:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ordermanagementsystemapi.api;
import com.example.ordermanagementsystemapi.dto.OrderDto;
import com.example.ordermanagementsystemapi.model.Order;
import com.example.ordermanagementsystemapi.services.OrderService;
import lombok.NoArgsConstructor;
import org.springframework.beans.factory.annotation.Au... | UTF-8 | Java | 3,697 | java | OrderController.java | Java | [] | null | [] | package com.example.ordermanagementsystemapi.api;
import com.example.ordermanagementsystemapi.dto.OrderDto;
import com.example.ordermanagementsystemapi.model.Order;
import com.example.ordermanagementsystemapi.services.OrderService;
import lombok.NoArgsConstructor;
import org.springframework.beans.factory.annotation.Au... | 3,697 | 0.707601 | 0.707601 | 92 | 39.184784 | 32.062756 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 13 |
618ffddbd9487f51f3efc357368e0e042df9d916 | 2,319,282,380,220 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_56e57ba15c1fc8d06b064c2711d1c8a56b3899d6/DeeCompletionProposalCollector/2_56e57ba15c1fc8d06b064c2711d1c8a56b3899d6_DeeCompletionProposalCollector_s.java | 9503aace8e8e9fe01eb1af8489519ecdf3a91557 | [] | 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 mmrnmhrm.ui.editor.codeassist;
import static melnorme.utilbox.core.Assert.AssertNamespace.assertFail;
import mmrnmhrm.ui.DeePluginImages;
import mmrnmhrm.ui.views.DeeElementImageProvider;
import org.dsource.ddt.ide.core.DeeNature;
import org.eclipse.dltk.core.CompletionProposal;
import org.ec... | UTF-8 | Java | 3,828 | java | 2_56e57ba15c1fc8d06b064c2711d1c8a56b3899d6_DeeCompletionProposalCollector_s.java | Java | [] | null | [] | package mmrnmhrm.ui.editor.codeassist;
import static melnorme.utilbox.core.Assert.AssertNamespace.assertFail;
import mmrnmhrm.ui.DeePluginImages;
import mmrnmhrm.ui.views.DeeElementImageProvider;
import org.dsource.ddt.ide.core.DeeNature;
import org.eclipse.dltk.core.CompletionProposal;
import org.ec... | 3,828 | 0.749216 | 0.749216 | 101 | 35.90099 | 32.620987 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.346535 | false | false | 13 |
411c5b8c5056c84da17cb3114c8afa1ceaee40c3 | 23,356,032,204,473 | d0fd4d8ed31e401cd3f51f91c2606074535b3b84 | /src/main/java/chapter3/stacks/MyQueue.java | 3821128659adf9e639b95160c2031e6474c421bd | [] | no_license | mary-gribova/Trains | https://github.com/mary-gribova/Trains | 16e1bf25e50211bd4ce3121553382becd1f4459f | ab1f9c3fdac4cea4c0d59b18aec9941eb1fb1d59 | refs/heads/master | 2021-01-20T21:01:15.496000 | 2015-01-16T15:25:48 | 2015-01-16T15:25:48 | 28,592,219 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter3.stacks;
public class MyQueue<T> {
private SubStack<T> forPush;
private SubStack<T> forPop;
public MyQueue() {
forPush = new SubStack<T>(Integer.MAX_VALUE);
forPop = new SubStack<T>(Integer.MAX_VALUE);
}
public void add(T value) {
if (!forPop.isEmpty()) {
toppleAllInAnother(forPop, forP... | UTF-8 | Java | 719 | java | MyQueue.java | Java | [] | null | [] | package chapter3.stacks;
public class MyQueue<T> {
private SubStack<T> forPush;
private SubStack<T> forPop;
public MyQueue() {
forPush = new SubStack<T>(Integer.MAX_VALUE);
forPop = new SubStack<T>(Integer.MAX_VALUE);
}
public void add(T value) {
if (!forPop.isEmpty()) {
toppleAllInAnother(forPop, forP... | 719 | 0.650904 | 0.649513 | 34 | 20.147058 | 17.526672 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.823529 | false | false | 13 |
c36cd4fb146c2589ac72f9cece40efc197580fd5 | 21,723,944,600,565 | 3eab61449de995fe5b1401212f959649b9d799a2 | /src/main/java/com/profesorp/zuulSpringTest/ZuulSpringTestApplication.java | 5c4d5595681331c8227dd269ae75d981f00b54d3 | [] | no_license | tarsidi-danesh/zuulSpringTest | https://github.com/tarsidi-danesh/zuulSpringTest | ca628cc9bf76fdd00b77e1b6bf7144df36cf9cac | 57a82e0aed227e416b0be994c8c052f40e90897e | refs/heads/master | 2021-04-19T12:55:23.479000 | 2019-03-19T09:51:04 | 2019-03-19T09:51:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.profesorp.zuulSpringTest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
import com.profesorp.zuulSpringTest.Filters.P... | UTF-8 | Java | 1,075 | java | ZuulSpringTestApplication.java | Java | [] | null | [] | package com.profesorp.zuulSpringTest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
import com.profesorp.zuulSpringTest.Filters.P... | 1,075 | 0.764651 | 0.764651 | 37 | 28.054054 | 22.44145 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 13 |
42ce5a28bfcff3ac76aed89495b8c5f22ee0754b | 33,337,536,171,824 | 4f92bfad4d823542727ca4545b59e204c02b4750 | /app/src/main/java/com/msisuzney/minisoccer/presenter/SpecialNewsPresenter.java | 6e2202363b7cfec01ec6d9ffb31401c01d6bbff4 | [] | no_license | msisuzney/MiniSoccer | https://github.com/msisuzney/MiniSoccer | 702c81965632e70511ea963b0e6f6c6019742193 | 586a4a70cf14a99f5c8ac19716e491aab46590d8 | refs/heads/master | 2020-12-23T22:18:55.010000 | 2017-07-20T13:47:53 | 2017-07-20T13:47:53 | 92,565,871 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.msisuzney.minisoccer.presenter;
import com.hannesdorfmann.mosby3.mvp.MvpBasePresenter;
import com.msisuzney.minisoccer.App;
import com.msisuzney.minisoccer.DQDApi.model.news.DaoSession;
import com.msisuzney.minisoccer.DQDApi.model.specialNews.ArticleSpecial;
import com.msisuzney.minisoccer.DQDApi.model.spe... | UTF-8 | Java | 3,188 | java | SpecialNewsPresenter.java | Java | [
{
"context": "e com.msisuzney.minisoccer.presenter;\n\nimport com.hannesdorfmann.mosby3.mvp.MvpBasePresenter;\nimport com.msisuzney",
"end": 70,
"score": 0.888302743434906,
"start": 56,
"tag": "USERNAME",
"value": "hannesdorfmann"
},
{
"context": "ack;\nimport retrofit2.Response;\n\n... | null | [] | package com.msisuzney.minisoccer.presenter;
import com.hannesdorfmann.mosby3.mvp.MvpBasePresenter;
import com.msisuzney.minisoccer.App;
import com.msisuzney.minisoccer.DQDApi.model.news.DaoSession;
import com.msisuzney.minisoccer.DQDApi.model.specialNews.ArticleSpecial;
import com.msisuzney.minisoccer.DQDApi.model.spe... | 3,188 | 0.612852 | 0.605818 | 93 | 32.634407 | 26.827118 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44086 | false | false | 13 |
5d02fcce06e2cfe6f54691bafd556f2aa2329fb8 | 26,860,725,488,013 | a671241a80b88cd03fa89c1f2447ce688403f4e6 | /JavaSETest/src/com/javase/collections/CollectionTest.java | 6838480f4d193d57fc34db3266da4f0cac721c6d | [] | no_license | tonghun/GitRepositories | https://github.com/tonghun/GitRepositories | bb9420e2fd5add67348ec32d97e7643205a05f81 | 11a34f1df852f63c84d4044207d9678f562875bd | refs/heads/master | 2021-01-25T09:26:58.331000 | 2017-07-19T13:50:59 | 2017-07-19T13:50:59 | 93,839,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javase.collections;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
@SuppressWarnings("unused")
public class CollectionTest {
public void test01() {
List<String> strs = new ArrayList<String>();
Iterator<String> iterator = strs.... | UTF-8 | Java | 400 | java | CollectionTest.java | Java | [] | null | [] | package com.javase.collections;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
@SuppressWarnings("unused")
public class CollectionTest {
public void test01() {
List<String> strs = new ArrayList<String>();
Iterator<String> iterator = strs.... | 400 | 0.7275 | 0.7225 | 16 | 23 | 17.652903 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
e3613d33f125f72e354c0259631edf1ac87ef54a | 9,929,964,452,654 | f85af23c6f69cded44cf4ae7be39b76d4c96f3db | /src/test/java/com/app/creditcard/TransactionValidatorTest.java | 9d565d4711d71c46002143871a27d526359f29e2 | [] | no_license | arvind3m/jutility | https://github.com/arvind3m/jutility | fc8298afc526cda9fd9de7954841fd649589e8c5 | e1e0ab45807bd33cd7ead6972f91d0088786804c | refs/heads/master | 2020-02-29T16:32:50.990000 | 2016-09-16T06:43:50 | 2016-09-16T06:43:50 | 13,849,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.creditcard;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import... | UTF-8 | Java | 5,955 | java | TransactionValidatorTest.java | Java | [
{
"context": ": fraudelentCards)\r\n\t\t{\r\n\t\t\tAssert.assertEquals(\"10d7ce2f43e35fa57d1bbf8b1eA\", creditCardNumber);\r\n\t\t}\r\n\r\n\t\tSet<String> fraude",
"end": 1047,
"score": 0.7300338745117188,
"start": 1021,
"tag": "KEY",
"value": "0d7ce2f43e35fa57d1bbf8b1eA"
},
{
"conte... | null | [] | package com.app.creditcard;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import... | 5,955 | 0.755668 | 0.664987 | 150 | 37.686668 | 39.334488 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.306667 | false | false | 13 |
35c77ad5fc890619513238e901845676cc5c534c | 51,539,637,396 | 72a7d36b1812869ee6e7b6f8af817a52e8e4e082 | /yapin-api/src/main/java/com/lf/yapin/cms/service/MemberReportService.java | 9ad88d4e4a6556ebb8eb8004232258c3b6cefd8e | [] | no_license | genuinefun/yapin-mall-admin | https://github.com/genuinefun/yapin-mall-admin | 92a9a09c0c8bbd1e246e29c0e8b7d843f31f63b9 | 748dc228595dbbb21fb7cadbcb48fbccbee4429a | refs/heads/master | 2022-07-12T19:51:19.457000 | 2020-03-20T15:43:59 | 2020-03-20T15:43:59 | 246,858,054 | 0 | 0 | null | false | 2022-06-21T03:01:36 | 2020-03-12T14:41:22 | 2020-03-20T15:45:14 | 2022-06-21T03:01:33 | 27,622 | 0 | 0 | 1 | Java | false | false | package com.lf.yapin.cms.service;
import com.lf.yapin.cms.entity.MemberReport;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 用户举报表 服务类
* </p>
*
* @author lf
* @since 2020-03-12
*/
public interface MemberReportService extends IService<MemberReport> {
}
| UTF-8 | Java | 304 | java | MemberReportService.java | Java | [
{
"context": "ce;\n\n/**\n * <p>\n * 用户举报表 服务类\n * </p>\n *\n * @author lf\n * @since 2020-03-12\n */\npublic interface MemberR",
"end": 189,
"score": 0.9992804527282715,
"start": 187,
"tag": "USERNAME",
"value": "lf"
}
] | null | [] | package com.lf.yapin.cms.service;
import com.lf.yapin.cms.entity.MemberReport;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 用户举报表 服务类
* </p>
*
* @author lf
* @since 2020-03-12
*/
public interface MemberReportService extends IService<MemberReport> {
}
| 304 | 0.722222 | 0.694444 | 16 | 17 | 21.598612 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 13 |
c9a5aa8cbeef8ddb7a98288fddf7626d2e902fa7 | 29,695,403,928,082 | 6d1a2d9df9145ff1b25668fa9d1be3bf7306be7d | /src/ServiceLocator/ServeiPagament.java | db6bef22ebd0a444621e30ab6c789823bc245c39 | [] | no_license | clarita/AS-Llu-s-i-Clara | https://github.com/clarita/AS-Llu-s-i-Clara | 4fe6cc452fbaccac70b59c3152b2ce89c5b3afcd | 082be4f5c48c44560898634bc6d468cc53277d62 | refs/heads/master | 2021-01-23T08:52:33.080000 | 2012-01-15T17:12:37 | 2012-01-15T17:12:37 | 3,145,027 | 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 ServiceLocator;
import java.util.Date;
/**
*
* @author elena
*/
public class ServeiPagament {
public String Id;
public ServeiPagament(){};
public boolean autoritza(String numTarg, Date ... | UTF-8 | Java | 466 | java | ServeiPagament.java | Java | [
{
"context": "ocator;\n\nimport java.util.Date;\n\n/**\n *\n * @author elena\n */\npublic class ServeiPagament {\n public Stri",
"end": 172,
"score": 0.9982553720474243,
"start": 167,
"tag": "USERNAME",
"value": "elena"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ServiceLocator;
import java.util.Date;
/**
*
* @author elena
*/
public class ServeiPagament {
public String Id;
public ServeiPagament(){};
public boolean autoritza(String numTarg, Date ... | 466 | 0.65236 | 0.65236 | 24 | 18.416666 | 22.466488 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 13 |
37ec1aac59b13e5554413d74833b09606ba6568e | 6,451,040,923,305 | b9dbccc72b440f4d595673e29b43566842499dda | /src/instructions/base/ClassInitLogic.java | 61cb74d21a10a7f6bb32895f7cf38858c4894977 | [] | no_license | hervewenjie/Hava | https://github.com/hervewenjie/Hava | 92a299089a3890ed4c419678417761296afd8349 | 420e5082047a4ee27284ec92a633b515534f9420 | refs/heads/master | 2020-07-28T15:46:21.247000 | 2016-10-17T03:23:26 | 2016-10-17T03:23:26 | 67,907,582 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package instructions.base;
import heap._Class;
import heap._Method;
import rtdata.Frame;
import rtdata._Thread;
public class ClassInitLogic {
public static void initClass(_Thread thread,_Class _class){
_class.startInit();
scheduleClinit(thread, _class);
initSuperClass(thread, _class);
}
public static void sc... | UTF-8 | Java | 753 | java | ClassInitLogic.java | Java | [] | null | [] | package instructions.base;
import heap._Class;
import heap._Method;
import rtdata.Frame;
import rtdata._Thread;
public class ClassInitLogic {
public static void initClass(_Thread thread,_Class _class){
_class.startInit();
scheduleClinit(thread, _class);
initSuperClass(thread, _class);
}
public static void sc... | 753 | 0.719788 | 0.719788 | 30 | 24.1 | 19.940495 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.033333 | false | false | 13 |
53e49379238abe8ff1f0c8607e5c949a6e6a6c76 | 20,822,001,518,901 | 88f5fc8ce1662a456a6fb69693ffcf8f606bbd6f | /src/java/visitor/VisitorClient.java | ad0c4608e855783dd321f387160a19250bbc0879 | [] | no_license | echisan/design-patterns-note | https://github.com/echisan/design-patterns-note | fd5c1262b03fd04a8da22580849cbe0080270bce | ec2edd2e93ac7a5c0ff1cecf8833b5524fc968f4 | refs/heads/master | 2020-04-27T00:40:40.865000 | 2019-03-10T07:42:42 | 2019-03-10T07:42:42 | 173,941,605 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package visitor;
public class VisitorClient {
public static void main(String[] args) {
Visitor visitor = new ConcreteVisitor();
Element ea = new ElementA();
ea.accept(visitor);
Element eb = new ElementB();
eb.accept(visitor);
}
}
| UTF-8 | Java | 282 | java | VisitorClient.java | Java | [] | null | [] | package visitor;
public class VisitorClient {
public static void main(String[] args) {
Visitor visitor = new ConcreteVisitor();
Element ea = new ElementA();
ea.accept(visitor);
Element eb = new ElementB();
eb.accept(visitor);
}
}
| 282 | 0.602837 | 0.602837 | 14 | 19.142857 | 17.373449 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
543764f0c44b9569cfe860d091858a099de65c86 | 22,909,355,622,707 | 82539396c76ed55d85af653861b6ebf2d186e084 | /Toy_project/src/main/java/com/alpha/toy/shop/mapper/ShopSQLMapper.java | c17908ffdef9c80bc084e8a7bee13d4e8e07b72c | [] | no_license | kyggg/toy_project | https://github.com/kyggg/toy_project | 6d4bdb00fa82f109941f35b509e8f0b67c6131ce | fd8737d4b79da354b81553a77b9403c723133909 | refs/heads/main | 2023-08-15T09:06:36.156000 | 2021-10-01T07:08:31 | 2021-10-01T07:08:31 | 412,363,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alpha.toy.shop.mapper;
import java.util.ArrayList;
import org.apache.ibatis.annotations.Param;
import com.alpha.toy.vo.ToyBuyVo;
import com.alpha.toy.vo.ToyProductVo;
import com.alpha.toy.vo.ToyShopLikeVo;
import com.alpha.toy.vo.ToyShopVo;
public interface ShopSQLMapper {
//총 가게 수
public int getShop... | UTF-8 | Java | 1,608 | java | ShopSQLMapper.java | Java | [] | null | [] | package com.alpha.toy.shop.mapper;
import java.util.ArrayList;
import org.apache.ibatis.annotations.Param;
import com.alpha.toy.vo.ToyBuyVo;
import com.alpha.toy.vo.ToyProductVo;
import com.alpha.toy.vo.ToyShopLikeVo;
import com.alpha.toy.vo.ToyShopVo;
public interface ShopSQLMapper {
//총 가게 수
public int getShop... | 1,608 | 0.725962 | 0.724588 | 66 | 21.060606 | 20.616909 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 13 |
35589f22e1bb120f54360582305a58c6c0094f53 | 15,891,379,004,000 | 08909272d5599af7a89a470efd9ab067c120a8dc | /src/pithreads/examples/tutorial/tut3/async/Reader.java | 6aa3a5691347f9bad2e5943fdb00808553ab7697 | [
"MIT"
] | permissive | kstewart83/javapi | https://github.com/kstewart83/javapi | e00f01f52955f79730dfec375d827a385cf6d833 | 842d8fa04323bd887ea1ff007a99e7e10ebed7a9 | refs/heads/master | 2021-01-10T07:59:51.650000 | 2012-03-01T14:37:13 | 2012-03-01T14:37:13 | 48,659,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pithreads.examples.tutorial.tut3.async;
import pithreads.framework.PiChannel;
import pithreads.framework.RunException;
import pithreads.framework.Task;
public class Reader extends Task {
private PiChannel<String> take;
public Reader(PiChannel<String> take) {
this.take = take;
}
@Override
public voi... | UTF-8 | Java | 433 | java | Reader.java | Java | [] | null | [] | package pithreads.examples.tutorial.tut3.async;
import pithreads.framework.PiChannel;
import pithreads.framework.RunException;
import pithreads.framework.Task;
public class Reader extends Task {
private PiChannel<String> take;
public Reader(PiChannel<String> take) {
this.take = take;
}
@Override
public voi... | 433 | 0.734411 | 0.732102 | 21 | 19.619047 | 16.634663 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
3d4c83ea9a002a73379ee3f8ccbc41037e519c70 | 22,256,520,536,832 | 4003b6ab1f83179c0eb744d2182c1a21aefbfeec | /tessera-core/src/main/java/com/quorum/tessera/core/api/ServiceFactoryImpl.java | 0b61c92a18b3ef45aae09df70442cabde830ee8b | [
"Apache-2.0"
] | permissive | amanshr1729/tessera | https://github.com/amanshr1729/tessera | 7ebc15720c111c6aa101403c063c8a7a126fbba2 | 02a51f82a16f108088a065d810a9ea986b27359f | refs/heads/master | 2022-04-25T02:54:38.292000 | 2020-04-27T15:07:10 | 2020-04-27T15:07:10 | 259,633,917 | 2 | 0 | NOASSERTION | true | 2020-04-28T12:43:08 | 2020-04-28T12:43:07 | 2020-04-27T15:07:15 | 2020-04-28T12:42:45 | 162,048 | 0 | 0 | 0 | null | false | false | package com.quorum.tessera.core.api;
import com.quorum.tessera.enclave.Enclave;
import com.quorum.tessera.partyinfo.PartyInfoService;
import com.quorum.tessera.service.locator.ServiceLocator;
import com.quorum.tessera.data.EncryptedRawTransactionDAO;
import com.quorum.tessera.data.EncryptedTransactionDAO;
import com.q... | UTF-8 | Java | 1,982 | java | ServiceFactoryImpl.java | Java | [] | null | [] | package com.quorum.tessera.core.api;
import com.quorum.tessera.enclave.Enclave;
import com.quorum.tessera.partyinfo.PartyInfoService;
import com.quorum.tessera.service.locator.ServiceLocator;
import com.quorum.tessera.data.EncryptedRawTransactionDAO;
import com.quorum.tessera.data.EncryptedTransactionDAO;
import com.q... | 1,982 | 0.729062 | 0.729062 | 63 | 30.460318 | 26.991371 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31746 | false | false | 13 |
7fb7cb89464f213b59d7374b5ff338d60b2d626f | 22,256,520,538,035 | 8740730743dae9763976805c2fa272fd08a5fd81 | /ProjectEuler/src/Problem2.java | 09b919b2fac1ab71356e62570550d0efb67533a6 | [] | no_license | ThomasLewis1028/CS2133 | https://github.com/ThomasLewis1028/CS2133 | c9bfd43393b5b2f88560cb1449e110031329e326 | b727c4dcf6bee8a2f1304acbb5bc4c762dcf485a | refs/heads/master | 2020-03-27T06:36:00.761000 | 2018-08-25T18:21:12 | 2018-08-25T18:21:12 | 146,118,376 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Problem2 {
public static void main(String[] args) {
long fib1 = 1;
long fib2 = 1;
long fibEvenSum = 0;
long fibTotal = 0;
while (fibTotal < 4000000) {
fibTotal = fib1 + fib2;
fib1 = fib2;
fib2 = fibTotal;
if ((fibTotal % 2) == 0) {
fibEvenSum += fibTotal;
}
}
System.out... | UTF-8 | Java | 347 | java | Problem2.java | Java | [] | null | [] | public class Problem2 {
public static void main(String[] args) {
long fib1 = 1;
long fib2 = 1;
long fibEvenSum = 0;
long fibTotal = 0;
while (fibTotal < 4000000) {
fibTotal = fib1 + fib2;
fib1 = fib2;
fib2 = fibTotal;
if ((fibTotal % 2) == 0) {
fibEvenSum += fibTotal;
}
}
System.out... | 347 | 0.596542 | 0.536023 | 20 | 16.35 | 12.471066 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.2 | false | false | 13 |
9feaa1b811511e3ca379d7b716df3a144ac819a3 | 30,683,246,369,987 | ac82c44a91362f66d49c9ffa2f798b9a47e75ab4 | /yagi/src/main/java/org/raml/yagi/framework/grammar/rule/ArrayRule.java | f106a1cadd38bb62da575058fe496ba4013c9eb3 | [
"Apache-2.0"
] | permissive | raml-org/raml-java-parser | https://github.com/raml-org/raml-java-parser | 0d07a5b61211dc4c7b255b3e05094f8577ce3cfb | d2935eb7eec3aee4b5badd644d51f14e09eadb3d | refs/heads/master | 2023-08-29T01:04:55.495000 | 2022-02-12T14:27:47 | 2022-02-12T14:27:47 | 11,036,770 | 148 | 135 | NOASSERTION | false | 2020-06-09T10:37:39 | 2013-06-28T20:09:34 | 2020-06-08T18:52:17 | 2020-06-09T10:37:38 | 5,514 | 169 | 133 | 140 | Java | false | false | /*
* Copyright 2013 (c) MuleSoft, 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 agree... | UTF-8 | Java | 4,631 | java | ArrayRule.java | Java | [] | null | [] | /*
* Copyright 2013 (c) MuleSoft, 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 agree... | 4,631 | 0.583027 | 0.580652 | 164 | 27.237804 | 25.295778 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359756 | false | false | 13 |
00a284d8d4598d8765730bd6543ee6528535f8e2 | 30,683,246,367,011 | 0335d23fefd35903a7788747e3a45188a45ce177 | /app/src/main/java/com/example/nano/sidchat/Tab2.java | 842b6e464027e72d500b85d67385718b6ff1d66b | [] | no_license | ajaygosh102/ChatScreen | https://github.com/ajaygosh102/ChatScreen | 49239400765e4788158d3dbe03d3733afa4e375d | 33d49937739d33a097ea1ee41ebad45bbbeaba96 | refs/heads/master | 2020-03-13T04:35:49.388000 | 2018-04-25T07:18:46 | 2018-04-25T07:18:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.nano.sidchat;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
impor... | UTF-8 | Java | 2,054 | java | Tab2.java | Java | [
{
"context": "moviesList.add(new Chat(R.mipmap.house_karakter, \"Edward Livingston\" , \"Teacher\" , \"12:30 am\"));\n moviesList.a",
"end": 1082,
"score": 0.9995797872543335,
"start": 1065,
"tag": "NAME",
"value": "Edward Livingston"
},
{
"context": "moviesList.add(new Chat(R... | null | [] | package com.example.nano.sidchat;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
impor... | 1,955 | 0.703992 | 0.685005 | 51 | 39.294117 | 37.780216 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.215686 | false | false | 13 |
a4cd5e92d5c25cebf4a6995bdf3c1ef82e3b8684 | 18,691,697,732,613 | 7ccf2a616632e3b2b9c69c55fa98e6790161a142 | /app/src/main/java/com/example/practice/SelfHelpActivity.java | 74d6d1c8de4ebf4ce144f8dfeef270868e158684 | [] | no_license | AzizbekRasulmetov/ReadBookApp | https://github.com/AzizbekRasulmetov/ReadBookApp | e38a6a37589afccff3ba0e3884f5c3daea4c049f | 10c39f36989be853605decd6e759ceab7154d778 | refs/heads/master | 2023-02-10T10:24:33.642000 | 2021-01-13T05:53:25 | 2021-01-13T05:53:25 | 329,207,980 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.practice;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolb... | UTF-8 | Java | 1,386 | java | SelfHelpActivity.java | Java | [] | null | [] | package com.example.practice;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolb... | 1,386 | 0.722222 | 0.720779 | 43 | 31.232557 | 24.71685 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 13 |
3f9fe57f0bd0d3f1d50633adf7dd3a0f9741bf2e | 3,659,312,156,077 | 6de50a0b598843787a0d621854c44aad4619387f | /src/com/sunyard/cop/IF/spring/websocket/WebSocketHandler.java | c3871023853d3060cc4307867917b1c281231614 | [] | no_license | zhangguozhan/WebProject | https://github.com/zhangguozhan/WebProject | 6b81a23afa90eeb7f8a525606ab0c279274f0743 | b13e5107317716890f81fbd05a500e1c16c5942a | refs/heads/master | 2020-06-01T07:02:55.855000 | 2018-05-19T16:49:13 | 2018-05-19T16:49:13 | 94,066,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.sunyard.cop.IF.spring.websocket;
import java.util.Map;
import net.sf.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.socket.CloseStatus;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.sock... | UTF-8 | Java | 7,773 | java | WebSocketHandler.java | Java | [
{
"context": "\r\n * 或者简单的实现{@link WebSocketHandler}接口\r\n * @author YZ\r\n * 2017年1月16日 上午10:20:27\r\n */\r\npublic class Web",
"end": 634,
"score": 0.9986652731895447,
"start": 632,
"tag": "USERNAME",
"value": "YZ"
}
] | null | [] | /**
*
*/
package com.sunyard.cop.IF.spring.websocket;
import java.util.Map;
import net.sf.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.socket.CloseStatus;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.sock... | 7,773 | 0.641262 | 0.634042 | 201 | 35.208954 | 27.991402 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.079602 | false | false | 13 |
b38965a65cc534f05ffe1de7ddc8cd609afdb941 | 27,848,567,964,736 | a3f1e6db6809c6904469d49def9b7b19175c3bea | /content/jcr_root/libs/mcm/salesforce/src/impl/src/main/java/com/adobe/cq/mcm/salesforce/SalesforceException.java | 0256c4276746797b6a58f5839a18d104a8686d72 | [] | no_license | tiennv90/SVN | https://github.com/tiennv90/SVN | bd9f0024df7760db093bb63321946ad017b02203 | 43b5ae4fe747800fc9cd57180ee741c426668756 | refs/heads/master | 2020-02-26T07:56:06.467000 | 2013-10-09T14:16:11 | 2013-10-09T14:16:11 | 41,090,927 | 2 | 0 | null | true | 2015-08-20T10:52:22 | 2015-08-20T10:52:22 | 2015-02-18T15:47:39 | 2013-10-09T14:19:37 | 212,652 | 0 | 0 | 0 | null | null | null | /*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2012 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppl... | UTF-8 | Java | 1,208 | java | SalesforceException.java | Java | [] | null | [] | /*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2012 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppl... | 1,208 | 0.639073 | 0.628311 | 38 | 30.789474 | 26.687428 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 13 |
f2eed39090ad366b22fc1f63a97d583da07614dd | 9,328,668,990,085 | 7147ddee404cbe64118447c6dec9e1b017261bc1 | /src/main/java/jp/co/rerere/process/channel/dto/Channel.java | 78b8036b58a1e18b12379523565ab1147508bf67 | [] | no_license | iz-j/ReReRe | https://github.com/iz-j/ReReRe | 3dbc38a99adbd6dfc4ff6db8c882936e2c11b017 | ff5e26dd02cabc0b2b6575774607824493436c77 | refs/heads/master | 2016-04-01T09:17:09.302000 | 2015-02-25T09:39:49 | 2015-02-25T09:39:49 | 31,001,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.co.rerere.process.channel.dto;
import java.util.ArrayList;
import java.util.List;
public final class Channel {
public Long id;
public String name;
public Boolean isDefault;
public List<String> owners = new ArrayList<>();
@Override
public String toString() {
return "Channel [id=" + id + ", name=" +... | UTF-8 | Java | 1,576 | java | Channel.java | Java | [] | null | [] | package jp.co.rerere.process.channel.dto;
import java.util.ArrayList;
import java.util.List;
public final class Channel {
public Long id;
public String name;
public Boolean isDefault;
public List<String> owners = new ArrayList<>();
@Override
public String toString() {
return "Channel [id=" + id + ", name=" +... | 1,576 | 0.593909 | 0.589467 | 70 | 21.514286 | 20.256741 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3 | false | false | 13 |
bed99f1fa68d2c5525ac6227d6498231f100e7d6 | 16,200,616,667,659 | 930c38c3becee0da463fdfc3c3e0d232b7fe1e32 | /src/main/java/com/leetcode/linkedlist/_ReverseLinkedListii.java | 5e1f73af57e254fc74ea4c49d7c1cdca90e40de9 | [] | no_license | Jemmm1992/jemmmCode | https://github.com/Jemmm1992/jemmmCode | 58920f0de233c75555a444ae2688216ae78bed9a | 415b89755959930baebdc674f277cd442cbe0085 | refs/heads/master | 2020-04-05T14:34:13.597000 | 2017-09-26T14:42:32 | 2017-09-26T14:42:32 | 94,686,638 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.linkedlist;
/**
* Created by xu_zj on 2017/6/28.
*/
import com.modal.ListNode;
/**
Reverse a linked list from position m to n. Do it in-place and in one-pass.
For example:
Given1->2->3->4->5->NULL, m = 2 and n = 4,
return1->4->3->2->5->NULL.
Note:
Given m, n satisfy the following conditi... | UTF-8 | Java | 1,333 | java | _ReverseLinkedListii.java | Java | [
{
"context": "ackage com.leetcode.linkedlist;\n\n/**\n * Created by xu_zj on 2017/6/28.\n */\n\nimport com.modal.ListNode;\n\n/*",
"end": 57,
"score": 0.9995410442352295,
"start": 52,
"tag": "USERNAME",
"value": "xu_zj"
}
] | null | [] | package com.leetcode.linkedlist;
/**
* Created by xu_zj on 2017/6/28.
*/
import com.modal.ListNode;
/**
Reverse a linked list from position m to n. Do it in-place and in one-pass.
For example:
Given1->2->3->4->5->NULL, m = 2 and n = 4,
return1->4->3->2->5->NULL.
Note:
Given m, n satisfy the following conditi... | 1,333 | 0.546915 | 0.525782 | 49 | 23.142857 | 17.010201 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 13 |
25b64b8425a20ed19537d9c577322ca5c2378ff1 | 25,701,084,323,366 | 95e380c49b143fb7271254ec2cf7b0f2ba47e616 | /ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/versions/altair/statetransition/epoch/EpochProcessorAltair.java | b2e8e15eef1b10282c1293ff361a737456c02fb6 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | Nashatyrev/artemis | https://github.com/Nashatyrev/artemis | a34515760b8e64c28ca07b7a87b0c3729299e0fc | de2b2801c89ef5abf983d6bf37867c37fc47121f | refs/heads/master | 2022-09-17T01:28:08.612000 | 2022-06-06T14:19:07 | 2022-06-06T14:19:07 | 232,340,075 | 1 | 0 | Apache-2.0 | true | 2021-04-15T15:49:45 | 2020-01-07T14:18:44 | 2020-10-22T22:50:26 | 2021-04-15T15:49:44 | 123,612 | 1 | 0 | 0 | Java | false | false | /*
* Copyright 2021 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | UTF-8 | Java | 6,769 | java | EpochProcessorAltair.java | Java | [
{
"context": "ss\n * @see <a\n * href=\"https://github.com/ethereum/eth2.0-specs/blob/master/specs/altair/beacon-chai",
"end": 3992,
"score": 0.9548224806785583,
"start": 3984,
"tag": "USERNAME",
"value": "ethereum"
}
] | null | [] | /*
* Copyright 2021 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 6,769 | 0.778106 | 0.774561 | 149 | 44.429531 | 34.088367 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557047 | false | false | 13 |
41719f8675e9b2058fde2c7e1c9e7d0a810fe788 | 19,241,453,492,922 | 188bec1e5fc36a198ea39472c05a65c517318f60 | /baiyan-common-service/src/main/java/com/baiyan/common/service/event/demo/DemoEvent.java | 5bf0f8463941a439b4f1c9089ea4e93169a43cf6 | [] | no_license | louyanfeng25/common-frame | https://github.com/louyanfeng25/common-frame | c459607db0a28fa3f5c2282cf14c810096b123b8 | 67ceefe048af58ec64a574949d3cf3186a4fe414 | refs/heads/master | 2023-05-23T23:44:31.608000 | 2022-11-08T06:52:32 | 2022-11-08T06:52:32 | 358,146,323 | 36 | 22 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baiyan.common.service.event.demo;
import com.baiyan.common.base.model.event.BaseDomainEvent;
import lombok.Getter;
import lombok.NoArgsConstructor;
/**
* 领域事件示例
*
* @author baiyan
* @date 2021/02/21
*/
@NoArgsConstructor
@Getter
public class DemoEvent extends BaseDomainEvent<String> {
private St... | UTF-8 | Java | 467 | java | DemoEvent.java | Java | [
{
"context": "ok.NoArgsConstructor;\n\n/**\n * 领域事件示例\n *\n * @author baiyan\n * @date 2021/02/21\n */\n@NoArgsConstructor\n@Gette",
"end": 196,
"score": 0.9995667338371277,
"start": 190,
"tag": "USERNAME",
"value": "baiyan"
}
] | null | [] | package com.baiyan.common.service.event.demo;
import com.baiyan.common.base.model.event.BaseDomainEvent;
import lombok.Getter;
import lombok.NoArgsConstructor;
/**
* 领域事件示例
*
* @author baiyan
* @date 2021/02/21
*/
@NoArgsConstructor
@Getter
public class DemoEvent extends BaseDomainEvent<String> {
private St... | 467 | 0.723077 | 0.705495 | 24 | 18 | 18.859127 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
b67f3fa5d10b993e00c8fb6e2e70594a0d2bf6fc | 26,499,948,234,775 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_4b0ebd23866a64e21e2a781a1ead17aeed100c34/Flag/32_4b0ebd23866a64e21e2a781a1ead17aeed100c34_Flag_s.java | 5d5627f7b525b536200094ce87fbb7348e3b7a43 | [] | 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 | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
import java.util.List;
/**
* Write a description of class Flag here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Flag extends Actor
{
private String nationality;
... | UTF-8 | Java | 1,503 | java | 32_4b0ebd23866a64e21e2a781a1ead17aeed100c34_Flag_s.java | Java | [] | null | [] | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
import java.util.List;
/**
* Write a description of class Flag here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Flag extends Actor
{
private String nationality;
... | 1,503 | 0.51497 | 0.513639 | 54 | 25.814816 | 25.556093 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 13 |
3da1ae42f6a3de76de01e60d948f08729cf5d079 | 32,830,730,028,956 | f2f60c79a8373c17a1609cb4be85d5d9c73b120f | /src/jp/eclipcebook/Help.java | 7057e9d1b2aa215e331d1c6ab91c44abe39c6264 | [] | no_license | Koichi317/ManekkoDance | https://github.com/Koichi317/ManekkoDance | 4a0095a98c7601aac78c3834d4927dd40fe332b2 | 135a085117e652fc8716f67b055012594a11a41f | refs/heads/master | 2016-09-06T19:10:36.226000 | 2013-02-22T05:18:00 | 2013-02-22T05:18:00 | 8,350,938 | 1 | 0 | null | false | 2014-10-16T12:56:38 | 2013-02-22T05:13:13 | 2014-04-16T22:04:13 | 2013-02-22T05:24:22 | 10,430 | 1 | 1 | 2 | Java | null | null | package jp.eclipcebook;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
public class Help extends Activity {
private String lesson;
private String text_data;
private String message;
pr... | UTF-8 | Java | 2,883 | java | Help.java | Java | [] | null | [] | package jp.eclipcebook;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
public class Help extends Activity {
private String lesson;
private String text_data;
private String message;
pr... | 2,883 | 0.724939 | 0.710718 | 118 | 23.432203 | 19.853479 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.40678 | false | false | 13 |
7a47f30a6a65f4eee0e0fb46c78009f8a167dc14 | 31,679,678,806,147 | 804f6fdcb7accde8f4edf986a4ba6cd2d97aa235 | /src/model/Main.java | 10acf6c7a4df56020a7319a2755883e868b738f7 | [] | no_license | marcops/ModelledApplication_Modeller | https://github.com/marcops/ModelledApplication_Modeller | 2bf06270a4fc56b5f90d37a44681e4eccf66ce53 | 41a04cbb657616e5fef3e16a8275336e7b06ca25 | refs/heads/master | 2016-06-01T04:12:09.916000 | 2015-09-02T12:45:56 | 2015-09-02T12:45:56 | 41,800,206 | 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 model;
import javax.swing.UIManager;
/**
*
* @author Aog007
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
//Mobil... | UTF-8 | Java | 595 | java | Main.java | Java | [
{
"context": "\n\nimport javax.swing.UIManager;\n\n/**\n *\n * @author Aog007\n */\npublic class Main {\n\n /**\n * @param ar",
"end": 172,
"score": 0.999557375907898,
"start": 166,
"tag": "USERNAME",
"value": "Aog007"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import javax.swing.UIManager;
/**
*
* @author Aog007
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
//Mobil... | 595 | 0.593277 | 0.588235 | 31 | 18.193548 | 19.30472 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 13 |
14e7a6c429373fd648c587c72c9580e3ec3743ac | 14,894,946,640,434 | 6e1e6b1afde6baecb913ccc53495d889310c43d9 | /src/main/java/com/gqb/controller/UserController.java | ccb84e3eeaac34c553c579973432c758d87b8c5c | [] | no_license | GQBBBB/SSM | https://github.com/GQBBBB/SSM | b21370c7ce8be37143276710b60f1e80818ffbd8 | 014b90223976984e20f721aae2ee0eaf08a1a101 | refs/heads/master | 2020-05-25T19:50:50.920000 | 2019-11-13T12:44:33 | 2019-11-13T12:44:33 | 187,961,786 | 0 | 0 | null | false | 2021-02-18T21:21:13 | 2019-05-22T04:17:48 | 2019-11-13T12:44:36 | 2021-02-18T21:21:12 | 17,826 | 0 | 0 | 4 | Java | false | false | package com.gqb.controller;
import com.gqb.pojo.User;
import com.gqb.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestM... | UTF-8 | Java | 836 | java | UserController.java | Java | [] | null | [] | package com.gqb.controller;
import com.gqb.pojo.User;
import com.gqb.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestM... | 836 | 0.708937 | 0.708937 | 30 | 26.6 | 20.814419 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
e275098cbbeb7560de4ff49e3df6d66d952c7886 | 32,590,211,862,141 | bffc26d949cc593540ef7d80a1c5d68a5c2d1ec1 | /src/main/java/com/hong/hakwon/web/validation/RegisterValidator.java | ca73fd3f958203e94935e9e78f91fbe2554d550f | [] | no_license | parkmuhyeun/study | https://github.com/parkmuhyeun/study | d6b62653ca2079535c51089c6d1294a9e8a1bfaa | 198bfc9fc85e2788a887fb1dd058055e8deccd8e | refs/heads/master | 2023-09-01T16:30:33.234000 | 2021-09-30T14:02:53 | 2021-09-30T14:02:53 | 400,123,039 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hong.hakwon.web.validation;
import com.hong.hakwon.web.dto.UserSaveDto;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@Component
public class R... | UTF-8 | Java | 3,685 | java | RegisterValidator.java | Java | [
{
"context": "ors.rejectValue(\"email\", null, \"올바르지 않는 형식입니다. ex) example@email.com\");\n }\n\n if(userSaveDto.getPassword(",
"end": 2915,
"score": 0.9999216198921204,
"start": 2898,
"tag": "EMAIL",
"value": "example@email.com"
}
] | null | [] | package com.hong.hakwon.web.validation;
import com.hong.hakwon.web.dto.UserSaveDto;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.Validator;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@Component
public class R... | 3,675 | 0.590276 | 0.579306 | 87 | 37.770115 | 33.750504 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862069 | false | false | 13 |
9dedf32b0dd326e56b9a5950cc040216e598bb8c | 31,817,117,754,596 | 38c95a8e610a26e7cb0e2a0ad027df148b890210 | /codes/java/leetcodes/src/main/java/com/hit/basmath/learn/others/_659.java | f096600fdbabc8b4cafbffccfcb117927945ce4f | [
"MIT"
] | permissive | guobinhit/myleetcode | https://github.com/guobinhit/myleetcode | b2f4b5f2c1fd7c26dd303be34c227a20c9bfa9b7 | bf519a04dcf574419543f52fbe2bfcb430d981f1 | refs/heads/master | 2023-01-21T10:58:24.809000 | 2023-01-09T03:36:45 | 2023-01-09T03:36:45 | 145,631,771 | 56 | 29 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hit.basmath.learn.others;
/**
* 659. Split Array into Consecutive Subsequences
* <p>
* Given an array nums sorted in ascending order, return true if and only if you can split it into 1 or more subsequences such that each subsequence consists of consecutive integers and has length at least 3.
* <p>
* E... | UTF-8 | Java | 1,572 | java | _659.java | Java | [] | null | [] | package com.hit.basmath.learn.others;
/**
* 659. Split Array into Consecutive Subsequences
* <p>
* Given an array nums sorted in ascending order, return true if and only if you can split it into 1 or more subsequences such that each subsequence consists of consecutive integers and has length at least 3.
* <p>
* E... | 1,572 | 0.494275 | 0.430025 | 59 | 25.644068 | 31.789436 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033898 | false | false | 13 |
4024579ae8f19373dd3074cef32e577cda8f5364 | 9,019,431,329,846 | 8b84e640cb76a22d066d72b54d7fee7749632ab1 | /Q13.java | 4efeb0f31e9c5e80621af1d8dbda3fe993ecb114 | [] | no_license | MuhammadTahaAzam1997/OOP_2ndSemester | https://github.com/MuhammadTahaAzam1997/OOP_2ndSemester | 8f6f3c682f553026a155bb02c03414763718f00d | 9ab236351b227ddfbb90d54ad30a9cb27a815dcf | refs/heads/master | 2020-04-06T11:58:30.052000 | 2018-11-13T20:00:26 | 2018-11-13T20:00:26 | 157,438,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class creditDetails
{
String Name;
int limit;
String accountID;
int sum=0;
int initialBalance;
int noitems;
int amountSpent(int noitems)
{
Scanner sc=new Scanner(System.in);
int[] price=new int[noitems];
for(int x=0;x<price.length;x++)
{
System.out.println("ENTER PRICE OF ITE... | UTF-8 | Java | 1,422 | java | Q13.java | Java | [] | null | [] | import java.util.Scanner;
class creditDetails
{
String Name;
int limit;
String accountID;
int sum=0;
int initialBalance;
int noitems;
int amountSpent(int noitems)
{
Scanner sc=new Scanner(System.in);
int[] price=new int[noitems];
for(int x=0;x<price.length;x++)
{
System.out.println("ENTER PRICE OF ITE... | 1,422 | 0.703938 | 0.700422 | 63 | 21.571428 | 17.35778 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.952381 | false | false | 13 |
040905dc747e5fc66e19e34e02e501015fd83040 | 24,232,205,493,401 | 8c11c0b139548c9c869f1e77e9ef5a882430863a | /src/main/java/factory_method/ChicagoPizzaStore.java | d8d787ac9ed10be38cac7bdffc2d88cbf7cde8c2 | [] | no_license | Getthrough/DesignPatterns | https://github.com/Getthrough/DesignPatterns | dcb7cdbb468eafe77aa4f11755ed9376aa6740d2 | 52097fd57c35a1233ffcbfb2510701bb4b7ae162 | refs/heads/master | 2021-07-06T16:29:13.409000 | 2020-07-16T15:46:22 | 2020-07-16T15:46:22 | 140,735,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package factory_method;
/**
* 芝加哥风味披萨
*
* @author getthrough
* @date 2020/7/10
*/
public class ChicagoPizzaStore extends PizzaStore {
@Override
protected Pizza createPizza(String type) {
if ("cheese".equals(type)) {
return new CCStyleCheesePizza();
} else if ("veggie".equals(t... | UTF-8 | Java | 455 | java | ChicagoPizzaStore.java | Java | [
{
"context": "kage factory_method;\n\n/**\n * 芝加哥风味披萨\n *\n * @author getthrough\n * @date 2020/7/10\n */\npublic class ChicagoPizzaS",
"end": 64,
"score": 0.9995290637016296,
"start": 54,
"tag": "USERNAME",
"value": "getthrough"
}
] | null | [] | package factory_method;
/**
* 芝加哥风味披萨
*
* @author getthrough
* @date 2020/7/10
*/
public class ChicagoPizzaStore extends PizzaStore {
@Override
protected Pizza createPizza(String type) {
if ("cheese".equals(type)) {
return new CCStyleCheesePizza();
} else if ("veggie".equals(t... | 455 | 0.575964 | 0.560091 | 22 | 19.045454 | 17.402918 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 13 |
24791c1598ebcfd168e3e7022e6557b3fe81c578 | 10,368,051,105,135 | 1557fb2c7fe35acbf4983d0603ff2a9fcfc80f22 | /strategy/example/java/Multiplication.java | 2815a15669ae7a4a0624033264997f98ddc686a9 | [] | no_license | manurampandit/design-patterns | https://github.com/manurampandit/design-patterns | 041ee7fdb73dcbd77b7b535c96736ac5a6982340 | a387f228eefa0edd205423b6538e2aa8711fcb8a | refs/heads/master | 2016-09-06T14:17:19.602000 | 2014-07-31T17:24:45 | 2014-07-31T17:24:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package designpatterns.strategy.example.java;
/**
* @author manurampandit
*
*/
public class Multiplication implements IOperation {
/* (non-Javadoc)
* @see designpattern.strategy.example.java.IOperation#execute(int, int)
*/
@Override
public void execute(int a, int b) {
System.out.println("Multi... | UTF-8 | Java | 355 | java | Multiplication.java | Java | [
{
"context": "ignpatterns.strategy.example.java;\n\n/**\n * @author manurampandit\n *\n */\npublic class Multiplication implements IOp",
"end": 87,
"score": 0.8912439346313477,
"start": 74,
"tag": "USERNAME",
"value": "manurampandit"
}
] | null | [] | /**
*
*/
package designpatterns.strategy.example.java;
/**
* @author manurampandit
*
*/
public class Multiplication implements IOperation {
/* (non-Javadoc)
* @see designpattern.strategy.example.java.IOperation#execute(int, int)
*/
@Override
public void execute(int a, int b) {
System.out.println("Multi... | 355 | 0.678873 | 0.678873 | 21 | 15.904762 | 21.701229 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
d200b15893451c9e428179238e68ca095c69e847 | 4,140,348,528,570 | f43da1e90b58dd88f83b9534a96c61631280d66d | /src10/com/github/forax/blast_from_the_past10/Occurence.java | 08f4061ab9260991911a7e67ad8d60a0d396b9cc | [
"MIT"
] | permissive | forax/blast_from_the_past | https://github.com/forax/blast_from_the_past | 924172e2823352b67e5bd75fc5a7154e0e425bc4 | 559453ffd65528e9ae0a6220a94b0548f696b93b | refs/heads/master | 2021-05-11T19:30:58.966000 | 2018-03-27T13:49:40 | 2018-03-27T13:49:40 | 117,877,167 | 12 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.forax.blast_from_the_past10;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Map;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
public class Occurence {
public stati... | UTF-8 | Java | 827 | java | Occurence.java | Java | [
{
"context": "package com.github.forax.blast_from_the_past10;\n\nimport java.io.IOExceptio",
"end": 24,
"score": 0.9976531267166138,
"start": 19,
"tag": "USERNAME",
"value": "forax"
}
] | null | [] | package com.github.forax.blast_from_the_past10;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Map;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
public class Occurence {
public stati... | 827 | 0.696493 | 0.694075 | 27 | 29.629629 | 21.087381 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
ab77a59207bad35379652faa1662006f8b42bfa3 | 1,005,022,354,460 | 8eec47a5ab5f4661bcb52014ee5b72882a2dfe2e | /src/main/java/nl/sogeti/com/domain/Colour.java | 0a46dadde1d4bde2f7f30dc35eefccb68b2ce755 | [] | no_license | sudeepkuma/umAngular2 | https://github.com/sudeepkuma/umAngular2 | 55c4e74bc546e49bbf657a351213a7be4aa3826c | 55a4e1ad73eb3bdbe4ef772fd1d53fdad4274126 | refs/heads/master | 2021-01-02T09:29:36.337000 | 2017-11-13T13:01:15 | 2017-11-13T13:01:15 | 97,930,541 | 0 | 0 | null | false | 2017-08-01T09:45:33 | 2017-07-21T09:26:15 | 2017-07-21T09:58:06 | 2017-08-01T09:45:33 | 3,931 | 0 | 0 | 0 | JavaScript | null | null | /*------------------------------------------------------------------------------
** Ident: Delivery Center Java
** Author: himtiwar
** Copyright: (c) Feb 19, 2015 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederland B... | UTF-8 | Java | 2,911 | java | Colour.java | Java | [
{
"context": " ** Ident: Delivery Center Java\n ** Author: himtiwar\n ** Copyright: (c) Feb 19, 2015 Sogeti Nederland ",
"end": 140,
"score": 0.9990203976631165,
"start": 132,
"tag": "USERNAME",
"value": "himtiwar"
},
{
"context": "Auto-generated Javadoc\n/**\n * ????.\n * \n ... | null | [] | /*------------------------------------------------------------------------------
** Ident: Delivery Center Java
** Author: himtiwar
** Copyright: (c) Feb 19, 2015 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederland B... | 2,911 | 0.545861 | 0.530402 | 112 | 24.991072 | 24.589304 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276786 | false | false | 13 |
7dc8a3071bee54ee7f575333f07800d52cfa410f | 7,224,134,997,750 | 4bd7a36d09ab4af540861d649b5fab8b02015c78 | /app/src/main/java/com/stylet/nutronx/Activities/ui/Patients/PatientFragment.java | f32adad19090d1f7b54b1a48047458495d0d39d5 | [] | no_license | oolayemi/NuTronX | https://github.com/oolayemi/NuTronX | ecb3cfeebc787967caecc0bc6880a76b8f1c1893 | 7162ff55affedd6df3c18f4be9ad72dc6a5e1df6 | refs/heads/master | 2022-07-28T19:58:52.155000 | 2020-05-29T00:35:17 | 2020-05-29T00:35:17 | 267,727,738 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stylet.nutronx.Activities.ui.Patients;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListVi... | UTF-8 | Java | 1,435 | java | PatientFragment.java | Java | [] | null | [] | package com.stylet.nutronx.Activities.ui.Patients;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListVi... | 1,435 | 0.729617 | 0.729617 | 49 | 28.306122 | 25.876633 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 13 |
7fa05d14234a409873462caeb63f5b2d5849102f | 11,544,872,160,031 | fc715d0a6b48bcc645ca6d87fb7ac4a794141976 | /Interface/Animal.java | 7300b1be827e68e7601f3767961d9751161b9017 | [] | no_license | CSQ223/java-project-template | https://github.com/CSQ223/java-project-template | a3b61837cb904f61b10c5c60153642a13ac24569 | 1f90538d8ecdf436eaae03ee58e5909df33503a5 | refs/heads/main | 2023-07-21T15:18:21.464000 | 2021-09-04T03:20:54 | 2021-09-04T03:20:54 | 402,952,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interface;
public interface Animal {
void Eat();
void Drink();
void Move();
void Shout();
}
| UTF-8 | Java | 125 | java | Animal.java | Java | [] | null | [] | package Interface;
public interface Animal {
void Eat();
void Drink();
void Move();
void Shout();
}
| 125 | 0.56 | 0.56 | 8 | 13.625 | 8.092241 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 13 |
95edfb40df89d90cee15fb3cbf8eb2766713cbb0 | 17,506,286,699,087 | 378c3e511a2b49a679b45a5f4ee8e1add80a4ef6 | /src/main/java/uz/pdp/appwarehouse/service/ClientService.java | 0ace278ee8b4dbea9e0e7ae48d953052ca2ba576 | [] | no_license | sherzodbeek/app-warehouse | https://github.com/sherzodbeek/app-warehouse | 6cd0eb58a9a6b51b511bf7c0e474614f24d3647c | 62b518b3174eba2f548c066345a9011b6789a370 | refs/heads/master | 2023-06-02T18:57:42.772000 | 2021-06-20T20:27:45 | 2021-06-20T20:27:45 | 378,658,424 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uz.pdp.appwarehouse.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import uz.pdp.appwarehouse.entity.Client;
import uz.pdp.appwarehouse.payload.Result;
import uz.pdp.appwarehouse.repository.ClientRepository;
import java.util.List;
import ... | UTF-8 | Java | 1,880 | java | ClientService.java | Java | [] | null | [] | package uz.pdp.appwarehouse.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import uz.pdp.appwarehouse.entity.Client;
import uz.pdp.appwarehouse.payload.Result;
import uz.pdp.appwarehouse.repository.ClientRepository;
import java.util.List;
import ... | 1,880 | 0.71117 | 0.71117 | 52 | 35.153847 | 26.888935 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634615 | false | false | 13 |
58482fc7700d57315f26c0d2a54e8cfae398bae5 | 17,497,696,831,333 | 17cb1347a9f055980c25deb61e1300bba1d9d08f | /Test i git/src/hej1.java | e72fadcb0e61b2547363ea0e4edff49072d20941 | [] | no_license | madsh93/gittest | https://github.com/madsh93/gittest | 91675a3b0812c7bf440f6b4e704bfd6a9d4315a7 | 034520e92720aaad68052985511c68283b9fadba | refs/heads/master | 2018-12-29T04:10:36.523000 | 2014-09-29T11:00:28 | 2014-09-29T11:00:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class hej1 {
// test af java
}
| UTF-8 | Java | 39 | java | hej1.java | Java | [] | null | [] |
public class hej1 {
// test af java
}
| 39 | 0.641026 | 0.615385 | 3 | 11.666667 | 7.717225 | 19 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 13 |
85bbc8fc6c48278d696a463da934de32f2007196 | 24,232,205,547,781 | 77c49f4014490d6daa59baf334d21b970699943a | /src/main/java/eu/mihosoft/vfxwebkit/NativeBinding.java | 0cb760af25ee7415e7b8ec438588c904191eec17 | [
"BSD-2-Clause"
] | permissive | miho/VFXWebKit | https://github.com/miho/VFXWebKit | e3b759cefbfbac78ee25ed6ac90fbec9f9b62fee | 6a0c907025997d72df5ea476b1d1f267fc0489d0 | refs/heads/master | 2020-12-12T08:47:13.455000 | 2020-02-04T04:48:28 | 2020-02-04T04:48:28 | 36,893,206 | 10 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.mihosoft.vfxwebkit;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import java.util.HashMap;
import java.util.Map;
import javafx.scene.image.PixelFormat;
/**
*
* @author Michael Hoffer <info@michaelhoffer.de>
*/
public enum NativeBinding {
INSTANCE;
final Map<Integer, VFX... | UTF-8 | Java | 1,599 | java | NativeBinding.java | Java | [
{
"context": "javafx.scene.image.PixelFormat;\n\n/**\n *\n * @author Michael Hoffer <info@michaelhoffer.de>\n */\npublic enum Nat",
"end": 207,
"score": 0.9980749487876892,
"start": 193,
"tag": "NAME",
"value": "Michael Hoffer"
},
{
"context": "ixelFormat;\n\n/**\n *\n * @autho... | null | [] | package eu.mihosoft.vfxwebkit;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import java.util.HashMap;
import java.util.Map;
import javafx.scene.image.PixelFormat;
/**
*
* @author <NAME> <<EMAIL>>
*/
public enum NativeBinding {
INSTANCE;
final Map<Integer, VFXWebNode> nodes;
p... | 1,577 | 0.608505 | 0.603502 | 69 | 22.173914 | 19.491325 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 13 |
082e42effd211bcd6c4980570e21c6824978f13d | 4,569,845,214,940 | 798e3563930a7f5098a790d86cba09a53a9030bd | /src/com/uas/erp/service/hr/QuestionService.java | cadecf592aad35d148d42321f4ee2b50164f6f89 | [] | no_license | dreamvalley/6.0.0 | https://github.com/dreamvalley/6.0.0 | c5cabed6f34cab783df16de9ff6ddfc118b7c4fe | 12ed81bf7a46a649711bcf654bf9bcafe70054c2 | refs/heads/master | 2022-02-17T02:31:57.439000 | 2018-07-25T02:52:27 | 2018-07-25T02:52:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uas.erp.service.hr;
public interface QuestionService {
void saveQuestion(String formStore, String caller);
void updateQuestionById(String formStore, String caller);
void deleteQuestion(int or_id, String caller);
}
| UTF-8 | Java | 237 | java | QuestionService.java | Java | [] | null | [] | package com.uas.erp.service.hr;
public interface QuestionService {
void saveQuestion(String formStore, String caller);
void updateQuestionById(String formStore, String caller);
void deleteQuestion(int or_id, String caller);
}
| 237 | 0.776371 | 0.776371 | 11 | 20.545454 | 22.872625 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 13 |
14dcf9661abd22aa353a24866a03e99ef8befc5b | 7,421,703,522,035 | 6c54d0f4b87467a0e8d4e443db1e801179c234a7 | /webapp/utit/src/test/java/com/skronawi/cicd/webapp/ThingDaoIT.java | 55d5e008dd045ad7128cf0d0be27897a117da41f | [] | no_license | sikron/cd-project | https://github.com/sikron/cd-project | 250355d7015ca05f44c821c758c00baae770dd6c | 707ac93ed411d83a3818c9f44199efce5c0a22ce | refs/heads/master | 2020-04-01T20:27:56.121000 | 2016-06-26T15:11:43 | 2016-06-26T15:11:43 | 61,318,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skronawi.cicd.webapp;
import com.skronawi.cicd.webapp.persistence.PersistenceConfig;
import com.skronawi.cicd.webapp.persistence.Thing;
import com.skronawi.cicd.webapp.persistence.ThingDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfigu... | UTF-8 | Java | 1,397 | java | ThingDaoIT.java | Java | [] | null | [] | package com.skronawi.cicd.webapp;
import com.skronawi.cicd.webapp.persistence.PersistenceConfig;
import com.skronawi.cicd.webapp.persistence.Thing;
import com.skronawi.cicd.webapp.persistence.ThingDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfigu... | 1,397 | 0.734431 | 0.734431 | 42 | 32.261906 | 24.516331 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 13 |
b0c58496e007e3d7677d066a7e49694e0014c656 | 13,159,779,845,174 | 7e139bcbfd73a14cff46b334c8b1d4090bec4fc6 | /src/javaNIO/nio/ClientSocketChannelDemo.java | e61e229ac4c620f557c82392c6cdc844cb1547b5 | [] | no_license | hzqiuxm/privateproject | https://github.com/hzqiuxm/privateproject | 6e8b27e447fc27f2e70801c12ff89d1d9480fab1 | e1d3af380894b271f49048cbaddb33c031b9d267 | refs/heads/master | 2021-01-17T05:13:10.275000 | 2018-06-21T01:55:50 | 2018-06-21T01:55:50 | 47,237,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaNIO.nio;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
import java.nio.charset.Charset;
/**
* Copyright © 2016年 author. All rights reserved.
*
* @Author 临江仙 hxqiuxm@163.com
* @Date 2017/1/4 0004 21:02
*/
public class ClientSocketChannelDemo {
... | UTF-8 | Java | 1,365 | java | ClientSocketChannelDemo.java | Java | [
{
"context": " 2016年 author. All rights reserved.\n *\n * @Author 临江仙 hxqiuxm@163.com\n * @Date 2017/1/4 0004 21:02\n */\n",
"end": 230,
"score": 0.9998111724853516,
"start": 227,
"tag": "NAME",
"value": "临江仙"
},
{
"context": "16年 author. All rights reserved.\n *\n * @Author 临江仙 hxqi... | null | [] | package javaNIO.nio;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
import java.nio.charset.Charset;
/**
* Copyright © 2016年 author. All rights reserved.
*
* @Author 临江仙 <EMAIL>
* @Date 2017/1/4 0004 21:02
*/
public class ClientSocketChannelDemo {
publ... | 1,357 | 0.649696 | 0.6231 | 51 | 24.803921 | 23.37505 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
2ba3c91050f06a4dd7cf57753cf03fc6239eb273 | 19,799,799,282,437 | 6ef2e0b663eda56712495942ef1f8a091d3963f2 | /src/tests/model/engine/physics/ForceTest.java | 639089c2f37ebdfdfdf060020f810e8e852699fb | [
"MIT"
] | permissive | cboin/angrycanard | https://github.com/cboin/angrycanard | 5e7b57d8780b1e00ac78a5a56beb4a40b4a88c5f | e714cc4184e3b615b46e051363f82f33a991bb84 | refs/heads/master | 2018-10-09T08:31:53.708000 | 2016-01-17T17:55:40 | 2016-01-17T17:56:29 | 43,363,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.model.engine.physics;
import static org.junit.Assert.*;
import model.engine.physics.Force;
import model.engine.utils.Vector2;
import org.junit.Test;
public class ForceTest {
Force fo=new Force(new Vector2(50,50));
@Test
public void test1(){
assertTrue(new Vector2(0,-9.81).equal... | UTF-8 | Java | 865 | java | ForceTest.java | Java | [] | null | [] | package tests.model.engine.physics;
import static org.junit.Assert.*;
import model.engine.physics.Force;
import model.engine.utils.Vector2;
import org.junit.Test;
public class ForceTest {
Force fo=new Force(new Vector2(50,50));
@Test
public void test1(){
assertTrue(new Vector2(0,-9.81).equal... | 865 | 0.645087 | 0.583815 | 29 | 28.827587 | 24.777727 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.931035 | false | false | 13 |
f90c0287031efee88b334bb0247fcfa22a76c76e | 17,265,768,591,056 | d54a168031385c0df0730eb4bbd8aa6df91c289e | /src/com/reefangel/evolution/GraphActivity.java | fe11bb9dfa675a91d806d7a4964e998b73c7d41d | [] | no_license | reefangel/Evolution | https://github.com/reefangel/Evolution | ab9a684761cf9878f802d080a20e4c47b19b3689 | 391219f6b8875bb20301a050d9def8407a72bf66 | refs/heads/master | 2021-01-01T15:51:10.285000 | 2012-12-29T03:49:37 | 2012-12-29T03:49:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reefangel.evolution;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.DashPathEffect;
import android.os.Bundle;
import android.util.Log;
import com.androidplot.Plot.BorderStyle;
import com.androidplot.xy.BoundaryMode;
import com.androidplot.xy.LineAndPointFormatter;
impo... | UTF-8 | Java | 6,584 | java | GraphActivity.java | Java | [] | null | [] | package com.reefangel.evolution;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.DashPathEffect;
import android.os.Bundle;
import android.util.Log;
import com.androidplot.Plot.BorderStyle;
import com.androidplot.xy.BoundaryMode;
import com.androidplot.xy.LineAndPointFormatter;
impo... | 6,584 | 0.676488 | 0.650365 | 157 | 40.942677 | 33.609077 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.707006 | false | false | 13 |
0e9a7418acaae4b1a27e01b67bbb09fa6d8afd93 | 33,629,593,975,032 | 34108bf338f64e3452e480154d1a0073f4a5c84b | /javaWebWorkspace/JavaDesign/src/com/nocol/pattern/structure/Proxy/Test/UserServiceImpl.java | 8859e07d970a91b51d7170c552fad1ac5574a33a | [] | no_license | nocol0609/nocol | https://github.com/nocol0609/nocol | 4cc25b4ca19cbcacb604cea3f97571079f21e100 | 98457320af9eb307cb578149fbff77b52e1fdd3f | refs/heads/master | 2020-12-02T16:23:35.626000 | 2017-08-26T13:25:21 | 2017-08-26T13:25:21 | 96,543,322 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nocol.pattern.structure.Proxy.Test;
public class UserServiceImpl implements UserService{
@Override
public void login(String name) {
// TODO Auto-generated method stub
System.out.println("login.....");
}
@Override
public void register() {
// TODO Auto-generated method stub
System.out.println... | UTF-8 | Java | 347 | java | UserServiceImpl.java | Java | [] | null | [] | package com.nocol.pattern.structure.Proxy.Test;
public class UserServiceImpl implements UserService{
@Override
public void login(String name) {
// TODO Auto-generated method stub
System.out.println("login.....");
}
@Override
public void register() {
// TODO Auto-generated method stub
System.out.println... | 347 | 0.706052 | 0.706052 | 17 | 19.411764 | 18.711617 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
f1d7b4f97c8fdf44ecf9c8a15bd12d0d47db4ed1 | 10,050,223,519,694 | f2b4d3366d5aea4ee4e3635ad02a1bcfaa5fb6a9 | /resseler/resseler-core/resseler-commons/src/main/java/br/com/rubyit/resseler/core/commons/exceptions/RetrieveCustomerException.java | 973733d07853fd3a3c5af09afe7ca3598495e39a | [] | no_license | thiago-devel/java | https://github.com/thiago-devel/java | cec8f8d67084f71e8e328e2575a0fa98830a10df | c36e1f09ade73c8b28742509e7fa134af2268541 | refs/heads/master | 2022-12-23T00:17:16.189000 | 2019-06-10T23:32:34 | 2019-06-10T23:32:34 | 139,039,198 | 0 | 0 | null | false | 2022-12-16T10:32:03 | 2018-06-28T15:49:06 | 2019-06-10T23:32:46 | 2022-12-16T10:31:59 | 1,178 | 0 | 0 | 17 | Java | false | false | package br.com.rubyit.resseler.core.commons.exceptions;
import br.com.rubyit.resseler.core.enums.ErrorType;
public class RetrieveCustomerException extends RawException {
/**
* Método de lançamento da exception RetrieveCustomerException
* @param message
* @param cause
* @param code
* @par... | UTF-8 | Java | 553 | java | RetrieveCustomerException.java | Java | [] | null | [] | package br.com.rubyit.resseler.core.commons.exceptions;
import br.com.rubyit.resseler.core.enums.ErrorType;
public class RetrieveCustomerException extends RawException {
/**
* Método de lançamento da exception RetrieveCustomerException
* @param message
* @param cause
* @param code
* @par... | 553 | 0.689655 | 0.689655 | 19 | 28 | 23.584116 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 13 |
5885311ff94616962ccb068568e3f0766a90f7d3 | 27,127,013,490,500 | 52176bbcceb3b41796eff54b6487469add81b3dd | /src/main/java/pl/januszsoft/feature/round/RoundDTO.java | 5dde841cd3b7b7b86af517a6facd4130b5b23b1f | [] | no_license | JanuszSoft/ebet | https://github.com/JanuszSoft/ebet | 3a2ea10add5a5984e7b156a33351386f26af494c | 749bf122c66ce5dcf38f1479f18670e32d174b52 | refs/heads/master | 2021-01-15T10:58:02.123000 | 2017-10-21T22:10:23 | 2017-10-21T22:10:23 | 99,604,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.januszsoft.feature.round;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.hateoas.ResourceSupport;
import pl.januszsoft.feature.match.MatchDTO;
import java.util.ArrayList;
import java.util.List;
@Data
@NoArgsConstructor
... | UTF-8 | Java | 644 | java | RoundDTO.java | Java | [] | null | [] | package pl.januszsoft.feature.round;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.hateoas.ResourceSupport;
import pl.januszsoft.feature.match.MatchDTO;
import java.util.ArrayList;
import java.util.List;
@Data
@NoArgsConstructor
... | 644 | 0.762422 | 0.762422 | 28 | 22 | 19.733944 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
93e1fa66bcaaf79b2f582456b202dac7e4c22938 | 24,558,623,053,078 | f3628df04f5b554976a23b39f8422bea16e9cfe3 | /src/JavaSTART/Work_Presentation/Lesson_8_Pages_161_178/Page_170/Exercise_4/MyClass_Replace_1.java | 1f27415c2bc496b652ebcc9acf046a69cef1a9b9 | [
"Apache-2.0"
] | permissive | AlSidorenko/ProgKievUa | https://github.com/AlSidorenko/ProgKievUa | b2570ae979ed059095bf4e4e7b17a33c3459fe8d | 79ae1c47c17eaae58700bf522b3feb9aee9a9d1e | refs/heads/master | 2017-12-02T20:50:13.186000 | 2017-08-04T16:09:37 | 2017-08-04T16:09:37 | 95,046,495 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaSTART.Work_Presentation.Lesson_8_Pages_161_178.Page_170.Exercise_4;
/**
* Created by Александр on 28.02.2017.
*/
public class MyClass_Replace_1 {
public static void main(String[] args) {
System.out.println();
}
/*public static String replace (String s, char ch, char sub) {
}
... | UTF-8 | Java | 335 | java | MyClass_Replace_1.java | Java | [
{
"context": "es_161_178.Page_170.Exercise_4;\n\n/**\n * Created by Александр on 28.02.2017.\n */\npublic class MyClass_Replace_1",
"end": 108,
"score": 0.9998547434806824,
"start": 99,
"tag": "NAME",
"value": "Александр"
}
] | null | [] | package JavaSTART.Work_Presentation.Lesson_8_Pages_161_178.Page_170.Exercise_4;
/**
* Created by Александр on 28.02.2017.
*/
public class MyClass_Replace_1 {
public static void main(String[] args) {
System.out.println();
}
/*public static String replace (String s, char ch, char sub) {
}
... | 335 | 0.647239 | 0.58589 | 15 | 20.733334 | 25.164701 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 13 |
66a36d28b5db77cba38a052505f259e22c65f1af | 24,558,623,052,259 | 674f624872920dc84e9c2b26650afd1a0e16c7e2 | /src/main/java/gd/rf/acro/walledkingdoms/Items/tool/ItemShovel.java | c568b458112c298a0b5ac9d3a397356eec8acf05 | [] | no_license | JSJBDEV/WalledKingdoms | https://github.com/JSJBDEV/WalledKingdoms | 480a855939e2f8c81ded37e68b1efb6015aef06a | 47428e8d727c9ea877afc47aed37e50c6278ccf9 | refs/heads/master | 2022-04-12T07:17:31.973000 | 2020-03-30T20:13:21 | 2020-03-30T20:13:21 | 217,395,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gd.rf.acro.walledkingdoms.Items.tool;
import gd.rf.acro.walledkingdoms.WalledKingdoms;
import net.minecraft.item.ItemSpade;
public class ItemShovel extends ItemSpade {
private String name;
public ItemShovel(ToolMaterial material, String name) {
super(material);
setRegistryName(name);
... | UTF-8 | Java | 543 | java | ItemShovel.java | Java | [] | null | [] | package gd.rf.acro.walledkingdoms.Items.tool;
import gd.rf.acro.walledkingdoms.WalledKingdoms;
import net.minecraft.item.ItemSpade;
public class ItemShovel extends ItemSpade {
private String name;
public ItemShovel(ToolMaterial material, String name) {
super(material);
setRegistryName(name);
... | 543 | 0.705341 | 0.703499 | 20 | 26.15 | 20.662224 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 13 |
3c9f06af78c6403e3c50a8a6c37bcd8b7dbf38ca | 13,116,830,193,445 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/theme_park/meatlump/destroy_weapon_cachev2.java | dd2bcc704c5b41b1eff787f81008a8e8e6aa11a6 | [] | no_license | geralex/SWG-NGE | https://github.com/geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110000 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | true | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | 2018-03-19T15:42:35 | 2018-03-19T15:42:33 | 47,108 | 0 | 0 | 0 | null | false | null | package script.theme_park.meatlump;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.collection;
import script.library.sui;
import script.library.stealth;
import sc... | UTF-8 | Java | 18,284 | java | destroy_weapon_cachev2.java | Java | [] | null | [] | package script.theme_park.meatlump;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.collection;
import script.library.sui;
import script.library.stealth;
import sc... | 18,284 | 0.582422 | 0.575038 | 472 | 37.737289 | 30.689583 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947034 | false | false | 13 |
f3cf8d32377b5fbc4c296283c88f1bb5932035f5 | 18,081,812,372,476 | 8055853f4a5001f929fdcdabd2fc925bb08c3487 | /day10_SpringBoot_SpringSecurity/src/main/java/org/bigjava/service/UserDetailsService.java | 16129e7948c9eb095d446f14dbdc5526cd9467c8 | [] | no_license | hualong-hu/SpringBoot | https://github.com/hualong-hu/SpringBoot | b3c35553b79a8856502d31299c64ad84e88df882 | 6b81a81acb5f062ef43039dafc7d4bc951ee6bea | refs/heads/master | 2023-01-22T16:57:50.045000 | 2020-12-06T05:24:07 | 2020-12-06T05:24:07 | 318,958,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bigjava.service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import org.bigjava.entity.Users;
import org.bigjava.mapper.UsersMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.s... | UTF-8 | Java | 1,692 | java | UserDetailsService.java | Java | [
{
"context": "erDetailsService\n * @Description: TODO\n * @Author: 洛笙\n * @Date: 2020-10-30 16:50\n * @Version v1.0\n */\n@",
"end": 813,
"score": 0.957724392414093,
"start": 811,
"tag": "NAME",
"value": "洛笙"
}
] | null | [] | package org.bigjava.service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import org.bigjava.entity.Users;
import org.bigjava.mapper.UsersMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.s... | 1,692 | 0.770883 | 0.76253 | 47 | 34.659573 | 32.599621 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 13 |
cefa17047275044f8d3f4343221a28b72698463c | 32,246,614,485,308 | 3c0586bf25beecccf84141e2df042cd0b65dcd69 | /src/main/java/org/charlie/chess/pieces/Knight.java | e04efe78b2bc456c80f72b46bae34a89be479248 | [
"Apache-2.0"
] | permissive | charlieaustin/chess | https://github.com/charlieaustin/chess | f1c62bea1b88fa2c0865b52306575aaa9b92254d | f6ba8b811ea60682c0c1aa2b3d44ab7ac43eb916 | refs/heads/master | 2016-08-11T17:31:53.372000 | 2015-08-03T02:20:14 | 2015-08-03T02:20:14 | 36,437,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.charlie.chess.pieces;
import org.charlie.chess.Board;
import org.charlie.chess.moves.PossibleMoves;
import org.charlie.chess.Square;
import org.charlie.chess.moves.SimpleMove;
import org.charlie.chess.players.Player;
import java.util.LinkedList;
import java.util.List;
public class Knight extends BasePiec... | UTF-8 | Java | 2,625 | java | Knight.java | Java | [] | null | [] | package org.charlie.chess.pieces;
import org.charlie.chess.Board;
import org.charlie.chess.moves.PossibleMoves;
import org.charlie.chess.Square;
import org.charlie.chess.moves.SimpleMove;
import org.charlie.chess.players.Player;
import java.util.LinkedList;
import java.util.List;
public class Knight extends BasePiec... | 2,625 | 0.681524 | 0.675429 | 77 | 33.090908 | 27.248821 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779221 | false | false | 13 |
9f29833ec2ad3370a35e2f13ed76cfab9e23c941 | 33,543,694,599,983 | e7bb5dbb13ad53b0aec25b28b9c550561e50e58b | /driver-demo/src/main/java/com/demo/DriverRequestDemo.java | 91eaa463065c44e9deeab75c7dafe724eb4ee20a | [] | no_license | gdrouet/pluggable-messaging-architecture | https://github.com/gdrouet/pluggable-messaging-architecture | 91ad03353fd9bfe73b188a4fe2bcf978c7c915df | 096e60880f1d060b796b641c126f01efd38d67ef | refs/heads/master | 2021-01-11T19:14:56.629000 | 2017-01-18T14:02:38 | 2017-01-18T14:02:38 | 79,343,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo;
/**
* Example of parameter type passed to the driver implementation and that can be defined by the driver itself.
*/
public class DriverRequestDemo extends DriverRequest {
}
| UTF-8 | Java | 195 | java | DriverRequestDemo.java | Java | [] | null | [] | package com.demo;
/**
* Example of parameter type passed to the driver implementation and that can be defined by the driver itself.
*/
public class DriverRequestDemo extends DriverRequest {
}
| 195 | 0.774359 | 0.774359 | 7 | 26.857143 | 38.312359 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 13 |
123b9499800fb34dffaf14d2cb65dc4773dd3979 | 26,645,977,144,373 | 71f02f65abed2b410f002918918a31dcb0d16601 | /java/7 匿名对象/Test_girl.java | 1e52585281ff80385353f5fe5ad48dd68f5901d5 | [] | no_license | 142296/- | https://github.com/142296/- | bd9db28e9000b3e01cba986716963c24e8bd24fc | 23ba488189a797cea0e8fbda7e65a3274968ba80 | refs/heads/master | 2023-03-28T12:17:51.425000 | 2021-03-25T02:25:39 | 2021-03-25T02:25:39 | 351,279,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo;
public class Test_girl {
public static void main(String[]args)
{
new Girl().show(); //匿名对象,针对只使用一次的对象
}
} | UTF-8 | Java | 159 | java | Test_girl.java | Java | [] | null | [] | package demo;
public class Test_girl {
public static void main(String[]args)
{
new Girl().show(); //匿名对象,针对只使用一次的对象
}
} | 159 | 0.658915 | 0.658915 | 8 | 15.25 | 16.207638 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 13 |
dac1c9f2835c17eb146500a5c74fd91ce0fd7eda | 30,648,886,629,098 | d5b748e83fe120442757a47417c4793cd55ca6c4 | /app/src/main/java/com/example/megacine/SegundaPregunta.java | 574e5fd7329ded1612988dd0af94566f86472ac4 | [] | no_license | cquisay/ExamenPractico1P | https://github.com/cquisay/ExamenPractico1P | 6c36b757c6d85ce09dee039b5260c357429e642b | c5c3b2d1d206ab14f48795cc246eaf42a68c8e75 | refs/heads/main | 2023-01-20T09:48:40.279000 | 2020-11-27T21:20:07 | 2020-11-27T21:20:07 | 316,557,605 | 0 | 0 | null | false | 2020-11-27T21:20:08 | 2020-11-27T17:03:22 | 2020-11-27T17:26:58 | 2020-11-27T21:20:08 | 197 | 0 | 0 | 0 | Java | false | false | package com.example.megacine;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class SegundaPregunta extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sav... | UTF-8 | Java | 732 | java | SegundaPregunta.java | Java | [] | null | [] | package com.example.megacine;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class SegundaPregunta extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(sav... | 732 | 0.713115 | 0.713115 | 28 | 25.178572 | 21.218344 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 13 |
54a614763335c80c360f82b3f1cb71862d85d758 | 4,930,622,487,317 | 3375b57cf97d7dde74ebb20ab5bad72c70c58997 | /EasyHomeFramework/src/com/easyhome/framework/ui/window/BaseWindow.java | 6f4062e23f5d9ea446cad27223b18e434867a7da | [] | no_license | zlkevinet/EasyhomeFramework | https://github.com/zlkevinet/EasyhomeFramework | 0560b5b38150641eed1371f0fccb28b12df411d1 | 4a3d71b9bed2012b5f64282e92bd48cb40193daa | refs/heads/master | 2021-05-27T18:27:22.292000 | 2012-12-01T01:34:41 | 2012-12-01T01:34:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright
*/
package com.easyhome.framework.ui.window;
/**
*
* @author zhoulu
* @since 2012-11-9-上午1:03:38
* @version 1.0
*/
public abstract class BaseWindow implements IWindow{
//wait to be fill
}
| UTF-8 | Java | 231 | java | BaseWindow.java | Java | [
{
"context": "yhome.framework.ui.window;\r\n\r\n/**\r\n * \r\n * @author zhoulu\r\n * @since 2012-11-9-上午1:03:38\r\n * @version 1.0\r\n",
"end": 96,
"score": 0.8379747271537781,
"start": 90,
"tag": "USERNAME",
"value": "zhoulu"
}
] | null | [] | /**
* Copyright
*/
package com.easyhome.framework.ui.window;
/**
*
* @author zhoulu
* @since 2012-11-9-上午1:03:38
* @version 1.0
*/
public abstract class BaseWindow implements IWindow{
//wait to be fill
}
| 231 | 0.625551 | 0.563877 | 14 | 14.214286 | 15.56176 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.071429 | false | false | 13 |
51ba101ab0fdd861deb2e206b60c0e778bb68c21 | 25,177,098,318,593 | 5cdb1dc41e5cb0817bd68f9d1695a1dea64b5cc6 | /src/main/java/com/raychen518/study/java/datatypes/misc/numeric/Summary.java | 048e5ea9410f832593e3b3942f89c08ff2545898 | [] | no_license | raychen518/study-java | https://github.com/raychen518/study-java | c181d243fedd4d518427df6dc1f57020edbfcc32 | 07eb61be870609fe2df8e8b7d4122fb632689925 | refs/heads/master | 2020-07-20T18:58:52.325000 | 2017-08-13T07:46:54 | 2017-08-13T07:46:54 | 66,048,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raychen518.study.java.datatypes.misc.numeric;
import java.math.BigDecimal;
import java.math.BigInteger;
public class Summary {
public static void main(String[] args) {
System.out.println("========================================");
System.out.println("BigInteger & BigDecimal");
System.out.println(... | UTF-8 | Java | 1,370 | java | Summary.java | Java | [
{
"context": "package com.raychen518.study.java.datatypes.misc.numeric;\n\nimport java",
"end": 20,
"score": 0.6263065338134766,
"start": 15,
"tag": "USERNAME",
"value": "chen5"
}
] | null | [] | package com.raychen518.study.java.datatypes.misc.numeric;
import java.math.BigDecimal;
import java.math.BigInteger;
public class Summary {
public static void main(String[] args) {
System.out.println("========================================");
System.out.println("BigInteger & BigDecimal");
System.out.println(... | 1,370 | 0.647445 | 0.611679 | 32 | 41.84375 | 32.01963 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.0625 | false | false | 13 |
be1742b7e7f66476b7b4c92ddb887d9b1983fd60 | 15,410,342,680,422 | 7552efc9b8d37374b3f49390d9d958d0fa124dae | /src/application/graphics/item/gameObjects/PlayerBar.java | c59326f0cadf12122277f6eb148f2ddb6a7b7ad0 | [] | no_license | dcaffo98/OOP_Project | https://github.com/dcaffo98/OOP_Project | c36daba6e27f54beed7cfa94683c91914bb4403f | d431853815636bdf73f258cec28c8e904a0eadbc | refs/heads/master | 2020-07-03T09:37:44.436000 | 2019-09-16T22:27:23 | 2019-09-16T22:27:23 | 201,867,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.graphics.item.gameObjects;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.scene.Parent;
import javafx.scene.image.ImageView;
import javafx.scene.layout... | UTF-8 | Java | 2,295 | java | PlayerBar.java | Java | [] | null | [] | package application.graphics.item.gameObjects;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.scene.Parent;
import javafx.scene.image.ImageView;
import javafx.scene.layout... | 2,295 | 0.619608 | 0.612636 | 63 | 35.42857 | 32.557503 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460317 | false | false | 13 |
c36235886121ed1651bdefe3df00307f02d142d1 | 15,410,342,680,511 | f0927038e5c322e3508463f26d09733a47d24411 | /unisco-core/src/main/java/com/unisco/entity/VideoEntity.java | 4ff7bf5035d122d07cf5ce3549492334634dc690 | [] | no_license | trivip002/project-sem-4 | https://github.com/trivip002/project-sem-4 | 1ca3fba237b4ca7834fa5481ed9c3b5ef4814eb7 | c2f6fc6730750435e56db944874f82bf2bd0b052 | refs/heads/master | 2021-02-15T10:40:59.050000 | 2020-07-15T06:23:13 | 2020-07-15T06:23:13 | 244,890,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unisco.entity;
import com.unisco.entity.base.BaseEntity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.Type;
import org.hibernate.annotations.TypeDef;
import javax.persistence.*;
import java.io.Serializable;
... | UTF-8 | Java | 959 | java | VideoEntity.java | Java | [] | null | [] | package com.unisco.entity;
import com.unisco.entity.base.BaseEntity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.Type;
import org.hibernate.annotations.TypeDef;
import javax.persistence.*;
import java.io.Serializable;
... | 959 | 0.759124 | 0.740355 | 36 | 25.638889 | 19.832848 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 13 |
ffd3c69e1fdb893079f6f65286cf19f297f9fecb | 28,716,151,358,973 | 13bcb731080e5313bdf466097739ba59ad80756a | /src/com/fr/solution/plugin/chart/echarts/common/toolbox/EChartsToolbox.java | 66f0661e7ce82317acac99fa280c5fa062b1e5cd | [] | no_license | carlhong/plugin-chart-echarts | https://github.com/carlhong/plugin-chart-echarts | 4fe16e56b2c2027f35ffd16c9657c145fe23c128 | 7ca0b5c1975c4d6c0b5986dca7334e5981349248 | refs/heads/master | 2020-12-30T12:23:40.441000 | 2017-05-16T08:31:35 | 2017-05-16T08:31:35 | 91,431,844 | 0 | 0 | null | true | 2017-05-16T08:01:30 | 2017-05-16T08:01:30 | 2017-03-16T01:03:19 | 2017-03-21T03:05:49 | 2,823 | 0 | 0 | 0 | null | null | null | package com.fr.solution.plugin.chart.echarts.common.toolbox;
import com.fr.general.ComparatorUtils;
import com.fr.json.JSONArray;
import com.fr.json.JSONException;
import com.fr.json.JSONObject;
import com.fr.stable.web.Repository;
import com.fr.stable.xml.XMLPrintWriter;
import com.fr.stable.xml.XMLable;
import com.f... | UTF-8 | Java | 15,344 | java | EChartsToolbox.java | Java | [] | null | [] | package com.fr.solution.plugin.chart.echarts.common.toolbox;
import com.fr.general.ComparatorUtils;
import com.fr.json.JSONArray;
import com.fr.json.JSONException;
import com.fr.json.JSONObject;
import com.fr.stable.web.Repository;
import com.fr.stable.xml.XMLPrintWriter;
import com.fr.stable.xml.XMLable;
import com.f... | 15,344 | 0.648266 | 0.647419 | 434 | 34.354839 | 29.447029 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587558 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.