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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
523205ab76d74f57d8412a4da35b2089803cbf23 | 13,262,859,028,722 | 7ddd2c3203893a2e51078d57e908f4b6a1044151 | /src/main/java/com/scheduler/distributed/task/exception/TaskExecutionException.java | d8c98b8c5508f2387e70a9cb50e38d9f29977d9c | [] | no_license | fnkygy/distributed-scheduler | https://github.com/fnkygy/distributed-scheduler | 9465a5b0a2e70bb2c61921819c3f2ff858523f2e | 3d335a2adec80c38612ae57fb4ddbc65276197b1 | refs/heads/master | 2020-08-22T03:32:57.605000 | 2019-10-20T10:17:15 | 2019-10-20T10:17:15 | 216,308,884 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scheduler.distributed.task.exception;
import lombok.NoArgsConstructor;
@NoArgsConstructor
public class TaskExecutionException extends TaskSubmissionException {
/* TODO: Implement this */
}
| UTF-8 | Java | 208 | java | TaskExecutionException.java | Java | [] | null | [] | package com.scheduler.distributed.task.exception;
import lombok.NoArgsConstructor;
@NoArgsConstructor
public class TaskExecutionException extends TaskSubmissionException {
/* TODO: Implement this */
}
| 208 | 0.8125 | 0.8125 | 9 | 22.111111 | 23.595877 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 6 |
61b0d6f726da3d2e2a3007ff03930cc7e81637d3 | 17,308,718,214,304 | 481f10b998bc05033dd136269e2484abf1d9b8dd | /src/main/java/com/example/mq/activemq/basic/Producer.java | 32ae18011f03f4e2a6efd22eb8f6d4d6f8d9859e | [] | no_license | wojiaolize/mq | https://github.com/wojiaolize/mq | 6100b33384615742def6f8e0fc1aece83aa0b4e8 | 017e083fc1e4cccd1e30138c6737aa84ef9cb952 | refs/heads/master | 2020-03-23T16:00:31.250000 | 2018-08-15T06:48:24 | 2018-08-15T06:48:24 | 141,789,336 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mq.activemq.basic;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.jms.*;
/**
* 生产者
* <p>
* Created by Administrator on 2018/7/21.
*/
public class Producer {
public static void main(String[] args) throws Exception {
//建立ConnectionFactory工厂对象,用户名、密码、地址均使用默认
... | UTF-8 | Java | 2,087 | java | Producer.java | Java | [
{
"context": "port javax.jms.*;\n\n/**\n * 生产者\n * <p>\n * Created by Administrator on 2018/7/21.\n */\npublic class Producer {\n\n pu",
"end": 161,
"score": 0.44687625765800476,
"start": 148,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.mq.activemq.basic;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.jms.*;
/**
* 生产者
* <p>
* Created by Administrator on 2018/7/21.
*/
public class Producer {
public static void main(String[] args) throws Exception {
//建立ConnectionFactory工厂对象,用户名、密码、地址均使用默认
... | 2,087 | 0.654667 | 0.640024 | 52 | 30.51923 | 34.458721 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442308 | false | false | 6 |
9570abfcf0c12851ffd8f126daafb358f0a2b5ec | 17,119,739,687,517 | 09d6f253ad4ac64bd3c8a58b2168d0c920ec6533 | /java_demo/IFlyProj/src/com/imooc/IFly/Balloon.java | a9b9e6ae11b96305756777ea1a30169bf6641c24 | [] | no_license | boom-sakalaka/Java_Demo | https://github.com/boom-sakalaka/Java_Demo | b06e64c970db1d070decfada339b78bf460c0661 | 184bb1882a99327b19406d2082dfac0ffe13fc9d | refs/heads/main | 2023-06-06T16:04:21.684000 | 2021-07-10T02:11:12 | 2021-07-10T02:11:12 | 340,515,937 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.IFly;
public class Balloon implements IFly {
@Override
public void fly() {
// TODO Auto-generated method stub
System.out.println("ΖψΗς·ΙΙΟΜμΏΥ");
}
}
| ISO-8859-7 | Java | 190 | java | Balloon.java | Java | [] | null | [] | package com.imooc.IFly;
public class Balloon implements IFly {
@Override
public void fly() {
// TODO Auto-generated method stub
System.out.println("ΖψΗς·ΙΙΟΜμΏΥ");
}
}
| 190 | 0.707865 | 0.707865 | 11 | 15.181818 | 15.396683 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 6 |
20d00167de33491d07778efb4bdcca5714b2d70a | 3,564,822,866,742 | 80f3d0e4612c4a38d5fa4c7f614e06a8d238bcfb | /usb_netbeans/netbeans/yz_package_old/MyClass/myclass/ftp/FTPClientReturn.java | dbde89778b707ab9d71512989e49ba4abe80017f | [] | no_license | junkfreaknet/save | https://github.com/junkfreaknet/save | 1a947e5ccf30057c23d6386c4eadf9c218715cd6 | 3997d0b52997d81ac12090a0062a3143b0a07cf7 | refs/heads/master | 2016-09-05T23:20:41.515000 | 2014-06-24T18:16:47 | 2014-06-24T18:16:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 2005/03/27
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package myclass.ftp;
//import java.io.*;
import org.apache.commons.net.ftp.*;
/**
* @author admnori
*
* TODO To change the template for this generated type comm... | UTF-8 | Java | 576 | java | FTPClientReturn.java | Java | [
{
"context": "mport org.apache.commons.net.ftp.*;\n/**\n * @author admnori\n *\n * TODO To change the template for this genera",
"end": 257,
"score": 0.9996576309204102,
"start": 250,
"tag": "USERNAME",
"value": "admnori"
}
] | null | [] | /*
* Created on 2005/03/27
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package myclass.ftp;
//import java.io.*;
import org.apache.commons.net.ftp.*;
/**
* @author admnori
*
* TODO To change the template for this generated type comm... | 576 | 0.717014 | 0.703125 | 24 | 23 | 22.190464 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 6 |
919f25758d343643f842df8cdad17903aad4d2b5 | 3,564,822,868,901 | eda3b39d84ff1c36fb1b9cbec7346c55e88d18ac | /src/com/nis/dict/entity/Icd10.java | e516fa7e482febf360de48a6b51bfbace7e811f7 | [] | no_license | caofujun/lqt | https://github.com/caofujun/lqt | cea1defccf3e62886b2472369504d931b3af7cc4 | ae3e93074304243198aa0c631c0eca4541dbd389 | refs/heads/master | 2021-07-07T03:40:29.331000 | 2017-10-03T03:12:22 | 2017-10-03T03:12:22 | 105,349,611 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nis.dict.entity;
import com.nis.comm.entity.BaseEntity;
import java.io.Serializable;
import java.util.Date;
import org.apache.ibatis.type.Alias;
@Alias("icd10")
public class Icd10 extends BaseEntity implements Serializable {
private String icdId;
private String icdCode;
private String icdName;
private... | UTF-8 | Java | 2,019 | java | Icd10.java | Java | [] | null | [] | package com.nis.dict.entity;
import com.nis.comm.entity.BaseEntity;
import java.io.Serializable;
import java.util.Date;
import org.apache.ibatis.type.Alias;
@Alias("icd10")
public class Icd10 extends BaseEntity implements Serializable {
private String icdId;
private String icdCode;
private String icdName;
private... | 2,019 | 0.684993 | 0.682021 | 106 | 18.056604 | 19.932352 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.386792 | false | false | 6 |
d7b78f4aa2b7683df2a9226dfaeec7dc3763b2c8 | 27,547,920,248,175 | 892602da84e5798e40b0af1af04df1bc274d8fd6 | /prep/src/test/java/com/john/Nov2022/leetcode/q500_599/Question520Test.java | 95490bf20f6d3806bfdbdb99e2c3bbf3fb4e496f | [] | no_license | deviantthread/InterviewPrepQuestions | https://github.com/deviantthread/InterviewPrepQuestions | f6002e3cbf4c6ace099a8ae6f734fc2e1c3d5023 | d93077dad611dce8e86e483de36ba6e8704166f5 | refs/heads/master | 2023-04-13T04:29:34.114000 | 2023-04-04T21:36:44 | 2023-04-04T21:36:44 | 37,752,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.john.Nov2022.leetcode.q500_599;
import org.junit.Assert;
import org.junit.Test;
public class Question520Test {
private final Question520 classUnderTest = new Question520();
@Test
public void testUnAttempted() {
Assert.fail("unattempted");
}
}
| UTF-8 | Java | 282 | java | Question520Test.java | Java | [] | null | [] | package com.john.Nov2022.leetcode.q500_599;
import org.junit.Assert;
import org.junit.Test;
public class Question520Test {
private final Question520 classUnderTest = new Question520();
@Test
public void testUnAttempted() {
Assert.fail("unattempted");
}
}
| 282 | 0.712766 | 0.64539 | 13 | 20.692308 | 19.66013 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 6 |
f3298a28e7e42bb59a0c4f47dead0871f96330ea | 8,924,942,096,758 | 33d60b96192d38bb42dfbc4b82c14cd222b7e299 | /src/com/lee/leetcode/Q400/Q476.java | 100e10c533fdbb28e33737166697bb7648008a00 | [] | no_license | Pwenlee/leetcode | https://github.com/Pwenlee/leetcode | 5b4a678c5ee52c3ca8bab90f00edb24078a42942 | 2bf80dcbbcb62c73168a347478ff246ca8ff38da | refs/heads/master | 2021-06-22T09:43:32.556000 | 2020-12-28T09:11:02 | 2020-12-28T09:11:02 | 167,916,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lee.leetcode.Q400;
/**
* @author Pwenlee
* @date 2020-04-18 16:29
* @description
*/
public class Q476 {
// 476. 数字的补数
// 给定一个正整数,输出它的补数。补数是对该数的二进制表示取反。
//
// 示例 1:
//
// 输入: 5
// 输出: 2
// 解释: 5 的二进制表示为 101(没有前导零位),其补数为 010。所以你需要输出 2 。
// 示例 2:
//
// 输入: 1
// 输出: 0
// 解释: ... | UTF-8 | Java | 1,538 | java | Q476.java | Java | [
{
"context": "package com.lee.leetcode.Q400;\n\n/**\n * @author Pwenlee\n * @date 2020-04-18 16:29\n * @description\n */\npub",
"end": 54,
"score": 0.9981109499931335,
"start": 47,
"tag": "USERNAME",
"value": "Pwenlee"
}
] | null | [] | package com.lee.leetcode.Q400;
/**
* @author Pwenlee
* @date 2020-04-18 16:29
* @description
*/
public class Q476 {
// 476. 数字的补数
// 给定一个正整数,输出它的补数。补数是对该数的二进制表示取反。
//
// 示例 1:
//
// 输入: 5
// 输出: 2
// 解释: 5 的二进制表示为 101(没有前导零位),其补数为 010。所以你需要输出 2 。
// 示例 2:
//
// 输入: 1
// 输出: 0
// 解释: ... | 1,538 | 0.520815 | 0.463242 | 53 | 20.301888 | 18.580357 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.150943 | false | false | 6 |
90e8c0df4aeccb7ab3993f4e8b8bc7e13685a500 | 30,090,540,895,321 | e3fbf300cd2fb07840f7204b8ec97e8cf9141b9f | /b2c/b2c-api/src/main/java/cn/globalph/b2c/order/dao/RefundMediaDao.java | ef8245a6b4149ad820cf3663c7beffad7cba9aaa | [] | no_license | ynial/nongph | https://github.com/ynial/nongph | 0af2b6b60956b9e77f60eb369c339db5e86b2699 | 4f4c2a640a2832ff447073107988652993f2d88c | refs/heads/master | 2019-07-09T03:19:00.279000 | 2016-01-20T12:35:09 | 2016-01-20T12:35:09 | 58,435,964 | 2 | 0 | null | false | 2019-10-18T13:57:45 | 2016-05-10T06:36:09 | 2016-11-22T08:16:32 | 2019-10-18T13:57:41 | 19,033 | 2 | 0 | 2 | Java | false | false | package cn.globalph.b2c.order.dao;
import cn.globalph.b2c.order.domain.RefundMedia;
import cn.globalph.common.dao.BasicEntityDao;
public interface RefundMediaDao extends BasicEntityDao<RefundMedia>{
public RefundMedia create();
}
| UTF-8 | Java | 233 | java | RefundMediaDao.java | Java | [] | null | [] | package cn.globalph.b2c.order.dao;
import cn.globalph.b2c.order.domain.RefundMedia;
import cn.globalph.common.dao.BasicEntityDao;
public interface RefundMediaDao extends BasicEntityDao<RefundMedia>{
public RefundMedia create();
}
| 233 | 0.824034 | 0.815451 | 8 | 28.125 | 24.038706 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 6 |
fb3faad4a55d12def2ee48d7a1e594a8935f178b | 11,287,174,083,033 | f9ced6e3341d7fc18614462f3e5813e22dabf8c2 | /org.xtext.example.ansic/src-gen/org/xtext/example/ansic/impl/init_declarator_list_linhaImpl.java | e2bcfce579538d7738bc17162918712322a7b791 | [] | no_license | leonardox/compiladores-ufcg-2015-2-compilador-c | https://github.com/leonardox/compiladores-ufcg-2015-2-compilador-c | da1be4bf14a2d4f62b0902870218e406dac037fc | 7434f4eb77f09e9b7263dc77eff9c1e69bf98945 | refs/heads/master | 2021-05-31T15:51:56.529000 | 2016-05-20T16:33:45 | 2016-05-20T16:33:45 | 57,345,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* generated by Xtext 2.9.1
*/
package org.xtext.example.ansic.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.xtext.example.ansic.AnsicPackage;
import org.xtext.example.ansic.init_declarator_list_linha;
/**
* <!-- begin-user-doc -->
* An implementa... | UTF-8 | Java | 944 | java | init_declarator_list_linhaImpl.java | Java | [] | null | [] | /**
* generated by Xtext 2.9.1
*/
package org.xtext.example.ansic.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.xtext.example.ansic.AnsicPackage;
import org.xtext.example.ansic.init_declarator_list_linha;
/**
* <!-- begin-user-doc -->
* An implementa... | 944 | 0.661017 | 0.657839 | 43 | 20.953489 | 25.038532 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.162791 | false | false | 6 |
2bd92ddd5ac4e3fcc99d3a09c6f4c616551175e2 | 15,487,652,095,492 | c31d88be90ba6eab584c37e85fb43c0a971d4eee | /app/src/main/java/com/eltechs/axs/helpers/IOStreamHelpers.java | d2c7500b6f91eb62316f43d9a4c6a9c165a73cfc | [
"Apache-2.0"
] | permissive | khanhduytran0/ExagearAndroidX11Server | https://github.com/khanhduytran0/ExagearAndroidX11Server | 21e926b337ee90c9cc402ac67d2131b3a7973f22 | 3a24018d55b295d0f324c0cbaf6429a94fead135 | refs/heads/master | 2022-10-09T23:02:51.372000 | 2020-06-06T11:29:26 | 2020-06-06T11:29:26 | 268,415,044 | 10 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eltechs.axs.helpers;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public abstract class IOStreamHelpers {
private static final int COPY_BUFFER_LENGTH = 32768;
public static void copy(InputStream inputStream, OutputStream outputStream) throws IOException {
... | UTF-8 | Java | 598 | java | IOStreamHelpers.java | Java | [] | null | [] | package com.eltechs.axs.helpers;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public abstract class IOStreamHelpers {
private static final int COPY_BUFFER_LENGTH = 32768;
public static void copy(InputStream inputStream, OutputStream outputStream) throws IOException {
... | 598 | 0.613712 | 0.593646 | 21 | 27.476191 | 23.080851 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 6 |
39a517de220afdf95dd50ef1a2ba31739bd5e983 | 24,885,040,550,438 | d4d3c0aec1f0f9cd40c6e027b6cca4a86f4e9a6e | /bee-platform-system/platform-sibeecloudmanufacture-api/src/main/java/com/bee/platform/cloud/si/manufacture/dto/SaleContractListContentDTO.java | ab0a9e3ca328c62cb719ffd9cd90c86f5646a606 | [] | no_license | cckmit/bee-cloud-manufacture-hengye | https://github.com/cckmit/bee-cloud-manufacture-hengye | 35f6441ae263c5c48dfa2a94649fd6a190afaad7 | 54286c2aaeb558db30eb7bac448ad0c50cd12c5d | refs/heads/master | 2023-03-16T10:36:19.092000 | 2019-12-16T03:13:45 | 2019-12-16T03:13:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bee.platform.cloud.si.manufacture.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
import java.util.Date;
/**
* @ClassNam... | UTF-8 | Java | 2,140 | java | SaleContractListContentDTO.java | Java | [] | null | [] | package com.bee.platform.cloud.si.manufacture.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
import java.util.Date;
/**
* @ClassNam... | 2,140 | 0.729406 | 0.724713 | 85 | 21.564707 | 16.064903 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329412 | false | false | 6 |
49b06aeaae19db200797b601b7667cd4ea79f6fa | 2,834,678,477,172 | cdc90b7e4193ad76e90d4f346ca1a65d82c9e18d | /example/radft/eventdemo/TickListener.java | 542de1e73196249dec17bf60a5bae1874008fe4f | [] | no_license | geminusnet/RapidJavaApplicationDev | https://github.com/geminusnet/RapidJavaApplicationDev | c4fafbae6dc159eca1438e6df06a86ca83c049e6 | 4724043f92ffb2b77790780c732dd7b337059cdd | refs/heads/main | 2023-07-03T09:21:54.401000 | 2021-08-07T19:04:45 | 2021-08-07T19:04:45 | 393,768,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eventdemo;
import eventdemo.TickEvent;
public interface TickListener extends java.util.EventListener {
/** Handle a TickEvent, to be implemented by a listener */
public void handleTick(TickEvent e);
} | UTF-8 | Java | 214 | java | TickListener.java | Java | [] | null | [] | package eventdemo;
import eventdemo.TickEvent;
public interface TickListener extends java.util.EventListener {
/** Handle a TickEvent, to be implemented by a listener */
public void handleTick(TickEvent e);
} | 214 | 0.780374 | 0.780374 | 8 | 25.875 | 24.266424 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
1a373626f995bb7e9c299ae1b367c7dfd889c6d6 | 2,834,678,476,279 | 8343e291bb060c0457ef4a19cd60b1b780af79c7 | /src/main/java/com/excilys/calculator/string/StringCalculator.java | 1a98a8613b66bdd2c2a2a9947c657fc3194cad11 | [] | no_license | gpuget/josepaumard-kata | https://github.com/gpuget/josepaumard-kata | 6d4f5c00cec4e08cf93f89c495be4dd7812bf822 | df0f7acef83309d968759a9a87ca05c32e1167eb | refs/heads/master | 2022-04-14T11:39:26.339000 | 2020-04-18T12:55:32 | 2020-04-18T12:55:32 | 255,050,197 | 0 | 0 | null | false | 2020-04-18T12:55:34 | 2020-04-12T09:36:18 | 2020-04-14T06:45:20 | 2020-04-18T12:55:33 | 90 | 0 | 0 | 0 | Java | false | false | package com.excilys.calculator.string;
import com.excilys.calculator.string.exception.AddOperationException;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* Calculator for string.
*/
public final class StringCalculator {
private static final Pattern D... | UTF-8 | Java | 3,351 | java | StringCalculator.java | Java | [] | null | [] | package com.excilys.calculator.string;
import com.excilys.calculator.string.exception.AddOperationException;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* Calculator for string.
*/
public final class StringCalculator {
private static final Pattern D... | 3,351 | 0.605192 | 0.602507 | 105 | 30.914286 | 29.307926 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361905 | false | false | 6 |
1e4294075d4ac4abb5430079f8f097950c24094f | 25,967,372,274,280 | 61bf3b709a28851643c22db2cb41532e5988f3ed | /src/main/java/edu/sust/cse/util/PixelFileWriter.java | 1aeaf5e07323d84493d0e56b46571e5e464709e2 | [] | no_license | RaggedyCoder/Bangla_OCR | https://github.com/RaggedyCoder/Bangla_OCR | 46acaf959e4ff319720064cc25540e4106854df5 | 8029b6504bc4fcd1d504517328198f5de4bd4244 | refs/heads/master | 2021-01-17T06:57:34.100000 | 2019-12-06T17:02:15 | 2019-12-06T17:02:15 | 54,900,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.sust.cse.util;
import org.opencv.core.Mat;
import java.io.File;
import java.io.FileWriter;
/**
* Created by Biswajit Debnath on 19-Mar-16.
*/
public class PixelFileWriter {
public void writeInFile(String fileName, String lowBitSymbol, String highBitSymbol, Mat mat){
writeInFile(fileName, l... | UTF-8 | Java | 2,777 | java | PixelFileWriter.java | Java | [
{
"context": "ile;\nimport java.io.FileWriter;\n\n/**\n * Created by Biswajit Debnath on 19-Mar-16.\n */\npublic class PixelFileWriter {\n",
"end": 140,
"score": 0.9998668432235718,
"start": 124,
"tag": "NAME",
"value": "Biswajit Debnath"
}
] | null | [] | package edu.sust.cse.util;
import org.opencv.core.Mat;
import java.io.File;
import java.io.FileWriter;
/**
* Created by <NAME> on 19-Mar-16.
*/
public class PixelFileWriter {
public void writeInFile(String fileName, String lowBitSymbol, String highBitSymbol, Mat mat){
writeInFile(fileName, lowBitSymbo... | 2,767 | 0.517465 | 0.512784 | 85 | 31.670588 | 30.470964 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.870588 | false | false | 6 |
d9b1bb7fa51b72ac11cc367abbfaf3dcbbaa2963 | 7,902,739,879,902 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /wish-source/src/com/contextlogic/wish/ui/components/tabbar/CategoriesTabBar.java | a4ad12c02afcad505f06d332bedc183677b683e9 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.contextlogic.wish.ui.components.tabbar;
import android.content.Context;
import android.content.res.Resources;
import android.util.At... | UTF-8 | Java | 5,465 | java | CategoriesTabBar.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996576309204102,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.contextlogic.wish.ui.components.tabbar;
import android.content.Context;
import android.content.res.Resources;
import android.util.AttributeSet... | 5,455 | 0.57237 | 0.564318 | 185 | 28.540541 | 25.688986 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.502703 | false | false | 6 |
1fc9379cf61060adfebf981079be003fb4f3f6c7 | 35,742,717,838,351 | 781fada91e006e69213ef11ce6dc71b8271f23ce | /IOCProj26-RealtimeDI-InnerBeans/java/com/nt/dao/StudentMySQLDAOImpl.java | b7c5e9785365a52c041d7b4aef4a3c9545c84642 | [] | no_license | imsourav408/SpringRepository | https://github.com/imsourav408/SpringRepository | cd62645011531c3a5468aab11408f465a2d77360 | c0c36393867883a0c22d883aa409a15e40e6bdb3 | refs/heads/master | 2023-02-28T06:05:43.825000 | 2021-01-30T10:34:13 | 2021-01-30T10:34:13 | 325,442,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nt.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.sql.DataSource;
import com.nt.bo.StudentBO;
public final class StudentMySQLDAOImpl implements StudentDAO {
private static final String STUDENT_REGISTRATION_INSERT_QUERY="INSERT INTO STUDENT_REGISTRATION (SNA... | UTF-8 | Java | 1,290 | java | StudentMySQLDAOImpl.java | Java | [] | null | [] | package com.nt.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import javax.sql.DataSource;
import com.nt.bo.StudentBO;
public final class StudentMySQLDAOImpl implements StudentDAO {
private static final String STUDENT_REGISTRATION_INSERT_QUERY="INSERT INTO STUDENT_REGISTRATION (SNA... | 1,290 | 0.716279 | 0.710853 | 44 | 27.318182 | 26.802114 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.090909 | false | false | 6 |
1ef0661b9cac66cb0583055a4a53ad62632ac5ad | 21,509,196,267,071 | aa91a411d8e98c8c724f7fa3e06da6966eb8d8ba | /myPT/src/com/mypt/action/board/UpdateAction.java | 369faa61d306b5f5829e9dd2bda9ad33619e5aba | [] | no_license | ykm1256/teamA | https://github.com/ykm1256/teamA | 0282933bdddfbbad70cd0c093cfdf8fa4f76b4af | 8adc3c30ad5e36b2f59385c995c84468f2456c56 | refs/heads/master | 2022-12-20T23:13:58.009000 | 2020-09-28T05:25:51 | 2020-09-28T05:25:51 | 292,483,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mypt.action.board;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.mypt.controller.Action;
import com.mypt.dao.CboardDao;
import com.mypt.dao.PboardDao;
import com.mypt.dao.QboardDao;
import com.mypt.dto.CboardD... | UTF-8 | Java | 2,172 | java | UpdateAction.java | Java | [] | null | [] | package com.mypt.action.board;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.mypt.controller.Action;
import com.mypt.dao.CboardDao;
import com.mypt.dao.PboardDao;
import com.mypt.dao.QboardDao;
import com.mypt.dto.CboardD... | 2,172 | 0.726848 | 0.72638 | 64 | 32.40625 | 22.115973 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.53125 | false | false | 6 |
032a8ed5cb176420c75137bfc3a31b77bc678385 | 3,289,944,985,410 | 4a4bab9b6d039730f67a20636b5a64933a87e3d2 | /shop-mop-api/src/main/java/com/mockuai/shopcenter/mop/api/action/GetShopDetails.java | d7a748fe7cb11b00ad2b11982736f09712e07c39 | [] | no_license | suevip/shopcenter | https://github.com/suevip/shopcenter | 49f392570dd38ba3e516a2a9274b98cd81c21dea | b3777d3a2d0b8ea5e5e9bc235defe842381db3e8 | refs/heads/master | 2018-04-28T20:53:19.366000 | 2017-05-18T09:49:15 | 2017-05-18T09:49:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mockuai.shopcenter.mop.api.action;
import com.google.common.base.Strings;
import com.google.common.collect.Maps;
import com.mockuai.mop.common.constant.ActionAuthLevel;
import com.mockuai.mop.common.constant.HttpMethodLimit;
import com.mockuai.mop.common.service.action.MopResponse;
import com.mockuai.mop.c... | UTF-8 | Java | 2,205 | java | GetShopDetails.java | Java | [
{
"context": "ApiUtil;\n\nimport java.util.Map;\n\n/**\n * Created by luliang on 15/7/27.\n */\npublic class GetShopDetails exten",
"end": 699,
"score": 0.9996544718742371,
"start": 692,
"tag": "USERNAME",
"value": "luliang"
}
] | null | [] | package com.mockuai.shopcenter.mop.api.action;
import com.google.common.base.Strings;
import com.google.common.collect.Maps;
import com.mockuai.mop.common.constant.ActionAuthLevel;
import com.mockuai.mop.common.constant.HttpMethodLimit;
import com.mockuai.mop.common.service.action.MopResponse;
import com.mockuai.mop.c... | 2,205 | 0.703518 | 0.701233 | 59 | 36.101696 | 26.455397 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661017 | false | false | 6 |
40fee51dc9ec2acd257aba39ad85f53c8fb327c6 | 20,993,800,184,030 | cd9b0161336a42246b43942532fd9a03e401ac40 | /src/com/budapp/model/ControleServico.java | f35e9587eb3cecfae2695778571b6f8de96f2829 | [] | no_license | camillaamaro/budapp | https://github.com/camillaamaro/budapp | 2b57f3ea2197d005e0fb93369c20a354ada66078 | b99b0655d05ae81258c9f28c03f1744425b99f97 | refs/heads/master | 2020-04-05T13:39:50.004000 | 2018-04-04T19:45:30 | 2018-04-04T19:45:30 | 94,952,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.budapp.model;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Join... | UTF-8 | Java | 3,412 | java | ControleServico.java | Java | [] | null | [] | package com.budapp.model;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Join... | 3,412 | 0.73095 | 0.73095 | 175 | 18.497143 | 16.426764 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.371429 | false | false | 6 |
bbd8fab6d672a4dd150c9adcd0df0f8e7a3fefbd | 20,873,541,113,298 | 32af3fb8639eff8bb7c9972be204044f222d55bd | /app/src/main/java/net/coffeewarriors/incentivetimer/EditIncentiveFragment.java | 3e5d2f1940177adfc14a9f5955f9975222c450cb | [] | no_license | FlorianWalther/IncentiveTimer | https://github.com/FlorianWalther/IncentiveTimer | 6d85d140cf46a057c4a8f332eb673ad933d9fe60 | ca213b3bc4fe83c18e946e271338220148e35ef9 | refs/heads/master | 2020-02-27T04:02:54.581000 | 2017-09-24T20:19:23 | 2017-09-24T20:19:23 | 101,078,282 | 2 | 1 | null | false | 2019-09-30T18:31:31 | 2017-08-22T15:26:51 | 2018-12-05T13:36:59 | 2017-09-24T20:19:32 | 3,668 | 2 | 1 | 1 | Java | false | false | package net.coffeewarriors.incentivetimer;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;... | UTF-8 | Java | 6,088 | java | EditIncentiveFragment.java | Java | [] | null | [] | package net.coffeewarriors.incentivetimer;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;... | 6,088 | 0.651281 | 0.651117 | 185 | 31.908108 | 25.679884 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481081 | false | false | 6 |
34d3597e9910ba10000890230cd765b43916c0bf | 37,117,107,372,444 | 280ee1fd1743e40fedd1486a36f13d5286493ecd | /emp/src/model/Dept_manager.java | 15cfbd0b897f5383ca6ce3398b4b54fd132e8717 | [] | no_license | wkdcksgh159/emp | https://github.com/wkdcksgh159/emp | b31eacb4a9ae9d1caafabedbe5d69dd669bb83ad | eff92d8ec200888b083b16dfae44336d7cdc1045 | refs/heads/master | 2020-12-06T14:44:30.613000 | 2020-01-08T12:04:07 | 2020-01-08T12:04:07 | 232,488,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class Dept_manager {
//생성자 메서드(생략됨)
public Dept_manager() {
this.empNo = 0;
this.deptNo = null;
this.fromDate = null;
this.toDate = null;
}
//컬럼값을 저장할 변수 생성(필드)
private int empNo;
private String deptNo;
private String fromDate;
private String toDate;
publi... | UTF-8 | Java | 855 | java | Dept_manager.java | Java | [] | null | [] | package model;
public class Dept_manager {
//생성자 메서드(생략됨)
public Dept_manager() {
this.empNo = 0;
this.deptNo = null;
this.fromDate = null;
this.toDate = null;
}
//컬럼값을 저장할 변수 생성(필드)
private int empNo;
private String deptNo;
private String fromDate;
private String toDate;
publi... | 855 | 0.642417 | 0.641184 | 43 | 16.860466 | 12.132182 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72093 | false | false | 6 |
26915bfda06e28de8a9dc82886d08a91aa24b0f0 | 37,056,977,842,966 | 973571e5522bb6a95ea3e1f71fa34e6646bd7376 | /proj1/src/peer/protocols/Protocol1.java | 663e467b1407c70ea2028203fd2eba9a9b381329 | [] | no_license | JoeWar99/DistBackupService-feup-sdis | https://github.com/JoeWar99/DistBackupService-feup-sdis | f3eb82799901a855dbf9508fd69c338624d2aa17 | fab95faa2de85d854b6063ff048192133a6a16ae | refs/heads/master | 2023-04-01T19:17:19.879000 | 2020-10-06T18:13:39 | 2020-10-06T18:13:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package peer.protocols;
import peer.FileRestorer;
import peer.messages.Header;
import peer.messages.Message;
import peer.messages.MessageType;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.MulticastSocket;
import java.net.SocketException;
import java.nio.Byte... | UTF-8 | Java | 22,834 | java | Protocol1.java | Java | [] | null | [] | package peer.protocols;
import peer.FileRestorer;
import peer.messages.Header;
import peer.messages.Message;
import peer.messages.MessageType;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.MulticastSocket;
import java.net.SocketException;
import java.nio.Byte... | 22,834 | 0.604318 | 0.601647 | 602 | 36.930233 | 33.687176 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578073 | false | false | 6 |
7d7582d8d2e2120536ad5c700ec58a9ab889bb2c | 34,308,198,802,092 | 2c1e0d7f84df33b314fa80ede68cb99588e26dae | /AgenciaTurismo/app/src/main/java/com/example/agnciadeturismo/model/ReservaDto.java | 9d0e9a5ed09d0ccaef532c5d5ff88508b9a264a5 | [] | no_license | DanielSRibeiro/Ecommerce-TCC | https://github.com/DanielSRibeiro/Ecommerce-TCC | 14d882adf8a1a993a4c06bd9d96d48718450986b | a021418aa648df344f224c57dec9f32a297b2405 | refs/heads/main | 2023-06-10T22:03:33.344000 | 2021-07-06T19:58:26 | 2021-07-06T19:58:26 | 370,209,182 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.agnciadeturismo.model;
import com.google.gson.annotations.SerializedName;
public class ReservaDto {
private int cd;
private String cpf;
private String nomeCartao;
private int cdCartao;
private String nomeCliente;
private double valorTotal;
@SerializedName("statusR... | UTF-8 | Java | 1,996 | java | ReservaDto.java | Java | [] | null | [] | package com.example.agnciadeturismo.model;
import com.google.gson.annotations.SerializedName;
public class ReservaDto {
private int cd;
private String cpf;
private String nomeCartao;
private int cdCartao;
private String nomeCliente;
private double valorTotal;
@SerializedName("statusR... | 1,996 | 0.614228 | 0.614228 | 100 | 18.969999 | 19.89646 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41 | false | false | 6 |
bb9ddb3483e655da9a797bbc7be4fc78f90dbfa2 | 4,191,888,111,103 | f28d9928c9031b680913aa611f8589608a2acc6a | /app/src/main/java/androidfinalproject/lior/finalproject/Model/AppLocalStore.java | 74cf8a8af9803f4db6f6fa26149ae6f6de9c3c1e | [] | no_license | liorromano/androidFinalProject | https://github.com/liorromano/androidFinalProject | 9982dfb9bdeb862d7c07368d58ec54fcec5e8707 | 6f81c94bdc9a20494d985fa9a322cb2998503ffd | refs/heads/master | 2021-05-03T16:41:31.043000 | 2018-03-07T16:00:24 | 2018-03-07T16:00:24 | 120,440,435 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package androidfinalproject.lior.finalproject.Model;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import androidfinalproject.lior.finalproject.MyApplication;
@Database(entities = {Post.class}, version = 2)
abstract class ... | UTF-8 | Java | 627 | java | AppLocalStore.java | Java | [] | null | [] | package androidfinalproject.lior.finalproject.Model;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import androidfinalproject.lior.finalproject.MyApplication;
@Database(entities = {Post.class}, version = 2)
abstract class ... | 627 | 0.787879 | 0.786284 | 18 | 33.888889 | 27.018284 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 6 |
84ba517eeee92256128378ddc369af97a2773b33 | 15,539,191,735,361 | 163493960d1e9ff18086057c6e72e3e6625cdae1 | /wang-service/src/main/java/com/base/wang/mapper/BasConfigParamMapper.java | efe3d2c9595c07809eca32d9035ca2d12f2affe6 | [] | no_license | bellmit/wang-base | https://github.com/bellmit/wang-base | cd353a3b4c474cc503d072a60a32a641e4a67b8d | f7d2a6c961417c6992ce25d1fb572b51bc7167f0 | refs/heads/master | 2022-01-29T18:09:43.006000 | 2019-03-07T01:47:16 | 2019-03-07T01:47:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base.wang.mapper;
import com.base.wang.entity.BasConfigParam;
import tk.mybatis.mapper.common.Mapper;
public interface BasConfigParamMapper extends Mapper<BasConfigParam> {
} | UTF-8 | Java | 188 | java | BasConfigParamMapper.java | Java | [] | null | [] | package com.base.wang.mapper;
import com.base.wang.entity.BasConfigParam;
import tk.mybatis.mapper.common.Mapper;
public interface BasConfigParamMapper extends Mapper<BasConfigParam> {
} | 188 | 0.829787 | 0.829787 | 7 | 26 | 25.014282 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
eb4d71323ee543049f26a253b9e837d359322712 | 11,751,030,526,636 | e9d6294b3c02ea7ddee5a7a78ad572b9436e243d | /app/src/main/java/com/cay/ziyourenapp/Adapter/ViewPagerAdapter.java | 4cf1f194cdd8367f951663a57376da1bcc36cafe | [] | no_license | Cay-chen/ZiYouRenApp | https://github.com/Cay-chen/ZiYouRenApp | 87115ef8b6cad2f679bc316b27cf203da156efb1 | fbd2d003955711caf87d63b5814ad5d08bf3a3a3 | refs/heads/master | 2021-01-13T06:23:50.673000 | 2016-10-20T07:17:21 | 2016-10-20T07:17:40 | 68,630,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cay.ziyourenapp.Adapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.cay.ziyourenapp.R;
import java.util.List;
public class ViewPagerAda... | UTF-8 | Java | 1,764 | java | ViewPagerAdapter.java | Java | [] | null | [] | package com.cay.ziyourenapp.Adapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.cay.ziyourenapp.R;
import java.util.List;
public class ViewPagerAda... | 1,764 | 0.64901 | 0.648428 | 72 | 22.847221 | 23.862837 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
a1156023fc79de0c96e08498c3e7492531af14da | 4,629,974,756,389 | f9ce2660197c0f2329d54669676dd9cedee3356f | /yummy/src/dao/ProviderDAO.java | ed9982744eeb962b3826fd62ac47e7187b8b1719 | [] | no_license | xieyinpeng/applications | https://github.com/xieyinpeng/applications | 65c1e89574806e4e2c504f4a635d251f6579f95f | bdd24a669ebb32077a8d02a65963f28ee28d8d6e | refs/heads/master | 2021-08-22T16:42:16.862000 | 2020-06-23T14:15:57 | 2020-06-23T14:15:57 | 198,548,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.ArrayList;
import java.util.List;
import eo.ProviderState;
import eo.ProviderType;
import eo.Site;
import po.AccountPO;
import po.ProviderDiscountPO;
import po.ProviderForUpdatePO;
import po.ProviderMultipleDishPO;
import po.ProviderPO;
import po.ProviderSingleDishPO;
import vo.ProviderD... | UTF-8 | Java | 4,914 | java | ProviderDAO.java | Java | [
{
"context": "er.valueOf(provider.getAid()));\n\t\tString password=provider.getPassword();\n\t\tList<ProviderDiscountPO> discountPOList=new ",
"end": 664,
"score": 0.9953733086585999,
"start": 644,
"tag": "PASSWORD",
"value": "provider.getPassword"
},
{
"context": "rPO.setAccount(acc... | null | [] | package dao;
import java.util.ArrayList;
import java.util.List;
import eo.ProviderState;
import eo.ProviderType;
import eo.Site;
import po.AccountPO;
import po.ProviderDiscountPO;
import po.ProviderForUpdatePO;
import po.ProviderMultipleDishPO;
import po.ProviderPO;
import po.ProviderSingleDishPO;
import vo.ProviderD... | 4,896 | 0.787546 | 0.786732 | 141 | 33.851063 | 23.11916 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.397163 | false | false | 6 |
c442b83961bb7be887b418b8f57d4a850d8bf96f | 2,113,123,971,048 | 3cc18e5e9a7b93cd2686177726865188d5b311ad | /src/main/java/com/yq/springTest/MyImportBeanDefinitionRegistrar.java | f1a16bdf36c6c3c3390f6851a8639dacedd634eb | [] | no_license | cyq1989/studySSM | https://github.com/cyq1989/studySSM | db847835e3b67dc02ef1717c0151191b2a584335 | 4e41ab0ff5d1321333fa39ba252c3cf82c325bd9 | refs/heads/master | 2022-12-22T13:44:28.735000 | 2019-06-27T12:08:33 | 2019-06-27T12:08:33 | 183,596,673 | 0 | 0 | null | false | 2022-12-16T00:37:44 | 2019-04-26T09:10:04 | 2019-06-27T12:08:47 | 2022-12-16T00:37:44 | 27,995 | 0 | 0 | 15 | Java | false | false | package com.yq.springTest;
import com.yq.domain.RainBow;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.beans.factory.support.RootBeanDefinition;
import org.springframework.context.annotation.ImportBeanDefinitionRegistrar;
import org.springframework.core.type.Annota... | UTF-8 | Java | 912 | java | MyImportBeanDefinitionRegistrar.java | Java | [] | null | [] | package com.yq.springTest;
import com.yq.domain.RainBow;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.beans.factory.support.RootBeanDefinition;
import org.springframework.context.annotation.ImportBeanDefinitionRegistrar;
import org.springframework.core.type.Annota... | 912 | 0.790068 | 0.790068 | 20 | 43.299999 | 37.448765 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
7bf0c5528c0b4f83f4a4e7339381434402bd3e72 | 20,203,526,180,884 | 76e955de1fd492e0415009974e15cadf49efd916 | /src/main/java/org/laarguelless/domain/Item.java | 624653e993ece2d176d8b438702a950131e03472 | [] | no_license | laarguelless/item-info-retrieval | https://github.com/laarguelless/item-info-retrieval | f380afd8090e877e0e930af4d41a7188c923829d | 586bc4065b494e4e373d9c78c9642e0da490b8da | refs/heads/master | 2022-12-04T01:37:22.437000 | 2020-08-21T07:39:21 | 2020-08-21T07:39:21 | 288,086,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.laarguelless.domain;
import io.vavr.collection.List;
import org.immutables.value.Value;
import java.math.BigInteger;
import java.time.OffsetDateTime;
@Value.Immutable
public interface Item {
String id();
String title();
String categoryId();
BigInteger price();
OffsetDateTime startTim... | UTF-8 | Java | 387 | java | Item.java | Java | [] | null | [] | package org.laarguelless.domain;
import io.vavr.collection.List;
import org.immutables.value.Value;
import java.math.BigInteger;
import java.time.OffsetDateTime;
@Value.Immutable
public interface Item {
String id();
String title();
String categoryId();
BigInteger price();
OffsetDateTime startTim... | 387 | 0.723514 | 0.723514 | 20 | 18.35 | 12.869635 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 6 |
b658c1eb1af580a3a18a1c2f62ba2c015f513bda | 10,393,820,879,135 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a193/A193356.java | ede8c21b88274aadee068c1b29b67a3c03f4ac2f | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a193;
import irvine.oeis.LinearRecurrence;
/**
* A193356 If n is even then 0, otherwise <code>n</code>.
* @author Sean A. Irvine
*/
public class A193356 extends LinearRecurrence {
/** Construct the sequence. */
public A193356() {
super(new long[] {-1, 0, 2, 0}, new long[] {1, 0, 3, 0})... | UTF-8 | Java | 328 | java | A193356.java | Java | [
{
"context": " even then 0, otherwise <code>n</code>.\n * @author Sean A. Irvine\n */\npublic class A193356 extends LinearRecurrence",
"end": 152,
"score": 0.9998932480812073,
"start": 138,
"tag": "NAME",
"value": "Sean A. Irvine"
}
] | null | [] | package irvine.oeis.a193;
import irvine.oeis.LinearRecurrence;
/**
* A193356 If n is even then 0, otherwise <code>n</code>.
* @author <NAME>
*/
public class A193356 extends LinearRecurrence {
/** Construct the sequence. */
public A193356() {
super(new long[] {-1, 0, 2, 0}, new long[] {1, 0, 3, 0});
}
}
| 320 | 0.640244 | 0.548781 | 15 | 20.866667 | 21.048727 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 6 |
89c793066b15ba2bb1b7bc614e3b99035c0dff1b | 15,547,781,622,281 | 946ad321e0e8508c9020abfbb39d856d66048ab8 | /irods-vfs-impl/src/main/java/org/irods/nfsrods/config/NFSServerConfig.java | ab4bf21ed15e7338f8d6abc558433cccb1f8844b | [
"BSD-3-Clause"
] | permissive | ResearchComputing/irods_client_nfsrods | https://github.com/ResearchComputing/irods_client_nfsrods | 5b5c649669a50afadf504075497021b6e6673538 | 4f88a8642a014f955d35e53cd34a3bb720c532e7 | refs/heads/master | 2020-08-04T04:36:50.836000 | 2020-03-24T18:20:50 | 2020-03-24T18:32:48 | 212,008,319 | 0 | 0 | BSD-3-Clause | true | 2019-10-01T03:52:36 | 2019-10-01T03:52:36 | 2019-09-27T17:00:05 | 2019-09-27T17:00:03 | 438 | 0 | 0 | 0 | null | false | false | package org.irods.nfsrods.config;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class NFSSer... | UTF-8 | Java | 2,797 | java | NFSServerConfig.java | Java | [] | null | [] | package org.irods.nfsrods.config;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class NFSSer... | 2,797 | 0.686807 | 0.686807 | 68 | 40.132355 | 39.002228 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
e4a88d7e01428add87fef2dd0e1c013573dc0bd8 | 32,074,815,772,164 | c978a57c20330b5e0b1729ed2491dfbeffd5257c | /ExtractCores/src/extractcores/CoreLabel.java | ba2e1ea47ecbbe229ead3e44a3f2be1fd7ffa852 | [] | no_license | Runner-Runner/ai-tumor-detection | https://github.com/Runner-Runner/ai-tumor-detection | a4534f68118ddd7a568d51a4ebae67b953198226 | 5adbb1fb3a5e416779b246df35595694cd61ddd4 | refs/heads/master | 2021-01-21T14:56:42.973000 | 2017-08-21T17:26:05 | 2017-08-21T17:26:05 | 95,358,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package extractcores;
/**
*
* @author Daniel
*/
public enum CoreLabel
{
TUMOR, NORMAL, GAP, CONTROL, UNDEFINED
}
| UTF-8 | Java | 119 | java | CoreLabel.java | Java | [
{
"context": "package extractcores;\n\n/**\n *\n * @author Daniel\n */\npublic enum CoreLabel\n{\n TUMOR, NORMAL, GAP,",
"end": 47,
"score": 0.9995877146720886,
"start": 41,
"tag": "NAME",
"value": "Daniel"
}
] | null | [] | package extractcores;
/**
*
* @author Daniel
*/
public enum CoreLabel
{
TUMOR, NORMAL, GAP, CONTROL, UNDEFINED
}
| 119 | 0.672269 | 0.672269 | 10 | 10.9 | 12.676356 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
46f04900215d1e66ebb08863ac63bc59718a9c48 | 1,314,260,000,853 | 9f004c3df4413eb826c229332d95130a1d5c8457 | /src/sneha/BankAccount.java | 424842d56e81dd4c7a232eef483d51dae32e4c66 | [] | no_license | MayurSTechnoCredit/JAVATechnoJuly2021 | https://github.com/MayurSTechnoCredit/JAVATechnoJuly2021 | dd8575c800e8f0cac5bab8d5ea32b25f7131dd0d | 3a422553a0d09b6a99e528c73cc2b8efe260a07a | refs/heads/master | 2023-08-22T14:43:37.980000 | 2021-10-16T06:33:34 | 2021-10-16T06:33:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sneha;
class BankAccount{
String name;
String passwd;
int accountno;
void setDetails(String username, String password, int accno){
name = username;
passwd = password;
accountno = accno;
}
void updatePassword(String password){
passwd = password;
}
void displayInfo(){
System.out.println("us... | UTF-8 | Java | 647 | java | BankAccount.java | Java | [
{
"context": "assword, int accno){\n\t\tname = username;\n\t\tpasswd = password;\n\t\taccountno = accno;\n\t}\n\t\n\tvoid updatePassword(S",
"end": 182,
"score": 0.9724748730659485,
"start": 174,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "nt = new BankAccount();\n\t\tban... | null | [] | package sneha;
class BankAccount{
String name;
String passwd;
int accountno;
void setDetails(String username, String password, int accno){
name = username;
passwd = <PASSWORD>;
accountno = accno;
}
void updatePassword(String password){
passwd = password;
}
void displayInfo(){
System.out.println("... | 660 | 0.700155 | 0.678516 | 28 | 22.142857 | 23.671432 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 6 |
366433c4f2efa58f220cf2865c1b43adee0fc5f0 | 5,884,105,242,440 | 7606b269f6459ff261414259e8b88efa4db5439f | /homework6/src/Sex.java | 87407f330700395fd608d84f4afd1c1be1972d88 | [] | no_license | anrysliusar/Java-Homeworks | https://github.com/anrysliusar/Java-Homeworks | 1d199d3346d36e43b273339cf988877b2cd95d34 | db3b067784ef02823dc693c24c0d632cbefd0406 | refs/heads/master | 2023-03-23T23:34:33.550000 | 2021-03-24T19:56:16 | 2021-03-24T19:56:16 | 341,949,430 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import lombok.*;
@AllArgsConstructor
@NoArgsConstructor
@Getter
@ToString
public enum Sex {
MALE("Male"),
FEMALE("Female"),
OTHER("Other");
private String sex;
}
| UTF-8 | Java | 180 | java | Sex.java | Java | [] | null | [] | import lombok.*;
@AllArgsConstructor
@NoArgsConstructor
@Getter
@ToString
public enum Sex {
MALE("Male"),
FEMALE("Female"),
OTHER("Other");
private String sex;
}
| 180 | 0.666667 | 0.666667 | 13 | 12.846154 | 8.017732 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 6 |
dee4bd149c22ee878523a6265c39d3482150a3e8 | 23,733,989,279,800 | baa723c84a81312f8bf30cedb1194afe785d6fc2 | /src/misc/MainGame.java | 1256f6601a80966cbd8dac25bbca632253de2417 | [] | no_license | Yishmael/NarObjective | https://github.com/Yishmael/NarObjective | 706fc5bea7ae4884d53189f50d42ab74f7f17b0c | 194b2c0f23c4ea61722ff80840b75093cd90d1a8 | refs/heads/master | 2020-03-25T20:47:59.905000 | 2018-08-09T12:14:55 | 2018-08-09T12:14:55 | 144,146,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package misc;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import org.lwjgl.Sys;
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.Color;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
i... | UTF-8 | Java | 30,377 | java | MainGame.java | Java | [
{
"context": "new BottomMenu();\r\n\r\n player = new Player(\"Gil\", globalLocation.getTileX() * Consts.TILE_WIDTH,\r",
"end": 3489,
"score": 0.7642050385475159,
"start": 3486,
"tag": "NAME",
"value": "Gil"
}
] | null | [] | package misc;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import org.lwjgl.Sys;
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.Color;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
i... | 30,377 | 0.483557 | 0.478125 | 689 | 42.088535 | 28.625595 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664732 | false | false | 6 |
43bad90bcf3bd8833e0a4d35a3bf8269ed3d5de4 | 12,781,822,676,118 | 43bdcd226042c7c03ec64322512280f105c082b2 | /app/src/main/java/com/bananahammock/foruminfo/ForumDescriptor.java | d956ebfe48a644f0f3343d2938d00c6d32dce9cc | [] | no_license | andrewpham/d2jsp-android | https://github.com/andrewpham/d2jsp-android | f6b7cd6b965e827b49322074bf285a967bc55524 | 7ee62ed11cd2d8e4f7d665b9e88ef7c97c3eb43b | refs/heads/master | 2019-01-24T07:42:11.405000 | 2016-01-13T11:25:24 | 2016-01-13T11:25:24 | 29,794,510 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bananahammock.foruminfo;
import android.os.Parcelable;
import java.util.List;
/**
* Small wrapper interface that describes a forum
*
* @author Scott Faria - scott.faria@gmail.com
*/
public interface ForumDescriptor extends Parcelable {
String getName();
String getURL();
/... | UTF-8 | Java | 429 | java | ForumDescriptor.java | Java | [
{
"context": " interface that describes a forum\r\n * \r\n * @author Scott Faria - scott.faria@gmail.com\r\n */\r\npublic interface Fo",
"end": 182,
"score": 0.9998639225959778,
"start": 171,
"tag": "NAME",
"value": "Scott Faria"
},
{
"context": "t describes a forum\r\n * \r\n * @aut... | null | [] | package com.bananahammock.foruminfo;
import android.os.Parcelable;
import java.util.List;
/**
* Small wrapper interface that describes a forum
*
* @author <NAME> - <EMAIL>
*/
public interface ForumDescriptor extends Parcelable {
String getName();
String getURL();
/** A list of subfor... | 410 | 0.682984 | 0.682984 | 21 | 18.428572 | 20.827114 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 6 |
7e27c9b68fcf52cfa776db79af56d2058f01a8d3 | 25,366,076,884,490 | c70ffe04668c4e81622f30a6ff6db27df9c518e3 | /app_check/src_java/com/google/firebase/appcheck/internal/cpp/JniAppCheckListener.java | 69123dd0269a6d52f61b25a690b5f415c2ace10c | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license"
] | permissive | firebase/firebase-cpp-sdk | https://github.com/firebase/firebase-cpp-sdk | 469a8514beb1425afdcc923e0f5f9fb64092cdc1 | f55c43c2485e91c67a52ce60e1191fa3b0c4df61 | refs/heads/main | 2023-09-01T11:50:35.258000 | 2023-08-31T00:35:26 | 2023-08-31T00:35:26 | 175,263,313 | 270 | 112 | Apache-2.0 | false | 2023-09-14T19:41:20 | 2019-03-12T17:23:01 | 2023-09-02T08:16:15 | 2023-09-14T19:39:09 | 51,790 | 247 | 122 | 76 | C++ | false | false | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 1,395 | java | JniAppCheckListener.java | Java | [] | null | [] | /*
* Copyright 2023 Google LLC
*
* 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 ... | 1,395 | 0.75914 | 0.753405 | 42 | 32.214287 | 29.534109 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 6 |
8dbd491c7380bdedc03968392f846b2fb021ea1a | 146,028,951,940 | dec79801b2beae18f6f49493b7a146491948ea54 | /src/main/java/org/dsu/service/blacklist/PersonBlackListService.java | e9549db9f19b5dfeafc686135bd9b72bc6fa1ac2 | [] | no_license | dsurogatov/TwinoTask | https://github.com/dsurogatov/TwinoTask | f6855ff6e644d9f21f9348cab0c054abfb618f65 | 78b6223e671d47ccd88ac3cee5dadaad9fee4e0f | refs/heads/master | 2021-04-28T23:04:06.002000 | 2017-01-06T09:18:58 | 2017-01-06T09:18:58 | 77,742,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.dsu.service.blacklist;
/** The interface defines method to check the {@link Person} in the blacklist for applying loans.
*
* @author nescafe
*/
public interface PersonBlackListService {
/** Checks the person is in the blacklist
* by the firstName and the surName.
*
* @param firstNam... | UTF-8 | Java | 478 | java | PersonBlackListService.java | Java | [
{
"context": "in the blacklist for applying loans.\n *\n * @author nescafe\n */\npublic interface PersonBlackListService {\n\n\t/",
"end": 167,
"score": 0.9996712803840637,
"start": 160,
"tag": "USERNAME",
"value": "nescafe"
}
] | null | [] | /**
*
*/
package org.dsu.service.blacklist;
/** The interface defines method to check the {@link Person} in the blacklist for applying loans.
*
* @author nescafe
*/
public interface PersonBlackListService {
/** Checks the person is in the blacklist
* by the firstName and the surName.
*
* @param firstNam... | 478 | 0.688285 | 0.688285 | 20 | 22.9 | 24.911644 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 6 |
d467bc94c8789b05f9e2259e4eeaa6dc0caf0582 | 15,152,644,681,669 | 5e8b64f1ae6fb4b2695c04d72f03c0b8ac7baebb | /plugins/fr.cm.common/src/main/java/fr/cm/common/widget/text/TextModel.java | 1b3b7118738736271db15e0e3d050ab1b9ac8994 | [] | no_license | Kazimir25/scoreXPress | https://github.com/Kazimir25/scoreXPress | e896e19d4587551229f638961a2f723b5fa890ee | 06d8d098a09d747f70066f38ba462b8876462abf | refs/heads/master | 2021-01-17T08:07:41.128000 | 2018-06-06T21:57:14 | 2018-06-06T21:57:14 | 19,573,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.cm.common.widget.text;
import static com.google.common.collect.Lists.newArrayList;
import static org.apache.commons.lang.StringUtils.EMPTY;
import java.util.Collection;
import org.eclipse.swt.widgets.Composite;
public class TextModel<T> {
private final Collection<TextStateListener<T>> stateListeners ... | UTF-8 | Java | 2,395 | java | TextModel.java | Java | [] | null | [] | package fr.cm.common.widget.text;
import static com.google.common.collect.Lists.newArrayList;
import static org.apache.commons.lang.StringUtils.EMPTY;
import java.util.Collection;
import org.eclipse.swt.widgets.Composite;
public class TextModel<T> {
private final Collection<TextStateListener<T>> stateListeners ... | 2,395 | 0.615449 | 0.615449 | 84 | 27.511906 | 26.086164 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 6 |
5020a39e86d0ac0e6218468b07e1ef6c8d8b696f | 21,947,282,943,032 | 6e10d27d8c10499e80ae872be7ab021a59458216 | /app/src/main/java/com/gghouse/wardah/wardahba/screen/main_fragment/NotifFragment.java | 4da5b7425df19e7498c7d83afe55f37b8761dc68 | [] | no_license | michlyte/wardahBeautyAdvisor | https://github.com/michlyte/wardahBeautyAdvisor | 967e3aa1dacc2481c44f29c3450eca8c92d7109c | 5cdde304a3513655a6f36e0a268da61ba878703c | refs/heads/master | 2020-03-18T16:24:48.081000 | 2018-06-24T11:51:33 | 2018-06-24T11:51:33 | 134,964,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gghouse.wardah.wardahba.screen.main_fragment;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support... | UTF-8 | Java | 14,379 | java | NotifFragment.java | Java | [
{
"context": "modes. As stated in Writing from A to Z, edited by Kirk Polking, description is more than the amassing of details",
"end": 7115,
"score": 0.999901533126831,
"start": 7103,
"tag": "NAME",
"value": "Kirk Polking"
}
] | null | [] | package com.gghouse.wardah.wardahba.screen.main_fragment;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support... | 14,373 | 0.51756 | 0.515961 | 309 | 45.537216 | 48.630859 | 670 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608414 | false | false | 6 |
0c3a67f688994538d5a9dba8025d24358f3ddc28 | 33,303,176,452,082 | 9c464ffd478fb2a4740c8c342b97d2abef8b8ec2 | /app/src/main/java/com/example/vegcart/activities/SignUp.java | dceeb6dfdf4c01cb58064e4f01733fdacdbc8788 | [] | no_license | Kawalkaur/VegCart | https://github.com/Kawalkaur/VegCart | 3a490726dcb67745010c62d6f54b6f99a9005629 | 75000880babeeeaa017cf72c5c2548e9df7d1333 | refs/heads/master | 2022-11-19T02:12:09.883000 | 2020-07-17T15:51:49 | 2020-07-17T15:51:49 | 280,465,380 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.vegcart.activities;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widge... | UTF-8 | Java | 6,695 | java | SignUp.java | Java | [
{
"context": ").toString());\n map.put(\"PASSWORD\",Password.getText().toString());\n Log.i(\"PAS",
"end": 6378,
"score": 0.6963576674461365,
"start": 6370,
"tag": "PASSWORD",
"value": "Password"
}
] | null | [] | package com.example.vegcart.activities;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widge... | 6,697 | 0.566393 | 0.566094 | 176 | 37.045456 | 27.171972 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.778409 | false | false | 6 |
67ce78a876fb5c1df08df65eeacd7dccbef75aa7 | 29,180,007,867,051 | 07e5053accf3693fb7f95664b32d09ffb1cd8a41 | /src/main/java/com/granium/delivery/Model/Realizations/loginExecutable.java | 7b11ec65711e1a290d8dc8959acd7c5c3e1ec9dc | [] | no_license | graniumHub/DeliveryService | https://github.com/graniumHub/DeliveryService | 15238976b33108744451292a9edf019c8b2a9a8f | af58cbfdd9dd6c3f057cdd9319045aa6353cda1a | refs/heads/master | 2016-06-06T15:34:41.323000 | 2016-04-12T21:14:19 | 2016-04-12T21:14:19 | 52,600,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.granium.delivery.Model.Realizations;
import com.granium.delivery.Model.Entity.Answer;
import com.granium.delivery.Model.Entity.UsersEntity;
import com.granium.delivery.Model.Interfaces.IExecutable;
import com.granium.delivery.Model.Repositories.UsersRepository;
import javax.inject.Inject;
import javax.inj... | UTF-8 | Java | 1,000 | java | loginExecutable.java | Java | [
{
"context": "ct.Named;\nimport java.util.Map;\n\n/**\n * Created by user on 26.02.2016.\n */\n@Named(\"ExecutableLogin\")\npubl",
"end": 376,
"score": 0.9979876279830933,
"start": 372,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.granium.delivery.Model.Realizations;
import com.granium.delivery.Model.Entity.Answer;
import com.granium.delivery.Model.Entity.UsersEntity;
import com.granium.delivery.Model.Interfaces.IExecutable;
import com.granium.delivery.Model.Repositories.UsersRepository;
import javax.inject.Inject;
import javax.inj... | 1,000 | 0.729 | 0.718 | 34 | 28.411764 | 26.443188 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 6 |
d45779411d21a99d33ae781948db630395a81522 | 21,423,296,942,343 | 8d442a18e65d49bfbff7c4dbd25e86bb789eb364 | /bmap-service/src/main/java/com/esa/bmap/service/catalogue/algorithm/implement/GitlabServiceImpl.java | eb1eca7af89edade4b010ab84aa18a4a4fc2d10b | [] | no_license | KOSSOKO/maap-backend-esa | https://github.com/KOSSOKO/maap-backend-esa | 49d5eac68feb7cd8720a7e283c5fcea1755a9b3d | b70264647a12c019a1096bb179fcdaa05aeb1376 | refs/heads/master | 2022-04-11T16:42:14.752000 | 2019-06-11T13:43:50 | 2019-06-11T13:43:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.esa.bmap.service.catalogue.algorithm.implement;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import org.apache.commons.io.IOUtils;
import org.gitlab4j.api.GitLabApi;
import org.gitlab4... | UTF-8 | Java | 3,989 | java | GitlabServiceImpl.java | Java | [] | null | [] | package com.esa.bmap.service.catalogue.algorithm.implement;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import org.apache.commons.io.IOUtils;
import org.gitlab4j.api.GitLabApi;
import org.gitlab4... | 3,989 | 0.755076 | 0.753071 | 129 | 29.930233 | 28.375988 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.813954 | false | false | 6 |
06c7ff23bc621c9dbb8fe756e5e4994c95ceaad9 | 13,108,240,219,854 | 6bd13652f4997d5557ac279b30d15dda41d24897 | /src/main/java/com/example/demo/dto/AttendDTO.java | 1b90f618b690619eee0f2513432aca7463c34d1b | [] | no_license | guilherme033/OOP-Project-4 | https://github.com/guilherme033/OOP-Project-4 | efb5a0e3bb9967c9a2d6d045252d9240ee0394aa | a7ef4e14a3e56b710d402a20d0609fb76aa584e1 | refs/heads/main | 2023-05-28T21:45:21.325000 | 2021-06-15T22:33:04 | 2021-06-15T22:33:04 | 370,161,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.dto;
import java.util.List;
import com.example.demo.entities.Attend;
import com.example.demo.entities.Ticket;
public class AttendDTO {
private Long id;
private String name;
private String email;
private Double balance;
... | UTF-8 | Java | 1,819 | java | AttendDTO.java | Java | [] | null | [] | package com.example.demo.dto;
import java.util.List;
import com.example.demo.entities.Attend;
import com.example.demo.entities.Ticket;
public class AttendDTO {
private Long id;
private String name;
private String email;
private Double balance;
... | 1,819 | 0.477735 | 0.477735 | 70 | 24.985714 | 18.716297 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471429 | false | false | 6 |
244e19f1079b6abbd94e1f560e8342612725525c | 30,786,325,635,992 | 09c9002c6187c4e32e0e2eac834d995c84099c81 | /src/test/WorldSnapshotUpdateTest.java | b8a22195ff25f94a7ace1198df4a8565fdc17277 | [] | no_license | jhoukem/GameOfLifeClientServer | https://github.com/jhoukem/GameOfLifeClientServer | 23dfaae56bda4a4508d030e125583a5e892ad920 | fc358267f0677d379262985010f4c1e406cd3890 | refs/heads/master | 2021-09-07T18:56:43.742000 | 2018-02-27T14:35:04 | 2018-02-27T14:36:21 | 114,785,335 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import game.GameOfLifeClient;
import game.GameOfLifeServer;
/**
* This class allow me to test the communications between the client and the server.
*
* @author Jean-Hugo
*
*/
public class WorldSnapshotUpdateTest {
... | UTF-8 | Java | 3,683 | java | WorldSnapshotUpdateTest.java | Java | [
{
"context": " between the client and the server.\n * \n * @author Jean-Hugo\n *\n */\npublic class WorldSnapshotUpdateTest {\n\n\t/",
"end": 272,
"score": 0.9997166991233826,
"start": 263,
"tag": "NAME",
"value": "Jean-Hugo"
},
{
"context": "ddress.\n\tprivate static final String LO... | null | [] | package test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import game.GameOfLifeClient;
import game.GameOfLifeServer;
/**
* This class allow me to test the communications between the client and the server.
*
* @author Jean-Hugo
*
*/
public class WorldSnapshotUpdateTest {
... | 3,683 | 0.69047 | 0.684496 | 124 | 28.701612 | 28.841608 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.991935 | false | false | 6 |
8ec37cafbcbde579edef9a8423e73918638bb9f0 | 11,347,303,623,313 | 4c8cc10d3b634fb26dccda66a4897855cf88b75c | /hadoop_mysql/MysqlDb_scoreWritable.java | 80f62b6e37c9dc927fc89e740f1e20ac05c132bd | [] | no_license | igogle/scrapysomething | https://github.com/igogle/scrapysomething | 6fb2c2d44b0730ed2c1bb0a4340ba0fc6aa9cd1d | 59fce5a0b0db4ff9637c54cd9515237c24247db6 | refs/heads/master | 2020-06-05T16:15:13.501000 | 2019-06-19T02:49:46 | 2019-06-19T02:49:46 | 192,481,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hadoop_mysql;
import com.alibaba.fastjson.JSONObject;
import org.apache.hadoop.io.Writable;
import org.apache.hadoop.mapreduce.lib.db.DBWritable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLE... | UTF-8 | Java | 2,343 | java | MysqlDb_scoreWritable.java | Java | [] | null | [] | package hadoop_mysql;
import com.alibaba.fastjson.JSONObject;
import org.apache.hadoop.io.Writable;
import org.apache.hadoop.mapreduce.lib.db.DBWritable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLE... | 2,343 | 0.603478 | 0.60087 | 96 | 22.96875 | 16.296377 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 6 |
fb9f1999542d9b603a8eaa3518266b7845c9c5fc | 25,245,817,826,852 | 2fbf856ad63afaff21802999b4b0bcb66b022ffd | /android/QuickDeveloper/app/src/main/java/quick/mark/com/quickdeveloper/ui/PageFragment.java | a0bba517015bc374b4f228219f5bbb524cfbf112 | [] | no_license | senlsy/TryProjectFile | https://github.com/senlsy/TryProjectFile | 799c06b51e1b7f60cabd23cf673c84e438e22fbf | c17ed04090873503b42b81458616ebf02e65ba6e | refs/heads/master | 2018-01-04T23:36:34.297000 | 2017-11-14T10:12:43 | 2017-11-14T10:12:43 | 70,891,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package quick.mark.com.quickdeveloper.ui;
import android.support.annotation.CallSuper;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;
import quick.mark.com.quickdeveloper.model.MsgModel;
import quick.mark.com.quickdeveloper.pv_interface.PageMvpView;
import quick.mark.... | UTF-8 | Java | 4,055 | java | PageFragment.java | Java | [
{
"context": "tPageView;\n\n/**\n * 类描述:需要加载网络数据的Fragment页面\n * 创建人:mark.lin\n * 创建时间:2016/10/15 12:21\n * 修改备注:\n */\npublic abst",
"end": 559,
"score": 0.8420534729957581,
"start": 551,
"tag": "USERNAME",
"value": "mark.lin"
}
] | null | [] | package quick.mark.com.quickdeveloper.ui;
import android.support.annotation.CallSuper;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;
import quick.mark.com.quickdeveloper.model.MsgModel;
import quick.mark.com.quickdeveloper.pv_interface.PageMvpView;
import quick.mark.... | 4,055 | 0.656082 | 0.653009 | 147 | 25.564627 | 27.125576 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 6 |
d0572c85832248887374316d49431735a67d0945 | 27,015,344,334,324 | 4ad465a6ca0f03e6b9d021f330770d51ebf7e56a | /src/main/java/com/wd/basics/Wd11HandlingAlerts.java | fdf0b51b6cfd989c9597f8536079f57d67a452d8 | [] | no_license | qtpsudhakar/SeleniumMavenSampleSept16 | https://github.com/qtpsudhakar/SeleniumMavenSampleSept16 | fec2670b909f3a75380e47bb3b8a7b423345948a | 96a0bcc73cbe918b1575056e86690429a77ef6cb | refs/heads/master | 2023-02-07T13:57:18.004000 | 2020-12-22T13:43:24 | 2020-12-22T13:43:24 | 316,107,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wd.basics;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDr... | UTF-8 | Java | 2,204 | java | Wd11HandlingAlerts.java | Java | [] | null | [] | package com.wd.basics;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDr... | 2,204 | 0.719147 | 0.711887 | 78 | 27.26923 | 24.781958 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 6 |
dd97726b4d23c1e34d9bb1eacfa40fb8a374b8ed | 10,170,482,585,029 | 7762ba58dfa935ab27576e01f78dabaf6d987d80 | /hm15_single_process_messaging_websockets/src/main/java/ru/otus/kunin/jsonrpc/JsonRequest.java | 26e5cffab2600dfeb11b6a9d14ec6654bf1a8341 | [] | no_license | kundzi/2017-04-kunin | https://github.com/kundzi/2017-04-kunin | c466008a3aedc89975be347f43782f396ae62975 | 6f56ce96f099fb3f9069c7a07bd66993500607dc | refs/heads/master | 2021-06-29T05:05:48.793000 | 2017-09-21T20:08:10 | 2017-09-21T20:08:16 | 86,907,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.otus.kunin.jsonrpc;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.google.auto.value.AutoValue;
import org.slf4j.Logger;
import or... | UTF-8 | Java | 1,313 | java | JsonRequest.java | Java | [] | null | [] | package ru.otus.kunin.jsonrpc;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.google.auto.value.AutoValue;
import org.slf4j.Logger;
import or... | 1,313 | 0.718964 | 0.717441 | 46 | 27.543478 | 24.619457 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 6 |
84b598d31d80f2a0e077ed4791def2e9b2ce97ba | 10,342,281,276,048 | b640e671c728abef8290e2a3069f5bab4718b1f9 | /spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/HelloWorldController.java | 79744ada82a2bf30f6cf279e8aa711ffca8ea2c7 | [
"Noweb",
"Apache-2.0"
] | permissive | hanshihai/spring-boot | https://github.com/hanshihai/spring-boot | 7623f7e9626fb14c4d9e3a54e685227ed8ef3492 | 3d36a0c2cb4c7904313d56ca938daeacf8c22805 | refs/heads/master | 2023-02-21T15:37:44.511000 | 2023-02-20T08:43:33 | 2023-02-20T08:43:33 | 186,559,693 | 0 | 0 | Apache-2.0 | true | 2019-05-14T06:33:58 | 2019-05-14T06:33:58 | 2019-05-14T06:31:21 | 2019-05-14T06:24:51 | 97,293 | 0 | 0 | 0 | null | false | false | package sample.simple;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframe... | UTF-8 | Java | 1,731 | java | HelloWorldController.java | Java | [] | null | [] | package sample.simple;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframe... | 1,731 | 0.752744 | 0.752744 | 57 | 29.368422 | 24.995882 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.736842 | false | false | 6 |
e1b900d85a7f286a2563eb2767bbaeb3335185e5 | 23,398,981,880,516 | 317b4a514962a445ffe62d080b563867f18211ba | /jboss-seam-wicket/src/main/java/org/jboss/seam/wicket/WicketComponent.java | 7e809d7561665ca4ebd89a8de73a0cf62de7c254 | [] | no_license | littleCloudz/jboss-seam | https://github.com/littleCloudz/jboss-seam | 0a9a5179468695a8a42905001b391ab639ceb9fa | 13faecead20369eeeb6c31aaec3bd2395b4a8c8e | refs/heads/main | 2022-12-31T17:35:36.233000 | 2020-10-29T10:33:57 | 2020-10-29T10:33:57 | 308,269,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jboss.seam.wicket;
import static org.jboss.seam.ScopeType.STATELESS;
import static org.jboss.seam.ScopeType.UNSPECIFIED;
import java.lang.annotation.Annotation;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;... | UTF-8 | Java | 15,775 | java | WicketComponent.java | Java | [] | null | [] | package org.jboss.seam.wicket;
import static org.jboss.seam.ScopeType.STATELESS;
import static org.jboss.seam.ScopeType.UNSPECIFIED;
import java.lang.annotation.Annotation;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;... | 15,775 | 0.582504 | 0.582314 | 543 | 28.051565 | 25.689196 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372007 | false | false | 6 |
4aaebafb5a33be39ba15c646eb76a0970a46c295 | 8,796,093,030,218 | 9326b0dddcf30ec1ca9fb93bd0d7069a0ae30665 | /pattern/src/com/pattern/builder/item/impl/ColdDrink.java | 021ff084e79e04012dbc4a93109e1ec3fab6075a | [] | no_license | gpqhl0071/pattern | https://github.com/gpqhl0071/pattern | f3c50f73a58a079f64c04f2506c212e33c46f103 | 640f151471dd08bcf2971d2215ac81b4a228e96a | refs/heads/master | 2021-01-10T10:51:38.683000 | 2016-04-15T09:25:15 | 2016-04-15T09:25:15 | 53,034,821 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*Copyright (c) 2016, gp.inc and/or its affiliates. All rights reserved.
*/
package com.pattern.builder.item.impl;
import com.pattern.builder.Item;
import com.pattern.builder.Packing;
import com.pattern.builder.packing.impl.Bottle;
public abstract class ColdDrink implements Item {
@Override
public Pa... | UTF-8 | Java | 419 | java | ColdDrink.java | Java | [] | null | [] | /*
*Copyright (c) 2016, gp.inc and/or its affiliates. All rights reserved.
*/
package com.pattern.builder.item.impl;
import com.pattern.builder.Item;
import com.pattern.builder.Packing;
import com.pattern.builder.packing.impl.Bottle;
public abstract class ColdDrink implements Item {
@Override
public Pa... | 419 | 0.71599 | 0.706444 | 20 | 18.950001 | 20.674803 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 6 |
0dfe39f9313a57d081f3f26013b9b1d81e99927e | 8,796,093,029,098 | bd63915da41f90dfe761cfd22e8c4fd851146572 | /src/com/intellivision/util/pools/MachineHandler.java | 3a09979278a9005aa03ba52d9ddce689e28ba2a7 | [] | no_license | andreypudov/intellivision | https://github.com/andreypudov/intellivision | 3ccbdf8710e356462ee3606af2bc6a2e42361c5a | 4a606da222657d397b592096396413abc00a16a2 | refs/heads/master | 2021-10-09T06:30:26.967000 | 2013-03-05T06:48:53 | 2013-03-05T06:48:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* IntelliVision Intelligence Image Processing System
*
* The MIT License
*
* Copyright 2011-2013 Andrey Pudov.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restrictio... | UTF-8 | Java | 4,672 | java | MachineHandler.java | Java | [
{
"context": "em\n *\n * The MIT License\n *\n * Copyright 2011-2013 Andrey Pudov.\n *\n * Permission is hereby granted, free of char",
"end": 117,
"score": 0.9998857378959656,
"start": 105,
"tag": "NAME",
"value": "Andrey Pudov"
},
{
"context": "ormat SAX handler implementation.\n *... | null | [] | /*
* IntelliVision Intelligence Image Processing System
*
* The MIT License
*
* Copyright 2011-2013 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, inc... | 4,647 | 0.633562 | 0.62607 | 142 | 31.901409 | 26.071491 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542253 | false | false | 6 |
d3148ba323be55f035b415be085649417fdbada7 | 11,287,174,068,195 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/55/1486.java | d958d2749d8d7726db7304595d4b7ca6dba81ef1 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | https://github.com/qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154000 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package <missing>;
public class GlobalMembers
{
public static int f(char x)
{
int xx;
xx = x - 48;
if (xx > 9)
{
xx = x - 'A' + 10;
}
if (xx > 36)
{
xx = x - 'a' + 10;
}
return xx;
}
public static char g(int y)
{
char yy;
if (y < 10)
{
yy = y + '0';
}
if (y >= 10)
{
... | UTF-8 | Java | 1,126 | java | 1486.java | Java | [] | null | [] | package <missing>;
public class GlobalMembers
{
public static int f(char x)
{
int xx;
xx = x - 48;
if (xx > 9)
{
xx = x - 'A' + 10;
}
if (xx > 36)
{
xx = x - 'a' + 10;
}
return xx;
}
public static char g(int y)
{
char yy;
if (y < 10)
{
yy = y + '0';
}
if (y >= 10)
{
... | 1,126 | 0.48135 | 0.44849 | 75 | 14 | 12.365543 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.453333 | false | false | 6 |
53d6bfac1ee7cfec35a112b89d8ebc9ba308977a | 27,419,071,221,772 | 8ff9e01717a3696b0cce8e55e29ba8f59e148d2a | /src/rpg/players/Player.java | 675dd95ba067afad35c44106751137a7b7e79562 | [] | no_license | michaelchen110/RPG-game | https://github.com/michaelchen110/RPG-game | a3cc03c0f4d4a9cfc1b19670d4ff458d40508969 | a776119f807bd2e389836d85db1233da60c0b263 | refs/heads/master | 2021-01-10T20:39:06.538000 | 2015-01-04T06:00:13 | 2015-01-04T06:00:13 | 28,764,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rpg.players;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Player extends JPanel {
protected Image[] u = new Image[3];
protected Image[] d = new Image[3];
protected Image[] l = new Image[3];
protected Image[] r = new Image[3];
protected int x,y;
protected static int i = 0... | UTF-8 | Java | 1,195 | java | Player.java | Java | [] | null | [] | package rpg.players;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Player extends JPanel {
protected Image[] u = new Image[3];
protected Image[] d = new Image[3];
protected Image[] l = new Image[3];
protected Image[] r = new Image[3];
protected int x,y;
protected static int i = 0... | 1,195 | 0.6159 | 0.594979 | 56 | 20.339285 | 17.785706 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.267857 | false | false | 6 |
a850defb0876179c45a16a4917ef72d35caffff3 | 22,436,909,210,924 | 2a5c2d7fb22f6be234693a6e7e84b6985af41227 | /src/main/java/tree/_107_LevelOrderBottom.java | 880724b12b2f1ac5dfa3f173c4e00886a344aea9 | [] | no_license | songyongshuo/leetcode | https://github.com/songyongshuo/leetcode | 86d196a42cbe38e6445a19a532650c0353fb59f7 | 6897823b2cef1d0940e70aae5cda68c16ac98d1b | refs/heads/master | 2023-03-23T01:58:09.586000 | 2021-03-09T07:46:28 | 2021-03-09T07:46:28 | 324,957,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tree;
import common.classes.TreeNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
/**
* 107. 二叉树的层次遍历 II
* 给定一个二叉树,返回其节点值自底向上的层次遍历。 (即按从叶子节点所在层到根节点所在的层,逐层从左向右遍历)
*
* 例如:
* 给定二叉树 [3,9,20,null,null,15,7],
*
* 3
* / \
* 9 20
*... | UTF-8 | Java | 1,545 | java | _107_LevelOrderBottom.java | Java | [
{
"context": " [15,7],\n * [9,20],\n * [3]\n * ]\n *\n * @author songyongshuo\n * @date 2020-09-27 18:38\n */\npublic class _107_L",
"end": 435,
"score": 0.9990909695625305,
"start": 423,
"tag": "USERNAME",
"value": "songyongshuo"
}
] | null | [] | package tree;
import common.classes.TreeNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
/**
* 107. 二叉树的层次遍历 II
* 给定一个二叉树,返回其节点值自底向上的层次遍历。 (即按从叶子节点所在层到根节点所在的层,逐层从左向右遍历)
*
* 例如:
* 给定二叉树 [3,9,20,null,null,15,7],
*
* 3
* / \
* 9 20
*... | 1,545 | 0.57868 | 0.540972 | 60 | 21.983334 | 21.123835 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 6 |
796b03ab6ee4fd972200fde1bd57573ae510a6ad | 9,586,367,072,365 | 77e0a293085415a01e4a3d1551328f918bf4b442 | /Ex01_JavaBasic/src/day0125/Ex04GuessingGame.java | e10f8e3cb27a717db39820629fdf0056b5d384b2 | [] | no_license | joohyun93326/bitcamp_java | https://github.com/joohyun93326/bitcamp_java | 0c82f8161cb10406feb2fdca6b6527e075caba30 | a39631dfad1e81ce8142ad13cc742d4c560870e9 | refs/heads/master | 2023-03-09T11:48:13.477000 | 2021-02-27T03:07:45 | 2021-02-27T03:07:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day0125;
//컴퓨터가 만들어낸 1~100 사이의 랜덤한 숫자를 사용자가 몇 번만에 맞추는지 기록하는 숫자 맞추기 게임
//조건. 무한루프를 사용해서 사용자가 1:게임 시작 / 2: 최고점수 보기 / 3. 게임 종료
//최고 점수는 가장 적은 횟수로 컴퓨터의 숫자를 맞춘 횟수가 최고점수가 된다.
//힌트1. 최고점수는 어떻게 기록해야 할까? 최고점수는 맨 처음 플레이하면 어떤게 최고점수가 될까?
//힌트2. random.nextInt(최대값)을 입력하면 0부터 최대값-1까지의 값이 랜덤하게 나온다.
//그렇다면 어떻게 해야 1~최대값의 ... | UTF-8 | Java | 3,967 | java | Ex04GuessingGame.java | Java | [] | null | [] | package day0125;
//컴퓨터가 만들어낸 1~100 사이의 랜덤한 숫자를 사용자가 몇 번만에 맞추는지 기록하는 숫자 맞추기 게임
//조건. 무한루프를 사용해서 사용자가 1:게임 시작 / 2: 최고점수 보기 / 3. 게임 종료
//최고 점수는 가장 적은 횟수로 컴퓨터의 숫자를 맞춘 횟수가 최고점수가 된다.
//힌트1. 최고점수는 어떻게 기록해야 할까? 최고점수는 맨 처음 플레이하면 어떤게 최고점수가 될까?
//힌트2. random.nextInt(최대값)을 입력하면 0부터 최대값-1까지의 값이 랜덤하게 나온다.
//그렇다면 어떻게 해야 1~최대값의 ... | 3,967 | 0.447184 | 0.425192 | 81 | 35.049381 | 17.429861 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 6 |
e24d9f7241a0aeb684c10183696c48c854b09f60 | 2,516,850,882,342 | dbe62b70a2bfe4aea9dbb5230ab46348d7a16dec | /src/main/java/com/jiangbo/soket/wsTest.java | f81c4cde06f40b5a0b18b9da0c53ca62465e18db | [] | no_license | jiangbo011299/springboot | https://github.com/jiangbo011299/springboot | c2c2a1bcfe53b6148208219fb6597298e14c1a92 | 7b2375e336f23abe0037777179dbe1f266bc4b2b | refs/heads/master | 2020-03-12T08:29:48.038000 | 2018-05-04T12:17:10 | 2018-05-04T12:17:10 | 130,528,753 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiangbo.soket;
import java.util.HashSet;
import java.util.Set;
public class wsTest {
}
class A{
}
abstract class B extends A{
}
| UTF-8 | Java | 148 | java | wsTest.java | Java | [] | null | [] | package com.jiangbo.soket;
import java.util.HashSet;
import java.util.Set;
public class wsTest {
}
class A{
}
abstract class B extends A{
}
| 148 | 0.709459 | 0.709459 | 17 | 7.705883 | 10.76358 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 6 |
371a2dd94c9e5be8011b009d57a92286e5fff5ba | 2,516,850,879,208 | 82a1bb4ab3758432f2682659cc7f7618b7d0cd1d | /src/main/java/keep/threading/ThreadingCyclicBarrier.java | 1b4c881791c5375f91c9aed603535a2f931b3799 | [] | no_license | tinylambda/jmotw | https://github.com/tinylambda/jmotw | 57965a630c2f497bd13f16c43ff4b56010092388 | b66536513770d20efd6d25dcef0e70b5fc52f307 | refs/heads/master | 2022-10-10T10:44:43.146000 | 2020-06-09T06:48:46 | 2020-06-09T06:48:46 | 258,400,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package keep.threading;
import java.util.Random;
import java.util.concurrent.*;
public class ThreadingCyclicBarrier {
static class ChooseDishesFromMenu implements Runnable {
private String who;
private CyclicBarrier cyclicBarrier;
public ChooseDishesFromMenu(String who, CyclicBarrier cycl... | UTF-8 | Java | 2,450 | java | ThreadingCyclicBarrier.java | Java | [
{
"context": "oseDishesFromMenu tom = new ChooseDishesFromMenu(\"Tom\", cyclicBarrier);\n ChooseDishesFromMenu ja",
"end": 1860,
"score": 0.6413492560386658,
"start": 1857,
"tag": "NAME",
"value": "Tom"
},
{
"context": "seDishesFromMenu jane = new ChooseDishesFromMenu(\"Jane\"... | null | [] | package keep.threading;
import java.util.Random;
import java.util.concurrent.*;
public class ThreadingCyclicBarrier {
static class ChooseDishesFromMenu implements Runnable {
private String who;
private CyclicBarrier cyclicBarrier;
public ChooseDishesFromMenu(String who, CyclicBarrier cycl... | 2,450 | 0.618367 | 0.616735 | 60 | 39.833332 | 30.764246 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 6 |
0c47de63958625247c6f01da428fec057e8b2281 | 34,394,098,123,591 | 8200f037537b2b6dbd5ab97cba89bc1a07a912c8 | /ch03-architecture/src/test/java/com/manning/junitbook/ch03/webapp/HamcrestTest.java | 9ec2d7356af430a76c9fc8b9c31990d39a6d9cce | [] | no_license | lmmarisej/lmmarise-junit-case | https://github.com/lmmarisej/lmmarise-junit-case | 2dfadb9143aed60e2572484ca0dc40d69065b6d5 | 0a613a2820d6d1f8d2a117612e1eb5b6abb2228d | refs/heads/master | 2023-07-31T02:08:15.207000 | 2021-09-13T06:57:16 | 2021-09-13T06:57:16 | 405,865,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manning.junitbook.ch03.webapp;
import org.hamcrest.CoreMatchers;
import org.junit.Before;
import org.junit.Test;
import org.junit.matchers.JUnitMatchers;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
/**
* @autho... | UTF-8 | Java | 1,195 | java | HamcrestTest.java | Java | [
{
"context": "tatic org.junit.Assert.assertTrue;\n\n/**\n * @author lmmarise.j@gmail.com\n * @since 2021/9/9 11:55 下午\n */\npublic class Hamc",
"end": 342,
"score": 0.9999169111251831,
"start": 322,
"tag": "EMAIL",
"value": "lmmarise.j@gmail.com"
}
] | null | [] | package com.manning.junitbook.ch03.webapp;
import org.hamcrest.CoreMatchers;
import org.junit.Before;
import org.junit.Test;
import org.junit.matchers.JUnitMatchers;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
/**
* @autho... | 1,182 | 0.652393 | 0.642317 | 44 | 26.068182 | 24.821543 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613636 | false | false | 6 |
903d2ab66f7dd00bb23e943245dc23bd184b4f2d | 25,022,479,511,981 | f856359d6d315e38ac0dc92e0e9edce45a8c38cf | /lab3/src/com/company/Main.java | 9a52f15201920ca371a37322a154100015a00ee5 | [] | no_license | horburov/laba3 | https://github.com/horburov/laba3 | 9432e2f3c8ccce2ec451b16a1f99604dbdab5762 | bd05e05bc9a86b54ef88da716e1848e926b6b150 | refs/heads/master | 2021-05-03T12:00:51.460000 | 2018-02-06T16:57:15 | 2018-02-06T16:57:15 | 120,491,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Random;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// write your code here
System.out.print("Завдання 1\n");
int arrey[] = {5, -1, 0, 100, -30, 78, 45, 38, -18, 2, 31};
... | UTF-8 | Java | 1,440 | java | Main.java | Java | [] | null | [] | package com.company;
import java.util.Random;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// write your code here
System.out.print("Завдання 1\n");
int arrey[] = {5, -1, 0, 100, -30, 78, 45, 38, -18, 2, 31};
... | 1,440 | 0.488872 | 0.457715 | 38 | 33.473682 | 20.360872 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 6 |
0eb1a7c1aa3a76b1cee8c7ebc13087ff62e6e41c | 21,930,103,020,008 | 50f04fabf56b1d71863c2060f0b0e3af4f523447 | /src/main/java/javabasic/date/LocalDateDemo.java | f7f4f17f644f7c4984492380aa5ef4a7e0156a83 | [] | no_license | goodrourou/Demo_Base | https://github.com/goodrourou/Demo_Base | 2e8f6eb8c497f65de30617a28a2576889b688a17 | 7d59d0f4bd1f6306c7fbb6e6d28d0701223538b5 | refs/heads/master | 2020-07-05T16:05:34.400000 | 2019-08-21T09:38:21 | 2019-08-21T09:38:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javabasic.date;
import java.time.LocalDate;
/**
* @ClassName LocalDateDemo
* @Description TODO
* @Author GOODRR
* @Date 2019/8/13 9:29
* @Version 1.0
**/
public class LocalDateDemo {
public static void main(String[] args) {
LocalDate timeNow = LocalDate.now();
System.out.println("tim... | UTF-8 | Java | 683 | java | LocalDateDemo.java | Java | [
{
"context": "Name LocalDateDemo\n * @Description TODO\n * @Author GOODRR\n * @Date 2019/8/13 9:29\n * @Version 1.0\n **/\npubl",
"end": 124,
"score": 0.9997099041938782,
"start": 118,
"tag": "USERNAME",
"value": "GOODRR"
}
] | null | [] | package javabasic.date;
import java.time.LocalDate;
/**
* @ClassName LocalDateDemo
* @Description TODO
* @Author GOODRR
* @Date 2019/8/13 9:29
* @Version 1.0
**/
public class LocalDateDemo {
public static void main(String[] args) {
LocalDate timeNow = LocalDate.now();
System.out.println("tim... | 683 | 0.632504 | 0.597365 | 25 | 26.32 | 21.756323 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 6 |
069146debf68b79b77e3ad490fd8db482e2c6216 | 15,530,601,803,924 | aead1e75b30663f352cf5c3926eb47bfcd21f89a | /myStudy_consumer/src/main/java/com/lan/myStudyConsumerApplication.java | 29660a2905657a848e245998860bb90bebce6639 | [] | no_license | MrLant/lan-myStudy | https://github.com/MrLant/lan-myStudy | 6b41396a61d909db299b4bb53453c04886510a97 | 91edbdc3f06314f375818d8b77cbc311bde07e99 | refs/heads/master | 2020-04-01T01:05:37.124000 | 2018-10-12T11:24:34 | 2018-10-12T11:24:34 | 152,721,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//import org.springframework.context.annotation.ImportResource;
@SpringBootApplication
//@ImportResource({"classpath:config/dubbo-consumer.xml"})
public class myStudyConsumerApplica... | UTF-8 | Java | 450 | java | myStudyConsumerApplication.java | Java | [] | null | [] | package com.lan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//import org.springframework.context.annotation.ImportResource;
@SpringBootApplication
//@ImportResource({"classpath:config/dubbo-consumer.xml"})
public class myStudyConsumerApplica... | 450 | 0.806667 | 0.806667 | 13 | 33.615383 | 26.181433 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 6 |
fc064cbf4ce26445636f6ed38d2170982d32caf5 | 32,401,233,295,718 | 15c5464e3146d9acc53f165a242ce60e0faa0a9f | /src/main/java/com/api/note/quiz/domain/TQuizTagKey.java | 93f503cf81a86e2093520865a75538d87ea1fe8c | [] | no_license | pink-elephant2/quiz-note-api | https://github.com/pink-elephant2/quiz-note-api | 57fbe37d42029f702bb374d4e86dfa76290e52bf | 193548d21ad6f34495fe7db55607304eec67937c | refs/heads/master | 2020-09-21T01:10:29.537000 | 2020-03-22T02:23:20 | 2020-03-22T02:23:20 | 224,636,601 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.api.note.quiz.domain;
import com.api.common.business.domain.AbstractBaseEntity;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table t_qu... | UTF-8 | Java | 1,650 | java | TQuizTagKey.java | Java | [] | null | [] | package com.api.note.quiz.domain;
import com.api.common.business.domain.AbstractBaseEntity;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table t_qu... | 1,650 | 0.641555 | 0.640948 | 60 | 25.466667 | 23.764446 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 6 |
60cbb0b1e521d2768b06353c875394647902d461 | 3,066,606,702,801 | d53145df70f135dd23a164239dc93cd187ef8fbe | /My Spring Class_2019/src/day44/MathOperator.java | cdc652cdd2cab471942160f3257a23b31bd5478a | [] | no_license | Batyrjany/JavaClass | https://github.com/Batyrjany/JavaClass | cc28990a1f8f4aa5b1689a04081b128b8bb7bb52 | 02491d8576ff9165af4dbda98b2bcffa861ba225 | refs/heads/master | 2020-07-31T00:28:59.989000 | 2019-09-23T18:58:47 | 2019-09-23T18:58:47 | 210,416,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day44;
import java.util.Arrays;
public class MathOperator {
public static void main(String[] args) {
// TODO Auto-generated method stub
MathEquation oper =new MathEquation(12.12,56.18, '+');
MathEquation oper1 =new MathEquation(12.08,56.00, '-');
MathEquation oper2 =new MathEquation(23.13,77.1, '*'... | UTF-8 | Java | 657 | java | MathOperator.java | Java | [] | null | [] | package day44;
import java.util.Arrays;
public class MathOperator {
public static void main(String[] args) {
// TODO Auto-generated method stub
MathEquation oper =new MathEquation(12.12,56.18, '+');
MathEquation oper1 =new MathEquation(12.08,56.00, '-');
MathEquation oper2 =new MathEquation(23.13,77.1, '*'... | 657 | 0.663622 | 0.605784 | 31 | 20.193548 | 20.902878 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.870968 | false | false | 6 |
3de6453b74b149f573d4ebb11f6fca572076ea84 | 31,963,146,623,237 | 61a2788ed8b87401da1c141fdc20e1657fedb21b | /Assignments/A8 (rsp502)/Kruskal-Template/Kruskal-Template/src/Kruskal.java | d887455a36a59fa31b7ca60821a3134388ea86cf | [] | no_license | rohanpatel711/CMPT-280 | https://github.com/rohanpatel711/CMPT-280 | fe06df7230c57b249bccfde28dab97defe529c73 | 164aff21a55a34dfb21a2b89af1d70d745c6426b | refs/heads/master | 2021-07-07T13:24:32.828000 | 2021-04-05T20:39:44 | 2021-04-05T20:39:44 | 233,942,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import lib280.graph.Vertex280;
import lib280.graph.WeightedEdge280;
import lib280.graph.WeightedGraphAdjListRep280;
import lib280.tree.ArrayedMinHeap280;
public class Kruskal {
public static WeightedGraphAdjListRep280<Vertex280> minSpanningTree(WeightedGraphAdjListRep280<Vertex280> G) {
WeightedGraphAdjListRep28... | UTF-8 | Java | 1,886 | java | Kruskal.java | Java | [] | null | [] | import lib280.graph.Vertex280;
import lib280.graph.WeightedEdge280;
import lib280.graph.WeightedGraphAdjListRep280;
import lib280.tree.ArrayedMinHeap280;
public class Kruskal {
public static WeightedGraphAdjListRep280<Vertex280> minSpanningTree(WeightedGraphAdjListRep280<Vertex280> G) {
WeightedGraphAdjListRep28... | 1,886 | 0.7386 | 0.681336 | 52 | 35.23077 | 36.540607 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.442308 | false | false | 6 |
d1fd2febcf524474e50a42dd324ec49e3360a4f8 | 17,085,379,908,639 | 6bc3c6c1c6ac433e467e2cbdb9073d08934d3cbc | /1065.java | d8e80ce5e1c9716ff20ff8446ec18a44cca126b3 | [] | no_license | akalswl14/baekjoon | https://github.com/akalswl14/baekjoon | 2fbe0d2b8071c0294e7b6797cf7bf206e981020b | ba21b63564b934b9cb8491668086f36a5c32e35b | refs/heads/master | 2022-11-23T06:13:13.597000 | 2022-11-15T14:28:23 | 2022-11-15T14:28:23 | 163,743,355 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.StringTokenizer;
public class Main {
static StringTokenizer st;
static int[] num = new int[10001];
public static void main(String[] args) t... | UTF-8 | Java | 1,481 | java | 1065.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.StringTokenizer;
public class Main {
static StringTokenizer st;
static int[] num = new int[10001];
public static void main(String[] args) t... | 1,481 | 0.58339 | 0.531398 | 74 | 19.013514 | 15.901295 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.756757 | false | false | 6 |
37caa4f8a80ab440f744fa526d241d06724c5664 | 13,503,377,240,659 | 2ce736c9a61f201bb6543e0ecf3c90e84f35d2ab | /src/main/java/spicinemas/api/config/db/JSONReader.java | 29bb62301bcfe678d8479f6ff04f11016260a914 | [] | no_license | DevBootCampTW/bootcamp-just-cinemas-api | https://github.com/DevBootCampTW/bootcamp-just-cinemas-api | d1bd868a00f2cbde237b95eab64bc1675824b4c4 | 381f49f1ad6fffa76aecc085bf508ead3b0991e2 | refs/heads/master | 2020-03-23T04:44:07.588000 | 2018-07-20T05:02:07 | 2018-07-20T05:02:07 | 141,102,423 | 0 | 1 | null | true | 2018-07-16T07:29:34 | 2018-07-16T07:29:33 | 2018-03-29T05:28:11 | 2018-03-29T05:28:10 | 71 | 0 | 0 | 0 | null | false | null | package spicinemas.api.config.db;
import org.jooq.tools.json.JSONArray;
import org.jooq.tools.json.JSONObject;
import org.jooq.tools.json.JSONParser;
import org.springframework.stereotype.Component;
import spicinemas.api.model.Movie;
import spicinemas.api.util.Helper;
import java.io.FileNotFoundException;
import java... | UTF-8 | Java | 1,234 | java | JSONReader.java | Java | [] | null | [] | package spicinemas.api.config.db;
import org.jooq.tools.json.JSONArray;
import org.jooq.tools.json.JSONObject;
import org.jooq.tools.json.JSONParser;
import org.springframework.stereotype.Component;
import spicinemas.api.model.Movie;
import spicinemas.api.util.Helper;
import java.io.FileNotFoundException;
import java... | 1,234 | 0.670989 | 0.670989 | 42 | 28.380953 | 19.129822 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 6 |
a336527099ad5aa3fde18fedb3a286538a84092f | 13,503,377,242,655 | f8bdc67991c14c01aa0a832b1db4e8dec518206d | /Tsunami/app/src/main/java/com/tonyjhuang/tsunami/receivers/LocationBroadcastReceiver.java | a43e24251514996cdc456d8bba8c728730ebbdf3 | [] | no_license | tonyjhuang/TsunamiAndroid | https://github.com/tonyjhuang/TsunamiAndroid | 1c5a764acdcdb9079bce99fcfafc10e8fdf37a4e | 232049985132ccef494e67eef1fa9cc71f9f53cd | refs/heads/master | 2021-01-14T10:54:32.650000 | 2015-04-26T23:54:08 | 2015-04-26T23:54:08 | 23,776,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tonyjhuang.tsunami.receivers;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.littlefluffytoys.littlefluffylocationlibrary.LocationInfo;
import com.littlefluffytoys.littlefluffylocationlibrary.LocationLibraryConstants;
import com.tonyjhua... | UTF-8 | Java | 1,121 | java | LocationBroadcastReceiver.java | Java | [
{
"context": "yjhuang.tsunami.logging.Timber;\n\n/**\n * Created by tony on 1/28/15.\n */\npublic class LocationBroadcastRec",
"end": 370,
"score": 0.9995092153549194,
"start": 366,
"tag": "USERNAME",
"value": "tony"
}
] | null | [] | package com.tonyjhuang.tsunami.receivers;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.littlefluffytoys.littlefluffylocationlibrary.LocationInfo;
import com.littlefluffytoys.littlefluffylocationlibrary.LocationLibraryConstants;
import com.tonyjhua... | 1,121 | 0.749331 | 0.744871 | 35 | 31.028572 | 27.480368 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
976c756729200e142ee5ff85445a02e88b9992c3 | 17,978,733,133,078 | 34b21a8e1695f41d32109da46d0b2d6f6a55e3cc | /src/leetcode/bit/Q1356.java | 32b72c3d3263b32494cf43593c7b4de424d6465f | [] | no_license | smpaaark/leetcode-practice | https://github.com/smpaaark/leetcode-practice | dcc742863492596a31705fb4ccb311c546fbd8d6 | 510dd5a73b899ceecf85fd39c3417cfaf8b539a4 | refs/heads/master | 2023-07-20T07:20:40.756000 | 2021-08-14T01:42:05 | 2021-08-14T01:42:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.bit;
import java.util.PriorityQueue;
/**
* LeetCode
* 1356. Sort Integers by The Number of 1 Bits
*/
public class Q1356 {
public static void main(String[] args) {
System.out.println(Integer.bitCount(0)); //0
System.out.println(Integer.bitCount(1)); //1
Sys... | UTF-8 | Java | 1,559 | java | Q1356.java | Java | [] | null | [] | package leetcode.bit;
import java.util.PriorityQueue;
/**
* LeetCode
* 1356. Sort Integers by The Number of 1 Bits
*/
public class Q1356 {
public static void main(String[] args) {
System.out.println(Integer.bitCount(0)); //0
System.out.println(Integer.bitCount(1)); //1
Sys... | 1,559 | 0.519564 | 0.493265 | 59 | 24.423729 | 21.436705 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457627 | false | false | 6 |
50ae552e7eba221392ed60f7c7b1b7d2f2b0a210 | 22,179,211,180,084 | 6ff1b78781a8529ed2affc0eac9eb12139d987a3 | /src/cl/bomberos/dao/ComunaDao.java | e49e993accbd827c6a169e4e672b9f11d8d1eb50 | [] | no_license | vkhemlan/JNB-WebServices | https://github.com/vkhemlan/JNB-WebServices | c2234807f1b2b4ecd33f67c4c5cd6a3db4f4142f | 6ca29fab2691121e249092badade109c20a01edf | refs/heads/master | 2021-01-13T02:02:53.352000 | 2012-01-17T01:37:35 | 2012-01-17T01:37:35 | 2,149,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.bomberos.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import cl.bomberos.bean.Comuna;
import cl.bomberos.bean.ComunaList;
public class ComunaDao {
private Sess... | UTF-8 | Java | 1,114 | java | ComunaDao.java | Java | [] | null | [] | package cl.bomberos.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import cl.bomberos.bean.Comuna;
import cl.bomberos.bean.ComunaList;
public class ComunaDao {
private Sess... | 1,114 | 0.75763 | 0.75763 | 46 | 23.217392 | 19.468943 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.565217 | false | false | 6 |
eadcca78a6b8549cc292f5a2b2ab0b5134582434 | 20,899,310,905,370 | 144f8c73ab9622c6fa7034bbfdefabc5b169c71f | /src/gui/TwoButtons.java | 66938a8ba520fee0cc00ec63b43fad585730b2b3 | [
"MIT"
] | permissive | ailyenko/JavaNaughtiness | https://github.com/ailyenko/JavaNaughtiness | 589fdc8f0215217639c2502598d0350aeabd97a7 | bb1c0cc011cb70624395567a5b43d77c22c437c3 | refs/heads/master | 2016-08-03T13:38:43.811000 | 2014-07-24T18:14:46 | 2014-07-24T18:14:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import javax.swing.*;
import java.awt.event.ActionListener;
public class TwoButtons extends JFrame {
public TwoButtons(String firstButtonText, String secondButtonText) {
this.setTitle("Smart Choice");
JPanel jPanel = new JPanel();
this.add(jPanel);
this.setLocation(30... | UTF-8 | Java | 1,125 | java | TwoButtons.java | Java | [] | null | [] | package gui;
import javax.swing.*;
import java.awt.event.ActionListener;
public class TwoButtons extends JFrame {
public TwoButtons(String firstButtonText, String secondButtonText) {
this.setTitle("Smart Choice");
JPanel jPanel = new JPanel();
this.add(jPanel);
this.setLocation(30... | 1,125 | 0.656889 | 0.646222 | 33 | 33.090908 | 21.946718 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787879 | false | false | 6 |
d49b2fb2e45fe04ab2cee548086ade2d6af1a57c | 11,416,023,082,958 | a4ca28b9f22c53b70e46a2795006b5217d08d733 | /clase05/03_codigo/clientes/src/main/java/com/circulosiete/curso/microservices/clientes/modelo/ClienteBean.java | 25780f821341fd9c8a35e5c7c33df1ccd7dd96b5 | [] | no_license | fcoquiroz/microservicios | https://github.com/fcoquiroz/microservicios | cbb6ab423c4d24d3df275871f41a4c034cba0c26 | 6c684746acc1f254da6d32f34983ad96e7905a30 | refs/heads/master | 2022-03-25T14:53:21.334000 | 2019-10-30T19:24:23 | 2019-10-30T19:24:23 | 218,605,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.circulosiete.curso.microservices.clientes.modelo;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Tolerate;
import lombok.extern.slf4j.Slf4j;
import java.math.BigDecimal;
import java.time.ZonedDateTime;
@Getter
@Setter
@Slf4j
@Builder
... | UTF-8 | Java | 841 | java | ClienteBean.java | Java | [] | null | [] | package com.circulosiete.curso.microservices.clientes.modelo;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Tolerate;
import lombok.extern.slf4j.Slf4j;
import java.math.BigDecimal;
import java.time.ZonedDateTime;
@Getter
@Setter
@Slf4j
@Builder
... | 841 | 0.772889 | 0.769322 | 40 | 20.025 | 14.215286 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 6 |
3654bedd951f73808c4454a5eacabe56dcb8215d | 27,049,704,045,636 | c8522ab6608656c8f63f257d1649b37abc1caf61 | /w7/Dalek3.java | 520aef3941620a9586f61d94dd63934c843e660a | [] | no_license | Narrik/JavaProjects | https://github.com/Narrik/JavaProjects | 8b6d429d911ee4de6e7913d381ea5ce1ca52d4b6 | 5523229dd8b9a988c6c642268edd567e99765fce | refs/heads/master | 2021-07-08T08:11:47.868000 | 2017-10-06T22:45:48 | 2017-10-06T22:45:48 | 106,050,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package w7;
import java.util.ArrayList;
public class Dalek3 {
private ArrayList<String> sayings = new ArrayList<String>();
private String[] defaultsay = new String[] { "No utterances installed!" };
public void setSayings(String[] say) {
for (int i = 0; i <= say.length-1; i++) {
sayings.add(say[i]);
}
}
... | UTF-8 | Java | 1,137 | java | Dalek3.java | Java | [] | null | [] | package w7;
import java.util.ArrayList;
public class Dalek3 {
private ArrayList<String> sayings = new ArrayList<String>();
private String[] defaultsay = new String[] { "No utterances installed!" };
public void setSayings(String[] say) {
for (int i = 0; i <= say.length-1; i++) {
sayings.add(say[i]);
}
}
... | 1,137 | 0.627968 | 0.604222 | 51 | 21.294117 | 19.708956 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.901961 | false | false | 6 |
26fe3282e383b12a37766c8443b3c880d1f7bfcf | 9,972,914,122,931 | a3fcfb667969367ad22544ef3e510f8996423926 | /src/main/Block.java | 994ab2cff8c334afaaad44335c0c578e04c4a2b2 | [] | no_license | DrDeano/DayAndNight | https://github.com/DrDeano/DayAndNight | 249ebae69bc54193ee16ebded74176719114fdd3 | 78cdc926e366ec05ea608d44352c749656b4203a | refs/heads/master | 2021-01-12T14:36:19.095000 | 2016-06-13T10:45:48 | 2016-06-13T10:45:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.awt.Graphics;
import java.awt.Image;
public class Block {
public static final Block sofa = new Block("sofa.png", 0, true, 32, 16);
public static final Block computer = new Block("computer.png", 0, true, 80, 32);
public static final Block coffee = new Block("coffeeMaker.png", 100... | UTF-8 | Java | 2,011 | java | Block.java | Java | [] | null | [] | package main;
import java.awt.Graphics;
import java.awt.Image;
public class Block {
public static final Block sofa = new Block("sofa.png", 0, true, 32, 16);
public static final Block computer = new Block("computer.png", 0, true, 80, 32);
public static final Block coffee = new Block("coffeeMaker.png", 100... | 2,011 | 0.652909 | 0.635007 | 84 | 21.940475 | 23.743847 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.178571 | false | false | 6 |
ac4ba361b3b394f25636a7f6e5c68ba3b1b79ae4 | 28,406,913,737,371 | 27cda5e6fb5da7ae2dea91450ca1082bcaa55424 | /Source/Java/CoreRouter/main/src/java/gov/va/med/imaging/core/router/commands/PostTransactionLogEntryCommandImpl.java | 7db8e39d3a346b70f06e3c40e405766378e088e4 | [
"Apache-2.0"
] | permissive | VHAINNOVATIONS/Telepathology | https://github.com/VHAINNOVATIONS/Telepathology | 85552f179d58624e658b0b266ce83e905480acf2 | 989c06ccc602b0282c58c4af3455c5e0a33c8593 | refs/heads/master | 2021-01-01T19:15:40.693000 | 2015-11-16T22:39:23 | 2015-11-16T22:39:23 | 32,991,526 | 3 | 9 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Package: MAG - VistA Imaging
* WARNING: Per VHA Directive 2004-038, this routine should not be modified.
* Date Created: Sep 30, 2008
* Site Name: Washington OI Field Office, Silver Spring, MD
* @author VHAISWBECKEC
* @version 1.0
*
* ----------------------------------------------------------------
* Pr... | UTF-8 | Java | 8,621 | java | PostTransactionLogEntryCommandImpl.java | Java | [
{
"context": "gton OI Field Office, Silver Spring, MD\n * @author VHAISWBECKEC\n * @version 1.0\n *\n * -----------------------",
"end": 223,
"score": 0.6236187219619751,
"start": 215,
"tag": "USERNAME",
"value": "VHAISWBE"
},
{
"context": "ield Office, Silver Spring, MD\n * @author ... | null | [] | /**
* Package: MAG - VistA Imaging
* WARNING: Per VHA Directive 2004-038, this routine should not be modified.
* Date Created: Sep 30, 2008
* Site Name: Washington OI Field Office, Silver Spring, MD
* @author VHAISWBECKEC
* @version 1.0
*
* ----------------------------------------------------------------
* Pr... | 8,621 | 0.566756 | 0.562928 | 204 | 41.259804 | 36.770702 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.245098 | false | false | 6 |
4538652950205b1282262735868d5d14ebc0c841 | 28,406,913,735,471 | 45d8d0583b42823ac3b702260750ee45226bb2f5 | /reis/src/cat/reisigualada/reis/service/UserService.java | e717121cf6eeaa92015cae1087d8e1910402abe7 | [] | no_license | fredipisuke/arxiu | https://github.com/fredipisuke/arxiu | 19295703d7566e885c046eaf89f569bc8379c39b | f1b2e0cb941573d832713cb7e8320c4e7ae3940e | refs/heads/master | 2021-06-13T13:14:06.447000 | 2021-01-25T16:41:42 | 2021-01-25T16:41:42 | 129,535,224 | 0 | 0 | null | false | 2021-01-25T16:42:12 | 2018-04-14T16:36:15 | 2021-01-25T16:41:49 | 2021-01-25T16:42:11 | 7,699 | 0 | 0 | 4 | Java | false | false | package cat.reisigualada.reis.service;
import java.util.List;
import cat.reisigualada.reis.model.User;
public interface UserService {
/** Buscar Usuari per Id */
User findById(Long id);
/** Buscar Usuari per nom */
User findByUsername(String username);
/** Buscar tots els usuaris */
List<User> findAll(... | UTF-8 | Java | 836 | java | UserService.java | Java | [] | null | [] | package cat.reisigualada.reis.service;
import java.util.List;
import cat.reisigualada.reis.model.User;
public interface UserService {
/** Buscar Usuari per Id */
User findById(Long id);
/** Buscar Usuari per nom */
User findByUsername(String username);
/** Buscar tots els usuaris */
List<User> findAll(... | 836 | 0.705742 | 0.705742 | 25 | 32.439999 | 16.017691 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 6 |
231a1e078d0c5ae1347a0c8c324b2f52d728222a | 1,666,447,315,951 | 8f7e9fb7199e449303f88f5885eb48f877210602 | /hashtags/src/main/java/ru/lisitsyna/hashtags/counter/HashtagsCounterImpl.java | 450c92f58e885730176c849c814e57768ffc8100 | [] | no_license | sandrafox/software-design | https://github.com/sandrafox/software-design | 8b2f157178737d49b5d7e575ff7d89ec7268fe42 | a5705f84d8ef6389de1f05ca47a1fcc60b4261d0 | refs/heads/master | 2022-07-23T22:57:57.629000 | 2020-06-29T17:08:45 | 2020-06-29T17:08:45 | 222,256,148 | 0 | 0 | null | false | 2022-07-07T22:13:51 | 2019-11-17T13:56:56 | 2020-06-29T17:09:17 | 2022-07-07T22:13:48 | 14,762 | 0 | 0 | 8 | Java | false | false | package ru.lisitsyna.hashtags.counter;
import ru.lisitsyna.hashtags.client.ApiClient;
import ru.lisitsyna.hashtags.client.PostInfo;
import java.time.Instant;
import java.time.temporal.ChronoUnit;
import java.util.List;
public class HashtagsCounterImpl implements HashtagsCounter {
private ApiClient apiC... | UTF-8 | Java | 1,281 | java | HashtagsCounterImpl.java | Java | [] | null | [] | package ru.lisitsyna.hashtags.counter;
import ru.lisitsyna.hashtags.client.ApiClient;
import ru.lisitsyna.hashtags.client.PostInfo;
import java.time.Instant;
import java.time.temporal.ChronoUnit;
import java.util.List;
public class HashtagsCounterImpl implements HashtagsCounter {
private ApiClient apiC... | 1,281 | 0.654957 | 0.649493 | 33 | 36.81818 | 30.73785 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
8317e8e69c25a601a9275b68cd794f20ee74d39b | 4,269,197,555,250 | b0fd599ae0988636c93d3b937ab933536185b69a | /api-pro-client-java/src/test/java/com/duedil/io/client/AccountSimpleExample.java | 3ee4dd71950d6b37a4127fb57ab3bfaa7c436a68 | [
"Apache-2.0"
] | permissive | terrychow65/api-clients | https://github.com/terrychow65/api-clients | 1b5483201c7e5bde308a6903967c1281291dddf7 | 4129200e0b29b10221cbb102f16f6c70313ff4a2 | refs/heads/master | 2021-01-18T06:52:11.140000 | 2013-06-27T13:11:09 | 2013-06-27T13:11:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duedil.io.client;
import com.duedil.io.client.entity.DuedilRayAccounts;
import com.duedil.io.client.exception.DuedilClientException;
import com.duedil.io.client.service.DuedilApiClient;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPa... | UTF-8 | Java | 1,263 | java | AccountSimpleExample.java | Java | [
{
"context": "l.List;\n\n/**\n * Created by IntelliJ IDEA.\n * User: daniele\n * Package: com.duedil.io.client\n */\npublic class",
"end": 419,
"score": 0.9996130466461182,
"start": 412,
"tag": "USERNAME",
"value": "daniele"
}
] | null | [] | package com.duedil.io.client;
import com.duedil.io.client.entity.DuedilRayAccounts;
import com.duedil.io.client.exception.DuedilClientException;
import com.duedil.io.client.service.DuedilApiClient;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPa... | 1,263 | 0.699921 | 0.69517 | 38 | 32.236843 | 31.880066 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 6 |
078212613c3f6f6a4eb0de8a519d5ed921c734f6 | 35,218,731,869,500 | d88dd1047fbbb94f8abf7e3d0d5b2a94e6942fbc | /src/main/java/CodeNotValidException.java | 781c902841a06131134b50b7cbc53c640888fc4e | [] | no_license | cruzcivieta/vending-machine-kata | https://github.com/cruzcivieta/vending-machine-kata | 6338ada8b10770bb58aab5cbe4984ab88a831cb7 | fbcbbf1fef707b21892236df6751ad0cdd40e984 | refs/heads/master | 2021-07-21T08:53:47.523000 | 2017-07-28T10:47:45 | 2017-07-28T10:47:45 | 97,634,997 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CodeNotValidException extends Throwable {
}
| UTF-8 | Java | 57 | java | CodeNotValidException.java | Java | [] | null | [] | public class CodeNotValidException extends Throwable {
}
| 57 | 0.842105 | 0.842105 | 2 | 27.5 | 26.5 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 6 |
8d1952f204de3c662bbc9033a51ec2d0f95ac0dd | 36,971,078,510,437 | 747a6a6fa3b723820050015cc5260762376afbc4 | /src/main/java/com/fz/upload/models/AppInfoModel.java | 2bfbed15e6a8646899b96f5f1a53db6136090e56 | [] | no_license | peihua8858/JavaUploadFileToServer | https://github.com/peihua8858/JavaUploadFileToServer | 146565f055e8c896456f514e1936bf4b44baa398 | b63d35c4512cc1a0c6cf470b5f14de7e41251622 | refs/heads/master | 2022-12-31T17:38:02.400000 | 2020-10-24T08:49:58 | 2020-10-24T08:49:58 | 306,207,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fz.upload.models;
import lombok.ToString;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.util.Date;
@ToString
public class AppInfoModel {
private Long id;
private String na... | UTF-8 | Java | 5,846 | java | AppInfoModel.java | Java | [] | null | [] | package com.fz.upload.models;
import lombok.ToString;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.util.Date;
@ToString
public class AppInfoModel {
private Long id;
private String na... | 5,846 | 0.624696 | 0.624176 | 273 | 20.120878 | 17.502382 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
703e72b853f118f030dc43943ac933f81b6ae3f6 | 35,734,127,939,654 | 053df0bddea4eaff25f4fdde057e77465e528ab9 | /MavenPI2.0/src/com/uploadingfile/struts/GlobalParametersResourceBundleSqlServer.java | c1f042c18cb87ed950038cf117ec64e9cbb02366 | [] | no_license | manojprogen/MavenPI2.0 | https://github.com/manojprogen/MavenPI2.0 | dd70acae9f809d6cf0d61749a226d8a195bf279b | bf49043919244dc976cc8d4f425372a43e8dc4cc | refs/heads/master | 2021-01-20T19:26:41.282000 | 2016-06-25T16:44:49 | 2016-06-25T16:44:49 | 61,947,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.uploadingfile.struts;
import java.io.Serializable;
import java.util.ListResourceBundle;
/**
*
* @author progen
*/
public class GlobalParametersResourceBundleSqlServer extends ListResourceBun... | UTF-8 | Java | 2,322 | java | GlobalParametersResourceBundleSqlServer.java | Java | [
{
"context": "va.util.ListResourceBundle;\r\n\r\n/**\r\n *\r\n * @author progen\r\n */\r\npublic class GlobalParametersResourceBundleSq",
"end": 237,
"score": 0.992689311504364,
"start": 231,
"tag": "USERNAME",
"value": "progen"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.uploadingfile.struts;
import java.io.Serializable;
import java.util.ListResourceBundle;
/**
*
* @author progen
*/
public class GlobalParametersResourceBundleSqlServer extends ListResourceBun... | 2,322 | 0.658915 | 0.658915 | 36 | 62.5 | 53.026463 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
b306d2e156a38ab6e5839e8f53314e7de69958bf | 2,946,347,581,372 | 3db8301821575fcee37f9c8fd783e77ed626ce27 | /MediosdePago/app/src/main/java/ar/com/leandrolopez/mediosdepago/network/model/PayerCost.java | 03033c80eecbc5f568eec967064081c51beba82e | [] | no_license | leandronicolaslopez/ml | https://github.com/leandronicolaslopez/ml | f616096c28b7a3c7dbb31d227bdd457c94c84138 | 453dd9468c7f07995d4b6cf6aaaef6f2d7fee624 | refs/heads/master | 2021-01-01T15:38:53.337000 | 2017-07-24T16:49:42 | 2017-07-24T16:49:42 | 97,665,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.leandrolopez.mediosdepago.network.model;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Created by Nico on 20/7/2017.
*/
public class PayerCost implements Parcelable {
private String installment_amount;
private String recommended_message;
private String installments;
... | UTF-8 | Java | 1,812 | java | PayerCost.java | Java | [
{
"context": ";\nimport android.os.Parcelable;\n\n/**\n * Created by Nico on 20/7/2017.\n */\n\npublic class PayerCost impleme",
"end": 136,
"score": 0.9936875700950623,
"start": 132,
"tag": "NAME",
"value": "Nico"
}
] | null | [] | package ar.com.leandrolopez.mediosdepago.network.model;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Created by Nico on 20/7/2017.
*/
public class PayerCost implements Parcelable {
private String installment_amount;
private String recommended_message;
private String installments;
... | 1,812 | 0.6617 | 0.657285 | 74 | 23.486486 | 23.067026 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310811 | false | false | 6 |
ccc3ca527f171079929db8d07489e1ad9a64ef09 | 18,038,862,656,333 | 9201f774d1f26e99843926dcd1295355c16199ef | /src/com/RSen/InCar/CommuteExecuter.java | 600b50b3d8b5ebe2928a39217b2527c108a0be61 | [] | no_license | imace/Carma-In-Car | https://github.com/imace/Carma-In-Car | 439a4702c0e70b4431c1e6cc2215f0ce884d82c1 | 016e8f0e3ade0fbf6b8c96cb053e8db4511db267 | refs/heads/master | 2021-01-18T11:04:56.406000 | 2014-11-29T07:31:58 | 2014-11-29T07:31:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.RSen.InCar;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.gson.Gson;
public class CommuteExecuter implements SpecialExecuter {
private Stri... | UTF-8 | Java | 2,382 | java | CommuteExecuter.java | Java | [] | null | [] | package com.RSen.InCar;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.google.gson.Gson;
public class CommuteExecuter implements SpecialExecuter {
private Stri... | 2,382 | 0.701092 | 0.699832 | 89 | 25.764046 | 20.382864 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.764045 | false | false | 6 |
beb8b8ba2c57f0b23d9557cb840e51b89a478e0c | 18,476,949,320,908 | 16933e729adde89725de78767796c97b4822332f | /src/main/java/com/unipresident/automat/entity/VendorAlipay.java | 9bbafe9aa96c804b0356535f8c4c3329f6b9e779 | [] | no_license | binshen/automat | https://github.com/binshen/automat | 991ad2663edb9b102b8d322a1ad5fb7686c250d2 | cb8356afa65f166dc743024afcfdc0ced5f30e54 | refs/heads/master | 2021-08-19T19:35:32.294000 | 2017-11-27T08:17:35 | 2017-11-27T08:17:35 | 111,165,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unipresident.automat.entity;
public class VendorAlipay {
private String fcreated_on;
private String fbill_no;
private String fno;
private String favm_goods_chn;
private String fbarcode;
private String fsku_name;
private int fbill_amount;
private String fpay_channel_id;
... | UTF-8 | Java | 1,640 | java | VendorAlipay.java | Java | [] | null | [] | package com.unipresident.automat.entity;
public class VendorAlipay {
private String fcreated_on;
private String fbill_no;
private String fno;
private String favm_goods_chn;
private String fbarcode;
private String fsku_name;
private int fbill_amount;
private String fpay_channel_id;
... | 1,640 | 0.615244 | 0.615244 | 77 | 20.298702 | 17.945129 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324675 | false | false | 6 |
6db113827c14ee3916c414ef93aef9ab5f9cf9e8 | 12,893,491,858,211 | 11785c6c1330fa8cae6d4ec6d1c5d734eb08447c | /src/test/java/BowlingGameTest.java | 1c93cf5b37c9558f8408d37998584e48b0a5456d | [] | no_license | TWU-C-Tech-Trainee/tdd-bowling | https://github.com/TWU-C-Tech-Trainee/tdd-bowling | c006a586e8a9e8ea6c72464bb21c13a7b5d7964f | daa202b83fd0317bab403711269594cd6149f3f9 | refs/heads/master | 2022-12-09T12:17:48.791000 | 2020-09-14T05:36:05 | 2020-09-14T05:36:05 | 265,173,973 | 0 | 103 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class BowlingGameTest {
}
| UTF-8 | Java | 33 | java | BowlingGameTest.java | Java | [] | null | [] | public class BowlingGameTest {
}
| 33 | 0.787879 | 0.787879 | 2 | 15.5 | 14.5 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 6 |
eaf52939c4b4c3cfee7b67272d08c7fbf61862d4 | 10,462,540,395,219 | c7cbffcb321f3ac3ce20a58bc5fb30f52b55e5c0 | /server/reporting/reporting-webapp-full/src/test/java/org/apache/sirona/reporting/template/GaugesTest.java | cc74457f85dae31965afe424460959dcf0934191 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"CC-BY-3.0",
"LicenseRef-scancode-proprietary-license"
] | permissive | apache/sirona | https://github.com/apache/sirona | 9fe708a1207e2bc7a603aecdb84d38850e3d1bad | 192ba25c8951185367a5c54ffb34d4702a4e15ac | refs/heads/trunk | 2023-08-29T09:39:34.769000 | 2017-07-05T20:04:31 | 2017-07-05T20:04:31 | 13,824,900 | 69 | 53 | Apache-2.0 | false | 2023-05-22T19:56:24 | 2013-10-24T07:00:14 | 2022-06-28T02:06:52 | 2023-05-22T19:56:19 | 6,839 | 108 | 54 | 8 | JavaScript | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 2,231 | java | GaugesTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 2,231 | 0.715823 | 0.71134 | 52 | 41.903847 | 33.262512 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 6 |
0dde2107a8367813aaa5356ff65341b9544982e5 | 33,440,615,375,204 | 48527bda0b4b51fd1e5d8dd694e440b9c557c4a3 | /app/src/main/java/com/example/servicetestapp/service/LocationService.java | f1fd6e25d24b8805c37ce5fe0e14fbae60d128c6 | [] | no_license | a-suprun/ServiceTestApp | https://github.com/a-suprun/ServiceTestApp | aaa092459161d8d89718d93c3b32343443855e69 | bbc06d6324fbcf44636796444aa9fa78dd30b595 | refs/heads/master | 2023-03-28T11:50:01.559000 | 2021-03-23T17:26:50 | 2021-03-23T17:26:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.servicetestapp.service;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.graphics.Color;
import android.location.Location;
import android.os.Binder;
import andr... | UTF-8 | Java | 6,125 | java | LocationService.java | Java | [] | null | [] | package com.example.servicetestapp.service;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.graphics.Color;
import android.location.Location;
import android.os.Binder;
import andr... | 6,125 | 0.699102 | 0.695673 | 153 | 39.039215 | 30.00934 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594771 | false | false | 6 |
f63200ed54ef3945e766dcb0a910738204679c36 | 12,592,844,131,072 | 53a06eb447f1422b4dfd5ee56b6cfb4f612df63e | /src/main/java/de/gedoplan/showcase/Dummy.java | 05402f186c822f6e70929ef2be8d268d1c59ffd4 | [] | no_license | lppedd/maven-toolchains-demo | https://github.com/lppedd/maven-toolchains-demo | 8d1e5847b5e6dde8472714ebedeed68b52fceba6 | d7f66253a1db4a84e7b0e7dc15abed9d4f4c5fc9 | refs/heads/master | 2023-03-18T19:35:14.881000 | 2016-09-08T17:11:10 | 2016-09-08T17:11:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.gedoplan.showcase;
public class Dummy {
public static void main(String[] args) {
System.out.printf("Java version: %s\n", System.getProperty("java.version"));
System.out.printf("Java vendor: %s\n", System.getProperty("java.vendor"));
}
}
| UTF-8 | Java | 263 | java | Dummy.java | Java | [] | null | [] | package de.gedoplan.showcase;
public class Dummy {
public static void main(String[] args) {
System.out.printf("Java version: %s\n", System.getProperty("java.version"));
System.out.printf("Java vendor: %s\n", System.getProperty("java.vendor"));
}
}
| 263 | 0.688213 | 0.688213 | 10 | 25.299999 | 30.163057 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
3abdcf3f477f9816649621537e12a072f38a8a3b | 24,266,565,236,741 | c02e7d0962ffa085d668a0d1541bbc53fe47d4f9 | /wts-framework-ly-wechat-api/src/main/java/com/wts/framework/wechat/context/PageFormFilter.java | f97a6d4fb0395e28ccb4ef7fedb455f0f540c27d | [] | no_license | Zrz-Java/wts-framework-ly-admin | https://github.com/Zrz-Java/wts-framework-ly-admin | 2481fb85de0c084d2ba21f938c6d848f0d03e61b | c2436875c5d4c8697ed044aa05a2a985610a3622 | refs/heads/master | 2022-12-12T06:13:57.550000 | 2020-02-26T12:55:41 | 2020-02-26T12:55:41 | 243,261,505 | 0 | 0 | null | false | 2022-12-06T00:45:16 | 2020-02-26T12:50:19 | 2020-02-26T13:07:38 | 2022-12-06T00:45:16 | 27,135 | 0 | 0 | 12 | Java | false | false | package com.wts.framework.wechat.context;
import java.util.Map;
/**
* Title: <BR>
* Description: <BR>
* TODO <BR>
* Copyright: Copyright (c) 2013 percyLee<BR>
*
* @author percyLee (Email:shininglxj@163.com)
* @version 1.0 2014-4-17
*/
public interface PageFormFilter {
/**
* @param params 表单属性值
* @pa... | UTF-8 | Java | 430 | java | PageFormFilter.java | Java | [
{
"context": "<BR>\n * TODO <BR>\n * Copyright: Copyright (c) 2013 percyLee<BR>\n * \n * @author percyLee (Email:shininglxj@163",
"end": 161,
"score": 0.9958739280700684,
"start": 153,
"tag": "USERNAME",
"value": "percyLee"
},
{
"context": "ht: Copyright (c) 2013 percyLee<BR>\n * \n ... | null | [] | package com.wts.framework.wechat.context;
import java.util.Map;
/**
* Title: <BR>
* Description: <BR>
* TODO <BR>
* Copyright: Copyright (c) 2013 percyLee<BR>
*
* @author percyLee (Email:<EMAIL>)
* @version 1.0 2014-4-17
*/
public interface PageFormFilter {
/**
* @param params 表单属性值
* @param fields ... | 419 | 0.662621 | 0.623786 | 22 | 17.727272 | 18.397583 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
3a3be9e3fa74e8a30b55cb2c9169ea0446ea1408 | 25,082,609,040,496 | fe1b82b3d058231d94ea751ead87603e9e1e7723 | /freelancer/src/main/java/com/axboot/freelancer/domain/base/developer/career/DeveloperCareerRepository.java | c5420f7b4afef537c4a91a317f8c42cd12c7eb3e | [] | no_license | designreuse/projects | https://github.com/designreuse/projects | c5bf6ede5afd08be6804270ac24eaf07dcfd7fef | d4149db321840371d82a61adf927f68f8ac107cb | refs/heads/master | 2020-08-12T07:13:36.738000 | 2019-04-10T07:07:42 | 2019-04-10T07:07:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.axboot.freelancer.domain.base.developer.career;
import com.chequer.axboot.core.domain.base.AXBootJPAQueryDSLRepository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface DeveloperCareerRepository extends AXBootJPAQu... | UTF-8 | Java | 367 | java | DeveloperCareerRepository.java | Java | [] | null | [] | package com.axboot.freelancer.domain.base.developer.career;
import com.chequer.axboot.core.domain.base.AXBootJPAQueryDSLRepository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface DeveloperCareerRepository extends AXBootJPAQu... | 367 | 0.866485 | 0.866485 | 9 | 39.777779 | 36.150234 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 6 |
203b3c1fbb415c4d2c81eb4bcf4af86c434d60ce | 32,813,550,170,528 | 04eb4aff51667dd89cfda87f6014196a31161155 | /easy-archetype-framework/easy-archetype-framework-starter/src/main/java/io/github/fallingsoulm/easy/archetype/framework/jdbc/FieldType.java | e53b811fc0e0dcfcbe29ec00996c6603d912c4f4 | [
"Apache-2.0"
] | permissive | fallingsoulm/easy-archetype-module | https://github.com/fallingsoulm/easy-archetype-module | 1cd00dd79dcc4fc486f9284af1f4430443b5ebc8 | 9b4a8c1e30cea571401c5841e507215bfd45197d | refs/heads/master | 2023-07-11T11:27:57.396000 | 2021-07-29T14:58:34 | 2021-07-29T14:58:34 | 364,506,979 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.fallingsoulm.easy.archetype.framework.jdbc;
/**
* 字段类型
*
* @author luyanan
* @since 2021/3/10
**/
public enum FieldType {
/**
* 自增
*
* @since 2021/3/8
*/
AUTO,
/**
* 输入
*
* @since 2021/3/8
*/
INPUT
}
| UTF-8 | Java | 265 | java | FieldType.java | Java | [
{
"context": "package io.github.fallingsoulm.easy.archetype.framework.jdbc;\n\n/**\n * 字段类型\n *\n *",
"end": 30,
"score": 0.9230952262878418,
"start": 18,
"tag": "USERNAME",
"value": "fallingsoulm"
},
{
"context": "chetype.framework.jdbc;\n\n/**\n * 字段类型\n *\n * @author luyanan\n * @... | null | [] | package io.github.fallingsoulm.easy.archetype.framework.jdbc;
/**
* 字段类型
*
* @author luyanan
* @since 2021/3/10
**/
public enum FieldType {
/**
* 自增
*
* @since 2021/3/8
*/
AUTO,
/**
* 输入
*
* @since 2021/3/8
*/
INPUT
}
| 265 | 0.546185 | 0.46988 | 27 | 8.222222 | 12.377798 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 6 |
cd89d04b2e13ec8eb95206cf1092bafd1b7d235a | 11,424,613,048,923 | 9a194c7330a9c7cc952aa5b0e34585e34890fbeb | /src/main/java/org/skyscreamer/jsonassert/ArrayValueMatcher.java | ea3ebaf8fc421aee1299975599e83c128260b588 | [
"Apache-2.0"
] | permissive | skyscreamer/JSONassert | https://github.com/skyscreamer/JSONassert | 263d17dc49e42075da02bc90c71c1608913a9e2a | 7414e901af11c559bc553e5bb8e12b99a57d1c1c | refs/heads/master | 2023-09-02T09:53:02.992000 | 2022-07-11T13:20:49 | 2022-07-11T13:20:49 | 3,329,435 | 890 | 216 | Apache-2.0 | false | 2023-09-07T21:12:09 | 2012-02-01T21:55:17 | 2023-09-07T11:56:58 | 2023-09-07T21:12:08 | 1,409 | 934 | 197 | 87 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | UTF-8 | Java | 10,007 | java | ArrayValueMatcher.java | Java | [
{
"context": "</code> or <code>\"{a:9}\"</code></p>\n * \n * @author Duncan Mackinder\n * \n */\npublic class ArrayValueMatcher<T> impleme",
"end": 7077,
"score": 0.999854326248169,
"start": 7061,
"tag": "NAME",
"value": "Duncan Mackinder"
}
] | 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 u... | 9,997 | 0.723494 | 0.717298 | 222 | 44.076576 | 41.448093 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.306306 | false | false | 6 |
4d665b957c7f2a5e857dd766d8cef3155831f302 | 15,848,429,324,594 | 2215d419a88cd8497f88aa8c13b456fd2d217e7f | /spring/esale/src/cn/jbit/esale/dao/EsaleDao.java | d3e6b13ea448c3810856255c8ce37663f772125c | [] | no_license | sky-mxc/JavaFrameworkDemo | https://github.com/sky-mxc/JavaFrameworkDemo | 51485c53aca3a012f42375dc68546561491c626e | 9b67036c3a3780f4bdd8ad861c308afcb2832af0 | refs/heads/master | 2016-09-13T08:38:24.340000 | 2016-07-22T08:50:43 | 2016-07-22T08:50:43 | 60,954,261 | 0 | 2 | null | false | 2016-07-02T09:49:51 | 2016-06-12T07:49:30 | 2016-06-16T15:30:09 | 2016-07-02T09:49:51 | 59,597 | 0 | 0 | 0 | CSS | null | null | package cn.jbit.esale.dao;
import java.io.Serializable;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import org.hibernate.Criteria;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.criterion.MatchMode;
import org.hibernate.criterion.Order;
impor... | UTF-8 | Java | 6,677 | java | EsaleDao.java | Java | [
{
"context": "et.www.content.text.plain;\n\n/**\n * Dao \n * @author mxc \n * @date 2016年6月15日 上午9:36:15\n */\npublic class ",
"end": 761,
"score": 0.9995866417884827,
"start": 758,
"tag": "USERNAME",
"value": "mxc"
},
{
"context": "/**\n\t * 保存订单\n\t * 2016年6月15日上午10:19:47 \n\t * @... | null | [] | package cn.jbit.esale.dao;
import java.io.Serializable;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import org.hibernate.Criteria;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.criterion.MatchMode;
import org.hibernate.criterion.Order;
impor... | 6,677 | 0.70421 | 0.675139 | 252 | 23.980158 | 24.58617 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.821429 | false | false | 5 |
616dd00ca9433345b10099b08886fcc288ba43b2 | 25,039,659,356,171 | c738966ed7ebf56f68839fb735964635d2473073 | /lib/src/main/java/it/polimi/ingsw/utils/text/Localized.java | 9172f1bb88f37661bd60f812c716a00ba29fee5d | [] | no_license | MarcoSpeziali/ing-sw-2018-romano-savoldelli-speziali | https://github.com/MarcoSpeziali/ing-sw-2018-romano-savoldelli-speziali | 4d12cc09d1e14dfd378c29eabb7d0e3b35122d78 | 8b81555bc28e0fba35e9f628c903fd034599494f | refs/heads/master | 2021-09-17T22:17:36.405000 | 2018-07-05T23:17:40 | 2018-07-05T23:17:40 | 126,029,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.utils.text;
import java.lang.annotation.*;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.*;
import java.util.stream.Collectors;
@Repeatable(Localized.LocalizedFields.class)
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
pub... | UTF-8 | Java | 6,378 | java | Localized.java | Java | [] | null | [] | package it.polimi.ingsw.utils.text;
import java.lang.annotation.*;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.*;
import java.util.stream.Collectors;
@Repeatable(Localized.LocalizedFields.class)
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
pub... | 6,378 | 0.586234 | 0.586234 | 161 | 38.614906 | 35.377304 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31677 | false | false | 5 |
e95dcd8dfc6b913e37d645f5f7e09d79d6332311 | 18,717,467,484,875 | 728f189c9e515b9fe560b7cdf68320358171686e | /src/main/java/br/com/involves/selecao/command/impl/InvalidCommand.java | df1235d1ac40a20a5ee35d34209718e9b545bdad | [] | no_license | felipe-nardon/selecaoinvolves | https://github.com/felipe-nardon/selecaoinvolves | 25af4e7c8570eb3bc988a5ed2e11a7307bbc307f | 56ff02fad47f52491e16984f60c1e953c24edc02 | refs/heads/master | 2021-07-04T19:06:36.504000 | 2017-09-27T16:12:41 | 2017-09-27T16:12:41 | 104,399,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.involves.selecao.command.impl;
import java.util.List;
import br.com.involves.selecao.command.CommandTemplate;
import br.com.involves.selecao.domain.City;
/**
* @author Felipe Nardos dos Santos
*
*/
public class InvalidCommand extends CommandTemplate {
public InvalidCommand() {
}
@Override
... | ISO-8859-2 | Java | 430 | java | InvalidCommand.java | Java | [
{
"context": ".com.involves.selecao.domain.City;\n\n/**\n * @author Felipe Nardos dos Santos\n *\n */\npublic class InvalidCommand extends Comman",
"end": 211,
"score": 0.9998570680618286,
"start": 187,
"tag": "NAME",
"value": "Felipe Nardos dos Santos"
}
] | null | [] | package br.com.involves.selecao.command.impl;
import java.util.List;
import br.com.involves.selecao.command.CommandTemplate;
import br.com.involves.selecao.domain.City;
/**
* @author <NAME>
*
*/
public class InvalidCommand extends CommandTemplate {
public InvalidCommand() {
}
@Override
public String exe... | 412 | 0.74359 | 0.74359 | 23 | 17.652174 | 21.955704 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 5 |
3daa423cd67dcbea483729ece9c9b4ceff3090ba | 18,717,467,481,831 | ad24f4de0544bf1d95a5ce8b45e00ad7038c0cab | /JAVA/src/com/BasicJava/SingledimentionalArray.java | 00a8b0d0c882850b1998b8ed8aa244bea526c6ef | [] | no_license | penchalnel/ORHM- | https://github.com/penchalnel/ORHM- | 5818066125238a9c0a2886225484ad959786f616 | b3f2b3e6a7c0b12be608ef03248eee0abfa11756 | refs/heads/master | 2020-04-30T13:55:05.028000 | 2019-03-21T05:31:29 | 2019-03-21T05:31:29 | 176,872,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.BasicJava;
public class SingledimentionalArray {
public static void main(String[] args) {
int k[]=new int[3];
k[0]=10;
k[1]=20;
k[2]=30;
System.out.println(k[0]);
System.out.println(k[1]);
System.out.println(k[2]);
/* for(int i=0;i<=2;i++){
for(int i=0;i<k.length;i++)
{
System... | UTF-8 | Java | 366 | java | SingledimentionalArray.java | Java | [] | null | [] | package com.BasicJava;
public class SingledimentionalArray {
public static void main(String[] args) {
int k[]=new int[3];
k[0]=10;
k[1]=20;
k[2]=30;
System.out.println(k[0]);
System.out.println(k[1]);
System.out.println(k[2]);
/* for(int i=0;i<=2;i++){
for(int i=0;i<k.length;i++)
{
System... | 366 | 0.560109 | 0.516393 | 23 | 14.913043 | 13.390175 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.826087 | false | false | 5 |
dba95db5c75e762ed957c852543bf458e34f3f1d | 5,368,709,128,535 | 0db77db45eb6f10182859ba517fa585d30c9976f | /src/test/java/com/grabice/SimpleTest.java | 3bacc9f5aa37feb0a66ed10a100ee22255805974 | [] | no_license | iAndThen/grabice | https://github.com/iAndThen/grabice | 93710f5f413654859aacd211199ee1337aacdd92 | 443f4f16a88bde2e1a781408f60c1b1f386fe8eb | refs/heads/master | 2016-09-16T18:24:24.186000 | 2016-08-02T20:45:54 | 2016-08-02T20:45:54 | 64,592,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grabice;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/**
* Created by Artem Vereschaka on 7/31/16.
*/
@RunWith(JUnit4.class)
public class SimpleTest {
@Test
public void Test1(){
Assert.assertEquals("a", "a");
}
... | UTF-8 | Java | 403 | java | SimpleTest.java | Java | [
{
"context": "mport org.junit.runners.JUnit4;\n\n/**\n * Created by Artem Vereschaka on 7/31/16.\n */\n@RunWith(JUnit4.class)\npublic cla",
"end": 171,
"score": 0.9998795390129089,
"start": 155,
"tag": "NAME",
"value": "Artem Vereschaka"
}
] | null | [] | package com.grabice;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/**
* Created by <NAME> on 7/31/16.
*/
@RunWith(JUnit4.class)
public class SimpleTest {
@Test
public void Test1(){
Assert.assertEquals("a", "a");
}
@Test
... | 393 | 0.637717 | 0.615385 | 25 | 15.12 | 14.052245 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 5 |
74113aba0f0dd45630ceab6327e89e3d508c5124 | 5,368,709,126,568 | 07a0184a5d9634217fb14bd70746aff59db058fb | /app/src/main/java/findupproducts/example/com/findup/UI/adapters/SerachedAdapter.java | 65e7186f2722adf6a1d1984d3d61ff42be428ec1 | [] | no_license | Tahaelhosseny/FindUp8 | https://github.com/Tahaelhosseny/FindUp8 | 59e727e946b8ea289d314d58c689557536b79164 | 4b063fa5b347fb0f627b09e905aa04d384a3b7f2 | refs/heads/master | 2020-04-10T14:26:28.420000 | 2018-12-24T22:48:05 | 2018-12-24T22:48:05 | 161,077,370 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package findupproducts.example.com.findup.UI.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.Vie... | UTF-8 | Java | 4,911 | java | SerachedAdapter.java | Java | [] | null | [] | package findupproducts.example.com.findup.UI.adapters;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.Vie... | 4,911 | 0.666259 | 0.664834 | 121 | 39.586777 | 34.488152 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603306 | false | false | 5 |
ca31406b09e6c1bebd021a183c112d16d0789f10 | 23,570,780,529,328 | fa61b4ab20b03d6c5d6f4f02d4c087ed165dc7b1 | /src/main/java/com/genpact/lms/model/Book.java | fbf5f38acd16652fcd0a7d8f5cfed1f95875ad1d | [] | no_license | Sapan4Java/LMSProj | https://github.com/Sapan4Java/LMSProj | 923785aea1d961585c8822376ade764ebd9a360f | 03486eb90dfbfa4a23c9715c1d73605779d6c6c0 | refs/heads/master | 2022-04-18T07:41:47.480000 | 2020-04-15T16:42:59 | 2020-04-15T16:42:59 | 255,968,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.genpact.lms.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import lombok.AllArgsC... | UTF-8 | Java | 769 | java | Book.java | Java | [] | null | [] | package com.genpact.lms.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import lombok.AllArgsC... | 769 | 0.768531 | 0.768531 | 34 | 20.67647 | 14.505011 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.