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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58e075cdc6b13f550f44c4fd63ae172a6697f05a | 27,547,920,278,854 | 5c0110c4f212e029124ec560999ee4fe5ba04c27 | /src/main/java/org/achilles/parser/Calculator.java | 92f16d4c68b33a310286b46e0716700a40747707 | [] | no_license | achilles-liu/utilities | https://github.com/achilles-liu/utilities | 2690d9d8e8e4fa5dde00f4504be74cf464a3dde8 | d77333038b5cc84efc051566f02641900050d120 | refs/heads/master | 2016-09-12T00:52:13.248000 | 2016-08-16T14:28:39 | 2016-08-16T14:28:39 | 59,829,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.achilles.parser;
/**
* 23 * ( 34 + 18 )
* double rel = calc().init(34).add(8).mul(23).eval();
* @author Achilles Liu
*
*/
public class Calculator {
public class Enviroment{
public double lookup(){ return 0; }
public void assign(String name, double value){}
}
public interface Exp... | UTF-8 | Java | 2,436 | java | Calculator.java | Java | [
{
"context": "calc().init(34).add(8).mul(23).eval();\r\n * @author Achilles Liu\r\n *\r\n */\r\npublic class Calculator {\r\n\tpublic clas",
"end": 137,
"score": 0.9998543858528137,
"start": 125,
"tag": "NAME",
"value": "Achilles Liu"
}
] | null | [] | package org.achilles.parser;
/**
* 23 * ( 34 + 18 )
* double rel = calc().init(34).add(8).mul(23).eval();
* @author <NAME>
*
*/
public class Calculator {
public class Enviroment{
public double lookup(){ return 0; }
public void assign(String name, double value){}
}
public interface Expr{
... | 2,430 | 0.632594 | 0.627258 | 123 | 17.804878 | 16.385427 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.926829 | false | false | 9 |
62a9461011428dab3839fb858ac71f8c0c5bb7d2 | 17,343,077,994,277 | 2c3dc10ce2cce7e9bac5a089724409661c27c4c0 | /src/main/java/bstorm/akimts/restapi/mapper/BaseMapper.java | d4678c66b679215c6974ae922c8e7e6154fb577e | [] | no_license | Navezm/RestAPI_Intro | https://github.com/Navezm/RestAPI_Intro | 1ac1fef9366ea4a9ce81285a6976090eacc92747 | 182277435ac34798be2a507e9a9a3cc96000dffe | refs/heads/main | 2023-08-20T13:05:25.465000 | 2021-10-19T13:55:16 | 2021-10-19T13:55:16 | 412,478,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bstorm.akimts.restapi.mapper;
import bstorm.akimts.restapi.models.entity.Voiture;
public interface BaseMapper<TDTO, TFORM, TENTITY> {
TENTITY toEntity(TDTO dto);
TDTO toDto(TENTITY entity);
TENTITY fromFormToEntity(TFORM form);
}
| UTF-8 | Java | 254 | java | BaseMapper.java | Java | [] | null | [] | package bstorm.akimts.restapi.mapper;
import bstorm.akimts.restapi.models.entity.Voiture;
public interface BaseMapper<TDTO, TFORM, TENTITY> {
TENTITY toEntity(TDTO dto);
TDTO toDto(TENTITY entity);
TENTITY fromFormToEntity(TFORM form);
}
| 254 | 0.759843 | 0.759843 | 11 | 22.09091 | 20.904346 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
6e6b080fc061b70298de889dbb52eebb37691819 | 816,043,807,637 | bd16e60c9708a4ba0d2f7c412608f449d174140c | /src/main/java/br/com/f5promotora/crm/api/controller/v1/ProfileController.java | 7af6079873fafc9b83099cca7219327e8f6171f9 | [] | no_license | andersori/crm | https://github.com/andersori/crm | a721e3dfac39ca0e0115207f9c7570951082cdc2 | 216d9046ec97b30e0f2ddd914d47958c8a028b01 | refs/heads/master | 2022-12-25T23:06:14.335000 | 2020-10-09T19:21:03 | 2020-10-09T19:21:03 | 300,061,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.f5promotora.crm.api.controller.v1;
import br.com.f5promotora.crm.api.Commons;
import br.com.f5promotora.crm.api.controller.Controller;
import br.com.f5promotora.crm.domain.data.enums.ProfileStatus;
import br.com.f5promotora.crm.domain.data.v1.dto.ImportResult;
import br.com.f5promotora.crm.domain.data.v... | UTF-8 | Java | 4,885 | java | ProfileController.java | Java | [] | null | [] | package br.com.f5promotora.crm.api.controller.v1;
import br.com.f5promotora.crm.api.Commons;
import br.com.f5promotora.crm.api.controller.Controller;
import br.com.f5promotora.crm.domain.data.enums.ProfileStatus;
import br.com.f5promotora.crm.domain.data.v1.dto.ImportResult;
import br.com.f5promotora.crm.domain.data.v... | 4,885 | 0.75824 | 0.753327 | 119 | 40.050419 | 29.975298 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 9 |
2732860efd6d3ca90a1a30f01c0ce3add90ac918 | 4,647,154,680,969 | d287fd77e5c61d1305a8799998024152dc1646c1 | /src/proc/memory/refValue/basic/Question14/Application.java | bc54428f43f353f357ebc7287b60c72cfbeed789 | [] | no_license | Prilipko/quizzes | https://github.com/Prilipko/quizzes | 2ae980c2b6fab7a6724e542174b1a0cf5bf0c49b | fc6e1a2353416afab9e2109f3beb9947561fa439 | refs/heads/master | 2016-08-12T14:33:55.675000 | 2015-12-17T20:58:15 | 2015-12-17T20:58:41 | 48,197,573 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proc.memory.refValue.basic.Question14;
/**
* Created with IntelliJ IDEA.
* User: Prilipko
* Date: 21.08.13
* Time: 11:02
* To change this template use File | Settings | File Templates.
*/
//Что напечатает данная программа при запуске?
public class Application {
public static void main(String[] args)... | UTF-8 | Java | 481 | java | Application.java | Java | [
{
"context": "on14;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Prilipko\n * Date: 21.08.13\n * Time: 11:02\n * To change thi",
"end": 100,
"score": 0.8459547162055969,
"start": 92,
"tag": "NAME",
"value": "Prilipko"
}
] | null | [] | package proc.memory.refValue.basic.Question14;
/**
* Created with IntelliJ IDEA.
* User: Prilipko
* Date: 21.08.13
* Time: 11:02
* To change this template use File | Settings | File Templates.
*/
//Что напечатает данная программа при запуске?
public class Application {
public static void main(String[] args)... | 481 | 0.595937 | 0.553047 | 20 | 21.200001 | 18.443426 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
a804a2d244da9d37e40fbbe01ff025d605b79a7a | 31,147,102,833,442 | 6c99ba995b114b6cb8312376dc21751fdf33583f | /src/service/impl/adminServiceimpl.java | 73b6860b9b1478408bdcb46790e5f46951aadaf1 | [] | no_license | cc8848/hotel-3 | https://github.com/cc8848/hotel-3 | 62a4d55e167a89177b4741bcf202f7dc27748d28 | 7d3aaf7dcdb1276e3f7a39cd171c2101b26490c8 | refs/heads/master | 2021-01-16T18:34:15.808000 | 2017-05-19T05:50:11 | 2017-05-19T05:50:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service.impl;
import service.adminService;
import java.util.List;
import bean.Admin;
import dao.adminDao;
public class adminServiceimpl implements adminService{
private adminDao adminDao;
@Override
public void saveAdmin(Admin admin) {
this.adminDao.saveAdmin(admin);
}
@Override
public Admin loginAdmi... | UTF-8 | Java | 615 | java | adminServiceimpl.java | Java | [] | null | [] | package service.impl;
import service.adminService;
import java.util.List;
import bean.Admin;
import dao.adminDao;
public class adminServiceimpl implements adminService{
private adminDao adminDao;
@Override
public void saveAdmin(Admin admin) {
this.adminDao.saveAdmin(admin);
}
@Override
public Admin loginAdmi... | 615 | 0.764228 | 0.764228 | 30 | 19.5 | 16.447392 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 9 |
028fbe35bd2ee0f461f498d67164cce9401e326c | 1,262,720,398,710 | d5c1df8f812f71539fab6ede9969ba665f8aaa8b | /src/path/HamiltonPath.java | 25dfa7cadc1be77bb53704f2a657596ce8f4cfde | [] | no_license | DaoLinZhou/GrapyTheory | https://github.com/DaoLinZhou/GrapyTheory | c4feebd9f68148e99c87ed964e09afd0ac520976 | 9e899f557e90b0d0296f953e50dc0b0cc5c1f153 | refs/heads/master | 2023-01-01T06:09:55.667000 | 2020-10-19T05:54:46 | 2020-10-19T05:54:46 | 290,906,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package path;
import graph.AdjSet;
import graph.Graph;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
/**
* @author Daolin
* @date 2020/09/03
* 哈密尔顿路径
*/
public class HamiltonPath {
private Graph G;
private boolean[] visited;
private int[] pre;
private int end... | UTF-8 | Java | 1,695 | java | HamiltonPath.java | Java | [
{
"context": "ays;\nimport java.util.Collections;\n\n/**\n * @author Daolin\n * @date 2020/09/03\n * 哈密尔顿路径\n */\npublic clas",
"end": 158,
"score": 0.6359923481941223,
"start": 156,
"tag": "NAME",
"value": "Da"
},
{
"context": ";\nimport java.util.Collections;\n\n/**\n * @author Dao... | null | [] | package path;
import graph.AdjSet;
import graph.Graph;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
/**
* @author Daolin
* @date 2020/09/03
* 哈密尔顿路径
*/
public class HamiltonPath {
private Graph G;
private boolean[] visited;
private int[] pre;
private int end... | 1,695 | 0.485431 | 0.476131 | 79 | 19.417721 | 13.654514 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56962 | false | false | 9 |
5b5f602b1d1a832f3494662cb460d715e9be2ab7 | 39,487,929,328,069 | fe48eb45e0830beee50545f0506105aa4ba3358e | /src/main/java/com/group33/swa/model/user/User.java | 069833c6278c3aa4fa38a2053178dc595834b859 | [] | no_license | L4igi/ExpenseTracker | https://github.com/L4igi/ExpenseTracker | fb6cab512104b4459a16a56ad38b958c754eea6e | b0b7e21f02ecb440c7981dd61af3b2ed330d334e | refs/heads/master | 2023-05-04T13:49:47.242000 | 2021-05-30T01:02:46 | 2021-05-30T01:02:46 | 311,462,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.group33.swa.model.user;
import org.springframework.lang.Nullable;
import javax.persistence.*;
/**
* This Class represents a User-Entity and is used as a DTO between Java and the Database.
*
* @author Alexander Garber
*/
@Entity
public class User {
@Id
@Column(name = "user_id")
@GeneratedValue(... | UTF-8 | Java | 2,000 | java | User.java | Java | [
{
"context": "a DTO between Java and the Database.\n *\n * @author Alexander Garber\n */\n@Entity\npublic class User {\n\n @Id\n @Column(",
"end": 234,
"score": 0.9998859167098999,
"start": 218,
"tag": "NAME",
"value": "Alexander Garber"
},
{
"context": " username) {\n this.id =... | null | [] | package com.group33.swa.model.user;
import org.springframework.lang.Nullable;
import javax.persistence.*;
/**
* This Class represents a User-Entity and is used as a DTO between Java and the Database.
*
* @author <NAME>
*/
@Entity
public class User {
@Id
@Column(name = "user_id")
@GeneratedValue(strategy =... | 1,990 | 0.639 | 0.638 | 97 | 19.618557 | 20.075857 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28866 | false | false | 9 |
534cdc12eae48bd68d329cafe443855ad9d75963 | 38,757,784,930,870 | c82f6275e0af9744b05d838188879adee7af8718 | /dddlib-ioc/dddlib-ioc-guice/src/test/java/org/dayatang/ioc/guice/Service3.java | 839f1a49d92b6529b7982a4442c42ea74ae6ed2f | [] | no_license | zhuanglin1982/dddlib-project | https://github.com/zhuanglin1982/dddlib-project | 6fbd6311afa5172a09267a278d2e173da4322a8e | 405875b1ce8567627dec6964185aaeda3b34341a | refs/heads/master | 2021-01-19T11:31:14.590000 | 2016-02-27T06:34:17 | 2016-02-27T06:34:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dayatang.ioc.guice;
/**
* Created by yyang on 14-2-8.
*/
public interface Service3 {
}
| UTF-8 | Java | 102 | java | Service3.java | Java | [
{
"context": "package org.dayatang.ioc.guice;\n\n/**\n * Created by yyang on 14-2-8.\n */\npublic interface Service3 {\n}\n",
"end": 56,
"score": 0.999508798122406,
"start": 51,
"tag": "USERNAME",
"value": "yyang"
}
] | null | [] | package org.dayatang.ioc.guice;
/**
* Created by yyang on 14-2-8.
*/
public interface Service3 {
}
| 102 | 0.676471 | 0.627451 | 7 | 13.571428 | 13.730645 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 9 |
9b285f40f4ce43c4bd786d8c82c8c41cc3b4eb74 | 38,998,303,069,847 | 11044b0564c0b5be4fcc0b7701c3ac5a6c0f3428 | /src/main/java/testApi/WebServicePublishListener.java | a723749e7bef4da64044199f84232a67864f1ae2 | [] | no_license | smilejson/java-lx | https://github.com/smilejson/java-lx | 60828eb12ce0833c1e8d5f915f72e4469cd0f9eb | 2b3d49cbf8ed3e4450891c4b4ec50fd02b8eeb50 | refs/heads/master | 2023-04-08T13:36:47.121000 | 2019-07-12T16:04:12 | 2019-07-12T16:04:12 | 195,676,598 | 0 | 0 | null | false | 2021-04-22T18:26:47 | 2019-07-07T17:01:37 | 2021-01-04T06:16:33 | 2021-04-22T18:26:47 | 32 | 0 | 0 | 1 | Java | false | false | package testApi;
import service.impl.HelloWordServiceImpl;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
import javax.xml.ws.Endpoint;
//使用Servlet3.0提供的@WebListener注解将实现了ServletContextListener接口的WebServicePublishListener类标注为一个Liste... | UTF-8 | Java | 1,262 | java | WebServicePublishListener.java | Java | [
{
"context": " //WebService的发布地址\n String address = \"http://127.0.0.1:8080/hubo/WebService\";\n //发布WebService,WebServ",
"end": 858,
"score": 0.9989520311355591,
"start": 849,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package testApi;
import service.impl.HelloWordServiceImpl;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
import javax.xml.ws.Endpoint;
//使用Servlet3.0提供的@WebListener注解将实现了ServletContextListener接口的WebServicePublishListener类标注为一个Liste... | 1,262 | 0.801676 | 0.786778 | 33 | 31.545454 | 28.868658 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 9 |
575304d2e57d8b4a4c1feff4f94d3259081dbe13 | 33,887,292,026,942 | 588727f2556b6cdd2cf8c470b3ec62b61db49d7c | /CompareIfElse/app/src/main/java/com/example/compareifelse/MainActivity.java | 717261dcd7bac8309999743b79192af44512eae5 | [] | no_license | meetdhaliwal1995/Unsplash | https://github.com/meetdhaliwal1995/Unsplash | f1afca71badcea74c8814853e532c961a2d31874 | 259a6d1cebdb887cf7ee354d8ce328421f4957b9 | refs/heads/master | 2023-03-03T10:35:57.210000 | 2021-02-04T07:30:07 | 2021-02-04T07:30:07 | 335,871,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.compareifelse;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public class MainActivity extends... | UTF-8 | Java | 2,660 | java | MainActivity.java | Java | [] | null | [] | package com.example.compareifelse;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public class MainActivity extends... | 2,660 | 0.523308 | 0.500752 | 81 | 31.839506 | 24.754826 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 9 |
100f6f80c38c1f21510544ed714d49d301886ff2 | 35,064,113,057,677 | 018cf324b48b2cc801fb59a699d437961d7b6d87 | /app/src/main/java/com/bwie/mxy1105/Zhuan.java | 0bea34bac74833c5f7e7d857566d2b6a99f38aa8 | [] | no_license | mxyyy/mxy1105 | https://github.com/mxyyy/mxy1105 | 1d8a9c058cc5e1a8d7734b97d2a06fc85d9625ac | 4912c985bffdd40351e7ea0a47d1dc4c961b5da0 | refs/heads/master | 2020-04-05T08:20:51.275000 | 2018-11-08T13:30:16 | 2018-11-08T13:30:16 | 156,711,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bwie.mxy1105;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.annotation.Nullable;
import android.util.AttributeSet... | UTF-8 | Java | 5,474 | java | Zhuan.java | Java | [] | null | [] | package com.bwie.mxy1105;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.annotation.Nullable;
import android.util.AttributeSet... | 5,474 | 0.619231 | 0.602692 | 193 | 25.922279 | 22.620985 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73057 | false | false | 9 |
aeb08cb0f0ba23f0ff882759839aed5c21b12afb | 28,028,956,639,486 | 2c27229fe2df7ec53da2e9476cf6339615a9a9b1 | /src/main/java/bss/model/sstps/ManufacturingCostList.java | 4267d7cd131448d49e27d6cce3911316f829f747 | [] | no_license | cckmit/jdcg | https://github.com/cckmit/jdcg | 189db7c29912f589956b34ba6c3931bcf4af0742 | add0c42c6665459a9909d88180abfc3fb43337ee | refs/heads/master | 2023-03-17T03:25:27.495000 | 2017-02-28T02:01:38 | 2017-02-28T02:01:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package bss.model.sstps;
import java.util.List;
/**
* @Title:ManufacturingCostList
* @Description:
* @author Liyi
* @date 2016-11-3下午3:13:38
*
*/
public class ManufacturingCostList {
private List<ManufacturingCost> manufacturingCosts;
public List<ManufacturingCost> getManufacturingCosts() {
r... | UTF-8 | Java | 492 | java | ManufacturingCostList.java | Java | [
{
"context": "anufacturingCostList \n * @Description: \n * @author Liyi\n * @date 2016-11-3下午3:13:38\n *\n */\npublic class M",
"end": 132,
"score": 0.6436043977737427,
"start": 128,
"tag": "USERNAME",
"value": "Liyi"
}
] | null | [] | /**
*
*/
package bss.model.sstps;
import java.util.List;
/**
* @Title:ManufacturingCostList
* @Description:
* @author Liyi
* @date 2016-11-3下午3:13:38
*
*/
public class ManufacturingCostList {
private List<ManufacturingCost> manufacturingCosts;
public List<ManufacturingCost> getManufacturingCosts() {
r... | 492 | 0.743852 | 0.719262 | 27 | 17.074074 | 21.220057 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 9 |
522f77a64c861354199717ccbb01e3b9636b4b68 | 28,028,956,637,804 | f57a37229e923a7f9302f4db1f1086ff471a047a | /src/com/kxlapp/im/receiver/DownloadReceiver.java | 7ede7e58c5e8b1ed4992d03a2d9d56563d677f13 | [] | no_license | BusyCat/KaiXueLaAndroid | https://github.com/BusyCat/KaiXueLaAndroid | 55d1a19007aa617a42a6ff743bfdc6071f2442a1 | 36961d69b238b399243087002380d40cd3fc9ee4 | refs/heads/master | 2021-01-16T21:10:33.501000 | 2016-06-09T13:44:23 | 2016-06-09T13:44:23 | 60,778,038 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kxlapp.im.receiver;
import android.app.DownloadManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.util.Log;
import android.widget.Toast;
import com.kxlapp.im.io.upgrade.UpgradeIo;
/**
... | UTF-8 | Java | 1,900 | java | DownloadReceiver.java | Java | [
{
"context": "app.im.io.upgrade.UpgradeIo;\r\n\r\n/**\r\n * Created by Administrator on 2015/9/14.\r\n */\r\npublic class DownloadReceiver",
"end": 347,
"score": 0.5575160980224609,
"start": 334,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.kxlapp.im.receiver;
import android.app.DownloadManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.util.Log;
import android.widget.Toast;
import com.kxlapp.im.io.upgrade.UpgradeIo;
/**
... | 1,900 | 0.573333 | 0.568889 | 48 | 35.5 | 28.629822 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 9 |
0ea0fef666e3a979dec477aeec9f6501140af9ad | 36,086,315,264,158 | 53405b7fd695bab9ebacb90faaa94166b7792ce0 | /tp-client/src/main/java/com/tp/service/mmp/IPointPackageDetailService.java | 87ad16d9efdad62a7c8f8480ce091c1348d7aa1b | [] | no_license | bellmit/Ch_study2_seaco | https://github.com/bellmit/Ch_study2_seaco | 9006208033d0516e46f5dbe62458b2c33eaafd9b | 6f48c281ad0d65313157746885a0785ed8891b27 | refs/heads/master | 2022-01-30T05:18:06.744000 | 2017-08-02T08:34:48 | 2017-08-02T08:34:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tp.service.mmp;
import com.tp.model.mmp.PointPackageDetail;
import com.tp.service.IBaseService;
/**
* @author szy
* 积分包出入详情表接口
*/
public interface IPointPackageDetailService extends IBaseService<PointPackageDetail>{
}
| UTF-8 | Java | 259 | java | IPointPackageDetailService.java | Java | [
{
"context": "mport com.tp.service.IBaseService;\n/**\n * @author szy \n * 积分包出入详情表接口\n */\npublic interface IPointPacka",
"end": 128,
"score": 0.9996325969696045,
"start": 125,
"tag": "USERNAME",
"value": "szy"
}
] | null | [] | package com.tp.service.mmp;
import com.tp.model.mmp.PointPackageDetail;
import com.tp.service.IBaseService;
/**
* @author szy
* 积分包出入详情表接口
*/
public interface IPointPackageDetailService extends IBaseService<PointPackageDetail>{
}
| 259 | 0.778243 | 0.778243 | 11 | 20.727272 | 24.827005 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 9 |
12705bb41977a7a92b8882c54ce5bdfc68af8e58 | 25,168,508,362,572 | 7faf364443ef2b24325747bcb9e7e010d1c16b6b | /Commons/src/main/java/com/yukthi/webutils/common/controllers/IClientController.java | f72f7883bed32675a1ade1fe15af0854f9802a4f | [] | no_license | pritam285/webutils | https://github.com/pritam285/webutils | ca46885e16fff1c40e80e715f46dd25382d510f8 | acd78d887463c1d96166727ff375c1e26b0e7b34 | refs/heads/master | 2023-08-31T14:47:15.943000 | 2016-10-25T05:53:25 | 2016-10-25T05:53:25 | 62,389,976 | 0 | 1 | null | true | 2016-10-27T05:45:41 | 2016-07-01T11:59:39 | 2016-09-24T09:24:03 | 2016-10-27T05:45:41 | 2,539 | 0 | 1 | 1 | JavaScript | null | null | package com.yukthi.webutils.common.controllers;
import com.yukthi.webutils.common.client.IRequestCustomizer;
/**
* Contains common controller methods required by client.
* @param <C> Expected to pass current controller
* @author akiran
*/
public interface IClientController<C extends IClientController<C>>... | UTF-8 | Java | 662 | java | IClientController.java | Java | [
{
"context": "C> Expected to pass current controller\r\n * @author akiran\r\n */\r\npublic interface IClientController<C extend",
"end": 247,
"score": 0.9980210065841675,
"start": 241,
"tag": "USERNAME",
"value": "akiran"
}
] | null | [] | package com.yukthi.webutils.common.controllers;
import com.yukthi.webutils.common.client.IRequestCustomizer;
/**
* Contains common controller methods required by client.
* @param <C> Expected to pass current controller
* @author akiran
*/
public interface IClientController<C extends IClientController<C>>... | 662 | 0.743202 | 0.743202 | 22 | 28.09091 | 27.15094 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
8f73fc109270cc99bdf9fc0c595d9680b0547d90 | 26,663,156,999,853 | ba4fc05046398119ee2082ad1894b7f2223c2ca9 | /src/main/java/com/leetcode/math/_168.java | bad7d7316f4bc51af72c33239f9a1dd111e8f48e | [] | no_license | 1995hzczjut/leetcode | https://github.com/1995hzczjut/leetcode | a35fbcdff1afef7c13bda0bb756616a3b5ce3a46 | afebe86760ec5e6c7cde017cd416b6f100cce58e | refs/heads/master | 2023-02-04T17:00:20.005000 | 2020-12-22T19:57:24 | 2020-12-22T19:57:24 | 323,720,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.math;
/**
* @author Zhancong Huang
* @date 22:24 2019/1/31
*/
public class _168 {
/**
* number = a*26^2 + b*26^1 + c*26^0
* 目的就是确认出abc,number = 整除结果*26^1 + 余数*26^0.整除结果作为下一个Number进行递归计算。理解这个递归很重要
* 但是上面按题意abc范围在1--26.除26取余数的话,26%26=0 达不到上面的效果。
* 下面的办法就是对能整除26的特殊处理。整除结果照旧... | UTF-8 | Java | 1,241 | java | _168.java | Java | [
{
"context": "package com.leetcode.math;\n\n/**\n * @author Zhancong Huang\n * @date 22:24 2019/1/31\n */\npublic class _168 {\n",
"end": 57,
"score": 0.9998242855072021,
"start": 43,
"tag": "NAME",
"value": "Zhancong Huang"
}
] | null | [] | package com.leetcode.math;
/**
* @author <NAME>
* @date 22:24 2019/1/31
*/
public class _168 {
/**
* number = a*26^2 + b*26^1 + c*26^0
* 目的就是确认出abc,number = 整除结果*26^1 + 余数*26^0.整除结果作为下一个Number进行递归计算。理解这个递归很重要
* 但是上面按题意abc范围在1--26.除26取余数的话,26%26=0 达不到上面的效果。
* 下面的办法就是对能整除26的特殊处理。整除结果照旧
* ... | 1,233 | 0.532861 | 0.451972 | 34 | 28.088236 | 20.675884 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 9 |
5f437d8d3dbacd1f91d26eae9d102247fcc34477 | 30,064,771,102,148 | 0dc7a0d2a9d5adb88336645191b19300a747a24c | /compiler/src/main/java/com/zhy/m/permission/ClassValidator.java | 4066f70cfffa123e6ed533fb65ae465303794c73 | [
"Apache-2.0"
] | permissive | fengyezhulin/permissions_demo | https://github.com/fengyezhulin/permissions_demo | d38a072ef97ab45d9a8bb33c94c2b1409e079ceb | 2c0f46ad02f8f73d7cc1bef268da976c71145ac8 | refs/heads/master | 2021-01-21T19:28:12.320000 | 2017-05-31T08:37:16 | 2017-05-31T08:37:16 | 92,140,503 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhy.m.permission;
import javax.lang.model.element.Element;
import javax.lang.model.element.TypeElement;
import static javax.lang.model.element.Modifier.ABSTRACT;
import static javax.lang.model.element.Modifier.PRIVATE;
import static javax.lang.model.element.Modifier.PUBLIC;
final class ClassValidator
{
... | UTF-8 | Java | 951 | java | ClassValidator.java | Java | [] | null | [] | package com.zhy.m.permission;
import javax.lang.model.element.Element;
import javax.lang.model.element.TypeElement;
import static javax.lang.model.element.Modifier.ABSTRACT;
import static javax.lang.model.element.Modifier.PRIVATE;
import static javax.lang.model.element.Modifier.PUBLIC;
final class ClassValidator
{
... | 951 | 0.716088 | 0.715037 | 33 | 27.818182 | 26.135376 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 9 |
9c53738cb41cbb50eaa08f8185b6680d51e2928b | 19,035,295,096,751 | 4ef432b781eb35de24f77c52ef17d2249d798492 | /build/tmp/expandedArchives/forge-1.17.1-37.0.58_mapped_official_1.17.1-sources.jar_461b1baaba5fdaecf94c73039d52c00b/net/minecraft/world/entity/vehicle/Minecart.java | f17f1a64356a12e87f83756dd80f2bca677f7f0f | [
"MIT"
] | permissive | hnucamendi/addedlamps | https://github.com/hnucamendi/addedlamps | 6f8ab91b4272a2bd1112242a8bfe6f9d87e3f916 | 22b1d9254f432668f27b1bca21e09ba722be493b | refs/heads/main | 2023-08-06T20:17:40.890000 | 2021-09-20T22:40:47 | 2021-09-20T22:40:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.world.entity.vehicle;
import net.minecraft.world.InteractionHand;
import net.minecraft.world.InteractionResult;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.level.Level;
public class Minecart extends AbstractMinecart {
... | UTF-8 | Java | 1,670 | java | Minecart.java | Java | [] | null | [] | package net.minecraft.world.entity.vehicle;
import net.minecraft.world.InteractionHand;
import net.minecraft.world.InteractionResult;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.level.Level;
public class Minecart extends AbstractMinecart {
... | 1,670 | 0.647904 | 0.575449 | 51 | 31.745098 | 26.246824 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 9 |
c2d1d841edd97e0be5b022760efd4e1f6691996b | 9,534,827,433,574 | 972b5cff323b47e9fdaee2a08d3e25216b0d8a7d | /core/src/main/java/jenkins/widgets/RunListProgressiveRendering.java | b12e0c6bea62b698e3214162f51c32929332933d | [
"MIT"
] | permissive | jenkinsci/jenkins | https://github.com/jenkinsci/jenkins | 590c6c1afbc2d62449f4522ad5f8c18752cd0aea | 2c6f7e905334b53224bfb375dd63a66f37c1e8cb | refs/heads/master | 2023-08-25T21:42:00.629000 | 2023-08-25T20:00:16 | 2023-08-25T20:00:16 | 1,103,607 | 21,182 | 9,208 | MIT | false | 2023-09-14T19:55:38 | 2010-11-22T21:21:23 | 2023-09-14T18:02:21 | 2023-09-14T19:55:38 | 155,528 | 21,412 | 8,283 | 79 | Java | false | false | /*
* The MIT License
*
* Copyright 2013 Jesse Glick.
*
* 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, including without limitation the rights
* to use, copy, mod... | UTF-8 | Java | 3,013 | java | RunListProgressiveRendering.java | Java | [
{
"context": "/*\n * The MIT License\n *\n * Copyright 2013 Jesse Glick.\n *\n * Permission is hereby granted, free of char",
"end": 54,
"score": 0.9993142485618591,
"start": 43,
"tag": "NAME",
"value": "Jesse Glick"
}
] | null | [] | /*
* The MIT License
*
* Copyright 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, including without limitation the rights
* to use, copy, modify, ... | 3,008 | 0.691797 | 0.688476 | 81 | 36.17284 | 29.196562 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691358 | false | false | 9 |
1ce336cc8044531d1308a1fbb918c99de4182fff | 26,096,221,290,995 | 13ab23bfd009fed5758d9d820dbe90f489668c4e | /src/main/java/com/haru/abs/AbstractImpl.java | 3fc1d151e5f171bb426c3ac63c8a9af1387ce9ae | [] | no_license | harvin1509/inheritancePractice | https://github.com/harvin1509/inheritancePractice | 1fc30093c7870a4eb7a656fdcedca7e0d9ad7192 | bca7ee6936d341d8c82c27fa343a7ef08169083f | refs/heads/master | 2020-05-04T01:57:16.754000 | 2019-04-01T17:55:47 | 2019-04-01T17:55:47 | 178,917,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haru.abs;
public abstract class AbstractImpl extends AbstractClass {
}
| UTF-8 | Java | 84 | java | AbstractImpl.java | Java | [] | null | [] | package com.haru.abs;
public abstract class AbstractImpl extends AbstractClass {
}
| 84 | 0.809524 | 0.809524 | 4 | 20 | 23.484037 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
f87e717fd37c5bf23623677845a1f61e588d203c | 3,418,794,009,628 | 2d94c946d3ce73fa94ffabe5e15a071982a89f97 | /src/main/java/com/gokkiri/push/PushService.java | 7439fc4fe5727f0533f127255e45ccb24c2e3f71 | [] | no_license | suhyun1561/gokkiri | https://github.com/suhyun1561/gokkiri | 0b6c180b52224b122afa623465abcbedc1de8669 | 7a5eeb1fc1d38d23f2e645ac2aa8fc54a15a793f | refs/heads/master | 2021-01-13T15:12:31.022000 | 2016-12-19T05:38:18 | 2016-12-19T05:38:18 | 76,221,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gokkiri.push;
public class PushService {
}
| UTF-8 | Java | 62 | java | PushService.java | Java | [] | null | [] | package com.gokkiri.push;
public class PushService {
}
| 62 | 0.693548 | 0.693548 | 5 | 10.4 | 12.338557 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
c1a42aba318e0e841529d696160ca136f84bef82 | 31,336,081,423,297 | 982b9e95e2fcbb6c1723efd0d6cc812dcf3ab7c7 | /src/main/java/com/diddlebits/measure/standard/Metric.java | c616189cd38f139672a33b9551d4de782e706cdc | [
"MIT"
] | permissive | tkuebler/JavaMeasure | https://github.com/tkuebler/JavaMeasure | 1621acbb633aad23f5d7cd11611ffb2a618d69cd | 10297d544a4064b15f76a6642e83178f9e114dd9 | refs/heads/master | 2021-01-19T10:30:00.598000 | 2017-05-16T01:32:45 | 2017-05-16T01:32:45 | 87,871,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Metric.java
*
* Created on October 3, 2003, 10:54 PM
*/
package com.diddlebits.measure.standard;
import com.diddlebits.measure.ConversionException;
import com.diddlebits.measure.standard.metric.CentiMeter;
import com.diddlebits.measure.standard.metric.KiloMeter;
import com.diddlebits.measure.standard.metric.... | UTF-8 | Java | 2,080 | java | Metric.java | Java | [
{
"context": "ist;\nimport java.util.Iterator;\n/**\n *\n * @author tkuebler\n */\npublic final class Metric implements Standard",
"end": 508,
"score": 0.9986461400985718,
"start": 500,
"tag": "USERNAME",
"value": "tkuebler"
}
] | null | [] | /*
* Metric.java
*
* Created on October 3, 2003, 10:54 PM
*/
package com.diddlebits.measure.standard;
import com.diddlebits.measure.ConversionException;
import com.diddlebits.measure.standard.metric.CentiMeter;
import com.diddlebits.measure.standard.metric.KiloMeter;
import com.diddlebits.measure.standard.metric.... | 2,080 | 0.634135 | 0.629327 | 66 | 30.515152 | 29.13513 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
f045e2389dfe3018489fb8216e3215f0fdb35b54 | 31,233,002,223,420 | f990e66b05dd1afd57ca0e1d00d2c974d9d6495b | /app/src/main/java/kienpd/com/mtee/data/model/RatingTotal.java | cb1d9d8515b8db01f606f5320fb255379f65501c | [] | no_license | duckien2745/Mtee | https://github.com/duckien2745/Mtee | 764a173a8ed7ba15697e72e7fcd8a11bfa3c39da | a3387a2d28f56e996c7e22a15d14052220fa9f68 | refs/heads/master | 2020-04-04T05:06:18.755000 | 2019-01-11T05:30:01 | 2019-01-11T05:30:01 | 155,735,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kienpd.com.mtee.data.model;
public class RatingTotal {
private int mCount5Star = 0;
private int mCount4Star = 0;
private int mCount3Star = 0;
private int mCount2Star = 0;
private int mCount1Star = 0;
public RatingTotal(int mCount5Star, int count4Star, int count3Star, int count2Sta... | UTF-8 | Java | 1,370 | java | RatingTotal.java | Java | [] | null | [] | package kienpd.com.mtee.data.model;
public class RatingTotal {
private int mCount5Star = 0;
private int mCount4Star = 0;
private int mCount3Star = 0;
private int mCount2Star = 0;
private int mCount1Star = 0;
public RatingTotal(int mCount5Star, int count4Star, int count3Star, int count2Sta... | 1,370 | 0.645985 | 0.605839 | 62 | 21.096775 | 20.648134 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403226 | false | false | 9 |
86c622c13660a3aa68d5881142886f903baa025a | 33,423,435,532,641 | 249e626df31cc1d6d41ee83b2435979297dde234 | /src/NumberCounter.java | b24877789607c63ca713d58815416b8589f0c0d3 | [] | no_license | JasterRogue/AlgorithmsLab1 | https://github.com/JasterRogue/AlgorithmsLab1 | 6372a3311073060d88e323ef46f8cb74c39c070f | fbcf73f4bf41c75f78df3db48436712e476c3350 | refs/heads/master | 2020-04-17T22:24:50.558000 | 2019-01-22T13:41:59 | 2019-01-22T13:41:59 | 166,993,666 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class NumberCounter {
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
ArrayList numbers = new ArrayList();
int numberCounterArray[] = ne... | UTF-8 | Java | 981 | java | NumberCounter.java | Java | [] | null | [] | import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class NumberCounter {
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
ArrayList numbers = new ArrayList();
int numberCounterArray[] = ne... | 981 | 0.561672 | 0.546381 | 41 | 22.926828 | 23.273968 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 9 |
408699c6d56f2b3f464d08d8b1ea4c6d19037cbc | 23,029,614,685,291 | df18869ba4ef7f5f7f5959a0a9fc27d7a738c17b | /src/main/java/br/com/locadora/web/rest/PlataformaResource.java | 910682d7a85f3a85938ce5cae0dba29193f571e3 | [] | no_license | arturrenann/locadorajogos | https://github.com/arturrenann/locadorajogos | 320d32e2e905201f5fa8eacd443306f0ac3f4c93 | c7bafbb1027b823fe5156faa42377a6985b0cba1 | refs/heads/master | 2022-06-24T01:19:01.107000 | 2022-05-10T14:04:25 | 2022-05-10T14:04:25 | 157,989,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.locadora.web.rest;
import com.codahale.metrics.annotation.Timed;
import br.com.locadora.domain.Plataforma;
import br.com.locadora.repository.PlataformaRepository;
import br.com.locadora.web.rest.errors.BadRequestAlertException;
import br.com.locadora.web.rest.util.HeaderUtil;
import io.github.jhipster.w... | UTF-8 | Java | 4,696 | java | PlataformaResource.java | Java | [] | null | [] | package br.com.locadora.web.rest;
import com.codahale.metrics.annotation.Timed;
import br.com.locadora.domain.Plataforma;
import br.com.locadora.repository.PlataformaRepository;
import br.com.locadora.web.rest.errors.BadRequestAlertException;
import br.com.locadora.web.rest.util.HeaderUtil;
import io.github.jhipster.w... | 4,696 | 0.699957 | 0.693782 | 119 | 38.462185 | 34.442204 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.420168 | false | false | 9 |
c77722604e533e1e58d6ab148b27c97ad6315941 | 31,061,203,499,242 | 880f07eb5a79148ed0170e180ead2fb0a14878b8 | /app/src/main/java/com/allvoes/lunachat/MessageAdapter.java | 6f417b0e66492eecab14799dc5cf2fa1990330be | [] | no_license | Allvoes/LunaChat | https://github.com/Allvoes/LunaChat | d40c86af1552942ffab2891c015a4bb7d8a6172b | 9ff89b113063f4d1ccb13b30dfa62a7aa797e58c | refs/heads/master | 2021-06-26T10:16:49.804000 | 2019-05-05T09:04:05 | 2019-05-05T09:04:05 | 134,930,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.allvoes.lunachat;
import android.app.Notification;
import android.graphics.Color;
import android.media.Image;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... | UTF-8 | Java | 6,556 | java | MessageAdapter.java | Java | [] | null | [] | package com.allvoes.lunachat;
import android.app.Notification;
import android.graphics.Color;
import android.media.Image;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... | 6,556 | 0.602654 | 0.599146 | 190 | 33.489475 | 27.63612 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547368 | false | false | 9 |
084ceaa78693276dacbb331a523e77ad28595a5d | 24,610,162,676,930 | 10989791ceac86445b01159be4c968b1d1eef566 | /02-ps-container-02-solution/src/test/java/com/ps/MixedConfigTest.java | 2f241cd5e9756bc24b640ddf4b4a8c4b11653baf | [] | no_license | ugurartun/pet-sitter | https://github.com/ugurartun/pet-sitter | 7c0205d85f320144a88d87510ef9d912f0d429d3 | c7102e7c72d79c4b31c189289874b47cfdae0ecd | refs/heads/master | 2021-11-28T05:22:35.545000 | 2021-11-24T19:36:27 | 2021-11-24T19:36:27 | 142,927,697 | 0 | 0 | null | true | 2018-07-30T21:00:28 | 2018-07-30T21:00:28 | 2018-06-11T11:07:10 | 2018-04-01T13:17:55 | 575 | 0 | 0 | 0 | null | false | null | package com.ps;
import com.ps.config.UserRepoDSConfig;
import com.ps.repos.UserRepo;
import com.ps.sample.TestBeanOne;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.spri... | UTF-8 | Java | 975 | java | MixedConfigTest.java | Java | [
{
"context": "org.junit.Assert.assertNotNull;\n\n/**\n * Created by iuliana.cosmina on 5/2/16.\n * Mixed configuration t",
"end": 477,
"score": 0.5250025391578674,
"start": 476,
"tag": "USERNAME",
"value": "i"
},
{
"context": "g.junit.Assert.assertNotNull;\n\n/**\n * Created by iulia... | null | [] | package com.ps;
import com.ps.config.UserRepoDSConfig;
import com.ps.repos.UserRepo;
import com.ps.sample.TestBeanOne;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.spri... | 975 | 0.740513 | 0.734359 | 38 | 24.657894 | 23.661289 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 9 |
5d8de49b26d4a1b1c8960072c8089f0733c7b0d2 | 7,962,869,407,932 | 37b66b3bfe42830e9091543abf625e9718e4b5bc | /src/classExm/statictest/UseStatic.java | 1072e229cf28ab01d25510eeec3c9cda481b1121 | [] | no_license | aihongye/HelloWlorld | https://github.com/aihongye/HelloWlorld | 35267e194d1005e37057a6032cce45396c3daa96 | 8b012968c9ebf7bd023f42291a80427ec62c7ef5 | refs/heads/master | 2023-06-06T10:39:39.956000 | 2021-06-17T08:56:34 | 2021-06-17T08:56:34 | 311,570,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classExm.statictest;
//Java的访问指示符有public(公共的,全局的)、private(私有的,局部的)、和protected
//(受保护的)。Java也定义了一个默认访问级别。指示符protected仅用于继承情况中。下面
//我们描述其他两个访问指示符。
//如果一个成员被声明为static,它就能够在它的类的任何对象创建之前被访问,而不必引用任何对象
//一个变量可以声明为final,这样做的目的是阻止它的内容被修改。这意味着在声明final
//变量的时候,你必须初始化它
//该类有一个static方法,一些static变量,以及一个static初始化块
class UseS... | UTF-8 | Java | 1,627 | java | UseStatic.java | Java | [] | null | [] | package classExm.statictest;
//Java的访问指示符有public(公共的,全局的)、private(私有的,局部的)、和protected
//(受保护的)。Java也定义了一个默认访问级别。指示符protected仅用于继承情况中。下面
//我们描述其他两个访问指示符。
//如果一个成员被声明为static,它就能够在它的类的任何对象创建之前被访问,而不必引用任何对象
//一个变量可以声明为final,这样做的目的是阻止它的内容被修改。这意味着在声明final
//变量的时候,你必须初始化它
//该类有一个static方法,一些static变量,以及一个static初始化块
class UseS... | 1,627 | 0.659091 | 0.654959 | 33 | 28.333334 | 17.637197 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 9 |
f90d848012fb470eb1e0c109ce3491421f688d8f | 28,329,604,299,397 | 875b0673048ffe8a67516b6464d7ddb9b581ad2e | /jsword-limbo/src/main/java/org/crosswire/jsword/book/Openness.java | ff1572a9d77012703a13ce006a53d3984175add7 | [] | no_license | acidburn0zzz/jsword-migration | https://github.com/acidburn0zzz/jsword-migration | a14b972620a7ed24d298a0f2ae217a89c510ca9a | 82596e469175c2a41f5c99ddf0b89247b952874e | refs/heads/master | 2023-05-19T07:17:58.735000 | 2012-03-29T19:08:28 | 2012-03-29T19:08:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Distribution License:
* JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License, version 2.1 as published by
* the Free Software Foundation. This program is distributed in the hope
* that it will be useful, but WITHOUT ANY WARRANTY; without... | UTF-8 | Java | 3,678 | java | Openness.java | Java | [
{
"context": "o this program is held by it's authors.\n * @author Joe Walker [joe at eireneh dot com]\n */\npublic class Opennes",
"end": 1141,
"score": 0.9996869564056396,
"start": 1131,
"tag": "NAME",
"value": "Joe Walker"
}
] | null | [] | /**
* Distribution License:
* JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License, version 2.1 as published by
* the Free Software Foundation. This program is distributed in the hope
* that it will be useful, but WITHOUT ANY WARRANTY; without... | 3,674 | 0.626427 | 0.615552 | 141 | 25.085106 | 24.020525 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.255319 | false | false | 9 |
5af7203a37dea0f1341992afb52ceebe91fb3c1f | 4,191,888,118,592 | 4d3ef92b817a471917469184332cd15047f905d6 | /src/main/java/br/com/vbdev/beleza_agendada/model/SalonPermissionModel.java | 6b0ce975fafd748c9cc7bfceb15a5f9168cfe6e8 | [] | no_license | vbmachado123/new-beleza-agendada-backend | https://github.com/vbmachado123/new-beleza-agendada-backend | 5c91c1985fece384c30445ebbe6ebfe31852c3f0 | b2414325c198bae91d4f050271269d45c032aab9 | refs/heads/main | 2023-06-03T15:17:39.583000 | 2021-06-18T15:27:20 | 2021-06-18T15:27:20 | 372,969,124 | 0 | 0 | null | false | 2021-06-18T15:27:21 | 2021-06-01T21:47:41 | 2021-06-08T19:51:10 | 2021-06-18T15:27:21 | 117 | 0 | 0 | 0 | Java | false | false | package br.com.vbdev.beleza_agendada.model;
import org.springframework.security.core.GrantedAuthority;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
@Entity
@Table(name = "salon_permission")
public class SalonPermissionModel implements GrantedAuthority, Serializable {
private ... | UTF-8 | Java | 764 | java | SalonPermissionModel.java | Java | [] | null | [] | package br.com.vbdev.beleza_agendada.model;
import org.springframework.security.core.GrantedAuthority;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
@Entity
@Table(name = "salon_permission")
public class SalonPermissionModel implements GrantedAuthority, Serializable {
private ... | 764 | 0.731675 | 0.730366 | 32 | 22.875 | 21.27021 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 9 |
3271ba338cb1ff1d59000b78dab45906b6bcacc9 | 6,141,803,277,116 | 8b4a82580860203c62849ce4bfa9660621ac6d69 | /src/main/java/com/cebrail/botum/Model/MySendPoll.java | 7daf6762cb9171ed7b5fcbe681d8e01378ab8c18 | [] | no_license | b1sar/telegram-flashcard-bot | https://github.com/b1sar/telegram-flashcard-bot | 1ab4f6a1cc961bee8c9c072ad5ba87625f38c81f | c153d55eea4cd119dfe841eedcd0adb760ec8d02 | refs/heads/master | 2022-12-11T17:18:48.376000 | 2020-08-17T11:11:05 | 2020-08-17T11:11:05 | 275,279,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cebrail.botum.Model;
import org.telegram.telegrambots.meta.api.methods.polls.SendPoll;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class MySendPoll extends SendPoll {
public Integer id;
public Integer quizId;
public List<MyPollOption> myOptio... | UTF-8 | Java | 2,624 | java | MySendPoll.java | Java | [] | null | [] | package com.cebrail.botum.Model;
import org.telegram.telegrambots.meta.api.methods.polls.SendPoll;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class MySendPoll extends SendPoll {
public Integer id;
public Integer quizId;
public List<MyPollOption> myOptio... | 2,624 | 0.566692 | 0.566692 | 98 | 25.775511 | 21.405954 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 9 |
3b6a95c391e063cfa19116ac7143af9ed45c06ba | 27,745,488,775,444 | d8c5640bbd7f36510105d2f5144320ed582bd081 | /src/main/java/com/openEnglish/utils/PotentialCandidate.java | cbaf83805aac31a524a6569246034f351dbccc01 | [] | no_license | pablitoh/AutomationFramework | https://github.com/pablitoh/AutomationFramework | 9b2e2949c508858c582ea37cd9b4f7f8b0fd1e72 | 972774a9fb026113bdd962f39c7c92842b51e3c5 | refs/heads/master | 2021-01-23T08:56:34.544000 | 2013-05-16T15:04:14 | 2013-05-16T15:04:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openEnglish.utils;
public class PotentialCandidate {
private String firstName;
private String lastName;
private String email;
private String country;
private String state;
private String city;
private String telType;
private String areaCode;
private String tel1;
private String tel2;
private St... | UTF-8 | Java | 357 | java | PotentialCandidate.java | Java | [
{
"context": "ublic class PotentialCandidate {\n\t\n\tprivate String firstName;\n\tprivate String lastName;\n\tprivate String email;",
"end": 93,
"score": 0.8830171227455139,
"start": 84,
"tag": "NAME",
"value": "firstName"
},
{
"context": "ate {\n\t\n\tprivate String firstName;\n\tp... | null | [] | package com.openEnglish.utils;
public class PotentialCandidate {
private String firstName;
private String lastName;
private String email;
private String country;
private String state;
private String city;
private String telType;
private String areaCode;
private String tel1;
private String tel2;
private St... | 357 | 0.784314 | 0.778711 | 18 | 18.833334 | 10.166667 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 9 |
5ee7948bd38cfe23cf1fafda458281a9f7526ed6 | 29,283,087,090,670 | 2f4f2958b91a7d52209c41a40f052de4795ea693 | /src/mainclasses/Kassa.java | da422f511ba4cc1651616e4cb47f8423ec5ea0c0 | [] | no_license | kasper9292/Kermis2 | https://github.com/kasper9292/Kermis2 | a4437510ea58cb996969be4fce39398577320c81 | 2e281eb73b51f5706a6d842ead54c51aa13bc52e | refs/heads/master | 2020-05-30T21:34:02.935000 | 2019-06-03T09:19:23 | 2019-06-03T09:19:23 | 189,973,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mainclasses;
public class Kassa {
int totaalkaartjesVerkocht = 0;
double totaalOmzet = 0.00;
public int getTotaalkaartjesVerkocht(int a, int b, int c, int d, int e, int f) {
totaalkaartjesVerkocht = a + b + c + e + f;
return totaalkaartjesVerkocht;
}
public double getTotaalOmzet(double a, double b... | UTF-8 | Java | 428 | java | Kassa.java | Java | [] | null | [] | package mainclasses;
public class Kassa {
int totaalkaartjesVerkocht = 0;
double totaalOmzet = 0.00;
public int getTotaalkaartjesVerkocht(int a, int b, int c, int d, int e, int f) {
totaalkaartjesVerkocht = a + b + c + e + f;
return totaalkaartjesVerkocht;
}
public double getTotaalOmzet(double a, double b... | 428 | 0.686916 | 0.67757 | 17 | 24.17647 | 26.697071 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 9 |
ebc37ca231e6f9cbd458e05d53ea9294467c2734 | 12,841,952,254,819 | 8ac98911324f865dab9f511ad95c01b206a73756 | /app/src/main/java/com/wakeupngoc/boilerplate/domain/model/PhotoSearchResult.java | e2577fea560760fb28ae3983207a23829d06fbac | [] | no_license | tyler-weng/AndroidGradleBoilerplate | https://github.com/tyler-weng/AndroidGradleBoilerplate | ec2c34c2c1c4c9d1cbf047e6a02bd6e24ff2ab00 | 691fd6995e708c24de309a38dc4d63ffb0262c61 | refs/heads/master | 2021-01-12T01:22:38.066000 | 2017-01-03T17:01:37 | 2017-01-03T17:01:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wakeupngoc.boilerplate.domain.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import timber.log.Timber;
public class PhotoSearchResult implements Parcelable {
@SerializedName("photos")
@... | UTF-8 | Java | 2,283 | java | PhotoSearchResult.java | Java | [] | null | [] | package com.wakeupngoc.boilerplate.domain.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import timber.log.Timber;
public class PhotoSearchResult implements Parcelable {
@SerializedName("photos")
@... | 2,283 | 0.623741 | 0.622427 | 92 | 23.826086 | 23.083784 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369565 | false | false | 9 |
4f4ceaa6d7c97a65c1e8697fe4f512b2dddfe741 | 3,478,923,544,198 | c8923956806147e1fff5b062fd099f5346f278be | /src/ar/edu/itba/it/obc/jz80/view/JZ80ActionListener.java | 9cb955cc7b1cb2e18b30bbc8d2f6c4c7d03eceab | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | scoffey/jz80sim | https://github.com/scoffey/jz80sim | 2b8b6f6995567dbf9fc9b4fb51a5da1efee1a23e | 0de07a5ef51a1e7131b27056744459f29cd11d39 | refs/heads/master | 2021-01-01T18:35:03.506000 | 2014-03-13T23:37:49 | 2014-03-13T23:37:49 | 17,729,189 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.itba.it.obc.jz80.view;
import java.awt.event.*;
import java.lang.reflect.*;
import ar.edu.itba.it.obc.jz80.JZ80Sim;
public class JZ80ActionListener implements ActionListener {
JZ80Sim sim;
Method method;
public JZ80ActionListener(JZ80Sim s, String action) {
sim = s;
Class<JZ80Sim> c = JZ8... | UTF-8 | Java | 828 | java | JZ80ActionListener.java | Java | [] | null | [] | package ar.edu.itba.it.obc.jz80.view;
import java.awt.event.*;
import java.lang.reflect.*;
import ar.edu.itba.it.obc.jz80.JZ80Sim;
public class JZ80ActionListener implements ActionListener {
JZ80Sim sim;
Method method;
public JZ80ActionListener(JZ80Sim s, String action) {
sim = s;
Class<JZ80Sim> c = JZ8... | 828 | 0.695652 | 0.673913 | 39 | 20.23077 | 18.217295 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.794872 | false | false | 9 |
87c6af26bf018a71b4d5cc79cbe3d14e7ee743cc | 7,902,739,845,298 | a5fc879670b97aaf882f461d386098696b12c74d | /microservice-orders/api/src/main/java/com/acme/orders/api/rest/v1/resources/OrderResource.java | f67ab8eff607bf67ae625d32c2989d7687de30ae | [
"MIT"
] | permissive | vaibhavg12/java-microservices | https://github.com/vaibhavg12/java-microservices | 8591c4d38cd07a91e7a397fde4598cc835847ed9 | e2aca706f91139c4719e008f9629bebfde545cc8 | refs/heads/master | 2020-03-29T11:22:01.518000 | 2018-10-08T09:44:00 | 2018-10-08T09:44:00 | 149,848,510 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.microservice.orders.api.rest.v1.resources;
import com.microservice.orders.api.services.OrderService;
import com.microservice.orders.api.rest.v1.auth.User;
import com.microservice.orders.lib.v1.Order;
import com.codahale.metrics.annotation.Timed;
import io.dropwizard.auth.Auth;
import io.dropwizard.hibernat... | UTF-8 | Java | 2,125 | java | OrderResource.java | Java | [] | null | [] | package com.microservice.orders.api.rest.v1.resources;
import com.microservice.orders.api.services.OrderService;
import com.microservice.orders.api.rest.v1.auth.User;
import com.microservice.orders.lib.v1.Order;
import com.codahale.metrics.annotation.Timed;
import io.dropwizard.auth.Auth;
import io.dropwizard.hibernat... | 2,125 | 0.681882 | 0.680471 | 83 | 24.602409 | 23.360424 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373494 | false | false | 9 |
85bd1373c74fa460b0e2f74b6558638342ade31a | 31,525,059,974,513 | ed59b7cbf8112b9f07b36bc3114ae547696bd86e | /src/rsacommunicator/messages/Type.java | b52a3567ff573a332e6689134775785e59f59e2d | [] | no_license | victorlima02/RSA-communicator | https://github.com/victorlima02/RSA-communicator | 62510f645cc1482adfd493624694d792470e1ddf | 67acc184599a059ddc48789a57ae610778849795 | refs/heads/master | 2020-06-02T05:09:58.084000 | 2014-11-05T07:01:48 | 2014-11-05T07:01:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This code was written for an assignment for concept demonstration purposes:
* caution required
*
* The MIT License
*
* Copyright 2014 Victor de Lima Soares.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the... | UTF-8 | Java | 2,739 | java | Type.java | Java | [
{
"context": "red\r\n *\r\n * The MIT License\r\n *\r\n * Copyright 2014 Victor de Lima Soares.\r\n *\r\n * Permission is hereby granted, free of ch",
"end": 173,
"score": 0.9998852610588074,
"start": 152,
"tag": "NAME",
"value": "Victor de Lima Soares"
},
{
"context": "of message ar... | null | [] | /*
* This code was written for an assignment for concept demonstration purposes:
* caution required
*
* The MIT License
*
* Copyright 2014 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), t... | 2,709 | 0.622855 | 0.614823 | 100 | 25.389999 | 25.842947 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
7b86c062a9c34c4a3fc20287ed79b31f766a47d5 | 25,245,817,829,113 | 015dc0927cfb2c7d3b9ebc1b11456daad9f474eb | /prog4-3/src/main/java/at/ac/fhstp/core8/streams/ue1/App.java | b7ea7d34023a52515e4c703195aa1c4b708ed917 | [] | no_license | is191042/PROG4 | https://github.com/is191042/PROG4 | 3331f0715d1815b0422106c8e5735c8fd15dbe7f | 188c64d9fcfdfee8a5e80b4388e7cdf9f273d3f5 | refs/heads/main | 2023-05-03T12:27:54.119000 | 2021-05-07T08:27:52 | 2021-05-07T08:27:52 | 365,165,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.ac.fhstp.core8.streams.ue1;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
... | UTF-8 | Java | 1,689 | java | App.java | Java | [] | null | [] | package at.ac.fhstp.core8.streams.ue1;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
... | 1,689 | 0.6418 | 0.632327 | 53 | 30.886793 | 27.81859 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811321 | false | false | 9 |
eb584b04c5da3be0dfe3dd2d309652dedc88585d | 25,245,817,831,182 | ed7f8d86e140325a4b9a8cbb7ee40491519fcc15 | /src/main/java/org/stackspace/spark/spi/config/MetadataContext.java | 0efecad50b469cbc631b8abad228ee8178bb8580 | [] | no_license | purusottam16/Spark-Framework | https://github.com/purusottam16/Spark-Framework | 151dbb55cd707c3dfdf47b3f3c63aeb73ab59fb6 | 563ace675d15049732acb6d1bcef507f72a0f49a | refs/heads/master | 2021-08-24T15:45:58.467000 | 2017-12-10T09:01:45 | 2017-12-10T09:01:45 | 113,736,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.stackspace.spark.spi.config;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.stackspace.spark.config.web.CommandMapping;
import org.stackspace.spark.config.web.Forward;
import org.stackspace.spark.config.web.SparkConfig;
import org.stackspace.spark.exception.Comm... | UTF-8 | Java | 2,468 | java | MetadataContext.java | Java | [] | null | [] | package org.stackspace.spark.spi.config;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.stackspace.spark.config.web.CommandMapping;
import org.stackspace.spark.config.web.Forward;
import org.stackspace.spark.config.web.SparkConfig;
import org.stackspace.spark.exception.Comm... | 2,468 | 0.702593 | 0.700972 | 85 | 27.035294 | 22.236931 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.070588 | false | false | 9 |
a196b624a535e3b59e9c107b0c1d33c7d26e4ba8 | 19,189,913,911,158 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/SecUSo_privacy-friendly-shopping-list/app/src/main/java/privacyfriendlyshoppinglist/secuso/org/privacyfriendlyshoppinglist/framework/persistence/AbstractEntity.java | b34366b524b0ec136453bc90b6fdc364d30cf30d | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | https://github.com/cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297000 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // isComment
package privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.framework.persistence;
import com.j256.ormlite.field.DatabaseField;
/**
* isComment
*/
public abstract class isClassOrIsInterface {
@DatabaseField(generatedId = true)
private Long isVariable;
public Long isMethod()... | UTF-8 | Java | 455 | java | AbstractEntity.java | Java | [] | null | [] | // isComment
package privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.framework.persistence;
import com.j256.ormlite.field.DatabaseField;
/**
* isComment
*/
public abstract class isClassOrIsInterface {
@DatabaseField(generatedId = true)
private Long isVariable;
public Long isMethod()... | 455 | 0.72967 | 0.723077 | 21 | 20.666666 | 24.131254 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 9 |
9728b667d73a56de2d7fa37a5edd81239e34615f | 28,235,115,063,661 | 3b84ee2fa50146859154b336147ccb6b7b0d8641 | /FlipdogSpellChecker/com/flipdog/ads/c/d.java | 79274c158b223e6c4f653279d5b11d0d1425e602 | [] | no_license | DarthYogurt/Dragonbreath | https://github.com/DarthYogurt/Dragonbreath | 5ac8883b75480a9a778f6b30d98c518b3544375d | 72f3e53cde17aacff812dce67f89b87d0b427a0e | refs/heads/master | 2016-08-03T16:43:36.614000 | 2013-11-12T00:11:29 | 2013-11-12T00:11:29 | 14,119,806 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.flipdog.ads.c;
import android.content.Context;
import android.location.Location;
import android.location.LocationManager;
import com.flipdog.commons.a.ba;
import com.google.inject.Inject;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
imp... | UTF-8 | Java | 10,528 | java | d.java | Java | [] | null | [] | package com.flipdog.ads.c;
import android.content.Context;
import android.location.Location;
import android.location.LocationManager;
import com.flipdog.commons.a.ba;
import com.google.inject.Inject;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
imp... | 10,528 | 0.602964 | 0.513298 | 331 | 30.809668 | 24.47892 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664653 | false | false | 9 |
384fd2e5b1f87c349dc5f638d905a51fb72a9f28 | 13,984,413,573,642 | 371f7f4c7605ca12f7a0e42b873a4be1a6205f04 | /app/src/main/java/com/amana/MpestISS/model/realm/taskdetail/Teamdetail.java | 098481c06e9656b779a8327664e08a37559640ec | [] | no_license | VKeerthana64/Mpest-ISSUpdate | https://github.com/VKeerthana64/Mpest-ISSUpdate | 718ee2b5b640493ed75f624e8d046c564b79cb12 | 33f594aa2f3472ec6accef89d675819edb3db075 | refs/heads/master | 2020-05-25T02:07:51.089000 | 2019-05-20T04:55:43 | 2019-05-20T04:55:43 | 187,570,043 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.amana.MpestISS.model.realm.taskdetail;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class Teamdetail extends RealmObject{
public String _id;
public String TeamName;
public String TeamCode;
public St... | UTF-8 | Java | 2,889 | java | Teamdetail.java | Java | [] | null | [] |
package com.amana.MpestISS.model.realm.taskdetail;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class Teamdetail extends RealmObject{
public String _id;
public String TeamName;
public String TeamCode;
public St... | 2,889 | 0.6054 | 0.6054 | 165 | 16.503031 | 16.26993 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.29697 | false | false | 9 |
23af6245591d2ba93a1717c1d4320829da0d3e22 | 30,623,116,848,073 | 7bacfcd04cacca5df27f47e2b7c8067fcac74783 | /mvvmdemo/src/main/java/com/promise/mvvmdemo/viewmodel/MeiziViewModel.java | e4eeabf28cb81d29c760c292913f8e11db1167e0 | [] | no_license | musejianglan/Android_modules | https://github.com/musejianglan/Android_modules | bd37c17a99326aa6de0265374e42dfbc0a470a43 | cbb0e60b735ce681365b3db5eded2c40070072ba | refs/heads/master | 2021-07-15T12:40:19.484000 | 2018-11-15T11:56:41 | 2018-11-15T11:56:41 | 114,597,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.promise.mvvmdemo.viewmodel;
import android.app.Activity;
import com.promise.mvvmdemo.bean.BaseResult;
import com.promise.mvvmdemo.bean.Meizi;
import com.promise.mvvmdemo.http.interfaces.IResult;
import com.promise.mvvmdemo.model.MeizhiModel;
import com.promise.mvvmdemo.view.adapter.MeizhiAdapter;
import ... | UTF-8 | Java | 1,188 | java | MeiziViewModel.java | Java | [
{
"context": "iAdapter;\n\nimport java.util.List;\n\n/**\n * @author: liulei\n * @date:2018/5/10\n */\npublic class MeiziViewMode",
"end": 359,
"score": 0.9993056654930115,
"start": 353,
"tag": "USERNAME",
"value": "liulei"
}
] | null | [] | package com.promise.mvvmdemo.viewmodel;
import android.app.Activity;
import com.promise.mvvmdemo.bean.BaseResult;
import com.promise.mvvmdemo.bean.Meizi;
import com.promise.mvvmdemo.http.interfaces.IResult;
import com.promise.mvvmdemo.model.MeizhiModel;
import com.promise.mvvmdemo.view.adapter.MeizhiAdapter;
import ... | 1,188 | 0.659091 | 0.653199 | 47 | 24.276596 | 22.239223 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 9 |
f3b3ee63139a4ae9f303140c24d9b62fa28f53a0 | 4,466,766,016,770 | b0db880f4c755e1c338350170909730aee5fb1eb | /subset-services/.svn/pristine/f3/f3b3ee63139a4ae9f303140c24d9b62fa28f53a0.svn-base | 4af96f76e89a941e2ab44d26a6e9ecc80ba373ba | [] | no_license | jmicaela/TermGate | https://github.com/jmicaela/TermGate | 22d14f393effe39a2c4de6eb437a39817c25e238 | 395319c0785077c8f1efc0102a429c0ca8834b23 | refs/heads/master | 2018-01-09T16:09:47.513000 | 2015-10-02T12:34:43 | 2015-10-02T12:34:43 | 43,496,526 | 0 | 0 | null | false | 2020-07-21T17:57:37 | 2015-10-01T12:59:24 | 2020-07-21T17:57:20 | 2020-07-21T17:57:36 | 48,536 | 0 | 0 | 4 | JavaScript | false | false | package ca.chi.rest.codesystem.filter;
import java.util.Map;
import ca.chi.rest.codesystem.vo.PaginationVO;
public abstract class AbstractResultsFilter<T> implements ResultsFilter<T> {
public T[] filter(T[] set, PaginationVO pageInfo) {
return filter(set);
}
}
| UTF-8 | Java | 291 | f3b3ee63139a4ae9f303140c24d9b62fa28f53a0.svn-base | Java | [] | null | [] | package ca.chi.rest.codesystem.filter;
import java.util.Map;
import ca.chi.rest.codesystem.vo.PaginationVO;
public abstract class AbstractResultsFilter<T> implements ResultsFilter<T> {
public T[] filter(T[] set, PaginationVO pageInfo) {
return filter(set);
}
}
| 291 | 0.704467 | 0.704467 | 15 | 18.4 | 23.809801 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 | |
6e4ec42824ee7063097d36668c69182a870fbfc6 | 5,540,507,838,800 | df3d35e6c12c1c4cf5b3040412d9c37698d84353 | /src/com/nasax/fragments/EventDetailsFragment.java | 2322a79ac1fc69fb6f4baba5d064c677d6d22a3e | [
"Apache-2.0"
] | permissive | spaikmos/nasa_y | https://github.com/spaikmos/nasa_y | 0b519dcc997e642f3626433959a3a2ba56af4a01 | a1775212feeff3eea365b68f3b3c22fad9471cec | refs/heads/master | 2020-04-04T00:08:41.411000 | 2014-07-24T23:19:38 | 2014-07-24T23:19:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nasax.fragments;
import android.app.ActionBar;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.Ad... | UTF-8 | Java | 4,434 | java | EventDetailsFragment.java | Java | [] | null | [] | package com.nasax.fragments;
import android.app.ActionBar;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.Ad... | 4,434 | 0.744926 | 0.744023 | 138 | 31.130434 | 25.463764 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.072464 | false | false | 9 |
33993453f2fa0868d307aa27116226ef32bb5419 | 31,353,261,261,168 | 6b8dc17258d462b46507b39db81d66dead89629f | /app/src/Register.java | 85ed721f4f6e89e403cc440d51ca670ab0b0024e | [] | no_license | AminaN-28/AminaBlooDline1 | https://github.com/AminaN-28/AminaBlooDline1 | 3f672a40e0a6aa93f017269a2f4575cd290c62a6 | d93626a1aa59cb2de88c8a6ce91dec3b62c30183 | refs/heads/master | 2021-03-22T12:24:39.839000 | 2020-07-10T19:29:30 | 2020-07-10T19:29:30 | 247,364,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.blood_line;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.util.Lo... | UTF-8 | Java | 10,488 | java | Register.java | Java | [
{
"context": "NUMERO\");\r\n Password.setError(\"VEUILLEZ RENSEIGNER UN MOT DE PASSE\");\r\n Street.s",
"end": 3081,
"score": 0.764070987701416,
"start": 3062,
"tag": "PASSWORD",
"value": "VEUILLEZ RENSEIGNER"
},
{
"context": "r));\r\n\r\n ... | null | [] | package com.example.blood_line;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.util.Lo... | 10,479 | 0.553786 | 0.550925 | 276 | 35.992752 | 32.913589 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 9 |
65eeb5fcac44c59e21c7aa29a470f1960cbddaa2 | 14,267,881,411,274 | fe18c144d32d05331d09e50c475012f81ce25b62 | /chapter01/src/main/java/cn/yzd3008/java/javase/algorithm/exercise/Exercise_1_1_27_Binomial_BetterImplementation.java | c6138f99db7074294c4eae8915036e90e7b859b3 | [] | no_license | csyzd/algorighm-exercise | https://github.com/csyzd/algorighm-exercise | dcd62d35835336ad006f5db8ca76caeed03bd4ad | 346c39620c1854e7163b0c2607f2f83c781dd99f | refs/heads/main | 2023-03-27T09:35:37.622000 | 2021-03-13T15:31:53 | 2021-03-13T15:31:53 | 342,743,024 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.yzd3008.java.javase.algorithm.exercise;
public class Exercise_1_1_27_Binomial_BetterImplementation {
private static final int N = 100;
private static final int K = 50;
private static final double P = 0.25;
private static boolean[][] cacheIndicator = new boolean[N + 1][K + 1];
private s... | UTF-8 | Java | 1,468 | java | Exercise_1_1_27_Binomial_BetterImplementation.java | Java | [] | null | [] | package cn.yzd3008.java.javase.algorithm.exercise;
public class Exercise_1_1_27_Binomial_BetterImplementation {
private static final int N = 100;
private static final int K = 50;
private static final double P = 0.25;
private static boolean[][] cacheIndicator = new boolean[N + 1][K + 1];
private s... | 1,468 | 0.481608 | 0.442779 | 53 | 26.698112 | 24.484562 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735849 | false | false | 9 |
ccfccde54d808cb293a1606f81d5bbe3a9dc89ab | 7,799,660,677,125 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.browser-base/sources/org/chromium/chrome/browser/profiles/ProfileKey.java | f0b7ab4c4ceb021e51d5027eda10aead4740c9c2 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package org.chromium.chrome.browser.profiles;
import J.N;
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public class ProfileKey {
/* renamed from: a reason: collision with root package name */
public final boolean f10753a;
public long b;
public ProfileKey(long j) {
this.b... | UTF-8 | Java | 687 | java | ProfileKey.java | Java | [] | null | [] | package org.chromium.chrome.browser.profiles;
import J.N;
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public class ProfileKey {
/* renamed from: a reason: collision with root package name */
public final boolean f10753a;
public long b;
public ProfileKey(long j) {
this.b... | 687 | 0.62591 | 0.595342 | 32 | 20.46875 | 19.833658 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 9 |
bbe550f6f84782fb0f02f3adc960928e5d5b1335 | 32,899,449,542,525 | 5880be35f41f7c8a41870d3cb7d05c11f6a9dc7d | /src/main/java/dev/paie/web/controller/RemunerationEmployeController.java | 6e03058057aa20b7941c03c35e341a6e54325582 | [] | no_license | OlivierDimper/sirh-gestion-paie | https://github.com/OlivierDimper/sirh-gestion-paie | 8035d487d30d18fcb29f5db538b6cb502f4e4520 | 03f87d8c67b3f4c231b93fc717ec7751d529f92f | refs/heads/master | 2020-03-18T11:38:52.249000 | 2018-05-31T12:02:51 | 2018-05-31T12:02:51 | 134,683,395 | 0 | 0 | null | true | 2018-05-24T08:13:17 | 2018-05-24T08:13:17 | 2018-05-24T07:33:44 | 2018-05-24T07:33:42 | 0 | 0 | 0 | 0 | null | false | null | package dev.paie.web.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.annotation.Secured;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.... | UTF-8 | Java | 2,848 | java | RemunerationEmployeController.java | Java | [] | null | [] | package dev.paie.web.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.annotation.Secured;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.... | 2,848 | 0.789326 | 0.789326 | 81 | 34.160492 | 25.520969 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 9 |
46146144414208b476a3b3ef73510ba2d3c8f8e0 | 14,740,327,800,726 | 1b3b48fee921911d0f9cc4999c1e17b3f927bf0f | /src/game/weapon/primaryweapons/Shooter.java | cbb4946acb3d867f6abdde5e55b6759c2a550164 | [] | no_license | Nottrex/Splatoon3 | https://github.com/Nottrex/Splatoon3 | 95c3a77a0d76f3ae04a4be7c670836c76b1d10a9 | 2b70dd563144f7d70bfd056f679a82a31b09d524 | refs/heads/master | 2021-05-23T12:59:50.797000 | 2020-04-06T19:31:08 | 2020-04-06T19:31:08 | 253,298,705 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.weapon.primaryweapons;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.block.Action;
import org.bukkit.inventory.ItemStack;
import game.weapon.Weapon;
import game.util.ItemBuilder;
import game.util.Proj... | UTF-8 | Java | 746 | java | Shooter.java | Java | [] | null | [] | package game.weapon.primaryweapons;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.block.Action;
import org.bukkit.inventory.ItemStack;
import game.weapon.Weapon;
import game.util.ItemBuilder;
import game.util.Proj... | 746 | 0.742627 | 0.727882 | 29 | 24.724138 | 27.333063 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.344828 | false | false | 9 |
e937b7a9e2becca1b513bf2518955bdfa290fd57 | 30,889,404,806,901 | dfb39fffc4f2e4a62c156af956ff167c83b9568e | /src/ERPClient/src/main/Presentation/SalesmanUI/CustomerUI/SearchResultFrame.java | 841a06042dd8effe8d5e83e29b3f18767334d7c3 | [] | no_license | Cauchy-NY/ERPnju | https://github.com/Cauchy-NY/ERPnju | 471628badd0951fb706f3808ee2a153e69db0916 | 7e38fbac02f85ee2131f62bf43a2ba646b87370b | refs/heads/master | 2020-03-27T22:51:10.093000 | 2018-09-04T00:31:24 | 2018-09-04T00:31:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.Presentation.SalesmanUI.CustomerUI;
import java.io.IOException;
import java.rmi.RemoteException;
import java.util.ArrayList;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import j... | GB18030 | Java | 7,763 | java | SearchResultFrame.java | Java | [
{
"context": "Message;\n\n/**\n * 进货销售人员客户搜索结果界面主界面的控制类\n * @author 周正伟\n *\n */\npublic class SearchResultFrame extends Mai",
"end": 963,
"score": 0.9996891021728516,
"start": 960,
"tag": "NAME",
"value": "周正伟"
},
{
"context": "\n\t\tkeytypes.add(keytype1);\n\t\tif (keytype1.equals(... | null | [] | package main.Presentation.SalesmanUI.CustomerUI;
import java.io.IOException;
import java.rmi.RemoteException;
import java.util.ArrayList;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import j... | 7,763 | 0.708946 | 0.706382 | 318 | 22.305031 | 23.902411 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.072327 | false | false | 9 |
61913fa9b1c41befcf9d36131778378ea626048d | 1,597,727,846,726 | 9cdf4a803b5851915b53edaeead2546f788bddc6 | /machinelearning/4.0.x/drools-core/src/main/java/org/drools/base/mvel/MVELConsequence.java | c04852c087930a13110862dcae20fe14de483579 | [
"Apache-2.0"
] | permissive | kiegroup/droolsjbpm-contributed-experiments | https://github.com/kiegroup/droolsjbpm-contributed-experiments | 8051a70cfa39f18bc3baa12ca819a44cc7146700 | 6f032d28323beedae711a91f70960bf06ee351e5 | refs/heads/master | 2023-06-01T06:11:42.641000 | 2020-07-15T15:09:02 | 2020-07-15T15:09:02 | 1,184,582 | 1 | 13 | null | false | 2021-06-24T08:45:52 | 2010-12-20T15:42:26 | 2020-09-08T11:21:22 | 2020-07-15T16:13:45 | 157,850 | 15 | 30 | 21 | Java | false | false | package org.drools.base.mvel;
import java.io.Serializable;
import org.drools.WorkingMemory;
import org.drools.spi.Consequence;
import org.drools.spi.KnowledgeHelper;
import org.mvel.CompiledExpression;
import org.mvel.MVEL;
import org.mvel.debug.DebugTools;
public class MVELConsequence
implements
... | UTF-8 | Java | 1,871 | java | MVELConsequence.java | Java | [] | null | [] | package org.drools.base.mvel;
import java.io.Serializable;
import org.drools.WorkingMemory;
import org.drools.spi.Consequence;
import org.drools.spi.KnowledgeHelper;
import org.mvel.CompiledExpression;
import org.mvel.MVEL;
import org.mvel.debug.DebugTools;
public class MVELConsequence
implements
... | 1,871 | 0.556387 | 0.554784 | 59 | 29.711864 | 22.16506 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 9 |
17618ff652f1e85bf6afbcd9e92c45051032915a | 25,924,422,610,136 | 74d268b02639c281f7cdb413e0a38e0501fe42e3 | /client1/src/main/java/com/lg/dev/client/task/config/ConfigRefresh.java | 73ceb961709a5b81bdc6a653f45fe1e3d85caaf3 | [] | no_license | ljninglgzxl/devocker-springcloud | https://github.com/ljninglgzxl/devocker-springcloud | b2d1135c9e597e4e7cdf747e27cc09e01ec6b63f | 3537e6c7d17b1172ded898287c13355ad13e0175 | refs/heads/master | 2020-04-04T01:15:00.748000 | 2018-11-09T08:00:25 | 2018-11-09T08:00:25 | 155,674,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lg.dev.client.task.config;
/**
* @author lg
* @date 2018-11-02
* &Desc 定时请求bus/refresh,刷新配置
*/
/*@Component
public class ConfigRefresh {
@Scheduled(cron = "0 30 * * * ?")
private void postBusRefresh() {
DefaultHttpClient httpClient = new DefaultHttpClient();
HttpPost httpPost = ... | UTF-8 | Java | 559 | java | ConfigRefresh.java | Java | [
{
"context": "age com.lg.dev.client.task.config;\n\n/**\n * @author lg\n * @date 2018-11-02\n * &Desc 定时请求bus/refresh,刷新配置",
"end": 57,
"score": 0.9980794191360474,
"start": 55,
"tag": "USERNAME",
"value": "lg"
}
] | null | [] | package com.lg.dev.client.task.config;
/**
* @author lg
* @date 2018-11-02
* &Desc 定时请求bus/refresh,刷新配置
*/
/*@Component
public class ConfigRefresh {
@Scheduled(cron = "0 30 * * * ?")
private void postBusRefresh() {
DefaultHttpClient httpClient = new DefaultHttpClient();
HttpPost httpPost = ... | 559 | 0.607735 | 0.574586 | 20 | 26.15 | 21.802008 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
7589d0863716eae5cfe1927ab00112a56ab1fe78 | 9,972,914,082,154 | 45f214ad1a5c13474029804dbd8526ab99b03c38 | /src/chat/ChatWebSocket.java | 76261587bd2864083fc13cc64fcbdfe53ec26538 | [] | no_license | golubtsoff/chat | https://github.com/golubtsoff/chat | 8a04ebae47e04668388adc91c51e79f6818d1b7d | b5bddf8de4555c2ca6896c313b007902633a675b | refs/heads/master | 2021-05-08T22:40:21.004000 | 2018-02-02T08:47:24 | 2018-02-02T08:47:24 | 119,684,165 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chat;
import com.google.gson.Gson;
import org.eclipse.jetty.websocket.api.Session;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage;
import org.eclips... | UTF-8 | Java | 1,744 | java | ChatWebSocket.java | Java | [] | null | [] | package chat;
import com.google.gson.Gson;
import org.eclipse.jetty.websocket.api.Session;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect;
import org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage;
import org.eclips... | 1,744 | 0.68922 | 0.68922 | 59 | 28.559322 | 25.32184 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 9 |
3e70bc4711cebf7dba2bfb92030de8b0d288925c | 13,211,319,427,524 | 304a64fe21eb28e743c5244a4486bba06432d381 | /src/main/java/org/formation/zoo/utilitaire/Conversion.java | 9205218cb59019cb13c0785804f185627b789318 | [] | no_license | IsmalSacko/zoo | https://github.com/IsmalSacko/zoo | 8d3caed451e538a96ce34469c602141f34fc5194 | 1850da780081db48dd721ca23b7b432226b84a60 | refs/heads/master | 2022-06-23T12:22:40.199000 | 2020-05-04T20:06:07 | 2020-05-04T20:06:07 | 261,276,162 | 0 | 0 | null | false | 2022-06-21T03:22:31 | 2020-05-04T19:26:06 | 2020-05-04T20:06:11 | 2022-06-21T03:22:30 | 3,040 | 0 | 0 | 1 | HTML | false | false | /**
*
*/
package org.formation.zoo.utilitaire;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import org.formation.zoo.modele.metier.Animal;
import org.formation.zoo.modele.metier.Cage;
import org.formation.zoo.modele.technique.CagePleineException;
import org.formation.zoo... | UTF-8 | Java | 3,007 | java | Conversion.java | Java | [
{
"context": ".CagePOJO;\n\n/**\n * classe boite à outils\n *@author Ismael\n *\n */\npublic final class Conversion {\n\tpublic s",
"end": 443,
"score": 0.9830289483070374,
"start": 437,
"tag": "NAME",
"value": "Ismael"
}
] | null | [] | /**
*
*/
package org.formation.zoo.utilitaire;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import org.formation.zoo.modele.metier.Animal;
import org.formation.zoo.modele.metier.Cage;
import org.formation.zoo.modele.technique.CagePleineException;
import org.formation.zoo... | 3,007 | 0.659348 | 0.654691 | 114 | 25.368422 | 18.100723 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.824561 | false | false | 9 |
0b2b2717dacf0e135e27aad264a7be616e9edd0c | 23,854,248,385,741 | 02ac28215f83ffd43d35e0549b56eee98d2d99a1 | /Java/Smallest_largest.java | 77c135b78045bf0f58757d5433499e0b0233230a | [] | no_license | labeebev/DS-Algorithm | https://github.com/labeebev/DS-Algorithm | 90ab29a9f257d202ff5d52c82a4170ce21dd18ec | 57e1a66edb642d19e97ebda6ee6393f8370546bc | refs/heads/main | 2023-08-26T22:37:30.403000 | 2021-10-26T01:37:48 | 2021-10-26T01:37:48 | 410,621,356 | 0 | 0 | null | false | 2021-09-26T18:43:06 | 2021-09-26T17:45:52 | 2021-09-26T18:39:51 | 2021-09-26T18:43:06 | 0 | 0 | 0 | 0 | Java | false | false | package com.lev;
import java.util.Scanner;
public class Smallest_largest {
public static int smallest(int a, int b, int c){
int sm = a;
if(b < sm){
sm = b;
}
if(c < sm){
sm = c;
}
return sm;
}
public static int largest(int a, int b, i... | UTF-8 | Java | 867 | java | Smallest_largest.java | Java | [] | null | [] | package com.lev;
import java.util.Scanner;
public class Smallest_largest {
public static int smallest(int a, int b, int c){
int sm = a;
if(b < sm){
sm = b;
}
if(c < sm){
sm = c;
}
return sm;
}
public static int largest(int a, int b, i... | 867 | 0.454441 | 0.453287 | 38 | 21.81579 | 14.865812 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710526 | false | false | 9 |
1c4cefb9fa9ec16441c91f0655a0a481539677cf | 14,302,241,133,928 | 7ff73534d9b6aa10c1c9bfd7d3100813e583d111 | /src/main/java/Settings/RefractionSettings.java | d4f284d15f89a1bb100e9556dfe0df180b083ef6 | [] | no_license | ermias20/Newtestproject | https://github.com/ermias20/Newtestproject | 46a147c9fdd68e23ce8c00f517b4bba96f98ba2a | 5fc42f52d7411b9c8860ff73c1a21c8b4586ad85 | refs/heads/master | 2020-09-12T11:03:50.991000 | 2020-01-02T15:56:48 | 2020-01-02T15:56:48 | 222,403,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Settings;
import org.openqa.selenium.By;
import io.testproject.java.sdk.v2.drivers.AndroidDriver;
import io.testproject.java.sdk.v2.drivers.actions.AndroidActions;
import io.testproject.java.sdk.v2.reporters.Reporter;
import io.testproject.java.sdk.v2.tests.helpers.AndroidTestHelper;
public class RefractionS... | UTF-8 | Java | 3,779 | java | RefractionSettings.java | Java | [] | null | [] | package Settings;
import org.openqa.selenium.By;
import io.testproject.java.sdk.v2.drivers.AndroidDriver;
import io.testproject.java.sdk.v2.drivers.actions.AndroidActions;
import io.testproject.java.sdk.v2.reporters.Reporter;
import io.testproject.java.sdk.v2.tests.helpers.AndroidTestHelper;
public class RefractionS... | 3,779 | 0.66208 | 0.658111 | 110 | 33.345455 | 22.422974 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563636 | false | false | 9 |
fdbe90a0188c02e7908258769b9bf7cb2fbfae1b | 27,839,978,031,621 | 0466163137a843990a32f369ed998bbc2532072c | /src/main/java/com/marcinsawa/carpark/manager/data/Test.java | d32576cb2f5d4e9f6bde6b45ae6fd43e0e73853a | [] | no_license | Sawa97/CarPark | https://github.com/Sawa97/CarPark | abd98c209cb3c8993ec25a6834d0a06d0abd229b | e8e173d3d42f4fea885f8d9269e0f606f838c7c4 | refs/heads/master | 2020-03-28T18:41:54.379000 | 2018-09-15T13:42:07 | 2018-09-15T13:42:07 | 148,902,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.marcinsawa.carpark.manager.data;
import com.marcinsawa.carpark.manager.data.CarPark;
import java.util.Iterator;
import jav... | UTF-8 | Java | 1,577 | java | Test.java | Java | [
{
"context": "rg.hibernate.cfg.Configuration;\n\n/**\n *\n * @author admin\n */\npublic class Test {\n\n public Test() {\n ",
"end": 566,
"score": 0.9984636306762695,
"start": 561,
"tag": "USERNAME",
"value": "admin"
},
{
"context": " Parking\",2302);\n UserC user = new... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.marcinsawa.carpark.manager.data;
import com.marcinsawa.carpark.manager.data.CarPark;
import java.util.Iterator;
import jav... | 1,577 | 0.594663 | 0.583863 | 61 | 24.803278 | 20.925175 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 9 |
b66c1c519e2fea096782d0c31ea054f600d59bc8 | 15,917,148,819,185 | 1d53f153177a2cf0ca383284e74e005b7b3ac824 | /repository1/KOTHA M K SAMPREETH/java_tasks/dowhilemul.java | 0e357b62d54269462c081929f5ab008353cad9c7 | [] | no_license | intern-mss-batch/intern_mss | https://github.com/intern-mss-batch/intern_mss | 452d9221a7e6cb6a8c66f7e097bb38fdadd1f009 | 93947a1b4bc7dc12fba98f580e8ce94d84ce8574 | refs/heads/main | 2023-04-15T02:49:09.703000 | 2021-05-10T07:39:36 | 2021-05-10T07:39:36 | 358,242,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sampreeth.helloworld;
import java.util.Scanner;
public class dowhilemul {
public static void main(String[] args) {
// TODO Auto-generated method stub
// TODO Auto-generated method stub
Scanner s = new Scanner(System.in);
System.out.println("Enter a value");
int a=s.nextInt();
int... | UTF-8 | Java | 421 | java | dowhilemul.java | Java | [] | null | [] | package com.sampreeth.helloworld;
import java.util.Scanner;
public class dowhilemul {
public static void main(String[] args) {
// TODO Auto-generated method stub
// TODO Auto-generated method stub
Scanner s = new Scanner(System.in);
System.out.println("Enter a value");
int a=s.nextInt();
int... | 421 | 0.608076 | 0.60095 | 20 | 19.049999 | 16.147678 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 9 |
d8d9dc5fcfa1ff17b336788c38d1ad38036d0a1f | 15,917,148,819,822 | 186b0e3a72ffc69e24aef7b662eec9f2baa1f52c | /web/src/main/java/org/eurekastreams/web/client/events/MessageAttachmentChangedEvent.java | 85cc614e6d6762fd4c62dce6596eeec6cbf591f1 | [] | no_license | SoftwareAG/eurekastreams-public | https://github.com/SoftwareAG/eurekastreams-public | b5544bb195cb165c7398ddb83f3106b9de493a47 | 9c8133a6ed4723e30b791fa68664f41eec5cee5a | refs/heads/master | 2017-04-27T17:19:18.895000 | 2012-02-28T08:54:19 | 2012-02-28T08:54:19 | 3,164,694 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2009 Lockheed Martin Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 1,228 | java | MessageAttachmentChangedEvent.java | Java | [] | null | [] | /*
* Copyright (c) 2009 Lockheed Martin Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 1,228 | 0.67671 | 0.670195 | 48 | 24.583334 | 24.921404 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.208333 | false | false | 9 |
7e9f8223c57bf70679b04d37453af828de8743e5 | 32,212,254,745,462 | c58f342a2ffa7ff6e2b526f3c44790f1bc1a4b86 | /src/main/java/com/siicanada/article/service/mapping/ArticleMapper.java | a836917a3706e8418b3b173ac3dcc16f6ae10ce3 | [] | no_license | minnewanka/springboot-demo | https://github.com/minnewanka/springboot-demo | d3b806c32c1f5ce55387708d159fac808a6ab698 | bcfaa66a5c21bb652a1456f20b225afd9d97ccaa | refs/heads/master | 2020-06-03T03:45:46.384000 | 2019-06-11T18:03:55 | 2019-06-11T18:03:55 | 191,424,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siicanada.article.service.mapping;
import com.siicanada.article.model.ArticleModel;
import com.siicanada.article.repository.entity.ArticleEntity;
import com.siicanada.article.repository.entity.TagEntity;
import org.mapstruct.Mapper;
/**
* Mapping between Data Layer and Business Logic Layer.
*/
@Mapper(c... | UTF-8 | Java | 833 | java | ArticleMapper.java | Java | [] | null | [] | package com.siicanada.article.service.mapping;
import com.siicanada.article.model.ArticleModel;
import com.siicanada.article.repository.entity.ArticleEntity;
import com.siicanada.article.repository.entity.TagEntity;
import org.mapstruct.Mapper;
/**
* Mapping between Data Layer and Business Logic Layer.
*/
@Mapper(c... | 833 | 0.758703 | 0.758703 | 30 | 26.766666 | 24.509432 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 9 |
bb44e8c78ba7821d6f55c781c31908a377577efb | 7,069,516,182,197 | cd4502868c8a947f6c3da880097c364fc69df229 | /src/main/java/thamuswan/sample/springrdb/service/CitizenServinceImpl.java | 7d7d076d7037afdf121d21bad805031e87e0f64d | [] | no_license | thamuswan/spring-rdb-sample | https://github.com/thamuswan/spring-rdb-sample | 02581ba963af59dec7fe22db3163ea0dee0eaef8 | 05e7dffe45084fe9d52a50bf959ba7e26bf83604 | refs/heads/master | 2023-04-22T18:22:10.983000 | 2021-05-06T16:26:55 | 2021-05-06T16:26:55 | 364,003,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package thamuswan.sample.springrdb.service;
import org.springframework.stereotype.Service;
import thamuswan.sample.springrdb.model.Cit... | UTF-8 | Java | 799 | java | CitizenServinceImpl.java | Java | [
{
"context": "b.repository.CitizenRepository;\n\n/**\n *\n * @author Thanawat Muangsawang\n */\n@Service\npublic class CitizenServinceImpl imp",
"end": 429,
"score": 0.9998743534088135,
"start": 409,
"tag": "NAME",
"value": "Thanawat Muangsawang"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package thamuswan.sample.springrdb.service;
import org.springframework.stereotype.Service;
import thamuswan.sample.springrdb.model.Cit... | 785 | 0.768461 | 0.768461 | 30 | 25.633333 | 25.94158 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
b332a2dff3e8db530a8efbbe19561c503fb75401 | 18,743,237,292,656 | d85eea278f53c2d60197a0b479c074b5a52bdf1e | /Services/msk-bs/src/main/java/com/msk/bs/controller/BS2101113Controller.java | 9eaa730185156ffddb71ce3fb3eafb086396befe | [] | no_license | YuanChenM/xcdv1.5 | https://github.com/YuanChenM/xcdv1.5 | baeaab6e566236d0f3e170ceae186b6d2999c989 | 77bf0e90102f5704fe186140e1792396b7ade91d | refs/heads/master | 2021-05-26T04:51:12.441000 | 2017-08-14T03:06:07 | 2017-08-14T03:06:07 | 100,221,981 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.msk.bs.controller;
import com.msk.bs.bean.BS2101113Param;
import com.msk.bs.logic.BS2101113Logic;
import com.msk.common.base.BaseController;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controll... | UTF-8 | Java | 1,150 | java | BS2101113Controller.java | Java | [
{
"context": "b.bind.annotation.ResponseBody;\n\n/**\n * Created by zhu_kai1 on 2016/7/8.\n */\n@Controller\n@RequestMapping(valu",
"end": 537,
"score": 0.9996325969696045,
"start": 529,
"tag": "USERNAME",
"value": "zhu_kai1"
}
] | null | [] | package com.msk.bs.controller;
import com.msk.bs.bean.BS2101113Param;
import com.msk.bs.logic.BS2101113Logic;
import com.msk.common.base.BaseController;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controll... | 1,150 | 0.780749 | 0.697861 | 34 | 32 | 25.057581 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
02ab335d147c07afcd277717b29ad446b0b8a18d | 13,005,160,981,673 | 0d03edfc4a7bc64b34540c7583337168d353496b | /app/src/test/java/com/york/android/microprogramexam/ExampleUnitTest.java | c5f13d73311a0d61c0a04e57648afc78673608ed | [] | no_license | kmgs4524/MicroprogramExam | https://github.com/kmgs4524/MicroprogramExam | 95badc23cfb003274c06bf825f97359b0233e7e0 | f96dc04404e8b430a199a63dca4d5348e44df230 | refs/heads/master | 2020-04-18T18:46:31.571000 | 2019-01-30T07:57:08 | 2019-01-30T07:57:08 | 167,694,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.york.android.microprogramexam;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.york.android.microprogramexam.model.data.ParkingLot;
import com.york.android.microprogramexam.model.apicall.ParkingLotDeserializer;
import org.junit.Test;
import java.util.List;
import static org.j... | UTF-8 | Java | 3,852 | java | ExampleUnitTest.java | Java | [] | null | [] | package com.york.android.microprogramexam;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.york.android.microprogramexam.model.data.ParkingLot;
import com.york.android.microprogramexam.model.apicall.ParkingLotDeserializer;
import org.junit.Test;
import java.util.List;
import static org.j... | 3,852 | 0.322703 | 0.295405 | 83 | 43.590363 | 24.095711 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662651 | false | false | 9 |
adce935fd5b13dfc89c52cb4d5737fb23f684012 | 13,005,160,984,810 | 66d57044c64cc724675d6b2478ddd1146add720c | /src/main/java/cn/cttic/sysframe/frame/domain/SmMenu.java | f96dd5b09ffee8e09e68773140ab286ad6c9279b | [] | no_license | zhankj/remote | https://github.com/zhankj/remote | 130bb5651623820805cccf0fe553fd38b0e5547d | a054176d469f75cce9d11a14e0b3ee1762c917d0 | refs/heads/master | 2021-01-10T01:45:50.478000 | 2016-03-16T02:08:22 | 2016-03-16T02:08:22 | 48,787,157 | 0 | 0 | null | false | 2016-03-16T02:08:22 | 2015-12-30T07:01:41 | 2015-12-30T08:58:19 | 2016-03-16T02:08:22 | 69,239 | 0 | 0 | 0 | JavaScript | null | null | package cn.cttic.sysframe.frame.domain;
public class SmMenu {
private String menuId;
private String menuName;
private String menuDesc;
private String menuPid;
private String menuType;
private Short menuOrder;
private String menuUrl;
private String menuPic;
private String sys... | UTF-8 | Java | 3,281 | java | SmMenu.java | Java | [] | null | [] | package cn.cttic.sysframe.frame.domain;
public class SmMenu {
private String menuId;
private String menuName;
private String menuDesc;
private String menuPid;
private String menuType;
private Short menuOrder;
private String menuUrl;
private String menuPic;
private String sys... | 3,281 | 0.615971 | 0.615971 | 153 | 20.450981 | 21.325655 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.300654 | false | false | 9 |
e69674e134997438c32c82a92f1143eda71d3de3 | 21,474,836,493,647 | c9a041b811853cbe8e122ede8c44f0944187cf9c | /src/shared/response/GsonResponse.java | aa8ab409bc9b65622007c8e4c1f54f02113a9006 | [] | no_license | filipedeluna/SRSC-1920 | https://github.com/filipedeluna/SRSC-1920 | 9d2fc0fc39d16fa5e28e71f5a88cbd48521c0409 | 2da9ab5e470b5d1e8a815ed33d050038315fa4fc | refs/heads/master | 2022-11-23T16:25:15.032000 | 2020-08-03T09:45:11 | 2020-08-03T09:45:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shared.response;
import com.google.gson.Gson;
import shared.http.HTTPStatus;
import shared.http.HTTPStatusPair;
import java.io.Serializable;
public class GsonResponse implements Serializable {
private HTTPStatusPair status;
GsonResponse() {}
public GsonResponse(HTTPStatus status) {
this.status = ... | UTF-8 | Java | 477 | java | GsonResponse.java | Java | [] | null | [] | package shared.response;
import com.google.gson.Gson;
import shared.http.HTTPStatus;
import shared.http.HTTPStatusPair;
import java.io.Serializable;
public class GsonResponse implements Serializable {
private HTTPStatusPair status;
GsonResponse() {}
public GsonResponse(HTTPStatus status) {
this.status = ... | 477 | 0.737945 | 0.737945 | 25 | 18.08 | 16.489803 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 9 |
03419bf4509db138ad9bab953dc97a4622fd5c8d | 5,617,817,237,434 | 0131f6d91da5b063b3d79330b014871c128c67ed | /school/javaassignments/LinkedQueue/src/LinkedQueue.java | ba5336adc136a281722002185efeff737a133713 | [
"BSD-2-Clause",
"Zlib"
] | permissive | moneytech/code-2 | https://github.com/moneytech/code-2 | f31602a702cc7e13b24c1ab5817d30d2314dde76 | d970038329f7c4e4f0ee9dcd1b345741dd0fcc51 | refs/heads/master | 2021-10-02T18:24:20.159000 | 2018-11-30T02:14:18 | 2018-11-30T02:14:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*; //Required for list interface.
public class LinkedQueue
{
protected static class Node <Character>
{
Job data;
Node next;
public Node( Job data, Node next )
{
this.data = data;
this.next = next;
}
public Node(Job data)
{
this(data, null);
}
p... | UTF-8 | Java | 1,916 | java | LinkedQueue.java | Java | [] | null | [] | import java.util.*; //Required for list interface.
public class LinkedQueue
{
protected static class Node <Character>
{
Job data;
Node next;
public Node( Job data, Node next )
{
this.data = data;
this.next = next;
}
public Node(Job data)
{
this(data, null);
}
p... | 1,916 | 0.586117 | 0.584029 | 100 | 17.18 | 20.530651 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.17 | false | false | 9 |
740d24e9367ed52f554f79b9b86ce684d3542cba | 23,012,434,783,480 | 0f0ee5876676146c4d98aeaaf0eb98360c7f56db | /internal-api/src/main/java/datadog/trace/bootstrap/instrumentation/ci/GitLabInfo.java | 19b1bea9e3e37130ce0e24745b13156006cac350 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"UPL-1.0"
] | permissive | MatthewMartinFD/dd-trace-java | https://github.com/MatthewMartinFD/dd-trace-java | b89e10678bf36c26eb7378367613a44c6d31bf41 | 80e91c877bba55681011278397d7c54b0c5649c7 | refs/heads/master | 2023-06-17T06:34:24.858000 | 2021-07-07T08:30:09 | 2021-07-07T08:30:09 | 289,055,075 | 0 | 0 | NOASSERTION | true | 2020-08-20T16:26:55 | 2020-08-20T16:26:54 | 2020-08-20T13:32:59 | 2020-08-20T14:58:25 | 132,583 | 0 | 0 | 0 | null | false | false | package datadog.trace.bootstrap.instrumentation.ci;
import datadog.trace.bootstrap.instrumentation.ci.git.CommitInfo;
import datadog.trace.bootstrap.instrumentation.ci.git.GitInfo;
import datadog.trace.bootstrap.instrumentation.ci.git.PersonInfo;
import de.thetaphi.forbiddenapis.SuppressForbidden;
@SuppressForbidden
... | UTF-8 | Java | 2,740 | java | GitLabInfo.java | Java | [] | null | [] | package datadog.trace.bootstrap.instrumentation.ci;
import datadog.trace.bootstrap.instrumentation.ci.git.CommitInfo;
import datadog.trace.bootstrap.instrumentation.ci.git.GitInfo;
import datadog.trace.bootstrap.instrumentation.ci.git.PersonInfo;
import de.thetaphi.forbiddenapis.SuppressForbidden;
@SuppressForbidden
... | 2,740 | 0.722628 | 0.722628 | 64 | 41.8125 | 25.451469 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 9 |
93c46a183edf59f02d81c225152ca349d7102ffd | 28,819,230,568,226 | 5901584bb9cc54f73fbba3ccf8f566ffd06ee1a5 | /SWIMv2-Presentation/src/it/polimi/swim/servlets/home/HomeServlet.java | e8aa4dfe2cc4ee3005171d1716dc25d9fb28f647 | [] | no_license | canidioandrea/swimv2-affetti-canidio | https://github.com/canidioandrea/swimv2-affetti-canidio | a4637504f0c5fbf688eab47d7fb2a9bff11001a8 | ebc6150ebf3ca0b029cac63fe0a85b8271cd894d | refs/heads/master | 2016-09-05T23:34:30.587000 | 2013-01-26T20:30:59 | 2013-01-26T20:30:59 | 42,445,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.swim.servlets.home;
import it.polimi.swim.entities.HelpRequest;
import it.polimi.swim.entities.User;
import it.polimi.swim.sessionbeans.HelpRequestManager;
import it.polimi.swim.sessionbeans.HelpRequestManagerRemote;
import it.polimi.swim.utils.Configuration;
import java.io.IOException;
imp... | UTF-8 | Java | 2,041 | java | HomeServlet.java | Java | [] | null | [] | package it.polimi.swim.servlets.home;
import it.polimi.swim.entities.HelpRequest;
import it.polimi.swim.entities.User;
import it.polimi.swim.sessionbeans.HelpRequestManager;
import it.polimi.swim.sessionbeans.HelpRequestManagerRemote;
import it.polimi.swim.utils.Configuration;
import java.io.IOException;
imp... | 2,041 | 0.728564 | 0.728074 | 71 | 26.746479 | 24.686609 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.802817 | false | false | 9 |
f20ddf8bdc94df10571bc4c5a26d133ac6ed84e1 | 29,059,748,743,395 | dfd79a02ebf82be191cae740119ec161545dc775 | /src/model/dao/ProdutoDao.java | f9c045afcd936e525fefc628f5bf4d849e284034 | [] | no_license | ItaloCaio/ProjetoBD-DataStore | https://github.com/ItaloCaio/ProjetoBD-DataStore | a5bf6766acde1f8e37c1a7fd7edc4539da50c845 | d88665f3ced08d635cdbb2fedb8cb4e44ed9c5a9 | refs/heads/master | 2020-04-08T13:29:06.777000 | 2018-11-27T20:22:36 | 2018-11-27T20:24:46 | 159,393,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import model.Produto;
public class ProdutoDao implements ProdutoDaoInterface {
@PersistenceContext(unitName= "ProjetoFeiraPersistenceUnit")
... | ISO-8859-2 | Java | 1,209 | java | ProdutoDao.java | Java | [] | null | [] | package model.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import model.Produto;
public class ProdutoDao implements ProdutoDaoInterface {
@PersistenceContext(unitName= "ProjetoFeiraPersistenceUnit")
... | 1,209 | 0.728477 | 0.728477 | 56 | 19.571428 | 24.343418 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.339286 | false | false | 9 |
00fff0811d4d173c7c0fea24f3f7bc6721610978 | 18,743,237,294,132 | 77ff952d144049354977ebbd86d53d519783b0c1 | /java-algorithms/src/main/java/offer/Solution52.java | 16459aa90bb435e1060ddaab9da29236d918dc56 | [] | no_license | liuhang93/java-learning | https://github.com/liuhang93/java-learning | 475dc933ad4349cca54f9985be5dc7fff7f231a5 | 20567cdf1b14ee16387d7fe1f9f61605e6cd9652 | refs/heads/master | 2021-06-17T00:12:15.757000 | 2017-04-27T09:12:39 | 2017-04-27T09:12:39 | 72,994,720 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package offer;
import org.junit.Test;
/**
* Created by liuhang on 2017/4/16.
* 字符串 正则表达式匹配
* 1.模式中,当前字符的下一个字符不是'*'
* 如果当前字符匹配,则字符串和模式串都下移一位
* 如果当前字符不匹配,则直接返回false
* 2. 模式中,当前字符的下一个字符是'*'
* 如果当前字符不匹配,则'*'匹配0个前位字符,模式串后移两位(前位字符,*前面的那个字符)
* 如果当前字符匹配,分两组
* '*'匹配0个前位字符,模式串后移两位
* '*'匹配一个或者多个前位字符,字符串后移以为,模式串不变
* 注... | UTF-8 | Java | 3,519 | java | Solution52.java | Java | [
{
"context": " offer;\n\nimport org.junit.Test;\n\n/**\n * Created by liuhang on 2017/4/16.\n * 字符串 正则表达式匹配\n * 1.模式中,当前字符的下一个字符不",
"end": 65,
"score": 0.9993507266044617,
"start": 58,
"tag": "USERNAME",
"value": "liuhang"
}
] | null | [] | package offer;
import org.junit.Test;
/**
* Created by liuhang on 2017/4/16.
* 字符串 正则表达式匹配
* 1.模式中,当前字符的下一个字符不是'*'
* 如果当前字符匹配,则字符串和模式串都下移一位
* 如果当前字符不匹配,则直接返回false
* 2. 模式中,当前字符的下一个字符是'*'
* 如果当前字符不匹配,则'*'匹配0个前位字符,模式串后移两位(前位字符,*前面的那个字符)
* 如果当前字符匹配,分两组
* '*'匹配0个前位字符,模式串后移两位
* '*'匹配一个或者多个前位字符,字符串后移以为,模式串不变
* 注... | 3,519 | 0.527922 | 0.517516 | 89 | 31.393259 | 26.956318 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.88764 | false | false | 9 |
09be645b300df69e072166829c43b79f92f9b146 | 15,298,673,522,836 | da29a66e7019058daa1c953e74221c8069fccfc7 | /java_lib/src/main/java/com/example/java_lib/designpattern/singletonpattern/DoubleCheckedLocking.java | 49eb317526b24622a5d3ac9f1d9a91cb7a5ef3d1 | [] | no_license | oceanhai/myframe2 | https://github.com/oceanhai/myframe2 | 47b6020c5df61a9868525417ed56394ed5b5ad62 | b6ff304e4fa93f4d7ec1c0f8a2215a2356b4adb8 | refs/heads/master | 2023-08-04T09:12:25.042000 | 2023-07-31T05:58:46 | 2023-07-31T05:58:46 | 219,888,854 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.java_lib.designpattern.singletonpattern;
/**
* 双重检查锁定
*/
public class DoubleCheckedLocking { // 1
// private static DoubleCheckedLocking instance; // 2
private static volatile DoubleCheckedLocking instance;//volatile 修饰 被volatile关键字修饰的变量是被禁止重排序的
public static DoubleCheckedL... | UTF-8 | Java | 757 | java | DoubleCheckedLocking.java | Java | [] | null | [] | package com.example.java_lib.designpattern.singletonpattern;
/**
* 双重检查锁定
*/
public class DoubleCheckedLocking { // 1
// private static DoubleCheckedLocking instance; // 2
private static volatile DoubleCheckedLocking instance;//volatile 修饰 被volatile关键字修饰的变量是被禁止重排序的
public static DoubleCheckedL... | 757 | 0.604511 | 0.584962 | 20 | 31.35 | 28.789364 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
0dc632946b8a7930a2b3d684a78e7bdd1e87cbeb | 21,406,117,017,593 | 87f74bd3cdee42d337c72c94cb600e0346a63dcb | /src/main/java/Aop/UserService.java | 9dbbf0a15377632291e8f3aa0d54309696809951 | [] | no_license | jidanbing/Spring | https://github.com/jidanbing/Spring | 5a8c6e5e2b483b0d6778ad70c24e96774106aca2 | 7ded05739f968ce0b1fc8cef406f3d663e29a1f6 | refs/heads/master | 2022-12-23T19:56:42.341000 | 2020-09-08T12:28:08 | 2020-09-08T12:28:08 | 293,802,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Aop;
public class UserService {
public void addUser() {
//System.out.println("开启日志记录");
new LogRecord().start();
System.out.println("这是添加用户的核心业务逻辑");
new LogRecord().close();
//System.out.println("日志记录的关闭");
}
}
| UTF-8 | Java | 322 | java | UserService.java | Java | [] | null | [] | package Aop;
public class UserService {
public void addUser() {
//System.out.println("开启日志记录");
new LogRecord().start();
System.out.println("这是添加用户的核心业务逻辑");
new LogRecord().close();
//System.out.println("日志记录的关闭");
}
}
| 322 | 0.581481 | 0.581481 | 12 | 21.5 | 16.158073 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
2a927419ea45c72b7d6a93cb587c904660f158b0 | 28,698,971,482,052 | 548f5f690f2dc48a6892ff76d5392b045601cd96 | /src/main/java/com/clancey/apollo/common/utils/message/mail/SendMailUtil.java | b04c618f29c113407f79cc5bdca91e51af5bffb7 | [] | no_license | LvGY518/apollo | https://github.com/LvGY518/apollo | 40417882914eba60dd4cdfedd0b199e71fc93e8d | 6c2e8fd849b4318175ef16ed9efad9d92f58b317 | refs/heads/master | 2020-05-01T05:22:02.305000 | 2019-03-23T15:48:45 | 2019-03-23T15:48:45 | 177,299,631 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clancey.apollo.common.utils.message.mail;
import java.io.File;
import java.io.StringWriter;
import java.util.Map;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
impor... | UTF-8 | Java | 5,872 | java | SendMailUtil.java | Java | [] | null | [] | package com.clancey.apollo.common.utils.message.mail;
import java.io.File;
import java.io.StringWriter;
import java.util.Map;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
impor... | 5,872 | 0.629616 | 0.627841 | 173 | 31.554913 | 25.176456 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052023 | false | false | 9 |
e4f5f0a2cfab0fda633c0cf664e2b7be73e6338e | 27,822,798,161,768 | b34b11f48363acd1495316cd086ab76331bff34f | /src/test/java/seedu/address/logic/commands/delete/DeleteInternshipCommandTest.java | 6d137105a5a280590a35344bacb74462b49b5254 | [
"MIT"
] | permissive | helloImHai/main | https://github.com/helloImHai/main | a4303956cc5ec3efdc91844deebc214a64c5f303 | cf6c638dac89e5aa4684d9c9aea037a576130d60 | refs/heads/master | 2021-01-03T03:20:42.613000 | 2020-04-13T15:36:13 | 2020-04-13T15:36:13 | 239,900,508 | 0 | 0 | NOASSERTION | true | 2020-02-12T01:20:55 | 2020-02-12T01:20:54 | 2020-02-12T01:18:37 | 2020-02-12T01:10:54 | 11,262 | 0 | 0 | 0 | null | false | false | package seedu.address.logic.commands.delete;
import static java.util.Objects.requireNonNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.as... | UTF-8 | Java | 4,530 | java | DeleteInternshipCommandTest.java | Java | [] | null | [] | package seedu.address.logic.commands.delete;
import static java.util.Objects.requireNonNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.as... | 4,530 | 0.713466 | 0.712583 | 121 | 36.438015 | 29.553396 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471074 | false | false | 9 |
3a44f4d7af9ba45592842d4b7e5c834aab1bade0 | 22,565,758,236,942 | aa2f86c6e4115de0399cba3a1084fa159a34571a | /EurekaClient/src/main/java/com/cpm/m2m/util/EurekaClientContributor.java | 9b9baf48d30bab03aaf40f68aeddf31c905d0ae2 | [] | no_license | CarlosPM86/SimProjectDocker | https://github.com/CarlosPM86/SimProjectDocker | e2a121b294e4d5dd933e9f0c79a03af650420eb6 | d939a8e3d57cdb8aa7c381325686f61322f3557a | refs/heads/master | 2020-12-13T19:15:03.084000 | 2020-01-20T09:24:57 | 2020-01-20T09:24:57 | 234,506,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cpm.m2m.util;
import java.util.Collections;
import org.springframework.boot.actuate.info.Info;
import org.springframework.boot.actuate.info.InfoContributor;
import org.springframework.stereotype.Component;
@Component
public class EurekaClientContributor implements InfoContributor {
@Override
public vo... | UTF-8 | Java | 460 | java | EurekaClientContributor.java | Java | [] | null | [] | package com.cpm.m2m.util;
import java.util.Collections;
import org.springframework.boot.actuate.info.Info;
import org.springframework.boot.actuate.info.InfoContributor;
import org.springframework.stereotype.Component;
@Component
public class EurekaClientContributor implements InfoContributor {
@Override
public vo... | 460 | 0.804348 | 0.802174 | 18 | 24.555555 | 24.388573 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 9 |
9b8b5c74ef6a8aeddb7111f59bb609d28654a396 | 4,509,715,691,929 | 95fe4e2065879c9d913abaee9cabb7ed49b3b703 | /deleteFile/src/cn/sinobest/AutoDelete.java | e26e19b629449ca3eab05ace006809789af152e1 | [] | no_license | AziCat/JavaLittleUtils | https://github.com/AziCat/JavaLittleUtils | e350490529df49feb9bfd5917c66c5d3ac052214 | c6006fa6b450af0d3494d67b5bac65cc2e8036fb | refs/heads/master | 2021-06-28T00:38:58.192000 | 2018-09-12T01:43:46 | 2018-09-12T01:43:46 | 74,665,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.sinobest;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import cn.sinobest.util.ConfigUtil;
import cn.sinobest.util.LogUtil;
/**
* 根据时间配置删除指定目录文件
*
* @author yanjunhao
*
*/
public class Au... | UTF-8 | Java | 3,126 | java | AutoDelete.java | Java | [
{
"context": "til.LogUtil;\n\n/**\n * 根据时间配置删除指定目录文件\n * \n * @author yanjunhao\n * \n */\npublic class AutoDelete {\n\tpublic static ",
"end": 296,
"score": 0.998379111289978,
"start": 287,
"tag": "USERNAME",
"value": "yanjunhao"
}
] | null | [] | package cn.sinobest;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import cn.sinobest.util.ConfigUtil;
import cn.sinobest.util.LogUtil;
/**
* 根据时间配置删除指定目录文件
*
* @author yanjunhao
*
*/
public class Au... | 3,126 | 0.643643 | 0.641924 | 123 | 22.658537 | 19.379324 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.268293 | false | false | 9 |
4baf1959e3a3b702e4a730c31e8b6e9eab50ff03 | 35,338,990,924,736 | c3ccbd97c6142525daa3af2f6158d32cec8b9efa | /src/main/java/nablarch/core/util/StringIterator.java | eeb52245bad9d8ccbbce457d310de1499f12e666 | [
"Apache-2.0"
] | permissive | travis-nab/nablarch-core | https://github.com/travis-nab/nablarch-core | 3c9d6e12e90d79d60bc71ae6050036b208d9176c | de09b7a27add084496a36aafabe4cb6607288626 | refs/heads/master | 2020-12-02T18:11:37.363000 | 2017-07-10T07:22:12 | 2017-07-10T07:22:12 | 96,492,321 | 0 | 0 | null | true | 2017-07-11T00:42:49 | 2017-07-07T02:47:17 | 2017-07-07T02:47:19 | 2017-07-11T00:42:49 | 243 | 0 | 0 | 0 | Java | null | null | package nablarch.core.util;
/**
* 文字列を走査するクラス。
*
* @author T.Kawasaki
*/
abstract class StringIterator {
/** 走査対象の文字列 */
final String string; // SUPPRESS CHECKSTYLE サブクラスに対してカプセル化の必要がないため
/** 走査用のインデックス */
int index = 0; // SUPPRESS CHECKSTYLE サブクラスに対してカプセル化の必要がないため
/**
... | UTF-8 | Java | 2,620 | java | StringIterator.java | Java | [
{
"context": "arch.core.util;\n\n/**\n * 文字列を走査するクラス。\n *\n * @author T.Kawasaki\n */\nabstract class StringIterator {\n\n /** 走査対象",
"end": 73,
"score": 0.9998160004615784,
"start": 63,
"tag": "NAME",
"value": "T.Kawasaki"
}
] | null | [] | package nablarch.core.util;
/**
* 文字列を走査するクラス。
*
* @author T.Kawasaki
*/
abstract class StringIterator {
/** 走査対象の文字列 */
final String string; // SUPPRESS CHECKSTYLE サブクラスに対してカプセル化の必要がないため
/** 走査用のインデックス */
int index = 0; // SUPPRESS CHECKSTYLE サブクラスに対してカプセル化の必要がないため
/**
... | 2,620 | 0.501867 | 0.500467 | 110 | 18.472727 | 17.792088 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.145455 | false | false | 9 |
aefddcd6448bcc5b5f0f6d13e1066b4cce3da0a9 | 5,652,177,005,847 | db3f2c5a6e52bc9840d515414c430ca8af6fd1cb | /screen/src/main/java/com/holderzone/android/holderpick/screen/data/domain/dto/req/base/Req.java | 5ec7788610eb4fd858510567cfc7933b1e59a58b | [] | no_license | Vovien/picking | https://github.com/Vovien/picking | f2d11a90c8c631081c32b858e4d7ffe1ed91594f | ec5f11f5fbd4c5af0139075d2512c1b547828d96 | refs/heads/master | 2020-04-10T09:17:03.372000 | 2018-12-08T11:48:45 | 2018-12-08T11:48:46 | 160,931,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.holderzone.android.holderpick.screen.data.domain.dto.req.base;
import java.io.Serializable;
/**
* 请求实体基类
*
* @author www
* @date 2018/11/12 9:14.
*/
public class Req implements Serializable {
/**
* 设备类型int
* 1 = pc端
* 2 = pda端(默认)
*/
private int Source = 2;
public i... | UTF-8 | Java | 472 | java | Req.java | Java | [
{
"context": "java.io.Serializable;\n\n/**\n * 请求实体基类\n *\n * @author www\n * @date 2018/11/12 9:14.\n */\n\npublic class Req i",
"end": 137,
"score": 0.9988717436790466,
"start": 134,
"tag": "USERNAME",
"value": "www"
}
] | null | [] | package com.holderzone.android.holderpick.screen.data.domain.dto.req.base;
import java.io.Serializable;
/**
* 请求实体基类
*
* @author www
* @date 2018/11/12 9:14.
*/
public class Req implements Serializable {
/**
* 设备类型int
* 1 = pc端
* 2 = pda端(默认)
*/
private int Source = 2;
public i... | 472 | 0.586364 | 0.554545 | 28 | 14.714286 | 16.777658 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.178571 | false | false | 9 |
5f8dd2fc03c5fc867900f3a8e4e392cfc09762bf | 22,849,226,052,565 | b72def66f313641473363b503c16aab70e72352a | /src/tech/kushan/Main.java | 96f38c530f606bf61a28f372420b06b94f645ba1 | [] | no_license | jayparesh/CHARUSAT-Document_Generation_Automation | https://github.com/jayparesh/CHARUSAT-Document_Generation_Automation | b7afb5c24220dfcc022f6748c98bbf23bf6222f2 | b802b47bd3781564dcf7517dbb3815d086afef45 | refs/heads/master | 2023-01-31T02:56:46.154000 | 2018-10-14T05:38:53 | 2018-10-14T08:01:01 | 322,282,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.kushan;
import java.awt.image.BufferedImage;
import java.io.*;
import org.apache.poi.util.Units;
import org.apache.poi.xwpf.usermodel.*;
import javax.imageio.ImageIO;
/*
* AIM line spacing = 1.5
* Code line spacing = 1.15
* Conclusion line spacing = 1.5
* */
public class Main {
//TODO: ERROR ... | UTF-8 | Java | 11,659 | java | Main.java | Java | [
{
"context": "e javaFile = new GenericPracticalFile(\"C:\\\\Users\\\\Kushan Mehta\\\\Desktop\\\\UEPracticals\");\n\n if (javaFile.v",
"end": 500,
"score": 0.9997284412384033,
"start": 488,
"tag": "NAME",
"value": "Kushan Mehta"
}
] | null | [] | package tech.kushan;
import java.awt.image.BufferedImage;
import java.io.*;
import org.apache.poi.util.Units;
import org.apache.poi.xwpf.usermodel.*;
import javax.imageio.ImageIO;
/*
* AIM line spacing = 1.5
* Code line spacing = 1.15
* Conclusion line spacing = 1.5
* */
public class Main {
//TODO: ERROR ... | 11,653 | 0.673471 | 0.66558 | 291 | 39.065292 | 35.024868 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57732 | false | false | 9 |
7048b04b33cd124bb3b00c2f70286e1ed84637bd | 36,240,934,055,293 | 9c290794d7a07ae9adbb0338b7dcc4d7a224f613 | /Source/shopSystem/src/main/java/com/gofirst/framework/util/MIME.java | 5dd635651e069a9d30966a98e59e0f2fd41814e3 | [] | no_license | WangYSimpler/shop | https://github.com/WangYSimpler/shop | 2d9ab714b890602ad5f3721f5034429ace7a0db1 | af5ce8f980bc4184c1b2428c7dfca59a30b20d6e | refs/heads/master | 2021-01-21T15:31:11.518000 | 2017-10-11T08:05:43 | 2017-10-11T08:05:43 | 95,391,914 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gofirst.framework.util;
import java.util.HashMap;
import java.util.Map;
/**
* 获取网络文件mime处理类型
*
*/
public class MIME {
private static Map<String, String> mimeMap = new HashMap<String, String>();
static {
mimeMap.put("doc", "application/msword");
mimeMap.put("docx", "application/x-msword");
mi... | UTF-8 | Java | 969 | java | MIME.java | Java | [] | null | [] | package com.gofirst.framework.util;
import java.util.HashMap;
import java.util.Map;
/**
* 获取网络文件mime处理类型
*
*/
public class MIME {
private static Map<String, String> mimeMap = new HashMap<String, String>();
static {
mimeMap.put("doc", "application/msword");
mimeMap.put("docx", "application/x-msword");
mi... | 969 | 0.666667 | 0.666667 | 39 | 23.23077 | 20.118191 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.871795 | false | false | 9 |
34089186af96f28abc08a8a0c6fac323155bb4c3 | 5,720,896,487,534 | 74d01bf1cc53423e7cc9f19936196e1f21379c2b | /JAVA/java基础学习2/Collection/src/TestSet.java | 90e91eba290282b5b2dc6a0b49ae742bad8561c7 | [] | no_license | sofencyXiao/practice | https://github.com/sofencyXiao/practice | dda17b68a9462affc2876c1be70f4d0f253d2150 | dc09ddc68bc8a4296a93f64d1a5cf7d905d2e7df | refs/heads/master | 2022-10-27T01:16:05.769000 | 2020-11-12T02:21:02 | 2020-11-12T02:21:02 | 195,350,680 | 1 | 0 | null | false | 2022-10-12T20:39:35 | 2019-07-05T06:23:09 | 2021-06-20T13:43:36 | 2022-10-12T20:39:31 | 57,839 | 1 | 0 | 2 | Java | false | false | import java.io.Serializable;
import java.util.*;
/**
* @auther sofency
* @date 2020/1/13 18:04
* @package 测试hashset
*/
public class TestSet {
public static void main(String[] args) {
System.out.println("测试hashset的方法");
Set<String> set = new HashSet<>();
set.add("London");
set.... | UTF-8 | Java | 2,399 | java | TestSet.java | Java | [
{
"context": ".Serializable;\nimport java.util.*;\n\n/**\n * @auther sofency\n * @date 2020/1/13 18:04\n * @package 测试hashset\n *",
"end": 72,
"score": 0.9996836185455322,
"start": 65,
"tag": "USERNAME",
"value": "sofency"
},
{
"context": ";\n set1.add(\"new York\");\n ... | null | [] | import java.io.Serializable;
import java.util.*;
/**
* @auther sofency
* @date 2020/1/13 18:04
* @package 测试hashset
*/
public class TestSet {
public static void main(String[] args) {
System.out.println("测试hashset的方法");
Set<String> set = new HashSet<>();
set.add("London");
set.... | 2,399 | 0.565671 | 0.541489 | 70 | 29.128571 | 19.220467 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 9 |
21cbdb16af1453f835bb0b29869b63198d17f5b8 | 15,702,400,490,007 | efcd1388e20bca0d0939ddd91b5dcb8af07fdf88 | /src/test/java/com/deepoove/poi/tl/datasource/MembershipApplicationContact.java | 205e559f22044bc8db36ca9add50912b101eaf75 | [
"Apache-2.0"
] | permissive | twbbb/poi-tl | https://github.com/twbbb/poi-tl | bcc44ef038ea7ab2e1c195f778317d30b3fa33f7 | 0b02efe4deb6c8e4094d06e60864e3390bcf473a | refs/heads/master | 2021-04-12T08:58:00.892000 | 2018-04-03T08:14:56 | 2018-04-03T08:14:56 | 126,761,742 | 0 | 0 | Apache-2.0 | true | 2018-03-26T02:19:18 | 2018-03-26T02:19:18 | 2018-03-24T06:02:12 | 2017-12-21T09:18:12 | 1,365 | 0 | 0 | 0 | null | false | null | package com.deepoove.poi.tl.datasource;
public class MembershipApplicationContact
{
private String bmcName; // 联系人名称
private String bmcRelationName; // 联系人关系
private String bmcMobile; // 联系人手机号码
private String bmcQq; // 联系人QQ
public String getBmcName()
{
return bmcName;
}
public void setBmcNa... | UTF-8 | Java | 876 | java | MembershipApplicationContact.java | Java | [] | null | [] | package com.deepoove.poi.tl.datasource;
public class MembershipApplicationContact
{
private String bmcName; // 联系人名称
private String bmcRelationName; // 联系人关系
private String bmcMobile; // 联系人手机号码
private String bmcQq; // 联系人QQ
public String getBmcName()
{
return bmcName;
}
public void setBmcNa... | 876 | 0.686603 | 0.686603 | 45 | 16.533333 | 16.658131 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.355556 | false | false | 9 |
295051f88de50dca61c0af169899d6fce61098c7 | 28,449,863,386,110 | eeb0102c712775fb3927696f9438fefd87548ff6 | /src/main/java/com/digicelgroup/moncash/http/HttpMethod.java | 0a97f576353e9537171ed6bb4619839068f8784c | [] | no_license | ecelestin/Moncash-sdk-java | https://github.com/ecelestin/Moncash-sdk-java | 48ef8ad02ba52c45e2bc672b7c41210ed3407aa7 | c8d1174f7239bcc34affbc805626c0949a6a2282 | refs/heads/master | 2023-06-08T02:18:10.927000 | 2023-05-30T19:13:07 | 2023-05-30T19:13:07 | 197,649,302 | 5 | 4 | null | false | 2022-05-20T21:47:06 | 2019-07-18T20:01:16 | 2021-12-19T23:41:49 | 2022-05-20T21:47:04 | 91 | 4 | 1 | 4 | Java | false | false | package com.digicelgroup.moncash.http;
public enum HttpMethod {
GET,POST;
}
| UTF-8 | Java | 81 | java | HttpMethod.java | Java | [] | null | [] | package com.digicelgroup.moncash.http;
public enum HttpMethod {
GET,POST;
}
| 81 | 0.740741 | 0.740741 | 5 | 15.2 | 14.386105 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
32ccb279f2e08667f89f5e83374f1968a93e677b | 26,431,228,793,090 | b6b443c328f6f12552ef14e2bb3f1f86ca711c7e | /src/test/java/TestExecution/TestReport.java | ccbcca5ebe68f18ca4f7fd87c43daaea185619cf | [
"Apache-2.0"
] | permissive | trongtuyen96/automation-test-framework-api-lite | https://github.com/trongtuyen96/automation-test-framework-api-lite | e6f73c26e4998460d76ce00ea9367eaf22c7f939 | 2b6a4f7ccacee16686d509a011854fcc433e091b | refs/heads/master | 2022-12-15T08:15:03.367000 | 2022-11-30T22:29:12 | 2022-11-30T22:29:12 | 256,684,125 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TestExecution;
import com.aventstack.extentreports.AnalysisStrategy;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.Status;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import org.apache.commons.io.Filen... | UTF-8 | Java | 4,282 | java | TestReport.java | Java | [] | null | [] | package TestExecution;
import com.aventstack.extentreports.AnalysisStrategy;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.Status;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import org.apache.commons.io.Filen... | 4,282 | 0.671649 | 0.670014 | 127 | 32.716534 | 30.188879 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590551 | false | false | 9 |
b544260337258b0af0fb62aed77f8d7fff7584ae | 26,431,228,795,563 | a0b1c06056356ab91df50faf1be8644db5384d96 | /src/DAL/PaisDAL.java | f6704754a6182f9e6d320b4c4adb7245eaaee2f3 | [] | no_license | faguilavidal/Proyecto-Taller-de-Base-de-datos | https://github.com/faguilavidal/Proyecto-Taller-de-Base-de-datos | c377f057cf9e974af709f141f472f6f475474996 | eda442201abf714f53392c733cf971f28cdebfce | refs/heads/master | 2021-05-30T14:00:59.735000 | 2015-06-30T20:13:16 | 2015-06-30T20:13:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package DAL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
public class PaisDAL
{
private Conexion conn;
public PaisDAL()
{
conn = new Conexion();
}
public ArrayList<BLL.Pais> selectPais(... | UTF-8 | Java | 2,024 | java | PaisDAL.java | Java | [] | null | [] |
package DAL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
public class PaisDAL
{
private Conexion conn;
public PaisDAL()
{
conn = new Conexion();
}
public ArrayList<BLL.Pais> selectPais(... | 2,024 | 0.462945 | 0.458992 | 79 | 23.594936 | 19.417805 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392405 | false | false | 9 |
2dcbf8147ebae23a24f1e76f99676f1dbd058088 | 29,875,792,543,325 | 36a1fd213cadf126306e7efcf62ec5b49df938cf | /Source Code/camel-cxfrs-common/src/main/java/org/apache/camel/cxfrs/model/DiscountsModel.java | daffab46b3723a2b5b3067de9ed33efb2d8da275 | [] | no_license | alsing/BackEnd_Cart | https://github.com/alsing/BackEnd_Cart | 0ce90ba2858b86b054fe4ba11bb09c4719791640 | 291d01a5ed4bc51ce6ecfed634e6001d06a8318f | refs/heads/master | 2016-09-14T01:26:39.151000 | 2016-05-20T08:29:12 | 2016-05-20T08:29:12 | 59,137,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.camel.cxfrs.model;
/**
*
* @author Pambudi Bayu
*/
public class DiscountsModel
{
private Integer DiscountId;
private Integer Nominal;
private String Description;
public Integer getDiscountId()
{
return DiscountId;
}
public void setDiscountId(Integer DiscountI... | UTF-8 | Java | 718 | java | DiscountsModel.java | Java | [
{
"context": "e org.apache.camel.cxfrs.model;\n\n/**\n *\n * @author Pambudi Bayu\n */\npublic class DiscountsModel\n{\n private Int",
"end": 69,
"score": 0.9998518824577332,
"start": 57,
"tag": "NAME",
"value": "Pambudi Bayu"
}
] | null | [] | package org.apache.camel.cxfrs.model;
/**
*
* @author <NAME>
*/
public class DiscountsModel
{
private Integer DiscountId;
private Integer Nominal;
private String Description;
public Integer getDiscountId()
{
return DiscountId;
}
public void setDiscountId(Integer DiscountId)
... | 712 | 0.62117 | 0.62117 | 43 | 15.697675 | 15.91041 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232558 | false | false | 9 |
002d3cac9745688828d1bfc040964a6541e85f39 | 23,192,823,450,919 | 2c5445ca0a677af365cde4ae7e9e3ce221c4594a | /src/main/java/Services/Implementation/LabTestType.java | 69a770fc70ce8c4eb97a1d4b3ac6f4e2eb4ab191 | [] | no_license | Weldmicheal/PatientRecordSystem | https://github.com/Weldmicheal/PatientRecordSystem | f76fea58c6433a06dc85296a1bab91605f4fd731 | f5f129fbb7c53bbf6dc3b7d49d505e1b135ac7d4 | refs/heads/main | 2023-06-02T19:19:50.910000 | 2021-06-26T04:21:22 | 2021-06-26T04:21:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Services.Implementation;
import Domain.ViewModel.LabTestTypeViewModel;
import Services.Interface.ILabTestType;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class LabTestType implements ILabTestType {
@Override
public List<Domain.Entity.LabTestType> findAll() {
... | UTF-8 | Java | 1,269 | java | LabTestType.java | Java | [] | null | [] | package Services.Implementation;
import Domain.ViewModel.LabTestTypeViewModel;
import Services.Interface.ILabTestType;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class LabTestType implements ILabTestType {
@Override
public List<Domain.Entity.LabTestType> findAll() {
... | 1,269 | 0.704492 | 0.704492 | 59 | 20.508474 | 25.696648 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.186441 | false | false | 9 |
e320973113fdb46a389b9adce92f14b86b08e2fa | 26,989,574,546,637 | 1ba4009e614bbd223da2daeafe48d87275fa07d3 | /tekir-contact/src/main/java/com/ozguryazilim/tekir/contact/AbstractPersonFeature.java | 43166f169b22884534febf8956d2a8010d0f9174 | [] | no_license | ateshuseyin/tekir4 | https://github.com/ateshuseyin/tekir4 | 737c8237762450108ce389927d2d0394188fde56 | 2ab835485e97b210d5507a7fe1677ad549746ba9 | refs/heads/master | 2020-04-01T14:31:33.135000 | 2018-08-13T10:20:14 | 2018-08-13T10:20:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ozguryazilim.tekir.contact;
import com.ozguryazilim.tekir.contact.config.ContactPages;
import com.ozguryazilim.tekir.entit... | UTF-8 | Java | 918 | java | AbstractPersonFeature.java | Java | [
{
"context": "yazilim.telve.feature.PageType;\n\n/**\n *\n * @author oyas\n */\n@Feature(permission = \"contact\", forEntity = ",
"end": 564,
"score": 0.9973624348640442,
"start": 560,
"tag": "USERNAME",
"value": "oyas"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ozguryazilim.tekir.contact;
import com.ozguryazilim.tekir.contact.config.ContactPages;
import com.ozguryazilim.tekir.entit... | 918 | 0.786492 | 0.786492 | 25 | 35.720001 | 28.167385 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 9 |
51ac743ad7dd3231a318edd5f79c671db8cda28a | 22,187,801,095,893 | df91e34632dba259f1ac7c3c39fc3b16b237e3b4 | /src/main/java/com/lob/id/StringValued.java | 63a94cc7b402d9e69cdfe8935be33687c3156342 | [
"MIT"
] | permissive | mfoulk/lob-java | https://github.com/mfoulk/lob-java | 6a513e7ea2b6d15dcdc4ae9df97c7b30ed223d0b | 8ae246ee719a3cc7e57cd7705baf0dbc58b1977f | refs/heads/master | 2021-01-19T07:50:12.140000 | 2017-03-28T00:54:17 | 2017-03-28T00:54:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lob.id;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.lob.protocol.serializer.StringValuedSerializer;
@JsonSerialize(using = StringValuedSerializer.class)
public interface StringValued {
public String value();
}
| UTF-8 | Java | 259 | java | StringValued.java | Java | [] | null | [] | package com.lob.id;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.lob.protocol.serializer.StringValuedSerializer;
@JsonSerialize(using = StringValuedSerializer.class)
public interface StringValued {
public String value();
}
| 259 | 0.818533 | 0.818533 | 9 | 27.777779 | 23.785046 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
98a31949509f16e6d8bfcb92c051257afe31e870 | 4,355,096,840,772 | f2b83a97fc7597a07d459204e857fff430e4a953 | /app/src/main/java/com/demos/notification/MyDialog.java | 51ca7e030d58359d9159bbdc91c493823bb460af | [] | no_license | 70kg/Demos | https://github.com/70kg/Demos | 8e27c0ba90c605351b81ae7fef450695edda6843 | 3f9cd54e6916be8cdb0adb523d6388959fa197a7 | refs/heads/master | 2020-12-24T07:43:27.790000 | 2016-08-02T11:38:36 | 2016-08-02T11:38:36 | 51,301,724 | 8 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demos.notification;
import android.app.Dialog;
import android.content.Context;
import android.view.Gravity;
import android.view.Window;
import com.demos.R;
/**
* Created by wangpeng on 16/4/28.
*/
public class MyDialog extends Dialog{
public MyDialog(Context context) {
super(context,R.style... | UTF-8 | Java | 503 | java | MyDialog.java | Java | [
{
"context": "ew.Window;\n\nimport com.demos.R;\n\n/**\n * Created by wangpeng on 16/4/28.\n */\npublic class MyDialog extends Dia",
"end": 197,
"score": 0.9990407824516296,
"start": 189,
"tag": "USERNAME",
"value": "wangpeng"
}
] | null | [] | package com.demos.notification;
import android.app.Dialog;
import android.content.Context;
import android.view.Gravity;
import android.view.Window;
import com.demos.R;
/**
* Created by wangpeng on 16/4/28.
*/
public class MyDialog extends Dialog{
public MyDialog(Context context) {
super(context,R.style... | 503 | 0.713718 | 0.703777 | 21 | 22.952381 | 19.009962 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 9 |
3fa8aa3066c4f1bb082842c4b51f9aa37631dcdd | 36,730,560,320,182 | 1ecf2a19554de5e1b6af6f560dfddf6dfe6d8a4f | /SphereDriver.java | 3d848bf05a7e4855d3c95a7e90a035c92f905f2b | [] | no_license | Kaitlynforsb/Spring-2019 | https://github.com/Kaitlynforsb/Spring-2019 | ddfb0b9ffc5b48eb405c92f0f8938540769dbc21 | b4a0faa5fc167b0c2a66d060095c51ded1e1e173 | refs/heads/master | 2020-04-22T12:07:31.824000 | 2019-05-13T20:23:40 | 2019-05-13T20:23:40 | 170,362,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Scanner;
public class SphereDriver
{
public static void main (String [] args)
{
double radius= 0.0;
double area = 0.0;
double volume = 0.0;
Scanner scan = new Scanner (System.in);
Sphere sphere1 = new Sphere ();
Sphere sphere2 = new Sphere (4.56, 261.3001, 397.1761);... | UTF-8 | Java | 903 | java | SphereDriver.java | Java | [] | null | [] |
import java.util.Scanner;
public class SphereDriver
{
public static void main (String [] args)
{
double radius= 0.0;
double area = 0.0;
double volume = 0.0;
Scanner scan = new Scanner (System.in);
Sphere sphere1 = new Sphere ();
Sphere sphere2 = new Sphere (4.56, 261.3001, 397.1761);... | 903 | 0.640089 | 0.601329 | 42 | 20.333334 | 21.513746 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 9 |
e82747406e33fe2b94ba5cec9312a73fff6730dd | 21,912,923,180,861 | 40fa673091083f5a461e2cedd4792c4093f6a71e | /src/algorithms/sort/insertion/InsertionSort.java | a30c9695d1a46addb0e5af428f73fe454644d15d | [] | no_license | GyaanSANE/DSgo | https://github.com/GyaanSANE/DSgo | 8cc027fdef17c27d966bd2c4fa1f908b8ead9edf | a2e2774e5c0517b825d4308c0eb26305bc281ceb | refs/heads/master | 2022-10-16T06:03:50.597000 | 2020-06-14T13:47:44 | 2020-06-14T13:47:44 | 263,398,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms.sort.insertion;
public class InsertionSort {
public static int[] insertionSort(int[] arr) {
for(int i=1;i<arr.length;i++) {
int val = arr[i];
int hole = i;
while(hole >0 && arr[hole-1]>val) {
arr[hole] = arr[hole-1];
hole--;
}
if(hole!=i) {
arr[hole]=val;
}
}
... | UTF-8 | Java | 463 | java | InsertionSort.java | Java | [] | null | [] | package algorithms.sort.insertion;
public class InsertionSort {
public static int[] insertionSort(int[] arr) {
for(int i=1;i<arr.length;i++) {
int val = arr[i];
int hole = i;
while(hole >0 && arr[hole-1]>val) {
arr[hole] = arr[hole-1];
hole--;
}
if(hole!=i) {
arr[hole]=val;
}
}
... | 463 | 0.570194 | 0.561555 | 28 | 15.535714 | 14.261542 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 9 |
980eac27e17b009c4c9d047841dd4cb8f2143f85 | 28,063,316,375,844 | 25fcc1140ba97257fc0ba20c7fa146afc22dcc82 | /src/main/java/com/yjh256/moviereviewappspring/api/MovieApiClient.java | d899cef2384dc85ef86e4e2ce17c587423c0145a | [] | no_license | yjh256/movie-review-app-spring | https://github.com/yjh256/movie-review-app-spring | dcb9ff7a04566770c1a98404519df90a0b0a6032 | 113e07e941504278a00fce017fd71eb84b168060 | refs/heads/master | 2023-05-11T07:17:26.627000 | 2021-06-03T06:43:05 | 2021-06-03T06:43:05 | 359,714,652 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yjh256.moviereviewappspring.api;
import com.yjh256.moviereviewappspring.web.dto.MoviesResponseDto;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.spring... | UTF-8 | Java | 1,244 | java | MovieApiClient.java | Java | [
{
"context": "com.yjh256.moviereviewappspring.api;\n\nimport com.yjh256.moviereviewappspring.web.dto.MoviesResponseDto;\ni",
"end": 63,
"score": 0.6979128122329712,
"start": 58,
"tag": "USERNAME",
"value": "jh256"
},
{
"context": "0yaQC\";\n private final String CLIENT_SECRET = \"... | null | [] | package com.yjh256.moviereviewappspring.api;
import com.yjh256.moviereviewappspring.web.dto.MoviesResponseDto;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.spring... | 1,239 | 0.776527 | 0.770096 | 36 | 33.555557 | 33.360359 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 9 |
0f540fbf697390b14ccd5b0e0bbe70287c7a7dd0 | 32,813,550,146,478 | c224007144cb3ec70b7ebf19740b6b9d633a1378 | /src/java/sandbox/dan/vjtest/sandbox/mdb/Mp3FileInfo.java | 693330b051ed87f5556320ab19bdd324de366c62 | [] | no_license | adovzh/VarJTest | https://github.com/adovzh/VarJTest | 33181ee5dbac68e7d0c613aa38b97bb8f58b76c7 | d61daaa0dc99761767060733ef5ff39bb354c426 | refs/heads/master | 2020-05-26T10:09:03.425000 | 2012-04-02T17:15:17 | 2012-04-02T17:15:17 | 1,262,763 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2011 Alexander Dovzhikov <alexander.dovzhikov@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above c... | UTF-8 | Java | 2,283 | java | Mp3FileInfo.java | Java | [
{
"context": "/*\n * Copyright (c) 2011 Alexander Dovzhikov <alexander.dovzhikov@gmail.com>.\n * All rights re",
"end": 44,
"score": 0.9998703598976135,
"start": 25,
"tag": "NAME",
"value": "Alexander Dovzhikov"
},
{
"context": "/*\n * Copyright (c) 2011 Alexander Dovzhikov <alexande... | null | [] | /*
* Copyright (c) 2011 <NAME> <<EMAIL>>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of
* ... | 2,235 | 0.6947 | 0.684626 | 76 | 29.039474 | 30.489618 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
29917be41703fd5f8a58c0bb40a317e0880c337d | 910,533,076,905 | 77fa40a51bed9af6c7e0319680626a8dc20797a6 | /src/main/java/cinemaApp/logic/UnionLithuanian.java | 154b07a9b043e57e6652caecfa0e0224f7f1f4da | [] | no_license | BMartynas/KinoTeatrai_PSK | https://github.com/BMartynas/KinoTeatrai_PSK | 9fdaf0924714fc5486437071d4cb71ece47c4101 | 43a322c9d074b1545358b076297cfea9a2c36c74 | refs/heads/master | 2023-05-23T03:40:10.856000 | 2021-06-13T18:10:02 | 2021-06-13T18:10:02 | 360,142,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cinemaApp.logic;
import javax.enterprise.inject.Alternative;
@Alternative
public class UnionLithuanian implements IUnionLanguage {
@Override
public String printUnions() {
return "Profesinės sąjungos:";
}
}
| UTF-8 | Java | 239 | java | UnionLithuanian.java | Java | [] | null | [] | package cinemaApp.logic;
import javax.enterprise.inject.Alternative;
@Alternative
public class UnionLithuanian implements IUnionLanguage {
@Override
public String printUnions() {
return "Profesinės sąjungos:";
}
}
| 239 | 0.738397 | 0.738397 | 12 | 18.75 | 18.739998 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
208fa8ce3ace9219be9451cacaf0eac7661caaf2 | 6,743,098,664,645 | 124576e22e4fbd963b97809a0ee96f9b7d24a29e | /HXJD/HXJD-core/src/main/java/com/base/core/JBase.java | cb95f26e0fc7c6ec0f054896bf326e69b52a9cec | [] | no_license | Chuan1021745331/hxjd | https://github.com/Chuan1021745331/hxjd | ca1f8346fdf1ef93da0de1608c14f9e993964802 | 380c0d75df0cd06a0eb15df59f234c2f60a59fec | refs/heads/master | 2021-09-10T12:18:07.233000 | 2018-01-10T00:55:52 | 2018-01-10T00:55:52 | 117,226,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base.core;
import java.io.File;
import com.base.freemarker.JFunction;
import com.base.freemarker.JTag;
import com.jfinal.core.JFinal;
import com.jfinal.kit.PathKit;
import com.jfinal.render.FreeMarkerRender;
public class JBase {
public static void addTag(String key, JTag tag) {
FreeMarkerR... | UTF-8 | Java | 1,179 | java | JBase.java | Java | [] | null | [] | package com.base.core;
import java.io.File;
import com.base.freemarker.JFunction;
import com.base.freemarker.JTag;
import com.jfinal.core.JFinal;
import com.jfinal.kit.PathKit;
import com.jfinal.render.FreeMarkerRender;
public class JBase {
public static void addTag(String key, JTag tag) {
FreeMarkerR... | 1,179 | 0.725191 | 0.724343 | 47 | 23.085106 | 23.143246 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.340425 | false | false | 9 |
9c3eb18288724646c6f935d744e43387b2d9f2ec | 18,330,920,431,580 | 2075d885a10a853c4d587c650957d0afa924697d | /src/main/java/com/psl/hosp/service/EncounterService.java | 8c2cd8e2bad9e83997f04235a3efaab7252db801 | [] | no_license | rajandhage/java_assignment | https://github.com/rajandhage/java_assignment | bafc6215a14fb5da0be037c236e5c9f284cdd607 | 56493543058c4988d060a3f000cd99ab418d9e6b | refs/heads/main | 2023-03-07T11:01:25.243000 | 2021-02-18T06:15:32 | 2021-02-18T06:15:32 | 339,948,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.psl.hosp.service;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.psl.hosp.dao.EncounterDao;
import com.psl.hosp.model.Encounter;
import com.psl.hosp.utiliy.Utility;
@Service... | UTF-8 | Java | 1,455 | java | EncounterService.java | Java | [] | null | [] | package com.psl.hosp.service;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.psl.hosp.dao.EncounterDao;
import com.psl.hosp.model.Encounter;
import com.psl.hosp.utiliy.Utility;
@Service... | 1,455 | 0.742268 | 0.742268 | 53 | 25.452829 | 31.607 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45283 | false | false | 9 |
e6e432da3df7225055601008736856dee1b4c1ad | 31,954,556,696,004 | 3ce58a9af0e5204b505eb091bea0e426e6213c65 | /app/src/main/java/com/example/jesusdominguez/hayari_app/Juego1.java | 7c5bddaba1a8fbf405b2e9486993bb911ad45cce | [] | no_license | mal4f4ma/app_ing_soft | https://github.com/mal4f4ma/app_ing_soft | 870e54cb83c4af85170324a63c3eb34d6bea0f81 | d145e9d79413c832da59f4d6aea026ca648a471f | refs/heads/master | 2020-08-26T19:32:54.124000 | 2019-11-29T15:45:09 | 2019-11-29T15:45:09 | 217,122,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jesusdominguez.hayari_app;
import android.content.ClipData;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.DragEvent;
import android.view.View;
import android.widget.Button;
public class Juego1 extends AppCompatActivity {
Button bt_yellow, bt_gr... | UTF-8 | Java | 1,963 | java | Juego1.java | Java | [
{
"context": "package com.example.jesusdominguez.hayari_app;\n\nimport android.content.ClipData;\nimp",
"end": 34,
"score": 0.9987172484397888,
"start": 20,
"tag": "USERNAME",
"value": "jesusdominguez"
}
] | null | [] | package com.example.jesusdominguez.hayari_app;
import android.content.ClipData;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.DragEvent;
import android.view.View;
import android.widget.Button;
public class Juego1 extends AppCompatActivity {
Button bt_yellow, bt_gr... | 1,963 | 0.641365 | 0.639328 | 64 | 29.671875 | 23.935495 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 9 |
2aad7a37ee5ddc52216d99b0884510b1491d1059 | 31,430,570,682,378 | 4b3b62ae7172d29b6648ec58faa6d42ce4dbda70 | /src/game/boats/BoatTypes.java | 7ba1e908cae7ea8496f4aed5ea6e854a0f7cae6f | [] | no_license | keyto123/NavalBattle | https://github.com/keyto123/NavalBattle | 057167d5d420410e0b85afb81e2c8530dd8eb0bb | 013bf4953e9b6d00577536c2e10d41a558e43cee | refs/heads/master | 2020-03-22T06:32:52.915000 | 2018-07-19T19:54:00 | 2018-07-19T19:54:00 | 139,641,948 | 1 | 1 | null | false | 2018-07-17T17:54:19 | 2018-07-03T22:12:41 | 2018-07-17T17:53:30 | 2018-07-17T17:54:19 | 85 | 0 | 1 | 0 | Java | false | null | package game.boats;
public enum BoatTypes {
SMALLBOAT(2, "boat1", Power.NONE), MEDIUMBOAT(3, "boat2", Power.CROSS), LARGEBOAT(4, "boat3", Power.SQUARE);
private int length;
private String name;
private Power power;
public int getLength() {
return length;
}
public String getName() {
return name;
}
... | UTF-8 | Java | 499 | java | BoatTypes.java | Java | [] | null | [] | package game.boats;
public enum BoatTypes {
SMALLBOAT(2, "boat1", Power.NONE), MEDIUMBOAT(3, "boat2", Power.CROSS), LARGEBOAT(4, "boat3", Power.SQUARE);
private int length;
private String name;
private Power power;
public int getLength() {
return length;
}
public String getName() {
return name;
}
... | 499 | 0.675351 | 0.663327 | 28 | 16.821428 | 21.959465 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.821429 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.