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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6d042a0cfdbe07bf6fb6dca86a22fca00b4e5377 | 15,135,464,771,864 | 2aa82718046e57724f632d5e059fdff7b004ed08 | /LuanTextiles/LuanTextilesProyecto/src/java/ServletListarPorEstado.java | 8e8fffb5d5cf43998a51327dc2a48f518dccbd15 | [] | no_license | FrankCV12345/gestordepedidos | https://github.com/FrankCV12345/gestordepedidos | aa0d074ae66b09a827be352e56047e66f41c1fd0 | 12433ff0317186073156fc466a390911a5593423 | refs/heads/master | 2020-03-20T21:57:00.498000 | 2018-07-18T02:52:37 | 2018-07-18T02:52:37 | 137,770,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServ... | UTF-8 | Java | 4,308 | java | ServletListarPorEstado.java | Java | [
{
"context": "xion.msg;\nimport java.util.List;\n/**\n *\n * @author SARA\n */\n@WebServlet(urlPatterns = {\"/ServletListarPor",
"end": 584,
"score": 0.7487181425094604,
"start": 580,
"tag": "USERNAME",
"value": "SARA"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServ... | 4,308 | 0.593779 | 0.590994 | 113 | 37.123894 | 30.540306 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486726 | false | false | 6 |
868478d175a896f3ebf2485fcd9dc37a1d85ff29 | 7,035,156,456,608 | 84125a032c2b2e150f62616c15f0089016aca05d | /src/com/leet/algo/Prob317.java | ce424628ee21703ac544a6be5ed986574e424e06 | [] | 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.leet.algo;
import java.util.*;
/**
* Created by ayanc on 2/28/18.
*/
public class Prob317 {
public int shortestDistance(int[][] grid) {
int m, n;
if (grid == null || (m = grid.length) < 1 || (n = grid[0].length) < 1) return -1;
int builds = 0;
int[][] reach = new int[m][n];
int... | UTF-8 | Java | 2,273 | java | Prob317.java | Java | [
{
"context": "leet.algo;\n\nimport java.util.*;\n\n/**\n * Created by ayanc on 2/28/18.\n */\npublic class Prob317 {\n\tpublic in",
"end": 68,
"score": 0.9997060298919678,
"start": 63,
"tag": "USERNAME",
"value": "ayanc"
}
] | null | [] | package com.leet.algo;
import java.util.*;
/**
* Created by ayanc on 2/28/18.
*/
public class Prob317 {
public int shortestDistance(int[][] grid) {
int m, n;
if (grid == null || (m = grid.length) < 1 || (n = grid[0].length) < 1) return -1;
int builds = 0;
int[][] reach = new int[m][n];
int... | 2,273 | 0.442587 | 0.410031 | 74 | 29.716217 | 24.276293 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 6 |
d82aaf8e725fffa1e2f974ea57c0a1d38d46089a | 7,035,156,458,076 | 480ec91c0866dd7ea795cb516f417547404c5701 | /src/main/java/br/com/zup/desafio/CasaDoCodigo/compartilhado/ExistsIdValidator.java | c2c1306ed21ea3c8321aac463cefe77cb352fa15 | [
"MIT"
] | permissive | victorigoleto/desafioCasaDoCodigo | https://github.com/victorigoleto/desafioCasaDoCodigo | c811e1090952e40fc5d1ff486bc0ffe01704cc88 | d73629946066f55dac4b8b75e631dd823c0a7d38 | refs/heads/main | 2023-03-17T22:23:45.335000 | 2021-03-04T14:34:58 | 2021-03-04T14:34:58 | 344,491,725 | 6 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.zup.desafio.CasaDoCodigo.compartilhado;
import org.springframework.util.Assert;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import ja... | UTF-8 | Java | 1,250 | java | ExistsIdValidator.java | Java | [] | null | [] | package br.com.zup.desafio.CasaDoCodigo.compartilhado;
import org.springframework.util.Assert;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import ja... | 1,250 | 0.708567 | 0.706966 | 40 | 30.25 | 32.225571 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 6 |
521ab9da056207b221b6224bb381da7fb113e576 | 38,534,446,605,454 | b0696ef108563896de77326113661175b4e8b400 | /app/src/main/java/com/aier/environment/model/MyMarkerBean.java | 2f8e829e8406563598778a71c4c5e82afc6cb223 | [] | no_license | xiaohualaila/ChangSanjiaoEnvironment | https://github.com/xiaohualaila/ChangSanjiaoEnvironment | 513c82e76e4bc78a446724beec60f3532ce8cdc1 | fe84bec7ea301e32f06d1c02ca7d9af3b1f09277 | refs/heads/master | 2020-08-24T07:20:30.555000 | 2019-11-08T10:09:35 | 2019-11-08T10:09:35 | 216,782,598 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aier.environment.model;
import java.io.Serializable;
public class MyMarkerBean implements Serializable {
public double latitude;
public double longitude;
public String name;
public Boolean isShowGuiji = false;
public boolean isOnline = false;
}
| UTF-8 | Java | 280 | java | MyMarkerBean.java | Java | [] | null | [] | package com.aier.environment.model;
import java.io.Serializable;
public class MyMarkerBean implements Serializable {
public double latitude;
public double longitude;
public String name;
public Boolean isShowGuiji = false;
public boolean isOnline = false;
}
| 280 | 0.753571 | 0.753571 | 12 | 22.333334 | 17.0408 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 6 |
294a71c9339e75488f5f2034c3e6b9e6e89f9439 | 10,943,576,699,440 | cb8fd25f51ef040348600c53e3bc40fe490ceb34 | /src/main/java/com/xhm/ssm/service/impl/UserServiceImpl.java | 2c286d6c9e2c69770a738dd96dc6f76b84987fe8 | [] | no_license | GoldenKitten/bookstore | https://github.com/GoldenKitten/bookstore | 03d626a7a4fca524f4c9594d8da37c6d6dfdc726 | dce0de91f2a7b12cec4b12cbfb46520e5c99f550 | refs/heads/master | 2020-03-28T03:22:29.231000 | 2018-09-11T06:25:46 | 2018-09-11T06:25:46 | 147,640,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xhm.ssm.service.impl;
import com.xhm.ssm.exception.CustomException;
import com.xhm.ssm.exception.LoginValidatorException;
import com.xhm.ssm.exception.RegistValidatorException;
import com.xhm.ssm.mapper.UserMapper;
import com.xhm.ssm.model.User;
import com.xhm.ssm.model.UserExample;
import com.xhm.ssm.serv... | UTF-8 | Java | 3,977 | java | UserServiceImpl.java | Java | [
{
"context": "m: bookstore\n * @description: 用户业务接口实现\n * @author: GoldenKitten\n * @date: 2018-05-21 19:40\n * @version: 1.0\n */\n@",
"end": 649,
"score": 0.9884428381919861,
"start": 637,
"tag": "NAME",
"value": "GoldenKitten"
},
{
"context": "er] 用户\n * @return: void\n ... | null | [] | package com.xhm.ssm.service.impl;
import com.xhm.ssm.exception.CustomException;
import com.xhm.ssm.exception.LoginValidatorException;
import com.xhm.ssm.exception.RegistValidatorException;
import com.xhm.ssm.mapper.UserMapper;
import com.xhm.ssm.model.User;
import com.xhm.ssm.model.UserExample;
import com.xhm.ssm.serv... | 3,977 | 0.647121 | 0.6381 | 111 | 32.954956 | 22.050468 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 6 |
6caa8ecb38b2b08c3f734c84e0a255a59ee5111e | 21,440,476,767,358 | c4861457241b10e8a07f5505a953197817f4aca6 | /circle/src/com/icss/caac/circle/common/job/CircleVoteCloseJob.java | af854d90718acc1c504d5de640e44f796fbce4c8 | [] | no_license | peijn/circle | https://github.com/peijn/circle | 67cf28ec78ec9558db1a1c35c1102fc88752b26c | e133a590c69f80e9e1219508e5c513027b141c8a | refs/heads/master | 2015-08-09T04:19:16.781000 | 2015-08-07T10:02:57 | 2015-08-07T10:02:57 | 13,488,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icss.caac.circle.common.job;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.List;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import org.quartz.DisallowConcurrentExecution;
import org.quartz.Job;
import org.quartz.JobExecutionContext... | UTF-8 | Java | 3,003 | java | CircleVoteCloseJob.java | Java | [] | null | [] | package com.icss.caac.circle.common.job;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.List;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import org.quartz.DisallowConcurrentExecution;
import org.quartz.Job;
import org.quartz.JobExecutionContext... | 3,003 | 0.726932 | 0.72557 | 96 | 29.59375 | 28.337099 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.197917 | false | false | 6 |
19ff2133cca828f4fcaa7015d514525189e35993 | 23,278,722,774,554 | a2cfe6c94f26434029bd52d8bc100ed96f013eb2 | /app/src/main/java/com/ls/mybrandtherapist/success_toolkit/model/TipModel.java | 5d2343de1b2907b234f2f2a2424873e054375be8 | [] | no_license | rsv355/LS-APP-User | https://github.com/rsv355/LS-APP-User | 2e7d7f3b9213cf9e866d1bcc9bc0b3c70964e12a | 9af1079d7d1679e2494e6cd7d7d4aaf01a21e717 | refs/heads/master | 2021-01-10T04:29:02.175000 | 2016-03-29T13:59:20 | 2016-03-29T13:59:20 | 51,823,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ls.mybrandtherapist.success_toolkit.model;
/**
* Created by xitij on 3/20/2016.
*/
public class TipModel {
}
| UTF-8 | Java | 126 | java | TipModel.java | Java | [
{
"context": "herapist.success_toolkit.model;\n\n/**\n * Created by xitij on 3/20/2016.\n */\npublic class TipModel {\n\n\n}\n",
"end": 79,
"score": 0.9996280670166016,
"start": 74,
"tag": "USERNAME",
"value": "xitij"
}
] | null | [] | package com.ls.mybrandtherapist.success_toolkit.model;
/**
* Created by xitij on 3/20/2016.
*/
public class TipModel {
}
| 126 | 0.706349 | 0.650794 | 9 | 13 | 18.354534 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 6 |
2ca7f543b2463ef99eb1b8958d34ca9b91f1b20d | 14,053,133,004,070 | 501370f3d3475edd2c30727c69971ecf79f18b68 | /src/library01/edit/IdEditingSupport.java | 7be864c39316b48603e894e63c4e94000a2cb71d | [] | no_license | Vreigh/RCP_Library | https://github.com/Vreigh/RCP_Library | 2ea1c358021c104d0d0c14bc5a0eb56a333012cd | 31ea38e51a3ca64a16d500fdd7d07641e08dfd06 | refs/heads/master | 2021-04-26T22:27:12.945000 | 2018-03-14T12:18:25 | 2018-03-14T12:18:25 | 124,093,207 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package library01.edit;
import java.util.Optional;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.swt.widgets.Shell;
import library01.bookapi.IBook;
import library01.dataprovider.DataProvider;
public class IdEditingSupport extends TitleEditingSupport... | UTF-8 | Java | 1,336 | java | IdEditingSupport.java | Java | [] | null | [] | package library01.edit;
import java.util.Optional;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.swt.widgets.Shell;
import library01.bookapi.IBook;
import library01.dataprovider.DataProvider;
public class IdEditingSupport extends TitleEditingSupport... | 1,336 | 0.696856 | 0.692365 | 44 | 29.363636 | 28.486115 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 6 |
1bebf1b2de24bc3ce4e5c54e1199a3bf766e2482 | 21,414,706,952,353 | e8e126ef89a0b836faa0f4bd4946c5a04807c131 | /blog-service/src/main/java/com/maat/blog/dto/CreateBlogRequest.java | cbdbd613859c70c39bb1de2ddfebe250b6008f8f | [] | no_license | FailedCommit/maat-blog | https://github.com/FailedCommit/maat-blog | 023657561a5ea182233834d5c63093660eceb941 | be78fc0088d269fbb0a0dd8d337408b12fc532a8 | refs/heads/master | 2023-07-12T19:31:02.856000 | 2021-08-26T06:10:04 | 2021-08-26T06:10:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maat.blog.dto;
import lombok.Data;
@Data
public class CreateBlogRequest {
private String title;
private String content;
}
| UTF-8 | Java | 144 | java | CreateBlogRequest.java | Java | [] | null | [] | package com.maat.blog.dto;
import lombok.Data;
@Data
public class CreateBlogRequest {
private String title;
private String content;
}
| 144 | 0.743056 | 0.743056 | 9 | 15 | 12.543259 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
225d3373e21b00225ce40acd6645ae2d3fb14081 | 29,996,051,607,088 | 66e77e9d6013484abd6faf800809d5babdf8b403 | /src/main/java/com/freight/model/ADWindow.java | 952344c8c6bc32bbd4ecebeb0986aad58bf05906 | [] | no_license | bulong0721/efreight-all | https://github.com/bulong0721/efreight-all | f3ec43c5714989482390d70e7a7af29036d438eb | d83904a3d4035fa72f5b55873fc5a58eed7f6314 | refs/heads/master | 2021-01-23T00:15:05.951000 | 2014-11-01T05:26:29 | 2014-11-01T05:26:29 | 23,527,259 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.freight.model;
import javax.persistence.*;
import com.freight.common.EntityBase;
/**
* Auto-generated by:
* org.freight.AdempiereCustomizer
*/
// @MappedSuperclass
@Entity
@Table(name = "ad_tab")
public class ADWindow extends EntityBase {
private static final long serialVersionUID = ... | UTF-8 | Java | 4,984 | java | ADWindow.java | Java | [] | null | [] | package com.freight.model;
import javax.persistence.*;
import com.freight.common.EntityBase;
/**
* Auto-generated by:
* org.freight.AdempiereCustomizer
*/
// @MappedSuperclass
@Entity
@Table(name = "ad_tab")
public class ADWindow extends EntityBase {
private static final long serialVersionUID = ... | 4,984 | 0.588884 | 0.586878 | 199 | 23.055277 | 22.102819 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366834 | false | false | 6 |
9acb2d1a42600b984e7a43db2d6a5a72695c87e0 | 29,996,051,609,339 | 6ef8ab1ae85cd54cca385ef3b5c5b70445416bc8 | /Loadanh/src/CodeLoadAnh.java | 6c353ffca515d619a517caaa6b712d490792c64a | [] | no_license | TranTien139/PhotoSuite | https://github.com/TranTien139/PhotoSuite | f3a4a434d07ac5bd40b1e9ec031c8edc0f30b6c8 | 5391534d6f4702fe2111bd604344bfc33e7002a5 | refs/heads/master | 2021-01-23T14:37:28.251000 | 2018-03-07T15:17:12 | 2018-03-07T15:17:12 | 26,176,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static com.sun.org.apache.xalan.internal.lib.ExsltDynamic.map;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
im... | UTF-8 | Java | 7,340 | java | CodeLoadAnh.java | Java | [] | null | [] | import static com.sun.org.apache.xalan.internal.lib.ExsltDynamic.map;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
im... | 7,340 | 0.628883 | 0.607766 | 259 | 27.34363 | 19.320345 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.849421 | false | false | 6 |
9297f46644ab9ca039d1edd947f953c642e159fc | 29,583,734,736,636 | a673e2183e56e28049aaf2a80c50bc4cd6a6b8cb | /javatest/src/main/java/iozhik/geometry/deserializators/FigureDeserializer.java | 2e8669ab39d3649b755c45321fdb3fbee75cb9b1 | [] | no_license | johnspade/iozhik | https://github.com/johnspade/iozhik | f4d7526018bf35e93cd359765581c87fd49c870a | 143be30a04b64a34ce1a8264129549b028744541 | refs/heads/master | 2022-11-13T10:45:28.378000 | 2020-06-06T07:42:48 | 2020-06-06T07:42:48 | 260,252,824 | 0 | 0 | null | true | 2020-04-30T15:45:32 | 2020-04-30T15:45:31 | 2020-04-27T10:26:46 | 2020-04-27T04:41:48 | 372 | 0 | 0 | 0 | null | false | false | package iozhik.geometry.deserializators;
import java.util.*;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databin... | UTF-8 | Java | 2,020 | java | FigureDeserializer.java | Java | [] | null | [] | package iozhik.geometry.deserializators;
import java.util.*;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databin... | 2,020 | 0.665347 | 0.663366 | 68 | 28.705883 | 24.119225 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 6 |
0825e73535c9cb91e56dda00eaea69646682980c | 22,660,247,478,538 | 8127667b61dc1cc60462f65df8aea2386081c4f4 | /employeeService/com.self.emp/com/self/dao/mapper/PersonsMapper.java | bad00cbf4402d29f3cf603e03f0afeede3f8155a | [] | no_license | jagnyadatta/empservice | https://github.com/jagnyadatta/empservice | f4243d4fd09e75dd28a1da9ec7a711215d8f0c29 | 74fcd05c37b59d5ad70f7ca0bac196b35a0a8557 | refs/heads/master | 2021-01-10T10:31:16.493000 | 2016-04-05T16:13:12 | 2016-04-05T16:13:12 | 54,254,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.self.dao.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
import com.self.dto.Persons;
public class PersonsMapper implements RowMapper<Persons>{
public Persons mapRow(ResultSet result, int arg1) throws SQLException {
Persons person = ne... | UTF-8 | Java | 664 | java | PersonsMapper.java | Java | [] | null | [] | package com.self.dao.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
import com.self.dto.Persons;
public class PersonsMapper implements RowMapper<Persons>{
public Persons mapRow(ResultSet result, int arg1) throws SQLException {
Persons person = ne... | 664 | 0.762048 | 0.748494 | 25 | 25.559999 | 20.008158 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52 | false | false | 6 |
48c78fd8845e6c864813978d89071c95ace5ce8c | 111,669,158,839 | 64db404716d6d258aec2596e5f4bd41103019772 | /src/main/java/pe/gob/mimp/gis/entity/Cancha.java | 792ac117483f52e9bfe521ac351e7abed5dda969 | [
"MIT"
] | permissive | zazk/mimp-spring | https://github.com/zazk/mimp-spring | cb252a3efffaee7dbb62ad6ab7648a4d98aa7196 | c3070e87d2b5448059568969649bf75b0c821ef5 | refs/heads/master | 2021-08-30T04:15:13.606000 | 2017-12-16T00:33:22 | 2017-12-16T00:33:22 | 112,776,357 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pe.gob.mimp.gis.entity;
import java.io.Serializable;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author Hariki
*/
public class Cancha implements Serializabl... | UTF-8 | Java | 3,856 | java | Cancha.java | Java | [
{
"context": ".annotation.XmlRootElement;\r\n\r\n/**\r\n *\r\n * @author Hariki\r\n */\r\npublic class Cancha implements Serializable",
"end": 271,
"score": 0.9963741302490234,
"start": 265,
"tag": "NAME",
"value": "Hariki"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pe.gob.mimp.gis.entity;
import java.io.Serializable;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author Hariki
*/
public class Cancha implements Serializabl... | 3,856 | 0.568205 | 0.568205 | 168 | 20.952381 | 18.987406 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363095 | false | false | 6 |
688d9c30e17425048a2a35ba06511b4e98d4736f | 22,582,938,097,140 | ba160857705db87c983badc7a065b9d589d6841b | /collection/src/collection/Laptop.java | 6baa4a9960bf812cc902a7b5fa4a397e215bd704 | [] | no_license | SushmaMallesh/javas | https://github.com/SushmaMallesh/javas | 5600e6ff0e3ef0bc1d73f7b5e5bc46666b95668a | 99fbe881b430ab36f556382e6d22242c9cbd9103 | refs/heads/master | 2023-08-11T20:47:03.063000 | 2021-10-01T09:20:49 | 2021-10-01T09:20:49 | 407,860,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collection;
public class Laptop {
String brand;
int price;
String color;
public Laptop(String brand, int price, String color) {
this.brand=brand;
this.price=price;
this.color=color;
}
@Override
public String toString() {
return "Laptop [brand=" + brand + ", price=" + price + ", co... | UTF-8 | Java | 351 | java | Laptop.java | Java | [] | null | [] | package collection;
public class Laptop {
String brand;
int price;
String color;
public Laptop(String brand, int price, String color) {
this.brand=brand;
this.price=price;
this.color=color;
}
@Override
public String toString() {
return "Laptop [brand=" + brand + ", price=" + price + ", co... | 351 | 0.621083 | 0.621083 | 27 | 12 | 18.370668 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 6 |
9d9c53bf63df67af6c126a3068e8184acf4f8c3f | 22,582,938,098,130 | d645e184e28d29292198bf9e22a86a798bb8f7bb | /src/main/java/com/lester/config/EmailConfig.java | a48c1cb7b7c00e2a634b24cd7b64aeb7c1f740d2 | [] | no_license | LouisTan/springheroku | https://github.com/LouisTan/springheroku | e3ad087135290dcc9a91f4bdcfe764e4ace5545b | 523f8a1ae63a64feb586339ee2585c8e443bd480 | refs/heads/master | 2020-06-14T03:08:12.920000 | 2017-01-08T07:27:04 | 2017-01-08T07:27:04 | 75,513,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lester.config;
import com.lester.service.EmailService;
import com.lester.service.SmtpEmailService;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Created by lester on 16-1... | UTF-8 | Java | 515 | java | EmailConfig.java | Java | [
{
"context": "text.annotation.PropertySource;\n\n/**\n * Created by lester on 16-12-03.\n */\n\n@Configuration\n@PropertySource(",
"end": 312,
"score": 0.9995566606521606,
"start": 306,
"tag": "USERNAME",
"value": "lester"
}
] | null | [] | package com.lester.config;
import com.lester.service.EmailService;
import com.lester.service.SmtpEmailService;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Created by lester on 16-1... | 515 | 0.776699 | 0.765049 | 21 | 23.476191 | 20.936682 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
3eeb48abfe9fae950566d022ad913bf23d3d2eb8 | 17,721,035,078,615 | 6bf35758688294f09727ae0446c7e348ae520ab7 | /agtms-parent/agtms-core/src/main/java/net/saisimon/agtms/core/service/UserRoleService.java | 733ad351aeaa15b10bd282f693fd22a21017e98b | [
"MIT"
] | permissive | Saisimon/AGTMS | https://github.com/Saisimon/AGTMS | 4ee4d83e4cbf057a1bb289454d116f66489ec8ab | 5ffecd2398cf1927214794447a8dc529732e0890 | refs/heads/dev | 2023-01-12T20:01:04.140000 | 2019-12-04T14:07:29 | 2019-12-04T14:07:29 | 170,077,984 | 2 | 0 | MIT | false | 2023-01-03T17:04:29 | 2019-02-11T06:17:45 | 2021-09-26T02:48:27 | 2023-01-03T17:04:27 | 4,287 | 4 | 0 | 26 | Java | false | false | package net.saisimon.agtms.core.service;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.... | UTF-8 | Java | 3,190 | java | UserRoleService.java | Java | [
{
"context": "r.FilterRequest;\n\n/**\n * 用户角色关系服务接口\n * \n * @author saisimon\n *\n */\npublic interface UserRoleService extends B",
"end": 725,
"score": 0.9995816349983215,
"start": 717,
"tag": "USERNAME",
"value": "saisimon"
},
{
"context": " = {\n\t\t\t@CacheEvict(cacheNames= \"u... | null | [] | package net.saisimon.agtms.core.service;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.... | 3,190 | 0.742902 | 0.740694 | 100 | 30.700001 | 32.725067 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76 | false | false | 6 |
87f375f4960f71b044b576a3f89a3b491490f922 | 32,813,550,144,033 | 2dd98d21f6a45859d582e67bd660c42bff216c39 | /src/ua/kiev/prog/homework12/part4/Student.java | fb4d7c2c87ffc8ba094185b52affb74615eca264 | [] | no_license | vlad1m1r-k/Homework12 | https://github.com/vlad1m1r-k/Homework12 | 37936566dd244408124273508429f7a584457998 | f6b822d3b7066bc34a18544de9cac11872ca3cfb | refs/heads/master | 2020-04-11T22:32:43.847000 | 2018-12-19T13:48:51 | 2018-12-19T13:48:51 | 162,139,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.kiev.prog.homework12.part4;
import java.io.Serializable;
public class Student extends Human implements Serializable {
private int performance;
public Student(String firstName, String lastName, int age, Sex sex, int performance) {
super(firstName, lastName, age, sex);
this.performa... | UTF-8 | Java | 800 | java | Student.java | Java | [
{
"context": "ivate int performance;\n\n public Student(String firstName, String lastName, int age, Sex sex, int performan",
"end": 197,
"score": 0.960613489151001,
"start": 188,
"tag": "NAME",
"value": "firstName"
},
{
"context": "ance;\n\n public Student(String firstName, St... | null | [] | package ua.kiev.prog.homework12.part4;
import java.io.Serializable;
public class Student extends Human implements Serializable {
private int performance;
public Student(String firstName, String lastName, int age, Sex sex, int performance) {
super(firstName, lastName, age, sex);
this.performa... | 800 | 0.62 | 0.61625 | 23 | 33.782608 | 37.073318 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 6 |
e8adf2acf94352222bd2a6fa1afc446189207a66 | 32,813,550,145,819 | 6d4b7afa2a577897a12c76b36d2a8084e9e2b55f | /src/main/java/com/lkp/leetcode/matrix/Merge.java | 83ddd95d94a65b0cca60b5cb2df30562e382ac4e | [] | no_license | liukp0210/leetcode | https://github.com/liukp0210/leetcode | b0a789817d0b808fc87ff62296fe94402971757c | 8f7be7f6f863fc5b6f2ee55152ed7a0adde0fa95 | refs/heads/master | 2022-05-15T06:38:08.980000 | 2020-04-27T09:57:47 | 2020-04-27T09:57:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lkp.leetcode.matrix;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Stack;
/**
*@className Merge
*@description 56. 合并区间
*@Auther 85291173@qq.com
*@Date 2020/4/16 9:54
*@Version
*/
public class Merge {
public static int[][] merge(int[][] intervals) {
/... | UTF-8 | Java | 2,278 | java | Merge.java | Java | [
{
"context": "className Merge\n *@description 56. 合并区间\n *@Auther 85291173@qq.com\n *@Date 2020/4/16 9:54\n *@Version\n */\npublic clas",
"end": 207,
"score": 0.9999070763587952,
"start": 192,
"tag": "EMAIL",
"value": "85291173@qq.com"
}
] | null | [] | package com.lkp.leetcode.matrix;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Stack;
/**
*@className Merge
*@description 56. 合并区间
*@Auther <EMAIL>
*@Date 2020/4/16 9:54
*@Version
*/
public class Merge {
public static int[][] merge(int[][] intervals) {
/**
*
... | 2,270 | 0.57869 | 0.539589 | 80 | 24.575001 | 20.391037 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.45 | false | false | 6 |
5aeba6c06e58cf5c0033cedeb2321017a28a3d9d | 2,499,670,988,349 | aa5200a260e26afbd323e39df8eea48579a8db62 | /java/java-tests/testData/codeInsight/daemonCodeAnalyzer/genericsHighlighting8/SuperWildcardCapturedSuperExtendsWildcardCapturedExtends.java | aa308651ac9b468ad35c88345f29b08db45c7140 | [
"Apache-2.0"
] | permissive | Amila1991/intellij-community | https://github.com/Amila1991/intellij-community | 2582b64959da4d2b2ef515c4f77ce35bc3395a65 | b698c0059aad11f9daf29837c941407fc027dec2 | refs/heads/master | 2020-03-31T04:33:37.813000 | 2015-11-25T21:43:44 | 2015-11-25T21:46:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class B<T1,S> {}
abstract class A<T> {
<K> void baz253(B<? super K, ?> a) {}
abstract B<? super T, ? super T> foo253();
void bar253(A<?> a) {
baz253<error descr="'baz253(B<? super K,?>)' in 'A' cannot be applied to '(B<capture<? super capture<?>>,capture<? super capture<?>>>)'">(a.foo253())</error>;
}
... | UTF-8 | Java | 1,725 | java | SuperWildcardCapturedSuperExtendsWildcardCapturedExtends.java | Java | [] | null | [] | class B<T1,S> {}
abstract class A<T> {
<K> void baz253(B<? super K, ?> a) {}
abstract B<? super T, ? super T> foo253();
void bar253(A<?> a) {
baz253<error descr="'baz253(B<? super K,?>)' in 'A' cannot be applied to '(B<capture<? super capture<?>>,capture<? super capture<?>>>)'">(a.foo253())</error>;
}
... | 1,725 | 0.576232 | 0.513043 | 43 | 39.139534 | 52.406097 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.860465 | false | false | 6 |
3acb9df9138a8d92a40ce42844b1a226c88a044b | 2,499,670,987,759 | 4fc296cccdc68259c7c84b1b0ee4e2e106d8ae45 | /June29/MazePathSuperior.java | e54daadd0da383f967222080bd30ae9b24fe3695 | [] | no_license | navjotmakkar/data_structures_crux_2017 | https://github.com/navjotmakkar/data_structures_crux_2017 | 8cae77a4afd3504b5f1ba0811ce11be1dde07c24 | 91be497ef64a84bbf988af552a5a10045fb16465 | refs/heads/master | 2023-08-16T16:25:41.870000 | 2021-09-26T17:36:10 | 2021-09-26T17:36:10 | 410,618,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package June29;
public class MazePathSuperior {
public static void main(String[] args) {
getMazePathsS(0,0,2,2," ");
}
public static void getMazePathsS(int cr, int cc, int er, int ec,String ans)
{
if(cc==ec && cr==er)
{
System.out.println(ans);
return;
}
if(cc>ec|| cr>er)
{
... | UTF-8 | Java | 437 | java | MazePathSuperior.java | Java | [] | null | [] | package June29;
public class MazePathSuperior {
public static void main(String[] args) {
getMazePathsS(0,0,2,2," ");
}
public static void getMazePathsS(int cr, int cc, int er, int ec,String ans)
{
if(cc==ec && cr==er)
{
System.out.println(ans);
return;
}
if(cc>ec|| cr>er)
{
... | 437 | 0.567506 | 0.549199 | 25 | 15.48 | 18.992884 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.36 | false | false | 6 |
11f3f04472d976c399129048e62b78937b35ff27 | 8,796,093,067,050 | 63a08d0d5f135cbc12d4e49acd3092490322cbb2 | /POO_3/src/modelo/Aereo.java | 1e08c3fd7d39204d6a442689fff39d30c08ec201 | [] | no_license | JBJA/POO_3_JAVA | https://github.com/JBJA/POO_3_JAVA | ac4d788b14199bd7e4f7b1675fe86d310d3a5a29 | 47ac53f7d363b27c8aa190338a31e20225fff8ec | refs/heads/main | 2023-06-27T16:52:02.003000 | 2021-08-05T03:39:14 | 2021-08-05T03:39:14 | 392,892,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modelo;
/**
*
* @author Juárez Arevalo
*/
public class Aereo extends Vehiculo{
private String cantidad_motores,capacida... | UTF-8 | Java | 2,226 | java | Aereo.java | Java | [
{
"context": "the editor.\n */\npackage modelo;\n\n/**\n *\n * @author Juárez Arevalo\n */\npublic class Aereo extends Vehiculo{\n priv",
"end": 234,
"score": 0.9998837113380432,
"start": 220,
"tag": "NAME",
"value": "Juárez Arevalo"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modelo;
/**
*
* @author <NAME>
*/
public class Aereo extends Vehiculo{
private String cantidad_motores,capacidad,veloci... | 2,217 | 0.604045 | 0.604045 | 87 | 24.574713 | 24.871916 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 6 |
cdeaf378512de98aca9fe7f9bac556b0906c2bac | 22,677,427,379,250 | 95082c3a204476aa8dfee362991f33998d9fd0a5 | /dronershipDesktop/model/LocalEnvironment.java | 6cd84a4760f8b957f6e8313f2bcad6237100965b | [] | no_license | 15Dkatz/dronership | https://github.com/15Dkatz/dronership | 7d2d300b98cf8908371f872d918ff583f589617b | b74deef1233425a01462b628ac0627807efa40bd | refs/heads/master | 2016-09-13T12:53:03.096000 | 2016-04-29T07:53:35 | 2016-04-29T07:53:35 | 56,937,469 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
/**
* Created by alex on 4/23/16.
* This class will maintain all the environmental information relevant to the user's location
*
*/
public class LocalEnvironment {
private String weather;
private Double temperature;
private Double windSpeed;
private Double gustSpeed;
private Doub... | UTF-8 | Java | 1,871 | java | LocalEnvironment.java | Java | [
{
"context": "package model;\n\n/**\n * Created by alex on 4/23/16.\n * This class will maintain all the e",
"end": 38,
"score": 0.8616666197776794,
"start": 34,
"tag": "NAME",
"value": "alex"
}
] | null | [] | package model;
/**
* Created by alex on 4/23/16.
* This class will maintain all the environmental information relevant to the user's location
*
*/
public class LocalEnvironment {
private String weather;
private Double temperature;
private Double windSpeed;
private Double gustSpeed;
private Doub... | 1,871 | 0.652592 | 0.64992 | 82 | 21.817074 | 23.054087 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378049 | false | false | 6 |
004a1b5cba6bea00c3bf2b5708429a476f11a55e | 28,870,770,225,061 | b54c18c19df14647ebf619c591b7ab75b76e8a63 | /src/arrays/Homework73.java | 217e214365b1fa0c010ff82ac9a33385e6f7d759 | [] | no_license | danielazagorska/notepad | https://github.com/danielazagorska/notepad | 0b90aa7ff19c587877a3a4a25dd2b86109f0e1f1 | 98c45e597cd3134b272fa3f1a1df98c6cabf0cd9 | refs/heads/master | 2021-01-11T22:47:31.957000 | 2018-05-08T19:32:18 | 2018-05-08T19:32:18 | 79,033,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arrays;
import java.util.Scanner;
public class Homework73 {
public static void executeHomework() {
Scanner sc = new Scanner(System.in);
int[] array = new int[10];
System.out.println("Enter array element");
int element = sc.nextInt();
//amazing row is coming....
array[0] = array[1] = element;
fo... | UTF-8 | Java | 481 | java | Homework73.java | Java | [] | null | [] | package arrays;
import java.util.Scanner;
public class Homework73 {
public static void executeHomework() {
Scanner sc = new Scanner(System.in);
int[] array = new int[10];
System.out.println("Enter array element");
int element = sc.nextInt();
//amazing row is coming....
array[0] = array[1] = element;
fo... | 481 | 0.586279 | 0.557173 | 21 | 21.952381 | 15.953732 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.952381 | false | false | 6 |
1a9ef2013b754241686bc551ad01c0b91b81780a | 35,450,660,074,496 | 762309251f32be43814b44e90e4aa58e40e18dac | /app/src/main/java/com/example/mathinfo/menu_annee/menu_L3math.java | 9c637da8b9eea6047c3a5d4f1cd60d7ed6570003 | [] | no_license | samidevx/math_info | https://github.com/samidevx/math_info | 03803ca4d731ab607bbfbf3e6d43ec55cd1701b4 | fe9c82922c1c6974e9486d30f13a5216abd85e9b | refs/heads/master | 2022-04-06T08:35:19.621000 | 2020-03-07T12:58:26 | 2020-03-07T12:58:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mathinfo.menu_annee;
import androidx.appcompat.app.AppCompatActivity;
import androidx.viewpager.widget.ViewPager;
import android.os.Bundle;
import com.example.mathinfo.module_math_info.L3math_module;
import com.example.mathinfo.R;
import com.example.mathinfo.affichage_mi.affichage_L3math;
import ... | UTF-8 | Java | 1,163 | java | menu_L3math.java | Java | [] | null | [] | package com.example.mathinfo.menu_annee;
import androidx.appcompat.app.AppCompatActivity;
import androidx.viewpager.widget.ViewPager;
import android.os.Bundle;
import com.example.mathinfo.module_math_info.L3math_module;
import com.example.mathinfo.R;
import com.example.mathinfo.affichage_mi.affichage_L3math;
import ... | 1,163 | 0.763543 | 0.750645 | 30 | 37.766666 | 24.088287 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 6 |
04986da509bc594acac4ea310ee1a75b47bedab2 | 26,371,099,231,073 | 368c663f8d031f576e3add37dde8e9052dc628d8 | /java/obo/trunk/src/org/obo/filters/AlwaysTrueCriterion.java | 703613b57ec1c3dde1870138b7f793da5eb8dcd9 | [] | no_license | mahmoudimus/obo-edit | https://github.com/mahmoudimus/obo-edit | 494a588830758ddbd7cf43d2e70550ddd542cb1b | 61c146958fd7d0ba7f78cda77f56d45849897b3e | refs/heads/master | 2022-01-31T22:59:21.316000 | 2014-03-20T17:05:47 | 2014-03-20T17:05:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.obo.filters;
import org.obo.datamodel.IdentifiedObject;
import org.apache.log4j.*;
public class AlwaysTrueCriterion extends AbstractBooleanCriterion {
//initialize logger
protected final static Logger logger = Logger.getLogger(AlwaysTrueCriterion.class);
public boolean matches(IdentifiedObject o) {
... | UTF-8 | Java | 532 | java | AlwaysTrueCriterion.java | Java | [] | null | [] | package org.obo.filters;
import org.obo.datamodel.IdentifiedObject;
import org.apache.log4j.*;
public class AlwaysTrueCriterion extends AbstractBooleanCriterion {
//initialize logger
protected final static Logger logger = Logger.getLogger(AlwaysTrueCriterion.class);
public boolean matches(IdentifiedObject o) {
... | 532 | 0.75 | 0.74812 | 29 | 17.344828 | 20.818222 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.965517 | false | false | 6 |
82fbb2b9fa044197881a851eabb8bb79c70f14d0 | 19,997,367,779,082 | 648d6ed9897b49755cb6791f6a843f7835998f5f | /src/leetcode/pro674/Solution.java | 87764270759c4b6a8b186711a7b9d5a7e6a5193e | [] | no_license | 12Dong/leetCode | https://github.com/12Dong/leetCode | 06c4016b074c746b7ed88b67c45f3e169d58f27e | 71dbcab669a5c81adc52a0c2fd47b6f823bfd518 | refs/heads/master | 2023-07-18T01:12:07.677000 | 2023-06-26T15:57:34 | 2023-06-26T15:57:34 | 127,150,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.pro674;
public class Solution {
public int findLengthOfLCIS(int[] nums) {
int ans = 1;
int length = 1;
for(int i = 1; i < nums.length; i++) {
if(nums[i] > nums[i - 1]) {
length++;
ans = Math.max(ans, length);
} else {
... | UTF-8 | Java | 400 | java | Solution.java | Java | [] | null | [] | package leetcode.pro674;
public class Solution {
public int findLengthOfLCIS(int[] nums) {
int ans = 1;
int length = 1;
for(int i = 1; i < nums.length; i++) {
if(nums[i] > nums[i - 1]) {
length++;
ans = Math.max(ans, length);
} else {
... | 400 | 0.4175 | 0.3975 | 17 | 22.529411 | 14.130141 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 6 |
85136d4c7016a31c33349cfd998702b5e9e1b876 | 8,186,207,723,565 | 18834972662772bb466f8303bed4eabd33c3d491 | /Mocktest2/mock-study/src/main/java/bean/Target.java | 0b47ce6f1871b8042d3c5b04e89d78da7560277b | [] | no_license | cygnusguan/ongit | https://github.com/cygnusguan/ongit | 660291dcf6b96e8fc2973b94e7afad93b8c82fd9 | d677668503617922dbe2ef3befedbe171620cfc1 | refs/heads/master | 2021-01-18T22:40:25.947000 | 2016-05-24T11:55:38 | 2016-05-24T11:55:38 | 22,808,216 | 0 | 0 | null | false | 2015-09-21T05:35:52 | 2014-08-10T12:14:09 | 2015-07-19T14:56:42 | 2015-09-21T05:34:15 | 2,564 | 0 | 0 | 0 | Java | null | null | package bean;
public class Target {
private int a,b,c;
public int getA() {
return a;
}
public void setA(int a) {
this.a = a;
}
public TBean getTBean(){
TBean b = new TBean();
b.setId("Bean ID");
b.setName("bean name");
return b;
}
public int getB() {
return b;
}
publi... | UTF-8 | Java | 870 | java | Target.java | Java | [] | null | [] | package bean;
public class Target {
private int a,b,c;
public int getA() {
return a;
}
public void setA(int a) {
this.a = a;
}
public TBean getTBean(){
TBean b = new TBean();
b.setId("Bean ID");
b.setName("bean name");
return b;
}
public int getB() {
return b;
}
publi... | 870 | 0.562069 | 0.56092 | 83 | 9.481928 | 13.01284 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975904 | false | false | 6 |
255e7c68872e5ce4d4cb52307d86b5c2fbc1a152 | 764,504,240,509 | e75bc637c8a8bbe11dd3ecf861594476bd3a5022 | /src/com/mf/sys/dao/SysRightDao.java | f92d335055ea00954dec6a73f678be810d35c366 | [] | no_license | atomicworld/finance | https://github.com/atomicworld/finance | 220fc00563368dcd154ca5984e3f2afb22c33d74 | ba2ec82334d7654b3edcea35b6eae40bf1917493 | refs/heads/master | 2021-01-23T04:34:12.684000 | 2018-03-29T09:45:49 | 2018-03-29T09:45:49 | 86,209,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Powered By [yc_genetrator]
* version 1.0
* Since 2013 - 2014
*/
package com.mf.sys.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.dao.DataAccessException;
import com.mf.base.BaseDao;
import com.mf.sys.entity.SysRight;
/**
* @author yangchao
* @2014-12-2... | UTF-8 | Java | 720 | java | SysRightDao.java | Java | [
{
"context": "import com.mf.sys.entity.SysRight;\n\n/**\n * @author yangchao\n * @2014-12-24\n * @Email: bobiy@foxmail.com\n * @v",
"end": 306,
"score": 0.9994731545448303,
"start": 298,
"tag": "USERNAME",
"value": "yangchao"
},
{
"context": "\n/**\n * @author yangchao\n * @2014-12-2... | null | [] | /*
* Powered By [yc_genetrator]
* version 1.0
* Since 2013 - 2014
*/
package com.mf.sys.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.dao.DataAccessException;
import com.mf.base.BaseDao;
import com.mf.sys.entity.SysRight;
/**
* @author yangchao
* @2014-12-2... | 710 | 0.763889 | 0.736111 | 28 | 24.714285 | 23.527882 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
324ccf7fa6d98a67300a1b9d359c9247ebdc4523 | 35,854,386,987,907 | 04cbf7b3ca8ac219b83d9cb4cf6ec77b2b57b441 | /beacon-java/akkad-design/src/main/java/xyz/wongs/weathertop/design/adapter/Adaptee.java | 62930c28e5c0b6d6f0683479b26461e278a6be67 | [] | no_license | king-angmar/akkad-beacon | https://github.com/king-angmar/akkad-beacon | c08c2006ff420dd79544b52b0ba38af2e4b5d53a | 4f02d8c23bc3c70985f05fc6569a80d7740a7477 | refs/heads/master | 2020-11-30T14:33:29.350000 | 2020-01-06T10:13:32 | 2020-01-06T10:13:32 | 230,418,376 | 0 | 0 | null | false | 2021-02-03T19:34:18 | 2019-12-27T09:55:55 | 2020-01-07T01:40:19 | 2021-02-03T19:34:16 | 139 | 0 | 0 | 2 | Java | false | false | package xyz.wongs.weathertop.design.adapter;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class Adaptee {
public int v220(){
log.error("标准电压输出");
return 220;
}
}
| UTF-8 | Java | 204 | java | Adaptee.java | Java | [] | null | [] | package xyz.wongs.weathertop.design.adapter;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class Adaptee {
public int v220(){
log.error("标准电压输出");
return 220;
}
}
| 204 | 0.651042 | 0.604167 | 12 | 15 | 14.433757 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
510b86f3f7f5c705fdab9961d579837b976ed468 | 26,310,969,685,136 | aff8d2433588ffba660397b1ce16b2ad8e361557 | /Clinique_Medicale/src/com/app/dao/DocteurDaoImpl.java | 82bcbf82d9da643257a5943249459126864511e8 | [] | no_license | smailyacine/genie_logiciel | https://github.com/smailyacine/genie_logiciel | 9541a4526b83c28f156da44ec368d3087011ab79 | bbe43d7905a08141f903ead84b31bac16f392836 | refs/heads/master | 2021-01-10T03:24:25.514000 | 2015-11-19T17:59:09 | 2015-11-19T17:59:09 | 45,973,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.dao;
import static com.app.dao.DAOUtilitaire.*;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.app.dao.DAOException;
import com.app.beans.Docteur;
import... | UTF-8 | Java | 6,772 | java | DocteurDaoImpl.java | Java | [] | null | [] | package com.app.dao;
import static com.app.dao.DAOUtilitaire.*;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.app.dao.DAOException;
import com.app.beans.Docteur;
import... | 6,772 | 0.710272 | 0.709826 | 191 | 33.230366 | 31.316813 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.842932 | false | false | 6 |
1bb0d6ac0f27527dbda16c4349991ede5b3e2316 | 29,162,827,963,631 | 97c2cfd517cdf2a348a3fcb73e9687003f472201 | /Java/systematic/test/schedule/TestScheduler.java | a5d437610fe022485fb96916dc4b861f3f7a1987 | [] | no_license | rsheftel/ratel | https://github.com/rsheftel/ratel | b1179fcc1ca55255d7b511a870a2b0b05b04b1a0 | e1876f976c3e26012a5f39707275d52d77f329b8 | refs/heads/master | 2016-09-05T21:34:45.510000 | 2015-05-12T03:51:05 | 2015-05-12T03:51:05 | 32,461,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package schedule;
import static schedule.JobStatus.*;
import static schedule.JobTable.*;
import static schedule.Schedulable.*;
import static tsdb.Attribute.*;
import static tsdb.AttributeValues.*;
import static tsdb.DataSource.*;
import static util.Dates.*;
import static util.Errors.*;
import static util.Objects.*;
im... | UTF-8 | Java | 5,292 | java | TestScheduler.java | Java | [] | null | [] | package schedule;
import static schedule.JobStatus.*;
import static schedule.JobTable.*;
import static schedule.Schedulable.*;
import static tsdb.Attribute.*;
import static tsdb.AttributeValues.*;
import static tsdb.DataSource.*;
import static util.Dates.*;
import static util.Errors.*;
import static util.Objects.*;
im... | 5,292 | 0.712963 | 0.695956 | 163 | 31.466257 | 22.329733 | 102 | false | false | 0 | 0 | 0 | 0 | 68 | 0.01285 | 2.282209 | false | false | 6 |
b126de84180c2f7ea0554b384cb0f0f7b203e747 | 23,562,190,617,533 | 8f89389b94f2e52b5a40f00ec1e54213ca745b47 | /app/src/main/java/com/gym/app/parts/event/EventPresenter.java | b04d47add7a1edb8eb3b4298711ed2f3734170ee | [] | no_license | boldijar/itec2017winter | https://github.com/boldijar/itec2017winter | 996251cfe33d7242168841fae26957d5ec08ec8c | c19bc1948db613f8856c2b1edb5809f4d8089db5 | refs/heads/master | 2021-09-04T02:14:36.788000 | 2018-01-14T14:02:49 | 2018-01-14T14:06:16 | 113,611,069 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gym.app.parts.event;
import com.gym.app.data.Prefs;
import com.gym.app.data.model.ChangeTimeRequest;
import com.gym.app.data.model.Event;
import com.gym.app.data.model.Message;
import com.gym.app.data.model.MessageResponse;
import com.gym.app.data.model.User;
import com.gym.app.di.InjectionHelper;
import c... | UTF-8 | Java | 4,641 | java | EventPresenter.java | Java | [
{
"context": "edulers;\nimport timber.log.Timber;\n\n/**\n * @author Paul\n * @since 2017.12.09\n */\n\npublic class EventPrese",
"end": 684,
"score": 0.9995089769363403,
"start": 680,
"tag": "NAME",
"value": "Paul"
}
] | null | [] | package com.gym.app.parts.event;
import com.gym.app.data.Prefs;
import com.gym.app.data.model.ChangeTimeRequest;
import com.gym.app.data.model.Event;
import com.gym.app.data.model.Message;
import com.gym.app.data.model.MessageResponse;
import com.gym.app.data.model.User;
import com.gym.app.di.InjectionHelper;
import c... | 4,641 | 0.551821 | 0.549451 | 134 | 33.634327 | 20.212875 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440298 | false | false | 6 |
b6b8ee5d7bc96c8b7d729d229f0f7360da1677eb | 29,910,152,285,838 | a8f73bcbcbfa07fe89fa2a99546b8dd3e15c9ae7 | /CouponSystem/src/Facades/ClientCouponFacade.java | 680098042832c72e765add1359de17d01910ba07 | [] | no_license | sagymauda/Coupon-System | https://github.com/sagymauda/Coupon-System | 2e368199fcc69fef9a205b03c57c6972647a7cc3 | 18a3d598837396067bc9d8c9e9df795420bdba05 | refs/heads/master | 2021-01-01T19:12:25.954000 | 2017-07-27T12:41:09 | 2017-07-27T12:41:09 | 98,532,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Facades;
public interface ClientCouponFacade {
}
| UTF-8 | Java | 59 | java | ClientCouponFacade.java | Java | [] | null | [] | package Facades;
public interface ClientCouponFacade {
}
| 59 | 0.79661 | 0.79661 | 5 | 10.8 | 14.441607 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 6 |
44783533a4bde439fe28281f35f2b70f66c208b8 | 25,804,163,548,765 | 9cd015e0300f462528912688f0378860a5446cb4 | /Trivial-IT/app/src/main/java/com/dam2/trivial_it/Login.java | d43bfe2b901510b04f3a7d14bfb215757639352f | [] | no_license | MFrutuoso/Trivial-IT | https://github.com/MFrutuoso/Trivial-IT | 6202e6a8a68b58e6be503c7a9099950f1eb3636c | ecb9704a9ecdbc26c0dab3c116edd3e535bd00ce | refs/heads/main | 2023-05-10T00:42:07.905000 | 2021-06-14T00:08:55 | 2021-06-14T00:08:55 | 361,857,187 | 0 | 2 | null | false | 2021-05-31T20:38:40 | 2021-04-26T18:39:42 | 2021-05-29T17:19:55 | 2021-05-31T20:38:39 | 9,459 | 0 | 2 | 0 | Java | false | false | package com.dam2.trivial_it;
import android.app.ApplicationExitInfo;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.wifi.rtt.ResponderLocation;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.w... | UTF-8 | Java | 5,087 | java | Login.java | Java | [
{
"context": "ng(\"nick\", nick);\n editor.putString(\"pass\", pass);\n editor.putBoolean(\"sesion\", true);\n ",
"end": 4661,
"score": 0.8519737124443054,
"start": 4657,
"tag": "PASSWORD",
"value": "pass"
}
] | null | [] | package com.dam2.trivial_it;
import android.app.ApplicationExitInfo;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.wifi.rtt.ResponderLocation;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.w... | 5,093 | 0.661936 | 0.660359 | 132 | 37.439392 | 29.810577 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.765152 | false | false | 6 |
61bd957f02329f1625e6502cb6f02b1031831d87 | 20,426,864,499,237 | d0acc57752e1c4a2e456811d5cc74f262a5a8518 | /app/src/main/java/com/example/customview/viewgroup/MyFrameLayout.java | 200abc6a1464189e6e03c6931ea782bd2870fdca | [] | no_license | chen1026241686/Test | https://github.com/chen1026241686/Test | e434d6bb235621f6b2776901e1bbbd3deb171f00 | 4bbb76a861aa97c7d1baf2e9474643b78a5f5859 | refs/heads/developer3 | 2021-05-04T11:14:48.566000 | 2020-03-18T02:26:40 | 2020-03-18T02:26:40 | 55,831,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.customview.viewgroup;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.util.AttributeSet;
... | UTF-8 | Java | 26,193 | java | MyFrameLayout.java | Java | [] | null | [] | package com.example.customview.viewgroup;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.util.AttributeSet;
... | 26,193 | 0.610065 | 0.608268 | 610 | 39.132786 | 34.603519 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545902 | false | false | 6 |
689891fcf83cd527b863e19d69bbfb0b418e1207 | 29,231,547,451,403 | 37c35d0b4130bdca06a31fde8a12644231fa4a2d | /src/main/java/pop3/command/CommandValidatorUtils.java | 8929f46b33b38da48a95d8e2333c36be262a2847 | [] | no_license | mvladmoss/POP3SERVER | https://github.com/mvladmoss/POP3SERVER | b6940b890204a1eea652e7a6a5ac828387a7e953 | 0a0da00427386d5692386c569e549f316d1ea850 | refs/heads/master | 2020-12-29T22:33:17.488000 | 2020-02-06T18:36:33 | 2020-02-06T18:36:33 | 238,757,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pop3.command;
import io.vavr.control.Try;
import pop3.Mailbox;
import pop3.Server;
import pop3.SessionState;
import java.util.List;
import static pop3.command.POP3Command.PASS;
import static pop3.command.POP3Command.USER;
public class CommandValidatorUtils {
private static final String INVALID_SESSION_... | UTF-8 | Java | 3,875 | java | CommandValidatorUtils.java | Java | [] | null | [] | package pop3.command;
import io.vavr.control.Try;
import pop3.Mailbox;
import pop3.Server;
import pop3.SessionState;
import java.util.List;
import static pop3.command.POP3Command.PASS;
import static pop3.command.POP3Command.USER;
public class CommandValidatorUtils {
private static final String INVALID_SESSION_... | 3,875 | 0.710968 | 0.708645 | 76 | 49.986843 | 44.770023 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 6 |
77070b35402c9f15022216a95cdfe82ef3752686 | 24,309,514,930,578 | 5019e34dc82b03b0d6a7a1f4c78a86ad286335aa | /src/twoPointer/ProductofArrayExceptSelf.java | dd21f9c84aeee69141eb0f3bbac4489a85f1fa75 | [] | no_license | askaralim/Algorithms-In-Java | https://github.com/askaralim/Algorithms-In-Java | 5a5d7a14589c1066a74a4e812db39f5b946015f2 | 858e539be77097777b67a67cbd8999296ad999a9 | refs/heads/master | 2021-01-12T06:08:24.605000 | 2017-01-12T18:32:27 | 2017-01-12T18:32:27 | 77,312,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package twoPointer;
/*
* https://leetcode.com/problems/product-of-array-except-self/
*/
public class ProductofArrayExceptSelf {
public void run() {
int[] results = productExceptSelf(new int[] {1,2,3,4});
for (int i : results) {
System.out.print(i + " ");
}
}
public int[] productExceptSelf(int[] nums) {... | UTF-8 | Java | 629 | java | ProductofArrayExceptSelf.java | Java | [] | null | [] | package twoPointer;
/*
* https://leetcode.com/problems/product-of-array-except-self/
*/
public class ProductofArrayExceptSelf {
public void run() {
int[] results = productExceptSelf(new int[] {1,2,3,4});
for (int i : results) {
System.out.print(i + " ");
}
}
public int[] productExceptSelf(int[] nums) {... | 629 | 0.588235 | 0.573927 | 32 | 18.65625 | 18.44351 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84375 | false | false | 6 |
e63ce39bc0d02a17d20ae2555ebead6c44158fef | 14,224,931,721,256 | 34fe8383f24c6f7e8fbf71778c3b360aa64ff735 | /src/main/java/com/labeasy/controller/B2BRegistrationController.java | 58a8647553f3b2e7c89abdd1e232069c7e2cdbaf | [] | no_license | Nasruddinkhan/labeasy | https://github.com/Nasruddinkhan/labeasy | b6bdf1441506c54dea5b1553434755af2ec4df4b | 72757d719eadcb6d832b38070e6264b18ab1fb93 | refs/heads/develop | 2023-07-08T23:49:35.366000 | 2021-08-13T16:45:08 | 2021-08-13T16:45:08 | 345,137,472 | 0 | 0 | null | false | 2021-08-13T16:45:09 | 2021-03-06T16:14:40 | 2021-08-09T07:53:00 | 2021-08-13T16:45:08 | 17,346 | 0 | 0 | 1 | JavaScript | false | false | package com.labeasy.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.s... | UTF-8 | Java | 3,448 | java | B2BRegistrationController.java | Java | [] | null | [] | package com.labeasy.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.s... | 3,448 | 0.790023 | 0.774362 | 94 | 35.680851 | 28.655033 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.680851 | false | false | 6 |
b30f023ba4dc592f25d6c73f9ac7a66e2b9d7d1c | 17,111,149,757,567 | 1c9eb088e5fd2302ba1c4f67c5842d14f547aef7 | /src/main/java/com/ups/retailstore/service/UserService.java | aad520fd98fed4f9af8a212fec2174bd768ff5f3 | [] | no_license | Abdulrahman-Nagi/retail_store_demo | https://github.com/Abdulrahman-Nagi/retail_store_demo | 6cc05cdf8add8899a9f5b9ee3e3ad5bf5d683e76 | 9e89a683164065c84a55ac582628925107d41b2e | refs/heads/master | 2022-10-15T03:57:44.761000 | 2020-06-14T15:42:42 | 2020-06-14T15:42:42 | 272,231,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ups.retailstore.service;
import com.ups.retailstore.entity.CustomUserDetails;
import com.ups.retailstore.entity.User;
import com.ups.retailstore.exceptionhandling.exceptions.ConflictException;
import com.ups.retailstore.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowire... | UTF-8 | Java | 1,979 | java | UserService.java | Java | [] | null | [] | package com.ups.retailstore.service;
import com.ups.retailstore.entity.CustomUserDetails;
import com.ups.retailstore.entity.User;
import com.ups.retailstore.exceptionhandling.exceptions.ConflictException;
import com.ups.retailstore.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowire... | 1,979 | 0.764528 | 0.764528 | 67 | 28.537313 | 30.876417 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38806 | false | false | 6 |
8b5530a20eea3c5f0ad26c0899da3f761a39d1af | 14,783,277,473,109 | e1b95055983ab7ff23156c6919a0f3f7751b3ab0 | /src/main/java/com/wq/mqtttrabbitmq/utils/JsonUtils.java | 1c792989860702235b4b42eefb3ff07bf1abefde | [] | no_license | Wan123ab/mqttt-rabbitmq | https://github.com/Wan123ab/mqttt-rabbitmq | 70d6b1b07fd3147a246b1615e67a55810faab636 | 0698e99b5b7c33a024074a7f11b82385c784dff0 | refs/heads/master | 2022-06-26T00:55:46.039000 | 2019-05-28T10:52:42 | 2019-05-28T10:52:42 | 184,026,864 | 1 | 2 | null | false | 2022-06-17T02:08:14 | 2019-04-29T08:02:16 | 2020-04-18T03:10:52 | 2022-06-17T02:08:13 | 3,435 | 1 | 2 | 2 | Java | false | false | package com.wq.mqtttrabbitmq.utils;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
public class JsonUtils {
private static final ObjectMapper mapper = new ObjectMapper();
public static <T> T json2Obj(String json, Cl... | UTF-8 | Java | 959 | java | JsonUtils.java | Java | [] | null | [] | package com.wq.mqtttrabbitmq.utils;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
public class JsonUtils {
private static final ObjectMapper mapper = new ObjectMapper();
public static <T> T json2Obj(String json, Cl... | 959 | 0.600626 | 0.597497 | 43 | 21.302326 | 20.613312 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372093 | false | false | 6 |
2d198d0152d0914dbeedc45556075d00c44b9a51 | 30,322,469,148,579 | fe6483e5da15303e54616718314ff0ce3deb1bd6 | /datalayer/src/main/java/se/arole/datalayer/service/UserService.java | f0e25ec385c56aeba3672ae984caf6af85a94073 | [] | no_license | integrationJU14/projektv2 | https://github.com/integrationJU14/projektv2 | 95ea8a50a5f9c7171b63604d69754a3630fee799 | c7a601c8fd6c46465542b2c044cf2408d54baac3 | refs/heads/master | 2021-01-10T10:21:54.960000 | 2016-01-28T11:33:25 | 2016-01-28T11:33:25 | 50,347,171 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.arole.datalayer.service;
import java.util.Collection;
import java.util.List;
import se.arole.datalayer.entity.UserJPA;
public interface UserService {
UserJPA createUser (UserJPA user);
UserJPA updateUser (UserJPA user, Integer userId);
void changeStatusUser (boolean isActive, Integer userId);
UserJP... | UTF-8 | Java | 584 | java | UserService.java | Java | [] | null | [] | package se.arole.datalayer.service;
import java.util.Collection;
import java.util.List;
import se.arole.datalayer.entity.UserJPA;
public interface UserService {
UserJPA createUser (UserJPA user);
UserJPA updateUser (UserJPA user, Integer userId);
void changeStatusUser (boolean isActive, Integer userId);
UserJP... | 584 | 0.794521 | 0.794521 | 21 | 26.809525 | 20.664253 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 6 |
d7d02310f1024b9345de37f613ff8d93e443b4e9 | 29,119,878,280,853 | b3a694913d943bdb565fbf828d6ab8a08dd7dd12 | /sources/p213q/p217b/p317d/p322h/p323e/p328m/C4088u.java | 3fe08f6b130743ba1444f6ed562481e659948571 | [] | no_license | v1ckxy/radar-covid | https://github.com/v1ckxy/radar-covid | feea41283bde8a0b37fbc9132c9fa5df40d76cc4 | 8acb96f8ccd979f03db3c6dbfdf162d66ad6ac5a | refs/heads/master | 2022-12-06T11:29:19.567000 | 2020-08-29T08:00:19 | 2020-08-29T08:00:19 | 294,198,796 | 1 | 0 | null | true | 2020-09-09T18:39:43 | 2020-09-09T18:39:43 | 2020-08-29T08:03:57 | 2020-08-29T08:03:48 | 21,971 | 0 | 0 | 0 | null | false | false | package p213q.p217b.p317d.p322h.p323e.p328m;
import p116io.jsonwebtoken.lang.Objects;
import p213q.p214a.p215a.p216a.C1965a;
import p213q.p217b.p317d.p322h.p323e.p328m.C4090v.C4095d.C4117f;
/* renamed from: q.b.d.h.e.m.u */
public final class C4088u extends C4117f {
/* renamed from: a */
public final String ... | UTF-8 | Java | 898 | java | C4088u.java | Java | [] | null | [] | package p213q.p217b.p317d.p322h.p323e.p328m;
import p116io.jsonwebtoken.lang.Objects;
import p213q.p214a.p215a.p216a.C1965a;
import p213q.p217b.p317d.p322h.p323e.p328m.C4090v.C4095d.C4117f;
/* renamed from: q.b.d.h.e.m.u */
public final class C4088u extends C4117f {
/* renamed from: a */
public final String ... | 898 | 0.621381 | 0.463252 | 34 | 25.411764 | 23.508595 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 6 |
3d182e050bc68c233b57c396d57690349d9fa7e1 | 9,010,841,452,839 | 0228da36808eb30497df2635b454676cb783e4b0 | /src/main/java/com/tomas/login/app/core/repository/DaoImplement.java | 6f1952556d98c1944b818aaf25626179a4d1c9ea | [
"Apache-2.0"
] | permissive | tomas-93/Login-Spring-Security | https://github.com/tomas-93/Login-Spring-Security | bbff83be2cf9bda49c02870606a6c2ad7b0c46b1 | b2044184d1c741704d16e8f517fa567c20f3a929 | refs/heads/master | 2020-12-02T14:26:29.080000 | 2016-08-26T18:01:56 | 2016-08-26T18:01:56 | 66,668,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tomas.login.app.core.repository;
import com.tomas.login.app.core.repository.link.Dao;
import org.hibernate.SessionFactory;
import org.springframework.orm.hibernate5.HibernateTemplate;
import javax.inject.Inject;
/**
* @author Tomas Yussef Galicia Guzman
* email: tomasyussef@gmail.com
* ... | UTF-8 | Java | 532 | java | DaoImplement.java | Java | [
{
"context": "late;\n\nimport javax.inject.Inject;\n\n/**\n * @author Tomas Yussef Galicia Guzman\n * email: tomasyussef@gmail.com\n * ",
"end": 269,
"score": 0.9998728632926941,
"start": 242,
"tag": "NAME",
"value": "Tomas Yussef Galicia Guzman"
},
{
"context": "thor T... | null | [] | package com.tomas.login.app.core.repository;
import com.tomas.login.app.core.repository.link.Dao;
import org.hibernate.SessionFactory;
import org.springframework.orm.hibernate5.HibernateTemplate;
import javax.inject.Inject;
/**
* @author <NAME>
* email: <EMAIL>
* date: 22/08/2016
*/
public abstra... | 497 | 0.740601 | 0.723684 | 21 | 24.333334 | 23.049292 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
636dfb97cccdf8e18aad3742faaa0b0539e64e3f | 2,482,491,145,695 | 81dc9a1864d4f2ec5898599bdd126bb2a60e0dd6 | /src/org/dbug/expression/ConditionalExpression.java | e41f3ac82eb8376e808e5573bdf866cf8f3c83b5 | [
"Apache-2.0"
] | permissive | Updownquark/dbug | https://github.com/Updownquark/dbug | 0fee386ea5ea9c959ad8f2d1951070ddbc9037a1 | bf03077ef1a42ad17e68070800e22e7ea2039988 | refs/heads/master | 2022-06-18T23:59:20.385000 | 2022-05-17T18:15:32 | 2022-05-17T18:15:32 | 150,137,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dbug.expression;
import org.dbug.config.DBugConfiguredAnchor;
import org.dbug.config.DBugConfigEvent;
import com.google.common.reflect.TypeToken;
public class ConditionalExpression<A, T> implements Expression<A, T> {
private final TypeToken<T> theType;
private final Expression<A, Boolean> theC... | UTF-8 | Java | 1,946 | java | ConditionalExpression.java | Java | [] | null | [] | package org.dbug.expression;
import org.dbug.config.DBugConfiguredAnchor;
import org.dbug.config.DBugConfigEvent;
import com.google.common.reflect.TypeToken;
public class ConditionalExpression<A, T> implements Expression<A, T> {
private final TypeToken<T> theType;
private final Expression<A, Boolean> theC... | 1,946 | 0.743577 | 0.743577 | 52 | 35.423077 | 32.37125 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.423077 | false | false | 6 |
b5988f36e2a3a79090291ba6d2d7b372c5ddf574 | 24,618,752,562,322 | 0df107b5f259f89464fe749665b1b5c4daa9cfdb | /projeto/Soffee/src/main/java/Maquina/SO.java | 468ded91fe0d22b194981a4e25e433759c62e3f7 | [] | no_license | BandTec/b4c3por2d2 | https://github.com/BandTec/b4c3por2d2 | 08bd8d823e418e903d7847e36775617a6bf4ebce | 64acbaafc001165f0ea01982f55f6389bc8d965c | refs/heads/master | 2021-01-09T03:11:53.864000 | 2020-06-30T18:37:46 | 2020-06-30T18:37:46 | 242,223,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Maquina;
import oshi.SystemInfo;
import oshi.hardware.HardwareAbstractionLayer;
public class SO{
SystemInfo sys = new SystemInfo();
HardwareAbstractionLayer hal = sys.getHardware();
private String nomeSO;
public void setNomeSO(String nomeSO) {
this.nomeSO = nomeSO;
}
pu... | UTF-8 | Java | 444 | java | SO.java | Java | [] | null | [] | package Maquina;
import oshi.SystemInfo;
import oshi.hardware.HardwareAbstractionLayer;
public class SO{
SystemInfo sys = new SystemInfo();
HardwareAbstractionLayer hal = sys.getHardware();
private String nomeSO;
public void setNomeSO(String nomeSO) {
this.nomeSO = nomeSO;
}
pu... | 444 | 0.662162 | 0.662162 | 24 | 17.5 | 18.536001 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 6 |
84bc78b78fbbd67c3b91e71b2b988b6e90833f8a | 2,662,879,771,725 | 5be30bf31c5c08139984ccaca94c587cf7d1453c | /src/main/java/com/redhat/labs/lodestar/repository/ActiveSyncRepository.java | f668e0abd8f59474b5736f272cad1736e71c25b8 | [
"Apache-2.0"
] | permissive | dwasinge/lodestar-backend | https://github.com/dwasinge/lodestar-backend | a21dcbcb215cc4bd99981e2f0d2110253be06088 | 4a78895a0dbe9cdc8875685389b1e45be69dd5c5 | refs/heads/master | 2023-06-09T14:51:26.788000 | 2021-06-25T23:28:20 | 2021-06-25T23:28:20 | 276,216,760 | 0 | 0 | Apache-2.0 | true | 2020-12-11T20:22:08 | 2020-06-30T21:55:37 | 2020-12-11T20:18:37 | 2020-12-11T20:22:07 | 606 | 0 | 0 | 1 | Java | false | false | package com.redhat.labs.lodestar.repository;
import javax.enterprise.context.ApplicationScoped;
import com.redhat.labs.lodestar.model.ActiveSync;
import io.quarkus.mongodb.panache.PanacheMongoRepository;
@ApplicationScoped
public class ActiveSyncRepository implements PanacheMongoRepository<ActiveSync> {
}
| UTF-8 | Java | 312 | java | ActiveSyncRepository.java | Java | [] | null | [] | package com.redhat.labs.lodestar.repository;
import javax.enterprise.context.ApplicationScoped;
import com.redhat.labs.lodestar.model.ActiveSync;
import io.quarkus.mongodb.panache.PanacheMongoRepository;
@ApplicationScoped
public class ActiveSyncRepository implements PanacheMongoRepository<ActiveSync> {
}
| 312 | 0.852564 | 0.852564 | 12 | 25 | 28.095078 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
83412a7b142022ca63bfd1fa54f41602c38b0ef1 | 2,662,879,771,698 | 3b8beeaf78e284d0a358f6f17faeaa98bbceec71 | /SafetyNet/src/main/java/com/Project5OC/SafetyNet/DTO/URL/Url5/PersonUrl5Dto.java | 36aac5b0c239f80f53ce51022f10c93c0427ac07 | [] | no_license | Mohammedbenab/Project5 | https://github.com/Mohammedbenab/Project5 | 43665bb8a6d26783162abef19414fa70f48f2852 | c52cdf7b81d82b6865265523820b33e8b4412c76 | refs/heads/master | 2023-04-21T03:23:37.429000 | 2021-05-07T14:59:37 | 2021-05-07T14:59:37 | 343,598,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Project5OC.SafetyNet.DTO.URL.Url5;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnore;
public class PersonUrl5Dto implements Comparable<PersonUrl5Dto> {
public String lastName;
public String phone;
public String age;
public List<String> medications;
public List<String> allerg... | UTF-8 | Java | 1,660 | java | PersonUrl5Dto.java | Java | [
{
"context": "\n\t\t\tString address) {\n\t\tsuper();\n\t\tthis.lastName = lastName;\n\t\tthis.phone = phone;\n\t\tthis.age = age;\n\t\tthis.m",
"end": 570,
"score": 0.8920552730560303,
"start": 562,
"tag": "NAME",
"value": "lastName"
}
] | null | [] | package com.Project5OC.SafetyNet.DTO.URL.Url5;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnore;
public class PersonUrl5Dto implements Comparable<PersonUrl5Dto> {
public String lastName;
public String phone;
public String age;
public List<String> medications;
public List<String> allerg... | 1,660 | 0.713253 | 0.708434 | 87 | 18.08046 | 19.769487 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.436782 | false | false | 6 |
664c8d4a4d727e59f6642756d2e70a5467183a0c | 24,687,472,018,334 | 34d5afb65461f35d34bc8bafca35af57b4457ec3 | /Counting the occurrence of a substring/Main.java | 1771be18c286ad0a47630d172ea6fd5b9aed25ca | [] | no_license | Navyanka/Playground | https://github.com/Navyanka/Playground | b980ab67e7dad6c645b2c6350db460bd8fd2c391 | a50c24afcd53cb085ce07b6e8b4e80e89a3be3f1 | refs/heads/master | 2020-04-14T17:32:02.913000 | 2019-07-30T07:07:19 | 2019-07-30T07:07:19 | 163,983,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class Main{
public static void main(String args[]) {
// Type your code here
Scanner in=new Scanner(System.in);
String str1=in.nextLine();
String str2=in.nextLine();
int strlen1=str1.length();
int strlen2=str2.length();
int cnt=0;
for(int i... | UTF-8 | Java | 693 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
class Main{
public static void main(String args[]) {
// Type your code here
Scanner in=new Scanner(System.in);
String str1=in.nextLine();
String str2=in.nextLine();
int strlen1=str1.length();
int strlen2=str2.length();
int cnt=0;
for(int i... | 693 | 0.46176 | 0.440115 | 33 | 19.727272 | 13.536198 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 6 |
0ce037dcea6c2c51b05875140c1261b8077aa3cf | 32,152,125,190,084 | fdd573a261d71fc9cb75056602e736d07234d0ff | /AR-Web2.0/src/ar/edu/uade/tic/tesis/arweb/modelo/pautas/Pauta3_1_Legible.java | 9e1a81dd9ba72181b606b810d54b96b87cba8a1e | [] | no_license | olivarimaximilianoUADE/ARWeb2.0 | https://github.com/olivarimaximilianoUADE/ARWeb2.0 | 030406cadccbcc13f5feb7889b0ab762ade839cc | fbfe3319b241ef143ccdd3f38987768a929c1db9 | refs/heads/master | 2022-10-08T02:58:36.437000 | 2019-10-01T01:52:40 | 2019-10-01T01:52:40 | 147,372,392 | 1 | 0 | null | false | 2022-10-04T23:41:33 | 2018-09-04T16:02:55 | 2019-10-01T01:52:46 | 2022-10-04T23:41:31 | 3,898 | 1 | 0 | 5 | Java | false | false | package ar.edu.uade.tic.tesis.arweb.modelo.pautas;
import java.util.LinkedList;
import java.util.List;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio3_1_1_IdiomaDeLaPagina;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio3_... | UTF-8 | Java | 1,361 | java | Pauta3_1_Legible.java | Java | [] | null | [] | package ar.edu.uade.tic.tesis.arweb.modelo.pautas;
import java.util.LinkedList;
import java.util.List;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio3_1_1_IdiomaDeLaPagina;
import ar.edu.uade.tic.tesis.arweb.modelo.criterios.Criterio3_... | 1,361 | 0.759735 | 0.728876 | 34 | 38.088234 | 30.013103 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.617647 | false | false | 6 |
34b33252ba10198213c9e73637d0be788eefde39 | 7,962,869,426,177 | 00fa8a10aea6e06bf995cf019530cd698d89a263 | /app/src/main/java/com/example/bankapp/lists/userListAdapter.java | bf6c3e18c9ad3efe07638cd715697234f106ed7e | [] | no_license | sruthisivakumar16/BankApp | https://github.com/sruthisivakumar16/BankApp | 52bc36d040564d9312b38eeb33a4c705316d75fa | 212db7fdd09ef6b3a345951f6ea2825c6da966a5 | refs/heads/main | 2022-12-20T05:38:44.029000 | 2020-10-14T08:05:11 | 2020-10-14T08:05:11 | 303,943,388 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bankapp.lists;
public class userListAdapter {
private int id;
private String name;
private String email;
private String accountno;
private String credits;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public ... | UTF-8 | Java | 1,134 | java | userListAdapter.java | Java | [] | null | [] | package com.example.bankapp.lists;
public class userListAdapter {
private int id;
private String name;
private String email;
private String accountno;
private String credits;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public ... | 1,134 | 0.589947 | 0.589947 | 58 | 18.551723 | 17.58445 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431034 | false | false | 6 |
068339889e5f0aad214033f8fee44213ad049921 | 9,835,475,131,418 | e34765c51e50c27ee75472295d18ce1fea79c0b4 | /src/travel/management/system/BookHotel.java | 2b746cfdf5eb769b0605f75059c593353b0e6fb7 | [
"MIT"
] | permissive | qqq-tech/Travel-Planner | https://github.com/qqq-tech/Travel-Planner | 2bfe0a008c44890945030ee66d5d0cb9acb926b8 | 7ebecd09b48eee420727f49dac5ffff092184617 | refs/heads/main | 2023-07-27T20:55:08.049000 | 2021-06-14T19:46:10 | 2021-06-14T19:46:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package travel.management.system;
import java.sql.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class BookHotel extends JFrame implements ActionListener
{
Choice c1,c2,c3;
JTextField t1,t2;
JLabel l1,l2,l3,l4,l5,l6,l7,l8,l9,l10,l11,l15,l21,l22,l23,l24,l25;
JBu... | UTF-8 | Java | 7,918 | java | BookHotel.java | Java | [
{
"context": "Query(\"select * from customer where username = '\"+username+\"'\");\r\n while(rs.next())\r\n ",
"end": 4468,
"score": 0.9960222840309143,
"start": 4460,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package travel.management.system;
import java.sql.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class BookHotel extends JFrame implements ActionListener
{
Choice c1,c2,c3;
JTextField t1,t2;
JLabel l1,l2,l3,l4,l5,l6,l7,l8,l9,l10,l11,l15,l21,l22,l23,l24,l25;
JBu... | 7,918 | 0.482698 | 0.401617 | 245 | 30.318367 | 24.415884 | 286 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.322449 | false | false | 6 |
aff9b72d359194bf83a02eec42b05b0b81281ae6 | 9,869,834,851,557 | e09e1f2ea14d3775a432d7e3f664730fec4577d5 | /app/src/main/java/com/yurihs/calculadorarf/OnSendListener.java | 3f4a32e4468087ab14b387829d69990c34377b9d | [
"MIT"
] | permissive | yurihs/CalculadoraRF | https://github.com/yurihs/CalculadoraRF | 426bef48556d54098888e19ed60064a4bc587724 | 81fd6e82b68be0f448b629f2296ebfaf1664ee38 | refs/heads/master | 2020-03-30T21:58:28.420000 | 2018-10-05T11:21:21 | 2018-10-05T11:21:21 | 151,649,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yurihs.calculadorarf;
interface OnSendListener {
void onSendTransmitterEIRPToBudget(Double transmitter_eirp);
void onSendFSLToBudget(Double fsl);
}
| UTF-8 | Java | 170 | java | OnSendListener.java | Java | [] | null | [] | package com.yurihs.calculadorarf;
interface OnSendListener {
void onSendTransmitterEIRPToBudget(Double transmitter_eirp);
void onSendFSLToBudget(Double fsl);
}
| 170 | 0.8 | 0.8 | 7 | 23.285715 | 22.638237 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
a269ce043b1cca4e6e2d557e225d2ce52db13147 | 3,616,362,473,975 | 9686bc13c92e363471b1c1f5cdbf801936105bc7 | /oms-intf/src/main/java/com/ibm/oms/intf/intf/BtcPayDTO.java | 2927231c8eab4deb4a63a937e2cec135c69e5a5d | [] | no_license | moutainhigh/dousto | https://github.com/moutainhigh/dousto | a058ae5a72f8548b0545ce05931a9612ea3dd6db | 3097c418a3a43d83e70d1eedf6ce4cb0eeb6f884 | refs/heads/master | 2021-09-13T19:02:53.185000 | 2018-05-03T08:56:24 | 2018-05-03T08:56:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibm.oms.intf.intf;
import java.io.Serializable;
import java.util.List;
import javax.validation.Valid;
import javax.validation.constraints.Pattern;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import ja... | UTF-8 | Java | 2,728 | java | BtcPayDTO.java | Java | [] | null | [] | package com.ibm.oms.intf.intf;
import java.io.Serializable;
import java.util.List;
import javax.validation.Valid;
import javax.validation.constraints.Pattern;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import ja... | 2,728 | 0.698198 | 0.677928 | 102 | 25.117647 | 26.823421 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.872549 | false | false | 6 |
ea73f342637f2aa4d98805321e7cc2af946e37ac | 19,026,705,172,443 | c5f7f05dd8e67e8519366df7786dd91457a44eff | /layouter-dom4j/src/main/java/pl/nosystems/android/layouter/dom4j/ViewHierarchyElementImpl.java | 1a24cfdce3c52a2894b01c99b8cc88ea0db5eeda | [] | no_license | tjaranowski/Layouter | https://github.com/tjaranowski/Layouter | 5c3ec423fe488e474cc247a2470d15a552ef0f47 | 8b5619c5053952c4bf70866601a972f223df4c3c | refs/heads/master | 2023-06-16T11:49:01.919000 | 2023-06-16T11:14:35 | 2023-06-16T11:38:41 | 384,053,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.nosystems.android.layouter.dom4j;
import androidx.annotation.NonNull;
import pl.nosystems.android.layouter.core.Optional;
import pl.nosystems.android.layouter.core.ViewHierarchyElement;
import pl.nosystems.android.layouter.core.ViewHierarchyElementAttribute;
import static java.util.Objects.requireNonNull;... | UTF-8 | Java | 1,752 | java | ViewHierarchyElementImpl.java | Java | [] | null | [] | package pl.nosystems.android.layouter.dom4j;
import androidx.annotation.NonNull;
import pl.nosystems.android.layouter.core.Optional;
import pl.nosystems.android.layouter.core.ViewHierarchyElement;
import pl.nosystems.android.layouter.core.ViewHierarchyElementAttribute;
import static java.util.Objects.requireNonNull;... | 1,752 | 0.712329 | 0.711758 | 54 | 31.444445 | 28.445963 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 6 |
4e839b1ac08ab477d7c94ad88d7d236a1dce2617 | 19,610,820,674,862 | f4462be2257aac3579ce86fd02bc7dc1cd8fb7d4 | /src/RectangularRegion.java | 91bc49f239afbc963bb2513bad6bca753f04f245 | [
"MIT"
] | permissive | cli9939/NBody | https://github.com/cli9939/NBody | 0deea9aeea64cae3e8fabb9ece187c8087257e0e | e1041fe74adcd9d5cf33be782fe2e2f2468498f1 | refs/heads/master | 2022-12-06T20:08:04.680000 | 2020-08-30T19:49:41 | 2020-08-30T19:49:41 | 217,287,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.scene.input.MouseButton;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
public class RectangularRegion extends ScatterRegion {
private double width;
private double height;
private int rows;
private int columns;
private double randomizationRadius;
private Re... | UTF-8 | Java | 4,031 | java | RectangularRegion.java | Java | [] | null | [] | import javafx.scene.input.MouseButton;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
public class RectangularRegion extends ScatterRegion {
private double width;
private double height;
private int rows;
private int columns;
private double randomizationRadius;
private Re... | 4,031 | 0.568593 | 0.559415 | 141 | 27.588652 | 24.528193 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.70922 | false | false | 6 |
f299082449bacf6ef3faf160bec6f3e9d2db5975 | 2,989,297,278,265 | 89b81281ebbe2ab7a93ac05d54bf60b221442736 | /src/main/java/com/aliyun/openservices/ots/internal/streamclient/StreamClientException.java | a922ecd0293faf8eaf8d1d8eae5e0c41e5c0432f | [
"Apache-2.0"
] | permissive | enterstudio/aliyun-tablestore-stream-client | https://github.com/enterstudio/aliyun-tablestore-stream-client | 90dc592345e56d54cb24a8ca2b5f528072781b90 | a05df3bd634b83c4dfca42013f3fac27a51e75af | refs/heads/master | 2020-04-10T19:29:34.606000 | 2017-07-26T01:23:15 | 2017-07-26T01:23:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aliyun.openservices.ots.internal.streamclient;
import java.io.IOException;
public class StreamClientException extends IOException {
public StreamClientException(String message) {
super(message);
}
/**
* 构造函数。
*
* @param message 错误消息
* @param cause 错误原因
... | UTF-8 | Java | 459 | java | StreamClientException.java | Java | [] | null | [] | package com.aliyun.openservices.ots.internal.streamclient;
import java.io.IOException;
public class StreamClientException extends IOException {
public StreamClientException(String message) {
super(message);
}
/**
* 构造函数。
*
* @param message 错误消息
* @param cause 错误原因
... | 459 | 0.648961 | 0.648961 | 21 | 19.619047 | 21.352989 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
af5a859f85c08556be2fb2ffc74ff7cb26a02418 | 2,989,297,277,014 | 42e973996accf371e129b4b7ad376b094e6c1e35 | /src/main/java/org/jenkinsci/plugins/nomad/NomadComputer.java | 88645f0ab360deafb20dc5b948efc454ad4ea9d3 | [
"MIT"
] | permissive | jenkinsci/nomad-plugin | https://github.com/jenkinsci/nomad-plugin | 175f2c6d1e81917208ebed6837b3e1d377b466ba | a658e844e1e52befaa895705196bc1929f6c64bd | refs/heads/master | 2023-08-31T22:09:30.371000 | 2023-06-05T07:23:10 | 2023-06-05T07:23:10 | 56,803,793 | 62 | 50 | MIT | true | 2023-09-08T12:22:56 | 2016-04-21T20:31:20 | 2023-05-22T18:41:45 | 2023-09-08T12:22:55 | 299 | 56 | 40 | 16 | Java | false | false | package org.jenkinsci.plugins.nomad;
import hudson.model.Executor;
import hudson.model.Queue;
import hudson.slaves.AbstractCloudComputer;
import java.util.logging.Level;
import java.util.logging.Logger;
public class NomadComputer extends AbstractCloudComputer<NomadWorker> {
private static final Logger LOGGER = ... | UTF-8 | Java | 1,535 | java | NomadComputer.java | Java | [] | null | [] | package org.jenkinsci.plugins.nomad;
import hudson.model.Executor;
import hudson.model.Queue;
import hudson.slaves.AbstractCloudComputer;
import java.util.logging.Level;
import java.util.logging.Logger;
public class NomadComputer extends AbstractCloudComputer<NomadWorker> {
private static final Logger LOGGER = ... | 1,535 | 0.676873 | 0.676873 | 49 | 30.32653 | 30.65169 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 6 |
f189171e7bc1a7f240731db777948d13d5365bfc | 1,614,907,724,511 | 1b23c1a2cde8b15996930739d7fc837e0efd538f | /src/main/java/com/offline/city/map/serenity/utils/Utils.java | 9554029a70b87067e2574246daf2f9c90cf164cc | [] | no_license | deepakkumarbn/serenity-appium-screenplay-example | https://github.com/deepakkumarbn/serenity-appium-screenplay-example | c5769c12a24dd76c54627ee0b5f62c077df69157 | fee13efc6df6998c56f2dd6b3b83a230c8b9c22a | refs/heads/master | 2020-12-27T17:22:51.168000 | 2020-02-03T13:33:55 | 2020-02-03T13:33:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.offline.city.map.serenity.utils;
import net.serenitybdd.core.Serenity;
import net.thucydides.core.webdriver.WebDriverFacade;
import org.openqa.selenium.WebElement;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import io.appium.java_client.MobileDriver;
import io.appium.java_clie... | UTF-8 | Java | 3,276 | java | Utils.java | Java | [] | null | [] | package com.offline.city.map.serenity.utils;
import net.serenitybdd.core.Serenity;
import net.thucydides.core.webdriver.WebDriverFacade;
import org.openqa.selenium.WebElement;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import io.appium.java_client.MobileDriver;
import io.appium.java_clie... | 3,276 | 0.70757 | 0.700855 | 82 | 38.951218 | 38.468834 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670732 | false | false | 6 |
bc4c05d458bdc6860e6dcc28bc8ed7820819993d | 3,393,024,172,150 | 96597cb6b5ee448c769f3e324f0b48811fb3db05 | /app/src/main/java/com/example/merienlab2/MainActivity.java | 7f58e1aa9bec331dae4385480a47f56c7637f3e3 | [] | no_license | AndrusNikita/MerienLab2 | https://github.com/AndrusNikita/MerienLab2 | ce102f06ad4debc2d5d6cfe22f5adcea41452b75 | 55b5040953045f662675a44c2c21359239b900fc | refs/heads/master | 2023-03-06T12:54:32.931000 | 2021-02-21T20:37:50 | 2021-02-21T20:37:50 | 340,998,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.merienlab2;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import static java.lang.Math.atan;
import static java.lang.Math.cos;
import static java.l... | UTF-8 | Java | 1,105 | java | MainActivity.java | Java | [
{
"context": "package com.example.merienlab2;\n\nimport androidx.appcompat.app.AppCompatActi",
"end": 26,
"score": 0.5524335503578186,
"start": 23,
"tag": "USERNAME",
"value": "ien"
}
] | null | [] | package com.example.merienlab2;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import static java.lang.Math.atan;
import static java.lang.Math.cos;
import static java.l... | 1,105 | 0.684163 | 0.676018 | 41 | 25.975609 | 22.445042 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 6 |
9c742c357137651e894a32e4b4b1060418e198c9 | 21,861,383,562,669 | 6bb6aa76afef46bdf2f9689b592eeac1bb926022 | /gravitee-gateway-security/gravitee-gateway-security-core/src/main/java/io/gravitee/gateway/security/core/SecurityProviderManager.java | b5fc25519eff963c1118d2e51f134e372aaef44e | [
"Apache-2.0"
] | permissive | iseehk/gravitee-gateway | https://github.com/iseehk/gravitee-gateway | d69b347ac74e9d3336856b969e98ee6105b3eb88 | 5ed4aba153d10b18ee6f51b5f9e488455801ff83 | refs/heads/master | 2020-04-26T03:08:49.431000 | 2019-02-25T10:33:01 | 2019-02-25T10:33:01 | 173,257,204 | 1 | 0 | null | true | 2019-03-01T07:40:10 | 2019-03-01T07:40:10 | 2019-03-01T00:55:53 | 2019-02-28T14:23:25 | 11,981 | 0 | 0 | 0 | null | false | null | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | UTF-8 | Java | 3,776 | java | SecurityProviderManager.java | Java | [
{
"context": "y\n * authentication implementations.\n *\n * @author David BRASSELY (david.brassely at graviteesource.com)\n * @author",
"end": 1279,
"score": 0.9997105598449707,
"start": 1265,
"tag": "NAME",
"value": "David BRASSELY"
},
{
"context": "on implementations.\n *\n * @auth... | null | [] | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 3,768 | 0.717161 | 0.714513 | 103 | 35.660194 | 31.590693 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339806 | false | false | 6 |
646ed3cbadb48729994b3ce4c08d0ebfa90e9381 | 31,413,390,805,126 | 4a53efbf1f80d8e40ad4fccb83954449edce3f8c | /codingquestion/CoinThief.java | bbdda6489a36eb5fe7e225d0bd34893b0a855608 | [] | no_license | kanujgit/MiscTuts | https://github.com/kanujgit/MiscTuts | 2c529cdaafa2e5f4232ce90f48d7c73c04145eb4 | 3392ec6f21554c34d21b2190d8fee7aef2282fcc | refs/heads/main | 2023-05-07T10:11:23.257000 | 2021-05-26T13:24:14 | 2021-05-26T13:24:14 | 369,713,876 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kdroid.kotlintuts.codingquestion;
import java.util.HashMap;
public class CoinThief {
public static void main(String[] args) {
int thief = 4;
int coin = 18;
HashMap<Integer, Integer> hashMap = new HashMap<Integer, Integer>();
int j = -1;
for (int i = 1; i <= th... | UTF-8 | Java | 2,302 | java | CoinThief.java | Java | [] | null | [] | package com.kdroid.kotlintuts.codingquestion;
import java.util.HashMap;
public class CoinThief {
public static void main(String[] args) {
int thief = 4;
int coin = 18;
HashMap<Integer, Integer> hashMap = new HashMap<Integer, Integer>();
int j = -1;
for (int i = 1; i <= th... | 2,302 | 0.341442 | 0.334057 | 82 | 27.073172 | 19.289692 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 6 |
257ccb1193bb5d771ab925b23fd233ec374fa2a1 | 5,901,285,084,508 | 73081a69902ffe53ec7503d9ab7f67beceff50a7 | /bos-service/src/main/java/com/afeng/bos/service/impl/RegionServiceImpl.java | 7dcc661f869b4829375caf48c28716ae3f28822a | [] | no_license | cicicc/bos | https://github.com/cicicc/bos | 563402b06413098a4013e2474218f9d23eba979e | d31457dd16c147a81612214c2fba09070feca518 | refs/heads/master | 2020-03-17T13:36:53.716000 | 2018-07-04T14:42:18 | 2018-07-04T14:42:18 | 133,638,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.afeng.bos.service.impl;
import com.afeng.bos.dao.IRegionDao;
import com.afeng.bos.domain.PageBean;
import com.afeng.bos.domain.Region;
import com.afeng.bos.service.IRegionService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.a... | UTF-8 | Java | 1,354 | java | RegionServiceImpl.java | Java | [] | null | [] | package com.afeng.bos.service.impl;
import com.afeng.bos.dao.IRegionDao;
import com.afeng.bos.domain.PageBean;
import com.afeng.bos.domain.Region;
import com.afeng.bos.service.IRegionService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.a... | 1,354 | 0.685127 | 0.685127 | 55 | 21.981817 | 18.034805 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 6 |
4d03393df30ab94c43cd4d781fc5833d099a595f | 16,097,537,440,496 | 202c017c96be4b999c6f1bac95b6fb57e65bd1f1 | /src/com/redinfo/red4s/app/HistoryInfo.java | 72ba58af5e876ebc1c5527fa8298286c55bb7f85 | [] | no_license | FranklinNEO/GuoTai | https://github.com/FranklinNEO/GuoTai | a225e55c48923546f0af1bfab0f970be47f57042 | b5dc70e7b713c1f53ccc9461d3cca9d71f8f2139 | refs/heads/master | 2021-01-20T11:01:42.008000 | 2014-02-25T06:55:51 | 2014-02-25T06:55:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redinfo.red4s.app;
import java.io.File;
import java.util.ArrayList;
import com.redinfo.guotai.R;
import com.redinfo.red4s.data.CodeDBHelper;
import com.redinfo.red4s.datamodle.DataRow;
import com.redinfo.red4s.datamodle.DataTable;
import com.google.gson.Gson;
import android.app.Dialog;
import android.app... | UTF-8 | Java | 5,202 | java | HistoryInfo.java | Java | [] | null | [] | package com.redinfo.red4s.app;
import java.io.File;
import java.util.ArrayList;
import com.redinfo.guotai.R;
import com.redinfo.red4s.data.CodeDBHelper;
import com.redinfo.red4s.datamodle.DataRow;
import com.redinfo.red4s.datamodle.DataTable;
import com.google.gson.Gson;
import android.app.Dialog;
import android.app... | 5,202 | 0.694163 | 0.685798 | 176 | 28.210228 | 19.74773 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.551136 | false | false | 6 |
46aeb85585f890978544b5cac045a90161f6f4cb | 14,929,306,342,156 | 368c663f8d031f576e3add37dde8e9052dc628d8 | /go-dev/branches/amigo_1_8/RefGenome/branches/gwt1.5/src/org/bbop/client/test/Widgets/Results/TrivialNodeDTOs.java | ae23b5947d04bacb13abeecf092ca2eac42d27a6 | [] | no_license | mahmoudimus/obo-edit | https://github.com/mahmoudimus/obo-edit | 494a588830758ddbd7cf43d2e70550ddd542cb1b | 61c146958fd7d0ba7f78cda77f56d45849897b3e | refs/heads/master | 2022-01-31T22:59:21.316000 | 2014-03-20T17:05:47 | 2014-03-20T17:05:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bbop.client.test.Widgets.Results;
import org.bbop.client.model.NodeDTO;
import com.google.gwt.user.client.Window;
//
public class TrivialNodeDTOs extends Trivial{
// Add a string to the table;
public void add (Object result){
NodeDTO[] res = (NodeDTO[]) result;
if( res.length > 0 ){
cl... | UTF-8 | Java | 572 | java | TrivialNodeDTOs.java | Java | [] | null | [] | package org.bbop.client.test.Widgets.Results;
import org.bbop.client.model.NodeDTO;
import com.google.gwt.user.client.Window;
//
public class TrivialNodeDTOs extends Trivial{
// Add a string to the table;
public void add (Object result){
NodeDTO[] res = (NodeDTO[]) result;
if( res.length > 0 ){
cl... | 572 | 0.627622 | 0.618881 | 27 | 20.185184 | 17.382488 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.407408 | false | false | 6 |
cea2fd4d8d82e88edd69decafda0bfbaae789d8f | 31,086,973,296,803 | a56d167595198f41221e78fe35eb992a2e6f2832 | /JavaSolutions/src/interview/RemoveConsecutiveChars.java | c437db73d27f5f3f0285ed85c1042ba464f26339 | [] | no_license | myisabella/LeetcodeRound2 | https://github.com/myisabella/LeetcodeRound2 | cc1c19be3956c0992fcd1c182752bb46006c880e | aff905d290a9ca4efc58a68e6b88c854725b8466 | refs/heads/master | 2021-01-21T04:43:47.261000 | 2016-06-13T06:51:45 | 2016-06-13T06:51:45 | 46,836,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interview;
/**
* Remove the consecutive chars in string, e.g. "abbc" -> "ac", "aa" -> "",
* "acccbdd" -> "ab", "" -> "", "abbabb" -> ""
*/
public class RemoveConsecutiveChars {
public static String removeConsecutiveChars(String str) {
if (str == null || str.length() == 0) {
return "";
}
... | UTF-8 | Java | 829 | java | RemoveConsecutiveChars.java | Java | [] | null | [] | package interview;
/**
* Remove the consecutive chars in string, e.g. "abbc" -> "ac", "aa" -> "",
* "acccbdd" -> "ab", "" -> "", "abbabb" -> ""
*/
public class RemoveConsecutiveChars {
public static String removeConsecutiveChars(String str) {
if (str == null || str.length() == 0) {
return "";
}
... | 829 | 0.534379 | 0.528347 | 34 | 23.382353 | 21.841696 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 6 |
ee31101ebcb6dad24997c61f70661f7ceb137981 | 3,633,542,356,072 | 14cd6eefbf0bdae198f7fe8a744d961478af5554 | /src/test/java/com/mars/test/java/TestExceptionHandle.java | 439681a7000960457e71d8ec3f4e67813af28f5e | [
"Apache-2.0"
] | permissive | marsyang1/test-java | https://github.com/marsyang1/test-java | 4e12045159ea9db2fb9b3fd6a1f0757fdd3316a7 | f45a5bce8833cfa25c169117128020e5a5f85919 | refs/heads/master | 2020-06-11T06:14:45.835000 | 2018-05-31T17:14:22 | 2018-05-31T17:14:22 | 75,749,749 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mars.test.java;
import com.google.common.base.Preconditions;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.Test;
import java.io.IOException;
/**
* Created by USER on 2017/2/15.
*/
@Slf4j
public class TestExceptionHandle {
@Test()
public void test1(){
try ... | UTF-8 | Java | 833 | java | TestExceptionHandle.java | Java | [] | null | [] | package com.mars.test.java;
import com.google.common.base.Preconditions;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.Test;
import java.io.IOException;
/**
* Created by USER on 2017/2/15.
*/
@Slf4j
public class TestExceptionHandle {
@Test()
public void test1(){
try ... | 833 | 0.539394 | 0.516364 | 40 | 19.625 | 15.327569 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
1ea232c295eb8a11d2e601c3f8a171e4da89fa0d | 3,633,542,352,243 | c41a04532c783912e249f43014e5fbef78ff8db3 | /jk-xcx/src/main/java/com/jk/xcx/service/IXcxRoleResService.java | fffbe233cf228eac02a7115241767af07aae2a4b | [] | no_license | xeon-ye/jk-kq | https://github.com/xeon-ye/jk-kq | 1916fafa9ef5a71bd7ab80f60c54e0883c745669 | 10bc74295d556e6587994e6978717b1f2ecd9833 | refs/heads/master | 2023-04-20T00:02:08.540000 | 2020-07-13T01:35:38 | 2020-07-13T01:35:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jk.xcx.service;
import com.jk.common.base.IBaseService;
import com.jk.common.bean.ReturnBean;
import com.jk.xcx.entity.XcxRoleRes;
import java.util.List;
/**
* 小程序页面角色关系表服务接口层
*
* @author 温龙飞
* @version 1.0
* @date 2020年07月09日
*/
public interface IXcxRoleResService extends IBaseService<XcxRoleRes> ... | UTF-8 | Java | 473 | java | IXcxRoleResService.java | Java | [
{
"context": "a.util.List;\n\n/**\n * 小程序页面角色关系表服务接口层\n *\n * @author 温龙飞\n * @version 1.0\n * @date 2020年07月09日\n */\npublic i",
"end": 209,
"score": 0.9980652928352356,
"start": 206,
"tag": "NAME",
"value": "温龙飞"
}
] | null | [] | package com.jk.xcx.service;
import com.jk.common.base.IBaseService;
import com.jk.common.bean.ReturnBean;
import com.jk.xcx.entity.XcxRoleRes;
import java.util.List;
/**
* 小程序页面角色关系表服务接口层
*
* @author 温龙飞
* @version 1.0
* @date 2020年07月09日
*/
public interface IXcxRoleResService extends IBaseService<XcxRoleRes> ... | 473 | 0.758701 | 0.735499 | 22 | 18.59091 | 20.379711 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 6 |
2da3ca4af2e31d6cf0bd622339c84b30a879de73 | 12,945,031,454,406 | a2bd4162b22142a0364df882d0db7f9e6460eb74 | /Canvas.java | 59c5556b4b3ba00e60ff3f10d7f2031f369d799e | [] | no_license | alanmaizon/111mil-2020-PrimerosObjetos | https://github.com/alanmaizon/111mil-2020-PrimerosObjetos | ab54d883b06304a40e34a21616644df6e5c7b725 | ca9966220693d3ee074c9501d144e2c185a0f7be | refs/heads/master | 2022-12-10T23:22:03.069000 | 2020-08-14T12:41:34 | 2020-08-14T12:41:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.JFrame;
import static javax.swing.JFrame.EXIT_ON_CLOSE;
/**
* Class Canvas - una clase que permite dibujar sobre un canvas
*
* @author Michael Kolling (mik)
* @author Bruce Quig
*
* @version 2008.03.30
*/
public class Canvas
... | UTF-8 | Java | 11,332 | java | Canvas.java | Java | [
{
"context": "que permite dibujar sobre un canvas\n * \n * @author Michael Kolling (mik)\n * @author Bruce Quig\n *\n * @version 2008.0",
"end": 239,
"score": 0.9998799562454224,
"start": 224,
"tag": "NAME",
"value": "Michael Kolling"
},
{
"context": "r sobre un canvas\n * \n * @auth... | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.JFrame;
import static javax.swing.JFrame.EXIT_ON_CLOSE;
/**
* Class Canvas - una clase que permite dibujar sobre un canvas
*
* @author <NAME> (mik)
* @author <NAME>
*
* @version 2008.03.30
*/
public class Canvas
{
private... | 11,319 | 0.619107 | 0.614321 | 370 | 29.494595 | 25.760145 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 6 |
6d7a45d4be32a689ab6d6a2f2487596f40bb31a3 | 24,902,220,407,739 | b0d5694ef55fdf01c54cf0f14f61122c5b0e2078 | /src/main/java/com/learning/rabbitmq/demo/productor/FanoutSend.java | 2ca7d1791377baaf6345748465bd8c1f0edd964d | [] | no_license | wenyifanxiaoqingxin/rabbitMq | https://github.com/wenyifanxiaoqingxin/rabbitMq | ee69b72f010feeb29dbe7cb98ebd8bcd0f6c5384 | da4cc65c6fa892ceaf33e7105baea09de5a1a162 | refs/heads/master | 2020-04-10T15:49:30.287000 | 2018-12-17T07:15:16 | 2018-12-17T07:15:16 | 161,124,428 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learning.rabbitmq.demo.productor;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* Created by fx on 2018/3/30.
*/
@Component
public class FanoutSend {
@Autowired
priva... | UTF-8 | Java | 502 | java | FanoutSend.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created by fx on 2018/3/30.\n */\n@Component\npublic class FanoutS",
"end": 240,
"score": 0.9495800137519836,
"start": 238,
"tag": "USERNAME",
"value": "fx"
}
] | null | [] | package com.learning.rabbitmq.demo.productor;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* Created by fx on 2018/3/30.
*/
@Component
public class FanoutSend {
@Autowired
priva... | 502 | 0.74502 | 0.731076 | 20 | 24.1 | 23.430536 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
4b0f74baffecbae4d8f4e21fbdb8df777f7f55df | 13,529,147,012,122 | 93558d384af1f319d13ae955423f1e818f756743 | /smux/src/uniregensburg/medieninformatik/examples/teammanager/ui/TeamManagerList.java | ba627ae1128d8dd00cd6cd801d1f8b3ab12e3425 | [] | no_license | mheckner/mtmd-social-music-interaction | https://github.com/mheckner/mtmd-social-music-interaction | 92a2aada385deb34f6305049684a85d2e5048979 | 565995b11895b5194da012a95b8fcc7aaa3f9ad1 | refs/heads/master | 2021-01-01T18:37:45.857000 | 2012-09-03T08:31:35 | 2012-09-03T08:31:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uniregensburg.medieninformatik.examples.teammanager.ui;
import org.mt4j.components.visibleComponents.widgets.MTList;
import org.mt4j.util.MTColor;
import processing.core.PApplet;
public class TeamManagerList extends MTList{
public TeamManagerList(float x, float y, float width, float height,
float cellPa... | UTF-8 | Java | 544 | java | TeamManagerList.java | Java | [] | null | [] | package uniregensburg.medieninformatik.examples.teammanager.ui;
import org.mt4j.components.visibleComponents.widgets.MTList;
import org.mt4j.util.MTColor;
import processing.core.PApplet;
public class TeamManagerList extends MTList{
public TeamManagerList(float x, float y, float width, float height,
float cellPa... | 544 | 0.744485 | 0.71875 | 22 | 23.727272 | 23.091087 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 6 |
ece7138696404f897c4f506f1abd399d54009c78 | 3,229,815,443,860 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_ea81bf76a73d2a47520b70bf91b7f5b5b291ad96/MainModuleLayoutManagerView/10_ea81bf76a73d2a47520b70bf91b7f5b5b291ad96_MainModuleLayoutManagerView_s.java | c4c6fadfaba49c32070b99e0beefe4fc15b9085c | [] | 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 org.appverse.example.gwtfrontend.main.main.views.impl.live;
import org.appverse.web.framework.frontend.gwt.rmvp.ReverseComposite;
import org.appverse.web.framework.frontend.gwt.views.LayoutManagerView;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.goog... | UTF-8 | Java | 1,088 | java | 10_ea81bf76a73d2a47520b70bf91b7f5b5b291ad96_MainModuleLayoutManagerView_s.java | Java | [] | null | [] | package org.appverse.example.gwtfrontend.main.main.views.impl.live;
import org.appverse.web.framework.frontend.gwt.rmvp.ReverseComposite;
import org.appverse.web.framework.frontend.gwt.views.LayoutManagerView;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.goog... | 1,088 | 0.784007 | 0.784007 | 36 | 29.222221 | 27.23877 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 6 |
c1369bf8b07241c73338bd18b3295cf73890eaeb | 3,229,815,443,048 | 077765218033f0d23a745fe6c119b14512a525ca | /app/src/main/java/com/example/myapplication/fragments/MainFragment.java | 2d271b5a7d4b0f771d5791c18feffb9d46a38f22 | [] | no_license | rachelbo/Yuda-new | https://github.com/rachelbo/Yuda-new | d1eaa51123fee34c4e672b9a2d69eb38ac56508b | 71de95c695c2acdac834934aa5ebb7cb393a2963 | refs/heads/master | 2020-03-18T13:15:30.938000 | 2018-09-12T07:30:20 | 2018-09-12T07:30:20 | 134,772,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication.fragments;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android... | UTF-8 | Java | 12,421 | java | MainFragment.java | Java | [] | null | [] | package com.example.myapplication.fragments;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android... | 12,421 | 0.592867 | 0.591257 | 311 | 38.938908 | 29.327173 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726688 | false | false | 6 |
1d613b15e5c2b601be5b4dc13816970ee607eee4 | 19,481,971,688,307 | 2d8914a64a1fbec2cb89fe92b6f42ccb22398dc1 | /KokumoNoMonogatari-JavaFX version/src/model/ninja/weapon/Katana.java | 5b6d0fc91269ac906d9ca18f10d513b27d835add | [
"MIT"
] | permissive | manumouso/Programming3-Java-UTN | https://github.com/manumouso/Programming3-Java-UTN | dc94095cfadff6c81320937d4009e64998963b92 | ba6b774b3d119dc64e9086f37174ad83dd21fb1f | refs/heads/main | 2023-06-17T08:46:26.613000 | 2021-07-01T12:24:58 | 2021-07-01T12:24:58 | 365,390,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.ninja.weapon;
import javafx.scene.paint.Paint;
import model.Player;
public class Katana extends Weapon {
@Override
public void ninjaAttack(Player player) {
}
@Override
public String name() {
return null;
}
@Override
public Paint color() {
return null;
... | UTF-8 | Java | 327 | java | Katana.java | Java | [] | null | [] | package model.ninja.weapon;
import javafx.scene.paint.Paint;
import model.Player;
public class Katana extends Weapon {
@Override
public void ninjaAttack(Player player) {
}
@Override
public String name() {
return null;
}
@Override
public Paint color() {
return null;
... | 327 | 0.629969 | 0.629969 | 21 | 14.571428 | 13.203793 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 6 |
1b0e7db706baf665f708899f83755fdf268a9d21 | 27,642,409,550,618 | 8b7fb3a06c048e0e08b2263733dfbce4819f5de9 | /app/src/main/java/com/yiwo/fuzhoudian/imagepreview/ImagePreviewAdapter.java | 7cadbec70f9783629db6ffa5270305c2c75a042a | [] | no_license | ljcliang/FuZhouDianNew | https://github.com/ljcliang/FuZhouDianNew | b6d51f631c74b3f3acc412a5d9dd772b669f23f8 | 3cb677413930599a8c80aa862f6a8df734675096 | refs/heads/master | 2023-08-28T17:45:03.325000 | 2021-11-08T06:16:27 | 2021-11-08T06:16:27 | 266,660,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yiwo.fuzhoudian.imagepreview;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.AsyncTask;
import android.os... | UTF-8 | Java | 8,339 | java | ImagePreviewAdapter.java | Java | [
{
"context": "ch.glide.request.target.Target;\nimport com.github.chrisbanes.photoview.PhotoView;\nimport com.yiwo.fuzhoudian.R",
"end": 924,
"score": 0.9975849986076355,
"start": 914,
"tag": "USERNAME",
"value": "chrisbanes"
}
] | null | [] | package com.yiwo.fuzhoudian.imagepreview;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.AsyncTask;
import android.os... | 8,339 | 0.601313 | 0.596329 | 212 | 37.806602 | 30.484692 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679245 | false | false | 6 |
0dba02bd931c6e308f3de18ff2a02f9f23b147a6 | 27,127,013,470,010 | 9efc2089932beab3a63a9bc4c5826f15bd1a5374 | /src/main/java/com/wuest/repurpose/Items/ItemBagOfHolding.java | 30fa5747a747ebab1c3b198a008f55b896ca9205 | [
"MIT"
] | permissive | Brian-Wuest/MC-Repurpose | https://github.com/Brian-Wuest/MC-Repurpose | e5ea4a863e9c2b8594a69ab89b6d895781e92bdc | 2e4d26b2b622909e7236f26b9f5d6b6b4542fea3 | refs/heads/master | 2023-06-14T15:43:00.315000 | 2021-07-10T14:49:15 | 2021-07-10T14:49:15 | 50,477,654 | 2 | 2 | null | false | 2018-05-01T21:42:27 | 2016-01-27T03:05:34 | 2018-05-01T12:55:25 | 2018-05-01T21:42:27 | 1,028 | 2 | 1 | 2 | Java | false | null | package com.wuest.repurpose.Items;
import com.wuest.repurpose.Capabilities.ItemBagOfHoldingProvider;
import com.wuest.repurpose.Items.Containers.BagOfHoldingContainer;
import com.wuest.repurpose.ModRegistry;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.util.ITooltipFlag;
import net.minecr... | UTF-8 | Java | 10,134 | java | ItemBagOfHolding.java | Java | [
{
"context": "n.Nullable;\nimport java.util.List;\n\n/**\n * @author WuestMan\n */\npublic class ItemBagOfHolding extends Item {\n",
"end": 1378,
"score": 0.981280505657196,
"start": 1370,
"tag": "USERNAME",
"value": "WuestMan"
},
{
"context": "e;\nimport java.util.List;\n\n/**\n * @... | null | [] | package com.wuest.repurpose.Items;
import com.wuest.repurpose.Capabilities.ItemBagOfHoldingProvider;
import com.wuest.repurpose.Items.Containers.BagOfHoldingContainer;
import com.wuest.repurpose.ModRegistry;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.util.ITooltipFlag;
import net.minecr... | 10,134 | 0.652654 | 0.649694 | 247 | 40.032387 | 35.377762 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587045 | false | false | 6 |
dc456c804a085fb99096631254e42920f63b4bea | 24,309,514,937,264 | 68e4ce4b9e0567175da47c9355860b8b78a5cba5 | /app/src/main/java/com/ntu/quanganh/appchat/MainActivity.java | 33c35437ec17551a45fca1a764246a3a2c290524 | [] | no_license | quanganh9527/AppChat | https://github.com/quanganh9527/AppChat | 584522f4a2dccebf93bf56fd6d519e2d72a25d95 | 050449c540cafd304542fa6cd658b93123b9c373 | refs/heads/master | 2021-01-18T03:20:30.540000 | 2017-03-22T13:13:18 | 2017-03-22T13:13:18 | 85,829,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ntu.quanganh.appchat;
import android.app.SearchManager;
import android.content.Intent;
import android.support.v4.view.MenuItemCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.SearchView;
import android.support.v7.widget.Toolbar;
import andr... | UTF-8 | Java | 757 | java | MainActivity.java | Java | [] | null | [] | package com.ntu.quanganh.appchat;
import android.app.SearchManager;
import android.content.Intent;
import android.support.v4.view.MenuItemCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.SearchView;
import android.support.v7.widget.Toolbar;
import andr... | 757 | 0.758256 | 0.751651 | 24 | 30.541666 | 20.447044 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
dc8ec7bb109f505b0d6b434ee2154e7eae0328ba | 27,960,237,148,060 | 0f75c551a193c546b3db7f57e70e36bf2c192552 | /bigdata-upms/bigdata-upms-api/src/main/java/com/bosssoft/bigdata/admin/api/entity/SysCommonParameter.java | 6fe4a9397bfc403d0562e590d76104224cdb603f | [] | no_license | coomia/big-parent | https://github.com/coomia/big-parent | f4ca69a0afdcabdefbf243add9bb26755647010e | ab33f26a47dd363eb99a2053bd7af951346f8ae5 | refs/heads/master | 2020-05-27T23:18:28.295000 | 2019-04-25T00:54:52 | 2019-04-25T00:54:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bosssoft.bigdata.admin.api.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableLogic;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCo... | UTF-8 | Java | 1,402 | java | SysCommonParameter.java | Java | [
{
"context": "\n\nimport java.time.LocalDateTime;\n\n/**\n * @Author: Lucky\n * @Description: 公共参数配置表\n * @Date: 2019-03-29 16:",
"end": 379,
"score": 0.9996512532234192,
"start": 374,
"tag": "USERNAME",
"value": "Lucky"
}
] | null | [] | package com.bosssoft.bigdata.admin.api.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableLogic;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCo... | 1,402 | 0.658517 | 0.643533 | 67 | 17.925373 | 16.572151 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.298507 | false | false | 6 |
1afc982569287adc6256085766f165a65b5193d3 | 31,799,937,898,057 | 18d975ae85d67549aaff89dc5e9f34e27c6f34b4 | /src/main/java/com/era/views/tables/tablemodels/ImpuestosXCompraTableModel.java | 9bf5cc84d534b9c4f16c8749d2d899bd5626b008 | [] | no_license | davidtadeovargas/era_views | https://github.com/davidtadeovargas/era_views | 303b6f14621c439e46816b8269a3afc64101c384 | e53dca6f0e62ebc217c35709ddb707ca52945202 | refs/heads/master | 2023-01-12T01:31:23.201000 | 2020-11-18T07:02:34 | 2020-11-18T07:02:34 | 245,113,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.era.views.tables.tablemodels;
import com.era.views.tables.headers.ColumnTable;
import java.util.List;
import com.era.models.ImpuestosXCompra;
import com.era.views.tables.headers.TableHeaderFactory;
import com.era.views.abstracttablesmodel.BaseAbstractTableModel;
import javax.swing.JTable;
public class Imp... | UTF-8 | Java | 2,920 | java | ImpuestosXCompraTableModel.java | Java | [] | null | [] | package com.era.views.tables.tablemodels;
import com.era.views.tables.headers.ColumnTable;
import java.util.List;
import com.era.models.ImpuestosXCompra;
import com.era.views.tables.headers.TableHeaderFactory;
import com.era.views.abstracttablesmodel.BaseAbstractTableModel;
import javax.swing.JTable;
public class Imp... | 2,920 | 0.689384 | 0.685616 | 53 | 54.113209 | 47.389858 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54717 | false | false | 6 |
b4fa42f4694ddb7b8fc5ce661e9b90f33ed31f6f | 21,474,836,535,382 | 6a193f35f8808bf699b3244123a2fdd9706345d2 | /TestWebservice/src/com/test/servlet/TestServlet.java | 3ce9e001cdae669fb168a97da5d9c15ea57dad53 | [] | no_license | tomasYoung/thomasYoung | https://github.com/tomasYoung/thomasYoung | b396f8cae2fdafec20bff25d817987e53dcb1e10 | a0d09d69daf0ecfba8bbf25cf665d1ff6190cd5d | refs/heads/master | 2020-04-20T15:52:36.721000 | 2014-09-25T08:11:12 | 2014-09-25T08:11:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.servlet;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpS... | UTF-8 | Java | 3,414 | java | TestServlet.java | Java | [] | null | [] | package com.test.servlet;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpS... | 3,414 | 0.694786 | 0.691271 | 113 | 29.212389 | 23.140377 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.610619 | false | false | 6 |
597194741fa0eaf1b65f08bf7aaea69fd29d8a4f | 20,186,346,340,167 | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/airbnb/android/lib/activities/EditProfileActivity_ObservableResubscriber.java | 3e2e305b5f8b1aed9c3bbdb6110c2609fd0b587f | [] | no_license | jasonnth/AirCode | https://github.com/jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902000 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.airbnb.android.lib.activities;
import com.airbnb.rxgroups.AutoTaggableObserver;
import com.airbnb.rxgroups.BaseObservableResubscriber;
import com.airbnb.rxgroups.ObservableGroup;
public class EditProfileActivity_ObservableResubscriber extends BaseObservableResubscriber {
public EditProfileActivity_Obs... | UTF-8 | Java | 599 | java | EditProfileActivity_ObservableResubscriber.java | Java | [] | null | [] | package com.airbnb.android.lib.activities;
import com.airbnb.rxgroups.AutoTaggableObserver;
import com.airbnb.rxgroups.BaseObservableResubscriber;
import com.airbnb.rxgroups.ObservableGroup;
public class EditProfileActivity_ObservableResubscriber extends BaseObservableResubscriber {
public EditProfileActivity_Obs... | 599 | 0.844741 | 0.844741 | 12 | 48.916668 | 41.80801 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
d264faa0c8215e5d0b56a4bb68cf97311e17f6d5 | 18,330,920,461,070 | fd6df94d0ae51d6bc8ba4aa5aac81882c4fb2a7a | /RankitLite/src/chechPakage/ListViewAdapter.java | e7ab4fa817a61e74c72b9362f518356195b38b85 | [] | no_license | Maryanflore/Rankit_Lite | https://github.com/Maryanflore/Rankit_Lite | 2f923c8fdd79f936aa64048506e1c1dd8244321f | f59f6315e9e6bdebb7cb731d6844576aac63952f | refs/heads/master | 2021-01-19T08:00:20.071000 | 2017-04-09T13:53:58 | 2017-04-09T13:53:58 | 87,593,907 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chechPakage;
import com.therankit.rankitlite.R;
import java.util.ArrayList;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.View.OnClick... | UTF-8 | Java | 4,352 | java | ListViewAdapter.java | Java | [] | null | [] | package chechPakage;
import com.therankit.rankitlite.R;
import java.util.ArrayList;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.View.OnClick... | 4,352 | 0.696232 | 0.692555 | 151 | 27.821192 | 24.909395 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.94702 | false | false | 6 |
7abc961a64a158394c0dbf6b0ca3242d80b294a3 | 28,656,021,853,062 | f49e12260f1d457fb38c104ab5569dee2c3b4861 | /src/main/java/com/wutong/weixin/service/impl/TrainServiceImpl.java | 7eb6afd43ea31e1d968618dfc731b41934f4d4d7 | [
"MIT"
] | permissive | EachOther-WXapp/each-other | https://github.com/EachOther-WXapp/each-other | 9d62c0ee87afe3d6e25be2511474815c4751eeba | aef22a4ed5d0d8485f0576ab69a02e9f93a9fdb4 | refs/heads/master | 2020-03-14T03:16:46.962000 | 2018-05-06T14:09:25 | 2018-05-06T14:09:25 | 131,416,431 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wutong.weixin.service.impl;
import com.wutong.weixin.dao.FileDao;
import com.wutong.weixin.dao.TrainDao;
import com.wutong.weixin.dao.UserTrainDao;
import com.wutong.weixin.dto.TodayTrainInfoDto;
import com.wutong.weixin.dto.TrainDetailDto;
import com.wutong.weixin.entity.File;
import com.wutong.weixin.ent... | UTF-8 | Java | 8,639 | java | TrainServiceImpl.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author wutong\n * @date 2018/4/27\n */\n@Service\npublic class Trai",
"end": 1192,
"score": 0.9996040463447571,
"start": 1186,
"tag": "USERNAME",
"value": "wutong"
}
] | null | [] | package com.wutong.weixin.service.impl;
import com.wutong.weixin.dao.FileDao;
import com.wutong.weixin.dao.TrainDao;
import com.wutong.weixin.dao.UserTrainDao;
import com.wutong.weixin.dto.TodayTrainInfoDto;
import com.wutong.weixin.dto.TrainDetailDto;
import com.wutong.weixin.entity.File;
import com.wutong.weixin.ent... | 8,639 | 0.655697 | 0.652964 | 229 | 35.755459 | 27.679569 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659389 | false | false | 6 |
0a147a492092b6cc3540b0018362eb3c01243953 | 21,191,368,676,504 | ad57c297c37a45512f6af578162f00fbade40008 | /ExceptionHandlingExamples/src/ArrayIndexOutOfBound2.java | 9f2ad13ede3f000398d595adc3daae60a7e14b66 | [] | no_license | deepti99/ExceptionHandling | https://github.com/deepti99/ExceptionHandling | fcff172c166e487149b23620272c4b31a664b745 | a7b838593a5917793b6e117cec19e42261d2e6de | refs/heads/master | 2023-04-02T06:03:12.437000 | 2021-04-13T06:35:39 | 2021-04-13T06:35:39 | 357,448,363 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // One more example with index out of bound
import java.util.ArrayList;
public class ArrayIndexOutOfBound2
{
public static void main(String[] args)
{
ArrayList<String> lis = new ArrayList<>();
lis.add("My");
lis.add("Name");
lis.add("is");
System.out.println(lis.get(0));
System.out.println(... | UTF-8 | Java | 411 | java | ArrayIndexOutOfBound2.java | Java | [
{
"context": "List<String> lis = new ArrayList<>();\r\n\t\tlis.add(\"My\");\r\n\t\tlis.add(\"Name\");\r\n\t\tlis.add(\"is\");\r\n\t\t\r\n\t\tS",
"end": 217,
"score": 0.9964098334312439,
"start": 215,
"tag": "NAME",
"value": "My"
},
{
"context": " new ArrayList<>();\r\n\t\tlis.add(\"M... | null | [] | // One more example with index out of bound
import java.util.ArrayList;
public class ArrayIndexOutOfBound2
{
public static void main(String[] args)
{
ArrayList<String> lis = new ArrayList<>();
lis.add("My");
lis.add("Name");
lis.add("is");
System.out.println(lis.get(0));
System.out.println(... | 411 | 0.647202 | 0.635036 | 17 | 22.17647 | 15.40907 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.764706 | false | false | 6 |
0dacbae9be9c78febbfd49a4b3d91399eda932a9 | 18,777,597,065,554 | bcd8ab65d72fcff8abb0b13d490cdd8cff1473ca | /Training/SpringDi/src/main/java/MainClass.java | c39c1dd2b0ccb19bf363b70213304e18d0868324 | [] | no_license | skkif1/tasks_java | https://github.com/skkif1/tasks_java | a88a4c816fbf2f8622d01049fab011d327dc3f25 | 688d80aa1bd6eeebb154a09332db1165c69dacdd | refs/heads/master | 2021-01-17T04:31:44.145000 | 2017-02-24T21:48:51 | 2017-02-24T21:48:51 | 82,974,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import Config.HelloConfig;
import HelloImpl.HelloProviderImpl.DbProvider;
import HelloImpl.HelloProviderImpl.FileProvider;
import HelloImpl.HelloProviderImpl.LitteralProvider;
import HelloImpl.HelloTranslatorImpl.ConsoleTranslator;
import org.springframework.context.ApplicationContext;
import org.springframework.contex... | UTF-8 | Java | 758 | java | MainClass.java | Java | [] | null | [] | import Config.HelloConfig;
import HelloImpl.HelloProviderImpl.DbProvider;
import HelloImpl.HelloProviderImpl.FileProvider;
import HelloImpl.HelloProviderImpl.LitteralProvider;
import HelloImpl.HelloTranslatorImpl.ConsoleTranslator;
import org.springframework.context.ApplicationContext;
import org.springframework.contex... | 758 | 0.804749 | 0.804749 | 19 | 38.894737 | 27.881128 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 6 |
5a444d76ca646eda069a57923eea307e81e42587 | 22,170,621,236,753 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/plugin/wenote/model/nativenote/manager/e.java | 7352b3f038af7ba15ab5244c8a0873fbc7b2241f | [] | no_license | linsir6/WeChat_java | https://github.com/linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161000 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.wenote.model.nativenote.manager;
import android.widget.EditText;
import java.io.Serializable;
public class e implements Serializable {
public int Tw;
public int tK;
public e(int i, int i2) {
this.Tw = i;
this.tK = i2;
if (this.Tw > this.tK) {
... | UTF-8 | Java | 834 | java | e.java | Java | [] | null | [] | package com.tencent.mm.plugin.wenote.model.nativenote.manager;
import android.widget.EditText;
import java.io.Serializable;
public class e implements Serializable {
public int Tw;
public int tK;
public e(int i, int i2) {
this.Tw = i;
this.tK = i2;
if (this.Tw > this.tK) {
... | 834 | 0.544365 | 0.535971 | 37 | 21.540541 | 18.24102 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 6 |
8e5795fa6a2b73aa57850bbec357aaa50c418b41 | 11,742,440,651,654 | 34baa418bda19bcc876c87d68062742798356aa7 | /01-core/11-testing/10-context-configuration-inheritance/src/test/java/com/logicbig/example/MyContextInitializer.java | a24598730623429c53991421e81dde5c8486633e | [] | no_license | ystarling/spring-framework-1 | https://github.com/ystarling/spring-framework-1 | 99fd11035ebad171932ab5775ad63620b5fffbd2 | 38c62ac701585ae3efcc62dff15bbf070d6db4a6 | refs/heads/master | 2020-05-18T08:31:03.035000 | 2018-03-13T15:02:27 | 2018-03-13T15:02:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.logicbig.example;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;
public class MyContextInitializer implements
ApplicationContextInitializer<ConfigurableApplicationContext> {
@Override
public void initial... | UTF-8 | Java | 428 | java | MyContextInitializer.java | Java | [] | null | [] | package com.logicbig.example;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;
public class MyContextInitializer implements
ApplicationContextInitializer<ConfigurableApplicationContext> {
@Override
public void initial... | 428 | 0.799065 | 0.799065 | 13 | 32 | 28.732185 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 6 |
51174b0e074fb718109e92ae9558ab1e0b629945 | 19,052,474,942,218 | cdcc22c85f4607f24bf14ef09234ef47b64e1f5f | /Proyectos/src/Proyecto2P/Cuadrado.java | d1da5840cb4e8b0049da3e1528410717b660136c | [] | no_license | SnCVilla/POOIJ22 | https://github.com/SnCVilla/POOIJ22 | 64aab23790e21975450e84bc3d5f32c34a3888cf | 9d495c1398c627a5c053157b40d90352e3002533 | refs/heads/master | 2023-06-03T12:12:46.392000 | 2021-06-22T12:13:19 | 2021-06-22T12:13:19 | 362,820,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Proyecto2P;
public class Cuadrado extends Cuadrilatero{
public Cuadrado(double x, double y, int vertices) {
super(x, y, vertices);
}
}
| UTF-8 | Java | 161 | java | Cuadrado.java | Java | [] | null | [] | package Proyecto2P;
public class Cuadrado extends Cuadrilatero{
public Cuadrado(double x, double y, int vertices) {
super(x, y, vertices);
}
}
| 161 | 0.677019 | 0.670807 | 8 | 19.125 | 20.108688 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 6 |
5b397442d73b91294a52a68ffc58d8496ed2bc48 | 14,293,651,219,250 | a719de908d1199f4d93d7d0798d38b32bfba7d7d | /CompositeDistrict.java | 00b95267b4ba2503d88f2f0bd6a039b9aaf4cd5a | [] | no_license | ytulsiani/voting-district | https://github.com/ytulsiani/voting-district | 0b76f4b15a09442262c9f3e9f56c4ecb09084246 | 7ff51ab26a4256dfd6ce50af62cb5c862f7fb4f9 | refs/heads/master | 2021-01-10T00:56:48.975000 | 2015-12-14T19:42:37 | 2015-12-14T19:42:37 | 47,996,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
/**
* This is a district that represents smaller districts put together
* @author Yash Tulsiani
* @version 1.0
*/
public class CompositeDistrict extends District {
private ArrayList<District> districtList = new ArrayList<>();
private ArrayList<Canidate> canidateList = new ArrayLi... | UTF-8 | Java | 1,585 | java | CompositeDistrict.java | Java | [
{
"context": "presents smaller districts put together\n * @author Yash Tulsiani\n * @version 1.0\n */\npublic class CompositeDistric",
"end": 125,
"score": 0.9998595118522644,
"start": 112,
"tag": "NAME",
"value": "Yash Tulsiani"
}
] | null | [] | import java.util.ArrayList;
/**
* This is a district that represents smaller districts put together
* @author <NAME>
* @version 1.0
*/
public class CompositeDistrict extends District {
private ArrayList<District> districtList = new ArrayList<>();
private ArrayList<Canidate> canidateList = new ArrayList<>();... | 1,578 | 0.57918 | 0.576025 | 50 | 30.719999 | 22.149529 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34 | false | false | 6 |
2e544b96692b5f73aadd7ebe01e1c4badaa6d564 | 21,285,857,952,586 | 655786075d8ff4d90dafc481be0c5b4f36a5b273 | /src/com/adamkwiecinski/EncryptionMethod.java | 155852d4118c1ff9da803c69434fe92258a0dca8 | [] | no_license | adam-kw/Encryption_Decryption | https://github.com/adam-kw/Encryption_Decryption | b5c22b3f30d85a8627290f1f6b239c9b3fce37aa | 3fc70bdb600edf60a0f862ba14894833ff2230f4 | refs/heads/master | 2022-12-20T11:17:12.872000 | 2020-10-11T19:56:42 | 2020-10-11T19:56:42 | 280,932,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adamkwiecinski;
interface EncryptionMethod {
String encrypt(int key, String input);
String encryptFromFile(String path, int key);
}
| UTF-8 | Java | 153 | java | EncryptionMethod.java | Java | [
{
"context": "package com.adamkwiecinski;\n\ninterface EncryptionMethod {\n String encrypt",
"end": 26,
"score": 0.8681236505508423,
"start": 12,
"tag": "USERNAME",
"value": "adamkwiecinski"
}
] | null | [] | package com.adamkwiecinski;
interface EncryptionMethod {
String encrypt(int key, String input);
String encryptFromFile(String path, int key);
}
| 153 | 0.75817 | 0.75817 | 6 | 24.5 | 18.607794 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 6 |
399273046886be90f85dc96d97710c9a0b94d23e | 27,221,502,788,350 | 5c6c58bebf3367967a02ed62745984dd79d6d449 | /src/gui/Display.java | c31e60bf076516b2730ac00a816121cc83f1105c | [] | no_license | Pakamaru/sleutelbarricade | https://github.com/Pakamaru/sleutelbarricade | 6246c7f84fd301cd880d27a8bad7da42acc64756 | c1810866e30368ed6e24fc6920992143e3ae91da | refs/heads/master | 2020-04-29T16:29:55.656000 | 2019-04-04T20:36:45 | 2019-04-04T20:36:45 | 176,262,883 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import models.Field;
import models.Game;
import javax.swing.*;
import javax.swing.border.Border;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
*Paints the display of the game. It creates the field using commands like Jframe and Jpanel
*/
public class ... | UTF-8 | Java | 4,768 | java | Display.java | Java | [
{
"context": "ension(width, height));\n myFrame.setTitle(\"Sleutel Barricade\");\n //myFrame.setSize(new Dimension(1600, ",
"end": 1007,
"score": 0.9975613951683044,
"start": 990,
"tag": "NAME",
"value": "Sleutel Barricade"
}
] | null | [] | package gui;
import models.Field;
import models.Game;
import javax.swing.*;
import javax.swing.border.Border;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
*Paints the display of the game. It creates the field using commands like Jframe and Jpanel
*/
public class ... | 4,757 | 0.611787 | 0.606753 | 152 | 30.368422 | 24.235056 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598684 | false | false | 6 |
59b7413eb7e96d7e039620b48234eed71cbbe0e2 | 28,132,035,830,662 | 856331a343fa117afd72946576e68a32fef580f0 | /inazuma-storage-cluster-service/src/test/java/de/donnerbart/inazuma/storage/cluster/storage/BaseUnitTest.java | 7893451a468b6ceea86504963a81e921cd639f49 | [] | no_license | Donnerbart/inazuma-storage | https://github.com/Donnerbart/inazuma-storage | 3a99a04f5bc89ff0e566edc6515be4402d90f637 | dc04a3b80bb6de2fb6658819cf93ee5fb682930f | refs/heads/master | 2016-09-10T20:15:32.879000 | 2014-11-05T21:23:39 | 2014-11-05T21:23:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.donnerbart.inazuma.storage.cluster.storage;
import com.couchbase.client.core.BackpressureException;
import de.donnerbart.inazuma.storage.base.stats.StatisticManager;
import de.donnerbart.inazuma.storage.cluster.storage.metadata.DocumentMetadata;
import de.donnerbart.inazuma.storage.cluster.storage.wrapper.D... | UTF-8 | Java | 4,476 | java | BaseUnitTest.java | Java | [
{
"context": "Y = \"{}\";\n\n\tfinal static String DOCUMENT_1_KEY = \"11111111-e786-485e-963c-9a613b0368fe\";\n\tfinal static String DOCUMENT_1_JSON = \"{conten",
"end": 1439,
"score": 0.9997778534889221,
"start": 1403,
"tag": "KEY",
"value": "11111111-e786-485e-963c-9a613b0368fe"
},
{
... | null | [] | package de.donnerbart.inazuma.storage.cluster.storage;
import com.couchbase.client.core.BackpressureException;
import de.donnerbart.inazuma.storage.base.stats.StatisticManager;
import de.donnerbart.inazuma.storage.cluster.storage.metadata.DocumentMetadata;
import de.donnerbart.inazuma.storage.cluster.storage.wrapper.D... | 4,476 | 0.801162 | 0.75849 | 100 | 43.77 | 36.039661 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 6 |
c2d64f167c1b6b05731718dcb97bac727a405a1c | 25,589,415,214,481 | 906b4cc32792ea39f70c20b193dcaa4d4d8b5b5b | /src/Maze.java | 01adbcdfa3773395d8075a15403b0a6c611ad7e2 | [] | no_license | Panosfunk/Agents | https://github.com/Panosfunk/Agents | 5a701746c84f4d00028535fa1a305132841b6a88 | c768e37b6ff9abe39a24cd2d74f6022c090be39d | refs/heads/master | 2020-12-01T15:00:01.995000 | 2020-01-06T12:32:28 | 2020-01-06T12:32:28 | 230,672,667 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.util.ArrayList;
import java.util.Random;
import java.util.Stack;
public class Maze {
public static final int WA... | UTF-8 | Java | 4,577 | java | Maze.java | Java | [] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.util.ArrayList;
import java.util.Random;
import java.util.Stack;
public class Maze {
public static final int WA... | 4,577 | 0.478042 | 0.470177 | 186 | 23.607527 | 19.672091 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61828 | false | false | 6 |
2846b8716b5cfeb9cdf0004279d9bbf2ed6893b6 | 33,466,385,238,374 | d3e8ebb4105835378f9da63c31444242eeb437c2 | /src/main/java/com/test/PhoneBook/repository/UserRepository.java | 387b642bef8ba3dd6a8b0f1e3085d98e70feb22d | [] | no_license | EvgeniyaOpanasenko/PhoneBookWeb | https://github.com/EvgeniyaOpanasenko/PhoneBookWeb | ab7110cf6e11dfeaf228556d5303eea98ae05729 | 5eebde4e295d47ed273e423341cf3b240136413d | refs/heads/master | 2020-06-28T10:38:06.468000 | 2017-07-24T14:12:36 | 2017-07-24T14:12:36 | 97,010,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.PhoneBook.repository;
import com.test.PhoneBook.model.UserDto;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepository extends CrudRepository<UserDto, Long> {
UserDto findByUserName(String userName);
... | UTF-8 | Java | 323 | java | UserRepository.java | Java | [] | null | [] | package com.test.PhoneBook.repository;
import com.test.PhoneBook.model.UserDto;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepository extends CrudRepository<UserDto, Long> {
UserDto findByUserName(String userName);
... | 323 | 0.832817 | 0.832817 | 11 | 28.363636 | 25.33152 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 6 |
61ad5abed6af305686629aea5212754fa64d1162 | 9,010,841,434,782 | d3976b6d21e29ab7413216d5d18970b8dbfcdc26 | /TuitionProject1/src/main/java/com/revature/services/MailboxService.java | 87f66b77c72ba03003d4f726226146e3ddb90043 | [] | no_license | AliqueIvery/Alique-Project-Files | https://github.com/AliqueIvery/Alique-Project-Files | f095c7a64c1c8db3521a8bee20c74b32cd3e2334 | 453ce232d7c653f4ad7ae4ebd0fd58da98abfac3 | refs/heads/master | 2023-04-16T00:16:28.441000 | 2021-03-18T15:25:36 | 2021-03-18T15:25:36 | 248,796,641 | 0 | 0 | null | false | 2023-03-22T21:23:35 | 2020-03-20T16:01:34 | 2021-03-18T15:26:37 | 2023-03-22T21:23:35 | 136 | 0 | 0 | 4 | Java | false | false | package com.revature.services;
import com.revature.beans.Mailbox;
import com.revature.exceptions.MailNotSentException;
import com.revature.exceptions.MailboxNotFoundException;
public interface MailboxService {
public Integer addMailbox(Mailbox m) throws MailNotSentException;
public Mailbox getMailboxById(Integer ma... | UTF-8 | Java | 622 | java | MailboxService.java | Java | [] | null | [] | package com.revature.services;
import com.revature.beans.Mailbox;
import com.revature.exceptions.MailNotSentException;
import com.revature.exceptions.MailboxNotFoundException;
public interface MailboxService {
public Integer addMailbox(Mailbox m) throws MailNotSentException;
public Mailbox getMailboxById(Integer ma... | 622 | 0.858521 | 0.858521 | 14 | 43.42857 | 29.760267 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 6 |
726aa98faf6f7892e126097761c85adc6356944e | 2,173,253,515,524 | 7b43af6eca49ec7953f39d6c7ef7965faa63fa0e | /CopyArray.java | b4cf2e641e4948deb03004f8da959f06cc94cf23 | [] | no_license | shichunzuishuai/JavaPractice | https://github.com/shichunzuishuai/JavaPractice | 64da4a052d0645a44f08bb12271989dc692c4565 | 218027d123ad25c89b974fa65254b9a888e2ae4f | refs/heads/master | 2022-12-23T05:02:31.983000 | 2021-01-18T12:02:34 | 2021-01-18T12:02:34 | 247,931,417 | 1 | 0 | null | false | 2022-12-16T15:50:36 | 2020-03-17T09:41:35 | 2021-01-18T12:03:27 | 2022-12-16T15:50:33 | 33,919 | 1 | 0 | 6 | Java | false | false | import java.util.Arrays;
import java.util.Scanner;
public class CopyArray {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] array = new int[6];
for (int i = 0; i < array.length; i++) {
array[i] = sc.nextInt();
}
System.out.print... | UTF-8 | Java | 687 | java | CopyArray.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Scanner;
public class CopyArray {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] array = new int[6];
for (int i = 0; i < array.length; i++) {
array[i] = sc.nextInt();
}
System.out.print... | 687 | 0.543704 | 0.534815 | 21 | 31.142857 | 17.387148 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 6 |
b43d6ea58c8bb973195a96a47ae1c1e181df5df7 | 9,964,324,163,195 | d202e15777eee6507698674c6ed86721e5fa04cb | /regex/src/test/java/com/github/lcybo/regex/GraphvizPrint.java | cd013044e984a857755e11020b205b8bae485409 | [] | no_license | lcybo/playground | https://github.com/lcybo/playground | 8293a0e0061b3e440b3549bf68618bb62adbfd4d | f21e226837532c588316dbd07b8f93be3fc0ac6d | refs/heads/master | 2020-04-02T03:59:55.265000 | 2019-12-21T03:32:11 | 2019-12-21T03:32:11 | 153,994,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.lcybo.regex;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.net.URI;
import java.nio.file.Files;
import java.nio.file.Path;
public class GraphvizPrint {
@Test
public void printSequence() {
NFA nfa = new NFA("a|bc");
System.out.println(nfa.getGraph());
}
@Test... | UTF-8 | Java | 1,671 | java | GraphvizPrint.java | Java | [
{
"context": "package com.github.lcybo.regex;\n\n\nimport org.junit.jupiter.api.Test;\n\nimpo",
"end": 24,
"score": 0.8369507789611816,
"start": 20,
"tag": "USERNAME",
"value": "cybo"
}
] | null | [] | package com.github.lcybo.regex;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.net.URI;
import java.nio.file.Files;
import java.nio.file.Path;
public class GraphvizPrint {
@Test
public void printSequence() {
NFA nfa = new NFA("a|bc");
System.out.println(nfa.getGraph());
}
@Test... | 1,671 | 0.63854 | 0.628366 | 81 | 19.629629 | 16.362743 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.506173 | false | false | 6 |
30d5b2d2272a7d2cdb4805f0d185b9f7dd916219 | 33,603,824,182,002 | 241dddeae518222c83777435dfb6dcd3724207f0 | /src/main/java/net/lelyak/courses/procedural/recursion/fibonacci/CachedFibonacci.java | b6347e2d7ccaf3562aa1dfb6ecfc1e2dae424e16 | [] | no_license | nazar-art/thinking-in-java | https://github.com/nazar-art/thinking-in-java | 014e13533fd0a76c6fe2ce7bf3c3dcc02475e315 | 6ae2a9c4eeaee55dbf4b8d244d3c53eefabc8893 | refs/heads/master | 2023-04-27T02:45:09.126000 | 2021-02-23T10:28:50 | 2021-02-23T10:28:50 | 24,986,777 | 0 | 0 | null | false | 2023-04-15T23:03:32 | 2014-10-09T11:46:22 | 2021-02-23T10:29:04 | 2023-04-15T23:03:32 | 1,756 | 0 | 0 | 2 | Java | false | false | package net.lelyak.courses.procedural.recursion.fibonacci;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.concu... | UTF-8 | Java | 4,694 | java | CachedFibonacci.java | Java | [] | null | [] | package net.lelyak.courses.procedural.recursion.fibonacci;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.concu... | 4,694 | 0.562207 | 0.554964 | 134 | 34.02985 | 24.369034 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.656716 | false | false | 6 |
376b36893904fb797a38f4d80cb513c577beb156 | 33,603,824,182,106 | b179b9bf72b6f1d443ef8f91f420efc24b13e36d | /src/main/java/com/pfe/bookstore/controllers/AuteurController.java | 3c8fe2def24156788a14a1f605ea02dc2abb6faa | [] | no_license | Bawliet23/BookStore | https://github.com/Bawliet23/BookStore | f0d0e2325ddbdcb75c8445cd3811e1bd6a68f9b4 | 181bcc84a33c869332bb38c7f88a2daccfb8e995 | refs/heads/main | 2023-06-13T00:15:23.182000 | 2021-07-07T18:04:00 | 2021-07-07T18:04:00 | 363,362,247 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pfe.bookstore.controllers;
import com.pfe.bookstore.DTO.AuteurDTO;
import com.pfe.bookstore.DTO.AuteurDTO1;
import com.pfe.bookstore.DTO.ClientDTO;
import com.pfe.bookstore.services.AuteurService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable... | UTF-8 | Java | 1,456 | java | AuteurController.java | Java | [] | null | [] | package com.pfe.bookstore.controllers;
import com.pfe.bookstore.DTO.AuteurDTO;
import com.pfe.bookstore.DTO.AuteurDTO1;
import com.pfe.bookstore.DTO.ClientDTO;
import com.pfe.bookstore.services.AuteurService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable... | 1,456 | 0.720467 | 0.71772 | 44 | 32.090908 | 23.302183 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386364 | false | false | 6 |
516d0559b5419013da2f105d116de763ff256eea | 23,270,132,868,054 | 4c18b334f3b2554003656ea05fba3794c48b37d2 | /Project31/src/servlet/M_withdrawServlet.java | d3bada9e391380af2a264dcdbb0ebc657518f3bd | [] | no_license | ryuheonpil/basketball | https://github.com/ryuheonpil/basketball | 4163c1d67bda7d831f95d2846c4de72755f573eb | 13dfa4adfc29f85b5314982aff3cdf4ffb9f1f6c | refs/heads/master | 2021-01-23T03:59:18.174000 | 2017-04-06T05:39:36 | 2017-04-06T05:39:36 | 86,133,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
public class M_withdrawServlet {
}
| UTF-8 | Java | 59 | java | M_withdrawServlet.java | Java | [] | null | [] | package servlet;
public class M_withdrawServlet {
}
| 59 | 0.694915 | 0.694915 | 5 | 9.8 | 12.655434 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.