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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f4fbc8118326339cb0767832740adf117eba352 | 17,600,775,987,259 | 0035aede2f75a84fd66029cf5182777690eee5b2 | /src/main/java/com/news/paper/DB/Message.java | cec84d24ca5bd76942bb22bfee3973b0fd95ba4f | [] | no_license | stan7481/paper | https://github.com/stan7481/paper | b38acf6b0bca9c0447bd1d57de15d6b461b85abc | db3bcdf27673eca2d57e240351dacea6c94ebc0f | refs/heads/master | 2023-01-06T05:41:26.022000 | 2019-11-24T18:32:36 | 2019-11-24T18:32:36 | 204,343,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.news.paper.DB;
import com.fasterxml.jackson.annotation.*;
import lombok.*;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table
@NoArgsConstructor
@AllArgsConstructor
@Data
public class Message {
@Id
@Generat... | UTF-8 | Java | 1,341 | java | Message.java | Java | [] | null | [] | package com.news.paper.DB;
import com.fasterxml.jackson.annotation.*;
import lombok.*;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table
@NoArgsConstructor
@AllArgsConstructor
@Data
public class Message {
@Id
@Generat... | 1,341 | 0.656227 | 0.656227 | 50 | 24.82 | 19.215296 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34 | false | false | 1 |
f12c72358a4eb82401ad69a59be4920f5bbe20db | 15,126,874,825,414 | 84c4eb8d678a7e7c040164d765f9deae44e9fce7 | /Dungeon-Core/src/main/java/de/jdungeon/dungeon/generate/undo/InsertFigure.java | 1317570d64e336f107ba64518ab8ba3333ef9b31 | [] | no_license | jochenreutelshoefer/DungeonCore | https://github.com/jochenreutelshoefer/DungeonCore | 9eb3f48fb3bd0f0787b29f41cd5abda6893f27ec | d802d87d06c52f649df7d76e0ff062a1393d3c1c | refs/heads/master | 2021-11-28T03:48:25.903000 | 2021-10-03T12:31:10 | 2021-10-03T12:31:10 | 65,936,840 | 0 | 0 | null | false | 2021-04-26T20:47:16 | 2016-08-17T19:42:39 | 2021-04-22T06:44:07 | 2021-04-26T20:47:16 | 159,348 | 0 | 0 | 2 | Java | false | false | package de.jdungeon.dungeon.generate.undo;
import de.jdungeon.dungeon.Room;
import de.jdungeon.figure.Figure;
/**
* @author Jochen Reutelshoefer (denkbares GmbH)
* @created 03.08.16.
*/
public class InsertFigure implements DungeonChangeAction {
private final Figure figure;
private final Room room;
public Inse... | UTF-8 | Java | 603 | java | InsertFigure.java | Java | [
{
"context": "\nimport de.jdungeon.figure.Figure;\n\n/**\n * @author Jochen Reutelshoefer (denkbares GmbH)\n * @created 03.08.16.\n */\npublic",
"end": 147,
"score": 0.9998774528503418,
"start": 127,
"tag": "NAME",
"value": "Jochen Reutelshoefer"
}
] | null | [] | package de.jdungeon.dungeon.generate.undo;
import de.jdungeon.dungeon.Room;
import de.jdungeon.figure.Figure;
/**
* @author <NAME> (denkbares GmbH)
* @created 03.08.16.
*/
public class InsertFigure implements DungeonChangeAction {
private final Figure figure;
private final Room room;
public InsertFigure(Figur... | 589 | 0.726368 | 0.713101 | 31 | 18.451612 | 17.388983 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16129 | false | false | 1 |
d698cf4f310102ff61aa39d0f9f58aea649cd1f8 | 27,264,452,421,373 | 7ced6c0ed03f2f9345bbc06a09dbbcf5c8687619 | /catering-basic-server/catering-user/catering-user-server/src/main/java/com/meiyuan/catering/user/vo/integral/IntegralRecordListVo.java | 28ef7d48c600243678f91522518addc443e70335 | [] | no_license | haorq/food-word | https://github.com/haorq/food-word | c14d5752c6492aed4a6a1410f9e0352479460da0 | 18a71259d77b4d96261dab8ed51ca1f109ab5c2f | refs/heads/master | 2023-01-01T12:19:48.967000 | 2020-10-26T07:32:25 | 2020-10-26T07:32:25 | 307,292,398 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.meiyuan.catering.user.vo.integral;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* @author zengzhangni
* @since 2020-03-18
*/
@Data
@ApiModel("积分记录列表Vo")
public class Integral... | UTF-8 | Java | 979 | java | IntegralRecordListVo.java | Java | [
{
"context": "e;\nimport java.time.LocalDateTime;\n\n/**\n * @author zengzhangni\n * @since 2020-03-18\n */\n@Data\n@ApiModel(\"积分记录列表V",
"end": 245,
"score": 0.999626874923706,
"start": 234,
"tag": "USERNAME",
"value": "zengzhangni"
}
] | null | [] | package com.meiyuan.catering.user.vo.integral;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* @author zengzhangni
* @since 2020-03-18
*/
@Data
@ApiModel("积分记录列表Vo")
public class Integral... | 979 | 0.735936 | 0.722158 | 35 | 23.885714 | 15.408294 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
ce5f7e91285976dc8c4aa7459aa378a3fb467ca3 | 27,719,718,956,033 | baabd6212be41dc99e7ee45eb6ca189b0e1ef914 | /src/test/java/test/org/qmik/datamap/UserSV.java | 2101d1bbe5a0da0fb00a298cb43f12ea5967ab12 | [] | no_license | forever0704/qmikjson | https://github.com/forever0704/qmikjson | 81eebe53f15260a92a5f8233ce7b5e287c227a88 | ff96710a007a543a4e2554822117c627b279dc0d | refs/heads/master | 2021-01-15T13:12:45.161000 | 2013-10-12T23:25:59 | 2013-10-12T23:25:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.org.qmik.datamap;
import org.qmik.datamap.Data;
import org.qmik.datamap.IData;
import org.qmik.datamap.IField;
public class UserSV {
public IData<FUser> getUserById(Long id) {
IData<FUser> user = new Data<FUser>();
user.add(FUser.age, 1);
user.add(FUser.id, id);
user.add(FUser.name, "aa");
r... | UTF-8 | Java | 491 | java | UserSV.java | Java | [
{
"context": ");\n\t\t\n\t\tuser.add(\"age\", \"1\");\n\t\tuser.add(\"name\", \"leo\");\n\t\treturn user;\n\t}\n}\n",
"end": 467,
"score": 0.8966463804244995,
"start": 464,
"tag": "NAME",
"value": "leo"
}
] | null | [] | package test.org.qmik.datamap;
import org.qmik.datamap.Data;
import org.qmik.datamap.IData;
import org.qmik.datamap.IField;
public class UserSV {
public IData<FUser> getUserById(Long id) {
IData<FUser> user = new Data<FUser>();
user.add(FUser.age, 1);
user.add(FUser.id, id);
user.add(FUser.name, "aa");
r... | 491 | 0.651731 | 0.647658 | 24 | 19.458334 | 14.787323 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 1 |
ee8df1f238cd66e014d1b1bcd85dc51469584ad3 | 29,798,483,136,010 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Spring/Spring3594.java | f3d1544dcc4dcbcea62c65f9d6c6d88975dd9237 | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | private void doTestInvokesMethodOnEjbInstance(boolean lookupHomeOnStartup, boolean cacheHome) throws Exception {
Object retVal = new Object();
final RemoteInterface ejb = mock(RemoteInterface.class);
given(ejb.targetMethod()).willReturn(retVal);
int lookupCount = 1;
if (!cacheHome) {
lookupCount++;
if... | UTF-8 | Java | 903 | java | Spring3594.java | Java | [] | null | [] | private void doTestInvokesMethodOnEjbInstance(boolean lookupHomeOnStartup, boolean cacheHome) throws Exception {
Object retVal = new Object();
final RemoteInterface ejb = mock(RemoteInterface.class);
given(ejb.targetMethod()).willReturn(retVal);
int lookupCount = 1;
if (!cacheHome) {
lookupCount++;
if... | 903 | 0.753045 | 0.750831 | 27 | 32.407406 | 29.302078 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.518518 | false | false | 1 |
8fc1d47afcd9a3c7dc1a150536013eccb1bb1491 | 16,604,343,576,552 | 716ef4b35bfce322bc22fcc91287caf716fdf798 | /app/core/WebPacket.java | eff3deb5be2bbac0b453031db8de14c9f913eb18 | [] | no_license | mathman/WebServer | https://github.com/mathman/WebServer | 7ee52c99efc237e264ad361644e6a659adc1bdf9 | 98afa6eb5e3614d31fb86ad543d7f47544c33f09 | refs/heads/master | 2020-05-16T23:56:11.396000 | 2014-10-19T19:11:26 | 2014-10-19T19:11:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.nio.ByteBuffer;
public interface WebPacket {
public ByteBuffer ToByteBuffer();
} | UTF-8 | Java | 97 | java | WebPacket.java | Java | [] | null | [] | import java.nio.ByteBuffer;
public interface WebPacket {
public ByteBuffer ToByteBuffer();
} | 97 | 0.773196 | 0.773196 | 5 | 18.6 | 15.186836 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
5b81b46096cafbcbf75deedf29b7cd18e337d403 | 5,411,658,810,713 | 68bc2dbc24d0164e276938299adeddc28deebf8f | /src/main/java/org/codeavengers/main/service/impl/MapDataServiceImpl.java | f4868c8a9edc8f35eca3e9d5200c0f7698b59ba1 | [
"Apache-2.0"
] | permissive | aroychoudhury/VerizonHackathon2015 | https://github.com/aroychoudhury/VerizonHackathon2015 | 213afe6002de0d057febcd063b6d65e4e76ef5cd | ba5b1e04661b45e4e0e535fac64f3ced686762ff | refs/heads/master | 2021-01-18T21:27:05.360000 | 2015-08-09T21:16:32 | 2015-08-09T21:16:32 | 39,851,247 | 0 | 0 | null | false | 2015-07-28T20:05:43 | 2015-07-28T18:34:34 | 2015-07-28T20:01:32 | 2015-07-28T20:05:42 | 0 | 0 | 0 | 0 | Java | null | null | /* Copyright 2015 Roychoudhury, Abhishek */
package org.codeavengers.main.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.codeavengers.common.dto.entity.Category;
import org.codeavengers.common.dto.entity.LocationMaster;
import org.codeavengers.com... | UTF-8 | Java | 6,285 | java | MapDataServiceImpl.java | Java | [
{
"context": "/* Copyright 2015 Roychoudhury, Abhishek */\n\npackage org.codeavengers.main.servic",
"end": 30,
"score": 0.9989495277404785,
"start": 18,
"tag": "NAME",
"value": "Roychoudhury"
},
{
"context": "/* Copyright 2015 Roychoudhury, Abhishek */\n\npackage org.codeavengers.mai... | null | [] | /* Copyright 2015 Roychoudhury, Abhishek */
package org.codeavengers.main.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.codeavengers.common.dto.entity.Category;
import org.codeavengers.common.dto.entity.LocationMaster;
import org.codeavengers.com... | 6,285 | 0.6786 | 0.673827 | 170 | 35.970589 | 31.264982 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.335294 | false | false | 1 |
ed0cc9a9ddcb9d75400a706e360a37d800881e6d | 23,098,334,151,219 | 5286fcd1e3b5a21cd4e260ab8072157b5de1dbf6 | /Consumer.java | e127fdf3be963a6eb8dc53d72c98640fdee8afc4 | [] | no_license | mohit9204/workspace | https://github.com/mohit9204/workspace | 9aa61143bac1686f88f033f2eafea12f32d9944d | 4a1df9b794eba316a50de368d5930b646998cef8 | refs/heads/master | 2021-11-19T19:27:25.929000 | 2021-10-13T14:27:46 | 2021-10-13T14:27:46 | 173,533,811 | 0 | 0 | null | false | 2019-06-26T13:51:18 | 2019-03-03T05:14:55 | 2019-03-03T09:18:19 | 2019-06-26T13:51:18 | 52 | 0 | 0 | 0 | Java | false | false | import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
public class Consumer implements Runnable {
BlockingQueue<Integer> queue;
public Consumer(BlockingQueue<Integer> queue) {
this.queue = queue;
}
@Override
public void run() {
try {
while (true) {
In... | UTF-8 | Java | 805 | java | Consumer.java | Java | [] | null | [] | import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
public class Consumer implements Runnable {
BlockingQueue<Integer> queue;
public Consumer(BlockingQueue<Integer> queue) {
this.queue = queue;
}
@Override
public void run() {
try {
while (true) {
In... | 805 | 0.637267 | 0.629814 | 38 | 19.18421 | 20.866562 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052632 | false | false | 1 |
5295fa2518e1bbf366a1d093ab2f8fa8fcae4eca | 11,063,835,801,481 | 6bafecb441652233d0fc74da0f6189d401b69f4e | /ErcDex/src/test/java/com/ercdex/api/TradeHistoryLogsApiTest.java | 9e034e4e56f31d9e673e7b40aeb143bee0095f15 | [] | no_license | ERCdEX/java | https://github.com/ERCdEX/java | fae4036167d358eb1e446a69aa4b1c5d5569fde0 | 3da15eb5ee71fb442145d7389f835ab17886f52e | refs/heads/master | 2020-03-27T11:58:35.987000 | 2018-09-23T23:53:57 | 2018-09-23T23:53:57 | 146,518,297 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ERC dEX REST API
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 0.0.1-alpha
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit... | UTF-8 | Java | 2,077 | java | TradeHistoryLogsApiTest.java | Java | [
{
"context": " (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)\n *\n * OpenAPI spec version: 0.0.",
"end": 110,
"score": 0.9995315670967102,
"start": 99,
"tag": "USERNAME",
"value": "swagger-api"
},
{
"context": "ger code generator program.\n * https://g... | null | [] | /*
* ERC dEX REST API
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 0.0.1-alpha
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit... | 2,077 | 0.675975 | 0.674531 | 72 | 27.847221 | 39.138523 | 310 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736111 | false | false | 1 |
181f9eac331946e9081847c925d1083431e8ff21 | 31,911,607,060,988 | 1c3b5c0d597f0ca0ca715d5f8698287e5589e946 | /my_annotation/src/main/java/com/my_annotation/testMyAnnotation.java | e54e450c96d168709f2623ed438a33b817e097b2 | [] | no_license | majun-yi/code-repository | https://github.com/majun-yi/code-repository | 1181a5d6096d1312319932751b5569f10768eb9c | aba202a21010b65e227275b4cfd081e9ccddd7e8 | refs/heads/master | 2022-11-30T03:57:00.095000 | 2020-08-17T09:48:14 | 2020-08-17T09:48:14 | 286,388,700 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my_annotation;
import com.my_annotation.util.MyAnnotation;
import java.lang.reflect.Method;
/**
* @Description TODO
* @Author Administrator
* @Date 2020/8/16 18:07
*/
public class testMyAnnotation {
/**
* 通过反射的方式获取自定义注解的值
*/
public static void main(String[] args) {
try {
... | UTF-8 | Java | 1,165 | java | testMyAnnotation.java | Java | [
{
"context": "flect.Method;\n\n/**\n * @Description TODO\n * @Author Administrator\n * @Date 2020/8/16 18:07\n */\npublic class testMyA",
"end": 156,
"score": 0.9774817228317261,
"start": 143,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.my_annotation;
import com.my_annotation.util.MyAnnotation;
import java.lang.reflect.Method;
/**
* @Description TODO
* @Author Administrator
* @Date 2020/8/16 18:07
*/
public class testMyAnnotation {
/**
* 通过反射的方式获取自定义注解的值
*/
public static void main(String[] args) {
try {
... | 1,165 | 0.603653 | 0.593607 | 36 | 29.416666 | 25.229364 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
7d27815bf88d6638414d529e07b5deec8ac7c167 | 11,029,476,041,062 | be178c878687213261aa306e31240930ee5781a2 | /app/src/main/java/com/rcbi/ygnl/pages/panorama/RemarkActivity.java | beb55b62006da0e158ee636f35c69df123ddb4db | [] | no_license | Eyesomes/zhihuidaolu | https://github.com/Eyesomes/zhihuidaolu | 1b67826a07d7eccb6ad1d527ff7a47ee2f288b91 | 8c679bcf66e6c734f0a77dd256f6fd4637247e42 | refs/heads/master | 2018-12-21T01:49:43.894000 | 2018-11-01T02:44:44 | 2018-11-01T02:44:44 | 149,587,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rcbi.ygnl.pages.panorama;
import android.os.Bundle;
import com.rcbi.ygnl.R;
import com.rcbi.ygnl.pages.BaseActivity;
import butterknife.ButterKnife;
/**
* 打标记页面,根据坐标定位到相应的位置,然后根据ip 地址打标记
*/
public class RemarkActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstan... | UTF-8 | Java | 626 | java | RemarkActivity.java | Java | [] | null | [] | package com.rcbi.ygnl.pages.panorama;
import android.os.Bundle;
import com.rcbi.ygnl.R;
import com.rcbi.ygnl.pages.BaseActivity;
import butterknife.ButterKnife;
/**
* 打标记页面,根据坐标定位到相应的位置,然后根据ip 地址打标记
*/
public class RemarkActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstan... | 626 | 0.698246 | 0.698246 | 31 | 17.387096 | 17.812061 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 1 |
01e786abd9e6937cb7c267bf95f757abf5e6ab6d | 15,393,162,788,902 | e3e3806a128de3fc4aade0f5344da2589ff63779 | /OneFramework-master/src/main/java/org/oneframework/runner/TestRunner.java | 7367805a67e6acff2c2e5f97696833abea7e503e | [] | no_license | DenisChacko/OneFramework | https://github.com/DenisChacko/OneFramework | eff1470d3d06b6028c7544541fd52d37da87860b | 3efefb7d9934fdafe9555a109e7e3265abc5eb29 | refs/heads/master | 2020-05-25T05:42:37.070000 | 2019-05-20T14:36:45 | 2019-05-20T14:36:45 | 187,654,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.oneframework.runner;
import org.oneframework.imageCompare.ImageComparator;
import org.oneframework.utils.FileUtility;
import org.testng.TestNG;
import org.testng.collections.Lists;
import java.io.IOException;
import java.util.List;
import static org.oneframework.logger.LoggingManager.logMessage;
public ... | UTF-8 | Java | 1,092 | java | TestRunner.java | Java | [] | null | [] | package org.oneframework.runner;
import org.oneframework.imageCompare.ImageComparator;
import org.oneframework.utils.FileUtility;
import org.testng.TestNG;
import org.testng.collections.Lists;
import java.io.IOException;
import java.util.List;
import static org.oneframework.logger.LoggingManager.logMessage;
public ... | 1,092 | 0.679487 | 0.67674 | 31 | 34.225807 | 24.573404 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 1 |
8c0184d651a2e7a14c93fb407612821baea3e90a | 15,762,529,993,337 | e9428ef01526a85c40cc70ce99ebd02d704b492c | /Condicionales/src/ForConArreglos.java | 179da5f8a1e1a9eaa845835400e6260d1c732636 | [] | no_license | maldonadoangel/Java | https://github.com/maldonadoangel/Java | f14d4716f2fa6bc90647236a5f40e0b44bdda34c | 617a86ea818115b959624b1d60cb75fdce8040b7 | refs/heads/main | 2023-08-19T23:52:48.541000 | 2021-10-11T21:38:10 | 2021-10-11T21:38:10 | 409,095,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ForConArreglos {
public static void main(String[] args){
String[] nombres = {"Angel", "Hernan", "Morales", "Maldonado"};
int contadorArreglo = nombres.length;
for(int i = 0; i < contadorArreglo; i++){
if(nombres[i].equalsIgnoreCase("morales")){
Syst... | UTF-8 | Java | 557 | java | ForConArreglos.java | Java | [
{
"context": "main(String[] args){\n String[] nombres = {\"Angel\", \"Hernan\", \"Morales\", \"Maldonado\"};\n int ",
"end": 108,
"score": 0.999819278717041,
"start": 103,
"tag": "NAME",
"value": "Angel"
},
{
"context": "ng[] args){\n String[] nombres = {\"Angel\... | null | [] | public class ForConArreglos {
public static void main(String[] args){
String[] nombres = {"Angel", "Hernan", "Morales", "Maldonado"};
int contadorArreglo = nombres.length;
for(int i = 0; i < contadorArreglo; i++){
if(nombres[i].equalsIgnoreCase("morales")){
Syst... | 557 | 0.579892 | 0.578097 | 16 | 33.8125 | 32.992836 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 1 |
20c774e53eaba8cd09c81ef824916d25abd52a8e | 19,061,064,879,639 | d25993e5b84cff2fc7257d3c6d9ca0f0e46c25f4 | /com.release3.tf.plsql.process/src/com/release3/tf/plsql/process/FormLogicProcessor.java | 9bf44e0320a7d411fff199344700ee83c35fffbb | [] | no_license | jayansh/R3Transform | https://github.com/jayansh/R3Transform | 9920e6de424027e292c7c843b9e387bdf1998dc3 | 5051ce71f97afa2d9dec426e04ae9c349371d094 | refs/heads/master | 2020-07-09T00:16:20.045000 | 2019-08-23T06:53:35 | 2019-08-23T06:53:35 | 203,818,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2009, 2013 ObanSoft Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, ... | UTF-8 | Java | 9,705 | java | FormLogicProcessor.java | Java | [
{
"context": "g/legal/epl-v10.html\r\n *\r\n * Contributors:\r\n * Jayansh Shinde\r\n ***********************************************",
"end": 430,
"score": 0.9998579621315002,
"start": 416,
"tag": "NAME",
"value": "Jayansh Shinde"
}
] | null | [] | /*******************************************************************************
* Copyright (c) 2009, 2013 ObanSoft Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, ... | 9,697 | 0.708295 | 0.698609 | 253 | 36.359684 | 23.950233 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 1 |
9b77527bccbd49f2a1a26b52ebd1108236b4a372 | 19,061,064,881,915 | 74c9b318c1a5d622064f5d15b37cc5767f601a61 | /Project/QuickBooks/app/src/main/java/com/boom/quickbooks/Activities/HomeActivity.java | 248197caa984fdecc42bfeb9836f2b43decf8b6a | [] | no_license | Rutwik-Kikani/SDP_Project | https://github.com/Rutwik-Kikani/SDP_Project | f66236e6b4959a013f3da8afe3d888c824ed9e7b | 0e2ab89b9ead07de08fd67c47c80acb686958cb1 | refs/heads/master | 2022-11-21T02:19:07.810000 | 2022-05-10T04:53:55 | 2022-05-10T04:53:55 | 258,395,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boom.quickbooks.Activities;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import an... | UTF-8 | Java | 3,798 | java | HomeActivity.java | Java | [] | null | [] | package com.boom.quickbooks.Activities;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import an... | 3,798 | 0.619537 | 0.616904 | 105 | 35.171429 | 25.128036 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 1 |
bb7bd158eec5ccff03cb5893b5d07461a84fde4c | 10,436,770,546,065 | 3923732d5e67399fe37aab3a8e52bbbe089a3c16 | /Festival Planner 1.3/src/ComponentManager/ComponentManager.java | 2b17647c715bfb05b37ec1ce0ce45cbfb46ee139 | [] | no_license | tragamota/Festival-Planner | https://github.com/tragamota/Festival-Planner | d291c0c43280b7646482a200f46de4d4ee0e72b2 | 80f4a261d9e6df75d8902430a4f5555f72dd3182 | refs/heads/master | 2021-01-21T09:06:25.040000 | 2018-06-27T15:30:14 | 2018-06-27T15:30:14 | 82,854,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ComponentManager;
import ComponentManager.Panels.*;
import Data.*;
import GUIWindows.TablePlanner;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import javax.swing.table.AbstractTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java... | UTF-8 | Java | 7,469 | java | ComponentManager.java | Java | [] | null | [] | package ComponentManager;
import ComponentManager.Panels.*;
import Data.*;
import GUIWindows.TablePlanner;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import javax.swing.table.AbstractTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java... | 7,469 | 0.614942 | 0.608649 | 238 | 30.382353 | 24.443745 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689076 | false | false | 1 |
47bb9e6ca0d002108d914090c5d92f24a6b04d3c | 10,436,770,543,923 | 474349de8750b00ca19299ecc16475af96849846 | /src/coolchat/ChatPanelServer.java | eea05b69432db6fa2eccf69aafc4bca253d23b66 | [] | no_license | darkheart101/CoolChat | https://github.com/darkheart101/CoolChat | 7f2c9cf1fbf8054028788d0ab50f982065f13869 | 0cbf865574dfeaa741da1ca8700b4b0aa1fb1484 | refs/heads/master | 2020-03-11T17:41:59.650000 | 2018-04-19T03:27:44 | 2018-04-19T03:27:44 | 130,154,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package coolchat;
import java.awt.event.WindowEvent;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.I... | UTF-8 | Java | 8,207 | java | ChatPanelServer.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author darkheart\n */\npublic class ChatPanelServer extends javax.sw",
"end": 446,
"score": 0.9995461702346802,
"start": 437,
"tag": "USERNAME",
"value": "darkheart"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package coolchat;
import java.awt.event.WindowEvent;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.I... | 8,207 | 0.598635 | 0.592787 | 206 | 38.839806 | 34.152409 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548544 | false | false | 1 |
fc796d55ea62a44986e3dfee3899e6b1dae43159 | 5,677,946,808,034 | 4377734e15924d663af091f24474d3e9d4bc7d65 | /Ex05_OOP/src/Ex12_Inherit_KeyPoint.java | 6342826fd8478eb3b294b1ab47c87813dbfc03de | [] | no_license | aine-jeong/Ain_space | https://github.com/aine-jeong/Ain_space | 36b3c66eec5f2b89b30257d9c67339797fed494f | baf10f0924be036c763ea16062ab84f3fefa6b3e | refs/heads/master | 2023-02-26T08:34:36.842000 | 2021-05-22T06:35:57 | 2021-05-22T06:35:57 | 335,300,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 시나리오만 보고 코드를 다 짤 수 있게 외워둬야 한다~~~~~~~~
// 꼭~!~!~!~!~!~!~
/*
시나리오(요구사항)
저희는 가전제품 매장 솔루션을 개발하는 사업팀입니다.
A라는 전자제품 매장이 오픈되면
[클라이언트 요구사항]
가전제품은 제품의 가격, 제품의 포인트 정보를 공통적으로 가지고 있습니다.
각각의 가전제품은 제품별 고유한 이름을 가지고 있다.
ex)
각각의 전자제품은 이름을 가지고 있다. (ex. Tv, Audio, Computer ...)
각각의 전자제품은 다른 가격을 가지고 있다.(ex. Tv:5000, Audio: 60... | UTF-8 | Java | 6,533 | java | Ex12_Inherit_KeyPoint.java | Java | [] | null | [] | // 시나리오만 보고 코드를 다 짤 수 있게 외워둬야 한다~~~~~~~~
// 꼭~!~!~!~!~!~!~
/*
시나리오(요구사항)
저희는 가전제품 매장 솔루션을 개발하는 사업팀입니다.
A라는 전자제품 매장이 오픈되면
[클라이언트 요구사항]
가전제품은 제품의 가격, 제품의 포인트 정보를 공통적으로 가지고 있습니다.
각각의 가전제품은 제품별 고유한 이름을 가지고 있다.
ex)
각각의 전자제품은 이름을 가지고 있다. (ex. Tv, Audio, Computer ...)
각각의 전자제품은 다른 가격을 가지고 있다.(ex. Tv:5000, Audio: 60... | 6,533 | 0.520443 | 0.507341 | 180 | 23.594444 | 20.465879 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283333 | false | false | 1 |
3d2467633eddf0a85bb4b3676a83e1631be1476f | 29,695,403,920,752 | 373c0af481a2e3b24c4d5aee70731b5538d32532 | /hadoop-weather/src/test/java/com/xebia/summerclass/hadoop/weather/mapreduce/temp/TemperaturePerMonthMapperTest.java | 2f901e36db9c14088c6763f4a7eac38b292d128d | [] | no_license | hierynomus/Hadoop-Summer-Class | https://github.com/hierynomus/Hadoop-Summer-Class | f6ec534aaebaadfcea71dbce9f9da895c3c2c44b | 15b0ca878a08fd2c94e81a0310ddf8e6a4b26c0a | refs/heads/master | 2023-05-30T09:46:38.363000 | 2011-07-06T06:46:07 | 2011-07-06T06:46:07 | 2,001,033 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xebia.summerclass.hadoop.weather.mapreduce.temp;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import java.util.List;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mrunit.mapreduce.MapDriver;
import org.apache.hadoop.mr... | UTF-8 | Java | 2,310 | java | TemperaturePerMonthMapperTest.java | Java | [] | null | [] | package com.xebia.summerclass.hadoop.weather.mapreduce.temp;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import java.util.List;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mrunit.mapreduce.MapDriver;
import org.apache.hadoop.mr... | 2,310 | 0.609091 | 0.559307 | 60 | 37.5 | 42.03669 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.383333 | false | false | 1 |
55f3a3b60fb2c00db77ece5bee8765acb5f84c14 | 2,637,109,945,331 | dcefb19f2c10e6909dbdb4a93a765f6c726cee1d | /Workspace/Test/src/com/sort/QuickSort.java | e74224cc9366fdec0b7a1342cda438ec25e04b84 | [] | no_license | ameyajoshi88/Algorithms | https://github.com/ameyajoshi88/Algorithms | 4c3abc435557b8eee37c376855a92fa4b9fdd38d | 87e4b3a769580b2eefa6fce3d4271d02c496cfa0 | refs/heads/master | 2021-01-01T15:36:15.824000 | 2020-11-02T02:47:31 | 2020-11-02T02:47:31 | 26,283,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sort;
public class QuickSort {
private static void quickSort(int[] arr, int start, int end) {
if(start >= end) {
return;
} else {
int pIndex = partition(arr, start, end);
quickSort(arr, start, pIndex - 1);
quickSort(arr, pIndex + 1, end);
}
}
private static int partition(int[] arr, i... | UTF-8 | Java | 1,024 | java | QuickSort.java | Java | [] | null | [] | package com.sort;
public class QuickSort {
private static void quickSort(int[] arr, int start, int end) {
if(start >= end) {
return;
} else {
int pIndex = partition(arr, start, end);
quickSort(arr, start, pIndex - 1);
quickSort(arr, pIndex + 1, end);
}
}
private static int partition(int[] arr, i... | 1,024 | 0.583984 | 0.571289 | 50 | 19.48 | 17.331175 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.72 | false | false | 1 |
66b15deb51b449a9a3dff562a2aa23aec44f3c4c | 30,751,965,875,276 | 745b525c360a2b15b8d73841b36c1e8d6cdc9b03 | /jun_java_plugins/jun_designpattern/src/main/java/builder/Director.java | 7e5b0d30905126c3bac5bc9484fc45a048c714fd | [] | no_license | wujun728/jun_java_plugin | https://github.com/wujun728/jun_java_plugin | 1f3025204ef5da5ad74f8892adead7ee03f3fe4c | e031bc451c817c6d665707852308fc3b31f47cb2 | refs/heads/master | 2023-09-04T08:23:52.095000 | 2023-08-18T06:54:29 | 2023-08-18T06:54:29 | 62,047,478 | 117 | 42 | null | false | 2023-08-21T16:02:15 | 2016-06-27T10:23:58 | 2023-08-21T13:50:26 | 2023-08-21T16:02:15 | 64,435 | 103 | 44 | 80 | Java | false | false | package builder;
public class Director {
private Builder builder;
public Director(Builder builder) {
this.builder = builder;
}
public Product assemble(String head, String body, String foot) {
builder.head(head);
builder.body(body);
builder.foot(foot);
return builder.getProduct();
}
}
| UTF-8 | Java | 305 | java | Director.java | Java | [] | null | [] | package builder;
public class Director {
private Builder builder;
public Director(Builder builder) {
this.builder = builder;
}
public Product assemble(String head, String body, String foot) {
builder.head(head);
builder.body(body);
builder.foot(foot);
return builder.getProduct();
}
}
| 305 | 0.718033 | 0.718033 | 16 | 18.0625 | 16.76853 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 1 |
9aa96608eedf516ca535da2c42084ccd4ca0da50 | 1,889,785,656,086 | 37683f540f5a4ff81558dfe0db8231e58464839a | /HibernateProjects/Mapping_Collections_Map/src/Person.java | d148f2a082eab48fee5e93793897c1df4c6db916 | [] | no_license | sanjaydegaonkar/HibernateRepo | https://github.com/sanjaydegaonkar/HibernateRepo | c62e3cbd21f4bd4278338ae368f3b3a40a622c72 | 7599c04a5e73eec5ea4cdab19cf228f6b6cb266c | refs/heads/master | 2021-01-19T04:39:33.352000 | 2019-02-20T04:49:07 | 2019-02-20T04:49:07 | 87,384,870 | 1 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Person {
Address addr;
Name id;
public Address getAddr() {
return addr;
}
public void setAddr(Address addr) {
this.addr = addr;
}
public Name getId() {
return id;
}
public void setId(Name id) {
this.id = id;
}
}
| UTF-8 | Java | 245 | java | Person.java | Java | [] | null | [] |
public class Person {
Address addr;
Name id;
public Address getAddr() {
return addr;
}
public void setAddr(Address addr) {
this.addr = addr;
}
public Name getId() {
return id;
}
public void setId(Name id) {
this.id = id;
}
}
| 245 | 0.636735 | 0.636735 | 17 | 13.352942 | 10.791833 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.411765 | false | false | 1 |
cd9b3dfa7d54c20baa46462846f31544f4c4312e | 4,226,247,880,259 | d5954f8d3b7aeb54826b0d9ce2031d29f552e3ed | /SNJava/src/org/skynetgrp/snj/data/SNData.java | b5cc78fc4492b031819a7a218f69737918cfcb2c | [] | no_license | sjcloete/SkyNetGrp | https://github.com/sjcloete/SkyNetGrp | 5baac98ccd59252197d4398b16459a4894121fb5 | 458f678dea5a9bf76a5c16bf16ff5691cc621b60 | refs/heads/master | 2016-09-06T07:06:32.829000 | 2013-05-19T20:24:50 | 2013-05-19T20:24:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.skynetgrp.snj.data;
import java.util.ArrayList;
import java.util.List;
import org.skynetgrp.snj.models.MimeType;
/**
* @author Samuel Cloete
* @since Sep 5, 2012
*/
public class SNData
{
private static List<MimeType> mimeTypes;
public static List<MimeType> getMimeTypes() {
if (mimeType... | UTF-8 | Java | 14,161 | java | SNData.java | Java | [
{
"context": "org.skynetgrp.snj.models.MimeType;\n\n/**\n * @author Samuel Cloete\n * @since Sep 5, 2012\n */\npublic class SNData\n{\n ",
"end": 155,
"score": 0.9998970031738281,
"start": 142,
"tag": "NAME",
"value": "Samuel Cloete"
}
] | null | [] | package org.skynetgrp.snj.data;
import java.util.ArrayList;
import java.util.List;
import org.skynetgrp.snj.models.MimeType;
/**
* @author <NAME>
* @since Sep 5, 2012
*/
public class SNData
{
private static List<MimeType> mimeTypes;
public static List<MimeType> getMimeTypes() {
if (mimeTypes == nu... | 14,154 | 0.605536 | 0.601017 | 215 | 64.86512 | 17.070454 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84186 | false | false | 1 |
aa97df7e1817a93b4f7db92043a1b9aeb91cca36 | 22,050,362,148,867 | ac729aec6f13a7e53c29a806d2b5a914e66fe8f9 | /app/src/main/java/com/pcare/rebot/activity/MainActivity.java | 58abc96b1095d6c0b4b342a7f6776000c437ae51 | [] | no_license | androidGL/SmallRobotProject2 | https://github.com/androidGL/SmallRobotProject2 | a55a9d5a5f00e96df7246b46360650e2538bb82e | e5435978622c12c61403725b8ae78443df7f83de | refs/heads/master | 2021-03-02T02:07:29.251000 | 2020-03-08T14:23:36 | 2020-03-08T14:23:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pcare.rebot.activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.view.View;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.alibaba.android.arouter.launcher.ARouter;
import com.pcare.common.base.BaseActivity;... | UTF-8 | Java | 2,901 | java | MainActivity.java | Java | [
{
"context": "/ecg/main\")\n// .withString(\"key1\",\"心电检测\")\n// .navigation();\n Intent",
"end": 1782,
"score": 0.9783130288124084,
"start": 1778,
"tag": "KEY",
"value": "心电检测"
},
{
"context": "d(\"/bp/main\")\n .withString(\"key1... | null | [] | package com.pcare.rebot.activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.view.View;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.alibaba.android.arouter.launcher.ARouter;
import com.pcare.common.base.BaseActivity;... | 2,901 | 0.588503 | 0.587101 | 80 | 34.662498 | 27.0319 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475 | false | false | 1 |
d599feb85c6bb92635b1e29c2d04a6ce2b0a02a1 | 3,504,693,364,622 | 2cc370e40ec01552aa1f82cbf088c905d826800c | /src/main/java/ua/lukianenko/ums/dto/StudentDTO.java | 259cbad24904863f64db286d32254423f7c3c346 | [] | no_license | vllukyanenko/SMS | https://github.com/vllukyanenko/SMS | e05e8236310555e62a168d4ca58703bb36383ffb | daeb62130efd768c640ff871bfeb3c3252732a93 | refs/heads/master | 2023-01-08T07:12:14.874000 | 2020-11-04T17:26:03 | 2020-11-04T17:26:03 | 309,736,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.lukianenko.ums.dto;
import ua.lukianenko.ums.model.Group;
import lombok.*;
@Data
@NoArgsConstructor
public class StudentDTO extends PersonDTO {
private String phoneNumber;
private Group group;
} | UTF-8 | Java | 217 | java | StudentDTO.java | Java | [] | null | [] | package ua.lukianenko.ums.dto;
import ua.lukianenko.ums.model.Group;
import lombok.*;
@Data
@NoArgsConstructor
public class StudentDTO extends PersonDTO {
private String phoneNumber;
private Group group;
} | 217 | 0.769585 | 0.769585 | 13 | 15.769231 | 15.262593 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 1 |
2f050d8498928c7018bc6c89927c8e5d3aeb9d21 | 25,142,738,617,104 | 6b2541cc69ffbec4f613016faa12177dfac95a42 | /uwin/Winter 2018/cs212/Java Study Files/Pair/Pair.java | 4a9dd72618727a38e28e49ebd31de6bc517935de | [] | no_license | tukanuk/Archive | https://github.com/tukanuk/Archive | 294d6467c75292212f92404b16977bd5a2d47fd3 | 7bab76bba90819ff94ff4b16ac5ea0c88aaf4b35 | refs/heads/master | 2021-06-25T02:57:30.346000 | 2021-06-04T18:52:07 | 2021-06-04T18:52:07 | 157,883,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class collects a pair of elements of different types
*/
public class Pair<T, S>
{
/* Private Instance Variables */
private T first;
private S second;
/* Constructors */
/**
* Constructs a pair containing two given elements
* @param firstElement the first element
* @param secondElement the... | UTF-8 | Java | 714 | java | Pair.java | Java | [] | null | [] | /**
* This class collects a pair of elements of different types
*/
public class Pair<T, S>
{
/* Private Instance Variables */
private T first;
private S second;
/* Constructors */
/**
* Constructs a pair containing two given elements
* @param firstElement the first element
* @param secondElement the... | 714 | 0.656863 | 0.656863 | 43 | 15.604651 | 16.62324 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046512 | false | false | 1 |
404cc168546e294d7f8ffcf3047e9614a3376e93 | 2,611,340,151,354 | f1e8520e66ee321722c609d2c6d6f194461fec89 | /src/aplicação/Programa.java | 4f4e38d754b4dfef1ed2c35108b11cf79fe05d42 | [] | no_license | gabrielpinheiro77/Reservas | https://github.com/gabrielpinheiro77/Reservas | 456d6709193a0fb8c227386907a08c3c59572c22 | 06f11d2edc97b3ea88318f1168e0c1759a636dd5 | refs/heads/main | 2023-07-28T04:07:06.854000 | 2021-09-03T00:13:04 | 2021-09-03T00:13:04 | 402,584,914 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aplicação;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
import modelo.entidades.Reserva;
import modelo.exceções.DominioExcecao;
public class Programa {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
... | ISO-8859-1 | Java | 1,485 | java | Programa.java | Java | [] | null | [] | package aplicação;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
import modelo.entidades.Reserva;
import modelo.exceções.DominioExcecao;
public class Programa {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
... | 1,485 | 0.669377 | 0.669377 | 53 | 26.849056 | 21.647604 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.245283 | false | false | 1 |
f71189c45421423ae92f0de4c172466a0e394e46 | 21,629,455,346,472 | 19743d6f3fbed279ac1f5892e6d97f899a4e9baa | /src/com/java/base/practice/EncodingTest.java | ecaffec8c8d39d625091de00ddb3088767ac8ef8 | [] | no_license | WangJ1an/java-base | https://github.com/WangJ1an/java-base | 119ee7de532e6052b1e926febfc90869964805ef | 0969cd9b62b950b7ecd3b2c2a2f13308d2e2470b | refs/heads/master | 2021-01-19T03:07:14.904000 | 2017-08-19T06:09:53 | 2017-08-19T06:09:53 | 87,304,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.base.practice;
import java.io.UnsupportedEncodingException;
/**
* Created by 1 on 2017/3/10.
*/
public class EncodingTest {
public static void main(String[] args) throws UnsupportedEncodingException {
//对字符串编码------>字节数组
String string = "你好";
byte[] buf = string.getBytes... | UTF-8 | Java | 546 | java | EncodingTest.java | Java | [
{
"context": " //对字符串编码------>字节数组\n String string = \"你好\";\n byte[] buf = string.getBytes();\n ",
"end": 281,
"score": 0.5971729755401611,
"start": 280,
"tag": "NAME",
"value": "好"
}
] | null | [] | package com.java.base.practice;
import java.io.UnsupportedEncodingException;
/**
* Created by 1 on 2017/3/10.
*/
public class EncodingTest {
public static void main(String[] args) throws UnsupportedEncodingException {
//对字符串编码------>字节数组
String string = "你好";
byte[] buf = string.getBytes... | 546 | 0.585657 | 0.567729 | 20 | 24.1 | 20.875584 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
9d31f954355c852aa2d14cbf3e37e5978d84c375 | 3,504,693,368,317 | 86c3d1a0ca8607704163ae1a1238cc1b98cc4027 | /web/src/main/java/com/pro/service/UserService.java | 3291dc992bd5445f876d0d5a1347a4f00e3f3ea2 | [] | no_license | wangpeicai1996/Demo | https://github.com/wangpeicai1996/Demo | 1db94671a7f0ff41786c0d9fe16442733c7591a6 | 69621e6747fdb6daff8b814ffd3bd276102a8f13 | refs/heads/master | 2022-12-22T12:19:49.872000 | 2020-02-07T06:04:22 | 2020-02-07T06:04:22 | 110,626,947 | 0 | 0 | null | false | 2022-12-16T11:32:07 | 2017-11-14T02:00:06 | 2020-02-07T06:04:28 | 2022-12-16T11:32:03 | 59,233 | 0 | 0 | 48 | Java | false | false | package com.pro.service;
import com.pro.domain.Page;
import com.pro.domain.User;
public interface UserService {
void register(User user) throws Exception ;
//User active(String code)throws Exception ;
User login(String username, String password)throws Exception;
Page<User> findAllUser(int pageNumber) throws ... | UTF-8 | Java | 475 | java | UserService.java | Java | [] | null | [] | package com.pro.service;
import com.pro.domain.Page;
import com.pro.domain.User;
public interface UserService {
void register(User user) throws Exception ;
//User active(String code)throws Exception ;
User login(String username, String password)throws Exception;
Page<User> findAllUser(int pageNumber) throws ... | 475 | 0.785263 | 0.785263 | 22 | 20.59091 | 22.118809 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 1 |
44780b04307fcce9a539a9601c2e3a10ed87a514 | 25,305,947,346,902 | ccb08ecd361dcc93a5e78358d9e6ba18a44107ce | /src/controler/IControlerWizytyPrzyszle.java | c5470e83842b34dfaffe354471990c7977a3fa22 | [] | no_license | akosiorek/przychodnia | https://github.com/akosiorek/przychodnia | 7a134de567d4c86a8ee3073a078fd3dce50863ed | ca34101b5b8dce23f222fce2d958069f3a303aa8 | refs/heads/master | 2021-01-22T11:38:38.031000 | 2014-06-20T12:29:27 | 2014-06-20T12:29:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controler;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import gui.WizytyPrzyszle;
public abstract class IControlerWizytyPrzyszle {
private WizytyPrzyszle m_wizytyPrzyszle;
IControlerWizytyPrzyszle(WizytyPrzyszle wizytyPrzysz... | UTF-8 | Java | 1,065 | java | IControlerWizytyPrzyszle.java | Java | [] | null | [] | package controler;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import gui.WizytyPrzyszle;
public abstract class IControlerWizytyPrzyszle {
private WizytyPrzyszle m_wizytyPrzyszle;
IControlerWizytyPrzyszle(WizytyPrzyszle wizytyPrzysz... | 1,065 | 0.770892 | 0.769953 | 42 | 24.357143 | 23.728445 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 1 |
e6d5f5d0893192ae91ce57268c333486cc307824 | 12,214,887,021,575 | 48069817408ba36b6722c0e1f87f2d110e2d0a50 | /Lection8/lv/accenture/preboot/arrays/ArrayBasicPractise.java | 946aba4d5669b3c596b22bd9c50e2aecc9d885f3 | [] | no_license | rcsyg/rcs-preboot | https://github.com/rcsyg/rcs-preboot | 0cb0e195bf972bb1f761e7832c393f200acd9dff | 9827e666da0e9c8674ec508c3c4d2118eff31e50 | refs/heads/master | 2020-08-29T01:06:17.642000 | 2019-12-01T13:15:12 | 2019-12-01T13:15:12 | 217,874,589 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.accenture.preboot.arrays;
public class ArrayBasicPractise {
public static void main(String[] args) {
int[] arr = { 4, -12, 7, 9, 8, 14, -25, 5, 7 };
int min = arr[0];
for(int i = 1; i < arr.length; i++ ) {
if(arr[i] < min) {
min = arr[i];
}
}
System.out.println("Min of array : " + m... | UTF-8 | Java | 885 | java | ArrayBasicPractise.java | Java | [] | null | [] | package lv.accenture.preboot.arrays;
public class ArrayBasicPractise {
public static void main(String[] args) {
int[] arr = { 4, -12, 7, 9, 8, 14, -25, 5, 7 };
int min = arr[0];
for(int i = 1; i < arr.length; i++ ) {
if(arr[i] < min) {
min = arr[i];
}
}
System.out.println("Min of array : " + m... | 885 | 0.515254 | 0.490395 | 45 | 18.666666 | 16.462753 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.755556 | false | false | 1 |
86bb6ed3bbbafdac978cbf469b82234cfa28579b | 15,676,630,632,861 | 086755e54486e269447febe4b374af10293bbb1c | /src/test/java/org/camunda/bpm/unittest/SimpleTestCase.java | 4e059261ec9d3c7b671a684d9cc9a67136c7f813 | [] | no_license | hawky-4s-/http-connector-post | https://github.com/hawky-4s-/http-connector-post | 6ddaf9e250d23344b50882681299c47ab331a0e8 | 8fe4059b81f709d81f4066e3447b516d340756f5 | refs/heads/master | 2018-12-30T20:55:21.884000 | 2016-06-06T21:24:39 | 2016-06-06T21:25:03 | 60,558,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | UTF-8 | Java | 2,726 | java | SimpleTestCase.java | Java | [
{
"context": "kserver.model.HttpRequest.request;\n\n/**\n * @author Daniel Meyer\n * @author Martin Schimak\n */\npublic class Simple",
"end": 1302,
"score": 0.9997627139091492,
"start": 1290,
"tag": "NAME",
"value": "Daniel Meyer"
},
{
"context": "t.request;\n\n/**\n * @author Danie... | null | [] | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | 2,712 | 0.745048 | 0.729274 | 67 | 39.686565 | 35.27132 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61194 | false | false | 1 |
e6bd48bebe5cde4904ba55cbf83d3166088cd7d2 | 764,504,187,603 | c0e07d474a153e6cac3616acb632a24b47647fbc | /src/org/hsqldb/GroupSet.java | ae1b0743cf0acfc7f3306b266fca4af9a7dd24c2 | [] | no_license | ryenus/hsqldb | https://github.com/ryenus/hsqldb | 307861106c22560e7a73f12b7f9c5a7f5311e88b | 89c37ca75c8eb5774cbc0fb390f282ead7a31061 | refs/heads/master | 2023-08-30T21:03:23.004000 | 2023-07-16T07:53:56 | 2023-07-16T07:53:56 | 101,723,057 | 71 | 34 | null | false | 2023-05-06T05:49:34 | 2017-08-29T05:40:18 | 2023-01-30T14:04:28 | 2023-03-22T04:50:10 | 18,981 | 58 | 25 | 0 | Java | false | false | /* Copyright (c) 2001-2021, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... | UTF-8 | Java | 10,056 | java | GroupSet.java | Java | [
{
"context": "UP, CUBE and GROUPING functionality.\n *\n * @author Nicholas Quek (kocolipy@users dot sourceforge.net)\n * @version ",
"end": 2161,
"score": 0.9998685717582703,
"start": 2148,
"tag": "NAME",
"value": "Nicholas Quek"
},
{
"context": "UPING functionality.\n *\n * @author... | null | [] | /* Copyright (c) 2001-2021, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... | 10,044 | 0.553799 | 0.54823 | 344 | 28.232557 | 24.724728 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473837 | false | false | 1 |
5b56fffc4798d2dd5fb818758ce3931d3de458b2 | 28,870,770,179,631 | aa0a026fa28f0cf2099e38e7c91a5afcd0c85a56 | /JavaActivity_4/MatchMain.java | f999936e51e4bd272ab97e16039ea794b59e64bb | [] | no_license | Poornima-LTTS/JavaAssignment | https://github.com/Poornima-LTTS/JavaAssignment | bb8e4da1249c93b6d742507927a742c1b331883b | 71787bba83674c9aaee460ab564c305f43ee66e5 | refs/heads/main | 2023-07-12T08:52:20.445000 | 2021-08-19T04:14:55 | 2021-08-19T04:14:55 | 395,582,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ltts;
import java.util.Scanner;
abstract class Match{
private int currentscore;
private int currentover;
private int target;
public int getCurrentscore() {
return currentscore;
}
public void setCurrentscore(int currentscore) {
this.currentscore = currentscore;
}
public float getCurre... | UTF-8 | Java | 3,896 | java | MatchMain.java | Java | [] | null | [] | package com.ltts;
import java.util.Scanner;
abstract class Match{
private int currentscore;
private int currentover;
private int target;
public int getCurrentscore() {
return currentscore;
}
public void setCurrentscore(int currentscore) {
this.currentscore = currentscore;
}
public float getCurre... | 3,896 | 0.668378 | 0.660934 | 127 | 28.677166 | 18.883764 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.472441 | false | false | 1 |
301790dc35dcc2a36b6f1a31837fe20a036ace07 | 15,290,083,619,766 | f50be9d60d6d627659cf302d7145de2ebbd2d9f4 | /oa/ViewController/src/edu/hp/view/security/LoginUserMenu.java | 2da2df3b586837ef71695240bfc116c6a0e3a965 | [] | no_license | genexujin/XY | https://github.com/genexujin/XY | d493d40b61fb8c2711e2278707362ab4627f7182 | 8fc0e0051419498eaa097e8b736d4ef1e8d2b5c6 | refs/heads/master | 2016-09-01T19:56:15.323000 | 2013-09-11T14:16:43 | 2013-09-11T14:16:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.hp.view.security;
public class LoginUserMenu {
private String menuId;
private String menuName;
private String menuTaskFlowURL;
private String menuCategory;
private String parentId;
private String menuIconURL;
private String menuMasterCategory;
public void setMenuId(Str... | UTF-8 | Java | 1,502 | java | LoginUserMenu.java | Java | [] | null | [] | package edu.hp.view.security;
public class LoginUserMenu {
private String menuId;
private String menuName;
private String menuTaskFlowURL;
private String menuCategory;
private String parentId;
private String menuIconURL;
private String menuMasterCategory;
public void setMenuId(Str... | 1,502 | 0.661119 | 0.661119 | 68 | 21.088236 | 18.778692 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 1 |
add4d5aa07950955a9661a522b6dacd3df371551 | 31,851,477,500,439 | 3bc1a8007d0890ba972e451f605d720ea185df82 | /src/realobject3/Footwear.java | a4a8b21202248442fbb55d5f5aac21e24e6d8391 | [] | no_license | msanders11/InheritancePractice | https://github.com/msanders11/InheritancePractice | 2bb5e989227fad0dc7abffba6f5efcb4888caedf | e9077a0cf55a348ccd2b003240fe3c07c7386842 | refs/heads/master | 2021-01-13T00:30:44.530000 | 2017-02-15T01:33:02 | 2017-02-15T01:33:02 | 81,389,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package realobject3;
/**
*
* @author Mike
*/
public abstract class Footwear {
private String material;
private... | UTF-8 | Java | 705 | java | Footwear.java | Java | [
{
"context": "\r\n */\r\npackage realobject3;\r\n\r\n/**\r\n *\r\n * @author Mike\r\n */\r\npublic abstract class Footwear {\r\n priva",
"end": 238,
"score": 0.995785117149353,
"start": 234,
"tag": "NAME",
"value": "Mike"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package realobject3;
/**
*
* @author Mike
*/
public abstract class Footwear {
private String material;
private... | 705 | 0.597163 | 0.595745 | 36 | 17.583334 | 18.966894 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 1 |
1db24b2acd3ed8c8aa18c93284456aa78990426c | 6,794,638,310,893 | a77ce612ff96017ef688853c6b31b7ae5565cfa1 | /src/Kafka.java | 6dbc8d43a0226e9e1f5c557287b5066fcfbaed8f | [] | no_license | aweneagle/sql-notes | https://github.com/aweneagle/sql-notes | 041f4d5b5ca6457b8dd8651f0daea2f71e0f7097 | f2a9c66e38d8749220c83d6d4731210a85c39e8f | refs/heads/master | 2021-01-11T09:58:57.740000 | 2017-02-23T11:41:01 | 2017-02-23T11:41:01 | 77,876,889 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package canal_qbus;
import java.util.ArrayList;
import java.util.Properties;
import org.apache.kafka.clients.producer.KafkaProducer;
public class Kafka extends Qbus {
public void conn() throws Exception
{
Properties props = new Properties();
props.put("bootstrap.servers", "localhost:9092");
... | UTF-8 | Java | 769 | java | Kafka.java | Java | [] | null | [] | package canal_qbus;
import java.util.ArrayList;
import java.util.Properties;
import org.apache.kafka.clients.producer.KafkaProducer;
public class Kafka extends Qbus {
public void conn() throws Exception
{
Properties props = new Properties();
props.put("bootstrap.servers", "localhost:9092");
... | 769 | 0.677503 | 0.654096 | 22 | 33.954544 | 27.203739 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 1 |
4526c5bc9ef4b21f127c51772948c9435c664e31 | 6,794,638,311,604 | fb20aa1bbb6bed48377e82f9ffb158ae1af00c9f | /src/main/java/org/javacore/leetCode/tree/BSTSet.java | f1492e9a394715914441b212bc65eec15d2c5c52 | [
"Apache-2.0"
] | permissive | jackznq/java-core-learning-example | https://github.com/jackznq/java-core-learning-example | 2ece8c750c7a1fbb195ca61f50585fecd24c1d20 | aac487e7b95507870861078897cd16fbd42bc427 | refs/heads/master | 2022-05-21T06:37:54.252000 | 2022-03-02T09:44:13 | 2022-03-02T09:44:13 | 95,113,235 | 0 | 0 | null | true | 2017-06-22T12:28:07 | 2017-06-22T12:28:07 | 2017-06-22T03:10:07 | 2017-05-30T19:49:48 | 421 | 0 | 0 | 0 | null | null | null | package org.javacore.leetCode.tree;
/**
* @program: java-core-learning-example
* @description: 自定义set
* @author: znq
* @create: 2019-12-30 09:05
**/
public class BSTSet<E extends Comparable<E>> {
private BST<E> bst;
public BSTSet() {
this.bst = new BST<>();
}
public void add(E e) {
... | UTF-8 | Java | 630 | java | BSTSet.java | Java | [
{
"context": "arning-example\n * @description: 自定义set\n * @author: znq\n * @create: 2019-12-30 09:05\n **/\npublic class BS",
"end": 120,
"score": 0.9996485114097595,
"start": 117,
"tag": "USERNAME",
"value": "znq"
}
] | null | [] | package org.javacore.leetCode.tree;
/**
* @program: java-core-learning-example
* @description: 自定义set
* @author: znq
* @create: 2019-12-30 09:05
**/
public class BSTSet<E extends Comparable<E>> {
private BST<E> bst;
public BSTSet() {
this.bst = new BST<>();
}
public void add(E e) {
... | 630 | 0.543269 | 0.524038 | 41 | 14.219512 | 13.694422 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.195122 | false | false | 1 |
f51bb0d9c40dcbd72c09929248dea40c34af45a7 | 19,241,453,538,481 | de52b0be0840a51c739c30ddc4526d36753273b1 | /EmployeeManagementSystem/src/main/java/com/ems/main/repository/DeductionsRepository.java | 49dea16ae877549a6507f5c812e52d752d4d3d63 | [
"Apache-2.0"
] | permissive | Wingsofware/EmployeeManagementSystem | https://github.com/Wingsofware/EmployeeManagementSystem | 2e440ec8e46dc219c436de85bfd722e904ecc19b | 9812ffb17cc8a662960da0b35751e04f784a7873 | refs/heads/master | 2020-04-17T14:54:34.114000 | 2019-01-20T15:52:16 | 2019-01-20T15:52:16 | 166,677,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ems.main.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ems.main.entity.Deductions;
public interface DeductionsRepository extends JpaRepository<Deductions, Long> {
}
| UTF-8 | Java | 220 | java | DeductionsRepository.java | Java | [] | null | [] | package com.ems.main.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ems.main.entity.Deductions;
public interface DeductionsRepository extends JpaRepository<Deductions, Long> {
}
| 220 | 0.827273 | 0.827273 | 9 | 23.444445 | 28.837133 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
fad96111b2d4b8cce2f2b98c6b0fde15f28ff5eb | 1,709,397,003,301 | 3c1b0ce51a4c9b37874143b3174b080809210f60 | /src/com/test/Builder.java | f2c2a0aaebae732d8efb3c0a90f4204637ce2885 | [] | no_license | xiaonongOne/builder_pattern | https://github.com/xiaonongOne/builder_pattern | 9c971d511e34947ca4371f4292fe3d8fcebfb505 | 2cce7b11c48578e6944958880b144ea6da09c614 | refs/heads/master | 2020-05-29T08:30:09.109000 | 2019-05-28T14:21:27 | 2019-05-28T14:21:27 | 189,041,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test;
/**
* @ProjectName: builder_pattern
* @Package: com.test
* @ClassName: Builder
* @Description: 抽象建造者类,确定产品由2个部件PartA 和PartB组成,并声明一个得到产品建造
* 后结果的方法 GetResult
* @Author: Ni Shichao
* @Version: 1.0
*/
public interface Builder {
void buildPartA();
void buildPartB();
P... | UTF-8 | Java | 415 | java | Builder.java | Java | [
{
"context": "产品建造\n * 后结果的方法 GetResult\n * @Author: Ni Shichao\n * @Version: 1.0\n */\npublic interface Builder {\n\n",
"end": 217,
"score": 0.9998456835746765,
"start": 207,
"tag": "NAME",
"value": "Ni Shichao"
}
] | null | [] | package com.test;
/**
* @ProjectName: builder_pattern
* @Package: com.test
* @ClassName: Builder
* @Description: 抽象建造者类,确定产品由2个部件PartA 和PartB组成,并声明一个得到产品建造
* 后结果的方法 GetResult
* @Author: <NAME>
* @Version: 1.0
*/
public interface Builder {
void buildPartA();
void buildPartB();
Produ... | 411 | 0.653061 | 0.644315 | 20 | 16.15 | 15.117126 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
3469a867fb3433a341dad5659d888f3b147e0d15 | 16,320,875,770,671 | 0d50cccb0f416aa5f0dd45751dff9e9f6165b149 | /shangcheng/src/com/wyu/admin/servlet/DeleteUser.java | d6097e14ae9a500a8dc6e9d193937382eb1523fb | [] | no_license | chensimian/Cosmetics-shopping | https://github.com/chensimian/Cosmetics-shopping | f70d112c3fb7b42e76f3356123fb073f0a69fea0 | a1027e3fafde129a835f398840726be9482ddf31 | refs/heads/master | 2023-08-21T08:30:26.300000 | 2021-10-16T08:00:10 | 2021-10-16T08:00:10 | 417,537,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wyu.admin.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.wyu.service.UserService;
import ... | UTF-8 | Java | 930 | java | DeleteUser.java | Java | [] | null | [] | package com.wyu.admin.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.wyu.service.UserService;
import ... | 930 | 0.795699 | 0.794624 | 32 | 28.0625 | 28.025589 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 1 |
fb1f9bae5c55448c901e685aaf0c80a85ab48a34 | 29,454,885,717,062 | 0bd78e79bd4d71b210da4aecb12a00d265b16904 | /daris-core-services/src/main/java/nig/mf/plugin/pssd/services/SvcDataSetProcessedInputList.java | 971c095fa6349199b814098ec51e1acecc927622 | [
"BSD-2-Clause"
] | permissive | uom-daris/daris | https://github.com/uom-daris/daris | ed162d5a8aa1aefaae4947300f09744891a293ca | 85cd0adf7f9b783683a8079149965891ac2a0687 | refs/heads/master | 2018-12-29T12:18:52.779000 | 2018-08-10T01:04:22 | 2018-08-10T01:04:22 | 36,006,215 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nig.mf.plugin.pssd.services;
import java.util.Collection;
import java.util.List;
import arc.mf.plugin.PluginService;
import arc.mf.plugin.dtype.CiteableIdType;
import arc.mf.plugin.dtype.LongType;
import arc.xml.XmlDoc;
import arc.xml.XmlDoc.Element;
import arc.xml.XmlDocMaker;
import arc.xml.XmlWriter;
publ... | UTF-8 | Java | 3,030 | java | SvcDataSetProcessedInputList.java | Java | [] | null | [] | package nig.mf.plugin.pssd.services;
import java.util.Collection;
import java.util.List;
import arc.mf.plugin.PluginService;
import arc.mf.plugin.dtype.CiteableIdType;
import arc.mf.plugin.dtype.LongType;
import arc.xml.XmlDoc;
import arc.xml.XmlDoc.Element;
import arc.xml.XmlDocMaker;
import arc.xml.XmlWriter;
publ... | 3,030 | 0.668977 | 0.664356 | 105 | 27.857143 | 27.827164 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.657143 | false | false | 1 |
e8f2ad228214bb989c9368d82278cab1de23cdb8 | 13,589,276,546,659 | 3637342fa15a76e676dbfb90e824de331955edb5 | /2s/pojo/src/main/java/com/bcgogo/enums/MessageSendNecessaryType.java | 0221b37324f00d6b7d732576bddca3cd468fc9ec | [] | no_license | BAT6188/bo | https://github.com/BAT6188/bo | 6147f20832263167101003bea45d33e221d0f534 | a1d1885aed8cf9522485fd7e1d961746becb99c9 | refs/heads/master | 2023-05-31T03:36:26.438000 | 2016-11-03T04:43:05 | 2016-11-03T04:43:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bcgogo.enums;
/**
* Created by IntelliJ IDEA.
* User: cfl
* Date: 12-8-3
* Time: 上午9:31
* To change this template use File | Settings | File Templates.
*/
public enum MessageSendNecessaryType {
NECESSARY("必要"),
UNNECESSARY("不必要");
String type;
MessageSendNecessaryType(String type)
{
... | UTF-8 | Java | 410 | java | MessageSendNecessaryType.java | Java | [
{
"context": ".enums;\n\n/**\n * Created by IntelliJ IDEA.\n * User: cfl\n * Date: 12-8-3\n * Time: 上午9:31\n * To change this",
"end": 72,
"score": 0.9996418952941895,
"start": 69,
"tag": "USERNAME",
"value": "cfl"
}
] | null | [] | package com.bcgogo.enums;
/**
* Created by IntelliJ IDEA.
* User: cfl
* Date: 12-8-3
* Time: 上午9:31
* To change this template use File | Settings | File Templates.
*/
public enum MessageSendNecessaryType {
NECESSARY("必要"),
UNNECESSARY("不必要");
String type;
MessageSendNecessaryType(String type)
{
... | 410 | 0.651515 | 0.633838 | 26 | 14.230769 | 15.363062 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 1 |
f604b74eddd592eca4cdebfeae77a1c76580539d | 19,670,950,239,089 | a565b44c14b7829b0f611cbbc7d84749b09b3111 | /app/src/main/java/app/philm/in/drawable/DrawableTintUtils.java | 63806f33991afdfa1036e1065bf6e1da11915eb7 | [
"Apache-2.0"
] | permissive | flyfire/philm | https://github.com/flyfire/philm | 70a530c8961bb591c62b35ade8acd6628fc50549 | 2aaeb1e9253bc5cd02d30da1af9dcccb13f614e9 | refs/heads/master | 2020-04-27T10:34:17.590000 | 2019-03-07T06:16:49 | 2019-03-07T06:16:49 | 174,260,037 | 1 | 0 | null | true | 2019-03-07T02:53:31 | 2019-03-07T02:53:31 | 2019-02-27T09:37:03 | 2017-01-08T19:36:01 | 7,139 | 0 | 0 | 0 | null | false | null | /*
* Copyright 2014 Chris Banes
*
* 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 i... | UTF-8 | Java | 1,491 | java | DrawableTintUtils.java | Java | [
{
"context": "/*\n * Copyright 2014 Chris Banes\n *\n * Licensed under the Apache License, Version ",
"end": 32,
"score": 0.9998453855514526,
"start": 21,
"tag": "NAME",
"value": "Chris Banes"
}
] | null | [] | /*
* Copyright 2014 <NAME>
*
* 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 wri... | 1,486 | 0.760563 | 0.753186 | 40 | 36.275002 | 26.814163 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 1 |
2dd689b43137bb02eded28e667ad3dccad894d9e | 2,482,491,144,724 | b650f374151d54816cb863f8cd51d6e9068dce5f | /Tasks_101_150/src/main/java/ru/tasks/task_147/FibonacciNumbers.java | c8e2eae6a68c070518c396e544beea784afe7c33 | [
"Apache-2.0"
] | permissive | AlSidorenko/Acmp.ru | https://github.com/AlSidorenko/Acmp.ru | c8c30fc01fa485d4e3f6be402d372370367ed6ef | 07a6cb45ed97b4e09d453c22ba0557434e9a9be5 | refs/heads/master | 2020-04-15T05:10:03.144000 | 2019-01-10T15:07:02 | 2019-01-10T15:07:02 | 118,505,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.tasks.task_147;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Arrays;
import java.util.Scanner;
/**
* Created on 10.01.2019.
*
* @author Aleks Sidorenko (alek.sidorenko1979@gmail.com).
* @version $Id$.
* @since 0.1.
*/
public class FibonacciNumbers {
... | UTF-8 | Java | 1,702 | java | FibonacciNumbers.java | Java | [
{
"context": "nner;\n\n/**\n * Created on 10.01.2019.\n *\n * @author Aleks Sidorenko (alek.sidorenko1979@gmail.com).\n * @version $Id$.",
"end": 215,
"score": 0.9998447299003601,
"start": 200,
"tag": "NAME",
"value": "Aleks Sidorenko"
},
{
"context": "ted on 10.01.2019.\n *\n * @aut... | null | [] | package ru.tasks.task_147;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Arrays;
import java.util.Scanner;
/**
* Created on 10.01.2019.
*
* @author <NAME> (<EMAIL>).
* @version $Id$.
* @since 0.1.
*/
public class FibonacciNumbers {
public int numb() throws IOE... | 1,672 | 0.611045 | 0.584917 | 53 | 30.773584 | 27.241507 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 1 |
4ef66a9e33f8a0880bd85e20c027174abf70b795 | 33,741,263,140,348 | c0e8f82b82e599d578cfca22c3a0f4a663c4a4f2 | /eclipse workspace/Workspaces-1/qwe/线程/src/TestThread.java | ec591f28529a08094b3c93dde85a2f02d5dc6727 | [] | no_license | qiancheng900801/EclipseWorkspace | https://github.com/qiancheng900801/EclipseWorkspace | 4f2174b57c6d6fa3475a735b84edf53625faa6fb | 8bc14ca959683ed166884be173be8a5dc5e2f610 | refs/heads/master | 2019-01-01T02:18:56.289000 | 2014-06-10T15:12:23 | 2014-06-10T15:12:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
class TestThread extends Thread{
int tickets = 100;
private int stickets;
public void run()
{
while (true)
{
if(tickets > 0)
System.out.println(Thread.currentThread().getName()+"is sailing" +stickets--);
}
}
}
| UTF-8 | Java | 231 | java | TestThread.java | Java | [] | null | [] |
class TestThread extends Thread{
int tickets = 100;
private int stickets;
public void run()
{
while (true)
{
if(tickets > 0)
System.out.println(Thread.currentThread().getName()+"is sailing" +stickets--);
}
}
}
| 231 | 0.649351 | 0.632035 | 13 | 16.615385 | 21.258621 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 1 |
0764bab9d76f97bc6f9f2b6b414e430ff9efa794 | 16,286,516,055,276 | 0bfe078096f41abed9f9e0c6c58953eaf9e5d266 | /flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphSignalsTest.java | fde967e519553214dcbdf697e6f7edd957c35546 | [
"BSD-3-Clause",
"MIT",
"OFL-1.1",
"ISC",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | TwitRco/flink | https://github.com/TwitRco/flink | 67f1fc09e9de5c07fc15f0e9b03c9e42c79ed2e7 | 251dc4b42118ccb2cf6d9b589e317c9e616f57ff | refs/heads/master | 2021-08-11T12:51:54.438000 | 2021-08-08T05:53:54 | 2021-08-08T05:53:54 | 80,043,978 | 1 | 1 | Apache-2.0 | true | 2021-08-08T05:48:25 | 2017-01-25T18:29:59 | 2021-03-01T17:11:37 | 2017-07-02T00:52:39 | 113,949 | 1 | 1 | 1 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 12,410 | java | ExecutionGraphSignalsTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 12,410 | 0.747301 | 0.739404 | 396 | 30.338385 | 27.621754 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.997475 | false | false | 1 |
9a60757d709a2d63b27a7f67ee1549473e36600a | 16,295,105,921,958 | 80be7d045b22fa813ef748dadbdf99622549c2fc | /violetproduct-swing/src/main/java/com/horstmann/violet/application/menu/util/zhangjian/UMLTransfrom/RealTestCaseXMLRead.java | 8fa46afde0526c99b2182a0afef674e783338439 | [] | no_license | HDUKimi/Lab603Projects | https://github.com/HDUKimi/Lab603Projects | eafe231de67d0ae17b63c6540df7ee405dc19abd | 1c1855598e6313c7f01cb2215f5bb46ba3612667 | refs/heads/master | 2020-06-12T13:52:45.035000 | 2017-01-09T06:45:07 | 2017-01-09T06:45:07 | 75,808,670 | 1 | 0 | null | true | 2016-12-07T06:58:10 | 2016-12-07T06:58:09 | 2016-05-12T06:31:14 | 2016-09-27T13:58:25 | 3,919 | 0 | 0 | 0 | null | null | null | package com.horstmann.violet.application.menu.util.zhangjian.UMLTransfrom;
import java.util.ArrayList;
import java.util.List;
import org.dom4j.Document;
import org.dom4j.Element;
import com.horstmann.violet.application.menu.util.zhangjian.Database.AbstractTestCase;
import com.horstmann.violet.application.me... | GB18030 | Java | 3,137 | java | RealTestCaseXMLRead.java | Java | [] | null | [] | package com.horstmann.violet.application.menu.util.zhangjian.UMLTransfrom;
import java.util.ArrayList;
import java.util.List;
import org.dom4j.Document;
import org.dom4j.Element;
import com.horstmann.violet.application.menu.util.zhangjian.Database.AbstractTestCase;
import com.horstmann.violet.application.me... | 3,137 | 0.694037 | 0.687905 | 92 | 29.902174 | 27.47966 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.695652 | false | false | 1 |
81b76b0f20fee09e2eb0acf0d0975f59be549683 | 24,687,472,018,843 | 14d43625f18a640658d8854861b8e54d9de90c72 | /eu.evesuite.eve.ui/src/eu/evesuite/eve/ui/handlers/MarketViewHandler.java | af326480286c90c2374afd92c0f794af48d91b1a | [] | no_license | evesuite/evesuite | https://github.com/evesuite/evesuite | 380d6b91b59f35419f56c99e101237349157bb98 | d3f235086d787baeafdd539eb96f907136838d59 | refs/heads/master | 2016-09-06T19:08:20.174000 | 2010-12-08T12:09:47 | 2010-12-08T12:09:47 | 1,145,996 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.evesuite.eve.ui.handlers;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.ui.IWorkbenchWindow;
import or... | UTF-8 | Java | 1,001 | java | MarketViewHandler.java | Java | [] | null | [] | package eu.evesuite.eve.ui.handlers;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.ui.IWorkbenchWindow;
import or... | 1,001 | 0.796204 | 0.796204 | 31 | 31.290323 | 28.173647 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.548387 | false | false | 1 |
10da9acf7fa7670be335487ca37f509bd1f39b10 | 32,152,125,190,158 | 6e4e325d56d4ec40d357ebaf62eefc6752b0c83d | /SpielSchule/src/Kampfregel.java | 12aa1cfaa47907333bd07bef358b0833f05bbfa9 | [] | no_license | JanCemic/Eingelagertes | https://github.com/JanCemic/Eingelagertes | 0bc26bcb06b8ad94dda33b5a41ffa35914d8c083 | cf03cb49bcff709c0cc8656ed6b216dd2a02ca48 | refs/heads/master | 2021-09-02T10:29:16.581000 | 2018-01-01T22:04:55 | 2018-01-01T22:04:55 | 113,864,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Kampfregel {
private int wuerfelHeld;
private int wuerfelMonster;
public int getWuerfelHeld() {
return wuerfelHeld;
}
public void setWuerfelHeld(int wuerfelHeld) {
this.wuerfelHeld = wuerfelHeld;
}
public int getWuerfelMonster() {
return wuerfelMonster;
}
public void setWuerfelMonster(int... | UTF-8 | Java | 980 | java | Kampfregel.java | Java | [] | null | [] |
public class Kampfregel {
private int wuerfelHeld;
private int wuerfelMonster;
public int getWuerfelHeld() {
return wuerfelHeld;
}
public void setWuerfelHeld(int wuerfelHeld) {
this.wuerfelHeld = wuerfelHeld;
}
public int getWuerfelMonster() {
return wuerfelMonster;
}
public void setWuerfelMonster(int... | 980 | 0.697959 | 0.681633 | 42 | 22.309525 | 18.891277 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.97619 | false | false | 1 |
286c71906ac5ec225012bb2d99a08302859a297a | 10,977,936,409,940 | a7663fe51a91fe415b5531c5af08e1bb736f4c07 | /cdprf-log4j2-examples/src/test/java/com/alasch1/logging/impl/TestGetProcessID.java | d1bb84f0938b409a5d26cdc23ac9f3da0ae64d96 | [] | no_license | alasch1/CodePreference | https://github.com/alasch1/CodePreference | 5c7f26ba6fa235e10874b18588ba6670de1e47e8 | 018e1990b42ed22dad164f5d32c6cbb439dec9c4 | refs/heads/master | 2021-01-19T02:58:15.871000 | 2017-10-06T12:02:30 | 2017-10-06T12:02:30 | 54,829,668 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alasch1.logging.impl;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import com.alasch1.cdprf.commons.testutils.VerbalTestExecutor;
import com.alasch1.logging.plugins.JvmProcessInfo;
import com.alasch1.logging.plugins.JvmProcessInfo.ProcessInfo;
public class TestGetProcessID {
@Test... | UTF-8 | Java | 797 | java | TestGetProcessID.java | Java | [] | null | [] | package com.alasch1.logging.impl;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import com.alasch1.cdprf.commons.testutils.VerbalTestExecutor;
import com.alasch1.logging.plugins.JvmProcessInfo;
import com.alasch1.logging.plugins.JvmProcessInfo.ProcessInfo;
public class TestGetProcessID {
@Test... | 797 | 0.774153 | 0.762861 | 28 | 27.464285 | 26.766827 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 1 |
ed479302a6d98ca7ace060d26c0069f54ad11409 | 8,306,466,770,622 | 021cc90bb7908153185163c0df3343b5abbd684c | /src/main/java/com/springboot/commos/service/MailService.java | 3f9a1996c63d8732e3bb15c8101c775c3c7d2980 | [] | no_license | Quansrc/study-spring-boot-commos | https://github.com/Quansrc/study-spring-boot-commos | 80d7c2216ed78deff34212f599de23971c17f686 | b594f97cf38ddd7f3fcffc32474077c625f355b3 | refs/heads/master | 2022-04-17T22:30:43.010000 | 2020-04-13T08:30:29 | 2020-04-13T08:30:29 | 255,271,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springboot.commos.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import org.springframework.mail.javamail.MimeMailMessage;
import org.springframework.mail.javamail.MimeMe... | UTF-8 | Java | 2,176 | java | MailService.java | Java | [
{
"context": "javax.mail.internet.MimeMessage;\n\n/**\n * @author : xiaoquan\n * create at: 2020/4/13 3:16 下午\n * @description",
"end": 601,
"score": 0.9997037649154663,
"start": 593,
"tag": "USERNAME",
"value": "xiaoquan"
}
] | null | [] | package com.springboot.commos.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import org.springframework.mail.javamail.MimeMailMessage;
import org.springframework.mail.javamail.MimeMe... | 2,176 | 0.652716 | 0.644245 | 72 | 26.888889 | 21.605398 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
6819348e47141ed18c8132c71ac4a9cd038df827 | 18,554,258,726,980 | 9dee28d5abf3902bec0b870189b62def242bc029 | /src/BAEKJOON/Goldbach_Conjecture_partition.java | 7e1195c47c32612313735178dbc2985fd6d834bc | [] | no_license | MJoon-Jung/Solved_Problem | https://github.com/MJoon-Jung/Solved_Problem | 2c205165e6dd7e2fa674a239dbec1e451a56913c | 70ef3647d8d922e51f9b7b4d282e907b16ffe7ce | refs/heads/master | 2023-07-30T12:05:33.314000 | 2021-09-23T07:40:45 | 2021-09-23T07:40:45 | 323,016,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BAEKJOON;
import java.util.Scanner;
//BAEKJOON Problem 17103
public class Goldbach_Conjecture_partition {
public static void main(String[] args) {
//create isprime board
int board = 1000000;
int [] prime = new int [board];
int idx = 0;
boolean [] check = new boolean [board+1];
for(int i = 2; i <=... | UTF-8 | Java | 849 | java | Goldbach_Conjecture_partition.java | Java | [] | null | [] | package BAEKJOON;
import java.util.Scanner;
//BAEKJOON Problem 17103
public class Goldbach_Conjecture_partition {
public static void main(String[] args) {
//create isprime board
int board = 1000000;
int [] prime = new int [board];
int idx = 0;
boolean [] check = new boolean [board+1];
for(int i = 2; i <=... | 849 | 0.52768 | 0.5053 | 52 | 15.326923 | 14.385785 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.596154 | false | false | 1 |
a6a64c3fb171731cd8dd246dc3f530dcb1465348 | 14,611,478,806,920 | a41ffb14e24519db219556bfaf70090efc6eaaad | /Warehouse/src/warehouse/StockDatabase.java | d13f2c7e3ea66c6b66a6d47bae240a2699cd19af | [] | no_license | AlexNewton1/QA_Training | https://github.com/AlexNewton1/QA_Training | e84eb246bd1ecc74ad3a28bd451d741492c4c2f8 | 0776cc2aa40584127e427003d0af316d92aa5ffb | refs/heads/master | 2017-12-06T06:02:01.025000 | 2017-01-25T13:11:31 | 2017-01-25T13:11:31 | 80,008,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package warehouse;
import java.sql.*;
public class StockDatabase {
static final String JDBC_DRIVER = "com.mysql.jdbc.Driver";
static final String DB_URL = "jdbc:mysql://localhost/warehouse";
// public static final String DB_URL =
// "jdbc:mysql://localhost/NBGardenWareHouse";
static final String USER ... | UTF-8 | Java | 2,328 | java | StockDatabase.java | Java | [
{
"context": " USER = \"root\";\r\n\tstatic final String PASSWORD = \"mysql\";\r\n\r\n\tpublic void accessDB() {\r\n\t\tConnection conn",
"end": 369,
"score": 0.9993600249290466,
"start": 364,
"tag": "PASSWORD",
"value": "mysql"
}
] | null | [] | package warehouse;
import java.sql.*;
public class StockDatabase {
static final String JDBC_DRIVER = "com.mysql.jdbc.Driver";
static final String DB_URL = "jdbc:mysql://localhost/warehouse";
// public static final String DB_URL =
// "jdbc:mysql://localhost/NBGardenWareHouse";
static final String USER ... | 2,333 | 0.609966 | 0.608677 | 89 | 24.157303 | 19.410353 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.022472 | false | false | 1 |
73f73b2d6d2451e798ed60c7d02065e67d09aad6 | 22,411,139,353,322 | 47cfede177c120a22dd6dc553c63c8e1643069a9 | /src/LeetCodeSolution/DataStructure/_01_ArrayAndMatrix/_1049_LastStoneWeightII/Solution.java | 5f0ea639f12a6ece1afa01ca98f38c0d2ebd5fc8 | [] | no_license | dyfloveslife/LeetCodeAndSwordToOffer | https://github.com/dyfloveslife/LeetCodeAndSwordToOffer | 262e7b2ad384c9235afd69f8a22d7b0f20165a30 | 65d648f770f6f5b58007afbf37cc52d4c8bca62d | refs/heads/master | 2023-06-08T16:49:44.941000 | 2023-06-04T11:10:26 | 2023-06-04T11:10:26 | 147,819,855 | 71 | 35 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCodeSolution.DataStructure._01_ArrayAndMatrix._1049_LastStoneWeightII;
/*
* 最后一块石头的重量 Ⅱ
*
* 题目描述:
* 有一堆石头,每块石头的重量都是正整数。
* 每一回合,从中选出任意两块石头,然后将它们一起粉碎。假设石头的重量分别为 x 和 y,且 x <= y。那么粉碎的可能结果如下:
* 如果 x == y,那么两块石头都会被完全粉碎;
* 如果 x != y,那么重量为 x 的石头将会完全粉碎,而重量为 y 的石头新重量为 y-x。
* 最后,最多只会剩下一块石头。
* 注意:返回此石头最小的可能重量... | UTF-8 | Java | 1,938 | java | Solution.java | Java | [] | null | [] | package LeetCodeSolution.DataStructure._01_ArrayAndMatrix._1049_LastStoneWeightII;
/*
* 最后一块石头的重量 Ⅱ
*
* 题目描述:
* 有一堆石头,每块石头的重量都是正整数。
* 每一回合,从中选出任意两块石头,然后将它们一起粉碎。假设石头的重量分别为 x 和 y,且 x <= y。那么粉碎的可能结果如下:
* 如果 x == y,那么两块石头都会被完全粉碎;
* 如果 x != y,那么重量为 x 的石头将会完全粉碎,而重量为 y 的石头新重量为 y-x。
* 最后,最多只会剩下一块石头。
* 注意:返回此石头最小的可能重量... | 1,938 | 0.551724 | 0.529985 | 51 | 25.156862 | 21.003616 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 1 |
80a1907208242d0e08262b261766bd0126dcfd50 | 21,955,872,825,930 | 2d532773b19f9d9c501629f77de95be36b9028ec | /Core/src/main/java/prompto/verifier/VerificationType.java | 04d0b1891677710e4f9d17f222e3e62d7a99eb4a | [] | no_license | prompto/prompto-java | https://github.com/prompto/prompto-java | 463c4ada242d49834ffd0e668c24dd70ede555ac | e629ddd3bb43bd90ba91774c970acff3d7e38d70 | refs/heads/master | 2022-12-08T09:50:36 | 2022-11-27T22:33:55 | 2022-11-27T22:33:55 | 32,623,616 | 5 | 2 | null | false | 2022-02-16T08:12:15 | 2015-03-21T07:16:21 | 2022-01-03T11:50:28 | 2022-02-16T08:11:29 | 30,341 | 3 | 1 | 0 | Java | false | false | package prompto.verifier;
import java.util.Objects;
import prompto.compiler.IVerifierEntry;
import prompto.compiler.IVerifierEntry.VerifierType;
public class VerificationType {
static final int BitsPerByte = 8;
// Bottom two bits determine if the type is a reference, primitive,
// uninitialized or a query-type.... | UTF-8 | Java | 12,507 | java | VerificationType.java | Java | [] | null | [] | package prompto.verifier;
import java.util.Objects;
import prompto.compiler.IVerifierEntry;
import prompto.compiler.IVerifierEntry.VerifierType;
public class VerificationType {
static final int BitsPerByte = 8;
// Bottom two bits determine if the type is a reference, primitive,
// uninitialized or a query-type.... | 12,507 | 0.704485 | 0.690094 | 376 | 32.263298 | 28.4135 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.143617 | false | false | 1 |
8f74156e4d010887b033e76d48fed8c9e49872cf | 26,989,574,516,632 | 0ade7d59d9e2b559b8364195bcb3a7fe6602549b | /src/main/java/service/CurrencyReader.java | 30e2f5f206b2f213b589f431ee42182c9132e10f | [
"MIT"
] | permissive | yelinag/MoneyExchanger | https://github.com/yelinag/MoneyExchanger | 84af890de6e35cf7e31a2e1c8103568c3a47da8a | 2922328e46fb92c0bf02891b6ffe8a92343bae9e | refs/heads/master | 2020-03-20T20:07:01.394000 | 2018-06-17T17:21:52 | 2018-06-17T17:21:52 | 137,670,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import entity.EnumClienType;
import entity.RateEntity;
import entity.TransactionEntity;
import util.TimeStampUtil;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.*;
public class Curr... | UTF-8 | Java | 2,458 | java | CurrencyReader.java | Java | [] | null | [] | package service;
import entity.EnumClienType;
import entity.RateEntity;
import entity.TransactionEntity;
import util.TimeStampUtil;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.*;
public class Curr... | 2,458 | 0.615541 | 0.61188 | 72 | 33.138889 | 26.751587 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597222 | false | false | 1 |
317d23e56d088719e96c9c33ef60ed29c98f379e | 3,315,714,799,403 | 0fb37755cab37c6792b95af398e154a1c2a6b902 | /app/src/main/java/luckysms/gaber/example/com/gallen/patient_module/Adapters/insurance_SpinAdapter.java | 221f9d121574ec8c013b334f72bab363e193616a | [] | no_license | graduation18/gallen | https://github.com/graduation18/gallen | 1e3af513618e7a5137a9ce447535567fff9ad5eb | 1f6f844333edcb02591379cfb909b8d333258e20 | refs/heads/master | 2020-05-01T02:27:45.569000 | 2019-06-23T00:58:10 | 2019-06-23T00:58:10 | 177,219,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package luckysms.gaber.example.com.gallen.patient_module.Adapters;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import androi... | UTF-8 | Java | 2,031 | java | insurance_SpinAdapter.java | Java | [] | null | [] | package luckysms.gaber.example.com.gallen.patient_module.Adapters;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import androi... | 2,031 | 0.722304 | 0.721812 | 80 | 24.4 | 28.329138 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 1 |
f2427cb98640589625c5cbc598db25899691236e | 13,855,564,531,843 | 2bae21cd7e7e18bb49855f5809e79e9c0b532b65 | /code_practice/DataStructure/listsimulation/MyArrayList.java | 4851b5ea04c7ea124c4bf6b2a0c04cb1cbf318a4 | [] | no_license | superfreeeee/notes | https://github.com/superfreeeee/notes | d8ff4b36705bbe952fb45289a006977753ee2227 | f40dd41bd8d5b450c5bb1d24c2d442a8007cc9a1 | refs/heads/master | 2020-07-30T03:31:18.519000 | 2019-12-07T06:43:31 | 2019-12-07T06:43:31 | 210,070,822 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* MyArrayList
*/
public class MyArrayList<T> implements Iterable<T> {
public MyArrayList() {
doClear();
}
public void clear() {
doClear();
}
public int size() {
return theSize;
}
public boolean isEmpty() {
retur... | UTF-8 | Java | 3,098 | java | MyArrayList.java | Java | [] | null | [] | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* MyArrayList
*/
public class MyArrayList<T> implements Iterable<T> {
public MyArrayList() {
doClear();
}
public void clear() {
doClear();
}
public int size() {
return theSize;
}
public boolean isEmpty() {
retur... | 3,098 | 0.596514 | 0.58909 | 147 | 20.081633 | 15.851998 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530612 | false | false | 1 |
8fa7655f6b82246ad5ad2e44cb8aca0f12eaa3b0 | 24,206,435,743,436 | 499f159576f4aa56e9167ee7834d89fc3e0f0fb5 | /Compiler/04-Semantic/src/Application.java | 9b8c31903e90906935688844b6337c8894961854 | [] | no_license | mahozad/course-projects | https://github.com/mahozad/course-projects | b2a89218e3bde6d3553f62417961482f8a9dd004 | 10ffdae3a4673b47f4eb5237ea75043c0ae005c8 | refs/heads/master | 2023-03-06T15:32:06.894000 | 2021-02-23T18:29:25 | 2021-02-23T18:29:25 | 337,052,072 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.io.IOException;
import java.net.URISyntaxException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
class Application {
static {
try {
UIManager.setLookAndFeel(UIManager... | UTF-8 | Java | 2,182 | java | Application.java | Java | [] | null | [] | import javax.swing.*;
import java.io.IOException;
import java.net.URISyntaxException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.List;
class Application {
static {
try {
UIManager.setLookAndFeel(UIManager... | 2,182 | 0.527498 | 0.526123 | 65 | 32.569229 | 23.762911 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492308 | false | false | 1 |
ce5b572a240c51d9df3791e94b0c85363fd406ec | 34,497,177,321,686 | c3efdc36076773d7cab49cc956ffb661c24daef2 | /src/main/java/entities/rw/RWStationVL.java | 7ee3016749d79d7739db90958566988cd78ba9a1 | [] | no_license | joomanger/MyJaxRs | https://github.com/joomanger/MyJaxRs | cdf09b868e7932edbcbdd2508bc7d112e1002194 | fc35a8aa20b694f1a24491189b4462d8224b6cd3 | refs/heads/master | 2020-04-04T05:46:20.213000 | 2017-01-20T15:28:23 | 2017-01-20T15:28:23 | 53,142,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities.rw;
import service.VLIDField;
/**
*
* @author savin
*/
public class RWStationVL {
@VLIDField
private String rws_code;
private String rws_name;
private String rwr_name;
public RWStationVL() {
}
public RWStationVL(String rws_code, String rws_name, Strin... | UTF-8 | Java | 946 | java | RWStationVL.java | Java | [
{
"context": "\r\nimport service.VLIDField;\r\n\r\n/**\r\n *\r\n * @author savin\r\n */\r\npublic class RWStationVL {\r\n @VLIDField\r",
"end": 78,
"score": 0.9978357553482056,
"start": 73,
"tag": "USERNAME",
"value": "savin"
}
] | null | [] | package entities.rw;
import service.VLIDField;
/**
*
* @author savin
*/
public class RWStationVL {
@VLIDField
private String rws_code;
private String rws_name;
private String rwr_name;
public RWStationVL() {
}
public RWStationVL(String rws_code, String rws_name, Strin... | 946 | 0.556025 | 0.556025 | 50 | 16.92 | 17.092501 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 1 |
34367d1670e5780173ae7d261fc65c9a53056d0c | 2,430,951,500,817 | 067b416404d9a182d758b9c8d601f095330ee4ec | /src/main/java/com/ibeesaas/ribbon_test/ConsumerApplication.java | 9d2acf33ac39bdc2b0552a0a8bbf52b2ddd48efd | [] | no_license | honthion/secale | https://github.com/honthion/secale | 6bda38df138326a4e9f35fcb20c8c756ec48997e | 473e45b073810e53229a948a635e921e5f17ba59 | refs/heads/master | 2020-06-01T00:14:31.876000 | 2019-06-06T13:16:04 | 2019-06-06T13:16:04 | 190,527,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibeesaas.ribbon_test;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableCircuit... | UTF-8 | Java | 854 | java | ConsumerApplication.java | Java | [] | null | [] | package com.ibeesaas.ribbon_test;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableCircuit... | 854 | 0.745946 | 0.745946 | 23 | 31.173914 | 27.079035 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 1 |
9c6f9477c141fe04514a6fb59cdc883cbeeb0d3c | 17,789,754,608,189 | 69232b509012fff5ecf758f36a1157211caecad0 | /src/main/java/br/com/caelum/vraptor/goodbuy/controller/ProdutosController.java | ded1dbcd89cbf33acbb7412c69e9a639e588d47a | [] | no_license | asouza/conexaojava2014 | https://github.com/asouza/conexaojava2014 | 71475d37d779bad0d93a3041e01e7e3193515c5e | c094fb5b73238abef97722f57279c67f54fd3f4e | refs/heads/master | 2021-01-01T08:53:41.897000 | 2014-05-20T22:17:45 | 2014-05-20T22:17:45 | 19,956,549 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.caelum.vraptor.goodbuy.controller;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
import br.com.caelum.vraptor.Controller;
import br.com.caelum.vraptor.Get;
import br.com.ca... | UTF-8 | Java | 1,183 | java | ProdutosController.java | Java | [] | null | [] | package br.com.caelum.vraptor.goodbuy.controller;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
import br.com.caelum.vraptor.Controller;
import br.com.caelum.vraptor.Get;
import br.com.ca... | 1,183 | 0.78022 | 0.78022 | 50 | 22.66 | 18.30258 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.14 | false | false | 1 |
b412869068ef4104cae7a0e7650838c884c494d1 | 20,212,116,146,421 | ad62ec707612cfbefee8f919d540c382263e4343 | /src/main/java/com/frees/workdaily/service/IProjectService.java | 05f1fa39ede77bad7e024c2555fa0ee3645763fb | [] | no_license | FreeStyleDP/workdaily | https://github.com/FreeStyleDP/workdaily | af2dcbd32d10344a2c7d701a1ebf2eec5bffe7de | d4f193758b8a7d3060fa3124c5b6b6dbb6151268 | refs/heads/master | 2022-06-23T22:41:33.233000 | 2021-08-31T09:09:24 | 2021-08-31T09:09:24 | 208,414,139 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.frees.workdaily.service;
import com.frees.workdaily.entity.Project;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author frees
* @since 2019-08-30
*/
public interface IProjectService extends IService<Project> {
}
| UTF-8 | Java | 284 | java | IProjectService.java | Java | [
{
"context": "Service;\n\n/**\n * <p>\n * 服务类\n * </p>\n *\n * @author frees\n * @since 2019-08-30\n */\npublic interface IProjec",
"end": 188,
"score": 0.9989288449287415,
"start": 183,
"tag": "USERNAME",
"value": "frees"
}
] | null | [] | package com.frees.workdaily.service;
import com.frees.workdaily.entity.Project;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author frees
* @since 2019-08-30
*/
public interface IProjectService extends IService<Project> {
}
| 284 | 0.719424 | 0.690647 | 16 | 16.375 | 20.407949 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 1 |
a0a5ebb838bfed59d53caf4909683ba65dfa6766 | 2,954,937,515,424 | 087be2ac59a6b416494c0b9fc0ea988dabac171d | /Armstrong Number /Main.java | acf666547cdae7c8185cc2f9929fdfb4a86c9423 | [] | no_license | nandithapb/Cprogramme_Projects | https://github.com/nandithapb/Cprogramme_Projects | 0bed7281f3e0cb024efcb55d0477698078e2ffb5 | 61b511ba7fe31d1c6c2d84107c09859af9e69917 | refs/heads/master | 2020-06-05T18:36:57.963000 | 2019-12-09T12:30:40 | 2019-12-09T12:30:40 | 192,513,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | #include <stdio.h>
#include <math.h>
int main()
{
int n,n1;
scanf("%d",&n);
int count=0,sum=0;
int copy=n;
while(n>0)
{
n=n/10;
count++;
}
n1=copy;
for(int i=1;i<=count;i++)
{
int r=n1%10;
int p= pow(r,count);
sum=sum+p;
n1=n1/10;
}
if(sum==copy)
printf("Armst... | UTF-8 | Java | 393 | java | Main.java | Java | [] | null | [] | #include <stdio.h>
#include <math.h>
int main()
{
int n,n1;
scanf("%d",&n);
int count=0,sum=0;
int copy=n;
while(n>0)
{
n=n/10;
count++;
}
n1=copy;
for(int i=1;i<=count;i++)
{
int r=n1%10;
int p= pow(r,count);
sum=sum+p;
n1=n1/10;
}
if(sum==copy)
printf("Armst... | 393 | 0.519084 | 0.478372 | 28 | 13.035714 | 8.934213 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
0632d9db7624296bc33130352d95b92fde3acbf0 | 16,862,041,667,536 | 38e6cd81dac60d15db4a50623e9cdc0583f2cc63 | /src/main/java/com/job/management/utils/JobRuleEngine.java | 129fb40ffaa30147fa0df424f7ca5b4523536f75 | [] | no_license | shweta-desai/spring-mvc | https://github.com/shweta-desai/spring-mvc | b54c116df82712bce426fd4679d6b5365774ab2a | 88ac68a388064433b26eb5216d185da80894aa54 | refs/heads/master | 2023-02-28T12:38:31.223000 | 2021-02-07T14:12:43 | 2021-02-07T14:12:43 | 336,793,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.job.management.utils;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Locale;
import java.util.function.Function;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.DateUtils;
import org.slf4j.Lo... | UTF-8 | Java | 2,790 | java | JobRuleEngine.java | Java | [] | null | [] | package com.job.management.utils;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Locale;
import java.util.function.Function;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.DateUtils;
import org.slf4j.Lo... | 2,790 | 0.718996 | 0.717204 | 90 | 30 | 30.453608 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 1 |
8eb1212cf440367fe01f8d85caf29ae058c74179 | 33,251,636,831,181 | e1a0d59a11d40d3932fe9ecf9849e4bd8a3aacfb | /src/plugin/IMessageHandler.java | c4a2309da1364d26014aff7d456d7acc10fc49ee | [] | no_license | olga600312/MainApp | https://github.com/olga600312/MainApp | 58ba2aa1feeacf51dfeae0751957a33f85870fb4 | a0fbd9e49eb57df4ee4cf1958b4b99756925594f | refs/heads/master | 2018-02-07T20:50:44.677000 | 2017-07-03T14:56:30 | 2017-07-03T14:56:30 | 96,104,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plugin;
public interface IMessageHandler {
void onMessage(Object obj,Object station);
void setNetHost(INetPluginHost host);
}
| UTF-8 | Java | 139 | java | IMessageHandler.java | Java | [] | null | [] | package plugin;
public interface IMessageHandler {
void onMessage(Object obj,Object station);
void setNetHost(INetPluginHost host);
}
| 139 | 0.791367 | 0.791367 | 6 | 22.166666 | 17.752151 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
55693d06a5c54e4f2850f14e8a40fddd91508f9d | 2,886,218,070,314 | 3066eb81b4f66ca2f6924c15128bb28070f25770 | /service/src/main/java/li/strolch/execution/service/TriggerExecutionForRealmService.java | 958cb3077c48c5f0187a6bbf6041125ba0acc2f8 | [
"Apache-2.0"
] | permissive | strolch-li/strolch | https://github.com/strolch-li/strolch | 5b2e4794fcdd9dbd04e493dcab43564efe21316c | d9da84093d0dcafc7ae1689e4832905f936c4ae3 | refs/heads/develop | 2023-08-29T14:02:15.451000 | 2023-08-28T13:47:29 | 2023-08-28T13:47:29 | 24,089,199 | 5 | 2 | Apache-2.0 | false | 2023-07-18T05:32:17 | 2014-09-16T07:08:06 | 2022-11-15T12:55:41 | 2023-07-18T05:32:16 | 58,722 | 5 | 6 | 0 | Java | false | false | package li.strolch.execution.service;
import li.strolch.execution.ExecutionHandler;
import li.strolch.runtime.StrolchConstants;
import li.strolch.service.api.AbstractService;
import li.strolch.service.api.ServiceArgument;
import li.strolch.service.api.ServiceResult;
import li.strolch.service.api.ServiceResultState;
im... | UTF-8 | Java | 1,029 | java | TriggerExecutionForRealmService.java | Java | [] | null | [] | package li.strolch.execution.service;
import li.strolch.execution.ExecutionHandler;
import li.strolch.runtime.StrolchConstants;
import li.strolch.service.api.AbstractService;
import li.strolch.service.api.ServiceArgument;
import li.strolch.service.api.ServiceResult;
import li.strolch.service.api.ServiceResultState;
im... | 1,029 | 0.821186 | 0.821186 | 33 | 30.181818 | 29.493147 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 1 |
ef94f99bea92a217150b69f2bc11894a1048044b | 34,256,659,157,907 | b22f733bea562d6f0818b99c189e2c136a722798 | /src/main/java/ApiChecker/ApiChecker.java | e27221ee1f4c43de2399b53a3fc82080a11a87a9 | [] | no_license | MarcinSzal/ApiChecker | https://github.com/MarcinSzal/ApiChecker | 220b7a4bac3f354a6ac269e0a5828d1e29e892ab | 76cf91fb033dd8176e3592c4eed443d9757ea873 | refs/heads/master | 2022-11-13T16:46:45.190000 | 2020-07-09T11:42:21 | 2020-07-09T11:42:21 | 278,349,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ApiChecker;
import java.text.SimpleDateFormat;
import java.time.LocalDate;
import java.util.Calendar;
import java.util.Map;
import java.util.regex.Pattern;
import io.restassured.RestAssured;
import io.restassured.http.Method;
import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
im... | UTF-8 | Java | 8,294 | java | ApiChecker.java | Java | [] | null | [] | package ApiChecker;
import java.text.SimpleDateFormat;
import java.time.LocalDate;
import java.util.Calendar;
import java.util.Map;
import java.util.regex.Pattern;
import io.restassured.RestAssured;
import io.restassured.http.Method;
import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
im... | 8,294 | 0.678054 | 0.672018 | 177 | 45.802261 | 39.903702 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.768362 | false | false | 1 |
fa4b363d15537b7fdba1f4b6e9940508a14a1b5b | 34,256,659,158,113 | 23e41b6b32fb770b3a8ecd13366f2912a10768c0 | /spring_ssm/spring_ssm_update/src/main/java/com/youmeek/ssm/service/EventService.java | cc7b8ece922ed93a15af5fedf8387db7f737beb9 | [
"Apache-2.0"
] | permissive | wujun728/test | https://github.com/wujun728/test | 050ba53faa3eabc60a0f40e329a8566ec3bfecad | 2754667133143c5399b1fe66c9237eb52dd14186 | refs/heads/master | 2021-01-19T04:08:07.390000 | 2021-01-11T15:47:45 | 2021-01-11T15:47:45 | 62,027,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youmeek.ssm.service;
import com.github.abel533.echarts.Option;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageInfo;
import com.youmeek.ssm.model.Message;
import com.youmeek.ssm.model.page.Pagination;
import com.youmeek.ssm.pojo.Event;
import com.youmeek.ssm.pojo.EventDetail;
import com... | UTF-8 | Java | 1,805 | java | EventService.java | Java | [
{
"context": "mport java.util.List;\n\n/**\n * 事件service\n * @Author frank.fang\n * @Date 2016/4/25 18:01\n */\npublic interface Eve",
"end": 410,
"score": 0.9954443573951721,
"start": 400,
"tag": "USERNAME",
"value": "frank.fang"
},
{
"context": "ent> getAllEvent();\n\n /**\n ... | null | [] | package com.youmeek.ssm.service;
import com.github.abel533.echarts.Option;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageInfo;
import com.youmeek.ssm.model.Message;
import com.youmeek.ssm.model.page.Pagination;
import com.youmeek.ssm.pojo.Event;
import com.youmeek.ssm.pojo.EventDetail;
import com... | 1,805 | 0.629499 | 0.570501 | 82 | 19.670732 | 17.524933 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.268293 | false | false | 1 |
eed692e9b2343e8258044fd8e04d3b3dd34ca60e | 15,418,932,613,214 | b2c25f1094d7ae58fa709d56adbd2d5b37fbc017 | /XinFengRanFramework/feng-framework-models/src/main/java/com/feng/framework/ycnweapp/response/ResAllCommentInfo.java | 0c2291f53d74c69b447c85c6ee43d65701e7ddd9 | [] | no_license | xingxingdiandengUp/xinyue-loveLock | https://github.com/xingxingdiandengUp/xinyue-loveLock | 550fa7f4c0436663a1902f6cabe4f4c746b451c1 | 2ff06a3b60ae35dda5b0d340dc7285e86bd59c4b | refs/heads/master | 2023-04-16T08:46:26.807000 | 2021-04-24T14:14:45 | 2021-04-24T14:14:45 | 361,163,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.feng.framework.ycnweapp.response;
import lombok.Data;
import java.sql.Timestamp;
import java.util.Date;
import java.util.List;
/**
* @ClassName ResAllCommentInfo
* @Author 小风谷
* @Date 2021/3/23 16:05
* @Version 1.0
* @Description 点赞下面所有评论者
*/
@Data
public class ResAllCommentInfo {
/** 评论记录id ... | UTF-8 | Java | 850 | java | ResAllCommentInfo.java | Java | [
{
"context": "t;\n\n/**\n * @ClassName ResAllCommentInfo\n * @Author 小风谷\n * @Date 2021/3/23 16:05\n * @Version 1.0\n * @Desc",
"end": 192,
"score": 0.6984286308288574,
"start": 189,
"tag": "USERNAME",
"value": "小风谷"
}
] | null | [] | package com.feng.framework.ycnweapp.response;
import lombok.Data;
import java.sql.Timestamp;
import java.util.Date;
import java.util.List;
/**
* @ClassName ResAllCommentInfo
* @Author 小风谷
* @Date 2021/3/23 16:05
* @Version 1.0
* @Description 点赞下面所有评论者
*/
@Data
public class ResAllCommentInfo {
/** 评论记录id ... | 850 | 0.636872 | 0.618715 | 42 | 16.047619 | 12.987086 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 1 |
84861a0c2a4707d62337e98d70169d3e715cfdc4 | 29,669,634,127,258 | 4235d50af4c4aba910fe95f9778d1725c8a77ae7 | /backend/src/main/java/stand/lemonade/service/IncomeServiceImpl.java | 968fcb8a71d5fdeb1d3b2321d5364324c1a20980 | [] | no_license | MariaCatalina/LemonadeStand | https://github.com/MariaCatalina/LemonadeStand | 19c17a86c91505f635b152ef05d6d150627a822e | 88e1203f03b85bae3ac057e7dc7c7187170819f7 | refs/heads/master | 2016-08-12T17:37:12.095000 | 2016-02-14T14:57:06 | 2016-02-14T14:57:06 | 51,698,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stand.lemonade.service;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.google.inject.Inject;
import com.google.inject.persist.Transactional;
import stand.lemonade.dal.IncomeDal;
import stand.lemonade.dal.ShiftDal;
import stand.lemonade.entities... | UTF-8 | Java | 2,122 | java | IncomeServiceImpl.java | Java | [] | null | [] | package stand.lemonade.service;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.google.inject.Inject;
import com.google.inject.persist.Transactional;
import stand.lemonade.dal.IncomeDal;
import stand.lemonade.dal.ShiftDal;
import stand.lemonade.entities... | 2,122 | 0.763431 | 0.763431 | 82 | 24.878048 | 21.73027 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.463415 | false | false | 1 |
652375a262c534beccf67b9e2a6dec11068ae258 | 10,170,482,615,722 | e77b1ede8def0a0407c54f4701a662e0c629258d | /src/test/java/com/imooc/sell/service/impl/ProductServiceImplTest.java | 682cb3f1bb434ba528fd5e55c766dbc704231ea5 | [] | no_license | 13615650245/sell | https://github.com/13615650245/sell | f291d3685141e10ea851087cd71615a980e801df | f6106b21471abcab5e993a764542886c30cbb0d0 | refs/heads/master | 2020-09-13T06:44:40.775000 | 2019-11-19T12:04:43 | 2019-11-19T12:04:43 | 222,685,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.sell.service.impl;
import com.imooc.sell.dataobject.ProductInfo;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfr... | UTF-8 | Java | 839 | java | ProductServiceImplTest.java | Java | [] | null | [] | package com.imooc.sell.service.impl;
import com.imooc.sell.dataobject.ProductInfo;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfr... | 839 | 0.734694 | 0.726291 | 34 | 23.529411 | 21.170506 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 1 |
2ac61ff961d769572935fb5008bf21c9e8806bbc | 22,643,067,604,155 | c5aa7cab5ebeb785090af8c92ec5d47959f8ba21 | /src/com/wsoft/libutils/memory/MemoryUtils.java | c1dde58a1833aa19ed07e16aeda6ba9fe0bfdada | [] | no_license | weizongwei5/libutils | https://github.com/weizongwei5/libutils | 97c345b573d663ad14278c9a8736d6a7e1405be5 | 445cb1acd3fd5120c600a745e354a7bcb1d7dac9 | refs/heads/master | 2016-09-05T11:47:47.485000 | 2015-07-02T08:25:26 | 2015-07-02T08:25:26 | 35,209,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsoft.libutils.memory;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.Context;
import android.os.Build;
import android.util.Log;
/**
* 内存的工具类
*/
public class MemoryUtils {
private static final String TAG = "MemoryUtils";
/**
... | UTF-8 | Java | 2,783 | java | MemoryUtils.java | Java | [] | null | [] | package com.wsoft.libutils.memory;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.Context;
import android.os.Build;
import android.util.Log;
/**
* 内存的工具类
*/
public class MemoryUtils {
private static final String TAG = "MemoryUtils";
/**
... | 2,783 | 0.617714 | 0.583823 | 69 | 30.072464 | 34.157909 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492754 | false | false | 1 |
08120760e027c84e43f22e87ea6d1d3df13714a9 | 30,863,635,034,005 | 79231ecc2a8bfbcc5780f6e215ee394dfb1cf269 | /vertx-tools-core/src/main/java/com/dburyak/vertx/core/config/DurationTypeConverter.java | 00d2dbf560eeab6f86c115a15d1cc3e503eaeab4 | [
"MIT"
] | permissive | dburyak/tools-vertx-core | https://github.com/dburyak/tools-vertx-core | 38225962d6ac21fafd584d00e2d06ef39c6a6d4a | c8f2b37a92db377f272f7dadb9c537329b36e80f | refs/heads/main | 2023-03-28T17:31:40.123000 | 2023-03-20T01:34:32 | 2023-03-20T01:34:32 | 348,996,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dburyak.vertx.core.config;
import io.micronaut.core.convert.ConversionContext;
import io.micronaut.core.convert.TypeConverter;
import jakarta.inject.Singleton;
import java.time.Duration;
import java.util.Optional;
@Singleton
public class DurationTypeConverter implements TypeConverter<String, Duration> {
... | UTF-8 | Java | 1,488 | java | DurationTypeConverter.java | Java | [] | null | [] | package com.dburyak.vertx.core.config;
import io.micronaut.core.convert.ConversionContext;
import io.micronaut.core.convert.TypeConverter;
import jakarta.inject.Singleton;
import java.time.Duration;
import java.util.Optional;
@Singleton
public class DurationTypeConverter implements TypeConverter<String, Duration> {
... | 1,488 | 0.651882 | 0.65121 | 37 | 39.216217 | 30.496908 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 1 |
522dfb2f83cde5076a294f132a2df6c6b340b9e0 | 1,571,958,064,515 | 90d4ad6443418c8d947a8a22bf14831a4a0847a4 | /src/com/com/lambda/UseFoo.java | e99d79ef10eb66d8764d002eadb463083fbc867c | [] | no_license | athimanshu/LearningJava | https://github.com/athimanshu/LearningJava | 8338938572d92fd5cbed68565e374927000724c8 | a800316f0ca5a1449d81f940bd7bb843d97782be | refs/heads/master | 2020-03-22T13:07:11.759000 | 2018-07-07T13:20:44 | 2018-07-07T13:20:44 | 140,084,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.com.lambda;
import java.util.function.Function;
public class UseFoo {
public static void main(String[] args) {
UseFoo useFoo = new UseFoo();
Foo foo = parameter -> parameter + " from lambda";
String resut = useFoo.add("Hello",foo);
Function <String, String> fun=param -... | UTF-8 | Java | 614 | java | UseFoo.java | Java | [] | null | [] | package com.com.lambda;
import java.util.function.Function;
public class UseFoo {
public static void main(String[] args) {
UseFoo useFoo = new UseFoo();
Foo foo = parameter -> parameter + " from lambda";
String resut = useFoo.add("Hello",foo);
Function <String, String> fun=param -... | 614 | 0.623779 | 0.623779 | 22 | 26.90909 | 23.531235 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 1 |
b3ee9d9e3ac05cbfdc76ff897fc7a7d8b6f301b9 | 21,852,793,605,239 | a3d20d6d8b2620e055b214a06f30b5e1d81011a7 | /src/testng11/ParallelTest1.java | ee440f7471cda633b23b67e67a59e5d4e13ab29b | [] | no_license | khalidn10/TestNGTests | https://github.com/khalidn10/TestNGTests | 92951547faa1b73117e53067e5c93129b56d126e | 25869607d0a6a64bcdd518ebc6f64c5d0d0f8aaf | refs/heads/master | 2023-03-04T02:36:45.089000 | 2021-02-18T02:06:11 | 2021-02-18T02:06:11 | 339,909,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testng11;
import org.testng.annotations.Test;
public class ParallelTest1 {
@Test
public void test1() throws InterruptedException
{
Thread.sleep(1000);
System.out.println("Test 1 complete for ParallelTest1");
}
@Test
public void test2() throws InterruptedException
{
Thread.sleep(1000);
System... | UTF-8 | Java | 813 | java | ParallelTest1.java | Java | [] | null | [] | package testng11;
import org.testng.annotations.Test;
public class ParallelTest1 {
@Test
public void test1() throws InterruptedException
{
Thread.sleep(1000);
System.out.println("Test 1 complete for ParallelTest1");
}
@Test
public void test2() throws InterruptedException
{
Thread.sleep(1000);
System... | 813 | 0.730627 | 0.683887 | 42 | 18.357143 | 21.221981 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 1 |
2afdc37973606990f02e75b952ac29f02881f4cb | 23,587,960,404,959 | dc9aabe1ffe733f91c2b2bf552e3b1fe066f4bb5 | /src/main/java/com/feed_the_beast/javacurselib/examples/app_v1/TestTask.java | b242da207ce7443da5d54a34d4c295155bcb91f8 | [
"Apache-2.0"
] | permissive | progwml6/JavaCurseAPI | https://github.com/progwml6/JavaCurseAPI | 0935d73d98eeb1887a5d3c38f97df71024007f0b | ee4cf99c726c0a9710c88c738d3079b5c226f68f | refs/heads/master | 2021-04-30T22:40:49.798000 | 2017-08-25T20:01:03 | 2017-08-25T20:01:03 | 57,254,402 | 4 | 1 | null | false | 2017-03-01T17:52:57 | 2016-04-27T23:02:25 | 2016-12-15T13:59:38 | 2017-03-01T17:52:57 | 450 | 3 | 0 | 5 | Java | null | null | package com.feed_the_beast.javacurselib.examples.app_v1;
import com.feed_the_beast.javacurselib.websocket.WebSocket;
import com.feed_the_beast.javacurselib.websocket.messages.handler.tasks.Task;
import com.feed_the_beast.javacurselib.websocket.messages.notifications.ConversationMessageNotification;
import javax.annot... | UTF-8 | Java | 706 | java | TestTask.java | Java | [] | null | [] | package com.feed_the_beast.javacurselib.examples.app_v1;
import com.feed_the_beast.javacurselib.websocket.WebSocket;
import com.feed_the_beast.javacurselib.websocket.messages.handler.tasks.Task;
import com.feed_the_beast.javacurselib.websocket.messages.notifications.ConversationMessageNotification;
import javax.annot... | 706 | 0.794618 | 0.793201 | 17 | 40.588234 | 39.738941 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
aceb2afae3be6278d1f3140f615f88a94c9f99d2 | 34,411,277,988,833 | d60bd07bd1cf607b14f6abee0e279546145c5215 | /src/main/java/com/weaveown/io/socket/ServerSocketNioDemo.java | 3f263d73771763254deb6906baf95fc5538827cd | [] | no_license | WeaveOwn/gojava | https://github.com/WeaveOwn/gojava | 57a298cfeff6721ea98ce10049c43caa23d7e28e | 31af3646721933f55c564c6bebb8180143a1cd01 | refs/heads/master | 2022-07-04T17:09:51.360000 | 2021-10-21T01:12:14 | 2021-10-21T01:12:14 | 253,663,759 | 1 | 0 | null | false | 2021-03-31T22:01:40 | 2020-04-07T02:11:21 | 2021-03-31T05:56:15 | 2021-03-31T22:01:40 | 131 | 0 | 0 | 3 | Java | false | false | package com.weaveown.io.socket;
import org.apache.log4j.net.SocketServer;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.net.SocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.*;
import java.util.Iterator;
import java.util.Set;
/**
* @author... | UTF-8 | Java | 2,991 | java | ServerSocketNioDemo.java | Java | [
{
"context": "il.Iterator;\nimport java.util.Set;\n\n/**\n * @author WeaveOwn\n */\npublic class ServerSocketNioDemo {\n public",
"end": 329,
"score": 0.9995878338813782,
"start": 321,
"tag": "USERNAME",
"value": "WeaveOwn"
},
{
"context": "ketAddress socketAddress = new InetSocke... | null | [] | package com.weaveown.io.socket;
import org.apache.log4j.net.SocketServer;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.net.SocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.*;
import java.util.Iterator;
import java.util.Set;
/**
* @author... | 2,991 | 0.605508 | 0.599656 | 73 | 38.794521 | 25.436981 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684932 | false | false | 1 |
0c93f26d9a1f2fc330bb6e110784cded59bd8506 | 24,618,752,587,498 | c7eb5ab6fb44131bf83495e03f5d0a9263f4c265 | /ScanShop/src/com/scanshop/Exit.java | 07733534392dff937e18b7cb3731cde5b9da81a2 | [] | no_license | smicer66/Android | https://github.com/smicer66/Android | 6c883d913b3a28e6bdc12a7bd0045dc768110fdd | 21292f836ba966421b93519ca63b6b1699fc495e | refs/heads/master | 2021-01-15T20:58:09.041000 | 2013-05-23T18:56:17 | 2013-05-23T18:56:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scanshop;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQ... | UTF-8 | Java | 14,662 | java | Exit.java | Java | [] | null | [] | package com.scanshop;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQ... | 14,662 | 0.602919 | 0.595553 | 388 | 36.788658 | 30.793737 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.481959 | false | false | 1 |
447703455875930053459ac09c70aab11e405e3e | 10,685,878,633,679 | 9fe8f72e5d89fb0e77aae57263a2e927c1f54ec2 | /app/src/main/java/my/edu/tarc/lab21loancalculator/MainActivity.java | b3d86dbb3eb9c990bf6f92e279cb3aac62bad030 | [] | no_license | KoeChanHoe/Lab2.1LoanCalculator | https://github.com/KoeChanHoe/Lab2.1LoanCalculator | c4a89f9eca63b655c0b4061397aeae1e1af24e0d | ad90d39ee305376157e9b6e6d9805d8bd12c293a | refs/heads/master | 2021-07-21T13:37:32.880000 | 2017-10-30T05:37:03 | 2017-10-30T05:37:03 | 108,806,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.edu.tarc.lab21loancalculator;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity {
private EditText editTextPrice;
private EditText ed... | UTF-8 | Java | 1,719 | java | MainActivity.java | Java | [] | null | [] | package my.edu.tarc.lab21loancalculator;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity {
private EditText editTextPrice;
private EditText ed... | 1,719 | 0.709133 | 0.706225 | 49 | 34.081635 | 25.677622 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836735 | false | false | 1 |
173eca2254add9bad3554ce135ed87e8f61ecccc | 19,791,209,334,978 | cc3d9c3ba8297b06aed033bf939c7ef36a7ca175 | /src/main/java/com/burakovv/math/Polynomial.java | 85927d0bfefa83f90b03597b7e29a7966393c2e8 | [] | no_license | FireFry/machine-learning | https://github.com/FireFry/machine-learning | 6ae5c8804bf3e7199a04d42d39afd86e815d833c | a82690feb5d759bd7159ba1407de7061b632593d | refs/heads/master | 2021-01-20T08:19:39.081000 | 2015-03-21T19:26:10 | 2015-03-21T19:26:10 | 32,545,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.burakovv.math;
public class Polynomial implements Function {
private final Vector parameters;
public Polynomial(Vector parameters) {
this.parameters = parameters;
}
@Override
public double eval(double argument) {
double exp = 1d;
double acc = 0;
for (in... | UTF-8 | Java | 603 | java | Polynomial.java | Java | [] | null | [] | package com.burakovv.math;
public class Polynomial implements Function {
private final Vector parameters;
public Polynomial(Vector parameters) {
this.parameters = parameters;
}
@Override
public double eval(double argument) {
double exp = 1d;
double acc = 0;
for (in... | 603 | 0.538972 | 0.532338 | 26 | 22.192308 | 17.604673 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 1 |
dfe08c80820e363a165426ab35637043e91c2d57 | 11,854,109,765,622 | 02aafc60762f747e6f77912cec7e2e2f1011586c | /Reverse Number/src/DoubleArray.java | c2edf00d4604ab61b4f0d534a46646cd16d55548 | [] | no_license | naveenyadav9998/eclipse-workspace | https://github.com/naveenyadav9998/eclipse-workspace | 00e9f9190120271f081d14f7abf703cd3a44a5d4 | 080070658c547945f960694a54af6bd5b63f2531 | refs/heads/master | 2020-06-24T12:56:50.775000 | 2019-07-26T07:24:46 | 2019-07-26T07:24:46 | 198,966,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class DoubleArray
{
public static void main(String args[])
{
int arr[][];
Scanner input=new Scanner(System.in);
System.out.println("Enter rows:");
int row=input.nextInt();
System.out.println("Enter Colums: ");
int col=input.nextInt();
arr=new int [row][col];
Sys... | UTF-8 | Java | 705 | java | DoubleArray.java | Java | [] | null | [] | import java.util.*;
public class DoubleArray
{
public static void main(String args[])
{
int arr[][];
Scanner input=new Scanner(System.in);
System.out.println("Enter rows:");
int row=input.nextInt();
System.out.println("Enter Colums: ");
int col=input.nextInt();
arr=new int [row][col];
Sys... | 705 | 0.521986 | 0.516312 | 36 | 18.583334 | 18.51182 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.472222 | false | false | 1 |
b5b09c58db991c463c3f97b4871277eb44175c46 | 26,268,020,039,698 | b2c608751b1d986706c1596819e713d19c60ef17 | /manager/taotao-manager-web/src/main/java/com/taotao/controller/ItemController.java | db985f065175bccec208afa9a26d472124bf5300 | [] | no_license | HelloWangXiangDong/goshopping | https://github.com/HelloWangXiangDong/goshopping | 9a101645e215fa322dee77906be2e190bd595d1d | 0853d1af7fd3d0d47007588c4f6e4e5fc035ee3a | refs/heads/master | 2020-12-01T16:28:25.183000 | 2016-08-31T09:58:59 | 2016-08-31T09:58:59 | 67,024,135 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taotao.controller;
import com.taotao.common.pojo.Page;
import com.taotao.common.pojo.TaotaoResult;
import com.taotao.pojo.TbItem;
import com.taotao.service.ItemService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframewor... | UTF-8 | Java | 2,189 | java | ItemController.java | Java | [
{
"context": "b.bind.annotation.ResponseBody;\n\n/**\n * Created by XDStation on 2016/7/16 0016.\n * 商品管理service\n */\n@Controller",
"end": 570,
"score": 0.9990304112434387,
"start": 561,
"tag": "USERNAME",
"value": "XDStation"
}
] | null | [] | package com.taotao.controller;
import com.taotao.common.pojo.Page;
import com.taotao.common.pojo.TaotaoResult;
import com.taotao.pojo.TbItem;
import com.taotao.service.ItemService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframewor... | 2,189 | 0.710342 | 0.705194 | 68 | 30.42647 | 24.363857 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
2931e154e987326a257322ab829d2605e5dff19c | 2,585,570,374,011 | 5de798e06f8a53b80db1bf4a640656b5196fca01 | /src/main/java/heraldry/render/RenderContour.java | 9af444cc8f86d55d90a903a9b03b62fb719c7905 | [] | no_license | wlievens/hml | https://github.com/wlievens/hml | 903682984804ad7a0cc81276da6cfbc58ab51f1b | 9111d13accd29ae134bc3a787bf709e8d95f168c | refs/heads/master | 2021-01-19T02:30:11.956000 | 2016-08-03T20:54:03 | 2016-08-03T20:54:03 | 53,354,246 | 11 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package heraldry.render;
import heraldry.render.paint.Color;
import heraldry.render.paint.Paint;
import heraldry.render.path.LinePathStep;
import heraldry.render.path.Path;
import heraldry.render.path.PathStep;
import heraldry.util.GeometryUtils;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsC... | UTF-8 | Java | 5,145 | java | RenderContour.java | Java | [] | null | [] | package heraldry.render;
import heraldry.render.paint.Color;
import heraldry.render.paint.Paint;
import heraldry.render.path.LinePathStep;
import heraldry.render.path.Path;
import heraldry.render.path.PathStep;
import heraldry.util.GeometryUtils;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsC... | 5,145 | 0.579397 | 0.572789 | 172 | 28.91279 | 22.289804 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.593023 | false | false | 1 |
c0b102f300506877dde0411c5c1d8ddf9336df7b | 18,588,618,493,535 | c0a8907b021a3de46b29d399ff9483c322176417 | /mall-admin/src/main/java/com/zscat/mallplus/admin/utils/GeneratorCodeUtil.java | 3c427f79eef975f6c021db45c8f7c12a7fb6d4f9 | [] | no_license | 1041469131/mall_new | https://github.com/1041469131/mall_new | a8d1cc93eca433fed540ca3da604fdb473aeda2e | b8a9cb4e263c92b7638313265650d2ee81dd3075 | refs/heads/master | 2022-11-13T01:08:58.540000 | 2020-07-03T10:24:21 | 2020-07-03T10:24:21 | 265,473,304 | 0 | 0 | null | true | 2020-05-20T06:35:35 | 2020-05-20T06:35:35 | 2020-05-19T06:58:37 | 2020-05-19T06:58:34 | 1,044 | 0 | 0 | 0 | null | false | false | package com.zscat.mallplus.admin.utils;
import java.util.LinkedList;
import java.util.Random;
import org.apache.commons.lang.StringUtils;
/**
* @author xiang.li
* create date 2018/12/11
* description
*/
public class GeneratorCodeUtil {
public static String couponCodeStr = "ABCEDEFGHIJKLMNOPQRSTUVWXYZ12345678... | UTF-8 | Java | 1,115 | java | GeneratorCodeUtil.java | Java | [
{
"context": "g.apache.commons.lang.StringUtils;\n\n/**\n * @author xiang.li\n * create date 2018/12/11\n * description\n *",
"end": 157,
"score": 0.9645265340805054,
"start": 155,
"tag": "NAME",
"value": "xi"
},
{
"context": "pache.commons.lang.StringUtils;\n\n/**\n * @author xiang.... | null | [] | package com.zscat.mallplus.admin.utils;
import java.util.LinkedList;
import java.util.Random;
import org.apache.commons.lang.StringUtils;
/**
* @author xiang.li
* create date 2018/12/11
* description
*/
public class GeneratorCodeUtil {
public static String couponCodeStr = "ABCEDEFGHIJKLMNOPQRSTUVWXYZ12345678... | 1,115 | 0.670852 | 0.651121 | 35 | 30.857143 | 27.264988 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685714 | false | false | 1 |
1100711dcbc4851ea51d54e661918d71ccc0d5f5 | 30,185,030,178,798 | cd55e1f4eae86f0a779d36c29aca75861311280c | /Java/4-Java8/com/nick/love/myra/TestParalleStream.java | aa2d13e225055e4046d3c42e194422244235890e | [
"MIT"
] | permissive | wuping5719/Programming-Tools | https://github.com/wuping5719/Programming-Tools | aebfa6d7048c75e61965af1140c95548259fe4a4 | 6a6d65132773331d13e4b9b490ed46c059b57d2e | refs/heads/master | 2021-01-23T05:56:47.699000 | 2017-12-15T15:01:12 | 2017-12-15T15:01:12 | 86,325,129 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nick.love.myra;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class TestParalleStream {
public static void main(String[] args) {
Random random = new Random(100000);
List<Integer> list = Stream.generate(random::nextInt).limi... | UTF-8 | Java | 865 | java | TestParalleStream.java | Java | [] | null | [] | package com.nick.love.myra;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class TestParalleStream {
public static void main(String[] args) {
Random random = new Random(100000);
List<Integer> list = Stream.generate(random::nextInt).limi... | 865 | 0.692497 | 0.672817 | 29 | 27.034483 | 22.30275 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.655172 | false | false | 1 |
cf1eb55990a12a51929c95eb7735f5730a86d2e7 | 32,839,319,974,932 | 8afb19c5a4dd506587063c8e2633005084a1d7a1 | /src/java/dao/logic/IDBDAO.java | 3cb833ba3b14437af3f8dde7ade036fadf05273b | [] | no_license | dmytro-vynokurov/OnlineTestingRepo | https://github.com/dmytro-vynokurov/OnlineTestingRepo | e4473ba1a4a14fd778483d27651fb3d2fbbc786a | 4473a42def9a968ac0809a2db11f19d1242b6043 | refs/heads/master | 2021-05-27T08:34:11.481000 | 2013-02-26T09:55:09 | 2013-02-26T09:55:09 | null | 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 dao.logic;
import dao.*;
/**
*
* @author Винокуров
*/
public interface IDBDAO {
public AnswerDAO getAnswerDAO();
public QuestionDAO getQuestionDAO();
public StudentDAO getStudentDAO();
publi... | UTF-8 | Java | 434 | java | IDBDAO.java | Java | [
{
"context": "kage dao.logic;\n\nimport dao.*;\n\n\n/**\n *\n * @author Винокуров\n */\npublic interface IDBDAO {\n public AnswerDA",
"end": 163,
"score": 0.9998165965080261,
"start": 154,
"tag": "NAME",
"value": "Винокуров"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dao.logic;
import dao.*;
/**
*
* @author Винокуров
*/
public interface IDBDAO {
public AnswerDAO getAnswerDAO();
public QuestionDAO getQuestionDAO();
public StudentDAO getStudentDAO();
publi... | 434 | 0.689412 | 0.689412 | 22 | 18.318182 | 17.025078 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
8568dc16c3a0a4e9a9c9e41fc542ea9e9c18a4b1 | 27,728,308,899,272 | c7bfbccea158144e15511201bfd095ab7cc00260 | /level26/lesson15/big01/exception/InterruptOperationException.java | da52a1a2eca36906cedc5d6eb4b6aa8f6e597a35 | [] | no_license | Alla86/JavaRush | https://github.com/Alla86/JavaRush | 43d7d49e0765c5242428652a150a4efbe4dd6dfe | db8de96f0adc686744b5d00d425979a63ec8a1c1 | refs/heads/master | 2021-01-17T14:19:21.747000 | 2017-03-06T14:39:36 | 2017-03-06T14:39:36 | 84,079,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.test.level26.lesson15.big01.exception;
/**
* Created by Alla on 12.08.16.
*/
public class InterruptOperationException extends Exception {
} | UTF-8 | Java | 163 | java | InterruptOperationException.java | Java | [
{
"context": "vel26.lesson15.big01.exception;\n\n/**\n * Created by Alla on 12.08.16.\n */\npublic class InterruptOperationE",
"end": 83,
"score": 0.999661386013031,
"start": 79,
"tag": "NAME",
"value": "Alla"
}
] | null | [] | package com.javarush.test.level26.lesson15.big01.exception;
/**
* Created by Alla on 12.08.16.
*/
public class InterruptOperationException extends Exception {
} | 163 | 0.773006 | 0.699386 | 7 | 22.428572 | 25.466265 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 1 |
619dcdb6c30d11c0473f3a90c80f28b75c94afff | 27,728,308,898,635 | 67d81f8fc61aecba194c74190ad5aa65a58b2dd7 | /src/main/java/ru/anovikov/mybilltest/MyBillAddBonusExtQuickReq.java | 5a4e6f68c33f9c66192066a9f3586cbce3db8067 | [] | no_license | andnovikov/mybilltest | https://github.com/andnovikov/mybilltest | 19f2030d178e005b59699c4a3151f019ffe84211 | d84feeb10a45e3d57ba8526d742a4cc2b5cbf620 | refs/heads/master | 2020-07-16T02:45:05.414000 | 2019-09-14T17:29:36 | 2019-09-14T17:29:36 | 205,702,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.anovikov.mybilltest;
public class MyBillAddBonusExtQuickReq {
/*
"amount":200.00,
"guid":"9803d32e-8fcd-4984-a736-9f02f726b3c0",
"email":null,
"phone":null,
"uniqId":"12345678",
"info":"Дополнительная информация"
*/
public float getAmount() {
... | UTF-8 | Java | 1,280 | java | MyBillAddBonusExtQuickReq.java | Java | [] | null | [] | package ru.anovikov.mybilltest;
public class MyBillAddBonusExtQuickReq {
/*
"amount":200.00,
"guid":"9803d32e-8fcd-4984-a736-9f02f726b3c0",
"email":null,
"phone":null,
"uniqId":"12345678",
"info":"Дополнительная информация"
*/
public float getAmount() {
... | 1,280 | 0.572452 | 0.544586 | 68 | 17.485294 | 14.69543 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 1 |
afaaec767a38caa5053de3c9aa57f3eb6d0ff5f4 | 3,994,319,622,472 | f40963db754f4c3bb6e838cc0d6f45edf329c0ae | /s2struts/src/test/java/org/seasar/struts/pojo/form/TestResetNotDefinedPojoForm.java | dc8be181f83d0121946b76b8d60c074d65b9f1e8 | [
"Apache-2.0"
] | permissive | seasarorg/s2struts | https://github.com/seasarorg/s2struts | a48f74c3a4e143fcb98cc37f62d7586afa233ddc | 7a6e90586a193734eeebfd644a12e56e12a1c398 | refs/heads/master | 2021-01-10T19:20:33.380000 | 2016-11-11T03:51:04 | 2016-11-11T03:51:04 | 13,407,289 | 1 | 2 | null | false | 2016-02-10T04:50:20 | 2013-10-08T08:07:54 | 2015-03-29T03:29:44 | 2016-02-10T04:50:20 | 237,440 | 1 | 2 | 0 | Java | null | null | package org.seasar.struts.pojo.form;
/**
*
* @author Katsuhiko Nagashima
*/
public class TestResetNotDefinedPojoForm {
}
| UTF-8 | Java | 136 | java | TestResetNotDefinedPojoForm.java | Java | [
{
"context": "g.seasar.struts.pojo.form;\r\n\r\n/**\r\n * \r\n * @author Katsuhiko Nagashima\r\n */\r\npublic class TestResetNotDefinedPojoForm {\r",
"end": 80,
"score": 0.9998155832290649,
"start": 61,
"tag": "NAME",
"value": "Katsuhiko Nagashima"
}
] | null | [] | package org.seasar.struts.pojo.form;
/**
*
* @author <NAME>
*/
public class TestResetNotDefinedPojoForm {
}
| 123 | 0.676471 | 0.676471 | 9 | 13.111111 | 16.468451 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 1 |
0ce1fb4c6da8bd0cf4051ce389fcffb1734152ab | 3,994,319,619,469 | 3b3b7bb76f22c752afd085460c869d1c01e6ed91 | /EMF/src/client/gov/epa/emissions/framework/client/casemanagement/inputs/EditInputsTabPresenter.java | d33763eaf37563205fe745ea2c278a28d36b4c2f | [] | no_license | USEPA-OAQPS/emf | https://github.com/USEPA-OAQPS/emf | 8400322dd89b79350d0bdd89ce1635e9e6fa333d | 0362121b47c430b27ab73ff798dc5e55dd28547e | refs/heads/master | 2022-07-15T22:42:26.104000 | 2022-06-26T18:34:22 | 2022-06-26T18:34:22 | 18,827,110 | 4 | 4 | null | false | 2018-02-28T09:25:40 | 2014-04-16T04:39:06 | 2017-10-11T00:40:38 | 2018-02-28T09:25:40 | 155,563 | 1 | 4 | 11 | Java | false | null | package gov.epa.emissions.framework.client.casemanagement.inputs;
import gov.epa.emissions.commons.data.Sector;
import gov.epa.emissions.framework.client.casemanagement.editor.CaseEditorTabPresenter;
import gov.epa.emissions.framework.client.casemanagement.editor.RelatedCaseView;
import gov.epa.emissions.framework.cli... | UTF-8 | Java | 2,541 | java | EditInputsTabPresenter.java | Java | [] | null | [] | package gov.epa.emissions.framework.client.casemanagement.inputs;
import gov.epa.emissions.commons.data.Sector;
import gov.epa.emissions.framework.client.casemanagement.editor.CaseEditorTabPresenter;
import gov.epa.emissions.framework.client.casemanagement.editor.RelatedCaseView;
import gov.epa.emissions.framework.cli... | 2,541 | 0.794963 | 0.794963 | 56 | 44.392857 | 39.772423 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.910714 | false | false | 1 |
6609af458204a256e222be85c150bed60c74880a | 20,718,922,291,455 | 4f4cd12cb6ee8fc86e5e932a602ac73dd057b411 | /pester-core/src/main/java/fr/vergne/pester/PesterTestUtil.java | 8cef413a6c1c9ea48a4c6d7dc73fb86558e2df66 | [
"CC0-1.0"
] | permissive | matthieu-vergne/pester | https://github.com/matthieu-vergne/pester | 6da5ad8fda9c2b9dfa381b764dbc46d078974a1a | 851a3b1cc06fa950ab8801a7a82f031df005368f | refs/heads/master | 2021-03-02T04:06:10.310000 | 2020-04-13T23:59:03 | 2020-04-13T23:59:03 | 245,837,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.vergne.pester;
import java.util.Collections;
import java.util.List;
public class PesterTestUtil<P> {
static List<Object> noParameter() {
return Collections.emptyList();
}
}
| UTF-8 | Java | 191 | java | PesterTestUtil.java | Java | [] | null | [] | package fr.vergne.pester;
import java.util.Collections;
import java.util.List;
public class PesterTestUtil<P> {
static List<Object> noParameter() {
return Collections.emptyList();
}
}
| 191 | 0.748691 | 0.748691 | 11 | 16.363636 | 14.827939 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 1 |
e59bebad5b2ef2c08040b8533ad3234dc9ca7642 | 1,864,015,873,332 | 986fbc8d16bd8011e16c4cdc1fcb950981348049 | /src/main/java/cn/guanmai/open/bean/product/param/OpenSpuCreateParam.java | 358f0db346b31e3656a538ee9853570f3d5ba318 | [] | no_license | wdkimsea/test_station | https://github.com/wdkimsea/test_station | 9a47e7df6756621d624e818555c0409fdfe2cb8d | 9607c321a3f9aa45d8c2fef328b917cc72183b72 | refs/heads/master | 2023-01-19T00:47:59.028000 | 2020-11-22T01:16:36 | 2020-11-22T01:16:36 | 314,933,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.guanmai.open.bean.product.param;
/*
* @author liming
* @date Jun 3, 2019 4:12:57 PM
* @des 新建SPU参数
* @version 1.0
*/
public class OpenSpuCreateParam {
private String spu_name;
private String desc;
private String std_unit_name;
private String pinlei_id;
private String dispatch_method;
private Strin... | UTF-8 | Java | 2,051 | java | OpenSpuCreateParam.java | Java | [
{
"context": "cn.guanmai.open.bean.product.param;\n\n/* \n* @author liming \n* @date Jun 3, 2019 4:12:57 PM \n* @des 新建SPU参数\n*",
"end": 65,
"score": 0.9961004257202148,
"start": 59,
"tag": "USERNAME",
"value": "liming"
}
] | null | [] | package cn.guanmai.open.bean.product.param;
/*
* @author liming
* @date Jun 3, 2019 4:12:57 PM
* @des 新建SPU参数
* @version 1.0
*/
public class OpenSpuCreateParam {
private String spu_name;
private String desc;
private String std_unit_name;
private String pinlei_id;
private String dispatch_method;
private Strin... | 2,051 | 0.615272 | 0.609398 | 122 | 15.745902 | 14.885663 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.106557 | false | false | 1 |
4a528e3269788e121f5ca21b1e31d2efa482c028 | 30,958,124,337,484 | 64b9382b4df579a15b59caea977c3b36e204b5cf | /app/src/main/java/com/example/ssc/Announcement/AnnouncementDao.java | d54ecaf95e169c8a1d737b10a185984955d6d047 | [] | no_license | callmedingding/MSCS | https://github.com/callmedingding/MSCS | 0e9deb667afafa18e412eafb3a556cfdfbd84a21 | 96b6906b8d7a6b666636e6d3878ea40db1bea686 | refs/heads/master | 2020-05-28T08:59:08.226000 | 2019-06-02T16:03:57 | 2019-06-02T16:03:57 | 188,948,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ssc.Announcement;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.example.ssc.db.MyDBHelper;
import java.util.ArrayList;
import java.util.HashMap;
public class AnnouncementDao {
private MyDBHelper myhelper;
publi... | UTF-8 | Java | 2,179 | java | AnnouncementDao.java | Java | [] | null | [] | package com.example.ssc.Announcement;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.example.ssc.db.MyDBHelper;
import java.util.ArrayList;
import java.util.HashMap;
public class AnnouncementDao {
private MyDBHelper myhelper;
publi... | 2,179 | 0.625755 | 0.625291 | 63 | 33.142857 | 27.198189 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825397 | false | false | 1 |
5ef8b7924834f5f24381308447b097e9a3681ef3 | 32,899,449,555,019 | 8fc8631da3fd2ecd57dca727db306872a276ab61 | /Lab 6/Home Activity 1/L6H1Runner.java | 260df86a69e3e826d80903dff4924f985aad5213 | [] | no_license | TalhaRizwan093/OOP-SP21 | https://github.com/TalhaRizwan093/OOP-SP21 | 9e83e497768bbd387b362055e9f2372a2ccf83a6 | 0d421b042a23bcdef92fdb90313d4e7b16455206 | refs/heads/main | 2023-05-13T15:53:03.514000 | 2021-06-07T10:55:59 | 2021-06-07T10:55:59 | 345,033,604 | 0 | 1 | null | false | 2021-03-07T16:50:52 | 2021-03-06T07:30:58 | 2021-03-07T08:15:43 | 2021-03-07T16:27:47 | 34 | 0 | 1 | 0 | Java | false | false |
package l6h1;
public class L6H1Runner {
public static void main(String[] args) {
SavingsAccount saver1 = new SavingsAccount(2000);
SavingsAccount saver2 = new SavingsAccount(3000);
SavingsAccount.modifyInterestRate(3);
System.out.println("Monthly interes... | UTF-8 | Java | 700 | java | L6H1Runner.java | Java | [] | null | [] |
package l6h1;
public class L6H1Runner {
public static void main(String[] args) {
SavingsAccount saver1 = new SavingsAccount(2000);
SavingsAccount saver2 = new SavingsAccount(3000);
SavingsAccount.modifyInterestRate(3);
System.out.println("Monthly interes... | 700 | 0.665714 | 0.637143 | 19 | 34.736843 | 33.62775 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 1 |
952248abf3536cba874a3f815ee784009aa59b52 | 403,726,962,523 | 0f626d77908e93b083700a3f98d43fed66a4ec75 | /chapter_001/src/test/java/ru/job4j/package-info.java | 5550f2dc687b08227613d3bf46adbf2df0075447 | [
"Apache-2.0"
] | permissive | MaksimSkubilov/mskubilov | https://github.com/MaksimSkubilov/mskubilov | 3d2c1a6cbe4051d4b43620acd3e3975b7e06997d | e30f5c5904c6e1a7962f3b5b25eb6211e3f7778a | refs/heads/master | 2021-01-09T05:50:25.352000 | 2017-06-23T10:44:16 | 2017-06-23T10:44:16 | 80,840,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* //TODO add comments.
*
* @author Maksim Skubilov skubilov89@yandex.ru
* @version 2.0
* @since 03.02.2017
*/
package ru.job4j; | UTF-8 | Java | 137 | java | package-info.java | Java | [
{
"context": "/**\n * //TODO add comments.\n *\n * @author Maksim Skubilov skubilov89@yandex.ru\n * @version 2.0\n * @since 03",
"end": 57,
"score": 0.999869704246521,
"start": 42,
"tag": "NAME",
"value": "Maksim Skubilov"
},
{
"context": "//TODO add comments.\n *\n * @author Maksim ... | null | [] | /**
* //TODO add comments.
*
* @author <NAME> <EMAIL>
* @version 2.0
* @since 03.02.2017
*/
package ru.job4j; | 115 | 0.649635 | 0.554745 | 8 | 16.25 | 13.970952 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 1 |
5655041c17258fe762ff6b4c9caaaf229f08d0a7 | 30,992,484,058,555 | 40aeb7714de81fa5c7f446eaf5971cfc8d65e359 | /src/main/java/com/stte/plusgenerator/GeneratedMapperTest.java | 88e0049b49c50e118fe59a69586091987da478ad | [] | no_license | SwimToTheNd/mybatis-demo | https://github.com/SwimToTheNd/mybatis-demo | e58eab6fce9df107407f8f59c0dd86276e31e10d | bdd04f5592eb5442b3af87c858fb0a702ecb00b8 | refs/heads/master | 2022-11-27T21:41:09.439000 | 2020-08-04T13:35:19 | 2020-08-04T13:35:19 | 284,989,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stte.plusgenerator;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.stte.generator.entity.TbBook;
import com.stte.generator.mapper.TbBookMapper;
import com.stte.util.MyBatisUtil;
import org.apache.ibatis.session.SqlSess... | UTF-8 | Java | 783 | java | GeneratedMapperTest.java | Java | [
{
"context": "ession;\n\nimport java.util.List;\n\n\n/**\n * create by BloodFly at 2020/3/7\n */\npublic class GeneratedMapperTest ",
"end": 376,
"score": 0.9994714260101318,
"start": 368,
"tag": "USERNAME",
"value": "BloodFly"
}
] | null | [] | package com.stte.plusgenerator;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.stte.generator.entity.TbBook;
import com.stte.generator.mapper.TbBookMapper;
import com.stte.util.MyBatisUtil;
import org.apache.ibatis.session.SqlSess... | 783 | 0.753512 | 0.745849 | 26 | 29.115385 | 24.698687 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
9037e825dd6b1cf2a6b4e5b021af1c1d26932e3a | 36,945,308,693,841 | 6a5b80c5c0d13287697d068c51f325ae24c0e6dd | /src/main/java/com/api/lojaLivro/mappers/UsuarioMapper.java | 4ead66642447a53da0c06519a580de2862ec9059 | [] | no_license | lucascarneiroandrade/apiLojaLivro | https://github.com/lucascarneiroandrade/apiLojaLivro | a546d3c4cd9a7106aece5a7f25f64df1d1640cb7 | bb74e5607d81b636da472bf0fc36cb2dce3e1e86 | refs/heads/master | 2022-12-28T07:53:56.966000 | 2020-10-19T00:57:49 | 2020-10-19T00:57:49 | 304,990,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.api.lojaLivro.mappers;
import com.api.lojaLivro.dto.UsuarioDTO;
import com.api.lojaLivro.models.Usuario;
import org.springframework.stereotype.Component;
@Component
public class UsuarioMapper {
public UsuarioDTO usuarioToDTO(Usuario usuario) {
if (usuario == null) {
return null;
... | UTF-8 | Java | 1,086 | java | UsuarioMapper.java | Java | [] | null | [] | package com.api.lojaLivro.mappers;
import com.api.lojaLivro.dto.UsuarioDTO;
import com.api.lojaLivro.models.Usuario;
import org.springframework.stereotype.Component;
@Component
public class UsuarioMapper {
public UsuarioDTO usuarioToDTO(Usuario usuario) {
if (usuario == null) {
return null;
... | 1,086 | 0.629834 | 0.629834 | 37 | 28.351351 | 22.546309 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 1 |
728d7c9279972908403cc7546874c6346b8ca8a1 | 27,925,877,412,354 | c2e533bb59590619319523773116a61d2bb8a37f | /src/main/java/week08d02/Lottery.java | e7bfed47ec2e8bfd60a7bf6175cc3d02ec3c3dbf | [] | no_license | Engomo/training-solutions | https://github.com/Engomo/training-solutions | 220588b98bb834d190ff5a0a0f776d0fd8055bca | 90a17db25c45a84072cc790aec7a31c08dfe065d | refs/heads/master | 2023-03-18T00:42:25.765000 | 2021-03-16T12:03:29 | 2021-03-16T12:03:29 | 308,331,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week08d02;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Lottery {
public List<Integer> getNumbers(int interval, int numbers) {
List<Integer> winners = new ArrayList<>();
Random random = new Random();
while (winners.size() < numbers) {
... | UTF-8 | Java | 661 | java | Lottery.java | Java | [] | null | [] | package week08d02;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Lottery {
public List<Integer> getNumbers(int interval, int numbers) {
List<Integer> winners = new ArrayList<>();
Random random = new Random();
while (winners.size() < numbers) {
... | 661 | 0.583964 | 0.571861 | 29 | 21.793104 | 20.369652 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.