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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eede5bebcbf67b70986c23cce62fd56bdb906265 | 3,521,873,210,651 | cbf98f589fbab4a4030d288cafa442e4e9987370 | /src/tecno/controller/ProdutoController.java | eb8dfca42cb152af247c0a87dde513572129b202 | [] | no_license | joaoe5/tecnoroca | https://github.com/joaoe5/tecnoroca | e393b9d459a505437a3b84d4954819c15bfb2ff3 | ae3653c075039bdcb886c14d154a62cc32c02514 | refs/heads/master | 2020-04-11T06:28:56.925000 | 2018-12-13T04:06:28 | 2018-12-13T04:06:28 | 161,581,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tecno.controller;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import tecno.dao.DAO;
import tecno.modelo.Produto;
import tecno.modelo.Usuario;
@ViewScoped
@ManagedBean
pu... | ISO-8859-1 | Java | 2,062 | java | ProdutoController.java | Java | [] | null | [] | package tecno.controller;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import tecno.dao.DAO;
import tecno.modelo.Produto;
import tecno.modelo.Usuario;
@ViewScoped
@ManagedBean
pu... | 2,062 | 0.732264 | 0.732264 | 82 | 24.097561 | 24.512123 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.682927 | false | false | 4 |
b19eb762732ec3ace8f405cf7859125f44d7a92a | 9,912,784,550,568 | a119edd785b152cda3aaee2128d1b9fd5f65fdd4 | /exam_2020_march/ChristmasTournament.java | c4e302dca2661e2ad6bdb955d44195f76e033f6c | [] | no_license | m-d-asenov/SoftUni-Programming-Basics-with-Java-and-CPP | https://github.com/m-d-asenov/SoftUni-Programming-Basics-with-Java-and-CPP | 9460c00ab0ed713c8a8930ff1fd70a663cb92054 | cdfd5417d6b808bfefe8e03872670d53f6543ed2 | refs/heads/master | 2022-11-28T01:44:03.358000 | 2020-07-21T20:24:30 | 2020-07-21T20:24:30 | 276,233,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class ChristmasTournament{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int n = Integer.parseInt(sc.nextLine());
double totalMoney = 0.0;
int winDays = 0;
for(int i = 0; i < n; i++){
int wins = 0;
int ... | UTF-8 | Java | 1,077 | java | ChristmasTournament.java | Java | [] | null | [] | import java.util.Scanner;
public class ChristmasTournament{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int n = Integer.parseInt(sc.nextLine());
double totalMoney = 0.0;
int winDays = 0;
for(int i = 0; i < n; i++){
int wins = 0;
int ... | 1,077 | 0.545961 | 0.531105 | 54 | 17.981482 | 18.396347 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.166667 | false | false | 4 |
adec17ff0f3b0a94d5c903371cb77dba167030fb | 5,334,349,408,526 | e8c0e98e7519fbc176d235a3bdfa04e3343b7541 | /src/main/java/com/hm/manage/file/service/IFileService.java | a3f0a474e6ce6cfcfb0fbaa0e0dface307fb3488 | [] | no_license | dreamhm/clown-service | https://github.com/dreamhm/clown-service | 05ba146699879137c6ca6961cd6a328b0f6fbfe1 | 4fe42fa6b5a0aba96abbde71ea5c6e321333e0f9 | refs/heads/master | 2022-06-21T10:30:24.539000 | 2020-06-20T16:02:32 | 2020-06-20T16:02:32 | 241,352,481 | 1 | 0 | null | false | 2022-06-21T02:50:07 | 2020-02-18T12:12:59 | 2020-06-20T16:03:41 | 2022-06-21T02:50:07 | 113 | 0 | 0 | 2 | Java | false | false | package com.hm.manage.file.service;
import com.hm.common.entity.ClownResult;
import com.hm.manage.file.model.FileBo;
/**
* @创建人 【郝苗】
* @创建时间
* @描述:
*/
public interface IFileService {
/**
*@描述 新增、修改文件信息
*@参数 fileBo
*@返回值 clownResult
*@创建人 haomiao
*@创建时间 2020/2/16
*/
public Clo... | UTF-8 | Java | 812 | java | IFileService.java | Java | [
{
"context": "rt com.hm.manage.file.model.FileBo;\n\n/**\n * @创建人 【郝苗】\n * @创建时间\n * @描述:\n */\npublic interface IFileServi",
"end": 134,
"score": 0.9449413418769836,
"start": 132,
"tag": "NAME",
"value": "郝苗"
},
{
"context": " *@参数 fileBo\n *@返回值 clownResult\n *@创建人 haom... | null | [] | package com.hm.manage.file.service;
import com.hm.common.entity.ClownResult;
import com.hm.manage.file.model.FileBo;
/**
* @创建人 【郝苗】
* @创建时间
* @描述:
*/
public interface IFileService {
/**
*@描述 新增、修改文件信息
*@参数 fileBo
*@返回值 clownResult
*@创建人 haomiao
*@创建时间 2020/2/16
*/
public Clo... | 812 | 0.571212 | 0.539394 | 38 | 16.368422 | 13.559656 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 4 |
efdec9d4d88e71bd3989a4221e0373b0a122f3f4 | 17,394,617,576,949 | b4d706c1a971a37bdae4193904681d31e632124e | /code/com/jivesoftware/os/tasmo/tasmo-id/src/main/java/com/jivesoftware/os/tasmo/id/BaseView.java | 0679a74270ce42f4c1e0dc42c76437d5b42b481b | [
"Apache-2.0"
] | permissive | jnthnclt/tasmo | https://github.com/jnthnclt/tasmo | d64ba798bc4b6e26e13293db59e9a5116422f9a0 | 86d02eb95d1ffb58440349ff4d10f8db31439c93 | refs/heads/master | 2020-12-29T00:42:33.790000 | 2014-04-17T15:54:33 | 2014-04-17T15:54:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jivesoftware.os.tasmo.id;
/**
* Base implementation for all views.
*
* @param <E> event type that the view is rooted on
*/
public interface BaseView<E extends BaseEvent> {
Ref<E> viewBase();
}
| UTF-8 | Java | 215 | java | BaseView.java | Java | [] | null | [] | package com.jivesoftware.os.tasmo.id;
/**
* Base implementation for all views.
*
* @param <E> event type that the view is rooted on
*/
public interface BaseView<E extends BaseEvent> {
Ref<E> viewBase();
}
| 215 | 0.688372 | 0.688372 | 11 | 18.545454 | 19.924236 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
55ba89ca95230a184d9c6a8700239cc51f9cd110 | 27,668,179,365,275 | 7da25f7c726ebba8805fc0a370607e0533c9b80c | /src/main/java/hudson/plugins/cobertura/targets/CoverageTreeElement.java | 40b85719ddd378dbbfc9b5978e00eed647f31fe0 | [
"MIT"
] | permissive | jenkinsci/cobertura-plugin | https://github.com/jenkinsci/cobertura-plugin | 7d6846cd48397b1b14f06533d255ca40b6ae620f | 343d1c46ac566b32a82f0c6dc0635e6ca4cc8d76 | refs/heads/master | 2023-08-30T11:10:00.297000 | 2023-08-23T13:32:03 | 2023-08-23T13:32:03 | 1,163,504 | 91 | 123 | MIT | false | 2023-09-04T17:59:44 | 2010-12-13T05:31:02 | 2023-08-23T06:50:49 | 2023-09-04T17:59:40 | 705 | 109 | 130 | 62 | Java | false | false | package hudson.plugins.cobertura.targets;
import java.io.Serializable;
import org.kohsuke.stapler.export.Exported;
import org.kohsuke.stapler.export.ExportedBean;
import hudson.plugins.cobertura.Ratio;
@ExportedBean
public class CoverageTreeElement implements Serializable {
/**
* Generated
*/
pri... | UTF-8 | Java | 937 | java | CoverageTreeElement.java | Java | [] | null | [] | package hudson.plugins.cobertura.targets;
import java.io.Serializable;
import org.kohsuke.stapler.export.Exported;
import org.kohsuke.stapler.export.ExportedBean;
import hudson.plugins.cobertura.Ratio;
@ExportedBean
public class CoverageTreeElement implements Serializable {
/**
* Generated
*/
pri... | 937 | 0.680896 | 0.661686 | 46 | 19.369566 | 19.178066 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.326087 | false | false | 4 |
b774add4bd9dc0154c06fb027da6fd8fec5a4aeb | 32,384,053,457,021 | 1cebfcd79a9a6eb096ff7a37c957b886bcb032a7 | /BeansIntro/src/com/jp/person/BadPerson.java | dfcdf0a04176961f0739eef937bcad99eb5d6c78 | [] | no_license | 2004javausf/Day3Jordan | https://github.com/2004javausf/Day3Jordan | aaa00d5c88f53d76f864214fe5eb972a7da26251 | e8a44796a562ed91b72a8dd5bcc3dcdd84f43cf1 | refs/heads/master | 2022-04-16T22:52:45.911000 | 2020-04-15T21:39:16 | 2020-04-15T21:39:16 | 256,041,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jp.person;
public class BadPerson {
String name;
String bad_deed;
int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getBad_deed() {
return bad_deed;
}
public void setBad_deed(String bad_deed) {
this.bad_deed = bad_deed;
... | UTF-8 | Java | 551 | java | BadPerson.java | Java | [] | null | [] | package com.jp.person;
public class BadPerson {
String name;
String bad_deed;
int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getBad_deed() {
return bad_deed;
}
public void setBad_deed(String bad_deed) {
this.bad_deed = bad_deed;
... | 551 | 0.631579 | 0.631579 | 32 | 16.21875 | 17.11128 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
ffbd915cc2255243306d4a8d3dd3a2858cb2a148 | 13,460,427,554,574 | 4323f9512a9b253143b32f4604837aecafa51570 | /sneakLifeUT/src/main/java/com/sneaklife/ut/log/AccessLogAn.java | 9dfc768feb430a733f12deb23b02623d50e6705b | [] | no_license | XiFYuW/sneakLife-admin | https://github.com/XiFYuW/sneakLife-admin | 2f3fba3996859ed5e455d9daafdda0dc639a91fd | 31a3f803a8bfcc687ac82c02c8aaba1e1e01cece | refs/heads/master | 2022-02-22T18:49:43.481000 | 2022-02-04T02:44:03 | 2022-02-04T02:44:03 | 190,953,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sneaklife.ut.log;
import java.lang.annotation.*;
/**
* @author https://github.com/XiFYuW
* @date 2019/12/8 11:52
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface AccessLogAn {
String value() default "";
}
| UTF-8 | Java | 274 | java | AccessLogAn.java | Java | [
{
"context": ".annotation.*;\n\n/**\n * @author https://github.com/XiFYuW\n * @date 2019/12/8 11:52\n */\n@Retention(Retention",
"end": 103,
"score": 0.99955153465271,
"start": 97,
"tag": "USERNAME",
"value": "XiFYuW"
}
] | null | [] | package com.sneaklife.ut.log;
import java.lang.annotation.*;
/**
* @author https://github.com/XiFYuW
* @date 2019/12/8 11:52
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface AccessLogAn {
String value() default "";
}
| 274 | 0.718978 | 0.678832 | 14 | 18.571428 | 13.988334 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 4 |
0d4cf72d3adaf979d983adcc26243ad91fd471a2 | 37,495,064,503,598 | d75a290b1ad85fff52efb46558a7587cbf66b585 | /src/main/java/api_rest/rest/UserResource.java | 53a0dc088933a00b075e3534988e53401d6d9e81 | [] | no_license | ferPiece/api-rest | https://github.com/ferPiece/api-rest | ac7aedcecf606004afa2e180c715a41b0869f897 | 500890c0c910929ac80a23fc0aef5a00dc56806e | refs/heads/master | 2021-01-23T12:52:59.170000 | 2017-06-05T20:02:12 | 2017-06-05T20:02:12 | 93,205,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package api_rest.rest;
import api_rest.model.User;
import api_rest.service.UserService;
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import java.util.List;
/**
* Created by ferlopez on 02/06/2017.
*/
... | UTF-8 | Java | 1,455 | java | UserResource.java | Java | [
{
"context": "esponse;\nimport java.util.List;\n\n/**\n * Created by ferlopez on 02/06/2017.\n */\n\n@Path(\"users\")\n@RequestScoped",
"end": 300,
"score": 0.9996650815010071,
"start": 292,
"tag": "USERNAME",
"value": "ferlopez"
}
] | null | [] | package api_rest.rest;
import api_rest.model.User;
import api_rest.service.UserService;
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import java.util.List;
/**
* Created by ferlopez on 02/06/2017.
*/
... | 1,455 | 0.662543 | 0.657045 | 63 | 22.095238 | 21.867359 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31746 | false | false | 4 |
ecf023bdf9154c1c14d8c82113498ac17c87f1b8 | 34,565,896,836,098 | 41db66a65ea6ef2ce2abe1c1f2edc26b69021f6a | /src/Collision/DualCircles.java | 0276be3608a1e821f58c2793778ff70c436e1390 | [] | no_license | GiCarden-GC/NuclearDeterrence | https://github.com/GiCarden-GC/NuclearDeterrence | 3e07234c8690b93098564b0556a24b4ed7bc4b68 | 2274fba8db181fc905ce504f969630379637f2d2 | refs/heads/master | 2020-04-12T02:10:28.959000 | 2018-12-18T06:24:16 | 2018-12-18T06:24:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Collision;
import Graphics.Shapes.Circle;
import java.awt.*;
/**
* Code created by: Brett Bearden & Giovanni Cardenas
*
* Copyright (c) 2016, Nuclear Deterrence
*
* Dual Circles is designed as a collision model. The circles follow a sprite and circle 1 is centered over the sprite while circle 2 has an... | UTF-8 | Java | 1,235 | java | DualCircles.java | Java | [
{
"context": "rcle;\nimport java.awt.*;\n\n/**\n * Code created by: Brett Bearden & Giovanni Cardenas\n *\n * Copyright (c) 2016, Nu",
"end": 109,
"score": 0.9998703002929688,
"start": 96,
"tag": "NAME",
"value": "Brett Bearden"
},
{
"context": "a.awt.*;\n\n/**\n * Code created by... | null | [] | package Collision;
import Graphics.Shapes.Circle;
import java.awt.*;
/**
* Code created by: <NAME> & <NAME>
*
* Copyright (c) 2016, Nuclear Deterrence
*
* Dual Circles is designed as a collision model. The circles follow a sprite and circle 1 is centered over the sprite while circle 2 has an offset from the c... | 1,217 | 0.638866 | 0.618623 | 49 | 24.224489 | 29.296001 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 4 |
c4362e5b65b55ea83df0aff7e2e5c2307271741a | 34,857,954,592,840 | 869afb5ddb2406a8f23d6bddde22161f3f97517d | /training/src/training/Bank.java | 9c6d74e9d2ef9d731462c6d9af175cfb06b31d2f | [] | no_license | krish71/training | https://github.com/krish71/training | 343db43581dad9c71348aa7c1254e36de5c7be69 | a004632a5c83dd20d48b99e7d70d96c647e5ae18 | refs/heads/master | 2020-03-24T23:56:12.555000 | 2018-08-29T13:16:11 | 2018-08-29T13:16:11 | 143,161,430 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package training;
public interface Bank {
void summary();
double getBalance();
void deposit(double amount);
void withdraw(double amount) throws BalanceException;
void statement();
void currentstatement();
int INIT_ACNT_NO = 1001;
double MIN_SAV_BAL = 1000;
double INIT_CUR_BAL = 5000;
... | UTF-8 | Java | 380 | java | Bank.java | Java | [] | null | [] | package training;
public interface Bank {
void summary();
double getBalance();
void deposit(double amount);
void withdraw(double amount) throws BalanceException;
void statement();
void currentstatement();
int INIT_ACNT_NO = 1001;
double MIN_SAV_BAL = 1000;
double INIT_CUR_BAL = 5000;
... | 380 | 0.678947 | 0.631579 | 22 | 15.363636 | 14.527546 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 4 |
60fb5d7f6f41c0d5ab0d170ceae0014d33829168 | 37,709,812,862,369 | fb61070c48c43ae8e8b23fbc3f09d423b6d7ca23 | /android/MenuClient/src/emenu/client/bus/task/GetOrderedItemUpdateTask.java | 9f5a6c87b81e516b7ceb45e60083bb7a717a45f4 | [] | no_license | minhkhanh/UofS-LV | https://github.com/minhkhanh/UofS-LV | 3f585e6864485fdb6782697cac5b83a1dfb8e78c | 551ba5d89a53ebd6c46c5652ca6804d14eeccad1 | refs/heads/master | 2021-05-28T16:48:10.347000 | 2012-07-16T16:38:32 | 2012-07-16T16:38:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package emenu.client.bus.task;
import emenu.client.dao.OrderDAO;
public class GetOrderedItemUpdateTask extends CustomAsyncTask<Void, Void, Boolean> {
private Integer mItemId;
private int mVarQuantity;
private String mItemNote;
public GetOrderedItemUpdateTask(Integer itemId, int varQuantity, ... | UTF-8 | Java | 765 | java | GetOrderedItemUpdateTask.java | Java | [] | null | [] | package emenu.client.bus.task;
import emenu.client.dao.OrderDAO;
public class GetOrderedItemUpdateTask extends CustomAsyncTask<Void, Void, Boolean> {
private Integer mItemId;
private int mVarQuantity;
private String mItemNote;
public GetOrderedItemUpdateTask(Integer itemId, int varQuantity, ... | 765 | 0.627451 | 0.627451 | 26 | 27.423077 | 25.115385 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653846 | false | false | 4 |
2da4fa59651f4e60bfb51080b2e090f9955f636b | 7,138,235,712,806 | 842047d3c0abbd37fdeea82fe20c28828ea9241f | /ch4/src/ch4/CalcEx.java | c78d2781336c50477dde5521049df83e6e2b0845 | [] | no_license | purelove2u/JavaClass | https://github.com/purelove2u/JavaClass | c19072a36d7fc8876b3129b38d8a5a74f902c732 | ec9c0bf2923e0aa3ba1ed8d099bbbeedb03cc897 | refs/heads/master | 2023-07-04T15:52:22.342000 | 2021-08-18T09:38:52 | 2021-08-18T09:38:52 | 268,464,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch4;
public class CalcEx {
public static void main(String[] args) {
Calc calc = new Calc();
// 리턴없는 메소드 호출
calc.powerOn();
// int a = calc.powerOn(); 불가능. 오류
// System.out.println(calc.powerOn()); 불가능. 오류
// add 메소드 호출
int result = calc.add(5, 7); // return 값 받기 int로 보냈으니 int로 받음
Sy... | UTF-8 | Java | 804 | java | CalcEx.java | Java | [] | null | [] | package ch4;
public class CalcEx {
public static void main(String[] args) {
Calc calc = new Calc();
// 리턴없는 메소드 호출
calc.powerOn();
// int a = calc.powerOn(); 불가능. 오류
// System.out.println(calc.powerOn()); 불가능. 오류
// add 메소드 호출
int result = calc.add(5, 7); // return 값 받기 int로 보냈으니 int로 받음
Sy... | 804 | 0.637602 | 0.599455 | 31 | 22.67742 | 17.755302 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.548387 | false | false | 4 |
00ea1ab80fd391c3f6154a22b2562e76673c4a96 | 25,503,515,821,674 | 0f90d6227e090e6f269c44783a5e60ef3fb70b67 | /components/org.wso2.carbon.data.provider/src/main/java/org/wso2/carbon/data/provider/rdbms/RDBMSStreamingDataProvider.java | 22d30adf547f9499720d91d5372b73bbf2cc00cb | [
"Apache-2.0"
] | permissive | wso2/carbon-analytics | https://github.com/wso2/carbon-analytics | 723e89ed061164f1755fbe90dfda32176a75a51e | 03f4e6231633fd24112f3cede4597627df3661e8 | refs/heads/master | 2023-08-27T01:25:28.862000 | 2023-05-05T03:59:10 | 2023-05-05T03:59:10 | 16,543,113 | 63 | 301 | Apache-2.0 | false | 2023-05-05T03:59:12 | 2014-02-05T11:40:58 | 2023-03-23T05:48:45 | 2023-05-05T03:59:11 | 122,461 | 29 | 194 | 38 | JavaScript | false | false | /*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | UTF-8 | Java | 5,290 | java | RDBMSStreamingDataProvider.java | Java | [] | null | [] | /*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | 5,290 | 0.532703 | 0.527977 | 111 | 46.657658 | 29.331131 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 4 |
be8fb9f19ed9368f77c407d6f4a636828b02b749 | 31,928,786,938,618 | 5b652af09e8392353a86bccb59427c22ebdd5a7d | /src/com/kingdee/eas/cp/bc/TravelAccountBillEntryCollection.java | 889e789cf52923b581da8eb874f8d37e8f2c65a1 | [] | no_license | yangpengfei0810/ypfGit | https://github.com/yangpengfei0810/ypfGit | 595384192a8349634931e318303959cbabf7ea49 | b5fc6a79f2cbb9ea817ba10766a061359ad7c006 | refs/heads/master | 2016-09-12T13:01:47.560000 | 2016-04-18T04:29:18 | 2016-04-18T04:29:18 | 56,286,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kingdee.eas.cp.bc;
import com.kingdee.bos.dao.AbstractObjectCollection;
import com.kingdee.bos.dao.IObjectPK;
public class TravelAccountBillEntryCollection extends AbstractObjectCollection
{
public TravelAccountBillEntryCollection()
{
super(TravelAccountBillEntryInfo.class);
}
pub... | UTF-8 | Java | 1,302 | java | TravelAccountBillEntryCollection.java | Java | [] | null | [] | package com.kingdee.eas.cp.bc;
import com.kingdee.bos.dao.AbstractObjectCollection;
import com.kingdee.bos.dao.IObjectPK;
public class TravelAccountBillEntryCollection extends AbstractObjectCollection
{
public TravelAccountBillEntryCollection()
{
super(TravelAccountBillEntryInfo.class);
}
pub... | 1,302 | 0.702765 | 0.702765 | 48 | 26.145834 | 23.858952 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
7c10d0179e73a952d224a9b90d92cbd809603a16 | 1,769,526,551,532 | e7a2185f56b7613eb3986971d38f0d0588fbe2bd | /androidClient/app/src/main/java/com/csatimes/dojma/viewholders/UtilitiesLinksViewHolder.java | 51da739a6a7b2d3a8d4bc0b63de4fb16c11e0aff | [] | no_license | MysteriousAcadia/DoJMA | https://github.com/MysteriousAcadia/DoJMA | c4f28c5a1d4c2de03045b2ec9d036596b8aaa304 | 2bf3deb72c4f77d1f68fbc77e63f65d6dcc59e83 | refs/heads/master | 2020-05-04T18:58:06.371000 | 2019-04-04T07:06:22 | 2019-04-04T07:06:22 | 179,373,994 | 0 | 0 | null | true | 2019-04-03T21:36:41 | 2019-04-03T21:36:40 | 2019-04-01T19:49:34 | 2019-04-01T19:49:32 | 35,189 | 0 | 0 | 0 | null | false | false | package com.csatimes.dojma.viewholders;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import androidx.recyclerview.widget.RecyclerView;
import android.view.View;
import android.widget.Button;
import com.csatimes.dojma.R;
import com.csatimes.dojma.activities.UtilitiesLinksActiv... | UTF-8 | Java | 3,037 | java | UtilitiesLinksViewHolder.java | Java | [
{
"context": "ivities.UtilitiesLinksActivity;\n\n/**\n * Created by Vikramaditya Kukreja on 21-07-2016.\n */\n\npublic class UtilitiesLinksVi",
"end": 364,
"score": 0.9998770952224731,
"start": 344,
"tag": "NAME",
"value": "Vikramaditya Kukreja"
},
{
"context": " new Intent(Intent.AC... | null | [] | package com.csatimes.dojma.viewholders;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import androidx.recyclerview.widget.RecyclerView;
import android.view.View;
import android.widget.Button;
import com.csatimes.dojma.R;
import com.csatimes.dojma.activities.UtilitiesLinksActiv... | 3,023 | 0.673033 | 0.660191 | 72 | 41.180557 | 34.161106 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652778 | false | false | 4 |
4a8e494a7fd454848cf945bbb85fbf8c10c55f52 | 11,862,699,739,391 | 872b4e84a5862215e3c90c7ac410509beb2088ca | /ebase/src/main/java/com/dsdl/eidea/core/entity/bo/LabelBo.java | 8ac86100e0a34f1eb757d84001bd2b8027d3cbc8 | [] | no_license | chengbom/eidea4 | https://github.com/chengbom/eidea4 | 9b219adaa5c762f40432734d8972c1309b431bf9 | 634da797bee45a80e0218676ab9519e45f66b5f4 | refs/heads/master | 2021-01-25T08:13:01.676000 | 2017-06-07T08:17:16 | 2017-06-07T08:17:16 | 93,729,671 | 1 | 0 | null | true | 2017-06-08T09:11:22 | 2017-06-08T09:11:22 | 2017-06-08T07:23:07 | 2017-06-07T08:24:58 | 6,672 | 0 | 0 | 0 | null | null | null | package com.dsdl.eidea.core.entity.bo;
import java.util.ArrayList;
import java.util.List;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
@Data
public class LabelBo {
private Integer id;
@NotNull(message = "identity.not.allowed.empty")
pri... | UTF-8 | Java | 667 | java | LabelBo.java | Java | [] | null | [] | package com.dsdl.eidea.core.entity.bo;
import java.util.ArrayList;
import java.util.List;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
@Data
public class LabelBo {
private Integer id;
@NotNull(message = "identity.not.allowed.empty")
pri... | 667 | 0.707504 | 0.699847 | 25 | 25.120001 | 19.516804 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 4 |
8b870a550047e28117eb272db4683df44a363fe3 | 3,762,391,353,266 | 1032b2a4abfd9e545e5e3a1e676bb78c0ea2490b | /src/logic/ReturnNum.java | 85dff602b234b5edeecd847b5c1e675216122aaf | [] | no_license | BaiWenchao/HISProject2.0 | https://github.com/BaiWenchao/HISProject2.0 | 5eeef77fb4c9f28d18c9e6dd500e6cbc3b72bfd1 | 8b64fa36464b61987b837388919ae33b4b43487b | refs/heads/master | 2020-07-10T00:51:27.138000 | 2020-02-02T10:59:54 | 2020-02-02T10:59:54 | 204,124,166 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logic;
import entity.Hospital;
import java.text.SimpleDateFormat;
import java.util.Date;
public class ReturnNum {
//单例模式:
private static ReturnNum instance;
private ReturnNum(){}
public static synchronized ReturnNum getInstance(){
if(instance == null){
instance = new Retur... | UTF-8 | Java | 973 | java | ReturnNum.java | Java | [] | null | [] | package logic;
import entity.Hospital;
import java.text.SimpleDateFormat;
import java.util.Date;
public class ReturnNum {
//单例模式:
private static ReturnNum instance;
private ReturnNum(){}
public static synchronized ReturnNum getInstance(){
if(instance == null){
instance = new Retur... | 973 | 0.638276 | 0.637224 | 39 | 23.384615 | 20.447075 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 4 |
07c470abd54e9ea681ee1911e7035509caccc408 | 19,619,410,669,944 | 7d60228dd63321071b58aa5cbc3988bb4b696e6f | /client/app/src/main/java/org/faudroids/mrhyde/bitbucket/BitbucketLink.java | 86f45fb0e10dc044ce67d6d0507f3966e0ed22b9 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | FauDroids/MrHyde | https://github.com/FauDroids/MrHyde | 430a3a0b3b4b4f5d12b7cd7f9761b249033463f0 | a339aa520633a93d5c87bf503b6d048c1d4b4047 | refs/heads/master | 2020-02-26T19:57:09.275000 | 2017-03-19T21:08:00 | 2017-03-19T21:08:00 | 33,619,781 | 87 | 25 | null | false | 2017-03-12T19:35:16 | 2015-04-08T16:52:27 | 2017-01-26T04:32:00 | 2017-03-12T19:35:15 | 9,782 | 53 | 10 | 20 | Dart | null | null | package org.faudroids.mrhyde.bitbucket;
/**
* Bitbucket Link object.
*/
public class BitbucketLink {
private String href;
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getHref() {
return href;
}
pu... | UTF-8 | Java | 381 | java | BitbucketLink.java | Java | [] | null | [] | package org.faudroids.mrhyde.bitbucket;
/**
* Bitbucket Link object.
*/
public class BitbucketLink {
private String href;
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getHref() {
return href;
}
pu... | 381 | 0.648294 | 0.648294 | 26 | 13.653846 | 13.228589 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 4 |
999745f5bfd97ef0060e42ebd102ace4a5b0f5d4 | 9,990,093,999,350 | 2400c36324adb79909f6147a015bb7abd224d48a | /app/src/main/java/com/robotium/solo/SoloExt.java | 05bd6ead8c4f054142a4b4c050c4d66eb35f46e0 | [] | no_license | LubinXuan/RobotiumWX | https://github.com/LubinXuan/RobotiumWX | b4ade5f39b13be1a6e53cbfd0e1d259b451e5041 | b99183110060dbc2ab02ea12de331778d008fef0 | refs/heads/master | 2021-01-19T16:09:31.542000 | 2017-05-04T09:48:11 | 2017-05-04T09:48:11 | 88,251,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.robotium.solo;
import android.app.Activity;
import android.app.Instrumentation;
import android.os.SystemClock;
import android.view.View;
import com.robotium.solo.Solo;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
/**
* Created by xuanlubin on 201... | UTF-8 | Java | 3,205 | java | SoloExt.java | Java | [
{
"context": "Iterator;\nimport java.util.Set;\n\n/**\n * Created by xuanlubin on 2017/4/14.\n */\npublic class SoloExt extends So",
"end": 313,
"score": 0.9996679425239563,
"start": 304,
"tag": "USERNAME",
"value": "xuanlubin"
}
] | null | [] | package com.robotium.solo;
import android.app.Activity;
import android.app.Instrumentation;
import android.os.SystemClock;
import android.view.View;
import com.robotium.solo.Solo;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
/**
* Created by xuanlubin on 201... | 3,205 | 0.619033 | 0.615289 | 91 | 34.21978 | 31.923948 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.901099 | false | false | 4 |
5a30548739b540109376cfe752b083bf9df3293c | 19,078,244,796,255 | 3cb94418de34ff8e402a6f92873d2d1217af4d67 | /src/main/java/com/nhan/minisocial/core/service/CommentResourceService.java | 7164a9d4e15810276e640b0df9d5cde3e900edab | [] | no_license | nguyentrinhan-dev/mini-social-network | https://github.com/nguyentrinhan-dev/mini-social-network | 296e2fe2338365f916fc8d21a9ea71ca91a01159 | 2b2f72897e9346fd0823e2bdd82ac515fc071dad | refs/heads/master | 2023-05-29T08:29:01.446000 | 2022-06-11T16:13:09 | 2022-06-11T16:13:09 | 340,608,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nhan.minisocial.core.service;
import com.nhan.minisocial.core.entity.Article;
import com.nhan.minisocial.core.entity.Comment;
import com.nhan.minisocial.core.entity.User;
import com.nhan.minisocial.core.payload.CommentRequest;
import com.nhan.minisocial.core.resource.CommentResource;
import com.nhan.miniso... | UTF-8 | Java | 2,362 | java | CommentResourceService.java | Java | [] | null | [] | package com.nhan.minisocial.core.service;
import com.nhan.minisocial.core.entity.Article;
import com.nhan.minisocial.core.entity.Comment;
import com.nhan.minisocial.core.entity.User;
import com.nhan.minisocial.core.payload.CommentRequest;
import com.nhan.minisocial.core.resource.CommentResource;
import com.nhan.miniso... | 2,362 | 0.733277 | 0.733277 | 67 | 34.253731 | 27.095928 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626866 | false | false | 4 |
1b9eadcc69be221c2345f8cc3a8797e056ce6360 | 6,038,724,034,134 | ec40ef3ee0a46c30b286db7ffcf6e1dcd153f0d9 | /src/main/java/money/fluid/ilp/ledger/web/model/MetadataRepresentation.java | 38566d5ff3d37ece49d294887db64990d7356f5f | [] | no_license | fluid-money/ilp-ledger-java | https://github.com/fluid-money/ilp-ledger-java | 693d4040aa892cb0eaacdab431c53c8a52709203 | aa11892bf415512268cedcc216cf0d334d129f30 | refs/heads/master | 2021-01-12T00:48:56.520000 | 2017-06-11T03:01:26 | 2017-06-11T03:01:26 | 78,298,967 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package money.fluid.ilp.ledger.web.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.ToString;
import org.ilpx.ledger.core.Ledger;
/**
* Meta-data abou... | UTF-8 | Java | 1,628 | java | MetadataRepresentation.java | Java | [] | null | [] | package money.fluid.ilp.ledger.web.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.ToString;
import org.ilpx.ledger.core.Ledger;
/**
* Meta-data abou... | 1,628 | 0.703931 | 0.702703 | 60 | 26.133333 | 29.589676 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283333 | false | false | 4 |
c380a88162008bf5eaaff5c67542e9a0ae132934 | 29,326,036,766,467 | b188d834bf486c65d9616d542dace24b73af7f86 | /app/src/main/java/com/example/dahir/sqlitesimpleplaceapp/activities/MainActivity.java | 61627e6658a33e2ade5f9843c9aaf834c00356cf | [] | no_license | AbdaliDahir/MobileTest | https://github.com/AbdaliDahir/MobileTest | 2185b0cbf0b3cdbc26fdb6351b54776ddff098e5 | 64fb675dd46e337df523e29ff63a78587e08ab7e | refs/heads/master | 2020-05-27T00:34:50.559000 | 2019-05-25T01:16:55 | 2019-05-25T01:16:55 | 188,426,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dahir.sqlitesimpleplaceapp.activities;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widge... | UTF-8 | Java | 13,124 | java | MainActivity.java | Java | [] | null | [] | package com.example.dahir.sqlitesimpleplaceapp.activities;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widge... | 13,124 | 0.664813 | 0.66306 | 300 | 42.746666 | 29.321934 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
bb7d1456eb64dd3de1d3aabfec4aac20b6176484 | 5,291,399,717,790 | 6652a6428e29f5a1061e8757f9dc16bf58cf31cf | /app/src/main/java/com/sds/android/cloudapi/ttpod/data/CirclePoster.java | 88d3a0dbb9122c8613648686c9679f783b85f08c | [] | no_license | liupeng110/sds | https://github.com/liupeng110/sds | d33f6163fa7298171e12c1d84692789642b2f724 | 4e6948e49ed3bd06ca08269f623dd47354abaf60 | refs/heads/master | 2021-08-12T02:45:32.708000 | 2017-11-14T10:09:50 | 2017-11-14T10:09:50 | 110,672,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sds.android.cloudapi.ttpod.data;
import com.b.a.a.c;
import java.io.Serializable;
public class CirclePoster implements Serializable {
private static final String KEY_MSG_ID = "msg_id";
private static final String KEY_PIC = "pic";
private static final String KEY_TYPE = "type";
private stati... | UTF-8 | Java | 894 | java | CirclePoster.java | Java | [
{
"context": "e {\n private static final String KEY_MSG_ID = \"msg_id\";\n private static final String KEY_PIC = \"pic\"",
"end": 200,
"score": 0.9879146218299866,
"start": 194,
"tag": "KEY",
"value": "msg_id"
},
{
"context": "g_id\";\n private static final String KEY_PIC = ... | null | [] | package com.sds.android.cloudapi.ttpod.data;
import com.b.a.a.c;
import java.io.Serializable;
public class CirclePoster implements Serializable {
private static final String KEY_MSG_ID = "msg_id";
private static final String KEY_PIC = "pic";
private static final String KEY_TYPE = "type";
private stati... | 894 | 0.630872 | 0.628635 | 37 | 23.162163 | 16.833868 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 4 |
a9d1c451553606dedf08e46a6ed6837483bb7295 | 15,264,313,809,685 | 7666c51c6ef38e4916633317b5286ab56e0fe3cf | /Java/CS 555 Image Processing and Computer Vision/Filter Based Image Editor/src/UsefulFilters/ImageGrayRes.java | 6cdb6b4433c1cb626e715fcd3eea29661c7eab4a | [] | no_license | MatthewLai90/Code-Examples | https://github.com/MatthewLai90/Code-Examples | a3b10819b95ad1c1009abd4566f2f273b2564221 | d57d04e87ee2e7d0c90c812c6b405acd1cd340cd | refs/heads/master | 2021-01-01T16:03:02.096000 | 2017-08-02T19:44:21 | 2017-08-02T19:44:21 | 97,763,856 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package UsefulFilters;
import FilterInterface.ImageFilter;
import FilterUtilities.RGBObject;
import GUI.GUIUtilities;
import Utilities.RGBPixelArray;
import javax.swing.JFrame;
/**
* Program to vary the image's Gray Resolution. Displays each image after a
* less significant digit has been removed;
*
* @auth... | UTF-8 | Java | 2,405 | java | ImageGrayRes.java | Java | [
{
"context": "significant digit has been removed;\n * \n * @author Matthew Lai\n */\npublic class ImageGrayRes extends ImageFilter",
"end": 334,
"score": 0.999861478805542,
"start": 323,
"tag": "NAME",
"value": "Matthew Lai"
}
] | null | [] |
package UsefulFilters;
import FilterInterface.ImageFilter;
import FilterUtilities.RGBObject;
import GUI.GUIUtilities;
import Utilities.RGBPixelArray;
import javax.swing.JFrame;
/**
* Program to vary the image's Gray Resolution. Displays each image after a
* less significant digit has been removed;
*
* @auth... | 2,400 | 0.568815 | 0.560915 | 64 | 36.546875 | 32.298862 | 122 | false | false | 0 | 0 | 0 | 0 | 123 | 0.101039 | 0.53125 | false | false | 4 |
658c6328bf75fede249262b9fa4c6aaf16166b54 | 30,150,670,454,350 | 7e032866553cbc2227a5b9f8db7d36f9639158dd | /src/aula2/TrianguloCalculos.java | 7d407280096334349a51a3ba279d5ea8c9e912dd | [
"MIT"
] | permissive | ericAndrade/IAL-002 | https://github.com/ericAndrade/IAL-002 | 74ef22b6718f05349baa2d8bda2aaa881adc8c20 | 4971baf20c02bafccd1d4ee37d9253bbc22ac050 | refs/heads/master | 2021-05-02T10:34:26.972000 | 2015-05-14T14:46:57 | 2015-05-14T14:46:57 | 34,963,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula2;
import java.util.Scanner;
public class TrianguloCalculos {
public static void main(String[] args) {
Scanner ler = new Scanner(System.in);
int a=0;
int b=0;
int c=0;
double s=0;
double area=0;
System.out.println("Digite A");
a = ler.nextInt();
System.out.println("Digite B");
b =... | UTF-8 | Java | 878 | java | TrianguloCalculos.java | Java | [] | null | [] | package aula2;
import java.util.Scanner;
public class TrianguloCalculos {
public static void main(String[] args) {
Scanner ler = new Scanner(System.in);
int a=0;
int b=0;
int c=0;
double s=0;
double area=0;
System.out.println("Digite A");
a = ler.nextInt();
System.out.println("Digite B");
b =... | 878 | 0.544202 | 0.535017 | 48 | 17.145834 | 15.680387 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6875 | false | false | 4 |
bad5234ca45eb6dc0fc510ced0a22097744436ec | 5,111,011,122,311 | 8a91020135da353dd25f9b4ae5df97302a03f032 | /WebDocTruyen/src/main/java/group1/service/TacGiaServiceimpl.java | a80ff1ad1f693f25a6a035f61f34758f023e2059 | [] | no_license | huyhieuno1/webdoctruyenvs4 | https://github.com/huyhieuno1/webdoctruyenvs4 | 6c8c939da0dbd746388e79aeab940102e10d4b2a | ee5f7e0a3b303c3f7af59e15d09d516d34747715 | refs/heads/master | 2021-05-14T01:55:16.701000 | 2018-01-07T16:28:02 | 2018-01-07T16:28:02 | 116,580,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package group1.service;
import group1.model.TacGia;
public class TacGiaServiceimpl implements ITacGiaService{
@Override
public TacGia tgia() {
// TODO Auto-generated method stub
return null;
}
}
| UTF-8 | Java | 219 | java | TacGiaServiceimpl.java | Java | [] | null | [] | package group1.service;
import group1.model.TacGia;
public class TacGiaServiceimpl implements ITacGiaService{
@Override
public TacGia tgia() {
// TODO Auto-generated method stub
return null;
}
}
| 219 | 0.712329 | 0.703196 | 13 | 14.846154 | 17.024174 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 4 |
26a68bbc4002e68d8764541afc762da163f798d3 | 3,839,700,827,142 | a1e63481e515b2c41bc8cbda4daa9671d44b5ca0 | /3264.dcordb.java | e77c1d358366e432ac34e3763b2f89514e82d998 | [] | no_license | frarteaga/cojSolutions | https://github.com/frarteaga/cojSolutions | b05134ed793b7f36f2dbcc74f61d55b3e5c6a825 | b93b53e092e417670584ec240cfa5010d33b55cf | refs/heads/master | 2020-04-15T15:01:24.156000 | 2019-12-30T14:32:48 | 2019-12-30T14:32:48 | 55,257,183 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Prob: Contando Cadenas (3264)
//Matrix exponentiation
import java.util.Scanner;
public class Main {
static int M[][];
static int MOD = 1000000007;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int a = sc.nextInt();
int b = sc.nextInt();... | UTF-8 | Java | 1,244 | java | 3264.dcordb.java | Java | [] | null | [] | //Prob: Contando Cadenas (3264)
//Matrix exponentiation
import java.util.Scanner;
public class Main {
static int M[][];
static int MOD = 1000000007;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int a = sc.nextInt();
int b = sc.nextInt();... | 1,244 | 0.446945 | 0.414791 | 62 | 18.064516 | 14.268023 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.677419 | false | false | 4 |
3f8f9a90f57fe566d7fa2d66329e69a1a06ec278 | 3,839,700,827,603 | 0d12254307433302ca28b69c61c82fead4b04096 | /util/src/test/java/net/automatalib/util/automata/equivalence/DeterministicEquivalenceTestTest.java | dd5822ec4da237d0a4975744e0ca4e542024f6ee | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | LearnLib/automatalib | https://github.com/LearnLib/automatalib | ea2a82c52dafdbd913efcbc4467b50c7b1215d8c | d7d81b0c56308bac4384a2aaa1558d9537967ddc | refs/heads/develop | 2023-08-17T08:00:37.687000 | 2023-08-02T20:50:06 | 2023-08-02T20:50:06 | 8,791,847 | 65 | 40 | Apache-2.0 | false | 2023-02-15T19:48:03 | 2013-03-15T04:02:44 | 2022-11-18T21:50:05 | 2023-02-15T19:48:02 | 35,238 | 72 | 31 | 3 | Java | false | false | /* Copyright (C) 2013-2023 TU Dortmund
* This file is part of AutomataLib, http://www.automatalib.net/.
*
* 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/li... | UTF-8 | Java | 6,610 | java | DeterministicEquivalenceTestTest.java | Java | [
{
"context": "/* Copyright (C) 2013-2023 TU Dortmund\n * This file is part of AutomataLib, http://www.a",
"end": 38,
"score": 0.9791932702064514,
"start": 27,
"tag": "NAME",
"value": "TU Dortmund"
},
{
"context": "mport org.testng.annotations.Test;\n\n/**\n * @author frohme\n */\npub... | null | [] | /* Copyright (C) 2013-2023 <NAME>
* This file is part of AutomataLib, http://www.automatalib.net/.
*
* 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/license... | 6,605 | 0.667927 | 0.651588 | 141 | 45.879433 | 37.316071 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.319149 | false | false | 4 |
1725f9c8fb18717c382de87cbdeca04e547cd809 | 27,668,179,331,185 | a93fa464773ee01474788641be1014da7396f3d1 | /MyDivineProject/src/main/java/my/divine/project/db/transaction/GradeBookTransactionManager.java | 11d23ff56c4363fc4babfeb80164634681731c81 | [] | no_license | Vlad-semenuk/MyDivineProject | https://github.com/Vlad-semenuk/MyDivineProject | 7ab8fcc07beb2f940f070695e7db3fa4fa131859 | 1ab839e4a3c8d7fd4f6c767336a8f7a6c19c1378 | refs/heads/master | 2022-11-08T09:33:07.723000 | 2019-11-15T15:31:51 | 2019-11-15T15:31:51 | 221,935,068 | 0 | 0 | null | false | 2022-09-22T18:57:10 | 2019-11-15T13:59:47 | 2019-11-15T15:32:07 | 2022-09-22T18:57:08 | 15,744 | 0 | 0 | 2 | Java | false | false | package my.divine.project.db.transaction;
import com.google.common.collect.Table;
import my.divine.project.exception.db.DBException;
import my.divine.project.model.constant.State;
import my.divine.project.model.entity.Course;
import my.divine.project.model.entity.User;
import java.util.List;
import java.util.Map;
/*... | UTF-8 | Java | 1,107 | java | GradeBookTransactionManager.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by Semenuk Vladislav\n */\n\n\npublic interface GradeBookTransactionManage",
"end": 353,
"score": 0.9998556971549988,
"start": 336,
"tag": "NAME",
"value": "Semenuk Vladislav"
}
] | null | [] | package my.divine.project.db.transaction;
import com.google.common.collect.Table;
import my.divine.project.exception.db.DBException;
import my.divine.project.model.constant.State;
import my.divine.project.model.entity.Course;
import my.divine.project.model.entity.User;
import java.util.List;
import java.util.Map;
/*... | 1,096 | 0.794941 | 0.794941 | 37 | 28.918919 | 34.706787 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702703 | false | false | 4 |
33a896f3130daae10224f3617e6578717447da08 | 20,899,310,930,232 | 7ed552eba4e81970d014f27043a87d321c70f14a | /src/main/java/chapter_1/Question_1_4.java | 596a4b9537f0df9e6c960a6208c5b8755d2899ad | [] | no_license | aorlandogit/CtCl_Solutions | https://github.com/aorlandogit/CtCl_Solutions | 4a3125ceda7a934cef761cf1a847b2c8a2d1779d | 52982f8a8bc8086d0cc2912a9f07fa698afd522b | refs/heads/master | 2016-05-26T09:53:37.921000 | 2015-09-07T15:06:49 | 2015-09-07T15:06:49 | 41,449,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter_1;
/***
* Cracking the Code Interview
* Chapter 1: Arrays and Strings
* Question 1.4
*
* Write a method to replace all spaces in a string with '%20'. You may
* assume that the string has sufficient space at the end to hold the
* additional characters, and that you are given the "true" l... | UTF-8 | Java | 2,495 | java | Question_1_4.java | Java | [
{
"context": "of \r\n *\tthe string.\r\n *\r\n *\tExample:\r\n *\tInput: \"Mr John Smith \", 13\r\n *\tOutput: \"Mr%20John%20Smit",
"end": 378,
"score": 0.8500486612319946,
"start": 376,
"tag": "NAME",
"value": "Mr"
},
{
"context": " \r\n *\tthe string.\r\n *\r\n *\tExample:\r\n ... | null | [] | package chapter_1;
/***
* Cracking the Code Interview
* Chapter 1: Arrays and Strings
* Question 1.4
*
* Write a method to replace all spaces in a string with '%20'. You may
* assume that the string has sufficient space at the end to hold the
* additional characters, and that you are given the "true" l... | 2,491 | 0.585972 | 0.571944 | 78 | 29.987179 | 22.922106 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25641 | false | false | 4 |
200f67016a93328601152b79d144d500ca2dc7b3 | 20,899,310,929,864 | 8313257b171087f49f95574155aa392b87eebe29 | /src/main/java/ali_leetcode_daily/dynamic_programming/string/Solution1143.java | 77fe76283102dd27c8dc7cadf66e4a0d392b647b | [] | no_license | Jessie0914/leetcode | https://github.com/Jessie0914/leetcode | d4c26e729aa0bc8a3a86c1121fe7d9d48c9f2287 | 1c521a7313a170b69a39f2591094fcf88e8be05b | refs/heads/master | 2021-07-09T13:56:09.692000 | 2020-08-04T17:08:57 | 2020-08-04T17:08:57 | 194,860,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ali_leetcode_daily.dynamic_programming.string;
/**
* @ClassName Solution1143
* @Description 1143. 最长公共子序列
* @Author shishi
* @Date 2020/6/29 21:18
**/
/**
* 输入:text1 = "abcde", text2 = "ace"
* 输出:3
* 解释:最长公共子序列是 "ace",它的长度为 3。
*/
public class Solution1143 {
public int longestCommonSubsequence(Str... | UTF-8 | Java | 1,207 | java | Solution1143.java | Java | [
{
"context": "ution1143\n * @Description 1143. 最长公共子序列\n * @Author shishi\n * @Date 2020/6/29 21:18\n **/\n\n/**\n * 输入:text1 = ",
"end": 134,
"score": 0.9229226112365723,
"start": 128,
"tag": "USERNAME",
"value": "shishi"
}
] | null | [] | package ali_leetcode_daily.dynamic_programming.string;
/**
* @ClassName Solution1143
* @Description 1143. 最长公共子序列
* @Author shishi
* @Date 2020/6/29 21:18
**/
/**
* 输入:text1 = "abcde", text2 = "ace"
* 输出:3
* 解释:最长公共子序列是 "ace",它的长度为 3。
*/
public class Solution1143 {
public int longestCommonSubsequence(Str... | 1,207 | 0.441048 | 0.379039 | 45 | 24.444445 | 22.19565 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
2b652be4ac730e15210e55e83a6038591697a257 | 798,863,983,184 | b7056bca1018e904713935419a245fb53ea0c541 | /chapter_007/src/main/java/ru/job4j/servlets/music/model/persistence/dao/concrete/AddressDao.java | e139dd7df90aa6d10dc88d3bcd7814b2bb749cee | [
"Apache-2.0"
] | permissive | dkhlopunov/dkhlopunov | https://github.com/dkhlopunov/dkhlopunov | a82becd20fff40d6187f12790b45c054e3e6fcba | ed6ade443596dd87b8fb6392d6346cff161c0500 | refs/heads/master | 2018-11-10T06:18:45.213000 | 2018-10-30T14:01:02 | 2018-10-30T14:01:02 | 116,726,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.servlets.music.model.persistence.dao.concrete;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ru.job4j.servlets.music.model.persistence.dao.AbstractDao;
import ru.job4j.servlets.music.model.entity.Address;
import javax.sql.DataSource;
import java.sql.*;
import java.util.*;
public cl... | UTF-8 | Java | 4,143 | java | AddressDao.java | Java | [] | null | [] | package ru.job4j.servlets.music.model.persistence.dao.concrete;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ru.job4j.servlets.music.model.persistence.dao.AbstractDao;
import ru.job4j.servlets.music.model.entity.Address;
import javax.sql.DataSource;
import java.sql.*;
import java.util.*;
public cl... | 4,143 | 0.615737 | 0.611151 | 113 | 35.663715 | 29.053387 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769912 | false | false | 4 |
33a1143f58ed4c301d0f43d82db9558a484f62a0 | 21,517,786,153,896 | b7af5e61c12bb9b11d9e99329ede5a74f3a59a3e | /app/src/main/java/com/usearch/helpers/VolleyQueue.java | 8d6c790b15057431bae3272216b36566eb042c10 | [
"Apache-2.0"
] | permissive | uSearchApp/usearchapp | https://github.com/uSearchApp/usearchapp | 60147e11638fb62882f21adb23945a88a65e3a73 | d53bbe785e46118696ddd6d293a48e9528e9d6d6 | refs/heads/master | 2021-01-20T03:14:47.445000 | 2017-06-11T04:15:50 | 2017-06-11T04:15:50 | 89,517,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.usearch.helpers;
import android.content.Context;
import android.util.Log;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
import static android.content.ContentValues.TAG;
public class VolleyQueue {
private static final int MAX_IM... | UTF-8 | Java | 941 | java | VolleyQueue.java | Java | [] | null | [] | package com.usearch.helpers;
import android.content.Context;
import android.util.Log;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
import static android.content.ContentValues.TAG;
public class VolleyQueue {
private static final int MAX_IM... | 941 | 0.682253 | 0.678002 | 37 | 24.432432 | 21.96624 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 4 |
ed8c6892bdd5d5a14fd1d343632bb04b33d5a3f0 | 34,986,803,618,377 | af745ea71fcd3a2a152a564d35c5c230015c252d | /src/de/haw/mps/offer/api/OfferController.java | 5982e4b3361419ad18df4d88ead742ba87e974fc | [] | no_license | futjikato/HAW-AI-MPS | https://github.com/futjikato/HAW-AI-MPS | 9a1cf218ffd83b167c0128385b17b94dcb0749b1 | 0bd4bb6c1bb373835fcf69d5b8706bb1f48592d0 | refs/heads/master | 2016-09-11T03:16:32.132000 | 2014-06-25T15:11:47 | 2014-06-25T15:11:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.haw.mps.offer.api;
import de.haw.mps.MpsLogger;
import de.haw.mps.api.ActionController;
import de.haw.mps.api.Request;
import de.haw.mps.api.Response;
import de.haw.mps.api.ResponseCode;
import de.haw.mps.fabrication.entity.ElementEntity;
import de.haw.mps.fabrication.model.ElementModel;
import de.haw.mps.o... | UTF-8 | Java | 12,142 | java | OfferController.java | Java | [] | null | [] | package de.haw.mps.offer.api;
import de.haw.mps.MpsLogger;
import de.haw.mps.api.ActionController;
import de.haw.mps.api.Request;
import de.haw.mps.api.Response;
import de.haw.mps.api.ResponseCode;
import de.haw.mps.fabrication.entity.ElementEntity;
import de.haw.mps.fabrication.model.ElementModel;
import de.haw.mps.o... | 12,142 | 0.523225 | 0.521743 | 289 | 41.01384 | 32.367908 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 4 |
b9d034c241fa3c6cbc166957a7784e0990813be6 | 24,893,630,473,030 | db150ae4bda69d81aae6024356533f08edb0217d | /tradecenter/src/main/java/com/kariqu/tradecenter/domain/Order.java | 655facd4c492ba15c60c68ed99d8f9228a15bfdf | [] | no_license | bellmit/shop-mall | https://github.com/bellmit/shop-mall | e515abefa65f5e6f49b608d3d655fe58afccdd52 | 8616591595e8932574bd28892cd5f35ed176ddf8 | refs/heads/master | 2023-07-14T17:48:33.849000 | 2015-02-12T06:26:08 | 2015-02-12T06:26:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kariqu.tradecenter.domain;
import com.kariqu.productcenter.domain.Money;
import com.kariqu.productcenter.service.SkuService;
import com.kariqu.suppliercenter.domain.DeliveryInfo;
import com.kariqu.tradecenter.excepiton.OrderNoTransactionalException;
import com.kariqu.tradecenter.helper.OrderAssert;
import ... | UTF-8 | Java | 25,154 | java | Order.java | Java | [
{
"context": "进入实际的物流流程,订单从入库开始在它上面就会发生一系列事件,同时也开始了状态迁移\n * User: Asion\n * Date: 11-10-11\n * Time: 下午12:36\n */\npublic cla",
"end": 973,
"score": 0.999500572681427,
"start": 968,
"tag": "USERNAME",
"value": "Asion"
},
{
"context": "//谁下的单\n private int userId;\n\n private St... | null | [] | package com.kariqu.tradecenter.domain;
import com.kariqu.productcenter.domain.Money;
import com.kariqu.productcenter.service.SkuService;
import com.kariqu.suppliercenter.domain.DeliveryInfo;
import com.kariqu.tradecenter.excepiton.OrderNoTransactionalException;
import com.kariqu.tradecenter.helper.OrderAssert;
import ... | 25,154 | 0.577505 | 0.575438 | 819 | 26.758242 | 29.251053 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396825 | false | false | 4 |
6f45bd7e90619544aebb1f1cbc5241cc94e4561e | 37,984,690,770,087 | 9965eefd9fb909cc368f122f76a1a4980e3b22c2 | /src/main/java/gmail/roadtojob2019/brewery/mapper/ProductMapper.java | cd1d9220eeb82b474211fb156be4d57a3bc74c1e | [] | no_license | MarkelaLippi/brewery | https://github.com/MarkelaLippi/brewery | 0f2cf86c069b5c214771c840315548b2d9ac1d11 | 5f5df0149654acc21d9bd43270bbf5ee9a0fa5c6 | refs/heads/master | 2020-12-29T14:07:39.416000 | 2020-04-18T09:34:31 | 2020-04-18T09:34:31 | 238,632,657 | 0 | 2 | null | false | 2020-02-28T11:53:45 | 2020-02-06T07:36:48 | 2020-02-28T11:36:09 | 2020-02-28T11:53:44 | 257 | 0 | 1 | 0 | Java | false | false | package gmail.roadtojob2019.brewery.mapper;
import gmail.roadtojob2019.brewery.dto.ProductDto;
import gmail.roadtojob2019.brewery.entity.Product;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
@Mapper(componentModel = "spring")
public interface ProductMapper {
@Mappings(... | UTF-8 | Java | 452 | java | ProductMapper.java | Java | [] | null | [] | package gmail.roadtojob2019.brewery.mapper;
import gmail.roadtojob2019.brewery.dto.ProductDto;
import gmail.roadtojob2019.brewery.entity.Product;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
@Mapper(componentModel = "spring")
public interface ProductMapper {
@Mappings(... | 452 | 0.761062 | 0.734513 | 15 | 29.133333 | 20.457653 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
487f8299bd000534c72f687182dc021d4370af82 | 36,962,488,557,842 | 310035fb0cbf9d263ad1ea5a9565a24728fc1d53 | /Database/SingleUserDatabase/xml/AttributeList.java | 4abfc4c7012a643d8e698a6f12d5c34fdf786d0d | [] | no_license | jwarrick/JEX | https://github.com/jwarrick/JEX | 61709cc2ce46f8f7b769ec6b2e440de3e782b3c6 | cf47728007ec927ba7293813fa5252923d62e6e0 | refs/heads/master | 2020-05-19T11:07:14.102000 | 2012-06-16T07:20:42 | 2012-06-16T07:20:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Database.SingleUserDatabase.xml;
import java.util.ArrayList;
import java.util.List;
import org.jdom.Element;
import utilities.XMLUtility;
public class AttributeList extends Element {
private static final long serialVersionUID = 1L;
public static final String ELEMENTNAME = "AttList";
public Attribute... | UTF-8 | Java | 2,151 | java | AttributeList.java | Java | [] | null | [] | package Database.SingleUserDatabase.xml;
import java.util.ArrayList;
import java.util.List;
import org.jdom.Element;
import utilities.XMLUtility;
public class AttributeList extends Element {
private static final long serialVersionUID = 1L;
public static final String ELEMENTNAME = "AttList";
public Attribute... | 2,151 | 0.708043 | 0.706183 | 102 | 20.088236 | 19.038713 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.686275 | false | false | 4 |
251a3e4e4be11b1711fe522a9bcb52c35696dfe3 | 17,506,286,748,741 | 034e38649f9ddedda09d2d923d3aeedc1673070e | /src/main/java/ru/homyakin/zakupki/models/_223fz/purchase/PurchaseCategoryType.java | 188a4197df9f0137f3d8e554cacf002fb560c06c | [
"MIT"
] | permissive | Homyakin/ZakupkiParser | https://github.com/Homyakin/ZakupkiParser | fc375e5771f756b3895f58fa874ab7cfca496476 | 57d6ef55d4eaf94e67e228b3f61d312b1a793a95 | refs/heads/master | 2022-12-15T21:48:59.107000 | 2022-04-24T17:54:20 | 2022-04-24T17:54:20 | 181,066,321 | 17 | 5 | MIT | false | 2022-12-06T00:43:32 | 2019-04-12T18:49:35 | 2022-10-26T09:37:14 | 2022-12-06T00:43:31 | 62,671 | 16 | 6 | 2 | Java | false | false | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.04.... | UTF-8 | Java | 4,281 | java | PurchaseCategoryType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.04.... | 4,281 | 0.701698 | 0.67959 | 90 | 33.677776 | 60.045322 | 376 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 4 |
466b53679e8f30024a577bf218efaf099960dfff | 13,769,665,185,218 | 13d9bd52c9888b53de7fea4576e48ed6127f9ca3 | /oasp4j/jumpthequeue/core/src/main/java/com/cap/jumpthequeue/accesscodemanagement/common/api/AccessCode.java | f8960d66dc55f0d3199ff99cdd77a710f1dbe71b | [
"Apache-2.0"
] | permissive | lperezde/oasp-tutorial-sources | https://github.com/lperezde/oasp-tutorial-sources | a1df83357f79d4de6efd4d8e4d991812a6f5ec76 | 314225cec3d1e2a5d9bae5e26b5e0ece941d5d43 | refs/heads/master | 2020-03-21T21:00:32.585000 | 2018-06-06T11:45:53 | 2018-06-06T11:45:53 | 139,041,802 | 0 | 0 | Apache-2.0 | true | 2018-06-28T16:13:01 | 2018-06-28T16:13:01 | 2018-06-06T11:46:32 | 2018-06-06T11:46:31 | 881 | 0 | 0 | 0 | null | false | null | package com.cap.jumpthequeue.accesscodemanagement.common.api;
import java.sql.Timestamp;
import com.cap.jumpthequeue.general.common.api.ApplicationEntity;
public interface AccessCode extends ApplicationEntity {
public String getCode();
public void setCode(String code);
public Timestamp getDateAndTime();
... | UTF-8 | Java | 450 | java | AccessCode.java | Java | [] | null | [] | package com.cap.jumpthequeue.accesscodemanagement.common.api;
import java.sql.Timestamp;
import com.cap.jumpthequeue.general.common.api.ApplicationEntity;
public interface AccessCode extends ApplicationEntity {
public String getCode();
public void setCode(String code);
public Timestamp getDateAndTime();
... | 450 | 0.795556 | 0.795556 | 21 | 20.428572 | 23.375957 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
a1a44aed7099545fad54c1d1aeac0588b2315bd9 | 36,859,409,351,603 | 8ec2cbabd6125ceeb00e0c6192c3ce84477bdde6 | /com.nokia.as.cswl/src/com/nsn/ood/cls/core/convert/ActivityDetailStatus2StringConverter.java | 6277a10c406a7b0892041d2055bf74045bd9453a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nokia/osgi-microfeatures | https://github.com/nokia/osgi-microfeatures | 2cc2b007454ec82212237e012290425114eb55e6 | 50120f20cf929a966364550ca5829ef348d82670 | refs/heads/main | 2023-08-28T12:13:52.381000 | 2021-11-12T20:51:05 | 2021-11-12T20:51:05 | 378,852,173 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2015 Nokia Solutions and Networks. All rights reserved.
*/
package com.nsn.ood.cls.core.convert;
import org.apache.felix.dm.annotation.api.Component;
import org.apache.felix.dm.annotation.api.Property;
import com.nsn.ood.cls.model.internal.ActivityDetail.Status;
import com.nsn.ood.cls.util.conver... | UTF-8 | Java | 922 | java | ActivityDetailStatus2StringConverter.java | Java | [
{
"context": "ctivity detail status <-> DB string\n * \n * @author marynows\n * \n */\n@Component\n@Property(name = \"from\", value",
"end": 402,
"score": 0.9995464086532593,
"start": 394,
"tag": "USERNAME",
"value": "marynows"
}
] | null | [] | /*
* Copyright (c) 2015 Nokia Solutions and Networks. All rights reserved.
*/
package com.nsn.ood.cls.core.convert;
import org.apache.felix.dm.annotation.api.Component;
import org.apache.felix.dm.annotation.api.Property;
import com.nsn.ood.cls.model.internal.ActivityDetail.Status;
import com.nsn.ood.cls.util.conver... | 922 | 0.724512 | 0.719089 | 40 | 22.049999 | 23.768623 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975 | false | false | 4 |
9ed599a45fca043b79c278bd095edc6c0320dcf5 | 592,705,548,041 | 63c5557a43f1fcd4dbc2100f045eea1add5305e0 | /commons/ms-graph-sdk/src/test/java/com/enablix/ms/graph/MSGraphSDKTest.java | 0e47c2d9aaa5190544a6a159a4fc7ee15b902aeb | [] | no_license | dikshitluthra/enablix | https://github.com/dikshitluthra/enablix | 409758260002d371dac88ad88b73a084e932034d | 990e162b66efbc0199c01a84bcc441ca802da15f | refs/heads/master | 2018-12-25T22:23:11.120000 | 2018-12-21T19:39:50 | 2018-12-21T19:39:50 | 31,672,399 | 1 | 3 | null | false | 2016-12-14T07:21:02 | 2015-03-04T18:19:40 | 2016-10-25T10:37:13 | 2016-12-11T11:49:00 | 97,494 | 0 | 0 | 0 | Java | null | null | package com.enablix.ms.graph;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import org.springframework.util.FileCopyUtils;
import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.client.RestTemplate;
import com.ena... | UTF-8 | Java | 2,572 | java | MSGraphSDKTest.java | Java | [
{
"context": "hException, IOException {\n\t\t\n\t\tString clientId = \"d9587371-5577-4815-8be0-a945cee3ce11\";\n\t\tString clientSecret = \"qufzFLISX30%ogoKE734[%",
"end": 628,
"score": 0.9612292051315308,
"start": 592,
"tag": "KEY",
"value": "d9587371-5577-4815-8be0-a945cee3ce11"
},
{
... | null | [] | package com.enablix.ms.graph;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import org.springframework.util.FileCopyUtils;
import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.client.RestTemplate;
import com.ena... | 2,532 | 0.713453 | 0.690513 | 85 | 29.258823 | 27.152794 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.870588 | false | false | 4 |
42bd935a809acf8d27de124b5f5af5172db2efbd | 25,726,854,166,902 | ddcfe142b6828914ccbf6f50d2cd2e1124af19ab | /app/src/main/java/com/vds/final_project_music_player/Widget/MusicVisualizer.java | 5fdfc47d11dfbdf8ad24f4c4b54003ac896db10c | [] | no_license | vdsperera/Final_Project_Music_Player_Test | https://github.com/vdsperera/Final_Project_Music_Player_Test | 760ec07d6401cece03cb2e3bf15450594732d7d6 | 3b6fc872b1f53e7836a70ef21559d24348b9532d | refs/heads/master | 2020-03-09T02:07:14.812000 | 2018-04-08T16:20:27 | 2018-04-08T16:20:27 | 128,532,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vds.final_project_music_player.Widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import java.util.Random;
/**
* Cre... | UTF-8 | Java | 2,187 | java | MusicVisualizer.java | Java | [
{
"context": "View;\n\nimport java.util.Random;\n\n/**\n * Created by Vidumini on 2/20/2018.\n */\n\npublic class MusicVisualizer e",
"end": 336,
"score": 0.8823068141937256,
"start": 328,
"tag": "NAME",
"value": "Vidumini"
}
] | null | [] | package com.vds.final_project_music_player.Widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import java.util.Random;
/**
* Cre... | 2,187 | 0.658436 | 0.638317 | 68 | 31.161764 | 35.5704 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720588 | false | false | 4 |
3d9eea8b46c2913cf37a1a07d6b90bc030f8da43 | 35,785,667,531,880 | 131d39b9cec5a5bc47629f0f2b036e5792d9afaf | /src/main/java/com/wakabatimes/simplewiki/view/system/SystemController.java | ea177cc0364d2cd572f02c620e70de9d8394a898 | [] | no_license | tachikawaYutaka/simple-wiki | https://github.com/tachikawaYutaka/simple-wiki | bbc185e3527bde388643d7449a9025cbccda7e67 | a8ed7791955bab80b3de4d1520ebb89b8ac8773e | refs/heads/master | 2020-04-07T19:40:54.494000 | 2019-10-04T15:42:25 | 2019-10-04T15:42:25 | 158,657,966 | 0 | 0 | null | false | 2019-10-04T15:42:27 | 2018-11-22T07:18:31 | 2019-02-18T13:05:21 | 2019-10-04T15:42:26 | 2,393 | 0 | 0 | 0 | Java | false | false | package com.wakabatimes.simplewiki.view.system;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtml;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtmlBody;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtmlFactory;
import com.wakabatimes.... | UTF-8 | Java | 9,980 | java | SystemController.java | Java | [] | null | [] | package com.wakabatimes.simplewiki.view.system;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtml;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtmlBody;
import com.wakabatimes.simplewiki.app.domain.model.original_html.OriginalHtmlFactory;
import com.wakabatimes.... | 9,980 | 0.719608 | 0.719305 | 212 | 45.71698 | 30.543119 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820755 | false | false | 4 |
9d6f1ae52b3013df443fcd0d49df5df17da25f3a | 11,141,145,232,221 | 7894bee3ef6e031dc219eb2228b27062a40e5f65 | /netty-fakeparser/ServerHandler.java | 3d268a4c59c3b5e2d06b9eecdc20dbdf0ae95a8e | [] | no_license | geoffkizer/netperf | https://github.com/geoffkizer/netperf | f7fb1bfe0c1f8288a9665f6371bf0950c6c3cd80 | e2527a80eecb5f71968cfac8bb1497faa6664cb7 | refs/heads/master | 2021-11-27T00:41:21.663000 | 2021-11-14T07:36:19 | 2021-11-14T07:36:19 | 68,159,619 | 1 | 4 | null | false | 2021-11-14T07:36:20 | 2016-09-14T00:45:26 | 2021-04-02T17:56:04 | 2021-11-14T07:36:20 | 6,843 | 0 | 3 | 1 | C# | false | false | //package io.netty.example.discard;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import static java.nio.charset.StandardCharsets.*;
import static io.netty.buffer.Unpooled.*;
/**
* Handles a server-side channel.
*/
public class... | UTF-8 | Java | 5,558 | java | ServerHandler.java | Java | [] | null | [] | //package io.netty.example.discard;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import static java.nio.charset.StandardCharsets.*;
import static io.netty.buffer.Unpooled.*;
/**
* Handles a server-side channel.
*/
public class... | 5,558 | 0.570169 | 0.512235 | 121 | 44.933884 | 51.18008 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438017 | false | false | 4 |
f009a2261cd8b85d7153240d12147ccf8e35a8a6 | 18,734,647,405,033 | 5d8a386553a25f0af4ae9e431846d5c103001d21 | /src/com/company/GOF23/abstract1/huWeiRouter.java | 5cc453529c558627143ffb08986ce9d21d2f6587 | [] | no_license | DragonerYan/greenPigHumHumHum | https://github.com/DragonerYan/greenPigHumHumHum | f37e584faf1631121c8c510aa77d4817490c9996 | a8805c1f8cdb453f3bd7e093be536bd00303e7db | refs/heads/master | 2023-07-15T11:52:17.984000 | 2021-08-23T13:44:24 | 2021-08-23T13:44:24 | 365,897,008 | 0 | 0 | null | false | 2021-08-23T13:44:25 | 2021-05-10T02:35:13 | 2021-08-23T13:39:39 | 2021-08-23T13:44:24 | 176 | 0 | 0 | 0 | Java | false | false | package com.company.gof23.abstract1;
public class huWeiRouter implements iRoute{
@Override
public void start() {
System.out.print("华为路由器开机");
}
@Override
public void shut() {
System.out.print("华为路由器关机");
}
}
| UTF-8 | Java | 279 | java | huWeiRouter.java | Java | [] | null | [] | package com.company.gof23.abstract1;
public class huWeiRouter implements iRoute{
@Override
public void start() {
System.out.print("华为路由器开机");
}
@Override
public void shut() {
System.out.print("华为路由器关机");
}
}
| 279 | 0.621514 | 0.609562 | 14 | 16.928572 | 15.387677 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 4 |
61ef7be173772b1b496a96d5bf892d19bdad455c | 36,275,293,807,064 | 941b62c60a9cd4cd4c3533e31b7770ed1b1e046d | /src/com/epam/alexey_shuvalov/java/lesson6/task1/FileUtils.java | c86d4b3f8f2521575bc84ed117129f17fb2c0945 | [] | no_license | shuvaloff/learning-java | https://github.com/shuvaloff/learning-java | 4e1149eec4cc37df3af61b5d2bd447019b210222 | b42346492417c1aa37a3318ec1654fce925cfe3d | refs/heads/master | 2020-12-24T15:32:21.993000 | 2015-05-14T11:48:40 | 2015-05-14T11:48:40 | 32,359,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.alexey_shuvalov.java.lesson6.task1;
import com.epam.alexey_shuvalov.java.lesson6.task1.model.CulinaryVegetable;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.EOFException;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputSt... | UTF-8 | Java | 1,952 | java | FileUtils.java | Java | [
{
"context": "ayList;\r\nimport java.util.List;\r\n\r\n/**\r\n * @author Alexey Shuvalov\r\n *\r\n */\r\npublic class FileUtils {\r\n\r\n public ",
"end": 572,
"score": 0.9998283386230469,
"start": 557,
"tag": "NAME",
"value": "Alexey Shuvalov"
}
] | null | [] | package com.epam.alexey_shuvalov.java.lesson6.task1;
import com.epam.alexey_shuvalov.java.lesson6.task1.model.CulinaryVegetable;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.EOFException;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputSt... | 1,943 | 0.636783 | 0.634734 | 58 | 31.655172 | 27.773438 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 4 |
94f30dce623248a8dd92ff47ed4222bbe39664b4 | 1,374,389,566,720 | b5a182b5e644005359421029aa09d1809c9906b4 | /Lesson5/5.4/Map/src/Main.java | 35803cb81c9b1f9ccaeff1ec72133ce95ca29afe | [] | no_license | tatianagrubich/mobile | https://github.com/tatianagrubich/mobile | 43ff52a5b2b4e05252f370c3440cf67266f68c3b | ce6f117aa1a0f5a3812168425767c31fc0b0328a | refs/heads/main | 2023-03-20T08:17:07.808000 | 2021-03-07T17:15:58 | 2021-03-07T17:15:58 | 345,401,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.TreeMap;
public class Main {
public static void main (String args[]) {
String name = null;
String phone = null;
TreeMap<String, String> tm = new TreeMap<String, String>();
System.out.println("Телефонная книга");
Scanner scanner = ... | UTF-8 | Java | 2,655 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
import java.util.TreeMap;
public class Main {
public static void main (String args[]) {
String name = null;
String phone = null;
TreeMap<String, String> tm = new TreeMap<String, String>();
System.out.println("Телефонная книга");
Scanner scanner = ... | 2,655 | 0.49769 | 0.49433 | 73 | 31.589041 | 25.771299 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657534 | false | false | 4 |
bd90d48c7f8fd7c57cc4d4fe1d372aa941d7e346 | 8,813,272,924,136 | 9eb9df8c9dd7c1763681c2e9e6c4fe43dc46ba42 | /app/src/main/java/com/example/trafficofcity/functions/main/view/entity/MainActivity.java | 7b336e5f9e45662c69823fd744c5acaaa4d83a9c | [] | no_license | wuyr/TrafficOfCity | https://github.com/wuyr/TrafficOfCity | 909df087b79572e09c2ddd800744759cc5c61e26 | 8577f94f5f398c03ea696c757f1ce422946231a2 | refs/heads/master | 2016-12-13T07:05:33.587000 | 2016-05-02T09:54:01 | 2016-05-02T09:54:01 | 49,580,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.trafficofcity.functions.main.view.entity;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap;
impor... | UTF-8 | Java | 22,267 | java | MainActivity.java | Java | [
{
"context": "lections;\n\nimport java.io.File;\n\n/**\n * Created by wuyr on 1/4/16 11:02 PM.\n */\n@SuppressLint(\"RtlHardcod",
"end": 2120,
"score": 0.9995128512382507,
"start": 2116,
"tag": "USERNAME",
"value": "wuyr"
}
] | null | [] | package com.example.trafficofcity.functions.main.view.entity;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap;
impor... | 22,267 | 0.567709 | 0.564459 | 459 | 46.605663 | 33.138241 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716776 | false | false | 4 |
0c86187158d9a81535639ad4535bb69c25c70cfa | 16,630,113,422,192 | 5d9d8ed7fa7d914671166f2ddf83d32121c062fc | /java/algo/binary_search/BinarySearchLC62.java | 6b78d54e760398eb41293ea372fde24a7832abb5 | [] | no_license | LukeDemons/daily-practice | https://github.com/LukeDemons/daily-practice | 9c3c1718a5585416eab5fc430e8acea7e52c80d7 | cdc5875b2203cf50b50cb5fa50c51020a6c96553 | refs/heads/master | 2023-07-06T13:16:20.614000 | 2023-07-01T16:51:03 | 2023-07-01T16:51:03 | 95,017,070 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algo.binary_search;
/**
* https://leetcode-cn.com/problems/sqrtx/
* <p>
* 2021-05-05 二分查找day2
*/
public class BinarySearchLC62 {
public static void main(String[] args) {
BinarySearchLC62 instance = new BinarySearchLC62();
int result = instance.mySqrt(8);
System.out.println(re... | UTF-8 | Java | 784 | java | BinarySearchLC62.java | Java | [] | null | [] | package algo.binary_search;
/**
* https://leetcode-cn.com/problems/sqrtx/
* <p>
* 2021-05-05 二分查找day2
*/
public class BinarySearchLC62 {
public static void main(String[] args) {
BinarySearchLC62 instance = new BinarySearchLC62();
int result = instance.mySqrt(8);
System.out.println(re... | 784 | 0.478552 | 0.450402 | 34 | 20.941177 | 16.618454 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 4 |
88b249b1253de59e72dbf36179ee280687cd1fc6 | 9,268,539,429,504 | 9b988c5f659895ddc12cf3475a7bd6dba29c6a44 | /MTSApp/src/moco/android/mtsdevice/salvage/SalvageSingleViewActivity.java | 829272783cbc9192fc188038c813bfc924b9f35d | [] | no_license | xa17d/MTS | https://github.com/xa17d/MTS | 6ccbfce6a3e1fb69db64d2b9a3bafcf8f005d7a1 | 083a5dd22344e3984407484902a1e596fa2d9cce | refs/heads/master | 2021-01-22T05:06:49.728000 | 2013-06-21T09:47:56 | 2013-06-21T09:47:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package moco.android.mtsdevice.salvage;
import java.text.NumberFormat;
import moco.android.mtsdevice.R;
import moco.android.mtsdevice.handler.Mode;
import moco.android.mtsdevice.handler.SelectedPatient;
import moco.android.mtsdevice.service.PatientService;
import moco.android.mtsdevice.service.PatientServiceImpl;
imp... | UTF-8 | Java | 3,995 | java | SalvageSingleViewActivity.java | Java | [] | null | [] | package moco.android.mtsdevice.salvage;
import java.text.NumberFormat;
import moco.android.mtsdevice.R;
import moco.android.mtsdevice.handler.Mode;
import moco.android.mtsdevice.handler.SelectedPatient;
import moco.android.mtsdevice.service.PatientService;
import moco.android.mtsdevice.service.PatientServiceImpl;
imp... | 3,995 | 0.744681 | 0.740175 | 154 | 24.941559 | 23.33918 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.818182 | false | false | 4 |
57a2180207396282a53540dfd2272d65dc204f65 | 20,847,771,317,393 | 42516b1b100beb9923633c70ecc36cf1c5ccea7c | /src/minesweeper/game/Square.java | 546a70720dd720be73a5ed5267407b28a2d5452e | [] | no_license | kanedu828/Minesweeper | https://github.com/kanedu828/Minesweeper | 119bd819afc633934eb684f481610b30ff4a0451 | d2a416d27d30fc5121b0b2b6259ab11d8f815fca | refs/heads/master | 2020-04-10T04:26:02.748000 | 2019-03-18T03:48:35 | 2019-03-18T03:48:35 | 160,797,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package minesweeper.game;
import java.util.Random;
import javafx.scene.control.Button;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
/**
* This class represents a square of a minesweeper game.
*/
public class Square{
private Random rand = new Random();
private boolean safe;... | UTF-8 | Java | 2,640 | java | Square.java | Java | [] | null | [] | package minesweeper.game;
import java.util.Random;
import javafx.scene.control.Button;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
/**
* This class represents a square of a minesweeper game.
*/
public class Square{
private Random rand = new Random();
private boolean safe;... | 2,640 | 0.58447 | 0.579924 | 107 | 22.672897 | 18.445057 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327103 | false | false | 4 |
c73be2a7c00a5d6a3a99e95e0e817dd07984bcd2 | 9,964,324,139,884 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_df208146bdcfdf5932acd6339245257f6c6a656c/LineWrapperInputStream/5_df208146bdcfdf5932acd6339245257f6c6a656c_LineWrapperInputStream_s.java | 3ff82b346f52b1517c396ddd859cfc9c8fe0ef70 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package net.northfuse.resources;
import java.io.*;
/**
* @author tylers2
*/
public class LineWrapperInputStream extends InputStream {
private final InputStream is;
public LineWrapperInputStream(InputStream is, String description) throws IOException {
BufferedReader reader = new BufferedReader(new I... | UTF-8 | Java | 2,735 | java | 5_df208146bdcfdf5932acd6339245257f6c6a656c_LineWrapperInputStream_s.java | Java | [
{
"context": "resources;\n \n import java.io.*;\n \n /**\n * @author tylers2\n */\n public class LineWrapperInputStream extends",
"end": 81,
"score": 0.9994261860847473,
"start": 74,
"tag": "USERNAME",
"value": "tylers2"
}
] | null | [] | package net.northfuse.resources;
import java.io.*;
/**
* @author tylers2
*/
public class LineWrapperInputStream extends InputStream {
private final InputStream is;
public LineWrapperInputStream(InputStream is, String description) throws IOException {
BufferedReader reader = new BufferedReader(new I... | 2,735 | 0.610603 | 0.605119 | 115 | 22.773912 | 22.020962 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.373913 | false | false | 4 |
ade1901bed9b7bef6a5547788c27d84f6aa66e34 | 30,305,289,262,943 | f5218314dedbeda55deb7c4afafe9c65f94e6510 | /src/main/java/com/entity/Language.java | 76013e8e535a4eb6de4a6f68730b35b5028d17fd | [] | no_license | Krasav4k1/WTable | https://github.com/Krasav4k1/WTable | 5115216420e8dfd71f0f831ab93d2cac914e28c3 | 3641ec7988c245733d7ca2a9b8a53364cd67aa45 | refs/heads/master | 2021-06-03T00:19:54.336000 | 2016-09-16T07:54:46 | 2016-09-16T07:54:46 | 53,608,169 | 2 | 0 | null | false | 2016-09-16T07:54:46 | 2016-03-10T18:39:33 | 2016-09-16T06:25:04 | 2016-09-16T07:54:46 | 39,131 | 1 | 1 | 0 | Java | null | null | package com.entity;
import javax.persistence.*;
@Entity
@Table
public class Language {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
public String language;
@ManyToOne
@JoinColumn
private User user;
public int getId() {
return id;
}
public... | UTF-8 | Java | 652 | java | Language.java | Java | [] | null | [] | package com.entity;
import javax.persistence.*;
@Entity
@Table
public class Language {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
public String language;
@ManyToOne
@JoinColumn
private User user;
public int getId() {
return id;
}
public... | 652 | 0.592025 | 0.592025 | 42 | 14.523809 | 14.046247 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.261905 | false | false | 4 |
d7245037f12e35dbabc8d265c672451abfd5b07d | 31,258,772,005,876 | 170287bd222be3c129f0abe1afcab06ff4608ea9 | /experiment_2/context-aware-meeting-room-client-javame/src/main/java/ac/uk/brunel/mobile/contextaware/presentation/facade/PresentationObjectFactory.java | 152bd8c4b134e1ed63858529ea4d7e97f55b6da9 | [] | no_license | tormorten/brunelPhD | https://github.com/tormorten/brunelPhD | f252f396d9576508f71939e709e016b5f718966a | b169e56e23713c4b0097ab3af098476877d202c6 | refs/heads/master | 2021-01-20T04:39:43.271000 | 2012-04-15T21:06:16 | 2012-04-15T21:06:16 | 4,027,000 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ac.uk.brunel.mobile.contextaware.presentation.facade;
import java.util.Vector;
import ac.uk.brunel.mobile.contextaware.dto.Meeting;
import ac.uk.brunel.mobile.contextaware.presentation.dto.PresentationMeeting;
public class PresentationObjectFactory {
private PresentationObjectFactory() {
}
static Vector... | UTF-8 | Java | 718 | java | PresentationObjectFactory.java | Java | [] | null | [] | package ac.uk.brunel.mobile.contextaware.presentation.facade;
import java.util.Vector;
import ac.uk.brunel.mobile.contextaware.dto.Meeting;
import ac.uk.brunel.mobile.contextaware.presentation.dto.PresentationMeeting;
public class PresentationObjectFactory {
private PresentationObjectFactory() {
}
static Vector... | 718 | 0.786908 | 0.785515 | 23 | 30.217392 | 34.923466 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.304348 | false | false | 4 |
3a614cb74aace6106cb9e42cbcbd5a89c45b0ccd | 6,451,040,923,355 | c9b43aef0291648bf976f53271a192af8c3e912f | /src/main/java/com/duncanturk/cli/api/TaskTerminationType.java | eb509e00f9e6198a93a09de1a3c8011a103c3a4f | [
"MIT"
] | permissive | duncanturk/java-cli-and-text-interface-framework | https://github.com/duncanturk/java-cli-and-text-interface-framework | 45f8ec4e072d3dfb4a74aa2397808f7ca6ce4b49 | fe5843dc940086c3e619492490333079f42cbdc4 | refs/heads/master | 2021-09-07T17:25:10.788000 | 2018-02-26T21:09:40 | 2018-02-26T21:09:40 | 122,677,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duncanturk.cli.api;
public enum TaskTerminationType {
SUCCESS, EXIT, FAILED, CANCELED
}
| UTF-8 | Java | 106 | java | TaskTerminationType.java | Java | [] | null | [] | package com.duncanturk.cli.api;
public enum TaskTerminationType {
SUCCESS, EXIT, FAILED, CANCELED
}
| 106 | 0.754717 | 0.754717 | 5 | 20 | 15.97498 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
94066fc5aa394677bb7af4890a40af394705042d | 22,763,326,700,251 | 0e54faea09ae4e105cae0d74989ec113002a9422 | /lianjiu_rest/lianjiu_rest_dao/src/main/java/com/lianjiu/rest/mapper/orders/OrdersFacefaceMapper.java | 8e130bd8a0fd531cb3372f2761d00304047be93d | [] | no_license | geilige/recycle-maven | https://github.com/geilige/recycle-maven | e49576463e91e8378c42f45846dcf8266812384b | 0cb0f27543f205758e0ae25f30e9361a0eb215b6 | refs/heads/master | 2023-03-16T02:38:32.158000 | 2018-02-07T05:57:58 | 2018-02-07T05:57:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lianjiu.rest.mapper.orders;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.lianjiu.model.OrdersFaceface;
import com.lianjiu.model.vo.SearchObjecVo;
import com.lianjiu.rest.model.OrdersFacefaceFull;
import com.lianjiu.rest.model.OrdersFacefaceItemVo;
... | UTF-8 | Java | 3,531 | java | OrdersFacefaceMapper.java | Java | [] | null | [] | package com.lianjiu.rest.mapper.orders;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.lianjiu.model.OrdersFaceface;
import com.lianjiu.model.vo.SearchObjecVo;
import com.lianjiu.rest.model.OrdersFacefaceFull;
import com.lianjiu.rest.model.OrdersFacefaceItemVo;
... | 3,531 | 0.815979 | 0.815979 | 116 | 28.896551 | 32.001717 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.051724 | false | false | 4 |
2d72e5ecaf42debdc86bdfdc296617f54a3a3f41 | 25,752,623,946,881 | d9cade31b29426762c1112b0e2e33960b2c00e84 | /src/algorithm/greedy/Code03_CutGoldenBar.java | 1f88f64a0db34794ca5456e9ab65ec0385d50d06 | [] | no_license | wangyx1024/daydayup | https://github.com/wangyx1024/daydayup | 9d75d4f9d17cec3d859f754b4d74390b31e6cc21 | 6567fe267fcc76a94b93ee898b865d39d6fddf22 | refs/heads/main | 2023-05-12T13:26:53.194000 | 2021-06-01T23:14:24 | 2021-06-01T23:14:24 | 352,397,472 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm.greedy;
import algorithm.util.Checker;
import java.util.*;
/**
* 切金条问题
*/
public class Code03_CutGoldenBar {
public static void main(String[] args) {
// int[] arr = {2};
// int[] plan1 = greedySolve(arr);
// int cost1 = calCost(plan1);
// System.out.println("cost... | UTF-8 | Java | 5,072 | java | Code03_CutGoldenBar.java | Java | [] | null | [] | package algorithm.greedy;
import algorithm.util.Checker;
import java.util.*;
/**
* 切金条问题
*/
public class Code03_CutGoldenBar {
public static void main(String[] args) {
// int[] arr = {2};
// int[] plan1 = greedySolve(arr);
// int cost1 = calCost(plan1);
// System.out.println("cost... | 5,072 | 0.481181 | 0.469493 | 190 | 25.56842 | 21.384279 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547368 | false | false | 4 |
943968dffe025309af401a0de0112b05d5a306a4 | 29,729,763,676,630 | ca95555a6ce6410807699face40f070f92d41d20 | /LQian-springboot-algorithm/src/main/java/com/zl/lqian/jianzhi/Solution43.java | d598ae6231cc0fb29ac33ab8d96392d3bc60f798 | [] | no_license | SaberSola/LQian | https://github.com/SaberSola/LQian | 0000adef39a0940c2771f76e69790643acc6c892 | b8a42ffe46d37968ecdbf70b402f7b1b09549f55 | refs/heads/master | 2022-12-20T23:43:19.657000 | 2021-12-27T13:18:45 | 2021-12-27T13:18:45 | 144,002,792 | 9 | 3 | null | false | 2022-12-16T04:33:33 | 2018-08-08T11:15:53 | 2022-06-15T12:33:48 | 2022-12-16T04:33:27 | 1,606 | 8 | 3 | 87 | Java | false | false | package com.zl.lqian.jianzhi;
import java.util.ArrayList;
/**
* @Author zl
* @Date 2020-04-11
* @Des 输入一个递增排序的数组和一个数字S,在数组中查找两个数,
* 使得他们的和正好是S,如果有多对数字的和等于S,
* 输出两个数的乘积最小的。
*/
public class Solution43 {
/**
* 输入一个递增排序的数组和一个数字S,
* 在数组中查找两个数,使得他们的和正好是S,
* 如果有多对数字的和等于S,输出两个数的乘积最小的。
*
* ... | UTF-8 | Java | 1,382 | java | Solution43.java | Java | [
{
"context": "nzhi;\n\nimport java.util.ArrayList;\n\n/**\n * @Author zl\n * @Date 2020-04-11\n * @Des 输入一个递增排序的数组和一个数字S,在数组",
"end": 77,
"score": 0.9993906021118164,
"start": 75,
"tag": "USERNAME",
"value": "zl"
}
] | null | [] | package com.zl.lqian.jianzhi;
import java.util.ArrayList;
/**
* @Author zl
* @Date 2020-04-11
* @Des 输入一个递增排序的数组和一个数字S,在数组中查找两个数,
* 使得他们的和正好是S,如果有多对数字的和等于S,
* 输出两个数的乘积最小的。
*/
public class Solution43 {
/**
* 输入一个递增排序的数组和一个数字S,
* 在数组中查找两个数,使得他们的和正好是S,
* 如果有多对数字的和等于S,输出两个数的乘积最小的。
*
* ... | 1,382 | 0.525939 | 0.514311 | 46 | 23.304348 | 18.473093 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.326087 | false | false | 4 |
943cab7a1b631fa68b51cb7e607182d130d2c4a5 | 23,295,902,628,177 | 7b8123a02d4cd482513dd009511e1cfb8586564c | /code/trunk/src/main/java/com/cloudking/openlab/vo/CommonTechPlatformCatVO.java | b43f8c2656c2dc498811943804b4633cad0374b2 | [] | no_license | Wanghuaichen/openlab | https://github.com/Wanghuaichen/openlab | 7245e9a06a96ac6ce1844ee4adc1ec4eec92f633 | 5adba613d1bb0d73fdce0ef3da59c08b8ff139ce | refs/heads/master | 2020-04-07T12:48:36.279000 | 2016-04-11T09:52:48 | 2016-04-11T09:52:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright(c) 2013 ShenZhen CloudKing Technology Co., Ltd.
* All rights reserved.
* Created on Aug 27, 2013 10:56:55 AM
*/
package com.cloudking.openlab.vo;
import java.util.List;
import com.cloudking.openlab.BaseVO;
/**
* 公共技术服务平台
*
* @author CloudKing
*/
public class CommonTechPlatformCatVO extends... | UTF-8 | Java | 996 | java | CommonTechPlatformCatVO.java | Java | [
{
"context": "/**\n * Copyright(c) 2013 ShenZhen CloudKing Technology Co., Ltd.\n * All rights rese",
"end": 33,
"score": 0.9997235536575317,
"start": 25,
"tag": "NAME",
"value": "ShenZhen"
},
{
"context": "ng.openlab.BaseVO;\n\n/**\n * 公共技术服务平台\n * \n * @author CloudKing\n */\npubli... | null | [] | /**
* Copyright(c) 2013 ShenZhen CloudKing Technology Co., Ltd.
* All rights reserved.
* Created on Aug 27, 2013 10:56:55 AM
*/
package com.cloudking.openlab.vo;
import java.util.List;
import com.cloudking.openlab.BaseVO;
/**
* 公共技术服务平台
*
* @author CloudKing
*/
public class CommonTechPlatformCatVO extends... | 996 | 0.704593 | 0.687891 | 58 | 15.517241 | 18.374683 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913793 | false | false | 4 |
fe07d1e56d2b64672565f8e7cf0941e2d7456818 | 22,522,808,516,720 | b359a01e113ab3f9e2f5307e02ef9b8de5deef31 | /samoa-api/src/main/java/com/yahoo/labs/samoa/streams/FileStream.java | c8004f5f4afad63c6001feb3f301c783ff59df69 | [
"Apache-2.0"
] | permissive | suryasingh/samoa | https://github.com/suryasingh/samoa | e9085280815686051da0b28a6dd7c9381f2b1460 | 0fa1eea47cfa3cd8a59bee4d8149426ae0a11b37 | refs/heads/master | 2020-05-29T12:16:18.004000 | 2015-01-27T15:31:20 | 2015-01-27T15:31:20 | 34,695,938 | 1 | 0 | null | true | 2015-04-27T23:06:31 | 2015-04-27T23:06:31 | 2015-04-24T05:28:53 | 2015-01-27T15:31:20 | 6,459 | 0 | 0 | 0 | null | null | null | package com.yahoo.labs.samoa.streams;
/*
* #%L
* SAMOA
* %%
* Copyright (C) 2013 - 2014 Yahoo! Inc.
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | UTF-8 | Java | 4,626 | java | FileStream.java | Java | [
{
"context": " this class for different file formats)\n * @author Casey\n */\npublic abstract class FileStream extends Abst",
"end": 1429,
"score": 0.9993966817855835,
"start": 1424,
"tag": "NAME",
"value": "Casey"
}
] | null | [] | package com.yahoo.labs.samoa.streams;
/*
* #%L
* SAMOA
* %%
* Copyright (C) 2013 - 2014 Yahoo! Inc.
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 4,626 | 0.687203 | 0.679637 | 174 | 25.586206 | 23.178246 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.867816 | false | false | 4 |
0448aa15e0e7719523c072e2bededf332fc36a8b | 9,723,805,985,806 | c31546a1133885c0d03d9576538adca28beb3ed4 | /src/com/amazon/algorithm/implementation/DesignerPDFViewer.java | 1cb59f3f8464a16d0bae2a4925540ab3462ab789 | [] | no_license | haokaibo/AmazonTest | https://github.com/haokaibo/AmazonTest | 61bdb87383b14a8fe85d0196eda521042b30de9e | d6632b663823b5f744ee7d42fc7c392738348d61 | refs/heads/master | 2021-01-12T12:32:14.746000 | 2020-10-16T12:47:30 | 2020-10-16T12:47:30 | 72,543,149 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amazon.algorithm.implementation;
import java.util.Scanner;
/**
* Created by kaibohao on 2016-12-25.
*/
public class DesignerPDFViewer {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int n = 26;
int h[] = new int[n];
for (int h_i = 0; h_... | UTF-8 | Java | 778 | java | DesignerPDFViewer.java | Java | [
{
"context": "ion;\n\nimport java.util.Scanner;\n\n/**\n * Created by kaibohao on 2016-12-25.\n */\npublic class DesignerPDFViewer",
"end": 99,
"score": 0.9993257522583008,
"start": 91,
"tag": "USERNAME",
"value": "kaibohao"
}
] | null | [] | package com.amazon.algorithm.implementation;
import java.util.Scanner;
/**
* Created by kaibohao on 2016-12-25.
*/
public class DesignerPDFViewer {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int n = 26;
int h[] = new int[n];
for (int h_i = 0; h_... | 778 | 0.503856 | 0.487147 | 29 | 25.827587 | 15.974266 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 4 |
b35442c7bb3cd179d8fc08b2726fc8f2a265fd1b | 10,385,230,967,049 | 9963591c69cd7f1b5bb6e7751b0fde6e9227d0bf | /src/main/java/com/fmatusiak/libraryapi/repository/TitleBookRepository.java | 3ea7c47b4fdfa2a09259836b74d798a44e2ad9c1 | [] | no_license | fmatusiak/library-rest-api | https://github.com/fmatusiak/library-rest-api | 859839aa20e6fc6ca0e6808e40e6215ec1729a18 | f8f87fb6b1e7ce81d989aa0ba2fafdf23b8988b7 | refs/heads/master | 2020-04-26T20:19:53.739000 | 2019-06-16T22:48:12 | 2019-06-16T22:48:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fmatusiak.libraryapi.repository;
import com.fmatusiak.libraryapi.domain.TitleBook;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
import java.util.Optional;
public interface TitleBookRepository extends CrudRepository<TitleBook, Long> {
@Override
Optional<TitleB... | UTF-8 | Java | 567 | java | TitleBookRepository.java | Java | [] | null | [] | package com.fmatusiak.libraryapi.repository;
import com.fmatusiak.libraryapi.domain.TitleBook;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
import java.util.Optional;
public interface TitleBookRepository extends CrudRepository<TitleBook, Long> {
@Override
Optional<TitleB... | 567 | 0.781305 | 0.781305 | 24 | 22.625 | 23.862125 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 4 |
fb18db819ce6c85d7880604f126c800f26a28e94 | 35,923,106,475,333 | 38efe348c954f6c9b72f7e83763babe0d275595f | /src/main/java/org/wxh/topic/dao/IPictureDao.java | 06d1648c359b9d509712ceda824d8b9ce9134dd9 | [] | no_license | wuxiaohao/cms | https://github.com/wuxiaohao/cms | e28360291e0c7f87bde193e4e68a043e11f2e204 | 9f81e9c94419bd670196bea03f045cdce90e67e6 | refs/heads/master | 2021-01-21T04:27:34.198000 | 2015-12-24T06:29:05 | 2015-12-24T06:29:05 | 41,613,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wxh.topic.dao;
import java.util.List;
import org.wxh.basic.dao.IBaseDao;
import org.wxh.topic.model.Attachment;
import org.wxh.topic.model.Picture;
import org.wxh.topic.model.PictureTopic;
public interface IPictureDao extends IBaseDao<Picture>{
/**
* 获取某个图片
* @param tid 组图新闻idR
* @ret... | UTF-8 | Java | 884 | java | IPictureDao.java | Java | [] | null | [] | package org.wxh.topic.dao;
import java.util.List;
import org.wxh.basic.dao.IBaseDao;
import org.wxh.topic.model.Attachment;
import org.wxh.topic.model.Picture;
import org.wxh.topic.model.PictureTopic;
public interface IPictureDao extends IBaseDao<Picture>{
/**
* 获取某个图片
* @param tid 组图新闻idR
* @ret... | 884 | 0.665796 | 0.665796 | 36 | 19.277779 | 17.379124 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.027778 | false | false | 4 |
294ab7399de147c3d8ccbede99a60922b9cc071a | 22,505,628,691,516 | 0a5c90d755e1486c3a1ce3bf3eacf6a89c26d25a | /crm-notes/src/main/java/spire/crm/notes/orm/util/tables/Notes.java | 69357a6664b7d2f995ecb6c6788e59df64b4f162 | [] | no_license | Ayush1990/spire-services | https://github.com/Ayush1990/spire-services | 11e420f7963728ffe72ec8936f4fffb59de1a11a | 55079efc250ea17eac87fc3c4c779ff5114fb287 | refs/heads/master | 2016-08-17T20:39:46.031000 | 2016-08-05T13:08:11 | 2016-08-05T13:08:11 | 65,019,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class is generated by jOOQ
*/
package spire.crm.notes.orm.util.tables;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Table;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.... | UTF-8 | Java | 4,066 | java | Notes.java | Java | [] | null | [] | /**
* This class is generated by jOOQ
*/
package spire.crm.notes.orm.util.tables;
import java.sql.Timestamp;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Table;
import org.jooq.TableField;
import org.jooq.UniqueKey;
import org.jooq.impl.... | 4,066 | 0.700689 | 0.69331 | 149 | 26.288591 | 37.803677 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.308725 | false | false | 4 |
8724ae899f93b85cdfd1d9f10e30e4f0046d74e5 | 13,769,665,172,166 | c577f5380b4799b4db54722749cc33f9346eacc1 | /BugSwarm/checkstyle-checkstyle-74845202/buggy_files/src/test/java/com/puppycrawl/tools/checkstyle/api/FileContentsTest.java | 2b6a5fa08c302d68055a26d23e5c603b8e3bac68 | [] | no_license | tdurieux/BugSwarm-dissection | https://github.com/tdurieux/BugSwarm-dissection | 55db683fd95f071ff818f9ca5c7e79013744b27b | ee6b57cfef2119523a083e82d902a6024e0d995a | refs/heads/master | 2020-04-30T17:11:52.050000 | 2019-05-09T13:42:03 | 2019-05-09T13:42:03 | 176,972,414 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2015 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | UTF-8 | Java | 1,555 | java | FileContentsTest.java | Java | [] | null | [] | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2015 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 1,555 | 0.645016 | 0.623794 | 40 | 37.875 | 29.394037 | 84 | false | false | 0 | 0 | 0 | 0 | 93 | 0.113183 | 0.625 | false | false | 4 |
3e06532e3fc332f1647428fc6c953851d44c6134 | 8,289,286,897,234 | 952324db466230d42deab20655025db23641954e | /app/src/main/java/west/code/recyclerparsequeryadapterexample/adapters/RecyclerParseQueryAdapter.java | 9079d1b125857a9f733a3f3e781ef4c771d18e5e | [] | no_license | arturwest/RecyclerParseQueryAdapter | https://github.com/arturwest/RecyclerParseQueryAdapter | 6a2befd4238da3363a6652f8ad30fd5434da46db | bdcf0a22f9ca8b5cb99274e5a23ccc3ee068fb9f | refs/heads/master | 2020-04-06T03:37:56.302000 | 2016-07-24T09:12:19 | 2016-07-24T09:12:19 | 64,056,866 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package west.code.recyclerparsequeryadapterexample.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.parse.Fin... | UTF-8 | Java | 7,615 | java | RecyclerParseQueryAdapter.java | Java | [
{
"context": "yadapterexample.helpers.Const;\n\n\n/**\n * Created by Artco on 23.07.2016.\n */\npublic class RecyclerParseQuer",
"end": 712,
"score": 0.6207482814788818,
"start": 707,
"tag": "USERNAME",
"value": "Artco"
}
] | null | [] | package west.code.recyclerparsequeryadapterexample.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.parse.Fin... | 7,615 | 0.611031 | 0.608667 | 262 | 28.064886 | 27.667044 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427481 | false | false | 14 |
8c8a6124575cd15ccbaa6fad2498a216afbfe764 | 23,055,384,462,903 | 12139fa9355415551468ba0735f1353452c620b9 | /qtz-ht-session-service/src/main/java/com/qtz/ht/session/service/ht/user/dao/impl/HtBusinessDaoImpl.java | e879646b891346d70904d39397e23d683adcb642 | [] | no_license | moutainhigh/upgrade-1 | https://github.com/moutainhigh/upgrade-1 | 1133cefa8beff9b6b65605c237dfd9649214afc5 | 999a158446b4f86079518f6cc4fe0c241eec6b1f | refs/heads/master | 2021-06-04T08:04:48.960000 | 2016-08-30T10:14:27 | 2016-08-30T10:14:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qtz.ht.session.service.ht.user.dao.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.springframework.stereotype.Repository;
import com.qtz.base.dao.impl.MyBaitsDaoImpl;
import com.qtz.base.exception.DaoException;
import com.qtz.ht.session.service.ht.user.da... | UTF-8 | Java | 1,358 | java | HtBusinessDaoImpl.java | Java | [
{
"context": "6</p>\r\n * <p>Company: 深圳市好实再商贸有限公司</p>\r\n * @author tanglijun\r\n * @version v1.0 2016-01-25\r\n */\r\n@Repository(\"h",
"end": 557,
"score": 0.9986041188240051,
"start": 548,
"tag": "USERNAME",
"value": "tanglijun"
}
] | null | [] | package com.qtz.ht.session.service.ht.user.dao.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.springframework.stereotype.Repository;
import com.qtz.base.dao.impl.MyBaitsDaoImpl;
import com.qtz.base.exception.DaoException;
import com.qtz.ht.session.service.ht.user.da... | 1,358 | 0.719189 | 0.708268 | 41 | 29.317074 | 26.135145 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.146341 | false | false | 14 |
95ab33c38eb2ed3fa9db6ffe75bc787ed2d8d354 | 24,807,731,108,492 | fc3f1fd5eb3897f56a0fcb1c6f065140eba154a2 | /app/src/main/java/com/widas/demo_ac/common/SessionManager.java | c3de636a243015056e66c7896284a1fca57dbe31 | [] | no_license | Kundan-Android/AndroidAccessControlApp | https://github.com/Kundan-Android/AndroidAccessControlApp | 9b1ff0e38c13df37c96e61668022204b75613243 | d021c3b5391534832c91b3983e1b49b09090f3f0 | refs/heads/master | 2022-12-21T21:09:09.266000 | 2020-09-03T10:28:58 | 2020-09-03T10:28:58 | 292,538,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.widas.demo_ac.common;
import android.content.Context;
import android.content.SharedPreferences;
import com.example.cidaasv2.Service.Entity.UserinfoEntity;
import com.google.gson.Gson;
public class SessionManager {
private static final String PREFS_NAME = "accessControlPrefsFile";
private static ... | UTF-8 | Java | 1,491 | java | SessionManager.java | Java | [
{
"context": " private static final String KEY_ACCESS_TOKEN = \"access_token\";\n\n // Shared Preferences\n SharedPref",
"end": 359,
"score": 0.5766058564186096,
"start": 353,
"tag": "KEY",
"value": "access"
}
] | null | [] | package com.widas.demo_ac.common;
import android.content.Context;
import android.content.SharedPreferences;
import com.example.cidaasv2.Service.Entity.UserinfoEntity;
import com.google.gson.Gson;
public class SessionManager {
private static final String PREFS_NAME = "accessControlPrefsFile";
private static ... | 1,491 | 0.686787 | 0.686117 | 52 | 27.673077 | 23.461689 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 14 |
b5586b591b69a6b52585c1fa886bb65b71cd6c7d | 28,887,950,055,382 | 41e896939220c0c6802e851fb0751ed3987a2329 | /LeetCode/src/DP/爬楼梯.java | e80b417e5670491bf64fabec5da2894d1795aa23 | [] | no_license | czjczj/LeetCode | https://github.com/czjczj/LeetCode | 2ddbee695d8c3767063186c41ef086939ad8604b | 46588f859351d806b28754f83ea4e23d78757d7f | refs/heads/master | 2020-04-26T17:17:48.635000 | 2019-06-28T03:34:42 | 2019-06-28T03:34:42 | 173,563,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DP;
/**
* @author czj
* @date 2019��2��25��
* ������������¥�ݡ���Ҫ n ������ܵ���¥����
ÿ��������� 1 �� 2 ��̨�ס����ж����ֲ�ͬ�ķ�����������¥���أ�
dp[i] ��ʾ��į���ߵ�¥���IJ�ͬ�߷�
*/
public class 爬楼梯 {
public static void main(String[] args) {
System.out.println(climbStairs(2));
}
public static int climbStai... | UTF-8 | Java | 894 | java | 爬楼梯.java | Java | [
{
"context": "package DP;\n\n/**\n * @author czj\n * @date 2019��2��25��\n * ������������¥�ݡ���Ҫ n",
"end": 31,
"score": 0.9996320009231567,
"start": 28,
"tag": "USERNAME",
"value": "czj"
}
] | null | [] | package DP;
/**
* @author czj
* @date 2019��2��25��
* ������������¥�ݡ���Ҫ n ������ܵ���¥����
ÿ��������� 1 �� 2 ��̨�ס����ж����ֲ�ͬ�ķ�����������¥���أ�
dp[i] ��ʾ��į���ߵ�¥���IJ�ͬ�߷�
*/
public class 爬楼梯 {
public static void main(String[] args) {
System.out.println(climbStairs(2));
}
public static int climbStai... | 894 | 0.458755 | 0.431259 | 32 | 20.59375 | 15.140714 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.875 | false | false | 14 |
7a46b830086b9cd91c1144fa6f87f91379eb60e2 | 14,963,666,076,474 | c8ad7d7255ea4e4c6ebbb241ec9d528adf3c35a4 | /src/main/java/com/fuwu/blog/service/PrivilegeService.java | f16fbfc1ec7e40d855f961ec848c91ca06495c6b | [] | no_license | fengwfe/blog | https://github.com/fengwfe/blog | 5114bec982977643dfd1b22143724c63ccdcd9f0 | bd6d941632e4c68573fc5f91c7857d6a6a96eec3 | refs/heads/master | 2021-01-14T07:19:44.781000 | 2020-02-28T11:15:14 | 2020-02-28T11:15:14 | 242,637,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fuwu.blog.service;
import java.util.List;
import java.util.Map;
import com.fuwu.blog.dto.param.CreatePrivilegeDTO;
import com.fuwu.blog.dto.param.FetchByIdDTO;
import com.fuwu.blog.dto.param.FetchPrivilegeDTO;
import com.fuwu.blog.dto.param.UpdatePrivilegeDTO;
import com.fuwu.blog.dto.response.PrivilegeD... | UTF-8 | Java | 776 | java | PrivilegeService.java | Java | [] | null | [] | package com.fuwu.blog.service;
import java.util.List;
import java.util.Map;
import com.fuwu.blog.dto.param.CreatePrivilegeDTO;
import com.fuwu.blog.dto.param.FetchByIdDTO;
import com.fuwu.blog.dto.param.FetchPrivilegeDTO;
import com.fuwu.blog.dto.param.UpdatePrivilegeDTO;
import com.fuwu.blog.dto.response.PrivilegeD... | 776 | 0.841495 | 0.841495 | 19 | 39.842106 | 33.764297 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 14 |
a2dc047eccaa64e3428efe3faae4ebae3edde581 | 14,963,666,077,224 | 7f195c508f2603bd40be2a5b2b42dba442040ecb | /src/main/java/cn/skylarkai/sdk/https/HttpsContext.java | 5669f0793e66679f5720f1cd480f2f1368860588 | [] | no_license | skylarkai/erqi-sdk | https://github.com/skylarkai/erqi-sdk | fe75a358e8e7f90f698399226b96305088e77d90 | 9fe9c54779ac98083d9861e066548c6d8321f851 | refs/heads/master | 2022-10-25T15:56:32.811000 | 2019-06-17T06:14:59 | 2019-06-17T06:14:59 | 164,776,435 | 0 | 0 | null | false | 2022-10-12T20:26:14 | 2019-01-09T03:02:19 | 2019-06-17T06:15:01 | 2022-10-12T20:26:11 | 42 | 0 | 0 | 4 | Java | false | false | package cn.skylarkai.sdk.https;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import java.security.cert.CertificateException;
/**
* httpsContext
*
* @author chuhl
*/
public class HttpsContext {
public SSLContext HttpsContext() {
SSLContext ... | UTF-8 | Java | 1,389 | java | HttpsContext.java | Java | [
{
"context": "icateException;\n\n/**\n * httpsContext\n *\n * @author chuhl\n */\npublic class HttpsContext {\n\n public SSLCo",
"end": 228,
"score": 0.9996044635772705,
"start": 223,
"tag": "USERNAME",
"value": "chuhl"
}
] | null | [] | package cn.skylarkai.sdk.https;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import java.security.cert.CertificateException;
/**
* httpsContext
*
* @author chuhl
*/
public class HttpsContext {
public SSLContext HttpsContext() {
SSLContext ... | 1,389 | 0.574088 | 0.553984 | 44 | 29.522728 | 25.867222 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 14 |
f03292fb6a5695cc30f69d42ad48d567137197a5 | 19,945,828,136,475 | 271ca0f86d3930d791ec19c6b3322edb2be91bc8 | /src/main/java/org/py/model/Bigtable.java | ae5f183cb0bbfa004e610425554ce4a44c6042d0 | [] | no_license | powerfocus/spring-boot-JAVA-SE | https://github.com/powerfocus/spring-boot-JAVA-SE | 7e3717295df94d04a891665bb5114744137f227a | 65a7eeef06dd67f52dc7b7d5e7bfc00bd4543094 | refs/heads/master | 2020-04-14T23:50:10.262000 | 2019-01-06T03:00:46 | 2019-01-06T03:00:46 | 164,218,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.py.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
@Entity
public class Bigtable implements Serializable {
private static final long serialVersionUID = 909114499660406694... | UTF-8 | Java | 1,213 | java | Bigtable.java | Java | [] | null | [] | package org.py.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
@Entity
public class Bigtable implements Serializable {
private static final long serialVersionUID = 909114499660406694... | 1,213 | 0.576257 | 0.560594 | 59 | 19.559322 | 16.513243 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40678 | false | false | 14 |
b37652661034b90d12ed087169dc3c1a2288e567 | 22,660,247,476,873 | 7429c8641d73ed50b75f2f1356906cfd66cdb2ea | /src/com/kh/tc/category/model/vo/Category.java | 7cd66d098ccadc237882b41088105a2205968029 | [] | no_license | bell204/jspTeamPro | https://github.com/bell204/jspTeamPro | 5c9a1eb345f1c2911af16912991af2157c61582c | c9d69687be2d0d51ed23d2f12e3f405dbf984c8e | refs/heads/master | 2020-03-08T08:55:06.437000 | 2018-04-04T09:47:24 | 2018-04-04T09:47:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kh.tc.category.model.vo;
public class Category implements java.io.Serializable {
private int cate_code;
private String cate1;
private String cate2;
private String cate3;
private String cate4;
public Category() {
}
public Category(int cate_code, String cate1, String cate2, String cate3, String cat... | UTF-8 | Java | 1,221 | java | Category.java | Java | [] | null | [] | package com.kh.tc.category.model.vo;
public class Category implements java.io.Serializable {
private int cate_code;
private String cate1;
private String cate2;
private String cate3;
private String cate4;
public Category() {
}
public Category(int cate_code, String cate1, String cate2, String cate3, String cat... | 1,221 | 0.663391 | 0.624079 | 68 | 16.955883 | 19.608997 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485294 | false | false | 14 |
8366372574a4266f60ac1197fd2325ff8f83117b | 33,148,557,596,994 | 4aa2055995e1704a577e8436926c6c04b69a7fda | /src/Chapter6/ArrayListDemo.java | 590f2bae3e163eb4b5700f1483bfa5b62c798945 | [] | no_license | Hasnake/HeadFirstJava | https://github.com/Hasnake/HeadFirstJava | a055808a07b06aca13104939e451525797ab9489 | 5e97be8346ec4b53a91a14f92d2b5f077055b85a | refs/heads/master | 2020-03-11T12:45:23.199000 | 2018-06-25T17:55:04 | 2018-06-25T17:55:04 | 130,006,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chapter6;
import java.util.ArrayList;
public class ArrayListDemo {
public static void main(String []Args){
// create an empty array list with an initial capacity
ArrayList<Integer> myList = new ArrayList<Integer>(5);
// use add() method to add elements in the list
myList.... | UTF-8 | Java | 1,572 | java | ArrayListDemo.java | Java | [] | null | [] | package Chapter6;
import java.util.ArrayList;
public class ArrayListDemo {
public static void main(String []Args){
// create an empty array list with an initial capacity
ArrayList<Integer> myList = new ArrayList<Integer>(5);
// use add() method to add elements in the list
myList.... | 1,572 | 0.618321 | 0.605598 | 53 | 28.622641 | 31.317141 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 14 |
468b796ac17c0d813d0a36ef496eb0c4af978105 | 16,758,962,410,212 | 509ce8da5b8fae7fe0bcbe2a745eae3eac2982c6 | /Stockkeeper/src/main/java/stockkeeper/gui/OpenOverviewMenuEvent.java | deff6ade37d547d4a15c8b1c071ae8f94a4e3c86 | [
"BSD-3-Clause"
] | permissive | FreyaFreed/Stockkeeper | https://github.com/FreyaFreed/Stockkeeper | c3ae9f45834b1bbf9dd378671f7955fcdeb17277 | 4db9358c081b9649334dbf40e47cd6d493511a37 | refs/heads/master | 2021-05-04T04:56:42.428000 | 2017-06-18T01:15:29 | 2017-06-18T01:15:29 | 70,904,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stockkeeper.gui;
import java.util.List;
import net.minecraftforge.fml.common.eventhandler.Event;
import stockkeeper.data.Stack;
public class OpenOverviewMenuEvent extends Event {
public List<Stack> stacks;
public OpenOverviewMenuEvent(List<Stack> stacks) {
super();
this.stacks = stacks;... | UTF-8 | Java | 331 | java | OpenOverviewMenuEvent.java | Java | [] | null | [] | package stockkeeper.gui;
import java.util.List;
import net.minecraftforge.fml.common.eventhandler.Event;
import stockkeeper.data.Stack;
public class OpenOverviewMenuEvent extends Event {
public List<Stack> stacks;
public OpenOverviewMenuEvent(List<Stack> stacks) {
super();
this.stacks = stacks;... | 331 | 0.731118 | 0.731118 | 17 | 17.470589 | 19.360718 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 14 |
1499ab6ef1d0f4301161a9e1bb3b742575629a37 | 28,802,050,687,655 | d9338e2ab0aca7b005212046da75e10fbd8904c9 | /src/backup.java | 9eeb53379b6e70dbdc0cccffb5a3256969d5c8a1 | [] | no_license | mohanck/Internet-Banking-System | https://github.com/mohanck/Internet-Banking-System | e4de7281fe9760579fa562c712786f359ddcf849 | b68a684b1e2492c58d86d55b9f544c28697e0510 | refs/heads/master | 2021-01-10T06:06:11.298000 | 2017-03-08T19:19:48 | 2017-03-08T19:19:48 | 54,296,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import java.util.*;
import java.sql.*;
/**
* Servlet implementation class for Servlet: backup
*
*/
public class backup exte... | UTF-8 | Java | 5,246 | java | backup.java | Java | [] | null | [] | import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import java.util.*;
import java.sql.*;
/**
* Servlet implementation class for Servlet: backup
*
*/
public class backup exte... | 5,246 | 0.588258 | 0.579298 | 160 | 31.78125 | 26.833439 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4875 | false | false | 14 |
104eeafbe7ceae640f28ee7da4c12b9b0e9dba58 | 2,173,253,475,822 | eb2be86a098fab314169db7ce09aec4882468ff5 | /Security-Learning/Shiro/Shiro-SpringBoot/src/main/java/com/amber/shiro/UserRealm.java | 743cdc9cd031fdd15beb5fd5a30a94414c9f889b | [] | no_license | AmberBar/Learning | https://github.com/AmberBar/Learning | 473a8e5b37b0e783b1e2a72b190a0d31dff1c8af | 47b5dff1a206557cf9696ab21e56d9d11d42ea8f | refs/heads/master | 2022-12-20T03:58:45.589000 | 2020-07-28T12:54:33 | 2020-07-28T12:54:33 | 148,492,790 | 0 | 0 | null | false | 2022-12-16T01:17:12 | 2018-09-12T14:23:57 | 2020-07-28T12:54:58 | 2022-12-16T01:17:10 | 12,568 | 0 | 0 | 25 | Java | false | false | package com.amber.shiro;
import com.amber.data.po.Role;
import com.amber.data.po.User;
import com.amber.service.UserService;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.SimpleA... | UTF-8 | Java | 2,712 | java | UserRealm.java | Java | [] | null | [] | package com.amber.shiro;
import com.amber.data.po.Role;
import com.amber.data.po.User;
import com.amber.service.UserService;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.SimpleA... | 2,712 | 0.722009 | 0.722009 | 74 | 34.243244 | 31.919582 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
64eb1a5946307604f51d2227f7c2a5a137608517 | 6,253,472,384,603 | ddbd4a2bf24096ce2a38d6c29481681a034dcf7c | /assignment2/src/app/mainUI.java | 213003f59c0cf5ce0c6067452f2373cb80777b28 | [] | no_license | Thinushika/Java_101 | https://github.com/Thinushika/Java_101 | 3d044d3543b46926774bfba4aed8f5686c6d100a | 9a883838e933fba630268967b4f3dffb09d114fe | refs/heads/master | 2023-06-04T21:03:25.745000 | 2021-12-17T09:59:39 | 2021-12-17T09:59:39 | 377,714,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import java.awt.Color;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.... | UTF-8 | Java | 16,832 | java | mainUI.java | Java | [] | null | [] | package app;
import java.awt.Color;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.... | 16,832 | 0.651497 | 0.634268 | 326 | 50.631901 | 36.820816 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.892638 | false | false | 14 |
f457b615c8d7da62249e16707d1a30c48d40bbb2 | 27,290,222,257,428 | a4d0d80809eef4d90f01c3b79969f740eedde4a6 | /FreeLanceCalc/app/src/main/java/studioborges/freecalc2/MainActivity.java | 89e6909fc529ff5b5ccdd24810a62af689f58404 | [] | no_license | jegborges/freelancecalcapp | https://github.com/jegborges/freelancecalcapp | f0b8a3fd280a68e27aad16c7f0c40cc981d0a472 | 14d56e96fa985e0446f16586edf2c8ba1333d75b | refs/heads/master | 2021-07-18T02:39:31.061000 | 2017-10-25T21:26:59 | 2017-10-25T21:26:59 | 108,328,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package studioborges.freecalc2;
import android.content.Intent;
import android.support.v4.widget.TextViewCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import android.view.View;
import android.widget.TextView;
publ... | UTF-8 | Java | 1,164 | java | MainActivity.java | Java | [] | null | [] | package studioborges.freecalc2;
import android.content.Intent;
import android.support.v4.widget.TextViewCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import android.view.View;
import android.widget.TextView;
publ... | 1,164 | 0.719931 | 0.715636 | 38 | 29.631578 | 21.951406 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 14 |
fcd86a56c3a27a50e2e172bc523f8d6e0a69bf6c | 4,999,341,989,002 | 22041957a57cd2749c355116bde38b8c750214a8 | /src/test/java/cn/effine/Test.java | a5d32f078a50d229766673ff9daec6c359096d4f | [] | no_license | effine/hibernateDemo | https://github.com/effine/hibernateDemo | 730758b1e0492e89e2236cc2d3587c6caf77c198 | c1f64fe3d53a1db6eb9467de6cc55bfbed726779 | refs/heads/master | 2021-01-17T11:50:12.832000 | 2017-02-26T14:56:35 | 2017-02-26T14:56:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.effine;
/**
* @author effine
* @Date 2016-12-30 08:05
* @email iballader#gmail.com
* @site http://www.effine.cn
* @sine 0.2
*/
public class Test {
}
| UTF-8 | Java | 169 | java | Test.java | Java | [
{
"context": "package cn.effine;\n\n/**\n * @author effine\n * @Date 2016-12-30 08:05\n * @email iballader#gma",
"end": 41,
"score": 0.9995499849319458,
"start": 35,
"tag": "USERNAME",
"value": "effine"
},
{
"context": "@author effine\n * @Date 2016-12-30 08:05\n * @email iballader#g... | null | [] | package cn.effine;
/**
* @author effine
* @Date 2016-12-30 08:05
* @email <EMAIL>
* @site http://www.effine.cn
* @sine 0.2
*/
public class Test {
}
| 157 | 0.621302 | 0.538462 | 13 | 12 | 10.996503 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 14 |
6242060681980cf76d7eaf3078f53ec87dcf608f | 11,287,174,089,605 | b00be74b893499df83e6674c74211a6d6b27ff9a | /src/main/java/com/ddu/shiro_demo/dao/UserDao.java | e38c66e9c65db8da5ae806d793639cbe37b5edfb | [] | no_license | ChunKitAu/shiro_demo | https://github.com/ChunKitAu/shiro_demo | 7b1390336437b548a0ec6c7b987df3dd358a8774 | 65c87293ff4cc9307b0ce520fa49d6a39425eb54 | refs/heads/master | 2020-08-23T03:50:54.273000 | 2019-10-27T09:02:35 | 2019-10-27T09:02:35 | 216,537,352 | 2 | 0 | null | true | 2019-10-21T10:09:14 | 2019-10-21T10:09:14 | 2019-10-20T01:27:39 | 2019-10-20T01:27:38 | 68 | 0 | 0 | 0 | null | false | false | package com.ddu.shiro_demo.dao;
import com.ddu.shiro_demo.bean.User;
import org.springframework.stereotype.Component;
import java.util.Set;
import java.util.HashSet;
@Component
public class UserDao {
static Set<User> db;
static {
db = new HashSet<>();
db.add(new User("u001", "user01", "123... | UTF-8 | Java | 844 | java | UserDao.java | Java | [] | null | [] | package com.ddu.shiro_demo.dao;
import com.ddu.shiro_demo.bean.User;
import org.springframework.stereotype.Component;
import java.util.Set;
import java.util.HashSet;
@Component
public class UserDao {
static Set<User> db;
static {
db = new HashSet<>();
db.add(new User("u001", "user01", "123... | 844 | 0.508537 | 0.468293 | 46 | 16.826086 | 15.727716 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 14 |
5f380cf5fa24b569177f4cbd7d97aa6f92cb2bcc | 6,390,911,366,353 | 36fb7e5d594ab0f6ab23dd0cbfc35a40e5e8c5a4 | /fmsb-bo/.svn/pristine/69/69c9a695c663e5f20099dd40ee618b8f4c75d467.svn-base | 0c228066761f87a2a464bf46180e4581aaebc34a | [] | no_license | LLJLS/tsglxt | https://github.com/LLJLS/tsglxt | ed95f44e7e2b82415475849ac84a8026acfa5d8f | 48bc0b9245881270182bd11801a4737493a11ff5 | refs/heads/master | 2019-01-20T15:08:33.469000 | 2017-10-20T08:52:57 | 2017-10-20T08:52:57 | 96,991,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newtouch.crm.models.business;
import com.newtouch.lightframework.common.Entity;
public class EmbTwodCode implements Entity<Long>{
/**
*
*/
private static final long serialVersionUID = -7975616158657106616L;
private Long id;
/** 网点工号 */
private String websiteNo;
/** 产品类型 */
private String ... | UTF-8 | Java | 1,410 | 69c9a695c663e5f20099dd40ee618b8f4c75d467.svn-base | Java | [] | null | [] | package com.newtouch.crm.models.business;
import com.newtouch.lightframework.common.Entity;
public class EmbTwodCode implements Entity<Long>{
/**
*
*/
private static final long serialVersionUID = -7975616158657106616L;
private Long id;
/** 网点工号 */
private String websiteNo;
/** 产品类型 */
private String ... | 1,410 | 0.699853 | 0.684366 | 71 | 18.098591 | 15.990451 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.422535 | false | false | 14 | |
ade312d18869a1b2871f9a5ffccd1bca9d3772ea | 32,581,621,929,302 | e948298229ce282718f93a5e511e6efea8f2f76a | /src/main/java/org/reactome/server/tools/diagram/exporter/raster/itext/awt/DefaultFontMapper.java | 11920cf38361d25397abe7850430a6c072f31f1b | [] | no_license | reactome-bck/diagram-exporter | https://github.com/reactome-bck/diagram-exporter | beda6c8304f846fe72c9f88a0cd42ad4cc0a65b8 | 8288deb30973b7bf58fb597c36ed861027cf3f6b | refs/heads/master | 2023-05-22T20:24:01.212000 | 2019-06-26T15:06:08 | 2019-06-26T15:06:08 | 266,587,388 | 0 | 0 | null | false | 2021-06-07T18:51:23 | 2020-05-24T17:07:38 | 2020-05-24T17:09:14 | 2021-06-07T18:51:23 | 18,936 | 0 | 0 | 3 | Java | false | false | /*
*
* This file is part of the iText (R) project.
Copyright (c) 1998-2018 iText Group NV
* Authors: Bruno Lowagie, Paulo Soares, et al.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License version 3
* as published by the Free ... | UTF-8 | Java | 5,527 | java | DefaultFontMapper.java | Java | [
{
"context": "Copyright (c) 1998-2018 iText Group NV\n * Authors: Bruno Lowagie, Paulo Soares, et al.\n *\n * This program is free ",
"end": 121,
"score": 0.9998465180397034,
"start": 108,
"tag": "NAME",
"value": "Bruno Lowagie"
},
{
"context": "998-2018 iText Group NV\n * Authors: B... | null | [] | /*
*
* This file is part of the iText (R) project.
Copyright (c) 1998-2018 iText Group NV
* Authors: <NAME>, <NAME>, et al.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License version 3
* as published by the Free Software Foun... | 5,497 | 0.746155 | 0.741089 | 137 | 39.343067 | 34.231167 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.40146 | false | false | 14 |
977fd63bd864540cd2475cf4e1018425ae597b64 | 25,778,393,735,726 | d36e21307b7d173a978eca53043bbcaca10af3c7 | /buidmydream/src/main/java/com/example/builddream/pojo/mybatisdo/RoleDo.java | f1bed4354c8e8924fee16c98480d3916e1df3ce3 | [] | no_license | shewoqishuiry/springbootLearning | https://github.com/shewoqishuiry/springbootLearning | 3b81c60c45c78f3835e3a8f4aed6cbb07d5035b2 | fb0562d07d808c3a25e3c1f4f362f2d389b76fbe | refs/heads/main | 2023-02-22T20:47:16.981000 | 2021-01-23T05:20:11 | 2021-01-23T05:20:11 | 302,771,787 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.builddream.pojo.mybatisdo;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName("roles")
public class ... | UTF-8 | Java | 532 | java | RoleDo.java | Java | [] | null | [] | package com.example.builddream.pojo.mybatisdo;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName("roles")
public class ... | 532 | 0.706107 | 0.706107 | 23 | 21.782608 | 19.332235 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 14 |
b951a9b0ebeb7478c470b9570700c18a970c55a3 | 23,278,722,787,014 | ba2c4c33a526ced5e397a5d9cd33178a4e87c5f3 | /lab9/lab9j2fast.java | 015470aee67385ed93738669e0027a67f58d7a02 | [] | no_license | jerrylususu/dsaa_new | https://github.com/jerrylususu/dsaa_new | f25b263d380e7171d37b800c2aa62b2eb689dd04 | 997fab961e2845af12492e3118d38c3053ab1376 | refs/heads/master | 2020-04-10T05:01:59.779000 | 2019-01-09T13:01:20 | 2019-01-09T13:01:20 | 160,815,848 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab9;
// hdu 6370
// brute force with fast read and write
// still tle
// updated ver
// using union set
// still tle...
// seems the cause is that the backward bfs check is too slow
// add bfs marker
// wa
// the judge of union set contain was wrong
// perhaps the root is different, and it won't be a vali... | UTF-8 | Java | 14,377 | java | lab9j2fast.java | Java | [
{
"context": "lug-in\n * Actual solution is at the top\n * Author: Wavator\n */\npublic class lab9j2fast {\n\n\n static class ",
"end": 583,
"score": 0.952492892742157,
"start": 576,
"tag": "NAME",
"value": "Wavator"
},
{
"context": " '}';\n }\n }\n // With cre... | null | [] | package lab9;
// hdu 6370
// brute force with fast read and write
// still tle
// updated ver
// using union set
// still tle...
// seems the cause is that the backward bfs check is too slow
// add bfs marker
// wa
// the judge of union set contain was wrong
// perhaps the root is different, and it won't be a vali... | 14,377 | 0.410865 | 0.401475 | 489 | 28.398773 | 20.309629 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494888 | false | false | 14 |
1fbfa7a65ea88c62c71da92a7f9e7d64fb91142b | 29,171,417,893,240 | dc62d8c0c6b5b264073dfd0ca6d952f0749f14d0 | /src/com/cettco/buycar/activity/SelectCarColorActivity.java | 3e5a4c3445dfe8844b8e9e21a2d0e6b0330a9d73 | [] | no_license | jcheng77/andriod-auto2o | https://github.com/jcheng77/andriod-auto2o | b9bd2c578d2a94947e70e559eff46c8457499d1f | 57aa60afd79312da17c158e64f333a210c1e25c9 | refs/heads/master | 2020-04-30T03:10:38.173000 | 2015-01-08T09:12:13 | 2015-01-08T09:12:13 | 22,744,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cettco.buycar.activity;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.cettco.buycar.R;
import com.cettco.buycar.adapter.CarColorAdapter;
import com.cettco.buycar.entity.CarColorEntity;
import com.cettco.buycar.entity.CarCol... | UTF-8 | Java | 3,735 | java | SelectCarColorActivity.java | Java | [] | null | [] | package com.cettco.buycar.activity;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.cettco.buycar.R;
import com.cettco.buycar.adapter.CarColorAdapter;
import com.cettco.buycar.entity.CarColorEntity;
import com.cettco.buycar.entity.CarCol... | 3,735 | 0.7282 | 0.726053 | 119 | 29.319328 | 19.930523 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.07563 | false | false | 14 |
26b89093ba4d56e8ee7803195bf389adaee79041 | 3,745,211,489,602 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Entertainment/vine_source/src/co/vine/android/SettingsFragment$6.java | 9734fac48dbc17e8e65750388ede5502f0424286 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package co.vine.android;
import android.view.View;
import android.widget.AdapterView;
// Referenced classes of package co.vine.android:
// ... | UTF-8 | Java | 844 | java | SettingsFragment$6.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9997097849845886,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package co.vine.android;
import android.view.View;
import android.widget.AdapterView;
// Referenced classes of package co.vine.android:
// Set... | 834 | 0.71564 | 0.694313 | 33 | 24.575758 | 29.465984 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
1c7894db5eb3754c9d9a1540cb78a43e083c2d95 | 7,078,106,128,785 | 35866b73337b94e8adbdf13c19415ec8f5f1cc63 | /JAVA-SE Applications/annotation/AnnotationTest.java | d9a45d42f6e0c7d7e579d31af79ffc5bf4ebb74d | [] | no_license | debiprasadmishra50/All-Core-Java-Applications---JAVA-SE | https://github.com/debiprasadmishra50/All-Core-Java-Applications---JAVA-SE | fe7080cbf3c21e18bc02b56f5adbccd98d4599ae | c8cbcac0257357035122e91575772ecb84545236 | refs/heads/master | 2022-11-11T20:56:05.011000 | 2020-06-28T08:10:17 | 2020-06-28T08:10:17 | 275,537,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package annotation;
public class AnnotationTest
{
@MyAnnotation
public void fun()
{
}
}
| UTF-8 | Java | 97 | java | AnnotationTest.java | Java | [] | null | [] | package annotation;
public class AnnotationTest
{
@MyAnnotation
public void fun()
{
}
}
| 97 | 0.690722 | 0.690722 | 10 | 8.7 | 9.602604 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 14 |
006fd0177c80f22328f6538a182626e7539cf20c | 33,174,327,421,937 | 2b4a3f102d31948d8fb12f495d71782666a284f8 | /Pony Game/src/characters/PinkiePie.java | 0a8acbacb9711f024584352e5883937109bf86c5 | [] | no_license | churgethoth/HorseHelper | https://github.com/churgethoth/HorseHelper | 602c0fcb7051dd787e11a1295d64931387220d54 | 0b5e54623736e3521047ef610c65aaf1bcdd702d | refs/heads/master | 2019-01-21T23:40:28.543000 | 2013-08-04T14:32:14 | 2013-08-04T14:32:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package characters;
import abilities.Ability.AbilityType;
public class PinkiePie implements Workable {
public AbilityType getPrimaryStat() {
return AbilityType.CHARISMA;
}
public void randomActivity() {
}
public void staminaActivity() {
}
public void agilityActivity() {
}
public v... | UTF-8 | Java | 522 | java | PinkiePie.java | Java | [] | null | [] | package characters;
import abilities.Ability.AbilityType;
public class PinkiePie implements Workable {
public AbilityType getPrimaryStat() {
return AbilityType.CHARISMA;
}
public void randomActivity() {
}
public void staminaActivity() {
}
public void agilityActivity() {
}
public v... | 522 | 0.657088 | 0.657088 | 40 | 11.05 | 15.254426 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 14 |
15c9f0e0fa922479a07df29c87207d667b473439 | 19,301,583,036,359 | 3b2c1d9e4735e323a9b53671a5c86901603976a9 | /InsertionSortList.java | cc8e577a8f4589aeb9fc5b4a68751452e2a7d870 | [] | no_license | huMonster/leetcode-Java | https://github.com/huMonster/leetcode-Java | d053bd0b8a94689ee95b516d8596686041032aa1 | 714f70ca040cdac44a5dd6423e2e6be9d42edf74 | refs/heads/master | 2023-04-19T03:12:29.374000 | 2021-05-08T09:03:54 | 2021-05-08T09:03:54 | 290,502,653 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.algorithm.leetcode;
import com.test.utils.ListNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* @Description 147 InsertionSortList 对链表进行插入排序
* @Author Monster
* @Date 2020/9/27 11:23
* @Version 1.0
*/
public class InsertionSortList {
/**
... | UTF-8 | Java | 2,417 | java | InsertionSortList.java | Java | [
{
"context": "iption 147 InsertionSortList 对链表进行插入排序\r\n * @Author Monster\r\n * @Date 2020/9/27 11:23\r\n * @Version 1.0\r\n ",
"end": 224,
"score": 0.7970702052116394,
"start": 221,
"tag": "NAME",
"value": "Mon"
},
{
"context": "on 147 InsertionSortList 对链表进行插入排序\r\n * @Author Mons... | null | [] | package com.algorithm.leetcode;
import com.test.utils.ListNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* @Description 147 InsertionSortList 对链表进行插入排序
* @Author Monster
* @Date 2020/9/27 11:23
* @Version 1.0
*/
public class InsertionSortList {
/**
... | 2,417 | 0.494673 | 0.483557 | 81 | 24.654322 | 16.591059 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 14 |
fcc89d225b57a4fa3b8327ad224ad28b7cda067b | 30,133,490,592,024 | 5636dfdf491da08874b93418726fb1a2176e298b | /codebase/l09-architektur/02-schichten/src/main/java/layers/business/CustomerService.java | 8262ad4493062c36ac737d68a254253c3b05ff1b | [] | no_license | SimonGrad/Vorlesung-GUI-2021 | https://github.com/SimonGrad/Vorlesung-GUI-2021 | f0cc8f25e3eb8fd65db3887acb2f25e25971f985 | b768e1bd42d5e859cab2fe6aac239cd62806cbce | refs/heads/master | 2023-05-22T17:17:06.411000 | 2021-06-16T16:54:48 | 2021-06-16T16:54:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package layers.business;
public interface CustomerService {
}
| UTF-8 | Java | 63 | java | CustomerService.java | Java | [] | null | [] | package layers.business;
public interface CustomerService {
}
| 63 | 0.809524 | 0.809524 | 4 | 14.75 | 14.686303 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
d4cda0377a959ba50ec58516f5003afb306e4946 | 7,533,372,673,271 | eecd834c02459d264bd96c3003fe492c0c155d1b | /app/src/main/java/com/rigelr/watchedmovie/AboutActivity.java | 6c2dc3131d56f95923535b24dad6bd77df115091 | [] | no_license | rigelr/movie74 | https://github.com/rigelr/movie74 | 66bd03bb62d89025b7f70a0db83e57cca56c374f | e924759667d3b9eb303d709a48e59a50ac7ac6da | refs/heads/master | 2022-04-13T09:10:26.562000 | 2020-04-08T14:02:37 | 2020-04-08T14:02:37 | 249,360,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rigelr.watchedmovie;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget... | UTF-8 | Java | 1,297 | java | AboutActivity.java | Java | [] | null | [] | package com.rigelr.watchedmovie;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget... | 1,297 | 0.696993 | 0.68697 | 41 | 30.634146 | 22.731472 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634146 | false | false | 14 |
22d2857161d33ebffe9e8cd45713cf1b2d246b28 | 7,533,372,670,021 | 5f239db0a528f79c97bcb02a112891d27299327b | /Automation/src/Monu/printLinks.java | 1e6b640248fe9aadb43e2ffa18cbbd2d000d3d0c | [] | no_license | Monishamercy7/Automation | https://github.com/Monishamercy7/Automation | d5a839baff0c531c7aeb4d8014f5c873c764dcbe | d476242982427e6c5fd3226522e7cfbcc7f2d0c8 | refs/heads/master | 2023-05-06T15:24:25.638000 | 2021-05-29T14:11:15 | 2021-05-29T14:11:15 | 371,989,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Monu;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class printLinks {
static {
System.setProperty("webdriver.gecko.driver", "C:\\Users\\Monisha\\eclipse-workspace\... | UTF-8 | Java | 978 | java | printLinks.java | Java | [] | null | [] | package Monu;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class printLinks {
static {
System.setProperty("webdriver.gecko.driver", "C:\\Users\\Monisha\\eclipse-workspace\... | 978 | 0.723926 | 0.716769 | 33 | 28.636364 | 31.731657 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.939394 | false | false | 14 |
b6e4256a2b92b1c35f72939a330535985ea49d69 | 7,533,372,672,733 | a901abdca092650e0eb277f04c988200796b1d7d | /aart-main/aart-web/src/main/java/edu/ku/cete/model/test/TaskVariantContentFrameworkDetailDao.java | 4ff31507dbe2a5794a3ea156e7790da366d992a4 | [] | no_license | krishnamohankaruturi/secret | https://github.com/krishnamohankaruturi/secret | 5acafbde49b9fa9e24f89534d14e7b01f863f775 | 4da83d113d3620d4c2c84002fecbe4bdd759c1a2 | refs/heads/master | 2022-03-24T22:09:41.325000 | 2019-11-15T12:14:07 | 2019-11-15T12:14:07 | 219,771,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ku.cete.model.test;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetail;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetailExample;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetailKey;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public inte... | UTF-8 | Java | 4,140 | java | TaskVariantContentFrameworkDetailDao.java | Java | [] | null | [] | package edu.ku.cete.model.test;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetail;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetailExample;
import edu.ku.cete.domain.test.TaskVariantContentFrameworkDetailKey;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public inte... | 4,140 | 0.747343 | 0.715459 | 104 | 38.817307 | 37.534794 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.221154 | false | false | 14 |
a5c5a7cb20a94c051a18df10e8e97a311e9f1004 | 21,483,426,483,239 | b765ff986f0cd8ae206fde13105321838e246a0a | /Inspect/app/src/main/java/com/growingio_rewriter/d/a/d/B.java | 8286d630a1d3cb5c928ca11f306c9a27f39c5bc0 | [] | no_license | piece-the-world/inspect | https://github.com/piece-the-world/inspect | fe3036409b20ba66343815c3c5c9f4b0b768c355 | a660dd65d7f40501d95429f8d2b126bd8f59b8db | refs/heads/master | 2020-11-29T15:28:39.406000 | 2016-10-09T06:24:32 | 2016-10-09T06:24:32 | 66,539,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_115.
*/
package com.growingio.d.a.d;
import com.growingio.d.a.d.b;
import com.growingio.d.a.v;
public class B
extends b {
public int h;
public v i;
public B(int n2, v v2, String string) {
this(327680, n2, v2, string);
if (this.getClass() != B.class) {
... | UTF-8 | Java | 506 | java | B.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_115.
*/
package com.growingio.d.a.d;
import com.growingio.d.a.d.b;
import com.growingio.d.a.v;
public class B
extends b {
public int h;
public v i;
public B(int n2, v v2, String string) {
this(327680, n2, v2, string);
if (this.getClass() != B.class) {
... | 506 | 0.551383 | 0.511858 | 26 | 18.423077 | 15.736222 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 14 |
6d2af43e5debb8205f3381ea8bff0d7cdf876e2a | 22,995,254,952,951 | 0c1b67ef108ea4f221038293859f06679492e002 | /SecondLectureEncapsulation/FirstAndReserveTeam/Person.java | 004ef5d4a6a958284db0d48d25c8ca153b2814d2 | [] | no_license | krasimirvasilev1/Java-8-OOPBasic | https://github.com/krasimirvasilev1/Java-8-OOPBasic | 7417452a16ba34cff8cad8b82cf8335115a20c49 | d15298b8d205b07eab65e7efce89fe1e6c7e7a0a | refs/heads/master | 2021-05-07T01:31:20.408000 | 2018-01-06T17:29:37 | 2018-01-06T17:29:37 | 110,358,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SecondLectureEncapsulation.FirstAndReserveTeam;
public class Person {
private String firstName;
private String secondName;
private int age;
private double salary;
public int getAge() {
return age;
}
public Person(String firstName, String secondName, int age, double salary)... | UTF-8 | Java | 459 | java | Person.java | Java | [
{
"context": " return age;\n }\n\n public Person(String firstName, String secondName, int age, double salary) {\n ",
"end": 276,
"score": 0.5268657207489014,
"start": 267,
"tag": "NAME",
"value": "firstName"
},
{
"context": "int age, double salary) {\n this.first... | null | [] | package SecondLectureEncapsulation.FirstAndReserveTeam;
public class Person {
private String firstName;
private String secondName;
private int age;
private double salary;
public int getAge() {
return age;
}
public Person(String firstName, String secondName, int age, double salary)... | 459 | 0.660131 | 0.660131 | 19 | 23.157894 | 19.860733 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 14 |
81bc404fa7567834f9a9700f969d7163f538cd6b | 11,269,994,225,163 | 84125a032c2b2e150f62616c15f0089016aca05d | /src/com/prep2020/medium/Problem454.java | d32755d8ccf48ba6bd055d8a29b0ed21994c9747 | [] | no_license | achowdhury80/leetcode | https://github.com/achowdhury80/leetcode | c577acc1bc8bce3da0c99e12d6d447c74fbed5c3 | 5ec97794cc5617cd7f35bafb058ada502ee7d802 | refs/heads/master | 2023-02-06T01:08:49.888000 | 2023-01-22T03:23:37 | 2023-01-22T03:23:37 | 115,574,715 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prep2020.medium;
import java.util.HashMap;
import java.util.Map;
public class Problem454 {
public int fourSumCount(int[] A, int[] B, int[] C, int[] D) {
if(A == null || A.length == 0 || B == null || B.length == 0 || C == null || C.length == 0 || D == null
|| D.length == 0) return 0;
in... | UTF-8 | Java | 965 | java | Problem454.java | Java | [] | null | [] | package com.prep2020.medium;
import java.util.HashMap;
import java.util.Map;
public class Problem454 {
public int fourSumCount(int[] A, int[] B, int[] C, int[] D) {
if(A == null || A.length == 0 || B == null || B.length == 0 || C == null || C.length == 0 || D == null
|| D.length == 0) return 0;
in... | 965 | 0.493264 | 0.46943 | 32 | 29.15625 | 22.649654 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.15625 | false | false | 14 |
ec1bcde89068efddaa850107f6d9a66ab7dd3845 | 16,063,177,724,564 | f25d2c59b30e103f1b9dc9b569c2c64cad3e2e9d | /src/test/java/de/skuzzle/enforcer/restrictimports/formatting/MatchFormatterImplTest.java | 90c0b23d9da31f54f4c45dc592e9aa848abf689e | [
"MIT"
] | permissive | schillingr/restrict-imports-enforcer-rule | https://github.com/schillingr/restrict-imports-enforcer-rule | 59f578480bf46c342ca157defdf8b9ee933b3477 | 9e33071a9b06bb7079076bbddddcec163697e0a7 | refs/heads/master | 2020-04-10T19:33:49.207000 | 2018-11-08T16:40:18 | 2018-11-08T16:40:18 | 161,239,666 | 0 | 0 | MIT | true | 2018-12-10T21:38:14 | 2018-12-10T21:38:13 | 2018-12-09T13:36:24 | 2018-11-08T16:40:21 | 235 | 0 | 0 | 0 | null | false | null | package de.skuzzle.enforcer.restrictimports.formatting;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import java.net.URL;
import java.nio.file.Path;
import java.util.Collection;
import org.junit.jupiter.api.Test;
import com.google.common.collect.ImmutableList;
import de.skuzzle.en... | UTF-8 | Java | 2,001 | java | MatchFormatterImplTest.java | Java | [] | null | [] | package de.skuzzle.enforcer.restrictimports.formatting;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import java.net.URL;
import java.nio.file.Path;
import java.util.Collection;
import org.junit.jupiter.api.Test;
import com.google.common.collect.ImmutableList;
import de.skuzzle.en... | 2,001 | 0.671664 | 0.670665 | 51 | 38.235294 | 28.379494 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 14 |
b0e5f9bea7c7c05742ec2dfd80fd0ea77ecee1b3 | 22,754,736,760,573 | 129046c5b5dd17325ef12ae86f52f5984f782007 | /src/models/strStatusWork.java | 21d6212a7b8583548ee29f1b0c70f5fa85df281e | [] | no_license | pokedotdev/work-to-do | https://github.com/pokedotdev/work-to-do | 77442cf8be87824b96e0f6a6bed6d6a97db8e699 | dd6b873c6f434b6f54e9861223e08f7709f6737b | refs/heads/master | 2022-04-27T22:45:42.852000 | 2019-05-21T23:01:09 | 2019-05-21T23:01:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import exceptions.Validations;
import exceptions.expEmptyString;
public class strStatusWork {
private int id;
private String status;
public strStatusWork(int id, String status) throws expEmptyString {
new Validations().emptyString(status);
this.id = id;
this.s... | UTF-8 | Java | 606 | java | strStatusWork.java | Java | [] | null | [] | package models;
import exceptions.Validations;
import exceptions.expEmptyString;
public class strStatusWork {
private int id;
private String status;
public strStatusWork(int id, String status) throws expEmptyString {
new Validations().emptyString(status);
this.id = id;
this.s... | 606 | 0.641914 | 0.641914 | 29 | 19.896551 | 19.035982 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 14 |
24a4551ddd9c1f78cbc1286f86d7636539e5e672 | 5,497,558,181,020 | 30e3c91f23aaa6127ee3e520becc443701e18faa | /sources/com/bytedance/android/livesdkapi/depend/p438f/C8630a.java | e6ab7231924982be41bb98e74aba2e0107817d7e | [] | no_license | jakesyl/tishtosh_source | https://github.com/jakesyl/tishtosh_source | 521d4ab2bc28325519cf84422cce9c5709339b1f | c88d8f6fc6147fc08dfda6bd6d8540156278fa5d | refs/heads/master | 2022-09-10T17:19:16.637000 | 2020-05-25T06:06:31 | 2020-05-25T06:06:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytedance.android.livesdkapi.depend.p438f;
import com.p683ss.android.ugc.aweme.experiment.ProfileUiInitOptimizeEnterThreshold;
import java.util.Map;
/* renamed from: com.bytedance.android.livesdkapi.depend.f.a */
public class C8630a<T> {
/* renamed from: a */
public String f23612a;
/* rename... | UTF-8 | Java | 2,940 | java | C8630a.java | Java | [] | null | [] | package com.bytedance.android.livesdkapi.depend.p438f;
import com.p683ss.android.ugc.aweme.experiment.ProfileUiInitOptimizeEnterThreshold;
import java.util.Map;
/* renamed from: com.bytedance.android.livesdkapi.depend.f.a */
public class C8630a<T> {
/* renamed from: a */
public String f23612a;
/* rename... | 2,940 | 0.568707 | 0.460204 | 79 | 36.215191 | 29.004004 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658228 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.